/* styles.css */

@font-face {
    font-family: 'Impact';
    src: url('Impact.ttf') format('truetype'); 
}


body {
    background-image: url('../image/background-settings.JPG');
    background-size: cover; /* Ajuster la taille de l'image pour couvrir tout le fond */
    color:black;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; 
}


br{
    margin-bottom: 70px;
}

input{
    margin-top: 70px;
    display: inline-block;
    font-size: 20px;

}


label{
    color:inherit;
    display: inline-block;
    font-size: 20px;
    font-weight: bolder;
    margin-left: 20px;
}



#question-container {
    width: 97%;
    padding-left: 3%;
}


#options-container{
    display: inline-block;
    flex-direction: column;
    padding-top: 50px;
    width: 100%;
    text-shadow: 1px 1px 1px white;   
}


button {
    margin-top: 10px;
    padding: 7px;
    background-color:black;
    color: white;
    border:0px;
    border-radius: 3px;
}




#question-text{
    padding-top: 70px;
    font-size: 20px;
}


.user_display_main{
    display: inline-block;
    margin-bottom: 70px;
    
    width: 100%;
}



.uSerMainProfil{
    height: 420px;
    width: 270px;
    display: inline-block;
    float: left;
    box-shadow: 3px 3px 3px black;
    border-radius: 5px
}


.descriptionUser{
    display: inline-block;
    margin-left: 30px;
    background-color: white;
    padding: 9px;
    border-radius: 3px;
    max-width: calc(100% - 330px);
    opacity: 0.9;
}


@media screen and (max-width: 768px)
{
    .user_display_main{
        margin-bottom: 0px;
        width: 97%;
        text-align: center;
    }
    .uSerMainProfil{
        height: 400px;
        width: 100%;
    }


    .descriptionUser{
        text-align: left;
        background-color: white;
        padding: 9px;
        border-radius: 3px;
        min-width: 90%;
        margin-left: 5px;
    }

}




.interestedInUserYes{
    padding: 9px 30px;
    display: inline-block;
    background-color: #e75480;
    color: yellow;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 3px 3px 3px black;
    border-radius: 5px;
}


.interestedInUserYes:hover{
    background-color: yellow;
    color: #e75480;     
}



.interestedInUserYes:focus{
    background-color: yellow;
    color: #e75480;     
}


.interestedInUserNo{
    padding: 9px 30px;
    display: inline-block;
    background-color: blue;
    color: yellow;
    font-weight: bold;
    font-size: 20px;
    margin-left: 50px;
    cursor: pointer;
    box-shadow: 3px 3px 3px black;
    border-radius: 5px;
}   

.interestedInUserNo:hover{
    background-color: yellow;
    color: blue;     
}

.interestedInUserNo:focus{
    background-color: yellow;
    color: blue;     
}



.updateInterest{
    display: none;
}


.user_account_left{
    display: inline-block;
    width: 20%;
    float: left;
    border-radius: 9px;
}


.user_account_right{
    display: inline-block;
    width: calc(100% - 26%) ;
    padding-left: 2%;
    padding-bottom: 100px;
}


.pictureProfileImage{
    width: 100%;
    display:  inline-block;
    box-shadow: -1px 1px 9px black;
    border-radius: 9px;
}


@media screen and (max-width: 768px)
{
    .user_account_left{
        width: 100%;
        float: none;
    }

    .user_account_right{
        margin-top: 0px;
        padding-top: 30px;
        display: inline-block;
        width: calc(100% - 5%) ;
        padding-left: 2%;
        background-color: white;
        opacity: 1;
        border-radius: 5px;
    }
}



.otherPhotos{
    display: inline-block;

}

.sub_photoDisplay{
    display: inline-block;
    width: 100px;
    height:100px;
    border-radius: 50%;
    float: left;
    margin-right: 30px;
}


@media screen and (max-width: 768px)
{
    .sub_photoDisplay{
        width: 200px;
        height:70px;
        border-radius: 100%;
        
    }
}

/*
DISPLAY IMAGE
*/

