/* @import url(http://fonts.googleapis.com/css?family=Fira+Sans:300,400,500); */
@import url(http://fonts.googleapis.com/css?family=Amatic+SC:400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:700,300,400);

@font-face {
    font-family: 'bitstream_vera_sans_monoroman';
    src: url('polices/VeraMono-webfont.eot');
    src: url('polices/VeraMono-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/VeraMono-webfont.woff') format('woff'),
         url('polices/VeraMono-webfont.ttf') format('truetype'),
         url('polices/VeraMono-webfont.svg#bitstream_vera_sans_monoroman') format('svg');
    font-weight: normal;
    font-style: normal;
}





@font-face {
    font-family: 'fira_sansbold';
    src: url('polices/firasans-bold-webfont.eot');
    src: url('polices/firasans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/firasans-bold-webfont.woff2') format('woff2'),
         url('polices/firasans-bold-webfont.woff') format('woff'),
         url('polices/firasans-bold-webfont.ttf') format('truetype'),
         url('polices/firasans-bold-webfont.svg#fira_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'fira_sanslight';
    src: url('polices/firasans-light-webfont.eot');
    src: url('polices/firasans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/firasans-light-webfont.woff2') format('woff2'),
         url('polices/firasans-light-webfont.woff') format('woff'),
         url('polices/firasans-light-webfont.ttf') format('truetype'),
         url('polices/firasans-light-webfont.svg#fira_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'fira_sansregular';
    src: url('polices/firasans-regular-webfont.eot');
    src: url('polices/firasans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/firasans-regular-webfont.woff2') format('woff2'),
         url('polices/firasans-regular-webfont.woff') format('woff'),
         url('polices/firasans-regular-webfont.ttf') format('truetype'),
         url('polices/firasans-regular-webfont.svg#fira_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'fira_sanssemibold';
    src: url('polices/firasans-semibold-webfont.eot');
    src: url('polices/firasans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/firasans-semibold-webfont.woff2') format('woff2'),
         url('polices/firasans-semibold-webfont.woff') format('woff'),
         url('polices/firasans-semibold-webfont.ttf') format('truetype'),
         url('polices/firasans-semibold-webfont.svg#fira_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}



















/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	opacity: 1;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html.js body{opacity: 1 !important;}
/*********************************************************************/
/*********************************************************************/
/***************************** STYE PERSO ****************************/
/*********************************************************************/
/*********************************************************************/


body{
font-family: fira_sansregular, sans-serif !important;
  font-size: 15px;
  background: #fff;
  min-height: 900px;
	color: #414953;}

body a{text-decoration: none; color: #373738;}

.wrap{width: 1020px; height: auto; margin : 0 auto; padding: 0 10px; }





/*************************************************************************/
/*************************************************************************/
/*************************************************************************/
/******************************HOTLINE ************************************/
/*************************************************************************/
/*************************************************************************/
/*************************************************************************/

#hotline {
	display: block; 
	float: left;
	width: 198px; 
	height: 58px;
	font-size: 12px; 
	line-height: 2em;
	background: url(../icone-hotline.png)left top no-repeat;
	padding-left: 5px;

	/* margin: 40px 30px 0 240px; */ }

#hotline span#num-tel{

	font-size: 20px; 
	padding-left: 30px; 
	}


#hotline a{padding-top: 20px; font-size: 1.1em;}
#hotline a:hover{color: #ff6666;}


/*********************************** PANIER *******************************/
/*********************************** PANIER *******************************/
/*********************************** PANIER *******************************/
/*********************************** PANIER *******************************/
/*********************************** PANIER *******************************/
/*********************************** PANIER *******************************/

#panier{
	display: block;
	float: right;
	width: 224px;
	height: 50px;
	/* margin: 45px 0px 0 0; */
	position: relative;}	
	
#cadre-panier{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 980!important;
	display: block;
	width: 100%;
	height: 50px;
	border: 1px dashed #d2d6d9;
	border-radius: 5px;
	background-color: #fff;}
	
#icone-panier{
	display: block;
	width: 37px;
	height: 42px;
/* 	position: absolute;
	top: 0px;
	right: 0px; */
	float: right;
	padding: 2% 2%;
	background: url(img/icone-panier.png) center no-repeat;}

p.contenu-panier{
	padding: 5px 5px 0 0;
	text-align: right; 
	font-size: 13px;}
	
p.contenu-panier span{
	font-size: 16px;
	font-family: 'fira_sanssemibold', sans-serif; }
	
#liste-panier{
	position: absolute;
	top: 51px;
	left: 0px;
	z-index: 960!important;
	display: none;
	width: 95%;
	max-height: 280px;
	padding: 10px 1% 10px 5%;
	background-color: #fff;
	-webkit-box-shadow: 0 15px 10px 5px rgba(76,75,75,0.3);
	box-shadow: 0 15px 10px 5px rgba(76,75,75,0.3); 
	border-radius: 0 0 5px 5px;}

#liste-panier ul li{
	display: block;
	width: 90%;
	min-height: 50px;
	max-height: 70px;
	border-bottom: 1px solid #ff6666;
/* 	float: left; */
	padding-bottom: 5px;
	margin-bottom: 5px;
}
	
#liste-panier ul li img{float: left;	margin-right: 10px; width: 50px; height: 50px;}	
.panier-designation{display: block;font-size: 12px; line-height: 1.2em;}

.panier-qte, .panier-prix{
	font-family: 'fira_sanssemibold', sans-serif;}

.panier-qte{	
	font-size: 10px;}	

.panier-prix{
	float: right; 
	font-size: 12px;}
	
#liste-panier a.ajouter{
	width:95%; 
	height: 42px;
	margin-right: 10px;
	text-align: center;
	text-decoration: none;}	

a.ajouter{
	display: block;
	
	font-size: 18px;
	text-align: center;
	color: #fff;
	line-height: 42px;
	margin: 10px auto;
	border-radius:5px;
	background: #f76400;
	text-transform: uppercase;
	    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;}	
	
	

a.ajouter:hover{color: #f76400; 
	border: 1px solid #f76400;
	background: #fff;

}	    




	/***************************************************************************/	
	/**************************** NAV PRINCIPALE *******************************/
	/***************************************************************************/
 nav#principale{
	display: block; 
	width: 100%; 
	height: 54px;
	background: url(img/fond-nav.jpg) top repeat-x #fff; 
	position: relative;
	font-family: 'fira_sansregular';
} 

