/*****************************************************************************/
/******************************* GENERAL  ************************************/
/*****************************************************************************/
* {
  box-sizing: border-box;
  padding: 0;
}

html {
  font-size: 15px;
}

body {
  font-weight: 400;
  background-color: #EFEEEB;
  font-size: 15px;
  overflow-x: hidden;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased; /* sur Safari/Chrome (webkit) */
 -moz-osx-font-smoothing: grayscale;   /* sur Firefox Mac */
 text-rendering: optimizeLegibility;   /* un indice pour le navigateur */
}


/* Utilitaires */
.white       { color: #FFF !important; }
.upper       { text-transform: uppercase !important; }
.lower       { text-transform:lowercase !important; }
.lowercase-except-first { text-transform: lowercase !important;}
.lowercase-except-first::first-letter { text-transform: uppercase !important;}
.black   { font-weight: 900 !important; }
.bold   { font-weight: 700 !important; }
.medium     { font-weight: 500 !important; }
.semi-bold   { font-weight: 600 !important; }
.regular     { font-weight: 400 !important; }
.light { font-weight: 300 !important; }
.ultra-light { font-weight: 200 !important; }


.pd-left-5em { padding-left: 5em; }
.pd-right-5em { padding-right: 5em; }
.pd-top-5em { padding-top: 5em; }
.pd-bottom-5em { padding-bottom: 5em; }
.pd-1prc { padding: 1%; }
.pd-5prc { padding: 5%; }
.br-10 { border-radius: 10px; }

/* Lissage des polices */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Gestion des marges */
.no-vmarge {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.no-vpad {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.et-db #et-boc .et-l .vpad {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}
.et-db #et-boc .et-l .vmarge {
  margin-top: 4em !important;
  margin-bottom: 4em !important;
}
.center {
  text-align: center;
}

/*****************************************************************************/
/************************* STRUCTURE DIVI  ***********************************/
/*****************************************************************************/
#page-container #et-boc #et-main-area {
  position: relative;
}


#page-container #et-boc #et-main-area #main-content {
  background-color: #EFEEEB;
}

/* Sections */
.et-db #et-boc .et-l .et_pb_section {
  background-color: inherit;
}
.et-db #et-boc .et-l .et_builder_inner_content .et_pb_section.full_largeur:last-child {
  margin: 50px 0 0;
}


@media (min-width: 981px) {
  .et-db #et-boc .et-l .et_pb_section {
    padding: 50px 0;
  }
  .et-db #et-boc .et-l .et_pb_fullwidth_section {
    padding: 0;
  }
}
@media (max-width: 980px) {
  .et-db #et-boc .et-l .et_pb_section {
    margin: 0.5rem 0;
    padding: 0;
  }
}
@media (max-width: 425px) {
  .et-db #et-boc .et-l .et_pb_section {
    margin: 35px 0;
  }
}

/* Rows */
#page-container .et_pb_row,
.single #et-boc .et-l .et_pb_row {
  max-width: 1366px;
  width: 80%;
  margin: 0 auto;
}
#page-container .et_pb_row:has(.liste-produit,.liste-option,.liste-blog,.liste-realisation) {
  padding-top: 0;
}
#page-container .et_pb_row:has(.liste-produit) {
    padding-bottom: 0;
}


.et-db #et-boc .et-l:not(.et-l--header) .et_pb_fullwidth_section>.et_pb_module:not(.et_pb_post_content):not(.et_pb_fullwidth_post_content) .et_pb_row {
  padding: 10px 0 !important;
}

@media (max-width: 1280px) {
  #page-container .et_pb_row,
  .single #et-boc .et-l .et_pb_row {
    width: 90%;
  }
}
@media (max-width: 980px) {
  #page-container .et_pb_row,
  .single #et-boc .et-l .et_pb_row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}


/*****************************************************************************/
/******************************* TITRES  *************************************/
/*****************************************************************************/
/* Global titres */
.et-db #page-container #et-boc .et-l h1,
.et-db #page-container #et-boc .et-l h2,
.et-db #page-container #et-boc .et-l h3,
.et-db #page-container #et-boc .et-l h4,
.et-db #page-container #et-boc .et-l h1 a,
.et-db #page-container #et-boc .et-l h2 a,
.et-db #page-container #et-boc .et-l h3 a,
.et-db #page-container #et-boc .et-l h4 a {
  color: #161616;
}


.et-db #page-container #et-boc .et-l span.retour-ligne { display: block; }

/* H1 */

.et-db #page-container #et-boc .et-l h1  {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
  margin-bottom: 10px;
}

