@media all and (max-width: 1023px) {
    h1.formations_teract_title_para {
        font-size: 30px;
    }

    H1.formations_teract_title_para_single#teract_formation_single::after {
        width: calc(100% + 30%) !important;
    }

    a.formation_cta {
        font-size: 16px;
    }

    div.teract_formation_team_title_row_container#mon_campus {
        background-color: #52BBFF;
        left: -12% !important;
    }

    div.teract_formation_team_title_row_container {
        left: -8% !important;
    }

    div.teract_formation_team_title_row_container_cfa {
        left: -12% !important;
    }

    h1#teract_formations_available {
        font-size: 20px !important;
        width: inherit !important;
    }

    h2.formations_teract_title_para#formations_teract_cfa_our_formations_mb::after {
        left: -43% !important;
    }
}

@media all and (min-width: 1024px) and (max-width: 1399px) {
    .teract_formation_para_left {
        left: -100px;
    }

}

@media all and (min-width: 1400px) {
    .teract_formation_para_left {
        left: 100px;
    }
}

@media all and (min-width: 1024px) {
    /** SUBTITLE **/
    H1.formation_teract_subtitle_para#formations_teract_notre_offre::after {
        background-color: #7DE29F;
        /*width: 25%;*/
    }

    H1.formation_teract_subtitle_para#formations_teract_domaine_expertise::after {
        background-color: #7DE29F;
        /*width: 45%;*/
    }

    h1.formations_teract_title_para,
    h2.formations_teract_title_para {
        font-size: 50px;
    }
    /** /SUBTITLE **/

    a.formation_cta {
        font-size: 25px;
    }
}

/** GLOBAL **/
.teract_wording_green {
    color: #7DE29F;
}

.teract_wording_yellow {
    color: #FFD06F;
}

.teract_wording_blue {
    color: #52BBFF;
}

.teract_wording_red {
    color: #FF7F71;
}

h3.formations_teract_title_para {
    position: relative;
    padding: 10px 0;
    margin-top: 6px;
}

h1.formations_teract_title_para,
h2.formations_teract_title_para {
    position: relative;
    padding: 30px 0;
    font-weight: 600;
    z-index: 1;
}

H1.formations_teract_title_para_single {
    position: relative;
    padding: 10px 0;
    font-weight: 600;
    line-height: 1.5;
    z-index: 1;
}

h1.formations_teract_title_para::after,
H1.formations_teract_title_para_single::after,
h2.formations_teract_title_para::after,
h3.formations_teract_title_para::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: -1;
    border-top-left-radius: 0;
    border-bottom-right-radius: 25px;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

H1.formation_teract_subtitle_para,
H2.formation_teract_subtitle_para {
    position: relative;
    padding: 15px 20px 10px;
    width: max-content;
}

H1.formation_teract_subtitle_para::after,
H2.formation_teract_subtitle_para::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    z-index: -1;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}


/** TITLES **/
H3.formations_teract_title_para#formations_teract_home::after {
    background-color: #FFD06F;
    left: -40%;
    width: calc(100% + 40%);
}

H3.formations_teract_title_para#formations_teract_single_actualite::after {
    background-color: #7DE29F;
    left: -40%;
    width: calc(100% + 40%);
}

H3.formations_teract_title_para#formations_teract_home_mb::after {
    background-color: #FFD06F;
    left: -30%;
    width: calc(100% + 30%);
}

H3.formations_teract_title_para#formations_teract_who_are_you_mb::after {
    background-color: #FFD06F;
    left: -30%;
    width: calc(100% + 30%);
}

H3.formations_teract_title_para#formations_teract_who_are_you::after {
    background-color: #FFD06F;
    left: -40%;
    width: calc(100% + 40%);
}

H1.formations_teract_title_para#teract_formations_available::after {
    background-color: #7DE29F;
    left: -60%;
    width: calc(80% + 60%);
}

