@charset "UTF-8";
/*
Theme Name: ABC Architecture
Author: Carton Rouge
Description: Thème sur mesure basé sur Bootstrap 5.2.X
Requires at least: WordPress 6.X
Version: 1.0
*/
/**********                 **********/
/********** Appel des fonts **********/
/**********                 **********/
@font-face {
  font-family: "Geist";
  src: url("../abcarchitecture/fonts/Geist-Regular.woff") format("woff"), url("../abcarchitecture/fonts/Geist-Regular.woff2") format("woff2"), url("../abcarchitecture/fonts/Geist-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Overused Grotesk";
  src: url("../abcarchitecture/fonts/OverusedGrotesk-Roman.woff") format("woff"), url("../abcarchitecture/fonts/OverusedGrotesk-Roman.woff2") format("woff2"), url("../abcarchitecture/fonts/OverusedGrotesk-Roman.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Overused Grotesk";
  src: url("../abcarchitecture/fonts/OverusedGrotesk-Book.woff") format("woff"), url("../abcarchitecture/fonts/OverusedGrotesk-Book.woff2") format("woff2"), url("../abcarchitecture/fonts/OverusedGrotesk-Book.ttf") format("truetype");
  font-weight: 400;
}
/**********           **********/
/********** Variables **********/
/**********           **********/
/**********                **********/
/********** Global / Reset **********/
/**********                **********/
html {
  scroll-behavior: smooth;
  scroll-padding: 100px;
}

body {
  overflow-x: hidden;
}
body.active {
  overflow: hidden;
}
body #primary {
  position: relative;
  padding-top: 160px;
}
@media (max-width: 1399.98px) {
  body #primary {
    padding-top: 140px;
  }
}
@media (max-width: 1199.98px) {
  body #primary {
    padding-top: 120px;
  }
}
body #primary .menu-opacity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
  transition: all 0.25s ease-out;
}
body #primary.active .menu-opacity {
  background-color: rgba(40, 40, 40, 0.5);
  z-index: 10;
}

h1 {
  margin: 0;
  font-family: "Overused Grotesk";
  font-size: 58px;
  line-height: 62px;
  font-weight: 400;
  color: #282828;
  text-wrap-style: pretty;
}
@media (max-width: 1399.98px) {
  h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 1199.98px) {
  h1 {
    font-size: 38px;
    line-height: 42px;
  }
}

