/* CSS Document */

#container {
width: 1100px;
margin: auto;
text-align: center;
}

header {

width: 750px;
margin: 20px auto;
margin-top: 50px;
}

.left {

margin-right: 90px;
}

.left img {
border-radius: 100%;
}

.left, .right {
float: left;

}

.right {

padding-top: 50px;


}

h1 {
margin: 0;
color: #ccc;
}

a img {
max-width: 290px;
height: auto;
margin: 12px;
}


.lb-number {
display: none;
}

section {
    display: flex;
    margin-bottom: 150px;
    justify-content: space-between;
}

a {
    position: relative;

    max-width: 290px;
    padding: 0;
    width: 290px;
    height: 290px;
    background-image: url(../images/a.jpg);
    background-size: cover;

}



.texte {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 290px;
    width: 100%;
    color: rgba(255, 255, 255, 0);
    display: flex;
    justify-content: center;
    align-items: center;
}

a:hover .texte {
    background-color: rgba(0, 0, 0, .6);
    color: rgba(255, 255, 255, 1);
}



a img {
    margin: 0;
}

