
header {
    color: #000;
}

.nav-links li a {
    color: #000;
}

.nav-links li a:hover {
    background-color: #e7e7e7;
}

.navbar .dashboard-btn:hover {
    color: #000;
}

/* section 1 */

/* containerhomecommleft */

.homecomm {
    margin-top: 130px;
}

.homecomm .containerhomecomm {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1500px;
    margin: 0 auto; /* pour tous centrer */
}

.homecomm .containerhomecomm .containerhomecommleft h1 {
    font-size: 5em;
    color: #360070;
    font-weight: 600;
    text-shadow: 0px 0px 50px#fec675;
    padding-left: 20px;
}

.homecomm .containerhomecomm .containerhomecommleft p {
    color: rgb(115, 93, 187);
    max-width: 600px; /* pour bloquer le txt */
    font-weight: bold;
    margin: 40px 0;
    padding-left: 20px;
}

.homecomm .containerhomecomm .containerhomecommleft button {
    background-color: #fec675;
    color: #360070;
    width: 300px;
    height: 65px;
    font-size: 1.1em;
    font-weight: 900;
    letter-spacing: 1px;
    border-radius: 15px;
    border: none;
    box-shadow: 0 0 10px #fec675;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease;
    margin-left: 20px;
}

.homecomm .containerhomecomm .containerhomecommleft button:hover {
    box-shadow: 0 0 30px #fec675;
}

/* containerhomecommright */

.homecomm .containerhomecomm .containerhomecommright {
    width: 900px;
    margin-right: 20px;
}

.homecomm .containerhomecomm .containerhomecommright img {
    width: 100%;
    border: 3px solid #360070;
    border-radius: 20px;
    box-shadow: 0 50px 55px -30px #210046;
}


/* section 4 */

.processus .center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.processus .title h4 {
    font-size: 4em;
    font-weight: 700;
    color: #360070;
}

.processus .title h1 {
    font-size: 3.5em;
    font-weight: 700;
    color: #360070;
}

.processus .cardprocessus {
    height: 400px;
    width: 350px;
    background-color: #210046;
    border-radius: 15px;
    margin: 20px;
    overflow: hidden;/*pour cacher tou ce quil sort de la carte*/
    box-shadow: 0 50px 55px -30px #210046;
}

.processus .containerprocessus{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto;
}

