@font-face {
  font-family: "logo";
  src: url("/webfonts/Ramasuri.ttf") format("truetype");
}
.logotxt {
  vertical-align:middle;
  font-family: "logo",arial,sans-serif;
  font-size: 66px;
}
.shadow{
  text-shadow: 0 0 10px #000;
}
/* =================================================
Global
================================================= */
html{
  scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #0d0d0d;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

/* Absolute Center of the page */
.centerabsolute {
  width: 99%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
 /* border: 1px solid blue; */
}

/* =================================================
Typography
================================================= */
h1 {
    font-size: 45px;
    color: rgb(0, 0, 0);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: bold;
  }
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    color: #000;
    font-weight: 400;
  }
  h2 {
    font-size: 33px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: bold;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  p {
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.4em;
  }
  
.slim {
  font-weight: 200;
}

a { 
  color: #3e7ab3;
  text-decoration: none;
}


@media screen and (max-width: 950px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 600px) {
  .logotxt {
    font-size: 46px;
  }
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 28px;
  }
}

input:valid {
  color: black;
}
input:invalid {
  color: DarkRed;
}
input {
  background: GhostWhite;
}
input {
  background-color: rgb(247, 242, 235);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  border: 1px solid rgba(179, 175, 175, 0.267);
  margin-top: 10px;
  margin-bottom: 10px;
}
textarea {
  background-color: rgb(247, 242, 235);
  width: 400px;
  max-width: 100%; /* FIX MOBILE : ne jamais dépasser l'écran */
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  border: 1px solid rgb(224, 224, 224);
  border-radius: 0 10px 0 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
select {
  padding: 10px;
}
.selection {
  display: inline-block;
  color:#196b25;
  margin:10px;
  padding: 20px;
  width: 200px;
  box-shadow: 0px 0px 10px rgb(61, 85, 47);
  border-radius: 20px;
  transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
}

.unselection {
  display: inline-block;
  color: rgb(107, 107, 107);
  margin:10px;
  padding: 20px;
  box-shadow: 0px 0px 2px rgb(63, 46, 80);
  border-radius: 5px;
  transition: all .4s linear;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


.input_quantity {
  display:inline-block;
  margin: 0px;
}
.input_quantity div {
  display:inline-block
}

.input_quantity div.action_item {
  width:40px; padding:10px; background-color:transparent;
}
.input_quantity input[type=number] {
  width:50px;
  padding:10px;
  text-align:center;
  font-size:20px;
  background-color:grey;
}



.input_quantity input[type=number] { 
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0; 
}

.input_quantity input[type=number]::-webkit-inner-spin-button,
.input_quantity input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

.form_devis {
  display:inline-block; 
  margin-left:5px;
  margin-right:5px;
}
.form_devis > input {
  width: 160px;
}

@media screen and (max-width: 600px) {
  .form_devis {
    width: 100%;
    margin-left:0px;
    margin-right:0px;
  }
  .form_devis > input {
    width: 90%;
    margin-left:0;
    margin-right:0;  }
}

/* =================================================
Separation
================================================= */
.BoxShadow{
    box-shadow: 1px 1px 6px 1px rgb(0, 0, 0);
    -moz-box-shadow: 1px 1px 6px 1px rgb(0, 0, 0);
    -webkit-box-shadow: 1px 1px 6px 1px rgb(0, 0, 0);
    -o-box-shadow: 1px 1px 6px 1px rgb(0, 0, 0);
    -khtml-box-shadow: 1px 1px 6px 1px rgb(0, 0, 0);
}
.TextShadow {
    text-shadow: 0px 2px 3px #000;
}
.sep {
    max-width: 160px;
    border: 3px solid #0d0d0d;
    border-radius: 15px;
    margin-top: 40px;
    margin-bottom: 40px;
    box-shadow: 2px 2px 6px 1px rgb(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 6px 1px rgb(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 2px 6px 1px rgb(0, 0, 0, 0.5);
    -o-box-shadow: 2px 2px 6px 1px rgb(0, 0, 0, 0.3);
    -khtml-box-shadow: 2px 2px 6px 1px rgb(0, 0, 0, 0.5);
}
.sep-blue {
    border: 3px solid #0d1ea1;
}
.sep-green {
    border: 3px solid #0da123;
}
.sep-yellow {
    border: 3px solid #d0df09;
}
.sep-pink {
    border: 3px solid #c70dd8;
}
.sep-rose {
  border: 3px solid #bf63c7;
}
.sep-purple {
    border: 3px solid #5d0792;
}
.sep-red {
    border: 3px solid #d80d0d;
}
.sep-orange {
    border: 3px solid #d86f0d;
}
.sep-white {
  border: 3px solid #ffffff;
}
.sep-end {
    max-width: 80px;
    border: 2px solid #0d0d0d;
    margin-top: 40px;
}
.light-sep {
    max-width: 80px;
    border: 2px solid #fff;
    box-shadow: 2px 2px 4px #000;
    margin-top: 40px;
    margin-bottom: 40px;
}

.a_spec {
  border: 0.5px solid rgba(194, 194, 194, 0.514);
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(53, 84, 90, 0.411);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.a_spec:hover {

  box-shadow: 0px 0px 10px rgba(53, 84, 90, 0.534);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.img_spec {
  border-radius: 10px 10px 0px 0px;
}

.sliderimg{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0px 0px 10px black;
}

.txt_grey {
  color:#8a8686;
}

/* =================================================
Div - Box
================================================= */
.div50{
  display:inline-block;
  vertical-align: top;
  width:45%;
  margin:2%;
}

.div25{
  display:inline-block;
  vertical-align: top;
  width:20%;
  margin: 2%;
}
.div25 h3, .div50 h3  {
  font-size: 18px;
}
.div25 p, .div50 p  {
  color:#8a8686;
  padding: 10px;
}

@media screen and (max-width: 900px) {
  .div50{
    width:90%;
    margin:2%
  }
  .div25{
    width:80%;
    margin: 2%;
    margin-top: 5%;
  }
}


.darkdiv{
    margin-top: -5px;
    padding: 0;
    background-color: rgb(48, 41, 41);
}

.darkdiv h2 {
    color: gainsboro;
}
.darkdiv h3 {
    color: gainsboro;
}
.darkdiv h4 {
    color: gainsboro;
}
.darkdiv p {
    color: gainsboro;
}
.darkdiv a {
    text-decoration: none;
    color: #9733d4;
}

.container{
    width: 70%;
    text-align: center;

    margin-right:auto;
    margin-left:auto;
}

@media screen and (max-width: 800px) {
  .container{
    width: 80%;
 }
}


.containerFull{
  width: 100%;
  text-align: center;
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto;
}

.banner{
    width: 100%;
    height: auto;
    clear: both;
}
.iimg {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.iimg-small {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.hero-text {
  text-align: center;
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index:100;
}




.justify{
    text-align: justify;
}

.White{
    color: white;
    text-shadow: 1px 1px 5px #000;
}

.Horizontal{
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display:flex;
  flex-wrap:wrap;
  margin-top:calc(var(--bs-gutter-y) * -1);
  margin-right:calc(var(--bs-gutter-x)/ -2);
  margin-left:calc(var(--bs-gutter-x)/ -2)
}


.img-responsive{
  width: 100%;
}

/* =================================================
Boutons
================================================= */
.btn-dark,
.btn-light,
.btn-transparent {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  /* FIX MOBILE : sous 500px, buttons.css passe .btn en width:100%.
     Sans box-sizing:border-box, le padding 15px 30px + la bordure 3px
     s'AJOUTAIENT à cette largeur (100% + 66px) et le bouton débordait
     de l'écran (ex. bouton "Plus d'info / FAQ" de l'accueil).
     border-box fait rentrer padding et bordure dans la largeur, et
     max-width borne le bouton à son conteneur dans tous les cas. */
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal; /* autorise le retour à la ligne si le texte est long */
}

a > button.btn-light {
  color: #9733d4;
  margin: 2%;
}
a > button.btn-dark {
  color: #7a737e;
  margin: 2%;
}
.btn-transparent {
  background: transparent;
  border: 3px solid #fff;
  padding: 15px 30px;
  font-size: 14px;
  color: #fff;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
  background: #fff;
  color: #0d0d0d;
  text-decoration: none;
}

.btn-light {
  background: #fff;
  border: 3px solid #fff;
  padding: 15px 30px;
  font-size: 14px;
  color: #0d0d0d;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

.btn-dark {
  background: #fff;
  border: 2px solid #000;
  padding: 20px 30px;
  font-size: 14px;
  color: #0d0d0d;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  background: #dddddd;
  border: 2px solid #fff;
  color: #545454;
  text-decoration: none;
}

.btn-block {
  background: #24242a;
  padding: 15px 0;
  font-size: 16px;
  color: #fff;
  border: 3px solid #24242a;
}
.btn-block:hover,
.btn-block:focus,
.btn-block:active {
  background: #fff;
  color: #0d0d0d;
  text-decoration: none;
}








#Decoration{
  height: 100px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("../../img/website/sliders/home.jpg");
  overflow: hidden;
}




#HomeImg {
    height: 101vh;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url("../../img/website/sliders/home.jpg");
    overflow: hidden;
}

.backgd-color,
.backgd-eco,
.backgd-flamme,
.backgd-footer,
.backgd-fushia,
.backgd-jaune,
.backgd-bleu {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.backgd-color {
  background-image: url("../../img/website/fond-color.jpg");
  margin-top: 50px;
  margin-bottom: 50px;
}
.backgd-eco {
 background-image: url("../../img/website/faq/eco.jpg");
 margin-top: 50px;
 margin-bottom: 50px;
}
.backgd-flamme {
 background-image: url("../../img/website/faq/flamme.jpg");
 margin-top: 50px;
 margin-bottom: 50px;
}
.backgd-footer {
  background-image: url("../../img/website/footer/slide.jpg");
}

.backgd-fushia {
  background-image: url("../../img/website/sliders/Poudre-Fushia-2.jpg");
  margin-top: 50px;
  margin-bottom: 50px;
}
.backgd-jaune {
  background-image: url("../../img/website/sliders/Poudre-Jaune-2.jpg");
  margin-top: 50px;
  margin-bottom: 50px;
}
.backgd-bleu {
  background-image: url("../../img/website/sliders/Poudre-Bleu-2.jpg");
  margin-top: 50px;
  margin-bottom: 50px;
}


.faq-dark {
  box-shadow: 0px -1px 5px 2px #000;
  -moz-box-shadow: 0px -1px 5px 2px #000;
  -webkit-box-shadow: 0px -1px 5px 2px #000;
  -o-box-shadow: 0px -1px 5px 2px #000;
  -khtml-box-shadow: 0px -1px 5px 2px #000;
}
/* ============================================================
   Mode sombre — correctifs minimaux
   ------------------------------------------------------------
   Le fond de page passe en sombre (base/theme), mais les textes
   ci-dessous avaient une couleur noire codée en dur et restaient
   illisibles. On ne touche PAS aux inputs/textarea : ils gardent
   leur fond clair, donc leur texte noir reste correct. .darkdiv
   gère déjà ses propres couleurs claires.
   ============================================================ */
@media (prefers-color-scheme: dark) {
  body {
    color: #ecedf2;
  }

  h1 {
    color: #f4f5fa;
  }

  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    color: #e6e8ef;
  }

  a {
    color: #7fb3e3;
  }

  .div25 p,
  .div50 p {
    color: #a7abb8;
  }

  .unselection {
    color: #9aa2b5;
  }

  .selection {
    color: #4cc264;
  }
}

/* ============================================================
   Ajouts nettoyage structure (remplacement des styles inline)
   ============================================================ */

/* Conteneur large — remplace style="width:90%" (prioritaire sur
   la media query .container 80% grâce à la double classe). */
.container.wide {
  width: 90%;
}

/* Cible d'ancre dans les bandes .faq-dark — remplace
   div(style="height:100px"). Même hauteur que .h-100 (base.css)
   mais autonome pour ne pas dépendre du bundle core. */
.anchor-band {
  height: 100px;
}

/* Bande image 300px (charte) — remplace le style inline. */
.image-band {
  height: 300px;
  overflow: hidden;
}
.image-band img {
  width: 100%;
  height: 300px;
}

/* Swiper (index) — déplacé depuis le <style> inline du head. */
.swiper {
  width: 100%;
  padding: 40px 0;
}
.swiper-slide {
  text-align: center;
  flex-shrink: 0;
  width: 200px;
}
.swiper-slide img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
.swiper-slide p {
  margin-top: 1rem;
  font-size: 1.2rem;
}
