.page-accueil-2 main, .page-bureau-etude main, .single main, .page-references main, .page-actualites main, .page-f-a-q main, .page-contact main {
  background-color: #f8f8f8;
}
.page-accueil-2 section, .page-bureau-etude section, .single section, .page-references section, .page-actualites section, .page-f-a-q section, .page-contact section {
  padding: 10rem 5%;
}
@media (max-width: 1000px) {
  .page-accueil-2 section, .page-bureau-etude section, .single section, .page-references section, .page-actualites section, .page-f-a-q section, .page-contact section {
    padding-bottom: 5rem;
  }
}
.page-accueil-2 h1, .page-accueil-2 h2, .page-accueil-2 h3, .page-bureau-etude h1, .page-bureau-etude h2, .page-bureau-etude h3, .single h1, .single h2, .single h3, .page-references h1, .page-references h2, .page-references h3, .page-actualites h1, .page-actualites h2, .page-actualites h3, .page-f-a-q h1, .page-f-a-q h2, .page-f-a-q h3, .page-contact h1, .page-contact h2, .page-contact h3 {
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 1000px) {
  .page-accueil-2 h1, .page-accueil-2 h2, .page-accueil-2 h3, .page-bureau-etude h1, .page-bureau-etude h2, .page-bureau-etude h3, .single h1, .single h2, .single h3, .page-references h1, .page-references h2, .page-references h3, .page-actualites h1, .page-actualites h2, .page-actualites h3, .page-f-a-q h1, .page-f-a-q h2, .page-f-a-q h3, .page-contact h1, .page-contact h2, .page-contact h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
.page-accueil-2 h1, .page-bureau-etude h1, .single h1, .page-references h1, .page-actualites h1, .page-f-a-q h1, .page-contact h1 {
  font-weight: 300;
}
.page-accueil-2 h2, .page-accueil-2 h3, .page-bureau-etude h2, .page-bureau-etude h3, .single h2, .single h3, .page-references h2, .page-references h3, .page-actualites h2, .page-actualites h3, .page-f-a-q h2, .page-f-a-q h3, .page-contact h2, .page-contact h3 {
  font-weight: 400;
}
.page-accueil-2 p, .page-accueil-2 li, .page-bureau-etude p, .page-bureau-etude li, .single p, .single li, .page-references p, .page-references li, .page-actualites p, .page-actualites li, .page-f-a-q p, .page-f-a-q li, .page-contact p, .page-contact li {
  font-size: 13px;
  line-height: 1.75;
}
@media (max-width: 1000px) {
  .page-accueil-2 p, .page-accueil-2 li, .page-bureau-etude p, .page-bureau-etude li, .single p, .single li, .page-references p, .page-references li, .page-actualites p, .page-actualites li, .page-f-a-q p, .page-f-a-q li, .page-contact p, .page-contact li {
    font-size: 12px;
    line-height: 1.5;
  }
}
.page-accueil-2 .btn, .page-bureau-etude .btn, .single .btn, .page-references .btn, .page-actualites .btn, .page-f-a-q .btn, .page-contact .btn {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: white;
  padding: 1rem 2.5rem;
  transition: transform 0.3s ease;
}
.page-accueil-2 .btn:hover, .page-bureau-etude .btn:hover, .single .btn:hover, .page-references .btn:hover, .page-actualites .btn:hover, .page-f-a-q .btn:hover, .page-contact .btn:hover {
  transform: scale(1.1);
}
.page-accueil-2 .btn.after, .page-bureau-etude .btn.after, .single .btn.after, .page-references .btn.after, .page-actualites .btn.after, .page-f-a-q .btn.after, .page-contact .btn.after {
  gap: 25px;
  padding: 0.5rem 10px 0.5rem 2.5rem;
}
.page-accueil-2 .btn.after::after, .page-bureau-etude .btn.after::after, .single .btn.after::after, .page-references .btn.after::after, .page-actualites .btn.after::after, .page-f-a-q .btn.after::after, .page-contact .btn.after::after {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  background-size: 50%;
  background-position: 65% 35%;
  background-repeat: no-repeat;
  border-radius: 100%;
  transition: transform 0.3s ease;
}
.page-accueil-2 .btn.after:hover::after, .page-bureau-etude .btn.after:hover::after, .single .btn.after:hover::after, .page-references .btn.after:hover::after, .page-actualites .btn.after:hover::after, .page-f-a-q .btn.after:hover::after, .page-contact .btn.after:hover::after {
  transform: rotate(45deg);
}
.page-accueil-2 .btn.orange, .page-bureau-etude .btn.orange, .single .btn.orange, .page-references .btn.orange, .page-actualites .btn.orange, .page-f-a-q .btn.orange, .page-contact .btn.orange {
  background-color: #fe8620;
  border-color: #fe8620;
}
.page-accueil-2 .btn.transparent, .page-bureau-etude .btn.transparent, .single .btn.transparent, .page-references .btn.transparent, .page-actualites .btn.transparent, .page-f-a-q .btn.transparent, .page-contact .btn.transparent {
  background-color: rgba(255, 255, 255, 0.0980392157);
  border-color: rgba(255, 255, 255, 0.0980392157);
}
.page-accueil-2 .btn.dark-green, .page-bureau-etude .btn.dark-green, .single .btn.dark-green, .page-references .btn.dark-green, .page-actualites .btn.dark-green, .page-f-a-q .btn.dark-green, .page-contact .btn.dark-green {
  position: fixed;
  right: 25px;
  bottom: 25px;
  font-weight: 400;
  background-color: #134441;
  border-color: #134441;
  z-index: 1;
}
.page-accueil-2 .btn.dark-green::after, .page-bureau-etude .btn.dark-green::after, .single .btn.dark-green::after, .page-references .btn.dark-green::after, .page-actualites .btn.dark-green::after, .page-f-a-q .btn.dark-green::after, .page-contact .btn.dark-green::after {
  background-color: white;
  background-image: url("/wp-content/uploads/2025/08/fleche-green-dark.svg");
}
.page-accueil-2 .list, .page-bureau-etude .list, .single .list, .page-references .list, .page-actualites .list, .page-f-a-q .list, .page-contact .list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 0;
  margin-left: 0;
}
.page-accueil-2 .list li, .page-bureau-etude .list li, .single .list li, .page-references .list li, .page-actualites .list li, .page-f-a-q .list li, .page-contact .list li {
  position: relative;
  color: #646464;
  padding-left: 30px;
}
.page-accueil-2 .list li::before, .page-bureau-etude .list li::before, .single .list li::before, .page-references .list li::before, .page-actualites .list li::before, .page-f-a-q .list li::before, .page-contact .list li::before {
  content: "";
  position: absolute;
  left: 0;
  transform: translateY(20%);
  height: 15px;
  width: 15px;
  background-color: transparent !important;
  background-image: url("/wp-content/uploads/2025/08/PUCE-LISTE-ORANGE@2x.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: none !important;
}
.page-accueil-2 .dart, .page-bureau-etude .dart, .single .dart, .page-references .dart, .page-actualites .dart, .page-f-a-q .dart, .page-contact .dart {
  position: absolute !important;
  top: 20px;
  right: 20px;
  display: none;
  height: 20px;
  width: 20px !important;
  background-image: url("/wp-content/uploads/2025/08/fleche-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.page-accueil-2 .slick-arrow, .page-bureau-etude .slick-arrow, .single .slick-arrow, .page-references .slick-arrow, .page-actualites .slick-arrow, .page-f-a-q .slick-arrow, .page-contact .slick-arrow {
  display: none !important;
}
.page-accueil-2 .slick-dots li, .page-bureau-etude .slick-dots li, .single .slick-dots li, .page-references .slick-dots li, .page-actualites .slick-dots li, .page-f-a-q .slick-dots li, .page-contact .slick-dots li {
  width: 15px;
}
.page-accueil-2 .slick-dots li button::before, .page-bureau-etude .slick-dots li button::before, .single .slick-dots li button::before, .page-references .slick-dots li button::before, .page-actualites .slick-dots li button::before, .page-f-a-q .slick-dots li button::before, .page-contact .slick-dots li button::before {
  font-size: 12px;
}
.page-accueil-2 .expertise, .page-bureau-etude .expertise, .single .expertise, .page-references .expertise, .page-actualites .expertise, .page-f-a-q .expertise, .page-contact .expertise {
  margin-top: 0;
}
.page-accueil-2 .expertise .col-12, .page-bureau-etude .expertise .col-12, .single .expertise .col-12, .page-references .expertise .col-12, .page-actualites .expertise .col-12, .page-f-a-q .expertise .col-12, .page-contact .expertise .col-12 {
  display: block;
  padding: 0;
  margin-top: 0;
}
.page-accueil-2 .moving-text, .page-bureau-etude .moving-text, .single .moving-text, .page-references .moving-text, .page-actualites .moving-text, .page-f-a-q .moving-text, .page-contact .moving-text {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 200px;
  background-color: #fe8620;
  padding: 0;
}
@media (max-width: 1000px) {
  .page-accueil-2 .moving-text, .page-bureau-etude .moving-text, .single .moving-text, .page-references .moving-text, .page-actualites .moving-text, .page-f-a-q .moving-text, .page-contact .moving-text {
    height: 100px;
  }
}
.page-accueil-2 .moving-text .scroll, .page-bureau-etude .moving-text .scroll, .single .moving-text .scroll, .page-references .moving-text .scroll, .page-actualites .moving-text .scroll, .page-f-a-q .moving-text .scroll, .page-contact .moving-text .scroll {
  display: flex;
  animation: moving-text 30s linear infinite;
}
.page-accueil-2 .moving-text .scroll .content, .page-bureau-etude .moving-text .scroll .content, .single .moving-text .scroll .content, .page-references .moving-text .scroll .content, .page-actualites .moving-text .scroll .content, .page-f-a-q .moving-text .scroll .content, .page-contact .moving-text .scroll .content {
  display: flex;
  flex-shrink: 0;
}
.page-accueil-2 .moving-text .scroll .content a, .page-bureau-etude .moving-text .scroll .content a, .single .moving-text .scroll .content a, .page-references .moving-text .scroll .content a, .page-actualites .moving-text .scroll .content a, .page-f-a-q .moving-text .scroll .content a, .page-contact .moving-text .scroll .content a {
  display: flex;
  align-items: center;
  gap: 35px;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 400;
  margin-left: 35px;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .page-accueil-2 .moving-text .scroll .content a, .page-bureau-etude .moving-text .scroll .content a, .single .moving-text .scroll .content a, .page-references .moving-text .scroll .content a, .page-actualites .moving-text .scroll .content a, .page-f-a-q .moving-text .scroll .content a, .page-contact .moving-text .scroll .content a {
    font-size: 35px !important;
  }
}
.page-accueil-2 .moving-text .scroll .content a::after, .page-bureau-etude .moving-text .scroll .content a::after, .single .moving-text .scroll .content a::after, .page-references .moving-text .scroll .content a::after, .page-actualites .moving-text .scroll .content a::after, .page-f-a-q .moving-text .scroll .content a::after, .page-contact .moving-text .scroll .content a::after {
  content: "";
  display: block;
  height: 50px;
  width: 50px;
  background-color: white;
  background-image: url("/wp-content/uploads/2025/08/fleche-orange.svg");
  background-size: 50%;
  background-position: 65% 35%;
  background-repeat: no-repeat;
  border-radius: 100%;
}
@keyframes moving-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.page-accueil-2 .references, .page-bureau-etude .references, .single .references, .page-references .references, .page-actualites .references, .page-f-a-q .references, .page-contact .references {
  padding-bottom: 0;
}
.page-accueil-2 .references .row, .page-bureau-etude .references .row, .single .references .row, .page-references .references .row, .page-actualites .references .row, .page-f-a-q .references .row, .page-contact .references .row {
  justify-content: space-between;
  align-items: end;
}
.page-accueil-2 .references .row .col-md-5, .page-bureau-etude .references .row .col-md-5, .single .references .row .col-md-5, .page-references .references .row .col-md-5, .page-actualites .references .row .col-md-5, .page-f-a-q .references .row .col-md-5, .page-contact .references .row .col-md-5 {
  margin-bottom: 50px;
}
.page-accueil-2 .references .row .col-md-5 h2, .page-bureau-etude .references .row .col-md-5 h2, .single .references .row .col-md-5 h2, .page-references .references .row .col-md-5 h2, .page-actualites .references .row .col-md-5 h2, .page-f-a-q .references .row .col-md-5 h2, .page-contact .references .row .col-md-5 h2 {
  width: 75%;
  color: #134441;
}
.page-accueil-2 .references .row .col-md-5 h2 span, .page-bureau-etude .references .row .col-md-5 h2 span, .single .references .row .col-md-5 h2 span, .page-references .references .row .col-md-5 h2 span, .page-actualites .references .row .col-md-5 h2 span, .page-f-a-q .references .row .col-md-5 h2 span, .page-contact .references .row .col-md-5 h2 span {
  color: #fe8620;
}
.page-accueil-2 .references .row .col-md-5 p, .page-bureau-etude .references .row .col-md-5 p, .single .references .row .col-md-5 p, .page-references .references .row .col-md-5 p, .page-actualites .references .row .col-md-5 p, .page-f-a-q .references .row .col-md-5 p, .page-contact .references .row .col-md-5 p {
  color: #646464;
  margin-top: 24px;
}
.page-accueil-2 .references .row .col-md-5.button, .page-bureau-etude .references .row .col-md-5.button, .single .references .row .col-md-5.button, .page-references .references .row .col-md-5.button, .page-actualites .references .row .col-md-5.button, .page-f-a-q .references .row .col-md-5.button, .page-contact .references .row .col-md-5.button {
  display: flex;
  justify-content: end;
}
.page-accueil-2 .references .row .col-md-5.button a::after, .page-bureau-etude .references .row .col-md-5.button a::after, .single .references .row .col-md-5.button a::after, .page-references .references .row .col-md-5.button a::after, .page-actualites .references .row .col-md-5.button a::after, .page-f-a-q .references .row .col-md-5.button a::after, .page-contact .references .row .col-md-5.button a::after {
  background-color: white;
  background-image: url("/wp-content/uploads/2025/08/fleche-orange.svg");
}
.page-accueil-2 .mapContainer svg, .page-bureau-etude .mapContainer svg, .single .mapContainer svg, .page-references .mapContainer svg, .page-actualites .mapContainer svg, .page-f-a-q .mapContainer svg, .page-contact .mapContainer svg {
  fill: #fe8620;
}
.page-accueil-2 .news .top, .page-bureau-etude .news .top, .single .news .top, .page-references .news .top, .page-actualites .news .top, .page-f-a-q .news .top, .page-contact .news .top {
  justify-content: space-between;
  align-items: end;
  margin-bottom: 75px;
}
@media (max-width: 1000px) {
  .page-accueil-2 .news .top, .page-bureau-etude .news .top, .single .news .top, .page-references .news .top, .page-actualites .news .top, .page-f-a-q .news .top, .page-contact .news .top {
    margin-bottom: 0;
  }
}
.page-accueil-2 .news .top h2, .page-bureau-etude .news .top h2, .single .news .top h2, .page-references .news .top h2, .page-actualites .news .top h2, .page-f-a-q .news .top h2, .page-contact .news .top h2 {
  color: #0e2e2b;
}
@media (max-width: 1000px) {
  .page-accueil-2 .news .top .col-md-4, .page-accueil-2 .news .top .col-md-10, .page-bureau-etude .news .top .col-md-4, .page-bureau-etude .news .top .col-md-10, .single .news .top .col-md-4, .single .news .top .col-md-10, .page-references .news .top .col-md-4, .page-references .news .top .col-md-10, .page-actualites .news .top .col-md-4, .page-actualites .news .top .col-md-10, .page-f-a-q .news .top .col-md-4, .page-f-a-q .news .top .col-md-10, .page-contact .news .top .col-md-4, .page-contact .news .top .col-md-10 {
    padding: 0;
  }
}
@media (max-width: 1000px) {
  .page-accueil-2 .news .top .col-md-4 h2, .page-bureau-etude .news .top .col-md-4 h2, .single .news .top .col-md-4 h2, .page-references .news .top .col-md-4 h2, .page-actualites .news .top .col-md-4 h2, .page-f-a-q .news .top .col-md-4 h2, .page-contact .news .top .col-md-4 h2 {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .page-accueil-2 .news .top .col-md-10, .page-bureau-etude .news .top .col-md-10, .single .news .top .col-md-10, .page-references .news .top .col-md-10, .page-actualites .news .top .col-md-10, .page-f-a-q .news .top .col-md-10, .page-contact .news .top .col-md-10 {
    padding: 0;
    margin-bottom: 25px;
  }
}
.page-accueil-2 .news .top .col-md-10 p, .page-bureau-etude .news .top .col-md-10 p, .single .news .top .col-md-10 p, .page-references .news .top .col-md-10 p, .page-actualites .news .top .col-md-10 p, .page-f-a-q .news .top .col-md-10 p, .page-contact .news .top .col-md-10 p {
  color: #646464;
  margin-top: 25px;
}
.page-accueil-2 .news .top .col-md-6, .page-bureau-etude .news .top .col-md-6, .single .news .top .col-md-6, .page-references .news .top .col-md-6, .page-actualites .news .top .col-md-6, .page-f-a-q .news .top .col-md-6, .page-contact .news .top .col-md-6 {
  display: flex;
  justify-content: end;
  align-items: end;
}
@media (max-width: 1000px) {
  .page-accueil-2 .news .top .col-md-6, .page-bureau-etude .news .top .col-md-6, .single .news .top .col-md-6, .page-references .news .top .col-md-6, .page-actualites .news .top .col-md-6, .page-f-a-q .news .top .col-md-6, .page-contact .news .top .col-md-6 {
    justify-content: end;
    padding: 0;
  }
}
@media (max-width: 1000px) {
  .page-accueil-2 .news .top .btn, .page-bureau-etude .news .top .btn, .single .news .top .btn, .page-references .news .top .btn, .page-actualites .news .top .btn, .page-f-a-q .news .top .btn, .page-contact .news .top .btn {
    gap: 7.5px;
    font-size: 9px;
    padding: 10px;
  }
}
.page-accueil-2 .news .top .btn::after, .page-bureau-etude .news .top .btn::after, .single .news .top .btn::after, .page-references .news .top .btn::after, .page-actualites .news .top .btn::after, .page-f-a-q .news .top .btn::after, .page-contact .news .top .btn::after {
  background-color: white;
  background-image: url("/wp-content/uploads/2025/08/fleche-orange.svg");
}
@media (max-width: 1000px) {
  .page-accueil-2 .news .top .btn::after, .page-bureau-etude .news .top .btn::after, .single .news .top .btn::after, .page-references .news .top .btn::after, .page-actualites .news .top .btn::after, .page-f-a-q .news .top .btn::after, .page-contact .news .top .btn::after {
    height: 10px;
    width: 10px;
  }
}
@media (max-width: 1000px) {
  .page-accueil-2 .news .bottom, .page-bureau-etude .news .bottom, .single .news .bottom, .page-references .news .bottom, .page-actualites .news .bottom, .page-f-a-q .news .bottom, .page-contact .news .bottom {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 20px;
  }
  .page-accueil-2 .news .bottom::-webkit-scrollbar, .page-bureau-etude .news .bottom::-webkit-scrollbar, .single .news .bottom::-webkit-scrollbar, .page-references .news .bottom::-webkit-scrollbar, .page-actualites .news .bottom::-webkit-scrollbar, .page-f-a-q .news .bottom::-webkit-scrollbar, .page-contact .news .bottom::-webkit-scrollbar {
    height: 7.5px;
  }
  .page-accueil-2 .news .bottom::-webkit-scrollbar-thumb, .page-bureau-etude .news .bottom::-webkit-scrollbar-thumb, .single .news .bottom::-webkit-scrollbar-thumb, .page-references .news .bottom::-webkit-scrollbar-thumb, .page-actualites .news .bottom::-webkit-scrollbar-thumb, .page-f-a-q .news .bottom::-webkit-scrollbar-thumb, .page-contact .news .bottom::-webkit-scrollbar-thumb {
    background: #fe8620;
    border-radius: 10px;
  }
}
@media (max-width: 1000px) {
  .page-accueil-2 .news .bottom .col-md-3, .page-bureau-etude .news .bottom .col-md-3, .single .news .bottom .col-md-3, .page-references .news .bottom .col-md-3, .page-actualites .news .bottom .col-md-3, .page-f-a-q .news .bottom .col-md-3, .page-contact .news .bottom .col-md-3 {
    padding: 0;
    margin-top: 25px;
  }
}
.page-accueil-2 .news .bottom .col-md-3 .image, .page-bureau-etude .news .bottom .col-md-3 .image, .single .news .bottom .col-md-3 .image, .page-references .news .bottom .col-md-3 .image, .page-actualites .news .bottom .col-md-3 .image, .page-f-a-q .news .bottom .col-md-3 .image, .page-contact .news .bottom .col-md-3 .image {
  position: relative;
  line-height: 0;
}
.page-accueil-2 .news .bottom .col-md-3 .image::before, .page-bureau-etude .news .bottom .col-md-3 .image::before, .single .news .bottom .col-md-3 .image::before, .page-references .news .bottom .col-md-3 .image::before, .page-actualites .news .bottom .col-md-3 .image::before, .page-f-a-q .news .bottom .col-md-3 .image::before, .page-contact .news .bottom .col-md-3 .image::before {
  content: "";
  transition: background-color 0.3s ease;
}
.page-accueil-2 .news .bottom .col-md-3 .image img, .page-bureau-etude .news .bottom .col-md-3 .image img, .single .news .bottom .col-md-3 .image img, .page-references .news .bottom .col-md-3 .image img, .page-actualites .news .bottom .col-md-3 .image img, .page-f-a-q .news .bottom .col-md-3 .image img, .page-contact .news .bottom .col-md-3 .image img {
  height: 25vh;
  width: 100%;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 1000px) {
  .page-accueil-2 .news .bottom .col-md-3 .image img, .page-bureau-etude .news .bottom .col-md-3 .image img, .single .news .bottom .col-md-3 .image img, .page-references .news .bottom .col-md-3 .image img, .page-actualites .news .bottom .col-md-3 .image img, .page-f-a-q .news .bottom .col-md-3 .image img, .page-contact .news .bottom .col-md-3 .image img {
    height: 20vh;
  }
}
.page-accueil-2 .news .bottom .col-md-3 p, .page-bureau-etude .news .bottom .col-md-3 p, .single .news .bottom .col-md-3 p, .page-references .news .bottom .col-md-3 p, .page-actualites .news .bottom .col-md-3 p, .page-f-a-q .news .bottom .col-md-3 p, .page-contact .news .bottom .col-md-3 p {
  color: #646464;
}
.page-accueil-2 .news .bottom .col-md-3 p.category, .page-bureau-etude .news .bottom .col-md-3 p.category, .single .news .bottom .col-md-3 p.category, .page-references .news .bottom .col-md-3 p.category, .page-actualites .news .bottom .col-md-3 p.category, .page-f-a-q .news .bottom .col-md-3 p.category, .page-contact .news .bottom .col-md-3 p.category {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  background-color: white;
  border-radius: 20px;
  padding: 5px 10px;
}
.page-accueil-2 .news .bottom .col-md-3 p.date, .page-bureau-etude .news .bottom .col-md-3 p.date, .single .news .bottom .col-md-3 p.date, .page-references .news .bottom .col-md-3 p.date, .page-actualites .news .bottom .col-md-3 p.date, .page-f-a-q .news .bottom .col-md-3 p.date, .page-contact .news .bottom .col-md-3 p.date {
  color: #fe8620;
  margin-top: 25px;
}
.page-accueil-2 .news .bottom .col-md-3 h4, .page-bureau-etude .news .bottom .col-md-3 h4, .single .news .bottom .col-md-3 h4, .page-references .news .bottom .col-md-3 h4, .page-actualites .news .bottom .col-md-3 h4, .page-f-a-q .news .bottom .col-md-3 h4, .page-contact .news .bottom .col-md-3 h4 {
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  color: #134441;
  margin: 5px 0 15px;
}
.page-accueil-2 .news .bottom .col-md-3:hover .image::before, .page-bureau-etude .news .bottom .col-md-3:hover .image::before, .single .news .bottom .col-md-3:hover .image::before, .page-references .news .bottom .col-md-3:hover .image::before, .page-actualites .news .bottom .col-md-3:hover .image::before, .page-f-a-q .news .bottom .col-md-3:hover .image::before, .page-contact .news .bottom .col-md-3:hover .image::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(254, 134, 32, 0.9);
  border-radius: 5px 5px 0 0;
}
.page-accueil-2 .news .bottom .col-md-3:hover .dart, .page-bureau-etude .news .bottom .col-md-3:hover .dart, .single .news .bottom .col-md-3:hover .dart, .page-references .news .bottom .col-md-3:hover .dart, .page-actualites .news .bottom .col-md-3:hover .dart, .page-f-a-q .news .bottom .col-md-3:hover .dart, .page-contact .news .bottom .col-md-3:hover .dart {
  display: block;
}
.page-accueil-2 .news .bottom .col-md-3:hover h4, .page-bureau-etude .news .bottom .col-md-3:hover h4, .single .news .bottom .col-md-3:hover h4, .page-references .news .bottom .col-md-3:hover h4, .page-actualites .news .bottom .col-md-3:hover h4, .page-f-a-q .news .bottom .col-md-3:hover h4, .page-contact .news .bottom .col-md-3:hover h4 {
  text-decoration: underline;
}
.page-accueil-2 .contact, .page-bureau-etude .contact, .single .contact, .page-references .contact, .page-actualites .contact, .page-f-a-q .contact, .page-contact .contact {
  padding: 0 40px 40px;
}
@media (max-width: 1000px) {
  .page-accueil-2 .contact, .page-bureau-etude .contact, .single .contact, .page-references .contact, .page-actualites .contact, .page-f-a-q .contact, .page-contact .contact {
    padding: 0;
  }
}
.page-accueil-2 .contact .container-fluid, .page-bureau-etude .contact .container-fluid, .single .contact .container-fluid, .page-references .contact .container-fluid, .page-actualites .contact .container-fluid, .page-f-a-q .contact .container-fluid, .page-contact .contact .container-fluid {
  position: relative;
  height: 500px;
  background: radial-gradient(circle at center 120%, #d60b52 0%, #fe8620 55%, #ece2db 86%, #eaeaea 100%);
  border-radius: 10px;
  padding: 0;
}
@media (max-width: 1000px) {
  .page-accueil-2 .contact .container-fluid, .page-bureau-etude .contact .container-fluid, .single .contact .container-fluid, .page-references .contact .container-fluid, .page-actualites .contact .container-fluid, .page-f-a-q .contact .container-fluid, .page-contact .contact .container-fluid {
    border-radius: 0;
    margin: 0 0 5px;
  }
}
.page-accueil-2 .contact .container-fluid .col-10, .page-bureau-etude .contact .container-fluid .col-10, .single .contact .container-fluid .col-10, .page-references .contact .container-fluid .col-10, .page-actualites .contact .container-fluid .col-10, .page-f-a-q .contact .container-fluid .col-10, .page-contact .contact .container-fluid .col-10 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 1000px) {
  .page-accueil-2 .contact .container-fluid .col-10, .page-bureau-etude .contact .container-fluid .col-10, .single .contact .container-fluid .col-10, .page-references .contact .container-fluid .col-10, .page-actualites .contact .container-fluid .col-10, .page-f-a-q .contact .container-fluid .col-10, .page-contact .contact .container-fluid .col-10 {
    text-align: left;
    padding: 0;
  }
}
.page-accueil-2 .contact .container-fluid .col-10 .titre, .page-bureau-etude .contact .container-fluid .col-10 .titre, .single .contact .container-fluid .col-10 .titre, .page-references .contact .container-fluid .col-10 .titre, .page-actualites .contact .container-fluid .col-10 .titre, .page-f-a-q .contact .container-fluid .col-10 .titre, .page-contact .contact .container-fluid .col-10 .titre {
  margin-bottom: 20px;
}
.page-accueil-2 .contact .container-fluid .col-10 p, .page-bureau-etude .contact .container-fluid .col-10 p, .single .contact .container-fluid .col-10 p, .page-references .contact .container-fluid .col-10 p, .page-actualites .contact .container-fluid .col-10 p, .page-f-a-q .contact .container-fluid .col-10 p, .page-contact .contact .container-fluid .col-10 p {
  margin: 30px 0 20px;
}
.page-accueil-2 .contact .container-fluid .col-10 div, .page-bureau-etude .contact .container-fluid .col-10 div, .single .contact .container-fluid .col-10 div, .page-references .contact .container-fluid .col-10 div, .page-actualites .contact .container-fluid .col-10 div, .page-f-a-q .contact .container-fluid .col-10 div, .page-contact .contact .container-fluid .col-10 div {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 1000px) {
  .page-accueil-2 .contact .container-fluid .col-10 div .btn, .page-bureau-etude .contact .container-fluid .col-10 div .btn, .single .contact .container-fluid .col-10 div .btn, .page-references .contact .container-fluid .col-10 div .btn, .page-actualites .contact .container-fluid .col-10 div .btn, .page-f-a-q .contact .container-fluid .col-10 div .btn, .page-contact .contact .container-fluid .col-10 div .btn {
    width: fit-content;
    font-size: 9px;
    padding: 10px;
    margin: auto;
  }
}
.page-accueil-2 .contact .container-fluid .col-10 div .btn.black, .page-bureau-etude .contact .container-fluid .col-10 div .btn.black, .single .contact .container-fluid .col-10 div .btn.black, .page-references .contact .container-fluid .col-10 div .btn.black, .page-actualites .contact .container-fluid .col-10 div .btn.black, .page-f-a-q .contact .container-fluid .col-10 div .btn.black, .page-contact .contact .container-fluid .col-10 div .btn.black {
  background-color: #0e3330;
  border-color: #0e3330;
}
.page-accueil-2 .contact .container-fluid .col-10 div .btn.white, .page-bureau-etude .contact .container-fluid .col-10 div .btn.white, .single .contact .container-fluid .col-10 div .btn.white, .page-references .contact .container-fluid .col-10 div .btn.white, .page-actualites .contact .container-fluid .col-10 div .btn.white, .page-f-a-q .contact .container-fluid .col-10 div .btn.white, .page-contact .contact .container-fluid .col-10 div .btn.white {
  background-color: white;
  color: #134441;
  border-color: white;
}
@media (max-width: 1000px) {
  .page-accueil-2 .contact .container-fluid .col-10 div .btn.white, .page-bureau-etude .contact .container-fluid .col-10 div .btn.white, .single .contact .container-fluid .col-10 div .btn.white, .page-references .contact .container-fluid .col-10 div .btn.white, .page-actualites .contact .container-fluid .col-10 div .btn.white, .page-f-a-q .contact .container-fluid .col-10 div .btn.white, .page-contact .contact .container-fluid .col-10 div .btn.white {
    gap: 7.5px;
  }
}
.page-accueil-2 .contact .container-fluid .col-10 div .btn.white::after, .page-bureau-etude .contact .container-fluid .col-10 div .btn.white::after, .single .contact .container-fluid .col-10 div .btn.white::after, .page-references .contact .container-fluid .col-10 div .btn.white::after, .page-actualites .contact .container-fluid .col-10 div .btn.white::after, .page-f-a-q .contact .container-fluid .col-10 div .btn.white::after, .page-contact .contact .container-fluid .col-10 div .btn.white::after {
  background-color: #134441;
  background-image: url("/wp-content/uploads/2025/08/fleche-white.svg");
}
@media (max-width: 1000px) {
  .page-accueil-2 .contact .container-fluid .col-10 div .btn.white::after, .page-bureau-etude .contact .container-fluid .col-10 div .btn.white::after, .single .contact .container-fluid .col-10 div .btn.white::after, .page-references .contact .container-fluid .col-10 div .btn.white::after, .page-actualites .contact .container-fluid .col-10 div .btn.white::after, .page-f-a-q .contact .container-fluid .col-10 div .btn.white::after, .page-contact .contact .container-fluid .col-10 div .btn.white::after {
    height: 10px;
    width: 10px;
  }
}
.page-accueil-2 .projects h2, .page-accueil-2 .projects h3, .page-bureau-etude .projects h2, .page-bureau-etude .projects h3, .single .projects h2, .single .projects h3, .page-references .projects h2, .page-references .projects h3, .page-actualites .projects h2, .page-actualites .projects h3, .page-f-a-q .projects h2, .page-f-a-q .projects h3, .page-contact .projects h2, .page-contact .projects h3 {
  color: #0e2e2b;
}
.page-accueil-2 .projects h2, .page-bureau-etude .projects h2, .single .projects h2, .page-references .projects h2, .page-actualites .projects h2, .page-f-a-q .projects h2, .page-contact .projects h2 {
  margin-bottom: 25px;
}
.page-accueil-2 .projects .flex, .page-bureau-etude .projects .flex, .single .projects .flex, .page-references .projects .flex, .page-actualites .projects .flex, .page-f-a-q .projects .flex, .page-contact .projects .flex {
  display: flex;
}
.page-accueil-2 .projects .flex h3, .page-bureau-etude .projects .flex h3, .single .projects .flex h3, .page-references .projects .flex h3, .page-actualites .projects .flex h3, .page-f-a-q .projects .flex h3, .page-contact .projects .flex h3 {
  transition: color 0.3s ease;
}
.page-accueil-2 .projects .flex a, .page-bureau-etude .projects .flex a, .single .projects .flex a, .page-references .projects .flex a, .page-actualites .projects .flex a, .page-f-a-q .projects .flex a, .page-contact .projects .flex a {
  background-color: white;
  transition: background-color 0.3s ease;
}
@media (max-width: 1000px) {
  .page-accueil-2 .projects .flex a.first, .page-bureau-etude .projects .flex a.first, .single .projects .flex a.first, .page-references .projects .flex a.first, .page-actualites .projects .flex a.first, .page-f-a-q .projects .flex a.first, .page-contact .projects .flex a.first {
    display: flex;
    height: 250px;
    margin-bottom: 25px;
  }
}
.page-accueil-2 .projects .flex a.first .image, .page-bureau-etude .projects .flex a.first .image, .single .projects .flex a.first .image, .page-references .projects .flex a.first .image, .page-actualites .projects .flex a.first .image, .page-f-a-q .projects .flex a.first .image, .page-contact .projects .flex a.first .image {
  height: 65%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1000px) {
  .page-accueil-2 .projects .flex a.first .image, .page-bureau-etude .projects .flex a.first .image, .single .projects .flex a.first .image, .page-references .projects .flex a.first .image, .page-actualites .projects .flex a.first .image, .page-f-a-q .projects .flex a.first .image, .page-contact .projects .flex a.first .image {
    height: 100%;
    width: 35%;
  }
}
.page-accueil-2 .projects .flex a.first .content, .page-bureau-etude .projects .flex a.first .content, .single .projects .flex a.first .content, .page-references .projects .flex a.first .content, .page-actualites .projects .flex a.first .content, .page-f-a-q .projects .flex a.first .content, .page-contact .projects .flex a.first .content {
  height: 35%;
}
@media (max-width: 1000px) {
  .page-accueil-2 .projects .flex a.first .content, .page-bureau-etude .projects .flex a.first .content, .single .projects .flex a.first .content, .page-references .projects .flex a.first .content, .page-actualites .projects .flex a.first .content, .page-f-a-q .projects .flex a.first .content, .page-contact .projects .flex a.first .content {
    height: 100%;
    width: 65%;
  }
}
.page-accueil-2 .projects .flex a .content, .page-bureau-etude .projects .flex a .content, .single .projects .flex a .content, .page-references .projects .flex a .content, .page-actualites .projects .flex a .content, .page-f-a-q .projects .flex a .content, .page-contact .projects .flex a .content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
}
.page-accueil-2 .projects .flex a .content .dart, .page-bureau-etude .projects .flex a .content .dart, .single .projects .flex a .content .dart, .page-references .projects .flex a .content .dart, .page-actualites .projects .flex a .content .dart, .page-f-a-q .projects .flex a .content .dart, .page-contact .projects .flex a .content .dart {
  display: block;
  background-image: url("/wp-content/uploads/2025/08/fleche-green-dark.svg");
  transition: background-image 0.3s ease;
}
@media (max-width: 1000px) {
  .page-accueil-2 .projects .flex a .content .dart, .page-bureau-etude .projects .flex a .content .dart, .single .projects .flex a .content .dart, .page-references .projects .flex a .content .dart, .page-actualites .projects .flex a .content .dart, .page-f-a-q .projects .flex a .content .dart, .page-contact .projects .flex a .content .dart {
    display: none;
  }
}
.page-accueil-2 .projects .flex a .content .type, .page-bureau-etude .projects .flex a .content .type, .single .projects .flex a .content .type, .page-references .projects .flex a .content .type, .page-actualites .projects .flex a .content .type, .page-f-a-q .projects .flex a .content .type, .page-contact .projects .flex a .content .type {
  color: #22a57d;
}
.page-accueil-2 .projects .flex a .content h3, .page-bureau-etude .projects .flex a .content h3, .single .projects .flex a .content h3, .page-references .projects .flex a .content h3, .page-actualites .projects .flex a .content h3, .page-f-a-q .projects .flex a .content h3, .page-contact .projects .flex a .content h3 {
  font-size: 20px;
  line-height: 25px;
  margin: 10px 0 20px;
}
@media (max-width: 1000px) {
  .page-accueil-2 .projects .flex a .content h3, .page-bureau-etude .projects .flex a .content h3, .single .projects .flex a .content h3, .page-references .projects .flex a .content h3, .page-actualites .projects .flex a .content h3, .page-f-a-q .projects .flex a .content h3, .page-contact .projects .flex a .content h3 {
    font-size: 16px;
    line-height: 1.25;
    margin: 10px 0;
  }
}
.page-accueil-2 .projects .flex a .content p, .page-accueil-2 .projects .flex a .content .mobile, .page-bureau-etude .projects .flex a .content p, .page-bureau-etude .projects .flex a .content .mobile, .single .projects .flex a .content p, .single .projects .flex a .content .mobile, .page-references .projects .flex a .content p, .page-references .projects .flex a .content .mobile, .page-actualites .projects .flex a .content p, .page-actualites .projects .flex a .content .mobile, .page-f-a-q .projects .flex a .content p, .page-f-a-q .projects .flex a .content .mobile, .page-contact .projects .flex a .content p, .page-contact .projects .flex a .content .mobile {
  color: #646464;
  transition: color 0.3s ease;
}
.page-accueil-2 .projects .flex a .content .mobile, .page-bureau-etude .projects .flex a .content .mobile, .single .projects .flex a .content .mobile, .page-references .projects .flex a .content .mobile, .page-actualites .projects .flex a .content .mobile, .page-f-a-q .projects .flex a .content .mobile, .page-contact .projects .flex a .content .mobile {
  line-height: 1.25;
}
.page-accueil-2 .projects .flex a:hover, .page-bureau-etude .projects .flex a:hover, .single .projects .flex a:hover, .page-references .projects .flex a:hover, .page-actualites .projects .flex a:hover, .page-f-a-q .projects .flex a:hover, .page-contact .projects .flex a:hover {
  background-color: #0e2e2b;
}
.page-accueil-2 .projects .flex a:hover h3, .page-accueil-2 .projects .flex a:hover p, .page-bureau-etude .projects .flex a:hover h3, .page-bureau-etude .projects .flex a:hover p, .single .projects .flex a:hover h3, .single .projects .flex a:hover p, .page-references .projects .flex a:hover h3, .page-references .projects .flex a:hover p, .page-actualites .projects .flex a:hover h3, .page-actualites .projects .flex a:hover p, .page-f-a-q .projects .flex a:hover h3, .page-f-a-q .projects .flex a:hover p, .page-contact .projects .flex a:hover h3, .page-contact .projects .flex a:hover p {
  color: white;
}
.page-accueil-2 .projects .flex a:hover .dart, .page-bureau-etude .projects .flex a:hover .dart, .single .projects .flex a:hover .dart, .page-references .projects .flex a:hover .dart, .page-actualites .projects .flex a:hover .dart, .page-f-a-q .projects .flex a:hover .dart, .page-contact .projects .flex a:hover .dart {
  background-image: url("/wp-content/uploads/2025/08/fleche.svg");
}
.page-accueil-2 .projects .flex .first, .page-bureau-etude .projects .flex .first, .single .projects .flex .first, .page-references .projects .flex .first, .page-actualites .projects .flex .first, .page-f-a-q .projects .flex .first, .page-contact .projects .flex .first {
  padding: 0;
}
.page-accueil-2 .projects .flex .first .result, .page-bureau-etude .projects .flex .first .result, .single .projects .flex .first .result, .page-references .projects .flex .first .result, .page-actualites .projects .flex .first .result, .page-f-a-q .projects .flex .first .result, .page-contact .projects .flex .first .result {
  color: #646464;
  padding: 0;
}
.page-accueil-2 .projects .flex .grid, .page-bureau-etude .projects .flex .grid, .single .projects .flex .grid, .page-references .projects .flex .grid, .page-actualites .projects .flex .grid, .page-f-a-q .projects .flex .grid, .page-contact .projects .flex .grid {
  display: grid;
  grid-template-columns: repeat(1, 3fr);
  gap: 26px;
}
@media (max-width: 1000px) {
  .page-accueil-2 .projects .flex .grid, .page-bureau-etude .projects .flex .grid, .single .projects .flex .grid, .page-references .projects .flex .grid, .page-actualites .projects .flex .grid, .page-f-a-q .projects .flex .grid, .page-contact .projects .flex .grid {
    padding: 0;
  }
}
.page-accueil-2 .projects .flex .grid a, .page-bureau-etude .projects .flex .grid a, .single .projects .flex .grid a, .page-references .projects .flex .grid a, .page-actualites .projects .flex .grid a, .page-f-a-q .projects .flex .grid a, .page-contact .projects .flex .grid a {
  display: flex;
  height: 270px;
}
@media (max-width: 1000px) {
  .page-accueil-2 .projects .flex .grid a, .page-bureau-etude .projects .flex .grid a, .single .projects .flex .grid a, .page-references .projects .flex .grid a, .page-actualites .projects .flex .grid a, .page-f-a-q .projects .flex .grid a, .page-contact .projects .flex .grid a {
    height: 250px;
  }
}
.page-accueil-2 .projects .flex .grid a .image, .page-bureau-etude .projects .flex .grid a .image, .single .projects .flex .grid a .image, .page-references .projects .flex .grid a .image, .page-actualites .projects .flex .grid a .image, .page-f-a-q .projects .flex .grid a .image, .page-contact .projects .flex .grid a .image {
  width: 35%;
  background-size: cover;
  background-position: center;
}
.page-accueil-2 .projects .flex .grid a .content, .page-bureau-etude .projects .flex .grid a .content, .single .projects .flex .grid a .content, .page-references .projects .flex .grid a .content, .page-actualites .projects .flex .grid a .content, .page-f-a-q .projects .flex .grid a .content, .page-contact .projects .flex .grid a .content {
  width: 65%;
}
.page-accueil-2 .escort h2, .page-accueil-2 .escort h3, .page-bureau-etude .escort h2, .page-bureau-etude .escort h3, .single .escort h2, .single .escort h3, .page-references .escort h2, .page-references .escort h3, .page-actualites .escort h2, .page-actualites .escort h3, .page-f-a-q .escort h2, .page-f-a-q .escort h3, .page-contact .escort h2, .page-contact .escort h3 {
  color: #0e2e2b;
}
.page-accueil-2 .escort h2, .page-bureau-etude .escort h2, .single .escort h2, .page-references .escort h2, .page-actualites .escort h2, .page-f-a-q .escort h2, .page-contact .escort h2 {
  width: 70%;
  margin-bottom: 25px;
}
@media (max-width: 1000px) {
  .page-accueil-2 .escort h2, .page-bureau-etude .escort h2, .single .escort h2, .page-references .escort h2, .page-actualites .escort h2, .page-f-a-q .escort h2, .page-contact .escort h2 {
    width: 100%;
  }
}
.page-accueil-2 .escort h3, .page-bureau-etude .escort h3, .single .escort h3, .page-references .escort h3, .page-actualites .escort h3, .page-f-a-q .escort h3, .page-contact .escort h3 {
  font-size: 18px;
  line-height: 25px;
}
@media (max-width: 1000px) {
  .page-accueil-2 .escort h3, .page-bureau-etude .escort h3, .single .escort h3, .page-references .escort h3, .page-actualites .escort h3, .page-f-a-q .escort h3, .page-contact .escort h3 {
    font-size: 14px;
  }
}
.page-accueil-2 .escort .lines, .page-bureau-etude .escort .lines, .single .escort .lines, .page-references .escort .lines, .page-actualites .escort .lines, .page-f-a-q .escort .lines, .page-contact .escort .lines {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  margin-top: 60px;
}
.page-accueil-2 .escort .lines .line, .page-bureau-etude .escort .lines .line, .single .escort .lines .line, .page-references .escort .lines .line, .page-actualites .escort .lines .line, .page-f-a-q .escort .lines .line, .page-contact .escort .lines .line {
  position: relative;
  width: 100%;
  background-color: white;
  border-radius: 20px;
  padding: 25px 75px 25px 25px;
  cursor: pointer;
}
.page-accueil-2 .escort .lines .line::after, .page-bureau-etude .escort .lines .line::after, .single .escort .lines .line::after, .page-references .escort .lines .line::after, .page-actualites .escort .lines .line::after, .page-f-a-q .escort .lines .line::after, .page-contact .escort .lines .line::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  font-size: 18px;
  background-color: #fe8620;
  border-radius: 100%;
}
.page-accueil-2 .escort .lines .line p, .page-bureau-etude .escort .lines .line p, .single .escort .lines .line p, .page-references .escort .lines .line p, .page-actualites .escort .lines .line p, .page-f-a-q .escort .lines .line p, .page-contact .escort .lines .line p {
  display: none;
  color: #646464;
  margin-top: 25px;
}

