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

@font-face {
  font-family: 'Circular';
  src: url("../fonts/Circular-Bold.eot");
  src: url("../fonts/Circular-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Circular-Bold.woff2") format("woff2"), url("../fonts/Circular-Bold.woff") format("woff"), url("../fonts/Circular-Bold.ttf") format("truetype"), url("../fonts/Circular-Bold.png#Circular-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Circular';
  src: url("../fonts/Circular-Book.eot");
  src: url("../fonts/Circular-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Circular-Book.woff2") format("woff2"), url("../fonts/Circular-Book.woff") format("woff"), url("../fonts/Circular-Book.ttf") format("truetype"), url("../fonts/Circular-Book.png#Circular-Book") format("svg");
  font-weight: normal;
  font-style: normal; }

* {
	box-sizing:border-box;
	margin:0;
	padding:0;
}
*::selection {
  background-color: #4fa9cb !important;
  color: #FFFFFF !important;
}
*::-moz-selection {
  background-color: #4fa9cb !important;
  color: #FFFFFF !important;
}
a, a img {
	border:none !important;
	border-width:0px;
}
body {
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-family: 'Circular',sans-serif;
	line-height: 1.2em;
    color: dimgray;
}
h1, h2, h3, h4 {
	font-weight: bold;
	font-weight: bolder !important;
	color: #000;
}
p, li {
	font-size: 1em;
}
label {
	font-family: 'Lato', sans-serif;
	font-size: 0.85em;
	margin-top: 10px;
}
ul li {list-style: none}
sup {
	line-height: 0;
	font-size: 0.7em;
	vertical-align: super;	
}






/*===== HEADER =====*/
body > header {
    padding:0;
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
	background-image:url("../images/fond-compliance.jpg");
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom 10% ;
    display: block;
}

body > header > section {
	position: relative;
	display: table;
	width: 100%;
	border-collapse: collapse;
	border-width: 0px;
}
body > header > section:before,
body > header > section:after {
	content: "";
	display: table-cell;
	width: auto;
	box-shadow: inset 0px 150px 0px #FFF;
}


body > header > section > div > figure {
	display: table;
	max-width: 60em;
	position: relative;
	width: calc(100% - 20px);
	margin: 0 auto 0;
	padding: 0;
	border-collapse: separate;
	border-width: 10px;
}
body > header > section > div > figure > div {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0 0;
}
body > header > section > div > figure > div:last-child > p {
	display: block;
	background: #F6F6F6;
	text-align: left;
	float: right;
	margin: 0 0px 0px 0;
	padding: 6px 10px 10px 53px;
	width: 170px;
	height: 50px;
	border: 2px solid #0063AC;
	border-radius: 35px;
	background-image: url("../images/picto-tel.png");
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: 5px center;
	line-height: normal;
	color: #0063AC;
	font-size: 0.85em;
}



body > header > section > div {
    display: table-cell;
	width: 1920px;
	background-image: url("../images/people.png");
	background-position: bottom -75px left 5%;
	background-size: 50%;
	background-repeat: no-repeat;
	box-shadow: inset 0px 150px 0px #FFF;
}
body > header > section > div > div {
    display: block;
	width: 100%;
    max-width: 620px;
	min-width: 300px;
    margin: 40px auto;
    padding: 30px 20px;
	background: #FFFFFF;
	border:3px solid #0063ac;
}

body > header > section > div > div > p {
	display: block;
	position: relative;
	margin: -50px auto 0px;
	padding: 10px;
	background-color: #e35353;
	box-shadow: 0px 3px 7px rgba(0,0,0,0.25);
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	width: 220px;
	font-size: 18px;
}
body.compliance > header > section > div > div > h1 {color: #0063ac;}
body > header > section > div > div > h1 {
	font-size: 1.85em;
	margin: 20px 0 10px;
	line-height: normal;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
body > header > section > div > div > h1 span,
body > header > section > div > div > h2 span {
	display: inline-block;
}
body > header > section > div > div > h2 {
	font-size: 1.75em;
    margin: 0 0 0;	
	font-weight: normal !important;
    line-height: normal;
    position: relative;
    text-align: center;
	color: #525252;
}
body.compliance > header > nav {background: #0063ac;}
body > header > nav {    
	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: 60em !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: 33.333%;
}
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-weight: normal;
    color: #FFFFFF;
    vertical-align: middle;
}
body > header > nav > ul > li > a span {
	display: block;
}
@media screen and (max-width:980px){
	body > header > section:before,
	body > header > section:after {
		display: none;
	}
	body > header > section > div {
		width: 100%;
		padding: 0 10px;
		background-position: top 120px center, bottom 0px left 5%;
		background-size: cover , 70%;
		background-repeat: no-repeat;
		box-shadow: inset 0px 120px 0px #FFF;
	}
	body > header > section > div > figure {
		width: 100% !important;
		border-width: 0 !important;
	}
	body > header > section > div > div {
		width: 75%;
		margin: 40px auto;
	}
	
	body > header > section > div > div:last-of-type > h1 {font-size: 22px !important;}
	body > header > section >  div > div:last-of-type > h2 {font-size: 18px !important;}
	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;}
	body > header > nav > ul > li > a span {
		display: inline;
	}
}
/*@media screen and (max-width:560px){
	body > header > section > div > figure > div > a > img:last-child {
		display: none;
	}
}/*





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


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

/*===== SECTION-GAUCHE =====*/
body > main > div:last-child > section {
    float: left;
	width: 67%;
    margin-top: 25px;
}
@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 {
	margin: 0 0 10px;
	padding: 0;
  	color: #4fa9cb !important;
	font-size: 1.5em;
	line-height: normal;
}
body > main > div:last-child > section > article > h1 > img, 
body > main > div:last-child > section > article > figure > div > h1 > img {
	display: block;
	width: 100%;
	max-width: 380px;
	height: auto !important;
	margin: 0 0 20px 0;
}
@media screen and (max-width:750px){
	body > main > div:last-child > section > article > h1 {
		margin: 0 0 20px !important;
		padding: 0;
		color: #4fa9cb !important;font-size: 1.5em;
		text-align: center;
	}
	body > main > div:last-child > section > article > h1 > img, 
	body > main > div:last-child > section > article > figure > div > h1 > img {
		margin: 0 auto 20px !important;
	}
}
/*/////////*/
#video {
	display: block;
	position: relative;
	width: 100%;
	max-width: 630px;
	height: auto;
	padding: 0;
	margin: 0;
	background-image: url("../images/video-frame-29-hover.png");
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #EFEFEF;
	cursor: pointer;
	box-sizing: content-box;
}
#video > img {
	display: block;
	position: relative;
	width: 100%;
	max-width: 630px;
	height: auto;
	padding: 0;
	margin: 0;
	opacity: 1;
	transition: ease-in-out 0.25s;
}
#video > img:hover {
	opacity: 0;
}
#video > iframe {
	display: block;
	position: relative;
	width: 100%;
	max-width: 630px;
	padding: 0;
	margin: 0;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:00px;
	height:0;
	overflow:hidden;
	margin-top: 20px;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/*/////////*/

