/*
Theme Name: Brut CP.26
Theme URI: https://www.quentinrenaux.com/web
Description: Template by <a href="https://www.quentinrenaux.com/">Quentin Renaux</a> pour Chateau Perché
Version: CP26.1
Author: Quentin Renaux
*/

/* Welcome here, 
 * you can say hello 
 * or see other projects like this 
 * at quentinrenaux.com
 & we can talk on:    
 * x/twitter : @quentinrenaux 
 * insta : @quentinrenaux
 */


/* ---------------- FONTS ---------------- */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;1,100;1,300;1,400&family=Signika:wght@300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;1,100;1,300;1,400&family=Space+Grotesk:wght@300;400;500;600;700&display=swap');


 
/* ---------------- BASIC CODE ---------------- */
*, div, p, img {  
     padding: 0;
     margin: 0;
     box-sizing: border-box;
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
 }

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ---------------- Root ---------------- */
:root {
  --couleur-background: #121212; /* Couleur de fond sombre */

  --couleur-strong: #fefefe; /* Couleur du texte en gras */
  --couleur-light: #adadad; /* Couleur du texte clair */
  --couleur-border: #fefefe; /* Couleur des bordures */

  --couleur-border-clair: #d6d6d6; /* Couleur des bordures plus claires */

  --size-bordergrid: 1px; /* Taille de la bordure par défaut */
  --size-hauteurheader: 60px; /* Hauteur de l'en-tête */

  --size-regular: 18px; /* Taille de la police régulière */
  --size-regular-plus: 20px; /* Taille de la police régulière plus grande */
  --size-big: 30px; /* Taille de la police pour les titres importants */
}

/* ---------------- Body ---------------- */
body {
    width:100vw; 
    color: var(--couleur-strong);
    background: var(--couleur-background);
    
    /*font-family: 'Signika', 'Helvetica', sans-serif;*/
    /*font-family: 'Space Grotesk', sans-serif;*/
    /*font-family: 'Roboto', sans-serif;*/

    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 900;

    /*font-weight: 400;*/
    font-size: var(--size-regular);
    min-height: 100vh;
}
 
/* ------------- lien principaux ------------- */
a {
  color: var(--couleur-strong);
  text-decoration: none;
}
a:hover {
  color: var(--couleur-light);
  transition: all 0.4s ease;
}



/* ------------- template page accueil classique ------------- */
.top-container {
  position: fixed;
  z-index: 2;
  color: #000;
  padding: 4%;
   pointer-events: none;
  font-size: 90px;
      
  mix-blend-mode: difference;
  filter: invert(1);
}

.bottom-container {
  position: fixed;
  bottom: 0;
  z-index: 3;
  color: #000;
  padding: 4%;
   pointer-events: none;
  font-size: 20px;
      
  mix-blend-mode: difference;
  filter: invert(1);
}

a {
  pointer-events: auto;
  display: inline-block;
  transition: all 0.9s ease; 
}

a:hover {
 /* filter: invert(1); */
 filter: invert(0);
  transition: filter .3s ease; 
}

@media screen and (max-width: 800px) {
  
  .top-container {
    font-size: 13vw;
  }

  .bottom-container {
    font-size: 10vw;
  }

}






























































/* essayer de trier les codes necessaires ou non end essous de cette ligne, supprimer ou remonter au dessus au fur et a mesure */






/* ---------------- header ---------------- */
.brut-v1a-header {
    /*position: sticky;
    z-index: 100;
    top: 0;*/

    /*background-color: var(--couleur-background);*/
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;

   /* height: var(--size-hauteurheader);*/
   padding: 10px;
   /* margin: 10px; */
   position: fixed;
   bottom: 0;
   width: 100%;
}

.brut-v1a-logo {
    /*position: fixed;
    top: 0; left: 0; right: 0;*/
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    padding: 35px 20px 25px;
}

.principal_logo-soustitre {
  margin-top: -5px;
  /*font-size: var(--size-regular);*/
  font-size: 16px;
}

.brut-v1a-logo img {
  max-width: 200px;
}

.brut-header-titre-v1b {
  /*border: 1px solid red;*/
  padding: 10px;
  text-transform: lowercase;
  width: 100%;
}



