/* ------------------------------------------------------------------------
        
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=Dosis:200,300,400,500,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Oxygen:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Asap:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Slabo+27px);
@import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Alegreya:400italic,700italic,900italic,400,700,900);
@import url(http://fonts.googleapis.com/css?family=EB+Garamond);
@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);

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:#fff!important;
}

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:'Oswald', sans-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:arial;
}
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:arial;
    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 : #39737f;  /* red */
}
h2#summary span {
color:#303030!important; /* #39737f */
font-weight:bold;
}
form.cmxform label.error {
	margin-left: auto;
	width: 250px;
}
em.error { 
/*color: #242424; */
line-height: 14px;
display: block;
}
#warning { display: none; }
span.blue-bold{
	font-family: arial;
	font-weight:bolder;
	color:#034f88;
}
span.blue-thin{
	font-family: arial;
	font-weight:thin;
	color:#034f88;
}
span.red-bold{
	font-family: 'arial';
	font-weight:400;
	color:#242424;
	font-size:18px;
	padding-left: 10px;
	display: block;
}
span.black-bold{
	font-family: arial;
	font-weight:bolder;
	color:black
}
/*--------------------------------
/*-[ Header ]
---------------------------------*/
#logo{
    color:transparent;
   
    margin-top: 0;
}
#logo a{
   
    display: block;
    min-height: 113px;
    /* padding-top: 15px; */
}
#logo span {
    bottom: 24px;
    color: #000000;
    position: absolute;
    left: 120px;
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}
.more a, .bubble a:hover, #commentform input#submit {
    background-color: #79ACCD;
}

/*-----------------------------------------------
=================================================
                   [ Body ]
=================================================
------------------------------------------------*/
body{
    font:'Oswald', sans-serif;
    color:#6f6e6e;
    /* background-image: url("images/bg-body.png"); */
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    font-family: 'Open sans';
}
::-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: 'Oswald', sans-serif;
	text-align:left
}
h1{
    font-size:28px;
    line-height:44px;
}
h2{
    font-size: 15pt;
    line-height: 30pt;
}
h3{
    font-size:22px;
    line-height: 38px;
}
h4{
    font-size:20px;
    line-height:24px;
}
h5{
    font-size:18px;
    line-height:34px;
}
h6{
    font-size:16px;
    line-height:24px;
}
.sub-title{
    font-size:12px;
}
p{
    margin-bottom: 20px;
    line-height: 20px;
}
a{
    text-decoration:none;
    color: #242424;
    -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{
    color:#242424;
}
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;
}
.clearfix{
	/* clear: both; */
}
/*-----------------------------------------------
/*-[ Main container ]
-----------------------------------------------*/
#page,
.container{
    background:transparent;
    padding: 0 20px;
    max-width: 1100px;
    min-width:240px;
    overflow:visible;
}
#page{
    min-height:100px;
    float: none;
    clear: both;
    overflow:hidden;
}
/*-----------------------------------------------
/*-[ Header ]
-----------------------------------------------*/
body > header{
    width: 100%;
    position: relative;
}
.main-header {
    position: relative;
    width: 100%;
    z-index: 99;
    background: #FFFFFF;
	border-bottom: 3px double #1f1f1f;
}
#header{
    position: relative;
    width: 100%;
    color: #000;
    background: #FFF;
}
#logo {
    display: block;
    float: left;
    position: relative;
    margin-top: 39px;
}
.banner-header {
	float: right;
	margin-top: 13px;
	/* width: 290px; */
}

.banner-header div.phone span.phone{
	line-height: 68px;
	color: #000;
	font-size:32px;
	font-weight: 400;
	white-space: nowrap;
	display: block;
	font-family: 'Oswald', sans-serif;
}
.banner-header div.phone span.phone a{
	color: #121212;
	font-size: 24px;
}

.banner-header.adresse_top span{
   color: #fff;
   font-size:22px;
   background: url(images/adresse.html) no-repeat center left;
   font-family: 'Oswald', sans-serif;
   font-weight: 400;
   display: block;
   line-height: 25px;
   padding-left:64px;
}
.cont-menu-haut.f-nav .banner-header, .cont-menu-haut.f-nav .banner-header div.phone span.phone,.cont-menu-haut.f-nav .banner-header.adresse_top span{
	 display:block;
	 float:left;
	 font-size: 18px;
	 margin-top: 9px;
}
.f-nav .banner-header.adresse_top span{
	    /* margin-top: 10px; */
	    color: #ffffff;
	    float: left;
}
.cont-menu-haut.f-nav #logo {
	padding-top: 0;
}
.cont-menu-haut.f-nav .banner-header{
	width: 31%;
	float: right;
	display: block;
	margin-top: 17px;
	margin-bottom: 0;
}
.cont-menu-haut.f-nav .banner-header div.phone span.phone {
	float: left;
	margin-top: 0;
	font-size: 24px;
}
.cont-menu-haut.f-nav .phone-left {
	float: right;
	display: block;
}
.cont-menu-haut.f-nav .textwidget  {
	float: left;
	display: block;
	font-size: 28px;
}
.cont-menu-haut.f-nav #logo a{
    background: url(images/logo.png) no-repeat;
    display: block;
    margin-top: 6px;
    min-height: 78px;
}
.cont-menu-haut.f-nav #logo span{
	 color: #ffffff;
}


