/* Debut shortcode eventEssentielle - eventThematique */
.event_list_block_thematique_essentielle{
    display: grid !important;
    grid-template-columns: repeat(3, 33%) !important;
    text-align: center !important;
    grid-column-gap: 25px !important;
    grid-row-gap: 25px !important;
}

.event_thematique_essentielle {
    border-width: 0px !important;
    border-style: solid !important;
    border-color: rgb(129, 138, 145) !important;
    border-image: initial !important;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}

.btn_thematique_essentielle {
    color: rgb(0, 36, 64) !important;
    font-size: 12px !important;
    font-weight: 500;
}

.image_thematique_essentielle {
    width: 100% !important;
    height: 230px!important;
}

.title_thematique_essentielle h2 {
    color: rgb(243, 148, 36) !important;
    font-size: 20px !important;
    height: 100px !important;
    font-weight: 600;
}

.image_t_e{
    margin-bottom: 20px !important;
}

.text_thematique_essentielle{
    text-align: start;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
}

.elementor img {
    /* height: auto; */
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media screen and (max-width:768px) and (min-width: 426px){
    .col_droite_inter, .col_droite_intra {
        width: 100% !important;
        display: block;
    }
}

@media screen and (max-width:500px){
    .event_list_block_thematique_essentielle{
        display: grid !important;
        grid-template-columns: repeat(1, 100%) !important;
        text-align: center !important;
        grid-column-gap: 25px !important;
        grid-row-gap: 25px !important;
    }

    .title_thematique_essentielle h2 {
        color: rgb(243, 148, 36) !important;
        font-size: 20px !important;
        height: 100px !important;
    }
}

@media screen and (max-width:768px) and (min-width:501px) {
    .event_list_block_thematique_essentielle {
        display: grid !important;
        grid-template-columns: repeat(2, 50%) !important;
        text-align: center !important;
        grid-column-gap: 10px !important;
        grid-row-gap: 25px !important;
    }

    .title_thematique_essentielle h2 {
        color: rgb(243, 148, 36) !important;
        font-size: 18px !important;
        height: 100px !important;
    }
}

@media screen and (min-width:769) and (max-width:1024px){
    .title_thematique_essentielle h2 {
        color: rgb(243, 148, 36) !important;
        font-size: 20px !important;
        height: 100px !important;
    }
}

/* Fin shortcode eventEssentielle - eventThematique */