/* --------------------   menu   -------------------- */
/* ------------    version ordinateur    ------------ */
.header_menu_principal-ordinateur {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.header_menu_principal-ordinateur li {
    list-style: none;
    display: inline-block;

    font-weight: 400;
    font-size: var(--size-regular);
    letter-spacing: 0.5px;
    font-style: italic;

    padding: 0 10px;
 }


/* ---------- Menu ---------- */
/* ----- Button 01 : Avant ----- */
#menu-button {
    position: absolute;
    right: 30px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

    cursor: pointer;
}
#menu-button::before {
    content: 'menu';
}
/* ----- Button 01 : Apres ----- */
#menu-button.change {
    padding: 10px;
}
#menu-button.change::before {
    content: 'close';
}


 /* ----- Menu : Bloc Slide Content : Avant ----- */
 #menu-slidecontent {
   background: var(--couleur-background);
   border-left: var(--size-bordergrid) solid var(--couleur-strong);

    top: 0;
    right: -50%;
    position: fixed;
    width: 50%;
    height: 100%;
    transition: all 1s ease-in-out 0s;
    padding: 10px;
    z-index: 10;
    overflow-x: scroll;
  }
  
 /* ----- Menu : Bloc Slide Content : Apres ----- */
#menu-slidecontent.change {
    top: 0;
    right: 0%;
    transition: all 0.4s ease-in-out 0s;
    position: fixed;
  }

.brut-v1a-menuslide {
    padding: 100px 30px 30px;
}
 /* BUTTON 3 : Avant */
 /* overlay */
 #bigoverlay {
   position: fixed;
   top: 0;
   bottom: 0;
   right: 0; 
   left: 0;
   display: none;
   background: #ddd;
   z-index: 9;
   opacity: 0.2;
 }
 #bigoverlay.actif {
   position: fixed;
   top: 0;
   bottom: -40px;
   right: 0; 
   left: 0;
   display: block;
   background: #ddd;
 }

 .brut-v1a-menuslide li {
     list-style: none;
     font-size: 28px;
    }
  .brut-v1a-menuslide a {
        color: var(--couleur-strong);
        text-decoration: none;
    }
  .brut-v1a-menuslide a:hover {
        text-decoration: underline;
    }

@media (max-width: 800px) {
  #menu-slidecontent {
     right: -90%;
     width: 90%;
   }
} 



/* menu simple brut v1b */
.brut-v1a-header .menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
}
.brut-v1a-header .menu ul {
  list-style-type: none; /* Supprime les puces */
  padding: 0;
  margin: 0;
}

.brut-v1a-header .menu li {
  display: inline-block; /* Affiche les éléments sur une seule ligne */
  margin-right: 20px; /* Marge entre les éléments */
}

.brut-v1a-header .menu a {
  text-decoration: none; /* Supprime le soulignement des liens */
  font-size: 20px; /* Taille de la police */

  color: var(--couleur-strong);
}

.brut-v1a-header .menu a:hover {
  color: var(--couleur-light);
  /* Couleur du texte au survol */
}



/* accueil -- container slider  */
.container-slidergh {
    display: flex;
    align-items: center;
    justify-content:center;
    /*height:80vh;*/
}


.container-slidergh .slidergh {
    height: 100%;
    width: 100%;
    
   background: var(--couleur-background);

    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
  }

.container-slidergh .slidergh img {
   max-height:100%;
}

.container-slidergh .slidergh .content {
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;


    border-bottom: var(--size-bordergrid) solid var(--couleur-border);
  }

  .container-slidergh .slidergh:first-child .content {
    border-right: var(--size-bordergrid) solid var(--couleur-border);
  }

 

    
/* media */ @media (max-width: 800px) {
        .o-page-intro-titre h2 {
        font-size: 1.6em; 
        }
    
	} 
    
    .wp-block-media-text .wp-block-media-text__media {
        border: 0px solid black;
        margin: 0 14px;
    }
    







/*.wp-block-image {margin-bottom:0}*/



/* ------------------------------------------------------------- */     
/* ---- VIDEOS RESPONSIVE RATIO ---- */
    /* video centré et grande dans texte content */
    /* preciser d'entourer la balise video d'une div class="embed-container" */
    .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
    .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* ---- edit options (28 mars 2022) ---- */       
.qr_editlink a {
    width: 100%;
    display: flex;
    padding: 4px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    border: 2px solid black;
    border-radius: 10px;
    max-width: 170px;
    align-items: center;
    justify-content: center;
}

/* edit button 2022 */
.edit-button-administrator-yellow-absolute-corner a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 1001;
  background-color: rgb(255, 234, 48);
  text-align: center;
  line-height: 40px;
  opacity: 0.1;
  transition: all 0.4s ease;
  text-decoration: none;
  padding: 10px 10px 12px;
}
.edit-button-administrator-yellow-absolute-corner a:hover {
  opacity: 0.95;
  transition: all 0.4s ease;
}







