/* Viewport breakpoints */
@keyframes arrow-down {
  0%, 100% {
    transform: translateY(0);
  }
  10%, 30%, 50%, 70% {
    transform: translateY(-8px);
  }
  20%, 40%, 60% {
    transform: translateY(8px);
  }
  80% {
    transform: translateY(6.4px);
  }
  90% {
    transform: translateY(-6.4px);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-padding-top: 20rem !important;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden !important;
}

ul li {
  list-style: none;
}

.e-con > .e-con-inner {
  padding-block-start: 5rem !important;
  padding-block-end: 5rem !important;
  padding: 5rem 1rem !important;
}
@media only screen and (max-width: 768px) {
  .e-con > .e-con-inner {
    padding: 4rem 1rem !important;
  }
}

.grey-col {
  background: #eeeeee;
  outline: 40px solid #eeeeee;
  border-radius: 15px !important;
}

html {
  font-family: "Open Sans", sans-serif;
}

body {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 62px;
  color: black !important;
  text-transform: none !important;
  line-height: 120% !important;
}
@media only screen and (max-width: 1600px) {
  h1 {
    font-size: 56px;
  }
}
@media only screen and (max-width: 1440px) {
  h1 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 1280px) {
  h1 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 576px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #007391 !important;
  font-weight: 700 !important;
  letter-spacing: 2px;
}
@media only screen and (max-width: 576px) {
  h2 {
    font-size: 16px;
  }
}

h3,
.elementor-counter-number,
.elementor-counter-number-prefix,
.elementor-counter-number-suffix {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  color: black !important;
  line-height: 125% !important;
}
@media only screen and (max-width: 1440px) {
  h3,
  .elementor-counter-number,
  .elementor-counter-number-prefix,
  .elementor-counter-number-suffix {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1200px) {
  h3,
  .elementor-counter-number,
  .elementor-counter-number-prefix,
  .elementor-counter-number-suffix {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1031px) {
  h3,
  .elementor-counter-number,
  .elementor-counter-number-prefix,
  .elementor-counter-number-suffix {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1025px) {
  h3,
  .elementor-counter-number,
  .elementor-counter-number-prefix,
  .elementor-counter-number-suffix {
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px) {
  h3,
  .elementor-counter-number,
  .elementor-counter-number-prefix,
  .elementor-counter-number-suffix {
    font-size: 28px;
  }
}
@media only screen and (max-width: 576px) {
  h3,
  .elementor-counter-number,
  .elementor-counter-number-prefix,
  .elementor-counter-number-suffix {
    font-size: 26px;
  }
}

.elementor-counter-title {
  text-align: center;
}

h4 {
  font-size: 28px;
  font-weight: 600;
  color: black !important;
  margin: 0.5rem 0 0.25rem 0;
}

p, ul li, ol li {
  color: black;
  font-size: 1.2rem;
  line-height: 150% !important;
}

body:not(.elementor-editor-active) #main-content ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
body:not(.elementor-editor-active) #main-content ul li:before {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background: #007391;
  transition: all 0.3s ease;
}
body:not(.elementor-editor-active) #main-content ul li:hover:before {
  width: 20px;
}

.subtitle {
  font-size: 1.45rem;
  color: black !important;
  line-height: 140% !important;
}

.read-more {
  color: black;
  font-weight: 500;
}

.btn, .btn--blue, .elementor-button, .elementor-button-link, .btn--yellow {
  font-weight: 600;
}

.nav ul li a,
.mobile-nav-trigger a,
.btn-depannage {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  color: black;
}
@media only screen and (max-width: 1280px) {
  .nav ul li a,
  .mobile-nav-trigger a,
  .btn-depannage {
    font-size: 0.9rem;
  }
}

.footer-container h2 {
  font-weight: 600;
  font-size: 1rem;
}
.footer-container p, .footer-container li {
  font-weight: 200;
  padding: 0.2rem 0;
  color: white;
}

.copyright-container p, .copyright-container a {
  color: white;
  font-weight: 200;
}

@media screen and (max-width: 1527px) {
  .monSuperTitreH3 h3 {
    font-size: 2.5rem !important;
  }
}
@media screen and (max-width: 1259px) {
  .monSuperTitreH3 h3 {
    font-size: 2rem !important;
  }
}
form input[type=text],
form input[type=email],
form textarea {
  padding: 0.75rem 1rem;
  width: 100%;
  border: 2px solid #007391;
  border-radius: 5px;
  transition: all 0.3s ease;
  margin-bottom: 1rem;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
form input[type=text]:hover, form input[type=text]:focus, form input[type=text]:active,
form input[type=email]:hover,
form input[type=email]:focus,
form input[type=email]:active,
form textarea:hover,
form textarea:focus,
form textarea:active {
  box-shadow: 0px 0px 25px rgba(0, 115, 145, 0.25);
}
form input[type=submit] {
  background: #007391;
  border: 2px solid #007391;
  padding: 0.75rem 2rem !important;
  border-radius: 30px !important;
  transition: all 0.3s ease;
  display: block;
  width: fit-content;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
form input[type=submit]:hover {
  padding: 0.75rem 2.5rem !important;
}

.btn, .btn--blue, .elementor-button, .elementor-button-link, .btn--yellow {
  padding: 1.25rem 3rem !important;
  border-radius: 50px !important;
  width: fit-content !important;
  text-decoration: none !important;
}
@media only screen and (max-width: 1280px) {
  .btn, .btn--blue, .elementor-button, .elementor-button-link, .btn--yellow {
    padding: 1.2rem 2.5rem !important;
    font-size: 0.9rem;
  }
}
.btn--yellow {
  background-color: #EED520;
  color: black;
  justify-self: end;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn--yellow:hover {
  background-color: #EED520 !important;
  padding: 1.2rem 3.5rem !important;
}
.btn--blue, .elementor-button, .elementor-button-link {
  background-color: #007391 !important;
  color: white !important;
  justify-self: end;
}
.btn--blue:hover, .elementor-button:hover, .elementor-button-link:hover {
  background-color: #EED520 !important;
  padding: 1.2rem 3.5rem !important;
}

.read-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  z-index: 500;
}
.read-more svg {
  animation: arrow-down 15s ease 0s infinite normal forwards;
}

#monSuperBouton .elementor-button-link {
  background-color: #EED520 !important;
}

#monSuperBouton .elementor-button-text {
  color: #000000 !important;
}

div#monSuperBoutonDesk a {
  background-color: #EED520 !important;
}

div#monSuperBoutonDesk a {
  color: #000000 !important;
}

header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 2rem 3rem;
  align-items: center;
  position: fixed;
  z-index: 999;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1280px) {
  header {
    padding: 2rem;
  }
}
header.scrolled {
  background: rgb(255, 255, 255);
}
header .logo {
  z-index: 2000;
}
header .logo img {
  width: auto;
  height: 4rem;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1600px) {
  header .logo img {
    height: 3rem;
  }
}
@media only screen and (max-width: 1440px) {
  header .logo img {
    height: 3rem;
  }
}
header .nav .mobile-nav-trigger {
  position: relative;
  z-index: 2000;
}
@media only screen and (min-width: 1025px) {
  header .nav .mobile-nav-trigger {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  header .nav #menu-item-836 {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 768px) {
  header .nav {
    display: block;
  }
}
header .nav .menu-menu-principal-container {
  position: relative;
  top: auto;
  left: auto;
}
@media only screen and (max-width: 1025px) {
  header .nav .menu-menu-principal-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1.1);
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
  }
  header .nav .menu-menu-principal-container.visible {
    transform: scale(1);
    opacity: 1;
  }
  header .nav .menu-menu-principal-container.visible ul li a {
    pointer-events: all;
  }
  header .nav .menu-menu-principal-container .menu {
    min-width: 50%;
  }
  header .nav .menu-menu-principal-container .menu li a {
    pointer-events: none;
  }
}
header .nav .menu-menu-principal-container ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1600px) {
  header .nav .menu-menu-principal-container ul {
    gap: 4rem;
  }
}
@media only screen and (max-width: 1440px) {
  header .nav .menu-menu-principal-container ul {
    gap: 3rem;
  }
}
@media only screen and (max-width: 1280px) {
  header .nav .menu-menu-principal-container ul {
    gap: 2rem;
  }
}
@media only screen and (max-width: 1025px) {
  header .nav .menu-menu-principal-container ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  header .nav ul .sub-menu {
    opacity: 0;
    height: 0;
  }
}
@media only screen and (min-width: 768px) {
  header .nav ul .sub-menu {
    display: none;
  }
}
header .nav ul .sub-menu li a:after {
  display: none;
}
header .nav ul li a {
  color: rgb(0, 0, 0) !important;
}
header .nav ul li a:hover {
  color: #007391 !important;
}
header .nav ul li.current_page_item a {
  color: #007391 !important;
}
header .nav ul li ul {
  display: none;
  position: absolute;
  background-color: #ffffff;
  z-index: 100;
  box-shadow: 0px 9px 16px -12px rgba(0, 0, 0, 0.75);
  border-radius: 15px;
  padding: 1.5rem 2rem;
}
@media only screen and (max-width: 768px) {
  header .nav ul li ul {
    position: relative;
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin-top: 1rem;
    padding-left: 1rem;
  }
}
header .nav ul li ul li {
  display: block;
}
header .nav ul li:hover > ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 15rem;
  align-items: flex-start;
  opacity: 1;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  header .btn-depannage {
    display: none;
  }
}

