@charset "UTF-8";
/*
Theme Name: Adapei
Theme URI: http://components.underscores.me/
Author: Médiapilote
Author URI: http://automattic.com/
Description: Site de l'ADAPEI 53
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: adapei
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.

adapei is created by the theme generator at http://components.underscores.me/, (C) 2015-2016 Automattic, Inc.
Components 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
# Accessibility
# Alignments
# Clearings
# Typography
# Forms
# Buttons
# Formatting
# Lists
# Tables
# Navigation
# Links
# Layout
	## Posts
	## Pages
# Comments
# Widgets
# Infinite scroll
# Media
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,800,800i|Ubuntu:300,300i,400,400i,500,500i,700,700i");
@import 'https://cdnjs.cloudflare.com/ajax/libs/ResponsiveSlides.js/1.53/responsiveslides.min.css';
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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; }

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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #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; }

/*--------------------------------------------------------------
# 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;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    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: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; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #545350;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h4, h5, h6 {
  clear: both; }

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%; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
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: 1px solid #ccc;
  border-radius: 3px; }
  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; }

textarea {
  padding-left: 3px;
  width: 100%; }

input[type="search"] {
  background-color: transparent;
  border-radius: 0;
  border: 0px; }

input[type="search"]::-webkit-input-placeholder {
  display: none; }

input[type="search"]:-ms-input-placeholder {
  display: none; }

input[type="search"]::-ms-input-placeholder {
  display: none; }

input[type="search"]::placeholder {
  display: none; }

.search-form {
  background-color: rgba(232, 231, 230, 0.65); }

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  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;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

/*--------------------------------------------------------------
# Formattings
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

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; }

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
nav {
  background-color: #e8e7e6;
  z-index: 9999; }

a.menu-link {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  padding: 0.9em 1.3em;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #404040;
  background-color: #60a9c3;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  z-index: 9999; }
  @media screen and (min-width: 960px) {
    a.menu-link {
      width: auto;
      float: left;
      margin: 20px 10px; } }
  a.menu-link:hover {
    color: #c4d035; }
  a.menu-link:visited {
    color: #404040; }
  a.menu-link::before {
    content: '\f0c9';
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 20px; }

.menu, .menu > div > div > ul ul {
  clear: both;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.js .menu, .js .menu > div > div > ul ul {
  overflow: hidden;
  max-height: 0; }

.menu.active, .js .menu > div > div > ul ul.active {
  max-height: 80em;
  margin: 0;
  padding: 0; }

.menu > div > div > ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.menu li {
  padding: 10px 10px;
  width: 100%; }
  @media screen and (min-width: 960px) {
    .menu li {
      width: auto; } }
  .menu li:focus, .menu li.current-menu-item {
    border-bottom: 5px solid #c4d035; }
  .menu li:last-of-type {
    border-right: 0px; }

.menu li a {
  display: block;
  position: relative;
  text-decoration: none;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #464542; }
  @media screen and (min-width: 720px) {
    .menu li a {
      font-size: 12px; } }
  @media screen and (min-width: 960px) {
    .menu li a {
      font-size: 10px; } }
  @media screen and (min-width: 1060px) {
    .menu li a {
      font-size: 10px; } }
  @media screen and (min-width: 1130px) {
    .menu li a {
      font-size: 10px; } }
  @media screen and (min-width: 1260px) {
    .menu li a {
      font-size: 12px; } }
  @media screen and (min-width: 1440px) {
    .menu li a {
      font-size: 16px; } }
  .menu li a:hover {
    color: #c4d035; }

.menu li.menu-item-has-children > a:after {
  content: '+';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 1.5em; }

.menu li.menu-item-has-children > a.active:after {
  content: "-"; }

@media screen and (min-width: 960px) {
  .menu li.menu-item-has-children > a:after {
    content: ''; }
  .menu li.menu-item-has-children > a.active:after {
    content: ""; }
  .pattern {
    overflow: visible; }
  a.menu-link {
    display: none; }
  .js .menu, .js .menu > div > div > ul ul {
    max-height: none;
    overflow: visible;
    background-color: #e8e7e6; }
  .js .menu > div > div > ul ul {
    background: #e8e7e6;
    display: none; }
  .js .menu > div > div > ul li:hover > ul {
    display: block; }
  .menu ul {
    margin: 0;
    border: 0;
    padding-left: 0; }
  .menu li a {
    border: 0; }
  .menu li.page_item_has_children > a {
    padding-right: 2em; }
  .menu li.page_item_has_children > a:after {
    content: ">";
    font-size: 1em;
    padding: 0.8em 0.5em; }
  .menu .level-1 > li.menu-item-has-children > a:after {
    content: "▼"; }
  .menu > div > div > ul > li {
    display: inline-block;
    position: relative; }
  .menu > div > div > ul ul {
    position: absolute;
    top: 2.5em;
    left: 0;
    width: 13rem;
    z-index: 9999; }
  .menu > div > div > ul ul ul {
    display: none !important; }
  .menu > div > div > ul ul ul ul {
    display: none !important; }
  .menu > div > div > ul ul li {
    position: relative; }
  .menu > div > div > ul ul.level-2 {
    top: 3em;
    left: 0; } }

.menu li {
  list-style-type: none;
  border-bottom: solid 1px #fff; }
  @media screen and (min-width: 960px) {
    .menu li {
      border-right: solid 1px #fff;
      border-bottom: 0; } }

.menu li li {
  list-style-type: none;
  border-right: 0;
  border-bottom: solid 1px #fff; }

.menu1 li a:hover {
  color: #000;
  cursor: default; }

.menu1 li ul li a:hover {
  color: #c4d035;
  cursor: pointer; }

.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%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  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/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

.inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding: 0 10px; }
  @media screen and (min-width: 1370px) {
    .inner {
      padding: 0; } }

@media screen and (min-width: 37.5em) {
  .content-area {
    float: left;
    margin: 0 -25% 0 0;
    width: 100%; }
  .site-main {
    margin: 0 25% 0 0; }
  .site-footer {
    clear: both;
    width: 100%; } }

/*--------------------------------------------------------------
## Single Column / No Active Sidebar
--------------------------------------------------------------*/
.no-sidebar .site-main {
  margin: 0; }

.no-sidebar .content-area {
  float: none;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-summary {
  margin: 1.5em 0 0; }

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

.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%; }

.wp-caption {
  margin: 1em 0 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

/* Ensure center-aligned captions center-align properly. */
.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto; }

/* Give some padding to floated elements, to prevent them butting up against text. */
.wp-caption.alignleft {
  margin-right: 20px; }

.wp-caption.alignright {
  margin-left: 20px; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .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; }

.rangee {
  position: relative;
  float: left;
  width: 100%; }

.column {
  position: relative;
  float: left; }

.column-size-1-1 {
  position: relative;
  float: left;
  width: 100%; }

.column-size-1-2 {
  width: 100%;
  margin-bottom: 25px; }
  @media (min-width: 720px) {
    .column-size-1-2 {
      width: calc(100%/2 - 30px/2);
      margin-right: 30px; } }

.column-size-1-2:nth-of-type(even) {
  margin-right: 0; }

.column-size-1-3 {
  width: 100%;
  margin-bottom: 25px; }
  @media (min-width: 720px) {
    .column-size-1-3 {
      width: calc(100%/3 - 30px/1.5);
      margin-right: 30px; } }

.column-size-1-3:nth-of-type(3n-3) {
  margin-right: 0; }

