@charset "utf-8";
/* CSS Document */

/*********** 
Reset styles 
***********/
* { margin: 0; padding: 0; outline:none; }
img{border:0;}
a:focus, a:active, a:hover { outline:none; }
a:hover{
	text-decoration: none !important;	
}
.left { float:left; }
.right { float:right; }
.tleft { text-align:left; }
.tright { text-align:right; }
.tcenter { text-align:center; }
.dcenter { margin:0 auto; }
.valigntop{vertical-align: top;}
.c { clear:both; }
.dnone { display:none; }
.block { display:block; }
.middle { vertical-align:middle; }
.relative{position:relative;}
.italic {font-style:italic;}
.bold {font-weight:bold;}
.w150 {width: 200px;}
.w430{ width: 430px; }
.w400{ width: 400px; }
.w300{ width: 300px; }
.w350{ width: 350px; }
.w360{ width: 360px; }
.w600{ width: 600px; }
.w290{ width: 290px; }
.w250{ width: 250px; }
.w240{ width: 240px; }
.w160{ width: 160px; }
.mR30{ margin-right: 30px; }
.mR20{ margin-right: 20px; }
.mR10{ margin-right: 10px; }
.mT5{ margin-top: 5px; }
.mT10{ margin-top: 10px; }
.mT15{ margin-top: 15px; }
.mT20{ margin-top: 20px; }
.mT30{ margin-top: 30px; }
.mT100{ margin-top: 100px; }
.mL94{ margin-left: 94px; }
.mL140{ margin-left: 140px; }
.mL115{ margin-left: 115px; }
.mL170{ margin-left: 170px; }
.mL40{ margin-left: 40px; }
.mL30{ margin-left: 30px; }
.mL20{ margin-left: 20px; }
.mL11{ margin-left: 11px; }
.mL10{ margin-left: 10px; }
.mB0{margin-bottom: 0px;}
.mB10{margin-bottom: 10px;}
.mB20{margin-bottom: 20px;}
.mB30{margin-bottom: 30px;}
.mB40{margin-bottom: 40px;}
.mB50{margin-bottom: 50px;}
.mB60{margin-bottom: 60px;}
.pT20{ padding-top: 20px; }
.blanc{color: #FFFFFF;}
.gris{color: #2b2b2b;}
.cap_vert{
	text-transform: uppercase;
	color: #86b51b;
}
.fs9{font-size: 9px;}
.fs10{font-size: 10px;}
.fs12{font-size: 12px; line-height: 8px;}
.fs14{font-size: 14px; line-height: 14px;}

.coins_arrondis { -moz-border-radius: 20px; -webkit-border-radius: 20px; -khtml-border-radius: 20px; border-radius: 20px; }

.qtipClasse{
	border-color: rgb(1,131,144);
    background-color: #018390;
	color: #FFF;
	font-family:'Dosis', Arial;
	font-weight:400;
	font-size: 14px;
}

.ui-state-active{
	background: #00A2B2;
	border: 1px solid #00A2B2;
}


.nouveaute{
	position: absolute;
	top: 30px;
	right: 20px;
	width: 176px;
	height: 39px;
	background: url('../images/fond-nouveaute.png') no-repeat;
	display: block;
	font-family:'Dosis', Arial;
	font-weight:600;
	color :#FFF;
	padding: 6px 0;
	text-align: center;
	text-transform: uppercase; 
	font-size: 14.5px;
}

.nouveaute_liste{
	position: absolute;
	top: 8px;
	right: 10px;
	width: 176px;
	height: 39px;
	background: url('../images/fond-nouveaute.png') no-repeat;
	display: block;
	font-family:'Dosis', Arial;
	font-weight:600;
	color :#FFF;
	padding: 6px 0;
	text-align: center;
	text-transform: uppercase; 
	font-size: 14.5px;
	z-index: 1000;
}


/*********** 
Layout
***********/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 100%;
	background: #e8f5f8 url('../images/fond-site.jpg') no-repeat center top;
}
#global {
}
header {
	height: 180px;
	position: relative;
}
header .container{
	position: relative;	
}
header .container-fluid{
	display: none;	
}
#content{
	/*width: 960px;	
	margin: 0 auto;*/
	margin-bottom:50px;
	position: relative;
}
.page {
	/*width:960px;
	margin:0 auto;*/
	display: block;
	font-family:Arial, Helvetica, sans-serif;
}
.col_220 {
	width:220px;
	float:left;
}
.col_720 {
	width:720px;
	float:left;
}

/*********** 
Header
***********/
#logo{
	width: 280px;
	height: 127px;
	margin-left: 32px;
	float: left;
}
.fete{
	position: absolute;
	top: 60px;
	right: 0px
}
.fete p{
	font-style: italic;
	font-size: 28px;
	font-weight: 600;
	color: #FFF;	
	text-shadow: 1px 1px 1px #000;
}

#topmenu {
	/*position:relative;
	float:right;*/
	position: absolute;
	right: 0px;
	top: 0px;
	width:470px;
	/*height:54px;*/
	height: 40px;
	margin:0 0px 0 0;
	padding:0px;
	background:#e8f5f8;
}

#topmenu:after{
	clear:both;	
}
#topmenu ul{
	display:block;
	float:left;
	width:250px;
	list-style: none;	
	margin:10px 0 0 5px;
}
#topmenu ul li a {
	display: block;
	float:left;
	background: none;
	font-family:'Dosis', Arial;
	font-weight:400;
	font-size:14px;
	padding:0px 10px;
	color: #133f43;
	transition:0.2s color;
	border-right:1px dotted #133f43;
}
#topmenu ul li a.last {
	border-right:0px;
}
#topmenu ul li a:hover {
	/*color:#E55703;*/
	color: #ffd200;
}
#topmenu #facebook{
	float: left;
	padding-top: 4px;	
	margin-right: 15px;
}
#recherche {
	float:left;
	margin: 4px 0 0 0;
	padding:0px;
	width:152px;
	height:30px;
	background:#fff;
	/*border-radius:10px;*/
}
#recherche #requete {
	display:block;
	float:left;
	border:0px;
	padding:2px 0px;
	margin:2px 0 0 8px;
	width:115px;
	font-family:'Dosis', Arial;
	color: #133f43;
	font-weight:400;
	font-size:14px;
}
#recherche #btn_rech {
	display:block;
	float:left;
	width:18px;
	height:18px;
	cursor:pointer;
	border:0px;
	margin:5px 0 0 3px;
	text-indent:-9999px;
	background:url('../images/loupe-18-2024.png') no-repeat;
}
#recherche #btn_rech:hover {
	background-position:0 -18px;
}

