@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;
	font-size: 1em;
	line-height: 1.2em;
    color: dimgray;
}
h1, h2, h3, h4 {}
p, li, label { font-size: 0.8em;}
ul li {list-style: none}


/*===== HEADER =====*/
body > header {
    background: #FFFFFF;
    margin:0;
    padding: 0 10px;
    border-bottom: 2px solid #c9d200;
}
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 !important;
    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.50em;
    font-weight: normal;
    line-height: 1.12em;
    margin: 8px 0 0 50px;
    text-transform: uppercase;
}

body > header > section > div:last-of-type > h3 {
	color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.35em;
    font-weight: normal;
    line-height: 1.12em;
    margin: -15px 0 0 50px;
}

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: 1.0em;
    margin: 0 0 0 50px;
}


/*===== ARTICLE =====*/
body > main div {
    padding: 0 10px;
}

body > main > div:first-child {
    padding-top: 25px;
	padding-bottom: 30px;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f4f4f4 0%, #efefef 99%) repeat scroll 0 0;
	border-bottom: 2px solid #c9d200;
}
.ie9 body > main > div:first-child {background: #f4f4f4;}

body > main > div:first-child > article {
    margin: 0 auto;
    max-width: 60em;
    display: block;
}
body > main > div:first-child > article > header > h1 {
    font-size: 1.25em;
    line-height: 1.25em;
    margin-bottom: 20px;
}

body > main > div:first-child > article > div  {
    width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}
body > main > div:first-child > article > div > section {
	display: table-cell;
	vertical-align: middle;
	width: 60%;
	padding-right: 30px
}
body > main > div:first-child > article > div > section > 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: 20px;
}
body > main > div:first-child > article > div > section > div > h1 {
    color: #000;
	line-height: 1.50em;
}
body > main > div:first-child > article > div > section > div > h2 {
	color: dimgray;
	font-size: 1em;
	margin-top: 0
}

body > main > div:first-child > article > div > section > div > p {
    font-size: 0.8em;
    margin-top: 10px;
	text-align: justify;
}
body > main > div:first-child > article > div > figure {
	margin: 0 0 20px 50px;
	display: table-cell;
	vertical-align: middle;
}
body > main > div:first-child > article > div > figure > p {
    text-align: center;
}

body > main > div:first-child > article > div > figure > p > img {
    width: 100%;
    max-width: 345px;
    height: auto;
}
body > main > div:first-child > article > div > figure > p:last-child {
    margin:20px 0 20px;
    text-align: left;
    font-size: 0.75em;
}
body > main > div:first-child > article > div > figure > p:last-child strong {color: #9DA400; display:inline-block;}

body > main > div:first-child > article >  p {margin-top: 10px}

body > main > div:first-child > article:last-of-type {
	width: 100% !important;
}
body > main > div:first-child > article > h2 {
	font-size: 1.25em;
	line-height: 1.25em;
	margin-bottom: 20px;
	text-align: center;
	margin: 20px 0;
}
body > main > div:first-child > article > footer {
	display: table;
	border-collapse: collapse;
	margin: 15px 0;
	width: 100%;
}
body > main > div:first-child > article > footer > div {
	display: table-cell;
}
body > main > div:first-child > article > footer > div:first-child {
	padding: 0 5px 0 0;
}
body > main > div:first-child > article > footer > div:last-child {
	padding: 0 0 0 5px;
}
body > main > div:first-child > article > footer > div > a {
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
body > main > div:first-child > article > footer > div > a:first-child {
	display: block;
	font-weight: bold;
	padding: 5px 2vw;
	background: #c9d200 url("../images/cache_fleche.png") right center no-repeat;
	color: #505050;
	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;
	width: 100%;
	height: 50px;
}
body > main > div:first-child > article > footer > div > a:first-child {
	line-height: 40px
}
body > main > div:first-child > article > footer > div > a:last-child {
	color: #e32240;
	font-weight: bold;
	margin-top: 10px
}
body > main > div:first-child > article > footer > div {
	display: table-cell;
	float: left;
	margin-right: 0;
	width: 50%;
}
body > main > div:first-child > article > footer > div > a:first-child:hover {
	background-color: #386db2;
	color: #ffffff;
}



/*===== DESCRIPTION PRODUIT + FORMULAIRE =====*/

body > main > div:last-child {
    margin: 0 auto;
    max-width: 60em;
}

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

body > main > div:last-child > section {
    float: left;
	width: 65%;
    margin-top: 25px;
}
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;
	width: 100%;
}
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 {
    display: block;
    width: auto;
    font-size: 1em;
	line-height: 1.5em;
    font-weight: normal;
    margin: 10px 0 15px 20px;
}
body > main > div:last-child > section > article > h3 a{
    color: /*#8bac49*/ dimgray;
    font-weight: bold;
}
body > main > div:last-child > section > article > h3 b,
body > main > div:last-child > section > article > h3 strong {
    color: /*#8bac49*/ dimgray;
    font-weight: bold;
}
body > main > div:last-child > section > article > h3::before {
    color: #386db2;
    display: block;
    float: left;
    font-weight: bold;
    margin-left: -20px;
    width: 20px;
}
body > main > div:last-child > section > article > h3 {
    margin-left: 15px;
}
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 #386db2;
    border-style: solid;
    border-width: 7px 0 7px 15px;
    color: #386db2;
    content: "";
    float: left;
    font-weight: bold;
    width: 5px;
	margin-left: -25px;
	margin-top: 5px;
}

