.dimablocs_custom {
    font-family: Arial, sans-serif;
    background: #f5f5f5;
}
@media (min-width: 992px) {
    .dimablocs_custom .col-md-4 {
        width: 33.33333%;
    }
}

@media (min-width: 992px) {
    .dimablocs_custom.col-md-12 {
        /* width: 100%; */
        background-color: #fff;
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .dimablocs_custom .col-md-4 {
        max-width: 33.333333%;
    }
}

.dimablocs_custom h2 {
    font-family: "Open Sans", sans-serif;
    color: #717171;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    padding: 20px 0;
    background: #fff;
    display: inline-block;
    margin: 0;
}
h2 {
    font-family: "Open Sans", sans-serif;
    color: #717171;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    padding: 20px 0;
    background: #fff;
    display: inline-block;
    margin: 0;
}

.dimablocs_custom .titre {
    background: url(/themes/default-bootstrap/img/home/fond-titre-conseils.jpg) center repeat-x;
    display: flex;
    width: 92%;
    margin-left: 40px;
}

.dimablocs_custom .row {
    margin-left: -15px;
    margin-right: -15px;
}

.dimablocs_custom .dima-section {
    /*just*/
    margin-top: 20px;
    padding: 20px 40px;
    padding-top: 0;
    background: #fff;
}

.dimablocs_custom .cards-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
    padding: 20px 40px;
    padding-top: 0;
    background: #fff;
}

.dimablocs_custom .card {
    position: relative;
    width: 30%;
    height: 400px;
    overflow: hidden;
    /* Fteborder-radius: 5px; */
    cursor: pointer;
    transition: transform 0.0s ease-in-out, box-shadow 0.0s ease-in-out;
}

.dimablocs_custom .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dimablocs_custom .card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(39, 101, 173, 0.5);
}

.dimablocs_custom .text1:before {
    content: '';
    background: url(../img/left_arrow_arrow.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 25px;
    display: inline-block;
    padding-right: 18px;
}

.dimablocs_custom .seconde2_block2 .zeppelin,
.dimablocs_custom .seconde2_block2 .typodermic {
    font-size: 30px;
}

.dimablocs_custom span {
    font-family: bebas_neuebook, sans-serif;
    font-size: 19px;
    letter-spacing: 1px;
}

.dimablocs_custom .typodermic {
    font-family: typodermic;
    font-size: 30px;
    transform: scaleY(0);
}

.dimablocs_custom .zeppelin {
    font-family: zeppelin;
    font-size: 30px;
    transform: scaleY(0);
}

.dimablocs_custom .text1 {
    position: absolute;
    color: white;
    top: 50%;
    transform: scaleY(1.2);
    padding-left: 25px;
}

.dimablocs_custom .text1 span {
    font-size: 37px;
    letter-spacing: 1px;
    line-height: 36px;
}

@font-face {
    font-family: 'bebas_neuebook';
    src: url('/themes/classic/assets/font/BebasNeue Book.ttf') format('truetype'), url('/themes/classic/assets/font/BebasNeue Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.dimablocs_custom .bottom-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background: #d5292f;
    transition: height 0.0s ease-in-out;
    border-top: 5px solid #fff;
    color: #fff;
    text-align: left;
    padding: 10px 20px 0px 20px;
}

.dimablocs_custom .card:hover {
    transform: scale(1.01);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.dimablocs_custom .card:hover .bottom-bar {
    height: 20%;
    background: #d5292f96;
}

.dimablocs_custom .cart-custom {
    display: flex;
    width: 100%;
    height: 425px;
    gap: 35px;
    justify-content: center;
}