body
{
    background-color: rgb(210, 210, 210);
}

img.logo 
{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 30%;
}

h1
{
    text-align: center;
    border: thick double #58118f;
    margin-left: 25%;
    margin-right: 25%;
    color: rgb(236, 29, 129);
    font-size: 40px;
}

ul
{
    font-size: 20px;
}

h2
{
    font-size: 35px;
    margin-left: 100px;
    color: rgb(236, 29, 129);
}


.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;
}

.activite
{
    display: flex;
    justify-content: center;
    border: solid #58118f;
    border-radius: 20%;
    box-shadow: 10px 5px 5px rgb(144, 83, 201);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #e4d9aa;
    margin-left: 20px;
    margin-right: 20px;
}

.enonce 
{
    width: 68%;
    color: #412b52;
}

.activite>img
{
    object-fit: contain;
    width: 20%;
    height: auto;
}

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

p.cadre
{
    font-size: 17px;
}

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

.drole
{
    width: 30%;
    display: flex;
    justify-content: space-around;
    border: solid #58118f;
    border-radius: 10%;
    box-shadow: 10px 5px 5px rgb(144, 83, 201);
    padding-left: 15px;
    padding-right: 15px;
}

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


a.drole
{
    width: 30%;
    height: 152px;
    margin-top: 15px;
}

img.glace
{
    width: 30%;
    height: 100px;
    padding-top: 18px;
}

img.agents
{
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 30%;
    border: solid #58118f;
    border-radius: 10%;
    box-shadow: 10px 5px 5px rgb(144, 83, 201);
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgb(216, 216, 216);
}

.prénom
{
    display: flex;
    justify-content: space-around;
    font-size: 25px;
}

p.sam
{
    color: #358226;

}

p.alex
{
    color: #e39f00;
}

p.clover
{
    color: #981717;
}

.Spies
{
    margin-top: 45px;
    border: solid #58118f;
    border-radius: 10%;
    box-shadow: 10px 5px 5px rgb(144, 83, 201);
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgb(216, 216, 216);
}

ul
{
    list-style-type: circle;
}

ul.critères
{
    font-size: 17px;
}

a
{
    color: #4f4f4f;
}

a:hover
{
    color: rgb(185, 133, 186);
}

a:visited
{
    color: rgb(144, 83, 201) ;
}

h3.perso
{
    color: #58118f;
    text-align: center;
    text-decoration: underline;
}

.persos
{
    display: flex;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

p.mandy
{
    color: #58118f;
}

p.brithney
{
    color: rgb(0, 157, 255);
}

.gladiss
{
    margin-top: 45px;
    border: solid #58118f;
    border-radius: 10%;
    box-shadow: 10px 5px 5px rgb(144, 83, 201);
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgb(216, 216, 216);
}

.missionn
{
    font-size: 25px;
    text-align: center;
    color: #58118f;
    border: solid #58118f;
    border-radius: 20%;
    box-shadow: 10px 5px 5px rgb(144, 83, 201);
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #e4d9aa;
    margin-left: 20%;
    margin-right: 20%;
}

a.commencer
{
    font-size: 35px;
    color: #58118f;
    border: solid #58118f;
    border-radius: 20%;
    box-shadow: 10px 5px 5px rgb(144, 83, 201);
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #e4d9aa;
    margin-left: 60%;

}