/* ----------- accueil- slider- slick slider ----------- */
.accueil_container-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  /*height: calc(100vh - var(--size-hauteurheader) - var(--size-hauteurheader) - var(--size-hauteurheader) - var(--size-hauteurheader));*/
  height: auto;
  background: #ddd;

  flex-direction: column;
    flex-wrap: wrap;
}

.slider {
  /*width: 50%;*/
  width: 100%;
  height: 100%;
  
  background: var(--couleur-background);
  overflow: hidden;

  padding: 20px 20px 0; 
  /*background: pink;*/
}

/*.slider:first-child {
    border-right: var(--size-bordergrid) solid var(--couleur-border);
}*/

.slick-list {
  height: 100%;
}

.slick-track {
  height: 100%;
}
.slick-slide {
  height: auto;
}

.slide {
  height: 100%;
  /*overflow: visible;*/
  overflow: hidden;
   
  display: flex; 
  align-items: center; 
  justify-content: center; 

  /*padding: 10px; 
  background: grey;*/
}
  
.slide_inslide {
  height: 100%;
   
  display: flex; 
  align-items: center; 
  justify-content: center; 

  background: var(--couleur-background);

  /*background-image: url(http://placekitten.com/800/600); 
  background-size: cover;
   aspect-ratio: 8 / 7;*/
}
  
.accueil_container-noslider-slide_inslide {
  position: relative;
  display: flex;
  width: 100%; 

  display: flex; 
  align-items: center; 
  justify-content: center; 
  aspect-ratio: 1 / 1;
  min-height: 270px;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #ddd;
}


.slide_thumbnail {
  padding: 10px; 
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
 
/*if link*/
.slide_thumbnail a {
  display: block;
  height: 100%;
}

  
 .slide img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  
  /*.nonavigation {border: 1px solid yellow}*/
  .nonavigation .slick-prev,
  .nonavigation .slick-next {
    display: none !important;
  }
  
  .slick-prev,
  .slick-next {
    /*display: none !important;*/
    position: absolute;
    top: 0;
    padding: 10px;
    background: transparent;
    text-transform: uppercase;
    cursor: pointer;
    
     display: flex; 
     align-items: center; 
     justify-content: center; 
    z-index: 100;
    
  }
  .slick-prev {
    left: -0px;
    width: 20%;
    height: 100%;
  }
  .slick-next {
    right: -0px;
    width: 80%;
    height: 100%;
  }
  
  *:focus {
    outline: none;
  }

/* responsive: on computer */
@media only screen and (min-width: 800px) {
  .accueil_container-slider {
    display: none;
  }
}

/* ----------- /accueil- slider -slick slider ----------- */



/* ----------- accueil- slider -noslider ----------- */
.accueil_container-noslider {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    padding: 30px 10% 0px;
}

.accueil_container-noslider-bloc {
    position: relative;
    display: flex;
    width: 50%; 
    flex-direction: row;
    flex-wrap: wrap;
    aspect-ratio: 1 / 1;

    padding: 10px;
}

.accueil_container-noslider-picture {
    position: relative;
    display: flex;
    width: 50%; 
    aspect-ratio: 1 / 1;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #ddd;
}

a.lien_accueil_container-noslider-picture {
    color: transparent;
    height: 100%;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

a:hover.lien_accueil_container-noslider-picture {
  color: black;
  height: 100%;
  width: 100%;
  background-color: #cacab5b3;
}

/* responsive: on mobile */
@media only screen and (max-width: 800px) {
  .accueil_container-noslider {
    display: none;
  }
}


/* ----------- /accueil- container big link ----------- */
.accueil_container-afterlink {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  padding: 10px calc(10% + 15px);
  font-weight: 400;
  font-size: var(--size-regular);
  letter-spacing: 0.5px;
  font-style: italic;
}


.accueil_container-size_gauche {
  width: 30%;
  text-align: left;
}

.accueil_icon_tour-eiffel {
  width: 22px;
}

.accueil_container-size_droite {
  width: 30%;
  text-align: right;
}


/* ----------- footer ----------- */


.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--couleur-background);
  font-size: 0.7em;
  line-height: 1.5em;
  flex-direction: column;
  flex-direction: row;
  flex-wrap: wrap;

  width: calc(80% - 30px);
  padding: 40px calc(10% + 15px) 20px;

  border: 2px solid black; 
  margin: 10px;
}


