/*** Je suis là */

h1{
  font-family: Sacramento, Arial, sans-serif;
  text-decoration: none;
  font-size: 38px;
  color: #b5b4b3;
  margin-top:20px;
  margin-bottom: 50px;
}

#collections{
    width: 100%;
    text-align: center;
    padding-top: 35px;
}

#collections a:hover{
    text-decoration: none;
}

#collections .bubulle {
    width: 0px;
    height: 0px;
    border: solid 1vh white;
    border-radius: 100%;
    padding: 3vh;
}
#collections .village {
    background: url('../img/village.jpg') center;
    background-size: 80vh;
    background-position: 65% 65%;
}
#collections .fleurs {
    background: url('../img/fleurs.jpg') center;
    background-size: 58vh;
    background-position: 52% 65%;
}

#carousel {
    color: #fff;
    font-family: Sacramento, Arial, sans-serif;
    text-decoration: none;
    font-size: 28px;
}

#carousel .slick-track {
    display: flex;
    align-items: center;
}

#carousel p {
    display: flex;
    justify-content: center;
}

#carousel a {
  display: block;
  margin: 1em;
}

#carousel img {

    width: auto;
    height: auto;
    max-width: 17vw;
}

#professions img{
    max-height: 13vh;
}

#spectacle img {
  max-width: 30vw;
}

#carousel .col-12 img{
    max-width: 35vw;
}
#carousel #panoptique img,
#carousel #meilleur-des-mondes img {
  max-width: 40vw;
}
#biff img{
    max-width: auto;
    max-height: 55vh;
}

#maison img{
    max-width: 30vw;
}
#contact {
    position: relative;

    width: 100%;
    text-align: center;
    padding: 10px;
    display: block;
}

#retour{
    position: absolute;
    top: 8vh;
    left: 5vw;
    font-weight: bold;
    font-size: 3em;
    color: #fff;
    font-family: Sacramento, Arial, sans-serif;
}

#retour:hover{
    text-decoration: none;
}
