html body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    overflow-x: hidden;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}

html body a {
    text-decoration: none;
    color: inherit;
}

.RemonterEnHaut {
    position: fixed;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: #0965FD;
    color: #fff;
    font-size: 2rem;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    z-index: 9999;
    text-align: center;
    line-height: 48px;
    text-decoration: none;
    transition: opacity 0.2s;
}

.PasDeMarge {
    margin: 0 0 0 0;
}

.bandeau {
    width: 100%;
    text-align: center;
    background-color: #0C1263;
}

.bandeautxt {
    margin: 0 0 0 0;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
}

.B1Entete {
    display: flex;
    align-items: center;
    margin-left: 20%;
}

.Hamburger {
    display: none;
}

.B1Logo {
    width: 100px;
    height: 100px;
    margin-top: 20px;
}

.B1aaftxt {
    display: flex;
    flex-direction: row;
    gap: 25px;
    margin-left: 34%;
}

.Titre {
    color: #0B1460;
    font-family: 'Quicksand';
    font-weight: bold;
    font-size: 38px;
}

.BleuFoncer {
    color: #0B1460;
}

.Police {
    font-family: 'Nunito Sans';
}

.PoliceBleuClair {
    color: #2667FF;
}

.PoliceGris {
    color: grey;
}

.PoliceBlanche {
    color: white;
}