/*********** 
Menu principal
***********/
.main_menu{
	position: absolute;
	top: 130px;
	right: 0px;
	width: 100%;
	text-align: center;
	background: #ffd200; /*#e55703*/
	color: #0052a4;
	height: 40px;
}
#mainmenu {
	/*position:relative;
	display:block;*/
	padding: 0 20px;
	height: 40px;
	list-style:none;
	
	display: inline-block;
}
.main_menu.sticky {
	position:fixed;
	top:0px;
	right: 0px;
	z-index:2000;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	opacity:0.9;
}
#mainmenu li {
	display:block;
	float:left;
	height:40px;
	/*background: url('../images/main-menu-sep-points.png') no-repeat right;*/
}
#mainmenu li a {
	display:block;
	float:left;
	font-family:'Dosis', Arial;
	font-weight:700;
	text-decoration:none;
	text-transform:uppercase;
	color:#0052a4;
	font-size:16px;
	height:40px;
	line-height: 40px;
	/*padding: 0 20px;*/
	padding: 0 10px;
}
#mainmenu li.first {
	/*margin-left:53px;*/
}
#mainmenu li.last {
	background:none;
}
#mainmenu li a:hover, #mainmenu li a.active {
	background: url('../images/main-menu-fleche-blanche.png') no-repeat bottom center;
}
#mainmenu li ul.smenu {
	font-family:Arial, Helvetica, sans-serif;
	display:none;
	position:absolute;
	z-index:1000;
	top:40px;
	left:0px;
	width:100%;
	padding:10px 0 10px 20px;
	list-style:none;
	margin-left:0px;
	background:#fff;
	
	
}
#mainmenu li ul.smenu li{
	float:left;
	height:auto;
	padding:5px 30px 5px 15px; 
	border-right: 1px dotted #133f43;
}
#mainmenu li ul.smenu li a  {
	font-family:'Dosis';
	float:none;
	height:auto;
	background:none;
	font-weight:600;
	text-align:left;
	color:#133f43;
	padding:0px;
	text-indent:0px;
	line-height:16px;
	font-size: 14px;
}
#mainmenu li ul.smenu li a:hover {
	color:#0052a4; /*#E55703*/
}	
#mainmenu li ul.smenu ul.ssmenu {
	margin-top:10px;
}
#mainmenu li ul.smenu ul.ssmenu li {
	float:none;
	height:auto;
	padding:5px 30px 5px 15px; 
	border-right: 0px;
}
#mainmenu li ul.smenu ul.ssmenu li a {
	text-transform:none;
}

/*********** 
Menu de gauche (pages catalogue et produit)
***********/
#nav_gauche {
	list-style:none;
	/*border-radius:10px;*/
	padding:15px 0 20px 0;
	background:#fff;
}
#nav_gauche li {
	line-height:30px;	
}
#nav_gauche li a {
	display:block;
	/*width:180px;*/
	font-family:'Dosis', Arial;
	font-size:16px;
	color:#133f43;
	font-weight:600;
	margin:0 20px;
	border-bottom:1px dotted #133f43;
	text-transform:uppercase;
}
#nav_gauche li.last a {
	border:0px;
}
#nav_gauche li a:hover, #nav_gauche li.active a {
	color:#0052a4; /*#E55703*/
}
/*sous-niveau*/
#nav_gauche ul {
	list-style:none;
	/*padding:10px 0;*/
	padding:0;
	/*background:#E9168B;*/
}
#nav_gauche ul li {
	line-height:20px;
	padding:3px 0;
}

#nav_gauche ul li.active{
	background: #ffd200; /*#E55703*/
	padding: 10px 0;
}
#nav_gauche ul li a {
	display:block;
	/*width:165px;*/
	padding-left:15px;
	/*color:#fff;*/
	color:#133f43;
	font-size:14px;
	font-weight:500;
	text-transform:none;
	border:0px;
	background:url('../images/sous-menu-fleche-3.gif') no-repeat 0 -14px;
}
#nav_gauche li.active ul a {
	/*color:#fff;*/
	color:#133f43;
}
#nav_gauche ul li a:hover{
	color: #0052a4; /*#E55703*/
	background-position:0 6px;
}
#nav_gauche ul li.active a {

	color:#0052a4; /*#133f43*/
	/*background:#E9168B;*/
	background-position:0 -14px;
}
/*sous-sous-niveau*/
#nav_gauche ul ul {
	list-style:none;
	/*padding:10px 0;*/
	margin:5px 0;
	/*background:#ea3c94;*/
}
#nav_gauche ul ul li, #nav_gauche ul ul li.active{
	padding: 0px;	
}
#nav_gauche ul ul li a, #nav_gauche ul li.active ul li a {
	/*width:160px;*/
	padding-left:22px;
	
	font-size:13px;
	color:#fff;
	background:url('../images/sous-menu-fleche-2.gif') no-repeat 10px 8px;
}
#nav_gauche ul ul li a:hover, #nav_gauche ul li.active ul li a:hover, #nav_gauche ul li.active ul li.active a {
	color:#133f43;
	background-position:10px -12px;
}
	
/****************
bandeau animé page d'accueil
****************/
#bandeau {
	position:relative;
	margin-top:15px;
	/*width:960px;*/
	width: 100%;
	height:370px;
	overflow:hidden;
	/*border-radius:10px;*/
}
#bandeau .diapos {
	/*width:960px;*/
	max-width: 1140px;
	height:370px;
}
.owl-carousel img {
	display:inline-block;
	width: 1140px;;
}
#bandeau ul.nav {
	position:absolute;
	bottom:0px;
	left:150px;
	display:block;
	width:800px;
	z-index:400;
	list-style:none;
}
#bandeau ul.nav li {
	display:block;
	float:left;
	position:relative;
}
#bandeau ul.nav li a {
	display:block;
	float:left;
	width:214px;
	height:74px;
	margin-right:10px;
	font-family:'Dosis', Arial;
	font-size:20px;
	line-height:74px;
	text-align:center;
	font-weight:600;
	text-transform:uppercase;
	color:#fff;
	background:#008390;
	opacity:0.6;
	/*border-top-left-radius:10px;
	border-top-right-radius:10px;*/
	transition:0.4s background;
}
#bandeau ul.nav li a:hover {
	transition:0.2s background;
	opacity:1;
}
#bandeau ul.nav li.active a {
	background:#ffd200; /*#E55703*/
	color: #0052a4;
	opacity:1;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}
#bandeau ul.nav ul {
	position:absolute;
	display:none;
	left:0px;
	top:-224px;
	width:214px;
	height:224px;
	list-style:none;
	padding:20px;
	/*border-top-left-radius:10px;
	border-top-right-radius:10px;*/
	background:none;
	background: url('../images/main-menu-fond-smenu.png') repeat;
}
#bandeau ul.nav ul li a, #bandeau ul.nav li.active ul li a {
	height:auto;
	font-family:'Dosis', Arial;
	font-size:16px;
	font-weight:500;
	color:#133f43;
	line-height:24px;
	text-align:left;
	background:none;
	text-transform:none;
	opacity:1;
	background:none;
	transition:none;
	transition:0.4s color;
}
#bandeau ul.nav ul li a:hover, #bandeau ul.nav li.active ul li a:hover {
	color:#ffd200; /*#E55703*/
	background:none;
	transition:none;
}
#bandeau .fille {
	position:absolute;
	bottom:0px;
	width:270px;
	height:330px;
	/*border-bottom-left-radius:10px;*/
	background:url('../images/bandeau/fille.png') repeat;
	z-index: 300;
}

/****************
Bandeau pages catalogue
****************/	
#bandeau_min {
	/*width:960px;
	height:160px;*/
	width:100vw;
  	height:190px;
	display: block;
	margin-top:20px;
	/*overflow:hidden;*/
	/*border-radius:10px;*/
	background:url('../images/bandeaux-min/piscines.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
	position: relative;
}
.piscines #bandeau_min { 
	background:url('../images/bandeaux-min/piscines.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
}
.spas #bandeau_min { 
	background:url('../images/bandeaux-min/spas.jpg') no-repeat; 
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
}
.saunas #bandeau_min {
	background:url('../images/bandeaux-min/saunas.jpg') no-repeat; 
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
}
	
