body {
    font-family: 'Porsche Next', arial, sans-serif;
    font-size: 14px;
    line-height: 1.2em;
    color: white;
}

/* .ff-cp {
    font-family: "Cupra Medium";
} */

.body>.head {
    padding: 23px 50px;
}

.slider img {
    width: 100%;
}

.slider video {
    width: 100%;
}

.mentions {
    font-size: 10px;
    /* line-height: 13px; */
    padding: 14px;
    text-align: justify;
}


.mentions a {
    color: white;
}

.form-wrapper {
    padding: 20px;

}

.form-header {
    font-size: 18px;
    line-height: 30px;
}

.civ-wrapper {
    border-bottom: 1px solid black;
    margin: 26px 0 16px;
    padding-bottom: 2px;
    padding-left: 12px;
}

.civ-wrapper label {
    font-size: .9em;
    position: relative;
    top: -2px;
}

.form-control-perso {
    background: transparent;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
    font-size: 1em;
    margin-bottom: 16px;
}

.form-control-perso:focus {
    background-color: transparent;
}

input[type="radio"].form-control-perso {
    display: inline-block;
    height: 20px;
    margin: 0;
    margin-left: 20px;
    outline: none;
    width: 24px;
}

input[type="checkbox"].form-control-perso {
    height: 20px;
}

.civ-wrapper input[type="radio"].form-control-perso {
    position: relative;
    top: 3px;
}

.txt-distrib {
    margin: 30px 0 12px;
}

.distributeurs {
    font-size: 0.9em;
    line-height: 1.3em;
    overflow-y: scroll;
}

.distributeurs input[type="radio"] {
    height: 20px;
    left: 6px;
    position: relative;
}

.distributeurs .col-11 {
    padding-left: 12px;
}

.d_nom,
.d_d {
    font-weight: bold;
}

.distributeurs>.row {
    border: 1px solid silver;
    margin: 1px 0;
    padding: 8px 0 4px;
}

.distributeurs>.row:hover {
    background: #d2d2d2;
}

input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.optin-wrapper {
    font-size: 12px;
}

.optin-wrapper label {
    padding-left: 8px;
}

.cta {
    color: white;
    cursor: pointer;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    width: 174px;
}

.hidden {
    display: none;
}

.bg-gray {
    background-color: #f1f1f1;
}

.bg-black {
    background-color: black;
}

.bg-marron {
    background-color: #95572B;
}

.bg-white {
    background-color: white;
}

.text-black {
    color: black;
}

.errors {
    color: red;
}

.form-control-perso.invalid {
    border-bottom: 2px solid red;
}

.distributeurs.invalid>.row {
    border: 2px solid red;
}

.swiper-button-next,
.swiper-button-prev {
    color: #ad9887;
}

.ml-polluscore {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

@media screen and (min-width: 1600px) {
    .form-wrapper {
        padding: 74px 50px 0 50px;
    }

    .col-xxl-3 {
        -ms-flex: 0 0 36%;
        flex: 0 0 36%;
        max-width: 36%;
    }

    .col-xxl-9 {
        -ms-flex: 0 0 64%;
        flex: 0 0 64%;
        max-width: 64%;
    }

    .ml-polluscore {
        gap: 25px;
    }

    .radio2:not(.col3) .liste label {
        width: calc(33.33% - 10px);
    }
}

@media (min-width: 1280px) {
    .radio2:not(.col3) .liste label {
        width: calc(50% - 7px);
    }
}

@media (min-width: 744px) {
    .radio2 .liste-radio label {
        width: calc(33.33% - 10px);
    }
}

@media (min-width: 1080px) {
    .ml-polluscore>img {
        width: 110px;
        height: 120px;
    }

    .mentions {
        font-size: 13px;
        line-height: 20px;
    }
}

@media (max-width: 1080px) {
    .ml-polluscore>img {
        width: 88px;
        height: 93px;
    }

}

.radio2 .liste-radio label {
    width: calc(50% - 7px);
    cursor: pointer;
}

.radio2 .liste-radio {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px;
}

.radio2 .liste-radio label:hover span,
.radio2 .liste-radio label:has(input:checked) span {
    background: white;
    color: #05141f;
    border-color: #fff;
}