/* ------------------------------------------------------------------------

Projet : Template site "Cliqeo template demo"

------------------------------------------------------------------------- */

/*-------------------------------------------------------------------------
============================================================================
            [ CSS Framework pour responsive themes pour CLIQEO ]
============================================================================
--------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
1/*-----------[ Reset ]
2/*----------[ Header ]
3/*--[ Main container ]
4/*------[ Navigation ]
5/*---------[ Content ]
6/*------[ Form Input ]
7/*----------[ Tables ]
8/*------------[ Line ]
9/*-----[ Search Form ]
10/*------[ Read More ]
11/*------------[ Map ]
12/*--------[ Sidebar ]
13/*---------[ Footer ]
14/*-[ Contact Widget ]
15/*-----[ Ad Widgets ]
16/*-----[page contact]
17/*-------[Responsive]
/*--------------------------------
/*-[ Reset ]
---------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Oswald:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(http://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
}
html {
    overflow-x: hidden;
}
.class_box {
	background-color:white;
	background: none;
    background-image: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
    display:block;
}
ol, ul{
    list-style:none;
}
blockquote, q{
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after{
    content:'';content:none;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
button, input, select, textarea{
    margin:0;
}
:focus{
    outline:0
}
a:link{
    -webkit-tap-highlight-color:#FF5E99;
}
img,video,object,embed{
    max-width:100%;
}
iframe {
    max-width:100%;
}
blockquote{
    font-style:italic;
    font-weight:normal;
    font-family:Georgia,Serif;
    font-size:15px;
    padding:0 10px 20px 27px;
    position:relative;
    margin-top: 25px;
}
blockquote:after{
    position:absolute;
    content:'"';
    font-size:40px;
    color:#D0D9E0;
    width:50px;
    top:-5px;
    left:0;
    font-family:'Dosis';
}
blockquote p{
    margin-bottom:10px;
}
strong ,b {
    font-weight:bold;
}
em, i, cite {
    font-style:italic;
}
small{
    font-size:100%;
}
figure{
    margin:10px 0;
}
code,pre{
    font-family:monospace,consolas,sans-serif;
    font-weight:normal;
    font-style:normal;
}
pre{
    margin:5px 0 20px 0;
    line-height:1.3em;
    padding:8px 10px;
    overflow:auto;
}
code{
    padding:0 8px;
    line-height:1.5;
}
mark{
    padding:1px 6px;
    margin:0 2px;
    color:black;
    background:#FFD700;
}
address{
    margin:10px 0
}
form.cmxform { width: 50em; }
em.error {
  background:url("images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
}
em.success {
  background:url("images/checked.gif") no-repeat 0px 0px;
  padding-left: 16px;
}
h2#summary {
color : red;
}
form.cmxform label.error {
	margin-left: auto;
	width: 250px;
}
em.error { color: black; }
#warning { display: none; }
/*--------------------------------
/*-[ Header ]
---------------------------------*/
#logo{
    color:transparent;
    width:300px; /* 365 */
	margin-top: 0;
}
#header a.devis h2{
    margin-bottom:0;
	line-height:55px;
}
#logo a{
    background: url(images/logo.png) no-repeat;
    display: block;
    min-height: 106px; /* 65px */
    line-height: 28px;
	/*margin-top: 30px; */
}
.more a, .bubble a:hover, #commentform input#submit {
    background-color: #79ACCD;
}
a, .title a:hover, #navigation ul ul li a:hover, #navigation > ul > li > a:hover {
    color:#00043c;
}
/*-----------------------------------------------
=================================================
                   [ Body ]
=================================================
------------------------------------------------*/
body{
    line-height:1;
    font: 14px/23px 'Dosis';
    color: #000;
	  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #0776b7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#0776b7));
  background: -webkit-linear-gradient(top, #fff 0%,#0776b7 100%);
  background: -o-linear-gradient(top, #fff 0%,#0776b7 100%);
  background: -ms-linear-gradient(top, #fff 0%,#0776b7 100%);
  background: linear-gradient(to bottom, #fff 0%,#0776b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#0776b7',GradientType=0 );
}
::-moz-selection{
    background:#333;
    color:white;

}
::selection{
    background:#333;
    color:white;
}
#page, .container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
h1,h2,h3,h4,h5,h6{
    font-weight:normal;
    margin-bottom:12px;
    font-family: 'Dosis';
	text-align:left;
}
.sub-title{
    font-size:12px;
}
p{
    margin-bottom: 20px;
    line-height: 17px;
}
a{
    text-decoration:none;
    color: #00043c;
    -webkit-transition: background-color, color 0.2s linear;
    -moz-transition: background-color, color 0.2s linear;
    transition: background-color, color 0.2s linear;

}
a:hover{
    opacity:0.7;
}
a:link, a:visited, a:active{
    text-decoration:none;
}
:target{
    padding-top:20px;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}
/*-----------------------------------------------
/*-[ Main container ]
-----------------------------------------------*/
#page,
.container{
    background:transparent;
    padding: 0 20px;
    max-width: 960px;
    min-width:240px;
    overflow:visible;
}
#page{
    min-height:100px;
    float: none;
    clear: both;
    overflow:hidden;
}
#content_box div.box{
display: block;
background: #0776b7;
text-align: center;
color: #fff;
font-size: 22px;
font-family: 'Dosis';
font-weight: 300;
clear: both;
line-height: 45px!important;
padding:5px;
}
#content_box div.box span{
color: #515151;
border-top: 2px solid #fff;
display: block;
background-color: #e6e6e6;
line-height: 48px!important;
font-weight: 400;
font-family: 'Dosis';
width: 100%;
font-size: 26px;
text-align: center;
display: block;
}

/*-----------------------------------------------
/*-[ Header ]
-----------------------------------------------*/
body > header{
    width: 100%;
    position: relative;
}
.main-header {
    position: relative;
    width: 100%;
    z-index: 99;
    background-color:#FFF; 
}

#header{
    position: relative;
    width: 100%;
    margin: 0;
}
#logo{
    font-size: 20px;
    display: block;
    float: left;
    display: inline-block;
    margin: 0;
    line-height: 35px;
	margin-top: 0px;
}
#logo{
	   position:relative
}
#logo a {
    color:transparent;
}
#logo a:hover{ 
	opacity:1
}
#logo span{
bottom: 24px;
color: #515151;
position: absolute;
left: 106px;
line-height: 18px;
font-weight: 400;
font-size: 16px;
text-align: center;
font-family: 'Dosis';
  letter-spacing: 2px;
}
.banner-header {
   	float: right;
	margin-top: 23px;
	width:275px
}
.banner-header.adresse_top{
    float: right;
}
.banner-header.adresse_top span{
    color:#515151;
	font-size:18px;
	background:url(images/adresse.png) no-repeat center left;
	font-family: 'Dosis';
	font-weight: 600;
	display: block;
	padding: 5px 0 4px 56px; /* 	 padding: 11px 0 11px 55px;  */
}
.banner-header div.phone{
	font-size:22px;
	font-family: 'Dosis';
	line-height:44px;
}
.banner-header div.phone span.phone{
	line-height:54px;
	 background:url(images/phone.png) no-repeat left center; 
	color:#515151;
	font-size:28px;
	font-weight:600;
	white-space : nowrap;
	padding: 11px 0 11px 55px; 
	width: auto; 
}
.banner-header div.phone span.phone a{
	color:#515151;
}
/*-----------------------------------------------
/*-[ Bandeaux]
-----------------------------------------------*/
#bandeaux{
    clear: both;
    float: none;
    min-height: 340px;
    background: transparent;
}
#bandeaux div.conteneur{
    background: transparent;
    max-width: 960px;
    min-width: 240px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#bandeaux div.conteneur div.left{
    float: left;
	position:relative;
	width:100%;
}
.left a.next,.left a.prev {
	position:absolute;
	top:48%;
	display:block;
	width:33px;
	height:33px;
	background-image:url('images/navs.png');
	color:transparent;
	background-repeat:no-repeat;
}
.left a.next{
	right:15px;
	background-position:-33px 0;
}
.left a.prev{
	left:15px;
	background-position:0 0;
}
.left a.next:hover,.left a.prev:hover {
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter:alpha(opacity=70);
}
ul.callbacks_tabs{
	width:100%;
	text-align:center;
	position:absolute;
	z-index:2; 
	bottom: 0px;
}
ul.callbacks_tabs li{
    display: inline-block;
	margin-right:7px;
}
ul.callbacks_tabs li:last-child{
	margin:0
}
ul.callbacks_tabs:after{
   clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}
