/*-------------------------------------# GENERAL ----------------------------------*/
body {
  font-family: "muli", sans-serif;
  color: #fff;
}

a {
  text-decoration: none;
  color: #189E5F;
}

a:hover {
  color: #189E5F;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "muli", sans-serif;
  font-weight: bold;
}

h6 {
  font-family: "muli", sans-serif;
  font-weight: normal;
}

.text-bulle {
  z-index: 2;
  color: #F5F5F5;
  position: absolute;
  text-align: center;
  top: 40%;
  right: 5%;
  font-size: 3rem;

}

.lune-taille-vert {
  width: 120px;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 30%;

}

.lune-taille-orange {
  width: 120px;
  z-index: 3;
  position: absolute;
  right: 0;
  top: 0;
}

.lune-taille-blanc {
  width: 100px;
  top: 70%;
  z-index: 4;
  right: 0;
  position: absolute;
}

i.bi.bi-arrow-down-circle.icon-blanc {
  color: #f5f5f5;
}

i.bi.bi-arrow-down-circle.icon-blue {
  color: #1C63AA;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

/*------------------------------------------- Sections General--------------------------------*/
section {
  padding: 60px 0;
}

.section-title {
  text-align: center;
  padding-bottom: 0px;
}

.section-title h2 {
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #f5f5f5;
}

.section-title p {
  margin-bottom: 0;
  color: #5f7c78;
}

.espace-section {
  padding-left: 0%;
  padding-right: 0%;
}

.bulle-vert-gauche {
  position: absolute;
  right: 0;
  margin-top: 10%;
}

/*------------------------------------------ ACCUEIL-------------------------------------------------*/
.accueil {
  width: 100%;
  height: 100vh;
}

.section-accueil {
  background-image: url("../img/images/fond.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
}

.accueil-container {
  display: inline-block;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#accueil h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#accueil p {
  width: 80%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

.nuage-accueil {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

/* A PROPOS DE NOUS */

.text-apropos {
  color: #1C63AA;
  padding: 50px;
  text-align: justify;
}

.section-apropos {
  background-color: #F5F5F5;

}

/*---------------------------------------------- NOS SERVICES voir carousel .css------------------------------------*/

.section-service {
  background-color: #1C63AA;
}

/*---------------------------------------------  Section savoir faire---------------------------- */
.section-savoir-faire {
  background-color: #F5F5F5;
}

.text-bulle-mobile {
  color: #1C63AA;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 28px;
}

.nuage-mobile {
  width: 100%;
  padding: 0%;
}

.nuage {
  width: 100%;
  padding: 30px;
}

/*-----------------------------------  CONTACTEZ NOUS --------------------------------------------*/
.section-contact {
  background-color: #F08024;
}

.contact i.bi {
  background-color: #f5F5F5;
  border-radius: 50%;
  color: #f08024;
  font-size: 1.25rem;
  padding: 10px 8px 5px;
}

.i {
  background-color: #158f7c;
  border-radius: 100%;
  object-fit: cover;
  height: 4em;
  width: 100%;

}

.ul-contact {
  color: #F5F5F5;
  text-decoration: none;
  font-size: 18px;
  line-height: 3rem;
  font-weight: 700;
}

.img-office {
  width: 100%;
}

/*----------------------------------------- FORMULAIRE PHP 6666-----------------------------------*/
.contact .contact-form-wrap {
  background: #F08024;
  position: relative;
  z-index: 1;
  padding: 30px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #F08024;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form label {
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
  color: #5f7c78;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  box-shadow: none;
  font-size: 18px;
  border: 1px solid #f5f5f5;
  background-color: #F08024;
  color: #fff;
  font-weight: 600;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #189E5F;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #fff;
  border: 0px solid #f08024;
  padding: 10px 24px;
  color: #f08024;
  transition: 0.4s;
  border-radius: 8px
}

.contact .php-email-form button[type=submit]:hover {
  font-size: 1.10rem;
  font-weight: 700;

}

::placeholder {
  color: #f5F5F5 !important;
}

:-moz-placeholder {
  color: #f5F5F5 !important;
}

::-moz-placeholder {
  color: #f5F5F5 !important;
}

::-webkit-input-placeholder {
  color: #f5F5F5 !important;
}

:-ms-input-placeholder {
  color: #f5F5F5 !important;
}

/*-------------------------------------------- FOOTER ------------------------------------------*/
#footer {
  padding: 20px;
  color: #fff;
  font-size: 12px;
  background: #1C63AA;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

p.copyrith {
  padding-top: 20px;
  margin-bottom: auto;
}

/*--------------------------------------BOUTON RETOUR EN HAUT------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #189E5F;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #189E5F;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

;

.scrolled-offset {
  margin-top: 70px;
}

.fleche a i {
  transition: transform .2s;
  display: inline-block;
}

.fleche a i:hover {
  transform: scale(1.025);
}

.fleche-apropos {
  font-size: xxx-large;
  margin-top: -7%;
}

.col-lg-12.fleche-service.text-center {
  padding-top: 0px;
  font-size: xxx-large;
}

.col-lg-12.fleche-savoirfaire.text-center {
  padding-top: 0px;
  font-size: xxx-large;
}

.bi.bi-arrow-down-circle.bisavoirfaire {
  color: #f5f5f5;
}

.col-lg-12.fleche-contact.text-center {
  padding-top: 0px;
  font-size: xxx-large;
}

.footer-info img {
  width: 25%;
}

img.modal-entete-img {
  width: 50%;
  margin: 0 auto;
  display: block;
}

.text-popup {
  color: #1C63AA;
}

.text-popup-error {
  color: #dc3545;
}

.btn-close-modal {
  margin: 0 auto;
  width: 50%;
  display: block;
}

.text-contrat {
  color: #95a5a6;
}

.modal section {
  padding: 1rem 0;
}

/**--------------------------------------------MEDIAS QUERIS------------------------------------*/


@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 1024px) {

  #accueil p {
    width: 60%;
  }

  .contact .info {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  #accueil h2 {
    font-size: 28px;
  }

  .nuage-accueil {
    margin: 0;
    width: 100%;
    height: 100vh;
    object-fit: contain;
  }

  .fleche-apropos {
    font-size: xxx-large;
    margin-top: -25%;
  }

  .text-bulle {
    z-index: 2;
    color: #F5F5F5;
    position: absolute;
    text-align: center;
    top: 196px;
    left: 145px;
  }

  .contact .php-email-form {
    padding: 15px 0 0 0;
  }

  .lune-taille-vert {
    width: 100px;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 230px;

  }

  .lune-taille-orange {
    width: 100px;
    z-index: 3;
    position: relative;
    left: 709px;
    top: -544px;
  }

  .lune-taille-blanc {
    width: 100px;
    top: -330px;
    z-index: 4;
    left: 709px;
    position: relative;
  }

  .card:hover {
    transform: none;
  }

  .card {
    transition: none;
  }

  .section-title h2 {
    font-size: 2rem;
  }

  .section-title {
    margin-bottom: 3rem;
  }

  .footer-info img {
    width: 50%;
  }
}