html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
} article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
ol, ul {
list-style: none;
}
* {
border: 0px;
margin: 0px;
padding: 0px;
text-decoration: none;
}
body {
background: #FFFFFF;
font-family: 'Calibri', Arial, Helvetica, sans-serif;
font-size: 18px;
line-height: 120%;
color: #000000;
-webkit-font-smoothing: antialiased;
}
button {
font-family: 'Calibri';
}
img {
max-width: 100%;
border: 0px;
vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
line-height: 120%;
margin: 10px 0px;
font-weight: 400;
}
h1 {
font-size: 36px;
margin: 20px 0px 30px 0px;
color: #d4a700
}
h2 {
font-size: 26px;
}
h3 {
font-size: 22px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
a:focus {
outline: none;
}
a {
color: #000000;
text-decoration: underline;
}
p {
margin: 10px 0px;
line-height: 150%;
}
ul, ol {
margin: 10px 0px 10px 20px;
}
ul ul, 
ol ol, 
ul ol, 
ol ul {
margin: 0px 0px 0px 30px;
}
li {
line-height: 150%;
}
sup {
font-size: smaller;
vertical-align: text-bottom;
}
.grecaptcha-badge {
visibility: hidden;
}
#main .container {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
padding: 30px;
box-sizing: border-box;
gap: 60px;
}
img.logo {
height: 80px;
}
.droite {
width: 640px;
}
#wrapper div.wpforms-container-full {
position: relative;
}
#wrapper .wpforms-submit-container {
margin: 0;
position: absolute;
bottom: -12px;
right: 0;
}
#wrapper button.wpforms-submit {
background: #d4a700;
border-radius: 0;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.02em;
padding: 12px 20px;
height: auto;
}
html body {
--wpforms-button-background-color: #d4a700;
--wpforms-button-border-color: #d4a700;
--wpforms-field-border-radius: 0px;
}
.gauche {
border: 1px solid #d4a700;
padding: 49px;
background: #FFFFFF;
}
body:not(.home) div#wrapperInner {
width: 87%;
max-width: 1200px;
margin: 100px auto;
}
#main .container > img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
object-fit: cover;
}
@media (max-width: 1230px) {
#main .container {
height: auto;
flex-direction: column;
gap: 10px;
padding: 6.5vw;
}
h1 {
font-size: 30px;
}
img.logo {
height: 65px;
}
.gauche {
padding: 40px 32px 35px 32px;
}
.droite {
width: 100%;
max-width: 640px;
}
}
@media (max-width: 500px) {
.gauche {
width: 100%;
box-sizing: border-box;
}
#wrapper .wpforms-submit-container {
position: relative;
bottom: 0;
text-align: center;
margin-top: 20px;
}
#wrapper .wpforms-container .wpforms-field {
padding: 10px 0;
}
#main .container > img {
position: fixed;
height: 100vh;
}
}
.gauche p img {
height: 20px;
vertical-align: sub;
margin-right: 4px;
}