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

* {
	box-sizing:border-box;
	margin:0;
	padding:0;
}
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 {font-size: 0.75em; line-height: 0px; vertical-align: supper;}

/*===== HEADER =====*/
body > header {	
	background-color:#d6d6d6;
	position:fixed;
	width: 100%;
	margin:0 auto;
	padding: 0 10px;
	border-bottom:2px solid #006eb3;
	z-index:1;
	background: #e5e5e5;	
	background: #ffffff;
}
body > header > section {
    display: table;
    max-width: 60em;
    margin: 0 auto;
    padding: 25px 0;
}
body > header > section > div {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
body > header > section > div:first-of-type {width: 10%;}
body > header > section > div:first-of-type p img {
height: auto;
    margin: 0;
    width: 150px;
}
body > header > section > div:last-of-type {width: 90%;}
body > header > section > div:last-of-type > h1 {	
	color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.12em;
    margin: 8px 0 0 50px;
    text-transform: uppercase;
}
body > header > section > div:last-of-type > h2 {
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1em;
    margin: 0 0 0 50px;
}
body > header > nav {    
	clear:both;
	display:none;
	margin:0;
	padding:0;
	width:100%;
    background:#646464;
	box-shadow: -10px 0 0 #646464, 10px 0 0 #646464;
}
/*==========================*/
body > header > nav > ul {
	margin:0 auto !important;
	width: 100% !important;
    max-width: 60em !important;
}
body > header > nav > ul > li {
	display:inline-block;
    list-style: none;
    border-right:1px solid #FFF;
    vertical-align: middle;
    padding: 5px 15px;
	    width: calc(33.33% - 4px);
}
body > header > nav > ul > li:first-child  {border-left:1px solid #FFF;}
/*
body > header > nav > ul > li:first-child  {width: 32.95% ; border-left:1px solid #FFF;}
body > header > nav > ul > li:nth-child(2) {width: 28.85%;}
body > header > nav > ul > li:last-child   {width: 22.39%;}*/
body > header > nav > ul > li > a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: snow;
    vertical-align: middle;
}

/*===== ARTICLE =====*/
body > main {}
body > main > div:first-child {
    padding: 120px 10px 20px;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f4f4f4 0%, #efefef 99%) repeat scroll 0 0;
	border-bottom:2px solid #006eb3;
}
body > main > div:first-child > article {
	display: table;
    margin: 0 auto;
	width: 100%;
    max-width: 60em;
}
body > main > div:first-child > article > header {
	display: table-cell;
	direction: ltr
}
body > main > div:first-child > article > header > h1 {
    font-size: 1.25em;
	line-height: 1.5em;
    margin: 20px;
	text-align: left;
}
body > main > div:first-child > article > div  {
    display: table-cell;
    vertical-align: top;
    width: 57%;
}
body > main > div:first-child > article > div > div  {
    background: #fafafa none repeat scroll 0 0;
    border: 5px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
    display: block;
    padding: 15px;
}
body > main > div:first-child > article > div > div > h2 {
    font-size: 1em;
    margin: 0 0 20px;
	color: #386db2;
}
body > main > div:first-child > article > div p,
body > main > div:first-child > article > div li {
    font-size: 0.9em;
	margin-bottom: 10px;
}
body > main > div:first-child > article > div li {list-style: disc;margin-left: 20px;}
body > main > div:first-child > article > div > div > p:last-child {
    margin-bottom: 0px;
}
body > main > div:first-child > article > div + figure {
    display: table-cell;
    vertical-align: top;
    padding-left: 3%;
}
body > main > div:first-child > article > div + figure > p {
    text-align: center;
}
body > main > div:first-child > article > div + figure > p > img {
	display: block;
	position: relative;
    height: auto;
	max-width: 88%;
    width: 100%;
	margin: 50px auto;
}
body > main > div:first-child > article > div + figure > p:last-child {
    margin-top: 15px;
    text-align: left;
    font-size: 0.75em;
}
body > main > div:first-child > article > div + figure > p:last-child strong {color: #006eb3;}

/*
body > main > div:first-child > article > footer {
    clear: both;
    display: block;
}

body > main > div:first-child > article > footer {margin:15px 0 15px;}
body > main > div:first-child > article > footer > a {margin-bottom: 10px;}
body > main > div:first-child > article > footer > a,
body > main > div:first-child > article > footer > div {
    display: block;
    float: left;
    font-weight: bold;
    text-align: center;
    padding: 5px 2vw;
    background:  #006eb3 url("../images/cache_fleche.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 > main > div:first-child > article > footer > div > p,
body > main > div:first-child > article > footer > div > ul {
	display: block;
	width: auto;
	max-width: 685px;
	margin: 0 auto;
	padding: 0 5px;
}
.chrome.mac body > main > div:first-child > article > footer > div > p,
.chrome.mac body > main > div:first-child > article > footer > div > ul {max-width: 632px}
.gecko.mac body > main > div:first-child > article > footer > div > p,
.gecko.mac body > main > div:first-child > article > footer > div > ul {max-width: 640px}
.safari.mac body > main > div:first-child > article > footer > div > p,
.safari.mac > main > div:first-child > article > footer > div > ul {max-width: 650px !important}

.chrome.win body > main > div:first-child > article > footer > div > p,
.chrome.win body > main > div:first-child > article > footer > div > ul {max-width: 640px}
.gecko.win body > main > div:first-child > article > footer > div > p,
.gecko.win body > main > div:first-child > article > footer > div > ul {max-width: 720px}
@media all and (-ms-high-contrast:none) {
	body > main > div:first-child > article > footer > div > p,
	body > main > div:first-child > article > footer > div > ul {
		max-width: 685px !important;
	}
}
body > main > div:first-child > article > footer > div > ul > li {
	text-align: left;
	margin-left: 15px;
	list-style: disc;
}
body > main > div:first-child > article > footer > div > ul > li > a {color: #FFFFFF}
body > main > div:first-child > article > footer > a:nth-of-type(1) { width: 58%; margin-right:1%;}
body > main > div:first-child > article > footer > a:nth-of-type(2) { width: 41%; margin-right:0%;}
body > main > div:first-child > article > footer > div:nth-of-type(1) { width: 100%; margin-right:0%; background-color: #ACA48B;}
body > main > div:first-child > article > footer > a:hover {background-color:#ffffff; color:#000000;}

*/

body > main > div:first-child > article > footer {
    clear: both;
    display: block;
}

body > main > div:first-child > article > footer {margin:35px 0 15px;}
body > main > div:first-child > article > footer > div:nth-of-type(1) {
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    background:  #A6A6A6;	
	color: white;
	text-decoration: none;
}
body > main > div:first-child > article > footer > div > ul {
	display: table;
	width: 100%;
	border-spacing:0px;
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
}
body > main > div:first-child > article > footer > div > ul > li {
	display: table-cell;
	padding: 0px;
	list-style: none;
	width: 33.33%;
	border-right:2px solid #FFFFFF;
}
body > main > div:first-child > article > footer > div > ul > li > p {font-size: 14px;font-weight: normal !important}
body > main > div:first-child > article > footer > div > ul > li:last-of-type {
	border-right:none !important;
}
body > main > div:first-child > article > footer > div:nth-of-type(2) {
    display: block;
    text-align: center;
    padding: 10px 5px 5px;
	color: #000000;
	text-decoration: none;
}
body > main > div:first-child > article > footer > div:nth-of-type(2) p {font-size: 14px}


/*===== 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: 66.667%;
    margin-top: 25px;
}
body > main > div:last-child > section > h1 {
    font-size: 1.5em;
	line-height: 1.75em;
    margin-bottom: 20px;
    clear: both;
	text-align: left;
	color: #006eb3;
}
body > main > div:last-child > section > h2 {
    font-size: 1.25em;
	line-height: 1.5em;
    margin-bottom: 20px;
    clear: both;
}
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:nth-of-type(n+2) {/*margin-bottom: 65px;*/}
/*/////////*/
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:00px;
	height:0;
	overflow:hidden;
}
.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 > article > h3::before {
    border-color: transparent transparent transparent #006eb3;
    border-style: solid;
    border-width: 8px 12px;
    color: #006eb3;
    content: "";
    display: block;
    float: left;
    margin-left: -24px;
    margin-top: 3px;
}
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: #000;
    font-weight: bold;
}
body > main > div:last-child > section > article:first-of-type > div.video-container + h3 {display: block;margin: 10px 0 15px 25px;}
body > main > div:last-child > section > article:first-of-type > div.video-container + h3:before {
    border-color: transparent transparent transparent #cb2b0d;
    border-style: solid;
    border-width: 7px 0 7px 15px;
    color: #cb2b0d;
    content: "";
    float: left;
	margin-left: -25px;
	margin-top: 5px;
}
body > main > div:last-child > section > article > figure {}
body > main > div:last-child > section > article > figure:last-of-type {margin-right:0;}
body > main > div:last-child > section > article > figure img {
	display:block;
	margin:5px auto;
}

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(odd):not(:nth-child(1)) > a {
    float: right;
    margin-bottom: 20px;
    margin-left: 20px;
}