body > main > div:last-child > section > article:nth-of-type(2) > h3:before {content: "1";}
body > main > div:last-child > section > article:nth-of-type(3) > h3:before {content: "2";}
body > main > div:last-child > section > article:nth-of-type(4) > h3:before {content: "3";}
body > main > div:last-child > section > article:nth-of-type(5) > h3:before {content: "4";}


body > main > div:last-child > section > article > figure {
	display:inline-block;
	width:30%;
	vertical-align:top;
	margin-right:4%;
}
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(2)) > a {
    float: left;
    margin-bottom: 40px;
    margin-right: 40px;
}
body > main > div:last-child > section > article:nth-of-type(even) > a {
    display: block;
    float: right;
    margin-bottom: 10px;
    margin-left: 40px;
    position: relative;
    z-index: 1;
}



body > main > div:last-child > section > article > table {width:100%}
body > main > div:last-child > section > table {width:100%}
/*body > main > div:last-child > section > table tr td:nth-child(9) {width:25%;}*/
body > main > div:last-child > section > table tr td:nth-child(4n+1) {width: 179px;}
body > main > div:last-child > section > table tr td:nth-child(2n+1):not(:nth-child(4n+1)) {width: 1px !important;}
body > main > div:last-child > section > article > table p {text-align:center;}
body > main > div:last-child > section > table img {cursor: pointer;}
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:nth-of-type(odd) > p.puce::before {
    margin: 0 5px 0 -25px;
	background: rgba(0, 0, 0, 0) url("../images/fleche.png") no-repeat scroll 0 0;
}

body > main > div:last-child > section > article > p.puce::before {
    background: rgba(0, 0, 0, 0) url("../images/fleche-909090.png") no-repeat scroll 0 0;
    content: "";
    display: inline-block;
    float: left;
    height: 20px;
    margin: 0 5px 0 -10px;
    overflow: hidden;
    position: relative;
    right: 0;
    top: 0;
    vertical-align: top;
    width: 20px;
}
body > main > div:last-child > section > article > p.puce {
    background: #fff none repeat scroll 0 0;
    color: dimgray;
    display: inline-block;
    font-size: 0.8em;
    font-weight: bold;
    margin: 0 10px 0 0px;
    padding: 0 10px 5px 0;
    text-decoration: none;
}
body > main > div:last-child > section > article:last-of-type > p.puce:nth-last-of-type(3) {margin-left: 20px !important}
body > main > div:last-child > section > article > p.puce + p {
	margin-left: 20px;
}


body > main > div:last-child > section > article > ul > li::before {
    background: #c9d200 none repeat scroll 0 0;
    content: "";
    display: block;
    float: left;
    height: 7px;
    margin: 5px 5px 0 -10px;
    width: 7px;
}
body > main > div:last-child > section > article > ul > li {
    display: block;
    position: relative;
    margin:-5px 10px 15px 25px;
    right: -10px;
    width: auto;
	z-index:-1;
}

body > main > div:last-child > section > article > ul > li > ul > li::before {
    background: #909090 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    display: block;
    float: left;
    height: 5px;
    margin: 7px 5px 0 -10px;
    width: 5px;
}
body > main > div:last-child > section > article > ul > li > ul > li {
    display: block;
    margin: 0 0 0 15px;
    position: relative;
    right: 0;
    width: auto;
    z-index: -1;
	font-size: 1em
}
/*
body > main > div:last-child > section > article:nth-of-type(odd) > ul {margin: 0 0 0 20px;}
*/
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: 32%;
    background: #efefef;
    margin-top: 40px;
    padding: 15px;
}
body > main > div:last-child > aside > h2 {
    clear: both;
	display:block;
	/*background:#386db2;
	color:#FFF;
    font-size: 1.1em;
    margin:-25px -15px 20px;
	padding:25px 15px;
	text-align:center;*/
	
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
	line-height: 1.1em;
	margin-bottom: 20px;
}
body > main > div:last-child > aside > h1 {
    font-size: 0.9em;
	padding: 0 0 15px 0;

}

