*{
    font-family: Poppins,sans-serif;
    font-weight: 500;
    font-size: 18px;
    color:#2c2524 ;
    line-height: 1.6;
    margin: 150 auto;
}

h2{
    font-weight: 800;
    font-size: 22px;
}

ul{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
}


  
  .dropdown .dropbtn {
    font-size: 18px;  
    font-weight: 600;
    border: none;
    outline: none;
    color: black;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

body {
    background-color: #fffaf5; /* Fond crème */
    color: #333;
    overflow-x: hidden;
    color: var(--neutral-600);
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.889em;
}
a {
    text-decoration: none;
    color: inherit;
}

/* HEADER */
.header {
    background-color: #fffaf5;
    padding: 20px 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
}

.logo img {
    width: 130px;
    margin-right: 10px;
}

nav.navbar {
    display: contents;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-links a {
    font-weight: bold;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #ff4d4d;
}

.btn.contact-btn {
    background-color: #ff4d4d;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s;
}

.btn.contact-btn:hover {
    background-color: #e04040;
}

h1 {
   font-size: 20px;
   font-weight:bolder; 
}
.block_shop p{
    color:#817d7d;
}

/*contact*/

form{
    padding: 90px 30px;
    background-color: white;
    border-radius: 20px;
    border:solid 1px;
    margin: 80px;
}

textarea{
    display: flex;
    width: 500px;
    height: 200px;

}

input{
    border: solid 1px;
    border-radius: 10px;
    padding: 10px;
    color:#817d7d;
    font-weight: 18px;
}

label{
    font-weight: 800;
}

.block{
    display: flex;
    justify-content: center;
    
}

.contact{
    justify-content: center;
    padding: 40px;   
}

.contact p{
    color:#817d7d;
}

.icon p{
    font-weight: 700;
    color:#2c2524 ;
}

.contact_us{
    font-weight:800;
    font-size: 25px;
}


.icon{
    display: flex;
    align-items: center;
}

.icon img{
    padding-right: 15px;
}

.forms{
   padding: 10px;
    
}

.formulaire{
    display: flex;
}

.form_contact{
    background-color:#f05454;
    color:white;
    padding: 15px 25px;
}

.case{
    padding: 15px 0px;
}

.message{
    margin-left: 12px;
}
.shape_1{
    position: absolute;
    z-index: -1;
    bottom: 624px;
    rotate: 113deg;
    left: -70px;
    width: 200px;

}
.shape_2{
    position: absolute;
    z-index: -1;
    top: -63px;
    rotate: -64deg;
    right: -32px;
    width: 91px;

    
}

.shape_3{
    position: absolute;
    z-index: -1;
    rotate: -107deg;
    width: 150px;
    bottom: -64px;
    right: 41px;
}

@media screen and (max-width:768px){

    .block{
        display: flex;
        flex-wrap: wrap;
        margin: 135px;
    }
    
}


@media screen and (max-width:440px){
    
    .block {
        display: flex;
        flex-wrap: wrap;
        margin-left:245px;
    }
    .formulaire{
        display: inline-block;
        text-align: center;
    }
    
form {
    padding: 73px 0px;
    background-color: white;
    border-radius: 20px;
    border: solid 1px;
    margin-left: 120px;
}
    
input {
    border: solid 1px;
    border-radius: 10px;
    padding: 20px 123px;
    color: #817d7d;
    font-weight: 18px;
}
}


/*FAQ*/
.block_faq{
    background-color: #fafafa;
    margin: none;
    border: none;
    padding: 50px ;
}

.faq{
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.faq p{
    border: 1px solid;
    border-color: gray;
    border-radius: 10px;
    background-color: white;
    padding: 15px 20px;
   
}

.text_faq p{
    padding: 35px 55px;
    color: #817d7d;
}

.questions{
    padding: 40px;
}

.questions p{
    font-weight: 800;
    font-size: 18px;
}

.text{
    text-align: center;
}

.text h1{
    font-weight: 800;
    font-size: 22px;
}
.text p{
    color: #817d7d;
}

.text_faq{
    color:#817d7d
}

.red{
    color: #f05454;
    border: solid 3px;
    border-color: #f05454;
}


@media screen and (max-width:768px){

    .faq{
        display: flex;
        flex-wrap: wrap;
        
    }
    
    .questions p {
    font-weight: 800;
    font-size: 18px;
    padding: 20px 100px;
}
    
    .questions{
        padding: 0px;
    }
    
}


@media screen and (max-width:440px){

    .faq{
        display: flex;
        flex-wrap: wrap;
        
    }
    
    .questions p {
    font-weight: 800;
    font-size: 18px;
    padding: 20px 100px;
        
    
}
}
    
/*Instagram*/
    
h2{
    font-weight: 800;
    font-size: 22px;
}
.follow  {
    text-align: center;
    width: 1000px;
    margin: 0 auto;
}

.follow u{
    color :#ff5733;
    font-weight: 800;
    font-size: 22px;
}

.follow_us_1 img{
    border-radius:35px ;
    width: 250px;
    padding: 10px;
}

.follow_right img{
    border-radius:20px ;
    width: 115px;
    padding: 10px;
}

.follow_us{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.shape1{
    z-index: -1;
    position: absolute;
    rotate: 83deg;
    top: -52px;
    left: -20%;
    height: 50%;

}

.shape2{
    z-index: -1;
    position: absolute;
    rotate: 125deg;
    left: -25%;
    bottom: -190px;

}

.shape3{
    z-index: -1;
    position: absolute;
    rotate: 478deg;
    height: 70%;
    right: -16%;
    top: -29px;
}



@media screen and (max-width:768px){
  .follow_us {
  display: flex;
  flex-wrap: wrap; /
    
    }
    
.follow_right img {
    border-radius: 25px;
    width: 142px;
    padding: 10px;
}

.follow_us_1 img {
    border-radius: 35px;
    width: 310px;
    padding: 10px;
}

}

@media screen and (max-width:440px){
  .follow_us {
  display: flex;
  flex-wrap: wrap; /
    
    }
    
h2 {
    font-weight: 800;
    font-size: 60px;
}

.follow u {
    color: #ff5733;
    font-weight: 800;
    font-size: 60px;
}

.follow_right img {
        border-radius: 50px;
        width: 475px;
        padding: 10px;
    }

    .follow_us_1 img {
        border-radius: 50px;
        width: 475px;
        padding: 10px;
    }
    
    .shape1 {
    z-index: -1;
    position: absolute;
    rotate: 83deg;
    top: -120px;
    left: -21%;
    height: 85%;
}
    
    .shape2 {
    z-index: -1;
    position: absolute;
    rotate: 105deg;
    left: 17%;
    bottom: -719px;
}
    .shape3 {
    z-index: -1;
    position: absolute;
    rotate: 478deg;
    height: 70%;
    right: -18%;
    top: -536px;
}
    
   .follow {
    text-align: center;
    width: 1000px;
    margin: 25px 90px;
    

    
}
   
}

footer{
    display: flex;
    justify-content: center;
      padding: 150px 0;
}
.contact{
    justify-content: center;
    padding: 40px;   
}

.contact1{
    justify-content: center;
    padding: 20px; 
    background-color: #fffaf6;
    border-radius: 20px;
    margin: 90px 0;
    

}

.contact_us{
    font-weight:900;
    margin-left: 12px;
}

.contact_1{
    display: flex;
}

footer p{
    color: #817d7d;
}

.icon{
    display: flex;
    align-items: center;
}

.icon img{
    padding: 15px;
}

u{
    color: #ff5733;
    font-weight: 700;
    font-size: 18px;
}

.grass-3{
    position: absolute;
    z-index: -1;
    top: -34px;
    rotate: 119deg;
    left: -41px;
}

.grass-2{
    position: absolute;
    z-index: -1;
    rotate: 67deg;
    top: 222px;
    right: -40px;
    width: 100px;
}

.logos{
    display: flex;
    align-items: center;
}

.logos img{
    padding: 5px;
}


@media screen and (max-width:768px){
  
  footer {
  display: grid;
  grid-template-areas: repeat(auto-fit, minmax(250px, 1fr ));
  gap: 10px;
    }
      
  .contact_1{
   display: flex;
   flex-wrap: wrap;
    }
}







    
