@media all and (max-width: 1023px) {
    div.formation_single_header_container {
        flex-direction: column;
    }

    div.formation_single_download_icon_container {
        margin: 25px auto 0;
    }

    div.formation_search_bar_container {
        flex-direction: column;
    }

    div.formation_search_bar {
        width: 100%;
    }

    input.formation_input_search_bar {
        font-size: 16px !important;
    }

    div.formation_search_filters {
        width: 100%;
        padding: 20px !important;
    }

    div.formations_grid_container {
        grid-template-columns: 1fr;
    }

    span.teract_formation_tag_txt {
        font-size: 10px !important;
    }

    H1.formations_teract_title_para#teract_formations_available::after {
        left: -30% !important;
    }

    /** SINGLE **/
    div.formation_single_tags_container {
        flex-direction: column;
        align-items: center;
    }

    span.teract_formation_tag_txt {
        margin-left: inherit !important;
    }

    div.formation_single_information_picto_container {
        width: 20%;
    }

    div.formation_single_information_txt_container {
        width: 80%;
        padding-left: 30px;
    }

    div.formation_single_information_txt_container p {
        font-size: 14px;
    }

    div.formation_single_description_tabs_container {
        flex-direction: column;
        align-items: center;
    }

    div.formation_single_description_tabs_container div.formation_single_description_tab_content {
        margin: 15px 0;
    }

    div.formation_single_description_by_tag_content ol {
        list-style-position: inside !important;
    }

    div.formation_single_description_by_tag_content ol li,
    div.formation_single_description_by_tag_content ul li {
        margin-bottom: 0.6em !important;
    }
    /** /SINGLE **/

    H2.formation_single_show_more_formations,
    H3.formations_teract_offre_siege_title {
        font-size: 25px;
    }

    /** FORMATIONS SIEGE **/
    div.formations_teract_offre_siege_grid_container {
        grid-template-columns: 1fr;
    }

    div.formations_teract_offre_siege_grid_picto_container img {
        width: 60%;
    }

    div.formations_teract_offre_siege_grid_picto_container H4 {
        font-size: 23px;
    }

    a#formation_teract_single_formation_cta_mobile {
        width: 90% !important;
    }
    /** /FORMATIONS SIEGE **/
}

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

    div.formation_single_header_title_content {
        width: 70%;
    }

    a.formation_single_header_download_content {
        width: 30%;
    }

    div.formation_search_bar {
        width: 100%;
    }

    /*div.formation_search_filters {*/
    /*    width: 30%;*/
    /*}*/

    div.formations_grid_container {
        grid-template-columns: repeat(3, 1fr);
    }

    /** SINGLE **/
    div.formation_single_information_picto_container {
        width: 30%;
    }

    div.formation_single_information_txt_container {
        width: 70%;
    }
    /** /SINGLE **/

    H2.formation_single_show_more_formations,
    H3.formations_teract_offre_siege_title {
        font-size: 50px;
    }

    /** FORMATIONS SIEGE **/
    div.formations_teract_offre_siege_grid_container {
        grid-template-columns: 400px 1fr;
    }

    div.formations_teract_offre_siege_grid_picto_container H4{
        font-size: 28px;
    }

    div.formations_teract_offre_siege_grid_details_container {
        padding-left: 100px !important;
    }
    /** /FORMATIONS SIEGE **/
}

div.formation_search_bar_container {
    display: flex;
    margin: 10px 0 4em;
}

div.formation_search_filters {
    background-color: #F4F5F5;
    padding: 10px 0 10px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #7DE29F;
    cursor: pointer;
}

div.formation_search_filters span {
    font-size: 20px;
    margin: 0 30px;
}

input.formation_input_search_bar {
    border: 1px solid #7DE29F;
    width: 100%;
    padding: 20px;
    font-size: 20px;
    color: #0A221C;
}

input.formation_input_search_bar:focus {
    border: 1px solid #7DE29F;
}

/*div.formation_filters_displaying {*/
/*    display: none;*/
/*}*/

/*div.formation_filters_displaying.active {*/
/*    display: block;*/
/*}*/

div.formations_grid_container {
    display: grid;
    grid-gap: 20px;
    font-family: "Poppins", sans-serif;
}

div.formation_listing_grid_content {
    background-color: #F4F5F5;
}

div.formation_listing_featured_img_container img {
    width: 100%;
    object-fit: cover;
}

div.formation_listing_featured_img_container {
    position: relative;
    height: 270px;
}