.B1Ensemble {
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: 100%;
    height: 80vh;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.bandeauetB1Fond {
    background-image: url(assets/integration/bgslider.jpg);
}

.B1Ensemble .Contact {
    margin-top: 40px;
}

.B1PISaintVincent {
    width: 70%;
    margin-left: 150px;
    font-size: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    box-sizing: border-box;
    flex: 0 0 35%;
    position: relative;
    z-index: 2;
}

.B1PISaintVincent h1 {
    font-size: 2em;
}

.B1PISaintVincent p {
    font-size: 0.5em;
}

.Contact {
    border: 1px solid #2667FF;
    border-radius: 7px;
    width: fit-content;
    padding: 15px 45px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1em;
    background-color: #2667FF;
    font-weight: bold;
    color: white;
    font-family: 'Nunito Sans';
}

.Contact p {
    margin: 0;
    color: white !important;
}

.Arrow {
    width: 30px;
    height: 30px;
}

.B1Image {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.FAQOurAskedQuestions {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(assets/integration/bg-faq.png);
    background-size: cover;
}

.FAQTitre {
    display: flex;
    margin-top: 45px;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

.FAQMarginbottomnegate {
    margin-bottom: 0px;
}

.FAQMenuDeroulant {
    display: flex;
    margin-top: 45px;
    align-items: center;
    flex-direction: column;

}

.FAQMenu {
    border: 1px solid #F0F4FF;
    width: 205%;
    padding: 10px 0px 10px 25px;
    margin: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    background-color: #F0F4FF;
    font-weight: bold;
    font-family: 'Nunito Sans';
}

.FAQMenuspe {
    border: 1px solid #FFF;
    width: 205%;
    padding: 10px 0px 10px 25px;
    margin: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    background-color: #FFF;
    font-weight: bold;
    font-family: 'Nunito Sans';
    box-shadow: 10px 10px 100px 1px blue;
}

.FAQPlus {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 0;
}

.FAQPlusDiv {
    margin-left: 24%;
}

.FAQTaille {
    width: 70%;
}

.FAQTopBottomMarginO {
    margin-top: 0;
    margin-bottom: 0;
}

.FAQBlockBlanc {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
    gap: 55px;
    margin-bottom: 75px;
    width: 45%;
    background-color: white;
    padding: 55px;
    flex-direction: row;
}

.FAQFAQ {
    display: flex;
    gap: 52%;
    flex-direction: row;
    margin-left: 20%;
}

.FAQDivImage {
    display: flex;
    margin-left: -100px;
}

.B22Ensemble {
    display: flex;
    background-color: #0B1460;
    width: 100%;
    height: 100vh;
    background-image: url(assets/integration/bg-1.png);
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
}

.B22Gauche {
    height: auto;
    display: flex;
    position: relative;
    flex: 0 0 50%;
}

.B22Gauche img {
    position: absolute;
}

.B22PhotoProfil {
    z-index: 2;
    top: 158px;
    left: 305px;
    border-bottom-left-radius: 50% 10%;
    border-bottom-right-radius: 50% 30%;
}

.B22FormeBleu {
    left: 250px;
    top: 220px;
}

.B22FormeVerte {
    left: 250px;
    top: 295px;
}

.B22Droite {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-top: 10%;
    flex: 0 0 25%;
    min-width: 0;
}

.B22Droite h1 {
    color: white;
    font-size: 40px;
    font-weight: 800;
}

.B22Droite h2 {
    font-family: 'Nunito Sans';
    font-size: 16px;
    color: #01ECB6;
}

.B22Droite p {
    color: white;
    font-family: 'Nunito Sans';
    font-size: 16px;
    line-height: 25px;
    opacity: 0.5;
}

.B22GraphiqueTexte {
    display: flex;
    margin-bottom: 40px;
}

.B22GraphiqueContainer {
    flex: 0 0 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.B22Graphique {
    width: 50px;
    height: 50px;
    margin-right: 30px;
    fill: #01ECB6;
}

.B22TexteContainer p {
    color: white;
    font-family: 'Nunito Sans';
    font-size: 13px;
    margin: 0;
    opacity: 0.5;
    line-height: 25px;
}

.B22BoutonESP {
    color: white;
    font-family: 'Nunito Sans';
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    margin: 0 0 0 0;
}

.B22BoutonESPContainer {
    display: flex;
    border: 2px solid rgba(255, 255, 255, 0.20);
    width: 140px;
    padding: 12px 20px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.B3Ensemble {
    width: 100%;
    height: 100vh;
    background-color: white;
}

.B3Haut {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.B3Haut p {
    color: #1368FD;
    font-family: 'Nunito Sans';
}

.B3Bas {
    display: flex;
    height: auto;
    margin-top: 80px;
    margin-left: 15%;
}

.B3BasGauche {
    width: 50%;
    height: 60vh;
    display: flex;
    flex-wrap: wrap;
}

.B3BasGauche span {
    color: grey;
}

.B3TexteLogo {
    font-family: 'Nunito Sans';
    color: #0C1263;
    font-weight: 600;
    font-size: 1.5em;
}

.B3Icone {
    flex-basis: 40%;
    box-sizing: border-box;
    text-align: center;
    padding: 35px;
    border-radius: 50px;
    margin-left: 10px;
    margin-top: 20px;
    line-height: 200%;
}

#lorem {
    border: 1px #FFFCF5;
    background-color: #FFFCF5;
}

#ipsum {
    border: 1px #FFF8F5;
    background-color: #FFF8F5;
}

#dolor {
    border: 1px #FFF7FC;
    background-color: #FFF7FC;
}

#sitamet {
    border: 1px #FDF4FF;
    background-color: #FDF4FF;
}

.B3BasDroite {
    width: 50%;
    display: flex;
    float: right;
    flex-wrap: wrap;
}

.B3Illustration {
    width: 75%
}

.B4Ensemble {
    width: 100%;
    height: 80vh;
    background-color: #F5F9FC;
}

.B4Haut {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.B4Haut p {
    color: #1368FD;
    font-family: 'Nunito Sans';
}

.B4CategoriesEnsemble {
    display: flex;
    margin-top: 45px;
    flex-direction: row;
    justify-content: center;
    gap: 25px;
}

.B4CategorieSousImage {
    border: 8px solid #FFFFFF;
    border-radius: 0px 0px 12px 12px;
    padding: 12px 37px;
    margin-top: -2px;
    display: flex;
    flex-direction: column;
    align-items: left;
    font-size: 1em;
    background-color: #FFFFFF;
    font-weight: bold;
}

.BWhatClientSayEnsemble {
    background-color: white;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
}

.BWhatClientSayGauche {
    width: 45%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.BWhatClientSayImage {
    width: auto;
    height: 60%;
    margin: 0;
    display: block;
    margin-left: 300px;
}

.BWhatClientSayDroite {
    width: auto;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 30%;
}

.BWhatClientSayDroiteParagraphe {
    display: flex;
    width: 70%;
    border: 1px solid rgba(12, 0, 0, 0.2);
    padding: 12px 20px;
    border-radius: 5px;
    justify-content: center;
    text-align: left;
}

.BWhatClientSayDroiteParagraphe p {
    line-height: 35px;
    flex: 0 0 90%;
}

.BWhatClientSayDroiteProfilWilliam {
    display: flex;
    margin-top: 40px;
}

.BWhatClientSayDroiteProfilWilliam h1 {
    margin: 0;
    font-size: 1.5em;
}

.BWhatClientSayDroiteProfilWilliam p {
    font-family: 'Nunito Sans';
    font-weight: 600;
}

.BWhatClientSayDroitePhoto {
    Width: 65px;
    height: 65px;
    border-radius: 50px 50px;
    margin-right: 30px;
}

.BBestUniqueSolutionEnsemble {
    width: 100%;
    height: 100vh;
    background-color: #0965FD;
    background-image: url(librairies/home/bg-2.png);
    display: flex;
}

.BBestUniqueSolutionEnsemble h1 {
    margin: 0 0 0 0;
    color: white;
    font-weight: 900;
    font-size: 4em;
}

.BBestUniqueSolutionEnsemble h2 {
    color: white;
    font-size: 1.2em;
}

.BBestUniqueSolutionGauche p {
    color: white;
    font-family: 'Nunito Sans';
    flex-basis: 0 0 30%;
    line-height: 2.5em;
}

.BBestUniqueSolutionGauche {
    flex: 0 0 calc(40% + 200px);
    max-width: 40%;
    box-sizing: border-box;
}

.BBestUniqueSolutionParagraphe {
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 200px);
    height: 100vh;
    margin-left: 200px;
    justify-content: center;
}

.BBestUniqueSolutionNombres {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    flex-wrap: wrap;
    flex: 0 0 auto;
    min-width: 0;
    gap: 80px;
    margin-top: 30px;
}

.BBestUniqueSolutionNombres p {
    margin: 0 0 0 0;
}

.BBestUniqueSolutionPlus {
    font-weight: 500;
    font-size: 3.5em;
    line-height: normal !important;
}

.BBestUniqueSolutionDroite {
    flex: 0 0 60%;
    width: 60%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.BBestUniqueSolutionFormulaireContainer {
    border: 1px solid #FFFFFF;
    background-color: white;
    width: 400px;
    max-width: 100%;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
    box-sizing: border-box;
    border-radius: 7px;
}

.FAQBBestUniqueSolutionFormulaireContainer {
    border: 1px solid #F0F4FF;
    background-color: #F0F4FF;
    width: 400px;
    max-width: 100%;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
    box-sizing: border-box;
    border-radius: 7px;
}

.BBestUniqueSolutionFormulaire {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 300px;
    max-width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    box-sizing: border-box;
}

.InputFormulaireContact {
    border: 1px solid #ECF5FC;
    border-radius: 7px;
    width: fit-content;
    padding: 15px 45px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1em;
    background-color: #F0F4FF;
    font-weight: bold;
    color: rgb(70, 67, 67);
    font-family: 'Nunito Sans';
    width: 300px;
}

.BBestUniqueSolutionFormulaire input {
    box-sizing: border-box;
    padding: 12px 15px;
    border: 1px solid #ffffff;
    border-radius: 6px;
    font-size: 1em;
    margin: 0;
}

.BLatestBlogNewsTitre {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.BLatestBlogNewsTitre h1 {
    font-size: 3em;
}

.BLatestBlogNewsTitre p {
    color: #1368FD;
    font-family: 'Nunito Sans';
    font-size: 1.5em;
    margin: 0 0 0 0;
}

.BLatestBlogNewsDateContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.BLatestBlogNewsDateContainer {
    flex: 0 0 auto;
}

.BLatestBlogNewsCalendrier {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    display: block;
    flex: 0 0 auto;
}

.BLatestBlogNewsEnsemble {
    width: 100%;
    height: 100vh;
}

.BLatestBlogNewsArticlesEnsemble {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    gap: 12em;
    padding: 6em 0;
}

.BLatestBlogNewsArticlesEnsemble h1 {
    font-size: 2em;
    font-weight: 600;
    margin: 0 0 0 0;
}

.BLatestBlogNewsArticles {
    box-sizing: border-box;
    flex: 0 0 20%;
}

.BLatestBlogNewsArticlesImage {
    width: 24em;
}

.BLatestBlogNewsBouton {
    border: solid #E9EFFF;
    border-radius: 7px;
    width: fit-content;
    padding: 15px 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    background-color: #E9EFFF;
    font-weight: bold;
    color: #0B1460;
    font-family: 'Nunito Sans';
}

.BLatestBlogNewsBouton p {
    margin: 0;
}

.BLatestBlogNewsFleche {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.BPiedDePageEnsemble {
    width: 100%;
    height: 100vh;
    background-color: #FFFFFF;
}

.BPiedDePageEnsemble p {
    font-family: 'Nunito Sans';
    color: grey;
}

.BPiedDePageBandeau {
    display: flex;
    width: 100%;
    height: 50vh;
    background-color: #0B1460;
    background-image: url(librairies/home/bg-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.BPiedDePageBandeauPersonnageContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.BPiedDePageBandeauParagraphe {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 45%;
    margin-left: 20%;
    justify-content: center;
}

.BPiedDePageBandeauParagraphe h1 {
    color: white;
    margin: 0;
    font-size: 3em;
}

.BPiedDePageBandeauParagraphe h2 {
    font-size: 1.2em;
    color: #01ECB6;
    font-family: 'Nunito Sans';
}

.BPiedDePageBandeauParagrapheUpdateContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
}

.BPiedDePageBandeauParagrapheUpdateIcone {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.BPiedDePageBandeauParagrapheUpdateTexte {
    color: white;
    font-family: 'Nunito Sans';
    font-size: 1.2em;
}

.BPiedDePageMenus {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 85px;
    margin-top: 5em;
}

.BPiedDePageMenus h1 {
    font-weight: 600;
}

.BPiedDePageMenusTelephoneContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 0 0 0;
}

.BPiedDePageMenusTelephone {
    width: 20px;
    height: 20px;
}

.BPiedDePageMenusFollowContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.BPiedDePageFollowIcone {
    width: 30px;
    height: 30px;
}

.BPiedDePageCopyright {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
    color: grey;
    font-family: 'Nunito Sans';
    width: 100%;
}

.BPiedDePageCopyrightintern {
    margin-top: 5%;
    width: 24%;
    text-align: center;
    background-color: #F5F9FC;
    padding-left: 16.5%;
    padding-right: 16.5%;
}

.FondPageTitle {
    background-image: url(librairies\faq\bg-pagetitle.png);
    padding-bottom: 150px;
}

.displayflex {
    display: flex;
}

.AproposFond {
    width: 100%;
    height: 35vh;
    background-image: url(librairies/apropos/bg-pagetitle.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.AproposEnsemble {
    display: flex;
    flex-direction: row;
}

.AproposB1Logo {
    width: 50%;
    margin-left: 200px;
    margin-top: 20px;
}

.AproposB1Entete {
    width: 50%;
    display: flex;
    margin: 0;
}

.AproposB1aaftxt {
    display: flex;
    flex-direction: row;
    gap: 25px;
    margin-top: -150px;
    align-items: center;

}

.AproposContact {
    border: 1px solid #2667FF;
    border-radius: 7px;
    width: fit-content;
    height: auto;
    line-height: 1.2;
    padding: 8px 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1em;
    background-color: #2667FF;
    font-weight: bold;
    color: white;
    font-family: 'Nunito Sans';
    box-sizing: border-box;
}

.AproposB2Ensemble {
    display: flex;
    width: 100%;
    height: 80vh;
    margin-top: 100px;
}

.AproposB2Gauche {
    width: 60%;
    display: flex;
    flex-direction: column;
    flex: 0 0 30%;
    margin-left: 200px;
    padding-right: 10%;
}

.AproposB2Gauche h2 {
    font-size: 1em;
    font-weight: 400;
}

.AproposB2GaucheParagraphe {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.AproposB2GaucheImage {
    width: 80px;
    height: 80px;
    margin-right: 50px;
    align-items: center;
}

.AproposB2Droite {
    width: 40%;
    display: flex;
}

.AproposB3Ensemble {
    display: flex;
    width: 100%;
    height: 80vh;
}

.AproposB2DroiteImage {
    width: 600px;
    height: 600px;
}

.AproposB3Ensemble {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 80vh;
    justify-content: center;
    background-color: #0965FF;
    background-image: url(librairies/apropos/bg-facts.png);
}

.AproposB3Titre {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}

.AproposB3ServicesHaut {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 50px;
    gap: 20px;
    width: 80%;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.AproposB3Servicesbloc {
    display: flex;
    flex-direction: row;
    background-color: white;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    padding: 10px;
    align-items: center;
    justify-content: center;
    width: 380px;
}

.AproposB3ServicesImage {
    width: 50px;
    height: 40px;
    margin-right: 20px;
}

.Apropos .Titre {
    font-size: 1em;
}

.AproposB4Ensemble {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    width: 100%;
    height: 110vh;
    background-color: #F9F9FB;
    margin-top: 50px;
}

.AproposB4Ensemble h1 {
    font-size: 1.5em;
    margin: 0;
}

.AproposB4Haut {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.AproposB4Bloc {
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.AproposB4Bas {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.AproposB4LesChiffres {
    width: 70%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border: 1px solid #1B6CFF;
    background-color: #1B6CFF;
    border-radius: 10px;
    margin: 8% auto;
    padding: 60px;
    text-align: center;
    background-image: url(librairies/svg/wave.svg);
    background-size: cover;
}

.AproposB4Chiffres {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.9rem;
    margin: 0;
    color: white;
    width: 25%;
    font-weight: 575;
    padding-bottom: 5px;
    text-align: left;
}

.AproposB4Nombres {
    font-family: 'Nunito Sans';
    width: 25%;
    font-size: 1rem;
    font-weight: 550;
    margin: 0;
    color: white;
    text-align: left;
}

.AproposFaq {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.AproposFaqTitre {
    display: flex;
    width: 400px;
    position: relative;
    right: 120px;
    flex-direction: column;
}

.AproposFaqImage {
    display: flex;
    position: relative;
    left: 100px;
    top: 50px;
    z-index: 1;
}

.AproposFaqAneau {
    position: relative;
    bottom: 540px;
    left: 20px;
    z-index: 2;
}

.AproposFaqTriangle {
    position: relative;
    z-index: 2;
    right: 65px;
    bottom: 45px;
}

.AproposFaqBalle {
    position: relative;
    z-index: 2;
    bottom: 560px;
    left: 392px;
}

.AproposFaqTriangleViolet {
    position: relative;
    left: 300px;
    bottom: 45px;
}

.AproposFAQMenuspe {
    border: 1px solid #FFF;
    width: 102%;
    padding: 10px 0px 10px 25px;
    margin: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    background-color: #FFF;
    font-weight: bold;
    font-family: 'Nunito Sans';
}

.AproposFaqtextemenu {
    margin-left: 40px;
    width: 400px;
}

@media (max-width:768px) {
    html body {
        background-size: auto;
    }

    .Hamburger {
        display: flex;
        width: 40px;
        height: 40px;
        margin-left: 0;
        margin-left: auto;

    }

    .B1Logo {
        width: 80px;
        height: 80px;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 50px;
    }

    .B1Entete .Contact {
        display: none;
    }

    .B1Entete {
        display: flex;
        justify-content: flex-end;
    }

    #Menu {
        margin: 0;
        width: 300px;
        height: 100vh;
        top: 0;
        left: 0;
        position: fixed;
        z-index: 9999;
    }

    #Menu div {
        height: 5vh;
        border: 1px solid #000000;
        padding: 30px;
        margin: 0;
        font-family: 'Nunito Sans';
        font-size: 1.2em;

    }

    .B1PISaintVincent p {
        font-size: 0.4em;
        width: 80%;
        color: #000056;
    }

    .B1aaftxt .Police {
        display: none;
    }

    .B1Ensemble {
        background-image: url(librairies/home/img-slider.png);
        background-position: 25em;
        background-repeat: no-repeat;
        height: 100vh;
        display: flex;
        flex-direction: column;
        position: relative;

    }

    .B1PISaintVincent {
        margin: 0 0 0 10px;
        z-index: 2;
        position: relative;
        text-align: left;
        width: 70%;
    }

    .B1PISaintVincent .Contact {
        margin-bottom: 10px;
    }

    .B1Image {
        display: none;
    }

    .B22Ensemble {
        display: flex;
        flex-direction: column;
        height: 140vh;
    }

    .B22Gauche {
        display: flex;
        height: 50vh;
        z-index: auto;
        position: relative;
    }

    .B22PhotoProfil {
        position: relative;
        top: auto;
        left: 200px;
        margin-top: 20px;
        height: 65vh;
    }

    .B22FormeBleu {
        position: relative;
        top: 70px;
        left: 90px;
        width: 250px;
    }

    .B22FormeVerte {
        position: relative;
        top: 150px;
        left: 90px;
        width: 500px;
    }

    .B22Droite {
        display: flex;
        height: 50vh;
        padding: 20px;
        margin-top: 0;
    }

    .B3Ensemble {
        height: 180vh;
    }

    .B3Bas {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        margin-left: 0;
    }

    .B3BasGauche {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        margin-bottom: 150px;
    }

    .B3Icone {
        flex: 0 0 calc(50%-16px);
        max-width: calc(50%-16px);
        box-sizing: border-box;
    }

    .B3BasDroite {
        width: 80%;
        display: flex;
    }

    .B4Ensemble {
        height: 120vh;
    }

    .B4CategoriesEnsemble {
        display: flex;
        flex-wrap: wrap;

        gap: 5px;
    }

    .BWhatClientSayEnsemble {
        height: 160vh;
        display: flex;
        flex-direction: column;
    }

    .BWhatClientSayGauche {
        width: 100%;
        height: 80vh;
        justify-content: center;
    }

    .BWhatClientSayImage {
        margin: 0 0 0 0;
        padding-top: 200px;
        width: 70%;
        height: 90vh;
        align-items: center;
        justify-content: center;
    }

    .BWhatClientSayDroite {
        width: 100%;
        height: auto;
        margin-top: 0;
        padding: 20px;
        justify-content: flex-end;
        padding-top: 200px;

    }

    .BWhatClientSayDroiteParagraphe {
        height: auto;
        width: 85%;
    }

    .BBestUniqueSolutionEnsemble {
        flex-direction: column;
        height: auto;
        width: 100%;
    }

    .BBestUniqueSolutionGauche {
        flex: 0 0 auto;
        max-width: 100%;
        justify-content: start;
        align-items: flex-start;
    }

    .BBestUniqueSolutionParagraphe {
        margin-left: 0;
        margin-top: 50px;
        padding: 20px;
        height: auto;
    }

    .BBestUniqueSolutionDroite {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 20px;
        margin-top: 50px;
    }

    .BBestUniqueSolutionFormulaireContainer {
        width: 100%;
        padding: 30px;
    }

    .InputFormulaireContact {
        width: 325px;
        margin-bottom: 15px;
    }

    .BPiedDePageBandeau {
        flex-direction: column;
        max-width: 100%;
        height: auto;
    }

    .BPiedDePageBandeauParagraphe {
        margin: 0 0 0 0;
        padding-left: 20px;
        padding-top: 100px;
        width: 90%;
    }

    .BPiedDePageMenus {
        display: flex;
        flex-wrap: wrap;
    }

    .MenuContainer {
        width: 300px;

    }

    .FAQBlockBlanc {
        padding-left: 40px;
        flex-direction: column;
        width: 68%;
    }

    .FAQDivImage {
        margin-left: -10px;
    }

    .BLatestBlogNewsArticlesEnsemble {
        width: 10%;
        margin-left: 500px;
        gap: 6em;
    }

    .BLatestBlogNewsArticles {
        font-size: 10px;
    }

    .BLatestBlogNewsEnsemble {
        height: 84vh;
    }

    .BBestUniqueSolutionFormulaire input {
        width: 325px;
    }

    .FAQFAQ {
        margin-left: 2%;
    }

    .B1Logo {
        margin-left: 10px;
    }

    .BPiedDePageCopyrightintern {
        width: 60%;
    }

    .AproposB1aaftxt {
        display: none;
    }

    .AproposB2Ensemble {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .AproposB2DroiteImage {
        display: flex;
        flex-wrap: wrap;
    }

    .AproposB2Gauche {
        margin-left: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .AproposB2Gauche .Contact {
        width: 60%;
        justify-content: center;
    }

    .AproposB3Ensemble {
        height: 140vh;
        width: 100%;
    }

    .AproposB3Servicesbloc {
        width: 250px;
    }

    .ServicesBloc1 {
        width: 450px;
    }

    .AproposB3ServicesHaut {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .AproposB4Ensemble {
        height: auto;
    }

    .AproposB4Haut {
        flex-wrap: wrap;
        justify-content: center;
    }

    .AproposB4Bas {
        flex-wrap: wrap;
        justify-content: center;
    }

    .AproposFaq {
        flex-direction: column;
    }

    .AproposFaqTitre {
        left: 150px;
    }

}