/* ------------------------------------------------------------- */     
/* ----------- /page- style ----------- */
.page_container {
  padding: 10px;
  margin: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page_container .titre h2 {
  font-weight: 300;
}

.page_container-full {
  display: block;
  padding: 40px 10%;
  
  /*max-width: 1200px;*/
  margin: 0 auto;


  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  min-height: 100vh; /* Assurez-vous que la div occupe toute la hauteur de l'écran */
  overflow: auto; /* Ajoutez ceci si le contenu dépasse la taille de la fenêtre */
  /* Ajoutez d'autres styles selon vos besoins */


  /*border: 2px solid red; */
  padding: 20px 20px 140px;
}



.page_categorie_full {
  padding: 40px 5%;
  max-width: 1200px;
  margin: 0 auto;
}

.page_container-flexiblocs {
  padding: 10px; 
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.page_content_bloc_produit-full  {
  padding: 10px;
  width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page_content_bloc_produit-full h3 {
  font-weight: 400;
  font-size: var(--size-regular);
  padding: 10px 0;
}

.page_content_bloc_produit-full img {
  object-fit: cover; 
  aspect-ratio: 1 / 1;
}

/* responsive: on mobile */
@media only screen and (max-width: 800px) {
  .page_content_bloc_produit-full {
    width: 100%;
  }
}

.category_cover {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center right;
  aspect-ratio: 3 / 1;
  margin: 30px 0;
}

/* ----------- /page- produit ----------- */
.page_s_prod_full {
  display: flex;
}

.page_s_prod_colonne {
  width: 50%;
  padding: 30px;
}

.page_content_sticky {
  position: sticky;
  top: 0;
}

.page_content_general {
  display: block;
}

.page_content_general h2 {
  font-weight: 500;
  font-size: var(--size-big);
  padding: 10px 0;
}

.page_content_general .prix {
  font-weight: 400;
  font-size: var(--size-big);
  padding: 5px 0 10px;
}


.page_content_general p {
  font-weight: 400;
  font-size: var(--size-regular);
  padding: 10px 0;
}

.page_content_general sub {    
  font-size: 0.6em;
  vertical-align: baseline;
}   

.the_content {
  padding: 10px;
}

/* responsive: on mobile */
@media only screen and (max-width: 800px) {
  .page_container {
     padding: 0px; 
    margin: 10px auto; 
}

.page_content_general {
  padding: 10px 30px;
}

  .page_s_prod_full {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
  .page_s_prod_colonne {
    width: 100%;
  }

  .colonne_images {
    padding: 0px;
  }

}

/* ----------- page produit: button ----------- */
.button_vers_email {
  padding: 20px 0;
}

.button_vers_email a {
  display: block;  
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  border-radius: 11px;
  
  padding: 11px 30px 10px;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}

.button_vers_email a:hover {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #fff;  
  border: 1px solid #444;
  color: #222;
}

/* ----------- /page- termsetconditions ----------- */

.page_content-termsetconditions {
  padding: 10px 40px;

    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    align-items: start;
    align-items: stretch;

    max-width: 1000px;
}

.page_content-termsetconditions {
  color: var(--couleur-strong);
}

.page_content-termsetconditions h2 {
  font-size: 1.3em;
  padding: 0 0 25px; 
  color: var(--couleur-strong);
  text-transform: uppercase;
}

.page_content-termsetconditions p {
  padding: 0 0 25px; 
  font-size: 0.86em;
}

.page_content-termsetconditions li {
  list-style: none;
  font-size: 0.86em;
  padding-bottom: 5px;
}

.page_content-termsetconditions ul {
  padding-bottom: 25px;
}

/* mobile */
@media only screen and (max-width: 900px) {
  .page_content-termsetconditions {
    display: flex;
  }
}


.wp-block-group:first-child {
  border-right: var(--size-bordergrid) solid var(--couleur-border);
  padding: 10px;
}

.wp-block-group {
  padding: 10px;
}


/* ----------- /page- contact formulaire ----------- */

.formbox {
  padding: 30px;
  margin: 40px 20px;
  background: #fbfbfb;
}
 


/* les emails et text du form */
input[type=text], input[type=email], input[type=tel], input[type=adresse], textarea[type=message], input[type=reference] {
  border: 1px solid #000;
  margin: 10px 0;
  padding: 10px 20px;
  width: 100%;
  color: #000;
  font-size: 16px;
  /*text-align: center;*/
  border-radius: 20px;
}

/* ::placeholder */
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=adresse]::placeholder, textarea[type=message]::placeholder, input[type=reference]::placeholder {                    
  color: #000;
  opacity: 0.8;
}

/* :focus::placeholder */
input[type=text]:focus::placeholder, input[type=email]:focus::placeholder, input[type=tel]:focus::placeholder, input[type=adresse]:focus::placeholder, textarea[type=message]:focus::placeholder, input[type=reference]:focus::placeholder {                    
  color: #000;
  opacity: 0.4;
}

.form-recaptcha {
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

/* bouton envoyer */
 .buttonconcon {
  margin: 15px 0;
  width: 100%;
  padding: 10px 45px 10px 30px;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  transition: 0.4s;
  text-transform: uppercase;
  background-image: url(img/fleche050pt.svg);
  background-size: 20px 10px;
  background-repeat: no-repeat;
  background-position: right 15px bottom 50%;
  display: inline-block;
}
              
.buttonconcon:hover {
  background-color: #000; 
  color: #fff; 
  border: 1px solid #000;  
  padding: 10px 37.5px 10px 37.5px;
  cursor:pointer;
  transition:0.4s;
}

.message-envoyer {
  padding: 20px;
  background: #000;
  color: #fff;
  margin: 0 0 20px;
  font-size: 1.2em;
}

.buttonblablabla {
  border: 1px solid black;
  border-radius: 20px;
  padding: 5px 10px;
}

/* -------------------- new 2023 ------------------- */

/* -------------------- menu 2023 ------------------- */

.v1-menu-un, .v1-menu-deux, .v1-menu-trois, .v1-menu-quatre {
  /* text-transform: uppercase; */
  font-size: 14px;
  font-weight: 400;
}

.v1-menu-un {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 256px;
  padding: 10px;
  z-index: 1001;
}
.v1-menu-deux {
  position: fixed;position: fixed;
  top: 73px;
  right: -69px;
  padding: 10px;
  z-index: 1001;
  transform: rotate(90deg);
}
.v1-menu-trois {
  position: fixed;
  bottom: 57px;
  left: -50px;
  padding: 10px;
  z-index: 1001;
  transform: rotate(270deg);
}
.v1-menu-quatre {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px;
  z-index: 1001;
}


/* -------------------- home 2023 ------------------- */

.home-avantcode {
  position: relative;
  display: flex;
  margin: 10px auto;
  flex-direction: column;
  flex-wrap: wrap;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.liste-home-products {
  position: relative;
  display: flex;
  margin: 10px auto;
  flex-direction: row;
    flex-wrap: wrap;
    min-height: 100vh;
}

.bloc-home-product {
  border: 1px solid var(--couleur-border-clair); 
  border-left: 0px solid var(--couleur-background); 
  border-top: 0px solid var(--couleur-border-clair);
  width: 25%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
}

/* Les quatre premières divs ont une ligne haute */
.liste-home-products .bloc-home-product:nth-child(-n+4) {
  border-top: 0px solid var(--couleur-border-clair); 
}

/* La quatrième div à pas de bordure à droite */
.liste-home-products .bloc-home-product:nth-child(4n+4) {
  border-right: 0px solid var(--couleur-background); 
}

@media screen and (max-width: 900px) {
  .bloc-home-product {
    width: 100%;
  }
}

.corner-top::before, .corner-top::after, .corner-bottom::before, .corner-bottom::after {
  content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: var(--couleur-background); 
}

.corner-top::before {
  top: -1px;
  left: -1px;
}

.corner-top::after {
  top: -1px;
  right: -1px;
}

.corner-bottom::before {
  bottom: -1px;
  left: -1px;
}

.corner-bottom::after {
  bottom: -1px;
  right: -1px;
}



/* ------------ section cover ------------ */
#cover-section {
  position: relative;
  height: 100vh; /* Ajustez selon vos besoins */
  overflow: hidden;
}

.cover-image {
  background-size: cover;
  background-position: center;
  height: 100%;
}

.cover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff; /* Couleur du texte */
}


/* ------------ ssection pages enfants ------------ s*/
#child-pages {
  margin-top: 20px; /* Ajustez selon vos besoins */
}

.child-page {
  margin-bottom: 20px; /* Ajustez selon vos besoins */
}

.thumbnail {
  max-width: 100px; /* Ajustez selon vos besoins */
  margin-bottom: 10px; /* Ajustez selon vos besoins */
}

.page-title a {
  text-decoration: none;
  color: #333; /* Couleur du titre */
}

/* -------- form brevo --------- */
.sib-form {
  text-align: center;
  background-color: #f9f9f9; 
    min-height: 100vh;
    text-align: center;
    background-color: #f9f9f9;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phrase-home-mail {
  padding: 10px 10px 30px;
    font-weight: 600;
}

.sib-form-container {
  width: 60%;
}

@media (max-width: 800px) {
  .sib-form-container {
    width: 90%;
  }
} 


/* cacher recaptcha */
.g-recaptcha {opacity: 0;}




/* -------- juin 2024 -------- */

:root {
  /* one: velvet*/
  --color_velvet: #a3b9a9;
  --color_velvet-dark: #fefefe;

  --color_cloudy-skies: #e3dfd6;
  --color_cloudy-skies-dark: #a6462e;

  --color_washed-denim: #a6462e;
  --color_washed-denim-dark: #fefefe;

  --color_washed: #b8b8ab;
  --color_washed-dark: #343434;

  --color_shell: #907e0d;
  --color_shell-dark: #fefefe;

  --color_heroine: #da9687;
  --color_heroine-dark: #222;

  --color_sweet-dreams: #0b414b;
  --color_sweet-dreams-dark: #fefefe;
}

/* ----------- /page- style -j24 ----------- */
.page_container-j24 {
  padding: 15px;
  margin: 10px;

  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: fixed;

  top: 0;
  left: 0;
  right: 0;

  /*border: 1px solid red;*/
  min-height: 50vh;
  z-index: -1;
  justify-content: flex-start;
}

.page_container-j24 .titre h2 {
  font-weight: 600;
  padding: 10px;
}

/* ----- cartes / cards ----- */
.card_supra {
  break-inside: avoid;
  margin-bottom: 16px;
  color: white;
  /* font-size: 1em; */
  display: flex;
  flex-direction: column;
  /* text-align: center; */
  border-radius: 8px;

  /*overflow: hidden;*/

  align-items: flex-start;

  position: relative;
  counter-increment: item-des-cards; /* Incrémente le compteur pour les elements */
}

/* -- cartes compte -- */
.card_supra::before {
  content: counter(item-des-cards); /* numéro de l'élément */
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #333;
  color: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.invisible_page_link {
  position: absolute;
  top: 9px;
  right: 34px;
  width: 15px;
}

.invisible_page_link a{
  color: transparent !important;
  border: 1px solid transparent !important;
  cursor: default;
  background-color: transparent !important;
}

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

/* if image */
.card_supra img {
  width: 100%;
  height: auto;
}

/* if contenu */
.card_supra-container {
  column-gap: 16px;
  padding: 16px;
  margin-top: 50vh;
  background: var(--couleur-background);
  column-count: 3;
  border-top: 2px solid #777;
}

/* if picto */
.ifpicto_alorspicto {
  position: absolute;
  top: 10px;
  left: 3px;
  border-radius: 50%;
  transform: rotate(344deg);
  width: 55px;
  height: 55px;
  padding: 10px;
  background: #fff;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ifpicto_alorspicto img{
  border: 0px solid red;
}

.ifpicto_spacer {
  width: 100%;
  height: 70px;
}

/* --- inside card --- */
.content_mini-card {
  position: relative;
  padding: 10px;
  font-size: 16px;
}

.content_mini-card a {
  margin-top: auto;

  margin: 0 10px;
  padding: 8px 42px 8px 16px;


  background-color: #1616162e;
  color: white;

  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s;

  position: relative;
}

.content_mini-card a::after {
  content: counter(item-des-cards);
  content: '→';
  position: absolute;
  font-family: sans-serif;
  top: 2px;
  right: 6px;

  background-color: #1616162e;
  color: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;

  font-size: 28px;
  line-height: 33px;

  /* font-weight: bold; */
  /* display: flex; */
  align-items: center;
  justify-content: center;
  /* align-content: center;*/
}

.content_mini-card a:hover {
  background-color: #55555535;
}


/* color 1 = velvet */
.card_supra:nth-child(6n+1) { 
  background-color: #a3b9a9; 
  background-color: var(--color_velvet);
  
}

.card_supra:nth-child(6n+2) { 
  background-color: #e3dfd6; 
  background-color: var(--color_cloudy-skies);

  color: #a6462e;
  color: var(--color_cloudy-skies-dark);

  padding: 70px 0 0 0;
}

.card_supra:nth-child(6n+3) { 
  background-color: #a6462e; 

  padding: 120px 0 0 0;
}

.card_supra:nth-child(6n+4) { background-color: #907e0d; background-color: #e8bf1f; color: #222}


/* color: washed */
.card_supra:nth-child(6n+7) { 
  background-color: var(--color_washed); 
  color: var(--color_wased-dark);
}

.card_supra:nth-child(6n+5) { background-color: #da9687; }

.card_supra:nth-child(6n+6) { 
  background-color: #0b414b; 
}

.card_supra:nth-child(6n+6) a {
  background-color: #0b414b;
  color: #0b414b;
  color: white;
  border: 1px solid white;
}

.card_supra:nth-child(6n+6) a:hover {
  background-color: #802929;
}


/* entre: mobile to 13pouce */
@media (min-width: 801px) and (max-width: 1300px) {
  .card_supra-container {
    column-count: 2;
    border-top: 2px solid #353535;
  }
}

/* Mobile */
@media (max-width: 800px) {
  .card_supra-container {
    column-count: 1;
    border-top: 2px solid #111;
  }
}

/* responsive: on mobile */
@media only screen and (max-width: 800px) {
  .page_container-j24 {
    /*border: 1px solid orange;*/
  }
}




/* ------ menu 2024 juin ------ */

/* menu  2024 mobile */
/* ----- newmenu_v24 ----- */
/* work with: 
 * 1. include: menu_v24 
 * 2. javascript: footer menu_v24 
 * 3. menu-backend-menu-container est le titre du menu dans wp
 */


/* Mobile: max-width 767px */
.menu-mobile {
  display: none;
  /*border: 1px solid #00d0ff; */
  position: fixed;
  z-index: 11;
}
.mini-logo-menu {
  /*border: 1px solid #00d0ff; */
  max-width: 120px;
  padding: 15px 0 0 20px;
}

@media (max-width: 767px) {
  .menu-mobile {
      display: block;
  }
}



 :root {
  --menuslide-link-color: #000;
  --menuslide-link-hover-color: #ddd;

  --menuslide-main-bg-color: #f9f9f9;
  --menuslide-hover-bg-color: #f9f9f9;
  --menuslide-submenu-bg-color: #f9f9f9;
  --menuslide-retourbackground: #f9f9f9;
}

/* menu: burger */
#menuToggle {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 101;
  cursor: pointer;
}

/* version text de menu
#menuToggle span {
  font-size: 60px;
  font-family: arial, helvetica;
  display: inline-block;
  line-height: 50px;
  padding: 13px 10px;
  margin-top: -7px;
  pointer-events: all;
  font-weight: bold;
}*/

/* version burger */
#menuToggle {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 101;
  cursor: pointer;
  display: flex;
  align-items: center;

  font-size: 14px;
  font-family: var(--font-generale);
  font-weight: 100;
  text-transform: uppercase; /* also dans main-menu css plus bas */
}

#menuToggle span {
  display: inline-block;
  padding: 10px;
  transition: opacity 0.3s ease;
}

#menuToggle .close-icon {
  display: none;
}

#menuToggle.active .menu-icon {
  display: none;
}

