/* MAIN */

*,
*:before,
*:after {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Louise';
    src: url('../fonts/FT88-Gothique.woff2') format('woff2'),
        url('../fonts/FT88-Gothique.woff') format('woff');
    font-weight: normal;
    font-style: normal;


}

a {
    color: #e3e82a;
    text-decoration: none;
    list-style: none;
}


a {
    transition: color 0.3s ease-in-out;
}

a:hover {
    color: #f02bc2;
}


@media (min-width: 1024px) {

    .gauche,
    .content,
    .nav {
        width: 50%;
    }
}

@media (min-width: 768px)

/*TABLETTE*/
    {

    .gauche,
    .content,
    .nav {
        width: 100%;
    }
}

@media (max-width: 767px)

/*SMARTPHONE*/
    {

    .gauche,
    .content,
    .nav {
        width: 100%;

    }
}


/* !!!!!!!!!!GAUCHE!!!!!!!!! */


@media (min-width: 1024px)

/*ORDI*/
    {
    .gauche {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 50%;
        bottom: 0;
    }
}

@media (min-width: 768px) and (max-width : 1023px)

/*TABLETTE*/
    {
    .gauche {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        bottom: 0;
    }
}

@media (max-width: 767px)

/*SMARTPHONE*/
    {
    .gauche {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        bottom: 0;
    }
}

@media (min-width: 1024px)

/*ORDI*/
    {
    .menu__gauche {
        font-size: 4rem;
        font-size: 4vw;
        font-family: 'Pinyon Script', sans-serif;
        text-transform: uppercase;
        font-weight: 100;
        display: block;
        position: fixed;
        list-style: none;
        text-decoration: none;
        justify-items: center;
        text-align: center;
        align-items: center;
        padding: 17rem;
        padding: 17vw;
        right: 50%;

    }
}

@media (min-width: 768px) and (max-width : 1023px)

/*TABLETTE*/
    {
    .menu__gauche {
        display: none;

    }
}

@media (max-width: 767px)

/*SMARTPHONE*/
    {
    .menu__gauche {
        display: none;

    }
}


@media (min-width: 1024px)

/*ORDI*/
    {
    .gauche__heading {

        line-height: 2;

    }
}

@media (min-width: 1024px)

/*ORDI*/
    {
    .capitale {
        font-size: 2rem;
        font-size: 2vw;
        font-family: 'Cherry Swash', sans-serif;
        font-weight: 100;
        text-transform: capitalize;
        line-height: 0.1;
    }
}

@media (min-width: 768px) and (max-width : 1023px)

/*TABLETTE*/
    {
    .capitale {
        display: none;

    }
}




/* !!!!!!ARTICLE!!!!!!! */

.colortext {
    color: #f02bc2;
}

img {
    width: 10%;
}

@media (min-width: 1024px)

/*ORDI*/
    {
    .citation {
        margin: 1rem 0 0;
        font-size: 5vmin;
        line-height: 1.3;
        font-family: 'Pinyon Script', sans-serif;
           margin-left: 3rem;
        margin-top: 3rem;
    }
}

@media (min-width: 768px) and (max-width : 1023px)

/*TABLETTE*/
    {
    .citation {
        margin: 1rem 0 0;
        font-size: 5vmin;
        line-height: 1.3;
        font-family: 'Pinyon Script', sans-serif;
        margin-left: 3rem;
        margin-top: 3rem;
    }
}

@media (max-width: 767px)

/*SMARTPHONE*/
    {
    .citation {
        margin: 1rem 0 0;
        font-size: 30px;
        line-height: 1.3;
        font-family: 'Pinyon Script', sans-serif;
        margin-left: 3rem;
        margin-top: 3rem;
    }
}



@media (min-width: 1024px)

/*ORDI*/
    {
    .content {

        padding-left: 50%;
    }
}

@media (min-width: 768px) and (max-width : 1023px)

/*TABLETTE*/
    {
    .content {
        width: 100%;

    }
}

@media (max-width: 767px)

/*SMARTPHONE*/
    {
    .content {
        width: 100%;

    }
}

@media (min-width: 1024px)

/*ORDI*/
    {
    #soustitre {
        align-items: center;
        align-content: center;
        text-align: center;
        padding: 1vmin;
        padding: 1rem;
        font-size: 1rem;
        font-size: 1vw;
        font-family: 'arial', sans-serif;
        text-transform: uppercase;
        font-weight: 100;
        color: black;
    }

}

@media (min-width: 768px) and (max-width : 1023px)