ul.callbacks_tabs li a{
	color:transparent;
	display:block;
	width:14px;
	height:14px;
	background-image:url('images/nav.png');
}
ul.callbacks_tabs li.callbacks_here a{
	background-image:url('images/nav-activ.png');
}
#bandeaux div.conteneur div.right h2{
	color:black;
	margin-top:11%;
	margin-left:20%
}
#bandeaux div.conteneur div.right p{
	padding-left: 10%;
	font-size:20px;	
	padding-top:5%;
	margin-bottom:0!important
}
#bandeaux div.conteneur div.right img{
    float:left
}
#bandeaux div.conteneur div.right a{
    background-image: url("images/print.png");
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
    height:18px;
    width:84px;
    margin-left:50%;
}
/*-----------------------------------------------
/*-[ Slider]
-----------------------------------------------*/
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top:20px;
	-webkit-box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, 0.2); 
    box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, 0.2);
}

.rslides li {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
.shadow-slider{
	height:19px;
	/*background-image:url('images/ombre-slider.png');
	background-repeat:no-repeat;
	background-position:bottom center;*/
	position:absolute;
	bottom:-20px;
	width:100%;
	z-index:1;
}
.rslides_tabs {
    background: transparent;
    font-size: 18px;
    list-style: none outside none;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    width: 50%;
	position:absolute;
	bottom:20%;
	right:2%;
}
.rslides_tabs li{
	float:right;
	width:18px
}
.rslides_tabs a {
    background-image:url("images/nav.png");
	background-repeat:no-repeat;
	background-position:center;
	background-color:transparent;
    display: inline;
    height: auto;
    line-height: 20px;
    padding: 0 2px;
    width: auto;
	color: transparent;
}
.rslides_tabs .rslides_here a {
    background-image:url("images/nav-activ.png");
	background-repeat:no-repeat;
	background-position:center;
	background-color:transparent;
    color: transparent;
    font-weight: bold;
}
/*-----------------------------------------------
/*-[ Navigation ]
-----------------------------------------------*/

#navigation select,#navfooter select{
    display:none;
}
#navigation ul li a:visited{
    overflow:hidden;
    display:block;
}
#navigation > ul > li > a{
    font-weight:normal;
}
#navigation > ul > li > a:hover{
    color: #fff;
}
#navigation > ul > li > a.actif:hover{
    color: #FF7E01;
}
#navigation > ul > .current{
    border-top-color:rgba(0,0,0,0.3);
}
#navigation > ul > .current a{
    background:transparent;
    color:#BFC5C9 !important;
}
#navigation ul li li{
    margin-top:-2px;
}
#navigation ul ul{
    position:absolute;
    width:190px;
    padding: 5px 0 5px 0;
    z-index: 400;
    font-size:12px;
    background: #fff;

    color: #000;
    border: 3px solid #ddd;
}
#navigation ul ul li{
    padding:0;
    border-right: 0;
}
#navigation ul ul a,
#navigation ul ul a:link,
#navigation ul ul a:visited{
    padding: 9px 20px;
    width:148px;
    -moz-border-radius:0;
    border-radius:0;
    text-align: left;
}
#navigation ul ul li:first-child a{
    border-top:none;
    text-align: left;
}
#navigation ul ul li:last-child a{
    border-bottom:none;
    text-align: left;
}
#navigation ul ul li a:hover{
    color: #79ACCD;
}
#navigation ul li li:hover > a{
}
#navigation ul ul{
    opacity:0;
    left:-999em;
}
#navigation ul li:hover ul{
    left: -22px;opacity:1;
}
#navigation ul ul ul{
    top:-10px;
}
#navigation li:hover ul ul,
#navigation li:hover ul ul ul,
#navigation li:hover ul ul ul ul{
    left:-999em;
    opacity:0;
}
#navigation li:hover ul,
#navigation li li:hover ul,
#navigation li li li:hover ul,
#navigation li li li li:hover ul{
    opacity:1;
    left: 195px;
}
#navigation ul ul:after{
}
#navigation ul ul ul:after{
    border-color:transparent #282E33 transparent transparent;
    border-color:transparent rgba(14,19,22,0.92) transparent transparent;
    left:-12px;
    top:3px;
} */


