/*!
 * Copyright (c) 2015 Sie Web Création, http://www.site-web-creation.net
 */
html {
  height: 100%;
}
body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
}
.no-padding {
  padding: 0;
}
.sep-30 {
  height: 30px;
  clear: both;
}
.sep-15 {
  height: 15px;
  clear: both;
}
.sep-10 {
  height: 10px;
  clear: both;
}
.sep-5 {
  height: 5px;
  clear: both;
}
.sep-border {
  border-bottom: 1px solid #ccc;
  margin: 5px 0;
  padding: 5px 0;
}
.margin-top-5 {
  margin-top: 5px;
}
.user-login {
  font-size: 14px;
}
.user-login a {
  padding: 2px 5px;
  background-color: red;
  color: white;
}
.user-login a:before {
  content: "\f044";
  padding-right: 0 10px;
  font-family: FontAwesome;
}
.top-link {
  bottom: 60px;
  position: fixed;
  padding: 20px;
  right: 0;
  background-color: #bcc700;
  z-index: 999999;
  cursor: pointer;
}
.fond-noir {
  background-color: #000000;
  min-height: 29px;
  line-height: 29px;
  font-size: 1.5em;
  box-shadow: 0px 0px 7px 2px rgba(42, 39, 39, 0.75);
  -moz-box-shadow: 0px 0px 7px 2px rgba(42, 39, 39, 0.75);
  -webkit-box-shadow: 0px 0px 7px 2px rgba(42, 39, 39, 0.75);
  color: white;
}
.fond-noir a {
  color: white;
}
.police,
.police-plus {
  float: left;
  background-color: #7a7a7a;
  padding: 0 5px;
  width: 29px;
}
.police {
  margin-right: 5px;
}
ul#drapeaux {
  margin: 0;
}
ul#drapeaux .lang-item {
  list-style: none;
  display: inline;
}
ul#drapeaux .lang-item-fr {
  margin-left: 10px;
}
#acces-direct-rubrique {
  text-transform: uppercase;
  font-size: 0.8em;
}
#acces-direct-rubrique .size-ft {
  font-size: 1.8em;
}
ul.menu-haut {
  display: inline;
  padding-left: 10px;
}
ul.menu-haut li {
  list-style: none;
  display: inline;
}
ul.menu-haut li:last-child {
  display: none;
}
.menu-bas {
  display: inline;
  padding-left: 10px;
}
.menu-bas li {
  list-style: none;
  display: inline;
  padding: 0 6px 0 3px;
  border-right: 1px solid white;
}
.menu-bas li:last-child {
  border: none;
}
.btn-agenda-alaune {
  background-color: #bcc700;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
.btn-agenda-alaune a {
  color: white;
}
#container-logo {
  min-height: 170px;
  position: relative;
}
.vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#slogan {
  color: #0095ac;
}
#slogan h1 {
  font-size: 2em;
  border-left: 2px solid;
  padding-left: 10px;
  margin: 0px;
}
#slogan .ligne-1 {
  text-transform: uppercase;
  font-weight: lighter;
}
#slogan .ligne-2 {
  text-transform: uppercase;
  font-weight: bolder;
}
#slogan .ligne-3 {
  font-style: italic;
  font-size: 1.3;
}
#slogan,
#logo,
#recherche {
  height: 170px;
}
.btn-default {
  background-color: #bcc700;
  color: white;
}
.fond-bleu-ciel {
  background-color: #0095ac;
}
#navbar-black.nav-fixed {
  position: fixed;
  top: 0px;
  z-index: 10;
  width: 100%;
}
#navbar-black-static {
  display: none;
}
#navbar-black-static.nav-fixed {
  display: block;
}
#navbar-container {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 0px none;
  min-height: 48px;
  margin: 0px;
}
#navbar-container.nav-fixed {
  position: fixed;
  top: 29px;
  z-index: 10;
  width: 100%;
}
@media (min-width: 768px) {
  #navbar-container .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#navbar-container .navbar-toggle {
  border-color: #fff;
  color: #fff;
}
#navbar-container .navbar-toggle .icon-bar {
  background-color: #fff;
}
#navbar-container .navbar-brand {
  font-family: 'Dancing Script', cursive;
  color: #fff;
  font-size: 2em;
}
#navbar-container-static {
  display: none;
}
#navbar-container-static.nav-fixed {
  display: block;
}
#navbar {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 767px) {
  #navbar {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }
}
#navbar > ul > li {
  position: static;
}
#navbar > ul > li:first-child > a {
  border-left: 0px none;
}
#navbar > ul > li > a {
  font-family: 'Dancing Script', cursive;
  color: #fff;
  font-size: 2.3em;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #navbar > ul > li > a {
    border-left: 1px solid #fff;
  }
}
#navbar > ul > li > a:active,
#navbar > ul > li > a:focus,
#navbar > ul > li > a:hover {
  background-color: #007485;
}
#navbar li.current-menu-parent,
#navbar li.current-menu-ancestor,
#navbar li.active {
  background-color: #007485;
}
#navbar .open > a {
  background-color: #007485;
}
#navbar .dropdown-aca {
  overflow-x: hidden;
  margin-top: 0px;
  background-color: #007485;
  border: 0px none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  #navbar .dropdown-aca {
    position: relative;
    float: none;
    width: auto;
    margin-top: -3px;
  }
  #navbar .dropdown-aca ul li {
    font-size: 1.2em;
    margin: 5px 0;
  }
}
@media (min-width: 768px) {
  #navbar .dropdown-aca {
    left: 0px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #navbar .dropdown-aca .container-aca {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#navbar .dropdown-aca .container-aca ul {
  padding: 5px 15px;
}
@media (max-width: 767px) {
  #navbar .dropdown-aca .container-aca ul {
    padding: 0px 30px;
  }
}
#navbar .dropdown-aca .container-aca li {
  list-style: none;
}
#navbar .dropdown-aca .container-aca a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8em;
  text-decoration: none;
}
#navbar .dropdown-aca .container-aca a:focus,
#navbar .dropdown-aca .container-aca a.focus,
#navbar .dropdown-aca .container-aca a:hover {
  color: #0095ac;
}
.owl-theme .owl-controls {
  text-align: center;
}
.txt-slide {
  position: absolute;
  padding: 5px 5px 35px 5px;
  bottom: 0;
  text-align: center;
  color: white;
  width: 100%;
  background-image: url(../img/fond-txt-slide.png);
}
.txt-slide h2 {
  text-shadow: 1px 1px 6px #000;
  font-weight: bold;
  font-size: 3.7em;
  margin: 0;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
.owl-pagination {
  bottom: 0px;
  position: absolute;
  width: 100%;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #4b493c;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../img/AjaxLoader.gif) no-repeat center center;
}
.entete-bloc h2,
#entete-bloc-agenda h2 {
  font-family: 'Dancing Script', cursive;
  padding: 5px 10px;
  margin: 0;
}
.entete-bloc h4,
#entete-bloc-agenda h4 {
  padding: 0px 10px;
}
.news .entete-bloc h2 {
  color: white;
  font-size: 3em;
  font-family: 'Dancing Script', cursive;
  text-transform: inherit;
}
.news .entete-bloc h2:before {
  content: '';
  padding: 0;
}
.news .entete-bloc h2 span {
  font-family: 'Open Sans', sans-serif;
}
.entete-bloc {
  background-color: #0095ac;
}
.entete-bloc h2,
.entete-bloc h3,
.entete-bloc h4,
.entete-bloc a {
  color: white;
}
.entete-bloc .toutes-actus {
  text-align: right;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
}
.entete-bloc .reset-taille-font {
  font-size: 0.34em;
  text-transform: uppercase;
}
.entete-bloc .reset-taille-font a {
  color: white;
}
logo {
  padding: 10px 0;
  border-bottom: 1px solid #CCC;
}
logo h2 {
  color: #0095ac;
  text-transform: uppercase;
  font-size: 2.2em;
  margin-top: 0;
}
logo h3 {
  color: black;
  font-size: 1.4em;
  margin-top: 0;
}
#contenu-bloc-actus {
  padding: 5px 10px;
}
#entete-bloc-agenda {
  border: 1px solid #bcc700;
}
#entete-bloc-agenda h2 {
  color: #bcc700;
}
#entete-bloc-agenda .plus-dates {
  text-align: right;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  color: #999999;
}
#entete-bloc-agenda .plus-dates a {
  color: #999999;
}
#entete-bloc-agenda .reset-taille-font {
  font-size: 0.4em;
}
#contenu-bloc-agenda {
  border-bottom: 1px solid #bcc700;
  border-right: 1px solid #bcc700;
  border-left: 1px solid #bcc700;
  padding: 5px 10px;
}
#contenu-bloc-agenda ul {
  margin: 0;
  padding: 0;
}
#contenu-bloc-agenda ul li {
  list-style: none;
  margin: 0;
  padding: 0.1em 0.5em;
  border-bottom: 1px solid #ccc;
}
#contenu-bloc-agenda ul li:last-child {
  border-bottom: none;
}
#contenu-bloc-agenda ul li a {
  text-decoration: none;
}
#contenu-bloc-agenda ul li a .desc {
  color: #999999;
  padding: 0 0 0 14px;
}
#contenu-bloc-agenda ul li a .titre {
  color: #bcc700;
}
#contenu-bloc-agenda ul li:hover {
  background: #ccc;
}
.google-maps {
  position: relative;
  padding-bottom: 35%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#footer-1 {
  background-color: #efefef;
  color: #666666;
}
#footer-1 .user-login a {
  color: white;
}
#footer-1 a {
  color: #666666;
}
#footer-1 h2 {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  margin-top: 0;
}
#footer-1 h3 {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 1em;
}
#footer-1 img {
  display: inline;
}
#footer-1 #nous-contacter {
  background-color: #0095ac;
  height: 100%;
  color: white;
}
#footer-2 {
  background-color: black;
  color: white;
  padding: 10px 0;
}
#footer-2 #liens-bas {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
}
#footer-2 #liens-bas a {
  color: white;
}
#footer-2 #coopy {
  text-align: center;
  color: #999999;
}
.padding-20 {
  padding: 15px;
}
.html {
  font-size: 1.4em;
  text-align: justify;
}
.html h1,
.html h2,
.html h3,
.html h4 {
  text-align: left;
}
.html h1 {
  color: #bcc700;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  font-size: 2.3em;
}
.html h1 span {
  font-size: 0.6em;
  font-weight: normal;
}
.html h2 {
  font-family: 'Open Sans', sans-serif;
  color: #0095ac;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
}
.html h2:before {
  content: "\f18e";
  font-family: FontAwesome;
  padding-right: 10px;
}
.html h4 {
  color: #bcc700;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
}
.html .detail-heb .desc-court {
  margin-bottom: 5px;
}
.html .detail-heb h1 {
  text-transform: uppercase;
  font-weight: bold;
}
.html .detail-heb h1 span {
  font-size: 0.6em;
  font-weight: normal;
}
.html ul {
  padding: 0;
}
.html ul li {
  list-style: none;
}
.html ul li:before {
  content: "-";
  padding-right: 5px;
}
.html h4.date {
  text-align: right;
}
.liste-tel {
  border-bottom: 1px solid #ccc;
}
.liste-tel ul {
  padding: 0;
}
.liste-tel ul li {
  list-style: none;
}
ul.liste-communes {
  padding: 0;
  margin: 0;
}
ul.liste-communes li {
  list-style: none;
  display: inline;
}
ul.liste-communes li:last-child {
  display: none;
}
.gsc-orderby {
  display: none;
}
.acf-map {
  width: 100%;
  height: 200px;
}
ul.cmd_post_nav li {
  list-style: none;
  float: right;
}
ul.cmd_post_nav li:before {
  content: "";
  padding-right: 0px;
}
ul.cmd_post_nav li.cmd_next {
  margin: 0 0 0 2px;
}
ul.cmd_post_nav li a {
  background-color: #B1EAF9;
  color: white;
  padding: 5px 10px;
  text-decoration: none;
}
ul.cmd_post_nav li a:hover {
  background-color: #0095ac;
}
a .liste-sitra {
  color: black;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
a:hover .liste-sitra {
  background-color: #007485;
  color: white;
  text-decoration: none;
}
.liste-sitra {
  border-bottom: 1px solid #CCC;
  padding: 7px;
}
.liste-sitra .liste-sitra-desc h3 {
  color: #0095ac;
  margin: 0;
}
.liste-sitra .liste-sitra-desc h3:before {
  content: "\f18e";
  font-family: FontAwesome;
  padding-right: 10px;
}
.liste-sitra .liste-sitra-desc h4 {
  color: #bcc700;
  margin: 0 0 10px 0;
}
.widget .entete-bloc {
  background-color: white;
}
.widget .entete-bloc h2 {
  border-bottom: 1px solid #bcc700;
  border-top: 1px solid #bcc700;
  border-right: 1px solid #bcc700;
  border-left: 1px solid #bcc700;
  color: #bcc700;
  font-weight: bold;
}
.widget a {
  color: #bcc700;
}
.widget .contenu {
  border-bottom: 1px solid #bcc700;
  border-right: 1px solid #bcc700;
  border-left: 1px solid #bcc700;
  padding: 5px 10px;
}
.widget ul {
  border-bottom: 1px solid #bcc700;
  border-right: 1px solid #bcc700;
  border-left: 1px solid #bcc700;
  padding: 5px 10px;
}
.widget ul li {
  font-family: 'Open Sans', sans-serif;
  color: #bcc700;
  list-style: none;
  padding: 0.1em 0em;
}
.widget ul li:before {
  content: "\f138";
  font-family: FontAwesome;
  padding-right: 10px;
}
.widget ul li.current-menu-item a {
  text-decoration: underline;
}
.widget ul li ul {
  border: none;
}
.widget ul.typeHeb {
  padding: 0;
  margin: 10px 0 0 0;
  border: none;
}
.widget ul.typeHeb a {
  color: black;
}
.widget ul.typeHeb li {
  padding: 0 5px;
}
.widget ul.typeHeb li.current {
  background-color: #bcc700;
  color: white;
  border-radius: 10px;
}
.widget ul.typeHeb li.current a {
  color: white;
}
.widget ul.typeHeb li:hover {
  background-color: #bcc700;
  color: white;
  border-radius: 10px;
}
.widget ul.typeHeb li:hover a {
  color: white;
  text-decoration: none;
}
.widget ul.moyensCommunication {
  padding: 0;
  margin: 10px 0 0 0;
  border: none;
}
.widget ul.moyensCommunication li {
  border-bottom: 1px dotted;
}
.widget ul.moyensCommunication li:before {
  content: '';
  padding-right: 0;
}
.widget ul.moyensCommunication li i {
  width: 30px;
}
.widget ul.moyensCommunication li:last-child {
  border-bottom: none;
}
.widget ul.moyensCommunication li.current {
  background-color: black;
}
.col-droite {
  font-size: 1.4em;
  color: #474646;
}
.col-droite h1 {
  font-size: 2.6em;
}
.col-droite h2 {
  font-size: 2.4em;
  font-weight: bold;
}
.col-droite h2.titre {
  font-size: 1.6em;
  text-transform: uppercase;
  color: #bcc700;
  font-weight: bold;
  border-top: 1px solid;
  padding: 10px 0 0 0;
}
.col-droite h2.titre:before {
  content: "\f18e";
  font-family: FontAwesome;
  padding-right: 10px;
}
.col-droite a.retour-liste {
  background-color: #bcc700;
  text-align: center;
  float: right;
  color: white;
}
.col-droite a.retour-liste:before {
  content: "\f138";
  font-family: FontAwesome;
  padding-right: 10px;
}
.col-droite a.retour-liste:hover {
  background-color: black;
}
ul.languesParlees {
  padding: 0;
}
ul.languesParlees li {
  list-style: none;
  float: left;
  margin-right: 5px;
}
ul.modesPaiement {
  padding: 0;
}
ul.modesPaiement li {
  float: left;
}
ul.modesPaiement li:before {
  content: "";
  padding-right: 0px;
}
ul.galerie {
  padding: 0;
  margin: 0;
}
ul.galerie li {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
  display: none;
}
ul.galerie li:first-child {
  display: inherit;
}
.bt-play {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../img/btn-play.png);
  background-repeat: no-repeat;
  background-position: center;
}
.ouverture-au-public {
  font-size: 0.9em;
}
.ouverture-au-public h5 {
  font-size: 1.2em;
}
.typesDetailles {
  font-style: italic;
}
.selection-vide {
  display: none;
}
#footer-1 .sep-border {
  border-bottom: none;
}
.print {
  display: none;
}
ul.telechargement li {
  list-style: none;
}
ul.telechargement li:before {
  content: '';
}
@media (max-width: 767px) {
  #mobile-detect {
    display: none;
  }
  .btn-agenda-alaune {
    margin: 0;
    padding: 0;
    font-size: 0.8em;
  }
  .txt-slide h2 {
    font-size: 1.5em;
  }
  #footer-1 h2 {
    margin-top: 20px;
  }
  #footer-1 .sep-border {
    border-bottom: 1px solid #999;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  #container-logo {
    min-height: inherit;
    padding: 20px 0;
  }
  #container-logo #logo {
    text-align: center;
  }
  #container-logo #logo img {
    display: inline;
  }
  #container-logo .vertical-align {
    position: inherit;
    top: inherit;
    transform: none;
    webkit-transform: none;
  }
  #container-logo #slogan h1 {
    border-left: none;
    padding-left: none;
    text-align: center;
  }
  #container-logo #slogan,
  #container-logo #logo,
  #container-logo #recherche {
    height: inherit;
  }
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  body a {
    color: black;
  }
  body a:link:after,
  body a:visited:after {
    content: "";
  }
  .listing-agenda {
    width: 100%;
  }
  .affiner-agenda {
    display: none;
  }
  .print {
    display: block;
  }
  .fa-2x {
    font-size: 1em;
  }
  .widget ul.moyensCommunication li i {
    width: 15px;
  }
  header,
  #breadcrumbs,
  footer,
  .retour-liste,
  #bloc-acces,
  .no-print,
  .cmd_next {
    display: none;
  }
  header.entry-header {
    display: block;
  }
  .html h1.entry-title {
    color: #bcc700 !important;
  }
  .html h2 {
    color: #0095ac;
  }
  .col-droite {
    font-size: 12px;
  }
  .col-droite h2.titre {
    color: #bcc700;
  }
  .col-droite .widget ul li {
    color: black;
  }
  ul.galerie li {
    display: block;
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
  }
  ul.galerie li img {
    width: 110px;
  }
  @page {
    size: A4;
    margin: 1cm 0;
  }
}
.fa-calendar {
  color: #CCC;
}
/*# sourceMappingURL=style.css.map */