/* --- Général --- */
.fakelink {
position: absolute;
bottom: 40px;
display: block;
text-align: center !important;
color: orange;
width: 95%;	
cursor: pointer;
}
a:hover, a:visited, a, a:link {
	text-decoration: none !important;
}
body{
    font-weight:300;
    letter-spacing: 1px;
    line-height: 1.4;
}
h1, h2{
    text-transform: uppercase;
    font-weight:100;
    line-height: 1.2;
    font-size:36px;
}
.btn{
    text-transform: uppercase;
    line-height: 1.2;
}
.btn-orange:hover{
    background-color:#d7795a;
}
small{
    font-size: 12px;
}
section{
    position:relative;
}
a.anchor{
    margin: -190px;
    position: absolute;
}
.displayNone{
    display:none !important;
}


/* --- Menu --- */

#site-header {
	background-color: transparent;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	color: #ffffff;
	z-index: 1000;
	display: block;
	width: 100%;
    padding:20px 0;
}
#site-header .collapse{
    float:left;
}
#site-header a{
    cursor: pointer;
}
#site-header .logo-menu{
    width:230px;
    float:left;
}
#site-header nav {
	text-transform: uppercase;
	color: inherit;
	float: left;
    background-color: inherit;
    border: none;
    margin-top:20px;
    line-height: 1.4;
}
#site-header nav li {
    display: table;
    text-align: center;
    font-size: 16px;
    border-bottom: 2px solid rgba(255,255,255,0.5);
    height:75px;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.7);
}
#site-header nav li.active{
    border-bottom:2px solid #ed9378;
}
#site-header nav li a{
    display:table-cell;
    vertical-align: middle;
}
#site-header nav li a, #site-header nav li a:hover {
    text-transform: uppercase;
	color: inherit;
    text-decoration: none;
}
#site-header nav li.active a{
    background: none;
}
#site-header a.btn{
    float:left;
    margin-top:20px;
}
#site-header .hvr-underline-from-left:before, #site-header .hvr-underline-from-center:before {
	background-color: #ffffff !important;
}
.carousel-control.left, .carousel-control.right {
    background-image: none !important;
}


/* --- Section Banner --- */

#banner{
    position:relative;
    height:53vw;
}
#banner #headerCarousel{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
}
#banner .carousel-inner > .item > img{
    max-width:none;
    width:100%;
}
#banner .col-lg-5{
    position:absolute;
    bottom:50px;
}
#banner h1{
    color:#fff;
    margin-bottom:50px;
    font-weight:300;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.7);
}


/* --- Section Intro --- */

#intro i{
    position:absolute;
    left:0;
    right:0;
    top:20px;
    width:45px;
    margin:0 auto;
    color:#b2b2b2;
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}
#intro p{
    margin-bottom:30px;
}
#intro .col-lg-4{
    height:400px;
}


/* --- Section Présentation --- */

#cabinet {
    margin-top:70px;
}
#cabinet .col-lg-4{
    height:435px;
}
#presentation .profil ul li {
    padding-left:10px;
}
#presentation .profil ul li::before {
    margin-left:-15px;
}


/* --- Section Exam --- */
#sectionExam .box a{
    color: #ed9378;
    text-decoration: underline;
    display: block;
    text-align: left;
    padding: 0 20px;
    margin-top:40px;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.box img{
    cursor: pointer;
    max-width:400px;
}
video{
    width:100%;
}
.boxVideo{
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
    z-index: 1000;
    background-color: rgba(0,0,0,0.7);
}
.boxVideo::before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.boxContent{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.boxContent video{
    width:850px;
}
.call2action .col-lg-12 .half h3 .btn {
    font-size:12px;
    line-height: 18px !important;
}
.overlay{
    background-color:rgba(158, 194, 188, 0.7);
    z-index: 1000;
}
.overlay nav{
    height:80%;
    overflow-y: scroll;
}

/* --- Section Contact --- */
.form-control{
    height:50px;
    padding:0 24px;
}
textarea.form-control{
    padding:24px;
}


/* --- page formulaire médecins --- */
#sectionFormulaireMedecins{
    padding-top:170px;
    padding-bottom:50px;
}
#sectionFormulaireMedecins .gray{
    margin-bottom:50px;
}
#sectionFormulaireMedecins .blocTelecharger{
    padding:40px;
}
#sectionFormulaireMedecins .blocTelecharger a.btn{
    float:none;
    margin: 0 auto;
    display: block;
}
#sectionFormulaireMedecins a.btn, #sectionFormulaireMedecins input.btn{
    float:right;
}
input[type="checkbox"]{
    margin-bottom:10px;
}
.firstfour span {
    height: 480px !important;
    margin-bottom: 30px;
}
.secondthree span {
    height: 500px !important;
    margin-bottom: 30px;

}
.lastfour span {
    height: 500px !important;
    margin-bottom: 30px; 
}
#modalMerci{
    opacity:0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    top: 0;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    z-index: 9000;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
#modalMerci .col-md-6{
    background-color:#fff;
    padding-top:40px;
    padding-bottom:40px;
    margin-top: 10vw;
    border-radius: 5px;
}
#modalMerci h2{
    font-size:25px;
    margin-bottom: 20px;
}
#modalMerci p{
    margin:0;
}
.fadeInLent{
    opacity:1 !important;
}

