.page-contact {
    display: flex;
    max-width: 1440px;
    column-gap: 10px;
    margin: auto;
}
@media screen and (max-width: 890px){
    .page-contact {
        flex-wrap: wrap;
    }
}
@media (min-width: 1280px) {
    .page-contact {
        column-gap: 92px;    
    }
}
.page-contact h1, .page-contact h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
}
.page-contact section:first-child {
    color: white;
    background: url('/wp-content/uploads/2022/02/Background.jpg');
    background-repeat: no-repeat;
    padding: 56px;
    flex-basis: 45%;
}
@media screen and (max-width: 890px){
    .page-contact section:first-child {
        flex-basis: 100%;
        width: 100%;
        padding: 24px 16px;
    }   
}
@media (min-width: 891px){
    .page-contact section:first-child {
        max-height: 875px;
        max-width: 620px;
    }
}
.page-contact section:first-child h2 {
    font-weight: 600;
    margin-top: 16px;
}
.page-contact section:first-child p {
    max-width: 460px;
    line-height: 28px;
    font-size: 16px;
}
.page-contact section:first-child span {
    text-transform: uppercase;
    font-family: 'Poppins';
}
.page-contact section:last-child {
    padding: 0px 24px;
    flex-basis: 55%;
}
@media screen and (max-width: 890px){
    .page-contact section:last-child {
        flex-basis: 100%;
    }
}
.coordonnees p, .coordonnees {
    font-family: 'Poppins';
    font-size: 18px!important;
}
.coordonnees .email, .coordonnees .tel {
    border-top: 1px dashed #FFFFFF;
    padding: 36px 0px;
    display: flex;
    color: white;
}
.coordonnees .adresse {
    padding: 36px 0px;
    display: flex;
}
.coordonnees span {
    text-transform: none;
    font-family: 'Poppins';
    font-weight: bold;
    margin-top: 10px;
}
.coordonnees .adresse::before {
    content: url('/wp-content/uploads/2022/02/icon-map-marker-black.svg');
    margin-right: 24px;
}
.coordonnees .email::before {
    content: url('/wp-content/uploads/2022/02/icon-email-black.svg');
    margin-right: 24px;
}
.coordonnees .tel::before {
    content: url('/wp-content/uploads/2022/02/icon-phone-black.svg');
    margin-right: 24px;
}
.gform_body {
    font-family: Poppins;
}
#gform_1 {
    max-width: 556px;
}
.gfield_required {
    color: black!important;
}
.ginput_container_consent, .champs {
    font-size: 12px;
}
.champs {
    margin-top: 50px;
}
.gfield_label {
    font-size: 12px!important;
    text-transform: uppercase;
}
.gform_footer {
    display: flex;
    justify-content: flex-end;
    margin: -50px 0px 100px 0px!important;
}

@media screen and (max-width: 600px){
    .gform_footer{
        margin: 0 !important;
    }
}

.gform_footer input {
    font-family: "Poppins", sans-serif;
    color: white;
    background-color: black;
    font-weight: 600;
    transition: 0.3s all ease-in-out;
    border: 1px solid black;
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    border-radius: 3px;
    left: auto;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.gform_footer input:hover {
    color: black;
    background-color: white;
    font-weight: 600;
}

.gfield textarea.large, .gfield input.large, .gfield select.large {
    font-family: Poppins;
    font-size: 13px;
    color: black;
    appearance: none;
    border: none;
    border-bottom: 1px solid black;
    padding-left: 2px!important;
}
.gfield select {
    background: white;
}
.gform_fields {
    grid-column-gap: 5%!important;
}
.gfield_label {
    margin-bottom: 5px!important;
}
.gfield {
    margin-bottom: 20px!important;
}
#field_1_15, #field_1_16, #field_1_17, #field_1_18 {
    margin-bottom: 0px!important;
}
.gfield textarea.large {
    height: 100px!important;
}
.ginput_container_select::after {
    content: url(/wp-content/uploads/2022/02/Polygon-1.svg);
    position: absolute;
    margin-left: -15px;
    pointer-events: none;
    margin-top: 5px;
}

input[type=checkbox]{
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid black;
    margin: 0;
}

input[type=checkbox] + label{
    flex-basis: 100%;
}

input[type=checkbox]:checked{
    background: url("/wp-content/themes/norlinge/images/Box.png");
    background-size: cover;
    appearance: none;
    width: 16px;
    height: 16px;
}

input[type=checkbox]:checked + label{
    font-weight: 600;
}

#field_1_15 .ginput_container,
#field_1_16 .ginput_container,
#field_1_17 .ginput_container{
    display: flex;
    align-items: center;
    gap: 9px;
}

#gform_confirmation_message_1{
    max-width: 460px;
    font-family: "Open Sans", sans-serif;
    font-size: 0.875rem;
    line-height: 24px;
    margin: 0;
}

/* RESPONSIVE */
@media screen and (max-width: 890px){
    .page-contact h1, .page-contact h2 {
        font-size: 32px;
        line-height: 40px;
    }
    div.spacer.gfield {
        display: none;
    }
}