@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Coustard:wght@400;900&family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');



:root {
    --main-white : rgb(254, 254, 250);
    --main-vert : rgb(1, 121, 111);
    --main-marron : rgb(68, 54, 47);
}


html {
    scroll-behavior: smooth;
}

* {
    margin: 0px;
    padding: 0px;
}

body {
    background: var(--main-white);
    overflow-x: hidden;
}

.container {
    width: 100vw;
    min-height: 100vh;
}

.container-home {
    background: var(--main-white);
}

nav ul li a {
    text-decoration: none;
    color: var(--main-white);
    font-family: "inter", sans-serif;
    
}

.container-home .hero .text h1 {
    /* background: #c54b4b; */
    color: var(--main-vert); 
    font-family: "Cookie", cursive;
    font-weight: normal;
    
    /* font-size: ; */
}
.container-home .hero .text h3 {
    
    color: var(--main-marron); 
    font-family: "inter", sans-serif;
}
.container-home .hero .text p {
    
    color: var(--main-marron); 
    font-family: "Nunito", sans-serif;
    font-weight: 400;
}

nav ul li {
    list-style: none;
    
}

.qualite {
    font-weight: bold;
    font-family: "nunito";
}

.descri4About {
    font-family: "nunito",sans-serif;
    text-align: left;
   
}



@media (min-width:769px) {

h1 {
    font-size: 3.5vw;
    /* color: rgb(67, 50, 216); */
}

.footer-about {
    display: none;
}

/*home section*/

.photohome-mobile {
    display: none;
}
.mobile-vision-home {
    display: none;
}

.homeheader header {
    position: fixed;
    display: flex;
    /* justify-content: space-between; */
    /* justify-content: center; */
    
    /* margin-inline: 15vw ; */
    top: 0px;
    /* justify-content: center; */
    box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.2);
    height: 3.5vw;
    min-height: 50px;
    /* padding-inline: 2vw; */
    justify-content: center;
    align-items: center;
    width: 70vw;
    left: 50vw;
    transform: translate(-50%,0%);
    background: rgba(68, 54, 47, 0.34);
    backdrop-filter: blur(10px);
    z-index: 10;

}

header .bx {
    display: none;
}



.photohome {
    position: relative;
    left: 11vw;
    margin-top: 20vh;
    width: 33vw;
    height: 30vw;
    border-bottom-right-radius: 5vw;
}


.text {
    display: flex;
    flex-direction: column;
    text-align: right;
    
    gap: 2vh ;
    /* background: rgb(182, 110, 110); */
}



nav {
    display: flex;
    align-items: center;
}

nav ul li {
    list-style: none;
    
}

nav ul li a {
    font-size: clamp(13px,1.2vw,18px);    
    margin-left: 4.5vw;
}

nav ul li a:hover {
    color: var(--main-marron);
    transition: all 0.3s;
    border-bottom: var(--main-marron) 2px solid;
}



.connectBouton {
    /* display: none; */
    position: fixed;
    left: 99.5%;
    height: 3.5vw;
    min-height: 50px;
    width:10vw;
    border-top-right-radius:  3vw ;
    color: var(--main-marron);
    font-size: clamp(13px,1.3vw,18px);
    border: none;
    background: var(--main-vert);
    color: var(--main-white);
    font-family: "nunito", serif;
    /* font-size: 13px; */
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.377);


}

.connectBouton:hover {
    cursor: pointer;
    background: var(--main-marron);
    transition: all 0.3s;
}

.container-home {
    display: flex;
    justify-content: center;
    padding-top: 10vh;
    height: 100vh;
}




.homeheader header .logo img:hover {
    cursor: pointer;
    transform: scale(0.9);
    transition: 0.5s;
}

.homeheader header .logo img {
    position: fixed;
    /* right: 3.55vw; */
    top: -6px;
    right: 95.5%;
    width: auto;
    height: 4.1vw;
    min-height: 60px;
    /* height: clamp(8vw,10vh,10vh); */
}

