@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;*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');/*font-family: 'Poppins', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');/*font-family: 'Yeseva One', cursive;*/

@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');/*  font-family: "Fjalla One", sans-serif;*/
/* HEADER */
/*#header { background:#fff; width: 100%; height: 200px; background-size:100%;}*/


/*HEADER VIDEO*/

header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header img {width: auto}




@media (max-width: 1400px) {
header {
    position: relative;
    background-color: black;
    height: 51vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}
    header img {width: 25%}
}



@media (max-width: 992px) {
header {
  position: relative;
  background-color: black;
  height:35vh;
  min-height: 13rem;
  width: 100%;
  overflow: hidden;
}
    header img {width: 40%}
}
header h3 { font-size:38px; font-family: 'Open Sans Condensed', sans-serif; font-weight: bold; color:#dc0c15}

@media (max-width: 992px) {
header h3 { font-size:18px;font-family: 'Open Sans Condensed', sans-serif; font-weight: bold;}
}

header a { color:#dc0c15}
header a:hover { color:#dc0c15}
header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}


header #carouselExampleControls  {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}


header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0.5;
  z-index: 1;
}





@media (max-width: 1400px) {
header #carouselExampleControls  {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 200%;
  width: 100%;
  background-color: #fff;
  opacity: 0.5;
  z-index: 1;
}

}




header .container {
  position: relative;
  z-index: 2;
}


/*HEADER VIDEO*/


#header.base {background:url("../charte/back-header-1920.webp") no-repeat; background-size: 100%; height: auto; color:#dc0c15}
#header.base a {color:#dc0c15}
#header p { font-size:28px; font-family: 'Open Sans Condensed', sans-serif; font-weight: bold; color:#dc0c15; line-height:1.2em}
#header img {width: 30%}
@media (max-width:1024px) {
#header.base {background:url("../charte/back-header-1024.webp") no-repeat; background-size: 100%; height: auto; color:#dc0c15}
#header p { font-size:18px; font-fafont-family: 'Open Sans Condensed', sans-serif; font-weight: bold; color:#dc0c15; line-height:1.2em}
    #header img {width: 40%}
}


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

.navbar-brand {
display: none!important
}
.navbar-brand.scrolled{
display: block!important
}


.navbar-nav { margin: 0 auto}

@media (max-width: 992px) {
.navbar-nav {margin: 20px 0px;}
.bg-light {background-color: #fff !important;}
}

.navbar-nav.active { display: block}
.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: #dc0c15;
background-color:  #fff;
    border-bottom:3px solid #dc0c15
}


.navbar-light .navbar-nav .nav-link {
    color: #036166;
    font-family: 'Open Sans Condensed', sans-serif; font-size:18px; text-align: center; font-weight: bold;
}


.navbar-light .navbar-nav .nav-link:hover {
color: #dc0c15;
background-color:  #fff;;
    border-bottom:3px solid #dc0c15
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}


.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(3, 97, 102, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


/*Custom ouverture menu mobile*/
@media (max-width: 992px) {
.navbar-collapse {
        position: absolute;
        top: 54px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
    }
.navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        transition: left 0.3s ease;
        left: -100%;
    }
.navbar-collapse.show {
        left: 0;
        -webkit-transition: left 0.3s ease-in;
        -o-transition: left 0.3s ease-in;
        -moz-transition: left 0.3s ease-in;
        transition: left 0.3s ease-in;
		background-color:#fff;height: 900px;
		text-align: center;
    }
 }


/*MENU*/


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


#section1 {background: none}
#section1 h1 {color:#036166; line-height: 1.4em}
#section1 h2 {color:#036166; line-height: 1.4em}
#section1 h3 {color:#036166; line-height: 1.4em}
#section1 h4 {color:#036166; line-height: 1.4em}
#section1 h5 {color:#036166; line-height: 1.4em}
#section1 p {color:#000;}