@media (max-width: 1000px) {
  header {
    height: 12.5vh;
    background-color: #134441;
  }
}

.header-2 li {
  text-transform: none;
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 1000px) {
  .header-2 li {
    font-size: 16px;
  }
}
.header-2 .sub-menu li {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  opacity: 0.75 !important;
  margin: 0.5rem 0;
}
@media (max-width: 1000px) {
  .header-2 .sub-menu li {
    font-size: 12px;
  }
}

@media (max-width: 1000px) {
  .btnMenu {
    top: 1.75rem;
  }
}

.footer-2 {
  position: relative;
  z-index: 1;
  padding: 105px 0 0 0;
}
.footer-2 .row {
  justify-content: space-between;
}
.footer-2 .row ul {
  display: flex;
}
.footer-2 .row.top {
  padding: 0 50px 140px;
}
.footer-2 .row.top .col-md-2 {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 1000px) {
  .footer-2 .row.top .col-md-2 {
    flex: none;
    padding: 0;
  }
}
.footer-2 .row.top .col-md-2 h4 {
  font-size: 15px;
}
.footer-2 .row.top li {
  color: white;
}
.footer-2 .row.top .col-md-9 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .footer-2 .row.top .col-md-9 {
    flex-direction: column;
    gap: 50px;
    padding: 0;
    margin-top: 50px;
  }
}
@media (max-width: 1000px) {
  .footer-2 .row.top .col-md-9 .col-md-4 {
    flex: none;
    padding: 0;
  }
}
.footer-2 .row.top .col-md-9 .col-md-4 .pin::before {
  background-image: url("/wp-content/uploads/2025/08/localisation.svg");
}
.footer-2 .row.top .col-md-9 .col-md-4 .email::before {
  background-image: url("/wp-content/uploads/2025/08/mail.svg");
}
.footer-2 .row.top .col-md-9 .col-md-4 .phone::before {
  background-image: url("/wp-content/uploads/2025/08/phone.svg");
}
.footer-2 .row.bottom {
  padding: 30px 50px;
  border-top: solid 1px white;
}
@media (max-width: 1000px) {
  .footer-2 .row.bottom {
    gap: 25px;
  }
}
.footer-2 .row.bottom .col-md-5 {
  display: flex;
  justify-content: end;
}
@media (max-width: 1000px) {
  .footer-2 .row.bottom .col-md-5 {
    justify-content: start;
  }
}
.footer-2 .row.bottom .col-md-5 ul {
  gap: 25px;
}
@media (max-width: 1000px) {
  .footer-2 .row.bottom .col-md-5 ul {
    flex-direction: column;
    gap: 10px;
  }
}

