/* Mise en forme du site */

html {
  font-size: 16px;
}

html, body {
  height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; 
}

body{
  background-color: #ffffff;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0px;
  padding: 0px;
  font-size: 1.06rem;
  line-height: 170%;
  color: #222222;
}

a {
  text-decoration: none;
  color: #f5a60e;
}

a:hover {
  text-decoration: none;
  color: #a78e9c;
}

h1, h2, h3 {
  font-size: 2.2rem;
  color: #303030;
  text-align: center;
  font-weight: 600;
}

.bande_titre {
  background-color: #F5F6FA;
  padding: 2rem;
}

.souligne {
  border: 0;
  height: 0;
  border-top: 1px solid #ffffff;
  max-width: 60px;
  margin-left: 0;
  text-align: center;
  margin: 0 auto;
}

.souligne2 {
  border: 0;
  height: 0;
  border-top: 1px solid #B8BABF;
  max-width: 100%;
  margin-left: 0;
  text-align: center;
  margin: 0 auto 1rem;
}

.accueil_bouton {
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: rgba(211, 211, 211, 0.3);
  padding: 0.3rem 1rem;
  transition: all 0.2s ease;
  float: right;
  margin-right: 20%;
  margin-top: 3rem;
}

.accueil_bouton:hover {
  color: #f5a60e;
  border: 1px solid #f5a60e;
  transition: all 0.2s ease;
}

.galerie_bouton {
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  color: #f5a60e;
  border: 1px solid #f5a60e;
  padding: 0.3rem 1rem;
  transition: all 0.2s ease;
}

.galerie_bouton:hover {
  color: #000000;
  border: 1px solid #000000;
  transition: all 0.2s ease;
}

.conteneur_galerie_bouton {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.conteneur_galerie_bouton_2 {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.titre {
  font-family: 'Playfair Display', sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.titre_2 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 2rem;
  text-align: left;
}

.sous_titre {
  padding-top: 1rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  color: #f5a60e;
  letter-spacing: 3px;
}

.sous_titre_2 {
  padding-top: 1rem;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  color: #f5a60e;
  letter-spacing: 3px;
}

.resa_valide {
  background-color:#d3f8d3;
}

.cadre_bouton {
  width: 20px;
  height: 220px;
  background-position: top center;
  background-repeat: no-repeat;
  display: table-cell;
  padding: 0px;
  margin: 0px;
}
 
.leger {
  padding: 1rem;
  background-color:#EDE3D9;
}






/*********** FLECHE BAS ECRAN ***********/
#scroll-down-arrow {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: rgba(245, 166, 14, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  animation: pulse 2s infinite;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
#scroll-down-arrow:hover {
  background: rgba(167, 142, 156, 1);
  transform: scale(1.1);
}
#scroll-down-arrow svg {
  width: 24px;
  height: 24px;
  fill: white;
}
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}
#bottom {
  height: 0px; /* Point d'ancrage en bas de page */
}
/*********** FIN FLECHE BAS ECRAN ***********/






.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 10px;
}

.gallery-item {
  position: relative;
  width: 100%;
  padding-bottom: 100%; /* Cela force la hauteur à être égale à la largeur */
  overflow: hidden;
  cursor: pointer;
}

.gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-item:not(.no-hover) img:hover {
  transform: scale(1.05);
}

