@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'Bebas Kai';
  src: local("Bebas Kai"), local("BebasKai"), url("../font/BebasKai.woff2") format("woff2"), url("../font/BebasKai.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN Pro';
  src: url("../font/DINPro-Light.eot");
  src: local("DIN Pro Light"), local("DINPro-Light"), url("../font/DINPro-Light.eot?#iefix") format("embedded-opentype"), url("../font/DINPro-Light.woff2") format("woff2"), url("../font/DINPro-Light.woff") format("woff"), url("../font/DINPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN Pro';
  src: url("../font/DINPro.eot");
  src: local("DIN Pro"), local("DINPro"), url("../font/DINPro.eot?#iefix") format("embedded-opentype"), url("../font/DINPro.woff2") format("woff2"), url("../font/DINPro.woff") format("woff"), url("../font/DINPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN Pro';
  src: url("../font/DINPro-Bold.eot");
  src: local("DIN Pro Bold"), local("DINPro-Bold"), url("../font/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("../font/DINPro-Bold.woff2") format("woff2"), url("../font/DINPro-Bold.woff") format("woff"), url("../font/DINPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../font/DINPro-CondensedMedium.eot");
  src: local("DIN Pro Condensed Medium"), local("DINPro-CondensedMedium"), url("../font/DINPro-CondensedMedium.eot?#iefix") format("embedded-opentype"), url("../font/DINPro-CondensedMedium.woff2") format("woff2"), url("../font/DINPro-CondensedMedium.woff") format("woff"), url("../font/DINPro-CondensedMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN Pro';
  src: url("../font/DINPro-Medium.eot");
  src: local("DIN Pro Medium"), local("DINPro-Medium"), url("../font/DINPro-Medium.eot?#iefix") format("embedded-opentype"), url("../font/DINPro-Medium.woff2") format("woff2"), url("../font/DINPro-Medium.woff") format("woff"), url("../font/DINPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../font/DINPro-CondensedBold.eot");
  src: local("DIN Pro Condensed Bold"), local("DINPro-CondensedBold"), url("../font/DINPro-CondensedBold.eot?#iefix") format("embedded-opentype"), url("../font/DINPro-CondensedBold.woff2") format("woff2"), url("../font/DINPro-CondensedBold.woff") format("woff"), url("../font/DINPro-CondensedBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../font/DINPro-CondensedRegular.eot");
  src: local("DIN Pro Condensed Regular"), local("DINPro-CondensedRegular"), url("../font/DINPro-CondensedRegular.eot?#iefix") format("embedded-opentype"), url("../font/DINPro-CondensedRegular.woff2") format("woff2"), url("../font/DINPro-CondensedRegular.woff") format("woff"), url("../font/DINPro-CondensedRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*==============MIXIN================*/
.cover-img, .maskRight img, .maskLeft img, .maskTop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
}

/*==============MIXIN================*/
html {
  font-family: 'DIN Pro', sans-serif;
  font-weight: normal;
  font-size: 1em;
  color: #fff;
  overflow-x: hidden;
}

body {
  background-color: #061a37;
}

p {
  line-height: 1.1;
}
p a {
  color: #fff;
  text-decoration: underline;
}
p a:hover {
  color: #fff;
}

*, :before, :after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

a:hover {
  color: #020d1d;
}

strong {
  font-weight: bolder;
}

img {
  max-width: 100%;
}

section {
  padding: 50px 10%;
}

.block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.link, .cd-upload-btn {
  transition: background-position 1s ease, color .3s ease;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 15px;
  cursor: pointer;
  background: linear-gradient(90deg, #e16d38 0%, #f9910f 50%, #e16d38 100%);
  background-size: 200%;
}
.link.white, .cd-upload-btn.white {
  background: none;
  border: 1px solid #fff;
}

.link:hover, .cd-upload-btn:hover {
  background-position: right;
}

.block-text {
  max-width: 100%;
  margin: 20px 0;
}
.block-text ul {
  padding-left: 20px;
  list-style: none;
}
.block-text ul li {
  margin: 20px 0;
  display: flex;
}
.block-text ul li:before {
  content: '';
  min-width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  background: linear-gradient(189deg, #f8900f 0%, #f9910f 100%);
  margin-right: 10px;
  margin-top: 2px;
}
.block-text p {
  margin: 10px 0;
  text-align: justify;
  max-width: 750px;
}
.block-text.center {
  margin: 20px auto;
}
.block-text.center p {
  margin: 10px auto;
  text-align: center;
}

.blueLink {
  padding: 10px 20px;
  height: 46px;
  width: 400px;
  max-width: 100%;
  text-transform: uppercase;
  color: #f9910f;
  font-weight: bolder;
  background-image: url("../img/blueLink.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  text-align: center;
}

.t-1 {
  font-family: 'DIN Pro Cond', sans-serif;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-transform: uppercase;
  line-height: 1.2;
}
.t-1 em {
  color: #f9910f;
  font-size: 1.8rem;
}
.t-1 strong {
  font-size: 2.2rem;
}
.t-1.center {
  align-items: center;
  text-align: center;
}

.t-2 {
  font-family: 'DIN Pro Cond', sans-serif;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-transform: uppercase;
  line-height: 1.2;
}
.t-2 em {
  color: #f9910f;
  font-size: 1.6rem;
}
.t-2 strong {
  font-size: 2rem;
}
.t-2.center {
  align-items: center;
  text-align: center;
}

.barInf:after {
  content: '';
  width: 20px;
  height: 5px;
  border-radius: 5px;
  background-color: #f9910f;
  display: block;
  margin-top: 5px;
}

.corner {
  position: relative;
}
.corner:before {
  content: '';
  width: 100px;
  height: 100px;
  background-image: url("../img/title-corner.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  position: absolute;
  left: -40px;
  top: -30px;
}
.corner.center p, .corner.center strong {
  position: relative;
  z-index: 1;
}
.corner.center:before {
  left: calc(50% - 75px);
  top: -30px;
  z-index: 0;
}

.demandeDevis {
  position: fixed;
  top: 0;
  background: #f9910f;
  z-index: 12;
  max-width: 100%;
  -webkit-transform: translateY(calc(-100% - 1px));
  -ms-transform: translateY(calc(-100% - 1px));
  transform: translateY(calc(-100% - 1px));
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.demandeDevis .closeDevis {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 2rem;
  font-weight: bolder;
  color: #020d1d;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.demandeDevis .closeDevis:hover {
  color: #061a37;
}
.demandeDevis .devisSwiper {
  padding-bottom: 30px;
}
.demandeDevis .col-12{
  user-select: none;
  pointer-events: none;
}
.demandeDevis .swiper-wrapper {
  display: flex;
  align-items: center;
}
.demandeDevis .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  width: 25%;
  padding: 15px;
  position: relative;
}
.demandeDevis .swiper-wrapper .swiper-slide .infoPopUp {
  opacity: 0;
  user-select: none;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: auto;
  background-color: #061a37;
  transition: opacity .3s ease;
  padding: 15px;
  border-radius: 10px;
}
.demandeDevis .swiper-wrapper .swiper-slide .infoPopUp p {
  color: #fff;
  text-transform: initial;
  font-size: 0.9rem;
  margin-bottom: 7.5px;
}
.demandeDevis .swiper-wrapper .swiper-slide .infoPopUp .link {
  font-size: 0.8rem;
}
.demandeDevis .swiper-wrapper .swiper-slide .pictoDevis {
  height: 100px;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
}
.demandeDevis .swiper-wrapper .swiper-slide .pictoDevis img {
  height: 100%;
}
.demandeDevis .swiper-wrapper .swiper-slide .pictoDevis.open .infoPopUp {
  opacity: 1;
  user-select: initial;
  pointer-events: initial;
}
.demandeDevis .swiper-wrapper .swiper-slide .pictoDevis:after {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  background-color: #061a37;
  border: 2px solid #fff;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -15px;
}
.demandeDevis .swiper-wrapper .swiper-slide .pictoDevis:before {
  content: '+';
  position: absolute;
  left: calc(50% - 15px);
  bottom: -15px;
  width: 30px;
  height: 30px;
  z-index: 1;
  font-size: 1.3rem;
  color: #f9910f;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.demandeDevis .swiper-wrapper .swiper-slide div:not(.pictoDevis) {
  margin-bottom: 15px;
}
.demandeDevis .swiper-wrapper .swiper-slide p {
  color: #061a37;
  min-height: 36px;
}
.demandeDevis .swiper-wrapper .swiper-slide p, .demandeDevis .swiper-wrapper .swiper-slide strong {
  text-transform: uppercase;
  font-weight: bold;
}
.demandeDevis .swiper-wrapper .swiper-slide strong {
  font-size: 1.3rem;
}
.demandeDevis .swiper-wrapper .swiper-slide:not(:last-child):after {
  content: '';
  width: 2px;
  height: 150px;
  background-color: #061a37;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 75px);
}
.demandeDevis .swiper-wrapper .swiper-slide:first-child .pictoDevis img {
  margin-right: -40px;
}
.demandeDevis .openDevis {
  position: absolute;
  bottom: -29px;
  left: calc(50% - 130px);
  width: 200px;
  text-align: center;
  padding: 7.5px 15px 5px 15px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bolder;
  background-image: url("../img/orangeLink.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 260px;
  height: 30px;
}
.demandeDevis .openDevis:hover {
  color: #020d1d;
}
.demandeDevis.open {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.demandeDevis .swiper-pagination-progressbar {
  top: auto;
  bottom: 0;
  width: 200px;
  left: calc(50% - 100px);
  border-radius: 25px;
}
.demandeDevis .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #061a37;
  border-radius: 25px;
}
.quickLinks{
  position: absolute;
  top: 5px;
  left: calc(10% + 40px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 11;

}
.quickLink{
  text-align: center;
  padding: 7.5px 15px 7.5px 15px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bolder;
  background-color: #f9910f;
  border-radius: .5rem;
  width: auto;
  margin: 0 10px;
  font-size: .9rem;
}

.quickContact{
  position: absolute;
  top: 5px;
  right:50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 11;
}
.quickLink.linkedIn{
  background: #f9910f;
  border-radius: .5rem;
  width: 31px;
  height: 31px;
  padding: 8px;
}
.quickLink.linkedIn svg{
  width: 100%;
  height: 100%;
  display: block;
}
.quickLink.linkedIn svg path{
  fill:#fff;
}
.page-accueil .quickLink.telephone, .page-accueil  .quickLink.linkedIn{
  background-color: #061a37;
}
.page-accueil  .quickLink.telephone:hover{
  color: #f9910f;
}
.page-accueil .quickLink.linkedIn:hover svg path{
  fill: #f9910f;
}
.quickLink.telephone svg{
  display: none;
}


header {
  padding: 50px 45px 30px calc(10% - 40px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
header .logo {
  width: 370px;
}
header .logo svg{
  width: 100%;
}
header.fixed .burgerContainer {
  top: 30px;
}

.burgerContainer {
  height: 50px;
  width: 50px;
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 5px;
  z-index: 11;
  position: fixed;
  right: 50px;
  top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
  background-color: #020d1d;
}
.burgerContainer, .burgerContainer:hover {
  color: #fff;
}
.burgerContainer a {
  display: block;
  position: relative;
  height: 50px;
  width: 50px;
  cursor: pointer;
}

.menu-toggle-bar {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 0;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.menu-toggle-bar.menu-toggle-bar--top {
  transform: translate(0, -8px);
  width: calc(100% - 5px);
  right: 2.5px;
}
.menu-toggle-bar.menu-toggle-bar--bottom {
  transform: translate(0, 8px);
  width: calc(100% - 5px);
  right: 2.5px;
}
.nav-open .menu-toggle-bar.menu-toggle-bar--top {
  transform: translate(0, 0) rotate(45deg);
}
.nav-open .menu-toggle-bar.menu-toggle-bar--middle {
  opacity: 0;
}
.nav-open .menu-toggle-bar.menu-toggle-bar--bottom {
  transform: translate(0, 0) rotate(-45deg);
}

.menu-menu-container {
  position: fixed;
  height: 100vh;
  width: 500px;
  -webkit-transform: translateX(500px);
  -ms-transform: translateX(500px);
  transform: translateX(500px);
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  background: linear-gradient(189deg, #f8900f 0%, #f9910f 100%);
  z-index: 10;
  right: 0;
  top: 0;
  padding: 0;
}
.menu-menu-container > ul {
  padding: 125px 30px 75px 30px;
}
.menu-menu-container ul li a {
  padding: 10px 15px;
  text-transform: uppercase;
  display: block;
  font-weight: bolder;
  font-size: 1.3rem;
  text-align: right;
}
.menu-menu-container ul li.children > a {
  padding: 20px 15px;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  cursor: default;
}
.menu-menu-container ul li.children + li a {
  border-bottom: 2px solid #fff;
}
.menu-menu-container ul li .sub-menu li a {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.menu-menu-container ul li .sub-menu li a:before {
  font-family: 'Bebas Kai',sans-serif;
  font-weight: 300;
}
.menu-menu-container ul li .sub-menu li:first-child a:before {
  content: 'G1-PGC';
}
.menu-menu-container ul li .sub-menu li:nth-child(2) a:before {
  content: 'G2-AVP & G2-PRO';
}
.menu-menu-container ul li .sub-menu li:nth-child(3) a:before {
  content: 'G3-EXE/VISA & DET/AOR';
}
.menu-menu-container ul li .sub-menu li:nth-child(4) a:before {
  content: 'G4-EXE/VISA & DET/AOR';
}
.menu-menu-container ul li .sub-menu li:nth-child(5) a:before{
  content: 'G5';
}
.menu-menu-container ul li .sub-menu li:nth-child(6) a:before{
  content: 'ANC/EP';
}
.menu-menu-container ul li .sub-menu li:nth-child(7) a:before{
  content: 'ERP';
}
.menu-menu-container > ul > li:last-child a {
  border-bottom: 2px solid #fff;
}

body.nav-open .demandeDevis {
  z-index: 10;
}
body.nav-open .menu-menu-container {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
body.loaded .top-page:before {
  opacity: 1;
}

.top-page {
  padding: 0;
  min-height: 700px;
  position: relative;
}
.top-page:before {
  content: '';
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 1000px;
  background-image: url("../img/background-top.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  mix-blend-mode: multiply;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s .5s ease;
}
.top-page .block-text p strong {
  text-transform: uppercase;
}
.top-page .block {
  padding: 170px 15px 50px 10%;
}
.top-page .illustration {
  padding: 0;
}

.page-accueil .top-page ul {
  padding-left: 40px;
  margin-top: 0;
}
.page-accueil .top-page ul li {
  margin: 15px 0;
}
.page-accueil .top-page ul li:before {
  content: none;
}
.page-accueil .top-page ul li a {
  text-transform: uppercase;
  text-align: left;
}
.page-accueil .top-page ul li a:hover {
  color: #f9910f;
}
.page-accueil .top-page .illustration {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.page-accueil .top-page .illustration.fromRight .solAnimation {
  animation: bulleAnim 1.5s ease forwards;
}
.page-accueil .top-page .illustration.fromRight .solAnimation img:last-child {
  bottom: -12px;
  transition: bottom .3s 1s ease;
}
.page-accueil .top-page .illustration.fromRight .solAnimation img:nth-child(3) {
  top: calc(100% - 120px);
  transition: top .3s 1.5s ease;
}
.page-accueil .top-page .illustration.fromRight .solAnimation img:nth-child(2) {
  top: calc(100% - 160px);
  transition: top .3s 2s ease;
}
.page-accueil .top-page .illustration.fromRight .solAnimation img:first-child {
  top: 12px;
  transition: top .3s 2.5s ease;
}
.page-accueil .top-page .illustration .mobil {
  display: none;
}
.page-accueil .top-page .solAnimation {
  position: absolute;
  border-radius: 50%;
  border: 4px solid #fff;
  overflow: hidden;
  width: 30px;
  height: 30px;
  right: calc(50% - 112.5px);
  bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f0eee1;
}
.page-accueil .top-page .solAnimation img {
  width: 200px;
  position: absolute;
}
.page-accueil .top-page .solAnimation img:last-child {
  bottom: calc(100% + 130px);
}
.page-accueil .top-page .solAnimation img:nth-child(3) {
  z-index: 1;
  top: -100px;
}
.page-accueil .top-page .solAnimation img:nth-child(2) {
  z-index: 2;
  top: -100px;
}
.page-accueil .top-page .solAnimation img:first-child {
  z-index: 3;
  top: -100px;
}
@keyframes bulleAnim {
  0% {
    width: 30px;
    height: 30px;
  }
  100% {
    width: 225px;
    height: 225px;
  }
}
.listeEtude {
  padding: 0;
  position: relative;
}
.listeEtude::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("../img/fond-etude.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  mix-blend-mode: overlay;
  right: 0;
}
.listeEtude .col-12 {
  position: relative;
  z-index: 1;
  padding-left: 10%;
}
.listeEtude .block-text {
  width: 600px;
  position: relative;
}
.listeEtude .block-text ul {
  list-style: none;
}
.listeEtude .block-text ul li {
  display: flex;
  margin: 40px 0;
}
.listeEtude .block-text ul li:first-child {
  margin-left: -129px;
}
.listeEtude .block-text ul li:nth-child(2) {
  margin-left: -164px;
}
.listeEtude .block-text ul li:nth-child(3) {
  margin-left: -200px;
}
.listeEtude .block-text ul li:nth-child(4) {
  margin-left: -244px;
}
.listeEtude .block-text ul li:nth-child(5) {
  margin-left: -272px;
}
.listeEtude .block-text ul li:nth-child(6) {
  margin-left: -305px;
}
.listeEtude .col-xl-12 {
  margin-top: -100px;
  text-align: center;
}

.etudeIllustration {
  -webkit-mask-image: url(../img/mask.svg);
  mask-image: url(../img/mask.svg);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  margin-top: -140px;
}

.etudeBtn {
  position: relative;
  margin-top: -50px;
}
.etudeBtn li {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.etudeBtn li p {
  margin-top: 5px;
}
.etudeBtn li:nth-child(1) {
  margin-left: -120px;
}
.etudeBtn li:nth-child(2) {
  margin-left: -175px;
}
.etudeBtn li:nth-child(3) {
  margin-left: -235px;
}
.etudeBtn li:nth-child(4) {
  margin-left: -288px;
}
.etudeBtn li:nth-child(5) {
  margin-left: -348px;
}
.etudeBtn li:nth-child(6) {
  margin-left: -401px;
}
.etudeBtn .picto img {
  height: 80px;
}
.etudeBtn .content {
  margin-left: 20px;
}
.etudeBtn .content > div {
  font-size: .9rem;
  line-height: 1.2;
}
.etudeBtn .content a strong {
  font-size: .8rem;
}
.etudeBtn .content strong {
  font-size: 1rem;
  text-transform: uppercase;
}
.etudeBtn .link {
  display: inline-block;
  margin-top: 5px;
  font-size: .8rem;
}

.experienceSavoirFaire {
  margin-top: -140px;
}
.experienceSavoirFaire .carte div {
  position: relative;
  width: 500px;
}
.experienceSavoirFaire .carte div img {
  width: 100%;
}
.experienceSavoirFaire .carte div > div {
  position: absolute;
  right: -160px;
  top: 45%;
  background-color: #061a37;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 370px;
  padding: 10px 20px 20px 20px;
  border-radius: 50px;
}
.experienceSavoirFaire .carte div .link {
  margin-bottom: -30px;
}
.experienceSavoirFaire .carte div p {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bolder;
  margin-bottom: 15px;
}
.experienceSavoirFaire .carte div p strong {
  font-size: 1.1rem;
}
.experienceSavoirFaire .carte div p strong strong {
  font-size: 2.5rem;
}

.soletudeClients {
  overflow: hidden;
}

.soletudeClients .swiperLogos {
  width: 100%;
  padding: 35px 0 35px;
  overflow: visible;
  margin-top: 50px;
}

.soletudeClients .swiperLogos .swiper-wrapper {
  transition-timing-function: linear;
  align-items: stretch;
}

.soletudeClients .swiperLogos .swiper-slide {
  height: auto;
}

.soletudeClients .swiperLogos .swiper-slide > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 24px;
  border-radius: 0 40px;
  background: rgba(255, 255, 255, 1);
}

.soletudeClients .swiperLogos img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
  user-select: none;
}

.soletudeClients .tranding-slider-control {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  height: 38px;
}

.soletudeClients .tranding-slider-control .swiper-button-next,
.soletudeClients .tranding-slider-control .swiper-button-prev {
  position: static;
  width: 38px;
  height: 38px;
  margin: 0;
  color: #f9910f;
}

.soletudeClients .tranding-slider-control .swiper-button-next:after,
.soletudeClients .tranding-slider-control .swiper-button-prev:after {
  content: none;
}

.soletudeClients .tranding-slider-control .swiper-button-next svg,
.soletudeClients .tranding-slider-control .swiper-button-prev svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.soletudeClients .tranding-slider-control .swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  width: auto !important;
}

.soletudeClients .tranding-slider-control .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  opacity: 1;
  border: 1px solid #f9910f;
  background: transparent;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.soletudeClients .tranding-slider-control .swiper-pagination-bullet-active {
  background: #f9910f;
  transform: scale(1.2);
}

@media screen and (max-width: 767px) {
  .soletudeClients .swiperLogos {
    padding-top: 25px;
  }

  .soletudeClients .swiperLogos .swiper-slide > div {
    height: 90px;
    padding: 18px;
  }
}

.chiffres {
  position: relative;
  z-index: 1;
  padding: 50px 5%;
}
.chiffres .col-12 {
  background: linear-gradient(189deg, #f8900f 0%, #f9910f 100%);
  border-radius: 0 100px;
  display: flex;
  justify-content: center;
  padding: 60px 30px;
}
.chiffres .chiffre {
  width: 250px;
  text-transform: uppercase;
  text-align: center;
}
.chiffres strong {
  font-size: 2rem;
  display: block;
  margin-bottom: 10px;
  color: #020d1d;
  font-family: 'DIN Pro Cond', sans-serif;
}

.appelezNous {
  padding: 0;
  margin-top: -320px;
}
.appelezNous .block {
  padding: 350px 15px 50px 10%;
}
.appelezNous .logoContainer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
}
.appelezNous .logoContainer > div {
  margin: 15px;
  width: 150px;
  display: flex;
  justify-content: center;
}

.maskContain {
  padding: 0;
}

.maskRight {
  -webkit-mask-image: url(../img/maskRight.svg);
  mask-image: url(../img/maskRight.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left;
  mask-position: left;
  height: 100%;
}

.maskLeft {
  -webkit-mask-image: url(../img/maskLeft.svg);
  mask-image: url(../img/maskLeft.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: right;
  mask-position: right;
  height: 100%;
}

.maskTop {
  -webkit-mask-image: url(../img/maskTop.svg);
  mask-image: url(../img/maskTop.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left;
  mask-position: left;
}
.maskTop img {
  object-position: left;
  -o-object-position: left;
}

.subBackground {
  position: relative;
  padding: 50px 0;
}
.subBackground:before {
  content: '';
  width: 100%;
  height: calc(100% - 130px);
  position: absolute;
  top: 65px;
  left: 0;
  background-color: #020d1d;
}

.quickForm .wpcf7{
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}


.page-referencement .top-page .block{
  padding: 170px 10% 50px 10%;
  width: 1400px;
  flex: 0 0 1400px;
  max-width: 100%;
  margin: 0 auto;
}
.page-referencement .top-page .block > div{
  margin-top: 30px;
}
.page-referencement .top-page .block > div > p{
  margin: 7.5px 0;
}
.page-referencement .top-page .block > div > ul li{
  margin: 7.5px 0;
}
.page-referencement .top-page .block > div > h2{
 font-size: 1.6rem;
 margin: 15px 0;
 font-family: 'DIN Pro Cond', sans-serif;
 font-weight: bold;
 display: flex;
 flex-direction: column;
 align-items: flex-start;
}
.page-referencement .top-page .block > div > h2:after{
  content: '';
  width: 20px;
  height: 5px;
  border-radius: 5px;
  background-color: #f9910f;
  display: block;
  margin-top: 10px;
}
.page-referencement .top-page .block > div > h3{
  font-size: 1.3rem;
  margin: 15px 0;
  font-family: 'DIN Pro Cond', sans-serif;
  font-weight: bold;
 }
 .page-referencement .top-page .block > div > h4{
  font-size: 1.1rem;
  margin: 15px 0;
  font-family: 'DIN Pro Cond', sans-serif;
  font-weight: bold;
 }
 .page-referencement .top-page .block > div > p.t-2{
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
 }
 .page-referencement .top-page .block > div > p.t-2:after{
  margin: 10px 0 0 0;
 }
 .page-referencement .top-page .block  .wpcf7-form{
  margin-top: 10px;
 }

.page-contact .top-page {
  min-height: 1px;
}
.page-contact .top-page .block-text {
  width: 100%;
}
.page-contact .top-page .block-text ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.page-contact .top-page .block-text ul li {
  width: 100%;
  list-style: none;
  padding: 0 10px;
}
.page-contact .top-page .block-text ul li:before {
  content: none;
}
.page-contact .top-page .block-text ul li a:hover {
  color: #f9910f;
}
.page-contact .top-page .block-text.siege li {
  display: flex;
  align-items: center;
}
.page-contact .top-page .block-text.siege li:last-child {
  flex-direction: column;
  align-items: flex-start;
}
.page-contact .top-page .block-text.siege li:last-child a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-contact .top-page .block-text.siege li:last-child a:first-child:before {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  background-image: url("../img/phone.svg");
  margin-right: 5px;
}
.page-contact .top-page .block-text.siege li:last-child a:last-child:before {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  background-image: url("../img/mail.svg");
  margin-right: 5px;
}
.page-contact .top-page .block-text.siege li:first-child {
  line-height: 1.3;
}
.page-contact .top-page .block-text.siege li:first-child:before {
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/adress.svg");
  border-radius: 0;
}
.page-contact .top-page .block-text:not(.siege) {
  width: 100%;
}
.page-contact .top-page .block-text:not(.siege) li {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.page-contact .top-page .block-text:not(.siege) li br {
  display: none;
}
.page-contact .top-page .block-text:not(.siege) li a {
  margin: 5px 0;
  display: block;
}

.adressesRow{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.adresseBlock{
  width: auto;
  max-width: calc(50% - .5rem);
  & ul{
    width: 100%;
    list-style: none;
    padding: 0 10px;
  }
  & li{
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    &:first-child{
      &:before {
        content: '';
        width: 30px;
        min-width:30px;
        height: 30px;
        display: block;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../img/adress.svg");
        border-radius: 0;
        margin-right: 5px;
        margin-bottom: auto;
      }
    }
    &:nth-child(3){
       &:before {
        content: '';
        width: 30px;
        min-width:30px;
        height: 30px;
        display: block;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../img/phone.svg");
        margin-right: 5px;
        border-radius: 0;
      }
    }
    &:nth-child(2){
       &:before {
        content: '';
        width: 30px;
        min-width:30px;
        height: 30px;
        display: block;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../img/mail.svg");
        margin-right: 5px;
        border-radius: 0;
      }
    }
  }
  & a {
    &:hover{
      color: #e16d38;
    }
  }
}

.actualites .block {
  padding: 70px 5% 30px 50px;
}
.actualites .actuSwiper {
  margin: 10px 0;
  max-width: 100%;
}
.actualites .maskLeft{
  max-height: 600px;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: left top;
  mask-position: left top;
}
.actualites .actuSwiper .swiper-wrapper {
  padding: 15px 0 30px 0;
}
.actualites .actuSwiper .swiper-pagination {
  bottom: 0;
  text-align: left;
}
.actualites .actuSwiper .swiper-slide {
  opacity: 0;
}
.actualites .actuSwiper .swiper-slide.swiper-slide-active {
  animation: appear .5s ease forwards;
}
.actualites .actuSwiper .swiper-pagination-bullet {
  width: 12.5px;
  height: 12.5px;
  background-color: #fff;
  opacity: 0.8;
}
.actualites .actuSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f9910f;
  opacity: 1;
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.blockPostPreview .actuHead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.blockPostPreview span {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 2rem;
  margin-bottom: .5rem;
}
.blockPostPreview span em {
  color: #f9910f;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 1.5rem;
  margin-left: 2.5px;
}
.blockPostPreview h3 {
  text-align: left;
}
.blockPostPreview h2 {
  text-align: left;
  margin-bottom: 0;
}
.blockPostPreview .t-2 strong{
  font-size: 1.5rem;
}
.blockPostPreview h3 strong {
  color: #f9910f;
}

.grizzly .block {
  padding: 100px 15px 100px 10%;
}

.foreuse{
  margin-top: -10rem;
}
.foreuse .fullMask div{
  border-radius: 10rem 0;
  overflow: hidden;
}
.foreuse .fullMask div img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.zoneIntervention .col-lg-6:first-child {
  padding-right: 50px;
}
.zoneIntervention img {
  width: 550px;
}



.page-devis .top-page .maskContain {
  padding-top: 140px;
}


.page-devis-urgent .top-page {
  min-height: 350px;
}
.page-devis-urgent .top-page .col-12{
  padding-top: 200px;
  padding-left: 15px;
}

.alerte {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.alerte i {
  background: #f9910f;
  border-radius: 30px;
  padding: 5px;
  font-weight: bolder;
  text-transform: uppercase;
  border-radius: 50%;
  margin-right: 5px;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.alerte p {
  width: 0;
  opacity: 0;
  background: linear-gradient(90deg, #e16d38 0%, #f9910f 50%, #e16d38 100%);
  border-radius: 30px;
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: width 0.3s ease, opacity 0.3s ease;
  -moz-transition: width 0.3s ease, opacity 0.3s ease;
  -o-transition: width 0.3s ease, opacity 0.3s ease;
  transition: width 0.3s ease, opacity 0.3s ease;
}
.alerte:hover p {
  width: auto;
  opacity: 1;
}

#popUpInfo {
  background: linear-gradient(189deg, #f8900f 0%, #f9910f 100%);
  border-radius: 100px 0;
  padding: 60px;
  color: #fff;
  max-width: 100%;
}
#popUpInfo .block-text{
  max-width: 100%;
}
#popUpInfo .block-text p{
  max-width: 100%;
  width: 750px;
}
#popUpInfo .block-text ul{
  width: 750px;
  max-width: 100%;
  list-style: disc;
}
#popUpInfo .block-text ul li{
  display: list-item;
}
#popUpInfo .block-text ul li:before{
  content: none;
}

.devisForm {
  background-color: #020d1d;
}
.devisForm .row {
  justify-content: center;
}
.devisForm .col-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -85px;
}
.devisForm .wpcf7 {
  width: 800px;
  max-width: 100%;
}
.devisForm .wpcf7 h2 {
  color: #f9910f;
  text-transform: uppercase;
  font-weight: bolder;
  text-align: center;
  width: 100%;
  margin: 30px 0;
}

.page-faq footer {
  position: relative;
}
.page-faq footer:before {
  content: '';
  width: 1000px;
  height: 700px;
  background-image: url(../img/fond-etude.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  mix-blend-mode: overlay;
  right: 0;
  bottom: 0;
  user-select: none;
  pointer-events: none;
}
.page-faq .top-page {
  min-height: 1px;
  padding: 200px 10% 50px 10%;
  background-size: 800px;
  background-position: left top;
}
.page-faq .col-12:first-child {
  margin-bottom: 50px;
}
.page-faq .col-12:not(:first-child) {
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 800px;
  max-width: 100%;
  flex: 0 0 auto;
}
.page-faq .col-12 .question {
  text-transform: uppercase;
  font-weight: bolder;
  border: 1px solid #fff;
  border-radius: 30px;
  width: 100%;
  background-color: #020d1d;
  margin-bottom: 15px;
  position: relative;
}
.page-faq .col-12 .question > p {
  padding: 15px 30px;
  cursor: pointer;
}
.page-faq .col-12 .question.open .openClose svg:first-child {
  display: none;
}
.page-faq .col-12 .question.open .openClose svg:last-child {
  display: block;
}
.page-faq .col-12 .question.open .reponse {
  max-height: 600px;
  pointer-events: initial;
  user-select: initial;
}
.page-faq .col-12 .openClose {
  position: absolute;
  right: 5px;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.page-faq .col-12 .openClose svg {
  width: 30px;
  height: 30px;
}
.page-faq .col-12 .openClose svg path, .page-faq .col-12 .openClose svg line {
  stroke: #f9910f;
}
.page-faq .col-12 .openClose svg:last-child {
  display: none;
}
.page-faq .col-12 .reponse {
  text-transform: initial;
  font-weight: 400;
  max-height: 0;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  padding: 0 30px;
  -webkit-transition: max-height 0.3s ease;
  -moz-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.page-faq .col-12 .reponse > p:first-child {
  margin-top: 30px;
}
.page-faq .col-12 .reponse .block-text ul li:before {
  min-width: 7.5px;
  height: 7.5px;
  margin-top: 3.5px;
}

.page-actualites .top-page, .page-actualites .singleTop, .page-faq .top-page, .page-faq .singleTop, .single .top-page, .single .singleTop {
  min-height: 1px;
  padding: 200px 10% 50px 10%;
}
.page-actualites .top-page .t-1 p, .page-actualites .singleTop .t-1 p, .page-faq .top-page .t-1 p, .page-faq .singleTop .t-1 p, .single .top-page .t-1 p, .single .singleTop .t-1 p {
  position: relative;
  z-index: 1;
}
.page-devis-urgent .top-page .corner:before, .page-actualites .top-page .corner:before, .page-actualites .singleTop .corner:before, .page-faq .top-page .corner:before, .page-faq .singleTop .corner:before, .single .top-page .corner:before, .single .singleTop .corner:before {
  background-image: url("../img/title-corner-mobil.svg");
  background-position: center;
  justify-content: center;
  width: 100%;
  height: 25px;
  left: 0;
  z-index: 0;
}

.page-actualites .top-page {
  padding-bottom: 100px;
}
.page-actualites .top-page:before {
  background-size: 60%;
}

.listActu {
  padding: 50px 0;
  margin-top: -150px;
}
.listActu .maskLeft{
  max-height: 700px;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: left;
  mask-position: left;
}
.blockPostPreview{
  padding: 30px 30px 30px 15px;
}

article {
  margin: 30px 0;
}
article h2 {
  margin-bottom: 15px;
}

/* NEW POST LIST */

.page-actualites .top-page {
  padding-bottom: 90px;
  &:before{
    background-image:none;
  }
}

.page-actualites .listActu {
  margin-top: 0;
  padding: 40px 8% 70px;
}

.actualites-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.actualite-card {
  display: flex;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.actualite-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.actualite-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}

.actualite-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
}

.actualite-card__date {
  margin: 0 0 12px;
  color: #f9910f;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.actualite-card__title {
  margin: 0 0 10px;
  font-family: 'Bebas Kai', sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.actualite-card__title a:hover {
  color: #f9910f;
}

.actualite-card__subtitle {
  margin: 0 0 16px;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.25;
}

.actualite-card__excerpt {
  flex: 1;
  width: 100%;
  margin-bottom: 22px;
}

.actualite-card__excerpt,
.actualite-card__excerpt p {
  font-size: 0.98rem;
  line-height: 1.45;
  text-align: left;
}

.actualite-card__excerpt p {
  margin: 0;
}

.actualite-card__link {
  margin-top: auto;
}

@media screen and (max-width: 1199px) {
  .actualites-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .page-actualites .top-page {
    padding-bottom: 50px;
  }

  .page-actualites .listActu {
    padding: 20px 5% 50px;
  }

  .actualites-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .actualite-card__content {
    padding: 20px;
  }

  .actualite-card__title {
    font-size: 1.4rem;
  }
}


.pagination-posts {
  display: flex;
  justify-content: center;
  margin: 50px 0 20px;
  padding: 0 5%;
}

.pagination-posts ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.pagination-posts li {
  display: flex;
}

.pagination-posts a,
.pagination-posts span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 21px;
  color: #fff;
  font-family: 'DIN Pro', sans-serif;
  font-size: 0.95rem;
  line-height: 1;
  transition: background-position 1s ease, border-color 0.3s ease, color 0.3s ease;
}

.pagination-posts a:hover,
.pagination-posts a:focus {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(90deg, #e16d38 0%, #f9910f 50%, #e16d38 100%);
  background-size: 200%;
  background-position: right;
}

.pagination-posts .current {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(90deg, #e16d38 0%, #f9910f 50%, #e16d38 100%);
}

.pagination-posts .dots {
  border-color: transparent;
  min-width: auto;
  padding-right: 4px;
  padding-left: 4px;
}

.pagination-posts .prev,
.pagination-posts .next {
  padding-right: 18px;
  padding-left: 18px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .pagination-posts {
    margin-top: 35px;
  }

  .pagination-posts ul.page-numbers {
    gap: 7px;
  }

  .pagination-posts a,
  .pagination-posts span {
    min-width: 38px;
    min-height: 38px;
    padding: 8px 12px;
    font-size: 0.85rem;
  }

  .pagination-posts .prev,
  .pagination-posts .next {
    width: 100%;
  }
}

.singleTop {
  padding-top: 150px;
}
.singleTop .t-1 > strong {
  margin-bottom: 10px;
}
.singleTop .t-1 p {
  font-size: 1.4rem;
}
.singleTop .t-1 p strong {
  font-size: 1.5rem;
}
.singleTop .blockPostPreview {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.singleTop .blockPostPreview .link {
  margin-top: 20px;
}

.singleContent {
  padding-top: 0;
}
.singleContent .col-12 {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
  flex: 0 0 auto;
}
.singleContent .col-12 .block-text p {
  max-width: 100%;
}

.singleContent .anchor-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 3rem;
}
.singleContent .anchor-container p {
  display: inline-block;
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: bold;
}
.singleContent .anchor-container a {
  margin: 0.25rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  &:hover{
    color: #f9910f;
  }
}
.singleContent .anchor-container a br {
  display: none;
}
.singleContent .anchor-container a i {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  margin-top: 3px;
  margin-right: 0.5rem;
  transform: translateX(0);
  transition: transform 0.2s ease-in-out;
}
.singleContent .anchor-container a svg {
  width: 100%;
}
.singleContent .anchor-container a path, .singleContent .anchor-container a circle {
  fill: none;
  stroke-linecap: round;
  stroke-width: 2px;
  stroke: #f9910f;
}
.singleContent .anchor-container a:hover i {
  animation: bounceIt 1s infinite alternate;
}

@keyframes bounceIt {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0);
  }
}

.singleContact{
  & .col-12{
    flex-direction: column;
    align-items: center;
    & p{
      text-align: center;
    }
  }
  & .wpcf7{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
  }
}

/*=========FORM=========*/
.nice-select {
  background-color: transparent;
  border: solid 2px #fff;
  border-radius: 20px;
  width: 100%;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #f9910f;
}
.nice-select .list {
  background-color: #061a37;
  width: 100%;
}
.nice-select .list li:first-child {
  display: none;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f9910f;
}
.nice-select .current {
  font-weight: bolder;
  font-size: 0.8rem;
}

.wpcf7-form-control-wrap.valide .wpcf7-select + .nice-select {
  border-color: #2da77a;
}
.wpcf7-form-control-wrap.valide .wpcf7-select + .nice-select .current {
  color: #2da77a;
}
.wpcf7-form-control-wrap.valide .wpcf7-select + .nice-select:after {
  border-color: #2da77a;
}
.wpcf7-form-control-wrap .wpcf7-not-valid + .nice-select {
  border-color: #fd4735;
}
.wpcf7-form-control-wrap .wpcf7-not-valid + .nice-select .current {
  color: #fd4735;
}
.wpcf7-form-control-wrap .wpcf7-not-valid + .nice-select:after {
  border-color: #fd4735;
}

[data-name="raisonSociale"] {
  width: 100%;
  margin: 10px;
  z-index: 2 !important;
}

[data-name="etudeEnCours"], [data-name="typeConstruction"] {
  margin: 10px;
  width: calc(60% - 20px);
}

[data-name="etudeEnCours"] {
  z-index: 3 !important;
}

[data-name="typeConstruction"] {
  z-index: 2 !important;
}

.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  /*ERRORS*/
}
.wpcf7-form > p {
  margin-top: 10px;
  margin-bottom: 5px;
  width: 100%;
  text-align: center;
}
.wpcf7-form > em {
  font-style: italic;
  font-size: 0.8rem;
  width: 100%;
  text-align: center;
}
.wpcf7-form .wpcf7-form-control-wrap {
  z-index: 1;
}
.wpcf7-form .fileUpload {
  width: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wpcf7-form .fileUpload .wpcf7-form-control-wrap {
  width: 100%;
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wpcf7-form .fileUpload .wpcf7-form-control-wrap:before {
  padding: 5px 20px;
  display: inline-block;
  text-align: center;
  margin-bottom: -30px;
  color: #f9910f;
  z-index: 1;
}
.wpcf7-form .fileUpload .wpcf7-form-control-wrap[data-name="planCadastral"]:before {
  content: 'Plan Cadastral';
}
.wpcf7-form .fileUpload .wpcf7-form-control-wrap[data-name="planDivisionParcellaire"]:before {
  content: 'Plan de division parcellaire';
}
.wpcf7-form .fileUpload .wpcf7-form-control-wrap[data-name="planSituation"]:before {
  content: 'Plan de situation';
}
.wpcf7-form .fileUpload .wpcf7-form-control-wrap[data-name="photos"]:before {
  content: 'Photos';
}
.wpcf7-form .fileUpload .wpcf7-form-control-wrap[data-name="etudePrecedente"]:before {
  content: 'Étude précédente';
}
.wpcf7-form .fileUpload .wpcf7-form-control-wrap[data-name="etudeG1"]:before {
  content: 'Étude G1';
}
.wpcf7-form .fileUpload .wpcf7-form-control-wrap[data-name="planMasse"]:before {
  content: 'Plan de masse';
}
.wpcf7-form .fileUpload .wpcf7-form-control-wrap[data-name="planDistribution"]:before {
  content: 'Plan de distribution';
}
.wpcf7-form .fileUpload .wpcf7-form-control-wrap[data-name="photosFissures"]:before {
  content: 'Photos des fissures, désordres structurels';
}
.wpcf7-form .fileUpload .wpcf7-form-control-wrap[data-name="planCoupesFacades"]:before {
  content: 'Plans de coupes, façades';
}
.wpcf7-form .fileUpload .wpcf7-form-control-wrap[data-name="planEtatLieux"]:before {
  content: 'Plans état des lieux';
}
.wpcf7-form .fileUpload .wpcf7-form-control-wrap[data-name="planProjet"]:before {
  content: 'Plans du projet projeté ';
}
.wpcf7-form .codedropz-upload-container {
  padding: 10px;
  padding-top: 30px;
  display: flex;
  justify-content: center;
}
.wpcf7-form .codedropz-upload-handler {
  border: 2px solid #fff;
  border-radius: 20px;
}
.wpcf7-form .dnd-upload-counter {
  right: 10px;
  top: 4px;
  bottom: auto;
}
.wpcf7-form .codedropz-upload-wrapper {
  width: 100%;
}
.wpcf7-form .codedropz-upload-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border: 1px dashed rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  width: auto;
}
.wpcf7-form .codedropz-upload-inner h3 {
  font-size: 1rem;
}
.wpcf7-form .codedropz-upload-inner span {
  margin: 0 10px;
}
.wpcf7-form .dnd-upload-status .dnd-upload-details .name em, .wpcf7-form .dnd-upload-status .dnd-upload-details .name span {
  color: #2da77a;
}
.wpcf7-form .dnd-upload-status .dnd-upload-image {
  border-color: #fff;
}
.wpcf7-form .dnd-upload-status .dnd-upload-image span.file {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='23' viewBox='0 0 18 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.569 0.659576H0.5V23H18V6.09053L12.569 0.659576ZM12.7872 1.93075L16.7288 5.87234H12.7872V1.93075ZM1.24468 22.2553V1.40426H12.0426V6.61702H17.2553V22.2553H1.24468Z' fill='white'/%3E%3C/svg%3E%0A");
}
.wpcf7-form .dnd-upload-status .dnd-upload-details .name em, .wpcf7-form .dnd-upload-status .dnd-upload-details .name span {
  color: #2da77a;
}
.wpcf7-form .dnd-upload-status .dnd-upload-details .remove-file span:after {
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 0C7.83499 0 0 7.83499 0 17.5C0 27.165 7.83499 35 17.5 35C27.165 35 35 27.165 35 17.5C34.9888 7.83965 27.1604 0.0112198 17.5 0ZM17.5 33.871C8.45857 33.871 1.12903 26.5414 1.12903 17.5C1.12903 8.45857 8.45857 1.12903 17.5 1.12903C26.5414 1.12903 33.871 8.45857 33.871 17.5C33.861 26.5373 26.5373 33.861 17.5 33.871Z' fill='white'/%3E%3Cpath d='M25.4834 9.51661C25.2629 9.29624 24.9056 9.29624 24.6852 9.51661L17.5 16.7018L10.3148 9.51661C10.0983 9.29236 9.74087 9.28615 9.51661 9.50271C9.29236 9.71927 9.28615 10.0767 9.50271 10.3009C9.50723 10.3057 9.51188 10.3103 9.51661 10.3148L16.7018 17.5L9.51661 24.6852C9.29236 24.9018 9.28615 25.2591 9.50278 25.4834C9.71941 25.7076 10.0768 25.7139 10.301 25.4972C10.3057 25.4927 10.3103 25.488 10.3148 25.4834L17.5 18.2982L24.6852 25.4834C24.9094 25.7 25.2668 25.6938 25.4834 25.4696C25.6947 25.2508 25.6947 24.9039 25.4834 24.6852L18.2982 17.5L25.4834 10.3148C25.7038 10.0944 25.7038 9.73705 25.4834 9.51661Z' fill='white'/%3E%3C/svg%3E%0A");
}
.wpcf7-form .wpcf7-drag-n-drop-file.wpcf7-not-valid + .codedropz-upload-handler {
  border-color: #fd4735;
}
.wpcf7-form label {
  width: calc(50% - 20px);
  position: relative;
  margin: 10px;
}
.wpcf7-form label.full {
  width: 100%;
}
.wpcf7-form label.mid {
  width: calc(40% - 20px);
}
.wpcf7-form label .wpcf7-form-control-wrap {
  position: initial;
}
.wpcf7-form label input, .wpcf7-form label textarea {
  width: 100%;
  border: 2px solid #fff;
  background: transparent;
  padding: 15px 10px 7.5px 10px;
  height: auto;
  border-radius: 20px;
  color: #061a37;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpcf7-form label input:focus, .wpcf7-form label textarea:focus {
  outline-style: none;
  border-color: #f9910f;
  color: #f9910f;
}
.wpcf7-form label input:focus ~ i, .wpcf7-form label textarea:focus ~ i {
  top: -10px;
  background: #f9910f;
  color: #061a37;
}
.wpcf7-form label.show  input:not(:placeholder-shown), .wpcf7-form label textarea:not(:placeholder-shown) {
  border-color: #2da77a;
  outline: #2da77a;
  outline-style: none;
  color: #2da77a;
}
.wpcf7-form label input:not(:placeholder-shown) ~ i, .wpcf7-form label textarea:not(:placeholder-shown) ~ i {
  top: -10px;
  background: #2da77a;
  color: #061a37;
  font-size: 0.8em;
}
.wpcf7-form label input:not(:placeholder-shown):focus, .wpcf7-form label textarea:not(:placeholder-shown):focus {
  border-color: #2da77a;
  outline: #2da77a;
  outline-style: none;
  color: #2da77a;
}
.wpcf7-form label input::placeholder, .wpcf7-form label textarea::placeholder {
  color: transparent;
}
.wpcf7-form label textarea {
  max-height: 200px;
}
.wpcf7-form label i {
  position: absolute;
  font-style: normal;
  top: 12.5px;
  left: 5px;
  padding: 2.5px 10px;
  color: #fff;
  font-weight: bolder;
  border-radius: 20px;
  font-size: 0.8em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: flex;
}
.wpcf7-form label.message, .wpcf7-form label.big {
  width: 100%;
}
.submitContainer{
  max-width: 100%;
  position: relative;
}
.wpcf7-form input[type="submit"] {
  margin: 15px auto;
  padding: 7.5px 10px;
  background: linear-gradient(189deg, #f8900f 0%, #f9910f 100%);
  border: none;
  border-radius: 20px;
  color: #fff;
  min-width: 100px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpcf7-form input[type="submit"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0;
  line-height: 0;
}
.wpcf7-form .wpcf7-list-item label {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item , .wpcf7-form .wpcf7-radio  .wpcf7-list-item {
  margin: 1rem .5rem;
}
/*.wpcf7-form input[type="checkbox"], .wpcf7-form input[type="radio"] {
  position: absolute;
  left: -9999px;
}

.wpcf7-form input[type="checkbox"] + span:before, .wpcf7-form input[type="radio"] + span:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  margin: 5px;
}
.wpcf7-form input[type="checkbox"]:checked + span:before, .wpcf7-form input[type="radio"]:checked + span:before {
  background-color: #2da77a;
}*/
.wpcf7-form .recaptchaCredit {
  width: 100%;
  text-align: center;
  font-size: 0.7rem;
}
.wpcf7-form .recaptchaCredit a:hover {
  color: #fff;
}
.wpcf7-form .wpcf7-form .dnd-upload-status .dnd-upload-details .name em, .wpcf7-form .wpcf7-form .dnd-upload-status .dnd-upload-details .name span {
  color: #2da77a;
  margin-bottom: 2.5px;
  font-size: 0.8rem;
  overflow: visible;
}
.wpcf7-form .dnd-upload-status .dnd-upload-details span.has-error {
  margin-top: 5px;
  display: block;
  font-size: 0.8rem;
}
.wpcf7-form .wpcf7-form .file.wpcf7-not-valid + .codedropz-upload-handler {
  border-color: #fd4735;
}
.wpcf7-form input.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid {
  border-color: #fd4735;
}
.wpcf7-form input.wpcf7-not-valid + i, .wpcf7-form textarea.wpcf7-not-valid + i {
  color: #fd4735 !important;
}
.wpcf7-form input.wpcf7-not-valid:focus, .wpcf7-form textarea.wpcf7-not-valid:focus {
  border-color: #fd4735;
}
.wpcf7-form input.wpcf7-not-valid:focus ~ i, .wpcf7-form textarea.wpcf7-not-valid:focus ~ i {
  background-color: #fd4735;
  color: #fff !important;
}
.wpcf7-form input.wpcf7-not-valid:not(:placeholder-shown) + i, .wpcf7-form textarea.wpcf7-not-valid:not(:placeholder-shown) + i {
  color: #fff !important;
  background: #2da77a !important;
}
.wpcf7-form input.wpcf7-not-valid:not(:placeholder-shown) ~ i, .wpcf7-form textarea.wpcf7-not-valid:not(:placeholder-shown) ~ i {
  top: -10px;
  background: #2da77a !important;
  color: #fff !important;
  font-size: 0.8em;
}
.wpcf7-form .objet .wpcf7-not-valid + .nice-select {
  border-color: #fd4735;
}
.wpcf7-form .objet .wpcf7-not-valid + .nice-select .current {
  color: #fd4735;
}
.wpcf7-form .objet .wpcf7-not-valid + .nice-select:after {
  border-color: #fd4735;
}
.wpcf7-form .objet.valide .wpcf7-select + .nice-select {
  border-color: #2da77a;
}
.wpcf7-form .objet.valide .wpcf7-select + .nice-select .current {
  color: #2da77a;
}
.wpcf7-form .objet.valide .wpcf7-select + .nice-select:after {
  border-color: #2da77a;
}
.wpcf7-form div.wpcf7-validation-errors, .wpcf7-form div.wpcf7-acceptance-missing, .wpcf7-form div.wpcf7-response-output {
  border: none !important;
  margin: 10px 0 !important;
  width: 100%;
  text-align: center;
}
.wpcf7-form.invalid .wpcf7-response-output, .wpcf7-form.failed .wpcf7-response-output, .wpcf7-form.aborted .wpcf7-response-output {
  color: #fd4735;
  text-align: center;
}


/*Checkbox*/
.wpcf7-form .wpcf7-form-control-wrap[data-name="rgpd-consent"]{
  margin: 1rem 0;
}
#rgpd-warning{
  width: 100%;
  text-align: center;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .wpcf7-acceptance input[type=checkbox], .wpcf7-acceptance input[type=radio], .wpcf7-radio input[type=checkbox], .wpcf7-radio input[type=radio], .wpcf7-checkbox input[type=checkbox], .wpcf7-checkbox input[type=radio] {
    --active: #2da77a;
    --active-inner: #fff;
    --focus: 1px #fff;
    --border: #fff;
    --border-hover: #fff;
    --background: transparent;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0;
    border-radius: 0;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--border);
    background: var(--background);
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  .wpcf7-acceptance input[type=checkbox]:after, .wpcf7-acceptance input[type=radio]:after, .wpcf7-radio input[type=checkbox]:after, .wpcf7-radio input[type=radio]:after, .wpcf7-checkbox input[type=checkbox]:after, .wpcf7-checkbox input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  .wpcf7-acceptance input[type=checkbox]:checked, .wpcf7-acceptance input[type=radio]:checked, .wpcf7-radio input[type=checkbox]:checked, .wpcf7-radio input[type=radio]:checked, .wpcf7-checkbox input[type=checkbox]:checked, .wpcf7-checkbox input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    border-color: var(--active);
    background: var(--active);
  }
  .wpcf7-acceptance input[type=checkbox]:disabled, .wpcf7-acceptance input[type=radio]:disabled, .wpcf7-radio input[type=checkbox]:disabled, .wpcf7-radio input[type=radio]:disabled, .wpcf7-checkbox input[type=checkbox]:disabled, .wpcf7-checkbox input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  .wpcf7-acceptance input[type=checkbox]:disabled + span, .wpcf7-acceptance input[type=radio]:disabled + span, .wpcf7-radio input[type=checkbox]:disabled + span, .wpcf7-radio input[type=radio]:disabled + span, .wpcf7-checkbox input[type=checkbox]:disabled + span, .wpcf7-checkbox input[type=radio]:disabled + span {
    cursor: not-allowed;
  }
  .wpcf7-acceptance input[type=checkbox]:disabled:checked, .wpcf7-acceptance input[type=radio]:disabled:checked, .wpcf7-radio input[type=checkbox]:disabled:checked, .wpcf7-radio input[type=radio]:disabled:checked, .wpcf7-checkbox input[type=checkbox]:disabled:checked, .wpcf7-checkbox input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  .wpcf7-acceptance input[type=checkbox]:hover:not(:checked):not(:disabled), .wpcf7-acceptance input[type=radio]:hover:not(:checked):not(:disabled), .wpcf7-radio input[type=checkbox]:hover:not(:checked):not(:disabled), .wpcf7-radio input[type=radio]:hover:not(:checked):not(:disabled), .wpcf7-checkbox input[type=checkbox]:hover:not(:checked):not(:disabled), .wpcf7-checkbox input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  .wpcf7-acceptance input[type=checkbox]:not(.switch), .wpcf7-acceptance input[type=radio]:not(.switch), .wpcf7-radio input[type=checkbox]:not(.switch), .wpcf7-radio input[type=radio]:not(.switch), .wpcf7-checkbox input[type=checkbox]:not(.switch), .wpcf7-checkbox input[type=radio]:not(.switch) {
    width: 21px;
    min-width: 21px;
  }
  .wpcf7-acceptance input[type=checkbox]:not(.switch):after, .wpcf7-acceptance input[type=radio]:not(.switch):after, .wpcf7-radio input[type=checkbox]:not(.switch):after, .wpcf7-radio input[type=radio]:not(.switch):after, .wpcf7-checkbox input[type=checkbox]:not(.switch):after, .wpcf7-checkbox input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  .wpcf7-acceptance input[type=checkbox]:not(.switch):checked, .wpcf7-acceptance input[type=radio]:not(.switch):checked, .wpcf7-radio input[type=checkbox]:not(.switch):checked, .wpcf7-radio input[type=radio]:not(.switch):checked, .wpcf7-checkbox input[type=checkbox]:not(.switch):checked, .wpcf7-checkbox input[type=radio]:not(.switch):checked {
    --o: 1;
    --r: 43deg;
  }
  .wpcf7-acceptance input[type=checkbox] + span, .wpcf7-acceptance input[type=radio] + span, .wpcf7-radio input[type=checkbox] + span, .wpcf7-radio input[type=radio] + span, .wpcf7-checkbox input[type=checkbox] + span, .wpcf7-checkbox input[type=radio] + span {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 6px;
    max-width: calc(100% - 27px);
    line-height: 1;
  }
  .wpcf7-acceptance input[type=checkbox] + span em, .wpcf7-acceptance input[type=radio] + span em, .wpcf7-radio input[type=checkbox] + spanem, .wpcf7-radio input[type=radio] + span, .wpcf7-checkbox input[type=checkbox] + span em, .wpcf7-checkbox input[type=radio] + span em{
    margin-right: 2.5px;
  }
}
.wpcf7-acceptance label, .wpcf7-radio label, .wpcf7-checkbox label {
  display: flex;
  align-items: center;
  width: 100%;
}
.wpcf7-acceptance .wpcf7-list-item, .wpcf7-radio .wpcf7-list-item, .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}

.rgpd a {
  color: #fff;
  text-decoration: underline;
}
.rgpd input[type=checkbox] + span {
  font-size: 0.8rem;
  font-weight: 300;
  font-style: italic;
}

.wpcf7-acceptance * {
  box-sizing: inherit;
}
.wpcf7-acceptance a{
  text-decoration: underline;
}
.wpcf7-acceptance a:hover{
color: #fff;
}

.wpcf7-acceptance *:before,
.wpcf7-acceptance *:after {
  box-sizing: inherit;
}
.wpcf7-acceptance .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item-label::after{
  content: none;
}

/*LOADER AND MESSAGE*/

.wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: calc(50% - 15.5px);
  top: calc(50% - 15.5px);
  margin: 0;
  width: 31px;
  height: 31px;
  background-color: transparent;
  opacity: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.wpcf7-form .wpcf7-spinner:after, .wpcf7-form .wpcf7-spinner:before {
  content: "";
  box-sizing: border-box;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 50% 50%;
  animation: animloader 2s linear infinite;
}
.wpcf7-form .wpcf7-spinner:after:after, .wpcf7-form .wpcf7-spinner:before:after {
  animation-delay: 1s;
}
@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.wpcf7 .wpcf7-form .wpcf7-response-output {
  margin: 1rem auto;
  padding: 0.5rem 1rem;
  border: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 600px;
  height: 300px;
  max-width: 100%;
  max-height: 100%;
  top: calc(50% - 150px);
  left: calc(50% - 300px);
  z-index: 100;
  background-color: #2da77a;
  color: #fff;
  box-shadow: 0px 0px 50px -40px #000;
  opacity: 0;
  transform: translate(0, 50px);
  border-radius: 2rem;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  color: #fff;
  background-color: #fd4735;
}

footer {
  display: flex;
  justify-content: flex-end;
  padding: 30px;
}
footer .row {
  justify-content: flex-start;
  align-items: flex-end;
  gap: 2rem;
}
footer .adress ul li{
  margin: 5px 0;
  line-height: 1.1;
  font-size: .9rem;
}
footer .adress ul li a{
  color: #f9910f;
  font-weight: bolder;
}
footer .adress ul li a:hover{
  color: #fff;
}
footer .mentions-container{
  margin-left: auto;
}
footer .mentions-container p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 5px;
}

footer .mentions-container p a.linkedIn{
  width: 31px;
  height: 31px;
  display: block;
  border-radius: 50%;
  padding: 7px 9px 9px 9px;
  background-color: #f9910f;
}
footer .mentions-container p a.linkedIn svg{
  height: 100%;
  width: 100%;
}
footer .mentions-container p a.linkedIn svg path{
  fill: #fff;
}
footer .mentions-container p > a, footer .mentions-container p > span {
  margin: 5px;
  text-decoration: none;
}
footer .mentions-container p > a:hover {
  color: #f9910f;
}
footer .mentions-container p span {
  display: flex;
  align-items: center;
}
footer .mentions-container p span img {
  height: 1rem;
}

@keyframes rightToLeft {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes leftToRight {
  0% {
    transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes bottomToTop {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes topToTop {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.show {
  opacity: 0;
}

.fromRight {
  animation: rightToLeft .5s ease-in-out forwards;
}

.fromLeft {
  animation: leftToRight .5s ease-in-out forwards;
}

.fromBottom {
  animation: bottomToTop .5s ease-in-out forwards;
}

.fromTop {
  animation: topToTop .5s ease-in-out forwards;
}

/*****RESPONSIVE*****/
@media screen and (min-width: 2300px) {
  .page-accueil .top-page .illustration .desktop {
    display: none;
  }
  .page-accueil .top-page .illustration .bigScreen {
    display: block !important;
  }

  .page-accueil .etudeIllustration {
    max-width: 50%;
    -webkit-mask-image: url("../img/maskBig.svg");
    mask-image: url("../img/maskBig.svg");
  }
  .page-accueil .etudeIllustration img:not(.bigScreen) {
    display: none;
  }
  .page-accueil .etudeIllustration img.bigScreen {
    display: block !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -o-object-fit: cover;
    -o-object-position: center;
    vertical-align: middle;
  }
}
@media screen and (max-width: 1800px) {
  .experienceSavoirFaire .carte div {
    width: 400px;
  }
}
@media screen and (max-width: 1600px) {
  .page-accueil .etudeIllustration {
    margin-top: -110px;
  }

  .etudeBtn li:nth-child(1) {
    margin-left: -100px;
  }
  .etudeBtn li:nth-child(2) {
    margin-left: -160px;
  }
  .etudeBtn li:nth-child(3) {
    margin-left: -215px;
  }
  .etudeBtn li:nth-child(4) {
    margin-left: -268px;
  }
   .etudeBtn li:nth-child(5) {
    margin-left: -320px;
  }
     .etudeBtn li:nth-child(6) {
    margin-left: -380px;
  }

  .experienceSavoirFaire {
    margin-top: -60px;
  }
}
@media screen and (max-width: 1500px) {
  .page-accueil .top-page .solAnimation {
    width: 175px;
    height: 175px;
  }
  .page-accueil .top-page .solAnimation img:not(:last-child) {
    margin-bottom: -45px;
  }
  .page-accueil .top-page .illustration.fromRight .solAnimation img:nth-child(3) {
    top: calc(100% - 100px);
  }
  .page-accueil .top-page .illustration.fromRight .solAnimation img:nth-child(2) {
    top: calc(100% - 135px);
  }
  .page-accueil .top-page .illustration.fromRight .solAnimation img:first-child {
    top: -8px;
  }

  @keyframes bulleAnim {
    0% {
      width: 30px;
      height: 30px;
    }
    100% {
      width: 175px;
      height: 175px;
    }
  }
  .etudeIllustration {
    width: 50%;
  }
}
@media screen and (max-width: 1450px) {
  .demandeDevis .swiper-wrapper .swiper-slide p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1400px) {
  header {
    padding: 50px 45px 30px 5%;
  }

  section {
    padding: 50px 5%;
  }

  .top-page .block, .top-page .col-12, .listeEtude .block, .listeEtude .col-12, .appelezNous .block, .appelezNous .col-12, .grizzly .block, .grizzly .col-12 {
    padding-left: 5%;
  }

  .page-accueil .etudeIllustration {
    width: calc(50% + 50px);
  }

  .top-page .block-text ul li {
    margin: 10px 0;
  }
  .top-page .maskRight {
    -webkit-mask-size: cover;
    mask-size: cover;
  }
  .top-page .maskRight img {
    min-height: 650px;
  }

  .maskTop img {
    min-height: 620px;
  }

  .appelezNous .logoContainer > div {
    width: 100px;
  }
  .appelezNous .maskRight {
    -webkit-mask-size: cover;
    mask-size: cover;
  }
  .appelezNous .maskRight img {
    min-height: 650px;
  }

  .block-text ul li:before {
    min-width: 10px;
    height: 10px;
    margin-top: 3px;
  }

  .experienceSavoirFaire .carte div > div {
    width: 300px;
    right: -100px;
  }
  .experienceSavoirFaire .carte div p {
    font-size: 1.2rem;
  }
  .experienceSavoirFaire .carte div p strong strong {
    font-size: 2rem;
  }

  .listeEtude .block-text {
    width: 50%;
    padding-right: 50px;
  }
  /*.listeEtude .block-text ul li:first-child {
    margin-left: -138px;
  }
  .listeEtude .block-text ul li:nth-child(2) {
    margin-left: -175px;
  }
  .listeEtude .block-text ul li:nth-child(3) {
    margin-left: -210px;
  }
  .listeEtude .block-text ul li:nth-child(4) {
    margin-left: -254px;
  }
  .listeEtude .block-text ul li:nth-child(5) {
    margin-left: -282px;
  }
  .listeEtude .block-text ul li:nth-child(6) {
    margin-left: -318px;
  }*/
}
@media screen and (max-width: 1200px) {
  .quickLinks{
    left: 5%;
  }
  .quickContact{
    position: fixed;
    right: auto;
    top: auto;
    left: 20px;
    bottom: 20px;
  }
  .quickContact.fromRight {
    animation: leftToRight .5s ease-in-out forwards;
  }
  .quickLink.telephone{
    width: 70px;
    height: 70px;
    padding: 16px;
    border-radius: 50%;
    background-color: #f9910f;
    border: 3px solid #fff;
    margin: 0;
  }
  .page-accueil .quickLink.telephone{
    background-color: #f9910f;
  }
  .quickLink.telephone span{
    display: none;
  }
  .quickLink.telephone svg{
    display: block;
    width: 100%;
    height: 100%;
  }
  .quickLink.telephone svg path{
    fill: #fff;
  }

  .quickLink.linkedIn{
    display: none;
  }
  .top-page {
    min-height: 1px;
  }
  .top-page:before {
    min-width: 0;
    max-width: 100%;
  }

  .page-accueil .top-page {
    min-height: 620px;
  }
  .page-accueil .top-page ul{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .page-accueil .top-page .illustration picture{
    display: block;
    height: 100%;
  }
  .page-accueil .top-page .illustration picture  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    -o-object-fit: cover;
    -o-object-position: left;
    vertical-align: middle;
  }
  .page-accueil .top-page .solAnimation {
    width: 125px;
    height: 125px;
    right: 10%;
    bottom: 5%;
  }
  .page-accueil .top-page .solAnimation img:not(:last-child) {
    margin-bottom: -30px;
  }
  .page-accueil .top-page .illustration.fromRight .solAnimation img:last-child {
    bottom: -6px;
  }
  .page-accueil .top-page .illustration.fromRight .solAnimation img:nth-child(3) {
    top: calc(100% - 70px);
  }
  .page-accueil .top-page .illustration.fromRight .solAnimation img:nth-child(2) {
    top: calc(100% - 92px);
  }
  .page-accueil .top-page .illustration.fromRight .solAnimation img:first-child {
    top: 2px;
  }
  .page-accueil .etudeIllustration {
    width: calc(50% + 100px);
  }

  @keyframes bulleAnim {
    0% {
      width: 30px;
      height: 30px;
    }
    100% {
      width: 125px;
      height: 125px;
    }
  }

  .top-page .block{
    padding-top: 200px;
  }
  .page-devis .top-page .maskContain {
    padding-top: 160px;
  }

  .etudeBtn li {
    margin: 25px 0;
  }
 

  .chiffres .chiffre {
    width: 200px;
  }

  .etudeIllustration {
    margin-top: -85px;
  }

  .listeEtude .block-text ul {
    padding-left: 0;
    padding-right: 20px;
  }
  .listeEtude .block-text ul li {
    max-width: 580px;
    margin: 20px 0;
  }
  .listeEtude .block-text ul li:first-child {
    margin-left: -71px;
  }
  .listeEtude .block-text ul li:nth-child(2) {
    margin-left: -97px;
  }
  .listeEtude .block-text ul li:nth-child(3) {
    margin-left: -123px;
  }
  .listeEtude .block-text ul li:nth-child(4) {
    margin-left: -165px;
  }
  .listeEtude .block-text ul li:nth-child(5) {
    margin-left: -190px;
  }
  .listeEtude .block-text ul li:nth-child(6) {
    margin-left: -216px;
  }

  .appelezNous {
    margin-top: -180px;
  }
  .appelezNous .block {
    padding-top: 180px;
  }
  .foreuse{
    margin-top: 0;
  }
  .foreuse .fullMask div {
      border-radius: 6rem 0;
  }
  .foreuse .block{
    padding-left: 3rem;
  }
}
@media screen and (max-width: 1100px) {
  .experienceSavoirFaire .carte div > div {
    right: -72px;
  }
}
@media screen and (max-width: 1024px) {
  .page-accueil .top-page {
    min-height: 1px;
  }
  .page-accueil .listeEtude {
    margin-top: 80px;
  }
}
@media screen and (max-width: 991px) {

  .quickLinks{
    left: 1rem;
    width: calc(100% - 2rem);
  }
  .quickLink{
    margin:0 5px;
  }
  header .logo {
    width: 300px;
  }


  .top-page .block, .top-page .col-12, .listeEtude .block, .listeEtude .col-12, .appelezNous .block, .appelezNous .col-12, .grizzly .block, .grizzly .col-12 {
    padding-right: 5%;
  }

  .page-faq .top-page, .single .singleTop {
    padding: 170px 5% 30px 5%;
  }

  .page-actualites .top-page {
    padding: 170px 5% 100px 5%;
  }

  .block-text p {
    max-width: 100%;
  }
  .block-text ul li {
    margin: 15px auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bolder;
  }
  .block-text ul li:before {
    content: '';
    min-width: 40px;
    height: 5px;
    border-radius: 5px;
    margin: 5px auto 15px auto;
  }

  .alerte {
    flex-direction: column;
    align-items: center;
  }
  .alerte i {
    margin-right: 0;
  }
  .alerte p {
    width: auto;
    opacity: 1;
    white-space: initial;
  }

  .maskRight, .maskLeft {
    -webkit-mask-image: none;
    mask-image: none;
    padding: 0 5%;
  }
  .maskRight img, .maskLeft img {
    height: 350px;
    min-height: 1px;
    object-position: center;
    -o-object-position: center;
    border-radius: 0 150px;
  }
  .maskRight.fromRight, .maskRight.fromLeft, .maskLeft.fromRight, .maskLeft.fromLeft {
    animation: bottomToTop .5s ease-in-out forwards;
  }

  .appelezNous .maskRight img {
    min-height: 1px;
  }

  .burgerContainer {
    right: 30px;
    top: 35px;
  }

  .page-accueil .top-page {
    min-height: 1px;
  }
  .page-accueil .top-page .t-1 {
    align-items: flex-start;
    text-align: left;
  }
  .page-accueil .top-page .t-1.corner:before {
    background-image: url("../img/title-corner.svg");
    width: 100px;
    height: 100px;
    left: -40px;
    top: -40px;
  }
  .page-accueil .top-page .t-1:after {
    margin: 5px 0 0 0;
  }
  .page-accueil .top-page .block-text ul {
    margin-top: 25px;
    padding-left: 0;
  }
  .page-accueil .top-page .block-text ul li {
    justify-content: flex-start;
    flex-direction: row;
  }
  .page-accueil .top-page .block {
    padding: 170px 15px 50px calc(5% + 15px);
    align-items: flex-start;
  }
  .page-accueil .top-page .block-text p{
    text-align: left;
  }
  .page-accueil .top-page .illustration picture  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    -o-object-fit: cover;
    -o-object-position: left;
    vertical-align: middle;
  }
  .page-accueil .etudeIllustration {
    width: 100%;
  }

  .listeEtude .block, .listeEtude .col-12, .appelezNous .block, .appelezNous .col-12, .grizzly .block, .grizzly .col-12 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .grizzly.subBackground{
    padding-bottom: 30px;
  }

  .foreuse .fullMask{
    order: 2;
    & div{  
      height: 300px;
    }
  }
  .foreuse .block{
    padding-left: 1rem;
    order: 1;
  }

  .block {
    align-items: center;
    text-align: center;
  }
  .block .block-text p {
    text-align: center;
  }

  .blockPostPreview{
    padding: 15px;
  }
  .blockPostPreview .actuHead{
    align-items: center;
  }
  .blockPostPreview h2{
    text-align: center;
  }

  .t-1, .t-2 {
    align-items: center;
    text-align: center;
    min-width: 250px;
    max-width: 100%;
  }
  .t-1 em, .t-2 em {
    font-size: 1.5rem;
  }
  .t-1 strong, .t-2 strong {
    font-size: 1.9rem;
  }
  .t-1.corner:before, .t-2.corner:before {
    background-image: url("../img/title-corner-mobil.svg");
    background-position: center;
    width: 100%;
    height: 25px;
    left: 0;
  }
  .t-1.barInf:after, .t-2.barInf:after {
    margin: 5px auto;
  }
  .appelezNous .logoContainer{
    justify-content: center;
  }

  .listeEtude {
    padding-top: 100px;
  }
  .listeEtude::before{
    background-size: cover;
  }
  
  .listeEtude li {
    justify-content: center;
  }
  .listeEtude .col-12 .t-1 {
    align-items: center;
    text-align: center;
  }
  .listeEtude .etudeBtn {
    width: 100%;
    margin-top: 0;
  }
  .listeEtude .etudeBtn li {
    margin-left: 0 !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .listeEtude .etudeBtn li .content {
    margin-left: 0;
    margin-top: 15px;
  }

  .etudeIllustration {
    margin-top: -130px;
    width: 100%;
    -webkit-mask-image: none;
    mask-image: none;
    height: 250px;
    padding: 0 5%;
  }
  .etudeIllustration img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -o-object-fit: cover;
    -o-object-position: center;
    vertical-align: middle;
    border-radius: 0 150px;
  }

  .experienceSavoirFaire {
    margin-top: 0;
  }
  .experienceSavoirFaire .carte {
    margin-top: 50px;
  }
  .experienceSavoirFaire .carte div {
    margin: 0 auto;
    max-width: 100%;
  }
  .experienceSavoirFaire .carte div > div {
    right: calc(50% - 150px);
    align-items: center;
    top: 30px;
  }

  .subBackground {
    margin-top: 30px;
    padding: 0;
  }
  .subBackground:before {
    height: 100%;
    top: 0;
  }

  .page-actualites .top-page:before {
    background-size: 100%;
  }

  .actualites .maskContain {
    display: none;
  }
  .actualites .block {
    padding: 60px 5% 15px 5%;
  }
  .actualites .actuSwiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .actualites .actuSwiper .swiper-pagination {
    text-align: center;
  }

  .page-societe .top-page .maskContain {
    display: none;
  }
  .page-societe .listeEtude {
    padding-top: 50px;
  }
  .page-societe .listeEtude .block-text {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .page-societe .listeEtude .block-text ul {
    padding-right: 0;
    text-align: center;
  }
  .page-societe .listeEtude .block-text ul li {
    margin: 15px auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .page-societe .listeEtude .block-text ul li:before {
    content: '';
    min-width: 40px;
    height: 5px;
    border-radius: 5px;
    margin: 5px auto 15px auto;
  }
  .page-societe .listeEtude .block-text ul li:first-child:before {
    content: none;
  }
  .page-societe .listeEtude .col-xl-12 {
    margin-top: 0;
  }

  .fromRight, .fromLeft {
    animation: bottomToTop .5s ease-in-out forwards;
  }

  .top-page .block {
    padding-right: 5%;
  }
  .top-page .maskRight img {
    min-height: 1px;
  }
  .top-page .block-text ul {
    padding-left: 0;
  }
  .top-page .block-text ul li {
    justify-content: center;
  }

  .grizzly .block {
    padding: 60px 5% 30px 5%;
  }

  .page-devis .top-page .maskContain {
    padding-top: 0;
  }

  .zoneIntervention .col-lg-6:first-child {
    padding-right: 15px;
    text-align: center;
    padding-bottom: 60px;
  }
  .zoneIntervention .col-lg-6:first-child img {
    width: 300px;
    margin-left: -40px;
  }

  .page-faq .col-12 .reponse .block-text p {
    text-align: left;
  }
  .page-faq .col-12 .reponse .block-text ul li {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .page-faq .col-12 .reponse .block-text ul li:before {
    content: none;
  }

  .page-referencement .top-page .block{
    padding: 170px 5% 50px 5%;
    align-items: flex-start;
    text-align: left;
  }
  .page-referencement .top-page .block .t-1.corner{
    align-items: flex-start;
    text-align: left;
  }
  .page-referencement .top-page .block .t-1.corner:after{
    margin: 10px 0 0 0;
  }  
  .page-referencement .top-page .block .t-1.corner:before{
    content: '';
    width: 100%;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    position: absolute;
    left: 0;
    top: -35px;
  }  

  .page-contact .top-page .block-text ul {
    justify-content: center;
  }
  .page-contact .top-page .block-text ul li {
    width: 250px;
    margin: 15px;
  }
  .page-contact .top-page .block-text.siege p {
    text-align: center;
    max-width: 100%;
  }
  .page-contact .top-page .block-text.siege li {
    flex-direction: column;
  }
  .page-contact .top-page .block-text.siege li:first-child:before {
    margin: 5px 0 !important;
  }
  .page-contact .top-page .block-text.siege li:last-child {
    justify-content: center;
    align-items: center;
  }
  .page-contact .top-page .block-text.siege li:last-child a {
    flex-direction: column;
    align-items: center;
  }
  .page-contact .top-page .block-text.siege li:last-child a:before {
    margin: 5px 0 !important;
  }
  .page-contact .top-page .block-text:not(.siege) li {
    flex-direction: column;
    align-items: center;
  }
  .page-contact .top-page .maskTop {
    -webkit-mask-image: none;
    mask-image: none;
    padding: 0;
  }
  .page-contact .top-page .maskTop img {
    height: 400px;
    min-height: 1px;
    object-position: center 65%;
    -o-object-position: center 65%;
  }
  
  .adresseBlock {
    width: 100%;
    max-width: 100%;
    text-align: left;
    & ul{
        width: 260px;
        margin: 0 auto;
    }
  }

  .listActu {
    margin-top: 0;
    padding-top: 0;
  }
  .listActu .maskContain .maskLeft {
    padding: 0;
    width: 300px;
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
  .listActu .maskContain .maskLeft img {
    height: 250px;
    border-radius: 25px;
  }
  .listActu .subBackground {
    margin-top: 0;
    padding: 30px 5%;
  }
  footer .row{
    justify-content: center;
  }
  footer .row .mentions-container, footer .row .adress{
    width: 100%;
    text-align: center;
  }
  footer .row .adress li{
    text-align: center;
  }
  footer .row .adress li a.linkedIn{
    margin: 10px auto;

  }
  footer .mentions-container{
    margin-top: .5rem;
  }
  footer .mentions-container p{
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .wpcf7-form {
    margin-top: 0;
  }
  .wpcf7-form .fileUpload .wpcf7-form-control-wrap:before {
    margin-bottom: -45px;
  }
  .wpcf7-form .codedropz-upload-handler {
    border: none;
  }
  .wpcf7-form .codedropz-upload-container {
    padding: 0;
  }
  .wpcf7-form .dnd-upload-counter {
    bottom: 10px;
    top: auto;
    right: 0;
    width: 100%;
    text-align: center;
  }
  .wpcf7-form .codedropz-upload-inner {
    flex-direction: column;
    padding: 60px 15px 30px 15px;
    width: 100%;
  }
  .wpcf7-form .codedropz-upload-inner .cd-upload-btn {
    font-size: .9rem;
  }
  .wpcf7-form .codedropz-upload-inner h3 {
    line-height: 1.2;
    font-size: .8rem;
  }
  .wpcf7-form .codedropz-upload-inner span {
    margin-bottom: 10px;
    font-size: .8rem;
  }

  [data-name="etudeEnCours"], [data-name="typeConstruction"] {
    width: 100%;
  }

  .page-faq .col-12 .question {
    text-transform: initial;
  }
  .page-faq .col-12 .question > p {
    padding: 15px 40px 15px 15px;
  }
  .page-faq .col-12 .question .reponse {
    padding: 0 15px;
  }
  .page-faq .col-12 .question.open .reponse {
    max-height: 1500px;
  }

  footer {
    padding: 30px 15px;
  }
  footer .row {
    justify-content: center;
    text-align: center;
  }
  footer .mentions-container p {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {

  header{
    padding: 35px 45px 30px 5%;
  }
  .quickLinks{
    position: initial;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 5px 10px;
  }
  .quickLinks .quickLink{
    width: 100%;
    margin: 5px 0;
  }
  .top-page .block{
    padding-top: 60px;
  }

  .page-devis-urgent .top-page .col-12{
    padding-top: 60px;
  }

  .page-devis-urgent .top-page{
    min-height: 200px;
  }
  
  .page-accueil .top-page .block {
    padding: 60px 30px 30px 30px;
    align-items: center;
  }
  .page-accueil .top-page .block-text {
    margin-bottom: 0;
  }
  .page-accueil .top-page .block-text ul {
    margin-top: 5px;
  }
  .page-accueil .top-page .block-text ul li {
    justify-content: center;
    text-align: center;
    margin: 15px 0;
  }
  .page-accueil .top-page .block-text ul li a {
    text-align: center;
    line-height: 1.3;
  }
  .page-accueil .top-page .block-text p{
    text-align: center;
  }
  .page-accueil .top-page .t-1 {
    align-items: center;
    text-align: center;
  }
  .page-accueil .top-page .t-1.corner:before {
    background-image: url("../img/title-corner-mobil.svg");
    background-position: center;
    width: 100%;
    height: 25px;
    left: 0;
  }
  .page-accueil .top-page .illustration {
    padding: 0 15px;
  }
  .page-accueil .top-page .illustration .desktop {
    display: none;
  }
  .page-accueil .top-page .illustration .mobil {
    display: block;
  }
  .page-accueil .top-page .solAnimation {
    bottom: -35px;
  }
  .page-accueil .etudeIllustration {
    margin-top: -140px;
  }
  .page-accueil .listeEtude {
    margin-top: 0;
    padding-top: 200px;
  }
}
@media screen and (max-width: 620px) {
  section {
    padding: 30px 2.5%;
  }

  .page-faq .top-page {
    padding: 150px 2.5% 30px 2.5%;
  }

  .page-actualites .top-page {
    padding: 50px 2.5% 50px 2.5%;
  }

  .top-page .block, .top-page .col-12, .listeEtude .block, .listeEtude .col-12, .appelezNous .block, .appelezNous .col-12, .grizzly .block, .grizzly .col-12 {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .maskRight, .maskLeft {
    padding: 0 0;
  }
  .maskRight img, .maskLeft img {
    border-radius: 0;
  }

  .etudeIllustration {
    padding: 0 0;
  }
  .etudeIllustration img {
    border-radius: 0;
  }

  .chiffres {
    padding: 30px 0;
  }
  .chiffres .col-12 {
    border-radius: 0;
  }

  .appelezNous {
    margin-top: 0;
  }
  .appelezNous .block {
    padding-top: 30px;
  }

  header {
    padding: 40px 2.5% 10px 2.5%;
  }
  header .logo {
    width: 220px;
  }

  .menu-menu-container {
    width: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .menu-menu-container > ul{
    padding: 100px 15px 30px 15px;
  }
  .menu-menu-container ul li.children > a {
    padding: 10px 0;
  }
  .menu-menu-container ul li a {
    padding: 10px 0;
  }
  .menu-menu-container ul li .sub-menu li a {
    padding: 10px 0;
  }

  .burgerContainer {
    right: 15px;
    width: 40px;
    height: 40px;
    border-width: 2px;
  }
  .menu-toggle-bar{
    height: 2px;
  }

  .demandeDevis .swiper-wrapper .swiper-slide:not(:last-child):after {
    content: none;
  }

  .devisForm .col-12 {
    margin-top: -70px;
  }
}
@media screen and (max-width: 520px) {
  .wpcf7-form label {
    width: 100%;
  }
  .wpcf7-form label.mid {
    width: 100%;
  }

  .etudeBtn {
    padding: 0 15px;
  }
  .etudeBtn .content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .etudeBtn .link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .wpcf7 .wpcf7-form .wpcf7-response-output {
    width: calc(100% - 2rem);
    left: 1rem;
  }
  .wpcf7-form .wpcf7-acceptance  .wpcf7-list-item label{
    flex-direction: column;
    align-items: center;
  }
  .wpcf7-acceptance input[type=checkbox] + span, .wpcf7-acceptance input[type=radio] + span{
    justify-content: center;
    text-align: center;
    margin-top: 6px;
    margin-left: 0;
    max-width: none;
  }
}
@media screen and (max-width: 480px) {
  #popUpInfo {
    padding: 30px 15px;
    border-radius: 0;
  }

  section {
    padding: 30px 15px;
  }

  .top-page .block, .top-page .col-12, .listeEtude .block, .listeEtude .col-12, .appelezNous .block, .appelezNous .col-12, .grizzly .block, .grizzly .col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .singleContent .col-12 {
    padding: 0;
  }

  header {
    padding: 35px 15px 10px 15px;
  }
  header .logo {
    width: 220px;
  }

  .menu-menu-container {
    width: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .menu-menu-container > ul{
    padding: 100px 15px 30px 15px;
  }
  .menu-menu-container ul li a {
    padding: 10px 0;
    font-size: 1rem;
  }

  .nice-select {
    white-space: initial;
    line-height: 1.2;
    height: auto;
    padding: 10px 40px 10px 18px;
  }

  .devisForm .col-12 {
    margin-top: 0;
    padding: 0;
  }

  .demandeDevis .swiper-wrapper .swiper-slide{
    padding: 0 1rem;
  }

  .blueLink {
    width: 100%;
    height: auto;
    background-image: none;
    background-color: #020d1d;
    padding: 0;
  }

  .blockPostPreview .actuHead {
    flex-direction: column;
    align-items: center;
  }
  .blockPostPreview .actuHead h3 {
    margin: 10px 0;
    text-align: center;
  }

  .appelezNous .logoContainer {
    justify-content: center;
  }

  .experienceSavoirFaire .carte div > div {
    width: 100%;
    bottom: auto;
    top: 100%;
    position: initial;
  }
  .experienceSavoirFaire .carte div > div p {
    text-align: center;
  }
  .experienceSavoirFaire .carte div > div .link {
    text-align: center;
  }

  .soletudeClients{
    margin-top:40px;
  }
  .soletudeClients .swiperLogos {
      margin-top: 20px;
  }

  .page-accueil .top-page .illustration.fromRight .solAnimation img:last-child {
    bottom: -4px;
  }
  .page-accueil .top-page .illustration.fromRight .solAnimation img:nth-child(3) {
    top: calc(100% - 56px);
  }
  .page-accueil .top-page .illustration.fromRight .solAnimation img:nth-child(2) {
    top: calc(100% - 73px);
  }
  .page-accueil .top-page .illustration.fromRight .solAnimation img:first-child {
    top: -2px;
  }
  .page-accueil  .top-page:before{
    content: none;
  }

  @keyframes bulleAnim {
    0% {
      width: 30px;
      height: 30px;
    }
    100% {
      width: 100px;
      height: 100px;
    }
  }
}
@media screen and (max-width: 400px) {
  .page-accueil .etudeIllustration {
    margin-top: -150px;
  }

  .page-actualites .top-page {
    padding-bottom: 50px;
  }

  .foreuse .fullMask{
    & div{  
      border-radius: 3rem 0;
    }
  }
}
.top-page.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.top-page.not-found svg {
  width: 250px;
  max-width: 100%;
}
.top-page.not-found svg path {
  fill: #fff;
}

.top-page.not-found .top-title {
  text-align: center;
}

.top-page.not-found .top-title h1 {
  margin: 15px 0;
}

.page-mentions .t-1 {
  align-items: flex-start;
  text-align: left;
}
.page-mentions .mentions {
  width: 1400px;
  max-width: 100%;
  padding-top: 140px;
}
.page-mentions .mentions > div {
  padding: 0 5px;
}
.page-mentions .mentions h3 {
  font-weight: bolder;
  margin: 10px 0;
  font-size: 1.5rem;
}
.page-mentions .mentions h2 {
  font-weight: bolder;
  margin: 10px 0;
  font-size: 1.5rem;
}
.page-mentions .mentions p {
  margin: 10px 0;
}
.page-mentions .mentions p a:hover {
  color: #fff;
}
.page-mentions .mentions ul {
  padding-left: 20px;
}
.page-mentions .mentions ul li {
  list-style: disc;
  margin: 7.5px 0;
}
.page-mentions .mentions ul li a {
  text-decoration: underline;
  font-weight: bolder;
}
.page-mentions .mentions ul li a:hover {
  color: #fff;
}
.page-mentions .mentions ol {
  padding-left: 20px;
}
.page-mentions .mentions ol li {
  list-style: disc;
  margin: 7.5px 0;
}
.page-mentions .mentions ol li a {
  text-decoration: underline;
  font-weight: bolder;
}
.page-mentions .mentions ol li a:hover {
  color: #fff;
}

body.can-touch * {
  cursor: default !important;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
}

body .cmplz-cookiebanner{padding-top: 35px;}
body .cmplz-cookiebanner .cmplz-title{font-weight: bold;}
body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny {position:absolute;color:#061a37;top:-5px;right:0;font-size:0.9em;text-align:right;text-decoration:underline;margin-right:20px;background-color:initial!important;border:0!important;padding:0!important;font-weight:normal;font-family:Helvetica,Calibri,Arial,sans-serif!important;}
body .cmplz-cookiebanner .cc-btn.cc-show-settings {width:100%!important;}
.page-mentions #cmplz-document{max-width: 100%;}
body .cmplz-cookiebanner .cmplz-header{overflow: hidden;}
.grecaptcha-badge { visibility: hidden; }

#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose *, #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose *{
  color: #061a37 !important;
}


.googleReviewsIntro{
  padding-bottom: 0;
  padding-top: 75px;
}
.googleReviewsIntro .col-12{
 align-items: center;
 text-align: center;
}
.googleReviewsIntro .corner:before {
  background-image: url("../img/title-corner-mobil.svg");
  background-position: center;
  justify-content: center;
  width: 100%;
  height: 25px;
  left: 0;
  z-index: 0;
}

.googleReviews .ti-widget.ti-goog .ti-review-item>.ti-inner, .googleReviews .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
  background-color: #020d1d !important;
}

.googleReviews .wp-gr .grw-row, .googleReviews .wp-gr .grw-row-s, .googleReviews .wp-gr .grw-row-m{flex-direction: column;max-width: 100% !important;width: 100% !important;}
.googleReviews .wp-gr .grw-row-m .grw-header+.grw-content, 
.googleReviews .wp-gr .grw-row-s .grw-header+.grw-content,
.googleReviews .wp-gr .grw-row-x .grw-header+.grw-content,
.googleReviews .wp-gr .grw-row-xs .grw-header+.grw-content{max-width: 100% !important;}
.googleReviews .wp-gr .wp-google-powered{display: none !important;}
.googleReviews .wp-gr.wpac .wp-google-name a, .googleReviews .wp-gr .wp-google-powered, .googleReviews .wp-gr.wpac a.wp-google-name{color: #fff !important;}
.googleReviews .wp-gr .grw-review-inner.grw-round {background-color: #020d1d !important;}
.googleReviews .col-12.center{display: flex;justify-content: center;align-items: center;margin-top: 2.5rem;}

.actualites .actuSwiper .swiper-pagination-bullet {
  width: 12.5px;
  height: 12.5px;
  background-color: #fff;
  opacity: 0.8;
}
.actualites .actuSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f9910f;
  opacity: 1;
}
.googleReviews .wp-gr .grw-dot {
  width: 12.5px!important;
  height: 12.5px!important;
  background: #f9910f!important;
}
.googleReviews .wp-gr .grw-dot.active{
  opacity: 1 !important;
  background: #f9910f!important;
}