:root {
  --fontAwesome--Version: "Font Awesome 5 Free";
  --principal: #000000;
  --principal_green: #00ff00;
  --principal_white: #f2f2f2;
  --principal_gray: #dcdcdc;
  --principalcolorover: #0181cc;
  --principalcolorlinkdown: #cc0000;
  --gradientlight: #357ca3;
  --gradientdark: #015686;
  --primary: #d61f26;
  --primary-dark: #0a570a;
  --gray: #a6a8aa;
  --transition: all 0.3s ease-in-out;
}
/* Blograft */
body.accueil #section1 .txt1 {
  font-size: 63px;
  font-weight: 900;
  line-height: 1.2;
}
body.accueil #section1 .txt1 strong {
  font-family: "Trispace", sans-serif;
  color: var(--principal_green);
  font-size: 200px;
  line-height: 1;
  display: inline-block;
  margin: 0px !important;
  padding: 0px !important;
}
body.accueil #section1 .txt1 strong.quoteopen {
  vertical-align: bottom;
  height: 105px;
  overflow: hidden;
  width: 125px;
  margin-left: -0.1em !important;
}
body.accueil #section1 .txt1 strong.quoteclose {
  vertical-align: top;
  height: 134px;
  overflow: hidden;
  width: 125px;
  margin-bottom: -0.15em;
}

body.accueil #section1 .txt2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
}
body.accueil #section1 .txt2 u {
  text-decoration-color: var(--principal_green); /* Couleur du soulignement */
}

body.metiers #section2 .txt2,
body.projets #section2 .txt2,
body.valeurs #section2 .txt2,
body.infolettre #section2 .txt2 {
  font-size: 38px;
  font-weight: 900;
  line-height: 1.5em;
}
body.metiers #section2 .txt1,
body.projets #section2 .txt1,
body.valeurs #section2 .txt1,
body.infolettre #section2 .txt1 {
  font-size: 75px;
  font-weight: 900;
  border-bottom: 8px solid var(--principal);
  line-height: 0.8em;
  width: fit-content;
}
body.infolettre .politique h1 {
  font-size: 1.3em;
  font-weight: 900;
}
body.infolettre .politique p {
  font-size: 0.9em;
}
body.infolettre .politique li {
  font-size: 0.8em;
}
body.infolettre .politique h2 {
  font-size: 0.9em;
  font-weight: 900;
}
body.infolettre .coupon {
  padding: 20px 30px;
  border: 5px;
  border-color: var(--principal_green);
  border-style: dashed;
  position: relative;
}
body.infolettre div.coupon::after {
  content: url("../../../../files/2025/icones/ciseaux.svg");
  display: block;
  width: 70px;
  height: 40px;
  margin-left: 5px;
  position: absolute;
  right: 43px;
  bottom: -23px;
}

body.infolettre .colinfo .txt {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.1em;
}
body.infolettre .colinfo .txt1 {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.1em;
}

body.infolettre .colinfo .txt2 h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1em;
}
body.infolettre .colinfo .txt2 p {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.1em;
}
body.infolettre .colinfo a.btn_politique {
  background-color: var(--principal_white);
  border: 0px;
  font-size: 13px;
  width: 177px;
  text-decoration: underline;
  text-align: left;
  margin: 0px;
  padding: 0px 0px 0px 50px;
  transition: all 0.3s;
  background-image: url("../../../../files/2025/perso/mascotte_newsletter-a.svg");
  display: inline-block;
  background-repeat: no-repeat;
}
body.infolettre .colinfo a.btn_politique:hover {
  background-color: var(--principal_white);
  border: 0px;
  font-size: 13px;
  width: 177px;
  text-decoration: none;
  text-align: left;
  margin: 0px;
  padding: 0px 0px 0px 50px;
  transition: all 0.3s;
  background-image: url("../../../../files/2025/perso/mascotte_newsletter-a.svg");
  display: inline-block;
  background-repeat: no-repeat;
}
body.infolettre .coupon #field_1,
body.infolettre .coupon label.margin-top-1 span {
  display: none;
}
body.infolettre .coupon h3 {
  font-size: 2.2em;
}
body.infolettre .coupon input.acym__user__edit__email {
  border: 1px solid var(--principal);
  border-radius: 0px;
  width: 100%;
  margin: 0px;
  display: inline-block;
}
body.infolettre .coupon .acym_form {
  float: left;
  width: 89%;
}
body.infolettre .coupon .btn-primary {
  background-color: var(--principal_white);
  border: 1px solid #bfbfbf;
  color: #bfbfbf;
  border-radius: 0px;
  margin: 9px 0px 0px 0px;
  transition: all 0.3s;
}
body.infolettre .coupon .btn-primary:hover {
  border: 1px solid #333333;
  color: #333333;
  background-color: var(--principal_green);
  border-radius: 0px;
  transition: all 0.3s;
}
body.infolettre .coupon .acym_module_form label {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
body.infolettre .coupon .acym_module_form .onefield {
  margin: 10px 0;
  padding: 0px;
}
body.infolettre .coupon .acym_module_form p.acysubbuttons {
  width: 16%;
  display: inline-block;
  margin-top: 1px;
  margin-left: -20px;
}
body.infolettre .coupon div.acym_module_success {
  color: var(--principal);
  background-color: var(--principal_green);
  padding: 1em !important;
  z-index: 10;
  margin-bottom: 10px;
  border: 3px;
  border-color: var(--principal_white);
  border-style: solid;
}
body.infolettre #politiqueinfo {
  display: none;
}
body.accueil #section2 .oeuildesc,
body.agence #section2 .oeuildesc {
  font-style: italic;
  font-size: 24px;
  font-weight: 300;
}

