@import url("https://fonts.googleapis.com/css2?family=REM: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");
/* SASS VAR */
/* HTML REDESIGN */
* {
  font-family: "REM", sans-serif;
}

*:hover, *:hover i {
  transition: all ease-in-out 0.1s;
}

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

body {
  color: #000 !important;
  font-weight: 300;
}

a:hover, a:active, a:focus, btn:hover, btn:active, btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 3em;
  font-weight: 700;
}

h2 {
  font-size: 2em;
  font-weight: 300;
}
h2.blue {
  font-weight: 600;
}

h3 {
  font-size: 1.6em;
  font-weight: 300;
}
h3.blue {
  font-weight: 600;
}

h4 {
  font-size: 1.5em;
  font-weight: 200;
}

h5 {
  font-size: 1.2em;
  font-weight: 300;
}

h6 {
  font-size: 1.2em;
  font-weight: 200;
}

p {
  margin-bottom: 0;
  line-height: 1.8;
}

/* ANTI BOOTSTRAP */
.text-justify {
  text-align: justify;
}

.bg-degra {
  background: linear-gradient(30deg, rgba(39, 78, 254, 0.5), #57F4F1, #62FCC2);
}

.bg-primary-opac {
  background-color: rgba(39, 78, 254, 0.85);
}

.bg-primary, .btn-primary, .btn-primary:focus, .btn-outline-primary:hover, .dropdown-item.active, .dropdown-item:active, .carousel-indicators .active {
  background-color: #274EFE !important;
}

.bg-secondary, .btn-secondary, .btn-secondary:focus, .btn-secondary:focus {
  background-color: #62FCC2 !important;
}

.bg-info {
  background-color: #57F4F1 !important;
}

.bg-dark, .btn-dark {
  background-color: #000 !important;
}

.bg-light, .btn-light {
  background-color: #E1FDFB !important;
}

.bg-light-25 {
  background-color: rgba(225, 253, 251, 0.25) !important;
}

.bg-black {
  background-color: #000 !important;
}

.text-primary, .btn-outline-primary, .btn-light, .link-primary, .link-dark:hover, .link-light:hover, .nav-link:hover, .nav-link.active, h2.blue, h3.blue {
  color: #274EFE !important;
}

.text-secondary, .link-secondary, .link-primary:hover {
  color: #62FCC2 !important;
}

.text-dark, .link-dark, .link-secondary:hover, .nav-link {
  color: #000 !important;
}

.text-light, .btn-secondary, .btn-dark, .link-light {
  color: #E1FDFB !important;
}

.btn-primary {
  color: #fff !important;
}

.border-primary, .btn-outline-primary {
  border-color: #274EFE !important;
}

.border-secondary, .btn-outline-secondary {
  border-color: #62FCC2 !important;
}

.border-dark, .btn-outline-dark {
  border-color: #000 !important;
}

.border-light, .btn-outline-light {
  border-color: #E1FDFB !important;
}

.btn-primary, .btn-secondary, .btn-dark, .btn-light, .btn-white, .btn-black, .btn-danger, .btn-success {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.btn {
  border-radius: 0.8em;
  font-weight: 700 !important;
}

.btn:hover {
  filter: brightness(90%);
}

.rounded-6 {
  border-radius: 4em !important;
  overflow: hidden !important;
}
.rounded-6 .rounded-6 {
  border-radius: 3em !important;
}

.rounded-7 {
  border-radius: 6em !important;
  overflow: hidden !important;
}
.rounded-7 .rounded-7 {
  border-radius: 3em !important;
}

.souligne, .nav-item .nav-link:hover, .nav-item .nav-link.active {
  position: relative;
  z-index: 2;
  padding: 0 !important;
  display: inline-block;
}
.souligne::before, .nav-item .nav-link:hover::before, .nav-item .nav-link.active::before {
  content: "";
  height: 7px;
  width: 100%;
  background-color: #62FCC2;
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: -1;
}

.navbar-light .navbar-toggler {
  border: none !important;
}

.navbar-brand img {
  height: 70px;
}

.nav-item {
  margin: 0 0.8em;
}
.nav-item .nav-link {
  padding: 0 !important;
}
.nav-item .nav-link.active {
  font-weight: 600;
}

.fs-7 {
  font-size: 0.9rem !important;
}

.fs-8 {
  font-size: 0.8rem !important;
}

.fs-9 {
  font-size: 0.7rem !important;
}

.padding {
  margin: 75px 0;
  padding: 75px 0;
}

/* SOCIAL ICONE COLOR */
a:hover i.fa-facebook-square, a:hover i.fa-facebook, a:hover i.fa-facebook-f, a:hover i.fa-facebook-official {
  color: #3b5998 !important;
}

a:hover i.fa-linkedin, a:hover i.fa-linkedin-square, a:hover i.fa-linkedin-in {
  color: #007bb6 !important;
}

a:hover i.fa-youtube, a:hover i.fa-youtube-play, a:hover i.fa-youtube-square, a:hover i.fa-envelope-square, a:hover i.fa-envelope, a:hover i.fa-envelope-o {
  color: #bb0000 !important;
}

a:hover i.fa-instagram {
  color: #833AB4 !important;
}

a:hover i.fa-twitter, a:hover i.fa-twitter-square {
  color: #00aced !important;
}

a:hover i.fa-whatsapp, a:hover i.fa-phone {
  color: #4FCE5D !important;
}

.facebook {
  background-color: #3b5998;
  border: #fff 2px solid;
  color: #fff;
}

.facebook:hover {
  border: #3b5998 2px solid;
  color: #3b5998 !important;
}

a.facebook:hover i.fa-facebook {
  color: #3b5998 !important;
}

.twitter {
  background-color: #00aced;
  border: #fff 2px solid;
  color: #fff;
}

.twitter:hover {
  border: #00aced 2px solid;
  color: #00aced !important;
}

a.twitter:hover i.fa-twitter {
  color: #00aced !important;
}

.whatsapp {
  background-color: #4FCE5D;
  border: #fff 2px solid;
  color: #fff;
}

.whatsapp:hover {
  border: #4FCE5D 2px solid;
  color: #4FCE5D !important;
}

a.whatsapp:hover i.fa-whatsapp {
  color: #4FCE5D !important;
}

.linkedin {
  background-color: #007bb6;
  color: #fff !important;
  border: #fff 2px solid;
}

.linkedin:hover {
  border: #007bb6 2px solid;
  color: #007bb6 !important;
}

a.linkedin:hover i.fa-linkedin {
  color: #007bb6 !important;
}

.print {
  background-color: #E1FDFB;
  border: #fff 2px solid;
  color: #000;
}

.print:hover {
  border: #000 2px solid;
  color: #000 !important;
}

a.print:hover i.fa-print {
  color: #000 !important;
}

.envelope {
  background-color: #c00;
  border: #fff 2px solid;
  color: #fff;
}

.envelope:hover {
  border: #c00 2px solid;
  color: #c00 !important;
}

a.envelope:hover i.fa-envelope {
  color: #c00 !important;
}

#slider {
  margin: 30px 0;
}
#slider.rounded-7, #slider .carousel-inner {
  overflow: visible !important;
}
#slider .carousel-item img {
  margin: -30px 0;
}
#slider .carousel-item h2 {
  font-size: 2.2em !important;
}
#slider .carousel-indicators {
  justify-content: start;
  margin: 0;
  bottom: 3rem;
  left: 3rem;
}
#slider .carousel-indicators [data-bs-target] {
  height: 10px;
  width: 40px;
  border: 0;
}

