/** END FONCTIONS **/
body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.conteneur,
.conteneur_full {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.conteneur {
  max-width: 1400px;
}
.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;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
div,
li,
span,
label,
input,
button,
textarea,
legend {
  font-family: 'american_auto', sans-serif;
}
.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"] {
  border: 2px solid #1B3546;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 0.9375em;
  line-height: 18px;
  padding: 13px 20px 11px 20px;
  font-weight: 400;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  background-color: #1B3546;
  height: inherit;
  margin-bottom: 0;
  transition: all 0.2s;
}
.btn span,
#main a.fl-button span,
#main .gform_footer input[type="submit"] span,
#main .gform_page_footer input[type="submit"] span,
#main .gform_footer input[type="button"] span,
#main .gform_page_footer input[type="button"] span {
  transition: all 0.2s;
  color: #fff;
}
.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-color: #FFD642;
  border-color: #FFD642;
  color: #fff;
}
.btn:hover span,
#main a.fl-button:hover span,
#main .gform_footer input[type="submit"]:hover span,
#main .gform_page_footer input[type="submit"]:hover span,
#main .gform_footer input[type="button"]:hover span,
#main .gform_page_footer input[type="button"]:hover span {
  color: #fff;
}
/** HEADER **/
#header_haut {
  background: linear-gradient(135deg, #ffe656 0%, #ffc62e 75%, #ffa201 100%);
}
#header_haut #fab_gh {
  padding: 10px;
  display: flex;
  align-items: center;
}
#header_haut #fab_gh #desc_h {
  color: #fff;
  font-size: 0.9375em;
  max-width: 150px;
  padding: 0 15px 0 0;
}
#header_haut #fab_gh #gauche_h {
  flex: 1;
  border-left: 1px solid #1B3546;
  padding: 0 0 0 15px;
}
#header_haut #fab_gh #gauche_h #adresse_h {
  color: #fff;
  font-size: 0.85em;
  background: url(../images/picto-marqueur-2x.webp) center left 0px no-repeat;
  background-size: 12px 16px;
  padding: 0 0 0 20px;
  margin-bottom: 5px;
}
#header_haut #fab_gh #gauche_h #tel_h a {
  color: #fff;
  font-size: 0.85em;
  background: url(../images/picto-tel-blanc-2x.webp) center left 0px no-repeat;
  background-size: 17px 16px;
  padding: 0 0 0 20px;
}
#reseaux_sociaux {
  background: #1B3546;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8%;
}
#reseaux_sociaux a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 32px;
  width: 32px;
}
#contact_h {
  background: url(../images/picto-contact-2x.webp) center left no-repeat;
  background-size: 20px 20px;
  color: #1B3546;
  font-weight: 700;
  font-size: 1em;
  position: absolute;
  right: 60px;
  padding: 10px 10px 10px 30px;
}
header#masthead.mobile {
  background-color: #fff;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.25s;
}
header#masthead.mobile #header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header#masthead.mobile #logo {
  z-index: 10;
  display: inline-block;
}
header#masthead.mobile #logo img {
  box-sizing: content-box;
  z-index: 10;
  margin-left: 20px;
}
header#masthead.mobile .btn_toggle {
  height: 60px;
  width: 60px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
