/*
Theme Name: Ceasy Wordpress Responsive
Author: Agence Ceasy
Author URI: https://www.ceasy.fr
Version: 1.1 (1015)
*/

@charset "UTF-8";

@font-face {
  font-family: "font-ceasy";
  src:url("css/fonts/font-ceasy.eot");
  src:url("css/fonts/font-ceasy.eot?#iefix") format("embedded-opentype"),
    url("css/fonts/font-ceasy.woff") format("woff"),
    url("css/fonts/font-ceasy.ttf") format("truetype"),
    url("css/fonts/font-ceasy.svg#font-ceasy") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before, #menu .accueil a:before, .round-play:before, .flex-direction-nav a:before, .hover-image:before {
  font-family: "font-ceasy" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth:auto;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "font-ceasy" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth:auto;
}

.icon-arrow-down:before {
  content: "\61";
}
.icon-arrow-left:before, a.flex-prev:before {
  content: "\62";
}
.icon-arrow-right:before, a.flex-next:before {
  content: "\63";
}
.icon-arrow-top:before {
  content: "\64";
}
.icon-city:before {
  content: "\65";
}
.icon-clock:before {
  content: "\66";
}
.icon-file:before {
  content: "\67";
}
.icon-home:before, #menu .accueil a:before {
  content: "\68";
}
.icon-link:before {
  content: "\69";
}
.icon-mail:before {
  content: "\6a";
}
.icon-phone:before {
  content: "\6b";
}
.icon-pin:before {
  content: "\6c";
}
.icon-play:before, .round-play:before {
  content: "\6d";
}
.icon-plus:before, .hover-image:before {
  content: "\6e";
}
.icon-print:before {
  content: "\6f";
}
.icon-screen:before {
  content: "\70";
}
.icon-search:before {
  content: "\71";
}
.icon-restaurant:before {
  content: "\72";
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

html,
button,
input,
select,
textarea {
    color: #222;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

html {
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	max-width:100%;
	min-height:100%;
	font-family:'Montserrat', sans-serif;
	color:#323232;
}

.oswald {
	font-family:'Oswald', sans-serif;
	font-weight:300;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


body {
    margin:0 auto;
	min-height:100%;
	width:100%;
	font-size:1.4rem;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

iframe {
	max-width:100%;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.left{
	float: left;
}

.right{
	float: right;
}

.center{
	text-align: center,
}

.clear{
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	margin: 0;
}

.wrapper{
	position: relative;
	width:100%;
	margin: 0 auto;
	max-width:1170px;
}

.wrapper.mini {
	max-width:460px;
}

img {
	max-width:100%;
	height:auto;
}

.alignleft {
	float:left;
	margin:0 1rem 1rem 0;
}

.alignright {
	float:right;
	margin:0 0 1rem 1rem;
}

.aligncenter {
	text-align:center;
	margin:0 1rem 1rem 1rem;
}

#cookie-notice {
	position:fixed;
	bottom:0;
	width:100%;
	background:#202121;
	padding:1.5rem;
	text-align:center;
	z-index:10;
}

#cookie-notice .wrapper {
	text-align:left;
}

#cookie-notice p {
	
}

#cookie-notice p {
	font-size:1.2rem;
	margin:auto 5rem auto auto;
	padding:0 3rem 0 0;
	border-right:1px solid rgba(255,255,255,0.1);
	color:rgba(255,255,255,0.5);
	line-height:1.5rem;
}

#cookie-notice a.close {
	font-size: 3.2rem;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 2rem;
	width:3.2rem;
	height:3.2rem;
	display:block;
	font-size:0;
}

#cookie-notice a.close:before, #cookie-notice a.close:after {
	width:3.2rem;
	height:3px;
	position:absolute;
	background:#cbd93e;
	content:" ";
	top:1.4rem;
}

#cookie-notice a.close:before {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#cookie-notice a.close:after {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#cookie-notice a {
	color:#cbd93e;
	text-decoration:none;
	opacity:1;
}

#cookie-notice a:hover {
	opacity:0.5;
}

input[type="submit"], a, a:before, a:after, a span, a span:before, a span:after, button, button:before, button:after, button span, button span:before, button span:after {
	text-decoration:none;
	color:#323232;
	-webkit-transition: all 275ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: all 275ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: all 275ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: all 275ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}

a:hover {
	text-decoration:underline;
}

ul.slides, header ul, .flex-direction-nav, .flex-control-nav, footer ul {
	list-style:none;
	margin:0;
	padding:0;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="phone"], input[type="search"], select, input[type="password"], input[type="number"], textarea {
	background:transparent;
	border:1px solid #d3d3d3;
	font-size:1.3rem;
	-webkit-border-radius:0px;
	border-radius:0px;
	padding:1.2rem 1.5rem;
	color:#323232;
	font-weight:400;
	-webkit-transition: all 275ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: all 275ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: all 275ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: all 275ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
	outline: none;
	max-width:100%;
	width:100%;
}

select:hover, input[type="text"]:hover, input[type="tel"]:hover, input[type="email"]:hover, input[type="phone"]:hover, input[type="search"]:hover, select:hover, input[type="password"]:hover, input[type="number"]:hover, textarea:hover, input[type="text"]:focus, input[type="email"]:focus, input[type="phone"]:focus, input[type="search"]:focus, select:focus, input[type="password"]:focus, input[type="number"]:focus, textarea:focus, input[type="text"]:active, input[type="email"]:active, input[type="phone"]:active, input[type="search"]:active, select:active, input[type="password"]:active, input[type="number"]:active, textarea:active {
	border:1px solid #323232;
}

input.wpcf7-not-valid, select.wpcf7-not-valid, textarea.wpcf7-not-valid  {
	border-color:#f00;
}

#content ul, #content ol {
	margin:0;
	padding:0;
	list-style:none;
}

section {
	padding:4rem 0;
}

