@font-face {
    font-family: 'meno';
    src: url('../font/MENO-B01.OTF') format('otf'),
        url('../font/MENO-BIE.OTF') format('otf'),
        url('../font/MENO-BLA.OTF') format('otf'),
        url('../font/MENO-BLE.OTF') format('otf'),
        url('../font/MENO-BLI.OTF') format('otf'),
        url('../font/MENO-BOE.OTF') format('otf'),
        url('../font/MENO-BOI.OTF') format('otf'),
        url('../font/MENO-BOL.OTF') format('otf');
    /* Autres propriétés de la police */
}

body {
    font-family: 'meno' !important;
  }
        
.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

video {
    min-width: 100%;
    width: 100%;
    min-height: 100%;
    height: 100%;
    object-fit: cover;
    filter:brightness(40%);
    position: fixed;
    z-index: -1;
}

.logo {
    max-width: 300px; /* Réduction de la taille du logo */
}

.icon-ch { font-size: 30px; color: #bbb; height: 50px; display: block; }
.h3-ch { height: 100px; color: #fff; }
.h3-ch p { font-size: 12px; margin-bottom: 0; }

.icons i { font-size: 40px; }
.copyright { font-size: 20px; }




.border-bottom1 {
    width: 100% !important;
    border-bottom: solid 2px #FFF;
}
.border-left1 {
    border-left: solid 1px #FFF;
}
.border-right1 {
    border-right: solid 1px #FFF;
}

@media screen and (max-width: 480px) {
.border-bottom1 {
    border-bottom: solid 1px #FFF;
}
.border-left1 {
    border: none;
}
.border-right1 {
    border: none;
    border-bottom: solid 1px #FFF;
}
}