div.formation_listing_featured_img_container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

div.formation_listing_featured_informations {
    padding: 20px;
}

div.formation_listing_featured_informations a {
    color: #0A221C;
}

p.formation_date {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #7DE29F;
    margin-bottom: 15px;
}

div.formation_listing_featured_informations a.formation_content h2 {
    font-family: Poppins, sans-serif;
    font-size: 22px;
    line-height: 1.2em;
    color: #0A221C;
}

div.formation_listing_tags_container {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
}

span.teract_formation_tag_txt {
    position: relative;
    padding: 7px 0 7px 20px;
    z-index: 1;
    color: #ffffff;
    width: max-content;
    margin-left: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

span.teract_formation_tag_txt::after {
    content: "";
    width: calc(100% + 27px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: skew(-25deg);
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    z-index: -1;
}

span.teract_formation_tag_txt.teract_formation_tag_manager::after,
span.teract_formation_tag_txt.teract_formation_tag_conseiller-ere-de-vente::after,
span.teract_formation_tag_txt.teract_formation_tag_hote-sse-de-caisse::after {
    background-color: #7DE29F;
}

span.teract_formation_tag_txt.teract_formation_tag_je-prends-mon-poste::after,
span.teract_formation_tag_txt.teract_formation_tag_je-me-perfectionne::after,
span.teract_formation_tag_txt.teract_formation_tag_je-me-developpe::after ,
span.teract_formation_tag_txt.teract_formation_tag_rendez-vous-du-cmpus::after,
span.teracct_formation_tag_txt.teract_formation_tag_jevolue::after {
    background-color: #FFD06F;
}

span.teract_formation_tag_txt.teract_formation_tag_relation-client-vente::after,
span.teract_formation_tag_txt.teract_formation_tag_produit::after,
span.teract_formation_tag_txt.teract_formation_tag_management::after,
span.teract_formation_tag_txt.teract_formation_tag_gestion::after,
span.teract_formation_tag_txt.teract_formation_tag_qhse::after,
span.teract_formation_tag_txt.teract_formation_tag_developpement-professionnel::after,
span.teract_formation_tag_txt.teract_formation_tag_ressources-humaines::after,
span.teract_formation_tag_txt.teract_formation_tag_parcours-devolution::after ,
span.teract_formation_tag_txt.teract_formation_tag_les-immanqubles::after {
    background-color: #52BBFF;
}

span.teract_formation_tag_txt.teract_formation_tag_presentiel::after,
span.teract_formation_tag_txt.teract_formation_tag_a-distance::after,
span.teract_formation_tag_txt.teract_formation_tag_e-learning::after,
span.teract_formation_tag_txt.teract_formation_tag_la-newsletter::after {
    background-color: #FF7F71;
}

div.formation_listing_grid_content,
div.formation_listing_grid_border_content {
    position: relative;
    cursor: pointer;
    height: 100%;
}

div.formation_listing_grid_content:hover::before,
div.formation_listing_grid_content:hover::after {
    width: 100%;
}

div.formation_listing_grid_border_content:hover::before,
div.formation_listing_grid_border_content:hover::after {
    height: 100%;
}


div.formation_listing_grid_content::before {
    position: absolute;
    content: "";
    height: 4px;
    background-color: #7DE29F;
    top: 0;
    left: 0;
    width: 0;
    z-index: 1;
    transition: all 0.2s linear;
}

div.formation_listing_grid_content::after {
    content: "";
    height: 4px;
    background-color: #7DE29F;
    bottom: 0;
    left: 100%;
    width: 0;
    position: absolute;
    z-index: 1;
    transition: all 0.2s linear;
}

div.formation_listing_grid_content:hover::after {
    left: 0;
}

div.formation_listing_grid_border_content::before {
    content: "";
    height: 0;
    background-color: #7DE29F;
    bottom: 0;
    left: 0;
    width: 4px;
    position: absolute;
    z-index: 1;
    transition: all 0s linear;
}

div.formation_listing_grid_border_content::after {
    content: "";
    height: 0;
    background-color: #7DE29F;
    bottom: 0;
    right: 0;
    width: 4px;
    position: absolute;
    z-index: 1;
    transition: all 0.2s linear;
}

/** SINGLE FORMATION **/
div.formation_single_header_container {
    display: flex;
    margin-left: 10%;
}

div.formation_single_download_icon_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div.formation_single_download_icon_content {
    font-size: 40px;
    display: flex;
    justify-content: center;
    background: #7DE29F;
    width: 70px;
    height: 70px;
    align-items: center;
    border-radius: 50%;
    margin-bottom: .2em;
    color: #ffffff;
    border: 1px solid #7DE29F;
}

div.formation_single_download_icon_content:hover {
    color: #7DE29F;
    background-color: transparent;
}

div.formation_single_download_txt_container p {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 19px;
    font-weight: 700;
    padding-bottom: 0 !important;
    text-align: center;
    color: #0A221C;
}

div.formation_single_informations_container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

div.formation_single_description_tabs_container {
    display: flex;
    justify-content: space-evenly;
}

div.formation_single_description_tab_content {
    transform: skew(-25deg);
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #F4F5F5;
}

div.formation_single_description_tab_content.active {
    background-color: #7DE29F;
}

div.formation_single_description_tab_content p {
    padding: 10px 25px !important;
    transform: skew(25deg);
    font-family: Poppins, sans-serif;
    font-size: 27px;
    color: #0A221C;
    font-weight: 300;
    cursor: pointer;
}

div.formation_single_description_tab_content.active p {
    color: #ffffff;
    font-weight: 700;
}

div.formation_single_description_by_tag_content {
    display: none;
}

div.formation_single_description_by_tag_content.active {
    display: block;
}

div.formation_single_description_by_tag_content ul,
div.formation_single_description_by_tag_content ol,
div.formation_single_description_by_tag_content p {
    font-family: Poppins, sans-serif;
    font-size: 18px;
}

div.formation_single_description_by_tag_content ul {
    list-style: none;
}

div.formation_single_description_by_tag_content ol {
    list-style: decimal;
}

div.formation_single_description_by_tag_content ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #7DE29F; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 0.7em;
    font-size: 35px;
    top: 6px;
    position: relative;
}

div.formation_single_description_by_tag_content ol li {
    padding-left: 6px;
    margin-bottom: 0.3em;
}

H2.formation_single_show_more_formations,
H3.formations_teract_offre_siege_title {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 1.3em;
}

div.teract_formation_listing_grid_content_hidden {
    display: none;
}

div.teract_formation_listing_cta.hide_cta {
    display: none;
}

/** FORMATIONS SIEGE **/
div.formations_teract_offre_siege_grid_container {
    display: grid;
    grid-gap: 20px;
}

div.formations_teract_offre_siege_grid_picto_container,
div.formations_teract_offre_siege_grid_details_container {
    background-color: #F4F5F5;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div.formations_teract_offre_siege_grid_picto_container H4 {
    margin-top: 15px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 1.3em;
}

div.formations_teract_offre_siege_grid_details_container {
    align-items: flex-start;
}

div.formations_teract_offre_siege_grid_details_content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 10px 0;
}