header#masthead.mobile .btn_toggle span {
  width: 22px;
  height: 2px;
  background-color: #000;
  margin: 3px auto;
}
header#masthead.mobile .sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  z-index: 100;
  width: 100%;
  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: 15px;
  right: 15px;
  z-index: 10;
  background-color: #e6e6e6;
  border-radius: 5px;
  line-height: 32px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
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-principal-container {
  height: 92%;
  overflow: scroll;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu {
  overflow: auto;
  padding-bottom: 17px;
  box-sizing: border-box;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu .menu-item {
  position: relative;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu .menu-item a,
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu .menu-item span {
  text-transform: uppercase;
  color: #1B3546;
  padding: 15px 30px;
  display: block;
  font-size: 1.15em;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu .menu-item.menu-item-has-children > a,
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu .menu-item.menu-item-has-children span {
  padding-right: 50px;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu .menu-item.menu-item-has-children .sub-menu {
  display: none;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu .menu-item.menu-item-has-children .sub-menu a,
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu .menu-item.menu-item-has-children .sub-menu span {
  font-weight: 300;
  text-transform: none;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu .menu-item.menu-item-has-children .next {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 9px;
  right: 30px;
  border-radius: 50%;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu .menu-item.menu-item-has-children .next:before {
  content: '';
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: -10px;
  left: -10px;
}
header#masthead.mobile .sidebar .menu-menu-principal-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;
  right: 0;
}
header#masthead.mobile .sidebar.open {
  right: 0;
}
header#masthead.mobile .sidebar.open nav {
  opacity: 1;
  transform: translateX(0);
}
header#masthead.mobile.scroll {
  top: -55px;
  box-shadow: 0 0 5px 0 #00000020;
}
/** END HEADER **/
/** GLOBAL **/
#main #bandeau {
  padding: 30px 20px 25px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#main #bandeau:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(27, 53, 70, 0.5);
}
#main #bandeau .conteneur {
  position: relative;
  z-index: 2;
}
#main #bandeau h1 {
  letter-spacing: 2px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}
#main #bandeau h1 span {
  font-family: inherit;
}
#main #breadcrumbs {
  margin-top: 10px;
  font-size: 0.8em;
  color: #fff;
}
#main #breadcrumbs a {
  color: #fff;
  text-decoration: underline;
}
#main #breadcrumbs span {
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
}
.btn-center {
  text-align: center;
  padding: 0 20px;
}
/** END GLOBAL **/
/** CATEGORIE / PRODUIT **/
.categories {
  padding: 0 20px;
}
.categories .une_categorie {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
}
.categories .une_categorie .visuel {
  height: 150px;
  width: 250px;
  border-radius: 40px;
  margin-bottom: 15px;
}
.categories .une_categorie .visuel.vide {
  background: #1B3546;
}
.categories .une_categorie .title {
  display: block;
  font-weight: 700;
  font-size: 1.125em;
  margin-bottom: 10px;
}
.archive .description {
  padding: 0 20px;
  margin-bottom: 25px;
}
.liste_produits {
  padding: 0 20px;
}
.liste_produits .un_produit {
  max-width: 315px;
  position: relative;
  margin: 0 0 20px 0;
}
.liste_produits .un_produit .contenu {
  position: absolute;
  right: 0px;
  bottom: 0;
  background: #1B3546;
  font-size: 12px;
  width: 280px;
  max-width: 75%;
}
.liste_produits .un_produit .contenu .titre a {
  display: block;
  padding: 20px 15px 20px 35px;
  color: #fff;
  font-weight: 700;
  font-size: 1.25em;
  transition: all 0.25s;
}
.galerie_desc {
  padding: 0 20px;
}
.galerie_desc .galerie_photo {
  margin-bottom: 15px;
}
#slideGalerie {
  max-width: 640px;
  margin: 0 auto;
}
#slideGalerie .f-carousel__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
#slideGalerie .f-carousel__slide .visuel {
  width: 100%;
  height: 200px;
  border-radius: 5px;
}
/** END CATEGORIE / PRODUIT **/
/** FOOTER **/
#footer_bj {
  background-color: #1B3546;
  text-align: center;
  position: relative;
}
#footer_bj:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 20px;
  background: url(../images/bordure-footer-blanc.webp) center left 0px no-repeat;
  background-size: 1920px 20px;
  position: absolute;
  z-index: 5;
  left: 0;
}
.home #footer_bj:before {
  background: url(../images/bordure-footer.webp) center left 0px no-repeat;
  background-size: 1920px 20px;
}
#footer_bj #footer_haut {
  padding: 50px 20px 30px 20px;
}
#footer_bj #footer_haut #fff {
  margin-bottom: 15px;
}
#footer_bj #footer_haut #fff p {
  color: #fff;
  font-size: 0.9375em;
  line-height: 1.5;
}
#footer_bj #footer_haut form {
  position: relative;
}
#footer_bj #footer_haut form input[type="email"] {
  font-size: 0.9375em;
  line-height: 50px;
  border-radius: 40px;
  border: none;
  padding: 8px 50px 8px 25px;
}
#footer_bj #footer_haut form .gform_footer {
  margin: 0;
  padding: 0;
}
#footer_bj #footer_haut form .gform_footer input[type="submit"] {
  margin: 0;
  background: #FFA201;
  font-family: 'bebas_neue';
  text-transform: uppercase;
  width: 50px;
  line-height: 50px;
  padding: 0;
  border: none;
  border-radius: 50%;
  font-size: 1.875em;
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer;
  transition: all 0.25s;
}
#footer_bj #footer_haut form .gform_footer input[type="submit"]:hover {
  background: #FFD642;
}
#footer_bj #footer_haut .droite_f {
  border-left: 1px solid #fff;
  text-align: left;
  margin-top: 20px;
  padding: 0 0 0 15px;
}
#footer_bj #footer_haut .droite_f .lib {
  font-weight: 700;
  color: #fff;
  font-size: 1.25em;
}
#footer_bj #footer_haut .droite_f .menu {
  margin-top: 15px;
}
#footer_bj #footer_haut .droite_f .menu > li {
  margin-bottom: 10px;
}
#footer_bj #footer_haut .droite_f .menu > li > a,
#footer_bj #footer_haut .droite_f .menu > li > span {
  color: #fff;
  font-size: 0.9375em;
}
#footer_bj #footer_haut .droite_f .menu > li > a {
  transition: all 0.25s;
}
#footer_bj #footer_haut .droite_f .contact_f {
  margin-top: 20px;
}
#footer_bj #footer_haut .droite_f #liste_contact_f {
  margin-top: 15px;
}
#footer_bj #footer_haut .droite_f #liste_contact_f .bcf {
  display: flex;
  align-items: center;
}
#footer_bj #footer_haut .droite_f #liste_contact_f .bcf .picto {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px dashed rgba(255, 255, 255, 0.1);
  border-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer_bj #footer_haut .droite_f #liste_contact_f .bcf .infos {
  flex: 1;
  padding: 0 0 0 15px;
}
#footer_bj #footer_haut .droite_f #liste_contact_f .bcf .infos .lib {
  font-family: 'bebas_neue';
  font-weight: 400;
  display: block;
  font-size: 1.125em;
}
#footer_bj #footer_haut .droite_f #liste_contact_f .bcf .infos span,
#footer_bj #footer_haut .droite_f #liste_contact_f .bcf .infos p,
#footer_bj #footer_haut .droite_f #liste_contact_f .bcf .infos a {
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
}
#footer_bj #footer_haut .droite_f #liste_contact_f .bcf:not(:last-child) {
  margin-bottom: 10px;
}
#footer_bj #footer_bas {
  background: #73838d;
  padding: 20px 20px 20px 20px;
  border-radius: 0px 30px 0px 0px;
}
#footer_bj #footer_bas #copyright {
  color: #fff;
  font-size: 0.9375em;
  margin-bottom: 15px;
}
#footer_bj #footer_bas .menu > li {
  margin-bottom: 5px;
}
#footer_bj #footer_bas .menu > li > a,
#footer_bj #footer_bas .menu > li > span {
  color: #fff;
  font-size: 0.9375em;
}
#footer_bj #footer_bas .menu > li > a {
  transition: all 0.25s;
}
#footer_bj #footer_bas .menu > li > a:hover {
  color: #FFA201;
}
#footer_bj #logo {
  display: block;
  margin-bottom: 30px;
}
#footer_bj #logo img {
  display: inline-block;
}
#footer_bj .scrolltop {
  padding: 10px;
  position: fixed;
  z-index: 12;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #FFD642;
  border-radius: 2px;
}
#footer_bj .scrolltop p {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
#footer_bj .scrolltop p:before {
  content: '';
  width: 0;
  height: 0;
  margin-right: 10px;
  border-style: solid;
  border-width: 0px 4px 6px 4px;
  border-color: transparent transparent #000000 transparent;
}
/** END FOOTER **/
#main {
  overflow: hidden;
}
#primary {
  padding: 30px 0;
}
#primary .fl-builder-content {
  margin: -20px 0;
}
/* Version 768 */
@media (min-width: 768px) {
  /** CATEGORIE / PRODUIT **/
  .archive .description {
    padding: 0 30px;
    margin-bottom: 45px;
  }
  .liste_produits {
    display: flex;
    flex-wrap: wrap;
  }
  .liste_produits .un_produit {
    margin: 0 10px 20px 10px;
    width: 30.5%;
  }
  .liste_produits .un_produit .titre a:hover {
    color: #FFD642;
  }
  /** CATEGORIE / PRODUIT **/
}
/* Version > 1024 */
/* Version > 1200 */
@media (min-width: 1200px) {
  /**MENU PC**/
  header#masthead {
    background-color: #fff;
    position: sticky;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.25s;
  }
  header#masthead .btn_toggle,
  header#masthead .top,
  header#masthead .next {
    display: none;
  }
  header#masthead #header_haut {
    background: none;
  }
  header#masthead #header_haut #fab_gh {
    position: relative;
    flex: 1;
    padding: 17px 0 17px 15px;
  }
  header#masthead #header_haut #fab_gh:before {
    content: "";
    background: linear-gradient(135deg, #ffe656 0%, #ffc62e 75%, #ffa201 100%);
    display: inline-block;
    width: 122%;
    height: 100%;
    position: absolute;
    right: 0;
  }
  header#masthead #header_haut #fab_gh #desc_h {
    max-width: 290px;
    width: 290px;
    position: static;
    z-index: 2;
  }
  header#masthead #header_haut #fab_gh #gauche_h {
    display: flex;
    align-items: center;
    padding-left: 20px;
    position: static;
    z-index: 2;
  }
  header#masthead #header_haut #fab_gh #gauche_h #adresse_h {
    margin: 0 35px 0 10px;
    padding: 5px 0 5px 20px;
  }
  header#masthead #header_haut #fab_gh #gauche_h #tel_h a {
    padding: 5px 0 5px 20px;
  }
  header#masthead #header_haut .conteneur {
    display: flex;
  }
  header#masthead #header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    padding: 0 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  header#masthead #header #logo {
    width: 217px;
  }
  header#masthead #header #contact_h {
    position: relative;
    right: 0;
    font-size: 1.25em;
    background-size: 30px 30px;
    padding: 13px 15px 13px 50px;
    background-position: center left 10px;
    border-radius: 10px;
    transition: all 0.25s;
  }
  header#masthead #header #contact_h:hover {
    background-color: rgba(249, 213, 105, 0.2);
  }
  header#masthead #header .sidebar_contact {
    display: flex;
    align-items: center;
  }
  header#masthead #header .sidebar {
    margin-right: 40px;
  }
  header#masthead #header .sidebar ul#primary-menu {
    text-align: center;
    display: flex;
  }
  header#masthead #header .sidebar ul#primary-menu > li {
    margin-left: 10px;
  }
  header#masthead #header .sidebar ul#primary-menu > li > a,
  header#masthead #header .sidebar ul#primary-menu > li > span {
    display: block;
    font-size: 0.875em;
    padding: 15px;
    color: #1B3546;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  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 {
    background-color: rgba(255, 214, 66, 0.2);
  }
  header#masthead #header .sidebar ul#primary-menu > li.current-menu-item.menu-item-has-children > a:after,
  header#masthead #header .sidebar ul#primary-menu > li.current-menu-parent.menu-item-has-children > a:after,
  header#masthead #header .sidebar ul#primary-menu > li:hover.menu-item-has-children > a:after,
  header#masthead #header .sidebar ul#primary-menu > li.current-menu-item.menu-item-has-children > span:after,
  header#masthead #header .sidebar ul#primary-menu > li.current-menu-parent.menu-item-has-children > span:after,
  header#masthead #header .sidebar ul#primary-menu > li:hover.menu-item-has-children > span:after {
    border-color: #929292 transparent transparent transparent;
  }
  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 {
    border-radius: 5px;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 20px);
    width: max-content;
    left: 0;
    background-color: #fff;
    z-index: 10;
    text-align: left;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul:before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 0;
    left: 0;
    height: 20px;
  }
  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: 15px;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
  }
  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 {
    background-color: rgba(255, 214, 66, 0.2);
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > a,
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > span {
    display: flex;
    align-items: center;
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > a:after,
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > span:after {
    content: '';
    width: 0;
    height: 0;
    margin-left: 10px;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #d1d1d1 transparent transparent transparent;
  }
  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:last-of-type.menu-item-has-children > ul {
    left: initial;
    right: 0;
  }
  header#masthead.scroll {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }
  header#masthead.scroll #header {
    height: 70px;
  }
  #reseaux_sociaux {
    height: auto;
    padding: 0 12px;
  }
  #reseaux_sociaux a {
    height: 58px;
    width: 48px;
  }
  #reseaux_sociaux a i {
    transition: all 0.25s;
  }
  #reseaux_sociaux a:hover i {
    color: #FFA201;
  }
  /** GLOBAL **/
  #bandeau {
    height: 400px;
  }
  #bandeau:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 20px;
    background: url(../images/bordure-slide.webp) center left 0px no-repeat;
    background-size: 1920px 20px;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
  }
  #main a.fl-button {
    padding: 19px 45px 17px 45px;
    font-size: 1.0625em;
  }
  /** END GLOBAL **/
  #primary {
    padding: 50px 0;
  }
  /** CATEGORIE / PRODUIT **/
  .categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .categories .une_categorie {
    margin: 0 25px 40px 25px;
    position: relative;
  }
  .categories .une_categorie .visuel {
    height: 250px;
    border-radius: 50%;
    margin-bottom: 25px;
    transition: all 0.25s;
  }
  .categories .une_categorie .visuel:hover {
    border-radius: 40px;
  }
  .categories .une_categorie .title {
    font-size: 1.25em;
    margin-bottom: 20px;
  }
  .galerie_desc {
    display: flex;
    align-items: center;
  }
  .galerie_desc .galerie_photo {
    margin-bottom: 0;
    width: 600px;
  }
  .galerie_desc .desc_produit {
    flex: 1;
    padding: 0 0 0 50px;
  }
  .galerie_desc #slideGalerie {
    margin-bottom: 15px;
  }
  .galerie_desc #slideGalerie .f-carousel__slide .visuel {
    width: 600px;
    height: 400px;
  }
  /** END CATEGORIE / PRODUIT **/
  /** ARTICLES **/
  #all_actus {
    margin-top: 50px;
  }
  /** ARTICLES **/
  /** FOOTER **/
  #footer_bj #footer_haut {
    padding: 70px 20px 45px 20px;
  }
  #footer_bj #footer_haut .conteneur {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
  }
  #footer_bj #footer_haut .gauche_f #logo {
    margin: 0;
  }
  #footer_bj #footer_haut .gauche_f #fff {
    margin: 15px 0 0px 0;
  }
  #footer_bj #footer_haut .droite_f {
    flex: 1;
    display: flex;
    align-items: baseline;
    margin: 0;
    padding: 0 0 0 50px;
  }
  #footer_bj #footer_haut .droite_f .menu {
    margin-top: 35px;
  }
  #footer_bj #footer_haut .droite_f .menu > li {
    margin-bottom: 0;
  }
  #footer_bj #footer_haut .droite_f .menu > li:not(:last-child) {
    margin-bottom: 20px;
  }
  #footer_bj #footer_haut .droite_f .menu > li > a {
    transition: all 0.25s;
  }
  #footer_bj #footer_haut .droite_f .menu > li > a:hover {
    color: #FFA201;
  }
  #footer_bj #footer_haut .droite_f .contact_f {
    margin: 0 0 0 120px;
  }
  #footer_bj #footer_haut .droite_f #liste_contact_f {
    margin-top: 20px;
  }
  #footer_bj #footer_haut .droite_f #liste_contact_f .bcf:not(:last-child) {
    margin-bottom: 15px;
  }
  #footer_bj #footer_haut .droite_f #liste_contact_f a {
    transition: all 0.25s;
  }
  #footer_bj #footer_haut .droite_f #liste_contact_f a:hover {
    color: #FFA201;
  }
  #footer_bj #footer_bas {
    margin: 0 auto;
    max-width: 1400px;
    padding: 25px 70px;
    position: relative;
  }
  #footer_bj #footer_bas:before {
    content: "";
    display: inline-block;
    width: 108.55%;
    height: 100%;
    background: #73838d;
    position: absolute;
    right: 10%;
    top: 0;
  }
  #footer_bj #footer_bas .conteneur {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #footer_bj #footer_bas #copyright {
    margin: 0;
  }
  #footer_bj #footer_bas #menu_footer {
    display: flex;
    align-items: center;
  }
  #footer_bj #footer_bas #menu_footer li {
    margin: 0 0 0 30px;
  }
  /** END FOOTER **/
}