/*-----------------------------------------------
/*-[ Bandeaux]
-----------------------------------------------*/
#bandeaux{
    clear: both;
    float: none;
    min-height: 320px;
    /* background-image:url('images/bg-bandeau.png'); */
    opacity: 0.8;
    margin: 15px 0;
}
#bandeaux div.conteneur{
    background: transparent;
    background: transparent;
    max-width: 1100px;
    min-width: 240px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
   /*  overflow: hidden; */
    position: relative;
}
#bandeaux div.conteneur div.left {
width: 29%;
float: left;
margin-right: 1%;
}
#bandeaux div.conteneur div.right {
float: right;
position: relative;
width: 69%;
}
#bandeaux div.conteneur div.right img{
    float:left;
	width: 100%;
    border: 0;
}
.right a.next,.right a.prev {
	position:absolute;
	top:48%;
	display:block;
	width:33px;
	height:33px;
	background-image:url('images/navs.png');
	color:transparent;
	background-repeat:no-repeat;
}
.right a.next{
	right:15px;
	background-position:-33px 0;
}
.right a.prev{
	left:15px;
	background-position:0 0;
}
.right a.next:hover,.right 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: 4px;
}
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:15px;
	height:15px;
	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:#597291;
	margin-top:11%;
	margin-left:20%
}
.offre {
	background: url('images/offre.html') top center no-repeat;
	margin-top: 10px;
	padding: 15px 0px 0px 0px;
}
.offre div.red-bold {
	text-align: center;
	display: block;
	color: #242424;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	line-height: 27px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
}
.offre div.red-bold strong{
	font-weight: 400;
	font-size: 30px;
}
.offre div.red-bold span{
	color: #7c7d7b;
	font-size: 43px;
	letter-spacing: 2px;
}
.offre div.red-bold small{
	text-transform: capitalize;
	font-size: 13px;
	padding-right: 15px;
}
/*-----------------------------------------------
/*-[ slideshow-partenaire ]
----------------------------------------------*/
@keyframes AutoSlide {
    0% {
        left: 0px; /*1ère image*/
    }
    15% {
        left: 0px; /*idem pour attente*/
    }
    35% {
        left: -150px; /*2ème image*/
    }
    50% {
        left: -150px; /*idem pour attente*/
    }
    70% {
        left: -300px; /*3ème image*/
    }
    85% {
        left: -300px; /*idem pour attente*/
    }
    100% {
        left: 0px; /*1ère image*/
    }
}
@keyframes AutoSlide {
    0%, 15%, 100% {
        left: 0px; /*1ère image*/
    }
    35%, 50% {
        left: -150px; /*2ème image*/
    }
    70%, 85% {
        left: -300px; /*3ème image*/
    }
}
#slideshow {
    position: relative;
    width: 1100px;
    height: 90px;
    margin:  20px auto 0;
    overflow: hidden;
}
#sContent li {
    display: inline;
}
#sContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 1140px;
    margin: 0;            
    padding: 0;
    
    
    animation-name: AutoSlide;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

#partenaire span {
	color: #fff;
    background:#7c7d7b url('images/part.html') 6px center no-repeat;
    display: inline-block;
	border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
    font-size: 24px;
    font-family: 'Oswald';
    font-weight: 700;
    clear: both;
    line-height: 30px;
	padding: 10px 25px 10px 55px;
	text-align:center;
	}
.nos {
	      text-align: center;
	}
#partenaire {
	background-color:#fff;
	border-top: 8px solid #7c7d7b;
    margin-top: 11px;
}
/*-----------------------------------------------
/*-[ Slider]
-----------------------------------------------*/

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.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: 1px solid #251d1a; */
}
.gal-interne ul.interne {
padding:10px!important;
margin:0!important;
}
.gal-interne ul.interne li {
  background:none!important;
  padding-left:0!important;  
	}
.gal-interne a.prev,.gal-interne a.next {
		display:none;
		}
.gal-interne ul.callbacks_tabs{
	
	display:none!important;
	}
.gal-interne ul.interne img {
    display: block;
    width: 100%;
    height: 100%;
}
.gal-interne .rslides{
	border:0;
	}
.rslides_tabs {
    background: transparent;
    font-size: 18px;
    list-style: none outside none;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    width: 10%;
	position:absolute;
	bottom:20%;
	right:2%;
}
.rslides_tabs li{
	float:left;
	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;
}
.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;
}
.widget a.next,.widget a.prev {
	position:absolute;
	top:48%;
	display:block;
	width:33px;
	height:33px;
	background-image:url('images/navs.png');
	color:transparent;
	background-repeat:no-repeat;
}
.widget a.next{
	right:15px;
	background-position:-33px 0;
}
.widget a.prev{
	left:15px;
	background-position:0 0;
}
.widget a.next:hover,.widget 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);
}
.slide-widget  {
	position:relative;
}
.rslides.rslides1{
	box-shadow:none;
    margin-top: 0;
}
.rslides.rslides1 li{
	padding:0
}
ul.callbacks2_tabs {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    bottom: 4px;
}
/*-----------------------------------------------
/*-[ Navigation ]
-----------------------------------------------*/
section.cont-menu-haut{
    margin:0 auto;
    padding: 0px ;
	background:rgba(0, 0, 0, 0.7)
}
/*#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: #089644;
    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: #1a3385;
    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{
    margin:0 auto;
    padding: 0px ;
}
#menu-drink {
    clear: both;
    display: block;
    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 {
	text-align:center;
	display: block;
}
#menu-drink li {
	text-align:center;
	 display:inline-block;
	 float:none;
}

#menu-drink a {
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    text-transform:uppercase;
    font-weight:300;
    display: block;
    font-family: 'Oswald', sans-serif;
    -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-align:center;
    padding: .375em;
}
#menu-drink{background-color:transparent;z-index:9999}
#menu-drink a:hover, #menu-drink li a.active{
	color: #1f1f1f;
	background: #fff ;
}
#menu-drink ul > li{
    position:relative;
}
#menu-drink li  ul{
    position:absolute;
	height: auto;
	width: auto;
	font-size: 11px;
}
#menu-drink ul > li > ul {
    display:none;
    z-index:9999;
	background:#251d1a;
	width:auto;
}
#menu-drink ul > li > ul > li {
    padding: 5px 0;
  text-align: left;
  display: inline;
  border-bottom: 1px solid #fff;
  background: transparent;
  overflow: hidden;
  float: none;
  border-right: 0;
  margin:0;
}
#menu-drink ul > li > ul > li a{
	font-size:14px;
	text-align: left;
	font-weight:400;
	border-radius:0!important;
	border-bottom: 1px solid #fff;
}
#menu-drink ul > li > ul > li:first-child a{
	border-top:1px solid #fff
}
#menu-drink  ul li:hover ul {
    display:block;
}
#menu-drink li:hover ul li {
    float:none;
}
#dl-menu.dl-menuwrapper{
    display:none
}
/*-----------------------------------------------
/*-[ Main ]
----------------------------------------------*/
#main {
	    background: url('images/main2.jpg') top center no-repeat;
    background-size: 100% 100%;