.container-home .hero {
    position: sticky;
    display: flex;
    /* background: #c70f0f; */
    flex-direction: column;
    align-items: center;
    
    height: fit-content;
    width: 35vw;
    
    gap: clamp(2vh,0px) ;
    /* margin-top: clamp(250px,20vh,350px) ; */
    /* margin-top: 20vw; */
    margin-top: clamp(15vw,35vh,23vw);
    /* margin-top: clamp(28vh); */
    /* margin-bottom: 7vh; */
    
}

.homeFooter {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 20px;
    /* background: #ad8f8f; */
    width: 100%;
}

.homeFooter button {
    display: none;
    color: var(--main-white);
    font-size: large;
    font-family: "Inria Serif", serif;
    background: var(--main-marron);
    width: 10vw;
    height: 2.7vw;
    border-radius: 20px;
}

.homeFooter .reseaux .bx {
    color: var(--main-vert);
    
    font-size: clamp(25px,4vw,40px);
    
}
.homeFooter .reseaux .bx:hover {
    cursor: pointer;
    color: var(--main-marron);
    font-size: 40px;
    transition: 0.5s;
    transform: scale(1.2);
}

.reseaux {
    display: flex;
    /* margin-top: 20px; */
    gap: 15px;
}


.container-home .hero .text h1 {
    width: 100%;
    text-align: right;
    font-size: clamp(25px,4vw,90px);
    line-height: clamp(20px,4vw,75px);
    /* line-height: 5vw; */
    
    /* background: #b34747; */
    
}
.container-home .hero p {
    width: 80%;
    
    margin-left: 20%;
    text-align: right;
    font-size: clamp(13px,1.5vw,20px) ;
    /* background: #82ce89; */
    
}
.container-home .hero h3 {
    
    
    font-size: clamp(20px,2.3vw,40px) ;
    font-weight: normal;
    text-align: right;
    
    
}


nav ul {
    display: flex;
}


/*fin home section*/







/* about section */

.context {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.context h1 {
    /* font-size: 3.8vw; */
    font-size: clamp(40px,3.8vw,55px);
    font-weight: 300;
    /* font-size: ; */
    font-family: "cookie",serif;
    /* text-align: center; */
}

.context h2{
    /* font-size: 18px; */
    font-size: clamp(15px,1.4vw,25px);
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 300;
    
}

.container-about {
    background: var(--main-white);
    height: 100vh;
    /* width: 100vw; */
}

.container-about {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15vh;
    gap: 5vh;
    
    /* background: rgba(175, 108, 108, 0.534); */
}

.container-about .hero-content  {
    display: flex;
    align-items: center;
    
    justify-content: start;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    /* background: #258fcc; */
    width: 70vw;
    scroll-behavior: smooth;
    overflow-x: scroll;
    
    /* overflow-x:scroll; */

}

.itemOver {
    /* background: #7e7676; */
    display: flex;
    
    align-items: center;
}


.itemAbout {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    background: white;
    border-radius: 10px;
}

.itemAbout .ligne h3{
    /* font-size: 2.7vw; */
    font-size: clamp(35px,2.7vw,60px);
    font-family: "cookie",sans-serif;
    font-weight: normal;
}

.itemAbout .ligne p{
    /* background: #973939; */
    width: 80%;
    text-align: center;
    font-family: "nunito",sans-serif;
    font-size: clamp(15px,1.2vw,25px);
}

.ligne {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-inline: 1vw;
    /* margin-top: 50px; */
    gap: 25px;
    width: 40vw;
    min-width: 300px;
    text-align: center;
    height: 100%;
    /* background: red; */
}

.itemAbout img {
    width: 30vw;
    height: 30vw;
}

.preview-icon{
    position: absolute;
    left:  5vw;
    top: 180vh;
    transform: rotate(180deg);
    
}



.next-icon{
    position: absolute;
    right: 5vw;
    top: 180vh;
}

.preview-icon:hover {
    cursor: pointer;
    border: none;
     transform: rotate(180deg) scale(1.1);
    transition: 0.5s all;
    border-radius: 100%;
    /* transform: rotate(180deg); */
}

.next-icon:hover{
       
    cursor: pointer;
    border: none;
   
    transform: scale(1.1);
    transition: 0.5s all;
    /* box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2); */
    border-radius: 100%;

}

/* fin de about section */










/*service section*/

.context-service {
    display: flex;
    flex-direction: column;
    align-items: center;
   
    position: relative;
    /* margin-bottom: 15vh; */
    top: 15vh;
    /* background: #ac4617; */
    
}
.container-service h1 {
    /* font-size: 3.5vw; */
    font-size: clamp(30px,2.5vw,40px);
    /* font-size: 45px; */
    position: relative;
    bottom: 3vh;
    /* background: #27af98; */
    font-family: "coustard",serif;
    font-weight: normal;
}



.container-service {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    width: 100vw;
    /* padding: 0px; */
    /* color: var(--main-marron); */
    /* background: #3d9bb3; */
    gap: 100px;
    /* margin-top: 35vh; */
    
}


.titreIcon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}


