@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap");

button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:active {
  outline: none !important;
}

button:focus {
  box-shadow: none !important;
}

button:hover {
  outline: none;
}

a {
  text-decoration: none;
}

a:hover {
  color: initial;
}

/* Declare text styles */
.colabore {
  background-color: #15efa5;
  color: #0e2539;
  font-family: "Inter";
  padding: 12px 16px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  margin-inline: 32px;
}

.heading-2 {
  color: #fff;
  line-height: 48px;
  font-size: 40px;
  font-weight: 300;
  position: relative;
  padding-bottom: 30px;
  font-family: "Inter", sans-serif;
}

.heading-2 strong {
  font-weight: 700;
  font-size: 62px;
  line-height: 75px;
  display: block;
  text-transform: capitalize;
}

.heading-2::after {
  content: "";
  position: absolute;
  bottom: 0;
  border: 4px solid #fff;
  width: 55px;
  left: 0;
}

.text-paragraphe {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding-top: 30px;
  font-family: "Inter", sans-serif;
}

.text-paragraphe strong {
  font-weight: 700;
}

.text-paragraphe span {
  font-weight: 700;
  color: #15efa5;
  text-decoration: underline;
}

.learn-more {
  background-color: #15efa5;
  font-size: 16px;
  font-weight: 700;
  color: #0e2539;
  text-decoration: none;
  padding: 12px 10px;
  border-radius: 5px;
  font-family: "Inter";
}

.learn-more .fa-chevron-right {
  padding-left: 8px;
}

.btn-article {
  color: #fff;
  background: rgb(21, 239, 165);
  border-radius: 30px;
  padding: 3px 16px;
  font-size: 10px;
}

.studies-clients {
  background: url("../images/effet(1).png") no-repeat center;
}

@media (max-width: 575.98px) {
  .heading-2 {
    font-size: 25px;
  }

  .heading-2 strong {
    font-size: 45px;
    line-height: 75px;
  }

  .heading-2::after {
    width: 25px;
  }
}

.heading-3 {
  color: #fff;
  line-height: 48px;
  font-size: 40px;
  font-weight: 300;
  padding-bottom: 30px;
  font-family: "Inter", sans-serif;
}

.heading-3 strong {
  font-weight: 700;
  display: block;
  text-transform: capitalize;
}

.heading-4 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: white;
  margin-bottom: 55px;
}

@media screen and (max-width: 640px) {
  .heading-4 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}

.pt150 {
  padding-top: 150px !important;
}

.form-email {
  margin-top: 0.25rem;
}

.rounded-10 {
  border-radius: 10px;
}

.headers {
  background: transparent;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 9;
}

.headers .left-header .mobile-block {
  position: relative;
}

.headers .left-header .mobile-block ul {
  list-style: none;
  gap: 25px;
}

.headers .left-header .mobile-block ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-family: "Inter";
  font-weight: 500;
  position: relative;
}

.headers .left-header .mobile-block ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  background-color: #15efa5;
  transition: all 0.3s ease-in-out;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left center;
}

.headers .left-header .mobile-block ul li a:hover {
  color: #15efa5;
}

.headers .left-header .mobile-block ul li a:hover::after {
  transform: scaleX(1);
}

.headers .left-header .chose-lng {
  margin-left: 25px;
  background: transparent;
  border: none;
  color: #fff;
}

.headers .left-header .head__lang {
  position: absolute;
  top: 37px;
  right: 305px;
  background: url("../images/icon-lang.svg") no-repeat center right;
  padding-right: 10px;
  cursor: pointer;
}

.headers .left-header .head__lang span {
  color: #fff;
  font-size: 14px;
  font-family: "Inter";
  font-weight: 500;
  text-transform: uppercase;
}

.headers .left-header .head__lang .language-switcher-language-url {
  display: block;
  position: absolute;
  top: 25px;
  left: -45px;
  cursor: pointer;
}

.headers .left-header .head__lang .language-switcher-language-url .links {
  display: none;
}

.headers .left-header .colabore {
  margin-left: 80px;
}

.headers .header-mobile {
  display: none;
}

.headers .header-mobile .menu-mobile {
  padding-block: 20px;
  background-color: #03111f;
}

.headers .header-mobile .menu-mobile .navbar-brand {
  position: relative;
  z-index: 999;
}

.headers .header-mobile .menu-mobile span {
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 9;
}

.headers .header-mobile .menu-mobile .sidenav {
  height: auto;
  width: 0;
  position: absolute;
  z-index: 888;
  top: 0;
  right: 0;
  background-color: #03111f;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  padding-bottom: 30px;
}

.headers .header-mobile .menu-mobile .sidenav ul {
  list-style: none;
  padding-top: 50px;
}

.headers .header-mobile .menu-mobile .sidenav ul li {
  padding-bottom: 40px;
}

.headers .header-mobile .menu-mobile .sidenav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-family: "Inter";
  font-weight: 500;
}

.headers .header-mobile .menu-mobile .sidenav ul li a.text-link {
  position: relative;
}

.headers .header-mobile .menu-mobile .sidenav ul li a.text-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 30px;
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
  height: 2px;
  transform-origin: left center;
}

.headers .header-mobile .menu-mobile .sidenav ul li a.text-link:hover {
  color: #15efa5;
}

.headers .header-mobile .menu-mobile .sidenav .width-sidenev {
  width: 100%;
  min-width: 350px;
}

.headers .header-mobile .menu-mobile .sidenav .closebtn {
  position: absolute;
  top: 20px;
  right: 15px;
  margin: 0;
  padding: 0 !important;
  background-image: none !important;
}

.headers .header-mobile .menu-mobile .sidenav .part-colabo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  margin-top: 35px;
}

.headers .header-mobile .menu-mobile .sidenav .part-colabo .colabore {
  padding: 25px 70px;
  margin-inline: 0;
  width: 320px;
  height: 70px;
  text-align: center;
}

.headers .header-mobile .menu-mobile .sidenav .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  padding-left: 0;
}

.headers .header-mobile .menu-mobile .sidenav .language a {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 15px 0;
  width: 150px;
  display: block;
  text-align: center;
  margin: auto;
  width: 320px;
  height: 70px;
}

.headers .header-mobile .menu-mobile .sidenav .language a.active {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.headers .header-mobile .menu-mobile .sidenav .language .language-switcher-language-url {
  width: 100%;
}

.headers .header-mobile .menu-mobile .sidenav .language .language-switcher-language-url .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  padding-left: 0;
}

.headers .header-mobile .menu-mobile .sidenav .language .language-switcher-language-url .links li {
  padding-bottom: 0;
}

