body {
    margin: 0;
    padding: 0;
    /* height: 100%; */
    color: rgb(227, 229, 245);
    background-color: #2C2C2C;
    background-image: url("../img/nuit.jpg");
    background-size: 100%;
    /* background-repeat: no-repeat; */
    /*opacity:0.75;*/
    /* font: 100% cursive, Arial, Helvetica, sans-serif; */
    font-family: 'Indie Flower', cursive, Arial, Helvetica, sans-serif;
}
#bt1 {
    position: fixed;
    left: 200px;
    top: 14.9%;
}
#bt1 > button {
    color: hsla(239, 43%, 55%);
    background-color: transparent;
    cursor: pointer;
    border: none;
    font-size: 1.5em;
}
#bt1 > button:focus {
    outline-style:none;
}

#menu {
    position: fixed;
    left: 0;
    top: 21%;
    /* width: 15em; */
    /* width: 200px; */
    width: auto;
    margin: -2.5em 0 0 0;
    z-index: 5;
    background: hsla(241, 61%, 51%, 0.2);
    font-size: medium;
    /* text-align: left; */
    border: solid hsla(239, 43%, 55%, 0.884);
    /* border-right: none; */
    border-left: none;
    padding: 0.7em 1.6em 0.7em 2.3em;
    box-shadow: 0 1px 5px black;
    /* border-radius: 3em 0.5em 0.5em 3em; */
    border-radius: 0.5em 3em 3em 0.5em;
    opacity: 0.7;
}
#menu > a {
    color: rgb(250, 232, 250);
    text-decoration: none;
    font-size: 1.3em;
}

/* fait disparaitre la menu si la page est réduite */
@media screen and (max-width: 1150px) {
    .bloc-menu {
        display: none;
    }
}

.titre-1 {
    margin-top: 5%;
    text-align: center;
    font-size: 5em;
}
.titre-2 {
    font-size: 1.5em;
}
.accueil {
    margin-top: 10%;
    margin-left: 5%;
    margin-bottom: 15%;
    display: flex;
    flex-wrap: wrap; /* retour à la ligne */
    align-items: center; /* centre l'alignement */
    font-size: 1.5em;
    /* margin-bottom: 10%; */
}
.text-accueil {
    text-align: justify;
    white-space: pre-wrap;
    width: 35%;
    margin-left: 18%;
} 
.image {
    margin-left: 6%;
}
.portrait, .octobre, .message_famille {
    text-align: justify;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5em;
    width: 60%;
    border-radius: 10px;
    /* box-shadow: rgb(49, 49, 49) 0.1em 0.1em 0.1em 0.2em; */
}
.hr1 {
    margin-top: 10%;
    margin-bottom: 12%;
    width: 70%;
}
.portrait {
    margin-top: 10%;
}
.octobre {
    margin-bottom: 10%;
}
.message_famille {
    margin-top: 15%;
    padding-left: 10%;
    margin-bottom: 10%;
}
.lettre {
    margin-bottom: 6%;
}
.lettre > a {
    text-align: center;
    text-decoration: underline;
    color: rgb(250, 232, 250);
    font-size: 1em;
}
/* image photo de famille */
.img1-lettre {
    margin-left: auto;
    margin-right: auto;
    /* haut | droit | bas | gauche */
    padding: 5% 30% 0 30%;
}

hr {
    margin-top: 10%;
    width: 70%;
}
@media only screen and (max-width: 620px) {
.titre {
    font-size: 2em;
    }
.accueil {
    margin-top: 40%;
    }
}
/* pied de page */
.foot {
    width: 100%;
    padding: 2% 5% 2% 5%; /* haut | droit | bas | gauche */
    background-color: rgb(32, 32, 32);
    border: solid rgba(252, 252, 252, 0.384);
    border-width: 1px 0px 0px 0px;
    font-size: 18px;
}
.foot > div > a {
    text-decoration: none;
    color: rgb(250, 232, 250);
}
.flex {
    display: flex;
    justify-content: space-between;
}

/* -=-=-=-=-=-=-=--=-=-=-=-=- page témoignages -=-=-=-=-=-=--==-=-- */
.bloc-t {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    display: flex;
    align-items: center;
    /* justify-content: center; */

}
.photo-t {
    padding: 5%;
}
.text-t {
    font-size: 1.3em;
}
.titre-3 {
    margin-top: 5%;
    text-align: center;
    font-size: 2.2em;
}
.temoignage-bloc {
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    /* width: 70%; */
    width: 600px;
    display: flex;
    align-items: center;
}
.temoignage-titre {
    font-size: 2.1em;
    padding-bottom: 100px;
    padding-left: 10%;
    width: 350px;
    /* margin-bottom: 5%; */
}
.temoignage-lien {
    padding-left: 10%;
    font-size: 1.2em;
}
.temoignage-lien > a {
    text-decoration: underline;
    color: rgb(250, 232, 250);
}


/* témoignage dans un cadre */
/*
.blog {
    height: 30em;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
    margin-top: 2%;
    font-size: 1.5em;
    /* overflow: auto;
    overflow: scroll;
    background-color: rgb(33, 28, 82, 0.2);
    /* padding-left: 2%;
    /* padding-right: 2%;
    padding: 2%;
    border: 1px solid rgb(207, 206, 206, 0.2);
    border-radius: 4px;
}
*/

