.bg-home {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url("../images/apba_04-c569d0a2792f56d9e336970238eccb04.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    clip-path: xywh(0 0px 100% 100% round 0% 0);
}

.bg-home-no-url {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    clip-path: xywh(0 0px 100% 100% round 15% 0);
}

.logo-home {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url("../images/apba_logo-6aa422b73eb66e29076ffef856344087.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    filter: grayscale(0%) brightness(100%) contrast(200%);
}

.logo-home-big {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/apba_logo_02-69349bd84d639c29a26184b6e513568e.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: grayscale(30%) brightness(100%) contrast(190%);
}

.logo-nav {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url("../images/apba_logo_02-69349bd84d639c29a26184b6e513568e.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    filter: grayscale(30%) brightness(100%) contrast(190%);
}

.logo-ffap {
    display: inline-block;
    width: 120px;
    height: 120px;
    background-image: url("../images/ffap-logo-couleur-4195410ccab26e1a18dd32999f9b9140.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.logo-gpa {
    display: inline-block;
    width: 140px;
    height: 140px;
    background-image: url("../images/apba_logo_gpa-f9045e1789889917ca398075b659eeb0.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}

.timbre {
    display: inline-block;
    width: 140px;
    height: 140px;
    background-image: url("../images/apba_timbre-2d5579d06a5cd46b774a1de8cf8551ec.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}

/*
@font-face {
    font-family: 'MyCustomFont';
    src: url("{{ asset('fonts/merriweather-latin-400-normal.woff2') }}") format('woff2'),
  }
  
body {
    font-family: 'MyCustomFont';
}
*/

.svg-footer {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/svg_footer-e3fe4c7c12ff464cab66d6207ddb1fdf.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.album-timbre {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url("../images/apba_album_timbre-2a44e8da8aad8e705fb55ba0204840c3.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 95%;
}