/* --- RESPONSIVE --- */
@media (max-width: 1199px){
    p {
        font-size: 16px !important;
    }
    #site-header nav{
        float:none;
    }
    #site-header .collapse{
        float:right;
    }
    #site-header .blocButtonsChoice{
        margin:0 auto;
        width:480px;
    }
    #site-header .blocButtonsChoice a:first-child{
        margin-right:20px;
    }
    #site-header.menuSpe .collapse{
        float:right;
    }
    #site-header.menuSpe .blocButtonsChoice{
        width:220px;
    }
    section#sectionFormulaireMedecins{
        padding:30vh 0;
    }
    #banner{
        min-height:650px;
    }
    #banner h1{
        font-size: 26px;
        margin-bottom: 20px;
    }
    #banner .col-lg-5{
        bottom: 70px;
    }
    #banner .col-lg-5 a:first-of-type{
        margin-right:10px;
    }
    #banner #headerCarousel img{
        display:none !important;
    }
    #banner #headerCarousel .item{
        height: 650px;
        width: 100%;
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    #banner #headerCarousel .item:nth-child(1){
        background-image: url("../img/headerslider-1.jpg");
    }
    #banner #headerCarousel .item:nth-child(2){
        background-image: url("../img/HEADER_ZAZA.JPG");
    }
    #banner #headerCarousel .item:nth-child(3){
        background-image: url("../img/headerslider-2.jpg");
    }
    #intro .col-lg-4{
        height:310px;
    }
    #cabinet .col-lg-4 {
        height: 450px;
    }
    #sectionContact hr{
        width:37%;
        left:115px;
    }
    .firstfour span {
	    height: 500px !important;
	    margin-bottom: 30px;
    }
    .secondthree span {
        height: 540px !important;
        margin-bottom: 30px;
    }
    .lastfour span {
	   	      height: 550px !important;
	       margin-bottom: 30px; 
    }
}
@media (max-width: 991px){
    #site-header .logo-menu{
        width:190px;
    }
    #site-header nav{
        margin-top:6px;
    }
    #site-header ul.nav li:fist-child a{
        padding-left:0;
    }
    #site-header ul.nav li:last-child a{
        padding-right:0;
    }
    #site-header ul.nav li a{
        padding:0 10px;
    }
    #intro .col-lg-4{
        height:425px;
    }
    #miniCarousel{
        margin-top:50px;
    }
    .call2action .col-lg-12 .half{
        padding:15px;
    }
    .call2action .col-lg-12 .half h3{
        text-align: center;
        margin-top:20px;
    }
    .call2action .col-lg-12 .half h3 .btn{
        float:none !important;
    }
    #sectionContact hr {
        width: 47%;
        left: 35px;
    }
    .firstfour span {
	    height: 550px !important;
	    margin-bottom: 30px;
    }
    #sectionFormulaireMedecins .blocTelecharger a.btn{
        white-space:normal;
    }
}
@media (max-width: 767px){
    h1, h2 {
        font-size: 30px;
    }
    #site-header{
        overflow: initial;
    }
    #site-header nav{
        z-index:500;
    }
    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle.collapsed:hover{
        background-color:rgba(255,255,255,0.5) !important;
        margin-top:20px;
    }
    .navbar-default .navbar-toggle.collapsed{
        background:none;
    }
    .navbar-default .navbar-toggle.collapsed .icon-bar{
        background-color: rgba(255,255,255,0.5);
    }
    .navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle.collapsed:hover .icon-bar{
        background-color:rgba(0,0,0,0.7);
    }
    #navbar-collapse-1.collapsing, #navbar-collapse-1.collapse.in{
        width:100%;
        margin:0;
        float:none;
        background-color: rgba(0,0,0,0.7);
        border-bottom: 1px solid;
        position:relative;
    }
    #site-header li {
        display: block;
        height: auto;
        margin: 15px auto;
        width: 200px;
        padding: 15px 0;
    }
    #site-header ul.nav li a{
        display:inline;
    }
    #site-header .blocButtonsChoice{
        margin: 0 auto;
        width: 290px;
        position: absolute;
        top: 130px;
        left: 0;
        right: 0;
        z-index: 1;
    }
    #site-header .blocButtonsChoice a{
        float: none;
        margin: 0 auto;
        display: block;
        margin-top: 20px;
    }
    #site-header .blocButtonsChoice a:first-child{
        margin-right: 0;
    }
    section {
        padding: 13vh 0;
    }
    #intro p{
        margin-top:30px;
    }
    #intro .col-lg-4{
        height:auto;
    }
    #presentation .col-lg-3{
        margin-top:50px;
    }
    #cabinet{
        margin-top:30px;
    }
    #cabinet .col-lg-4 {
        height: auto;
        padding-bottom: 0px;
    }
    #cabinet .col-lg-4 hr{
        display:none;
    }
    .box p{
        position:relative;
        padding-bottom: 20px;
    }
    .fakelink{
        bottom:0px;
    }
    .call2action .col-lg-12 .half{
        width:100%;
    }
    #sectionContact h4{
        font-size:20px;
        margin:18px 0 0 10px;
    }
    #sectionContact hr {
        width: 80%;
        left: 25px;
    }
    .firstfour span {
	    height: auto !important;
	    margin-bottom: 30px;
    }
    .secondthree span {
        height: auto !important;
        margin-bottom: 30px;
    }
    .lastfour span {
        height: auto !important;
        margin-bottom: 30px; 
    }
    section#sectionFormulaireMedecins .formular{
        padding:40px 15px;
    }
    #sectionFormulaireMedecins a.btn{
        float: none;
        display: block;
        margin: 0 auto;
    }
}
@media (max-width: 480px){
    #banner .col-lg-5 p{
        display:none;
    }
    #banner .col-lg-5 a{
        display:none;
    }
    .profil.zaza h3, .profil.fournet h3{
        font-size:19px;
    }
    #presentation .profil ul:nth-of-type(2) li {
        display: block;
    }
}


/* --- ANIMATIONS --- */

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}