/* =====================================
LINK LIBRARY - VERSION STABLE PROPRE
Compatible Elevate WP + Kubio
===================================== */

#linklist1 {
width: 100% !important;
max-width: 100% !important;
}

/* =====================================
GRILLE STABLE 5 COLONNES
===================================== */

#linklist1 .grid.masonry {
display: flex !important;
flex-wrap: wrap !important;
margin-left: -10px;
margin-right: -10px;
}

#linklist1 .ll-grid-item {
width: 20% !important;
padding: 10px !important;
box-sizing: border-box !important;
position: relative !important;
left: auto !important;
top: auto !important;
float: none !important;
}

/* =====================================
CARTES
===================================== */

#linklist1 .ll-grid-item > div {
display: flex !important;
align-items: center !important;
background: #171D30 !important;
padding: 12px !important;
border-radius: 8px !important;
border-left: 4px solid #ff8c00 !important;
height: 100%;
}

/* =====================================
LOGO
===================================== */

#linklist1 .ll-grid-item img {
width: 60px !important;
height: 60px !important;
min-width: 60px !important;
margin-right: 12px !important;
object-fit: contain !important;
flex-shrink: 0 !important;
}

/* =====================================
TEXTE
===================================== */

#linklist1 .linkname {
flex: 1 !important;
min-width: 0 !important;
}

#linklist1 .linkname a {
color: #ff8c00 !important;
font-weight: 600 !important;
font-size: 14px !important;
line-height: 1.2 !important;
display: block;
overflow-wrap: break-word;
}

/* =====================================
TITRES CATEGORIES
===================================== */

#linklist1 .linklistcatname,
#linklist1 .linklistcatname h2,
#linklist1 .linklistcatname h3 {
color: #ff8c00 !important;
border-bottom: 2px solid #ff8c00;
padding-bottom: 6px;
margin-top: 30px;
margin-bottom: 20px;
}

/* =====================================
RESPONSIVE
===================================== */

@media (max-width: 1400px){
#linklist1 .ll-grid-item {
width: 25% !important;
}
}

@media (max-width: 1100px){
#linklist1 .ll-grid-item {
width: 33.33% !important;
}
}

@media (max-width: 800px){
#linklist1 .ll-grid-item {
width: 50% !important;
}
}

@media (max-width: 500px){
#linklist1 .ll-grid-item {
width: 100% !important;
}
}
#linklist1 .ll-grid-item {
width: 20% !important;
}

@media (max-width: 1500px){
#linklist1 .ll-grid-item {
width: 25% !important;
}
}
.kb-section:first-child h1,
.kb-section:first-child h2,
.kb-section:first-child h3 {
font-family: 'Archivo', sans-serif !important;
}