/*!
Theme Name: Compass 3DS
Theme URI: http://underscores.me/
Author: Apsulis
Author URI: https://apsulis.io
Description: Custom theme: Compass 3DS, developed by Apsulis
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: compass-3ds
*/

.Card-grid .Grid-item--4_24--xl{
    width: 100%;
}

#my-cards > div > article.MargT--24{
    margin-top: 0px;
}

div.ds-article__footer > ul > li > a.Tag{
    margin: 4px;
}

/* Sous-menu */
.ds-section__shadow+div {
    z-index: 0;
}

/* Hauteur des cards */
.ds-news__thumbnail{
    max-height: 350px;
}

/* Pages */

.page-template-default.page .ds-article>* {
    width: 100%;
    max-width: 1000px;
}

/* Correction de https://www.3ds.com/statics/fet/1/frontend-toolbox/css/full.min.css */
.Color1 {
    color: #fff!important;
}

.hasDarkbg.Color2, .hasDarkbg .Color2 {
    color: rgba(255, 255, 255, .64);
}

/* Logo */
.ds-menu-logo h1 {
    margin: 0;
}

/* Privacy link footer */
footer a.privacy-center {
    font-weight: bold;
    text-decoration: none;
    color: #239de8!important;
    cursor: pointer;
}

.ds-image figcaption, .wp-block-image figcaption {
    font-size: 18px;
}

/* Disable image overlay on special reports background images */
body.special-reports-template-default .GridWrap .Grid-item div.Card-img img,
body.post-type-archive-special-reports div.Card-img img,
body.home section.GridWrap.mb-4.mb-lg-8 div.Card-img img {
    display: none;
}