/*!
Theme Name: CRGL_base_theme
Theme URI: http://underscores.me/
Author: CarlosRGL
Author URI: http://CarlosRGL
Description: a wordpress theme based in underscore
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: crgl_base_theme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

CRGL_base_theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Asides
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Abel);

@font-face {
  font-family: 'abelregular';
  src: url('fonts/abel-regular-webfont.woff2') format('woff2'),
    url('fonts/abel-regular-webfont.woff') format('woff'),
    url('fonts/Abel-Regular.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: 'Abel';
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin-top: 0 !important;
}

body {
  margin: 0;
}
/*
#page{
  overflow: hidden;
}
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
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: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
  font-weight: 200;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  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;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: 'Abel';
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

p {
  margin-bottom: 1em;
  font-size: 18px;
  color: #585858;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote,
q {
  quotes: '' '';
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: none;
  color: #836095;
  font-size: 12px;
  font-size: 20px;
  line-height: 1;
  padding: 0;
  background-color: transparent;
}
.header-search input[type='submit'] {
  display: inline-block;
  position: relative;
  left: 23%;
  border-left: solid 1px #dcdcdd;
  padding-left: 0;
  height: 30px;
  float: right;
  bottom: 38px;
}
.home .newsletter-hp input[type='submit'] {
  display: inline-block;
  position: relative;
  left: 74%;
  bottom: 35px;
  border-left: solid 1px #dcdcdd;
  padding-left: 10px;
  height: 30px;
}

button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5),
    inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: #666;
  border-radius: 5px;
  width: 240px;
  height: 40px;
  border: solid 1px #dcdcdd;
}

.header-search input[type='search'] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.contact-content #gform_submit_button_2:hover {
  border: solid 2px #fff;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'] {
  padding: 3px;
  border: solid 1px #dcdcdd;
  padding-left: 15px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
  text-decoration: none;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  top: 291px;
  z-index: 3;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  /* box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); */
  float: left;
  position: absolute;
  top: 79px;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
  height: 40px;
  line-height: 2.2;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
  height: 40px;
  line-height: 2.2;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex='-1']:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Pages & articles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 15px;
  margin-right: 1%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 30.995%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
.gallery figure img {
  margin: 0 auto;
  cursor: pointer;
}

/*------------------------------------------------------------------------------------------------------------------
## ------------- CUSTOM SEB CSS ---------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------*/

.site {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
}
* {
  outline: 0;
}
.site-header {
  height: 370px;
}

/* ------------------ HEADER ---------------------- */

.header-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  height: 100%;
}
.masque {
  background: url('img/masque.png') no-repeat;
  background-position: 50% 0;
  width: 100%;
  height: 370px;
  z-index: 0;
  position: absolute;
}
.jcider-slider {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.slider_header {
  width: 100%;
  height: 370px;
  position: absolute !important;
  z-index: 0;
}
.img_slider-header {
  height: 100%;
  width: 100%;
  background-position: 50% 0;
}
.logo-site {
  width: 490px;
  height: 147px;
  position: absolute;
  top: -35px;
  left: 20%;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.logo-site > a {
  display: block;
  height: 100%;
  position: relative;
}
.jcider-slider {
  list-style-type: none;
}

/* ---------------------------------------- MAIN MENU ----------------------------------------------- */

.menu-menu-1-container {
  position: absolute;
  z-index: 5;
  width: 100%;
  max-width: 1200px;
}
.menu-menu-1-container > ul {
  width: 100%;
  max-width: 1200px;
  height: 79px;
}
.menu-menu-1-container > ul > li {
  height: 79px;
  width: 16.666%;
  padding: 0 2%; /* 0 38px */
}
.menu-menu-1-container ul ul li {
  height: 65px;
}
.menu-menu-1-container ul > li:nth-child(odd) {
  background-color: #829d10;
  background-image: url('img/separateur.png');
  background-repeat: no-repeat;
  background-position: 100% 0;
  transition: background-color 0.3s;
}
.menu-menu-1-container ul > li:nth-child(odd):hover {
  background-color: #734889;
  transition: background-color 0.3s;
}
.menu-menu-1-container ul > li:nth-child(even) {
  background-color: #89a31e;
  background-image: url('img/separateur.png');
  background-repeat: no-repeat;
  background-position: 100% 0;
  transition: background-color 0.3s;
}
.menu-menu-1-container ul > li:nth-child(even):hover {
  background-color: #734889;
  transition: background-color 0.3s;
}
.menu-menu-1-container ul > li:nth-child(1) {
  border-top-left-radius: 6px;
}
.menu-menu-1-container ul > li:nth-child(6) {
  border-top-right-radius: 6px;
}
.menu-menu-1-container > ul > li > a {
  color: #fff;
  max-width: 245px;
  text-align: center;
  font-family: 'Abel';
  font-size: 20px;
  padding-top: 25px;
  line-height: 1;
  padding-left: 11px;
  padding-right: 12px;
  background: url('img/flche_4.png') no-repeat;
  display: block;
  background-position: 50% 100%;
  height: 82px;
  position: relative;
  bottom: 10px;
}
.menu-menu-1-container ul ul > li > a {
  color: #fff;
  max-width: 245px;
  text-align: center;
  font-family: 'Abel';
  font-size: 16px;
  padding-top: 25px;
  line-height: 1;
  padding-left: 11px;
  padding-right: 12px;
  background: url('img/flche_4.png') no-repeat;
  display: block;
  background-position: 50% 100%;
  height: 82px;
  position: relative;
  bottom: 10px;
  max-width: 130px;
}

.menu-menu-1-container ul > li:nth-child(1) > a {
  background-position: 50% 100%;
}
.menu-menu-1-container ul > li:nth-child(6) > a {
  width: 162px;
}
#primary-menu .subsubmenu {
  display: none !important;
}
.menu-menu-1-container .current-page-ancestor {
  background-color: #734889 !important;
}
.menu-menu-1-container .current-menu-item {
  background-color: #734889 !important;
}
/* ---- sub pages ---- */

.menu-menu-1-container ul ul li {
  display: inline-block;
  padding: 0;
  background-color: #a7ba57 !important;
  transition: background-color 0.3s;
}
.menu-menu-1-container ul ul li:hover {
  background-color: #9d7eac !important;
  transition: background-color 0.3s;
}
.menu-menu-1-container ul ul li a {
  background-image: none;
  padding: 0;
  bottom: -15px !important;
  height: 40px !important;
  display: block;
  height: 77%;
}
.menu-menu-1-container ul ul > li:nth-child(1) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 6px;
}
.menu-menu-1-container ul ul > li:nth-child(6) {
  border-top-right-radius: 0;
}
.menu-menu-1-container ul ul > li:last-child() {
  border-bottom-right-radius: 6px;
}
.menu-menu-1-container ul > li:nth-child(1):hover ul {
  left: 0 !important;
}
.menu-menu-1-container ul > li:nth-child(2):hover ul {
  left: 0 !important;
}
.menu-menu-1-container ul > li:nth-child(3):hover ul {
  left: 0 !important;
}
.menu-menu-1-container ul > li:nth-child(4):hover ul {
  left: -295px !important;
}
.menu-menu-1-container ul > li:nth-child(5):hover ul {
  left: -304px !important;
}
.menu-menu-1-container ul > li:nth-child(6):hover ul {
  left: -411px !important;
}
.menu-menu-1-container ul li:nth-child(1) ul {
  width: 1060px;
}
.menu-menu-1-container ul li:nth-child(2) ul {
  width: 415px;
}
.menu-menu-1-container ul li:nth-child(3) ul {
  width: 695px;
}
.menu-menu-1-container ul li:nth-child(4) ul {
  width: 545px;
}
.menu-menu-1-container ul li:nth-child(5) ul {
  width: 650px;
}
/* -------- la mairie submenu --------- */
.menu-menu-1-container ul li:nth-child(1) ul li:nth-child(7) a {
  width: 138px !important;
}
/* -------- social et santé submenu --------- */
.menu-menu-1-container ul li:nth-child(2) ul li:nth-child(1) a {
  width: 95px !important;
}
.menu-menu-1-container ul li:nth-child(2) ul li:nth-child(2) a {
  width: 130px !important;
}
.menu-menu-1-container ul li:nth-child(2) ul li:nth-child(3) a {
  width: 165px !important;
}
/* -------- enfance et jeunesse submenu --------- */
.menu-menu-1-container ul li:nth-child(3) ul li:nth-child(1) a {
  width: 145px !important;
}
.menu-menu-1-container ul li:nth-child(3) ul li:nth-child(3) a {
  width: 100px !important;
}
.menu-menu-1-container ul li:nth-child(3) ul li:nth-child(4) a {
  width: 100px !important;
}
.menu-menu-1-container ul li:nth-child(3) ul li:nth-child(5) a {
  width: 110px !important;
}
/* -------- urbanisme et env submenu --------- */
.menu-menu-1-container ul li:nth-child(4) ul li:nth-child(1) a {
  width: 125px !important;
}
.menu-menu-1-container ul li:nth-child(4) ul li:nth-child(2) a {
  width: 147px !important;
}
.menu-menu-1-container ul li:nth-child(4) ul li:nth-child(3) a {
  width: 110px !important;
}
.menu-menu-1-container ul li:nth-child(4) ul li:nth-child(4) a {
  width: 163px !important;
}

/* -------- vie eco et asso submenu --------- */
.menu-menu-1-container ul li:nth-child(5) ul li:nth-child(1) a {
  width: 145px !important;
}
.menu-menu-1-container ul li:nth-child(5) ul li:nth-child(2) a {
  width: 130px !important;
}
.menu-menu-1-container ul li:nth-child(5) ul li:nth-child(3) a {
  width: 114px !important;
}
.menu-menu-1-container ul li:nth-child(5) ul li:nth-child(4) a {
  width: 146px !important;
}

/* -------- culture tourisme submenu --------- */
.menu-menu-1-container ul li:nth-child(6) ul li:nth-child(1) a {
  width: 125px !important;
}
.menu-menu-1-container ul li:nth-child(6) ul li:nth-child(2) a {
  width: 155px !important;
}
.menu-menu-1-container ul li:nth-child(6) ul li:nth-child(3) a {
  width: 180px !important;
}
.menu-menu-1-container ul li:nth-child(6) ul li:nth-child(5) a {
  width: 95px !important;
}

/* ---------------------------------------- SEARCH FORM HEADER -------------------------------------- */

.header-search {
  position: relative;
  top: 243px;
  /* left: 78.5%; */
  z-index: 5;
  width: 257px;
  float: right;
  height: 48px;
}
.header-search .search-field {
  height: 30px !important;
  width: 239px;
  padding-left: 15px;
  height: 42px !important;
  border: none;
}
.header-search button,
.header-search input[type='button'],
.header-search input[type='reset'],
.header-search input[type='submit'] {
  left: -10px;
  width: 38px;
  background: transparent;
  background: url('img/loupe.png') no-repeat 8px 0 !important;
}
.search-go {
  border-left: 1px solid #dcdcdd;
  float: right;
  padding-left: 5px;
  position: relative;
  right: 10px;
  top: -38px;
}

/* ---------------------------------------- MAIN CONTENT ACCUEIL ------------------------------------ */
/* ---------------------------------------- MAIN CONTENT ACCUEIL ------------------------------------ */
/* ---------------------------------------- MAIN CONTENT ACCUEIL ------------------------------------ */

.site-main {
  width: 100%;
  max-width: 1200px;
  /* margin: 0 auto; */
  min-height: 500px;
  overflow: hidden;
}
.site-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.site-main > article.type-page {
  margin-left: 311px;
  margin-top: 60px;
}
.colonne-gauche {
  float: left;
  width: 276px;
  margin-top: 30px;
}
.home .entry-header {
  border-bottom: 1px solid #dcdcdd;
  height: 38px;
}
.entry-header h2 {
  background: #fff;
  font-size: 34px;
  display: initial;
  padding-right: 8px;
  color: #808080;
  font-weight: lighter;
}
.entry-content h2 {
  background: #fff;
  font-size: 34px;
  display: initial;
  padding-right: 8px;
  color: #808080;
  font-weight: lighter;
}
h1 {
  font-size: 42px;
  display: initial;
  padding-right: 8px;
  color: #819d10;
  font-weight: lighter;
  display: block;
  margin-top: 0;
}
.home .entry-content {
  margin-top: 50px;
}
.entry-content {
  margin-top: 10px;
}
.homepage-actus {
  display: inline-block;
  vertical-align: top;
  width: 74%;
  margin-left: 2.65%;
  margin-top: 30px;
}
.homepage-actus a {
  text-decoration: none;
}
.actus-all {
  height: 20px;
  position: relative;
  top: 18px;
}
.actus-all p {
  height: 20px;
  margin: 0;
}
.actus-all {
  float: right;
  color: #89a31e;
  text-decoration: none;
}
.actus-all p {
  color: #89a31e;
  position: relative;
  bottom: 8px;
  text-align: right;
}
.article_thumb {
  height: 240px;
  width: 376px;
  background-size: cover;
  display: inline-block;
}
.actu-text {
  width: 506px;
  height: 240px;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}
