/*--------------------------------------------------------------
# Dark mode
--------------------------------------------------------------*/
.dark-mode {
  background-color: #375175;
  color: #fff;
}

.dark-mode p,
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6,
.dark-mode span,
.dark-mode div,
.dark-mode .section-title h2,
.dark-mode .row h3,
.dark-mode .experiences .experiences-item h4,
.dark-mode .carrousels .carrousel-item h3,
.dark-mode .formations .formations-item h4 {
  color: #fff;
}

.dark-mode .carrousels .swiper-pagination .swiper-pagination-bullet {
  background-color: #375175;
  border: 1px solid #ffffff;
}

.dark-mode .table-responsive .table th,
.dark-mode .table-responsive .table tr,
.dark-mode .table-responsive .table td {
    border-color: #ffffff;
    background-color: #375175;
    color: #ffffff;
}

.dark-mode .carrousels .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.dark-mode .formations .formations-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #149DDD;
  position: relative;
}

.dark-mode .formations .formations-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #149DDD;
  border: 2px solid #ffffff;
}

.dark-mode .experiences .experiences-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #149DDD;
  position: relative;
}

.dark-mode .experiences .experiences-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #149DDD;
  border: 2px solid #ffffff;
}

.dark-mode .realisations-details .realisations-details-slider img {
  width: 80%;
  background-color: #ffffff;
  border-radius: 5%;
  border: 3px solid #ffffff;
}

.dark-mode .realisations-details .realisations-info {
  padding: 30px;
  box-shadow: 0px 0 30px #ffffff;
  border: 3px solid #ffffff;
}

/*--------------------------------------------------------------
# Général
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #272829;
  transition: background-color 0.3s;
}

.table-responsive .table th,
.table-responsive .table tr,
.table-responsive .table td {
    border: 2px solid #375175;
    color: #272829;
}

.toggle-btn {
  cursor: pointer;
  font-size: 24px;
  padding: 10px;
}

a {
  color: #149ddd;
  text-decoration: none;
}

a:hover {
  color: #37b3ed;
  text-decoration: none;
}

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

p {
  text-align: justify;
}

/*--------------------------------------------------------------
# Bouton revenir en haut
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #149ddd;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 34px;
  color: #ffffff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2eafec;
  color: #ffffff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 260px;
  transition: all ease-in-out 0.5s;
  z-index: 9997;
  transition: all 0.5s;
  padding: 0 15px;
  background: #149ddd;
  overflow-y: auto;
}

.logo-navbar {
  margin: 15px auto;
  display: block;
  width: 120px;
  border: 3px solid #ffffff;
}

.font-gta {
  margin: 15px auto;
  display: block;
  width: 200px;
}

#header .haut-nav h1 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  -moz-text-align-last: center;
  text-align-last: center;
  font-family: "Poppins", sans-serif;
}

#header .haut-nav h1 a,
#header .haut-nav h1 a:hover {
  color: #ffffff;
  text-decoration: none;
}

#header .haut-nav .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgb(255, 255, 255);
  color: #149ddd;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#header .haut-nav .social-links a:hover {
  background: #2eafec;
  color: #ffffff;
  text-decoration: none;
}

#main {
  margin-left: 260px;
}

.container,
.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 1199px) {
  #header {
    left: -300px;
  }

  #main {
    margin-left: 0;
  }

  .container,
  .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/*--------------------------------------------------------------
# Menu de navigation
--------------------------------------------------------------*/
/* Navigation Ordinateur */
.nav-menu {
  padding: 30px 0 0 0;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a,
.nav-menu a:focus {
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 12px 15px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
}

.nav-menu a i,
.nav-menu a:focus i {
  font-size: 24px;
  padding-right: 8px;
  color: #ffffff;
}

.nav-menu a:hover,
.nav-menu span:hover,
.nav-menu .active:focus,
.nav-menu li:hover>a {
  text-decoration: none;
  color: #375175;
  font-weight: bold;
}

.nav-menu a:hover i,
.nav-menu span:hover i,
.nav-menu .active:focus i,
.nav-menu li:hover>a i {
  color: #375175;
}

/* Navigation Mobile */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  background-color: #149ddd;
  color: #ffffff;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border-radius: 50px;
  cursor: pointer;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0;
}