nav#principale>ul#menubureau>li{display: inline;}

#menu-principal{display: block; max-width: 1020px; min-width: 841px; height: auto;position: relative;}

nav#principale> ul#menubureau{display: block; max-width: 1020px; min-width: 841px; margin: 0 auto !important; position: relative}

nav#principale ul#menubureau li.ACT{
	text-transform: uppercase;}




ul#menubureau ul.liste-GRP{line-height: 1.1em}
ul#menubureau a.ACT-a{
	
	display: inline-block;
	height: 42px;
	min-width: 60px;
	max-width: 125px;
	float: left;
	margin-right: 5px;
	padding: 5px 5px 8px 5px;
	font-family: fira_sansregular;
	font-size: 15px;
	color: #737373;
	text-decoration: none;
	text-align: center;
	/*padding-top: 5px;*/
	}
	
	
ul#menubureau a.ACT-a:hover{text-decoration: none;}	
	
	
ul#menubureau li.ba{background: #ff6666; width: 102px;height: 54px; float: right; position: relative;overflow: hidden; }

ul#menubureau a.bonnes-affaires{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 102px;
	font-family:'Amatic SC', cursive; 
	font-weight: bold; 
	font-size: 23px;
	text-align: center;
	color: #fff;
	line-height: 1.2em;
	
	-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;}
ul#menubureau li.ba:hover 	a.bonnes-affaires{
	-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;

top:54px;
text-decoration: none;}
	
ul#menubureau a.bonnes-affaires-hover{
	display: block;
	width: 102px;
	height: 54px;
	position: absolute;
	top: -54px;
	right: 0px;

	font-family:'Amatic SC', cursive; 
	font-weight: bold; 
	font-size: 23px;
	text-align: center;
	color: #ff6666;
	line-height: 1.2em;
	background: #fff;
	
	-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}	
	
ul#menubureau li.ba:hover 	a.bonnes-affaires-hover{
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
top: 0;
text-decoration: none;}



ul#menubureau .GRP {
display: block;
width: 230px;
height: auto;
text-decoration: underline;
padding-bottom: 5px;
line-height: 1.4em;}

