.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body {
  overflow-x: hidden;
}
body #grdp_barre_mini a {
  font-size: 12px;
}
body #grdp_barre_maxi p {
  color: #fff;
  font-size: 13px;
}
body #grdp_barre_maxi a {
  font-size: 13px;
}
body .cookie-notice-container {
  display: none !important;
}
body h1,
body h2 {
  font-family: 'Antic Didone', serif;
  color: #333333;
  font-size: 60px;
  line-height: 1.3;
}
body h3,
body h4 {
  font-family: 'Montserrat', sans-serif;
  color: #333333;
}
body p,
body a,
body span,
body li {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.4;
  font-weight: 400;
  color: #333333;
}
body p:hover,
body a:hover,
body span:hover,
body li:hover {
  text-decoration: none;
}
body a {
  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;
}
body p {
  margin-bottom: 15px;
}
body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body header {
  position: fixed;
  z-index: 5;
  width: 100%;
  padding: 20px 0;
  background-color: transparent;
  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;
}
body header .contenu .container {
  max-width: 1700px;
}
body header .contenu .logo img {
  width: 248px;
  max-width: 100%;
}
body header .contenu .logo2 {
  display: none;
}
body header .contenu .logo2 img {
  width: 329px;
  max-width: 100%;
}
body header .contenu.fix .nav-menu nav ul li a:after {
  background-color: #333333;
}
body header .contenu.fix .nav-menu nav ul li .sub-menu {
  background-color: #b26149;
  top: 35px;
}
body header .contenu.fix .nav-menu nav ul li .sub-menu li a {
  color: #fff !important;
}
body header .contenu.fix .nav-menu nav ul li .sub-menu li a:hover {
  color: #aeaf8c !important;
}
body header .contenu .nav-menu nav ul {
  display: flex;
  justify-content: flex-end;
}
body header .contenu .nav-menu nav ul li {
  padding: 0 30px;
}
body header .contenu .nav-menu nav ul li a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
}
body header .contenu .nav-menu nav ul li a:after {
  content: "";
  background-color: #fff;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 3px;
  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;
}
body header .contenu .nav-menu nav ul li a:hover:after {
  width: 40px;
}
body header .contenu .nav-menu nav ul li:last-child {
  padding-right: 0;
}
body header .contenu .nav-menu nav ul li.current_page_item a:after {
  width: 40px;
}
body header .contenu .nav-menu nav ul li:hover .sub-menu {
  opacity: 1;
}
body header .contenu .nav-menu nav ul li .sub-menu {
  position: absolute;
  top: 40px;
  display: block;
  background-color: rgba(255,255,255,0.8);
  opacity: 0;
  z-index: 2;
  padding: 20px 20px 15px;
  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;
}
body header .contenu .nav-menu nav ul li .sub-menu li {
  padding-left: 0;
  margin-bottom: 5px;
}
body header .contenu .nav-menu nav ul li .sub-menu li:first-child a:before {
  display: block;
}
body header .contenu .nav-menu nav ul li .sub-menu li a {
  font-family: 'Antic Didone', serif;
  color: #333333 !important;
  padding: 0;
  font-weight: 500;
  font-size: 18px;
  text-transform: none;
  height: auto;
}
body header .contenu .nav-menu nav ul li .sub-menu li a:after {
  display: none;
}
body header .contenu .nav-menu nav ul li .sub-menu li a:hover {
  color: #b26149 !important;
}
body main section .container {
  max-width: 1170px;
}
body main section.bandeau-entete-page {
  height: 450px;
  position: relative;
  overflow: hidden;
}
body main section.bandeau-entete-page .parallax-window {
  min-height: 100%;
  top: 0;
  left: 0;
}
body main section.bandeau-entete-page .overlay {
  background-color: rgba(0,0,0,0.4);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body main section.bandeau-entete-page .contenu {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
body main section.bandeau-entete-page .contenu .container {
  max-width: 90%;
  height: 100%;
}
body main section.bandeau-entete-page .contenu .container .row {
  height: 100%;
}
body main section.bandeau-entete-page .contenu .bloc {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  margin: auto;
}
body main section.bandeau-entete-page .contenu .bloc h1 {
  color: #fff;
  text-align: center;
  max-width: 465px;
  margin: auto;
}
body main section.bandeau-entete-page .contenu .bloc h2 {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  font-size: 30px;
  letter-spacing: 7px;
  text-transform: uppercase;
}
body main section.bandeau-entete-page .contenu .scroll {
  display: block;
  position: relative;
  z-index: 3;
}
body main section.bandeau-entete-page .contenu .scroll:before {
  content: "";
  position: absolute;
  bottom: 25px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 52px;
  height: 28px;
  background: url("../img/down.svg") no-repeat;
  background-size: 100%;
}
body main section.basPage .contenu .titre {
  margin: 0 auto 40px;
  text-align: center;
}
body main section.basPage .contenu .titre h2 {
  color: #b26149;
  margin-bottom: 0;
}
body main section.basPage .contenu .titre h3 {
  color: #333333;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
body main section.basPage .contenu .media {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 660px;
}
body main section.basPage .contenu .owl-carousel {
  z-index: 0;
}
body main section.basPage .contenu .owl-carousel .owl-nav {
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 1;
  right: 60px;
}
body main section.basPage .contenu .owl-carousel .owl-prev {
  right: 0;
  top: -28px;
  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;
}
body main section.basPage .contenu .owl-carousel .owl-prev:hover {
  top: -33px;
}
body main section.basPage .contenu .owl-carousel .owl-next {
  right: 0;
  top: 0;
  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;
}
body main section.basPage .contenu .owl-carousel .owl-next:hover {
  top: 5px;
}
body main section.basPage .contenu .owl-carousel .owl-prev:before {
  content: "";
  display: block;
  background: url(../img/up.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 17px;
}
body main section.basPage .contenu .owl-carousel .owl-next:before {
  content: "";
  display: block;
  background: url(../img/bottom.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 17px;
}
body main section.basPage .contenu .owl-carousel .owl-prev,
body main section.basPage .contenu .owl-carousel .owl-next {
  position: absolute;
}
body main section.basPage .contenu .owl-carousel .owl-prev span,
body main section.basPage .contenu .owl-carousel .owl-next span {
  display: none;
}
body main section.basPage .contenu .owl-carousel .owl-prev:focus,
body main section.basPage .contenu .owl-carousel .owl-next:focus {
  outline: none;
}
body footer .contenu {
  background-color: #b26149;
  padding: 40px 0 30px;
}
body footer .contenu .container {
  max-width: 1230px;
}
body footer .contenu img {
  position: absolute;
  top: -227px;
}
body footer .contenu p {
  margin-bottom: 0;
  color: #fff;
}
body footer .contenu .mobile {
  font-size: 20px;
}
body footer .contenu a {
  color: #fff;
}
body footer .contenu a:hover {
  color: #aeaf8c;
}
body footer .contenu .sociaux {
  margin-left: -3px;
}
body footer .contenu .sociaux a {
  padding: 0 3px;
}
body footer .contenu .sociaux i {
  font-size: 20px;
}
body.page-template-accueil main section.bandeau-entete {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
body.page-template-accueil main section.bandeau-entete .parallax-window {
  min-height: 100%;
  top: 0;
  left: 0;
}
body.page-template-accueil main section.bandeau-entete .overlay {
  background-color: rgba(0,0,0,0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-template-accueil main section.bandeau-entete .contenu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
body.page-template-accueil main section.bandeau-entete .contenu h1 .titre {
  font-family: 'Antic Didone', serif;
  font-size: 50px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.4;
}
body.page-template-accueil main section.bandeau-entete .contenu h1 .soustitre {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  letter-spacing: 8px;
  position: relative;
}
body.page-template-accueil main section.bandeau-entete .contenu h1 .soustitre:before {
  content: "";
  background: url(../img/motif1.png) no-repeat;
  background-size: 100%;
  width: 197px;
  height: 59px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 30px auto 0;
}
body.page-template-accueil main section.bandeau-entete .scroll {
  display: block;
  position: relative;
  z-index: 3;
}
body.page-template-accueil main section.bandeau-entete .scroll:before {
  content: "";
  position: absolute;
  bottom: 70px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 52px;
  height: 28px;
  background: url("../img/down.svg") no-repeat;
  background-size: 100%;
}
body.page-template-accueil main section.presentation .contenu {
  padding: 40px 0;
}
body.page-template-accueil main section.presentation .contenu .container {
  max-width: 1500px;
}
body.page-template-accueil main section.presentation .contenu .content {
  padding: 60px 80px;
  position: relative;
}
body.page-template-accueil main section.presentation .contenu .content .media-fond {
  background-position: center left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 370px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
body.page-template-accueil main section.presentation .contenu .content .bloc {
  background-color: #fff;
  padding: 90px 30px;
  height: 100%;
  text-align: center;
}
body.page-template-accueil main section.presentation .contenu .content .bloc .titre p {
  color: #b4b4b4;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 19px;
  letter-spacing: 4px;
  margin-bottom: 0;
}
body.page-template-accueil main section.presentation .contenu .content .bloc .titre h2 {
  color: #b26149;
  margin-bottom: 0;
}
body.page-template-accueil main section.presentation .contenu .content .bloc .titre h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
}
body.page-template-accueil main section.presentation .contenu .content .bloc .texte p {
  line-height: 2;
}
body.page-template-accueil main section.presentation .contenu .content .bloc .bouton {
  background-color: #9ba565;
  text-align: center;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin: 45px auto 0;
}
body.page-template-accueil main section.presentation .contenu .content .bloc .bouton span {
  position: relative;
  z-index: 1;
  font-size: 16px;
  padding: 15px 40px 13px;
  display: block;
  font-weight: 500;
  color: #fff;
}
body.page-template-accueil main section.presentation .contenu .content .bloc .bouton:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #b26149;
  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;
}
body.page-template-accueil main section.presentation .contenu .content .bloc .bouton:after {
  content: "";
  background-color: #9b9c9e;
  width: 2px;
  height: 35px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin: auto;
}
body.page-template-accueil main section.presentation .contenu .content .bloc .bouton:hover {
  color: #fff;
}
body.page-template-accueil main section.presentation .contenu .content .bloc .bouton:hover:before {
  height: 100%;
}
body.page-template-accueil main section.presentation .contenu .content img {
  width: 100%;
}
body.page-template-accueil main section.caracteristiques {
  background-color: #9ba565;
  padding: 50px;
}
body.page-template-accueil main section.caracteristiques .contenu {
  border: 2px solid #fff;
  padding: 40px 40px 50px;
}
body.page-template-accueil main section.caracteristiques .contenu .container {
  max-width: 990px;
}
body.page-template-accueil main section.caracteristiques .contenu .titre {
  position: relative;
  text-align: center;
  padding-bottom: 15px;
}
body.page-template-accueil main section.caracteristiques .contenu .titre:after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
}
body.page-template-accueil main section.caracteristiques .contenu .titre h2 {
  color: #fff;
  margin-bottom: 3px;
}
body.page-template-accueil main section.caracteristiques .contenu .titre h3 {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
body.page-template-accueil main section.caracteristiques .contenu .bloc {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 50px;
}
body.page-template-accueil main section.caracteristiques .contenu .bloc .item {
  padding: 0 50px;
}
body.page-template-accueil main section.caracteristiques .contenu .bloc .item:first-of-type {
  padding-left: 0;
}
body.page-template-accueil main section.caracteristiques .contenu .bloc .item:last-of-type {
  padding-right: 0;
}
body.page-template-accueil main section.caracteristiques .contenu .bloc .item .texte {
  padding-top: 15px;
}
body.page-template-accueil main section.caracteristiques .contenu .bloc .item .texte p {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 0;
  color: #fff;
}
body.page-template-accueil main section.caracteristiques .contenu .bloc .item .texte p strong {
  font-size: 30px;
}
body.page-template-accueil main section.caracteristiques .contenu .bloc .item i {
  font-size: 80px;
  color: #fff;
}
body.page-template-accueil main section.link {
  margin-top: 40px;
}
body.page-template-accueil main section.link .contenu .container {
  max-width: 100%;
}
body.page-template-accueil main section.link .contenu a {
  display: block;
  overflow: hidden;
  position: relative;
}
body.page-template-accueil main section.link .contenu a:before {
  content: "";
  background-color: rgba(19,19,19,0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  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;
}
body.page-template-accueil main section.link .contenu a:after {
  content: "";
  background-color: rgba(178,97,73,0.7);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  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;
}
body.page-template-accueil main section.link .contenu a:hover .media {
  transform: scale(1.1);
}
body.page-template-accueil main section.link .contenu a:hover:before {
  top: -100%;
}
body.page-template-accueil main section.link .contenu a:hover:after {
  top: 0;
}
body.page-template-accueil main section.link .contenu a p {
  font-family: 'Antic Didone', serif;
  color: #fff;
  font-size: 60px;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  text-align: center;
  z-index: 2;
}
body.page-template-accueil main section.link .contenu a p span {
  display: block;
  font-size: 23px;
  color: #fff;
  width: 360px;
  text-align: right;
  margin: -15px auto 0;
  position: absolute;
  left: 0;
  right: 0;
  max-width: 100%;
}
body.page-template-accueil main section.link .contenu a p span:before {
  content: "";
  width: 110px;
  height: 2px;
  position: absolute;
  right: 190px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
body.page-template-accueil main section.link .contenu .media {
  height: 600px;
  width: 100.2%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  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;
}
body.page-template-accueil main section.temoignages {
  padding: 70px 0 160px;
}
body.page-template-accueil main section.temoignages .contenu .container {
  max-width: 1230px;
}
body.page-template-accueil main section.temoignages .contenu .titre {
  position: relative;
  display: flex;
  align-items: center;
}
body.page-template-accueil main section.temoignages .contenu .titre:before {
  content: "";
  background-color: #333333;
  width: 1px;
  height: 100%;
  position: absolute;
  right: -25px;
  top: 0;
}
body.page-template-accueil main section.temoignages .contenu .titre h2 {
  color: #b26149;
  text-align: center;
}
body.page-template-accueil main section.temoignages .contenu .titre h3 {
  color: #333333;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
body.page-template-accueil main section.temoignages .contenu .owl-carousel {
  width: 590px;
  max-width: 100%;
  margin: auto;
}
body.page-template-accueil main section.temoignages .contenu .owl-carousel .owl-nav {
  position: absolute;
  top: 28px;
  width: 100%;
  z-index: 1;
  right: -30px;
}
body.page-template-accueil main section.temoignages .contenu .owl-carousel .owl-prev {
  right: 0;
  top: -28px;
  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;
}
body.page-template-accueil main section.temoignages .contenu .owl-carousel .owl-prev:hover {
  top: -33px;
}
body.page-template-accueil main section.temoignages .contenu .owl-carousel .owl-next {
  right: 0;
  top: 0;
  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;
}
body.page-template-accueil main section.temoignages .contenu .owl-carousel .owl-next:hover {
  top: 5px;
}
body.page-template-accueil main section.temoignages .contenu .owl-carousel .owl-prev:before {
  content: "";
  display: block;
  background: url(../img/up.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 17px;
}
body.page-template-accueil main section.temoignages .contenu .owl-carousel .owl-next:before {
  content: "";
  display: block;
  background: url(../img/bottom.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 17px;
}
body.page-template-accueil main section.temoignages .contenu .owl-carousel .owl-prev,
body.page-template-accueil main section.temoignages .contenu .owl-carousel .owl-next {
  position: absolute;
}
body.page-template-accueil main section.temoignages .contenu .owl-carousel .owl-prev span,
body.page-template-accueil main section.temoignages .contenu .owl-carousel .owl-next span {
  display: none;
}
body.page-template-accueil main section.temoignages .contenu .owl-carousel .owl-prev:focus,
body.page-template-accueil main section.temoignages .contenu .owl-carousel .owl-next:focus {
  outline: none;
}
body.page-template-accueil main section.temoignages .contenu .item {
  padding: 0 30px;
}
body.page-template-accueil main section.temoignages .contenu .item:before {
  content: "";
  background: url(../img/quote.png) no-repeat;
  background-size: 100%;
  width: 123px;
  height: 83px;
  display: block;
  margin: 0 auto 35px;
}
body.page-template-accueil main section.temoignages .contenu .item .texte {
  font-style: italic;
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 25px;
}
body.page-template-accueil main section.temoignages .contenu .item .nom {
  color: #b26149;
  font-weight: 500;
  text-align: right;
  margin-bottom: 0;
}
body.page-template-domaine main section.histoire .contenu {
  padding: 50px 0;
}
body.page-template-domaine main section.histoire .contenu .container {
  position: relative;
}
body.page-template-domaine main section.histoire .contenu .bloc {
  text-align: center;
  width: 781px;
  max-width: 100%;
  margin: auto;
}
body.page-template-domaine main section.histoire .contenu .bloc h2 {
  color: #b26149;
  margin-bottom: 5px;
}
body.page-template-domaine main section.histoire .contenu .bloc h3 {
  color: #b4b4b4;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
}
body.page-template-domaine main section.histoire .contenu .bloc h4 {
  color: #333333;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 700;
}
body.page-template-domaine main section.histoire .contenu .bloc p {
  text-align: justify;
  text-align-last: center;
  line-height: 2;
  margin-bottom: 30px;
}
body.page-template-domaine main section.histoire .contenu .bloc p.introduction {
  line-height: 1.8;
}
body.page-template-domaine main section.histoire .contenu .photo1 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 600px;
  border: 15px solid #fff;
}
body.page-template-domaine main section.histoire .contenu .photo2 {
  width: 451px;
  position: absolute;
  top: 50px;
  left: -280px;
  z-index: -1;
}
body.page-template-domaine main section.histoire .contenu .photo3 {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 395px;
  height: 575px;
  position: absolute;
  bottom: 90px;
  right: -270px;
  z-index: -1;
}
body.page-template-domaine main section.configuration {
  padding: 50px 0;
}
body.page-template-domaine main section.configuration .contenu {
  position: relative;
}
body.page-template-domaine main section.configuration .contenu .media-fond {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 500px;
  position: absolute;
  bottom: 110px;
  left: 0;
}
body.page-template-domaine main section.configuration .contenu .titre {
  text-align: center;
  margin-bottom: 65px;
}
body.page-template-domaine main section.configuration .contenu .titre h2 {
  color: #b26149;
  margin-bottom: 5px;
}
body.page-template-domaine main section.configuration .contenu .titre h3 {
  color: #b4b4b4;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}
body.page-template-domaine main section.configuration .contenu .titre h4 {
  color: #333333;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
body.page-template-domaine main section.configuration .contenu .nav li {
  width: 50%;
  text-align: center;
  z-index: 1;
}
body.page-template-domaine main section.configuration .contenu .nav li a {
  background-color: #e5e5e5;
  border: 0;
  color: #333333;
  border-radius: 0;
  font-size: 25px;
  padding: 20px;
  position: relative;
}
body.page-template-domaine main section.configuration .contenu .nav li a:after {
  content: "";
  background: url(../img/motif2.png) no-repeat;
  background-size: 100%;
  width: 73px;
  height: 21px;
  position: absolute;
  top: 85%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  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;
}
body.page-template-domaine main section.configuration .contenu .nav li a:hover {
  background-color: #f8f8f8;
}
body.page-template-domaine main section.configuration .contenu .nav li a:hover:after {
  opacity: 1;
}
body.page-template-domaine main section.configuration .contenu .nav li a.active {
  background-color: #f8f8f8;
}
body.page-template-domaine main section.configuration .contenu .nav li a.active:after {
  opacity: 1;
}
body.page-template-domaine main section.configuration .contenu .tab-content {
  position: relative;
  margin-bottom: 330px;
}
body.page-template-domaine main section.configuration .contenu .tab-content .tab-pane {
  background-color: #f8f8f8;
  padding: 70px 100px 140px;
}
body.page-template-domaine main section.configuration .contenu .tab-content .caracteristiques {
  display: flex;
  justify-content: center;
}
body.page-template-domaine main section.configuration .contenu .tab-content .caracteristiques .item {
  width: 20%;
  text-align: center;
}
body.page-template-domaine main section.configuration .contenu .tab-content .caracteristiques .item i {
  font-size: 60px;
  margin-bottom: 10px;
  color: #333333;
}
body.page-template-domaine main section.configuration .contenu .tab-content .caracteristiques .item .texte {
  width: 100px;
  max-width: 100%;
  margin: 10px auto 0;
}
body.page-template-domaine main section.configuration .contenu .tab-content .caracteristiques .item .texte p {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
}
body.page-template-domaine main section.configuration .contenu .tab-content .caracteristiques .item .texte p strong {
  font-size: 18px;
}
body.page-template-domaine main section.configuration .contenu .tab-content .bloc {
  position: relative;
  width: 770px;
  max-width: 100%;
  margin: 25px auto 0;
  padding: 30px 0;
}
body.page-template-domaine main section.configuration .contenu .tab-content .bloc:before {
  content: "";
  background-color: #333333;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
}
body.page-template-domaine main section.configuration .contenu .tab-content .bloc h3 {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
body.page-template-domaine main section.configuration .contenu .tab-content .bloc ul li {
  line-height: 1.5;
}
body.page-template-domaine main section.configuration .contenu .tab-content .galerie {
  width: 770px;
  max-width: 100%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
body.page-template-domaine main section.configuration .contenu .tab-content .galerie .owl-carousel .item .media {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 455px;
  width: 100%;
}
body.page-template-domaine main section.configuration .contenu .tab-content .galerie .owl-carousel .owl-nav {
  position: absolute;
  top: 45px;
  width: 100%;
  z-index: 1;
  right: 25px;
}
body.page-template-domaine main section.configuration .contenu .tab-content .galerie .owl-carousel .owl-prev {
  right: 0;
  top: -28px;
  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;
}
body.page-template-domaine main section.configuration .contenu .tab-content .galerie .owl-carousel .owl-prev:hover {
  top: -33px;
}
body.page-template-domaine main section.configuration .contenu .tab-content .galerie .owl-carousel .owl-next {
  right: 0;
  top: 0;
  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;
}
body.page-template-domaine main section.configuration .contenu .tab-content .galerie .owl-carousel .owl-next:hover {
  top: 5px;
}
body.page-template-domaine main section.configuration .contenu .tab-content .galerie .owl-carousel .owl-prev:before {
  content: "";
  display: block;
  background: url(../img/up.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 17px;
}
body.page-template-domaine main section.configuration .contenu .tab-content .galerie .owl-carousel .owl-next:before {
  content: "";
  display: block;
  background: url(../img/bottom.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 17px;
}
body.page-template-domaine main section.configuration .contenu .tab-content .galerie .owl-carousel .owl-prev,
body.page-template-domaine main section.configuration .contenu .tab-content .galerie .owl-carousel .owl-next {
  position: absolute;
}
body.page-template-domaine main section.configuration .contenu .tab-content .galerie .owl-carousel .owl-prev span,
body.page-template-domaine main section.configuration .contenu .tab-content .galerie .owl-carousel .owl-next span {
  display: none;
}
body.page-template-domaine main section.configuration .contenu .tab-content .galerie .owl-carousel .owl-prev:focus,
body.page-template-domaine main section.configuration .contenu .tab-content .galerie .owl-carousel .owl-next:focus {
  outline: none;
}
body.page-template-domaine main section.exterieurs {
  padding: 20px 0 70px;
}
body.page-template-domaine main section.exterieurs .contenu .titre {
  text-align: center;
  margin-bottom: 65px;
}
body.page-template-domaine main section.exterieurs .contenu .titre h2 {
  color: #b26149;
  margin-bottom: 5px;
}
body.page-template-domaine main section.exterieurs .contenu .titre h3 {
  color: #333333;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
body.page-template-domaine main section.exterieurs .contenu .bloc {
  display: flex;
  justify-content: center;
}
body.page-template-domaine main section.exterieurs .contenu .bloc .item {
  width: 20%;
  text-align: center;
}
body.page-template-domaine main section.exterieurs .contenu .bloc .item i {
  font-size: 70px;
  margin-bottom: 10px;
  color: #9ba565;
}
body.page-template-domaine main section.exterieurs .contenu .bloc .item p {
  margin: 10px auto 0;
}
body.page-template-sejourner main section.hebergements {
  padding: 50px 0;
}
body.page-template-sejourner main section.hebergements .contenu h2 {
  color: #b26149;
  margin-bottom: 5px;
  text-align: center;
}
body.page-template-sejourner main section.hebergements .contenu .titre {
  text-align: center;
  margin-bottom: 40px;
}
body.page-template-sejourner main section.hebergements .contenu .titre h3 {
  color: #b4b4b4;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}
body.page-template-sejourner main section.hebergements .contenu .titre h4 {
  color: #333333;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
body.page-template-sejourner main section.hebergements .contenu .texte {
  width: 770px;
  max-width: 100%;
  margin: auto;
  text-align: center;
}
body.page-template-sejourner main section.hebergements .contenu .texte p {
  line-height: 2;
}
body.page-template-sejourner main section.hebergements .contenu .bouton {
  background-color: #9ba565;
  text-align: center;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  display: table;
  position: relative;
  margin: 20px auto 0;
}
body.page-template-sejourner main section.hebergements .contenu .bouton span {
  position: relative;
  z-index: 1;
  font-size: 16px;
  padding: 15px 100px 13px;
  display: block;
  font-weight: 500;
  color: #fff;
}
body.page-template-sejourner main section.hebergements .contenu .bouton:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #b26149;
  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;
}
body.page-template-sejourner main section.hebergements .contenu .bouton:after {
  content: "";
  background-color: #9b9c9e;
  width: 2px;
  height: 35px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin: auto;
}
body.page-template-sejourner main section.hebergements .contenu .bouton:hover {
  color: #fff;
}
body.page-template-sejourner main section.hebergements .contenu .bouton:hover:before {
  height: 100%;
}
body.page-template-sejourner main section.hebergements .contenu .boiron {
  padding: 20px 0 60px !important;
}
body.page-template-sejourner main section.hebergements .contenu .boiron .media-fond {
  height: 360px !important;
}
body.page-template-sejourner main section.hebergements .contenu .boiron .media-fond:before {
  content: "";
  background-color: #fff;
  width: 800px;
  height: 100%;
  max-width: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a .media {
  height: 340px !important;
}
body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .owl-nav {
  bottom: -40px !important;
}
body.page-template-sejourner main section.hebergements .contenu .couvent,
body.page-template-sejourner main section.hebergements .contenu .boiron {
  position: relative;
  padding: 90px 0;
  margin-bottom: 90px;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .container,
body.page-template-sejourner main section.hebergements .contenu .boiron .container {
  max-width: 1720px;
  padding: 0 30px;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .media-fond,
body.page-template-sejourner main section.hebergements .contenu .boiron .media-fond {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 530px;
  position: absolute;
  bottom: 0;
  left: 0;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .item a,
body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a {
  position: relative;
  display: block;
  overflow: hidden;
  border: 12px solid #fff;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .item a:before,
body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a:before {
  content: "";
  background-color: rgba(19,19,19,0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  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;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .item a:after,
body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a:after {
  content: "";
  background-color: rgba(155,165,101,0.8);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  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;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .item a:hover .media,
body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a:hover .media {
  transform: scale(1.1);
}
body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .item a:hover:before,
body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a:hover:before {
  top: -100%;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .item a:hover:after,
body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a:hover:after {
  top: 0;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .item a .media,
body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a .media {
  width: 100%;
  height: 325px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  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;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .item a .texte-carousel,
body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a .texte-carousel {
  position: absolute;
  top: 10px;
  left: 15px;
  padding-left: 15px;
  z-index: 2;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .item a .texte-carousel:before,
body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a .texte-carousel:before {
  content: "";
  background-color: #fff;
  width: 2px;
  top: 5px;
  bottom: 5px;
  position: absolute;
  left: 0;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .item a .texte-carousel h3,
body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a .texte-carousel h3 {
  font-family: 'Antic Didone', serif;
  font-size: 35px;
  color: #fff;
  margin-bottom: 5px;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .item a .texte-carousel p,
body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a .texte-carousel p {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .owl-nav,
body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .owl-nav {
  display: block !important;
  position: absolute;
  bottom: -100px;
  right: 0;
  left: 0;
  margin: auto;
  width: 505px;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .owl-prev,
body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .owl-prev {
  left: 0;
  width: 227px;
  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;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .owl-prev:hover,
body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .owl-prev:hover {
  left: -10px;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .owl-next,
body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .owl-next {
  right: 0;
  width: 253px;
  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;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .owl-next:hover,
body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .owl-next:hover {
  right: -10px;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .owl-prev:before,
body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .owl-prev:before {
  content: "";
  display: block;
  background: url(../img/chambres-left.png) no-repeat;
  background-size: 100%;
  width: 253px;
  height: 30px;
  margin: 0 auto;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .owl-next:before,
body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .owl-next:before {
  content: "";
  display: block;
  background: url(../img/chambres-right.png) no-repeat;
  background-size: 100%;
  width: 227px;
  height: 30px;
  margin: 0 auto;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .owl-prev,
body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .owl-next,
body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .owl-prev,
body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .owl-next {
  position: absolute;
  height: 100%;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .owl-prev span,
body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .owl-next span,
body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .owl-prev span,
body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .owl-next span {
  display: none;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .owl-prev:focus,
body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .owl-next:focus,
body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .owl-prev:focus,
body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .owl-next:focus {
  outline: none;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .modal,
body.page-template-sejourner main section.hebergements .contenu .boiron .modal {
  text-align: center;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .modal .modal-dialog,
body.page-template-sejourner main section.hebergements .contenu .boiron .modal .modal-dialog {
  text-align: center;
  max-width: 1500px;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .modal .modal-content,
body.page-template-sejourner main section.hebergements .contenu .boiron .modal .modal-content {
  max-width: 1500px;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .modal .modal-body,
body.page-template-sejourner main section.hebergements .contenu .boiron .modal .modal-body {
  padding: 30px;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .modal .close,
body.page-template-sejourner main section.hebergements .contenu .boiron .modal .close {
  position: absolute;
  width: 45px;
  top: -10px;
  right: -24px;
  opacity: 1;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .modal .close:focus,
body.page-template-sejourner main section.hebergements .contenu .boiron .modal .close:focus {
  outline: none;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .modal .close:before,
body.page-template-sejourner main section.hebergements .contenu .boiron .modal .close:before {
  content: "";
  background-color: #b26149;
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  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;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .modal .close:hover:before,
body.page-template-sejourner main section.hebergements .contenu .boiron .modal .close:hover:before {
  background-color: #9ba565;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .modal .close span,
body.page-template-sejourner main section.hebergements .contenu .boiron .modal .close span {
  font-size: 34px;
  line-height: .9;
  position: relative;
  color: #fff;
  font-weight: 400;
}
body.page-template-sejourner main section.hebergements .contenu .couvent .modal .media,
body.page-template-sejourner main section.hebergements .contenu .boiron .modal .media {
  width: 100%;
  height: 350px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.page-template-sejourner main section.activites .contenu {
  position: relative;
  margin-top: 60px;
  padding-top: 190px;
}
body.page-template-sejourner main section.activites .contenu:before {
  content: "";
  background: url(../img/motif3.png) no-repeat;
  background-size: 100%;
  width: 930px;
  height: 81px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
body.page-template-sejourner main section.activites .contenu:after {
  content: "";
  background-color: #f8f8f8;
  width: 100%;
  height: 560px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
body.page-template-sejourner main section.activites .contenu .container {
  max-width: 1170px;
}
body.page-template-sejourner main section.activites .contenu .titre {
  text-align: center;
  margin-bottom: 65px;
}
body.page-template-sejourner main section.activites .contenu .titre h2 {
  color: #b26149;
  margin-bottom: 5px;
  text-align: center;
}
body.page-template-sejourner main section.activites .contenu .titre h3 {
  color: #b4b4b4;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 0;
}
body.page-template-sejourner main section.activites .contenu .titre h4 {
  color: #333333;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
body.page-template-sejourner main section.activites .contenu .bloc {
  margin-bottom: 25px;
}
body.page-template-sejourner main section.activites .contenu .bloc .item {
  text-align: center;
}
body.page-template-sejourner main section.activites .contenu .bloc .item i {
  font-size: 70px;
  color: #9ba565;
  margin-bottom: 10px;
}
body.page-template-sejourner main section.activites .contenu .bloc .item h3 {
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 25px;
  margin-top: 10px;
}
body.page-template-sejourner main section.activites .contenu .bloc .item p {
  text-align: justify;
  text-align-last: center;
  font-size: 14px;
}
body.page-template-sejourner main section.activites .contenu .content .media {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 590px;
}
body.page-template-sejourner main section.activites .contenu .content .icon {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
body.page-template-sejourner main section.activites .contenu .content .icon .item {
  width: 16.66%;
  text-align: center;
}
body.page-template-sejourner main section.activites .contenu .content .icon .item i {
  font-size: 70px;
  color: #b26149;
}
body.page-template-sejourner main section.activites .contenu .content .icon .item p {
  margin-top: 15px;
  margin-bottom: 0;
}
body.page-template-sejourner main section.dombes {
  padding: 50px 0;
}
body.page-template-sejourner main section.dombes .contenu .container {
  max-width: 1170px;
}
body.page-template-sejourner main section.dombes .contenu .titre {
  text-align: center;
  margin-bottom: 50px;
}
body.page-template-sejourner main section.dombes .contenu .titre h2 {
  color: #b26149;
  margin-bottom: 5px;
  text-align: center;
}
body.page-template-sejourner main section.dombes .contenu .titre h3 {
  color: #b4b4b4;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 0;
}
body.page-template-sejourner main section.dombes .contenu .titre h4 {
  color: #333333;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
body.page-template-sejourner main section.dombes .contenu .texte {
  width: 800px;
  max-width: 100%;
  text-align: center;
  margin: auto;
}
body.page-template-sejourner main section.dombes .contenu .texte p {
  line-height: 2;
}
body.page-template-sejourner main section.dombes .contenu .bloc {
  margin-top: 50px;
}
body.page-template-sejourner main section.dombes .contenu .bloc .item i {
  font-size: 70px;
  color: #9ba565;
  text-align: center;
  margin: auto;
  display: block;
}
body.page-template-sejourner main section.dombes .contenu .bloc .item h3 {
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 25px;
  margin-top: 10px;
  text-align: center;
}
body.page-template-sejourner main section.dombes .contenu .bloc .item p {
  text-align: justify;
  font-size: 14px;
}
body.page-template-sejourner main section.dombes .contenu .bloc .item h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
body.page-template-sejourner main section.dombes .contenu .bloc .item ul li {
  font-size: 14px;
}
body.page-template-sejourner main section.dombes .contenu .bouton {
  background-color: #9ba565;
  text-align: center;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  display: table;
  position: relative;
  margin: 60px auto 0;
}
body.page-template-sejourner main section.dombes .contenu .bouton span {
  position: relative;
  z-index: 1;
  font-size: 16px;
  padding: 15px 40px 13px;
  display: block;
  font-weight: 500;
  color: #fff;
}
body.page-template-sejourner main section.dombes .contenu .bouton:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #b26149;
  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;
}
body.page-template-sejourner main section.dombes .contenu .bouton:after {
  content: "";
  background-color: #9b9c9e;
  width: 2px;
  height: 35px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin: auto;
}
body.page-template-sejourner main section.dombes .contenu .bouton:hover {
  color: #fff;
}
body.page-template-sejourner main section.dombes .contenu .bouton:hover:before {
  height: 100%;
}
body.page-template-celebrations main section.espaces {
  padding: 50px 0;
}
body.page-template-celebrations main section.espaces .contenu {
  position: relative;
}
body.page-template-celebrations main section.espaces .contenu .container {
  max-width: 1170px;
}
body.page-template-celebrations main section.espaces .contenu .media-fond {
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 500px;
  position: absolute;
  bottom: 40px;
  left: 0;
}
body.page-template-celebrations main section.espaces .contenu .introduction {
  width: 800px;
  max-width: 100%;
  margin: auto;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 40px;
}
body.page-template-celebrations main section.espaces .contenu .titre {
  text-align: center;
  margin-bottom: 65px;
}
body.page-template-celebrations main section.espaces .contenu .titre h2 {
  color: #b26149;
  margin-bottom: 5px;
}
body.page-template-celebrations main section.espaces .contenu .titre h3 {
  color: #333333;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
body.page-template-celebrations main section.espaces .contenu .nav li {
  width: 20%;
  text-align: center;
  z-index: 1;
  padding: 0 10px;
}
body.page-template-celebrations main section.espaces .contenu .nav li:first-child {
  padding-left: 0;
}
body.page-template-celebrations main section.espaces .contenu .nav li:last-child {
  padding-right: 0;
}
body.page-template-celebrations main section.espaces .contenu .nav li a {
  background-color: #e5e5e5;
  border: 0;
  color: #333333;
  border-radius: 0;
  font-size: 20px;
  padding: 15px;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-template-celebrations main section.espaces .contenu .nav li a:after {
  content: "";
  background: url(../img/motif2.png) no-repeat;
  background-size: 100%;
  width: 73px;
  height: 21px;
  position: absolute;
  top: 85%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  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;
}
body.page-template-celebrations main section.espaces .contenu .nav li a:hover {
  background-color: #f8f8f8;
}
body.page-template-celebrations main section.espaces .contenu .nav li a:hover:after {
  opacity: 1;
}
body.page-template-celebrations main section.espaces .contenu .nav li a.active {
  background-color: #f8f8f8;
}
body.page-template-celebrations main section.espaces .contenu .nav li a.active:after {
  opacity: 1;
}
body.page-template-celebrations main section.espaces .contenu .tab-content {
  position: relative;
  margin-bottom: 105px;
}
body.page-template-celebrations main section.espaces .contenu .tab-content .tab-pane {
  background-color: #f8f8f8;
  padding: 50px 100px 350px;
}
body.page-template-celebrations main section.espaces .contenu .tab-content .bloc {
  position: relative;
  width: 770px;
  max-width: 100%;
  margin: auto;
}
body.page-template-celebrations main section.espaces .contenu .tab-content .bloc .titre {
  margin-bottom: 45px;
}
body.page-template-celebrations main section.espaces .contenu .tab-content .bloc h3 {
  font-family: 'Antic Didone', serif;
  text-align: center;
  font-size: 27px;
  color: #333333;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 10px;
}
body.page-template-celebrations main section.espaces .contenu .tab-content .bloc p {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
body.page-template-celebrations main section.espaces .contenu .tab-content .bloc ul {
  text-align: center;
  margin-bottom: 30px;
}
body.page-template-celebrations main section.espaces .contenu .tab-content .bloc ul li {
  font-weight: 700;
  font-size: 16px;
  color: #b26149;
  text-transform: uppercase;
  line-height: 1.6;
}
body.page-template-celebrations main section.espaces .contenu .tab-content .galerie {
  width: 770px;
  max-width: 100%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
body.page-template-celebrations main section.espaces .contenu .tab-content .galerie .owl-carousel .item .media {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 455px;
  width: 100%;
}
body.page-template-celebrations main section.espaces .contenu .tab-content .galerie .owl-carousel .owl-nav {
  position: absolute;
  top: 45px;
  width: 100%;
  z-index: 1;
  right: 25px;
}
body.page-template-celebrations main section.espaces .contenu .tab-content .galerie .owl-carousel .owl-prev {
  right: 0;
  top: -28px;
  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;
}
body.page-template-celebrations main section.espaces .contenu .tab-content .galerie .owl-carousel .owl-prev:hover {
  top: -33px;
}
body.page-template-celebrations main section.espaces .contenu .tab-content .galerie .owl-carousel .owl-next {
  right: 0;
  top: 0;
  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;
}
body.page-template-celebrations main section.espaces .contenu .tab-content .galerie .owl-carousel .owl-next:hover {
  top: 5px;
}
body.page-template-celebrations main section.espaces .contenu .tab-content .galerie .owl-carousel .owl-prev:before {
  content: "";
  display: block;
  background: url(../img/up.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 17px;
}
body.page-template-celebrations main section.espaces .contenu .tab-content .galerie .owl-carousel .owl-next:before {
  content: "";
  display: block;
  background: url(../img/bottom.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 17px;
}
body.page-template-celebrations main section.espaces .contenu .tab-content .galerie .owl-carousel .owl-prev,
body.page-template-celebrations main section.espaces .contenu .tab-content .galerie .owl-carousel .owl-next {
  position: absolute;
}
body.page-template-celebrations main section.espaces .contenu .tab-content .galerie .owl-carousel .owl-prev span,
body.page-template-celebrations main section.espaces .contenu .tab-content .galerie .owl-carousel .owl-next span {
  display: none;
}
body.page-template-celebrations main section.espaces .contenu .tab-content .galerie .owl-carousel .owl-prev:focus,
body.page-template-celebrations main section.espaces .contenu .tab-content .galerie .owl-carousel .owl-next:focus {
  outline: none;
}
body.page-template-celebrations main section.renseignements {
  padding: 40px 0 50px;
}
body.page-template-celebrations main section.renseignements .contenu .container {
  max-width: 1170px;
}
body.page-template-celebrations main section.renseignements .contenu .content >.row {
  position: relative;
}
body.page-template-celebrations main section.renseignements .contenu .content >.row:nth-of-type(2n) {
  flex-direction: row-reverse;
}
body.page-template-celebrations main section.renseignements .contenu .content >.row:nth-of-type(2n) .bloc {
  background-color: #f5e2c7;
}
body.page-template-celebrations main section.renseignements .contenu .content >.row:nth-of-type(2n) .media {
  right: -70px;
  left: auto;
}
body.page-template-celebrations main section.renseignements .contenu .content >.row .bloc {
  background-color: #f8f1e6;
  padding: 60px 100px;
  margin: 60px 0;
}
body.page-template-celebrations main section.renseignements .contenu .content >.row .bloc .titre {
  margin-bottom: 40px;
}
body.page-template-celebrations main section.renseignements .contenu .content >.row .bloc .titre h2 {
  color: #b26149;
  margin-bottom: 0;
}
body.page-template-celebrations main section.renseignements .contenu .content >.row .bloc .titre h3 {
  color: #333333;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
body.page-template-celebrations main section.renseignements .contenu .content >.row .bloc .texte p {
  line-height: 1.7;
}
body.page-template-celebrations main section.renseignements .contenu .content >.row .media {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 850px;
  height: 100%;
  position: absolute;
  left: -70px;
  z-index: -1;
}
body.page-template-celebrations main section.mariages {
  padding: 20px 0 50px;
}
body.page-template-celebrations main section.mariages .contenu .container {
  max-width: 1170px;
}
body.page-template-celebrations main section.mariages .contenu .titre {
  text-align: center;
  width: 830px;
  max-width: 100%;
  margin: 0 auto 30px;
}
body.page-template-celebrations main section.mariages .contenu .titre h2 {
  color: #b26149;
  margin-bottom: 5px;
  text-align: center;
}
body.page-template-celebrations main section.mariages .contenu .titre h3 {
  color: #b4b4b4;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}
body.page-template-celebrations main section.mariages .contenu .titre h4 {
  color: #333333;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
body.page-template-celebrations main section.mariages .contenu .texte {
  text-align: center;
  width: 830px;
  max-width: 100%;
  margin: 0 auto;
}
body.page-template-celebrations main section.mariages .contenu .texte p {
  line-height: 1.7;
}
body.page-template-celebrations main section.mariages .contenu .bouton {
  background-color: #9ba565;
  text-align: center;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  display: table;
  position: relative;
  margin: 45px auto 0;
}
body.page-template-celebrations main section.mariages .contenu .bouton span {
  position: relative;
  z-index: 1;
  font-size: 16px;
  padding: 15px 40px 13px;
  display: block;
  font-weight: 500;
  color: #fff;
}
body.page-template-celebrations main section.mariages .contenu .bouton:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #b26149;
  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;
}
body.page-template-celebrations main section.mariages .contenu .bouton:after {
  content: "";
  background-color: #9b9c9e;
  width: 2px;
  height: 35px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin: auto;
}
body.page-template-celebrations main section.mariages .contenu .bouton:hover {
  color: #fff;
}
body.page-template-celebrations main section.mariages .contenu .bouton:hover:before {
  height: 100%;
}
body.page-template-celebrations main section.mariages .contenu .modal .modal-dialog {
  text-align: center;
  max-width: 1170px;
}
body.page-template-celebrations main section.mariages .contenu .modal .modal-content {
  max-width: 1170px;
}
body.page-template-celebrations main section.mariages .contenu .modal .modal-body {
  padding: 70px 80px;
}
body.page-template-celebrations main section.mariages .contenu .modal .modal-body p {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 40px;
}
body.page-template-celebrations main section.mariages .contenu .modal .modal-body p strong {
  font-size: 21px;
  display: block;
  font-weight: 700;
}
body.page-template-celebrations main section.mariages .contenu .modal .close {
  position: absolute;
  width: 45px;
  top: 25px;
  right: 25px;
  opacity: 1;
}
body.page-template-celebrations main section.mariages .contenu .modal .close:focus {
  outline: none;
}
body.page-template-celebrations main section.mariages .contenu .modal .close:hover span {
  color: #9ba565;
}
body.page-template-celebrations main section.mariages .contenu .modal .close span {
  font-size: 34px;
  line-height: .9;
  position: relative;
  color: #333333;
  font-weight: 400;
  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;
}
body.page-template-celebrations main section.mariages .contenu .modal form .nf-form-fields-required {
  display: none;
}
body.page-template-celebrations main section.mariages .contenu .modal form .nf-field-container {
  margin-bottom: 15px;
}
body.page-template-celebrations main section.mariages .contenu .modal form input {
  border: 1px solid #333333;
  background-color: #fff;
}
body.page-template-celebrations main section.mariages .contenu .modal form input::placeholder {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}
body.page-template-celebrations main section.mariages .contenu .modal form #nf-field-21-container {
  margin-bottom: 0;
}
body.page-template-celebrations main section.mariages .contenu .modal form #nf-label-field-21 {
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  margin: 30px auto 0;
}
body.page-template-celebrations main section.mariages .contenu .modal form .checkbox-wrap .nf-field-label label:after {
  border: 0 !important;
  background-color: #f5f6f6 !important;
}
body.page-template-celebrations main section.mariages .contenu .modal form .checkbox-wrap .nf-field-label label.nf-checked-label:before {
  color: #9ba565;
}
body.page-template-celebrations main section.mariages .contenu .modal form .ninja-forms-req-symbol {
  display: none;
}
body.page-template-celebrations main section.mariages .contenu .modal form #nf-field-19 {
  background-color: #9ba565;
  color: #fff;
  border: 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  padding: 15px 50px 13px;
  cursor: pointer;
  display: table;
  margin: auto;
  position: relative;
  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;
}
body.page-template-celebrations main section.mariages .contenu .modal form #nf-field-19:hover {
  background-color: #b26149;
}
body.page-template-celebrations main section.mariages .contenu .modal form #nf-field-19:focus {
  outline: none;
}
body.page-template-celebrations main section.mariages .contenu .visuel {
  position: relative;
  margin-top: 30px;
}
body.page-template-celebrations main section.mariages .contenu .visuel:before {
  content: "";
  background-color: #c68c70;
  position: absolute;
  left: -40px;
  top: 40px;
  width: 100%;
  height: 590px;
  z-index: -1;
}
body.page-template-celebrations main section.mariages .contenu .visuel .media {
  width: 100%;
  height: 590px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.page-template-celebrations main section.anniversaires {
  padding: 100px 0 50px;
}
body.page-template-celebrations main section.anniversaires .contenu .container {
  max-width: 1170px;
}
body.page-template-celebrations main section.anniversaires .contenu .titre {
  margin: 0 auto 50px;
}
body.page-template-celebrations main section.anniversaires .contenu .titre h2 {
  color: #b26149;
  margin-bottom: 15px;
  line-height: 1;
}
body.page-template-celebrations main section.anniversaires .contenu .titre h3 {
  color: #b4b4b4;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}
body.page-template-celebrations main section.anniversaires .contenu .titre h4 {
  color: #333333;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
body.page-template-celebrations main section.anniversaires .contenu .texte {
  margin: 0 auto;
}
body.page-template-celebrations main section.anniversaires .contenu .texte p {
  line-height: 2;
}
body.page-template-celebrations main section.anniversaires .contenu .bouton {
  background-color: #9ba565;
  text-align: center;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin: 45px 0 0;
}
body.page-template-celebrations main section.anniversaires .contenu .bouton span {
  position: relative;
  z-index: 1;
  font-size: 16px;
  padding: 15px 60px 13px;
  display: block;
  font-weight: 500;
  color: #fff;
}
body.page-template-celebrations main section.anniversaires .contenu .bouton:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #b26149;
  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;
}
body.page-template-celebrations main section.anniversaires .contenu .bouton:after {
  content: "";
  background-color: #9b9c9e;
  width: 2px;
  height: 35px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin: auto;
}
body.page-template-celebrations main section.anniversaires .contenu .bouton:hover {
  color: #fff;
}
body.page-template-celebrations main section.anniversaires .contenu .bouton:hover:before {
  height: 100%;
}
body.page-template-celebrations main section.anniversaires .contenu .visuel {
  position: relative;
  padding-left: 70px;
}
body.page-template-celebrations main section.anniversaires .contenu .visuel:before {
  content: "";
  background-color: #9ba565;
  position: absolute;
  left: 95px;
  top: 25px;
  width: 600px;
  height: 100%;
  z-index: -1;
}
body.page-template-celebrations main section.anniversaires .contenu .visuel .media {
  position: absolute;
  width: 600px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.page-template-celebrations main section.temoignages {
  padding: 70px 0;
}
body.page-template-celebrations main section.temoignages .contenu .container {
  max-width: 1230px;
}
body.page-template-celebrations main section.temoignages .contenu .titre {
  position: relative;
  display: flex;
  align-items: center;
}
body.page-template-celebrations main section.temoignages .contenu .titre:before {
  content: "";
  background-color: #333333;
  width: 1px;
  height: 100%;
  position: absolute;
  right: -25px;
  top: 0;
}
body.page-template-celebrations main section.temoignages .contenu .titre h2 {
  color: #b26149;
  text-align: center;
}
body.page-template-celebrations main section.temoignages .contenu .titre h3 {
  color: #333333;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
body.page-template-celebrations main section.temoignages .contenu .owl-carousel {
  width: 590px;
  max-width: 100%;
  margin: auto;
}
body.page-template-celebrations main section.temoignages .contenu .owl-carousel .owl-nav {
  position: absolute;
  top: 28px;
  width: 100%;
  z-index: 1;
  right: -30px;
}
body.page-template-celebrations main section.temoignages .contenu .owl-carousel .owl-prev {
  right: 0;
  top: -28px;
  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;
}
body.page-template-celebrations main section.temoignages .contenu .owl-carousel .owl-prev:hover {
  top: -33px;
}
body.page-template-celebrations main section.temoignages .contenu .owl-carousel .owl-next {
  right: 0;
  top: 0;
  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;
}
body.page-template-celebrations main section.temoignages .contenu .owl-carousel .owl-next:hover {
  top: 5px;
}
body.page-template-celebrations main section.temoignages .contenu .owl-carousel .owl-prev:before {
  content: "";
  display: block;
  background: url(../img/up.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 17px;
}
body.page-template-celebrations main section.temoignages .contenu .owl-carousel .owl-next:before {
  content: "";
  display: block;
  background: url(../img/bottom.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 17px;
}
body.page-template-celebrations main section.temoignages .contenu .owl-carousel .owl-prev,
body.page-template-celebrations main section.temoignages .contenu .owl-carousel .owl-next {
  position: absolute;
}
body.page-template-celebrations main section.temoignages .contenu .owl-carousel .owl-prev span,
body.page-template-celebrations main section.temoignages .contenu .owl-carousel .owl-next span {
  display: none;
}
body.page-template-celebrations main section.temoignages .contenu .owl-carousel .owl-prev:focus,
body.page-template-celebrations main section.temoignages .contenu .owl-carousel .owl-next:focus {
  outline: none;
}
body.page-template-celebrations main section.temoignages .contenu .item {
  padding: 0 30px;
}
body.page-template-celebrations main section.temoignages .contenu .item:before {
  content: "";
  background: url(../img/quote.png) no-repeat;
  background-size: 100%;
  width: 123px;
  height: 83px;
  display: block;
  margin: 0 auto 35px;
}
body.page-template-celebrations main section.temoignages .contenu .item .texte {
  font-style: italic;
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 25px;
}
body.page-template-celebrations main section.temoignages .contenu .item .nom {
  color: #b26149;
  font-weight: 500;
  text-align: right;
  margin-bottom: 0;
}
body.page-template-professionnels main section.evenements {
  padding: 50px 0 0;
}
body.page-template-professionnels main section.evenements .contenu .titre {
  text-align: center;
  margin: 0 auto 30px;
  width: 800px;
  max-width: 100%;
}
body.page-template-professionnels main section.evenements .contenu .titre h2 {
  color: #b26149;
  margin-bottom: 5px;
  text-align: center;
}
body.page-template-professionnels main section.evenements .contenu .titre h3 {
  color: #b4b4b4;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}
body.page-template-professionnels main section.evenements .contenu .titre h4 {
  color: #333333;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
body.page-template-professionnels main section.evenements .contenu .texte {
  text-align: justify;
  text-align-last: center;
  line-height: 2;
  width: 800px;
  max-width: 100%;
  margin: auto;
}
body.page-template-professionnels main section.evenements .contenu .groupe-bouton {
  display: flex;
  align-items: center;
  width: 970px;
  max-width: 100%;
  margin: 50px auto 0;
}
body.page-template-professionnels main section.evenements .contenu .groupe-bouton .bouton {
  background-color: #9ba565;
  text-align: center;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  width: 50%;
  margin: 25px;
}
body.page-template-professionnels main section.evenements .contenu .groupe-bouton .bouton:first-of-type {
  margin-left: 0;
}
body.page-template-professionnels main section.evenements .contenu .groupe-bouton .bouton:nth-of-type(2) {
  margin-right: 0;
}
body.page-template-professionnels main section.evenements .contenu .groupe-bouton .bouton span {
  position: relative;
  z-index: 1;
  font-size: 16px;
  padding: 15px 60px 13px;
  display: block;
  font-weight: 500;
  color: #fff;
}
body.page-template-professionnels main section.evenements .contenu .groupe-bouton .bouton:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #b26149;
  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;
}
body.page-template-professionnels main section.evenements .contenu .groupe-bouton .bouton:after {
  content: "";
  background-color: #9b9c9e;
  width: 2px;
  height: 35px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin: auto;
}
body.page-template-professionnels main section.evenements .contenu .groupe-bouton .bouton:hover {
  color: #fff;
}
body.page-template-professionnels main section.evenements .contenu .groupe-bouton .bouton:hover:before {
  height: 100%;
}
body.page-template-professionnels main section.evenements .contenu .seminaires .modal-dialog {
  text-align: center;
  max-width: 1170px;
}
body.page-template-professionnels main section.evenements .contenu .seminaires .modal-content {
  max-width: 1170px;
}
body.page-template-professionnels main section.evenements .contenu .seminaires .modal-body {
  padding: 70px 80px;
}
body.page-template-professionnels main section.evenements .contenu .seminaires .modal-body p {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 40px;
}
body.page-template-professionnels main section.evenements .contenu .seminaires .modal-body p strong {
  font-size: 21px;
  display: block;
  font-weight: 700;
}
body.page-template-professionnels main section.evenements .contenu .seminaires .close {
  position: absolute;
  width: 45px;
  top: 25px;
  right: 25px;
  opacity: 1;
}
body.page-template-professionnels main section.evenements .contenu .seminaires .close:focus {
  outline: none;
}
body.page-template-professionnels main section.evenements .contenu .seminaires .close:hover span {
  color: #9ba565;
}
body.page-template-professionnels main section.evenements .contenu .seminaires .close span {
  font-size: 34px;
  line-height: .9;
  position: relative;
  color: #333333;
  font-weight: 400;
  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;
}
body.page-template-professionnels main section.evenements .contenu .seminaires form .nf-form-fields-required {
  display: none;
}
body.page-template-professionnels main section.evenements .contenu .seminaires form .nf-field-container {
  margin-bottom: 15px;
}
body.page-template-professionnels main section.evenements .contenu .seminaires form input {
  border: 1px solid #333333;
  background-color: #fff;
}
body.page-template-professionnels main section.evenements .contenu .seminaires form input::placeholder {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}
body.page-template-professionnels main section.evenements .contenu .seminaires form #nf-field-25-container {
  margin-bottom: 0;
}
body.page-template-professionnels main section.evenements .contenu .seminaires form #nf-label-field-25 {
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  margin: 30px auto 0;
}
body.page-template-professionnels main section.evenements .contenu .seminaires form .checkbox-wrap .nf-field-label label:after {
  border: 0 !important;
  background-color: #f5f6f6 !important;
}
body.page-template-professionnels main section.evenements .contenu .seminaires form .checkbox-wrap .nf-field-label label.nf-checked-label:before {
  color: #9ba565;
}
body.page-template-professionnels main section.evenements .contenu .seminaires form .ninja-forms-req-symbol {
  display: none;
}
body.page-template-professionnels main section.evenements .contenu .seminaires form #nf-field-24 {
  background-color: #9ba565;
  color: #fff;
  border: 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  padding: 15px 50px 13px;
  cursor: pointer;
  display: table;
  margin: auto;
  position: relative;
  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;
}
body.page-template-professionnels main section.evenements .contenu .seminaires form #nf-field-24:hover {
  background-color: #b26149;
}
body.page-template-professionnels main section.evenements .contenu .seminaires form #nf-field-24:focus {
  outline: none;
}
body.page-template-professionnels main section.evenements .contenu .devis .modal-body {
  padding: 50px 20px 40px;
}
body.page-template-professionnels main section.evenements .contenu .devis .close {
  position: absolute;
  width: 45px;
  top: 15px;
  right: 15px;
  opacity: 1;
}
body.page-template-professionnels main section.evenements .contenu .devis .close:focus {
  outline: none;
}
body.page-template-professionnels main section.evenements .contenu .devis .close:hover span {
  color: #9ba565;
}
body.page-template-professionnels main section.evenements .contenu .devis .close span {
  font-size: 34px;
  line-height: .9;
  position: relative;
  color: #333333;
  font-weight: 400;
  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;
}
body.page-template-professionnels main section.evenements .contenu .devis form .nf-form-fields-required {
  display: none;
}
body.page-template-professionnels main section.evenements .contenu .devis form .nf-field-container {
  margin-bottom: 15px;
}
body.page-template-professionnels main section.evenements .contenu .devis form input,
body.page-template-professionnels main section.evenements .contenu .devis form textarea {
  border: 0;
  background-color: #f5f6f6;
}
body.page-template-professionnels main section.evenements .contenu .devis form #nf-label-field-14 {
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
}
body.page-template-professionnels main section.evenements .contenu .devis form .checkbox-wrap .nf-field-label label:after {
  border: 0 !important;
  background-color: #f5f6f6 !important;
}
body.page-template-professionnels main section.evenements .contenu .devis form .checkbox-wrap .nf-field-label label.nf-checked-label:before {
  color: #9ba565;
}
body.page-template-professionnels main section.evenements .contenu .devis form .ninja-forms-req-symbol {
  display: none;
}
body.page-template-professionnels main section.evenements .contenu .devis form #nf-field-11-wrap {
  position: relative;
  margin-top: 40px;
}
body.page-template-professionnels main section.evenements .contenu .devis form #nf-field-11-wrap:after {
  content: "";
  background-color: #9b9c9e;
  width: 2px;
  height: 35px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin: auto;
}
body.page-template-professionnels main section.evenements .contenu .devis form #nf-field-11 {
  background-color: #9ba565;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  padding: 15px 50px 13px;
  cursor: pointer;
  display: table;
  margin: auto;
  position: relative;
  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;
}
body.page-template-professionnels main section.evenements .contenu .devis form #nf-field-11:hover {
  background-color: #b26149;
}
body.page-template-professionnels main section.evenements .contenu .devis form #nf-field-11:focus {
  outline: none;
}
body.page-template-professionnels main section.salles {
  padding: 50px 0;
}
body.page-template-professionnels main section.salles .contenu {
  position: relative;
}
body.page-template-professionnels main section.salles .contenu .container {
  max-width: 1170px;
}
body.page-template-professionnels main section.salles .contenu .media-fond {
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 500px;
  position: absolute;
  bottom: 40px;
  left: 0;
}
body.page-template-professionnels main section.salles .contenu .introduction {
  width: 800px;
  max-width: 100%;
  margin: auto;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 40px;
}
body.page-template-professionnels main section.salles .contenu .titre {
  text-align: center;
  margin-bottom: 65px;
}
body.page-template-professionnels main section.salles .contenu .titre h2 {
  color: #b26149;
  margin-bottom: 5px;
}
body.page-template-professionnels main section.salles .contenu .titre h3 {
  color: #333333;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
body.page-template-professionnels main section.salles .contenu .nav li {
  width: 33.33%;
  text-align: center;
  z-index: 1;
  padding: 0 10px;
}
body.page-template-professionnels main section.salles .contenu .nav li:nth-child(3n+1) {
  padding-left: 0;
}
body.page-template-professionnels main section.salles .contenu .nav li:nth-child(1),
body.page-template-professionnels main section.salles .contenu .nav li:nth-child(2),
body.page-template-professionnels main section.salles .contenu .nav li:nth-child(3) {
  margin-bottom: 1rem;
}
body.page-template-professionnels main section.salles .contenu .nav li:nth-child(3n+3) {
  padding-right: 0;
}
body.page-template-professionnels main section.salles .contenu .nav li a {
  background-color: #e5e5e5;
  border: 0;
  color: #333333;
  border-radius: 0;
  font-size: 20px;
  padding: 15px;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-template-professionnels main section.salles .contenu .nav li a:after {
  content: "";
  background: url(../img/motif2.png) no-repeat;
  background-size: 100%;
  width: 73px;
  height: 21px;
  position: absolute;
  top: 85%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  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;
}
body.page-template-professionnels main section.salles .contenu .nav li a:hover {
  background-color: #f8f8f8;
}
body.page-template-professionnels main section.salles .contenu .nav li a:hover:after {
  opacity: 1;
}
body.page-template-professionnels main section.salles .contenu .nav li a.active {
  background-color: #f8f8f8;
}
body.page-template-professionnels main section.salles .contenu .nav li a.active:after {
  opacity: 1;
}
body.page-template-professionnels main section.salles .contenu .tab-content {
  position: relative;
  margin-bottom: 105px;
}
body.page-template-professionnels main section.salles .contenu .tab-content .tab-pane {
  background-color: #f8f8f8;
  padding: 90px 100px 350px;
}
body.page-template-professionnels main section.salles .contenu .tab-content .bloc {
  position: relative;
  width: 800px;
  max-width: 100%;
  margin: auto;
  align-items: flex-end;
}
body.page-template-professionnels main section.salles .contenu .tab-content .bloc .titre-tab p {
  margin-bottom: 3px;
}
body.page-template-professionnels main section.salles .contenu .tab-content .bloc .titre-tab p strong {
  text-transform: uppercase;
  color: #b26149;
  font-weight: 700;
}
body.page-template-professionnels main section.salles .contenu .tab-content .bloc .titre-tab h3 {
  font-family: 'Antic Didone', serif;
  font-size: 25px;
  color: #333333;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 8px;
}
body.page-template-professionnels main section.salles .contenu .tab-content .bloc .titre-tab h4 {
  font-size: 16px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
body.page-template-professionnels main section.salles .contenu .tab-content .bloc .icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
body.page-template-professionnels main section.salles .contenu .tab-content .bloc .icon i {
  font-size: 60px;
  padding-right: 15px;
}
body.page-template-professionnels main section.salles .contenu .tab-content .bloc .icon p {
  font-weight: 700;
  margin-bottom: 0;
}
body.page-template-professionnels main section.salles .contenu .tab-content .bloc .icon p strong {
  font-weight: 700;
}
body.page-template-professionnels main section.salles .contenu .tab-content .bloc .icon ul li {
  font-size: 16px;
}
body.page-template-professionnels main section.salles .contenu .tab-content .caracteristiques {
  width: 800px;
  max-width: 100%;
  margin: 20px auto 10px;
  padding-top: 30px;
  position: relative;
}
body.page-template-professionnels main section.salles .contenu .tab-content .caracteristiques:before {
  content: "";
  background-color: #333333;
  height: 1px;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
}
body.page-template-professionnels main section.salles .contenu .tab-content .caracteristiques .content:nth-of-type(2n) .icon {
  padding-left: 100px;
}
body.page-template-professionnels main section.salles .contenu .tab-content .caracteristiques .icon {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
body.page-template-professionnels main section.salles .contenu .tab-content .caracteristiques .icon i {
  font-size: 60px;
  padding-right: 15px;
}
body.page-template-professionnels main section.salles .contenu .tab-content .caracteristiques .icon img {
  max-width: 80px;
  max-height: 80px;
  width: 100%;
  height: 100%;
  margin-right: 1rem;
}
body.page-template-professionnels main section.salles .contenu .tab-content .caracteristiques .icon p {
  font-weight: 700;
  margin-bottom: 0;
}
body.page-template-professionnels main section.salles .contenu .tab-content .caracteristiques .icon p strong {
  font-weight: 700;
}
body.page-template-professionnels main section.salles .contenu .tab-content .galerie {
  width: 770px;
  max-width: 100%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
body.page-template-professionnels main section.salles .contenu .tab-content .galerie .owl-carousel .item .media {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 455px;
  width: 100%;
}
body.page-template-professionnels main section.salles .contenu .tab-content .galerie .owl-carousel .owl-nav {
  position: absolute;
  top: 45px;
  width: 100%;
  z-index: 1;
  right: 25px;
}
body.page-template-professionnels main section.salles .contenu .tab-content .galerie .owl-carousel .owl-prev {
  right: 0;
  top: -28px;
  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;
}
body.page-template-professionnels main section.salles .contenu .tab-content .galerie .owl-carousel .owl-prev:hover {
  top: -33px;
}
body.page-template-professionnels main section.salles .contenu .tab-content .galerie .owl-carousel .owl-next {
  right: 0;
  top: 0;
  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;
}
body.page-template-professionnels main section.salles .contenu .tab-content .galerie .owl-carousel .owl-next:hover {
  top: 5px;
}
body.page-template-professionnels main section.salles .contenu .tab-content .galerie .owl-carousel .owl-prev:before {
  content: "";
  display: block;
  background: url(../img/up.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 17px;
}
body.page-template-professionnels main section.salles .contenu .tab-content .galerie .owl-carousel .owl-next:before {
  content: "";
  display: block;
  background: url(../img/bottom.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 17px;
}
body.page-template-professionnels main section.salles .contenu .tab-content .galerie .owl-carousel .owl-prev,
body.page-template-professionnels main section.salles .contenu .tab-content .galerie .owl-carousel .owl-next {
  position: absolute;
}
body.page-template-professionnels main section.salles .contenu .tab-content .galerie .owl-carousel .owl-prev span,
body.page-template-professionnels main section.salles .contenu .tab-content .galerie .owl-carousel .owl-next span {
  display: none;
}
body.page-template-professionnels main section.salles .contenu .tab-content .galerie .owl-carousel .owl-prev:focus,
body.page-template-professionnels main section.salles .contenu .tab-content .galerie .owl-carousel .owl-next:focus {
  outline: none;
}
body.page-template-professionnels main section.renseignements {
  padding: 40px 0 50px;
}
body.page-template-professionnels main section.renseignements .contenu .container {
  max-width: 1170px;
}
body.page-template-professionnels main section.renseignements .contenu .content >.row {
  position: relative;
}
body.page-template-professionnels main section.renseignements .contenu .content >.row:nth-of-type(2n) {
  flex-direction: row-reverse;
}
body.page-template-professionnels main section.renseignements .contenu .content >.row:nth-of-type(2n) .bloc {
  background-color: #f8f1e6;
}
body.page-template-professionnels main section.renseignements .contenu .content >.row:nth-of-type(2n) .media {
  left: -70px;
  right: auto;
}
body.page-template-professionnels main section.renseignements .contenu .content >.row .bloc {
  background-color: #f5e2c7;
  padding: 60px 100px;
  margin: 60px 0;
  position: relative;
}
body.page-template-professionnels main section.renseignements .contenu .content >.row .bloc .titre {
  margin-bottom: 40px;
}
body.page-template-professionnels main section.renseignements .contenu .content >.row .bloc .titre h2 {
  color: #b26149;
  margin-bottom: 0;
}
body.page-template-professionnels main section.renseignements .contenu .content >.row .bloc .titre h3 {
  color: #333333;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
body.page-template-professionnels main section.renseignements .contenu .content >.row .bloc .texte p {
  line-height: 1.7;
}
body.page-template-professionnels main section.renseignements .contenu .content >.row .bloc .bouton {
  background-color: #9ba565;
  text-align: center;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  margin: 0;
  top: 100%;
  transform: translateY(-50%);
}
body.page-template-professionnels main section.renseignements .contenu .content >.row .bloc .bouton span {
  position: relative;
  z-index: 1;
  font-size: 16px;
  padding: 15px 60px 13px;
  display: block;
  font-weight: 500;
  color: #fff;
}
body.page-template-professionnels main section.renseignements .contenu .content >.row .bloc .bouton:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #b26149;
  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;
}
body.page-template-professionnels main section.renseignements .contenu .content >.row .bloc .bouton:after {
  content: "";
  background-color: #9b9c9e;
  width: 2px;
  height: 35px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin: auto;
}
body.page-template-professionnels main section.renseignements .contenu .content >.row .bloc .bouton:hover {
  color: #fff;
}
body.page-template-professionnels main section.renseignements .contenu .content >.row .bloc .bouton:hover:before {
  height: 100%;
}
body.page-template-professionnels main section.renseignements .contenu .content >.row .media {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 850px;
  height: 100%;
  position: absolute;
  right: -70px;
  z-index: -1;
}
body.page-template-professionnels main section.tournages {
  padding: 120px 0;
  position: relative;
  background-size: 520px;
  background-position: 12%;
  background-repeat: no-repeat;
}
body.page-template-professionnels main section.tournages .contenu .container {
  max-width: 1350px;
}
body.page-template-professionnels main section.tournages .contenu .bloc {
  background-color: #fff;
  padding: 60px 90px;
}
body.page-template-professionnels main section.tournages .contenu .bloc .titre {
  margin: 0 auto 50px;
}
body.page-template-professionnels main section.tournages .contenu .bloc .titre h2 {
  color: #b26149;
  margin-bottom: 15px;
  line-height: 1;
}
body.page-template-professionnels main section.tournages .contenu .bloc .titre h3 {
  color: #b4b4b4;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}
body.page-template-professionnels main section.tournages .contenu .bloc .titre h4 {
  color: #333333;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
body.page-template-professionnels main section.tournages .contenu .bloc .texte {
  margin: 0 auto;
}
body.page-template-professionnels main section.tournages .contenu .bloc .texte p {
  line-height: 2;
}
body.page-template-professionnels main section.tournages .contenu .bloc .bouton {
  background-color: #9ba565;
  text-align: center;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin: 45px 0 0;
}
body.page-template-professionnels main section.tournages .contenu .bloc .bouton span {
  position: relative;
  z-index: 1;
  font-size: 16px;
  padding: 15px 60px 13px;
  display: block;
  font-weight: 500;
  color: #fff;
}
body.page-template-professionnels main section.tournages .contenu .bloc .bouton:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #b26149;
  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;
}
body.page-template-professionnels main section.tournages .contenu .bloc .bouton:after {
  content: "";
  background-color: #9b9c9e;
  width: 2px;
  height: 35px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin: auto;
}
body.page-template-professionnels main section.tournages .contenu .bloc .bouton:hover {
  color: #fff;
}
body.page-template-professionnels main section.tournages .contenu .bloc .bouton:hover:before {
  height: 100%;
}
body.page-template-professionnels main section.tournages .contenu .visuel {
  position: relative;
  padding-left: 70px;
  z-index: 1;
}
body.page-template-professionnels main section.tournages .contenu .visuel:before {
  content: "";
  background-color: #f5e2c7;
  position: absolute;
  left: 45px;
  top: 25px;
  width: 710px;
  height: 100%;
  z-index: -1;
}
body.page-template-professionnels main section.tournages .contenu .visuel .media {
  position: absolute;
  width: 710px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.page-template-professionnels main section.temoignages {
  padding: 70px 0;
}
body.page-template-professionnels main section.temoignages .contenu .container {
  max-width: 1230px;
}
body.page-template-professionnels main section.temoignages .contenu .titre {
  position: relative;
  display: flex;
  align-items: center;
}
body.page-template-professionnels main section.temoignages .contenu .titre:before {
  content: "";
  background-color: #333333;
  width: 1px;
  height: 100%;
  position: absolute;
  right: -25px;
  top: 0;
}
body.page-template-professionnels main section.temoignages .contenu .titre h2 {
  color: #b26149;
  text-align: center;
}
body.page-template-professionnels main section.temoignages .contenu .titre h3 {
  color: #333333;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
body.page-template-professionnels main section.temoignages .contenu .owl-carousel {
  width: 590px;
  max-width: 100%;
  margin: auto;
}
body.page-template-professionnels main section.temoignages .contenu .owl-carousel .owl-nav {
  position: absolute;
  top: 28px;
  width: 100%;
  z-index: 1;
  right: -30px;
}
body.page-template-professionnels main section.temoignages .contenu .owl-carousel .owl-prev {
  right: 0;
  top: -28px;
  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;
}
body.page-template-professionnels main section.temoignages .contenu .owl-carousel .owl-prev:hover {
  top: -33px;
}
body.page-template-professionnels main section.temoignages .contenu .owl-carousel .owl-next {
  right: 0;
  top: 0;
  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;
}
body.page-template-professionnels main section.temoignages .contenu .owl-carousel .owl-next:hover {
  top: 5px;
}
body.page-template-professionnels main section.temoignages .contenu .owl-carousel .owl-prev:before {
  content: "";
  display: block;
  background: url(../img/up.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 17px;
}
body.page-template-professionnels main section.temoignages .contenu .owl-carousel .owl-next:before {
  content: "";
  display: block;
  background: url(../img/bottom.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 17px;
}
body.page-template-professionnels main section.temoignages .contenu .owl-carousel .owl-prev,
body.page-template-professionnels main section.temoignages .contenu .owl-carousel .owl-next {
  position: absolute;
}
body.page-template-professionnels main section.temoignages .contenu .owl-carousel .owl-prev span,
body.page-template-professionnels main section.temoignages .contenu .owl-carousel .owl-next span {
  display: none;
}
body.page-template-professionnels main section.temoignages .contenu .owl-carousel .owl-prev:focus,
body.page-template-professionnels main section.temoignages .contenu .owl-carousel .owl-next:focus {
  outline: none;
}
body.page-template-professionnels main section.temoignages .contenu .item {
  padding: 0 30px;
}
body.page-template-professionnels main section.temoignages .contenu .item:before {
  content: "";
  background: url(../img/quote.png) no-repeat;
  background-size: 100%;
  width: 123px;
  height: 83px;
  display: block;
  margin: 0 auto 35px;
}
body.page-template-professionnels main section.temoignages .contenu .item .texte {
  font-style: italic;
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 25px;
}
body.page-template-professionnels main section.temoignages .contenu .item .nom {
  color: #b26149;
  font-weight: 500;
  text-align: right;
  margin-bottom: 0;
}
body.page-template-galerie main section.galerie {
  padding: 60px 0 210px;
}
body.page-template-galerie main section.galerie .contenu .container {
  max-width: 1260px;
}
body.page-template-galerie main section.galerie .contenu .filtreRea {
  display: none;
}
body.page-template-galerie main section.galerie .contenu ul {
  display: flex;
  justify-content: center;
  padding: 0 0 30px;
}
body.page-template-galerie main section.galerie .contenu ul li {
  padding: 0 30px;
}
body.page-template-galerie main section.galerie .contenu ul li button {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: ;
  position: relative;
  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;
}
body.page-template-galerie main section.galerie .contenu ul li button:focus {
  outline: none;
}
body.page-template-galerie main section.galerie .contenu ul li button.mixitup-control-active {
  color: #b26149;
}
body.page-template-galerie main section.galerie .contenu ul li button:hover {
  color: #b26149;
}
body.page-template-galerie main section.galerie .contenu .bloc {
  padding: 7px 7px 0;
}
body.page-template-galerie main section.galerie .contenu .bloc .item-gallery {
  padding: 8px;
}
body.page-template-galerie main section.galerie .contenu .bloc .item-gallery .media {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
  height: 260px;
  display: block;
  overflow: hidden;
}
body.page-template-galerie main section.galerie .contenu .bloc .item-gallery .media:before {
  content: "";
  background-color: rgba(155,165,101,0.8);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  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;
}
body.page-template-galerie main section.galerie .contenu .bloc .item-gallery .media:hover .media {
  transform: scale(1.1);
}
body.page-template-galerie main section.galerie .contenu .bloc .item-gallery .media:hover:before {
  top: 0;
}
body.page-template-galerie main section.galerie .contenu .bloc .item-gallery .media:hover:after {
  top: 0;
}
body.page-template-contact main section.contact {
  padding: 50px 0 80px;
}
body.page-template-contact main section.contact .formulaire form .nf-form-fields-required {
  display: none;
}
body.page-template-contact main section.contact .formulaire form .nf-field-container {
  margin-bottom: 15px;
}
body.page-template-contact main section.contact .formulaire form input,
body.page-template-contact main section.contact .formulaire form textarea {
  border: 0;
  background-color: #f5f6f6;
}
body.page-template-contact main section.contact .formulaire form #nf-label-field-7 {
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
}
body.page-template-contact main section.contact .formulaire form .checkbox-wrap .nf-field-label label:after {
  border: 0 !important;
  background-color: #f5f6f6 !important;
}
body.page-template-contact main section.contact .formulaire form .checkbox-wrap .nf-field-label label.nf-checked-label:before {
  color: #9ba565;
}
body.page-template-contact main section.contact .formulaire form .ninja-forms-req-symbol {
  display: none;
}
body.page-template-contact main section.contact .formulaire form #nf-field-4-wrap {
  position: relative;
  margin-top: 20px;
}
body.page-template-contact main section.contact .formulaire form #nf-field-4-wrap:before {
  content: "";
  background: url(../img/motif-submit.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 68px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
body.page-template-contact main section.contact .formulaire form #nf-field-4-wrap:after {
  content: "";
  background-color: #9b9c9e;
  width: 2px;
  height: 35px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin: auto;
}
body.page-template-contact main section.contact .formulaire form #nf-field-4 {
  background-color: #9ba565;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  padding: 15px 50px 13px;
  cursor: pointer;
  display: table;
  margin: auto;
  position: relative;
  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;
}
body.page-template-contact main section.contact .formulaire form #nf-field-4:hover {
  background-color: #b26149;
}
body.page-template-contact main section.contact .formulaire form #nf-field-4:focus {
  outline: none;
}
body.page-template-contact main section.coo {
  padding-bottom: 200px;
}
body.page-template-contact main section.coo .contenu .container {
  max-width: 1530px;
}
body.page-template-contact main section.coo .contenu .carte {
  width: 700px;
  max-width: 100%;
}
body.page-template-contact main section.coo .contenu .bloc {
  padding-left: 50px;
}
body.page-template-contact main section.coo .contenu h2 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
body.page-template-contact main section.coo .contenu ul li {
  margin-bottom: 5px;
}
body.page-template-contact main section.coo .contenu ul li p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 20px;
}
body.page-template-contact main section.coo .contenu ul li .tel {
  font-size: 25px;
  font-weight: 700;
}
body.page-template-contact main section.coo .contenu ul li .mail {
  font-size: 20px;
}
body.page-template-contact main section.coo .contenu ul li a:hover {
  color: #9ba565;
}
body.page-template-contact main section.coo .contenu .sociaux {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
body.page-template-contact main section.coo .contenu .sociaux a:hover {
  color: #9ba565;
}
body.page-template-contact main section.coo .contenu .sociaux i {
  font-size: 30px;
  padding-right: 15px;
}
body.page-template-contact main section.coo .contenu .sociaux p {
  margin-bottom: 0;
  text-transform: uppercase;
}
body.page-template-contact main section.coo .contenu .transport {
  width: 570px;
  max-width: 100%;
  margin-top: 100px;
  text-align: center;
  align-items: baseline;
}
body.page-template-contact main section.coo .contenu .transport img {
  margin-bottom: 30px;
}
body.page-template-contact main section.coo .contenu .transport p {
  margin-bottom: 0;
  font-size: 18px;
}
body.page-template-contact main section.coo .contenu .transport p strong {
  font-weight: 700;
  font-size: 25px;
}
body.page-id-396 main section.mentions,
body.page-id-3 main section.mentions,
body.page-id-6 main section.mentions {
  padding: 50px 0 180px;
}
body.page-id-396 main section.mentions .contenu h2,
body.page-id-3 main section.mentions .contenu h2,
body.page-id-6 main section.mentions .contenu h2 {
  font-size: 50px;
}
body.page-id-396 main section.mentions .contenu h3,
body.page-id-3 main section.mentions .contenu h3,
body.page-id-6 main section.mentions .contenu h3 {
  margin-top: 30px;
  font-size: 25px;
}
body.page-id-396 main section.mentions .contenu a,
body.page-id-3 main section.mentions .contenu a,
body.page-id-6 main section.mentions .contenu a {
  color: #b26149 !important;
}
body.page-id-396 main section.mentions .contenu a:hover,
body.page-id-3 main section.mentions .contenu a:hover,
body.page-id-6 main section.mentions .contenu a:hover {
  color: #333333 !important;
}
@media (max-width: 767.98px) {
  body h1,
  body h2 {
    font-size: 32px !important;
    line-height: 1.1;
  }
  body h3 {
    font-size: 16px;
  }
  body header {
    padding: 15px 0 !important;
  }
  body header .contenu .container {
    padding: 0 20px;
  }
  body header .contenu .logo img {
    width: 170px;
  }
  body header .contenu .logo2 img {
    width: 180px;
  }
  body header .contenu.fix .fond-hamburger {
    position: absolute;
    top: 10px;
  }
  body header .contenu.fix .fond-hamburger #hamburger.active {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  body header .contenu.fix .fond-hamburger #hamburger.active span:before {
    background-color: #333333;
    color: #333333;
  }
  body header .contenu.fix .fond-hamburger #hamburger.active span:after {
    background-color: #333333;
    color: #333333;
  }
  body header .contenu.fix .fond-hamburger #hamburger span:before,
  body header .contenu.fix .fond-hamburger #hamburger span:after {
    background-color: #333333;
    color: #333333;
  }
  body header .contenu .fond-hamburger {
    position: absolute;
    top: 57px;
    right: 20px;
    z-index: 5;
    width: 45px;
    height: 40px;
  }
  body header .contenu .fond-hamburger:hover #hamburger.active span:before,
  body header .contenu .fond-hamburger:hover #hamburger.active span:after {
    background-color: white;
  }
  body header .contenu .fond-hamburger #hamburger {
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    clear: both;
    -webkit-transition: opacity 0.1s ease, max-width 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
    -moz-transition: opacity 0.1s ease, max-width 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
    transition: opacity 0.1s ease, max-width 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
  }
  body header .contenu .fond-hamburger #hamburger:hover span:after {
    box-shadow: 0 7px 0 0, 0 -7px 0 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
  }
  body header .contenu .fond-hamburger #hamburger.active {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger.active span:before {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -moz-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    transition-delay: 0.15s;
    background-color: #fff;
    color: #fff;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger.active span:after {
    box-shadow: 0 0 0 0, 0 0 0 0;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -moz-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    -webkit-transition-delay: 0.15s, 0s;
    -moz-transition-delay: 0.15s, 0s;
    transition-delay: 0.15s, 0s;
    background-color: #fff;
    color: #fff;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger span {
    display: inline-block;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    vertical-align: middle;
    width: 40px;
    float: right;
    z-index: 1000;
  }
  body header .contenu .fond-hamburger #hamburger span:before,
  body header .contenu .fond-hamburger #hamburger span:after {
    background-color: #fff;
    color: #fff;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
    -moz-transform: translate(-50%,-50%) rotate(0deg);
    transform: translate(-50%,-50%) rotate(0deg);
    width: 100%;
  }
  body header .contenu .fond-hamburger #hamburger span:before {
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger span:after {
    box-shadow: 0 7px 0 0, 0 -7px 0 0;
    -webkit-transition: -webkit-transform 0.15s ease-out, box-shadow 0.2s 0.15s;
    -moz-transition: -moz-transform 0.15s ease-out, box-shadow 0.2s 0.15s;
    transition: -webkit-transform 0.15s ease-out, box-shadow 0.2s 0.15s;
    transition: transform 0.15s ease-out, box-shadow 0.2s 0.15s;
  }
  body header .contenu .nav-menu {
    position: fixed;
    float: left;
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 4;
    background-color: #9ba565;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    -moz-transition: transform .4s ease-in;
    -webkit-transition: transform .4s ease-in;
    -o-transition: transform .4s ease-in;
    transition: transform .4s ease-in;
  }
  body header .contenu .nav-menu.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  body header .contenu .nav-menu.active nav ul {
    opacity: 1;
  }
  body header .contenu .nav-menu nav ul {
    position: absolute;
    top: 50%;
    width: 100% !important;
    transform: translateY(-50%);
    display: table;
    margin: 0;
    list-style: none;
    opacity: 0;
    margin-top: 0 !important;
    -moz-transition: opacity .9s ease-out;
    -webkit-transition: opacity .9s ease-out;
    -o-transition: opacity .9s ease-out;
    transition: opacity .9s ease-out;
    transition-delay: .5s;
  }
  body header .contenu .nav-menu nav ul li {
    position: relative;
    width: 100%;
    padding: 5px 0 !important;
    text-align: center;
  }
  body header .contenu .nav-menu nav ul li#menu-item-120 a:after {
    display: none;
  }
  body header .contenu .nav-menu nav ul li a {
    display: block;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #fff !important;
    text-align: center;
    position: relative;
    float: none;
    margin: 0 auto;
    height: auto;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  body header .contenu .nav-menu nav ul li a:before {
    display: none;
  }
  body header .contenu .nav-menu nav ul li a:after {
    display: none;
  }
  body header .contenu .nav-menu nav ul li a i.fa.fa-home {
    color: #fff;
  }
  body header .contenu .nav-menu nav ul li a i.fa-linkedin-in {
    margin: 0 auto;
    color: ;
    background-color: #fff;
  }
  body header .contenu .nav-menu nav ul li .sub-menu {
    position: relative !important;
    top: auto !important;
    opacity: 1 !important;
    background-color: transparent !important;
    transform: none !important;
    padding: 5px 0 0 !important;
  }
  body header .contenu .nav-menu nav ul li .sub-menu li {
    padding: 0 !important;
  }
  body header .contenu .nav-menu nav ul li .sub-menu li a {
    color: #fff !important;
  }
  body header .contenu .nav-menu nav ul li.current_page_item a i {
    color: #fff;
  }
  body main section.bandeau-entete-page {
    height: 300px !important;
  }
  body main section.bandeau-entete-page .contenu .bloc {
    bottom: 60px !important;
  }
  body main section.bandeau-entete-page .contenu .bloc h1 {
    margin-bottom: 8px !important;
  }
  body main section.bandeau-entete-page .contenu .bloc h2 {
    font-size: 20px !important;
  }
  body main section.bandeau-entete-page .contenu .scroll {
    display: none;
  }
  body main section.basPage .contenu .media {
    height: 320px !important;
  }
  body footer .contenu {
    text-align: center;
    padding: 130px 0 30px;
  }
  body footer .contenu img {
    top: -337px;
    width: 150px;
    left: 0;
    right: 0;
    margin: auto;
  }
  body footer .contenu .mobile {
    font-size: 18px;
  }
  body footer .contenu a {
    font-size: 14px;
    display: block;
  }
  body footer .contenu .sociaux {
    margin-top: 30px;
  }
  body footer .contenu .sociaux a {
    display: inline-block;
  }
  body.page-template-accueil main section.bandeau-entete {
    height: 410px;
  }
  body.page-template-accueil main section.bandeau-entete .contenu {
    top: 60%;
  }
  body.page-template-accueil main section.bandeau-entete .contenu h1 .titre {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 8px;
  }
  body.page-template-accueil main section.bandeau-entete .contenu h1 .soustitre {
    font-size: 18px;
  }
  body.page-template-accueil main section.bandeau-entete .contenu h1 .soustitre:before {
    width: 135px;
    height: 41px;
    margin: 15px auto 0;
  }
  body.page-template-accueil main section.bandeau-entete .scroll {
    display: none;
  }
  body.page-template-accueil main section.presentation .contenu {
    padding: 50px 0;
  }
  body.page-template-accueil main section.presentation .contenu .content {
    padding: 0 10px;
  }
  body.page-template-accueil main section.presentation .contenu .content .bloc {
    padding: 0 0 30px;
  }
  body.page-template-accueil main section.presentation .contenu .content .bloc .titre h2 {
    margin-bottom: 8px;
  }
  body.page-template-accueil main section.presentation .contenu .content .bloc .titre h3 {
    font-size: 14px;
  }
  body.page-template-accueil main section.presentation .contenu .content .bloc .texte p {
    line-height: 1.7;
  }
  body.page-template-accueil main section.presentation .contenu .content .bloc .bouton span {
    padding: 15px 20px 13px;
    font-size: 14px;
  }
  body.page-template-accueil main section.presentation .contenu .content .media-fond {
    display: none;
  }
  body.page-template-accueil main section.caracteristiques {
    padding: 20px;
  }
  body.page-template-accueil main section.caracteristiques .contenu {
    padding: 20px 0;
  }
  body.page-template-accueil main section.caracteristiques .contenu .titre h2 {
    margin-bottom: 8px;
  }
  body.page-template-accueil main section.caracteristiques .contenu .titre h3 {
    font-size: 14px;
  }
  body.page-template-accueil main section.caracteristiques .contenu .bloc {
    flex-wrap: wrap;
    display: block;
  }
  body.page-template-accueil main section.caracteristiques .contenu .bloc .item {
    padding: 0 0 30px;
  }
  body.page-template-accueil main section.caracteristiques .contenu .bloc .item .texte p {
    font-size: 16px;
  }
  body.page-template-accueil main section.caracteristiques .contenu .bloc .item .texte p strong {
    font-size: 25px;
    display: block;
  }
  body.page-template-accueil main section.link .contenu .media {
    height: 270px !important;
  }
  body.page-template-accueil main section.link .contenu a p {
    font-size: 32px !important;
  }
  body.page-template-accueil main section.link .contenu a p span {
    width: 195px !important;
    overflow: hidden;
    font-size: 18px !important;
    margin: -5px auto 0 !important;
  }
  body.page-template-accueil main section.link .contenu a p span:before {
    right: 150px !important;
  }
  body.page-template-accueil main section.temoignages {
    padding: 50px 0 160px;
  }
  body.page-template-accueil main section.temoignages .contenu .titre {
    margin-bottom: 30px;
  }
  body.page-template-accueil main section.temoignages .contenu .titre:before {
    right: 0;
  }
  body.page-template-accueil main section.temoignages .contenu .titre h3 {
    font-size: 14px;
  }
  body.page-template-accueil main section.temoignages .contenu .item:before {
    width: 80px;
    height: 54px;
  }
  body.page-template-accueil main section.temoignages .contenu .owl-carousel .owl-nav {
    right: 28px;
  }
  body.page-template-domaine main section.histoire .contenu {
    padding: 30px 0;
  }
  body.page-template-domaine main section.histoire .contenu .bloc h3 {
    font-size: 20px;
  }
  body.page-template-domaine main section.histoire .contenu .bloc h4 {
    font-size: 14px;
  }
  body.page-template-domaine main section.histoire .contenu .texte p {
    line-height: 1.7;
  }
  body.page-template-domaine main section.histoire .contenu .photo1 {
    height: 300px;
  }
  body.page-template-domaine main section.histoire .contenu .photo2 {
    display: none;
  }
  body.page-template-domaine main section.histoire .contenu .photo3 {
    display: none;
  }
  body.page-template-domaine main section.configuration .contenu .media-fond {
    display: none;
  }
  body.page-template-domaine main section.configuration .contenu .titre {
    margin-bottom: 50px;
  }
  body.page-template-domaine main section.configuration .contenu .titre h3 {
    font-size: 20px;
  }
  body.page-template-domaine main section.configuration .contenu .titre h4 {
    font-size: 14px;
  }
  body.page-template-domaine main section.configuration .contenu .nav li a {
    font-size: 16px !important;
    padding: 12px;
  }
  body.page-template-domaine main section.configuration .contenu .caracteristiques {
    display: block !important;
    margin: auto;
  }
  body.page-template-domaine main section.configuration .contenu .caracteristiques .item {
    width: 100% !important;
    margin-bottom: 30px !important;
  }
  body.page-template-domaine main section.configuration .contenu .tab-content {
    margin-bottom: 0;
  }
  body.page-template-domaine main section.configuration .contenu .tab-content .tab-pane {
    padding: 30px 20px 20px;
  }
  body.page-template-domaine main section.configuration .contenu .tab-content .galerie {
    position: relative;
  }
  body.page-template-domaine main section.configuration .contenu .tab-content .galerie .owl-carousel .item .media {
    height: 250px;
  }
  body.page-template-domaine main section.exterieurs {
    padding: 0 0 30px;
  }
  body.page-template-domaine main section.exterieurs .contenu .titre {
    margin-bottom: 50px;
  }
  body.page-template-domaine main section.exterieurs .contenu .titre h3 {
    font-size: 16px;
  }
  body.page-template-domaine main section.exterieurs .contenu .bloc {
    flex-wrap: wrap;
    display: block !important;
  }
  body.page-template-domaine main section.exterieurs .contenu .bloc .item {
    width: 100%;
    margin-bottom: 30px;
  }
  body.page-template-sejourner main section.hebergements .contenu .bouton {
    margin: 0 auto;
  }
  body.page-template-sejourner main section.hebergements .contenu .bouton span {
    font-size: 15px;
    padding: 15px 25px 13px;
  }
  body.page-template-sejourner main section.hebergements .contenu .media-fond {
    display: none;
  }
  body.page-template-sejourner main section.hebergements .contenu .titre h3 {
    font-size: 20px;
  }
  body.page-template-sejourner main section.hebergements .contenu .titre h4 {
    font-size: 16px;
  }
  body.page-template-sejourner main section.hebergements .contenu .texte p {
    line-height: 1.7;
  }
  body.page-template-sejourner main section.hebergements .contenu .couvent {
    padding: 20px 0 !important;
    margin-bottom: 10px;
  }
  body.page-template-sejourner main section.hebergements .contenu .couvent .media-fond {
    background-position: 0 105%;
    background-size: 120%;
  }
  body.page-template-sejourner main section.hebergements .contenu .boiron {
    margin-bottom: 0 !important;
  }
  body.page-template-sejourner main section.hebergements .contenu .boiron .media-fond {
    display: none !important;
  }
  body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a .media {
    height: 210px !important;
  }
  body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .owl-nav,
  body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .owl-nav {
    display: none !important;
  }
  body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .item a,
  body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a {
    border: 6px solid #fff;
  }
  body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .item a .media,
  body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a .media {
    height: 210px !important;
  }
  body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .item a .texte-carousel h3,
  body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a .texte-carousel h3 {
    font-size: 20px !important;
  }
  body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .item a .texte-carousel p,
  body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a .texte-carousel p {
    font-size: 14px !important;
  }
  body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .owl-nav,
  body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .owl-nav {
    bottom: -40px;
  }
  body.page-template-sejourner main section.activites .contenu {
    margin-top: 0;
    padding-top: 110px;
  }
  body.page-template-sejourner main section.activites .contenu:before {
    background-position: center;
    width: 600px;
  }
  body.page-template-sejourner main section.activites .contenu:after {
    display: none;
  }
  body.page-template-sejourner main section.activites .contenu .titre h3 {
    font-size: 20px;
  }
  body.page-template-sejourner main section.activites .contenu .titre h4 {
    font-size: 16px;
  }
  body.page-template-sejourner main section.activites .contenu .bloc .item h3 {
    font-size: 18px;
    margin-top: 15px;
  }
  body.page-template-sejourner main section.activites .contenu .content .media {
    height: 300px;
  }
  body.page-template-sejourner main section.activites .contenu .content .icon {
    display: block;
    margin: auto;
    padding: 30px 0 0;
  }
  body.page-template-sejourner main section.activites .contenu .content .icon .item {
    width: 100%;
    margin-bottom: 30px !important;
  }
  body.page-template-sejourner main section.dombes .contenu .titre {
    margin-bottom: 50px;
  }
  body.page-template-sejourner main section.dombes .contenu .titre h3 {
    font-size: 20px;
  }
  body.page-template-sejourner main section.dombes .contenu .titre h4 {
    font-size: 16px;
  }
  body.page-template-sejourner main section.dombes .contenu .texte p {
    line-height: 1.7;
  }
  body.page-template-sejourner main section.dombes .contenu .bloc .item {
    margin-bottom: 30px;
  }
  body.page-template-sejourner main section.dombes .contenu .bloc .item:last-of-type {
    margin-bottom: 0;
  }
  body.page-template-sejourner main section.dombes .contenu .bloc .item h3 {
    font-size: 18px;
    margin-top: 15px;
  }
  body.page-template-sejourner main section.dombes .contenu .bouton span {
    font-size: 14px;
  }
  body.page-template-celebrations main section.espaces {
    padding: 30px 0;
  }
  body.page-template-celebrations main section.espaces .contenu .media-fond {
    display: none;
  }
  body.page-template-celebrations main section.espaces .contenu .titre {
    margin-bottom: 30px;
  }
  body.page-template-celebrations main section.espaces .contenu .titre h3 {
    font-size: 16px;
  }
  body.page-template-celebrations main section.espaces .contenu .nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  body.page-template-celebrations main section.espaces .contenu .nav li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  body.page-template-celebrations main section.espaces .contenu .nav li:first-child {
    padding-left: 5px;
  }
  body.page-template-celebrations main section.espaces .contenu .nav li a {
    font-size: 16px;
    padding: 5px;
  }
  body.page-template-celebrations main section.espaces .contenu .nav li a:after {
    display: none;
  }
  body.page-template-celebrations main section.espaces .contenu .owl-carousel .item .media {
    height: 250px !important;
  }
  body.page-template-celebrations main section.espaces .contenu .tab-content {
    margin-bottom: 0;
  }
  body.page-template-celebrations main section.espaces .contenu .tab-content .tab-pane {
    padding: 30px 20px 20px;
  }
  body.page-template-celebrations main section.espaces .contenu .tab-content .galerie {
    position: relative;
  }
  body.page-template-celebrations main section.espaces .contenu .tab-content .owl-carousel .item .media {
    height: 400px;
  }
  body.page-template-celebrations main section.espaces .contenu .tab-content .bloc .titre {
    margin-bottom: 25px;
  }
  body.page-template-celebrations main section.espaces .contenu .tab-content .bloc ul li {
    font-size: 14px;
  }
  body.page-template-celebrations main section.mariages .contenu .titre h3 {
    font-size: 20px;
  }
  body.page-template-celebrations main section.mariages .contenu .titre h4 {
    font-size: 16px;
  }
  body.page-template-celebrations main section.mariages .contenu .visuel:before {
    display: none;
  }
  body.page-template-celebrations main section.mariages .contenu .visuel .media {
    height: 280px;
  }
  body.page-template-celebrations main section.mariages .contenu .bouton span {
    font-size: 14px;
  }
  body.page-template-celebrations main section.renseignements {
    padding: 0 0 30px;
  }
  body.page-template-celebrations main section.renseignements .contenu .content >.row {
    margin-bottom: 30px;
  }
  body.page-template-celebrations main section.renseignements .contenu .content >.row:nth-of-type(2n) .media {
    right: auto;
    left: auto;
  }
  body.page-template-celebrations main section.renseignements .contenu .content >.row:last-of-type {
    margin-bottom: 0;
  }
  body.page-template-celebrations main section.renseignements .contenu .content >.row .media {
    position: relative;
    height: 350px;
    max-width: 100%;
    left: auto;
  }
  body.page-template-celebrations main section.renseignements .contenu .content >.row .bloc {
    margin: 0;
    padding: 30px 20px;
    text-align: center;
  }
  body.page-template-celebrations main section.renseignements .contenu .content >.row .bloc .titre h3 {
    font-size: 16px;
  }
  body.page-template-celebrations main section.renseignements .contenu .content >.row .bloc .texte p {
    margin-bottom: 0;
  }
  body.page-template-celebrations main section.anniversaires {
    padding: 0 0 30px;
  }
  body.page-template-celebrations main section.anniversaires .contenu {
    text-align: center;
    padding: 0;
  }
  body.page-template-celebrations main section.anniversaires .contenu .titre {
    margin-bottom: 50px;
  }
  body.page-template-celebrations main section.anniversaires .contenu .titre h3 {
    font-size: 20px;
  }
  body.page-template-celebrations main section.anniversaires .contenu .titre h4 {
    font-size: 16px;
  }
  body.page-template-celebrations main section.anniversaires .contenu .texte p {
    line-height: 1.7;
  }
  body.page-template-celebrations main section.anniversaires .contenu .visuel {
    padding-left: 15px !important;
  }
  body.page-template-celebrations main section.anniversaires .contenu .visuel:before {
    display: none;
  }
  body.page-template-celebrations main section.anniversaires .contenu .visuel .media {
    width: 100% !important;
    height: 300px !important;
    position: relative;
    margin-top: 30px;
  }
  body.page-template-celebrations main section.anniversaires .contenu .bouton span {
    font-size: 14px;
  }
  body.page-template-celebrations main section.temoignages {
    padding: 20px 0 50px;
  }
  body.page-template-celebrations main section.temoignages .contenu .titre {
    margin-bottom: 30px;
  }
  body.page-template-celebrations main section.temoignages .contenu .titre:before {
    right: 0;
  }
  body.page-template-celebrations main section.temoignages .contenu .titre h3 {
    font-size: 16px;
  }
  body.page-template-celebrations main section.temoignages .contenu .item:before {
    width: 80px;
    height: 54px;
  }
  body.page-template-celebrations main section.temoignages .contenu .owl-carousel .owl-nav {
    right: 28px;
  }
  body.page-template-celebrations main section.basPage .contenu .titre h3 {
    font-size: 16px;
  }
  body.page-template-professionnels main section.bandeau-entete-page {
    height: 360px !important;
  }
  body.page-template-professionnels main section.evenements .contenu .titre h3 {
    font-size: 20px;
  }
  body.page-template-professionnels main section.evenements .contenu .titre h4 {
    font-size: 16px;
  }
  body.page-template-professionnels main section.evenements .contenu .texte {
    line-height: 1.7;
  }
  body.page-template-professionnels main section.evenements .contenu .groupe-bouton {
    display: block;
  }
  body.page-template-professionnels main section.evenements .contenu .groupe-bouton .bouton {
    margin: 0;
    width: 100%;
  }
  body.page-template-professionnels main section.evenements .contenu .groupe-bouton .bouton:nth-of-type(2) {
    margin-top: 35px;
  }
  body.page-template-professionnels main section.evenements .contenu .groupe-bouton .bouton span {
    font-size: 15px;
    padding: 15px 20px 13px;
  }
  body.page-template-professionnels main section.salles .contenu .media-fond {
    display: none;
  }
  body.page-template-professionnels main section.salles .contenu .titre {
    margin-bottom: 50px;
  }
  body.page-template-professionnels main section.salles .contenu .titre h3 {
    font-size: 16px;
  }
  body.page-template-professionnels main section.salles .contenu .owl-carousel .item .media {
    height: 250px !important;
  }
  body.page-template-professionnels main section.salles .contenu .nav li {
    padding: 0;
  }
  body.page-template-professionnels main section.salles .contenu .nav li a {
    font-size: 16px;
  }
  body.page-template-professionnels main section.salles .contenu .tab-content {
    margin-bottom: 20px;
  }
  body.page-template-professionnels main section.salles .contenu .tab-content .bloc .titre-tab h3 {
    font-size: 20px;
  }
  body.page-template-professionnels main section.salles .contenu .tab-content .bloc .titre-tab h4 {
    font-size: 14px;
  }
  body.page-template-professionnels main section.salles .contenu .tab-content .bloc .icon {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  body.page-template-professionnels main section.salles .contenu .tab-content .bloc .icon i {
    padding-right: 0;
  }
  body.page-template-professionnels main section.salles .contenu .tab-content .bloc .texte {
    margin-top: 15px;
  }
  body.page-template-professionnels main section.salles .contenu .tab-content .tab-pane {
    padding: 30px 20px;
  }
  body.page-template-professionnels main section.salles .contenu .tab-content .caracteristiques .content .icon {
    display: block;
    text-align: center;
  }
  body.page-template-professionnels main section.salles .contenu .tab-content .caracteristiques .content .icon img {
    margin-right: 0;
  }
  body.page-template-professionnels main section.salles .contenu .tab-content .caracteristiques .content .icon i {
    padding-right: 0;
  }
  body.page-template-professionnels main section.salles .contenu .tab-content .caracteristiques .content .icon .texte {
    margin-top: 15px;
  }
  body.page-template-professionnels main section.salles .contenu .tab-content .caracteristiques .content:nth-of-type(2n) .icon {
    padding-left: 0;
  }
  body.page-template-professionnels main section.salles .contenu .tab-content .galerie {
    position: relative;
  }
  body.page-template-professionnels main section.renseignements {
    padding: 0 0 30px;
  }
  body.page-template-professionnels main section.renseignements .contenu .content >.row {
    margin-bottom: 30px;
  }
  body.page-template-professionnels main section.renseignements .contenu .content >.row:nth-of-type(2n) .media {
    right: auto;
    left: auto;
  }
  body.page-template-professionnels main section.renseignements .contenu .content >.row:last-of-type {
    margin-bottom: 0;
  }
  body.page-template-professionnels main section.renseignements .contenu .content >.row .media {
    position: relative;
    height: 250px;
    max-width: 100%;
    left: auto;
    right: auto;
  }
  body.page-template-professionnels main section.renseignements .contenu .content >.row .bloc {
    margin: 0;
    padding: 30px 20px;
    text-align: center;
  }
  body.page-template-professionnels main section.renseignements .contenu .content >.row .bloc .titre h3 {
    font-size: 16px;
  }
  body.page-template-professionnels main section.renseignements .contenu .content >.row .bloc .texte p {
    margin-bottom: 0;
  }
  body.page-template-professionnels main section.renseignements .contenu .content >.row .bloc .bouton {
    position: relative;
    margin: 50px auto 0;
    top: auto;
    transform: none;
  }
  body.page-template-professionnels main section.renseignements .contenu .content >.row .bloc .bouton span {
    font-size: 14px;
  }
  body.page-template-professionnels main section.tournages {
    background-image: none !important;
    padding: 0 !important;
  }
  body.page-template-professionnels main section.tournages .contenu {
    text-align: center;
    padding: 0;
  }
  body.page-template-professionnels main section.tournages .contenu .bloc {
    padding: 0;
  }
  body.page-template-professionnels main section.tournages .contenu .titre h3 {
    font-size: 20px !important;
  }
  body.page-template-professionnels main section.tournages .contenu .titre h4 {
    font-size: 16px !important;
  }
  body.page-template-professionnels main section.tournages .contenu .texte p {
    line-height: 1.7 !important;
  }
  body.page-template-professionnels main section.tournages .contenu .bouton span {
    font-size: 14px;
  }
  body.page-template-professionnels main section.tournages .contenu .visuel {
    padding-left: 15px !important;
  }
  body.page-template-professionnels main section.tournages .contenu .visuel:before {
    display: none;
  }
  body.page-template-professionnels main section.tournages .contenu .visuel .media {
    width: 100% !important;
    height: 250px !important;
    position: relative;
    margin: 30px auto 0;
  }
  body.page-template-professionnels main section.temoignages {
    padding: 70px 0 50px;
  }
  body.page-template-professionnels main section.temoignages .contenu .titre {
    margin-bottom: 30px;
  }
  body.page-template-professionnels main section.temoignages .contenu .titre:before {
    right: 0;
  }
  body.page-template-professionnels main section.temoignages .contenu .titre h3 {
    font-size: 16px;
  }
  body.page-template-professionnels main section.temoignages .contenu .item:before {
    width: 80px;
    height: 54px;
  }
  body.page-template-professionnels main section.temoignages .contenu .owl-carousel .owl-nav {
    right: 28px;
  }
  body.page-template-professionnels main section.basPage .contenu .titre h3 {
    font-size: 16px;
  }
  body.page-template-galerie main section.galerie {
    padding: 50px 0 180px;
  }
  body.page-template-galerie main section.galerie .contenu ul {
    padding: 0 0 10px;
    display: block;
    text-align: center;
  }
  body.page-template-galerie main section.galerie .contenu .bloc .item-gallery .media {
    height: 210px;
  }
  body.page-template-contact main section.contact {
    padding: 30px 0;
  }
  body.page-template-contact main section.contact .formulaire form .nf-field-container {
    margin-bottom: 0;
  }
  body.page-template-contact main section.contact .formulaire form #nf-field-4-wrap:before {
    display: none;
  }
  body.page-template-contact main section.contact .formulaire form #nf-field-4-wrap:after {
    display: none;
  }
  body.page-template-contact main section.coo {
    padding-bottom: 150px;
  }
  body.page-template-contact main section.coo .contenu .bloc {
    padding: 10px;
  }
  body.page-template-contact main section.coo .contenu .carte {
    width: 500px;
    margin: 0 auto 30px;
    display: block;
  }
  body.page-template-contact main section.coo .contenu h2 {
    font-size: 32px !important;
  }
  body.page-template-contact main section.coo .contenu ul li p {
    font-size: 16px !important;
  }
  body.page-template-contact main section.coo .contenu ul li .tel {
    font-size: 20px !important;
  }
  body.page-template-contact main section.coo .contenu ul li .mail {
    font-size: 16px !important;
  }
  body.page-template-contact main section.coo .contenu .transport {
    width: 100%;
    margin: 30px auto 0;
  }
  body.page-template-contact main section.coo .contenu .transport >.col-md-4 {
    margin-bottom: 30px;
  }
  body.page-template-contact main section.coo .contenu .transport img {
    margin-bottom: 15px;
  }
}
@media (max-width: 1440px) {
  body h1,
  body h2 {
    font-size: 50px;
  }
  body header .container {
    padding: 0 30px;
  }
  body header .contenu .nav-menu nav ul li {
    padding: 0 25px;
  }
  body.page-template-accueil main section.link .contenu .media {
    height: 450px;
  }
  body.page-template-accueil main section.link .contenu a p {
    font-size: 50px;
  }
  body.page-template-accueil main section.link .contenu a p span {
    width: 305px;
  }
  body.page-template-domaine main section.configuration .contenu .nav li a {
    font-size: 20px;
  }
  body.page-template-domaine main section.configuration .contenu .tab-content .caracteristiques .item i {
    font-size: 50px;
  }
  body.page-template-domaine main section.basPage .contenu .media {
    height: 520px;
  }
  body.page-template-sejourner main section.hebergements .contenu .couvent {
    padding: 110px 0;
  }
  body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a .media {
    height: 310px !important;
  }
  body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .item a .media,
  body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a .media {
    height: 295px;
  }
  body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .owl-nav,
  body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .owl-nav {
    bottom: -120px;
  }
  body.page-template-sejourner main section.basPage .contenu .media {
    height: 520px;
  }
  body.page-template-celebrations main section.anniversaires .contenu .visuel {
    padding-left: 0;
  }
  body.page-template-celebrations main section.anniversaires .contenu .visuel:before {
    left: 25px;
  }
  body.page-template-celebrations main section.basPage .contenu .media {
    height: 520px;
  }
  body.page-template-professionnels main section.tournages {
    background-position: -10px;
  }
  body.page-template-professionnels main section.basPage .contenu .media {
    height: 520px;
  }
}
@media (max-width: 1280px) {
  body h1,
  body h2 {
    font-size: 45px;
  }
  body header .container {
    padding: 0 30px;
  }
  body header .contenu .nav-menu nav ul li {
    padding: 0 20px;
  }
  body header .contenu .nav-menu nav ul li a {
    font-size: 14px;
  }
  body main section.bandeau-entete-page {
    height: 410px;
  }
  body.page-template-accueil main section.caracteristiques .contenu .bloc .item i {
    font-size: 60px;
  }
  body.page-template-accueil main section.link .contenu .media {
    height: 380px;
  }
  body.page-template-accueil main section.link .contenu a p {
    font-size: 45px;
  }
  body.page-template-accueil main section.link .contenu a p span {
    width: 275px;
  }
  body.page-template-accueil main section.basPage .contenu .media {
    height: 450px;
  }
  body.page-template-domaine main section.basPage .contenu .media {
    height: 450px;
  }
  body.page-template-sejourner main section.hebergements .contenu .couvent {
    padding: 130px 0;
  }
  body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a .media {
    height: 270px !important;
  }
  body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .item a .media,
  body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a .media {
    height: 255px;
  }
  body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .item a .texte-carousel h3,
  body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a .texte-carousel h3 {
    font-size: 30px;
  }
  body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .owl-nav,
  body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .owl-nav {
    bottom: -140px;
  }
  body.page-template-sejourner main section.activites .contenu .content .icon .item i {
    font-size: 60px;
  }
  body.page-template-sejourner main section.basPage .contenu .media {
    height: 450px;
  }
  body.page-template-celebrations main section.anniversaires .contenu .visuel .media {
    width: 470px;
  }
  body.page-template-celebrations main section.basPage .contenu .media {
    height: 450px;
  }
  body.page-template-professionnels main section.tournages {
    background-size: 460px;
    padding: 80px 0;
  }
  body.page-template-professionnels main section.tournages .contenu .visuel .media {
    width: 410px;
  }
  body.page-template-professionnels main section.basPage .contenu .media {
    height: 450px;
  }
  body.page-template-contact main section.coo .contenu ul li p {
    font-size: 18px;
  }
  body.page-template-contact main section.coo .contenu ul li .tel {
    font-size: 22px;
  }
  body.page-template-contact main section.coo .contenu ul li .mail {
    font-size: 18px;
  }
  body.page-template-contact main section.coo .contenu .transport p strong {
    font-size: 22px;
  }
}
@media (min-width: 991.99px) and (max-width: 1200px) {
  body h1,
  body h2 {
    font-size: 38px;
  }
  body h3 {
    font-size: 16px;
  }
  body header .contenu .nav-menu nav ul li {
    padding: 0 12px;
  }
  body main section.bandeau-entete-page {
    height: 350px;
  }
  body main section.bandeau-entete-page .contenu .bloc h2 {
    font-size: 25px;
  }
  body footer .contenu img {
    top: -207px;
    width: 150px;
  }
  body footer .contenu .mobile {
    font-size: 18px;
  }
  body footer .contenu a {
    font-size: 14px;
  }
  body.page-template-accueil main section.bandeau-entete {
    height: 520px;
  }
  body.page-template-accueil main section.bandeau-entete .contenu h1 .titre {
    font-size: 38px;
  }
  body.page-template-accueil main section.bandeau-entete .contenu h1 .soustitre {
    font-size: 22px;
  }
  body.page-template-accueil main section.bandeau-entete .contenu h1 .soustitre:before {
    width: 135px;
    height: 41px;
    margin: 15px auto 0;
  }
  body.page-template-accueil main section.presentation .contenu .content .bloc {
    padding: 40px 30px;
  }
  body.page-template-accueil main section.presentation .contenu .content .bloc .titre h3 {
    font-size: 16px;
  }
  body.page-template-accueil main section.presentation .contenu .content .media-fond {
    background-attachment: inherit;
  }
  body.page-template-accueil main section.caracteristiques .contenu .titre h3 {
    font-size: 16px;
  }
  body.page-template-accueil main section.caracteristiques .contenu .bloc .item {
    padding: 0 30px;
  }
  body.page-template-accueil main section.link .contenu .media {
    height: 300px;
  }
  body.page-template-accueil main section.link .contenu a p {
    font-size: 38px;
  }
  body.page-template-accueil main section.link .contenu a p span {
    width: 235px;
    overflow: hidden;
  }
  body.page-template-accueil main section.temoignages .contenu .titre:before {
    right: 0;
  }
  body.page-template-accueil main section.temoignages .contenu .titre h3 {
    font-size: 16px;
  }
  body.page-template-accueil main section.temoignages .contenu .item:before {
    width: 80px;
    height: 54px;
  }
  body.page-template-accueil main section.temoignages .contenu .owl-carousel .owl-nav {
    right: 28px;
  }
  body.page-template-domaine main section.histoire .contenu .bloc h3 {
    font-size: 20px;
  }
  body.page-template-domaine main section.histoire .contenu .bloc h4 {
    font-size: 16px;
  }
  body.page-template-domaine main section.histoire .contenu .photo2 {
    left: -360px;
  }
  body.page-template-domaine main section.histoire .contenu .photo3 {
    right: -320px;
  }
  body.page-template-domaine main section.configuration .contenu .titre h3 {
    font-size: 20px;
  }
  body.page-template-domaine main section.configuration .contenu .titre h4 {
    font-size: 16px;
  }
  body.page-template-domaine main section.exterieurs .contenu .titre h3 {
    font-size: 16px;
  }
  body.page-template-sejourner main section.hebergements .contenu .titre h3 {
    font-size: 20px;
  }
  body.page-template-sejourner main section.hebergements .contenu .titre h4 {
    font-size: 16px;
  }
  body.page-template-sejourner main section.hebergements .contenu .couvent {
    padding: 60px 0;
  }
  body.page-template-sejourner main section.hebergements .contenu .couvent .media-fond {
    background-position: 0 95%;
    background-size: 120%;
  }
  body.page-template-sejourner main section.hebergements .contenu .boiron .media-fond {
    height: 330px !important;
  }
  body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a .media {
    height: 240px !important;
  }
  body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .item a,
  body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a {
    border: 6px solid #fff;
  }
  body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .item a .media,
  body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a .media {
    height: 210px;
  }
  body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .item a .texte-carousel h3,
  body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a .texte-carousel h3 {
    font-size: 25px;
  }
  body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .item a .texte-carousel p,
  body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a .texte-carousel p {
    font-size: 16px;
  }
  body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .owl-nav,
  body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .owl-nav {
    bottom: -80px;
  }
  body.page-template-sejourner main section.activites .contenu {
    margin-top: 30px;
    padding-top: 170px;
  }
  body.page-template-sejourner main section.activites .contenu .titre h3 {
    font-size: 20px;
  }
  body.page-template-sejourner main section.activites .contenu .titre h4 {
    font-size: 16px;
  }
  body.page-template-sejourner main section.activites .contenu .bloc .item h3 {
    font-size: 22px;
    margin-top: 15px;
  }
  body.page-template-sejourner main section.activites .contenu .content .media {
    height: 500px;
  }
  body.page-template-sejourner main section.dombes .contenu .titre h3 {
    font-size: 20px;
  }
  body.page-template-sejourner main section.dombes .contenu .titre h4 {
    font-size: 16px;
  }
  body.page-template-sejourner main section.dombes .contenu .bloc .item h3 {
    font-size: 22px;
    margin-top: 15px;
  }
  body.page-template-celebrations main section.espaces .contenu .titre h3 {
    font-size: 16px;
  }
  body.page-template-celebrations main section.espaces .contenu .nav li a {
    font-size: 16px;
  }
  body.page-template-celebrations main section.mariages .contenu .titre h3 {
    font-size: 20px;
  }
  body.page-template-celebrations main section.mariages .contenu .titre h4 {
    font-size: 16px;
  }
  body.page-template-celebrations main section.mariages .contenu .visuel:before {
    height: 500px;
  }
  body.page-template-celebrations main section.mariages .contenu .visuel .media {
    height: 500px;
  }
  body.page-template-celebrations main section.renseignements .contenu .content >.row .bloc .titre h3 {
    font-size: 16px;
  }
  body.page-template-celebrations main section.anniversaires .contenu .titre h3 {
    font-size: 20px;
  }
  body.page-template-celebrations main section.anniversaires .contenu .titre h4 {
    font-size: 16px;
  }
  body.page-template-celebrations main section.temoignages .contenu .titre:before {
    right: 0;
  }
  body.page-template-celebrations main section.temoignages .contenu .titre h3 {
    font-size: 16px;
  }
  body.page-template-celebrations main section.temoignages .contenu .item:before {
    width: 80px;
    height: 54px;
  }
  body.page-template-celebrations main section.temoignages .contenu .owl-carousel .owl-nav {
    right: 28px;
  }
  body.page-template-celebrations main section.basPage .contenu .titre h3 {
    font-size: 16px;
  }
  body.page-template-professionnels main section.evenements .contenu .titre h3 {
    font-size: 20px;
  }
  body.page-template-professionnels main section.evenements .contenu .titre h4 {
    font-size: 16px;
  }
  body.page-template-professionnels main section.salles .contenu .titre h3 {
    font-size: 16px;
  }
  body.page-template-professionnels main section.salles .contenu .nav li a {
    font-size: 16px;
  }
  body.page-template-professionnels main section.salles .contenu .tab-content .bloc .titre-tab h3 {
    font-size: 20px;
  }
  body.page-template-professionnels main section.salles .contenu .tab-content .bloc .titre-tab h4 {
    font-size: 14px;
  }
  body.page-template-professionnels main section.renseignements .contenu .content >.row .bloc .titre h3 {
    font-size: 16px;
  }
  body.page-template-professionnels main section.tournages .contenu .bloc .titre h3 {
    font-size: 20px;
  }
  body.page-template-professionnels main section.tournages .contenu .bloc .titre h4 {
    font-size: 16px;
  }
  body.page-template-professionnels main section.temoignages .contenu .titre:before {
    right: 0;
  }
  body.page-template-professionnels main section.temoignages .contenu .titre h3 {
    font-size: 16px;
  }
  body.page-template-professionnels main section.temoignages .contenu .item:before {
    width: 80px;
    height: 54px;
  }
  body.page-template-professionnels main section.temoignages .contenu .owl-carousel .owl-nav {
    right: 28px;
  }
  body.page-template-professionnels main section.basPage .contenu .titre h3 {
    font-size: 16px;
  }
  body.page-template-galerie main section.galerie .contenu .bloc .item-gallery .media {
    height: 210px;
  }
  body.page-template-contact main section.coo .contenu .bloc {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body h1,
  body h2 {
    font-size: 38px;
  }
  body h3 {
    font-size: 16px;
  }
  body header .contenu .logo img {
    width: 210px;
  }
  body header .contenu .logo2 img {
    width: 230px;
  }
  body header .contenu.fix .fond-hamburger {
    position: absolute;
    top: 20px;
  }
  body header .contenu.fix .fond-hamburger #hamburger.active {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  body header .contenu.fix .fond-hamburger #hamburger.active span:before {
    background-color: #333333;
    color: #333333;
  }
  body header .contenu.fix .fond-hamburger #hamburger.active span:after {
    background-color: #333333;
    color: #333333;
  }
  body header .contenu.fix .fond-hamburger #hamburger span:before,
  body header .contenu.fix .fond-hamburger #hamburger span:after {
    background-color: #333333;
    color: #333333;
  }
  body header .contenu .fond-hamburger {
    position: absolute;
    top: 70px;
    right: 30px;
    z-index: 5;
    width: 45px;
    height: 40px;
  }
  body header .contenu .fond-hamburger:hover #hamburger.active span:before,
  body header .contenu .fond-hamburger:hover #hamburger.active span:after {
    background-color: white;
  }
  body header .contenu .fond-hamburger #hamburger {
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    clear: both;
    -webkit-transition: opacity 0.1s ease, max-width 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
    -moz-transition: opacity 0.1s ease, max-width 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
    transition: opacity 0.1s ease, max-width 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
  }
  body header .contenu .fond-hamburger #hamburger:hover span:after {
    box-shadow: 0 7px 0 0, 0 -7px 0 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
  }
  body header .contenu .fond-hamburger #hamburger.active {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger.active span:before {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -moz-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    transition-delay: 0.15s;
    background-color: #fff;
    color: #fff;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger.active span:after {
    box-shadow: 0 0 0 0, 0 0 0 0;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -moz-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    -webkit-transition-delay: 0.15s, 0s;
    -moz-transition-delay: 0.15s, 0s;
    transition-delay: 0.15s, 0s;
    background-color: #fff;
    color: #fff;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger span {
    display: inline-block;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    vertical-align: middle;
    width: 40px;
    float: right;
    z-index: 1000;
  }
  body header .contenu .fond-hamburger #hamburger span:before,
  body header .contenu .fond-hamburger #hamburger span:after {
    background-color: #fff;
    color: #fff;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
    -moz-transform: translate(-50%,-50%) rotate(0deg);
    transform: translate(-50%,-50%) rotate(0deg);
    width: 100%;
  }
  body header .contenu .fond-hamburger #hamburger span:before {
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger span:after {
    box-shadow: 0 7px 0 0, 0 -7px 0 0;
    -webkit-transition: -webkit-transform 0.15s ease-out, box-shadow 0.2s 0.15s;
    -moz-transition: -moz-transform 0.15s ease-out, box-shadow 0.2s 0.15s;
    transition: -webkit-transform 0.15s ease-out, box-shadow 0.2s 0.15s;
    transition: transform 0.15s ease-out, box-shadow 0.2s 0.15s;
  }
  body header .contenu .nav-menu {
    position: fixed;
    float: left;
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 4;
    background-color: #9ba565;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    -moz-transition: transform .4s ease-in;
    -webkit-transition: transform .4s ease-in;
    -o-transition: transform .4s ease-in;
    transition: transform .4s ease-in;
  }
  body header .contenu .nav-menu.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  body header .contenu .nav-menu.active nav ul {
    opacity: 1;
  }
  body header .contenu .nav-menu nav ul {
    position: absolute;
    top: 50%;
    width: 100% !important;
    transform: translateY(-50%);
    display: table;
    margin: 0;
    list-style: none;
    opacity: 0;
    margin-top: 0 !important;
    -moz-transition: opacity .9s ease-out;
    -webkit-transition: opacity .9s ease-out;
    -o-transition: opacity .9s ease-out;
    transition: opacity .9s ease-out;
    transition-delay: .5s;
  }
  body header .contenu .nav-menu nav ul li {
    position: relative;
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  body header .contenu .nav-menu nav ul li#menu-item-120 a:after {
    display: none;
  }
  body header .contenu .nav-menu nav ul li a {
    display: block;
    font-size: 17px !important;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    position: relative;
    float: none;
    margin: 0 auto;
    height: auto;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  body header .contenu .nav-menu nav ul li a:before {
    display: none;
  }
  body header .contenu .nav-menu nav ul li a:after {
    display: none;
  }
  body header .contenu .nav-menu nav ul li a i.fa.fa-home {
    color: #fff;
  }
  body header .contenu .nav-menu nav ul li a i.fa-linkedin-in {
    margin: 0 auto;
    color: ;
    background-color: #fff;
  }
  body header .contenu .nav-menu nav ul li .sub-menu {
    position: relative !important;
    top: auto !important;
    opacity: 1 !important;
    background-color: transparent !important;
    transform: none !important;
    padding: 5px 0 0 !important;
  }
  body header .contenu .nav-menu nav ul li .sub-menu li {
    padding: 0 !important;
  }
  body header .contenu .nav-menu nav ul li .sub-menu li a {
    color: #fff !important;
  }
  body header .contenu .nav-menu nav ul li.current_page_item a i {
    color: #fff;
  }
  body main section.bandeau-entete-page {
    height: 350px;
  }
  body main section.bandeau-entete-page .contenu .bloc h2 {
    font-size: 25px;
  }
  body footer .contenu {
    text-align: center;
    padding: 130px 0 30px;
  }
  body footer .contenu img {
    top: -337px;
    width: 150px;
    left: 0;
    right: 0;
    margin: auto;
  }
  body footer .contenu .mobile {
    font-size: 18px;
  }
  body footer .contenu a {
    font-size: 14px;
    display: block;
  }
  body footer .contenu .sociaux {
    margin-top: 30px;
  }
  body footer .contenu .sociaux a {
    display: inline-block;
  }
  body.page-template-accueil main section.bandeau-entete {
    height: 520px;
  }
  body.page-template-accueil main section.bandeau-entete .contenu h1 .titre {
    font-size: 38px;
  }
  body.page-template-accueil main section.bandeau-entete .contenu h1 .soustitre {
    font-size: 22px;
  }
  body.page-template-accueil main section.bandeau-entete .contenu h1 .soustitre:before {
    width: 135px;
    height: 41px;
    margin: 15px auto 0;
  }
  body.page-template-accueil main section.presentation .contenu {
    padding: 50px 0;
  }
  body.page-template-accueil main section.presentation .contenu .content {
    padding: 0 80px;
  }
  body.page-template-accueil main section.presentation .contenu .content .bloc {
    padding: 0 0 30px;
  }
  body.page-template-accueil main section.presentation .contenu .content .bloc .titre h3 {
    font-size: 16px;
  }
  body.page-template-accueil main section.presentation .contenu .content .media-fond {
    display: none;
  }
  body.page-template-accueil main section.caracteristiques .contenu {
    padding: 40px;
  }
  body.page-template-accueil main section.caracteristiques .contenu .titre h3 {
    font-size: 16px;
  }
  body.page-template-accueil main section.caracteristiques .contenu .bloc {
    flex-wrap: wrap;
  }
  body.page-template-accueil main section.caracteristiques .contenu .bloc .item {
    padding: 0px 20px 30px;
  }
  body.page-template-accueil main section.link .contenu .media {
    height: 300px;
  }
  body.page-template-accueil main section.link .contenu a p {
    font-size: 38px;
  }
  body.page-template-accueil main section.link .contenu a p span {
    width: 235px;
    overflow: hidden;
  }
  body.page-template-accueil main section.temoignages {
    padding: 50px 0 160px;
  }
  body.page-template-accueil main section.temoignages .contenu .titre {
    margin-bottom: 30px;
  }
  body.page-template-accueil main section.temoignages .contenu .titre:before {
    right: 0;
  }
  body.page-template-accueil main section.temoignages .contenu .titre h3 {
    font-size: 16px;
  }
  body.page-template-accueil main section.temoignages .contenu .item:before {
    width: 80px;
    height: 54px;
  }
  body.page-template-accueil main section.temoignages .contenu .owl-carousel .owl-nav {
    right: 28px;
  }
  body.page-template-domaine main section.histoire .contenu .bloc h3 {
    font-size: 20px;
  }
  body.page-template-domaine main section.histoire .contenu .bloc h4 {
    font-size: 16px;
  }
  body.page-template-domaine main section.histoire .contenu .photo1 {
    height: 450px;
  }
  body.page-template-domaine main section.histoire .contenu .photo2 {
    display: none;
  }
  body.page-template-domaine main section.histoire .contenu .photo3 {
    display: none;
  }
  body.page-template-domaine main section.configuration .contenu .media-fond {
    display: none;
  }
  body.page-template-domaine main section.configuration .contenu .titre h3 {
    font-size: 20px;
  }
  body.page-template-domaine main section.configuration .contenu .titre h4 {
    font-size: 16px;
  }
  body.page-template-domaine main section.configuration .contenu .nav li a {
    font-size: 16px;
  }
  body.page-template-domaine main section.configuration .contenu .tab-content {
    margin-bottom: 0;
  }
  body.page-template-domaine main section.configuration .contenu .tab-content .tab-pane {
    padding: 60px 40px 40px;
  }
  body.page-template-domaine main section.configuration .contenu .tab-content .galerie {
    position: relative;
  }
  body.page-template-domaine main section.configuration .contenu .tab-content .galerie .owl-carousel .item .media {
    height: 415px;
  }
  body.page-template-domaine main section.exterieurs {
    padding: 0 0 30px;
  }
  body.page-template-domaine main section.exterieurs .contenu .titre h3 {
    font-size: 16px;
  }
  body.page-template-domaine main section.exterieurs .contenu .bloc {
    flex-wrap: wrap;
  }
  body.page-template-domaine main section.exterieurs .contenu .bloc .item {
    width: 33.33%;
    margin-bottom: 30px;
  }
  body.page-template-sejourner main section.hebergements .contenu .titre h3 {
    font-size: 20px;
  }
  body.page-template-sejourner main section.hebergements .contenu .titre h4 {
    font-size: 16px;
  }
  body.page-template-sejourner main section.hebergements .contenu .couvent {
    padding: 20px 0;
  }
  body.page-template-sejourner main section.hebergements .contenu .couvent .media-fond {
    background-position: 0 105%;
    background-size: 120%;
  }
  body.page-template-sejourner main section.hebergements .contenu .boiron .media-fond {
    height: 330px !important;
  }
  body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a .media {
    height: 240px !important;
  }
  body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .item a,
  body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a {
    border: 6px solid #fff;
  }
  body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .item a .media,
  body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a .media {
    height: 210px;
  }
  body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .item a .texte-carousel h3,
  body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a .texte-carousel h3 {
    font-size: 25px;
  }
  body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .item a .texte-carousel p,
  body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .item a .texte-carousel p {
    font-size: 16px;
  }
  body.page-template-sejourner main section.hebergements .contenu .couvent .owl-carousel .owl-nav,
  body.page-template-sejourner main section.hebergements .contenu .boiron .owl-carousel .owl-nav {
    bottom: -40px;
  }
  body.page-template-sejourner main section.activites .contenu {
    margin-top: 30px;
    padding-top: 170px;
  }
  body.page-template-sejourner main section.activites .contenu .titre h3 {
    font-size: 20px;
  }
  body.page-template-sejourner main section.activites .contenu .titre h4 {
    font-size: 16px;
  }
  body.page-template-sejourner main section.activites .contenu .bloc .item h3 {
    font-size: 18px;
    margin-top: 15px;
  }
  body.page-template-sejourner main section.activites .contenu .content .media {
    height: 440px;
  }
  body.page-template-sejourner main section.dombes .contenu .titre h3 {
    font-size: 20px;
  }
  body.page-template-sejourner main section.dombes .contenu .titre h4 {
    font-size: 16px;
  }
  body.page-template-sejourner main section.dombes .contenu .bloc .item h3 {
    font-size: 18px;
    margin-top: 15px;
  }
  body.page-template-celebrations main section.espaces .contenu .media-fond {
    display: none;
  }
  body.page-template-celebrations main section.espaces .contenu .titre h3 {
    font-size: 16px;
  }
  body.page-template-celebrations main section.espaces .contenu .nav li {
    padding: 0 5px;
  }
  body.page-template-celebrations main section.espaces .contenu .nav li a {
    font-size: 16px;
    padding: 5px;
  }
  body.page-template-celebrations main section.espaces .contenu .tab-content {
    margin-bottom: 0;
  }
  body.page-template-celebrations main section.espaces .contenu .tab-content .tab-pane {
    padding: 40px;
  }
  body.page-template-celebrations main section.espaces .contenu .tab-content .galerie {
    position: relative;
  }
  body.page-template-celebrations main section.espaces .contenu .tab-content .owl-carousel .item .media {
    height: 400px;
  }
  body.page-template-celebrations main section.mariages .contenu .titre h3 {
    font-size: 20px;
  }
  body.page-template-celebrations main section.mariages .contenu .titre h4 {
    font-size: 16px;
  }
  body.page-template-celebrations main section.mariages .contenu .visuel:before {
    height: 450px;
  }
  body.page-template-celebrations main section.mariages .contenu .visuel .media {
    height: 450px;
  }
  body.page-template-celebrations main section.renseignements {
    padding: 0 0 50px;
  }
  body.page-template-celebrations main section.renseignements .contenu .content >.row {
    margin-bottom: 30px;
  }
  body.page-template-celebrations main section.renseignements .contenu .content >.row:nth-of-type(2n) .media {
    right: auto;
    left: auto;
  }
  body.page-template-celebrations main section.renseignements .contenu .content >.row:last-of-type {
    margin-bottom: 0;
  }
  body.page-template-celebrations main section.renseignements .contenu .content >.row .media {
    position: relative;
    height: 350px;
    max-width: 100%;
    left: auto;
  }
  body.page-template-celebrations main section.renseignements .contenu .content >.row .bloc {
    margin: 0;
    padding: 40px;
    text-align: center;
  }
  body.page-template-celebrations main section.renseignements .contenu .content >.row .bloc .titre h3 {
    font-size: 16px;
  }
  body.page-template-celebrations main section.renseignements .contenu .content >.row .bloc .texte p {
    margin-bottom: 0;
  }
  body.page-template-celebrations main section.anniversaires {
    padding: 50px 0;
  }
  body.page-template-celebrations main section.anniversaires .contenu {
    text-align: center;
    padding: 0 30px;
  }
  body.page-template-celebrations main section.anniversaires .contenu .titre h3 {
    font-size: 20px;
  }
  body.page-template-celebrations main section.anniversaires .contenu .titre h4 {
    font-size: 16px;
  }
  body.page-template-celebrations main section.anniversaires .contenu .visuel:before {
    width: 98%;
    height: 95%;
    top: 35px;
    left: 15px;
  }
  body.page-template-celebrations main section.anniversaires .contenu .visuel .media {
    width: 100%;
    height: 350px;
    position: relative;
    margin-top: 30px;
  }
  body.page-template-celebrations main section.temoignages {
    padding: 20px 0 50px;
  }
  body.page-template-celebrations main section.temoignages .contenu .titre {
    margin-bottom: 30px;
  }
  body.page-template-celebrations main section.temoignages .contenu .titre:before {
    right: 0;
  }
  body.page-template-celebrations main section.temoignages .contenu .titre h3 {
    font-size: 16px;
  }
  body.page-template-celebrations main section.temoignages .contenu .item:before {
    width: 80px;
    height: 54px;
  }
  body.page-template-celebrations main section.temoignages .contenu .owl-carousel .owl-nav {
    right: 28px;
  }
  body.page-template-celebrations main section.basPage .contenu .titre h3 {
    font-size: 16px;
  }
  body.page-template-professionnels main section.evenements .contenu .titre h3 {
    font-size: 20px;
  }
  body.page-template-professionnels main section.evenements .contenu .titre h4 {
    font-size: 16px;
  }
  body.page-template-professionnels main section.evenements .contenu .groupe-bouton .bouton {
    margin: 15px;
  }
  body.page-template-professionnels main section.evenements .contenu .groupe-bouton .bouton span {
    font-size: 15px;
    padding: 15px 20px 13px;
  }
  body.page-template-professionnels main section.salles .contenu .media-fond {
    display: none;
  }
  body.page-template-professionnels main section.salles .contenu .titre {
    margin-bottom: 50px;
  }
  body.page-template-professionnels main section.salles .contenu .titre h3 {
    font-size: 16px;
  }
  body.page-template-professionnels main section.salles .contenu .nav li a {
    font-size: 16px;
  }
  body.page-template-professionnels main section.salles .contenu .tab-content {
    margin-bottom: 20px;
  }
  body.page-template-professionnels main section.salles .contenu .tab-content .bloc .titre-tab h3 {
    font-size: 20px;
  }
  body.page-template-professionnels main section.salles .contenu .tab-content .bloc .titre-tab h4 {
    font-size: 14px;
  }
  body.page-template-professionnels main section.salles .contenu .tab-content .tab-pane {
    padding: 40px;
  }
  body.page-template-professionnels main section.salles .contenu .tab-content .caracteristiques .content:nth-of-type(2n) .icon {
    padding-left: 57px;
  }
  body.page-template-professionnels main section.salles .contenu .tab-content .galerie {
    position: relative;
  }
  body.page-template-professionnels main section.renseignements {
    padding: 0 0 50px;
  }
  body.page-template-professionnels main section.renseignements .contenu .content >.row {
    margin-bottom: 30px;
  }
  body.page-template-professionnels main section.renseignements .contenu .content >.row:nth-of-type(2n) .media {
    right: auto;
    left: auto;
  }
  body.page-template-professionnels main section.renseignements .contenu .content >.row:last-of-type {
    margin-bottom: 0;
  }
  body.page-template-professionnels main section.renseignements .contenu .content >.row .media {
    position: relative;
    height: 350px;
    max-width: 100%;
    left: auto;
    right: auto;
  }
  body.page-template-professionnels main section.renseignements .contenu .content >.row .bloc {
    margin: 0;
    padding: 40px;
    text-align: center;
  }
  body.page-template-professionnels main section.renseignements .contenu .content >.row .bloc .titre h3 {
    font-size: 16px;
  }
  body.page-template-professionnels main section.renseignements .contenu .content >.row .bloc .texte p {
    margin-bottom: 0;
  }
  body.page-template-professionnels main section.renseignements .contenu .content >.row .bloc .bouton {
    position: relative;
    margin: 50px auto 0;
    top: auto;
    transform: none;
  }
  body.page-template-professionnels main section.tournages {
    background-image: none !important;
    padding: 0;
  }
  body.page-template-professionnels main section.tournages .contenu {
    text-align: center;
    padding: 0 30px;
  }
  body.page-template-professionnels main section.tournages .contenu .bloc {
    padding: 0;
  }
  body.page-template-professionnels main section.tournages .contenu .titre h3 {
    font-size: 20px;
  }
  body.page-template-professionnels main section.tournages .contenu .titre h4 {
    font-size: 16px;
  }
  body.page-template-professionnels main section.tournages .contenu .visuel {
    padding-left: 0;
  }
  body.page-template-professionnels main section.tournages .contenu .visuel:before {
    width: 98%;
    height: 95%;
    top: 35px;
    left: 15px;
  }
  body.page-template-professionnels main section.tournages .contenu .visuel .media {
    width: 100%;
    height: 350px;
    position: relative;
    margin-top: 30px;
  }
  body.page-template-professionnels main section.temoignages {
    padding: 70px 0 50px;
  }
  body.page-template-professionnels main section.temoignages .contenu .titre {
    margin-bottom: 30px;
  }
  body.page-template-professionnels main section.temoignages .contenu .titre:before {
    right: 0;
  }
  body.page-template-professionnels main section.temoignages .contenu .titre h3 {
    font-size: 16px;
  }
  body.page-template-professionnels main section.temoignages .contenu .item:before {
    width: 80px;
    height: 54px;
  }
  body.page-template-professionnels main section.temoignages .contenu .owl-carousel .owl-nav {
    right: 28px;
  }
  body.page-template-professionnels main section.basPage .contenu .titre h3 {
    font-size: 16px;
  }
  body.page-template-galerie main section.galerie {
    padding: 50px 0 180px;
  }
  body.page-template-galerie main section.galerie .contenu .bloc .item-gallery .media {
    height: 210px;
  }
  body.page-template-contact main section.coo {
    padding-bottom: 150px;
  }
  body.page-template-contact main section.coo .contenu .bloc {
    padding: 30px;
  }
  body.page-template-contact main section.coo .contenu .carte {
    width: 500px;
    margin: 0 auto 30px;
    display: block;
  }
  body.page-template-contact main section.coo .contenu h2 {
    font-size: 38px;
  }
  body.page-template-contact main section.coo .contenu .transport {
    width: 100%;
    margin: 70px auto 0;
  }
}
