::selection{
    background-color: #828c90;
    color: #fff;
}
body{
    text-align: center;
    background-image: url(img/fond-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Quattrocento Sans', sans-serif;
}
.global{
    position: relative;
}
#logoimg{
    padding-top: 60px;
    width: 445px;
}
h1, .info, .phrase{
    color: #3c3c3b;
}
p{
    font-size: 20px;
}
.phrase{
    padding-top: 20px;
}

table{
    display: flex;
    justify-content: center;
}
tbody{
    z-index: 5;
    background-color: #ffffff50;
    border: 0px solid black;
    border-radius: 10px;
}
td{
    padding: 20px 50px;
    text-align: start;
}
.specialite{
    color: #fff;
    text-align: end;
}

.icone{
    width: 20px;
    padding: 0 5px;
    transition: all 0.5s ease;
}
.icone:hover{
    transform: scale(1.25);
}

.sep{
    padding: 12px;
}

.img-1{
    position: absolute;
    bottom: 0;
    left: 0;
}
.img-2{
    position: absolute;
    bottom: 0;
    right: 0;
}
.img-1 img, .img-2 img{
    margin: 20px;
    border: 0px solid black;
    border-radius: 10px;
    z-index: 0;
}
.lesimages{
    z-index: 0;
}
img{
    max-width:100%;
    height: auto;
}

@media screen and (max-width: 1500px){
    .sep{
        padding: 105px 0;
    }
}
@media screen and (max-width: 1024px){
    .sep{
        padding: 0px 0;
    }
    .img-1, .img-2{
        position: relative;
    }
}
@media screen and (max-width:420px){
    td{
        padding: 20px;
    }
}