ul#menubureau .GRP a{font-size: 15px;}

ul#menubureau .GRP:hover a{
color: #ff6666;}


ul#menubureau li.FPR{
	font-size: 13px;
	text-transform: none;
	padding: 2px 0 2px 0;}
	
ul#menubureau li.FPR:hover a{color: #ff6666;
padding-left: 5px;
border-left: 2px solid #ff6666;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
text-decoration: none;}	
	

ul#menubureau div.fond-menu{
	display: none;
	position: absolute;
	top: 53px;
	left: 0px;
	
	z-index: 9999;
	/*width: 100%;*/
	max-width: 1020px;
	height: auto;
	min-height: 300px;
	padding-top: 40px;
	background: #fff;
	border-top: 4px solid #e1ff0c;
	/*border-bottom: 2px solid #e1ff0c;*/
		-moz-box-shadow: 0px 5px 6px 0px #bec0c1;
-webkit-box-shadow: 0px 5px 6px 0px #bec0c1;
-o-box-shadow: 0px 5px 6px 0px #bec0c1;
box-shadow: 0px 5px 6px 0px #bec0c1;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#bec0c1, Direction=180, Strength=6);
/* background: -webkit-linear-gradient( bottom, white 100%, grey 20%);
background:    -moz-linear-gradient( bottom, white 100%, grey 20%);
background:     -ms-linear-gradient( bottom, white 100%, grey 20%);
background:      -o-linear-gradient( bottom, white 100%, grey 20%);
background:         linear-gradient( to bottom, white 100%, grey 20%); */}

ul#menubureau div.wrap-columns{
	display: block;
	width: 1020px;
	height: auto;
	margin: 0 auto;
	position: relative;}		
		
ul#menubureau div.columns{ 
	float: right; /*** SI IMAGE à gauche ****/
	width: 745px;

	height: auto;
	padding-bottom: 20px;

				columns: 230px 3;
				-webkit-columns: 230px 3;
				-moz-columns: 230px 3;}


ul#menubureau li.ACT:hover> div.fond-menu{display: block;}


 ul#menubureau li.ACT:hover a.ACT-a{background: #e1ff0c;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }   


ul#menubureau div.columns ul.liste-GRP{
	display: inline-block;
	margin-bottom: 10px;}
	
ul#menubureau .break{
	break-before: column;
		-webkit-break-before: column;
		-moz-break-before: column;
		-ms-break-before: column;
		-o-break-before: column;}

/* ul.liste-GRP li.GRP{break-before: always; }		 */
		
ul#menubureau div.img-sous-titre{
	display: block;
position: absolute;
	right: 0px;
	top: 0px; 
	width: 200px;
	height: 200px;
	border: 1px solid #000;
	z-index: 810;
	background: pink;
		-webkit-transition: all 0,2s ease;
-moz-transition: all 0,5s ease;
-ms-transition: all 0,5s ease;
-o-transition: all 0,5s ease;
transition: all 0,5s ease;
}	


ul#menubureau img#visuel{
	display: block;
	width: 250px;
	height: 250px;
	float: left;
	    margin-left: 10px;
	/* border: 1px solid #000;
	background: grey; */	
}	
ul#menubureau li.ACT:hover div.img-sous-titre{
	display: block;}

	

	
///************************************ MENU SECONDAIRE ***************************/

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
    border: 0 none;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
    display: block;
    line-height: 1;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
	font-family: fira_sansregular, sans-serif;
}
#cssmenu {
    color: #8e8e8e;
    font-family: 'Fira Sans', sans-serif;
    width: 190px;
	margin: 0 0 0 2px;
}

#cssmenu>ul{margin: 0; padding: 0;}

#cssmenu ul ul {
    display: none;
}

#cssmenu ul li{margin-bottom: 3px;}



#cssmenu > ul > li.active > ul {
    display: block;
}
.align-right {
    float: right;
}
#cssmenu > ul > li > a {
position: relative;
display: block;
    background: none repeat scroll 0 0 #ffffff;
    color: #8e8e8e;
    cursor: pointer;
    font-size: 14px;
	text-transform: uppercase;
    padding: 7px 0px 7px 5px;
    text-decoration: none;
    transition: color 0.2s ease 0s;
    z-index: 2;
	border-bottom: 1px solid #f0f1f1;
	border-top: 1px solid #f0f1f1;
}




