@font-face {
    font-family: audiowide;
    src: url(../font/Audiowide-Regular.ttf);
}
body{
    font-family: 'Poppins', sans-serif;
}
.bgcolor-gray {
    background-color: #3f3f3f;
}

.bgcolor-white {

    background-color: white;
}

.bgcolor-blue {

    background-color: #27aae1;
}

.bgcolor-lightgray {

    background-color: #ebebeb;
}

.bgcolor-brown {
    background-color: #333333;
}

.color-blue {

    color: #27aae1;
}

.color-gray {
    color: #3f3f3f;
}


.color-lightgray {

    color: #ebebeb;
}

.error-input {
    border: 2px solid #dc3545 !important;
    
}

.font-huge {
    font-size: 11rem;
}

.link-unstyled {
    text-decoration: none;
    color: inherit
}


#logoImg {
    max-height: 50px;
    max-width: 100%;
    object-fit: contain;
}

.commentaires {
    overflow-y:scroll;
    height: 150px;
}

.img-commentaire {
    width: 50px;
    height: auto;
    float: left;
    padding-right: 10px;
}

.rendez-vous {
    position: absolute !important;
    bottom: -38px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-left: -250px;
    width: 250px;
}

h1.font-adapt{
    font-size: 1.8rem;
}
@media (min-width: 576px) { 
    h1.font-adapt{
        font-size: 2.4rem;
    }
}
@media (min-width: 768px) { 
    h1.font-adapt{
        font-size: 1.5rem;
    }
}
@media (min-width: 992px) { 
    h1.font-adapt{
        font-size: 2.2rem;
    }
}

.jumbo {
    position: relative;
    background-image: url(../img/clinic.jpg);
    background-size: cover;
    background-position: center top;
    background-position-x: center;
    background-position-y: top;
}

.jumbo .row {
    min-height: 380px;
}

.jumbo-caption{
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    text-shadow: 2px 2px 2px #1F1F1F;
    margin-bottom: calc(7% + 30px);
    margin-top: 7%;
    /* line-height: 60px; */
}

.jumbo-caption > span{
    display: block;
    font-size: 1.2rem;
}

@media (min-width: 576px) { 
    .jumbo .row {
        min-height: 600px;
    }
    .jumbo-caption{
        font-weight: bold;
        font-size: 1.5rem;
        padding-left: 15px;
        padding-right: 15px;
    }
    .jumbo-caption > span{
        font-size: 2.2rem;
    }
}
@media (min-width: 768px) { 
    .jumbo .row {
        min-height: 600px;
    }
    .jumbo-caption{
        font-size: 1.9rem;
    }
    .jumbo-caption > span{
        font-size: 2.9rem;
    }
}
@media (min-width: 992px) { 
    .jumbo .row {
        min-height: 650px;
    }
    .jumbo-caption{
        font-size: 2.4rem;
    }
    .jumbo-caption > span{
        font-size: 3.2rem;
    }
}
@media (min-width: 1200px) { 
    .jumbo .row {
        min-height: 750px;
    }
    .jumbo-caption{
        font-size: 2.8rem;
    }
    .jumbo-caption > span{
        font-size: 4rem;
    }
}


.info-analyse {
    border: solid 3px #27aae1;
    position: relative;
    margin-top: -5%;
    margin-bottom: -5%;/* margin megative fonctionne pour les reviews mais pas ici?? */
    background-color: white;
    z-index:999;
}

.atouts {
    position: relative;
    overflow: hidden;
}

#featuresImgCtn {
    min-height: 100%;
}

#featuresImgCtn > img {
    max-width: 100%;
    object-fit: cover;
    /* margin-right: -20%; */
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;

}

.left-non-fluid{
    padding-top: 80px;
    padding-bottom: 40px;
}
@media (min-width: 992px) {
    .left-non-fluid{
        padding-top: 160px;
        padding-bottom: 160px;
        padding-left: 0 !important;
        padding-right: 4rem !important;
        max-width: 480px;
    }
    #featuresImgCtn > img{
        max-width: unset;
        min-height: 100%;
    }
}
@media (min-width: 1200px) {
    .left-non-fluid{
        max-width: 570px;
    }
}
#contactHeadImgCtn > .row{
    margin-top: 10%;
}
@media (min-width: 768px) { 
    #contactHeadImgCtn > .row{
        margin-top: 100px;
    }
    #contactHeadImgCtn > img{
        top: -160px;
    }
}
@media (min-width: 768px) { 
    #contactHeadImgCtn > .row{
        margin-top: 100px;
    }
    #contactHeadImgCtn > img{
        max-width: unset;
        top: -20%;
    }
}
@media (min-width: 992px) { 
    #contactHeadImgCtn > img{
        left: -50%;
    }
    #contactHeadImgCtn > .row{
        margin-top: 100px;
    }
}
.g-recaptcha > div{
    margin:auto;
}

.reviews {
    background-color: #fff;
    position: relative;
    margin-top: -5%;
}

.text-big {
    font-size: 1.6rem;
}

#map {
    height: 300px;
}

#attachement {
    height: 48px;
}

@media (max-width: 768px) { 
    .telephone {
        padding-top: 15px;
        font-size: 1rem;
    }
    #prisedesang {
        font-size: 1rem;
    }
 }
 @media (max-width: 576px) { 
    .horaire {
        font-size: 0.9rem !important;
    }
 }
 @media (max-width: 376px) { 
    .horaire {
        font-size: 0.8rem !important;
    }
 }

 @media (min-width: 768px) and (max-width: 992px) { 
 .font-huge {
    font-size: 9rem;
 }
 }

