
/* Style de base pour la liste et les détails */
div.page-work {
    font-family: Arial, sans-serif;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 80px;
    margin-left: 150px;
    margin-bottom: 100px;
}

.container {
    display: flex;
    justify-content: center;
}

.sep {
    height: 4px;
    width: 350px;
    background-color: #cc9603;
}

.backtohome {
    margin-top: 6px;
    padding-top: 0px;
}
.back-home {
padding: 10px;
font-size: 18px;
font-weight: bold;
font-family: Arial;
background-color: black;
color: white;
text-decoration: none;

}


a.back-home:hover{
background-color: #78c5d8
}

ul {
    list-style-type: none;
    padding: 0;
}
li {
    padding: 5px;

}
li a{
    cursor: pointer;
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;

}
li a:hover {
    color: #041842;
    text-decoration: underline;
}
.details {
    border: 1px solid #ddd;
    padding: 15px;
    width: 800px;
    display: none; /* Masquer par défaut */
}
.details h3 {
    /*margin: 30px;*/
    /*border-radius: 5px;*/
    display: inline-block;
    font-size: 35px;
}

.institutions{
    font-size: 12px;
    margin-bottom: 30px;
}

.organization{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
    border-bottom: 2px solid #075e79;
}
.title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.abstract{
    text-align: justify;
    margin-left: 10%;
    margin-right: 10%;
}
div.invites{
    background-color:#27a0be ;
    width: 250px;
    padding: 30px 0 30px 0;
    
}

