.C1{
    color: var(--couleur1);
    font-weight: 800;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    text-align: center;
}
table p{
    font-size: 1em;
}
td {
    border: 1px solid #eee;
    border-spacing: 0 !important;
    border-collapse: collapse;
}

.Section1 h1{
    color: var(--couleur1);
}
.Section1 h2{
    margin: 0.1em 0;
}
.Section1 .BlocDroite{
    padding: 2em 0 2em 2em;
}
.Section1 img{
    width: 100%;
    border-radius: 1em;
    margin-top: 20%;
}
.Section1 p{
    font-style: italic;
}

.Section2{
    margin-top: 4em;
}
.Section2 .BlocGauche img{
    width: 90%;
    margin: 20% 10% auto auto;
}
.Section2 .ListeDeroulants{
    margin-left: 5%;
}

.Section3{
    margin-top: 6em;
}
.Section3 .ListeDeroulants{
    margin-right: 5%;
}
.Section3 .BlocDroite img{
    width: 100%;
    margin-top: 10%;
    margin-left: 10%;
}

.Section4{
    margin-top: 6em;
}
.Section4 .ListeDeroulants{
    margin-left: 5%;
}
.Section4 .BlocGauche img{
    width: 100%;
    margin: 20% 5% auto auto;
}

.Section5{
    margin-top: 6em;
    margin-bottom: 6em;    
    padding-bottom: 2em;
    text-align: center;
    border-radius: 1em;
    overflow: hidden;
    box-shadow: 0px 50px 52px 0px rgba(15,19,25,0.1)
}
.Section5 .FlexH{
    align-items: center;
}
.Section5 .ConteneurDetails{
    text-align: left;
}
.Section5 h4{
    margin-top: 0em;
    color: var(--couleur1);
    font-weight: 600;
    margin: 0.8em 0 0.1em 0;
}
.Section5 .Details{
    width: 85%;
    margin: 0 auto;
}
.Section5 .Barre{
    height: 2em;
    background: #ddd;
}
.Section5 .Avancement{
    height: 2em;
    float: left;
    background:  var(--couleur2);
}
.Section5 .Pourcent{
    color: var(--couleur3);
    line-height: 2em;
    margin-left: calc(100% - 0.5em);
    font-weight: 600;
}
.Section5 img{
    width: calc(100% - 4em);
    object-fit: cover;
    height: calc(100% - 6em);
    margin: 2em;
    border-radius: 1em;
}
.Section5 .Stats1 .Avancement.P1 {
    width: 98%;
}
.Section5 .Stats1 .Avancement.P2 {
    width: 1%;
}
.Section5 .Stats1 .Avancement.P3 {
    width: 1%;
}

.Section5 .Stats2 .BlocDroite{
    text-align: left;
    margin: 0 2em;
}
.Section5 .Stats2 .Avancement.P1 {
    width: 98%;
}
.Section5 .Stats2 .Avancement.P2 {
    width: 98%;
}
.Section5 .Stats2 .Avancement.P3 {
    width: 98%;
}

@media screen and (max-width: 1300px){
    .M10{
        margin-left: 10%;
        margin-right: 10%;
    }
}
@media screen and (max-width: 980px){
    .FlexH {
        flex-direction: column;
    }
    .L50 {
        width: unset;
    }
    .ListeDeroulants{
        padding: 0 5%;
    }

    .Section1 .BlocDroite {
        padding: 2em;
    }
    .Section1 img {
        margin-top: 0;
    }
    .Section2 .ListeDeroulants {
        margin-left: 0;
    }
    .Section2 .BlocGauche img {
        width: 80%;
        margin: 2em 10%;
    }

    .Section3 .ListeDeroulants {
        margin-right: 0;
    }
    .Section3 .BlocDroite{
        order: -1;
    }
    .Section3 .BlocDroite img {
        width: 100%;
        margin: 2em 0;
    }

    .Section4 .BlocGauche img {
        margin: 2em 0;
    }
    .Section4 .ListeDeroulants {
        margin-left: 0;
    }
    .Section5 {
        margin-top: 4em;
        margin-bottom: 4em;
    }
    .Section5 .L50{
        width: 90%;
    }
    .Section5 img {
        width: 80%;
        margin: 2em auto 2em auto;
    }

}

@media screen and (max-width: 600px){
    .M10{
        margin-left: 5%;
        margin-right: 5%;
    }
}