/** END FONCTIONS **/
/** LOGO / INTRO **/
#logo_intro {
  padding: 25px 20px;
}
#logo_intro #logo_prod {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80%;
  margin: 0 auto;
}
#logo_intro #intro_prod {
  color: #E36844;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.1;
}
#logo_intro #intro_prod * {
  line-height: inherit;
}
/** LOGO / INTRO **/
/** HAUT **/
#haut_produit {
  background: #243646;
}
#haut_produit #conteneur_hp {
  padding-bottom: 25px;
}
#haut_produit #gauche_hp {
  padding: 25px 20px 10px 20px;
}
#haut_produit #avantages_prod {
  margin-top: 20px;
}
#haut_produit #avantages_prod .un_avantage {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#haut_produit #avantages_prod .un_avantage .picto {
  width: 50px;
}
#haut_produit #avantages_prod .un_avantage .titre {
  flex: 1;
  color: #fff;
  font-weight: 700;
  padding: 0 0 0 15px;
  font-size: 1.25em;
}
#haut_produit #dl_fiche_prod {
  background: #E36844;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: -32px;
  transform: translate(-50%, 0%);
  text-align: center;
  padding: 10px 60px;
  min-width: 300px;
  border-radius: 60px;
  line-height: 1;
  transition: all 0.25s;
}
#haut_produit #dl_fiche_prod:hover {
  background: #3ab3e5;
}
#haut_produit #dl_fiche_prod .dl {
  display: block;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1;
}
#haut_produit #dl_fiche_prod .fp {
  display: block;
  font-size: 1.25em;
  line-height: 1;
}
/** END HAUT **/
/** RENSEIGNEMENTS **/
#renseignements_prod {
  padding: 65px 20px 35px 20px;
}
#renseignements_prod #gauche_rp {
  position: relative;
  min-height: 300px;
}
#renseignements_prod #gauche_rp:before {
  content: "";
  display: inline-block;
  width: 300px;
  height: 300px;
  background: #3ab3e5;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 15px;
  transform: translate(-50%, 0%);
}
#renseignements_prod #gauche_rp #visuel_rens {
  margin: 0 auto;
  max-width: 50%;
  min-width: 250px;
}
#renseignements_prod #gauche_rp #titre_rp {
  color: #243646;
  font-size: 2em;
}
#renseignements_prod #gauche_rp #titre_rp .b {
  display: block;
  line-height: 1.15;
}
#renseignements_prod #gauche_rp #titre_rp .r {
  display: block;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
}
#renseignements_prod #gauche_rp #contact_r {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #243646;
  font-size: 1.25em;
  padding: 10px 25px;
  display: inline-block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, 0%);
  min-width: 270px;
  text-align: center;
  border-radius: 40px;
  transition: all 0.25s;
}
#renseignements_prod #gauche_rp #contact_r:hover {
  background: #E36844;
}
#renseignements_prod #droite_rp {
  margin-top: 65px;
}
/** END RENSEIGNEMENTS **/
/** CARACTERISTIQUES **/
#titre_caracp {
  text-align: center;
  margin-bottom: 10px;
}
#titre_caracp span {
  display: inline-block;
  background: url(../images/c-2x.webp) center left no-repeat;
  font-size: 1.85em;
  padding: 0 0 0 50px;
  background-size: 36px 22px;
}
#carac_prod {
  background: #ececec;
  padding: 30px 15px;
}
#carac_prod #photo_prodc {
  position: relative;
}
#legende_prod .une_carac {
  position: absolute;
  width: 0;
  height: 0;
}
#legende_prod .une_carac .content_plus {
  display: flex;
  align-items: center;
  justify-content: center;
}
#legende_prod .une_carac .plus {
  background: #E36844;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  display: inline-block;
  width: 30px;
  line-height: 1;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