h2 {
  margin: 0;
  font-family: "Overused Grotesk";
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  color: #282828;
  text-wrap-style: pretty;
}
@media (max-width: 1399.98px) {
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

h3 {
  margin: 0;
  font-family: "Overused Grotesk";
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  color: #282828;
  text-wrap-style: pretty;
}
@media (max-width: 1399.98px) {
  h3 {
    font-size: 22px;
    line-height: 32px;
  }
}

p, li, span {
  font-family: "Overused Grotesk";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #444D60;
  text-wrap-style: pretty;
  letter-spacing: 0.3px;
}
p.titre, li.titre, span.titre {
  margin-bottom: 40px;
  color: #D03720;
  text-transform: uppercase;
}

li, a, input, select, textarea, button {
  box-shadow: none !important;
  outline: none !important;
  text-shadow: unset !important;
}

a {
  font-family: "Overused Grotesk";
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  letter-spacing: 0.3px;
  font-weight: 400;
}

img {
  pointer-events: none;
}

.row {
  margin: 0;
}

.pad-reset {
  padding: 0 !important;
}

.cta-groupe {
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 18px 50px 18px 24px;
  font-family: "Overused Grotesk";
  font-size: 16px;
  line-height: 1;
  color: #282828;
  background-color: #FFFFFF;
  text-decoration: none;
  border-radius: 100px;
  border: 2px solid #D03720;
  text-transform: uppercase;
  z-index: 1;
  transition: all 0.25s ease-out;
}
.cta-groupe:hover {
  background-color: #D03720;
  color: #FFFFFF;
}
.cta-groupe:hover .circle {
  width: 25px;
  height: 25px;
  background-color: #FFFFFF;
  transform: translate(-8.5px, -50%);
}
.cta-groupe:hover .arrow {
  transform: translateX(0) translateY(-50%) !important;
}
.cta-groupe .circle {
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  background-color: #D03720;
  border-radius: 100px;
  transform: translate(-16px, -50%);
  overflow: hidden;
  transition: all 0.25s ease-out;
}
.cta-groupe .circle .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  height: 25px;
  background-image: url("../abcarchitecture/images/arrow-cta.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(-50px) translateY(-50%);
  z-index: 1;
  transition: all 0.35s ease-out;
}

.sticky-item {
  position: sticky;
  top: 20px;
}

.header-titre-wrapper {
  margin-bottom: 80px;
}
.header-titre-wrapper .titre {
  margin-bottom: 20px;
}
.header-titre-wrapper .titre.breadcrumb {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
}
.header-titre-wrapper .titre a {
  color: #D03720;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
}
.header-titre-wrapper .titre a:hover {
  color: #330A06;
}
.header-titre-wrapper .titre span {
  color: #D03720;
}
.header-titre-wrapper .titre p {
  margin: 0;
  color: #D03720;
  text-transform: uppercase;
}
.header-titre-wrapper .header-titre {
  display: flex;
  gap: 20px;
}
.header-titre-wrapper .header-titre h1 {
  max-width: 940px;
  text-transform: uppercase;
}

.header-top-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 991.98px) {
  .header-top-wrapper {
    margin-bottom: 80px;
  }
}
.header-top-wrapper.text-img .header-top {
  align-items: flex-end;
  gap: 120px;
}
@media (max-width: 1199.98px) {
  .header-top-wrapper.text-img .header-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 40px;
  }
}
.header-top-wrapper.text-img .header-top .header-top-left {
  flex: 1;
}
@media (max-width: 1199.98px) {
  .header-top-wrapper.text-img .header-top .header-top-right {
    width: 100%;
  }
}
.header-top-wrapper.text-img .header-top .header-top-right img {
  width: 740px;
  height: 426px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1399.98px) {
  .header-top-wrapper.text-img .header-top .header-top-right img {
    width: 640px;
    height: 350px;
  }
}
@media (max-width: 1199.98px) {
  .header-top-wrapper.text-img .header-top .header-top-right img {
    width: 100%;
  }
}
.header-top-wrapper.only-img .header-top {
  justify-content: end;
  align-items: flex-end;
  gap: 30px;
}
@media (max-width: 1199.98px) {
  .header-top-wrapper.only-img .header-top {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 1199.98px) {
  .header-top-wrapper.only-img .header-top .header-top-left {
    width: 100%;
  }
}
.header-top-wrapper.only-img .header-top .header-top-left img {
  width: 340px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199.98px) {
  .header-top-wrapper.only-img .header-top .header-top-left img {
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 1199.98px) {
  .header-top-wrapper.only-img .header-top .header-top-right {
    width: 100%;
  }
}
.header-top-wrapper.only-img .header-top .header-top-right img {
  width: 740px;
  height: 426px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1399.98px) {
  .header-top-wrapper.only-img .header-top .header-top-right img {
    width: 640px;
    height: 350px;
  }
}
@media (max-width: 1199.98px) {
  .header-top-wrapper.only-img .header-top .header-top-right img {
    width: 100%;
  }
}
.header-top-wrapper .header-top {
  display: flex;
}
.header-top-wrapper .header-top p {
  color: #5B5653;
}
.header-top-wrapper .header-top p:last-of-type {
  margin: 0;
}
.header-top-wrapper .header-top img {
  width: 100%;
  height: auto;
}

.zone-titre-wrapper.align-column .titre-desc {
  display: flex;
  gap: 80px;
}
@media (max-width: 1199.98px) {
  .zone-titre-wrapper.align-column .titre-desc {
    flex-direction: column;
    gap: 40px;
  }
}
.zone-titre-wrapper.align-column .titre-desc .description {
  flex: 1;
}
.zone-titre-wrapper.align-row {
  margin-bottom: 40px;
}
.zone-titre-wrapper.align-row .zone-titre {
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .zone-titre-wrapper.align-row .zone-titre {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
.zone-titre-wrapper.align-row .zone-titre .titre {
  flex: 1;
  margin: 0 !important;
}
.zone-titre-wrapper .zone-titre .titre-desc .description p {
  color: #5B5653;
}
.zone-titre-wrapper .zone-titre .titre-desc .description p:last-of-type {
  margin: 0;
}

.zone-liste-img-texte-wrapper {
  margin-top: 80px;
}
@media (max-width: 1199.98px) {
  .zone-liste-img-texte-wrapper {
    margin-top: 60px;
  }
}
.zone-liste-img-texte-wrapper .zone-liste-img-texte {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1199.98px) {
  .zone-liste-img-texte-wrapper .zone-liste-img-texte {
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
  }
}
@media (max-width: 1199.98px) {
  .zone-liste-img-texte-wrapper .zone-liste-img-texte picture, .zone-liste-img-texte-wrapper .zone-liste-img-texte img {
    width: 100% !important;
  }
}
.zone-liste-img-texte-wrapper .zone-liste-img-texte .items {
  flex: 1;
}
@media (max-width: 1199.98px) {
  .zone-liste-img-texte-wrapper .zone-liste-img-texte .items {
    width: 100%;
  }
}
.zone-liste-img-texte-wrapper .zone-liste-img-texte .items .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 40px 0;
  border-bottom: 1px solid #CBC6C2;
}
.zone-liste-img-texte-wrapper .zone-liste-img-texte .items .item:first-of-type {
  padding-top: 0 !important;
}
.zone-liste-img-texte-wrapper .zone-liste-img-texte .items .item:last-of-type {
  padding-bottom: 0 !important;
  border-bottom: none;
}
@media (max-width: 767.98px) {
  .zone-liste-img-texte-wrapper .zone-liste-img-texte .items .item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.zone-liste-img-texte-wrapper .zone-liste-img-texte .items .item .item-titre h3 {
  font-weight: 500;
  line-height: 1;
}
.zone-liste-img-texte-wrapper .zone-liste-img-texte .items .item .item-texte {
  width: 340px;
}
@media (max-width: 1199.98px) {
  .zone-liste-img-texte-wrapper .zone-liste-img-texte .items .item .item-texte {
    width: 500px;
  }
}
@media (max-width: 991.98px) {
  .zone-liste-img-texte-wrapper .zone-liste-img-texte .items .item .item-texte {
    width: 400px;
  }
}
@media (max-width: 767.98px) {
  .zone-liste-img-texte-wrapper .zone-liste-img-texte .items .item .item-texte {
    width: 100%;
  }
}
.zone-liste-img-texte-wrapper .zone-liste-img-texte .items .item .item-texte .description p {
  color: #5B5653;
}
.zone-liste-img-texte-wrapper .zone-liste-img-texte .items .item .item-texte .description p:last-of-type {
  margin: 0;
}

.nos-expertises-wrapper .zone-titre-wrapper .zone-titre .titre-desc {
  margin-bottom: 40px;
}
.nos-expertises-wrapper .zone-expertises .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 1199.98px) {
  .nos-expertises-wrapper .zone-expertises .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991.98px) {
  .nos-expertises-wrapper .zone-expertises .items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.nos-expertises-wrapper .zone-expertises .items .item {
  position: relative;
  padding: 40px;
  border: 1px solid #CBC6C2;
  overflow: hidden;
  transition: all 0.25s ease-out;
}
.nos-expertises-wrapper .zone-expertises .items .item:not(:last-of-type) h3 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1;
}
.nos-expertises-wrapper .zone-expertises .items .item:not(:last-of-type):hover {
  background: #F1EEEB;
}
.nos-expertises-wrapper .zone-expertises .items .item:not(:last-of-type):hover .infos-text .description {
  transform: translateY(200px);
}
.nos-expertises-wrapper .zone-expertises .items .item:not(:last-of-type):hover .infos-hover {
  transform: translateY(0);
}
.nos-expertises-wrapper .zone-expertises .items .item:last-of-type {
  align-content: center;
  border: none;
}
@media (max-width: 991.98px) {
  .nos-expertises-wrapper .zone-expertises .items .item:last-of-type {
    margin-top: 30px;
    padding: 0;
  }
}
.nos-expertises-wrapper .zone-expertises .items .item:last-of-type h3 {
  max-width: 200px;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .nos-expertises-wrapper .zone-expertises .items .item:last-of-type h3 {
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .nos-expertises-wrapper .zone-expertises .items .item {
    padding: 30px;
  }
}
.nos-expertises-wrapper .zone-expertises .items .item .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.nos-expertises-wrapper .zone-expertises .items .item .image img {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.nos-expertises-wrapper .zone-expertises .items .item .infos-wrapper .infos-text h3 {
  margin-bottom: 20px;
  font-weight: 500;
}
.nos-expertises-wrapper .zone-expertises .items .item .infos-wrapper .infos-text .description {
  position: relative;
  bottom: 0;
  max-width: 200px;
  margin: 0;
  color: #5B5653;
  transform: translateY(0);
  transition: all 0.25s ease-out;
}
@media (max-width: 1199.98px) {
  .nos-expertises-wrapper .zone-expertises .items .item .infos-wrapper .infos-text .description {
    max-width: 60%;
  }
}
@media (max-width: 991.98px) {
  .nos-expertises-wrapper .zone-expertises .items .item .infos-wrapper .infos-text .description {
    max-width: 100%;
  }
}
.nos-expertises-wrapper .zone-expertises .items .item .infos-wrapper .infos-hover {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 40px;
  transform: translateY(200px);
  background-color: #FFFFFF;
  transition: all 0.25s ease-out;
}
@media (max-width: 1199.98px) {
  .nos-expertises-wrapper .zone-expertises .items .item .infos-wrapper .infos-hover {
    padding: 30px;
  }
}
@media (max-width: 991.98px) {
  .nos-expertises-wrapper .zone-expertises .items .item .infos-wrapper .infos-hover {
    padding: 20px 30px;
  }
}
.nos-expertises-wrapper .zone-expertises .items .item .infos-wrapper .infos-hover p {
  margin: 0;
  background-image: url("../abcarchitecture/images/arrow-red.svg");
  background-repeat: no-repeat;
  background-position: right center;
  color: #282828;
}

/**********        ********/
/********** Menu **********/
/**********        ********/
.nav-wrapper nav {
  padding: 0 !important;
  background-color: #FFFFFF;
}
.nav-wrapper nav .navbar-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.25s ease-out;
}
.nav-wrapper nav .navbar-wrapper .navbar-brand {
  margin: 0;
  padding: 0;
}
.nav-wrapper nav .navbar-wrapper .navbar-brand svg {
  width: 200px;
}
@media (max-width: 991.98px) {
  .nav-wrapper nav .navbar-wrapper .navbar-toggler {
    display: flex;
    padding: 12px;
    background-color: #FFFFFF;
    border-radius: 100%;
    border: none;
  }
  .nav-wrapper nav .navbar-wrapper .navbar-toggler span {
    width: 15px;
    height: 15px;
  }
}
.nav-wrapper nav .navbar-wrapper #main-menu {
  justify-content: flex-end;
}
.nav-wrapper nav .navbar-wrapper #main-menu .wrapper-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .nav-wrapper nav .navbar-wrapper #main-menu .wrapper-menu {
    padding-top: 20px;
  }
}
.nav-wrapper nav .navbar-wrapper #main-menu .wrapper-menu #menu-menu-principal {
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .nav-wrapper nav .navbar-wrapper #main-menu .wrapper-menu #menu-menu-principal {
    gap: 10px;
  }
}
.nav-wrapper nav .navbar-wrapper #main-menu .wrapper-menu #menu-menu-principal li {
  text-align: center;
  padding: 0;
}
@media (max-width: 991.98px) {
  .nav-wrapper nav .navbar-wrapper #main-menu .wrapper-menu #menu-menu-principal li#menu-item-142 {
    display: none;
  }
}
.nav-wrapper nav .navbar-wrapper #main-menu .wrapper-menu #menu-menu-principal li#menu-item-446, .nav-wrapper nav .navbar-wrapper #main-menu .wrapper-menu #menu-menu-principal li#menu-item-447, .nav-wrapper nav .navbar-wrapper #main-menu .wrapper-menu #menu-menu-principal li#menu-item-448, .nav-wrapper nav .navbar-wrapper #main-menu .wrapper-menu #menu-menu-principal li#menu-item-449, .nav-wrapper nav .navbar-wrapper #main-menu .wrapper-menu #menu-menu-principal li#menu-item-450 {
  display: none;
}
@media (max-width: 991.98px) {
  .nav-wrapper nav .navbar-wrapper #main-menu .wrapper-menu #menu-menu-principal li#menu-item-446, .nav-wrapper nav .navbar-wrapper #main-menu .wrapper-menu #menu-menu-principal li#menu-item-447, .nav-wrapper nav .navbar-wrapper #main-menu .wrapper-menu #menu-menu-principal li#menu-item-448, .nav-wrapper nav .navbar-wrapper #main-menu .wrapper-menu #menu-menu-principal li#menu-item-449, .nav-wrapper nav .navbar-wrapper #main-menu .wrapper-menu #menu-menu-principal li#menu-item-450 {
    display: list-item;
  }
}
.nav-wrapper nav .navbar-wrapper #main-menu .wrapper-menu #menu-menu-principal li a {
  position: relative;
  font-family: "Overused Grotesk";
  font-size: 16px;
  line-height: 1;
  color: #282828;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
}
.nav-wrapper nav .navbar-wrapper #main-menu .wrapper-menu #menu-menu-principal li a:hover {
  color: #D03720;
  cursor: pointer;
}
.nav-wrapper nav .navbar-wrapper #main-menu .wrapper-menu #menu-menu-principal .current_page_item a,
.nav-wrapper nav .navbar-wrapper #main-menu .wrapper-menu #menu-menu-principal .current-menu-item a {
  color: #D03720;
}
.nav-wrapper .sub-menu-expertises-wrapper {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 70%;
  z-index: 20;
  transition: all 0.25s ease-out;
}
@media (max-width: 1399.98px) {
  .nav-wrapper .sub-menu-expertises-wrapper {
    width: 80%;
  }
}
@media (max-width: 991.98px) {
  .nav-wrapper .sub-menu-expertises-wrapper {
    display: none;
  }
}
.nav-wrapper .sub-menu-expertises-wrapper.active {
  transform: translate(-50%, 92px);
}
.nav-wrapper .sub-menu-expertises-wrapper .sub-menu-expertises .items {
  display: flex;
}
.nav-wrapper .sub-menu-expertises-wrapper .sub-menu-expertises .items .item {
  flex: 1;
  position: relative;
  padding: 40px;
  border: 1px solid #CBC6C2;
  background-color: #FFFFFF;
  overflow: hidden;
  transition: all 0.25s ease-out;
}
@media (max-width: 1199.98px) {
  .nav-wrapper .sub-menu-expertises-wrapper .sub-menu-expertises .items .item {
    padding: 30px;
  }
}
.nav-wrapper .sub-menu-expertises-wrapper .sub-menu-expertises .items .item:not(:first-of-type) {
  border-left: none;
}
.nav-wrapper .sub-menu-expertises-wrapper .sub-menu-expertises .items .item:hover {
  background: #F1EEEB;
}
.nav-wrapper .sub-menu-expertises-wrapper .sub-menu-expertises .items .item:hover .infos-wrapper .infos-text h3 {
  transform: translateY(200px);
}
.nav-wrapper .sub-menu-expertises-wrapper .sub-menu-expertises .items .item:hover .infos-wrapper .infos-hover {
  transform: translateY(0);
}
.nav-wrapper .sub-menu-expertises-wrapper .sub-menu-expertises .items .item .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.nav-wrapper .sub-menu-expertises-wrapper .sub-menu-expertises .items .item .image img {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.nav-wrapper .sub-menu-expertises-wrapper .sub-menu-expertises .items .item .infos-wrapper .infos-text h3 {
  position: relative;
  bottom: 0;
  margin-top: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  transform: translateY(0);
  transition: all 0.25s ease-out;
}
.nav-wrapper .sub-menu-expertises-wrapper .sub-menu-expertises .items .item .infos-wrapper .infos-hover {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px 40px;
  transform: translateY(200px);
  background-color: #FFFFFF;
  transition: all 0.25s ease-out;
}
@media (max-width: 1199.98px) {
  .nav-wrapper .sub-menu-expertises-wrapper .sub-menu-expertises .items .item .infos-wrapper .infos-hover {
    padding: 10px 30px;
  }
}
.nav-wrapper .sub-menu-expertises-wrapper .sub-menu-expertises .items .item .infos-wrapper .infos-hover p {
  margin: 0;
  background-image: url("../abcarchitecture/images/arrow-red.svg");
  background-repeat: no-repeat;
  background-position: right center;
  color: #282828;
}

.scroll-menu nav {
  background-color: #FFFFFF;
}
.scroll-menu nav .navbar-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}
.scroll-menu .sub-menu-expertises-wrapper.active {
  transform: translate(-50%, 72px);
}

