/* __Navbar Style__ */
.main__content {
    z-index: 2;
    position: relative;
    height: 100%;
    padding: 1.875em 0.75em;
    -webkit-transition: transform .7s ease-in-out;
    -moz-transition: transform .7s ease-in-out;
    -ms-transition: transform .7s ease-in-out;
    -o-transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
}

.main__content .container {
    margin: auto;
    padding: 0;
}

.main__content a.name__brand {
    font-family: 'Fregan Serif', sans-serif;
    font-size: 1.3em;
    letter-spacing: 1.5px;
    color: var(--primary-color-dark);
}

.main__content a.name__brand .accueil {
    position: sticky;
}

.main__content .color__name {
    color: var(--primary-color-pink);
}

.sidebar {
    height: 100%;
    width: 104px;
    position: fixed;
    top: 0;
    z-index: 1;
    right: 0;
    border-left: 1px solid hsla(0, 11%, 85%, 0.3);
}


/* __Style Name Accueil__*/
.random__content {
    position: fixed;
    top: 2.5%;
    left: 2.5%;
    z-index: 2;
}

.random__content .random__name {
    font-family: 'Fregan Serif', sans-serif;
    font-size: 1.3em;
    letter-spacing: 1.5px;
    color: var(--primary-color-pink);
}

.random__content .random__name .color__dark {
    color: var(--primary-color-grey);
}


.bar {
    display: block;
    height: 1.5px;
    width: 25px;
    background-color: var(--primary-color-pink);
    margin: 5px auto;
}

.button {
    cursor: pointer;
    display: block;
    width: auto;
    margin: 0 auto;
    padding: 18px 2.5px;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.nav-right {
    position: fixed;
    right: 40px;
    top: 20px;
}

.nav-right.visible-xs {
    z-index: 3;
}

.middle {
    margin: 0 auto;
}

.bar {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.nav-right.visible-xs .active .bar {
    /*background-color: #FCF8F6;
    background-color: transparent;*/
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.button.active .top {
    -webkit-transform: translateY(15px) rotateZ(45deg);
    -moz-transform: translateY(15px) rotateZ(45deg);
    -ms-transform: translateY(15px) rotateZ(45deg);
    -o-transform: translateY(15px) rotateZ(45deg);
    transform: translateY(15px) rotateZ(45deg);
}

.button.active .bottom {
    -webkit-transform: translateY(2px) rotateZ(45deg);
    -moz-transform: translateY(2px) rotateZ(45deg);
    -ms-transform: translateY(2px) rotateZ(45deg);
    -o-transform: translateY(2px) rotateZ(45deg);
    transform: translateY(2px) rotateZ(-45deg);
}

.button.active .middle {
    width: 0;
}

.move-to-left {
    -webkit-transform: translateX(-104px);
    -moz-transform: translateX(-104px);
    -ms-transform: translateX(-104px);
    -o-transform: translateX(-104px);
    transform: translateX(-104px);
}

nav {
    padding: 10px;
}

.sidebar-list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    margin-top: 150px;
    text-align: center;
    vertical-align: middle;
}

.sidebar-item {
    margin: 50px 0;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    transform: rotate(-90deg);
}

.sidebar-item:first-child {
    -webkit-transition: all .7s .2s ease-in-out;
    -moz-transition: all .7s .2s ease-in-out;
    -ms-transition: all .7s .2s ease-in-out;
    -o-transition: all .7s .2s ease-in-out;
    transition: all .7s .2s ease-in-out;
}

.sidebar-item:nth-child(2) {
    -webkit-transition: all .7s .4s ease-in-out;
    -moz-transition: all .7s .4s ease-in-out;
    -ms-transition: all .7s .4s ease-in-out;
    -o-transition: all .7s .4s ease-in-out;
    transition: all .7s .4s ease-in-out;
}

.sidebar-item:nth-child(3) {
    -webkit-transition: all .7s .6s ease-in-out;
    -moz-transition: all .7s .6s ease-in-out;
    -ms-transition: all .7s .6s ease-in-out;
    -o-transition: all .7s .6s ease-in-out;
    transition: all .7s .6s ease-in-out;
}

.sidebar-item:last-child {
    -webkit-transition: all .7s .8s ease-in-out;
    -moz-transition: all .7s .8s ease-in-out;
    -ms-transition: all .7s .8s ease-in-out;
    -o-transition: all .7s .8s ease-in-out;
    transition: all .7s .6s ease-in-out;
}

.sidebar-item.active {
    opacity: 0.8;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.sidebar-anchor {
    color: var(--primary-color-dark);
    text-decoration: none;
    font-size: 0.8em;
    position: relative;
    padding-bottom: 7px;
}

.sidebar-anchor.plus {
    font-size: 1.2em;
    font-weight: 300;
}

.sidebar-anchor {
    width: 35%;
    color: 1px solid var(--primary-color-pink);
    -webkit-transition: all .7s ease-in-out;
}

.sidebar-anchor:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--primary-color-pink);
    opacity: 1;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.sidebar-anchor:hover:before {
    width: 100%;
}

/* __Media Queries Menu__ */
@media (max-width: 480px) {
    .nav-list {
        display: block;
    }
}