/* 
 This CSS file is used to override the existing styles of the theme.
 You can change the article headings, fonts, colors, etc.
*/
body {
    height: 100%;
    /* backdrop-filter : blur(10px) grayscale(50%)  */
    max-width: 600px;


}

body::before {

    content: "";
    position: fixed;
    /* stays in place */
    inset: 0;
    background: url("/img/fonds/fond3.jpg") center / cover no-repeat fixed;
    filter: blur(0px) grayscale(70%) brightness(60%);
    z-index: -1;

    /* transform: scale(); */
}

html {
    display: flex;
    /* justify-content: center; */
    /* center horizontally */
    align-items: center;
    flex-direction: column;
    height: auto;
    /* background-color: rgba(0, 0, 0, 0.5); */
    color: rgb(255, 255, 255);

    /* background-image: url('/img/fonds/fond1.jpg'); */

    /* background-position: center; */
    /* background-blend-mode: multiply; */
    /* background-size: contain; */
    /* background-attachment: fixed; */
    /* backdrop-filter : blur(10px) grayscale(50%)  */
    /* background-position:  */
    /* background-repeat: repeat; */
    /* background-blend-mode: lighten;  */


}

h1 {
    /* font-size: 10px; */
    font-family: "Vollkorn SC";
    /* font-family : "Aboreto"; */
    font-size: 2rem;
    font-weight: 300;
    /* text-align: center; */
    /* backdrop-filter: blur(30px);  */
    padding: 0.7rem 0.5rem;
    margin-top: 1rem;
}

h2 {
    /* font-size: 10px; */
    font-family: "Vollkorn SC";
    font-size: 1.5rem;
    font-weight: 400;
    /* text-align: center; */
    /* backdrop-filter: blur(30px);  */
    padding: 0.2rem;
    margin-top: 2rem;
}

#phrase-presentation {
    padding-top: 1rem;
    font-family: "Vollkorn SC";
    text-align: center;
    /* font-style: italic; */
    padding-left: 40px;
    padding-right: 40px;
    font-size: 1rem;


}

#cont-logo {
    display: flex;
    justify-content: center;
}

#para1 {
    text-align: justify;
}

#para2 {
    text-align: justify;
}

#para3 {
    text-align: justify;
}

hr {
    margin-top: 2rem;
}

#para4 {
    /* text-align: center; */
    text-align: justify;
}

#methodes {
    margin-left: 1.5rem;
}

#img-logo {
    width: 10rem;
    height: auto;
}

.soustxt {
    font-style: italic;
    text-align: start;
    /* font-size : 0.8rem; */
}

#accueil-elt p {
    /* text-align: justify; */
    /* text-align: justify; */
    /* backdrop-filter: saturate(30%); */
    /* backdrop-filter: blur(5px); */
    padding: 3px;

}

#accueil-elt {
    /* max-height: 80vh; */
    /* max-width:  */

    font-family: "Rubik";
    font-weight: 350;
    font-optical-sizing: auto;
    /* font-weight:  */
    font-style: normal;
    /* font-size: 0.9rem; */
    margin-bottom : 3.5rem;
}

#para5 {

    font-family: "Cardo";
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
}

#nous-rejoindre {
    font-family: "Teko";
    font-size: 3rem;
    font-weight: 400;
}

#liens {
    gap: 1rem;
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;

    img {
        width: 30px;
    }
}

#footer {
    font-weight: 500;
    font-size: 1.3rem;
    /* padding: 0.5rem; */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /* background: #8a00004f; */
    color: white;
    text-align: center;
    background-color : black;
     /* Reserve space for iOS safe area */
    padding-bottom: env(safe-area-inset-bottom);

}