html {
    font-family: 'Nunito Sans', 'Comfortaa', sans-serif, cursive;
    max-width: 1200px;
    margin: 0 auto;
}

body {
    margin: 0 auto;
    background: url(../images/rue.jpg) no-repeat center fixed;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
}

a:hover {
    cursor: pointer;
    text-decoration: none;
    -webkit-filter: brightness(1.09);
    filter: brightness(1.09);
}

input:hover {
    -webkit-filter: brightness(1.09);
    filter: brightness(1.09);
}

button:hover {
    cursor: pointer;
    text-decoration: none;
    -webkit-filter: brightness(1.09);
    filter: brightness(1.09);
}

a {
    cursor: pointer;
    text-decoration: none;
}

h1 {
    font-family: 'Comfortaa', cursive;
    font-weight: 700;
    margin-top: 15%;
    text-align: left;
    font-size: 3vw !important;
    white-space: nowrap;
}

h2 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 1.3em;
    line-height: 1.1em;
}

h3 {
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    letter-spacing: -0.02em;
    line-height: 1.1em;
}

h4 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 0.9em;
    letter-spacing: -0.01em;
    line-height: 1.1em;
    margin-top: 1%;
}

h5 {
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 1em;
    letter-spacing: -0.02em;
}

h6 {
    margin-top: 0.3em;
    margin-bottom: 0.2em;
    color:#c254c2; 
    font-size:1.8em;
    font-weight: 600;
}

h7 {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    font-size:1.2em;
    font-weight: 600;
}


ul {
    margin-left: -22px;
}

section {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-top: solid 30px;
}

li {
    margin-left: 10px;
}

p,
ul,
li {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
    letter-spacing: -0.01em;
    text-align: left;
}


.tete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    height: 15vw;
    max-height: 130px;
}

.logo {
    width: 20%;
    text-align: center;
}

.logo a img {
    width: 100%;
    height: auto;
}

.titre {
    width: 30%;
}

.menu {
    width: 44%;
    height: auto;
    padding: 10px 0;
    text-align: right;
    white-space: nowrap;
    z-index: 500;
}

.menu a img {
    max-width: 2.5em;
    height: auto;
    margin: 5% 0;
}

.menu a span {
    display: none;
    position: relative;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 10.5px;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
}


.fond {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: auto;
    min-height: 20px;
    margin: 0 auto;
    padding-top: 2%;
    background-color: #ececec;
}

.fond-plus {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 2%;
    background-color: #ececec;
}

.base {
    width: 100%;
    margin: 0 3%;
    padding: 2%;
    background-color: #fff;
}

footer {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    bottom: 0;
    width: 100%;
}

.pied {
    padding: 20px 40px 8px;
    text-align: right;
}

.pied a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 0 2px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.pied a:hover {
    text-decoration: none;
    color: #fff !important;
    cursor: pointer;
}

.pied a img {
    width: auto;
    height: 2.5em;
    margin: 0 auto;
}

.menuscroll {
    position: fixed;
    top: 0;
    right: 0;
    width: 100% !important;
    z-index: 1;
    text-align: center !important;
    background-color: #fff;
    -webkit-box-shadow: rgb(126, 125, 125) 0 5px 20px;
    box-shadow: rgb(126, 125, 125) 0 5px 20px;
}

.menuscroll a img {
    display: none !important;
}

.menuscroll a span {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    margin: 0 0.5% !important;
} 






@media (min-width:1200px) {
    h1 {
        font-size: 35px !important;
    }
}

@media (max-width:1000px) {
    h1 {
        font-size: 4vw !important;
    }

    .menu,
    .menuscroll {
        width: 6% !important;
        right: 0;
        margin: 5% 0;
        padding: 5px;
        position: fixed;
        text-align: center;
        border-radius: 20px 0 0 20px;
        background-color: rgba(224, 224, 224, 0.8);
        white-space: normal;
        -webkit-box-shadow: rgb(126, 125, 125) 0 5px 20px;
        box-shadow: rgb(126, 125, 125) 0 5px 20px;
    }

    .menuscroll a img {
        display: inline !important;
    }

    .menuscroll a span {
        display: none !important;
    }

    .logo {
        width: 26%;
    }
}

@media (max-width:550px) {
    h1 {
        font-size: 5vw !important;
    }

    h4 {
        font-size: 0.85em;
    }

    section {
        border-top: solid 20px;
    }


    .base {
        width: 100%;
        margin: 0 3%;
        padding-left: 3%;
    }

    .base-titre {
        -webkit-margin-before: 0px;
        margin-block-start: 0px;
    }

    .cadre {
        padding-left: 0;
    }


}

@media (max-width:480px) {
    .pied {
        padding: 10px 20px 0;
        text-align: center;
    }

    .pied a {
        padding: 0;
        font-size: 9px;
    }
}

@media (max-width:440px) {

    .menu,
    .menuscroll {
        width: 7% !important;
    }

    section {
        border-top: solid 15px;
    }

    .menu a span {
        margin: -33px 50px 0 0;
    }
}

@media (max-width:320px) {
    h1 {
        font-size: 5vw !important;
        margin-top: 10%;
    }
}