/* ==========================================================================
   Shortcodes
   ========================================================================== */
   
   .hide {
	   display:none;
   }

   /* ANIMATIONS */
   
	.animated { 
		animation-duration: 0.275s; 
		animation-fill-mode: both; 
	}
	
	@keyframes slideInRight { 
		0% { 
			transform: translate3d(100%, 0, 0); 
			visibility: visible;
			opacity:0;
		} 
		50% {
			opacity:0;
		}
		100% { 
			transform: translate3d(0, 0, 0);
			opacity:1;			
		} 
	}

	.slideInRight { 
		animation-name: slideInRight;
		
	}
	
	@keyframes slideInLeft { 
		0% { 
			transform: translate3d(-100%, 0, 0); 
			visibility: visible;
			opacity:0;
		}
		50% {
			opacity:0;
		}
		100% { 
			transform: translate3d(0, 0, 0); 
			opacity:1;
		} 
	}	

	
	.slideInLeft { 
		animation-name: slideInLeft; 
	}
	
	@keyframes slideInTop { 
		0% { 
			transform: translate3d(0, 100%, 0); 
			visibility: visible;
			opacity:0;
		}
		50% {
			opacity:0;
		}
		100% { 
			transform: translate3d(0, 0, 0); 
			opacity:1;
		} 
	}	

	
	.slideInTop { 
		animation-name: slideInTop; 
	}
	
	/* COLONNES */

   .col_1_2, .col_1_3, .col_2_3, .col_1_4, .col_3_4, .col_1_5, .col_full {
	   display:inline-block;
	   line-height:2.4rem;
	   vertical-align:top;
	   font-size:1.4rem;
	   /* padding:1rem; */
   }
   
   .col_1_2 {
	   width:50%;
	   padding: 1rem 2.5rem 1rem 0rem;
   }
   .col_1_2 + .col_1_2 {
	   padding: 1rem 0rem 1rem  2.5rem;
   }
   
   .col_1_2 + .col_1_2.first {
	   padding: 1rem 2.5rem 1rem 0rem;
   }
   
   .col_1_3 {
	   width:33.3%;
   }
   
   .col_2_3 {
	   width:66.6%;
   }
   
   .col_1_4 {
	   width:25%;
   }
   
   form .col_1_4 {
	   padding: 1rem 2.5rem 1rem 0rem;
   }
   
   .col_3_4 {
	   width:75%;
   }
   
   form .col_3_4 {
	   padding: 1rem 0rem 1rem  2.5rem;
   }
   
   .col_1_5 {
	   width:20%;
   }
   
   .col_full {
	   width:100%;
   }
   
   .cols {
	   font-size:0;
   }
   
   .btn, input[type="submit"] {
	   font-weight:700;
	   letter-spacing:0;
	   position:relative;
	   text-align:center;
	   display:inline-block;
	   vertical-align:middle;
	   background:transparent;
	   padding:1.7rem 3rem;
	   border:0;
	   line-height: 1.4rem;
	   overflow:hidden;
	   -webkit-border-radius:2px;
	   border-radius:2px;
	   border:1px solid #cdcdcd;
   }
   
   .dark .btn {
	   border:1px solid rgba(255,255,255,0.5);
   }
   
   .btn.blue {
	   border:1px solid #1191d2;
	   background:#1191d2;
   }
   
   footer .btn {
	  border-color:#989898;
   }
   
   .btn span {
	   letter-spacing:1px;
   }
   
   .dark .btn span, .btn.blue span {
	   color:#fff;
   }
   
   .orange .btn, .orange input[type="submit"] {
	   background:rgba(250,191,52,1);
	   border-color:rgba(250,191,52,1);
   }
   
   .orange .btn span, .orange input[type="submit"] {
	   color:#fff;
   }
   
   footer .btn span {
	   color:#989898;
   }
   
   .btn:hover, .btn:hover span, .btn:hover:after, .btn:hover:before {
	   text-decoration:none;
   }
   
   .btn:hover {
	   background:#1191d2;
	   border-color:#1191d2;
	   color:#fff;
   }
   
   .dark .btn:hover, .btn.blue:hover, footer .btn:hover {
	   background:#fff;
	   border-color:#fff;
	   color:#1191d2;
   }
   
   .btn:hover span {
	   color:#fff;
   }
   
   .orange .btn:hover, .orange input[type="submit"]:hover {
	   background:#323232;
	   border-color:#323232;
   }
   
   footer .btn:hover span {
	   color:#2f2f2f;
   }
   
   .dark .btn:hover span, .btn.blue:hover span {
	   color:#1191d2;
   }
   
   .radius {
	   -webkit-border-radius:2px;
	   border-radius:2px;
   }
   
   .yellow-border {
	   border:3px solid #eece01;
   }
   
   .grey-border {
	   border:3px solid #d5d5d5;
   }
   
   .round-btn {
	   width:25px;
	   height:25px;
	   -webkit-border-radius:50%;
	   border-radius:50%;
	   font-size:0;
	   border:2px solid #323232;
	   display:inline-block;
	   position:relative;
	   text-align:center;
	   color:#323232;
   }
   
   a:hover .round-btn, .round-btn:hover {
	   text-decoration:none;
	   background:#323232;
	   color:#fff;
   }
   
   .round-btn:hover:before, a:hover .round-btn:before {
	   color:#fff;
   }
   
   .round-btn:before {
	   font-size:2.5rem;
	   line-height: 2.1rem;
	   display:inline-block;
	   left: -2px;
	   top:-1.5px;
	   position:relative;
	   vertical-align:middle;
   }
   
   .round-btn.yellow {
	   border-color:#eece01;
	   color:#eece01;
   }
   
   .round-btn.yellow:hover {
	   background:#eece01;
	   color:#fff;
   }
   
   .round-btn.yellow:before {
	   color:#eece01;
   }
   
   .round-btn.yellow:hover:before {
	   color:#fff;
   }
   
   h2.yellow {
	   color:#ffdd00;
   }
   
   .hover-image {
	   position:relative;
	   display:inline-block;
	   width:100%;
	   height:100%;
	   overflow:hidden;
	   background:#1191d2;
   }
   
   .hover-image:before {
	   position:absolute;
	   top:60%;
	   left:50%;
	   -moz-transform: translateX(-50%) translateY(-50%);
	   -webkit-transform: translateX(-50%) translateY(-50%);
	   -o-transform: translateX(-50%) translateY(-50%);
	   -ms-transform: translateX(-50%) translateY(-50%);
	   transform: translateX(-50%) translateY(-50%);
	   font-size:4rem;
	   color:#fff;
	   opacity:0;
	   z-index:1;
   }
   
   .hover-image img {
	   opacity:1;
	   
	   -webkit-transition: all 275ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	   -moz-transition: all 275ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	   -o-transition: all 275ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	   transition: all 275ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
   }
   
   .hover-image:hover img {
	   opacity:0.3;
   }
   
   .hover-image:hover:before {
	   opacity:1;
	   top:50%;
   }

/* ==========================================================================
   Styles generaux
   ========================================================================== */

/* HEADER */
header {
	background:#fff;
  position: relative;
}

#top {
	color:#fff;
	background:#1191d2; /* BLUE COLOR */
	font-weight:600;
	padding:0.5rem 0;
}

#top p, #top p span {
	font-size:1.2rem;
	margin:auto;
	display:inline-block;
	vertical-align:middle;
}

#top .grey {
	opacity:0.5;
}

#top .grey:before {
	font-size:1.6rem;
	margin:0 1rem;
	vertical-align:middle;
}

#head {
	padding:2rem 0;
}

#head .wrapper {
	font-size:0;
	text-align:right;
}

#head .wrapper > div {
	display:inline-block;
	font-size:1.4rem;
	vertical-align:middle;
	line-height:8.5rem;
}

#logo {
	width:200px;
}

#logo h1 {
	margin:auto;
	line-height: 1;
}

.bloc-right {
	width:calc(100% - 200px);
}

#menu {
	position:relative;
}

#menu > li {
	display:inline-block;
	vertical-align:middle;
	padding:0 0.5rem;
}

#menu > li:first-child {
	padding:0 1rem 0 0;
}

#menu > li:last-child {
	padding:0 0 0 1rem;
}

#menu a {
	text-decoration:none;
	text-transform:uppercase;
	color:#323232;
	position:relative;
	padding:1.2rem 0;
	line-height:1.4rem;
	vertical-align:middle;
	display:inline-block;
}

#menu a span, #menu .accueil a:before {
	z-index:1;
	position:relative;
}

#menu li a span {
	padding:0 1.8rem;
}

#menu > li > a:after, #menu .sub-menu a span:after {
	content:" ";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:0.5rem;
	z-index:0;
	-webkit-border-radius:0px;
	border-radius:0px;
}

#menu .sub-menu a span:after {
	height:0.25rem;
}

a.bleu_marine:after {
	background:#303590;
}
a.turquoise:after {
	background:#0080b6;
}
a.bleu:after {
	background:#00b0ed;
}
a.vert:after {
	background:#7fcdc8;
}
a.rouge:after {
	background:#e16036;
}
a.orange:after {
	background:#fabf34;
}
a.jaune:after {
	background:#ffdd00;
}

#menu .accueil a {
	font-size:0;
}

#menu .accueil a:before {
	font-size:2rem;	
	display: inline-block;
	vertical-align:middle;
}

#menu > li:hover a span, #menu > li:hover a:before, #menu > .current-menu-item a span, #menu > .current-menu-item a:before {
	color:#fff;
	padding:0 1.8rem;
}

#menu .sub-menu a span:after {
	background:#fff;
	width:0%;
}

#menu .sub-menu a:hover span:after {
	width:100%;
}

#menu .sub-menu a:hover span {
	padding:0.5rem 0;
}

#menu > li:hover > a:after, #menu > li.current-menu-item > a:after {
	height:100%;
	-webkit-border-radius:2px;
	border-radius:2px;
}

#menu .accueil a span {
	padding:0 !important;
}

#menu .sub-menu {
	display:none;
	position:absolute;
	width:100%;
	top:100%;
	left:0;
	-webkit-border-radius:2px;
	border-radius:2px;
	z-index:1;
	font-size:0;
	text-align:left;
	padding:1rem; 
	line-height:1;
}

#menu > li:hover .sub-menu, #menu > li .sub-menu:hover {
	display:block;
}

.sub-menu > li {
	font-size:1.2rem;
	display:inline-block;
	vertical-align:middle;
	width:33.3%;
	line-height:2.4rem;
}

#menu .sub-menu a {
	padding:1.5rem 0.5rem;
	line-height:1.2rem;
}

