
 #gd{
    padding:2% 0 2% 0;
    background: rgb(64,99,70);
    background: linear-gradient(90deg, rgba(64, 99, 70, 0.5) 0%, rgba(255,255,255,1) 50%, rgba(64, 99, 70, 0.5) 100%);

 }
h1{
    text-align: center;
    color: #406346;
    font-family: inter;
}
#div-form{
    display:flex;
    justify-content: center;
    align-items: center;
    /* background-color:#F0F0F0; */
}
form{  
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    width:50%;
    margin: 2% 0 8% 0; 
    box-shadow: rgb(0 0 0 / 20%) 0px 60px 40px -7px;
    background-color: #B9CCA6;
    border-radius: 8px;
    padding: 3% 0 3% 0;
}
label{
    color: #406346;
    font-weight: 600;
    font-family: inter;
}
input,textarea{
    width: 60%;
    padding: 15px;
    border:1px solid black;
    outline: none;
    border-radius: 4px;
    margin:auto;
    
}

button{
    color: #ffffff;
    background-color: #406346;
    margin-top:30px;
    font-size: 1em;
    border-radius:15px;
    font-weight: 600;
    width: 55%;
    text-align: center;
    border: #406346;
    }
    button:hover{
        background-color:#D2B876;
        box-shadow: rgb(0, 0, 0) 0px 10px 20px -7px;
        border: #D2B876;
}
.g-recaptcha{
    padding:13px 0px 13px 0px ;
}
#bouton-envoyer{
        width:50%;
        display :flex;
        justify-content: center;
}




  /*Media Queries*/
  
  
  @media (max-width:900px) {   
    

  form{
    width:80%;
  }
  input,textarea{
    width: 60%;
    padding: 15px;
  }
  
    
  }
  
  
  @media (max-width:665px){
  
 
  h1{
    margin-top:5%;
    font-size: 1.5em;
  }
  #gd{
    padding-bottom:6%;
  }
 
  form{
    width:90%;
    margin-top:7%;
    padding-bottom: 7%;
    padding-top: 7%;
  }
  input,textarea{
    width: 70%;
    padding: 10px;
  }
  .texte-footer-22{   
    display:none;
    padding:0;
    margin:0;      
  }
  .texte-footer-2{
  width:99%;
  margin-top:1%;    
  }
  
  
  }
  @media(max-width:391px){
   
    #gd{
      padding-bottom:15%;
    }
  }
  
  
  
  
  @media (max-width:376px){
  
   
    
    input,textarea{
      width:66%;
    }
    button{
      width:95%;
      
    }
  }
    
  
  
  @media (max-width:321px){
   
   
    button{
      width:110%;
      margin-bottom:18%;
      margin-top:10%;
    
    }
  }
 
  

  

