a { 
    text-decoration:none; 
    color: black;
}

p { 
    color: black;
}

table, input, button, header, select, textarea  { font-size: 2rem; }

.CORPS {    
    width: 100%;
    font-size:  3rem;
    background-color: white; 
    color: black;
    height: 100%;
}

.ENTETE {
    color: black;
    width: 100%;
    text-align: center;
    font-size: 6rem;
    background-color: white; 
    padding-top: 1em;
} 

.BIENS {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.slideshow-container{
    display: block;
}

.slide img{
    width: 100%;
}

.BIENS texte {
    display: flex;
}

#MENTIONS_LEGALES { 
    padding: 5px;
    float: left; 
}
#MENTIONS_LEGALES a {
    color: white;
}


/* For devices with a minimum width of 768px (Medium) */
@media screen and (min-width: 768px) {
  .slideshow-container {
        max-width: 650px;
    }
}

/* For devices with a minimum width of 992px (Large) */
@media screen and (min-width: 992px) {
  .slideshow-container {
        max-width: 500px;
    }
}