body.accueil #section2 .txt1,
body.agence #section2 .txt1,
body.contact .h1tittle h1,
body.mentions .h1tittle h1 {
  font-size: 90px;
  font-weight: 900;
}
body.contact #sp-main-body p,
body.mentions #sp-main-body p {
  font-weight: 300;
}
body.contact #sp-main-body p strong,
body.mentions #sp-main-body p strong {
  font-weight: 900;
}
body.accueil #section2 .txt2,
body.agence #section2 .txt2 {
  line-height: 46px;
  font-size: 35px;
  font-weight: 900;
}

body.accueil #section2 .txt3,
body.agence #section2 .txt3 {
  font-size: 26px;
  font-weight: 900;
  line-height: 34px;
}

body.accueil #section2 .btn_plus a img.sppb-img-responsive,
body.metiers #section2 .btn_plus a img.sppb-img-responsive,
body.projets #section2 .btn_plus a img.sppb-img-responsive,
body.valeurs #section2 .btn_plus a img.sppb-img-responsive,
body.infolettre #section2 .btn_plus a img.sppb-img-responsive {
  transform: rotate(0deg);
  transition: all 0.6s;
}
body.accueil #section2 .btn_plus a:hover img.sppb-img-responsive,
body.metiers #section2 .btn_plus a:hover img.sppb-img-responsive,
body.projets #section2 .btn_plus a:hover img.sppb-img-responsive,
body.valeurs #section2 .btn_plus a:hover img.sppb-img-responsive,
body.infolettre #section2 .btn_plus a:hover img.sppb-img-responsive {
  transform: rotate(90deg);
  /* filter: brightness(0) invert(1); Passe du noir au blanc */
  transition: all 0.6s;
}

body.accueil #section3 .txt1,
body.agence #section3 .txt1,
body.projets #section3 .txt1,
body.metiers #section3 .txt1,
body.valeurs #section3 .txt1 {
  font-size: 40px;
  font-weight: 900;
}
body.accueil #section3 .txt,
body.agence #section3 .txt,
body.projets #section3 .txt,
body.metiers #section3 .txt,
body.valeurs #section3 .txt {
  font-size: 23px;
  font-weight: 300;
  line-height: 1.2em;
}
#section7 .logoclient {
  width: 200px;
  height: 200px;
  background-color: #ffffff;
  text-align: center;
}
#section7 .logoclient img {
  width: 80%;
  margin: auto;
}
body.accueil #section3 .sppb-addon-single-image-container,
body.agence #section3 .sppb-addon-single-image-container,
body.metiers #section3 .sppb-addon-single-image-container,
body.valeurs #section3 .sppb-addon-single-image-container,
body.projets #section3 .sppb-addon-single-image-container,
body.projets .projetsgallerie .sppb-addon-single-image-container,
body.projets .projetsgallerieplus .sppb-addon-single-image-container,
body.accueil #section7 .sppb-addon-single-image-container,
body.projets #section7 .sppb-addon-single-image-container {
  border: 1px solid var(--principal);
}
body.accueil #section7 .btn-croix .sppb-addon-single-image-container,
body.agence #section7 .btn-croix .sppb-addon-single-image-container,
body.accueil #section3 .btn_plus .sppb-addon-single-image-container,
body.agence #section3 .btn_plus .sppb-addon-single-image-container,
body.metiers #section3 .btn_plus .sppb-addon-single-image-container,
body.valeurs #section3 .btn_plus .sppb-addon-single-image-container {
  width: 50px;
  border: 0px !important;
}