#menu-nav {
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
}
#menu-button {
    vertical-align: bottom;
    float: right;
    
    padding: .375em; /* 6/16 = 0.375em */
    margin: 0 .375em 0 2em;
    
    opacity: .7;
    cursor: pointer;
    
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    
    background-color: #515151;
    background-image: -moz-linear-gradient(top,rgba(100, 152, 190, .5),rgba(30, 82, 120, .5));
    background-image: -webkit-linear-gradient(top,rgba(100, 152, 190, .5),rgba(30, 82, 120, .5));
    background-image: linear-gradient(top,rgba(100, 152, 190, .5),rgba(30, 82, 120, .5));
    background-image: -ms-linear-gradient(top,rgba(100, 152, 190, .5),rgba(30, 82, 120, .5));
    background-image: -o-linear-gradient(top,rgba(100, 152, 190, .5),rgba(30, 82, 120, .5));
    background-position: left bottom;
    background-repeat: repeat-x;
}
#menu-button.selected,
#menu-button:active {
    opacity: 1;
    
    -moz-box-shadow: 0 1px 1px rgba(120, 120, 120, .2);
    -webkit-box-shadow: 0 1px 1px rgba(120, 120, 120, .2);
    -ms-box-shadow: 0 1px 1px rgba(120, 120, 120, .2);
    -o-box-shadow: 0 1px 1px rgba(120, 120, 120, .2);
    box-shadow: 0 1px  1px rgba(120, 120, 120, .2);
    
    background-color: #515151;
    background-image: -moz-linear-gradient(top,rgba(25, 68, 99, .5),rgba(30, 82, 120, .5));
    background-image: -webkit-linear-gradient(top,rgba(25, 68, 99, .5),rgba(30, 82, 120, .5));
    background-image: linear-gradient(top,rgba(25, 68, 99, .5),rgba(30, 82, 120, .5));
    background-image: -ms-linear-gradient(top,rgba(25, 68, 99, .5),rgba(30, 82, 120, .5));
    background-image: -o-linear-gradient(top,rgba(25, 68, 99, .5),rgba(30, 82, 120, .5));
    
    margin-bottom: -.375em; /* 6/16 = .375em */
}
#menu-button-inner {
    background: transparent url(image/menu-bg.png) no-repeat 0 0;
    width: 78px;
    height: 41px;
}
section.cont-menu-haut{
    background-color:#0776b7;
    margin:0 auto;
    padding: 0px ;
	border-bottom: 1px solid #FFF;
}
#menu-drink {
    clear: both;
    display: none;
    position: absolute;
    width: 100%;
    background-color: transparent;
    
    -moz-box-shadow: 0 2px 2px rgba(25, 68, 99, .4);
    -webkit-box-shadow: 0 2px 2px rgba(25, 68, 99, .4);
    -ms-box-shadow: 0 2px 2px rgba(25, 68, 99, .4);
    -o-box-shadow: 0 2px 2px rgba(25, 68, 99, .4);
    box-shadow: 0 2px 2px rgba(25, 68, 99, .4);
}

#menu-drink ul {
    overflow: hidden;
	text-align:center;
}
#menu-drink li {
	text-align:center;
	 display:inline-block;
	 float:none;
}

#menu-drink a {
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    display: block;
    font-family: 'Dosis';
    -moz-transition: color 0.3s linear, background-color 0.3s linear;
    -o-transition: color 0.3s linear, background-color 0.3s linear;
    -webkit-transition: color 0.3s linear, background-color 0.3s linear;
    -ms-transition: color 0.3s linear, background-color 0.3s linear;
    transition: color 0.3s linear, background-color 0.3s linear;
    text-transform:uppercase;
	font-weight:400;
	text-align:center;
    padding: .375em; /* 6/16 = .375em */
}
#menu-drink{
	background-color:#515151;
	z-index:9999999999
}
#menu-drink a.active, #menu-drink a:hover {
    color: #515151;
	background:#fff;
}
/*-----------------------------------------------
/*-[ Main ]
----------------------------------------------*/
#main{
padding: 7px 0;
}
/*-----------------------------------------------
/*-[ Content ]
----------------------------------------------*/
.article{
    float: left;
    margin-bottom: 20px;
	background-color: #fff;
	padding: 15px; 
	border: 1px solid #ccc;
}
.post-content {
    overflow: hidden;
    font-size: 14px;
    line-height: 23px;
}
#content_box {
    font-family:'Dosis';
	color: #000;
	font-size:16px;
	text-align: justify;
	line-height:26px;
	background-color:#fff;
}
	
#content_box li{
	background:url(images/list-style.png) no-repeat left 3px;
