@charset "UTF-8";
/* ARTEPUB 18.08.2026 */
/*----------*/
/* Settings */
/*---------*/
/*Button*/
/*Soustraction*/
/*Link*/
/*Other*/
/*------*/
/* MENU */
/*------*/
/*------*/
/* Typo */
/* Text */
/* Reset */
/* transition */
/* Utilitaires */
/* Shadow */
/* Responsive */
/* ARTEPUB 18.08.2026 */
/*----------------------*/
/* -------------------- */
/* Animations */
/* -------------------- */
/*----------------------*/
/* -------------------- */
/* Animation bouton */
/* -------------------- */
/*https://ianlunn.github.io/Hover/*/
/* -------------------- */
/* Scroll fire */
/* -------------------- */
@media (min-width: 991.98px) {
  .fadeScroll, .fadeScrollRight, .fadeScrollLeft {
    opacity: 1;
    -webkit-transition: transform 0.4s, opacity 0.4s;
    -moz-transition: transform 0.4s, opacity 0.4s;
    -ms-transition: transform 0.4s, opacity 0.4s;
    -o-transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
  }
  .fadeScroll.not-visible, .fadeScrollRight.not-visible, .fadeScrollLeft.not-visible {
    opacity: 0;
  }
  .fadeScrollRight, .fadeScrollLeft {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .fadeScrollRight.not-visible {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
  }
  .fadeScrollLeft.not-visible {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  .fadeScroll {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .fadeScroll.not-visible {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }
}
/*------------------------------------------------------*/
/* -------------------- */
/* Img */
/* -------------------- */
figure {
  margin: 0;
}

/*------------------------------------------------------*/
/* -------------------- */
/*  Image background */
/* -------------------- */
.squareImg {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  width: 100%;
  padding-top: 100%;
  height: inherit;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  display: block;
  overflow: hidden;
}

.rectangleImg {
  position: relative;
  width: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  display: block;
  overflow: hidden;
}

.bg-img {
  background-repeat: no-repeat;
  background-position: center center;
}

/*------------------------------------------------------*/
/* -------------------- */
/*  Filtres photos */
/* -------------------- */
.filter-bw {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* -- MENU wordpress -- */
header {
  background-color: #fff;
}
header nav {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header ul li a {
  font-weight: 900;
}
header .sub-menu {
  border: 0;
  border-radius: 0;
  width: 100%;
}
header .sub-menu li {
  display: block;
  width: 100%;
}
header .sub-menu li a:hover, header .sub-menu li a:focus {
  color: #fff;
}
header .sub-menu a {
  display: block;
}
header .current_page_item a {
  color: #fff !important;
}
header .line, header .menu-container {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#logo {
  width: 100px;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 1rem;
}

#home #logo {
  opacity: 0;
}
.is-scrolled #home #logo {
  opacity: 1;
}

header #showMenu {
  margin-left: 0.5rem;
  padding: 0;
  width: 30px;
  height: 20px;
  position: relative;
}
header #showMenu .line {
  background-color: #d95f22;
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
}
header #showMenu .line:first-of-type {
  top: 0;
}
header #showMenu .line:nth-of-type(2) {
  top: 50%;
}
header #showMenu .line:last-of-type {
  top: 100%;
}
header #showMenu:hover .line, header #showMenu.active .line {
  background-color: #edeeef;
  z-index: 2;
}
header #showMenu:hover .line:first-of-type, header #showMenu.active .line:first-of-type {
  width: 100%;
}
header #showMenu.active .line:first-of-type {
  -webkit-transform: translate3d(1px, 1px, 0px) rotateZ(45deg);
  -moz-transform: translate3d(1px, 1px, 0px) rotateZ(45deg);
  -ms-transform: translate3d(1px, 1px, 0px) rotateZ(45deg);
  transform: translate3d(1px, 1px, 0px) rotateZ(45deg);
  transform-origin: left top;
  width: 27px !important;
}
header #showMenu.active .line:nth-of-type(2) {
  opacity: 0;
}
header #showMenu.active .line:last-of-type {
  -webkit-transform: translate3d(1px, 1px, 0px) rotateZ(-45deg);
  -moz-transform: translate3d(1px, 1px, 0px) rotateZ(-45deg);
  -ms-transform: translate3d(1px, 1px, 0px) rotateZ(-45deg);
  transform: translate3d(1px, 1px, 0px) rotateZ(-45deg);
  transform-origin: left bottom;
  width: 27px;
}
header .menu-container {
  top: -100%;
  background: #1c1418;
  position: fixed;
  overflow: scroll;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
}
header .menu-container.open {
  top: 0px;
}
header .menu-item {
  list-style: none;
}
header .menu-item a {
  color: #1c1418;
  font-size: calc(1.3rem + 0.02vw);
  margin: 1rem 0;
  padding: 0;
  display: block;
  text-transform: uppercase;
}
header .menu-item a:hover {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  header .menu-item a {
    font-size: calc(1.5rem + 0.02vw);
  }
}
header .menu-item-has-children {
  position: relative;
}
header .menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  top: 1px;
  position: relative;
  right: -8px;
  background-image: url("../medias/arrow-menu.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-color: transparent;
}
header .menu-item-has-children .sub-menu {
  display: none;
}
header .menu-item-has-children .sub-menu a {
  font-size: calc(1rem + 0.02vw) !important;
  color: #1c1418 !important;
}
header .menu-item-has-children .sub-menu a:hover, header .menu-item-has-children .sub-menu a:focus, header .menu-item-has-children .sub-menu a:active {
  color: #fff !important;
}
@media only screen and (min-width: 1200px) {
  header .menu-item-has-children .sub-menu {
    position: absolute;
    top: -10px;
  }
  header .menu-item-has-children .sub-menu li {
    padding-right: 1rem;
  }
}
@media (min-width: 1190px) {
  header .menu-item-has-children .sub-menu {
    right: -99%;
    padding-left: 1.5rem;
  }
}
header .menu-item-has-children .sub-menu li:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}
header .menu-item-has-children:hover .sub-menu, header .menu-item-has-children:focus .sub-menu, header .menu-item-has-children:active .sub-menu {
  display: block;
}
header .menu-item-has-children:hover > a:after, header .menu-item-has-children:focus > a:after, header .menu-item-has-children:active > a:after {
  background-image: url("../medias/line-menu.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-color: transparent;
}

/*----------*/
/*-- FONT --*/
/*----------*/
body {
  font-family: source-sans-pro, sans-serif;
  color: #1c1418;
  font-weight: 400;
}

body, p, span, a, .link, button.link {
  font-size: calc(0.95rem + 0.01vw);
}

.btn, .link {
  font-family: source-sans-pro, sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, .title a {
  font-size: 100%;
}

@media only screen and (max-width: 768px) {
  h1, .h1 {
    font-size: calc(1.8rem + 0.02vw);
  }
  h1 svg, .h1 svg {
    width: calc(1.8rem + 0.02vw);
    height: calc(1.8rem + 0.02vw);
  }
}
@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: calc(2.2rem + 0.02vw);
  }
  h1 svg, .h1 svg {
    width: calc(2.2rem + 0.02vw);
    height: calc(2.2rem + 0.02vw);
  }
}

