
body {
 	background-image: url(../img/16161002310base_background-lit-solide.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top; 	
	background-color: #191919;
}

@media (max-width:960px) {
body {
	background-image: none;
	background-color: #191919;
}
}



.thumbnail .caption { color: #092338; }
.title_marque { color : #6E6E6E; font-size: 25px; font-weight: normal;}   
li .thumbnail .caption { background-color: #fff; color : #092338; }
.thumbnail .caption {color : #092338;}

h1, .h1 { color: #D68F16;}
h2 { color: #D68F16; }
h3 {  color: #D68F16; }
h5 {  color: #D68F16; }
h6 {  color: #D68F16; }
h4 {  color: #D68F16; }

.top { background-color: #4D4D4D; padding : 2px 0 3px 0; font-weight : normal; border-bottom: 1px solid #202020;
 }   
.top a { color:#FFFFFF; }   
.top a:hover { color:#F8A619}   
.top .account{width: 200px; margin-left: 3%; }   

.header{
 	background-image: url(../img/16137560390base_header.png);
	background-position: center 20px; 	
    background-repeat: no-repeat;
	background-color: #191919;
	z-index: 1035; 
	width: 100%; height:230px		
}

.coordonnees { position: absolute;background: #transparent; 
margin-top:95px; margin-left: 5%;
color:#050402; font-size:16px; 
line-height: 25px;text-align: left;font-weight: normal }

.header-logo {
    margin-left: 10% 
    }


.header-logo { margin-top: 77px}


.header-logo a:hover{ 
        filter: opacity(80%);
        -webkit-filter: opacity(80%);
        -moz-filter: opacity(80%);
        -o-filter: opacity(80%);
        -ms-filter: opacity(80%);
        opacity: 0.8
}    

@media (max-width:960px) {
.header-logo { float: none; width:270px; margin-left: auto; 
margin-right: auto; text-align: center;margin-top: 30.8px;
}  
} 

.advertissing {
    margin-top: 80px;
    float: right;
    margin-right: 10px;
    border: 0px #eee solid;
    min-width: 1px;
    min-height: 1px;
    
}


/* marge Recherche newsletter */
@media (min-width:100px) AND (max-width:600px) {
.form-group { margin-left: -40px; }
}
@media (min-width:600px) AND (max-width:1010px) {
.form-group { margin-left: 15px; }
}


.bottom { color:#F8A619; width : 100%; min-height: 100px;  background: #262626; padding-top : 5px;border-top: 0px solid #F8A619;}  
.bottom a { color:#FFFFFF; font-size: 90%;     font-weight:normal; }   
.bottom a:hover { color:#F8A619}   


@media screen and (max-width: 768px) {
.bottom { background:#000;margin-top:-15px;}  
}


.accessoires { color:##F8A619; }

.subfooter { color:#FFFFFF; width : 100%;    background:#262626; padding-top : 5px;     z-index: 99999; 
    position: fixed; height: 60px; padding-top: 10px;border-top: 0px solid ##F8A619;
    bottom: 0;
}  

.categories {   
  background-color: transparent;
  background-image: url(../img/categories_liv.png);
  background-position: 5px; 
  background-repeat: no-repeat;
  color:#F8A619; padding-left : 40px;Text-Transform: Uppercase;

  }
.categories span {     color:#FFFFFF; font-size: 14px; }    

.livraison {   
  background-color: transparent;
  background-image: url(../img/camion_liv.png);
  background-position: 5px; 
  background-repeat: no-repeat;
  padding-left : 43px;
  }  
  
.marques {   
  background-color: transparent;
  background-image: url(../img/marques_liv.png);
  background-position: 5px; 
  background-repeat: no-repeat;
  color:#F8A619; padding-left : 40px;Text-Transform: Uppercase;

  }
.marques span {     color:#FFFFFF; font-size: 14px; }    


  
.livraison span { font-size: 14px; }    

.client {   
  background-color: transparent;
  background-image: url(../img/client_liv.png);
  background-position: 5px; 
  background-repeat: no-repeat;
  padding-left : 40px;

  }
.client span {     color:##F8A619; font-size: 14px; }    

.retour {   
  background-color: transparent;
  background-image: url(../img/retour_liv.png);
  background-position: 5px; 
  background-repeat: no-repeat;
  padding-left : 40px;

  }
.retour span {font-size: 14px; }    


.bott { width : 100%; background-color : #4D4D4D; box-shadow: 2px 2px 10px #141414; height: 63px; ; }  


.footer{
 	background-image: url(../img/16165200650background-lit-solide.jpg);
	background-position: center center; 
    background-repeat: no-repeat;
	background-color: #262626;
	z-index: 1035; 
	width: 100%;
    color :#FFFFFF		
}

#footer .title { color:#F8A619; margin-top: 8px;}  
#footer a { color: #FFFFFF; text-decoration: none; }
#footer a:hover { color: #F8A619; }
#footer h4 { color: #FFFFFF; }
#footer h5 {  color: #F8A619; margin-top: 7px; }
#footer ul { list-style:none; }
#footer h5 .footo{color: #F8A619;}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #F8A619 url(../../../start_to_top/img/cd-top-arrow.svg) no-repeat center 50%; border-radius: 6px; border : 2px solid #eee;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #DEA900;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 120px;
  }
}


button {
  background: #F8A619;
  color: #fff;  
  display: inline-block;
  padding: 11px 30px 14px 30px;
  border: 0;
  border-radius: 2px;
  font-size: 18px;
  color: white;
  position: relative;
}
 
button:hover {
    background: #CC8814;
    color: #fff;  
}


button.retour-go{ width:25px;height:25px;font-size:25px;padding: 0;border-radius: 50%;margin-top: -5px;background-color:transparent}




h2 { font-size: 22.5px; }
h3 { line-height: 40px; }



a { text-decoration: none; color: #F8A619; }
a:hover { text-decoration: none; color: #CC8814; }

.lien img {
        filter: opacity(100%);
        -webkit-filter: opacity(100%);
        -moz-filter: opacity(100%);
        -o-filter: opacity(100%);
        -ms-filter: opacity(100%);
        opacity: 1
}
.lien img:hover {	
        filter: opacity(80%);
        -webkit-filter: opacity(80%);
        -moz-filter: opacity(80%);
        -o-filter: opacity(80%);
        -ms-filter: opacity(80%);
        opacity: 0.8
}


.thumbnail { background-color: #FFFFFF ; padding-bottom : 20px; padding-top : 10px; border: 1px solid #6E6E6E;  box-shadow: none; margin-bottom:40px }
.thumbnail a img {
        filter: opacity(100%);
        -webkit-filter: opacity(100%);
        -moz-filter: opacity(100%);
        -o-filter: opacity(100%);
        -ms-filter: opacity(100%);
        opacity: 1
}
.thumbnail  a:hover img{
        filter: opacity(80%);
        -webkit-filter: opacity(80%);
        -moz-filter: opacity(80%);
        -o-filter: opacity(80%);
        -ms-filter: opacity(80%);
        opacity: 0.8
}

.thumbnails > li { margin-bottom:0 }
.tracking a img{
        filter: opacity(100%);
        -webkit-filter: opacity(100%);
        -moz-filter: opacity(100%);
        -o-filter: opacity(100%);
        -ms-filter: opacity(100%);
        opacity: 1
}
.tracking a:hover img{
        filter: opacity(80%);
        -webkit-filter: opacity(80%);
        -moz-filter: opacity(80%);
        -o-filter: opacity(80%);
        -ms-filter: opacity(80%);
        opacity: 0.8
}



.trans { background-color: transparent;  border: 0; color: #fff; margin-top : -4px; }

.topping { display : none; }
.max-share { witdh: 33%;}
.prix { font-size: 22px;color: #E83A3A; }

#bloc_right {
}



.well {  background-color:#333333; border: 0px solid #262626; border-radius : 4px; color: #262626; padding: 15px; }
.well a { text-decoration: none; color:#E80C0C;  }
.well a:hover { color:#F8A619;  }   
.nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color:##F8A619;
    text-shadow: 0 0 0 rgba(255,255,255,0.5);
    text-transform: uppercase;
}

.well ul {
    list-style: none;
    margin: 0;
    padding: 0;
} 

 







/* BOX */

.box_title_3col { background-color: #F8A619; color:#333333; }
.box_title_3col span { color:#F8A619; }


ul.lincol .col_marques {
width:100%;
}


ul.lincol li a { background-color: #262626; color:#FFFFFF;display: block;}
ul.lincol li a:hover { background-color: #F8A619; color:#FFFFFF; }


.col_marques { background-color: #262626;}
.col_marques:hover{ background-color: #F8A619;}
.col_marques a{ color:#FFFFFF;}
.col_marques a:hover{ color:#FFFFFF;}







////////////// cat new

ul.lincol2 {
width:100%;
}
 
.lincol2 {    padding: 15px;min-height: 20px;margin-bottom: 20px;list-style: none;
}


//ul.lincol2 li a .col_categories1 {margin-bottom: 5px;padding: 4px; text-align:center; background-color: #FEB400; color:#FFFFFF;display: block;}
//ul.lincol2 li a:hover .col_categories1{ background-color: #BD8600; color:#FFFFFF;}

.well a, .col_categories_two{ border:1px solid #FFFFFF;text-align:center; width:100%;margin-bottom: 5px;padding: 4px; background-color: #333333; color:#FFFFFF;display:block}
.well a:hover, .col_categories_two:hover{ background-color: #333333; color:#FEB400;}


.well a, .col_categories_one{border:1px solid #FFFFFF;text-align:center; width:100%;margin-bottom: 5px;padding: 4px; background-color: #FEB400; color:#FFFFFF;display:block}
.well a:hover, .col_categories_one:hover{ background-color: #BD8600; color:#FFFFFF;}


.well a, .col_categories_three{ border:1px solid #FFFFFF;  text-align:center; width:100%;margin-bottom: 5px;padding: 4px; background-color: #262626; color:#FFFFFF;display:block}
.well a:hover, .col_categories_three:hover{ background-color: #FEB400; color:#FFFFFF;}

 
.well a, .col_categories_tree{  border: 1px solid #fff; text-align: left; width: 100%; margin-bottom: 5px; padding: 4px;text-align:center; background-color: #FFFFFF; color: #FF8112; display: block;}
.well a:hover, .col_categories_tree:hover{ background-color: #eee; color:#000;}
 

 






.title_cat {
    background-color: #F8A619;
    border-radius: 6px;
    color: inherit;
    padding-left: 20px;
    color: #000000;    text-align: left;
    margin-top: 0;  font-size: 18px;   font-weight:100; 
}

.title_cat h3 {
   font-size: 26px;   font-weight:normal; color: #000000;
}


h3  a { color:#FFFFFF; font-size: 70%;font-weight:normal; }   
h3 a:hover { color:#F8A619}   


h3  span a { color:#FFFFFF; font-size: 18pt;font-weight:normal; }   
h3  span a:hover { color:#F8A619}  

h1  a { color:#FFFFFF; }   
h1 a:hover { color:#F8A619}   


.title_mail {
    background-color: #000000;
    border-radius: 6px;
    color: #FFFFFF }
    
 


@media (max-width:660px) {

.title_cat {
    background-color: #F8A619;
    border-radius: 0;
    color: inherit;
    text-align: center;
    color: #000000;    
    margin-top: 20px;  font-size: 16px;   font-weight:100; 
}

.title_cat h3 {
   font-size: 22px;   font-weight:normal; color: #000000;
}

.cat_plus {display: none }

}

 

/* si pas de fond, avec un trait en dessous titre centré */
/*
.title_cat {
    background-color: #F8A619;
    border-radius: 0px;
    color: inherit;
    text-align: center;
    color: #000000;
    margin-top: 30px;  font-size: 18px;   font-weight:100; border-bottom: 1px solid #000000; margin-bottom: 30px;
    border-radius : 0;
    
}
.title_cat h3 {
   font-size: 26px;   font-weight:100; line-height: 20px;  
}
.title_cat a{
    color: #BBB;
}
.title_cat a:hover { color:##F8A619}   

.title_mail {
    background-color: #000000;
    border-radius: 6px;
    color: #FFFFFF }
    
.title_marque { color:##F8A619;  font-size: 25px; font-weight: normal;}   
*/


 
 
 
 

/************************* Menu court *************************/
.header-nav { width: 100%; max-width: 1170px;height: 30px; margin-bottom: 10px; text-align: center;background-color: transparent;} 

/* Menu court */
#menu ul { list-style: outside none none;  width: 226px; margin: 0px; padding: 0px;display: none;position: absolute; top: 25px;left: 0px;z-index: 99999; background-color: #262626; border-bottom: 1px solid #fff;border-top: 1px solid #fff;}
#menu li:hover > a, #menu .active > a { color: #F8A619;text-decoration: none; }
#menu a { text-decoration: none; color: #FFFFFF; }
#menu ul a { text-decoration: none; color: #FFFFFF; }
#menu ul a:hover {  text-decoration: none; color: #F8A619; }
#menu > li > ul > li > a:hover { background-color: #181818;text-decoration: none;      }
#menu {width: 100%; margin: 3px auto 0 -20px;text-align: center; padding: 2px 0 0 0; list-style: none; background-color: #262626; height: 27px;}



/************************* Menu large *************************/

/* couleur fond barre horizontale */
.navbar-inverse .navbar-inner { background-image:none; background-color: #262626; }
ul.dropdown a:link, ul.dropdown a:visited { text-decoration: none;}



ul.dropdown li a { background-color: #262626; color: #FFFFFF; display: block; padding: 10px; }
ul.dropdown li a:hover { background-color: #262626; color: #F8A619; }
ul.dropdown a:activ	{ background-color: #262626; color: #F8A619; }


////////////////////////////////
* html ul.dropdown ul {width: 900px;} 

ul.dropdown ul *.dir { background-image: none; background:#262626; margin-top: 10px;margin-bottom: 0px; border:0 ;border-radius: 0px }
ul.dropdown ul {background:#262626; width:99%;padding: 7px 10px 50px 10px; text-align: center }



ul.dropdown ul {font-size: 12px;letter-spacing: normal; border-radius: 0 0 8px 8px; -webkit-box-shadow: 0 }

ul.dropdown ul .dir { background-color: #262626; }
ul.dropdown ul li a { background-color: #262626; color : #FFFFFF }
ul.dropdown ul li a:hover { background-color: #262626; color : #F8A619 }



ul.dropdown li.last ul li {float: right;}
        

/* Categories Titres ŕ l interieur du menu */
ul.dropdown ul li { font-weight: bold; margin-top: 25px;margin-bottom: -7px; }
.dir2 { font-weight: bold; margin-top: 15px; margin-bottom: -7px; }
ul.dropdown ul ul { margin-top: 10px; text-transform: none }


/* Sous Categories ŕ l interieur du menu */
ul.dropdown ul ul li {font-weight: normal;margin-top: 10px;}
ul.dropdown *.dir {padding-right: 6px;padding-left: 6px; margin-bottom: 0;font-size: 14px;}


/* Categories Titres ŕ l interieur du menu */
ul.dropdown ul a:hover *.dir {}


ul.dropdown li {padding: 0;}
ul.dropdown li.dir {padding: 0 30px 0 10px;}
ul.dropdown li.dir:hover {}
ul.dropdown ul li.dir {padding: 10px;}
ul.dropdown ul a {width: 200px;padding: 3px 1px; text-align: center}
ul.dropdown ul ul {padding: 0;margin-left: 0px;}   


/* marge gauche menu top */
@media (min-width:1010px) AND (max-width:1200px) {
ul.dropdown-linear { padding-left: 16.5%; }
}
@media (min-width:1200px){
ul.dropdown-linear { padding-left: 22%; }
}


 
.nav-header { font-weight: normal; }   
.dropdown { color:#F8A619; }
 

  
input.search-query {
    background: #fafafa;
    padding-right: 4px;
    padding-left: 14px;
    margin-bottom: 0;
    height : 30px; width: 66%; margin-left : 4%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000; border: 1px solid #999;
    transition: all 400ms ease 0s;
}






input[type="number"] {
    height: 30px;
    line-height: 30px;
}
 
.container .styl { padding: 10px; background-color: rgba(255, 182, 193, 0.5) }
 
.pagin { background : transparent; color:#CC3300; border : 0; white-space: normal ;overflow: hidden; margin-left : 10px; margin-right : 10px; margin-bottom : 0px; font-size: 18px; padding : 0px;}
.pagin a { background : #fff;	text-decoration:none; 	color:#000;}
.pagin a:hover { background : #C5BFBA;	text-decoration:none; 	color:#CC3300;}

.elements { border : 1px solid #c0c0c0; border-radius : 4px;white-space: normal ;overflow: hidden; 
margin-left : 2px; margin-right : 2px; font-size: 18px; padding : 5px 11px 5px 11px;}

.elementsactif { background : #C5BFBA; border : 1px solid #c0c0c0; border-radius : 4px; white-space: normal ;overflow: hidden; 
margin-left : 2px; margin-right : 2px; font-size: 18px; padding : 5px 11px 5px 11px;}




/*Cart.tpl*/

/*
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th { background-color: #555; }
.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th { background-color: #333; }
.table th, .table td { border-top: 0px solid #ddd;    background-color: #141414; }
.accordion-heading a:hover { color: #fff }
.accordion-heading a:visited { color: #fff; text-decoration:none}

.accordion-group {
    margin-bottom: 18px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
    color: #fff;
}
*/




.coin {
    position: relative;
    float: right;
    margin-right: -5px;
    margin-top: -211px;
    margin-bottom: 124px;
	z-index: 99;
}

.coin_product {
    position: relative;
    float: right;
    margin-right: -5px;
    margin-top: -161px;
    margin-bottom: 74px;
	z-index: 99999;
}


@media (max-width:1010px) {
.no_1000 { display: none; }
}

@media (max-width:1010px) {
.no_1024 { display: none; }
}


@media (min-width:1010px) {
.1024_yes { display: none; }
.yes_1024 { display: none; }
}

@media (min-width:800px) {
.yes_800 { display: none; }
}

@media (min-width:400px) {
.yes_400 { display: none; }
}

@media (max-width:960px) {
.toggleMenu { padding: 10px 15px; float: right;  z-index: 10000; }
}

@media (max-width:880px) {
.no_880 { display: none; }
.max-share { };
} 

@media (max-width:800px) {
.no_800 { display: none; }
}

@media (max-width:600px) {
.no_600 { display: none; }
}

@media (max-width:400px) {
.no_400 { display: none; }
.pull-right { float: left; margin-left:20%; text-align:center; }
.thumbnail { border: 0; box-shadow: 0}
} 


.defileParent {
	display: block;
	overflow: hidden;
	position: absolute;
	table-layout: fixed;
	width: 800px; 
	margin-left: 15%; 
	margin-top: 50px
}
.defile {
	display:block;
	-webkit-animation:linear marqueelike 20s infinite ;
	-moz-animation:linear marqueelike 20s infinite ;
	-o-animation:linear marqueelike 20s infinite ;
	-ms-animation:linear marqueelike 20s infinite ;
	animation:linear marqueelike 20s infinite ;
	margin-left:-100%;
	padding:0 20px 7px 20px;
	text-align:left;
	height:25px;color: #000;font-weight: normal;
}


.defile:after {
	content:attr(data-text);
	position:absolute;
	white-space:nowrap;
	padding-left:10px;
}

@-webkit-keyframes marqueelike {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@-moz-keyframes marqueelike {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@-o-keyframes marqueelike {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@-ms-keyframes marqueelike {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@keyframes marqueelike {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }

@media only screen and (max-width: 860px) {
.defileParent {
	display: block;
	margin: 3em auto;
	overflow: hidden;
	position: relative;
	table-layout: fixed;
	width: 100%;
}

.defile {
	display:block;
	-webkit-animation:linear marqueelike 15s infinite ;
	-moz-animation:linear marqueelike 15s infinite ;
	-o-animation:linear marqueelike 15s infinite ;
	-ms-animation:linear marqueelike 15s infinite ;
	animation:linear marqueelike 15s infinite ;
	margin-left:-100%;
	padding:0 5px;
	text-align:left;
	height:25px;
}
}  
   
@media only screen and (max-width: 900px) {
.defileParent {
	display: none;
}

.defile {
	display: none;
}
}  

.content_gallery_mini { margin-top: 0;	padding-top: 20px;
  	padding-bottom: 20px;
  	padding-left: 50px;
	padding-right: 50px;
	position: relative;background-color:#333333; border: 0px solid #262626 	
}


.content img {
	margin-left: 15px;
	margin-right: 15px;
}

.content-title {
	padding-top: 0px;
  	margin-bottom: 20px;
	margin-left: 0px;
  	font-size: 30px;
  	font-weight: normal;
}

.content-content {
  	font-size: 20px;
}

.mini_gallery {
	height: 150px;
	white-space: nowrap;
}


.empty_ret {
	background-image: url("../img/back.png");
	background-color: transparent;
	width: 180px;
	height: 30px;
	border: 0; border-radius: 4px;
}
.empty_ret:hover {
	background-image: url("../img/back_hover.png");
	background-color: transparent;
	width: 180px;
	height: 30px;
	border: 0; border-radius: 4px;
}



.date_cadre { background-color: #FFFFFF ; border: 1px solid #262626; border-radius: 4px; padding-top: 20px; padding-bottom: 20px;}

.date_event_txt1 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
}

.date_event_jour {
    color: #CC3300;
    font-size: 48px;
    font-weight: normal;
    padding-top: 20px;    padding-bottom: 8px;
    text-align: center;
    text-transform: capitalize;
}

.date_event_txt {
    color: #CC3300;
    font-size: 26px;
    font-weight: normal;
    padding-top: 8px;
    padding-bottom: 15px;
    text-align: center;
    text-transform: capitalize;
    line-height: 30px;
}



table.date_event {
	background-color: #fff;
	margin: auto;
	text-align: center;
	border: 1px solid #ccc;  
	border-collapse: collapse; width: 70%; max-width : 250px;
}

table.date_event td {
 padding-top: 10px;
  padding-bottom: 10px;

}
.prem {
	border: 0px solid #999; border-radius: 0px;
	background-color: #CC3300; }


.centre {
	text-align: center;
}

 
.code {
	border: 1px dotted black;
	padding: 5px;
}

table.calendrier {
	margin: auto;
	text-align: center;
	border: 1px solid #333; border-radius: 0px;
	border-collapse: collapse; width: 98%;max-width: 280px;
}

table.calendrier th {
	border-bottom: 1px solid #333; border-radius: 0px; text-align: center;font-weight: normal;color: #CC3300
}

table.calendrier td {
	border: 1px solid #333; border-radius: 0px;
	width: 30px;
	height: 30px;
}

table.calendrier td div {
	padding: 0px;
}

.jourEvenement {
	background-color: #2F5B93;
}

.lienCalendrierJour {
	background-color: #E8E8E8; 
	}



.calendrier caption {
	margin: auto;
	margin-bottom: 5px; color:#fff;	background-color: #5C5F5F;	border: 1px solid #333; border-radius: 2px;
}

.calendrier caption a {
color:#fff;	}
 
 
a.info {
	position: relative;
	color: #fff;
	text-decoration: none;
	display: block;
}
a.info span {
	display: none;  
}
a.info:hover {
	background: none;  
	z-index: 500;  
}
a.info:hover span {
	display: inline;  
	position: absolute;
	white-space: nowrap;  
	top: 30px; 
	left: 20px;	
	text-align: left;
	background: white;
	padding: 3px;
	border: 1px solid #999; border-radius: 2px;
}

 
table.listeEvent {
	width: 100%;
	border: 1px solid #999; border-radius: 2px;
	border-collapse: collapse;
}

table.listeEvent td {
	padding: 5px;
}

#tabAjoutEvent {
	margin: auto;
}
#tabAjoutEvent td {
	width: 50%;
	text-align:center;
}



.zoom {
   -webkit-animation: zoomIn 3200ms linear 500ms both;
   -moz-animation: zoomIn 3200ms linear 500ms both;
   -o-animation: zoomIn 3200ms linear 500ms both;
   -ms-animation: zoomIn 3200ms linear 500ms both;   
   animation: zoomIn 3200ms linear 500ms both;   
}


.anileft {

   -webkit-animation: bounceInLeft 2500ms linear 400ms both;
  -moz-animation: bounceInLeft 2500ms linear 400ms both;
  -o-animation: bounceInLeft 2500ms linear 400ms both;
  -ms-animation: bounceInLeft 2500ms linear 400ms both;  
  animation: bounceInLeft 2500ms linear 400ms both;  

}


.remise {
	background-image: url(../img/remise_immediate.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top; 
	width : 280px; height : 110px;
	color: #cc0000; margin-top: -30px;  
}

.remise2 {
    background-image: url(../img/remise_fidelite.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top;
    width: 280px;
    height: 110px;
    color: #cc0000;
    margin-top: -30px;
}



@media (max-width:1020px) {
.remise {
display: none;
}
} 


.slider-gauche {
    -webkit-animation: bounceInLeft 2300ms linear 1280ms both;
    -moz-animation: bounceInLeft 2300ms linear 1280ms both;
    -o-animation: bounceInLeft 2300ms linear 1280ms both;
    -ms-animation: bounceInLeft 2300ms linear 1280ms both;
    animation: bounceInLeft 2300ms linear 1280ms both;
}

.slider-droite{
    -webkit-animation: fadeInRightBig 2800ms linear 700ms both;
    -moz-animation: fadeInRightBig 2800ms linear 700ms both;
    -o-animation: fadeInRightBig 2800ms linear 700ms both;
    -ms-animation: fadeInRightBig 2800ms linear 700ms both;
    animation: fadeInRightBig 2800ms linear 700ms both;

}

.slider-bas {
    -webkit-animation: fadeInUpBig 1700ms linear 950ms both;
    -moz-animation: fadeInUpBig 1700ms linear 950ms both;
    -o-animation: fadeInUpBig 1700ms linear 950ms both;
    -ms-animation: fadeInUpBig 1700ms linear 950ms both;
    animation: fadeInUpBig 1700ms linear 950ms both;
}


.bouton a{
  background-color: #F8A619; color : #FFFFFF;
  background-repeat: no-repeat;
border-radius: 4px; font-size: 16px; 
padding-top : 0;
 
padding-left: 20px;
padding-right : 15px;
display: inline-block; 
margin-bottom : 20px;
overflow : hidden;
}

.bouton a:hover{
  background-color: #FFFFFF;color: #F8A619;
}

/* Taille des reseaux sociaux */
.jssocials-share-logo {
    font-size: 26px;
}





/* Advertissing vertical sans bug pour chrome */

.vertical .carousel-inner {
    height: 100%;
}
 
.carousel.vertical .item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}
 
.carousel.vertical .active {
    top: 0;
}
 
.carousel.vertical .next {
    top: 400px;
}
 
.carousel.vertical .prev {
    top: -400px;
}
 
.carousel.vertical .next.left,
.carousel.vertical .prev.right {
    top: 0;
}
 
.carousel.vertical .active.left {
    top: -400px;
}
 
.carousel.vertical .active.right {
    top: 400px;
}
 
.carousel.vertical .item {
    left: 0;
}
 
.carousel.vertical .carousel-control {
    width: 100%;
    bottom: inherit;
    top: inherit;
}
 
.carousel.vertical .carousel-control.left {
    top: 0;
}
/* fin */

.adress {
background: #transparent; border-radius: 4px; margin-top:40px; float: right; margin-right: 0px; border: 0px solid #091100; color:#666; font-style:italic; font-size:8pt; padding:4px; text-align: left; font-weight: bold;
}

@media (max-width:1000px) {
.no-responsive {
  display: none;
}
.bloc_une {
  display: none;
}
.page{ width: 100%;  background-color: transparent; border: 0; padding: 0; margin:0;padding-top: 20px}


}

@media (min-width:1000px) {
.yes-responsive {
  display: none;
}
}

.bloc_une {
  display: none;
}


.page{ width: 100%;  background-color: transparent; border: 0; padding: 0; padding-top: 20px}


.taille_GD { font-size: 28pt;
    font-weight: 400;
	margin-bottom:0.45em;
    text-shadow: 0 0 8px rgba(0,0,0,0.8);
    line-height:1.25em; 
}

.blanc { color: #fff; }
.gris { color: #CCC; }
.noir { color: #141414; }
.rouge { color: #FF0000; }
.bleu { color: #185C90; }


.captcha {
    font-size: 28pt;
    color: #183F73;
    font-weight: 400;
    margin-top: 0px;
    padding: 15px;
    transform: skewX(30deg) skewY(3deg);
}


/* Common style image produit avec help.css */
@media (min-width:960px) {
.grid figure { background: #F8A619 }

}




.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}


/********* coockies intro **********/
#cookieChoiceInfo a {background-color : #fff; padding: 3px 10px 3px 10px; font-size:14px;font-weight: normal;color: #141414; text-decoration: none; border-radius: 0;border:1px solid #000;white-space: nowrap; }
#cookieChoiceInfo a:hover {background-color : #666; color: #fff; text-decoration: none;}


/* Newsletter */

.bott input[type="checkbox"] {
display:none
}

.bott label {
  display: block;
  position: relative;
  padding-bottom: 20px;


  color:#FFFFFF; 
  background-color: transparent;

  box-shadow: 0 0 20px rgba(0, 0, 0, 0);
/*  white-space: nowrap; */
  cursor: pointer;  width:100%; max-width: 430px; margin-top:1px;margin-left:auto;margin-right:auto; text-align:center;
  user-select: none;
  transition: background-color .2s, box-shadow .2s;
  border-radius: 0 0 2px 2px;

}

.bott label::before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;  
  bottom: 10px;
  left: 12px;
  width: 32px;height: 32px;
  border: 3px solid #fff;
  border-radius: 100px;
  transition: background-color .2s;
  background-image: none;
  background-color:transparent; 
}

.bott label .ct3{
  display: none;}

.bott label .ct{
  display: none;}

.bott label:hover, input:checked:focus + label{
  box-shadow: 0 0 20px rgba(0, 0, 0, .9);
}

input:checked + label a{
  color:#fff;font-weight:bold;font-size:10pt
}
input:checked + label a:hover{
  color:#cc0000;
}
input:checked + label {
  background-color: #609573; color:#fff;
}

input:checked + label .ct{
display:block;
}

input:checked + label .ct2{
display:none;
}
input:checked + label .ct3{
display:block;
}


.bott input:checked + label::before {
  background-color: transparent;
  background-image: url(../img/backf.png);
  background-position: center; 
  background-repeat: no-repeat;  
}

 

@font-face{
font-family: Futura;
src: url(https://www.litsolide.com/templates/shop/css/futura/Futura-Book-font.ttf);
}