.hero-service {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 20px;
    /* height: fit-content; */
    margin-top: 50px;
    /* background: #af7a7a; */
}



.context-service p {
   /* font-size: 2.5vw; */
   font-size: clamp(19px,2vw,23px);
   width: 30%;
   min-width: 500px;
   text-align: center;
   font-family: "nunito",sans-serif;
   font-weight: 300;
}

.hero-service .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 30vw;
    max-width: 350px;
    height: 250px;
    padding-top: 30px;
    background: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.336);


}



.hero-service .item.show {
    overflow: visible;
    height: fit-content;
    /* width: fit-content; */
    /* background: #6d6363; */
    /* margin: 10px; */
}





.itemService-middle {
    border: 3px solid rgba(53, 190, 25, 0.219);
    border-radius: 13px;
}


.showVisibility {
    display: flex;
    flex-direction: column;
    width: 100%;
    background:var(--main-white);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.336);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    align-items: center;
    justify-content: center;
    height: fit-content;
    padding-top: 0px;
}


.readMore {
    /* background: rgb(42, 184, 54); */
    width: fit-content;
    height: fit-content;
    font-family: "inter" , serif;
    position: relative;
    top: 10px;
}

.bx-chevron-down {
    
    font-size: 3vw;
    /* background: #23b0d3;   */
    height: fit-content;
}



.bx-chevron-down.show {
    transform: rotate(180deg);
    transition: all 0.5s;
}

.bx-chevron-down:hover , .bx-chevron-down.show:hover {
    cursor: pointer;

}

.hero-service img {
    width: 70px;
    /* width: clamp(,,100px); */
    height: auto;
    /* box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.993); */
}

.hero-service .descri {
    font-size: 20px;
    text-align: center;
    margin-inline: 15px;
}


/*fint du service section*/


    














/* avis section   */

.container-avis {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 700px;
    /* height: 100vh; */
    /* width: 100vw; */
    padding: 20px;
    
    /* padding-left: 10vw; */
    /* background: #829c0e; */
}


.container-avis h1 {
    font-size: 25px;
    /* font-size: clamp(,,25px); */
    width: 600px;
    text-align: center;
    /* background: #9623b9; */
    margin-bottom: 20px;
    font-family: "nunito",sans-serif;
    font-weight: normal;
    color: var(--main-marron);

}

.container-avis .hero {
    overflow-x: hidden;
}


.star-mobile {
    display: none;
}