.menu-item-has-children a::after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f078";
  transition: all 0.2s ease-in-out;
  margin: 0.5rem;
}
.menu-item-has-children:hover a::after {
  transform: rotate(180deg);
}

ul#menu-menu-principal li a {
  font-size: 1.3rem;
}

@media screen and (min-width: 760px) and (max-width: 886px) {
  ul#menu-menu-principal li a {
    font-size: 1rem;
  }
}
.elementor-element.elementor-element-22433fd.elementor-widget.elementor-widget-image {
  opacity: 0;
}

[data-elementor-device-mode=tablet] header {
  background-color: #ffffff;
}

ul#menu-menu-principal {
  margin: 0 1rem;
}

@media screen and (max-width: 1763px) {
  header .nav .menu-menu-principal-container ul {
    gap: 2rem !important;
  }
}
@media screen and (max-width: 1000px) {
  header .nav .menu-menu-principal-container ul {
    gap: 1rem !important;
  }
}
@media screen and (max-width: 1637px) {
  ul#menu-menu-principal li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1210px) {
  a.btn--yellow.btn-depannage {
    display: none;
  }
}
@media screen and (max-width: 1171px) {
  a.btn--yellow.btn-depannage {
    font-size: 0.85rem !important;
  }
}
@media only screen and (max-width: 1280px) {
  .btn,
  .btn--yellow,
  .btn--blue,
  .elementor-button,
  .elementor-button-link {
    padding: 1.2rem 0.8rem !important;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1115px) {
  .btn-depannage {
    display: none !important;
  }
}
@media only screen and (max-width: 1630px) {
  a.btn--yellow.btn-depannage {
    font-size: 0.8rem !important;
  }
}
@media screen and (max-width: 1280px) {
  .elementor-element.elementor-element-2878621.e-con-full.e-flex.e-con.e-child {
    height: 100% !important;
  }
}
.topvector {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
}
@media only screen and (max-width: 768px) {
  .topvector {
    right: -1rem;
  }
}
.topvector .header-nav-vecteur {
  width: 30vw;
  height: 100%;
  opacity: 0.45;
}
@media only screen and (max-width: 1440px) {
  .topvector .header-nav-vecteur {
    width: 40vw;
  }
}
@media only screen and (max-width: 1024px) {
  .topvector .header-nav-vecteur {
    width: 50vw;
  }
}
@media only screen and (max-width: 768px) {
  .topvector .header-nav-vecteur {
    width: 55vw;
  }
}

.footer-vector {
  position: absolute;
  top: -130%;
  right: 0;
  z-index: -1;
  opacity: 0.45;
}
@media only screen and (max-width: 1024px) {
  .footer-vector {
    top: -80%;
    right: -5%;
  }
}
@media only screen and (max-width: 768px) {
  .footer-vector {
    top: -58%;
    right: -3%;
  }
}

.wp-image-593 {
  opacity: 0.45;
}

.wp-image-650 {
  opacity: 0.45;
}

.landing-section .subtitle p {
  font-weight: 400;
  font-size: 23px;
}

footer {
  position: relative;
}

.footer-container {
  background-color: #007391;
  display: grid;
  grid-template-columns: repeat(5, calc(20% - 4rem));
  gap: 5rem;
  padding: 6rem 13rem;
}
@media only screen and (max-width: 1600px) {
  .footer-container {
    padding: 5rem 8rem;
  }
}
@media only screen and (max-width: 1280px) {
  .footer-container {
    padding: 4rem 6rem;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .footer-container {
    grid-template-columns: repeat(1, 1fr);
    padding: 3rem 2rem;
  }
}
.footer-container h2 {
  padding-bottom: 1.5rem;
  color: white !important;
}
.footer-container img {
  padding-bottom: 2.25rem;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .footer-container img {
    max-width: 60%;
  }
}

.footer-container a, .copyright-container a {
  color: white !important;
  position: relative;
  text-decoration: none;
}
.footer-container a::before, .copyright-container a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.footer-container a:hover::before, .copyright-container a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.copyright-container {
  background-color: #007391;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem 13rem;
}
@media only screen and (max-width: 1600px) {
  .copyright-container {
    padding: 2rem 8rem;
  }
}
@media only screen and (max-width: 1280px) {
  .copyright-container {
    padding: 2rem 6rem;
  }
}
@media only screen and (max-width: 768px) {
  .copyright-container {
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    gap: 1rem;
  }
}
.copyright-container a p {
  display: flex;
  gap: 5px;
}
.copyright-container a p .footericon {
  width: 22px;
}

.list-projects-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 1024px) {
  .list-projects-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .list-projects-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.list-projects-container .list-project-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  border-radius: 30px;
  height: 25rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100% !important;
  transform: scale(1);
  transition: all 0.3s ease !important;
}
.list-projects-container .list-project-wrapper > * {
  color: white !important;
  z-index: 1;
}
.list-projects-container .list-project-wrapper p {
  font-size: 0.85rem;
}
.list-projects-container .list-project-wrapper:hover {
  transition: all 0.3s ease !important;
  background-size: auto 110% !important;
}
.list-projects-container .list-project-wrapper .list-project-overlay {
  background: linear-gradient(0deg, rgb(0, 115, 145) 0%, rgba(0, 115, 145, 0) 75%);
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 0;
  border-radius: 30px;
  transition: all 0.3s ease !important;
}
.list-projects-container .list-project-wrapper .list-project-categories {
  padding: 0.25rem 0.5rem;
  border: 2px solid white;
  border-radius: 50px;
  width: fit-content;
  margin-bottom: 0.5rem;
}

.service-card, .service-card--small, .service-card--wide {
  height: 30rem !important;
  width: 100% !important;
  padding: 3rem !important;
  border-radius: 18px !important;
  overflow: clip !important;
}
.service-card--wide {
  background-position: center center;
  background-size: 100% !important;
  transform: scale(1);
  background-repeat: no-repeat;
  transition: all 0.3s ease !important;
}
@media only screen and (max-width: 768px) {
  .service-card--wide {
    background-size: cover !important;
  }
}
.service-card--wide:hover {
  transition: all 0.3s ease !important;
  background-size: 105% !important;
}
@media only screen and (max-width: 768px) {
  .service-card--wide:hover {
    background-size: cover !important;
  }
}
.service-card--small {
  justify-content: flex-end !important;
  align-items: flex-start !important;
}