body.compliance > main > div:last-child > section > h2 {color: #4fa9cb;}
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 figure img {
	margin: 0 auto;
	display: block;
	position: relative;
}

body > main > div:last-child > section figure p#eg {
	position: relative;
	display: block;
	width: 150px;
	height: auto;
	border-left: 3px solid #00889D;
	color: #00889D;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	/*bottom: 20px;
	right: 500px;*/
	text-transform: uppercase;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.25);
}

body > main > div:last-child > section figure p#eg span {
	display: block;
	background: #FFFFFF;
	width: 100%;
	margin: 0;
	padding: 3px 3px 3px 13px;
}


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 {
	display: table;
	border-collapse: collapse;
	border-width: 0px;
	width: 100%;
}
body > main > div:last-child > section > article > h3 span:first-of-type {
	display: table-cell;
	width: 110px;
	height: 130px;
	background-image: url("../images/big-gear-icon.png");
	background-repeat: no-repeat;
	background-size: 80%;
}
body > main > div:last-child > section > article > h3 span:last-of-type {
    display: table-cell;
	vertical-align: bottom;
	font-size: 1.25em;
	line-height: 1.5em;
	padding-bottom: 5px;
	width: auto;
	text-align: left;
	text-transform: none;
	font-weight: normal !important;
	color: #0063AC;
	border-bottom: 2px solid #0063AC;
}
body.compliance > main > div:last-child > section > article > h3 b,
body.compliance > main > div:last-child > section > article > h3 strong {
    color: #4fa9cb;
    font-weight: bold;
}
@media screen and (max-width:980px){
	body > main > div:last-child > section > article > h3 span:last-of-type {
		font-size: 1.0em;
		line-height: 1.25em;
	}
	body > main > div:last-child > section > article > h3 span:first-of-type {
		/*width: 80px;
		height: 95px;*/
		display: none;
	}
}

body > main > div:last-child > section ul li figure:nth-of-type(even),
body > main > div:last-child > section figure:nth-of-type(even),
body > main > div:last-child > section > article > ul > li > figure#codes {direction: ltr}