#menuToggle.active .close-icon {
  display: inline-block;
}





/* ---- version sur le UL pour pas dependre du NOM du menu mais de sa CLASS ---- 
        mis en place le 24/5/24 
        */

/* Styles de base */
.super-back-cool-menu {

display: none;

  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: 260px;
  height: 100%;
  background-color: #202020fa;
  transition: transform 0.5s ease;
  z-index: 100;
  overflow-y: auto;
  overflow-x:hidden;

  padding: 100px 0px 0px;

  line-height: 20px;
  display: inline-block;
  
  text-transform: uppercase;
}

.super-back-cool-menu li, .super-back-cool-menu ul {
  list-style-type: none;
}

.super-back-cool-menu {
  list-style: none;
  padding: 10px 0;
  position: relative; 
}

.super-back-cool-menu a {
  text-decoration: none;
  color: var(--menuslide-link-color);
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.super-back-cool-menu a:hover {
  text-decoration: none;
  color: var(--menuslide-link-hover-color);
  background-color: var(--menuslide-hover-bg-color);
}

.super-back-cool-menu .menu-item {
  padding: 12px 10px;
  background: var(--menuslide-menu-item-bg);
  text-align: center;
}

/* Styles pour les sous-menus */
.super-back-cool-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 0%;
  width: 250px;
  height: 100%;
  background-color: var(--menuslide-submenu-bg-color);
  transform: translateX(100%);
  transition: transform 0.5s ease;
  z-index: 2;
}

