@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700&subset=latin-ext');

* {
	box-sizing:border-box;
	margin:0;
	padding:0;
}
body {
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
    color: #000;
	
	background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 75%, #f1f1f1 100%)  fixed 100% 100%;
}
h1, h2, h3, h4 { font-family:"Times New Roman", sans-serif; font-weight:normal;}
p, li, label { font-size: 1em;}
ul li {list-style: none}


/*===== HEADER =====*/
body > header {
    background: #6b79a9 none repeat scroll 0 0;
    border-bottom: 7px solid #6b79a9;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1000;
}
body > header::before {
    border-color: #6b79a9 transparent transparent;
    border-style: solid;
    border-width: 30px 85px 0;
    display: block;
    height: 0;
    margin: -15px auto -20px;
    position: relative;
    top: 119px;
    width: 0;
}
body > header::after {
    border-color: #6b79a9 transparent transparent;
    border-style: solid;
    border-width: 30px 85px 0;
    content: "";
    display: block;
    height: 0;
    margin: -15px auto -20px;
    position: relative;
    top: 3px;
    width: 0;
}
body > header > section {
    display: table;
    width: 100%;
    max-width: 60em;
    margin: 0 auto;
    padding: 20px 0;
	z-index:1000;
}
body > header > section > div {
    display: table-cell;
	position: relative;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
body > header > section > div:first-child {
	width: 70px;
}
body > header > section > div:last-child {
	width: calc(100% - 70px);
}
body > header > section > div > p > img {margin-right: 20px;}
body > header > section > div > h1 {
	color: #fefefe;
    font-size: 1.75em;
    position: relative;
    text-align: left;
	font-family: 'Josefin Sans', sans-serif;
}
body > header > section > div > h2 {
	color: #fefefe;
    font-size: 1.75em;
    position: relative;
    text-align: center;
	font-family: 'Josefin Sans', sans-serif;
}


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




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

/*===== SECTION-GAUCHE =====*/

body > main > div:last-child > section {
    float: left;
	width: 66.667%;
    margin-top: 25px;
}


body > main > div section > article,
body > main > div section > footer {
    clear: both;
}
body > main > div section > footer > p {
	font-size:0.75em;
	margin:50px 0;
}
body > main > div > section > article:first-child {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 3px solid #cdc8cd;
	
}

body > main > div > section > article > h3 {
    clear: both;
    display: block;
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 0 10px;
    width: auto;
}
body > main > div > section > article > h3:nth-of-type(2) {margin-top:40px;}
body > main > div > section > article > h3 b,
body > main > div > section > article > h3 strong {
    color: #555555;
    font-weight: bold;
}
body > main > div > section > article > p {
    font-weight: normal;
	font-size:0.9em;
    line-height: 1.2em;
    margin: 0 0 10px;
    vertical-align: top;
}
body > main > div > section > article:first-of-type > figure {float: right;}
body > main > div > section > article:last-of-type > figure {float: left;}
body > main > div > section > article > div {
	margin-right:5%;
}
body > main > div > section > article > div > h2 {
	font-family: 'Josefin Sans', sans-serif; font-size:1.2em; font-weight: normal;text-align:left; line-height:auto; margin:0 0 5px; padding:0;
}
body > main > div > section > article > div > h2 em {font-size: 0.85em;}
body > main > div > section > article:first-of-type > div > h2 {color:#ef7f00;}
body > main > div > section > article:last-of-type > div > h2 {color:#e31a44;}
body > main > div > section > article > div > p {
	font-size:0.8em; text-align:left; line-height:auto; color:#1D1D1D; margin:15px 0; padding:0;
}
body > main > div > section > article > div > p + ul {
	margin-top: -15px;
}
body > main > div > section > article > div > ul {
	margin-left: 0; padding: 0px;
}
body > main > div > section > article > div > ul li {
	font-size:0.8em; text-align:left; line-height:auto; color:#1D1D1D;
	list-style: disc; margin-left: 20px;
}
body > main > div > section > article > div > p:last-of-type { text-align: center;}
body > main > div > section > article:first-of-type > div > p > a {background:#ef7f00; box-shadow: 0px 5px 0px #D55613}
body > main > div > section > article:last-of-type > div > p > a {background:#e31a44; box-shadow: 0px 5px 0px #bc1638}
body > main > div > section > article:first-of-type > div > p > a:hover {box-shadow: 0px 1px 0px #D55613; top: 4px}
body > main > div > section > article:last-of-type > div > p > a:hover {box-shadow: 0px 1px 0px #bc1638; top: 4px}
body > main > div > section > article:first-of-type > div > p > a:active {box-shadow: inset 0px 3px 3px #D55613; top: 5px;}
body > main > div > section > article:last-of-type > div > p > a:active {box-shadow: inset 0px 3px 3px #bc1638; top: 5px}
body > main > div > section > article > div > p > a {
	font-size:1em; text-align:center; line-height:auto; color:#FFFFFF; text-decoration: none;
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
	padding: 4px 7px;
	margin: 5px;
	border-radius: 3px;
}
body > main > div > section > article > div > table > tbody > tr > td > p {
	font-size:0.8em; text-align:left; line-height:auto; color:#1D1D1D; margin:0; padding:0;
}
body > main > div > section > a > img {
	width:100%;
	height:auto !important;
}


/*===== FORMULAIRE =====*/

body > main > div:last-child > aside {
    float: right;
	width: 29.167%;
    background: #efefef;
    margin-top: 25px;
    padding: 15px;
	margin-bottom:20px;
}
body > main > div:last-child > aside > h2 {
    background: #6b79a9 none repeat scroll 0 0;
    border-bottom: 7px solid #6b79a9;
    clear: both;
    display: block;
    margin: -15px -15px 35px;
    padding: 15px;	
	color: #fefefe;
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
    font-size: 1.5em;
}
body > main > div:last-child > aside > h2::before {
    border-color: #6b79a9 transparent transparent;
    border-style: solid;
    border-width: 30px 85px 0;
    display: block;
    height: 0;
    margin: -15px auto -20px;
    position: relative;
    top: 48px;
    width: 0;
}
body > main > div:last-child > aside > h2::after {
    border-color: #6b79a9 transparent transparent;
    border-style: solid;
    border-width: 30px 85px 0;
    content: "";
    display: block;
    height: 0;
    margin: -15px auto -20px;
    position: relative;
    top: 16px;
    width: 0;
}
body > main > div:last-child > aside > h3 {
    font-size: 0.9em;
    font-weight: bold;
    color: #aa272f;
}
body > main > div:last-child > aside > h2 + p,
body > main > div:last-child > aside > form  p {
    margin: 5px 0 15px 0px;
	font-size:0.9em;
    font-weight: normal;
    line-height: 1.2em;
}
body > main > div:last-child > aside > form  p:nth-of-type(3) {
	font-size:0.8em;
    line-height: 1.1em;
}
form p font {
	color:#9ac19e;
}
body > main > div:last-child > aside > form > p:nth-of-type(2) {font-size:0.75em;}
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"] {
	float: left;
    margin: 5px 5px 0 -5px;
    width: 20px;
}
body > main > div:last-child > aside input[type="submit"] {
    background: #6b79a9 url("../images/cache_fleche.png") no-repeat scroll right center;
    border: medium none;
    color: white;
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin: 15px auto;
    padding: 10px 30px 10px 25px;
    width: auto;
}
body > main > div:last-child > aside input[type="radio"] + p,
body > main > div:last-child > aside input[type="checkbox"] + p {
    display: block;
    width: auto;
    margin:0 0 20px 20px;
}
body > main > div:last-child(2) > aside p + ol{
    display: block;
    width: auto;
    margin:0 0 10px 20px;
}

ol.legend li {
	font-size:0.85em;
    margin:0 0 10px 20px;
}


/*===== FOOTER =====*/

body > footer {
	position:fixed;
	width:100%;
	bottom:0px;
	background:#FFF;
}
body > footer p:first-of-type {
    background: #cdc8cd none repeat scroll 0 0;
    color: #000000;
    display: block;
	font-family: 'Josefin Sans', sans-serif;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}
body > footer p:first-of-type a[href^="tel:"]{
	color: #000000;
    font-size: 1.25em;
    text-decoration: none;
}










/*===== MEDIA-QUERIES =====*/
@media screen and (max-width:960px){
    body > header,
    body > main > div,
    body > footer p:last-of-type {padding: 0 15px}
	
	body > header > section > div > h1 {font-size: 1.75em;}
	body > header > section > div > h2 {font-size: 1.5em;}
}
@media screen and (max-width:839px){
	body > main > div:last-child > section > article > a > img {
		float: right;
		margin:-210px 0 40px 10px;
	}
}
@media screen and (max-width:760px){
	
	
	/*===== HEADER =====*/
    body > header > section > div:nth-of-type(n) {display:block; width: 100%;}
    body > header > section > div > p > img {
        display: block;
        float: none !important;
        margin:5px auto;
        position: relative;
        height: auto;
        text-align: center;
 /*       max-width:80px;*/
    }
     body > header > section > div > h1 {
        display: block;
        float: none;
		margin: 0 auto 5px !important;
		right: 0;
		text-align: center;
    }
     body > header > section > div > h2 {
        display: block;
		float: none;
		margin: 0 auto !important;
		right: 0;
		text-align: center;
    }
	body > header > section > div:last-of-type > h1 > img {
        display: block;
        float: none;
        margin:15px auto;
        position: relative;
		max-width: 341px !important;
        height: auto;
        text-align: center
        
    }	
	body > header::before {top: 285px;}
	body > header::after {top: 6px;}


    
    /*===== * Main =====*/
    body > main > div:first-child > article,
    body > main > div:first-child > article > div,
    body > main > div:first-child > article > figure,
    body > main > div:first-child > article > footer p,
    body > main > div:first-child > article > footer p:nth-child(n),
    
    body > main > div:last-child > section,
    body > main > div:last-child > aside {width: 100%;}
	
	body > main > div:first-child > article > figure {
		margin-bottom: 0 !important;
		margin-top: 20px !important;
	}
    
	body > main > div > section > article > figure {
		display: block;
		float: none !important;
		margin: 20px auto;
		position: relative;
		width: 180px;
	}
	
    body > footer p:first-of-type {width:100%}
    
    body > main > div:last-child > section > article {margin-bottom: 25px;}
    body > main > div:last-child > section > article:nth-of-type(n) > a > img  {float: none; margin: 0 auto; display:  block}
    body > main > div:last-child > section > article + div p { text-align: center}
    
	
	body > main > div:last-child > section > article:nth-of-type(odd) > a > img:first-of-type {margin-top: 0px;}
    
    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 > footer {position:relative !important;}
	
	body > footer p:last-of-type {display:block !important; margin:25px auto;}
	body > main > div:last-child > section > footer {display:none;}
		
		
		body > main > div:last-child > section > article > div h4 {
		border-bottom:2px solid #4ab289 !important;
	}
    
}

@media screen and (max-width:560px){
    
    p, li, label,
    body > main > div:first-child > article > div > p,
    body > main > div:first-child > article > div + figure > p:last-child {font-size: 1em; line-height: 1.5em;}
    body > main > div:first-child > article > div > p:first-child {
		margin:10px 0;
	}
    
	body > main > div:last-child > section > article:not(:last-of-type) > h2 {width:auto;}
	body > main > div:last-child > section > article:nth-of-type(2) > a:last-of-type > img  {float:none;margin:0 auto 20px;}	
	body > main > div:last-child > aside {padding:15px;}
	body > main > div:last-child > aside > h2 {margin: -15px -15px 35px;}
	
	body > main > div:last-child > section > article:nth-of-type(6) > h2 {font-size: 1.3em;}
	body > main > div:last-child > section > article:nth-of-type(6) > p:last-of-type::before {left: 10px;}
	body > main > div:last-child > section > article:nth-of-type(6) > p:last-of-type::after {right: -10px;}
	body > main > div:last-child > section > article:nth-of-type(6) > p:last-of-type {width: 95%;}
	body > main > div:last-child > section > article:nth-of-type(6) > p + img {margin: -40px auto 20px;}


	body > main > div:last-child > section > article > div {
		float: none;
		margin-right: 0%;
		width: 100%;
		
	}
	body > main > div:last-child > section > article > div.accordion > div:last-child {margin-bottom:0 !important;}
	body > main > div:last-child > section > article > div.accordion > div h4 {
		border-bottom: 2px solid #4ab289;
		display: block;
		height: auto;
		padding: 11px 0;
	}
	body > main > div:last-child > section > article > div.accordion > div h4::after {
		border-color: #4ab289 transparent transparent;
		border-style: solid;
		border-width: 15px 15px 0 15px;
		content: "";
		display: block;
		height: 0;
		margin: 0 auto -20px;
		position: relative;
		top: 7px;
		width: 0;
	}
	body > main > div:last-child > section > article > div.accordion.two > div:nth-child(n+3) h4::after {		
		border-color:transparent;
	}
	body > main > div:last-child > section > article:nth-of-type(5) > h2 {
		font-size: 1.25em;
	}
	
	body > footer > p:last-child {
		font-size:0.75em;
	}

}

@media screen and (max-width:533px){
	body > main > div:first-child > article > footer p::before {
		bottom: -90px ;
	}
}

@media screen and (max-width:415px){
	body > header::before {top: 313px;}
}