.nameAndPhotoClient {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.nameAndPhotoClient img {
    width: 200px;
    height: 205px;
    border-radius: 10px;
}

.nameAndPhotoClient .nomClient {
    font-family: "Nunito",sans-serif;
    font-size: 25px;
}

.container-avis .item {
    display: flex;
    width: 70vw;
    padding-inline: 10px;
    height: 35vh;
    min-height: 300px;
    max-width: 600px;
    gap: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    margin-inline: 5px;
    /* box-shadow: 1px 1px  5px 1px black ; */
    /* background: #40aca6; */
}


.container-avis .item:hover {
    cursor: pointer;
    /* background-color: red; */
    transform: scale(1.1);
    transition: all 0.5s;
}



.hero-avis {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;

    align-items: center;
}

.hero-item-avis {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background: red; */
    width: 100%;
    min-width: 300px;
    
}

.hero-item-avis h3 {
    font-family: "coustard",sans-serif;
    font-weight: normal;
    font-size: 25px;
    /* background: red; */
}

.hero-item-avis p {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    font-family: "nunito";
    font-weight: 300;
    color: var(--main-vert);
}

.star {
    display: flex;
    gap: 5px;
    margin-top: 15px;
}

.star img {
    width: 20px;
}

.image-avis{
    width: 47.5vw;
    height: auto;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.39);
}

@media(max-width: 1900px) {

    .container-avis {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        /* background: #adbd1e; */
        margin-top: 50px ;
    }

    .container-avis h1 {
        /* background: #e20c0c; */
        margin-top: 50px;
    }

    .hero-avis {
        /* margin-top: 50px; */
        display: flex;
        flex-direction: column;
        gap: 20px;

    }
}

/* fin de avis section   */






/* contact section */



.container-contact img {
    height: 100vh;
    width: auto;
    max-width: 50vw;
}

@media(max-width:1800px) {
    .container-contact img {
        /* width: auto;
        height: 50vw; */
        display: none;
    }
}




.container-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    background:var(--main-white);
    /* background: #af1a1a; */
}

.context-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background: #196312; */

}

.container-contact .hero {
    display: flex;
    flex-direction: column;
    width: 50vw;
    height: 90vh;
    
    /* background: rgb(184, 219, 120); */
    align-items: center;
    justify-content: end;
    margin-top: 10vh;
    gap: 5vh;
}

.container-contact .hero p {
    width: 90%;
    max-width: 700px;
    text-align: center;
    /* background: #98cc1e; */
    font-family: "nunito";
}

.context-contact h1 {
    color: var(--main-marron);
    font-size: clamp(35px,2.5vw,100px);
    
    font-family: "coustard",sans-serif;
    font-weight: normal;
}

.formulaire {
    display: flex;
    flex-direction: column;
    width: 60% ;
    min-width: 500px;
    justify-content: center;
    margin-top: 5vh;
    align-items: center;
   
    /* background: #2023be; */
}

input, textarea  {
    background: var(--main-white);
    font-family: "Nunito", sans-serif;
    font-size: medium;
    /* background: #7a2121; */
    
}

.context-input {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background: #26caca; */
    padding: 10px;
}


input {
    padding-inline: 5px;
    margin-bottom: 1.5vh;
    width:80%;
    height: 4vh;
    min-height: 40px;
    border-radius: 5px;
    border: 0px;
    border-bottom: 2px solid var(--main-vert);
    /* padding-top: 15px;
    line-height: normal; */
}

input:focus, textarea:focus {
    outline: none;
    border-bottom: 2px solid var(--main-marron);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
}



textarea {
    padding-inline: 5px;
    margin-bottom: 20px;
    width:80%;
    height: 20vh;
    border-radius: 10px;
    border : 2px var(--main-marron) solid;
    /* padding-top: 15px;
    line-height: normal; */
}

.hero footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: fit-content;
    padding: 2%;
    color: var(--main-white);
    background: var(--main-marron);
    width: 96%;

    font-size: 15px;
    font-family: "nunito",sans-serif;
}

.formulaire button {
    font-family: "inria serif",serif;
    width: 30%;
    height: 5vh;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: var(--main-vert);
    color: var(--main-white);
    font-size: large;
    font-family: "Inria Serif", serif;
    border-radius: 50px;
    border: 0px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.493);

}

.formulaire button:hover {
    cursor: pointer;
    background: var(--main-marron);
    transition: 0.5s;
    transform: scale(1.15);
}





/* fin contact section */


}