body.accueil #section7 .btn_plus a img.sppb-img-responsive,
body.accueil #section3 .btn_plus a img.sppb-img-responsive,
body.agence #section3 .btn_plus a img.sppb-img-responsive,
body.metiers #section3 .btn_plus a img.sppb-img-responsive,
body.valeurs #section3 .btn_plus a img.sppb-img-responsive {
  transform: rotate(0deg);
  transition: all 0.3s;
}
body.accueil #section7 .btn_plus a:hover img.sppb-img-responsive,
body.accueil #section3 .btn_plus a:hover img.sppb-img-responsive,
body.agence #section3 .btn_plus a:hover img.sppb-img-responsive,
body.metiers #section3 .btn_plus a:hover img.sppb-img-responsive,
body.valeurs #section3 .btn_plus a:hover img.sppb-img-responsive {
  transform: rotate(90deg);
  transition: all 0.3s;
}
body.accueil #section5 .txt,
body.agence #section5 .txt {
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 900;
}
body.metiers #section5 .txt {
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 900;
}
body.valeurs #section5 .txt {
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 900;
}
body.accueil #section5 .box1,
body.accueil #section5 .box2,
body.accueil #section5 .box3,
body.agence #section5 .box1,
body.agence #section5 .box2,
body.agence #section5 .box3,
body.metiers #section5 .box1,
body.metiers #section5 .box2,
body.metiers #section5 .box3,
body.valeurs #section5 .box1,
body.valeurs #section5 .box2,
body.valeurs #section5 .box3 {
  font-size: 42px;
  font-weight: 700;
  line-height: 2em;
}

body.accueil #section5 .box_met1,
body.accueil #section5 .box_met2,
body.accueil #section5 .box_met3,
body.agence #section5 .box_met1,
body.agence #section5 .box_met2,
body.agence #section5 .box_met3,
body.metiers #section5 .box_met1,
body.metiers #section5 .box_met2,
body.metiers #section5 .box_met3,
body.valeurs #section5 .box_met1,
body.valeurs #section5 .box_met2,
body.valeurs #section5 .box_met3 {
  text-align: center;
  font-size: 35px;
  transition: all 0.3s;
  cursor: pointer;
  color: var(--principal);
  transition: all 0.3s;
}

body.metiers #section5 .box_met1 h4,
body.metiers #section5 .box_met2 h4,
body.metiers #section5 .box_met3 h4 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2em;
}
body.metiers #section5 .box_met1 .txt2,
body.metiers #section5 .box_met2 .txt2,
body.metiers #section5 .box_met3 .txt2 {
  font-size: 23px;
  font-weight: 100;
  line-height: 1.5em;
}

body.metiers #section5 .box_met1 .txt1,
body.metiers #section5 .box_met2 .txt1,
body.metiers #section5 .box_met3 .txt1 {
  text-decoration: underline;
  text-decoration-color: var(--principal_white);
  text-decoration-thickness: 4px;
  font-weight: 900;
}

body.metiers #section5 .box_met1:hover .txt1,
body.metiers #section5 .box_met2:hover .txt1,
body.metiers #section5 .box_met3:hover .txt1 {
  color: var(--principal);
  text-decoration: underline;
  text-decoration-color: var(--principal_green);
  text-decoration-thickness: 4px;
  font-weight: 900;
}
body.valeurs #section5 .box_met1 h4,
body.valeurs #section5 .box_met2 h4,
body.valeurs #section5 .box_met3 h4 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2em;
}
body.valeurs #section5 .box_met1 .txt2,
body.valeurs #section5 .box_met2 .txt2,
body.valeurs #section5 .box_met3 .txt2 {
  font-size: 23px;
  font-weight: 100;
  line-height: 1.5em;
}

body.valeurs #section5 .box_met1 .txt1,
body.valeurs #section5 .box_met2 .txt1,
body.valeurs #section5 .box_met3 .txt1 {
  text-decoration: underline;
  text-decoration-color: var(--principal_green);
  text-decoration-thickness: 2px;
  font-weight: 900;
  line-height: 1.2em;
}

body.accueil #section5 .box_met1 svg,
body.accueil #section5 .box_met2 svg,
body.accueil #section5 .box_met3 svg,
body.agence #section5 .box_met1 svg,
body.agence #section5 .box_met2 svg,
body.agence #section5 .box_met3 svg,
body.metiers #section5 .box_met1 svg,
body.metiers #section5 .box_met2 svg,
body.metiers #section5 .box_met3 svg,
body.valeurs #section5 .box_met1 svg,
body.valeurs #section5 .box_met2 svg,
body.valeurs #section5 .box_met3 svg {
  width: 80px;
}
body.accueil #section5 .box_met1 svg path,
body.agence #section5 .box_met1 svg path,
body.metiers #section5 .box_met1 svg path,
body.valeurs #section5 .box_met1 svg path {
  fill: var(--principal);
  transition: all 0.3s;
}

