@charset "utf-8";
article {
	display: block;
	float: none;
	position: relative;
}
article footer {
	display: block;
	float: none;
	position: relative;	
}
.articles {
	display: block;
	float: none;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
	position: relative;
	max-width: 1366px;
	margin-right: auto;
	margin-left: auto;
}
.article {
	display: table;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	max-width: 1366px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b2b2b2;
}
.article:first-of-type {
	border-top-width: 0px;
}
@media screen and (max-width: 600px) {
	.article {
		display: block;	
	}
}
.article-visuel {
	vertical-align: middle;
	display: table-cell;
	position: relative;
	width: 263px;
	box-sizing: border-box;
}
.article-visuel figure {
	font-size: 0px;
	display: block;
	float: none;
	height: 223px;
	width: 223px;
	position: relative;	
}
@media screen and (max-width: 600px) {
	.article-visuel {
		display: block;
		width: auto;
	}
	.article-visuel figure {
	height: auto;
	width: auto;
	padding-bottom: 20px;
	}
}

.article-visuel figure a {
	display: block;
	float: none;
	overflow: hidden;
	position: relative;
	border: 1px solid #fff;
	transition-property: border;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}
.article-visuel figure a:hover {
	border: 1px solid #CCC;
}
.article-visuel figure a img{
	display: inline-block;
	height: auto;
	width: 100%;
	transform: scale(1,1);
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}
.article-visuel figure a img:hover{
	transform: scale(1.1,1.1);
	
}
.article-visuel figure figcaption {
	font-size: 13px;
	line-height: 26px;
	font-weight: 400;
	background-color: #CCC;
	display: inline-block;
	padding-right: 12px;
	padding-left: 12px;
	position: absolute;
	left: 0px;
	top: 0px;	
}
.article-contenu {
	vertical-align: middle;
	display: table-cell;
	position: relative;
	box-sizing: border-box;
}
@media screen and (max-width: 600px) {
	.article-contenu {
		display: block;
	}
}
.article-contenu-titre {
	color: #000;
	text-decoration: none;
	display: inline-block;
	padding-left: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ff4800;
	position: relative;
	transition-property: border-left-width;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	margin-bottom: 20px;
}
.article-contenu-titre:hover{
	border-left-width: 10px;
}
@media screen and (max-width: 767px) {
	.article-contenu-titre {
		border-left-width: 0px;
		padding-left: 0px;
	}
	.article-contenu-titre:hover{
		border-left-width: 0px;
	}
}
.article-contenu-titre h3 {
	font-size: 28px;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
	letter-spacing: -0.02em;	
}
.article-contenu-titre h4 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	letter-spacing: -0.02em;
}
.article-contenu-titre h4 strong {
	font-weight: 700;
	font-size: 19px;
}
@media screen and (max-width: 767px) {
	.article-contenu-titre h3 {
		font-size: 24px;
	}
	.article-contenu-titre h4 {
		font-size: 16px;
	}
	.article-contenu-titre h4 strong {
		font-size: 17px;
	}
}
.article-contenu-colonnes {
	display: table;
	width: 100%;
	position: relative;
	box-sizing:border-box;
}
.article-contenu-colonne-service {
	display: table-cell;
	position: relative;
	box-sizing: border-box;
	vertical-align: middle;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b3b3b3;
}
@media screen and (max-width: 767px) {
	.article-contenu-colonne-service {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.article-contenu-colonne-service {
		display: table-cell;
	}
}
@media screen and (max-width: 479px) {
	.article-contenu-colonne-service {
		display: none;
	}	
}
.article-contenu-colonne-tarif {
	display: table-cell;
	position: relative;
	box-sizing: border-box;
	width: 280px;
	padding-left: 40px;
	text-align: right;
	vertical-align: middle;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b3b3b3;
	font-size: 17px;
	line-height: 20px;
}
@media screen and (max-width: 767px) {
	.article-contenu-colonne-tarif {
		width: auto;
		text-align: left;
		padding-left: 25px;
	}
}
.article-contenu-colonne-tarif p:first-of-type{
	margin-top: 0px;
	padding-top: 0px;	
}
.article-contenu-colonne-tarif p:last-of-type{
	margin-bottom: 0px;
	padding-bottom: 0px;	
}
.article-contenu-colonne-tarif span{
	font-size: 15px;
	line-height: 31px;
	color: #000;
	background-color: #ffb400;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	font-weight: 700;
	letter-spacing: -0.02em;	
}
.article-contenu-colonne-tarif s:first-of-type{
	font-size: 19px;
	font-weight: 700;
}
.article-contenu-colonne-tarif s:last-of-type{
	padding-right: 7px;
	font-size: 14px;
	vertical-align: 20%;
	padding-left: 3px;
}
.article-contenu-colonne-tarif strong:nth-of-type(1) {
    font-size: 48px;
	letter-spacing: -0.02em;
	font-weight: 700;
}
.article-contenu-colonne-tarif strong:nth-of-type(2) {
	font-size: 26px;
	vertical-align: 70%;
	letter-spacing: -0.02em;
	font-weight: 400;
	padding-left: 5px;
}
.article-contenu-colonne-tarif strong:nth-of-type(3) {
	font-size: 17px;
	color: #d40000;
	font-weight: 700;
	letter-spacing: -0.01em;
}
.article-panier {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-color: #ffb400;
	background-position: 15px center;
	letter-spacing: -0.02em;
	display: inline-block;
	height: 43px;
	padding-right: 15px;
	position: relative;
	line-height: 45px;
	background-image: url(../graphisme/panier-article.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	overflow: hidden;
	cursor: pointer;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.article-panier {
		display: inline-block;
	}
}
.article-panier:hover {
	background-color: #ff4800;
}
.article-contenu-service-haut {
	display: inline-table;
	width: 100%;
	position: relative;
}
.article-contenu-service-haut div {
	vertical-align: middle;
	display: table-cell;
	position: relative;
	box-sizing: border-box;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
}
.article-contenu-service-haut div:first-of-type {
	width: 50%;	
}
.article-contenu-service-haut div:last-of-type {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b3b3b3;
}
@media screen and (max-width: 1023px) {
	.article-contenu-service-haut div:last-of-type {
		display: none;
	}
}
.article-contenu-service-haut div p{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.article-contenu-service-haut div p img{
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
	padding-right: 5px;
	vertical-align: top;
}
.article-contenu-service-haut div p a{
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.article-contenu-service-haut div p a:hover{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
.article-contenu-service-bas {
	display: inline-table;
	width: 100%;
	position: relative;
}
.article-contenu-service-bas div {
	vertical-align: middle;
	display: table-cell;
	position: relative;
	box-sizing: border-box;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 13px;
}
.article-contenu-service-bas div:first-of-type {
	width: 50%;	
}
.article-contenu-service-bas div:last-of-type {
	border-left-width: 1px;
	/*border-left-style: solid;*/
	border-left-style: none;
	border-left-color: #b3b3b3;
}
@media screen and (max-width: 1023px) {
	.article-contenu-service-bas div:last-of-type {
		display: none;
	}
}
.article-contenu-service-bas div p{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.article-contenu-service-bas div p img{
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
	padding-right: 5px;
	vertical-align: top;
}
.article-contenu-service-bas div p a{
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.article-contenu-service-bas div p a:hover{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
.articles-expedition {
	text-align: center;
	display: none;
	float: none;
	width: 320px;
	position: relative;
}
.articles-expedition h6{
	font-size: 19px;
	margin: 0px;
	padding: 0px;
}
.articles-expedition p{
	font-size: 15px;
	letter-spacing: 0.01em;	
}

.articles-magasin {
	display: none;
	float: none;
	position: relative;
}
.articles-magasin h5 {
	font-size: 17px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;	
}
.articles-magasin h6{
	font-weight: normal;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 15px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.articles-magasin p {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 13px;
	letter-spacing: 0.01em;
}
.articles-magasin a {
	color: #000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
.articles-magasin a:hover {
	color: #ff4e00;
	text-decoration: none;	
	border-bottom-width: 0px;
}
.articles-magasin-tableau-ligne {
	display: block;
	float: none;
	height: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #7f7f7f;
	border-bottom-color: #7f7f7f;
}
.articles-magasin-tableau {
	display: table;
	float: none;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #808080;
	position: relative;
	box-sizing: border-box;
}
.articles-magasin-tableau-element {
	width: 33.3333%;
	vertical-align: top;
	display: table-cell;
	float: none;
	border-left: 1px solid #B3B3B3;
	box-sizing: border-box;
	padding-right: 10px;
	padding-left: 10px;
}
.articles-magasin-tableau-element:first-of-type {
	padding-left: 0px;
	border-left-style: none;
	
}
.articles-magasin-tableau-element:last-of-type {
    padding-right: 0px;
}
.articles-magasin-tableau-item {
	display: inline-block;
	position: relative;
	text-align: left;
}
.articles-magasin-plan {
	display: none;
	float: none;
	position: relative;	
}
.articles-magasin-plan iframe{
	height: auto;
	width: 100%;	
}
.articles-magasin-lien{
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.articles-magasin-lien:hover{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
.articles-livraison {
	display: none;
	float: none;
	position: relative;	
	max-width: 600px;
}
.articles-livraison h5{
	font-size: 17px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;	
}
.articles-livraison-ligne {
	display: block;
	float: none;
	height: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #7f7f7f;
	border-bottom-color: #7f7f7f;
}
.articles-livraison-mode {
	display: block;
	float: none;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
.articles-livraison-nom {
	font-size: 15px;
	display: block;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	cursor: pointer;
	padding-left: 7px;
	padding-right: 7px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #f5b300;
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	transition-property: border-left-width,padding-right;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}
.articles-livraison-nom:hover {
	border-left-width: 7px;
	padding-right: 2px;
	border-left-color: #f5b300;
}
.articles-livraison-cadre {
	display: none;
	position: relative;
	box-sizing: border-box;
	float: none;
	padding-bottom: 20px;
}
.articles-livraison-contenu {
	display: table;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	font-size: 13px;
}
@media screen and (max-width: 580px) {
	.articles-livraison-contenu {
		display: block;
		width: auto;
	}
}
.articles-livraison-resume {
	vertical-align: top;
	display: table-cell;
	position: relative;
	width: 50%;
	font-size: 15px;
}
@media screen and (max-width: 580px) {
	.articles-livraison-resume {
	display: block;
	width: auto;
	padding-top: 0px;
	}
}
.articles-livraison-tarif {
	vertical-align: top;
	display: table-cell;
	position: relative;
	padding-left: 20px;
}
@media screen and (max-width: 580px) {
	.articles-livraison-tarif {
		display: block;
		padding-left: 0px;
	}
}
.articles-livraison-tarif table{
	border-collapse: collapse;
	font-size: 12px;
	width: 100%;
}
.articles-livraison-tarif table td{
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 9px;
	border: 1px solid #CCC;
	white-space: nowrap;
}
.articles-livraison-tarif table th{
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 9px;
	border: 1px solid #CCC;
	background-color: #f7f7f7;
	font-weight: normal;
}
.section-cote {
	display: block;
	margin: 0px;
	padding: 0px;
	float: none;
	list-style-type: none;
	position: absolute;
	top: 20px;
	right: 40px;
}
@media screen and (max-width: 580px) {
	.section-cote {
		right: 0px;
		text-align: center;
		width: 100%;
	}
}
.section-cote li{
	vertical-align: top;
	display: inline-block;
	padding-right: 20px;
	padding-left: 32px;
	position: relative;
	background-image: url(../graphisme/panneau-cote.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11px;
	line-height: 13px;
	font-weight: 300;
	text-transform: uppercase;
	color: #848484;
	text-align: left;
}
.section-cote li:last-of-type{
	background-position: 20px center;
	padding-left: 52px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
@media screen and (max-width: 580px) {
	.section-cote li:last-of-type{
		padding-right: 0px;
	}
}
.section-cote li span{
	font-weight: 400;
	color: #585858;
}