@import url('https://fonts.googleapis.com/css2?family=Poppins: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');

*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth; 
}


header {
    background-color: #f0f0f0;
    width: 100%;
    position: fixed;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 200px ;
}

.logo{
    text-decoration: none;
    color: #3a6cf4;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.8em;
}

.navigation a{
    color: #3a6cf4;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 500;
    padding-left: 30px;
}

.navigation a:hover{
    color: #601cfc;
}

section {
    padding: 100px 200px;
}


/*******************************************/
.main {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
   
   /* background: url(images/background.jpeg) no-repeat;*/
    background: url(images/image5.jpg) no-repeat;
    background-size: contain;

    background-position: center;
    background-attachment: fixed;
}

.main p {
    color: #634e29;
padding-left: 50px ;
}


.main h2 {
    color: #634e29;
    font-size: 1.4em;
    font-weight: 500;
}

.main h2 span {
    display: inline-block;
    margin-top: 10px;
    color: #4e9eff;
    font-size: 3em;
    font-weight: 600;
}

.main h3 {
    color: #584141;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.main-btn {
    color: rgb(185,225,238);
    background-color: rgb(12, 6, 247);
    text-decoration:none;
    font-size: 0.1em;
    font-weight: 100em;
    display: inline-block;
    padding: 0.1em 0.1em;
    letter-spacing: 0.10px;
    border-radius: 20px;
    margin-bottom: 40px;
    transition: 0.7s ease;
    margin-top:10px ;
    margin-left: 50px;
}

.main-btn:hover {
    color: rgb(238, 5, 16);
    background-color: rgb(202, 236, 171);
    transform: scale(1.1);
}
/******************************************/




.social-icons a {
    color: #fff;
    font-size: 1.7em;
    padding-right: 30px;
}

.title {
    display: flex;
    justify-content: center;
    color: #3a6cf4;
    font-size: 2.2em;
    font-weight: 800;
    margin-bottom: 30px;
}





.activite {
    background-color: #e9d2d2b2;
   
    margin-bottom:50%;
    width: 100px;
    height: 50px;
    border-radius: 5px;
   
}


.content {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}


.para{
    background-color: #ffffff;
    font-size: 0.5em;
}
.card {
    background-color: rgb(3,68,96);
    color: #f0f0f0;
    width: 23em;
    height: 10em;
    box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
    border-radius: 10px;
    padding: 10px;
    margin: 15px;
    text-align: center ;
    transition: 0.7s ease;
}


.card:hover {
    transform: scale(1.1);
}

.card .icon {
    color: #3a6cf4;
    font-size: 8em;
    text-align: center;
  
}

.info {
    text-align: center;
    background-color: #2f5a6b;
    font-size: 10px;
}

.info h3{
    color: #3a6cf4;
    font-size: 0.2em;
    font-weight: 100;
    margin: 10px;
}

.info p{
    color: #3a6cf4;
    font-size: 0.2em;
    font-weight: 700;
    margin: 10px;
}


/*----------debut -Localisation--------------------*/

#localisations {
    background-color: #bfd39b;
    padding: 25px;

}


.loc {
   
    display: flex;
    justify-content: center;
    flex-direction: row;
   
}

.localcard {
    background-color: #991017;
    width: 65em;
    box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
    border-radius: 10px;
    padding: 25px;
    margin: 15px;
    transition: 0.7s ease;
}


.localcard:hover {
    transform: scale(1.1);
}

.localcard .icon {
    color: #000000;
    font-size: 1em;
    text-align: center;
  
}
/*------------Localisation--------------------*/

#Localisation {
    background-color: #39679b;

}