@media only screen and (max-width: 768px) {
  h2, .h2 {
    font-size: calc(1.5rem + 0.02vw);
  }
  h2 svg, .h2 svg {
    width: calc(1.5rem + 0.02vw);
    height: calc(1.5rem + 0.02vw);
  }
}
@media only screen and (min-width: 768px) {
  h2, .h2 {
    font-size: calc(1.8rem + 0.02vw);
  }
  h2 svg, .h2 svg {
    width: calc(1.8rem + 0.02vw);
    height: calc(1.8rem + 0.02vw);
  }
}

@media only screen and (max-width: 768px) {
  h3, .h3 {
    font-size: calc(1.3rem + 0.02vw);
  }
  h3 svg, .h3 svg {
    width: calc(1.3rem + 0.02vw);
    height: calc(1.3rem + 0.02vw);
  }
}
@media only screen and (min-width: 768px) {
  h3, .h3 {
    font-size: calc(1.5rem + 0.02vw);
  }
  h3 svg, .h3 svg {
    width: calc(1.5rem + 0.02vw);
    height: calc(1.5rem + 0.02vw);
  }
}

@media only screen and (max-width: 768px) {
  h4, .h4 {
    font-size: calc(1rem + 0.02vw);
  }
  h4 svg, .h4 svg {
    width: calc(1rem + 0.02vw);
    height: calc(1rem + 0.02vw);
  }
}
@media only screen and (min-width: 768px) {
  h4, .h4 {
    font-size: calc(1.3rem + 0.02vw);
  }
  h4 svg, .h4 svg {
    width: calc(1.3rem + 0.02vw);
    height: calc(1.3rem + 0.02vw);
  }
}

h5, .h5, h6, .h6 {
  font-size: calc(1rem + 0.02vw);
}
h5 svg, .h5 svg, h6 svg, .h6 svg {
  width: calc(1rem + 0.02vw);
  height: calc(1rem + 0.02vw);
}

p {
  white-space: normal !important;
}

p a, small a {
  font-size: 100%;
}

.tag {
  font-size: 0.9rem;
  display: inline-block;
}

.text-shadow {
  text-shadow: 2px 1px 9px #000000;
  -wekit-text-shadow: 2px 1px 9px #000000;
  -moz-text-shadow: 2px 1px 9px #000000;
  -o-text-shadow: 2px 1px 9px #000000;
}

/*----------*/
/*-- Buttons  --*/
/*----------*/
/* Reset */
a, a:hover, a:focus {
  text-decoration: none;
}

a[href^="mailto:"] {
  text-transform: lowercase !important;
}

button {
  background: transparent;
  outline: none;
  border: 0;
}

a, button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus, button:hover, button:focus {
  text-decoration: none;
}

@media only screen and (max-width: 576px) {
  a {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
}

main p a {
  color: #1c1418;
}
.link {
  text-transform: inherit;
}
.link svg {
  position: relative;
  top: -3px;
}

.btn {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid transparent;
  padding: 0.75rem 1.2rem 0.65rem 1.2rem;
  line-height: 1rem;
  border-radius: 4px;
  font-size: calc(0.95rem + 0.01vw);
  font-weight: 300;
}
.btn:focus, .btn:hover, .btn:active {
  text-decoration: none;
  outline: 0 transparent;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) !important;
}
.btn svg {
  position: relative;
  top: -3px;
}

.btn-icone {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
  padding: 0;
  text-align: center;
}
.btn-icone svg {
  height: calc(35px - 50%);
  width: calc(35px - 50%);
  top: -2px;
  position: relative;
}

.list-icone {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.list-icone li {
  display: inline-block;
}
.list-icone a {
  display: block;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.list-icone a svg {
  height: calc(35px - 60%);
  width: calc(35px - 60%);
  top: -3px;
  position: relative;
}
/* TAG */
.tag {
  padding: 0.25rem 0.5rem;
  display: inline-block;
}
.tag_primary {
  background-color: #1c1418;
}

.tag-primary {
  padding: 0.25rem 0.5rem;
  display: inline-block;
}
.tag-primary_primary {
  background-color: #1c1418;
}
.tag-primary {
  background-color: #1c1418;
}

.tag-secondary {
  padding: 0.25rem 0.5rem;
  display: inline-block;
}
.tag-secondary_primary {
  background-color: #1c1418;
}
.tag-secondary {
  background-color: #d95f22;
}

.tag-third {
  padding: 0.25rem 0.5rem;
  display: inline-block;
}
.tag-third_primary {
  background-color: #1c1418;
}
.tag-third {
  background-color: #94adb4;
}

.tag-dark {
  padding: 0.25rem 0.5rem;
  display: inline-block;
}
.tag-dark_primary {
  background-color: #1c1418;
}
.tag-dark {
  background-color: #1c1418;
}

.tag-light {
  padding: 0.25rem 0.5rem;
  display: inline-block;
}
.tag-light_primary {
  background-color: #1c1418;
}
.tag-light {
  background-color: #edeeef;
}

.tag-white {
  padding: 0.25rem 0.5rem;
  display: inline-block;
}
.tag-white_primary {
  background-color: #1c1418;
}
.tag-white {
  background-color: #edeeef;
}

.top-container {
  position: fixed;
  margin: auto;
  text-align: right;
  left: 0;
  right: 0;
  bottom: 70px;
}
.top-container #top {
  opacity: 0;
}
.top-container #top.is-visible {
  opacity: 1;
}