.actu_title_hp {
  margin: 20px 0 0;
  font-family: 'Abel';
  font-size: 24px;
  font-weight: 200;
  color: #808080;
}
.actu-content p {
  width: 95%;
}
.article_button-block {
  height: 41px;
  width: 120px;
}
a.purple-button {
  display: block;
  height: 41px;
  width: 135px;
  background: url('img/link-purple.png') no-repeat 0 0;
  line-height: 2.5;
  padding-left: 50px;
  text-transform: uppercase;
  color: #855e9f;
}

/* ---------------------------------------- BLOC ACTUS ------------------------------------ */

.home .site-main article header {
  padding-left: 0;
}
.content-actus {
  height: 220px;
  border: solid 1px green;
}
.home .advps-slide-container {
  margin-top: 28px;
  height: 240px;
}
.advps-excerpt-block-one {
  padding-left: 375px;
  margin: 0 0 0 20px;
}
.advps-slide img {
  width: 375px;
}
h2.advs-title {
  margin: 15px 0px 10px 0px !important;
}
h2.advs-title a {
  font-weight: 200 !important;
}
.advps-excerpt-block-one p {
  max-width: 450px !important;
  margin-bottom: 5px;
}
.advps-slide-container .bx-viewport {
  height: 240px;
}
#advps_container1 .bx-wrapper .bx-pager {
  width: 455px;
  max-width: 455px;
  top: 195px;
}
.lire-suite-actu {
  background: url('img/link-purple.png') no-repeat;
  padding-left: 60px;
  height: 45px;
  padding-top: 6px;
}
.lien-lire-suite {
  bottom: 56px;
  display: block;
  height: 40px;
  left: 390px;
  position: relative;
  width: 200px;
  z-index: 10;
}
/* ---------------------------------------- BLOC AGENDA ------------------------------------ */

.agenda-container {
  width: 100%;
  max-width: 900px;
  margin-top: 30px;
  overflow: hidden;
}
h2 span {
  font-size: 15px;
}
.events-container {
  width: 32%;
  margin-right: 2%;
  float: left;
}
.events-container:nth-child(4) {
  margin-right: 0;
}
.event-container {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 35px;
  margin-left: 0;
  float: left;
}
.event-container:last-child {
  margin-right: 0;
}
.event-container:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.event-details {
  background-color: #829d10;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.event-container:hover .event-details {
  background-color: #829d10;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.agenda_thumb {
  height: 160px;
  background-size: cover;
}
.bulle-date-agenda {
  width: 78px;
  height: 78px;
  background-color: #69800b;
  border-radius: 50%;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: -10px;
}
.date-agenda {
  margin: 0;
  padding: 0;
  width: 52px;
  display: block;
  text-align: center;
  margin-left: 12px;
  padding-top: 22px;
  color: #d5ef14;
  font-family: 'Abel';
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 15px;
}
.agenda-titre-container {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  width: 10%;
  position: absolute;
}
.agenda-titre {
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  padding-left: 5px;
}
.lire-event {
  width: 15px;
  vertical-align: top;
  padding-top: 12px;
  float: right;
}
.lire-agenda {
  text-decoration: none;
  font-size: 36px;
  color: black;
}
.events-container {
  height: 275px;
}

/* ---------------------------------------- BLOC IMAGES ------------------------------------ */

.en-images-container {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
  margin-top: 32px;
}
.histoire-container {
  width: 56%;
  display: inline-block;
  vertical-align: top;
  margin-top: 32px;
  height: 313px;
}
.en-images {
  background: url('http://www.ledenon.fr/wp-content/uploads/2016/05/LEDENON-e1487538186783.jpg')
    no-repeat;
  width: 100%;
  height: 245px;
  margin-top: 30px;
  background-size: cover;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.en-images-container a {
  text-decoration: none;
}
.histoire-container a {
  text-decoration: none;
}
.hp-histoire {
  background: url('img/histoire.png') no-repeat;
  width: 100%;
  height: 245px;
  margin-top: 30px;
  background-size: cover;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-filter: brightness(70%);
  -moz-filter: brightness(70%);
  -o-filter: brightness(70%);
  -ms-filter: brightness(70%);
  filter: brightness(70%);
}
.home .en-images:hover {
  filter: sepia(80);
}

/* ----------------- BLOC HISTOIRE HP ----------------- */

.hist-content {
  width: 100%;

  height: 0;
  position: relative;
  bottom: 270px;
}
.hist-content h3 {
  color: #fff;
  font-size: 24px;
  font-weight: lighter;
  padding-top: 100px;
  padding-left: 25px;
  margin-bottom: 0;
  position: absolute;
}
.hist-content p {
  color: #fff;
  padding-left: 25px;
  margin-top: 0;
  font-size: 18px;
  line-height: 1.2;
  padding-right: 52px;
  background: url('img/link-grey.png') no-repeat;
  background-position: 97% 67%;
  min-height: 53px;
  position: absolute;
  padding-top: 160px;
  margin-bottom: 0;
  padding-bottom: 80px;
}
.hist-content p:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* ----------MÉTÉO ---------- */
.meteo {
  bottom: 25px;
  height: 78px;
  position: relative;
}
@font-face {
  font-family: 'weather';
  src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
  src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff')
      format('woff'),
    url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf')
      format('truetype'),
    url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg')
      format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ---------- DATE ---------- */

.date-jour {
  color: #8e8e8e;
  position: relative;
  height: 0;
  top: 8px;
  left: 54%;
  width: 85px;
  padding-bottom: 3px;
}

#weather {
  width: 100%;
  margin: 0px auto;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  bottom: 30px;
}

i {
  color: #855e9f;
  font-family: weather;
  font-size: 95px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-transform: none;
}

.icon-0:before {
  content: ':';
}
.icon-1:before {
  content: 'p';
}
.icon-2:before {
  content: 'S';
}
.icon-3:before {
  content: 'Q';
}
.icon-4:before {
  content: 'S';
}
.icon-5:before {
  content: 'W';
}
.icon-6:before {
  content: 'W';
}
.icon-7:before {
  content: 'W';
}
.icon-8:before {
  content: 'W';
}
.icon-9:before {
  content: 'I';
}
.icon-10:before {
  content: 'W';
}
.icon-11:before {
  content: 'I';
}
.icon-12:before {
  content: 'I';
}
.icon-13:before {
  content: 'I';
}
.icon-14:before {
  content: 'I';
}
.icon-15:before {
  content: 'W';
}
.icon-16:before {
  content: 'I';
}
.icon-17:before {
  content: 'W';
}
.icon-18:before {
  content: 'U';
}
.icon-19:before {
  content: 'Z';
}
.icon-20:before {
  content: 'Z';
}
.icon-21:before {
  content: 'Z';
}
.icon-22:before {
  content: 'Z';
}
.icon-23:before {
  content: 'Z';
}
.icon-24:before {
  content: 'E';
}
.icon-25:before {
  content: 'E';
}
.icon-26:before {
  content: '3';
}
.icon-27:before {
  content: 'a';
}
.icon-28:before {
  content: 'A';
}
.icon-29:before {
  content: 'a';
}
.icon-30:before {
  content: 'A';
}
.icon-31:before {
  content: '6';
}
.icon-32:before {
  content: '1';
}
.icon-33:before {
  content: '6';
}
.icon-34:before {
  content: '1';
}
.icon-35:before {
  content: 'W';
}
.icon-36:before {
  content: '1';
}
.icon-37:before {
  content: 'S';
}
.icon-38:before {
  content: 'S';
}
.icon-39:before {
  content: 'S';
}
.icon-40:before {
  content: 'M';
}
.icon-41:before {
  content: 'W';
}
.icon-42:before {
  content: 'I';
}
.icon-43:before {
  content: 'W';
}
.icon-44:before {
  content: 'a';
}
.icon-45:before {
  content: 'S';
}
.icon-46:before {
  content: 'U';
}
.icon-47:before {
  content: 'S';
}

#weather h2 {
  margin: 0 0 8px;
  color: #8e8e8e;
  font-size: 36px;
  font-weight: lighter;
  text-align: center;
  background-color: transparent;
}

#weather ul {
  display: none;
}

#weather li {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  display: inline-block;
  border-radius: 5px;
}

#weather .currently {
  margin: 0 20px;
}

/* ------------------- NEW METEO 2018 ----------------------- */

.time_symbol.climacon {
  width: 50%;
}
.location_name {
  width: 50%;
  font-family: 'Abel' !important;
  font-size: 26px !important;
  color: #836095 !important;
  font-weight: bold;
}
#wpc-weather .time_temperature {
  width: 50%;
  float: right;
  text-align: left !important;
  margin-top: -50px !important;
}
.today {
  width: 50%;
  position: absolute;
  top: 10px;
  left: 50%;
}
#wpc-weather.small .now .time_symbol svg {
  margin-bottom: 5px;
}
.wpc-highlight {
  font-family: 'Abel' !important;
}
.time_temperature {
  font-family: 'Abel' !important;
  font-size: 20px !important;
}
#wpc-weather .now .time_symbol {
  position: relative;
  top: -5px;
}

/* ----------------------- ACCES DIRECT LINKS ---------------------------- */
.menu-acces-direct {
  background-color: #e7e7e7;
  border-radius: 10px;
}
.titre-direct {
  height: 90px;
  width: 90%;
  background: url('img/pointilles.png') no-repeat;
  background-size: contain;
  background-position: 0 50%;
  margin-left: 12px;
  font-family: 'Abel';
  font-size: 26px;
  padding: 16px 0 0 12px;
}

.menu-acces-direct ul {
  background-color: #e7e7e7;
  list-style-type: none;
  border-radius: 6px;
  padding: 0;
  margin: 0;
  padding-left: 12px;
  padding-bottom: 18px;
  list-style-image: none;
  display: block;
}
.menu-acces-direct ul li {
  height: 53px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #f6f6f6;
  margin-bottom: 5px;
}
.menu-acces-direct ul li:nth-child(1) {
  background: url('img/picto-famille.png') no-repeat #f6f6f6;
  background-position: 10px 40%;
  transition: background-color 0.4s;
}
.menu-acces-direct ul li:nth-child(2) {
  background: url('img/violet.png') no-repeat #f6f6f6;
  background-position: 10px 40%;
  transition: background-color 0.4s;
}
.menu-acces-direct ul li:nth-child(3) {
  background: url('img/picto-infos.png') no-repeat #f6f6f6;
  background-position: 10px 40%;
  transition: background-color 0.4s;
}
.menu-acces-direct ul li:nth-child(4) {
  background: url('img/verte.png') no-repeat #f6f6f6;
  background-position: 10px 40%;
  transition: background-color 0.4s;
}
.menu-acces-direct ul li:nth-child(5) {
  background: url('img/picto-marches-publics.png') no-repeat #f6f6f6;
  background-position: 10px 40%;
  transition: background-color 0.4s;
}
.menu-acces-direct ul li:nth-child(6) {
  background: url('img/gris.png') no-repeat #f6f6f6;
  background-position: 10px 40%;
  transition: background-color 0.4s;
}
.menu-acces-direct ul li a {
  text-decoration: none;
  color: #404040;
  padding-left: 70px;
  font-family: 'Abel';
  font-size: 18px;
  width: 100%;
  height: 100%;
  line-height: 52px;
  display: block;
  height: 100%;
}
.menu-acces-direct ul li:nth-child(1) a:hover {
  color: #fff;
}
.menu-acces-direct ul li:nth-child(2) a:hover {
  color: #fff;
}
.menu-acces-direct ul li:nth-child(3) a:hover {
  color: #fff;
}
.menu-acces-direct ul li:nth-child(4) a:hover {
  color: #fff;
}
.menu-acces-direct ul li:nth-child(5) a:hover {
  color: #fff;
}
.menu-acces-direct ul li:nth-child(6) a:hover {
  color: #fff;
}