#menu .sub-menu a span, #menu li:hover .sub-menu a span {
	padding:0.5rem 0;
	position:relative;
}

#menu .sub-menu a span {
	display:inline-block;
}

.sub-menu .sub-menu {
	display:none;
}

a.turquoise + .sub-menu {
	background:#0080b6;
}
a.bleu_marine + .sub-menu {
	background:#303590;
}
a.bleu + .sub-menu {
	background:#00b0ed;
}
a.vert + .sub-menu {
	background:#7fcdc8;
}
a.rouge + .sub-menu {
	background:#e16036;
}
a.orange + .sub-menu {
	background:#fabf34;
}
a.jaune + .sub-menu {
	background:#ffdd00;
}
div.cam-div{
  width: 150px;
  background: #1191d2;
  position: fixed;
  right: 0;
  z-index: 2;
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
}
div.cam-div a.cam-link{
color: #ffffffff;
  padding-left: 50px;
}
div.cam-div a.cam-link:before{
  content: url(img/picto-cam.png);
  position: absolute;
  left: 5px;
  top: 6px;
}

/* RESPONSIVE */
   
   header a.mobile-menu {
	   display:none;
	   font-size:0;
	   width:43px;
	   height:37px;
	   position:relative;
	   overflow:hidden;
	   
	   -moz-transform:scale(1);
	   -webkit-transform:scale(1);
	   -o-transform:scale(1);
	   -ms-transform:scale(1);
	   transform:scale(1);
   }
   
   a.mobile-menu > span {
	   position:absolute;
	   left:0;
	   top:0;
	   width:100%;
	   height:100%;
   }
   
   a.mobile-menu > span > span {
	   width:23px;
	   height:3px;
	   background:#1191d2;
	   position:absolute;
	   left:10px;
	   top:10px;
	   opacity:1;
	   z-index:1;
   }

   
   a.mobile-menu > span > span:first-child + span {
	   top:17px;
   }
   
   a.mobile-menu > span > span:last-child {
	   top:24px;
   }
   
   .active a.mobile-menu > span span:first-child + span {
	   width:0px;
	   opacity:0;
   }
   
   .active a.mobile-menu > span > span:first-child {
	   -moz-transform: rotate(45deg);
	   -webkit-transform: rotate(45deg);
	   -o-transform: rotate(45deg);
	   -ms-transform: rotate(45deg);
	   transform: rotate(45deg);
	   top:17px;
   }
   
   .active a.mobile-menu > span > span:last-child {
	   -moz-transform: rotate(-45deg);
	   -webkit-transform: rotate(-45deg);
	   -o-transform: rotate(-45deg);
	   -ms-transform: rotate(-45deg);
	   transform: rotate(-45deg);
	   top:17px;	
   }
   
   .active a.mobile-menu > span > span, header a.mobile-menu:hover > span > span {
	   background:#EECE01;
   }
   
	@-webkit-keyframes GradientAnim {
		0%{background-position:0% 50%}
		50%{background-position:100% 51%}
		100%{background-position:0% 50%}
	}
	@-moz-keyframes GradientAnim {
		0%{background-position:0% 50%}
		50%{background-position:100% 51%}
		100%{background-position:0% 50%}
	}
	@keyframes GradientAnim {
		0%{background-position:0% 50%}
		50%{background-position:100% 51%}
		100%{background-position:0% 50%}
	}
   
   a.mobile-menu:hover {
	   
   }

/* FOOTER */
footer {
	background: #2f2f2f;
}

footer .bordure {
	width:100%;
	height:7px;
	border-bottom:1px solid #fff;
	background: rgb(236,173,75);
	background: -moz-linear-gradient(top,  rgba(236,173,75,1) 0%, rgba(236,219,75,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(236,173,75,1) 0%,rgba(236,219,75,1) 100%);
	background: linear-gradient(to bottom,  rgba(236,173,75,1) 0%,rgba(236,219,75,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecad4b', endColorstr='#ecdb4b',GradientType=0 );
}

footer > .wrapper {
	padding:2rem 0;
}

footer h4 {
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:1px;
	font-size:1.4rem;
}

footer .horaires {
	padding:0 1rem 0 0;
}

footer .mairie h4 {
	color:#fcdc27;
}

footer .mairie, footer .horaires {
	font-size:1.4rem;
}

footer .mairie h5, footer .horaires p {
	color:#777878;
	text-transform:uppercase;
	font-size:1.2rem;
	max-width:170px;
}

footer .horaires p {
	max-width:inherit;
	margin:0.5rem 0;
}

footer .mairie div {
	margin:2rem 0 0 0;
}

footer .mairie p {
	margin:0;
	display:inline-block;
	color:#7a7a7a;
	line-height:3.2rem;
}

footer .mairie img + img {
	margin:0 1rem;
}

footer .grey:before, .coordonnees .grey:before {
	font-size:1.6rem;
	margin:0 1rem 0 0;
	color:#fcdc27;
	vertical-align:middle;
	line-height:1.6rem;
}

.coordonnees .grey:before {
	display:inline-block;
	width:3.2rem;
	height:3.2rem;
	background:#fff;
	-webkit-border-radius:50%;
	border-radius:50%;
	color:#fcdc27;
	text-align:center;
	vertical-align:middle;
	line-height:3.2rem;
}

footer .icon-print.grey {
	margin:0 0 0 2rem;
}

footer > .wrapper {
	font-size: 0;
}

footer > .wrapper > div {
	display:inline-block;
	vertical-align:top;
	width:27.35%;
}

footer > .wrapper > div.mairie {
	width:31.20%;
}

footer > .wrapper > div.mairie + div {
	width:23%;
}

footer > .wrapper > div:last-child {
	width:18.45%;
}

footer > .wrapper ul li a:before {
	content:"> ";
	font-size:1.4rem;
}

footer #bottom {
	background:#1f1f1f;
	padding:2.5rem 0;
}

footer #bottom ul li {
	background:#1f1f1f;
	letter-spacing:1px;
	display:inline-block;
	vertical-align:middle;
	padding:0 0.7rem;
	color:#7a7a7a;
}

footer ul li {
	font-size:1.4rem;
}

footer a, footer a:before {
	color:#7a7a7a;
}

footer a:hover, footer a:hover:before {
	color:#fff;
	text-decoration:none;
}
   
/* ==========================================================================
   Styles accueil
   ========================================================================== */
   
  
.home #main ul {
	padding:0;
	font-size:0;
	list-style:none;
}
   
.home #main h2 {
	text-transform:uppercase;
	font-size:1.4rem;
	text-align:center;
	margin:auto;
	letter-spacing:1px;
}

#slider h2 {
	font-size:1.1rem;
}	

.home h3 {
	text-transform:uppercase;
	text-align:center;
	margin:auto;
	color:#0c4ca3;
	font-size:3rem;
	letter-spacing:1px;
}

#agenda h3 {
	color:#fff;
}

#slider {
	padding:0;
	width:100%;
	position:relative;
	min-height:300px;
}

#slider ul.slides > li {
	position:relative;
	height:auto;
	overflow:hidden;
} 

#slider li img {
	width:100%;
	position:relative;
	/*min-width:100%;
	max-width:inherit;
	width:auto;
	position:absolute;
	left:50%;
	top:50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);*/
}

#slider li .title {
	position:absolute;
	bottom:120px;
	left:0;
	text-align:center;
	width:100%;
}

#slider li .title .wrapper {
	background:rgba(34,88,154,0.9);
	padding:2.5rem 3rem;
	text-align:left;
}

a.round-play {
	font-size:0;
	width:112px;
	height:112px;
	border:2px solid #fff;
	background:rgba(255,255,255,0.2);
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	vertical-align:middle;
	line-height:108px;
}

#slider li > a.round-play {
	position:absolute;
	top:calc(50% - 112px);
	left:50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

a.round-play:before {
	font-size:3.9rem;
	vertical-align:middle;
	color:#fff;
}

a:hover + a.round-play, a.round-play:hover {
	background:#fff;
	text-decoration:none;
}

a:hover + a.round-play:before, a.round-play:hover:before {
	color:rgba(34, 88, 154, 0.9);
}

#main #slider li h2 {
	text-align:left;
	position:relative;
}

#slider li h2 a {
	font-size:1.8rem;
	text-transform:uppercase;
	color:#fff;
}