/*-----------------------*/
/* Form */
/*-----------------------*/
.forminator-ui {
  padding: 2rem !important;
  color: #1c1418 !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  /* Progress bar */
}
.forminator-ui .forminator-progress-bar {
  background-color: #d95f22 !important;
}
.forminator-ui .forminator-progress-bar span {
  background-color: #1c1418 !important;
}
.forminator-ui {
  /* Titres */
}
.forminator-ui .forminator-title {
  font-family: source-sans-pro, sans-serif !important;
  font-size: calc(1.5rem + 0.02vw) !important;
  font-weight: 700 !important;
  text-align: center !important;
  color: #1c1418 !important;
}
.forminator-ui .forminator-label, .forminator-ui .forminator-button-back, .forminator-ui .forminator-button-next {
  color: #1c1418 !important;
  font-weight: 700 !important;
  font-size: calc(0.95rem + 0.01vw) !important;
}
.forminator-ui .forminator-button-next {
  margin-bottom: 20px !important;
}
.forminator-ui {
  /* caché */
}
.forminator-ui .hidden-label .forminator-label, .forminator-ui .forminator-progress-label {
  display: none !important;
}
.forminator-ui {
  /* Checkbox & radio */
}
.forminator-ui .forminator-checkbox-label, .forminator-ui .forminator-radio-label {
  padding: 1rem;
  margin-left: 0 !important;
  background-color: transparent !important;
  font-weight: 700 !important;
}
.forminator-ui .forminator-checkbox-box, .forminator-ui .forminator-radio-bullet {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  z-index: -1 !important;
  border: 2px solid #edeeef !important;
  border-radius: 4px !important;
  background-color: transparent !important;
}
.forminator-ui .forminator-checkbox input:checked + .forminator-checkbox-box:before {
  content: "" !important;
  width: 100%;
  height: 100% !important;
  border: 2px solid #d95f22 !important;
  border-radius: 4px !important;
  background-color: #d95f22 !important;
}
.forminator-ui .forminator-checkbox input:checked span {
  color: #fff !important;
}
.forminator-ui .forminator-radio input:checked + .forminator-radio-bullet:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  border: 2px solid #d95f22 !important;
  border-radius: 4px !important;
  background-color: #d95f22 !important;
}
.forminator-ui .forminator-radio input:checked span {
  color: #fff !important;
}
.forminator-ui {
  /* Boutons */
}
.forminator-ui .forminator-button-back, .forminator-ui .forminator-button-next {
  background-color: #fff !important;
  border: 2px solid #d95f22 !important;
  text-transform: uppercase;
  border-radius: 4px !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.forminator-ui .forminator-button-back:hover, .forminator-ui .forminator-button-back:focus, .forminator-ui .forminator-button-back:active, .forminator-ui .forminator-button-next:hover, .forminator-ui .forminator-button-next:focus, .forminator-ui .forminator-button-next:active {
  background-color: #d95f22 !important;
  color: #fff !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.forminator-ui .forminator-button-submit {
  background-color: #1c1418 !important;
  border: 2px solid #1c1418 !important;
  text-transform: uppercase;
  border-radius: 4px !important;
  font-weight: 700 !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.forminator-ui .forminator-button-submit:hover, .forminator-ui .forminator-button-submit:focus, .forminator-ui .forminator-button-submit:active {
  background-color: #d95f22 !important;
  border-color: #d95f22 !important;
  color: #fff !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.forminator-ui {
  /* Responsive */
}
@media only screen and (max-width: 576px) {
  .forminator-ui .forminator-checkbox, .forminator-ui .forminator-radio {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }
}

.forminator-button-upload {
  background-color: #d95f22 !important;
  color: #FFFFFF;
}
.forminator-button-upload:hover, .forminator-button-upload:focus, .forminator-button-upload:active {
  background-color: #1c1418 !important;
}

/* Input & texarea */
.forminator-input, .forminator-textarea {
  border-radius: 4px !important;
  border: 2px solid #edeeef !important;
  background-color: #fff !important;
  color: #1c1418 !important;
}
.forminator-input:active, .forminator-input:focus, .forminator-textarea:active, .forminator-textarea:focus {
  border-color: #1c1418 !important;
}

.forminator-ui {
  /*background-color: #fff!important;*/
}

.forminator-required {
  color: #E04562;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  cursor: pointer;
  background: transparent;
  color: transparent;
  bottom: calc(-35px - 10px);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev svg:hover, .slick-prev svg:focus, .slick-prev svg:active,
.slick-next svg:hover,
.slick-next svg:focus,
.slick-next svg:active {
  background-color: #d95f22;
}
.slick-prev svg:hover .arrow, .slick-prev svg:focus .arrow, .slick-prev svg:active .arrow,
.slick-next svg:hover .arrow,
.slick-next svg:focus .arrow,
.slick-next svg:active .arrow {
  fill: #fff;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev {
  right: calc(35px + 30px);
}
@media only screen and (min-width: 992px) {
  .slick-prev {
    right: calc(35px + 10px);
  }
}

.slick-next {
  right: 20px;
}
@media only screen and (min-width: 992px) {
  .slick-next {
    right: 0;
  }
}

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  /*Supprime les chriffres*/
  font-size: 0;
  line-height: 0;
  border: 0;
  background: transparent;
  color: transparent;
  /*Supprime les chriffres*/
  display: block;
  outline: none;
  padding: 10px 0px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  content: "•";
  display: block;
  font-size: 2rem;
  text-align: center;
  color: #1c1418;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #1c1418;
  opacity: 0.75;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*----------*/
/*-- EXTEND --*/
/*----------*/
.small-container {
  width: 750px;
  margin: auto;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shadow {
  box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
}

.overlay {
  position: relative;
}
.overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.list-no-style, header ul, footer ul {
  list-style: none;
  padding-left: 0;
}

.bg-primary {
  background-color: #1c1418;
  color: #fff;
}

.bg-secondary {
  background-color: #d95f22;
  color: #fff;
}

.bg-third {
  background-color: #94adb4;
  color: #fff;
}

.bg-light {
  background-color: #edeeef;
  color: #1c1418;
}

.bg-white {
  background-color: #fff;
  color: #1c1418;
}

.bg-dark {
  background-color: #1c1418;
  color: #fff;
}

.bg-secondary {
  background-color: #d95f22;
  color: #fff;
}

/*----------------*/
/*-- Btn top --*/
/*----------------*/
.top-container {
  position: fixed;
  margin: auto;
  text-align: right;
  left: 0;
  right: 0;
  bottom: 70px;
}
.top-container #top.is-visible {
  opacity: 1;
}
.top-container #top {
  opacity: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
  padding: 0;
  text-align: center;
}
.top-container #top svg {
  height: calc(35px - 50%);
  width: calc(35px - 50%);
  top: -2px;
  position: relative;
}
.top-container #top {
  background-color: #1c1418;
}

