/** 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.2;
  background-color: #000;
}
#main {
  padding-top: 52px;
}
p,
a,
div,
li,
span {
  font-family: 'PT Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 400;
}
h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 * {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 400;
}
h1 {
  font-size: 30px;
  line-height: 35px;
}
h2 {
  font-size: 24px;
  line-height: 30px;
}
h3 {
  font-size: 18px;
  line-height: 22px;
}
h4 {
  font-size: 15px;
  line-height: 19px;
}
a {
  text-decoration: none;
}
/** HEADER **/
/* preloader */
@keyframes rotate-loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#preloader {
  text-align: center;
  width: 100%;
  top: 52px;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 99;
  background: #fff;
}
#preloader > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-animation: rotate-loader 500ms infinite linear;
  -moz-animation: rotate-loader 500ms infinite linear;
  -ms-animation: rotate-loader 500ms infinite linear;
  -o-animation: rotate-loader 500ms infinite linear;
}
#preloader > span > span {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  border: 2px solid #000;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
}
/* end preloader */
/* MENU */
/*MENU MOBILE*/
header#masthead.mobile {
  height: 52px;
  position: relative;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid #dbdbdb;
}
header#masthead.mobile #logo {
  z-index: 10;
  display: inline-block;
  position: absolute;
}
header#masthead.mobile #logo img {
  width: 125px;
  box-sizing: content-box;
  z-index: 10;
  padding: 4px 15px;
}
header#masthead.mobile .btn_toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 52px;
  display: inline-block;
  width: 52px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
header#masthead.mobile .btn_toggle span {
  width: 20px;
  height: 1px;
  background-color: #000;
  margin: 3px auto;
}
header#masthead.mobile .sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -320px;
  z-index: 100;
  width: 320px;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
header#masthead.mobile .sidebar .top {
  position: relative;
}
header#masthead.mobile .sidebar .top .close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 32px;
  width: 32px;
  z-index: 10;
  background-color: #e6e6e6;
  border-radius: 50%;
}
header#masthead.mobile .sidebar .top .close span {
  width: 16px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 15px;
  left: 8px;
}
header#masthead.mobile .sidebar .top .close span:nth-of-type(1) {
  transform: rotate(45deg);
}
header#masthead.mobile .sidebar .top .close span:nth-of-type(2) {
  transform: rotate(-45deg);
}
header#masthead.mobile .sidebar nav {
  height: 100%;
  overflow: auto;
  padding-top: 52px;
  opacity: 0;
  transform: translateX(50px);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition-delay: 0.2s;
}
header#masthead.mobile .sidebar .menu-menu_haut-container {
  height: 100%;
}
header#masthead.mobile .sidebar .menu-menu_haut-container #primary-menu {
  overflow: auto;
  padding-bottom: 62px;
  box-sizing: border-box;
}
header#masthead.mobile .sidebar .menu-menu_haut-container #primary-menu .menu-item {
  position: relative;
}
header#masthead.mobile .sidebar .menu-menu_haut-container #primary-menu .menu-item a,
header#masthead.mobile .sidebar .menu-menu_haut-container #primary-menu .menu-item span {
  color: #000;
  padding: 15px 50px;
  display: block;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
}
header#masthead.mobile .sidebar .menu-menu_haut-container #primary-menu .menu-item.menu-item-has-children > a,
header#masthead.mobile .sidebar .menu-menu_haut-container #primary-menu .menu-item.menu-item-has-children span {
  padding-right: 80px;
}
header#masthead.mobile .sidebar .menu-menu_haut-container #primary-menu .menu-item.menu-item-has-children .sub-menu {
  background: #e6e6e6;
  display: none;
  padding: 10px 0;
}
header#masthead.mobile .sidebar .menu-menu_haut-container #primary-menu .menu-item.menu-item-has-children .sub-menu a,
header#masthead.mobile .sidebar .menu-menu_haut-container #primary-menu .menu-item.menu-item-has-children .sub-menu span {
  font-weight: 300;
  font-size: 16px;
}
header#masthead.mobile .sidebar .menu-menu_haut-container #primary-menu .menu-item.menu-item-has-children .next {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #e6e6e6;
  top: 9px;
  right: 50px;
  border-radius: 50%;
}
header#masthead.mobile .sidebar .menu-menu_haut-container #primary-menu .menu-item.menu-item-has-children .next:after {
  content: '';
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 10px;
  left: 11px;
}
header#masthead.mobile .sidebar.open {
  right: 0;
}
header#masthead.mobile .sidebar.open nav {
  opacity: 1;
  transform: translateX(0);
}
/* */
/** END HEADER **/
/** CONSTRUCTEUR DE PAGE **/
.fl-rich-text h1,
.fl-accordion-content h1,
.fl-tabs h1,
.fl-rich-text h2,
.fl-accordion-content h2,
.fl-tabs h2,
.fl-rich-text h3,
.fl-accordion-content h3,
.fl-tabs h3,
.fl-rich-text h4,
.fl-accordion-content h4,
.fl-tabs h4,
.fl-rich-text h5,
.fl-accordion-content h5,
.fl-tabs h5 {
  letter-spacing: 1.5;
  margin-bottom: 20px;
}
.fl-rich-text p,
.fl-accordion-content p,
.fl-tabs p {
  font-size: 15px;
  color: #000;
  line-height: 1.3;
  margin-bottom: 20px;
}
.fl-rich-text p strong,
.fl-accordion-content p strong,
.fl-tabs p strong {
  font-weight: bold;
}
.fl-rich-text p a,
.fl-accordion-content p a,
.fl-tabs p a {
  border-bottom: 1px solid;
  color: #80bd01;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.fl-rich-text ul,
.fl-accordion-content ul,
.fl-tabs ul {
  margin-bottom: 20px;
}
.fl-rich-text ul li,
.fl-accordion-content ul li,
.fl-tabs ul li {
  position: relative;
  padding-left: 25px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 16px;
}
.fl-rich-text ul li:last-of-type,
.fl-accordion-content ul li:last-of-type,
.fl-tabs ul li:last-of-type {
  margin-bottom: 0;
}
.fl-rich-text ul li:before,
.fl-accordion-content ul li:before,
.fl-tabs ul li:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 15px;
  height: 3px;
  background-color: #000000;
}
#main .fl-button {
  background-color: #80bd01;
  border: none;
  padding: 0 30px;
  border-radius: 0;
}
#main .fl-button span {
  color: #fff;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
