*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: "Poppins", serif;
}
a{
    text-decoration: none;
    list-style: none;
}

header{
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color:rgb(95, 164, 182);
    transition: background-color 1s ease;
}
.scrolled{
    background-color: #2c3e50;
    animation: change 1s linear;
}
@keyframes change{
    0%{
        height: 0%;
    }
    100%{
        height: 60px;
    }
}

.logo{
    /* color: #0a8569; */
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}
.list{
   display: flex;
}
.list a{
   margin-left: 60px;
   font-weight: 600px;
   color:#fff;
   border-bottom: 3px solid transparent ;
   transition: all .55s ease;
}
.list a:hover{
    border-bottom: 4px solid #fff;
}
#menu-icon{
    color:  #2c3e50;
    font-size: 35px;
    z-index: 1000px;
    cursor: pointer;
    display: none;
}
.hero{
    height: 100%;
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 2rem;
    margin-bottom: -20px;
}
section{
    padding: 0 14%;
}

.hero-text h1{
    color: #2c3e50;
    font-size: 100px;
    margin-bottom: 10px;
}
.hero-text h5 .startup{
    color:  #2c3e50;
    font-size: 20px;
    margin-bottom: 10px;
}
.hero-text h5{
    color:rgb(95, 164, 182);
    font-size: 30px;
    line-height: 30px;
}
.hero-text p{
    color: #2c3e50;
    margin-top: 20px;
}
.hero .hero-img img{
    width: 500px;
    height: auto;
}
.hero-text a{
    display: inline-block;
    color: white;
    background:rgb(95, 164, 182);
    border: 1px solid transparent;
    padding: 12px 30px;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    text-transform: uppercase;
    transition: all .55s ease;
    margin-top: 30px;
}
.hero-text a:hover{
    background:  #2c3e50;
    border: 1px solid white;
    transform: translateX(8px);
}
.icons{
    position: absolute;
    top: 54%;
    padding: 0 9%;
    transform: translateY(-50%);
}
.icons i{
    display: block;
    margin: 26px 0;
    font-size: 24px;
    color: white;
    transition: all .50s ease;
}
.icons i:hover{
    color: rgb(95, 164, 182);
    transform: translateY(-5px);
}

/* Mes partenaires */
.brands{
    padding: 20px;
    background: #2c3e50;
    width: 100%;
}
.main-brands{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.brands-c img{
    width: 100%;
    height: auto;
} 
#logEvent{
    width: 10%;
    height: auto;
}
#logGroup{
    width: 10%;
    height: auto;
}
#logDigital{
    width: 10%;
    height: auto;
}
#logNeige{
    width: 10%;
    height: auto;
}
/* Responsive */

@media (max-width: 1535px){
    header{
        padding: 15px 3%;
        transition: .2s;
    }
    .icons{
        padding: 0 3%;
        transition: .2s;
    }
}
@media (max-width: 1460px){
    section{
        padding: 0 12%;
        transition: .2s;
    }
}
@media (max-width:1340px){
    .hero-img img{
        width: 500px;
        height: auto;
    }
   
}
@media (max-width: 1095px) {
    .hero{
        flex-direction: column; 
        align-items: center; 
    }
    .hero-text{
        text-align: center;
        padding-top: 115px;
    }
    .hero .hero-img img{
        width: 80%; 
        padding-left: 10px;
        margin-left: 30px;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .icons{
        display: none;
    }
}

.list {
    display: flex;
}

@media (max-width: 990px) {
    .list {
        display: none;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        background-color:rgb(95, 164, 182);
        position: absolute;
        top: 55px; 
        right: 0;
        padding: 20px;
        z-index: 1000;
    }

    .list.active {
        display: flex;
    }
    .list a {
        display: flex;
        line-height: 20px;
        margin: 10px 0;
        color: white;
        font-weight: 600;
    }
}



/* Marketing digital */
@media (max-width: 990px){
    .image{
       display: none;
       margin-top: 1rem;
    }
    #menu-icon {
         display: block !important;
         color:  rgb(95, 164, 182);
    }
     .navlist{
        position: absolute;
        right: 0;
        width: 300px;
        height: 40vh;
        background: #005e7e;
        display: none;
        align-items: center;
        flex-direction: column;
        padding: 50px 20px;
        transition: all .55s ease;
    }
    .image2{
        display: block;
     }
    .image .premier{
        display: none;
    }
    .image .deuxieme{
        display: none;
    }
    .services .marketing h3{
        margin-bottom: -170px;
    }
}