padding-left:15px;
 list-style: none;
 overflow:hidden;
 text-align:left;
}
#content_box h1 {
    color:#000;
	font-size:18px;
	font-weight:400;
	border-bottom:1px solid #d7d7d5;
	font-family: 'Dosis';
}
#content_box h2{
	color:#0776b7;
	font-weight:400;
	font-size:30px;
	line-height:36px;
	font-family: 'Dosis';
}
#content_box h3{
	color:#515151;
	font-weight:400;
	font-size:28px;
	line-height:30px;
	font-family: 'Dosis';
}
#content_box h4{
	color:#0776b7;
	font-weight:400;
	font-size:20px;
	line-height:30px;
	font-family: 'Dosis';
}
#content_box h5{
	color:#515151;
	font-weight:700;
	font-size:22px;
	line-height:30px;
	font-family: 'Dosis';
	text-align:center;
}
#content_box span{
	color: #515151;
	font-size:18px;
}
#content_box div,#content_box p{
	font-family:'Dosis';
	font-size:14px;
	line-height:18px;
	text-align: justify;
}

#content_box article {
	background-color: #e6e6e6;
    border: 1px solid #e6e6e6;
	float: left;
	height: 155px;
	margin: 0 12px 30px 0;
	padding: 5px;
	position: relative;
	width: 170px;
	color: #fff;
	border-radius: 3px;
}
#content_box article a{
	font-weight: 300;
	font-family: 'Dosis';
	line-height: 18px!important;
	float: none;
	height: 45px;
	text-align: left;
	width: 100%;
	text-decoration: none;
	text-transform:uppercase;
	line-height: 22px!important;
	background-repeat:no-repeat;
	background-position:5px center;
	display: block;
}
#content_box article a span{
	font-size: 14px;
	color: #fff ;
	line-height:32px!important;
	display:block;
	min-height: 40px;
	background: #0776b7;
	text-align: center;
	padding-top: 5px;
	border-radius: 4px 4px 0 0;
}
#content_box article a:hover{
	opacity:0.6
}
img.picto-vignette:hover{
	-moz-transform: rotate(359deg);
	-o-transform: rotate(359deg);
	-webkit-transform: rotate(359deg);
	-ms-transform: rotate(359deg);
	transform: rotate(359deg);
	-moz-transition-property: all 1s linear;
	-o-transition: all 1s linear;
	-webkit-transition: all 1s linear;
	-ms-transition: all 1s linear;
	transition: all 1s linear;
}
img.picto-vignette{
	float: left;
	margin-right: 8px!important;
}

div.cont-ar{
	padding: 5px;
	background-color: #515151;
}
#content_box article img {
	border: 0;
	margin: 0;
	border-radius: 0;
}
.post.excerpt {
    clear: both;
    margin-bottom: 30px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin-top: 40px;
}
.thumbnail{
    float: left;
    margin-right: 15px;
}
.featured-thumbnail img {
    margin-bottom:0;
    margin-top: 3px;
    margin-right: 0;
}
article header {
    margin-bottom:15px;
}
.article img.left,
.article img.alignleft
{
    margin: 0.571em 1.571em 0.571em 0;
    display: block;
    float: left;
}
.article img.right,
.article img.alignright
{
    margin: 0.571em 0 0.571em 1.571em;
    display: block;
    float: right;
}
.article img.center,
.article img.aligncenter {
    margin: 1em auto 1em auto;
    display: block;
}
.article img.aligncenter, .article img.alignnone {
    margin-top:1em;
    margin-bottom:1em;
    display: block;
}
.article ul {
    margin: 0.5em 0 1.571em 0;
    list-style-type: circle;
	  overflow: hidden;
}
.article ol {
    margin: 1.5em 0 1.571em 1.571em;
    list-style-type: decimal;
}

#content_box div.box-temoignages{
  clear: both;
  border: 1px dashed #ddd;
  border-radius: 18px;
  padding: 12px;
  margin-bottom: 20px;
  background:#dbebf4;
}
#content_box div.box-temoignages:nth-child(2n+1){
	background: #a4cde4;
}

/*-----------------------------------------------
/*-[ Form Input ]
-----------------------------------------------*/
input,textarea,select{
    padding:8px 12px;
    border:none;
    font-size:12px;
	background:#f5f2f2;
    border: 1px solid #d7d1d1;
    color: #5E656D;
}
input.bouton{
	background-color: transparent;
    background-image: url("images/send.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    color: transparent;
    float: right;
    margin-bottom: 20px;
    margin-top: 8px;
    padding: 2px 4px;
    text-transform: uppercase;
}
div.cont input.bouton{
	float:right;
	color:transparent;
	text-transform:uppercase
}
#bandeaux div.conteneur div.right p span.red-bold{
	display:block;
	max-width:85%;
	text-align:center
}
input.numero{
    width:160px;
}
input.send{
    background-color:#b17d5e;
	border-radius: 3px;
	padding:5px 10px;
	color:white;
    cursor: pointer;
	margin-top:5px;
	margin-left:105px;
	border:none;
	text-transform:uppercase
}
#map-holder{ 
	padding: 10px 10px 1px 10px
}
textarea{
    overflow:auto;
    resize:vertical;
}
select{
    padding:12px 20px;
}
input:focus,
textarea:focus{
}
::-webkit-input-placeholder{
    color:#585F65;

}
::-moz-input-placeholder{
    color:#585F65;

}
::-ie-input-placeholder{
    color:#585F65;

}
::-o-input-placeholder{
    color:#585F65;

}
::input-placeholder{
    color:#585F65;

}
/*-----------------------------------------------
/*-[ Tables ]
-----------------------------------------------*/
table{
    width:100%;
    text-align:center;
    margin-bottom:0;
}
thead{
    background:#F7F8F9;
    font-size:14px;
    color:#585F65;
}
table th ,table td{
   text-align:left;
}   
#content_box table td div{
	position:relative;
	width:100%; 
	height: 290px;
	margin:0 auto
}
#content_box table td div a {
	display:block
}
#content_box table td div a >img{
	position:absolute;
	bottom:5px;
	right:5px;
}
#content_box table td div img{
	display:block;
	margin:0 auto
}
#content_box img{
	margin:10px; 
	border: 2px solid #515151
}
#content_box article img{
	border:0;
	margin:0;
	width: auto;
	height: auto;
}
table tbody tr td{ 
	padding-left: 10px; 
	background-color: #E3DEDA;
}  
.contact table tbody tr:first-child td,table tbody tr:first-child th {
	background: none repeat scroll 0 0 transparent !important;
    font-family: none !important;
    height: auto;
	line-height:auto !important;
}
table tbody tr:nth-child(2n+1) td,table tbody tr:nth-child(2n+1) th {
    background-color: #d7d8d5;
}
#content_box table tbody tr td {
	border:1px solid #fff;	
	color:#292b2a;
	font-size:18px;
	font-weight:400;
	font-family:'Dosis';
	background: #eeede8;
	line-height:36px;
	font-style:normal;
}
table tbody tr td.day{
    font-weight: bolder;
    vertical-align: middle;
    background: #d7d8d5;
	color:#292b2a;
	font-size:18px;
	font-weight:400;
	font-family:'Dosis';
}
thead th{
    padding:14px;
}
tbody th{
    font-weight:normal;
    border-bottom:1px solid #F5F7F9;
	background-color: #B0B3B6;
	font-weight: bolder;
	
}

