body
{
    background-image: url("$value.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 0%;
    background-attachment: fixed;
    background-position: center;
}

.btn
{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position:  fixed;
    right: 20px;
    bottom: 20px;
}

.icone
{
    width: 50px;
    cursor: pointer;
}

.debut
{
    text-decoration: underline;
    text-align: center;
    font-size: xx-large;
}

.debut > h1
{
    color: rgb(37, 0, 78);
}

.debut > h2
{
    color: rgb(7, 0, 61);
    font-size: xx-large;
}

.debut > h4
{
    color: rgb(0, 20, 13);
}

.pink
{
    display: flex;
    justify-content: space-around;
    border: solid rgba(0, 0, 0, 0.8);
    border-radius: 20px;
    box-shadow: 10px 5px 5px rgba(165, 35, 245, 0.735);
    padding-left: 20px;
    padding-left: 20px;
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: rgba(164, 79, 249, 0.441);
    width: 1233Spx;
    text-align: center;
}

.rose
{
    width: 70%;
}
.pink > img
{
    object-fit:contain;
    width: 40%;
    height: auto;
    
}

.blue
{
    font-weight: bold;
    text-decoration: underline;
    font-size: 22px;
}

.bleu
{
    font-size: 22px;
    color: rgb(203, 255, 244);
}

.looc
{
    background-color: rgba(212, 93, 212, 0.484);
}

.looc > ul
{
    list-style-type: circle;
}

.description
{
    font-size: large;
}
.interieur
{ 
    display: flex;
    justify-content: space-between;
}

.interieur > img
{
    width: 25%;
    height: 210px;
}

.site
{
    display: flex;
    justify-content: space-around;
    border: solid rgba(0, 0, 0, 0.8);
    border-radius: 45px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: rgba(25, 99, 237, 0.441);
    width: 1000px;
    text-align: center;
}

.page
{
    width: 500px;
}
.site > img
{
    object-fit: contain;
    width: 40%;
    height: auto;
    
}

.Totally
{
    font-weight: bold;
    text-decoration: underline;
    font-size: 21px;
}

.spies
{
    font-size: 17px;
    color: rgb(239, 203, 255);
}

.cool
{
    background-color: rgba(93, 152, 212, 0.484);
}

.conteneur
{
    display: flex;
    justify-content: space-around;
}

.content
{
    width: 40%;
}

.content > img 
{
    height: 200px;
    width: auto;
    margin: auto;
    display: block;
}

.content > p
{
    text-align: center;
    color: darkblue;
}

.dedans
{
    display: flex;
    justify-content: space-around;
}

.dans
{
    width: 40%;
}

.dans > img 
{
    height: 200px;
    width: auto;
    margin: auto;
    display: block;
}

.dans > p
{
    text-align: center;
    color: darkblue;
}

.dev > p
{
    text-align: center;
    color: darkblue;
}

.tout
{
    display: flex;
    justify-content: space-around;
    border: solid rgba(0, 0, 0, 0.8);
    border-radius: 20px;
    box-shadow: 10px 5px 5px rgba(70, 245, 35, 0.379);
    padding-left: 20px;
    padding-left: 20px;
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: rgba(35, 245, 207, 0.416);
    width: 1233Spx;
    text-align: center;
}

.quizz
{
    width: 70%;
}

.regle
{
    font-weight: bold;
    text-decoration: underline;
    font-size: 22px;
}

.principe
{
    font-size: 22px;
    color: rgb(237, 246, 255);
}

a
{
    color: rgb(0, 20, 13);
}

a:hover
{
    background-color: rgba(0, 0, 0, 0.228);
    text-decoration: overline;
}

.jeu
{
    background-color: rgba(101, 95, 160, 0.689);
}
.result
{
    text-align: center;
}

.choix > button 
{
    background-color: rgba(6, 138, 168, 0.605);
    border: rgba(0, 0, 0, 0.758);
}

.super
{
    display: flex;
    justify-content: space-around;
    border: solid rgba(0, 0, 0, 0.8);
    border-radius: 20px;
    padding-left: 20px;
    padding-left: 20px;
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: rgba(137, 35, 245, 0.416);
    width: 1233Spx;
    text-align: center;
}

.genial
{
    width: 70%;
}

.formidable
{
    font-weight: bold;
    text-decoration: underline;
    font-size: 22px;
}

.bien
{
    font-size: 22px;
    color: rgb(255, 237, 250);
}

.bien > h1
{
    color: rgb(255, 165, 247);
}