/* FLEXNAV */

#slider .controlsContainer {
	position:absolute;
	z-index:1;
	right:3rem;
	top:50%;
	-moz-transform: translateX(0) translateY(-50%);
	-webkit-transform: translateX(0) translateY(-50%);
	-o-transform: translateX(0) translateY(-50%);
	-ms-transform: translateX(0) translateY(-50%);
	transform: translateX(0) translateY(-50%);
}

.flex-direction-nav {
	display:inline-block;
}

.flex-direction-nav li {
	display:inline-block;
	vertical-align:middle;
	padding:0 0.25rem;
}

.flex-direction-nav a {
	width:32px;
	height:32px;
	-webkit-border-radius:0.3rem;
	border-radius:0.3rem;
	position:relative;
	border:3px solid #fff;
	display:inline-block;
	vertical-align:middle;
	background:rgba(255,255,255,0);
	letter-spacing:1px;
}

.flex-direction-nav a:before {
	font-size:3.2rem;
	color:#fff;
	text-align:center;
	position:absolute;
	left:50%;
	top:50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.flex-direction-nav a:hover:before {
	color:rgba(34, 88, 154, 0.9);
}

.flex-direction-nav a:hover {
	background:#fff;
}

.acces_rapide {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:1;
	padding:2.5rem 0;
	background:rgba(39,150,197,0.9);
	color:#fff;
}

.acces_rapide h2 {
	margin:auto auto 1.6rem auto;
}

.acces_rapide ul {
	padding:0;
	list-style:none;
	display:table;
	width:100%;
}

.acces_rapide li {
	vertical-align:middle;
	padding:0;
	color:#fff;
	display:table-cell;
	position:relative;
}

.acces_rapide li:after {
	content:" ";
	position:absolute;
	right:6rem;
	top:50%;
	-moz-transform: translateX(0) translateY(-50%);
	-webkit-transform: translateX(0) translateY(-50%);
	-o-transform: translateX(0) translateY(-50%);
	-ms-transform: translateX(0) translateY(-50%);
	transform: translateX(0) translateY(-50%);
	width:1px;
	height:32px;
	background:rgba(255,255,255,0.3);
}

.acces_rapide li:last-child:after {
	display:none;
}

.acces_rapide li a {
	color:#fff;
	font-size:1.4rem;
	font-weight:700;
	padding:1rem 6rem 1rem 4rem;
	line-height:3rem;
	display:inline-block;
}

.acces_rapide li:before {
	font-size:3rem;
	vertical-align:middle;
	position:absolute;
	left:0;
	top:50%;
	-moz-transform: translateX(0) translateY(-50%);
	-webkit-transform: translateX(0) translateY(-50%);
	-o-transform: translateX(0) translateY(-50%);
	-ms-transform: translateX(0) translateY(-50%);
	transform: translateX(0) translateY(-50%);
}

/* ACTUALITES */

#actualites li {
	padding:1.5rem;
}

#actualites li .description {
	margin:-4rem 1.5rem 0 1.5rem;
	padding:6rem 2rem 1.4rem 2rem;
	position:relative;
	text-align:left;
}

#actualites li .description {
	color:#8d8d8d;
}

#actualites li h4 {
	margin:auto auto 1.4rem auto;
	font-size:1.6rem;
	font-weight:700;
}
body .content .nav-previous>a,
body .content .nav-next>a{
	color:#1191D2
}

.single a.hover-image {
	margin:0 1.4rem 1.4rem 0;
	width:auto;
}

body.home #actualites .cols, body.home #agenda .cols, body.home .conseils-municipaux .cols {
	margin:2rem auto;
	text-align: center;
}

.titre {
	padding:0 0 3.5rem 0;
}

#agenda {
	background:#1191d2;
}

#agenda li {
	padding:0 3rem;
	position:relative;
}

#agenda li:after {
	display:inline-block;
	content:" ";
	width:1px;
	height:32px;
	position:absolute;
	background:rgba(255,255,255,0.3);
	right:0;
	top:50%;
	-moz-transform: translateX(0) translateY(-50%);
	-webkit-transform: translateX(0) translateY(-50%);
	-o-transform: translateX(0) translateY(-50%);
	-ms-transform: translateX(0) translateY(-50%);
	transform: translateX(0) translateY(-50%);
}

#agenda li:last-child:after {
	display:none;
}

#agenda li > div {
	font-size:0;
}

#agenda li > div > div {
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 77px);
	font-size:1.4rem;
}

#agenda li > div > div:first-child {
	width:42px;
}

#agenda li > div > div:last-child {
	width:35px;
}

#agenda li > div > div:first-child + div {
	padding:0 2rem;
}

#agenda .date {
	text-align:center;
}

#agenda .date span {
	display:block;
	margin:auto;
	color:#fff;
}

#agenda .date span:first-child {
	font-size:2.4rem;
	font-weight:600;
}

#agenda .date span.oswald {
	font-size:2rem;
	text-transform:uppercase;
}

#agenda h4 {
	font-size:1.6rem;
	margin:auto;
	text-align:left;
}

/*#agenda p {
	text-align: left;
	margin:auto;
	color:#fff;
}*/

/* CONSEIL MUNICIPAL */

.conseils-municipaux li {
	padding:1rem 0rem 1rem 2.5rem
}

.conseils-municipaux li a {
	display:inline-block;
	width:100%;
	vertical-align:middle;
	padding:2rem;
	text-align:left;
	position:relative;
}

.conseils-municipaux li a:hover {
	text-decoration:none;
}

.conseils-municipaux .icon-file {
	text-transform:uppercase;
	color:#1191d2;
	display:inline-block;
	max-width:50%;
	min-width:40%;
}

.conseils-municipaux .icon-file:before {
	font-size:3.2rem;
	color:#1191d2;
	display:inline-block;
	vertical-align:middle;
	float:left;
	top:1rem;
	position:relative;
	margin:0 1rem 0 0;
}

.conseils-municipaux .icon-file span {
	display:inline-block;
	font-size:2rem;
	color:#1191d2;
}

.conseils-municipaux .icon-file strong {
	display:block;
	font-size:2.4rem;
}

.conseils-municipaux a .right {
	position:absolute;
	right:2rem;
	top:50%;
	letter-spacing:1px;
	font-weight:700;
	-moz-transform: translateX(0) translateY(-50%);
	-webkit-transform: translateX(0) translateY(-50%);
	-o-transform: translateX(0) translateY(-50%);
	-ms-transform: translateX(0) translateY(-50%);
	transform: translateX(0) translateY(-50%);
}

a .right span {
	vertical-align:middle;
}

.conseils-municipaux li a:hover {
	background:#1191d2;
	border-color:#1191d2;
}

.conseils-municipaux li a:hover .icon-file, .conseils-municipaux li a:hover .icon-file:before, .conseils-municipaux li a:hover .icon-file span {
	color:#fff;
}

/* GALERIE */

#galerie {
	background:#000;
	padding:0;
	height:100vh;
	width:100%;
	overflow:hidden;
	position:relative;
}

#galerie .main-image {
	height:calc(100% - 180px);
	overflow:hidden;
	position:relative;
	text-align:center;
}

#galerie .wrapper {
	margin:auto;
	position:absolute;
	left:50%;
	top:50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#galerie .main-image img {
	position:absolute;
	min-width:100%;
	width:auto;
	
	height:auto;
	max-width:inherit;
	left:50%;
	top:50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	opacity:0.7;
}

#galerie h3 {
	font-size:4rem;
	margin:auto auto 2rem auto;
	color:#fff;
}

#galerie ul {
	display:table;
	width:100%;
}

#galerie ul li {
	display:table-cell;
	position:relative;
	overflow:hidden;
	height:180px;
}

#galerie ul li img {
	min-width:100%;
	max-width:inherit;
	height:auto;
	width:auto;
	position:absolute;
	top:50%;
	left:50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

/* PARTENAIRES */

#partenaires ul {
	display:table;
	width:100%;
}

#partenaires ul li {
	display:table-cell;
	vertical-align:middle;
	font-size:1.2rem;
	padding:0 2.5rem;
	position:relative;
}

#partenaires ul li a {
	opacity:1;
}

#partenaires ul li a:hover {
	opacity:0.7;
}

