/* Import All CSS */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url(../css/fontawesome/css/all.min.css);
@import url(../css/bootstrap.min.css);
@import url(../css/bootstrap-datetimepicker.min.css);
/*#load{
  opacity: 0;
  display: none;
  transition: opacity 0.5s ease-in;
}*/
.fondu-out {
  opacity: 0 !important;
  transition: opacity 0.4s ease-out;
  display: none !important;
}

#preloader {
  opacity: 1;
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  background-color: #ffffff;
}
#preloader h1 {
  margin-bottom: 180px;
  animation: load 1.2s linear infinite;
}
@keyframes load {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
#preloader .preload-content {
  position: absolute;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  z-index: 100;
}
#preloader #dento-load {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 6px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #6A59A7;
  animation: dentorotate 2400ms linear infinite;
  z-index: 999;
}
#preloader #dento-load:before {
  content: "";
  position: absolute;
  top: 7.5px;
  left: 7.5px;
  right: 7.5px;
  bottom: 7.5px;
  border-radius: 50%;
  border: 6px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #37C6F4;
  animation: dentorotate 2700ms linear infinite;
}
#preloader #dento-load:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  border: 6px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #19242E;
  animation: dentorotate 1800ms linear infinite;
}
@keyframes dentorotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.flex-row {
  display: flex !important;
  flex-direction: row !important;
}

.text-blue {
  color: #64C4EF;
}

.text-orange {
  color: #D27200;
}

.flex-row-center {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-content: center !important;
  align-items: center;
}

.flex-row-left {
  display: flex !important;
  flex-direction: row !important;
  justify-content: left !important;
  align-content: flex-start !important;
}

.flex-row-right {
  display: flex !important;
  flex-direction: row !important;
  justify-content: right !important;
  align-content: center !important;
  align-items: center;
}

.flex-row-space {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-content: space-between !important;
}