#cssmenu > ul > li > a:hover {
    color: #ff6666;
}

#cssmenu > ul > li.open>a{
display: block;
	min-height: 20px;
	width: 100%;
   background: #d2d6d9;
/*    color: 313342; */
}

#cssmenu li.sc-GRP.open>a{color: #ff6666;}


/* #cssmenu ul > li.has-sub > a::after {
    background: none repeat scroll 0 0 #8e8e8e;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 4px;
    top: 16px;
    transition: all 0.1s ease-out 0s;
    width: 2px;
    z-index: 5;
}
#cssmenu ul > li.has-sub > a::before {
    background: none repeat scroll 0 0 #8e8e8e;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 0px;
    top: 20px;
    transition: all 0.1s ease-out 0s;
    width: 10px;
}
 */
#cssmenu ul  ul > li.has-sub > a::after {content: "";}
#cssmenu ul  ul > li.has-sub > a::before {content: "";}
#cssmenu ul > li.has-sub.open > a::after, #cssmenu ul > li.has-sub.open > a::before {
    transform: rotate(45deg);
}

#cssmenu li.has-sub ul{padding: 0px 0px 0px 5px;}
#cssmenu ul ul li{padding: 0px 0px 0px 5px;}

#cssmenu ul ul li a {
position: relative;
    background: none repeat scroll 0 0 #ffffff;
    color: #8e8e8e;
    cursor: pointer;
    font-size: 13px;
    padding: 0px 0px;
    text-decoration: none;
    transition: color 0.2s ease 0s;
    z-index: 2;
}
#cssmenu ul ul ul li a {
/*     padding-left: 32px; */
	font-size: 12px;
	width: 100%;
}

#cssmenu ul ul ul li a:before{content: "> "; color: #ff6666;}

#cssmenu ul ul li a:hover {
    color: #ff6666;
}


#cssmenu ul ul li.active a, #cssmenu ul ul ul li.active a {color: #ff6666;}


#cssmenu ul ul > li.has-sub > a::after {
    background: none repeat scroll 0 0 #8e8e8e;
    right: 4px;
    top: 16px;
}
#cssmenu ul ul > li.has-sub > a::before {
    background: none repeat scroll 0 0 #8e8e8e;
    top: 20px;
}


