/*
#@0
#@1
#@2
#@3
*/
/* ################## */
/* CUSTOM PAGE STYLES */
/* ################## */
/* ============= */
/*  CUSTOM VARS  */
/* ============= */
/* //// */
/* TEXT */
/* //// */
/* //// */
/* URLS */
/* //// */
/* ///// */
/* FILES */
/* ///// */
/* ///// */
/* FONTS */
/* ///// */
/* ///// */
/* SIZES */
/* ///// */
/* ////// */
/* COLORS */
/* ////// */
/* SHARED WITH BACKOFFICE RTE : add $c_ */
/* ------------------------------------ */
/* ################## */
/* CUSTOM PAGE STYLES */
/* ################## */
/* ******************* */
/* ***** CONTENT ***** */
/* ******************* */
.maintext strong {
  font-weight: 600;
}
.next_step {
  text-align: right;
  margin-top: 40px;
}
.cfg .padded.note {
  font-size: 0.875rem;
  white-space: normal;
  color: #888;
}
/* ***************** */
/* ***** ABOUT ***** */
/* ***************** */
.about .container {
  position: relative;
  line-height: 1.4rem;
  font-size: 0.875rem;
  margin-bottom: 30px;
}
.about.titleRelative .container {
  padding-bottom: 80px;
}
.about h1 {
  font-weight: 800;
  font-size: 1.5rem;
  padding-bottom: 30px;
  text-align: center;
}
.about .chapo {
  width: 100%;
  text-align: center;
  margin-bottom: 100px;
}
#targets {
  padding-bottom: 40px;
  margin-top: 50px;
}
#targets .blok {
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  padding-top: 40px;
  position: relative;
  margin-bottom: 10px;
}
#targets strong.title {
  width: 70%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 15%;
  height: 80px;
  background-color: #ffa525;
  color: black;
  font-size: 1.4em;
  text-align: center;
  padding: 0 20px;
}
#targets img.topImg {
  width: 100%;
  height: 400px;
  display: block;
  object-fit: cover;
}
#targets .texte {
  width: 86%;
  position: relative;
  background-color: #eaeaea;
  margin: 0 auto;
  padding: 0 8% 30px;
  text-align: center;
}
.texte::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 135px 0 0 100%;
  border-color: transparent transparent transparent #eaeaea;
}
.texte::after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background-color: #eaeaea;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 100%;
}
.texte .topTarget {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  left: 0;
  bottom: -webkit-calc(100% + 25px);
  bottom: calc(100% + 25px);
  border-left: 1px solid #eaeaea;
}
.texte .topTarget img {
  display: block;
  vertical-align: top;
  border: none;
  width: 120%;
}
.texte .in {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 800ms;
  -o-transition: height 800ms;
  transition: height 800ms;
}
.texte.active .in {
  height: 180px;
}
.texte button {
  position: absolute;
  bottom: -25px;
  left: -webkit-calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffa525;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  border: 2px solid #ffa525;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  display: none;
}
.texte.active button {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* ***** HOVER ***** */
.texte button:hover {
  color: black;
  background-color: white;
}
/* ***************** */
/* ***** LOGOS ***** */
/* ***************** */
#logos_partenaires .title {
  text-align: center;
}
#logos_partenaires .title strong {
  font-weight: 600;
  width: 100%;
  display: block;
  padding-bottom: 5px;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.flag {
  display: inline-block;
  width: 21px;
  height: 18px;
  background-color: white;
  position: relative;
  margin-right: 5px;
}
.flag::before, .flag::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 7px;
  height: 100%;
}
.flag::before {
  left: 0;
  background-color: blue;
}
.flag::after {
  right: 0;
  background-color: red;
}
#allLogos {
  margin-top: 10px;
}
.logo {
  display: inline-block;
  padding: 30px;
  background-color: white;
}
.logo img {
  height: 70px;
}
/* ********************* */
/* ***** AVANTAGES ***** */
/* ********************* */
#avantages .container {
  background-color: #ffa525;
}
.pictoPro {
  text-align: center;
  width: 150px;
  text-transform: uppercase;
  font-size: 0.9rem;
  color: white;
  padding: 10px;
}
.pictoPro img {
  display: block;
  margin: 0 auto 10px;
  width: 120px;
  height: 120px;
  object-fit: contain;
  object-position: center center;
}
/* ****************** */
/* ***** FOOTER ***** */
/* ****************** */
footer {
  padding: 50px 0 40px;
  background-color: #303030;
  line-height: 1.2rem;
}
footer .area {
  width: -webkit-calc((100%) / 4);
  width: calc((100%) / 4);
  color: #eaeaea;
}
#quick_about {
  font-size: 0.9375rem;
  line-height: 1.2rem;
}
#quick_about p {
  margin-bottom: 20px;
}
footer #map_footer.area {
  width: -webkit-calc((100%) / 4);
  width: calc((100%) / 4);
}
footer #map_footer.area iframe {
  width: 100%;
  height: 250px;
  border: 5px solid #ffa525;
}
footer h5 {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 25px;
}
footer h5::after {
  content: "";
  display: block;
  width: 50px;
  margin-top: 5px;
  height: 4px;
  font-size: 0.1rem;
  overflow: hidden;
  background-color: #ffa525;
}
footer .area a {
  color: #eaeaea;
  display: block;
  margin: 15px 0;
}
#area_contact div {
  padding-left: 30px;
  position: relative;
}
#area_contact div .icon {
  position: absolute;
  top: 3px;
  left: 0;
  color: #fff;
}
/* ********************* */
/* ***** COPYRIGHT ***** */
/* ********************* */
#copyright {
  /*padding:15px -webkit-calc( (100% - 1100px) / 2);
padding:15px calc( (100% - 1100px) / 2);*/
  padding: 15px 0;
  background-color: #000;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #eaeaea;
  text-align: center;
}
#copyright .flex {
  width: 1200px;
}
#copyright a {
  color: #eaeaea;
}
#copyright a.icon {
  font-size: 1.2rem;
}
/* ***** HOVER ***** */
footer .area a:hover, #copyright a:hover {
  color: #ffa525;
}
/*************/
/* OVERWRITE */
/*************/
.fancybox__container {
  z-index: 20000;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content {
  padding: 20px;
}
.fancybox__iframe {
  width: 100%;
  max-width: 1000px;
}
/* *********************************** */
/* ***** RESPONSIVE BREAK POINTS ***** */
/* *********************************** */
/* ---------- BIG DESKTOP ---------- */
/* ---------- BIG TABLET LANDSCAPE (1000) ---------- */
/* ---------- TABLET LANDSCAPE (900) ---------- */
@media screen and (max-width: 1050px) {
  /* ********************* */
  /* ***** COPYRIGHT ***** */
  /* ********************* */
  #copyright .flex {
    width: 900px;
  }
}
/* ---------- TABLET PORTRAIT AND SMARTPHONE LANDSCAPE (720) ---------- */
@media screen and (max-width: 900px) {
  /* ***************** */
  /* ***** ABOUT ***** */
  /* ***************** */
  /* ****************** */
  /* ***** FOOTER ***** */
  /* ****************** */
  /* ********************* */
  /* ***** COPYRIGHT ***** */
  /* ********************* */
  #targets .blok {
    width: 95%;
    margin: 20px auto;
  }
  #targets img.topImg {
    height: 300px;
  }
  footer {
    padding: 50px 20px 40px;
  }
  footer .area {
    width: 100%;
    margin-bottom: 20px;
  }
  footer #map_footer.area {
    width: 100%;
  }
  #copyright {
    padding: 0 20px;
  }
  #copyright .flex {
    width: 100%;
    padding: 20px;
  }
  .subnav {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  #copyright a.icon {
    font-size: 2rem;
  }
}
/* ---------- SMARPHONE LANDSCAPE (600) ---------- */
/* ---------- SMARPHONE PORTRAIT (350) ---------- */
/* ---------- MOBILE PORTRAIT (320) ---------- */
/* ################## */
/* CUSTOM PAGE STYLES */
/* ################## */
/* ******************** */
/* ***** PRODUITS ***** */
/* ******************** */
.produit .titre span, strong.made {
  display: block;
  width: 100%;
  padding: 20px 10px 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #5F5F5F;
  font-size: 0.75rem;
}
.produit .titre {
  height: 120px;
  padding: 0 10px;
}
.produit .titre, .produit .titre a {
  color: #000;
  font-size: 1.1rem;
  line-height: 1.3rem;
  text-transform: uppercase;
  font-weight: 600;
}
/* ***** HOVER ***** */
.produit .titre a:hover {
  color: #ffa525;
}
.produit .content .complement {
  margin-top: 10px;
  font-size: 0.75rem;
  line-height: 1rem;
}
/* *********************************** */
/* ***** RESPONSIVE BREAK POINTS ***** */
/* *********************************** */
/* ---------- BIG DESKTOP ---------- */
/* ---------- BIG TABLET LANDSCAPE (1000) ---------- */
/* ---------- TABLET LANDSCAPE (900) ---------- */
/* ---------- TABLET PORTRAIT AND SMARTPHONE LANDSCAPE (720) ---------- */
/* ---------- SMARPHONE LANDSCAPE (600) ---------- */
/* ---------- SMARPHONE PORTRAIT (350) ---------- */
/* ---------- MOBILE PORTRAIT (320) ---------- */
/* ################## */
/* CUSTOM PAGE STYLES */
/* ################## */
/* ******************* */
/* ***** CONTENT ***** */
/* ******************* */
.maintext {
  line-height: 1.4rem;
  padding: 0 50px;
}
div.chapo {
  font-size: 1.125rem;
  color: #000;
  display: block;
  margin-bottom: 30px;
  font-weight: 600;
}
.maintext h2 {
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-bottom: 30px;
  font-weight: 600;
}
.maintext ul {
  list-style: disc;
}
#tab_data .maintext ul {
  list-style: none;
}
/* *********************************** */
/* ***** RESPONSIVE BREAK POINTS ***** */
/* *********************************** */
/* ---------- BIG DESKTOP ---------- */
/* ---------- BIG TABLET LANDSCAPE (1000) ---------- */
/* ---------- TABLET LANDSCAPE (900) ---------- */
/* ---------- TABLET PORTRAIT AND SMARTPHONE LANDSCAPE (720) ---------- */
/* ---------- SMARPHONE LANDSCAPE (600) ---------- */
/* ---------- SMARPHONE PORTRAIT (350) ---------- */
/* ---------- MOBILE PORTRAIT (320) ---------- */
