.blured {
    /* animation: section_blur 1s;
    -webkit-animation: section_blur 1s 1;
    -moz-animation: section_blur 1s 1; */
    filter: blur(20px);
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
}

/* @keyframes section_blur {
    0% {
        filter: blur(0px);
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
    }

    100% {
        filter: blur(20px);
        -webkit-filter: blur(20px);
        -moz-filter: blur(20px);
        -o-filter: blur(20px);
        -ms-filter: blur(20px);
    }
} */

.page__wrapper {
    // overflow: hidden;
    margin: auto;
    width: 85%;
}

.page__wrapper__showmenu {}

.page__wrapper__hidemenu {}

.themenu {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 99;
    top: 0;
    left: 0;
    overflow: hidden;
}

.themenu__show {
    display: block;
}

.themenu__hide {
    display: none;
}

.top-bar,
.bottom-bar {
    position: fixed;
    height: 97px;
    width: 100vw;
    background-color: white;
}

.bottom-bar {
    bottom: 0;
    left: 0;
}

.top-bar {
    top: 0;
    left: 0;
}

.top-bar .menu-croix {
    float: right;
    //   margin: 10px 0px 0px 10px;
}

.right-side-bar .menu-burger img,
.top-bar .menu-croix img {
    cursor: pointer;
}

.top-bar .menu-croix img {
    height: 57px !important;
    transform: translate(-20px, 20px);
}

.top-bar img {
    height: 97px !important;
    float: left;
}

.vertical {
    /* padding-top: 40px; */
    /* font-family: "Prometo Lite"; */
    writing-mode: vertical-rl;
    text-orientation: mixed;
    /* font-size: 40px; */
    /* color: #ff5100 !important; */
    /* text-transform: uppercase; */
}

.menudown-icon {
    color: #FF5000;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 97px;
    padding: 0 0 36px 36px;
}

.menudown-icon.svg {
    padding: 0px 20px 20px 20px
}

/* 
.menudown {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0px 25px 0 25px;
    margin-left: 97px;
    background-color: white;
    height: 97px;
}

.menudown a {
    color: #FF5000 !important;
}

.menudown__hidemenu {
    display: none;
} 
*/

/* .menu {
    padding: 20%;
} */

.menu-content {
    /* font-family: "Prometo"; */
    /* font-size: 25px; */
    /* color: white; */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* text-align: center; */
    /* width: 15%; */
    z-index: 9;
}

.silico-menu-bg {
    position: fixed;
    top: 97px;
    left: 0;
    bottom: 97px;
    right: 0;
    height: 100vh;
    width: 100vw;
}

/* .menu-bg {
    background: inherit;
    filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
    -moz-filter: blur(25px);
    -webkit-filter: blur(25px);
    position: fixed;
    top: 97px;
    left: 0;
    bottom: 97px;
    right: 0;
    height: 100vh;
    width: 100vw;
} */

/* .menu-bg:before {
    content: "";
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 97px;
    left: 0;
    right: 0;
    bottom: 97px;
    filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
    -moz-filter: blur(25px);
    -webkit-filter: blur(25px);
    margin: -20px;
} */

/* .menu-content .menu-item {
    color: white;
    text-decoration: none;
    padding-top: 7px;
    padding-bottom: 7px;
}

.menu-content .menu-item a,
.menu-content .menu-item a:visited {
    text-decoration: none;
    color: white;
}

.menu-content .menu-item:hover {
    text-decoration: none;
    background-color: white;
    color: black;
}

.menu-content .menu-item:hover a {
    text-decoration: none;
    color: black;
} */

.left-side-bar,
.right-side-bar {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 97px;
    background-color: white;
    z-index: 10;
}

.left-side-bar {
    left: 0;
}

.right-side-bar {
    right: 0;
}

.hidden {
    display: none;
}

.menu-content-right {
    position: fixed;
    top: 5%;
    right: 120px;
    text-align: right;
    font-size: 24px;
    z-index: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #FF5000;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #FF5000;
}