.gallery-item2 {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.gallery-item2 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-item2:not(.no-hover) img:hover {
  transform: scale(1.05);
}

.video-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.video-container video {
  width: 100%;
  height: auto;
}

.video-container-vertical {
  height: auto;
  width: 50%;
  margin: 0 auto;
}



.modal {
    display: none; /* Assurez-vous que le modal est masqué par défaut */
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* max-width: 80vw;
    max-height: 80vh; */
}

.modal-content img {
    display: block;
    max-width: 80vw;
    max-height: 80vh;
    width: auto;
    height: auto;
    object-fit: contain; /* Assure que l'image ne soit pas déformée */
}

.close {
    position: absolute;
    top: 10px;
    right: 25px;
    color: #f1f1f1;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    /* border-radius: 0 3px 3px 0; */
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(0, 0, 0, 0.5);
}

.next {
    right: 10px;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: 10px;
    border-radius: 3px 3px 0 0;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.caption {
    text-align: center;
    padding: 10px;
    color: #333;
    font-size: 16px;
}











.note_dev {
  background-color: #ffcc00;
}




/***********  FORMULAIRES ***********/



input.champ_text, textarea.champ_text, input.inputform, textarea.inputform, select.champ_text, iframe.champ_text {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #323232;
  background-color: #ffffff;
  padding: 11px 20px 13px 20px;
  line-height: 1.5;
  border: 1px solid #f5a60e;
  box-sizing: border-box;
  margin: 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: middle;
}

input.champ_text:focus, textarea.champ_text:focus, iframe.champ_text:focus {
  border: 1px solid #a78e9c;
  outline: 0;
}

input.champ_text_error, textarea.champ_text_error, select.champ_text_error, iframe.champ_text_error  {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #323232;
  background-color: #ffffff;
  padding: 11px 20px 13px 20px;
  line-height: 1.5;
  border: 1px solid #a30e0e;
  box-sizing: border-box;
  outline: 0;
  width: 100%;
}

.text_erreur {
  font-size: 0.8rem;
  color: #a30e0e;
  margin: 5px;
}

.bouton_valider {
  font-family: 'Montserra', sans-serif;
  font-size: 1rem;
  color: #ffffff;
  background-color: #f5a60e;
  text-transform: uppercase;
  border: 0px;
  margin: 0px;
  padding: 1rem 3rem 1rem 3rem;
  cursor: pointer;
  margin-bottom: 3rem;
}

.bouton_valider:hover {
  background-color: #a78e9c;
}

.recherche {
  width: 500px;
  vertical-align: bottom;
  float: left;
}

.cadre_erreur {
  background-color: #faf9f5;
  color: rgba(193, 65, 32, 1);
  text-align: center;
  padding: 10px;
  border: 1px solid rgba(193, 65, 32, 1);
  margin-bottom: 10px;
}

.cadre_confirmation {
  background-color: #ffffff;
  color: #007f00;
  border: 1px solid rgba(140, 190, 65, 1);
  text-align: center;
  padding: 10px;
}

/*********** FIN FORMULAIRES ***********/





/*********** GOOGLE ICONS **********/

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

/*********** FIN GOOGLE ICONS **********/







/*********** PAGINATION ***********/

.pagination {
  margin-top: 5px;
  margin-bottom: 5px;
  clear: both;
}

.pages {
  color: #a78e9c;
  font-weight: bold;
  text-decoration: none;
  padding: 3px;
  margin: 3px;
  background-color: #323232;
  line-height: 25px;
}

.pages:hover {
  color: #f2f2f2;
  font-weight: bold;
  text-decoration: none;
  background-color: #444444;
}

.page_actuelle {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding: 3px;
  margin: 3px;
  background-color: #a78e9c;
  line-height: 25px;
}

.page_actuelle:hover {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  background-color: #e8e8e8;
}

/*********** FIN PAGINATION ***********/




/*********** SMARTPHONE ***********/
/* @media screen and (min-width: 768px) { SMARTPHONE */
@media screen and (min-width: 320px) { SMARTPHONE

  html {
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
  }
  
  * {
    box-sizing: border-box;
  }

  
  /* passer body (et tous les éléments de largeur fixe) en largeur automatique */

  body {
    width: auto;
    margin: 0;
    padding: 0;
  }

  /* fixer une largeur maximale de 100% aux éléments potentiellement problématiques */

  img,
  table,
  td,
  th,
  blockquote,
  code,
  pre,
  textarea,
  input,
  iframe,
  object,
  embed,
  video {
    max-width: 100%;
  }

  /* conserver le ratio des images */

  img {
    height: auto;
  }

  /* gestion des mots longs */

  textarea,
  table,
  td,
  th,
  code,
  pre,
  samp {
    hyphens: auto; /* césure propre */
    word-wrap: break-word; /* passage à la ligne forcé */
  }

  header {
    height: 60px;
    background-image: none;
    text-align: center;
    position: fixed;
    width: 100%;
    background-color: #F5F6FA;
    z-index: 10000;
    overflow: hidden;
  }
  
  #header_conteneur {
    width: 100%;
  }
 
  .header_mini {
    height: 60px;
  }

  .header_maxi {
    height: 60px;
  }

  .logo_mini {
    margin-top: 12px;
  }
  
  .logo_img {
    height: 40px;
    margin: 12px auto;
  }
  
  .marge {
    height: 60px;
  }

  nav {
    width: 100%;
    line-height: 40px;
    margin: 0px;
    float: none;
    text-align: center;
  }

  nav ul {
    padding: 0px;
    list-style: none;
    width: 100%;
    margin: 0 auto;
  }
  
  nav li {
    float: none;
    width: 100%;
  }
  
  nav a {
    float: none;
    padding: 0px;
    margin: 0px;
  }

  .conteneur_infos {
    display: none;
  } 

  #langues {
    width: 55px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 1rem;
  }
  
  .invisible_mobile {
    display: none;
  }

  .menu_mobile {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
  }
  
  .menu_ouvert {
    height: 100%;
    transition: all 0.5s ease;
  }
  
  .menu_ferme {
    height: 60px;
    transition: all 0.5s ease;
  }















  #accueil {
    background-image: url('../img-interface/accueil.webp');
    background-position: top center;
    background-repeat: no-repeat;
    height: 65vh;
    background-size: cover;
  }

  .accueil_titre {
    font-family: 'Playfair Display', sans-serif;
    margin-top: 0;
    text-align: right;
    font-weight: 400;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-size: 4em;
    color: #ffffff;
    margin-right: 20%;
    letter-spacing: -1px;
    line-height: 110%;
  }
  
  .accueil_sous_titre {
    padding-top: 10vh;
    text-align: right;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    color: #f5a60e;
    margin-right: 20%;
    letter-spacing: 3px;
  }







  .video {
    width: 100%;
    height: auto;
    margin-top: 60px;
  }








  /********** GALERIE ACCUEIL **********/