.page-accueil-2 .topPage {
  padding: 0;
}
.page-accueil-2 .topPage .logoLite {
  top: calc(45% - 9rem);
}
@media (max-width: 1000px) {
  .page-accueil-2 .topPage .logoLite {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1000px) {
  .page-accueil-2 .topPage .logoLite img {
    height: 80%;
    width: 80%;
  }
}
@media (max-width: 1000px) {
  .page-accueil-2 .topPage .background {
    height: 88%;
  }
}
.page-accueil-2 .topPage .banner {
  position: absolute;
  top: 125px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
}
@media (max-width: 1500px) {
  .page-accueil-2 .topPage .banner {
    width: 90%;
  }
}
@media (max-width: 1400px) {
  .page-accueil-2 .topPage .banner {
    top: 0;
  }
}
@media (max-width: 1000px) {
  .page-accueil-2 .topPage .banner {
    top: auto;
    bottom: 120px;
  }
}
.page-accueil-2 .topPage .banner h1 {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .page-accueil-2 .topPage .banner h1 {
    font-size: 18px;
  }
}
.page-accueil-2 .topPage .banner h1 span {
  font-weight: 400;
}
.page-accueil-2 .topPage .banner p {
  width: 75%;
  text-align: center;
  margin: auto;
}
@media (max-width: 1000px) {
  .page-accueil-2 .topPage .banner p {
    width: 100%;
  }
}
.page-accueil-2 .topPage .banner div {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 35px;
}
@media (max-width: 1000px) {
  .page-accueil-2 .topPage .banner div {
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .page-accueil-2 .topPage .banner div .btn {
    font-size: 11px;
    padding: 10px;
  }
}
.page-accueil-2 .about {
  position: relative;
  background: linear-gradient(180deg, #2A625D 0%, #134441 100%);
}
.page-accueil-2 .about .row {
  align-items: center;
}
@media (max-width: 1000px) {
  .page-accueil-2 .about .row {
    flex-direction: column-reverse;
    gap: 50px;
  }
}
.page-accueil-2 .about .row .col-12 {
  margin: 0;
}
.page-accueil-2 .about .row .col-12 p {
  text-transform: none;
  font-size: 13px;
  font-weight: 300;
  text-align: start;
  margin: 20px 0 40px;
}
@media (max-width: 1000px) {
  .page-accueil-2 .about .row .col-12 p {
    font-size: 12px;
  }
}
.page-accueil-2 .about .row .col-12 a {
  width: fit-content;
  background-color: #22a57d;
  border-color: #22a57d;
}
.page-accueil-2 .about .row .col-12 a::after {
  background-color: white;
  background-image: url("/wp-content/uploads/2025/08/fleche.svg");
}
.page-accueil-2 .career .row {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1000px) {
  .page-accueil-2 .career .row {
    gap: 50px;
  }
}
.page-accueil-2 .career .row h2, .page-accueil-2 .career .row h3 {
  color: #0e2e2b;
}
.page-accueil-2 .career .row h2 {
  margin-bottom: 50px;
}
.page-accueil-2 .career .row h2 span {
  color: #fe8620;
}
.page-accueil-2 .career .row p {
  color: #646464;
}
.page-accueil-2 .career .row .margin-bottom {
  margin-bottom: 40px;
}
.page-accueil-2 .career .row .quotes {
  height: 35px;
  margin-bottom: 35px;
}
@media (max-width: 1000px) {
  .page-accueil-2 .career .row .quotes {
    height: 25px;
  }
}
.page-accueil-2 .career .row .flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
}
.page-accueil-2 .career .row .flex .picture {
  height: 95px;
}
.page-accueil-2 .career .row .flex .author {
  color: #0e2e2b;
}
.page-accueil-2 .numbers {
  position: relative;
  height: 500px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1000px) {
  .page-accueil-2 .numbers {
    height: 600px;
  }
}
.page-accueil-2 .numbers .container-fluid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-accueil-2 .numbers .container-fluid .row {
  justify-content: center;
  gap: 75px;
}
@media (max-width: 1000px) {
  .page-accueil-2 .numbers .container-fluid .row {
    gap: 25px;
  }
}
.page-accueil-2 .numbers .container-fluid .row div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-accueil-2 .numbers .container-fluid .row div.item {
  transform: translateY(120px) scale(0.9);
  opacity: 0;
  transition: transform 2s cubic-bezier(0.2, 1, 0.35, 1), opacity 2s cubic-bezier(0.2, 1, 0.35, 1);
}
.page-accueil-2 .numbers .container-fluid .row div.item.visible {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.page-accueil-2 .numbers .container-fluid .row div span, .page-accueil-2 .numbers .container-fluid .row div p {
  text-align: center;
}
.page-accueil-2 .numbers .container-fluid .row div span {
  font-size: 100px;
}
@media (max-width: 1000px) {
  .page-accueil-2 .numbers .container-fluid .row div span {
    font-size: 75px;
  }
}
.page-accueil-2 .numbers .container-fluid .row div .number {
  display: flex;
  align-items: center;
  font-size: 50px;
}
@media (max-width: 1000px) {
  .page-accueil-2 .expertise {
    padding: 0 0 1rem 0;
  }
}
@media (max-width: 1000px) {
  .page-accueil-2 .expertise .container-fluid {
    padding: 0;
  }
}
@media (max-width: 1000px) {
  .page-accueil-2 .expertise .container-fluid .row {
    margin-right: 0;
    margin-left: 0;
  }
}
.page-accueil-2 .expertise .container-fluid .row .col-md-5 h2 {
  color: #0e2e2b;
  margin-bottom: 25px;
}
@media (max-width: 1000px) {
  .page-accueil-2 .expertise .container-fluid .row .col-md-5 h2 {
    margin: 5rem 5% 25px;
  }
}
.page-accueil-2 .expertise .container-fluid .row.bottom {
  flex-wrap: nowrap;
  gap: 10px;
}
@media (max-width: 1000px) {
  .page-accueil-2 .expertise .container-fluid .row.bottom {
    overflow-x: auto;
    padding-bottom: 20px;
  }
  .page-accueil-2 .expertise .container-fluid .row.bottom::-webkit-scrollbar {
    height: 7.5px;
  }
  .page-accueil-2 .expertise .container-fluid .row.bottom::-webkit-scrollbar-thumb {
    background: #fe8620;
    border-radius: 10px;
  }
}
.page-accueil-2 .expertise .container-fluid .row.bottom .col-10 {
  padding: 0;
}
.page-accueil-2 .expertise .container-fluid .row.bottom .item {
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.page-accueil-2 .expertise .container-fluid .row.bottom .item:hover::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(19, 68, 65, 0.9);
  border-radius: 5px 5px 0 0;
}
.page-accueil-2 .expertise .container-fluid .row.bottom .item:hover .dart {
  display: block;
}
.page-accueil-2 .expertise .container-fluid .row.bottom .item::before {
  content: "";
  transition: background-color 0.3s ease;
}
.page-accueil-2 .expertise .container-fluid .row.bottom .item .content {
  position: absolute;
  width: 100%;
}
@media (max-width: 1000px) {
  .page-accueil-2 .expertise .container-fluid .row.bottom .item .content {
    display: block;
  }
}
.page-accueil-2 .expertise .container-fluid .row.bottom .item .content h3 {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 1000px) {
  .page-accueil-2 .expertise .container-fluid .row.bottom .item .content h3 {
    font-size: 20px;
  }
}
.page-accueil-2 .expertise .container-fluid .row.bottom .item .content p {
  font-size: 12px;
  line-height: 1.5;
}
.page-accueil-2 .expertise .container-fluid .row.bottom .item.expertise-1 {
  height: 625px;
}
@media (max-width: 1000px) {
  .page-accueil-2 .expertise .container-fluid .row.bottom .item.expertise-1 {
    height: 400px;
  }
}
.page-accueil-2 .expertise .container-fluid .row.bottom .item.expertise-1 .content {
  bottom: 50px;
  left: 7.5%;
  width: 85%;
}
@media (max-width: 1000px) {
  .page-accueil-2 .expertise .container-fluid .row.bottom .item.expertise-1 .content {
    bottom: 30px;
  }
}
.page-accueil-2 .expertise .container-fluid .row.bottom .item.expertise-1 .content h3 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 10px;
}
.page-accueil-2 .expertise .container-fluid .row.bottom .grid {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 10px;
}
@media (max-width: 1000px) {
  .page-accueil-2 .expertise .container-fluid .row.bottom .grid {
    display: none;
  }
}
.page-accueil-2 .expertise .container-fluid .row.bottom .grid .item .content {
  bottom: 20px;
  left: 7.5%;
  width: 85%;
}
.page-accueil-2 .expertise .container-fluid .row.bottom .grid .item .content p {
  display: none;
  margin-top: 10px;
}
.page-accueil-2 .expertise .container-fluid .row.bottom .grid .item:hover p {
  display: block;
}
.page-accueil-2 .expertise .container-fluid .row.bottom .mobile {
  display: none;
}
@media (max-width: 1000px) {
  .page-accueil-2 .expertise .container-fluid .row.bottom .mobile {
    display: block;
  }
}
.page-accueil-2 .expertise .container-fluid .row.bottom .mobile .item {
  height: 100%;
}
.page-accueil-2 .expertise .container-fluid .row.bottom .mobile .item .content {
  bottom: 30px;
  left: 7.5%;
  width: 85%;
}
.page-accueil-2 .expertise .container-fluid .row.bottom .mobile .item .content p {
  margin-top: 10px;
}

.page-bureau-etude .banner {
  position: relative;
  height: 100vh;
  background-position: bottom;
  padding: 0;
}
@media (max-width: 1000px) {
  .page-bureau-etude .banner {
    height: 60vh;
  }
}
.page-bureau-etude .banner::before {
  content: "";
  display: block;
  height: 100%;
  background: transparent linear-gradient(60deg, #05635e 0%, rgba(4, 68, 64, 0.6078431373) 50%, rgba(2, 32, 30, 0.1490196078) 89%, rgba(1, 20, 19, 0) 100%);
}
.page-bureau-etude .banner .col-12 {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
@media (max-width: 1000px) {
  .page-bureau-etude .banner .col-12 {
    top: 60%;
    left: 0;
    padding: 0 10%;
  }
}
.page-bureau-etude .banner .col-12 p {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}
.page-bureau-etude .banner .col-12 h1 {
  margin: 25px 0 40px;
}
.page-bureau-etude .banner .col-12 div {
  display: flex;
  gap: 13px;
}
@media (max-width: 1000px) {
  .page-bureau-etude .banner .col-12 div .btn {
    font-size: 9px;
    padding: 10px;
  }
}
.page-bureau-etude .expertise .row {
  justify-content: space-between;
  align-items: end;
}
.page-bureau-etude .expertise .row h2, .page-bureau-etude .expertise .row h3 {
  color: black;
}
.page-bureau-etude .expertise .row h3 {
  font-size: 20px;
  line-height: 25px;
}
.page-bureau-etude .expertise .row p, .page-bureau-etude .expertise .row li {
  color: #646464;
}
.page-bureau-etude .expertise .row li {
  text-transform: initial !important;
  font-weight: 300 !important;
  margin: 0;
}
.page-bureau-etude .expertise .row .col-md-6 h2 {
  width: 75%;
  margin-bottom: 25px;
}
@media (max-width: 1000px) {
  .page-bureau-etude .expertise .row .col-md-6 h2 {
    width: 100%;
  }
}
.page-bureau-etude .expertise .row .col-md-6 h2 span {
  color: #fe8620;
}
.page-bureau-etude .expertise .row .col-md-6 h3 {
  margin: 95px 0 20px;
}
@media (max-width: 1000px) {
  .page-bureau-etude .expertise .row .col-md-6 h3 {
    margin-top: 50px;
  }
}
.page-bureau-etude .expertise .row .col-md-5 h3 {
  margin-bottom: 45px;
}
@media (max-width: 1000px) {
  .page-bureau-etude .expertise .row .col-md-5 h3 {
    margin-top: 50px;
  }
}
.page-bureau-etude .pillars h2, .page-bureau-etude .pillars h3 {
  color: #0e2e2b;
}
.page-bureau-etude .pillars h2 {
  width: 70%;
}
@media (max-width: 1000px) {
  .page-bureau-etude .pillars h2 {
    width: 100%;
  }
}
.page-bureau-etude .pillars span {
  color: #fe8620;
}
.page-bureau-etude .pillars p {
  color: #646464;
}
.page-bureau-etude .pillars .col-md-7 p {
  margin: 20px 0 90px;
}
.page-bureau-etude .pillars .menus {
  display: flex;
  gap: 75px;
  border-bottom: solid 3px rgba(100, 100, 100, 0.1019607843);
  border-radius: 2px;
}
@media (max-width: 1000px) {
  .page-bureau-etude .pillars .menus {
    gap: 5px;
  }
}
.page-bureau-etude .pillars .menus p {
  font-weight: 400;
  border-bottom: solid 3px transparent;
  padding-bottom: 14px;
  transform: translateY(3px);
  transition: color 0.3s ease, border-color 0.3s ease;
}
.page-bureau-etude .pillars .menus p:hover {
  cursor: pointer;
}
.page-bureau-etude .pillars .menus p.active {
  color: #fe8620;
  border-color: #fe8620;
  border-radius: 2px;
}
.page-bureau-etude .pillars .content {
  display: none;
  justify-content: space-between;
  align-items: end;
  margin-top: 80px;
  animation: fade 0.3s ease;
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 1000px) {
  .page-bureau-etude .pillars .content {
    flex-direction: column-reverse;
    gap: 25px;
    margin-top: 25px;
  }
}
.page-bureau-etude .pillars .content .col-md-5 {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.page-bureau-etude .pillars .content .col-md-5 img {
  width: 30%;
}
.page-bureau-etude .pillars .content h3, .page-bureau-etude .pillars .content p {
  width: 70%;
}
@media (max-width: 1000px) {
  .page-bureau-etude .pillars .content h3, .page-bureau-etude .pillars .content p {
    width: 100%;
  }
}
.page-bureau-etude .pillars .content h3 {
  font-size: 25px;
  margin-bottom: 25px;
}
.page-bureau-etude .pillars .content.active {
  display: flex;
}
.page-bureau-etude .method {
  background-color: #0e2e2b;
}
@media (max-width: 1000px) {
  .page-bureau-etude .method {
    position: relative;
    padding-bottom: 200px;
  }
}
.page-bureau-etude .method .row {
  justify-content: space-between;
  align-items: center;
}
.page-bureau-etude .method .row h2 {
  width: 75%;
}
@media (max-width: 1000px) {
  .page-bureau-etude .method .row h2 {
    width: 100%;
  }
}
.page-bureau-etude .method .row .space {
  margin: 20px 0 55px;
}
.page-bureau-etude .method .row li {
  color: white;
}
.page-bureau-etude .method .row .col-md-4 {
  position: relative;
  margin-right: 5%;
}
@media (max-width: 1000px) {
  .page-bureau-etude .method .row .col-md-4 {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(50%);
  }
}
.page-bureau-etude .method .row .col-md-4 .little {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 300px;
  z-index: 1;
}
@media (max-width: 1000px) {
  .page-bureau-etude .method .row .col-md-4 .little {
    height: 140px;
    width: 45%;
    object-fit: cover;
  }
}
.page-bureau-etude .method .row .col-md-4 .big {
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  height: 450px;
  width: 75%;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .page-bureau-etude .method .row .col-md-4 .big {
    height: 190px;
  }
}
@media (max-width: 1000px) {
  .page-bureau-etude .steps {
    padding-top: 200px;
  }
}
.page-bureau-etude .steps h2 {
  color: #0e2e2b;
  margin-bottom: 50px;
}
.page-bureau-etude .steps .slick-list {
  padding-bottom: 50px !important;
}
.page-bureau-etude .steps .slick-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 600px;
  background-color: white;
  border-radius: 10px;
  padding: 50px;
  margin: 0 5px;
}
@media (max-width: 1000px) {
  .page-bureau-etude .steps .slick-slide {
    height: 550px;
    padding: 25px;
  }
}
.page-bureau-etude .steps .slick-slide p {
  color: #22a57d;
}
.page-bureau-etude .steps .slick-slide .tag {
  position: absolute;
  top: 40px;
  left: 50px;
  background-color: rgba(34, 165, 125, 0.3137254902);
  border-radius: 10px;
  padding: 10px 15px;
}
@media (max-width: 1000px) {
  .page-bureau-etude .steps .slick-slide .tag {
    top: 15px;
    left: 15px;
  }
}
.page-bureau-etude .steps .slick-slide h3, .page-bureau-etude .steps .slick-slide .text {
  width: 85%;
}
@media (max-width: 1000px) {
  .page-bureau-etude .steps .slick-slide h3, .page-bureau-etude .steps .slick-slide .text {
    width: 100%;
  }
}
.page-bureau-etude .steps .slick-slide h3 {
  font-size: 25px;
  color: #0e2e2b;
}
.page-bureau-etude .steps .slick-slide .text {
  margin: 30px 0 40px;
}
@media (max-width: 1000px) {
  .page-bureau-etude .steps .slick-slide .text {
    margin: 15px 0;
  }
}
.page-bureau-etude .steps .slick-slide li::before {
  background-image: url(/wp-content/uploads/2025/08/PUCE-LISTE-ORANGE.svg);
}
.page-bureau-etude .steps .slick-dots {
  text-align: start;
}
.page-bureau-etude .team {
  padding: 50px 50px 0;
}
@media (max-width: 1000px) {
  .page-bureau-etude .team {
    padding: 0;
  }
}
@media (max-width: 1000px) {
  .page-bureau-etude .team .first {
    height: 155px;
    object-fit: cover;
  }
}
.page-bureau-etude .team p {
  color: #646464;
}
.page-bureau-etude .team .relative {
  position: relative;
  height: 75vh;
}
@media (max-width: 1000px) {
  .page-bureau-etude .team .relative {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
    height: fit-content;
    padding: 2.5rem 0 5rem 5%;
  }
}
.page-bureau-etude .team .relative .members {
  position: absolute;
  top: -50px;
  bottom: 50px;
  left: 25px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 1000px) {
  .page-bureau-etude .team .relative .members {
    position: relative;
    top: 0;
    left: 0;
    flex-direction: row;
    overflow-x: scroll !important;
    padding-bottom: 20px;
  }
  .page-bureau-etude .team .relative .members::-webkit-scrollbar {
    height: 7.5px;
  }
  .page-bureau-etude .team .relative .members::-webkit-scrollbar-thumb {
    background: #fe8620;
    border-radius: 10px;
  }
}
.page-bureau-etude .team .relative .members .member {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 65px;
  width: 500px;
  background-color: white;
  border-radius: 10px;
  padding: 34px 38px;
}
@media (max-width: 1000px) {
  .page-bureau-etude .team .relative .members .member {
    gap: 25px;
    min-width: 80%;
    padding: 25px;
  }
}
.page-bureau-etude .team .relative .members .member h3 {
  color: #0e2e2b;
  margin: 15px 0 7.5px;
}
.page-bureau-etude .team .relative .members .member a {
  position: absolute;
  top: 30px;
  right: 28px;
}
@media (max-width: 1000px) {
  .page-bureau-etude .team .relative .members .member a {
    top: 25px;
    right: 25px;
    width: 25px;
  }
}
.page-bureau-etude .team .relative .content {
  position: absolute;
  top: 50%;
  right: 50px;
  width: 40%;
  transform: translateY(-50%);
}
@media (max-width: 1000px) {
  .page-bureau-etude .team .relative .content {
    position: relative;
    top: 0;
    right: 0;
    transform: none;
    width: 100%;
    padding: 0;
  }
}
.page-bureau-etude .team .relative .content h2 {
  color: #0e2e2b;
  margin-bottom: 35px;
}
.page-bureau-etude .team .relative .content h2 span {
  color: #fe8620;
}

.single .banner {
  height: 100vh;
  background-color: #0e2e2b;
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1000px) {
  .single .banner {
    height: fit-content;
    padding: 0;
  }
}
.single .banner .container-fluid {
  height: 100%;
}
.single .banner .container-fluid .row {
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.single .banner .container-fluid .row .col-md-6 {
  height: fit-content;
}
@media (max-width: 1000px) {
  .single .banner .container-fluid .row .col-md-6.section {
    padding: 10rem 5% 5rem;
  }
}
.single .banner .container-fluid .row .col-md-6 h1 {
  margin: 45px 0 20px;
}
@media (max-width: 1000px) {
  .single .banner .container-fluid .row .col-md-6 h1 {
    margin: 25px 0;
  }
}
.single .banner .container-fluid .row .col-md-6 h1 strong {
  font-weight: 400;
}
.single .banner .container-fluid .row .col-md-6 .flex {
  display: flex;
  gap: 20px;
  margin-top: 50px;
}
@media (max-width: 1000px) {
  .single .banner .container-fluid .row .col-md-6 .flex {
    align-items: center;
    width: fit-content;
    margin: 25px auto 0;
  }
}
@media (max-width: 1000px) {
  .single .banner .container-fluid .row .col-md-6 .flex .btn {
    font-size: 11px;
    padding: 10px;
  }
}
.single .banner .container-fluid .row .col-md-5 {
  height: 100%;
  background-size: cover;
  border-radius: 5px;
}
@media (max-width: 1000px) {
  .single .banner .container-fluid .row .col-md-5 {
    height: 250px;
  }
}
.single .domains {
  background-color: #0e2e2b;
}
@media (max-width: 1000px) {
  .single .domains {
    position: relative;
    padding-bottom: 200px;
  }
}
.single .domains .row {
  display: flex;
  gap: 50px;
}
@media (max-width: 1000px) {
  .single .domains .row {
    flex-direction: column-reverse;
  }
}
.single .domains .row .images {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .single .domains .row .images {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(50%);
    padding: 0;
  }
}
.single .domains .row .images .little {
  z-index: 1;
}
@media (max-width: 1000px) {
  .single .domains .row .images .little {
    height: 155px;
    width: 45%;
    object-fit: cover;
  }
}
.single .domains .row .images .big {
  position: absolute;
  left: 20%;
}
@media (max-width: 1000px) {
  .single .domains .row .images .big {
    right: 0%;
    left: auto;
    height: 210px;
    width: 75%;
    object-fit: cover;
  }
}
.single .domains .row .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single .domains .row .content h2 {
  width: 55%;
  margin-bottom: 25px;
}
.single .domains .row .content li {
  color: white;
}
.single .choice {
  padding: 60px;
}
@media (max-width: 1000px) {
  .single .choice {
    padding: 200px 5% 5rem 5%;
  }
}
.single .choice .container-fluid {
  background-color: white;
  padding: 135px;
}
@media (max-width: 1000px) {
  .single .choice .container-fluid {
    padding: 50px;
  }
}
.single .choice .container-fluid h2, .single .choice .container-fluid h3 {
  text-align: center;
  color: #0e2e2b;
}
.single .choice .container-fluid .top {
  justify-content: center;
  margin-bottom: 115px;
}
@media (max-width: 1000px) {
  .single .choice .container-fluid .top {
    margin-bottom: 25px;
  }
}
.single .choice .container-fluid .col-md-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: solid 1px lightgrey;
  padding: 0 25px;
}
@media (max-width: 1000px) {
  .single .choice .container-fluid .col-md-3 {
    border: none;
  }
}
.single .choice .container-fluid .col-md-3 .image {
  background-image: url(/wp-content/uploads/2025/08/FOND-PICTOS.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 25px;
}
.single .choice .container-fluid .col-md-3 h3 {
  font-size: 14px;
  margin: 20px 0 10px;
}
.single .choice .container-fluid .col-md-3 p {
  text-align: center;
  color: #646464;
}
.single .choice .container-fluid .col-md-3.last {
  border: none;
}
@media (max-width: 1000px) {
  .single .choice .container-fluid .slick-dots li {
    margin: 0;
  }
}
.single .expertise .col-md-5 {
  padding: 0;
}
.single .expertise .col-md-5 h2 {
  color: #0e2e2b;
  margin-bottom: 25px;
}
.single .expertise .bottom {
  flex-wrap: nowrap;
  gap: 10px;
}
@media (max-width: 1000px) {
  .single .expertise .bottom {
    overflow-x: auto;
    padding-bottom: 20px;
  }
  .single .expertise .bottom::-webkit-scrollbar {
    height: 7.5px;
  }
  .single .expertise .bottom::-webkit-scrollbar-thumb {
    background: #fe8620;
    border-radius: 10px;
  }
}
.single .expertise .bottom a {
  height: 350px;
  background-position: center;
}
.single .expertise .bottom a::before {
  content: "";
  transition: background-color 0.3s ease;
}
.single .expertise .bottom a:hover::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(19, 68, 65, 0.9);
  border-radius: 5px 5px 0 0;
}
.single .expertise .bottom a:hover .dart {
  display: block;
}
.single .expertise .bottom a h3 {
  position: absolute;
  bottom: 30px;
  left: 7.5%;
  width: 85%;
}
.single .article .image {
  position: relative;
  height: 75vh;
  background-size: cover;
  background-position: center;
}
.single .article .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5882352941);
}
.single .article .image .top {
  position: absolute;
  top: 25px;
  left: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}
.single .article .image .top .category {
  color: #0e2e2b;
  background-color: white;
  border-radius: 20px;
  padding: 5px 10px;
}
.single .article .image h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  text-align: center;
  color: white;
}
.single .article .content {
  margin-top: 50px;
}
.single .article .content p {
  width: 75%;
  color: #646464;
  margin: auto;
}
.single .news h2 {
  text-align: center;
}
.single .news .bottom {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
@media (max-width: 1000px) {
  .single .news .bottom {
    overflow-x: auto;
    padding: 20px 0;
  }
  .single .news .bottom::-webkit-scrollbar {
    height: 7.5px;
  }
  .single .news .bottom::-webkit-scrollbar-thumb {
    background: #fe8620;
    border-radius: 10px;
  }
}
.single .news .bottom .col-md-3 {
  padding: 0;
}

@media (max-width: 1000px) {
  .page-references .banner {
    padding-bottom: 0;
  }
}
.page-references .banner .top {
  display: flex;
  justify-content: center;
  margin-bottom: 151px;
}
@media (max-width: 1000px) {
  .page-references .banner .top {
    margin: 0 5% 50px 5%;
  }
}
.page-references .banner .top h1, .page-references .banner .top p {
  font-weight: 400;
  text-align: center;
}
.page-references .banner .top h1 {
  text-transform: uppercase;
  color: #0e2e2b;
  margin-bottom: 15px;
}
.page-references .banner .top p {
  color: #646464;
}
.page-references .partners {
  background-color: white;
}
.page-references .partners .row {
  display: flex;
  justify-content: center;
}
.page-references .partners .row h2, .page-references .partners .row p {
  text-align: center;
}
.page-references .partners .row h2 {
  color: #0e2e2b;
  margin-bottom: 25px;
}
.page-references .partners .row p {
  color: #646464;
}
.page-references .partners .autoplay {
  margin-top: 100px;
}
.page-references .partners .autoplay .slick-track {
  display: flex;
  gap: 80px;
}
.page-references .partners .autoplay .slick-track .slick-slide {
  width: fit-content !important;
}
.page-references .partners .autoplay .slick-track .slick-slide img {
  height: 75px;
}
.page-references .clients {
  background-color: white;
  padding: 0 40px 40px;
}
@media (max-width: 1000px) {
  .page-references .clients {
    padding: 0 20px 20px;
  }
}
.page-references .clients .container-fluid {
  background: linear-gradient(122deg, #d60b52 0%, #e75943 34%, #f8aa33 100%);
  padding: 50px 0 50px 50px;
}
@media (max-width: 1000px) {
  .page-references .clients .container-fluid {
    border-radius: 15px;
    padding: 25px;
  }
}
.page-references .clients .container-fluid .row {
  justify-content: space-between;
  align-items: center;
}
.page-references .clients .container-fluid .row .col-md-4 h2 {
  width: 80%;
}
.page-references .clients .container-fluid .row .col-md-4 p {
  padding: 35px 0;
}
.page-references .clients .container-fluid .row .single-item {
  background-color: white;
  border-radius: 15px 0 0 15px;
  padding: 50px 100px;
}
@media (max-width: 1000px) {
  .page-references .clients .container-fluid .row .single-item {
    border-radius: 15px;
    padding: 25px;
  }
}
.page-references .clients .container-fluid .row .single-item .slick-slide {
  margin: 0 10px;
}
.page-references .clients .container-fluid .row .single-item .slick-slide .quote, .page-references .clients .container-fluid .row .single-item .slick-slide h3 {
  color: #0e2e2b;
}
.page-references .clients .container-fluid .row .single-item .slick-slide .quote {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  margin: 25px 0;
}
@media (max-width: 1000px) {
  .page-references .clients .container-fluid .row .single-item .slick-slide .quote {
    font-size: 18px;
  }
}
.page-references .clients .container-fluid .row .single-item .slick-slide .author {
  display: flex;
  align-items: center;
  gap: 35px;
  border-top: solid 1px lightgrey;
  padding-top: 25px;
}
@media (max-width: 1000px) {
  .page-references .clients .container-fluid .row .single-item .slick-slide .author {
    flex-direction: column;
    gap: 25px;
    text-align: center;
    padding-top: 25px;
  }
}
.page-references .clients .container-fluid .row .single-item .slick-slide .author img {
  height: 75px;
}
.page-references .clients .container-fluid .row .single-item .slick-slide .author h3 {
  font-size: 22px;
}
@media (max-width: 1000px) {
  .page-references .clients .container-fluid .row .single-item .slick-slide .author h3 {
    font-size: 18px;
  }
}
.page-references .clients .container-fluid .row .single-item .slick-slide .author p {
  color: #646464;
}
.page-references .clients .container-fluid .row .single-item .slick-dots {
  left: 0;
}
.page-references .clients .container-fluid .row .single-item .slick-dots button:before {
  color: white !important;
  margin-top: 15px;
}
.page-references .projects .top {
  display: flex;
  align-items: end;
}
.page-references .projects .top .col-12 {
  padding: 0;
}
.page-references .projects .top .col-12 h2 {
  margin-bottom: 25px;
}
.page-references .projects .top .col-12 p {
  color: #646464;
}
.page-references .projects .top .col-12 #tags {
  display: flex;
  justify-content: end;
  gap: 10px;
}
@media (max-width: 1000px) {
  .page-references .projects .top .col-12 #tags {
    flex-direction: column;
    margin-top: 25px;
  }
}
.page-references .projects .top .col-12 #tags button {
  color: #0e2e2b;
  background-color: transparent;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media (max-width: 1000px) {
  .page-references .projects .top .col-12 #tags button {
    width: fit-content;
  }
}
.page-references .projects .top .col-12 #tags button.active {
  display: flex;
  gap: 10px;
  color: #22a57d;
  background-color: rgba(34, 165, 125, 0.3137254902);
}
.page-references .projects .top .col-12 #tags button.active::after {
  content: "";
  background-image: url("/wp-content/uploads/2025/08/CLOSE.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
}
.page-references .projects .flex {
  margin-top: 69px;
}
@media (max-width: 1000px) {
  .page-references .projects .flex {
    display: block;
    margin-top: 25px;
  }
}
.page-references .projects .flex .text {
  color: #646464;
  margin-left: 15px;
}
.page-references .projects .flex .grid {
  padding-right: 0;
}