.headers .header-mobile .menu-mobile .sidenav .language .language-switcher-language-url .links li.is-active {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

/****************************************MOBILE Header************************************/
@media (max-width: 575.98px) {
  .headers .header-mobile .menu-mobile .sidenav .part-colabo {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .headers .header-mobile .menu-mobile .sidenav .part-colabo .colabore {
    width: 90%;
  }

  .headers .header-mobile .menu-mobile .sidenav .language a {
    width: 150px;
  }

  .headers .header-mobile .menu-mobile span {
    top: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .headers .left-header .mobile-block ul {
    gap: 20px;
  }

  .headers .left-header .mobile-block .colabore {
    margin-inline: 15px;
    margin-left: 50px;
  }

  .headers .left-header .head__lang {
    right: 270px;
  }
}

@media (max-width: 991.98px) {
  .headers .header-desktop {
    display: none;
  }

  .headers .header-mobile {
    display: block;
  }
}

input[type=radio]+label {
  display: inline-block;
  cursor: pointer;
  color: rgb(113, 113, 113);
  padding: 4px 18px 4px 18px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 40px;
  background: rgb(204, 204, 204);
  opacity: 60%;
  font-family: "Inter", sans-serif;
}

input[type=radio] {
  display: none !important;
}

input[type=radio]:checked+label {
  font-weight: 700;
  box-shadow: 0px 0px 0px 2px #15efa5 inset;
  color: #101828;
  background-color: #15efa5;
  opacity: 1;
}

.footer {
  padding-bottom: 20px;
}

.footer .w-footer {
  width: 90%;
  justify-content: center;
  margin-inline: auto;
}

.footer .info-footer p {
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  text-wrap: balance;
}

.footer .listes-menu ul {
  list-style: none;
}

.footer .listes-menu ul li {
  padding-bottom: 15px;
}

.footer .listes-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.footer .listes-menu .colabore {
  margin-inline: -17px;
}

.footer .socials-frc {
  text-align: center;
}

.footer .socials-frc p {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  margin-top: 18px;
}

.footer .socials-frc .socials-medias {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  gap: 50px;
  margin-block: 18px;
}

.footer .socials-frc .socials-medias li a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}

.footer .socials-frc .cgu-cook {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  gap: 50px;
}

.footer .socials-frc .cgu-cook li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-family: "Inter";
  font-weight: 600;
  padding-bottom: 2px;
  border-bottom: 2px solid;
}

.footer .copyright-mobile p {
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  text-wrap: balance;
}

/**************************** Footer Mobile ******************************/
@media (max-width: 575.98px) {
  .footer {
    padding-bottom: 25px;
  }

  .footer .info-footer {
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 25px;
    padding-top: 10px;
  }

  .footer .listes-menu {
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 50px;
  }

  .footer .socials-frc {
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 40px;
  }

  .footer .copyright-mobile {
    text-align: center;
    padding-top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer .w-footer {
    width: 100%;
    justify-content: space-between;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer .w-footer {
    width: 98%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .footer {
    padding-bottom: 25px;
  }

  .footer .info-footer {
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 25px;
    padding-top: 10px;
  }

  .footer .listes-menu {
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 50px;
  }

  .footer .socials-frc {
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 40px;
  }

  .footer .copyright-mobile {
    text-align: center;
    padding-top: 15px;
  }
}

.Why-gear9 {
  padding-bottom: 80px;
}

.boxes-gear9 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  padding-top: 50px;
}

.boxes-gear9 .box-gear9 {
  background-color: #143858;
  border-radius: 12px;
  padding: 22px 12px;
}

.boxes-gear9 .box-gear9 h4 {
  font-size: 26px;
  color: #fff;
  line-height: 36px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  height: 85px;
  margin-bottom: 10px;
}

.boxes-gear9 .box-gear9 h4 span {
  display: block;
  color: #15efa5;
  font-size: 20px;
  line-height: 22px;
}

.boxes-gear9 .box-gear9 p {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  font-family: "Inter", sans-serif;
}

/************************************ Mobile *********************************/
@media (max-width: 425.98px) {
  .Why-gear9 .heading-2 {
    font-size: 20px !important;
  }

  .Why-gear9 .heading-2 strong {
    font-size: 40px !important;
  }

  .Why-gear9 .heading-2::after {
    margin-bottom: 12px !important;
  }
}

@media (max-width: 575.98px) {
  .Why-gear9 .heading-2 {
    font-size: 20px;
    margin-bottom: 0;
  }

  .Why-gear9 .heading-2 strong {
    font-size: 50px;
  }

  .Why-gear9 .learn-more {
    display: block;
    text-align: center;
    margin-top: 40px;
  }

  .boxes-gear9 {
    grid-template-columns: 1fr;
    padding-top: 25px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .Why-gear9 .heading-2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .Why-gear9 .heading-2 strong {
    font-size: 50px;
  }

  .Why-gear9 .learn-more {
    text-align: center;
  }

  .boxes-gear9 {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .Why-gear9 .heading-2 {
    font-size: 30px;
  }

  .Why-gear9 .heading-2 strong {
    font-size: 50px;
  }

  .boxes-gear9 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .boxes-gear9 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.Ready-take {
  padding-bottom: 35px;
}

.Ready-take .video-ready {
  height: 250px;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  background-color: #fff;
}

.Ready-take .video-ready video {
  height: 320px;
  object-fit: cover;
}

.Ready-take .video-ready .caption-video {
  position: absolute;
  top: 18%;
  padding-inline: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Ready-take .video-ready .caption-video h4 {
  font-size: 62px;
  font-weight: 700;
  line-height: 75px;
  color: #15efa5;
  font-family: "Inter", sans-serif;
}

.Ready-take .video-ready .caption-video h4 span {
  color: #000;
}

.Ready-take .video-ready .caption-video p {
  font-size: 32px;
  font-weight: 300;
  color: #000;
  font-family: "Inter", sans-serif;
  margin-top: -20px;
}

.Ready-take .video-ready .caption-video p strong {
  font-weight: 700;
}

.Ready-take .video-ready .caption-video p span {
  font-family: "Caveat", sans-serif;
  color: #15EFA5;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 57px;
  text-transform: capitalize;
}

.Ready-take .video-ready .caption-video .learn-more {
  padding: 15px 20px;
  border-radius: 5px;
}

/********************************** Mobile ******************************/
@media (max-width: 575.98px) {
  .Ready-take .video-ready {
    height: 450px;
  }

  .Ready-take .video-ready video {
    height: 500px;
  }

  .Ready-take .video-ready .caption-video {
    top: 15%;
    gap: 30px;
  }

  .Ready-take .video-ready .caption-video h4 {
    font-size: 37px;
    line-height: 40px;
  }

  .Ready-take .video-ready .caption-video p {
    font-size: 20px;
    margin-top: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .Ready-take .video-ready .caption-video {
    top: 20%;
    gap: 30px;
  }

  .Ready-take .video-ready .caption-video h4 {
    font-size: 35px;
    line-height: 40px;
  }

  .Ready-take .video-ready .caption-video p {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .Ready-take .video-ready {
    height: 270px;
  }

  .Ready-take .video-ready .caption-video {
    top: 10%;
  }

  .Ready-take .video-ready .caption-video p {
    font-size: 24px;
  }
}

.clients-partneaires {
  padding-bottom: 90px;
}

.clients-partneaires .pc-custom-radio {
  padding-top: 30px;
  padding-bottom: 40px;
}

.clients-partneaires .partenaires-gear9 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.clients-partneaires .partenaires-gear9 .box-partenaire {
  min-width: 150px;
  height: 130px;
  background-color: #ffffff;
  border-radius: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/************************ Mobile Bloc Client partenaires **************************/
@media (max-width: 575.98px) {
  .clients-partneaires {
    padding-bottom: 30px;
  }

  .clients-partneaires .partenaires-gear9 {
    grid-template-columns: 1fr;
  }

  .clients-partneaires .partenaires-gear9 .box-partenaire {
    min-width: 220px !important;
    margin-inline: 10px;
    width: fit-content !important;
  }

  .clients-partneaires #statutUser input[type=radio]+label {
    width: fit-content !important;
    margin-inline: 10px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .clients-partneaires .partenaires-gear9 {
    grid-template-columns: 1fr;
  }

  .clients-partneaires .partenaires-gear9 .box-partenaire {
    min-width: 220px !important;
    margin-inline: 10px;
    width: fit-content !important;
  }

  .clients-partneaires #statutUser input[type=radio]+label {
    width: fit-content !important;
    margin-inline: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .clients-partneaires .partenaires-gear9 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .clients-partneaires .partenaires-gear9 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.case-studies {
  padding-bottom: 100px;
}

.case-studies .listes-studies {
  margin-top: 60px;
}

.case-studies .listes-studies .box-studie img {
  border-radius: 10px;
  width: 100%;
}

.case-studies .listes-studies .box-studie h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #fff;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
}

.case-studies .listes-studies .box-studie .btn-article {
  background: #15efa5;
  height: 20px;
}

/******************** Mobile Case studies***********************/
@media (max-width: 575.98px) {
  .case-studies .listes-studies {
    margin-top: 30px;
  }

  .case-studies .listes-studies .learn-more {
    display: block;
    text-align: center;
    padding: 10px 10px;
    border-radius: 30px;
  }

  .case-studies .learn-more {
    display: block;
    text-align: center;
    margin-top: 0px;
    border-radius: 100px;
    padding: 8px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .case-studies .listes-studies .box-studie h6 {
    font-size: 15px;
  }
}

.consecrations {
  padding-bottom: 80px;
}

.consecrations .box-conse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
}

.consecrations .box-conse::after {
  content: "";
  position: absolute;
  right: 30px;
  height: 1px;
  width: 38px;
  rotate: 90deg;
  top: 31px;
  border: 1.29px solid #b4b4b4;
}

.consecrations .box-conse:last-child::after {
  border: none;
}

.consecrations h3 {
  font-weight: 600;
  font-size: 37px;
  color: #fff;
  line-height: 38px;
  text-wrap: balance;
  width: 50%;
  font-family: "Inter", sans-serif;
}

.consecrations h6 {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  line-height: 26px;
  width: 60%;
  font-family: "Inter", sans-serif;
}

.consecrations p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Inter", sans-serif;
}

.consecrations span {
  color: #a7a7a7;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  width: 80%;
}

/********************** Mobile Bloc Consecration ********************************/
@media (max-width: 575.98px) {
  .consecrations #slide-consecrations {
    padding-top: 65px !important;
  }

  .consecrations .box-conse {
    margin-inline: 10px;
  }

  .consecrations .box-conse::after {
    height: 100%;
    width: 0;
    rotate: none;
    top: 0;
  }

  .consecrations .heading-2 {
    padding-bottom: 15px;
  }
}

.rejoignez-nous {
  padding-top: 120px;
  padding-bottom: 70px;
}

.rejoignez-nous .bg-nous {
  background: rgb(20, 56, 88);
  border-radius: 8px;
  padding-bottom: 240px;
}

.rejoignez-nous .bg-nous .img-hiring {
  margin-top: -145px;
}

.rejoignez-nous .bg-nous h5 {
  color: #fff;
  font-size: 65px;
  line-height: 77px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

.rejoignez-nous .bg-nous .mail-job {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  font-family: "Inter", sans-serif;
}

.rejoignez-nous .bg-nous .mail-job span {
  font-weight: 300;
}

.rejoignez-nous .bg-nous .mail-job strong {
  color: #15efa5;
  font-weight: 600;
}

.rejoignez-nous .opportunites {
  width: 75%;
  margin-inline: auto;
  margin-top: -230px;
}

.rejoignez-nous .opportunites .listes-opportunite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

@media screen and (max-width: 1000px) {
  .rejoignez-nous .opportunites .listes-opportunite {
    display: block !important;
  }
}

.rejoignez-nous .opportunites .listes-opportunite .box-opportunite {
  width: 33%;
  background: rgb(255, 255, 255);
  border-radius: 20px;
  padding: 15px;
  margin-inline: 10px;
  position: relative;
  min-height: 390px;
}

.rejoignez-nous .opportunites .listes-opportunite .box-opportunite h5 {
  font-weight: 700;
  font-size: 22px;
  color: rgb(16, 24, 40);
  line-height: 25px;
  font-family: "Poppins";
}

.rejoignez-nous .opportunites .listes-opportunite .box-opportunite p {
  font-size: 15px;
  line-height: 23px;
  color: rgb(16, 24, 40);
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
}

.rejoignez-nous .opportunites .listes-opportunite .box-opportunite p strong {
  font-weight: 700;
}

.rejoignez-nous .opportunites .listes-opportunite .box-opportunite .btn-article {
  background: rgb(16, 24, 40);
  position: absolute;
  margin-bottom: 10px;
  right: 7%;
  bottom: 10px;
}

.rejoignez-nous .opportunites .listes-opportunite .box-opportunite .box-opportunite__top {
  height: 115px;
}

.rejoignez-nous .opportunites .listes-opportunite .box-opportunite .box-opportunite__top img {
  filter: brightness(0.1) saturate(0%);
}

.rejoignez-nous .opportunites #slides-hiring .slick-prev {
  background: url("../images/Icons/Next.svg") no-repeat;
  left: -70px;
}

.rejoignez-nous .opportunites #slides-hiring .slick-prev::before {
  display: none;
  font-size: 0;
}

.rejoignez-nous .opportunites #slides-hiring .slick-prev.slick-arrow {
  width: 50px;
  height: 50px;
}

.rejoignez-nous .opportunites #slides-hiring .slick-next {
  background: url("../images/Icons/prev.svg") no-repeat;
  right: -70px;
}

.rejoignez-nous .opportunites #slides-hiring .slick-next::before {
  display: none;
  font-size: 0;
}

.rejoignez-nous .opportunites #slides-hiring .slick-next.slick-arrow {
  width: 50px;
  height: 50px;
}

/****************************** Mobile Bloc Hiring *********************************/
@media (max-width: 575.98px) {
  .rejoignez-nous .bg-nous .top-hiring {
    flex-wrap: wrap;
  }

  .rejoignez-nous .bg-nous .img-hiring {
    width: 100%;
  }

  .rejoignez-nous .bg-nous h5 {
    font-size: 45px;
  }

  .rejoignez-nous .opportunites {
    width: 100%;
  }

  .rejoignez-nous .opportunites .listes-opportunite .box-opportunite {
    min-height: 380px;
  }

  .rejoignez-nous .opportunites .listes-opportunite .box-opportunite h5 {
    width: 100%;
    height: 50px;
  }

  .rejoignez-nous .opportunites .listes-opportunite .box-opportunite .box-opportunite__top {
    height: 145px !important;
    flex-direction: column-reverse;
    align-items: start !important;
  }

  .rejoignez-nous .opportunites #slides-hiring .slick-arrow {
    display: none;
  }

  .rejoignez-nous .opportunites #slides-hiring .slick-next,
  .rejoignez-nous .opportunites #slides-hiring .slick-prev {
    background: none;
  }

  .rejoignez-nous .opportunites #slides-hiring .slick-next {
    display: none !important;
  }

  .rejoignez-nous .opportunites #slides-hiring .slick-prev {
    display: none !important;
  }

  .rejoignez-nous .learn-more {
    display: block;
    text-align: center;
    padding: 10px 10px;
    border-radius: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .rejoignez-nous .bg-nous .top-hiring {
    flex-wrap: wrap;
  }

  .rejoignez-nous .bg-nous .img-hiring {
    width: 100%;
  }

  .rejoignez-nous .bg-nous h5 {
    font-size: 45px;
  }

  .rejoignez-nous .opportunites {
    width: 100%;
  }

  .rejoignez-nous .opportunites .listes-opportunite .box-opportunite {
    min-height: 435px;
  }

  .rejoignez-nous .opportunites .listes-opportunite .box-opportunite h5 {
    width: 100%;
    height: 50px;
  }

  .rejoignez-nous .opportunites .listes-opportunite .box-opportunite__top {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: start !important;
  }

  .rejoignez-nous #slides-hiring .slick-arrow {
    display: none;
  }

  .rejoignez-nous #slides-hiring .slick-next,
  .rejoignez-nous #slides-hiring .slick-prev {
    background: none;
  }

  .rejoignez-nous #slides-hiring .slick-next {
    display: none !important;
  }

  .rejoignez-nous #slides-hiring .slick-prev {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .rejoignez-nous .bg-nous .img-hiring {
    width: 90%;
  }

  .rejoignez-nous .bg-nous h5 {
    font-size: 35px;
    text-align: end;
  }

  .rejoignez-nous .bg-nous .mail-job {
    font-size: 26px;
  }

  .rejoignez-nous .opportunites .listes-opportunite .box-opportunite {
    min-height: 450px;
  }

  .rejoignez-nous .opportunites .listes-opportunite .box-opportunite h5 {
    font-size: 20px;
    height: 50px;
  }

  .rejoignez-nous .opportunites .listes-opportunite .box-opportunite .box-opportunite__top {
    flex-direction: column-reverse;
    align-items: start !important;
    height: 145px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .rejoignez-nous .bg-nous .img-hiring {
    width: 80%;
  }

  .rejoignez-nous .bg-nous h5 {
    font-size: 45px;
  }
}