/****************
Actualité page d'accueil
****************/	
#colonne_gauche{
	float: left;
	width: 350px;	
}
#actualites {
	position:relative;
	/*float:left;*/
	/*width:350px;*/
	/*height:290px;	*/
	height:160px;
	/*margin-top:30px;*/
	background:#fff;
	/*border-radius:10px;*/
	margin-bottom: 10px;
}
#actualites p.titre {
	display:block;
	/*width:325px;*/
	height:48px;
	line-height:48px;
	font-family:'Dosis', Arial;
	font-size:24px;
	color:#fff;
	font-weight:600;
	padding-left:25px;
	text-transform:uppercase;
	background:#01A3B2;
	/*border-top-left-radius:10px;
	border-top-right-radius:10px;*/
}
#actualites p.titre a {
	font-size:24px;
}
#actualites p.titre a, #actualites p.titre a:hover {
	color:#fff;
}
#actualites .contenu {
	padding:10px 20px;
}
#actualites .clicable {
	cursor:pointer;
}
#actualites .contenu h2, #actualites .contenu h2 a {
	font-family:'Dosis', Arial;
	font-size:16px;
	color:#133f43;
	font-weight:600;
	text-transform:none;
}
#actualites .contenu p {
	color: #133f43;
	font-family:'Dosis', Arial;
	font-size:14px;
	line-height:16px;
	width:300px;
}
#actualites .contenu span.btn_plus {
	position:absolute;
	/*top:127px;*/
	bottom: 0px;
	right:0px;
	display:block;
	width:36px;
	height:33px;
	cursor:pointer;
	text-indent:-9999px;
	/*border-top-left-radius:10px;*/
	background:#ffd200 url('../images/plus-19-2024.png') no-repeat 10px 8px; /*#E55703*/
	color: #0052a4;
	transition:0.2s;
}
#actualites .contenu span.btn_plus:hover, #actualites .contenu span.btn_plus.active {
	background:#0052a4 url('../images/plus-19.png') no-repeat 10px 8px; /*#333*/
	transition:0s background;
}
#actualites .photo {
	position:absolute;
	top:160px;
	left:0px;
	display:block;
	/*width:350px;*/
	height:130px;
	overflow:hidden;
	/*border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;*/
}

/****************
Page actualités
****************/
.liste_actus {
	padding-bottom:20px;
}
.liste_actus .actu {
	cursor:pointer;
	font-size:13px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom: 1px dotted #018390;
}
.liste_actus .actu img{
	width: 100%;
	margin-bottom: 20px;	
}
.liste_actus .actu .desc {
	width:300px;
	float:left;
	margin-left:20px;
}
.liste_actus .actu .desc2 {
	width:650px;
	float:left;
	margin-left:20px;
}
.liste_actus .actu .desc h2 a, .liste_actus .actu .desc2 h2 a, .liste_actus .actu h2 a  {
	font-weight:600;
	font-size:18px;
}
.actu_detail {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: 1px dotted #018390;
}
.actu_detail img{
	width: 100%;	
}

/****************
Page mentions légales
****************/
.mentions-legales p {
	font-size:13px;
}
.mentions-legales h2 {
	font-weight:600;
	color:#018390;
	margin-top:20px;
}

/****************
Votre projet page d'accueil
****************/
#projet {
	float:left;
	/*width:350px;
	height:290px;	*/
	height:390px;	
	margin-top:30px;
	/*margin-left:20px;*/
	background:#fff;
	/*border-radius:10px;*/
}
#projet p.titre {
	display:block;
	/*width:325px;*/
	height:48px;
	line-height:48px;
	font-family:'Dosis', Arial;
	font-size:24px;
	color:#fff;
	font-weight:600;
	padding-left:25px;
	text-transform:uppercase;
	background:#9fc73b;
	/*border-top-left-radius:10px;
	border-top-right-radius:10px;*/
}
#projet .contenu {
	padding:20px 20px;
	background:url('../images/ampoule.jpg') no-repeat 270px 0px;
}
#projet .contenu p {
	color: #133f43;
	font-family:'Dosis', Arial;
	font-size:14px;
}
#projet .contenu .question {
	margin:25px 0 0 0;
}
#projet .contenu .question h2 {
	font-family:'Dosis', Arial;
	font-size:18px;
	font-weight:600;
	text-transform:none;
	display:inline-block;
	margin: 10px 0 30px 0;
}
#projet .contenu .question ul {
	display:block;
	list-style:none;
	width:320px;
	height:116px;
	margin-top:15px;
}
#projet .contenu .question ul li { 
	display:block;
	float:left;
	width:90px;
	height:116px;
	margin-right:15px;
}
#projet .contenu .question ul li a img {
	display:block;
	/*border-top-left-radius:10px;
	border-top-right-radius:10px;*/
}
#projet .contenu .question ul li a span {	
	display:block;
	width:90px;
	height:26px;
	color: #133f43;
	font-family:'Dosis', Arial;
	font-size:14px;
	line-height:25px;
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	/*border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;*/
	background:#f1f0f0;
	transition:0.4s color;
	transition:0.4s background;
}
#projet .contenu .question ul li a:hover span {
	color:#fff;
	background:#9FC73B;
	transition:0s;
}

/****************
Encart partenaires
****************/

#partenaires {
	
	/*width:310px;
	height:90px;*/	
	margin-top:30px;
	margin-bottom:30px;
	background:#fff;
	/*border-radius:10px;*/
	padding:15px 20px;
	overflow: hidden;
}
#partenaires p.titre {
	display:block;
	font-family:'Dosis', Arial;
	text-transform:uppercase;
	color:#00a2b2;
	font-weight:600;
	font-size:16px;
}
#partenaires ul.slides{
	list-style: none;	
}
#partenaires ul.slides li{
	text-align: center;	
}
#partenaires .owl-carousel{
	text-align: center;	
}
#partenaires img{
	display: inline-block;	
	width: auto;
	
}
#carousel_partenaires{
	min-height: 75px !important;	
}
#carousel_partenaires img{
	
}

/****************
Encart offres spéciales
****************/

#offres {
	/*float:left;
	width:350px;*/
	height:180px;	
	/*margin-top:30px;*/
	background:#fff;
	/*border-radius:10px;*/
	position: relative;
}
#offres p.titre {
	display:block;
	/*width:325px;*/
	height:48px;
	line-height:48px;
	font-family:'Dosis', Arial;
	font-size:24px;
	color:#fff;
	font-weight:600;
	padding-left:25px;
	text-transform:uppercase;
	background:#9FC73B;
	/*border-top-left-radius:10px;
	border-top-right-radius:10px;*/
}
#offres p.titre a {
	font-size:24px;
}
#offres p.titre a, #offres p.titre a:hover {
	color:#fff;
}
#offres .contenu {
	padding:10px 20px;
}
#offres .clicable {
	cursor:pointer;
}
#offres .contenu h2, #offres .contenu h2 a {
	font-family:'Dosis', Arial;
	font-size:16px;
	color:#133f43;
	font-weight:600;
	text-transform:none;
}
#offres .contenu p {
	color: #133f43;
	font-family:'Dosis', Arial;
	font-size:14px;
	line-height:16px;
	width:300px;
	font-weight: 400;
}
#offres .contenu span.btn_plus {
	position:absolute;
	/*top:127px;*/
	bottom: 0px;
	right:0px;
	display:block;
	width:36px;
	height:33px;
	cursor:pointer;
	text-indent:-9999px;
	/*border-top-left-radius:10px;*/
	background:#ffd200 url('../images/plus-19-2024.png') no-repeat 10px 8px; /*#E55703*/
	color: #0052a4;
	transition:0.2s;
}
#offres .contenu span.btn_plus:hover, #offres .contenu span.btn_plus.active {
	background:#0052a4 url('../images/plus-19.png') no-repeat 10px 8px; /*#333*/
	transition:0s background;
}
#offres .photo {
	position:absolute;
	top:160px;
	left:0px;
	display:block;
	width:350px;
	height:130px;
	overflow:hidden;
	/*border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;*/
}

