body  {
	font-family: 'SEAT BCN', arial, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
}
.ff-cp {
    font-weight: 500;
}
.ff-black {
    font-weight: 900;
}
.bg-dark {
    background: #33302e !important;
}
.text-white a {
    color: inherit;
    text-decoration: underline;
}

.body > .head {
    padding: 23px 50px;
}
.slider img {
    width: 100%;
}
.mentions {
    color: #999999;
    font-size: 11px;
    line-height: 20px;
    padding: 14px;
    text-align: justify;
}
.mentions.d-none.d-md-block {
    padding-top: 34px;
    margin-top: -20px;
}
.mentions.text-white {
    color: #ececec !important;
}

.form-wrapper {
    border-top: 2px solid black;
    padding: 20px;
}
.form-header {
    font-size: 15px;
    line-height: 17px;
}
.civ-wrapper {
    border-bottom: 1px solid black;
    margin: 26px 0 16px;
    padding-bottom: 2px;
    padding-left: 0px;
}
.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;
    outline: none;
    width: 24px;
}
.civ-wrapper label:nth-child(2) input[type="radio"].form-control {
    margin-left: 20px;
}
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;
	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"] {
	border: 1px solid silver;
	height: 1.8em;
	margin-top: 11px;
	width: 100%;
}
.optin-wrapper {
    font-size: 12px;
}
.optin-wrapper label {
    padding-left: 8px;
}
.cta {
    cursor: pointer;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    border: 3px solid black;
    font-size: 1.4em;
}

.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;
}

:root {
    --swiper-navigation-size: 32px;
}
.swiper-button-next, .swiper-button-prev {
    color: white;
    border: 2px white solid;
    border-radius: 64px;
    padding: 24px;
}

@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%;
    }
}

@media screen and (max-width: 600px) {
    .swiper {
        background: #fe3b1f;
    }
    /*.swiper-button-next, .swiper-button-prev {
        top: 30%;
    }*/
    .swiper-slide:nth-child(2) {
        margin-top: 115px;
    }
}