.column-size-1-4 {
  width: 100%;
  margin-bottom: 25px; }
  @media (min-width: 720px) {
    .column-size-1-4 {
      width: calc(100%/2 - 30px/2);
      margin-right: 30px; }
      .column-size-1-4:nth-of-type(2n-2) {
        margin-right: 0; } }
  @media (min-width: 960px) {
    .column-size-1-4 {
      width: calc((100%/4) - (30px*0.75));
      margin-right: 30px; }
      .column-size-1-4:nth-of-type(2n-2) {
        margin-right: 30px; }
      .column-size-1-4:nth-of-type(3n-3) {
        margin-right: 30px; }
      .column-size-1-4:nth-of-type(4n-4) {
        margin-right: 0; } }

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
.logo-orange-content {
  position: relative;
  float: left;
  width: 100%;
  z-index: 9999; }
  .logo-orange-content .menu_orange {
    position: relative;
    float: right;
    padding-top: 0;
    margin-bottom: 10px;
    display: none; }
    @media screen and (min-width: 960px) {
      .logo-orange-content .menu_orange {
        display: block; } }
    @media screen and (min-width: 960px) {
      .logo-orange-content .menu_orange {
        padding-top: 40px;
        margin-bottom: 0; } }
    .logo-orange-content .menu_orange ul {
      list-style-type: none;
      margin: 0;
      padding: 30px 0 0 0; }
      @media screen and (min-width: 960px) {
        .logo-orange-content .menu_orange ul {
          padding: 0; } }
      .logo-orange-content .menu_orange ul li {
        background-color: #dc7f33;
        display: inline-block;
        padding: 7px; }
        @media screen and (min-width: 960px) {
          .logo-orange-content .menu_orange ul li {
            padding: 5px 10px; } }
        @media screen and (min-width: 960px) {
          .logo-orange-content .menu_orange ul li {
            width: auto;
            margin-left: 5px; } }
        .logo-orange-content .menu_orange ul li:hover {
          background-color: #dc6300; }
        .logo-orange-content .menu_orange ul li a {
          text-decoration: none;
          color: #fff;
          text-transform: uppercase;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          font-size: 10px; }
          .logo-orange-content .menu_orange ul li a span {
            display: none; }
            @media screen and (min-width: 960px) {
              .logo-orange-content .menu_orange ul li a span {
                display: block; } }
          .logo-orange-content .menu_orange ul li a img {
            margin-right: 0;
            width: 25px;
            height: auto; }
            @media screen and (min-width: 960px) {
              .logo-orange-content .menu_orange ul li a img {
                margin-right: 5px; } }

.logo {
  position: relative;
  float: left; }
  .logo a {
    position: relative;
    float: left; }

.site-branding {
  display: none; }

.home_content {
  background-color: #e8e7e6; }

.entrees {
  position: relative;
  z-index: 9990;
  margin-top: 0;
  float: left;
  width: 100%; }
  @media screen and (min-width: 720px) {
    .entrees {
      display: block;
      float: none; } }
  @media screen and (min-width: 960px) {
    .entrees {
      margin-top: 9px;
      padding: 20px; } }
  @media screen and (min-width: 1060px) {
    .entrees {
      margin-top: 50px; } }
  @media screen and (min-width: 1200px) {
    .entrees {
      margin-top: 90px; } }
  @media screen and (min-width: 1370px) {
    .entrees {
      margin-top: 60px;
      padding: 20px; } }
  @media screen and (min-width: 1370px) {
    .entrees {
      margin-top: 110px; } }
  @media screen and (min-width: 1570px) {
    .entrees {
      margin-top: 150px; } }
  @media screen and (min-width: 1771px) {
    .entrees {
      margin-top: 110px; } }
  .entrees .list-entrees {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    padding-left: 0; }
    @media screen and (min-width: 720px) {
      .entrees .list-entrees {
        margin: 30px; } }
    @media screen and (min-width: 960px) {
      .entrees .list-entrees {
        -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
        margin: 0; } }
    .entrees .list-entrees li {
      width: calc(100%/2 - 10px);
      padding: 0;
      position: relative;
      float: left;
      margin: 5px 0; }
      @media screen and (min-width: 720px) {
        .entrees .list-entrees li {
          width: calc(100%/4 - 70px);
          padding: 10px 18px; } }
      @media screen and (min-width: 960px) {
        .entrees .list-entrees li {
          width: calc(100%/4 - 70px);
          padding: 20px 0; } }
      .entrees .list-entrees li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        font-family: "Ubuntu", sans-serif;
        font-size: 17px;
        padding: 10px;
        text-transform: uppercase;
        text-decoration: none; }
        @media screen and (min-width: 720px) {
          .entrees .list-entrees li a {
            font-size: 14px; } }
        @media screen and (min-width: 960px) {
          .entrees .list-entrees li a {
            font-size: 21px;
            padding: 0; } }
        .entrees .list-entrees li a img {
          margin-bottom: 10px; }

.slider-content {
  position: relative; }
  .slider-content .slider {
    z-index: 0;
    position: relative;
    float: left;
    width: 100%; }
    @media screen and (min-width: 720px) {
      .slider-content .slider {
        position: absolute;
        top: 0; } }
    .slider-content .slider .rslides .bg-desk {
      display: none; }
      @media screen and (min-width: 720px) {
        .slider-content .slider .rslides .bg-desk {
          display: block;
          height: auto; } }

#slogan-content {
  position: absolute;
  -webkit-transform: translate(-1%, 127%);
  -ms-transform: translate(-1%, 127%);
  transform: translate(-1%, 127%); }
  @media screen and (min-width: 400px) {
    #slogan-content {
      -webkit-transform: translate(2%, 181%);
      -ms-transform: translate(2%, 181%);
      transform: translate(2%, 181%); } }
  @media screen and (min-width: 470px) {
    #slogan-content {
      -webkit-transform: translate(12%, 261%);
      -ms-transform: translate(12%, 261%);
      transform: translate(12%, 261%); } }
  @media screen and (min-width: 500px) {
    #slogan-content {
      -webkit-transform: translate(20%, 321%);
      -ms-transform: translate(20%, 321%);
      transform: translate(20%, 321%); } }
  @media screen and (min-width: 720px) {
    #slogan-content {
      position: relative;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      padding-bottom: 10px;
      margin: 0;
      padding-top: 70px; } }
  @media screen and (min-width: 960px) {
    #slogan-content {
      padding-top: 105px; } }
  @media screen and (min-width: 1370px) {
    #slogan-content {
      padding-top: 122px; } }
  @media screen and (min-width: 1430px) {
    #slogan-content {
      padding-top: 200px; } }
  @media screen and (min-width: 1430px) and (max-width: 1770px) {
    #slogan-content {
      padding-top: 144px; } }
  #slogan-content #txt_home_gd {
    font-size: 16px;
    font-family: "Ubuntu", sans-serif;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    text-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2); }
    @media screen and (min-width: 600px) {
      #slogan-content #txt_home_gd {
        font-size: 18px; } }
    @media screen and (min-width: 720px) {
      #slogan-content #txt_home_gd {
        color: #fff;
        font-size: 30px; } }
    @media screen and (min-width: 960px) {
      #slogan-content #txt_home_gd {
        color: #fff;
        font-size: 35px; } }
    @media screen and (min-width: 1260px) {
      #slogan-content #txt_home_gd {
        color: #fff;
        font-size: 40px; } }
    @media screen and (min-width: 1370px) {
      #slogan-content #txt_home_gd {
        color: #fff;
        font-size: 50px; } }
  #slogan-content #txt_home_pt {
    font-size: 12px;
    font-family: "Ubuntu", sans-serif;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    text-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2); }
    @media screen and (min-width: 600px) {
      #slogan-content #txt_home_pt {
        font-size: 15px; } }
    @media screen and (min-width: 720px) {
      #slogan-content #txt_home_pt {
        color: #fff;
        font-size: 20px; } }

.menu-search-content {
  position: relative; }
  .menu-search-content #recherche {
    background-color: #e8e7e6;
    position: absolute;
    right: 0;
    bottom: 8px;
    z-index: 9999;
    z-index: 99; }
    @media screen and (min-width: 720px) {
      .menu-search-content #recherche {
        background-color: rgba(232, 231, 255, 0.65);
        right: 0; } }
    @media screen and (min-width: 960px) {
      .menu-search-content #recherche {
        bottom: -44px;
        position: absolute;
        right: 0; } }
    .menu-search-content #recherche input[type="search"]::-webkit-input-placeholder {
      color: #fff; }
    .menu-search-content #recherche input[type="search"]:-ms-input-placeholder {
      color: #fff; }
    .menu-search-content #recherche input[type="search"]::-ms-input-placeholder {
      color: #fff; }
    .menu-search-content #recherche input[type="search"]::placeholder {
      color: #fff; }
    .menu-search-content #recherche .btn-recherche {
      background-color: transparent;
      border-color: transparent;
      color: #fff;
      font-size: 1.7rem;
      padding: 10px 10px 0 0;
      -webkit-box-shadow: 0 0 0 transparent;
      box-shadow: 0 0 0 transparent; }
      @media screen and (min-width: 720px) {
        .menu-search-content #recherche .btn-recherche {
          padding: 10px 10px 0 20px; } }
      .menu-search-content #recherche .btn-recherche:hover {
        color: #464542; }

#menu-item-738, #menu-item-739, #menu-item-745, #menu-item-744, #menu-item-743, #menu-item-742, #menu-item-741, #menu-item-740, #menu-item-1360 {
  display: block; }
  @media screen and (min-width: 960px) {
    #menu-item-738, #menu-item-739, #menu-item-745, #menu-item-744, #menu-item-743, #menu-item-742, #menu-item-741, #menu-item-740, #menu-item-1360 {
      display: none; } }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }
  .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0; }
  .rslides:first-child {
    position: relative;
    display: block;
    float: left; }
  .rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0; }