#partenaires ul li:after {
	content:" ";
	width:1px;
	height:32px;
	background:rgba(47,47,47,0.2);
	position:absolute;
	top:50%;
	right:0;
	-moz-transform: translateX(0) translateY(-50%);
	-webkit-transform: translateX(0) translateY(-50%);
	-o-transform: translateX(0) translateY(-50%);
	-ms-transform: translateX(0) translateY(-50%);
	transform: translateX(0) translateY(-50%);
}

#partenaires ul li > * {
	display:inline-block;
	vertical-align:middle;
}

#partenaires ul li a {
	color:#7a7a7a;
}

#partenaires p {
	max-width:80px;
}

#partenaires ul li:first-child:after, #partenaires ul li:last-child:after {
	display:none;
}

#partenaires ul li:first-child + li, #partenaires ul li:first-child {
	padding:0 2.5rem 0 0;
}

#partenaires ul li:last-child {
	padding:0 0 0 2.5rem;
}

#partenaires ul li:first-child + li p {
	max-width:178px;
}

/* ==========================================================================
   Pages intérieures
   ========================================================================== */
   
/* COULEURS */
/* bleu_marine */
.bleu_marine .titre {
	background:rgba(47,53,138,0.9);
}

.bleu_marine #aside h2 {
	background:rgba(47,53,138,1);
}

.bleu_marine #aside .tree > li > a, .bleu_marine .content a, .bleu_marine .content h2, .bleu_marine .breadcrumb a {
	color:rgba(47,53,138,1);
}

.bleu_marine #contenu h2 {
	border-color:rgba(47,53,138,1);
}

.bleu_marine #contenu h3 {
	color: rgba(47,53,138,1);
}
.bleu_marine #contenu h3:after {
	background: rgba(47,53,138,1);
}

.bleu_marine #contenu h4 {
	color: rgba(47,53,138,1);
	text-transform: uppercase;
}

.bleu_marine #contenu .content ul > li:before {
	content: "-";
	padding-right: 10px;
	color:rgba(47,53,138,1);
	font-weight: 900;
}

.bleu_marine #contenu .content table tr.entete, .bleu_marine #contenu .content table tr.pied {
	background: rgba(47,53,138,1);
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
}
.bleu_marine #contenu .content table tr.entete {
	text-align: center;
}
.bleu_marine #contenu .content table tr.sous-total {
	color: rgba(47,53,138,1);
}

.bleu_marine #contenu .content div.slider_texte div#slider ul.flex-direction-nav li a {
	background: rgba(47,53,138, 0.8);
}
.bleu_marine #contenu .content div.slider_texte div#slider ul.flex-direction-nav li a:hover:before {
	color: rgba(47,53,138, 1);
}

/* turquoise */
.turquoise .titre {
	background:rgba(0,128,182,0.9);
}

.turquoise #aside h2 {
	background:rgba(0,128,182,1);
}

.turquoise #aside .tree > li > a, .turquoise .content a, .turquoise .content h2, .turquoise .breadcrumb a {
	color:rgba(0,128,182,1);
}

.turquoise #contenu h2 {
	border-color:rgba(0,128,182,1);
}

.turquoise #contenu h3 {
	color: rgba(0,128,182,1);
}
.turquoise #contenu h3:after {
	background: rgba(0,128,182,1);
}

.turquoise #contenu h4 {
	color: rgba(0,128,182,1);
	text-transform: uppercase;
}

.turquoise #contenu .content ul > li:before {
	content: "-";
	padding-right: 10px;
	color:rgba(0,128,182,1);
	font-weight: 900;
}

.turquoise #contenu .content table tr.entete, .turquoise #contenu .content table tr.pied {
	background: rgba(0,128,182,1);
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
}
.turquoise #contenu .content table tr.entete {
	text-align: center;
}
.turquoise #contenu .content table tr.sous-total {
	color: rgba(0,128,182,1);
}

.turquoise #contenu .content div.slider_texte div#slider ul.flex-direction-nav li a {
	background: rgba(0,128,182, 0.8);
}
.turquoise #contenu .content div.slider_texte div#slider ul.flex-direction-nav li a:hover:before {
	color: rgba(0,128,182, 1);
}

/* bleu */
.bleu .titre {
	background:rgba(0,176,237,0.9);
}

.bleu #aside h2 {
	background:rgba(0,176,237,1);
}

.bleu #aside .tree > li > a, .bleu .content a, .bleu .content h2, .bleu .breadcrumb a {
	color:rgba(0,176,237,1);
}

.bleu #contenu h2 {
	border-color:rgba(0,176,237,1);
}

.bleu #contenu h3 {
	color: rgba(0,176,237,1);
}
.bleu #contenu h3:after {
	background: rgba(0,176,237,1);
}

.bleu #contenu h4 {
	color: rgba(0,176,237,1);
	text-transform: uppercase;
}

.bleu #contenu .content ul > li:before {
	content: "-";
	padding-right: 10px;
	color:rgba(0,176,237,1);
	font-weight: 900;
}

.bleu #contenu .content table tr.entete, .bleu #contenu .content table tr.pied {
	background: rgba(0,176,237,1);
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
}
.bleu #contenu .content table tr.entete {
	text-align: center;
}
.bleu #contenu .content table tr.sous-total {
	color: rgba(0,176,237,1);
}

.bleu #contenu .content div.slider_texte div#slider ul.flex-direction-nav li a {
	background: rgba(0,176,237, 0.8);
}
.bleu #contenu .content div.slider_texte div#slider ul.flex-direction-nav li a:hover:before {
	color: rgba(0,176,237, 1);
}

/* vert */
.vert .titre {
	background:rgba(127,205,200,0.9);
}

.vert #aside h2 {
	background:rgba(127,205,200,1);
}

.vert #aside .tree > li > a, .vert .content a, .vert .content h2, .vert .breadcrumb a {
	color:rgba(127,205,200,1);
}

.vert #contenu h2 {
	border-color:rgba(127,205,200,1);
}

.vert #contenu h3 {
	color: rgba(127,205,200,1);
}
.vert #contenu h3:after {
	background: rgba(127,205,200,1);
}

.vert #contenu h4 {
	color: rgba(127,205,200,1);
	text-transform: uppercase;
}

.vert #contenu .content ul > li:before {
	content: "-";
	padding-right: 10px;
	color:rgba(127,205,200,1);
	font-weight: 900;
}

.vert #contenu .content table tr.entete, .vert #contenu .content table tr.pied {
	background: rgba(127,205,200,1);
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
}
.vert #contenu .content table tr.entete {
	text-align: center;
}
.vert #contenu .content table tr.sous-total {
	color: rgba(127,205,200,1);
}

.vert #contenu .content div.slider_texte div#slider ul.flex-direction-nav li a {
	background: rgba(127,205,200, 0.8);
}
.vert #contenu .content div.slider_texte div#slider ul.flex-direction-nav li a:hover:before {
	color: rgba(127,205,200, 1);
}

/* rouge */
.rouge .titre {
	background:rgba(225,96,54,0.9);
}

.rouge #aside h2 {
	background:rgba(225,96,54,1);
}

.rouge #aside .tree > li > a, .rouge .content a, .rouge .content h2, .rouge .breadcrumb a {
	color:rgba(225,96,54,1);
}

.rouge #contenu h2 {
	border-color:rgba(225,96,54,1);
}

.rouge #contenu h3 {
	color: rgba(225,96,54,1);
}
.rouge #contenu h3:after {
	background: rgba(225,96,54,1);
}

.rouge #contenu h4 {
	color: rgba(225,96,54,1);
	text-transform: uppercase;
}

.rouge #contenu .content ul > li:before {
	content: "-";
	padding-right: 10px;
	color:rgba(225,96,54,1);
	font-weight: 900;
}

.rouge #contenu .content table tr.entete, .rouge #contenu .content table tr.pied {
	background: rgba(225,96,54,1);
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
}
.rouge #contenu .content table tr.entete {
	text-align: center;
}
.rouge #contenu .content table tr.sous-total {
	color: rgba(225,96,54,1);
}

.rouge #contenu .content div.slider_texte div#slider ul.flex-direction-nav li a {
	background: rgba(225,96,54, 0.8);
}
.rouge #contenu .content div.slider_texte div#slider ul.flex-direction-nav li a:hover:before {
	color: rgba(225,96,54, 1);
}

