@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=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/*Font bouton custom*/
@import url("https://fonts.googleapis.com/css?family=Roboto:900");
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}


body {
line-height:1.4em;overflow-x: hidden;
}


.sticky-menu {
	position: sticky;
    z-index: 1020;
}


.container {
max-width: 1170px;
}

hr { margin: 1rem 0 1rem 0;}


#infos-top { background:#000; color:#fff }
#infos-top a { color:#fff }

/* HEADER */
#header { background:#285474; width: 100%; height: 170px; background-size:100%; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3) ;}
#header h2{ color: white!important;}

@media (max-width: 992px) {
#header { background:#285474; width: 100%; height: auto}
    #header img {
        width: 60% !important;
    }
}
/*HEADER*/


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

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

@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: #333;
background-color:  #fff;
}
.navbar-light .navbar-nav .nav-link {
    color: #ccc;
	 font-family: 'Poppins', sans-serif;
	font-weight: bold; font-size:20px
}
.navbar-light .navbar-nav .nav-link:hover {
color: #333;
background-color:  #fff;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.dropdown-item {
    color:#000; font-family: 'Poppins', sans-serif;
	font-weight: bold; font-size:20px
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color:#333333;
}
.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");
}
/*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:#285474;height: 900px;
		text-align: center;
    }
 }
/*MENU*/



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

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

#section2 {background: #ffffff;}
#section2 h1 {color:#c45f3b; line-height: 1.4em}
#section2 h2 {color:#285474; line-height: 1.4em}
#section2 h3 {color:#285474; line-height: 1.4em}
#section2 h5 {color:#0A0A0A; line-height: 1.4em}
#section2 h4.bleu{color:#285474!important; font-size: 20px}
#section2 h4.orange{color:#c45f3b!important; font-size: 20px}

#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: #0A0A0A}
#section5 h1 {color:#fff; line-height: 1.4em}
#section5 h2 {color:#fff; line-height: 1.4em}
#section5 h3, h4 {color:#0A0A0A !important; line-height: 1.4em}
#section5 h5 {color:#333333 !important; line-height: 1.4em}
#section5 p {color:#fff;}

#section6 {background-color: #efefef; background-image: url("../charte/back-section2.jpg"); background-size: 100%; background-repeat: no-repeat;}
#section6 h1 {color:#333333; line-height: 1.4em}
#section6 h2, h3, h4, h5 {color:#c45f3b; line-height: 1.4em}
#section6 h4 {color:#c45f3b!important;}


#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/theme2/charte/img-parallax.jpg");
    /* 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: #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 #000;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: 0.3s; color:#000
}
.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*/

