*, ::before, ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
            scroll-behavior: smooth;
     }

     body {
            font-family: 'Inter Tight', sans-serif;
            font-weight: 400;
            overflow-x: hidden; /* Évite le défilement horizontal */
            overflow-y: scroll;
            background-color:rgb(255, 255, 255);
        }

.conta {
    display: flex;
    flex-direction: column; /* Organise les enfants en colonne */
    gap: 20px; /* Ajoute un espace entre les sections */
}

.recap {
    /*background-color: #b63030;*/
    color: rgb(255, 72, 0);
    width: 65vw;
    max-width: 600px;
    height: auto;
position: absolute;
top: 53vh;
left: 25vw;
z-index: 1000;


}

.h1recap {
font-size: 2.1rem;

}

.panneau {
    margin-left: 20%;
    margin-right: 20%;
color:  white;
    background-color: #20443e67;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.336);
    
}
.RDV {
    background-color: #5a835159;
            color: rgb(0, 0, 0);
            font-family: 'Caveat', sans-serif;
            border: none;
            padding: 10px 20px;
            font-size: 1.6rem;
            border-radius: 5px;
            cursor: pointer;
text-align: center;
box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.336);
font-weight: 600;
}
.RDV:hover {
    background-color: #9ab19477;
}

h1, h2, h3 {
    font-family: 'Caveat', sans-serif;

}


/* MENU */



.navbar {
    font-family: 'Caveat', sans-serif;
    font-weight: 400;
    position: fixed;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    height: 6vh;
    align-items: center;
    z-index: 101;
    font-size: 1.8rem;

}


.logoo:hover {
    transform: scale(1.1);
}
.logoo {
height: 100px;
position: relative;
left: -30px;
top: -10px;
scale: 0.7;
z-index: 5;

}
.nav-links {
    display: flex;
    align-items: center;
}

