﻿/*BlocModalites*/
.BlocModalites {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
    gap: 20px;
    margin: 0 auto;
}

.BlocModalites__el {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    width: 324px;
    border-radius: 10px 15px 15px 25px;
    border: 1px solid #DADADA;
    background: #FFF;
    padding: 15px 40px;
}

    .BlocModalites__el svg {
        height: 35px;
    }

.BlocModalites__content {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.BlocModalites h4 {
    color: #0E0E0E;
    font-size: 15px;
    font-weight: var(--semibold);
    text-transform: uppercase;
}

.BlocModalites p {
    color: #0E0E0E;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    max-width: 234px;
    width: 100%;
}

@media screen and (max-width: 1440px)
{
    .BlocModalites {
        justify-content: center;
    }
}

@media screen and (max-width: 1300px) {
    .grb_event-noel__reassu {
        align-items: center;
        padding: 0 10px;
    }

    .BlocModalites {
        justify-content: center;
        row-gap: 10px;
        align-items: center;
        row-gap: 20px;
        column-gap: 20px;
    }
}

@media screen and (max-width:940px) {
    .BlocModalites__el {
        width: 100%;
    }
}