@media (max-width: 990px){
    .hero-text h1{
        color: #2c3e50;
        font-size: 35px;
        margin-bottom: 10px;
        margin-top: 60px;
    }
    .hero-text h5{
        margin-top: 20px;
        /* font-size: 25px; */
        /* margin-bottom: 10px; */
    }
}

.webdescription{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,auto));
    color:#2c3e50;
    gap: 1.5rem;
    margin-top: 7rem;
    padding: 0 11%;
}
.webdescription a{
    display: inline-block;
    color: white;
    background: rgb(95, 164, 182);
    border: 1px solid transparent;
    padding: 12px 30px;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    text-transform: uppercase;
    transition: all .55s ease;
    margin-top: 30px;
}
.webdescription a:hover{
    background: transparent;
    border: 1px solid white;
    transform: translateX(8px);
}

.footer{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, auto));
    gap: 2rem;
    line-height: 1.5;
    margin-top: 110px;
    padding-bottom: 40px ;
    background:  #72a5b9;
    padding-top: 40px;
}
.footer-box{
    display: flex;
    flex-direction: column;

}
.footer a{
    color: white;
}
.footer-box h3{
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: white;
}
.foot{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, auto));
    align-items: center;
    gap: 1.5rem;
    margin-top: 4rem;
}
.services{
   margin-top: 90px;
   text-align: center;
}
.services h1{
    color: white;
    font-size: 55px;
    margin-bottom: 20px;
}
.services h3{
    color: white;
}
.web{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px,auto));
    gap: 2rem;
    margin-top: 30px;
}
.services .col{
    border: 1px solid white;
    padding: 20px;
    border-radius: 15px;
    transition: all .55s ease;
}

.services .col2{
    padding: 20px;
    border-radius: 15px;
    transition: all .55s ease;
}

.services .col:hover{
    transform: translateY(-8px);
    cursor: pointer;
}
.col h3{
    color: #83beb1;
}
.col a{
    color: #83beb1;
}
.col p{
   margin-top: 20px;
   margin-bottom: 20px;
   color: white;
}

.marketing{
  margin-top:50px;
}
.marketing h3{
    margin-bottom: 40px;
}
article{
    justify-content: center;
    align-items: center;
}
.image{
    
    background:  #72a5b9;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,auto));
    color: white;
    gap: 1.5rem;
    margin-top: 7rem;
   
}


.image2{
    background:  #72a5b9;
    display: none;
    color: white;
    gap: 1.5rem;
    margin-top: 7rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.image2 .deuxieme2{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 25px;
    padding-bottom: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.image2 .premier2{
    width: 100%;
    /* margin-left: 100px; */
}
.image2 .premier2 img{
    height: auto;
    width: 100%;
}
.image2 .premier2 h1{
    height: auto;
    width: 100%;
}
.image .premier{
    width: 60%;
    margin-left: 100px;
}
.image .deuxieme{
    padding-left: 200px;
    color: white;
    font-size: 30px;
}
.webdescription img{
    height: 250px;
    border-radius: 30%;
}
.carousel-item img{
    height: 300px;
}
/* Temoignage client */
.testemonies{
    padding-top: 40px;
    align-items: center;
    justify-content: center;
    color: white;
}
.carouimage img{
   height: 55px;
   width: 55px;
   border-radius: 40%;
   margin-top: 27px;
}
.carouimage p{
    margin-bottom: 20px;
}

/* BOX  */


.feature{
    padding: 10px 14% 10px;
    color: rgb(26, 25, 25);
}
.feature-content{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, auto));
    align-items: center;
    gap: 2.5rem;
}
.box{
    margin-top: 60px;
    padding: 15px 15px 15px 30px;
    border-left: 4px solid var(--second-color);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    gap: 30px;
    transition: all .6s;
    background: white;
    border-radius: 20px;
}
.box img{
    width: 50px;
    height: 50px;
    border-radius: 20px;
}
.f-text h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.f-text p{
    font-size: var(--p-font);
    font-weight: 400;
    color: var(--second-color);
    line-height: 33px;
}
.box:hover{
    transform: scale(1.0) translateY(-4px);
    border-left: 4px solid var(--text-color);
    cursor: pointer;
}
.selling-content{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, auto));
    align-items: center;
    gap: 2.5rem;
    margin-top: 4rem;
}