.beyond__solution__section  .cards__container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 20px;
    margin-top: 60px;
}

.beyond__solution__section  .card {
    position: relative;
    flex: 0 1 calc(25% - 20px);
    box-sizing: border-box;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: #002D47;
    max-width: 315px;
}
.widget_content_block_grid .card{
    position: relative;
}
.beyond__solution__section  .card .card__image  {
    max-width: 100%;
    width: 48px;
    height: 48px;
    border-radius: 12px;
}

.beyond__solution__section  .card__title,
.beyond__solution__section  .card__title a{
    font-family: 'Bouygues Read', Arial, sans-serif !important;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    line-height:28px;
    margin-top: 15px;
}
.beyond__solution__section  .card__title a{
    cursor: pointer;
}

.beyond__solution__section  .card__description {
    font-family: 'Bouygues Read', Arial, sans-serif !important;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.7;
    margin-top: 8px;
    padding-top: 5px;
    margin-bottom: auto;
}
.beyond__solution__section  .card__description .dri{
    padding-left: 25px;
}
.beyond__solution__section  .solutions__link {
    font-family: 'Bouygues Read', Arial, sans-serif !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #109DB9;
    display: flex;
    align-items: center;
    text-decoration: none;
    bottom: 25px;
    cursor: pointer;
}
.beyond__solution__section  .solutions__link img{
    margin-left: 8px;
}
.beyond__solution__section  .card .title__contact__expert{
    font-family: 'Bouygues Read', Arial, sans-serif !important;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    opacity: 0.7;
}
.beyond__solution__section .card .description__contact__expert{
    font-family: 'Bouygues Read', Arial, sans-serif !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    padding-bottom: 15px;
}
.beyond__solution__section  .beyond__btn__expert.btn__style{
    font-family: 'Bouygues Read', Arial, sans-serif !important;
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    font-weight: 500;
    border-radius: 4px;
    background: #CC4E0A;
    width: 195px;
    height: 40px;
}
.beyond__position{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.beyond__solution__section  .beyond__btn__expert.btn__style img{
    padding-right: 8px;
}
.beyond__solution__section .solutions__gereric__link{
    display: none;
}

/* Conteneur de la carte avec overflow caché */
.beyond__solution__section.widget_content_block_grid .card.card_model_two .card_content_img_container {
    overflow: hidden;
    position: relative;
    height: 188px;
}
.beyond__solution__section .card{
    transition: transform 0.5s;
}
.beyond__solution__section .card.linked-card{
    cursor: pointer;
}
.beyond__solution__section .card.linked-card:hover{
    transform: scale(1.04);
}
@media (max-width: 767px) {
    .beyond__solution__section  .card {
        width: 100% !important;
        flex: unset;
        max-width: unset;
    }
    .beyond__solution__section .cards__container{
        flex-direction: column;
        padding-left: unset;
        margin-top: 40px !important;
    }
    .beyond__solution__section .solutions__gereric__link {
        display: block;
        font-family: 'Bouygues Read', Arial, sans-serif !important;
        font-size: 17px;
        color: #109DB9;
        line-height: 24px;
        font-weight: 500;
        text-align: center;
        text-decoration: none;
        margin-top: 35px;
    }
    .beyond__solution__section .solutions__gereric__link img{
        margin-left: 8px;
        margin-top: 2px;
    }
    .hidden-card {
        display: none !important;
    }
    #toggleCards {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .beyond__solution__section .widget__title{
        margin-bottom: inherit !important;
    }
}


@media (min-width: 768px) and (max-width: 1030px) {
    .beyond__solution__section .card {
        flex: 0 1 calc(50% - 20px) !important;
        max-width: unset;
    }
    .beyond__solution__section{
        display: flex;
    }
     .widget__title{
        font-size: 32px;
        line-height: 40px;
    }
}

/*
Widget ContentBlockGrid
 */
.beyond__solution__section.widget_content_block_grid p.card__description {
    margin-bottom: unset;
}

.beyond__solution__section.widget_content_block_grid .widget__subtitle {
    font-family: 'Bouygues Read', Arial, sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    opacity: 0.7;
    max-width: 650px;
    text-align: center;
    margin: 20px auto;
}
.beyond__solution__section.widget_content_block_grid .solution__title{
    margin-bottom: 20px;
}
.beyond__solution__section.widget_content_block_grid .cards__container{
    justify-content: center;
    padding-left: unset;
}
.beyond__solution__section.widget_content_block_grid .card.card_model_two .card_content_img{
    object-fit: cover;
    width: 100%;
    height: 188px;
    object-position: top;
}
.beyond__solution__section.widget_content_block_grid .cards__container .card.card_model_two{
    padding: unset !important;
}
.beyond__solution__section.widget_content_block_grid .cards__container .widget__subtitle{
    text-align: left;
}
.beyond__solution__section.widget_content_block_grid .cards__container .card.card_model_two .model_container{
    padding: 15px 30px 30px 30px;
}


.beyond__solution__section.widget_content_block_grid .card__description{
    font-size: 15px;
    padding-bottom: unset;
}
.beyond__solution__section.widget_content_block_grid .card__title{
    margin-top: 25px;
}
.beyond__solution__section.widget_content_block_grid .card.card_model_two .card__title{
    margin-top: 10px;
}
.beyond__solution__section.widget_content_block_grid .widget_btn_link{
    position: absolute;
    bottom : 35px;
}
.beyond__solution__section.widget_content_block_grid .card__description ul{
    margin-left: 25px;
    margin-top: 5px;
}

.beyond__solution__section .widget__tuile__description{
    font-family: 'Bouygues Read', Arial, sans-serif !important;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    max-width: 720px;
    margin: 16px auto auto auto;
}