html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input::-moz-focus-inner {
  border: 0;
}
.col-p5 {
  width: 5%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p5 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p10 {
  width: 10%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p10 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p15 {
  width: 15%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p15 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p20 {
  width: 20%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p20 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p25 {
  width: 25%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p25 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p30 {
  width: 30%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p30 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p35 {
  width: 35%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p35 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p40 {
  width: 40%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p40 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p45 {
  width: 45%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p45 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p50 {
  width: 50%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p50 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p55 {
  width: 55%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p55 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p60 {
  width: 60%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p60 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p65 {
  width: 65%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p65 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p70 {
  width: 70%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p70 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p75 {
  width: 75%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p75 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p80 {
  width: 80%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p80 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p85 {
  width: 85%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p85 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p90 {
  width: 90%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p90 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p95 {
  width: 95%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p95 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p5 {
  width: 5%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p5 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
a {
  color: #878787;
  text-decoration: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
a:hover,
a:active {
  color: #3da85f;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
#fleche-pour-remonter {
  font-size: 60px;
  z-index: 10;
  position: fixed;
  right: 15px;
  bottom: 15px;
  color: #3da85f;
  cursor: pointer;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  opacity: 0;
}
#fleche-pour-remonter.visible {
  opacity: 0.5;
}
#fleche-pour-remonter.visible:hover {
  opacity: 1;
}
#icone-menu-mobile,
#icone-telephone-mobile,
#je-souhaite-reserver {
  display: none;
}
.petit-container {
  width: 980px;
  margin: auto;
}
#mentions .modal-title {
  color: #1c1c1c;
}
#mentions p {
  margin-bottom: 15px;
  font-size: 12px !important;
  line-height: 14px !important;
}
#mentions p strong,
#mentions p b {
  font-weight: 600;
}
#mentions a {
  color: #1c1c1c;
}
#calendrier {
  text-align: center;
}
#calendrier:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}
#calendrier .modal-dialog {
  width: 546px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#calendrier .modal-content {
  border-radius: 0;
}
#calendrier .modal-body {
  padding: 0;
}
#calendrier .modal-body .close {
  position: absolute;
  right: 0px;
  opacity: 1;
  font-size: 30px;
  top: -35px;
  color: #ffffff;
  outline: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  text-shadow: none;
}
#calendrier .modal-body .close:hover {
  color: #3da85f;
}
#calendrier .modal-body .pickmeup {
  background-color: #ffffff;
  border-radius: 0;
}
#calendrier .modal-body .pickmeup .pmu-instance {
  width: 34em;
  height: 21em;
}
#calendrier .modal-body .pickmeup .pmu-instance nav:first-child {
  background-color: #ffffff;
  font-weight: bold;
}
#calendrier .modal-body .pickmeup .pmu-instance .pmu-prev img[draggable=false],
#calendrier .modal-body .pickmeup .pmu-instance .pmu-next img[draggable=false] {
  display: none !important;
}
#calendrier .modal-body .pickmeup .pmu-instance .pmu-prev:after,
#calendrier .modal-body .pickmeup .pmu-instance .pmu-next:after {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  margin-top: 7.5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#calendrier .modal-body .pickmeup .pmu-instance .pmu-prev:after {
  background-image: url(../img/fleche-gauche-calendrier.png);
}
#calendrier .modal-body .pickmeup .pmu-instance .pmu-next:after {
  background-image: url(../img/fleche-droite-calendrier.png);
}
#calendrier .modal-body .pickmeup .pmu-instance .pmu-button {
  padding: 5px;
  color: #1c1c1c;
  font-size: 18px;
  width: 4em;
}
#calendrier .modal-body .pickmeup .pmu-instance .pmu-not-in-month {
  color: #878787;
}
#calendrier .modal-body .pickmeup .pmu-instance .pmu-selected {
  background-color: #3da85f;
  color: #ffffff;
}
#calendrier .modal-body .pickmeup .pmu-instance .pmu-month.pmu-button {
  width: 100em;
  font-size: 20px;
}
#calendrier .modal-body .pickmeup .pmu-instance .pmu-days .pmu-button {
  font-size: 18px;
  width: 4em;
}
#calendrier .modal-body .pickmeup .pmu-instance .pmu-day-of-week {
  color: #1c1c1c;
}
#calendrier .modal-body .pickmeup .pmu-instance .pmu-day-of-week * {
  padding: 5px;
  width: 4.1em;
  font-size: 18px;
}
#calendrier .modal-body .pickmeup .pmu-instance .pmu-today {
  background-color: #3da85f;
  color: #ffffff;
}
.titre-dintroduction-avec-barre-horizontale {
  color: #3da85f;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  margin-top: 40px;
  margin-bottom: 25px;
}
.bloc-texte .titre {
  color: #1c1c1c;
  font-family: 'Charm', cursive;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 50px;
}
.bloc-texte .contenu {
  text-align: justify;
}
.bloc-texte .contenu p {
  margin-bottom: 20px;
}
.bloc-texte .contenu p strong {
  font-weight: 600;
}
.bloc-texte .contenu ul li {
  padding-left: 30px;
  background: url(../img/croix-liste-puce.png) no-repeat 0px 4px;
  margin-bottom: 20px;
}
.bloc-texte .contenu ul li strong {
  font-weight: 600;
}
.titre-visuel-general {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  color: white;
  top: 0;
  font-size: 42px;
  line-height: 42px;
  font-family: 'Charm', cursive;
  padding-top: 5.5%;
  font-weight: 600;
  text-shadow: 0px 0px 10px #1c1c1c;
}
.lien-en-savoir-plus {
  font-weight: bold;
  margin-top: 30px;
  display: inline-block;
}
.lien-en-savoir-plus i {
  font-size: 24px;
  vertical-align: bottom;
  margin-left: 10px;
}
.lien-en-bloc {
  border: 2px solid #3da85f;
  background-color: #3da85f;
  color: #ffffff;
  text-align: center;
  padding: 10px 25px;
  margin-top: 20px;
  display: inline-block;
}
.lien-en-bloc strong {
  text-transform: uppercase;
  font-weight: 600;
}
.lien-en-bloc:hover {
  background-color: #ffffff;
  color: #3da85f;
}
.liste-des-temoignages {
  background-image: url(../img/bg-temoignages.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
.liste-des-temoignages .titres-globaux {
  width: 980px;
  margin: auto;
  text-align: center;
}
.liste-des-temoignages .titres-globaux .fond {
  background-color: #ffffff;
}
.liste-des-temoignages .titres-globaux .titre {
  color: #3da85f;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  margin-bottom: 10px;
  padding-top: 45px;
}
.liste-des-temoignages .titres-globaux .sous-titre {
  color: #1c1c1c;
  font-family: 'Charm', cursive;
  font-size: 42px;
  line-height: 42px;
  font-weight: 600;
  padding-bottom: 40px;
}
.liste-des-temoignages .owl-carousel {
  width: 1000px;
  margin: auto;
}
.liste-des-temoignages .owl-carousel .owl-nav div {
  position: absolute;
  top: -100px;
  font-size: 42px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.liste-des-temoignages .owl-carousel .owl-nav div:hover {
  color: #3da85f;
}
.liste-des-temoignages .owl-carousel .owl-nav .owl-prev {
  left: 25px;
}
.liste-des-temoignages .owl-carousel .owl-nav .owl-next {
  right: 25px;
}
.liste-des-temoignages .owl-carousel .owl-item {
  padding: 0 10px;
}
.liste-des-temoignages .owl-carousel .item {
  background-color: #ffffff;
  padding: 45px;
  padding-top: 0;
  text-align: center;
}
.liste-des-temoignages .owl-carousel .item .detail {
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
}
body {
  font-family: 'Poppins', sans-serif;
  overflow: auto;
  overflow-x: hidden;
  color: #878787;
  line-height: 24px;
  font-size: 16px;
  background: #ffffff;
  font-weight: 400;
}
body header #entete .infos {
  text-align: right;
  padding-top: 35px;
}
body header #entete .infos .info {
  display: inline-block;
  margin-right: 15px;
}
body header #entete .infos .info i {
  margin-right: 5px;
  font-size: 15px;
}
body header #entete .infos .info a {
  font-weight: 300;
  font-size: 15px;
}
body header #entete .infos .info .fa-envelope {
  font-size: 13px;
}
body header #entete .infos .lien-fb {
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #878787;
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 3px;
}
body header #entete .infos .lien-fb:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #3da85f;
}
body header #logo-et-menu #wrapper_menu {
  padding-top: 50px;
  text-align: right;
}
body header #logo-et-menu #wrapper_menu li {
  display: inline-block;
  margin-right: 60px;
  position: relative;
  padding-bottom: 5px;
}
body header #logo-et-menu #wrapper_menu li a {
  text-transform: uppercase;
  color: #1c1c1c;
  font-weight: 500;
}
body header #logo-et-menu #wrapper_menu li a:hover {
  color: #3da85f;
}
body header #logo-et-menu #wrapper_menu li a .fa-home {
  font-size: 20px;
}
body header #logo-et-menu #wrapper_menu li:last-child {
  margin-right: 0px;
}
body header #logo-et-menu #wrapper_menu li:hover ul.sub-menu {
  display: block;
}
body header #logo-et-menu #wrapper_menu li ul.sub-menu {
  position: absolute;
  left: 0;
  top: 29px;
  background-color: #3da85f;
  z-index: 1;
  display: none;
  text-align: left;
  width: 310px;
  border: 1px solid #3da85f;
}
body header #logo-et-menu #wrapper_menu li ul.sub-menu li {
  margin: 0;
  display: block;
  padding-bottom: 0px;
}
body header #logo-et-menu #wrapper_menu li ul.sub-menu li a {
  color: #ffffff;
  font-size: 14px;
  display: block;
  padding: 2.5px 15px;
}
body header #logo-et-menu #wrapper_menu li ul.sub-menu li:hover a {
  background-color: #ffffff;
  color: #3da85f;
}
body header #logo-et-menu #wrapper_menu li ul.sub-menu li.current-menu-item {
  border-bottom: 0;
}
body header #logo-et-menu #wrapper_menu li ul.sub-menu li.current-menu-item a {
  background-color: #ffffff;
  color: #3da85f;
}
body header #logo-et-menu #wrapper_menu li.current-menu-item,
body header #logo-et-menu #wrapper_menu li.current-page-ancestor {
  border-bottom: 5px solid #3da85f;
}
body header #logo-et-menu #wrapper_menu li.current-menu-item a,
body header #logo-et-menu #wrapper_menu li.current-page-ancestor a {
  color: #1c1c1c;
}
body main {
  position: relative;
}
body footer {
  text-align: center;
  font-size: 14px;
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
body footer .logo-idcomcrea {
  margin-right: 5px;
}
body footer .logo-idcomcrea img {
  display: inline-block;
  vertical-align: middle;
}
.home iframe {
  width: 100%;
}
.home .flex-caption {
  z-index: 1;
  color: white;
  text-align: center;
  width: 530px;
  margin: auto;
  font-family: 'Charm', cursive;
  text-shadow: 0px 0px 10px #1c1c1c;
}
.home .flex-caption p {
  font-size: 24px;
  line-height: 32px;
}
.home .flex-caption p strong {
  display: block;
  font-size: 48px;
  line-height: 56px;
}
.home .flexslider {
  border: 0;
}
.home .flexslider .slides li {
  position: relative;
}
.home .flexslider .slides li .flex-caption {
  position: absolute;
  top: 37%;
  z-index: 1;
  color: white;
  text-align: center;
  width: 530px;
  margin: auto;
  left: 50%;
  margin-left: -265px;
  font-family: 'Charm', cursive;
  text-shadow: 0px 0px 10px #1c1c1c;
}
.home .flexslider .slides li .flex-caption p {
  font-size: 24px;
  line-height: 32px;
}
.home .flexslider .slides li .flex-caption p strong {
  font-size: 48px;
  line-height: 56px;
}
.home .flexslider .flex-direction-nav .flex-prev {
  left: -100px;
}
.home .flexslider .flex-direction-nav .flex-next {
  right: -100px;
}
.home .flexslider .flex-direction-nav li a {
  opacity: 1 !important;
  height: 73px;
  width: 73px;
  padding-top: 25px;
}
.home .flexslider .flex-direction-nav li a:before {
  color: #ffffff;
  text-shadow: none;
  text-align: center;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  height: 73px;
  width: 73px;
}
.home .flexslider .flex-direction-nav li a:hover:before {
  color: #3da85f;
}
.home .flexslider:hover .flex-direction-nav .flex-prev {
  left: 25px;
}
.home .flexslider:hover .flex-direction-nav .flex-next {
  right: 25px;
}
.home .bloc-reservation {
  margin-top: -14%;
  position: relative;
}
.home .bloc-reservation .bloc-menu {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.home .bloc-reservation .bloc-menu .item {
  width: 20%;
  float: left;
  cursor: pointer;
  border-right: 1px solid rgba(255,255,255,0.5);
}
@media screen and (max-width: 768px) {
  .home .bloc-reservation .bloc-menu .item {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.home .bloc-reservation .bloc-menu .item .intitule {
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.home .bloc-reservation .bloc-menu .item img {
  margin: auto;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.home .bloc-reservation .bloc-menu .item:last-child {
  border-right: 0;
}
.home .bloc-reservation .bloc-menu .item:hover .intitule {
  font-size: 18px;
  color: #3da85f;
}
.home .bloc-reservation .bloc-menu .item:hover img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -webkit-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -moz-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -o-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
}
.home .bloc-reservation .bloc-menu .item.active .intitule {
  font-size: 18px;
  color: #3da85f;
}
.home .bloc-reservation .bloc-menu .item.active img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -webkit-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -moz-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -o-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
}
.home .bloc-reservation .bloc-informations {
  float: left;
  width: 100%;
  border-top: 9px solid #3da85f;
  position: relative;
  -moz-box-shadow: 0px 10px 20px 0px #d3d1ce;
  -webkit-box-shadow: 0px 10px 20px 0px #d3d1ce;
  -o-box-shadow: 0px 10px 20px 0px #d3d1ce;
  box-shadow: 0px 10px 20px 0px #d3d1ce;
}
.home .bloc-reservation .bloc-informations .fleche-vers-le-haut {
  position: absolute;
  left: 0;
  top: -21px;
}
.home .bloc-reservation .bloc-informations .blocs-date {
  width: 60%;
  float: left;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .home .bloc-reservation .bloc-informations .blocs-date {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.home .bloc-reservation .bloc-informations .blocs-date .bloc-date {
  width: 50%;
  float: left;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home .bloc-reservation .bloc-informations .blocs-date .bloc-date {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.home .bloc-reservation .bloc-informations .blocs-date .bloc-date a {
  padding: 30px 0;
  display: block;
}
.home .bloc-reservation .bloc-informations .blocs-date .bloc-date a:hover {
  color: #3da85f;
}
.home .bloc-reservation .bloc-informations .blocs-date .bloc-date a:hover .valeur {
  color: #3da85f;
}
.home .bloc-reservation .bloc-informations .blocs-date .bloc-date .intitule {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.home .bloc-reservation .bloc-informations .blocs-date .bloc-date .valeur {
  color: #1c1c1c;
  font-family: 'Charm', cursive;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.home .bloc-reservation .bloc-informations .blocs-date .bloc-date .valeur .jour {
  font-size: 72px;
}
.home .bloc-reservation .bloc-informations .blocs-date .bloc-date .valeur .slash {
  font-size: 24px;
}
.home .bloc-reservation .bloc-informations .blocs-date .bloc-date .valeur .mois {
  font-size: 24px;
}
.home .bloc-reservation .bloc-informations .blocs-date .bloc-date:first-child .bloc-contenu {
  border-right: 1px solid #878787;
}
.home .bloc-reservation .bloc-informations .bloc-bouton {
  width: 40%;
  float: left;
  background-color: #8bcb9f;
  padding: 49px 15px;
}
@media screen and (max-width: 768px) {
  .home .bloc-reservation .bloc-informations .bloc-bouton {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.home .bloc-reservation .bloc-informations .bloc-bouton a {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px 15px;
  font-family: 'Charm', cursive;
  display: block;
  text-align: center;
  font-size: 20px;
}
.home .bloc-reservation .bloc-informations .bloc-bouton a i {
  margin-left: 20px;
  font-size: 32px;
  vertical-align: text-top;
}
.home .bloc-reservation .bloc-informations .bloc-bouton a:hover {
  background-color: #ffffff;
  color: #8bcb9f;
}
.home .presentation {
  padding-top: 25px;
  padding-bottom: 50px;
  clear: both;
}
.home .presentation .visuel .photo {
  height: 460px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home .presentation .textuel {
  padding-left: 5%;
}
.home .liens .fond {
  height: 550px;
  padding: 0;
}
.home .liens .fond .full-height {
  height: 100%;
  position: relative;
}
.home .liens .fond .full-height .fond {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.75;
}
.home .liens .fond .full-height .overlay {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.75;
  position: absolute;
  top: 0;
  left: 0;
}
.home .liens .fond .full-height .bloc-texte {
  margin-top: 120px;
}
.home .liens .fond .full-height .bloc-texte .titre {
  margin-bottom: 20px;
}
.home .liens .lien {
  height: 550px;
  padding: 0;
}
.home .liens .lien .full-height {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.home .liens .lien .full-height a {
  height: 100%;
  display: block;
}
.home .liens .lien .full-height .fond {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  position: absolute;
  top: 0;
  left: 0;
}
.home .liens .lien .full-height .overlay {
  background-image: url(../img/bg-noir-transparent-liens.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -25%;
  left: 0;
}
.home .liens .lien .full-height .texte {
  position: absolute;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 15px;
  bottom: 30px;
  left: 30px;
  font-size: 18px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.home .liens .lien .full-height:hover .fond {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -webkit-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -moz-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -o-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
}
.home .liens .lien .full-height:hover .texte {
  color: #3da85f;
  border-color: #3da85f;
}
.page-id-8 .domaine {
  padding-top: 100px;
  padding-bottom: 75px;
}
.page-id-8 .domaine .visuel .photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-id-8 .domaine .visuel .photo-1 {
  height: 660px;
  margin-bottom: 20px;
}
.page-id-8 .domaine .visuel .photo-2 {
  height: 350px;
}
.page-id-8 .domaine .textuel {
  padding-left: 5%;
}
.page-id-51 .contenu-prestation {
  padding-top: 100px;
  padding-bottom: 75px;
}
.page-id-51 .contenu-prestation .visuel .photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-id-51 .contenu-prestation .visuel .photo-1 {
  height: 460px;
  margin-bottom: 20px;
}
.page-id-51 .contenu-prestation .visuel .photo-2 {
  height: 250px;
}
.page-id-51 .contenu-prestation .textuel {
  padding-left: 5%;
}
.page-id-51 .contenu-prestation .textuel .a-partir-de {
  text-align: center;
  position: relative;
  margin: 40px 0 30px;
}
.page-id-51 .contenu-prestation .textuel .a-partir-de:after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #3da85f;
  position: absolute;
  left: 0;
  top: 45%;
  z-index: -1;
}
.page-id-51 .contenu-prestation .textuel .a-partir-de span {
  background-color: #ffffff;
  position: relative;
  font-size: 18px;
  display: inline-block;
  padding: 0 15px;
  color: #3da85f;
  font-weight: bold;
}
.page-id-51 .contenu-prestation .textuel .lien-de-reservation {
  text-align: center;
}
.page-id-51 .contenu-prestation .textuel .lien-de-reservation .lien-en-bloc {
  padding: 10px 75px;
}
.page-id-52 .contenu-prestation {
  padding-top: 100px;
  padding-bottom: 75px;
}
.page-id-52 .contenu-prestation .visuel .photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-id-52 .contenu-prestation .visuel .photo-1 {
  height: 460px;
  margin-bottom: 20px;
}
.page-id-52 .contenu-prestation .visuel .photo-2 {
  height: 250px;
  margin-bottom: 20px;
}
.page-id-52 .contenu-prestation .visuel .photo-3 {
  height: 250px;
}
.page-id-52 .contenu-prestation .textuel {
  padding-left: 5%;
}
.page-id-52 .contenu-prestation .textuel .a-partir-de {
  text-align: center;
  position: relative;
  margin: 40px 0 30px;
}
.page-id-52 .contenu-prestation .textuel .a-partir-de:after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #3da85f;
  position: absolute;
  left: 0;
  top: 45%;
  z-index: -1;
}
.page-id-52 .contenu-prestation .textuel .a-partir-de span {
  background-color: #ffffff;
  position: relative;
  font-size: 18px;
  display: inline-block;
  padding: 0 15px;
  color: #3da85f;
  font-weight: bold;
}
.page-id-52 .contenu-prestation .textuel .lien-de-reservation {
  text-align: center;
}
.page-id-52 .contenu-prestation .textuel .lien-de-reservation .lien-en-bloc {
  padding: 10px 75px;
}
.page-id-377 .contenu-prestation,
.page-id-375 .contenu-prestation {
  padding-top: 100px;
  padding-bottom: 75px;
}
.page-id-377 .contenu-prestation .visuel .photo,
.page-id-375 .contenu-prestation .visuel .photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-id-377 .contenu-prestation .visuel .photo-1,
.page-id-375 .contenu-prestation .visuel .photo-1 {
  height: 280px;
  margin-bottom: 20px;
}
.page-id-377 .contenu-prestation .visuel .photo-2,
.page-id-375 .contenu-prestation .visuel .photo-2 {
  height: 280px;
  margin-bottom: 20px;
}
.page-id-377 .contenu-prestation .visuel .photo-3,
.page-id-375 .contenu-prestation .visuel .photo-3 {
  height: 280px;
  margin-bottom: 20px;
}
.page-id-377 .contenu-prestation .visuel .photo-4,
.page-id-375 .contenu-prestation .visuel .photo-4 {
  height: 280px;
}
.page-id-377 .contenu-prestation .textuel,
.page-id-375 .contenu-prestation .textuel {
  padding-left: 5%;
  text-align: center;
}
.page-id-377 .contenu-prestation .textuel .a-partir-de,
.page-id-375 .contenu-prestation .textuel .a-partir-de {
  text-align: center;
  position: relative;
  margin: 40px 0 30px;
}
.page-id-377 .contenu-prestation .textuel .a-partir-de:after,
.page-id-375 .contenu-prestation .textuel .a-partir-de:after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #3da85f;
  position: absolute;
  left: 0;
  top: 45%;
  z-index: -1;
}
.page-id-377 .contenu-prestation .textuel .a-partir-de span,
.page-id-375 .contenu-prestation .textuel .a-partir-de span {
  background-color: #ffffff;
  position: relative;
  font-size: 18px;
  display: inline-block;
  padding: 0 15px;
  color: #3da85f;
  font-weight: bold;
}
.page-id-377 .contenu-prestation .textuel .lien-de-reservation,
.page-id-375 .contenu-prestation .textuel .lien-de-reservation {
  text-align: center;
  margin-bottom: 50px;
}
.page-id-377 .contenu-prestation .textuel .lien-de-reservation .lien-en-bloc,
.page-id-375 .contenu-prestation .textuel .lien-de-reservation .lien-en-bloc {
  padding: 10px 75px;
  margin: 0;
}
.page-id-377 .contenu-prestation .textuel .contenu,
.page-id-375 .contenu-prestation .textuel .contenu {
  text-align: center;
}
.page-id-54 .contenu-prestation {
  padding-top: 100px;
  padding-bottom: 75px;
}
.page-id-54 .contenu-prestation .visuel .photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-id-54 .contenu-prestation .visuel .photo-1 {
  height: 460px;
  margin-bottom: 20px;
}
.page-id-54 .contenu-prestation .visuel .photo-2 {
  height: 250px;
}
.page-id-54 .contenu-prestation .textuel {
  padding-left: 5%;
}
.page-id-54 .contenu-prestation .textuel .a-partir-de {
  text-align: center;
  position: relative;
  margin: 40px 0 30px;
}
.page-id-54 .contenu-prestation .textuel .a-partir-de:after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #3da85f;
  position: absolute;
  left: 0;
  top: 45%;
  z-index: -1;
}
.page-id-54 .contenu-prestation .textuel .a-partir-de span {
  background-color: #ffffff;
  position: relative;
  font-size: 18px;
  display: inline-block;
  padding: 0 15px;
  color: #3da85f;
  font-weight: bold;
}
.page-id-54 .contenu-prestation .textuel .lien-de-reservation {
  text-align: center;
}
.page-id-54 .contenu-prestation .textuel .lien-de-reservation .lien-en-bloc {
  padding: 10px 75px;
}
.page-id-12 .activites .button-group {
  text-align: center;
  padding: 60px 0 120px;
}
.page-id-12 .activites .button-group .button {
  background-color: #ffffff;
  border: 0;
  outline: none;
  margin: 0 50px;
  font-size: 18px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-12 .activites .button-group .button:hover {
  color: #3da85f;
}
.page-id-12 .activites .button-group .is-checked {
  color: #3da85f;
  font-weight: 600;
  border-bottom: 3px solid #3da85f;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}
.page-id-12 .activites .grid .grid-item {
  width: 100%;
  margin-bottom: 70px;
}
.page-id-12 .activites .grid .grid-item .textuel .titre {
  margin-bottom: 25px;
  position: relative;
}
.page-id-12 .activites .grid .grid-item .textuel .titre span {
  background-color: #ffffff;
  z-index: 2;
  position: relative;
  padding-right: 15px;
}
.page-id-12 .activites .grid .grid-item .visuel .photo {
  height: 255px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#html5-watermark div,
#html5-elem-data-box {
  display: none !important;
}
.page-id-14 #html5-watermark div,
.page-id-14 #html5-elem-data-box {
  display: none !important;
}
.page-id-14 .galerie .button-group {
  text-align: center;
  padding: 60px 0 120px;
}
.page-id-14 .galerie .button-group .button {
  background-color: #ffffff;
  border: 0;
  outline: none;
  margin: 0 50px;
  font-size: 18px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-14 .galerie .button-group .button:hover {
  color: #3da85f;
}
.page-id-14 .galerie .button-group .is-checked {
  color: #3da85f;
  font-weight: 600;
  border-bottom: 3px solid #3da85f;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}
.page-id-14 .galerie .grid .grid-item {
  padding: 10px;
}
.page-id-14 .galerie .grid .grid-item .full-height {
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left;
  height: 265px;
}
.page-id-14 .galerie .grid .grid-item .full-height .item-sec {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.page-id-14 .galerie .grid .grid-item .full-height .item-sec .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #8bcb9f;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
  z-index: 1;
}
.page-id-14 .galerie .grid .grid-item .full-height .item-sec .zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  text-align: center;
  padding-top: 37.5%;
}
.page-id-14 .galerie .grid .grid-item .full-height .item-sec .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-origin: content-box;
  overflow: hidden;
  transition: all .5s ease-in-out !important;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
}
.page-id-14 .galerie .grid .grid-item .full-height:hover .item-sec .overlay {
  opacity: 0.75;
}
.page-id-14 .galerie .grid .grid-item .full-height:hover .item-sec .zoom {
  opacity: 1;
}
.page-id-14 .galerie .grid .grid-item .full-height:hover .item-sec .background {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  transform: translateZ(0) perspective(1px) scale3d(1.2,1.2,1);
  -webkit-transform: translateZ(0) perspective(1px) scale3d(1.2,1.2,1);
  -moz-transform: translateZ(0) perspective(1px) scale3d(1.2,1.2,1);
  -o-transform: translateZ(0) perspective(1px) scale3d(1.2,1.2,1);
}
.page-id-286 #html5-watermark div,
.page-id-286 #html5-elem-data-box {
  display: none !important;
}
.page-id-286 .liens-avis-autres-sites {
  text-align: center;
  color: #3da85f;
  font-size: 18px;
  font-weight: bold;
  margin: 60px 0 10px;
}
.page-id-286 .liens-avis-autres-sites a {
  color: #3da85f;
  text-decoration: underline;
}
.page-id-286 .liens-avis-autres-sites a:hover {
  color: #878787;
}
.page-id-286 .deposer-un-temoignage {
  text-align: center;
  margin-bottom: 50px;
}
.page-id-286 .deposer-un-temoignage a {
  border: 2px solid #3da85f;
  background-color: #3da85f;
  color: #ffffff;
  text-align: center;
  padding: 10px 25px;
  margin-top: 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}
.page-id-286 .deposer-un-temoignage a i {
  margin-right: 10px;
}
.page-id-286 .deposer-un-temoignage a:hover {
  color: #3da85f;
  background-color: #ffffff;
}
.page-id-286 .pages-du-livre .item {
  width: 33.33%;
  padding: 15px;
}
.page-id-286 .pages-du-livre .item a {
  border: 1px solid #3da85f;
  display: block;
}
.page-id-286 .pages-du-livre .item a:hover {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -webkit-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -moz-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -o-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
}
.page-id-286 #deposer-temoignage {
  text-align: center;
}
.page-id-286 #deposer-temoignage:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}
.page-id-286 #deposer-temoignage .modal-dialog {
  width: 546px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.page-id-286 #deposer-temoignage .modal-content {
  border-radius: 0;
}
.page-id-286 #deposer-temoignage .modal-body {
  padding: 0;
}
.page-id-286 #deposer-temoignage .modal-body .close {
  position: absolute;
  right: 0px;
  opacity: 1;
  font-size: 30px;
  top: -35px;
  color: #ffffff;
  outline: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  text-shadow: none;
}
.page-id-286 #deposer-temoignage .modal-body .close:hover {
  color: #3da85f;
}
.page-id-286 #deposer-temoignage .modal-body #nf-form-2-cont {
  padding: 15px;
}
.page-id-286 #deposer-temoignage .modal-body #nf-form-2-cont .nf-field-container {
  margin-bottom: 15px;
}
.page-id-286 #deposer-temoignage .modal-body #nf-form-2-cont .nf-form-fields-required {
  display: none;
}
.page-id-286 #deposer-temoignage .modal-body #nf-form-2-cont label {
  display: none;
}
.page-id-286 #deposer-temoignage .modal-body #nf-form-2-cont input,
.page-id-286 #deposer-temoignage .modal-body #nf-form-2-cont textarea {
  padding: 5px 15px;
  resize: none;
  outline: none;
}
.page-id-286 #deposer-temoignage .modal-body #nf-form-2-cont #nf-field-9-container {
  margin-bottom: 10px;
}
.page-id-286 #deposer-temoignage .modal-body #nf-form-2-cont #nf-field-12-container li label {
  display: block;
  font-size: 14px;
  line-height: 22px;
}
.page-id-286 #deposer-temoignage .modal-body #nf-form-2-cont #nf-field-10 {
  border: 2px solid #3da85f;
  background-color: #3da85f;
  color: #ffffff;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  padding: 7.5px 15px;
}
.page-id-16 .informations-et-formulaire {
  padding-top: 100px;
  padding-bottom: 75px;
}
.page-id-16 .informations-et-formulaire .informations .info {
  margin-bottom: 25px;
}
.page-id-16 .informations-et-formulaire .informations .info i {
  color: #3da85f;
  font-size: 20px;
  width: 20px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
}
.page-id-16 .informations-et-formulaire .informations .info .fa-envelope {
  font-size: 16px;
}
.page-id-16 .informations-et-formulaire .informations .info a,
.page-id-16 .informations-et-formulaire .informations .info span {
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
}
.page-id-16 .informations-et-formulaire .formulaire .donnees-cachees {
  display: none;
}
.page-id-16 .informations-et-formulaire .formulaire .titre {
  margin-bottom: 5px;
}
.page-id-16 .informations-et-formulaire .formulaire #nf-form-1-cont .nf-field-container {
  margin-bottom: 15px;
}
.page-id-16 .informations-et-formulaire .formulaire #nf-form-1-cont .nf-form-fields-required {
  margin-bottom: 25px;
}
.page-id-16 .informations-et-formulaire .formulaire #nf-form-1-cont .nf-form-fields-required span {
  color: #878787;
}
.page-id-16 .informations-et-formulaire .formulaire #nf-form-1-cont label {
  display: none;
}
.page-id-16 .informations-et-formulaire .formulaire #nf-form-1-cont input,
.page-id-16 .informations-et-formulaire .formulaire #nf-form-1-cont textarea {
  padding: 5px 15px;
  resize: none;
  outline: none;
}
.page-id-16 .informations-et-formulaire .formulaire #nf-form-1-cont #nf-field-3-container {
  margin-bottom: 10px;
}
.page-id-16 .informations-et-formulaire .formulaire #nf-form-1-cont #nf-field-6-container li label {
  display: block;
  font-size: 14px;
  line-height: 22px;
}
.page-id-16 .informations-et-formulaire .formulaire #nf-form-1-cont #nf-field-4 {
  border: 2px solid #3da85f;
  background-color: #3da85f;
  color: #ffffff;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  padding: 7.5px 15px;
}
.page-id-16 #map {
  height: 520px;
}
.page-id-367 .rgpd {
  padding-top: 30px;
}
.page-id-367 .rgpd h2 {
  font-weight: bold;
  color: #3da85f;
}
.page-id-367 .rgpd h3 {
  font-weight: bold;
  color: #3da85f;
}
.page-id-367 .rgpd h4 {
  font-style: italic;
  color: #8bcb9f;
}
@media screen and (max-width: 1830px) {
  .home .liens .fond .full-height .bloc-texte {
    margin-left: 50%;
    width: 50%;
  }
}
@media screen and (max-width: 1530px) {
  .home .flexslider .slides li .flex-caption {
    top: 20%;
  }
  .home .bloc-reservation {
    margin-top: -18%;
  }
  .home .liens .fond .full-height .bloc-texte {
    margin-left: 30%;
    width: 70%;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
  .petit-container {
    width: 100%;
    padding: 0 15px;
  }
  body header #logo-et-menu #wrapper_menu {
    text-align: center;
  }
  body header #logo-et-menu #wrapper_menu li {
    margin-right: 3%;
  }
  body header #entete .infos .info {
    margin-right: 20px;
  }
  .home .flexslider:hover .flex-direction-nav .flex-prev {
    left: 0;
  }
  .home .flexslider:hover .flex-direction-nav .flex-next {
    right: 0;
  }
  .home .liens .fond {
    width: 100%;
    height: auto;
  }
  .home .liens .fond .full-height .fond {
    display: none;
  }
  .home .liens .fond .full-height .overlay {
    display: none;
  }
  .home .liens .fond .full-height .bloc-texte {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
  }
  .home .liens .fond .full-height .bloc-texte .titre {
    margin-bottom: 15px;
    padding: 0 15px;
  }
  .home .liens .lien {
    width: 50%;
    height: 400px;
  }
  .page-id-12 .activites .button-group .button {
    margin: 0 3%;
  }
}
@media screen and (max-width: 1024px) {
  #icone-menu-mobile {
    display: block;
    height: 40px;
    width: 40px;
    border: 2px solid #3da85f;
    background-color: #3da85f;
    position: fixed;
    right: 15px;
    text-align: center;
    top: 7px;
  }
  #icone-menu-mobile i {
    font-size: 24px;
    padding-top: 6px;
    color: #ffffff;
  }
  #icone-menu-mobile.active {
    background-color: #ffffff;
  }
  #icone-menu-mobile.active i {
    color: #3da85f;
  }
  #icone-telephone-mobile {
    display: block;
    height: 40px;
    width: 40px;
    border: 2px solid #3da85f;
    background-color: #3da85f;
    position: fixed;
    right: 70px;
    text-align: center;
    top: 7px;
  }
  #icone-telephone-mobile i {
    font-size: 24px;
    padding-top: 6px;
    color: #ffffff;
  }
  .titre-visuel-general {
    padding-top: 4%;
  }
  .titre-dintroduction-avec-barre-horizontale:after {
    display: none;
  }
  .liste-des-temoignages .titres-globaux {
    width: 100%;
    padding: 0 15px;
  }
  .liste-des-temoignages .owl-carousel {
    width: 100%;
  }
  .liste-des-temoignages .owl-carousel .owl-item {
    padding: 0 15px;
  }
  .liste-des-temoignages .owl-carousel .item .detail {
    width: 85%;
  }
  body header {
    position: fixed;
    background-color: #ffffff;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    border-bottom: 1px solid #3da85f;
    height: 55px;
  }
  body header #entete #logo {
    padding-bottom: 0;
  }
  body header #entete #logo img {
    height: 50px;
  }
  body header #entete .infos {
    display: none;
  }
  body header #logo-et-menu #wrapper_menu {
    position: fixed;
    top: 55px;
    width: 250px;
    background-color: #3da85f;
    height: 100%;
    left: -1000px;
    padding: 0;
    text-align: left;
    padding-top: 10px;
    border-right: 1px solid #3da85f;
  }
  body header #logo-et-menu #wrapper_menu li {
    display: block;
    margin: 0;
    padding-bottom: 0;
  }
  body header #logo-et-menu #wrapper_menu li a {
    color: #ffffff;
    display: block;
    padding: 10px 15px;
  }
  body header #logo-et-menu #wrapper_menu li ul.sub-menu {
    left: 100%;
    top: 0;
    width: 250px;
    border-color: #8bcb9f;
  }
  body header #logo-et-menu #wrapper_menu li ul.sub-menu li a {
    font-size: 16px;
    padding: 10px 15px;
    background-color: #8bcb9f;
  }
  body header #logo-et-menu #wrapper_menu li ul.sub-menu li.current-menu-item {
    color: #8bcb9f;
  }
  body header #logo-et-menu #wrapper_menu li:hover a {
    color: #ffffff;
  }
  body header #logo-et-menu #wrapper_menu li.current-menu-item,
  body header #logo-et-menu #wrapper_menu li.current-page-ancestor {
    border: 0;
  }
  body header #logo-et-menu #wrapper_menu li.current-menu-item a,
  body header #logo-et-menu #wrapper_menu li.current-page-ancestor a {
    color: #3da85f;
    background-color: #ffffff;
  }
  body main {
    margin-top: 55px;
  }
  .home .flexslider {
    margin: 0 0 30px;
  }
  .home .flexslider .slides li .flex-caption {
    top: 30%;
  }
  .home .bloc-reservation {
    margin-top: 0;
  }
  .home .bloc-reservation .bloc-menu {
    margin-bottom: 0;
    background-color: #3da85f;
    border-bottom: 2px solid #3da85f;
  }
  .home .bloc-reservation .bloc-menu .item {
    clear: none;
    float: left;
    width: 20%;
    padding: 15px;
  }
  .home .bloc-reservation .bloc-menu .item .intitule {
    margin-bottom: 10px;
  }
  .home .bloc-reservation .bloc-menu .item.active {
    background-color: #8bcb9f;
  }
  .home .bloc-reservation .bloc-menu .item.active .intitule {
    color: #ffffff;
  }
  .home .bloc-reservation .bloc-informations {
    border-top: 0;
  }
  .home .bloc-reservation .bloc-informations .fleche-vers-le-haut {
    display: none;
  }
  .home .bloc-reservation .bloc-informations .blocs-date {
    width: 60%;
    float: left;
    clear: none;
    height: 151px;
  }
  .home .bloc-reservation .bloc-informations .blocs-date .bloc-date {
    width: 50%;
    float: left;
    clear: none;
  }
  .home .bloc-reservation .bloc-informations .bloc-bouton {
    width: 40%;
    float: left;
    clear: none;
    height: 151px;
    padding: 15px;
  }
  .home .bloc-reservation .bloc-informations .bloc-bouton a {
    height: 100%;
    padding: 12.5% 15px;
    font-size: 24px;
  }
  .home .bloc-reservation .bloc-informations .bloc-bouton a i {
    font-size: 42px;
  }
  .home .presentation .textuel {
    padding-left: 15px;
  }
  .page-id-8 .domaine {
    padding-top: 75px;
  }
  .page-id-8 .domaine .textuel {
    padding-left: 15px;
  }
  .parent-pageid-10 .menu-prestations {
    padding: 50px 0 50px;
  }
  .parent-pageid-10 .contenu-prestation .textuel {
    padding-left: 15px;
  }
  .page-id-12 .activites .button-group {
    padding: 50px 0 50px;
  }
  .page-id-12 .activites .grid .grid-item .textuel .titre {
    margin-bottom: 35px;
  }
  .page-id-12 .activites .grid .grid-item .textuel .titre:after {
    top: auto;
    bottom: -10px;
  }
  .page-id-14 .galerie .button-group {
    padding: 50px 0 50px;
  }
  .page-id-14 .galerie .grid .grid-item .full-height {
    height: 240px;
  }
  .page-id-16 .informations-et-formulaire {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-id-16 #map {
    height: 300px;
  }
}
@media screen and (max-width: 960px) {
  .home .titre-dintroduction-avec-barre-horizontale {
    margin-top: 0;
  }
  .page-id-8 .domaine {
    padding-top: 75px;
  }
  .page-id-8 .domaine .visuel {
    width: 100%;
  }
  .page-id-8 .domaine .visuel .photo-1 {
    width: 50%;
    float: left;
    height: 300px;
  }
  .page-id-8 .domaine .visuel .photo-2 {
    width: 50%;
    float: left;
    height: 300px;
  }
  .page-id-8 .domaine .textuel {
    padding-left: 15px;
    width: 100%;
  }
  .parent-pageid-10 .menu-prestations li {
    margin: 0 4%;
  }
  .parent-pageid-10 .contenu-prestation {
    padding-top: 0px;
  }
  .parent-pageid-10 .contenu-prestation .visuel {
    width: 100%;
  }
  .parent-pageid-10 .contenu-prestation .visuel .photo-1 {
    width: 50%;
    float: left;
    height: 300px;
  }
  .parent-pageid-10 .contenu-prestation .visuel .photo-2 {
    width: 50%;
    float: left;
    height: 300px;
  }
  .parent-pageid-10 .contenu-prestation .textuel {
    padding-left: 15px;
    width: 100%;
  }
  .page-id-12 .activites .button-group .button {
    margin: 0 2%;
  }
  .page-id-12 .activites .grid {
    padding-bottom: 50px;
  }
  .page-id-12 .activites .grid .grid-item {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid green;
  }
  .page-id-12 .activites .grid .grid-item .textuel {
    width: 100%;
  }
  .page-id-12 .activites .grid .grid-item .textuel .titre {
    margin-bottom: 25px;
  }
  .page-id-12 .activites .grid .grid-item .textuel .titre:after {
    display: none;
  }
  .page-id-12 .activites .grid .grid-item .textuel .titre span {
    padding-right: 0;
  }
  .page-id-12 .activites .grid .grid-item .textuel .lien-en-savoir-plus {
    margin-top: 0;
  }
  .page-id-12 .activites .grid .grid-item .visuel {
    width: 100%;
    margin-top: 20px;
  }
  .page-id-12 .activites .grid .grid-item:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .page-id-14 .galerie .button-group .button {
    margin: 0 4%;
  }
  .page-id-14 .galerie .grid .grid-item {
    width: 33.33%;
  }
  .page-id-16 .informations-et-formulaire .informations .info a,
  .page-id-16 .informations-et-formulaire .informations .info span {
    font-size: 16px;
  }
  .page-id-286 .pages-du-livre .item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #grdp_barre_mini {
    display: none !important;
  }
  #je-souhaite-reserver {
    display: block;
    background-color: #8bcb9f;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    bottom: 0;
    padding: 7.5px 15px;
    left: 0;
    width: 100%;
    position: fixed;
    text-transform: uppercase;
    font-weight: bold;
  }
  #fleche-pour-remonter {
    bottom: 45px;
  }
  .titre-dintroduction-avec-barre-horizontale {
    margin-bottom: 20px;
    text-align: center;
  }
  .titre-visuel-general {
    font-size: 28px;
    line-height: 16px;
  }
  .lien-en-bloc {
    margin-top: 0;
  }
  .bloc-texte .titre {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
  .lien-en-savoir-plus {
    margin-top: 0;
  }
  .liste-des-temoignages {
    padding: 30px 0;
  }
  .liste-des-temoignages .titres-globaux .titre {
    font-size: 16px;
    padding-top: 15px;
  }
  .liste-des-temoignages .titres-globaux .sous-titre {
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 15px;
  }
  .liste-des-temoignages .owl-carousel .owl-stage {
    display: block;
    align-items: normal;
  }
  .liste-des-temoignages .owl-carousel .owl-nav div {
    top: -60px;
  }
  .liste-des-temoignages .owl-carousel .item {
    padding: 15px;
  }
  .liste-des-temoignages .owl-carousel .item .detail {
    width: 100%;
  }
  body header #entete #logo {
    width: auto;
    margin-top: 9px;
  }
  body header #entete #logo img {
    height: 35px;
    display: inline;
  }
  body header #logo-et-menu #wrapper_menu {
    width: 100%;
  }
  body header #logo-et-menu #wrapper_menu li a {
    font-size: 18px;
  }
  body header #logo-et-menu #wrapper_menu li ul.sub-menu {
    left: 0;
    width: 100%;
    top: 40px;
  }
  body footer {
    padding-top: 20px;
    padding-bottom: 60px;
    font-size: 12px;
    line-height: 18px;
  }
  body footer .logo-idcomcrea {
    display: none;
  }
  .home .flexslider .slides li .flex-caption {
    top: 2%;
  }
  .home .flexslider .slides li .flex-caption p strong {
    font-size: inherit;
    line-height: inherit;
  }
  .home .presentation {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .home .presentation .visuel {
    margin-bottom: 30px;
  }
  .home .presentation .visuel .photo {
    height: 200px;
  }
  .home .bloc-reservation {
    display: none;
  }
  .home .liens .lien {
    width: 100%;
    height: 200px;
  }
  .home .liens .lien .full-height .texte {
    background-color: #3da85f;
  }
  .home .liens .lien .full-height .overlay {
    display: none;
  }
  .home .liens .lien .full-height:hover .texte {
    background-color: #ffffff;
    color: #3da85f;
  }
  .page-id-8 .domaine {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-id-8 .domaine .visuel .photo-1 {
    height: 200px;
    width: 100%;
  }
  .page-id-8 .domaine .visuel .photo-2 {
    display: none;
  }
  .page-id-8 .domaine .textuel .titre-dintroduction-avec-barre-horizontale {
    margin-top: 10px;
  }
  .parent-pageid-10 .menu-prestations {
    font-size: 0;
    padding: 30px 15px;
  }
  .parent-pageid-10 .menu-prestations li {
    display: inline-block;
    width: 100%;
    margin: 0;
    border: 1px solid #3da85f;
    padding: 5px 15px !important;
    font-size: 16px;
  }
  .parent-pageid-10 .menu-prestations li a {
    display: block;
  }
  .parent-pageid-10 .menu-prestations li.current_page_item {
    padding-bottom: 0;
    border-bottom: 1px solid #3da85f;
  }
  .parent-pageid-10 .contenu-prestation .visuel .photo-1 {
    height: 200px;
    width: 100%;
  }
  .parent-pageid-10 .contenu-prestation .visuel .photo-2 {
    display: none;
  }
  .parent-pageid-10 .contenu-prestation .textuel .titre-dintroduction-avec-barre-horizontale {
    margin-top: 10px;
  }
  .parent-pageid-10 .contenu-prestation .textuel .a-partir-de:after {
    display: none;
  }
  .parent-pageid-10 .contenu-prestation .textuel .lien-de-reservation .lien-en-bloc {
    padding: 10px 15px;
    display: block;
  }
  .page-id-12 .activites .button-group {
    font-size: 0;
    padding: 30px 0;
  }
  .page-id-12 .activites .button-group .button {
    display: inline-block;
    width: 50%;
    margin: 0;
    border: 1px solid #3da85f;
    padding: 5px 15px;
    font-size: 16px;
  }
  .page-id-12 .activites .grid .grid-item .textuel .titre {
    text-align: left;
  }
  .page-id-12 .activites .grid .grid-item .textuel .titre span {
    display: block;
  }
  .page-id-12 .activites .grid .grid-item .visuel .photo {
    height: 200px;
  }
  .page-id-14 .galerie .button-group {
    text-align: left;
    font-size: 0;
    padding: 30px 0;
  }
  .page-id-14 .galerie .button-group .button {
    display: inline-block;
    width: 50%;
    margin: 0;
    border: 1px solid #3da85f;
    padding: 5px 15px;
    font-size: 14px;
  }
  .page-id-14 .galerie .grid .grid-item {
    padding: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .page-id-14 .galerie .grid .grid-item .full-height {
    height: 200px;
  }
  .page-id-14 .galerie .grid .grid-item .full-height .item-sec .zoom {
    padding-top: 24%;
  }
  .page-id-16 #je-souhaite-reserver {
    display: none;
  }
  .page-id-16 footer {
    padding-bottom: 20px;
  }
  .page-id-16 #map {
    display: none;
  }
  .page-id-16 .informations-et-formulaire {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-id-16 .informations-et-formulaire .informations .info {
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
  }
  .page-id-16 .informations-et-formulaire .informations .info span,
  .page-id-16 .informations-et-formulaire .informations .info a {
    font-size: 15px;
  }
  .page-id-16 .informations-et-formulaire .formulaire {
    margin-top: 30px;
  }
  .page-id-51 .contenu-prestation {
    padding-top: 35px;
  }
  .page-id-51 .contenu-prestation .textuel .lien-de-reservation .lien-en-bloc {
    width: 100%;
    padding: 10px 15px;
  }
  .page-id-52 .contenu-prestation {
    padding-top: 35px;
  }
  .page-id-52 .contenu-prestation .textuel .lien-de-reservation .lien-en-bloc {
    width: 100%;
    padding: 10px 15px;
  }
  .page-id-377 .contenu-prestation,
  .page-id-375 .contenu-prestation {
    padding-top: 35px;
  }
  .page-id-377 .contenu-prestation .textuel .lien-de-reservation .lien-en-bloc,
  .page-id-375 .contenu-prestation .textuel .lien-de-reservation .lien-en-bloc {
    width: 100%;
    padding: 10px 15px;
  }
  .page-id-54 .contenu-prestation {
    padding-top: 35px;
  }
  .page-id-54 .contenu-prestation .textuel .lien-de-reservation .lien-en-bloc {
    width: 100%;
    padding: 10px 15px;
  }
  .page-id-286 .pages-du-livre .item {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .page-id-286 .deposer-un-temoignage a {
    padding: 10px 15px;
  }
  .page-id-286 #deposer-temoignage:before {
    display: none;
  }
  .page-id-286 #deposer-temoignage .modal-dialog {
    max-width: 100%;
    margin: 0;
    padding-top: 60px;
  }
}
#btn_video {
  display: block;
  padding: 10px 1em;
  background: #3da85f;
  color: #ffffff;
  font-size: 1.2em;
  line-height: 1.25em;
  letter-spacing: 1px;
  position: relative;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
}
#btn_video:hover {
  background: #2f834a;
}
#btn_video:after {
  content: "\f04b";
  font-family: "FontAwesome";
  font-size: 2.5em;
  line-height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  padding-top: 10px;
  height: 100%;
  display: block;
  border-left: 1px solid #ffffff;
  width: 80px;
  right: 0;
}
