/**
 * @license
 * MyFonts Webfont Build ID 3106287, 2015-10-12T05:50:58-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: BlairITCStd-Light by ITC
 * URL: http://www.myfonts.com/fonts/itc/blair/std-light/
 * Copyright: Copyright 1997 International Typeface Corporation. All rights reserved.
 * Licensed pageviews: 500,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3106287
 * 
 * © 2015 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import "bootstrap.min.css";
@import "font-awesome.min.css";
@import "slick.css";
@import "slick-theme.css";
@font-face {
  font-family: 'BlairITCStd-Light';
  src: url('../fonts/2F65EF_0_0.eot');
  src: url('../fonts/2F65EF_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2F65EF_0_0.woff2') format('woff2'), url('../fonts/2F65EF_0_0.woff') format('woff'), url('../fonts/2F65EF_0_0.ttf') format('truetype'), url('../fonts/2F65EF_0_0.svg#wf') format('svg');
}
/*
Define theme variables
*/
/************************ GENERAL *************************/
/*   DECLARATIONS   */
/*   SIZE   */
/*   GRADIENT   */
/*   BORDER RADIUS   */
/*   SHADOW   */
/*   FONT AWESOME ICON   */
@-webkit-keyframes dezoomscale {
  0% {
    -webkit-transform: scale(1.11);
            transform: scale(1.11);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes dezoomscale {
  0% {
    -webkit-transform: scale(1.11);
            transform: scale(1.11);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes prechargementbar {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes prechargementbar {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes chargementbar {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes chargementbar {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@-webkit-keyframes preloadertitre {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    top: -15px;
  }
}
@keyframes preloadertitre {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    top: -15px;
  }
}
@-webkit-keyframes loadertitre {
  from {
    opacity: 1;
    top: -15px;
  }
  to {
    opacity: 0;
    top: -30px;
  }
}
@keyframes loadertitre {
  from {
    opacity: 1;
    top: -15px;
  }
  to {
    opacity: 0;
    top: -30px;
  }
}
@-webkit-keyframes animaemenuli {
  from {
    top: 5px;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animaemenuli {
  from {
    top: 5px;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes bounceffect {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounceffect {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
body main#main #sub-page-76 .galerie_places_list .galerie_places_item,
body main#main #sub-page-866 .galerie_places_list .galerie_places_item {
  position: absolute !important;
  width: 100% !important;
  height: 116vh !important;
}
body main#main #sub-page-76 .galerie_places_list {
  height: 100vh;
}
/*================================
    Bootstrap règles
================================*/
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: static;
}
/*================================
    Reset CSS
================================*/
body {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 22px;
  font-size: 16px;
}
.clear {
  clear: both;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
/************************** CLEARFIX ***************************/
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
* {
  outline: none;
}
a {
  outline: none;
  outline: 0;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-weight: normal;
  line-height: 110%;
}
table {
  border-collapse: collapse;
  border: 0;
  margin: 0;
}
tbody {
  border: 0;
}
button,
form {
  margin: 0;
  padding: 0;
}
input,
select,
textarea,
button {
  border: 0;
}
label {
  font-weight: normal;
}
.contenter-copyright-advisa {
  /*A placer en fonction du site */
  width: 50px;
  padding: 0 0 0 150px;
}
.copyright-advisa {
  position: absolute;
  width: 7px;
  height: 19px;
  background: url(../images/copyright_advisa/logo_advisa.png) no-repeat;
  bottom: 40px;
  right: 45px;
}
*html .copyright-advisa {
  background-image: url(../images/copyright_advisa/logo_advisa.gif);
}
table.copyright-over {
  display: none;
  position: absolute;
  right: -15px;
  font-family: Arial, Verdana, Helvetica, sans serif;
  font-size: 11px;
  line-height: 100%;
  color: #fff;
  border-collapse: collapse;
  border: 0;
  margin: 0;
}
*html table.copyright-over {
  right: -9px;
}
table.copyright-over td {
  padding: 0;
  vertical-align: top;
}
.copyright-over .copyright-text {
  height: 24px;
  width: auto !important;
  background: url(../images/copyright_advisa/bg_over_left.png) no-repeat;
  text-align: center;
  padding: 8px  10px 0 10px;
}
*html .copyright-over .copyright-text {
  height: 18px;
  background-image: none;
  background: #CC006B;
}
.copyright-over a {
  color: #fff;
  text-decoration: none;
}
.copyright-over a:hover {
  color: #000000;
}
.copyright-over img {
  border: 0;
  padding: 0;
  margin: 0;
}
.copyright-over .copyright-img {
  padding: 0 6px 6px 0;
  background-image: url(../images/copyright_advisa/bg_over_right.png);
}
*html .copyright-over .copyright-img {
  background-image: none;
  padding: 0;
}
a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #FC61BA;
}
body {
  background: #101010;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
  /* Safari */
  transition-delay: 1.2s;
}
body.scrollbar {
  overflow: auto;
}
.preload.quitpreload {
  transition: all 1s ease-in-out;
  opacity: 0;
  z-index: -1;
  /* Safari */
  transition-delay: 1s;
}
.preload {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: #000000;
}
.preload .centrage {
  position: fixed;
  z-index: 999;
  left: 50%;
  top: 50%;
  width: 150px;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.preload .centrage .load {
  text-transform: uppercase;
  color: #979797;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  position: absolute;
  font-size: 12px;
  top: -5px;
  letter-spacing: 1px;
  text-align: center;
  opacity: 0;
  -webkit-animation: preloadertitre .6s;
  animation: preloadertitre .6s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.preload .centrage .load.hiddenn {
  -webkit-animation: loadertitre .6s;
  animation: loadertitre .6s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.preload .chargement.hiddenn span.left-bar,
.preload .chargement.hiddenn span.right-bar {
  -webkit-animation: chargementbar .6s;
  animation: chargementbar .6s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  background: #FC61BA;
  -webkit-animation-delay: 0s;
  /* Chrome, Safari, Opera */
  animation-delay: 0s;
}
.preload .chargement.hiddenn .progressbar {
  display: none;
}
.preload .chargement {
  height: 1px;
  display: inline-block;
  text-align: center;
  width: 100%;
  position: relative;
}
.preload .chargement span.left-bar,
.preload .chargement span.right-bar {
  position: absolute;
  width: 0;
  background: #979797;
  top: 0;
  height: 1px;
  -webkit-animation: prechargementbar .3s;
  animation: prechargementbar .3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .6s;
  /* Chrome, Safari, Opera */
  animation-delay: .6s;
}
.preload .chargement span.right-bar {
  right: 0;
}
.preload .chargement span.left-bar {
  left: 0;
}
.preload .chargement .progressbar {
  background: #FC61BA;
  display: inline-block;
  position: absolute;
  height: 1px;
  width: 0;
  left: 0;
  bottom: 0;
  /* Safari */
  transition-delay: .45s;
}
.preload video#preloadVideo {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  /* Safari */
  transition-delay: 1.2s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preload video#preloadVideo2 {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preload video#preloadVideo.showIntro,
video#preloadVideo2.showend {
  opacity: 1;
  visibility: visible;
}
.btnnormal {
  position: relative!important;
  padding: 20px 30px;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 12px;
  font-weight: 900!important;
  letter-spacing: 4pt;
  line-height: 120%;
  color: #5D5D5D !important;
  border: 2px solid #5D5D5D;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 0;
  margin: 50px 0;
  transition: all 0.3s ease-in-out;
}
.btnnormal:hover {
  border-color: #5D5D5D;
  background-color: #5D5D5D;
  color: #FFFFFF !important;
}
#main,
footer#footer {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#main.notpreload,
footer#footer.notpreload {
  visibility: visible;
  opacity: 1;
}
body {
  background: #101010;
  height: 100%;
  max-height: 100%;
  font-family: 'Open Sans', Arial, sans-serif !important;
}
body.page-id-1059 div.advanced-browser-check,
body.page-id-1034 div.advanced-browser-check,
body.page-id-1059 header#header #btn-previous,
body.page-id-1034 header#header #btn-previous,
body.page-id-1059 header#header #btn-menu,
body.page-id-1034 header#header #btn-menu,
body.page-id-1059 footer#footer nav,
body.page-id-1034 footer#footer nav {
  display: none!important;
}
body.page-id-1059 header#header .logo,
body.page-id-1034 header#header .logo {
  width: auto;
}
body.page-id-1059 header#header .logo svg,
body.page-id-1034 header#header .logo svg {
  margin-left: -33px;
}
body.page-id-1059 main section,
body.page-id-1034 main section {
  min-height: auto;
}
body.page-id-1059 main section#section2 > div,
body.page-id-1034 main section#section2 > div,
body.page-id-1059 main section#section2 .img_bg,
body.page-id-1034 main section#section2 .img_bg {
  min-height: 1100px;
}
body.page-id-1059 main section#section3 > div,
body.page-id-1034 main section#section3 > div {
  background-color: #FFFFFF !important;
}
body.page-id-1059 main section > div,
body.page-id-1034 main section > div,
body.page-id-1059 main section .img_bg,
body.page-id-1034 main section .img_bg {
  min-height: 800px;
  height: 100%;
  padding: 0;
}
body.page-id-1059 main section > div h1,
body.page-id-1034 main section > div h1,
body.page-id-1059 main section .img_bg h1,
body.page-id-1034 main section .img_bg h1,
body.page-id-1059 main section > div h2,
body.page-id-1034 main section > div h2,
body.page-id-1059 main section .img_bg h2,
body.page-id-1034 main section .img_bg h2,
body.page-id-1059 main section > div h3,
body.page-id-1034 main section > div h3,
body.page-id-1059 main section .img_bg h3,
body.page-id-1034 main section .img_bg h3 {
  font-family: 'BlairITCStd-Light', Arial, sans-serif;
  text-transform: uppercase;
}
body.page-id-1059 main section > div span.next,
body.page-id-1034 main section > div span.next,
body.page-id-1059 main section .img_bg span.next,
body.page-id-1034 main section .img_bg span.next {
  display: none;
}
body .overlay #btn-switch {
  position: fixed;
  z-index: 800;
  right: 35px;
  bottom: 55px;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  width: 40px;
  height: 40px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
body .overlay #btn-switch a {
  color: #FFFFFF;
}
body .infobulle {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 900;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.35em;
  padding: 5px 10px;
  text-transform: uppercase;
  text-align: right;
  z-index: 100;
  display: inline-block;
}
.returnsite.quitpreload {
  opacity: 0;
  display: none;
  visibility: hidden;
}
.returnsite {
  border: 0 none;
  background: none;
  color: #FFFFFF;
  border: 3px solid #FFFFFF;
  padding: 5px 20px;
  letter-spacing: 2px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  line-height: 160%;
}
.returnsite:hover {
  background: white;
  color: #000000;
}
.embed-container {
  position: absolute;
  padding-bottom: 56.25%;
  height: 100vh;
  overflow: hidden;
  max-width: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.embed-container video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: block;
}
.logo.preloadlogo svg {
  top: 50%;
  margin-top: -22px;
  opacity: 0;
}
header#header {
  position: relative;
  z-index: 99;
}
header#header .logo {
  transition: all 1s ease-in-out;
  position: fixed;
  left: 50%;
  top: 55px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1000;
  height: 120px;
  width: 130px;
  text-align: center;
  z-index: 700;
  margin: 0;
}
header#header .logo svg {
  visibility: visible;
  height: 44px;
  opacity: 1;
}
header#header .logo svg.menuover {
  opacity: 0;
}
header#header .logo.cookieintro svg {
  transition: all 0s ease-in-out !important;
  /* Safari */
  transition-delay: 0s;
}
header#header .logo.test svg {
  transition: all .1s  !important;
}
header#header .logo.test svg path,
header#header .logo.test svg polygon,
header#header .logo.test svg rect {
  transition: all 0.1s ease-in-out !important;
}
header#header .logo.intrologo {
  opacity: 0;
  visibility: hidden;
}
header#header .logo.showvideo {
  opacity: 1;
  visibility: visible;
}
header#header .logo.showvideo svg {
  transition: all 0.6s ease-in-out;
}
header#header .logo.showvideo svg path,
header#header .logo.showvideo svg polygon,
header#header .logo.showvideo svg rect {
  transition: all 0.6s ease-in-out;
}
header#header .logo.intrologo {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header#header .logo.intrologo .spanbar {
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #FFFFFF;
  margin-top: 15px;
  margin-bottom: 15px;
}
header#header #btn-menu.introPreload,
header#header #btn-switch.introPreload {
  opacity: 0;
  right: 0;
}
header#header #btn-menu {
  position: fixed;
  z-index: 800;
  right: 35px;
  top: 55px;
  background-color: transparent;
  border: 0 none;
  width: 40px;
  height: 40px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
header#header #btn-menu svg rect {
  transition: all 0.3s ease-in-out;
}
header#header #btn-menu svg:hover rect {
  width: 17px;
}
header#header #btn-previous {
  position: fixed;
  left: 35px;
  top: 55px;
  background-color: transparent;
  border: 0;
  width: 40px;
  height: 40px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
header#header #btn-switch,
header#header #btn-switch-mobile {
  position: fixed;
  z-index: 800;
  right: 35px;
  bottom: 55px;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  width: 40px;
  height: 40px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
header#header #btn-switch a,
header#header #btn-switch-mobile a {
  color: #FFFFFF;
}
header#header #btn-switch-mobile {
  display: none;
}
main#main .page h2.main-title,
main#main .page .citation {
  z-index: 4;
}
main#main .page .videofinal {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
main#main .page .sub_page_nos-savoir-faire .img-cont .row {
  overflow: hidden;
  width: 100%;
  margin: 0;
}
main#main .page .sub_page_nos-savoir-faire .img-cont .row div {
  padding: 0;
}
main#main .page .sub_page_nos-savoir-faire .img-cont .row .cont .content .btnnormal {
  margin: 15px 0;
}
main#main .page .sub_page_nos-savoir-faire .img-cont .row.rowhheight {
  height: 514px;
}
main#main .page .sub_page_nos-savoir-faire .img-cont .row.rowhheight1 {
  height: 540px;
}
main#main .page .sub_page_nos-savoir-faire .img-cont .row.rowhheight2 {
  height: 570px;
}
main#main .page .sub_page_nos-savoir-faire .img-cont .img0 {
  padding: 0;
  height: 100%;
}
main#main .page .sub_page_nos-savoir-faire .img-cont .img0 img {
  height: 100%;
}
main#main .page .sub_page_nos-savoir-faire .cont {
  background: #FFFFFF;
  padding: 0;
  height: 514px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