.menu-items {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.menu-item {
    position: relative;
    display: flex;
    align-items: center;
}

.menu-item:not(:last-child)::after {
    content: '|';
    margin: 0 20px;
    color: black;
}

.menu-item > a {
    color: black;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-block;
}

.menu-item > a:hover {
    color: rgb(236, 55, 0);
    transform: scale(1.1);
}

.menu-item a:hover {
    color: #ff4800;
    text-decoration: underline;
}

.menu-item:hover {
    color: #ff4800;
    text-decoration: underline;
}

.submenu {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 10px;
    top: 90%;
}

.menu-item:hover .submenu {
    display: block;
}

.submenu a {
    color: black;
    text-decoration: none;
    display: block;
    padding: 8px 0;
    transition: color 0.3s ease, transform 0.3s ease;
}

.submenu a:hover {
    color: rgb(236, 55, 0);
    transform: scale(1.1);
}

.menu-hamburger {
    display: none;
    width: 35px;
    cursor: pointer;
    filter: invert(100%);
}


/*SCROLLintro*/



@media screen and (max-width: 900px) {

    .borbas {

width: 100%;
position: relative;
background-color:rgb(255, 255, 255);
height: 4vh;
top: 21.5vh;
z-index: 22;
}

    .bordure-svg {

        
            background-color: #061b13ff;
            padding: 0;
            margin: 20px;
            position: relative;
            bottom: -5px; 
            width: 102.5vw; /* Assure une largeur exacte */
            height: 10vh;
            z-index: 20;
            top: 25vh;
            background-image: url('https://naturellemethode.fr/assets/css_js/bordureBB.svg');
            background-size: cover;
            background-repeat: no-repeat;
            left: -6px; /* Décale de 3 pixels à gauche */
            right: -50px;
            transform: rotate(180deg);
            border: white;

        }


        .prez {
    padding-top: 14vh;
    background-color:rgb(255, 255, 255);

z-index: 21;

padding-bottom: 13vh;


}

.sec0 {
            position: relative;
            
            height: auto;
            padding-bottom: 25vh;
            top: 5vh;
            width: 100vw; /* Assure une largeur exacte à celle de l'écran */
            text-align: center;
            z-index: 0;
        }

    .recap {
    /*background-color: #b63030;*/
    color: rgb(255, 72, 0);
    width: 65vw;
    max-width: 600px;
    height: auto;
position: absolute;
top: 25vh;
left: 25vw;
z-index: 1000;
    }



.logo {

    z-index: 1;
}
/* .imglogo {
padding-left: 30px;
    scale: 1.3;
}
*/
.sec00 {
border-style: solid;
border-color: #fff1b1;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 80vh;
    padding: 10px;
 
margin-top: 20px;
clear: both;
display: flex; /* Active Flexbox */
            justify-content: center; /* Centre horizontalement la div */
            align-items: center; /* Centre verticalement la div */
}

    .slogan {
  
  
        color: #c5fcee;
        position: absolute;
        bottom: 40vh;
        left: 5%;
          z-index: 22;
        font-size: 3vh;
        }
    .menu-hamburger {
        position: absolute;
        right: 2vw;
        display: block;
        z-index: 4;
    }

    .mobile-menuOpen {

        margin-left: -100%;
        }
    .nav-links {
        top: 0;
        left: 0;
        background-color: rgba(95, 158, 160, 0.473);
        width: 100%;
        height: 100vh;
        position: absolute;
        justify-content: center;
        align-items: center;
        display: flex;
        backdrop-filter: blur(8px);
        margin-left: -100%;
        transition: all 0.5s ease;
        font-size: 1.3rem;
        
    }

    .nav-links.mobile-menu {
        margin-left: 0;
        z-index: 2;
        line-height: 0.8;
        text-shadow: 2px 2px rgb(255, 255, 255);
        font-weight: 500;
        
    }

    .menu-items {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 8vh;
        gap: 30px;
    }

    .menu-item {
        
        margin: 0;
        text-align: center;
        flex-direction: column;
    }

    /* Supprimer les séparateurs en version mobile */
    .menu-item:not(:last-child)::after {
        content: none;
    }

    /* Toujours afficher les sous-menus en mobile */
    .submenu {
        display: block;
        position: static;
        background: none;
        box-shadow: none;
        text-align: center;
        margin-top: 15px;
        padding: 0;
        
    }

    .submenu a {
        color: black;
        font-size: 1.6rem;
        padding: 8px 0;
    }

    /* Ajustement du style pour la version mobile */
    .menu-item > a {
        font-size: 1.6rem;
        margin-bottom: 5px;
    }

    /* Effet de grossissement spécifique mobile */
    .menu-item > a:hover,
    .submenu a:hover {
        transform: scale(1.15);
    }

    .lespratiques {
   
            font-family: Arial, sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            background-color: #ffffff;
        }
/* .gallery {

    padding-top: 30vh;
}
*/

.boxTC {
        flex: 1 1 100%; /* Passe à 100% sur les petits écrans */
    }


    .astuceMois {
    background-color:rgb(255, 255, 255);
    width: 90vw;
    box-sizing: border-box;
    position: relative;
margin-left: 5vw;

padding: 30px;
border-radius: 10px;
/*box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.336);*/

background-image: url("https://naturellemethode.fr/assets/src/HNY2025.png");
    background-repeat: no-repeat;
background-size: contain;

}

.ast-p {
    position: relative;
    margin-left: 20vw;
    width: 60vw;
/*margin-top: 10vh;*/
padding: 10px;
border-radius: 10px;
box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.336);
    background-color:rgba(255, 235, 208, 0.5);
    align-items: center;
    align-content: center;
}

.texteAstuce {

    position: relative;
top: -10vh;

}




.fleur {
      padding: 0;
    margin: 0 auto;
  position: absolute;
  z-index: 7;
  
  bottom: 80px;
  z-index: 6;
  right: 30vw;
  bottom: 10vh;
  transform: scale(0.8);
    width: 10rem;
    height: 10rem;
  
  
  }

  .noel {
    position: relative;
    color: #ff4800;
    text-shadow: 2px 2px rgb(255, 255, 255);
    overflow: visible; /* Permet à l'image de dépasser */
    font-size: 1.5rem;
}
.divLegumineuse {
    padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start; /* Aligne les éléments à gauche */
  align-items: flex-start; /* Facultatif pour aligner verticalement */

}
.imgLegumineuses {
    position: relative;
    left: 0;
    transform: scale(0.6); /* Réduire la taille de l'image */
    margin-left: 0; /* Évite tout espacement supplémentaire */
    padding: 0; /* Supprime le padding si existant */
    display: block; /* Garantit que l'image reste en ligne */
    width: auto; /* Ajuste automatiquement la largeur */
    height: auto;

}

.centered {
    display: flex;
    justify-content: center; /* Centre horizontalement */
    align-items: center;    /* Centre verticalement */
    height: 200px;          /* Hauteur de la div */
    /*border: 1px solid #ccc;  Juste pour la visibilité */
    padding-bottom: 6vh;;
}

.kaki {
    background-color:rgb(255, 255, 255);
    padding-top: 2vh;

}



}





.container {
  display: flex; /* Active Flexbox */
  flex-wrap: wrap; /* Permet de passer à la ligne si l’espace est insuffisant */
  gap: 10px; /* Ajoute un espacement entre les éléments */
}

.container2 {
  display: flex; /* Active Flexbox */
  flex-wrap: wrap; /* Permet de passer à la ligne si l’espace est insuffisant */
  gap: 30px; /* Ajoute un espacement entre les éléments */
}

