/** END FONCTIONS **/
@font-face {
  font-family: 'futurismregular';
  src: url('../fonts/futurism_regular-webfont.woff2') format('woff2'), url('../fonts/futurism_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  background: #EDEDED;
  font-family: sofia-pro, sans-serif;
}

#fil_ariane { display: none; }
#main {
  overflow: hidden;
}
.conteneur,
.conteneur_medium,
.conteneur_full {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.conteneur {
  max-width: 1280px;
}
.conteneur_medium {
  max-width: 1600px;
}
.conteneur_full {
  max-width: 1920px;
}
.sidebar-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 90;
  opacity: 0.2;
  background-color: #000;
}
a {
  text-decoration: none;
}
strong,
b {
  font-weight: 700;
}
strong span,
b span {
  font-weight: 700;
}
p,
span {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.25;
}
a {
  color: #61A60E;
  transition: all 0.25s;
}
a:hover {
  color: #041632;
}
.btn,
#main a.fl-button,
#main .gform_footer input[type="submit"],
#main .gform_page_footer input[type="submit"],
#main .gform_footer input[type="button"],
#main .gform_page_footer input[type="button"] {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 50px;
  position: relative;
  z-index: 2;
  background: transparent;
  color: #61A60E;
  border: 1px solid rgba(215, 226, 235, 0.4);
  transition: all 0.25s;
  cursor: pointer;
  line-height: 1;
  min-height: auto;
}
.btn:hover,
#main a.fl-button:hover,
#main .gform_footer input[type="submit"]:hover,
#main .gform_page_footer input[type="submit"]:hover,
#main .gform_footer input[type="button"]:hover,
#main .gform_page_footer input[type="button"]:hover {
  background: #61A60E;
  border-color: #61A60E;
  color: #fff;
}
#main .gfield_required {
  color: #ff613e;
}
/** HEADER **/
/* MENU */
/*MENU MOBILE*/
header#masthead.mobile {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.25s;
}
header#masthead {
  content-visibility: inherit !important;
}
header#masthead.mobile.scroll {
  top: -57px;
}
header#masthead.mobile .btn_toggle {
  height: 60px;
  width: 60px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
}
header#masthead.mobile .btn_toggle span {
  width: 20px;
  height: 3px;
  background-color: #61A60E;
  margin: 4px 15px 4px 0;
  border-radius: 5px;
}
header#masthead.mobile .btn_toggle span:first-child {
  width: 14px;
}
header#masthead.mobile .btn_toggle span:last-child {
  width: 26px;
}
header#masthead.mobile .sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -350px;
  z-index: 100;
  width: 320px;
  background-color: #E7EFF5;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -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: 20px;
  right: 20px;
  height: 35px;
  width: 35px;
  z-index: 10;
  background-color: #ffffff;
  border-radius: 50%;
}
header#masthead.mobile .sidebar .top .close span {
  width: 19px;
  height: 2px;
  background-color: #61A60E;
  position: absolute;
  top: 17px;
  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: 70px;
  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 #conteneur_menu {
  height: 100%;
  overflow: auto;
  padding-bottom: 62px;
  box-sizing: border-box;
}
header#masthead.mobile .sidebar #conteneur_menu #primary-menu .menu-item {
  position: relative;
}
header#masthead.mobile .sidebar #conteneur_menu #primary-menu .menu-item a,
header#masthead.mobile .sidebar #conteneur_menu #primary-menu .menu-item span {
  color: #61A60E;
  padding: 15px 55px 15px 30px;
  display: block;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}
header#masthead.mobile .sidebar #conteneur_menu #primary-menu .menu-item a b,
header#masthead.mobile .sidebar #conteneur_menu #primary-menu .menu-item span b {
  display: block;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}
