/* Action sur les globales */
.container{
    padding: 0;
}
a{
    text-decoration: none;
}
div{
    padding: 1em;
}
/* titre principal */
.maintitle{
    text-align: center;
    color:#008991;
}
img.w-100pc{
	width: 100%;
}
/* Variables utilisées partout */
.button{
    background-color: #008991;
    border-radius: 3px;
    border: none;
    padding: 8px;
    color: white;
}
.bouton{
    display:flex;
    align-self: center;
    justify-content: center;
}
.boutonenf{
    display: flex;
    justify-content: end;
}
.date{
    font-style: italic;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
    color: gray;
    margin-bottom: 0;
    padding-top: 5px;
}
.titresection{
    color: #008991;
    text-transform: uppercase;

}
.titresection::after{
    background: #008991;
    content: "";
    display: inline-block;
    height: 4px;
    width: 64px;
    margin-left: 1em;
}
.ombrecards{
    box-shadow: 1px 1px 12px #555;
}

/* Article premier */
.mainarticle{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.titre1{
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 32px;
    text-transform: uppercase;
    color:#3d3d3d;
}
.firstcomm{
    display: flex;
    height: 100%;
}
/* Nos communiqués */ 
.titre2{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
    margin-top: 10px;
    color:#3d3d3d;
    font-weight: bold;
}
.cardsparent{
    display: flex;
}
.cards{
    box-sizing: border-box;
    width: 90%;
    display: flex;
    flex-direction: column;
}
.resume2{
    margin-top: px;
    padding: 0%;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 28rem;
}
.content{
    min-height: 28rem;
    max-height: 28rem;
}

.content a{
	font-size:0.9em;
}
/* les réseaux sociaux */
.reseauxsociaux{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rsicons{
    align-self: center;
    display: flex;
    gap: 2rem;
}
.iconrs{
    max-width: 4em;
}
.reseauxsociaux::first-child{
    justify-content: start;
}
.titreRS{
    align-self: flex-start;
}
/* Archives */
.dateliste{
    font-style: italic;
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 8px;
    color: gray;
    margin-bottom: 0;
    padding-top: 5px;
}
.datearray{
    display: flex;
}
.lienliste{
    color: grey;
    font-size: 12px;
}
.titlearray{
    word-wrap: break-word;
    padding-left: 6px;
}

/* Contacts presse */
.contentcontact{
    box-shadow: 1px 1px 12px #555;
    min-height: 29rem;
    max-height: 29rem;
}
.titrecontact{
    padding-top: 5px;
    font-size: 20px;
}
.namecontact{
    text-align: center;
}

@media screen (max-width: 1024px){
    .contentcontact{
        min-height: 24rem;
        max-height: 24rem;
    }
}