body > main > div:last-child > aside > form > p {
	font-weight: bold;
	font-size: 1em;
	line-height: normal;
}
body > main > div:last-child > aside > form > p > a {
	color: inherit;
	text-decoration: none;
}
body > main > div:last-child > aside > form > p > a small {
	font-weight: normal;
    font-size: 0.75em;
}

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"],
#submitButton{
    display: block;
    width: 172px;
    margin: 15px auto;
    padding: 10px 30px 10px 25px;
    border: none;
    background:  #c9d200 url("../images/cache_fleche.png") right center no-repeat;
    font-size: 1em;
    font-weight: bold;
    color: #505050;
	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;
	
	cursor: pointer;
}
#submitButton:hover {
	background-color: #386db2;
	color: #ffffff;
}
body > main > div:last-child > aside input[type="radio"] + p {
    display: block;
    width: auto;
    margin:15px 0 0px 25px;
}
body > main > div:last-child > aside input[type="radio"]:last-of-type + p {
    margin:5px 0 25px 25px;
}
body > main > div:last-child > aside h3:before {
	content: "";
	display: block;
	position: relative;
	width: 0px;
	height: 0px;
	margin: 0 20px -15px -12px;
	
	border-style: solid;
	border-color: transparent transparent transparent dimgray;
	border-width: 7px 7px 5px 7px;
}
body > main > div:last-child > aside h3 {
	font-size: 0.85em;
	margin:10px 0 5px 12px;
}
body > main > div:last-child > aside p + ol,
body > main > div:last-child > aside ol {
    display: block;
    width: auto;
    margin:0 0 10px 20px;
	font-size:0.85em;
}


body > main > div:last-child > aside ol {
    counter-reset: section;
    list-style-type: none;
}

body > main > div:last-child > aside ol li::before {
    counter-increment: section;
    content: "(" counter(section) ")";
	margin: 0 5px 0 -20px;
}


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;
	margin-bottom:3px;
}
body > main > div:last-child > aside p,
body > main > div:last-child > aside p + ul li,
body > main > div:last-child > aside ul li {
	line-height:1.25em;
	margin-bottom:10px;
	font-size:0.75em;
}
body > main > div:last-child > aside p + ul {
	margin-left: 30px;
}
body > main > div:last-child > aside p + ul li {
	list-style: disc !important;
	margin-bottom: 0px !important;
	float: none;
	clear: both;
}
body > main > div:last-child > aside p + ul li:last-child {margin-bottom: 20px !important;}
body > main > div:last-child > aside p + ul li sup {
	line-height: 0px;
	vertical-align: super;
	font-size: 0.6em
}
body > main > div:last-child > aside p:nth-of-type(n+2) {;
}
body > main > div:last-child > aside p:nth-of-type(1n+3) {}

.radio-wrapper,
.radio-wrapper + p {
	float:none;
	clear:both;
}

.accordion {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing: border-box;
    display: block;
    height: auto;
    padding: 0 0 5px;
} 
.accordion {
  /*  overflow:hidden;*/
} 
.accordion-section-title {
	background: #fff none repeat scroll 0 0;
    color: dimgray;
    display: inline-block;
    font-size: 0.8em;
	font-weight: bold;
    margin: 0 10px;
    padding: 0 10px 5px 0;
    text-decoration: none;
    
    -webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
body > main > div:last-child > section > article:nth-of-type(2) .accordion-section:first-child {width:calc(100% - 200px);}
.accordion-section:nth-child(n+2) .accordion-section-title  {	
    border-top:1px solid #ffffff;
    width:100%;
}
.accordion-section-title::before {
	background: rgba(0, 0, 0, 0) url("../images/fleche.png") no-repeat scroll 0 0;
    content: "";
    display: inline-block;
    float: left;
    height: 20px;
    overflow: hidden;
    position: relative;
    right: 0;
    top: 0;
    vertical-align: top;
    width: 20px;
	margin:0 5px 0 -10px;
	
	
	-webkit-transition: transform 0.15s linear;
	-moz-transition: transform 0.15s linear;
	-o-transition: transform 0.15s linear;
	-ms-transition: transform 0.15s linear;
	transition: transform 0.15s linear;
}

.accordion-section:nth-child .accordion-section-title:hover::before,
.accordion-section:nth-child .accordion-section-title.active::before {background-position: -00px -30px}
.accordion-section-title.active::before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
} 
.accordion-section-title.active, .accordion-section-title:hover {
    text-decoration:none;
} 
.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}
.accordion-section-content {
    padding:0 15px 0 23px;
}




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

