/*
Items Name : Akonta
Author : Ngetemplates
-------------------------------- */
/* ------------------------------
  Import Google Web Font
---------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Raleway: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");

/* ------------------------------
  General
---------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  background: #ffffff;
  color: #5a5a5a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Heebo', sans-serif;
  padding: 0;
  margin: 0;
  color: #2a2a2a;
}

h1 {
  font-size: 58px;
  line-height: 65px;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
}

h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 20px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
}

h6 {
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #464646;
}

a:hover {
  color: #39d196;
}

p {
  margin: 5px 0 15px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

img {
  width: 100%;
}

/* ------------------------------
  loader
---------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #0061A9;
}

.loader .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loader .loading .aloader {
  background: #0061A9;
  color: #fff;
}

/* ------------------------------
  button
---------------------------------*/
.button {
  padding: 12px 30px;
  background: #39d196;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 1px;
  border: 0;
  transition: 0.2s;
  font-weight: 600;
}

.button:hover {
  background: #101010;
  color: #0061A9;
  border-color: transparent;
}

.button2 {
  padding: 12px 30px;
  background: #d8d8d8;
  color: #003a66;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 10px;
  transition: 0.2s;
  font-weight: 600;
  border: 0;
}

.button2:hover {
  background: #ffffff;
  color: #0061A9;
}


.primary {
  color: #0061A9;
}


/* ------------------------------
  navbar
---------------------------------*/
.navbar {
  top: 0;
  background: #101010;
  padding: 25px 0;
  position: fixed;
  width: 100%;
  z-index: 99;
  text-align: center;
}

.navbar .navbar-brand {
  text-align: left;
  width: 20%;
}

.navbar .navbar-brand img {
  height: 40px;
  width: auto;
}

.navbar .navbar-toggler {
  padding: 0;
}

.navbar .navbar-toggler i {
  font-size: 32px;
  color: #ffffff;
}

.navbar .navbar-toggler:focus {
  box-shadow: none;
}

.navbar .navbar-collapse {
  position: relative;
  width: 60%;
  text-align: center;
  left: -10px;
}

.navbar .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}

.navbar .navbar-nav li {
  padding: 0 10px;
}

.navbar .navbar-nav li a {
  color: #ffffff;
  font-weight: 500;
}

.navbar .navbar-nav li a:hover {
  color: #d8d8d8;
}

.navbar .button-navbar {
  width: 20%;
  float: right;
  text-align: right;
}

.navbar .button-navbar li {
  display: inline-block;
  margin-left: 15px;
}

.navbar-fixed {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0);
}

/* ------------------------------
  intro
---------------------------------*/
.intro {
  margin-top: 92px;
  background: #0061A9;
  color: #eee;
  padding: 80px 0 100px;
}

.intro h1 {
  color: #ffffff;
}

.intro .content-image {
  text-align: right;
  margin-right: 20px;
}

.intro .content-image img {
  transform: rotate(8deg);
  position: relative;
  width: 80%;
}

.intro .button {
  margin-top: 20px;
}


/* ------------------------------
  testimonial
---------------------------------*/
.testimonial {
  color: #5a5a5a;
}

.testimonial p {
  color: #5a5a5a;
  margin-top: -15px;
}

.testimonial span {
  font-weight: 500;
}

.testimonial .content-box {
  padding: 30px;
  margin-top: 50px;
  /* background: #0061A9; */
}

.testimonial .content-image {
  display: inline-block;
  width: 50%;
}

.testimonial .content {
  padding: 40px;
}

.testimonial .swiper {
  float: right;
  width: 50%;
}

/* ------------------------------
  contact
---------------------------------*/
.contact {
  padding-top: 100px;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
}

.contact h5 {
  margin-bottom: 15px;
}

/* ------------------------------
  footer
---------------------------------*/
footer .row {
  border-top: 1px solid #eef3f7;
  padding: 30px 0;
}

footer ul {
  text-align: right;
}

footer ul li {
  display: inline-block;
}

footer ul li i {
  font-size: 20px;
  margin-left: 10px;
}

footer ul li i:hover {
  color: #0061A9;
}

/* ------------------------------
  responsive
---------------------------------*/
@media (max-width: 991px) {
  .navbar .button-navbar {
    display: none;
  }


  .about .col-md-7 {
    width: 100%;
  }

  .about .content {
    padding-top: 0;
  }

  .testimonial .content-image {
    width: 100%;
  }

  .testimonial .swiper {
    width: 100%;
    float: none;
  }

  .testimonial .content {
    padding: 0;
  }

  .col-contact {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .intro .content-image {
    text-align: right;
    margin-right: 44px;
    margin-top: 60px;
  }


  .services .content-left {
    margin-right: 0;
  }

  .services .content-right {
    margin-right: 0;
    margin-left: 0;
  }

  .contact span {
    margin-bottom: 20px;
    display: block;
  }
}

@media (max-width: 575px) {
  .container {
    padding: 0 25px;
  }

  h1 {
    font-size: 48px;
    line-height: 53px;
  }


  h2 {
    font-size: 36px;
    line-height: 45px;
  }

  footer {
    text-align: center;
  }

  footer ul {
    text-align: center;
    margin-bottom: 12px;
  }

  footer .reverse {
    flex-direction: column-reverse !important;
  }
}

.page-section {
  padding: 3rem 0;
}

.page-section h2.section-heading,
.page-section .section-heading.h2 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.page-section h3.section-subheading,
.page-section .section-subheading.h3 {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 4rem;
}



/* ------------------------------
  services
---------------------------------*/
.services {
  padding-top: 120px;
  padding-bottom: 80px;
  /* background: #f3f6f9; */
}

.services h2 {
  margin-bottom: 20px;
  margin-top: 1.5rem !important;
  margin-bottom: 1rem !important;
}

.services .content-left {
  margin-right: 10px;
}

.services .content-right {
  margin-right: 30px;
  margin-left: 10px;
}

.services .content img {
  height: 150px;
  width: auto;
}

@media (max-width: 767px) {
  #services .content img {
    height: 0;
  }
}

/* Style pour la section Nos services */
#services {
  background: linear-gradient(67deg, #0061A9, #f3f6f9);; /* J'ai essayé quelque couleur, mais je trouve le rendu ne rentre pas trop donc j'ai juste aplati un peur le gris. */
  padding: 20px 0; /* Espacement intérieur */

}

#services h2 {
  font-size: 36px; /* Taille de la police pour le titre */
  color: #333; /* Couleur du texte du titre */
  margin-bottom: 10px; /* Marge en bas du titre */
  }

#services .content {
  background-color: #fff; /* Couleur de fond des conteneurs de services */
  border: 1px solid #ddd; /* Bordure autour des conteneurs de services */
  padding: 20px; /* Espacement intérieur des conteneurs de services */
  margin-bottom: 30px; /* Marge en bas des conteneurs de services */
  text-align: center; /* Centrer le texte dans les conteneurs */
}

#services .content img {
  max-width: 100%; /* Ajuster la largeur maximale des images */
  margin-bottom: 20px; /* Marge en bas des images */
}

#services .content h5 {
  font-size: 24px; /* Taille de la police pour les titres de services */
  color: #333; /* Couleur du texte des titres de services */
  margin-bottom: 10px; /* Marge en bas des titres de services */
}

#services .content p {
  font-size: 16px; /* Taille de la police pour le texte des services */
  color: #777; /* Couleur du texte des services */
}

.service-card {
  height: 400px; /* Hauteur minimale des cartes de services (personnalisez selon vos besoins) */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: box-shadow 0.3s;
}
.service-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.9s;
  transform: scale(1.01);
}