body.accueil #section5 .box_met2 svg line,
body.agence #section5 .box_met2 svg line,
body.metiers #section5 .box_met2 svg line {
  stroke: var(--principal);
  stroke-width: 7.523;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  transition: all 0.3s;
}
body.accueil #section5 .box_met2 svg ellipse,
body.agence #section5 .box_met2 svg ellipse,
body.metiers #section5 .box_met2 svg ellipse {
  stroke: var(--principal);
  stroke-width: 0;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  transition: all 0.3s;
}

body.accueil #section5 .box_met3 svg path,
body.agence #section5 .box_met3 svg path,
body.metiers #section5 .box_met3 svg path {
  fill: var(--principal);
  transition: all 0.3s;
}
body.accueil #section5 .box_met3 svg line,
body.agence #section5 .box_met3 svg line,
body.metiers #section5 .box_met3 svg line {
  stroke: var(--principal);
  stroke-width: 7.523;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  transition: all 0.3s;
}
body.accueil #section5 .box_met3 svg ellipse,
body.agence #section5 .box_met3 svg ellipse,
body.metiers #section5 .box_met3 svg ellipse {
  stroke: var(--principal);
  stroke-width: 0;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  transition: all 0.3s;
}

body.accueil #section5 .box_met1,
body.agence #section5 .box_met1,
body.metiers #section5 .box_met1 .txt1 {
  color: #0000ff;
  transition: all 0.3s;
}
body.accueil #section5 .box_met1 svg path,
body.agence #section5 .box_met1 svg path,
body.metiers #section5 .box_met1 svg path {
  fill: #0000ff;
  transition: all 0.3s;
}
body.accueil #section5 .box_met1:hover,
body.agence #section5 .box_met1:hover {
  color: var(--principal);
  transition: all 0.3s;
}
body.accueil #section5 .box_met1:hover svg path,
body.agence #section5 .box_met1:hover svg path,
body.metiers #section5 .box_met1:hover svg path {
  fill: var(--principal);
  transition: all 0.3s;
}

body.accueil #section5 .box_met2,
body.agence #section5 .box_met2,
body.metiers #section5 .box_met2 .txt1 {
  color: #ff0000;
  transition: all 0.3s;
}
body.accueil #section5 .box_met2 svg line,
body.accueil #section5 .box_met2 svg ellipse,
body.agence #section5 .box_met2 svg line,
body.agence #section5 .box_met2 svg ellipse,
body.metiers #section5 .box_met2 svg line,
body.metiers #section5 .box_met2 svg ellipse {
  stroke: #ff0000;
  fill: #ff0000;
  transition: all 0.3s;
}
body.accueil #section5 .box_met2:hover,
body.agence #section5 .box_met2:hover {
  color: var(--principal);
  transition: all 0.3s;
}
body.accueil #section5 .box_met2:hover svg line,
body.accueil #section5 .box_met2:hover svg ellipse,
body.agence #section5 .box_met2:hover svg line,
body.agence #section5 .box_met2:hover svg ellipse,
body.metiers #section5 .box_met2:hover svg line,
body.metiers #section5 .box_met2:hover svg ellipse {
  stroke: var(--principal);
  fill: var(--principal);
  transition: all 0.3s;
}

body.accueil #section5 .box_met3 svg path,
body.agence #section5 .box_met3 svg path,
body.metiers #section5 .box_met3 svg path {
  fill: #ff00ff;
  transition: all 0.3s;
}

body.accueil #section5 .box_met3,
body.agence #section5 .box_met3,
body.metiers #section5 .box_met3 .txt1 {
  color: #ff00ff;
  transition: all 0.3s;
}
body.accueil #section5 .box_met3 svg line,
body.accueil #section5 .box_met3 svg ellipse,
body.agence #section5 .box_met3 svg line,
body.agence #section5 .box_met3 svg ellipse,
body.metiers #section5 .box_met3 svg line,
body.metiers #section5 .box_met3 svg ellipse {
  stroke: #ff00ff;
  fill: #ff00ff;
  transition: all 0.3s;
}

body.accueil #section5 .box_met3:hover svg path,
body.agence #section5 .box_met3:hover svg path,
body.metiers #section5 .box_met3:hover svg path {
  fill: var(--principal);
  transition: all 0.3s;
}