/*-----------------------------------------------
/*-[ Line ]
------------------------------------------------*/
hr{
    border:none;
    border-bottom:1px solid #E5E5E5;
    border-bottom:1px solid rgba(0,0,0,0.1);
    width:100%;
    margin:35px 0;
    clear:both;
    position:relative;
}
/*-----------------------------------------------
/*-[ Search Form ]
-----------------------------------------------*/
nav #searchform {
    float: right;
}
nav #searchform fieldset {
    padding: 7px 0 6px 15px;
    border: 0;
    border-left: 1px solid #eee;
}
#searchform fieldset {
    border: 1px solid #D7D7D9;
    background:#fff;
    float: left;
}
#searchform input {
    border: 0;
}
.sbutton {
    padding: 6px 12px 6px 0;
}
.main-header #s {
    width: 150px;
}
.sidebar #s {
    width: 78%;
    padding: 10px 12px;
}
.footer-widgets fieldset, #sidebars fieldset {
    width: 99%;
}
.footer-widgets #s {
    width: 78%;
}
.footer-widgets .sbutton, #sidebars .sbutton {
    float: right;
}
.sidebar .sbutton {
    padding-top: 10px;
}
.breadcrumb {
    margin-top: 40px;
}
.article ol.breadcrumb{
	list-style-type:none
}
ol.breadcrumb li a {
color: #000;
float: left;
}
ol.breadcrumb li a:hover {
opacity:1
}
ol.breadcrumb li {
float: left;
color: #515151;
font-weight: 700;
}
ol.breadcrumb {
padding: 0px;
float: left;
width: 100%;
margin:0px 0 5px;
}
ol.breadcrumb > li + li:before{
font-weight: 700;
color: #515151;
float:left;
content: "> ";
    padding: 0 5px;
}
/*-----------------------------------------------
/*-[ Read More ]
----------------------------------------------*/
.more {
    float: right;
    box-shadow: 0px 2px #CCC;
    -webkit-box-shadow: 0px 2px #CCC;
    -moz-box-shadow: 0px 2px #CCC;
    margin-bottom: 5px;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: -15px;
}
.more a{
    float: left;
    background-color: #ff8604;
    color: #666;
    padding: 4px 10px;
    overflow: hidden;

}
.more a:hover {
    color:#fff;
}
/*-----------------------------------------------
/*-[ Map ]
-----------------------------------------------*/
#map {
    display: block;
    height: 300px;
    margin-bottom: 24px;
    width: 100%;
    margin-top: 40px;
}
div.map_home{
    display: block;
    height: 150px!important;
    width: 100%;
    margin:0!important
}
/*-----------------------------------------------
/*-[ Sidebar ]
----------------------------------------------*/
.sidebar.flexible {
    float: right;
    /* width: 25%; */
    line-height: 23px;
    margin-top:0;
    background:#515151;
}
.sidebar_list{margin-top:20px;}
.widget {
    margin:0 auto;
    margin-bottom: 15px;
    overflow: hidden;
    width:87%; /* 85% */
	background:#ffffff;
}

.widget div.consult {
	padding-left: 10px;
	padding-right: 10px;
	color: #191919;
}

