.site_content {
    padding-bottom: 0px
}

.contact>.ctnr {
    display: grid;
    grid-template-columns: 1fr 2fr
}

@media (max-width: 1200px) {
    .contact>.ctnr {
        grid-template-columns:1fr
    }
}

.contact .column.head {
    height: auto;
    background: var(--primary-400)
}

.contact .column.head .vector {
    margin-bottom: 40px
}

@media (max-width: 1200px) {
    .contact .column.head .vector {
        display:none
    }
}

.contact .column.head .icon {
    width: clamp(64px, calc(4rem + ((1vw - 3.75px) * 8.0751)), 150px);
    height: auto
}

@media (max-width: 1200px) {
    .contact .column.head .icon {
        padding-top:var(--gap15)
    }
}

.contact .column.head .title {
    max-width: 403px;
    width: 100%
}

.contact .column.head .title>* {
    padding-left: 90px;
    display: block;
    text-align: left
}

@media (max-width: 1200px) {
    .contact .column.head .title>* {
        padding-left:20px
    }
}

.contact .column.head .title h1 {
    color: var(--white);
    font-size: clamp(35px, calc(2.1875rem + ((1vw - 3.75px) * 2.3474)), 60px);
    font-weight: 700;
    line-height: 120%
}

.column.content {
    position: relative
}

@media (max-width: 1200px) {
    .column.content {
        min-height:500px
    }
}

.contact .unjeuneunmentor {
    background: var(--grey-50);
    width: 100%;
    height: 160px;
    align-items: center;
    justify-content: center
}

.contact .unjeuneunmentor .text p {
    color: var(--grey-700);
    font-weight: 600;
    margin: auto;
    margin-bottom: 14px
}

.contact .unjeuneunmentor .text {
    text-align: center;
    width: calc(100% - 40px)
}

.contact .form {
    display: flex;
    flex-direction: column
}

.contact .form .ctnr {
    padding: 50px 0px 50px;
    margin: auto;
    width: calc(100% - 40px);
    max-width: 615px
}

.contact .form .text {
    margin-bottom: var(--gap2)
}

.contact .form .text p {
    color: var(--primary-400);
    line-height: 150%
}

.gform-body {
    width: 100%
}

.gchoice {
    padding: var(--gap1);
    border-radius: 4px;
    border: 1px solid #DDE1E6
}

#field_1_1 .gchoice {
    display: flex;
    cursor: pointer
}

.gform_title {
    display: none
}

.gform_fields .gfield_label {
    color: var(--primary-400);
    font-weight: 400;
    line-height: 150%
}

.gform_fields input:not([type="radio"]),.gform_fields textarea {
    border-radius: 4px;
    border: 1px solid var(--primary-400);
    padding: 12px 16px
}

.gform_fields input[type="radio"].gfield-choice-input {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: var(--primary-400);
    width: 1.15em;
    height: 1.15em;
    border: 1px solid var(--primary-400);
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    cursor: pointer
}

.gform_fields input[type="radio"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--tertiary-500)
}

.gform_fields input[type="radio"]:checked::before {
    transform: scale(1)
}

.gform_fields .gchoice:has(input[type="radio"]:checked) {
    background: #EDEBF6
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: var(--grey-grey-300, #8C8B9B);
    text-overflow: ellipsis;
    whitespace: nowrap;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

#field_1_1 .gfield_label {
    margin-bottom: 24px
}

.ginput_container_radio .gfield_radio {
    display: inline-flex;
    flex-wrap: wrap;
    row-gap: 12px;
    column-gap: 16px;
    max-width: 480px
}

.ginput_container_radio .gfield_radio .gchoice label {
    white-space: nowrap;
    margin-left: 12px
}

.gform_button.button.lm_button {
    border: unset
}

.gform_wrapper.gravity-theme .gform_footer {
    justify-content: flex-end
}

.visible {
    visibility: visible;
    pointer-events: initial;
    z-index: 98
}

.hidden {
    visibility: hidden;
    pointer-events: none
}

#popup {
    background: var(--grey-50);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

#popup .ctnr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%
}

#popup p.message {
    color: var(--primary-400);
    text-align: center;
    font-weight: 700;
    line-height: 150%
}

#popup img.valide,#popup p.message {
    margin-bottom: 64px
}

#popup img.logo {
    margin-bottom: clamp(64px, calc(4rem + ((1vw - 3.75px) * 8.0751)), 150px)
}

.gform_required_legend {
    display: none
}

div#gform_confirmation_wrapper_1 {
    height: 250px
}

.offre {
    text-decoration: underline
}

.page-id-4086 .unjeuneunmentor {
    display: none
}

.gform_confirmation_message {
    display: none
}

.confirmation .lm_button {
    text-align: center;
    margin: auto
}

.confirmation img.attachment-medium {
    margin-bottom: var(--gap2)
}

.confirmation p {
    color: var(--primary-400);
    line-height: 150%;
    margin-bottom: var(--gap2)
}

.confirmation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

/* AUTRE */ 

.contact .column.content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}