form {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
}

.publication-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    height: auto;
}

.publication-no-item {
    width: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
}

select:required:invalid {
  color: gray;
  font-style: italic;
}

select option {
  color: black;
}


/* p {
    width: 350px;
} */


.publication-titre {
    margin-top: 20px;
    background-color: rgba(8, 131, 149, 0.7);
    min-height: 40px;
    padding-left: 20px;
    margin-bottom: 0;
    color: whitesmoke;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0px 0px 10px 0px;
    
}

.strongword-title {
    color:rgb(227, 243, 248);
    
}


.publication-page-number-selected {

    text-decoration: underline;
    font-weight: bold;
} 

#typerapport {
    
    padding: 5px;
    font-size: 16px;
    text-align: center;
    background-color: rgba(8, 131, 149, 0.3);
    border: 5px solid rgba(8, 131, 149, 0.5);
    border-radius: 5px;
    cursor: pointer;
}

option {
    cursor: pointer;
}

.publication-titre, .publications-page, #typerapport, .publications-page-unique {
    width: 50%;
   

}


p a {
    text-decoration: none;
    color: rgba(64, 64, 66, 0.962);    
}

.bulletins {
    background-color: rgba(255, 0, 0, 0.1);
}

.publication-page-number {
    cursor: pointer;
}

 .publications-page, .publications-page-unique {
    
    background-color: rgba(8, 131, 149, 0.3);
    height: auto;
    padding: 20px;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 0px 5px 0px;
    margin-bottom: 10px;
    margin-top: 1px;
} 

.publications-page {
    display: none;
}

.one {
    display: block;
}