/*TABLETTE*/
    {
    #soustitre {
        align-items: center;
        align-content: center;
        text-align: center;
        padding: 1vmin;
        padding: 1rem;
        font-size: 13px;
        font-family: 'arial', sans-serif;
        text-transform: uppercase;
        font-weight: 100;
        color: black;
    }

}

@media (max-width: 767px)
/*SMARTPHONE*/

    {
    #soustitre {
        align-items: center;
        align-content: center;
        text-align: center;
        padding: 1vmin;
        padding: 1rem;
        font-size: 13px;
        font-family: 'arial', sans-serif;
        text-transform: uppercase;
        font-weight: 100;
        color: black;
    }

}

@media (min-width: 1024px)

/*ORDI*/
    {
    header {
        padding: 1vmin;
        padding: 1rem;
    }
}

@media (min-width: 768px) and (max-width : 1023px)

/*TABLETTE*/
    {
    header {
        padding: 1vmin;
        padding: 1rem;
    }
}

@media (max-width: 767px)

/*SMARTPHONE*/
    {
    header {
        padding: 1vmin;
        padding: 1rem;
    }
}


@media (max-width: 767px)

/*SMARTPHONE*/
    {
    .article {
        padding: 2vmin;
        padding: 2rem;
    }

}

@media (min-width: 768px) and (max-width : 1023px)

/*TABLETTE*/
    {
    .article {
        padding: 2vmin;
        padding: 2rem;
    }
}



@media (min-width: 1024px)

/*ORDI*/
    {
    .article {
        padding: 2vmin;
        padding: 2rem;
    }
}



@media (max-width: 767px)

/*SMARTPHONE*/
    {
    .article__title {
        display: block;
        position: relative;
        font-family: 'Pinyon Script', sans-serif;
        text-transform: uppercase;
        font-size: 90px;
        font-weight: 100;
        align-content: center;
        align-items: center;
        text-align: center;
        color: black;
        line-height: 0.5;
    }
}

@media (min-width: 768px) and (max-width : 1023px)

/*TABLETTE*/
    {
    .article__title {
        display: block;
        position: relative;
        font-family: 'Pinyon Script', sans-serif;
        text-transform: uppercase;
        font-size: 90px;
        font-weight: 100;
        align-content: center;
        align-items: center;
        text-align: center;
        color: black;
        line-height: 0.5;
    }
}


@media (min-width: 1024px)

/*ORDI*/
    {
    .article__title {
        font-size: 5.2vmin;
        font-size: 5.2rem;
        line-height: 0.5;
        display: block;
        position: relative;
        font-family: 'Pinyon Script', sans-serif;
        text-transform: uppercase;
        color: black;
        font-weight: 100;
        align-items: center;
        text-align: center;

    }
}


@media (min-width: 1024px)

/*ORDI*/
    {
    .article__content {
        margin: 1rem 0 0;
        font-size: 4vmin;
        line-height: 1.3;
        font-family: 'Cherry Swash', sans-serif;
    }
}

@media (min-width: 768px) and (max-width : 1023px)

/*TABLETTE*/
    {
    .article__content {
        margin: 1rem 0 0;
        font-size: 4vmin;
        line-height: 1.3;
        font-family: 'Cherry Swash', sans-serif;
    }
}

@media (max-width: 767px)

/*SMARTPHONE*/
    {
    .article__content {
        margin: 1rem 0 0;
        font-size: 25px;
        line-height: 1.3;
        font-family: 'Cherry Swash', sans-serif;
    }
}


/* NAV */


@media (min-width: 1024px)

/*ORDI*/
    {
    .nav__trigger {

        display: none;
    }
}

@media (min-width: 768px) and (max-width : 1023px)

/*TABLETTE*/
    {
    .nav__trigger {
        display: block;
        position: absolute;
        top: 2rem;
        right: 2rem;
        padding: 8px 0;
        transition: 0.2s ease-in-out;
        z-index: 999;
    }
}

@media (max-width: 767px)

/*SMARTPHONE*/
    {
    .nav__trigger {
        display: block;
        position: absolute;
        top: 2rem;
        right: 2rem;
        padding: 8px 0;
        transition: 0.2s ease-in-out;
        z-index: 999;
    }
}

@media (max-width: 767px) {
    .nav__trigger {
        right: auto;
        left: 2rem;
        left: 6vmin;
    }
}

.nav__trigger .bars {
    position: relative;
}

.nav__trigger .bars,
.nav__trigger .bars:before,
.nav__trigger .bars:after {
    width: 28px;
    height: 4px;
    background-color:  #e3e82a;
    transition: 0.2s ease-in-out;
    border-radius: 4px;
}



.nav__trigger .bars:before,
.nav__trigger .bars:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
}

.nav__trigger .bars:before {
    transform: translateY(-8px);
}