/*----------------*/
/*-- Responsive --*/
/*----------------*/
@media only screen and (max-width: 768px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .navbar, .small-container {
    padding-right: 7% !important;
    padding-left: 7% !important;
  }
}

/*-----------------------*/
/* Setting */
/*-----------------------*/
.arrow-cont {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 2px;
  border-radius: 100%;
  border-style: solid;
}
.inter-nav-block .arrow-cont, .post-type-archive-references .arrow-cont {
  border-color: #d95f22;
}
.inter-nav-block .arrow-cont .arrow, .post-type-archive-references .arrow-cont .arrow {
  fill: #fff;
}
#previous .arrow-cont, .slider-1-slide-arrow .arrow-cont, .post-type-archive-presse .arrow-cont, .single-presse .arrow-cont {
  border-color: #d95f22;
}
#previous .arrow-cont .arrow, .slider-1-slide-arrow .arrow-cont .arrow, .post-type-archive-presse .arrow-cont .arrow, .single-presse .arrow-cont .arrow {
  fill: #1c1418;
}

body {
  color: #1c1418;
}

a, .btn, button, button svg, a svg {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.title {
  text-transform: uppercase;
}

.rectangleImg {
  padding-top: 75%;
}
.post-type-archive-solutions_ooh .rectangleImg {
  padding-top: 60%;
}
.card-item .rectangleImg {
  padding-top: 60%;
}
.banner-page .rectangleImg {
  padding-top: 30vh;
}

.tag {
  background-color: #d95f22;
  color: #fff;
  text-transform: uppercase;
}

.list-icone a {
  border-radius: 4px;
  border: 2px solid #d95f22;
}
.list-icone a:hover, .list-icone a:focus, .list-icone a:active {
  background-color: #d95f22;
  color: #fff;
  border-color: #d95f22;
}

.btn-primary {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid transparent;
  padding: 0.75rem 1.2rem 0.65rem 1.2rem;
  line-height: 1rem;
  border-radius: 4px;
  font-size: calc(0.95rem + 0.01vw);
  font-weight: 300;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active {
  text-decoration: none;
  outline: 0 transparent;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) !important;
}
.btn-primary svg {
  position: relative;
  top: -3px;
}
.btn-primary {
  border-radius: 4px;
  border: 2px solid #d95f22;
  text-transform: uppercase;
  color: #1c1418;
  background-color: transparent;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #d95f22;
  color: #fff;
  border-color: #d95f22;
}

.btn-devis {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid transparent;
  padding: 0.75rem 1.2rem 0.65rem 1.2rem;
  line-height: 1rem;
  border-radius: 4px;
  font-size: calc(0.95rem + 0.01vw);
  font-weight: 300;
}
.btn-devis:focus, .btn-devis:hover, .btn-devis:active {
  text-decoration: none;
  outline: 0 transparent;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) !important;
}
.btn-devis svg {
  position: relative;
  top: -3px;
}
.btn-devis {
  border-radius: 4px;
  text-transform: uppercase;
  background-color: #32be36;
  color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.btn-devis:hover, .btn-devis:focus, .btn-devis:active {
  background-color: #1c1418;
  color: #fff;
}
.btn-devis.fix {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media only screen and (max-width: 576px) {
  .btn-devis.fix {
    left: 0;
    border-radius: 0;
    padding: 1.3rem 1.2rem 1rem 1.2rem;
  }
}
@media only screen and (min-width: 576px) {
  .btn-devis.fix {
    right: 5%;
    bottom: 5%;
  }
}
.page-id-18 .btn-devis.fix {
  display: none;
}

.home #btn-devis-fix {
  opacity: 0;
}
.home #btn-devis-fix.is-visible {
  opacity: 1;
}