.bg-mobile {
  display: block;
  width: 100%; }
  @media screen and (min-width: 720px) {
    .bg-mobile {
      display: none !important; } }

input.search-submit {
  background-image: url("images/ico-loupe.png");
  background-repeat: no-repeat;
  color: none;
  border: 0px;
  height: 35px; }

#color1 {
  background-color: #60a9c3; }
  #color1:hover {
    background-color: #5291a8; }

#color2 {
  background-color: #c4d035; }
  #color2:hover {
    background-color: #acb82e; }

#color3 {
  background-color: #dc7f33; }
  #color3:hover {
    background-color: #c2702d; }

#color4 {
  background-color: #654c74; }
  #color4:hover {
    background-color: #4e3b59; }

/*--------------------------------------------------------------
# CITATION
--------------------------------------------------------------*/
#mot_prez .titre_content {
  margin: 20px 0;
  position: relative;
  float: left; }
  @media screen and (min-width: 720px) {
    #mot_prez .titre_content {
      margin: 40px 0;
      float: none; } }
  #mot_prez .titre_content .border-vert {
    width: 50px;
    height: 4px;
    background-color: #c4d035;
    text-align: center;
    margin: 0 auto; }
  #mot_prez .titre_content h2 {
    text-align: center;
    font-size: 23px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    text-transform: uppercase; }
  #mot_prez .titre_content p {
    margin-top: 20px; }

blockquote {
  display: block;
  background: #fff;
  padding: 0 20px 0 45px;
  margin: 0;
  position: relative; }
  blockquote p {
    margin: 0; }

blockquote::before {
  content: "\201C";
  font-family: "Times New Roman", Times, serif;
  font-size: 50px;
  font-weight: bold;
  color: #c4d035;
  position: absolute;
  left: 10px;
  top: -48px; }
  @media screen and (min-width: 720px) {
    blockquote::before {
      font-size: 100px;
      left: -8px;
      top: -48px; } }

blockquote a {
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c; }

blockquote a:hover {
  color: #666; }

blockquote em {
  font-style: italic; }

/*--------------------------------------------------------------
# ACTU
--------------------------------------------------------------*/
.actualite {
  background-color: #e8e7e6;
  position: relative;
  float: left;
  width: 100%; }
  .actualite .titre_content {
    margin: 40px 0; }
    .actualite .titre_content .border-orange {
      width: 50px;
      height: 4px;
      background-color: #dc7f33;
      text-align: center;
      margin: 0 auto; }
    .actualite .titre_content h2 {
      text-align: center;
      font-size: 23px;
      font-family: "Ubuntu", sans-serif;
      font-weight: 300;
      text-transform: uppercase; }
  .actualite .home_actu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (min-width: 960px) {
      .actualite .home_actu {
        -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap; } }
    .actualite .home_actu ul {
      width: 100%;
      margin: 0 0 15px 0;
      padding: 30px;
      background-color: #fff;
      list-style-type: none; }
      @media screen and (min-width: 960px) {
        .actualite .home_actu ul {
          width: calc(100%/3 - 20px);
          margin: 0 10px; } }
      .actualite .home_actu ul .actu-titre {
        font-family: "Open Sans", sans-serif;
        font-weight: bold;
        color: #dc7f33;
        text-transform: uppercase;
        text-align: center;
        margin-top: 10px;
        text-align: center;
        font-size: 19px;
        min-height: 85px; }
      .actualite .home_actu ul .actu-date {
        font-family: "Open Sans", sans-serif;
        color: #464542;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center; }
      .actualite .home_actu ul .actu-txt {
        font-family: "Open Sans", sans-serif;
        font-size: 15px; }
        .actualite .home_actu ul .actu-txt p {
          min-height: 120px; }
        .actualite .home_actu ul .actu-txt .btn-lire {
          width: 100%;
          text-align: center; }
          .actualite .home_actu ul .actu-txt .btn-lire a {
            color: #fff;
            text-transform: uppercase;
            background-color: #dc7f33;
            border: solid 3px #dc7f33;
            text-align: center;
            text-decoration: none;
            padding: 10px; }
            .actualite .home_actu ul .actu-txt .btn-lire a:hover {
              background-color: transparent;
              color: #dc7f33; }
      .actualite .home_actu ul .actu-image {
        text-align: center;
        width: 100%;
        max-height: 120px;
        overflow: hidden; }
  .actualite #cartouche-actu {
    position: relative; }
    .actualite #cartouche-actu ul {
      list-style-type: none;
      margin: 40px auto 30px auto;
      padding: 0; }
      @media screen and (min-width: 720px) {
        .actualite #cartouche-actu ul {
          width: 50%; } }
      .actualite #cartouche-actu ul li {
        text-align: center; }
        .actualite #cartouche-actu ul li a {
          background-color: #d2d2d1;
          font-family: "Ubuntu", sans-serif;
          font-size: 15px;
          font-weight: 500;
          color: #464542;
          text-transform: uppercase;
          text-decoration: none;
          text-align: center;
          margin: 0 auto;
          padding: 8px; }
          @media screen and (min-width: 720px) {
            .actualite #cartouche-actu ul li a {
              padding: 10px 50px; } }
          .actualite #cartouche-actu ul li a:hover {
            background-color: #464542;
            color: #d2d2d1;
            text-align: center; }

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
footer {
  background-color: #464542;
  position: relative;
  width: 100%;
  padding: 30px 0; }
  footer .logo-bas {
    position: relative;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
    width: 100%; }
    footer .logo-bas img {
      height: 114px;
      width: 114px; }
    footer .logo-bas p {
      margin: 0;
      color: #fff;
      font-family: "Ubuntu", sans-serif;
      font-size: 15px;
      font-weight: 400; }
      footer .logo-bas p span {
        font-weight: bold;
        text-transform: uppercase; }
  footer .footer-lien {
    width: 100%; }
    @media screen and (min-width: 720px) {
      footer .footer-lien {
        -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap; } }
    footer .footer-lien .menu_orange {
      padding-top: 0;
      width: 100%;
      -ms-flex-line-pack: center;
      align-content: center;
      padding: 0;
      position: relative;
      float: left; }
      @media screen and (min-width: 960px) {
        footer .footer-lien .menu_orange {
          width: calc(100%/4 - 20px);
          padding: 0 20px 0 0; } }
      footer .footer-lien .menu_orange:last-of-type {
        margin-right: 0; }
      footer .footer-lien .menu_orange ul {
        margin: 0;
        padding: 0; }
        footer .footer-lien .menu_orange ul li {
          display: block;
          margin: 0 0 10px 0;
          background-color: #dc7f33;
          padding: 5px 10px; }
          footer .footer-lien .menu_orange ul li:hover {
            background-color: #dc6300; }
          footer .footer-lien .menu_orange ul li a {
            text-decoration: none;
            color: #fff;
            text-transform: uppercase;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            footer .footer-lien .menu_orange ul li a span {
              display: none; }
              @media screen and (min-width: 720px) {
                footer .footer-lien .menu_orange ul li a span {
                  display: block; } }
            footer .footer-lien .menu_orange ul li a img {
              margin-right: 0; }
              @media screen and (min-width: 960px) {
                footer .footer-lien .menu_orange ul li a img {
                  margin-right: 5px; } }
    footer .footer-lien .facebookBtn img {
      width: 50px; }
      @media screen and (min-width: 720px) {
        footer .footer-lien .facebookBtn img {
          margin-left: 44px;
          -webkit-transform: translateX(80%);
          -ms-transform: translateX(80%);
          transform: translateX(80%); } }
    footer .footer-lien .facebookBtn img:hover {
      opacity: .6;
      -webkit-transition-duration: .3s;
      -o-transition-duration: .3s;
      transition-duration: .3s; }
    footer .footer-lien .lien1, footer .footer-lien .lien2, footer .footer-lien .lien3 {
      width: 100%;
      -ms-flex-line-pack: center;
      align-content: center;
      position: relative;
      float: left; }
      @media screen and (min-width: 960px) {
        footer .footer-lien .lien1, footer .footer-lien .lien2, footer .footer-lien .lien3 {
          width: calc(100%/4 - 20px);
          margin-left: 20px; } }
      footer .footer-lien .lien1:last-of-type, footer .footer-lien .lien2:last-of-type, footer .footer-lien .lien3:last-of-type {
        margin-right: 0; }
      footer .footer-lien .lien1 ul, footer .footer-lien .lien2 ul, footer .footer-lien .lien3 ul {
        list-style-type: none;
        margin: 0 0 20px 0;
        padding: 0; }
        footer .footer-lien .lien1 ul li span, footer .footer-lien .lien2 ul li span, footer .footer-lien .lien3 ul li span {
          color: #c4d035;
          margin-right: 10px; }
        footer .footer-lien .lien1 ul li .bold, footer .footer-lien .lien2 ul li .bold, footer .footer-lien .lien3 ul li .bold {
          font-weight: 500; }
        footer .footer-lien .lien1 ul li a, footer .footer-lien .lien2 ul li a, footer .footer-lien .lien3 ul li a {
          color: #fff;
          text-decoration: none;
          font-family: "Ubuntu", sans-serif;
          font-weight: 300; }
          footer .footer-lien .lien1 ul li a:hover, footer .footer-lien .lien2 ul li a:hover, footer .footer-lien .lien3 ul li a:hover {
            color: #c4d035; }
    footer .footer-lien .rezo {
      width: 100%;
      position: relative;
      float: left; }
      @media screen and (min-width: 960px) {
        footer .footer-lien .rezo {
          width: calc(100%/5 - 20px);
          margin-left: 30px; } }
      footer .footer-lien .rezo:last-of-type {
        margin-right: 0; }
      footer .footer-lien .rezo a img:hover {
        -webkit-filter: opacity(0.2);
        filter: opacity(0.2); }
      footer .footer-lien .rezo .partenR {
        color: #fff;
        text-decoration: none;
        margin: 10px 0 0 0;
        text-transform: uppercase;
        text-align: center; }
      footer .footer-lien .rezo ul {
        list-style-type: none;
        margin: 10px;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 70%; }
        @media screen and (min-width: 960px) {
          footer .footer-lien .rezo ul {
            margin: 0; } }
        footer .footer-lien .rezo ul li a {
          color: #fff;
          text-decoration: none;
          max-width: 30px; }

/*--------------------------------------------------------------
# PAGE TEXTE
--------------------------------------------------------------*/
#nav_menu-2 {
  display: none; }

.page-template-page-fiche-etablissement #menu_lateral, .page-template-page-prestation #menu_lateral, .page-template-page-emploi #menu_lateral {
  display: none; }
  @media screen and (min-width: 960px) {
    .page-template-page-fiche-etablissement #menu_lateral, .page-template-page-prestation #menu_lateral, .page-template-page-emploi #menu_lateral {
      display: block; } }

