
body
{
    margin: 0;
    padding: 0;
    background-image: url("forest2.jpg");
    background-attachment: fixed;
}

form
{
    margin-bottom:0px;
}

.fenetre1
{
    background-color: #C0C7C7;
    opacity: 0.9;
    height: 100%;
    width: 20%;
    position: fixed;
    top: 0px;
}

.fenetre2
{
    position: relative;
    background-color: #667a44;
    background-attachment: fixed;
    height: 100%;
    float:right;
    opacity: 0.85;
    width: 80%;
    overflow: auto;
}

h1
{
    color: black;
    text-align: center;
    font-size: 50px;
}

.sign
{
    position: absolute;
    bottom: 2%;
    width: 100%;
    font-size: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.Subscribe_index
{
    text-align: center;
    bottom: 14%;
    width: 85.4%;
    position: absolute;
    text-decoration: none;
    border: none;
    background-color: inherit;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    background:  darkgrey;
    display: inline-block;
    color: white;
}
.Subscribe_index:hover
{
     background-color: #04AA6D;
     color: white;
}

.connect_index
{
    text-align: center;
    bottom: 18%;
    width: 85.4%;
    position: absolute;
    text-decoration: none;
    border: none;
    background-color: inherit;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    background:  darkgrey;
    display: inline-block;
    color: white;
}
.connect_index:hover
{
     background-color: #04AA6D;
    color: white;
}

.logout_button
{
    position: absolute;
    bottom: 10%;
    width: 100%;
    padding: 10px;
    background:  darkgrey;
    color: white;
    border: none;
    cursor: pointer;
    transition: all 200ms;
}

.logout_button:hover
{
    background-color: #04AA6D;
}

.list_accueil a
{
    text-decoration: none;
    margin: 20;
    font-weight: bold;
    font-size: 40px;
}

.list_accueil a.selected
{
    text-decoration: underline;
}



/*    INFO PROFILE BLOG    */




.info_profil_b
{
    z-index: 2;
    position:absolute;
    left: 5%;
    width: 40%;
    height: 40%;
    background-color: #4E612F;
    box-shadow:
    inset 0 0 1em #3E4D2E,
    0 0 2em rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}

.img_blog_pdp
{
    aspect-ratio: 1 / 1;
    object-fit: cover;
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    position: relative;
    left: 5%;
    top: 5%;
}
.username_info_b
{
    position: relative;
    left: 25%;
    bottom: 15%;
}


/*    BLOG    */



.pdp_all_blog
{
    width: 50%;
    height: 20%;
    position: relative;
}

.img_blog
{
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    right: 4px;
    top: -3px;
}

.img_blog_button
{
    z-index: 2;
    border-radius: 50%;
    object-fit: cover;
    border: .1px solid;
    border-width: .1px;
    border-style: solid;
    position:relative;
    width: 60px;
    height: 60px;
    top: 60px;
}

.all-blog
{
    color: black;
    margin-left: 80px;
    margin-bottom: 0px;
    width: 99%;
    border: 1px solid black;
    overflow-wrap: break-word;
    margin-bottom: 20px;
    position: absolute;
    top: 0%;
}

.blog_text
{
    z-index: 3;
    width: 44.4%;
    position: fixed;
    opacity: 1;
    background-color: #C0C7C7;
}

.div_for_text
{
    background-color: lightgrey;
    margin-top: 5px;
    width: 440px;
}

.date-blog
{
    font-size: 10px;
}

.message-blog
{
    font-size: 15px;
    margin: 0;
}

.mtext-blog
{
    font-size: 20px;
    margin-left: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
    width: 95%;
}

.modif_t_blog
{
    z-index: 1;
    float: right;
    border: 0;
    color: #fff;
    border-radius: 10px;
    background-color: green;
    opacity: 0.3;
    background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
    );
    box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.modif_t_blog:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.nickname_blog
{
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.message_c_blog
{
    resize: none;
    height: 40px;
    width: 300px;
    background: url(images/benice.png) center center no-repeat;
    border: 0px solid #888;
    outline: none;
}

.blog_send
{
    position: relative;
    left: 32%;
}

.button_modif_t
{
    border-radius: 5px;
    border: 0;
    opacity: 0.8;
    background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
    );
    box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.real_edit_form
{
    display: none;
    transition: all 0.5s ease-in-out;
}

.real_edit_form.display
{
    display: block;
}

.text_modif_b
{
    background: url(images/benice.png) center center no-repeat;
    border: 0px solid;
    outline: none;
    resize: none;
    margin-left: 1;
}

.edit_form
{
}

.delete_form
{
    margin-bottom: 3px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    text-align: right;
}
.delete_button
{
    background-color: firebrick;
    font-size: 11px;
    border: 0;
    opacity: 0.8;
    border-radius: 5px;
    background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
    );
    box-shadow:
    inset 2px 2px 3px darkred,
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.delete_button:active {
  box-shadow:
    inset -2px -2px 3px darkred,
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}


/*  ___SUBSCRIBE_PAGE___   */



.titre_subscribe
{
 text-align: center;
 margin-bottom: 10%;
}

.div_general_sub
{
    position: absolute;
    top: 20%;
    left: 37.5%;
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: 22%;
    height: 58%;
}

.button_blog
{
    width: 100%;
    padding: 10px;
    background:  #556B2F;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.mdp_sub
{
    outline: none;
    outline-color: black;
    width: 100%;
    padding: 2.5%;
    margin: 2% 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.mdp_rep_sub
{
    outline: none;
    outline-color: black;
    width: 100%;
    padding: 2.5%;
    margin: 2% 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.username_blog
{
    outline: none;
    outline-color: black;
    width: 100%;
    padding: 2.5%;
    margin: 2% 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.mail_sub
{
    outline: none;
    outline-color: black;
    width: 100%;
    padding: 2.5%;
    margin: 2% 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.first_name
{
    outline: none;
    outline-color: black;
    width: 45%;
    padding: 2.5%;
    margin: 2% 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.last_name
{
    outline: none;
    outline-color: black;
    width: 45%;
    padding: 2.5%;
    margin-top: 2%;
    margin-left: 8%;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.birth_date
{
    outline: none;
    outline-color: black;
    width: 45%;
    padding: 2.5%;
    margin-top: 2%;
    margin-left: 25%;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/*      LOGIN     */

.login_div_gen
{
    position: absolute;
    top: 25%;
    left: 37.5%;
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: 350px;
    height: 320px;
}

.titre_login
{
    text-align: center;
    margin-top: 10x;
    margin-bottom: 20px;
}

.ret_accueil_login
{
    margin: 20px;
}

.créé_login
{
    font-size: 12px;
}

.Retour_connect
{
    text-decoration: none;
    color: black;
    transition: all 1s ease-in-out;
    position: relative;
}


/*          PROFIL           */

.gen_div_profil
{
    position: absolute;
    opacity: 1;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
    background: #556B2F;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: 1456px;
    height: 852px;
}

.msg_cls_profil
{
    font-size: 20px;
    text-align: center;
}

.t_usuername_profil
{
    margin-left: 50px;
    margin-top: 10px;
}

.modif_username_prfl
{
    outline: none;
    background-color: #556b2f;
    outline-color: black;
    width: 50%;
    padding: 10px;
    margin-left: 50px;
    margin-top: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
}

.t_password_profil
{
    margin-left: 50px;
    margin-top: 10px;
}

.modif_password_prfl
{
    outline: none;
    background-color: #556b2f;
    outline-color: black;
    width: 50%;
    padding: 10px;
    margin-left: 50px;
    margin-top: 0px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
}

.modif_password_valid_prfl
{
    outline: none;
    background-color: #556b2f;
    outline-color: black;
    width: 50%;
    padding: 10px;
    margin-left: 50px;
    margin-top: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
}

.button_user_profil
{
    margin-top: 10px;
    margin-left: 50px;
    background-color: #556b2f;
    font-size: 13px;
    border: 0;
    padding: 5px;
    width: 15%;
    opacity: 0.8;
    border-radius: 5px;
    background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
    );
    box-shadow:
    inset 2px 2px 3px black,
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.button_user_profil:active {
    box-shadow:
    inset -2px -2px 3px black,
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}


.button_pswrd_profil
{
    margin-top: 10px;
    margin-left: 50px;
    background-color: #556b2f;
    font-size: 13px;
    border: 0;
    padding: 5px;
    width: 15%;
    opacity: 0.8;
    border-radius: 5px;
    background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
    );
    box-shadow:
    inset 2px 2px 3px black,
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.button_pswrd_profil:active {
    box-shadow:
    inset -2px -2px 3px black,
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.titre_profil_info
{
    margin-left: 50px;
    margin-top: 10px;
}

.info_perso_prfl
{
    margin-left: 90px;
    margin-top: 10px;
}

.button_edit_phone
{
    margin-top: 10px;
    margin-left: 10px;
    background-color: #556b2f;
    font-size: 10px;
    border: 0;
    padding: 3px;
    width: 15%;
    opacity: 0.8;
    border-radius: 5px;
    background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
    );
    box-shadow:
    inset 2px 2px 3px black,
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.button_edit_phone:active {
    box-shadow:
    inset -2px -2px 3px black,
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.modif_num_box
{
    outline: none;
    background-color: #556b2f;
    outline-color: black;
    width: 50%;
    padding: 10px;
    margin-left: 50px;
    margin-top: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
}

.modif_num_pswrd
{
    outline: none;
    background-color: #556b2f;
    outline-color: black;
    width: 50%;
    padding: 10px;
    margin-left: 50px;
    margin-top: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
}

.visible
{
    display:inline !important;
}

.invisible
{
    display: none !important;
}

.pdp_profil
{
    margin-top: 10%;
    float: right;
}

.pdp_profil::file-selector-button
{
    border: 2px solid #28540C;
    padding: 0.2em 0.4em;
    border-radius: 0.2em;
    background-color: #28570B;
    transition: 1s;
}

.pdp_profil::file-selector-button:hover {
  background-color: #47AB0E;
  border: 2px solid #378A08;
}


.pdp_send
{
    position:relative;
    float: right;
    margin-top: 13%;
    top: 5px;
    left: 70px;
    background-color: #556b2f;
    font-size: 10px;
    border: 0;
    padding: 3px;
    width: 5%;
    opacity: 0.8;
    border-radius: 5px;
    background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
    );
    box-shadow:
    inset 2px 2px 3px black,
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.pdp_send:active {
    box-shadow:
    inset -2px -2px 3px black,
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.img_class_pdp_prfl
{
    position:relative;
    top: -30;
    right: 275;
    float: right;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
}

.all_comment_profil
{
    position:relative;
    background-attachment: fixed;
    top: 27%;
    right: -31%;
    float: right;
    background-color: #556b2f;
    width: 40%;
    height: 40%;
    overflow: auto;
}

.coment_prfl
{
    color: black;
    width: 98%;
    border: 1px solid black;
    overflow-wrap: break-word;
    position: relative;
    top: 0%;
}

.back_prfl_info
{
    background-attachment: fixed;
    background-color: #556b2f;
    overflow: auto;
    position:relative;
    bottom: 42.5%;
    width: 40%;
    height:70%;
}

.button_modif_b_info
{
    z-index: 3;
    text-align: center;
    bottom: 72.2%;
    left: 18%;
    width: 10%;
    position: absolute;
    text-decoration: none;
    border: none;
    background-color: inherit;
    padding: 0.2%;
    font-size: 70%;
    cursor: pointer;
    background:  #435427;
    display: inline-block;
    color: white;
}
.button_modif_b_info:hover
{
    background-color: #6F8C41;
    color: white;
}