.Localisationcontent {
    background-color: #300880;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}


.Localisationcard {
    background-color: #5a3d9c;
    width: 53em;
    box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
    border-radius: 10px;
    padding: 25px;
    margin: 15px;
    transition: 0.7s ease;
}


.Localisationcard:hover {
    transform: scale(1.1);
}

.Localisationcard .icon {
    color: #000000;
    font-size: 1em;
    text-align: center;
  
}


.Localisationinfo {
    text-align: center;
    background-color: #f2eaea;
    font-size: 10px;
}

.Localisationinfo h3{
    color: hsl(224, 89%, 59%);
    font-size: 1.2em;
    font-weight: 100;
    margin: 10px;
}

.Localisationinfo p{
    color: #3a6cf4;
    font-size: 2.2em;
    font-weight: 700;
    margin: 10px;
}





/*--------------------------------------*/
.Produits {
    background-color: #46465a;
}

.Produits .content{
    margin-top: 30px;
}

.Produit-card {
    background-color: #447504;
    border: 1px solid #d10808;
    height: 450px;
    width: 200px;
    
    overflow: hidden;
    border-radius: 25px;
    margin: 20px;
    transition: 0.7s ease;
}

.Produit-card:hover {
   transform: scale(1.1);
}

.Produit-card:hover .Produit-image {
    opacity: 0.9;
 }

.Produit-image img{
    width: 100%
}

.Produit-info {
    padding: 1em;
  
}

.Produit-category {
    font-size: 0.8em;
    color: #ffffff;
}

.Produit-title {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 10px;
}

.more-details {
    text-decoration: none;
    color: #d1ecad;
}

.more-details:hover {
    color: #601cfc;
}

.contact .icon{
    font-size: 4.5em;
}

.contact .info h3 {
    color: #000;
}

.contact .info p {
    font-size: 1.5em;
}

/**************footer************************/
.footer {
    background-color: #000016;
    color: #fff;
    padding: 2em;
    display: flex;
    justify-content: space-between;
}

.footer-title {
    font-size: 1.3em;
    font-weight: 600;
}

.footer-title span {
    color: #3a6cf4;
}

.footer .social-icons a{
    font-size: 1.3em;
    padding: 0 12px 0 0;
}
/**************footer************************/



@media (max-width:1023px){
    header{
        padding: 12px 20px;
    }

    .navigation a{
        padding-left: 10px;
    }

    .title{
        font-size: 1.8em;
    }

    section{
        padding: 80px 20px;
    }

    .main-content h2{
        font-size: 1em;
    }

    .main-content h3{
        font-size: 1.6em;
    }

    .content{
        flex-direction: column;
        align-items: center;
    }

}

@media (max-width:641px){
    body{
        font-size: 12px;
    }

    .main-content h2{
        font-size: 0.8em;
    }

    .main-content h3{
        font-size: 1.4em;
    }
}

@media (max-width:300px){
    body{
        font-size: 10px;
     
    }
}


  /*--------------------------------------------------------------
  # Pricing
  --------------------------------------------------------------*/
  .pricing .row {
    padding-top: 40px;
  }
  .pricing .box {
    padding: 60px 40px;
    box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
    background: #fff;
    height: 100%;
    border-top: 4px solid #fff;
    border-radius: 5px;
  }
  .pricing h3 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 20px;
    color: #37517e;
  }
  .pricing h4 {
    font-size: 48px;
    color: #37517e;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    margin-bottom: 25px;
  }
  .pricing h4 sup {
    font-size: 28px;
  }
  .pricing h4 span {
    color: #47b2e4;
    font-size: 18px;
    display: block;
  }
  .pricing ul {
    padding: 20px 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 20px;
  }
  .pricing ul li {
    padding: 10px 0 10px 30px;
    position: relative;
  }
  .pricing ul i {
    color: #28a745;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 6px;
  }
  .pricing ul .na {
    color: #ccc;
  }
  .pricing ul .na i {
    color: #ccc;
  }
  .pricing ul .na span {
    text-decoration: line-through;
  }
  .pricing .buy-btn {
    display: inline-block;
    padding: 12px 35px;
    border-radius: 50px;
    color: #47b2e4;
    transition: none;
    font-size: 16px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    transition: 0.3s;
    border: 1px solid #47b2e4;
  }
  .pricing .buy-btn:hover {
    background: #47b2e4;
    color: #fff;
  }
  .pricing .featured {
    border-top-color: #47b2e4;
  }
  .pricing .featured .buy-btn {
    background: #47b2e4;
    color: #fff;
  }
  .pricing .featured .buy-btn:hover {
    background: #23a3df;
  }
  @media (max-width: 992px) {
    .pricing .box {
      max-width: 60%;
      margin: 0 auto 30px auto;
    }
  }
  @media (max-width: 767px) {
    .pricing .box {
      max-width: 80%;
      margin: 0 auto 30px auto;
    }
  }
  
  
  @media (max-width: 420px) {
    .pricing .box {
      max-width: 100%;
      margin: 0 auto 30px auto;
    }
  }
  
  
  /*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
  section {
    padding: 60px 0;
    overflow: hidden;
  }
  
  .section-bg {
    background-color: #f3f5fa;
  }
  
  .section-title {
    text-align: center;
    padding-bottom: 30px;
  }
  .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #106eea;
  }
  .section-FOOT h2 {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #1a5cb3;
  }
  
  .section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
  }
  .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #47b2e4;
    bottom: 0;
    left: calc(50% - 20px);
  }
  .section-title p {
    margin-bottom: 0;
  }




  /*--------------------------------------*/

/* Applique une animation de gauche à droite */
.Produit-card {
    opacity: 0;
    transform: translateX(-100%);
    animation: slideIn 0.8s forwards;
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    25% {
        opacity: 0;
        transform: translateX(-100%);
    }
    50% {
        opacity: 0;
        transform: translateX(-100%);
    }
   75% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Décalage des cartes pour un effet d'animation en séquence */
.Produit-card:nth-child(1) {
    animation-delay: 0.1s;
}
.Produit-card:nth-child(2) {
    animation-delay: 0.2s;
}
.Produit-card:nth-child(3) {
    animation-delay: 0.3s;
}
.Produit-card:nth-child(4) {
    animation-delay: 0.4s;
}
.Produit-card:nth-child(5) {
    animation-delay: 0.5s;
}
.Produit-card:nth-child(6) {
    animation-delay: 0.6s;
}
.Produit-card:nth-child(7) {
    animation-delay: 0.7s;
}