padding-top:20px;
}
#main2{
	    background: #666;
}
#main2 .title2{
    text-align: center;
    color: #fff;
    font-family: 'Open sans';
    font-weight: 700;
    font-size: 21px;
    text-shadow: 1px 1px 1px #000;
    padding-bottom: 20px;
}
#main2 .title2 a{
	display: inline-block;
    background: #089644;
    padding: 0 25px;
    margin: 15px auto 0;
    color: #fff;
    text-shadow: 0 0 0 transparent;
    line-height: 35px;
    box-shadow: 1px 1px 1px #000;
}
#main2 .title2 a:hover{
	opacity:0.8
}
#main3{
	background:#b1b1b1;
    border-bottom: 1px solid #fff;
}
#main3 div#page{
	min-height:auto
}
#main3 .title1{
	text-align:center;
	color:#1f1f1f;
	font-family: 'Open sans';
	font-weight:700;
}
#main3 .title1 a{
	color:#1f1f1f;
}
#main3 .title1 span a{
	color:#1f1f1f
}
h1.title-accueil{
	display:block;
	margin-bottom:10px;
	padding:25px 0 15px 0;
	font-size: 22px;
    line-height: 34px;
	text-transform:none;
	font-weight:400;
    font-family: 'Oswald', sans-serif;
	text-align:center;
	color:#555a63;

}
/*-----------------------------------------------
/*-[ Content ]
----------------------------------------------*/
.article{
   /*  width: 74.5%; */
    float: left;
    margin-bottom: 20px;
	background:transparent;
    padding: 15px;
    background:#fff;
	border:1px solid rgba(204, 204, 204, 0.56);
}
#content_box,#content_box div,#content_box p {
    font-family:arial!important;
    font-size:13px;
    color:#000;
    text-align:justify;
    line-height: 30px;
}
#content_box li {
  background: url(images/list-style.png) no-repeat left 7px;
  padding-left: 15px;
  list-style: none;
  overflow: hidden;
  text-align: left;
  line-height: 30px;
  font-size:14px;
}
div.breadli i.fa.fa-home{
    margin: 0;
    line-height: 17px!important;
	float: left!important;
}
#content_box  img{
   margin: 10px 10px 10px 0;
   border:1px solid #089644
}
#content_box h1 {
  color: #b1b1b1;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  
}
#content_box h2 {
    color: #29398e;
    font-size:26px;
    font-weight: 400;
    line-height: 30px;
}
#content_box h3{
	font-size:24px;
	font-weight: 400;
	color: #1f1f1f;
	line-height: 30px;
}
#content_box h4 {
    color: #089644;
    font-size:20px;
    font-weight: 400;
    line-height: 30px;
}
#content_box h5 {
    color:#29398e;
	font-size:18px;
	font-weight: 400;
   line-height: 30px;
}
#content_box div.box{
display: block;
background:#f2f1ef url('images/bg-box-bas.html') top center no-repeat;
clear: both;
color: #fff;
font-size: 22px;
font-family: 'Oswald', sans-serif;
font-weight: 300;
line-height: 30px!important;
text-transform:uppercase;
text-align: center;
background-size:100%;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
padding-top:5px;
}
#content_box div.box span{
margin-top:30px;
padding-bottom:20px;
color: #303030;
display: block;
font-weight: 400;
font-family: 'Oswald', sans-serif;
font-size:22px;
}
#content_box div.box span a{
	color:#fff;
	font-weight: 400;
font-family: 'Oswald', sans-serif;
font-size:22px;
background:#00bfb3;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
padding:10px 24px;
line-height:22px;
}
#content_box div.box span strong{
	font-weight:400;
	color:#bd3234
}
#content_box  div.blok{margin:20px 0}
.link-interne{
  background:#00bfb3 url(images/flesh-link.html) no-repeat 30px center;
  float: right;
  width: auto;
  line-height: 24px;
  font-family: 'Oswald', sans-serif;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  padding: 10px 50px 10px 70px;
  display: inline-block;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}
