h2.h2Sections {
    font-size: 2.5rem !important;
}

/* .gradient {
    background: linear-gradient(103deg, rgb(31 53 255 / 84%) 45%, rgb(255 0 165 / 80%) 70%) !important;
} */

#header.slide-landing-2024 h1 {
    max-width: 100% !important;
    text-align: center;
    font-weight: 700 !important;
}

.sub.landing-2024 {
    font-weight: 500 !important;
}

.renewedSearchBar2024 {
    margin: 0 auto;
    max-width: 970px;
}

.renewedSearchBar2024 .input {
    padding-right: 85px;
    position: relative;
}

.renewedSearchBar2024 .input a.search {
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    width: 70px;
    height: 70px;
    border-radius: 100%;
    text-indent: -300px;
    overflow: hidden;
    background: #F83131 url(../images/pictos/search.svg) no-repeat center center;
    background-size: 28px;
}

.renewedSearchBar2024 .input a.search:hover {
    background-color: #000578;
}

.renewedSearchBar2024 input {
    box-sizing: border-box;
    outline: none !important;
    padding: 0 30px;
    height: 70px;
    width: 100%;
    font-size: 100%;
    color: #FFF;
    border: 2px solid #FFF;
    border-radius: 35px;
    background: transparent no-repeat 97% center;
    transition: color 0.2s, background 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.renewedSearchBar2024 input.focus,
.renewedSearchBar2024 input:focus {
    background-color: #FFF;
    color: #000;
    border-radius: 5px;
}

.renewedSearchBar2024 input.focus.loading,
.renewedSearchBar2024 input.loading:focus {
    background-image: url(../images/loader-input.gif)
}


.renewedSearchBar2024 input::-webkit-input-placeholder {
    color: #FFF;
    opacity: 0.6;
}

.renewedSearchBar2024 input:-moz-placeholder {
    color: #FFF;
    opacity: 0.6;
}

.renewedSearchBar2024 input::-moz-placeholder {
    color: #FFF;
    opacity: 0.6;
}

.renewedSearchBar2024 input:-ms-input-placeholder {
    color: #FFF;
    opacity: 0.6;
}

.renewedSearchBar2024 input::-ms-input-placeholder {
    color: #FFF;
    opacity: 0.6;
}


.renewedSearchBar2024 p.exemples {
    font-size: 66.66%;
    margin: 1em 30px;
}

.renewedSearchBar2024 .suggested {
    padding-right: 85px;
    margin-top: -5px;
}

.renewedSearchBar2024 .suggested div {
    border-radius: 0 0 5px 5px;
}

.renewedSearchBar2024 .suggested div a {
    padding: 18px 25px;
}

.renewedSearchBar2024.sub-search {
    margin: 2em 0;
}

.renewedSearchBar2024.sub-search input {
    background-color: #FFF;
    border-radius: 8px;
    border: 1px solid #EEE;
    color: #000;
}

.renewedSearchBar2024.sub-search input::placeholder {
    color: #000;
}


.renewedSearchBar2024 .input {
    padding: 0;
}

.renewedSearchBar2024 .input .toSuggest {
    background-image: url(../images/pictos/search.svg);
    background-size: 1.8em
}

.renewedSearchBar2024 .suggested {
    padding-right: 0;
    margin-top: -5px;
}

.renewedSearchBar2024 .exemples {
    display: none;
}

.renewedSearchBar2024 {
    max-width: 700px !important;
}


.renewedSearchBar2024 input {
    background: #fff !important;
    color: #000 !important;
    z-index: 25 !important;

}

.renewedSearchBar2024 .input {
    padding-right: 0 !important;
}

.renewedSearchBar2024 input.focus,
.renewedSearchBar2024 input:focus {
    background: #fff !important;
    border-radius: 35px !important;
}

.renewedSearchBar2024 .suggested {
    margin-top: -70px !important;
    border-radius: 0 0 0 5rem !important;
    z-index: -1;
    padding-right: 0 !important;
}

.renewedSearchBar2024 .suggested div {
    padding-top: 70px !important;
    border-radius: 35px !important;
}

.renewedSearchBar2024 input:focus+.suggested:has(div)~p.exemples,
.renewedSearchBar2024 input.focus+.suggested:has(div)~p.exemples {
    opacity: 0 !important;
}

.renewedSearchBar2024 input p.exemples {
    color: red !important;
}

.renewedSearchBar2024 .input a.search {
    right: 8px !important;
    top: 5px !important;
    width: 90px !important;
    height: 60px !important;
    border-radius: 35% / 50% !important;
    background-color: #000 !important;
}

.renewedSearchBar2024 .input a.search:hover {

    background-color: #666 !important;
}

.renewedSearchBar2024 input::placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

.rainbowText {
    background: rgb(0, 234, 255);
    background: linear-gradient(117deg, rgba(0, 234, 255, 1) 0%, rgba(242, 0, 226, 1) 54%, rgba(255, 55, 0, 1) 100%);
    background-clip: text;
    color: transparent;

}

.fatH3Skills {
    font-size: 3rem !important;
    font-weight: 700 !important;
}

.mDown4 {
    margin-bottom: 1rem;
}

.center {
    margin: 30px auto !important;
}

/* /////////// GRID 'n FLEX /////////// */

#gridDiv {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 4rem 2rem;
    max-width: 1250px;
    margin: 0 auto;
}

