/* 
    Created on : 19 déc. 2018, 18:41:06
    Author     : Murelh
*/

body{
    font-family: 'Raleway', sans-serif;
    color: #4c5255;
}

a{
    text-decoration: none;
    color: inherit;
    transition: all 0.2s;
}

a:hover{
    text-decoration: none;
    color:#D11215;
}

body > header .logo{
    height:50px;
    max-height: 50px;
}

body > .sticky-top .nav-item{
    font-weight: bold !important;
    text-transform: uppercase;
    font-size:0.8rem;
    border-bottom:0.25rem solid transparent;
}

body > .sticky-top .nav-item.active,
body > .sticky-top .nav-item:hover{
    border-bottom:0.25rem solid #D11215;
    color:#D11215;
    transition: all 0.4s;
}

body > footer{
    font: normal 13px/20px "Raleway";
    color: #FFF;
    background-color: #34373c;
    
}

.bg-white{
    background-color: #fff !important;
}

.text-red{
    color:#D11215 !important;
}

.image-set{
    width:250px;
    display:inline-block;
    background-color: #F8F8F8;
    position:relative;
}

.image-set:nth-child(even){
    background-color: #F5F5F5;
}

.image-set img{
    object-fit: cover;
    object-position: center;
    width:250px;
    height:250px;
}

.upload-preview-item .card-img-top{
    height:200px;
    object-fit: cover;
    object-position: center;
}

.image-set .label-count{
    cursor:pointer;
    position:absolute;
    display:inline-block;
    width:100px;
    height:100px;
    top:20%;
    left:30%;
    
    padding:1rem;
    text-align:center;
    font-size: 200%;
    line-height:60px;
    
    background-color: rgba(250,250,250,0.8);
    border-radius:50%;
    z-index:1000;
    
    color:#D11215;
}

.legende_img_textarea{
    padding: .375rem .25rem;
    font-size: 0.8rem;
}