.page-template-page-fiche-etablissement .fiche50, .page-template-page-prestation .fiche50, .page-template-page-emploi .fiche50 {
  margin-left: 0; }
  @media screen and (min-width: 960px) {
    .page-template-page-fiche-etablissement .fiche50, .page-template-page-prestation .fiche50, .page-template-page-emploi .fiche50 {
      margin-left: 40px; } }

.page-template-page-fiche-etablissement .article-page-txt, .page-template-page-prestation .article-page-txt, .page-template-page-emploi .article-page-txt {
  margin-left: 0;
  padding-bottom: 0; }
  @media screen and (min-width: 960px) {
    .page-template-page-fiche-etablissement .article-page-txt, .page-template-page-prestation .article-page-txt, .page-template-page-emploi .article-page-txt {
      margin-left: 50px;
      padding-bottom: 40px; } }

#menu_lateralMobile {
  position: relative;
  float: left;
  width: 100%;
  margin: 20px 0 20px 0;
  padding: 0; }
  @media screen and (min-width: 960px) {
    #menu_lateralMobile {
      width: 21%;
      display: none; } }
  #menu_lateralMobile .child-sidebar-menu {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
    background-color: transparent; }
    #menu_lateralMobile .child-sidebar-menu li {
      padding: 10px;
      border-bottom: solid 1px #d1d0d0;
      list-style-type: none; }
      #menu_lateralMobile .child-sidebar-menu li:last-of-type {
        border: 0; }
      #menu_lateralMobile .child-sidebar-menu li a {
        color: #545350;
        font-family: "Ubuntu", sans-serif;
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
        font-size: 15px; }
        #menu_lateralMobile .child-sidebar-menu li a:hover {
          color: #c4d035; }
    #menu_lateralMobile .child-sidebar-menu ul {
      margin: 0;
      padding: 0; }
    #menu_lateralMobile .child-sidebar-menu .active a {
      color: #c4d035; }
  #menu_lateralMobile .menu-couleur {
    position: relative;
    float: left;
    z-index: 999;
    width: calc(100%); }
    #menu_lateralMobile .menu-couleur .list-menu-couleur {
      list-style-type: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 0;
      padding: 0; }
      #menu_lateralMobile .menu-couleur .list-menu-couleur li {
        padding: 10px 0;
        margin: 5px; }
        #menu_lateralMobile .menu-couleur .list-menu-couleur li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          color: #fff;
          font-family: "Ubuntu", sans-serif;
          font-size: 23px;
          text-transform: uppercase;
          text-decoration: none; }
          @media screen and (min-width: 960px) {
            #menu_lateralMobile .menu-couleur .list-menu-couleur li a {
              font-size: 19px; } }
          @media screen and (min-width: 1370px) {
            #menu_lateralMobile .menu-couleur .list-menu-couleur li a {
              font-size: 23px; } }
          #menu_lateralMobile .menu-couleur .list-menu-couleur li a img {
            margin-bottom: 10px; }
            @media screen and (min-width: 720px) {
              #menu_lateralMobile .menu-couleur .list-menu-couleur li a img {
                width: 25%; } }
          #menu_lateralMobile .menu-couleur .list-menu-couleur li a::before {
            content: ''; }

#menu_lateral {
  position: relative;
  float: left;
  width: 100%;
  margin: 20px 0 20px 0;
  padding: 0; }
  @media screen and (min-width: 960px) {
    #menu_lateral {
      width: 21%; } }
  #menu_lateral .child-sidebar-menu {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
    background-color: transparent; }
    #menu_lateral .child-sidebar-menu li {
      padding: 10px;
      border-bottom: solid 1px #d1d0d0;
      list-style-type: none; }
      #menu_lateral .child-sidebar-menu li:last-of-type {
        border: 0; }
      #menu_lateral .child-sidebar-menu li a {
        color: #545350;
        font-family: "Ubuntu", sans-serif;
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
        font-size: 15px; }
        #menu_lateral .child-sidebar-menu li a:hover {
          color: #c4d035; }
    #menu_lateral .child-sidebar-menu ul {
      margin: 0;
      padding: 0; }
    #menu_lateral .child-sidebar-menu .active a {
      color: #c4d035; }
  #menu_lateral .menu-couleur {
    position: relative;
    float: left;
    z-index: 999;
    width: calc(100%); }
    #menu_lateral .menu-couleur .list-menu-couleur {
      list-style-type: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 0;
      padding: 0; }
      #menu_lateral .menu-couleur .list-menu-couleur li {
        padding: 10px 0;
        margin: 5px; }
        #menu_lateral .menu-couleur .list-menu-couleur li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          color: #fff;
          font-family: "Ubuntu", sans-serif;
          font-size: 23px;
          text-transform: uppercase;
          text-decoration: none; }
          @media screen and (min-width: 960px) {
            #menu_lateral .menu-couleur .list-menu-couleur li a {
              font-size: 19px; } }
          @media screen and (min-width: 1370px) {
            #menu_lateral .menu-couleur .list-menu-couleur li a {
              font-size: 23px; } }
          #menu_lateral .menu-couleur .list-menu-couleur li a img {
            margin-bottom: 10px; }
            @media screen and (min-width: 720px) {
              #menu_lateral .menu-couleur .list-menu-couleur li a img {
                width: 25%; } }
          #menu_lateral .menu-couleur .list-menu-couleur li a::before {
            content: ''; }

.child-sidebar-menu .children {
  display: none; }

.yop .child-sidebar-menu li ul {
  display: none; }

