/* July 10, 2024 */



#top_screen {
    width: 100%;
    height: auto;
    /* height: 70vh; */
}
#opening_image_container {
    /* height: auto; */
    width: 100%;
    height: 100%;
    /* height: 70vh; */
}

#opening_image_div {
    /* background-image: url('images/supper-sale-banner-ad-for-shoes-offre-design-template-263b3813e52a6a6eb85fa45fd49ca3b4_screen.jpg'); */
    background-image: url("../images/supper-sale-banner-ad-for-shoes-offre-design-template-263b3813e52a6a6eb85fa45fd49ca3b4_screen.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    /* height: auto; */
    /* height: 100%; */
    /* height: fit-content; */
    /* height: 231px; */
    height: calc( (231/693) * 100vw );
    /* height: calc( (231/693) * 100% ); */
    height: calc( (231/693) * 90vw );
    width: 90vw;
    max-width: 100%;

    margin: auto;

    background-color: lightgrey;
}

/* #shoes_for_different_activities {display: none;} */



#shoes_for_different_activities {
    /* border-top: 1px solid black; */
    border-bottom: 1px solid black;
    padding: 2rem 1rem;
}


.shoe_category {
    /* border: 1px solid yellowgreen; */

    margin: 2rem auto;
    width: 90%;
    min-height: 300px;

    padding: 15px 10px;



}
.shoe_category h3 {
    /* border: 1px solid black; */
    font-size: 16px;
    /* text-align: center; */
    font-weight: bold;
}
.shoe_category h3 + p {
    margin-bottom: 2rem;
}
.shoe_category .main_content {
    width: 100%;
    height: 300px;
}
.shoe_category img {
    /* width: 30vw; */
    width: 300px;
}



.image_box {
    /* border: 1px solid black; */
    /* width: 150px; */
    width: 300px;
    /* height: 400px; */
    position: relative;
    cursor: pointer;
    display: inline-block;
    /* display: flex; */
}
.image_box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.image_box img {
    width: 100%;
    height: auto;
}