a.link-secondary, main a, button.link-secondary, main button {
  color: #d95f22;
}
a.link-secondary:hover, a.link-secondary:focus, a.link-secondary:active, main a:hover, main a:focus, main a:active, button.link-secondary:hover, button.link-secondary:focus, button.link-secondary:active, main button:hover, main button:focus, main button:active {
  color: rgba(217, 95, 34, 0.5);
}
.card-item a, #previous a, .card-item button, #previous button {
  color: #1c1418;
  text-transform: uppercase;
  font-weight: bold;
}
.card-item a .arrow-cont, #previous a .arrow-cont, .card-item button .arrow-cont, #previous button .arrow-cont {
  position: relative;
  top: -2px;
  border-color: #d95f22;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-item a .arrow, #previous a .arrow, .card-item button .arrow, #previous button .arrow {
  fill: #1c1418 !important;
}
.card-item a:hover, .card-item a:focus, .card-item a:active, #previous a:hover, #previous a:focus, #previous a:active, .card-item button:hover, .card-item button:focus, .card-item button:active, #previous button:hover, #previous button:focus, #previous button:active {
  opacity: 1;
  color: #1c1418;
}
.card-item a:hover:after, .card-item a:focus:after, .card-item a:active:after, #previous a:hover:after, #previous a:focus:after, #previous a:active:after, .card-item button:hover:after, .card-item button:focus:after, .card-item button:active:after, #previous button:hover:after, #previous button:focus:after, #previous button:active:after {
  opacity: 0.55;
}
#previous a:hover .arrow-cont, #previous a:focus .arrow-cont, #previous a:active .arrow-cont, #previous button:hover .arrow-cont, #previous button:focus .arrow-cont, #previous button:active .arrow-cont {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}
.card-item a:hover .arrow-cont, .card-item a:focus .arrow-cont, .card-item a:active .arrow-cont, .card-item button:hover .arrow-cont, .card-item button:focus .arrow-cont, .card-item button:active .arrow-cont {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

@media only screen and (max-width: 576px) {
  .btn, .btn-primary {
    display: block;
  }
}

/*-----------------------*/
/* Card */
/*-----------------------*/
.card-item a:after {
  background-color: #1c1418;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*-----------------------*/
/* home */
/*-----------------------*/
#home #intro figure {
  background-color: #1c1418;
  display: flex;
}
#home #intro figure img {
  width: 400px;
  margin: auto;
  padding: 4rem 2rem;
}
@media only screen and (max-width: 768px) {
  #home #intro .rectangleImg {
    padding-top: 62% !important;
  }
}
@media only screen and (min-width: 768px) {
  #home #intro .rectangleImg {
    padding-top: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  #home #intro .rectangleImg {
    padding-top: 80vh !important;
  }
}
#home #intro article {
  position: relative;
}
#home #intro h2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(28, 20, 24, 0.55);
  z-index: 1;
  display: flex;
  padding: 2rem;
  text-align: center;
}
#home #intro h2 span {
  font-family: source-sans-pro, sans-serif;
}
@media only screen and (max-width: 768px) {
  #home #intro h2 span {
    font-size: calc(1.3rem + 0.02vw);
  }
  #home #intro h2 span svg {
    width: calc(1.3rem + 0.02vw);
    height: calc(1.3rem + 0.02vw);
  }
}
@media only screen and (min-width: 768px) {
  #home #intro h2 span {
    font-size: calc(1.5rem + 0.02vw);
  }
  #home #intro h2 span svg {
    width: calc(1.5rem + 0.02vw);
    height: calc(1.5rem + 0.02vw);
  }
}
#home #intro h2 span {
  margin: auto;
  color: #fff;
  width: 650px;
  max-width: 100%;
}
#home .references figcaption h5 {
  position: absolute;
  bottom: 0;
  width: 90%;
  background: #1c1418;
  padding: 0.5rem 0.75rem;
  margin: 0;
  color: #fff;
  font-family: source-sans-pro, sans-serif;
}
@media only screen and (max-width: 768px) {
  #home .slider-1-slide .rectangleImg {
    padding-top: 100%;
  }
}

