@font-face {
    font-family: 'Agrandir';
    src: url('../assets/fonts/Agrandir-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Agrandir';
    src: url('../assets/fonts/Agrandir-TextBold.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Paalalabas Wide';
    src: url('../assets/fonts/Beta.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../assets/fonts/Helvetica.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

footer{
    background-color: black;
    padding-top: 2%;
    padding-bottom: 2%;
}

.FooterUn,.FooterDeux,.FooterTrois,.FooterQuatre{
    color: white;
    font-family: 'Agrandir';
    font-size: 13px;
    text-align: center;
    line-height: 26px;
}

.Gras{
    font-weight: bold;
    font-size: 17px;
}

.ImageRoboNav{
    width: 84.3px;
    height: auto;
    margin-top: 3%;
    margin-bottom: 2%;
    border-radius: 40px;
}

.LogoFB,.LogoInsta{
    width: 38.3px;
    height: 37px;
    margin: 18px 7px 15px 7px;
}

.BoutonEmail{
    font-size: 13px;
    font-family: 'Agrandir';
    color: #8259f6;
    border: none;
    border-radius: 10px;
    margin-top: 2%;
    width: 200px;
    height: 35px;
}

.BoutonAbonner{
    font-size: 13px;
    font-family: 'Agrandir';
    color: black;
    border: none;
    border-radius: 10px;
    margin-top: 2%;
    width: 110px;
    height: 35px;
    margin-left: 2%;
}

.LienDecorationWhite{
    text-decoration: none;
    color: white !important;
}

.LienDecoration{
    text-decoration: none;
}

.BoutonNavbar{
    font-size: 23px;
    color: #26bb8e;
    font-family: 'Agrandir';
    font-weight: 900;
    margin: 20px !important;
}

.ImageCompteLogo{
    width: 50px;
    height: auto;
    margin-right: 50px;
}

.RowNavbar{
    margin-top: 50px;
    margin-bottom: 50px;
}

.ImageRoboNavbar{
    width: 100px;
    height: auto;
    margin-left:50px;
}

.PrenomUser{
    font-size: 17px;
    font-family: "Poppins";
    color: black;
    position: relative;
    right: 30px;
}