.flexCardsDiv {
    grid-column: 1 / span 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}


.fullWidth {
    grid-column: 1 / span 2;
}


.halfWidthL {
    grid-column: 1;
}

.halfWidthR {
    grid-column: 2;
}

/* /////////// FIN GRID //////////// */

.imgBigHeight {
    position: relative;
    display: block;
    height: 100%;
}

.imgFlexDiv {
    display: flex;
    width: 100%;
    height: 40rem;
    border-radius: 3rem;
    overflow: hidden;
    position: relative;
    align-items: center;
    justify-content: center;
}

.imgFlexDivSoftSkills {
    height: 45rem;
}

/* //////////////////SMALL CARDS///////////////////// */
.flexCardsContainer {
    display: flex;
    justify-content: space-between;
    background-color: #666;
}

.cardObject {
    text-align: left !important;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    min-height: 19vh;
    max-height: 19vh;
    background-color: blue;
    border-radius: 3rem;
    padding: 2rem;
    /* align-content: end; */
    max-width: 500px;
    box-shadow: 1px 10px 25px rgb(100, 100, 100, 0.2);
    background-position-x: center !important;
}

.twoWideCards {
    width: 48%;
    padding: 3rem 2rem;
}

.threeWideCards {
    width: 27%;
}


.cardObject h3 {
    color: #fff;
    width: 100%;
    padding-bottom: 1rem;
    font-size: 128% !important;
    flex-grow: 1;

}

.cardObject .buttonGetFormations {
    position: relative;
    margin: 0 auto;
    align-content: center;
    width: 90%;
    color: #000;
    font-weight: 500;
    background-color: #fff;
    height: 60px;
    border-radius: 35px;
    padding-left: 2rem;
    background-position-x: left;
    align-self: flex-end;
}

.cardObject .buttonGetFormations:hover {
    background-color: #ddd;
}

