/*
 Theme Name:   Generatepress child
 Theme URI:    https://monsite.com
 Description:  Description de mon thème enfant
 Author:       Alex
 Author URI:   https://wpmarmite.com
 Template:     generatepress
 Version:      1.0.0
*/
/*--------------------------------------------------------------
# FEUILLES DE STYLE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# FEUILLES DE STYLE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# FONT
--------------------------------------------------------------*/
@font-face {
  font-family: Kalam;
  src: url("fonts/Kalam-Regular.woff2") format("woff2"), url("fonts/Kalam-Regular.woff") format("woff");
  font-display: swap;
}
/*--------------------------------------------------------------
# TYPOS & TAILLES
  font-size: 3rem;
}
h1 .entry-title,
h1 .elementor-heading-title {
  font-size: 3rem;
}
h2 {
  font-size: 3rem;
}
h2 .elementor-heading-title {
  font-size: 3rem;
}
h3 {
  font-size: 3rem;
}
h3 .elementor-heading-title {
  font-size: 3rem;
}
h4 {
  font-size: 2rem;
}
h4 .elementor-heading-title {
  font-size: 2rem;
}
p {
  font-size: 1.6rem;
  margin-bottom: 0;
}
p .elementor-text-editor {
  font-size: 1.6rem;
}
.elementor-text-editor {
  font-size: 1.6rem;
}
.dix-huit {
  font-size: 18px;
}
.dix-huit .elementor-heading-title,
.dix-huit .elementor-text-editor {
  font-size: 18px;
}
.vingt {
  font-size: 2rem;
}
.vingt .elementor-heading-title,
.vingt .elementor-text-editor {
  font-size: 2rem;
}
.trente {
  font-size: 3rem;
}
.trente .elementor-heading-title,
.trente .elementor-text-editor {
  font-size: 3rem;
}
.quarante {
  font-size: 4rem;
}
.quarante .elementor-heading-title,
.quarante .elementor-text-editor {
  font-size: 4rem;
}
.cinquante {
  font-size: 5rem;
}
.cinquante .elementor-heading-title,
.cinquante .elementor-text-editor {
  font-size: 5rem;
}
/*--------------------------------------------------------------
# 
--------------------------------------------------------------*/
.italic {
  font-style: italic;
}
.capital {
  text-transform: uppercase;
}
.capital .elementor-heading-title,
.capital .elementor-text-editor {
  text-transform: uppercase;
}
.minuscule {
  text-transform: lowercase;
}
.minuscule .elementor-heading-title,
.minuscule .elementor-text-editor {
  text-transform: lowercase;
}
.extra-bold {
  font-weight: 800;
}
.extra-bold .elementor-heading-title {
  font-weight: 800;
}
.bold {
  font-weight: 600;
}
.bold .elementor-heading-title,
.bold .elementor-text-editor {
  font-weight: 600;
}
.text-center {
  text-align: center;
}
/*--------------------------------------------------------------
# TITRES
--------------------------------------------------------------*/
.titre .elementor-heading-title {
  font-weight: 800;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  color: #575756;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-transform: uppercase;
  margin-bottom: 0;
}
.titre .elementor-heading-title .elementor-heading-title,
.titre .elementor-heading-title .elementor-text-editor {
  text-transform: uppercase;
}
.titre-blanc .elementor-heading-title {
  font-weight: 800;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-transform: uppercase;
}
.titre-blanc .elementor-heading-title .elementor-heading-title,
.titre-blanc .elementor-heading-title .elementor-text-editor {
  text-transform: uppercase;
}
.titre-page .elementor-heading-title {
  font-weight: 800 ;
  line-height: 1;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-transform: uppercase;
  font-size: 3rem;
  padding: 2rem;
}
.titre-page .elementor-heading-title .elementor-heading-title,
.titre-page .elementor-heading-title .elementor-text-editor {
  text-transform: uppercase;
}
.titre-orange {
  font-size: 4.5rem;
  font-weight: bold;
}
.container-form-rappele,  .hidden{
  display:none;
}
/*--------------------------------------------------------------
# RESPONSIVE
--------------------------------------------------------------*/
@media screen and (max-width: 960px) {
  /*--------------------------------------------------------------
# TYPOS & TAILLES
--------------------------------------------------------------*/
  h1 {
    font-size: 3rem/1.2;
  }
  h1 .entry-title,
  h1 .elementor-heading-title {
    font-size: 3rem/1.2;
  }
  h2 {
    font-size: 3rem;
  }
  h2 .elementor-heading-title {
    font-size: 3rem;
  }
  h3 {
    font-size: 4rem/1.2;
  }
  h3 .elementor-heading-title {
    font-size: 4rem/1.2;
  }
  .titre-page .elementor-heading-title {
    font-size: 3rem/1.2;
  }
}
/*--------------------------------------------------------------
# FEUILLES DE STYLE
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
  font-family: 'Montserrat', sans-serif;
}
@supports (-ms-ime-align:auto) {
  body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.7rem;
  }
}
/*--------------------------------------------------------------
# DECLARATIONS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# BASE
--------------------------------------------------------------*/
.clear {
  clear: both;
}
.no-margin {
  margin: 0 !important;
}
.block {
  display: block;
}
.width-100 {
  width: 100%;
}
/*-------
# FLEX
--------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.align-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*-------
# ALIGNEMENT
--------------*/
.text-left {
  text-align: left;
}
.align-center,
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*-------
# POSITION
--------------*/
.clear {
  clear: both;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
/*--------------------------------------------------------------
# MARGES
--------------------------------------------------------------*/
.marge {
  margin: 10rem;
}
.demi-marge {
  margin: 5rem;
}
.marge-t-b-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.marge-t-b-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.marge-t-b {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.marge-t {
  margin-top: 10rem;
}
.marge-b {
  margin-bottom: 10rem;
}
.marge-b-2 {
  margin-bottom: 2rem !important;
}
.marge-b-4 {
  margin-bottom: 4rem;
}
.marge-t-4 {
  margin-bottom: 4rem;
}
.marge-t-b-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.padding-3 {
  padding: 3rem;
}
.padding-t-b-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.padding-t-b-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.padding-t-3 {
  padding-top: 3rem;
}
.padding-b-3 {
  padding-bottom: 3rem;
}
.padding-t-b-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
/*--------------------------------------------------------------
# BOUTONS
--------------------------------------------------------------*/
.btn .elementor-button {
  border-radius: 0;
  font-weight: 800;
  padding: 10px 50px;
  background-color: white;
  font-size: 100%;
  display: inline-block;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}
.btn a:hover,
.btn .elementor-button:hover {
  color: white;
  background-color: #575756 !important;
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
}
a.btn-actu {
  margin: 1.5rem;
  font-weight: 800;
  padding: 8px 15px;
  margin-left: AUTO;
  text-align: center;
  background-color: #EF7D00;
  color: white;
  font-size: 80%;
  display: inline-block;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}
a.btn-actu:hover {
  color: white;
  background-color: #575756 !important;
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
}
.formulaire-express {
  text-transform: uppercase;
}
.formulaire-express .elementor-button {
  border-radius: 0;
  font-weight: 800;
  padding: 10px 50px;
  background-color: white;
  font-size: 100%;
  display: inline-block;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}
.formulaire-express a:hover,
.formulaire-express .elementor-button:hover {
  color: white;
  background-color: #575756 !important;
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
}
.formulaire-express .elementor-heading-title,
.formulaire-express .elementor-text-editor {
  text-transform: uppercase;
}
.btn-orange a.elementor-button {
  background-color: #EF7D00 !important;
}
.btn-rouge a.elementor-button {
  background-color: #E5012F !important;
}
.btn-contour {
  background: transparent;
  background-color: transparent;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
  border: solid 1px white;
  border-radius: 0;
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
  display: block;
  padding: 12px 24px;
}
.hover-orange .btn-contour:hover {
  background-color: white;
  border-color: white;
  color: #EF7D00;
}
.hover-bleu .btn-contour:hover {
  background-color: white;
  border-color: white;
  color: #008bd2;
}
.hover-vert .btn-contour:hover {
  background-color: white;
  border-color: white;
  color: #bfd248;
}
.lien-diag {
  background: transparent;
  background-color: transparent;
  color: #EF7D00;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
  border: solid 1px #EF7D00;
  border-radius: 0;
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
  padding: 12px 24px;
  display: inline-block;
  margin-top: 2rem;
}
.lien-diag:hover {
  background-color: #EF7D00;
  color: white;
}
/*--------------------------------------------------------------
# 
--------------------------------------------------------------*/
.before-gris::before {
  content: "";
  display: block;
  margin: auto;
  height: 0;
  width: 0;
  border-top: 21px solid #575756;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.before-white-left:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 0;
  margin-top: 5px;
  height: 0;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent white transparent;
}
.fond-triangle-orange {
  background-image: url(/wp-content/themes/generatepress-child/images/MINI-SITE/fond-triangle-orange.png);
  width: 100%;
  height: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.fond-ambiance-triangle {
  background-image: url(/wp-content/themes/generatepress-child/images/MINI-SITE/fond-triangle-couleur-gauche.png), url(/wp-content/themes/generatepress-child/images/MINI-SITE/fond-triangle-couleur-droite.png);
  background-position: 0 0, 100% 20%;
  background-size: 20%;
  background-repeat: no-repeat, no-repeat;
}
/*--------------------------------------------------------------
# EFFET
--------------------------------------------------------------*/
.ombre {
  -webkit-box-shadow: 0 3px 6px rgba(208, 208, 208, 0.5);
          box-shadow: 0 3px 6px rgba(208, 208, 208, 0.5);
}
.text-ombre {
  text-shadow: 0px 3px 6px #00000040;
}
/*--------------------------------------------------------------
# FLIP BOX
--------------------------------------------------------------*/
.flip-box {
  background-color: transparent;
  width: 300px;
  height: 250px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
/* Position the front and back side */
.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
}
/* Style the front side */
.flip-box-front {
  background-color: white;
  border: solid 1px #AAAAAA;
  -webkit-box-shadow: 0 3px 6px rgba(208, 208, 208, 0.5);
          box-shadow: 0 3px 6px rgba(208, 208, 208, 0.5);
  color: black;
  display: grid;
}
.flip-box-front img {
  width: 130px;
  height: auto;
  margin: auto;
}
/* Style the back side */
.flip-box-back {
  background-color: white;
  border: solid 1px #AAAAAA;
  -webkit-box-shadow: 0 3px 6px rgba(208, 208, 208, 0.5);
          box-shadow: 0 3px 6px rgba(208, 208, 208, 0.5);
  color: black;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*----------------------------
--------------------------
			!!! TEST  SLIDE 2
------------------*/
/*----------------------------
--------------------------
			!!! FIN TEST 2
------------------*/
/*--------------------------------------------------------------
# 	RESPONSIVE
--------------------------------------------------------------*/
/*RESPONSIVE 1024px */
@media screen and (max-width: 960px) {
  .btn .elementor-button {
    padding: 10px/1.2 50px/1.2;
    font-size: 80%;
  }
  /*---------------------------
# MARGES
------------------------------*/
  .marge {
    margin: 10rem/1.2;
  }
  .marge-t-b {
    margin-top: 10rem/1.2;
    margin-bottom: 10rem/1.2;
  }
  .marge-t {
    margin-top: 10rem/1.2;
  }
  .marge-b {
    margin-bottom: 10rem/1.2;
  }
  .marge-b-4 {
    margin-bottom: 4rem/1.2;
  }
  .marge-t-4 {
    margin-bottom: 4rem/1.2;
  }
  .marge-t-b-4 {
    margin-top: 4rem/1.2;
    margin-bottom: 4rem/1.2;
  }
  .padding-3 {
    padding: 3rem/1.2;
  }
  .padding-t-b-3 {
    padding-top: 3rem/1.2;
    padding-bottom: 3rem/1.2;
  }
  .padding-t-3 {
    padding-top: 3rem/1.2;
  }
  .padding-b-3 {
    padding-bottom: 3rem/1.2;
  }
}
@media screen and (max-width: 1200px) {
  .btn .elementor-button {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 450px) {
  .fond-diagnostiqueur .liens-boutons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fond-diagnostiqueur .liens-boutons .btn-jaune a {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .fond-diagnostiqueur .liens-boutons .btn-jaune a,
  .fond-diagnostiqueur .liens-boutons .btn-bleu a {
    display: block;
    text-align: center;
  }
  .btn .elementor-button {
    padding: 8px 15px;
  }
}
@media screen and (max-width: 320px) {
  .fond-rouge .elementor-button,
  .fond-orange .elementor-button {
    padding: 8px 8px;
  }
}
/*--------------------------------------------------------------
# FEUILLES DE STYLE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# HOME
--------------------------------------------------------------*/
.formulaire-express {
  padding: 3rem;
  background-color: #FCFCFC !important;
}
.formulaire-express label {
  font-size: 1.2rem !important;
  text-transform: uppercase;
  color: #008bd2;
  font-weight: 400 !important;
}
.formulaire-express label .elementor-heading-title,
.formulaire-express label .elementor-text-editor {
  text-transform: uppercase;
}
.formulaire-express li,
.formulaire-express .ginput_container {
  margin-top: 0 !important;
}
.formulaire-express #input_5_15_5_container {
  width: 100% !important;
  padding-right: 0;
  margin-bottom: 0;
}
.formulaire-express input {
  border-radius: 8px 8px 8px 8px;
}
.formulaire-express .elementor-field-group-field_0571f4a label {
  text-transform: none;
}
.formulaire-express .gform_button {
  background-color: #bfd248;
  color: white;
  border-radius: 0;
  font-weight: 800;
  padding: 10px 50px;
}
.formulaire-express .gform_footer {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.formulaire-express .petit-texte label {
  text-transform: initial;
}
/*--------------------------------------------------------------
# FORMULAIRE CONTACT
--------------------------------------------------------------*/
.formulaire-contact .elementor-button.elementor-size-md {
  background-color: #bfd248;
  border-radius: 0;
  font-weight: 800;
  padding: 10px 50px;
  font-size: 1.8rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
.formulaire-contact .elementor-button.elementor-size-md .elementor-heading-title,
.formulaire-contact .elementor-button.elementor-size-md .elementor-text-editor {
  text-transform: uppercase;
}
.formulaire-contact label #form-field-field_523370d-0 {
  font-size: 1.2rem;
}
/*--------------------------------------------------------------
# PAGE DEVIS
--------------------------------------------------------------*/
.formulaire-devis,
.formulaire-contact {
  max-width: 720px;
  margin: auto;
}
.formulaire-devis label,
.formulaire-contact label {
  font-size: 1.6rem !important;
  font-weight: 300 !important;
}
.formulaire-devis .gfield_label,
.formulaire-contact .gfield_label {
  font-size: 1.8rem;
  font-weight: 300;
}
.formulaire-devis .sous-titre-formulaire,
.formulaire-contact .sous-titre-formulaire {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 50px;
  color: #fff;
  margin-top: 50px !important;
  margin-bottom: 0!important;
}
.formulaire-devis h2,
.formulaire-contact h2 {
  font-size: 1.8em;
  margin-bottom: 0;
}
.formulaire-devis .gauche-droite-orange,
.formulaire-contact .gauche-droite-orange {
  border-left: #EF7D00 solid 1px;
  border-right: #EF7D00 solid 1px;
}
.formulaire-devis .droite-orange,
.formulaire-contact .droite-orange {
  border-right: #EF7D00 solid 1px;
}
.formulaire-devis .gauche-orange,
.formulaire-contact .gauche-orange {
  border-left: #EF7D00 solid 1px;
}
.formulaire-devis .gauche-droite-bas-orange,
.formulaire-contact .gauche-droite-bas-orange {
  border-left: #EF7D00 solid 1px;
  border-right: #EF7D00 solid 1px;
  border-bottom: solid #EF7D00 1px;
  border-radius: 0 30px;
}
.formulaire-devis .gauche-bas-orange,
.formulaire-contact .gauche-bas-orange {
  border-left: #EF7D00 solid 1px;
  border-bottom: solid #EF7D00 1px;
}
.formulaire-devis .droite-bas-orange,
.formulaire-contact .droite-bas-orange {
  border-right: #EF7D00 solid 1px;
  border-bottom: solid #EF7D00 1px;
}
.formulaire-devis .gauche-droite-rose,
.formulaire-contact .gauche-droite-rose {
  border-left: #eb5199 solid 1px;
  border-right: #eb5199 solid 1px;
}
.formulaire-devis .droite-rose,
.formulaire-contact .droite-rose {
  border-right: #eb5199 solid 1px;
}
.formulaire-devis .gauche-rose,
.formulaire-contact .gauche-rose {
  border-left: #eb5199 solid 1px;
}
.formulaire-devis .gauche-droite-bas-rose,
.formulaire-contact .gauche-droite-bas-rose {
  border-left: #eb5199 solid 1px;
  border-right: #eb5199 solid 1px;
  border-bottom: solid #eb5199 1px;
}
.formulaire-devis .gauche-droite-marron,
.formulaire-contact .gauche-droite-marron {
  border-left: #b37346 solid 1px;
  border-right: #b37346 solid 1px;
}
.formulaire-devis .droite-marron,
.formulaire-contact .droite-marron {
  border-right: #b37346 solid 1px;
}
.formulaire-devis .gauche-marron,
.formulaire-contact .gauche-marron {
  border-left: #b37346 solid 1px;
}
.formulaire-devis .gauche-droite-bas-marron,
.formulaire-contact .gauche-droite-bas-marron {
  border-left: #b37346 solid 1px;
  border-right: #b37346 solid 1px;
  border-bottom: solid #b37346 1px;
}
.formulaire-devis .gfield,
.formulaire-contact .gfield {
  padding: 15px;
}
.formulaire-devis .piece,
.formulaire-contact .piece {
  padding-bottom: 27px;
}
.formulaire-devis ul li.gfield,
.formulaire-contact ul li.gfield {
  margin-top: 0 !important;
  padding-top: 16px !important;
}
.formulaire-devis .top,
.formulaire-contact .top {
  padding-top: 15px !important;
}
.formulaire-devis .rgpd,
.formulaire-contact .rgpd {
  font-size: 1.4rem;
}
.formulaire-devis .rgpd span,
.formulaire-contact .rgpd span {
  color: red;
}
.formulaire-devis .gform_wrapper .gfield_required,
.formulaire-contact .gform_wrapper .gfield_required {
  color: red;
}
.formulaire-devis .gform_wrapper .gform_footer input.button,
.formulaire-contact .gform_wrapper .gform_footer input.button,
.formulaire-devis .gform_wrapper .gform_footer input[type="submit"],
.formulaire-contact .gform_wrapper .gform_footer input[type="submit"],
.formulaire-devis .gform_wrapper .gform_page_footer input.button,
.formulaire-contact .gform_wrapper .gform_page_footer input.button,
.formulaire-devis .gform_wrapper .gform_page_footer input[type="submit"],
.formulaire-contact .gform_wrapper .gform_page_footer input[type="submit"] {
  border-radius: 0;
  font-weight: 800;
  padding: 10px 50px;
  background-color: #bfd248;
  font-size: 100%;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
  margin-top: 0 !important;
}
/*--------------------------------------------------------------
#   RESPONSIVE
--------------------------------------------------------------*/
/*RESPONSIVE TABLET*/
@media screen and (max-width: 1200px) {
  .gform_wrapper .ginput_container span:not(.ginput_price) {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 640px) {
  .formulaire-devis .gfield_checkbox:not(input_3_20) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .formulaire-devis .gfield_checkbox:not(input_3_20) li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .formulaire-devis #field_2_20 .gfield_checkbox {
    flex-direction: column;
  }
  .formulaire-devis .gfield_checkbox:not(input_3_20) li,
  .formulaire-devis .gfield_checkbox:not(input_3_20) input {
    margin-right: 16px !important;
  }
  .formulaire-devis #input_3_20 {
    display: block;
  }
  .formulaire-devis .gauche-orange {
    border-right: #EF7D00 solid 1px;
  }
  .formulaire-devis .droite-orange {
    border-left: #EF7D00 solid 1px;
  }
  .formulaire-devis .gauche-bas-orange {
    border-right: #EF7D00 solid 1px;
    border-bottom: 0;
    border-radius: 0;
  }
  .formulaire-devis .droite-bas-orange {
    border-left: #EF7D00 solid 1px;
    border-radius: 0 0 30px 30px;
  }
  .formulaire-devis .gauche-rose {
    border-right: #eb5199 solid 1px;
  }
  .formulaire-devis .droite-rose {
    border-left: #eb5199 solid 1px;
  }
  .formulaire-devis .gauche-droite-bas-rose {
    border-radius: 0 0 30px 30px;
  }
}
/*--------------------------------------------------------------
# FEUILLES DE STYLE
--------------------------------------------------------------*/
/**----------------**/
.fond-blanc {
  background-color: white;
}
.blanc {
  color: white;
}
.blanc a,
.blanc p,
.blanc .elementor-text-editor {
  color: white;
}
/**----------------**/
.fond-rouge {
  background-color: #E5012F;
}
.rouge {
  color: #E5012F;
}
.rouge a,
.rouge p,
.rouge .elementor-text-editor,
.rouge .elementor-button:visited {
  color: #E5012F;
}
/**----------------**/
.fond-orange {
  background-color: #EF7D00;
}
.orange {
  color: #EF7D00;
}
.orange h1,
.orange h2,
.orange h3,
.orange a,
.orange p,
.orange .elementor-text-editor,
.orange .elementor-button-link,
.orange .elementor-button:visited {
  color: #EF7D00;
}
/**----------------**/
.fond-bleu {
  background-color: #008bd2;
}
.fond-bleu .elementor-heading-title,
.fond-bleu a,
.fond-bleu p,
.fond-bleu .elementor-text-editor {
  color: white;
}
.bleu {
  color: #008bd2;
}
/**----------------**/
.fond-gris {
  background-color: #575756;
}
.gris {
  background-color: #575756;
}
.gris .elementor-heading-title,
.gris a,
.gris p,
.gris .elementor-text-editor {
  color: #575756;
}
/**----------------**/
.fond-violet {
  background-color: #961B81;
}
.violet {
  background-color: #961B81;
}
.violet .elementor-heading-title,
.violet a,
.violet p,
.violet .elementor-text-editor,
.violet .elementor-button,
.violet .elementor-button:visited {
  color: #961B81;
}
/**----------------**/
.fond-rose {
  background-color: #eb5199;
}
.rose {
  color: #eb5199;
}
.rose a,
.rose p,
.rose .elementor-text-editor,
.rose .elementor-button-link {
  color: #eb5199;
}
.btn-rose .elementor-button-link,
.btn-rose a {
  background-color: #eb5199;
}
/**----------------**/
.fond-vert {
  background-color: #bfd248;
}
.vert {
  color: #bfd248;
}
.vert a,
.vert p,
.vert .elementor-text-editor {
  color: #bfd248;
}
/**----------------**/
.fond-turquoise {
  background-color: #00A492;
}
.turquoise {
  color: #00A492;
}
.turquoise a,
.turquoise p,
.turquoise .elementor-text-editor {
  color: #00A492;
}
/**----------------**/
.fond-indigo {
  background-color: #00A492;
}
.indigo {
  color: #00A492;
}
.indigo a,
.indigo p,
.indigo .elementor-text-editor {
  color: #00A492;
}
/**----------------**/
.fond-marron {
  background-color: #b37346;
}
.marron {
  color: #b37346;
}
.marron a,
.marron p,
.marron .elementor-text-editor {
  color: #b37346;
}
.titre-principal {
  position: relative;
}
.image-fond {
  position: absolute;
  opacity: 0.3;
}
.entry-content:not(:first-child) {
  margin-top: 0;
}
/*--------------------------------------------------------------
# TITRES
--------------------------------------------------------------*/
.triangle .elementor-heading-title:before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 0;
  margin-top: 5px;
  height: 0;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #575756 transparent;
}
figure.image-fond {
  width: 100%;
}
figure.image-fond img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
  height: 100%;
  width: 100%;
}
.container-diagnostiqueur .image-container {
  opacity: 0.2;
  position: absolute;
  z-index: 0;
  overflow: hidden;
  bottom: -370px;
  right: 0;
  left: 0;
}
/*--------------------------------------------------------------
# BLOCS COULEUR
--------------------------------------------------------------*/
.bloc-couleur {
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  padding: 3rem;
  color: white;
}
.bloc-couleur .elementor-icon-box-title {
  color: white;
  text-transform: uppercase;
  font-weight: 800;
}
.bloc-couleur .elementor-icon-box-title .elementor-heading-title,
.bloc-couleur .elementor-icon-box-title .elementor-text-editor {
  text-transform: uppercase;
}
.bloc-couleur .elementor-image img {
  width: 18%;
}
/*--------------------------------------------------------------
# PAGES
--------------------------------------------------------------*/
.bloc-texte-page {
  padding-top: 4rem;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
h1.elementor-icon-box-title {
  font-weight: 700;
  font-size: 3rem;
  text-transform: uppercase;
  color: white;
}
h1.elementor-icon-box-title .elementor-heading-title,
h1.elementor-icon-box-title .elementor-text-editor {
  text-transform: uppercase;
}
/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
.inside-header {
  padding: 0;
  padding-bottom: 25px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
      -ms-flex-align: flex-end;
          align-items: flex-end;
}
.container-avis-google {
  bottom: 0px;
  font-size: 1.4rem;
  position: fixed;
  z-index: 100;
  padding: 1rem;
  background-color: #FFF;
  text-align: center;
  border-radius: 0px 5px 5px 0;
}
.container-avis-google .cont-note {
  font-size: 2rem;
  font-weight: bold;
}
.container-avis-google .nbr-avis {
  font-weight: bold;
}
.container-avis-google img {
  max-width: 30px;
}
.container-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex ;
  flex-direction: column-reverse;
  gap: 10px;
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 15px;
    background: linear-gradient(180deg,rgba(255, 106, 0, 1) 0%, rgba(255, 155, 58, 1) 75%, rgba(255, 168, 74, 1) 100%);
  /*PARTIE LOGO*/
  /* PARTIE MENU*/
  /*PARTIE CARTE*/
}
.container-header .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container-header .site-header {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;

}
.container-header .site-logo {
  width: 25%;
}
.container-header .site-logo img {
  width: 250px;
}
.container-header .main-navigation {
  width: 75%;
  background: transparent;
}
.container-header nav.main-navigation .main-nav ul#menu-menu-principal li.menu-item a {
  padding-left: 10px ;
  padding-right: 10px ;
}
.container-header #menu-menu-principal {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container-header #menu-menu-principal a {
  font-size: 1.6rem;
  color: white;
  font-weight: 600;
  -webkit-transition: color 0.5s linear;
  -webkit-transition: background color 0.5s linear;
  transition: background color 0.5s linear;
}
.container-header #menu-menu-principal a .elementor-heading-title,
.container-header #menu-menu-principal a .elementor-text-editor {
  font-weight: 600;
}
.container-header #menu-menu-principal a .elementor-heading-title,
.container-header #menu-menu-principal a .elementor-text-editor {
  text-transform: uppercase;
}
.container-header #menu-menu-principal a:after {
  content: none;
}
.container-header #menu-menu-principal a:hover {
  -webkit-transition: color 0.5s linear;
  -webkit-transition: background color 0.5s linear;
  transition: background color 0.5s linear;
  background: transparent;
  text-decoration: underline;
}
.container-header #menu-menu-principal li[class*="current-menu-"] > a {
  background-color: transparent;
}
.container-header #menu-menu-principal .btn-devis {
  background-color: white;
  padding: 5px 25px;
  border-radius: 10px;
}
.container-header #menu-menu-principal .btn-devis a {
  color: #333333;
  text-transform: inherit;
}
.container-header #menu-menu-principal .btn-devis:hover {
  background-color: #EF7D00;
}
.container-header #menu-menu-principal .btn-devis:hover a {
  color: white;
  background-color: transparent;
  text-decoration: none;
}
.container-header .info-carte {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
    align-self: flex-end;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px;
    width: fit-content;
}
@media screen and (min-width: 991px) {
  .container-header .info-carte {
    border-radius: 0 0 15px 15px;
    padding: 0px 15px;
    gap: 20px;
  }
}
.container-header .info-carte .info {
  color: #575756;
  font-size: 1.75rem;
  display: flex;
  align-items: center;
  gap: 15px;
  width: 75%;
}
.container-header .info-carte .info a {
    color: #00A895;
    display: flex;
    align-items: center;
    gap: 5px;
}
.container-header .info-carte .carte {
  padding-left: 10px;
  padding-right: 10px;
}
.container-header .info-carte .carte img {
  width: auto;
  height: 82px;
  margin-left: auto;
  margin-right: 0;
}
.container-header .info-carte .carte .image-capital {
  display: none;
}
.container-header .info-carte .info,
.container-header .info-carte .carte {
  font-weight: 800;
}
span.address_zip {
  width: 100% !important;
  padding-right: 0px !important;
}
.liste-logo img {
  max-width: 100px;
}


