/*--------------------------------   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%;
}

strong
{
    font-weight: bold;
}

/*--------------------------------   Header   ---------------------------------*/

header
{ 
    margin: auto;
    width: 100%;
    background-image: url(../../Images_Communes/header-mesaccompagnements.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;
    justify-content: center;
    align-items: center;
    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%;
}

.section-general
{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 3%;
}

.section-general > section
{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgb(245, 245, 245);
    border-radius: 5rem;
    margin-bottom: 14%;
    padding-top: 8%;
    padding-bottom: 6%;
}
.section-general > section > div
{
    width: 80%;
    display: flex;
    flex-direction: column;
}

.section-general > section > div > h2
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 2vh;
    color:rgb(60,60,60);
    text-align: center;
    margin-bottom: 8%;
}

.section-general > section > div > ul
{
    list-style: none;
}

.section-general > section > div > 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%;
}

.section-general > section > div > ul > li
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(60, 60, 60);
    text-align: justify;
    font-size: 1.5vh;
    margin-bottom: 4%;
    display: flex;
    align-items:flex-start;
    padding-left: 5%;
}

.carre
{
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.horizontal
{
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-general > section > aside > img
{
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 3rem;
}

.section-general > section > p:nth-child(2)
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(60, 60, 60);
    text-align: justify;
    font-size: 1.5vh;
     width: 80%;
     margin-top: 8%;
}

.section-general > section > p:nth-child(3),
.section-general > section > p:nth-child(4)
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(60, 60, 60);
    text-align: justify;
    font-size: 1.5vh;
     width: 80%;
     margin-top: 1%;
}

.section-general > section > div > p
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(60, 60, 60);
    text-align: justify;
    font-size: 1.5vh;
}

p > a
{
    text-decoration: none;
    color: rgb(60, 60, 60);
}

.section2 p, .section3 p, .section4 p 
{
    margin-bottom: 6%;
    margin-top: 0;
    padding: 0;
}