:root {
    --color-app-gray-1: #454545;
    --color-app-gold-1: #896826;
    --color-app-blue-1: #2C323E;
    --color-app-blue-2: #2E3D53;
    --container-width-1: 850px;
    --bikeGoTo:125px;
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    overflow: overlay;
    color: #454545;
    overflow-x: hidden;
    padding-top:130px;
}



:root {
    --header-height: 100px;
    --filter-height: 90px;
    --container-width-1: 1200px;
}

*, ::before, ::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
    font-size: 18px;
    font-weight: 400;
    color: #606060;
}

b {
    font-weight: 500;
}

svg {
    -webkit-transform: scale(1);
    transform: scale(1);
}

fieldset {
    border:none;
}

button {
    cursor: pointer;
}

button, select, option, input {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
}

::-webkit-input-placeholder {
    font-style: italic;
    color: #7e7e7e;
}

:-moz-placeholder {
    font-style: italic;
    color: #7e7e7e;
}

::-moz-placeholder {
    font-style: italic;
    color: #7e7e7e;
    font-family: 'Exo', sans-serif;
}

:-ms-input-placeholder {
    font-style: italic;
    color: #7e7e7e;
}

* {
    -webkit-tap-highlight-color: transparent;
    font-family: inherit;
}

input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);

}

a, a:hover, a:visited, a:active {
    text-decoration: none;
}

img, embed, object, video, svg {
    max-width: 100%;
}



h1, h2, h3, h4, h5, h6 {
    line-height: 1;
}

* {
    scroll-margin-top: 100px;
}

.app-container-1 {
    width:100%;
    max-width:1200px;
    padding-left:1.25rem;
    padding-right:1.25rem;
    margin-left:auto;
    margin-right:auto;
}


.app-container-2 {
    width: 100%;
    max-width: 1020px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-left: auto;
    margin-right: auto;
}

.app-container-3 {
    width: 100%;
    max-width: 840px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-left: auto;
    margin-right: auto;
}

.app-layout-grid-1 {
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, 1fr);
}
.app-layout-grid-1 .col-image {
    display:none;
}

.app-layout-grid-1 .image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 14px;
}

.app-layout-grid-2 {
    display: grid;
    gap: 30px;
}

.app-layout-grid-2 .col-image {
    position:relative;
    height:370px;
}

.app-layout-grid-2 .col-image img{
    max-height:100%;
    object-fit:contain;
    margin-left:auto;
    margin-right:auto;
    display:block;
}

.app-layout-grid-2 .image.image-1 {
    position: absolute;
    height: calc(100% - 70px);
    width: 73%;
    object-fit: cover;
    object-position: center;
    border-radius: 14px;
}

.app-layout-grid-2 .image.image-2 {
    position: absolute;
    top: 30px;
    right: -5px;
    width: 230px;
    height: 230px;
    object-fit: cover;
    object-position: center;
    border-radius: 14px;
    box-shadow: 0px 0px 12px #00000029;
    border: 5px solid white;
}

.app-layout-grid-2 .image.image-3 {
    position: absolute;
    bottom: -5px;
    left: 52px;
    width: 66%;
    object-fit: cover;
    object-position: center;
    border-radius: 14px;
    box-shadow: 0px 0px 12px #00000029;
    border: 4px solid white;
}

@media(min-width:1024px) {
    .app-layout-grid-1 .col-image {
        display: block;
    }

    .app-layout-grid-2 .col-image {
        position: relative;
        height: auto;
    }
    .app-layout-grid-2 .image.image-1 {
        position: absolute;
        height: calc(100% - 70px);
        width: 73%;
        object-fit: cover;
        object-position: center;
        border-radius: 14px;
    }

    .app-layout-grid-2 .image.image-2 {
        position: absolute;
        top: 30px;
        left: unset;
        right: -5px;
        width: 230px;
        height: 230px;
        object-fit: cover;
        object-position: center;
        border-radius: 14px;
        border: 4px solid white;
    }

    .app-layout-grid-2 .image.image-3 {
        position: absolute;
        bottom: -5px;
        right: -5px;
        width: 66%;
        object-fit: cover;
        object-position: center;
        border-radius: 14px;
        border: 4px solid white;
    }
}


.app-layout-grid-3 {
    display: grid;
    gap: 70px;
}

.app-layout-grid-3 .image {
    min-height: 335px;
    max-height: 435px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 14px;
}

.app-layout-grid-3-col-1 {
    display: grid;
    gap: 30px;
}

.app-layout-grid-3-col-1.images img {
    height:300px;
    width:100%;
    object-fit:cover;
    object-position:center;
    border-radius:5px;
}

.app-layout-grid-2-col-1 {
    display: grid;
    gap: 30px;
}