/****************
Encart nouveautés
****************/

#nouveautes {
	/*float:left;
	width:350px;*/
	height:180px;	
	margin-top:30px;
	background:#fff;
	/*border-radius:10px;*/
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
#nouveautes p.titre {
	display:block;
	/*width:325px;*/
	height:48px;
	line-height:48px;
	font-family:'Dosis', Arial;
	font-size:24px;
	color:#0052a4;
	font-weight:600;
	padding-left:25px;
	text-transform:uppercase;
	background:#ffd200; /*#e55703*/
	/*border-top-left-radius:10px;
	border-top-right-radius:10px;*/
}
#nouveautes p.titre a {
	font-size:24px;
}
#nouveautes p.titre a, #nouveautes p.titre a:hover {
	color:#0052a4; /*#fff*/
}
#nouveautes .contenu {
	padding:10px 20px;
}
#nouveautes .clicable {
	cursor:pointer;
}
#nouveautes .contenu h2, #nouveautes .contenu h2 a {
	font-family:'Dosis', Arial;
	font-size:16px;
	color:#133f43;
	font-weight:600;
	text-transform:none;
}
#nouveautes .contenu p {
	color: #133f43;
	font-family:'Dosis', Arial;
	font-size:14px;
	line-height:16px;
	width:300px;
}
#nouveautes .contenu span.btn_plus {
	position:absolute;
	/*top:127px;*/
	bottom: 0px;
	right:0px;
	display:block;
	width:36px;
	height:33px;
	cursor:pointer;
	text-indent:-9999px;
	/*border-top-left-radius:10px;*/
	background:#ffd200 url('../images/plus-19-2024.png') no-repeat 10px 8px; /*#E55703*/
	transition:0.2s;
	color: #0052a4;
}
#nouveautes .contenu span.btn_plus:hover, #nouveautes .contenu span.btn_plus.active {
	background:#0052a4 url('../images/plus-19.png') no-repeat 10px 8px; /*#333*/
	transition:0s background;
}
#nouveautes .photo {
	position:absolute;
	top:160px;
	left:0px;
	display:block;
	width:350px;
	height:130px;
	overflow:hidden;
	/*border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;*/
}

/****************
Encart inscription newsletter
****************/
#newsletter_inscription {
	/*width:180px;*/
	width:100%;
	height:auto;
	background:#00a2b2;
	/*border-radius:10px;*/
	padding:15px 20px;
	display: inline-block;
}
#newsletter_inscription.accueil{
	width:100%;
	height: auto;
	margin-bottom: 30px;
}	
#newsletter_inscription p.titre {
	display:block;
	font-family:'Dosis', Arial;
	text-transform:uppercase;
	color:#fff;
	font-weight:600;
	font-size:14px;
}

#newsletter_inscription #frm_inscription_nl {
	float:left;
	margin:0px 0 0 0;
	padding:0px;
	/*width:180px;*/
	width: 100%;
	height:30px;
	background:#fff;
}
#newsletter_inscription.accueil #frm_inscription_nl{
	width: 100%;	
}
#newsletter_inscription #frm_inscription_nl #email {
	display:block;
	float:left;
	border:0px;
	padding:2px 0px;
	margin:2px 0 0 8px;
	/*width:143px;*/
	width: 80%;
	font-family:'Dosis', Arial;
	color: #133f43;
	font-weight:400;
	font-size:14px;
}
#newsletter_inscription.accueil #frm_inscription_nl #email{
	/*width:270px;*/
	width: 87%;
}
#newsletter_inscription #frm_inscription_nl #btn_ok {
	display:block;
	float:left;
	width:20px;
	height:20px;
	cursor:pointer;
	border:0px;
	margin:7px 0 0 3px;
	text-indent:-9999px;
	background:url('../images/email-20-2024.png') no-repeat;
}

#newsletter_inscription #frm_inscription_nl #btn_ok:hover {
	background-position:0 -20px;
}

/****************
Fenêtre modale inscription newsletter
****************/
#abonnement_letters {
	padding:20px;
	width:500px;
}
#abonnement_letters p.titre_formulaire {
	font-size:18px;
	text-transform:uppercase;
	font-family:'Dosis', Arial;
	font-weight:600;
	color:#01A3B2;
	padding-bottom:5px;
	margin-bottom:20px;
	border-bottom:1px dotted #01A3B2;
}
#abonnement_letters .ligne {
	margin-bottom:5px;
}
#abonnement_letters .ligne label, #abonnement_letters .ligne input {
	font-family:'Dosis', Arial;
	font-size:13px;
	
}
#abonnement_letters .ligne input, #abonnement_letters .ligne textarea{
	width: 100%;
}
#abonnement_letters .ligne input, #abonnement_letters .ligne textarea {
	font-family:'Dosis', Arial;
	font-size:14px;
	color:#133f43;
	padding:5px;
	border:1px solid #c9c9c9;
}
#abonnement_letters .ligne {
	margin-bottom:10px;
}
#abonnement_letters .ligne #nl_adresse {
	width:100%;
	height:77px;
}
#abonnement_letters .ligne #nl_cp {
	/*width:75px;*/
}
#abonnement_letters .ligne #nl_ville {
	/*width:195px;*/
}
#abonnement_letters #nl_sinscrire_btn {
	display:block;
	font-family: 'Dosis', Arial, sans-serif;
	font-size: 13px;
	text-transform:uppercase;
	text-align:center;
	font-weight:600;
	/*border-radius:10px;*/
	color:#0052a4;
	border:0px;
	margin:15px auto 0 auto;
	padding:10px 50px;
	cursor:pointer;
	background:#ffd200; /*#E55703*/
}
#abonnement_letters #nl_sinscrire_btn:hover {
	transition: background 0.2s;
	background:#333333;
}
#abonnement_letters .champs_obligatoires {
	font-size:12px;
	color:#999;
}
#abonnement_letters #nl_erreur { 
	background:#ffe1e1; 
	color:#7a0e0e; 
	padding:5px 10px; 
	margin-bottom:10px;
	border-top:1px solid #ffbcbc;
	border-bottom:1px solid #ffbcbc;
	font-family:'Dosis', Arial;
	font-size:13px;
}