.link-interne:hover{
color:#ccc;
}
.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;
}
.title {
	font-family:'Oswald', sans-serif;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 0;
}
.title a, .title {
    color: #0c2b88;
    font-family:'Oswald', sans-serif;
    font-weight: 400;
    font-size:18px;
}
article header {
    margin-bottom:15px;
}
.article ul {
      margin: 0.5em 0 1.571em 1.3em;
    list-style-type: circle;
}
.article ol {
    margin:0;
    list-style-type: decimal;
}
#gal div.slideshow img{
	margin:10px 30px 10px;
}
#gallery #slideshow{
	width:100%;
	height:100%;
	margin-top: 0;
}
div.Contboxblocs{
    border-bottom: 3px double #eee;
    padding: 20px 0;
	background:#1f1f1f;
	display:none
}
div.boxblocs div.bloc{
    float: left;
    padding: 2px;
    text-align: center;
    min-height: 200px;
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    display: inline-block;
    position: relative;
}
div.boxblocs div.bloc.bloc3{
	margin-right:0
}
div.boxblocs div.bloc.bloc2{
	background:url('images/bloc-permis-auto.jpg') top center no-repeat;
	background-size: 100% 100%;
}
div.boxblocs div.bloc.bloc1{
	background:url('images/bloc-permis-accelere.jpg') top center no-repeat;
	background-size: 100% 100%;
}
div.boxblocs div.bloc span{
    color: #1f1f1f;
    font-weight: 400;
    text-align: left;
    font-size: 22px;
    line-height: 40px;
	font-family: 'Oswald', sans-serif;
}
div.boxblocs div.bloc hr{
	border: 2px dashed #1f1f1f;
}
div.boxblocs div.bloc ul li a{
    border: 1px solid #fff;
    border-radius: 50px;
    margin-bottom: 5px;
	display:block;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    background: rgba(0,0,0,0.4);
    line-height: 27px;
}
div.boxblocs div.bloc ul li:first-child a{
	margin-top:20px
}
div.boxblocs div.bloc ul li:last-child a{
	margin-bottom:0;
}
div.boxblocs div.bloc ul li a:hover{
	background:#b1b1b1;
	border:1#b1b1b1
}
div.boxblocs div.bloc.bloc2{
	background:url('images/bloc-permis-moto.jpg') top center no-repeat;
	background-size: 100% 100%;
}
div.boxblocs div.bloc.bloc3{
	background:url('images/bloc-permis-auto.jpg') top center no-repeat;
	background-size: 100% 100%;
}
div.boxblocs div.bloc.bloc4{
	background:url('images/bloc-recuperation-de-points.jpg') top center no-repeat;
	background-size: 100% 100%;
	margin-left:1%;
}
/*-----------------------------------------------
/*-[ Form Input ]
-----------------------------------------------*/
input,textarea,select{
    padding: 8px 10px;
    border: none;
    font-size: 12px;
    background: #F5F2F2;
    border: 1px solid #d7d1d1;
    color: #5E656D;
    width: 90%;
}
input.bouton{
	 background-color:#1d2530;
	border-radius: 3px;
	padding:5px 10px;
	color:white;
    cursor: pointer;
	margin:5px 0 5px 105px;
	border:none;
	text-transform:upperecase;
}
div.cont input.bouton{
	float:right;
	color:#fff;
	text-transform:uppercase
}
#bandeaux div.conteneur div.right p span.red-bold{
	display:block;
	max-width:85%;
	text-align:center
}
input.numero{
    width:160px;
	background: #faca00;
	border: 2px solid #d7b802;
}
input.send{
	padding: 2px 7px 32px;
	color: #000;
	cursor: pointer;
	border: none;
	text-transform: uppercase;
	background: #dfdfdf;
	height: 25px;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 700;
}
#map-holder{ padding: 5px;}
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{
    padding:4px 0px;s
    text-align:left;
    color:#000;
    border: 1px solid #fff ;
	background: #dad9d9;
    text-align: center;
}   
table tbody tr:nth-child(2n+1) td,table tbody tr:nth-child(2n+1) th {
    background-color: #f5f6f6;
}
table tbody tr td.day{
    font-weight: bolder;
    padding-left: 8px;
	text-align:left
}
#content_box table th,#content_box  table td{ border: 1px solid #FFF;}
#content_box table th,#content_box  table td{ vertical-align:middle}
article p{color:#242424;}
#content_box  table td img{width:123px!important;}
/*-----------------------------------------------
/*-[ Line ]
------------------------------------------------*/
hr{
    border:none;
    border-bottom:1px solid #E5E5E5;
    border-bottom:1px solid rgba(0,0,0,0.1);
    width:100%;
    margin:20px 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;
}
/*-----------------------------------------------
/*-[ 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;
    line-height: 23px;
    margin-top:0;
    background:transparent;
}
.sidebar_list{
}
.widget {
    margin:0 auto;
    margin-bottom:15px;
    overflow: hidden;
    width:100%;
    background: #fff;
    text-align: center;
    border: 1px solid #eee;
    /* border-radius: 7px; */
    /* -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px; */
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
    /* box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px; */
    /* border-radius: 7px; */
    -moz-border-radius: 7px;
	color:#1f1f1f
}
.widget div.ecam-permis{
	font-family:'Oswald', sans-serif;
	font-weight:300;
	padding:15px 0
}
.widget div.ecam-permis span{
	display:block;
	color:#29398e;
	font-weight:400;
	font-size: 34px;
    line-height: 45px;
}
.widget div.ecam-permis strong{
	font-size:18px
}
#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:6px 15px;
    margin-top:0;
    width:100%;
    color: #fff;
    background: #089644;
    font-size: 12px;
}
li.rappel{
    height:229px;
    position:relative;
}
li.rappel form{
    position:absolute;
    bottom:2%;
    margin:0 auto;
    text-align: center
}
.widget li {
    display: block;
    overflow: hidden;
    list-style-type: none;
	text-align: left;
}

.widget span.titre-widget {
    font-size: 23px;
    line-height: 30px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 0px;
    padding: 5px 0px;
    color: #1f1f1f;
    background: #b1b1b1;
    font-weight: 400;
    text-align: center;
    display: block;
    border-bottom: 2px solid #b1b1b1;
	text-transform: uppercase;
}

span.box-adresse {
    background-color: #E8E7E5;
    color: #161616;
    font-size: 20px;
    padding: 5px;
    margin: 0;
    text-align: center;
    float: none;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    display: block;
    line-height: 35px;
}
.widget li img.picto {
	float: left;
	margin-right:12px;
	margin-top: 0;
	color: #fff;
}
.widget li span.center {
	  padding: 0;
	  text-align: left;
	  font-family: 'Oswald', sans-serif!important;
	  font-weight: 300;
	  font-size: 17px;
	  /* color: #fff; */
	  line-height: 24px;
	  text-transform: none;
	  display: inline-block;
}
.widget div.reduction{
	background:url('images/reduction.jpg') top center no-repeat;
	background-size:100% 100%;
    min-height: 180px;
	position:relative
}
.widget div.red-bold,.widget div.counterBloc,.clock {
    color: #242424;
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-align: center;
    width: 100%;
    text-shadow: 1px 1px 1px #fff;
    background: none;
    line-height: 38px;
}
.widget div.red-bold strong{
    display: block;
    font-size: 43px;
    line-height: 64px;
	color:#29398e
}
#print, .sms {
    font-size: 23px!important;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 40px!important;
    clear: both;
    position: relative;
    letter-spacing: 1px;
    background: #1f1f1f!important;
    bottom: 6px;
	opacity:1!important
}
#print{
	position:absolute;
	left:0;
	right:0;
	bottom:14px
}
.widget span.adresse-top{
	background: #ccc;
    display: block;
    margin: 0 5px 5px;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
    font-size: 20px;
    padding: 5px 0;
}
/*-----------------------------------------------
/*-[ Footer ]
------------------------------------------------*/
body > footer{
    min-height:100px;
    overflow:hidden;
    margin-top: 0px;
    background-color: #b1b1b1;
    border-top: 1px solid #e9e9e9;
    position: relative;
}
footer nav li{
    display:inline-block;
	width: 100%;
    text-align: left;
}
footer nav li a {
	font-family:arial;
	font-size: 15px;
	color: #1f1f1f;
	text-transform: none;
	line-height: 18px;
}
footer {
    position: relative;
    overflow: hidden;
	padding-top:10px;
}
footer .container {
    background: transparent
}
footer .copyrights span.cliqeo, footer .copyrights a.mention{
    color: #1f1f1f;
    margin-bottom:0;
    font-size: 15px;
    font-family:arial;
    line-height: 21px;
    display:block;
    text-align: left;
}
footer a:hover, footer .nav li a:hover ,footer a.active{
    color: #716e6e;
}
.footer-nav {
    overflow: hidden;
    padding-bottom: 10px;
}
.footer-nav h3 {
    padding-bottom: 5px;
    color: #594F4F;
} 
 .copyrights a.legal {
      padding: 0 210px 0 0;
 }
