.cd_homecontact {
    background-color: #ffed00;
    padding-top: 125px;
    padding-bottom: 160px;
}
.cd_homecontact > .container {
    padding-left: 420px;
    position: relative;
    background-image: url('../images/personnage-contact.png');
    background-repeat: no-repeat;
    background-position: top left;
}
.cd_homecontact h2 {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0;
}
.cd_homecontact .sous-titre {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 40px;
}

.cd_homecontact-coordonnees {
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 420px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.cd_homecontact-content-icon {
    width: 48px;
    text-align: center;
}
.cd_homecontact-content-icon .fa-map-marker-alt {
    font-size: 40px;
}
.cd_homecontact-content-icon .fa-mobile-alt {
    font-size: 44px;
}
.cd_homecontact-content-text {
    width: calc(100% - 48px);
    margin-bottom: 22px;
}
.cd_homecontact-content-text p {
    margin: 0;
}
.cd_homecontact-content-text .cd_homecontact-content-text-title {
    font-size: 1.56rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 7px;
}
.cd_homecontact-content-text-address {
    font-size: 1.1875rem;
    text-transform: uppercase;
}
.cd_homecontact-content-text.cd_homecontact-store-content-text-phone a {
    font-size: 1.4375rem;
    font-weight: 700;
    color: #000;
    padding-left: 4px;
}
.cd_homecontact-content-text:last-child {
    margin-bottom: 0;
}

.cd_homecontact-form {
    max-width: 1015px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fields-group {
    max-width: 100%;
    width: 100%;
    margin-bottom: 65px;
}
.fields-group.fg-2 {
    max-width: 50%;
}
.fields-group.fg-2.fg-2-1 {
    max-width: 41%;
}
.fields-group.fg-2.fg-2-2 {
    max-width: 49%;
}
.fields-group select,
.fields-group input,
.fields-group textarea {
    display: flex;
    margin: 0;
    width: 100%;
    max-width: 100%;
    font-family: 'DINPro';
    font-size: 1.4375rem;
    padding: 10px;
    border: none;
    height: 56px;
    border-bottom: solid 3px #e94d4e;
    background: #fff;
}
.cd_homecontact-form .fields-group select,
.cd_homecontact-form .fields-group input,
.cd_homecontact-form .fields-group textarea {
    border-bottom: solid 3px #e94d4e;
}
.fields-group > textarea {
    height: auto;
    margin-bottom: 20px;
}
.fields-group.icon-field {
    display: flex;
}
.fields-group.icon-field > label {
    margin: 0;
    background-color: #e94d4e;
    color: #fff;
    font-family: Arial;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}
.fields-group.last-line + .fields-group.last-line {
    text-align: right;
}
.fields-group.last-line {
    margin: 0;
}
.fields-group.last-line > button {
    background-color: #e94d4e;
    color: #fff;
    border: solid 3px #e94d4e;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.74rem;
    padding: 18px 15px 13px;
    max-width: 320px;
    width: 100%;
}


@media screen and ( max-width: 1080px ) {
    .cd_homecontact {
        padding-top: 50px;
        text-align: center;
    }
    .cd_homecontact > .container {
        background-image: none;
        padding-left: var(--bs-gutter-x,.75rem);
    }
    .cd_homecontact .sous-titre {
        margin-bottom: 50px;
    }
    .cd_homecontact-coordonnees {
        position: static;
        margin: 0 auto 50px;
        text-align: left;
    }
    .fields-group.fg-2.fg-2-1,
    .fields-group.fg-2.fg-2-2 {
        max-width: 100%;
    }
}

@media screen and ( max-width: 991px ) {
    .cd_homecontact {
        padding: 25px;
    }
    .cd_homecontact > .container {
        padding: 0;
    }
    .cd_homecontact h2 {
        font-size: 3.625rem;
        margin-bottom: 30px;
    }
    .cd_homecontact .sous-titre {
        font-size: 1.9rem;
        margin-bottom: 60px;
    }
    .cd_homecontact-coordonnees {
        width: 100%;
        margin-bottom: 60px;
    }
    .cd_homecontact-content-icon {
        width: 15%;
    }
    .cd_homecontact-content-icon .fa-map-marker-alt,
    .cd_homecontact-content-icon .fa-mobile-alt {
        font-size: 3.625rem;
    }
    .cd_homecontact-content-text {
        width: 85%;
        margin-bottom: 30px;
        padding-left: 12px;
    }
    .cd_homecontact-content-text .cd_homecontact-content-text-title {
        font-size: 2.175rem;
        margin-bottom: 12px;
    }
    .cd_homecontact-content-text-address,
    .cd_homecontact-content-text.cd_homecontact-store-content-text-phone a {
        font-size: 1.6rem;;
    }
    .fields-group {
        margin-bottom: 30px;
    }
    .fields-group input,
    .fields-group select,
    .fields-group textarea {
        font-size: 1.8rem;
        height: 90px;
    }
    .fields-group.icon-field > label {
        width: 70px;
        font-size: 2.9rem;
    }
    .fields-group > textarea {
        height: auto;
    }
    .fields-group.fg-2 {
        max-width: 100%;
    }
    .fields-group .fake-checkbox-field label {
        text-align: left;
    }
    .fields-group.last-line > button {
        font-size: 2.5rem;
        padding: 17px 0;
    }
    
    .fields-group.last-line {
        margin-bottom: 25px;
    }
    .g-recaptcha div {
        margin: auto;
    }
    .fields-group.last-line > button {
        max-width: 100%;
    }
}

@media screen and ( max-width: 580px ) {
    .cd_homecontact h2 {
        font-size: 10vw;
        margin-bottom: 5vw;
    }
    .cd_homecontact .sous-titre {
        font-size: 5.3vw;
        margin-bottom: 10vw;
    }
    .cd_homecontact-coordonnees {
        margin-bottom: 10vw;
    }
    .cd_homecontact-content-icon .fa-map-marker-alt,
    .cd_homecontact-content-icon .fa-mobile-alt {
        font-size: 10vw;
    }
    .cd_homecontact-content-text {
        margin-bottom: 5vw;
        padding-left: 2vw;
    }
    .cd_homecontact-content-text .cd_homecontact-content-text-title {
        font-size: 6vw;
        margin-bottom: 2vw;
    }
    .cd_homecontact-content-text-address,
    .cd_homecontact-content-text.cd_homecontact-store-content-text-phone a {
        font-size: 4.5vw;
    }
    .fields-group {
        margin-bottom: 5vw;
    }
    .fields-group input,
    .fields-group select,
    .fields-group textarea {
        font-size: 5vw;
        height: 16vw;
    }
    .fields-group.icon-field > label {
        width: 12vw;
        font-size: 8vw;
    }
    .fields-group.last-line > button {
        font-size: 7vw;
        padding: 3vw 0vw;
    }
}