@charset "utf-8";
/* CSS Document */
@import "https://fonts.googleapis.com/css?family=Roboto+Condensed|Lato|Oswald";

/** 1.3  Scaffolding */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: 'Roboto Condensed', sans-serif;  font-size: 20px;
  line-height: 1.9;
  color: #000000;
  background-color: #FAFAFA; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: inherit;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }
  
  .img-responsive1 {
  display: block;
  max-width: 100%;
  height: auto; }


.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }
 
@media (max-width: 1200px) {
.img-responsive {
  display: block;
  max-width: 80%;
  height: auto; }
}
.img-rounded {
  border-radius: 10px; }

.img-thumbnail {
  padding: 0;
  line-height: 1.5;
  background-color: #191919;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #f5f5f5; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }
  


.title {
    background: #000;
    width: 100%;
    height: 70px;
    margin-bottom: 90px;
	font-size:25px;
	font-weight:700;
	line-height:70px;
	letter-spacing:-0.7px;
	color:#FFFD00;
	text-align:center;
}
  @media (max-width: 480px)  {
.title {
    background: #000;
    width: 100%;
	font-size:18px;
}
  }
.title2 {
    background: #000;
    width: 100%;
    height: 70px;
    margin-bottom: 90px;
	font-size:25px;
	font-weight:700;
	line-height:70px;
	letter-spacing:-0.7px;
	color:#FFFD00;
	text-align:center;
}
  @media (max-width: 1024px) {
.title2 {
    background: #000;
    width: 100%;
    height: 70px;
    margin-bottom: 90px;
	font-size:18px;
	font-weight:700;
	line-height:70px;
	letter-spacing:-0.7px;
	color:#FFFD00;
	text-align:center;
}
  }

  @media (max-width: 768px)  {
.title2 {
    background: #000;
    width: 100%;
    height: 70px;
    margin-bottom: 90px;
	font-size:18px;
	font-weight:700;
	line-height:35px;
	letter-spacing:-0.7px;
	color:#FFFD00;
	text-align:center;
}
  }
  @media (max-width: 480px)  {
.title2 {
    background: #000;
    width: 100%;
    height: 100px;
    margin-bottom: 90px;
	font-size:18px;
	font-weight:700;
	line-height:35px;
	letter-spacing:-0.7px;
	color:#FFFD00;
	text-align:center;
}
  }
  
.title3 {
    background: #000;
    width: 100%;
    height: 70px;
    margin-bottom: 90px;
	font-size:25px;
	font-weight:700;
	line-height:70px;
	letter-spacing:-0.7px;
	color:#FFFD00;
	text-align:center;
}
  @media (max-width: 768px) {
.title3 {
    background: #000;
    width: 100%;
    height: 40px;
    margin-bottom: 90px;
	font-size:20px;
	font-weight:700;
	line-height:40px;
	letter-spacing:-0.7px;
	color:#FFFD00;
	text-align:center;
}
  }
  @media (max-width: 480px) {
.title3 {
    background: #000;
    width: 100%;
    height: 70px;
    margin-bottom: 90px;
	font-size:18px;
	font-weight:700;
	line-height:40px;
	letter-spacing:-0.7px;
	color:#FFFD00;
	text-align:center;
}
  }
  
  .bg1{
	  margin-top:100px;
	  width:100%;
	  background:#dadafc;
}

.header-infos{
	font-size:25px;
	color:#000;
	text-align:right;
	}	
  @media (max-width: 1199px) {
	  .header-infos{
		  display:none;}

  }
/****Map****/
.map {
  overflow: hidden;
  bottom: 0;
  top: 5px;
  padding-top: 14px;
  position: relative;
}
.map figure {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 460px;
  max-width: 100%;
  
}
.color_1{ color:#f9f400;}

/** margin bottom */
.mb1{ margin-bottom:200px;}

/****Blocks****/
.thumbnail-a {
	background: #B3B3B3;
  margin-top: 10px;
  float: left;
  width: 100%;
  position: relative;
  font-size: 24px;
  line-height: 25px;
  color:#000000;
  text-align:center;
  font-weight:700;
  padding:20px 0 22px 0px;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
@media (max-width: 1024px) {
.thumbnail-a {
  font-size: 19px;
  line-height: 17px;
  color:#000000;
}
}

@media (max-width: 767px) {
.thumbnail-a {
  font-size: 15.9px;
  line-height: 17px;
  color:#000000;
}
}
.thumbnail-1 {
  margin-top: 3px;
  margin-bottom:20px;
  float: left;
  width: 50%;
	background: #B3B3B3;
  position: relative;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.thumbnail-1 .bdr-hover {
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  bottom: 100%;
  background-color: #FFF500;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.thumbnail-1 .bdr-hover + .bdr-hover {
  bottom: auto;
  top: 100%;
}
.thumbnail-1 .price {
  background-color: #424242;
  padding: 7px 10px 7px 10px;
  font-size: 17px;
  line-height: 20px;
  color: #ffffff;
}
.thumbnail-1 .price .color2 {
  font-size: 18px;
  font-weight:700;
  text-transform:uppercase;
  line-height: 40px;
  letter-spacing:-0.5px;
  text-align:center;
   color: #FFF500;
}

@media (max-width: 1024px) {
.thumbnail-1 .price .color2 {
  font-size: 15px;
  font-weight:700;
  line-height: 30px;
  letter-spacing:-0.5px;
  text-align:center;
}
}

@media (max-width: 767px) {
.thumbnail-1 .price {
  background-color: #424242;
  padding: 25px 10px 20px;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
}
.thumbnail-1 .price .color2 {
  font-size: 20px;
  line-height: 20px;
  text-align:center;
   color: #FFF500;
}
}
@media (max-width: 479px) {
.thumbnail-1 .price {
  background-color: #424242;
  padding: 25px 5px 20px;
  font-size: 10px;
  line-height: 20px;
  color: #ffffff;
}
.thumbnail-1 .price .color2 {
  font-size: 14px;
  line-height: 20px;
  text-align:center;
   color: #FFF500;
}
}


.thumbnail-1 .price2 {
  background-color: #7d7d7d;
  padding: 25px 30px 20px;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
}
.thumbnail-1 .price2 .color2 {
  font-size: 30px;
  line-height: 20px;
  text-align:center;
   color: #FFF500;
}
.thumbnail-1 .price2 p {
  margin-bottom: 0;
  text-align:center;
}
@media (max-width: 767px) {
.thumbnail-1 .price2 {
  background-color: #7d7d7d;
  padding: 25px 5px 20px;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
}
.thumbnail-1 .price2 .color2 {
  font-size: 20px;
  line-height: 20px;
  text-align:center;
   color: #FFF500;
}
}
@media (max-width: 479px) {
.thumbnail-1 .price2 {
  background-color: #7d7d7d;
  padding: 25px 5px 20px;
  font-size: 10px;
  line-height: 20px;
  color: #ffffff;
}
.thumbnail-1 .price2 .color2 {
  font-size: 14px;
  line-height: 20px;
  text-align:center;
   color: #FFF500;
}
}
.thumbnail-1 .thumbnail-1_title {
  text-transform: uppercase;
  font-size: 17px;
  font-weight:700;
  line-height: 30px;
  letter-spacing:-0.5px;
  padding: 7px 10px 7px 10px;
  color: #000000;
}
.thumbnail-1 .thumbnail-1_pad {
  padding: 23px 30px 30px;
}
.thumbnail-1 + .thumbnail-1:before {
  width: 1px;
  top: 0;
  bottom: 0;
  background-color: #ececec;
  content: '';
  position: absolute;
  left: 0;
}
.thumbnail-1:hover {
  background-color: #FFF500;
}
.thumbnail-1:hover .bdr-hover {
  height: 2px;
}
@media (min-width: 980px) and (max-width: 1199px) {
.thumbnail-1 .thumbnail-1_title {
  font-size: 15px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.thumbnail-1 .thumbnail-1_title {
  font-size: 15px;
}
}
@media (max-width: 767px) {
.thumbnail-1 .thumbnail-1_title {
  font-size: 20px;
  letter-spacing:-0.5px;
  padding: 23px 10px 23px 10px;
}
}
@media (max-width: 479px) {
.thumbnail-1 .thumbnail-1_title {
  font-size: 14px;
  line-height:15px;
  letter-spacing:-0.9px;
  padding: 23px 5px 23px 5px;
}
}