.box {
  flex: 1 1 calc(50% - 10px); /* Chaque div occupe 50% moins l’espace du gap */
  background-color:rgb(255, 255, 255);


  text-align: center;
  
}

.box2 {
  flex: 1 1 calc(33% - 30px); /* Chaque div occupe 50% moins l’espace du gap */
  background-color:rgb(255, 255, 255);
  padding: 20px;
  text-align: center;
  border: 1px solid #ccc;
  box-sizing: border-box; /* Inclut le padding et les bordures dans les dimensions */
}

.outer-container {
    padding-top: 2vh;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Colonnes adaptatives */
  gap: 15px;
}

.outer2-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Colonnes adaptatives */
  gap: 50px;
}

.box3 {
  padding: 20px;
  /*background-color: lightblue;*/
  text-align: center;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.box03 {
  padding: 20px;
  /*background-color: lightblue;*/
  text-align: center;
  
  box-sizing: border-box;
}

/*.box3 {
  padding: 50px;
  text-align: center;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
*/
.rouge {

 background-color: rgb(255, 255, 255); 
 width: 300px;
 height: 300px;  
}

.bleu {


background-color: rgb(255, 255, 255);
width: 300px;
height: 300px;
}

.orange {

    background-color: rgb(255, 255, 255);
    width: 300px;
    height: 300px;
}

.violet {

    background-color: rgb(255, 255, 255);
    width: 300px;
    height: 300px;
}

.vert {

    background-color: rgb(255, 255, 255);
    width: 300px;
    height: 300px;
}


.kaki {
    background-color:rgb(255, 255, 255);
    padding-top: 2vh;

}

.coral {

background-color: rgb(255, 255, 255);
height: 300px;
}

.coral2 {

background-color: rgb(255, 255, 255);
height: 300px;
}

.coral3 {

background-color: rgb(255, 255, 255);
height: 300px;
}
.boxx1 {
    padding: 0;
  margin: 0;
position: absolute;
z-index: 1;

background-image: url('https://naturellemethode.fr/assets/src/FF0.svg');
background-repeat: no-repeat;
background-size: cover;
background-position: -40px;
width: 100%;
height: 40vh;
top: 53vh;
}
.boxx2 {
    padding: 0;
    margin: 0;
position: absolute;
z-index: 2;
background-image: url('https://naturellemethode.fr/assets/src/FF2.svg');
background-repeat: no-repeat;
background-size: cover;
background-position: -40px;
width: 100%;
height: 40vh;
top: 60vh;

}
.boxx3 {
    padding: 0;
  margin: 0;
position: absolute;
z-index: 3;
background-image: url('https://naturellemethode.fr/assets/src/FF4.svg');
background-repeat: no-repeat;
background-size: cover;
background-position: -40px;
width: 100%;
height: 40vh;
top: 57vh;

}
.boxx4 {
    padding: 0;
  margin: 0;
position: absolute;
z-index: 4;
background-image: url('https://naturellemethode.fr/assets/src/FF6.svg');
background-repeat: no-repeat;
background-size: cover;
background-position: -40px;
width: 100%;
height: 40vh;
top: 58vh;
}

.imglogo {
    padding: 0;
    margin: 0;
  position: absolute;
  top: 10vh;
  left: 50%;
  transform: translateX(-80%);
  width: 60vw; /* Proportionnel à la largeur de l'écran */
  max-width: 90%; /* Pour éviter de dépasser la largeur */
  max-height: 90%;
  height: auto; /* Maintient le ratio de l'image */
  z-index: 10;
  }
.slogan {
  
  
  color: #ff7348;
  position: absolute;
  bottom: -30%;
  left: 5%;
    z-index: 22;
  font-size: 3vh;
  }
.fleur {
      padding: 0;
    margin: 0 auto;
  position: absolute;
  z-index: 7;
  
  bottom: 40px;
  z-index: 6;
  right: 30vw;
  bottom: -40px;
  transform: scale(0.8);
    width: 10rem;
    height: 10rem;
  
  
  }
.logoo {
            font-size: 1.5rem;
            font-weight: bold;
            color: black;
            display: flex;
            align-items: center;
            gap: 10px;
            opacity: 1;
            transition: opacity 0.5s ease;
            position: absolute;
            left: 30px;
     }





        .sec0 {
            position: relative;
            
            height: auto;
            padding-bottom: 25vh;
            top: 5vh;
            width: 100vw; /* Assure une largeur exacte à celle de l'écran */
            text-align: center;
            z-index: 0;
        }

        .wrapper {
            padding: 0;
            margin: 0;
            width: 100vw; /* Corrige la largeur */
            background: linear-gradient(195deg, rgb(32, 85, 101) 0%, rgb(252, 128, 70) 100%);
            z-index: 0;
            position: relative;
            height: 71.5vh;
     
            display: flex;
            justify-content: center;
            align-items: center;
        }

/* BORDURE BLC */

.borbas {

width: 100%;
position: relative;
background-color:rgb(255, 255, 255);
height: 4vh;
top: 21.5vh;
z-index: 22;
}




        .bordure-svg {
       
            background-color: #061b13ff;
            padding: 10px;
            margin: 0;
            position: relative;
            bottom: -5px; 
            width: 102.5vw; /* Assure une largeur exacte */
            height: 9vh;
            z-index: 20;
            top: 22vh;
            background-image: url('https://naturellemethode.fr/assets/css_js/bordure_BB.svg');
            background-size: cover;
            background-repeat: no-repeat;
            left: -6px; /* Décale de 3 pixels à gauche */
            right: -50px;
            transform: rotate(180deg);
        }

        .bordure-svgnav {
            padding: 0;
            margin: 0;
            position: absolute;
            bottom: -5px; 
            width: 101vw; /* Assure une largeur exacte */
            height: 9vh;
            z-index: 0;
            top: 4.7vh;
            background-image: url('https://naturellemethode.fr/assets/src/bordureHH.svg');
            background-size: cover;
            background-repeat: no-repeat;
            left: -3px;
        }

 

/* ANIMATION FLEUR */




.fleuur {

animation: anim 11s ease-in-out infinite;
}

@keyframes anim {
  0% {
    transform: skew(0deg);
  }
  20% {
    transform: skew(2deg);
    

}
40% {
  transform: skew(-1deg);
}
60% {
  transform: skew(1.5deg);
}
80% {
  transform: skew(-0.5deg);
}
100% {
transform: skew(0deg);


}
}

/* Animation de la petite fleur */
.fleuur2 {
animation: anim2 12s ease-in-out infinite;
transform-origin: bottom center;
}

@keyframes anim2 {
0% {
    transform: skew(0deg);
  }
  20% {
    transform: skew(0.5deg);
    

}
40% {
  transform: skew(-0.25deg);
}
60% {
  transform: skew(0.5deg);
}
80% {
  transform: skew(-0.2deg);
}
100% {
transform: skew(0deg);


}
}

/* Animation des tiges */
.tige {
animation: anim3 12s ease-in-out infinite;
transform-origin: bottom center;
}

@keyframes anim3 {
0% {
    transform: skew(0deg);
}
25% {
    transform: skew(0.6deg);
}
45% {
    transform: skew(-0.2deg);
}
65% {
    transform: skew(0.3deg);
}
85% {
    transform: skew(-0.1deg);
}
100% {
    transform: skew(0deg);
}
}




/* PRESENTATION*/

.sloganPrez {
font-size: 2rem;
    
}

.photo {
    border-radius: 50%;   
    border: 12px solid rgb(255, 255, 255);
    width: auto;
    height: 30vh;
    box-sizing: border-box;
margin-bottom: 8vh;
margin-top: 8vh;
}

.plants{
margin-top: 10vh;
height: 35vh;
width: auto;
border-radius: 10px;
border: 1px solid #ccc;
max-width: 80vw;

}
.containerPresentation {
    background-color:rgb(255, 255, 255);
  display: flex; /* Active Flexbox */
  flex-wrap: wrap; /* Permet de passer à la ligne si l’espace est insuffisant */
  gap: 10px; /* Ajoute un espacement entre les éléments */
}

.outer-containerPresentation {
    background-color:rgb(255, 255, 255);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Colonnes adaptatives */
  gap: 10px;
  
}

.prez {
    position: relative;
    top:-1.5vh;
    padding-top: 13vh;
    padding-bottom: 13vh;
    background-color:rgb(255, 255, 255);

z-index: 25;




}

.box {
  flex: 1 1 calc(50% - 10px); /* Chaque div occupe 50% moins l’espace du gap */
  background-color:rgb(255, 255, 255);
 
  text-align: center;
  box-sizing: border-box; /* Inclut le padding et les bordures dans les dimensions */
  height: auto; /* S'ajuste automatiquement à la hauteur du contenu */
}

.boxPrez {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  background-color:rgb(255, 255, 255);
  text-align: center;
  border: 1px solid #ccc;
  box-sizing: border-box; /* Inclut le padding et les bordures dans les dimensions */
  height: auto; /* S'ajuste automatiquement à la hauteur du contenu */
  border-radius: 10px;
box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.336);
}


