* {
    margin: 0;
    padding: 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	outline:none !important;
}

body {
    position: relative;
    font-family: 'Century Gothic', SomeFont, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
	color:#000000;
    background: #fff;
}

a {
    text-decoration: none !important;
}

p {
    margin: 0;
}

button:focus {
    outline: 0 !important;
}

li{ list-style:none;}

section{ float:left; width:100%;}

.container{ max-width:1566px; margin:auto;padding: 0px 60px; position:relative}
header {
	padding: 33px 0px 58px 0;
	margin:0px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d00202+0,fd3333+100 */
background: #d00202; /* Old browsers */
background: -moz-linear-gradient(top,  #d00202 0%, #fd3333 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #d00202 0%,#fd3333 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #d00202 0%,#fd3333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d00202', endColorstr='#fd3333',GradientType=0 ); /* IE6-9 */

}

.txt_bandeau{ color:#ffc106; font-size:47px;line-height: 59px; font-weight:bold; text-align: center;}
.txt_bandeau strong{ font-size:55px; color: #fff;}

.heroMarque{ background:url('../images/hero.jpg') no-repeat top left; min-height:770px; height:auto;}

/*BOX LEFT*/
.box_rea{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; 
	-webkit-justify-content: space-between;
	justify-content: space-between;	font-size:20px; color:#000; max-width:910px; width: 100%;margin: auto; padding:43px 0px 55px 0px;
	max-width: 900px;
	width:100%;}

.box_rea span{ display:block; line-height:26px; padding-top:17px;}

article{ float:left; width:100%}

.article{text-align:justify; float:left; font-size:24px; color:#000000; margin:35px auto 15px auto; }

.content_article{max-width:1172px; margin:auto;}
.article .titre{ position:relative;display: inline-block;font-size:40px;padding: 7px 0 12px 0 ;}

.article .titre:after{ content:""; width:188px; height:6px; position:absolute; right:0; bottom:10px; display:block; background:#fa2e2e;}

.article p{ line-height:28px;}

.layout_bottom{ font-size:12px; padding:15px 0; line-height: 11px;margin: auto;}
.heroMarqueRwd{ display:none;}
.boxForm{
height: auto;z-index:999999;
    position: relative;}

/* form */
.layout_boxForm{ float:right; max-width:630px; width:100%; background:#fff;
	-webkit-border-radius:35px;
	-moz-border-radius:35px;
	-o-border-radius:35px;
	border-radius:35px;
	padding:34px 12px 25px 12px;
	-webkit-box-shadow:5px 5px 50px 5px rgba(0,0,0,0.5);
	-moz-box-shadow:5px 5px 50px 5px rgba(0,0,0,0.5);
	box-shadow:5px 5px 50px 5px rgba(0,0,0,0.5);
	margin:128px auto auto auto;
	min-height: 620px;
	height:auto;
}

h2{ font-size:32px; border-bottom:6px solid #fa2e2e; padding-bottom:17px;}
.layout_boxForm input {
    width: 100%;
    height: 42px;
    border: none;
    border-radius: 20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
    font-size: 18px;
    color: #000;
    padding-left: 10px;
	background:#efefef;
}

/* ====================================
   CSS :SELECT
   ================================= */
/* Reset Select */
.layout_boxForm select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background: none;
    outline: 0;
    background-image: none;
    box-shadow: none;
    -ms-appearance: none;
}

/* Custom Select */
.layout_boxForm .select { 
    position: relative; 
    height: 39px;
    padding-left: 0;
	width: 100%;
    height: 42px;
    margin: 0;
    padding: 0 0 0 10px;
    color: #000;
    font-size: 15px;
    cursor: pointer;
	background:#efefef;
	    border: none;
    border-radius: 20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
}

.layout_boxForm select {
    width: 100%;
    height: 100%;
	border:none;
    margin: 0;
    padding: 0 0 0 10px;
    color: #000;
	font-size: 15px;
    cursor: pointer;
}

.layout_boxForm select::-ms-expand {
    display: none;
}

/* Arrow */
.layout_boxForm .select::before {
    content:url(../images/arrow.png);
    text-decoration: inherit;
    position: absolute;
    top:8px;
	right: 8px;
	bottom: 0;
    pointer-events: none;
}


.layout_boxForm .row div.inputrow{ padding:0 12px 15px 12px;}
.labelForm{font-size:15px; padding-left:6px;line-height: normal; display: block;}

.layout_boxForm .btn_envoie {
	cursor:pointer;
	border: none;
	padding:0;
    border-radius: 30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-o-border-radius:30px;
	color:#fff;
	font-weight:bold;
	font-size:28px;
	max-width:297px;
	width:100%;
	margin:auto;
	height:59px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#de0202+0,fb9629+92 */
background: #de0202; /* Old browsers */
background: -moz-linear-gradient(left, #de0202 0%, #fb9629 92%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #de0202 0%,#fb9629 92%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #de0202 0%,#fb9629 92%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0202', endColorstr='#fb9629',GradientType=1 ); /* IE6-9 */
}

#ligne_btn{margin:52px auto auto auto;}
/* --------- Validation form ------------ */
.invalid input,
.layout_boxForm .invalid .select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    border-color: red !important;
    background-image: url(../images/icon-invalid.png) !important;
    background-position: right 25px center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}
.layout_boxForm .invalid .select:after, .layout_boxForm .valid .select:after{ content: "" !important;}
.field-error {
    display: block;
    z-index: 3;
    position: absolute;
    right: 15.33333px;
    right: auto;
	left:18px;
    bottom: 10px;
    margin: -5.75px auto 7.66667px;
    padding: 2.40741px 11.5px 2.83333px;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 18.4px;
    white-space: normal;
    color: #fff;
    background-color: #c61544;
    transform: translateY(100%);
}

.valid input, .box_form .valid .select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    border-color: #47cc5e !important;
    background-image: url(../images/icon-valid.png) !important;
    background-position: right 25px center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}

/* __________________________Landing Page - RGPD */
/* _____________________________________________ */

/* __________________________The CSS checkbox */
/* Button checkbox*/
.radioselect {
    text-align: left;
}

.radioselect [type=checkbox] {
    position: absolute;
    opacity: 0;
	width: 15px;
	height: 15px;
}

.radioselect [type=checkbox] + label {
    position: relative;
    margin: 0;
    text-align: left;
    font-size: 13px;
	color:#b7b8b9;
	font-weight:normal;
    cursor: pointer;
	line-height: 17px;
	padding:5px 5px 8px 32px; 
	width:auto; border:0px;
	float:left;
}

.radioselect [type=checkbox] + label:after,
.radioselect [type=checkbox] + label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 35%;
    left: 0px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 24px;
    transition: all .1s ease-out;
    transform: translateY(-32%);
}

.radioselect [type=checkbox] + label:before {
    border:1px solid #e6e8e8;
	border-radius:4px;
    background-color: #fff;
    cursor: pointer;
}

.radioselect [type=checkbox] + label:after {
	content:url(../images/arrowForm.png) !important;
    color: #0069aa	;
    opacity: 0;
	border:1px solid #e6e8e8;
	border-radius:4px;
    background-color: #fff;
    cursor: pointer;
}

.radioselect [type=checkbox]:checked + label:after  {
    opacity: 1;
}

.check_offre{ padding-left:20px}
.check_offre label{ color:#000 !important; font-size:13px !important;}

::-webkit-input-placeholder {color: #969798 ; /* for chrome */ opacity: 2 !important;}
:-moz-placeholder {color: #969798 !important; opacity: 2 !important;}
::-moz-placeholder {color: #969798 !important; opacity: 2 !important;}
:-ms-input-placeholder {color: #969798 !important; opacity: 2 !important;}

.webform-button--previous {
	font-size: 0;
	border: none;
	margin: 10px;
	cursor:pointer;
    width: 48px;
    padding: 0;
    min-height: 48px;
    min-width: 48px;
    border-radius: 25px;
    text-indent: 999px;
    background: #e1e1e1 url(../images/Arrow_right.svg) no-repeat center/40%;
    transform: rotate(180deg);
}



.txtconf{ padding-top:250px; text-align:center}



/* ==========================================================================
   CSS :FOOTER
   ========================================================================== */
footer{ clear:both;}

footer ul {
    width: 100%;
    text-align: center;
}

footer li {
    display: inline;
    font-size: 16px;
    color:#000;
}

footer li a {
    padding: 0 10px;
    font-size: 16px;
    color: #000 !important;
}

.bloc__tel{
	line-height: 15px;
	font-size: 10px;
	display: block;
}

.bannerMG__mobile{display:none;}


@media(max-width:1565px) {
	.heroMarque{ background-size:contain}

    img{ max-width:100%; height:auto}
	
	
	.txt_bandeau{font-size: 35px;}
	.txt_bandeau strong {font-size: 40px;}
	
	
}

@media (max-width: 1200px) {
	.logo img {max-width:200px;}
	.txt_bandeau{ line-height:normal; font-size:35px;}
	.txt_bandeau strong{font-size:35px;}

}
@media (max-width: 1070px) {
	header .row .col-md-4, header .row .col-md-8{width: 50%; }
	.layout_boxForm{ margin:auto; float:none;}
	.heroMarque{ background:none;}
	.heroMarqueRwd{ display:block; text-align:center;
	background: url(../images/heroRwd.jpg) no-repeat top center;
    min-height:350px;
    height: auto;background-size: contain;
	}
	.container{ padding:0px 15px}
	
	.txt_bandeau { text-align:center;}
	.layout_boxForm{
		-webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.5);
		moz-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.5);
		box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.5);
	}
}	
@media (max-width: 991.98px) {
	
	.layout_boxForm{margin: auto; float:none; overflow:hidden;}
	.article .titre{font-size:25px;}
	.article .titre::after {top: 42px;}
	body, .article{ font-size:18px;}
	.box_rea {font-size: 15px;}
}

@media(max-width:575.98px) {
	header .row .col-md-4, header .row .col-md-8{width: 100%; }
header {padding: 10px 0px 30px 0;}
.box_rea li{ width:30%;}
.logo{ text-align:center;}
.logo img {max-width:100px;}
.txt_bandeau{ text-align:center !important;font-size:20px;}
.txt_bandeau strong{font-size:20px;}
.box_rea{ font-size:12px;}
.box_rea span, footer {line-height: normal;}

h2{font-size:24px;}
.layout_boxForm .btn_envoie{ font-size:20px;}
.article, footer em{display:none}
footer{ padding:0 !important}

footer li a{font-size:10px;padding: 0 15px;}
footer li{ text-align:left; display:block}
.box_rea{padding: 35px 0px 20px 0px;}



.bannerMG__home{display:none;}
.bannerMG__mobile{display:block;}
}


@media(max-width:450px) {
.heroMarqueRwd{ min-height:250px;}
}


/* */

.lislogoP {
  max-width: 715px;
  margin: 40px auto auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lislogoP ul {
  list-style: none;
  margin: auto;
}

.lislogoP li {
  float: left;
  padding: 0 19px 38px;
}

.boxlogo {
	text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0 0 10px #999;
  border: 1px solid #cfcfcf;
  background: #fff;
  width: 200px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}

.introhead{ font-size:20px;}





.errortxt_optin {
display: inline-block;
z-index: 3;
position: relative;
margin: auto auto 6px 4px;
padding: 4px 11.5px 3.83333px;
border-radius: 4px;
text-align: left;
font-size: 12px;
font-weight: 700;
line-height: 18.4px;
white-space: normal;
max-width: 370px;
width: 100%;
color: #fff;
background-color:#c61544;
letter-spacing: normal;
}
.errortxt_optin::after {
content: "";
position: absolute;
top: 0;
left: 10px;
width: 0;
height: 0;
border-right: 5px solid transparent;
border-bottom: 5px solid #c61544;
border-left: 5px solid transparent;
transform: translateY(-100%);
pointer-events: none;
}


