/* Polices */
@import url('https://fonts.cdnfonts.com/css/moon-get');
@import url('https://fonts.cdnfonts.com/css/made-tommy-outline');
@import url("https://fonts.googleapis.com/css2?family=Roboto");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed");

/* Base structure*/
body {
    text-shadow: 0 .05rem .1rem #333333;
    box-shadow: inset 0 0 5rem #333333;
    font-family: 'Roboto', sans-serif;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
main{
    background-color: #212529;
}
.cover-container {
    background-image: url('http://media.scorugby.com/logo.png');
    background-repeat: no-repeat;
    background-position: center;
}
.erreur .code, .titre{
    font-family: 'MOON GET!', sans-serif;
}
.erreur .code{
    /*color: #a6a6a6 !important;*/
    background: linear-gradient(to bottom, #fff 0%, #a6a6a6 100%);
    font-size: 9em;
    font-weight: 900;
    margin: 0px;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
}
.desc{
    font-family: 'MADE TOMMY', sans-serif;
}
.erreur .text{
    font-family: 'Roboto Condensed', sans-serif;
}
.notfound .notfound-404 {
    position: relative;
    height: 150px;
    line-height: 150px;
    margin-bottom: 25px;
}

.notfound {
    max-width: 767px;
    width: 100%;
    line-height: 1.4;
    padding: 0px 15px;
}
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.icon-appli{
    height: 2em
}
.card-appli {
    height: 10em
}