﻿.galleryPage .containerFluid {
    align-items: center;
    min-height: 220px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.galleryPage .titleBlog {
    white-space: pre-wrap;
    max-width: 100%;
    font-size: 30px;
    font-weight: 700;
    overflow: hidden;
}

.galleryPage .headerText {
    text-align: center;
    top: 30%;
    position: relative;
}

.galleryPage .content-text-link {
    text-decoration: none;
    margin: 0;
    width: 80%;
    bottom: 15px;
    position: relative;
}


.galleryPage .content {
    width: 100%;
    background-color: rgb(255, 255, 255);
}




.content-text-link {
    color: black;
    font-size: 18px;
    width: 300px;
    background-color: rgb(221, 221, 221);
    text-align: center;
    padding-top: 18px;
    padding : 10px ;
}




.box-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.galleryLink {
    padding: 0;
    overflow: hidden;
}


.content-images {
    padding: 25px 0;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}


    .content-images img {
        width: 300px;
        height: 300px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        overflow-y: hidden;
        object-fit : cover ;
    }



        .content-images img:hover {
            transform: scale(1.05);
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
        }

.vbox-container {
    overflow-y: hidden !important;
    font-size: 25px !important;
    padding: 40px 0 !important;
    color: white !important;
}


.vbox-backdrop {
    background-color: rgb(0 0 0 / 48%) !important;
}

.vbox-title {
    font-size: 25px !important;
    font-weight: bold !important;
    color: white !important;
}


.vbox-content {
    background-color: transparent !important;
}

.vbox-num {
    font-size: 30px !important;
    padding: 15px 20px !important;
    color: black !important;
}


@media (max-width : 576px){
    .box-img {
        width : 95% !important
    }
    .galleryLink , .galleryLink img {
        width : 100% !important ;
    }
}