/* témoignage liste dans la page */
.blog {
    margin-left: auto;
    margin-right: auto;
    width: 64%;
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 1.5em;
    /* overflow: scroll; */
}

/*
.pagination {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    height: 1.8em;
    display: flex;    
    align-items: center; /* centre l'alignement vertical 
    justify-content: space-around;
    /* align-content: space-between; 
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 1.6em;
    /* background-color: rgb(87, 40, 46); 
    background-color: rgba(252, 252, 252, 0.1);
    border-radius: 30px;
}
*/

.post {
    height: auto;
    margin-top: 3%;
    padding: 8px;
    background-color: rgba(245, 244, 248, 0.205);
    border-style: solid;
    border-radius: 10% ;
}
.pseudo {
    padding-left: 2%;
    color: bisque;
}
.date {
    color: darkgray;
}
.ancre-haut {
    font-size: 1.4em;
    text-align: right;
    margin-right: 20%;
    margin-bottom: 3%;
}
.suivant > a, .precedent > a, .text-t > a, .ancre-haut > a {
    text-decoration: underline;
    color: rgb(250, 232, 250);
}

/*
footer {
    top: 85%;
}
*/

/* -=-=-=-=-=-=-=--=-=-=-=-=- page formulaire post témoignages -=-=-=-=-=-=--==-=-- */

.form-bog {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    padding: 1em;
    width: 55%;
    font-size: 1.6em;
    /* border-style: solid; */
    /* border-color: hsl(34, 78%, 91%); */
    border: 1px solid rgba(250, 234, 214, 0.952); 
    border-radius: 10% ;
}
.pseudo-form {
    /* display: block; */
    /* margin: 0 5% 0 5%; */
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px;
    border-radius: 6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    box-shadow: inset 0px 1px 1px rgba(83, 82, 82, 0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(83, 82, 82, 0.33);
    -webkit-box-shadow: inset 0px 1px 1px rgba(83, 82, 82, 0.33);
    background-color: rgb(252, 244, 209);
    /* font: 100% 'Comic Sans MS', Arial, Helvetica, sans-serif; */
    font-size: 0.6em;
    color: #2C2C2C;
}
.textaera {
    background-color: rgb(252, 244, 209);
    width: 100%;
    height: 20em;
    font-size: 0.6em;
}
.input-cache {
    width: 0px;
    height: 0px;
    margin-left: 20%;
    background-color: rgba(27, 26, 27, 0);
    /* background-color: #2C2C2C; */
    border: none;
}
.input-cache:focus {
    border: none;
    color: rgba(27, 26, 27, 0);
}

.bouton-enr {
    margin-left: 40%;
    padding: 6px 20px 6px 20px; /* haut | droit | bas | gauche */
    display: inline-block;
    color: #ffffff;
    /* font: 100% 'Comic Sans MS', Arial, Helvetica, sans-serif; */
    font: 80% 'Indie Flower', cursive, Arial, Helvetica, sans-serif;
    cursor: pointer;
    background: #0d53aa;
    background: linear-gradient(top, #4095ff 0%, #277ce6 100%);
    background: -moz-linear-gradient(top, #4095ff 0%, #277ce6 100%);
    background: -webkit-linear-gradient(top, #4095ff 0%, #277ce6 100%);
    background: -o-linear-gradient(top, #4095ff 0%, #277ce6 100%);
    border: 1px solid #338bf6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow:0px 0px 2px 1px rgba(0, 0, 0, 0.25), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.25);
    -moz-box-shadow:0px 0px 2px 1px rgba(0, 0, 0, 0.25), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow:0px 0px 2px 1px rgba(0, 0, 0, 0.25), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.25);
    -o-box-shadow:0px 0px 2px 1px rgba(0, 0, 0, 0.25), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.25);
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.50);
}

.bouton-enr:hover {
    background: linear-gradient(top, #5aafff 0%, #4095ff 100%);
    background: -moz-linear-gradient(top, #5aafff 0%, #4095ff 100%);
    background: -webkit-linear-gradient(top, #5aafff 0%, #4095ff 100%);
    background: -o-linear-gradient(top, #5aafff 0%, #4095ff 100%);
}
.bt-form-blog {
    margin-top: -5%;
    display: flex;
    width: 50%;
}
.bt-form-blog > a {
    text-decoration: none;
}

/* -=-=-=-=-=-=-=--=-=-=-=-=- message aprés post du formulaire -=-=-=-=-=-=--==-=-- */
.message-post {
    /* width: 100%; */
    /* width: 40%; */
    margin-top: 10%;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 1.2em;
    
}
.message-bt1-post {
    margin-top: 5%;
} 
.message-bt-post {
    padding: 10px;
    background-color: #044886;
    color: #ffffff;
    font: 1.4em 'Indie Flower', cursive, Arial, Helvetica, sans-serif;
    border: 1px solid rgb(207, 206, 206);
    border-radius: 5px ;
    text-decoration: none;
}