@charset "UTF-8";
/* CSS Document */
* {
	box-sizing:border-box;
	margin:0;
	padding:0;
}

*::selection {
  background-color: #ee8a23 !important;
  color: white !important;
}
*::-moz-selection {
  background-color: #ee8a23 !important;
  color: white !important;
}
a, a img {
	border:none !important;
	border-width:0px;
}
body {
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.2em;
    color: dimgray;
}
h1, h2, h3, h4 {}
p, li, label { font-size: 0.8em;}
ul li {list-style: none}
sup {
	line-height: 0;
	font-size: 0.7em;
	vertical-align: super;	
}

/*===== HEADER =====*/
body > header {	
	padding:0 10px;
	position:fixed;
	width: 100%;
	margin:0 auto;
	border-bottom:5px solid #ee8a23;
	z-index:10;
	
	background: #F3F3F3;
	
}
body > header > section {
    display: table;
	width: 100%;
    max-width: 60em;
    margin: 0 auto;
    padding: 20px 0;
}
body > header > section > div {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
body > header > section > div:first-of-type {
	width:150px;
}
body > header > section > div:first-of-type img:first-child {
	width: 29.5%;
	max-width:59px;
	min-width: 30px;
	height: auto;
}
body > header > section > div:first-of-type img:last-child {
	width: 70.5%;
	max-width:141px;
	height: auto;
}
body > header > section > div:last-of-type {
	width: calc(100% - 150px);
	padding-left: 20px;
}
body > header > section > div:last-of-type > h1 {
	font-size: 30px;
	line-height: normal;
    margin: 0 0 -4px 0;	
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
    position: relative;
    text-align: left;
	color: #000000;
}

body > header > section > div:last-of-type > h1 span {
	color: #ee8a23;
}



/*===== ARTICLE =====*/
body > main {
}
body > main > div:first-child {
	display: block;
	position: relative;
	top: 105px;
	margin: 0;
	padding: 30px 10px;
	background-color: #F0F1F3;
	background-image: url("../images/fond.jpg");
	background-repeat: repeat-x;
	background-position: center bottom 70px;
	background-size: 100% calc(100% + 0vw);
}
body > main > div:first-child > section {
    margin: 0 auto;
    max-width: 60em;
    display: table;
	border-collapse: collapse;
	border-spacing: 0px;
}

body > main > div:first-child > section > figure,
body > main > div:first-child > section > article {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
body > main > div:first-child > section > figure > img {
	display: block;
	position: relative;
	width: 100%;
	max-width: 480px;
	height: auto;
	margin: 0 auto;
}
body > main > div:first-child > section > figure > span {
    display: block;
    position: relative;
    top: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
	background-color: #bc290a;
    background-image: url("../images/macaron.png");
	background-repeat: no-repeat;
	background-size: contain;
    float: right;
	border-radius: 50%;
    z-index: 2;
}
body > main > div:first-child > section > article > div {
	display: block;
	width: 100%;
	position: relative;
	height: auto;
	padding: 15px;
	background-color: rgba(255,255,255,0.4);
}
body > main > div:first-child > section > article > div > p {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0 0 20px;
	color: #000000
}
body > main > div:first-child > section > article > div > p:last-of-type{margin:0;}

body > main > div:first-child > p {
    display: block;
    max-width: 28em;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5em;
    margin: 20px auto 0;
    color: #000000;
}
body > main > div:first-child > p::before {
    border-color: transparent transparent transparent #ee8a23;
    border-style: solid;
    border-width: 6px 10px;
    color: #ee8a23;
    content: "";
    display: block;
    float: left;
    margin-left: -15px;
    margin-top: 6px;

}
body > main > div:first-child > p::after {
    border-color: transparent #ee8a23 transparent transparent ;
    border-style: solid;
    border-width: 6px 10px;
    color: #ee8a23;
    content: "";
    display: block;
    float: right;
    margin-right: -15px;
    margin-top: 6px;

}


/*===== DESCRIPTION PRODUIT + FORMULAIRE =====*/
body > main > div:last-child {
	position: relative;
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	top: 105px;
    margin: 0 auto;
    padding: 0px;
	width: 100%;
    max-width: 60em;
}

/*===== SECTION-GAUCHE =====*/
body > main > div:last-child > section {
	display: table-cell;
	vertical-align: top;
	width: calc(100% - 275px);
    padding: 30px 20px 30px 10px;
}
body > main > div:last-child > section > h2 {
    font-size: 1.25em;
	line-height: 1.5em;
    margin-bottom: 20px;
    clear: both;
	color: #ee8a23;
}
body > main > div:last-child > section > h2 span {text-transform:uppercase;}
body > main > div:last-child > section > h2 span font {text-transform:lowercase;font-size: 1.4em;}
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::before {
    border-color: transparent transparent transparent #ee8a23;
    border-style: solid;
    border-width: 6px 10px;
    color: #ee8a23;
    content: "";
    display: block;
    float: left;
    margin-left: -15px;
    margin-top: 6px;
}
body > main > div:last-child > section > article > table h3,
body > main > div:last-child > section > article > h3 {
    display: block;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.5em;
    margin: 10px 0 15px 20px;
    width: auto;
}
body > main > div:last-child > section > article h3 b,
body > main > div:last-child > section > article h3 strong {
    color: #ee8a23;
    font-weight: bold;
}
body > main > div:last-child > section > article > figure p {text-align:center}
body > main > div:last-child > section > article > figure p:first-of-type {font-weight:bold;}


body > main > div:last-child > section > article:nth-of-type(even) > figure,
body > main > div:last-child > section > article:nth-of-type(even) > a,
body > main > div:last-child > section > article:last-of-type > a {
    float: left;
    margin-bottom: 20px;
    margin-left: 0px;
}
body > main > div:last-child > section > article:nth-of-type(odd) > figure,
body > main > div:last-child > section > article:nth-of-type(odd):not(:last-of-type) > a {
    float: left;
    margin-bottom: 20px;
    margin-right: 40px;
}


body > main > div:last-child > section > article a[href="#abonnement"] {
	background: #ee8a23 url("../images/cache_fleche_blanc.png") no-repeat scroll right center;
    color: white;
    display: block;
	width: 165px;
	float: none;
	position: relative;
    font-weight: bold;
    margin: 0 auto 10px;
    padding: 10px 35px 10px 30px;
    text-align: center;
    text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
body > main > div:last-child > section > article a[href="#abonnement"]:hover {background-color: #EFEFEF; color: #000000;}
body > main > div:last-child > section > article > h4 {
    display: block;
    width: auto;
    font-size: 0.9em;
    font-weight: normal;
    color: black;
    margin: 5px 0 10px 20px;
}
body > main > div:last-child > section > article > p {
    display: block;
    width: auto;
    font-size: 0.8em;
    font-weight: normal;
    margin: 0 0 10px 20px;
}

body > main > div:last-child > section > article > table.picto {
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	direction: ltr;
}
body > main > div:last-child > section > article > table.picto td {
	display: table-cell;
	vertical-align: middle;;
}
body > main > div:last-child > section > article > table.picto td:first-child {
	width: 50px;
	padding: 0 0 20px 0;
}
body > main > div:last-child > section > article > table.picto td img {
	display: block;
	width: 50px;
	height: 50px;
}
body > main > div:last-child > section > article > table.picto td:last-child {
	padding: 0 0 10px 20px;
}
body > main > div:last-child > section > article > table.picto td h3 {margin: 0;
}

body > main > div:last-child > section > article > ul > li {
    list-style: outside none disc;
    margin: 0 10px 5px 25px;
    position: relative;
    right: -10px;
    width: auto;
}
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 {
	display: table-cell;
	vertical-align: top;
	width: 275px;
    background: #efefef;
	
    padding: 30px 25px 30px 15px;
	box-shadow: inset -10px 15px 0px #FFFFFF;
    
}
body > main > div:last-child > aside > h2 {
    background: #ee8a23 none repeat scroll 0 0;
    clear: both;
    color: #fff;
    display: block;
    font-size: 1em;
    margin: -15px -15px 15px -15px;
    padding: 15px;
    text-align: center;
}

body > main > div:last-child > aside > h2 > strong {display: block; font-weight: bold;}
body > main > div:last-child > aside > h2 > strong > big {display: block;margin: 0; padding: 0;font-size: 1.25em;	line-height: 1.4em;}
body > main > div:last-child > aside > h2 > span {}
body > main > div:last-child > aside > h2 > small { font-weight: normal; text-transform: lowercase;}
body > main > div:last-child > aside > h3 + p {
    margin: 0 0 15px 10px; padding: 0;
}
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 {
    position: relative;
	display: block;
    margin: 20px auto;
    padding: 8px 15px 8px 10px;
	max-width: 150px;
	
	background: #ee8a23 url("../images/cache_fleche.png") no-repeat scroll right center;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    
	font-size: 1.25em;
	font-weight: bold;
	color: #FFFFFF;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	
	border: 0px;
	border-radius: 0px;
}
body > main > div:last-child > aside input[type="submit"]:hover, input#submitButton:hover {
	color: #ee8a23; 
	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: #ee8a23;}
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;
	padding: 5px;
	background: #fcfcfc;
	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: #e2003b}
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;
}
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: "(1)"}
body > main > div:last-child > aside ol li:nth-child(2)::before {content: "(2)"}
body > main > div:last-child > aside ol li:nth-child(3)::before {content: "(3)"}
body > main > div:last-child > aside ol li:nth-child(4)::before {content: "(4)"}
body > main > div:last-child > aside ol li:nth-child(5)::before {content: "(5)"}
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;
}	
body > main > div:last-child > aside p,
body > main > div:last-child > aside p + ol li,
body > main > div:last-child > aside ol li {
    line-height: 1.25em;
}
body > main > div:last-child > aside p + ol li,
body > main > div:last-child > aside ol li {
	font-size: 0.66em;
}
body > main > div:last-child > aside p + ol li {}
body > main > div:last-child > aside p:nth-of-type(n+2) {font-size:0.7em;}

/*===== FOOTER =====*/
body > footer {
	display: block;
	position: relative;
    margin:  25px auto;
	padding: 0 10px 30px;
    max-width: 60em;
	top:100px;
}
body > footer > div > p,
body > footer > div > ul {
    display: block;
    margin: 0 auto;
    max-width: 640px;
    padding: 0 5px;
    width: auto;
}
body > footer > div {
    display: block;
    float: left;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px 3vw;
    background:  #ee8a23 url("../images/cache_fleche_blanc.png") right center no-repeat;	
	color: white;
	text-decoration: none;	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
body > footer > div > p,
body > footer> div > ul {
	display: block;
	width: auto;
	max-width: 685px;
	margin: 0 auto;
	padding: 5px 5px 5px 5px;
	line-height: 25px;
}
body > footer > div > ul > li {
	text-align: left;
	margin-left: 15px;
	list-style: disc;
}
body > footer> div > ul > li > a {color: #FFFFFF}
body > footer > div { width: 100%; margin-right:0% }
body > footer p:first-of-type a[href^="tel:"]{color: white; text-decoration: none; font-weight:bold;}


body > footer > figure {
	display: table;
}
body > footer > figure > a {
	display: table-cell;
	vertical-align: middle;
    padding: 10px 20px 10px 0;
	width: 142px;
}
body > footer > figure > p {
	display: table-cell;
	vertical-align: middle;
	font-size: 0.75em;
    line-height: 1.25em;
	width: calc(100% - 142px)
}
p.rgpd {
	font-size: 12px;
	line-height: normal;
	text-align: justify;
	margin: 10px 0 0;
}

/*===== MEDIA-QUERIES =====*/
@media screen and (max-width:960px){
	body > main > div:first-child {top:100px;}
    body > main > div,
    body > footer {padding-left:15px !important; padding-right:15px !important}
}
@media screen and (max-width:875px){
	body > header > section > div:last-of-type > h1 {font-size: 3.25vw;}
	body > header > section > div:last-of-type > h2 {font-size: 3vw;}
}
@media screen and (max-width:760px){
	
	body > main > div:first-child {
		top:90px;
		background-repeat: repeat-x;
		background-position: center top -5vw;
		background-size: contain;
	}
	body > main > div:first-child > section,
	body > main > div:first-child > section > figure,
	body > main > div:first-child > section > article {
		display: block;
		width: 100%;
	}
	body > main > div:last-child > section {
		padding: 0px 10px 0 10px;
	}
	body > main > div:last-child > aside {
		padding: 0px 15px 10px 15px;
		box-shadow: none;
	}
	body > main > div:first-child > section > figure img {
		margin-top: 30px;
	}
	
    /*===== * Main =====*/
    body > main > div:first-child > article,
    body > main > div:first-child > article > div,
    body > main > div:first-child > article > div + figure,
    body > main > div:last-child > section,
    body > main > div:last-child > aside {float: none;width: 100% !important; display:block !important;margin-top: 20px;}	
	body > main > div:first-child > article > div {padding:0;}
    body > main > div:first-child > article > footer a,
    body > main > div:first-child > article > footer p,
    body > main > div:first-child > article > footer p:nth-child(n) {float: none;width: 100% !important;}
	body > main > div:first-child > article > div > h2 {margin: 0 0 15px !important;}
	
	body > main > div:first-child > article > div > div {
		margin-top:20px;
	}
		
	body > main > div:first-child > article > footer > ul > li {
		background: #ee8a23;
		border-right: medium none;
		display: block;
		list-style: outside none none;
		margin-top: 7px;
		transition: all 0.5s ease-in-out 0s;
		width: 100%;
	}
	
	body > main > div:last-child > section > article > figure,
	body > main > div:last-child > section > article > figure,
	body > main > div:last-child > section > article > a {
		float: none;
		margin: 0 auto 20px;
	}
	
    body > main > div:last-child > section > article {margin-bottom: 25px;}
	body > main > div:last-child > section > article > h3::before {margin: 3px -10px -15px -20px;}
	body > main > div:last-child > section > article > ul > li::before {margin:5px 0 0 -15px;}
    body > footer p:first-of-type {width:100%}
    body > main > div:last-child > aside label,
    body > main > div:last-child > aside input,
    body > main > div:last-child > aside select { min-height: 25px}
    body > main > div:last-child > aside textarea { min-height: 200px}
	body > main > div:last-child > aside input,
	body > main > div:last-child > aside select,
	body > main > div:last-child > aside textarea {background:#FFF; border: 1px inset #B2B2B2; border-radius: 5px}
    body > footer p:first-of-type {width:100%}
	
	body > footer > div{background: none;}
	
	body > footer > figure > a {
		display: none;
		/*vertical-align: middle;
		width: 40px !important;
		padding: 10px 20px 10px 0;*/
	}

	body > footer > figure > a img.logo-max { display: none !important;}
	body > footer > figure > a img.logo-min { display: block !important; position: relative; margin: 0 auto;}
}
@media screen and (max-width:665px){
	body > header > section > div:first-of-type { width: 30px; height: auto;}
	body > header > section > div:last-of-type {
		width: calc(100% - 330px);
		padding-left: 10px;
	}
	body > main > div:first-child, body > main > div:last-child {
		top:70px;
	}
	
	body > header > section > div:first-of-type p img.logo-min { width: 30px;}
	body > header > section > div:first-of-type p img.logo-max { display: none;}
	
	body > header > section > div:last-of-type > h1 {font-size: 1.25em !important; margin-bottom: -10px}
	body > header > section > div:last-of-type > h2 {font-size: 1.20em !important;}
	
}
@media screen and (max-width:560px){
    body > main > div:last-child > section > article > p { font-size: 1em !important; line-height: 1.5em;}
	body > main > div:last-child > section > article:nth-of-type(n) > a img ,
    body > main > div:last-child > section > article:nth-of-type(n) > figure > a,
	body > main > div:last-child > section > article:nth-of-type(n) > figure > a img ,
    body > main > div:last-child > section > article:nth-of-type(n) > a  {float: none !important; margin: 0 auto !important; display:  block}
    body > main > div:last-child > section > article:nth-child(odd) > ul {padding-left: 0px;}
    
	/*===== HEADER =====*/
	body > header {
		position: absolute;
		padding: 0;
		box-shadow: none;
	}
    body > header > section {display: block; padding: 10px;}
    body > header > section > div > p > img,
	body > header > section > div:first-of-type p img  {
        display: block;
        float: none;
        margin:0px auto 5px;
        position: relative;
        height: auto;
        text-align: center;
    }
     body > header > section > div > h1,
	 body > header > section > div:last-of-type > h1,
     body > header > section > div > h2,
	 body > header > section > div:last-of-type > h2 {
		 margin: 0;
		 text-align: left;
    }
	
     
	body > main > div:first-child > p::before,body > main > div:first-child > p::after {display: none;}
	
	body > main > div:first-child, body > main > div:last-child {
		top:70px;
	} 
	body > footer > figure {
		display: block;
		clear: both;
	}
}
@media screen and (max-width:515px){
	
	body > header > section > div:last-of-type > h2 {
		left: -30px;
		text-align: center;
		width: calc(100% + 30px);
		margin-top: 10px;
		padding-top: 5px;
		border-top:1px solid dimgray;
	}
}