/* ========================= HEADER ========== */
.header {
  width: 100%;
  height: 170px;
  position: relative;
  z-index: 1000;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background: none;
}
.header .top-header {
  width: 100%;
  height: 218px;
  background: #fff;
  padding: 1rem;
  margin: 0 auto;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.top-header-container {
  width: 90%;
  padding: 15px;
}
.logo-box {
  width: 350px;
  padding: 30px;
}
.logo-box .logo-link img {
  width: 100%;
}
.header-call-information-language {
  width: 30%;
}
.header-call-phone {
  margin: 0 20px 0 0;
}
.header-call-phone .phone-number-content .callUs {
  font-size: 24px;
  font-weight: 400;
  color: #4b4a4c;
}
.phone-icon {
  margin: 0 20px 0 0;
}
.phone-icon i {
  font-size: 57px;
  color: #1b8795;
}

.header-call-phone .phone-number-content .number,
.language-name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #4b4a4c;
  line-height: 1;
}
.language-wrapper {
  position: relative;
  width: 150px;
  cursor: pointer;
  margin: 0 1rem;
  z-index: 1100;
}
.language-wrapper-bottom {
  position: relative;
}

.language-icon {
  background: #d9d9d9;
  border-radius: 50%;
  border: 0;
}
.language-icon img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin: 0;
}
.language-name {
  width: 100%;
  margin: 0 0 0 10px;
}