/****************
Encart coordonnées
****************/
#coordonnees {
	position:relative;
	/*width:180px;
	height:360px;*/
	/*margin-top:10px;*/
	background:#fff;
	padding:15px 20px;
	/*border-radius:10px;*/
}
#coordonnees #logo_mini {
	display:block;
	/*width:156px;*/
	height:57px;
	margin-top:-10px;
	margin-bottom:5px;
	margin-left: -5px;
}
#coordonnees .vignette_expo {
	position:absolute;
	left:200px;
	top:20px;
	width:130px;
	height:130px;
	text-indent:-9999px;
	background:url('../images/500-metre-carre-expo.png') no-repeat;
}
#coordonnees address {
	font-family:'Dosis', Arial;
	font-size:14px;
	font-weight:400;
	color:#133f43;
	font-style:normal;
	line-height:16px;
}
#coordonnees address span {
	display:inline-block;
	padding-bottom:10px;
}
#coordonnees .btn_contact {
	display:block;
	width:135px;
	height:30px;
	margin-top: 20px;
	font-family:'Dosis', Arial;
	font-size:14px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
	line-height:29px;
	text-align:center;
	/*border-radius:10px;*/
	background:#ffd200; /*#E55703*/
	color :#0052a4;
	transition:0.4s background;
}
#coordonnees .btn_contact:hover {
	background:#0052a4; /*#333*/
	color: #fff;
	transition:0s;
}

#coordonnees #container-image-accueil{
	justify-content: center; display: flex; align-items: center;
}

/****************
Page liste produit (catalogue / navigation)
****************/
.liste .encart {
	position:relative;
	/*width:720px;*/
	width:100%;
	background:#fff;
	/*border-radius:10px;*/
	cursor:pointer;
}
.liste .encart2 {
	position:relative;
	/*width:690px;*/
	width:100%;
	background:#fff;
	/*border-radius:10px;*/
	padding: 10px 15px;
}
.liste .encart2 ul {
	font-family:'Dosis', Arial;
	font-size:13px;
	margin-left:20px;
	color:#133f43;
}
.liste .encart .apercu {
	/*float:left;
	width:240px;*/
	/*width: 25%;*/
	height:auto;
	overflow:hidden;
	background:#fff;
	/*border-top-left-radius:10px;
	border-bottom-left-radius:10px;*/
}
.liste .encart .apercu img {
	/*display:block;*/
	display: inline-block;
	width: 100%;
	/*height: 100%;*/
}
.liste .encart .description {
	
	/*width:480px;
	width: 75%;*/
	height:auto;
	padding-bottom: 25px;
}
.liste .encart .description h2, .liste .encart .description h2 a {
	font-family:'Dosis', Arial;
	font-size:18px;
	font-weight:600;
	color:#fff;
}
.liste .encart .description h2 {
	background:#01A3B2;
	width: 100%;
	/*border-top-right-radius:10px;*/
	padding:15px 0 10px 20px;
}
.liste .encart .description p {
	font-family:'Dosis', Arial;
	font-size:14px;
	font-weight:400;
	line-height:16px;
	color:#133f43;
	padding-left:20px;
	padding-right: 10px;
}
.liste .encart .description p.prix_a_partir {
	position:absolute;
	font-family:'Dosis', Arial;
	font-size:18px;
	font-weight:400;
	color:#0052a4; /*#E55703*/
	top:155px;
	/*right:316px;*/
	left: 240px;
}
.liste .encart .description p.prix_a_partir .chiffre {
	font-size:24px;
	font-weight:600;
}
.liste .encart .description span.btn_plus {
	position:absolute;
	/*top:157px;*/
	bottom: 0px;
	right:0px;
	display:block;
	width:36px;
	height:33px;
	cursor:pointer;
	text-indent:-9999px;
	/*border-top-left-radius:10px;*/
	background:#ffd200 url('../images/plus-19-2024.png') no-repeat 10px 8px; /*#E55703*/
	color: #0052a4;
	transition:0.2s;
}
.liste .encart .description span.btn_plus:hover, .liste .encart .description span.btn_plus.active {
	background:#0052a4 url('../images/plus-19.png') no-repeat 10px 8px; /*#333*/
	transition:0s background;
}

/****************
Page détail produit (catalogue / détail)
****************/
.detail {
	position:relative;
	/*width:680px;*/
	background:#fff;
	height: 100%;
	/*border-radius:10px;
	padding:30px 20px 0 20px;*/
	margin-bottom: 20px;
}
.detail img{
	max-width: 100%;	
}
.detail h1 {
	font-family:'Dosis', Arial;
	font-size:24px;
	font-weight:600;
	color:#018390;
	padding-bottom:10px;
	text-transform:uppercase;
	border-bottom:1px dotted #018390;
}
.detail .photos {
	/*float:left;
	width:340px;*/
	margin-bottom: 20px;
}
.detail .photos .photos_vue {
	/*width:340px;
	height:230px;*/
	width: 100%;
	height: auto;
	overflow:hidden;
}
.detail .photos .photos_vue img {
	display:block;
	width: 100%;
}


.detail .photos .photos_miniatures {
	display:block;
	/*width:352px;
	height:80px;*/
	margin-top:10px;
}
.detail .photos .photos_miniatures .slide {
	display:block;
	float:left;
	width:106px;
	height:70px;
	overflow:hidden;
	margin-right:11px;
	cursor:pointer;
	opacity:0.3;
}
.detail .photos .photos_miniatures .slide.active {
	opacity:1;
}
.detail .photos .photos_miniatures .slide img {
	display:block;
}
.detail .photos .photos_miniatures #galerie_carou_prev {
	display:block;
	float:left;
	width:30px;
	height:27px;
	text-indent:-9999px;
	cursor:pointer;
	background:url('../images/fleche-galerie-gauche.png') no-repeat;
}
.detail .photos .photos_miniatures #galerie_carou_prev:hover {
	background-position:0px -27px;
}
.detail .photos .photos_miniatures #galerie_carou_next {
	display:block;
	float:left;
	width:30px;
	height:27px;
	text-indent:-9999px;
	cursor:pointer;
	background:url('../images/fleche-galerie-droite.png') no-repeat;
}
.detail .photos .photos_miniatures #galerie_carou_next:hover {
	background-position:0px -27px;
}
.detail .photos .photos_miniatures #galerie_carou_pag {
	display:block;
	float:left;
	width:282px;
	text-align:center;
}
.detail .photos .photos_miniatures #galerie_carou_pag a {
	display:inline-block;
	width:10px;
	height:10px;
	margin:9px 3px 0 3px;
	border-radius:5px;
	text-indent:-9999px;
	background:#e8f5f8;
}
.detail .photos .photos_miniatures #galerie_carou_pag a.selected {
	background:#00a2b2;
}

a.btn_pdf{
	display: block;
	background: url('../images/picto-pdf.png') no-repeat;
	height: 24px;
	line-height: 24px;	
	padding: 0 0 0 30px;
	margin-bottom: 10px;
}

#intro_longue{
	display: block;
	height: 40px;
	overflow: hidden;
	margin: 0 0 5px 0;	
	position: relative;
}
.lire_suite{
	font-family:'Dosis', Arial;
	cursor: pointer;
	text-align: right;
}
.lire_suite:hover{
	color:#ffd200; /*#e55703*/	
	
}