main#main .page .sub_page_nos-savoir-faire .cont .content {
  padding: 60px 160px !important;
}
main#main .page .sub_page_la-mise-en-scne .bloc,
main#main .page .sub_page_des-lieux-dexception .bloc,
main#main .page .sub_page_des-lieux-d8217exception .bloc {
  padding: 120px 180px;
}
main#main .page .sub_page_la-mise-en-scne .bloc h3,
main#main .page .sub_page_des-lieux-dexception .bloc h3,
main#main .page .sub_page_des-lieux-d8217exception .bloc h3 {
  font-size: 46px;
  font-family: 'BlairITCStd-Light', Arial, sans-serif;
  margin-bottom: 50px;
}
main#main .page .sub_page_la-mise-en-scne .bloc .cont p,
main#main .page .sub_page_des-lieux-dexception .bloc .cont p,
main#main .page .sub_page_des-lieux-d8217exception .bloc .cont p {
  font-size: 18px;
  color: #5d5d5d;
  font-weight: 400;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  line-height: 160%;
}
main#main .page .parallaxImage {
  width: 100%;
  position: absolute !important;
}
main#main .page .parallaxImage:before {
  content: '';
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 150vh;
  display: block;
}
main#main .page-top,
main#main .page-top2,
main#main .page-bottom {
  position: absolute;
  top: -49vh;
  left: 0;
  height: 0;
  width: 0;
  z-index: 1000;
}
main#main .page-top2 {
  top: -100vh;
}
main#main .page-bottom {
  top: auto;
  bottom: 54vh;
}
main#main .videox {
  position: relative;
  height: auto !important;
  transition: all 0.6s ease-in-out;
  overflow: hidden;
}
main#main .videox .video {
  overflow: hidden;
  transition: all 0.6s ease-in-out;
}
main#main .videox .video video {
  position: absolute;
  left: -11px;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: 102%;
  transition: all 0.6s ease-in-out;
}
main#main .parallaxImage .video {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  visibility: hidden;
}
main#main .parallaxImage .video:before {
  content: '';
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 150vh;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
}
main#main .parallaxImage .video video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
main#main .container-identite-culinaire-singuliere {
  background-color: #FFFFFF;
}
main#main .container-identite-culinaire-singuliere .container-content {
  max-height: 630px;
  overflow: hidden;
}
main#main .container-identite-culinaire-singuliere .container-content .content {
  padding: 40px 65px 0!important;
  display: block !important;
  background: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  width: 600px;
}
main#main .container-identite-culinaire-singuliere .container-content-img {
  max-height: 630px;
}
main#main .container-identite-culinaire-singuliere .container-content-img .video {
  height: 100%;
}
main#main .next {
  position: absolute;
  left: 50%;
  bottom: 40px;
  width: 60px;
  height: 181px;
  margin: -160px 0 0 -30px;
  cursor: pointer;
  opacity: 0;
  transition: all 500ms ease-in-out;
}
main#main .next path.st0,
main#main .next polygon.st0 {
  animation: bounceffect 3s infinite;
  -webkit-animation: bounceffect 3s infinite;
  position: relative;
}
main#main .next svg {
  fill: #FFFFFF;
}
main#main .page.active .next {
  margin-top: -180px;
  opacity: 1;
}
main#main .sub_page {
  overflow: hidden;
  z-index: 8;
}
main#main .sub_page .container-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
main#main .sub_page .container-content .content {
  background: white;
  padding: 65px;
}
main#main .sub_page .cont {
  z-index: 9;
}
main#main .sub_page .illustration {
  z-index: 6;
}
main#main .sub_page .img-content-left {
  left: -20px;
  display: block;
  position: relative;
  max-width: 100%;
}
main#main .sub_page .img-content-right {
  left: 20px;
  display: block;
  position: relative;
  max-width: 100%;
}
main#main .sub_page .bloc > .row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
main#main .sub_page .bloc > .row > div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
main#main .sub_page .bloc .content p {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0pt;
  line-height: 160%;
  color: #5D5D5D;
  text-align: left;
}
main#main .sub_page .bloc_1 .content {
  left: 20rem;
  right: 60px;
  padding: 55px 45px 55px 65px;
  max-width: 360px;
}
main#main .sub_page .bloc_1 .content h2 {
  margin-top: 0;
}
main#main .sub_page .bloc_1 .img-content-left {
  left: -8rem;
}
main#main .sub_page .bloc_2 .content {
  left: 0;
  max-width: 380px;
  padding: 55px 70px 55px 60px;
}
main#main .sub_page .bloc_2 .img-content-right {
  left: 14rem;
}
main#main .sub_page .bloc_3 .content {
  left: 16rem;
  max-width: 380px;
  padding: 60px 75px 60px 70px;
}
main#main .sub_page .bloc_3 .illustration {
  max-height: 1297px;
}
main#main .sub_page .bloc_3 .img-content-left {
  left: -16.5rem;
  height: 100%;
  max-width: 650px!important;
  max-height: 1297px;
}
main#main .galerie_events_list.cursor {
  cursor: url("../img/drag.png"), move;
}
main#main .sub_page_les-grands-vnements {
  padding: 150px 0;
}
main#main .sub_page_les-grands-vnements .galerie_events_item {
  margin: 30px;
}
main#main .sub_page_les-grands-vnements a.bouton.link {
  text-decoration: none;
}
main#main .sub_page_les-grands-vnements .slick-next,
main#main .sub_page_les-grands-vnements .slick-prev {
  display: none !important;
}
@media (min-device-width: 992px) and (max-device-width: 1024px) {
  body main#main .img-cont .row.rowhheight1 {
    height: 448px !important;
  }
}
main#main .sub_page_identit-culinaire-singulire .left-text .content {
  height: 744px;
}
footer#footer {
  background: #FFFFFF;
}
@media (min-width: 1200px) {
  main#main .page.active .parallaxImage {
    -webkit-animation-name: dezoomscale;
    animation-name: dezoomscale;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
  }
}
@media (max-width: 1024px) {
  body main#main .next {
    opacity: 1;
  }
  body main#main #sub-page-76 .galerie_places_list,
  body main#main #sub-page-866 .galerie_places_list {
    height: auto;
  }
  body main#main #sub-page-76 .galerie_places_list .galerie_places_item,
  body main#main #sub-page-866 .galerie_places_list .galerie_places_item {
    position: relative!important;
  }
  body main#main #sub-page-53 .galerie_photo_list .galerie_item,
  body main#main #sub-page-809 .galerie_photo_list .galerie_item {
    position: relative!important;
  }
  body main#main .parallaxContent {
    height: 100vh;
  }
  body main#main .page .parallaxImage {
    position: relative!important;
  }
  body .parallaxParent {
    height: 100vh!important;
  }
  .page-template-tpl-des-valeurs-et-des-hommes section .container-content,
  .page-template-tpl-modular-page section .container-content {
    max-width: 450px;
  }
  .page-template-tpl-des-valeurs-et-des-hommes #four .container-content {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  #toc {
    position: fixed;
    z-index: 100;
    right: 30px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  #toc ul li {
    position: relative;
    list-style: none;
    padding: 15px;
    cursor: pointer;
    margin-bottom: 10px;
  }
  #toc ul li.active:after {
    background: #FC61BA;
  }
  #toc ul li:before {
    transition: 0.2s all ease-in-out;
  }
  #toc ul li:not(.active):hover:after {
    background: #FC61BA;
  }
  #toc ul li:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #A2A2A2;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
  }
  .overlay.open {
    visibility: visible;
    opacity: 1;
  }
  .overlay.open nav#menu,
  .overlay.open nav#menu-foot {
    visibility: visible;
    opacity: 1;
  }
  .overlay.open nav#menu ul li:nth-child(1) {
    position: relative;
    -webkit-animation: animaemenuli .3s;
            animation: animaemenuli .3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 0.3s;
    /* Chrome, Safari, Opera */
    animation-delay: 0.3s;
  }
  .overlay.open nav#menu ul li:nth-child(2) {
    position: relative;
    -webkit-animation: animaemenuli .3s;
            animation: animaemenuli .3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 0.35s;
    /* Chrome, Safari, Opera */
    animation-delay: 0.35s;
  }
  .overlay.open nav#menu ul li:nth-child(3) {
    position: relative;
    -webkit-animation: animaemenuli .3s;
            animation: animaemenuli .3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 0.4s;
    /* Chrome, Safari, Opera */
    animation-delay: 0.4s;
  }
  .overlay.open nav#menu ul li:nth-child(4) {
    position: relative;
    -webkit-animation: animaemenuli .3s;
            animation: animaemenuli .3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 0.45s;
    /* Chrome, Safari, Opera */
    animation-delay: 0.45s;
  }
  .overlay.open nav#menu ul li:nth-child(5) {
    position: relative;
    -webkit-animation: animaemenuli .3s;
            animation: animaemenuli .3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 0.5s;
    /* Chrome, Safari, Opera */
    animation-delay: 0.5s;
  }
  .overlay.open nav#menu ul li:nth-child(6) {
    position: relative;
    -webkit-animation: animaemenuli .3s;
            animation: animaemenuli .3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 0.55s;
    /* Chrome, Safari, Opera */
    animation-delay: 0.55s;
  }
  .overlay.open nav#menu ul li:nth-child(7) {
    position: relative;
    -webkit-animation: animaemenuli .3s;
            animation: animaemenuli .3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 0.6s;
    /* Chrome, Safari, Opera */
    animation-delay: 0.6s;
  }
  .overlay.open nav#menu ul li:nth-child(8) {
    position: relative;
    -webkit-animation: animaemenuli .3s;
            animation: animaemenuli .3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 0.65s;
    /* Chrome, Safari, Opera */
    animation-delay: 0.65s;
  }
  /* Overlay style */
  .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    /* Overlay closing cross */
    /* Menu style */
  }
  .overlay .overlay-close {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 15px;
    top: 35px;
    overflow: hidden;
    border: none;
    background: url(../img/close_menu.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 1000;
  }
  .overlay nav#menu {
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .overlay nav#menu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: auto;
    position: relative;
  }
  .overlay nav#menu ul li {
    display: block;
    position: relative;
    top: 5px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .overlay nav#menu ul li.current-menu-item a {
    color: #FC61BA;
  }
  .overlay nav#menu ul li a {
    font-size: 30px;
    display: block;
    letter-spacing: 8px;
    color: #fff;
    transition: color 0.2s;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 250%;
    font-family: 'BlairITCStd-Light', Arial, sans-serif;
  }
  .overlay nav#menu ul li a:hover,
  .overlay nav#menu ul li a:focus,
  .overlay nav#menu ul li a.current-menu-item {
    color: #FC61BA;
  }
  .overlay nav#menu-foot,
  .overlay nav#menu-partners {
    text-align: center;
    bottom: 50px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .overlay nav#menu-foot ul,
  .overlay nav#menu-partners ul {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .overlay nav#menu-foot ul li,
  .overlay nav#menu-partners ul li {
    display: inline-block;
  }
  .overlay nav#menu-foot ul li .carret,
  .overlay nav#menu-partners ul li .carret {
    margin: 0 5px;
  }
  .overlay nav#menu-foot ul li:last-child .carret,
  .overlay nav#menu-partners ul li:last-child .carret {
    display: none;
  }
  .overlay nav#menu-foot ul li:hover a,
  .overlay nav#menu-partners ul li:hover a,
  .overlay nav#menu-foot ul li.current-menu-item a,
  .overlay nav#menu-partners ul li.current-menu-item a,
  .overlay nav#menu-foot ul li.focus a,
  .overlay nav#menu-partners ul li.focus a {
    color: #FC61BA;
  }
  .overlay nav#menu-foot ul li a,
  .overlay nav#menu-partners ul li a {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 3pt;
    line-height: 120%;
    color: #858585;
    text-align: center;
    text-transform: uppercase;
  }
  .overlay nav#menu-partners {
    bottom: 20px;
    visibility: visible;
    opacity: 1;
  }
  main#main .page .sub_page_la-mise-en-scne .row:nth-child(4) img {
    height: auto !important;
  }
  main#main .page .sub_page_la-mise-en-scne .img-cont .row {
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  main#main .page .sub_page_la-mise-en-scne .img-cont .row div {
    padding: 0;
    margin: 0;
  }
  main#main .page .sub_page_la-mise-en-scne .img-cont .row img {
    width: 100%;
    height: 856px;
  }
}
body.page-id-148 header#header .logo svg,
body.error404 header#header .logo svg,
body.page-id-148 header#header #btn-menu svg,
body.error404 header#header #btn-menu svg,
body.page-id-148 header#header #btn-previous svg,
body.error404 header#header #btn-previous svg {
  fill: #FFFFFF !important;
}
body.page-id-148 main,
body.error404 main {
  height: 100vh;
  overflow: hidden;
}
body.page-id-148 main:before,
body.error404 main:before {
  content: "";
  width: 100%;
  height: calc(110%);
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-id-148 .container-content .entry-content,
body.error404 .container-content .entry-content {
  position: absolute;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
}
body.page-id-148 .container-content .entry-content .content h2,
body.error404 .container-content .entry-content .content h2 {
  color: #FFFFFF;
  font-size: 36px;
  letter-spacing: 5pt;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 70px;
  font-family: 'BlairITCStd-Light', Arial, sans-serif;
}
body.page-id-148 .container-content .entry-content .content h2 a,
body.error404 .container-content .entry-content .content h2 a {
  text-decoration: none;
  color: #FFFFFF !important;
  transition: 0.2s color ease-in-out;
  border-color: #FFFFFF !important;
}
body.page-id-148 .container-content .entry-content .content h2 a:hover,
body.error404 .container-content .entry-content .content h2 a:hover {
  color: #FC61BA !important;
  border-color: #FC61BA !important;
}
body.page-id-148 .container-content .entry-content .content h2 small,
body.error404 .container-content .entry-content .content h2 small {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0pt;
  line-height: 160%;
  color: #FFFFFF;
  text-transform: none ;
}
body.page-id-148 .container-content .entry-content .entry-title,
body.error404 .container-content .entry-content .entry-title {
  font-size: 14px;
  color: #FFFFFF;
}
body p {
  margin: 0 0 15px;
}
body:not(.home) header#header {
  position: relative;
  z-index: 1;
}
body:not(.home) header#header .logo {
  position: absolute;
  top: 55px;
  display: block;
}
body:not(.home) header#header .logo svg {
  position: relative;
  height: 44px;
  margin-left: 0px;
}
body.home header #btn-menu {
  display: none;
  visibility: hidden;
  opacity: 0;
}
body.home header .logo svg,
body.home header #btn-previous svg {
  fill: #FFFFFF;
}
body.home header #btn-previous {
  display: none;
}
body.home h2.main-title {
  letter-spacing: 7pt;
  line-height: 120%!important;
  margin-bottom: 20px;
  max-width: 980px;
  left: 50%;
  text-transform: uppercase;
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body.page header .logo svg,
body.page header #btn-menu svg,
body.page header #btn-previous svg {
  fill: #000000;
}
body .ripple-obj {
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  fill: #AD1457;
}
body .parallaxParent {
  height: 140vh;
  overflow: hidden;
  position: relative;
}
body .parallaxContent {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
body .parallaxContent > .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body .page.fixed .parallaxContent {
  position: fixed;
}
body .parallaxImage {
  height: 150%;
  position: relative;
  top: -50%;
  background-size: cover;
  background-position: center center;
}
body main#main .page {
  position: relative;
  /*top: -22px;*/
}
body main#main .row,
body main#main .bloc {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
body main#main .container-content {
  position: relative!important;
  z-index: 2;
}
body main#main h2.main-title {
  color: #FFFFFF;
  font-family: 'BlairITCStd-Light', Arial, sans-serif;
  position: absolute;
  bottom: 50%;
  width: 100%;
  font-size: 56px;
  line-height: 60px;
}
body main#main span.citation {
  display: block;
  position: absolute;
  top: 53%;
  width: 100%;
  color: #FFFFFF;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
body main#main .sub_page {
  background-color: #F4F4F4;
  position: relative;
}
body main#main .sub_page.sub_page_nos-savoir-faire .videox {
  max-height: 100%;
}
body main#main .sub_page.sub_page_nos-savoir-faire .videox .video video {
  width: auto;
  max-width: 115%;
  left: 0;
}
body main#main .sub_page.sub_page_nos-savoir-faire .content {
  background-color: transparent;
}
body main#main .sub_page .content {
  background-color: #FFFFFF;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 160%;
  padding: 60px;
  position: relative;
}
body main#main .sub_page .content.content-1,
body main#main .sub_page .content.content-3 {
  float: right;
  max-width: 425px;
  left: 40px;
}
body main#main .sub_page .content.content-1 {
  top: 145px;
}
body main#main .sub_page .content.content-2 {
  float: left;
  max-width: 425px;
  right: 60px;
  top: 10px;
}
body main#main .sub_page .content.content-3 {
  top: 245px;
  left: 60px;
}
body main#main .sub_page .content h2 {
  font-family: 'BlairITCStd-Light', Arial, sans-serif;
  font-size: 28px;
  line-height: 160%;
  color: #525252;
}
body main#main .sub_page .img-content-1,
body main#main .sub_page .img-content-2,
body main#main .sub_page .img-content-3 {
  display: block;
  position: relative;
  z-index: 1;
}
body main#main .sub_page .img-content-1,
body main#main .sub_page .img-content-3 {
  right: 40px;
  z-index: 1;
}
body main#main .sub_page .img-content-2 {
  left: 60px;
  min-height: 403px;
}
body main#main .sub_page .img-content-3 {
  right: 60px;
}
body main#main .sub_page .bloc_2 {
  margin-top: 150px;
}
body main#main .sub_page .bloc_3 {
  margin-bottom: 150px;
}
body main#main .sub_page .bloc_3 .row {
  padding-top: 150px;
}
body main#main #sub-page-2,
body main#main #sub-page-767 {
  padding-top: 150px;
}
body main#main #sub-page-14,
body main#main #sub-page-796 {
  padding: 0;
}
body main#main #sub-page-14 .img-grid > img,
body main#main #sub-page-796 .img-grid > img,
body main#main #sub-page-14 .img-grid > div,
body main#main #sub-page-796 .img-grid > div,
body main#main #sub-page-14 .img-grid .container-img img,
body main#main #sub-page-796 .img-grid .container-img img,
body main#main #sub-page-14 .img-grid div img,
body main#main #sub-page-796 .img-grid div img {
  padding: 0;
  margin: 0;
}
body main#main #sub-page-41,
body main#main #sub-page-849 {
  padding: 0;
}
body main#main #sub-page-41 .bloc,
body main#main #sub-page-849 .bloc,
body main#main #sub-page-41 .container-content-img,
body main#main #sub-page-849 .container-content-img,
body main#main #sub-page-41 .container-content-img img,
body main#main #sub-page-849 .container-content-img img,
body main#main #sub-page-41 .container-fluid,
body main#main #sub-page-849 .container-fluid {
  padding: 0;
}
body main#main #sub-page-41 .img-grid > img,
body main#main #sub-page-849 .img-grid > img,
body main#main #sub-page-41 .img-grid > div,
body main#main #sub-page-849 .img-grid > div,
body main#main #sub-page-41 .img-grid .container-img img,
body main#main #sub-page-849 .img-grid .container-img img,
body main#main #sub-page-41 .img-grid div img,
body main#main #sub-page-849 .img-grid div img {
  padding: 0;
  margin: 0;
}
body main#main #sub-page-53,
body main#main #sub-page-809 {
  padding: 0;
}
body main#main #sub-page-53 .galerie_photo_list,
body main#main #sub-page-809 .galerie_photo_list {
  list-style_type: none;
  padding: 0;
  margin-bottom: 0;
  min-height: 100vh;
  overflow: hidden;
}
body main#main #sub-page-53 .galerie_photo_list .galerie_item,
body main#main #sub-page-809 .galerie_photo_list .galerie_item {
  list-style-type: none;
  height: 100vh;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  transition: 0.2s all ease-in-out;
}
body main#main #sub-page-53 .galerie_photo_list .galerie_item .info,
body main#main #sub-page-809 .galerie_photo_list .galerie_item .info {
  padding: 40px 50px;
  background-color: #000000;
  display: inline-block;
  position: absolute;
  -webkit-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
  top: 50%;
  left: 50%;
}
body main#main #sub-page-53 .galerie_photo_list .bouton,
body main#main #sub-page-809 .galerie_photo_list .bouton {
  background-color: #FFFFFF;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2pt;
  line-height: 120%;
  color: #5D5D5D;
  padding: 20px 25px;
  text-transform: uppercase;
  position: relative;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 40px;
}
body main#main #sub-page-67 .galerie_events_list,
body main#main #sub-page-1016 .galerie_events_list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}
body main#main #sub-page-67 .galerie_events_list .galerie_events_item,
body main#main #sub-page-1016 .galerie_events_list .galerie_events_item {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative!important;
  transition: 0.4s background-color ease-in-out;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  text-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
body main#main #sub-page-67 .galerie_events_list .galerie_events_item:hover:before,
body main#main #sub-page-1016 .galerie_events_list .galerie_events_item:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
body main#main #sub-page-67 .galerie_events_list .galerie_events_item:hover .content:before,
body main#main #sub-page-1016 .galerie_events_list .galerie_events_item:hover .content:before {
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
body main#main #sub-page-67 .galerie_events_list .galerie_events_item:hover .content:after,
body main#main #sub-page-1016 .galerie_events_list .galerie_events_item:hover .content:after {
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
body main#main #sub-page-67 .galerie_events_list .galerie_events_item:before,
body main#main #sub-page-1016 .galerie_events_list .galerie_events_item:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
}
body main#main #sub-page-67 .galerie_events_list .galerie_events_item .content,
body main#main #sub-page-1016 .galerie_events_list .galerie_events_item .content {
  background-color: transparent;
  padding: 10px auto 24px;
  position: relative;
}
body main#main #sub-page-67 .galerie_events_list .galerie_events_item .content:before,
body main#main #sub-page-1016 .galerie_events_list .galerie_events_item .content:before,
body main#main #sub-page-67 .galerie_events_list .galerie_events_item .content:after,
body main#main #sub-page-1016 .galerie_events_list .galerie_events_item .content:after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #FFFFFF;
  display: block;
  margin: 15px auto;
  transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s transform ease-in-out;
  transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
  position: relative;
}
body main#main #sub-page-67 .galerie_events_list .galerie_events_item .category_name,
body main#main #sub-page-1016 .galerie_events_list .galerie_events_item .category_name {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3pt;
  line-height: 170%;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0;
}
body main#main #sub-page-67 .galerie_events_list .galerie_events_item .category_type,
body main#main #sub-page-1016 .galerie_events_list .galerie_events_item .category_type {
  font-family: 'BlairITCStd-Light', Arial, sans-serif;
  font-size: 40px;
  line-height: 120%;
  color: #f2f2f2;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 0;
}
body main#main #sub-page-67 .galerie_events_list .galerie_events_item .bouton,
body main#main #sub-page-1016 .galerie_events_list .galerie_events_item .bouton {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2pt;
  line-height: 120%;
  color: #5D5D5D;
  background-color: #FFFFFF;
  padding: 20px 25px;
  text-transform: uppercase;
  position: relative;
  top: 105px;
}
body main#main #sub-page-76,
body main#main #sub-page-866 {
  padding: 0;
}
body main#main #sub-page-76 .galerie_places_list,
body main#main #sub-page-866 .galerie_places_list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}
body main#main #sub-page-76 .galerie_places_list .galerie_places_item,
body main#main #sub-page-866 .galerie_places_list .galerie_places_item {
  height: 100vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body main#main #sub-page-76 .galerie_places_list .galerie_places_item .place,
body main#main #sub-page-866 .galerie_places_list .galerie_places_item .place {
  margin: 0;
  font-family: 'BlairITCStd-Light', Arial, sans-serif;
  font-size: 22px;
  line-height: 150%;
  color: #5D5D5D;
  text-align: left;
  padding: 20px 40px 20px 40px;
  background-color: #FFFFFF;
  display: none;
  position: relative;
  top: 40%;
  bottom: -50%;
  max-width: 380px;
}
body main#main #sub-page-86,
body main#main #sub-page-1091 {
  padding: 0;
}
body main#main #sub-page-86 .img-cont .img1 img,
body main#main #sub-page-1091 .img-cont .img1 img,
body main#main #sub-page-86 .img-cont .img2 img,
body main#main #sub-page-1091 .img-cont .img2 img {
  min-width: 100%;
  min-height: 540px;
}
body footer#footer {
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
}
body footer#footer .rowFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body footer#footer .rowFooter .centerFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
body footer#footer .rowFooter .centerFooter .logoEPV {
  padding-right: 45px;
}
body footer#footer .rowFooter .centerFooter .logoEPV img {
  height: 60px;
  width: auto;
}
body footer#footer .btn {
  position: relative!important;
  padding: 20px 30px;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4pt;
  line-height: 120%;
  color: #5D5D5D;
  border: 2px solid #5D5D5D;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 190px;
  margin-bottom: 110px;
  transition: 200ms background cubic-bezier(0.4, 0, 0.2, 1);
}
body footer#footer .menu-footer-container #menu-footer {
  list-style-type: none;
  padding: 0;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 40px;
}
body footer#footer .menu-footer-container #menu-footer li {
  float: left;
}
body footer#footer .menu-footer-container #menu-footer li:last-child .carret {
  display: none;
}
body footer#footer .menu-footer-container #menu-footer li.current-menu-item a {
  color: #FC61BA;
}
body footer#footer .menu-footer-container #menu-footer li a {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 3pt;
  line-height: 120%;
  color: #858585;
  text-align: center;
  text-transform: uppercase;
  transition: 0.4s color ease-in-out;
}
body footer#footer .menu-footer-container #menu-footer li a:hover {
  text-decoration: none;
  color: #FC61BA;
}
body footer#footer .menu-footer-container #menu-footer li .carret {
  margin: 0 10px;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 400;
  color: #858585;
}
body footer#footer .mentions-obligatoires {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 1.2pt;
  line-height: 120%;
  color: #858585;
  text-align: center;
  text-transform: uppercase;
  transition: 0.4s color ease-in-out;
  margin: 0;
  padding-bottom: 20px;
  padding-left: 45px;
  padding-right: 20px;
  width: 100%;
  display: inline-block;
}
body footer#footer .mentions-obligatoires a {
  color: #5D5D5D;
}
body footer#footer .mentions-obligatoires a:hover {
  color: #FC61BA;
}
body.page-template-default {
  min-height: 100vh;
  height: 100%;
  background-color: #F4F4F4;
}
body.page-template-default main {
  padding: 0;
  position: relative;
  top: -22px;
}
body.page-template-default main .img_bg {
  min-height: 100vh;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
}
body.page-template-default main .container-content {
  height: 100%;
  min-height: 100vh;
  float: right;
  position: relative;
}
body.page-template-default main .container-content .entry-content {
  margin-top: 140px;
  top: 0;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  padding: 0 15%;
}
body.page-template-default main .container-content .entry-content .entry-title {
  font-family: 'BlairITCStd-Light', Arial, sans-serif;
  font-size: 32px;
  line-height: 160%;
  color: #343434;
  text-align: left;
  text-transform: uppercase;
}
body.page-template-default main .container-content .entry-content .content {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0pt;
  line-height: 160%;
  color: #5D5D5D;
  text-align: left;
}
body.page-template-default main .container-content .entry-content .content h2 {
  font-family: 'BlairITCStd-Light', Arial, sans-serif;
  font-size: 32px;
  line-height: 160%;
  color: #5D5D5D;
  text-align: left;
}
body.page-template-default main .container-content .entry-content .content a {
  color: #FC61BA;
  transition: 0.2s color ease-in-out;
}
body.page-template-default main .container-content .entry-content .content a.link {
  color: #5D5D5D;
}
body.page-template-default main .container-content .entry-content .content a.link:hover {
  color: #FC61BA;
}
body.page-template-default main .container-content .entry-content .content a:hover,
body.page-template-default main .container-content .entry-content .content a:focus {
  text-decoration: none;
  color: #5D5D5D;
}
body.page-id-154 main .container-content .entry-content {
  margin-top: 140px;
  top: 0;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}