.menu-acces-direct ul li:nth-child(1):hover {
  background-color: #00927f;
  transition: background-color 0.4s;
}
.menu-acces-direct ul li:nth-child(2):hover {
  background-color: #836095;
  transition: background-color 0.4s;
}
.menu-acces-direct ul li:nth-child(3):hover {
  background-color: #d03129;
  transition: background-color 0.4s;
}
.menu-acces-direct ul li:nth-child(4):hover {
  background-color: #819d10;
  transition: background-color 0.4s;
}
.menu-acces-direct ul li:nth-child(5):hover {
  background-color: #eb8a00;
  transition: background-color 0.4s;
}
.menu-acces-direct ul li:nth-child(6):hover {
  background-color: #b4b4b4;
  transition: background-color 0.4s;
}

/* ------------------------ voisins vigilants ---------------------- */

.voisins-hp {
  height: 140px;
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-top: 18px;
}
.voisins-hp-content {
  background: url('img/2-eyes.png') no-repeat 20px 6px;
  height: 50px;
  padding-left: 105px;
  padding-top: 10px;
  line-height: 1.1;
}
.voisins-hp:hover .titre-box {
  color: #ebb600;
}
.voisins-hp:hover .voisins-hp-content {
  background: url('img/2-eyes.png') no-repeat 20px -41px;
}
.voisins-hp:hover {
  background-image: radial-gradient(
    ellipse farthest-corner at 45px 145px,
    #f5f5f5 72%,
    #ebb600 100%,
    #0000ff 95%
  );
}
.voisins-hp-content p {
  font-size: 17px;
  color: #808080;
  font-family: 'Abel';
  margin: 0;
  line-height: 0.3;
}
.voisins-hp-content br {
  height: 0;
}
.newsletter-hp {
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-top: 18px;
}
.newsletter-hp-content {
}
.newsletter-form-hp {
  margin-left: 15px;
}
.newsletter-hp-content input[type='email'] {
  width: 90%;
}
.carte-inter-hp {
  height: 140px;
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-top: 18px;
}
.carte-hp-content {
  background: url('img/checkhere.png') no-repeat 20px 0;
  height: 53px;
  padding-left: 105px;
  padding-top: 4px;
  line-height: 1.1;
  font-size: 17px;
  color: #808080;
  font-family: 'Abel';
}
.carte-interactive {
  display: block;
}
.carte-interactive:hover .carte-hp-content {
  background: url('img/checkhere-2.png') no-repeat 20px 0;
}
.carte-inter-hp:hover .titre-box {
  color: #836095;
}
.carte-inter-hp:hover {
  background: radial-gradient(
    ellipse farthest-corner at 45px 145px,
    #f5f5f5 72%,
    #836095 100%,
    #0000ff 95%
  );
}
.carte-hp-content p {
  font-size: 17px;
  color: #808080;
  font-family: 'Abel';
  margin: 0;
  line-height: 0.3;
}
.carte-hp-content br {
  height: 0;
}

.titre-box-news {
  background: url('img/pointilles-2.png') no-repeat;
  background-size: 97%;
  background-position: 0 65%;
  margin-left: 12px;
  font-family: 'Abel';
  font-size: 25px;
  margin-left: 12px;
  font-family: 'Abel';
  padding: 16px 0 0 15px;
  color: #595959;
}
.titre-box {
  height: 60%;
  background: url('img/pointilles.png') no-repeat;
  background-size: 97%;
  background-position: 0 75%;
  margin-left: 12px;
  font-family: 'Abel';
  font-size: 25px;
  margin-left: 12px;
  font-family: 'Abel';
  padding: 16px 0 0 15px;
  color: #595959;
  text-decoration: none !important;
}

/*------------------------------------------------------------------------------------------------------------------
## ------------- PAGE ---------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------*/
/*
.main_right {
    width: 100%;
    vertical-align: top;
    margin-left:
}
*/
.main_right {
  margin-left: 311px;
  margin-top: 8px;
}
.date-page {
  margin: 0;
}
.page-parent .entry-content {
  margin-top: 0;
}
.parent-title {
  background: url('img/pointilles.png') no-repeat;
  font-size: 28px;
  height: 90px;
  padding-left: 30px;
  margin-top: 40px;
  color: #734889;
  line-height: 1;
  margin-bottom: 25px;
}
.page .colonne-gauche,
.page-parent .colonne-gauche,
.page-child .colonne-gauche,
.post-type-archive-actualites .colonne-gauche {
  border-top: solid 5px #855e9f;
}
.home .colonne-gauche {
  border-top: none;
}
/* ----- breadcrumb ----- */

.breadcrumb {
  padding-left: 25px;
  z-index: 2;
  position: relative;
}
.breadcrumb p {
  font-size: 14px;
}
.breadcrumb ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.breadcrumb li {
  display: inline-block;
  font-size: 14px;
}
.breadcrumb li a {
  text-decoration: none;
  color: #707070;
  font-size: 14px;
}
.breadcrumb li:last-child {
  color: #819d10;
}

/* ------ MENU MAIN ----- */

.menu-menu-1-container ul .current-menu-ancestor {
  background-color: #734889 !important;
}

/* ------ CONTENT PAGE ------ */

.home .site-main article header {
  margin-bottom: 25px;
  position: relative;
  top: 20px;
}
.home .site-main article header {
  top: 0;
}
.home .site-main article header {
  margin-bottom: 2px;
}
.entry-content > h2 {
  display: block;
  width: -moz-fit-content;
  margin-bottom: 0;
  line-height: 1;
  color: #585858;
  margin-bottom: 15px;
}
.entry-content h3 {
  font-weight: lighter;
  font-size: 28px;
  color: #585858;
  margin: 10px 0;
}
.entry-content h4 {
  font-weight: lighter;
  font-size: 24px;
  color: #585858;
  margin-top: 15px;
  line-height: 1;
  margin-bottom: 10px;
}
.entry-content ul,
.entry-content ol {
  margin-left: 0 !important;
  font-size: 18px;
  color: #585858;
}
.entry-content a {
  color: #819d10;
}
.entry-content a:hover {
  text-decoration: underline;
}
.the-date {
  color: #b5b4b4;
  font-size: 14px;
  margin-bottom: -40px;
  margin-top: 5px;
}

/* -------- CAPTION & TEXT -------- */

.wp-caption-text {
  background-color: rgba(255, 255, 255, 0.8);
  height: 70px;
  margin: 0;
  padding-left: 8px;
  padding-top: 3px;
  position: relative;
  top: -70px;
  margin-bottom: -65px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s;
}
.alignleft {
  display: inline;
  float: left;
}
figure {
  margin: 0;
  margin-right: 20px;
}
figcaption p {
  font-weight: lighter;
  margin: 0;
  line-height: 1;
}
.wp-caption-text:hover {
  opacity: 0;
  transition: opacity 0.3s;
}
figure:hover .wp-caption-text {
  opacity: 1;
  transition: opacity 0.3s;
}
figure img {
  display: block !important;
}

/* -------- LISTE DOCUMENTS -------- */

.liste-docs h4 {
  border-top: solid 1px #dcdcdd;
  display: block;
  width: 100%;
  padding-top: 15px;
  color: #819d10;
  margin-top: 25px;
  margin-bottom: 10px;
}
.ui-accordion h5 {
  color: #898989;
}
.ui-accordion h5:hover {
  color: #000;
}
.ui-state-active {
  color: #000 !important;
}
.ui-accordion-header.ui-state-default.ui-accordion-icons.ui-corner-all {
  margin-bottom: 0 !important;
}
.ui-accordion-content {
  margin-bottom: 15px !important;
  height: 100% !important;
}
.accordion .bloc-docs {
  /* border-bottom: solid 1px #dcdcdd; */
  padding-bottom: 15px;
}
.accordion p {
  font-size: 18px;
  font-weight: lighter;
}
.accordion p.titre-docs {
  margin-bottom: 1px;
}
.accordion p.titre-docs a {
  color: #000;
  font-size: 16px;
  font-weight: lighter;
  font-family: 'abelregular';
  font-size: 21px;
}
.ui-accordion .ui-accordion-content {
  overflow: inherit !important;
  font-size: 18px;
  font-weight: lighter;
  font-family: 'abelregular';
  padding: 1em 1em !important;
}
p.description-docs {
  padding-bottom: 20px;
  margin-top: 5px;
  font-size: 17px;
  color: #747474;
  margin: 0;
  padding: 0;
  min-height: 20px;
}
.accordion .doc-size {
  margin: 0;
  font-size: 15px;
}
.accordion p.titre-docs a:nth-child(2) {
  color: #829d10;
  padding-left: 15px;
  font-family: 'Abel';
}

/* -------- PAGE SOMMAIRE -------- */

.page-template-page-sommaire .the-date {
  display: none;
}
.page-template-page-sommaire article .entry-content {
  margin-bottom: 50px;
  padding-left: 0;
}
.page-template-page-sommaire .main_right > .entry-content {
  padding-left: 3%;
  border-top: none;
}
.page-template-page-sommaire .img_list {
  width: 205px;
  height: 152px;
  background-repeat: no-repeat;
  background-size: cover;
}
.list-description {
  background-color: #fafafa;
}
.list-description:hover {
  background-color: #f0f0f0;
}
.list-description:hover .list-title a {
  color: #819d10;
}
.page-template-page-sommaire .extrait-liste > a {
  display: block;
  vertical-align: top;
  max-width: 620px;
  color: #747474;
  font-size: 17px;
  float: left;
}
.page-template-page-sommaire .extrait-liste .excerpt {
  vertical-align: top;
  max-width: 620px;
  color: #747474;
  font-size: 17px;
  padding-right: 15px;
  line-height: 1.3;
}
.page-template-page-sommaire .content-sommaire {
  /* display: inline-block; */
  height: 152px;
}
.page-template-page-sommaire .list-title {
  margin-left: 25px;
}
.page-template-page-sommaire .list-title a {
  text-decoration: none;
  color: #000;
}
.list-rubrique-container article {
  margin-bottom: 15px;
}
.page-template-page-sommaire p.excerpt {
  margin-left: 25px;
}
.page-template-page-sommaire .content-sommaire {
  padding-top: 15px;
  margin-left: 220px;
}

/* ------------------------------------- MENU 3 LVL ---------------------------- */

#menu-lvl3 > ul.submenu {
  margin-top: 25px;
}
#menu-lvl3 ul {
  list-style-type: none;
  list-style-image: none;
}
#menu-lvl3 ul.submenu {
  margin-left: 0;
  padding-left: 0;
}
#menu-lvl3 ul li a {
  text-decoration: none;
}
#menu-lvl3 .subsubmenu a {
  color: #707070;
}
#menu-lvl3 .page_item a {
  color: #707070;
  font-size: 22px;
}
#menu-lvl3 .current_page_item > a,
#menu-lvl3 .current_sub_sub_item a {
  color: #819d10;
  font-size: 22px;
}
.puce-menu {
  display: inline-block;
  width: 10px;
}
#menu-lvl3 > .page_item {
  display: inline-block;
}
#menu-lvl3 > ul > li.page_item > a {
  padding-left: 25px;
  background: url('img/puce.png') no-repeat;
  background-position: 5px 50%;
  white-space: nowrap;
}
#menu-lvl3 .subsubmenu {
  padding-left: 0;
  padding: 20px 0 20px 35px;
  background-color: #f0f0f0;
  border-left: solid 2px #cfcfcf;
  margin: 0 0 20px 0;
}
#menu-lvl3 .subsubmenu li a {
  font-size: 18px;
}
.parent-current > a {
  color: #819d10 !important;
}
.submenu > .page_item {
  padding: 5px 0;
}
.subsubmenu > .page_item {
  padding: 5px 0;
}
.post-type-archive-actualites .page-header {
  display: none;
}
#menu-lvl3 a:hover {
  color: #829d10;
}

