2022-04-21 20:56:52 +02:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Pacifico';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: url("/rp_ressources/pacifico.ttf") format('truetype');
|
|
|
|
}
|
2022-03-02 00:41:53 +01:00
|
|
|
|
|
|
|
body {
|
|
|
|
padding-bottom: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo_rp_header {
|
2022-04-21 20:56:52 +02:00
|
|
|
height: 60px;
|
|
|
|
font-family: "Pacifico";
|
|
|
|
font-size: 2.5rem;
|
|
|
|
color: #FFFFFF;
|
2022-03-02 00:41:53 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.logo_rp_footer {
|
|
|
|
height: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
html {
|
|
|
|
position: relative;
|
|
|
|
min-height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 70px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.illustration {
|
|
|
|
padding-top: 20px;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
width: 80%;
|
2022-03-03 00:20:44 +01:00
|
|
|
max-width: 400px;
|
2022-03-02 00:41:53 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.illustration404 {
|
|
|
|
padding-top: 40px;
|
|
|
|
padding-bottom: 40px;
|
|
|
|
width: 100%;
|
2022-03-03 00:20:44 +01:00
|
|
|
max-width: 450px;
|
2022-03-02 00:41:53 +01:00
|
|
|
}
|