/**********              **********/
/********** Page accueil **********/
/**********              **********/
.page-template-tpl-accueil .header-top-wrapper .header-top .header-top-right {
  position: relative;
}
.page-template-tpl-accueil .header-top-wrapper .header-top .header-top-right:after {
  content: url("../abcarchitecture/images/circle.svg");
  position: absolute;
  top: -140px;
  right: -320px;
  z-index: -1;
}
@media (max-width: 1399.98px) {
  .page-template-tpl-accueil .header-top-wrapper .header-top .header-top-right:after {
    right: -220px;
  }
}
@media (max-width: 1199.98px) {
  .page-template-tpl-accueil .header-top-wrapper .header-top .header-top-right:after {
    display: none;
  }
}
.page-template-tpl-accueil .l-agence-wrapper .zone-titre-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 991.98px) {
  .page-template-tpl-accueil .l-agence-wrapper .zone-titre-wrapper {
    margin-bottom: 80px;
  }
}
.page-template-tpl-accueil .l-agence-wrapper .zone-titre-wrapper .zone-titre .titre-desc {
  display: flex;
  gap: 80px;
}
@media (max-width: 1199.98px) {
  .page-template-tpl-accueil .l-agence-wrapper .zone-titre-wrapper .zone-titre .titre-desc {
    flex-direction: column;
    gap: 40px;
  }
}
.page-template-tpl-accueil .l-agence-wrapper .zone-titre-wrapper .zone-titre .titre-desc h2 {
  flex: 1;
}
.page-template-tpl-accueil .l-agence-wrapper .zone-titre-wrapper .zone-titre .titre-desc .description {
  flex: 1;
}
.page-template-tpl-accueil .l-agence-wrapper .zone-titre-wrapper .zone-titre .titre-desc .description p:last-of-type {
  margin: 0;
}
.page-template-tpl-accueil .l-agence-wrapper .zone-titre-wrapper .zone-titre .titre-desc .description .cta-groupe {
  margin-top: 40px;
}
.page-template-tpl-accueil .l-agence-wrapper .agence-img {
  position: relative;
}
.page-template-tpl-accueil .l-agence-wrapper .agence-img .agence-img-bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 95%;
  height: 100%;
  background-color: #F1EEEB;
  z-index: -1;
  transform: translateX(-50%) rotate(-4deg);
}
.page-template-tpl-accueil .l-agence-wrapper .agence-img img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1399.98px) {
  .page-template-tpl-accueil .l-agence-wrapper .agence-img img {
    height: 500px;
  }
}
@media (max-width: 1199.98px) {
  .page-template-tpl-accueil .l-agence-wrapper .agence-img img {
    height: 350px;
  }
}
.page-template-tpl-accueil .nos-realisations-wrapper .zone-titre-wrapper {
  margin-bottom: 80px;
}
.page-template-tpl-accueil .nos-realisations-wrapper .zone-titre-wrapper .zone-titre .titre-desc {
  display: flex;
  align-items: flex-end;
  gap: 40px;
}
@media (max-width: 1199.98px) {
  .page-template-tpl-accueil .nos-realisations-wrapper .zone-titre-wrapper .zone-titre .titre-desc {
    align-items: flex-start;
    gap: 30px;
  }
}
.page-template-tpl-accueil .nos-realisations-wrapper .zone-titre-wrapper .zone-titre .titre-desc h2 {
  flex: 1;
}
.page-template-tpl-accueil .nos-realisations-wrapper .zone-titre-wrapper .zone-titre .titre-desc .cta-wrapper {
  display: flex;
  flex: 1;
}
.page-template-tpl-accueil .nos-realisations-wrapper .zone-titre-wrapper .zone-titre .titre-desc .cta-wrapper .cta-groupe {
  margin-left: auto;
}
.page-template-tpl-accueil .zone-ecoconstruction-materiaux-biosources-wrapper {
  margin: 120px 0;
}
@media (max-width: 991.98px) {
  .page-template-tpl-accueil .zone-ecoconstruction-materiaux-biosources-wrapper {
    margin: 80px 0;
  }
}
.page-template-tpl-accueil .zone-ecoconstruction-materiaux-biosources-wrapper .zone-titre-wrapper .zone-titre {
  align-items: flex-start;
  gap: 80px;
}
@media (max-width: 1199.98px) {
  .page-template-tpl-accueil .zone-ecoconstruction-materiaux-biosources-wrapper .zone-titre-wrapper .zone-titre {
    gap: 40px;
  }
}
.page-template-tpl-accueil .zone-ecoconstruction-materiaux-biosources-wrapper .zone-titre-wrapper .zone-titre .titre {
  width: 340px;
  flex: inherit;
}
@media (max-width: 1199.98px) {
  .page-template-tpl-accueil .zone-ecoconstruction-materiaux-biosources-wrapper .zone-titre-wrapper .zone-titre .titre {
    width: 100%;
  }
}
.page-template-tpl-accueil .zone-ecoconstruction-materiaux-biosources-wrapper .zone-titre-wrapper .zone-titre .titre-desc {
  flex: 1;
}
.page-template-tpl-accueil .zone-ecoconstruction-materiaux-biosources-wrapper .zone-liste-img-texte-wrapper .zone-liste-img-texte img {
  width: 340px;
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1399.98px) {
  .page-template-tpl-accueil .zone-ecoconstruction-materiaux-biosources-wrapper .zone-liste-img-texte-wrapper .zone-liste-img-texte img {
    height: 500px;
  }
}
@media (max-width: 1199.98px) {
  .page-template-tpl-accueil .zone-ecoconstruction-materiaux-biosources-wrapper .zone-liste-img-texte-wrapper .zone-liste-img-texte img {
    height: 350px;
  }
}
.page-template-tpl-accueil .temoignages-wrapper {
  margin: 120px 0;
}
@media (max-width: 991.98px) {
  .page-template-tpl-accueil .temoignages-wrapper {
    margin: 80px 0;
  }
}
.page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper {
  display: flex;
  gap: 40px;
  margin-top: 80px;
  padding-bottom: 120px;
  border-bottom: 1px solid #CBC6C2;
}
@media (max-width: 1399.98px) {
  .page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper {
    flex-direction: column;
    gap: 60px;
  }
}
@media (max-width: 991.98px) {
  .page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper {
    margin-top: 60px;
  }
}
.page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-left {
  display: flex;
  gap: 40px;
}
@media (max-width: 1399.98px) {
  .page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-left {
    justify-content: space-between;
  }
}
@media (max-width: 991.98px) {
  .page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-left {
    flex-direction: column;
    gap: 60px;
  }
}
@media (max-width: 1399.98px) {
  .page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-left .temoignages-liste.first {
    width: 60%;
  }
}
@media (max-width: 991.98px) {
  .page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-left .temoignages-liste.first {
    width: 100%;
  }
  .page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-left .temoignages-liste.first .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 0;
  }
}
@media (max-width: 500px) {
  .page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-left .temoignages-liste.first .items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 60px;
         column-gap: 60px;
    row-gap: 0;
  }
}
.page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-left .temoignages-liste.other {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 60px;
}
@media (max-width: 1399.98px) {
  .page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-left .temoignages-liste.other {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-left .temoignages-liste.other {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-left .temoignages-liste .items {
  min-width: 0;
}
.page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-left .temoignages-liste .items .item {
  margin-bottom: 8px;
}
.page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-left .temoignages-liste .items .item:last-of-type {
  margin-bottom: 0;
}
.page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-left .temoignages-liste .items .item p {
  margin: 0;
  color: #5B5653;
}
.page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-right {
  max-width: 470px;
}
@media (max-width: 1399.98px) {
  .page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-right {
    max-width: 100%;
  }
}
.page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-right .carousel-temoignages {
  position: relative;
  padding: 50px;
  background-color: #F1EEEB;
}
@media (max-width: 1199.98px) {
  .page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-right .carousel-temoignages {
    padding: 40px;
  }
}
@media (max-width: 991.98px) {
  .page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-right .carousel-temoignages {
    padding: 30px;
  }
}
.page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-right .carousel-temoignages:after {
  content: url("../abcarchitecture/images/avis-carousel-item.svg");
  position: absolute;
  bottom: -40px;
  left: 40px;
  width: 81px;
  height: 81px;
}
.page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-right .carousel-temoignages .owl-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}
.page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-right .carousel-temoignages .owl-header .owl-counter {
  font-family: "Overused Grotesk";
  font-size: 16px;
  line-height: 1;
  color: #D03720;
  letter-spacing: 8px;
}
.page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-right .carousel-temoignages .owl-header .owl-nav-custom {
  display: flex;
  gap: 10px;
  padding: 0;
  line-height: 0;
}
.page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-right .carousel-temoignages .owl-header .owl-nav-custom button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-right .carousel-temoignages .owl-header .owl-nav-custom button.owl-prev-custom {
  transform: rotate(180deg);
}
.page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-right .carousel-temoignages .owl-header .owl-nav-custom button svg {
  width: 12px;
  height: 10px;
}
.page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-right .carousel-temoignages .owl-carousel {
  margin-top: 40px;
}
.page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-right .carousel-temoignages .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-right .carousel-temoignages .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .description1,
.page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-right .carousel-temoignages .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .description2 {
  margin: 0;
  font-size: 26px;
  line-height: 32px;
  color: #282828;
}
@media (max-width: 1399.98px) {
  .page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-right .carousel-temoignages .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .description1,
  .page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-right .carousel-temoignages .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .description2 {
    font-size: 22px;
    line-height: 28px;
  }
}
.page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-right .carousel-temoignages .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item-infos {
  display: flex;
  align-items: center;
  gap: 16px;
}
.page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-right .carousel-temoignages .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item-infos .item-infos-left img {
  width: 63px;
  height: 63px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
}
.page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-right .carousel-temoignages .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item-infos .item-infos-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-right .carousel-temoignages .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item-infos .item-infos-right p {
  margin: 0;
  line-height: 1;
}
.page-template-tpl-accueil .temoignages-wrapper .temoignages-content-wrapper .temoignages-right .carousel-temoignages .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item-infos .item-infos-right .nomprenom {
  font-size: 20px;
  color: #282828;
}
.page-template-tpl-accueil .faq-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 991.98px) {
  .page-template-tpl-accueil .faq-wrapper {
    margin-bottom: 80px;
  }
}
.page-template-tpl-accueil .faq-wrapper .zone-titre-wrapper .zone-titre .titre-img {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
.page-template-tpl-accueil .faq-wrapper .zone-titre-wrapper .zone-titre .titre-img .imgs {
  display: flex;
  gap: 20px;
}
.page-template-tpl-accueil .faq-wrapper .zone-titre-wrapper .zone-titre .titre-img .imgs img {
  width: -moz-fit-content;
  width: fit-content;
}
.page-template-tpl-accueil .faq-wrapper .zone-titre-wrapper .zone-titre .titre-desc {
  gap: 180px;
}
@media (max-width: 1199.98px) {
  .page-template-tpl-accueil .faq-wrapper .zone-titre-wrapper .zone-titre .titre-desc {
    gap: 60px;
  }
}
.page-template-tpl-accueil .faq-wrapper .zone-titre-wrapper .zone-titre .titre-desc .faq-liste {
  flex: 1;
}
.page-template-tpl-accueil .faq-wrapper .zone-titre-wrapper .zone-titre .titre-desc .faq-liste .accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-template-tpl-accueil .faq-wrapper .zone-titre-wrapper .zone-titre .titre-desc .faq-liste .accordion .accordion-item {
  border: none;
}
.page-template-tpl-accueil .faq-wrapper .zone-titre-wrapper .zone-titre .titre-desc .faq-liste .accordion .accordion-item .accordion-header button {
  padding: 0;
  font-family: "Overused Grotesk";
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #282828;
  text-wrap-style: pretty;
  letter-spacing: 0.3px;
  background-color: transparent;
}
.page-template-tpl-accueil .faq-wrapper .zone-titre-wrapper .zone-titre .titre-desc .faq-liste .accordion .accordion-item .accordion-header button.collapsed:after {
  background-image: url("../abcarchitecture/images/open.svg");
}
.page-template-tpl-accueil .faq-wrapper .zone-titre-wrapper .zone-titre .titre-desc .faq-liste .accordion .accordion-item .accordion-header button:after {
  background-image: url("../abcarchitecture/images/close.svg");
}
.page-template-tpl-accueil .faq-wrapper .zone-titre-wrapper .zone-titre .titre-desc .faq-liste .accordion .accordion-item .accordion-header button span {
  padding-right: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #D03720;
}
.page-template-tpl-accueil .faq-wrapper .zone-titre-wrapper .zone-titre .titre-desc .faq-liste .accordion .accordion-item .accordion-header button p {
  margin: 0;
  padding-right: 40px;
  font-size: 20px;
  font-weight: 500;
  color: #282828;
}
.page-template-tpl-accueil .faq-wrapper .zone-titre-wrapper .zone-titre .titre-desc .faq-liste .accordion .accordion-item .accordion-collapse .accordion-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.nos-expertises-wrapper {
  margin: 120px 0;
}
@media (max-width: 991.98px) {
  .nos-expertises-wrapper {
    margin: 80px 0;
  }
}

.nos-realisations-wrapper {
  padding: 120px 0;
  background-color: #F1EEEB;
}
@media (max-width: 991.98px) {
  .nos-realisations-wrapper {
    padding: 80px 0;
  }
}

/**********               **********/
/********** Page l'agence **********/
/**********               **********/
.page-template-tpl-agence .header-top-wrapper .header-top .header-top-right {
  position: relative;
}
.page-template-tpl-agence .header-top-wrapper .header-top .header-top-right:after {
  content: url("../abcarchitecture/images/circle.svg");
  position: absolute;
  top: -140px;
  right: -320px;
  z-index: -1;
}
@media (max-width: 1399.98px) {
  .page-template-tpl-agence .header-top-wrapper .header-top .header-top-right:after {
    right: -220px;
  }
}
@media (max-width: 1199.98px) {
  .page-template-tpl-agence .header-top-wrapper .header-top .header-top-right:after {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .page-template-tpl-agence .notre-histoire-wrapper {
    margin-bottom: 80px;
  }
}
.page-template-tpl-agence .notre-histoire-wrapper .zone-titre-wrapper .zone-titre .titre-desc h2 {
  width: 560px;
}
@media (max-width: 1399.98px) {
  .page-template-tpl-agence .notre-histoire-wrapper .zone-titre-wrapper .zone-titre .titre-desc h2 {
    width: 400px;
  }
}
@media (max-width: 1199.98px) {
  .page-template-tpl-agence .notre-histoire-wrapper .zone-titre-wrapper .zone-titre .titre-desc h2 {
    width: 100%;
  }
}
.page-template-tpl-agence .notre-histoire-wrapper .zone-liste-img-texte-wrapper .zone-liste-img-texte img {
  width: 560px;
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1399.98px) {
  .page-template-tpl-agence .notre-histoire-wrapper .zone-liste-img-texte-wrapper .zone-liste-img-texte img {
    width: 400px;
    height: 500px;
  }
}
@media (max-width: 1199.98px) {
  .page-template-tpl-agence .notre-histoire-wrapper .zone-liste-img-texte-wrapper .zone-liste-img-texte img {
    height: 350px;
  }
}
.page-template-tpl-agence .notre-equipe-wrapper {
  padding: 80px 0 120px 0;
  background-color: #F1EEEB;
}
@media (max-width: 991.98px) {
  .page-template-tpl-agence .notre-equipe-wrapper {
    padding: 80px 0;
  }
}
.page-template-tpl-agence .notre-equipe-wrapper .zone-titre-wrapper .zone-titre .titre-desc h2 {
  width: 550px;
}
@media (max-width: 1399.98px) {
  .page-template-tpl-agence .notre-equipe-wrapper .zone-titre-wrapper .zone-titre .titre-desc h2 {
    width: 440px;
  }
}
@media (max-width: 1199.98px) {
  .page-template-tpl-agence .notre-equipe-wrapper .zone-titre-wrapper .zone-titre .titre-desc h2 {
    width: 100%;
  }
}
.page-template-tpl-agence .notre-equipe-wrapper .zone-equipe-liste-wrapper {
  margin-top: 80px;
}
.page-template-tpl-agence .notre-equipe-wrapper .zone-equipe-liste-wrapper .zone-equipe-liste .item-list-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
}
@media (max-width: 1399.98px) {
  .page-template-tpl-agence .notre-equipe-wrapper .zone-equipe-liste-wrapper .zone-equipe-liste .item-list-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1199.98px) {
  .page-template-tpl-agence .notre-equipe-wrapper .zone-equipe-liste-wrapper .zone-equipe-liste .item-list-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}
@media (max-width: 767.98px) {
  .page-template-tpl-agence .notre-equipe-wrapper .zone-equipe-liste-wrapper .zone-equipe-liste .item-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1399.98px) {
  .page-template-tpl-agence .notre-equipe-wrapper .zone-equipe-liste-wrapper .zone-equipe-liste .item-list-wrapper .item-list:first-of-type {
    grid-column: 1/-1;
  }
  .page-template-tpl-agence .notre-equipe-wrapper .zone-equipe-liste-wrapper .zone-equipe-liste .item-list-wrapper .item-list:first-of-type .items {
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
  }
}
@media (max-width: 1199.98px) {
  .page-template-tpl-agence .notre-equipe-wrapper .zone-equipe-liste-wrapper .zone-equipe-liste .item-list-wrapper .item-list:first-of-type .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .page-template-tpl-agence .notre-equipe-wrapper .zone-equipe-liste-wrapper .zone-equipe-liste .item-list-wrapper .item-list:first-of-type {
    grid-column: inherit;
  }
  .page-template-tpl-agence .notre-equipe-wrapper .zone-equipe-liste-wrapper .zone-equipe-liste .item-list-wrapper .item-list:first-of-type .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.page-template-tpl-agence .notre-equipe-wrapper .zone-equipe-liste-wrapper .zone-equipe-liste .item-list-wrapper .item-list .titre {
  text-transform: none;
}
.page-template-tpl-agence .notre-equipe-wrapper .zone-equipe-liste-wrapper .zone-equipe-liste .item-list-wrapper .item-list .items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
.page-template-tpl-agence .notre-equipe-wrapper .zone-equipe-liste-wrapper .zone-equipe-liste .item-list-wrapper .item-list .items .item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.page-template-tpl-agence .notre-equipe-wrapper .zone-equipe-liste-wrapper .zone-equipe-liste .item-list-wrapper .item-list .items .item .item-img img {
  width: 82px;
  height: 82px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-tpl-agence .notre-equipe-wrapper .zone-equipe-liste-wrapper .zone-equipe-liste .item-list-wrapper .item-list .items .item .item-titre {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-template-tpl-agence .notre-equipe-wrapper .zone-equipe-liste-wrapper .zone-equipe-liste .item-list-wrapper .item-list .items .item .item-titre .nom_prenom {
  margin: 0;
  font-size: 22px;
  color: #282828;
  line-height: 1;
}
.page-template-tpl-agence .notre-equipe-wrapper .zone-equipe-liste-wrapper .zone-equipe-liste .item-list-wrapper .item-list .items .item .item-titre .statut {
  margin: 0;
  line-height: 1;
  color: #5B5653;
}
.page-template-tpl-agence .zone-rse-qualite-wrapper {
  margin: 120px 0;
}
@media (max-width: 991.98px) {
  .page-template-tpl-agence .zone-rse-qualite-wrapper {
    margin: 80px 0;
  }
}
.page-template-tpl-agence .zone-rse-qualite-wrapper .zone-liste-img-texte-wrapper .zone-liste-img-texte img {
  width: 460px;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1399.98px) {
  .page-template-tpl-agence .zone-rse-qualite-wrapper .zone-liste-img-texte-wrapper .zone-liste-img-texte img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1199.98px) {
  .page-template-tpl-agence .zone-rse-qualite-wrapper .zone-liste-img-texte-wrapper .zone-liste-img-texte img {
    height: 350px;
  }
}

/**********                         **********/
/********** Page Expertise - Détail **********/
/**********                         **********/
.single-expertises .img-full img {
  width: 100%;
  height: 426px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1399.98px) {
  .single-expertises .img-full img {
    height: 350px;
  }
}
.single-expertises .expertises-wrapper {
  margin: 120px 0 60px 0;
}
@media (max-width: 991.98px) {
  .single-expertises .expertises-wrapper {
    margin-top: 80px;
  }
}
.single-expertises .expertises-wrapper .zone-titre-wrapper .titre-desc h2 {
  flex: 1;
}
.single-expertises .expertises-wrapper .zone-liste-img-texte-wrapper .zone-liste-img-texte img {
  width: 340px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199.98px) {
  .single-expertises .expertises-wrapper .zone-liste-img-texte-wrapper .zone-liste-img-texte img {
    height: 350px;
  }
}
.single-expertises .expertises-wrapper .zone-liste-img-texte-wrapper .zone-liste-img-texte .items .item .item-titre {
  flex: 1;
}
.single-expertises .expertises-wrapper .zone-liste-img-texte-wrapper .zone-liste-img-texte .items .item .item-titre h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-expertises .expertises-wrapper .zone-liste-img-texte-wrapper .zone-liste-img-texte .items .item .item-titre h3 span {
  width: 26px;
  color: #D03720;
}
.single-expertises .nos-realisations-wrapper {
  background-color: #F1EEEB;
}
.single-expertises .nos-realisations-wrapper .zone-titre-wrapper {
  margin-bottom: 80px;
}
.single-expertises .notre-demarche-wrapper {
  margin: 120px 0;
}
@media (max-width: 991.98px) {
  .single-expertises .notre-demarche-wrapper {
    margin: 80px 0;
  }
}
.single-expertises .notre-demarche-wrapper .zone-liste-img-texte-wrapper .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media (max-width: 1199.98px) {
  .single-expertises .notre-demarche-wrapper .zone-liste-img-texte-wrapper .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.single-expertises .notre-demarche-wrapper .zone-liste-img-texte-wrapper .items .item h3 {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  font-size: 24px;
  line-height: 34px;
}
@media (max-width: 1199.98px) {
  .single-expertises .notre-demarche-wrapper .zone-liste-img-texte-wrapper .items .item h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.single-expertises .notre-demarche-wrapper .zone-liste-img-texte-wrapper .items .item h3 span {
  padding: 6px 10px;
  color: #D03720;
  border: 1px solid #CBC6C2;
  border-radius: 100px;
  font-weight: 500;
  line-height: 1;
}
.single-expertises .agence-wrapper {
  margin: 120px 0;
}
@media (max-width: 991.98px) {
  .single-expertises .agence-wrapper {
    margin: 80px 0;
  }
}
.single-expertises .agence-wrapper .zone-liste-img-texte-wrapper img {
  width: 340px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199.98px) {
  .single-expertises .agence-wrapper .zone-liste-img-texte-wrapper img {
    height: 350px;
  }
}
.single-expertises .agence-wrapper .zone-liste-img-texte-wrapper .items .item {
  padding: 20px 0;
}
.single-expertises .agence-wrapper .zone-liste-img-texte-wrapper .items .item:last-of-type {
  padding-bottom: 20px !important;
  border-bottom: 1px solid #CBC6C2 !important;
}
.single-expertises .agence-wrapper .zone-liste-img-texte-wrapper .items .item .item-texte {
  width: 100%;
}
.single-expertises .agence-wrapper .zone-liste-img-texte-wrapper .items .item .item-texte p {
  margin: 0;
}
.single-expertises .agence-wrapper .zone-liste-img-texte-wrapper .items .cta-groupe {
  margin-top: 40px;
}

.voir-plus-wrapper {
  margin: 80px 0 0 300px;
  padding: 54px 62px;
  background-color: #330A06;
  overflow: hidden;
}
@media (max-width: 1399.98px) {
  .voir-plus-wrapper {
    margin-left: 200px;
  }
}
@media (max-width: 1199.98px) {
  .voir-plus-wrapper {
    margin-left: 0;
    padding: 40px;
  }
}
.voir-plus-wrapper .voir-plus {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .voir-plus-wrapper .voir-plus {
    flex-direction: column;
    text-align: center;
  }
}
.voir-plus-wrapper .voir-plus:before {
  content: url("../abcarchitecture/images/rectangle.svg");
  position: absolute;
  top: -80px;
  left: 55%;
}
@media (max-width: 991.98px) {
  .voir-plus-wrapper .voir-plus:before {
    display: none;
  }
}
.voir-plus-wrapper .voir-plus:after {
  content: url("../abcarchitecture/images/rectangle2.svg");
  position: absolute;
  top: -80px;
  left: 90%;
}
@media (max-width: 991.98px) {
  .voir-plus-wrapper .voir-plus:after {
    display: none;
  }
}
.voir-plus-wrapper .voir-plus p {
  margin: 0;
  color: #FFFFFF;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
}
@media (max-width: 1399.98px) {
  .voir-plus-wrapper .voir-plus p {
    font-size: 26px;
    line-height: 36px;
  }
}

/**********                           **********/
/********** Page Réalisations - Liste **********/
/**********                           **********/
.post-type-archive-realisations .header-titre-wrapper .header-titre {
  gap: 80px;
}
@media (max-width: 1399.98px) {
  .post-type-archive-realisations .header-titre-wrapper .header-titre {
    flex-direction: column;
    gap: 40px;
  }
}
.post-type-archive-realisations .header-titre-wrapper .header-titre h1 {
  flex: 1;
}
.post-type-archive-realisations .header-titre-wrapper .header-titre p {
  width: 540px;
  margin: 0;
}
@media (max-width: 1399.98px) {
  .post-type-archive-realisations .header-titre-wrapper .header-titre p {
    width: 100%;
  }
}
.post-type-archive-realisations .realisations-liste-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 991.98px) {
  .post-type-archive-realisations .realisations-liste-wrapper {
    margin-bottom: 80px;
  }
}
.post-type-archive-realisations .realisations-liste-wrapper #filters {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 100px;
  margin-bottom: 80px;
}
@media (max-width: 1199.98px) {
  .post-type-archive-realisations .realisations-liste-wrapper #filters {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
}
.post-type-archive-realisations .realisations-liste-wrapper #filters .titre {
  margin: 0;
}
.post-type-archive-realisations .realisations-liste-wrapper #filters ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 991.98px) {
  .post-type-archive-realisations .realisations-liste-wrapper #filters ul {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
  }
}
.post-type-archive-realisations .realisations-liste-wrapper #filters ul .filter-link {
  padding: 4px 8px;
  color: #282828;
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.25s ease-out;
}
.post-type-archive-realisations .realisations-liste-wrapper #filters ul .filter-link.active {
  color: #D03720;
  background-color: #F1EEEB;
}
.post-type-archive-realisations .realisations-liste-wrapper #filters ul .filter-link:hover {
  color: #D03720;
}