.language-name i {
  margin-left: 10px;
  transition: transform 0.2s;
}
.language-options {
  position: absolute;
  top: 100%;
  left: 20%;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1200;
}
.language-wrapper.active .language-options {
  display: block;
}
.language-wrapper-bottom.active .language-options {
  display: block;
}
.language-wrapper.active .language-name i {
  transform: rotate(180deg);
}
.language-options ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.language-options li {
  padding: 10px;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.language-options li:hover {
  background: #1a8795;
  color: white;
}
.profile-icon-content {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: solid 5px #312d2e;
}
.profile-icon-content .profile-image {
  width: 100%;
  height: 100%;
}
.profile-icon-content .profile-image .profile-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 50%;
}
.bottom-header {
  width: 100%;
  height: 130px;
  position: absolute;
  top: 170px;
  left: 0;
  right: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.bottom-header .bottom-container {
  width: 65%;
  height: 100%;
  background: var(--dark-logo-color);
  border-radius: 25px;
  position: relative;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.bottom-rows {
  justify-content: space-around;
}
.bottom-logo-box {
  max-width: 260px;
}
.bottom-header .bottom-container .bottom-logo-box,
.profile-icon-content,
.language-wrapper-bottom {
  display: none;
}
.search-bar form {
  width: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 30px 0 0;
}
.search-bar form input {
  height: 61px;
  border: solid 1px #000000;
}
.search-icon {
    position: relative;
    top: -10px;
    right: 15%;
    background: none;
}

.search-icon i {
  font-size: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  color: #1c1c1c91;
}
.sticky .top-header {
  transform: translateY(-40px);
  transition: 0.2s ease-in-out;
}
.sticky .bottom-header {
  position: fixed;
  top: 0px;
  width: 100%;
  transform: translateY(0);
  z-index: 1050;
  overflow: visible;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky .bottom-header .bottom-container .bottom-logo-box,
.sticky .language-wrapper-bottom {
  display: block;
}
.sticky .language-wrapper-bottom {
  z-index: 1100;
}
.sticky .bottom-header .bottom-container {
  width: 100%;
  bottom: 0;
  border-radius: 0 0 20px 20px;
}
.sticky .language-name {
  color: #fff;
}
.sticky .bottom-rows {
  width: 90%;
}
.sticky .bottom-rows .sticky-margin {
  margin: 0 20px;
}

.navigation-links ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 15px 0 0;
  list-style: none;
  padding: 0;
  position: relative;
}
.navigation-links ul li {
  position: relative;
  margin: 0 15px;
  padding: 15px;
}
.navigation-links ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-weight: 300;
  font-size: 1.3rem;
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.navigation-links a.active {
  font-weight: 600;
  background: var(--bouton-background);
  border-radius: 7px;
  padding: 7px 15px;
  pointer-events: none;
  font-size: 1.1rem;
}
.navigation-links a:hover {
  color: #00ffcc;
  font-weight: 600;
  transform: translateX(6px);
  letter-spacing: 1px;
  padding: 0;
}
.hamburger-menu {
  display: none;
  font-size: 24px;
  cursor: pointer;
}
.hamburger-menu {
  display: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  z-index: 1001;
}
.hamburger-menu div {
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}
.hamburger-menu div:nth-child(1) {
  top: 4px;
}
.hamburger-menu div:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger-menu div:nth-child(3) {
  bottom: 4px;
}
.hamburger-menu.active div:nth-child(1) {
  transform: rotate(45deg) translateY(10px);
}
.hamburger-menu.active div:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.active div:nth-child(3) {
  transform: rotate(-45deg) translateY(-10px);
}
/* ================= END HEADER ================= */
/* ================= MINI BANNIERE ================= */

.mini-banner {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 70vh;
  position: relative;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.mini-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(27, 135, 149, 20%) 0%,
    rgba(17, 85, 94, 63%) 37%,
    rgb(9, 43, 47) 99%
  );
  /*z-index: 1;*/
}
.mini-banner .container {
  position: relative;
  z-index: 2;
}
.title-mini-content {
  width: 70%;
}
.title-mini-content h1 {
  font-size: 3rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
}

.breadcrumb {
  width: 30%;
  font-size: 0.9rem;
  margin-top: 10px;
  justify-content: center;
}

.breadcrumb a {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 10px;
  transition: all 0.3s ease-in;
}
.breadcrumb .active {
  color: #00d0c6;
}
.breadcrumb i {
  font-size: 1.2rem;
}
.breadcrumb a:hover {
  color: #00ffcc;
}
/* ================= MINI BANNIERE ================= */
/* ================= BANNIERE ================= */
.banner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  z-index: 1;
  padding: 80px 0 0 0;
}
.banner-container{
  width: 100%;
  height: 100%;
}
.banner-container .mySwiper {
  width: 100%;
  height: 100vh;
}
.mySwiper .banner-swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-swiper-slide .slide-image {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s ease;
}
.mySwiper .swiper-slide-active .slide-image {
  opacity: 1;
}
.banner-swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(27, 135, 149, 20%) 0%,
    rgba(17, 85, 94, 63%) 37%,
    rgb(9, 43, 47) 99%
  );
  z-index: 2;
}
.slide-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translateX(50px);
  width: 50%;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.mySwiper .swiper-slide-active .slide-content {
  opacity: 1;
  transform: translateX(0);
}
.slide-content h1 {
  font-size: 6rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
}
.slide-content p {
  width: 80%;
  color: #fff;
  text-align: center;
  margin: 0 0 5rem 0;
}
.swiper-banner-paginaion {
  bottom: 10% !important;
}