.flex-column-center {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.flex-center {
  display: flex !important;
  justify-content: center !important;
}

.flex-row {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-content: flex-start;
}

.flex-row-flex-start {
  display: flex !important;
  flex-direction: row !important;
  align-content: flex-start;
}

.icon-logo {
  content: url(../svg/logo.svg);
}

.icon-facebook {
  content: url(../svg/facebook.svg);
}

.icon-home {
  content: url(../svg/home.svg);
}

.icon-instagram {
  content: url(../svg/instagram.svg);
}

.icon-whatsapp {
  content: url(../svg/whatsapp.svg);
}

.icon-phone {
  content: url(../svg//phone.svg);
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #3D3D3D;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
textarea,
img {
  width: 100%;
}

h1, h2, h3, h4, h5, h6, ul, li {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.display-flex {
  display: flex !important;
}

div.row {
  --bs-gutter-x:0;
}

.clear {
  clear: both;
}

/********** Scroll Bar Window ***************/
/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #a9a9a9;
  opacity: 0.5;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #292929;
}

.header-links {
  background: #39AEE3;
}
.header-links .header-links-nav {
  display: flex;
  height: 50px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}
.header-links .header-links-nav .header-links-ul {
  margin: auto;
  display: flex;
  align-items: center;
}
.header-links .header-links-nav .header-links-ul .header-links-li-one {
  background-color: #fff;
  box-sizing: border-box;
  height: 50px;
  width: 400px;
  order: 1;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.header-links .header-links-nav .header-links-ul .header-links-li-one .header-links-a-one {
  color: #000;
  text-transform: capitalize;
  font-size: 15px;
  cursor: pointer;
}
.header-links .header-links-nav .header-links-ul .header-links-li-one .header-links-a-one:focus,
.header-links .header-links-nav .header-links-ul .header-links-li-one .header-links-a-one:hover {
  -webkit-text-decoration: 2px solid underline;
          text-decoration: 2px solid underline;
  text-decoration-color: #000;
}
.header-links .header-links-nav .header-links-ul .header-links-li-two {
  width: 480px;
  box-sizing: border-box;
  height: 50px;
  order: 2;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.header-links .header-links-nav .header-links-ul .header-links-li-two .header-links-li-two:focus,
.header-links .header-links-nav .header-links-ul .header-links-li-two .header-links-li-two:hover {
  background-color: #666;
  color: #f3f3f3;
  cursor: pointer;
}
.header-links .header-links-nav .header-links-ul .header-links-li-two .header-links-a-two {
  color: #fff;
  font-size: 15px;
  padding: 10px 10px;
  text-transform: capitalize;
}
.header-links .header-links-nav .header-links-ul .header-links-li-two .header-links-a-two:focus,
.header-links .header-links-nav .header-links-ul .header-links-li-two .header-links-a-two:hover {
  -webkit-text-decoration: 2px solid underline;
          text-decoration: 2px solid underline;
  text-decoration-color: #fff;
}
@media (max-width: 768px) {
  .header-links .header-links-nav {
    height: 100px;
    max-width: 768px;
  }
  .header-links .header-links-nav .header-links-ul {
    padding: 0;
    margin: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .header-links .header-links-nav .header-links-ul .header-links-li-one {
    background-color: #fff;
    box-sizing: border-box;
    height: 50px;
    width: 100%;
    order: 2;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .header-links .header-links-nav .header-links-ul .header-links-li-one .header-links-a-one {
    text-decoration: none;
    color: #000;
    text-transform: capitalize;
    font-size: 15px;
    cursor: pointer;
  }
  .header-links .header-links-nav .header-links-ul .header-links-li-one .header-links-a-one:focus,
  .header-links .header-links-nav .header-links-ul .header-links-li-one .header-links-a-one:hover {
    -webkit-text-decoration: 2px solid underline;
            text-decoration: 2px solid underline;
    text-decoration-color: #000;
  }
  .header-links .header-links-nav .header-links-ul .header-links-li-two {
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    order: 1;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .header-links .header-links-nav .header-links-ul .header-links-li-two .header-links-a-two {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    padding: 10px 10px;
    text-transform: capitalize;
  }
  .header-links .header-links-nav .header-links-ul .header-links-li-two .header-links-a-two:focus,
  .header-links .header-links-nav .header-links-ul .header-links-li-two .header-links-a-two:hover {
    -webkit-text-decoration: 2px solid underline;
            text-decoration: 2px solid underline;
    text-decoration-color: #fff;
  }
}

.bacck {
  position: absolute;
  top: -285px;
  left: 0;
  z-index: -1;
}

#BackToTopBtn {
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 10px;
  font-size: 40px;
  color: #37C6F4;
  background-color: #ffffff;
  border-radius: 50%;
}

header {
  height: 110px;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  background-color: #ffffff;
  padding-top: 15px;
}
@media only screen and (max-width:576px) {
  header {
    height: 90px;
  }
}
header .icon-logo {
  width: auto;
}
@media only screen and (max-width:576px) {
  header .icon-logo {
    width: 180px;
  }
}
header .container {
  height: 90px;
}
@media only screen and (max-width:576px) {
  header .container {
    height: 70px;
  }
}
header nav.nav {
  height: 40px;
}
@media only screen and (max-width:991px) {
  header nav.nav {
    display: none;
  }
}
header a.nav-link {
  color: #19242E;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media only screen and (max-width:1199px) {
  header a.nav-link {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
header a.nav-link:hover {
  color: #000000;
}
header .resaux-sociaux {
  height: 40px;
}
@media only screen and (max-width:576px) {
  header .resaux-sociaux {
    display: none !important;
  }
}

.slide, .carousel-inner, .carousel-item, .banner-titre {
  height: calc(100vh - 110px) !important;
}
@media only screen and (max-width:1199px) {
  .slide, .carousel-inner, .carousel-item, .banner-titre {
    height: auto !important;
  }
}

.banner-titre {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.banner-titre .titre {
  font-size: 85px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
}
@media only screen and (max-width:1199px) {
  .banner-titre .titre {
    font-size: 75px;
  }
}
@media only screen and (max-width:991px) {
  .banner-titre .titre {
    font-size: 55px;
  }
}
@media only screen and (max-width:767px) {
  .banner-titre .titre {
    font-size: 35px;
  }
}
@media only screen and (max-width:576px) {
  .banner-titre .titre {
    font-size: 21px;
    font-weight: 700;
  }
}
.banner-titre .titre1 {
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}
@media only screen and (max-width:1199px) {
  .banner-titre .titre1 {
    font-size: 40px;
  }
}
@media only screen and (max-width:991px) {
  .banner-titre .titre1 {
    font-size: 33px;
  }
}
@media only screen and (max-width:767px) {
  .banner-titre .titre1 {
    font-size: 20px;
  }
}
@media only screen and (max-width:576px) {
  .banner-titre .titre1 {
    font-size: 16px;
  }
}
.banner-titre .titre2 {
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  color: #64C4EF;
}
@media only screen and (max-width:1199px) {
  .banner-titre .titre2 {
    font-size: 30px;
  }
}
@media only screen and (max-width:991px) {
  .banner-titre .titre2 {
    font-size: 25px;
  }
}
@media only screen and (max-width:767px) {
  .banner-titre .titre2 {
    font-size: 14px;
  }
}
@media only screen and (max-width:576px) {
  .banner-titre .titre2 {
    font-size: 12px;
  }
}
.banner-titre .titre3 {
  font-size: 70px;
  font-weight: 400;
  text-transform: uppercase;
  color: #64C4EF;
}
@media only screen and (max-width:1199px) {
  .banner-titre .titre3 {
    font-size: 60px;
  }
}
@media only screen and (max-width:991px) {
  .banner-titre .titre3 {
    font-size: 45px;
  }
}
@media only screen and (max-width:767px) {
  .banner-titre .titre3 {
    font-size: 25px;
  }
}
@media only screen and (max-width:576px) {
  .banner-titre .titre3 {
    font-size: 18px;
  }
}

h1 {
  font-size: 84px;
  font-weight: 900;
  text-transform: uppercase;
  color: #19242E;
}
@media only screen and (max-width:1199px) {
  h1 {
    font-size: 75px;
  }
}
@media only screen and (max-width:991px) {
  h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width:767px) {
  h1 {
    font-size: 50px;
  }
}

label.sous-titre {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(35, 47, 60, 0.3490196078);
}
@media only screen and (max-width:1199px) {
  label.sous-titre {
    font-size: 25px;
  }
}
@media only screen and (max-width:991px) {
  label.sous-titre {
    font-size: 18px;
  }
}
@media only screen and (max-width:767px) {
  label.sous-titre {
    font-size: 15px;
  }
}

.line {
  height: 1px;
  width: 250px;
  margin-top: 30px;
  background-color: rgba(35, 47, 60, 0.3490196078);
}
@media only screen and (max-width:1199px) {
  .line {
    width: 200px;
  }
}
@media only screen and (max-width:991px) {
  .line {
    width: 150px;
  }
}
@media only screen and (max-width:767px) {
  .line {
    width: 200px;
  }
}

section.section-about {
  padding-top: 6rem;
}
section.section-about div.cube {
  height: 100%;
  width: 100%;
  background-image: url("../img/cube.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}
section.section-about div.cube2 {
  height: 100%;
  width: 100%;
  background-image: url("../img/cube2.png");
  background-position: top right;
  background-repeat: no-repeat;
}
section.section-about .about {
  padding-top: 4rem;
}
section.section-about .about h2 {
  font-size: 31px;
  font-weight: 600;
  color: #D27200;
}
@media only screen and (max-width:1199px) {
  section.section-about .about h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width:991px) {
  section.section-about .about h2 {
    font-size: 20px;
  }
}
section.section-about .about p {
  font-size: 18px;
}
@media only screen and (max-width:1199px) {
  section.section-about .about p {
    font-size: 15px;
  }
}
@media only screen and (max-width:991px) {
  section.section-about .about p {
    font-size: 13px;
  }
}
section.section-about .about p i {
  color: #64C4EF;
}

section.section-services {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #F8F8F8;
}
section.section-services h3 {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(35, 47, 60, 0.3490196078);
  margin-top: 3rem;
}
@media only screen and (max-width:1199px) {
  section.section-services h3 {
    font-size: 33px;
  }
}
@media only screen and (max-width:767px) {
  section.section-services h3 {
    font-size: 20px;
  }
}
section.section-services .box-img-services {
  margin-top: 2rem;
}
section.section-services i {
  font-size: 17px;
}
section.section-services p {
  font-size: 20px;
  font-weight: 500;
  color: #3D3D3D;
  text-transform: uppercase;
  text-align: justify;
  text-justify: inter-word;
}
@media only screen and (max-width:1199px) {
  section.section-services p {
    font-size: 14px;
  }
}

section.section-services2 {
  width: 100%;
}
section.section-services2 .service {
  position: relative;
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width:991px) {
  section.section-services2 .service {
    height: 350px;
  }
}
section.section-services2 .service::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.45);
  height: 500px;
}
@media only screen and (max-width:991px) {
  section.section-services2 .service::before {
    height: 350px;
  }
}
section.section-services2 .service label.titre {
  position: relative;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 800;
  color: #64C4EF;
}
@media only screen and (max-width:1199px) {
  section.section-services2 .service label.titre {
    font-size: 55px;
  }
}
@media only screen and (max-width:991px) {
  section.section-services2 .service label.titre {
    font-size: 40px;
  }
}
section.section-services2 .service label.titre-content {
  position: relative;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  color: #64C4EF;
}
@media only screen and (max-width:1199px) {
  section.section-services2 .service label.titre-content {
    font-size: 22px;
  }
}
@media only screen and (max-width:991px) {
  section.section-services2 .service label.titre-content {
    font-size: 16px;
  }
}
section.section-services2 .service p {
  position: relative;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 500;
  color: #ffffff;
}
@media only screen and (max-width:1199px) {
  section.section-services2 .service p {
    font-size: 30px;
  }
}
@media only screen and (max-width:991px) {
  section.section-services2 .service p {
    font-size: 20px;
  }
}
section.section-services2 .service p.content {
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  padding: 0 4rem 0 4rem;
  margin-top: 1rem;
  text-align: justify;
  text-justify: inter-word;
  line-height: 25px;
}
@media only screen and (max-width:1199px) {
  section.section-services2 .service p.content {
    padding: 0 2rem 0 2rem;
    font-size: 15px;
  }
}
@media only screen and (min-width:1650px) {
  section.section-services2 .service p.content {
    padding: 0 7rem 0 7rem;
  }
}
@media only screen and (min-width:1650px) {
  section.section-services2 .service p.content {
    padding: 0 10rem 0 10rem;
  }
}
section.section-services2 .img-sourcing {
  background-image: url("../img/service-sourcing.jpg");
}
section.section-services2 .img-logistics {
  background-image: url("../img/service-logistics.jpg");
}

section.section-contact {
  padding-top: 6rem;
  padding-bottom: 3rem;
}
section.section-contact .maps {
  min-height: 400px;
}

footer {
  position: relative;
  width: 100%;
  height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/contact-footer.jpg");
}
@media only screen and (max-width:991px) {
  footer {
    height: 500px;
  }
}
footer::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  height: 650px;
}
@media only screen and (max-width:991px) {
  footer::before {
    height: 500px;
  }
}
footer .row {
  width: 100%;
  height: 650px;
}
@media only screen and (max-width:991px) {
  footer .row {
    height: 500px;
  }
}
footer .content-footer {
  height: 400px;
  background-color: rgba(255, 255, 255, 0.1);
  filter: drop-shadow(0 0 0.75rem rgb(49, 49, 49));
}
@media only screen and (max-width:991px) {
  footer .content-footer {
    height: 300px;
  }
}
footer .content-footer i {
  width: 90px;
}
@media only screen and (max-width:991px) {
  footer .content-footer i {
    width: 70px;
  }
}
footer .content-footer label {
  font-size: 37px;
  font-weight: 800;
  color: #ffffff;
}
@media only screen and (max-width:1199px) {
  footer .content-footer label {
    font-size: 30px;
  }
}
@media only screen and (max-width:991px) {
  footer .content-footer label {
    font-size: 20px;
  }
}
@media only screen and (max-width:576px) {
  footer .content-footer label {
    font-weight: 700;
    font-size: 17px;
  }
}
footer .content-footer a {
  color: #ffffff !important;
}
footer .content-footer p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 0;
}
@media only screen and (max-width:1199px) {
  footer .content-footer p {
    font-size: 15px;
  }
}
@media only screen and (max-width:991px) {
  footer .content-footer p {
    font-size: 13px;
  }
}
footer .footer {
  position: relative;
  width: 100%;
  height: 60px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width:1199px) {
  footer .footer {
    font-size: 13px;
  }
}
footer .footer a {
  color: #ffffff;
}
footer .footer a:hover {
  color: #64C4EF;
}