/* 
    Created on : 5 avr. 2020, 10:08:31
    Author     : Murelh
*/
html {
    scroll-behavior: smooth;
}
body{
    font-family: "Barlow", Helvetica, Arial, sans-serif;
    font-weight:  400;
}
a, a:hover{
    color: #a21818;
}

.circular-quote:before{
    content: '\201C';
    margin-right: 0.5rem;
}

.circular-quote:after{
    content: '\201D';
    margin-left: 0.5rem;
}

.carousel{
    position:relative;
    background-size: cover;
    background-repeat: no-repeat;
    height:700px;
}

.carousel .carousel-background{
    object-fit: cover;
    width: 100%;
    /*height: 800px;*/
}

.carousel-title{
    text-align: center;
    position:absolute;
    top:15%;
    right:5%;
}

#navbar{
    position : absolute;
    top:0;
    z-index:1000;
}

#mobile-menu{
    position: fixed;
    left:-200%;
    transition:all 1s;
    z-index:1020;
}

#mobile-menu.active{
    position: fixed;
    left:0%;

}

.bg-image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow:hidden;
}
.bg-fusion-black{
    background-image: url("noir-fusionne.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #000;
    color:#fff;
}

.fit-cover{
    height:100%;
    width:100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.visual-menu, .bottom-category{
    filter: grayscale(1);
    transition :all 0.25s;
}

.visual-menu:hover, .bottom-category:hover{
    filter: grayscale(0);
}

.visual-menu:before{
    position:absolute;
    top:0;
    left:0;
    content:" ";
    display:block;
    height:100%;
    width:100%;
    background-color:rgba(0,0,0,0.15);

    z-index:-1;

    transition: all 0.25s;
}

.visual-menu:hover:before{
    background-color:rgba(0,0,0,0);
}

.visual-menu h2{
    font-weight:400;
}

.btn-elegant{
    z-index:0;
    position:relative;
    background-color:transparent;
    display: inline-block;
    border:1px solid #fff;
    color:#fff;
    min-width: 200px;
    overflow:hidden;
    text-decoration: none; 

    transition:all 0.25s;
    transition-delay: 0s;

}

.btn-elegant:hover{
    color:#fff;
    text-decoration: none; 
    border:1px solid #000;
}

.btn-elegant:before,
.btn-elegant:after{
    content:"";
    z-index:-1;
    position:absolute;
    top:0%;
    display:block;
    background: #000;
    height:300%;
    width:100%;

    transition:all 0.2s;
}

.btn-elegant:before{
    left:-120%;
    transform: rotate(-45deg);
}

.btn-elegant:after{
    left:120%;
    top:-130%;
    transform: rotate(45deg);
}

.btn-elegant:hover:before{
    left:-42%;
}

.btn-elegant:hover:after{
    left:51%;
}

.btn-elegant-red{
    background-color: #ffffff;
    color:#000000;
    border:1px solid black;
    text-transform: uppercase;
    transition:all 0s;
}

.btn-elegant-red:hover, .btn-elegant-red:active{
    background-color: #a21818;
    color:#ffffff;
    border:1px solid #a21818;
}


.invert{
    filter: invert(1);
}

.carousel{
    overflow:hidden;
}

.carousel-img-container{
    transform:translateX(0%);
    transition:all 1s;
    display: flex;
}

.carousel-img{
    flex: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-overflow: ellipsis;
}

/*.slider-container{
    position: relative;
}

.slider{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row;

    overflow-x: auto;
    
      transition:all 0.5s;
}

.slider-nav-prev,
.slider-nav-next{
    content:"";
    position: absolute;
    top: 50%;
    min-width: 2.5rem;
    min-height:3rem;
    height:3rem;
    max-height:10%;
    background: #fff;
    display: inline-block;
    cursor: pointer;
}

.slider-nav-prev{
    left:0%;
}

.slider-nav-next{
    right:0%;
}*/



/* Frame */

.slider {
    height: 600px;
    line-height: 600px;
    overflow: hidden;
}

.slider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 50px;
}

.slider ul li {
    float: left;
    height: 100%;
    color: #ddd;
    text-align: center;
    cursor: pointer;
}

.slider ul li.active {
    color: #fff;
    background: #a03232;
}

/* Scrollbar */

.scrollbar {
    margin: 0 0 1em 0;
    height: 2px;
    background: #ccc;
    line-height: 0;
}

.scrollbar .handle {
    width: 100px;
    height: 100%;
    background: #292a33;
    cursor: pointer;
}

.scrollbar .handle .mousearea {
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 20px;
}


/* Pages */

.pages {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: center;
}

.pages li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 4px;
    text-indent: -999px;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}