.yop .child-sidebar-menu li ul.menuSide {
  display: block;
  background-color: rgba(232, 231, 230, 0.4);
  color: #545350; }

.child-sidebar-menu li.page_item_has_children > a:after {
  content: '\f107';
  font-family: FontAwesome;
  position: relative;
  float: right; }

.child-sidebar-menu li.page_item_has_children li > a:after {
  content: ''; }

.child-sidebar-menu .current_page_item a {
  color: #c4d035 !important; }

.article-page-txt {
  width: 100%;
  margin-left: 70px;
  position: relative;
  float: right;
  padding-bottom: 40px; }
  @media screen and (min-width: 960px) {
    .article-page-txt {
      width: calc(79% - 70px);
      margin-top: 0; } }
  .article-page-txt h1 {
    text-transform: uppercase;
    color: #545350;
    font-size: 25px;
    margin-bottom: 30px; }
    @media screen and (min-width: 960px) {
      .article-page-txt h1 {
        font-size: 22px;
        margin-bottom: 30px; } }
    @media screen and (min-width: 1370px) {
      .article-page-txt h1 {
        font-size: 25px;
        margin-bottom: 30px; } }
    .article-page-txt h1:after {
      content: '';
      background-color: #c4d035;
      height: 4px;
      width: 60px;
      position: absolute;
      top: 60px;
      left: 0; }
  .article-page-txt ul {
    margin-left: 10px;
    padding-left: 10px; }
  .article-page-txt ol {
    margin-left: 10px;
    padding-left: 35px; }
  .article-page-txt td {
    padding: 20px; }
  @media screen and (min-width: 720px) {
    .article-page-txt {
      margin-left: 48px;
      padding-left: 0; } }
  .article-page-txt blockquote {
    color: #c4d035;
    font-size: 1.3rem; }
    .article-page-txt blockquote::before, .article-page-txt blockquote::after {
      content: ""; }
  .article-page-txt .entry-footer {
    background-color: #fff; }
    .article-page-txt .entry-footer a {
      text-decoration: none;
      text-transform: uppercase;
      color: #464442;
      background-color: #d2d2d1;
      padding: 10px; }
      .article-page-txt .entry-footer a:hover {
        background-color: #464442;
        color: #d2d2d1; }

.child-sidebar-menu .current_page_ancestor ul {
  display: block !important;
  background-color: rgba(232, 231, 230, 0.4); }

/*--------------------------------------------------------------
# PAGE PRESTATIONS
--------------------------------------------------------------*/
.article-page-presta {
  width: 100%;
  margin: 20px 0 0 0;
  position: relative;
  float: left; }
  @media screen and (min-width: 960px) {
    .article-page-presta {
      width: calc(54% - 50px);
      margin: 20px 0 0 50px; } }
  .article-page-presta .titre {
    font-size: 25px;
    font-family: "Ubuntu", sans-serif;
    color: #545350;
    font-weight: bold;
    text-transform: uppercase; }
  .article-page-presta .detail {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    color: #545350;
    font-size: 17px; }
    .article-page-presta .detail ul {
      margin-left: 10px;
      padding-left: 10px; }
      @media screen and (min-width: 720px) {
        .article-page-presta .detail ul {
          margin-left: 48px;
          padding-left: 40px; } }
    .article-page-presta .detail li {
      list-style-type: none;
      color: #654c74;
      margin-bottom: 10px; }
      .article-page-presta .detail li::before {
        content: '>';
        color: #654c74;
        margin-right: 5px; }
  .article-page-presta .nosPlus {
    background-color: #c4d035;
    color: #fff;
    padding: 10px 20px 10px 20px; }
    .article-page-presta .nosPlus h2 {
      font-family: "Ubuntu", sans-serif;
      font-weight: bold;
      font-size: 25px;
      color: #fff;
      margin: 0;
      text-transform: uppercase; }
    .article-page-presta .nosPlus .traitBlc {
      margin: 0 0 20px 0;
      height: 4px;
      width: 60px;
      background-color: #fff; }
    .article-page-presta .nosPlus ul {
      margin: 0;
      padding: 0; }
      .article-page-presta .nosPlus ul li {
        list-style-type: none;
        color: #fff; }
        .article-page-presta .nosPlus ul li::before {
          content: '>';
          color: #fff;
          margin-right: 5px; }
  .article-page-presta .nosEngagement {
    margin-top: 20px; }
    .article-page-presta .nosEngagement h2 {
      margin: 0;
      text-transform: uppercase;
      margin-top: 30px; }
    .article-page-presta .nosEngagement ul {
      margin: 20px 0 0 0;
      padding: 0; }
      .article-page-presta .nosEngagement ul li {
        list-style-type: none;
        color: #545350; }
        .article-page-presta .nosEngagement ul li::before {
          content: '>';
          color: #545350;
          margin-right: 5px; }
  .article-page-presta .confiance h2 {
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 30px; }
  .article-page-presta .confiance .partner-logo {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .article-page-presta .confiance .partner-logo .partenaire-list {
      width: calc(100%/3);
      margin-bottom: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 10px; }
      .article-page-presta .confiance .partner-logo .partenaire-list img {
        width: 80%;
        height: 80%; }

.trait {
  margin: 0;
  height: 4px;
  width: 60px;
  background-color: #c4d035; }

.aside-droit-presta {
  margin: 20px 0 20px 0;
  width: 100%;
  background-color: #e8e7e5;
  position: relative;
  float: left;
  font-family: "Ubuntu", sans-serif;
  text-align: center;
  padding: 20px 20px 30px 20px; }
  @media screen and (min-width: 960px) {
    .aside-droit-presta {
      width: calc(25% - 50px);
      margin: 20px 0 0 50px; } }
  .aside-droit-presta .nom {
    color: #654c74;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px; }
  .aside-droit-presta .adresse {
    color: #545350;
    font-size: 17px; }
  .aside-droit-presta .tel {
    color: #545350;
    font-size: 17px; }
    .aside-droit-presta .tel::before {
      content: "\f095";
      margin-right: 5px;
      font-family: 'FontAwesome'; }
  .aside-droit-presta .mail {
    color: #545350;
    font-size: 14px; }
    .aside-droit-presta .mail::before {
      content: "\f0e0";
      margin-right: 5px;
      font-family: 'FontAwesome'; }
  .aside-droit-presta .contact-presta {
    margin-top: 30px;
    margin-bottom: 30px; }
    .aside-droit-presta .contact-presta:last-of-type {
      margin-bottom: 0; }
    .aside-droit-presta .contact-presta a {
      font-size: 15px;
      background-color: #654c74;
      color: #fff;
      text-decoration: none;
      padding: 10px;
      border: solid 3px #654c74; }
      .aside-droit-presta .contact-presta a:hover {
        background-color: transparent;
        color: #654c74; }

/*--------------------------------------------------------------
# PAGE ETABLISSEMENTS
--------------------------------------------------------------*/
.bandeau-page-text {
  width: 100%;
  display: none; }
  @media screen and (min-width: 720px) {
    .bandeau-page-text {
      display: block; } }
  .bandeau-page-text .bandeau-img {
    width: 100%;
    height: 267px; }
    .bandeau-page-text .bandeau-img .titre-content {
      width: 50%;
      position: relative;
      float: right;
      padding-top: 60px; }
      .bandeau-page-text .bandeau-img .titre-content .bd_titre {
        font-family: "Ubuntu", sans-serif;
        font-size: 30px;
        color: #848482;
        text-shadow: 3px 3px 10px white; }
        @media screen and (min-width: 960px) {
          .bandeau-page-text .bandeau-img .titre-content .bd_titre {
            font-size: 37px; } }
        @media screen and (min-width: 1370px) {
          .bandeau-page-text .bandeau-img .titre-content .bd_titre {
            font-size: 45px; } }
        @media screen and (min-width: 960px) {
          .bandeau-page-text .bandeau-img .titre-content .bd_titre {
            text-shadow: 3px 3px 10px transparent; } }
      .bandeau-page-text .bandeau-img .titre-content .spe-presta {
        width: 62%; }
      .bandeau-page-text .bandeau-img .titre-content .bd_ss_titre {
        font-family: "Ubuntu", sans-serif;
        font-size: 30px;
        color: #6f6f6d;
        text-shadow: 3px 3px 10px white; }
        @media screen and (min-width: 960px) {
          .bandeau-page-text .bandeau-img .titre-content .bd_ss_titre {
            text-shadow: 3px 3px 10px transparent; } }

.presentation-content {
  margin-top: 20px; }
  .presentation-content .nom-prez {
    font-size: 35px;
    font-family: "Ubuntu", sans-serif;
    color: #545350;
    font-weight: bold;
    text-transform: uppercase; }

.info-entreprise {
  padding-bottom: 20px; }
  .info-entreprise .nom-sec-content {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 20px; }
    .info-entreprise .nom-sec-content:first-of-type {
      margin-top: 0; }
    .info-entreprise .nom-sec-content h2 {
      padding-top: 20px; }
    .info-entreprise .nom-sec-content p {
      font-family: "Ubuntu", sans-serif;
      font-size: 20px;
      font-weight: 300;
      text-transform: uppercase;
      margin: 0; }
    .info-entreprise .nom-sec-content .nom-sec {
      font-weight: bold;
      color: #545350; }
  .info-entreprise .info-etabl-content {
    background-color: #e8e7e5;
    text-align: center;
    font-family: "Ubuntu", sans-serif;
    padding: 40px;
    width: 100%;
    margin: 20px 20px 0 0;
    position: relative;
    float: left; }
    @media screen and (min-width: 720px) {
      .info-entreprise .info-etabl-content {
        width: calc(100%/2 - 20px);
        min-height: 281px; } }
    @media screen and (min-width: 960px) {
      .info-entreprise .info-etabl-content {
        min-height: 304px; } }
    @media screen and (min-width: 1370px) {
      .info-entreprise .info-etabl-content {
        min-height: 281px; } }
    .info-entreprise .info-etabl-content .nom_etabl {
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      margin: 0;
      color: #60a9c3; }
    .info-entreprise .info-etabl-content .mail_etabl {
      font-size: 13px;
      color: #545350; }
    .info-entreprise .info-etabl-content .adresse_etabl, .info-entreprise .info-etabl-content .tel_etabl {
      color: #545350;
      font-size: 17px; }
    .info-entreprise .info-etabl-content .adresse_etabl p {
      margin-bottom: 0; }
    .info-entreprise .info-etabl-content .tel_etabl::before {
      content: "\f095";
      margin-right: 5px;
      font-family: 'FontAwesome'; }
    .info-entreprise .info-etabl-content .mail_etabl::before {
      content: "\f0e0";
      margin-right: 5px;
      font-family: 'FontAwesome'; }
    .info-entreprise .info-etabl-content .contact_etabl {
      margin-top: 20px; }
      .info-entreprise .info-etabl-content .contact_etabl a {
        text-transform: uppercase;
        color: #fff;
        padding: 10px;
        background-color: #60a9c3;
        border: 5px solid #60a9c3;
        text-decoration: none; }
        @media screen and (min-width: 1370px) {
          .info-entreprise .info-etabl-content .contact_etabl a {
            padding: 10px 50px; } }
        .info-entreprise .info-etabl-content .contact_etabl a:hover {
          background-color: transparent;
          color: #60a9c3; }

.bloc-vert {
  background-color: #c4d035;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  color: #fff;
  width: 100%;
  position: relative;
  float: right;
  margin-left: 40; }
  @media screen and (min-width: 720px) {
    .bloc-vert {
      width: 40%;
      position: relative;
      float: right;
      margin-left: 40px; } }
  .bloc-vert h2, .bloc-vert h3 {
    color: #fff !important; }
  .bloc-vert ul {
    margin: 0;
    padding: 10px; }
    .bloc-vert ul li {
      margin-bottom: 10px; }
    @media screen and (min-width: 720px) {
      .bloc-vert ul {
        margin-left: 30px; } }

.tiers-bloc {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 10px;
  padding: 20px; }
  @media screen and (min-width: 720px) {
    .tiers-bloc {
      width: calc(100%/3 - 20px);
      margin: 0 10px;
      position: relative;
      float: left;
      height: 220px;
      padding-top: 0; } }
  @media screen and (min-width: 960px) {
    .tiers-bloc {
      height: 200px; } }

.demi-bloc {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 10px;
  padding: 20px; }
  @media screen and (min-width: 960px) {
    .demi-bloc {
      width: calc(50% - 20px);
      margin: 0 10px; } }

.bloc-vert-gd {
  background-color: #c4d035;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  color: #fff;
  width: 100%; }
  .bloc-vert-gd ul {
    list-style-type: none;
    padding-left: 40px; }

.txt-vert {
  color: #c4d035;
  font-size: 22px; }

.publication-content {
  width: 100%;
  margin: 0 10px 10px 0;
  position: relative;
  float: left;
  background-color: #e8e7e6;
  padding: 20px; }
  @media screen and (min-width: 960px) {
    .publication-content {
      width: calc(100%/2 - 20px); } }
  .publication-content .titre-publi {
    font-size: 20px;
    font-weight: bold; }
  .publication-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    .publication-content ul li {
      margin-top: 20px; }
      .publication-content ul li .btn-consult {
        text-decoration: none;
        text-align: center;
        padding: 10px;
        background-color: #60a9c3;
        color: #fff;
        border: solid 3px #60a9c3; }
        .publication-content ul li .btn-consult:hover {
          background-color: transparent;
          color: #60a9c3; }

.article-page-actu {
  width: 100%;
  margin-top: 25px;
  position: relative;
  float: right;
  padding-bottom: 40px; }
  @media screen and (min-width: 960px) {
    .article-page-actu {
      width: calc(79% - 20px);
      margin-left: 20px; } }
  .article-page-actu .article-adapei {
    position: relative; }
    .article-page-actu .article-adapei .home_actu {
      width: 100%;
      position: relative; }
      .article-page-actu .article-adapei .home_actu ul {
        width: 100%;
        margin: 0 0 10px 0;
        padding: 40px;
        background-color: #fbfbfb;
        list-style-type: none;
        position: relative;
        float: left; }
        @media screen and (min-width: 720px) {
          .article-page-actu .article-adapei .home_actu ul {
            width: calc(100%/2 - 20px);
            margin: 0 10px 20px 0; } }
        @media screen and (min-width: 960px) {
          .article-page-actu .article-adapei .home_actu ul {
            width: calc(100%/3 - 20px);
            margin: 0 10px 10px 0;
            padding: 20px 20px 40px 20px; } }
        @media screen and (min-width: 1370px) {
          .article-page-actu .article-adapei .home_actu ul {
            padding: 40px; } }
        .article-page-actu .article-adapei .home_actu ul .actu-titre {
          font-family: "Open Sans", sans-serif;
          font-size: 15px;
          font-weight: bold;
          color: #dc7f33;
          text-transform: uppercase;
          text-align: center;
          margin-top: 10px;
          text-align: center;
          min-height: 85px; }
          @media screen and (min-width: 960px) {
            .article-page-actu .article-adapei .home_actu ul .actu-titre {
              font-size: 15px; } }
          @media screen and (min-width: 1370px) {
            .article-page-actu .article-adapei .home_actu ul .actu-titre {
              font-size: 13px; } }
        .article-page-actu .article-adapei .home_actu ul .actu-date {
          font-family: "Open Sans", sans-serif;
          color: #464542;
          font-size: 15px;
          text-transform: uppercase;
          font-weight: bold;
          text-align: center; }
        .article-page-actu .article-adapei .home_actu ul .actu-txt {
          font-family: "Open Sans", sans-serif;
          font-size: 12px; }
          .article-page-actu .article-adapei .home_actu ul .actu-txt p {
            min-height: 160px; }
            @media screen and (min-width: 960px) {
              .article-page-actu .article-adapei .home_actu ul .actu-txt p {
                min-height: 215px; } }
            @media screen and (min-width: 1370px) {
              .article-page-actu .article-adapei .home_actu ul .actu-txt p {
                min-height: 160px; } }
          .article-page-actu .article-adapei .home_actu ul .actu-txt .btn-lire {
            width: 100%;
            text-align: center; }
            .article-page-actu .article-adapei .home_actu ul .actu-txt .btn-lire a {
              color: #fff;
              text-transform: uppercase;
              background-color: #dc7f33;
              border: solid 3px #dc7f33;
              text-align: center;
              text-decoration: none;
              padding: 10px; }
              .article-page-actu .article-adapei .home_actu ul .actu-txt .btn-lire a:hover {
                background-color: transparent;
                color: #dc7f33; }
        .article-page-actu .article-adapei .home_actu ul .actu-image {
          text-align: center;
          width: 100%;
          max-height: 120px;
          min-height: 120px;
          overflow: hidden; }
          @media screen and (min-width: 960px) {
            .article-page-actu .article-adapei .home_actu ul .actu-image {
              max-height: 80px;
              min-height: 80px; } }
          @media screen and (min-width: 1024px) {
            .article-page-actu .article-adapei .home_actu ul .actu-image {
              max-height: 110px;
              min-height: 110px; } }
          @media screen and (min-width: largedesktop) {
            .article-page-actu .article-adapei .home_actu ul .actu-image {
              max-height: 120px;
              min-height: 120px; } }
    .article-page-actu .article-adapei article {
      position: relative;
      float: left;
      width: 100%;
      margin: 0 10px 10px 10px;
      background-color: #fbfbfb;
      padding: 20px; }
      @media screen and (min-width: 960px) {
        .article-page-actu .article-adapei article {
          width: calc(100%/2 - 20px); } }

.contact {
  background-color: #e8e7e5;
  color: #404040;
  padding: 20px;
  width: 100%;
  text-align: center;
  margin: 10px auto; }
  .contact a {
    text-decoration: none;
    color: #60a9c3; }
    .contact a:hover {
      color: #c4d035; }
  .contact p {
    font-size: 14px; }
  @media screen and (min-width: 720px) {
    .contact {
      width: 60%; } }
  .contact h4 {
    color: #60a9c3;
    font-size: 25px; }

.wpcf7-form {
  width: 100%;
  margin: 0 auto; }

.form-col-1 {
  position: relative;
  float: left;
  width: 100%; }
  @media screen and (min-width: 720px) {
    .form-col-1 {
      width: calc(100%/2 - 10px);
      margin-right: 10px; } }

.form-col-2 {
  position: relative;
  float: right;
  width: 100%; }
  @media screen and (min-width: 720px) {
    .form-col-2 {
      width: calc(100%/2 - 10px);
      margin-left: 10px; } }

input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=email] {
  width: 100%; }

.wpcf7 textarea {
  width: 100%; }

.invisible {
  display: none; }

.bandeau-art {
  margin-top: 0;
  height: 267px; }
  @media screen and (max-width: 720px) {
    .bandeau-art {
      display: none; } }
  .bandeau-art p {
    margin-top: 0;
    padding-top: 50px;
    position: relative;
    float: right;
    width: 50%;
    font-size: 60px;
    font-weight: bold;
    color: #848482;
    text-transform: uppercase;
    line-height: 46px; }
    @media screen and (min-width: 720px) {
      .bandeau-art p {
        text-shadow: 3px 3px 10px white; } }
  .bandeau-art .petiParaActu {
    font-family: "Ubuntu", sans-serif;
    font-size: 30px;
    color: #6f6f6d;
    text-shadow: 0 0; }

.single-menu {
  float: left; }

.single-art {
  float: right;
  width: 100%; }
  @media screen and (min-width: 960px) {
    .single-art {
      width: calc(75% - 50px); } }

.entry-meta a {
  text-decoration: none;
  color: #60a9c3; }
  .entry-meta a:hover {
    color: #c4d035; }

.entry-footer, .post-navigation {
  display: none; }

.faq-content {
  margin-top: 10px; }

.img-publi p {
  text-align: center; }
  .img-publi p img {
    margin: 0 auto; }

.tableau {
  width: 100%;
  position: relative;
  float: left;
  padding: 0 20px; }
  @media screen and (min-width: 960px) {
    .tableau {
      padding: 20px;
      margin-top: 10px;
      min-height: 611px; } }
  .tableau:last-of-type {
    margin-right: 0;
    border-right: 0; }
  .tableau h5 {
    text-align: center !important;
    border-bottom: solid 1px #c4d035;
    padding-bottom: 20px;
    margin: 0;
    color: #c4d035; }
    .tableau h5 p {
      border-left: solid 1px #c4d035;
      text-align: center; }
  @media screen and (min-width: 880px) {
    .tableau {
      width: calc(100%/3 - 20px);
      margin-top: 0;
      border-right: solid 1px #c4d035;
      padding-top: 0; } }

@media screen and (min-width: 720px) {
  .page-id-44 .tiers-bloc {
    width: calc(100%/3 - 20px);
    margin: 0 10px;
    position: relative;
    float: left;
    height: 220px;
    padding-top: 0; } }

@media screen and (min-width: 960px) {
  .page-id-44 .tiers-bloc {
    height: 190px; } }

.page-id-44 ol {
  margin-top: 20px; }

.page-id-44 .bloc-vert:last-of-type {
  margin-top: 20px; }

.partnerliste {
  width: 100%;
  margin-left: 0 !important;
  padding-left: 0 !important; }
  .partnerliste .partnerlien {
    width: calc(100%/3);
    position: relative;
    float: left;
    list-style-type: none;
    text-align: center;
    padding: 9px;
    min-height: 94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (min-width: 720px) {
      .partnerliste .partnerlien {
        display: block;
        padding: 40px;
        min-height: auto; } }
    .partnerliste .partnerlien a {
      text-decoration: none; }
      .partnerliste .partnerlien a img {
        max-height: 62px; }
        @media screen and (min-width: 1370px) {
          .partnerliste .partnerlien a img {
            max-height: 70px; } }

.page-id-59 .hentry {
  margin-bottom: 0; }

nav ul li ul {
  display: block; }
  @media screen and (min-width: 960px) {
    nav ul li ul {
      display: none; } }

.current-menu-ancestor {
  border-bottom: solid 5px #c4d035 !important; }

#offreReceptacle {
  width: 100%;
  position: relative;
  float: left;
  margin-left: 0; }
  @media screen and (min-width: 960px) {
    #offreReceptacle {
      width: 75%;
      margin-left: 35px; } }
  #offreReceptacle #titreh2 {
    text-transform: uppercase;
    color: #545350;
    font-size: 25px;
    margin-left: 10px;
    margin-bottom: 0; }
    @media screen and (min-width: 960px) {
      #offreReceptacle #titreh2 {
        margin-bottom: 40px; } }
    #offreReceptacle #titreh2:after {
      content: '';
      background-color: #c4d035;
      height: 4px;
      width: 60px;
      position: absolute;
      top: 60px;
      left: 10px; }
  #offreReceptacle .offreContent {
    width: 100%;
    position: relative;
    float: left;
    background-color: #e8e7e5;
    padding: 15px 15px 15px 15px;
    margin: 0; }
    @media screen and (min-width: 960px) {
      #offreReceptacle .offreContent {
        padding: 15px 15px 0 15px;
        margin: 10px; } }
    #offreReceptacle .offreContent h2 {
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase;
      margin: 0; }
      #offreReceptacle .offreContent h2 a {
        text-decoration: none;
        color: #60a9c3;
        position: relative;
        float: left;
        width: 100%; }
        @media screen and (min-width: 960px) {
          #offreReceptacle .offreContent h2 a {
            width: 75%; } }
    #offreReceptacle .offreContent .offreDate {
      position: relative;
      float: left;
      width: auto;
      margin: 0;
      text-align: right;
      color: #60a9c3;
      text-align: right; }
      @media screen and (min-width: 960px) {
        #offreReceptacle .offreContent .offreDate {
          float: right;
          width: 25%; } }
    #offreReceptacle .offreContent .offreLieu {
      color: #545350;
      font-size: 17px;
      margin: 0;
      position: relative;
      float: left;
      width: 100%;
      font-weight: bold; }
    #offreReceptacle .offreContent .offreContrat {
      position: relative;
      float: left;
      width: 80%;
      color: #545350; }
    #offreReceptacle .offreContent .btnSavoir {
      text-transform: uppercase;
      color: #fff;
      padding: 5px;
      background-color: #60a9c3;
      border: 2px solid #60a9c3;
      text-decoration: none;
      text-align: center;
      position: relative;
      float: right; }
      #offreReceptacle .offreContent .btnSavoir:hover {
        background-color: transparent;
        color: #60a9c3; }

.single-offre_d_emploi #offreSection1 {
  margin-bottom: 20px;
  position: relative;
  float: left;
  width: 100%; }
  .single-offre_d_emploi #offreSection1 h2 {
    text-transform: uppercase;
    color: #545350;
    font-size: 25px;
    margin-bottom: 40px; }
  .single-offre_d_emploi #offreSection1 h2:after {
    content: '';
    background-color: #c4d035;
    height: 4px;
    width: 60px;
    position: absolute;
    top: 100px;
    left: 0; }
    @media screen and (min-width: 960px) {
      .single-offre_d_emploi #offreSection1 h2:after {
        top: 60px; } }
  .single-offre_d_emploi #offreSection1 p {
    margin: 0 !important; }
    .single-offre_d_emploi #offreSection1 p span {
      color: #c4d035;
      font-weight: bold; }

.single-offre_d_emploi #sectionProfil, .single-offre_d_emploi #sectionMission, .single-offre_d_emploi #sectionPostuler {
  position: relative;
  float: left;
  width: 100%; }
  .single-offre_d_emploi #sectionProfil h3, .single-offre_d_emploi #sectionMission h3, .single-offre_d_emploi #sectionPostuler h3 {
    font-size: 22px;
    margin: 0;
    color: #c4d035;
    font-weight: 300;
    text-transform: uppercase; }
  .single-offre_d_emploi #sectionProfil p, .single-offre_d_emploi #sectionMission p, .single-offre_d_emploi #sectionPostuler p {
    margin-top: 0; }
  .single-offre_d_emploi #sectionProfil .paragrapheOffre, .single-offre_d_emploi #sectionMission .paragrapheOffre, .single-offre_d_emploi #sectionPostuler .paragrapheOffre {
    margin-top: 10px; }

.single-offre_d_emploi #sectionPostuler {
  margin-bottom: 30px;
  position: relative;
  float: left;
  width: 100%; }
  .single-offre_d_emploi #sectionPostuler .blocPostul {
    position: relative;
    float: left;
    width: 50%; }
    .single-offre_d_emploi #sectionPostuler .blocPostul a {
      color: #60a9c3;
      text-decoration: none; }
      .single-offre_d_emploi #sectionPostuler .blocPostul a:hover {
        color: #c4d035; }
    .single-offre_d_emploi #sectionPostuler .blocPostul .btnPostuler {
      text-transform: uppercase;
      color: #fff;
      padding: 10px;
      background-color: #60a9c3;
      border: 2px solid #60a9c3;
      text-decoration: none;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
      transform: translate(-50%, 100%); }
      .single-offre_d_emploi #sectionPostuler .blocPostul .btnPostuler:hover {
        background-color: transparent;
        color: #60a9c3; }

