body {
    font-family: comfortaa;
    overflow-x: hidden;
    font-size: large;
}

header {
    display: flex;
    background-color: white;
    border-bottom: solid rgb(192, 192, 192) 1px;
    position: fixed;
    top: 0;
    left: 0;
    height: 15vh;
    width: 100vw;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 30px 10%;
    font-family: 'Comfortaa';
    z-index: 1;
}

#content {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 5vh;
    width: 100vw;
    z-index: 0;
}

footer {
    display: flex;
    background-color: #343434;
    color: #717171;
    flex-flow: row;
    font-family: 'Comfortaa', sans-serif;
}

footer div {
    display: flex;
    flex-flow: column wrap;
    width: 40vw;
    text-align: center;
    margin: auto;
    margin-top: 1%;
}

nav {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    flex-flow: row nowrap;
    width: 100%;
    margin-top: 1%;
}

nav.nav-menu {
    display: flex;
    flex-flow: row nowrap;
    margin-left: 12%;
    width: 80%;
}

#Logo1 {
    display: flex;
    width: 15vw;
    cursor: pointer;
}

#LogoFooter {
    width: 10vw;
    margin: auto;
    margin-bottom: 1vh;
}

#footer-credits {
    display: flex;
    flex-flow: column wrap;
    margin-bottom: 5vh;
    padding-top: 5vh;
}

#footer-credits p {
    text-align: center;
}

a {
    color: #000;
}

.logo {
    cursor: pointer;
}

.nav__links {
    list-style: none;
}

.nav__links li {
    display: inline-block;
    padding: 0px 20px;
}

.nav__links li a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.nav__links li a:hover {
    color: #0088a9
}

.collapse.show {
    margin-top: 150%;
    padding-left: 10%;
    padding-right: 10%;
    background: white;
    border: solid rgb(192, 192, 192) 1px;
}

a {
    color: #000;
}

main {
    display: flex;
    margin-top: 4.9%;
    min-height: 90%;
    background-image: url("../Images/fond.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

body {
    justify-content: center;
    margin: 0;
    background-color: #f4f4f4;
    justify-content: center;
    margin: 0;
    background-color: #f4f4f4;
}

#Logos {
    display: flex;
    flex-direction: row;
}

#Description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 5% 0%;
    width: 50%;
    font-family: 'Comfortaa';
    padding: 2% 5%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 4vw;
    border-bottom-left-radius: 0vw;
    border-top-left-radius: 0vw;
    background-color: white;
    opacity: 85%;
}

form {
    margin-top: 5%;
    margin-bottom: 5%;
}

h1 {
    text-align: center;
}