/*
.detail .photos ul.photos_miniatures {
	 list-style:none;
	 margin-left:0px;
	 margin-top:12px;
}
.detail .photos ul.photos_miniatures li {
	display:block;
	float:left;
	width:106px;
	height:70px;
	overflow:hidden;
	cursor:pointer;
	opacity:0.3;
}
.detail .photos ul.photos_miniatures li.active {
	opacity:1;
}
.detail .photos ul.photos_miniatures li img {
	display:block;
	float:left;
}
*/

.desc{
	margin-bottom: 50px;	
}

.detail .description {
	/*float:left;
	width:320px;*/
	width: 100%;
	/*margin-left:20px;*/
	position: relative;
	padding-bottom: 30px;
}
h3{
	font-size: 14px !important;	
}
.detail .description_large{
	float:left;
	/*width:680px;*/
	position: relative;	
	padding: 0 15px;
}
.detail .description h2, .detail .description_large h2 {
	font-family:'Dosis', Arial;
	font-size:16px;
	font-weight:500;
	color:#00a2b2;
	text-transform:none;
}
.detail .description p, .detail .description_large p {
	font-family:'Dosis', Arial;
	font-size:14px;
	line-height:16px;
	font-weight:400;
	color:#133f43;
}
.detail .description p.prix_a_partir, .detail .description_large p.prix_a_partir {
	font-family:'Dosis', Arial;
	font-size:18px;
	font-weight:400;
	color:#ffd200; /*#E55703*/
	margin-top:25px;
	text-align:right;
}
.detail .description p.prix_a_partir .chiffre, .detail .description_large p.prix_a_partir .chiffre {
	font-size:24px;
	font-weight:600;
}
.btn_devis {
	display:block;
	float:right;
	width:155px;
	height:32px;
	margin-top:15px;
	margin-bottom:20px;
	font-family:'Dosis', Arial;
	font-size:14px;
	font-weight:600;
	line-height:31px;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
	border:0px;
	/*border-radius:10px;*/
	text-align:center;
	background: #ffd200; /*#E55703*/
	color: #0052a4;
	transition:0.2s;
}
.btn_devis:hover {
	background:#0052a4; /* #333*/
	color: #FFF;
	transition:0s background;
}
.detail .caracteristiques {
	margin:20px 0 15px 0;
	border-top:1px dotted #018390;
}
.detail .photos .photos_vue {
	position:relative;
}
.detail .photos .photos_vue span.btn_zoom {
	position:absolute;
	bottom:0px;
	right:0px;
	display:block;
	width:36px;
	height:33px;
	cursor:pointer;
	text-indent:-9999px;
	/*border-top-left-radius:10px;*/
	background: #ffd200 url('../images/loupe-18-blanche.png') no-repeat 10px 8px; /*#E55703*/
	transition:0.2s;
}
.detail .photos .photos_vue span.btn_zoom:hover, .detail .photos .photos_vue span.btn_zoom.active {
	background:#0052a4 url('../images/loupe-18-blanche.png') no-repeat 10px 8px; /*#333*/
	transition:0s background;
}

.frais_devis{
	position: absolute;
	width: 120px;
	height: 120px;
	left: 10px;
	bottom: 0px;
	background: url('../images/frais-livraison-installation-sur-devis.jpg') no-repeat;
}

.caracteristiques {
	padding-bottom:30px;
}
.caracteristiques .onglets {
	margin:15px 0px 0px 0px;
}
.caracteristiques .onglets li {
	display:inline-block;
	padding:5px 10px;
	font-family:'Dosis', Arial;
	font-size:16px;
	cursor:default;
	font-weight:400;
	margin-right:1px;
	cursor:pointer;
	color:#133f43;
	background:#e8f5f8;
	transition:0.2s background;
}
.caracteristiques .onglets li:hover, .caracteristiques .onglets li.active {
	background:#00a2b2;
	color:#fff;
	transition:0 background;
}
.caracteristiques .tab_cara_detail {
	width:98%;
	border-top: 2px solid #00a2b2;
	border-bottom: 1px solid #00a2b2;
	font-family:'Dosis', Arial;
	font-size:12px;
	padding:10px 0 0 5px;
}
.caracteristiques .tab_cara_detail table {
	width:100%;
}
.caracteristiques .tab_cara_detail td {
	padding:5px 10px;
	border-bottom:1px dotted #ccc;
}
.caracteristiques .tab_cara_detail td strong {
	font-weight:600;
}
.caracteristiques h2, .caracteristiques h3 {
	color:#133f43;
	margin:0 5px 5px 5px;
}
.caracteristiques p, .caracteristiques ul {
	margin-bottom:10px;
}
.caracteristiques ul.pieces_sceller{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
.caracteristiques ul.pieces_sceller li{
	line-height: 100px;
	height: 100px;
}
.caracteristiques ul.pieces_sceller li img{
	float: left;	
}
.caracteristiques ul.pieces_sceller li span{
	line-height: 18px;
	margin-left: 15px;	
}

/****************
Fil d'ariane
****************/
#breadcrumbs {
	position:absolute;
	bottom: 0px;
	left:25%;
	height:40px;
	padding:0 15px 0 15px;
	display:block;
	list-style:none;
	background:#01A3B2;
	margin-bottom: 0px;
	/*border-top-left-radius:10px;
	border-top-right-radius:10px;*/
}
#breadcrumbs li {
	display:block;
	float:left;
	padding:0 0 0 10px;
	margin:0 0 0 6px;
	line-height:38px;
	background:url('../images/breadcrumbs-fleche.gif') no-repeat;
	background-position:0px 16px;
}
#breadcrumbs li.first {
	padding:0 0 0 15px;
	background:url('../images/breadcrumbs-home.gif') no-repeat left top;
	background-position:0 15px;
	margin-left: 0px;
}
#breadcrumbs li a {
	font-family:'Dosis', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:500;
	text-decoration:none;
	color:#fff;
}
#breadcrumbs li a:hover {
	color:#133f43;
}

/*********** 
Balises styles généraux
***********/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #86b51b;
	font-weight: bold;
	margin-bottom: 10px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #86b51b;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
}
p{
	font-family:'Dosis', Arial;
	font-size:13px;
	color: #133f43;
	margin-bottom:5px;
}
a {
	font-family:'Dosis', Arial;
	font-size:13px;
	color:#ffd200; /*#E55703*/
	text-decoration:none;
	transition:0.4s color;
}
a:hover {
	color:#133f43;
	transition:0s color;
}
.detail ul {
	font-family:'Dosis', Arial;
	font-size:13px;
	margin-left:20px;
	color:#133f43;
}
.detail .description_large ul{
	float: left;
}

/****************
Page contact et coordonnees
****************/
#content p.erreur { 
	background:#ffe1e1; 
	color:#7a0e0e; 
	padding:5px 10px; 
	width:100%;
	border-top:1px solid #ffbcbc;
	border-bottom:1px solid #ffbcbc;
	font-family:'Dosis', Arial;
	font-size:13px;
	margin-bottom: 0px;
}
#content p.confirmation {
	background:#ddf8cb; 
	color:#53ae17; 
	padding:5px 10px; 
	width:100%;
	border-top:1px solid #68c927;
	border-bottom:1px solid #68c927;
	font-family:'Dosis', Arial;
	font-size:13px;
}
#formulaire{
	/*float:left;
	width:330px;*/
}
#formulaire p {
	font-size:13px;
}
#formulaire fieldset {
	border:0px;
	margin:0 0 8px 0;
}
#formulaire fieldset.mB0 {
	margin-bottom: 0px;	
}
#formulaire label {
	font-family:'Dosis', Arial;
	font-size:13px;
	color:#133f43;
	font-weight:500;
}
#formulaire .lib {
	/*width:100px;
	float:left;
	padding:4px 0 0 0;*/
}
#formulaire .lib2 {
	/*width:120px;
	float:left;
	padding:4px 0 0 0;*/
}
#formulaire .libmsg {
	/*width:100px;
	float:left;*/
}

