﻿@media (max-height: 700px) {
    .info-autres-evenements, .info-autres-animations {
        height: calc(100% / 2) !important;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */
.sidebar-btn[disabled] {
    cursor: not-allowed;
    background: rgba(149, 149, 149, .3);
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(149, 149, 149, 1);
    position: absolute;
    left: 10px;
    bottom: 10px;
    min-width: 50px;
    font-size: 12px;
}
.sidebar-btn {
    min-width: 50px;
    font-size: 12px;
}
.vignette-autre-evenement {
    height: calc(100% / 2);
    background-position: center;
    background-color: white;
    background-size: cover;
    box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.3) inset;
}

.side-ctn {
    position: fixed;
    top: 20%;
    height: 70%;
    width: 35px;
    /*   background:#fff; */
    z-index: 10;
    right: 0;
}

.to-top {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 10;
    cursor: pointer;
    pointer-events: none;
}

    .to-top .fa, .to-bottom .fa {
        background: #83b81a;
        padding: 10px;
        border-radius: 50%;
        pointer-events: auto;
    }

    .to-top:hover {
        animation: bounceTop 0.25s ease infinite alternate;
    }

.to-bottom:hover {
    animation: bounceBottom 0.25s ease infinite alternate;
}

@keyframes bounceTop {
    from {
        top: 5px;
    }

    to {
        top: 15px;
    }
}

@keyframes bounceBottom {
    from {
        bottom: 5px;
    }

    to {
        bottom: 15px;
    }
}

.to-bottom {
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 10;
    cursor: pointer;
    pointer-events: none;
}

.container-autreEvenement::-webkit-scrollbar {
    display: none;
}

.container-autreEvenement {
    -ms-overflow-style: none;
}

.goo-ctn {
    filter: url(#goo);
    height: 100%;
    width: 100%;
}

.roller {
    position: absolute;
    right: -38px;
    width: 37px;
    height: 100%;
    /*background: #0f2b36;*/
    background: #83b81a;
    z-index: 10;
}

.menu-ctn {
    /*height:calc(100% - 46px);
    width:calc(100% - 35px);
    padding:23px 0 0 35px;*/
    height: 100%;
    width: 0;
    padding: 0;
}

.openmenu-ctn {
    height: 100%;
    width: 100%;
    padding: 0;
}

.vert-center {
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translateY(-50%);
    width: 100%;
}

.openvert-center {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    width: 100%;
}

.fermeture-sidebar {
    display: block;
    visibility: hidden;
    position: relative;
    right: -20%;
    transform: translateX(50%);
    width: 60px;
    height: 60px;
    /*background: #0f2b36;*/
    background: #83b81a;
    border-radius: 50%;
    margin: 30px 0;
}

.ouverture-sidebar {
    display: block;
    visibility: visible;
    position: relative;
    right: 72px;
    transform: translateX(50%);
    width: 60px;
    height: 60px;
    /*background: #0f2b36;*/
    background: #83b81a;
    border-radius: 50%;
    margin: 30px 0;
}

.roller span:before {
    content: '<';
    font-family: 'Consolas', sans-serif;
    font-weight: bold;
    color: #fff;
}

.fermeture-sidebar span, .ouverture-sidebar span {
    font-size: 30px;
}

.fermeture-sidebar.more span:before {
    display: inline-block;
    content: 'III';
    font-family: 'Arial', sans-serif;
    transform: rotate(90deg);
}

.fermeture-sidebar.close-btn span:before {
    content: '\f00d';
    font-family: FontAwesome;
    color: #fff;
}

.ouverture-sidebar.open-btn span:before {
    content: '\f0c9';
    font-family: FontAwesome;
    color: #fff;
}

.ctn, .side-ctn span {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    text-align: center;
}

.openmenu-ctn span {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    text-align: center;
}

.ouverture-sidebar, .fermeture-sidebar {
    cursor: pointer;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .sidebar-btn[disabled] {
        cursor: not-allowed;
        background: rgba(149, 149, 149, .3);
        color: rgba(255, 255, 255, 1);
        border: 1px solid rgba(149, 149, 149, 1);
        position: absolute;
        left: 10px;
        bottom: 10px;
        min-width: 50px;
        font-size: 14px;
    }
    .sidebar-btn {
        min-width: 50px;
        font-size: 14px;
    }
    .vignette-autre-evenement {
        height: calc(100% / 3);
        background-position: center;
        background-color: white;
        background-size: cover;
        box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.3) inset;
    }
    .fermeture-sidebar {
        display: block;
        visibility: hidden;
        position: relative;
        right: -20%;
        transform: translateX(50%);
        width: 100px;
        height: 100px;
        /*background: #0f2b36;*/
        background: #83b81a;
        border-radius: 50%;
        margin: 30px 0;
    }

    .openvert-center {
        position: absolute;
        top: 50%;
        right: 25px;
        transform: translateY(-50%);
        width: 100%;
    }

    .fermeture-sidebar span, .ouverture-sidebar span {
        font-size: 40px;
    }

    .ouverture-sidebar {
        display: block;
        visibility: visible;
        position: relative;
        right: 72px;
        transform: translateX(50%);
        width: 100px;
        height: 100px;
        /*background: #0f2b36;*/
        background: #83b81a;
        border-radius: 50%;
        margin: 30px 0;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}