.main_landing_pro{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #D7DCF3 !important;
    background-image: url("img/bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*----HEADER-----*/
.header_pro{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}
.img_header_pro{
    width: 1232px;
    margin-top: 2rem;
}
 .title_header_pro{
    position: absolute;
    color: white;
    font-size: 1rem;
    bottom: 2rem;
    margin-bottom: 58px;
} 


/*----ENCART-----*/
.landing_container_encart{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 4rem;
}
.landing_container_encart>a>img{
   width: 1232px;
}
.landing_container_encart>h1{
    font-size: 1.8rem;
    text-transform: capitalize;
 }

/*-------BESTSELLER TITLE------*/
 .container_bestseller>h1{
    font-size: 1.8rem;
    text-transform: capitalize;
 }

/*-------CATEGORIES------*/
.title_catalogo{
    font-size: 1.8rem;
    margin-top: 4rem;
    margin-bottom: -4px;
    text-transform: capitalize;
    color: white;
}
.landing_categories{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #121835;
    background-image: url("img/bg_cat.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 8rem;
    margin-bottom: 4rem;
    width: 65%;
}
.landing_categories>p{
   width: 900px !important;
   padding: 1rem;
   margin-top: 1rem;
}
.landing_categories>img{
    width: 450px;
    margin: 4rem 0;
}
.landing_categories>h2{
    font-size: 1.5rem;
    color: white;
}
.landing_categories>p{
    font-size: 1rem;
    color: #D3D8ED;
    margin-bottom: -2rem;
    width: 100%;
    text-align: center;
    word-break: break-word;
}
.landing_block{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 2rem;
    width: 90%;
    box-sizing: content-box;
}
.landing_cat{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 140px;
    height: 140px;
    margin: 1rem;
    border-radius: 5px;
    border: 1.5px #D3D8ED solid;
    transition: all 400ms ease-in-out; 
}
.landing_cat:hover{
    border: 1.5px #0fb6e0 solid; 
    transform: scale(1.1);
}

.landing_cat>h3{
    color: #D7DCF3;
    font-size: 0.7rem;
}


.landing_cat>a{
    height: 100%;
    width: 100%;
   
}
.landing_picto{
   height: 60px;
   width: auto;
   transition: all 400ms ease-in-out; 
   margin-top: 1rem;
}


@media screen and (max-width:593px){
    .img_header_pro{
        width: 600px;
       
    }
    .title_header_pro{
        position: absolute;
        color: white;
        font-size: 0.7rem;
        bottom: 1rem;
        margin-bottom: 20px;
    } 
    
    .landing_container_encart>a>img{
        width: 100%;
     }

}




@media screen and (max-width:1249px){
    .landing_container_encart>h1{
        font-size: 1.2rem;
        text-transform: capitalize;
     }
    
     .container_bestseller>h1{
        font-size: 1.2rem;
        text-transform: capitalize;
     }
     .title_catalogo{
        font-size: 1.2rem;
    }
     .landing_categories>p{
        font-size: 0.8rem;
        
    }
    .landing_categories{
        width: 100%;
    }
    .landing_block{
        width: 100%; 
        padding: 1rem; 
    } 
}