.box3Prez {
  padding: 20px;
  background-color: rgb(255, 255, 255);
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 10px;
box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.336);
  height: auto; /* S'ajuste automatiquement à la hauteur du contenu */
  opacity: 1;
  margin: 5px;
}




.bleu2 {


background-color: rgb(255, 255, 255);

}


.coral {

background-color: rgb(255, 255, 255);
height: auto; /* S'ajuste automatiquement à la hauteur du contenu */
}

.coral2 {

background-color: rgb(255, 255, 255);
height: auto; /* S'ajuste automatiquement à la hauteur du contenu */
}

.coral3 {

background-color: rgb(255, 255, 255);
height: auto; /* S'ajuste automatiquement à la hauteur du contenu */
}

.btn-lire-plusP {
    background-color: rgba(111, 146, 91, 0.651);
            color: rgb(0, 0, 0);
            border: none;
            padding: 10px 20px;
            font-size: 16px;
            border-radius: 5px;
            cursor: pointer;
            box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.336);
        }

        .btn-lire-plusP:hover {
            background-color: rgba(61, 82, 49, 0.651);
        }
.PP {
    color: #ffffff;
            background-color: #9eb87b5d;
            position: relative;
            bottom: -33vh;
            margin-left: auto;
            margin-right: auto;
            box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.336);
        }

        .PP:hover {
            background-color: #546b4b;
        }