#feat img {
  height: 60px;
}

#solutions .nega1 {
  margin-bottom: -100px;
}
#solutions .nega2 {
  margin-top: -130px;
}
#solutions .rounded-6 {
  overflow: visible !important;
}

#couverture img {
  width: 75%;
}

#card {
  background-image: url("../img/bg_1.png");
  background-size: cover;
  background-position: center;
}

#ai { /*font-size:1.2em;*/ }
#ai i {
  font-size: 2.5em;
  color: #274EFE;
}

.socar {
  height: 50px;
  width: 50px;
  border-width: 3px !important;
}
.socar.i {
  font-size: 1.25em;
}

@media (max-width: 991px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.1em;
  }
  h3 {
    font-size: 1em;
  }
  h4 {
    font-size: 1em;
  }
  h5 {
    font-size: 1em;
  }
  h6 {
    font-size: 1em;
  }
  p {
    font-size: 0.8em;
  }
  .rounded-6 {
    border-radius: 2em !important;
  }
  .rounded-7 {
    border-radius: 3em !important;
  }
  .navbar-brand img {
    height: 50px;
  }
  .nav-item {
    margin: 0.5em;
  }
  #slider .carousel-item img {
    margin: -30px 0;
  }
  #slider .carousel-item h2 {
    font-size: 1.2em !important;
  }
  #slider .carousel-indicators {
    justify-content: start;
    margin: 0;
    bottom: 1rem;
    left: 3rem;
  }
  .padding {
    margin: 50px 0;
    padding: 50px 0;
  }
  #feat img {
    height: 40px;
  }
  #feat .souligne::before, #feat .nav-item .nav-link:hover::before, .nav-item #feat .nav-link:hover::before, #feat .nav-item .nav-link.active::before, .nav-item #feat .nav-link.active::before {
    display: none;
  }
  #feat h3 {
    font-size: 0.8em;
  }
  #ai {
    font-size: 0.8em;
  }
  #ai i {
    font-size: 2em;
    color: #274EFE;
  }
  #cta2, #cta2 .btn {
    font-size: 0.8em !important;
  }
  .socar {
    height: 32px;
    width: 32px;
    border-width: 2px !important;
  }
  .socar.i {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  #slider .carousel-item img {
    margin: -50px 0;
  }
  #slider .carousel-item h2 {
    font-size: 1em !important;
  }
  #slider .carousel-indicators {
    justify-content: start;
    margin: 0;
    bottom: 1rem;
    left: 2rem;
  }
  #solutions .nega1 {
    margin-bottom: 20px;
    margin-top: -75px;
  }
  #solutions .nega2 {
    margin-bottom: 20px;
    margin-top: -130px;
  }
  #couverture img {
    margin-top: -100px;
    margin-bottom: 40px;
  }
  #couverture.rounded-6 {
    overflow: visible !important;
  }
}
@media (max-width: 575px) {
  h1 {
    text-align: center;
  }
  h2 {
    text-align: center;
  }
  h3 {
    text-align: center;
  }
  h4 {
    text-align: center;
  }
  h5 {
    text-align: center;
  }
  h6 {
    text-align: center;
  }
  #slider {
    margin: 0;
  }
  #slider .carousel-item {
    text-align: center;
  }
  #slider .carousel-item img {
    margin: 20px 0;
  }
  #slider .carousel-item h2 {
    font-size: 1.2em !important;
    color: #000 !important;
  }
  #slider .carousel-indicators {
    justify-content: center;
    margin: 0;
    bottom: 1rem;
    left: 0;
  }
  #slider .carousel-indicators [data-bs-target] {
    width: 20px;
  }
}/*# sourceMappingURL=style.css.map */