body.accueil #section5 .box_met3:hover,
body.agence #section5 .box_met3:hover,
body.metiers #section5 .box_met3:hover .tx1 {
  color: var(--principal);
  transition: all 0.3s;
}
body.accueil #section5 .box_met3:hover svg line,
body.accueil #section5 .box_met3:hover svg ellipse,
body.agence #section5 .box_met3:hover svg line,
body.agence #section5 .box_met3:hover svg ellipse,
body.metiers #section5 .box_met3:hover svg line,
body.metiers #section5 .box_met3:hover svg ellipse {
  stroke: var(--principal);
  fill: var(--principal);
  transition: all 0.3s;
}
body.accueil #section6 .txt,
body.agence #section6 .txt {
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 900;
}

body.accueil #section6 .icow,
body.agence #section6 .icow {
  text-align: center;
  cursor: pointer;
}
body.accueil #section6 .icow svg,
body.agence #section6 .icow svg {
  margin-bottom: 20px;
}
body.accueil #section6 .icow:hover svg,
body.accuagenceeil #section6 .icow:hover svg {
  fill: var(--principal_white);
  transition: all 0.3s;
}

body.accueil #section6 .icow p,
body.agence #section6 .icow p {
  color: var(--principal);
  transition: all 0.3s;
  font-size: 18px !important;
  line-height: 1.2em;
  text-align: center;
}
body.accueil #section6 .icow:hover p,
body.agence #section6 .icow:hover p {
  transition: all 0.3s;
  color: var(--principal_green);
}

body.accueil #section7 .txt {
  font-size: 38px;
  line-height: 1.2em;
  font-weight: 900;
}
body.projets #section7 .txt {
  font-size: 38px;
  line-height: 1.2em;
  font-weight: 900;
}

body.accueil #section7 .btn-croix img.sppb-img-responsive {
  width: 50px;
}

body.projets #section7 .btn-croix img.sppb-img-responsive {
  width: 50px;
}

body.agence #contenu1 .txt1 {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.2em;
}
body.agence #contenu1 .txt h4 {
  font-size: 27px;
  font-weight: 900;
  line-height: 1.2em;
}
body.agence #contenu1 .txt3 h4 {
  font-size: 19px;
  font-weight: 900;
  line-height: 1.2em;
}
body.agence #contenu1 .txt {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.2em;
}
body.agence #contenu1 .txt3 {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.2em;
}
body.agence #contenu1 .txt strong,
body.agence #contenu1 .txt strong {
  font-size: 19px;
  font-weight: 900;
  line-height: 1.2em;
}

body.agence #contenu1 .ch290 .sppb-addon-single-image-container {
  height: 290px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.agence #contenu1 .txt .sppb-addon-content,
body.agence #contenu1 .txt3 .sppb-addon-content {
  padding-top: 20px;
}
body.agence #contenu2 .iconrow1,
body.agence #contenu2 .iconrow2,
body.metiers #contenu2 .iconrow1,
body.metiers #contenu2 .iconrow2,
body.projets #contenu2 .iconrow1,
body.projets #contenu2 .iconrow2 {
  width: 275px;
  margin: 20px auto;
}
body.agence #contenu2 .iconrow1 .sppb-addon-content,
body.agence #contenu2 .iconrow2 .sppb-addon-content,
body.metiers #contenu2 .iconrow1 .sppb-addon-content,
body.metiers #contenu2 .iconrow2 .sppb-addon-content,
body.projets #contenu2 .iconrow1 .sppb-addon-content,
body.projets #contenu2 .iconrow2 .sppb-addon-content {
  text-align: center;
  margin: auto;
}

body.agence #contenu2 .iconrow1 .sppb-animated-number,
body.agence #contenu2 .iconrow2 .sppb-animated-number,
body.metiers #contenu2 .iconrow1 .sppb-animated-number,
body.metiers #contenu2 .iconrow2 .sppb-animated-number,
body.projets #contenu2 .iconrow1 .sppb-animated-number,
body.projets #contenu2 .iconrow2 .sppb-animated-number {
  font-size: 80px;
  font-weight: 900;
  line-height: 1em;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
body.agence #contenu2 .iconrow1 .sppb-animated-number-title,
body.agence #contenu2 .iconrow2 .sppb-animated-number-title,
body.metiers #contenu2 .iconrow1 .sppb-animated-number-title,
body.metiers #contenu2 .iconrow2 .sppb-animated-number-title,
body.projets #contenu2 .iconrow1 .sppb-animated-number-title,
body.projets #contenu2 .iconrow2 .sppb-animated-number-title {
  font-size: 30px;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: var(--principal_green);
  line-height: 1.1em;
}
body.agence #contenu2 .iconrow1 img,
body.agence #contenu2 .iconrow2 img,
body.metiers #contenu2 .iconrow1 img,
body.metiers #contenu2 .iconrow2 img,
body.projets #contenu2 .iconrow1 img,
body.projets #contenu2 .iconrow2 img {
  width: 130px;
  display: inline-block;
}
body.projets .projetsgallerie,
body.projets .projetsgallerieplus {
  max-height: none;
  height: auto;
}
body.projets .projetsgallerieplus .svgclient {
  position: relative;
  width: 325px;
  height: 452px;
}
body.projets .projetsgallerieplus .svgclient .sppb-addon-content {
  position: relative;
  width: 325px;
  height: 452px;
}