.et-db #page-container #et-boc .et-l h1 span:not(.retour-ligne) {
  font-weight: 500;
}

@media(max-width: 1580px){ .et-db #page-container #et-boc .et-l h1 { font-size: 2.45rem; } }
@media(max-width: 768px){ .et-db #page-container #et-boc .et-l h1 { font-size: 2.3rem !important; } }
@media(max-width: 520px){ .et-db #page-container #et-boc .et-l h1 { font-size: 2.15rem !important; } }
@media(max-width: 375px){ .et-db #page-container #et-boc .et-l h1 { font-size: 2rem !important; } }

/* banner hero */
.et-db #page-container #et-boc .et-l .banner-hero h1 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  width: 70%;
  color: #fff;
}
.et-db #page-container #et-boc .et-l .banner-hero h1::before {
  content: "";
  position: absolute;
  left: -0.375em;
  top: 0;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background-color: #FCC400;
  display: block;
  z-index: -1;
}
  @media(max-width: 1024px){
    .et-db #page-container #et-boc .et-l .banner-hero h1 {
      width: 100%;
    }
  }



/* H2 */
.et-db #page-container #et-boc .et-l h2,
.et-db #page-container #et-boc .et-l h3.et_pb_module_header {
  font-size: 2.2rem;
  line-height: 1.3;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.0175em;
  margin-bottom: 0.5em;
}

.et-db #page-container #et-boc .et-l h2::before {
  content: "";
  position: absolute;
  width: 1.15em;
  height: 0.65em;
  rotate: 270deg;
  background-color: #FCC400;
  border-top: #161616;
  border-radius: 0 0 1.625em 1.625em;
  top: 11px;
  left: -50px;
}

.et-db #page-container #et-boc .et-l h2 span:not(.retour-ligne) {
  font-weight: 400;
}

.et-db #page-container #et-boc .et-l .entete h2 {
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 0;
}
.et-db #page-container #et-boc .et-l .entete h2 span {
  display: block;
  font-size: 0.9em;
}

.et-db #page-container #et-boc .et-l .section-demi-seo h2::before,
.et-db #page-container #et-boc .et-l .section-demi h2::before,
.et-db #page-container #et-boc .et-l .entete-fp h2::before,
.et-db #page-container #et-boc .et-l h2.nobefore::before,
.et-db #page-container #et-boc .et-l .entete h2::before {
  display: none;
}


@media(max-width: 1580px){ .et-db #page-container #et-boc .et-l h2 { font-size: 2.10rem; } }
@media(max-width: 980px){
  .et-db #page-container #et-boc .et-l h2:not(h2.nobefore, .entete h2, .section-demi-seo h2) {
    padding-left: 40px; }
  .et-db #page-container #et-boc .et-l h2::before {
    left: -7px; }
  .et-db #page-container #et-boc .et-l h2.center {
    text-align: left;
    padding-left: 1rem; }
}
@media(max-width: 520px){ .et-db #page-container #et-boc .et-l h2 { font-size: 1.85rem; } }
@media(max-width: 425px){
  .et-db #page-container #et-boc .et-l h2:not(h2.nobefore, .entete h2) {
    padding-left: 0; }
  .et-db #page-container #et-boc .et-l h2::before {
    display: none; }

}
@media(max-width: 375px){ .et-db #page-container #et-boc .et-l h2 { font-size: 1.7rem; } }

/* H3 */
.et-db #page-container #et-boc .et-l h3 {
  font-size: 1.9rem;
  position: relative;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 1rem;
}
.et-db #page-container #et-boc .et-l h3 span { font-weight: 600; }
.et-db #page-container #et-boc .et-l h3.barre::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -13px;
  left: 0;
  background-color: #FCC400;
  height: 3px;
  width: 92px;
}
@media(max-width: 1580px){ .et-db #page-container #et-boc .et-l h3 { font-size: 1.75rem; } }
@media(max-width: 520px){
  .et-db #page-container #et-boc .et-l h3 { font-size: 1.55rem; }
  .et-db #page-container #et-boc .et-l h3.et_pb_module_header { font-size: 1.8rem; }
}
@media(max-width: 375px){ .et-db #page-container #et-boc .et-l h3 { font-size: 1.45rem; } }

/* H4 */
.et-db #page-container #et-boc .et-l h4 {
  font-size: 1.55rem;
  line-height: 1.3;
}

@media(max-width: 520px) { .et-db #page-container #et-boc .et-l h4 { font-size: 1.45rem; } }
@media(max-width: 375px) {  .et-db #page-container #et-boc .et-l h4 { font-size: 1.3rem; } }


/* sous titre */

.et-db #page-container #et-boc .et-l h2.sous-titre,
.et-db #page-container #et-boc .et-l h3.sous-titre {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
}

.et_pb_text_inner h2+p.sous-titre,
.et_pb_text_inner h3+p.sous-titre {
  font-size: 1.5rem;
  line-height: 1.3;
}


@media(max-width: 520px){
  .et_pb_text_inner h2+p.sous-titre,
  .et_pb_text_inner h3+p.sous-titre { font-size: 1.35rem; line-height: 1.5;}
}


/*****************************************************************************/
/********************** PARAGRAPHE + UL  *************************************/
p, ul, li {
  color: #161616;
  padding-right: 2%;
}

.et-l:not(.et-l--header) ul {
  padding: 0 0 16px 0 !important;
}

.et-l:not(.et-l--header) ul li {
  font-size: 1.05rem;
  position: relative;
  padding-left: 1.25em;
  list-style: none;
  line-height: 1.6;
  padding-bottom: 12px;
}
.et-l:not(.et-l--header) ul li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #FCC400;
  border-radius: 50%;
  top: 0.55em;
  left: 0;
}
nav ul li::before { display: none; }

.et_pb_text p:not(.has-background):last-of-type { padding-bottom: 16px; }
.et_pb_text_inner p+h2,
.et_pb_text_inner p+h3,
.et_pb_text_inner p+h4,
.et_pb_text_inner ul+h2,
.et_pb_text_inner ul+h3,
.et_pb_text_inner ul+h4 { margin-top: 16px; }
.et_pb_text_inner p { padding-bottom: 16px; }

/* big ul */


.big-li ul li {
    font-size: 1.15rem !important;
    font-weight: 500;
}


/*****************************************************************************/
/***************************** BOUTONS  **************************************/



/**** General ****/
.et-db #page-container #et-boc .et-l a.et_pb_button {
  line-height: 0.34px;
  color:#161616;
  background-color: #FCC400;
  border: none;
  padding: 0.75em 2.2em 0.7em 2em;
  height: 2.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1rem !important;
  letter-spacing: 0.0175em;
  width: fit-content;
  display: inline-block;
  cursor: pointer;
  transition: all .1s ease;
  min-width: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  height: 45px !important;
  transition: 0.1s !important;
  border: none;
}

