
#activite{
    background-color: #F0F0F0; ;
    padding-top: 40px;
    display: flex;
    min-height: 600px;
    align-items: center;
    height: auto;
    width: 100%;
    gap: 30px;
    flex-direction: column;
    padding: 50px 0px;
}
#activite h2{
    color: black;
}
.nos{
    font-weight: 500;
    color: var(--vert) !important;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
}
#activite span{
    width: 80%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-align: center;
    
}
.mesbox{/*la div mere des activite*/
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.box{/*la div des activite il englobe trois div en meme temps*/
    width: 350px;
    height: 350px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    /* background: linear-gradient(to right ,#fe7624 , #09721b) ; */
    background-color: #e0f7fa;
}
.box .p1{/*la div qui se trouve en haut des div des activite ou je vais place mon image*/
    width: 100%;
    height: 50%;
    border-radius: 10px 10px 0 0;
    
}
.box .p1 img{
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    object-position: center;
}
.box .p2{/*la div qui se trouve en bas des div des activite il contient la description des activite*/
    width: 100%;
    height: 50%;
    background-color:var(--white);
    border-radius:0 0 10px 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    padding-left: 20px;
    /* color: white; */
}
.box .p2 h2{
    /* color: white !important; */
    font-size: 1.3rem;
}
/*animation de box*/
.box:hover{
    transform: translateY(-20px);
    transition: all 0.5s ease;
}
/*la partie des solution je vais mettre les different solution*/
#nos_solutions{
    width: 100%;
    min-height: 550px;
    background-color: #09721b;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#nos_solutions h2{
    font-weight: 500;
    width: 85%;
    height: 50px;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: white;
    justify-content: center;
    font-size: 32px;

}
#nos_solutions p{
    width: 85%;
    height: auto;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 30px;
}
#nos_solutions .les_solutions{
    width: auto;
    min-height: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}
.solution{
    background-color: #006400;
    width: 300px;
    height: 250px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    gap: 10px;
    cursor: pointer;
}
.solution h3{
    width:80% ;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--orange);
    font-weight: bolder;
}
.solution .p{
    width: 80%;
    height: 150px;
    color: white;
}
.solution a{
    width: auto;
    height: 30px;
    color: var(--orange);
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 10px;
}
/*la responsive*/
/**animation de la partie solution*/
.solution a:hover{
    color: blue;
}
.solution:hover{
    background-color: var(--vert-mère-enfant);
}
.solution:hover .p{
    color: black;
}
@media screen and (max-width:1000px) {
    #nos_solutions .les_solutions{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #nos_solutions p{
        font-size: 15px;
        text-align: start;
    }
}
/*******la partie des entreprise ou je via spresente tout les entreprise qui sont collaborateure de synergie integral */
#les_entreprises{
    width: 100%;
    min-height: 300px;
    height: auto;
    /* background-color: aqua; */
    display: flex;
    flex-wrap: wrap;
}
#les_entreprises .confiance , #les_entreprises .partenaire{
    width: 50%;
    min-height: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px 0;
    gap: 30px;
}
#les_entreprises .partenaire{
    background-color: #F0F0F0;
}
#les_entreprises .confiance h3{
    color: #fe7624;
}
@media screen and (max-width : 1000px) {
    #les_entreprises h3{
        font-size:20px;
    }
    #les_entreprises p{
        font-size: 18px;
    }
}
@media screen and (max-width:600px){
    #les_entreprises h3{
        font-size:18px;
        width: 80%;
        text-align: center;
    }
}
#les_entreprises p{
    width: 70%;
    height: auto;
    display: flex;
    justify-content: center;
    text-align: center;
}
#les_entreprises button{
    transition: all 0.5s ease;
    padding: 30px 30px;
    font-size: large;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    /* background: linear-gradient(135deg, #FF6B35, #FF8E53); */
    background: linear-gradient(to right ,#fe7624 , #09721b) ; 
    color: white;
}
#les_entreprises button:hover{
    transform: translateY(-3px);
    transition: all 0.5s ease;
    box-shadow:0px 5px 15px 0 rgba(243, 136, 36, 0.795) ;
}
#les_entreprises .partenaire h3{
    color: var(--vert);
}
@media screen and (max-width : 1000px) {
    #les_entreprises .confiance , #les_entreprises .partenaire{
        width: 100%;
    }
}
/*la partie suivez nous */
#suivez{
    background-color: var(--orange);
    width: 100%;
    min-height: 150px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    padding: 50px 0;
    background-color: var(--vert-mère-enfant);
}
.notre_actualite{
    width: 90%;
    min-height: 100px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    gap: 20px;
}
.notre_actualite h2{
    color: #ffffffd9;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
}
.notre_actualite p{
    color: #ffffffd9;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.email{
    width: 100%;
    height:100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container{
    background-color: #f9ffff;
    width: 675px;
    height: 72px;
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.container input[type=email]{
    background-color:#f9ffff ;
    width: 450px;
    height: 51px;
    border-radius: 5px;
    border: none;
    font-size: large;
    outline: none; 
    text-align: center;
}
.container input[type=submit]{
    width: 185px;
    height: 51px;
    border: none;
    border-radius: 5px;
    background-color: var(--vert-mère-enfant);
    padding: 15px 56px;
    cursor: pointer;
    color: white;
    font-size: 18px;
    cursor: pointer;
    border: 2px solid var(--vert-mère-enfant);
}
.container input[type=submit]:hover{
    background-color: transparent;
    color: var(--vert-mère-enfant);
    transition: all 0.5s ease;
}
.email2{
    width: 100%;
    min-height:100px;
    height: auto;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}
.email2 input[type=email]{
    background-color:#f9ffff ;
    width: 90%;
    height: 72px;
    border-radius: 5px;
    border: none;
    font-size: large;
    outline: none; 
    text-align: center;
}
.email2 input[type=submit]{
    background-color:#f9ffff ;
    width: 90%;
    color: var(--orange);
    height: 51px;
    border-radius: 5px;
    border: none;
    font-size: large;
    cursor: pointer;
}
@media screen and (max-width:1000px){
    .container{
        width: 570px;
    }
    .container input[type=email]{
        width: 350px;
    }
}
/*la responsive de la partie orange */
@media screen and (max-width:600px) {

    .notre_actualite{
        gap: 30px;
        
    }
    .notre_actualite h2{
        font-size: 24px;
    }
    #suivez{
        height: 400px;
        gap: 40px;
    }
    .email{
        display: none;
    }
    .email2{
        display: flex;
    }
    
}
/*pour le scroll*/
.scroll{
    opacity: 0;
    transform: translateY(50px);  /* décale vers le bas */
    transition: all 0.8s ease;
}

.visible{
    opacity: 1;
    transform: translateY(0);     /* remonte vers le haut */
}