.DD {

    color: #ffffff;
            background-color: #9eb87b5d;
            position: relative;
            bottom: -42vh;
            margin-left: auto;
            margin-right: auto;
            box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.336);
}

.DD:hover {
            background-color: #546b4b;
        }
.poppupP {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0.8);
            width: 80vw;
            max-width: 600px;
            max-height: 82vh;
            background-color:rgb(255, 235, 208);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            border-radius: 8px;
            padding: 20px;
            z-index: 1000;
            overflow-y: auto;
            opacity: 0;
            pointer-events: none;
            transition: transform 0.3s ease, opacity 0.3s ease;
            max-width: 80vw;
            margin-top: 50px;
        }

        .poppupP.activeP {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
            pointer-events: auto;
        }

        .poppupP.closingP {
            transform: translate(-50%, -50%) scale(0.8);
            opacity: 0;
        }

        .poppupP .close-btnP {
            background: #ff5436;
            color: white;
            border: none;
            padding: 5px 10px;
            font-size: 14px;
            border-radius: 5px;
            cursor: pointer;
            float: right;
            margin-top: -20px;
        }

        .poppupP .close-btnP:hover {
         
            background: #b02a24;
            padding: 5px 10px;
        }

        .overlayP {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s ease;
        }

        .overlayP.activeP {
            opacity: 1;
            pointer-events: auto;
        }

.poppupP h1 {

    font-size: 2rem;
}



/* VISION */


.acrochCircle {
font-weight: 500;

}
.mavision {
    padding-top: 13vh;
    border-top: thick double #ffffff;
padding-bottom: 13vh;



}

.sloganVision {
font-size: 1.8rem;

}
.container-vision {
    background-color:rgb(255, 255, 255);

    /*flex: 1 1 auto;  Permet à la div de s'étendre naturellement */
    width: 90%; /* S'assure qu'elle prend toute la largeur disponible si nécessaire */
    /*max-width: 800px; Limite sa largeur maximale sur les grands écrans */

margin: 5%;
padding: 30px;
border-radius: 10px;
box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.336);
box-sizing: border-box;
}

.container-vision::after {
content: "";
display: block;
clear: both;

}

.vision-wrapper {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: flex; /* Permet un alignement horizontal des éléments */
    flex-wrap: wrap; /* Les éléments passent en dessous si l'espace manque */
    align-items: flex-start; /* Aligne les éléments au début verticalement */
    gap: 10px; /* Espacement entre les éléments */
}
.art-wrapper {
    flex: 1 1 40%; /* La div parent des .art occupe 35% de la largeur */
    display: flex;
    flex-direction: column; /* Les div .art s'empilent verticalement */
    gap: 20px; /* Espacement entre les div .art */
    box-sizing: border-box;
    margin: 20px;
}