#navfooter ul{
	float:none;
	display:inline-block;
}
#navfooter ul ul{
	display:none;
}
#navfooter > ul{
	display:none !important;
}
#navfooter select{
    display:inline-block !important;
    max-width:none;
    border:none;
    padding:7px 15px;
    margin-top:0;
    width:100%;
    color: #fff;
    background: #3f3e3e; 
    font-size: 12px;
}
li.rappel{
    height:229px;
    position:relative;
}
li.rappel form{
    position:absolute;
    bottom:2%;
    margin:0 auto;
    text-align: center
}
.widget h5,#map-adress{
	font-family:'Dosis'!important; 
	font-size:14px; 
	font-weight:400;
	color:#4a4947!important;
	line-height:22px;
}
.widget p{
	font-family:'Dosis'; 
	font-size:14px; 
	font-weight:400;
	color:#4a4947;
	line-height:16px;
}
.widget li {
    display: block;
    overflow: hidden;
    list-style-type: none;
    padding:5px 0px;
	font-family:'Dosis';
	 font-size:14px;
	  color:#4a4947!important;
	 line-height:18px;
	 font-weight:400;
}
.widget li img.picto{
    float:left;
	margin-right:5px;
}
.widget li span.center{ 
	display:block;
	padding:5px 2px 0px;
	font-size:16px;
	text-align: left;
	font-family: 'Dosis';
	font-weight: 500;
	float: left;
}
.box-adresse{
	background-color: #8C8C8C; /* #ccc */
	color: #fff!important; /* #000 */
	font-size:17px!important;
	padding: 10px 5px; 
	margin:1px 6px 10px;
	text-align: center; 
	float: none;	
	font-family: 'Dosis'!important;
	font-weight: 400!important;
	display: block;
}
.box-honoraire{
	background-color: #69A6CA; /* #ccc */
	color: #fff!important; /* #000 */
	font-size:17px!important;
	padding: 10px 5px; 
	margin:1px 6px 10px;
	text-align: center; 
	float: none;	
	font-family: 'Dosis'!important;
	font-weight: 400!important;
	display: block;
}
.widget div.google-map span{
	color:#000;
	font-family: 'Dosis';
	font-weight: 400;
	display:block;
	text-align:center
}
.widget span.titre-widget {
    font-size: 23px;
    line-height: 30px;
    font-family: 'Dosis';
    margin-bottom: 0px;
    padding:3px;
    color: #fff;
    background:#0776b7;
	font-weight:300;
	text-align:center;
	display: block;
}
.widget div.coordonees{
	padding:15px 8px 0 ;
	font-family:'Dosis'!important;
font-size: 14px;
color: #4a4947!important;
line-height: 18px;
position:relative;
font-weight:400!important;
}
.widget div.coordonees span{
position: absolute;
top: 56px;
left: 90px;
float: left;
font-size: 11px;
}
.widget div.dispo{
	padding:15px 8px 5px;
	font-family: 'Dosis';
font-size: 14px;
color: #191919!important;
line-height: 18px;
}
#map-adress{color:#191919;}
.widget div.dispo span{
	font-size:30px;
	color:#515151;
	font-family: 'Dosis';
	 background-image:url('images/phone1.png');
	background-repeat:no-repeat;
	background-position:left center; 
	line-height:47px;
	font-weight:600;
    padding-left: 45px; /* 35 */
    padding-top: 0;
    margin-bottom: 5px;
	text-align: left;
	display:block
}
.widget div.dispo span a{
	color:#515151;
}
.widget div.disponib{
padding: 5px 0 5px 5px; 
font-family: 'Dosis';
font-size: 12px;
color: #000; 
line-height: 18px;
font-weight: 300;
text-align: left;
display: block;
float: left;
}
.widget div.disponib img{
	float:left;
	margin-right:8px;
	width: 29%;
}
.widget div.disponib span{
	color:#0776b7;
	font-size:16px;
	font-weight:700
}
#print{
	display:block;
	position:absolute;
	bottom:-6%;
	right:2%;
	background-color:#b17d5e;
	border-radius: 3px;
	padding:0 10px;
	color:white;
	text-transform:uppercase
}
.widget div.Tarifs {
	padding:10px 0px 0px;
	font-family: 'Dosis';
	font-size: 17px;
	color: #4a4947!important;
	line-height: 18px;
	text-align: center;
}
.widget div.Tarifs a{
  display: block;
  background: #8dc7dd;
  width: 262px;
  margin: 0 auto 10px;
  line-height: 31px;
  text-shadow: 1px 1px 1px #fff;
  box-shadow: 1px 1px 1px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
}

.pcomments {
    float: right;
    padding: 0 7px;
    font-family:'Dosis';
    font-weight:bold;
    background: #000;
}
#sidebars .block{
    padding: 16px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
    -moz-box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
    box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
    margin-bottom: 0
}

.address-block li{
    padding-left: 20px;
	padding-top:0;
	margin:10px;
}

.address-block .address{ background: url(images/icon-address.png) no-repeat left  0px  }

.address-block .phone{ background: url(images/icon-phone.png) no-repeat left  0px }

.address-block .mobile{ background: url(images/icon-mobile.png) no-repeat left  0px }

.address-block .email{ background: url(images/icon-email.png) no-repeat left  0px  }
/*-----------------------------------------------
/*-[ Footer ]
------------------------------------------------*/
body > footer{
    min-height:100px;
    overflow:hidden;
    margin-top: 0px;
    width: 100%;
    padding-top:7px;
	background: transparent;
}
footer nav {
    text-align: center;
	float: left;
	width: 100%;
}
footer nav li{
    display:inline-block;
    padding:0 30px; 
}
footer nav li:first-child{padding-left:0}
footer nav li:last-child {
    border:none;
} 
footer nav li a {
	font-family: 'Dosis';
	font-size: 16px;
    color: #fafcfd;
}
footer {
    position: relative;
    overflow: hidden;
	padding-top:10px;
}
footer .container {
    background: transparent
}
footer .copyrights span {
    color: #FFF;
    margin-bottom:0;
	font-size: 12px;
	font-family: 'Dosis';
	line-height: 21px;
	display:block
}
footer a:hover, footer .nav li a:hover ,footer a.active{
    color:#ccc; 
}
.footer-nav {
    overflow: hidden;
    padding-bottom: 10px;
}
.footer-nav h3 {
    padding-bottom: 5px;
    color: #594F4F;
} 
footer a{
	color:#fff;
}

.copyrights {
    font-size: 14px;
	color: #fff;
	padding-top: 20px;
	float: right;
	padding-bottom: 15px;
	text-align: right;
}
#copyright-note {
    float: left;
}
footer .adresse a{
	text-decoration:underline;
}

