@import "connexion/connexion.css";

@import "navbar/navbar.css";
@import "footer/footer.css";

@import "home/home_index.css";
@import "home/carousel.css";

@import "association/organisation.css";
@import "association/presentation.css";
@import "association/mentionsLegales.css";


@import "documentation/documentation_form.css";
@import "documentation/documentation.css";
@import "documentation/show_documentation.css";

@import "activite/activites.css";
@import "activite/activite_form.css";
@import "activite/activite_index.css";

@import "adhesion/adhesion_form.css";

@import "album/album.css";
@import "album/show_album.css";
@import "album/image_form.css";
@import "album/pdf_form.css";

@import "espace/trombinoscope.css";

@import "user/profil.css";
@import "user/user_form.css";
@import "user/gestion_adhérent.css";
@import "user/pasword_forgotten.css";
@import "user/user_profil.css";
@import "partenaire/gestion_partenaire.css";

@import "referent/gestion referent.css";

@import "contact/contact.css";

@import "actualite/gestion_actualite.css";
@import "actualite/actualite_create-edit.css";
@import "pdf/pdf.css";

*{
    margin: 0;
    padding: 0;
}
body, html{
    margin: 0;
    padding: 0;
    min-height: 100%;
    overflow-x: hidden;
}
body{
   background-color: #fbfff0;
    background-image: url("../background/nature2.png");
}
img{
    width: 100%;
    height: 100%;
}
hr{
    width: 25%;
    background-color: black;
}
.textcenter figcaption {
    position: absolute;
    /* VERTICAL CENTER */
    top: 50%;
    left: 0;
    /* HORIZONTAL CENTER */
    width: 100%;
    text-align: center;
    /* COSMETICS */
    color: #fefefe;
    font-weight: 700;
    font-size: 45px;
    text-shadow: 0 1px 0 #000;
}
.etiquette_accueil{
    margin-left: 50px;
    margin-right: 50px;
    justify-content: center;
}

.center-hr{
    display: flex;
    justify-content: center;
}
.header_placement{
    margin-top: 100px;
}
.butonPersonnalise{
    background: seagreen;
    border-radius: 5px;
    color: white;
    padding: 7px 10px 7px 10px;
    text-decoration: none;
    text-align: center;
}
.butonPersonnalise:hover{
    color: white;
    background: #0b5ed7;
}
.block_lien{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    border-radius: 20px;
    border: solid black 1px;
    box-shadow: 4px 4px 8px black;
    background: white;
}
.box20{
    margin-top: 130px;
}
.textcenter img {
    max-width: 2000px;
    max-height: 400px;
    min-height: 0px;
    min-width: 0px;

}
.textcenter {
    position: relative;
}

.container-profil{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;

    margin-top: 100px;
}

.container-stats{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    height: 800px;
    margin-top: 100px;

}

.box1{
    width: 30%;
    border: 2px solid darkgreen;
}
.boutonModifierTexte {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1%;
    margin-top: 1%;
}
.formulaire {
    text-align: center;
    display: none;
}
.textcenter {
    position: relative;
}
.fig {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-0%, -50%);
    background-color: rgba(0,0,0,0.4)!important;
}

.titreEnTete{
    display: flex;
    justify-content: center;
}

.stats{
    margin-top: 100px;
	margin-left:auto;
	margin-right : auto;
    height: 1800px;
    width: 95%;

}

.testModifBD{
    font-size: x-large;
    text-align: center;
}

#matomoWindow{
    height: 1000px;
}



