@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');/*font-family: 'Open Sans', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');/*font-family: 'Open Sans Condensed', sans-serif;*/
/*Font bouton custom*/
@import url("https://fonts.googleapis.com/css?family=Roboto:900");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');/*font-family: 'Poppins', sans-serif;*/

.bloc-haut {margin-top:-50px; position: relative; z-index: 10;}
.bloc-haut p {font-size:24px;font-family: 'Poppins', sans-serif;}

@media (max-width:960px) {
.bloc-haut {margin-top:20px; position: relative; z-index: 10;}
.bloc-haut p {font-size:18px;font-family: 'Poppins', sans-serif;}
}


.banner-image {
background-image: url('../charte/banner-img-1-1920.webp');
background-size: cover
}

.banner-slider2 {
background-image: url('../charte/banner-img-2-1920.webp');
background-size: cover
}

.banner-slider3 {
background-image: url('../charte/banner-img-3-1920.webp');
background-size: cover
}


@media (max-width:960px) {
.banner-image {
background-image: url('../charte/banner-img-1-960.webp');
background-size: cover
}
.banner-slider2 {
background-image: url('../charte/banner-img-2-960.webp');
background-size: cover
}
.banner-slider3 {
background-image: url('../charte/banner-img-3-960.webp');
background-size: cover
}

}


@media (max-width:720px) {
.banner-image {
background-image: url('../charte/banner-img-1-720.webp');
background-size: 100%;
background-repeat: no-repeat; margin-top:176px
}
.banner-slider2 {
background-image: url('../charte/banner-img-2-720.webp');
background-size: 100%;
background-repeat: no-repeat; margin-top:176px
}
.banner-slider3 {
background-image: url('../charte/banner-img-3-720.webp');
background-size: 100%;
background-repeat: no-repeat; margin-top:176px
}


.vh-100 {
    height: 33vh !important;
}

.carousel-control-prev {
    height: 70vh !important;
}

.carousel-control-next {
    height: 70vh !important;
}

}



.banner-image,
.banner-slider2,
.banner-slider3 {
    position: relative;
}

/* Logo centré pour TOUS les écrans */
.logo-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.logo-center img {
    max-width: 600px;
    height: auto;
}


.carousel-item  p a {
color:#fff; font-weight: bold
}



.banner-image2 {
        background-image: url('../charte/bandeau-header.webp');
        background-size: cover
      }

.heighter {
    height: 25vh !important;
}


/* HEADER */
#header { background:#fff; width: 100%; height: auto; background-size:100%;}
#logo {text-align:left; margin-top:40px}
#slogan p {font-size:24px;  font-family: 'Poppins', sans-serif; text-align:right; margin-top:40px; font-weight: bold; color:#000; line-height: 1.2em}
#slogan p a {color:#000}
#slogan p a:hover {text-decoration: none}
#slogan .icone {text-align: right; padding:5px 0px}
#slogan .icone a {color:#fff}
#slogan .icone a:hover {text-decoration: none; color:#000}
#slogan .langue p  {text-align: right; font-size: 14px; margin-top: 10px}



@media (max-width: 992px) {
#header { background:#fff; width: 100%; height: auto}
#logo {text-align:center}
#slogan p {font-size:20px;text-align:center; margin-top:10px}
#slogan p a{}
#slogan .icone {text-align: center; padding-top: 15px}
#slogan .langue p  {text-align: center; font-size: 14px; margin-top: 10px}
}
/*HEADER*/

/* ===================== */
/*        MENU           */
/* ===================== */

/* Background navbar */
.bg-light {
    background-color: #fff !important;
}

.bg-dark {
    background: rgba(255,255,255,0.7) !important;
}

/* Couleur liens */
.nav a {
    color: #000;
}

.nav a:hover {
    color: #000;
}

/* Centrage par défaut */
.navbar-nav {
    margin: 0 auto;
}

/* Responsive */
@media (max-width: 992px) {

    .navbar-nav {
        margin: 20px 0;
    }

    .bg-light {
        background-color: #000 !important;
    }

    .navbar {
        background: #fff;
    }
}

/* Etat actif */
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #3f8833;
    background-color: transparent;
}

/* Style général des liens */
.navbar-light .navbar-nav .nav-link {
    position: relative;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    background-color: transparent;
}

/* Padding desktop */
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
}

/* Hover */
.navbar-light .navbar-nav .nav-link:hover {
    color: #3f8833;
}

/* ===================== */
/*   ANIMATION UNDERLINE */
/* ===================== */

/* Uniquement sur les liens NON dropdown */
.navbar-light .navbar-nav .nav-link:not(.dropdown-toggle)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #3f8833;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}

/* Animation */
.navbar-light .navbar-nav .nav-link:not(.dropdown-toggle):hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* ===================== */
/*   TOGGLER MOBILE      */
/* ===================== */

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* ===================== */
/*   MENU MOBILE CUSTOM  */
/* ===================== */