/*--------------------------------------------------------------
# Accueil
--------------------------------------------------------------*/
#accueil {
  width: 100%;
  height: 100vh;
  background: url("../img/accueil.svg") top center;
  background-size: cover;
}

#accueil:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#accueil .accueil-container {
  position: relative;
  z-index: 2;
  min-width: 300px;
}

#accueil h1 {
  margin: 0 0 10px 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
}

#accueil p {
  color: #ffffff;
  margin-bottom: 50px;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}

#accueil p span {
  color: #ffffff;
  padding-bottom: 4px;
  letter-spacing: 1px;
  border-bottom: 3px solid #149ddd;
}

@media (min-width: 1024px) {
  #accueil {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #accueil h1 {
    font-size: 28px;
    line-height: 36px;
    padding: 20px;
  }

  #accueil h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #accueil p {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #173b6c;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #149ddd;
  bottom: 0;
  left: 0;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Certifications
--------------------------------------------------------------*/
.certifications .certifications-item {
  margin-bottom: 30px;
}

.certifications .certifications-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 5%;
}

.certifications .certifications-wrap img {
  transition: transform 0.3s;
  /* Ajout d'une transition pour une animation fluide */
}

.certifications .certifications-wrap:hover img {
  transform: scale(1.1);
  /* Grossir l'image de 10% au survol */
}

.certifications .certifications-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.certifications .certifications-wrap .certifications-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
}

.certifications .certifications-wrap .certifications-links a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  background: #149dddbf;
  transition: 0.3s;
  width: 50%;
}

.certifications .certifications-wrap .certifications-links a:hover {
  background: #149dddf2;
  transform: scale(1.1);
}

.certifications .certifications-wrap .certifications-links a+a {
  border-left: 1px solid #37b3ed;
}

.certifications .certifications-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.certifications .certifications-wrap:hover .certifications-links {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Compétences
--------------------------------------------------------------*/
.competences .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.competences .progress .competence {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #050d18;
}

.competences .progress .competence .val {
  float: right;
  font-style: normal;
}

.competences .progress-bar-wrap {
  background: #dce8f8;
  height: 10px;
}

.competences .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #149ddd;
}

/*--------------------------------------------------------------
# Formations
--------------------------------------------------------------*/
.formations .formations-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #050d18;
  animation: vibration 3s linear 0s infinite normal none;
}

@keyframes vibration {

  0%,
  100% {
    transform: translateY(0) rotate(0);
    transform-origin: 50% 50%;
  }

  15% {
    transform: translateY(-30px) rotate(-6deg);
  }

  30% {
    transform: translateY(15px) rotate(6deg);
  }

  45% {
    transform: translateY(-15px) rotate(-3.6deg);
  }

  60% {
    transform: translateY(9px) rotate(2.4deg);
  }

  75% {
    transform: translateY(-6px) rotate(-1.2deg);
  }
}


.formations .formations-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #1f5297;
  position: relative;
}

.formations .formations-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #050d18;
  margin-bottom: 10px;
}

.formations .formations-item h5 {
  font-size: 16px;
  background: #e4edf9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.formations .formations-item ul {
  padding-left: 20px;
}

.formations .formations-item ul li {
  padding-bottom: 10px;
}

.formations .formations-item:last-child {
  padding-bottom: 0;
}

.formations .formations-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #1f5297;
}

.shadow-text {
  text-shadow: 2px 2px 4px #149DDD;
}

/*--------------------------------------------------------------
# Réalisations
--------------------------------------------------------------*/
.realisations .realisations-item {
  margin-bottom: 30px;
  text-align: center;
}

.realisations .realisations-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 5%;
  border-top: 3px solid #375175;
  border-bottom: 3px solid #375175;
}

.realisations .realisations-wrap img {
  transition: transform 0.3s;
  /* Ajout d'une transition pour une animation fluide */
}

.realisations .realisations-wrap:hover img {
  transform: scale(1.1);
  /* Grossir l'image de 10% au survol */
}

.realisations .realisations-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.realisations .realisations-wrap .realisations-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
}