header#masthead.mobile .sidebar #conteneur_menu #primary-menu .menu-item.menu-item-has-children > a,
header#masthead.mobile .sidebar #conteneur_menu #primary-menu .menu-item.menu-item-has-children span {
  padding-right: 50px;
}
header#masthead.mobile .sidebar #conteneur_menu #primary-menu .menu-item.menu-item-has-children .sub-menu {
  background: #fff;
  display: none;
  padding: 10px 0;
}
header#masthead.mobile .sidebar #conteneur_menu #primary-menu .menu-item.menu-item-has-children .sub-menu a,
header#masthead.mobile .sidebar #conteneur_menu #primary-menu .menu-item.menu-item-has-children .sub-menu span {
  font-weight: 300;
  font-size: 16px;
  color: #98A3AC;
}
header#masthead.mobile .sidebar #conteneur_menu #primary-menu .menu-item.menu-item-has-children .next {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #fff;
  top: 16px;
  right: 23px;
  border-radius: 50%;
}
header#masthead.mobile .sidebar #conteneur_menu #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 #conteneur_menu #secondary-menu > li a,
header#masthead.mobile .sidebar #conteneur_menu #secondary-menu > li span {
  display: block;
  padding: 10px 30px 10px 30px;
  font-size: 14px;
  color: #98A3AC;
}
header#masthead.mobile .sidebar.open {
  right: 0;
}
header#masthead.mobile .sidebar.open nav {
  opacity: 1;
  transform: translateX(0);
}
#header_haut {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 13px 13px;
}
#header_haut #nous_devenir a,
#header_haut #nous_devenir span {
  font-size: 12px;
  border-radius: 50px;
  display: inline-block;
  padding: 8px 15px 8px 15px;
  color: #28554F;
  background: #fff;
}
#header_haut #nous_devenir a#trouver_header,
#header_haut #nous_devenir span#trouver_header {
  background: #28554F;
  color: #fff;
  margin-right: 7px;
}
#header_haut #selecteur_langue {
  border-left: 1px solid #98A3AC;
  margin: 0 0 0 10px;
}
#header_haut #selecteur_langue .wpml-ls-legacy-dropdown {
  width: 60px;
}
#header_haut #selecteur_langue .wpml-ls-legacy-dropdown a {
  background: none;
  border: none;
}
#header_haut #selecteur_langue .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: none;
  background: #fff;
}
#header_bas {
  background: #fff;
}
#header_bas .conteneur {
  display: flex;
  align-items: center;
  padding: 15px 15px;
  justify-content: space-between;
}
#header_bas #logo {
  z-index: 10;
  display: inline-block;
  width: 181px;
}
#header_bas #logo img {
  box-sizing: content-box;
  z-index: 10;
}
/* */
/** END HEADER **/
/** CONSTRUCTEUR DE PAGE **/
.fl-rich-text p,
.fl-accordion-content p,
.fl-tabs p,
.fl-rich-text li,
.fl-accordion-content li,
.fl-tabs li,
.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,
.fl-rich-text h6,
.fl-accordion-content h6,
.fl-tabs h6 {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
  margin-bottom: 20px;
}
.fl-rich-text p a:not(.btn-bleu),
.fl-accordion-content p a:not(.btn-bleu),
.fl-tabs p a:not(.btn-bleu),
.fl-rich-text li a:not(.btn-bleu),
.fl-accordion-content li a:not(.btn-bleu),
.fl-tabs li a:not(.btn-bleu),
.fl-rich-text h1 a:not(.btn-bleu),
.fl-accordion-content h1 a:not(.btn-bleu),
.fl-tabs h1 a:not(.btn-bleu),
.fl-rich-text h2 a:not(.btn-bleu),
.fl-accordion-content h2 a:not(.btn-bleu),
.fl-tabs h2 a:not(.btn-bleu),
.fl-rich-text h3 a:not(.btn-bleu),
.fl-accordion-content h3 a:not(.btn-bleu),
.fl-tabs h3 a:not(.btn-bleu),
.fl-rich-text h4 a:not(.btn-bleu),
.fl-accordion-content h4 a:not(.btn-bleu),
.fl-tabs h4 a:not(.btn-bleu),
.fl-rich-text h5 a:not(.btn-bleu),
.fl-accordion-content h5 a:not(.btn-bleu),
.fl-tabs h5 a:not(.btn-bleu),
.fl-rich-text h6 a:not(.btn-bleu),
.fl-accordion-content h6 a:not(.btn-bleu),
.fl-tabs h6 a:not(.btn-bleu) {
  font-weight: 700;
  border-bottom: 2px solid;
  color: #61A60E;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.fl-rich-text p a:not(.btn-bleu):hover,
.fl-accordion-content p a:not(.btn-bleu):hover,
.fl-tabs p a:not(.btn-bleu):hover,
.fl-rich-text li a:not(.btn-bleu):hover,
.fl-accordion-content li a:not(.btn-bleu):hover,
.fl-tabs li a:not(.btn-bleu):hover,
.fl-rich-text h1 a:not(.btn-bleu):hover,
.fl-accordion-content h1 a:not(.btn-bleu):hover,
.fl-tabs h1 a:not(.btn-bleu):hover,
.fl-rich-text h2 a:not(.btn-bleu):hover,
.fl-accordion-content h2 a:not(.btn-bleu):hover,
.fl-tabs h2 a:not(.btn-bleu):hover,
.fl-rich-text h3 a:not(.btn-bleu):hover,
.fl-accordion-content h3 a:not(.btn-bleu):hover,
.fl-tabs h3 a:not(.btn-bleu):hover,
.fl-rich-text h4 a:not(.btn-bleu):hover,
.fl-accordion-content h4 a:not(.btn-bleu):hover,
.fl-tabs h4 a:not(.btn-bleu):hover,
.fl-rich-text h5 a:not(.btn-bleu):hover,
.fl-accordion-content h5 a:not(.btn-bleu):hover,
.fl-tabs h5 a:not(.btn-bleu):hover,
.fl-rich-text h6 a:not(.btn-bleu):hover,
.fl-accordion-content h6 a:not(.btn-bleu):hover,
.fl-tabs h6 a:not(.btn-bleu):hover {
  color: #28554F;
}
.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: 22px;
  margin-bottom: 10px;
}
.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: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #28554F;
  border-radius: 50%;
}
.fl-rich-text ul li ul,
.fl-accordion-content ul li ul,
.fl-tabs ul li ul {
  margin: 15px 0 20px 0;
}
.fl-rich-text ul li ul li,
.fl-accordion-content ul li ul li,
.fl-tabs ul li ul li {
  position: relative;
  margin-bottom: 5px;
}
.fl-rich-text ul li ul li:before,
.fl-accordion-content ul li ul li:before,
.fl-tabs ul li ul li:before {
  background: #E7EFF5;
  border: 1px solid #28554F;
}
.fl-rich-text table thead tr td,
.fl-accordion-content table thead tr td,
.fl-tabs table thead tr td {
  color: #28554F;
  text-transform: uppercase;
  font-weight: 700;
  border-right-color: #28554F;
  padding: 5px 15px;
}
.fl-rich-text table thead tr td:not(:last-of-type),
.fl-accordion-content table thead tr td:not(:last-of-type),
.fl-tabs table thead tr td:not(:last-of-type) {
  border-color: #28554F;
}
.fl-rich-text table tr,
.fl-accordion-content table tr,
.fl-tabs table tr {
  border-radius: 5px;
}
.fl-rich-text table tr td,
.fl-accordion-content table tr td,
.fl-tabs table tr td {
  padding: 15px;
  font-size: 15px;
  font-weight: 300;
  vertical-align: middle;
}
.fl-rich-text table tr td:not(:last-of-type),
.fl-accordion-content table tr td:not(:last-of-type),
.fl-tabs table tr td:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.fl-rich-text table tbody,
.fl-accordion-content table tbody,
.fl-tabs table tbody {
  border-top: 10px solid #E7EFF5;
}
.fl-rich-text table tbody tr td:first-child,
.fl-accordion-content table tbody tr td:first-child,
.fl-tabs table tbody tr td:first-child {
  border-radius: 10px 0px 0px 10px;
}
.fl-rich-text table tbody tr td:last-child,
.fl-accordion-content table tbody tr td:last-child,
.fl-tabs table tbody tr td:last-child {
  border-radius: 0px 10px 10px 0px;
}
.fl-rich-text table tbody tr:nth-of-type(2n+1) td,
.fl-accordion-content table tbody tr:nth-of-type(2n+1) td,
.fl-tabs table tbody tr:nth-of-type(2n+1) td {
  background-color: #fff;
}
.fl-rich-text table p,
.fl-accordion-content table p,
.fl-tabs table p {
  margin-bottom: 0;
}
blockquote {
  border-top: 4px solid #fff;
  position: relative;
  padding: 15px 15px 15px 50px;
}
blockquote:before {
  content: "";
  display: inline-block;
  width: 53px;
  height: 64px;
  background: url(../images/feuilles-vert-bleu3-2x.webp) center center no-repeat;
  background-size: 53px 64px;
  position: absolute;
  top: -32px;
  left: 0;
}
.fl-accordion .fl-accordion-item {
  border: 1px solid #fff;
  border-radius: 5px;
}
.fl-accordion .fl-accordion-item .fl-accordion-button {
  color: #ffffff;
  font-weight: 700;
  padding: 15px 20px;
}
.fl-accordion .fl-accordion-item .fl-accordion-button a {
  outline: none !important;
  color: #000;
}
.fl-accordion .fl-accordion-item .fl-accordion-button-icon-right {
  background: #61A60E;
  color: #fff;
  padding: 6px 7px;
  font-size: 12px;
  border-radius: 50%;
  text-align: center;
}
.fl-accordion .fl-accordion-item.fl-accordion-item-active {
  background: #fff;
}
.fl-accordion .fl-accordion-item.fl-accordion-item-active .fl-accordion-button a {
  color: #61A60E;
}
.fl-accordion .fl-accordion-item .fl-accordion-content {
  padding: 25px 20px 0px 20px;
  position: relative;
}
.fl-accordion .fl-accordion-item .fl-accordion-content:before {
  display: inline-block;
  width: calc(100% - 40px);
  height: 1px;
  background: #E7EFF5;
  position: absolute;
  top: 10px;
  left: 20px;
}
.fl-accordion .fl-accordion-item .fl-accordion-button-icon-right {
  opacity: 1;
}
.fl-tabs-panels {
  background-color: #000;
  border: none;
}
.fl-tabs-panels .fl-tabs-label {
  color: #ffffff;
  font-weight: 700;
  padding: 15px;
  outline: none !important;
}
.fl-tabs-panels .fl-tabs-label.fl-tab-active {
  background-color: #000000;
  color: #fff;
  border: 0;
  padding: 15px;
  outline: none;
}
.fl-tabs-panels .fl-tabs-panel {
  border: none;
}
.fl-tabs-panels .fl-tabs-panel-content {
  background-color: #e6e6e6;
  padding: 30px 20px;
}
.fl-tabs-labels {
  background-color: #000;
}
.fl-tabs-labels .fl-tabs-label {
  color: #ffffff;
  padding: 30px;
  font-weight: 700;
  text-transform: uppercase;
  outline: none !important;
}
.fl-tabs-labels .fl-tabs-label.fl-tab-active {
  background-color: #000000;
  color: #fff;
  border: 0;
}
.fl-module-photo .fl-photo-caption {
  background: #E7EFF5;
  color: #000;
  font-size: 13px;
  font-style: italic;
  text-align: left;
  padding: 6px 25px 6px 0px;
  position: absolute;
  bottom: 0;
  border-radius: 0 30px 0 0;
}
.fl-module-photo.arrondi-gauche {
  margin: 0;
}
.fl-module-photo.arrondi-gauche .fl-photo-content {
  position: relative;
}
.fl-module-photo.arrondi-gauche .fl-photo-content:before {
  content: "";
  display: inline-block;
  width: 53px;
  height: 64px;
  background: url(../images/feuilles-vert-bleu3-2x.webp) center center no-repeat;
  background-size: 53px 64px;
  position: absolute;
  top: -20px;
  left: 0;
}
.fl-module-photo.legende-droite .fl-photo-caption {
  right: 0;
  border-radius: 30px 0 0 0;
  padding: 6px 2px 6px 25px;
}
.fl-module-pp-image-carousel .pp-image-carousel .pp-swiper-button {
  color: #28554F;
  background: none;
  font-size: 34px;
  border: none;
  top: auto;
  bottom: -16px;
}
.fl-module-pp-image-carousel .pp-image-carousel.pp-carousel-navigation-outside {
  padding-bottom: 60px;
}
.fl-module-pp-image-carousel .pp-image-carousel.pp-carousel-navigation-outside .swiper-pagination {
  bottom: 20px;
}
.fl-module-pp-image-carousel .pp-image-carousel .swiper-pagination-bullet {
  background: #fff;
  border: 2px solid #fff;
  width: 16px;
  height: 16px;
  margin: 0 5px;
}
.fl-module-pp-image-carousel .pp-image-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active,
.fl-module-pp-image-carousel .pp-image-carousel .swiper-pagination-bullet:hover {
  background: #61A60E;
}
.fl-row.degrade-bleu:before {
  background: #d7e2eb;
  background: linear-gradient(180deg, #d7e2eb 0%, rgba(215, 226, 235, 0) 100%);
  position: absolute;
  left: 0;
  width: 100%;
  height: 355px;
}
.fl-row.degrade-bleu .fl-rich-text table tbody,
.fl-row.degrade-bleu .fl-accordion-content table tbody,
.fl-row.degrade-bleu .fl-tabs table tbody {
  border-color: #dae5ed;
}
/** END CONSTRUCTEUR DE PAGE **/
/** CONTENU **/
#bandeau {
  padding: 20px;
  position: relative;
  & .titre_sstitre.notfull {
    font-size: 0;
}
  & ul[role="menu"] {display: none !important;}
}
#bandeau .conteneur {
  position: static;
}
#bandeau .picto {
  width: 175px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.titre_sstitre .titre {
  text-transform: uppercase;
  color: #28554F;
  font-size: 27px;
  line-height: 1.2;
}
.titre_sstitre .sstitre {
  color: #000;
  font-weight: 300;
  font-size: 20px;
  margin-top: 15px;
}
.titre_sstitre .lien_categ {
  background-color: #61A60E;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  padding: 7px 10px 8px 10px;
  display: inline-block;
  border-radius: 3px;
  margin-bottom: 10px;
  transition: all 0.25s;
}
.titre_sstitre .lien_categ:hover {
  background-color: #28554F;
}
.titre_sstitre .addtoany_list {
  display: block;
  margin-top: 13px;
  /* & [title="Twitter"] {display: none !important;} */
}
.titre_sstitre #date_publi {
  font-weight: 700;
  margin-top: 5px;
}
#fil_ariane {
  padding: 20px 10px;
}
#fil_ariane #breadcrumbs {
  padding: 0 10px;
}
#fil_ariane a,
#fil_ariane span {
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 300;
  color: #28554F;
  text-decoration: none;
}
#fil_ariane a.breadcrumb_last,
#fil_ariane span.breadcrumb_last {
  color: #98A3AC;
}
#fil_ariane a {
  text-decoration: underline;
}
#primary {
  position: relative;
}
#newsletter_vertal {
  background: #61A60E;
  background: radial-gradient(ellipse at center top, #518F21 0%, #28554E 50%, #28554F 100%);
  padding: 25px 20px;
}
#newsletter_vertal #conteneur_newsletter #titre_ns {
  font-family: 'futurismregular';
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: -5px;
  display: block;
  margin-bottom: 15px;
}
#primary .form-vertal .gfield label,
#primary .form-vertal .gfield legend {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}
#primary .form-vertal .gfield input,
#primary .form-vertal .gfield select {
  border: none;
  border-radius: 30px;
  outline: none;
}
#primary .form-vertal .gfield select {
  padding: 13px 10px;
}
#primary .form-vertal .gfield .gfield_description {
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  overflow: visible;
}
#primary .form-vertal .gfield .gfield_description a {
  color: #fff;
  text-decoration: underline;
}
#primary .form-vertal .gfield .gfield_description.validation_message {
  color: #c02b0a;
}
#primary .form-vertal input[type="submit"] {
  background: url(../images/picto-enveloppe-vert-2x.webp) center left 13px no-repeat;
  background-size: 14px 14px;
  padding-left: 40px;
}
#primary .form-vertal input[type="submit"]:hover {
  background: url(../images/picto-enveloppe-blanc-2x.webp) center left 13px no-repeat #61A60E;
  background-size: 14px 14px;
}
#primary .form-vertal .gform_footer {
  text-align: center;
}
/** CONTENU **/
/** CHIFFRES **/
#chiffres_h {
  padding: 35px 25px 40px 25px;
}
#chiffres_h #titre_ch span {
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  display: block;
}
#chiffres_h #titre_ch span:nth-of-type(2) {
  font-size: 38px;
  margin-top: -10px;
}
#chiffres_h #liste_chiffres {
  margin: 35px 0 20px 0;
}
#chiffres_h #liste_chiffres .un_chiffre {
  border-bottom: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 0;
}
#chiffres_h #liste_chiffres .un_chiffre .picto_valeur {
  display: flex;
  align-items: center;
  flex: 1;
  margin: 0;
}
#chiffres_h #liste_chiffres .un_chiffre .picto {
  width: 45px;
}
#chiffres_h #liste_chiffres .un_chiffre .valeur {
  font-family: 'futurismregular';
  color: #28554F;
  font-size: 48px;
  letter-spacing: -14px;
  display: block;
}
#chiffres_h #liste_chiffres .un_chiffre .valeur span {
  font-size: 42px;
}
#chiffres_h #liste_chiffres .un_chiffre .txt {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0 0 0 30px;
  width: 140px;
}
#chiffres_h #liste_chiffres .un_chiffre:last-child {
  border-bottom: none;
}
#chiffres_h #droite_chiffres #follow_youtube {
  width: 202px;
  margin: 10px auto 0 auto;
}
/** END CHIFFRES **/
/** ARTICLES **/
#autres_articles {
  padding: 25px 20px;
  background: #fff;
}
#autres_articles #titre_autres {
  color: #61A60E;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.intro_p {
  padding: 0 20px;
  margin-bottom: 20px;
}
#liste_actus {
  max-width: 510px;
  margin: 0 auto;
}
#liste_actus .un_article .visuel {
  height: 340px;
  border-radius: 50px 0 0 0;
  position: relative;
}
#liste_actus .un_article .visuel .date_type {
  position: absolute;
  left: 20px;
  bottom: -20px;
  display: flex;
  align-items: center;
}
#liste_actus .un_article .visuel .date_type .date {
  background: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 2px 14px 10px 14px;
  position: relative;
}
#liste_actus .un_article .visuel .date_type .date span {
  display: block;
}
#liste_actus .un_article .visuel .date_type .date .jour {
  font-weight: 700;
  font-size: 38px;
}
#liste_actus .un_article .visuel .date_type .date .mois_annee {
  font-size: 16px;
}
#liste_actus .un_article .visuel .date_type .date:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #61A60E;
  border-radius: 5px;
}
#liste_actus .un_article .visuel .date_type .categ_article {
  margin: 0 0 0 10px;
}
#liste_actus .un_article .visuel .date_type .categ_article a {
  text-transform: uppercase;
  color: #fff;
  background: #61A60E;
  font-size: 13px;
  letter-spacing: -0.5px;
  border-radius: 3px;
  padding: 3px 5px 4px 5px;
  transition: all 0.25s;
}
#liste_actus .un_article .visuel .date_type .categ_article a:hover {
  background: #28554F;
}
#liste_actus .un_article .contenu {
  padding: 35px 0 25px 0;
}
#liste_actus .un_article .contenu .titre_extrait .titre {
  color: #000;
  font-size: 19px;
  line-height: 1.25;
  display: block;
  margin-bottom: 15px;
  transition: all 0.25s;
}
#liste_actus .un_article .contenu .titre_extrait .titre:hover {
  color: #61A60E;
}
#liste_actus.blog .un_article .contenu .titre_extrait .extrait {
  display: none;
}
.description_categ {
  padding: 0 20px 20px 20px;
  position: relative;
  z-index: 2;
}
/** END ARTICLES **/
/** PRODUITS **/
.produits #intro_produits {
  padding: 0 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.35;
}
#liste_gammes_metiers {
  margin-top: 20px;
}
#titre_sstitre_liste_g {
  background: #fff;
  padding: 20px;
}
#titre_sstitre_liste_g #titre_liste_g {
  font-weight: 300;
  margin-bottom: 10px;
}
#liste_gammes {
  margin: 15px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#liste_gammes .une_gamme {
  width: 50%;
  margin-bottom: 15px;
}
#liste_gammes .une_gamme .visuel_nom {
  display: inline-block;
  text-align: center;
}
#liste_gammes .une_gamme .visuel_nom .visuel {
  margin-bottom: 10px;
}
#liste_gammes .une_gamme .visuel_nom .visuel img {
  width: 75px;
}
#liste_gammes .une_gamme .visuel_nom .nom {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
  transition: all 0.25s;
}
#liste_gammes .une_gamme .visuel_nom .nom:hover {
  color: #61A60E;
}
#metiers_besoins #titre_mb {
  font-weight: 700;
  color: #28554F;
  font-size: 20px;
  padding: 20px;
}
#metiers_besoins #liste_mb {
  background: #61A60E;
  background: radial-gradient(ellipse at center top, #518F21 0%, #28554E 45%, #28554F 100%);
  padding: 20px;
}
#metiers_besoins #liste_mb .un_bloc {
  margin-bottom: 15px;
}
#metiers_besoins #liste_mb .un_bloc h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.25em;
}
#metiers_besoins #liste_mb .un_bloc ul {
  margin-top: 15px;
}
#metiers_besoins #liste_mb .un_bloc ul li {
  margin-bottom: 10px;
}
#metiers_besoins #liste_mb .un_bloc ul li a {
  background: url(../images/fleche-vert-droite-2x.png) left 0px top 2px no-repeat;
  background-size: 25px 26px;
  font-weight: 300;
  font-size: 1.1em;
  color: #fff;
  display: block;
  padding: 5px 0 5px 35px;
  transition: all 0.25s;
}
#metiers_besoins #liste_mb .un_bloc ul li a:hover {
  color: #61A60E;
}
#listing_gammes .une_gamme .contenu_gamme {
  padding: 20px;
}
#listing_gammes .une_gamme .contenu_gamme .titre_sstitre_g {
  margin-bottom: 15px;
}
#listing_gammes .une_gamme .contenu_gamme .titre_sstitre_g .titre {
  font-size: 1.1em;
  margin-bottom: 5px;
}
#listing_gammes .une_gamme .contenu_gamme .titre_sstitre_g .sstitre {
  font-family: 'futurismregular';
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: -5.5px;
  display: block;
  margin: 0 0 0 -5px;
}
#listing_gammes .une_gamme .contenu_gamme .extrait {
  margin-bottom: 15px;
}
/** END PRODUITS **/
/** FOOTER **/
.scrolltop {
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 11;
  bottom: 20px;
  right: 20px;
  display: none;
  color: #fff;
  font-weight: 700;
  background-color: #28554F;
  line-height: 30px;
  font-size: 24px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.25s;
}
.scrolltop:hover {
  background-color: #61A60E;
}
#footer_vertal #gauche_footer {
  background: #000;
  padding: 35px 25px 25px 25px;
}
#footer_vertal #gauche_footer #vertal_coordonnes #logo_footer {
  width: 219px;
  display: block;
  margin: 0 auto;
}
#footer_vertal #gauche_footer #vertal_coordonnes #footer_adresse {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  display: inline-block;
  margin: 30px 0px 25px 0;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #61A60E;
}
#footer_vertal #gauche_footer #vertal_coordonnes #tel_mail #tel_footer a,
#footer_vertal #gauche_footer #vertal_coordonnes #tel_mail #tel_footer span {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 5px 0 6px 30px;
  background: url(../images/picto-tel-2x.webp) left center no-repeat;
  background-size: 14px 19px;
}
#footer_vertal #gauche_footer #vertal_coordonnes #tel_mail #mail_footer {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 5px 0 6px 30px;
  background: url(../images/picto-enveloppe-2x.webp) left center no-repeat;
  background-size: 18px 18px;
}
#footer_vertal #gauche_footer #rejoindre_footer {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  margin-top: 40px;
}
#footer_vertal #gauche_footer #rejoindre_footer #titre_rejoindre {
  font-family: 'futurismregular';
  color: #61A60E;
  text-transform: uppercase;
  font-size: 21px;
  letter-spacing: -5px;
  margin: 0 0 15px -3px;
}
#footer_vertal #gauche_footer #rejoindre_footer #contenu_rejoindre {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #98A3AC;
}
#footer_vertal #droite_footer {
  padding: 25px;
}
#footer_vertal #droite_footer #rs_footer #reseaux_sociaux {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#footer_vertal #droite_footer #rs_footer #reseaux_sociaux a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  margin: 0 30px 0 0;
  font-size: 28px;
  transition: all 0.25s;
}
#footer_vertal #droite_footer #rs_footer #reseaux_sociaux a:hover {
  color: #28554F;
}
#footer_vertal #droite_footer #menu_bas {
  color: #000;
  font-weight: 300;
  font-size: 14px;
  margin: 20px 0 20px 0;
}
#footer_vertal #droite_footer #menu_bas .menu-menu-footer-container {
  margin-bottom: 5px;
}
#footer_vertal #droite_footer #menu_bas ul {
  display: flex;
  flex-wrap: wrap;
}
#footer_vertal #droite_footer #menu_bas ul > li {
  line-height: 20px;
}
#footer_vertal #droite_footer #menu_bas ul > li > a,
#footer_vertal #droite_footer #menu_bas ul > li > span {
  color: #000;
  border-bottom: 1px solid transparent;
}
#footer_vertal #droite_footer #menu_bas ul > li > a {
  border-color: #000;
  transition: all 0.25s;
}
#footer_vertal #droite_footer #menu_bas ul > li > a:hover {
  color: #28554F;
  border-color: #28554F;
}
#footer_vertal #droite_footer #menu_bas ul > li:not(:last-child) {
  position: relative;
}
#footer_vertal #droite_footer #menu_bas ul > li:not(:last-child):after {
  content: "-";
  margin: 0 5px;
}
#footer_vertal #droite_footer #madeby {
  display: block;
  width: 124px;
}
/** END FOOTER **/
.les_articles li {
  background: #f6f7f7;
  margin-bottom: 30px;
}
.les_articles .contenu {
  padding: 25px;
}
.les_articles .date {
  font-size: 12px;
  margin-bottom: 20px;
  color: #000;
}
.les_articles .titre {
  font-weight: bold;
  line-height: 1.3;
  font-size: 18px;
  color: #000;
}
.les_articles .resume {
  font-weight: 300;
  line-height: 1.2;
  font-size: 12px;
  margin-top: 20px;
  color: #000;
}
nav.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
nav.pagination .nav-links span,
nav.pagination .nav-links a {
  margin: 0 3px;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 14px;
  line-height: 8px;
  padding: 10px;
  min-width: 30px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  background-color: #28554F;
  height: inherit;
}
nav.pagination .nav-links a {
  transition: all 0.25s;
}
nav.pagination .nav-links a:hover {
  background-color: #041632;
}
nav.pagination .nav-links .current {
  background-color: #61A60E;
}
/* Version 768 */
@media (min-width: 768px) {
  /** CHIFFRES **/
  #chiffres_h #liste_chiffres {
    max-width: 340px;
  }
  #chiffres_h #liste_chiffres .un_chiffre .picto {
    width: 50px;
  }
  /** END CHIFFRES **/
}
/* Version > 1024 */
@media (min-width: 1024px) {
  .fl-tabs-panels .fl-tabs-panel-content {
    padding: 50px;
  }
  .fl-accordion .fl-accordion-item .fl-accordion-button {
    padding: 20px 25px 20px 25px;
  }
  .fl-accordion .fl-accordion-item.fl-accordion-item-active .fl-accordion-button {
    padding: 20px 25px 5px 25px;
  }
  /** PRODUITS **/
  #titre_sstitre_liste_g {
    max-width: 445px;
    padding: 20px 20px 0 20px;
    border-radius: 0 0 70px 0;
    position: relative;
    display: flex;
    justify-content: flex-end;
  }
  #titre_sstitre_liste_g #conteneur_liste_g {
    width: 420px;
  }
  #titre_sstitre_liste_g #titre_liste_g {
    font-size: 1.125em;
  }
  #titre_sstitre_liste_g #liste_gammes .une_gamme {
    margin-bottom: 35px;
  }
  /** END PRODUITS **/
}
/* Version > 1200 */
@media (min-width: 1200px) {
  #primary {
    padding: 0 20px;
  }
  p,
  span {
    font-size: 1em;
  }
  .btn,
  #main a.fl-button,
  #main .gform_footer input[type="submit"],
  #main .gform_page_footer input[type="submit"],
  #main .gform_footer input[type="button"],
  #main .gform_page_footer input[type="button"] {
    padding: 12px 28px 10px 35px;
    font-size: 16px;
  }
  /**MENU PC**/
  header#masthead {
    background-color: #EDEDED;
    position: sticky;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.25s;
  }
  header#masthead.scroll #header_bas {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  }
  header#masthead .btn_toggle,
  header#masthead .top,
  header#masthead .next {
    display: none;
  }
  header#masthead #header {
    position: relative;
    padding: 0 20px;
  }
  header#masthead #header #header_haut {
    width: 100%;
    padding: 9px 0;
    transition: all 0.25s;
  }
  header#masthead #header #header_haut #nous_devenir a,
  header#masthead #header #header_haut #nous_devenir span {
    font-size: 14px;
    padding: 7px 14px 7px 14px;
    transition: all 0.25s;
  }
  header#masthead #header #header_haut #nous_devenir #trouver_header {
    margin-right: 13px;
  }
  header#masthead #header #header_haut #nous_devenir a#trouver_header:hover,
  header#masthead #header #header_haut #nous_devenir a#distributeur_header:hover {
    background-color: #61A60E;
    color: #fff;
  }
  header#masthead #header #header_haut #menu_secondaire {
    margin-right: 5px;
  }
  header#masthead #header #header_haut #menu_secondaire #secondary-menu {
    display: flex;
  }
  header#masthead #header #header_haut #menu_secondaire #secondary-menu > li > a,
  header#masthead #header #header_haut #menu_secondaire #secondary-menu > li > span {
    color: #98A3AC;
    font-size: 14px;
    padding: 10px 10px;
  }
  header#masthead #header #header_haut #menu_secondaire #secondary-menu > li > a {
    transition: all 0.25s;
  }
  header#masthead #header #header_haut #menu_secondaire #secondary-menu > li > a:hover {
    color: #61A60E;
  }
  header#masthead #header #header_haut #selecteur_langue .wpml-ls-legacy-dropdown a {
    font-size: 14px;
    padding: 1px 0px 5px 20px;
  }
  header#masthead #header #header_haut #selecteur_langue .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    right: 0;
  }
  header#masthead #header #header_bas {
    width: 100%;
    background: #fff;
    padding: 0 20px;
  }
  header#masthead #header #header_bas .conteneur {
    display: flex;
    padding: 25px 0 23px 0;
  }
  header#masthead #header #header_bas #logo {
    width: 268px;
  }
  header#masthead #header .sidebar {
    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;
    margin-left: 35px;
    text-align: left;
  }
  header#masthead #header .sidebar ul#primary-menu > li > a,
  header#masthead #header .sidebar ul#primary-menu > li > span {
    display: block;
    padding: 20px 0;
    color: #61A60E;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    transition: all 0.25s;
  }
  header#masthead #header .sidebar ul#primary-menu > li > a b,
  header#masthead #header .sidebar ul#primary-menu > li > span b {
    display: block;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 3px;
    transition: all 0.25s;
  }
  header#masthead #header .sidebar ul#primary-menu > li.current-menu-item > a,
  header#masthead #header .sidebar ul#primary-menu > li.current-menu-parent > a,
  header#masthead #header .sidebar ul#primary-menu > li:hover > a,
  header#masthead #header .sidebar ul#primary-menu > li.current-menu-item > span,
  header#masthead #header .sidebar ul#primary-menu > li.current-menu-parent > span,
  header#masthead #header .sidebar ul#primary-menu > li:hover > span {
    color: #28554F;
  }
  header#masthead #header .sidebar ul#primary-menu > li.current-menu-item > a b,
  header#masthead #header .sidebar ul#primary-menu > li.current-menu-parent > a b,
  header#masthead #header .sidebar ul#primary-menu > li:hover > a b,
  header#masthead #header .sidebar ul#primary-menu > li.current-menu-item > span b,
  header#masthead #header .sidebar ul#primary-menu > li.current-menu-parent > span b,
  header#masthead #header .sidebar ul#primary-menu > li:hover > span b {
    color: #28554F;
  }
  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 {
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    width: 200px;
    left: 0;
    background-color: #fff;
    z-index: 10;
    text-align: left;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }
  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 {
    display: block;
    padding: 10px 20px;
    color: #000;
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul li.current-menu-item > a,
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul li:hover > a,
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul li.current-menu-item > span,
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul li:hover > span {
    color: #28554F;
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  .les_articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .les_articles li {
    width: 30%;
  }
  /** CONSTRUCTEUR **/
  .fl-accordion .fl-accordion-item .fl-accordion-button a {
    font-size: 19px;
  }
  .fl-rich-text table thead tr td,
  .fl-accordion-content table thead tr td,
  .fl-tabs table table thead tr td {
    padding: 10px 20px;
    font-size: 17px;
  }
  .fl-rich-text table tbody tr td,
  .fl-accordion-content table tbody tr td,
  .fl-tabs table table tbody tr td {
    padding: 20px;
  }
  .fl-rich-text table tr td,
  .fl-accordion-content table tr td,
  .fl-tabs table table tr td {
    font-size: 16px;
  }
  .fl-module-pp-image-carousel .pp-image-carousel .pp-swiper-button:hover {
    background: #fff;
    color: #61A60E;
  }
  .fl-module-pp-image-carousel .pp-image-carousel .pp-swiper-button.pp-swiper-button-prev {
    left: 500px;
  }
  .fl-module-pp-image-carousel .pp-image-carousel .pp-swiper-button.pp-swiper-button-next {
    right: 500px;
  }
  .fl-row.epi-ble .fl-row-content-wrap:after {
    content: "";
    display: inline-block;
    width: 268px;
    height: 252px;
    background: url(../images/epi-ble.png) center center no-repeat;
    background-size: 268px 252px;
    position: absolute;
    right: 185px;
    bottom: -27px;
  }
  .fl-row.feuilles .fl-row-content-wrap:before {
    content: "";
    display: inline-block;
    width: 352px;
    height: 330px;
    background: url(../images/feuilles-verte.webp) center center no-repeat;
    background-size: 352px 330px;
    position: absolute;
    right: 100px;
    top: -110px;
  }
  .fl-row.roue .fl-row-content-wrap:after {
    content: "";
    display: inline-block;
    width: 105px;
    height: 117px;
    background: url(../images/roue.webp) center center no-repeat;
    background-size: 105px 117px;
    position: absolute;
    right: 190px;
    bottom: 20px;
  }
  /** END CONSTRUCTEUR **/
  /** CONTENU **/
  blockquote {
    padding: 20px 25px 15px 60px;
  }
  blockquote p {
    font-size: 20px !important;
  }
  #bandeau {
    padding: 50px 20px 55px 20px;
  }
  #bandeau.nosstitre {
    padding: 70px 20px 75px 20px;
  }
  #bandeau.nosstitre .picto {
    bottom: -76px;
  }
  #bandeau .conteneur {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #bandeau .picto {
    width: 350px;
    bottom: -56px;
  }
  .titre_sstitre.notfull {
    max-width: 860px;
  }
  .titre_sstitre .titre {
    font-size: 44px;
  }
  .titre_sstitre .sstitre {
    font-size: 26px;
  }
  .titre_sstitre .addtoany_list {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
  }
  .titre_sstitre #date_publi {
    font-size: 20px;
    margin-top: 10px;
  }
  #fil_ariane {
    border-top: 2px solid #fff;
    padding: 25px 20px 25px 30px;
  }
  #fil_ariane #breadcrumbs {
    margin: 0 -15px;
    padding: 0;
  }
  #fil_ariane a {
    display: inline-block;
    padding: 5px;
  }
  #newsletter_vertal {
    padding: 60px 0 45px 0;
    margin: 20px auto 30px auto;
  }
  #newsletter_vertal #conteneur_newsletter {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
  }
  #newsletter_vertal #conteneur_newsletter:before,
  #newsletter_vertal #conteneur_newsletter:after {
    display: inline-block;
    content: "";
    position: absolute;
  }
  #newsletter_vertal #conteneur_newsletter:before {
    width: 146px;
    height: 144px;
    background: url(../images/plante-newsletter-2x.webp) center center no-repeat;
    background-size: 146px 144px;
    top: -130px;
    left: 0;
  }
  #newsletter_vertal #conteneur_newsletter:after {
    width: 185px;
    height: 165px;
    background: url(../images/modules-2x.webp) center center no-repeat;
    background-size: 185px 165px;
    bottom: 40px;
    right: 0;
  }
  #newsletter_vertal #conteneur_newsletter #titre_ns {
    font-size: 35px;
    text-align: center;
  }
  #primary .form-vertal form {
    max-width: 1180px;
    margin: 40px auto 0 auto;
  }
  #primary .form-vertal form .gfield label,
  #primary .form-vertal form .gfield legend {
    margin: 0 45px 0 0;
    font-size: 17px;
  }
  #primary .form-vertal form .gfield#field_3_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  #primary .form-vertal form .gfield#field_3_1 .ginput_container {
    flex: 1;
  }
  #primary .form-vertal form .gfield .ginput_container_consent {
    margin: 10px 0 0px -4px;
  }
  #primary .form-vertal form .gfield input {
    border: none;
    border-radius: 30px;
    padding: 10px 15px 10px 15px;
    line-height: 30px;
    outline: none;
  }
  #primary .form-vertal form .gfield select {
    padding: 16px 15px 15px 15px;
  }
  #primary .form-vertal form .gform_footer {
    text-align: center;
    padding: 0;
    margin: 20px auto 0 auto;
  }
  #primary .form-vertal form .gform_body .gfield_required {
    display: none;
  }
  #primary .form-vertal form .gform_body .gfield {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 511px;
    margin-bottom: 30px;
  }
  #primary .form-vertal form .gform_body .gfield label {
    width: 150px;
  }
  #primary .form-vertal form .gform_body .gfield .ginput_container {
    flex: 1;
  }
  #primary .form-vertal form .gform_body .gfield.rgpd {
    max-width: 100%;
  }
  #primary .form-vertal form .gform_body .gfield.gfield--width-full {
    max-width: 94%;
  }
  #primary .form-vertal form .gform_body .gfield textarea {
    border-radius: 30px;
    overflow: hidden;
  }
  #primary .form-vertal form .gform_footer {
    text-align: right;
  }
  #primary .form-vertal input[type="submit"] {
    background-position: center left 20px;
    padding-left: 50px;
  }
  #primary .form-vertal input[type="submit"]:hover {
    background-position: center left 20px;
  }
  .contenu {
    padding-bottom: 30px;
  }
  /** END CONTENU **/
  /** CHIFFRES **/
  #chiffres_h {
    padding: 80px 0 90px 0;
    margin-bottom: 90px;
    position: relative;
  }
  #chiffres_h.home:after {
    content: "";
    display: inline-block;
    width: calc(50% + 30px);
    height: 100%;
    background: #61A60E;
    position: absolute;
    top: 0;
    right: -30px;
  }
  #chiffres_h.gamme .fond {
    display: inline-block;
    width: calc(50% + 30px);
    height: 100%;
    position: absolute;
    top: 0;
    right: -30px;
  }
  #chiffres_h .conteneur {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #chiffres_h #liste_chiffres .un_chiffre .txt {
    margin: 0 0 0 10px;
    width: 160px;
  }
  #chiffres_h #gauche_ch {
    flex: 1;
  }
  #chiffres_h #droite_chiffres {
    width: 880px;
    position: relative;
  }
  #chiffres_h #droite_chiffres #follow_youtube {
    margin: 0;
    position: absolute;
    z-index: 1;
    left: 255px;
    bottom: -155px;
    width: 303px;
  }
  #chiffres_h #droite_chiffres:after {
    content: "";
    display: inline-block;
    width: 605px;
    height: 82px;
    background: url(../images/forme-video.webp) center center no-repeat;
    background-size: 605px 82px;
    position: absolute;
    left: 130px;
    bottom: -92px;
  }
  /** END CHIFFRES **/
  /** ARTICLES **/
  #liste_actus {
    max-width: 100%;
    display: flex;
    position: relative;
    z-index: 2;
  }
  #liste_actus #article_avant {
    width: 510px;
  }
  #liste_actus #article_avant .un_article .visuel {
    position: relative;
    height: 575px;
    border-radius: 100px 0 0 0;
  }
  #liste_actus #article_avant .un_article .visuel:before {
    content: "";
    display: inline-block;
    width: 527px;
    height: 363px;
    background: url(../images/bordure-actu-avant-2x.webp) center center no-repeat;
    background-size: 527px 363px;
    position: absolute;
    left: -20px;
    top: -13px;
  }
  #liste_actus .un_article .visuel .date_type .categ_article {
    margin: 15px 0 0 10px;
  }
  #liste_actus .articles_droite {
    flex: 1;
    margin: 0 0 0 40px;
    position: relative;
  }
  #liste_actus .articles_droite .un_article {
    display: flex;
    align-items: center;
  }
  #liste_actus .articles_droite .un_article .visuel {
    width: 290px;
  }
  #liste_actus .articles_droite .un_article .contenu {
    flex: 1;
    padding: 10px 0 10px 40px;
  }
  #liste_actus .articles_droite .un_article .date_type {
    left: auto;
    right: -10px;
    bottom: auto;
    top: 20px;
    flex-direction: column;
    align-items: flex-end;
  }
  #liste_actus .articles_droite .un_article .date_type .date {
    padding: 1px 20px 8px 15px;
    text-align: left;
  }
  #liste_actus .articles_droite .un_article .date_type .date .jour {
    line-height: 1;
  }
  #liste_actus .articles_droite .un_article .date_type .date:after {
    width: 4px;
    height: 38px;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translate(0%, -50%);
  }
  #liste_actus .articles_droite .un_article:first-child {
    margin-bottom: 30px;
  }
  #liste_actus .un_article .visuel {
    height: 240px;
  }
  #liste_actus .un_article .contenu .titre_extrait .titre {
    min-height: 50px;
  }
  #liste_actus .un_article .contenu .titre_extrait .extrait {
    font-size: 15px;
    line-height: 1.4;
    min-height: 90px;
  }
  body:not(.home) #liste_actus {
    max-width: 1280px;
  }
  body:not(.home) #liste_actus .un_article {
    width: 410px;
    max-width: 31%;
  }
  body:not(.home) #liste_actus .un_article:nth-of-type(3n+2) {
    margin: 0 25px;
  }
  body:not(.home) #liste_actus .un_article .visuel .date_type .categ_article {
    margin: 0 0 0 10px;
  }
  .blog #liste_actus {
    flex-wrap: wrap;
    margin: 20px auto;
  }
  .blog #liste_actus .un_article {
    margin-bottom: 25px;
  }
  .blog #liste_actus .un_article:nth-of-type(3+2n) {
    margin: 0 25px 25px 25px;
  }
  .blog #liste_actus .navigation {
    width: 100%;
  }
  .intro_p {
    margin-bottom: 35px;
  }
  #autres_articles {
    padding: 50px 20px 45px 20px;
    position: relative;
  }
  #autres_articles #titre_autres {
    margin-bottom: 40px;
  }
  .description_categ {
    padding: 0 20px 50px 20px;
  }
  /** END ARTICLES **/
  /** PRODUITS **/
  .produits #conteneur_gdescm {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .produits #intro_produits {
    width: 1570px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
  }
  .produits #intro_produits #conteneur_introp {
    width: 700px;
  }
  .produits #liste_gammes_metiers {
    align-self: flex-end;
  }
  .produits #liste_gammes_metiers #titre_sstitre_liste_g {
    position: absolute;
    left: 0;
    top: 20px;
    width: 725px;
  }
  .produits #liste_gammes_metiers #liste_gammes {
    margin: 35px auto 5px auto;
  }
  .produits #liste_gammes_metiers #metiers_besoins {
    width: 1280px;
  }
  .produits #liste_gammes_metiers #metiers_besoins #titre_mb {
    font-size: 2.1875em;
    padding: 20px 0 20px 430px;
  }
  .produits #liste_gammes_metiers #metiers_besoins #liste_mb {
    padding: 40px 20px 50px 430px;
    display: flex;
    flex-wrap: wrap;
  }
  .produits #liste_gammes_metiers #metiers_besoins #liste_mb .un_bloc {
    width: 330px;
    margin: 0 40px 40px 0;
  }
  .produits #liste_gammes_metiers #metiers_besoins #liste_mb .un_bloc h2 {
    max-width: 230px;
  }
  .produits #liste_gammes_metiers #metiers_besoins #liste_mb .un_bloc ul {
    margin-top: 20px;
  }
  #listing_gammes {
    margin-top: 80px;
    margin-bottom: 120px;
  }
  #listing_gammes .une_gamme {
    padding: 0 0;
    display: flex;
    margin-bottom: 70px;
    position: relative;
  }
  #listing_gammes .une_gamme .visuel_gamme {
    position: relative;
    z-index: 2;
    width: 50.5%;
    border-style: solid;
    border-width: 0;
    border-radius: 0 0 200px 0;
    border-color: transparent;
    border-bottom-width: 10px;
    border-right-width: 10px;
    box-shadow: 1px 1px 0px 0px #61A60E;
    overflow: visible;
  }
  #listing_gammes .une_gamme .visuel_gamme img {
    border-radius: 0 0 200px 0;
  }
  #listing_gammes .une_gamme .contenu_gamme {
    width: 44%;
    max-width: 650px;
    margin: 10px 0 0 4%;
    position: relative;
    z-index: 2;
  }
  #listing_gammes .une_gamme .contenu_gamme .titre_sstitre_g {
    margin-bottom: 25px;
  }
  #listing_gammes .une_gamme .contenu_gamme .titre_sstitre_g .titre {
    font-size: 1.6875em;
    margin-bottom: 10px;
  }
  #listing_gammes .une_gamme .contenu_gamme .titre_sstitre_g .sstitre {
    font-size: 3.8em;
    letter-spacing: -12px;
    margin-left: -15px;
  }
  #listing_gammes .une_gamme .contenu_gamme .extrait {
    margin-bottom: 35px;
  }
  #listing_gammes .une_gamme:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  #listing_gammes .une_gamme:nth-of-type(2n) .contenu_gamme {
    margin: 10px 4% 0 0;
  }
  #listing_gammes .une_gamme:nth-of-type(2n) .visuel_gamme {
    border-right-width: 0;
    border-left-width: 10px;
    border-radius: 0 0 0 200px;
    box-shadow: -1px 1px 0px 0px #61A60E;
  }
  #listing_gammes .une_gamme:nth-of-type(2n) .visuel_gamme img {
    border-radius: 0 0 0 200px;
  }
  #listing_gammes .une_gamme:after {
    content: "";
    background: #fff;
    width: 100%;
    height: calc(100% - 145px);
    position: absolute;
    z-index: 0;
    bottom: 45px;
  }
  /** END PRODUITS **/
  /** FOOTER **/
  #footer_vertal {
    position: relative;
  }
  #footer_vertal:before {
    content: "";
    display: inline-block;
    width: 50%;
    height: 245px;
    background: #28554F;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
  #footer_vertal #conteneur_footer {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    padding: 25px 0 25px 0;
    position: relative;
    z-index: 1;
  }
  #footer_vertal #gauche_footer {
    flex: 1;
    background: none;
    display: flex;
    align-items: flex-end;
    padding: 0;
  }
  #footer_vertal #gauche_footer #vertal_coordonnes {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    padding: 10px 0 0 0;
  }
  #footer_vertal #gauche_footer #vertal_coordonnes #logo_footer {
    margin: 0;
  }
  #footer_vertal #gauche_footer #vertal_coordonnes #footer_adresse_coord {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 35px;
  }
  #footer_vertal #gauche_footer #vertal_coordonnes #footer_adresse_coord #footer_adresse {
    margin: 0 35px 0 0;
    padding: 0 35px 0 0;
    border: none;
    border-right: 1px solid rgba(137, 205, 43, 0.5);
  }
  #footer_vertal #gauche_footer #vertal_coordonnes #tel_mail #mail_footer {
    transition: all 0.25s;
  }
  #footer_vertal #gauche_footer #vertal_coordonnes #tel_mail #mail_footer:hover {
    color: #61A60E;
  }
  #footer_vertal #gauche_footer #rejoindre_footer {
    width: 390px;
    margin: 0;
  }
  #footer_vertal #droite_footer {
    padding: 0;
    width: 290px;
    text-align: right;
    margin: 0 0 0 30px;
  }
  #footer_vertal #droite_footer #rs_footer #reseaux_sociaux {
    justify-content: flex-end;
  }
  #footer_vertal #droite_footer #rs_footer #reseaux_sociaux a {
    margin: 0 0 0 30px;
  }
  #footer_vertal #droite_footer #menu_bas ul {
    justify-content: flex-end;
  }
  #footer_vertal #droite_footer #menu_bas #allrights {
    display: block;
    text-align: right;
  }
  #footer_vertal #droite_footer #madeby {
    display: inline-block;
  }
  /** END FOOTER **/
}
/* Version > 1600 */
@media (min-width: 1600px) {
  header#masthead #header {
    padding: 0 30px;
  }
  #primary {
    padding: 0 30px;
  }
  /** PRODUITS **/
  .produits #intro_produits #conteneur_introp {
    width: 890px;
  }
  .produits #liste_gammes_metiers #titre_sstitre_liste_g {
    max-width: 725px;
  }
  .produits #liste_gammes_metiers #metiers_besoins #titre_mb {
    padding-left: 230px;
  }
  .produits #liste_gammes_metiers #metiers_besoins #liste_mb {
    padding-left: 230px;
  }
  .produits #liste_gammes_metiers #metiers_besoins #liste_mb .un_bloc {
    width: 380px;
  }
  #listing_gammes .une_gamme .contenu_gamme .titre_sstitre_g .sstitre {
    font-size: 4.5em;
    letter-spacing: -18px;
    margin-left: -20px;
  }
  /** END PRODUITS **/
}
/* END Version > 1600 */