footer a{
	color:#fff;
}
.copyrights {
    font-size: 12px;
	color: #fff;
	padding-top: 10px;
	float: right;
	padding-bottom: 20px;
	text-align: center;
}
#copyright-note {
    float: left;
}

footer .adresse a{
	text-decoration:underline;
	padding-right:10px;
}
div.menu-footer{
	width: 40%;
}
footer div.copyrights span.plan{
  color: #fcfdfc;
  font-weight: 300;
  font-size: 14px;
  display: block;
  margin: 0px;
  text-transform:uppercase;
  text-align:left;
}
i.fa{
    font-size: 32px!important;
    text-align: center;
    /* line-height: 37px!important; */
    /* margin-right: 25px; */
    /* margin-left: 11px; */
}
div.adresse span.phone{
	padding-left: 17px;
	color: #1f1f1f;
}
div.adresse span.phone a, div.adresse span.phone a:hover{
	color:#1f1f1f
}
.infos{
	color: #1f1f1f;
	font-family:'Oswald', sans-serif;
	line-height: 70px;
	text-align: left;
}
div.reseau-sociaux a{
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 35px;
    padding: 6px 7px 7px 7px;
	background:#29398e;
    text-align: center;
}
div.reseau-sociaux a i{
	color:#fff;
    font-size: 27px!important;
    vertical-align: middle;
    padding:8px 13px 4px 8px;
}
div.reseau-sociaux{
    padding-left: 0;
    text-align: center;
}
div.reseau-sociaux a:hover{
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
/*-----------------------------------------------
/*-[ Contact Widget ]
-----------------------------------------------*/
.contact form{
    padding:10px
}
.contact form table td{
    background:transparent!important
}
.contact input#captcha-input[type="text"] {
	width:129px;
}
.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="submit"]:hover {
	background:none;
	background:transparent !mportant;
    border: 2px solid #089644 !mportant;
	color:#089644;
	cursor:pointer ;
	 opacity: 1;
}

.contact input[type="submit"] {
	    border-color: #089644;
    background: #089644;
	color:#fff;
    opacity: 1;
    letter-spacing: 1px;
    float: none;
    display: inline-block;
    margin: 0 auto;
    opacity: 1;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    border: 2px solid #089644;
	width:100px;
}
#searchsubmit:hover {
	background:none;
	background:transparent !mportant;
    border: 2px solid #089644 !mportant;
	color:#089644 !mportant;
	cursor:pointer ;
}
.contact textarea{
    float:left;
    width:86%;
    height:100px
}
.contact textarea:hover,.contact input[type="text"]:hover {
    background: none repeat scroll 0 0 #EAEAEA;
}
.contact td{border:none;}
form label.control-label {
    float: left;
    padding-top: 5px;
    text-align: left;
    padding-left: 26px;
    width: 240px;
    color: #242424;
}

.control-group {
margin-bottom: 10px;
overflow: hidden;
}
/*-----------------------------------------------
/*-[ Renseignement Widget ]
-----------------------------------------------*/
.renseignement{
   padding:15px 10px;
   background: #b1b1b1;
}
.renseignement span{
    color: #161616;
    text-align: center;
    font-size: 40px;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 69px;
}
.renseignement span a{
	color: #121212;
	font-size: 27px;
}
header .fa-phone, div.renseignement .fa-phone{					
  webkit-animation: swing .3s infinite ease;
		-moz-animation: swing .3s infinite ease;
		-o-animation: swing .3s infinite ease;
		animation: swing .3s infinite ease;
}
.fa-phone:hover{animation:none;cursor:pointer;}
@-webkit-keyframes bounce {
  to { -webkit-transform: scale(1.2); }
}
@-moz-keyframes bounce {
  to { -moz-transform: scale(1.2); }
}
@keyframes bounce {
  to { transform: scale(1.2); }
}	
header i.fa , div.renseignement i.fa{
  padding: 33px 15px 4px 15px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
	line-height: 0!important;
	margin-right: 0;
	margin-left: 0;
	 color: #29398e;
	font-size: 1.5em!important;
}

.fa-phone:hover {
  -webkit-animation: none;
  animation: none;
}

/*-----------------------------------------------
/*-[ 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%;
}
.ad-300 span.titre{
	display:block
}
.rappel {
height: 63px;
position: relative;
}
.rappel form {
position: absolute;
bottom: 0%;
margin: 0 auto;
text-align: center;
width: 100%;
}
footer .ad-300 img, footer .ad-125 img {
    padding: 0;
    background: #FAFAFA;
    border: 0;
}
footer li.oddad {
    margin-right: 5%;
}
div.adresse,div.menu-footer, div.menu-footer{
	float:left;
	line-height: 16px;
	margin-top: 10px;
	padding-right: 2%;
	margin-right: 2%;
	min-height: 195px;
}
div.copyrights{
	float:left;
	line-height: 16px;
    min-height: 195px;
}
div.adresse span{
	color: #1f1f1f;
	font-size: 15px;
	font-family: arial;
	line-height: 21px;
}
div.adresse span.adresse-footer{
    float: left;
    font-weight: 400;
    padding-left: 17px;
}
footer .fa.fa-home{
	padding-top:15px;
	color:#1f1f1f
}
div.adresse span a{
	color:#fff;
	text-decoration:none;
	border-right: 1px solid #000;
	padding: 0 8px 0 5px;
}
div.adresse span li:last-child a{
	border-right:none
}
div.adresse span li a:first-child{
	padding: 0 8px 0 0px;
}
div.adresse span a:hover,div.adresse span a.active{
	color:#6f6a6a;
	text-decoration:underline
}
div.adresse span li{
	display:inline-block
}
#respond h3{
    margin-top: 18px;
    font-size: 18px;
    margin: 15px 0 0 0;
    padding: 0 0 20px 0;
    color: #666;
}
.top {
    margin-right: 15px;
    margin-bottom: 15px;
    width: 100%;
}
.top i{
  font-size: 27px;
  color: #303030;
  border: 2px solid #303030;
  width: 36px;
  height: 36px;
  line-height: 41px;
  text-align: center;
  float: none;
  margin-right: 6px;
  border-radius: 4px;
 transition-duration: 1s;
    transition-timing-function: linear;
	 transition-property: background, border-radius;
		  overflow: hidden;	 
}
.top a i:hover{
	background: #7c7d7b;
	color: #fff;
}
.iconreseau{
	margin:4px auto;
	text-align:left;
	  padding: 5px 0;
}
#content_box article {
	float: none;
	height: 134px;
	margin: 0 12px 20px 0;
	padding: 5px;
	position: relative;
	width: 119px;
	color: #fff;
	border-radius: 3px;
	display:inline-block;
}
#content_box article a{
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	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:22px!important;
	display:block;
	min-height: 40px;
	background:#7c7d7b url('images/divider1.html') repeat-x bottom;
	text-align: center;
	padding-top: 5px;
	border-radius: 4px 4px 0 0;
}
#content_box article a img{
	border:none;
	margin: 0;
}
#content_box ul{
	  display: block;
	  overflow: hidden;
}
.iconreseau a[title="Google plus"]{background-color:#e40017;border: 1px solid #fff;}
.reseau-sociaux a:hover{color:#089644;}



/*-----------------------------------------------
/*[page table]
------------------------------------------------*/

