@font-face {
    font-family: 'expresswayregular';
    src: url('../fonts/expressway_rg-webfont.eot');
    src: url('../fonts/expressway_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/expressway_rg-webfont.woff2') format('woff2'),
         url('../fonts/expressway_rg-webfont.woff') format('woff'),
         url('../fonts/expressway_rg-webfont.ttf') format('truetype'),
         url('../fonts/expressway_rg-webfont.svg#expresswayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
  font-family:'expresswayregular';
  background:url('../images/fond_page.png') #f0f0f0;
}
body {
  padding-top: 80px;
}
footer {padding: 30px 0;}
.img-com img {
  width: 100%;
  border-radius: 12px;
}
div.m3 img { width:100%;}
div.m3 { width:32% !important; float:left;
  border-radius: 12px;position:relative; }
div.m3:nth-child(3n+0) { margin-right:1.5% !important; }
div.m3:nth-child(3n+2) { margin-left:1.5% !important; }
.img-com .nom {
  background-color: rgba(0,0,0,0.75);
  color: #05b8c7;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 140%;
  padding: 2%;
  -webkit-border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.cacher { display:none; }
.navbar-inverse {
	background:url('../images/fond.png') center top repeat-x; height:70px;
}
.rose a {color:#c8026b}
.rose a.jyvais {color:#fff; float:right }
.rose .titre_page, .rose .jyvais {
background:#c8026b; /* Old browsers */
background: -moz-linear-gradient(top,  #d9027a 0%, #c8026b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9027a), color-stop(100%,#c8026b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d9027a 0%,#c8026b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d9027a 0%,#c8026b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d9027a 0%,#c8026b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d9027a 0%,#c8026b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3da0e', endColorstr='#9cb619',GradientType=0 ); /* IE6-9 */
}
.navbar-header { width:100%;}
.navbar-inverse img { max-width:100%; max-height:70px !important; margin: 0 auto;}
.navbar-brand { float:none; height:80px; display: block; text-align:center;}
.navbar-toggle { float:left;}
.navbar-nav { margin:0; }
#slidemenu > ul > li > a > img { max-width:100%; max-height:20px; }
#slidemenu { background:url('../images/motif.png') #0f0f0f ; display:inline-block; }
#slidemenu > ul > li { float:left; width:100%; }
#slidemenu > ul > li:hover > a {background:url('../images/motif.png') #1b1b1b ; }
#slidemenu > ul > li > a { color:#fff; font-size: 19px; padding: 7px 0px 7px 40px !important; border-bottom:1px solid #1b1b1b  }
#slidemenu > ul > li.dropdown-header { font-size:20px; color:#b0b1b3; background:url('../images/motif.png') #1b1b1b ; text-transform:uppercase; }

.info_meteo { background:rgba(0, 0, 0, 0.75); width:100%; height:60px; display:block; position:absolute; top:0px;}
.meteo_accueil { border:1px solid #a7c016; position:relative; padding:0; margin-top:20px;}
.meteo_accueil .avions { background: none repeat scroll 0 0 #fff;
    left: 0;
    padding-left: 5px;
    position: absolute;
    top: 60px;
    width: 100%;  }
.ouvert { color:#45b700; font-weight:bold;}
.bleu .partenaires {
  background-color: #05b8c7;
}
.violet .table {
  border: 1px solid #b13eb9;
}
.restaurant { position:relative;}
.partenaires {
position: absolute;
bottom: 0;
right: 0;
color: #fff;
font-size: 10px;
padding: 0 5px;
background-color: #f00;
}
.violet .btn-filtre {border:1px solid #b13db8;}
.bleu .btn-filtre {border:1px solid #05b8c7;}
.btns-centrer { padding:10px 15px; text-align:center;}
.btn-filtre { 
display:inline-block;
padding: 6px 15px;
margin-top: 5px;
border-radius:0; background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e9e8e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e8e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e9e8e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e9e8e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e9e8e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e9e8e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e8e8',GradientType=0 ); /* IE6-9 */
}
.btn-filtre.enfonce {
background: -moz-linear-gradient(top, #CBCBCB 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CBCBCB), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #CBCBCB 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #CBCBCB 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #CBCBCB 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #CBCBCB 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CBCBCB', endColorstr='#ffffff',GradientType=0 );
	}
.yonnerep a { border:1px solid #a7c016;}
.vert .actus a { border:1px solid #a7c016;}
.bleu .actus a { border:1px solid #06b6c5;}
.degres small {font-size:12px; text-align:center;}
.actuaja a, .actuaja.live-aja { border:1px solid #06b6c5 ;}
.actuaja.live-aja {float:left;width: 100%;}
.live-aja .date { display: block; text-align: center;  }
.live-aja .equipes { width:100%; display: block; float:left; }
.live-aja .equipe {width: 50%;float: left;display: block;text-align: center;}
.live-aja .equipe .nom {width:100%; display:block;}
.live-aja .equipe .buteurs { font-size: 11px; line-height: 12px;}
.live-aja .equipe .logo-equipe { position: relative; }
.live-aja .equipe .logo-equipe .buts { position: absolute;  top: 30%; right: calc(50% - 10px);  font-size: 30px;  color: #fff;  text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);}

.meteo_accueil img { max-width:100%; }
#meteo_temp { font-size:40px; line-height:60px; float:left; color:#fff; padding-left:20px;}
#meteo_temp span { font-size:20px; }
#meteo_type span { color: #fff;
font-weight: bold;
    float: left;
    font-size: 40px;
    position: relative;
    text-transform: uppercase;
    transform: rotate(90deg);
    transform-origin: left bottom 0;}
#meteo_type img:first-child { margin-top:50%;}
#meteo_type img.type { bottom: 0; left: 0; position: absolute; }
#meteo_type {
background: #9cb619; /* Old browsers */
background: -moz-linear-gradient(top,  #9cb619 0%, #c3da0e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9cb619), color-stop(100%,#c3da0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #9cb619 0%,#c3da0e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #9cb619 0%,#c3da0e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #9cb619 0%,#c3da0e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #9cb619 0%,#c3da0e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cb619', endColorstr='#c3da0e',GradientType=0 ); /* IE6-9 */
	max-width:58px;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	height:100%;
	display:block;
}
.orange { color:#e2a500; }
.acteurs { margin:15px 0;}
.navbar-inverse { height:80px; }
.ptv .progress { margin-bottom:0; height:2px; }
.articles img { max-width:100%; }
.actus { margin-bottom:10px; margin-top:10px; }
a.levent { color:#333; text-decoration:none; padding:5px; }
.yonnerep a, .actuaja a, .actus a { position:relative; display:block;text-align: center; }
.yonnerep .titrea, .actuaja .titrea, .actus .titrea { position:absolute; text-align:center; background:rgba(0,0,0,0.5); color:#fff; bottom:0; line-height:24px;width: 100%;left: 0;}
.minhauteur { max-height:460px; overflow:hidden; position:relative; }
.minhauteur2 { max-height:360px !important; }
.minhauteur-radio { max-height:100px !important; }
.minhauteur .fondu { background:url('../images/fondu-div.png') repeat-x; height:40px; width:100%; position:absolute; bottom:0; left:0;}

table tr td a {display:block;height:100%;width:100%; color:#333; text-decoration:none;}
table tr td a:hover {color:#333; text-decoration:none;}
.films video { width:100%; max-width:100% }
.films img { max-width:100%; }
.cadre_vert { background:#f9f9f9; border:1px solid #a8c116;margin:10px 0;}
.violet .cadre { background:#f9f9f9; border:1px solid #b13db8;margin:10px 0; padding:0;}
.rose .cadre {background: none repeat scroll 0 0 #f9f9f9;border: 1px solid #c8026b;margin: 10px 0;padding: 10px 15px;}
.bleu .cadre { background:#f9f9f9; border:1px solid #05b8c7;margin:10px 0; padding:0;}
.orange .cadre { background:#f9f9f9; border:1px solid #e2a500;margin:10px 0; padding:0;}
.vert .cadre { background:#f9f9f9; border:1px solid #a8c116;margin:10px 0; padding:0;}
.titre_page { padding:2px 8px; margin-top:10px; color:#fff; float:right; font-size: 24px;
font-weight: bold; text-transform:uppercase; }
.jyvais { padding:2px 10px; color:#fff; font-family:'Pacifico'; font-size:19px; margin:10px 0;}
.jyvais:hover{color:#eee; text-decoration:none;}
.violet .jyvais, .violet .titre_page, .btn-violet-plein { background: rgb(177,62,185); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(177,62,185,1) 0%, rgba(124,40,126,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(177,62,185,1)), color-stop(100%,rgba(124,40,126,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(177,62,185,1) 0%,rgba(124,40,126,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(177,62,185,1) 0%,rgba(124,40,126,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(177,62,185,1) 0%,rgba(124,40,126,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(177,62,185,1) 0%,rgba(124,40,126,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b13eb9', endColorstr='#7c287e',GradientType=0 ); /* IE6-9 */
	
}
.violet .form-control:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(177,62,185, 0.6) !important;
    border-color: rgba(124,40,126,1);
}
.btn-violet-plein {
   color: #fff;
   font-family:'Pacifico';
   font-size:19px;
   padding:5px 16px 11px

}
.bleu .liens div, .centrer { text-align:center; }
.bleu .liens a { color:#05b8c7; font-size:16px; text-decoration:underline;margin-top:15px;  display: block; }
.titre_film { color:#05b8c7; font-size:24px;}
.titre_film span { color:#333;font-size: 17px;}
.orange .titre_page {background: rgb(245,152,17); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(245,152,17,1) 0%, rgba(227,123,22,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,152,17,1)), color-stop(100%,rgba(227,123,22,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(245,152,17,1) 0%,rgba(227,123,22,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(245,152,17,1) 0%,rgba(227,123,22,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(245,152,17,1) 0%,rgba(227,123,22,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(245,152,17,1) 0%,rgba(227,123,22,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59811', endColorstr='#e37b16',GradientType=0 ); /* IE6-9 */
	
}
.nom_concert { font-weight:bold; }
.orange .table { background:#f9f9f9; border: 1px solid;}
.bleu .table { background:#f9f9f9; border: 1px #06b6c5 solid;}
.bleu .table>tbody>tr>td , .bleu .table>thead>tr>th{ border-color:rgba(6, 182, 197, 0.2)}
.vert .table { background:#f9f9f9; border: 1px #c3da0e solid;}
.vert .table>tbody>tr>td , .vert .table>thead>tr>th{ border-color:rgba(195,218,14,0.2)}
.orange table.table > thead > tr > th { color:#333;}
.orange table.table > thead > tr > th.nob {border-top:none; }
.orange .table>tbody>tr>td , .orange .table>thead>tr>th{ border-color:rgba(245, 151, 17,0.2)}
.bleu .titre_page, .bleu .jyvais {
	background: rgb(5,184,199); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(5,184,199,1) 0%, rgba(16,157,167,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(5,184,199,1)), color-stop(100%,rgba(16,157,167,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(5,184,199,1) 0%,rgba(16,157,167,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(5,184,199,1) 0%,rgba(16,157,167,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(5,184,199,1) 0%,rgba(16,157,167,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(5,184,199,1) 0%,rgba(16,157,167,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05b8c7', endColorstr='#109da7',GradientType=0 ); /* IE6-9 */
	

	}
.tpacifico { font-family:'Pacifico'; font-weight:normal; font-size:20px;color: #f59711 !important;border-bottom: none !important;text-align: center; }
.violet .tpacifico {color: #b13db8 !important;}
.vert .titre_page {
background: rgb(195,218,14); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(195,218,14,1) 0%, rgba(156,182,25,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(195,218,14,1)), color-stop(100%,rgba(156,182,25,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(195,218,14,1) 0%,rgba(156,182,25,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(195,218,14,1) 0%,rgba(156,182,25,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(195,218,14,1) 0%,rgba(156,182,25,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(195,218,14,1) 0%,rgba(156,182,25,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3da0e', endColorstr='#9cb619',GradientType=0 ); /* IE6-9 */
 }
 .cine img { max-width:100%; }
 .vmeteo img { max-width:100%; }
 .vmeteo .nuage { font-size:24px;}
 .vmeteo .degres { color:#1c1b1c; font-size:60px;margin-top: 50px; }
 .vmeteo div { text-align:center;}
 .vmeteo .aujourdhui { color:#a4bd17; font-size:30px; font-family:'Pacifico';}
 .right { text-align:right; }
 .left { text-align:left; }
 .table.met>tbody>tr>td { border-top:none; border-bottom:1px solid #c3da0e}
 .table.met>tbody>tr:last-child>td { border-bottom:none;}
 .vmeteo .bordure-droite { border-right:1px solid #c3da0e; }
 .vmeteo .bordure-left { border-left:1px solid #c3da0e; margin:10px 0; }
 .multiborderright { text-align:center; padding:0; }
 .multiborderright>div { border-right:1px solid #c3da0e; }
 .titre_jour {color:#a4bd17; font-size:24px; font-family:'Pacifico'; margin:10px 0;}
 .multiborderright>div:last-child { border-right:none; }
 .multiborderright .meteo_img img { max-width:100px;}
 .temp_desc { font-weight:bold; margin-bottom:10px;}
 .footer { width:100%; line-height:50px;background:url('../images/fond.png') center top repeat-x; color:#bbb; text-align:center; font-size:12px;}
 .footer div {  position:relative;}
 .footer a { color:#bbb; }
 .padding10 { padding:10px !important; }
 .nopadding { padding:0;}
 .nom_pompe {  font-weight:bold;}
 .distance { float:right; font-weight:bold;}
 .moinscher { font-weight:bold; color:#b13db8; }
 tr.grey td { opacity:.5;}
 .footer ul { list-style:none; position:absolute; right:0;top:0; }
 .footer ul > li { list-style:none; margin-left:25px; float:left; }
 .imgmeteo { display:none; }


.btn-carburant, .btn-violet {
	width:100%; display:block;
	border:1px solid #b13db8; border-radius:0; background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e9e8e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e8e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e9e8e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e9e8e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e9e8e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e9e8e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e8e8',GradientType=0 ); /* IE6-9 */
 }
 .btn-balader { 
	width:100%; display:block; color:rgba(5, 184, 199, 1); font-weight:bold;
	border:1px solid rgba(5, 184, 199, 1); border-radius:0; background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e9e8e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e8e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e9e8e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e9e8e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e9e8e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e9e8e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e8e8',GradientType=0 ); /* IE6-9 */
 
}
.btn-programme { 
	width:100%; display:block; color:#b0c913; font-weight:bold;
	border:1px solid #c3da0e; border-radius:0; background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e9e8e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e8e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e9e8e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e9e8e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e9e8e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e9e8e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e8e8',GradientType=0 ); /* IE6-9 */
 
}

table.trains thead th.nob { text-transform:uppercase; }
table.trains thead th.nob:last-child , table.trains td:last-child { text-align:right; }
table.trains > tbody > tr:nth-child(2n+1), table.ptv > tbody > tr:nth-child(2n+1) { background:#e8e7e7; }
.btnpr { margin:15px 0;}
#pasencemoment { display:none; }
.restaurants .restaurant { background:#fff;  border:1px solid #05b8c7; display:block; margin:10px 0; }
.restaurants .restaurant .contenu {  padding:15px; }
.restaurants .restaurant .photo { float:right;}
.restaurants .restaurant .photo img { max-width:100%; }
.restaurants .restaurant .titre { color:#05b8c7; font-size:24px; }
.minph { min-height:215px;}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
#inputLogin {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.img-com.shopping .nom { width:calc(100%); color:rgb(195,218,14);bottom: 0px; }
.actif { cursor:pointer; }
.ingredients, .ajout { margin-bottom:15px; }
.ingredients { margin-top:15px; }
.btn-ajout-panier { margin-top:15px; text-align: right; }
.navbar-header { position:relative; }
.mon-compte, .mon-panier { float:right; line-height:70px;padding:20px;position:relative; }
.mon-compte img, .mon-panier img { max-height:32px !important; }
.navbar-brand > img { margin-left:calc(50% - 48px); }
.mon-panier .badge {position: absolute; bottom: 10px; right:10px; background-color: rgba(156, 182, 25, 1); font-weight:normal;}
.price { font-weight:bold;text-align: right; }
.produit .titre h2 { margin-top:0; }
.ingredients a { color:#787878; margin:12px 0; display:block; }
.vert .alert { border-radius:0px;  }
.vert .alert-success {border-color:#c3da0e; color:#c3da0e; background:#fff;}

 @media screen and (max-width: 767px) {
 .footer { display: none; }
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }
.vmeteo .bordure-left, .multiborderright>div { border:none !important; }
  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -90%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 90%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 90%; /* 6 columns */
  }
  .yonnerep a { margin-bottom:15px; }
  .info_meteo { bottom:-60px; }
  .meteo_accueil { margin-bottom:80px; }
  #meteo_type { display:none; }
  .imgmeteo { display:block; float:right; max-width:100%;max-height: 100%;}
  .mon-compte, .mon-panier { padding:20px 15px; }
  .mon-compte img, .mon-panier img {
    max-height: 26px!important}
}
.retire { text-decoration: line-through; color:#cecece; }

.reduction-detail, .reduction-confirm {
    padding: 10px;
}
.reduction, .reduction-detail-image-cadre, .reduction-confirm-image-cadre {
    border:1px solid #b13eb9;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
    position: relative;
    overflow: hidden;
}
.reduction-detail-image-cadre, .reduction-confirm-image-cadre {
    display: block;
    width: 100%;
}
.reduction {
    margin: 20px 10px;
}
@media screen and (min-width: 768px) {
    .reduction {
        min-height:330px;
    }
}
.reduction-detail_adresse {
    text-align: center;
    font-size: 0.9em;
}
.reduction_offre, .reduction-detail_offre, .reduction-confirm_offre, .shop-cadre-prix, .version-dev {
    background: #b13eb9;
    color: #fff;
    position: absolute;
    top: 5px;
    right: -35px;
    padding: 7px 40px;
    font-size: 1.25em;
    font-weight: bold;
    transform: rotate(45deg);
}
.version-dev {
    top: 40px;
    right: -40px;
}
.reduction-detail_apercu {
    font-size: 1.25em;
    text-align: center;
}
.reduction-detail_apercu span {
    color: #b13eb9;
    font-weight: bold;
    font-size: 1.4em;
}
.reduction_entreprise, .reduction-detail_entreprise {
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
    color: #b13eb9;
}
.reduction-detail_entreprise {
    font-size: 1.6em;
    margin-top:10px;
}
.reduction-aide {
    text-align: center;
    color: #595959;
    font-size: 0.9em;
    font-weight: bold;
}
.reduction_description, a:hover .reduction_description {
    color: #333;
    text-align: center;
    width: 100%;
    display: block;
    margin: 5px 0;
    min-height: 45px;
}
.reduction-detail_description, .reduction-confirm_description {
    text-align: center;
}
.reduction_image, .reduction-detail_image, .reduction-confirm_image {
    width: 100%;
    max-width: 100%;
    display: block;
}

.reduction_alerte {
    font-size: 0.9em;
    color: #888;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
}

.reduction-detail-bouton, .reduction-detail-bouton-disable, .reduction-confirm-bouton {
    background: #b13eb9;
    color: #fff;
    font-size: 1.35em;
    font-weight: bold;
    border: 1px solid #823389;
    border-radius: 5px;
    padding: 5px 10px;
    width: 100%;
    display: block;
    margin: 20px 0;
}
.reduction-prochains {
    text-align: center;
}
.reduction-prochains-nom, .reduction-prochains-offre {
    color: #b13eb9;
    font-weight: bold;
}
.reduction-prochains-description {
    text-align: center;
}

.reduction-confirm-alerte {
    font-weight: bold;
    font-size: 2em;
    text-align: center;
}
.reduction-confirm-description {
    margin: 30px 0;
    font-size: 1.1em;
    text-align: center;
}

.reduction-titre {
    margin-bottom: 20px;
}

.fil-ariane {
    background: #fff;
    padding: 10px;
    margin: 15px 0 5px;
    border-radius: 5px;
}
.vert .fil-ariane {
    border: 1px solid #a8c116;
}
.violet .fil-ariane {
    border: 1px solid #b13eb9;
}
.violet .fil-ariane a {
    color: #b13eb9;
}
.vert .fil-ariane a {
    color: #a8c116;
}

.shop-cadre-menu, .shop-cadre-produit {
    position: relative;
    border: 1px solid #a8c116;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 15px;
    overflow: hidden;
}
.version-dev, .shop-cadre-prix, .btn-ajout-panier button, .btn-panier {
    background: rgb(195,218,14); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(195,218,14,1) 0%, rgba(156,182,25,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(195,218,14,1)), color-stop(100%,rgba(156,182,25,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(195,218,14,1) 0%,rgba(156,182,25,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(195,218,14,1) 0%,rgba(156,182,25,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(195,218,14,1) 0%,rgba(156,182,25,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(195,218,14,1) 0%,rgba(156,182,25,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3da0e', endColorstr='#9cb619',GradientType=0 ); /* IE6-9 */
}
.btn-violet {

}
.btn-purger {
    background: #ff0000; /* Old browsers */
    background: -moz-linear-gradient(top, #ff0000 0%, #cc0000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff0000 0%,#cc0000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff0000 0%,#cc0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#cc0000',GradientType=0 ); /* IE6-9 */
}
.btn-ajout-panier button, .btn-panier, .btn-purger {
    color: #fff;
    border: 0;
    border-radius: 0;
    text-shadow: 0 0 5px #555;
    font-size: 19px;
    font-family: 'Pacifico';
}
.btn-purger .glyphicon {
    font-size:15px;
    line-height: 15px;
}
.btn-panier:hover, .btn-purger:hover {
    text-shadow: 0 0 5px #fff;
    color:#555;
}
#champPromo { color:#000; }
.shop-cadre-prix {
    top:15px;
    font-size: 14px;
}
.shop-cadre-menu .name, .shop-cadre-produit .name {
    bottom: 0px;
    width: 100%;
    position: absolute;
    background: rgba(0,0,0,0.5);
    text-align: center;
    padding: 5px;
    color: #fff;
    left: 0px;
    font-size: 16px;
}
.shop-produit {
    margin-top: 15px;
    float: left;
}
.shop-produit .titre {
    text-align: right;
    font-size:28px;
}
.shop-produit .price {
    margin-right: 15px;
}
.shop-produit-categorie {
    font-size: 11px;
    text-align: right;
    font-style: italic;
}

.panier-commerce { font-size: 18px;font-weight: normal;}
.panier-commerce a { color: #000; }
#vCodePromo { margin-bottom: 15px; }
#vCodePromo input { float: right; }

.shopping-categorie, .shopping-produit, .shopping-menu {
    margin: 10px 0;
    border-radius: 12px;
    border:1px solid #a8c116;
}
.shopping-categorie a, .shopping-produit a, .shopping-menu a {
    display: block;
    width: 100%;
    position: relative;
}
.shopping-entreprise-details {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-radius: 0 0 11px 11px;
    padding: 5px 15px;
}
.shopping-entreprise-nom {
    color:#333333;
    font-size: 18px;
}
.shopping-entreprise-modes {
    float:right;
}
.shopping-entreprise-date-emporter {
    float: right;
    color: #333;
}
.shopping-entreprise-modes div {
    float:left;
}
.shopping-entreprise-modes img {
    max-width: 25px;
}
.livraison-icone {
    max-height: 20px;
    margin-bottom: 5px;
}
.shopping-menu-titre {
    font-family: Pacifico;
    font-size: 27px;
    color: #b1c913;
}

.shopping-menu-composition {
    color:#454545;
    display: block;
    width: 100%;
    clear: both;
    border-bottom: 1px solid #cbcbcb;
    margin: 15px 0;float: left;
}
.shopping-menu-composition-nom {
    font-size: 22px;
    width: 100%;
}
.shopping-menu-produit {
    width: 100%;
    margin-bottom: 15px;
    min-height: 170px;
}
.shopping-menu-produit.selectionne {
    opacity: 1;
}
.shopping-menu-produit.pas-selectionne {
    opacity: 0.5;
}
.shopping-menu-produit:hover, .shopping-menu-produit.pas-selectionne:hover {
    opacity: 1;
}
.shopping-menu-produit-photo {
    width: 30%;
    float: left;
    border: 1px solid #a0ba18;
    border-radius: 10px;
    overflow: hidden;
}
.shopping-menu-produit-nom, .shopping-menu-produit-ingredients, .shopping-menu-produit-select {
    padding: 0 15px;
    width: 70%;
    float: left;
}
.shopping-menu-produit-select {
    width:100% !important;
}

.shopping-menu-produit-select { text-align: right}
.shopping-menu-produit-nom {
    color:#a0ba18;
    font-weight: bold;
    font-size: 16px;
}
.ingredient-barre {
    text-decoration: line-through;
    font-style: italic;
}
.shopping-entreprise-lien {
    width: 100%;
    display: block;
    position: relative;
}
.shopping-personnaliser {
    margin-bottom: 15px;
}
.shopping-entreprise-cadre {
    border-radius: 10px;
    overflow: hidden;
}
.shopping-menu-presentation, .shopping-produit-presentation {
    border-top: 3px solid #454545;
    margin: 15px 0;
}
.shopping-menu-presentation-nom {
    color:#b1c913;
    font-family: Pacifico;
    font-size: 27px;
    text-align: right;
}
.shopping-menu-presentation-prix, .shopping-produit-presentation-prix {
    color: #b1c913;
    font-size: 20px;
    float: right;
    padding: 5px 10px;
    margin-left: 20px;
    text-align: center;
    position: relative;
    background: #454545;
    min-width: 91px;
    z-index: 30;
}
.shopping-menu-presentation-prix:before, .shopping-produit-presentation-prix:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 30px;
    z-index: 0;
    right: 0;
    border-width: 0 90px 24px 0;
    border-color: transparent #454545 transparent transparent;
}
.shopping-menu-presentation-prix:after, .shopping-produit-presentation-prix:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 30px;
    z-index: 0;
    left: 0;
    border-width:  24px 90px 0 0;
    border-color: #454545 transparent transparent transparent;
}

.shopping-produit-presentation-description {
    color:#333333;
}
.shopping-produit-presentation-ingredients {
    color:#333333;
    margin-top: 10px;
}
.shopping-menu-presentation-compo {
    color:#333333;
    font-size: 24px;
    margin-top: 30px;
}
.shopping-menu-presentation-compo .shopping-menu-presentation-plus {
    color:#bad111;
    font-weight: bold;
}
.shopping-menu-presentation-btn, .shopping-produit-presentation-btn {
    color:#fff;
    padding: 22px 15px;
    text-align: center;
    border-radius: 9px;
    margin-top: 30px;
}
.shopping-menu-presentation-btn span {
    font-size: 27px;
}
.news-partenaire img {
    max-width: 100%;
}
.date_concert {
    margin:10px 0;
}
