* {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: darkgrey;
}

a {
    text-decoration: none;
}

.menut {
    background-color: #f4661b;
    display: flex;
    flex-wrap: wrap;
    height: 35px;
    flex-wrap: wrap;
}

.menut .menutgoche {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.menut .menutgoche .croix {
    display: none;
    flex-direction: column;
}

.menut .menutgoche .croix span {
    background-color: #3c6a74;
    margin-top: 2px;
    margin-left: 5px;
    margin-right: 5px;
    width: 30px;
    height: 4px;
}

.menut .menutgoche .buttonmenut button {
    background-color: transparent;
    color: white;
    font-size: 17px;
    border: solid white 1px;
    border-radius: 2px;
    margin-left: 3px;
    width: 100px;
    height: 30px;
}

.menut .menutgoche .buttonmenut button:hover {
    background-color: #3c6a74;
    font-weight: bolder;
}


.menut .menutdroit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: auto;
    background-color: #3c6a74;
    height: 100%;
}

.menut .menutdroit a:hover {
    text-decoration: underline white;
}

.menut .menutdroit .reso {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.menut .menutdroit .reso p {
    color: white;
    font-size: 17px;
    font-family: sans-serif;
    margin-left: 5px;
}

.menut .menutdroit .reso img {
    margin-left: 5px;
    margin-right: 5px;
    height: 30px;
}

.contenu {
    margin-top: 50px;
}

.footer {
    display: flex;
    flex-wrap: wrap;
}

.footer a {
    text-decoration: none;
    color: white;
    font-size: 15px;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .goche {
    background-color: #f4661b;
    flex-basis: 80%;
}

.footer .goche .gochehaut {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
}

.footer .goche .gochehaut .text {
    width: 100%;
    margin: 20px;
    color: white;
    font-size: 15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.footer .goche .gochehaut .text .titre {
    color: white;
    font-size: 17px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    width: 80px;
    margin-left: 10px;
    font-weight: bolder;
}

.footer .goche .gochehaut .text .tres {
    border-top: 1px solid white;
    margin-bottom: 10px;
}

.footer .goche .gochehaut .text .liste {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.footer .goche .gochebas {
    display: flex;
    align-items: center;
    margin-left: 15px;
    flex-direction: row;
    justify-content: center;
}

.footer .goche .gochebas .text {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer .goche .gochebas .text p {
    color: white;
    font-size: 15px;
}

.footer .goche .gochebas .text .tresvertical {
    background-color: darkgrey;
    width: 1px;
    margin-left: 5px;
    margin-right: 5px;
}

.footer .droit {
    background-color: #ff8916;
    flex-basis: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.footer .droit .reso {
    margin: 5px;
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer .droit .reso p {
    margin-left: 3px;
    font-family: sans-serif;
}

.footer .droit img {
    width: 40px;
}

.footer .bas {
    background-color: #3c6a74;
    height: 40px;
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .bas p {
    font-size: 15px;
    color: white;
    font-family: monospace;
}

.footer .bas a {
    color: #e67e30;
    text-decoration: none;
}

.footer .bas a:hover {
    color: #e67e30;
    text-decoration: underline;
}

@media screen and (max-width: 900px) {

    .menut .menutgoche {
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }

    .menut .menutgoche .croix {
        display: flex;
        flex-direction: column;
        margin-top: 8px;
        margin-bottom: 9px;
    }

    .menut .menutdroit {
        background-color: #3c6a74;
    }

    .menut .menutdroit .haut {
        transform: rotateX('45deg');
    }

    .menut .menutgoche .centre {
        /* display: none; */
    }

    .menut .menutgoche .buttonmenut {
        display: none;
    }

    .menut .menutgoche .buttonmenut.click {
        z-index: 10;
        display: flex;
        flex-direction: column;
        background-color: red;
    }

    .menut .menutgoche .buttonmenut button {
        background-color: transparent;
        color: white;
        font-size: 17px;
        border: none;
        border-bottom: solid white 1px;
        border-radius: 0px;
        margin-left: 0px;
        margin-top: 7px;
    }

    .menut .menutgoche .buttonmenut button:hover {
        background-color: #3c6a74;
        font-weight: bolder;
    }

    .menut .menutdroit .reso p {
        display: none;
    }

    .footer .goche {
        flex-basis: 100%;
    }

    .footer .goche .gochehaut {
        flex-direction: column;
        align-items: initial;
    }

    .footer .goche .gochehaut .text {
        margin-bottom: 10px;
        margin-left: 20px;
        width: calc(100% - 20px);
    }

    .footer .goche .gochehaut .text .tres {
        width: calc(100% - 20px);
    }

    .footer .goche .gochebas .text {
        flex-direction: column;
    }

    .footer .droit {
        flex-basis: 100%;
    }
}