.header500 {
    height: 60vh;
    background-size: cover;
    background-position: 50% 75%;
}

body div.main-wrapper section.page-500{
    padding-top: 0px!important;
}
.container-inner.formation-500{
    min-width: 700px;
}

ul#menu-500{
    display: flex;
    justify-content: end;
    width: 100%;
    font-size: 1em;
    padding-right: 60px;
    list-style-type: none;
}
ul#menu-500 li{
    padding-left: 40px;
}
ul#menu-500 a{
    display: flex;
    text-decoration: none;
    font-weight: 500;
}

.menu-500{
    position: absolute;
    right: 0px;
    bottom: -30px;
    background-color: #fff;
    clip-path: polygon(20% 15%, 100% 0%, 100% 100%, 70% 100%, 0% 100%);
    padding-left: 220px;
    padding-top: 45px;
    padding-right:30px;
    padding-bottom: 30px;
}
#menu-500 ul.sub-menu{
    list-style-type: none;
    position: absolute;
    display: none;
}
#menu-500 ul.sub-menu li{
    padding-left: 20px
}
#menu-500 ul.sub-menu.show{
    display: block;
}
ul.sub-menu li a{
    font-size: 14px;
}
ul.sub-menu li{
    margin-bottom: 0px;
}


div.entreprise-500{
    width: 250px;
    height: 230px;
    background-color: lightgrey;
    margin: 20px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.wrapper-entreprise-500{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.image-entreprise-500{
    width: 100%;
    height: 150px;
    background-color: #FFF;
}
h4.nom-entrprise-500{
    padding: 10px;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0px;
}
.social-entreprise-500{
    display: flex;
    justify-content: center;

}
.social-entreprise-500 a{
    margin-left: 10px;
    margin-right: 10px;
    background-color: darkgray;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-entreprise-500 a{
    color: #fff;
}
.social-entreprise-500 a:hover{
    text-decoration: none;
}
#showMenu-500{
    display: none;
}
@media only screen and (max-width: 1023px){
    div.main-wrapper div.logo-header a{
        background-color: transparent!important;
    }
}
@media only screen and (max-width: 1196px){
    .menu-500{
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 70% 100%, 0% 100%);
        position: relative;
        top: 450px;
        bottom: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0px;
        padding-right: 0px;
        display:flex;
        justify-content: center;
    }
    ul#menu-500{
        padding-right: 10px;
    }


}
@media only screen and (max-width: 926px) {
    ul#menu-500 {
        flex-direction: column;
        display: flex;
        align-items: center;

    }
    #menu-item-2370{
        margin-bottom: 10px;
    }
    .menu-500 {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 70% 100%, 0% 100%);
        top: 445px;
        width: 100%;
        position: relative;
        height: 60px;
        transition: .2s ease-in-out;
        display: block;


    }

    #menu-500 ul.sub-menu {
        position: relative;
    }

    #showMenu-500 {
        display: block;
        width: 100%;
        padding-left: 40px;
        margin-bottom: 20px;
    }

    .hide-500 {
        height: 100%;
    }

    #menu-500 ul.sub-menu {
        display: block;
    }

    ul#menu-500 li i {
        display: none;
    }

    #showMenu-500 div div.burg.\35 00-burg {
        margin-right: 5px;
    }

    .menu-comp-500 {
        margin: auto;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        margin-left: 5px;
    }

    #showMenu-500 > div {
        display: flex;
    }
    #menu-500 li{
        width: 180px;
}
    @media only screen and (max-width: 700px){
        .container-wrapper.formation-500{
            overflow-x: scroll;
        }
    }
}