.nav__trigger .bars:after {
    transform: translateY(8px);
}

.nav__trigger.is-active {
    transform: rotate(-45deg);
}

.nav__trigger.is-active .bars:before,
.nav__trigger.is-active .bars:after {
    transform: translateX(0) rotate(-90deg);
}

.nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 20;
    transform: translate3d(0, 100%, 0);
    transition: 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: transform;
}

@media (min-width: 1024px)

/*ORDI*/
    {
    .nav {

        display: none;
    }
}

.nav.is-active {
    transform: translate3d(0, 0, 0);
}

.nav__content {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 2rem;
    font-family: "Raleway", "Open Sans", sans-serif;
    transform: translateY(-50%);

    font-size: 6rem;
    font-size: 6vw;
    font-family: 'Pinyon Script', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    list-style: none;
    text-decoration: none;
    justify-items: center;
    text-align: center;
    align-items: center;
    line-height: 0;
}

.capitaler {
    font-size: 2rem;
    font-size: 2vw;
    font-family: 'Cherry Swash', sans-serif;
    font-weight: 100;
    text-transform: capitalize;
    line-height: 0.1;
}


@media (max-width: 767px) {
    .nav__content {
        padding: 6vmin;
    }
}

.nav__content a {
    color: #e3e82a;
}

.nav__content a:hover {
    color: #f02bc2;
}

.nav__content.is-active a {
    opacity: 1;
}

.nav__content.is-active .nav__list a,
.nav__content.is-active .nav__social a {
    transform: translateY(0);
    transition: 0.5s ease-in-out;
}

.nav__content.is-active .nav__list .nav__item:nth-of-type(1) a {
    transition-delay: 0s;
}

.nav__content.is-active .nav__list .nav__item:nth-of-type(2) a {
    transition-delay: 0.1s;
}

.nav__content.is-active .nav__list .nav__item:nth-of-type(3) a {
    transition-delay: 0.2s;
}

.nav__content.is-active .nav__list .nav__item:nth-of-type(4) a {
    transition-delay: 0.3s;
}

.nav__content.is-active .nav__list .nav__item:nth-of-type(5) a {
    transition-delay: 0.4s;
}

.nav__content.is-active .nav__list .nav__item:nth-of-type(6) a {
    transition-delay: 0.5s;
}

.nav__content.is-active .nav__list .nav__item:nth-of-type(7) a {
    transition-delay: 0.6s;
}

.nav__content.is-active .nav__list .nav__item:nth-of-type(8) a {
    transition-delay: 0.7s;
}

.nav__content.is-active .nav__list .nav__item:nth-of-type(9) a {
    transition-delay: 0.8s;
}

.nav__content.is-active .nav__social .nav__item:nth-of-type(1) a {
    transition-delay: 0.5s;
}

.nav__content.is-active .nav__social .nav__item:nth-of-type(2) a {
    transition-delay: 0.55s;
}

.nav__content.is-active .nav__social .nav__item:nth-of-type(3) a {
    transition-delay: 0.6s;
}

.nav__content.is-active .nav__social .nav__item:nth-of-type(4) a {
    transition-delay: 0.65s;
}

.nav__content.is-active .nav__social .nav__item:nth-of-type(5) a {
    transition-delay: 0.7s;
}

.nav__content.is-active .nav__social .nav__item:nth-of-type(6) a {
    transition-delay: 0.75s;
}

.nav__content.is-active .nav__social .nav__item:nth-of-type(7) a {
    transition-delay: 0.8s;
}

.nav__content.is-active .nav__social .nav__item:nth-of-type(8) a {
    transition-delay: 0.85s;
}

.nav__content.is-active .nav__social .nav__item:nth-of-type(9) a {
    transition-delay: 0.9s;
}

.nav__list,
.nav__social {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav__list a,
.nav__social a {
    display: inline-block;
    opacity: 0;
    transition: 0.25s ease-in-out 0s;
    will-change: transform, opacity;
}

.nav__list a {
    font-size: 2rem;
    line-height: 1.5;
    transform: translateY(15px);
}

@media (max-width: 767px) {
    .nav__list a {
        font-size: 6vmin;
    }
}

.nav__social {
    overflow: hidden;
    padding-top: 2rem;
    font-size: 2.5rem;
}

@media (max-width: 767px) {
    .nav__social {
        margin-top: 2rem;
    }
}

.nav__social li {
    float: left;
}

.nav__social li:not(:last-of-type) {
    margin-right: 1.5rem;
}

.nav__social a {
    transform: translateY(-10px);
}

@media (max-width: 767px) {
    .nav__social {
        font-size: 5vmin;
    }
}
