/* Général */
@font-face {
    font-family: "Gotham";
    src: url("/fonts/Gotham-Black.otf") format("opentype"),
    url("/fonts/Gotham-Bold.otf") format("opentype"),
    url("/fonts/Gotham-BookItalic.otf") format("opentype"),
    url("/fonts/Gotham-Light.otf") format("opentype"),
    url("/fonts/Gotham-Thin.otf") format("opentype"),
    url("/fonts/Gotham-ThinItalic.otf") format("opentype"),
    url("/fonts/Gotham-UltraItalic.otf") format("opentype"),
    url("/fonts/Gotham-XLight.otf") format("opentype"),
    url("/fonts/Gotham-XLightItalic.otf") format("opentype"),
    url("/fonts/GothamBold.ttf") format("truetype"),
    url("/fonts/GothamBoldItalic.ttf") format("truetype"),
    url("/fonts/GothamBook.ttf") format("truetype"),
    url("/fonts/GothamBookItalic.ttf") format("truetype"),
    url("/fonts/GothamLight.ttf") format("truetype"),
    url("/fonts/GothamLightItalic.ttf") format("truetype"),
    url("/fonts/GothamMedium_1.ttf") format("truetype"),
    url("/fonts/GothamMedium.ttf") format("truetype"),
    url("/fonts/GothamMediumItalic.ttf") format("truetype"),
}

body, html {
    font-size: 16px;
    color: #2E3192;
    font-family: "Gotham", Helvetica, Arial, sans-serif;
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
}
body a {
    color: #2E3192;
}
.badge-primary a, .badge-danger a{
    color: white;
}
.navbar-collapse ul {
    margin-bottom: 6px;
}
body a:hover {
    color: #2E3192;
}
.btn-rdv {
    background-color:  #2E3192;
    color: white!important;
}
.btn-rdv:hover {
    background-color:  transparent!important;
    color: #2E3192!important;
}
.modal-content {
    border-radius: 30px;
}
.scroll-down{
    color: #2E3192;
    cursor: pointer;
}
.scroll-down:hover {
    color: #3DBFEB;
}
.container {
    padding-right: 10px;
    padding-left: 10px;
}
.bg-main{
    background-color: #2E3192;
}
.mainTextColor {
    color: #2E3192;
}
.bg-second{
    background-color: #3DBFEB;
}
.secondTextColor {
    color: #3DBFEB;
}
.bg-third{
    background-color: #CDE9F6;
}
.text-third{
    color: #CDE9F6;
}
.modal-content {
    background-color: #CDE9F6;
}
.grayTextColor {
    color: #858789;
}

.lien-blanc {
    color: white;
}

.text-gris {
    color: #BABABB;
}

.capitalize {
    text-transform: uppercase;
}

.strong {
    font-weight: bold;
}

.espace {
    margin-top: 10px;
}

.espaceL {
    margin-top: 20px;
}

.espaceXL {
    margin-top: 30px;
}

.espaceXXL {
    margin-top: 50px;
}

.espaceXXXL {
    margin-top: 100px;
}

/* Header */
header span {
    letter-spacing: 1px;
}

header a {
    transition: all 0.5s;
    color : #2E3192;
}

header a:hover {
    color: #97D6F1;
    text-decoration: none;
}

header .bleu-clair {
    position: absolute;
    top: 40px;
}

header #navbarSupportedContent {
    font-size: 17px;
}

header ul {
    display: flex;
    list-style: none;
}

header li a span s{
    padding-right: 3px;
}

/* Footer */
footer {
    font-weight: 200;
}

footer .footerBg {
    background: #3DBFEB;
    padding: 40px;
}

footer h4 {
    font-weight: bold;
    font-size: 20px;
}

footer li a {
    color: #ffffff !important;
}

footer a.text-gris {
    font-weight: bold;
}

footer ul {
    list-style: none;
    padding-left: 0px;
}

footer .copyright {
    padding: 25px;
}

footer .svg-espace-droite {
    margin-right: 10px;
}

/* Carousel et Horloge */
div.homeCarouselDescription {
    border-radius: 35px;
    color: #2E3192;
    font-weight: lighter;
    font-size: 2.25rem;
    max-width: 500px;
}
div.homeCarouselTitle {
    border-radius: 35px;
    color: #2E3192;
    font-weight: lighter;
    font-size: 2.25rem;
    line-height: 1.1;
    max-width: 600px;
}
.homeCarouselImage{

}
.underline {
    display:inline-block;
    border-bottom:3px solid #2E3192;
    padding-bottom:10px;
}
.bold{
    font-weight: bold;
}

.c-1 {
    background: #CDE9F6;
    border-right: 1px white;
    border-radius: 30px 0px 0px 30px;
}

.c-2 {
    background: #97D6F1;
}