.retour:hover {
  text-decoration: underline;
}
.cn-list {
  min-height: 500px;
}
.cn-list-head ul {
  list-style-type: none;
  padding-left: 0;
}

/* ------------------------- ARCHIVES ACTUALITÉS -------------------------- */

.actu-thumb {
  width: 205px;
  height: 152px;
}
.post-type-archive-actualites .block-actus {
  margin-left: 230px;
}
.post-type-archive-actualites article .list-title a {
  text-decoration: none;
  color: #707070;
  font-weight: lighter;
  font-size: 26px;
}
.post-type-archive-actualites article {
  max-height: 152px;
  background-color: #fafafa;
  height: 152px;
}
.post-type-archive-actualites article:hover {
  background-color: #f0f0f0;
}
.post-type-archive-actualites article:hover .list-title a {
  color: #819d10;
}
.block-actus .excerpt {
  margin-bottom: 0;
  color: #707070;
  font-size: 17px;
  margin-top: 10px;
  padding-right: 10px;
}
.post-type-archive-actualites .block-actus h4.list-title {
  margin-bottom: 10px;
}
.single-actu-thumb-archive {
  float: left;
  width: 205px;
}
.post-type-archive-actualites article .title-container {
  padding-top: 1px;
}

/* ------------------------- ACTUALITÉS SINGLE --------------------------------- */

.single-actualites .main_right article {
  padding-left: 3%;
}
.single-actualites .entry-content {
  border-top: none;
}
.single-agenda .entry-content {
  padding-left: 25px;
}
.single-actualites .main_right article p {
  font-size: 18px;
  margin-top: 0;
}
.single-actualites .entry-content figure {
  cursor: pointer;
}
.single-actualites .main_right article .wp-custom-description {
  font-size: 16px;
}
.single-actualites
  .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 80%;
}
.retour a {
  color: #819d10;
}
/* ------------------------- ERROR 404 ----------------------------------------- */

.error404 .page-content h1 {
  color: #829d10;
}
.error404 .page-content input[type='submit'] {
  left: 0;
}
.error404 .page-content .search-field {
  border: solid 1px #dcdcdd;
}
.error404 .error-404 {
  padding-left: 25px;
  padding-top: 0;
}

/* ------------------------- LINK PAGE ----------------------------------------- */

.nav-links a {
  text-decoration: none;
  color: #734889;
  font-size: 18px;
}
.nav-next {
  background: url('img/link-purple.png') no-repeat 100% 50%;
}
.nav-next a {
  padding-right: 45px;
}
.nav-previous {
  background: url('img/link-purple-left.png') no-repeat 0 100%;
}
.nav-previous a {
  padding-left: 45px;
}
.main_right .navigation {
  margin-top: 50px;
  padding-left: 25px;
}
/* ------------------------- PRINT PAGE ---------------------------------------- */

.print-page {
  width: 90px;
  float: right;
  display: inline-block;
  background: url('img/print.png') no-repeat 100% 50%;
  margin-top: 15px;
}
.print-page button,
.print-page input[type='button'],
.print-page input[type='reset'],
.print-page input[type='submit'] {
  color: #707070;
  font-size: 16px;
}
.print {
  display: block;
  height: 30px;
  position: relative;
  right: 38px;
  width: 130px;
}

/* ------------------------ TROMBINOSCOPE -------------------------------------- */

.trombi_thumb {
  width: 80%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  margin: 20px auto 0 auto;
}
.elu-single {
  width: 23%;
  height: 340px;
  display: inline-block;
  vertical-align: top;
  background-color: #f4f4f4;
  margin-right: 2%;
  margin-bottom: 25px;
}
.elu-single:last-child {
  margin-right: 0;
}
.elu-single:hover {
  background-color: #f0f0f0;
  border-top: solid 1px #829d10;
  border-bottom: solid 1px #829d10;
}
.elu-single:hover h3 {
  color: #829d10;
}
.membre-liste h3 {
  font-size: 16px;
  text-align: center;
  margin: 10px 0 5px;
}
.membre-liste h4 {
  font-size: 16px;
  font-weight: lighter;
  text-align: center;
  margin: 5px 0 0 0;
}
.membre-liste p {
  font-size: 14px;
  font-weight: lighter;
  text-align: center;
  margin: 2px 0;
}

/* ------------------------------- CONTACT ------------------------------ */

.contact-content {
  width: 100%;
  padding-left: 25px;
}
.coordonnees-contact {
  width: 100%;
}
.gform_wrapper {
  margin: 2.5em 0 1em 0;
  max-width: 100%;
  overflow: inherit;
  background-color: #f4f4f4;
  padding-top: 15px;
}
.address-contact {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  padding-left: 60px;
  background: url('img/home.png') no-repeat;
  background-position: 0 45px;
  padding-top: 20px;
}
.horaires-contact {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-left: 60px;
  background: url('img/horaire.png') no-repeat;
  background-position: 0 45px;
  padding-top: 20px;
}
.coordonnees-contact h3 {
  font-size: 26px;
  font-weight: lighter;
  margin-bottom: 5px;
}
.coordonnees-contact p {
  line-height: 1.2;
  margin: 0;
  color: #7d7d7d;
}

.ginput_container.ginput_container_text,
.ginput_container.ginput_container_email,
.ginput_container.ginput_container_phone,
#field_2_5 .ginput_container,
#field_2_11 .ginput_container,
.ginput_container_checkbox,
.ginput_container_date,
.clear-multi,
.ginput_container_textarea,
.ginput_recaptcha {
  display: inline-block;
  vertical-align: top;
}
.gform_wrapper .top_label .gfield_label {
  width: 27%;
  margin: 20px 20px 0 0;
  text-align: right;
}
.ginput_container.ginput_container_text,
.ginput_container.ginput_container_email,
.ginput_container.ginput_container_phone,
#field_2_5 .ginput_container,
#field_2_11 .ginput_container,
.ginput_container_checkbox,
.ginput_container_date,
.clear-multi,
.ginput_container_textarea,
.ginput_recaptcha {
  width: 65%;
}
.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
  width: 100% !important;
}
.gform_wrapper .clear-multi {
  display: inline-block !important;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: 0.45em !important;
}
.gfield_label {
  color: #747474;
  font-weight: lighter !important;
  font-size: 17px;
}
#input_2_4_1_container {
  width: 20%;
}
#input_2_4_1_label {
  display: inline-block;
}
#input_2_4_3_label {
  display: inline-block;
}
#gform_wrapper_2 .ginput_container_textarea {
  width: 65%;
  display: inline-block;
}
.gform_wrapper textarea.medium {
  width: 100% !important;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: 0.7em !important;
}
.space {
  background-color: #fff;
  height: 25px;
  width: 100%;
  margin: 35px 0 25px 0;
}
#gform_wrapper_2 #field_2_10 {
  margin-left: 29% !important;
  color: #747474;
}
.asterisque {
  margin-left: 29%;
  padding-bottom: 35px;
  color: #747474;
  padding-top: 14px;
}
.gform_button {
  background-color: #819d10 !important;
  width: 250px !important;
  height: 35px;
  border-radius: 5px;
  color: #fff !important;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  left: 29%;
  float: left;
  top: -20px;
  height: 40px;
}
.gform_wrapper .gform_footer {
  padding: 25px 0 10px !important;
}
.wpgmza_infowindow_address {
  font-size: 12px;
}
.wpgmza_infowindow_image {
  float: none;
  width: 70%;
}
.gform_confirmation_message_2 {
  margin-top: 50px;
  font-size: 32px;
}
.gform_wrapper .gfield_time_hour i {
  display: none !important;
}
.ginput_container_time {
  display: inline-block;
}

/* ----------------------------- ANNUAIRE CONNECTIONS ------------------------------
------------------------------------------------------------------------------------ */

pre.css {
  background-color: transparent !important;
  font-family: 'Abel';
}
#cn-excerpt-plus .cn-search {
  margin-bottom: 20px !important;
}
#cn-excerpt-plus .cn-right {
  font-size: 16px;
  padding-top: 5px;
}
.cn-form {
  width: 320px;
}
.cn-category-select option {
  color: #819d10 !important;
}
.chosen-container {
  width: 282px !important;
  font-family: 'Abel';
  font-size: 16px;
  margin-bottom: 50px;
  color: #819d10 !important;
}
.cn-category-select a {
  color: #819d10 !important;
}
.vcard {
  margin-bottom: 25px;
}
#cn-excerpt-plus span.org {
  color: #734889;
  font-size: 24px;
  padding-bottom: 5px;
  font-weight: lighter;
}
h3.cn-accordion-item {
  border-bottom: 1px solid #734889 !important;
}
.cn-sprite {
  background-color: #734889 !important;
}
.cn-detail {
  padding-top: 15px;
}
.cn-category-select {
  box-shadow: none;
  background-color: transparent;
}
#cn-customizer-messages,
#cn-search-messages {
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #819d10;
}
#cn-search-input {
  margin: 0;
  color: #819d10;
  border-radius: 3px 0 0 3px;
  border-color: #819d10;
  font-size: 24px;
}
input#cn-search-submit {
  height: inherit;
  border-color: #819d10;
}
.cn-list input[type='submit'] {
  left: 0;
}
#cn-excerpt-plus .cn-search {
  float: left !important;
}
.pa #cn-excerpt-plus .cn-right {
  min-height: 150px !important;
  border-bottom: solid 1px #dcdcdd;
}
.cn-phone-number a {
  color: #829d10;
}
.email-address a {
  color: #829d10;
}
.link-block a {
  color: #829d10;
}
.cn-show-more {
  text-transform: uppercase;
  padding-left: 10px;
}
#cn-clear-search a {
  color: #829d10;
}
.chosen-container-single .chosen-single {
  background: none;
  border: 1px solid #829d10;
  border-radius: 3px;
  box-shadow: none;
  color: #829d10;
  display: block;
  height: 28px;
  line-height: 24px;
  overflow: hidden;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
#cn-list .chosen-container .chosen-results li {
  color: #829d10;
}
.chosen-container .chosen-drop {
  border-color: #829d10;
  box-shadow: none;
}
.chosen-container-single .chosen-search input[type='text'] {
  background: rgba(0, 0, 0, 0) url('chosen-sprite.png') no-repeat scroll 100% -20px;
  border: 1px solid #829d10;
}
.chosen-container-single .chosen-single {
  background: none;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none;
}
/* cacher catégorie "toutes" */
.chosen-results li:first-child {
  display: none !important;
}
#cn-list span.cn-image-style {
  border: 1px solid #734889;
  width: 200px;
  height: 150px;
}
.organization-unit {
  font-size: 20px;
}
.cn-detail {
  background-color: #f8f8f8;
  padding-left: 10px;
  padding-bottom: 10px;
}
#cn-excerpt-plus h3 {
  padding-left: 10px !important;
}

.chosen-container .chosen-drop {
  height: auto;
}

#cn-list .chosen-container .chosen-results li.cn-cat-level-0 {
  color: #734889;
}
#cn-list .chosen-container .chosen-results li:nth-child(2) {
  color: #829d10 !important;
}
#cn-excerpt-plus .cn-left {
  display: none !important;
}
#cn-excerpt-plus .cn-right {
  width: 100%;
  margin: 0 !important;
}
#cn-excerpt-plus .cn-entry {
  min-height: 50px;
}
#cn-excerpt-plus .cn-sprite {
  background-position: 50% -18%;
  height: 25px;
  width: 25px;
}

/* --------------------------- GO TOP BUTTON ------------------------- */

#ssttbutton {
  bottom: 75px;
}
#ssttbutton .ssttbutton-symbol {
  border-radius: 50%;
  border: solid 1px #987ba7;
}

/* --------------------------- TABLEAUX ------------------------- */

.entry-content table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.entry-content table tr:nth-child(even) {
  background-color: #fbfbfb;
}
.entry-content table tr td p {
  margin: 10px 0;
}

/* -------------------------- LISTE DE DOCUMENTS / ACCORDION ------------------------ */

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background-color: #f5f5f5 !important;
  border: none !important;
  font-weight: lighter !important;
  background: none #c1ce89 !important;
}
.ui-icon-triangle-1-e {
  background-position: -32px -128px !important;
}
.ui-icon-triangle-1-s {
  background-position: -64px -128px !important;
}
.bloc-docs {
  padding-left: 90px;
  background: url('img/pdf.png') no-repeat;
}

