/*--------------------------------   Body   ---------------------------------*/

html
{
    width: 100%;
}

body
{
    background-color: rgb(245, 242, 235);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-self: center;
    margin: 0;
    padding: 0;
    width: 100%;
}

span
{
    text-decoration: line-through;
}

strong
{
    font-weight: bold;
}

/*--------------------------------   Header   ---------------------------------*/

header
{ 
    margin: auto;
    width: 100%;
    background-image: url(../../Images_Communes/header-seance.jpg);
    background-repeat: no-repeat;
    background-size:cover;
}

.accueil-presentation
{
    display: block;
    margin: auto;
    text-align: center;
    padding-top: 4%;
    padding-bottom: 4%;
}

.accueil-presentation h1
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 4vh;
    text-shadow: rgb(60,60,60) 0.5rem 0.5rem 1rem;
    color:whitesmoke;
    margin-bottom: 0;
    padding-bottom: 0;
    
}

.accueil-presentation h2
{
    margin-top: 0;
    padding-top: 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 2vh;
    text-shadow: rgb(60,60,60) 0.5rem 0.5rem 1rem;
    color:whitesmoke;
    text-transform: uppercase;
    
}

/*--------------------------------   Main   ---------------------------------*/

main
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 90%;
    margin: auto;
}

main h1
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 2.5vh;
    color:rgb(60,60,60);
    text-align: center;
    margin-top: 6%;
}

main section
{
    padding-bottom: 8%;
    padding-top: 8%;
    margin-bottom: 12%;
}

/*--------------------------------   Individuelle   ---------------------------------*/

.individuelle
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: whitesmoke;
    border-radius: 5rem;
    margin-bottom: 14%;
}

.individuelle h3
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 2vh;
    color:rgb(60,60,60);
    text-align: center;
}

.individuelle section
{
    width: 80%;
    margin: 0;
    padding: 0;
}

.individuelle > section > p
{
    margin-top: 2%;
    margin-bottom: 2%;
}

.individuelle p
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.5vh;
    color:rgb(60,60,60);
    text-align: justify;
    width: 80%;
}

.individuelle ol
{
    list-style: none;
    margin-bottom: 0;
    width: 75%;

}

.individuelle ol li
{
    list-style: none;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(60, 60, 60);
    text-align: justify;
    font-size: 1.5vh;
    margin-bottom: 3%;
    display: flex;
    align-items: center;
    padding-left: 5%;
}

.liste-premier::before
{
    background-image: url("../../Images_Communes/bouton-liste-bleu-1.png");
    background-size: 2vh 2vh;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    width: 2vh;
    height: 2vh;
    position: absolute;
    left: 11%;
}

.liste-deuxieme::before
{
    background-image: url("../../Images_Communes/bouton-liste-bleu-2.png");
    background-size: 2vh 2vh;
    content: "";
    display: inline-block;
    width: 2vh;
    height: 2vh;
    position: absolute;
    left: 11%;
}

.liste-troisieme::before
{
    background-image: url("../../Images_Communes/bouton-liste-bleu-3.png");
    background-size: 2vh 2vh;
    content: "";
    display: inline-block;
    width: 2vh;
    height: 2vh;
    position: absolute;
    left: 11%;
}

.liste-quatrieme::before
{
    background-image: url("../../Images_Communes/bouton-liste-bleu-4.png");
    background-size: 2vh 2vh;
    content: "";
    display: inline-block;
    width: 2vh;
    height: 2vh;
    position: absolute;
    left: 11%;
}

.individuelle div
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.individuelle div img
{
    display: block;
    margin: auto;
    width: 100%;
    border-radius: 3rem;
}

/*--------------------------------   Collective   ---------------------------------*/

.collective
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: whitesmoke;
    border-radius: 5rem;
    margin-bottom: 14%;
}

.collective h3
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 2vh;
    color:rgb(60,60,60);
    text-align: center;
}

.collective div
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.collective div img
{
    display: block;
    margin: auto;
    width: 100%;
    border-radius: 3rem;
}

