@media all and (max-width: 991px) {
    nav .ulhead {
        display: none;
    }
    label .burger {
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        font-size: 40px;
        color: white;
        cursor: pointer;
    }
}

::-moz-selection {
    background-color: #d0d400;
    color: #fff
}

::selection {
    background-color: #d0d400;
    color: #fff
}

html {
    background-color: rgb(241, 241, 241);
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid gray;
}

@media (max-width: 1400px) {
    html {
        width: 100%;
    }
}

body {
    margin: 0;
    padding: 0;
    background-color: white;
}

.menu {
    display: flex;
    justify-content: center;
}

.ulhead {
    margin: 0;
    padding: 0;
}

.lihead {
    font-size: 20px;
    height: 100%;
    margin: 10px 2px;
    display: inline-block;
}

.lihead a {
    padding: 10px 16px;
}

.nom {
    margin-right: 90px;
    margin-left: 60px;
}

a {
    text-decoration: none;
    color: grey;
}

.menu a:hover:not(.active) {
    color: white;
    transition: 500ms;
    background-color: #f19a3a;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.menu .active {
    color: white;
    transition: 500ms;
    background-color: #f19a3a;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.logo {
    width: 10%;
    height: auto;
}

.banner {
    width: 100%;
}

.box {
    position: relative;
}

.fontBanner {
    position: absolute;
    bottom: 20px;
    left: 15px;
    width: 300px;
    height: 150px;
    background-color: rgb(137, 188, 60);
    border-radius: 100%;
}

.bannerWord {
    padding: 10px;
    margin-left: 10%;
    margin-top: 12%;
    color: whitesmoke;
}

.fontBanner2 {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 300px;
    height: 150px;
    background-color: rgb(95, 154, 225);
    border-radius: 100%;
}

.bannerWord2 {
    padding: 15px;
    margin-right: 3px;
    margin-top: 3px;
    margin-top: 11%;
    color: whitesmoke;
    text-align: center;
}

.prov {
    font-size: 10px;
}