/* orange */
.orange .titre {
	background:rgba(250,191,52,0.9);
}

.orange #aside h2 {
	background:rgba(250,191,52,1);
}

.orange #aside .tree > li > a, .orange .content a, .orange .content h2, .orange .breadcrumb a {
	color:rgba(250,191,52,1);
}

.orange #contenu h2 {
	border-color:rgba(250,191,52,1);
}

.orange #contenu h3 {
	color: rgba(250,191,52,1);
}
.orange #contenu h3:after {
	background: rgba(250,191,52,1);
}

.orange #contenu h4 {
	color: rgba(250,191,52,1);
	text-transform: uppercase;
}

.orange #contenu .content ul > li:before {
	content: "-";
	padding-right: 10px;
	color:rgba(250,191,52,1);
	font-weight: 900;
}

.orange #contenu .content table tr.entete, .orange #contenu .content table tr.pied {
	background: rgba(250,191,52,1);
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
}
.orange #contenu .content table tr.entete {
	text-align: center;
}
.orange #contenu .content table tr.sous-total {
	color: rgba(250,191,52,1);
}

.orange #contenu .content div.slider_texte div#slider ul.flex-direction-nav li a {
	background: rgba(250,191,52, 0.8);
}
.orange #contenu .content div.slider_texte div#slider ul.flex-direction-nav li a:hover:before {
	color: rgba(250,191,52, 1);
}

/* jaune */
.jaune .titre {
	background:rgba(255,221,0,0.9);
}

.jaune #aside h2 {
	background:rgba(255,221,0,1);
}

.jaune #aside .tree > li > a, .jaune .content a, .jaune .content h2, .jaune .breadcrumb a {
	color:rgba(255,221,0,1);
}

.jaune #contenu h2 {
	border-color:rgba(255,221,0,1);
}

.jaune #contenu h3 {
	color: rgba(255,221,0,1);
}
.jaune #contenu h3:after {
	background: rgba(255,221,0,1);
}

.jaune #contenu h4 {
	color: rgba(255,221,0,1);
	text-transform: uppercase;
}

.jaune #contenu .content ul > li:before {
	content: "-";
	padding-right: 10px;
	color:rgba(255,221,0,1);
	font-weight: 900;
}

.jaune #contenu .content table tr.entete, .jaune #contenu .content table tr.pied {
	background: rgba(255,221,0,1);
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
}
.jaune #contenu .content table tr.entete {
	text-align: center;
}
.jaune #contenu .content table tr.sous-total {
	color: rgba(255,221,0,1);
}

.jaune #contenu .content div.slider_texte div#slider ul.flex-direction-nav li a {
	background: rgba(255,221,0, 0.8);
}
.jaune #contenu .content div.slider_texte div#slider ul.flex-direction-nav li a:hover:before {
	color: rgba(255,221,0, 1);
}


#header {
	height:380px;
	width:100%;
	text-align:center;
	position:relative;
	overflow:hidden;
	line-height:38rem;
	padding:0;
}

#header img {
	position:absolute;
	left:50%;
	min-width:100%;
	width:auto;
	height:auto;
	top:50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#header .titre {
	padding:2.8rem 0;
	line-height:3rem;
	display:inline-block;
	width:100%;
	vertical-align:bottom;
	margin:auto;
	color:#fff;
	position:relative;
}

#header h1 {
	text-transform:uppercase;
	font-weight:300;
	font-size:3rem;
	margin:auto;
	vertical-align:middle;
}

#content {
	font-size:0;
	padding:0;
	display:table;
	width:100%;
}

#content > * {
	display:table-cell;
	vertical-align:top;
	font-size:1.4rem;
	padding:6rem 0;
}

#content > * > .content {
	text-align:left;
}

#aside {
	width:34%;
	text-align:right;
	background:#e0e0e0;
	text-transform:uppercase;
}

#aside .content {
	max-width:350px;
	width:100%;
	display:inline-block;
}

#contenu {
	text-align:left;
	width:66%;
	background:#fff;
	padding:6rem 0 6rem 6rem;
}

#contenu .content {
	max-width:760px;
}


/* ASIDE */

#aside h2 {
	display:inline-block;
	width:calc(100% + 2rem);
	position:relative;
	padding:1.5rem 2rem;
	-webkit-border-radius:0.3rem;
	border-radius:0.3rem;
	font-size:1.7rem;
	margin:auto;
	letter-spacing:2px;
	color:#fff;
}

#aside a {
	display:inline-block;
}

#aside a:hover {
	text-decoration:none;
}

#aside .tree {
	margin:3.5rem 2rem 3.5rem 0;
}

#aside .tree > li ul {
	display:none;
}

#aside .tree > li.current_page_ancestor ul, #aside .tree > li.current_page_item > ul {
	display:block;
}

#aside .tree > li.current_page_ancestor, #aside .tree > li.open {
	padding:0 0 1.5rem 0;
}

#aside .tree > li.current_page_item {
	padding:0;
}

#aside .tree > li.current_page_ancestor > a, #aside .tree > li.open > a  {
	margin:0 0 1.5rem 0;
}

#aside .tree > li.current_page_item > a {
	margin:0;
}

#aside .tree > li.current_page_item > ul {
	margin:1.5rem 0;
}

#aside .tree > li > a {
	padding:1.5rem 2rem;
	font-weight:600;
	width:100%;
	letter-spacing:1px;
	position:relative;
}

#aside .tree > li.current_page_ancestor > a, #aside .tree > li.current_page_item > a, #aside .tree > li > a:hover {
	background:#fff;
}

#aside .tree > li > a:after, #aside .tree > li > a:after {
	content:" ";
	width:2rem;
	height:100%;
	background:transparent;
	right:-2rem;
	top:0;
	position:absolute;
}

#aside .tree > li.current_page_ancestor > a:after, #aside .tree > li > a:hover:after, #aside .tree > li.current_page_item > a:after {
	background:#fff;
}

#aside .tree > li ul li a {
	padding:0.8rem 2rem;
	color:#808285;
	letter-spacing:2px;
}

#aside .tree > li ul li.current_page_item a, #aside .tree > li ul li a:hover {
	color:#343332;
}

#aside .tree > li ul li:first-child a {
	padding:0rem 2rem 0.8rem 2rem; 
}

#aside .tree > li ul li:last-child a {
	padding:0.8rem 2rem 0rem 2rem; 
}

#aside .tree > li {
	border-bottom:1px solid #cdcdcd;
}

/* CONTENT */

.breadcrumb {
	display:block;
	border-bottom:1px solid #dadad9;
	font-style:italic;
	font-weight:300;
}

.breadcrumb a {
	
}

#contenu .content img {
	position: inherit;
}

#contenu .content h2 {
	padding:4rem 0 2rem 0;
	text-transform:uppercase;
	font-weight:100;
	font-size:2.2rem;
	width:100%;
	border-bottom:1px solid;
	letter-spacing:2px;
}

#contenu .content h3 {
	text-align: left;
	padding:4rem 0 0 0;
	text-transform:uppercase;
	font-weight:100;
	font-size:1.9rem;
	margin: 0 auto;
	letter-spacing:2px;
}
#contenu .content h3:after {
	content: "";
	display: block;
	width: 100px;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}

div#contenu div.content .image{
	border: 2px solid #ffdd00;
	position: relative;
}
div#contenu div.content .image:before {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 2rem;
    left: 2rem;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #e0e0e0;
    content: " ";
    opacity: 0.3;
}

/* BLOC IMAGE ET TEXTE / TEXTE ET IMAGE */

.image_texte, .texte_image {	
	margin:1.5rem auto;
}

	/* image */

.image_texte .col_1_2:first-child span, .texte_image .col_1_2:last-child span {
	display:inline-block;
	vertical-align:middle;
	position:relative;
}

.image_texte .col_1_2:first-child span:before, .texte_image .col_1_2:last-child span:before {
	position:absolute;
	width:100%;
	height:100%;
	top:2rem;
	left:2rem;
	-webkit-border-radius:4px;
	border-radius:4px;
	background:#e0e0e0;
	content:" ";
	opacity:0.3;
}

	/* texte */
	