.art {
    box-sizing: border-box;
margin: 0;
padding: 30px;
border-radius: 10px;
/*box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.336);*/
opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.art.visible {
    opacity: 1;
    transform: translateY(0);
}
.container-vision h2 {
margin-bottom: 10px;

}

p {

    line-height: 1.5;
}

.img-vision {
    width: auto;
    height: 27vh;
    border-radius: 50%;
    float: left;
    shape-outside: margin-box;
    margin: 0 20px 5px 0;
}

.popupImg {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }

        .popupImg img {
      max-width: 95%; /* Limite à 95% de la largeur de l'écran */
      max-height: 90%; /* Limite à 90% de la hauteur de l'écran */
      object-fit: contain; /* Ajuste bien l'image dans l'espace disponible */
    }





.why {
    font-size: 2rem;
    position: relative;
    color: #ff4800;
    text-shadow: 2px 2px rgb(255, 255, 255);
    overflow: visible; /* Permet à l'image de dépasser */
}

.how {
    font-size: 2rem;
    position: relative;
    color: #ff4800;
    text-shadow: 2px 2px rgb(255, 255, 255);
    overflow: visible; /* Permet à l'image de dépasser */
}


.what {
    font-size: 2rem;
    position: relative;
    color: #ff4800;
    text-shadow: 2px 2px rgb(255, 255, 255);
    overflow: visible; /* Permet à l'image de dépasser */
}


.why::before {
    font-size: 1.4rem;
    content: "";
    position: absolute;
    top: -50px;
    left: -30px;
    width: 100%;
    height: 200px;
    background-image: url("https://naturellemethode.fr/assets/src/Fmulti1.png");
    background-repeat: no-repeat;
background-size: cover;
    z-index: -1; /* Derrière l'élément principal */
    border-radius: 10px;
}



.how::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -30px;
    width: 100%;
    height: 200px;
    background-image: url("https://naturellemethode.fr/assets/src/Fmulti5.png");
    background-repeat: no-repeat;
background-size: cover;
    z-index: -1; /* Derrière l'élément principal */
    border-radius: 10px;
}


.what::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -30px;
    width: 100%;
    height: 200px;
    background-image: url("https://naturellemethode.fr/assets/src/Fmulti4.png");
    background-repeat: no-repeat;
background-size: cover;
    z-index: -1; /* Derrière l'élément principal */
    border-radius: 10px;
}



.art-p {
    position: relative;
    background-color:rgb(255, 255, 255);
    margin-right: 5%;
padding: 10px;
border-radius: 10px;
box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.336);
    max-width: 600px;
}

/* PRATIQUE */




.lespratiques {
    padding-top: 13vh;
    border-top: thick double #ffffff;
padding-bottom: 13vh;
background-color:rgb(255, 255, 255);
            font-family: Arial, sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;

        }

        .gallery {
            
            background-color:rgb(255, 255, 255);
            border: 1px solid #ccc;
            border-radius: 10px;
            box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.336);
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 40px;
            padding: 40px;
            width: 100%;
            max-width: 1200px;
            justify-content: center; /* Centre les éléments horizontalement */
        }

        .image-container {
            position: relative;
            width: 300px;
            height: 300px;
        }

        .image-container img {
            position: absolute;
            transition: transform 0.3s ease;
        }

        .image-container img:last-child {
            top: -20px;
            left: 40px;
            z-index: 2;
        }

        .image-container:hover img:last-child {
            transform: scale(1.5);
        }

        .image-container:hover img:first-child {
            transform: scale(1.1) translateY(20px);
        }

        .popup {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }

        .popup-content {
            position: relative;
            width: 85%;
            height: auto;
            background: #fff;
            padding: 20px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: auto;
            transform: scale(0.5);
            animation: content-animation 0.5s ease-out forwards;
        }

        .popup-content .close-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            background: none;
            border: none;
            font-size: 1.5rem;
            cursor: pointer;
        }

        .popup.active {
            display: flex;
        }

.icone {
padding-top: 50px;
    transform: scale(0.7);
}


        @keyframes content-animation {
            from {
                transform: scale(0.5);
            }
            to {
                transform: scale(0.9);
            }
        }



        /* TITRE MENU */

        .TitreMenu {
            color: #ff4800;
padding-left: 33vw;
padding-top: 3vh;

        }

.p-prat {
font-size: 1.7rem;
}

/* ASTUCE */

.astuce {
    border-top: thick double #ffffff;
    padding-top: 13vh;

    padding-bottom: 13vh;

}


.astuceMois {

    width: 70vw;
    box-sizing: border-box;
    position: relative;
margin-left: 5vw;

padding: 10px;
border-radius: 10px;
/*box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.336);*/

background-image: url("https://naturellemethode.fr/assets/src/imgAstuce.png");
    background-repeat: no-repeat;
background-size: contain;

}

.noel {
    position: relative;
    color: #ff4800;
    text-shadow: 2px 2px rgb(255, 255, 255);
    overflow: visible; /* Permet à l'image de dépasser */
    font-size: 1.75rem;
}



.ast-p {
    position: relative;
    margin-left: 20vw;
    width: 60vw;
margin-top: 10vh;
padding: 10px;
border-radius: 10px;
box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.336);
background-color:rgb(255, 245, 232);
    align-items: center;
    align-content: center;
}
.imgNoel {
    display: block; /* Nécessaire pour que margin fonctionne */
    margin: 0 auto; /* Centre horizontalement */
    max-width: 50vw;
    height: auto;
}