body > main > div:last-child > section ul li figure:nth-of-type(odd),
body > main > div:last-child > section figure:nth-of-type(odd)  {direction: rtl}

body > main > div:last-child > section > article > ul > li > 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 > ul > li > figure#codes {
	display: table;
	position: relative;
	width: calc(100% + 40px);
	margin:0 -20px; 
	border-collapse: separate;
	border-spacing: 20px;
}
body > main > div:last-child > section > article > ul > li > figure > div, 
body > main > div:last-child > section > article > figure > div,
body > main > div:last-child > section > article > ul > li > figure#codes div,
body > main > div:last-child > section > article > figure#accordion > div {
	display: table-cell;
	vertical-align: middle;
	direction: ltr;
}
body > main > div:last-child > section > article > ul > li > figure#codes div:first-of-type {
	width: 100px;
}
body > main > div:last-child > section > article > ul > li > figure#codes div:last-of-type {
	padding-left: 30px;
}
body > main > div:last-child > section > article > ul > li > figure#codes div img {
	max-width: 100px; height: auto !important;
}
body > main > div:last-child > section > article > ul > li > figure#codes div ul li {
    list-style: disc;
    margin: 0 0 3px 0;
    font-size: 0.85em;
}
body > main > div:last-child > section > article > figure#accordion > div:first-of-type {
	width: 100px !important;
}
@media screen and (max-width:450px){
	body > main > div:last-child > section > article > figure#accordion, 
	body > main > div:last-child > section > article > figure#accordion > div:first-of-type {
		display: block !important;
		width: 100% !important;
	}
	body > main > div:last-child > section > article > figure#accordion > div:last-of-type {
		direction: ltr !important;
		margin: 0 !important;
		float: left;
	}
}



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: #4fa9cb;
}
body > main > div:last-child > section > article > figure > div > ul {}
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 > ul > li:before {
	content:"";
	display: block;
	position: relative;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7px 7px 7px 10px;
	border-color: transparent transparent transparent #4fa9cb;
	margin: 0 0 -17px -15px;
}
body > main > div:last-child > section > article > figure > div > ul > li > ul {font-size: 0.85em;}
body > main > div:last-child > section > article > figure > div > ul > li > ul > li {
	margin: 3px 0 0 12px;
}
body > main > div:last-child > section > article > figure > div > ul > li > ul > li:before {
	content: "";
	display: block;
	position: relative;
	width: 5px;
	height: 5px;
	background-color: dimgray;
	border-radius: 50%;
	margin: 10px 0 -15px -12px;
}


body > main > div:last-child > section > article > figure > div > a:hover {
	font-weight: 900;
	margin-top: -20px;
}
body > main > div:last-child > section > article > figure > div > a {
	display: block;
	text-align: center;
	color: dimgray;
	font-size: 0.85em;
	font-weight:0;
	transition: ease-in-out 0.5s;
}
body > main > div:last-child > section > article > figure > div > a > span > img {
	max-width: 150px;
	height: auto;
}
body > main > div:last-child > section > article > figure > div > p {
/*	font-size: 0.9em;*/
	margin: 0 0 20px;
}
@media screen and (max-width:750px){
	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 figure p#eg {}	
	body > main > div:last-child > section > article > ul > li > figure#codes div:last-of-type {
		padding-left: 10px;
	}
}
@media screen and (max-width:360px){
	body > main > div:last-child > section figure img {
		max-width: 200px !important;
		width: 50% !important;
		height: auto !important;
	}
}
body > main > div:last-child > section > article > h4 {
    display: block;
	position: relative;
    margin: 20px 0 10px 10px;
    width: auto;
    font-size: 1em;
    font-weight: normal;
    color: #707070;
}
body > main > div:last-child > section > article > h4:before {
	content: "";
	position: relative;
	display: block;
	width: 3px;
	height: 13px;
	background-color: #4fa9cb;
	margin: 0px 0px -16px -10px;
}
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;
}
body > main > div:last-child > section > article > ul {}

body > main > div:last-child > section > article > ul > li {
	margin: 0 0 5px 15px;
}
body > main > div:last-child > section > article > ul > li:before {
	content:"";
	display: block;
	position: relative;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7px 7px 7px 10px;
	border-color: transparent transparent transparent #4fa9cb;
	margin: 0 0 -17px -15px;
}

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;
}


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

