#site{
  animation: fadein 0.8s;
  -moz-animation: fadein 0.8s;
  -webkit-animation: fadein 0.8s;
  -o-animation: fadein 0.8s;
}
#site .main_c{
  padding-top: 50px;
  padding-bottom: 0;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  transition:all 0.5s ease;
  background-color: #ffffff;
}
#site .main_c .fyEOvc {
  margin: 25px 0 0 0;
}

/**********/
.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px !important;
}
.owl-theme .owl-dots .owl-dot span{
  width: 7px !important;
  height: 7px !important;
}
.owl-theme .owl-dots .owl-dot span{
  background-color: #3e3e3e !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background-color: #fccc14 !important;
}
.site_atelier .owl-theme .owl-dots .owl-dot.active span, .site_atelier .owl-theme .owl-dots .owl-dot:hover span{
  background-color: #ff2800 !important;
}
/**********/

.esp_scroll{
    position: relative;
}
.esp_scroll .scroll{
  position: absolute;
  border-radius: 100px;
  width: 25px;
  height: 45px;
  left: calc(50% - 11px);
  display: inline-block;
  border: 1px solid #d3d4d3;
  top: -95px;
  z-index: 1;
}
.esp_scroll .scroll:hover{
  cursor: pointer;
}
.esp_scroll .scroll::after {
  content: "";
  display: block;
  background: #d3d4d3;
  border-radius: 300px;
  width: 4px;
  height: 9px;
  position: absolute;
  top: 10px;
  left: calc(50% - 2px);
  -webkit-animation: wiggle 0.5s linear 0s infinite alternate;
  -moz-animation: wiggle 0.5s linear 0s infinite alternate;
  -o-animation: wiggle 0.5s linear 0s infinite alternate;
  animation: wiggle 0.5s linear 0s infinite alternate;
}

/**********/


#site .main_c #form_c{
  position: absolute;
  top: -20px;
  left: 0;
}
section.page_inconnue, section.aucun_resultat{
  padding: 90px 0 300px 0;
  text-align: center;
}
.ligne {
  height: 1px;
  background-color: #e6e6e6;
  width: 40%;
  margin: 60px auto;
}
.conditions_utilisation{
  padding-top: 40px;
  font-size: 13px;
  line-height: 21px;
  color: #bbbbbb;
}
#site .main_c .conditions_utilisation a, #site .main_c .conditions_utilisation a:hover{
  color: #bbbbbb;
}

#site .main_c .ancre_form{
  position: absolute;
  top: -30px;
}

body .main_c h1, body .main_c h2{
  display: inline-block;
  font-weight: 200;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  transition:all 0.5s ease;
}

body .main_c h1::after, body .main_c h2::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 2px;
  width: 80px;
  background-color: #fccc14;
}
body .site_atelier .main_c h1::after, body .site_atelier .main_c h2::after{
  background-color: #ff2800;
}

body .vegas-container{
  opacity: 0.6;
}
body .vegas-overlay{
  opacity:0.9;
}
body .vegas-timer{
  display: none;
}

/*
section.map iframe{
  height: 450px;
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #f0f0f0;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
*/

.animation_top {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
}

/** Responsive *****************************************/

@media (min-width: 992px){
  header nav {
    display: block !important;
  }
}
@media (max-width: 991px){
  header .container{
    max-width: none;
  }
}
@media (max-width: 767px){
  #site .main_c .ligne {
    width: 60%;
  }
  body .main_c h1, body .main_c h2{
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
  }

  /*
  #site .main_c h1, #site .main_c h2{
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 35px;
  } 
  */

}
@media (max-width: 575px){
  #go-top{
    bottom: 35px;
    right: 15px;
    height: 45px;
    width: 45px;
    line-height: 45px;
  }
  section.page_inconnue, section.aucun_resultat{
    padding: 70px 0 200px 0;
  }
  header .slides .owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 5px 5px;
  }  
  body .main_c h1::after, body .main_c h2::after {
    bottom: -3px;
  }

  .esp_scroll .scroll{
    top: -135px;
  }

}

/*******************************************/

@keyframes fadein {
  from { opacity:0; }
  to { opacity: 1; }
}
@-moz-keyframes fadein { /* sur Firefox */
  from { opacity:0; }
  to { opacity: 1; }
}
@-webkit-keyframes fadein { /* sur Safari et Chrome */
  from { opacity:0; }
  to { opacity: 1; }
}
@-o-keyframes fadein { /* sur Opera */
  from { opacity:0; }
  to { opacity: 1; }
}


@-webkit-keyframes wiggle {
  from { top: 10px;}
  to { top: 20px;}
}
@-moz-keyframes wiggle {
  from { top: 10px;}
  to { top: 20px;}
}
@-o-keyframes wiggle {
  from { top: 10px;}
  to { top: 20px;}
}
@keyframes wiggle {
  from { top: 10px;}
  to { top: 20px;}
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}