#section2 {background: #dc0c15}
#section2 h1 {color:#fff; line-height: 1.4em}
#section2 h2 {color:#fff; line-height: 1.1em}
#section2 h3 {color:#fff; line-height: 1.4em}
#section2 h4 {color:#fff; line-height: 1.4em}
#section2 h5 {color:#fff; line-height: 1.4em}
#section2 p {color:#fff;}

#section3 {background: none}
#section3 h1 {color:#333333; line-height: 1.4em}
#section3 h2, h3, h4 {color:#333333; line-height: 1.4em}
#section3 h5 {color:#333333 !important; line-height: 1.4em}
#section3 p {color:#000;}

#section4 {background: none}
#section4 h1 {color:#333333; line-height: 1.4em}
#section4 h2, h3, h4, h5 {color:#333333; line-height: 1.4em}
#section4 p {color:#000;}

#section5 {background: #036166}
#section5 h1 {color:#fff; line-height: 1.4em}
#section5 h2 {color:#fff; line-height: 1.4em}
#section5 h3, h4 {color:#fff !important; line-height: 1.4em}
#section5 h5 {color:#fff !important; line-height: 1.4em}
#section5 p {color:#fff;}


#section-bouton {background: #fff}
#section-bouton h2 {color:#036166}


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

@media (max-width: 1400px) {
    #section-parallax h2 {padding-top:0px}
    #section-parallax img {padding-top:0px;}
}


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

.parallax {
    /* The image used */
    background-image: url("../../../assets/theme3/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:500px;
    }
}
/*boutons custom bootstrap*/
.btn-custom {
	color: #fff;
    background-color: #333;
    border-color: #333;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .open>.dropdown-toggle.btn-custom {
    color: #fff;
    background-color: #333;
    border-color: #333; /*set the color you want here*/
}
/*fin boutons custom bootstrap*/


/*boutons custom bootstrap*/
.button {
  flex: 1 1 auto;
  margin: 0px;
  padding: 20px;
  border: 2px solid #036166;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: 0.3s; color:#fff; background:#036166
}
.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;
}

/*Fin Boutons*/


/*FOOTER*/


footer {
background: #036166;
padding: 20px;
min-height: 100px;
}
footer h2 {color: #fff; font-size:18px}
footer p {color: #fff; font-size:14px}
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}


.col-2_4,
.col-sm-2_4,
.col-md-2_4,
.col-lg-2_4,
.col-xl-2_4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2_4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2_4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2_4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2_4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2_4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
/*FIN INTEGRATION*/


:root {
    --teal:       #036166;
    --teal-light: #d0eced;
    --teal-pale:  #eaf5f5;
    --red:        #dc0c15;
    --red-pale:   #fce8e9;
    --cream:      #F8FAFA;
    --text-dark:  #0f2b2d;
    --text-muted: #4a7175;
}



/* ── SECTION HEADERS ── */
.section-label {
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--red);
}
.section-title {
    font-family: "Fjalla One", sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    color: var(--teal);
    line-height: 1.2;
}
.section-divider {
    width: 48px;
    height: 3px;
    background: var(--teal-light);
    border-radius: 2px;
    margin: 1rem 0 2rem;
}

/* ── MEMBER CARD ── */
.member-card {
    background: #fff;
    border-radius: 1rem;
    padding: 1.75rem 1.5rem 1.5rem;
    border: 1px solid rgba(3,97,102,.08);
    transition: transform .25s ease, box-shadow .25s ease;
    height: 100%;
}
.member-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(3,97,102,.12);
}

.monogram {
    width: 60px; height: 60px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-family: "Fjalla One", sans-serif;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    flex-shrink: 0;
}
.monogram-pharmacien   { background: var(--teal-pale); color: var(--teal); }
.monogram-preparatrice { background: var(--teal-light); color: var(--teal); }
.monogram-autre        { background: var(--red-pale);   color: var(--red); }

