/*
 Theme Name:   CAP'M
 Theme URI:    https://www.pmt-cap2m.eu/
 Description:  Surcouche CAP'M
 Author:       Sylvain RIVIERE
 Author URI:   https://sylvainriviere.com/
 Template:     astra
 Version:      1.0.0
*/

.ast-article-post .post-thumb-img-content img {
object-fit: cover;
}

.ast-breadcrumbs {
text-align: center;
}

.ast-breadcrumbs a {
color: var(--ast-global-color-4);
text-decoration: none !important;
opacity: 0.9;
}

.ast-breadcrumbs a:hover {
opacity: 1;
}

.ast-breadcrumbs .trail-item.trail-end {
display: none;
}

.ast-breadcrumbs .trail-item:nth-last-child(2)::after {
content: unset;
}

.single-post .ast-single-post-featured-section {
display: none;
}

.ast-builder-language-switcher .ast-builder-language-switcher-item .ast-builder-language-switcher-native-name {
font-size: 0.8em;
color: var(--ast-global-color-3);
}

.ast-builder-language-switcher .ast-builder-language-switcher-item:hover .ast-builder-language-switcher-native-name {
color: var(--ast-global-color-0);
}

#ast-mobile-header .ast-mobile-header-content {
border-bottom: 1px solid #eaeaea;
box-shadow: 0 10px 20px 0px #0002;
}

#ast-mobile-header .ast-mobile-header-content .ast-header-search {
border-top: 1px solid #eaeaea;
}