
body {
 	background-image: url(../img/Ete_background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top; 	
	background-color: #FFFFFF;
}

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

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

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

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

.header-logo {
    margin-top: 80px;
    margin-left: 45% 
    }
    
.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: 44.444444444444px;
}  
} 

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

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

.accessoires { color:##77A5F2; }

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

.categories {   
  background-color: transparent;
  background-image: url(../img/categories_liv.png);
  background-position: 5px; 
  background-repeat: no-repeat;
  color:#77A5F2; 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:#77A5F2; 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:##77A5F2; 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 : #77A5F2; box-shadow: 2px 2px 10px #141414; height: 63px; ; }  


footer{
 	background-image: url(../img/Ete_footer.png);
	background-position: center center; 
    background-repeat: no-repeat;
	background-color: #262523;
	z-index: 1035; 
	width: 100%;
    color :#EDEDED		
}

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

.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: #FF4F1F 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: #919EB1;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 120px;
  }
}


button {
  background: #FF5D12;
  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: #77A5F2;
    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; color: #1C4371}
h3 { line-height: 40px; color: #1C4371}



a { text-decoration: none; color: #FF5D12; }
a:hover { text-decoration: none; color: #77A5F2; }

.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 #77A5F2;  box-shadow: none; margin-bottom:40px }
li .thumbnail .caption { background-color: #fff; color : #000000; }
.thumbnail .caption {color : #000000;}
.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: #FF0000; }

#bloc_right {
}



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

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

 

.box_title_3col {    
text-align:center;  color:#40778C; Text-Transform: Uppercase;
}






/* Si fond comme original */

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

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


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


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

h1  a { color:#FFFFFF; }   
h1 a:hover { color:#77A5F2}   


.title_mail {
    background-color: #40778C;
    border-radius: 6px;
    color: #FFFFFF }
    
.title_marque { color:#1C4371;  font-size: 25px; font-weight: normal;}   
 


@media (max-width:660px) {

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

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

.cat_plus {display: none }

}

 

/* si pas de fond, avec un trait en dessous titre centré */
/*
.title_cat {
    background-color: #919EB1;
    border-radius: 0px;
    color: inherit;
    text-align: center;
    color: #FFFFFF;
    margin-top: 30px;  font-size: 18px;   font-weight:100; border-bottom: 1px solid #FFFFFF; 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:##77A5F2}   

.title_mail {
    background-color: #40778C;
    border-radius: 6px;
    color: #FFFFFF }
    
.title_marque { color:##77A5F2;  font-size: 25px; font-weight: normal;}   
*/


 
 
 
 

/* MENU */


.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: #423F3D;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

#menu li:hover > a, #menu .active > a {
    color: #FFFFFF;
    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: #515963; }

#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: #423F3D; height: 27px;
}




/* Menu large */
/* ul.dropdown *.dir {padding-right: 12px;margin-bottom: 2px;font-size: 14px;color: #FFFFFF;} */

ul.dropdown li.hover,ul.dropdown li:hover { background-color: #423F3D;}
ul.dropdown ul {font-size: 12px;letter-spacing: normal; border-radius: 0 0 8px 8px;   }
ul.dropdown li a:hover {color: #fff;background-color: #FFFFFF; }


ul.dropdown ul a:hover {background-color: #FFFFFF;color : hyssmenu}
* html ul.dropdown ul {width: 900px;} 

ul.dropdown {font: bold 12px/normal;text-transform: uppercase;     -webkit-box-shadow: 0 ;
    -moz-box-shadow: 0 ;
    box-shadow: 0 ; font-size: 12px; font-family: Arial;}
    
ul.dropdown li {padding: 0 10px;background-color: transparent;}
ul.dropdown li.last ul li {float: right;}
ul.dropdown li.hover,ul.dropdown li:hover { background-color: #423F3D;}

ul.dropdown a:link,
ul.dropdown a:visited	{ text-decoration: none;}
ul.dropdown a:hover		{ }
ul.dropdown a:activ	{ color: #cc0000; }
ul.dropdown ul {background-color: #77A5F2;font-size: 12px;letter-spacing: normal; border-radius: 0 0 8px 8px;      -webkit-box-shadow: 0 ;
    -moz-box-shadow: 0 ;
    box-shadow: 0 ; font-size: 12px; font-family: Arial; }
    

/* Categories Titres ŕ l interieur du menu */
ul.dropdown ul li { font-weight: bold; margin-top: 30px;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 *.dir {background-image: none; margin-top: 10px;margin-bottom: 0px; background-color: #77A5F2; border:0 ;border-radius: 0px }
ul.dropdown ul a:hover *.dir {background-color: #77A5F2;}


ul.dropdown li a {display: block; padding: 10px; color: #FFFFFF;background-color: #423F3D; border: 1px solid #000; border-radius: 0px 0px 8px 8px; 

} /*Couleur texte menu*/



ul.dropdown li a:hover {color: #FFFFFF;background-color: #515963; } /* Couleur hover menu texte capital*/
 
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 {width:99%;padding: 7px 10px 50px 10px; text-align: center }
ul.dropdown ul a {width: 200px;padding: 3px 1px; text-align: center}
ul.dropdown ul a:hover {background-color: #515963;color : #FFFFFF}
ul.dropdown ul ul {padding: 0;margin-left: 0px;}   

ul.dropdown-linear {
    padding-left: 21%;
}




 
.nav-header { font-weight: normal; }   
 .dropdown { color:#E81313; }
   
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:1000px) {
.no_1000 { display: none; }
}

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


@media (min-width:1020px) {
.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:#FFFFFF; border: 1px solid #CCCCCC 	
}


.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;
}

#cookieChoiceInfo a {background-color : #515963; padding: 4px; font-weight: bold;color: #FFFFFF; text-decoration: none; 
filter:progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=134, Strength=5);
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;}

#cookieChoiceInfo a:hover {background-color : #666; color: #fff; text-decoration: none;}



.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 #CCCCCC; 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;  
}
@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: #515963; 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: #515963;
}

/* 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;
}
}

.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: #FF5D12 }

}