.btn-lire-plusAM {
    background-color: rgba(111, 146, 91, 0.651);
            color: rgb(0, 0, 0);
            border: none;
            padding: 10px 20px;
            font-size: 16px;
            border-radius: 5px;
            cursor: pointer;
            box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.336);
            display: block; 
            margin: auto;
        }

        .btn-lire-plusAM:hover {
            background-color: rgba(61, 82, 49, 0.651);
        }





.poppupAM {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0.8);
            width: 80vw;
            max-width: 600px;
            max-height: 82vh;
            background-color:rgb(255, 235, 208);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            border-radius: 8px;
            padding: 20px;
            z-index: 1000;
            overflow-y: auto;
            opacity: 0;
            pointer-events: none;
            transition: transform 0.3s ease, opacity 0.3s ease;
            max-width: 80vw;
            margin-top: 50px;
        }

        .poppupAM.activeAM {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
            pointer-events: auto;
        }

        .poppupAM.closingAM {
            transform: translate(-50%, -50%) scale(0.8);
            opacity: 0;
        }

        .poppupAM .close-btnAM {
            background: #ff5436;
            color: white;
            border: none;
            padding: 5px 10px;
            font-size: 14px;
            border-radius: 5px;
            cursor: pointer;
            float: right;
            margin-top: -20px;
        }

        .poppupAM .close-btnAM:hover {
         
            background: #b02a24;
            padding: 5px 10px;
        }

        .overlayAM {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s ease;
        }

        .overlayAM.activeAM {
            opacity: 1;
            pointer-events: auto;
        }

.poppupAM h1 {

    font-size: 2rem;
}




/* CARROUSSEL */

h6 {
text-align: right;

}

.sec00 {
    padding-top: 13vh;
    padding-bottom: 13vh;
    border-top: thick double #ffffff;
    position: relative;
    background-color:rgb(255, 255, 255);


    background-image: url(image.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 80vh;
    
 

clear: both;
display: flex; /* Active Flexbox */
            justify-content: center; /* Centre horizontalement la div */
            align-items: center; /* Centre verticalement la div */
}


.carousel-container {
    background-color:rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.336);
    position: relative;
    overflow: hidden;
    width: 90%;
    max-width: 1400px;
    margin: auto;
    z-index: 1;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item,
.clone {
    /* Les largeurs seront définies par JavaScript */
    box-sizing: border-box;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
}

.carousel-item > h2 {
    margin-top: 0;
}

.carousel-item > p {
    flex-grow: 1;
    margin: 0;
}

/* Boutons de navigation */
.carousel-btn {
    position: absolute;
    top: 57%;
    transform: translateY(-50%);
    background-color: rgba(255,255,255,0.8);
    border: none;
    font-size: 2rem;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

.left-btn {
scale: 0.9;
    left: 10px;
    z-index: 40;
}

.right-btn {
    scale: 0.9;
    right: 10px;
    z-index: 40;
}


/* ARTICLES Read MORE*/

.paragrapheArticle {

    height: 20vh;
}


.containerBlog {
            padding: 20px;
            text-align: center;
        }

        .btn-lire-plus {
            background-color: #517e5b;
            color: white;
            border: none;
            padding: 10px 20px;
            font-size: 16px;
            border-radius: 5px;
            cursor: pointer;
        }

        .btn-lire-plus:hover {
            background-color: #8bbb95;
            color: #000000
        }

        .poppup {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0.8);
            width: 80vw;
            max-width: 600px;
            max-height: 80vh;
            background: white;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            border-radius: 8px;
            padding: 20px;
            z-index: 1000;
            overflow-y: auto;
            opacity: 0;
            pointer-events: none;
            transition: transform 0.3s ease, opacity 0.3s ease;
            max-width: 80vw;
        }

        .poppup.active {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
            pointer-events: auto;
        }

        .poppup.closing {
            transform: translate(-50%, -50%) scale(0.8);
            opacity: 0;
        }

        .poppup .close-btn {
            background: #FF4136;
            color: white;
            border: none;
            padding: 5px 10px;
            font-size: 14px;
            border-radius: 5px;
            cursor: pointer;
            float: right;
        }

        .poppup .close-btn:hover {
            background: #b02a24;
        }

        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s ease;
        }

        .overlay.active {
            opacity: 1;
            pointer-events: auto;
        }



/* TARIF et CONTACT */

.containerT {

    padding-top: 13vh;
}