.et-db #page-container #et-boc .et-l a.et_pb_button::after {
  font-size: 22px;
  line-height: 1em;
  content: "\45";
  font-family: 'FontAwesome','ETmodules' !important;
  opacity: 1;
  position: relative;
  top: 55%;
  transform: translateY(-50%);
  margin-left: 16px;
  margin-right: -16px;
  -webkit-transition: all .2s;
  text-transform: none;
  -webkit-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  transition: 0.01s !important;
}

.et-db #page-container #et-boc .et-l a.et_pb_button:hover,
.et-db #page-container #et-boc .et-l a.et_pb_button.icone:hover {
  background-color: #161616;
  color: #fff;
}

.et-db #page-container #et-boc .et-l a.et_pb_button:hover,
.et-db #page-container #et-boc .et-l a.et_pb_button.icone:hover {
  background-color: #161616;
  color: #fff;
}

body.et-db:has(.et_pb_section.banner-hero) #page-container #et-boc .et-l .banner-hero a.et_pb_button:hover,
body.et-db:has(.et_pb_section.banner-hero) .et-db #page-container #et-boc .et-l .banner-hero a.et_pb_button.icone:hover {
  background-color: #fff;
  color: #161616;
}

/**** Style inverse ************/

.et-db #page-container #et-boc .et-l a.et_pb_button.inverse {
  background-color: #161616;
  color : #fff;
}

.et-db #page-container #et-boc .et-l a.et_pb_button.inverse::before {
  color : #fff;
}

.et-db #page-container #et-boc .et-l a.et_pb_button.inverse:hover,
.et-db #page-container #et-boc .et-l a.et_pb_button.inverse.icone:hover {
  background-color: #FCC400;
  color: #161616;
}

.et-db #page-container #et-boc .et-l a.et_pb_button.inverse:hover::before,
.et-db #page-container #et-boc .et-l a.et_pb_button.inverse.icone:hover::before {
  color: #161616;
}


/** Bouton section-demi -- En savoir plus **/

.et-db #page-container #et-boc .et-l a.btn-bulle.et_pb_button {
  font-size: 1rem;
  font-weight: 500;
  color: black;
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
  transition: color 0.3s ease-in-out;
  background-color: unset;
  padding: 0.75rem 2rem 0.75rem 1rem;
}