.fakeButtonCard {
    position: absolute;
    top: 5px;
    right: 4.5px;
    border-radius: 100%;
    background-color: #000;
    width: 50px;
    height: 50px;
    background-image: url(../images/pictos/arrow-back.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
}

.card1 {
    background: rgb(3, 0, 208);
    background: url(../images/2024-landing/card_bg_1.svg), linear-gradient(29deg, rgba(3, 0, 208, 1) 45%, rgba(20, 202, 255, 1) 100%);
    background-repeat: no-repeat;
    background-size: contain;
}

.card2 {
    background: rgb(143, 0, 208);
    background: url(../images/2024-landing/card_bg_2.svg), linear-gradient(29deg, rgba(143, 0, 208, 1) 28%, rgba(5, 10, 108, 1) 100%);
    background-repeat: no-repeat;
    background-size: contain;
}

.card3 {
    background: rgb(160, 0, 208);
    background: url(../images/2024-landing/card_bg_3.svg), linear-gradient(34deg, rgba(160, 0, 208, 1) 41%, rgba(255, 1, 220, 1) 85%);
    background-repeat: no-repeat;
    background-size: cover;
}

.card4 {
    background: rgb(160, 0, 208);
    background: url(../images/2024-landing/card_bg_4.svg), linear-gradient(141deg, rgba(160, 0, 208, 1) 18%, rgba(218, 0, 0, 1) 85%);
    background-repeat: no-repeat;
    background-size: contain;
}

.cardManagement {
    background: rgb(108, 107, 146);
    background: url(../images/2024-landing/fond_management.svg);
    background-repeat: no-repeat;
}

.cardSoftSkills {
    background: rgb(108, 107, 146);
    background: url(../images/2024-landing/fond_soft-skills.svg);
    background-repeat: no-repeat;
}

.cardInformatique {
    background: rgb(108, 107, 146);
    background: url(../images/2024-landing/fond_informatique.svg);
    background-repeat: no-repeat;
    min-height: 22vh;
    max-height: 22vh;
}

.cardIA {
    background: rgb(108, 107, 146);
    background: url(../images/2024-landing/fond_intelligence_artificielle.svg);
    background-repeat: no-repeat;
}

.cardBureautique {
    background: rgb(108, 107, 146);
    background: url(../images/2024-landing/fond_bureautique.svg);
    background-repeat: no-repeat;
}

.cardMultimedia {
    background: rgb(108, 107, 146);
    background: url(../images/2024-landing/fond_digital_multimedia.svg);
    background-repeat: no-repeat;
    min-height: 29vh;
    max-height: 29vh;
}

.cardCompMet {
    background: rgb(108, 107, 146);
    background: url(../images/2024-landing/fond_comptetences_metier.svg);
    background-repeat: no-repeat;
    opacity: 0.9;
}

.cardUnivPro {
    background: rgb(108, 107, 146);
    background: url(../images/2024-landing/fond_univers_professionnel.svg);
    background-repeat: no-repeat;
}

.cardManagement,
.cardSoftSkills,
.cardInformatique,
.cardIA,
.cardBureautique,
.cardMultimedia,
.cardCompMet,
.cardUnivPro {
    background: rgb(143, 0, 208);
    background: url(../images/2024-landing/card_bg_2.svg), linear-gradient(29deg, rgba(143, 0, 208, 1) 28%, rgba(5, 10, 108, 1) 100%) !important;
}


/* ////////////////// FIN SMALL CARDS ///////////////////// */

/* //////////////////BIG LONG DIV AFTER SMALL CARDS///////////////////// */
.longDivAction {
    border-radius: 35px;
    background-color: #fff;
    text-align: center;
    margin-top: 5rem;
    padding: 0 4rem;
    box-shadow: 1px 10px 25px rgb(100, 100, 100, 0.2);
    padding-bottom: 5rem;
}

.longDivAction p {
    font-weight: 400 !important;
}

.textDivAction {
    padding: 2rem 9rem;
}

.divActionArt {
    gap: 2rem;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
}

.divActionArt img {
    width: 100%;
    height: auto;
}

.boxGridActionArt {
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr 2fr;
    row-gap: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

@font-face {
    font-family: Action-Montserrat-Black;
    src: url(../fonts/Montserrat-Black.woff);
}

.bigLetter {
    font-family: Action-Montserrat-Black;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    grid-column: 1/span 2;
    grid-row: 1;
    /* margin-left: 4rem; */
    font-size: 6.5rem;
    font-weight: 1000;
}

.divVerticalText {
    grid-column: 1;
    grid-row: 2;
    position: relative;
    top: -1rem;
    left: -1rem;
}

.verticalText {
    transform: rotate(270deg);
    font-weight: 600;
    text-align: right;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
}

.smallHorizText {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    grid-column: 2;
    grid-row: 2;
    font-size: 0.7rem;
    line-height: 1.1rem;
    position: relative;
    left: 0.5rem;
    /* background-color: #7c0004; */
}


.blackOblong {
    color: #fff;
    background-color: #000;
    border-radius: 1.8rem /50%;
    padding: 0.25rem 1.5rem;
}

a.blackOblong {
    display: flex;
    position: relative;
    align-items: center;
    color: #fff;
    height: 60px;
    width: fit-content;
    background-color: #000;
    border-radius: 1.8rem /1.8rem;
    padding: 0 5rem 0 2rem;
    font-weight: 500;
}

a.blackOblong:hover {
    color: #fff;
    background-color: #666;
}

.longDivAction .fakeButtonCard {
    position: absolute;
    top: 5px;
    right: 4.5px;
    border-radius: 100%;
    background-color: #fff;
    width: 50px;
    height: 50px;
    background-image: url(../images/pictos/arrow-back-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
}

.linkMore {
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 4rem;
}

/* ////////////////// FIN BIG LONG DIV AFTER SMALL CARDS ///////////////////// */

/* //////////////////FORMATION ACTIVE 3 STEPS///////////////////// */
.divFormation3Steps {
    margin-top: 3rem;
    background: none;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.divFormation3Steps h2.h2Sections {
    color: #e75480;
    margin: 0.7em 0 0 0 !important;
}

.divFormation3Steps h2.h2Sections span {
    color: #e75480;
}

.threeStepsGrid {
    width: calc(100% - 2rem);
    display: grid;
    grid-template-columns: 9% 9% 63% 9% 9%;
    grid-template-rows: repeat(3, 1fr);
    ;
    row-gap: 3rem;
    column-gap: 1rem;
    margin-top: 3.5rem
}

.threeStepsGrid .divRightRow {
    grid-row: 1 /span 2;
    grid-column: 4;
    margin-top: 5rem;
    margin-bottom: 5rem;
    background-image: url(../images/2024-landing/arrow-new-landing-right.svg);
    background-repeat: no-repeat;
    background-position: left -10px bottom 45%;
    background-size: contain;
}
.threeStepsGrid .div-left-row-one {
    width : 80%;
    grid-row: 1 /span 2;
    grid-column: 1/span 2;
    margin-top: 0rem;
    margin-bottom: 0rem;
    background-image: url(../images/2024-landing/arrow-new-landing-left.svg);
    background-repeat: no-repeat;
    background-position: right -70px bottom 45%;
    background-size: contain;
}

.threeStepsGrid .div-left-row-two {
    width : 80%;
    grid-row: 2 /span 3;
    grid-column: 1/span 2;
    margin-top: 0rem;
    margin-bottom: 0rem;
    background-image: url(../images/2024-landing/arrow-new-landing-left.svg);
    background-repeat: no-repeat;
    background-position: right -70px bottom 45%;
    background-size: contain;
}

.threeStepsGrid .divLefttRow {
    grid-row: 2 /span 3;
    grid-column: 1/span 2;
    margin-top: 5rem;
    margin-bottom: 7rem;
    background-image: url(../images/2024-landing/arrow-new-landing-left.svg);
    background-repeat: no-repeat;
    background-position: right -20px bottom 45%;
    background-size: contain;
}

.threeStepsGrid .divRows {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2rem 3rem;
    border-radius: 1.7rem;
}

.threeStepsGrid .divRows .bigNumber {
    position: absolute;
    left: -1.8rem;
    top: auto;
    bottom: auto;
    font-size: 8rem;
    font-weight: 700;
    color: #deabac;
    text-shadow: 1px 1px 20px rgb(100, 100, 100, 0.3);
}

.bigNumber2 {
    left: -2.2rem !important;
}

.bigNumber3 {
    left: -2.2rem !important;
}

.threeStepsGrid .pictoLeft {
    width: 70px;
    height: auto;
}

.threeStepsGrid .divRow1and3 {
    background-color: #ffe5e5;
    grid-column: 3;
}

.threeStepsGrid .divRow1 {
    grid-row: 1;
}

.threeStepsGrid .divRow2 {
    background-color: #ffffff;
    box-shadow: 5px 10px 20px #f3dbdc;
    grid-row: 2;
    grid-column: 3;
}

.threeStepsGrid .divRow3 {
    grid-row: 3;
    row-gap: 10rem !important;
}

.threeStepsGrid div h3 {
    text-align: left;
    color: #7c0004;
    margin: 0 !important;
    display: flex;
    align-items: center;
}

.text3Steps {
    margin-left: 1rem;
}

.pipe {
    font-weight: 200 !important;
    margin: 0 0.5rem;
}

.threeStepsGrid div p {
    margin: 0 !important;
    margin-top: 0.3rem !important;
    text-align: left;
    font-weight: 500;
    font-size: 0.9rem;
    color: #7c0004;
}

.threeStepsGrid .italH3steps {
    font-style: italic;
    font-weight: 300;
    font-size: 1rem;
    line-height: 120%;
}

.redOblong {
    background-color: #f62f36 !important;
}

.redOblong:hover {
    background-color: #ad282d !important;
}

.redOblong .fakeButtonCard {
    background-color: #fff;
    background-image: url(../images/pictos/arrow-back-red.svg);
}

.divFormation3Steps .linkMore {
    margin-top: 1rem !important;
}

/* ////////////////// FIN FORMATION ACTIVE 3 STEPS ///////////////////// */

/* ///////////////////OPEN BADGE EXPLAINER////////////////// */
.divOpenBadgeExplainer {
    background-color: #1c1d3b;
    color: #fff;
    display: flex;
    justify-content: center;
}

.containerOpenBadgeExplainer {
    display: grid;
    grid-template-columns: 2.5fr 5fr;
    row-gap: 1.2rem;
    padding: 4rem 12rem;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 1000px;
}

.divOpenBadgeExplainer>div>div {
    display: flex;
    flex-direction: column;
    /* background-color: #666; */
}

.imgOpenBadge {
    grid-column: 1;
    grid-row: 1;
    background-image: url(../images/pictos/OpenBadgeM2i.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.secondImgOpenBadge {
    grid-column: 1;
    grid-row: 2;
    background: url(../images/photo-demarche-qualite.webp);
    opacity: 0.7;
    background-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.titleOpenBadge {
    margin-left: 3rem;
    grid-row: 1;
    grid-column: 2;
}

.linksOpenBadgeExplainer {
    margin-left: 3rem;
    grid-row: 2;
    grid-column: 2;
}

.titleOpenBadge h2 {
    text-align: left;
    font-size: 3rem !important;
    font-weight: 700;
    margin: 0 !important;
    margin-top: 3rem !important;
    margin-bottom: 1rem !important;
}

.titleOpenBadge h2 span {
    color: #f62f36;
}

.divOpenBadgeExplainer .imgOpenBadge {
    background-color: #fff;
    border-radius: 50% 50% 60px 10px;
    height: 100%;
}

.divOpenBadgeExplainer .secondImgOpenBadge {
    background-color: #ff000091;
    border-radius: 10px 60px 50% 50%;
    height: 100%;
}



.linksOpenBadgeExplainer .linkMore {
    justify-content: start !important;
    margin-top: 1.3rem !important;
}

.linksOpenBadgeExplainer .linkMore a {
    background-color: #fff;
    color: #000;
    font-weight: 500;
}

.linksOpenBadgeExplainer .linkMore a:hover {
    background-color: #ddd;
}

.linksOpenBadgeExplainer .linkMore .fakeButtonCard {
    background-color: #1c1d3b;
}

.linksOpenBadgeExplainer .lastLinkMore {
    margin-bottom: 2rem;
}

/* /////////////// FIN OPEN BADGE EXPLAINER ////////////////// */

/* ///////////////DEBUT DEVELOP SKILLS//////////////////////// */
.divDevelopSkills {
    background-color: #e9f1ff;
    padding: 3rem 12rem;
    width: calc(100% - 24rem);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.containerDevelopSkills h2 span {
    white-space: nowrap;
}

.divDevelopSkills h2 {
    color: #001283;
    font-size: 2.8rem !important;
    line-height: 150% !important;
}

.divDevelopSkills h2 span,
.cardsDevSkills h3 {
    color: #0024ff;
}

.divDevelopSkills .cardsDevSkills {
    margin-top: 1rem;
    border-radius: 1.5rem;
    background-color: #fff;
    box-shadow: 1px 8px 5px #e0e7fa;
    padding: 1rem 1.2rem;
}

.cardsDevSkills h3 {
    font-weight: 700;
    margin: 0;
}

.cardsDevSkills h4 {
    /* font-weight: 700; */
    color: #001283;
    margin: 0;
    margin-top: 0.3rem;
}

.cardsDevSkills p {
    color: #001283;
    margin-top: 0.5rem !important;
    margin-bottom: 0 !important;
    font-weight: 500;
    font-size: 1rem;
}

/* /////////////// FIN DEVELOP SKILLS//////////////////////// */


/* /////////////////////////chooseSearchSkills///////////////////// */
.chooseSearchSkills {
    padding: 3rem 12rem;
    width: calc(100% - 24rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
}

.chooseSearchSkills h2 {
    margin: 0 !important;
    color: #001283;
    font-size: 2.8rem !important;
}

.chooseSearchSkills h2 span {
    display: block;
    max-width: fit-content;
    color: #fff;
    padding: 0.7rem 1.5rem;
    margin-left: -1.5rem;
    background: rgb(43, 11, 131);
    background: linear-gradient(90deg, rgba(43, 11, 131, 1) 0%, rgba(83, 4, 131, 1) 100%);
}

.containerChooseSearchSkills {
    max-width: 1000px;
    display: grid;
    grid-template-columns: 2fr 5fr;
    grid-template-rows: 1fr 1fr;
    row-gap: 1.2rem;
    column-gap: 4rem;
    width: 100%;
}

.leftColChooseSearchSkills {
    grid-column: 1;
    grid-row: 1 /span 2;
    border-radius: 50% / 30%;
    height: 100%;
    background-color: #666;
    background-image: url(../images/les-essentiels.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -150px 0px;
}

.rightColChooseSearchSkills {
    grid-column: 2;
    grid-row: 1 /span 2;
    padding: 5rem 0;
}

.secondary-job-search {
    max-width: 850px !important;
    margin-left: -1.5rem;
    margin-top: 1.7rem;

}

.secondary-job-search input {
    background-color: #e6e7f2 !important;
    height: 54px !important;
}

.secondary-job-search .input a.search {
    background-color: #640184 !important;
    height: 44px !important;
    width: 55px !important;
    border-radius: 40% / 50% !important;
    background-size: 20px !important;
}

.secondary-job-search .input a.search:hover {
    background-color: #3e0252 !important;
}

.secondary-job-search input:focus,
.secondary-job-search input.focus {
    background-color: #e6e7f2 !important;
}


/* ///////////////////////// FIN chooseSearchSkills ///////////////////// */


/* ////////////////YOUTOO section///////////////////// */

.divYouToo {
    background-color: #fcf0fb;
    padding: 3rem 12rem;
    width: calc(100% - 24rem);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.containerYouToo {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1000px;
}

.containerYouToo h2 {
    font-size: 2.8rem !important;
    color: #6b0084;
    width: 100%;
}

.containerYouToo h2 span {
    display: block;
    color: #cf00ff;
}

.containerYouToo .cardsYouToo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    gap: 15px;
}

.cardsYouToo h3 {
    padding: 0;
    margin: 0;
    font-size: 2rem !important;
}

.cardYouToo1,
.cardYouToo2,
.cardYouToo3 {
    padding: 1rem 1.5rem;
    width: calc(32% - 3rem);
    background-color: #f5d8ff;
}


.cardYouToo1 h3 {
    color: #fff;
}

.cardYouToo2 h3,
.cardYouToo3 h3 {
    color: #cf00ff;
}

.cardYouToo1 p {
    color: #fff;
    font-weight: 500;
}

.cardYouToo2 p,
.cardYouToo3 p {
    color: #6b0084;
    font-weight: 500;
}

.cardYouToo1 {
    background: rgb(221, 24, 178);
    background: linear-gradient(60deg, rgba(221, 24, 178, 1) 9%, rgba(203, 3, 255, 1) 33%, rgba(170, 37, 253, 1) 100%);
    border-radius: 40px 40px 10px 40px;
}

.cardYouToo2 {
    border-radius: 40px 10px 40px 10px;
}

.cardYouToo3 {
    border-radius: 10px 40px 40px 40px;
}

/* //////////////// FIN YOUTOO section///////////////////// */

/* /////////////////CATALOGUE/////////////////////////// */

.divCatalogue {
    display: flex;
    display: none;
}

.containerCatalogueLeft,
.containerCatalogueRight {
    width: 50%;
}

.containerCatalogueLeft {
    display: flex;
    justify-content: flex-end;
    background: rgb(240, 57, 80);
    background: linear-gradient(129deg, rgba(240, 57, 80, 1) 0%, rgba(254, 81, 4, 1) 100%);
}

.containerCatalogueLeft div {
    width: 300px;
    height: 400px;
    margin-right: 5rem;
    margin-top: 5rem;
    background-color: #eee;
}

.containerCatalogueRight {
    background-color: #fff;
}

.containerCatalogueRight div {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    margin-left: 5rem;
    /* margin-top: 5rem; */
}

.containerCatalogueRight h2 {
    font-size: 2.8rem !important;
    font-weight: 700;
    color: #742600;
    margin: 0 !important;
}

.containerCatalogueRight h2 span {
    color: #ff5200;
}

.containerCatalogueRight p {
    color: #742600;

}

.dlButtonCard {
    position: absolute;
    top: 5px;
    left: -4.7rem;
    border-radius: 100%;
    background-color: #fff;
    width: 50px;
    height: 50px !important;
    background-image: url(../images/pictos/arrow-back-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(270deg);
}

.orangeOblong {
    padding: 0 2rem 0 5rem !important;
    background: rgb(240, 57, 80);
    background: linear-gradient(90deg, rgba(240, 57, 80, 1) 0%, rgba(254, 81, 4, 1) 100%);
}

.orangeOblong:hover {
    background: rgb(240, 57, 80);
    background: linear-gradient(90deg, rgba(240, 57, 81, 0.729) 0%, rgba(254, 79, 4, 0.729) 100%);
}

/* ///////////////// FIN CATALOGUE /////////////////////////// */

.pastelRed {
    color: #ffbe9f;
}

.bgPastelRed {
    background-color: #ffbe9f;
}

.pastelBlue {
    color: #a4f9ff;
}

.bgPastelBlue {
    background-color: #a4f9ff;
}

.pastelGreen {
    color: #dcffa6;
}

.bgPastelGreen {
    background-color: #dcffa6;
}

.pastelYellow {
    color: #ffeda9;
}

.bgPastelYellow {
    background-color: #ffeda9;
}

.pastelPink {
    color: #f4c5ff;
}

.bgPastelPink {
    background-color: #f4c5ff;
}

.pastelViolet {
    color: #c6ceff;
}

.bgPastelViolet {
    background-color: #c6ceff;
}

.containerDevelopSkills,
.containerOpenBadgeExplainer {
    max-width: 1200px;
}

section#footer {
    padding: 1rem 0 !important;
}

#bandeau-alerte p.buttons a.arrow {
	background-position-y: center;
	background-position-x: 14.5rem;
}

@media screen and (max-width: 1405px) {
    .containerOpenBadgeExplainer {
        padding: 4rem 8rem;
    }
}

@media screen and (max-width: 1340px) {

    .divActionArt {
        width: calc(100% - 10rem);
        margin: 0 auto;
    }

    /* OPENBADGE */
    .containerOpenBadgeExplainer {
        display: block;
        padding: 4rem 2rem;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    }

    .imgOpenBadge {
        grid-column: 1;
        grid-row: 1;
    }

    .divOpenBadgeExplainer .imgOpenBadge {
        background-color: #fff;
        border-radius: 50%;
        height: 22em;
        width: 22em;
        margin: 0 auto;
    }

    .secondImgOpenBadge {
        display: none !important;
        grid-column: 2;
    }

    .titleOpenBadge {
        margin-left: 0;
        grid-row: 2;
        grid-column: 1;

    }

    .titleOpenBadge h2 {
        text-align: center;
    }

    .linksOpenBadgeExplainer a.blackOblong {
        width: 100%;
    }

    .linksOpenBadgeExplainer {
        margin-left: 0;
        grid-row: 3;
        grid-column: 1;
    }

    /*  */

    /* CHOOSE SEARCH */
    .chooseSearchSkills {
        padding: 3rem 6rem;
        width: calc(100% - 12rem);
    }

    /*  */

    .orangeOblong {
        width: fit-content !important;
    }


}

@media screen and (max-width: 1150px) {

    /* ////////GRID///////// */
    #gridDiv {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }

    .halfWidthL,
    .halfWidthR {
        grid-column: 1 / span 2;
    }

    .imgDisappear {
        display: none !important;
    }

    .cardObject {
        width: 100%;
    }

    /* /////////// */

    p {
        max-width: 1350px !important;
    }

    /* //////// ACTION DIV ///////// */

    .longDivAction {
        padding: 2rem 2rem;
        width: 100%;
    }

    .divActionArt {
        width: calc(100% - 12rem);
        margin: 0 auto;
    }

    /* /////////////////// */


    /* ///// 3 STEPS /////////////// */

    .threeStepsGrid .divRows .bigNumber {
        display: none;
    }

    .divLefttRow,
    .divRightRow {
        display: none;
    }
    .div-left-row-two,
    .div-left-row-one {
        display: none;
    }

    .threeStepsGrid {
        width: calc(100% - 1rem);
        grid-template-columns: 1% 0% 90% 0% 1%;
        row-gap: 1.5rem;
        margin-top: 3.5rem;
        justify-content: center;
    }


    .divFormation3Steps .linkMore {
        margin-top: 2.3rem !important;
    }


    /* //////////////// */

    /* OPENBADGE */
    .imgOpenBadge {
        grid-column: 1;
        grid-row: 1;
    }

    .secondImgOpenBadge {
        grid-column: 2;
        grid-row: 1;
    }

    .titleOpenBadge {
        grid-row: 2;
        grid-column: 1 /span 2;
    }

    .linksOpenBadgeExplainer {
        grid-row: 3;
        grid-column: 1 /span 2;
    }

    /*  */


    /* /////// CHOOSE SEARCH SKILLS ///////// */
    .containerChooseSearchSkills {
        display: block;
    }

    .leftColChooseSearchSkills {
        border-radius: 20px;
        height: 200px;
        width: 500px;
        background-color: #666;
        margin: 0 auto;
        max-width: 90%;
        background-position: 0px 0px;
    }

    .rightColChooseSearchSkills {
        text-align: center;
        padding: 2.5rem 0;
    }

    .chooseSearchSkills h2 span {
        text-align: center;
        margin-left: 0rem;
        margin: 0 auto;
    }

    .secondary-job-search {
        margin: 1.7rem auto !important;
        max-width: calc(100% - 24rem) !important;
    }

    .secondary-job-search input {
        height: 70px !important;
    }

    .renewedSearchBar2024 .input a.search {
        right: 8px !important;
        top: 8px !important;
        width: 70px !important;
        height: 55px !important;
        background-size: 28px !important;
    }

    /*  */

    /* ///// YOU TOO ///////// */

    .containerYouToo .cardsYouToo {
        flex-direction: column;
        align-self: center;
        max-width: 400px;
    }


    .cardYouToo1,
    .cardYouToo2,
    .cardYouToo3 {
        width: calc(100% - 3rem);
        /* margin-bottom: 2rem; */
    }

    .containerYouToo h2 {
        text-align: center;
    }

    /* //////////// */
}

@media screen and (max-width: 1020px) {

    .secondary-job-search {
        max-width: calc(100% - 18rem) !important;
    }

    .divCatalogue {
        flex-direction: column;
    }

    .containerCatalogueLeft {
        justify-content: center;
        width: 100%;
    }

    .containerCatalogueLeft div {
        max-width: 90%;
        margin-right: 0rem;
    }

    .containerCatalogueRight {
        width: 100%;

    }

    .containerCatalogueRight div {
        margin-left: 0rem;
        align-items: center;
        margin-bottom: 3rem;
    }

    .containerCatalogueRight h2 {
        margin-top: 3rem !important;
        text-align: center;
    }

    .dlButtonCard {
        left: 7px;
    }

    .divActionArt {
        width: calc(100% - 18rem);
        margin: 0 auto;
    }
}

@media screen and (max-width: 958px) {
    .divDevelopSkills {
        padding: 3rem 6rem;
        width: calc(100% - 12rem);
    }

    .divActionArt {
        width: calc(100% - 4rem);
        margin: 0 auto;
    }

    .textDivAction {
        padding: 2rem 1rem;
    }

    .secondary-job-search {
        max-width: calc(100% - 10rem) !important;
    }

    .divYouToo {
        padding: 3rem 6rem;
        width: calc(100% - 12rem);
    }

    #header {
        padding-top: 200px !important;
        padding-bottom: 10px !important;
    }

    .divDevelopSkills h2 {
        text-align: center;
    }

}

@media screen and (max-width: 770px) {
    .divDevelopSkills {
        padding: 3rem 1.5rem;
        width: calc(100% - 3rem);
    }

    .chooseSearchSkills {
        padding: 3rem 2rem;
        width: calc(100% - 4rem);
    }

    .secondary-job-search {
        max-width: calc(100% - 4rem) !important;
    }

    .cardObject {
        margin: 0 1.3rem;
    }
}

@media screen and (max-width: 680px) {

    .secondary-job-search {
        max-width: calc(100% - 1rem) !important;
    }

    .divYouToo {
        padding: 3rem 3rem;
        width: calc(100% - 6rem);
    }

    .cardObject {
        padding: 1.3rem;
        margin: 0 3.5rem;
        background-position-x: center;
    }

    .containerDevelopSkills h2 span {
        white-space: wrap;
    }

    .threeStepsGrid div h3 {
        flex-wrap: wrap;
    }

    .threeStepsGrid div p {
        margin-top: 0.5rem !important;
    }

    #gridDiv div p {
        font-size: 130%;
    }
}

@media screen and (max-width: 560px) {

    .cardObject {
        min-height: 21vh;
    }

    .chooseSearchSkills h2 {
        font-size: 2.2rem !important;
    }
}

@media screen and (max-width: 500px) {
    #gridDiv {
        padding: 3rem 1.5rem;
    }

    .cardObject {
        padding: 1.3rem;
        margin: 0 1.5rem;
    }
}

@media screen and (max-width: 460px) {
    .threeStepsGrid .divRows {
        padding: 1.2rem 1rem;
    }

    .cardObject {
        width: 85vw;
    }

}

@media screen and (max-width: 400px) {
    .cardObject {
        padding: 1.5rem 1rem;
        background-position-x: center;
    }


    .cardObject h3 {
        padding-bottom: 1rem;
        font-size: 130%;
    }

    .cardObject .buttonGetFormations {
        /* padding-left: 1.1rem;
        font-size: 90%; */
        width: 100%;
    }

    .threeStepsGrid .divRows {
        padding: 1.2rem 1rem;
    }

    .threeStepsGrid {
        width: calc(100%);
        justify-content: center;
        column-gap: 0rem;

    }

    .fatH3Skills {
        font-size: 2.5rem !important;
    }

    h2.h2Sections {
        font-size: 2rem !important;
    }

    .titleOpenBadge h2 {
        font-size: 2rem !important;

    }

    .divDevelopSkills h2 {
        font-size: 2rem !important;
    }

    .chooseSearchSkills h2 {
        font-size: 1.8rem !important;
    }

    .divYouToo {
        padding: 2rem 1rem;
        width: calc(100% - 2rem);
    }

    .containerYouToo h2 {
        font-size: 2rem !important;
    }

    .containerCatalogueRight h2 {
        font-size: 2.5rem !important;
    }

}

@media screen and (max-width: 350px) {
    .cardObject {
        padding: 1.5rem 0.5rem;
    }

    .cardObject .buttonGetFormations {
        padding-left: 1rem;
    }
}