.news {
  padding-bottom: 100px;
  padding-top: 50px;
}

.news .editions {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  height: 100%;
}

.news .editions h3 {
  font-weight: 500;
  color: rgb(0, 0, 0);
  font-size: 36px;
  line-height: 42px;
  font-family: "Poppins", sans-serif;
}

.news .editions h3 strong {
  font-weight: 700;
}

.news .editions p {
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  color: rgb(0, 0, 0);
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}

.news .editions span {
  font-weight: 400;
  font-size: 20px;
  color: rgb(117, 117, 117);
  font-family: "Poppins", sans-serif;
}

.news .listes-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}

.news .listes-news .box-news {
  background: rgba(57, 65, 57, 0.28);
  border-radius: 8px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.news .listes-news .box-news img {
  object-fit: cover;
  border-radius: 14px;
}

.news .listes-news .box-news h4 {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  line-height: 42px;
  text-wrap: balance;
  font-family: "Poppins", sans-serif;
}

.news .listes-news .box-news p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}

.news .listes-news .box-news span {
  font-weight: 400;
  font-size: 20px;
  color: rgb(117, 117, 117);
  font-family: "Poppins", sans-serif;
}

.news .all-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  border-radius: 8px;
  background-color: #15efa5;
}

.news .all-articles img {
  filter: brightness(0) invert(1);
}

