/* Importation de la police Fira Sans via Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&display=swap');

/* Appliquer Fira Sans à tout le texte du site */
* {
    font-family: 'Fira Sans', sans-serif !important;
}

#pagetitle h1 {
    margin: 45px 0 0 0;
}
.info p img {
    width: 55%;
}
#header {
    background: #FFF;
}
.fullpage.body {
    margin-top: 159px;
}
#header #ident {
    background: #e30613;
}
.info h3 {
    color: #434f55;
}
#homesubtitle h2, #homesubtitle h3 {
    background-color: #e30613;
}
.info p.subtitle {
   height: 76px;
}

.info h3 {
   height: 58px;
}

#footer {
    position: relative;
}

.fullpage.body {
    margin-bottom: 10px;
}

#headerwrapcenter #logoHeader .logo {
   margin-top: 25px;
}
a {
    color: #e30613;
}
a.homemapborder {
    color: #FFFFFF;
}