@media (max-width: 1000px) {
  .page-actualites section {
    padding-bottom: 0;
  }
}
.page-actualites section .bottom {
  flex-wrap: wrap !important;
  padding-bottom: 5rem !important;
}
@media (max-width: 1000px) {
  .page-actualites section .bottom .col-12 {
    padding: 0 !important;
  }
}

.page-contact h1, .page-contact h2, .page-contact h3 {
  color: #0e2e2b;
}
.page-contact .first {
  margin: 100px 0;
}
@media (max-width: 1000px) {
  .page-contact .first {
    margin: 50px 0;
    gap: 25px;
  }
}
.page-contact .first a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-contact .first a div {
  display: flex;
  justify-content: center;
  width: 50%;
  background-image: url(/wp-content/uploads/2025/08/FOND-PICTOS.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 25px;
}
.page-contact .first a h3 {
  font-size: 14px;
  margin-top: 25px;
}
.page-contact h2 {
  margin-bottom: 25px;
}
.page-contact legend, .page-contact label, .page-contact select {
  color: #646464 !important;
}
.page-contact .gfield_required {
  color: #fe8620;
}
@media (max-width: 1000px) {
  .page-contact .gform-footer {
    margin-top: 0 !important;
  }
}
.page-contact .gform-footer .gform_button {
  background-color: #22a57d !important;
  border-radius: 2rem !important;
  padding: 1rem 2.5rem !important;
  transition: transform 0.3s ease !important;
}
.page-contact .gform-footer .gform_button:hover {
  transform: scale(1.1);
}
@media (max-width: 1000px) {
  .page-contact .second {
    margin-top: 50px;
  }
}

@media (max-width: 1000px) {
  .page-f-a-q h3 {
    text-transform: uppercase;
  }
}

/*# sourceMappingURL=redesign.css.map */