.processus .cardprocessus .top {
    background: linear-gradient(to top, #fec675, #f12711);
    height: 275px;
    position: relative;
}


.processus .cardprocessus .bottom {
    margin: 0 20px;
}

.processus .cardprocessus .description {
    text-align: center;
    margin: 20px 5px 0px 5px;
    font-family: 'Poppins', sans-serif;
    color: #888888;
}

.processus .cardprocessus h1 {
    color: white;
    font-size: 2em;
    margin : 5px 0px 0px 0px;
}
.processus .cardprocessus h4 {
    color: #fec675;
    font-size: 1.5em;
}

.processus .cardprocessus p {
    color: #fff;
    -webkit-text-stroke: 5px #fff;
    font-size: 7em;
    margin-right: 15px;
}

.description h6 {
    color: #aaaaaa;
}


.processus .cardprocessus:nth-child(1) .bottom {
    position: relative;
    top: -140px;
}

.processus .cardprocessus:nth-child(1) h1,
.processus .cardprocessus:nth-child(1) h4, .descun h6 {
    text-align: right;
}

.processus .cardprocessus:nth-child(1) p {
    position: relative;
    transform: skew(0deg, 15deg);
    top: 130px;
    left: -5px;
}

.processus .cardprocessus:nth-child(1) .top {
    top: -150px;
    transform: skew(0deg, -15deg);
}

.processus .cardprocessus:nth-child(2) .top {
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.processus .cardprocessus:nth-child(2) p {
    position: relative;
    top: 30px;
    left: 5px;
}

.processus .cardprocessus:nth-child(2) .bottom {
    text-align: center;
    position: relative;
    top: 60px;
}


.processus .cardprocessus:nth-child(3) .bottom {
    position: relative;
    top: -140px;
}

.processus .cardprocessus:nth-child(3) h1,
.processus .cardprocessus:nth-child(3) h4, .desctr h6 {
    text-align: left;
}

.processus .cardprocessus:nth-child(3) p {
    position: relative;
    transform: skew(0deg, -15deg);
    top: 130px;
    right: 100px;
}

.processus .cardprocessus:nth-child(3) .top {
    top: -150px;
    transform: skew(0deg, 15deg);
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}








/*  */

.backi {
    padding: 150px 0px 100px 0;
    background-color: #210046;
    margin-top: 150px;
    position: relative;
    overflow: hidden;
}


.formation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1500px;
    width: 100%;
    text-align: center;
    flex-direction: column;
}

.titit p{
    margin-left: 40px;
}

.formation h2 {
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 15px;
}

.formation p {
    max-width: 600px;
    color: rgb(161, 161, 161);
}

.formation h3{
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 20px;
}

.all {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    flex-direction: row;
}

.sepa {
    width: 5px;
    height: 609px;
    background-color: #fec675;
    border-radius: 30px;
}

.sepaa {
    margin: 0 auto;
    width: 609px;
    height: 5px;
    background-color: #fec675;
    border-radius: 30px;
    margin-top: 100px;
}


.formation .leftformation {
    display: flex;
    justify-content: space-between;
    align-items: end;
    text-align: end;
    flex-direction: column;
    height: 440px;
    padding: 0 20px;   
}

.formation .rightformation {
    text-align: start;
    display: flex;
    justify-content: space-between;
    align-items: start;
    text-align: start;
    flex-direction: column;
    height: 740px;
    padding: 0 20px;   
}

.centerformation {
    max-width: 600px;
}

.none {
    visibility: hidden
}

/*  */


.background {
    background-color: #e7e7e7;
    color: #000;
    padding-top: 200px;
    padding-bottom: 70px;
    position: relative;
    overflow: hidden;
}


.chart-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 1800px;
    width: 100%;
    text-align: right;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 120px;
}

.chartwoo {
    text-align: left;
}

.canvaavas {
    width: 50%;
}

#rman {
    width: 30%;
}

.te {
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.te h2 {
    color: #360070;
}

.te p {
    color: rgb(115, 93, 187);
    margin-top: 5px;
    max-width: 700px;
}

.rrr {
    max-width: 500px;
}


.rrr h3 {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 30px;
    color: rgb(0, 0, 0);
}

.rrr p {
    color: rgb(0, 0, 0);
}


/*  */



.counters {
    padding: 3em 2em;
    background-color: #e7e7e7;
    background-image: url(assets/img/font.png);
    text-align: center;
    padding-bottom: 50px;
}

.ezezazeazaeaeze {
    color: #360070;
    background-color: #e7e7e7;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    border-top: 5px solid #360070;
}

.ezezazeazaeaeze h2 {
    color: #360070;
    padding-top: 50px;
}

.ezezazeazaeaeze p {color: rgb(115, 93, 187);
    margin-top: 5px;
    max-width: 700px;
}

.counter h1, .counter h3 {
    color: #000;
    font-weight: 600;
}
.counter h1 span {
    font-size: 1em;
    color: #000;
    font-weight: 600;
}

.counters > div {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 4em 2em;
}

.counter {
    position: relative;
}

.counter h1 {
    font-size: 3em;
    margin-bottom: .5s;
}

.counter:not(:last-child)::before {
    content: '';
    background: #000;
    position: absolute;
    width: 2px;
    height: 3em;
    top: 50%;
    transform: translateY(-50%);
    right: -1em;
}

@media screen and (max-width: 900px) and (min-width: 501px) {
    .counters > div {
        grid-template-columns: 1fr 1fr;
    }
    .counter:nth-child(2)::before {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .counters > div {
        grid-template-columns: 1fr;
        row-gap: 5em;
    }
    .counter:not(:last-child)::before {
        width: 90%;
        height: 2px;
        top: initial;
        right: initial;
        bottom: -3em;
        left: 50%;
        transform: translateX(-50%)
    }
}




/*  */




.temps {
    display: flex;
    justify-content: space-around;
    align-items: left;
    margin: 0 auto;
    flex-direction: row;
    padding-top: 170px;
    width: 100%;
    text-align: center;
    background-color: #300065;
    position: relative;
    overflow: hidden;
}

.scrolll {
    max-width: 600px;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 30px;
}
.scrolll h2 {
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 30px;
}
.scrolll p {
    font-size: 1.1em;
    color: #a1a1a1;
}

.texte {
    max-width: 600px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: left;
}

.texte h3 {
    font-size: 2.2em;
    font-weight: 700;
}

.texte p {
    margin: 30px 0 40px 0;
    color: rgb(161, 161, 161);
}


#time {
    color: #806cbd;
}














.custom-shape-divider-top-1739876949 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1739876949 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 78px;
}