.swiper-pagination-bullet, .swiper-offre-pagination .swiper-pagination-bullet {
  width: 37px;
  height: 13px;
  background: #fff;
  border-radius: 5px;
  opacity: 1;
  transition: all 0.3s;
}
.swiper-offre-pagination .swiper-pagination-bullet {
  background: #dbdbdb;
}
.swiper-pagination-bullet-active, .swiper-offre-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #1b8795;
  transform: scale(1.1);
  width: 64px;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(2000px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ======== START ABOUT SECTION + SERVICES CARDS ========= */
.aboutUs-section {
  position: relative;
  background: #092b2f;
  overflow-x: clip;
}
.aboutUs-section::before {
  content: " ";
  position: absolute;
  height: 110%;
  width: 100%;
  border-radius: 0% 0% 100% 50%;
  /* background: url("../img/abstract-blue-geometric-shapes-background-inverser.webp")
    center/cover no-repeat; */
  background:#fcfcfc;
  z-index: 2;
  transform: scaleX(2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
}
.about-teleinfra{
  margin: 0 0 120px 0;
}
.aboutUs-section .container {
  position: relative;
  z-index: 2;
}
.image-badge-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 50px;
}
.image-cards {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.image-bb-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0%;
}
.image-bb-box img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.image-bb-box::before {
    content: " ";
    width: 72%;
    height: 85%;
    background: linear-gradient(180deg, #1b8795, #092b2f);
    border-radius: 40px;
    position: absolute;
    top: 17%;
    left: 10%;
    z-index: -1;
}
.image-bb-box::after {
  content: " ";
  width: 70%;
  height: 85%;
  background: url("../img/tours-communication-xa_28914-32243.webp") center/cover
    no-repeat;
  border-radius: 40px;
  position: absolute;
  bottom: 0;
  left: 10%;
  z-index: -1;
}
.experience-badge {
    position: absolute;
    top: 60%;
    right: 52%;
    background: linear-gradient(180deg, #1b8795, #092b2f);
    color: white;
    border-radius: 40px;
    text-align: center;
    width: 370px;
    height: 265px;
    z-index: 2;
}
.experience-badge-about {
    top: 55%;
    right: 48%;
}
.image-bb-box-about {
  position: relative;
}
.image-bb-box-about img {
    position: relative;
}
.experience-badge .content-expert {
  position: relative;
  width: 100%;
  height: 100%;
}
.years {
  font-size: 24px;
  font-weight: bold;
}
.about-text h4 {
  color: white;
}
.true-box {
  position: absolute;
  width: 120px;
  height: 70px;
  right: 0;
  top: 0;
  background: #ffffff;
  border-radius: 0 40px 20px 30px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.green-forme .element {
    width: 50px;
    height: 50px;
}
.content-expert .text-content {
  position: absolute;
  width: 100%;
  top: 23%;
  left: 8%;
}
.content-expert .text-content .twenty-plus {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
}
.content-expert .text-content .twenty-years {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 15px 0;
}
.right-about-section {
  width: 100%;
  height: 100%;
  position: relative;
  top: 70px;
}
.tabs {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1rem 0;
}
.tabs::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #1b8795;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.tab-btn {
  background: none;
  border: none;
  padding: 10px 20px;
  font-size: 1.3rem;
  cursor: pointer;
  font-weight: 300;
}
.tab-btn.active {
  background: #007b7f;
  color: white;
  border-radius:  5px 5px 0 0;;
  padding: 10px 20px;
  font-weight: 600;
}
.tab-content {
  display: block;
  margin: 2rem 0;
}
.tab-content.hidden {
  display: none;
}
.first-right-bloc {
  margin: 0 0 3rem 0;
}

 .service-cards-container{
  margin: 6rem 0 0 0;
 }
.cards-container {
  flex-wrap: wrap;
}
.service-card {
  background: #fff;
  color: #000000;
  width: 400px;
  height: 400px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  margin: 20px;
  border-radius: 30px;
  padding: 15px;
  transition: ease 0.4s;
  cursor: pointer;
  position: relative;
}
.service-card:hover {
  background: #007b7f;
  color: white;
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.service-card .service-card-content {
  padding: 20px;
}
.service-card .service-card-content i {
  font-size: 3rem;
  color: #1b8795;
  padding: 10px;
}
.service-card .service-card-content h4 {
  font-size: 1.6rem;
  color: #1e1e1e;
  padding: 10px 0 5px 0;
  font-weight: 600;
  line-height: 1;
}
.service-card .service-card-content p {
text-align: left;
}
.service-card:hover .service-card-content h4,
.service-card:hover .service-card-content i,
.service-card:hover .service-card-content p {
  color: #fff;
}
/* ======== END ABOUT SECTION + SERVICES CARDS ========= */
/* ==================== START EQUIPE SECTION ================= */
.equipe-section {
  background: #092b2f;
}
.equipe-acc {
  height: 120vh;
}
.card-equipe {
    width: 500px;
    height: 500px;
}
.cards-wrapper {
    margin: 20px 0 120px 0;
}
.cards-wrapper {
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
}
.cards-wrapper .card-equipe {
  transition: all 0.3s;
}
.cards-wrapper .card-equipe .image-elements {
  width: 100%;
  height: 500px;
  background: #fff;
  border-radius: 40px 40px 0 0;
  position: relative;
}
.cards-wrapper .card-equipe .card-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.cards-wrapper .card-equipe .card-image::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
    border-radius: 40px 40px 0 0;
  /*background: linear-gradient( 180deg, rgba(27, 135, 149, 0%) 50%,rgba(9, 43, 47, 0.9) 90%,rgb(9, 43, 47) 100%);*/
}
.cards-wrapper .card-equipe .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
    border-radius: 40px 40px 0 0;
}
.image-elements .social-media-link {
  background: #fff;
  height: 60px;
  width: 25%;
  border-radius: 15px;
  padding: 10px;
  position: absolute;
  left: 40%;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-elements .social-media-link ul{
  width: 100%;
  margin: 0;
}
 .image-elements .social-media-link ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  
}

.image-elements .social-media-link ul li a i{
font-size: 2rem;
 color: #000000;
}
.image-elements .social-media-link ul li a .fa-facebook-f{
 color: #159e92;
}
.image-elements .social-media-link ul li a i{
 cursor: pointer;
 position: relative;
 transition: ease-in-out 0.3s;
}
.image-elements .social-media-link ul li a i:hover{
  transform: scale(1.2);
}
.card-equipe .description {
  padding: 20px 10px;
  transition: all 0.3s;
  background: none;
  width: 100%;
  height: auto;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.card-equipe .description .name,
.card-equipe .description .fonction {
  color: #fff;
  transition: all 0.3s;
}
.card-equipe .description .name {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin: 10px 0 10px 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.card-equipe .description .fonction {
  font-size: 1.2rem;
  font-weight: 600;
  transition: 500ms;
  line-height: 1;
  font-weight: 400;
  margin: 10px 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.cards-wrapper .card-equipe:hover .description .name {
  color: #1b8795;
  margin: 0 0 5px 0;
}
.cards-wrapper .card-equipe:hover .description .fonction {
  color: #1c1c1c;
}
.cards-wrapper .card-equipe:hover {
  border-radius: 40px;
  transform: translateY(-5px);
}
.cards-wrapper .card-equipe:hover .description {
  border-radius: 0 0 40px 40px;
  background: #fff;
}
/* ==================== END EQUIPE SECTION ================= */
/* ====================== START CARREER ========== */
.career-section {
  position: relative;
  background: #092b2f;
  overflow-x: clip;
}
.career-section::before {
  content: " ";
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 1;
  border-radius: 40% 100% 0% 0%;
  transform: scaleX(1.3);
  overflow-x: hidden;
}
.career-section .container {
  position: relative;
  z-index: 2;
}
.right-carreer-bloc {
  width: 100%;
  height: 100%;
  position: relative;
}
.carreer-image-wrapper {
  width: 600px;
  height: 100%;
  position: relative;
  top: -200px;
}
.carreer-image-wrapper img {
  width: 100%;
}
.text-wrapper p {
  margin: 0 0 3rem 0;
}

/* ====================== END CARREER ========== */
/* ====================== Start Realisation ==========*/
.realisation{
  background: #d2d2d2;
}
.swiperRealisation{
  margin: 50px auto;
  padding-bottom: 60px;
  user-select: none;
}
.swiperRealisation .swiper-slide {
  position: relative;
  height: 500px;
  border-radius: 30px;
  overflow: hidden;
  filter: grayscale(20%) brightness(80%);
}
.swiperRealisation .swiper-slide .card {
  width: 100%;
  height: 100%;
  position: relative;
  backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
mix-blend-mode: darken;
}
.swiper-slide-active .card {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiperRealisation .swiper-slide .card img{
  object-fit: cover;
  border-radius: 30px;
  pointer-events: none;
  display: block;
  width: 100%;
  height: 100%;
}

/* ====================== End Realisation ========== */
.about-second-bloc-right{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about-cards-content{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.directors-cards {
  width: 100%;
  display: grid;
  grid-template-columns: 30% 30%;
  gap: 50px 30px;
  padding: 20px;
  align-self: center;
  justify-content: center;
}
.director-card {
  overflow: hidden;
  text-align: center;
  font-weight: bold;
}
.img-director {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 20px;
  margin: 0 0 20px 0;
}
.img-director img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.director-description {
  color: #1b8795;
}
.director-name {
  font-size: 1.5rem;
  padding: 0px;
  font-weight: 800;
  line-height: 1.5;
}
.director-country,
.director-executive-year {
  font-size: 1.2rem;
  padding: 2px;
  font-weight: 400;
  line-height: 1.5;
}
/* ====================== Start Contact Form ========== */
.contact-form-section {
  background: #092b2f;
  position: relative;
}
.contact-form-section::before {
  content: " ";
  width: 100%;
  height: 40%;
  background: url("../img/MAP\ TELEINFRA01.webp") center center / cover no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.contact-form-section .container {
  position: relative;
  z-index: 2;
}
.left-block-form {
    padding: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.usual-contact-information {
  padding: 0 30px 30px 0;
}
.use-contact-block {
  margin: 40px 0;
}
.use-contact-block ul li {
  line-height: 1.5;
  margin: 10px 0;
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
}
.use-contact-block ul .country-name {
  margin: 15px 0;
  font-size: 2rem;
  font-weight: 800;
  color: #05878e;
}
.contact-form {
  padding: 45px;
}

.contact-form input {
    height: 120px;
    margin: 0 0 25px 0;
    border-radius: 15px;
}
.contact-form textarea {
    height: 350px;
    margin: 0 0 30px 0;
    border-radius: 15px;
    padding: 25px;
}
.contact-form button {
  margin: 30px 0 0 0;
}
.about-usual-contact-iformation {
  position: relative;
  width: 100%;
  height: auto;
  background: linear-gradient(
    160deg,
    rgba(9, 43, 47, 1),
    rgba(9, 43, 47, 1),
    rgba(9, 43, 47, 1),
    rgba(5, 135, 142, 1)
  );
  padding: 0;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
.about-usual-contact-iformation::before {
    content: " ";
    width: 80%;
    height: 100%;
    background: url("../img/cercle.webp") center center / contain no-repeat;
    position: absolute;
    top: 53%;
    left: 36%;
    z-index: 0;
}
.use-contact-content {
  padding: 0px 0 60px 60px;
  width: 100%;
  margin: 0 0 0 80px;
}
.about-use-contact-content{
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    justify-items: center;
    margin: 0;
    padding: 0;
    position: relative;
}
.about-use-contact-content .use-contact-block{
  width: 60%;
}
.usual-title {
  background: #fff;
  width: 100%;
  padding: 20px;
  margin: 40px 0;
  text-align: left;
}
.usual-title h1 {
  font-size: 3rem;
  padding: 0 0 0 80px;
}
.text-center{
  width: 85%;
}
.how-to-manage {
  margin: 0 0 3rem 0;
  font-size: 3rem;
  font-weight: 800;
  color: #1b8795;
}

.special-p {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
/* ====================== End Contact Form ========== */
/* ====================== Start Carriere page ========== */
.partners-section {
  background: #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.partners-section .container {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.titleandimagepartners {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.titleandimagepartners .partnertitle {
  font-size: 2.3rem;
  color: #1a8795;
  font-weight: 800;
  margin: 0 25px 0 0;
}
.titleandimagepartners .partnerImage {
  display: block;
  width: 150px;
  overflow: hidden;
}
.titleandimagepartners .partnerImage img {
  width: 100%;
}

.career-section .left h2 {
  font-weight: bold;
}

.career-section .left h2 span {
  color: #159e92;
  font-size: 36px;
}
.image-carriere-content {
    position: relative;
    top: 0;
    left: 28%;
    width: 100%;
}
.image-carriere-content img {
  width: 100%;
}
.career-section .right img {
  width: 100%;
}

.job-section {
  background-color: #f8f9fa;
}
.swiperoffres{
  height: 500px;
}
.swiperoffres .swiper-button-next, .swiperoffres .swiper-button-prev {
    top: 80%;
}
.swiperoffres .swiper-button-prev, .swiperoffres .swiper-rtl .swiper-button-next {
    left: 40%;
    right: auto;
}
.swiperoffres .swiper-button-next, .swiperoffres .swiper-rtl .swiper-button-prev {
    right: 55%;
    left: auto;
}
.grid-offres {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
  width: 100%;
  padding: 20px;
}

.job-section h3 {
  font-weight: bold;
  color: #159e92;
  text-align: center;
  margin-bottom: 40px;
}

.job-card {
  background: white;
  border: 1px solid #eee;
  border-radius: 30px;
  width: 95% !important;
  display: flex;
  justify-content: start;
  flex-direction: column;
  height: 60%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  margin: 20px;
  border-radius: 30px;
  padding: 20px;
  transition: all 0.3s;
  cursor: pointer;
}
.job-card:hover .job-card .postFunctionName h5 {
  color: #fff;
  line-height: 1.2;
}
.job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.job-card-content {
  width: 100%;
  height: 100%;
}
.timeduration {
  display: flex;
  justify-content: end;
}

.job-card .timeduration .badge {
  font-size: 1rem;
  background-color: #e6f7f5;
  color: #159e92;
  font-weight: 400;
  padding: 10px;
  transition: all 0.3s;
}
.postFunctionName {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.swiper-offre-pagination {
  bottom: 15% !important;
}
.job-card .postFunctionName h5 {
  color: #000000;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.4;
  transition: all 0.3s;
}
.job-card .location {
  margin: 10px 0;
  transition: all 0.3s;
}
.job-card .location i {
  font-size: 30px;
  color: #007b7f;
  transition: all 0.3s;
}
.job-card .location .countryName {
  font-size: 25px;
  color: #777;
  transition: all 0.3s;
}
.progressVacation {
  position: relative;
  width: 100%;
  height: 12px;
  border-radius: 20px;
  background: #ccc;
  transition: all 0.3s;
  margin: 15px 0;
}
.progressVacation::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  border-radius: 20px;
  background: #007b7f;
  z-index: 2;
  transition: all 0.3s;
}

.job-card .vacancy {
  font-size: 20px;
  color: #aaa;
  margin: 10px 0;
  padding: 8px 0;
  transition: all 0.3s;
}
.job-card .vacancy .placedisponible {
  color: #000;
  transition: all 0.3s;
}
.job-card:hover .postFunctionName h5 {
  color: #1b8795;
}
.job-card:hover .vacancy .placedisponible {
  font-weight: 400;
}
.apply-section {
  background: linear-gradient( 160deg, rgba(9, 43, 47, 1) 0, rgba(9, 43, 47, 1) 60%, rgba(5, 135, 142, 1) 140%);
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.apply-section::before {
    content: " ";
    width: 50%;
    height: 50%;
    background: url("../img/forme\ bottom.webp") center center / contain no-repeat;
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 1;
}

.apply-section h4 {
  font-weight: 800;
  color: #fff;
  font-size: 5rem;
  margin: 0 0 40px 0;
}
.apply-section .subdescription{
  color: #fff;
  font-size: 1.5rem;
}
.apply-section .steps {
  position: relative;
  width: 100%;
  height: 100%;
}
.apply-section .steps ul{
  margin: 0;
}
.apply-section .steps::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 5px;
  height: 100%;
  border-radius: 20px;
  background: #1b8795;
}

.apply-section .steps .step-work {
  position: relative;
  color: #fff;
  font-weight: 300;
  margin: 0 0 0 40px;
  font-size: 1.8rem;
  line-height: 4;
}
.special-style{
  font-size: 1.4rem;
  font-weight: 300;
}
.special-style{
    position: relative;
}
.special-style::before {
  left: -40px;
}
.apply-section .steps .step-work::before{
  left: -60px;
}
.apply-section .steps .step-work::before, .special-style::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 38%;
  width: 25px;
  height: 25px;
  background-color: #1b8795;
  border-radius: 50%;
}
.ul-carrer{
  position: relative;
  left: 43px;
}
.apply-section .container {
  position: relative;
  z-index: 2;
}
.row-services-description{
  width: 100%;
  height: 100%;
  padding: 3rem 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-small-container{
  height: 100%;
  position: relative;
  padding: 2rem;
  width: 50%;
}
.img-description-content{
  width: 45%;
}
.tab-description-content{
  width: 50%;
}
.service-img-card {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-img-card img{
  width: 100%;
}
.carreer-section{
  overflow-x: hidden;
}
.image-values-bloc {
    width: 80%;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-weight: 800;
    color: #1b8795;
}
/* ====================== End Carriere page ========== */
/* ====================== Start Footer ========== */
.footer {
  height: 100%;
  width: 100%;
  padding: 40px;
  background-color: #d9d9d9;
}
.footer .container .row {
  align-items: baseline;
}

.social-media-icon {
  margin: 20px 0 0 0;
}
.social-media-icon .footer-social-icon {
  margin: 0 20px 0 0;
}
.social-media-icon .footer-social-icon i {
  font-size: 2rem;
  cursor: pointer;
  color: #202020;
  position: relative;
  transition: ease-in-out 0.3s;
}
.social-media-icon .footer-social-icon i:hover {
transform: scale(1.2);
box-shadow: #000;
}
.footer-title h4 {
  font-size: 2rem;
  color: #1b8795;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.useful-links ul li {
  padding: 15px 0;
}
.useful-links ul li a {
  font-size: 1.2rem;
  font-weight: 400;
  color: #202020;
  transition: ease 0.3s;
}
.useful-links ul li a:hover {
  color: #092b2f;
  font-weight: 600;
}
.footer-box{
  width: 100%;
}
.footer-form {
  width: 100%;
  height: 100px;
}
.footer-form input,
button {
  height: 100%;
  outline: none;
  border: none;
  padding: 10px 20px;
}
.footer-form input {
  width: 70%;
  border-radius: 20px 0 0 20px;
  background: #c0c0c0;
  font-size: 1.5rem;
}
.footer-form input::placeholder {
  color: #939393;
  font-weight: 400;
}
.footer-form input:focus {
  color: none;
  background: #c0c0c0;
  outline: 0;
  box-shadow: none;
}
.footer-form button {
  width: 30%;
  border-radius: 0 20px 20px 0;
  background: #1b8795;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0;
}
.copyright-area {
  background: #005662;
  padding: 20px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
 .copyright-text {
  margin: 10px 0;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}

 .copyright-text a {
  font-weight: 800;
  color: #fff;
  transition: 0.4s ease-in-out;
}
 .copyright-text a:hover {
  color: #b1c800;
  transition: 0.4s ease-out;
}
/* ====================== End Footer ========== */