.pages li:hover {
    background: #aaa;
}

.pages li.active {
    background: #666;
}


/* Controls */

.controls {
    margin: 25px 0;
    text-align: center;
}


/* One Item Per Frame example*/

.oneperframe {
    height: 300px;
    line-height: 300px;
}

.oneperframe ul li {
    width: 1140px;
}

.oneperframe ul li.active {
    background: #333;
}
.ajax-form{
    position:relative;
}

.ajax-form.processing:before{
    position:absolute;
    height:100%;
    width:100%;
    content:"traitement...";
    font-variant: small-caps;
    color:whitesmoke;
    text-align:center;
    line-height:9rem;
    font-size:2rem;
    background-color: rgba(55,55,55,0.95);
    overflow:hidden;
    transition: all 0.5s;
}

.reset-form[disabled]{
    opacity:0.2;
    cursor: not-allowed;
}

.ajax-form.erased:before{
    position:absolute;
    height:100%;
    width:100%;
    content:"Effacé";
    font-variant: small-caps;
    color:whitesmoke;
    text-align:center;
    line-height:9rem;
    font-size:2rem;
    background-color: rgba(155,55,55,0.95);
    overflow:hidden;
    transition: all 0.5s;
}
.text-ellipsis
{
    text-overflow: '…';
    overflow: hidden;
}

.pointer{
    cursor:pointer;
}

.product-picture-container{
    position:relative;
}

.product-picture-container .prev,
.product-picture-container .next{
    position:absolute;
    top:50%;
    margin-top:-1rem;
    z-index: 1000;
    color:#000;
    font-size:1.5rem;
}

.product-picture-container .prev{
    left:1rem;
}
.product-picture-container .next{
    right:1rem;
}

.product-picture-item
{
    width:100px;
    position: relative;
    vertical-align:middle;
}

.product-picture-item.active{
    border:1px solid black;
}

.text-uppercase{
    text-transform: uppercase;
}
.text-inherit,
.text-inherit:hover{
    color:inherit;
    text-decoration:inherit;
}

#uploader{
    position:fixed;
    bottom:-330px;
    height:350px;
    max-width:300px;
    right:0px;
    box-shadow:0px 0px 5px rgba(26,26,26,0.8);

    border-top-left-radius:3px;

    transition: all 2.5s;
    transition-delay: 5s;
}

#uploader:before{
    cusor: pointer;
    display: block;
    content:"^ Afficher / masquer uploader";
    height:30px;
    margin-bottom:15px;
    text-align:right;
}

#uploader.processing:before{
    content:"Téléchargement en cours";
    color:orange;
}

#uploader.error:before{
    content:"Des erreurs sont survenues";
    color:orangered;
}

#uploader:hover{
    bottom:0px;
    transition: all 0.5s;
}

.check-all.active .text-active,
.check-all .text-inactive
{
    display:inline;    
}

.check-all .text-active,
.check-all.active .text-inactive
{
    display:none;    
}

.pagination .pagination-item{
    color: #000 !important;
}
.pagination .pagination-item:not(:last-of-type):after{
    content:"/";
    display: inline-block;
    margin:5px;
}

.pagination .pagination-item.active
{
    font-weight:600;
    text-decoration: underline;
}

.sidebar-item a{
    display:block;
}

.sidebar-item.active {
    background: rgba(250,250,250,0.15);
}

.sidebar-item:hover:not(.active) {
    background: rgba(250,250,250,0.10);
}

.rectangle-adjust{
    overflow:hidden;
}

.dropdown-menu.bg-fusion-black{
    margin-top:-1px;
}

.dropdown-menu.bg-fusion-black .dropdown-item:hover{
    color:#fff !important;
    background-color:  rgba(155,55,55,0.95);
    transition:all 0.25s;
}

.slider .slider-left,
.slider .slider-right{
    position:absolute;
    display: inline-block;
    top:0%;
    height:100%;
    width:3rem;
    cursor:pointer;
    text-align: center;
    font-size:2rem;
    color:#000;
    transition:all 1.5s;
}

.slider .slider-left{
    left:0%;
}
.slider .slider-right{
    right:0%;
}

.slider .slider-left:hover,
.slider .slider-right:hover{
    color: rgba(155,55,55,0.95);
}

.swiper-pagination-bullet-active{
    background-color:#000;
}

#back-to-top{
    background-color: #000;
    color:#fff;
    width:40px;
    height:40px;
    line-height:40px;
}