@media(min-width:1024px) {
    .app-layout-grid-1 {
        display: grid;
        grid-template-columns: minmax(auto, 490px) minmax(150px, auto);
        gap: 150px;
    }

    .app-layout-grid-2 {
        display: grid;
        grid-template-columns: minmax(0, auto) minmax(auto, 490px);
        gap: 150px;
    }
    .app-layout-grid-3 {
        display: grid;
        grid-template-columns: 650px minmax(150px, auto);
        gap: 70px;
    }
    .app-layout-grid-3-col-1 {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
        gap: 30px;
    }

    .app-layout-grid-3-col-1.images img {
        height: 365px;
        width: 365px;
        object-fit: cover;
        object-position: center;
        border-radius: 5px;
    }

    .app-layout-grid-2-col-1 {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 70px;
    }
}


/*.app-layout-grid-4 {
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, 1fr);
}

.app-layout-grid-4 .col-image {
    display: none;
}

.app-layout-grid-1 .image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 14px;
}*/

.app-layout-articles-1 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 20px;
}

.app-layout-articles-1 .col{
    display:flex;
    flex-direction:column;
    gap:30px;
}


.app-layout-articles-1 .col:nth-child(1){
    margin-top:30px;
}

.app-container-spacing-1 {
    margin-top: 150px;
    margin-bottom: 150px;
}

.app-container-spacing-2 {
    margin-top: 250px;
    margin-bottom: 250px;
}

.app-container-spacing-3 {
    margin-top: 80px;
    margin-bottom: 120px;
}

.app-container-spacing-4 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.app-container-spacing-inside-1 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.app-container-spacing-inside-2 {
    padding-top: 50px;
    padding-bottom: 150px;
}

@media(min-width:1024px) {
    .app-container-spacing-1 {
        margin-top: 150px;
        margin-bottom: 150px;
    }

    .app-container-spacing-2 {
        margin-top: 250px;
        margin-bottom: 250px;
    }

    .app-container-spacing-3 {
        margin-top: 150px;
        margin-bottom: 200px;
    }

    .app-container-spacing-4 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}




.display-1 {
    color: #000000;
    font-size: 45px;
    letter-spacing: -1.5px;
    line-height: 45px;
    font-weight: 800;
}

.display-2 {
    color: #000000;
    font-size: 40px;
    letter-spacing: -1.2px;
    line-height: 40px;
    font-weight: 800;
}
.display-3 {
    color: #000000;
    font-size: 30px;
    letter-spacing: -0.7px;
    line-height: 35px;
    font-weight: 800;
}

.display-4 {
    color: #000000;
    font-size: 26px;
    letter-spacing: -0.4px;
    line-height: 28px;
    font-weight: 800;
}

.display-5 {
    color: #000000;
    font-size: 35px;
    letter-spacing: -1.2px;
    line-height: 35px;
    font-weight: 900;
}

.display-text-1 {
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    font-weight:500;
}

.display-text-2 {
    color: #000000;
    font-size: 16px;
    line-height:1.4;
    font-weight: 500;
}

@media(min-width:1024px) {
    .display-1 {
        color: #000000;
        font-size: 75px;
        letter-spacing: -1.5px;
        line-height: 70px;
        font-weight: 800;
    }

    .display-2 {
        color: #000000;
        font-size: 60px;
        letter-spacing: -1.2px;
        line-height: 60px;
        font-weight: 800;
    }

    .display-3 {
        color: #000000;
        font-size: 35px;
        letter-spacing: -0.7px;
        line-height: 35px;
        font-weight: 800;
    }

    .display-4 {
        color: #000000;
        font-size: 28px;
        letter-spacing: -0.4px;
        line-height: 28px;
        font-weight: 800;
    }

    .display-5 {
        color: #000000;
        font-size: 50px;
        letter-spacing: -1.2px;
        line-height: 50px;
        font-weight: 900;
    }

    .display-text-1 {
        color: #000000;
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
    }

    .display-text-2 {
        color: #000000;
        font-size: 16px;
        line-height: 1.4;
        font-weight: 500;
    }
}

@property --myColor1 {
    syntax: '<color>';
    initial-value: #1AA3B6;
    inherits: false;
}

@property --myColor2 {
    syntax: '<color>';
    initial-value: #7ABF4E;
    inherits: false;
}

