.boite a .un {
    background-size: cover;
    height: 100%;
    background-position: center;
    background-color: black;
    flex-grow: 2;
    
}

.boite a .un:hover {
cursor: pointer;
pointer-events: visible;
}

@media only screen and (max-width: 700px) {
    .boite a .un {
        pointer-events: visible;
    }
}

.video {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    margin: 0;
}

.boite a .deux {
    background-image: url(./img/pd/ParagonDrink.png);
    height: 100%;
    background-position: top;
    pointer-events: visible;
    cursor: pointer;
}

.boite a .trois {
    background-image: url(./img/pd/marche_normale.gif);
    height: 100%;
    background-position: center;
    background-size: contain;
}

.boite a .quatre {
    background-image: url(./img/pd/marche_gonflee.gif);
    height: 100%;
    background-size: contain;
}

.boite a .cinq {
    background-image: url(./img/pd/eau.gif);
    height: 100%;
    background-position: center;
    background-size: contain;
}

.boite a .six {
    background-image: url(./img/pd/fond.png);
    height: 100%;
    background-size: cover;
    pointer-events: visible;
    cursor: zoom-in;
}

.boite a .sept {
    background-image: url(./img/pd/equipe.png);
    height: 100%;
    background-position: center;
    background-size: contain;
    background-color: #383866;
    pointer-events: visible;
    cursor: zoom-in;
}

.boite a .huit {
    background-image: url(./img/pd/affiche.png);
    height: 100%;
    background-position: center;
    background-size: contain;
    background-color: #383866;
    pointer-events: visible;
    cursor: zoom-in;
}