/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
	background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
body .wrapper{
	max-width: 1020px;
}
.desc-footer{
	vertical-align: top;
	display: inline-block;
	text-align: left;
	margin-right: 25px;
}

footer{
	margin-top: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	background: #f2f2f2;
}
.copyright{
	position: absolute;
	right: 15px;
	bottom: 0px;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1020px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/* HEADER */ 
header{
	position: relative;
}
.tel *{
	display: inline-block;
}
body .tel a{
	margin-left: 10px;
	display: inline-block;
}
.logo{
	max-width: 264px;
	float: left;
}
.rs{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}
.tel p{
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 4px;
	margin-bottom: 0px;
}
.rs li{
	margin-left: 5px;
	margin-right: 5px;
}
.rs a{
	font-size: 20px;
}
.nav{
	float: right;
}
.nav ul{
	padding-left: 0px;
}
.nav li{
	list-style: none;
	margin-left: 25px;
	margin-right: 25px;
	display: inline-block;
}
.nav li a{
	line-height: 50px;
}
.sub-header{
	background: #333;
	top: 0px;
	width: 100%;
	min-height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	left: 0px;
}

.sub-header *{
	color: white;
}
.sub-header .rs{
	display: inline-block;
	color: white;
}
.sub-header .rs li{
	display: inline-block;
	list-style: none;
}
.sub-header .tel{
	float: right;
	color: white;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

.wrapper section{
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 15px;
}
.iframclass{
	margin-top: 15px;
	margin-right: 15px;
}

.nav li{
	font-weight: bold;
}
.map{
	margin-top: 15px;
}
.txt h3{
	text-transform: uppercase;
	font-weight: bold;
}
.content{
	margin-top: 25px;
}
.txt{
	padding-left: 20px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

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

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto');

body *{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
/* HEADER*/
header a:hover{
	opacity: 0.8;
}
header{
margin-bottom: 25px;
}

/*PAGE */
.img-banner{
	width: 100%;
}
/*FOOTER*/
footer h3{
	text-transform: uppercase;
}

.copy{
	background: #333;
	color: white;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.copy *{
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
	color: white;
}
.current-menu-item a{
	opacity: 0.6;
}
.nav{
	margin-top: 10px;
	margin-bottom: 10px;
}
.logo-img{
	max-width: 200px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.nav ul{
	text-transform: uppercase;
}
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}
.col7 {
	width: 69%;
	display: inline-block;
	vertical-align: top;
}

article{
	margin-bottom: 25px;
	box-sizing: content-box;
	width: calc(32.9% - 10px);
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
	vertical-align: top;
}
article img{
	width: 100%;
}
.desc-plat p{
	margin-top: 3px;
	margin-left: 5px;
	font-size: 12px;
}
.col3 {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}

#map{
	width: 100%;
	height: 300px;
}
.col2{
	padding: 5px;
	width: 49.5%;
	display: inline-block;
	vertical-align: top;
}

.linkcarte a{
	margin-top: 5px;
	width: 100%;
	padding: 5px;
	background: #F2F2F2;
	display: block;
	text-transform: capitalize;
}
.linkcarte a:hover{
	opacity: 0.8;
}
.linkcarte h3{
	background: #333;
	color: white;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;
	margin-top: 0px;
}
.linkcarte .active{
	background: #333;
	color: white;
}

.lien_home{
	padding-left: 0px;
}
.lien_home li {
	width: 70%;
	display: block;
	margin: 0 auto;
	position: relative;
	height: 200px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}

.lien_home li a{
	display: block;
}
.lien_home li h3{
	top: 50%;
	left: 50%;
	font-size: 22px;z-index: 888;
	text-transform: uppercase;
  transform: translateX(-50%) translateY(-50%);
	position: absolute;
}
.lien_home li img:hover{
	opacity: 0.8;
}
.lien_home li img{
	opacity: 0.3;
	width: auto;
	height: 200px;
}
.desc .col7{
	box-sizing: content-box;

	padding: 3px;
	padding-left: 5px;
	width: calc(72% - 6px);
	background: #F2F2F2;
	font-size: 13px;
}
.desc p {
	margin-bottom: 0px;
}
.desc .col3{
	box-sizing: content-box;
	text-align: center;
	padding: 3px;
	width: calc(25% - 6px);
	background: #F2F2F2;
	font-size: 13px;
}

section table{
	width: 100%;
}
section table tr {
	background: #F2F2F2;
	padding-left: 10px;
	border-bottom: 5px solid white;
}

section table tr td{
	text-align: center;
	padding: 10px;
}

section table tr td:first-child{
	text-align: left;
	padding-left: 10px;
}
.boisson h3{
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.desc-plat{
	padding: 5px;
	padding-left: 0px;
	
}
.desc-plat p{
	line-height: 14px;
	font-size: 12px;
}

.button2 a span {
  position: relative;
  display: none;
  width: 30px;
  margin-top: 13px;
  height: 4px;
  background: #222;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.button2 a span:before, .button2 a span:after {
  position: absolute;
  background: #222;
  content: '';
  width: 30px;
  height: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.button2 a span:before {
  top: -8px;
}
.button2 a span:after {
  top: 8px;
}

.button2 a.active span {
  background: transparent;
}
.button2 a.active span:before {
  -webkit-transform: rotate(45deg) translate(5px, 6px);
          transform: rotate(45deg) translate(5px, 6px);
}
.button2 a.active span:after {
  -webkit-transform: rotate(-45deg) translate(5px, -6px);
          transform: rotate(-45deg) translate(5px, -6px);
}


@media screen and (max-width: 950px) {
	.lien_home li h3{
		text-align: center;
	}
	article{
		width: calc(50% - 20px);
	}
}
@media screen and (max-width: 860px) {
	.wrapper section{
		padding-left: 0px;
	}
.button2 a span {
	display: block;
}
	.desc-footer{
		display: block;
		width: 100%;
		margin-bottom: 35px;
		text-align: center;
	}
	.nav{
		margin-top: 30px;
	}
	body nav {
		width: 30px;
		margin-top: 30px;
		height: 30px;
		position: relative;
	}
	nav ul{
		display: none;
		z-index: 9999;
		border: 2px solid #333;
		position: absolute;
		top: 20px;
		width: 300px;
		text-align: right;
		right: 10%;
		background: #f2f2f2;
	}
	nav.open ul{
		display: block;
	}
	body nav ul li{
		display: block;
		width: 100%;
		margin-left: 0px!important;
		margin-right: 0px!important;
		text-align: center;
	}

}

@media screen and (max-width: 700px) {
	body{
		overflow-x:hidden;
	}
	article{
		width: 80%;
		margin: 0 auto;
	}
	.col2{
		width: 100%;
	}
	.desc-footer{
		display: block;
		width: 100%;
		margin-bottom: 35px;
		text-align: center;
	}
		.desc-footer iframe{
			display: none;
		}

		.lien_home li{
			height: 100px;
		}
		.lien_home li img{
			height: 100px;
		}
		.lien_home li h3{
			margin-top: 0px;
			margin-bottom: 0px;
			font-size: 16px;
		}
}

@media screen and (max-width: 600px) {
	article{
		width: 100%;
		margin: 0 auto;
		margin-bottom: 35px;
	}
	.col2{
		width: 100%;
	}
	.desc-footer{
		display: block;
		width: 100%;
		margin-bottom: 35px;
		text-align: center;
	}
		.desc-footer iframe{
			display: none;
		}
		.col7{
			width: 60%;
		}
		.col3{
			width: 35%;
			padding-left: 10px;
		}
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