body.page-template-tpl-one-column {
  background-color: #FFFFFF;
  height: 100%;
}
body.page-template-tpl-one-column main {
  padding: 0;
  position: relative;
}
body.page-template-tpl-one-column main.img-bg {
  background-position: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
body.page-template-tpl-one-column main.img-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
}
body.page-template-tpl-one-column main .container-content {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
body.page-template-tpl-one-column main .container-content .entry-content {
  position: relative;
}
body.page-template-tpl-one-column main .container-content .entry-content .entry-title {
  font-family: 'BlairITCStd-Light', Arial, sans-serif;
  font-size: 32px;
  line-height: 160%;
  color: #343434;
  margin: 230px auto 90px auto;
}
body.page-template-tpl-one-column main .container-content .entry-content .content {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0pt;
  line-height: 160%;
  color: #5D5D5D;
  text-align: left;
}
body.page-template-tpl-one-column main .container-content .entry-content .content h2 {
  font-family: 'BlairITCStd-Light', Arial, sans-serif;
  font-size: 32px;
  line-height: 160%;
  color: #5D5D5D;
  text-align: left;
}
body.page-template-tpl-one-column main .container-content .entry-content .content h3 {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0pt;
  line-height: 160%;
  color: #333333;
  text-align: left;
}
body.page-template-tpl-one-column main .container-content .entry-content .content a {
  color: #FC61BA;
  transition: 0.3s color ease-in-out;
}
body.page-template-tpl-one-column main .container-content .entry-content .content a:hover,
body.page-template-tpl-one-column main .container-content .entry-content .content a:focus {
  text-decoration: none;
  color: #5D5D5D;
}
body.page-template-tpl-one-column.page-id-148 header#header .logo svg,
body.page-template-tpl-one-column.error404 header#header .logo svg,
body.page-template-tpl-one-column.page-id-148 header#header #btn-menu svg,
body.page-template-tpl-one-column.error404 header#header #btn-menu svg {
  fill: #FFFFFF !important;
}
body.page-template-tpl-one-column.page-id-148 .container-content .entry-content,
body.page-template-tpl-one-column.error404 .container-content .entry-content {
  margin-bottom: 150px;
}
body.page-template-tpl-one-column.page-id-148 .container-content .entry-content .content h2,
body.page-template-tpl-one-column.error404 .container-content .entry-content .content h2 {
  color: #FFFFFF;
  font-size: 36px;
  letter-spacing: 5pt;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 70px;
}
body.page-template-tpl-one-column.page-id-148 .container-content .entry-content .content h2 a,
body.page-template-tpl-one-column.error404 .container-content .entry-content .content h2 a {
  text-decoration: none;
  color: #FFFFFF;
  transition: 0.2s color ease-in-out;
}
body.page-template-tpl-one-column.page-id-148 .container-content .entry-content .content h2 a:hover,
body.page-template-tpl-one-column.error404 .container-content .entry-content .content h2 a:hover {
  color: #FC61BA;
  background-color: transparent!important;
}
body.page-template-tpl-one-column.page-id-148 .container-content .entry-content .content h2 small,
body.page-template-tpl-one-column.error404 .container-content .entry-content .content h2 small {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0pt;
  line-height: 160%;
  color: #FFFFFF;
  text-transform: none ;
}
body.page-template-tpl-one-column.page-id-148 .container-content .entry-content .entry-title,
body.page-template-tpl-one-column.error404 .container-content .entry-content .entry-title {
  font-size: 14px;
  color: #FFFFFF;
}
body.single {
  background-color: #F4F4F4;
}
body.single .post,
body.single .type-recrutements,
body.single .type-galeries {
  max-width: 980px;
  margin: 180px auto 0 auto;
}
body.single .post h1.main-title,
body.single .type-recrutements h1.main-title,
body.single .type-galeries h1.main-title {
  font-family: 'BlairITCStd-Light', Arial, sans-serif;
  font-size: 36px;
  letter-spacing: 5pt;
  line-height: 160%;
  color: #343434;
  margin: 0 auto;
  max-width: 700px;
  text-transform: uppercase;
  font-weight: 700;
}
body.single .post header,
body.single .type-recrutements header,
body.single .type-galeries header {
  margin-bottom: 55px;
}
body.single .post .date,
body.single .type-recrutements .date,
body.single .type-galeries .date {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0pt;
  line-height: 160%;
  color: #5D5D5D;
  display: block;
  text-align: center;
}
body.single .post .entry-content,
body.single .type-recrutements .entry-content,
body.single .type-galeries .entry-content {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0pt;
  line-height: 160%;
  color: #5D5D5D;
  text-align: left;
  padding-bottom: 50px;
}
body.single .post .entry-content img,
body.single .type-recrutements .entry-content img,
body.single .type-galeries .entry-content img {
  max-width: 980px;
  margin-top: 15px;
  margin-bottom: 15px;
}
body.single .post .entry-content .strong,
body.single .type-recrutements .entry-content .strong,
body.single .type-galeries .entry-content .strong {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  color: #343434;
  display: block;
  margin-bottom: 30px;
}
body.single .post .entry-content .desc_poste,
body.single .type-recrutements .entry-content .desc_poste,
body.single .type-galeries .entry-content .desc_poste,
body.single .post .entry-content .candidature,
body.single .type-recrutements .entry-content .candidature,
body.single .type-galeries .entry-content .candidature {
  margin-bottom: 50px;
}
body.single .post .entry-content .profil,
body.single .type-recrutements .entry-content .profil,
body.single .type-galeries .entry-content .profil {
  margin-bottom: 15px;
}
body.single .post .entry-content a,
body.single .type-recrutements .entry-content a,
body.single .type-galeries .entry-content a {
  color: #FC61BA;
  transition: 0.3s color ease-in-out;
}
body.single .post .entry-content a:hover,
body.single .type-recrutements .entry-content a:hover,
body.single .type-galeries .entry-content a:hover,
body.single .post .entry-content a:focus,
body.single .type-recrutements .entry-content a:focus,
body.single .type-galeries .entry-content a:focus {
  text-decoration: none;
  color: #343434;
}
body.single .post .entry-thumbnail,
body.single .type-recrutements .entry-thumbnail,
body.single .type-galeries .entry-thumbnail {
  max-height: 600px;
  overflow: hidden;
  margin-bottom: 55px;
}
body.single .post .entry-thumbnail img,
body.single .type-recrutements .entry-thumbnail img,
body.single .type-galeries .entry-thumbnail img {
  width: 100%;
}
body.single-galeries article .infos_galerie {
  max-width: 580px;
  margin: 50px auto 65px auto;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0pt;
  line-height: 170%;
  color: #5D5D5D;
  text-align: center;
}
body.single-galeries article .lieu,
body.single-galeries article .tags {
  color: #5D5D5D;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 10px;
}
body.single-galeries article .lieu span,
body.single-galeries article .tags span,
body.single-galeries article .lieu a,
body.single-galeries article .tags a {
  font-size: 16px;
  line-height: 120%;
  color: #000000 !important;
}
body.single-galeries article .entry-gallery ul {
  list-style-type: none;
  display: inline-block;
  padding-left: 0;
}
body.single-galeries article .entry-gallery ul li {
  margin-bottom: 55px;
}
body.single-galeries article .entry-gallery ul li:first-child {
  opacity: 1!important;
}
body.single-galeries article .entry-gallery ul li img {
  width: 100%;
}
body.archive,
body.category {
  background-color: #F4F4F4;
}
body.archive.tag header#header #btn-previous,
body.category.tag header#header #btn-previous,
body.archive.tax-event_cat header#header #btn-previous,
body.category.tax-event_cat header#header #btn-previous {
  display: none;
}
body.archive h1.main-title,
body.category h1.main-title {
  font-family: 'BlairITCStd-Light', Arial, sans-serif;
  font-size: 36px;
  letter-spacing: 5pt;
  line-height: 160%;
  font-weight: 700;
  color: #343434;
  margin: 0 auto;
  max-width: 700px;
  text-transform: uppercase;
  margin: 290px auto 123px auto;
}
body.archive #main,
body.category #main {
  position: relative;
}
body.archive #main .post,
body.category #main .post,
body.archive #main .type-recrutements,
body.category #main .type-recrutements {
  background-color: #FFFFFF;
  position: relative!important;
  margin: 0 auto 100px auto;
  max-width: 980px;
}
body.archive #main .post:hover .entry-thumbnail,
body.category #main .post:hover .entry-thumbnail,
body.archive #main .type-recrutements:hover .entry-thumbnail,
body.category #main .type-recrutements:hover .entry-thumbnail,
body.archive #main .post:focus .entry-thumbnail,
body.category #main .post:focus .entry-thumbnail,
body.archive #main .type-recrutements:focus .entry-thumbnail,
body.category #main .type-recrutements:focus .entry-thumbnail {
  transition: all 0.5s cubic-bezier(0.45, 0, 0.6, 1.01);
  -webkit-filter: grayscale(0.5);
  filter: grayscale(0.5);
}
body.archive #main .post:hover .entry-content h2.main-title-article a,
body.category #main .post:hover .entry-content h2.main-title-article a,
body.archive #main .type-recrutements:hover .entry-content h2.main-title-article a,
body.category #main .type-recrutements:hover .entry-content h2.main-title-article a,
body.archive #main .post:focus .entry-content h2.main-title-article a,
body.category #main .post:focus .entry-content h2.main-title-article a,
body.archive #main .type-recrutements:focus .entry-content h2.main-title-article a,
body.category #main .type-recrutements:focus .entry-content h2.main-title-article a {
  text-decoration: none;
  color: #FC61BA;
}
body.archive #main .post .entry-content,
body.category #main .post .entry-content,
body.archive #main .type-recrutements .entry-content,
body.category #main .type-recrutements .entry-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  padding: 0 60px;
}
body.archive #main .post .entry-content header h2.main-title-article,
body.category #main .post .entry-content header h2.main-title-article,
body.archive #main .type-recrutements .entry-content header h2.main-title-article,
body.category #main .type-recrutements .entry-content header h2.main-title-article {
  font-family: 'BlairITCStd-Light', Arial, sans-serif;
  font-size: 24px;
  line-height: 160%;
  color: #343434;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
}
body.archive #main .post .entry-content header h2.main-title-article a,
body.category #main .post .entry-content header h2.main-title-article a,
body.archive #main .type-recrutements .entry-content header h2.main-title-article a,
body.category #main .type-recrutements .entry-content header h2.main-title-article a {
  color: #343434;
  transition: 0.6s all ease-in-out;
}
body.archive #main .post .entry-content header .date,
body.category #main .post .entry-content header .date,
body.archive #main .type-recrutements .entry-content header .date,
body.category #main .type-recrutements .entry-content header .date {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0pt;
  line-height: 160%;
  color: #5D5D5D;
  text-align: left;
}
body.archive #main .post .entry-content .entry-excerpt,
body.category #main .post .entry-content .entry-excerpt,
body.archive #main .type-recrutements .entry-content .entry-excerpt,
body.category #main .type-recrutements .entry-content .entry-excerpt {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0pt;
  line-height: 160%;
  color: #5D5D5D;
  text-align: left;
  margin-top: 20px;
}
body.archive #main .post:nth-child(odd) .entry-content,
body.category #main .post:nth-child(odd) .entry-content,
body.archive #main .type-recrutements:nth-child(odd) .entry-content,
body.category #main .type-recrutements:nth-child(odd) .entry-content {
  left: 0;
}
body.archive #main .post:nth-child(odd) .entry-thumbnail,
body.category #main .post:nth-child(odd) .entry-thumbnail,
body.archive #main .type-recrutements:nth-child(odd) .entry-thumbnail,
body.category #main .type-recrutements:nth-child(odd) .entry-thumbnail {
  float: right;
}
body.archive #main .post .entry-thumbnail,
body.category #main .post .entry-thumbnail,
body.archive #main .type-recrutements .entry-thumbnail,
body.category #main .type-recrutements .entry-thumbnail {
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: 0.1s all ease-in-out;
}
body.archive #main .post .entry-thumbnail a,
body.category #main .post .entry-thumbnail a,
body.archive #main .type-recrutements .entry-thumbnail a,
body.category #main .type-recrutements .entry-thumbnail a {
  width: 100%;
  height: 100%;
  display: block;
}
body.archive.post-type-archive-galeries .container-fluid,
body.category.post-type-archive-galeries .container-fluid,
body.archive.tax-event_cat .container-fluid,
body.category.tax-event_cat .container-fluid,
body.archive.tag .container-fluid,
body.category.tag .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
body.archive.post-type-archive-galeries .container-fluid .container-gallery,
body.category.post-type-archive-galeries .container-fluid .container-gallery,
body.archive.tax-event_cat .container-fluid .container-gallery,
body.category.tax-event_cat .container-fluid .container-gallery,
body.archive.tag .container-fluid .container-gallery,
body.category.tag .container-fluid .container-gallery {
  margin-bottom: 100px;
  display: block;
}
body.archive.post-type-archive-galeries .container-fluid .container-filter,
body.category.post-type-archive-galeries .container-fluid .container-filter,
body.archive.tax-event_cat .container-fluid .container-filter,
body.category.tax-event_cat .container-fluid .container-filter,
body.archive.tag .container-fluid .container-filter,
body.category.tag .container-fluid .container-filter {
  position: absolute;
  top: 35px;
  margin-left: 15px;
  z-index: 10;
}
body.archive.post-type-archive-galeries .container-fluid .container-filter .filters,
body.category.post-type-archive-galeries .container-fluid .container-filter .filters,
body.archive.tax-event_cat .container-fluid .container-filter .filters,
body.category.tax-event_cat .container-fluid .container-filter .filters,
body.archive.tag .container-fluid .container-filter .filters,
body.category.tag .container-fluid .container-filter .filters {
  display: inline-block;
  vertical-align: top;
}
body.archive.post-type-archive-galeries .container-fluid .container-filter span.filters,
body.category.post-type-archive-galeries .container-fluid .container-filter span.filters,
body.archive.tax-event_cat .container-fluid .container-filter span.filters,
body.category.tax-event_cat .container-fluid .container-filter span.filters,
body.archive.tag .container-fluid .container-filter span.filters,
body.category.tag .container-fluid .container-filter span.filters {
  padding-right: 5px;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0pt;
  line-height: 170%;
  text-align: left;
}
body.archive.post-type-archive-galeries .container-fluid .container-filter ul.filters,
body.category.post-type-archive-galeries .container-fluid .container-filter ul.filters,
body.archive.tax-event_cat .container-fluid .container-filter ul.filters,
body.category.tax-event_cat .container-fluid .container-filter ul.filters,
body.archive.tag .container-fluid .container-filter ul.filters,
body.category.tag .container-fluid .container-filter ul.filters {
  list-style-type: none;
  padding-left: 0px;
}
body.archive.post-type-archive-galeries .container-fluid .container-filter ul.filters li a,
body.category.post-type-archive-galeries .container-fluid .container-filter ul.filters li a,
body.archive.tax-event_cat .container-fluid .container-filter ul.filters li a,
body.category.tax-event_cat .container-fluid .container-filter ul.filters li a,
body.archive.tag .container-fluid .container-filter ul.filters li a,
body.category.tag .container-fluid .container-filter ul.filters li a {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0pt;
  line-height: 170%;
  text-align: left;
}
body.archive.post-type-archive-galeries .container-fluid .container-filter ul.filters li.all,
body.category.post-type-archive-galeries .container-fluid .container-filter ul.filters li.all,
body.archive.tax-event_cat .container-fluid .container-filter ul.filters li.all,
body.category.tax-event_cat .container-fluid .container-filter ul.filters li.all,
body.archive.tag .container-fluid .container-filter ul.filters li.all,
body.category.tag .container-fluid .container-filter ul.filters li.all,
body.archive.post-type-archive-galeries .container-fluid .container-filter ul.filters li.active,
body.category.post-type-archive-galeries .container-fluid .container-filter ul.filters li.active,
body.archive.tax-event_cat .container-fluid .container-filter ul.filters li.active,
body.category.tax-event_cat .container-fluid .container-filter ul.filters li.active,
body.archive.tag .container-fluid .container-filter ul.filters li.active,
body.category.tag .container-fluid .container-filter ul.filters li.active {
  display: block;
  background-color: #F4F4F4;
}
body.archive.post-type-archive-galeries .container-fluid .container-filter ul.filters li.all:hover ul.sub-filters li,
body.category.post-type-archive-galeries .container-fluid .container-filter ul.filters li.all:hover ul.sub-filters li,
body.archive.tax-event_cat .container-fluid .container-filter ul.filters li.all:hover ul.sub-filters li,
body.category.tax-event_cat .container-fluid .container-filter ul.filters li.all:hover ul.sub-filters li,
body.archive.tag .container-fluid .container-filter ul.filters li.all:hover ul.sub-filters li,
body.category.tag .container-fluid .container-filter ul.filters li.all:hover ul.sub-filters li,
body.archive.post-type-archive-galeries .container-fluid .container-filter ul.filters li.active:hover ul.sub-filters li,
body.category.post-type-archive-galeries .container-fluid .container-filter ul.filters li.active:hover ul.sub-filters li,
body.archive.tax-event_cat .container-fluid .container-filter ul.filters li.active:hover ul.sub-filters li,
body.category.tax-event_cat .container-fluid .container-filter ul.filters li.active:hover ul.sub-filters li,
body.archive.tag .container-fluid .container-filter ul.filters li.active:hover ul.sub-filters li,
body.category.tag .container-fluid .container-filter ul.filters li.active:hover ul.sub-filters li {
  opacity: 1;
  display: block;
  top: 0;
  position: relative;
}
body.archive.post-type-archive-galeries .container-fluid .container-filter ul.filters li.all a,
body.category.post-type-archive-galeries .container-fluid .container-filter ul.filters li.all a,
body.archive.tax-event_cat .container-fluid .container-filter ul.filters li.all a,
body.category.tax-event_cat .container-fluid .container-filter ul.filters li.all a,
body.archive.tag .container-fluid .container-filter ul.filters li.all a,
body.category.tag .container-fluid .container-filter ul.filters li.all a,
body.archive.post-type-archive-galeries .container-fluid .container-filter ul.filters li.active a,
body.category.post-type-archive-galeries .container-fluid .container-filter ul.filters li.active a,
body.archive.tax-event_cat .container-fluid .container-filter ul.filters li.active a,
body.category.tax-event_cat .container-fluid .container-filter ul.filters li.active a,
body.archive.tag .container-fluid .container-filter ul.filters li.active a,
body.category.tag .container-fluid .container-filter ul.filters li.active a {
  color: #FC61BA;
  padding: 10px 20px;
}
body.archive.post-type-archive-galeries .container-fluid .container-filter ul.filters li.all a i,
body.category.post-type-archive-galeries .container-fluid .container-filter ul.filters li.all a i,
body.archive.tax-event_cat .container-fluid .container-filter ul.filters li.all a i,
body.category.tax-event_cat .container-fluid .container-filter ul.filters li.all a i,
body.archive.tag .container-fluid .container-filter ul.filters li.all a i,
body.category.tag .container-fluid .container-filter ul.filters li.all a i,
body.archive.post-type-archive-galeries .container-fluid .container-filter ul.filters li.active a i,
body.category.post-type-archive-galeries .container-fluid .container-filter ul.filters li.active a i,
body.archive.tax-event_cat .container-fluid .container-filter ul.filters li.active a i,
body.category.tax-event_cat .container-fluid .container-filter ul.filters li.active a i,
body.archive.tag .container-fluid .container-filter ul.filters li.active a i,
body.category.tag .container-fluid .container-filter ul.filters li.active a i {
  color: #343434;
}
body.archive.post-type-archive-galeries .container-fluid .container-filter ul.filters li.all ul.sub-filters,
body.category.post-type-archive-galeries .container-fluid .container-filter ul.filters li.all ul.sub-filters,
body.archive.tax-event_cat .container-fluid .container-filter ul.filters li.all ul.sub-filters,
body.category.tax-event_cat .container-fluid .container-filter ul.filters li.all ul.sub-filters,
body.archive.tag .container-fluid .container-filter ul.filters li.all ul.sub-filters,
body.category.tag .container-fluid .container-filter ul.filters li.all ul.sub-filters,
body.archive.post-type-archive-galeries .container-fluid .container-filter ul.filters li.active ul.sub-filters,
body.category.post-type-archive-galeries .container-fluid .container-filter ul.filters li.active ul.sub-filters,
body.archive.tax-event_cat .container-fluid .container-filter ul.filters li.active ul.sub-filters,
body.category.tax-event_cat .container-fluid .container-filter ul.filters li.active ul.sub-filters,
body.archive.tag .container-fluid .container-filter ul.filters li.active ul.sub-filters,
body.category.tag .container-fluid .container-filter ul.filters li.active ul.sub-filters {
  padding-left: 0;
  list-style-type: none;
}
body.archive.post-type-archive-galeries .container-fluid .container-filter ul.filters li.all ul.sub-filters li,
body.category.post-type-archive-galeries .container-fluid .container-filter ul.filters li.all ul.sub-filters li,
body.archive.tax-event_cat .container-fluid .container-filter ul.filters li.all ul.sub-filters li,
body.category.tax-event_cat .container-fluid .container-filter ul.filters li.all ul.sub-filters li,
body.archive.tag .container-fluid .container-filter ul.filters li.all ul.sub-filters li,
body.category.tag .container-fluid .container-filter ul.filters li.all ul.sub-filters li,
body.archive.post-type-archive-galeries .container-fluid .container-filter ul.filters li.active ul.sub-filters li,
body.category.post-type-archive-galeries .container-fluid .container-filter ul.filters li.active ul.sub-filters li,
body.archive.tax-event_cat .container-fluid .container-filter ul.filters li.active ul.sub-filters li,
body.category.tax-event_cat .container-fluid .container-filter ul.filters li.active ul.sub-filters li,
body.archive.tag .container-fluid .container-filter ul.filters li.active ul.sub-filters li,
body.category.tag .container-fluid .container-filter ul.filters li.active ul.sub-filters li {
  opacity: 0;
  display: none;
  transition: 0.2s all ease-in-out;
  position: relative;
  z-index: 10;
  width: 250px;
  box-sizing: border-box;
}
body.archive.post-type-archive-galeries .container-fluid .container-filter ul.filters li.all ul.sub-filters li:hover a,
body.category.post-type-archive-galeries .container-fluid .container-filter ul.filters li.all ul.sub-filters li:hover a,
body.archive.tax-event_cat .container-fluid .container-filter ul.filters li.all ul.sub-filters li:hover a,
body.category.tax-event_cat .container-fluid .container-filter ul.filters li.all ul.sub-filters li:hover a,
body.archive.tag .container-fluid .container-filter ul.filters li.all ul.sub-filters li:hover a,
body.category.tag .container-fluid .container-filter ul.filters li.all ul.sub-filters li:hover a,
body.archive.post-type-archive-galeries .container-fluid .container-filter ul.filters li.active ul.sub-filters li:hover a,
body.category.post-type-archive-galeries .container-fluid .container-filter ul.filters li.active ul.sub-filters li:hover a,
body.archive.tax-event_cat .container-fluid .container-filter ul.filters li.active ul.sub-filters li:hover a,
body.category.tax-event_cat .container-fluid .container-filter ul.filters li.active ul.sub-filters li:hover a,
body.archive.tag .container-fluid .container-filter ul.filters li.active ul.sub-filters li:hover a,
body.category.tag .container-fluid .container-filter ul.filters li.active ul.sub-filters li:hover a {
  color: #343434;
}
body.archive.post-type-archive-galeries .container-fluid .container-filter ul.filters li.all ul.sub-filters li a,
body.category.post-type-archive-galeries .container-fluid .container-filter ul.filters li.all ul.sub-filters li a,
body.archive.tax-event_cat .container-fluid .container-filter ul.filters li.all ul.sub-filters li a,
body.category.tax-event_cat .container-fluid .container-filter ul.filters li.all ul.sub-filters li a,
body.archive.tag .container-fluid .container-filter ul.filters li.all ul.sub-filters li a,
body.category.tag .container-fluid .container-filter ul.filters li.all ul.sub-filters li a,
body.archive.post-type-archive-galeries .container-fluid .container-filter ul.filters li.active ul.sub-filters li a,
body.category.post-type-archive-galeries .container-fluid .container-filter ul.filters li.active ul.sub-filters li a,
body.archive.tax-event_cat .container-fluid .container-filter ul.filters li.active ul.sub-filters li a,
body.category.tax-event_cat .container-fluid .container-filter ul.filters li.active ul.sub-filters li a,
body.archive.tag .container-fluid .container-filter ul.filters li.active ul.sub-filters li a,
body.category.tag .container-fluid .container-filter ul.filters li.active ul.sub-filters li a {
  color: #5D5D5D;
}
body.archive.post-type-archive-galeries .entry-header,
body.category.post-type-archive-galeries .entry-header,
body.archive.tax-event_cat .entry-header,
body.category.tax-event_cat .entry-header,
body.archive.tag .entry-header,
body.category.tag .entry-header {
  margin: 210px auto 0 auto;
}
body.archive.post-type-archive-galeries article,
body.category.post-type-archive-galeries article,
body.archive.tax-event_cat article,
body.category.tax-event_cat article,
body.archive.tag article,
body.category.tag article {
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  margin-bottom: 70px;
  position: relative;
}
body.archive.post-type-archive-galeries article:nth-of-type(3n+2),
body.category.post-type-archive-galeries article:nth-of-type(3n+2),
body.archive.tax-event_cat article:nth-of-type(3n+2),
body.category.tax-event_cat article:nth-of-type(3n+2),
body.archive.tag article:nth-of-type(3n+2),
body.category.tag article:nth-of-type(3n+2) {
  top: 55px;
}
body.archive.post-type-archive-galeries article:hover > div:after,
body.category.post-type-archive-galeries article:hover > div:after,
body.archive.tax-event_cat article:hover > div:after,
body.category.tax-event_cat article:hover > div:after,
body.archive.tag article:hover > div:after,
body.category.tag article:hover > div:after {
  background-color: transparent;
}
body.archive.post-type-archive-galeries article:hover > div a button,
body.category.post-type-archive-galeries article:hover > div a button,
body.archive.tax-event_cat article:hover > div a button,
body.category.tax-event_cat article:hover > div a button,
body.archive.tag article:hover > div a button,
body.category.tag article:hover > div a button {
  opacity: 1;
  bottom: -81%;
}
body.archive.post-type-archive-galeries article:hover > div a button:hover,
body.category.post-type-archive-galeries article:hover > div a button:hover,
body.archive.tax-event_cat article:hover > div a button:hover,
body.category.tax-event_cat article:hover > div a button:hover,
body.archive.tag article:hover > div a button:hover,
body.category.tag article:hover > div a button:hover {
  color: #FC61BA;
}
body.archive.post-type-archive-galeries article > div,
body.category.post-type-archive-galeries article > div,
body.archive.tax-event_cat article > div,
body.category.tax-event_cat article > div,
body.archive.tag article > div,
body.category.tag article > div {
  height: 450px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
body.archive.post-type-archive-galeries article > div:after,
body.category.post-type-archive-galeries article > div:after,
body.archive.tax-event_cat article > div:after,
body.category.tax-event_cat article > div:after,
body.archive.tag article > div:after,
body.category.tag article > div:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s background-color ease-in-out;
  z-index: 1;
}
body.archive.post-type-archive-galeries article > div a,
body.category.post-type-archive-galeries article > div a,
body.archive.tax-event_cat article > div a,
body.category.tax-event_cat article > div a,
body.archive.tag article > div a,
body.category.tag article > div a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 3;
}
body.archive.post-type-archive-galeries article > div a button,
body.category.post-type-archive-galeries article > div a button,
body.archive.tax-event_cat article > div a button,
body.category.tax-event_cat article > div a button,
body.archive.tag article > div a button,
body.category.tag article > div a button {
  position: relative;
  padding: 20px;
  bottom: -85%;
  background-color: #f0f0f0;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2pt;
  line-height: 120%;
  color: #5D5D5D;
  text-transform: uppercase;
  opacity: 0;
  transition: 0.2s all ease-in-out;
}
body.archive.post-type-archive-galeries header#header #btn-previous {
  display: none;
  visibility: hidden;
}
body.page-template-tpl-des-valeurs-et-des-hommes {
  background-color: #F4F4F4;
}
body.page-template-tpl-des-valeurs-et-des-hommes .container-fluid {
  margin: 0;
  padding: 0;
}
body.page-template-tpl-des-valeurs-et-des-hommes .img_bg {
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
body.page-template-tpl-des-valeurs-et-des-hommes section {
  min-height: 100vh;
  position: relative;
}
body.page-template-tpl-des-valeurs-et-des-hommes section span.next {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  bottom: 60px;
}
body.page-template-tpl-des-valeurs-et-des-hommes section span.next:hover {
  cursor: pointer;
}
body.page-template-tpl-des-valeurs-et-des-hommes section span.next svg {
  height: 32px;
}
body.page-template-tpl-des-valeurs-et-des-hommes section > div {
  position: relative;
  min-height: 100vh;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.page-template-tpl-des-valeurs-et-des-hommes section .container-content {
  position: relative;
  width: 525px;
  margin: 0 auto;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0pt;
  line-height: 160%;
  color: #343434;
  text-align: left;
}
body.page-template-tpl-des-valeurs-et-des-hommes section .container-content h1.main-title,
body.page-template-tpl-des-valeurs-et-des-hommes section .container-content h2.main-title {
  font-family: 'BlairITCStd-Light', Arial, sans-serif;
  font-size: 32px;
  line-height: 160%;
  color: #343434;
  text-align: left;
}
body.page-template-tpl-des-valeurs-et-des-hommes section .container-content h2.main-title {
  font-size: 24px;
}
body.page-template-tpl-des-valeurs-et-des-hommes #one {
  background-color: #FFFFFF;
}
body.page-template-tpl-des-valeurs-et-des-hommes #two {
  background-color: #FFFFFF;
}
body.page-template-tpl-des-valeurs-et-des-hommes #three {
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.page-template-tpl-des-valeurs-et-des-hommes #three:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.6;
}
body.page-template-tpl-des-valeurs-et-des-hommes #three h2.main-title {
  font-family: 'BlairITCStd-Light', Arial, sans-serif;
  font-size: 32px;
  letter-spacing: 4pt;
  line-height: 160%;
  color: #FFFFFF;
  text-align: center;
  width: 950px;
  margin: 0 auto;
  position: relative;
}
body.page-template-tpl-des-valeurs-et-des-hommes #four {
  background-color: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
