/*
 Theme Name: Astra Child
 Template: astra
*/


/* PC & tablette : justification + indentation */
p,
li {
  text-align: justify;
  text-justify: inter-word;
}

ul,
ol {
  padding-left: 50px; /* indentation des listes */
}

/* Supprimer toutes les bordures d'un tableau */
table, 
table th, 
table td {
    border: none !important; vertical-align: top;
}

/* Couleur du texte uniquement dans la 2e colonne */
.table-livret-bilingue td:nth-child(2),
.table-livret-bilingue th:nth-child(2) {
    color: #969696; /* remplace par la couleur que tu veux */
}
.table-livret-bilingue td {
    font-size: 0.85em;
}


.table-livret td {
    font-size: 0.85em; vertical-align: top;
}

.table-livret-anglais td {color: #969696}

.main-header-menu .sub-menu {
    min-width: max-content;
    padding-right: 10px;
    padding-left: 10px;
}

.ast-article-single {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
article {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.content-area {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
#primary.content-area {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
@media (max-width: 768px) {
    .site-content {
        padding-top: 50px !important;
    }
}