/*-----------------------------------------------
/*[page devis]
------------------------------------------------*/
.content article div.contact.devis input[type="text"] ,.content article div.contact.devis select{
	width:280px
}
.content article div.contact.devis textarea{
	width:254px
}
.content article div.contact.devis input[type="radio"] {
	margin-right: 10px;
}
ul.errors li {
    color: red!important;
    clear: both;
    display: block;
}
/*-----------------------------------------------
/*[page contact]
------------------------------------------------*/
.content article div.contact input[type="text"], select {
    width:320px; 
}
.content article div.contact textarea{
    height: 165px;
    width: 300px;
	
	/*
	height: 230px;
    width: 294px;
	*/
}
#serviceTitle{
border: 5px double #303030;
  padding: 5px;
  font-size: 18px;
}
.last-icone{
vertical-align:middle;
padding-right: 28px;
padding-left: 15px;
}
.middle-icone{
line-height: 12px;  
padding-left: 6px;
padding-right: 5px;
}
.widget.form {
    overflow: hidden;
    background: #fff;
    text-align: center;
    border: 1px solid #7c7d7b;
    padding-top: 10px;
}
li.widget.widget-sidebar form input#searchsubmit {
    display: block;
    width: 90%;
    background: #cacaca;
    color: #000;
    text-decoration: none;
    font-size: 24px;
    text-align: center;
    padding: 0;
	cursor:pointer;
	margin:0 5% 10px;
}
li.widget.widget-sidebar form input#searchsubmit:hover{
opacity:0.7;
}
li.widget.widget-sidebar.certif {
    border: 1px solid #251d1a;
}
span.titre-widget.certification {
    background: #251d1a;
}
li.widget.widget-sidebar.horaire{
	border:1px solid #E0DCBF;
}
span.titre-widget.horaires {
    background: #E0DCBF;
}
li.widget.widget-sidebar.widget4 {
    border: 1px solid #251d1a;
}
span.titre-widget.cord {
    background: #251d1a;
}
span.horaire {
    font-weight: 600;
    font-size:20px;
    line-height: 28px;
	color:#251d1a;
}
.controls input#captcha-input[type="text"] {
	width:32%;
}
li.widget.form .controls input#captcha-input[type="text"] {
	width:170px;
}


/*-----------------------------------------------
/*[Responsive]
/*---------------------------------------------*/
/*-  MEDIA QUERIES
 ----------------------------------------------------------------------*/
/* Disable ios/winmob font size changes */
.box-gallery{float:left;width:100%;display: inline-block;}
.gallerie-picto{display: table;text-align:center;margin: 0 auto;}
.infos .phone a, .infos .phone a:hover{color:#fff;font-size:19px;}
.temps-journe{
	padding: 10px;
    font-size: 18px;
    color: #000;
}
.top .cd-top:hover{opacity:0.5;}
#menu-drink  a{
	-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;
}
#menu-drink ul > li{
    position:relative;
	float: none;
}
#menu-drink li  ul{
    position:absolute;
	height: auto;
	width: auto;
}
#menu-drink ul > li > ul {
    display:none;
    z-index:9999;
	margin-top: 0;
}
#menu-drink ul > li > ul > li {
    text-align: left;
    display: inline;
    border-bottom: 1px solid #fff;
    background: transparent;
    overflow: hidden;
    float: none;
    border-right: 0;
    font-size: 10px;
}
#menu-drink ul > li > ul > li a{
    border-right: 0;
    margin-bottom: 1px;
}
#menu-drink ul > li > ul > li:last-child{
	border:none
}
#menu-drink  ul li:hover ul {
    display:block;
}
#menu-drink li:hover ul li {
    float:none;
}
#menu-drink {
	display: block;
}
#dl-menu.dl-menuwrapper{
    display:none
}
.top-menu{
	float:left;
	width:100%;
	background:#1f1f1f;
}
#logo a{
       padding-top: 15px; 
}
.horaire{line-height:25px;color: #1a3385;padding: 10px;font-size:16px;}
.portfolio{
	 background: url(images/portfolio.html)  no-repeat top center;
    background-size: 100% 100%;
    min-height: 380px;
}
.widget li img.picto {
    float: left;
    margin-right: 5px;
}
.widget ul.picto_adresse li {
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
    padding: 5px 0 6px 10px;
}
.ih-item.square.effect10 a:hover .info{
	opacity:1;visibility: visible;
    width: 300px;
    height: 120px;
    visibility: visible;
    top: 40px;
	}
/*square effect**/
.vignette-links{margin:0 auto;display: inline-table;text-align:center;/* float: left; */width: 100%;margin-top: 15px;margin-bottom: 15px;}
.box-vgt{
	display: inline-block;
	position: relative;
	width: 32%;
	text-align: center;
	float:left;
}
.box-vgt2{
	margin-left: 2%;
    margin-right: 2%;
}
.ih-item.square {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.298039) 1px 1px 3px;
    border: 8px solid rgb(255, 255, 255);
}

