/** END FONCTIONS **/
body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.conteneur {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.sidebar-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 90;
  opacity: 0;
}
body {
  font-family: 'Montserrat', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Libre Baskerville', serif;
}
a {
  text-decoration: none;
}
.or {
  color: #cca876;
}
.gris {
  color: #a5a5a5;
}
.grisfonce {
  color: #4a4a4a;
}
#main {
  padding-top: 112px;
}
/** HEADER **/
#top-nav-wrapper {
  font-size: 11px;
  border-bottom: solid 1px #EDEDED;
  padding: 7px;
  font-family: 'Montserrat', sans-serif;
  color: #a5a5a5;
}
#top-nav-wrapper a {
  color: #cca876;
}
/* MENU */
/** FIL ARIANE **/
#fil_ariane {
  padding: 10px 20px;
}
#fil_ariane p span a {
  color: #000;
  text-decoration: underline;
}
#fil_ariane + h1 {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 30px;
}
/** END FIL ARIANE **/
/*MENU MOBILE*/
header#masthead.mobile {
  min-height: 112px;
  position: relative;
  background-color: #FFFFFF;
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
header#masthead.mobile #logo {
  z-index: 10;
  display: inline-block;
  position: absolute;
}
header#masthead.mobile #logo img {
  height: 42px;
  margin: 5px 5px 5px 20px;
  box-sizing: content-box;
  z-index: 10;
}
header#masthead.mobile .btn_toggle {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 52px;
  display: inline-block;
  text-transform: uppercase;
  color: #4a4a4a;
  font-weight: 600;
  font-size: 16px;
  padding-right: 55px;
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 20px;
  background-image: url(../images/menu.png);
}
header#masthead.mobile .sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -285px;
  z-index: 100;
  width: 280px;
  background-color: #cca876;
  box-shadow: -3px 0px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
