/******************************************************************************
* Header
*******************************************************************************/
.sticked-menu.sticky-header {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.sticked-menu {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 23;
  visibility: hidden;
  -webkit-transform: translateY(-110px);
  transform: translateY(-110px);
  -webkit-transition:
    visibility 300ms ease,
    -webkit-transform 300ms ease;
  transition:
    visibility 300ms ease,
    -webkit-transform 300ms ease;
  transition:
    transform 300ms ease,
    visibility 300ms ease;
  transition:
    transform 300ms ease,
    visibility 300ms ease,
    -webkit-transform 300ms ease;
}

.sticked-menu:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
}

.main-header .sticked-menu .other-links,
.main-header .sticked-menu .site-navigation .site-branding {
  display: flex !important;
}

.main-header .sticked-menu .site-navigation .site-branding {
  border: 0;
}

.sticked-menu .site-navigation__inner,
.sticked-menu .site-navigation__menu {
  justify-content: space-between;
  width: 100%;
}

/******************************************************************************
* Content
*******************************************************************************/

/** Banner slider **/

.banner-section {
  padding: 30px 0 80px;
}

.banner-item {
  background: #f3fbfa;
}

.banner-item .banner-image {
  position: relative;
  display: flex;
  justify-content: end;
}

.banner-item .banner-image figure {
  width: 577px;
  height: 577px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.layer-text {
  color: #f5b041;
  font-size: clamp(50px, 1rem + 4.2vw, 80px);
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.layer-text span:first-child {
  padding-left: 70px;
}

.banner-slide .active .layer-text span:first-child {
  visibility: visible;
  animation: fadeInLeft;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.8s;
}

.banner-slide .active .layer-text span:last-child {
  visibility: visible;
  animation: fadeInRight;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.9s;
}

.banner-item .banner-content {
  position: relative;
}

.banner-slide .active .banner-content {
  visibility: visible;
  animation: fadeInUp;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.7s;
}

.banner-title {
  color: #154360;
  font-size: 1.85714rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.307695em;
  margin-bottom: 0;
}

.banner-item .banner-title {
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #b0b0b0;
}

.banner-item .bloc-text {
  color: #2f3233;
  font-size: 1.42857rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 50px;
}

.banner-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.banner-slide.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 3;
  display: inline-flex;
  flex-direction: column-reverse;
}

.banner-slide.owl-carousel .owl-nav button.owl-prev {
  border: 1px solid #b0b0b0;
  border-top: 0;
  border-radius: 0 0 20px 20px;
}

.banner-slide.owl-carousel .owl-nav button.owl-next {
  border: 1px solid #b0b0b0;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
}

.banner-slide.owl-carousel .owl-nav button.owl-prev:hover,
.banner-slide.owl-carousel .owl-nav button.owl-next:hover {
  border-color: #f5b041;
}

/** About us **/

.about-us-section {
  padding: 100px 0;
}

.bloc-content .sect-title .bloc-title {
  margin-bottom: 20px;
}

.bloc-image.image-1 {
  position: relative;
  width: 474px;
  height: 631px;
}

.home .about-us__content .bloc-content .txt-box:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  left: -100px;
  border: 0;
  border-left: 1px solid #b0b0b0;
}

.home-image {
  margin-left: -148px;
}

.bloc-experience {
  color: #535759;
  font-size: 1.57143rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.363635em;
  display: inline-flex;
  flex-direction: column;
  gap: 14px;
  max-width: 200px;
  margin-bottom: 30px;
}

.bloc-experience .exp-year {
  color: #2f3233;
  font-family: "Albert Sans";
  font-size: clamp(50px, 1rem + 4.2vw, 80px);
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
}

.bloc-experience .exp-year span {
  letter-spacing: -4px;
  margin-left: -20px;
}

/** Company benefits **/

.company-benefits-section {
  padding: 100px 0;
}

.company-benefits__content {
  max-width: 791px;
  margin-left: auto;
}

.company-benefits__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 370px;
}

.company-benefits-section .sect-title {
  padding-left: 157px;
}

.company-benefits__items {
  margin-top: 27px;
}

.company-benefits__items > .row {
  margin: 0 -10px;
  gap: 20px 0;
}

.company-benefits__items > .row > div {
  padding-left: 10px;
  padding-right: 10px;
}

.benefit-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  background: #e9f0ef;
  padding: 30px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.benefit-item * {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.benefit-item:hover {
  background: #f5b041;
}
.benefit-item .benefit-title {
  color: #2f3233;
  font-size: 1.285715rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33333em;
}

/** Intervention area **/

.intervention-area-section {
  padding: 100px 0;
}

.bloc-content.img-box--right .txt-box:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  right: 10px;
  border-right: 1px solid #b0b0b0;
}

.bloc-content.img-box--left .txt-box:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  left: 10px;
  border-left: 1px solid #b0b0b0;
}

.bloc-content + .bloc-content {
  margin-top: 82px;
}

/** Services diag immo **/

.our-services-diag-section {
  padding: 100px 0 123px;
}

.services-diag__content {
  margin-top: 22px;
}