/* Cercle jaune */
.et-db #page-container #et-boc .et-l a.btn-bulle.et_pb_button::before {
    content: ""!important;
    width: 30px; /* Taille du rond */
    height: 30px;
    background-color: #FCC400; /* Jaune */
    border-radius: 50px;
    position: absolute;
    left: 30px;
    top: 48%;
    transform: translateY(-50%);
    z-index: -1;
    transition: all .4s;
    display: block;
    opacity: 1;
}


/* Flèche à droite */
.et-db #page-container #et-boc .et-l a.btn-bulle.et_pb_button::after {
    font-size: 20px;
    margin-left: 16px;
    margin-right: -16px;
    position: relative;
    content: "\24";
}

/* Effet hover */

.et-db #page-container #et-boc .et-l a.btn-bulle.et_pb_button:hover::before {
  width: 100%;
  height: 40px;
}


/**** Bouton sans fleche *****/

.et-db #page-container #et-boc .et-l a.et_pb_button.without::after {
  display: none !important;
}

.et-db #page-container #et-boc .et-l a.et_pb_button.without {
  padding: 0.75em 2em 0.7em 2em;
}


/**** Icone gauche ****/

.et-db #page-container #et-boc .et-l a.et_pb_button.icone {
  padding: 0.75em 2em 0.7em 3.5em !important;
}

.et-db #page-container #et-boc .et-l a.et_pb_button.icone::before {
  content: attr(data-icon);
  font-family: 'FontAwesome','ETmodules' !important;
  line-height: 1.7rem;
  opacity: 1;
  right: auto;
  display: inline-block;
  font-weight: 900!important;
  transition: 0.2s !important;
  font-size: 1rem !important;
  left: 42px;
}

/** cta **/
.et-db #page-container #et-boc .et-l a.et_pb_button.tel::before {
  content: '\e090';
  font-family: 'ETmodules' !important;
}

.et-db #page-container #et-boc .et-l a.et_pb_button.mail::before {
  content: '\e076';
  font-family: 'ETmodules' !important;
}

/* no-bg */
.et-db #page-container #et-boc .et-l a.et_pb_button.no-bg {
  padding: 11px 16px 11px 43px !important;
  background-color: transparent;
  color: #161616 !important;
}
.et-db #page-container #et-boc .et-l a.et_pb_button.no-bg:hover {
  background-color: transparent;
  color: #FCC400 !important;
}

.et-db #page-container #et-boc .et-l a.et_pb_button.no-bg::before {
  display: block;
  color: #161616;
  background-color: #FCC400;
  border-radius: 50%;
  padding: 9px;
  opacity: 1;
  left: 15px;
  font-weight: 900 !important;
  transition: 0.2s !important;
  font-size: 1rem !important;
}

.et-db #page-container #et-boc .et-l a.et_pb_button.no-bg::after {
  content: none;
  display: none;
}

/**** White ****/
.et-db #page-container #et-boc .et-l a.et_pb_button.white {
  background-color: #fff;
  color: #161616 !important;
}

.et-db #page-container #et-boc .et-l a.et_pb_button.white:hover {
  background-color: #FCC400;
  color: #161616;
}

.et-db #page-container #et-boc .et-l a.et_pb_button.no-bg.white {
  background-color: transparent;
  color: #fff !important;
}

.et-db #page-container #et-boc .et-l a.et_pb_button.no-bg.white:hover {
  background-color: transparent !important;
  color: #FCC400 !important;
}

/**** border-black ****/

.et-db #page-container #et-boc .et-l a.et_pb_button.border-black {
  border: 1px solid #161616;
}

.et-db #page-container #et-boc .et-l a.et_pb_button.border-black:hover {
  background-color: #FCC400;
  color: #161616;
  border: 1px solid #FCC400;
}


@media(max-width: 425px){

  .et-db #page-container #et-boc .et-l .et_pb_button_module_wrapper {
    width: 100% !important;
  }

  .et-db #page-container #et-boc .et-l a.et_pb_button {
    width: 100%;
  }
}


/*****************************************************************************/
/*************************** BACKGROUND COLOR  *******************************/
.et-db #page-container #et-boc .bg-noir { background-color: #161616 !important; }
/***** BG-NOIR-2 pour typo jaune - Mikael Le Rest - 10 avril 2025 *****/
.et-db #page-container #et-boc .bg-noir-2 { background-color: #161616 !important; }
.et-db #page-container #et-boc .bg-gris { background-color: #6d7680 !important; }
.et-db #page-container #et-boc .bg-blanc { background-color: #FFF !important; }
.et-db #page-container #et-boc .bg-jaune { background-color: #FCC400 !important;}