@media(max-width:769px) {

.logo img {
    position: fixed;
    top: 20px;
    left: 5px;
    width: 60px;
    height: auto;
}


body.menu-open {
    height: 100vh;
    overflow-y: hidden;
}

body {
    overflow-x: hidden;
}


/* section home */

/* .homeheader{
    min-height: 100vh;
    height: fit-content;
    width: 100vw;
} */

.container-home .hero .text h1 {
    display: none;
}

/* header {
    width: 100vw;
       
    background: var(--main-white);
} */

.container-home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px;
    height: 100vh;
    width: 100vw;
    /* background: #a74747; */
}

.container-home .hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background: #000; */
}

.photohome-mobile {
    
    width: 100vw;
    max-width: 400px;
    margin-top: 5%;
}

.container-home h1 {
    width: 100%;
    text-align: center;
    font-size: 40px;
    /* background: red; */
    font-family: "cookie", cursive;
    font-weight: normal;
}

.bx-menu {
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 40px;
    z-index: 100;
    
}

.bx-x {
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 50px;
    z-index: 1001;
}

.text-home {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-inline: 2vw;
    margin-top: 2vh;
    /* background: #bd4747; */
    width: 95%;
}


.connectBouton {
    display: none;
}

header nav {
    display: none;
}


header {
    /* background: rgb(189, 120, 120); */
    height: -100vh;
}

header nav.active {
    position: fixed;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    
    display: flex;
    background: rgba(209, 201, 194, 0.932);
    backdrop-filter : blur(3px);
    z-index: 100;
    overflow: hidden!important;
    
}

header nav.active ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    width: 100%;
}

header nav.active ul li a {
    color: black;
    font-size: larger;
    width: 80%;
    
    
}

.photohome {
    display: none;
   
}

.text-home p {
    text-align: center;
    margin-top: 15px;
    max-width: 500px;
    color: black;
}


.homeFooter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bouton-devis button {
    
    color: var(--main-vert);
    height: 40px;
    padding: 5px;
    background: none;
    border-radius: 5px;
    border: 2px solid var(--main-vert);
    font-size: 15px;
    margin-top: 15px;
}

.reseaux {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.container-home .reseaux .bx {
    color: var(--main-marron);
    font-size: 30px;
    
} 

/* fin de la section home */













/* section about */

.container-about {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 100vh;
    align-items: center;
    /* padding-block: 10px; */
}

.next-icon,.preview-icon {
    display: none;
}

.container-about .hero {
    display: flex;
    justify-content: start;
    padding: 10px;
    
    /* background: #52ec2b; */
    overflow-x: hidden ;
    /* overflow-y: hidden; */
    width: fit-content;
}

.itemOver {
    padding: 10px;
    /* background: #912222; */
    margin-top: 150px;
    overflow-y: scroll;
    height: 90%;
}
.hero-content {
    display: flex;
    align-items: center;
    justify-content: start;
    /* margin-left: 5vw; */
    /* gap: 10vw; */
    /* background: #e2c51e; */
    /* padding: 2vw; */
    /* padding-top: 50px; */
    width: 85vw;
    height: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */


    /* gap: 20vw; */
    
}

.descri4About {
    /* background: #a85656; */
    height: 50vh;
    overflow-y: scroll ;
}

.container-about .context {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background: #bc17c2; */
    margin-top: 5vh;
}

.container-about .context h1 {
    /* font-size: clamp(8.5vw,30px); */
    font-size: 20px;
    /* font-size: clamp(20px,,); */
    color: var(--main-marron);
    font-weight: normal;
    font-family: "coustard",serif;
    /* background: #80d4c6; */
}

.container-about .context h2 {
    /* font-size: clamp(5vw,20px); */
    font-size: 16px;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    text-align: center;
    width: 80%;
    /* background: #b6ab15; */
}


.itemAbout img{
    
    width: 75vw;
    /* padding-inline: 15vw;
    padding-block: 5vh; */
    /* background: #15a12c; */

}

.itemAbout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80vw;
    padding-inline: 5vw;
    /* background: #46c78b; */
    /* overflow-y: scroll; */
}