.alternating-lines {
            width: 100%;
            max-width: 80vw;
            margin: 20px auto;
            border: 1px solid #ccc;
            border-radius: 5px;
            overflow: hidden;
        }

        .alternating-lines div {
            padding: 10px;
            font-size: 16px;
        }

        .alternating-lines div:nth-child(odd) {
            background-color:#d2e0c9;
        }

        .alternating-lines div:nth-child(even) {
            background-color:rgb(247, 237, 224);
        }

        .tarifscontact {

padding-top: 13vh;

}

    .tabs {
        margin-left: auto;
        margin-right: auto;
  width: 90%;
  
  margin: 20px auto;
  
  border-radius: 8px;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

    .tnm {

            background-color:#d2e0c9;
  border: 1px solid #ddd;  
margin: 40px;
padding: 20px;
border-radius: 8px;
}
            


/* Titres des onglets */
.tab-titles {
    
    width: 100%;
    height: 7vh;
  display: flex;
  background-color: rgb(157, 190, 136);
  border-bottom: 1px solid #ccc;
}

.tab-title {
    font-size: 1.1rem;
  flex: 1;
  padding: 5px 10px;
  text-align: center;
  border: none;
  background: none;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s;
}

.tab-title.active {
  background-color: rgb(255, 255, 255);
}

.tab-title:hover {
  background-color:  rgb(80, 107, 64);
}

/* Contenus des onglets */
.tab-contents {
  padding: 10px;
  width: 100%;
}

.tab-content {
  display: none;
  text-align: center;
}

.tab-content.active {
  display: block;
}


/* contact*/


.contact {

padding-top: 13vh;
padding-bottom: 13vh;

}

.form-container {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            padding: 20px;
            max-width: 900px;
            margin: auto;
        }

        .full-width {
            flex: 1 1 100%;
            background-color: #f4f4f4;
            padding: 15px;
            border: 1px solid #ddd;
            border-radius: 5px;
        }

        .column-container {
            display: flex;
            flex: 1 1 100%;
            gap: 10px;
        }

        .column-container .column {
            flex: 1 1 calc(50% - 10px);
            background-color: #f9f9f9;
            padding: 15px;
            border: 1px solid #ddd;
            border-radius: 5px;
        }

        .bottom-full-width {
            flex: 1 1 100%;
            background-color: #eaeaea;
            padding: 15px;
            border: 1px solid #ddd;
            border-radius: 5px;
            text-align: center;
        }

        .bottom-full-width textarea {
            width: 100%;
            padding: 8px;
            margin-bottom: 10px;
            border: 1px solid #ddd;
            border-radius: 5px;
        }

        .bottom-full-width button {
            padding: 10px 20px;
            background-color: #517e5b;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }


.verte {

    background-color:rgb(255, 255, 255);
}

.msgcontact {
border-style: solid;
    border: #000000;
} 

.submition {
    background-color: #517e5b;

}



        .submition:hover {
            background-color: #8bbb95;
            color: #000000
        }

/* PARTENARIAT */

.partenariat {
    position: relative;
    top:-1.5vh;
    padding-top: 16vh;
    padding-bottom: 13vh;
    background-color:rgb(255, 255, 255);
    border-top: thick double #ffffff;
z-index: 25;

}

.centered {
    display: flex;
    justify-content: center; /* Centre horizontalement */
    align-items: center;    /* Centre verticalement */
    height: 200px;          /* Hauteur de la div */
    /*border: 1px solid #ccc;  Juste pour la visibilité */
    padding-bottom: 6vh;;
}

.EffetP {

    width: 250px;
    height: auto;
}

/* FOOTER */

.footer {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            position: relative;
            width: 100%;
            background-color:rgb(255, 255, 255);
            
            padding: 10px 20px;
            box-sizing: border-box;
            gap: 20px;
        }

        .bordure-svgfoot {
            position: absolute;
            bottom: -70px;
            left: 0;
            width: 100%;
            height: 9vh;
            background-image: url('https://naturellemethode.fr/assets/src/bordureF.svg');
            background-size: cover;
            background-repeat: no-repeat;
            z-index: -1;
        }

.footer a {

    color: rgb(30, 46, 26);
    font-weight:bold;
    text-decoration:none;
}

.footer a:link
{
    color: rgb(58, 87, 51);
    font-weight:normal;
}
.footer a:visited
{
    color: rgb(20, 59, 44);
    font-weight:normal;
}

        .footer .icons {
            display: flex;
            gap: 15px;
         
        }

        .footer .ML {
            text-align: center;
            flex: 1;
        }

        .footer .hautPage {
            margin-left: auto;
        }

        .footer img {
            width: 24px;
            height: 24px;
            cursor: pointer;
        }

        .footer a img {
            width: 32px;
            height: 32px;
        }
.FB {
scale: 2;

}
.insta {
scale: 2;

}
.linkedin {
scale: 2;

}

.FB:hover {
    transform: scale(1.2);
    
    }
    
    .insta:hover {
    transform: scale(1.2);
    
    }
    
    .linkedin:hover {
    transform: scale(1.2);
    
    }