H1.formations_teract_title_para_single#teract_formation_single::after {
    background-color: #7DE29F;
    left: -35%;
    width: calc(100% + 35%);
}

h2.formations_teract_title_para#teract_formations_offre_siege::after {
    background-color: #52BBFF;
    left: -55%;
    width: calc(100% + 33%);
}

h2.formations_teract_title_para#formations_teract_cfa_our_formations::after {
    background-color: #7DE29F;
    left: -30%;
    width: calc(100% + 35%);
}

h2.formations_teract_title_para#formations_teract_cfa_our_formations_mb::after {
    background-color: #7DE29F;
    left: -50%;
    width: calc(100% + 45%);
}

h2.formations_teract_title_para#formations_teract_cfa_nos_enseignes_metiers_alimentaires::after {
    background-color: #FF7F71;
    left: -30%;
    width: calc(100% + 35%);
}

h2.formations_teract_title_para#formations_teract_cfa_nos_enseignes_metiers_alimentaires_mb::after {
    background-color: #FF7F71;
    left: -50%;
    width: calc(100% + 45%);
}

/** /TITLES **/

/** SUBTITLE **/
H1.formation_teract_subtitle_para#formations_teract_notre_offre::after,
H1.formation_teract_subtitle_para#formations_teract_domaine_expertise::after,
H1.formation_teract_subtitle_para#formations_teract_referant_handicap::after,
H2.formation_teract_subtitle_para#formations_teract_reglement_general::after {
    background-color: #7DE29F;
}
/** /SUBTITLE **/


/** CTA FORMATION **/
div#teract-cta-recrutement-row-container {
    z-index: 1001;
    cursor: pointer;
    transform: skew(-25deg, 0deg) translate(64%);
    transition: all .5s ease-in-out;
}

div#teract-cta-recrutement-row-container:hover {
    transform: skew(-25deg, 0deg) translate(3%);
}

div.teract-cta-ivr-recrute {
    transform: skew(-25deg, 0deg);
    padding: 10px 0;
}

img.teract-picto-recrutement {
    width: 37px;
    height: auto;
}

.teract-cta-container {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0A221C;
}

div.teract-v2-cta-recrutement-img-left-container {
    position: relative;
    width: 24%;
}

div.teract-v2-cta-recrutement-img-left-container img {
    width: 83%;
}

div.teract-v2-cta-recrutement-right-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 70%;
    border-radius: 50px;
}
/** /CTA FORMATION **/

a.formation_cta,
div.teract_formation_listing_cta,
div.cta_submit_container button {
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 10px 20px;
    width: max-content;
    border-radius: 25px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    cursor: pointer;
}

a.formation_cta.yellow_cta,
div.teract_formation_listing_cta {
    background-color: #FFD06F;
    border: 1px solid #FFD06F;
}

a.formation_cta:hover.yellow_cta,
div.teract_formation_listing_cta:hover,
div.cta_submit_container button:hover {
    background-color: transparent;
    color: #FFD06F;
}

div.teract_formation_listing_cta.red_cta {
    background-color: #FF7F71;
    border: 1px solid #FF7F71;
}

div.teract_formation_listing_cta.red_cta:hover {
    background-color: transparent;
    color: #FF7F71 !important;
}

div.cta_submit_container {
    margin: 2em auto;
}

.teract_formation_listing_cta.green_cta {
    background-color: #7DE29F;
    color: #ffffff;
    margin-left: auto;
    margin-right: 0;
    margin-top: auto;
    text-align: center;
    display: block;
    padding: 10px 20px;
    width: max-content;
    border-radius: 25px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    cursor: pointer;
}

div.cta_submit_container button {
    background-color: #FFD06F;
    border: 1px solid #FFD06F;
}

div.teract_formation_team_title_row_container {
    transform: skew(-25deg);
    left: -4%;
    border-bottom-right-radius: 25px;
    background-color: #7DE29F;
}

div.teract_formation_team_title_row_container#mon_campus {
    background-color: #52BBFF;
}