<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.contact-civil{
    display: flex;   
}

.input-container{
    width: 100%;
    margin: 0 auto;
}

.contact-civil p:first-child{
    color: white;
    font-size: 18px;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
}

.contact-civil p:nth-child(2) span{
color:white;

}
.contact-civil p:nth-child(2) .civilite{
    display: flex;
}
.contact-civil p:nth-child(2) .civilite .first,.contact-civil p:nth-child(2) .civilite .last{
    display: flex;
    flex-direction: row-reverse;
}

.contact-civil p:nth-child(2) .civilite input{
    margin : auto 0.5em auto 0;
    -webkit-appearance: none; /* Remove default checkbox style in some browsers */
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 50%;
    outline: none;
}

.contact-civil p:nth-child(2) .civilite input:checked{
    background-color:var(--wp--preset--color--gold-2); /* Replace with your desired color */
  border-color: white; /* Same color as background */

}



.contact-wrapper{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-wrapper p{
    width: 49%;
    margin: 0;

}

.contact-wrapper p input{
    width: 100%;
    padding: 10px 0 10px 20px;
    border-radius: 10px;
    border: none;
}

.contact-wrapper p input::placeholder{
    color: var(--wp--preset--color--bleu-fonce);
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins',sans-serif;
}


.contact-wrapper p:nth-child(-n+2){
    margin-bottom: 12px;
 }

.contact-mail input{
    width: 100%;
    border-radius: 10px;
    padding: 10px 0 10px 20px;
    border: none;
}

.contact-mail input::placeholder{
    color: var(--wp--preset--color--bleu-fonce);
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins',sans-serif;
}

.contact-msg textarea{
    border-radius: 10px;
    padding: 10px 0px 10px 20px;
    border: none;
}

.contact-msg textarea::placeholder{
    color: var(--wp--preset--color--bleu-fonce);
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins',sans-serif;
}

.contact-form-job-container button{
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
}

/**
      _       _        __                      
     | | ___ | |__    / _| ___  _ __ _ __ ___  
  _  | |/ _ \| '_ \  | |_ / _ \| '__| '_ ` _ \ 
 | |_| | (_) | |_) | |  _| (_) | |  | | | | | |
  \___/ \___/|_.__/  |_|  \___/|_|  |_| |_| |_|
                                               
*/

.upload-section{
    display: flex;
    gap: 2em;
}

.upload-section .wp-block-button__link {
    padding: 0;
}

.cv-button,.motiv-button{
    display: none;
}

.upload-section label{
    display: block;
    padding: 8px 20px;
    cursor: pointer;
}

.input-container input::placeholder{
    color: var(--wp--preset--color--gris-fonce);
    opacity: .5;
}

.input-container textarea::placeholder{
    color: var(--wp--preset--color--gris-fonce);
    opacity: .5;
}

.contact-form-job-container input,.contact-form-job-container textarea{
    border: solid 1px var(--wp--preset--color--gold-2) !important;
}

.input-container button{
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
}

.contact-civil p:last-child{

    display: flex;
    align-items: center;
}

@media (max-width:576px){
    .contact-wrapper p{
        width: 100%;
        margin-bottom: 10px;
    }

    .contact-mail p{
        margin: 0;
    }
}</pre></body></html>