body.projets
  .projetsgallerieplus
  .svgclient
  .sppb-addon-content
  .sppb-addon-single-image-container {
  position: relative;
  width: 325px;
  height: 452px;
}

body.projets .projetsgallerieplus .svgclient img {
  position: absolute;
  width: 325px;
  height: 450px;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease-in-out;
}

body.projets .projetsgallerieplus .svgclient img:first-child {
  z-index: 1;
}

body.projets .projetsgallerieplus .svgclient img:last-child {
  z-index: 2;
  opacity: 0;
}
body.projets .projetsgallerieplus .collinks .txt a {
  font-size: 10px;
  line-height: 10px;
  margin: 0;
  padding: 0 0 5px 0;
  display: block;
}
#section8 .txt1 {
  font-size: 51px;
  line-height: 1em;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: var(--principal_green);
}
#section8 .txt2 {
  font-size: 66px;
  line-height: 1em;
  font-weight: 900;
  text-align: center;
}
#section8 .txt3 {
  font-size: 90px;
  line-height: 1.2em;
  font-weight: 900;
}
#section8 .addon-root-button {
  height: 80px;
}
.sppb-btn-custom,
.sppb-btn-custom:active {
  color: var(--principal);
  font-size: 24px;
  font-weight: 500;
  border: 1px solid var(--principal_green);
}
.sppb-btn-custom:hover {
  color: var(--principal);
  border-width: 1px 3px 3px 1px;
  border-color: var(--principal);
  background-color: var(--principal_green);
  margin: -2px 0px 0px -2px;
  transition: all 0.1s;
}

.sppb-btn-custom,
.sppb-btn-custom:active {
  color: var(--principal);
  font-size: 24px;
  font-weight: 500;
  border: 1px solid var(--principal_green);
}
.sppb-btn-custom:hover {
  color: var(--principal);
  border-width: 1px 3px 3px 1px;
  border-color: var(--principal);
  background-color: var(--principal_green);
  margin: -2px 0px 0px -2px;
  transition: all 0.1s;
}
a.bouton_type_bg,
a.bouton_type_bg:active {
  color: var(--principal);
  font-size: 24px;
  font-weight: 500;
  border: 1px solid var(--principal_green);
}
a.bouton_type_bg:hover {
  color: var(--principal);
  border: 1px solid var(--principal_green);
  background-color: var(--principal_gray);
  margin: 0px;
  transition: all 0.1s;
}
a.bouton_type_bb,
a.bouton_type_bb:active {
  color: var(--principal);
  font-size: 24px;
  font-weight: 500;
  border: 1px solid var(--principal);
}
a.bouton_type_bb:hover {
  color: var(--principal);
  border: 1px solid var(--principal_white);
  margin: 0px;
  transition: all 0.1s;
}