#realisations-container .items,
.zone-realisations .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 60px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 1199.98px) {
  #realisations-container .items,
  .zone-realisations .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  #realisations-container .items,
  .zone-realisations .items {
    grid-template-columns: repeat(1, 1fr);
  }
}
#realisations-container .items .item,
.zone-realisations .items .item {
  position: relative;
}
#realisations-container .items .item a,
.zone-realisations .items .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#realisations-container .items .item .image,
.zone-realisations .items .item .image {
  margin-bottom: 30px;
}
#realisations-container .items .item .image img,
.zone-realisations .items .item .image img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
#realisations-container .items .item .cat-cp,
.zone-realisations .items .item .cat-cp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  #realisations-container .items .item .cat-cp,
  .zone-realisations .items .item .cat-cp {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
#realisations-container .items .item .cat-cp .titre,
.zone-realisations .items .item .cat-cp .titre {
  margin: 0;
  line-height: 1;
}
#realisations-container .items .item .cat-cp .ville-cp,
.zone-realisations .items .item .cat-cp .ville-cp {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  line-height: 1;
  color: #5B5653;
}
#realisations-container .items .item .cat-cp .ville-cp span,
.zone-realisations .items .item .cat-cp .ville-cp span {
  padding: 2px 4px;
  border: 1px solid #5B5653;
  border-radius: 4px;
  line-height: 1;
  color: #5B5653;
}
#realisations-container .items .item .titre-liste,
.zone-realisations .items .item .titre-liste {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  color: #282828;
}

/**********                            **********/
/********** Page Réalisations - Détail **********/
/**********                            **********/
.single-realisations .single-realisations-wrapper .single-realisations .img-full img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199.98px) {
  .single-realisations .single-realisations-wrapper .single-realisations .img-full img {
    height: 450px;
  }
}
@media (max-width: 991.98px) {
  .single-realisations .single-realisations-wrapper .single-realisations .img-full img {
    height: 350px;
  }
}
.single-realisations .single-realisations-wrapper .single-realisations .infos-wrapper {
  display: flex;
  gap: 60px;
  margin: 60px 0;
}
@media (max-width: 1199.98px) {
  .single-realisations .single-realisations-wrapper .single-realisations .infos-wrapper {
    flex-direction: column-reverse;
  }
}
.single-realisations .single-realisations-wrapper .single-realisations .infos-wrapper .infos-left img {
  width: 400px;
  height: -webkit-fill-available;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1399.98px) {
  .single-realisations .single-realisations-wrapper .single-realisations .infos-wrapper .infos-left img {
    width: 300px;
  }
}
@media (max-width: 1199.98px) {
  .single-realisations .single-realisations-wrapper .single-realisations .infos-wrapper .infos-left img {
    width: 100%;
    height: 350px;
  }
}
.single-realisations .single-realisations-wrapper .single-realisations .infos-wrapper .infos-right {
  flex: 1;
}
.single-realisations .single-realisations-wrapper .single-realisations .infos-wrapper .infos-right .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 767.98px) {
  .single-realisations .single-realisations-wrapper .single-realisations .infos-wrapper .infos-right .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.single-realisations .single-realisations-wrapper .single-realisations .infos-wrapper .infos-right .items .item .titre {
  margin-bottom: 30px;
}
.single-realisations .single-realisations-wrapper .single-realisations .infos-wrapper .infos-right .items .item .info {
  margin: 0;
  font-size: 20px;
  line-height: 1;
  color: #282828;
}
@media (max-width: 1199.98px) {
  .single-realisations .single-realisations-wrapper .single-realisations .infos-wrapper .infos-right .items .item .info {
    font-size: 16px;
  }
}
.single-realisations .single-realisations-wrapper .single-realisations .texte-wrapper {
  display: flex;
  gap: 200px;
  margin: 60px 0;
}
@media (max-width: 1399.98px) {
  .single-realisations .single-realisations-wrapper .single-realisations .texte-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
.single-realisations .single-realisations-wrapper .single-realisations .texte-wrapper h2 {
  flex: 1;
}
.single-realisations .single-realisations-wrapper .single-realisations .texte-wrapper .description {
  flex: 1;
}
.single-realisations .single-realisations-wrapper .single-realisations .texte-wrapper .description p:last-child {
  margin: 0;
}
.single-realisations .single-realisations-wrapper .single-realisations .texte-wrapper .description ul {
  padding-left: 20px;
  list-style: none;
}
.single-realisations .single-realisations-wrapper .single-realisations .texte-wrapper .description ul:last-child {
  margin: 0;
}
@media (max-width: 991.98px) {
  .single-realisations .single-realisations-wrapper .single-realisations .texte-wrapper .description ul {
    padding-left: 20px;
  }
}
.single-realisations .single-realisations-wrapper .single-realisations .texte-wrapper .description ul li {
  top: 5px;
  position: relative;
  padding: 2px 0;
}
.single-realisations .single-realisations-wrapper .single-realisations .texte-wrapper .description ul li:before {
  content: "•";
  font-size: 20px;
  color: #D03720;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
}
.single-realisations .nos-realisations-wrapper {
  background-color: #FFFFFF;
}
.single-realisations .nos-realisations-wrapper .zone-titre-wrapper {
  margin-bottom: 40px;
}
.single-realisations .nos-realisations-wrapper .zone-titre-wrapper .zone-titre .titre-desc {
  display: flex;
  align-items: flex-end;
  gap: 40px;
}
@media (max-width: 1199.98px) {
  .single-realisations .nos-realisations-wrapper .zone-titre-wrapper .zone-titre .titre-desc {
    align-items: flex-start;
    gap: 30px;
  }
}
.single-realisations .nos-realisations-wrapper .zone-titre-wrapper .zone-titre .titre-desc h2 {
  width: 100%;
  flex: 1;
  text-transform: uppercase;
}
.single-realisations .nos-realisations-wrapper .zone-titre-wrapper .zone-titre .titre-desc .cta-wrapper {
  display: flex;
  flex: 1;
}
.single-realisations .nos-realisations-wrapper .zone-titre-wrapper .zone-titre .titre-desc .cta-wrapper .cta-groupe {
  margin-left: auto;
}

/**********              **********/
/********** Page contact **********/
/**********              **********/
.page-template-tpl-contact .formulaire-contact-wrapper {
  padding-bottom: 120px;
}
@media (max-width: 991.98px) {
  .page-template-tpl-contact .formulaire-contact-wrapper {
    padding-bottom: 80px;
  }
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact {
  display: flex;
  gap: 60px;
}
@media (max-width: 1399.98px) {
  .page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact {
    flex-direction: column;
  }
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-left {
  min-width: 400px;
}
@media (max-width: 1399.98px) {
  .page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-left {
    min-width: 100%;
  }
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-left .infos {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-left .infos .adresse,
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-left .infos .telephone,
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-left .infos .email {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  color: #282828;
  font-size: 24px;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  .page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-left .infos .adresse,
  .page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-left .infos .telephone,
  .page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-left .infos .email {
    font-size: 22px;
  }
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-left .infos a {
  transition: all 0.25s ease-out;
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-left .infos a:hover {
  color: #D03720;
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right {
  position: relative;
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right:after {
  content: url("../abcarchitecture/images/circle.svg");
  position: absolute;
  top: -100px;
  right: -320px;
  z-index: -1;
}
@media (max-width: 1399.98px) {
  .page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right:after {
    right: -220px;
  }
}
@media (max-width: 1199.98px) {
  .page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right:after {
    display: none;
  }
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form {
  padding: 60px 48px;
  background-color: #CBC6C2;
}
@media (max-width: 991.98px) {
  .page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form {
    padding: 30px 18px;
  }
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 30px;
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form label {
  margin-bottom: 10px;
  font-family: "Overused Grotesk";
  font-size: 16px;
  line-height: 24px;
  color: #5B5653;
  text-wrap-style: pretty;
  letter-spacing: 0.3px;
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form input,
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form select,
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form textarea {
  width: 100%;
  padding: 12px 16px;
  outline: none;
  color: #282828;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  letter-spacing: 0.3px;
  transition: all 0.25s ease-out;
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form input::-moz-placeholder, .page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form select::-moz-placeholder, .page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form textarea::-moz-placeholder {
  color: #282828;
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form input::placeholder,
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form select::placeholder,
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form textarea::placeholder {
  color: #282828;
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form input:focus,
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form select:focus,
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form textarea:focus {
  border-color: #D03720;
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form .wpcf7-not-valid {
  border: 2px solid #E33446 !important;
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form .wpcf7-acceptance.wpcf7-not-valid {
  border: none !important;
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 10px;
  font-family: "Overused Grotesk";
  font-size: 16px;
  line-height: 24px;
  color: #E33446;
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form .wpcf7-radio {
  height: 50px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form .wpcf7-radio {
    height: inherit;
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form .wpcf7-radio .wpcf7-list-item {
  flex: 1;
  width: 100%;
  margin: 0;
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form .wpcf7-radio .wpcf7-list-item label input {
  position: relative;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form .wpcf7-radio .wpcf7-list-item label input {
    transform: scale(0.75);
  }
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form .wpcf7-radio .wpcf7-list-item label input:checked:after {
  background-image: url("../abcarchitecture/images/checked.svg");
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form .wpcf7-radio .wpcf7-list-item label input:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -1px;
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-image: url("../abcarchitecture/images/unchecked.svg");
  transition: all 0.25s ease-out;
}
@media (max-width: 575px) {
  .page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form .wpcf7-radio .wpcf7-list-item label input:after {
    display: none;
  }
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  padding-left: 10px;
  font-family: "Overused Grotesk";
  font-size: 16px;
  line-height: 24px;
  color: #5B5653;
  letter-spacing: 0.3px;
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form .wpcf7-acceptance .wpcf7-list-item label input {
  position: relative;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form .wpcf7-acceptance .wpcf7-list-item label input {
    transform: scale(0.75);
  }
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  padding-left: 10px;
  font-family: "Overused Grotesk";
  font-size: 16px;
  line-height: 24px;
  color: #5B5653;
  letter-spacing: 0.3px;
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a {
  font-size: 14px;
  line-height: 24px;
  color: #D03720;
  letter-spacing: 0.3px;
  transition: all 0.25s ease-out;
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a:hover {
  color: #330A06;
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form .checkbox-wrapper {
  margin-bottom: 20px;
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form .checkbox-wrapper .wpcf7-form-control-wrap {
  margin-bottom: 0;
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form .checkbox-wrapper .wpcf7-form-control-wrap .wpcf7-list-item label {
  margin: 0;
}
@media (max-width: 575px) {
  .page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form .checkbox-wrapper .wpcf7-form-control-wrap .wpcf7-list-item label .wpcf7-list-item-label {
    padding-left: 0;
  }
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form .checkbox-wrapper span {
  font-family: "Overused Grotesk";
  font-size: 16px;
  line-height: 24px;
  color: #5B5653;
  text-wrap-style: pretty;
  letter-spacing: 0.3px;
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form .checkbox-wrapper span a {
  color: #D03720;
  letter-spacing: 0.3px;
  transition: all 0.25s ease-out;
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form .checkbox-wrapper span a:hover {
  color: #330A06;
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form .recaptcha {
  margin: 40px 0;
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form .recaptcha .wpcf7-recaptcha {
  border: none !important;
}
.page-template-tpl-contact .formulaire-contact-wrapper .formulaire-contact .formulaire-contact-right form .recaptcha .wpcf7-not-valid-tip {
  margin-top: 10px;
}

/**********                **********/
/********** Pages basiques **********/
/**********                **********/
.site-page-base .base-page-titre {
  padding: 0 !important;
}
.site-page-base .base-page-content h2,
.site-page-base .base-page-content h3,
.site-page-base .base-page-content h4,
.site-page-base .base-page-content h5,
.site-page-base .base-page-content h6 {
  margin: 30px 0;
}
.site-page-base .base-page-content h4 {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 1199.98px) {
  .site-page-base .base-page-content h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
.site-page-base .base-page-content a {
  color: #D03720;
  transition: all 0.25s ease-out;
}
.site-page-base .base-page-content a:hover {
  color: #330A06;
}
.site-page-base .base-page-content ul {
  padding-left: 20px;
  list-style: none;
}
@media (max-width: 991.98px) {
  .site-page-base .base-page-content ul {
    padding-left: 20px;
  }
}
.site-page-base .base-page-content ul li {
  top: 5px;
  position: relative;
  padding: 2px 0;
}
.site-page-base .base-page-content ul li:before {
  content: "•";
  font-size: 20px;
  color: #D03720;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
}
.site-page-base .base-page-content img {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}

/**********          **********/
/********** Page 404 **********/
/**********          **********/
.error404 .page404-wrapper {
  margin: 80px 0;
}
@media (max-width: 991.98px) {
  .error404 .page404-wrapper {
    margin: 60px 0;
  }
}
.error404 .page404-wrapper .page404 {
  text-align: center;
}
.error404 .page404-wrapper .page404 h1 {
  margin-bottom: 20px;
  font-size: 260px;
  font-weight: 500;
  line-height: 1;
  color: #D03720;
}
@media (max-width: 1199.98px) {
  .error404 .page404-wrapper .page404 h1 {
    font-size: 180px;
  }
}
@media (max-width: 991.98px) {
  .error404 .page404-wrapper .page404 h1 {
    font-size: 140px;
  }
}
.error404 .page404-wrapper .page404 p {
  margin-bottom: 40px;
}

/**********        **********/
/********** Footer **********/
/**********        **********/
footer {
  background-color: #993027;
}
footer .footer-contact-wrapper {
  padding: 54px 62px;
  background-color: #330A06;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  footer .footer-contact-wrapper {
    padding: 40px;
  }
}
footer .footer-contact-wrapper .footer-contact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 991.98px) {
  footer .footer-contact-wrapper .footer-contact {
    flex-direction: column;
    text-align: center;
  }
}
footer .footer-contact-wrapper .footer-contact:before {
  content: url("../abcarchitecture/images/rectangle.svg");
  position: absolute;
  top: -63px;
  left: 45%;
}
@media (max-width: 991.98px) {
  footer .footer-contact-wrapper .footer-contact:before {
    display: none;
  }
}
footer .footer-contact-wrapper .footer-contact:after {
  content: url("../abcarchitecture/images/rectangle2.svg");
  position: absolute;
  top: -63px;
  left: 70%;
}
@media (max-width: 991.98px) {
  footer .footer-contact-wrapper .footer-contact:after {
    display: none;
  }
}
footer .footer-contact-wrapper .footer-contact .item-left {
  max-width: 800px;
}
@media (max-width: 1399.98px) {
  footer .footer-contact-wrapper .footer-contact .item-left {
    max-width: 600px;
  }
}
@media (max-width: 991.98px) {
  footer .footer-contact-wrapper .footer-contact .item-left {
    max-width: 100%;
  }
}
footer .footer-contact-wrapper .footer-contact .item-left h2 {
  color: #FFFFFF;
}
footer .footer-brand-wrapper {
  margin-top: 60px;
  padding: 60px 0;
  border-top: 1px solid #330A06;
}
@media (max-width: 991.98px) {
  footer .footer-brand-wrapper {
    margin-top: 40px;
    padding: 40px 0;
  }
}
footer .footer-brand-wrapper .footer-brand p {
  margin: 0;
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
  color: #FFFFFF;
  text-transform: uppercase;
}
footer .footer-navigation-wrapper {
  border-top: 1px solid #330A06;
  border-bottom: 1px solid #330A06;
}
@media (max-width: 991.98px) {
  footer .footer-navigation-wrapper {
    padding: 40px 0;
  }
}
footer .footer-navigation-wrapper .footer-navigation {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  footer .footer-navigation-wrapper .footer-navigation {
    flex-direction: column;
    gap: 60px;
  }
}
footer .footer-navigation-wrapper .footer-navigation .titre {
  margin-bottom: 60px;
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  footer .footer-navigation-wrapper .footer-navigation .titre {
    margin-bottom: 40px;
  }
}
footer .footer-navigation-wrapper .footer-navigation .footer-navigation-left {
  padding: 60px 0 60px 128px;
}
@media (max-width: 1399.98px) {
  footer .footer-navigation-wrapper .footer-navigation .footer-navigation-left {
    padding: 60px 0 60px 80px;
  }
}
@media (max-width: 1199.98px) {
  footer .footer-navigation-wrapper .footer-navigation .footer-navigation-left {
    padding: 60px 0;
  }
}
@media (max-width: 991.98px) {
  footer .footer-navigation-wrapper .footer-navigation .footer-navigation-left {
    padding: 0;
    text-align: center;
  }
}
footer .footer-navigation-wrapper .footer-navigation .footer-navigation-left .infos {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1199.98px) {
  footer .footer-navigation-wrapper .footer-navigation .footer-navigation-left .infos {
    gap: 10px;
  }
}
@media (max-width: 991.98px) {
  footer .footer-navigation-wrapper .footer-navigation .footer-navigation-left .infos {
    align-items: center;
  }
}
footer .footer-navigation-wrapper .footer-navigation .footer-navigation-left .infos .adresse,
footer .footer-navigation-wrapper .footer-navigation .footer-navigation-left .infos .telephone,
footer .footer-navigation-wrapper .footer-navigation .footer-navigation-left .infos .email {
  margin: 0;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  footer .footer-navigation-wrapper .footer-navigation .footer-navigation-left .infos .adresse,
  footer .footer-navigation-wrapper .footer-navigation .footer-navigation-left .infos .telephone,
  footer .footer-navigation-wrapper .footer-navigation .footer-navigation-left .infos .email {
    font-size: 22px;
  }
}
footer .footer-navigation-wrapper .footer-navigation .footer-navigation-left .infos a {
  transition: all 0.25s ease-out;
}
footer .footer-navigation-wrapper .footer-navigation .footer-navigation-left .infos a:hover {
  color: #330A06;
}
footer .footer-navigation-wrapper .footer-navigation .footer-navigation-right {
  padding: 60px 128px;
  border-left: 1px solid #330A06;
}
@media (max-width: 1399.98px) {
  footer .footer-navigation-wrapper .footer-navigation .footer-navigation-right {
    padding: 60px 80px;
  }
}
@media (max-width: 1199.98px) {
  footer .footer-navigation-wrapper .footer-navigation .footer-navigation-right {
    padding: 60px 0 60px 60px;
  }
}
@media (max-width: 991.98px) {
  footer .footer-navigation-wrapper .footer-navigation .footer-navigation-right {
    padding: 0;
    border: none;
    text-align: center;
  }
}
footer .footer-navigation-wrapper .footer-navigation .footer-navigation-right ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
}
@media (max-width: 1199.98px) {
  footer .footer-navigation-wrapper .footer-navigation .footer-navigation-right ul {
    gap: 10px;
  }
}
footer .footer-navigation-wrapper .footer-navigation .footer-navigation-right ul li a {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1;
  transition: all 0.25s ease-out;
}
@media (max-width: 1199.98px) {
  footer .footer-navigation-wrapper .footer-navigation .footer-navigation-right ul li a {
    font-size: 22px;
  }
}
footer .footer-navigation-wrapper .footer-navigation .footer-navigation-right ul li a:hover {
  color: #330A06;
}
footer .footer-copyright-wrapper {
  padding: 60px 0;
}
@media (max-width: 991.98px) {
  footer .footer-copyright-wrapper {
    padding: 40px 0;
  }
}
footer .footer-copyright-wrapper .footer-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767.98px) {
  footer .footer-copyright-wrapper .footer-copyright {
    flex-direction: column;
  }
}
footer .footer-copyright-wrapper .footer-copyright .page,
footer .footer-copyright-wrapper .footer-copyright .copyright {
  margin: 0;
  color: #FFFFFF;
}
footer .footer-copyright-wrapper .footer-copyright .page {
  transition: all 0.25s ease-out;
}
footer .footer-copyright-wrapper .footer-copyright .page:hover {
  color: #330A06;
}/*# sourceMappingURL=style.css.map */