/* Styles for modal */
.modal {
    display: none;
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    bottom :300;
    width: 100%;
    height: 90%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}



        .modal-content {
            text-align: center; 
            margin: auto;
            display: block;
            width: 100%;
            height: 100%;
        }

        .close {
            position: absolute;
            top: 100px;
            right: 100px;
            font-size: 100px;
            color: #fff;
            cursor: pointer;
            color:yellow;
            background-color: rgb(228, 37, 157);
        }



@media screen and (max-width: 768px)
{
    .close {
        
        top: 70px;
        right: 30px;
        font-size: 100px;
        font-size: 30px;
        border-radius: 50%;
        padding: 0px 10px;
        
    }
}



        /* Style for images in the loop */
        #imageContainer {
            display: flex;
            justify-content: space-between;
            margin: 0px;
        }

        #imageContainer img {
            max-width: 30%;
            cursor: pointer;
        }
    



        #modalImage{
            object-fit: cover;
            height: 100%;
        }

        /*
DISPLAY IMAGE
*/


/*
CHAT 
*/

 #divPleineHauteur {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centrer horizontalement */
    /*justify-content: flex-end;  Aligner en bas */
    height: calc(100vh - 200px); /* Ajustez la hauteur du div selon vos besoins */
    background-color: white;
    padding-bottom: 10px;
}



#myFormulaire {
    display: inline-block;
    flex-direction: column;
    width: 300px;
    justify-content: center;
    align-items: center;
    background-color: rgb(242, 242,242);
    background-color: black;
    color: white;
    border-radius: 5px;
    padding: 3px;
}


#contentMessage{
    display: inline-block;
    float: left;
    width: calc(100% -  40px);
    padding :5px 0px;
    background-color: inherit;
    color: inherit;
    font-size: 13px;
    border:0px;
    padding-left: 9px;
}


#submitBtnImage {
    float: right;
    display: flex;
    border-radius: 50%;
    width: 30px; /* Adjust the width as needed */
    height: 30px; /* Adjust the height as needed */
    border: none;
    cursor: pointer;
    background-color: rgb(228,37,158);
    color: yellow;

}


#containMessaages{
    overflow: auto;
    display: ;
    width: 60%;
    height:  calc(100% -  30px);
}



@media screen and (max-width: 768px)
{
    #containMessaages{
        width: 100%;
    }
}



.displayProfilPhoto{
    display: inline-block;
    float: left;
    width: 50px;
    height:  50px;
    border-radius: 50%;
    margin-right: 15px;
}

.displayEmailContent{
    display: inline-block;  
    max-width: calc(100% - 100px);
    font-size: 25px;
    padding: 9px;
    border-radius: 5px;
    background-color:rgb(242,242,242);
    display: ;
}



.container_loadable_contentQUESTION{
    
}




.viewAccountsInterestedIn{
    width: 25%; 
    margin-right: 3%;
    display: inline-block; 
    box-shadow: 3px 3px 3px black; 
     border-top-right-radius: 20px; 
     border-top-left-radius: 20px; 
     text-align: center;
     justify-content: space-between;
}

.user_visitors_view{
    width: 500px; 
    display: inline-block;
}

.user_visitors_viewPicture{
    width:100px;
    height:100px; 
    border-radius:100px;
    float: left;

}



.user_visitors_viewName{
    text-transform: uppercase;  margin-top: 30px; display: inline-block; font-size: 13px
}


.user_visitors_viewNameLink{
    padding: 7px; border-radius: 3px;background-color: blue; color: yellow; text-transform: uppercase; float: right; margin-top: 20px
}


@media screen and (max-width: 768px)
{
    .viewAccountsInterestedIn{
        width: 45%;
    }

    .user_visitors_view{
        width: 97%; 
    }

    .user_visitors_viewPicture{
        width:40px;
        height:40px; 
    }


    .user_visitors_viewName{
        font-size: 10px;
        margin-top: 10px;
    }


    .user_visitors_viewNameLink{
        padding: 7px 2px;
        border-radius: 3px;
        font-size: 12px;
        margin-top: 5px
    }

}


.paginationStyle{
    display: inline-block;
    width: 100%;
    padding: 9px;
    background-color: black;
}



