/************************** Mobile Bloc News HP **********************/
@media (max-width: 575.98px) {
  .news .editions {
    margin-bottom: 20px;
    height: inherit;
  }

  .news .editions .top-editions {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .news .editions h3 {
    font-size: 30px;
    line-height: 30px;
  }

  .news .listes-news {
    gap: 0;
  }

  .news .listes-news .box-news {
    margin-bottom: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .news .listes-news .box-news h4 {
    font-size: 25px;
    line-height: 30px;
  }

  .news .listes-news .box-news .arrow-right-news {
    display: none;
  }

  .news .all-articles {
    padding-block: 10px;
  }

  .news .all-articles img {
    width: 35px;
  }

  .news .heading-2 {
    padding-bottom: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .news .editions {
    height: inherit;
    margin-bottom: 20px;
  }

  .news .editions h3 {
    font-size: 30px;
    line-height: 30px;
  }

  .news .listes-news {
    gap: 0;
  }

  .news .listes-news .box-news {
    margin-bottom: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .news .listes-news .box-news h4 {
    font-size: 30px;
    line-height: 30px;
  }

  .news .all-articles {
    padding-block: 10px;
  }

  .news .all-articles img {
    width: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .news .editions {
    margin-bottom: 20px;
    height: inherit;
  }

  .news .listes-news {
    gap: 0;
  }

  .news .listes-news .box-news {
    margin-bottom: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .news .all-articles {
    padding-block: 10px;
  }

  .news .all-articles img {
    width: 35px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .news .editions h3 {
    font-size: 25px;
    line-height: 27px;
  }

  .news .editions p {
    font-size: 17px;
    line-height: 29px;
  }

  .news .listes-news .box-news h4 {
    font-size: 26px;
    line-height: 27px;
  }
}

.first-bloc {
  background: url("../images/background-sld.png") no-repeat center;
  padding-bottom: 130px;
  margin-top: 100px;
  padding-top: 90px;
}

.first-bloc .content-digital {
  width: 90%;
  margin-inline: auto;
}

.first-bloc .content-digital h1 {
  color: #fff;
  font-size: 100px;
  line-height: 120px;
  font-weight: 700;
  padding-left: 40px;
  font-family: "Inter", sans-serif;
}

.first-bloc .content-digital h1 span {
  color: #15efa5;
  padding-left: 130px;
  font-family: "Inter", sans-serif;
}

.first-bloc .content-digital p {
  color: #fff;
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  padding-left: 570px;
  font-family: "Inter", sans-serif;
}

.first-bloc .content-digital .listes-digital {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 90%;
  margin-inline: auto;
  padding-top: 30px;
}

.first-bloc .content-digital .listes-digital .box-digital {
  background: #143858;
  border-radius: 9px;
  padding: 12px 14px;
  width: 33%;
  margin-inline: 10px;
  min-height: 235px;
}

.first-bloc .content-digital .listes-digital .box-digital h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  color: #15efa5;
  margin-block: 13px;
  font-family: "Inter", sans-serif;
}

.first-bloc .content-digital .listes-digital .box-digital p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding-left: 0;
  font-family: "Inter", sans-serif;
}

.first-bloc .content-digital #slide-digital .slick-arrow {
  width: 50px;
  height: 50px;
  top: -60px;
}

.first-bloc .content-digital #slide-digital .slick-prev {
  background: url("../images/Icons/Next.svg") no-repeat;
  left: -105px;
}

.first-bloc .content-digital #slide-digital .slick-prev::before {
  display: none;
  font-size: 0;
}

.first-bloc .content-digital #slide-digital .slick-next {
  background: url("../images/Icons/prev.svg") no-repeat;
  right: -105px;
}

.first-bloc .content-digital #slide-digital .slick-next::before {
  display: none;
  font-size: 0;
}

.first-bloc .content-digital .talk-posibl {
  width: 90%;
  margin: auto;
  padding-top: 50px;
}

.first-bloc .content-digital .talk-posibl a {
  color: #fff;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

.first-bloc .content-digital .talk-posibl a .fa-chevron-right {
  padding-left: 7px;
}

/********************* Mobile Bloc Digital first bloc  ***********************/
@media (max-width: 425.98px) {
  .first-bloc .content-digital {
    width: 100%;
  }

  .first-bloc .content-digital h1 {
    font-size: 40px !important;
  }

  .first-bloc .content-digital h1 span {
    padding-left: 45px !important;
  }

  .first-bloc .content-digital p {
    font-size: 20px;
  }

  .first-bloc .content-digital .listes-digital {
    width: 100%;
  }

  .first-bloc .content-digital #slide-digital .slick-arrow {
    display: none;
  }

  .first-bloc .content-digital #slide-digital .slick-next {
    display: none !important;
  }

  .first-bloc .content-digital #slide-digital .slick-prev {
    display: none !important;
  }

  .rejoignez-nous .bg-nous h5 {
    font-size: 40px;
  }

  .rejoignez-nous .bg-nous .mail-job {
    font-size: 33px;
  }
}

@media (max-width: 575.98px) {
  .first-bloc .content-digital {
    width: 100%;
  }

  .first-bloc .content-digital h1 {
    font-size: 55px;
    line-height: 60px;
    padding-left: 0;
  }

  .first-bloc .content-digital h1 span {
    padding-left: 45px;
  }

  .first-bloc .content-digital p {
    font-size: 25px;
    line-height: 40px;
    padding-left: 50px;
  }

  .first-bloc .content-digital .listes-digital {
    width: 100%;
  }

  .first-bloc .content-digital #slide-digital .slick-arrow {
    display: none;
  }

  .first-bloc .content-digital #slide-digital .slick-next,
  .first-bloc .content-digital #slide-digital .slick-prev {
    background: none;
  }

  .first-bloc .content-digital #slide-digital .slick-next {
    display: none !important;
  }

  .first-bloc .content-digital #slide-digital .slick-prev {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .first-bloc .content-digital h1 {
    font-size: 85px;
    line-height: 100px;
    padding-left: 10px;
  }

  .first-bloc .content-digital h1 span {
    padding-left: 50px;
  }

  .first-bloc .content-digital p {
    padding-left: 285px;
  }

  .first-bloc .content-digital #slide-digital .slick-next {
    background: url("../images/Icons/prev.svg") no-repeat;
    right: -90px;
  }

  .first-bloc .content-digital #slide-digital .slick-prev {
    left: -80px;
  }

  .first-bloc .content-digital .listes-digital .box-digital {
    min-height: 255px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .first-bloc .content-digital h1 {
    font-size: 90px;
    line-height: 100px;
  }

  .first-bloc .content-digital p {
    padding-left: 500px;
  }

  .first-bloc .content-digital .listes-digital .box-digital {
    min-height: 265px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .first-bloc .content-digital {
    width: 100%;
  }

  .first-bloc .content-digital h1 {
    font-size: 70px;
    line-height: 70px;
    padding-left: 0;
  }

  .first-bloc .content-digital h1 span {
    padding-left: 45px;
  }

  .first-bloc .content-digital p {
    font-size: 25px;
    line-height: 40px;
    padding-left: 200px;
  }

  .first-bloc .content-digital .listes-digital {
    width: 100%;
  }

  .first-bloc .content-digital #slide-digital .slick-arrow {
    display: none;
  }

  .first-bloc .content-digital #slide-digital .slick-next {
    display: none !important;
  }

  .first-bloc .content-digital #slide-digital .slick-prev {
    display: none !important;
  }

  .first-bloc .content-digital #slide-digital .slick-track {
    opacity: 1 !important;
  }

  .first-bloc .content-digital .listes-digital .box-digital {
    min-height: 305px;
  }
}

.banner-nous {
  min-height: 500px;
  background-color: #101828;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 100px;
}

@media screen and (max-width: 1100px) {
  .banner-nous {
    padding-top: 130px;
    overflow: hidden;
  }
}

.banner-nous::before {
  content: "";
}

.banner-nous #myVideo {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  .banner-nous #myVideo {
    width: inherit;
    height: 100%;
  }
}

.banner-nous .Why-gear9 {
  position: relative;
  z-index: 2;
}

.banner-nous h1 {
  font-weight: 600;
  font-size: 88px;
  line-height: 132px;
  font-family: "Poppins", sans-serif;
  color: white;
  letter-spacing: -4px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .banner-nous h1 {
    max-width: 215px;
    font-size: 40px;
    line-height: 60px;
    margin: auto;
  }
}

.banner-nous h2 {
  font-weight: 300;
  font-size: 48px;
  line-height: 72px;
  font-family: "Poppins", sans-serif;
  color: white;
  letter-spacing: -4px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .banner-nous h2 {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0;
  }
}

.banner-nous h2 strong {
  font-family: "Caveat", sans-serif;
  color: #15EFA5;
  font-weight: 700;
  letter-spacing: 0;
}

/************************************* page nous****************************/
@media (max-width: 575.98px) {
  .banner-nous .Why-gear9 {
    padding-bottom: 30px;
  }
}

.equipe-bloc {
  min-height: 900px;
  background-color: #101828;
  padding: 135px 0 200px 0;
  background-image: url(../images/img-2-nous.png), url(../images/img-3-nous.png);
  background-position: left 40px top 135px, center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1000px) {
  .equipe-bloc {
    min-height: inherit;
    padding: 135px 0 100px 0;
  }
}

@media screen and (max-width: 640px) {
  .equipe-bloc {
    padding: 50px 0 40px 0;
    background-position: left 13px top 30%, top 32% center;
    background-size: 337px, 428px;
  }
}

.equipe-bloc h2 {
  font-family: "Inter", sans-serif;
  font-size: 68px;
  color: white;
  font-weight: 300;
  text-align: right;
  margin-bottom: 73px;
}

@media screen and (max-width: 1100px) {
  .equipe-bloc h2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .equipe-bloc h2 {
    font-size: 60px;
  }
}