.services-diag__content ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.services-diag__content ul li {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.service-item .service-item__image {
  position: absolute;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease-out;
  left: auto !important;
  z-index: -1;
  /*     margin-top: -25%; */
  margin-bottom: -17px;
  margin-left: 60px;
  width: 50%;
  width: 200px;
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
}

.service-item .service-item__image .image-hover-placeholder:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  background: radial-gradient(
    73.5% 73.5% at 50% 50%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
}

.service-item .service-item__image img {
  width: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-right: 30px;
  border-radius: 20px;
  transition: all 0.4s ease-out;
}

.service-item {
  padding: 0;
  margin-top: 30px;
  z-index: 1;
  width: 100%;
  display: block;
  position: relative;
  counter-increment: count;
}

.service-item .service-item__content {
  display: flex;
  align-items: center;
}

.service-item .service-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: url("../images/icons/ico-circle.svg") no-repeat top left;
  background-size: cover;
  margin-right: 20px;
  transition: all 0.5s ease-out;
}

.service-item:hover .service-ico {
  background: url("../images/icons/ico-circle-yellow.svg") no-repeat top left;
  background-size: cover;
}

.service-item:hover .service-text {
  transform: translateY(0);
}

.services-slide.owl-carousel .owl-item .service-ico img {
  width: unset;
}

.service-item .service-title {
  color: #2f3233;
  font-size: 1.714285rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.583333em;
}