body > main > div:last-child > section > article:nth-of-type(even) > figure {}
body > main > div:last-child > section > article:nth-of-type(even) > a {
    float: left;
    margin-bottom: 20px;
    margin-right: 40px;
}
body > main > div:last-child > section > article > figure p.le_plus {
	background-color: #e5e5e5;
    background-image: url("../images/picto_plus_bandeau.png");
    background-position: left top;
    background-repeat: no-repeat;
	    color: black;
    clear: both;
    float: none;
	margin: 0 auto;
    padding: 45px 10px 10px;
	font-size: 0.8em;
    font-weight: normal;
	width: auto;
	text-align: left;
}

body > main > div:last-child > section > article > table {width:100%}
body > main > div:last-child > section > table tr td:nth-child(9) {width:25%;}
body > main > div:last-child > section > article > table p {text-align:center;}
body > main > div:last-child > section > table p:first-of-type {
	font-size:0.85em;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
}
body > main > div:last-child > section > article > h4 {
    display: block;
    width: auto;
    font-size: 0.9em;
    font-weight: normal;
    color: black;
    margin: 5px 0 2px 20px;
}
body > main > div:last-child > section > article > h4:before {
    content: ">";
    display: block;
    float: left;
    width: 20px;
    margin-left: -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 > p strong: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 > section > article:nth-child(odd) > ul {
	padding-left: 225px
}
body > main > div:last-child > section > article > ul > li::before {
	border-color: transparent transparent transparent dimgray;
    border-style: solid;
    border-width: 5px 7px;
    color: dimgrey;
    content: "";
    display: block;
    float: left;
    margin: 6px 0 0 -10px;
	
}
body > main > div:last-child > section > article > ul > li {
    display: block;
    margin: -5px 10px 5px 25px;
    position: relative;
    right: -10px;
    width: auto;
    z-index: -1;
}
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: 29.167%;
    background: #efefef;
    margin-top: 40px;
    padding: 15px;
}
body > main > div:last-child > aside > h2 {
    background: #386db2 none repeat scroll 0 0;
    clear: both;
    color: #fff;
    display: block;
    font-size: 1.1em;
	line-height: 1.4em;
    margin: -25px -15px 20px;
    padding: 25px 15px;
    text-align: center;
}
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: transparent url("../images/btn-valider.png") no-repeat scroll center center;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    display: block;
    height: 27px;
    margin: 20px auto;
    padding: 0;
    position: relative;
    text-indent: -9999px;
    width: 125px;
}
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 > 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(2) > input[type="radio"] + p > strong { color: #aa272f;}
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 > ul {margin:0 0 15px 20px;}
body > main > div:last-child > aside > form > div > div.bandeau > ul > li { margin: 0; line-height: 1.25em;}
body > main > div:last-child > aside > form > div > div.bandeau > ul:first-child > li:nth-child(n+2):not(:nth-child(n+4)) {}
body > main > div:last-child > aside > form > div > div.bandeau > ul:first-child > li:nth-child(n+2):not(:nth-child(n+4)):before {}
body > main > div:last-child > aside > form > div > div.bandeau > ul > li > strong { color: #aa272f}
body > main > div:last-child > aside > form > div > div.bandeau > ul > li > b.offert { color: #ee721e}
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 {
    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 {
    display: block;
    float: left;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px 3vw;
    background:  #006eb3 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: 0 5px
}
.chrome.mac body > footer > div > p,
.chrome.mac body > footer> div > ul {max-width: 632px}
.gecko.mac body > footer > div > p,
.gecko.mac body > footer> div > ul {max-width: 640px}
.safari.mac body > footer > div > p,
.safari.mac body > footer> div > ul {max-width: 685px !important}

.chrome.win body > footer > div > p,
.chrome.win body > footer> div > ul {max-width: 640px}
.gecko.win body > footer > div > p,
.gecko.win body > footer> div > ul {max-width: 720px}
body > footer > div > ul > li {
	text-align: left;
	margin-left: 15px;
	list-style: disc;
}
@media all and (-ms-high-contrast:none) {
	body > footer > div > p,
	body > footer> div > ul {
		max-width: 685px !important;
	}
}
body > footer> div > ul > li > a {color: #FFFFFF}
body > footer > div { width: 100%; margin-right:0%; background-color: #ACA48B;}
body > footer p:first-of-type a[href^="tel:"]{color: white; text-decoration: none; font-weight:bold;}
body > footer > p {font-size: 0.75em;}
body > footer > p.rgpd {font-size: 0.66em; line-height: normal; text-align: justify;}

/*===== MEDIA-QUERIES =====*/
@media screen and (max-width:960px){
    body > main > div,
    body > footer {padding-left:15px !important; padding-right:15px !important}
}
@media screen and (max-width:802px){
	body > main > div:first-child > article > div > h2 {margin: calc(5% - 10px) 0 20px !important;}
}
@media screen and (max-width:760px){
	body > header > nav > ul > li {
    border-bottom: 1px solid #fff;
    border-left: medium none;
    border-right: medium none;
    display: block;
}
	body > header > section > div:first-of-type p img {width: 150px;}
	body > header > section > div:last-of-type > h1 {font-size: 1.5em;}
    /*===== * 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 + figure {padding-left: 0;}
	body > main > div:first-child > article > div + figure > p > img {margin-left: 0 !important;}
	
	
    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 > footer > div,
	body > footer div {float: none;}
	body > main > div:first-child > article > div {max-width:100% !important}	
	body > main > div:first-child > article > footer > div > p {text-align: ;}
	body > main > div:first-child > article > footer > a:hover {background-color:#ffffff !important; color:#000000;}
	body > main > div:first-child > article > div > section + p {margin: 5px 0 !important}	
    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 > main > div:last-child > section > article + div p,
	body > footer > div > p { text-align: left}
    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 > footer p:first-of-type {width:100%}	
}
@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,
    body > main > div:last-child > section > article > p,
    body > footer p:last-of-type{ font-size: 1em; 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) > 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;
		border-bottom:none;
		box-shadow: none;
	}
    body > header > section {display: block; padding: 10px;}
    body > header > section > div:nth-of-type(n) {display:block; width: 100%;}
    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;
		max-width: 150px;
    }
     body > header > section > div > h1,
	 body > header > section > div:last-of-type > h1 {
		font-size: 1.5em;
		margin: 0 auto;
		text-align: center;
    }
	
	body > header > section > div > h2 {margin: 0 !important; text-align: center;}
	body > header > nav {
		display:block !important;
		padding: 0 10px;
		border-bottom:10px solid #006eb3;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.33);
	}
    body > header > nav > ul,
    body > header > nav > ul > li:nth-child(n) {width:100%;}    
    body > header > nav > ul > li {
        display:block;
        border-right: none;
        border-left: none;
        border-bottom:1px solid #FFF;
    }
    body > header > nav > ul > li:first-child {border-left:none;}
    body > header > nav > ul > li:last-child {border-bottom:none;}
        
	body > main {padding: 160px 0 0;}
	body > main > div:first-child {padding: 20px 10px 10px;}
	body > main > div:last-child > section > article > figure {
		margin-right: 0;
		vertical-align: top;
		width:100%;
		float:none;
		clear:both
	}
	body > main > div:last-child > section > table tr td { display:block !important; width:100% !important; float:none; clear:both;}
	body > main > div:last-child > section > table p {text-align:left !important;}
	body > main > div:last-child > section > table img {
		display: block;
		float: left;
		margin: 0 10px;
	}
	body > main > div:last-child > section > article > table p:first-of-type {
		margin-top:15px;
		display: block;
		float:none;
		clear:both
	}
}
@media screen and (max-width:340px){body > main {padding: 180px 0 0;}}