.accordion-section-title:hover {text-decoration: underline;}
.accordion-section-title {
    display: block;
    font-size: 1em;
	color: dimgray;
    margin: 0 0 5px 17px;
    padding:0;
    text-decoration: none;
	transition: all 0.15s linear;
}
.accordion-section-title::before {
    content: "";
    display: block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: 0px;
    height: 0px;
	margin: 0 0 -17px -15px;
	padding: 0px;	
	border-style: solid;
	border-width: 7px;
	border-color: transparent transparent transparent #4fa9cb;	
	transition: transform 0.15s linear;
	transform-origin: 25%;
}
.accordion-section-title.active::before {
	transform: rotate(90deg);
} 
.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}
.accordion-section-content {
	margin: 0;
	padding: 0;
}
.accordion-section-content > p {
	display: block;
	width: calc(100% - 30px);
	margin: 0 15px 0 15px;
	padding: 0;
}

.accordion-section-content > ul {
	margin: 0 0 0 35px;
}
.accordion-section-content > ul li {
	list-style: disc;
	margin: 0 0 3px 0;
	font-size: 0.85em;
}






/*===== FORMULAIRE =====*/
body > main > div:last-child > aside {
    float: right;
    width: 30%;
    background: #efefef;
    margin: 25px 0 20px 0;
    padding: 15px;
}
@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 {
    color: #00889d;
    font-size: 1.25em;
    margin: 0  0 15px;
    text-align: center;
}

body > main > div:last-child > aside > div {
    background: #00889d none repeat scroll 0 0;
    clear: both;
    display: block;
    margin: 0 -0 15px;
    padding: 10px;
}
body > main > div:last-child > aside > div h3,
body > main > div:last-child > aside > div p {
    color: #fff;
    text-align: center;
}

body > main > div:last-child > aside > div h3 {
	display: block;
	max-width: 290px;
	margin: 0 auto 5px;
	padding: 0 0 25px;
	background-image: url("../images/filet-offre.png");
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
    font-size: 1.20em;
	font-weight: normal !important;
	text-transform: uppercase;
	letter-spacing: 0px;
}

body > main > div:last-child > aside > div h3 sup {
	vertical-align: top;
    line-height: 0;
    font-size: 0.75em;
}
body > main > div:last-child > aside > div p {
	font-size: 0.85em;
}
body > main > div:last-child > aside > div p big {
	font-size: 1.75em;
}


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: uppercase; border-top: 1px solid #FFFFFF; margin-top: 10px; padding-top: 10px; display: block}
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 > form > div.encadre {
	display: block;
	position: relative;
	margin: 0 0 10px;
	padding: 10px;
	background: #fcfcfc;
}
body > main > div:last-child > aside > form > div.encadre > ul {
	display: block;
	position: relative;
	margin: 0 0 0 0px;
	
}
body > main > div:last-child > aside > form > div.encadre > ul > li {
	list-style: disc !important;
	margin: 0 0 5px 10px;
	font-size: 0.75em;
	line-height: normal;
}
body > main > div:last-child > aside > form > div.encadre > ul > li:last-child{
	margin-bottom: 0px;
}


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.compliance > main > div:last-child > aside input[type="submit"], input#submitButton {background: #00889D 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.compliance > main > div:last-child > aside input[type="submit"]:hover, input#submitButton:hover {
	color: #00889D; 
	background-color: #FFFFFF; 
}
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: block;
	position: relative;
	clear: both;
	margin-bottom: 15px
}
body > main > div:last-child > aside > form > div > div.bandeau > ul {margin:5px 5px 5px 15px;}
body > main > div:last-child > aside > form > div > div.bandeau > ul > li { margin:0 0 1em; line-height: 1.25em;}
body > main > div:last-child > aside > form > div > div.bandeau > ul > li:last-child { margin:0;}
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 > 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(1)::before {content: "(3)"}
body > main > div:last-child > aside ol li:nth-child(2)::before {content: "(4)"}
*/
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;
}

p.legende{
	font-size: 0.75em !important;
	font-weight: normal;
}

/*===== FOOTER =====*/
body > footer {
    clear: both;
    margin:  25px auto;
	padding: 0 10px;
    max-width: 60em;
}
body > footer > div > p,
body > footer > div > ul {
    display: block;
    margin: 0 auto;
    max-width: 640px;
    padding: 0 5px;
    width: auto;
}
body.compliance > footer > div {background:  #0063AC;}
body > footer > div {
    display: block;
    float: left;
    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;
	max-width: 685px;
	margin: 0 auto;
	padding: 0 5px
}
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%; margin-right:0%; background-color: #b83722;}
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%;
	margin: 0 0 10px 0;
	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 p.rgpd {
	font-size: 0.66em;
	line-height: normal;
	text-align: justify !important;
}
@media screen and (max-width:550px){
	body > footer > figure > a {width: 30px;}
	body > footer > figure > a > p {width: calc(100% - 30px) !important; padding: 0 0 0 10px !important;}
}

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