.fiche50 {
  width: 100%;
  position: relative;
  float: left;
  margin-left: 40px; }
  @media screen and (min-width: 960px) {
    .fiche50 {
      width: 50%; } }

.barreDroite {
  width: 100%;
  position: relative;
  float: left;
  margin-top: 20px; }
  @media screen and (min-width: 960px) {
    .barreDroite {
      width: calc(25% - 40px);
      margin-left: 30px; } }
  @media screen and (min-width: 1370px) {
    .barreDroite {
      margin-left: 40px; } }
  .barreDroite .contact2 {
    background-color: #e8e7e5;
    color: #404040;
    padding: 20px;
    width: 100%;
    text-align: center;
    margin: 10px auto; }
    .barreDroite .contact2 a {
      text-decoration: none;
      color: #60a9c3; }
      .barreDroite .contact2 a:hover {
        color: #c4d035; }
    .barreDroite .contact2 p {
      font-size: 14px; }
    @media screen and (min-width: 720px) {
      .barreDroite .contact2 {
        width: 100%; } }
    .barreDroite .contact2 h4 {
      color: #60a9c3;
      font-size: 21px; }

.ficheBlocVert {
  background-color: #c4d035;
  padding: 20px;
  color: #fff;
  margin: 20px 0; }
  .ficheBlocVert .paraTitre {
    font-weight: bold;
    margin: 5px 0; }

.search .search-form {
  margin-bottom: 20px; }

.search input.search-submit {
  width: 150px; }

.page-id-96 .tiers-bloc {
  height: auto; }

.page-template-page-etablissement .hentry {
  margin: 0; }

.page-template-page-etablissement table {
  width: auto !important; }

.page-id-61 .entry-content, .page-id-83 .entry-content, .page-id-83 .entry-content, .page-id-717 .entry-content, .page-id-107 .entry-content {
  position: relative;
  float: left; }

.page a {
  color: #c4d035;
  text-decoration: none; }
  .page a:hover {
    color: #60a9c3; }

.page-id-73 table td {
  border: solid 1px #aec700; }

.lienRezo h2 {
  display: none; }

.page-template-page-prestation p:first-of-type {
  display: none; }

.page-template-page-prestation .titre {
  margin-bottom: 5px; }

.btnPrint {
  position: absolute;
  right: 0;
  top: 20px;
  display: none; }

.lienRezo {
  position: relative;
  margin-top: 20px;
  z-index: 9999; }

@media (min-width: 768px) {
  .btnPrint {
    display: block;
    z-index: 9999; }
  .lienRezo {
    position: absolute;
    right: 130px;
    top: 15px;
    margin-top: 0; } }

@media print {
  #recherche {
    display: none !important; }
  #menu_lateral {
    display: none !important; } }

.page-id-632 #post-632 td {
  width: 100% !important;
  position: relative;
  float: left; }
  @media screen and (min-width: 720px) {
    .page-id-632 #post-632 td {
      width: 50% !important; } }