.super-back-cool-menu .sub-menu .sub-menu {
  top: 0;
  left: 0%;
  z-index: 3;
}

.super-back-cool-menu .menu-item-has-children > a:after {
  content: " >";
  padding-left: 5px;
}

.super-back-cool-menu .menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 15px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 125'><path fill='black' d='M31.3,97.5c-2.6,0-5.1-1-7.1-2.9c-3.9-3.9-3.9-10.3,0-14.2L54.5,50L24.2,19.6c-3.9-3.9-3.9-10.3,0-14.2c3.9-3.9,10.3-3.9,14.2,0l37.5,37.5c1.9,1.9,2.9,4.4,2.9,7.1s-1.1,5.2-2.9,7.1L38.4,94.6C36.4,96.5,33.8,97.5,31.3,97.5z'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 2px 3px;
}

/* couleur dans le code svg */
.super-back-cool-menu .menu-item-has-children > a:hover::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 125'><path fill='%23ddd' d='M31.3,97.5c-2.6,0-5.1-1-7.1-2.9c-3.9-3.9-3.9-10.3,0-14.2L54.5,50L24.2,19.6c-3.9-3.9-3.9-10.3,0-14.2c3.9-3.9,10.3-3.9,14.2,0l37.5,37.5c1.9,1.9,2.9,4.4,2.9,7.1s-1.1,5.2-2.9,7.1L38.4,94.6C36.4,96.5,33.8,97.5,31.3,97.5z'/></svg>");
}