div.formations_teract_offre_siege_grid_details_days span {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 10px;
    line-height: 10px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-weight: 700;
    margin-right: 20px;
}

div.formations_teract_offre_siege_grid_details_days span.teract_formation_bg_green {
    background: #7DE29F;
}

div.formations_teract_offre_siege_grid_details_days span.teract_formation_bg_yellow {
    background: #FFD06F;
}

div.formations_teract_offre_siege_grid_details_days span.teract_formation_bg_blue {
    background: #52BBFF;
}

div.formations_teract_offre_siege_grid_details_days span.teract_formation_bg_red {
    background: #FF7F71;
}

div.formations_teract_offre_siege_grid_details_txt H5,
div.formations_teract_offre_siege_grid_details_txt p {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    padding: 0;
}

div.formations_teract_offre_siege_grid_details_txt H5 {
    font-weight: 700;
    margin-bottom: 5px;
}

div.formations_teract_offre_siege_grid_details_txt H5 + H5 {
    margin: 20px 0;
}

div.formations_teract_offre_siege_grid_details_txt H5 +H5:last-of-type {
    margin-bottom: 0;
}

div.formations_teract_offre_siege_grid_details_txt p {
    font-weight: 300;
}

span.para_tag_container {
    padding: 5px 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    transform: skew(15deg);
    position: relative;
    z-index: 1;
}

span.para_tag_container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    transform: skew(-15deg);
    background: #7DE29F;
    z-index: -1;
}

div.formations_teract_offre_siege_grid_details_txt p a {
    color: #0a221c;
    display: inline-block;
}
/** /FORMATIONS SIEGE **/
