body
{
    background-color: rgb(189, 190, 200);
    font-family: Cambria,Georgia,serif; 
    width: 1300px;
    margin: auto;
    font-size: 20px;
}


h1
{
    width: 450px;
    margin: auto;
    text-align: center;
    font-weight: 3000;
    font-size: 30px;
    border: 0.25rem solid rgb(62, 62, 123);
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 5px;
    border-radius: 25px;
    background-color: rgb(162, 164, 192);
    color: rgb(62, 62, 123);
    
}

h2{
    margin-top: 100px;
}

p
{
    margin-top: 25px;
    margin-bottom: 25px;
}

.affiche
{
    display: flex;
    width: 60%;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}


.affiche:hover
{
    transform: scale(1.01);
}

.img_affiche
{
    width: 100%;
    border-radius: 25px;

}

.video
{
    color: rgb(62, 62, 123);
    font-weight: 600;
    text-decoration: none;
}

.video:visited
{
    font-weight: 700;
    
}

.video:hover
{
    color: rgb(24, 24, 66);

}

.site
{
    width: 30%;
    background-color: rgb(162, 164, 192);
    border-radius: 25px;
    text-align: center;
    margin: auto;
    padding: 10px;
    text-decoration: none;
    display: block;
    font-size: 23px;
    color: rgb(62, 62, 123);
    margin-top: 50px;
    margin-bottom: 50px;
}


.site:hover
{
    background-color: rgb(62, 62, 123);
    color: rgb(162, 164, 192);
}


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

.plan > li
{
    list-style: none;
    background-color: rgb(162, 164, 192);
    border-radius: 25px;
    margin: auto;
    padding: 10px;
    display: block;
    font-size: 23px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.plan > li > a
{
    text-decoration: none;
    color: rgb(62, 62, 123);
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.plan > li:hover
{
    background-color: rgb(62, 62, 123);
}

.plan > li:hover > a
{
    color: rgb(162, 164, 192);
}

ul
{
    list-style: square;
}

ul > li
{
    margin-top: 10px;
}

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