a.bouton_type_ibg,
a.bouton_type_ibg:active {
  color: var(--principal);
  border-width: 2px;
  border-color: var(--principal);
  background-color: var(--principal_green);
  margin: -4px 0px 0px -4px;
  transition: all 0.1s;
  font-size: 40px;
  line-height: 1em;
  font-weight: 500;
  box-shadow: 6px 4px 0px 0px rgba(0, 0, 0, 1) !important;
  -webkit-box-shadow: 6px 4px 0px 0px rgba(0, 0, 0, 1) !important;
  -moz-box-shadow: 6px 4px 0px 0px rgba(0, 0, 0, 1) !important;
}
a.bouton_type_ibg:hover {
  color: var(--principal);
  border: 2px solid var(--principal);
  margin: 0px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
body,
.sp-preloader {
  background-color: #ffffff;
  color: var(--principal);
}
.sp-preloader > div {
  background: #0345bf;
}
.sp-preloader > div:after {
  background: #ffffff;
}
#sp-top-bar {
  background: #333333;
  color: #aaaaaa;
}
#sp-top-bar a {
  color: #aaaaaa;
}
#sp-menu ul.social-icons a:hover,
#sp-menu ul.social-icons a:focus {
  color: #0345bf;
}
a {
  color: var(--principal);
}
.diapoexo80 a:hover {
  color: var(--primary-dark);
  text-decoration: none;
}
.tags > li {
  display: inline-block;
}
.tags > li a {
  background: rgba(3, 69, 191, 0.1);
  color: #0345bf;
}
.tags > li a:hover {
  background: #00ff00;
}
.article-social-share .social-share-icon ul li a {
  color: var(--principal);
}
.article-social-share .social-share-icon ul li a:hover,
.article-social-share .social-share-icon ul li a:focus {
  background: #0345bf;
}
.pager > li a {
  border: 1px solid #ededed;
  color: var(--principal);
}
.sp-reading-progress-bar {
  background-color: #0345bf;
}
.sp-megamenu-parent > li > a {
  color: #252525;
}
.sp-megamenu-parent > li:hover > a {
  color: #0345bf;
}
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a {
  color: #0345bf;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #ffffff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  color: #252525;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #0345bf;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #0345bf;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  color: #252525;
}
#offcanvas-toggler > .fa {
  color: #252525;
}
#offcanvas-toggler > .fa:hover,
#offcanvas-toggler > .fa:focus,
#offcanvas-toggler > .fa:active {
  color: #0345bf;
}
#offcanvas-toggler > .fas {
  color: #252525;
}
#offcanvas-toggler > .fas:hover,
#offcanvas-toggler > .fas:focus,
#offcanvas-toggler > .fas:active {
  color: #0345bf;
}
#offcanvas-toggler > .far {
  color: #252525;
}
#offcanvas-toggler > .far:hover,
#offcanvas-toggler > .far:focus,
#offcanvas-toggler > .far:active {
  color: #0345bf;
}
.offcanvas-menu {
  background-color: #00ff00;
  color: #252525;
}
.offcanvas-menu .offcanvas-inner a {
  color: #252525;
}
.offcanvas-menu .offcanvas-inner a:hover,
.offcanvas-menu .offcanvas-inner a:focus,
.offcanvas-menu .offcanvas-inner a:active {
  color: #0345bf;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a,
.offcanvas-menu .offcanvas-inner ul.menu > li span {
  color: var(--principal);
}
.offcanvas-menu .offcanvas-inner ul.menu > li a:hover,
.offcanvas-menu .offcanvas-inner ul.menu > li a:focus,
.offcanvas-menu .offcanvas-inner ul.menu > li span:hover,
.offcanvas-menu .offcanvas-inner ul.menu > li span:focus,
.offcanvas-menu .offcanvas-inner ul.menu > li.active a {
  text-decoration: underline solid var(--principal);
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler,
.offcanvas-menu
  .offcanvas-inner
  ul.menu
  > li.menu-parent
  > .menu-separator
  > .menu-toggler {
  color: rgba(37, 37, 37, 0.5);
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent .menu-toggler {
  color: rgba(37, 37, 37, 0.5);
}
.offcanvas-menu .offcanvas-inner ul.menu > li li a {
  color: rgba(37, 37, 37, 0.8);
}
.btn-primary,
.sppb-btn-primary {
  border-color: #0345bf;
  background-color: #0345bf;
}
.btn-primary:hover,
.sppb-btn-primary:hover {
  border-color: #00ff00;
  background-color: #00ff00;
}
ul.social-icons > li a:hover {
  color: #0345bf;
}
.sp-page-title {
  background: #0345bf;
}
.layout-boxed .body-innerwrapper {
  background: #ffffff;
}
.sp-module ul > li > a {
  color: var(--principal);
}
.sp-module ul > li > a:hover {
  color: #0345bf;
}
.sp-module .latestnews > div > a {
  color: var(--principal);
}
.sp-module .latestnews > div > a:hover {
  color: #0345bf;
}
.sp-module .tagscloud .tag-name:hover {
  background: #0345bf;
}
.search .btn-toolbar button {
  background: #0345bf;
}
#sp-footer,
#sp-bottom {
  background: #00ff00;
  color: var(--principal);
}
#sp-footer a,
#sp-bottom a {
  color: var(--principal);
}
#sp-footer a:hover,
#sp-footer a:active,
#sp-footer a:focus,
#sp-bottom a:hover,
#sp-bottom a:active,
#sp-bottom a:focus {
  /* color: #ffffff; */
}
#sp-bottom .sp-module-content .latestnews > li > a > span {
  /* color: #ffffff; */
}
.sp-comingsoon body {
  background-color: #0345bf;
}
.pagination > li > a,
.pagination > li > span {
  color: var(--principal);
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: var(--principal);
}
.pagination > .active > a,
.pagination > .active > span {
  border-color: #0345bf;
  background-color: #0345bf;
}
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  border-color: #0345bf;
  background-color: #0345bf;
}
.error-code,
.coming-soon-number {
  color: #0345bf;
}