.realisations .realisations-wrap .realisations-links a {
  color: #ffffff;
  font-size: 28px;
  text-align: center;
  background: rgba(20, 157, 221, 0.75);
  transition: 0.3s;
  width: 50%;
}

.realisations .realisations-wrap .realisations-links a:hover {
  background: rgba(20, 157, 221, 0.95);
  transform: scale(1.1);
}

.realisations .realisations-wrap .realisations-links a+a {
  border-left: 1px solid #37b3ed;
}

.realisations .realisations-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.realisations .realisations-wrap:hover .realisations-links {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Réalisations Details
--------------------------------------------------------------*/
.realisations-details {
  padding-top: 40px;
}

.realisations-details .realisations-details-slider img {
  width: 80%;
  border-radius: 5%;
  border: 3px solid #375175;
}

.realisations-details .realisations-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.realisations-details .realisations-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #149ddd;
}

.realisations-details .realisations-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #149ddd;
}

.realisations-details .realisations-info {
  padding: 30px;
  box-shadow: 0px 0 30px #375175;
  border: 3px solid #375175;
}

.realisations-details .realisations-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.realisations-details .realisations-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.realisations-details .realisations-info ul li+li {
  margin-top: 10px;
}

.realisations-details .realisations-description {
  padding-top: 30px;
}

.realisations-details .realisations-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.realisations-details .realisations-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Expériences
--------------------------------------------------------------*/
.experiences .experiences-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #050d18;
}

.experiences .experiences-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #1f5297;
  position: relative;
}

.experiences .experiences-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #050d18;
  margin-bottom: 10px;
}

.experiences .experiences-item h5 {
  font-size: 16px;
  background: #e4edf9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.experiences .experiences-item ul {
  padding-left: 20px;
}

.experiences .experiences-item ul li {
  padding-bottom: 10px;
}

.experiences .experiences-item:last-child {
  padding-bottom: 0;
}

.experiences .experiences-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #1f5297;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
}

.logo {
  width: 15%;
}

.services .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background: #149ddd;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #149ddd;
}

.services .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #149ddd;
}

.services .title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #343a40;
}

.services .title a:hover {
  color: #149ddd;
}

.services .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Logos
--------------------------------------------------------------*/
.logos .logo-box {
  margin-bottom: 20px;
}

.logos .logo {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  transition: 0.5s;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  overflow: inherit;
  border: 10px solid rgb(255, 255, 255);
}

.logos .logo i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}

.logos .logo-box:hover .logo {
  background: #fff;
}

.logos .logo-box:hover .logo i {
  color: #149ddd;
}

.logos .title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.logos .title a {
  color: #343a40;
}

.logos .title a:hover {
  color: #149ddd;
}

.logos .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# carrousels
--------------------------------------------------------------*/
.carrousels .carrousels-carousel,
.carrousels .carrousels-slider {
  overflow: hidden;
}

.carrousels .carrousel-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 200px;
}

.carrousels .carrousel-item .carrousel-img {
  width: 140px;
  margin: 0 auto;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  overflow: inherit;
  border: 25px solid rgb(255, 255, 255);
}

.carrousels .carrousel-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.carrousels .carrousel-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.carrousels .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.carrousels .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #149ddd;
}

.carrousels .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #149ddd;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 15px;
  color: #ffffff;
  font-size: 14px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 260px;
  z-index: 9999;
  background: #149ddd;
}

#footer a {
  color: #ffffff;
}

#footer .copyright {
  text-align: center;
}

@media (max-width: 1199px) {
  #footer {
    position: static;
    width: auto;
    padding-right: 20px 15px;
  }
}

#c_ffaab1949cabdf0d647938a6d35db862 {
  margin: 0 auto;
  /* This will center the widget horizontally */
  text-align: center;
  /* This will center the content within the widget */
}

#w_ffaab1949cabdf0d647938a6d35db862.mini {
  height: 100%;
}

/*--------------------------------------------------------------
# Carte
--------------------------------------------------------------*/
#map {
  height: 100%;
  border-radius: 5%;
  box-shadow: 0px 0 30px #2194D4;
}

.under {
  text-decoration: underline #F6537C;
}

.line {
  text-decoration: line-through #2194D4;
}