/* ----------------------- MAPS ANNUAIRE CONNECTIONS ----------------------------- */

#map-canvas,
#map_canvas {
  width: 700px;
  height: 700px;
}

/* ------------------------ SEARCH RESULTS --------------------------------------- */

.search-results #menu-lvl3 {
  display: none;
}
.search-results .entry-title a {
  color: #829d10;
}
.search-results .entry-title {
  margin-bottom: 0;
  line-height: 1;
}
.search-results .entry-header {
  margin-bottom: 5px;
}
.search-results .page-title span {
  color: #829d10;
}
.search-results article.type-page {
  padding-left: 0;
}
.search-results article {
  margin-bottom: 25px;
  padding: 25px !important;
}
.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  display: inline-block;
  width: 20%;
}
.entry-summary > p {
  display: inline-block;
  vertical-align: top;
  width: 75%;
  margin: 0;
  padding-left: 12px !important;
}
.search-results .entry-summary > p {
  display: block;
  width: 100%;
  padding-left: 0 !important;
}
.search-results article.type-page .entry-summary > p {
  padding-left: 0;
}
.search-results article a:hover {
  text-decoration: underline;
}
.search-results .entry-header h2 {
  font-size: 30px;
}
.search-results .main_right article:nth-child(odd) {
  background-color: #f5f5f5;
}
.search-results .entry-header h2 {
  background-color: transparent;
}

/* ----------------------------------------- ARCHIVES AGENDA --------------------------- */

.post-type-archive-agenda article {
  display: block;
  margin-bottom: 35px;
}
.post-type-archive-agenda .agenda_thumb {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}
.post-type-archive-agenda article > p {
  width: 66%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding-left: 25px;
}
.post-type-archive-agenda .agenda-titre {
  font-size: 20px;
  padding-left: 15px;
}
.post-type-archive-agenda .lire-event {
  padding-right: 50px;
}
.post-type-archive-agenda .lire-agenda {
  display: block;
  height: 58px;
  padding-left: 23px;
  width: 58px;
  border: solid 2px #fff;
  border-radius: 50%;
  color: #fff;
}
.post-type-archive-agenda .lire-agenda:hover {
  border: solid 2px #000;
}
.entry-content .lire-event a:hover {
  text-decoration: none;
  color: #000;
}
.lire-event {
  margin-right: 5px;
}
.post-type-archive-agenda .lire-event {
  margin-right: 25px;
}
.post-type-archive-agenda .agenda-titre-container {
  width: 40%;
}
/* ----- agenda single ----- */

.single-agenda .entry-header,
.single-agenda .breadcrumb {
  padding-left: 25px;
}
.single-agenda .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 50%;
}
.single-agenda .date-agenda {
  color: #000;
  font-size: 24px;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
.single-agenda .debut {
  display: inline-block;
}
.single-agenda .fin {
  display: inline-block;
}
.single-agenda .entry-content img {
  margin-top: 25px;
}
.search-appear {
  display: none;
}
/* #wpadminbar{
    height: 56px;
}

/* --------------------------------  BUG CSS --------------------------------------------- */
/* --------------------------------  _______ --------------------------------------------- */
/* --------------------------------  _______ --------------------------------------------- */

.search-field-2 {
  display: none;
}
.logo-1 {
  display: block;
}
.logo-2 {
  display: none;
}
.mobile-agenda {
  display: none;
}
.responsive-menu li.current_page_item {
  background-color: #836095 !important;
}
#responsive-menu .subsubmenu {
  display: none !important;
}
#responsive-menu ul ul li .appendLink {
  display: none !important;
}
.main_right article.type-page {
  padding-left: 25px;
}
#cn-excerpt-plus .cn-entry {
  clear: none;
}
#cn-list .cn-clear {
  clear: none;
}
#cn-excerpt-plus .connections-list {
  clear: none;
}
.search-appear {
  display: none;
}
.logged-in .slider_header,
.logged-in .masque {
  top: 32px;
}
.logged-in .logo-site {
  top: 15px;
}
.logged-in .header-content {
  position: relative;
  top: 24px;
}
.logged-in .header-search {
  top: 219px;
}
.logged-in .main-navigation {
  top: 267px;
}

.entry-content p {
  overflow: hidden;
}
.docs h4 {
  color: #819d10;
}

/*------------------------------------------------------------------------------------------------------------------
## ------------- FOOTER ---------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------*/

.site-footer {
  width: 100%;
  padding: 25 0px;
  background-color: #f5f5f5;
  margin-top: 25px;
}
.footer-bottom-links {
  background-color: #fff;
  height: 60px;
  margin: 0 auto;
  width: 100%;
}
.center-footer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.partenaire {
  bottom: 62px;
  display: inline-block;
  float: right;
  margin-bottom: -52px;
  position: relative;
  padding-right: 15px;
}
.footer-bottom-links ul {
  list-style-type: none;
  width: 85%;
  max-width: 1200px;
  padding-top: 20px;
}
.footer-bottom-links ul li {
  display: inline-block;
  vertical-align: top;
  border-right: solid 1px #808080;
  height: 16px;
}
.footer-bottom-links ul li:last-child {
  border-right: none;
}
.footer-bottom-links ul li a {
  color: #808080;
  text-decoration: none;
  padding-right: 10px;
  padding-left: 5px;
  font-size: 16px;
  line-height: 18px;
  position: relative;
  bottom: 5px;
}
.footer-bottom-links ul li a:hover {
  color: #bac982;
}
.footer-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 0;
}
.logo-footer {
  float: right;
  display: inline-block;
  width: 100px;
}
.site-info-1 {
  background: url('img/address.png') no-repeat 10px 0;
  width: 49%;
  height: 90px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 10px;
}
.site-info-2 {
  background: url('img/horaire-2.png') no-repeat 10px 50%;
  width: 49%;
  height: 125px;
  display: inline-block;
  vertical-align: top;
}
.address-1 {
  float: right;
  width: 40%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.address-2 {
  float: right;
  width: 40%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 28px;
  padding-left: 10px;
}
.footer-content h3 {
  font-size: 22px;
  font-weight: 200;
  line-height: 1.3;
  margin: 0;
  color: #808080;
}
.footer-content p {
  font-size: 14px;
  line-height: 1.1;
  margin: 0;
  color: #808080;
}
.address-3 {
  width: 50%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-left: 105px;
}

/* --------------------------------- SITEMAP ---------------------------- */

#sitemap {
  padding-left: 3%;
  color: #000;
}
#sitemap ul {
  margin-left: 0;
  padding-left: 0;
  list-style-position: inside;
}
#sitemap ul li a {
  color: #000;
  font-size: 20px;
}
#sitemap ul li a:hover {
  color: #819d10;
  text-decoration: underline;
}
#sitemap ul ul {
  padding-left: 30px;
  border-left: dotted 1px #987ba7;
}
#sitemap ul ul li a {
  color: #000;
  font-size: 18px;
}

.menu-toggle {
  display: none;
}

#carte {
  height: 400px;
}

/* --------------------------- COMARQUAGE ------------- */

.comarquage * {
  font-family: 'Abel' !important;
}
#cm-content p {
  font-size: 18px;
}
#cm-content h2 {
  background-color: transparent !important;
  margin-left: 70px;
  font-size: 22px;
  color: #585858 !important;
  display: block;
}
#cm-content > ul > li > h2 {
  margin-left: 70px;
}
#co-home-menu > li > h2 {
  float: none;
}
#cm-content ul {
  list-style-image: none;
}
#co-home-menu > li {
  width: 100% !important;
}
#co-home-menu .co-home-sousmenu {
  position: relative;
  top: -30px;
}
#co-bar {
  width: 100% !important;
}
#cm-content {
  width: 100% !important;
}
#cm-sidebar {
  display: none !important;
}
.spPublicationCFS {
  list-style-image: none;
}
.spPublicationCFS h2 {
  top: 0;
  width: 100%;
}
.comarquage .mentions p:nth-child(2) {
  display: none;
}
#co-home-menu > li > h2 a {
  color: #734889 !important;
}
#co-home-menu ul li a {
  color: #585858;
  font-size: 16px;
}
.comarquage li {
  list-style-type: none !important;
  list-style-image: url('img/puce-ul.png');
  list-style-position: outside !important;
}
.spPublicationNoeud h3 a {
  color: #585858 !important;
}
.spFilDArianeIci a {
  color: #819d10 !important;
}
#cm-content .spPublicationNoeud h2 {
  top: inherit;
  margin-left: 0 !important;
  color: #819d10 !important;
}
#cm-content .spCenter h2 {
  top: 0;
  margin-left: 0 !important;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 32px;
  color: #585858;
}
#cm-content .spPublicationNoeud h3 {
  margin: 0;
}
.co-home-sousmenu li {
  list-style-type: none !important;
  list-style-image: none !important;
}
#cm-content .spPublicationVA h2 {
  top: 0;
  margin-left: 0 !important;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 32px;
  color: #585858;
  padding: 0;
  float: none;
}
#cm-content .spPublicationReference h2 {
  top: 0;
  margin-left: 0 !important;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 32px;
  color: #585858;
  padding: 0;
  float: none;
}
#cm-content .spPublicationPartenaire h2 {
  top: 0;
  margin-left: 0 !important;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 32px;
  color: #585858;
  padding: 0;
  float: none;
}
#cm-content .spPublicationPESP h2 {
  top: 0;
  margin-left: 0 !important;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 32px;
  color: #585858;
  padding: 0;
  float: none;
}
#cm-content .spOrganisme .spOrganisme-title h3 {
  display: inline-block;
  color: #585858;
  margin-left: 0 !important;
  margin-top: 0;
  margin-bottom: 25px;
}
#cm-content .spPublicationOSA h2 {
  top: 0;
  margin-left: 0 !important;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 32px;
  color: #585858;
  padding: 0;
  float: none;
}
#cm-content #sp-ou-sadresser h2 {
  color: #819d10 !important;
}
.spOrganisme-title h3 {
  padding-right: 15px;
}
.spPublicationOSA h2 i {
  display: none;
}
#co-bar i {
  display: none;
}
#cm-content .spOrganisme .spOrganisme-title h3 {
  display: block;
}

/* ------------------------------------- BULLETIN MUNICIPAL ------------------------------- */

.ui-widget-content .titre-docs a {
  color: #819d10 !important;
  padding-right: 30px;
}
.accordion h5:nth-child(1) {
  color: #000;
}
.accordion h5:nth-child(1) span {
  display: none;
}
.image_bulletin {
  width: 150px;
  height: 220px;
  float: left;
}
.page-template-bulletin .accordion .voir-docs {
  font-size: 16px;
  display: block;
  padding: 0 !important;
}
.page-template-bulletin p.description-docs {
  display: block;
  vertical-align: top;
  margin-top: 20px;
  margin-left: 170px;
}
.page-template-bulletin .ui-accordion-content {
  border: none;
}

/* ------------------------------------ MARCHÉS PUBLICS --------------------------------- */

.marche-public article {
  background-color: #f5f5f5;
  border-left: solid 3px #819d10;
  padding: 5px 25px 25px;
}
.marche-public .content h3 {
  margin: 10px 0;
}
.marche-public .content > div {
  font-size: 18px;
}
.post-type-archive-marche_public .entry-content::after {
  display: initial;
}

/* -------------------------------- TROMBINOSCOPE ------------------------------ */

.img_elu.img-background {
  width: 100%;
  max-width: 146px;
  height: 181px;
  background-size: cover;
  margin: 0 auto;
}
.fonction {
  color: #00aeef;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
}
.elu0 .fonction {
  display: none;
}
.commissions ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nom_elu {
  color: #000;
  font-family: 'Raleway';
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.elus-container {
  width: 25%;
  float: left;
  margin-bottom: 25px;
  min-height: 480px;
  border-right: solid 1px #d9d9d9;
}

.elus-container .commissions {
  text-align: center;
  font-family: 'Raleway';
  font-weight: 200;
  font-size: 14px;
  margin-bottom: 20px;
}
.elu1,
.elu5,
.elu9,
.elu13,
.elu17,
.elu25 {
  border-left: solid 1px #d9d9d9;
}
.elus-container.elu0 {
  width: 145px;
  width: 221px;
  border-right: solid 1px #dcdcdd;
  border-left: solid 1px #dcdcdd;
}

.page-template-commissions .colonne_droite .comissions > h2 {
  color: #00adef;
}
.elus-group {
  display: block;
  overflow: hidden;
  width: 100%;
}
.elus-group .elus-container:nth-child(2) {
  border-left: solid 1px #dcdcdd;
}

/* ------------------- DEBUG ---------------------- */

.no-results .search-form .search-go {
  float: none;
  right: 47px;
  top: 10px;
}
.search-no-results #menu-lvl3 {
  display: none;
}
.entry-content {
  overflow: hidden;
}

