/* couleurs */
:root {
    --blanc: #fff;
    --noir: #000;
    --vert: #5A9B7D;
    --gris-clair: rgba(60, 72, 88, 1);
    --gris-fonce: rgba(51, 51, 51, 1);
    --footer: rgb(84, 89, 95);
}
/* general */
.right{
    float: right;
}
.left{
    float: left;
}
.clear{
    clear: both;
}
/* section */
section{
    padding: 75px 20px !important;
    scroll-margin-top: 100px;
}
/* texte-intro */
.texte-intro{
    max-width: 800px !important;
    margin: 0 auto;
}
/* contact form */
form.wpcf7-form input:focus{
    outline: none !important;
}
form.wpcf7-form input.wpcf7-submit,
button#tarteaucitronManager{
    color: var(--vert);
    border-color: var(--vert);
}
form.wpcf7-form input.wpcf7-submit{
    text-transform: uppercase;
    font-weight: bold;
}
form.wpcf7-form input.wpcf7-submit:hover,
button#tarteaucitronManager:hover{
    color: var(--blanc);
    background-color: var(--vert);
}
/* mentions */
body.page-id-169 h1,
body.page-id-3 h1{
    text-transform: uppercase;
}
body.page-id-169 #content,
body.page-id-3 #content{
    margin-bottom: 75px;
}
body.page-id-169 #content a,
body.page-id-3 #content a{
    color: var(--vert);
}