/* Style pour le bouton de retour dans les sous-menus */
.super-back-cool-menu .submenu-back-button {
  display: block;
  padding: 12px 10px; /* Ajusté pour correspondre au style .menu-item */
  background: transparent; /* Ou toute autre couleur de fond souhaitée */
  color: var(--menuslide-link-color); /* Couleur du texte identique aux liens */
  text-align: center;
  width: 100%;
  cursor: pointer;
  border: none; /* Supprimer la bordure pour correspondre aux autres liens */
  font-family: 'Alata', sans-serif; /* Même police que les autres éléments */
  font-size: 14px; /* Même taille de police que le corps */
  text-decoration: none; /* Pour éviter tout soulignement */
  display: flex;
  align-items: center;
  justify-content: center;
}

.super-back-cool-menu .submenu-back-button::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 15px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><path fill='black' d='M68.7,2.5c2.6,0,5.1,1,7.1,2.9c3.9,3.9,3.9,10.3,0,14.2L45.5,50l30.4,30.4c3.9,3.9,3.9,10.3,0,14.2c-3.9,3.9-10.3,3.9-14.2,0L24.2,57.1c-1.9-1.9-2.9-4.4-2.9-7.1s1.1-5.2,2.9-7.1L61.6,5.4C63.6,3.5,66.2,2.5,68.7,2.5z'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-position: -2px 2px;
}

