@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: #215B96 !important;
  color: #FFFFFF !important;
}
*::-moz-selection {
  background-color: #215B96 !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;
}
strong {color:#215B96;}
label {
	font-size: 0.80em;
	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-color: #FFFFFF;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom 50% ;
    display: block;
	overflow: hidden;
}
body > header > section {
    display: block;
	width: 100%;
    margin: 0;
    padding: 0 20px;
	background: #215B96;
	background-image: url("../images/fond-header-oppus.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
body > header > section > img {
    display: block;
	width: 100%;
	max-width: 611px;
	height: auto;
    margin: 0 auto;
    padding: 0 20px;
}
/*==========================*/

body > header > nav {    
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #215B96;
	box-shadow: 0px -10px 25px #0F457B;
}
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: 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-weight: bold;
    color: #FFFFFF;
    vertical-align: middle;
}
@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 { 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: 60em;
}

/*===== SECTION-GAUCHE =====*/
body > main > div:last-child > section {
    float: left;
	width: calc(100% - 302px);
    margin-top: 65px;
}
@media screen and (max-width:750px){
	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 0 0 0;
  	color: #215B96 !important;
	font-size: 20px;
	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;
}
/*/////////*/
.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 > main > div:last-child > section > h2 {color: #215B96;}
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 > article, body > main > div:last-child > section > table {
    clear: both;
    margin-bottom: 30px;
}

body > main > div:last-child > section > article > h3 {border-bottom: 2px solid #215B96;}
body > main > div:last-child > section > article > h3 {
    display: block;
    position: relative;
    font-size: 1.25em;
    line-height: 1.5em;
    margin: 10px auto 15px;
    padding-bottom: 5px;
    width: auto;
    text-align: left;
    text-transform: none;
    font-weight: normal !important;
    color: #215B96;
}
body > main > div:last-child > section > article > h3 b,
body > main > div:last-child > section > article > h3 strong {
    color: #215B96;
    font-weight: bold;
}
body > main > div:last-child > section figure.offre {direction: ltr}
body > main > div:last-child > section figure.graphique  {direction: rtl}
body > main > div:last-child > section > article > figure {
	display: table;
	position: relative;
	width: calc(100% + 40px);
	margin:-20px -20px 00px; 
	border-collapse: separate;
	border-spacing: 20px;
}
body > main > div:last-child > section > article > figure > div {
	display: table-cell;
	vertical-align: middle;
	direction: ltr;
}

body > main > div:last-child > section > article > figure > div > ul  {
  counter-reset: number;
}
body > main > div:last-child > section > article > figure > div > ul > li {
	margin: 0 0 10px 15px;
}
body > main > div:last-child > section > article > figure > div > ul > li::before {
	display: block;
	position: relative;
	margin: 0 0 -19px -15px;
	counter-increment: number;
	content: counter(number);
	font-weight: bold;
	color: #215B96;
}

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: 230px;
	height: auto;
	margin: 0 auto;
}
body > main > div:last-child > section > article > figure > div > h4 {
	text-align: left;
	color: #215B96;
}
body > main > div:last-child > section > article > figure > div > p {
/*	font-size: 0.9em;*/
	margin: 0 0 10px;
}
@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.offre img {
		left: 35px;
	}

	body > main > div:last-child > section > article > figure > div > h4 {
		text-align: center;
	}
}
body > main > div:last-child > section > article > h4 {
    display: block;
    margin: 20px 0 10px;
    width: auto;
    font-size: 1em;
    font-weight: normal;
    color: #215B96;
}
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.bull  {}
body > main > div:last-child > section > article >  ul.bull  > li {
	list-style: disc !important;
	margin: 5px 0 0 20px;
}


body > main > div:last-child > section > article > ul.plus {}
body > main > div:last-child > section > article > ul.plus > li {	margin: 0 0 15px 40px;}
body > main > div:last-child > section > article > ul.plus > li:before {
	content:"";
	display: block;
	position: relative;
	width: 33px;
	height: 33px;
	background-image: url("../images/pictos/picto_plus.png");
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 0 -33px -40px;
}

body > main > div:last-child > section > article > ul.pictos {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}
body > main > div:last-child > section > article > ul.pictos > li {
	display: table;
	position: relative;
	width: 100%;
	margin: 0 0 20px;
}
body > main > div:last-child > section > article > ul.pictos > li:before {
	content:"";
	display: table-cell;
	position: relative;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-size: 100px;
	margin: 0;
}
body > main > div:last-child > section > article > ul.pictos > li.automatisation:before {background-image: url("../images/pictos/picto_gear.png");}
body > main > div:last-child > section > article > ul.pictos > li.personnalisation:before {background-image: url("../images/pictos/picto_input.png");}
body > main > div:last-child > section > article > ul.pictos > li.conformite:before {background-image: url("../images/pictos/picto_check.png");}
body > main > div:last-child > section > article > ul.pictos > li.organisation:before {background-image: url("../images/pictos/picto_layers.png");}
body > main > div:last-child > section > article > ul.pictos > li > div {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}body > main > div:last-child > section > article > ul.pictos > li > div > p {
	margin-top: 5px;
}

body > main > div:last-child > section > article > ul.arrow  {}
body > main > div:last-child > section > article > ul.arrow  > li {	margin: 0 0 15px 15px;}
body > main > div:last-child > section > article > ul.arrow > 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 #215B96;
	margin: 0 0 -17px -15px;
}


body > main > div:last-child > section > article > ul > li > ul.bull  {}
body > main > div:last-child > section > article > ul > li > ul.bull  > li {
	list-style: disc !important;
	margin: 5px 0 0 20px;
}

body > main > div:last-child > section > article p.note {
    margin-top: 10px;
	font-size: 12px;
	line-height: normal;
}


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






/*===== FORMULAIRE =====*/
body > main > div:last-child > aside {
	float: right;
	width: 282px;
	background: #efefef;
	margin: 95px 0 20px 0;
	padding: 15px;
}
@media screen and (max-width:750px){
	body > main > div:last-child > aside {
		float: none !important;
		clear: both;
		width: 100%;
		margin-top: 25px;
	}
	body > main > div:last-child > aside > img {
		margin: -60px auto -30px !important;
	}
}

body > main > div:last-child > aside > img {
	display: block;
	position: relative;
	margin: -90px auto -30px;
}

body > main > div:last-child > aside > h2 {
	background: #215B96;
	clear: both;
	color: #fff;
	display: block;
	font-size: 1em;
	margin: -50px -15px 15px;
	padding: 65px 15px 25px;
	text-align: center;
}

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 > 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 > main > div:last-child > aside input[type="submit"], input#submitButton {background: #215B96 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: #215B96; 
	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;
}

/*===== 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 > footer > div {background:  #215B96;}
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: #215b96;}
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-QUERIES =====*/
@media screen and (max-width:550px){
}