/*-----------------------------------------------
/*-[ Contact Widget ]
-----------------------------------------------*/
.contact form{
    padding:10px
}
.contact form table td{
    background:transparent!important
}
.contact input[type="text"] {
    background:#f5f2f2;
    color: #888;
    border: 1px solid #d7d1d1;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display:block;
    margin:0 auto;
    float: left;
    padding: 9px;
    margin-bottom:8px
}
.contact input[type="text"]:hover {
    border: 1px solid #C1C1C1;
}
.contact input[type="submit"] {
    background-color:#515151;
    cursor: pointer;
    color: white!important;
    border: 0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    float:left;
    width:30%;
    margin-top:10px;
    padding-top:5px;
    padding-bottom:5px;
    width:80px;
	margin-left:12px
}
.contact input[type="submit"]:hover {
    opacity:0.7
}
.contact textarea{
    float:left;
    width:90%;
    height:100px
}
.contact textarea:hover,.contact input[type="text"]:hover {
    background: none repeat scroll 0 0 #EAEAEA;
}
/*-----------------------------------------------
/*-[ Ad Widgets ]
-----------------------------------------------*/
.ad-125 ul {
    float: left;
    width: 330px;
    margin: 0;
    list-style: none;
    max-width: 100%;
}
.ad-125 li{
    float: left;
    border: none;
    list-style: none!important;  
    padding-left: 0;
    background: none;
    margin-bottom: 15px;
}
.ad-125 img {
    padding: 0.4em;
    background: #fff;
    border: 1px solid #bbb;
}
li.oddad {
    margin-right: 8%;
}
.ad-300 img {
    padding: 0px;
    background: #fff;
    border: 1px solid #bbb;
    height:100%;
}
.top {
	float: left;
	margin-right:5px
}
.top a {
    color: #fff;
}
.top a:hover {
    color:#ccc;
}
footer .ad-300 img, footer .ad-125 img {
    padding: 0;
    background: #FAFAFA;
    border: 0;
}
footer li.oddad {
    margin-right: 5%;
}
div.adresse{
	float:left;
	line-height: 16px;
	width: 70%;
	padding-top: 20px;
}
div.adresse span{
	color:#FFF;
	font-size: 14px;
	font-family: 'Dosis';
	line-height: 21px;
}
div.adresse span a{
	color:#333333;
	text-decoration: underline;
}
div.adresse span a:hover,div.adresse span a.active{
	color:#00043c	
}
#respond h3{
    margin-top: 18px;
    font-size: 18px;
    margin: 15px 0 0 0;
    padding: 0 0 20px 0;
    color: #666;
}
#content_box div.articleblog{
		border-bottom:1px dotted #000;
		padding:0 0 20px 0;
		margin-bottom: 20px;
		display:block;
		overflow:hidden;
	}
	
	#content_box div.articleblog:last-child{
		border-bottom:none;
}
#content_box div.articleblog img{
		margin-right:15px;
		float:left;
		max-width: 200px;
	}
	
#content_box div.articleblog img.image-blog{
	max-width: 100%;
}
#content_box div.articleblog h1{
		font-size: 24px;
font-family: 'SegoeUI-Bold';
font-weight: 700;
text-align: left;
font-style: normal;
line-height: 30px;
border:none;
background:none;
padding:0;
	}
#content_box div.articleblog h1 a{
text-decoration:none;
color: #7d7f7e;
}
#content_box div.articleblog h2{
		font-size: 18px;
font-family: 'SegoeUI-Regular';
font-weight:400;
text-align: left;
font-style: normal;
line-height: 18px;
	}
#content_box div.articleblog h2 span{
		font-family: 'SegoeUI-Bold';
font-weight: 700;
float:none;
		font-size: 18px;
text-align: left;
font-style: normal;
line-height: 18px;
display: inline;
	}
#content_box div.articleblog p{
		font-family: 'Dosis';
font-size: 14px;
text-align: justify;
line-height: 26px;
	}
	#content_box div.articleblog a{
	text-decoration:underline;
	
	}
#content_box div.articleblog a.bloger{
		float:right;
		background-color: #00043c;
cursor: pointer;
color: white!important;
border: 0;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
transition: all 0.25s linear;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
padding:2px 10px;
margin-top:10px;
text-decoration:none;
	}
#content_box div.bloc-avis{
	background-color:#ededed;
	border: 1px dashed #000;
	padding: 7px;
}
#content_box div.pagination{
height: 23px;
position: relative;
width: 100%;
text-align: center;
}
#content_box div.pagination ul{
margin: 0;
padding: 0;
list-style: none;
float:none;
}
#content_box div.pagination ul li{
background: none;
list-style: none;
padding: 0 2px;
float: none;
display: inline-block;
}
#content_box div.pagination ul li a{
color:#8f8f8f;
}
#content_box div.pagination ul li.disabled a{
color:#8f8f8f;
}
#content_box div.pagination ul li.active a{
color:#030303;
}
#content_box div.pagination ul li a:hover{
color:#030303;
}
/*-----------------------------------------------
/*[page contact]
------------------------------------------------*/
.content article div.contact input[type="text"] {
    width: 320px;
}
.content article div.contact textarea{
    height: 230px;
    width: 90%;
}
.article p{
	color:#333;
}
.img-dispo{
	float:left;
	display: block;
width: 25%; /* 29% */
margin: 15px 0 0 5px; 
}
.offre {
background:  url(images/bg-offre.png) no-repeat #fff center center;
color:#888;
padding: 10px 3px 10px 10px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
min-height: 140px;
position: relative;
}
.offre div.red-bold p{
	color:#515151;
	font-weight:400;
font-size: 19px;
margin: 0;
}
.offre div.red-bold {
color: #888;
font-size: 17px;
font-style: normal;
font-family: 'Dosis';
font-weight: 400;
line-height: 32px!important;
padding: 0px 0!important;
text-align: center;
}
.offre div.red-bold span {
font-family: 'Dosis';
font-weight: 700;
line-height: 40px;
font-size: 30px;
color: #515151;
}
#print {
display: block;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
padding: 0 2%;
text-transform: uppercase;
background: #ccc;
font-size: 20px;
font-family: 'Dosis';
font-weight: 700;
line-height: 36px;
margin: 5px 0px 0;
height: auto;
text-align: center;
color: #fff;
position: absolute;
bottom: 10px;
width: 92%;
left: 2%;
}
/*-----------------------------------------------
/*[Responsive]
/*---------------------------------------------*/
/*-  MEDIA QUERIES
 ----------------------------------------------------------------------*/