.apparition {
  opacity: 0;
  transform: translateY(50px) scale(0.8);
  transition: opacity 2s ease, transform 2s ease;
  /*transform: scale(0.8);*/ /* Commence avec une échelle réduite */
}

.apparition.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  /*transform: scale(1);*/ /* Retourne à l'échelle normale */
}




  /********** FIN GALERIE ACCUEIL **********/


  .contenu {
    width: 90%;
    max-width: 1536px;
    padding-top: 3em;
    padding-bottom: 3em;
    margin: 0 auto;
  }

  .four_conteneur {
    background-color: #222222;
  }

  .four_contenu {
    padding: 5rem 0rem;
    width: 90vw;
    max-width: 1536px;
    margin: 0 auto;
  }

  .four_contenu img {
    max-width: 1536px;
    width: 90vw;    
    margin: 3rem auto;
  }

  .citation {
    font-size: 1.6rem;
    font-style: italic;
    text-align: left;
    width: 90vw;
    margin: 2rem auto;
    line-height: 150%;
    padding: 2rem;
    color: #ffffff;
  }

  .bio_conteneur {
    padding: 5rem 0rem;
  }


  .bio_contenu {
    width: 90vw;
    margin: 0 auto;
    display: block;
    padding: 3.5rem 0rem;
  }

  .bio_contenu div:first-of-type {
    margin: 0 auto;
    text-align: center;
  }

  .bio_contenu p {
    margin: 0 auto;
    text-align: left;
  }

  .biographie_contenu {
    margin: 0 auto;
    padding: 1rem 1rem;
    justify-content: left;
  }

  .biographie_contenu div {
    display: block;
  }

  .wrapper {
    width: 360px;
    background: #fff;
    border-radius: 10px;
  }

  .infos {
    display: block;
    padding: 3.5rem 2rem;
    text-align: center;
  }

  .contact_conteneur, .admin_conteneur {
    background-color: #303030;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .contact, .admin {
    background-color: #ffffff;
    margin-left: 5%;
    margin-right: 5%;
    padding: 2rem 5%;
  }

  .map {
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  footer {
    background-color: #222222;
    color: #B8BABF;
    text-align: center;
    padding-bottom: 1rem;
  }

  .logo_footer {
    margin: 3rem;
    max-width: 90%;
  }

  input.champ_text, textarea.champ_text, input.inputform, textarea.inputform, select.champ_text, iframe.champ_text {
    display: block;
    width: 100%;
  }


}
/*********** FIN SMARTPHONE ***********/




  
/*********** ORDINATEURS ***********/
@media screen and (min-width: 1280px){ /* ORDINATEUR */


  header {
    height: 150px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;  
    background-color: rgba(255, 255, 255, 0.80);
    width: 100%;
    z-index: 10000;
    overflow: hidden;
  }
  
  #header_conteneur {
    width: 90%;
    margin: 0 auto;
    max-width: 1536px;
  }

  .header_mini {
    height: 150px;
    transition: all 0.5s ease;
    top: -50px;
  }

  .header_maxi {
    height: 150px;
    transition: all 0.5s ease;
    top: 0;
  }
  
  .marge {
   height: 150px;
   display: block;
  }
  
  .logo_img {
    /* width: 250px; */
    height: 60px;
    margin: 10px auto;
  }

  .menu_mobile {
    display: none;
    position: absolute;
    top: 15px;
    left: 15px;
  }

  .menu_ouvert {
    height: 150px;
  }

  .menu_ferme {
    height: 150px;
  }




  /*********** NAVIGATION ***********/

  nav {
    font-size: 1.125rem;
    letter-spacing: 0.2px;
    line-height: 100px;
    margin-bottom: 10px;
    max-width: 1536px;
    margin: 0 auto;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
  }

  nav ul {
    padding: 0px;
    list-style: none;
    display: inline-block;
    width: auto;
  }

  #logo, #navigation {
    margin: 0;
  }

  .conteneur_infos {
    border-bottom: 1px solid #e6e6e6;
    display: block;
  }

  .infos_header {
    max-width: 1536px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    color:#808080;
    font-size: 0.94rem;
    padding-right: 1rem;
  }

  .infos_header div {
    margin: 0;
    display: flex;
    align-items: center;
  }

  .icone_infos {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  nav li {
    float: left;
    width: auto;
    margin: 0px;
    padding: 0px;
  }

  nav a {
    float: left;
    display: block;
    padding: 0px 8px 0px 8px;
    margin: 0px 8px 0px 8px;
    text-decoration: none;
    color: #222222;
  }

  nav a:hover {
    color: #a78e9c;
  }

  nav #current a {
    color: #f5a60e;
  }

  .separateur {
    float: left;
  }

  nav img {
    margin-top: 17px;
  }

  #langues {
    width: auto;
    margin-left: 3rem;
    color: #85714D;
    font-size: 1rem;
  }

  .invisible_mobile {
    display: contents;
  }


  /*********** FIN NAVIGATION ***********/



  #accueil {
    height: 50vh;
  }

  .accueil_bouton {
    background-color: transparent;
  }



  .titre_alignement {
     text-align: left;
  }

  .conteneur_galerie_bouton_2 {
    display: flex;
    justify-content: left;
    margin-top: 3rem;
  }


  .gallery {
    grid-template-columns: repeat(4, 1fr);
  }

  .citation {
    width: 40vw;
    max-width: 800px;
  }


  .bio_contenu {
    max-width: 1536px;
    width: 90vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 3.5rem 0rem;
    column-gap: 5rem;
    justify-content: left;
  }

  .bio_contenu div:first-of-type {
    flex: 0 0 30%;
    text-align: left;

  }

  .bio_contenu div:last-of-type {
    flex: 1;
  }

  .texte_accueil div {
    flex-grow: 1;
    width: 50%;
    box-sizing: border-box;
    padding-left: 4rem;
    padding-right: 4rem;
    text-align: justify;
  } */

  .services {
    display: flex;
    column-gap: 1rem;
    row-gap: 1rem;
    box-sizing: border-box;
    align-items: stretch;
    padding: 2rem 10%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .services h2 {
    font-family: 'Playfair Display', sans-serif;
    font-size: 1.5rem;
    text-transform: none;
    text-align: left;
  }

  .services div {
    width: 20%;
    box-sizing: border-box;
    padding: 2rem;
    text-align: left;
    border: 1px solid #f5a60e;
  }

  .cadre_piece_image {
    padding: 2rem;
    height: 405px;
    width: 550px;
  }

  .etage_titre {
    font-family: 'Playfair Display', sans-serif;
    font-size: 2.5rem;
    text-transform: none;
    color: #ffffff;
    text-transform: uppercase
  }

  .biographie_contenu {
    width: 1536px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 3.5rem 0rem;
    column-gap: 5rem;
    justify-content: left;
  }

  .biographie_contenu div {
    flex: 1;
  }

  .contact_conteneur {
    background-color: #303030;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .contact {
    background-color: #ffffff;
    margin-left: 20%;
    margin-right: 20%;
    padding: 2rem 10%;
  }

  .admin {
    background-color: #ffffff;
    margin-left: 15%;
    margin-right: 15%;
    padding: 2rem 5%;
  }

  .map {
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 5rem;
  }

  .wrapper {
    width: 450px;
    background: #fff;
    border-radius: 10px;
  }

  .infos {
    display: flex;
    padding: 3.5rem 15%;
    column-gap: 2rem;
    justify-content: center;
  }

  #section1 {
    margin-top: 100px;
    height: 300px;
    max-width: none;
    width: 100%;
  }

  .accueil {
    width: 100%;
    height: auto;
  }


 .logo_footer {
    width: 300px;
    margin: 3rem;
  }


}


/*********** FIN ORDINATEURS ***********/




/*********** LARGE ***********/
@media screen and (min-width: 1920px){ /* LARGE */


  .cadre_piece {
    background-color: #FFFFFF;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 0.5rem;
    margin-bottom: 4rem;
    display: flex;
  }

  .infos {
    display: flex;
    padding: 3.5rem 20%;
    column-gap: 2rem;
    justify-content: center;
  }

  .admin {
    background-color: #ffffff;
    margin-left: 20%;
    margin-right: 20%;
    padding: 2rem 5%;
  }
  

}
/*********** FIN LARGE ***********/