/*-----------------------*/
/* COMMUN */
/*-----------------------*/
.inter-nav-block .arrow-cont {
  opacity: 0;
  display: block;
  margin: 0.35rem auto;
}
.inter-nav-block .arrow-cont, .inter-nav-block figcaption, .inter-nav-block h3 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inter-nav-block figcaption {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(28, 20, 24, 0.55);
  display: flex;
}
.notre-adn .inter-nav-block figcaption {
  background: #1c1418 !important;
}
.inter-nav-block h3 {
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: auto;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  text-transform: uppercase;
  padding: 1.5rem;
}
.inter-nav-block figure:hover .arrow-cont {
  opacity: 1;
}
.inter-nav-block figure:hover figcaption {
  background: #1c1418;
}
.inter-nav-block figure:hover h3 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.block-2 .row article {
  width: 100%;
  padding: 3rem 7%;
  max-width: 100%;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .block-2 .row article {
    width: 75%;
    padding: 3rem 2rem;
  }
}
.block-2 .row h2 {
  font-family: source-sans-pro, sans-serif;
  font-weight: 400;
  font-size: calc(1.5rem + 0.02vw);
  margin-bottom: 0;
}
.block-2 .row > div {
  display: flex;
}
main .block-2 .row div:first-of-type {
  background-color: #edeeef;
}
main .block-2 .row div:first-of-type .btn {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid transparent;
  padding: 0.75rem 1.2rem 0.65rem 1.2rem;
  line-height: 1rem;
  border-radius: 4px;
  font-size: calc(0.95rem + 0.01vw);
  font-weight: 300;
}
main .block-2 .row div:first-of-type .btn:focus, main .block-2 .row div:first-of-type .btn:hover, main .block-2 .row div:first-of-type .btn:active {
  text-decoration: none;
  outline: 0 transparent;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) !important;
}
main .block-2 .row div:first-of-type .btn svg {
  position: relative;
  top: -3px;
}
main .block-2 .row div:first-of-type .btn {
  border-radius: 4px;
  border: 2px solid #d95f22;
  text-transform: uppercase;
  color: #1c1418;
  background-color: transparent;
}
main .block-2 .row div:first-of-type .btn:hover, main .block-2 .row div:first-of-type .btn:focus, main .block-2 .row div:first-of-type .btn:active {
  background-color: #d95f22;
  color: #fff;
  border-color: #d95f22;
}
main .block-2 .row div:last-of-type {
  background-color: #d95f22;
}
main .block-2 .row div:last-of-type .btn {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid transparent;
  padding: 0.75rem 1.2rem 0.65rem 1.2rem;
  line-height: 1rem;
  border-radius: 4px;
  font-size: calc(0.95rem + 0.01vw);
  font-weight: 300;
}
main .block-2 .row div:last-of-type .btn:focus, main .block-2 .row div:last-of-type .btn:hover, main .block-2 .row div:last-of-type .btn:active {
  text-decoration: none;
  outline: 0 transparent;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) !important;
}
main .block-2 .row div:last-of-type .btn svg {
  position: relative;
  top: -3px;
}
main .block-2 .row div:last-of-type .btn {
  border-radius: 4px;
  border: 2px solid #d95f22;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
}
main .block-2 .row div:last-of-type .btn:hover, main .block-2 .row div:last-of-type .btn:focus, main .block-2 .row div:last-of-type .btn:active {
  background-color: #d95f22;
  color: #fff;
  border-color: #d95f22;
}
main .block-2 .row div:last-of-type .arrow-cont {
  border-color: #d95f22;
}
main .block-2 .row div:last-of-type .arrow {
  fill: #fff;
}
main .block-2 .row .btn {
  margin-top: 1.5rem;
}
footer .block-2 .row h2 {
  margin-bottom: 1.5rem;
}
footer .block-2 .row > div.col-12:first-of-type {
  background-color: #edeeef;
}
footer .block-2 .row > div.col-12:first-of-type .btn {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid transparent;
  padding: 0.75rem 1.2rem 0.65rem 1.2rem;
  line-height: 1rem;
  border-radius: 4px;
  font-size: calc(0.95rem + 0.01vw);
  font-weight: 300;
}
footer .block-2 .row > div.col-12:first-of-type .btn:focus, footer .block-2 .row > div.col-12:first-of-type .btn:hover, footer .block-2 .row > div.col-12:first-of-type .btn:active {
  text-decoration: none;
  outline: 0 transparent;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) !important;
}
footer .block-2 .row > div.col-12:first-of-type .btn svg {
  position: relative;
  top: -3px;
}
footer .block-2 .row > div.col-12:first-of-type .btn {
  border-radius: 4px;
  border: 2px solid #d95f22;
  text-transform: uppercase;
  color: #1c1418;
  background-color: transparent;
}
footer .block-2 .row > div.col-12:first-of-type .btn:hover, footer .block-2 .row > div.col-12:first-of-type .btn:focus, footer .block-2 .row > div.col-12:first-of-type .btn:active {
  background-color: #d95f22;
  color: #fff;
  border-color: #d95f22;
}
footer .block-2 .row > div.col-12:last-of-type {
  background-color: #d95f22;
}
footer .block-2 .row > div.col-12:last-of-type .btn {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid transparent;
  padding: 0.75rem 1.2rem 0.65rem 1.2rem;
  line-height: 1rem;
  border-radius: 4px;
  font-size: calc(0.95rem + 0.01vw);
  font-weight: 300;
}
footer .block-2 .row > div.col-12:last-of-type .btn:focus, footer .block-2 .row > div.col-12:last-of-type .btn:hover, footer .block-2 .row > div.col-12:last-of-type .btn:active {
  text-decoration: none;
  outline: 0 transparent;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) !important;
}
footer .block-2 .row > div.col-12:last-of-type .btn svg {
  position: relative;
  top: -3px;
}
footer .block-2 .row > div.col-12:last-of-type .btn {
  border-radius: 4px;
  border: 2px solid #d95f22;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
}
footer .block-2 .row > div.col-12:last-of-type .btn:hover, footer .block-2 .row > div.col-12:last-of-type .btn:focus, footer .block-2 .row > div.col-12:last-of-type .btn:active {
  background-color: #d95f22;
  color: #fff;
  border-color: #d95f22;
}
footer .block-2 .row > div.col-12:last-of-type .arrow-cont {
  border-color: #d95f22;
}
footer .block-2 .row > div.col-12:last-of-type .arrow {
  fill: #fff;
}

.slider-1-slide-fade {
  text-align: center;
}
.slider-1-slide-fade h2 strong {
  font-size: calc(calc(1.8rem + 0.02vw) + 0.7rem);
}
@media only screen and (min-width: 992px) {
  .slider-1-slide-fade h2 strong {
    font-size: calc(calc(2.2rem + 0.02vw) + 1rem);
  }
}
.slider-1-slide-fade strong {
  display: block;
}

footer .newsletter .btn-primary {
  border-color: #fff !important;
}
footer .newsletter .btn-primary:hover, footer .newsletter .btn-primary:focus, footer .newsletter .btn-primary:active {
  background-color: #fff;
  color: #1c1418;
  border-color: #fff;
}

/*-----------------------*/
/* page */
/*-----------------------*/
#intro-page {
  text-align: center;
}
#intro-page .row {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#intro-page h1 {
  color: #d95f22;
  text-transform: uppercase;
}
#intro-page p {
  font-size: calc(1.3rem + 0.02vw);
}
#onePage #intro-page {
  background-color: #1c1418;
}
@media only screen and (min-width: 992px) {
  #onePage #intro-page {
    text-align: left;
  }
}
@media only screen and (max-width: 992px) {
  #onePage #intro-page article:after {
    content: "";
    display: block;
    margin: 1.5rem auto 0 auto;
    background-color: rgba(255, 255, 255, 0.35);
    width: 1px;
    height: 75px;
  }
}
@media only screen and (min-width: 992px) {
  #onePage #intro-page article {
    border-right: 1px solid rgba(255, 255, 255, 0.35);
  }
}

.banner-page .rectangleImg:after {
  content: "";
  width: 80px;
  height: 100%;
  display: block;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../medias/header.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  background-color: transparent;
  background-repeat: no-repeat;
}
.banner-page .rectangleImg.default {
  background-color: #edeeef;
  background-size: 150px !important;
  background-repeat: repeat !important;
}
@media only screen and (min-width: 992px) {
  .banner-page {
    background-color: #fff;
  }
  .banner-page .rectangleImg {
    width: 95%;
  }
  .banner-page .rectangleImg:after {
    right: -3px;
  }
}