.collective p
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.5vh;
    color:rgb(60,60,60);
    text-align: justify;
    width: 80%;
    margin-bottom: 0;
}

.collective h4
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.5vh;
    color:rgb(100,100,100);
    text-align: justify;
    width: 80%;
}

.collective ul
{
    list-style: none;
    width: 75%;
    margin-bottom: 0;
    margin-top: 0;
}

.collective ul li
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(60, 60, 60);
    text-align: justify;
    font-size: 1.5vh;
    margin-bottom: 3%;
    display: flex;
    align-items: center;
    padding-left: 5%;
}

.collective ul li::before
{
    background-image: url("../../Images_Communes/bouton-liste-bleu.png");
    background-size: 2vh 2vh;
    content: "";
    display: inline-block;
    width: 2vh;
    height: 2vh;
    position: absolute;
    left: 11%;
}

/*--------------------------------   Association   ---------------------------------*/

.association
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: whitesmoke;
    border-radius: 5rem;
    margin-bottom: 14%;
}

.association h3
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 2vh;
    color:rgb(60,60,60);
    text-align: center;
    width: 80%;
}

.association div
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.association div img
{
    display: block;
    margin: auto;
    width: 100%;
    border-radius: 3rem;
}

.association p
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.5vh;
    color:rgb(60,60,60);
    text-align: justify;
    width: 80%;
    margin-bottom: 0;
    margin-top: 1%;
}

.association ul
{
    list-style: none;
    width: 75%;
    margin-bottom: 2%;
    margin-top: 0;
}

.association ul li
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(60, 60, 60);
    text-align: justify;
    font-size: 1.5vh;
    margin-bottom: 2%;
    display: flex;
    align-items: center;
    padding-left: 5%;
}

.association ul li::before
{
    background-image: url("../../Images_Communes/bouton-liste-bleu.png");
    background-size: 2vh 2vh;
    content: "";
    display: inline-block;
    width: 2vh;
    height: 2vh;
    position: absolute;
    left: 11%;
}

/*--------------------------------   Information   ---------------------------------*/

.info
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: whitesmoke;
    border-radius: 5rem;
    margin-bottom: 14%;
}

.info p
{
    padding-top: 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.5vh;
    color:rgb(60,60,60);
    text-align: justify;
    width: 80%;
    margin-top: 2%;
    margin-bottom: 0;
}

.info p
{
    padding-top: 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.5vh;
    color:rgb(60,60,60);
    text-align: justify;
    width: 80%;
    margin-top: 2%;
    margin-bottom: 2%;
}

/*--------------------------------   Tarif   ---------------------------------*/

.tarif
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: whitesmoke;
    border-radius: 5rem;
    margin-bottom: 14%;
}

.tarif p
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.5vh;
    color:rgb(60,60,60);
    text-align: justify;
    width: 80%;
    margin-bottom: 0;
    margin-top: 2%;
}

.tarif h3
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 2vh;
    color:rgb(60,60,60);
    text-align: center;
}

.tarif table
{
    width: 85%;
    margin-bottom: 4%;
}


.tarif table tr td:not(.promotion)
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color:rgb(60,60,60);
    text-align: center;
    font-size: 1.5vh;
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: rgb(245, 242, 235);
}

.titre-tableau-principal
{
    background-color: #ffe1b6;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-top: 2%;
    padding-bottom: 2%;
    font-size:1.7vh;
    color:rgb(80,80,80);
    width: 100%;
}

.titre-tableau
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color:rgb(60,60,60);
    text-align: center;
    font-size: 1.5vh;
    font-weight:lighter;
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: rgb(245, 242, 235);
    width: 60%;
}

.promotion
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color:rgb(60,60,60);
    text-align: center;
    font-size: 1.5vh;
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: rgb(245, 242, 235);
}

.premiere-ligne
{
    border-radius: 3rem 3rem 0 0;
}

.last-td
{
    border-radius: 0 0 3rem 0;
}

.last-th
{
    border-radius: 0 0 0 3rem;
}