.ih-item.square.effect10 {
  overflow: hidden;
}
.ih-item.square.effect10 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect10 .info {
  background: rgba(214,206,223,0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect10 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #29398e;
  margin: 30px 0 0 0;
}
.ih-item.square.effect10 .info span {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #ADA7A7;
  padding: 30px 20px 30px;
  text-align: center;
  font-size: 18px;
}
.ih-item.square.effect10 a:hover .info {
  visibility: visible;
  opacity: 1;
  float: left;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
}
.name-designer{color: #fff;font-size:18px;font-weight:bold;line-height:25px;}
.ih-item.square.effect10.left_to_right .img {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  height: 100%;
}
.ih-item.square.effect10.left_to_right .info {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.square.effect10.left_to_right a:hover .img {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.square.effect10.left_to_right a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

/*square effect vgt**/
.ih-item img {
    width: 100%;
    height: 100%;
}
#logo{
	background:url(images/logo.png) no-repeat;
    width: 305px;
    margin-top: 0;
}
.banner-header div.phone span.phone:hover{
	color:#1f1f1f;
}
.code-en-ligne a{
	padding: 15px;
    display: block;
    color: #29398e;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: underline;
}
@media screen and (max-width: 600px), screen and (max-device-width: 480px) {
	.reseau-sociaux{display:inline-block;}
	.ih-item.square,.box-vgt{
margin-left:0;
margin-right:0;
	width: 100%!important;
height: 216px!important;
}
.box-vgt{
    margin-top: 20px;
}
.box-vgt{margin-bottom:8px;}
	.profil-img{width:100%;}
	.widget div.disponible .portrait {width:100%;}
	.devis span{font-size:14px;}
    html {
        -ms-text-size-adjust: none;
        -webkit-text-size-adjust: none;
    }

		#bandeaux div.conteneur div.left {
width: 100%;
}
#bandeaux div.conteneur div.right {
width: 100%;
}
.copyrights {
width: 100%;
padding-bottom: 20px;
text-align: center;
}
div.adresse {
width:100%!important;
text-align: center;
}
.sidebar.flexible {
width: 100%;
}
.top {
float: none;
}
#menu-drink li {
display: block;
}
 .content article div.contact input[type="text"] ,.content article div.contact textarea{
        width: 90%;
		padding:9px 2% ;
		margin:5px 0;
    }
form div.controls{
	clear:both;
	margin-left: 0;
}
section.cont-menu-haut {
		background: none;
		border:none
}
	#logo{
	    margin: 0 auto;
	    float: none;
		max-width: 260px;
		background-size: 100%;
	}
	#logo a{
		margin-top: 13px;
		margin: 0 auto;
	    min-height: 60px;
	} 

.link-gallery{float:none;}
.main-header {
min-height: 100px;
}	
#bandeaux {
min-height: 70px;
}
#content_box  img{
	width:100%;
	height:auto;
}
#content_box article a img{
	width:auto
}

#dl-menu.dl-menuwrapper{
        display:block;
		z-index: 999999;
    }
	#menu-drink{
	}
	.copyrights{
	  width:100%;
	  padding-bottom: 20px;
	  text-align: center;
	}
	body > footer{
	   min-height:70px;
	}
	footer nav {
		width:100%;
	}
	section.cont-menu-haut{
	float: left;
	}
	div.menu-footer{
	width: 100%;
}
div.adresse, .copyrights {
  width:100%;
}
#content_box table th, #content_box table td {
  vertical-align: middle;
  width: 98%;
  display: block;
  overflow: hidden;
  padding: 1%;
}
div#gal{
  position: relative;
}
#gal div.navigation {
  position: absolute;
  bottom:10px;
}
#main2 {
  background-size: 100% 100%;
}


  a.btn-rdv {
  font-size: 17px;
    padding: 8px;
  }
  .widget span.titre-widget {
    font-size: 19px;
	}
  ul .liwidget li {
  line-height: 25px;
  font-size: 13px;
  }
  .widget li span.center {
  font-size: 13px;
  }
  .link-interne {
  font-size: 12px;
  }

  .article ul {
     clear:both;
  }
	#slideshow {
		max-width: 260px;
	}
	footer .copyrights span.cliqeo, .iconreseau,div.copyrights a.mention,.infos{
		text-align:center
	}
	div.menu-footer,div.adresse, div.copyrights{
		width: 100%;
		min-height:auto
	}
	.top {
    float: none;
	}
	i.fa.fa-home{
		float:none!important
	}
	.banner-header{
	float: none;
    margin: 0 auto;
    max-width: 260px;
	}
.textwidget{
	margin-bottom: 13px;
	padding-bottom: 20px;
	}
    
	#logo span{
	position: relative;
	le;
	left: 0;
	bottom: 17px;
	font-size: 11px;
	}
.banner-header div.phone span.phone,.banner-header.adresse_top span,div.adresse span.phone,.renseignement span {
	font-size: 21px;
}
	 .content article div.contact input[type="text"] ,.content article div.contact textarea{
        width: 90%;
		padding:9px 2% ;
		margin:5px 0;
    }
	.article {
    width: 91%;
    padding: 15px 2%;
    margin:10px 2% 20px;
}
.contact form tr td {
    display: block;
    clear: both;
    text-align: left;
}
.devis a{
	width: 78%;
	font-size: 10px;
	letter-spacing:0;
}

	span.box-adresse , #main3 .title1 , #main1 .title span ,#main1 .title,.widget div.red-bold,.widget div.reduction div.red-bold em{
	font-size: 18px;
    font-weight: bold;
	}

	#menu-drink {
		display: none;
	}
	#dl-menu.dl-menuwrapper{
		display:block
	}
	.top-menu{
		background:transparent
	}
}

@media screen and (min-width: 480px) {
	#logo{
background:url(images/logo.png) no-repeat;
    width: 305px;
    margin-top: 0;
}
	#logo a{

       padding-top: 1px;
}
    	.main-header #logo .nom-logo{
	left: 120px;
	right: 0;
	top: 20px;
	color: #E0DCBF;
	position: absolute;
	font-weight: bold
}
	#menu-drink a {
		font-size: 0.9em;
		padding: .2875em; /* 3/16 = .1875em */
	}
		#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:6px 15px;
        margin-top:0px;
        width:100%;
        color: #fff;
        background: #089644; 
        font-size: 12px;
    }	