.member-name {
    font-family: "Fjalla One", sans-serif;
    font-size: 1.25rem;
    color: var(--text-dark);
    margin-bottom: .25rem;
}
.member-role {
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.role-pharmacien   { color: var(--teal); }
.role-preparatrice { color: var(--teal); }
.role-autre        { color: var(--red); }

/* ── FORMATION BANNER ── */
.formation-banner {
    background: var(--teal);
    border-radius: 1.25rem;
    padding: 2.75rem 2.5rem;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.formation-banner::after {
    content: '🎓';
    position: absolute;
    right: 2rem; bottom: -1rem;
    font-size: 7rem;
    opacity: .1;
}
.formation-banner h3 {
    font-family: "Fjalla One", sans-serif;
    font-size: 1.9rem;
    color: #fff;
    margin-bottom: .75rem;
}
.formation-banner p {
    color: rgba(255,255,255,.82);
    max-width: 100%;
}
.formation-tag {
    display: inline-block;
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 2rem;
    padding: .3rem .9rem;
    font-size: .8rem;
    color: rgba(255,255,255,.9);
    margin: .25rem .2rem;
}


/* ── ANIMATIONS ── */
@media (prefers-reduced-motion: no-preference) {
    .fade-up {
        opacity: 0;
        transform: translateY(24px);
        transition: opacity .5s ease, transform .5s ease;
    }
    .fade-up.visible {
        opacity: 1;
        transform: none;
    }
}

/* ── PARALLAX PHARMACIE DE GARDE ── */
.parallax-garde {
    background: rgba(3,97,102,.88);
    border-radius: .75rem;
    padding: 1rem 1.5rem;
    max-width: 640px;
}
.parallax-garde h2 {
    color: #fff;
    font-size: clamp(1.1rem, 2.4vw, 1.6rem);
    margin: 0;
}
.parallax-garde h2 a { color: #fff; text-decoration: underline; }

/* ── RUBRIQUE / BRAND LOGO GRID (section pages) ── */
.rubrique-intro { font-size: 1.05rem; }
.rubrique-title {
    font-family: "Fjalla One", sans-serif;
    color: var(--teal);
    font-size: clamp(1.4rem, 2.6vw, 2rem);
    margin-top: 2.5rem;
}
.rubrique-divider {
    width: 90px; height: 5px;
    background: var(--teal-light);
    border-radius: 3px;
    margin: .75rem 0 2rem;
}
.brand-card {
    background: #fff;
    border: 1px solid rgba(3,97,102,.08);
    border-radius: .75rem;
    padding: 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform .25s ease, box-shadow .25s ease;
}
.brand-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 26px rgba(3,97,102,.10);
}
.brand-card img { max-height: 90px; width: auto; object-fit: contain; }
.brand-card p { margin: .6rem 0 0; font-size: .85rem; font-weight: 600; color: var(--text-muted); }

.encart-info {
    background: var(--teal);
    color: #fff;
    border-radius: 1rem;
    padding: 1.5rem 2rem;
}
.encart-info h4 { color:#fff; margin:0; font-family: "Fjalla One", sans-serif; }

.encart-prix {
    display: inline-block;
    background: var(--red);
    color: #fff;
    font-family: "Fjalla One", sans-serif;
    letter-spacing: .05em;
    border-radius: 2rem;
    padding: .5rem 1.5rem;
}

.horaire-encart {
    background: var(--teal-pale);
    border-left: 5px solid var(--teal);
    border-radius: .5rem;
    padding: 1.25rem 1.5rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}
.horaire-encart .fa-clock, .horaire-encart i { color: var(--teal); font-size: 1.8rem; }

.btn-rdv {
    display: inline-block;
    background: var(--red);
    color: #fff !important;
    font-family: "Fjalla One", sans-serif;
    font-size: 1.15rem;
    letter-spacing: .03em;
    border-radius: 2.5rem;
    padding: 1rem 2.5rem;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}
.btn-rdv:hover { background: #b40a11; transform: translateY(-2px); color:#fff !important; }


/* ── MEMBER SPECIALITY ── */
.member-spec {
    font-size: .8rem;
    color: var(--text-muted);
    margin-top: .35rem;
}
