
@font-face {
    font-family: 'Calibri';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/l/font?kit=J7afnpV-BGlaFfdAhLEY6w&skey=a1029226f80653a8&v=v11) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.custom_form {
    padding: 30px;
}
.custom_form label {
    width: 17%;
}
.custom_form select {
    min-width: 180px;
}
.super_admin .hidden_super_admin{
    display: none;
}
.custom_form #example1_filter label {
    width: auto;
}
.delete_form{
    max-width: 50px;
    float: right;
    margin-top: -6px;
}
.custom_form .btn-primary {
    margin-top: 10px;
}
.image .nav-icon{
    color: #ffffff;
    padding-top: 7px;
}
.imprimer{
    font-family: 'Calibri';
}
.code_style{
    border: 3px solid #000000;
    padding: 10px;
    width: max-content;
    max-width: 270px;
    border-radius: 11px;
}
@media (max-width: 767px) {
    .custom_form label {
        width: 100%;
    }
    .custom_form select {
        width: 100%;
    }
    .custom_form input {
        width: 100%;
    }
}
.container_hovereffect{
    height: 250px;
}
.modal .container_hovereffect{
    height: 350px;
}
.hovereffect {
    width:100%;
    height:100%;
    float:left;
    overflow:hidden;
    position:relative;
    text-align:center;
    cursor:default;
}

.hovereffect .overlay {
    width:100%;
    height:100%;
    position:absolute;
    overflow:hidden;
    top:0;
    left:0;
    opacity:0;
    background-color:rgba(0,0,0,0.5);
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}

.hovereffect img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
    max-width: 100%;
    height: 250px;
    margin: auto;
}
.modal .hovereffect img {
    height: 350px;
}
.hovereffect h2 {
    text-transform:uppercase;
    color:#fff;
    text-align:center;
    position:relative;
    font-size:17px;
    background:rgba(0,0,0,0.6);
    -webkit-transform:translatey(-100px);
    -ms-transform:translatey(-100px);
    transform:translatey(-100px);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    padding:10px;
}

.hovereffect button.info, .hovereffect a.info {
    text-decoration:none;
    display:inline-block;
    text-transform:uppercase;
    color:#fff;
    border:1px solid #fff;
    background-color:transparent;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    margin:50px 0 0;
    padding:7px 14px;
}

.hovereffect button.info:hover,.hovereffect a.info:hover {
    box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
    -ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}

.hovereffect:hover .overlay {
    opacity:1;
    filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover button.info,.hovereffect:hover a.info {
    opacity:1;
    filter:alpha(opacity=100);
    -ms-transform:translatey(0);
    -webkit-transform:translatey(0);
    transform:translatey(0);
}

.hovereffect:hover button.info, .hovereffect:hover a.info {
    -webkit-transition-delay:.2s;
    transition-delay:.2s;
}