.super-back-cool-menu .submenu-back-button:hover {
  color: var(--menuslide-link-hover-color); /* Couleur au survol */
  background-color: var(--menuslide-hover-bg-color); /* Fond au survol */
  text-decoration: none; /* Pour éviter tout soulignement au survol */
}

.super-back-cool-menu .submenu-back-button:hover::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><path fill='%23ddd' d='M68.7,2.5c2.6,0,5.1,1,7.1,2.9c3.9,3.9,3.9,10.3,0,14.2L45.5,50l30.4,30.4c3.9,3.9,3.9,10.3,0,14.2c-3.9,3.9-10.3,3.9-14.2,0L24.2,57.1c-1.9-1.9-2.9-4.4-2.9-7.1s1.1-5.2,2.9-7.1L61.6,5.4C63.6,3.5,66.2,2.5,68.7,2.5z'/></svg>");
}

/* menu_v24 mobile */
@media screen and (max-width: 768px) {
  .super-back-cool-menu {
      width: 100%; /* Fait en sorte que le menu prenne toute la largeur de l'écran */
      transform: translateX(100%); 
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 0;
  }

  .super-back-cool-menu .sub-menu {
      width: 100%; /* Sous-menus prennent également toute la largeur */
  }

  .super-back-cool-menu .submenu-back-button {
      padding: 15px 10px;
  }

  .super-back-cool-menu .menu-item {
      padding: 15px 10px; /* Espacement plus important pour les éléments de menu */
  }
}