.a-votre-service figure:hover figcaption, .a-votre-service figure:focus figcaption, .a-votre-service figure:active figcaption {
  background: transparent;
}
.a-votre-service figcaption {
  background-color: transparent;
}
.a-votre-service .item:first-of-type {
  flex: 100%;
}
.a-votre-service .item:first-of-type figure {
  background-color: #d95f22;
}
.a-votre-service .item:first-of-type .arrow-cont {
  border-color: #1c1418;
}
@media only screen and (min-width: 768px) {
  .a-votre-service .item:first-of-type .rectangleImg {
    padding-top: 15%;
  }
}
.a-votre-service .item figure {
  background-color: #1c1418;
}

#page, #post {
  position: relative;
  padding-bottom: 100px !important;
}
#page:before, #post:before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
  border-bottom: 0;
  position: absolute;
  background-image: url("../medias/arrow-light-right");
  background-repeat: repeat-x;
  background-size: 100px;
  background-position: left bottom;
  background-color: transparent;
  z-index: -1;
  opacity: 0.5;
}

/* ---  FAQ --- */
/* Reset */
.accordion-button:focus, .accordion-button:hover {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  background-color: #edeeef;
}

.accordion-button:not(.collapsed) {
  color: #1c1418;
  background-color: #edeeef;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.accordion-item {
  border-bottom: 1px solid #edeeef !important;
}
.accordion-item h5 {
  margin-bottom: 0;
}
.accordion-item button:focus, .accordion-item button:hover {
  color: #1c1418;
  opacity: 1;
  background-color: #edeeef;
}
.accordion-item .accordion-collapse {
  padding: 1rem 1.25rem;
}

/* TEAM */
#team .team-row:not(:first-of-type) .title:before {
  content: "";
  width: 75px;
  height: 2px;
  background-color: #d95f22;
  margin: 3rem auto;
  display: block;
}

.member figure {
  position: relative;
  width: 200px;
  height: 200px;
  margin-bottom: 1.5rem;
}
.member figure div {
  position: absolute;
  top: 0;
  left: 0;
}
.member figure .photo-02 {
  opacity: 0;
  -webkit-transform: opacity 300ms;
  -moz-transform: opacity 300ms;
  -ms-transform: opacity 300ms;
  transform: opacity 300ms;
}
.member figure:hover .photo-02, .member figure:focus .photo-02, .member figure:active .photo-02 {
  opacity: 1;
}
.member a, .member span {
  display: block;
}

/*-----------------------*/
/* Setting */
/*-----------------------*/
.post-type-archive-references .content-img figure {
  position: relative;
  text-align: center;
}
.post-type-archive-references .content-img figure:hover figcaption, .post-type-archive-references .content-img figure:focus figcaption, .post-type-archive-references .content-img figure:active figcaption {
  opacity: 1;
}
.post-type-archive-references .content-img figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(28, 20, 24, 0.9);
  display: flex;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-type-archive-references .content-img h5 {
  margin: auto;
  padding: 1.5rem;
  text-align: center;
  color: #fff;
}
.post-type-archive-references .content-img h5 svg {
  display: block;
  margin: 1rem auto 0 auto;
}

.column-count {
  column-count: 1;
}
@media only screen and (min-width: 576px) {
  .column-count {
    column-count: 2;
  }
}
@media only screen and (min-width: 992px) {
  .column-count {
    column-count: 3;
  }
}

.testimonials {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.testimonials p {
  font-size: calc(1.3rem + 0.02vw);
}
.testimonials .bi-quote {
  width: 3rem;
  height: 3rem;
  color: #d95f22;
}

.post-type-archive-presse .content ul, .single-presse .content ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.post-type-archive-presse .content li, .single-presse .content li {
  padding: 1rem 0;
}
.post-type-archive-presse .content li:not(:last-of-type), .single-presse .content li:not(:last-of-type) {
  border-bottom: 1px solid #edeeef;
}
.post-type-archive-presse .content a, .single-presse .content a {
  text-transform: uppercase;
  font-weight: 700;
}

/*-----------------------*/
/* OnePage */
/*-----------------------*/
#onePage .sous-page .content-text {
  position: relative;
  padding: 2rem;
  border-color: #edeeef;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
}
@media only screen and (min-width: 992px) {
  #onePage .sous-page .content-text {
    border-width: 1px 0 1px 1px;
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 992px) {
  #onePage .sous-page .content-text {
    order: 2;
  }
}
#onePage .sous-page .content-text h2 {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 992px) {
  #onePage .sous-page .content-text h2 {
    margin-top: 2.5rem;
  }
}
#onePage .sous-page .content-text h2 span {
  color: #d95f22;
  display: block;
  line-height: 1.5;
  margin-top: 0.75rem;
}
#onePage .sous-page .content-text:after {
  content: "";
  display: block;
  width: 30%;
  height: calc(100% + 2px);
  border-color: #edeeef;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  position: absolute;
  top: -1px;
  background-repeat: repeat-y;
  background-size: 50%;
}
@media only screen and (max-width: 992px) {
  #onePage .sous-page .content-text:after {
    display: none;
  }
}
#onePage .sous-page .content-img {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  #onePage .sous-page .content-img {
    order: 1;
  }
}
@media only screen and (min-width: 992px) {
  #onePage .sous-page .content-img {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
}
#onePage .sous-page {
  /* ODD */
}
@media only screen and (min-width: 992px) {
  #onePage .sous-page:nth-of-type(odd) .content-text {
    border-width: 1px 0 1px 1px;
  }
}
@media only screen and (min-width: 992px) {
  #onePage .sous-page:nth-of-type(odd) .content-text:after {
    border-width: 1px 1px 1px 0;
    right: -30%;
    background-image: url(../medias/arrow-light-right.svg);
    background-position: bottom right;
  }
}
#onePage .sous-page {
  /* EVEN */
}
@media only screen and (min-width: 992px) {
  #onePage .sous-page:nth-of-type(even) .content-text {
    order: 2;
    border-width: 1px 1px 1px 0;
  }
}
@media only screen and (min-width: 992px) {
  #onePage .sous-page:nth-of-type(even) .content-text:after {
    border-width: 1px 0 1px 1px;
    left: -30%;
    background-image: url(../medias/arrow-light-left.svg);
    background-position: bottom left;
  }
}
@media only screen and (min-width: 992px) {
  #onePage .sous-page:nth-of-type(even) .content-img {
    order: 1;
  }
}