@media (max-width: 992px) {

    .navbar-collapse {
        position: absolute;
        top: 146px;
        left: 0;
        width: 100%;
        padding: 15px;
    }

    .navbar-collapse.collapsing {
        height: auto;
        left: -100%;
        transition: left 0.3s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 0.3s ease-in;
        background-color: #212529;
        height: 900px;
        text-align: center;
    }
}


/* Dropdown au survol uniquement sur desktop */
@media (min-width: 992px) {

    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0; /* supprime le petit saut */
    }

    /* Animation douce */
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s ease;
    }

    .navbar .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}


.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


/*INTEGRATION*/
a, a:hover {color:#000; text-decoration: none}

#section1 {background: none}
#section1 h1 {color:#333333; line-height: 1.4em}
#section1 h2 {color:#333333; line-height: 1.4em}
#section1 h3 {color:#333333; line-height: 1.4em}
#section1 h4 {color:#bdae9d; line-height: 1.4em; font-size:1em}
#section1 h5 {color:#333333; line-height: 1.4em}
#section1 p {color:#000;}

#section2 {background: none}
#section2 h1 {color:#333333; line-height: 1.4em}
#section2 p {color:#000;}

#section3 {background: none}
#section3 h1 {color:#333333; line-height: 1.4em}
#section3 p {color:#000;}

#section4 {background: none}
#section4 h1 {color:#333333; line-height: 1.4em}
#section4 p {color:#000;}

#section5 {background: #0A0A0A}
#section5 h1 {color:#fff; line-height: 1.4em}
#section5 p {color:#fff;}

#section-parallax img {padding-top:200px;}
#section-parallax h2 { color:#000; text-align: center }

@media (max-width: 992px) {
    #section-parallax h2 {padding-top:50px}
    #section-parallax img {padding-top:70px;}
}

.parallax {
    /* The image used */
    background-image: url("../../../assets/theme5/charte/img-parallax.webp");
    /* Set a specific height */
    height:600px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-device-width: 1366px) {
    .parallax {
        background-attachment: scroll;
        height:300px;
    }
}

/*boutons custom bootstrap*/
.btn-custom {
	color: #fff;
    background-color: #3f8833;
    border-color: #3f8833;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .open>.dropdown-toggle.btn-custom {
    color: #fff;
    background-color: #204f24;
    border-color: #204f24; /*set the color you want here*/
}
/*fin boutons custom bootstrap*/


/*boutons custom bootstrap*/
.button {
  flex: 1 1 auto;
  margin: 10px;
  padding: 20px;
  border: 2px solid #bdae9d;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: 0.3s; color:#fff; background:#bdae9d; border-radius:20px
}
.button:after {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #000;
}
.button:hover:nth-of-type(1) {
  border-radius: 30px;
}
.button:hover:nth-of-type(1):after {
  width: 0%;
}
.button:hover {
  cursor: pointer;
}
.button:hover:after {
  width: 100%;
  left: 0;
}


.button2 {
  flex: 1 1 auto;
  margin: 10px;
  padding: 20px;
  border: 2px solid #fff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: 0.3s; color:#fff
}
.button2:after {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #000;
}
.button2:hover:nth-of-type(1) {
  border-radius: 30px;
}
.button2:hover:nth-of-type(1):after {
  width: 0%;
}
.button2:hover {
  cursor: pointer;
}
.button2:hover:after {
  width: 100%;
  left: 0;
}
/*Fin Boutons*/





/*FOOTER*/
footer {
background: #bdae9d;
padding: 20px;
min-height: 100px;
}
footer h2 {color: #fff; font-size:18px}
footer p {color: #fff; font-size:16px}
footer p a {color: #fff; }
footer p a:hover {color:#fff; text-decoration: none}
footer p a:visited {color:#fff; text-decoration: none}
footer hr {border-color:#fff;    margin: 0rem 0 !important;}
footer ul.list-unstyled li a {color: #fff}
footer .rubrique { color: #fff}
footer .fab {color:#fff}
/*FOOTER*/

.encart { background-color: #9e9e9e;border: 1px solid #eee; padding:20px; border-radius: 10px}


.testimonial-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.testimonial-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    text-align: center;
}

.quote-icon {
    font-size: 40px;
    color: #0d6efd;
    margin-bottom: 20px;
}

.stars {
    color: #ffc107;
    margin-bottom: 15px;
}

.patient-name {
    font-weight: 600;
    margin-top: 20px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233f8833'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233f8833'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}


.doctolib-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #197abf; /* Bleu Doctolib */
    color: white;
    padding: 14px 22px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    z-index: 9999;
}

.doctolib-btn:hover {
    background-color: #197abf;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.3);
    color: white;
}

@media (max-width: 600px) {
    .doctolib-btn {
        bottom: 15px;
        right: 15px;
        padding: 12px 18px;
        font-size: 14px;
    }
}