/*
#@0
#@1
#@2
*/
@charset "UTF-8";
/* ****************************** */
/* ***** 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) ---------- */
/* ***************** */
/* ***** LOGOS ***** */
/* ***************** */
#logos {
  border-top: 1px solid #303030;
  padding: 10px;
  margin-top: 10px;
}
#logos img {
  display: inline-block;
  margin: 6px;
  width: auto;
  height: 65px;
  width: auto;
}
/* ******************* */
/* ***** OPTIONS ***** */
/* ******************* */
#help_infos {
  width: 500px;
  max-height: 80%;
  font-size: 0.875rem;
  line-height: 1.1rem;
}
#help_title {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #000;
  background-color: #ffa525;
  padding: 10px;
  margin-bottom: 20px;
}
.option_choice {
  width: 140px;
}
.option_value {
  width: 180px;
  text-align: center;
}
.option_value .cadre {
  display: inline-block;
  padding: 10px;
  border: 1px #ccc solid;
}
.option_text {
  width: -webkit-calc(100% - 350px);
  width: calc(100% - 350px);
  padding-left: 20px;
  text-align: left;
}
hr.fullwidth {
  width: 100%;
}
.cfg .padded {
  white-space: nowrap;
  padding-right: 20px;
  font-size: 0.875rem;
}
/* SELECT */
.custom-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}
.custom-dropdown select {
  background-color: #fff;
  color: #000;
  font-size: 0.75rem;
  padding: 0.5rem;
  padding-right: 2.5rem;
  border: 0;
  margin: 0;
  border-radius: 3px;
  text-indent: 0.01px;
  text-overflow: "";
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.custom-dropdown select::-ms-expand {
  display: none;
}
.custom-dropdown::before, .custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.custom-dropdown::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  height: 1em;
  font-size: 0.625em;
  line-height: 1;
  right: 1.2em;
  top: 50%;
  margin-top: -0.5em;
  color: #000;
}
.custom-dropdown::before {
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
  background-color: #ffa525;
}
.custom-dropdown select[disabled] {
  color: rgba(0, 0, 0, 0.25);
}
/* POPIN */
.popin_inline_hidded {
  height: 0;
  overflow: hidden;
}
.cfg_popin {
  width: 950px;
  max-height: 70%;
}
.cfg_popin span.close {
  vertical-align: top;
  width: 400px;
  height: 180px;
  display: inline-block;
  padding: 10px;
  margin: 10px;
  text-transform: uppercase;
  text-align: left;
  font-size: 0.75rem;
  color: #000;
  font-weight: 500;
  cursor: pointer;
}
.cfg_popin span.close:hover {
  background-color: #efefef;
}
.cfg_popin span.close.active {
  background-color: #ffa525;
}
.cfg_popin span.close mark {
  width: 160px;
  height: 160px;
  overflow: hidden;
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  border: 1px #000 solid;
  margin-right: 10px;
  background-color: transparent;
}
.option_value .cadre img, .cfg_popin span.close mark img {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 160px;
}
.cfg_popin span.close strong {
  vertical-align: middle;
  display: inline-block;
  width: -webkit-calc(100% - 180px);
  width: calc(100% - 180px);
  padding-left: 20px;
}
/* INPUTS */
.styled label {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 600;
}
.styled input {
  width: 100%;
  border: 1px #ccc solid;
  padding: 0.5rem;
  background-color: #fff;
}
.styled input.input-hidden {
  position: absolute;
  left: -9999px;
}
.styled .note {
  font-size: 0.8125rem;
  width: 100%;
  display: inline-block;
  margin-top: 5px;
}
.styled .note strong {
  font-weight: 600;
}
.styled .notes {
  font-size: 0.8125rem;
  width: 100%;
  display: block;
  margin-top: 15px;
  color: darkgray;
  padding: 5px 0 5px 25px;
  position: relative;
  line-height: 1.1rem;
}
.styled .notes.unmarged {
  margin-top: 5px;
  margin-bottom: 10px;
}
.styled .notes::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  top: 5px;
  left: 0;
}
.styled .notes.black {
  color: dimgray;
}
.styled .notes u {
  display: inline-block;
  padding-bottom: 5px;
}
/* MENUISERIE */
.cfg_menuiserie img {
  width: 120px;
  height: auto;
}
/* COULEURS */
.subtitle {
  width: 100%;
  margin: 10px 0 20px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #000;
}
.radio input[type=radio] + label {
  display: inline-block;
  overflow: hidden;
  border: 1px solid #000;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}
.radio.couleurs input[type=radio] + label {
  width: 56px;
  height: 56px;
  border-radius: 40px;
}
.radio.choices input[type=radio] + label {
  width: 100px;
  height: 100px;
}
.radio input[type=radio]:checked + label {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
}
.radio label img {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 5;
}
.radio.couleur label img {
  top: -5px;
  left: -5px;
}
/* OUVERTURE */
#cfg_ouverture .option_choice {
  width: auto;
}
#cfg_ouverture .option_choice select {
  font-size: 1rem;
  font-weight: 700;
  padding: 10px;
}
#cfg_ouverture .option_choice select option {
  font-size: 0.9375rem;
  font-weight: 500;
}
/* PETIT BOIS */
#cfg_petit_bois .window {
  padding: 0;
  margin-left: 30px;
  width: 150px;
  height: 200px;
  background-color: lightcyan;
  border: 5px #ccc solid;
  position: relative;
}
#cfg_petit_bois #horizontal_seps {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: transparent;
}
#cfg_petit_bois #horizontal_seps .bar, #horizontal_seps .initbar {
  width: 100%;
  height: 1px;
  background-color: black;
  overflow: hidden;
}
#cfg_petit_bois #vertical_seps {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: transparent;
}
#cfg_petit_bois #vertical_seps .bar, #vertical_seps .initbar {
  width: 1px;
  height: 100%;
  background-color: black;
  overflow: hidden;
}
#cfg_petit_bois.cfg #horizontal_seps .flex, #cfg_petit_bois.cfg #vertical_seps .flex {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: transparent;
}
#cfg_petit_bois .initbar {
  opacity: 0;
}
#pb_alu_bi_autres {
  padding-top: 5px;
  display: none;
}
#pb_alu_bi_autres .padded {
  width: 100%;
  margin-bottom: 15px;
}
#pb_alu_bi_autres label {
  width: 45%;
  padding-top: 4px;
  display: block;
  margin-bottom: 5px;
}
#pb_alu_bi_autres select {
  width: 50%;
  font-size: 0.875rem;
  padding: 5px;
  margin-bottom: 10px;
  background-color: white;
}
/* *********************************** */
/* ***** RESPONSIVE BREAK POINTS ***** */
/* *********************************** */
/* ---------- BIG DESKTOP ---------- */
@media screen and (min-width: 1550px) {
  #top_fixed .block {
    width: 700px;
  }
  .cfg .padded {
    font-size: 1rem;
  }
  .custom-dropdown select {
    font-size: 0.875rem;
  }
}
/* ---------- BIG TABLET LANDSCAPE (1000) ---------- */
/* ---------- TABLET LANDSCAPE (900) ---------- */
@media screen and (max-width: 1050px) {
  #help_infos {
    width: 90%;
  }
}
/* ---------- TABLET PORTRAIT AND SMARTPHONE LANDSCAPE (720) ---------- */
/* ---------- SMARPHONE LANDSCAPE (600) ---------- */
/* ---------- SMARPHONE PORTRAIT (350) ---------- */
/* ---------- MOBILE PORTRAIT (320) ---------- */
/* ************************ */
/* ***** LAST IMPORTS ***** */
/* ************************ */
/* ################## */
/* 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) ---------- */