/* Disable ios/winmob font size changes */
@media screen and (max-width: 600px), screen and (max-device-width: 480px) {
    html {
        -ms-text-size-adjust: none;
        -webkit-text-size-adjust: none;
    }
	.banner-header div.vide{
		display:none;
	}
	.article ul{
		clear:both
	}
	.content article div.contact input[type="text"]{
		width:230px
	}
	#content_box img{
		width:90%
	}
	.banner-header ,#logo,.phone-left{
	    margin:0 auto;
		float:none;
		max-width: 280px;
	}
	#bandeaux{
	    height:150px;
		min-height:150px;
	}
	.rslides_tabs{
		bottom:28%;
	}
	.ad-300 img{
		width:100%!important
	}
	footer nav{
	    padding:0!important
	}
	#bandeaux div.conteneur div.right{
		display:none
	}
	#copyright-note{
		padding-top:10px;
	}
	#content_box a{
	    display:block;
		float:none;
		margin:0 auto
	}
	#logo a{
    background-size:90%;
	   max-width:280px;
	}
	.widget div.dispo h2{
	   font-size:21px;
	   white-space:nowrap
	}
	.copyrights{
	  width:100%;
	  padding-bottom: 20px;
	  text-align: center;
	}
	body > footer{
	   min-height:70px;
	}
	footer nav {
		width:100%;
	}
	.banner-header.phone-left{
		margin:0 auto; 
		padding-top: 25px;
	}
	.banner-header.adresse_top {
		margin-top: 20px;
		float: none;
	}
	#logo span{
		left: 85px;
		bottom: 23px;
	}
	.banner-header div.phone {
		float: none;
	}
	.sidebar.flexible {
		width: 100%;
	}
	.textwidget{
		margin-bottom: 15px;
		padding-bottom: 20px;
	}
	#menu-drink li {
	  display:block;
    }
	div.adresse{
		width:100%!important;
		text-align: center;
	}
	.widget div.disponib p{
		font-size:12px
	}
	.top {
		float: none;
		}
	#content_box article{
		float:none;
		margin:0 auto 10px;
		  width: 90%;
  height: 90%;
	}
	#content_box article a{
	  height: auto;
  width: 100%;
	}
	#content_box article img{
	height: 100%;
  width: 100%;
	}
	.left a.next, .left a.prev, ul.callbacks_tabs li a, ul.callbacks_tabs li.callbacks_here a{
		background-image:none
	}
}

@media screen and (min-width: 480px) {
	#navfooter ul{
		float:none;
		display:inline-block;
	}
    #navfooter ul ul{
		display:none;
	}
    #navfooter > ul{
		display:none !important;
	}
    #navfooter select{
        display:inline-block !important;
        max-width:none;
        border:none;
        padding:7px 15px;
        margin-top:0px;
        width:100%;
        color: #fff;
        background: #3f3e3e; 
        font-size: 12px;
    }	
}
@media screen and (min-width: 560px) {
    #menu-drink a {
		padding: .375em 1.6em; /* 6/16 = .375em */
		font-size:0.9em;
		}
	#menu-drink {
		position: inherit;
	}
	#menu-drink li:last-child a{
		border-right:none
	}
	.article{
		width:98%!important
	}
	.sidebar.flexible{
		width:98%!important;
	}
	#navfooter ul{
		float:none;
		display:inline-block;
	}
    #navfooter ul ul{
		display:none;
	}
    #navfooter > ul{
		display:none !important;
	}
    #navfooter select{
        display:inline-block !important;
        max-width:none;
        border:none;
        padding:7px 15px;
        margin-top:0px;
        width:100%;
        color: #fff;
        background: #3f3e3e; 
        font-size: 12px;
    }
	.textwidget{
		margin-bottom: 15px;
	}
	#bandeaux {
		min-height: 260px;
	}
}
@media screen and (min-width: 768px) {
    #menu-nav {
        display: block;
    }
    #menu-drink {
        position: relative;
        width: auto;
        clear: none;
        box-shadow: none;
        background-color: transparent;
    }
    #menu-drink li {
        text-align: center;
    }
    #menu-drink a {
		font-size: 1em;
		padding: .375em 2.2em;
    }
	#menu-drink li:last-child a{
		border-right:none
	}
	.article{
	   width:69.5%;
	}
	.sidebar.flexible{
		width:30%;
	}
	footer nav li {
		display: inline-block;
		padding: 0 18px;
	}
	.textwidget{
		margin-bottom: 15px;
	}
	#navfooter select{
        display:inline-block !important;
        max-width:none;
        border:none;
        padding:7px 15px;
        margin-top:0px;
        width:100%;
        color: #fff;
        background: #3f3e3e; 
        font-size: 12px;
    }
	#navfooter ul ul{
		display:none !important
	}
	#bandeaux {
		min-height: 340px;
	}
}
@media screen and (min-width: 1024px) {
    #menu-drink a {
		/*
        font-size: 1.2em; 
        padding: .7em 21px;  */
		font-size: 1.3em; 
        padding: .7em 13px; /* quand pafe témoignages activée padding: .7em 13px; */
	}
	#menu-drink li:last-child a,#menu-drink a:hover{
		background-image:none;
	}
	.article{
		width:61%!important;
	}
	.sidebar.flexible{
		width:33%!important;
	}
	#navfooter{
		float:left; 
		width: 100%; 
		text-align: center;
	}
	#navfooter ul{
		float:none;
		display:inline-block;
		height: 36px;
	}
    #navfooter ul ul{
		display:block;
	}
    #navfooter > ul{
		display:block !important;
	}
    #navfooter select{
        display:none!important;
        max-width:none;
        border:none;
        padding:7px 15px;
        margin-top:0px;
        width:100%;
        color: #fff;
        background: #3f3e3e; 
        font-size: 12px;
    }
	footer nav li {
		display: inline-block;
	}
	#menu-drink{
		margin:0 auto;
		max-width:960px;
		min-width:420px;
	}
	.banner-header div.phone{
		float:right;
	}
	#bandeaux {
		min-height: 340px;
	}
}