body {
    background-color: #4c5a75;
    color: #ffffff;
}

a {
    color: #a2cfe0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #a2cfe0;
}

.table {
    --table-bg: transparent;
    --table-striped-bg: #4c5a75;
    --table-color: #ffffff;
    --table-border-color: #d4f1ff;
}

.table > :not(caption) > * > * {
    background-color: #4c5a75;
    color: #ffffff;
    border-color: #d4f1ff;
}

.table a {
    color: #a2cfe0;
}

.container-header {
    background: #4c5a75 !important;
}

/* Liens non soulignés comme sur l'ancien site */
a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
    text-decoration: none !important;
}

/* Pied de page YAK3D */
.yak-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid #d4f1ff;
    padding: 18px 0;
    margin-top: 40px;
    color: #ffffff;
}

.yak-footer a {
    color: #a2cfe0;
}

/* Correction du pied de page Cassiopeia */
.container-footer {
    background: #4c5a75 !important;
    background-image: none !important;
    display: block !important;
}

.container-footer .grid-child {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
}

.container-footer .mod-custom {
    width: 100% !important;
}

.yak-footer {
    width: 100%;
    box-sizing: border-box;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    border-top: 2px solid #d4f1ff;
    padding: 18px 0;
    margin-top: 0;
    color: #ffffff;
}

.yak-footer a {
    color: #a2cfe0;
}

/* Largeur générale proche de l'ancien site */
.site-grid,
.container-header .grid-child,
.container-footer .grid-child {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* Légendes des images */
figure figcaption,
figcaption {
    color: #ffffff !important;
}

/* Centrage des légendes des images */
figure figcaption,
figcaption {
    text-align: center;
}

/* Légendes des photos */
figure {
    width: fit-content;
}

figure figcaption {
    color: #ffffff !important;
    text-align: center;
}



/* Position de la recherche */
.container-header {
    position: relative;
}

.container-header .container-search {
    position: absolute;
    top: 85px;
    right: 40px;
    margin: 0;
}

/* Le formulaire sert de référence à la loupe */
.container-header .container-search form {
    position: relative;
}

/* Champ fermé */
.container-header .container-search input {
    width: 34px;
    height: 34px;
    padding: 0;
    font-size: 0;
    cursor: pointer;
    transition: width 0.3s ease;
}

/* Cercle de la loupe */
.container-header .container-search form::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border: 2px solid #555;
    border-radius: 50%;
    right: 11px;
    top: 8px;
    z-index: 2;
    pointer-events: none;
}

/* Manche de la loupe */
.container-header .container-search form::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 2px;
    background: #555;
    transform: rotate(45deg);
    right: 7px;
    top: 21px;
    z-index: 2;
    pointer-events: none;
}

/* Champ ouvert */
.container-header .container-search input:focus {
    width: 180px;
    padding: 4px 35px 4px 8px;
    font-size: 14px;
    cursor: text;
}


#search-query-explained {
    display: none;
}


.com-finder__search .btn-secondary {
    display: none !important;
}

/* Masquer les URL dans les résultats de recherche */
.result__title-url {
    display: none !important;
}


/* Masquer auteur et catégorie dans les résultats de recherche */
.result__taxonomy--Author,
.result__taxonomy--Category {
    display: none !important;
}

/* Masquer la date dans les résultats de recherche */
.result__date {
    display: none !important;
}

a:hover,
a:focus {
    color: #ffffff !important;
}




