h1 {
    font-family: 'Kaushan Script', cursive;
    font-size: 5em;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.5rem;
    font-weight: bolder;
}

.banniere {
    background-image: url(Images/bgphotshop.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 0;
    background-position: center;
}

.banniere1 {
    background-image: url(Images/banniere1.png);
    background-repeat: no-repeat;
    padding: 75px 0;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;

}

.banniere2 {
    background-image: url(Images/Banniere2.png);
    background-repeat: no-repeat;
    padding: 75px 0;
    background-size: cover;
    background-attachment: fixed;
}

.logo {
    width: 30px;
}

.type {
    height: 130px;
    width: auto;
    background: rgba(2, 2, 2, 0.5);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    position: absolute;
    top: 0;
}

.price {
    position: relative;
    top: 65px;
    padding: 40px 0;
}

.card {
    box-shadow: 0px 10px 30px black;
}

.card:hover {
    transform: scale(1.1);
}




/* .paysages img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
.conteneur-photo {
    position: relative;
    height: max-content;
}

.hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

.conteneur-photo:hover .hover {
    display: flex;
}