html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
}

p,
footer li {
    text-align: justify;
    color: #0b3565;
    font-size: 1.1rem;
}

#entete {
    background-color: #2e7fae;
    margin: 0;
    padding: 1rem;
}

#entete address p {
    color: #a1c9cd;
}

#entete h1 {
    letter-spacing: 1rem;
    color: #ebebeb;
}

#entete h2 {
    letter-spacing: 0.4rem;
    color: #0b3565;
}

h1,
h2,
h3 {
    font-family: 'Staatliches', cursive;
}

h1.title {
    font-size: 3.5rem !important;
}

.navbar {
    background-color: #0b3565;
}

a.navbar-item {
    margin: 1rem 0;
    font-family: 'Staatliches', cursive;
    font-size: 1.2rem;
    letter-spacing: 0.5rem;
    color: #a1c9cd;
}

a.navbar-item:hover {
    background-color: inherit;
    color: #2e7fae;
}

.navbar-burger,
.navbar-burger:active,
.navbar-burger:hover {
    color: #fff;
}

.navbar-burger:active {
    color: #fff;
}

#bouton {
    position: absolute;
    top: 30rem;

    margin-left: 12rem;
    z-index: 2;
}

#bouton:hover {
    transform: rotate(-20deg);
    transition-property: transform;
    transition-duration: 400ms;
}

.element-menu {
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    padding: 0.3rem;
    margin-bottom: 0.2rem;
}

.element-menu:hover {
    border-bottom: 15px solid #fff;
    margin-bottom: 0.2rem;
}

.element-menu:hover a {
    color: #cc912b;
}

.element-menu a {}

.blocrubrique {
    padding: 3rem;
}

.titrerubrique {
    padding: 3rem 0;
    text-align: center;
    color: #0b3565;
    text-decoration-color: #915f06;
    text-decoration-style: solid;
    text-decoration-line: underline;
}

figure.image {
    opacity: 0.6;
}

figure.image:hover {
    opacity: 0.9;
}

footer {
    background-color: #ebebeb;
    padding: 2rem;
}

footer + div p {
    color: #eee;
    text-align: center;
    padding: 1rem 0;
}

footer + div {
    border-top: solid 1px #0b3565;
    background-color: #0b3565;
}

form .label {
    font-size: 1.3rem;
    font-family: 'Staatliches', cursive;
    font-weight: normal;
    letter-spacing: 0.8rem;
    color: #0b3565;
}

.timeline {
    border-color: red;
}

footer a {
    color: #0b3565;
}

footer a:hover {
    color: #0b3565;
    text-decoration: underline;
}

/*****************/
/* media queries */
/*****************/

/*
Mobile : Up to 768px	
Tablet : Between 769px and 1023px
Desktop : Between 1024px and 1215px
Widescreen : Between 1216px and 1407px
FullHD : 1408px and above
*/

/* -- Mobile --*/
@media screen and (max-width: 768px) {
    h1.title {
        font-size: 0.9rem !important;
    }

    .element-menu a {
        padding: 0;
        margin: 0;
    }

    .element-menu {
        border-bottom: 15px solid transparent;
        border-top: 15px solid transparent;
        padding-left: 0.7rem;
    }

    img + address p {
        font-weight: bold;
        font-size: 0.8rem;
        text-align: center;
    }

    #entete h1 {
        letter-spacing: 0.2rem;
    }

    #entete {
        text-align: center;
    }

    form .label {
        font-size: 1.0rem;
        font-weight: normal;
        letter-spacing: 0.8rem;
    }

    #nosrealisations h3.title {
        font-size: 2rem;
    }
}

/* -- Tablet --*/
@media screen and (min-width: 769px) and (max-width: 1023px) {}

/* -- Desktop --*/
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    a.navbar-item {
        font-size: 1.1rem;
        letter-spacing: 0.4rem;
    }

}

/* -- Widescreen --*/
@media screen and (min-width: 1216px) and (max-width: 1407px) {}

/* -- FullHD --*/
@media screen and (max-width: 1408px) {}
