body {
    font-family: 'Comfortaa';
    overflow-x: hidden;
}

header {
    display: flex;
    background-color: white;
    border-bottom: solid rgb(192, 192, 192) 1px;
    position: fixed;
    top: 0;
    left: 0;
    height: 17vh;
    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%;
}

#Logo12 {
    display: flex;
    width: 20vw;
    cursor: pointer;
}

#Logo1,
#Logo2,
#Logo3 {
    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;
}

@font-face {
    font-family: 'poison-regular';
    font-weight: normal;
    font-style: normal;
    src: url('../Fichiers_Externes/Poison-Regular.ttf');
}

a {
    color: #000;
}

main {
    min-height: 90%;
    background-image: url("../Images/fond2.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    margin-top: 4.5%;
    padding-bottom: 1.1vw;
}

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;
    align-items: center;
    margin-left: 15%;
    width: 25%;
    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;
    background-color: white;
    opacity: 85%;
    margin-top: 8%;
    margin-bottom: 8%;
}

#Slogan {
    display: flex;
    font-size: 2vw;
    margin: 0px;
    text-align: center;
    width: 63vw;
}

@font-face {
    font-family: 'poison-regular';
    font-weight: normal;
    font-style: normal;
    src: url('../Fichiers_Externes/Poison-Regular.ttf');
}