#formulaire .contact_txt, #formulaire .select_txt {
	float:left;
	font-family:'Dosis', Arial;
	font-size:13px;
	color:#133f43;
	padding:5px;
	border:1px solid #c9c9c9;
	width: 100%;
}
#formulaire .contact_txt.actif {
	border:1px solid #c5a26e;
}
#formulaire .select_txt {
	/*width:210px;*/
}
#formulaire .msg_txt {
	float:left;
	font-family:'Dosis', Arial;
	font-size:13px;
	color:#133f43;
	/*width:200px;*/
	width: 100%;
	padding:5px;
	border:1px solid #c9c9c9;
}
#formulaire .msg_txt.actif {
	border:1px solid #c5a26e;
}
#formulaire #recevoirNL {
	width:25px;	
}
#formulaire #req_fields {
	display:block;
	font-size:12px;
	font-family:'Dosis', Arial;
	color:#b6b5b5;
	margin-top:20px;
}
#formulaire fieldset.ligne_checkbox {
	margin:10px 0 10px 0 ;
}
#formulaire #infos_devis {
	border-top:1px dotted #00A2B2;
	border-bottom:1px dotted #00A2B2;
	padding:10px 0;
	margin-bottom:10px;
}
#formulaire #infos_devis .choix {
	float:left;
	margin-right:20px;
	margin-top:5px;
	margin-bottom:5px;
}
.btn_envoyer{
	border: 0px;
	font-family:'Dosis', Arial;
	background: #ffd200; /*#E55703*/
	color: #0052a4;
	padding: 5px 15px;
	font-size: 13px;
	font-weight: 500;
	text-transform:uppercase;
	cursor: pointer;
	margin-right: 3px;
	margin-top: 20px;
	/*border-radius:10px;*/
	transition:0.2s background;
}
.btn_envoyer:hover {
	background: #0052a4; /*#133f43*/
	color: #FFF;	
	transition:0s background;
}
#plan_acces {
	/*float:left;
	width:330px;
	margin: 0 0 0 20px;*/
}
#plan_acces #map_acces {
	/*width:330px;*/
	width: auto;
	height:550px;
}

/*********** 
Page rechercher
***********/
.recherche p {
	font-family:'Dosis', Arial;
	font-size:13px;
	color:#133f43;
}
.recherche .tab_resultats {
	/*width:680px;*/
}
.recherche .tab_resultats .ligne td {
	padding-top:5px;
	border-bottom:1px dotted #ccc;
}
.recherche .tab_resultats h2 a {
	font-size:18px;
	font-weight:600;
}
.recherche .tab_resultats h2 a:hover {
	color:#133f43;
}
.recherche .tab_resultats a.lien_plus {
	display:inline-block;
	padding:0 0 10px 0;
}
#formRecherche {
	padding:10px 0;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
#formRecherche #rechF {
	display:inline-block;
	/*margin:0px 0 0 5px;
	float:left;*/
	width: 100%;
	border:1px solid #ccc;
	padding:5px;
	font-family:'Dosis', Arial;
	font-size:13px;
}
#formRecherche label.requete {
	/*float:left;
	margin:3px 0 0 0;
	display:inline-block;*/
	font-family:'Dosis', Arial;
	font-size:13px;
}
#formRecherche #rech_btn2 {
	display:inline-block;
	float: right;
	/*margin:0px 0 0 5px;*/
	font-family:'Dosis', Arial;
	font-size:13px;
	text-transform:uppercase;
	font-weight:600;
	background:#ffd200; /*#E55703*/
	padding:5px 15px;
	margin-top: 15px;
	color:#0052a4;
	transition:0.2s background;
}
#formRecherche #rech_btn2:hover {
	background:#333;
	transition:0s background;
}

/*********** 
Page commande produits hivernage
***********/

#auth_content{
	font-family:'Dosis', Arial;
	font-size:13px;
	width: 250px;
	margin: 50px auto;
}

.cmd-hivernage #liste_produits_hivernage {
	/*width:440px;
	float:left;*/
}
.cmd-hivernage #liste_produits_hivernage h3 {
	text-transform:uppercase;
	margin:10px 0 5px 0;
	padding-bottom:5px;
	border-bottom:1px dotted #133f43;
}
.cmd-hivernage #liste_produits_hivernage h3 a {
	color:#133f43;
}
.cmd-hivernage #liste_produits_hivernage h3 a:hover, .cmd-hivernage #liste_produits_hivernage h3.selected a {
	color:#ffd200; /*#E55703*/
}
.cmd-hivernage #liste_produits_hivernage table.tab_produits thead th {
	text-align:left;
	padding:4px 5px;
	font-family:'Dosis', Arial;
	font-size:13px;
	font-weight:600;
	color:#133f43;
}
.cmd-hivernage #liste_produits_hivernage table.tab_produits td.titre_prod {
	width:220px;
	text-align:left;
	line-height:14px;
}
.cmd-hivernage #liste_produits_hivernage table.tab_produits input.qte {
	width:30px;
	font-family:'Dosis', Arial;
	font-size:13px;
	color:#133f43;
	font-weight:600;
	text-align:center;
	padding:2px 5px;
	border:1px solid #c9c9c9;
}
.cmd-hivernage #liste_produits_hivernage .produit {
	font-family:'Dosis', Arial;
	font-size:13px;
	color:#133f43;
}
.cmd-hivernage #liste_produits_hivernage .produit td {
	padding:2px 5px 2px 5px;
	text-align:center;
}
.cmd-hivernage .btn {
	display:inline-block;
	margin:0px 0 0 5px;
	font-family:'Dosis', Arial;
	font-size:13px;
	text-transform:uppercase;
	font-weight:600;
	background:#ffd200; /*#E55703*/
	border:0px;
	cursor:pointer;
	border-radius:0px;
	margin-top:15px;
	padding:5px 15px;
	color:#0052a4;
	transition:0.2s background;
}
.cmd-hivernage .btn:hover {
	background:#333;
	transition:0s background;
}
.cmd-hivernage .btn#modifier_commande {
	background:#333;
	transition:0.2s background;
}
#votre_commande {
	/*width:190px;
	float:left;
	margin-left:20px;*/
	width: 100%;
	padding:15px 15px 10px 15px;
	background:#00A2B2;
	/*border-radius:10px;*/
}
#votre_commande h4 {
	font-family:'Dosis', Arial;
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
	color:#fff;
}
#votre_commande .liste_produits {
	margin:5px 0;
	padding:8px 5px;
	color:#fff;
	font-family:'Dosis', Arial;
	font-size:12px;
	line-height:14px;
	border-top:1px dotted #fff;
	border-bottom:1px dotted #fff;
}
#votre_commande .liste_produits .prod {
	margin:0 0 5px 0;
}
#votre_commande .liste_produits .prod .qte {
	font-size:16px;
	font-weight:600;
}
#votre_commande .liste_produits .prod .suppr {
	display:inline-block;	
	float:right;
	width:16px;
	height:16px;
	text-indent:-9999px;
	background:url('../images/croix-16.png') no-repeat;
}
#votre_commande .liste_produits .prod .suppr:hover {
	background-position:0 -16px;
}
#votre_commande p.total_ttc {
	font-family:'Dosis', Arial;
	font-size:14px;
	font-weight:600;
	color:#fff;
}
#votre_commande p.total_ttc span {
	font-size:18px;
}	
#frm_recap_commande h2 {
	border-bottom:1px dotted #133f43;
	font-family:'Dosis', Arial;
	font-size:18px;
	font-weight:600;
	color:#133f43;
	padding-bottom:5px;
	text-transform:none;
}
#frm_recap_commande .tab_recap {
	width:100%;
	font-family:'Dosis', Arial;
	font-size:13px;
	color:#133f43;
	text-align:right;
}
#frm_recap_commande .tab_recap thead th, #frm_recap_commande .tab_recap tfoot td {
	padding:5px 0;
}
#frm_recap_commande .tab_recap tfoot td {
	font-weight:700;
	font-size:18px;
}