.itemAbout .ligne {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-top: 10px; */
    /* background: #3516be; */
    /* height: 50vh; */
}

.itemAbout h3 {
    font-family: "cookie",sans-serif;
    font-weight: normal;
    font-size: 33px;
    color: var(--main-vert);
    text-align: center;
}

.itemAbout .ligne p {
    text-align: center;
    width: 100%;
    max-width: 500px;
    padding: 10px;
    /* margin-top: 10px; */
    font-family: "inter",sans-serif;
    font-weight: 300;
    height: fit-content;
    /* overflow-y: visible ; */
    /* background: #0cc449; */
    

}



.footer-about {
    /* position: fixed;
    top: 175vh; */
    display: flex;
    justify-content: space-between;
    /* position: relative;
    top: 5vh; */
    width: 90vw;
    font-family: "coustard",sans-serif;
    font-size: 16px;
    /* background: #d13737; */
    
} */

/* fin de section about */













/* section service */


.container-service {
    min-height: 100vh;
}

.context-service {
    display: flex;
    flex-direction: column;
    width: 100vw;
    align-items: center;
    margin-top: 50px;
    /* background: #ac4617; */
    
}

.context-service h1 {
    /* background: red; */
    color: var(--main-marron);
    text-align: center;
    font-family: "coustard",serif;
    font-weight: normal;
    /* font-size: clamp(); */
    font-size: 100px;
    max-width: 300px;
}

.context-service p {
    
    /* background: #6ac91c; */
    font-family: "nunito", sans-serif ;
    text-align: center;
    width: 80%;
    max-width: 400px;
}

.container-service h1 {
    /* font-size: 3.5vw; */
    /* font-size: clamp(60px,2.5vw,50px); */
    font-size: 20px;
    position: relative;
    /* bottom: 3vh; */
    /* background: #27af98; */
}

.hero-service {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    min-height: 100vh;
    /* background: #0cda51; */
    
}

.itemService-middle {
    border: 2px solid rgba(58, 221, 25, 0.24);
}

.titreIcon {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    /* background: red; */
    gap: 5px;
    margin: 5px;
}

.titreIcon.drop {
    flex-direction: column;
}


.titreIcon h2 {
    /* background: green; */
    font-family: "nunito",serif;
    font-weight: normal;
}


.item-show {
    border-radius: 10px;
    box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.274);
}


.hero-service .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 80vw;
    max-width: 350px;
    height: 150px;
    padding-top: 10px;
    background:white;
    overflow: hidden;
    
}


.hero-service .item.show {
    overflow: visible;
    height: fit-content;
    transition: all 0.3s;
}




.item-show {
    width: fit-content;
    /* background: #46b6b9; */
}

.showVisibility {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-bottom-left-radius: 10px ;
    border-bottom-right-radius: 10px ;
    background: var(--main-white);
    align-items: center;
    justify-content: center;
    height: 50px;
    
    
}

.readMore {
    /* background: rgb(42, 184, 54); */
    width: fit-content;
    height: fit-content;
    font-family: "inter" , serif;
    position: relative;
    top: 10px;
}

.bx-chevron-down {
    display: flex;
    font-size: 35px;
    /* background: #160bb6;   */
    height: 100%;
    width: 100%;
    justify-content: center;
}

.bx-chevron-down.show {
    transform: rotate(180deg);
    transition: all 0.5s;
}

.hero-service img {
    width: 50px;
    /* width: clamp(,,100px); */
    height: auto;
}

.hero-service .descri {
    font-size: 16px;
    text-align: center;
    margin-inline: 15px;
    /* background: #962727; */
    font-family: "nunito",serif;
}


/* fin de section service */













/* sectiion avis */

.container-avis {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    padding-top: 50px;
    height: fit-content;
    background: var(--main-white);
    /* background: #ec07a8d0; */
}

.container-avis h1 {
    text-align: center;
    /* max-width: ; */
    /* font-size: 20px ; */
    font-size: clamp(16px,4vw,20px) ;
    width: 90%;
    max-width: 500px;
    height: 50px;
    /* background: #b9ff15; */
    font-family: "nunito",serif;
    font-weight: bold;
}

