.container-page-banque-images{
    max-width: 1170px;
    margin:40px auto;
}

.fond-banque-images{
    background: #5b86b8;
}


#rechercheVisuel{
    display:flex;
    flex-wrap: wrap;
    margin:0 auto;
    max-width: 80%;
    align-items: center;
}

#rechercheVisuel label{
    width:100%;
}

#rechercheVisuel input[type="text"]{
    width: 70%;
    border:none;
    border-radius: 5px 0px 0px 5px;
}

.message-resultat-recherche{
    display:flex;
    align-items:center;
    text-transform: uppercase;
    height:50px;
    transition: all 0.3s ease-out;
    max-width: 70%;
    margin:10px auto;
    font-weight: bold;
    font-size:1.5rem;
    box-sizing: border-box;
    padding:15px;
    justify-content: center;

}

.success-recherche{
    border-radius: 5px;
    color: #5b86b8;
    max-height: 250px !important;
}

.error-recherche{
    border-radius: 5px;
    color: red;
}


.container-visuel-banque-images{
    display:flex;
    flex-wrap: wrap;
    min-height: 400px;
    align-content: flex-start;
    justify-content: center;
}

.container-infos-visuel{
    position: relative;
    margin:5px;
    cursor:pointer;
    transition:all 0.3s ease-out;
    max-height: 200px;
    display:flex;
    align-items: center;
    background-color: white;

}

.actions-visuel{
    position: absolute;
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
    background-color: #000000b3;
    bottom:0px;
    width: 100%;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s linear;
}

.show-actions-visuel{
    visibility: visible;
    opacity: 1;
}

.actions-visuel a.telecharger-visuel{
    color:white;
    font-size: 0.9rem;
    display: flex;
    align-items:center;
    padding:8px;
    width: 100%;
}

.actions-visuel a:hover{
    color:white;    
}

.actions-visuel a i{
    font-size: 1.2rem;
    padding-right:5px;
}

.visualiser-visuel{
    display: block;
    position: relative;
}


.blocker{
    z-index:9999;
}

.modal.visuel{
    max-width: 500px;
    height: auto;
}

.no-scroll{
    overflow-y:hidden;
}

.visuel-modal{
    width:100%;
}

input#keywords{
    padding:10px ;
    border-radius:0px ;
}

#findVisuel{
    padding:10px;
    border-radius:0px 5px 5px 0;
    width: 30%;
    border: none;
    background-color: #e26f38;
    color:white;
    transition: all 0.3s ease-out;
}

#findVisuel:hover{
    box-shadow: inset 0 0 1000px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width:1199px){
    .modal{
        width:100% !important;
        border-radius: 0;
    }

    #findVisuel, #rechercheVisuel #keywords{
        width: 100%;
    }

    
}