/* --------------------- DOCUMENTS ATTACHÉS --------------------- */

.docs {
  border-bottom: 1px solid #dcdcdd;
  border-top: 1px solid #dcdcdd;
  margin-top: 40px;
}
.docs > p {
  margin: 0;
  line-height: 1;
}
.docs > a {
  display: block;
  min-height: 60px;
  background: url('img/pdf.png') no-repeat 0 50%;
  padding-left: 75px;
  font-size: 20px;
  margin-top: 15px;
  line-height: 4;
}

/*------------------------------------------------------------------------------------------------------------------
## ------------- CUSTOM SEB MEDIA QUERIES ---------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1210px) {
  .menu-menu-1-container ul > li:nth-child(6):hover ul {
    left: -413px !important;
  }
}

@media screen and (max-width: 1200px) {
  .site-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .img_slider-header {
    background-position: 50% top;
  }
  .logo-site {
    left: 10px;
  }
  /* --------- MENU MAIN --------- */
  .menu-menu-1-container ul > li > a {
    font-size: 18px;
    width: initial !important;
    padding-left: 0;
    padding-right: 0;
  }
  .menu-menu-1-container ul > li {
    width: 16.6666%;
    padding: 0 2%;
  }
  .menu-menu-1-container ul ul {
    width: 900px;
  }
  .menu-menu-1-container ul ul li {
    width: 13%;
  }
  .menu-menu-1-container ul ul li a {
    display: block;
    margin: 0 auto;
    font-size: 16px;
    padding: 0 5px;
  }
  .menu-menu-1-container ul li:nth-child(1) ul {
    width: 755px;
  }
  .menu-menu-1-container ul li:nth-child(1) ul li {
    width: 14%;
  }
  .menu-menu-1-container ul li:nth-child(2) ul li {
    width: 33%;
  }
  .menu-menu-1-container ul li:nth-child(3) ul li {
    width: 20%;
  }
  .menu-menu-1-container ul li:nth-child(3) ul {
    width: 650px;
  }
  .menu-menu-1-container ul li:nth-child(4) ul li {
    width: 20%;
  }
  .menu-menu-1-container ul li:nth-child(4) ul {
    width: 650px;
  }
  .menu-menu-1-container ul li:nth-child(5) ul li {
    width: 25%;
  }
  .menu-menu-1-container ul li:nth-child(5) ul {
    width: 650px;
  }
  .menu-menu-1-container ul > li:nth-child(6):hover ul {
    left: -453px !important;
  }
  .menu-menu-1-container ul > li:nth-child(5):hover ul {
    left: -455px !important;
  }
  .menu-menu-1-container ul li:nth-child(6) ul li {
    width: 20%;
  }
  .menu-menu-1-container ul li:nth-child(6) ul {
    width: 650px;
  }
  .menu-menu-1-container ul li:nth-child(3) ul li:nth-child(1) a,
  .menu-menu-1-container ul li:nth-child(6) ul li:nth-child(2) a,
  .menu-menu-1-container ul li:nth-child(6) ul li:nth-child(3) a,
  .menu-menu-1-container ul li:nth-child(1) ul li:nth-child(7) a {
    width: 100% !important;
  }
  .menu-menu-1-container ul ul li a {
    width: 100% !important;
  }
} /* ---- fin 1200px ----- */

@media screen and (max-width: 1100px) {
  .menu-menu-1-container ul > li:nth-child(6):hover ul {
    left: -467px !important;
  }
  #advps_container1 .bx-wrapper .bx-pager {
    max-width: 100%;
    width: 100%;
  }
  #advps_container1 .advs-title {
    margin-top: 0 !important;
  }
} /* ---- fin 1100px ----- */

@media screen and (max-width: 1024px) {
  .menu-menu-1-container ul > li:nth-child(6):hover ul {
    left: -479px !important;
  }
  h2.advs-title {
    margin: 0 !important;
  }
  #advps_container1 .advps-slide p {
    font-size: 16px !important;
    line-height: 16px !important;
  }
  .agenda-container .event-container:nth-child(3) {
    display: none;
  }
  .events-container .agenda-titre {
    line-height: 1;
  }
  #advps_container1 .bx-wrapper .bx-pager {
    max-width: 370px;
    bottom: 245px !important;
  }
  .advps-excerpt-block-one {
    padding-left: 0;
  }
  .advps-slide-container {
    overflow: visible !important;
  }
  .bx-viewport {
    overflow: visible !important;
  }
  .advps-excerpt-one {
    top: 250px;
    background-color: #f2f2f2;
    height: 70% !important;
  }
  .agenda-container {
    margin-top: 210px;
  }
  #advps_container1 .bx-wrapper .bx-pager {
    bottom: -145px !important;
  }
  .lien-image {
    display: block;
    height: 250px;
    overflow: hidden;
    width: 100%;
  }
  .advps-slide img {
    bottom: 30%;
    position: relative;
    width: 1000px;
  }
  .advps-excerpt-block-one p {
    max-width: 100% !important;
  }
  #advps_container1 .advps-slide p {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .lien-lire-suite {
    left: 0;
  }
  .lire-suite-actu {
    width: 200px;
  }
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    position: inherit;
  }
  .bx-wrapper .bx-pager {
    padding-top: 0;
    float: right;
  }
  #advps_container1 .bx-wrapper .bx-pager.bx-default-pager a {
    border-radius: 10px !important;
    height: 15px !important;
    width: 15px !important;
  }
  .bx-controls.bx-has-pager {
    position: relative;
    z-index: 99999999;
    top: -25px;
  }
  .voisins-hp-content {
    font-size: 15px;
  }
  .event-container:nth-child(3) {
    margin-right: 0;
  }
  .entry-header h2 {
    font-size: 28px;
    line-height: 2;
  }
  .page-no-hp .colonne-gauche {
    width: 225px;
  }
  .page-no-hp .main_right {
    margin-left: 250px;
  }
  #menu-lvl3 .page_item a {
    font-size: 17px;
  }
  .menu-menu-1-container ul > li:nth-child(5):hover ul {
    left: -400px !important;
  }
  .menu-menu-1-container ul > li:nth-child(3):hover ul {
    left: -147px !important;
  }
  .page-template-page-sommaire .extrait-liste .excerpt {
    margin-top: 5px;
  }
  .page-template-page-sommaire .content-sommaire {
    padding-top: 5px;
  }
  .lire-agenda:hover {
    color: red;
  }
  #advps_container1 .bx-wrapper .bx-pager {
    top: 165px;
  }
  #advps_container1 .advps-slide p {
    font-size: 15px !important;
    line-height: 18px !important;
  }
} /* ---- fin 1024px ----- */

@media screen and (max-width: 960px) {
  .menu-menu-1-container ul > li:nth-child(6):hover ul {
    left: -490px !important;
  }
  .elu-single {
    margin-right: 10%;
  }
  .elu-single {
    width: 200px;
  }
  /* ----- FOOTER ----- */
  .site-info-1 {
    background-size: 60px 60px;
    background-position: 10px 0;
  }
  .site-info-2 {
    background-size: 60px 60px;
    background-position: 10px 0;
  }
  .address-3 {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
  .address-3 p,
  .address-3 h3 {
    padding-left: 20%;
  }
  /* --------- MENU MAIN --------- */
  .menu-menu-1-container ul > li > a {
    font-size: 17px;
  }
  .menu-menu-1-container ul > li {
    padding: 0 0;
    width: 16.6666%;
  }
  .agenda-titre {
    line-height: 1.2;
  }
  .site-info-1 {
    top: 0;
  }
} /* ---- fin 960px ----- */

@media screen and (max-width: 900px) {
  .menu-menu-1-container ul > li:nth-child(6):hover ul {
    left: -500px !important;
  }
  .address-2 {
    margin-top: 0;
    width: 100%;
  }
  .address-1 {
    width: 80%;
  }
  .address-2 {
    padding-left: 0;
  }
}

@media screen and (max-width: 880px) {
  .en-images-container .entry-header h2 {
    font-size: 22px;
    line-height: 2.9;
  }
  .histoire-container .entry-header h2 {
    font-size: 22px;
    line-height: 2.9;
  }
  .en-images-container {
    margin-top: 20px;
  }
  .histoire-container {
    margin-top: 20px;
  }
  .contact-content .gform_wrapper .top_label .gfield_label {
    margin: 0 25px 0 0;
    width: 100%;
    text-align: left;
  }
  #gform_fields_2 li {
    padding-left: 25px;
  }
  #gform_fields_2 .ginput_container {
    width: 95%;
  }
  #gform_wrapper_2 #field_2_10 {
    margin-left: 0 !important;
  }
  #field_2_10 .ginput_container {
    width: 100%;
  }
  #input_2_10 li label {
    max-width: 100%;
  }
  .page-id-475 #gform_submit_button_2 {
    left: 25px;
  }
  .asterisque {
    margin-left: 25px;
  }
  .contact-content #field_2_5 .ginput_container {
    width: 95%;
  }
}