div.menu-footer,div.adresse, div.copyrights{
	width: 100%;
	min-height:auto
}
.devis span{font-weight:300px;}
	
}
@media screen and (min-width: 560px) {
	.devis span{font-weight:700px;}
	
    #menu-drink a {
    padding: 1.2em 8px;
    font-size: 0.8em;
 }
    
	#menu-drink li:last-child a{border:none}
		.article{
	   width:98%!important
	}
	.sidebar.flexible{
		width:98%!important
		}
	#menu-nav {
        display: block;
    }
    #menu-drink {
        position: relative;
        width: auto;
        /* clear: none; */
        box-shadow: none;
        background-color: transparent;
    }


    #menu-drink li {
        text-align: center;
    }
  
		
		#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:6px 15px;
        margin-top:0px;
        width:100%;
        color: #fff;
        background: #089644;
        font-size: 12px;
    }
	#bandeaux div.conteneur div.left {
width: 100%;
}
#bandeaux div.conteneur div.right {
width: 100%;
}
div.menu-footer,div.adresse, div.copyrights{
	width: 100%;
	min-height:auto
}
#bandeaux {
  min-height: 180px;
}
.iconreseau , footer .copyrights span.cliqeo,div.copyrights a.mention{
    text-align: center;
}


#main3 .title1 ,#main1 .title span {
	font-size: 24px;
}
#main1 .title{
	font-size:15px;
}
.textwidget{
	margin-bottom: 15px;
	}
	.ih-item.square {
		width: 158px;
		height: 150px;
	}
}

@media screen and (min-width: 768px) {
	#logo{
    width: 462px;
    padding-top: 6px;
}
		#logo a{
       background: url(images/logo1.png) no-repeat;
}
    #menu-nav {
        display: block;
    }
    #menu-drink {
        position: relative;
        width: 100%;
        /* clear: none; */
        /* box-shadow: none; */
        background-color: transparent;
        float: left;
    }
    #menu-drink li {
    }
    #menu-drink a {
		font-size: 0.9em;
		padding: 1.2em 15px;
    }
	
	.article{
	   width:62.5%
	}
		.sidebar.flexible{
		width:33%;
		}
		#navfooter ul{float:none;display:inline-block;}
    #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: #089644; 
        font-size: 12px;
    }
	footer nav li {
		display: inline-block;
		padding-top: 12px;
	}

	#navfooter select{
        display:none !important;
        max-width:none;
        border:none;
        padding:6px 15px;
        margin-top:0px;
        width:100%;
        color: #fff;
        background: #089644; 
        font-size: 12px;
    }
#navfooter ul ul{
		display:none !important
	}
#bandeaux div.conteneur div.left {
width: 100%;
}
#bandeaux div.conteneur div.right {
width: 100%;
}
div.menu-footer,div.menu-footer,div.adresse, div.copyrights {
	width: 20%;
	min-height: 195px;
}
.iconreseau , footer .copyrights span.cliqeo,div.copyrights a.mention{
    text-align: left;
}
#bandeaux {
  min-height: 250px;
  border-top: 1px solid rgba(219, 111, 25, 0.18);
}
.main-header #logo .nom-logo{
	left: 120px;
    top: 30px;
    color: #E0DCBF;
    font-weight: bold
}

	.banner-header div.phone span.phone ,.banner-header.adresse_top span{
			float:right;
	}
		.banner-header{
		float:right;
	}
	div.adresse span.phone {
		font-size: 15px;
		padding-left: 15px;
	}
	.ih-item.square {
		width: 226px;
		height: 170px;
	}
	div.menu-footer,div.menu-footer,div.adresse {
		border-right: 1px solid #1f1f1f;
		min-height: 190px;
	}
	div.adresse span.adresse-footer{
		font-size: 9px;
	    padding-left: 3px;
	}
}
@media screen and (min-width: 1024px) {
	#menu-drink a {
    font-size: 1.1em;
    padding: 0.7em 25px;
}
    #menu-drink {
    margin: 0 auto;
    display:none;
    }
	.cont-menu-haut #menu-drink > ul{display:none;}
	.f-nav #menu-drink > ul{display:block;}
.article{
	   width:64% !important;
}
.sidebar.flexible{
		width:32%!important;
}

	#navfooter{
	}
	#navfooter ul{
		float:none;
		display:inline-block;
	}
    #navfooter ul ul{
		display:block;
	}
    #navfooter > ul{
		display:block !important;
	}
    #navfooter select{
        display:none!important;
        max-width:none;
        border:none;
        padding:10px 15px;
        margin-top:0px;
        width:100%;
        color: #fff;
        background: #089644; 
        font-size: 12px;
    }
	footer nav li {
		display: inline-block;
	}
#bandeaux div.conteneur div.left {
width: 29%;
}
#bandeaux div.conteneur div.right {
width: 100%;
}
div.menu-footer, div.menu-footer, div.copyrights{
  width:16%;
}
div.adresse{
	width:28%;
}
div.copyrights{
   width:27%;
	min-height: 195px;
}
div.menu-footer,div.menu-footer,div.adresse {border-right: 1px solid #1f1f1f;
min-height: 242px;}
.iconreseau , footer .copyrights span.cliqeo,div.copyrights a.mention{
    text-align: left;
}
#main3 .title1{
	font-size: 37px;
}
.banner-header{
	float: right;
	margin-top: 30px;
}

	.banner-header.adresse_top, .banner-header.phone-left{
		float:left;
		margin-top: 41px;
	}
		.banner-header.adresse_top {
		float:right;
	}
.f-nav{
    z-index: 9999;
    position: fixed;
    left: 50%;
    top: 0;
    width: 100%;
    transform: translate(-50%, 0%);
}
.f-nav #menu-drink{
	display:block
}
div.Contboxblocs{
	display:block
}
	div.boxblocs div.bloc{
		width:29.4%;
		width: 23.5%;
		margin-right: 1%;
	}
	.ih-item.square {
		width: 300px;
		height: 200px;
	}
	div.adresse span.phone{
		font-size: 26px;
	}
	div.adresse span.adresse-footer{
		font-size: 15px;
	    padding-left: 17px;
	}
}
@media (min-width: 1130px) and (max-width: 1800px) {
	#menu-drink a {
		font-size: 1.1em;
		padding: 0.7em 30px;
	}
	div.boxblocs div.bloc{
		width: 23.5%;
		margin-right: 1%;
	}
	.ih-item.square {
		width: 328px;
		height: 216px;
	}
}