/*survol sur le photobox*/
.survol {color:#fff}
/*survol sur le photobox*/


/*FIN INTEGRATION*/


/*FOOTER*/
footer {
background: #285474;
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 hr {border-color:#fff;margin: 0rem 0 !important;}
footer ul.list-unstyled li a {color: #fff}
footer .rubrique { color: #fff}
/*FOOTER*/


.fond-header {background: url("file:///Macintosh%20HD/Users/charlottesfoggia/Silvernet%20Dropbox/Silvernet/C/capecho-formation/media/fond-header.webp"); height: auto}
.fond-header {color: white }
.fond-header h2{text-transform: uppercase}

button {
    border: solid 2px #fff;
    color: #fff;
    padding: 8px 15px;
    background: #285474;
    border-radius: 40px;
}

.btn-secondary { border-radius: 40px;padding: 8px 15px;border: solid 2px #fff;}

.button2 {
    border: solid 2px #fff;
    color: #ffffff;
    padding: 10px 20px;
    background: #c45f3b;
    border-radius: 40px;
    font-size: 25px;
}

.encart{ background: #f8f8f8; padding: 30px; box-shadow: 3px 3px 5px #cdcdcd; min-height: 380px}
.encart2{ background: transparent; padding: 20px;  border-radius: 13px; border: solid 1px #33658A }


.encart3{ background: #c45f3b; padding: 20px;  border-radius: 13px; cursor: pointer }
.encart3 a { color:#fff}




@media (max-width: 992px) {
    .encart {
        min-height: auto;
    }
}

.button-filter1 {background: #E0EEF5; color: #33658A!important;  border-radius: 13px; padding: 5px 13px;; font-weight: 500; border: solid 1px white; font-size: 12px;}
.button-filter2 {background: #FDEAD8; color: #F48923!important;  border-radius: 13px; padding: 5px 13px;; font-weight: 500; border: solid 1px white; font-size: 12px;}
.button-filter3 {background: #F0EEFB; color: #8A7BE0!important;  border-radius: 13px; padding: 5px 13px;; font-weight: 500; border: solid 1px white; font-size: 12px;}

.button-filter-gris {background: #E8EAED; color: #97A1B1!important;  border-radius: 3px; padding: 8px 16px; font-weight: 300; border: solid 1px white; font-size: 17px;}
.button-filter-vert {background: #E3F2E5; color: #3A7D44!important;  border-radius: 3px; padding: 8px 16px; font-weight: 300; border: solid 1px white; font-size: 17px;}
.button-filter-rouge {background: #F9DCDC; color: #C42021!important;  border-radius: 3px; padding: 8px 16px; font-weight: 300; border: solid 1px white; font-size: 17px;}
.button-filter-orange {background: #ffdfd6; color: #c45f3b!important;   border-radius: 3px; padding: 8px 16px; font-weight: 300; border: solid 1px white; font-size: 17px;}

.button-lever1 {background: #E0EEF5; color: #33658A!important;  border-radius: 300px; padding: 8px 10px; font-weight: 300; border: solid 1px white; font-size: 17px; }
.button-lever2 {background: #FDEAD8; color: #F48923!important;  border-radius: 300px; padding: 8px 10px; font-weight: 300; border: solid 1px white; font-size: 17px;}
.button-lever3 {background: #F0EEFB; color: #8A7BE0!important;  border-radius: 300px; padding: 8px 10px; font-weight: 300; border: solid 1px white; font-size: 17px;}

.flatpickr-calendar {
    border-radius: 8px;
}
.flatpickr-button-clear {
    display: block;
    margin: 10px auto 5px;
    background: none;
    border: none;
    color: #007BFF;
    cursor: pointer;
    font-weight: bold;
}


.petit {font-size: 12px; color: #285474}
/*texte sur image*/



.tile{

  position : relative; 

  display : inline-block; 

}



.tile span{

  color:#fff;

  font-size:24px;

  display : block;

  position : absolute;

  bottom : 0; 

  top : 48%; 

  left : 0; 

  right : 0; /* voir règles */

  padding : 2px;

  overflow : hidden; /* empêche le dépassement de texte */ 

	text-align: center

}



.img_size{

  width: 100%;

  height :auto;

/* box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);*/

  filter: brightness(70%);

  -webkit-filter: brightness(75%);

  transition : filter 1.5s linear;

}

/*.img_size,

.tile span{

  transition: ease 1s;

}



.is-child:hover .img_size{

  filter: brightness(100%);

  -webkit-filter: brightness(100%); 

}

.is-child:hover .img_size,

.is-child:hover span{

  transform : translateX(5px);

}





.is-child a:link,

.is-child a:active,

.is-child a:visited,

.is-child a:hover,

.is-child a{

  text-decoration:none;

  color:#fff;

}*/

/*texte sur image*/

 .conteneur-image {
      position: relative;
      max-width: 600px;
      margin: auto;
    }
    .conteneur-image img {
      width: 100%;
      height: auto;
      display: block;
    }
    .conteneur-image ol {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .conteneur-image li {
      position: absolute;
      background-color: rgba(196, 95, 59, 0.7);
      border-radius: 50%;
      cursor: pointer;
    }
    /* Zones
    .tete {
      left: 44.7%;
      top: 3.05%;
      width: 10.3%;
      height: 7.6%;
    }
    .epaule {
      left: 31.8%;
      top: 18.88%;
      width: 10.3%;
      height: 7.6%;
    }
    .ventre {
      left: 45%;
      top: 31.11%;
      width: 10.3%;
      height: 7.6%;
    }
    .jambe {
      left: 36.7%;
      top: 60%;
      width: 10.3%;
      height: 7.6%;
    }

  */
	  
	 .conteneur-image li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px; /* cache le texte */
}  
.custom-card {
      position: relative;
      border: none;
      border-radius: 3px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
      padding: 2rem;
      background-color: white;
    }

    .custom-card .card-title {
      font-size: 1.25rem;
      color: #b43c2a;
    }

    .custom-card .btn-outline-danger {
      border-color: #b43c2a;
      color: #b43c2a;
    }

    .custom-card .btn-outline-danger:hover {
      background-color: #b43c2a;
      color: white;
    }


.organe {background: white; box-shadow: 0px 0px 5px grey; border-radius:300px; padding: 10px}




.organe:hover {background: white; box-shadow: 0px 0px 3px grey; border-radius:300px; padding: 10px;}


 .organe {
      cursor: pointer;
      transition: transform 0.3s;
    }

    .organe:hover {
      transform: scale(1.02); 
    }

    .accordion-text {
      display: none;
      transition: all 0.3s ease;
    }

    .accordion-text.show {
      display: block;
    }

   .sidebar {
      height: 110vh;
      width: 345px;
      top: 164px;
      left: 50px;
      background-color: #f8f9fa;
      padding-top: 1rem;
      border-right: 1px solid #dee2e6;
	   margin-left: 100px;
    }
    .sidebar a {
      padding: 12px 20px;
      display: block;
      color: #333;
      text-decoration: none;
    }
    .sidebar a:hover {
      background-color: #e9ecef;
      color: #007bff;
    }
    .content {
      margin-left: 220px;
      padding: 2rem;
    }
@media (max-width: 992px) {
	 .sidebar {
    
      top: 224px;
		 width: 100%;
		 left: 0px;
		 margin-left: 0px;
		 height: auto;
		 
    
    }
}

.bouton-organe{ box-shadow: 0px 0px 5px grey; border-radius:300px; padding: 10px }
.bouton-organe:hover {  box-shadow: 0px 0px 3px grey }
.bouton-organe .active {  box-shadow: 0px 0px 3px grey }

.filter-btn {
    width: 64px; /* ou la taille de ton icône */
    height: 64px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    background-color: transparent;
}


#btn-tout      { background-image: url("../../../media/images/picto/tout.png"); }
#btn-superieur     { background-image: url('../../../media/images/picto/superieur.png'); }
#btn-inferieur     { background-image: url('../../../media/images/picto/inferieur.png'); }
#btn-abdomen     { background-image: url('../../../media/images/picto/abdomen.png'); }
#btn-endocrine    { background-image: url('../../../media/images/picto/endocrine.png'); }
#btn-courant   { background-image: url('../../../media/images/picto/courant.png'); }
#btn-vasculaire  { background-image: url('../../../media/images/picto/vasculaire.png'); }
#btn-femme    { background-image: url('../../../media/images/picto/femme.png'); }
#btn-homme   { background-image: url('../../../media/images/picto/homme.png'); }
#btn-geste   { background-image: url('../../../media/images/picto/geste.png'); }

/* États actifs */
#btn-tout.active      { background-image: url('../../../media/images/picto/tout-hover.png'); background-color:#c5623f}
#btn-superieur.active     { background-image: url('../../../media/images/picto/superieur-hover.png'); background-color:#2a5676}
#btn-inferieur.active     { background-image: url('../../../media/images/picto/inferieur-hover.png'); background-color:#2a5676}
#btn-endocrine.active     { background-image: url('../../../media/images/picto/endocrine-hover.png'); background-color:#2a5676}
#btn-courant.active     { background-image: url('../../../media/images/picto/courant-hover.png'); background-color:#c5623f}
#btn-vasculaire.active     { background-image: url('../../../media/images/picto/vasculaire-hover.png'); background-color:#2a5676}
#btn-abdomen.active     { background-image: url('../../../media/images/picto/abdomen-hover.png'); background-color:#c5623f }
#btn-femme.active     { background-image: url('../../../media/images/picto/femme-hover.png'); background-color:#c5623f }
#btn-homme.active     { background-image: url('../../../media/images/picto/homme-hover.png'); background-color:#c5623f }
#btn-geste.active     { background-image: url('../../../media/images/picto/geste-hover.png'); background-color:#2a5676 }

#btn-tout:hover      { background-image: url('../../../media/images/picto/tout-hover.png'); background-color:#c5623f }
#btn-superieur:hover    { background-image: url('../../../media/images/picto/superieur-hover.png');background-color:#2a5676 }
#btn-inferieur:hover        { background-image: url('../../../media/images/picto/inferieur-hover.png');background-color:#2a5676 }
#btn-endocrine:hover        { background-image: url('../../../media/images/picto/endocrine-hover.png'); background-color:#2a5676}
#btn-courant:hover        { background-image: url('../../../media/images/picto/courant-hover.png'); background-color:#c5623f}
#btn-vasculaire:hover        { background-image: url('../../../media/images/picto/vasculaire-hover.png'); background-color:#2a5676}
#btn-abdomen:hover    { background-image: url('../../../media/images/picto/abdomen-hover.png'); background-color:#c5623f }
#btn-femme:hover        { background-image: url('../../../media/images/picto/femme-hover.png'); background-color:#c5623f }
#btn-homme:hover        { background-image: url('../../../media/images/picto/homme-hover.png');  background-color:#c5623f}
#btn-geste:hover        { background-image: url('../../../media/images/picto/geste-hover.png');  background-color:#2a5676}


.sticky-filter {
    position: fixed;
    top: 170px;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
    padding: 1rem 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.padding {padding-top: 14rem}
@media (max-width: 1028px) {
    .padding {
        padding-top: 0rem
    }
}

@media (max-width: 1028px) {

    .sticky-filter {
        position: fixed;
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        z-index: 999;
        background-color: #fff;
        padding: 1rem 0;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);

    }

    .sticky-filter .row {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .sticky-filter .col-lg {
        flex: 0 0 auto;
        width: auto;
        padding: 0 0.5rem;
        text-align: center;
    }

    .bouton-organe {
        width: 48px;
        height: 48px;
        background-size: cover;
        background-position: center;
        border: none;
        margin: 0 auto;
        display: block;
    }

    .sticky-filter p {
        font-size: 10px;
        margin-top: 0.5rem;
    }
}

/* chevron sur mobile */
@media (max-width: 1028px) {
    .scroll-chevron {
        position: absolute;
        right: 8px;
        top: 80%;
        transform: translateY(-50%);
        font-size: 35px;
        color: #da600c;
        z-index: 1000;
        animation: bounce-right 1.5s infinite;
        pointer-events: none;
        font-weight: bold;
        line-height: 1;
        font-style: normal;
    }

    @keyframes bounce-right {
        0%, 100% { transform: translateY(-50%) translateX(0); }
        50% { transform: translateY(-50%) translateX(2px); }
    }
}



/* Ne s'applique qu'à ce groupe spécifique */
.radio-encart-group .encart-radio {
    display: none;
}

.radio-encart-group .encart2 {
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.radio-encart-group .encart-radio:checked + label {
   background-color: #eeeeee;

}
