@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");




@font-face {
  font-family: Tw Cen MT Condensed;
  src: url(assets/fonts/Tw-Cen-MT-Condensed-Font.ttf) format(truetype);
}

@font-face {
  font-family: Gadugi Font;
  src: url(assets/fonts/gadugi-normal.ttf) format(truetype);
}

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
  font-family: "Gadugi Font";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

h1,
h2,
h3,
h4 {
  font-family: "Tw Cen MT Condensed", sans-serif;
  font-weight: 900;
  line-height: 50px;
  color: #e91e25;
}

h5 {
  font-family: "Tw Cen MT Condensed";
  font-weight: 900;
  font-size: 20px;
  line-height: 50px;
  color: #e91e25;
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

@font-face {
  font-family: Tw Cen MT Condensed;
  src: url(assets/fonts/Tw-Cen-MT-Condensed-Font.ttf) format(truetype);
}

@font-face {
  font-family: Gadugi Font;
  src: url(assets/fonts/gadugi-normal.ttf) format(truetype);
}

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
  font-family: "Gadugi Font";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

h1,
h2,
h3,
h4 {
  font-family: "Tw Cen MT Condensed", sans-serif;
  font-weight: 900;
  line-height: 50px;
  color: #e91e25;
}

h5 {
  font-family: "Tw Cen MT Condensed";
  font-weight: 900;
  font-size: 20px;
  line-height: 50px;
  color: #e91e25;
}

#al {
  text-decoration: none;
  text-underline-offset: false;
}
.nav-link {
  transition: all 0.2s;
  position: relative;
}
.nav-link::after {
  content: "";
  opacity: 0;
  transition: all 0.2s;
  width: 100%;
  height: 2px;
  background-color: #e91e25;
  position: absolute;
  bottom: 0;
  left: 0;
}

.nav-link:hover::after {
  opacity: 1;
}

.p-perso {
  color: #52525b;
}

#it {
  color: #ffffff;
  font-weight: 500;
}

#ititle {
  color: #062b3b;
  font-weight: 700;
  font-size: 25px;
}

.header-space {
  margin-top: 40px;
  background-image: url("assets/images/background.png");
}

.header-space-mobile {
  margin-top: 30px;
  background-image: url("assets/images/background.png");
}
.btn-perso {
  color: #000000;
  border-color: #e91e25;
  margin-bottom: 25px;
  padding: 16px, 16px, 38px, 38px;
  width: 180px;
  height: 50px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.btn-persofooter {
  color: #ffffff;
  background-color: #e91e25;
  border-color: #e91e25;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.btnPer {
  color: #000000;
  border-color: #e91e25;
}
.btnPer:hover {
  background-color: #e91e25;
  color: #ffffff;
  border-color: #ffffff;
}

.btn-perso:hover {
  background-color: #e91e25;
  color: #ffffff;
  border-color: #ffffff;
  margin-bottom: 25px;
  padding: 16px, 16px, 38px, 38px;
  width: 180px;
  height: 50px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 900;
  font-size: 18px;
}

.illustration {
  padding-left: 150px;
}
#code {
  transition: all 0.5s ease;
  border-radius: 15px;
}

#code:hover {
  transition: all 0.3s;
  border-radius: 20px;
  box-shadow: 3px 3px rgba(16, 216, 99, 0.603),
    -1em 0 0.4em rgba(22, 99, 109, 0.637);
  transform: scale(1.05);
  cursor: pointer;
}

#about {
  transition: all 0.5s ease;
  border-radius: 25px;
}

#about:hover {
  transition: all 0.3s;
  border-radius: 25px;
  box-shadow: 3px 3px rgba(16, 216, 99, 0.603),
    -1em 0 0.4em rgba(22, 99, 109, 0.637);
  transform: scale(1.05);
  cursor: pointer;
}

#illustrat {
  transition: all 0.5s ease;
}

#illustrat:hover {
  transition: all 0.3s;
  border-radius: 20px;
  box-shadow: 3px 3px rgba(13, 186, 216, 0.603),
    -1em 0 0.4em rgba(146, 57, 30, 0.253);
  transform: scale(1.05);
  cursor: pointer;
}

.div-first {
  box-shadow: 50px hsl(118, 61%, 25%);
  margin-bottom: 30px;
  text-align: end;
  border-top-color: #e91e25;
}
.div-first:hover {
  box-shadow: 100px hsl(118, 61%, 25%);
}

.firstComment {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  line-height: 50px;
  color: #e91e25;
  margin-top: 20px;
  margin-bottom: 12px;
}

.firstCommentM {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  line-height: 50px;
  color: #e91e25;
}
.persona1 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding-top: 10px;
  text-align: center center;
}

.persona1M {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding-top: 10px;
  text-align: center center;
}

.section {
  padding: 60px 0;
  overflow: hidden;
  scroll-margin-top: 70px;
  overflow: clip;
}