.button {
    background-image: linear-gradient(105deg, #1AA3B6 0%, #7ABF4E 100%);
    border-radius: 6px;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 20px;
    border-width: 2px;
    border-color: transparent;
    border-style: none;
    color: #ffffff;
    font-weight: 600;
    display: inline-flex;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    gap: 10px;
    align-items: center;
}

@media(min-width:1024px) {

    .button {
        background-image: linear-gradient(105deg, #1AA3B6 0%, #7ABF4E 100%);
        background-image: linear-gradient(105deg, var(--myColor1), var(--myColor2));
        transition: background-color 0.3s ease, border-color 0.3s ease;
        transition: background-color 0.3s ease, border-color 0.3s ease, --myColor1 0.6s, --myColor2 0.6s;
    }

    .button:hover {
        --myColor1: rgb(79 132 139);
        --myColor2: #5da92d;
    }

}




.button svg {
    height:22px;
    width:22px;
    transition: transform 0.3s ease;
}
.button:hover svg {
    transform: translate3d(5px, 0,0);
}

.button-blue {
    background-image: none;
    background-color: #1AA3B6;
    transition:background-color 0.3s ease, color 0.3s ease;
}

.button-blue:hover {
    background-color: rgb(79 132 139);
}

.button-green {
    background-image: none;
    background-color: #7ABF4E;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.button-green:hover {
    background-color: #5da92d;
}

.button-yellow {
    background-image: none;
    background-color: #F09819;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.button-yellow:hover {
    background-color: #cb8217;
}

.button-radius-full {
    border-radius: 99px;
}

.button:disabled {
    background-color: #909090;
    color: #e3e3e3;
    cursor:not-allowed;
}



.button-linkedin {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: #135C9B;
    font-size:20px;
    font-weight:500;
    line-height:20px;
}

.button-linkedin.button-linkedin-white {
    color: white;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}

.button-linkedin svg {
    height:30px;
    width:30px;
}

.button-link {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #1AA3B6;
    gap: 10px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.button-link:not(.color-white):hover {
    color: rgb(79 132 139);
}


.button-link.yellow {
    color: #F09819;
}
.button-link.yellow:hover {
    color: #cb8217;
}

.button-link:hover {
    text-decoration:underline;
}

.button-link svg {
    height:24px;
    width:24px;
    transition:transform 0.3s ease;
}

.button-link:hover svg {
    transform: translateX(15px);
}

.button-icon {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    background-color: transparent;
    border: none;
    color: #1AA3B6;
}

.button-icon svg {
    height: 24px;
    width: 24px;
}

.logo-list {
    display: grid;
    align-items: center;
    column-gap: 5px;
    row-gap:5px;
    justify-content: space-between;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    width: 100%;
}

@media(min-width:1024px) {
    .logo-list {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    }
}

.logo-list .logo {
    height:50px;
    width:100%;
}

.logo-list .logo img{
    height:100%;
    width:100%;
    object-fit:contain
}


.logo-list.logo-list-lg {
    padding-right:1.25rem;
    padding-left:1.25rem;
}

.logo-list.logo-list-lg .logo {
    height: 80px;
}

@media(min-width:1024px) {
    .logo-list {
        display: flex;
        align-items: center;
        column-gap: 5px;
        justify-content: space-between;
        width: 100%;
    }

}

.badge-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 15px;
    row-gap:10px;
}

.button-list {
    display: flex;
    align-items:center;
    flex-wrap: wrap;
    gap: 15px;
}

.svg-specific-home-1 {
    height:92px;
    margin-left:auto;
    margin-right:auto;
}


.product-recap {
    background-color: #F5F5F5;
    border-radius: 5px;
    padding: 15px 20px;
    display: inline-flex;
    align-items: center;
    row-gap: 20px;
    column-gap:40px;
    flex-wrap:wrap;;
}

.component-data svg {
    height: 26px;
    width: 26px;
    flex-shrink:0;
}


.component-data {
    display: flex;
    align-items: center;
    gap:10px;
}

.component-data .component-label-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    /*white-space: nowrap;*/
}

.component-data .component-label-text .label {
    color: #797979;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 500;
    white-space: nowrap;
}

 .component-data .component-label-text .text {
    color: #797979;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 800;
}


.component-data.lg {
    flex: 0 0 auto;
    gap:15px;
}

.component-data.lg svg {
    height: 36px;
    width: 36px;
}

.component-data.lg .component-label-text .label {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    white-space: normal;
}

.component-data.lg .component-label-text .text {
    font-size: 26px;
    line-height: 26px;
    white-space: normal;
}



.formation-single-container-1 {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
    padding-top: 80px;
}

@media(min-width:1024px) {
    .formation-single-container-1 {
        grid-template-columns: minmax(auto, 490px) minmax(150px, auto);
        gap: 150px;
        padding-top: 150px;
    }
}

.formation-single-container-1 .col-1 {
    padding-bottom: 50px;
}

.formation-single-container-1 .col-2 {
    display:flex;
    justify-content:center;
    align-items:flex-end;
}

.formation-single-container-1 .col-2 img {
    height: 430px;
    max-width:320px;
    width:100%;
    object-fit:cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.formation-single-container-2 {
    display: grid;
    gap: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    align-items:center;
}

.formation-single-container-2 .col {
    position:relative;
}

.formation-single-container-2 .col:not(:first-child) {
    /*border-left:1px solid white;*/
    padding-top:30px;
}

.formation-single-container-2 .col:not(:last-child) {
    padding-bottom: 30px;
}

.formation-single-container-2 .col:not(:first-child):after {
    content: "";
    position: absolute;
    height: 1px;
    width: 80%;
    left: 0px;
    top: 0px;
    background-color: white;
    transform: translate3d(0px, -50%,0px)
}

.formation-single-container-2 .col-2 {
    display:flex;
    flex-direction:column;
    gap:15px;
    justify-content:center;
}

.formation-single-container-2 .component-label-text .text {
    color:white;
}
.formation-single-container-2 .component-label-text .label {
    color: white;
}
.formation-single-container-2 .speed-access {
    display:flex;
    flex-direction:column;
    gap:5px;
}

@media(min-width:1024px) {
    .formation-single-container-2 {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
        gap: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
    }


    .formation-single-container-2 .col:not(:first-child) {
        padding-left: 30px;
        padding-top:0px;
    }

    .formation-single-container-2 .col:not(:last-child) {
        padding-right: 30px;
        padding-bottom:0px;
    }

    .formation-single-container-2 .col:not(:first-child):after {
        content: "";
        position: absolute;
        height: 80%;
        width: 1px;
        left: -00px;
        top: 10%;
        background-color: white;
        transform: translate3d(-50%, 0px,0px)
    }
}


.formation-single-container-sell {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.formation-single-container-sell .formation-single-container-sell-infos {
    display: none;
}


@media(min-width:1024px) {
    .formation-single-container-sell {
        display: grid;
        grid-template-columns: minmax(0, 380px) minmax(0, 1fr);
        gap: 90px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .formation-single-container-sell .formation-single-container-sell-infos {
        display: block;
    }

}
.formation-single-container-sell .image{
    width:100%;
    height:380px;
    object-fit:cover;
    object-position:center;
    border-radius:5px;
}


.section-formateurs {
    position:relative;
}

.container-formateurs-1 {
    padding: 20px 1.25rem 35px 1.25rem;
    background-image: linear-gradient(241deg, #1AA3B6, #3B7784);
    border-radius: 5px;
    display: grid;
    gap: 40px;
    position:relative;
}

@media(min-width:1024px) {
    .container-formateurs-1 {
        padding: 85px 130px;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 80px;
    }
}


.download {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.download label {
    padding-left:15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}
.download .link {
    display: flex;
    flex-direction:column;
}
.download .link input {
    font-size: 16px;
    line-height: 18px;
    padding: 8px 20px;
    border-top: 1px solid #9F9F9F;
    border-left: 1px solid #9F9F9F;
    border-right: 1px solid #9F9F9F;
    border-bottom:none;
    flex: 1;
    padding-right: 40px;
    height: 38px;
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.download .link button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
@media(min-width:1024px) {

    .download label {
        padding-left:15px;
        font-size: 16px;
        font-weight: 700;
        line-height: 16px;
    }
    .download .link {
        display: flex;
        align-items: center;
        flex-direction: row;
    }
    .download .link input {
        margin-right: -35px;
        border-bottom: 1px solid #9F9F9F;
        border-top-left-radius: 99px;
        border-top-right-radius: 99px;
        border-bottom-left-radius: 99px;
        border-bottom-right-radius: 99px;
    }

    .download .link button {
        border-top-left-radius: 99px;
        border-top-right-radius: 99px;
        border-bottom-left-radius: 99px;
        border-bottom-right-radius: 99px;
    }
}

.header {
    position: fixed;
    top:0;
    left:0;
    right:0;
    z-index:999;
}

.header .header-container {
    position: relative;
    z-index: 1;
    padding-top: 25px;
    padding-bottom: 25px;
    transition: box-shadow 0.3s ease;
}

header .button-blue {
    font-size: 16px;
    line-height: 16px;
    display:none;
}

.header .header-container .header-logo{
    width:100px;
    height:50px;
    transition:height 0.2s ease;
}

.header.scroll .header-container {
    box-shadow: 0px 0px 4px #0000005D;
    padding-top: 15px;
    background-color: white;
    padding-bottom: 15px;
}

.header.show .header-container {
    background-color: white;
}

.header.scroll .header-container .header-logo {
   height:40px;
}

header .button-menu {
    background-color: transparent;
    border-color: transparent;
    border-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 30px;
    height: 15px;
    flex-shrink: 0;
    position: relative;
    padding: 0;
    gap: 3px;
}

header .button-menu div {
    transition: all 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    border-radius: 10px;
    height: 3px;
    background-color: #454545;
}

header .button-menu div:nth-child(1) {
    width: 100%;
}

header .button-menu:hover div:nth-child(1) {
    width: 100%;
}

header .button-menu div:nth-child(2) {
    width: 50%;
}

header .button-menu:hover div:nth-child(2) {
    width: 100%;
}

header .button-menu div:nth-child(3) {
    width: 80%;
}

header .button-menu:hover div:nth-child(3) {
    width: 100%;
}


.header-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-layout .nav {
    display:none;
}
.mega-menu {
    display:none;
}


@media(min-width:355px) {
    header .button-blue {
        display: inline-flex;
    }
}

@media(min-width:1024px) {
    header .button-menu {
        display:none;
    }

    header .button-blue {
        font-size: 16px;
        line-height: 16px;
    }

    .header-layout .nav {
        display: flex;
        justify-content: center;
        gap: 30px;
    }

    .header .header-container .header-logo {
        width: 140px;
        height: 80px;
        transition: height 0.2s ease;
    }
    .header.scroll .header-container .header-logo {
        height: 50px;
    }
    .header-layout .nav .nav-item {
        background-color: transparent;
        border: none;
        font-weight: 600;
        font-size: 20px;
        display:inline-flex;
        align-items:center;
        gap:7px;
    }

    .header-layout .nav .nav-item svg {
        height:20px;
        width:20px;
        transition:transform 0.3s ease;
    }

    .header-layout .nav .nav-item.active {
        color: #1AA3B6;
        text-decoration:underline;
    }
    .header-layout .nav .nav-item.active svg {
        transform:rotate(180deg);
    }

    .mega-menu {
        display: block;
        position: absolute;
        background-color: white;
        width: 100%;
        bottom: 100%;
        box-shadow: 0px 11px 17px #00000029;
        padding-top: 40px;
        padding-bottom: 50px;
        opacity: 0;
        z-index: -1;
        transition: opacity 0.3s ease;
        user-select: none;
    }

   


    .header.show .header-container {
        box-shadow: 0px 1px 0px #e5e5e5;
    }

    .mega-menu.show {
        opacity: 1;
        z-index: 0;
        transform: translate3d(0px, calc(100% - 1px), 0px);
        bottom: 0;
        user-select:auto;
    }

    .mega-menu .mega-menu-layout-1 {
        display:grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap:30px;
    }


    .mega-menu.with-annonce .app-container-1 {
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 30px;
        align-content: center;
    }

    .mega-menu.with-annonce .mega-menu-layout-1 {
        grid-template-columns: 1fr 1fr;
    }
}


.mega-menu-layout-2 {
    padding-left:50px;
    padding-right:50px;
}

.mega-menu-layout-2 .mega-menu-layout-2-title {
    opacity: 1;
    font-weight: 800;
    font-size: 24px;
    line-height: 1;
    color: #000000;
    margin-bottom: 20px;
    margin-left: 30px;
}

.mega-menu-layout-2 .card-new {
    padding: 25px 30px;
    background: linear-gradient(61deg, #f09819a1 0%, #edde5db5 100%);
    border-radius: 5px;
    display: block;
    cursor:pointer;
}

.mega-menu-layout-2 .card-new .new-title {
    opacity:1;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.1;
    color: #000000;
}
.mega-menu-layout-2 .card-new:hover .new-title {
    text-decoration:underline;
}

.mega-menu-layout-2 .card-new .new-description {
    opacity: 1;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    color: #000000;
    margin-top: 10px;
}


.footer {
    margin-top: 250px;
    background-color: #363636;
    padding-top: 50px;
    padding-bottom: 150px;
    position: relative;
}

.footer-logo {
    margin-top:-70px;
    margin-bottom:50px;
    position:relative;
    z-index:1;
}

.footer-description {
    font-size:38px;
    line-height:40px;
    letter-spacing:-0.64px;
    color:#ffffff;
    font-weight:800;
}

.footer-layout {
    display:grid;
    gap:30px;
}


.footer .logo-black-anim {
    display:none;
}

@keyframes movebike {
    0% {
        left: 125px;
    }
    10% {
        transform: rotate(0deg) translateY(-100%);
    }
    25% {
        transform: rotate(-30deg) translateY(-100%);
    }
    35% {
        transform: rotate(0deg) translateY(-100%);
    }
    100% {
        left: var(--bikeGoTo);
        transform : translateY(-100%);
    }
}


.footer-layout-col-1 {
    position: relative;
}

.footer-layout .deco-1 {
    position:absolute;
    top:-49px;
    left:0;
    width:100%;
    transform:translateY(-100%);
}

.footer-layout .deco-2 {
    display:none;
    user-select:none;
}

.footer-layout-col-2 {
    position: relative;
    display:flex;
    flex-direction:column;
    gap:40px;
    padding-top:40px;
}

.footer-layout-col-2 .footer-title-nav {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: -0.64px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px;
}
.footer-layout-col-2 .footer-nav {
    display:flex;
    flex-direction:column;
    gap:10px;
}
.footer-layout-col-2 .footer-nav a, .footer-layout-col-2 .footer-nav button {
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    background-color: transparent;
    border: none;
    padding: 0;
    text-align: left;
}

.footer-layout-col-2 .footer-nav a:hover, .footer-layout-col-2 .footer-nav button:hover {
    text-decoration:underline;
}

@media(min-width:1024px) {
    .footer-layout {
        display: grid;
        grid-template-columns: 600px 1fr;
        position: relative;
        gap: 70px;
    }
    .footer .logo-black-anim {
        display: block;
        position: absolute;
        top: -49px;
        transform: translateY(-100%);
        height: 35px;
        left: 125px;
        transform-origin: bottom left;
        color: #363636;
    }
    .footer-layout-col-1 {
        padding-left: 120px;
        padding-right: 120px;
    }

    .footer-layout-col-2 {
        flex-direction: row;
    }

    .footer-layout .deco-2 {
        position: absolute;
        display: block;
        top: -49px;
        left: 0;
        width: 190px;
        transform: translateY(-100%);
    }
}



.card-1 {
    box-shadow: 0px 0px 24px #00000029;
    border-radius: 14px;
    padding:40px 35px;
}

.card-1 .card-1-more-text {
    display:none;
}

.card-1.show-more-text .card-1-more-text {
    display: block;
}

.card-1.show-more-text .card-1-button-more-text {
    display: none;
}


.card-1-profil {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: auto;

}

.card-1-profil img {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    object-fit:cover;
    flex-shrink:0;
    object-position:center;
    background-color: #797979;
}

.card-1-profil .user-info {
    margin-top:auto;
    display:flex;
    flex-direction:column;
    gap:3px;
}

.card-1-profil .user-info .name {
    color: #797979;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 800;
}

.card-1-profil .user-info .role {
    color: #797979;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 500;
}











.card-2-profil {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom:20px;
}

.card-2-profil img {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    object-fit: cover;
    flex-shrink: 0;
    object-position: center;
    background-color: #797979;
}

.card-2-profil .user-info {
    display: flex;
    align-items:center;
    gap: 3px;
}

.card-2-profil .user-info .name {
    color: #3e3e3e;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.1;
}











.card-2 {
    box-shadow: 0px 0px 24px #00000029;
    border-radius: 8px;
    overflow:hidden;
}

.card-2 img {
    height:150px;
    width:100%;
    object-fit:cover;
    object-position:center;
}

.card-2 .card-content {
    padding:15px 15px;
}

.card-2 .card-title {
    color: #000000;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.card-2:hover .card-title {
    text-decoration:underline;
}

.card-2 .card-description {
    color: #000000;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-3 {
    border-radius: 5px;
    overflow: hidden;
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.card-3 .card-3-title {
    color: #797979;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.card-3 .card-3-data {
    color: #797979;
    font-size: 25px;
    line-height: 25px;
    font-weight: 800;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-3 .card-3-data img {
    height: 30px;
    width: 30px;
    flex-shrink: 0;
    object-fit:cover;
}

.card-3 .card-3-data svg {
    height: 30px;
    width: 30px;
    flex-shrink: 0;
}

.card-3 .card-3-description {
    color: #797979;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.card-menu-item {
    background-color: #F7F7F7;
    border-radius: 5px;
    padding: 25px 30px;
    display:flex;
    flex-direction:column;
}
.card-menu-item .title {
    color: #000000;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.card-menu-item:hover .title {
    text-decoration:underline;
}

.card-menu-item .description {
    color: #797979;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top:auto;
}

.card-product {
    display:none;
}

.card-product.active {
    display:grid;
}

.card-product .card-product-image {
    display: none;
}
@media(min-width:1024px) {
    .card-product .card-product-image {
        display: block;
    }
}

.card-formateur {
    position: relative;
    width:55%;
}


.card-formateur .card-formateur-image {
    height: 340px;
    width: 100%;
    object-fit: cover;
    border-radius: 18px;
    border: 4px solid white;
    position: relative;
    z-index: 10;
    box-shadow: 0px 0px 12px #00000029;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.card-formateur .card-formateur-content {
    position: relative;
    z-index: 11;
    text-shadow: 0px 0px 1px black;
}


.card-formateur .card-formateur-content-full {
    opacity: 0;
    z-index: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    background-color: white;
    padding: 20px;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-shadow: 0px 0px 24px #00000029;
}

.card-formateur .card-formateur-content-full .display-text-2 {
    overflow-y:scroll;
}

/*SCROLLBAR*/
    .card-formateur.active .card-formateur-content-full .display-text-2 {
        --scrollbar-foreground: #1AA3B6;
        --scrollbar-background: #F5F5F5;
        /* Foreground, Background */
        scrollbar-color: var(--scrollbar-foreground) var(--scrollbar-background);
    }

        .card-formateur.active .card-formateur-content-full .display-text-2::-webkit-scrollbar {
            width: 8px; /* Mostly for vertical scrollbars */
            height: 15px; /* Mostly for horizontal scrollbars */
        }

        .card-formateur.active .card-formateur-content-full .display-text-2::-webkit-scrollbar-thumb {
            background: var(--scrollbar-foreground);
            border-radius: 15px;
        }

        .card-formateur.active .card-formateur-content-full .display-text-2::-webkit-scrollbar-track {
            background: var(--scrollbar-background);
            border-radius: 15px;
        }
/*END SCROLLBAR*/

.card-formateur.active .card-formateur-content-full {
    opacity: 1;
    z-index: 1;
}


.container-formateurs-1-1 .container-formateurs-1-1-image {
    height:125px;
}


.container-formateurs-1-2 {
    position: relative;
    width: auto;
    height:400px;
    margin-top:30px;
}

.container-formateurs-1-2.width-full {
    width: 100%;
    max-width: 400px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}


.container-formateurs-1-2 .card-formateur {
    position: absolute;
    top: 0;
}

.container-formateurs-1-2 .card-formateur:nth-of-type(1) {
    left: 0px;
}

.container-formateurs-1-2 .card-formateur:nth-of-type(2) {
    right: 0px;
    top:20px;
}

.container-formateurs-1-2 .card-formateur:nth-of-type(1n) .card-formateur-image {
    transform: rotate(-12deg);
}

.container-formateurs-1-2 .card-formateur:nth-of-type(2n) .card-formateur-image {
    transform: rotate(12deg);
}


.container-formateurs-1-2 .card-formateur .card-formateur-content {
    position: absolute;
}

.container-formateurs-1-2 .card-formateur:nth-of-type(1) .card-formateur-content {
    top: -5px;
    transform: translateY(-100%);
    left: 10px;
}

.container-formateurs-1-2 .card-formateur:nth-of-type(2) .card-formateur-content {
    bottom:-5px;
    transform:translateY(100%);
    left:10px;
}


.container-formateurs-1-2 .card-formateur.active .card-formateur-image {
    transform: rotate(0deg);
}

.container-formateurs-1-2 .card-formateur.active .card-formateur-content-full {
    z-index:12;
}

@media(min-width:1024px) {

    .container-formateurs-1-2 {
        width: 380px;
    }

}



.about-users {
    display: grid;
    max-width:700px;
    gap:25px;
}

.about-users .user {
    display:flex;
    flex-direction:column;
}

.about-users .user:first-child{
    text-align:right;
}

.about-users .user:last-child {
    text-align: left;
}

.about-users .user-title {
    color: #3e3e3e;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.1;
    margin-bottom:25px;
}

.about-users .user-info {
    color: #3e3e3e;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 25px;
    flex:1;
    display:flex;
    gap:15px;
    flex-direction:column;
}

.about-users .user:first-child .user-info {
    padding-left: 30px;
    align-items: flex-end;
}

.about-users .user:last-child .user-info {
    padding-right: 30px;
    align-items: flex-start;
}

.about-users hr {
    border: none;
    height: 1px;
    background-color: #363636;
    width:66%;
    margin-top:15px;
    margin-bottom:15px;
}

.about-users .user:first-child hr {
    margin-left:34%;
}

.about-users .user-link .button-linkedin {
    font-size: 22px;
    font-weight: 800;
}

.about-users .user .user-button-more-text {
    margin-top:auto;
}

.about-users .user-link .button-linkedin img {
    max-height: 25px;
}

@media(min-width:1024px) {
    .about-users {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        max-width: 700px;
        gap: 35px;
    }
}



/*.checkout-recap {
    background-color: #F7F7F7;
    border-radius: 12px;
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items:center;
}

.checkout-recap .amount {
    color: #000000;
    font-size: 35px;
    letter-spacing: -0.7px;
    line-height: 35px;
    font-weight: 800;
    margin-bottom:10px;
}
.checkout-recap .amount-details {
    color: #000000;
    font-size: 25px;
    letter-spacing: -0.7px;
    line-height: 25px;
    font-weight: 500;
}*/
.checkout-recap {
    background-color: #F7F7F7;
    border-radius: 5px;
    padding: 25px 30px;
    display: grid;
    grid-template-columns: 1fr;
}
.checkout-recap .price {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.checkout-recap .price .alert {
    color: #f3425f;
    font-size: 14px;
    line-height: 14px;
    font-weight: 800;
    margin-bottom: 10px;
    text-align: center;
}

.checkout-recap .amount {
    color: #000000;
    font-size: 35px;
    line-height: 35px;
    font-weight: 800;
    margin-bottom: 15px;
    text-align:center;
}

.checkout-recap.hide-if-not-client {
    display:none;
}

.checkout-recap.hide-if-not-client.is-client {
    display: grid;
}

body.menu-open {
    overflow: hidden;
}

.menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    opacity: 0;
    z-index: -1;
    transform: translateX(100%);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 60px;
    padding-left: 60px;
    display: flex;
    overflow: auto;
}

body.menu-open .menu-mobile {
    transition: transform 0.4s ease;
    transform: translateX(0);
    z-index: 1001;
    opacity: 1;
}

.menu-mobile .menu-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 30px;
    margin-top: auto;
    margin-bottom: auto;
}


    .menu-mobile .menu-container .information {
        display: flex;
        font-size: 20px;
        font-weight: 600;
        gap: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 16px;
        color: #454545;
    }

        .menu-mobile .menu-container .information svg {
            height: 24px;
            width: 24px;
            flex-shrink: 0;
        }

    .menu-mobile .menu-container .logo {
        margin-bottom: 30px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

        .menu-mobile .menu-container .logo img {
            height: 100px;
        }

.menu-container ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.menu-container li a {
    display: flex;
    font-size: 16px;
    color: var(--color-app-gray-1);
    text-decoration: none;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 6px;
    background-color: #F5F5F5;
}

.menu-container .menu-mobile-close {
    width: 50px;
    height: 50px;
    margin-top: auto;
    align-self: center;
    border: none;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    flex-shrink:0;
}


.menu-container .menu-mobile-close svg {
    width: 30px;
    height: 30px;
}

.menu-container .menu-mobile-close.menu-mobile-close-top {
    position:absolute;
    top:10px;
    right:20px;
}




/*utilities*/

.overflow-hidden {
    overflow:hidden;
}

@media(max-width:1024px) {
    .sm-break-word-hyphens span{
        word-wrap: break-word;
        overflow-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
}


.flex {
    display: flex;
}

.flex-col {
    flex-direction:column;
}

.align-items-center {
    align-items:center;
}

.justify-content-center {
    justify-content:center;
}

.gap-150px {
    gap:150px;
}

.gap-80px {
    gap: 80px;
}
.gap-30px {
    gap: 30px;
}

.background-linear-green-1 {
    background-image: linear-gradient(124deg, #1AA3B6, #7ABF4E);
}

.background-linear-yellow-1 {
    background-image: linear-gradient(124deg,#F09819,#EDDE5D);
}



.background-green-1 {
    background-color: #7ABF7E;
}
.margin-bottom-100px {
    margin-bottom: 100px;
}

.margin-bottom-70px {
    margin-bottom: 70px;
}

.margin-bottom-40px {
    margin-bottom: 40px;
}


.margin-bottom-30px {
    margin-bottom:30px;
}

.margin-bottom-20px {
    margin-bottom: 20px;
}

.margin-bottom-10px {
    margin-bottom: 10px;
}

.margin-top-10px {
    margin-top: 10px;
}

.margin-top-30px {
    margin-top: 30px;
}

.max-width-450px {
    max-width: 450px
}
.max-width-630px {
    max-width: 630px
}

.margin-x-auto {
    margin-left:auto;
    margin-right:auto;
}

.text-align-center {
    text-align:center;
}

.color-white {
    color:#ffffff;
}

.color-linkedin {
    color: #135C9B;
}

.badge {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    background-color: #ffffff;
    border-radius: 100px;
    color: #000000;
    border: 2px solid rgba(26, 163, 182, 0.3);
    cursor: pointer;
    /*white-space: nowrap;*/
    transition: background-color 0.3s ease, border 0.3s ease;
}

.badge.active, .badge:hover {
    background-color: rgba(26, 163, 182, 0.3);
    border-color: transparent;
}



.card-c2a {
    border-radius: 14px;
    padding: 40px 40px;
    display: grid;
    align-items: center;
    gap: 30px;
    margin-top: 60px;
    margin-bottom: 60px;
}


.card-c2a .card-c2a-1 {
    font-size: 35px;
    font-weight: 800;
    line-height: 1;
    color:#ffffff;
}

.card-c2a .card-c2a-2 {
    display:flex;
    flex-direction:column;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
}

@media(min-width:1024px) {
    .card-c2a {
        padding: 50px 70px;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: center;
        gap: 80px;
        margin-top: 80px;
        margin-bottom: 80px;
    }

        .card-c2a .card-c2a-1 {
            font-size: 40px;
            padding-right: 50px;
        }
}
.card-c2a .card-c2a-2 a {
    align-self: flex-start;
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0px;
    color: #363636;
    padding: 5px 15px;
    border-radius: 6px;
    border: 2px solid transparent;
    background-color: #ffffff99;
    padding:10px 15px;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
    margin-top: 10px;
}

.card-c2a .card-c2a-2 a svg {
    height: 22px;
    width: 22px;
    transition: transform 0.3s ease;
}


.card-c2a .card-c2a-2 a:hover svg {
    transform: translate3d(4px, 0, 0);
}

.image-with-svg-mask {
    width:100%;
    height:800px;
    object-fit: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
}

.yellow-highlight {
    display: inline-block;
    position: relative;
    z-index: 1;
    color: #ffffff;
    white-space: nowrap;
}
.yellow-highlight::before {
    content: "";
    position: absolute;
    height: 100%;
    left:-10px;
    top:0;
    width: calc(100% + 20px);
    transform: skew(-12deg, -2deg);
    background-image: linear-gradient(124deg,#F09819,#EDDE5D);
    z-index: -1;
}

.green-highlight {
    display: inline-block;
    position: relative;
    z-index: 1;
    color: #ffffff;
    white-space: nowrap;
}

.green-highlight::before {
    content: "";
    position: absolute;
    background-image: linear-gradient(124deg, #1AA3B6, #7ABF4E);
    height: calc(100% + 10px);
    left: -10px;
    top: -5px;
    width: calc(100% + 20px);
    transform: skew(-10deg, -3deg);
    z-index: -1;
}

.white-highlight {
    display: inline-block;
    position: relative;
    z-index: 1;
    color: #000000;
    white-space: nowrap;
}

.white-highlight::before {
    content: "";
    position: absolute;
    background-color: white;
    height: calc(100% + 10px);
    left: -10px;
    top: -5px;
    width: calc(100% + 20px);
    transform: skew(-10deg, -3deg);
    z-index: -1;
}