header#masthead.mobile .sidebar.open {
  right: 0;
}
header#masthead.mobile .sidebar .top {
  position: relative;
}
header#masthead.mobile .sidebar .top .close {
  position: absolute;
  top: 0;
  left: 0;
  height: 52px;
  width: 52px;
  background-image: url(../images/delete.png);
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}
header#masthead.mobile .sidebar .top .back {
  position: absolute;
  top: 0;
  left: 0;
  height: 52px;
  width: 52px;
  background-image: url(../images/left-chevron.png);
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}
header#masthead.mobile .sidebar .top .titre {
  line-height: 52px;
  display: block;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background-color: #cca876;
}
header#masthead.mobile .sidebar nav {
  height: 100%;
  overflow: auto;
}
header#masthead.mobile .sidebar .menu-main-menu-container {
  height: 100%;
}
header#masthead.mobile .sidebar .menu-main-menu-container #primary-menu {
  overflow: auto;
  padding: 10px 20px 20px 20px;
  box-sizing: border-box;
}
header#masthead.mobile .sidebar .menu-main-menu-container #primary-menu > .menu-item {
  position: relative;
  margin-bottom: 10px;
}
header#masthead.mobile .sidebar .menu-main-menu-container #primary-menu > .menu-item > a,
header#masthead.mobile .sidebar .menu-main-menu-container #primary-menu > .menu-item > span {
  color: #000;
  text-transform: uppercase;
  font-family: 'Libre Baskerville', serif;
  font-weight: bold;
  display: block;
  padding: 6px 0px 6px 0px;
  font-size: 15px;
}
header#masthead.mobile .sidebar .menu-main-menu-container #primary-menu > .menu-item .sub-menu {
  margin-top: 5px;
}
header#masthead.mobile .sidebar .menu-main-menu-container #primary-menu > .menu-item .sub-menu li a,
header#masthead.mobile .sidebar .menu-main-menu-container #primary-menu > .menu-item .sub-menu li span {
  margin: 0;
  display: block;
  border-left: 1px solid #000;
  font-size: 14px;
  color: #000;
  padding: 3px 0 4px 15px;
}
/* */
/** END HEADER **/
.page-template .fl-number-string {
  font-family: 'Libre Baskerville', serif;
  color: #2C2C2C;
}
.page-template .fl-number-after-text {
  font-family: 'Montserrat';
  text-transform: uppercase;
  color: #cca876;
  font-size: 0.8em;
  letter-spacing: 0.25px;
}
.page-template .bloc_home_4col:hover .fl-separator {
  border-color: #cca876;
}
.page-template .or,
.page-template .or a {
  color: #cca876;
}
.page-template .titre_centre_maj_2line h2 {
  position: relative;
  margin: 60px 0 12px 0;
  text-align: center;
  text-transform: uppercase;
  font: normal 28px/34px "Montserrat";
  padding-bottom: 15px !important;
  border-bottom: 1px solid #EDEDED;
}
.page-template .titre_centre_maj_2line h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100px;
  height: 1px;
  background: #CCA876;
  margin-left: -50px;
}
.page-template blockquote {
  color: #2B2B2B;
  font: normal 24px/30px "Libre Baskerville";
  padding-bottom: 10px;
  text-align: center;
}
/** END CONSTRUCTEUR DE PAGE **/
/** FOOTER **/
footer #footer_bas {
  text-align: center;
  background-color: #4a4a4a;
  padding: 20px;
  color: #ffffff;
}
footer #footer_bas a {
  color: #cca876;
}
/** END FOOTER **/
/* Version > 360 */
/* Version 768 */
/* Version > 1024 */
@media (min-width: 1024px) {
  /**MENU PC**/
  header#masthead {
    background-color: #ffffff;
  }
  header#masthead .btn_toggle,
  header#masthead .top,
  header#masthead .next {
    display: none;
  }
  header#masthead #header {
    position: relative;
  }
  header#masthead #header .sidebar {
    position: absolute;
    right: 0;
    bottom: 10px;
  }
  header#masthead #header .sidebar ul#primary-menu {
    text-align: center;
  }
  header#masthead #header .sidebar ul#primary-menu > li {
    display: inline-block;
    vertical-align: top;
  }
  header#masthead #header .sidebar ul#primary-menu > li a,
  header#masthead #header .sidebar ul#primary-menu > li span {
    display: block;
    padding: 5px;
    font-family: 'Libre Baskerville', serif;
    color: #4a4a4a;
    transition: all 0.3s;
    font-size: 0.9em;
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children {
    position: relative;
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 42px;
    width: 250px;
    left: 0;
    background-color: #ffffff;
    z-index: 10;
    text-align: left;
    transition: all 0.3s;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    display: block;
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul li {
    display: block;
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul li a,
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul li span {
    margin: 6px 10px 7px 10px;
    display: block;
    font-size: 0.8em;
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul li:hover {
    border-left-color: #cca876;
    border-left-width: 3px;
    border-left-style: solid;
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  header#masthead #header .sidebar ul#primary-menu li:hover > a,
  header#masthead #header .sidebar ul#primary-menu li:hover > span,
  header#masthead #header .sidebar ul#primary-menu li.current-menu-item > a,
  header#masthead #header .sidebar ul#primary-menu li.current-menu-item > span {
    color: #cca876 !important;
  }
  header#masthead #header #logo img {
    height: 70px;
    margin: 7px;
  }
  header:not(.mobile) {
    z-index: 120;
    margin: 0 auto;
    transition: transform 0.3s ease-out;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04);
    will-change: transform;
    position: fixed;
    left: 0px;
    right: 0px;
    transform: translateY(0px);
    transform-origin: bottom center;
    width: 100%;
  }
  header:not(.mobile).sticky {
    transform: translateY(-35px);
  }
  header:not(.mobile).sticky #logo img {
    height: 50px;
  }
  #main {
    padding-top: 115px;
  }
  #fil_ariane + h1 {
    font-size: 3em;
  }
}
/* Version > 1200 */