body.page-template-tpl-des-valeurs-et-des-hommes #four .container-content {
  width: 980px;
  max-width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: auto!important;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.page-template-tpl-des-valeurs-et-des-hommes #five {
  background-color: #F4F4F4;
  text-align: center;
  padding-bottom: 150px;
}
body.page-template-tpl-des-valeurs-et-des-hommes #five > div {
  min-height: 0;
}
body.page-template-tpl-des-valeurs-et-des-hommes #five .container-content {
  width: 980px;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin-top: 150px;
  margin-bottom: 150px;
}
body.page-template-tpl-des-valeurs-et-des-hommes #five .container-content h2.main-title {
  text-align: center;
  margin-bottom: 45px;
}
body.page-template-tpl-des-valeurs-et-des-hommes #five img.mape_monde {
  max-width: 1680px;
  width: 100%;
}
body.page-template-tpl-modular-page {
  background-color: #F4F4F4;
}
body.page-template-tpl-modular-page .container-fluid {
  margin: 0;
  padding: 0;
}
body.page-template-tpl-modular-page section {
  min-height: 100vh;
  position: relative;
}
body.page-template-tpl-modular-page section .img_bg {
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
body.page-template-tpl-modular-page section:nth-child(even) .img_bg {
  float: right;
}
body.page-template-tpl-modular-page section:last-child span.next {
  display: none;
}
body.page-template-tpl-modular-page section span.next {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  bottom: 60px;
}
body.page-template-tpl-modular-page section span.next:hover {
  cursor: pointer;
}
body.page-template-tpl-modular-page section span.next svg {
  height: 32px;
}
body.page-template-tpl-modular-page section > div {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.page-template-tpl-modular-page section .container-content {
  position: relative;
  width: 70%;
  margin: 0 auto;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0pt;
  line-height: 160%;
  color: #343434;
  text-align: left;
}
body.page-template-tpl-modular-page section .container-content .wp-video {
  width: 100% !important;
}
body.page-template-tpl-modular-page section .container-content .wp-video .mejs-container {
  width: 100% !important;
}
body.page-template-tpl-modular-page section .container-content h1.main-title,
body.page-template-tpl-modular-page section .container-content h2.main-title {
  font-family: 'BlairITCStd-Light', Arial, sans-serif;
  font-size: 32px;
  line-height: 160%;
  color: #343434;
  text-align: left;
}
body.page-template-tpl-modular-page section .container-content h2.main-title {
  font-size: 24px;
}
body #gform_wrapper_1 #gform_1 div.validation_error,
body #gform_wrapper_2 #gform_1 div.validation_error,
body #gform_wrapper_3 #gform_1 div.validation_error,
body #gform_wrapper_4 #gform_1 div.validation_error,
body #gform_wrapper_1 #gform_2 div.validation_error,
body #gform_wrapper_2 #gform_2 div.validation_error,
body #gform_wrapper_3 #gform_2 div.validation_error,
body #gform_wrapper_4 #gform_2 div.validation_error,
body #gform_wrapper_1 #gform_3 div.validation_error,
body #gform_wrapper_2 #gform_3 div.validation_error,
body #gform_wrapper_3 #gform_3 div.validation_error,
body #gform_wrapper_4 #gform_3 div.validation_error,
body #gform_wrapper_1 #gform_4 div.validation_error,
body #gform_wrapper_2 #gform_4 div.validation_error,
body #gform_wrapper_3 #gform_4 div.validation_error,
body #gform_wrapper_4 #gform_4 div.validation_error,
body #gform_wrapper_1 #gform_1 .validation_message,
body #gform_wrapper_2 #gform_1 .validation_message,
body #gform_wrapper_3 #gform_1 .validation_message,
body #gform_wrapper_4 #gform_1 .validation_message,
body #gform_wrapper_1 #gform_2 .validation_message,
body #gform_wrapper_2 #gform_2 .validation_message,
body #gform_wrapper_3 #gform_2 .validation_message,
body #gform_wrapper_4 #gform_2 .validation_message,
body #gform_wrapper_1 #gform_3 .validation_message,
body #gform_wrapper_2 #gform_3 .validation_message,
body #gform_wrapper_3 #gform_3 .validation_message,
body #gform_wrapper_4 #gform_3 .validation_message,
body #gform_wrapper_1 #gform_4 .validation_message,
body #gform_wrapper_2 #gform_4 .validation_message,
body #gform_wrapper_3 #gform_4 .validation_message,
body #gform_wrapper_4 #gform_4 .validation_message {
  width: 100%;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 160%;
  color: #000;
  text-align: left;
  border-width: 1px;
  border-color: #000;
  padding: 1em 2em;
}
body #gform_wrapper_1 #gform_1 .validation_message,
body #gform_wrapper_2 #gform_1 .validation_message,
body #gform_wrapper_3 #gform_1 .validation_message,
body #gform_wrapper_4 #gform_1 .validation_message,
body #gform_wrapper_1 #gform_2 .validation_message,
body #gform_wrapper_2 #gform_2 .validation_message,
body #gform_wrapper_3 #gform_2 .validation_message,
body #gform_wrapper_4 #gform_2 .validation_message,
body #gform_wrapper_1 #gform_3 .validation_message,
body #gform_wrapper_2 #gform_3 .validation_message,
body #gform_wrapper_3 #gform_3 .validation_message,
body #gform_wrapper_4 #gform_3 .validation_message,
body #gform_wrapper_1 #gform_4 .validation_message,
body #gform_wrapper_2 #gform_4 .validation_message,
body #gform_wrapper_3 #gform_4 .validation_message,
body #gform_wrapper_4 #gform_4 .validation_message {
  color: #fff;
  background-color: #5d5d5d;
  padding: .125em 0!important;
  font-size: 16px;
  margin-left: 0;
}
body #gform_wrapper_1 #gform_1 li.gfield.gfield_error.gfield_contains_required div.gfield_description,
body #gform_wrapper_2 #gform_1 li.gfield.gfield_error.gfield_contains_required div.gfield_description,
body #gform_wrapper_3 #gform_1 li.gfield.gfield_error.gfield_contains_required div.gfield_description,
body #gform_wrapper_4 #gform_1 li.gfield.gfield_error.gfield_contains_required div.gfield_description,
body #gform_wrapper_1 #gform_2 li.gfield.gfield_error.gfield_contains_required div.gfield_description,
body #gform_wrapper_2 #gform_2 li.gfield.gfield_error.gfield_contains_required div.gfield_description,
body #gform_wrapper_3 #gform_2 li.gfield.gfield_error.gfield_contains_required div.gfield_description,
body #gform_wrapper_4 #gform_2 li.gfield.gfield_error.gfield_contains_required div.gfield_description,
body #gform_wrapper_1 #gform_3 li.gfield.gfield_error.gfield_contains_required div.gfield_description,
body #gform_wrapper_2 #gform_3 li.gfield.gfield_error.gfield_contains_required div.gfield_description,
body #gform_wrapper_3 #gform_3 li.gfield.gfield_error.gfield_contains_required div.gfield_description,
body #gform_wrapper_4 #gform_3 li.gfield.gfield_error.gfield_contains_required div.gfield_description,
body #gform_wrapper_1 #gform_4 li.gfield.gfield_error.gfield_contains_required div.gfield_description,
body #gform_wrapper_2 #gform_4 li.gfield.gfield_error.gfield_contains_required div.gfield_description,
body #gform_wrapper_3 #gform_4 li.gfield.gfield_error.gfield_contains_required div.gfield_description,
body #gform_wrapper_4 #gform_4 li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 100%;
  padding-left: 15px!important;
}
body #gform_wrapper_1 #gform_1 li.gfield.gfield_error,
body #gform_wrapper_2 #gform_1 li.gfield.gfield_error,
body #gform_wrapper_3 #gform_1 li.gfield.gfield_error,
body #gform_wrapper_4 #gform_1 li.gfield.gfield_error,
body #gform_wrapper_1 #gform_2 li.gfield.gfield_error,
body #gform_wrapper_2 #gform_2 li.gfield.gfield_error,
body #gform_wrapper_3 #gform_2 li.gfield.gfield_error,
body #gform_wrapper_4 #gform_2 li.gfield.gfield_error,
body #gform_wrapper_1 #gform_3 li.gfield.gfield_error,
body #gform_wrapper_2 #gform_3 li.gfield.gfield_error,
body #gform_wrapper_3 #gform_3 li.gfield.gfield_error,
body #gform_wrapper_4 #gform_3 li.gfield.gfield_error,
body #gform_wrapper_1 #gform_4 li.gfield.gfield_error,
body #gform_wrapper_2 #gform_4 li.gfield.gfield_error,
body #gform_wrapper_3 #gform_4 li.gfield.gfield_error,
body #gform_wrapper_4 #gform_4 li.gfield.gfield_error {
  background-color: transparent;
  border: 0 none;
  margin-top: 0;
}
body #gform_wrapper_1 #gform_1 .top_label .gfield_error,
body #gform_wrapper_2 #gform_1 .top_label .gfield_error,
body #gform_wrapper_3 #gform_1 .top_label .gfield_error,
body #gform_wrapper_4 #gform_1 .top_label .gfield_error,
body #gform_wrapper_1 #gform_2 .top_label .gfield_error,
body #gform_wrapper_2 #gform_2 .top_label .gfield_error,
body #gform_wrapper_3 #gform_2 .top_label .gfield_error,
body #gform_wrapper_4 #gform_2 .top_label .gfield_error,
body #gform_wrapper_1 #gform_3 .top_label .gfield_error,
body #gform_wrapper_2 #gform_3 .top_label .gfield_error,
body #gform_wrapper_3 #gform_3 .top_label .gfield_error,
body #gform_wrapper_4 #gform_3 .top_label .gfield_error,
body #gform_wrapper_1 #gform_4 .top_label .gfield_error,
body #gform_wrapper_2 #gform_4 .top_label .gfield_error,
body #gform_wrapper_3 #gform_4 .top_label .gfield_error,
body #gform_wrapper_4 #gform_4 .top_label .gfield_error {
  width: 100%;
}
body #gform_wrapper_1 #gform_1 li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body #gform_wrapper_2 #gform_1 li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body #gform_wrapper_3 #gform_1 li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body #gform_wrapper_4 #gform_1 li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body #gform_wrapper_1 #gform_2 li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body #gform_wrapper_2 #gform_2 li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body #gform_wrapper_3 #gform_2 li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body #gform_wrapper_4 #gform_2 li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body #gform_wrapper_1 #gform_3 li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body #gform_wrapper_2 #gform_3 li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body #gform_wrapper_3 #gform_3 li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body #gform_wrapper_4 #gform_3 li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body #gform_wrapper_1 #gform_4 li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body #gform_wrapper_2 #gform_4 li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body #gform_wrapper_3 #gform_4 li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body #gform_wrapper_4 #gform_4 li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body #gform_wrapper_1 #gform_1 li.gfield_html,
body #gform_wrapper_2 #gform_1 li.gfield_html,
body #gform_wrapper_3 #gform_1 li.gfield_html,
body #gform_wrapper_4 #gform_1 li.gfield_html,
body #gform_wrapper_1 #gform_2 li.gfield_html,
body #gform_wrapper_2 #gform_2 li.gfield_html,
body #gform_wrapper_3 #gform_2 li.gfield_html,
body #gform_wrapper_4 #gform_2 li.gfield_html,
body #gform_wrapper_1 #gform_3 li.gfield_html,
body #gform_wrapper_2 #gform_3 li.gfield_html,
body #gform_wrapper_3 #gform_3 li.gfield_html,
body #gform_wrapper_4 #gform_3 li.gfield_html,
body #gform_wrapper_1 #gform_4 li.gfield_html,
body #gform_wrapper_2 #gform_4 li.gfield_html,
body #gform_wrapper_3 #gform_4 li.gfield_html,
body #gform_wrapper_4 #gform_4 li.gfield_html {
  max-width: 100%!important;
  margin-left: 0;
}
body #gform_wrapper_1 #gform_1 li.gfield.gfield_error ::-webkit-input-placeholder,
body #gform_wrapper_2 #gform_1 li.gfield.gfield_error ::-webkit-input-placeholder,
body #gform_wrapper_3 #gform_1 li.gfield.gfield_error ::-webkit-input-placeholder,
body #gform_wrapper_4 #gform_1 li.gfield.gfield_error ::-webkit-input-placeholder,
body #gform_wrapper_1 #gform_2 li.gfield.gfield_error ::-webkit-input-placeholder,
body #gform_wrapper_2 #gform_2 li.gfield.gfield_error ::-webkit-input-placeholder,
body #gform_wrapper_3 #gform_2 li.gfield.gfield_error ::-webkit-input-placeholder,
body #gform_wrapper_4 #gform_2 li.gfield.gfield_error ::-webkit-input-placeholder,
body #gform_wrapper_1 #gform_3 li.gfield.gfield_error ::-webkit-input-placeholder,
body #gform_wrapper_2 #gform_3 li.gfield.gfield_error ::-webkit-input-placeholder,
body #gform_wrapper_3 #gform_3 li.gfield.gfield_error ::-webkit-input-placeholder,
body #gform_wrapper_4 #gform_3 li.gfield.gfield_error ::-webkit-input-placeholder,
body #gform_wrapper_1 #gform_4 li.gfield.gfield_error ::-webkit-input-placeholder,
body #gform_wrapper_2 #gform_4 li.gfield.gfield_error ::-webkit-input-placeholder,
body #gform_wrapper_3 #gform_4 li.gfield.gfield_error ::-webkit-input-placeholder,
body #gform_wrapper_4 #gform_4 li.gfield.gfield_error ::-webkit-input-placeholder {
  color: #000;
}
body #gform_wrapper_1 #gform_1 li.gfield.gfield_error :-moz-placeholder,
body #gform_wrapper_2 #gform_1 li.gfield.gfield_error :-moz-placeholder,
body #gform_wrapper_3 #gform_1 li.gfield.gfield_error :-moz-placeholder,
body #gform_wrapper_4 #gform_1 li.gfield.gfield_error :-moz-placeholder,
body #gform_wrapper_1 #gform_2 li.gfield.gfield_error :-moz-placeholder,
body #gform_wrapper_2 #gform_2 li.gfield.gfield_error :-moz-placeholder,
body #gform_wrapper_3 #gform_2 li.gfield.gfield_error :-moz-placeholder,
body #gform_wrapper_4 #gform_2 li.gfield.gfield_error :-moz-placeholder,
body #gform_wrapper_1 #gform_3 li.gfield.gfield_error :-moz-placeholder,
body #gform_wrapper_2 #gform_3 li.gfield.gfield_error :-moz-placeholder,
body #gform_wrapper_3 #gform_3 li.gfield.gfield_error :-moz-placeholder,
body #gform_wrapper_4 #gform_3 li.gfield.gfield_error :-moz-placeholder,
body #gform_wrapper_1 #gform_4 li.gfield.gfield_error :-moz-placeholder,
body #gform_wrapper_2 #gform_4 li.gfield.gfield_error :-moz-placeholder,
body #gform_wrapper_3 #gform_4 li.gfield.gfield_error :-moz-placeholder,
body #gform_wrapper_4 #gform_4 li.gfield.gfield_error :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
body #gform_wrapper_1 #gform_1 li.gfield.gfield_error ::-moz-placeholder,
body #gform_wrapper_2 #gform_1 li.gfield.gfield_error ::-moz-placeholder,
body #gform_wrapper_3 #gform_1 li.gfield.gfield_error ::-moz-placeholder,
body #gform_wrapper_4 #gform_1 li.gfield.gfield_error ::-moz-placeholder,
body #gform_wrapper_1 #gform_2 li.gfield.gfield_error ::-moz-placeholder,
body #gform_wrapper_2 #gform_2 li.gfield.gfield_error ::-moz-placeholder,
body #gform_wrapper_3 #gform_2 li.gfield.gfield_error ::-moz-placeholder,
body #gform_wrapper_4 #gform_2 li.gfield.gfield_error ::-moz-placeholder,
body #gform_wrapper_1 #gform_3 li.gfield.gfield_error ::-moz-placeholder,
body #gform_wrapper_2 #gform_3 li.gfield.gfield_error ::-moz-placeholder,
body #gform_wrapper_3 #gform_3 li.gfield.gfield_error ::-moz-placeholder,
body #gform_wrapper_4 #gform_3 li.gfield.gfield_error ::-moz-placeholder,
body #gform_wrapper_1 #gform_4 li.gfield.gfield_error ::-moz-placeholder,
body #gform_wrapper_2 #gform_4 li.gfield.gfield_error ::-moz-placeholder,
body #gform_wrapper_3 #gform_4 li.gfield.gfield_error ::-moz-placeholder,
body #gform_wrapper_4 #gform_4 li.gfield.gfield_error ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
body #gform_wrapper_1 #gform_1 li.gfield.gfield_error :-ms-input-placeholder,
body #gform_wrapper_2 #gform_1 li.gfield.gfield_error :-ms-input-placeholder,
body #gform_wrapper_3 #gform_1 li.gfield.gfield_error :-ms-input-placeholder,
body #gform_wrapper_4 #gform_1 li.gfield.gfield_error :-ms-input-placeholder,
body #gform_wrapper_1 #gform_2 li.gfield.gfield_error :-ms-input-placeholder,
body #gform_wrapper_2 #gform_2 li.gfield.gfield_error :-ms-input-placeholder,
body #gform_wrapper_3 #gform_2 li.gfield.gfield_error :-ms-input-placeholder,
body #gform_wrapper_4 #gform_2 li.gfield.gfield_error :-ms-input-placeholder,
body #gform_wrapper_1 #gform_3 li.gfield.gfield_error :-ms-input-placeholder,
body #gform_wrapper_2 #gform_3 li.gfield.gfield_error :-ms-input-placeholder,
body #gform_wrapper_3 #gform_3 li.gfield.gfield_error :-ms-input-placeholder,
body #gform_wrapper_4 #gform_3 li.gfield.gfield_error :-ms-input-placeholder,
body #gform_wrapper_1 #gform_4 li.gfield.gfield_error :-ms-input-placeholder,
body #gform_wrapper_2 #gform_4 li.gfield.gfield_error :-ms-input-placeholder,
body #gform_wrapper_3 #gform_4 li.gfield.gfield_error :-ms-input-placeholder,
body #gform_wrapper_4 #gform_4 li.gfield.gfield_error :-ms-input-placeholder {
  color: #000;
}
body #gform_wrapper_1 #gform_1 ul li,
body #gform_wrapper_2 #gform_1 ul li,
body #gform_wrapper_3 #gform_1 ul li,
body #gform_wrapper_4 #gform_1 ul li,
body #gform_wrapper_1 #gform_2 ul li,
body #gform_wrapper_2 #gform_2 ul li,
body #gform_wrapper_3 #gform_2 ul li,
body #gform_wrapper_4 #gform_2 ul li,
body #gform_wrapper_1 #gform_3 ul li,
body #gform_wrapper_2 #gform_3 ul li,
body #gform_wrapper_3 #gform_3 ul li,
body #gform_wrapper_4 #gform_3 ul li,
body #gform_wrapper_1 #gform_4 ul li,
body #gform_wrapper_2 #gform_4 ul li,
body #gform_wrapper_3 #gform_4 ul li,
body #gform_wrapper_4 #gform_4 ul li {
  margin-bottom: 10px;
}
body #gform_wrapper_1 #gform_1 ul li#field_1_1,
body #gform_wrapper_2 #gform_1 ul li#field_1_1,
body #gform_wrapper_3 #gform_1 ul li#field_1_1,
body #gform_wrapper_4 #gform_1 ul li#field_1_1,
body #gform_wrapper_1 #gform_2 ul li#field_1_1,
body #gform_wrapper_2 #gform_2 ul li#field_1_1,
body #gform_wrapper_3 #gform_2 ul li#field_1_1,
body #gform_wrapper_4 #gform_2 ul li#field_1_1,
body #gform_wrapper_1 #gform_3 ul li#field_1_1,
body #gform_wrapper_2 #gform_3 ul li#field_1_1,
body #gform_wrapper_3 #gform_3 ul li#field_1_1,
body #gform_wrapper_4 #gform_3 ul li#field_1_1,
body #gform_wrapper_1 #gform_4 ul li#field_1_1,
body #gform_wrapper_2 #gform_4 ul li#field_1_1,
body #gform_wrapper_3 #gform_4 ul li#field_1_1,
body #gform_wrapper_4 #gform_4 ul li#field_1_1,
body #gform_wrapper_1 #gform_1 ul li#field_1_2,
body #gform_wrapper_2 #gform_1 ul li#field_1_2,
body #gform_wrapper_3 #gform_1 ul li#field_1_2,
body #gform_wrapper_4 #gform_1 ul li#field_1_2,
body #gform_wrapper_1 #gform_2 ul li#field_1_2,
body #gform_wrapper_2 #gform_2 ul li#field_1_2,
body #gform_wrapper_3 #gform_2 ul li#field_1_2,
body #gform_wrapper_4 #gform_2 ul li#field_1_2,
body #gform_wrapper_1 #gform_3 ul li#field_1_2,
body #gform_wrapper_2 #gform_3 ul li#field_1_2,
body #gform_wrapper_3 #gform_3 ul li#field_1_2,
body #gform_wrapper_4 #gform_3 ul li#field_1_2,
body #gform_wrapper_1 #gform_4 ul li#field_1_2,
body #gform_wrapper_2 #gform_4 ul li#field_1_2,
body #gform_wrapper_3 #gform_4 ul li#field_1_2,
body #gform_wrapper_4 #gform_4 ul li#field_1_2,
body #gform_wrapper_1 #gform_1 ul li#field_1_5,
body #gform_wrapper_2 #gform_1 ul li#field_1_5,
body #gform_wrapper_3 #gform_1 ul li#field_1_5,
body #gform_wrapper_4 #gform_1 ul li#field_1_5,
body #gform_wrapper_1 #gform_2 ul li#field_1_5,
body #gform_wrapper_2 #gform_2 ul li#field_1_5,
body #gform_wrapper_3 #gform_2 ul li#field_1_5,
body #gform_wrapper_4 #gform_2 ul li#field_1_5,
body #gform_wrapper_1 #gform_3 ul li#field_1_5,
body #gform_wrapper_2 #gform_3 ul li#field_1_5,
body #gform_wrapper_3 #gform_3 ul li#field_1_5,
body #gform_wrapper_4 #gform_3 ul li#field_1_5,
body #gform_wrapper_1 #gform_4 ul li#field_1_5,
body #gform_wrapper_2 #gform_4 ul li#field_1_5,
body #gform_wrapper_3 #gform_4 ul li#field_1_5,
body #gform_wrapper_4 #gform_4 ul li#field_1_5,
body #gform_wrapper_1 #gform_1 ul li#field_1_6,
body #gform_wrapper_2 #gform_1 ul li#field_1_6,
body #gform_wrapper_3 #gform_1 ul li#field_1_6,
body #gform_wrapper_4 #gform_1 ul li#field_1_6,
body #gform_wrapper_1 #gform_2 ul li#field_1_6,
body #gform_wrapper_2 #gform_2 ul li#field_1_6,
body #gform_wrapper_3 #gform_2 ul li#field_1_6,
body #gform_wrapper_4 #gform_2 ul li#field_1_6,
body #gform_wrapper_1 #gform_3 ul li#field_1_6,
body #gform_wrapper_2 #gform_3 ul li#field_1_6,
body #gform_wrapper_3 #gform_3 ul li#field_1_6,
body #gform_wrapper_4 #gform_3 ul li#field_1_6,
body #gform_wrapper_1 #gform_4 ul li#field_1_6,
body #gform_wrapper_2 #gform_4 ul li#field_1_6,
body #gform_wrapper_3 #gform_4 ul li#field_1_6,
body #gform_wrapper_4 #gform_4 ul li#field_1_6,
body #gform_wrapper_1 #gform_1 ul li#field_1_11,
body #gform_wrapper_2 #gform_1 ul li#field_1_11,
body #gform_wrapper_3 #gform_1 ul li#field_1_11,
body #gform_wrapper_4 #gform_1 ul li#field_1_11,
body #gform_wrapper_1 #gform_2 ul li#field_1_11,
body #gform_wrapper_2 #gform_2 ul li#field_1_11,
body #gform_wrapper_3 #gform_2 ul li#field_1_11,
body #gform_wrapper_4 #gform_2 ul li#field_1_11,
body #gform_wrapper_1 #gform_3 ul li#field_1_11,
body #gform_wrapper_2 #gform_3 ul li#field_1_11,
body #gform_wrapper_3 #gform_3 ul li#field_1_11,
body #gform_wrapper_4 #gform_3 ul li#field_1_11,
body #gform_wrapper_1 #gform_4 ul li#field_1_11,
body #gform_wrapper_2 #gform_4 ul li#field_1_11,
body #gform_wrapper_3 #gform_4 ul li#field_1_11,
body #gform_wrapper_4 #gform_4 ul li#field_1_11,
body #gform_wrapper_1 #gform_1 ul li#field_1_17,
body #gform_wrapper_2 #gform_1 ul li#field_1_17,
body #gform_wrapper_3 #gform_1 ul li#field_1_17,
body #gform_wrapper_4 #gform_1 ul li#field_1_17,
body #gform_wrapper_1 #gform_2 ul li#field_1_17,
body #gform_wrapper_2 #gform_2 ul li#field_1_17,
body #gform_wrapper_3 #gform_2 ul li#field_1_17,
body #gform_wrapper_4 #gform_2 ul li#field_1_17,
body #gform_wrapper_1 #gform_3 ul li#field_1_17,
body #gform_wrapper_2 #gform_3 ul li#field_1_17,
body #gform_wrapper_3 #gform_3 ul li#field_1_17,
body #gform_wrapper_4 #gform_3 ul li#field_1_17,
body #gform_wrapper_1 #gform_4 ul li#field_1_17,
body #gform_wrapper_2 #gform_4 ul li#field_1_17,
body #gform_wrapper_3 #gform_4 ul li#field_1_17,
body #gform_wrapper_4 #gform_4 ul li#field_1_17,
body #gform_wrapper_1 #gform_1 ul li#field_1_12,
body #gform_wrapper_2 #gform_1 ul li#field_1_12,
body #gform_wrapper_3 #gform_1 ul li#field_1_12,
body #gform_wrapper_4 #gform_1 ul li#field_1_12,
body #gform_wrapper_1 #gform_2 ul li#field_1_12,
body #gform_wrapper_2 #gform_2 ul li#field_1_12,
body #gform_wrapper_3 #gform_2 ul li#field_1_12,
body #gform_wrapper_4 #gform_2 ul li#field_1_12,
body #gform_wrapper_1 #gform_3 ul li#field_1_12,
body #gform_wrapper_2 #gform_3 ul li#field_1_12,
body #gform_wrapper_3 #gform_3 ul li#field_1_12,
body #gform_wrapper_4 #gform_3 ul li#field_1_12,
body #gform_wrapper_1 #gform_4 ul li#field_1_12,
body #gform_wrapper_2 #gform_4 ul li#field_1_12,
body #gform_wrapper_3 #gform_4 ul li#field_1_12,
body #gform_wrapper_4 #gform_4 ul li#field_1_12,
body #gform_wrapper_1 #gform_1 ul li#field_2_1,
body #gform_wrapper_2 #gform_1 ul li#field_2_1,
body #gform_wrapper_3 #gform_1 ul li#field_2_1,
body #gform_wrapper_4 #gform_1 ul li#field_2_1,
body #gform_wrapper_1 #gform_2 ul li#field_2_1,
body #gform_wrapper_2 #gform_2 ul li#field_2_1,
body #gform_wrapper_3 #gform_2 ul li#field_2_1,
body #gform_wrapper_4 #gform_2 ul li#field_2_1,
body #gform_wrapper_1 #gform_3 ul li#field_2_1,
body #gform_wrapper_2 #gform_3 ul li#field_2_1,
body #gform_wrapper_3 #gform_3 ul li#field_2_1,
body #gform_wrapper_4 #gform_3 ul li#field_2_1,
body #gform_wrapper_1 #gform_4 ul li#field_2_1,
body #gform_wrapper_2 #gform_4 ul li#field_2_1,
body #gform_wrapper_3 #gform_4 ul li#field_2_1,
body #gform_wrapper_4 #gform_4 ul li#field_2_1,
body #gform_wrapper_1 #gform_1 ul li#field_2_2,
body #gform_wrapper_2 #gform_1 ul li#field_2_2,
body #gform_wrapper_3 #gform_1 ul li#field_2_2,
body #gform_wrapper_4 #gform_1 ul li#field_2_2,
body #gform_wrapper_1 #gform_2 ul li#field_2_2,
body #gform_wrapper_2 #gform_2 ul li#field_2_2,
body #gform_wrapper_3 #gform_2 ul li#field_2_2,
body #gform_wrapper_4 #gform_2 ul li#field_2_2,
body #gform_wrapper_1 #gform_3 ul li#field_2_2,
body #gform_wrapper_2 #gform_3 ul li#field_2_2,
body #gform_wrapper_3 #gform_3 ul li#field_2_2,
body #gform_wrapper_4 #gform_3 ul li#field_2_2,
body #gform_wrapper_1 #gform_4 ul li#field_2_2,
body #gform_wrapper_2 #gform_4 ul li#field_2_2,
body #gform_wrapper_3 #gform_4 ul li#field_2_2,
body #gform_wrapper_4 #gform_4 ul li#field_2_2,
body #gform_wrapper_1 #gform_1 ul li#field_2_6,
body #gform_wrapper_2 #gform_1 ul li#field_2_6,
body #gform_wrapper_3 #gform_1 ul li#field_2_6,
body #gform_wrapper_4 #gform_1 ul li#field_2_6,
body #gform_wrapper_1 #gform_2 ul li#field_2_6,
body #gform_wrapper_2 #gform_2 ul li#field_2_6,
body #gform_wrapper_3 #gform_2 ul li#field_2_6,
body #gform_wrapper_4 #gform_2 ul li#field_2_6,
body #gform_wrapper_1 #gform_3 ul li#field_2_6,
body #gform_wrapper_2 #gform_3 ul li#field_2_6,
body #gform_wrapper_3 #gform_3 ul li#field_2_6,
body #gform_wrapper_4 #gform_3 ul li#field_2_6,
body #gform_wrapper_1 #gform_4 ul li#field_2_6,
body #gform_wrapper_2 #gform_4 ul li#field_2_6,
body #gform_wrapper_3 #gform_4 ul li#field_2_6,
body #gform_wrapper_4 #gform_4 ul li#field_2_6,
body #gform_wrapper_1 #gform_1 ul li#field_2_7,
body #gform_wrapper_2 #gform_1 ul li#field_2_7,
body #gform_wrapper_3 #gform_1 ul li#field_2_7,
body #gform_wrapper_4 #gform_1 ul li#field_2_7,
body #gform_wrapper_1 #gform_2 ul li#field_2_7,
body #gform_wrapper_2 #gform_2 ul li#field_2_7,
body #gform_wrapper_3 #gform_2 ul li#field_2_7,
body #gform_wrapper_4 #gform_2 ul li#field_2_7,
body #gform_wrapper_1 #gform_3 ul li#field_2_7,
body #gform_wrapper_2 #gform_3 ul li#field_2_7,
body #gform_wrapper_3 #gform_3 ul li#field_2_7,
body #gform_wrapper_4 #gform_3 ul li#field_2_7,
body #gform_wrapper_1 #gform_4 ul li#field_2_7,
body #gform_wrapper_2 #gform_4 ul li#field_2_7,
body #gform_wrapper_3 #gform_4 ul li#field_2_7,
body #gform_wrapper_4 #gform_4 ul li#field_2_7,
body #gform_wrapper_1 #gform_1 ul li#field_2_8,
body #gform_wrapper_2 #gform_1 ul li#field_2_8,
body #gform_wrapper_3 #gform_1 ul li#field_2_8,
body #gform_wrapper_4 #gform_1 ul li#field_2_8,
body #gform_wrapper_1 #gform_2 ul li#field_2_8,
body #gform_wrapper_2 #gform_2 ul li#field_2_8,
body #gform_wrapper_3 #gform_2 ul li#field_2_8,
body #gform_wrapper_4 #gform_2 ul li#field_2_8,
body #gform_wrapper_1 #gform_3 ul li#field_2_8,
body #gform_wrapper_2 #gform_3 ul li#field_2_8,
body #gform_wrapper_3 #gform_3 ul li#field_2_8,
body #gform_wrapper_4 #gform_3 ul li#field_2_8,
body #gform_wrapper_1 #gform_4 ul li#field_2_8,
body #gform_wrapper_2 #gform_4 ul li#field_2_8,
body #gform_wrapper_3 #gform_4 ul li#field_2_8,
body #gform_wrapper_4 #gform_4 ul li#field_2_8,
body #gform_wrapper_1 #gform_1 ul li#field_2_9,
body #gform_wrapper_2 #gform_1 ul li#field_2_9,
body #gform_wrapper_3 #gform_1 ul li#field_2_9,
body #gform_wrapper_4 #gform_1 ul li#field_2_9,
body #gform_wrapper_1 #gform_2 ul li#field_2_9,
body #gform_wrapper_2 #gform_2 ul li#field_2_9,
body #gform_wrapper_3 #gform_2 ul li#field_2_9,
body #gform_wrapper_4 #gform_2 ul li#field_2_9,
body #gform_wrapper_1 #gform_3 ul li#field_2_9,
body #gform_wrapper_2 #gform_3 ul li#field_2_9,
body #gform_wrapper_3 #gform_3 ul li#field_2_9,
body #gform_wrapper_4 #gform_3 ul li#field_2_9,
body #gform_wrapper_1 #gform_4 ul li#field_2_9,
body #gform_wrapper_2 #gform_4 ul li#field_2_9,
body #gform_wrapper_3 #gform_4 ul li#field_2_9,
body #gform_wrapper_4 #gform_4 ul li#field_2_9,
body #gform_wrapper_1 #gform_1 ul li#field_2_10,
body #gform_wrapper_2 #gform_1 ul li#field_2_10,
body #gform_wrapper_3 #gform_1 ul li#field_2_10,
body #gform_wrapper_4 #gform_1 ul li#field_2_10,
body #gform_wrapper_1 #gform_2 ul li#field_2_10,
body #gform_wrapper_2 #gform_2 ul li#field_2_10,
body #gform_wrapper_3 #gform_2 ul li#field_2_10,
body #gform_wrapper_4 #gform_2 ul li#field_2_10,
body #gform_wrapper_1 #gform_3 ul li#field_2_10,
body #gform_wrapper_2 #gform_3 ul li#field_2_10,
body #gform_wrapper_3 #gform_3 ul li#field_2_10,
body #gform_wrapper_4 #gform_3 ul li#field_2_10,
body #gform_wrapper_1 #gform_4 ul li#field_2_10,
body #gform_wrapper_2 #gform_4 ul li#field_2_10,
body #gform_wrapper_3 #gform_4 ul li#field_2_10,
body #gform_wrapper_4 #gform_4 ul li#field_2_10 {
  width: 50%;
  display: inline-block;
  padding-right: 10px;
  vertical-align: top;
}
body #gform_wrapper_1 #gform_1 ul li#field_1_1,
body #gform_wrapper_2 #gform_1 ul li#field_1_1,
body #gform_wrapper_3 #gform_1 ul li#field_1_1,
body #gform_wrapper_4 #gform_1 ul li#field_1_1,
body #gform_wrapper_1 #gform_2 ul li#field_1_1,
body #gform_wrapper_2 #gform_2 ul li#field_1_1,
body #gform_wrapper_3 #gform_2 ul li#field_1_1,
body #gform_wrapper_4 #gform_2 ul li#field_1_1,
body #gform_wrapper_1 #gform_3 ul li#field_1_1,
body #gform_wrapper_2 #gform_3 ul li#field_1_1,
body #gform_wrapper_3 #gform_3 ul li#field_1_1,
body #gform_wrapper_4 #gform_3 ul li#field_1_1,
body #gform_wrapper_1 #gform_4 ul li#field_1_1,
body #gform_wrapper_2 #gform_4 ul li#field_1_1,
body #gform_wrapper_3 #gform_4 ul li#field_1_1,
body #gform_wrapper_4 #gform_4 ul li#field_1_1,
body #gform_wrapper_1 #gform_1 ul li#field_1_5,
body #gform_wrapper_2 #gform_1 ul li#field_1_5,
body #gform_wrapper_3 #gform_1 ul li#field_1_5,
body #gform_wrapper_4 #gform_1 ul li#field_1_5,
body #gform_wrapper_1 #gform_2 ul li#field_1_5,
body #gform_wrapper_2 #gform_2 ul li#field_1_5,
body #gform_wrapper_3 #gform_2 ul li#field_1_5,
body #gform_wrapper_4 #gform_2 ul li#field_1_5,
body #gform_wrapper_1 #gform_3 ul li#field_1_5,
body #gform_wrapper_2 #gform_3 ul li#field_1_5,
body #gform_wrapper_3 #gform_3 ul li#field_1_5,
body #gform_wrapper_4 #gform_3 ul li#field_1_5,
body #gform_wrapper_1 #gform_4 ul li#field_1_5,
body #gform_wrapper_2 #gform_4 ul li#field_1_5,
body #gform_wrapper_3 #gform_4 ul li#field_1_5,
body #gform_wrapper_4 #gform_4 ul li#field_1_5,
body #gform_wrapper_1 #gform_1 ul li#field_1_12,
body #gform_wrapper_2 #gform_1 ul li#field_1_12,
body #gform_wrapper_3 #gform_1 ul li#field_1_12,
body #gform_wrapper_4 #gform_1 ul li#field_1_12,
body #gform_wrapper_1 #gform_2 ul li#field_1_12,
body #gform_wrapper_2 #gform_2 ul li#field_1_12,
body #gform_wrapper_3 #gform_2 ul li#field_1_12,
body #gform_wrapper_4 #gform_2 ul li#field_1_12,
body #gform_wrapper_1 #gform_3 ul li#field_1_12,
body #gform_wrapper_2 #gform_3 ul li#field_1_12,
body #gform_wrapper_3 #gform_3 ul li#field_1_12,
body #gform_wrapper_4 #gform_3 ul li#field_1_12,
body #gform_wrapper_1 #gform_4 ul li#field_1_12,
body #gform_wrapper_2 #gform_4 ul li#field_1_12,
body #gform_wrapper_3 #gform_4 ul li#field_1_12,
body #gform_wrapper_4 #gform_4 ul li#field_1_12,
body #gform_wrapper_1 #gform_1 ul li#field_2_1,
body #gform_wrapper_2 #gform_1 ul li#field_2_1,
body #gform_wrapper_3 #gform_1 ul li#field_2_1,
body #gform_wrapper_4 #gform_1 ul li#field_2_1,
body #gform_wrapper_1 #gform_2 ul li#field_2_1,
body #gform_wrapper_2 #gform_2 ul li#field_2_1,
body #gform_wrapper_3 #gform_2 ul li#field_2_1,
body #gform_wrapper_4 #gform_2 ul li#field_2_1,
body #gform_wrapper_1 #gform_3 ul li#field_2_1,
body #gform_wrapper_2 #gform_3 ul li#field_2_1,
body #gform_wrapper_3 #gform_3 ul li#field_2_1,
body #gform_wrapper_4 #gform_3 ul li#field_2_1,
body #gform_wrapper_1 #gform_4 ul li#field_2_1,
body #gform_wrapper_2 #gform_4 ul li#field_2_1,
body #gform_wrapper_3 #gform_4 ul li#field_2_1,
body #gform_wrapper_4 #gform_4 ul li#field_2_1,
body #gform_wrapper_1 #gform_1 ul li#field_2_7,
body #gform_wrapper_2 #gform_1 ul li#field_2_7,
body #gform_wrapper_3 #gform_1 ul li#field_2_7,
body #gform_wrapper_4 #gform_1 ul li#field_2_7,
body #gform_wrapper_1 #gform_2 ul li#field_2_7,
body #gform_wrapper_2 #gform_2 ul li#field_2_7,
body #gform_wrapper_3 #gform_2 ul li#field_2_7,
body #gform_wrapper_4 #gform_2 ul li#field_2_7,
body #gform_wrapper_1 #gform_3 ul li#field_2_7,
body #gform_wrapper_2 #gform_3 ul li#field_2_7,
body #gform_wrapper_3 #gform_3 ul li#field_2_7,
body #gform_wrapper_4 #gform_3 ul li#field_2_7,
body #gform_wrapper_1 #gform_4 ul li#field_2_7,
body #gform_wrapper_2 #gform_4 ul li#field_2_7,
body #gform_wrapper_3 #gform_4 ul li#field_2_7,
body #gform_wrapper_4 #gform_4 ul li#field_2_7,
body #gform_wrapper_1 #gform_1 ul li#field_2_9,
body #gform_wrapper_2 #gform_1 ul li#field_2_9,
body #gform_wrapper_3 #gform_1 ul li#field_2_9,
body #gform_wrapper_4 #gform_1 ul li#field_2_9,
body #gform_wrapper_1 #gform_2 ul li#field_2_9,
body #gform_wrapper_2 #gform_2 ul li#field_2_9,
body #gform_wrapper_3 #gform_2 ul li#field_2_9,
body #gform_wrapper_4 #gform_2 ul li#field_2_9,
body #gform_wrapper_1 #gform_3 ul li#field_2_9,
body #gform_wrapper_2 #gform_3 ul li#field_2_9,
body #gform_wrapper_3 #gform_3 ul li#field_2_9,
body #gform_wrapper_4 #gform_3 ul li#field_2_9,
body #gform_wrapper_1 #gform_4 ul li#field_2_9,
body #gform_wrapper_2 #gform_4 ul li#field_2_9,
body #gform_wrapper_3 #gform_4 ul li#field_2_9,
body #gform_wrapper_4 #gform_4 ul li#field_2_9,
body #gform_wrapper_1 #gform_1 ul li#field_2_11,
body #gform_wrapper_2 #gform_1 ul li#field_2_11,
body #gform_wrapper_3 #gform_1 ul li#field_2_11,
body #gform_wrapper_4 #gform_1 ul li#field_2_11,
body #gform_wrapper_1 #gform_2 ul li#field_2_11,
body #gform_wrapper_2 #gform_2 ul li#field_2_11,
body #gform_wrapper_3 #gform_2 ul li#field_2_11,
body #gform_wrapper_4 #gform_2 ul li#field_2_11,
body #gform_wrapper_1 #gform_3 ul li#field_2_11,
body #gform_wrapper_2 #gform_3 ul li#field_2_11,
body #gform_wrapper_3 #gform_3 ul li#field_2_11,
body #gform_wrapper_4 #gform_3 ul li#field_2_11,
body #gform_wrapper_1 #gform_4 ul li#field_2_11,
body #gform_wrapper_2 #gform_4 ul li#field_2_11,
body #gform_wrapper_3 #gform_4 ul li#field_2_11,
body #gform_wrapper_4 #gform_4 ul li#field_2_11 {
  padding-right: 0;
}
body #gform_wrapper_1 #gform_1 ul li > div,
body #gform_wrapper_2 #gform_1 ul li > div,
body #gform_wrapper_3 #gform_1 ul li > div,
body #gform_wrapper_4 #gform_1 ul li > div,
body #gform_wrapper_1 #gform_2 ul li > div,
body #gform_wrapper_2 #gform_2 ul li > div,
body #gform_wrapper_3 #gform_2 ul li > div,
body #gform_wrapper_4 #gform_2 ul li > div,
body #gform_wrapper_1 #gform_3 ul li > div,
body #gform_wrapper_2 #gform_3 ul li > div,
body #gform_wrapper_3 #gform_3 ul li > div,
body #gform_wrapper_4 #gform_3 ul li > div,
body #gform_wrapper_1 #gform_4 ul li > div,
body #gform_wrapper_2 #gform_4 ul li > div,
body #gform_wrapper_3 #gform_4 ul li > div,
body #gform_wrapper_4 #gform_4 ul li > div {
  margin-top: 0;
}
body #gform_wrapper_1 #gform_1 ul li label,
body #gform_wrapper_2 #gform_1 ul li label,
body #gform_wrapper_3 #gform_1 ul li label,
body #gform_wrapper_4 #gform_1 ul li label,
body #gform_wrapper_1 #gform_2 ul li label,
body #gform_wrapper_2 #gform_2 ul li label,
body #gform_wrapper_3 #gform_2 ul li label,
body #gform_wrapper_4 #gform_2 ul li label,
body #gform_wrapper_1 #gform_3 ul li label,
body #gform_wrapper_2 #gform_3 ul li label,
body #gform_wrapper_3 #gform_3 ul li label,
body #gform_wrapper_4 #gform_3 ul li label,
body #gform_wrapper_1 #gform_4 ul li label,
body #gform_wrapper_2 #gform_4 ul li label,
body #gform_wrapper_3 #gform_4 ul li label,
body #gform_wrapper_4 #gform_4 ul li label {
  display: none;
}
body #gform_wrapper_1 #gform_1 ul li button,
body #gform_wrapper_2 #gform_1 ul li button,
body #gform_wrapper_3 #gform_1 ul li button,
body #gform_wrapper_4 #gform_1 ul li button,
body #gform_wrapper_1 #gform_2 ul li button,
body #gform_wrapper_2 #gform_2 ul li button,
body #gform_wrapper_3 #gform_2 ul li button,
body #gform_wrapper_4 #gform_2 ul li button,
body #gform_wrapper_1 #gform_3 ul li button,
body #gform_wrapper_2 #gform_3 ul li button,
body #gform_wrapper_3 #gform_3 ul li button,
body #gform_wrapper_4 #gform_3 ul li button,
body #gform_wrapper_1 #gform_4 ul li button,
body #gform_wrapper_2 #gform_4 ul li button,
body #gform_wrapper_3 #gform_4 ul li button,
body #gform_wrapper_4 #gform_4 ul li button,
body #gform_wrapper_1 #gform_1 ul li input,
body #gform_wrapper_2 #gform_1 ul li input,
body #gform_wrapper_3 #gform_1 ul li input,
body #gform_wrapper_4 #gform_1 ul li input,
body #gform_wrapper_1 #gform_2 ul li input,
body #gform_wrapper_2 #gform_2 ul li input,
body #gform_wrapper_3 #gform_2 ul li input,
body #gform_wrapper_4 #gform_2 ul li input,
body #gform_wrapper_1 #gform_3 ul li input,
body #gform_wrapper_2 #gform_3 ul li input,
body #gform_wrapper_3 #gform_3 ul li input,
body #gform_wrapper_4 #gform_3 ul li input,
body #gform_wrapper_1 #gform_4 ul li input,
body #gform_wrapper_2 #gform_4 ul li input,
body #gform_wrapper_3 #gform_4 ul li input,
body #gform_wrapper_4 #gform_4 ul li input,
body #gform_wrapper_1 #gform_1 ul li select,
body #gform_wrapper_2 #gform_1 ul li select,
body #gform_wrapper_3 #gform_1 ul li select,
body #gform_wrapper_4 #gform_1 ul li select,
body #gform_wrapper_1 #gform_2 ul li select,
body #gform_wrapper_2 #gform_2 ul li select,
body #gform_wrapper_3 #gform_2 ul li select,
body #gform_wrapper_4 #gform_2 ul li select,
body #gform_wrapper_1 #gform_3 ul li select,
body #gform_wrapper_2 #gform_3 ul li select,
body #gform_wrapper_3 #gform_3 ul li select,
body #gform_wrapper_4 #gform_3 ul li select,
body #gform_wrapper_1 #gform_4 ul li select,
body #gform_wrapper_2 #gform_4 ul li select,
body #gform_wrapper_3 #gform_4 ul li select,
body #gform_wrapper_4 #gform_4 ul li select,
body #gform_wrapper_1 #gform_1 ul li textarea,
body #gform_wrapper_2 #gform_1 ul li textarea,
body #gform_wrapper_3 #gform_1 ul li textarea,
body #gform_wrapper_4 #gform_1 ul li textarea,
body #gform_wrapper_1 #gform_2 ul li textarea,
body #gform_wrapper_2 #gform_2 ul li textarea,
body #gform_wrapper_3 #gform_2 ul li textarea,
body #gform_wrapper_4 #gform_2 ul li textarea,
body #gform_wrapper_1 #gform_3 ul li textarea,
body #gform_wrapper_2 #gform_3 ul li textarea,
body #gform_wrapper_3 #gform_3 ul li textarea,
body #gform_wrapper_4 #gform_3 ul li textarea,
body #gform_wrapper_1 #gform_4 ul li textarea,
body #gform_wrapper_2 #gform_4 ul li textarea,
body #gform_wrapper_3 #gform_4 ul li textarea,
body #gform_wrapper_4 #gform_4 ul li textarea {
  border: 1px solid #dadada;
  box-shadow: none;
  text-shadow: none;
  width: 100%;
  padding-left: 10px;
}
body #gform_wrapper_1 #gform_1 ul li select,
body #gform_wrapper_2 #gform_1 ul li select,
body #gform_wrapper_3 #gform_1 ul li select,
body #gform_wrapper_4 #gform_1 ul li select,
body #gform_wrapper_1 #gform_2 ul li select,
body #gform_wrapper_2 #gform_2 ul li select,
body #gform_wrapper_3 #gform_2 ul li select,
body #gform_wrapper_4 #gform_2 ul li select,
body #gform_wrapper_1 #gform_3 ul li select,
body #gform_wrapper_2 #gform_3 ul li select,
body #gform_wrapper_3 #gform_3 ul li select,
body #gform_wrapper_4 #gform_3 ul li select,
body #gform_wrapper_1 #gform_4 ul li select,
body #gform_wrapper_2 #gform_4 ul li select,
body #gform_wrapper_3 #gform_4 ul li select,
body #gform_wrapper_4 #gform_4 ul li select {
  padding: 6px 0 8px 10px;
}
body #gform_wrapper_1 #gform_1 .gform_footer,
body #gform_wrapper_2 #gform_1 .gform_footer,
body #gform_wrapper_3 #gform_1 .gform_footer,
body #gform_wrapper_4 #gform_1 .gform_footer,
body #gform_wrapper_1 #gform_2 .gform_footer,
body #gform_wrapper_2 #gform_2 .gform_footer,
body #gform_wrapper_3 #gform_2 .gform_footer,
body #gform_wrapper_4 #gform_2 .gform_footer,
body #gform_wrapper_1 #gform_3 .gform_footer,
body #gform_wrapper_2 #gform_3 .gform_footer,
body #gform_wrapper_3 #gform_3 .gform_footer,
body #gform_wrapper_4 #gform_3 .gform_footer,
body #gform_wrapper_1 #gform_4 .gform_footer,
body #gform_wrapper_2 #gform_4 .gform_footer,
body #gform_wrapper_3 #gform_4 .gform_footer,
body #gform_wrapper_4 #gform_4 .gform_footer {
  position: relative;
  margin-left: 0;
  width: 100%;
}
body #gform_wrapper_1 #gform_1 .gform_footer:before,
body #gform_wrapper_2 #gform_1 .gform_footer:before,
body #gform_wrapper_3 #gform_1 .gform_footer:before,
body #gform_wrapper_4 #gform_1 .gform_footer:before,
body #gform_wrapper_1 #gform_2 .gform_footer:before,
body #gform_wrapper_2 #gform_2 .gform_footer:before,
body #gform_wrapper_3 #gform_2 .gform_footer:before,
body #gform_wrapper_4 #gform_2 .gform_footer:before,
body #gform_wrapper_1 #gform_3 .gform_footer:before,
body #gform_wrapper_2 #gform_3 .gform_footer:before,
body #gform_wrapper_3 #gform_3 .gform_footer:before,
body #gform_wrapper_4 #gform_3 .gform_footer:before,
body #gform_wrapper_1 #gform_4 .gform_footer:before,
body #gform_wrapper_2 #gform_4 .gform_footer:before,
body #gform_wrapper_3 #gform_4 .gform_footer:before,
body #gform_wrapper_4 #gform_4 .gform_footer:before {
  content: "";
  color: #5D5D5D;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0pt;
  line-height: 160%;
  text-align: left;
}
body #gform_wrapper_1 #gform_1 .gform_footer input[type=submit],
body #gform_wrapper_2 #gform_1 .gform_footer input[type=submit],
body #gform_wrapper_3 #gform_1 .gform_footer input[type=submit],
body #gform_wrapper_4 #gform_1 .gform_footer input[type=submit],
body #gform_wrapper_1 #gform_2 .gform_footer input[type=submit],
body #gform_wrapper_2 #gform_2 .gform_footer input[type=submit],
body #gform_wrapper_3 #gform_2 .gform_footer input[type=submit],
body #gform_wrapper_4 #gform_2 .gform_footer input[type=submit],
body #gform_wrapper_1 #gform_3 .gform_footer input[type=submit],
body #gform_wrapper_2 #gform_3 .gform_footer input[type=submit],
body #gform_wrapper_3 #gform_3 .gform_footer input[type=submit],
body #gform_wrapper_4 #gform_3 .gform_footer input[type=submit],
body #gform_wrapper_1 #gform_4 .gform_footer input[type=submit],
body #gform_wrapper_2 #gform_4 .gform_footer input[type=submit],
body #gform_wrapper_3 #gform_4 .gform_footer input[type=submit],
body #gform_wrapper_4 #gform_4 .gform_footer input[type=submit] {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 4pt;
  line-height: 120%;
  color: #5D5D5D;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #5D5D5D;
  padding: 15px 75px 15px 75px;
  float: right;
  transition: 400ms all cubic-bezier(0.4, 0, 0.2, 1);
}
body #gform_wrapper_1 #gform_1 .gform_footer input[type=submit]:hover,
body #gform_wrapper_2 #gform_1 .gform_footer input[type=submit]:hover,
body #gform_wrapper_3 #gform_1 .gform_footer input[type=submit]:hover,
body #gform_wrapper_4 #gform_1 .gform_footer input[type=submit]:hover,
body #gform_wrapper_1 #gform_2 .gform_footer input[type=submit]:hover,
body #gform_wrapper_2 #gform_2 .gform_footer input[type=submit]:hover,
body #gform_wrapper_3 #gform_2 .gform_footer input[type=submit]:hover,
body #gform_wrapper_4 #gform_2 .gform_footer input[type=submit]:hover,
body #gform_wrapper_1 #gform_3 .gform_footer input[type=submit]:hover,
body #gform_wrapper_2 #gform_3 .gform_footer input[type=submit]:hover,
body #gform_wrapper_3 #gform_3 .gform_footer input[type=submit]:hover,
body #gform_wrapper_4 #gform_3 .gform_footer input[type=submit]:hover,
body #gform_wrapper_1 #gform_4 .gform_footer input[type=submit]:hover,
body #gform_wrapper_2 #gform_4 .gform_footer input[type=submit]:hover,
body #gform_wrapper_3 #gform_4 .gform_footer input[type=submit]:hover,
body #gform_wrapper_4 #gform_4 .gform_footer input[type=submit]:hover {
  border-color: #FC61BA;
  color: #FC61BA;
}
body #gform_wrapper_1 #gform_1 .gform_footer:before,
body #gform_wrapper_2 #gform_1 .gform_footer:before,
body #gform_wrapper_3 #gform_1 .gform_footer:before,
body #gform_wrapper_4 #gform_1 .gform_footer:before,
body #gform_wrapper_1 #gform_3 .gform_footer:before,
body #gform_wrapper_2 #gform_3 .gform_footer:before,
body #gform_wrapper_3 #gform_3 .gform_footer:before,
body #gform_wrapper_4 #gform_3 .gform_footer:before {
  content: "* champs obligatoires";
}
body #gform_wrapper_1 #gform_2 .gform_footer:before,
body #gform_wrapper_2 #gform_2 .gform_footer:before,
body #gform_wrapper_3 #gform_2 .gform_footer:before,
body #gform_wrapper_4 #gform_2 .gform_footer:before,
body #gform_wrapper_1 #gform_4 .gform_footer:before,
body #gform_wrapper_2 #gform_4 .gform_footer:before,
body #gform_wrapper_3 #gform_4 .gform_footer:before,
body #gform_wrapper_4 #gform_4 .gform_footer:before {
  content: "* required fields";
}
body#en-US footer#footer .rowFooter nav {
  padding-right: 95px;
}
body#en-US .copyright-advisa {
  bottom: 45px;
}
@media (max-width: 600px) {
  body#en-US footer#footer .rowFooter nav {
    padding-right: 0;
    padding-bottom: 50px;
  }
}
@media (max-width: 1230px) {
  body .copyright-advisa {
    right: 50%;
    bottom: 20px;
  }
  body footer#footer .mentions-obligatoires {
    padding-bottom: 50px;
  }
}
@media (max-width: 1100px) {
  body .copyright-advisa {
    right: 50%;
    bottom: 20px !important;
  }
  body #footer .rowFooter {
    display: initial !important;
  }
  body #footer .rowFooter .centerFooter {
    display: initial !important;
  }
  body #footer .rowFooter .centerFooter .logoEPV {
    padding-right: 0 !important;
    text-align: center;
    padding-top: 40px;
  }
  body #footer .rowFooter .centerFooter .menu-footer-container {
    padding-right: 0  !important;
  }
  body #footer .rowFooter .centerFooter .menu-footer-container #menu-footer li {
    float: none !important;
    display: block  !important;
    padding: 15px 0  !important;
    margin: 0 !important;
  }
  body #footer .rowFooter .centerFooter .menu-footer-container #menu-footer li a {
    color: #000000;
  }
  body #footer .rowFooter .centerFooter .menu-footer-container #menu-footer li .carret {
    display: none  !important;
  }
  body #footer .mentions-obligatoires {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  html body #gform_wrapper_1 #gform_1 .gform_footer {
    padding: 2em 0 .625em;
  }
  html body #gform_wrapper_1 #gform_1 .gform_footer input[type=submit] {
    width: 100%;
  }
  html body #gform_wrapper_1 #gform_1 .gform_footer:before {
    content: "* champs obligatoires";
    display: block;
    position: relative;
    top: -15px;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0pt;
    line-height: 160%;
    text-align: left;
  }
  html body .sub_page_la-mise-en-scne .img-cont img {
    width: 100%;
    height: auto !important;
  }
  html body main#main .sub_page .container-content {
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  html body main#main .sub_page .bloc > .row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  html body main#main .sub_page .bloc > .row > div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  html body main#main #sub-page-1016 .galerie_events_list .galerie_events_item .category_type,
  html body main#main #sub-page-67 .galerie_events_list .galerie_events_item .category_type {
    font-size: 32px;
  }
  html body main#main #sub-page-41 .container-content,
  html body main#main #sub-page-849 .container-content,
  html body main#main #sub-page-41 .container-content-img,
  html body main#main #sub-page-849 .container-content-img {
    max-height: 382px!important;
  }
  html body main#main #sub-page-41 .container-content .content p,
  html body main#main #sub-page-849 .container-content .content p,
  html body main#main #sub-page-41 .container-content-img .content p,
  html body main#main #sub-page-849 .container-content-img .content p {
    font-size: 15px;
    margin: 0 0 5px;
  }
  html body main#main #sub-page-41 .container-content .content p .btnnormal,
  html body main#main #sub-page-849 .container-content .content p .btnnormal,
  html body main#main #sub-page-41 .container-content-img .content p .btnnormal,
  html body main#main #sub-page-849 .container-content-img .content p .btnnormal {
    margin: 15px 0!important;
  }
  html body main#main #sub-page-86 .cont,
  html body main#main #sub-page-1091 .cont {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  html body main#main #sub-page-86 .cont .content,
  html body main#main #sub-page-1091 .cont .content {
    width: auto;
    min-width: 160%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  body footer#footer .menu-footer-container #menu-footer {
    position: relative;
    margin-bottom: 110px!important;
  }
  body footer#footer .menu-footer-container #menu-footer li {
    float: none!important;
    margin: 25px 0;
  }
  body footer#footer .menu-footer-container #menu-footer li .carret {
    display: none;
  }
  .overlay nav#menu-foot {
    text-align: center;
    bottom: 13vh;
    width: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .overlay nav#menu-partners {
    bottom: 10vh;
    text-align: center;
    width: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  img {
    max-width: 100%;
  }
  .infobulle {
    display: none !important;
  }
  header#header {
    position: fixed !important;
    background: #000000;
    height: 64px;
    width: 100%;
    z-index: 9999 !important;
    text-align: center;
  }
  header#header #btn-menu-mobile {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 800;
    background: url(../img/menu.png) no-repeat center center transparent;
    opacity: 1;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-in-out;
    z-index: 600;
  }
  header#header #btn-menu-mobile.menuover {
    opacity: 0;
  }
  header#header #nav-menu-mobile {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 800;
    background: url(../img/nav.png) no-repeat center center transparent;
    opacity: 1;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-in-out;
    z-index: 600;
  }
  header#header #nav-menu-mobile.menuover {
    opacity: 0;
  }
  .overlay {
    position: fixed;
    height: 0;
    opacity: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    top: 64px;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
  }
  .overlay svg {
    display: none;
  }
  .overlay nav#menu {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(0%, -65%);
    transform: translate(0%, -65%);
    left: 0;
    opacity: 1;
  }
  .overlay nav#menu ul {
    padding: 0;
    margin: 0;
  }
  .overlay nav#menu ul li {
    list-style: none;
  }
  .overlay nav#menu ul li a {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: block;
    padding: 10px;
    text-decoration: none;
    letter-spacing: 4px;
    padding: 20px 0;
  }
  .overlay nav#menu ul li a:hover {
    color: #FC61BA;
  }
  main#main .sub_page .content.content-1 {
    left: 0 !important;
  }
  main#main .sub_page .img-content-2 {
    left: 0 !important;
  }
  main#main .sub_page .content.content-3 {
    left: 0 !important;
  }
  main#main {
    overflow: hidden;
    background: #FFFFFF;
  }
  main#main .sub_page .container-content {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  main#main .sub_page .container-content .content {
    background: white;
    padding: 65px;
  }
  main#main .sub_page .illustration {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main#main .sub_page .illustration img {
    left: 0 !important;
    max-width: 100% !important;
  }
  main#main .sub_page .bloc > .row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main#main .sub_page .bloc > .row > div {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  main#main .sub_page .bloc img {
    left: 0 !important;
    display: inline-block;
  }
  main#main .sub_page .bloc .content {
    left: 0;
  }
  main#main .sub_page .bloc_3 .img-content-left {
    max-width: 100% !important;
  }
  main#main #toc {
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    z-index: 600;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
  }
  main#main #toc ul {
    padding: 0;
    margin: 0;
    display: block;
    text-align: right;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -65%);
    transform: translate(-50%, -65%);
  }
  main#main #toc ul li {
    display: block;
  }
  main#main #toc ul li:after {
    content: '';
    background: #A2A2A2;
    border-radius: 5px;
    width: 10px;
    height: 10px;
    list-style: none;
    margin: 20px 0;
    cursor: pointer;
    display: inline-block;
    position: relative;
    right: 20px;
  }
  main#main #toc ul li.active:after {
    background: #FC61BA;
  }
  main#main #toc ul li[data-tooltip-mobile]:before {
    content: attr(data-tooltip-mobile);
    display: inline-block;
    padding: 0 40px 0 0;
    position: relative;
    top: -20px;
    color: #FFFFFF;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 5px;
  }
  main#main .page .sub_page_la-mise-en-scne .row div {
    padding: 0;
  }
  main#main .page .sub_page_la-mise-en-scne .row:nth-child(2) div {
    height: 359px !important;
  }
  main#main .page .sub_page_la-mise-en-scne .row:nth-child(4) .row div img,
  main#main .page .sub_page_la-mise-en-scne .row:nth-child(4) .row div {
    height: 266px !important;
  }
  main#main .page .sub_page_la-mise-en-scne .img-cont img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 568px) {
  html body main#main .page .sub_page_la-mise-en-scne .img-cont img {
    width: 100%;
    height: auto !important;
    padding: 0 10px 10px 10px;
  }
}
@media (max-width: 992px) {
  html body .copyright-advisa {
    right: 50%;
    bottom: 120px;
  }
  html body main#main .page .sub_page_la-mise-en-scne .row div {
    padding: auto;
  }
  html body main#main .page .sub_page_la-mise-en-scne .row:nth-child(2) div {
    height: auto;
  }
  html body main#main .page .sub_page_la-mise-en-scne .row:nth-child(4) .row div {
    height: auto;
  }
  html body main#main .page .sub_page_la-mise-en-scne .img-cont img {
    width: 100%;
    height: auto;
  }
  html body main#main #sub-page-1091 .img-cont .img1 img,
  html body main#main #sub-page-1091 .img-cont .img2 img,
  html body main#main #sub-page-86 .img-cont .img1 img,
  html body main#main #sub-page-86 .img-cont .img2 img {
    min-height: auto!important;
  }
  html body main#main #sub-page-67 .galerie_events_list .galerie_events_item .category_type {
    font-size: 20px;
  }
  html body main#main #sub-page-67 .galerie_events_list .galerie_events_item .category_name {
    font-size: 13px;
  }
  html body main#main .page .sub_page_des-lieux-dexception .bloc h3,
  html body main#main .page .sub_page_la-mise-en-scne .bloc h3 {
    text-transform: uppercase;
    font-size: 34px;
  }
  html body main#main .page .sub_page_des-lieux-dexception .bloc,
  html body main#main .page .sub_page_la-mise-en-scne .bloc {
    width: 100%;
  }
  html body main#main span.citation {
    position: relative;
  }
  html body main#main .container-identite-culinaire-singuliere .container-content .content {
    height: auto;
    width: auto;
  }
  html body.home header#header #btn-menu-mobile {
    display: none;
  }
  html body.home header#header #btn-switch-mobile {
    display: block;
    right: auto!important;
    left: 10px!important;
    top: 10px!important;
    bottom: auto!important;
  }
  html body:not(.home) header#header #btn-previous {
    display: block!important;
    top: 10px;
    left: 10px;
  }
  html body:not(.home) header#header #btn-previous svg {
    fill: #FFFFFF;
  }
  html body:not(.home) header#header .logo {
    top: 0;
    max-height: 44px;
  }
  html body:not(.home) header#header .logo svg {
    fill: #FFFFFF;
  }
  html body:not(.home) header#header #nav-menu-mobile {
    display: none;
  }
  html body:not(.home) header#header #btn-menu-mobile {
    right: 10px!important;
    left: auto!important;
  }
  html body.page-template-tpl-modular-page section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  html body.page-template-tpl-modular-page section > div {
    min-height: 75vh;
  }
  html body.page-template-tpl-modular-page section .img_bg {
    min-height: 50vh;
  }
  html body.page-template-tpl-modular-page section:nth-child(even) .img_bg {
    float: none;
  }
  html body.post-type-archive-galeries #main.container-fluid,
  html body.tax-event_cat #main.container-fluid,
  html body.tag #main.container-fluid {
    background-color: #F4F4F4 !important;
    padding-left: 0;
    padding-right: 0;
  }
  html body.post-type-archive-galeries #main.container-fluid .container-filter,
  html body.tax-event_cat #main.container-fluid .container-filter,
  html body.tag #main.container-fluid .container-filter {
    background-color: #FFFFFF;
    position: relative!important;
    top: 65px!important;
    display: block;
    z-index: 0;
    margin-left: 0;
    padding-left: 15px;
    z-index: 700;
  }
  html body.post-type-archive-galeries #main.container-fluid .container-filter span.filters,
  html body.tax-event_cat #main.container-fluid .container-filter span.filters,
  html body.tag #main.container-fluid .container-filter span.filters {
    top: 50%;
    position: relative;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  html body.post-type-archive-galeries #main.container-fluid .container-filter ul.filters,
  html body.tax-event_cat #main.container-fluid .container-filter ul.filters,
  html body.tag #main.container-fluid .container-filter ul.filters {
    padding: 15px 0;
  }
  html body.post-type-archive-galeries #main.container-fluid .container-filter ul.filters li.active,
  html body.tax-event_cat #main.container-fluid .container-filter ul.filters li.active,
  html body.tag #main.container-fluid .container-filter ul.filters li.active {
    background-color: #FFFFFF;
  }
  html body.post-type-archive-galeries #main.container-fluid .container-filter ul.filters li.active a,
  html body.tax-event_cat #main.container-fluid .container-filter ul.filters li.active a,
  html body.tag #main.container-fluid .container-filter ul.filters li.active a {
    color: #000000;
  }
  html body.post-type-archive-galeries #main.container-fluid .container-filter ul.filters li.active ul.sub-filters li,
  html body.tax-event_cat #main.container-fluid .container-filter ul.filters li.active ul.sub-filters li,
  html body.tag #main.container-fluid .container-filter ul.filters li.active ul.sub-filters li {
    width: 240px;
  }
  html body.post-type-archive-galeries #main.container-fluid .entry-header,
  html body.tax-event_cat #main.container-fluid .entry-header,
  html body.tag #main.container-fluid .entry-header {
    margin-top: 75px;
  }
  html body.post-type-archive-galeries article,
  html body.tax-event_cat article,
  html body.tag article {
    /* padding-left: 0;
                    padding-right: 0; */
    margin-bottom: 25px!important;
  }
  html body.post-type-archive-galeries article:nth-of-type(3n+2),
  html body.tax-event_cat article:nth-of-type(3n+2),
  html body.tag article:nth-of-type(3n+2) {
    top: 0!important;
  }
  html body.post-type-archive-galeries article > div,
  html body.tax-event_cat article > div,
  html body.tag article > div {
    max-height: 45vh;
  }
  html body.post-type-archive-galeries article > div a,
  html body.tax-event_cat article > div a,
  html body.tag article > div a {
    position: absolute;
    bottom: 0;
  }
  html body.post-type-archive-galeries article > div a button,
  html body.tax-event_cat article > div a button,
  html body.tag article > div a button {
    opacity: 1!important          ;
    display: block;
    width: 100%;
    bottom: 100%;
  }
  html body.post-type-archive-galeries article .info_item,
  html body.tax-event_cat article .info_item,
  html body.tag article .info_item {
    padding: 25px 0;
    background-color: #FFFFFF;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 2pt;
    line-height: 120%;
    color: #5D5D5D;
    text-transform: uppercase;
  }
  html body #gform_wrapper_1 #gform_1 .gform_footer,
  html body #gform_wrapper_2 #gform_1 .gform_footer,
  html body #gform_wrapper_3 #gform_1 .gform_footer,
  html body #gform_wrapper_4 #gform_1 .gform_footer,
  html body #gform_wrapper_5 #gform_1 .gform_footer,
  html body #gform_wrapper_1 #gform_2 .gform_footer,
  html body #gform_wrapper_2 #gform_2 .gform_footer,
  html body #gform_wrapper_3 #gform_2 .gform_footer,
  html body #gform_wrapper_4 #gform_2 .gform_footer,
  html body #gform_wrapper_5 #gform_2 .gform_footer,
  html body #gform_wrapper_1 #gform_3 .gform_footer,
  html body #gform_wrapper_2 #gform_3 .gform_footer,
  html body #gform_wrapper_3 #gform_3 .gform_footer,
  html body #gform_wrapper_4 #gform_3 .gform_footer,
  html body #gform_wrapper_5 #gform_3 .gform_footer,
  html body #gform_wrapper_1 #gform_4 .gform_footer,
  html body #gform_wrapper_2 #gform_4 .gform_footer,
  html body #gform_wrapper_3 #gform_4 .gform_footer,
  html body #gform_wrapper_4 #gform_4 .gform_footer,
  html body #gform_wrapper_5 #gform_4 .gform_footer,
  html body #gform_wrapper_1 #gform_5 .gform_footer,
  html body #gform_wrapper_2 #gform_5 .gform_footer,
  html body #gform_wrapper_3 #gform_5 .gform_footer,
  html body #gform_wrapper_4 #gform_5 .gform_footer,
  html body #gform_wrapper_5 #gform_5 .gform_footer {
    padding: 2em 0 .625em;
  }
  html body #gform_wrapper_1 #gform_1 .gform_footer input[type=submit],
  html body #gform_wrapper_2 #gform_1 .gform_footer input[type=submit],
  html body #gform_wrapper_3 #gform_1 .gform_footer input[type=submit],
  html body #gform_wrapper_4 #gform_1 .gform_footer input[type=submit],
  html body #gform_wrapper_5 #gform_1 .gform_footer input[type=submit],
  html body #gform_wrapper_1 #gform_2 .gform_footer input[type=submit],
  html body #gform_wrapper_2 #gform_2 .gform_footer input[type=submit],
  html body #gform_wrapper_3 #gform_2 .gform_footer input[type=submit],
  html body #gform_wrapper_4 #gform_2 .gform_footer input[type=submit],
  html body #gform_wrapper_5 #gform_2 .gform_footer input[type=submit],
  html body #gform_wrapper_1 #gform_3 .gform_footer input[type=submit],
  html body #gform_wrapper_2 #gform_3 .gform_footer input[type=submit],
  html body #gform_wrapper_3 #gform_3 .gform_footer input[type=submit],
  html body #gform_wrapper_4 #gform_3 .gform_footer input[type=submit],
  html body #gform_wrapper_5 #gform_3 .gform_footer input[type=submit],
  html body #gform_wrapper_1 #gform_4 .gform_footer input[type=submit],
  html body #gform_wrapper_2 #gform_4 .gform_footer input[type=submit],
  html body #gform_wrapper_3 #gform_4 .gform_footer input[type=submit],
  html body #gform_wrapper_4 #gform_4 .gform_footer input[type=submit],
  html body #gform_wrapper_5 #gform_4 .gform_footer input[type=submit],
  html body #gform_wrapper_1 #gform_5 .gform_footer input[type=submit],
  html body #gform_wrapper_2 #gform_5 .gform_footer input[type=submit],
  html body #gform_wrapper_3 #gform_5 .gform_footer input[type=submit],
  html body #gform_wrapper_4 #gform_5 .gform_footer input[type=submit],
  html body #gform_wrapper_5 #gform_5 .gform_footer input[type=submit] {
    width: 100%;
  }
  html body #gform_wrapper_1 #gform_1 .gform_footer:before,
  html body #gform_wrapper_2 #gform_1 .gform_footer:before,
  html body #gform_wrapper_3 #gform_1 .gform_footer:before,
  html body #gform_wrapper_4 #gform_1 .gform_footer:before,
  html body #gform_wrapper_5 #gform_1 .gform_footer:before,
  html body #gform_wrapper_1 #gform_2 .gform_footer:before,
  html body #gform_wrapper_2 #gform_2 .gform_footer:before,
  html body #gform_wrapper_3 #gform_2 .gform_footer:before,
  html body #gform_wrapper_4 #gform_2 .gform_footer:before,
  html body #gform_wrapper_5 #gform_2 .gform_footer:before,
  html body #gform_wrapper_1 #gform_3 .gform_footer:before,
  html body #gform_wrapper_2 #gform_3 .gform_footer:before,
  html body #gform_wrapper_3 #gform_3 .gform_footer:before,
  html body #gform_wrapper_4 #gform_3 .gform_footer:before,
  html body #gform_wrapper_5 #gform_3 .gform_footer:before,
  html body #gform_wrapper_1 #gform_4 .gform_footer:before,
  html body #gform_wrapper_2 #gform_4 .gform_footer:before,
  html body #gform_wrapper_3 #gform_4 .gform_footer:before,
  html body #gform_wrapper_4 #gform_4 .gform_footer:before,
  html body #gform_wrapper_5 #gform_4 .gform_footer:before,
  html body #gform_wrapper_1 #gform_5 .gform_footer:before,
  html body #gform_wrapper_2 #gform_5 .gform_footer:before,
  html body #gform_wrapper_3 #gform_5 .gform_footer:before,
  html body #gform_wrapper_4 #gform_5 .gform_footer:before,
  html body #gform_wrapper_5 #gform_5 .gform_footer:before {
    content: "* champs obligatoires";
    display: block;
    position: relative;
    top: -15px;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0pt;
    line-height: 160%;
    text-align: left;
  }
  html body header#header {
    position: fixed !important;
    background: #000000;
    height: 64px;
    width: 100%;
    z-index: 9999!important;
    text-align: center;
  }
  html body header#header #btn-previous {
    display: none;
  }
  html body header#header .logo {
    display: inline-block;
    margin: 0 !important;
    z-index: 600;
    top: 0;
    padding: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transition: 0s;
  }
  html body header#header .logo svg {
    position: relative;
    transition: all 0.3s ease-in-out;
    top: 10px;
    width: 92px;
  }
  html body header#header .logo svg.menuover {
    opacity: 0;
  }
  html body header#header #btn-menu-mobile {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 800;
    background: url(../img/svg/btn-nav-mobile.svg) no-repeat center center transparent;
    opacity: 1;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-in-out;
    z-index: 600;
  }
  html body header#header #btn-menu-mobile svg {
    fill: #FFFFFF;
  }
  html body header#header #btn-menu-mobile svg rect {
    transition: all 0.3s ease-in-out;
  }
  html body header#header #btn-menu-mobile svg:hover rect {
    width: 17px;
  }
  html body header#header #nav-menu-mobile {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 800;
    background: url(../img/nav.png) no-repeat center center transparent;
    opacity: 1;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-in-out;
    z-index: 600;
  }
  html body header#header #nav-menu-mobile.menuover {
    opacity: 0;
  }
  html body.page-template-tpl-one-column main .container-content .entry-content .entry-title {
    margin-top: 120px;
    text-transform: uppercase;
  }
  html body.page-template-default main .img_bg {
    top: 0;
    position: relative;
    min-height: 50vh;
  }
  html body.page-template-default main .container-content .entry-content {
    padding: 0;
    margin-top: 55px!important;
  }
  html body.single main,
  html body.single-galeries main {
    padding-right: 0;
    padding-left: 0;
  }
  html body.single main .post,
  html body.single-galeries main .post,
  html body.single main .galeries,
  html body.single-galeries main .galeries,
  html body.single main .recrutements,
  html body.single-galeries main .recrutements {
    margin-top: 64px;
  }
  html body.single main .post header,
  html body.single-galeries main .post header,
  html body.single main .galeries header,
  html body.single-galeries main .galeries header,
  html body.single main .recrutements header,
  html body.single-galeries main .recrutements header {
    margin-bottom: 10px;
  }
  html body.single main .post header .entry-thumbnail,
  html body.single-galeries main .post header .entry-thumbnail,
  html body.single main .galeries header .entry-thumbnail,
  html body.single-galeries main .galeries header .entry-thumbnail,
  html body.single main .recrutements header .entry-thumbnail,
  html body.single-galeries main .recrutements header .entry-thumbnail {
    max-height: 210px;
  }
  html body.single main .post header h1.main-title,
  html body.single-galeries main .post header h1.main-title,
  html body.single main .galeries header h1.main-title,
  html body.single-galeries main .galeries header h1.main-title,
  html body.single main .recrutements header h1.main-title,
  html body.single-galeries main .recrutements header h1.main-title {
    font-size: 25px;
    word-break: break-word;
    margin-bottom: 10px;
  }
  html body.single main .post .entry-gallery ul li,
  html body.single-galeries main .post .entry-gallery ul li,
  html body.single main .galeries .entry-gallery ul li,
  html body.single-galeries main .galeries .entry-gallery ul li,
  html body.single main .recrutements .entry-gallery ul li,
  html body.single-galeries main .recrutements .entry-gallery ul li {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  html body.single main .post .entry-gallery ul li img,
  html body.single-galeries main .post .entry-gallery ul li img,
  html body.single main .galeries .entry-gallery ul li img,
  html body.single-galeries main .galeries .entry-gallery ul li img,
  html body.single main .recrutements .entry-gallery ul li img,
  html body.single-galeries main .recrutements .entry-gallery ul li img {
    width: 100%;
  }
  html body.single main .post .entry-content,
  html body.single-galeries main .post .entry-content,
  html body.single main .galeries .entry-content,
  html body.single-galeries main .galeries .entry-content,
  html body.single main .recrutements .entry-content,
  html body.single-galeries main .recrutements .entry-content {
    padding: 45px 15px;
  }
  html body.category h1.main-title,
  html body.archive h1.main-title {
    font-size: 32px;
    margin-top: 120px;
    margin-bottom: 35px;
    letter-spacing: 0;
    word-break: break-word;
  }
  html body.category #main .post,
  html body.archive #main .post,
  html body.category #main .recrutements,
  html body.archive #main .recrutements {
    margin-bottom: 40px;
  }
  html body.category #main .post .entry-thumbnail,
  html body.archive #main .post .entry-thumbnail,
  html body.category #main .recrutements .entry-thumbnail,
  html body.archive #main .recrutements .entry-thumbnail {
    max-height: 200px;
  }
  html body.category #main .post .entry-content,
  html body.archive #main .post .entry-content,
  html body.category #main .recrutements .entry-content,
  html body.archive #main .recrutements .entry-content {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 50px 20px;
  }
  html body.category #main .post .entry-content header h2.main-title-article,
  html body.archive #main .post .entry-content header h2.main-title-article,
  html body.category #main .recrutements .entry-content header h2.main-title-article,
  html body.archive #main .recrutements .entry-content header h2.main-title-article {
    font-size: 20px;
    word-break: break-word;
  }
  html body.page-template-tpl-des-valeurs-et-des-hommes .img_bg {
    min-height: 50vh!important;
  }
  html body.page-template-tpl-des-valeurs-et-des-hommes section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  html body.page-template-tpl-des-valeurs-et-des-hommes section#four .container-content,
  html body.page-template-tpl-des-valeurs-et-des-hommes section#five .container-content {
    width: auto!important;
    max-width: 530px;
  }
  html body.page-template-tpl-des-valeurs-et-des-hommes section h2.main-title {
    width: 100%!important;
    font-size: 18px!important;
  }
  img {
    max-width: 100%;
  }
  .infobulle {
    display: none !important;
  }
  body {
    overflow-x: hidden;
  }
  .overlay.open nav#menu,
  .overlay.open nav#menu-foot {
    visibility: visible;
    opacity: 1;
  }
  .overlay {
    position: fixed;
    height: 0;
    opacity: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    top: 64px;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
  }
  .overlay svg {
    display: none;
  }
  .overlay #btn-switch {
    right: 10px!important;
    top: 77px;
  }
  .overlay nav#menu {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(0%, -65%);
    transform: translate(0%, -65%);
    left: 0;
    opacity: 1;
  }
  .overlay nav#menu ul {
    padding: 0;
    margin: 0;
  }
  .overlay nav#menu ul li {
    list-style: none;
    text-align: center;
  }
  .overlay nav#menu ul li a {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: block;
    padding: 10px;
    text-decoration: none;
    letter-spacing: 4px;
    padding: 20px 0;
  }
  .overlay nav#menu ul li a:hover {
    color: #FC61BA;
  }
  .overlay nav#menu-foot,
  .overlay nav#menu-partners {
    text-align: center;
    bottom: 110px;
    width: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .overlay nav#menu-foot ul,
  .overlay nav#menu-partners ul {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .overlay nav#menu-foot ul li,
  .overlay nav#menu-partners ul li {
    display: inline-block;
  }
  .overlay nav#menu-foot ul li .carret,
  .overlay nav#menu-partners ul li .carret {
    margin: 0 5px;
  }
  .overlay nav#menu-foot ul li:last-child .carret,
  .overlay nav#menu-partners ul li:last-child .carret {
    display: none;
  }
  .overlay nav#menu-foot ul li:hover a,
  .overlay nav#menu-partners ul li:hover a,
  .overlay nav#menu-foot ul li.current-menu-item a,
  .overlay nav#menu-partners ul li.current-menu-item a,
  .overlay nav#menu-foot ul li.focus a,
  .overlay nav#menu-partners ul li.focus a {
    color: #FC61BA;
  }
  .overlay nav#menu-foot ul li a,
  .overlay nav#menu-partners ul li a {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 3pt;
    line-height: 120%;
    color: #858585;
    text-align: center;
    text-transform: uppercase;
  }
  main#main .page.fixed .parallaxContent {
    position: relative !important;
  }
  main#main .page.fixed .parallaxParent {
    height: 100vh !important;
  }
  main#main .sub_page .content.content-1 {
    left: 0 !important;
  }
  main#main .sub_page .img-content-2 {
    left: 0 !important;
  }
  main#main .sub_page .content.content-3 {
    left: 0 !important;
  }
  main#main #sub-page-67 .galerie_events_item {
    margin: 0;
  }
  body main#main {
    overflow: hidden;
  }
  body main#main #sub-page-2 {
    padding-top: 0 !important;
  }
  body main#main .sub_page {
    background: #FFFFFF !important;
  }
  body main#main .sub_page .container-content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body main#main .sub_page .container-content .content {
    background: white;
    padding: 65px;
  }
  body main#main .sub_page .container-content .content p {
    text-align: left;
  }
  body main#main .sub_page .container-mise-en-scene {
    padding: 50px 20px !important;
  }
  body main#main .sub_page .container-mise-en-scene .bloc .cont p {
    text-align: left !important;
  }
  body main#main .sub_page .bloc > .row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body main#main .sub_page .bloc > .row > div:not(.illustration) {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  body main#main .sub_page .bloc .illustration {
    text-align: center;
    display: block;
    margin: 0;
  }
  body main#main .sub_page .bloc .illustration img {
    left: 0;
    height: auto!important;
  }
  body main#main .sub_page .bloc img {
    left: 0 !important;
    display: inline-block;
  }
  body main#main .sub_page .bloc .content {
    left: 0;
  }
  body main#main .sub_page .bloc_2,
  body main#main .sub_page .bloc_3 {
    margin: 30px 0!important;
  }
  body main#main .sub_page .bloc_3 .img-content-left {
    max-width: 100% !important;
  }
  body main#main h2.main-title {
    font-size: 22px !important;
    line-height: 33px !important;
    word-break: break-word;
  }
  body main#main h2 {
    font-size: 32px;
  }
  body main#main .img-cont .row.rowhheight,
  body main#main .img-cont .row.rowhheight1,
  body main#main .img-cont .row.rowhheight2 {
    height: auto !important;
  }
  body main#main .img-cont img {
    width: 100%;
  }
  body main#main .sub_page_historique {
    padding-bottom: 100px;
  }
  body main#main .parallaxParent {
    height: 100vh !important;
  }
  body main#main .parallaxParent .bg {
    height: 100vh;
    background-position: 50% 50% !important;
    background-size: cover !important;
    top: 0%;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  body main#main .sub_page .bloc_2,
  body main#main .sub_page .bloc_3 {
    margin: 0 !important;
  }
  body main#main .sub_page .cont .content {
    display: block;
  }
  body main#main .sub_page .content h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 22px !important;
  }
  body main#main #toc {
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    z-index: 600;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
  }
  body main#main #toc ul {
    padding: 0;
    margin: 0;
    display: block;
    text-align: right;
    position: absolute;
    top: 52%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -65%);
    transform: translate(-50%, -65%);
  }
  body main#main #toc ul li {
    display: block;
  }
  body main#main #toc ul li:after {
    content: '';
    background: #A2A2A2;
    border-radius: 5px;
    width: 10px;
    height: 10px;
    list-style: none;
    margin: 15px 0;
    cursor: pointer;
    display: inline-block;
    position: relative;
    right: 20px;
  }
  body main#main #toc ul li.active:after {
    background: #FC61BA;
  }
  body main#main #toc ul li[data-tooltip-mobile]:before {
    content: attr(data-tooltip-mobile);
    display: inline-block;
    right: 40px;
    position: relative;
    top: -20px;
    color: #FFFFFF;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
  }
  main#main .page .sub_page_la-mise-en-scne .bloc .cont p,
  main#main .page .sub_page_des-lieux-dexception .bloc .cont p {
    text-align: left !important;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  html body main#main .page .sub_page_nos-savoir-faire .cont {
    display: block;
  }
  html body main#main .page .sub_page_nos-savoir-faire .cont .content {
    padding: 0 20px!important;
  }
  html body main#main .page .sub_page_nos-savoir-faire .img-cont .row div {
    padding: 0 0px 10px 0px;
  }
  html body main#main #sub-page-1091 .img-cont .img1 img,
  html body main#main #sub-page-86 .img-cont .img1 img,
  html body main#main #sub-page-1091 .img-cont .img2 img,
  html body main#main #sub-page-86 .img-cont .img2 img {
    min-height: auto!important;
  }
  html body main#main #sub-page-76 .bloc.container-mise-en-scene,
  html body main#main #sub-page-866 .bloc.container-mise-en-scene {
    background-color: #FFFFFF !important;
  }
  html body main#main #sub-page-76 .galerie_places_list,
  html body main#main #sub-page-866 .galerie_places_list {
    background-color: #F4F4F4;
    padding-top: 5px;
  }
  html body main#main #sub-page-76 .galerie_places_list .galerie_places_item,
  html body main#main #sub-page-866 .galerie_places_list .galerie_places_item {
    height: 200px!important;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: auto!important;
    position: relative!important;
  }
  html body main#main #sub-page-76 .galerie_places_list .galerie_places_item .place,
  html body main#main #sub-page-866 .galerie_places_list .galerie_places_item .place {
    font-size: 12px;
    padding: 7px 15px;
    max-width: 185px;
  }
  html body main#main .sub_page_les-grands-vnements {
    background-color: #F4F4F4 !important;
    padding: 10px 0;
  }
  html body main#main #sub-page-67 .galerie_events_list .galerie_events_item,
  html body main#main #sub-page-1016 .galerie_events_list .galerie_events_item {
    height: 240px;
    margin-bottom: 60px;
    margin-right: 10px;
    margin-left: 10px;
  }
  html body main#main #sub-page-67 .galerie_events_list .galerie_events_item .bouton,
  html body main#main #sub-page-1016 .galerie_events_list .galerie_events_item .bouton {
    width: 75%;
    top: 20px;
    font-size: 13px;
  }
  html body main#main #sub-page-41 .container-identite-culinaire-singuliere,
  html body main#main #sub-page-849 .container-identite-culinaire-singuliere {
    background-color: #FFFFFF !important;
  }
  html body main#main #sub-page-41 .container-identite-culinaire-singuliere img.visible-xs,
  html body main#main #sub-page-849 .container-identite-culinaire-singuliere img.visible-xs {
    padding: 0;
  }
  html body main#main #sub-page-41 .container-identite-culinaire-singuliere .container-content,
  html body main#main #sub-page-849 .container-identite-culinaire-singuliere .container-content {
    top: 0!important;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  html body main#main #sub-page-41 .container-identite-culinaire-singuliere .container-content .content,
  html body main#main #sub-page-849 .container-identite-culinaire-singuliere .container-content .content {
    padding: 50px 0 0 0!important;
  }
  html body main#main #sub-page-41 .img-grid,
  html body main#main #sub-page-849 .img-grid {
    background-color: #F4F4F4 !important;
  }
  html body main#main #sub-page-41 .img-grid img,
  html body main#main #sub-page-849 .img-grid img {
    padding: 0 10px 10px 10px!important;
    width: auto;
  }
  html body main#main .sub_page .bloc {
    background-color: #F4F4F4;
  }
  html body main#main .sub_page .bloc.bloc_3 .row {
    padding-top: 0;
  }
  html body main#main .sub_page .bloc .container-content {
    margin-left: 20px;
    margin-right: 20px;
    top: -30px;
  }
  html body main#main .sub_page .bloc .container-content .content {
    padding: 50px 20px;
    background-color: #FFFFFF;
  }
  html body main#main .sub_page .bloc .container-content .content .btnnormal {
    margin: 20px 0;
  }
  html body main#main #sub-page-53 .galerie_photo_list,
  html body main#main #sub-page-809 .galerie_photo_list {
    min-height: 100%;
  }
  html body main#main #sub-page-53 .galerie_photo_list .galerie_item,
  html body main#main #sub-page-809 .galerie_photo_list .galerie_item {
    height: 200px;
    position: relative;
    margin: 10px 10px 0 10px;
    width: auto;
  }
  html body main#main #sub-page-53 a,
  html body main#main #sub-page-809 a {
    background-color: #FFFFFF;
    text-align: center;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2pt;
    line-height: 120%;
    color: #5D5D5D;
    margin: 20px 10px 30px 10px;
    padding: 20px 0;
    text-transform: uppercase;
  }
  html body main#main .page .next {
    height: 60px;
  }
  html body main#main .page .next svg g circle {
    display: none;
  }
  html body main#main #sub-page-2 {
    padding: 0;
  }
  html body main#main #sub-page-2 .bloc {
    padding: 0;
  }
  html body.page-template-tpl-des-valeurs-et-des-hommes .img_bg {
    min-height: 50vh!important;
  }
  html body.page-template-tpl-des-valeurs-et-des-hommes section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  html body.page-template-tpl-des-valeurs-et-des-hommes section#two .img_bg {
    margin-top: 30px;
  }
  html body.page-template-tpl-des-valeurs-et-des-hommes section#five {
    padding-bottom: 50px;
  }
  html body.page-template-tpl-des-valeurs-et-des-hommes section span.next {
    bottom: 0px;
  }
  html body.page-template-tpl-des-valeurs-et-des-hommes section h1.main-title {
    font-size: 22px!important;
    word-break: break-word;
  }
  html body.page-template-tpl-des-valeurs-et-des-hommes section .container-content {
    position: relative;
    width: 100%!important;
    font-size: 16px;
    padding: 25px 15px;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  html body.page-template-tpl-des-valeurs-et-des-hommes section#four .container-content,
  html body.page-template-tpl-des-valeurs-et-des-hommes section#five .container-content {
    width: auto!important;
    max-width: 530px;
  }
  html body.page-template-tpl-des-valeurs-et-des-hommes section h2.main-title {
    width: 100%!important;
    font-size: 18px!important;
    word-break: break-word;
  }
  html body.page-template-tpl-modular-page .img_bg {
    min-height: 50vh!important;
  }
  html body.page-template-tpl-modular-page section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 30px;
  }
  html body.page-template-tpl-modular-page section > div {
    min-height: 100%;
  }
  html body.page-template-tpl-modular-page section:nth-child(even) .img_bg {
    float: none;
  }
  html body.page-template-tpl-modular-page section span.next {
    bottom: -15px;
  }
  html body.page-template-tpl-modular-page section h1.main-title {
    font-size: 22px!important;
    word-break: break-word;
  }
  html body.page-template-tpl-modular-page section .container-content {
    position: relative;
    width: 100%!important;
    font-size: 16px;
    padding: 25px 15px;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  html body.page-template-tpl-modular-page section h2.main-title {
    width: 100%!important;
    font-size: 18px!important;
    word-break: break-word;
  }
  html body #footer .rowFooter {
    display: initial;
  }
  html body #footer .rowFooter .logoEPV {
    padding-left: 0;
    text-align: center;
    padding-top: 40px;
  }
  html body #footer .rowFooter .menu-footer-container {
    padding-right: 0;
  }
  html body #footer .rowFooter .menu-footer-container #menu-footer {
    padding: 0;
  }
  html body #footer .mentions-obligatoires {
    padding-top: 50px;
  }
  html body #footer .menu-footer-container #menu-footer {
    padding: 55px 0;
  }
  html body #footer .menu-footer-container #menu-footer li {
    float: none!important;
    display: block;
    padding: 15px 0;
  }
  html body #footer .menu-footer-container #menu-footer li a {
    color: #000000;
  }
  html body #footer .menu-footer-container #menu-footer li .carret {
    display: none;
  }
  html body .overlay nav#menu ul li a {
    padding: 10px 0!important;
  }
}
body .aligncenter {
  display: block;
  margin: auto;
}
