/* LONG READ */

.long-read-title {

text-align: center;
}

.long-read-bt-link-tag {
	text-align: center;
	margin-bottom: 20px;
}
.long-read-content-video {
position: relative;
width: 100%;
max-height: 85vh;
}
.long-read-legend {
	width: 100%;
	margin-top: 20px;
}
.long-read-legend p {
	text-align: center;
	font-weight: 300;
	font-style: oblique;
}
.long-read-credit-100 {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #111;
	margin-bottom: 80px;
	padding-top: 40px;
	padding-bottom: 40px;

}
.long-read-credit-100 h3 {
	text-align: center;
	color: #fff;
	padding-bottom: 40px;
	font-weight: 300;
}
.long-read-credit {
	display: grid;
	grid-template-columns: repeat(2, 3fr);
	grid-gap: 40px;
	background-color: #111;
}
.long-read-credit p {
	color: #fff;
	padding-bottom: 10px;
}
.long-read-credit-poste{
	text-align: right;
	padding-left: 80px;
}
.long-read-credit-nom {
	text-align: left;
	font-weight: 800;
	padding-right: 80px;
}
.long-read-pdf-content {
    display: flex;
    align-items: center; /* Aligne verticalement le picto et le texte */
    justify-content: center;
    border: 1px solid #111;
    border-radius: 8px;
    max-width: 250px;
    min-height: 100px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none; /* Enlève le soulignement du lien global */
    color: #111; /* Force la couleur du texte (à adapter selon vos besoins) */
    transition: background-color 0.2s ease, transform 0.1s ease; /* Petit effet au survol */
}

/* Effet "bouton" au survol et au clic */
.long-read-pdf-content:hover {
    background-color: #f5f5f5; /* Change le fond au survol */
    cursor: pointer;
}

.long-read-pdf-content:active {
    transform: scale(0.98); /* Léger effet d'enfoncement au clic */
}

.long-read-pdf-picto {
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
}

.long-read-pdf-txt {
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.long-read-pdf-txt p {
    padding: 20px 0px 20px 0px;
    margin: 0;
}

/* Optionnel : mettre en valeur le texte "Télécharger le PDF" */
.long-read-pdf-txt span {
    text-decoration: underline; /* Garde le soulignement juste pour l'action */
    font-weight: bold;
}
.long-read-logo {
	text-align: center;
	margin-top: -20px;
}
.long-read-logo img {
	width: 40px;
	height: auto;
}