.image_texte .col_1_2:last-child div, .texte_image .col_1_2:first-child div {
	left: -8rem;
	position: relative;
	margin: 3rem 0 0 0;
	width:calc(100% + 8rem);
	padding:1.5rem 1.5rem 1.5rem 7rem;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:2px solid #ffdd00;
	line-height:2.2rem;
}
.texte_image .col_1_2:first-child div {
	left: 2rem;
	z-index: 10;
	padding:1.5rem 7rem 1.5rem 1.5rem;
}

/* BLOC TABLEAU D'IMAGES / ELU */
.elu {
	padding: 20px;
}
body.page-id-428 .elu > .image {
	height: 250px;
	overflow: hidden;
}
.elu > .image > img {
	width: 100%;
}
.elu > .texte {
	border-left: 1px solid #ffdd00;
	padding: 0 10px;
}
.elu > .texte > p.titre {
	background: none;
	padding: 0;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 1.5rem;
	color: rgba(0,176,237,1);
}
.elu > .texte > p:nth-child(2) {
	margin-top: 0;
	color: #8a8c8f;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}

/* BLOC TABLEAU */
div.tableau table {
	font-size: 1.4rem;
	border: 1px solid #808285;
}
div.tableau table tr:nth-child(even) {
	background: #eee;
}
div.tableau table tr.titre {
	color: #FFF;
	text-align: center;
	font-weight: 700;
}
div.tableau table tr.sous-sous-total {
	font-weight: 700;
}
div.tableau table tr.sous-total {
	font-weight: 700;
}
div.tableau table tr.total {
	font-weight: 700;
}
div.tableau table th {
	border: 1px solid;
	padding: 5px;
	background: #808285;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
}
div.tableau table td {
	border-left: 1px solid #808285;
	border-right: 1px solid #808285;
	padding: 5px 10px;
}

/* BLOC SLIDER ET TEXTE */
#contenu .content div.slider_texte div#slider li:before, #contenu .content div.slider_texte div#carousel li:before {
	display: none;
}
#contenu .content div.slider_texte div#carousel ul.flex-direction-nav a.flex-next, 
#contenu .content div.slider_texte div#carousel ul.flex-direction-nav a.flex-prev{
    display:none;
}
#contenu .content div.slider_texte div#slider ul.flex-direction-nav li {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: -17px;
}
#contenu .content div.slider_texte div#slider ul.flex-direction-nav li+li {
	right: -17px;
    left: auto;
}
#contenu .content div.slider_texte div#slider ul.flex-direction-nav li a {
	border: none;
}
#contenu .content div.slider_texte div#slider ul.flex-direction-nav li a:hover {
	background: #FFF;
}
#contenu .content div.slider_texte div#carousel ul > li > img {
	cursor: pointer;
}
#contenu .content div.slider_texte div#carousel ul > li > img:hover {
	opacity: 0.6;
}
#contenu .content div.slider_texte div.colonne {
	border-left: 1px solid #ffdd00;
	padding: 0 2rem 0 2.5rem;
}

/* COMPTES RENDUS SUCCINCTS */
div#contenu div.content > div.conseils-municipaux {
	font-size: 0;
}
div#contenu div.content > div.conseils-municipaux > ul > li:before {
	display: none;
}

/* LES PLAGES */
.page-id-271 > #main > #content > #contenu > .content > h2:nth-child(2) {
	display:none;
}

/* AGENDA DES EVENEMENTS */
#main > #content > #contenu > .content > div#agenda {
	font-size: 0;
	background:inherit;
	display: table;
}
#main > #content > #contenu > .content > div#agenda ul {
	display: table-row;
}
#main > #content > #contenu > .content > div#agenda li:before {
	display: none;
}
#main > #content > #contenu > .content > div#agenda li {
	margin: 2rem 0;
	padding:1rem;
	display: table-cell;
    height: 100%;
}
#main > #content > #contenu > .content > div#agenda li > div {
	border: 3px solid #d5d5d5;
	padding:1rem;
	height: 100%;
}
#main > #content > #contenu > .content > div#agenda div.date span,
#main > #content > #contenu > .content > div#agenda li h4 a {
	color: rgba(0,128,182,0.9);
}
#main > #content > #contenu > .content > div#agenda li p {
	color: #000;
}

/* ACTUALITE */
.single-post > #main > #content > #contenu > .content > div.wrapper img {
	display: block;
	margin: 0 auto;
}

/* EVENEMENT */
body.single-agenda > #main > #content > #contenu > .content > div.wrapper p.date {
	font-weight: bold;
}
body.single-agenda section#content div#contenu div.content a.btn.retour {
	margin-top: 10px;
}
body.single-agenda section#content div#contenu div.content a.btn.retour:hover {
	color: #FFF;
}

/* EMPLOIS */
div#contenu div.content > div#offres-demploi {
	font-size: 0;
}
div#contenu div.content > div#offres-demploi > ul > li {
	margin: 30px 0;
}
div#contenu div.content > div#offres-demploi > ul > li:before {
	display: none;
}
div#contenu div.content > div#offres-demploi > ul > li {
	border-left: 1px solid #ffdd00;
	padding: 0 10px;
}
div#contenu div.content > div#offres-demploi > ul > li > a > h3 {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	font-weight: 700;
	font-size: 1.5rem;
	color: rgba(0,176,237,1);
}
div#contenu div.content > div#offres-demploi > ul > li > a > h3:after {
	display: none;
}
div#contenu div.content > div#offres-demploi > ul > li > p {
	margin: 0;
	color: #8a8c8f;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}
div#contenu div.content > div#offres-demploi > ul > li > a.btn {
	margin-top: 10px;
	padding: 1rem 1.5rem;
	font-size: 1.2rem;
}
div#contenu div.content > div#offres-demploi > ul > li > a.btn:hover {
	color: #FFF;
}

/* ARRETES */
div#contenu div.content div.arretes_municipaux {
	font-size: 0;
}
div#contenu div.content div.arretes_municipaux > ul > li {
	margin: 30px 0;
	border-left: 1px solid #ffdd00;
	padding: 0 10px;
}
div#contenu div.content div.arretes_municipaux > ul > li:before {
	display: none;
}
div#contenu div.content div.arretes_municipaux > ul > li > h4 {
	margin: 0;
	color: #8a8c8f;
}
div#contenu div.content div.arretes_municipaux > ul > li > a.btn {
	margin-top: 10px;
	padding: 1rem 1.5rem;
	font-size: 1.2rem;
}
div#contenu div.content div.arretes_municipaux > ul > li > a.btn:hover {
	color: #FFF;
}

/* SINGLE OFFRE D'EMPLOI */
body.single-offre-demploi section#content div#contenu div.content a.btn.retour {
	margin-top: 10px;
}
body.single-offre-demploi section#content div#contenu div.content a.btn.retour:hover {
	color: #FFF;
}
input#offre, input#url {
	display: none;
}

/* CONTACT */

form .adresse textarea {
	max-height:100px;
}

.coordonnees {
	padding: 3rem;
	border: 3px solid #eece01;
	margin: 2rem 0 0 4rem;
	width: calc(100% - 2rem);
	
}

.coordonnees span {
	display:inline-block;
	vertical-align:middle;
}


div#cookie-container-bar{
	display: flex;
	vertical-align: middle;
	justify-content: center;
}
div#cookie-container-bar div#cookie-img-bar{
	display: flex;
	vertical-align: middle;
	align-items: center;
}
div#cookie-container-bar div#cookie-img-bar img{
	width: 210px;
}
div#cookie-container-bar div#cookie-text-bar{
	padding: 10px;
	width: 65%;
}
div#cookie-container-bar div.cookie-ss-text-bar{
	font-size:0.8em;
	text-align:center
}
div#cookie-container-bar div#cookie-text-bar .cli-bar-message{
	text-align: center;
	font-size:16px
}
div#cookie-container-bar div#cookie-text-bar .cli-bar-message strong{
	font-size:1.2em
}
div#cookie-container-bar div#cookie-buttons-bar{
	display: flex;
}
#cookie-law-info-bar{
	text-align: left !important; 
	padding: 15px 15px !important; 
	border-color: rgb(51, 51, 51) !important; 
	border-radius: 15px !important; 
	background-color: rgba(255, 255, 255, 0.97) !important; 
	color: rgb(51, 51, 51); font-family: inherit !important; 
	position: fixed !important; 
	width: 720px !important; 
	height: auto !important; 
	max-height: 500px !important; 
	top: 50% !important; 
	left: 50% !important; 
	transform: translate(-50%, -50%) !important; 
	overflow: auto !important; 
}