@media screen and (max-width: 768px) {
  .site-main > article.type-page {
    margin-left: 252px;
  }
  #responsive-menu {
    background: #819d10 none repeat scroll 0 0;
  }
  .main-navigation ul {
    display: none;
  }
  .menu-menu-1-container {
    top: 53px;
  }
  .menu-menu-1-container ul li:nth-child(1) ul,
  .menu-menu-1-container ul li:nth-child(2) ul,
  .menu-menu-1-container ul li:nth-child(3) ul,
  .menu-menu-1-container ul li:nth-child(4) ul,
  .menu-menu-1-container ul li:nth-child(5) ul,
  .menu-menu-1-container ul li:nth-child(6) ul {
    width: inherit;
  }
  .menu-menu-1-container ul ul > li:nth-child(1) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .menu-menu-1-container ul > li:nth-child(2n + 1),
  .menu-menu-1-container ul > li:nth-child(2n) {
    background-image: none;
    background-color: transparent;
    max-width: 100%;
  }
  .menu-menu-1-container ul > li:nth-child(2n + 1):hover,
  .menu-menu-1-container ul > li:nth-child(2n):hover {
    background-color: #89a31e !important;
  }
  #responsive-menu .responsive-menu li a:hover {
    background: transparent none repeat scroll 0 0 !important;
  }
  .menu-menu-1-container ul > li > a {
    background: none;
    font-size: 26px;
    bottom: 0;
  }
  .menu-menu-1-container ul ul li a {
    font-size: 18px;
  }
  #responsive-menu .responsive-menu li a {
    border-top: none !important;
    line-height: 1 !important;
    overflow: visible !important;
  }
  #responsive-menu .responsive-menu {
    width: 99% !important;
    padding-top: 40px;
  }
  #responsive-menu div {
    width: 99% !important;
  }
  #responsive-menu .responsive-menu li {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .menu-menu-1-container ul > li > a {
    text-align: left;
    max-width: 73%;
    margin-bottom: 10px;
  }
  #responsive-menu {
    overflow: hidden;
  }
  .menu-menu-1-container ul > li {
    height: initial;
  }
  .menu-menu-1-container ul ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .menu-menu-1-container ul ul li {
    height: 45px;
  }
  .menu-menu-1-container ul ul li a {
    line-height: 1.3 !important;
    bottom: 0 !important;
    padding: 0 0 0 50px !important;
  }
  #responsive-menu .responsive-menu li li {
  }
  #responsive-menu .responsive-menu li li a {
    padding-left: 0 !important;
    overflow: visible !important;
    margin: 0;
  }
  .menu-menu-1-container ul .current-menu-ancestor {
    background-color: transparent !important;
  }
  #responsive-menu .responsive-menu li.current-menu-item > a,
  #responsive-menu .responsive-menu li.current-menu-item > .appendLink,
  #responsive-menu .responsive-menu li.current_page_item > a,
  #responsive-menu .responsive-menu li.current_page_item > .appendLink {
    background: transparent none repeat scroll 0 0 !important;
  }
  #responsive-menu .responsive-menu li.current-menu-item > a:hover,
  #responsive-menu .responsive-menu li.current-menu-item > .appendLink:hover,
  #responsive-menu .responsive-menu li.current_page_item > a:hover,
  #responsive-menu .responsive-menu li.current_page_item > .appendLink:hover {
    background: transparent none repeat scroll 0 0 !important;
    color: #ffffff !important;
  }
  #responsive-menu .current-menu-parent .appendLink {
    background-color: #836095 !important;
    border-color: #836095 !important;
  }
  #responsive-menu ul ul > li > a {
    max-width: inherit;
  }
  #responsive-menu ul > li > a {
    max-width: 85%;
  }
  .elu-single {
    margin-right: 5%;
  }
  .colonne-gauche {
    width: 225px;
    margin-top: 55px;
  }
  /* .site-main article.type-page {
    margin-left: 250px;
  }
  */
  .site-main {
    position: relative;
    top: -10px;
  }
  /* ----- CONTACT ----- */
  .page-id-475 .colonne-gauche {
    min-height: initial;
  }
  .page-id-475 .main_right {
    display: block;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .contact-content {
    padding-left: 0;
    width: 100%;
  }
  .gform_wrapper .gform_footer {
    height: 50px;
  }
  #advps_container1 h2.advs-title,
  #advps_container1 h2.advs-title a {
    font-size: 22px !important;
    line-height: 22px !important;
  }
  .advps-slide img {
    bottom: 0;
  }
  #advps_container1 .advps-slide p {
    font-size: 16px !important;
    line-height: 18px !important;
  }
  #click-menu {
    font-size: 22px !important;
    padding: 15px 12px;
    border-bottom-left-radius: 6px;
    top: 0;
  }
  #click-menu #RMX.threelines-float-left,
  #click-menu #RMX.threelines-float-right,
  #click-menu-label {
    line-height: 15px !important;
    padding-left: 6px;
  }
  .header-search {
    z-index: 7;
  }
  .search-form {
    width: 255px;
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .header-search {
    width: 50px;
    right: 60px;
    top: 0;
  }
  .header-search .search-field {
    width: 190px !important;
  }
  .header-search input[type='submit'] {
    border-left: none;
  }
  .screen-reader-text {
    display: none;
  }
  .header-search ::-webkit-input-placeholder {
    color: #000;
  }
  .home .header-search :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
  }
  .home .header-search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
  }
  .home .header-search :-ms-input-placeholder {
    color: #000;
  }
  .header-search input[type='search'] {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .search-appear {
    display: block;
    width: 55px;
    height: 48px;
    float: right;
    position: relative;
    right: 110px;
    z-index: 2;
    cursor: pointer;
  }
  .logged-in .search-appear {
    top: -38px;
  }
  .search-form {
    position: relative;
    right: 204px;
    top: 0;
  }
  .header-search {
    display: none;
  }
  .search-field-2 {
    display: block;
    position: absolute;
    right: 50px;
    top: 0;
    height: 42px !important;
  }
  .header-search button,
  .header-search input[type='button'],
  .header-search input[type='reset'],
  .header-search input[type='submit'] {
    background: #fff url('img/loupe.png') no-repeat scroll 8px 0 !important;
    left: -10px;
    width: 38px;
  }

  .form_jointure {
    display: block;
    width: 52px;
  }
  .logo-site {
    width: 97%;
    display: block;
    top: 0;
  }
  .meteo {
    display: none;
  }
  .masque {
    background: url('img/masque-2.png') no-repeat;
    background-size: contain;
    height: 153px;
    background-position: 100% 100%;
  }
  .logo-site img {
    width: 40%;
  }
  .slider_header {
    height: 153px;
  }
  .site-header {
    height: 153px;
  }
  .img_slider-header {
    background-size: cover;
    background-position: 100% top;
  }
  .home .site-main article.type-page {
    position: relative;
    margin-top: 0;
  }
  .home .site-main article header {
    width: 100%;
  }
  .actus-all p {
    background-color: #fff;
    bottom: 0;
    display: block;
    border-top-right-radius: 6px;
  }
  .home .advps-slide-container {
    margin-top: 18px;
  }
  #click-menu #RMX {
    top: 0 !important;
  }
  .event-container {
    width: 100%;
  }
  .en-images-container header h2 {
    font-size: 22px;
    position: relative;
    top: 15px;
  }
  .histoire-container header h2 {
    font-size: 22px;
    position: relative;
    top: 15px;
  }
  .hidden-agenda {
    display: none;
  }
  .agenda-container .event-container:last-child {
    display: inherit;
  }
  .agenda-container .jcider-slider {
    height: 275px !important;
  }
  .en-images-container {
    margin-top: 10px;
  }
  .histoire-container {
    margin-top: 10px;
  }
  .event-container {
    margin-top: 0;
  }
  .agenda-container .jcider-slider li {
    top: -25px !important;
  }
  .agenda-container .slider_alaune .point {
    width: 15px !important;
    height: 15px !important;
    display: inline-block;
    background-color: #dcdcdd;
    margin-right: 5px;
    border-radius: 50%;
  }
  .agenda-container .slider_alaune .jcider-pagination .point2 {
    width: 15px !important;
    height: 15px !important;
  }
  .agenda-container .slider_alaune .jcider-pagination {
    height: 25px !important;
    padding-left: 120px;
    position: relative;
    bottom: 132px;
    max-width: 185px;
  }
  .agenda-container .slider_alaune .jcider-pagination .active {
    background-color: #f5f5f5;
    border-radius: 50%;
  }
  .event-details {
    overflow: hidden;
    height: 110px;
  }
  .bulle-date-agenda {
    height: 100px;
    width: 100px;
  }
  .date-agenda {
    font-size: 21px;
    margin: 0 0 0 15px;
    padding: 29px 0 0;
    width: 70px;
  }
  .agenda-titre-container {
    width: 60%;
    margin-top: 35px;
  }
  .agenda-titre {
    font-size: 18px;
    margin: 0;
  }
  .mobile-agenda {
    display: block;
  }
  .lire-event {
    padding-top: 40px;
    padding-right: 20px;
  }
  .voisins-hp-content p {
    font-size: 15px;
  }
  .carte-hp-content p {
    font-size: 15px;
  }
  #responsive-menu .responsive-menu li a {
    text-align: right;
  }
  .agenda-titre {
    padding-left: 10px;
  }
  .agenda_thumb {
    background-position: 50% 50%;
  }
  .en-images-container {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
    float: none;
  }
  .histoire-container {
    display: block;
    width: 100%;
    margin-top: 0;
  }
  .en-images-container .entry-header h2 {
    font-size: 30px;
    padding-right: 3px;
    position: relative;
    top: 37px;
  }
  .en-images-container .entry-header {
    border-bottom: 1px solid #dcdcdd;
  }
  .histoire-container .entry-header h2 {
    font-size: 30px;
    padding-right: 3px;
    position: relative;
    top: 37px;
  }
  .histoire-container .entry-header {
    border-bottom: 1px solid #dcdcdd;
  }
  .event-container {
    margin-top: 0;
  }
  .agenda-container .event-container:last-child {
    display: block;
  }
  .en-images {
    margin-top: 45px;
  }
  .hp-histoire {
    margin-top: 45px;
  }
  .histoire-container {
    margin-bottom: 20px;
  }
  .en-images-container .entry-header h2 {
    top: 5px;
  }
  .histoire-container .entry-header h2 {
    top: 5px;
  }
  .en-images {
    margin-top: 15px;
  }
  .hp-histoire {
    margin-top: 15px;
  }
  .slider_alaune {
    margin-top: 25px;
  }
  .agenda-container {
    margin-top: 200px;
    max-height: 325px;
  }
  .en-images-container .entry-header h2 {
    font-size: 28px;
    line-height: 1.7;
  }
  .histoire-container .entry-header h2 {
    font-size: 28px;
    line-height: 1.7;
  }
  .address-1 {
    width: 75%;
  }
  .address-3 p,
  .address-3 h3 {
    padding-left: 25%;
  }
  .print-page {
    display: none;
  }
  .page-no-hp .colonne-gauche {
    display: none;
  }
  .page-no-hp .main_right {
    margin-left: 0;
  }
  .page-no-hp .breadcrumb {
    padding-left: 0;
  }
  .page-no-hp .entry-header h1 {
    padding-left: 0;
  }
  .page-no-hp .entry-content {
    border-top: medium none;
    padding-left: 3%;
  }
  .page-template-page-sommaire .main_right .entry-content {
    padding-left: 0;
  }
  .page-id-475 .entry-content {
    border-top: medium none;
    padding-left: 0;
  }
  .page-no-hp .entry-content {
    padding-left: 0;
  }
  .home .newsletter-hp input[type='submit'] {
    left: 70%;
  }
  .main_right article.type-page {
    padding-left: 0;
  }
  .logged-in .header-search {
    top: -38px;
  }
  .post-type-archive-agenda .event-details {
    height: 95px;
    overflow: hidden;
  }
  .post-type-archive-agenda .lire-event {
    padding-top: 20px;
  }
  .single-agenda .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
  }
  .single-agenda .entry-header,
  .single-agenda .breadcrumb {
    padding-left: 0;
  }
  .no-results .search-form {
    right: 0;
  }
  .no-results .search-form .search-go {
    float: none;
    right: -217px;
    top: -38px;
  }
  #advps_container1 .bx-wrapper .bx-pager {
    top: 178px;
  }
} /* ---- fin 768px ----- */

@media screen and (max-width: 640px) {
  .site-main > article.type-page {
    margin-left: 190px;
  }
  .colonne-gauche {
    width: 170px;
    margin-top: 55px;
  }
  .elu-single {
    display: block;
    margin: 0 auto !important;
  }
  .site-info-1,
  .site-info-2 {
    width: 100%;
    background-size: 40px 40px;
  }
  .coordonnees-contact h3 {
    font-size: 22px;
  }
  .colonne-gauche {
    min-width: 165px;
  }
  .menu-acces-direct ul li a {
    font-size: 14px;
  }
  .menu-acces-direct ul {
    padding: 0 0 18px;
  }
  .menu-acces-direct ul li {
    background-position: 2px 40% !important;
  }
  .menu-acces-direct ul li a {
    padding-left: 55px;
  }
  .voisins-hp-content p {
    display: none;
  }
  .carte-hp-content p {
    display: none;
  }
  .titre-box {
    line-height: 1;
  }
  .footer-bottom-links ul {
    margin-left: 0;
    padding-left: 10px;
  }
  .address-1 {
    width: 85%;
  }
  .address-3 p,
  .address-3 h3 {
    padding-left: 15%;
  }
  .site-info-2 {
    margin-top: 20px;
  }
  .page-template-page-sommaire .extrait-liste .excerpt {
    margin-top: 0;
  }
  .home .newsletter-hp input[type='submit'] {
    left: 64%;
  }
  #advps_container1 .advps-slide p {
    visibility: hidden;
    max-height: 50px;
  }
} /* ---- fin 640px ----- */

@media screen and (max-width: 600px) {
  #advps_container1 .bx-wrapper .bx-pager {
    bottom: -155px !important;
  }
}

@media screen and (max-width: 560px) {
  .actus-all p {
    font-size: 15px;
  }
  .actus-all {
    top: 21px;
  }
  .entry-header h2 {
    padding-right: 3px;
    font-size: 30px;
    position: relative;
    top: 0;
  }
  .bx-wrapper img {
    max-width: 120%;
  }
  .agenda-titre-container {
    width: 50%;
  }
  .agenda-titre {
    font-size: 16px;
  }
  .footer-bottom-links ul {
    width: 70%;
  }
  .footer-bottom-links ul {
    margin-bottom: 0;
  }
  .page-template-page-sommaire .list-title {
    margin-left: 5px;
  }
  .page-template-page-sommaire p.excerpt {
    margin-left: 5px;
  }
  .accordion p.titre-docs a {
    font-size: 18px;
  }
  .bloc-docs {
    padding-left: 60px;
  }
  .ui-accordion .ui-accordion-content {
    padding: 10px !important;
  }
  .bloc-docs {
    background-size: 50px 60px;
  }
} /* ---- fin 560px ----- */

