
 /* pour les imprimantes*/

/* le texte */
.a-img {
  display: block;
/*  width: 100%;
  height: auto;*/
}

.overlay {
        position: fixed;
        top: 10%;
        bottom: 0;
        left: 10%;
        right: 0;
        height: 150px;
        width: 150px;
        opacity: 0;
        transition: .5s ease;
}
.container:hover .overlay {
        opacity: 1;
}

.text {
        color: white;
        font-size: 20px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);


}
.a-txt{
        color:white;
        background-color:var(--couleur1);
        padding:31% 10%;
        border: solid var(--couleur4);
##E94E1B;
}
img{
        width:100px;
        height:100px;
}