/*--------------------------------------------------------------
# ARTICLE
-----------------------------------------xz---------------------*/
.single-post p {
  margin-bottom: 2rem;
}
.single-post a {
  color: #EF7D00;
}
.single-post .read-more {
  display: none;
}
.single-post h1 {
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-weight: bold;
}
.single-post .featured-image {
  margin-top: 3rem !important;
}
.image-actu {
  background-size: cover;
  background-repeat: no-repeat;
}
/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.pied-page .blanc {
  padding: 8px 2.5%;
}
.pied-page .blanc a {
  font-size: 1.2rem;
  font-weight: 700;
  margin-right: 2rem;
}
.bas-page {
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5 !important;
  /*  MENU*/
  /* RESEAUX SOCIAUX*/
}
.bas-page #menu-menu-footer,
.bas-page #menu-social-menu {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-left: 0;
}
.bas-page #menu-menu-footer a,
.bas-page #menu-social-menu a {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 10px;
  color: #F07D00;
}
.bas-page #menu-menu-footer a:hover,
.bas-page #menu-social-menu a:hover {
  color: #000;
}
.bas-page .reseau-sociaux {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bas-page #menu-social-menu a {
  width: 37px;
  height: 37px;
  margin-left: 10px;
  display: block;
}
.bas-page #menu-social-menu span {
  display: none;
}
.bas-page #menu-social-menu .btn-facebook {
  background-image: url(images/picto-fb.svg);
  background-repeat: no-repeat;
}
.bas-page #menu-social-menu .btn-linkedin {
  background-image: url(images/picto-lk.svg);
  background-repeat: no-repeat;
}
.bas-page #menu-social-menu .btn-instagram {
  background-image: url(images/picto-in.svg);
  background-repeat: no-repeat;
}
.bas-page .copyright-bar {
  font-size: 1.2rem;
}
footer.site-info {
  background-color: #f5f5f5;
}
footer .copyright-bar ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  list-style-type: none;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
footer .copyright-bar ul li a {
  color: #000;
}
footer .copyright-bar ul li a:hover {
  color: #EF7D00;
}
@media screen and (min-width: 768px) {
  footer .copyright-bar ul {
    gap: 15px;
  }
}