.service-item .service-title {
  background-image: linear-gradient(to left, #2f3233, #2f3233);
  background-repeat: no-repeat;
  background-position: 0 90%;
  background-size: 100% 1px;
}

.service-item:hover .service-title {
  color: #fff;
  background-image: linear-gradient(to left, #fff, #fff);
}

/** Multiple bloc **/

.multiple-bloc-section {
  padding: 100px 0 150px;
}

.portfolio-style-three-items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px;
  position: relative;
  align-items: center;
}

.multiple-bloc__item {
  position: sticky;
  top: 60px;
  padding: 80px;
  border-radius: 20px;
  background: #e9f0ef;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
  width: 870px;
  max-width: 870px;
}

.multiple-bloc__item-inner {
}

.multiple-bloc__item-subtitle {
  position: relative;
  color: #2f3233;
  text-align: right;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.714284em;
  text-transform: uppercase;
  width: 250px;
  border-bottom: 1px solid #2f3233;
  margin-bottom: 20px;
  margin-right: 117px;
}

.multiple-bloc__item-text {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.multiple-bloc__item-title {
  color: #2f3233;
  font-size: clamp(32px, 1rem + 1.5vw, 38px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.210525em;
  margin-bottom: 20px;
  margin-left: -15vw;
}

.multiple-bloc__item-title a {
  display: flex;
  flex-direction: column;
  align-items: end;
  position: relative;
}

.multiple-bloc__item-title .text-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  transform: scale(1);
}

.multiple-bloc__item-title a > span {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.multiple-bloc__item-title a span span {
  padding-right: 117px;
  display: inline-block;
}

.multiple-bloc__item-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: end;
  margin-left: -15vw;
  flex-wrap: wrap;
}

.multiple-bloc__item-image {
  position: relative;
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
  width: 422px;
}

/** Speed contact **/

.speed-contact-section {
  padding: 40px 0;
}

.speed-contact__content .sect-title .bloc-title {
  color: #fff;
  text-align: center;
  font-size: clamp(28px, 1rem + 1vw, 30px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.333333em;
  margin-bottom: 9px;
}

.speed-contact__content a {
  color: #f5b041;
  font-weight: 400;
  font-size: clamp(28px, 1rem + 1vw, 30px);
  background-image: linear-gradient(to left, #f5b041, #f5b041);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
}

/** Latest news **/

.latest-news-section {
  padding: 100px 0 70px;
}

.latest-news-section .sect-title .bloc-title {
  margin-bottom: 35px;
}

.actus-item {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.actus-item .actus-image {
  position: relative;
  width: 100%;
  height: 458px;
  border-radius: 20px;
  overflow: hidden;
}

.actus-item .actus-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}

.actus-item:hover .actus-image img {
  transform: scale(1.1);
}

.actus-text {
  position: absolute;
  bottom: 30px;
  left: 30px;
  top: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  z-index: 2;
}

.actus-item .actus-date {
  color: #2f3233;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.57143em;
  margin-bottom: auto;
  border-radius: 6px;
  background: #84c0e8;
  padding: 4px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.actus-item .actus-title {
  color: #fff;
  font-size: 1.57143rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.181815em;
}

.actus-item:hover .actus-title a {
  color: #84c0e8;
}

.actus-item .actus-more-link {
  color: #84c0e8;
  font-size: 1.142855rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625em;
  height: 26px;
  margin-bottom: -26px;
  opacity: 0;
  background-image: linear-gradient(to left, #84c0e8, #84c0e8);
  background-repeat: no-repeat;
  background-position: 0 90%;
  background-size: 100% 1px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.actus-item:hover .actus-more-link {
  margin: 14px 0 0;
  opacity: 1;
}

/** Image section **/

.image-section {
  height: 200px;
}

/** title section **/

.title-section .sect-title .bloc-title {
  color: #5face0;
  text-align: center;
  font-size: clamp(28px, 1rem + 1.2vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

/** Contact info0s **/

.blk-contact-infos {
  position: relative;
  border-radius: 20px;
  background: #154360;
  padding: 50px;
  max-width: 432px;
}

.blk-contact-infos ul {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.blk-contact-infos ul li {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.blk-contact-infos ul li a:hover {
  color: #f5b041;
}

.blk-contact-infos ul li > span:first-child {
  color: #fff;
  font-size: 1.57143rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.363635em;
}

.blk-contact-infos ul li .contact-phone-link {
  color: #f5b041;
  font-size: clamp(32px, 1rem + 1.5vw, 38px);
  font-style: normal;
  font-weight: 700;
  line-height: 0.789475em;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

/******************************************************************************
* Footer
*******************************************************************************/

/* Footer column */

.footer-column__item {
  padding: 80px 0;
  position: relative;
}

.footer-column__item:last-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 9%;
  width: 1px;
  height: 100%;
  border-left: 1px solid #b0b0b0;
}

.footer-logo {
  margin-bottom: 46px;
}

/** Footer speed contact **/

.footer-speed-contact {
  color: #2f3233;
  font-size: 1.714285rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25em;
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 445px;
}

.footer-speed-contact a {
  display: flex;
  width: 65px;
  height: 65px;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  background: #5face0;
}

.footer-speed-contact a:hover {
  background-color: #154360;
}

/** Footer newsletter **/

.footer-newsletter {
  width: 420px;
}

.footer-newsletter .newsletter__form {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 20px;
}

.footer-newsletter .newsletter__form form {
  position: relative;
  width: 100%;
}

.footer-newsletter .newsletter__form-note {
  color: #b0b0b0;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.714284em;
}

.footer-newsletter .newsletter__form .form-group {
  margin-bottom: 0;
  width: 100%;
}

.footer-newsletter .newsletter__form .form-group .form-control {
  font-family: "Albert Sans", sans-serif;
  color: #535759;
  font-size: 1.142855rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875em;
  width: 100%;
  height: 50px;
  padding: 10px 74px 10px 20px;
  border-radius: 6px;
  border: 1px solid #b0b0b0;
  background: #f3fbfa;
  box-shadow: none;
  text-transform: none;
}

.footer-newsletter .newsletter__form .form-group button {
  background: none;
  width: 63px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 11px 10px 10px;
}

.footer-newsletter .newsletter__form .newsletter__form-submit {
  position: absolute;
  width: auto;
  top: 0;
  right: 0;
}

.footer-newsletter
  .newsletter__form
  .newsletter__form-submit
  button:hover
  svg
  path {
  stroke: #f5b041 !important;
}

.footer-newsletter .newsletter__form input:focus {
  border: 1px solid #b0b0b0;
  background: #f3fbfa;
  color: #535759;
  box-shadow: none;
}

.footer-newsletter .newsletter__form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #535759 !important;
}

.footer-newsletter .newsletter__form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #535759 !important;
  opacity: 1;
  /* Firefox */
}

.footer-newsletter .newsletter__form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #535759 !important;
}

/** Footer opening times **/

.footer-opening-times {
  padding: 30px 0;
  border-bottom: 1px solid #b0b0b0;
  max-width: 528px;
}

.footer-opening-times ul {
  display: flex;
  justify-content: space-between;
}

.footer-opening-times ul li {
  color: #535759;
  font-size: 1.142855rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875em;
  display: flex;
  flex-direction: column;
}

.footer-opening-times ul li .footer-title {
  margin-bottom: 8px;
}

/** Footer contacts **/

.footer-contacts {
  color: #2f3233;
  font-size: 1.714285rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 30px 0;
  max-width: 528px;
  flex-wrap: wrap;
}

.footer-contacts a:hover {
  color: #5face0;
}

/** Footer services **/

.footer-services {
  margin-bottom: 40px;
  max-width: 420px;
}

.footer-services ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}

.footer-services ul li {
  color: #535759;
  font-size: 1.142855rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875em;
}

.footer-services ul li a:hover {
  color: #5face0;
}

/** Footer bottom **/

.footer-bottom {
  padding: 14px 0;
  border-top: 1px solid #b0b0b0;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright-text {
  color: #535759;
  font-size: 1.142855rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875em;
}

.copyright-text a:hover {
  color: #5face0;
}

/******************************************************************************
* Intern Page
*******************************************************************************/

/** Banner **/
.intern .banner-section {
  padding: 0 0 50px;
}

.intern .banner-section .banner-inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  min-height: 400px;
  overflow: hidden;
}

.intern .banner-content {
  position: relative;
  padding: 40px 15px;
}

/******************************************************************************
* Contact Page
*******************************************************************************/

/** Contact us **/

.contact-us-section {
  padding: 100px 0;
}

.contact-us__inner {
  padding: 0 45px;
  display: flex;
  align-items: start;
  gap: 58px;
}
.h2-hidden h2 {
  display: none;
}
.tarteaucitronCTAButton,
#tarteaucitronCloseAlert {
  height: auto;
}
