body  {
	font-family: 'Cupra', arial, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
}
.ff-cp {
    font-family: "Cupra Medium";
}

.body > .head {
    padding: 23px 50px;
}
.slider img {
    width: 100%;
}
.mentions {
    color: #999999;
    font-size: 11px;
    line-height: 13px;
    padding: 14px;
    text-align: justify;
}

.form-wrapper {
    padding: 20px;
}
.form-header {
    font-size: 15px;
    line-height: 17px;
}
.type-wrapper {
    border-bottom: 1px solid black;
    margin: 26px 0 8px;
    padding-bottom: 2px;
    padding-left: 12px;
    font-size: 0.9em;
}
.civ-wrapper {
    border-bottom: 1px solid black;
    margin: 36px 0 12px;
    padding-bottom: 2px;
    padding-left: 12px;
}

.civ-wrapper label {
    font-size: .9em;
    position: relative;
    top: -2px;
}
.form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
    font-size: 1em;
    margin-bottom: 16px;
}
.form-control:focus {
    background-color: transparent;
}
input[type="radio"].form-control {
    display: inline-block;
    height: 20px;
    margin: 0;
    margin-left: 20px;
    outline: none;
    width: 24px;
}


input[type="radio"].form-control {
    height: 16px;
    margin-left: 14px;
    width: 16px;
}


input[type="checkbox"].form-control {
    height: 20px;
}
.civ-wrapper input[type="radio"].form-control {
    position: relative;
    top: 3px;
}
.txt-distrib {
    margin: 30px 0 12px;
}
.distributeurs {
	font-size: 0.9em;
	height: 200px;
	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;
}
input[type="radio"] {
	border: 1px solid silver;
	height: 1.8em;
	margin-top: 11px;
	width: 100%;
}
.optin-wrapper {
    font-size: 12px;
}
.optin-wrapper label {
    padding-left: 8px;
}
.cta {
    color: white;
    cursor: pointer;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
}

.hidden { display: none; }

.bg-gray {
    background-color: #f1f1f1;
}
.bg-marron {
    background-color: #95572B;
}
.bg-white {
    background-color: white;
}
.text-black {
    color: black;
}
.errors {
	color: red;
}
.form-control.invalid {
	border-bottom: 2px solid red;
}
.distributeurs.invalid > .row {
	border: 2px solid red;
}
.swiper-button-next, .swiper-button-prev {
    color: #ad9887;
}

@media screen and (min-width: 1600px) {
    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}