@media screen and (max-width: 500px) {
  .masque {
    background: url('img/masque-mobile.png') no-repeat;
    background-size: contain;
    height: 153px;
    background-position: 100% 100%;
  }
  .site-content {
    padding-left: 8px;
    padding-right: 8px;
  }
  .address-contact p {
  }
  .post-type-archive-actualites .entry-content h4 {
    margin-top: 5px !important;
  }
  .post-type-archive-actualites .block-actus h4.list-title {
    margin-bottom: 5px !important;
  }
  .block-actus .excerpt {
    font-size: 15px;
  }
} /* ---- fin 500px ----- */

@media screen and (max-width: 480px) {
  .site-main article.type-page {
    margin-left: 0;
  }
  .site-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .colonne-gauche {
    display: none;
  }
  .home .site-main article.type-page {
    padding-left: 0;
  }
  #gform_wrapper_2 #gform_fields_2 label {
    display: block;
    width: 99%;
    text-align: left;
  }
  #gform_wrapper_2 #gform_fields_2 li {
    width: 80%;
    display: block;
    margin: 0 auto !important;
  }
  .contact-content .ginput_container.ginput_container_text,
  .contact-content .ginput_container.ginput_container_email,
  .contact-content .ginput_container.ginput_container_phone {
    width: 100%;
  }
  #gform_wrapper_2 .ginput_container_textarea {
    width: 100%;
  }
  .menu-menu-1-container ul > li > a {
    font-size: 19px;
  }
  .masque {
    background: url('img/masque-mobile.png') no-repeat;
    background-size: contain;
    height: 153px;
    background-position: 100% 100%;
  }
  .logo-1 {
    display: none;
  }
  .logo-2 {
    display: block;
  }
  .logo-site img {
    width: 60%;
  }
  #roller ul {
    display: none;
  }
  #roller.open-toggle ul {
    display: block;
  }
  .titre-direct {
    cursor: pointer;
  }
  .home .site-main article.type-page {
    width: 100%;
    display: block;
    margin-top: 15px;
  }
  .menu-acces-direct {
    background-color: transparent;
    border-radius: none;
  }
  .titre-direct {
    background: none;
  }
  .titre-direct {
    background: url('img/acces.png') no-repeat 0 50%;
    padding: 0 0 0 80px;
    font-size: 38px;
    font-weight: lighter;
    height: 75px;
    margin-bottom: 5px;
    line-height: 1.9;
  }
  .menu-acces-direct {
    background-color: transparent;
  }
  .open-toggle {
    background-color: #e7e7e7;
  }
  #roller ul {
    padding-left: 15px;
  }
  .menu-acces-direct ul li a {
    font-size: 18px;
  }
  .header-search input[type='search'] {
    width: 150px;
  }
  .entry-header h2 {
    font-size: 38px;
    display: inline-block;
    margin: 0;
  }
  .agenda-container h2 {
    top: 10px;
  }
  .home .site-main article header {
    width: 100%;
    height: 70px;
    margin-top: 0;
    border: none;
  }
  .actus-all p {
    background-color: #f2f2f2;
    height: 60px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    line-height: 2.5;
    text-align: center;
    bottom: 20px;
    font-size: 22px;
  }
  .actus-all {
    width: 60%;
    padding-top: 22px;
  }
  .bx-wrapper img {
    max-width: 100%;
  }
  #advps_container1 .bx-wrapper .bx-pager {
    bottom: -170px !important;
  }
  .en-images-container .entry-header {
    height: 40px;
    border-bottom: 1px solid #dcdcdd !important;
  }
  .en-images-container .entry-header h2 {
    line-height: 1;
    top: 40px;
    font-size: 35px;
  }
  .histoire-container .entry-header {
    height: 40px;
    border-bottom: 1px solid #dcdcdd !important;
  }
  .histoire-container .entry-header h2 {
    line-height: 1;
    top: 40px;
    font-size: 35px;
  }
  .actus-all {
    top: 14px;
  }
  .agenda-container .actus-all {
    top: 22px;
  }
  .agenda-container {
    margin-top: 175px;
  }
  .titre-box-news {
    background-image: none;
  }
  .histoire-container {
    height: inherit;
    margin-bottom: 10px;
  }
  .newsletter-hp-content input[type='email'] {
    border: medium none;
    width: 94%;
    height: 45px;
  }
  .home .newsletter-hp input[type='submit'] {
    bottom: 37px;
    left: -40px;
  }
  .titre-box-news {
    height: 50%;
  }
  .newsletter-hp {
    height: 125px;
  }
  .voisins-vigilants {
    display: inline-block;
    position: relative;
    width: 48%;
    float: left;
    vertical-align: top;
    margin-right: 4%;
  }
  .carte-interactive {
    display: inline-block;
    position: relative;
    width: 48%;
    float: left;
    vertical-align: top;
  }
  .en-images {
    height: 160px;
  }
  .hp-histoire {
    height: 160px;
  }
  .actus-all {
    width: 55%;
  }
  .agenda-container .actus-all {
    width: 50%;
  }
  .menu-acces-direct ul li a {
    padding-left: 60px;
  }
  .page-template-page-sommaire p.excerpt {
    display: none;
  }
  .page-template-page-sommaire .img_list {
    height: 125px;
    width: 169px;
  }
  .list-description {
    height: 125px;
  }
  .page-template-page-sommaire .content-sommaire {
    margin-left: 180px;
  }
  .coordonnees-contact {
    display: none;
  }
  .post-475 #wpgmza_map_2 {
    float: none !important;
  }
  #gform_wrapper_2 #gform_fields_2 li {
    width: 100%;
  }
  #cn-excerpt-plus .cn-right {
    margin: 0 0 0 0 !important;
  }
  #cn-excerpt-plus .cn-left {
    position: relative !important;
    width: 100%;
  }
  .post-type-archive-agenda .agenda_thumb {
    display: block;
    width: 100%;
  }
  .post-type-archive-agenda article > p {
    padding-left: 0;
    width: 100%;
  }
  .post-type-archive-agenda .lire-agenda {
    height: 48px;
    padding-left: 18px;
    width: 48px;
  }
  .post-type-archive-agenda .lire-agenda {
    font-size: 28px;
  }
  .home .newsletter-hp input[type='submit'] {
    left: 80%;
  }
  #responsive-menu ul > li > a {
    max-width: 80%;
  }
  .post-type-archive-agenda .agenda-titre-container {
    margin-top: 15px;
  }
  .post-type-archive-agenda .agenda-titre-container {
    width: 50%;
  }
  .main_right .navigation {
    padding-left: 20;
  }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next,
  .posts-navigation .nav-prvious,
  .post-navigation .nav-previous {
    float: none;
    width: 100%;
    text-align: center;
    height: 80px;
  }
  .main_right .navigation {
    padding-left: 0;
  }
  .nav-previous a,
  .nav-next a {
    padding-left: 0;
    padding-right: 0;
  }
  .nav-previous,
  .nav-next {
    background-position: 50% 100%;
  }
  .nav-links a {
    display: block;
    height: 75px;
  }
  .nav-previous:hover a,
  .nav-next:hover a {
    text-decoration: underline;
  }
  .single-actu-thumb-archive {
    float: none;
    width: 100%;
    display: block;
  }
  .post-type-archive-actualites .block-actus {
    margin-left: 0;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  .post-type-archive-actualites article {
    height: inherit;
    max-height: inherit;
  }
  .post-type-archive-actualites .actu-thumb {
    height: 180px;
    width: 100%;
  }
  .wp-caption-text {
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    height: 35px;
    margin: 0 0 -25px;
    opacity: 0;
    padding-left: 8px;
    padding-top: 3px;
    position: relative;
    top: -35px;
    transition: opacity 0.3s ease 0s;
  }
  .ginput_container.ginput_container_text,
  .ginput_container.ginput_container_email,
  .ginput_container.ginput_container_phone,
  #field_2_5 .ginput_container,
  #field_2_11 .ginput_container,
  .ginput_container_checkbox,
  .ginput_container_date,
  .clear-multi,
  .ginput_container_textarea,
  .ginput_recaptcha {
    display: block !important;
  }
  .gform_wrapper .top_label .gfield_label {
    display: inline !important;
  }
  .gform_fields.top_label.form_sublabel_below.description_below {
    padding-left: 15px !important;
  }
  .gform_button {
    left: 15px !important;
  }
} /* ---- fin 480px ----- */

@media screen and (max-width: 420px) {
  .entry-header h2 {
    font-size: 32px;
  }
  .actus-all {
    padding-top: 16px;
  }
  .actus-all p {
    font-size: 20px;
    line-height: 2.7;
  }
  .actus-all p {
    font-size: 18px;
    line-height: 3;
  }
  #co-home-menu .co-home-sousmenu {
    float: none;
    margin-top: 50px !important;
    width: 100%;
  }
  #co-home-menu > li > h2 {
    width: 100%;
  }
  .image_bulletin {
    float: none;
  }
  .page-template-bulletin p.description-docs {
    margin-left: 0;
  }
}

@media screen and (max-width: 360px) {
  #gform_submit_button_2 {
    width: 200px;
  }
  .page-id-475 input[type='submit'] {
    left: 10%;
  }
  #gform_wrapper_2 #field_2_10 {
    margin-left: 10% !important;
  }
  .asterisque {
    margin-left: 10%;
  }
  .address-contact,
  .horaires-contact {
    padding-left: 0;
  }
  .coordonnees-contact h3 {
    margin-top: 70px;
  }
  .menu-menu-1-container ul > li > a {
    font-size: 18px;
  }
  .menu-menu-1-container ul ul li a {
    font-size: 16px;
  }
  .titre-direct {
    font-size: 34px;
  }
  .header-search input[type='search'] {
    width: 120px;
  }
  .entry-header h2 {
    font-size: 28px;
  }
  .actus-all {
    padding-top: 16px;
  }
  .actus-all p {
    font-size: 18px;
    line-height: 3;
  }
  .bx-wrapper img {
    max-width: 115%;
  }
  .footer-bottom-links ul li a {
    font-size: 14px;
  }
  .address-3 p,
  .address-3 h3 {
    padding-left: 18%;
  }
  .address-1 {
    width: 81%;
  }
  .actus-all {
    width: 60%;
  }
  .actus-all p {
    font-size: 16px;
    line-height: 3.4;
  }
  .page-template-page-sommaire .img_list {
    height: 111px;
    width: 150px;
  }
  .list-description {
    height: 111px;
  }
  .entry-header h1 {
    font-size: 38px;
  }
  .page-template-page-sommaire .content-sommaire {
    margin-left: 165px;
  }
  #gform_fields_2 li {
    padding-left: 15px;
  }
  #field_2_10 .ginput_container {
    width: 94%;
  }
  .page-id-475 #gform_submit_button_2 {
    left: 10px;
  }
  .ui-accordion .ui-accordion-header {
    font-size: 85% !important;
  }
  .post-type-archive-agenda .agenda-titre-container {
    margin-top: 10px;
  }
  .post-type-archive-agenda .lire-event {
    padding-right: 40px;
    padding-top: 40px;
    margin-right: 15px;
  }
  .bulle-date-agenda {
    height: 90px;
    width: 90px;
  }
  .date-agenda {
    font-size: 17px;
    margin: 0 0 0 10px;
  }
  .post-type-archive-agenda .agenda-titre {
    font-size: 16px;
  }
  .nav-links a {
    color: #734889;
    display: block;
  }
  .nav-next a {
    padding-right: 20px;
  }
  .entry-header h2 {
    padding-right: 3px;
    font-size: 30px;
    position: relative;
    top: 10px;
  }
  .actus-all {
    width: 57%;
  }
} /* ---- fin 360px ----- */

@media screen and (max-width: 320px) {
  .actus-all p {
    font-size: 17px;
    line-height: 3.2;
  }
  .img_slider-header {
    background-position: 93% top;
  }
  .entry-header h1 {
    font-size: 28px;
  }
} /* ---- fin 320px ----- */
.g-recaptcha {
  transform: scale(0.77);
  transform-origin: 0 0;
}
