/*!
 * DIABOLO DESIGN

/* GLOBAL
============================== */

html {
    width:100%;
    overflow-x: hidden;
}

a:hover, a:focus, a { text-decoration: none; color: inherit; outline: none;}

#navigation{
    background: #fff;
    border: none;
    padding: 0;
}
.logo-eurotoques{
    /* width: 350px; logo standard */
    width: 215px; /* Logo 20 ans */
    float: left;
    margin: 14px 0;
}
.navbar-brand{
    padding: 0;
}
.lang{
    position: absolute;
    top: 35px;
    right: 20px;
}
.lang li{
    list-style-type: none;
    display: inline;
    margin-right: 20px;
}
.drapeau{
    width: 30px;

    -ms-transform: scale(.85);
    -webkit-transform: scale(.85);
    transform: scale(.85);

    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
.drapeau:hover{
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
#main-menu li a{
    padding: 58px 18px;
    color: #676767;
    cursor: pointer;
}
#main-menu li a:hover{
    background: #f4f4f4;
}
#main-menu .active a{
    background: #f4f4f4;
    font-weight: bold;
}
#slider-eurotoques{
    width: 100%;
    margin-top: 98px;
}

.jumbotron{
    margin-top: 98px;
}
#slider-eurotoques .item{
    width: 100%;
}
#slider-eurotoques .item img{
    width: 100%;
}
#slider-eurotoques .owl-controls{
    margin-top: -50px;
}
#slider-eurotoques .owl-pagination{
    position: relative;
}

#slider-eurotoques .owl-page span{
    background: #fff;
    width: 16px;
    height: 16px;
}

#slider-eurotoques .owl-prev{
    position: absolute;
    top: 50%;
    left: 0;
    background: url(../img/left-arrow.png) no-repeat bottom center;
    color: transparent;
    background-position: center;
    background-size: contain;
    width: 85px;
    height: 85px;
    border-radius: 0;
    margin: 0;
}

#slider-eurotoques .owl-next{
    position: absolute;
    top: 50%;
    right: 0;
    background: url(../img/right-arrow.png) no-repeat bottom center;
    color: transparent;
    background-position: center;
    background-size: contain;
    width: 85px;
    height: 85px;
    border-radius: 0;
    margin: 0;
}
@media screen and (max-width:1800px) {
    #slider-eurotoques .owl-prev{
        width: 70px;
        height: 70px;
        top: 52%;
    }
    #slider-eurotoques .owl-next{
        width: 70px;
        height: 70px;
        top: 52%;
    }
    .drapeau{
        width: 25px;
    }
    .lang{
        top: 38px;
    }
    .lang li{
        margin-right: 10px;
    }
}

@media screen and (max-width:1400px) {
    #main-menu li a{
        padding: 40px 15px;
        color: #676767;
    }
    .lang{
        top: 90px;
        z-index: 10;
    }
}

@media screen and (max-width:991px) {
    .lang{
        top: 20px;
    }
    #slider-eurotoques{
        margin-top: 135px;
    }
    .jumbotron{
        margin-top: 135px;
    }
    #slider-eurotoques .owl-prev{
        width: 45px;
        height: 45px;
        top: 62%;
    }

    #slider-eurotoques .owl-next{
        width: 45px;
        height: 45px;
        top: 62%;
    }

    #main-menu.navbar-right{
        float: left !important;
    }

    .logo-eurotoques{
       width: 300px;
    }
    #main-menu li a{
        padding: 10px 20px 20px;
    }
}

@media screen and (max-width:767px) {
    .lang{
        right: 0;
        top: 75px;
    }
    .navbar-toggle{
        background: #333333;
        margin: 12px 0;
        padding: 9px 6px;
    }
    .navbar-header{
        padding: 5px 12px 32px;
    }
    .logo-eurotoques{
       width: 250px;
    }

    .navbar-collapse{
        padding: 0;
    }

    #main-menu{
        margin: 0;
        width: 100%;
    }
    #main-menu li a{
        padding: 10px 20px 10px 75px;
        text-align: left;
    }

    .navbar{
        position: relative;
        margin-bottom: 0;
    }
    #slider-eurotoques{
       margin-top: 0;
    }
    .jumbotron{
        margin-top: 0;
    }
    #slider-eurotoques .owl-prev{
        width: 50px;
        height: 50px;
        top: 42%;
    }

    #slider-eurotoques .owl-next{
        width: 50px;
        height: 50px;
        top: 42%;
    }

    #slider-eurotoques .owl-page span{
        width: 10px;
        height: 10px;
    }
    #slider-eurotoques .owl-controls{
        margin-top: -30px;
    }
}

@media screen and (max-width:480px) {
    #slider-eurotoques .owl-prev{
        width: 40px;
        height: 40px;
        top: 41%;
    }
    #slider-eurotoques .owl-next{
        width: 40px;
        height: 40px;
        top: 41%;
    }
}

.scroll-to-top-button{
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background: #0056A6;
    display: flex;
    justify-content: center;
    align-items: center;
}