#legende_prod .une_carac .plus span {
  display: inline-block;
  background: #fff;
  position: absolute;
}
#legende_prod .une_carac .plus span:nth-of-type(1) {
  width: 3px;
  height: 18px;
  transition: all 0.25s;
}
#legende_prod .une_carac .plus span:nth-of-type(2) {
  height: 3px;
  width: 18px;
}
#legende_prod .une_carac .plus.deroule span:nth-of-type(1) {
  opacity: 0;
}
#legende_prod .une_carac .contenu_carac {
  position: absolute;
  left: 50%;
  top: 50px;
  width: 400px;
  max-width: 45vw;
  transform: translate(-40%, 0%);
  border: 5px solid #E36844;
  z-index: 2;
}
#legende_prod .une_carac .contenu_carac .titre {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 7px 15px;
}
#legende_prod .une_carac.left .contenu_carac {
  transform: translate(0%, 0%);
}
#legende_prod .une_carac.right .contenu_carac {
  transform: translate(-80%, 0%);
}
/** END CARACTERISTIQUES **/
/** SAVOIR PLUS **/
#savoir_plus #conteneur_sp {
  background: #39b3e1;
  background: linear-gradient(90deg, #39b3e1 0%, #2e6c87 70%, #253541 100%);
  margin: -15px 20px 20px 20px;
  border-radius: 20px;
  padding: 20px;
}
#savoir_plus #titre_logob {
  text-align: center;
}
#savoir_plus #titre_logob #logo_bs img {
  margin: 0 auto;
}
#filtre_elements {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 15px auto 0 auto;
}
#filtre_elements .un_element {
  margin: 0 10px 15px 10px;
}
#filtre_elements .un_element .titre_elem {
  font-weight: 700;
  font-size: 1.35em;
  line-height: 1.15;
  padding: 10px 15px;
  color: #fff;
  border: 3px solid #fff;
  border-right: none;
}
#filtre_elements .un_element .titre_elem.actif {
  background: #fff;
  color: #55798C;
}
#liste_elements .une_ligne .txt_visuel {
  display: none;
}
#liste_elements .ligne_sup .titre_l {
  background: red;
}
#liste_elements .une_l .titre_l {
  background: yellow;
}
.nav-wrap {
  width: 100%;
  margin: 1em auto 0;
}
@media (min-width: 992px) {
  .nav-wrap {
    width: 50%;
  }
}
.acnav {
  width: 100%;
}
.acnav__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.acnav__list--level1 .has-children {
  border-top: 1px solid #fff;
}
.acnav li.has-children {
  position: relative;
}
.acnav li.has-children .contenu_visuel {
  display: flex;
  flex-direction: column;
  padding: 0 0 15px 0;
}
.acnav li.has-children .contenu_visuel .txt {
  margin-top: 10px;
  color: #fff;
}
.acnav .acnav__label {
  position: relative;
}
.has-children > .acnav__label .picto {
  position: absolute;
  margin: 0;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  border-radius: 50%;
  transition: transform 0.3s;
  border: 1px solid #fff;
  width: 33px;
  height: 33px;
}
.has-children > .acnav__label .picto:before {
  content: "\f067";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  position: absolute;
  left: 50%;
  transform: translate(-14px, -14px);
  top: 50%;
}
.has-children.is-open > .acnav__label .picto {
  transform: translate(0%, -50%) rotate(405deg);
}
.acnav__link,
.acnav__label {
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  font-size: 18px;
  line-height: 1.15;
  padding: 15px 40px 15px 10px;
  margin: 0;
  cursor: pointer;
  color: #fff;
  transition: color 0.25s ease-in, background-color 0.25s ease-in;
}
.acnav__link:focus,
.acnav__label:focus,
.acnav__link:hover,
.acnav__label:hover {
  color: #fff;
}
.acnav .acnav__list--level2 {
  margin: 0 10px;
}
.acnav .acnav__list--level2 .acnav__link,
.acnav .acnav__list--level2 .acnav__label {
  font-size: 16px;
}
.acnav__link--level2,
.acnav__label--level2 {
  padding: 15px 40px 15px 10px;
}
.acnav__link--level3,
.acnav__label--level3 {
  padding-left: 5em;
  background: blue;
}
.acnav__link--level3:focus,
.acnav__label--level3:focus,
.acnav__link--level3:hover,
.acnav__label--level3:hover {
  background: blue;
}
.acnav__list--level2,
.acnav__list--level3 {
  display: none;
}
.is-open > .acnav__list--level2,
.is-open > .acnav__list--level3 {
  display: block;
}
/** END SAVOIR PLUS **/
/** GALERIE */
#titre_gal {
  text-align: center;
  margin-bottom: 10px;
}
#titre_gal span {
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#titre_gal span:before {
  content: "";
  display: inline-block;
  background: url(../images/c-2x.webp) center center no-repeat;
  width: 45px;
  height: 28px;
  background-size: 45px 28px;
  margin: 0 10px 0 0;
}
#galerie_prod {
  margin: 0 auto;
  max-width: 95vw;
}
#galerie_prod .une_photo {
  border-radius: 20px;
  overflow: hidden;
}
#galerie_prod .owl-controls {
  margin: 0;
}
#galerie_prod .owl-controls .owl-dots {
  position: absolute;
  bottom: 5px;
  width: 100%;
}
#galerie_prod .owl-controls .owl-dots .owl-dot span {
  background: #fff;
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  margin: 0 3px;
}
#galerie_prod .owl-controls .owl-dots .owl-dot.active span {
  background: #E36844;
}
/** END GALERIE */
.fiche_produit {
  margin-bottom: 40px;
}
/* Version 768 */
/* Version > 1024 */
/* Version > 1200 */
@media (min-width: 1200px) {
  .fiche_produit {
    padding-top: 135px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  /** LOGO / INTRO **/
  #logo_intro {
    padding: 45px 60px;
    max-width: 1540px;
    margin: 0 auto;
  }
  #logo_intro #logo_prod {
    max-width: 100%;
    display: block;
  }
  #logo_intro #intro_prod {
    text-align: left;
    padding: 0 0 0 10px;
    font-size: 2em;
  }
  /** LOGO / INTRO **/
  /** HAUT **/
  #haut_produit {
    background: linear-gradient(90deg, #253541 0%, #253541 87%, #ffffff 87%, #ffffff 100%);
  }
  #haut_produit #gauche_hp {
    padding: 0 60% 0 0;
    min-height: 775px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #haut_produit #droite_hp img {
    position: absolute;
    top: -180px;
    left: 37%;
  }
  #haut_produit #avantages_prod {
    margin-top: 40px;
  }
  #haut_produit #avantages_prod .un_avantage {
    margin-bottom: 30px;
  }
  #haut_produit #avantages_prod .un_avantage .picto {
    width: 75px;
  }
  #haut_produit #avantages_prod .un_avantage .titre {
    padding: 0 0 0 30px;
    font-size: 1.5em;
  }
  #haut_produit #dl_fiche_prod {
    min-width: 350px;
  }
  /** END HAUT **/
  /** RENSEIGNEMENTS **/
  #renseignements_prod {
    padding: 120px 20px 80px 20px;
  }
  #conteneur_rp {
    display: flex;
    align-items: center;
  }
  #conteneur_rp #gauche_rp {
    min-height: 460px;
    width: 430px;
  }
  #conteneur_rp #gauche_rp:before {
    width: 430px;
    height: 430px;
    left: 0;
    top: 0;
    transform: translate(0, 0);
  }
  #conteneur_rp #gauche_rp #visuel_rens {
    max-width: 85%;
    margin: 0;
    position: absolute;
    right: -60px;
    top: 10px;
  }
  #conteneur_rp #gauche_rp #titre_rp {
    position: absolute;
    bottom: 140px;
    left: -30px;
    font-size: 2.25em;
  }
  #conteneur_rp #gauche_rp #contact_r {
    bottom: 25px;
    left: 100px;
    transform: translate(0, 0);
    font-size: 1.6em;
  }
  #conteneur_rp #droite_rp {
    margin-top: 0;
    flex: 1;
    padding: 0 0 0 230px;
  }
  /** END RENSEIGNEMENTS **/
  /** CARACTERISTIQUES **/
  #titre_caracp {
    text-align: left;
    margin-bottom: 20px;
  }
  #titre_caracp span {
    font-size: 2.65em;
    background-size: 70px 42px;
    padding-left: 90px;
  }
  #carac_prod {
    text-align: center;
    padding: 80px 15px 70px 15px;
  }
  #carac_prod img {
    margin: 0 auto;
  }
  #carac_prod #photo_prodc {
    max-width: 1470px;
    margin: 0 auto;
  }
  #carac_prod #legende_prod .une_carac .plus {
    width: 50px;
    height: 50px;
    font-size: 45px;
    padding-bottom: 5px;
    border: 1px solid #fff;
  }
  #carac_prod #legende_prod .une_carac .plus:after {
    content: "";
    display: inline-block;
    background-color: transparent;
    position: absolute;
    transition: background-color 0.25s;
    width: 10px;
    height: 185px;
    top: 49px;
    cursor: auto;
    visibility: hidden;
  }
  #carac_prod #legende_prod .une_carac .plus span:nth-of-type(1) {
    width: 4px;
    height: 28px;
    top: 11px;
    left: 23px;
  }
  #carac_prod #legende_prod .une_carac .plus span:nth-of-type(2) {
    height: 4px;
    width: 28px;
    top: 23px;
    left: 11px;
  }
  #carac_prod #legende_prod .une_carac .plus.deroule:after {
    background-color: #E36844;
    visibility: visible;
  }
  #carac_prod #legende_prod .une_carac .plus.deroule + .contenu_carac {
    border-color: #E36844;
  }
  #carac_prod #legende_prod .une_carac .plus.deroule + .contenu_carac:before,
  #carac_prod #legende_prod .une_carac .plus.deroule + .contenu_carac:after {
    background-color: #E36844;
  }
  #carac_prod #legende_prod .une_carac .plus .content_plus {
    width: 50px;
    height: 50px;
    position: relative;
    top: 3px;
    left: -1px;
  }
  #carac_prod #legende_prod .une_carac .contenu_carac {
    transform: translate(0%, -50%);
    top: 50%;
    left: 100px;
    border-width: 10px 10px 10px 0px;
    border-color: transparent;
    transition: border-color 0.25s;
  }
  #carac_prod #legende_prod .une_carac .contenu_carac:before,
  #carac_prod #legende_prod .une_carac .contenu_carac:after {
    content: "";
    display: inline-block;
    background-color: transparent;
    position: absolute;
    transition: background-color 0.25s;
  }
  #carac_prod #legende_prod .une_carac .contenu_carac:before {
    width: 150px;
    height: 10px;
    bottom: -10px;
    left: -80px;
  }
  #carac_prod #legende_prod .une_carac .contenu_carac:after {
    width: 10px;
    height: 280px;
    top: -10px;
    left: -10px;
  }
  #carac_prod #legende_prod .une_carac .contenu_carac .titre {
    font-size: 1.5em;
    padding: 15px 15px;
  }
  #carac_prod #legende_prod .une_carac.right .contenu_carac {
    left: auto;
    right: 50px;
    border-width: 10px 0px 10px 10px;
  }
  #carac_prod #legende_prod .une_carac.right .contenu_carac:before {
    left: auto;
    right: -80px;
  }
  #carac_prod #legende_prod .une_carac.right .contenu_carac:after {
    left: auto;
    right: -10px;
  }
  /** END CARACTERISTIQUES **/
  /** SAVOIR PLUS **/
  #savoir_plus {
    max-width: 1440px;
    margin: -50px auto 0 auto;
    padding-bottom: 80px;
  }
  #savoir_plus #conteneur_sp {
    margin: 0 auto 0 auto;
    max-width: 1460px;
    width: 90%;
    border-radius: 35px;
    padding: 50px 20px 50px 20px;
  }
  #savoir_plus .nav-wrap {
    width: 90%;
  }
  #savoir_plus .nav-wrap .acnav__link,
  #savoir_plus .nav-wrap .acnav__label {
    font-size: 35px;
    padding: 20px 40px 20px 10px;
  }
  .has-children > .acnav__label .picto::before {
    font-size: 20px;
  }
  .acnav .acnav__list--level2 {
    margin: 0 50px;
  }
  .acnav li.has-children .contenu_visuel {
    flex-direction: row-reverse;
    align-items: center;
    padding: 10px 10px 35px 10px;
  }
  .acnav li.has-children .contenu_visuel .visuel {
    max-width: 30%;
    margin: 0 0 0 50px;
  }
  .acnav li.has-children .contenu_visuel .txt {
    flex: 1;
    margin: 0;
  }
  #filtre_elements {
    flex-direction: row;
    margin: 35px auto 35px auto;
  }
  #filtre_elements .un_element {
    margin: 0 20px 15px 20px;
    cursor: pointer;
  }
  #filtre_elements .un_element .titre_elem {
    font-size: 30px;
  }
  /** END SAVOIR PLUS **/
  /** GALERIE **/
  #titre_gal {
    padding: 45px 80px;
    max-width: 1540px;
    margin: 0 auto;
  }
  #titre_gal span {
    justify-content: flex-start;
    font-size: 42px;
  }
  #titre_gal span:before {
    width: 91px;
    height: 56px;
    background-size: 91px 56px;
    margin-right: 25px;
  }
  #galerie_prod {
    max-width: 1210px;
    padding: 0 20px;
    margin: 30px auto;
  }
  #galerie_prod .owl-controls .owl-dots {
    bottom: 15px;
  }
  #galerie_prod .owl-controls .owl-dots .owl-dot span {
    width: 25px;
    height: 25px;
    margin: 0 5px;
  }
  /** END GALERIE **/
}
