/*--------------------------------   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%;
}

/*--------------------------------   Header   ---------------------------------*/

header
{ 
    margin: auto;
    width: 100%;
    background-image: url(../../Images_Communes/header-sophrologie.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%;
}

.explication
{
    display: flex;
    width: 90%;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    margin-bottom: 1%;
    background-color: rgb(245, 245, 245);
    padding-top: 8%;
    padding-bottom: 2%;
    border-radius: 5rem;
}

.explication aside
{
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6%;
}

.explication aside img
{
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 3rem;
    padding-top: 0;
    margin-top: 0%;
}

.explication p
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color:rgb(60,60,60);
    font-size: 1.5vh;
    width: 80%;
    text-align: justify;
    margin-bottom: 6%;
    margin-top: 0;
    padding: 0;
}

.citation
{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;
    font-family: Georgia, 'Times New Roman', Times, serif;;
    padding-top: 5%;
    padding-bottom: 5%;
    width: 100%;
}

.citation div img
{
    width: 100%;
    display: block;
    margin: auto;
    padding: 0;
}

.citation div
{
    width: 50%;
    margin-top: 2%;
    margin-bottom: 2%;  
}

blockquote
{   
    width: 90%;
}

blockquote p::after,
blockquote p::before {
    content: "“";
   font-family: Georgia;
   color: rgb(60,60,60,0.5);
   font-size: 4vh;
   position: absolute;
   margin: -1.5% 0 0 -5%;
}

blockquote p::after {
    content: "”";
   font-family: Georgia;
   color: rgb(60,60,60,0.5);
   font-size: 4vh;
   margin: -1% -5% 0 0;
}

blockquote cite
{
    font-size: 1.3vh;
    color : rgb(60,60,60);
    font-weight: bold;
}

blockquote p
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.5vh;
    font-style: italic;
    width: 80% ; 
    margin: auto;
    padding-bottom: 1%;
    margin-bottom: 0;
}