/*** Ajout footer 2026 ****/
.bas-page {
    padding: 50px 5% 25px 5% !important;
    margin: auto;
}
.bas-page .menu-bas {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    color: #EF7D00;
}
.bas-page .reseau-sociaux {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.bas-page .reseau-sociaux .primary {
    list-style-type: none;
    margin-right: 50px;
    margin-left: 0;
}
.bas-page .reseau-sociaux .primary li a {
    color: #000;
}
.bas-page .reseau-sociaux .primary li a:hover {
    color: #EF7D00;
}
.bas-page .reseau-sociaux .btn-orange {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #EF7D00;
    border-radius: 10px;
    width: fit-content;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
}
.bas-page .reseau-sociaux .btn-orange:hover {
  background-color: #FF9B3A;
}

@media screen and (min-width: 991px) {
    .bas-page .menu-bas {
        flex-direction: row;
        gap: 35px;
    }
    .bas-page .reseau-sociaux  {
        flex-direction: row;
    }
}
/*--------------------------------------------------------------
# PAGES HOME
--------------------------------------------------------------*/
.mention_amiante {
  color: #FFF;
  padding: 5px 10px;
  font-weight: bold;
  background-color: #dd93a2;
}
.mention_dpe {
  color: #FFF;
  padding: 5px 10px;
  font-weight: bold;
  background-color: #c6d087;
}
.mention {
  color: white;
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5rem;
}
.mention:before {
  content: "";
  background-image: url(images/picto-mention.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}
.mention.amiante {
  background-color: #dd93a2;
}
.mention.dpe {
  background-color: #c6d087;
}
.image-home {
  background-image: url(/wp-content/uploads/2021/03/saint_brieuc_1920x660.jpg);
  height: 635px !important;
}
/*LIGNE 3 BLOCS COULEURS*/
.bloc-slider-home {
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
  z-index: 10;
  position: absolute;
  width: 100%;
}
.bloc-slider-home .elementor-row {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bloc-slider-home h2 {
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}
.bloc-slider-home h2 .elementor-heading-title,
.bloc-slider-home h2 .elementor-text-editor {
  text-transform: uppercase;
}
.bloc-slider-home h2 .line_1 {
  font-size: 2rem;
  font-weight: 400;
}
.bloc-slider-home .bloc {
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bloc-slider-home .fond-orange .btn.orange,
.bloc-slider-home .fond-rouge .btn.rouge {
  margin-top: 3rem;
}
.bloc-slider-home .fond-orange,
.bloc-slider-home .fond-rouge {
  max-height: 300px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.bloc-slider-home .fond-blanc {
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}
/*FOND BLEU DIAGNOSTIQUEUR */
.fond-diagnostiqueur {
  z-index: 3;
  position: relative;
  background-image: url("/wp-content/uploads/2021/04/bg-blue-motif.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fond-diagnostiqueur .logo-experience {
  top: 0;
  left: 50%;
}
.fond-diagnostiqueur .nom h2 {
  font-weight: 600;
  margin-top: 2rem;
}
.fond-diagnostiqueur .nom h2 .elementor-heading-title,
.fond-diagnostiqueur .nom h2 .elementor-text-editor {
  font-weight: 600;
}
.fond-diagnostiqueur .lien a {
  color: #fff200 !important;
  font-style: italic;
  text-decoration: underline;
}
.fond-diagnostiqueur .portrait .image {
  margin-left: -6rem;
  margin-top: -2rem;
  margin-bottom: 3rem;
}
.fond-diagnostiqueur .portrait .image img {
  width: 350px;
  height: auto;
}
.fond-diagnostiqueur .item-liste-icon {
  list-style: none;
  margin-left: 0;
}
.fond-diagnostiqueur .liste-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fond-diagnostiqueur .icon {
  width: 45px;
  height: auto;
  display: inline-block;
  margin-right: 2rem;
}
.fond-diagnostiqueur .container_langue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fond-diagnostiqueur .container_langue .picto-langue {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: calc(16px/2);
}
.fond-diagnostiqueur .container_langue:before {
  content: url(images/picto-nom.svg);
  width: 45px;
  height: 45px;
}
.fond-diagnostiqueur .logos img {
  margin-right: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.fond-diagnostiqueur .btn-bleu a {
  color: #008bd2;
}
.fond-diagnostiqueur .btn-bleu a:hover {
  color: white;
}
.fond-diagnostiqueur .btn-jaune a {
  color: #575756;
  background-color: #ffb000;
  margin-right: 2rem;
}
.fond-diagnostiqueur .btn-jaune a:hover {
  color: white;
}
.fond-diagnostiqueur .logos {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fond-diagnostiqueur,
.liste-pictos-diagnostiqueur {
  max-width: 1000px !important;
}
/*FOND INDIGO PICTOS DIAGNOSTIQUEUR*/
.picto-diagnostiqueur .diag {
  background-color: transparent;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.picto-diagnostiqueur .diag .picto-diag {
  margin: auto;
}
.picto-diagnostiqueur .container_diag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
/*BLOC FORMULAIRE EXPRESS */
.formulaire-express {
  display: inline-block !important;
}
/*  IMMODVISOR */
.immodvisor {
/*  max-width: 900px;*/
  margin: auto;
  padding-left: 5rem;
  padding-right: 5rem;
}
.imdw-horizontal-container .imdw-horizontal-slider {
  border: none !important;
}
.imdw-horizontal-footer{
  display: none !important;
}

/*--------------------------------------------------------------
# PAGES vous louez / vous vendez
--------------------------------------------------------------*/
.image-tete-page {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
  height: 400px;
  width: 100%;
}
.image-louez {
  background-image: url("/wp-content/uploads/2021/03/louez_bandeau.jpg");
}
.image-vendez {
  background-image: url("/wp-content/uploads/2021/03/vendez_bandeau.jpg");
}
.image-societe {
  background-image: url("/wp-content/uploads/2021/03/saint_brieuc_1920x660.jpg");
}
.picto {
  width: 100px;
  height: 100px;
  margin: auto;
}
.picto-louez {
  background-image: url(images/picto-bailleur-2.svg);
  background-repeat: no-repeat;
  display: block;
}
.picto-vendez {
  background-image: url(images/picto-vendreur-2.svg);
  background-repeat: no-repeat;
  display: block;
}
.picto-membre {
  background-image: url(images/picto-membre.svg);
  background-repeat: no-repeat;
  display: block;
}
.picto-devis {
  background-image: url(images/picto-devis.svg);
  background-repeat: no-repeat;
  display: block;
}
.picto-contact {
  background-image: url(images/picto-contact.svg);
  background-repeat: no-repeat;
  display: block;
}
.page h1 {
  text-align: center;
}
.page .bande-icone-titre {
  padding: 10px;
}
.ligne {
  max-width: 1400px;
  margin: auto;
  padding-right: 5rem;
  padding-left: 5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.bande-icone-titre {
  margin-bottom: 4rem;
}
/*--------------------------------------------------------------
#  PAGE DEVIS
--------------------------------------------------------------*/
.acf-map {
  height: 500px;
}
/*--------------------------------------------------------------
#  SLIDER BLOC DIAGNOTIQUE HOMEPAGE
--------------------------------------------------------------*/
.slider-picto-diag {
  background-image: url("/wp-content/uploads/2021/03/bg-grey-motif.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slick-slide img.picto-diag {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.diag {
  background: #FFF;
}
.class-amiante .titre-diag {
  background: #E5012F;
}
.class-plomb .titre-diag {
  background: #575756;
}
.class-electricit-- .titre-diag {
  background: #bfd248;
}
.class-gaz .titre-diag {
  background: #00A492;
}
.class-lois-carrez-et-boutin .titre-diag {
  background: #008bd2;
}
.class-erp--ex-esris- .titre-diag {
  background: #fff200;
}
.class-termites .titre-diag {
  background: #961B81;
}
.class-etat-des-lieux .titre-diag {
  background: #EF7D00;
}
.class-quels-diagnostics-obligatoires-en-2018 .titre-diag {
  background: #EF7D00;
}
.class-dpe .titre-diag {
  background: #eb5199;
}
.class-diagnostic-technique-global .titre-diag {
  background: #71D6E0;
}
.class-assainissement .titre-diag {
  background: #00A492;
}
.slider-diagnostique {
  padding: 3rem;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-prev {
  left: 0;
}
.slick-prev:hover {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.slick-next:hover {
  -webkit-transform: rotate(180deg) translateX(-10px);
          transform: rotate(180deg) translateX(-10px);
}
.slick-next {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slick-prev,
.slick-next {
  background-color: transparent !important;
  background-image: url(images/fleche.svg);
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 40px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 99;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.diagnosticBloc {
  text-align: center;
}
.diagnosticBloc p {
  padding: 2rem;
  height: 100px;
  overflow: hidden;
  position: relative;
}
.diagnosticBloc p:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.diagnosticBloc .titre-diag {
  font-size: 1.1em;
  margin: 0;
  margin-bottom: 0px;
  -webkit-transform: translate(-10px, 10px);
          transform: translate(-10px, 10px);
  height: 58px;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  padding: 0.5rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  text-align: left;
  font-weight: bold;
}
.diagnosticBloc .titre-diag .elementor-heading-title,
.diagnosticBloc .titre-diag .elementor-text-editor {
  text-transform: uppercase;
}
.diagnosticBloc .picto-diag {
  width: 40px;
  height: 40px;
  display: block;
  margin-bottom: 5px;
}
.btn-diag {
  padding: 5px 10px;
  border: 1px black solid !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 110%;
  height: auto;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  color: black;
  margin: 2rem;
  -webkit-transition: background-color 1s linear;
  -webkit-transition: background background-color 1s linear;
  transition: background background-color 1s linear;
}
.btn-diag:hover {
  background-color: #E5012F;
  color: white;
  border: 1px #E5012F solid !important;
}
/*--------------------------------------------------------------
#   BLOC ACTU HOMEPAGE
--------------------------------------------------------------*/
h2.titre-actu {
  color: #EF7D00;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 800;
  /*min-height: 75px;*/
  display: block;
}
p.paragraph-actu {
  /* min-height: 120px;*/
  display: block;
}
.container_actu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.container_actu .actu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container_actu .image-actu {
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  height: 150px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem;
}
.container_actu .image-actu img {
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-style: none;
}
/*-------------------
#   TABLEAUX 
-----------------------------------------*/
.tableauObligations table tbody td:first-child {
  width: 30%;
  text-align: left;
  font-weight: 300;
  color: #000;
  padding: 20px 30px;
  padding: 20px 3%;
  border-bottom: 1px solid #008bd2;
  background-color: rgba(0, 139, 210, 0.4);
}
.tableauObligations table:first-child {
  overflow: hidden;
}
.tableauObligations table th {
  background-color: #008bd2;
  color: #fff;
  font-weight: 700;
  padding: 20px 10px;
  display: table-cell;
  border: none;
  text-align: center;
}
.tableauObligations table tbody tr td {
  border-bottom: 1px solid #008bd2 !important;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  border-right: 1px solid #008bd2 !important;
  width: calc(70% / 8);
  font-size: 1.5rem;
}
.picto_tbx {
  margin: auto;
  max-width: 70%;
}
.col {
  text-align: center;
}
/*--------------------------------------------------------------
#   ///////////////////
--------------------------------------------------------------*/
.section-1 .titre {
  color: white;
  text-align: left;
  font-weight: bold;
}
.formulaire-express-3 {
  color: white;
  background-color: #575756;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  padding: 2rem;
}
.formulaire-express-3 input[type="submit"] {
  background-color: #E40530;
  text-transform: uppercase;
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
  padding: 6px 20px;
}
.formulaire-express-3 input[type="submit"]:hover {
  background: #730118;
}
.formulaire-express-3 label {
  font-size: 1.5rem !important;
}
.slide-img {
  width: 66.6666%;
}
.slide-img .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.slide-img .slick-slide {
  height: 660px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-2 {
  max-width: 1250px;
  margin: auto;
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.section-2 .sous-titre {
  font-size: 2rem;
}
.section-2 .blocs {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5rem;
  gap: 5rem;
}
.section-2 .blocs .col {
  padding: 9rem 3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.section-2 .blocs .vendre {
  background-image: url("images/MINI-SITE/img-vendre.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-2 .blocs .louez {
  background-image: url("images/MINI-SITE/img-louer.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-2 .blocs .besoin-devis {
  background-image: url("images/MINI-SITE/img-devis.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-3 {
  -webkit-box-shadow: 6px 16px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 16px 25px rgba(0, 0, 0, 0.2);
  max-width: 1280px;
  margin: auto;
  background-color: #FFF;
  text-align: center;
  /*  .logo-experience {
    max-width: 100px;
    height: 100px;
  }*/
}
.section-3 .blocs {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5rem;
  gap: 2rem;
}
.section-3 .blocs .col {
  padding: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.section-3 .titre-diagnostiqueur {
  padding: 0 13rem 2rem 13rem;
}
.section-3 .titre-diagnostiqueur h2 {
  font-size: 4.5rem;
  color: #E5012F;
  font-weight: bold;
}
.section-3 .base-line {
  padding-top: 4rem;
  font-family: Kalam;
  font-size: 5rem;
  color: #EF7D00;
}
.section-3 .infos-diagnostiqueur {
  gap: 6rem;
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
}
.section-3 .infos-diagnostiqueur .portrait img {
  width: 100%;
}
.section-3 h2 {
  margin-bottom: 1rem;
}
.section-3 p {
  font-size: 2rem;
}
.section-3 .btn-appeler,
.section-3 .btn-etre-appeler,
.section-3 .btn-email {
  -webkit-box-shadow: 0 3px 6px rgba(208, 208, 208, 0.5);
          box-shadow: 0 3px 6px rgba(208, 208, 208, 0.5);
  padding: 1rem 1rem 1rem 0.5rem;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 3rem;
  font-size: 2rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}
.section-3 .btn-appeler:hover,
.section-3 .btn-etre-appeler:hover,
.section-3 .btn-email:hover {
  color: black;
}
.section-3 .btn-appeler:before,
.section-3 .btn-etre-appeler:before,
.section-3 .btn-email:before {
  display: block;
  content: "";
  height: 60px;
  width: 60px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
}
.section-3 .btn-appeler {
  background-color: #5DC0CD;
}
.section-3 .btn-appeler:before {
  background-image: url('/wp-content/themes/generatepress-child/images/MINI-SITE/picto-ap.svg');
}
.section-3 .btn-etre-appeler {
  background-color: #EF7D00;
}
.section-3 .btn-etre-appeler:before {
  background: url('/wp-content/themes/generatepress-child/images/MINI-SITE/picto-etre-ap.svg');
}
.section-3 .btn-email {
  background-color: #E5012F;
}
.section-3 .btn-email:before {
  background: url('/wp-content/themes/generatepress-child/images/MINI-SITE/picto-mail.svg');
}
.section-3 .experience {
  width: 90%;
  margin: 2rem auto;
}
.section-3 .experience img {
  margin: auto;
}
.section-3 .container-diag-diagnostiqueur {
  background-color: #F4F9FC;
  padding: 6rem 4rem;
}
.section-3 .container_diag {
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-3 .container_diag img {
  width: 87px;
  height: auto;
  margin: auto;
}
.section-3 .titre-info {
  font-size: 1.8rem;
  font-weight: bold;
}
.section-3 .titre-diags {
  text-align: center;
  font-size: 3rem;
  font-weight: bold !important;
  position: relative;
}
.section-3 .titre-diags:before {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 20px solid #E5012F;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: -20px;
  left: calc(50% - 10px);
}
.section-3 .bloc-info {
  text-align: left;
  margin-bottom: 2rem;
}
.section-3 .lien-souligne {
  text-decoration: underline;
  color: black;
}
.section-3 .col-droite img:not(:last-child) {
  margin-right: 1rem;
}
.container-info-attest::before {
  content: "";
  height: 1rem;
  width: calc(100% - 8rem);
  margin: auto;
  margin-bottom: auto;
  display: block;
  background-image: url('./images/ligne.jpg');
  margin-bottom: 3rem;
}
.section-4 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
/*FLIP-BOX*/
.cont-flip-box {
  max-width: 1600px;
  margin: auto;
  gap: 5rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-items: center;
}
.flip-box-front p {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #575756;
}
.flip {
  border: 1px solid black;
  padding: 5rem;
}
/*--------------------------------------------------------------
#   RESPONSIVE
--------------------------------------------------------------*/
@media screen and (max-width: 1800px) {

  .container-header .info {
    width: 50%;
  }
}
@media screen and (max-width: 1500px) {

}
/*RESPONSIVE TABLET*/
@media screen and (max-width: 1300px) {
  .container-header .info-carte .carte img {
    width: 38%;
    height: auto;
  }
  .container-header .main-navigation {
    width: 80%;
  }
  .container-header .site-logo {
    width: 25%;
  }
  .container-header #menu-menu-principal a {
    font-size: 1.5rem;
  }
  .container-header .info {
    font-size: 1.5rem;
  }
  nav.main-navigation .main-nav ul#menu-menu-principal li.menu-item a {
    padding-left: 10px ;
    padding-right: 10px ;
  }
  .btn .elementor-button {
    padding: 10px 20px;
  }
  .bloc-slider-home .bloc {
    max-width: 28%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
  }
}
@media screen and (max-width: 1150px) {
  .container-header #menu-menu-principal a,
  .container-header .info-carte .info,
  .container-header .info-carte .carte {
    font-size: 1.3rem;
  }
  .container-header .info {
    width: 60%;
  }
  .container-header .info {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1020px) {
  .container-header .site-logo {
    width: 18%;
  }
  .container-header #menu-menu-principal a,
  .container-header .info-carte .info,
  .container-header .info-carte .carte {
    font-size: 1.2rem;
  }
  .container-header .info-carte .carte {
    display: none;
  }
  .info {
    width: 50%;
  }
}
@media screen and (max-width: 980px) {
  .slick-slide {
    height: 710px !important;
  }
  .formulaire-express-3 label {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .image-home {
    height: 300px !important;
  }
  .bloc-slider-home {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    position: inherit;
  }
  .bloc-slider-home .elementor-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bloc-slider-home .bloc {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: none;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .bloc-slider-home .fond-rouge,
  .bloc-slider-home .fond-orange {
    max-height: 250px !important;
  }
  .bloc-slider-home .fond-blanc {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .reseau-sociaux {
    padding-top: 15px;
  }
  .formulaire-express {
    margin-top: 1.5rem;
  }
  .titre-diagnostiqueur {
    padding: 4rem 5rem !important;
  }
  .cont-flip-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 995px) {
  .slick-slide {
    height: 680px !important;
  }
}
@media only screen and (max-width: 890px) {
  .slide-img {
    width: 100%;
  }
  .formulaire-express-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media only screen and (max-width: 768px) {
  .container-header .site-header {
    width: 100%;
  }
  button.menu-toggle {
    text-align: right;
  }
  .inside-header {
    align-items: center;
  }
  .info,
  .carte {
    width: 30%;
    text-align: right;
  }
  .container-header .info-carte .carte img {
    width: 40%;
    height: auto;
    margin-left: auto;
    margin-right: 0;
  }
  /*MENU*/
  .container-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .container-header .site-logo {
    margin-bottom: 0 !important;
    width: auto;
  }
  .container-header .menu-toggle {
    font-size: 2rem;
  }
  .container-header .main-nav {
    display: none;
  }
  .container-header .info-carte {
    width: 100%;
  }
  .container-header .info {
    width: 50%;
  }
  /*  HOME BLOCS COULEURS*/
  .bloc-slider .fond-blanc {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .fond-diagnostiqueur .portrait .image {
    margin: auto;
  }
  .fond-diagnostiqueur .logo-experience {
    left: 0;
  }
  .fond-indigo {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* IMAGE EN TETE PAGE*/
  .image-tete-page {
    height: 250px;
  }
  .picto {
    width: 50px;
    height: 50px;
  }
  h1.elementor-icon-box-title {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 2.5rem;
  }
  /*-----------
  TABLEAU OBLIGATIONS
  ----------------------*/
  .tableauObligations .table {
    font-size: 80%;
  }
  .tableauObligations table thead th:first-child {
    font-size: 1.1em;
  }
  .tableauObligations table table,
  .tableauObligations table thead,
  .tableauObligations table tbody,
  .tableauObligations table tr,
  .tableauObligations table th,
  .tableauObligations table td {
    display: block;
  }
  .tableauObligations table thead tr,
  .tableauObligations table thead th {
    position: relative;
    top: auto;
    left: auto;
  }
  .tableauObligations table thead th:not(:first-child) {
    display: none;
  }
  .tableauObligations table td {
    padding-left: 150px;
    position: relative;
    background: #FFF;
    width: auto !important;
  }
  .tableauObligations table tbody td:first-child {
    border: none !important;
  }
  .tableauObligations table td::before {
    padding: 10px;
    content: attr(data-label);
    position: initial;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: #008bd2;
    border-bottom: 1px solid #fff;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
  }
  .tableauObligations table tr td:last-child::before {
    border: none;
  }
  .tableauObligations table td:first-child::before {
    display: none;
  }
  .tableauObligations table th + td {
    padding-left: 10px;
  }
  .tableauObligations table td img {
    max-width: 30px;
    padding: 3px;
  }
  /*  ACTUS HOME */
  a.btn-actu {
    margin-bottom: 3rem;
  }
  /*FOOTER*/
  .menu-bas,
  .reseau-sociaux {
    width: 100%;
  }
  /*PAGES*/
  .ligne {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2rem 3rem;
  }
  .bloc-couleur {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .section-1 {
    display: block;
  }
  .cont-flip-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/*--------------------------
	/*Mobile-----------*/
@media screen and (max-width: 450px) {
  .titre-diagnostiqueur {
        padding: 4rem 1rem !important;
  }
  .container-info-attest{
    padding:  2rem;
    text-align: center;
  }
  .section-3 .blocs{
    padding:  0px;
  }
  .section-3 .infos-diagnostiqueur{
    grid-template-columns: 1fr;
  }
  /*PAGES*/
  .ligne {
    margin: 1.5rem auto;
  }
  .fond-diagnostiqueur,
  .fond-indigo {
    margin: 0 auto;
  }
  .logo-experience {
    position: relative !important;
    left: 0;
  }
  .bloc-slider {
    -webkit-transform: translateY(16%);
            transform: translateY(16%);
  }
  .bloc-slider .fond-blanc {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .intro-home {
    -webkit-transform: translateY(18%);
            transform: translateY(18%);
  }
  .lien {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lien p {
    width: 70%;
  }
  .lien a {
    width: 70%;
  }
  .rouge .elementor-button,
  .orange .elementor-button {
    width: 75%;
    line-height: 1.2;
  }
  /*  ACTUS HOME */
  a.btn-actu {
    margin-left: 0;
    margin-bottom: 3rem;
  }
  /*  PAGE ACTUALITES */
  .page-actus {
    display: block;
  }

  /*FOOTER*/
  .bas-page {
    display: block;
  }
  .bas-page #menu-menu-footer {
    display: block;
    text-align: center;
  }
  .bas-page .menu-social-menu-container {
    margin: auto;
  }
  .home h1{
        font-size: 3.5rem !important;
    }
    .cont-flip-box {
        grid-template-columns: 1fr !important;
    }
    .immodvisor {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .immodvisor .titre-orange{
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .home .section-2{
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .home .section-2 .blocs{
        padding: 2rem !important;
    }
    .home .section-2 .blocs .col {
        padding: 4rem 3rem !important;
    }
    .home .section-3 .base-line {
        padding-top: 1rem !important;
        font-size: 4rem !important;
        line-height: 1.2 !important;
    }
  .home .section-3 .container-diag-diagnostiqueur {
    padding: 5rem 1rem !important;
  }
  .home .section-4 {
    padding-top: 2rem !important;
    padding-bottom: 5rem !important;
  }
  .home #primary .site-main .entry-content section.padding-t-b-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .home #primary .site-main .entry-content section.padding-t-b-10 h2{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .home #primary .site-main .entry-content section.padding-t-b-10 .ligne.actualites{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .home .titre-orange {
    font-size: 3.5rem !important;
  }
}
/* Partie Clément */
.reseauCenter {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}



/* Badge sous-traité (ajouté 2026-04-27) */
.sous-traite {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0.3rem auto 0;
  background-color: #6b7280;
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.3rem 0.8rem;
  border-radius: 3px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  line-height: 1.2;
}