@media screen and (max-width: 640px) {
  .equipe-bloc h2 {
    font-size: 40px;
    font-weight: 300;
    text-align: left;
    max-width: 280px;
    padding-left: 20px;
  }
}

.equipe-bloc h2 strong {
  font-weight: 700;
}

.equipe-bloc .statistique-equipe {
  background: radial-gradient(circle at 100% 100%, #081928 0, #081928 5px, transparent 5px) 0% 0%/8px 8px no-repeat, radial-gradient(circle at 0 100%, #081928 0, #081928 5px, transparent 5px) 100% 0%/8px 8px no-repeat, radial-gradient(circle at 100% 0, #081928 0, #081928 5px, transparent 5px) 0% 100%/8px 8px no-repeat, radial-gradient(circle at 0 0, #081928 0, #081928 5px, transparent 5px) 100% 100%/8px 8px no-repeat, linear-gradient(#081928, #081928) 50% 50%/calc(100% - 6px) calc(100% - 16px) no-repeat, linear-gradient(#081928, #081928) 50% 50%/calc(100% - 16px) calc(100% - 6px) no-repeat, linear-gradient(90deg, #6ddcff 0%, #7F60F9 100%);
  border-radius: 8px;
  padding: 2px;
  box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
  .equipe-bloc .statistique-equipe {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .equipe-bloc .statistique-equipe {
    margin-top: 420px !important;
  }
}

.equipe-bloc .statistique-equipe .item-statistique {
  padding: 48px 27px 38px 66px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .equipe-bloc .statistique-equipe .item-statistique {
    padding: 48px 5px 38px 15px;
  }
}

@media screen and (max-width: 640px) {
  .equipe-bloc .statistique-equipe .item-statistique {
    padding: 20px 27px 20px 35px;
  }
}

.equipe-bloc .statistique-equipe .item-statistique span {
  font-size: 58px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: white;
  line-height: 55px;
}

@media screen and (max-width: 640px) {
  .equipe-bloc .statistique-equipe .item-statistique span {
    font-size: 40px;
  }
}

.equipe-bloc .statistique-equipe .item-statistique p {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #A7A7A7;
}

.equipe-bloc .statistique-equipe .item-statistique p strong {
  display: block;
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: white;
}

.equipe-bloc .statistique-equipe .item-statistique:before {
  content: "";
  height: 100%;
  width: 1px;
  background: rgb(109, 220, 255);
  background: linear-gradient(180deg, rgb(109, 220, 255) 0%, rgb(127, 96, 249) 100%);
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1000px) {
  .equipe-bloc .statistique-equipe .item-statistique:before {
    right: inherit;
    top: inherit;
    bottom: 0;
    width: 100%;
    height: 1px;
    left: 0;
  }
}

.nos-competence {
  min-height: 800px;
  background-image: url(../images/img-3-nous.png);
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1100px) {
  .nos-competence {
    min-height: 527px;
  }
}

@media screen and (max-width: 1000px) {
  .nos-competence {
    min-height: inherit;
    padding-bottom: 110px;
  }
}

@media screen and (max-width: 640px) {
  .nos-competence {
    margin-bottom: 55px;
    padding-bottom: 100px;
    min-height: inherit;
    background-position: center top 106%;
    background-size: 800px;
  }
}

@media screen and (max-width: 1000px) {
  .nos-competence .row {
    flex-direction: column-reverse;
  }
}

.nos-competence .item-competence {
  padding-left: 20px;
}

@media screen and (max-width: 1000px) {
  .nos-competence .item-competence {
    margin-bottom: 80px;
  }
}

.nos-competence .item-competence h2 {
  font-family: "Inter", sans-serif;
  font-size: 65px;
  color: white;
  font-weight: 300;
  line-height: 70px;
}

@media screen and (max-width: 640px) {
  .nos-competence .item-competence h2 {
    font-size: 35px;
    line-height: 50px;
    max-width: 253px;
  }
}

.nos-competence .item-competence h2 strong {
  font-weight: 600;
}

.nos-experience {
  padding-bottom: 170px;
}

.nos-experience .content-nos-experiece {
  background: white;
  padding: 48px 60px;
  border-radius: 7px;
}

@media screen and (max-width: 640px) {
  .nos-experience .content-nos-experiece {
    padding: 30px 40px;
  }
}

.nos-experience .content-nos-experiece h3 {
  font-family: "Inter", sans-serif;
  font-size: 58px;
  color: black;
  font-weight: 600;
  line-height: 60px;
}

@media screen and (max-width: 640px) {
  .nos-experience .content-nos-experiece h3 {
    font-size: 40px;
    line-height: 50px;
  }
}

.nos-experience .content-nos-experiece p {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: black;
  font-weight: 500;
  line-height: 32px;
  text-align: right;
}

@media screen and (max-width: 1100px) {
  .nos-experience .content-nos-experiece p {
    text-align: left !important;
  }
}

@media screen and (max-width: 640px) {
  .nos-experience .content-nos-experiece p {
    font-size: 16px;
    line-height: 28px;
    text-align: left !important;
  }
}

.nos-experience .content-nos-experiece .list-client {
  text-align: center;
  overflow: hidden;
}

.nos-experience .content-nos-experiece .list-client .slick-list {
  margin-left: -68px !important;
}

.nos-experience .content-nos-experiece .list-client .test {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.nos-experience .content-nos-experiece .list-client .item-client {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

@media (max-width: 575.98px) {
  .nos-experience {
    padding-bottom: 55px;
  }
}

.end-somme-nous {
  background-size: cover;
  text-align: center;
  min-height: 600px;
}

@media screen and (max-width: 640px) {
  .end-somme-nous {
    min-height: 400px;
  }
}

.end-somme-nous h2 {
  color: white;
  font-family: "Inter", sans-serif;
  font-size: 124px;
  font-weight: 700;
  line-height: 150px;
  text-align: center;
  letter-spacing: -4px;
  margin-bottom: 65px;
}

@media screen and (max-width: 1100px) {
  .end-somme-nous h2 {
    font-size: 75px;
    line-height: 100px;
  }
}

@media screen and (max-width: 1000px) {
  .end-somme-nous h2 {
    font-size: 67px;
    line-height: 100px;
  }
}

@media screen and (max-width: 640px) {
  .end-somme-nous h2 {
    font-size: 40px;
    max-width: 270px;
    line-height: 50px;
    text-align: center;
    margin: 20px auto 60px auto;
  }
}

.end-somme-nous a {
  color: white;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 20px 30px;
  border: 1px solid white;
  border-radius: 7px;
  display: inline-block;
}

@media (max-width: 575.98px) {
  .end-somme-nous h2 {
    letter-spacing: 0;
  }
}

.regie-slaesforce {
  margin-top: 50px;
}

.regie-slaesforce .heading-3 strong {
  color: #e83064;
}

.regie-slaesforce .item-regie {
  background: #0E2539;
  border-radius: 20px;
  padding: 30px;
  min-height: 268px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .regie-slaesforce .item-regie {
    margin: 15px 10px;
    min-height: 323px;
  }
}

@media screen and (max-width: 780px) {
  .regie-slaesforce .item-regie {
    min-height: 323px;
  }
}

@media screen and (max-width: 640px) {
  .regie-slaesforce .item-regie {
    min-height: 350px;
  }
}

.regie-slaesforce .item-regie h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 26px;
  color: #15efa5;
  font-family: "Poppins", sans-serif;
  margin: 20px 0 15px 0;
}

.regie-slaesforce .item-regie p {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.regie-slaesforce .last-item-regie {
  min-height: 268px;
  background: white;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.regie-slaesforce .last-item-regie h3 {
  font-size: 28px;
  color: #101828;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: left;
  line-height: 40px;
  margin-top: 40px;
}

@media screen and (max-width: 780px) {
  .regie-slaesforce .last-item-regie h3 {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .regie-slaesforce .last-item-regie h3 {
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 15px;
  }
}

.regie-slaesforce .last-item-regie a {
  display: inline-block !important;
  margin: auto;
  position: relative;
  padding: 12px 35px;
  border-radius: 5px;
}

@media screen and (max-width: 640px) {
  .regie-slaesforce .last-item-regie a {
    width: 85%;
  }
}

.regie-slaesforce .last-item-regie a .fa-chevron-right {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 14px;
}

@media screen and (max-width: 780px) {
  .regie-slaesforce .last-item-regie {
    min-height: inherit;
    margin-top: 30px;
    padding: 20px 30px;
    text-align: center;
  }
}

.regie-slaesforce .slick-list {
  margin-left: -24px;
}

/************************ Mobile page Expertise ****************************/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .regie-slaesforce .item-regie h4 {
    font-size: 25px;
  }

  .regie-slaesforce .last-item-regie .learn-more {
    font-size: 13px;
  }

  .section-context .item-context {
    min-height: 530px;
  }
}

@media (max-width: 575.98px) {
  .regie-slaesforce .last-item-regie a .fa-chevron-right {
    right: 20px;
  }

  .regie-slaesforce .last-item-regie.item-resgie-desktop {
    display: none;
  }
}

.section-context {
  padding-bottom: 70px;
}

@media screen and (max-width: 640px) {
  .section-context {
    padding-bottom: 35px;
  }
}

.section-context .item-context {
  padding: 40px 20px 40px 33px;
  background: #0E2539;
  border-radius: 20px;
  min-height: 500px;
}

@media screen and (max-width: 840px) {
  .section-context .item-context {
    width: 95%;
    margin: auto;
    text-align: center;
  }

  .section-context .item-context ul li {
    text-align: center;
  }

  .section-context .item-context ul li span {
    display: block;
    margin-bottom: 20px;
  }
}

.section-context .item-context ul {
  list-style: none;
  padding: 0;
}

.section-context .item-context ul li {
  font-family: "Inter", sans-serif;
  color: white;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 40px;
}

.section-context .item-context ul li span {
  margin-right: 20px;
}

.section-context .item-context h4 {
  font-family: "Inter", sans-serif;
  color: white;
  font-weight: 600;
  font-size: 18px;
  padding: 20px 0;
  text-transform: uppercase;
  margin: 0;
}

.section-context .item-context p {
  font-family: "Inter", sans-serif;
  color: white;
  font-weight: 400;
  font-size: 18px;
  padding: 0;
  line-height: 28px;
}

.section-context .item-context .content-item-context {
  height: 280px;
  overflow-y: auto;
  padding-right: 5px;
}

.section-context .item-context .content-item-context::-webkit-scrollbar {
  width: 7px;
}

.section-context .item-context .content-item-context::-webkit-scrollbar-track {
  background-color: rgb(255, 255, 255);
}

.section-context .item-context .content-item-context::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #15efa5;
}

.section-inwi {
  padding-top: 260px;
  padding-bottom: 71px;
}

@media screen and (max-width: 840px) {
  .section-inwi {
    padding-top: 120px;
    padding-bottom: 35px;
  }
}

.section-inwi .item-inwi {
  padding: 40px 40px 40px 40px;
  background: #0E2539;
  border-radius: 20px;
  text-align: center;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-inwi .item-inwi img {
  max-width: 100%;
}

.section-inwi .text-inwi {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

.section-inwi .text-inwi .tag {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #000;
  padding: 12px 25px;
  background: #15efa5;
  border-radius: 23px;
}

@media screen and (max-width: 780px) {
  .section-inwi .text-inwi {
    display: flex;
  }
}

.section-inwi .text-inwi h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
  font-family: "Inter", sans-serif;
  color: white;
  margin-top: 33px;
}

@media screen and (max-width: 780px) {
  .section-inwi .text-inwi h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 640px) {
  .section-inwi .text-inwi h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 780px) {
  .section-inwi .heading-4 {
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .section-inwi {
    padding-top: 150px;
  }

  .section-inwi .text-inwi {
    flex-direction: column-reverse;
  }

  .section-context .item-context {
    margin-bottom: 20px;
  }
}

.section-solution {
  padding-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .section-solution {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 840px) {
  .section-solution .row {
    flex-direction: column-reverse;
  }
}

.section-solution .text-solution p {
  font-family: "Inter", sans-serif;
  color: white;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 30px 0;
}

.section-solution .text-solution ul li {
  font-family: "Inter", sans-serif;
  color: white;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.section-solution .img-solution {
  overflow: hidden;
  border-radius: 20px;
}

@media screen and (max-width: 840px) {
  .section-solution .img-solution {
    height: 400px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .section-solution .img-solution {
    height: 300px;
  }
}

.section-solution .img-solution img {
  width: 100%;
}

.section-livrable {
  padding-bottom: 79px;
}

@media screen and (max-width: 640px) {
  .section-livrable {
    padding-bottom: 20px;
  }
}

.section-livrable .item-livrable {
  padding: 45px 55px;
  background: #0E2539;
  border-radius: 20px;
  margin-bottom: 20px;
  min-height: 260px;
}

.section-livrable .item-livrable img {
  color: #fff;
  filter: brightness(0) invert(1);
  height: 60px;
}

.section-livrable .item-livrable svg {
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 840px) {
  .section-livrable .item-livrable {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .section-livrable .item-livrable {
    padding: 30px 40px;
  }
}

.section-livrable .item-livrable p {
  font-family: "Inter", sans-serif;
  color: white;
  font-weight: 500;
  font-size: 25px;
  line-height: 33px;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0;
}

@media screen and (max-width: 640px) {
  .section-livrable .item-livrable p {
    font-size: 25px;
    margin-top: 20px;
  }
}

.section-result {
  padding-bottom: 110px;
}

@media screen and (max-width: 780px) {
  .section-result {
    padding-bottom: 15px;
  }
}

.section-result .col-lg-3:last-of-type .item-result:before {
  content: none !important;
}

.section-result .item-result {
  text-align: center;
  position: relative;
}

@media screen and (max-width: 780px) {
  .section-result .item-result {
    display: inline-block;
    width: 100%;
    padding: 21px 0 0 0;
  }
}

.section-result .item-result:before {
  content: "";
  background: #717171;
  height: 50px;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 780px) {
  .section-result .item-result:before {
    width: 100%;
    height: 1px;
    bottom: 0;
    right: inherit;
    top: auto;
    left: 0;
  }
}

.section-result .item-result h6 {
  color: #999999;
  font-weight: 400;
  font-size: 22px;
  font-family: "Inter", sans-serif;
  margin: 0;
  height: 40px;
}

@media screen and (max-width: 780px) {
  .section-result .item-result h6 {
    text-align: left;
  }
}

.section-result .item-result .count-1 {
  color: white;
  font-weight: 600;
  font-size: 53px;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  display: block;
  margin: 10px 0;
}

@media screen and (max-width: 780px) {
  .section-result .item-result .count-1 {
    text-align: left;
  }
}

.section-result .item-result .count-2 {
  color: #15EFA5;
  font-weight: 600;
  font-size: 22px;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 780px) {
  .section-result .item-result .count-2 {
    float: right;
    display: inline-block;
    margin-top: -67px;
    position: relative;
  }
}

.section-result .item-result .count-2 img {
  margin-left: 10px;
}

@media (max-width: 575.98px) {
  .section-livrable .item-livrable {
    min-height: 185px;
  }
}

.title-expertise {
  padding-top: 150px;
}

.title-expertise h1 {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

.title-expertise .content-expertise {
  color: #e5e5e5;
  font-size: 2.26rem;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 70%;
  position: relative;
}

.title-expertise .animation {
  height: 65px;
  overflow: hidden;
  margin-left: 1rem;
  position: absolute;
  right: -5px;
  top: 50%;
  text-align: left;
  left: 345px;
}

.title-expertise .animation>div>h2 {
  padding: 0.25rem 0.75rem;
  height: 2.81rem;
  margin-bottom: 2.81rem;
  display: inline-block;
  font-size: 50px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

.title-expertise .animation div:first-child {
  animation: text-animation 8s infinite;
}

.title-expertise .first h2 {
  color: #e83064;
}

.title-expertise .second h2 {
  color: #00a1e0;
}

.title-expertise .third h2 {
  color: #15efa5;
}

@keyframes text-animation {
  0% {
    margin-top: 0;
  }

  10% {
    margin-top: 0;
  }

  20% {
    margin-top: -5.62rem;
  }

  30% {
    margin-top: -5.62rem;
  }

  40% {
    margin-top: -11.24rem;
  }

  60% {
    margin-top: -11.24rem;
  }

  70% {
    margin-top: -5.62rem;
  }

  80% {
    margin-top: -5.62rem;
  }

  90% {
    margin-top: 0;
  }

  100% {
    margin-top: 0;
  }
}

.expertises-slaesforce {
  padding-top: 60px;
}

.expertises-slaesforce .heading-3 strong {
  color: #00a1e0;
}

.expertises-slaesforce .listes-digital .box-digital {
  background: #0e2539;
  border-radius: 20px;
  padding: 12px 14px;
  min-height: 265px;
  margin-bottom: 20px;
}

.expertises-slaesforce .listes-digital .box-digital h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  color: #15efa5;
  margin-block: 13px;
  font-family: "Poppins";
}

.expertises-slaesforce .listes-digital .box-digital p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding-left: 0;
  font-family: "Poppins";
}

.question-answer.expertise-digi {
  padding-top: 50px;
  padding-bottom: 60px;
}

.question-answer.expertise-digi .heading-3 strong {
  color: #15efa5;
}

.question-answer.expertise-digi .accordion .accordion-item {
  border-bottom: 0;
  background: #0e2539;
  margin-bottom: 20px;
  border-radius: 20px;
}

.question-answer.expertise-digi .accordion .accordion-item .accordion-header {
  display: flex;
  gap: 20px;
  padding-inline: 25px;
  padding-block: 20px;
}

.question-answer.expertise-digi .accordion .accordion-button {
  padding: 0;
}

.question-answer.expertise-digi .accordion .accordion-button.collapsed {
  color: #fff !important;
}

.question-answer.expertise-digi .accordion .accordion-body {
  padding-inline: 100px;
}

/******************************* Mobile Expertise *************************************/
@media (max-width: 575.98px) {
  .title-expertise {
    padding-top: 150px;
  }

  .title-expertise .content-expertise {
    width: 100%;
  }

  .title-expertise h1 {
    font-size: 33px;
    line-height: 45px;
    max-width: 300px;
  }

  .title-expertise .animation {
    left: 6%;
    top: 55%;
  }

  .title-expertise .animation>div>h2 {
    font-size: 35px;
  }

  .question-answer.expertise-digi .accordion .accordion-item .accordion-header img {
    height: 50px;
  }

  .question-answer.expertise-digi .accordion .accordion-body {
    padding-inline: 25px;
  }

  .question-answer.expertise-digi .accordion .accordion-button {
    font-size: 16px;
    gap: 20px;
  }

  .expertises-slaesforce .listes-digital .box-digital {
    min-height: 260px;
    margin-inline: 10px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .title-expertise {
    padding-top: 150px;
  }

  .title-expertise .content-expertise {
    width: 100%;
  }

  .title-expertise h1 {
    font-size: 33px;
    line-height: 45px;
  }

  .title-expertise .animation {
    left: 180px;
  }

  .title-expertise .animation>div>h2 {
    font-size: 35px;
  }

  .expertises-slaesforce #slide-expertise-salesforce .slick-arrow {
    display: none !important;
  }

  .expertises-slaesforce .listes-digital .box-digital {
    min-height: 285px;
    margin-inline: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .title-expertise h1 {
    font-size: 40px;
  }

  .title-expertise .animation {
    left: 225px;
  }

  .title-expertise .animation>div>h2 {
    font-size: 35px;
  }

  .expertises-slaesforce .listes-digital .box-digital {
    min-height: 265px;
    margin-inline: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .title-expertise h1 {
    font-size: 55px;
  }

  .title-expertise .animation {
    left: 325px;
  }

  .expertises-slaesforce .listes-digital {
    gap: 0;
  }

  .expertises-slaesforce .listes-digital .box-digital {
    min-height: 280px;
  }
}

@media (max-width: 375.98px) {
  .title-expertise h1 {
    max-width: 250px;
    font-size: 28px;
  }

  .title-expertise .animation {
    left: 4%;
    top: 58%;
    height: 62px;
  }

  .title-expertise .animation>div>h2 {
    font-size: 28px;
    padding: 1.25rem 0.75rem;
    height: 1.81rem;
  }

  .question-answer.expertise-digi .accordion .accordion-item .accordion-header img {
    height: 50px;
  }

  .question-answer.expertise-digi .accordion .accordion-button {
    font-size: 16px;
    gap: 20px;
  }
}

.nos-projets {
  padding-top: 185px;
}

.nos-projets.detail-article {
  padding: 0;
}

.nos-projets.detail-article .mb-article {
  margin-bottom: 65px;
}

.nos-projets.detail-article .mb-article .heading-4 {
  margin-bottom: 0;
}

.nos-projets.detail-article .mb-article .learn-more {
  padding: 7px 20px;
  border-radius: 50px;
}

@media screen and (max-width: 1000px) {
  .nos-projets.detail-article .learn-more {
    background-color: transparent;
    border: 2px solid #15efa5;
    color: #15efa5;
    display: block;
    margin: auto;
    font-size: 20px !important;
    width: 100% !important;
    height: 55px;
    margin-top: 30px;
  }

  .nos-projets.detail-article .learn-more .fa-chevron-right {
    margin-left: 12px;
  }
}

.nos-projets h1 {
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  line-height: 60px;
  font-family: "Inter", sans-serif;
}

.nos-projets p {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
  color: #fff;
  width: 80%;
}

.nos-projets .statutnosprojet {
  padding-block: 70px;
}

.nos-projets .statutnosprojet input[type=radio]+label {
  background: linear-gradient(#081928, #081928) padding-box, linear-gradient(to right, #6ddcff, #7f60f9) border-box;
  border-radius: 50em;
  border: 2px solid transparent;
  color: #fff;
  opacity: 1;
}

.nos-projets .statutnosprojet input[type=radio]:checked+label {
  background: #15efa5 !important;
  color: #101828;
}

.nos-projets .listes-studies {
  padding-bottom: 80px;
}

.nos-projets .listes-studies .box-studie img {
  width: 100%;
  border-radius: 10px;
  height: 258px;
  object-fit: cover;
}

.nos-projets .listes-studies .box-studie .btn-article {
  height: 20px;
}

.nos-projets .listes-studies .box-studie h6 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
}

.nos-projets .listes-studies .box-studie .detail-listing h6 {
  font-weight: 300;
}

.nos-projets .listes-studies .box-studie .detail-listing h5 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: #fff;
}

.nos-projets .listes-studies .box-studie .detail-listing p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
}

.show-more {
  font-weight: 700;
  font-size: 16px;
  color: #0e2539;
  line-height: 67px;
  background: #15efa5;
  padding: 12px 16px;
  border-radius: 30px;
}

/***************************** Mobile page nos projets ************************************/
@media (max-width: 575.98px) {
  .nos-projets {
    padding-top: 120px;
  }

  .nos-projets h1 {
    font-size: 32px;
  }

  .nos-projets p {
    width: 95%;
    font-size: 19px;
    line-height: 35px;
  }

  .nos-projets .statutnosprojet {
    padding-block: 30px;
  }

  .nos-projets .statutnosprojet input[type=radio]+label {
    width: fit-content !important;
    margin-right: 10px;
  }

  .nos-projets.detail-article .learn-more {
    text-align: center;
    line-height: 2;
    border-radius: 100px;
  }
}

.nos-rejoindre .listes-emplois .box-emploi {
  color: #fff;
  background: #0e2539;
  border-radius: 20px;
  padding: 40px 30px;
  min-height: 520px;
  position: relative;
}

.nos-rejoindre .listes-emplois .box-emploi h6 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-block: 15px;
}

.nos-rejoindre .listes-emplois .box-emploi p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  width: 100%;
}

.nos-rejoindre .listes-emplois .box-emploi .learn-more {
  padding: 10px 15px;
  border-radius: 67px;
  position: absolute;
  bottom: 20px;
  margin-bottom: 5px;
}

.nos-rejoindre .listes-emplois .box-emploi img {
  height: 70px;
  filter: brightness(0) invert(1);
}

.form-emploi {
  padding-block: 50px 100px;
}

.form-emploi .content-form {
  padding: 65px 50px;
  border-radius: 20px;
  background: #0e2539;
}

.form-emploi .content-form h4 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  font-family: "Inter", sans-serif;
  line-height: 60px;
}

.form-emploi .content-form .user-box {
  position: relative;
}

.form-emploi .content-form .user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
}

.form-emploi .content-form .user-box input:focus {
  box-shadow: none;
}

.form-emploi .content-form .user-box input:focus~.form-label {
  top: -20px;
  left: 0;
  color: #fff;
  font-size: 16px;
}

.form-emploi .content-form .user-box input:valid {
  box-shadow: none;
}

.form-emploi .content-form .user-box input:valid~.form-label {
  top: -20px;
  left: 0;
  color: #fff;
  font-size: 16px;
}

.form-emploi .content-form .user-box .form-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
  pointer-events: none;
  transition: 0.5s;
}

.form-emploi .content-form .submit {
  background-color: #15efa5;
  border-radius: 60px;
  padding: 15px 40px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #0e2539;
}

.upload {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.upload .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  width: 220px;
  height: 55px;
}

.upload .upload-btn-wrapper .btn {
  padding: 12px 20px;
  border-radius: 100px;
  color: #15efa5;
  border: 1px solid #15efa5;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

#file-upload-name {
  position: absolute;
  top: 60px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #2cc591;
}

#file-upload-nametwo {
  position: absolute;
  top: 80px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #2cc591;
}

/************************* Mobile Page no rejoindre*********************/
@media (max-width: 575.98px) {
  .upload {
    flex-direction: column;
    width: 100%;
  }

  .upload .upload-btn-wrapper {
    width: 100%;
  }

  .upload .upload-btn-wrapper .btn {
    width: 100%;
    justify-content: center;
  }

  #file-upload-name {
    top: 200px;
  }

  #file-upload-nametwo {
    top: 220px;
  }

  .form-emploi .content-form h4 {
    font-size: 35px;
    line-height: 35px;
  }

  .form-emploi .content-form .button-form {
    flex-direction: column;
    gap: 20px;
  }

  .form-emploi .content-form .submit {
    width: 100%;
    text-align: center;
  }

  .nos-rejoindre .listes-emplois .box-emploi {
    min-height: 515px;
  }

  .nos-rejoindre .listes-emplois .box-emploi p {
    font-size: 16px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .upload {
    flex-direction: column;
    width: 100%;
  }

  .upload .upload-btn-wrapper {
    width: 100%;
  }

  .upload .upload-btn-wrapper .btn {
    width: 100%;
    justify-content: center;
  }

  #file-upload-name {
    top: 200px;
  }

  #file-upload-nametwo {
    top: 220px;
  }

  .form-emploi .content-form h4 {
    font-size: 35px;
    line-height: 35px;
  }

  .form-emploi .content-form .button-form {
    flex-direction: column;
    gap: 20px;
  }

  .form-emploi .content-form .submit {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .upload .upload-btn-wrapper .btn {
    font-size: 15px;
    padding: 12px 10px;
  }

  .form-emploi .content-form h4 {
    font-size: 35px;
    line-height: 35px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .nos-rejoindre .listes-emplois .box-emploi {
    min-height: 455px;
  }
}

@media (max-width: 375.98px) {
  .upload .upload-btn-wrapper .btn {
    font-size: 15px;
    padding: 12px 0;
  }
}

.titles-offre {
  padding-top: 150px;
}

.titles-offre h1 {
  font-size: 55px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 66px;
  color: #fff;
}

.titles-offre h6 {
  font-size: 32px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 38px;
  color: #fff;
  margin-block: 25px;
}

.titles-offre .learn-more {
  width: fit-content;
}

.qui-sommes-nous {
  padding-top: 100px;
}

.qui-sommes-nous p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 30px;
  font-family: "Inter", sans-serif;
}

.qui-sommes-nous .colabore {
  margin-inline: 0;
}

.profile-recherche {
  padding-top: 100px;
}

.profile-recherche p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 15px;
  font-family: "Inter", sans-serif;
}

.profile-recherche ul li {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 0px;
  font-family: "Inter", sans-serif;
}

.question-answer {
  padding-top: 80px;
}

.question-answer .accordion {
  --bs-accordion-bg: transparent !important;
  --bs-accordion-border-color: none;
}

.question-answer .accordion .accordion-item {
  border-bottom: 1px solid #EAECF0;
}

.question-answer .accordion .accordion-item:last-of-type {
  border-bottom: none;
}

.question-answer .accordion .accordion-button {
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 32px;
  padding-bottom: 3px;
  color: #fff;
  padding-left: 0;
  padding-bottom: 30px;
}

.question-answer .accordion .accordion-button::after {
  background-image: url("../images/Icons/plus-circle.svg");
}

.question-answer .accordion .accordion-body {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  padding-top: 0;
  padding-left: 0;
}

.question-answer .accordion-button:not(.collapsed) {
  color: #15efa5;
  background-color: transparent;
  padding-bottom: 0px;
}

.question-answer .accordion-button:not(.collapsed)::after {
  background-image: url("../images/Icons/minus-circle.svg");
}

/************************************* Mobile pas rejoinder Deatils *******************************/
@media (max-width: 575.98px) {
  .titles-offre h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .question-answer .accordion .accordion-button {
    font-size: 18px;
    align-items: start;
    gap: 20px;
  }

  .qui-sommes-nous img {
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .titles-offre h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .question-answer .accordion .accordion-button {
    font-size: 18px;
    align-items: start;
    gap: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .titles-offre h1 {
    font-size: 45px;
  }

  .qui-sommes-nous p {
    padding-bottom: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .qui-sommes-nous p {
    padding-bottom: 0;
  }
}

.politique {
  padding-top: 150px;
  padding-bottom: 110px;
}

.politique .content-politique {
  color: #fff;
  font-family: "Inter", sans-serif;
}

.politique .content-politique h4 {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 46px;
  padding-top: 50px;
}

.politique .content-politique p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}

.politique .content-politique p strong {
  font-weight: 700;
  padding-right: 2px;
}

.banner-detail {
  padding-top: 185px;
}

@media screen and (max-width: 1000px) {
  .banner-detail {
    padding-top: 120px;
  }
}

.banner-detail .banner__img {
  height: 300px;
  overflow: hidden;
  border-radius: 8px;
}

@media screen and (max-width: 640px) {
  .banner-detail .banner__img {
    height: 200px;
    margin-bottom: 80px;
  }
}

.banner-detail .banner__img img {
  width: 100%;
  height: 300px;
}

.content-article .first-article .top-first-article .d-lg-flex {
  position: relative;
}

.content-article .first-article .top-first-article .tag {
  font-size: 18px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 32px;
  font-family: "Inter", sans-serif;
  padding-left: 10px;
}

.content-article .first-article .top-first-article ul {
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0;
  justify-content: center;
}

@media screen and (max-width: 1000px) {
  .content-article .first-article .top-first-article ul {
    position: absolute;
    top: -45px;
  }
}

.content-article .first-article .top-first-article ul li {
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
  display: flex;
}

.content-article .first-article .top-first-article ul li:before {
  content: "";
  position: absolute;
  height: 13px;
  width: 1px;
  background: white;
  right: 0;
  border-radius: 25%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.content-article .first-article .top-first-article ul li .icon-svg {
  margin-right: 10px;
}

.content-article .first-article .top-first-article ul li span {
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: white;
}

.content-article .first-article .top-first-article ul li:last-of-type {
  padding: 0;
  margin: 0;
}

.content-article .first-article .top-first-article ul li:last-of-type:before {
  content: none;
}

.content-article .first-article .top-first-article .learn-more {
  padding: 7px 25px;
  border-radius: 16px;
  font-weight: 800;
  font-size: 18px;
  color: #000;
}

.content-article .first-article h3,
.content-article .first-article h4 {
  font-size: 40px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: white;
  margin-block: 20px;
}

.content-article .first-article a {
  color: #15efa5;
}

.content-article .first-article ul {
  list-style: none;
  color: #fff;
  padding-left: 15px;
}

.content-article .first-article ul li {
  list-style: disc;
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: white;
  line-height: 28px;
}

.content-article .heading-4 {
  margin-top: 65px;
}

@media screen and (max-width: 1000px) {
  .content-article .heading-4 {
    margin-top: 80px;
    margin-bottom: 33px;
  }
}

@media screen and (max-width: 640px) {
  .content-article .heading-4 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

.content-article p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: white;
  line-height: 28px;
  margin: 0;
}

.content-article .img-article {
  border-radius: 8px;
  height: 385px;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .content-article .img-article {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .content-article .img-article {
    height: 200px;
  }
}

.content-article .img-article img {
  width: 100%;
}

.content-article .btn-navigation {
  padding-block: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .content-article .btn-navigation {
    padding-block: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.content-article .btn-navigation .learn-more {
  padding: 7px 20px;
  border-radius: 50px;
}

@media screen and (max-width: 640px) {
  .content-article .btn-navigation .learn-more {
    padding: 0;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.content-article .btn-navigation .learn-more .fa-chevron-left {
  margin-right: 15px;
}

@media screen and (max-width: 640px) {
  .content-article .btn-navigation .learn-more .fa-chevron-left {
    font-size: 20px;
    margin-right: 0;
  }
}

.content-article .btn-navigation .learn-more .fa-chevron-right {
  margin-left: 15px;
}

@media screen and (max-width: 640px) {
  .content-article .btn-navigation .learn-more .fa-chevron-right {
    font-size: 20px;
    margin-left: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .content-article .btn-navigation .learn-more {
    font-size: 0;
  }
}

/*********************** mobile details actualites****************************/
@media (min-width: 768px) and (max-width: 991.98px) {
  .content-article .first-article {
    margin-top: 80px;
  }

  .content-article .heading-4 {
    font-size: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .content-article .heading-4 {
    font-size: 40px;
  }
}

.page404 {
  margin-bottom: 200px;
  padding-top: 230px !important;
}

.page404 h2 {
  font-family: "Inter";
  font-size: 50px;
  font-weight: 700;
  line-height: 60.51px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

.page404 .traingle404 {
  padding-top: 100px;
  width: fit-content;
  display: block;
  position: relative;
  margin-bottom: 120px;
}

.page404 .traingle404 h3 {
  font-family: "Inter";
  font-size: 84.43px;
  font-weight: 700;
  line-height: 102.17px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #15EFA5;
  position: absolute;
  top: 80%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.page404 .colabore {
  margin: auto;
  display: block;
  width: fit-content;
}

@media (max-width: 575.98px) {
  .page404 {
    padding-top: 150px !important;
  }

  .page404 h2 {
    text-align: left;
    font-size: 35px;
    line-height: 49.51px;
  }

  .page404 .traingle404 h3 {
    top: 75%;
  }
}

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