.ressources{
margin:2.5vw 0;
}
.ressources a.file{
background-color: var(--blanc);
padding: 1rem;
border-radius: 0.5rem;
box-shadow:0 0 1rem rgba(0,0,0,.1);
}
.ressources a.file:hover{
box-shadow:0 0 1rem rgba(0,0,0,.25);
}
.ressources a.file .download{
display: flex;
gap:0 0.5rem;
align-items: center
}
.ressources a.file .download .icone{
display: inline-block;
width: 14px;
height:18px;
background: url(//www.had-nantesetregion.fr/wp-content/themes/had/images/download.svg) no-repeat center / contain;
transition: all 0.2s ease;
}
.ressources a.file:hover .download .icone{
transform: scale(1.3)
}
.ressources a.archive{
color: var(--orange);
font-weight: bold;
}
.ressources a.archive .icone{
display:inline-block;
width: 26px; height:26px;
border:2px solid var(--orange);
border-radius: 50%;
margin-left: 0.5rem;
vertical-align: middle;
background: url(//www.had-nantesetregion.fr/wp-content/themes/had/images/arrow-right-orange.svg) no-repeat center / 100%;
transition: all 0.2s ease;
}
.ressources a.archive:hover .icone{
transform: scale(1.25)
}