* {
  font-family: "Open Sans", sans-serif;
}
/* animation loading */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.945);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loader .anim {
  width: 100px; /* Ajustez la taille selon vos besoins */
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*------------------*/
body {
  --color1: #f6a200;
  font-family: "Open Sans", sans-serif;
}
.navbar-nav .nav-link {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: normal;
  letter-spacing: 0;
  transition: ease-in 0.2s;
}

/*slider*/
#titre-carousel {
  position: absolute;
  bottom: 0;
  padding: 35px;
  background: linear-gradient(rgba(1, 8, 70, 0.692), rgba(8, 0, 44, 0.979));
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#titre-carousel .contenu {
  text-align: center;
}
#titre-carousel .contenu span {
  color: #fff;
  font-size: 35px;
}
#titre-carousel .contenu p {
  font-size: 20px;
  width: 500px;
}
#titre-carousel .contenu h3 {
  color: #f6a200;
  font-size: 55px;
  text-align: center;
  width: 450px;
  position: relative;
  left: 15px;
}

/*responsive carousel*/
@media (max-width: 768px) {
  #titre-carousel .contenu span {
    color: #fff;
    font-size: 35px;
  }
  #titre-carousel .contenu p {
    font-size: 15px;
    width: 500px;
  }
  #titre-carousel .contenu h3 {
    line-height: 2.5rem;
    font-size: 45px;
    text-align: center;
    width: 500px;
  }
}
@media (max-width: 700px) {
  #titre-carousel .contenu span {
    color: #fff;
    font-size: 20px;
  }
  #titre-carousel .contenu p {
    padding: 8px 90px;
    font-size: 12px;
  }
  .carousel-indicators {
    display: none;
  }
  #slider-image-new {
    /*height: 500px;*/
  }
  #titre-carousel .contenu h3 {
    line-height: 2rem;
    font-size: 25px;
    text-align: center;
    width: 450px;
    position: relative;
    top: 25px;
    left: 15px;
  }
}
@media (max-width: 400px) {
  #titre-carousel .contenu h3 {
    line-height: 1rem;
    font-size: 15px;
    text-align: center;
    width: 450px;
    position: relative;
    top: 25px;
    left: 3px;
  }
  #titre-carousel .contenu p {
    padding: 8px 90px;
    font-size: 8px;
    width: 400px;
    position: relative;
    left: 25px;
  }
  #titre-carousel .contenu span {
    color: #fff;
    font-size: 15px;
  }
}
@media (max-width: 270px) {
  #titre-carousel .contenu p {
    display: none;
  }
  #titre-carousel .contenu h3 {
    top: 20px;
    line-height: 1.5rem;
    font-size: 20px;
  }
}
/*-------le bouton nous contactez---------*/
#titre-carousel .contenu .bouton {
  background-color: #f6a200;
  color: white;
  padding: 9px 20px;
  border-radius: 5px;
  font-size: 12px;
  transition: ease-in 0.2s;
}
#titre-carousel .contenu .bouton:hover {
  font-size: 15px;
  background: #fff;
  color: #000;
  font-weight: 500;
  border: 2px solid #f6a200;
}

#titre-carousel .contenu .bouton2 {
  background-color: #3e70fb;
  color: white;
  padding: 9px 20px;
  border-radius: 5px;
  font-size: 12px;
  transition: ease-in 0.2s;
}
#titre-carousel .contenu .bouton2:hover {
  font-size: 15px;
  background: #fff;
  color: #000;
  font-weight: 500;
  border: 2px solid #3e70fb;
}
#titre-carousel .contenu .bouton3 {
  background-color: #de2f2f;
  color: white;
  padding: 9px 20px;
  border-radius: 5px;
  font-size: 12px;
  transition: ease-in 0.2s;
}
#titre-carousel .contenu .bouton3:hover {
  font-size: 15px;
  background: #fff;
  color: #000;
  font-weight: 500;
  border: 2px solid #de2f2f;
}

@media (max-width: 1000px) {
  #titre-carousel .contenu .bouton,
  #titre-carousel .contenu .bouton2,
  #titre-carousel .contenu .bouton3 {
    display: none;
  }
}
/*------------bouton scroll en haut---------------*/
#scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 15px;
  color: white;
  border-radius: 50%;
  border: none;
  background: #0e0088;
  z-index: 9999999999999999999;
}

/**/
#image3 {
  position: absolute;
  width: 380px;
  top: 60%;
  left: 25%;
  border: 15px solid #fff;
}

#image4 {
  position: absolute;
  top: -35px;
  right: 0;
  opacity: 0.3;
}

#image-5 {
  position: absolute;
  bottom: 40px;
  left: -80px;
  opacity: 0.4;
}
.col-md-12 a {
  background: #de2f2f;
  color: #fff;
  padding: 10px;
  font-size: 12px;
}
.col-md-12 a:hover {
  background: white;
  border: 1px solid #de2f2f;
  color: #000;
}

@media (max-width: 990px) {
  #image--1 {
    width: 100%;
  }
  #image3 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  .row {
    display: flex;
  }
}
/*image carousel*/
#titre-carousel .mes-images img {
  /*display: none;*/
}
@media (max-width: 1420px) {
  #titre-carousel .mes-images img {
    width: 350px;
  }
}
@media (max-width: 1140px) {
  #titre-carousel .mes-images img {
    width: 250px;
  }
}
@media (max-width: 940px) {
  #titre-carousel .mes-images img {
    width: 150px;
  }
  #titre-carousel .mes-images {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 660px) {
  #titre-carousel .mes-images img {
    display: none;
  }
}
#floatingImg {
  position: relative; /* Nécessaire pour animer la position */
  width: 200px;
  height: auto;
  transition: transform 2s ease-in-out; /* Transition douce pour l'animation */
}

/*les images du slider*/
@media (max-width: 1200px) {
  #mesimages {
    display: none;
  }
}
/*------Offres--------------*/
#les-offres .container .les-offres .row .col-md-4 .cartes img {
  transition: 0.5s;
}
#les-offres .container .les-offres .row .col-md-4 .cartes:hover img {
  transform: scale(1.1);
  box-shadow: 0px 2px 15px 5px #96969625;
  margin-bottom: 15px;
}
/*--------------NOS SERVICES--------------*/
.container .row .card {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 15px;
  cursor: pointer;
  height: auto;
  transition: all 0.2s ease-in;
}

.container .row .card:hover {
  transform: scale(1.05);
  /* position: relative;
  top: -15px; */
  box-shadow: 0px 5px 15px 5px #c7c6ce28;
}
.container .row .card h1 {
  font-size: 28px;
}
.container .row .card svg {
  border-radius: 15px;
  margin-bottom: 20px;
}
/*NOS REALISATIONS*/

.image-container {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.image-container.show {
  display: block;
  opacity: 1;
}
button {
  margin: 10px;
  padding: 10px;
}
.realisation {
  height: auto;
  padding: 15px;
}
/*-------mixtup---------*/
.mixit_wrapper img {
  padding-top: 10px;
}
/*--------contact-----*/
section .partie-contact {
  padding: 35px 45px;

  border-radius: 10px;
  z-index: 999999999999999;
}

form .button {
  background: white;
  color: #070141;
}
form .button:hover {
  background: #0e008b;
  color: white;
}
/*------footer-----------*/
.footer .container {
  padding-top: 25px;
}
.footer .container .col-6 .mot {
  font-size: 14px;
}
