@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Fira+Sans&display=swap');

* {
	box-sizing:border-box;
	margin:0;
	padding:0;
}
*::selection {
  background-color: #d2072a !important;
  color: #FFFFFF !important;
}
*::-moz-selection {
  background-color: #d2072a !important;
  color: #FFFFFF !important;
}
a, a img {
	border:none !important;
	border-width:0px;
}
body {
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
    color: dimgray;
	
	background-repeat: repeat-y;
	background-position: left -100px top, right -100px top;
	
	overflow-x: hidden;
}
body::after{
	content:"";
	display: block;
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 15px;
	background-color: #000000;
	
}
h1, h2, h3, h4 {
	font-family: 'Fira Sans', sans-serif;
	font-weight: lighter;
	color:#d2072a;
	text-transform: uppercase;
}
p {color:#1d1d1b;}
p, li {
	font-size: 1em;
}
label {
	font-size: 0.85em;
	margin-top: 10px;
}
ul {color:#d2072a;}
ul li {list-style: square; color: #d2072a;}
strong {color: #d2072a;}
sup {
	line-height: 0;
	font-size: 0.7em;
	vertical-align: super;	
}






/*===== HEADER =====*/
body > header {
    padding: 40px 0 0;
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    background-color: #000;
    background-image: url("../images/lion-edj.jpg");
	background-position: left calc(50% - 275px) bottom 190px;
	background-size: 600px;
	background-repeat: no-repeat;
    display: block;
}

body > header > section {
    display: table;
	border-collapse: collapse;
	border-spacing: 0px;
    width: 100%;
    max-width: 70em;
    min-width: 300px;
    margin: 0 auto 20px !important;
    padding: 0 10px 20px;
	direction: rtl;
	
}
body > header > section > div {
	display: table-cell;
	direction: ltr;
}
body > header > section > div.empty {width: calc(100% - 576px)}
body > header > section > div {width: 576px;}


body > header > section > div h1 {
    display: block;
    position: relative;
    background-color: #d2072a;
	color: #FFFFFF;
    font-size: 2em;
    margin: 0 0 20px;
    padding: 20px 50px 10px 50px;
    line-height: normal;
    text-align: left;
    text-transform: none;
	box-shadow: 500px 0px 0px #d2072a, 1000px 0px 0px #d2072a;
}
body > header > section > div h1 img {
	display: block;
	position: relative;
	width: 100%;
	max-width: 425px;
	height: auto !important;
}
body > header > section > div h2 {
	font-size: 1.5em;
    margin: 0 0 050px;
	padding: 0 0 0 50px;
    position: relative;
    text-align: left;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
}
body > header > section > div h2 strong {
	color: #FFFFFF;
	font-weight: bold;
}
@media screen and (max-width:780px){
	body > header {
		padding: 0;
		background-position: left calc(50% - 0px) top 204px;
		background-size: 420px;
		background-attachment: inherit;
	}
	body > header > section,
	body > header > section > div {
		display: block !important;
		width: 100%;
		padding:0;
		margin: 0;
	}
	body > header > section > div.empty {
		height: 150px;
	}
	body > header > section > div h1 img {
		margin: 0 auto;
	}
	body > header > section > div h2  {
		padding: 0 20px 0 20px;
		text-align: center;
		font-size: 1.25em;
	}
}
@media screen and (max-width:420px){
	body > header {
		background-position: left calc(50% - 0px) top 185px;
	}
}
@media screen and (max-width:380px){
	body > header {
		background-position: left calc(50% - 0px) top 185px;
	}
}
@media screen and (max-width:360px){
	body > header {
		background-position: left calc(50% - 0px) top 200px;
	}
}





body > header > figure {
	display: block;
	position: relative;
	width: 100%;
	max-width: 45em !important;
	margin: 0 auto 0px;
	
	padding: 30px;
	background-color: #FFFFFF;
	
	box-shadow: -1280px 0px 0px #FFFFFF, -640px 0px 0px #FFFFFF, 640px 0px 0px #FFFFFF, 1280px 0px 0px #FFFFFF, -1080px 0px 0px #FFFFFF, -560px 0px 0px #FFFFFF, 560px 0px 0px #FFFFFF, 1080px 0px 0px #FFFFFF;
}
body > header > figure > img {
	display: block;
	position: relative;
	width: 100%;
	max-width: 296px;
	height: auto;
	margin: 0 auto;
}

body > header > nav {
	background: #d2072a;
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
/*==========================*/
body > header > nav > ul {
	display: table;
	margin:0 auto !important;
	width: 100% !important;
    max-width: 70em !important;
	padding:10px 10px!important;
}
body > header > nav > ul > li {
	border-right: 1px solid #FFFFFF;
    display: table-cell;
    list-style: outside none none;
    padding: 5px 15px;
    vertical-align: middle;
    width: calc(33% - 3px);
}
body > header > nav > ul > li:first-child  {border-left:1px solid #FFFFFF;}
body > header > nav > ul > li > a {
    display: block;
    text-align: center;
    text-decoration: none;
	font-family: 'Fira Sans', sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
    color: #FFFFFF;
    vertical-align: middle;
}
@media screen and (min-width:550px) and (max-width:830px){
	body > header > nav > ul > li > a {font-size: 12px !important;}
}
@media screen and (max-width:550px){
	body > header > section > div:last-of-type > h1 {font-size: 22px !important;}
	body > header > section > div:last-of-type > h2 {font-size: 18px !important;}
	
	
	body > header > nav::after {
		width: calc(100% + 20px);
		margin: 0 -10px 0;
	}
	body > header > nav { display:block !important; padding: 0 10px !important;	}
    body > header > nav > ul, body > header > nav > ul > li:nth-child(n) {width:100%;}   
	body > header > nav > ul {
		display: block;
		margin:0 auto !important;
		width: 100% !important;
		max-width: 60em !important;
	}
    body > header > nav > ul > li {
		list-style: outside none none;
		padding: 5px 15px;
		vertical-align: middle;
		width: calc(25% - 4px);
        display:block;
        border-right: none;
        border-left: none;
        border-bottom:2px solid #FFF;
    }
    body > header > nav > ul > li:first-child {border-left:none;}
    body > header > nav > ul > li:last-child {border-bottom:none;}
}




/*===== ARTICLE =====*//*


/*===== DESCRIPTION PRODUIT + FORMULAIRE =====*/
body > main > div:last-child {
    margin: 0 auto;
	padding: 0 10px;
    max-width: 70em;
}

/*===== SECTION-GAUCHE =====*/
body > main > div:last-child > section {
    float: left;
	width: 67%;
    margin-top: 25px;
}

body > main > div:last-child > section > article > h1 {
    margin: 0px 0 20px;
    padding: 0 0 0 20px;
    font-size: 20px;
	color:#000000;
	box-shadow: inset 0px 3px 0px #FFF, inset 0px -3px 0px #FFF, inset 2px 0px 0px 0px #d2072a;
}
body > main > div:last-child > section > article > h2.cadre {
	display: block;
	text-align: center;
	margin: 10px 0 0 20px;
	padding: 10px;
	background: #d2072a;
	color: #FFFFFF;
	box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.20);
}
body > main > div:last-child > section > article > h2 {
    margin: 0px 0 20px 22px;
    padding: 0 0 5px 0;
    font-size: 16px;
   /* border-bottom: 1px solid #d2072a;*/
	text-transform: inherit;
}
body > main > div:last-child > section > article > p + h2 {
    margin: 20px 0 20px 22px;
}

@media screen and (max-width:650px){
	body > main > div:last-child > section {
		float: none !important;
		clear: both;
		width: 100%;
		margin-top: 25px;
	}
	body > main > div:last-child > section > article > h1 {font-size:18px;}
	body > main > div:last-child > section > article > h2 {font-size: 15px;}
}


/*===== Video ====*/
.video {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:00px;
	height:0;
	overflow:hidden;
	margin-top: 0px;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/*===== Video ====*/





/*===== Accordion ====*/
.accordion {
    box-sizing: border-box;
    display: block;
    height: auto;
    padding: 0;
}
.accordion-section {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

/*===== Accordion Pictos ====*/
.accordion.pictos h2 {
	display: table;
	border-collapse: collapse;
	border-width: 0px;
	width: 100%;
	min-height: 50px !important;
	text-transform: inherit;
}
.accordion.pictos h2 a.accordion-section-title {
	display: table-cell;
	vertical-align: bottom;
	min-height: 50px !important;
	color: #000000;
	text-transform: uppercase;
    margin:0;
    padding:0 0 0 15px;
	font-size: 18px;
    text-decoration: none;
	transition: all 0.15s linear;
}
@media screen and (max-width:650px){
	.accordion.pictos h2 {
		min-height: 30px !important;
	}
	.accordion.pictos h2::before {
		width: 30px !important;
		height: 30px !important;
		min-height: 30px !important;
		background-size: 30px !important;
	}
	.accordion.pictos h2 a.accordion-section-title {
		min-height: 30px !important;
		padding: 0 0 0 10px !important;
		font-size: 16px !important;
	}
}
.accordion.pictos h2 a.accordion-section-title.active,
.accordion.pictos h2 a.accordion-section-title:hover {
	color: #d2072a;
}
.accordion.pictos h2::before {
	content: "";
    display:  table-cell;
	vertical-align: bottom;
    overflow: hidden;
    position: relative;
    width: 50px;
    height: 50px;
	min-height: 50px !important;
	margin: 0;
	padding: 0px;
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center bottom;
	box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.20);
}
.accordion.pictos .accordion-section:first-of-type  h2::before {background-image: url("../images/picto/picto-loupe.png");}
.accordion.pictos .accordion-section:nth-of-type(2) h2::before {background-image: url("../images/picto/picto-fleches.png");}
.accordion.pictos .accordion-section:last-of-type   h2::before {background-image: url("../images/picto/picto-dialogues.png");}
/*===== Accordion Pictos ====*/

/*===== Accordion Liste ====*/
.accordion.liste {padding-left: 16px;}
.accordion.liste h2 {text-transform: inherit;}
.accordion.liste .accordion-section-title {
    display: block;
	color: #d2072a;
    text-decoration: none;
	text-transform: uppercase;
	margin: 0px 0 20px 22px;
    padding: 0 0 5px 0;
    font-size: 16px;
    border-bottom: 1px solid #d2072a !important;
	transition: all 0.15s linear;
	
	
}
.accordion.liste .accordion-section-title:hover,
.accordion.liste .accordion-section-title.active{
	color: #000000;
    border-bottom: 1px solid #000000 !important;
}
.accordion.liste .accordion-section-title::before {
    content: "";
    display: block;
    overflow: hidden;
    position: relative;
    width: 0px;
    height: 0px;
	margin: 0 0 -17px -15px;
	padding: 0px;	
	border-style: solid;
	border-width: 7px;
	border-color: transparent transparent transparent #d2072a;	
	transition: transform 0.15s linear;
	transform-origin: 25%;
}
.accordion.liste .accordion-section-title:hover::before,
.accordion.liste .accordion-section-title.active::before {
	border-color: transparent transparent transparent #000000;
}
.accordion.liste .accordion-section-title.active::before {transform: rotate(90deg);} 
.accordion.liste .accordion-section-title.active, .accordion.liste .accordion-section-title:hover {text-decoration:none;} 
.accordion.liste  .accordion-section-content {padding: 10px 0 20px 20px;}
.accordion.liste  .accordion-section-content h3 {
	text-transform: inherit;
	margin: 10px 0 5px 0;
}
.accordion.liste  .accordion-section-content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
}

.accordion.liste  .accordion-section-content img {
	display: inline-block;
	margin: 10px 10px 0 0;
	height: auto;
}




.accordion.liste  .accordion-section-content span {
	display: inline-block;
	position: relative;
	margin: 10px 10px 0 0;
	height: 25px;
	width: 25px;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
}

.accordion.liste  .accordion-section-content span.logo-el  {background-image: url("../images/logo/logo-el-min.png")}
.accordion.liste  .accordion-section-content span.logo-ll  {background-image: url("../images/logo/logo-ll-min.png")}
.accordion.liste  .accordion-section-content span.logo-efl {background-image: url("../images/logo/logo-efl-min.png")}


.accordion.liste  .accordion-section-content ul {margin: 0 0 0 20px;padding: 0;}
.accordion.liste  .accordion-section-content li {margin: 0;padding: 0;}
.accordion.liste  .accordion-section-content li {list-style: none; margin-bottom: 10px;}
/*===== Accordion Liste ====*/


.accordion-section-content {
	overflow: hidden;
	padding: 10px 0 20px;
}
.accordion-section-content.open,
.accordion-section-content.opened {direction:block}
.accordion-section-content > p {margin:0 0 5px;}
.accordion-section-content > ul {margin: 3px 0 0 20px;}
.accordion-section-content > ul li {
	list-style: disc;
	margin: 0 0 3px 0;
}
@media screen and (max-width:650px) {
	.accordion.liste .accordion-section-content {
		padding: 10px 20px 20px 20px;
	}
}

/*===== Accordion ====*/





body > main > div:last-child > section > h2 {color: #d2072a;}
body > main > div:last-child > section > h2 {
	position: relative;
	display: block;
	width: 320px;
	font-size: 1.25em;
	line-height: 1.5em;
	margin: 20px 0 30px;
	text-align: center;
	height: auto;
}


body > main > div:last-child > section > article, body > main > div:last-child > section > table {
    clear: both;
    margin-bottom: 30px;
}

body > main > div:last-child > section > article > h3 {
    font-size: 14px;
    margin: 0 0 15px 20px;
    text-align: left;
    text-transform: none;
}
body > main > div:last-child > section > article > h3 b,
body > main > div:last-child > section > article > h3 strong {
    color: #d2072a;
    font-weight: bold;
}


body > main > div:last-child > section figure:nth-of-type(even) {direction: ltr}
body > main > div:last-child > section figure:nth-of-type(odd)  {direction: rtl}
body > main > div:last-child > section > article > .accordion.liste > .accordion-section > .accordion-section-content > figure,
body > main > div:last-child > section > article > figure {
	display: table;
	position: relative;
	width: calc(100% + 40px);
	margin:-20px; 
	border-collapse: separate;
	border-spacing: 20px;
}
body > main > div:last-child > section > article > .accordion.liste > .accordion-section > .accordion-section-content > figure > div,
body > main > div:last-child > section > article > figure > div {
	display: table-cell;
	vertical-align: middle;
	direction: ltr;
}
body > main > div:last-child > section > article > .accordion.liste > .accordion-section > .accordion-section-content > figure > div:first-of-type,
body > main > div:last-child > section > article > figure > div:first-of-type {
	width: 300px;
}
body > main > div:last-child > section > article > figure > div:last-of-type > p,
body > main > div:last-child > section > article > figure > div:last-of-type > ul {
	padding-left: 22px;
}


body > main > div:last-child > section > article p,
body > main > div:last-child > section > article a,
body > main > div:last-child > section > article li {
	font-size: 14px;
	line-height: normal;
	margin-bottom: 5px;
	list-style: none
}
body > main > div:last-child > section > article > ul > li,
body > main > div:last-child > section > article div.encadre li {
	margin: 0 0 0 15px;
}
body > main > div:last-child > section > article > ul > li::before,
body > main > div:last-child > section > article div.encadre li::before {
	content: "> ";
	color: #000;
	display: block;
	position: relative;
	margin: 0 0 -15px -15px;
}

body > main > div:last-child > section > article > figure > div > h4 {
	display: block;
	margin: 0 0 10px;
	width: auto;
	font-size: 1em;
	font-weight: normal;
	color: #d2072a;
}
body > main > div:last-child > section > article > figure > div > ul > li {
	margin: 0 0 5px 15px;
}

body > main > div:last-child > section > article figure > div > a {
	display: block;
	text-align: center;
	color: dimgray;
	font-size: 0.85em;
}
body > main > div:last-child > section > article  figure > div > a > span > img {
	max-width: 300px;
	height: auto;
}
body > main > div:last-child > section > article > figure > div > p {
	margin: 0 0 10px;
}

@media screen and (max-width:830px){
	body > main > div:last-child > section > article > figure,
	body > main > div:last-child > section > article > figure > div {
		display: block !important;
		position: relative !important;
		width: 100% !important;
		margin:10px 0 !important; 
		border-collapse: collapse !important;
		border-spacing: 0px !important;
	}
	body > main > div:last-child > section > article > .accordion.liste > .accordion-section > .accordion-section-content > figure > div {
		display: block;
		position: relative !important;
		width: 100% !important;
		margin:10px 0 !important; 
		border-collapse: collapse !important;
		border-spacing: 0px !important;
	}
	body > main > div:last-child > section > article p,
	body > main > div:last-child > section > article a,
	body > main > div:last-child > section > article li {
		font-size: 12px;
	}
}
body > main > div:last-child > section > article > h4 {
    display: block;
    margin: 20px 0 10px;
    width: auto;
    font-size: 1em;
    font-weight: normal;
    color: #d2072a;
}
body > main > div:last-child > section > article > h4::first-letter {
	text-transform: uppercase !important;
}
body > main > div:last-child > section > article > p {
    display: block;
    width: auto;
    font-weight: normal;
    margin:0 0 10px 20px;
}
body > main > div:last-child > section > article > ul {}

body > main > div:last-child > section > article > ul > li {
	margin: 0 0 5px 35px;
}
body > main > div:last-child > section > article > ul + h2 {
	margin-top: 20px
}


body > main > div:last-child > section > article + div {
    clear: both;
    margin-bottom: 50px;
    border-top: 1px dotted grey;
}
body > main > div:last-child > section > article + div p {
    text-align: right;
    margin-top: 10px;
}
body > main > div:last-child > section > article + div p a {
    color: grey;
    text-decoration: none;
    font-size: 0.75em;
}
body > main > div:last-child > section > article >  div.encadre  + h2 {
	color:#000000;
	text-align: left;
	text-transform: uppercase;
	margin: 40px 0 10px 22px;
}
body > main > div:last-child > section > article > div.encadre {
    display: table;
    border-collapse: collapse;
    border-spacing: 0px;
    position: relative;
    width: calc(100% - 20px);
    margin: 0 0 20px 20px;
    padding: 0px;
    background-color: #efefef;
	box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.20);
}
body > main > div:last-child > section > article > div.encadre ul {
    display: table-cell;
    padding: 20px 20px 20px 30px;
}
body > main > div:last-child > section > article > div.encadre table {
	display: table;
	position: relative;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	margin: 0px;
	text-align: center;
	direction: ltr;
}
body > main > div:last-child > section > article > div.encadre table td {
	width: 33.33%;
	vertical-align: middle;
}
body > main > div:last-child > section > article > div.encadre table tr:not(:last-child) td:not(:last-child) {
	padding: 15px 15px 15px 15px;
	border-bottom: 5px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
}
body > main > div:last-child > section > article > div.encadre table tr:not(:last-child) td:last-child {
	padding: 15px 15px 15px 15px;
	border-bottom: 5px solid #FFFFFF;
}
body > main > div:last-child > section > article > div.encadre table tr:last-child td:not(:last-child) {
	padding: 15px 15px 15px 15px;
	border-right: 3px solid #FFFFFF;
}
body > main > div:last-child > section > article > div.encadre table tr:last-child td:last-child {
	padding: 15px 15px 15px 15px;
}
body > main > div:last-child > section > article > div.encadre table td p {
	text-align: center;
	margin: 0;
}
@media screen and (max-width:750px){
	body > main > div:last-child > section > article > h2.cadre {
		margin: 10px 30px 0 20px;
	}
	body > main > div:last-child > section > article > div.encadre {
		display: table;
		border-collapse: collapse;
		border-spacing: 0px;
		position: relative;
		width: calc(100% - 50px);
		margin: 0 0 0 20px;
	}
	body > main > div:last-child > section > article > div.encadre ul {
		padding: 20px;
	}
	body > main > div:last-child > section > article > div.encadre table td  {
		display: block !important;
		width: 100% !important;
		border-right: 0px solid transparent !important;
		border-bottom: 3px solid #FFFFFF !important;
		padding: 10px !important;
	}
	body > main > div:last-child > section > article > div.encadre table tr:last-of-type td:last-of-type {
		border-bottom: 0px solid #FFFFFF !important;
	}
}




body > main > div:last-child > section > article a.pdf {
	display: block;
	width: 300px;
	padding: 10px 20px;
	margin: 30px auto 0;
	background: #000;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
body > main > div:last-child > section > article > div.encart {
	display: block;
	position: relative;
	width: auto;
	margin: 60px 0 0 20px;
	padding: 20px;
	border: 1px solid #d2072a;
}
body > main > div:last-child > section > article > div.encart > h2:first-of-type { margin-top: 0px !important}
body > main > div:last-child > section > article > div.encart > h2 {
    margin: 20px 0 20px 0px;
    padding: 0 0 5px 0;
    font-size: 16px;
    border-bottom: 1px solid #d2072a;
	text-transform: inherit;
}
body > main > div:last-child > section > article > div.encart > p {
	margin-top: 5px
}




/*===== FORMULAIRE =====*/
p#eg {
    display: block;
    position: absolute;
    right: -50px;
    top: -22px;
    width: 90px;
    height: 90px;
    background-color: #FFFFFF;
	border: 5px solid #FFF;
	box-shadow: inset 0px 0px 0px 4px #FFFFFF, inset 0px 0px 0px 7px #d2072a;
    border-radius: 50%;
    overflow: hidden;
}
p#eg span {
    display: block;
    width: 110px;
    height: auto;
    padding: 4px 0;
    margin: 24px auto 0;
    background-color: #FFFFFF;
	text-align: center;
	color: #d2072a;
    font-weight: bold;
    position: absolute;
    left: -15px;
    font-size: 13px;
}
@media screen and (max-width:1050px){
	p#eg {
		position: relative;
		right: 0px;
		top: -15px;
		width: calc(100% + 50px);
		height: 70px;
		margin: 0 -25px;
		border-radius: 0%;
	}
	p#eg span {
		width: 100%;
		margin: 11px auto 0;
		background-color: #FFFFFF;
		left: 0px;
	}
}


body > main > div:last-child > aside {
	position: relative;
    float: right;
    width: 30%;
    background: #efefef;
    margin: 25px 0 20px 0;
    padding: 15px;
	box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.20);
}
@media screen and (max-width:650px){
	body > main > div:last-child > aside {
		float: none !important;
		clear: both;
		width: 100%;
		margin-top: 25px;
	}
}
body > main > div:last-child > aside > h2 {
    background: #d2072a none repeat scroll 0 0;
    clear: both;
    color: #fff;
    display: block;
    font-size: 1em;
    margin: -15px -15px 15px;
    padding: 15px;
    text-align: left;
}

body > main > div:last-child > aside > h2 > strong {margin-bottom: 0px; font-weight: bold;}
body > main > div:last-child > aside > h2 > strong > big {display: block;margin-bottom: 0px; font-size: 1.25em}
body > main > div:last-child > aside > h2 > span {display: block;margin-bottom: 0px; font-size: 0.8em}
body > main > div:last-child > aside > h2 > small { font-weight: normal; text-transform: lowercase;}
body > main > div:last-child > aside > h3 + p {
    margin: 5px 0 15px 10px;
}
body > main > div:last-child > aside > form {
	margin-top:10px;
}
body > main > div:last-child > aside label,
body > main > div:last-child > aside input,
body > main > div:last-child > aside select {width:100%; margin: 0 0 10px;}
body > main > div:last-child > aside textarea {
    max-width:100%;
    min-width:100%;
    max-height: 300px;
    min-height: 100px;
}
body > main > div:last-child > aside input[type="radio"],
body > main > div:last-child > aside input[type="checkbox"] {width:20px; float: left; margin-top: 0px;}
body > main > div:last-child > aside input[type="submit"], input#submitButton {background: #d2072a url("../images/cache_fleche.png") no-repeat scroll right center;}
body > main > div:last-child > aside input[type="submit"], input#submitButton {
    position: relative;
	display: block;
	margin: 20px auto;
	padding: 8px 15px 8px 10px;
	max-width: 150px;
	border-style: none;
	border-width: 0;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	transition: all 0.5s ease-in-out;
}
body > main > div:last-child > aside input[type="submit"]:hover, input#submitButton:hover {
	color:#FFF;
	background-color:#d2072a;
}
body > main > div:last-child > aside input[type="radio"] + p {
    display: block;
    width: auto;
    margin:0 0 10px 20px;
}
body > main > div:last-child > aside figure {
    display: inline-block;
	clear: both;
	float: none;
	margin-bottom: 10px;
}
body > main > div:last-child > aside figure img {
	margin: 0 10px 0 -10px;
}
body > main > div:last-child > aside > form > div > div.radio-wrapper:first-child > input[type="radio"] + p {font-weight: bold;}
/* body > main > div:last-child > aside > form > div > div.radio-wrapper:nth-child(n) > input[type="radio"] + p > strong { color: #b83722;} */
body > main > div:last-child > aside > form > div > div.radio-wrapper > input[type="radio"] + p a { color: inherit;}
body > main > div:last-child > aside > form > div > div.bandeau {
	display: table;
	position: relative;
	clear: both;
}
body > main > div:last-child > aside > form > div > div.bandeau > img {
	display: table-cell;
	vertical-align: middle;
}
body > main > div:last-child > aside > form > div > div.bandeau > ul {
	display: table-cell;
	vertical-align: middle;
	margin:0;
	padding-left: 10px;
}
body > main > div:last-child > aside > form > div > div.bandeau > ul > li { margin:0 0 5px 15px;}
body > main > div:last-child > aside > form > div > div.bandeau > ul > li > strong { color: #b83722}
body > main > div:last-child > aside > form > div > div.bandeau > ul > li > b { color: dimgray}
body > main > div:last-child > aside > form > div > div.bandeau > ul > li > strong:first-child::before, 
body > main > div:last-child > aside > form > div > div.bandeau > ul > li > h3:first-child::before {
    border-color: transparent transparent transparent dimgray;
    border-style: solid;
    border-width: 5px 7px;
    color: dimgrey;
    content: "";
    display: block;
    float: left;
    margin: 4px 0 0 -14px;
}
body > main > div:last-child > aside > form > div > div.bandeau > ul > li > ul { margin: 0 0 0 20px}
body > main > div:last-child > aside > form > div > div.bandeau > ul > li > ul > li {list-style: disc !important; margin: 3px 0 3px -10px;}
body > main > div:last-child > aside > form > div > div.bandeau + p {margin: 10px 0;}


body > main > div:last-child > aside > form > p:last-of-type {margin-top:10px;}
body > main > div:last-child > aside p + ol,
body > main > div:last-child > aside ol {
    display: block;
    width: auto;
    margin:0 0 10px 20px;
	counter-reset: section;
}
body > main > div:last-child > aside ol li {
	display: block;
    list-style: outside none none;
    margin: 0 0 5px;
    position: relative;
    width: auto;
}
body > main > div:last-child > aside ol li:nth-child(n)::before {
	display: block;
    float: left;
    margin: 0 5px 0 -20px;
    padding: 0;
    position: relative;
  counter-increment: section;
  content: "(" counter(section) ")";
}
body > main > div:last-child > aside p,
body > main > div:last-child > aside p + ol li,
body > main > div:last-child > aside ol li {
	font-size: 0.8em;
}
body > main > div:last-child > aside p + ol li,
body > main > div:last-child > aside ol li {
	font-size: 0.66em;
	line-height: normal;
}

/*===== FOOTER =====*/
body > footer {
    clear: both;
    margin: 0 auto 0;
    padding: 110px 10px 20px;
    width: 100%;
    background-image: url("../images/fond-btt.png");
    background-repeat: repeat-x;
    background-position: center bottom 140px;
    box-shadow: inset 0px -140px 0px #F1F1F1;
}
body > footer > div,
body > footer > figure {
	display: block;
	width: 100%;
	max-width: 70em;
	margin: 0 auto;
}
body > footer > div {
    display: block;
	background: #d2072a;
	
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px 3vw;
	color: white;
	text-decoration: none;	
	transition: all 0.5s ease-in-out;
}
body > footer > div > p {
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 0 5px;
	color: #FFFFFF;
}
body > footer > div > p strong {
	color: #FFFFFF;
}
body > footer > div > p,
body > footer > div > ul {
    display: block;
    margin: 0 auto;
    padding: 0 5px;
    width: auto;
}
body > footer >  ul {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 5px
}
body > footer  > ul > li::before {	
    display: block;
    float: left;
    margin:  0 0 0 -20px;
	
  counter-increment: section;
  content: "()" counter(section) ")";
}
body > footer  > ul > li {
	text-align: left;
	margin-left: 15px;
	list-style: none;
	font-size: 0.75em;
    line-height: 1.25em;
	counter-reset: section;
}

body > footer> div > ul > li > a {color: #FFFFFF}
body > footer > div { width: 100%;}
body > footer p {font-size: 1em;}
body > footer p a[href^="tel:"]{color: white; text-decoration: none; font-weight:bold;}


body > footer > figure {
	display: table;
	width: 100%;
	max-width: 70em;
	margin: 20px auto 10px;
	padding: 0;
}
body > footer > figure > a {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	width: 100px;
	margin: 0;
}
body > footer > figure > p {
    display: table-cell;
    vertical-align: bottom;
    font-size: 0.75em;
    line-height: 1.25em;
    width: calc(100% - 100px);
    margin: 0;
    padding: 0 0 0 20px;
}
body > footer div.rgpd {
	display: block;
	width: 100%;
	max-width: 70em;
	padding: 0 !important;
	margin: 0 auto;
	background: none !important;
}
body > footer div.rgpd > p {
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	text-align: justify !important;
	color: #1d1d1b;
	padding: 0;
	margin: 0;
}
@media screen and (max-width:550px){
	body > footer {padding: 30px 10px 20px;}
	
	body > footer > figure > a {width: 30px;}
	body > footer > figure > a > img:last-child {display: none !important;}
	body > footer > figure > a > p {width: calc(100% - 30px) !important; padding: 0 0 0 10px !important;}
}

/*===== MEDIA-QUERIES =====*/
@media screen and (max-width:550px){
}