.c-3 {
    background: #3DBFEB;
    border-left: 1px white;
    border-radius: 0px 30px 30px 0px;
}

.c-1, .c-2, .c-3 {
    padding: 25px;
}

.horloge {
    color: #2E3192;
    position: relative;
    top: -100px;
}

.horloge hr {
    background-color: #2E3192;
    width: 70px;
    height: 2px;
}

.pull-left {
    margin-left: 0px;
}

.horloge .montre, .horloge .car {
    margin-left: 70px;
}

.horloge .btn {
    color: #2E3192;
    border: 3px solid #2E3192;
    padding: .25rem .75rem;
}

.horloge .btn:hover {
    color: #ffffff;
    background-color: #2E3192;
    border: 3px solid #2E3192;
}



/* Home */
#home h1 {
    font-weight: 100;
}

#home p.grayTextColor {
    font-size: 17px;
}

#home .separator {
    width: 65px;
    height: 3px;
    background: #2E3192;
}

#home .standardBtn.btn {
    background: #3DBFEB;
    color: #ffffff;
    font-style: italic;
    padding: .3rem .8rem;
    border: 2px solid #3DBFEB;
}

#home .standardBtn.btn:hover {
    color: #3DBFEB;
    background-color: #ffffff;
    border: 2px solid #3DBFEB;
}

#home div.secondTextColor {
    font-size: 18px;
    letter-spacing: 1px;
}

#home .adresse {
    margin-bottom: 80px;
}
@media screen and (min-width: 768px){
    #stethoscope_1 {
        background-image: url(/img/stethoscope_transparent_1.png);
        height: 800px;
        width: 100%;
        position: absolute;
        z-index: -10;
        right: 33%;
        top: -150px;
        background-repeat: no-repeat;
        background-position: center center;
    }
}
@media screen and (max-width: 768px){
    .hide-mobile{
        display: none;
    }
    #stethoscope_1 {
        background-image: url(/img/stethoscope_transparent_1.png);
        height: 800px;
        width: 100%;
        position: absolute;
        z-index: -10;
        top: -150px;
        background-repeat: no-repeat;
        background-position: center center;
    }
}
@media screen and (min-width: 768px) {
    #stethoscope {
        background-image: url(/img/stethoscope_transparent.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 1000px;
        width: 100%;
        position: absolute;
        z-index: -10;
        left: 31%;
        top: 255px;
    }
}

/* Liens */
#liens p {
    margin-top: 100px;
    margin-bottom: 130px;
    line-height: 40px;
}

/* Rdv */
#rdv ul {
    padding-left: 0px;
    list-style: none
}

#rdv li::before {
    content: "•";
    color: #2E3192;
    margin-right: 15px;
}

/* Contact */
#contact .contact-2 .separator, .coordonnees .separator, .curriculum .separator {
    width: 81px;
    height: 2px;
    background: #2E3192;
    margin-left: 0px;
}

#contact .contact-2 p.secondTextColor {
    font-size: 15px;
}

#contact .contact-2 ul, .acceder ul {
    padding-left: 20px;
}

#contact .rdvBtn.btn {
    background: #3DBFEB;
    color: #ffffff;
    font-style: italic;
    padding: .25rem .8rem;
    border: 2px solid #3DBFEB;
}

#contact .rdvBtn.btn:hover {
    color: #3DBFEB;
    background-color: #ffffff;
    border: 2px solid #3DBFEB;
}

#contact .desistementBtn.btn {
    background: #ffffff;
    color: #2E3192;
    font-style: italic;
    padding: .25rem .8rem;
    border: 2px solid #3DBFEB;
}

#contact .desistementBtn.btn:hover {
    color: #3DBFEB;
    background-color: #ffffff;
    border: 2px solid #3DBFEB;
}

#contact .fond-coordonnees {
    background: #E7F5FA;
    padding-bottom: 50px;
    line-height: 20px;
    font-size: 16px;
}

#contact iframe {
    margin-bottom: 3px;
}

.coordonnees img {
    width: 100%;
}

.triangleContact {
    position: relative;
    top: -50px;
}

/* Urgences */
/*
#urgences p {
max-width: 600px;
margin-top: 100px;
margin-bottom: 130px;
}

*/

