* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --color1: #000000;
    --color2: #ffffff;
    --color3: #d02561;
    --color4: #04091a;
    --color5: #707070;
    --color6: #d1c2f0;
    --color7: #ff914d;
    
}
body {
    font-family: 'Space Grotesk', sans-serif;
    overflow-x: hidden;
}
html {
    font-size: 16px;
}
.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
.btn {
    border: 0;
    padding: .5rem 1rem;
    background: var(--color7);
    cursor: pointer;
    transition: all .5s;
}
.btn:hover {
    background: var(--color2);
    color: var(--color3);
}
a .btn {
    color: var(--color2);
}
.red {
    color: var(--color7);
}
.loading {
    width: 100%;
    height: 100vh;
    background: var(--color1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.center{
    text-align: center;
}
div.center{
    display: inline-block;
    width:100%;
}
/* Accueil */
.hero {
    height: 100vh;
    display: flex;
    align-items: center;
}
.hero .heroD, .hero .heroG {
    width: 50%;
    height: 100%;
}
.hero .heroD {
    background-image: url('img/hero.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.hero .heroG {
    background: var(--color1);
    color: var(--color2);
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
}
.hero .heroG div {
    width: 80%;
}
.hero .heroG div h1 {
    font-size: 3rem;
}
.hero .heroG div p {
    margin-top: 1rem;
    margin-bottom: 2rem;
    line-height: 1.5rem;
}
.hero .header-hero{
    position:absolute;
    top: 1rem;
    left: 1rem;
    width:100% !important;
    text-align:center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.hero .logo {
    position: relative;
    display:inline-block;
    /*top: 1rem;
    left: 1rem;*/
    color: var(--color6);
    font-size: 2rem;
    font-weight: 700;
    width:auto !important;
}
.hero #google_translate_element{
    display:inline-block;
    margin:0 30px;
    width:auto;
}
.hero .socials {
    display:inline-block;
    position: relative;
    width:auto !important;
    /*top: 1rem;
    right: 1rem;*/
}
.hero .socials ul {
    list-style: none;
    font-size: 1.5rem;
}
.hero .socials ul li {
    margin-left: 1rem;
    background: var(--color1);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 1.5rem;
}
.hero .socials ul li a {
    color: var(--color7);
    transition: color .5s;
}
.hero .socials ul li a:hover {
    color: var(--color2);
}
.hero .socials ul {
    display: flex;
}
/* Discord */
.discord {
    background: var(--color2);
    padding: 4rem 0;
    text-align: center;
}
.discord h2 {
    margin-bottom: 1rem;
    font-size: 2rem;
}
/* RoadMap */
.roadmap {
    background: var(--color1);
    padding: 4rem 0;
    color: var(--color2);
}
.roadmap h2 {
    margin-bottom: 2rem;
    font-size: 2rem;
    text-align: center;
}
.roadmap .bloc {
    background: var(--color4);
    margin-bottom: 3rem;
    padding: 1rem;
    position: relative;
    margin-left: 2px;
}
.roadmap h4 {
    margin: 1rem 0;
}
.roadmap p {
    line-height: 1.5rem;
}
.roadmap .number {
    position: absolute;
    top: -1rem;
    left: calc(1rem - 1px);
    background: var(--color7);
    padding: 1rem;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.roadmap .number.off {
    background: var(--color2);
    color: var(--color3);
}
.roadmap .container {
    position: relative;
}
.line {
    position: absolute;
    left: 3rem;
    height: 100%;
    width: 2px;
    background: var(--color7);
    top: 30px;
}
/* Team */
.team {
    padding: 4rem 0;
}
.team h2 {
    margin-bottom: 2rem;
    font-size: 2rem;
    text-align: center;
}
.team .team__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.team .member {
    width: 31%;
}
.team .member img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team .member h4 {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 1.5rem;
}
.team .member .job {
    color: var(--color5);
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
}
.team__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* Share */
.btn-partages{
    padding:5px;
    margin:0 5px 15px 5px;
    /*font-weight:bold;*/
    display:inline-block;
    color:#fff;
    text-decoration:none;
}
.btn-facebook{
    background:#1877F2;
}
.btn-twitter{
    background:#1DA1F2;
}
.btn-pinterest{
    background:#c8232c;
}
.btn-reddit{
    background:#FF5700;
}
.btn-messenger{
    background:#448AFF;
}
.btn-mail{
    background: #686868;
}
/* Footer */
footer {
    background: var(--color1);
    color: var(--color2);
    padding: 1rem 0;
}
.footer__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer__flex ul {
    list-style: none;
}
.footer__flex ul li a {
    color: var(--color2);
    text-decoration: none;
}
/* Responsive */
@media(max-width:1299px){
    .hero .heroG {
        width: 75%;
        height: 100%;
    }
    .hero .heroD {
        width: 25%;
        height: 100%;
    }
}
@media all and (max-width: 830px) {
    .hero{
        height:auto;
        flex-wrap:wrap;
    }
    .hero .heroD {
        /*display: none;*/
        min-height:500px;
    }
    .hero .heroD, .hero .heroG {
        width: 100%;
        height: 100%;
    }
    .hero .heroG{
        padding-top:200px;
        padding-bottom:100px;
    }
    .hero .heroG div h1 {
        font-size: 2rem;
    }
    .team__flex {
        flex-direction: column;
    }
    .team__flex .member {
        margin-bottom: 3rem;
    }
    .team__flex .member:last-child {
        margin-bottom: 0;
    }
    .team .member {
        width: 100%;
    }
}