#Page{
    margin-top: 80px;
}
.Section1{
    margin-top: 0;
}
.Section1 .BlocGauche{
    width: 50%;
}
.Section1 .BlocDroite{
    width: 50%;
}
.Section1 .BlocDroite img{
    width: 100%;
}
.Section1 .Bouton1{
    margin-top: 2em;
}

.Section2{
    margin-top: 6em;
}
.Section2 .BlocGauche img{
    width: 95%;
    margin-top: 4em;
}
.Section2 .BlocDroite{
    padding: 2em;
}

.Section3{
    margin-top: 2em;
}
.Section3 .Citation{
    text-align: center;
    padding: 1em;
    font-size: 1.5em;
    border-top: 3px solid var(--couleur1);
    border-bottom: 3px solid var(--couleur1);
    font-style: italic;
    font-weight: 700;
}

.Section4{
    margin-top: 4em;
}
.Titre{
    width: 100%;
    text-align: center;
}
.Services{
    color: rgba(128,128,128,0.2);
    font-size: 4em;
    padding: 0;
    margin: 0;
    font-weight: bold;
}
.Prestations{
    color: var(--couleur1);
    font-size: 3em;
    padding: 0;
    margin: 0;
    margin-top: -1.85em;
}

.Section5{
    margin-top: 2em;
    border-radius: 1em;
    box-shadow: 0px 50px 52px 0px rgba(15,19,25,0.1);
}
.Section5 .BlocGauche, .Section5 .BlocDroite{
    padding: 2em;
    text-align: center;
}
.Section5 .BlocGauche img, .Section5 .BlocDroite img{
    width: 100%;
    border-radius: 1em;
}
.Section5 h2{
    font-weight: bold;
}

.Section6{
    margin-top: 6em;
}
.Section6 .FlexH{
    background-image: linear-gradient(180deg,#ffffff 6%,#ffca60 100%)!important;
}
.Section6 .BlocGauche, .Section6 .BlocDroite {
    padding: 2em;
}
.Section6 img{
    width: 50%;
    border-radius: 1em;
    margin: 12% 15%;
}

.Section8{
    margin-top: 4em;
    border-bottom: 3px solid var(--couleur1);
}
.Section8 .Titre{
    width: 100%;
    text-align: center;
}
.Section8 .Logos{
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: center;
    margin-top: 1em;
}
.Section8 img{
    margin: 2em 1%;
    height: auto;
    width: 11%;
    align-self: center;
}

.Section9{
    text-align: center;
    margin-top: 4em;
    margin-bottom: 8em;
}
.Section9 .Temoignages{
    display: flex;
    flex-direction: row;
    margin-top: 2em;
    box-shadow: 0px 50px 52px 0px rgba(15,19,25,0.1);
    margin-bottom: 6em;
}
.Section9 .Temoignage{
    width: 28%;
    margin: 0 1%;
    padding: 2em;
}
.Section9 .Etoiles > svg{
    margin: 0 0.3em;
    height: 1.4em;
    width: 1.4em;
}
.Section9 .Temoignage p{
    margin-top: 1em;
    font-size: 1em;
    line-height: 1.8em;
}
.Section9 .Nom{
    margin-top: 1.5em;
    font-weight: bold;
}
.Section9 .Bouton1{
}

@media screen and (max-width: 1300px){
    .M10{
        margin-left: 10%;
        margin-right: 10%;
    }
    .Section2 .BlocGauche img {
   margin-top: 6em;
}
}
@media screen and (max-width: 980px){
    .FlexH {
        flex-direction: column;
    }
    .L50 {
        width: unset;
    }
    .Section1 .BlocGauche {
        width: unset;
    }
    .Section1 .BlocDroite {
        display: none;
        width: unset;
    }
    .Section1 .Bouton1 {
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .Section2 .BlocGauche {
        text-align: center;
        margin-top: 4em;
    }
    .Section2 .BlocGauche img {
        width: 60%;
        margin-top: 0;
    }

    .Section6 {
        margin-top: 4em;
    }
    .Section6 .BlocDroite {
        padding: 2em;
        text-align: center;
    }
    .Section6 img {
        margin: 0;
    }

    .Section9 {
        margin-bottom: 6em;
    }
    .Section9 .Temoignages {
        flex-direction: column;
    }
    .Section9 .Temoignage {
        width: unset;
        margin: 0 1%;
        padding: 3%;
    }
}
@media screen and (max-width: 600px){
    .M10{
        margin-left: 5%;
        margin-right: 5%;
    }
}