/* Media Queries */
@media screen and (max-width: 576px) {
    footer .espaceFooter {
        margin-top: 25px;
    }

    footer .text-right {
        text-align: start !important;
        margin-top: 15px;
    }

    #rdv h3.espaceXXXL {
        margin-top: 50px;
    }

    .container.formulaire.espaceXXXL {
        border-radius: 0%;
        margin-top: 50px;
    }

    #formulaire {
        padding-bottom: 0px;
    }

    .horloge div {
        border-radius: 0%;
    }

    .horloge .triangleCarousel {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    header ul {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    header li a span {
        padding-right: 8px;
    }
}
@media screen and (min-width: 150px) and (max-width: 767px) {
    .c-1 {
        border-radius: 30px 30px 0px 0px;
    }

    .c-2 {
        border-radius: 0px 0px 0px 0px;
    }

    .c-3 {
        border-radius: 0px 0px 30px 30px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .c-1 {
        border-radius: 30px 30px 0px 0px;
    }

    .c-2 {
        border-radius: 0px 0px 0px 0px;
    }

    .c-3 {
        border-radius: 0px 0px 30px 30px;
    }

    .horloge .triangleCarousel {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    header li a span {
        padding-right: 30px;
    }
}

.fond-primary-005 {
    background-color: rgba(61, 191, 235, 0.05);
}
.fond-primary-02 {
    background-color: rgba(61, 191, 235, 0.2);
}
.fond-primary {
    background-color: #bee1f3;
}
.br-5 {
    border-radius: 5px;
}

.curriculum {
    margin-top: 50px;
}

.curriculum .card {
    border: none;
}

.curriculum .card-body {
    background: #EFF8F9;
}

#cordonneesCurriculum {
    background: #E7F5FA;
}

#cordonneesCurriculum .separator {
    width: 81px;
    height: 2px;
    background: #2E3192;
    margin-left: 0px;
}

@media screen and (max-width: 576px) {
    #curriculum .espaceL {
        margin-top: 0px;
    }

    #curriculum .section {
        margin-top:20px;
    }

    #curriculum h5 {
        text-align: center;
    }

    .enveloppe {
        width: 100%;
    }

    #curriculum {
        margin-left: 0px;
        margin-right: 0px;
    }

    #curriculum .interets {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 991px) {
    #curriculum h3 {
        text-align: center;
    }

    #curriculum .titre .separator {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }

    .stestoscope {
        display: none;
    }
}

@media screen and (min-width: 577px) and (max-width: 991px) {
    #curriculum .hidden-lg {
        display: none;
    }

    #cordonneesCurriculum .enveloppe {
        width: 100%;
        top: 180px !important;
    }

    #cordonneesCurriculum {
        padding-bottom: 25px;
    }
}


/* RDV */
#rdv {
    margin-bottom: 100px;
}

#rdv .separator {
    width: 81px;
    height: 2px;
    background: #2E3192;
    margin-left: 0px;
}

#rdv ul {
    padding-left: 20px;
}

.container.formulaire {
    background: #CDE9F6;
    padding: 80px;
    border-radius: 25px;
}

.formulaire p {
    max-width: 500px;
    font-size: 14px;
}

.input-group > .form-control {
    border: 1px solid white;
    border-radius: 5px;
    height: auto;
}

.formulaire .input-group-text {
    width: 210px;
    text-align: start;
    color: #2E3192;
    background: #E5F5FC;
    border-radius: 5px;
    border: 1px solid #E5F5FC;
    font-size: 16px;
    display: initial;
}

.formulaire .input-group-text span {
    font-size: 13px;
}

.formulaire .envoyerBtn.btn {
    background: #3DBFEB;
    color: #ffffff;
    font-style: italic;
    padding: .25rem .8rem;
    border: 2px solid #3DBFEB;
}

.formulaire .envoyerBtn.btn:hover {
    color: #3DBFEB;
    background-color: transparent;
    border: 2px solid #3DBFEB;
}

.formulaire .annulerBtn.btn {
    background: transparent;
    color: #2E3192;
    font-style: italic;
    padding: .25rem .8rem;
    border: 2px solid #3DBFEB;
    margin-right: 25px;
}

.formulaire .annulerBtn.btn:hover {
    color: #3DBFEB;
    background-color: transparent;
    border: 2px solid #3DBFEB;
}

.pull-right {
    display: flex;
    justify-content: flex-end;
}

.triangleRdv {
    position: absolute;
    top: -94px;
}

.alert {
    color: #2E3192;
    background-color: rgba(205, 233, 246, 0.4);
    border-color: rgba(205, 233, 246, 0.4);
    position: absolute;
    z-index: 999;
    width: 90%;
    margin-left: 10%;
    border-radius: 30px 0px 0px 30px;
    padding-right: 10%;
}
.doctor-card .card {
    border-radius: 30px;
    border: none!important;
}
.angle {
    position: absolute;
    top: 78%;
    font-size: 150px;
    right: 50%;
    z-index: -1;
    transform: translateX(50%);
    transition: all 0.5s;
}
@media screen and (max-width: 991px) {
    .angle {
        display: none;
    }
}
@media screen and (min-width: 767px) {
    .hide-ordi{
        display: none;
    }
    .hide-mobile{
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .hide-ordi{
        display: block;
    }
    .hide-mobile{
        display: none;
    }
}

.carousel-caption {
    position: absolute;
    right: 12%;
    bottom: 20px;
    top: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .carousel-caption {
        top: unset;
    }
}