/* ////////////////////////   RESPONSIVE    //////////////////////////////////*/
@media (max-width: 576px) {
  html,
  body {
    margin: 0;
    padding: 0;
    height: 100%;
    scroll-behavior: smooth;
    overflow: scroll;
    overflow-x: hidden;
  }
  .sp-menu-full.container {
    width: 540px;
  }
  body.accueil #section1 .txt2 {
    font-size: 25px;
    font-weight: 900;
    line-height: 1.2;
  }
  body.accueil #section1 .txt1 strong.quoteopen {
    vertical-align: bottom;
    height: 45px;
    overflow: hidden;
    width: 61px;
    margin-left: -0.1em !important;
  }
  body.accueil #section1 .txt1 strong.quoteclose {
    vertical-align: top;
    height: 55px;
    overflow: hidden;
    width: 60px;
    margin-bottom: -0.15em;
  }
  body.accueil #section1 .txt1 strong {
    font-family: "Trispace", sans-serif;
    color: var(--principal_green);
    font-size: 72px;
    line-height: 1;
    display: inline-block;
    margin: 0px !important;
    padding: 0px !important;
  }
  svg#eye {
    /* position: absolute; */
    width: 50% !important;
  }
  #sp-main-body section.sppb-section {
    height: auto;
    min-height: 100dvh;
  }
  body.accueil #section2 .txt1,
  body.agence #section2 .txt1 {
    font-size: 50px;
    font-weight: 900;
    line-height: 0.8em;
  }
  body.accueil #section2 .txt2,
  body.agence #section2 .txt2 {
    line-height: 1.5em;
    font-size: 20px;
    font-weight: 900;
  }
  body.accueil #section2 .txt3,
  body.agence #section2 .txt3 {
    font-size: 17px;
    font-weight: 900;
    line-height: 1.5em;
  }

  .logo-image {
    height: 20px !important;
  }
  body.accueil #section3 .txt,
  body.agence #section3 .txt,
  body.metiers #section3 .txt {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2em;
  }
  body.accueil #section3 .txt1,
  body.agence #section3 .txt1,
  body.metiers #section3 .txt1 {
    font-size: 23px;
    font-weight: 900;
    line-height: 1.2em;
  }
  body.accueil #section3 img,
  body.agence #section3 img,
  body.metiers #section3 img {
    width: 100px;
    float: left;
  }
  body.accueil #section3 .col1 .sppb-addon-wrapper,
  body.agence #section3 .col1 .sppb-addon-wrapper,
  body.metiers #section3 .col1 .sppb-addon-wrapper {
    width: 65%;
    float: left;
    margin-right: 0px;
  }
  body.accueil #section3 .col1 .sppb-addon-wrapper:first-child,
  body.agence #section3 .col1 .sppb-addon-wrapper:first-child,
  body.metiers #section3 .col1 .sppb-addon-wrapper:first-child {
    width: 35%;
    float: left;
    margin-right: 0px;
  }

  .sp-page-builder .page-content body.accueil #section4 {
    background-position: 43% !important;
  }
  /* img.logo-image {
    filter: brightness(0) invert(1);  
  } */

  body.accueil #section5 .txt,
  body.agence #section5 .txt {
    font-size: 27px;
    font-weight: 900;
    line-height: 1.2em;
  }
  body.accueil #section5 .sppb-addon-content,
  body.agence #section5 .sppb-addon-content {
    display: flex;
  }
  body.accueil #section5 .box1 .sppb-img-container,
  body.accueil #section5 .box2 .sppb-img-container,
  body.accueil #section5 .box3 .sppb-img-container,
  body.agence #section5 .box1 .sppb-img-container,
  body.agence #section5 .box2 .sppb-img-container,
  body.agence #section5 .box3 .sppb-img-container {
    width: 20%;
  }
  body.accueil #section5 .box1 .sppb-media-content,
  body.accueil #section5 .box2 .sppb-media-content,
  body.accueil #section5 .box3 .sppb-media-content,
  body.agence #section5 .box1 .sppb-media-content,
  body.agence #section5 .box2 .sppb-media-content,
  body.agence #section5 .box3 .sppb-media-content {
    width: 80%;
    padding-left: 20px;
    font-size: 0.8em;
    height: 90px !important;
  }

  body.accueil #section6 .txt,
  body.agence #section6 .txt {
    font-size: 27px;
    font-weight: 900;
    line-height: 1.2em;
  }
}
