/** BASE **/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    background-color: #FFF;
    font-weight: 300;
}

a {
    text-decoration: none;
    color: black;
}

ul {
    padding: 0;
    margin: 0;
}


.section {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 100px; 
    list-style: none;
}

.hidden{
    display: none;
}

.intro{
    display: none;
}

.cloture{
    display: none;
}

.smartphone{
    display: block;
    position: absolute;
    background-image: url(../assets/images/intro.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 60%;
    margin-top: 35%;
}

.smartphone p {
    text-align:center;
    padding: 100px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 0px;
    margin-bottom: -75px;
    padding-top: 100px;
    text-transform: uppercase;
    text-align: center;
}

/** MENU**/

.accueil {
    display: none;
}

.burger {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-top: 0;
    background-image: url(../assets/images/menu.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0;
    border: none;
    background-color: transparent;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    position: fixed;
    top: 22px;
    right: 30px;
    z-index: 9999;
    outline: none;
}

.menu {
    position: fixed;
    top: 0;
    bottom: 50%;
    width: 80%;
    height: 100%;
    background-color: #E5E5E5;
    right: 0;
    z-index: 999;
    transition: .3s;
    transform: translateX(100%);
}

.menu--open {
    transform: translateX(0);
    background-color: #E5E5E5;

}

.nav {
    display: none;
}

.lien {
    padding: 30px 0px 30px 0;
    margin-left: 25px;
    list-style: none;
}

.lien li {
    margin-top: 25px;
    margin-left: 30px;
}

.lien li a {
    transition: 300ms;
}

.lien li a:hover {
    color: #FF376E;
}

/** LISTE **/

.list{
    list-style: none;
}

.list__el{
    padding-bottom: 30px;
}



/** FOOTER **/

footer {
    position: absolute;
    padding: 10px;
    background-color: white;
    color: black;
    text-align: left;
    font-weight: 300;
    padding-top: 50px;
    list-style: none;
    bottom: 0%;
}

.footer__el {
    display: inline-block;
    margin: 8px;
}

.footer__el:hover{
    opacity: 0.5;
}

/** VERSION IPHONE 6/7/8 + **/

@media (min-width: 400px) {

    h1{
        padding-top: 130px;
    }
}


/** VERSION TABLETTE / IPAD  **/

@media (min-width: 700px) {

    .smartphone{
        height: 80%;
        margin-top: 10%;
    }

    .smartphone p {
        font-size: 25px;
        text-align:center;
        padding: 200px;
    }

    h1{
        font-size: 40px;
        padding-bottom: 0px;
        margin-bottom: -100px;
        padding-top: 250px;
    }
}

/** VERSION TABLETTE / IPAD PRO **/

@media (min-width: 1000px) {

    .smartphone p {
        padding: 260px;
    }

    h1{
        font-size: 70px;
        padding-bottom: 0px;
        margin-bottom: -160px;
        padding-top: 280px;
    }

}

/** VERSION DESKTOP **/

@media only screen and (min-width: 1200px) {

    /** BASE **/

    body {
        font-size: 18px;
    }

    header {
        height: 50px;
        z-index: 9999;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background-color: white;
    }

    .section {
        width: 50%;
        margin-top: 0px;
    }

    /** MENU **/

    .header-desktop {
        z-index: 999;
        transition: 200ms;
        background-color: white;
    }

    .accueil {
        background-image: url(../assets/images/logo.svg);
        background-repeat: no-repeat;
        background-size: contain;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        display: block;
        width: 35px;
        height: 35px;
        margin-top: 5px;
        margin-left: 100px;
    }

    .burger {
        display: none;
    }

    .flex {
        display: flex;
        justify-content: space-between;
    }

    .nav {
        display: block;
        margin-top: 15px;
        font-size: 15px;
        padding-right: 50px;
    }

    .nav__el {
        display: inline-block;
        margin: 0 30px 0 0;
        position: relative;
    }

    .nav__el:last-child {
        margin-right: 0;
    }

    .nav__el:after {
        content: "";
        position: absolute;
        height: 1px;
        width: 0%;
        background-color: black;
        left: 0;
        bottom: -2px;
        transition: 300ms;
    }

    .nav__el:hover:after {
        width: 100%;
    }

    .nav__el-underline:after{
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        background-color: black;
        left: 0;
        bottom: -2px;
        transition: 300ms;
    }

    /** FOOTER **/

    footer {
        padding: 10px;
        padding-top: 0px;
        margin-top: 0px;
        float: left;
        font-size: 14px;
        margin-bottom: 0px;
        background-color: transparent;
    }

    .smartphone{
        display: none;
    }

    /** STORY TELLING **/

    /** DIALOGUE **/

    .dialogue{
        position: absolute;
        width: 50%;
        left: 50%;
        margin-left: -25%;
        display: block;
        background-color: white;
        display: flex;
        border-radius: 50px;
        padding: 10px;
        bottom: 50px;
        z-index: 10;
    }

    .visage{
        height: 70px;
    }
    
    .text--discu{
        padding-left: 15px;
    }

    /** IMAGES **/

    .background{
        z-index: -100;
        position: absolute;
        top: 0%;
        overflow: hidden;
        width: 100vw;
        height: 100vh;
    }

    .bg--dimension{
        height: 100%;
        width: auto;
    }

    h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 70px;
        font-weight: 500;
        margin-bottom: 0px;
        padding-top: 0px;
        text-transform: uppercase;
        text-align: center;
        margin: 0;
        background-color: white;
        width: 50%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        top: 45%;
        position: relative;
    }

    .intro{
        display: block;
        padding: 0;
        margin: 0;
        padding-top: 0px;
        margin-top: 0px;
        position: relative;
    }

    .cloture{
        display: block;
        padding: 0;
        margin: 0;
        padding-top: 0px;
        margin-top: 0px;
    }

    .cloture p {
        margin-top: -5%;
        padding: 100px;
        padding-top: 0px;
    }

    .img--intro{
        background-image: url(../assets/images/img-accueil.svg);
        background-repeat: no-repeat;
        background-size: 100vw;
        background-position: top;
        height: 50vh;
    }

    .img--cloture{
        margin-top: 30%;
        display: block;
        width: 20%;
        margin-left: auto;
        margin-right: auto;
    }

    .section p{
        padding-top: 10%;
        text-align: center;
    }

    .button{
        display: block;
        margin-left: auto;
        margin-right: auto;
        border-radius: 100px;
        background-color: #FF376E;
        color: white;
        padding: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 50px;
        font-size: 18px;
        border-color: #FF376E;
        cursor: pointer;
    }

    .button:hover{
        background-color: white;
        color: #FF376E;
    }
    

}





