@media all and (max-width: 968px){
    div.teract_infos_financieres_row_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    H1#teract-invest-title, div.teract-header-gouvernance-title-container h1.entry-title#teract-invest-title {
        font-size: 35px !important;
    }
}

@media all and (min-width: 1024px) and (max-width: 1599px) {
    H4.teract_infos_financieres_agenda_date_day {
        font-size: 65px !important;
    }

    h5.teract_infos_financieres_agenda_date_month {
        font-size: 35px !important;
    }
}

div.teract_infos_financieres_row_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

div.teract_v2_agenda_date_container {
    display: flex;
}

div.teract_v2_agenda_date_month_and_year_container {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

H3.teract_infos_financieres_agenda_title_agenda,
H4.teract_infos_financieres_agenda_date_day,
h5.teract_infos_financieres_agenda_date_month,
H6.teract_infos_financieres_agenda_date_year {
    color: #7DE29F;

}

H4.teract_infos_financieres_agenda_date_day,
h5.teract_infos_financieres_agenda_date_month,
H6.teract_infos_financieres_agenda_date_year,
.teract_infos_financieres_agenda_description_agenda p {
    font-family: "Poppins", sans-serif;
}

H3.teract_infos_financieres_agenda_title_agenda {
    font-family: "Poppins", sans-serif;
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
}

div.teract_infos_financieres_background_side {
    padding: 30px;
    border-top: 2px solid #7DE29F;
    border-left: 2px solid #7DE29F;
    border-top-left-radius: 25px;
    transform: skew(-25deg, 0deg);
}

div.teract_infos_financieres_agenda_description_agenda {
    transform: skew(25deg, 0deg);
    margin-left: 45px;
}

div.teract_infos_financieres_agenda_description_agenda h3,
div.teract_infos_financieres_agenda_description_agenda p {
    color: #0A221C;
}

div.teract_infos_financieres_agenda_description_agenda h3 {
    font-size: 30px;
}

div.teract_infos_financieres_agenda_description_agenda p {
    font-size: 20px;
    font-weight: 400;
}

H4.teract_infos_financieres_agenda_date_day {
    font-size: 85px;
}

H4.teract_infos_financieres_agenda_date_day.calendar_en {
    font-size: 50px;
}

h5.teract_infos_financieres_agenda_date_month {
    font-size: 35px;
    text-transform: uppercase;
}

H6.teract_infos_financieres_agenda_date_year {
    font-size: 20px;
    letter-spacing: 2px;
    color: #0A221C;
    font-weight: 600;
}

H4.teract_infos_financieres_agenda_date_day,
h5.teract_infos_financieres_agenda_date_month,
H6.teract_infos_financieres_agenda_date_year {
    text-align: center;
}

h5.teract_infos_financieres_agenda_date_month,
.teract_infos_financieres_agenda_description_agenda p {
    font-weight: 600;
    font-size: 40px;
}

.teract_infos_financieres_agenda_description_agenda p {
    line-height: 60px;
}

H4.teract_infos_financieres_agenda_date_day,
H6.teract_infos_financieres_agenda_date_year {
    font-weight: 600;
}

table.teract-action-table {
    border-spacing: 5px 1rem;
    border: 0 !important;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
}

table.teract-action-table tfoot {
    font-weight: 700;
}

table.teract-action-table th,
table.teract-action-table td {
    border-bottom: 1px solid #7DE29F;
}

table.teract-action-table th {
    font-weight: 700;
    color: #7DE29F;
}

table.teract-action-table td {
    padding: 20px 24px;
}

tr.teract-table-bolder {
    font-weight: 700;
}

td.terat-table-no-border-cell {
    border: 1px solid transparent !important;
}

@media all and (max-width: 1024px) {

    div.teract_v2_agenda_date_container {
        justify-content: center;
    }

    H4.teract_infos_financieres_agenda_date_day {
        font-size: 60px;
    }
    h5.teract_infos_financieres_agenda_date_month {
        font-size: 30px;
    }

    H6.teract_infos_financieres_agenda_date_year {
        font-size: 14px;
    }

    div.teract_infos_financieres_background_side {
        margin: 0 auto;
        padding: 20px;
    }

    div.teract_infos_financieres_agenda_description_agenda h3 {
        font-size: 18px;
    }

    div.teract_infos_financieres_agenda_description_agenda p {
        font-size: 14px;
        line-height: inherit;
    }
}