#onePage ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
#onePage ul a {
  color: #d95f22;
  font-weight: 700;
  text-transform: uppercase;
}

.section-catalogue {
  text-align: center;
}
.section-catalogue:before {
  content: "";
  height: 2px;
  width: 150px;
  max-width: 100%;
  margin: 2.5rem auto;
  background-color: #d95f22;
  display: block;
}
.section-catalogue .title {
  font-family: source-sans-pro, sans-serif;
  text-transform: inherit;
  font-weight: 300;
}

/*-----------------------*/
/* fil d'ariane */
/*-----------------------*/
#breadcrumb ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
#breadcrumb li {
  display: inline-block;
}
#breadcrumb li.active {
  opacity: 0.5;
}
#breadcrumb li:not(:last-of-type):after {
  content: "|";
  margin: 0 0.35rem;
}

/*-----------------------*/
/* header */
/*-----------------------*/
header .infos-menu {
  color: #fff;
  text-align: center;
}
header .infos-menu a {
  color: rgba(255, 255, 255, 0.5);
}
header .infos-menu a:hover, header .infos-menu a:focus, header .infos-menu a:active {
  color: #d95f22;
}
header .infos-menu .list-icone a {
  color: #fff !important;
}
header .infos-menu .list-icone a:hover, header .infos-menu .list-icone a:focus, header .infos-menu .list-icone a:active {
  color: #fff !important;
}
header .btn-cont {
  display: flex;
  align-items: center;
  z-index: 1;
}
header .btn-cont small {
  padding-left: 0.35rem;
  text-transform: uppercase;
  font-weight: 700;
}
header h1 a {
  color: #1c1418;
  font-size: calc(1.8rem + 0.02vw);
  line-height: 1;
}
header h1 a strong {
  color: #d95f22;
  display: block;
}
header h1 a:hover, header h1 a:focus, header h1 a:active {
  color: #d95f22;
}
header .btn-icone {
  background-color: #1c1418;
}
@media only screen and (max-width: 768px) {
  header .col-12:first-of-type {
    position: absolute;
    bottom: 0;
    background: #1c1418;
    width: 100%;
    padding: 1rem;
  }
}
header .col-12:last-of-type {
  height: 100%;
  background: #d95f22;
  display: flex;
}
header .col-12:last-of-type .menu-content {
  margin: auto 0;
  padding: 3rem;
}

/* Logo */
.logo {
  width: 130px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .logo {
    display: block;
  }
}

.logo_mobile {
  width: 100px;
  display: none;
}
@media only screen and (max-width: 992px) {
  .logo_mobile {
    display: block;
  }
}

.logo_mobile .arrow, .logo_mobile .base-line .elem, .logo .arrow, .logo .base-line .elem {
  fill: #1c1418;
}
.logo_mobile .circle, .logo_mobile .sous-base-line .elem, .logo .circle, .logo .sous-base-line .elem {
  fill: #d95f22;
}
.logo_mobile, .logo {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.qtranxs_language_chooser {
  margin-bottom: 0;
}
.qtranxs_language_chooser li {
  display: inline-block;
  margin-right: 0.5rem;
}
.qtranxs_language_chooser .active a {
  color: #d95f22;
}
.qtranxs_language_chooser a {
  color: #1c1418;
  text-transform: uppercase;
}
.qtranxs_language_chooser a:hover, .qtranxs_language_chooser a:focus, .qtranxs_language_chooser a:active {
  color: #d95f22;
}

/* header - home */
header .list-icone.p-navbar a {
  border-color: #d95f22;
  color: #1c1418;
}
.home header {
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home header .qtranxs_language_chooser a {
  color: #fff;
}
.home header .btn-cont {
  color: #fff;
}
.home header .logo_mobile, .home header .logo {
  opacity: 0;
}
.home header .list-icone.p-navbar {
  opacity: 0;
}
.home header .list-icone.p-navbar a {
  border-color: #d95f22;
  color: #1c1418;
}
.home header.is-scrolled {
  background-color: #fff;
}
.home header.is-scrolled .logo_mobile, .home header.is-scrolled .logo {
  opacity: 1;
}
.home header.is-scrolled .btn-cont {
  color: #1c1418;
}
.home header.is-scrolled .list-icone.p-navbar {
  opacity: 1;
}
.home header.is-scrolled .qtranxs_language_chooser a {
  color: #1c1418;
}
.home header.is-scrolled .qtranxs_language_chooser .active a {
  color: #d95f22;
}
header.is-scrolled {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/*-----------------------*/
/* Header footer */
/*-----------------------*/
#menu-langues .menu-item-has-children > a {
  display: none;
}

#menu-item-568 {
  margin-top: 1.5rem;
}
#menu-item-568 .sub-menu {
  display: block;
  right: 0;
  padding-left: 0;
}
#menu-item-568 li {
  border-width: 0;
}
#menu-item-568 a {
  margin: 0.5rem 0;
}
#menu-item-568 > a {
  display: none;
}

/*-----------------------*/
/* footer */
/*-----------------------*/
footer {
  position: relative;
  z-index: 3;
  background-color: #1c1418;
}
footer section.py-5 {
  color: #fff;
}
footer h4 {
  font-family: source-sans-pro, sans-serif;
  color: #32be36;
}
@media only screen and (max-width: 576px) {
  footer h4 {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  footer h4 {
    text-align: center !important;
  }
}
footer .btn-devis {
  margin-top: 1rem;
}
footer a {
  color: rgba(255, 255, 255, 0.5);
}
footer a:hover, footer a:focus, footer a:active {
  color: #d95f22;
}
@media only screen and (max-width: 576px) {
  footer {
    text-align: center;
  }
}
.newsletter .w-100 {
  padding: 0.5rem;
  border-color: transparent;
}/*# sourceMappingURL=style.css.map */