.hero-item-avis {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 85%;
    max-width: 400px;
    padding-inline: 10px ;
    padding-top: 70px;
    padding-bottom: 10px;
    background: white;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.281);
    border-radius: 10px;
    
}

.hero-item-avis p {
    text-align: center;
    font-family: "nunito",sans-serif;
    font-style: italic;
}

.hero-item-avis img {
    width: 25px;
    /* min-width: 25px; */
}

.hero-item-avis h3 {
    /* background: #be603a; */
    position: relative;
    width: fit-content;
    
    
    font-family: "coustard",sans-serif;
    font-weight: normal;
    font-size: clamp(15px,5.5vw,20px);
}

.nameAndPhotoClient {
    position: relative;
    top: 70px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background: #1eabc4; */
}

.nameAndPhotoClient img  {
    min-width: 80px;
    /* min-width: 100px; */
    /* min-height: 100px; */
    width: 130px; 
    height: 130px;
    min-height: 80px;
    border-radius: 100%;
    /* background: #3140cc; */
    
    z-index: 5;
}

.nameAndPhotoClient .nomClient {
    color: var(--main-marron);
    font-family: "nunito";
    font-weight: light;
    font-style: italic;
    font-size: 18px;
}


.hero-avis .item {
    display: flex;
    flex-direction: column;
    
    align-items: center;
    /* background: #9c7bbb; */

}



.star {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #4dc43e; */
    gap: 5px;
}

.star img {
    width: 20px;
}

.star-mobile {
    display: flex;
    gap: 5px;
}


/* fin sectiion avis */













/* contact section */

.container-contact {
    height: 100vh;
    width: 100vw;
   
}



.context-contact {
    display: flex;
    flex-direction: column;
    /* background: #cc8b28; */
    align-items: center;
    margin-top: 5vh;
    
}


.container-contact h1 {
    color: var(--main-marron);
    font-family: "coustard",sans-serif;
    font-weight: normal;
}

.container-contact img {
    display: none;
}

.container-contact .hero {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    margin-top: 100px;
    gap: 3vh;
    background: var(--main-white);
    justify-content: space-between;
    
    align-items: center;
    /* background: #bd6c6c; */
}

.container-contact .hero p {
    width: 90%;
    text-align: center;
    font-family: "nunito",sans-serif;
    
}

.context-input {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5vh;
}

.formulaire {
    display: flex;
    flex-direction: column;
    width: fit-content;
    justify-content: center;
    align-items: center;
    margin-top: 10vh;
    /* background: #95ce55; */
}

.formulaire input,textarea  {
    min-width: 250px;
    width: 60vw;
    max-width: 350px;
    margin-top: 8px;
    height: 30px;
    border: 0px;
    border-bottom: 2px solid var(--main-vert);
    padding: 10px;
    background: var(--main-white);
    border-radius: 5px;
    font-family: "Nunito", sans-serif;
    font-size: medium;
}


.formulaire input:focus, .formulaire textarea:focus {
    outline: none;
    border-bottom: 2px solid var(--main-marron);
    
}



.formulaire textarea {
    /* max-height: 150px; */
    /* background: #ac1313; */
    border: 2px var(--main-marron) solid;
    border-radius: 10px;
    height: 15vh;


}


.formulaire button {
    color: var(--main-white);
    background: var(--main-vert);
    font-size: 16px;
    width: 45vw;
    margin-top: 10px;
    max-width: 150px;
    height: 50px;
    border-radius: 20px;
    border: none;
}

.container-contact footer {
    display: flex;
    flex-direction: column;
    background: var(--main-marron);
    color: var(--main-white);
    width: 100vw;
    position: relative;
    align-items: center;
    font-family: "inria serif";
    /* padding: 15px; */
    /* height: 250px; */
}

.container-contact footer p1,p2,p3 {
    margin: 5px;
    text-align: center;
}




/* fin du contact section */


}

