#quality {
  transition: all 0.5s ease;
  margin-bottom: 100px;
  margin-top: 150px;
}

#testimonial {
  transition: all 0.5s ease;
  margin-bottom: 100px;
  margin-top: 100px;
}

.sections-bg {
  background-color: #ffffff;
}

#img-service {
  max-width: 100%; /* L'image ne dépassera pas la largeur de son conteneur parent */
  height: auto; /* J'utilise auto pour ne pas à deformer l'image pour le mobile first et de conserver les proportions de l'image à la fis sur le Desktop et le mobile */
  position: relative;
  margin-bottom: 50px;
  border-radius: 15px;
  transition: all 0.5s;
}

#img-service:hover {
  transition: all 0.5s;
  transform: scale(1.15);
  cursor: pointer;
}
/*--------------------------------------------------------------
# Nos services section
--------------------------------------------------------------*/

.services {
  margin-top: 70px;
  padding: 60px 0;
}
.service {
  margin-top: 10px;
  padding: 10px 0;
}

#service-box {
  transition: all 0.5s;
  box-shadow: 0 10px 20px rgba(65, 87, 87, 0.103), 0 6px 6px rgba(40, 78, 95, 0);
}

#service-box:hover {
  box-shadow: 0 10px 20px rgba(170, 18, 18, 0.623),
    0 6px 6px rgba(6, 108, 155, 0.863);
  border-radius: 15px;
  transition: all 0.5s;
}
.services .service-item {
  padding: 40px;
  background: #ffffff;
  height: 100%;
  border-radius: 10px;
}

.services .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 50px;
}

.services .service-item .icon i {
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #eeeeee;
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -20px;
  transition: 0.3s;
}

.services .service-item h3 {
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #eeeeee;
  transition: 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: #88d4f4;
}

.services .service-item:hover .icon:before {
  background: #00b6a1;
}

.services .service-item:hover h3 {
  border-color: var(--color-primary);
}

/* Section animation basique  */
/* Global Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Slider Styles */
.slider-area {
  position: relative;
  overflow: hidden;
}

.slider-active {
  display: block;
}

.single-slider {
  position: relative;
  width: 100%;
  padding: 100px 0;
}

.single-slider .hero__caption {
  max-width: 500px;
}

.single-slider h1 {
  font-size: 40px;
  margin-bottom: 20px;
}

.single-slider p {
  margin-bottom: 30px;
}

/* Animation Styles */
.fadeInLeft {
  opacity: 0;
  animation: fadeInLeft 1s forwards;
}

.fadeInRight {
  opacity: 0;
  animation: fadeInRight 1s forwards;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Animation pour mobile */
.fadeInUp {
  opacity: 0;
  animation: fadeInUp 1.5s forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*** Section Title ***/
.section-title {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
  text-transform: uppercase;
}

.section-title span:first-child,
.section-title span:last-child {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  width: 30px;
  height: 2px;
}

.section-title span:last-child {
  margin-right: 0;
  margin-left: 30px;
}

.section-title span:first-child::after,
.section-title span:last-child::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  top: 0;
  right: -20px;
}

.section-title span:last-child::after {
  right: auto;
  left: -20px;
}

.section-title.text-primary span:first-child,
.section-title.text-primary span:last-child,
.section-title.text-primary span:first-child::after,
.section-title.text-primary span:last-child::after {
  background: var(--primary);
}

.section-title.text-secondary span:first-child,
.section-title.text-secondary span:last-child,
.section-title.text-secondary span:first-child::after,
.section-title.text-secondary span:last-child::after {
  background: var(--secondary);
}

.section-title.text-white span:first-child,
.section-title.text-white span:last-child,
.section-title.text-white span:first-child::after,
.section-title.text-white span:last-child::after {
  background: #ffffff;
}

/*** Footer 
.footer {
  margin-top: 6rem;
  padding-top: 1rem;
  padding-top: 180px;
  background:
      url(../images/bg-circle.png),
      url(../images/bg-triangle.png),
      url(../images/bg-top.png),
      linear-gradient(to bottom right, #88d4f4, #074c699c);
  background-position:
      left 0px bottom 0px,
      right 0px top 50%,
      center top;
  background-repeat: no-repeat;
}

**/

/*** Footer ***/
.footer {
  margin-top: 6rem;
  padding-top: 9rem;
  background: url(../img/bg-top.png), url(../img/map.png),
    linear-gradient(to bottom right, #1c61ca, #0769619c);
  background-position: center top, center center;
  background-repeat: no-repeat;
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid rgba(256, 256, 256, 0.1);
  border-radius: 40px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  border-color: #ace91e;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
  color: var(--light);
  font-weight: normal;
  transition: 0.3s;
  text-decoration: none;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  text-decoration: none;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
  color: #25e91e;
  text-decoration: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 14px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
  color: var(--secondary);
}

/* Le section partenaire */