.custom-shape-divider-top-1739876949 .shape-fill {
    fill: #FFFFFF;
}


.custom-shape-divider-top-1739877611 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1739877611 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 138px;
}

.custom-shape-divider-top-1739877611 .shape-fill {
    fill: #210046;
}



.caldendyscdeux {
    display: none;
}



/* responssive */
@media screen and (max-width:1100px) {
    .chart-container {flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 50px;
    }
    .rrr {
        margin-top: 50px;
    }
    .rzazvedsqc {
        margin-bottom: 50px;
    }
    .temps {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        padding-top: 70px;
    }
    .scrolll {
        margin-bottom: 110px;
    }
    .containerhomecomm {
        flex-direction: column;
        text-align: center;
    }
    .containerhomecommleft {
        max-width: 800px;
        width: 100%;
        text-align: center;
        align-items: center;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .homecomm .containerhomecomm .containerhomecommleft p {
        margin: 0px 0;
        padding-left: 0px;
    }
    .homecomm .containerhomecomm .containerhomecommleft button {
        margin-top: 25px;
        margin-bottom: 25px;
        margin-left: 0px;
    }
    .homecomm .containerhomecomm .containerhomecommright img {
        width: 60%;
    }
    .container {
        flex-direction: column;
    }
    .all {
        justify-content: center;
        flex-direction: column;
    }
    .sepa {
        width: 70%;
        height: 5px;
        background-color: #fec675;
        border-radius: 30px;
    }
    .formation .leftformation {
        display: flex
    ;
        justify-content: center;
        align-items: end;
        text-align: end;
        flex-direction: column;
        height: 440px;
        padding: 0 20px;
    }
    .none {
        display: none;
    }
    .formation .rightformation {
        justify-content: center;
        padding: 0px 20px;
        margin: 0px;
    }
    .bottomformation {
        margin-top: 70px;
        padding-bottom: 150px;
    }
    .rrth {
        margin-top: 70px;
    }
    .backi {
        padding: 150px 0px 0px 0;
    }
    .leftformation {
        margin-top: 150px;
    }
    #contact {
        overflow: hidden !important;
        height: 120vh;
        max-width: 100%;
    }
    .caldendysc {
        display: none;
    }
    .caldendyscdeux {
        display: block;
    }
    .homecomm .containerhomecomm .containerhomecommright {
        margin-right: 0px;
    }
    .containerhomecomm {
        overflow: hidden;
        padding-bottom: 100px;
    }
    .title {
        padding-top: 0px;
    }
}

@media screen and (max-width:600px) {
    .canvaavas, #rman {
        width: 400px;
    }
    .background {
        padding-left: 20px;
        padding-right: 20px;
    }
    .homecomm .containerhomecomm .containerhomecommright {
        width: 650px;
        margin-right: 0px;
    }
    .homecomm .containerhomecomm .containerhomecommleft h1 {
        font-size: 4em;
    }
    .texte {
        padding-left: 20px;
        padding-right: 20px;
    }
}