
@media screen and (max-width: 1129px) and (min-width: 260px){

    h1{
        font-size: 12vw;
    }

    .nav-mob {
        min-width: 100vw;
        min-height: 130px;
        display: flex;
        align-items: center;
        margin: 0%;
        padding: 0.5rem 2rem;
        justify-content: space-between;
        
    }

    .nav-mob .logo img{
        display: none;
    }

    .nav-mob .logo{
        height: 100px;
        width: 100px;
        background-image: url(/images/logos/logo_w3_white.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;

    }

    .hero-container{
        height: 100vh;
        width: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        position: absolute;
        justify-content: center;
        align-items: center;
        
       }

       .hero-logo{
        height: auto;
        width: auto;
        position: relative;
       }
    
       .hero-logo img{
        width:400px;
        height: 100%;
        padding: 30px;
    }
    
    .hero-title h2{
        width: 350px;
        text-align: center;
        font-size: 1.65rem;
    }

    .banner{
        width: 100%;
        height: 80px;
        background-image: linear-gradient(120deg, #fc5400 0%, #ff623e 51%, #ff971b 100%) ;
        color: white;
        text-align: center;
        font-style: italic;
        font-weight: 800;
        margin: 0;
        padding:1rem;
        
    }
    
    
    .head-title h2
    {
        text-align: center;
        margin: 0;
        padding: 3rem;
        font-weight: 800;
    }
    .head-title h1{
        text-align: left;
        margin: 0;
        padding: 3rem 10rem;
        font-weight: 800;
    }

    
.brands-logos{
    width: 100%;
    min-height: 400px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.brands-logos img{
    height: 50%;
    width: 80%;
    padding: 3rem;
    justify-content: space-between;
    
}

.divider{
    min-width: 250px;
}

.divider img{
    height: 100%;
    width: 100%;
    padding: 0rem 2rem;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}


.head-title h1{
    text-align: center;
    margin: 0;
    padding: 3rem 1.5rem;
    font-weight: 800;
}

.body-title{
    text-align: center;
    margin: 0;
    padding: 0rem 3rem 5rem 3rem;
    font-weight: 800;
}

.stickers{
    width: 100%;
    height: auto;
    padding: 3rem 2.3rem;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: space-around;
}

.sticker-child{
    display: flex;
    flex-direction: column;
    width: 600px;
    margin-bottom: 5rem; 
    border-radius: 50px;  
}

.child-name{
    height: 120px;
    width: 100%;
    background-color: #FDB998;
    text-align: center;
    padding-top: 20px;
    padding-bottom: auto;
    border-top: solid;
    border-left: solid;
    border-right: solid;
    
}

.second{
    background-color: #FC874C;
}

.third{
    background-color: var(--primary);
    display: flex;
    align-items: baseline;
    justify-content: center;
}



.child-tag{
    height: 250px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding-top: 50px;
    padding-bottom: auto;
    border-style: solid;
   
}

.tarifs{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    justify-items: center;
    width: 100%;
}

.banner-offer-price{
    width: 100%;
    height: auto;
    background-image: linear-gradient(120deg, #fc5400 0%, #ff623e 51%, #ff971b 100%) ;
    color: white;
    text-align: center;
    font-weight: 800;
    margin: 0;
    padding: 1.5rem 2rem;
    
}
.tarifs-title{
    font-weight: 800;
    font-size: 1.5rem;
    color:linear-gradient(120deg, #fc5400 0%, #ff623e 51%, #ff971b 100%) ;
    
}

.presentation{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0rem 3rem;
    height: auto;
}
.nota-bene{
    font-weight: 700;
    width: 100%;
    padding: 0rem;
}

.my_story p{
    padding: 3rem 0rem 3rem 0rem;
    width: 100%;
    text-align: center;
}



}

@media screen and (max-width: 768px) and (min-width: 260px){

    .hero-logo img{
        width:70vw;
        height: 100%;
        padding: 30px;
    }

    .nav-mob{
        flex-direction:column ;
    }

    .hero-logo img{
        width: 300px;
    }

    .brands-logos img{
        padding:2rem ;
    }

    .hero-title{
        width: auto;
    }

    .child-tag h4{
        font-size: 4rem;
    }

.mail-btn{
    display: block;
    max-width: 250px;
    border: none;
    margin: 2rem 0rem;
    padding: 14px 28px;
    font-size: 1.4rem;
    border-radius: 50px;
    cursor: pointer;
    color: white;
    background-image: linear-gradient(120deg, #fc5400 25%, #ff623e 100%);
    text-align: center;
    transition: 3ms;
}

.mail-btn:hover{
    background-image: linear-gradient(120deg, #fc5400 25%,#ff971b 100%);
    
}

}

@media screen and (max-width: 260px) and (min-width: 250px){

    .nav-mob{
        flex-direction:column ;
    }

    .hero-title h2{
        padding: 1rem;
        width: auto !important;
    }

}