/** END CONSTRUCTEUR DE PAGE **/
#bandeau {
  padding: 30px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}
#bandeau h1 {
  color: #000;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
}
#breadcrumbs {
  margin-top: 15px;
}
#breadcrumbs a {
  color: #6c6c6c;
  font-weight: bold;
  font-size: 13px;
  line-height: 22px;
}
#breadcrumbs a:hover {
  color: #80bd01;
}
#breadcrumbs span {
  font-size: 13px;
  line-height: 22px;
}
#breadcrumbs .breadcrumb_last {
  color: #80bd01;
}
/** FOOTER **/
footer #footer_haut {
  text-align: center;
  background-color: #8AA35F;
  padding: 20px;
}
footer #footer_haut .col {
  margin: 50px auto;
  width: 230px;
  text-align: left;
}
footer #footer_haut .col .titre {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin: 0 0 20px;
  font-family: 'Open Sans', sans-serif;
  display: block;
}
footer #footer_haut .col p,
footer #footer_haut .col p a {
  font-size: 13px;
  line-height: 22px;
  color: #fff;
}
footer #footer_haut .col li a {
  font-weight: bold;
  color: #fff;
  font-size: 13px;
}
/** END FOOTER **/
/* Version 768 */
@media (min-width: 768px) {
  footer #footer_haut .conteneur {
    display: flex;
  }
}
/* Version > 1024 */
/* Version > 1200 */
@media (min-width: 1200px) {
  /**MENU PC**/
  header#masthead {
    background-color: #fff;
    position: sticky;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #dbdbdb;
  }
  header#masthead .btn_toggle,
  header#masthead .top,
  header#masthead .next {
    display: none;
  }
  header#masthead #logo {
    text-align: center;
    padding: 10px;
  }
  header#masthead #logo a {
    display: inline-block;
  }
  header#masthead #header {
    position: relative;
  }
  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: 'Open Sans', sans-serif;
    color: #242424;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    line-height: 60px;
    padding: 0 22px;
    margin: 0;
    border: 3px solid transparent;
  }
  header#masthead #header .sidebar ul#primary-menu > li a:hover {
    background-color: #f3f3f3;
    border-top-color: #80bd01;
  }
  header#masthead #header .sidebar ul#primary-menu > li span {
    color: #80bd01;
  }
  #main {
    padding-top: 0;
  }
}
