:root {
    --primary : #B88664;
    --secondary : #754924;
    --background: rgba(242, 242, 242, 0.8);
}

html {
    background: rgba(242, 242, 242, 0) !important;
    overflow: hidden;
}

body.single {
    background: rgba(242, 242, 242, 0) !important;
}

body.single #page{
    background: rgba(242, 242, 242, 0) !important;
}

.main-partie {
    background: rgba(242, 242, 242, 0) !important;
}

.formulaire_rac_long {
    margin-top: 3% !important;
}

.conditions-legales {
    color: var(--grey) !important;
}