/* Parallax */
.accueil {
    height: 100vh;
    width: 100%;
    background-image: url("../images/johannes-plenio-DKix6Un55mw-unsplash.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: relative;
}

.s1 {
    background: url("../images/kristopher-roller-zepnJQycr4U-unsplash.jpg") no-repeat 0 0 fixed;
    background-size: cover;
}
.s2 {
    background: url("../images/ryan-hutton-Jztmx9yqjBw-unsplash.jpg") no-repeat 0 0 fixed;
    background-size: cover;
}
.s3 {
    background: url("../images/vincentiu-solomon-ln5drpv_ImI-unsplash.jpg") no-repeat 0 0 fixed;
    background-size: cover;
}

.section{
    height: 50vh;
    width: 100%;
    position: relative;

}

.content-inside {
    margin: 0px;
    padding: 0px;
}


article {
    position: absolute;
    top: 9%;
    left: 18%;
    width: 60%;
    padding: 15px;
    border: solid 5px #9cecff;
    background-color: #f1f1f1cc;
    border-radius: 10px;
    box-shadow: 10px 15px 10px rgba(0,0,0,0.6);
}
.header {
    background-color: #f1f1f1cc;
    margin-bottom: 100px;
}
.accueil-inside {
    position: absolute;
    top: 30%;
    width: 100%;
    height: 100%;

}

#image1, #image3, #image2 {
    float: left;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 20px 20px 0;
    shape-outside: circle();
}

.btn {
    display: block;
    width: 20%;
    min-width: 25%;
    text-decoration: none;
    background-color: #a94caa;
    padding: 5px;
    margin: 0 auto;
    border-radius: 7px;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    transition:0.5s;
    color: #551A8B;
}

.btn:hover {
    transform: scale(1.1);
    box-shadow:5px 5px 10px rgba(0, 0, 0, 0.5);
}

#box-counter {
    text-align: center;
    padding: 10px;
    margin: auto;
    width: 180px;
    margin-bottom: 40px;
    border: 4px #9cecff solid;
    background-color: #f1f1f1;
    border-radius: 7px;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.6);
}

.vignette {
    position: relative;
    display: inline-block;
    width: 200px;
    height: auto;
    border: 2px black solid;
    padding: 3px;
}

#fin-vignette-astro, #fin-vignette-cristal, #fin-vignette-tarot {
    display: none;
}

.bouton-balancier {
    /*https://developer.mozilla.org/fr/docs/Web/CSS/cursor*/
    cursor: pointer;
    margin-top: 5px;
    font-weight: bold;
    display: inline-block;
}