#frm_recap_commande fieldset {
	border:0px;
	margin:0 0 8px 0;
}
#frm_recap_commande fieldset.mB0 {
	margin-bottom: 0px;	
}
#frm_recap_commande label {
	font-family:'Dosis', Arial;
	font-size:13px;
	color:#133f43;
	font-weight:500;
}
#frm_recap_commande .lib {
	
	padding:4px 0 0 0;
}
#frm_recap_commande .libmsg {
	
}
#frm_recap_commande .contact_txt, #frm_recap_commande .select_txt {
	float:left;
	font-family:'Dosis', Arial;
	font-size:13px;
	color:#133f43;
	padding:5px;
	width: 100%;
	border:1px solid #c9c9c9;
}
#frm_recap_commande .contact_txt.actif {
	border:1px solid #c5a26e;
}
#frm_recap_commande .bouton_radio{
	height: 20px;
	margin: 2px 10px 0 0;
	float: left;	
}

/*********** 
Page plan du site
***********/
ul.plan_site ul {
	margin-top:5px;
	margin-bottom:5px;
}
ul.plan_site li a {
	color:#133f43;
	font-size:18px;
	font-weight:600;
}
ul.plan_site li a:hover {
	color:#ffd200; /*#E55703*/
}
ul.plan_site ul li a {
	font-size:16px;
	font-weight:600;
}
ul.plan_site ul ul li a {
	font-size:13px;
	font-weight:400;
}

/*********** 
Footer
***********/
#footer { 
	width: 100%;
	/*height:255px;*/
	height: auto;
	font-family:'Dosis', Arial;
	font-size:12px;
	font-weight:600;
	color:#133f43;
	background:#fff;
	padding-bottom: 20px;
}
#footer_content {
	width:960px;
	margin:0 auto;
}
#footer .col {
	float:left;
	border-left:1px dotted #ccc;
	padding:0 20px;
	margin-top:40px;
	max-width: none;
}
#footer a {
	font-size:12px;
	color:#133f43;
}
#footer a:hover {
	color:#ffd200; /*#E55703*/
}
#footer p {
	text-transform:uppercase;
}
#footer ul {
	margin-left:10px;
	list-style:none;
}
#footer ul li {
	line-height:20px;
}
#footer .btn_commande_hivernage {
	display:block;
	float:left;
	text-transform:uppercase;
	padding:0 0 0 10px;
	margin:20px 0 0 0;
	background:url('../images/fleche-cmd-hivernage.png') no-repeat 0px 4px;
}
#footer .btn_commande_hivernage:hover {
	background-position:0 -16px;
}
#footer .copyright {
	float:right;
	margin:20px 0 0 0;
}

@media screen and (max-width: 1140px) {
	
}
@media screen and (max-width: 992px) {
	.main_menu{
		display: none;
	}
	#logo{
		display: none;	
	}
	.fete{
		top: 20px;
		right: 80px;	
	}
	header {
		height:auto;
	}
	header .container-fluid{
		display: block;	
	}
	#topmenu{
		display: none;	
	}
	#bandeau ul.nav{
		display: none !important;	
	}
	.fille{
		display: none;	
	}
	#nav_gauche, #newsletter_inscription {
		display: none;
	}
	#footer .col{
		display: none;	
	}
	#logo-mobile{
		display: inline-block;
		margin: 10px 0 0 22px;	
	}
	#facebook-mobile{
		float: right;	
		margin-top: 30px;
	}
	.menu_mobile {
		color: #000;
		cursor: pointer;
		display: inline-block;
		font-size: 16px;
		text-transform: uppercase;
		transition: all 0.3s ease 0s;
		width: 74px;
		height: 54px;
		padding-top: 20px;
		margin-top: 10px;
	}
	.menu_mobile .line {
		background-color: #000;
		display: block;
		height: 2px;
		margin: 6px auto;
		transition: all 0.1s ease-in-out 0s;
		width: 30px;
	}
	.menu_mobile:hover .line {
		background-color: #ffd200; /*#e55703*/	
	}
	#menu-close{
		position:absolute;
		right:15px;
		height: 45px;
		width: 22px;
		background: url('../images/croix-fermer.png') no-repeat 0px 15px;	
		cursor: pointer;
		margin: 20px 10px 0 0;
	}
	#menu-close:hover{
		opacity: 0.7;	
	}
	#menu-mobile {
		background-color: #666666;
		height: 100vh;
		overflow-x: hidden;
		overflow-y: auto;
		position: fixed;
		top: 0;
		left: 0px;
		width: 100%;
		z-index: 3000;
	}
	#menu-mobile .row {
		background:#fff;
		height: 100vh;
	}
	#menu-mobile nav{
		padding: 50px 0;
		width: 100%;	
	}
	#menu-mobile ul {
		list-style: none;
		margin: 0 0 0 20px;
	}
	#menu-mobile ul#mmob {	
		margin: 0 0 0 50px;
	}
	#menu-mobile ul li a {
		font-weight: 700;
		font-size: 18px;
		color: #000;
		line-height: 45px;
		display: inline-block;
		width: 100%;
		text-decoration: none;
	}
	#menu-mobile ul.smenu li > a {	
		border-bottom: 1px solid #cccccc;
	}
	#bandeau{
		height: auto;	
	}
	#coordonnees .vignette_expo{
		left: 180px;
	}
	#footer .copyright {
		float:left !important;
	}
		
}
@media screen and (max-width: 768px) {
	#breadcrumbs{
		display: none;	
	}
	.liste .encart .description{
		padding-bottom: 45px;	
	}
	.qtip{
		display: none !important;	
	}
	.nouveaute_liste{
		position: static;
	}
	.nouveaute{
		position: static;
	}
	.liste .encart .description p.prix_a_partir {
		position:static;
		font-size:18px;
		margin-top: 15px;
	}
	.liste .encart .description p.prix_a_partir .chiffre {
		font-size:24px;
	}
	.fete{
		top: 170px;
		z-index: 1000;
	}
	
}
@media screen and (max-width: 576px) {
	.cmd-hivernage .btn {
		width: 100%;
		margin-left: 0px;
	}
	.fete{
		top: 140px;
		z-index: 1000;
	}
}