.et-db #page-container #et-boc .et_pb_section.bg-noir,
/***** BG-NOIR-2 pour typo jaune *****/
.et-db #page-container #et-boc .et_pb_section.bg-noir-2,
.et-db #page-container #et-boc .et_pb_section.bg-gris,
.et-db #page-container #et-boc .et_pb_section.bg-blanc,
.et-db #page-container #et-boc .et_pb_section.bg-jaune {
  margin: 0 !important;
  padding: 50px 0;
  background-position: center top;
}

.et-db #page-container #et-boc .et_pb_row.bg-noir::before,
/***** BG-NOIR-2 pour typo jaune *****/
.et-db #page-container #et-boc .et_pb_row.bg-noir-2::before,
.et-db #page-container #et-boc .et_pb_row.bg-gris::before,
.et-db #page-container #et-boc .et_pb_row.bg-blanc::before,
.et-db #page-container #et-boc .et_pb_row.bg-jaune::before {
  content: " ";
  position: absolute;
  top: -5%;
  left: -5%;
  right: -5%;
  bottom: -5%;
}

.et-db #page-container #et-boc .bg-noir p,
.et-db #page-container #et-boc .bg-noir h2,
.et-db #page-container #et-boc .bg-noir h3  {
  color: #fff !important;
}

/***** BG-NOIR-2 pour typo jaune *****/
.et-db #page-container #et-boc .bg-noir-2 p,
.et-db #page-container #et-boc .bg-noir-2 h2,
.et-db #page-container #et-boc .bg-noir-2 h3  {
  color: #fcc400 !important;
}


.et-db #page-container #et-boc .et_pb_row.bg-blanc::before {
  background-color: #fff;
  border-radius: 0 15px 15px 15px;
}


/*****************************************************************************/
/***************************** BREADCRUMB  *************************************/

/***** Masquer les styles breadcrumb sur la page d'accueil "actualites" **** Mikael Le Rest 10 avril 2025****/
body.page-id-159 #section-breadcrumbs,
body.page-id-101 #section-breadcrumbs * {
    all: unset;
    display: none !important;
}

/* au global */

.et-db #page-container #et-boc #section-breadcrumbs .et_pb_row span {
  color: #fcc400 !important;
  font-size: 14px;
  text-transform: initial;
  font-weight: 400;
  display: inline;
}
.et-db #page-container #et-boc #section-breadcrumbs .et_pb_row span span {
  margin-right: 5px !important;
  margin-left: 5px !important;
  color: #161616 !important;
}
.et-db #page-container #et-boc #section-breadcrumbs .et_pb_row span span:first-child {
  margin-left: 0 !important;
}

/*sur les pages*/

#section-breadcrumbs:has(+ div#main-content) {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  background-color: transparent;
  padding: 35px 0 0 0;
}

#section-breadcrumbs:has(+ div#main-content) .et_pb_row {
  padding: 0;
}

#section-breadcrumbs:has(+ div#main-content .section_Banner.contact),
#section-breadcrumbs:has(+ div#main-content .banner-hero) {
  z-index: 1;
  padding: 35px 0 0 0;
}

#section-breadcrumbs:has(+ div#main-content .banner-hero) {
  top: 6rem;
}

#section-breadcrumbs:has(+ div#main-content .section_Banner.contact) {
  background-color: transparent;
  top: 10rem;
}

header:has(.mobile_nav.opened)+#et-main-area #section-breadcrumbs,
header:has(#sy_header.sticky)+#et-main-area #section-breadcrumbs,
header:has(li.sub-levelMenu.et-hover)+#et-main-area #section-breadcrumbs {
  z-index: 2 !important;
}

@media(max-width: 980px) {
  #section-breadcrumbs:has(+ div#main-content .section_Banner.contact),
  #section-breadcrumbs:has(+ div#main-content .banner-hero.image) {
    top: 7rem;
  }
  #section-breadcrumbs:has(+ div#main-content .entete-img) {
    padding-top: 15px;
  }
}

@media(max-width: 500px){
  #section-breadcrumbs{
    display: none;
  }
}
@media(max-width: 425px) {
  #section-breadcrumbs:has(+ div#main-content) .et_pb_row {
    width: 90%;
  }
}

/*sur les posts*/

.et_pb_code:has(#section-breadcrumbs) {
  margin-bottom: 0 !important;
}

#section-breadcrumbs:not(:has(+ div#main-content)),
#section-breadcrumbs:not(:has(+ div#main-content)) .et_pb_row  {
  padding: 10px 0 0 0 !important;
  margin: 0 !important;
}





/*****************************************************************************/
/****************************** FIN DU CODE **********************************/