.selection{color: #ff6666;}	
	
/***********************************************************
************************************************************
           P. UNIVERS - Liste familles de produits
************************************************************
************************************************************/		
	
ul.univ-listeFP{
	width: 200px;
	max-height: 180px;}
	
ul.univ-listeFP li{
	line-height: 1.3em;}	
	
ul.univ-listeFP li a{
	font-family: 'fira_sansregular', sans-serif;
	font-size: 13px;
	color: #313342;
	text-decoration: none;}
	
ul.univ-listeFP li::before{
	content: "• "; }	
	
ul.univ-listeFP li:hover a{
	text-decoration: underline;
	color: #fff;}	
	
.texte-blanc:hover{color: #ffffff;}	
/**** PAGE FAMILLE**/
.cadre-zr-rayon{border: 1px solid #dbdbdb; }
.cadre-zr-rayon:hover{
	background: #ffffff;
	z-index:850 !important;
	/* -webkit-box-shadow: 0 0 20px 5px #828282 !important;
	box-shadow: 0 0 20px 5px #828282 !important; */
	-webkit-box-shadow: 0 0 10px 2px rgba(130,130,130,0.5);
	-moz-box-shadow: 0 0 10px 2px rgba(130,130,130,0.5);
	-ms-box-shadow: 0 0 10px 2px rgba(130,130,130,0.5);
	-o-box-shadow: 0 0 10px 2px rgba(130,130,130,0.5);
box-shadow: 0 0 10px 2px rgba(130,130,130,0.5);}
	
/***********************************************************
************************************************************
                   CLASS pour webdev
************************************************************
************************************************************/	
.bandeau-cookies{display: block; position: fixed; bottom: 0; left: 0; width: 100%;}

.shadow-rayon{overflow: hidden;}
	
.shadow-rayon{
	-webkit-box-shadow: 0 0 4px 1px #d5d3d3;
	box-shadow: 0 0 4px 1px #d5d3d3;
	z-index: 900;}	

	
.univ-img-fp{display: block; width: 200px !important;}	
	
div.photo-500{
	display: block;
	width: 100%;
	max-width: 500px;
	/* height: auto; */
	height: 500px;
	
	border: 1px solid #dbdbdb;
	text-align: center;
	/*line-height: 490px;*/
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;}
	
			.img-panier img{box-sizing: border-box;  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; max-width: 100%; max-height: 100%;}	
	
div.photo-500 img{box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; max-width: 100%; max-height: 100%; /*display: block; margin: 0 auto;*/ vertical-align: middle;}
	

	
a.fancybox-thumb {display: block; width: 65px; height: 65px; border: 1px solid #dbdbdb; float: left; margin-right: 10px; text-align: center;
	line-height: 55px;}	
a.fancybox-thumb img{box-sizing: border-box; -moz-box-sizing: border-box; max-width: 100%; max-height: 100%; /*display: block; margin: auto;*/vertical-align: middle;}	
	
	
.haut-auto{height: auto;}	
.Btn-Art-Rouge:hover{background: #fff; border: 1px solid #FF6666; color: #FF6666;}
/****************************** SLIDER ********************/
 	.theme-default #slider {
	
    max-width:1020px; 
    max-height:415px; 
	margin: 0 auto;
}

/* @media screen and (min-width: 1023px) {
		.slider-wrapper { 
	width: 1020px; 
	height: 415px;
	margin: 0 auto;
}

}
 */
/**********************ACCUEIL **********************************/
.produit:hover{
/* -webkit-box-shadow: 0 0 15px 1px #454545 !important;
box-shadow: 0 0 15px 1px #454545!important; */
	-webkit-box-shadow: 0 0 10px 2px rgba(130,130,130,0.5);
box-shadow: 0 0 10px 2px rgba(130,130,130,0.5);
	
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
z-index: 9999 !important;}

.mask-hover{display: none; opacity: 0;}
	
.produit:hover .mask-hover{
	display: block;
	width: 100%;
	height: 115px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: rgba(0,0,0,0.5);
	opacity: 1;

	
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;}		


.acc-select-img img{max-width: 100%; height: auto; box-sizing: border-box; -moz-box-sizing: border-box;}

#garanties{
display: block;
width: 100%;
height: 110px;
margin-top: 65px;
margin-bottom: 25px;
float: left;
border-top: 1px dashed #ff6666;
border-bottom: 1px dashed #ff6666;}




textarea {border: none;}

.cell-box-shadow{
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px 2px rgba(00,00,00,0.1);
	box-shadow: 0 2px 4px 2px rgba(00,00,00,0.1);}

*title{background: #e1ff0c;}

article.article-blog{display: block;/*  width: 89%; height: 100%; */width: 220px; height: 490px; padding: 10px; border: 1px solid #d2d6d8;}
article.article-blog h1{display:block; font-family: fira_sansbold; font-size: 1.3em; margin-bottom: 5px;}
article.article-blog h1::before, article.article-blog h1::after{content: '"'; color: #ff6666;/* border-left: 4px solid #ff6666; */padding: 0 5px 0 5px;}

article.article-blog img{max-width: 100%; height: auto; box-sizing: border-box; -moz-box-sizing: border-box;}	
article.article-blog p{font-size: 0.9em;}	
article.article-blog p.suite{display: block; float: left; color: #ff6666;}	







/*************************** PAGE ARTICLE ************************/


 .carrousel-conteneur{width: 100% !important; height: 70px;}
 .carrousel {
	margin:0;
	padding:0;
	height:75px;
}

 a.carrousel-prev button, a.carrousel-next button{display: block; width: 30px; height: 30px;float: left; cursor: pointer; border: none;}
a.carrousel-prev button{background: url(../icone-prev.png)right center no-repeat;}
a.carrousel-next button{background: url(../icone-next.png)left center no-repeat;} 












/***********************************************************
************************************************************
                  FIN  CLASS pour webdev
************************************************************
************************************************************/		


 /* .slicknav_menu {
	display: none;}
#menu{display: none;} */

/* @media screen and (max-width: 1024px) {
	.js nav#principale #menubureau {
		display: none;}
	.js .slicknav_menu {
		display: block;}
		
		
	

} */
 
	