body > footer {
    clear: both;
    margin:  25px auto;
    max-width: 60em;
}
body > footer p:first-of-type {
    width: 100%;
    background: #c9d200 url("../images/cache_fleche_blanc.png") no-repeat scroll right center;
    color: #505050;
    display: block;
	font-size: 1em;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-align: center;
}
body > footer p:first-of-type a[href^="tel:"]{color: #505050; text-decoration: none; font-weight:bold;}
body > footer p:last-of-type {
    font-size: 0.75em;
}


/*===== MEDIA-QUERIES =====*/
@media screen and (max-width:960px){
    body > main > div,
    body > footer {padding: 0 15px}
}

@media screen and (max-width:860px){
	body > main > div:first-child > article > div > section {
		display: block;
		width: 100%;
		padding-right: 0;
	}
	body > main > div:first-child > article > div > figure {
		margin: 20px 0 0;
		display: block;
	}
}

@media screen and (max-width:760px){
    
    /*===== * 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: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 {float: none;width: 100%;}    
    
    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 > ul > li::before {
		height: 8px;
		margin:  5px 5px 0 -15px;
		width: 8px;
	}

    body > main > div:last-child > section > article + div p { text-align: center}   
    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}
	
	
    
}

@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}
    
    /*===== HEADER =====*/
    body > header > section {display: block; padding: 10px 0;}
    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 15px;
        position: relative;
        height: auto;
        text-align: center
        
    }
     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 {
		 font-size: 1.5em;
		margin: 0 auto !important;
		text-align: center;
    }
	body > header > section > div:last-of-type > h3 {
		text-align: center;
		margin: 0;
	}
    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 > div:last-child > section > article:nth-of-type(2) .accordion-section:first-child {width: 100%;}
    
}

@media screen and (max-width:560px){
	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 tr td:nth-child(2n+1):not(:nth-child(4n+1)) {width: 100% !important;}
	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
	}
}



/*=== Tableau Responsive ===*/
 table#responsive_table { 
  margin: 0 auto;
  border-collapse: collapse;
  font-family: Arial;
  background: #FFFFFF; color: #fff;
}
table#responsive_table thead th,
table#responsive_table tbody td {padding: 10px;}
table#responsive_table thead th {background: #f4f4f4; color: #000 ;}
table#responsive_table tbody td {background: #FFFFFF; color: #000 ;}
table#responsive_table tbody tr:nth-child(2n) td {background-color: #f4f4f4;}
table#responsive_table thead th h4 { font-size: 14px; font-weight: bold; text-align: center; margin: 0; padding: 0;}
table#responsive_table tr td h5 { font-size: 14px; font-weight: normal; text-align: left; margin: 0; padding: 0;}
table#responsive_table tr td p { font-size: 14px; font-weight: normal; text-align: center; margin: 0; padding: 0;}
table#responsive_table tbody tr:not(:last-child) {border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;}
table#responsive_table tbody td img{display: block;margin: 0 auto;position: relative;}
table#responsive_table tbody tr:nth-last-child(2) td {background:#ffffff;}
table#responsive_table tbody tr:nth-last-child(2) td:first-child > h5 {color:#aa272f;}
@media screen and (max-width: 450px) {
	table#responsive_table {width: 100%}
	table#responsive_table thead {display: none;}
	table#responsive_table thead th h4 {text-align: left;}
	table#responsive_table tr td h5 {text-align: center; margin: -20px auto 0;}
	table#responsive_table tbody tr:last-child td:last-child {padding-bottom:30px;}
	table#responsive_table tbody td {display: block;}
	table#responsive_table tbody tr td:first-child {background: #666; color: #fff;}
	table#responsive_table tbody td:before { 
		content: attr(data-th);
		display: inline-block;
		text-align: left !important;
		font-size: 14px;
	}
	table#responsive_table tbody td img {float: right;left: -15%;top: -5px;}
	table#responsive_table tbody td p {display: block;float: right;left: -7%;position: relative;top: 0;width: 100px;}	
	table#responsive_table tbody tr:not(:last-child) {border-bottom: none !important;border-top: none !important;}
	table#responsive_table tbody tr td:nth-child(2) {border-bottom: 1px solid #ddd;}
	table#responsive_table tbody tr:last-child td:nth-child(n+2) {height: 60px;}
	table#responsive_table tbody tr:nth-last-child(1) td:first-child > h5 {color:#000;}
	table#responsive_table tbody tr:nth-last-child(2) td:first-child,
	table#responsive_table tbody tr:nth-last-child(1) td:first-child {background-color: #f4f4f4;}
}