@media screen and (max-width: 640px) {
	#cookie-law-info-bar{
		padding: 5px 5px !important; 
		width: 100% !important; 
		max-height: 600px !important;
	}
	
	div#cookie-container-bar div#cookie-text-bar{
		padding: 10px;
		width: 100%;
	}
	#wt-cli-accept-all-btn,
	#wt-cli-reject-btn,
	#wt-cli-settings-btn{
		padding:8px 15px!important;
	}
	div#cookie-container-bar{
		flex-wrap: wrap;
	}
	div#cookie-container-bar div#cookie-text-bar{
		font-size: 12px;
	}
}


   
/* ==========================================================================
   Styles responsive
   ========================================================================== */
@media screen and (max-width: 1440px) {
	/* HEADER*/
	
	#menu li a span, #menu li:hover a span, #menu li:hover a::before, #menu .current-menu-item a span, #menu .current-menu-item a::before {
		padding:0 1rem;
	}
}

@media screen and (max-width: 1280px) {
	#menu > li:first-child {
		padding:0 0.1rem 0 0;
	}
	
	#menu > li {
		padding:0 0.1rem;
	}
	
	#menu > li:last-child {
		padding:0 0 0 0.1rem;
	}
	
	
	#menu li a span, #menu li:hover a span, #menu li:hover a::before, #menu .current-menu-item a span, #menu .current-menu-item a::before {
		padding:0 0.3rem;
		
	}
	
	#menu .sub-menu a {
		padding:1.5rem 0;
		
	}
}

   
@media screen and (max-width: 1000px) {
	.wrapper {
		padding:0 20px;
	}
}

@media screen and (max-width: 1024px) {
	#top .right, #top .left {
		float:none;
	}
	
	
	/* MENU */
	#head .wrapper > div {
		line-height:1;
	}
	header a.mobile-menu {
		display:inline-block;
		vertical-align:middle;
		margin:0 2rem 0 0; 
	}
	
	header #menu {
		display:none;
		position:absolute;
		left:0;
		width:100%;
		text-align:left;
		z-index:10;
		top:285%;
	}
	
	#menu > li, #menu > li:first-child, #menu > li:last-child {
		padding:0;
		background:#fff;
	}
	
	#menu a {
		width:100%;
		padding:2rem 1rem;
		
	}
	
	#menu > li:hover > a::after, #menu > li.current-menu-item > a::after {
		-webkit-border-radius: 0px;
		border-radius: 0px;
	}
	
	#menu > li > a::after {
		height:0.2rem;
	}
	
	#menu .sub-menu, #menu .sub-menu a {
		position:relative;
		top:0;
		padding:0;
	}
	
	.sub-menu > li, #menu .sub-menu a span, #menu > li {
		width:100%;
		display: block;
	}
	
	#menu .sub-menu a span, #menu li:hover .sub-menu a span {
		padding:1rem;
	}
	
	/* accès rapides*/
	
	.acces_rapide {
		position:relative;
	}
	
	.acces_rapide li a {
		padding:1rem 2rem 1rem 4rem;
	}
	
	.acces_rapide li::after {
		display:none;
	}
	
	/*slider */
	
	#slider li .title {
		bottom:0 !important;
	}
	
	/* header pages intérieures */
	
	#header {
		line-height:20rem;
		height:auto;
	}
	
	/* actualités */
	
	#actualites li {
		padding:1rem 0.5rem;
	}
	
	/* conseils municipaux */
	
	.conseils-municipaux li a {
		padding:1rem;
	}
	
	.conseils-municipaux a .right span:first-child {
		display:none;
	}
	
	.conseils-municipaux .icon-file {
		max-width:calc(100% - 20px);
	}
	
	.conseils-municipaux .icon-file strong {
		padding:0 0 0 4.1rem;
	}
	
	/* agenda */
	
	#agenda li {
		padding:0 1rem;
	}
	
	#agenda li > div > div {
		display:block;
		margin:auto;
	}
	
	#agenda li > div > div:first-child + div {
		padding:0 1rem;
	}
	
	#agenda li > div > div {
		width:100%;
	}
	
	/* footer */
	
	footer #bottom ul li {
		letter-spacing:0px;
	}
	
	footer #bottom ul li.right {
		float:none;
	}
	
	/* PAGES INT */
		
	/* aside */
	
	#content > * {
		padding:2rem 0;
	}
	
	#contenu {
		padding:2rem 0 2rem 2.5rem;
	}
	
	#aside {
		width:20%;
	}
	
	#aside .content {
		max-width:100%;
	}
	
	body.page-id-428 .elu > .image {
		height:auto;
	}
	
	.col_1_4 {
		width:50%;
	}
}

@media screen and (max-width: 800px) {
	
	div.cam-div{
    position: absolute;
  }

	/* elus */
	
	.col_1_3 {
		width:50%;
	}
	
	
	/* accès rapide */
	
	.acces_rapide li {
		display:inline-block;
		width:50%;
	}
	
	/* slider */
	
	#slider li .title .wrapper {
		padding: 2.5rem 12rem 2.5rem 3rem;
	}
	
	/* actualités */
	
	#actualites li .description {
		margin: -4rem 1rem 0 1rem;
		padding: 4rem 1rem 1.4rem 1rem;
	}
	
	/* galerie */
	
	#galerie .main-image {
		height:calc(100% - 100px);
	}
	
	#galerie ul li {
		height:100px;
	}
	
	/* Institutions */
	
	#partenaires ul li {
		display:inline-block;
	}
	
	/* footer */
	
	footer > .wrapper {
		padding:2rem;
	}
	
	footer > .wrapper > div.mairie, footer > .wrapper > div.mairie + div, footer > .wrapper > div, footer > .wrapper > div:last-child {
		width:49%;
	}
	
	.col_1_2, .col_1_2 + .col_1_2, .col_3_4 {
		width:100%;
		padding:1rem 1rem 1rem 0rem;
	}
	
}



@media screen and (max-width: 640px) {
	
	/* actualites */
	
	#actualites li.col_1_3 {
		width:100%;
	}
	
	#actualites li .description {
		margin: -4rem 1.5rem 0 1.5rem;
		padding: 6rem 2rem 1.4rem 2rem;
	}
	
	#actualites .hover-image img {
		width:100%;
	}
	
	/* conseil municipal */
	
	.conseils-municipaux li.col_1_3, #agenda li.col_1_3, .col_1_3 {
		width:100%;
	}
	
	/* agenda */ 
	
	#agenda li.col_1_3 {
		text-align:center;
	}
	
	/* galerie */
	
	#galerie ul li {
		width:33.3%;
		display:inline-block;
		height:50px;
	}
	
	#galerie h3 {
		font-size:2.8rem;
	}
	
	/* footer */
	
	footer > .wrapper > div.mairie, footer > .wrapper > div.mairie + div, footer > .wrapper > div, footer > .wrapper > div:last-child {
		width:100%;
	}
	
	
	/* aside */
	
	#aside .tree > li > a {
		font-size:1.2rem;
		padding:1.5rem 1rem;
		letter-spacing:0px;
	}
	
	#aside .tree > li ul li a {
		font-size:1.2rem;
		letter-spacing:0px;
	}
	
	
}

@media screen and (max-width: 480px) {
	
	#content, #contenu {
		display:block;
		width:100%;
	}
	
	#aside {
		display:block;
		width:100%;
	}
	
	#aside .tree {
		margin:1rem;
	}
	
	#aside h2 {
		width:100%;
		display:none;
	}
	
	#aside .tree > li {
		display:none;
	}
	
	#aside li.current_page_item, #aside li.current_page_ancestor {
		display:block;
	}
	
	
	.coordonnees {
		margin: 2rem 0 0 1rem;
	}
	
	.col_1_4 {
		width:100%;
	}
}

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

/* ==========================================================================
   Print styles
   ========================================================================== */

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



	
