body{
    background-color: black;
    background-image: url("/front/img/background-jh8.png");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: white;
    width: 100%;
    font-size: 0.9rem;
}
#header{
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: black;
    transition: opacity 0.5s ease-in;
}
#header > div > nav > div > a{
    margin-bottom: 1rem;
}
#header > div{
    padding: 0;
}
.navbar-toggler{
    width: auto;
    padding: 0;
    margin-top: -1rem;
}

.navbar-toggler svg{
    width: 35px;
    height: 35px;
    fill: white;
}


.navbar-expand-lg{
    padding: 1rem 15px 0 15px;
    /*border-bottom: 1px solid white;*/
    box-shadow: 0 -2px 10px -3px white;
    background: black;
}
/*.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    padding: 0 15px 0 15px;
}*/
.show{
    display: block;
}
#navbarContent{
    text-align: center;
    height: auto;
    background: black;
}
#navbarContent ul{
   position: relative;
}
#navbarContent ul li{
    position: relative;
    list-style: none;
    margin: 1rem 0;
    cursor: pointer;
    text-transform: uppercase;
}


#navbarContent ul li a{
    text-decoration: none;
    font-size: 1.2rem;
    color: grey;
    display: flex;
    justify-content: center;
    width: auto;
}
#navbarContent ul li a:hover {
    color: white;
}
/*#navbarContent ul li::before{*/
/*    height: 0;*/
/*    position: absolute;*/
/*    font-size: 1.2rem;*/
/*    overflow: hidden;*/
/*    transition: 0.5s ease-in-out;*/
/*}*/
/*#navbarContent ul li:nth-child(1)::before{*/
/*    content: "Accueil";*/
/*    color: white;*/
/*    border-bottom: 1px solid grey;*/
/*    margin-top: 0.5rem;*/
/*    margin-left: -2.2rem;*/
/*}*/
/*#navbarContent ul li:nth-child(2)::before{*/
/*    content: "Objectifs";*/
/*    color: white;*/
/*    border-bottom: 1px solid grey;*/
/*    margin-top: 0.5rem;*/
/*    margin-left: -2.9rem;*/
/*}*/
/*#navbarContent ul li:nth-child(3)::before{*/
/*    content: "contactez-nous";*/
/*    color: white;*/
/*    border-bottom: 1px solid grey;*/
/*    margin-top: 0.5rem;*/
/*    margin-left: -5rem;*/
/*}*/
/*#navbarContent ul li:nth-child(1):hover::before{*/
/*    height: 50%;*/
/*    border-bottom: 1px solid white;*/

/*}*/
/*#navbarContent ul li:nth-child(2):hover::before{*/
/*    height: 50%;*/
/*    border-bottom: 1px solid white;*/

/*}*/
/*#navbarContent ul li:nth-child(3):hover::before{*/
/*    height: 50%;*/
/*    border-bottom: 1px solid white;*/

/*}*/

.lineLeft, .lineRight{
    height: 3px;
    width: 1rem;
    background: white;
    margin: 0 1rem;
    border-right: 50%;
}


#header > div > nav > div > a > img{
    max-height: 50px;
}
.container{
    margin: 10rem 0;
}
.noMobile{
    opacity: 0;
}
h1{
    font-size: 29px;
    letter-spacing: -1px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Exo 2', sans-serif;
}
#welcome > h1{
    margin-top:1vh;
}
p{
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    /*font-size: 1.1rem;*/
    margin-bottom: 3rem;
}
h2{
    font-size: 1rem;
    text-align: center;
}

#welcome{
    position: absolute;
    width: 100%;
    height: 90vh;
    padding: 0 3rem 3rem 3rem;
    padding-top: 15vh;
    text-align: center;
    background-image: url("/front/img/background-pc.png");
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#welcome-clear{
    width: 100%;
    height: 90vh;
}

#welcome > h2 {
    margin-top: 3rem;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.5rem;
}
button:focus{
    outline: none!important;
}
.navbar-toggler svg:after{
    transform: rotate(90deg);
}


.loaderBg{
    /*display: inline-block;*/
    position: fixed;
    z-index: 2;
    background: black;
    width: 100%;
    height: 100%;
}
.loaderBg .loader{
    height: 300px;
    top: calc(35vh - 75px);
    left: calc(30vw - 75px);
    position: absolute;
    animation: logo 3s cubic-bezier(0.200, 0.60, 0.300, 1) ;
}
.loaderBg .loader:after,
.loaderBg .loader:before{
    content: "";
    position: absolute;
    /*display: block;*/
}
/*.loader:before{*/
/*    animation-delay: .5s;*/
/*}*/
@keyframes logo {
    0% {
        transform: scale(0.5);
        opacity: 0.5;
    }
    70% {
        transform: scale(0.6);
        opacity: 0.8;
    }
    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}
.disppear{
    animation: preload 3s forwards;
}
@keyframes preload {
    100%{
        opacity: 0;
        visibility: hidden;
    }
}
.intro{
    display: flex;
    flex-direction:column;
    align-items: center;
    margin-bottom: -5px;
    font-family: 'Ubuntu', sans-serif;
    padding: 6rem 15px 0 15px;
}
.titleIntro {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.titleIntro h3{
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    margin: 0;
    font-family: "Marvel", sans-serif;
}



.label-container{
    display: block;
    max-width: 1200px;
    position: fixed;
    left: 50%;
    top: 0;
    width: 100%;
    transform: translate(-50%);
}
.label{
    transform: rotate(-90deg) translateX(-60vh);
    text-transform: uppercase;
    letter-spacing: 4px;
    transform-origin: 0 0;
    font-size: .9em;
    font-family: Proximanova Bold;
    width: 200px;
    text-align: center;
    color: white;
    font-family: Suruma;
    letter-spacing: 10px;
}
body > section:nth-child(7) > div,
body > section:nth-child(9) > div{
    display: flex;
    flex-direction: column-reverse;
}
.img1{
    height: auto;
    width: 100%;
}
/*.img1:hover{*/
/*    animation: img 3s linear;*/
/*}*/
/*@keyframes img {*/
/*    0%{*/
/*        transform: scale(1);*/
/*    }*/
/*    50%{*/
/*        transform: scale(0.98);*/
/*    }*/
/*    100%{*/
/*        transform: scale(1);*/
/*    }*/

/*}*/
.p-0{
    padding: 0!important;
}
.projet{
    display: flex;
    align-items: center;
    margin-top: 2rem;
}
.projet h3{
    margin: 0;
    font-size: 1rem;
    width: 30%;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-family: 'PT Sans Narrow', sans-serif;
    text-align: center;
}
.projet h3 a {
    text-decoration: none;
    color: white;
}
.projet .lineLeft{
    width: 15%;
    border-radius: 10%;
}
.projet .lineRight{
    width: 75%;
    border-radius: 10%;
}
/*#footer{*/
/*    padding: 0 1rem;*/
/*}*/
#footer > div > div > div > div.col-3.col-col-lg-4.col-md-3{
    padding: 0;
}
#footer > div > div > div > div.col-3.col-col-lg-4.col-md-3 > a > img{
    width: 3rem;
}
#footer > div > div > div > div.col-6.col-lg-4.col-md-4 > p{
    font-size: 0.8rem;
    margin: 0;
    margin-top: 1rem;
}
.container-foot{
    border-top: 1px solid white;
    padding: 1rem 1.5rem 0 1.5rem;
}
.footer-social{
    margin-top: 0.5rem;
}
.footer-social ul li {
    list-style: none;
}
.footer-social ul li a img{
    height:1rem;
}
