.contact{
    .titre h2{
        font-family:Pacifico;
        font-size:64px;
        color:#562F11;

    }

    .titre{
        gap: 81px;
        display: flex;
        flex-direction: column;
    }


    #wpforms-46 .wpforms-field{
        background:none;
    }

    #wpforms-46-field_1{
        font-family:Quicksand;
        background-color: #414292;
        border-radius: 10px;
        border:none;
    }
    #wpforms-46-field_1::placeholder{
        font-weight: bold;
        opacity: 1;
        color: #fffcf7;       
    }
    #wpforms-46-field_1-last{
        background-color: #414292;
        font-family:Quicksand;
        border-radius: 10px;
        border:none;
    }

    #wpforms-46-field_1-last::placeholder{
        font-weight: bold;
        opacity: 1;
        color: #fffcf7;       
}
    #wpforms-46-field_2{
        font-family:Quicksand;
        background-color: #414292;
        border-radius: 10px;
        border:none;
    }
    #wpforms-46-field_2::placeholder{
        font-weight: bold;
        opacity: 1;
        color: #fffcf7;       
}
    #wpforms-46-field_3{
        background-color: #414292;
        border-radius: 10px;
        font-family:Quicksand;
        border:none;
    }
    #wpforms-46-field_3::placeholder{
        font-weight: bold;
        opacity: 1;
        color: #fffcf7;       
}
    #wpforms-46-field_4{
        font-family:Quicksand;
        border:none;
    }

    #wpforms-46-field_5{
        font-family:Quicksand;
        background-color: #414292;
        border-radius: 10px;
        border:none;
    }
    #wpforms-46-field_5::placeholder{
        font-weight: bold;
        opacity: 1;
        color: #fffcf7;       
}
    #wpforms-46-field_6{
        font-family:Quicksand;
        background-color: #414292;
        border-radius: 10px;
        border:none;
    }
    #wpforms-46-field_6::placeholder{
        font-weight: bold;
        opacity: 1;
        color: #fffcf7;       
}
    #wpforms-submit-46{
        
        position: relative;
        background-color: #414292;
        color: white;
        padding:10px 15px;
        border: none;
        height:50px;
        border-radius: 30px;
        cursor: pointer;
        text-decoration: none;
        transition: background-color 0.5s ease;
        font-family: "Quicksand", serif;
        font-optical-sizing: 16px;
        font-weight: 700;
        font-style: normal;
    }
    #wpforms-submit-46:hover{
        background-color: #fffcf7;
        color:#414292;
        border: solid 0.5px;
        border-color:#414292;
    }


}

    section{
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 82px;
        padding:70px 0px;
        max-width: 1060px;
        width: 100%;
        margin: 0 auto;
    }
    section .form{
        display:flex;
        flex-direction: column;
    }
    section .imagelogo {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 46px;
        font-size: 24px;
        font-family: Quicksand;
    }

    @media (max-width: 768px) {
        /* Styles pour les écrans dont la largeur est inférieure ou égale à 768px */
      section .imagelogo{
        width: 33%;
        gap: 26px;
        font-size: 14px;
      }
      .container{
        max-width:650px;

      }
    
    }


    @media (max-width: 428px) {
        /* Styles pour les écrans dont la largeur est inférieure ou égale à 768px */
      section .imagelogo{
     display:none;
      }
      section .form{
        margin: 0 auto;
  width: 350px;
      }
    
    }