h1, h2, h3 {
  color: #c4d035; }

/*# sourceMappingURL=style.css.map */

/*ABL 20181016 */
.lienRezo .sfsi_widget .norm_row.sfsi_wDiv { width : 105px !important; }

/* Artotheque */
.page-template-page-artotheque .site-content {
  background-color: #efefef;
}

.artotheque-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.artotheque-card {
  background-color: #fbfbfb;
  display: flex;
  flex-direction: column;
}

.artotheque-card__media {
  background-color: #ececec;
  height: 179px;
  overflow: hidden;
}

.artotheque-card__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.artotheque-card__body {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 25px;
  padding: 30px 40px 25px;
}

.artotheque-card__title {
  color: #654c74;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 19.5px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.artotheque-card__excerpt {
  color: #545350;
  display: -webkit-box;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
  min-height: 85px;
  overflow: hidden;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
}

.artotheque-card__button {
  background-color: #654c74;
  border: 3px solid #654c74;
  color: #ffffff!important;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  padding: 12px 13px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease;
  margin-top: auto;
}

.artotheque-card__button:hover {
  background-color: #ffffff;
  color: #654c74!important;
  outline: none;
}

.artotheque-pagination {
  margin-top: 33px;
  background-color: #fff!important;
}

.artotheque-pagination ul {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.artotheque-pagination li {
  align-items: center;
  display: inline-flex;
}

.artotheque-pagination li.is-number + li.is-number:before {
  color: #545350;
  content: "|";
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin: 0 8px;
}

.artotheque-pagination .page-numbers {
  color: #545350;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
}

.artotheque-pagination .page-numbers.current {
  color: #545350;
  font-weight: 700;
}

.artotheque-pagination .prev,
.artotheque-pagination .next {
  color: #dc7f33;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.artotheque-pagination .prev {
  margin-right: 20px;
}

.artotheque-pagination .next {
  margin-left: 20px;
}

.artotheque-empty {
  color: #545350;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}

.artotheque-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 16px;
  position: fixed;
  z-index: 99999;
}

.artotheque-modal[hidden] {
  display: none;
}

.artotheque-modal__overlay {
  background-color: rgba(0, 0, 0, 0.58);
  inset: 0;
  position: absolute;
}

.artotheque-modal__dialog {
  background-color: #ffffff;
  display: grid;
  grid-template-columns: minmax(320px, 57%) minmax(260px, 43%);
  height: min(820px, calc(100vh - 32px));
  max-height: calc(100vh - 32px);
  overflow: hidden;
  position: relative;
  width: min(1120px, 94vw);
}

.artotheque-modal__media {
  background-color: #efefef;
  min-height: 0;
}

.artotheque-modal__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.artotheque-modal__media img[hidden] {
  display: none;
}

.artotheque-modal__content {
  color: #545350;
  min-height: 0;
  max-height: 100%;
  overflow-y: auto;
  padding: 50px 25px 35px;
  -webkit-overflow-scrolling: touch;
}

.artotheque-modal__content h3 {
  margin-bottom: 0;
}

.artotheque-modal__logo {
  display: block;
  height: auto;
  margin-bottom: 25px;
  max-width: 67px;
}

.artotheque-modal__title {
  color: #654c74;
  font-family: "Open Sans", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.artotheque-modal__description,
.artotheque-modal__description p,
.artotheque-modal__description li,
.artotheque-modal__description h3 {
  color: #545350;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.artotheque-modal__description p {
  margin-top: 0;
}

.artotheque-modal__description ul {
  margin: 0 0 20px 18px;
  padding: 0;
  gap: 18px;
  display: flex;
  flex-direction: column;
}

.artotheque-modal__close {
  background: transparent;
  border: 0;
  color: #000000!important;
  cursor: pointer;
  display: block;
  font-size: 34px;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 14px;
  text-decoration: none;
  top: 11px;
  z-index: 5;
}

.artotheque-modal__close:focus {
  outline: 2px solid #654c74;
  outline-offset: 2px;
}

body.artotheque-modal-open {
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .artotheque-card__body {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .artotheque-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .artotheque-modal__dialog {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(180px, 36vh) minmax(0, 1fr);
    width: min(740px, 94vw);
    height: min(920px, calc(100vh - 24px));
    max-height: calc(100vh - 24px);
  }

  .artotheque-modal__media {
    max-height: none;
    min-height: 0;
  }
}

@media screen and (max-width: 640px) {
  .artotheque-modal {
    padding: 8px;
  }

  .artotheque-grid {
    grid-template-columns: 1fr;
  }

  .artotheque-card__body {
    padding: 25px 20px;
  }

  .artotheque-pagination li.is-number + li.is-number:before {
    margin: 0 5px;
  }

  .artotheque-modal__content {
    padding: 30px 18px 20px;
  }

  .artotheque-modal__dialog {
    width: 100%;
    height: calc(100vh - 16px);
    max-height: calc(100vh - 16px);
  }
}

nav.menu .inner {
  max-width: unset;
}

@media screen and (min-width: 960px) {
  nav.menu .menu1 {
    text-align: center;
  }
}

nav.menu .menu1 .sub-menu {
  text-align: left;
  min-width: 100%;
  max-width: 125%;
  width: max-content;
}

.home nav.menu .menu1 .sub-menu {
  top: 2.35em
}

body:not(.home) nav.menu .menu1 .sub-menu {
  top: 2.7em
}