/* ===================================================================
 * STYLES 404
 * =================================================================*/
@font-face {
    font-family: 'bevietnampro';
    src: url('/include/css/GAB_LAMETRO/police/be-vietnam-pro-v10-latin-regular.woff2') format('woff2'),
    url('/include/css/GAB_LAMETRO/police/be-vietnam-pro-v10-latin-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'bevietnampro';
    src: url('/include/css/GAB_LAMETRO/police/be-vietnam-pro-v10-latin-600.woff2') format('woff2'),
    url('/include/css/GAB_LAMETRO/police/be-vietnam-pro-v10-latin-600.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'bevietnampro';
    src: url('/include/css/GAB_LAMETRO/police/be-vietnam-pro-v10-latin-700.woff2') format('woff2'),
    url('/include/css/GAB_LAMETRO/police/be-vietnam-pro-v10-latin-700.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-family: 'bevietnampro', sans-serif;
    color: #555346;
    background-color: #fff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* styles commun */
img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 0 0 2rem;
}

a {
    color: #157d7d;
    text-decoration: underline;
}

a:hover,
a:focus,
a:active {
    color: #1f1c00;
    text-decoration: none;
}

a:focus-visible,
button:focus-visible {
    outline: 0.1rem dashed #1f1c00;
    outline-offset: 0.5rem;
}

.innerCenter {
    display: flow-root;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    box-sizing: border-box;
}

.innerNarrow {
    margin: 8rem auto 4rem;
    max-width: 70rem;
    text-align: center;
}

/* Titres */
h1 {
    margin: 0;
    line-height: 0;
}
h2 {
    font-size: 2.6rem;
    line-height: 4.5rem;
    font-weight: 700;
    margin: 0 0 4rem;
    color: #1f1c00;
}

h2 span {
    padding-bottom: 0.6rem;
    border-bottom: 0.5rem solid #ffec44;
}

/* Bouton jaune */
.btnJaune {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #1f1c00 !important;
    font-weight: 600;
    background-color: #ffec44;
    border: 1px solid #ffec44;
    padding: 1.8rem 2.5rem;
    border-radius: 1rem;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none !important;
    transition: all 0.2s;
}

.btnJaune:hover,
.btnJaune:active,
.btnJaune:focus {
    text-decoration: none;
    background-color: #fff173;
    color: #1f1c00 !important;
    border-color: #fff173;
}

/*bandeau haut*/
#bandeauHaut {
    background-color: #ffec44;
}

#bandeauHaut .innerCenter {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.8rem 2rem;
}

#bandeauHaut .logo {
    height: 36px;
}

.image404 {
    margin-bottom: 6rem;
    width: 51.5rem;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 1.6rem;
        line-height: 2.5rem;
    }
    h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    h2 span {
        line-height: 4rem;
    }
    .innerNarrow {
        margin: 4rem auto 4rem;
    }
    #bandeauHaut .innerCenter {
        padding: 1.1rem 2rem;
    }
    .image404 {
        margin-bottom: 4rem;
    }
}
