/*
Theme Name: SmartMag Child
Theme URI: https://smartmag.theme-sphere.com/
Description: A child theme of SmartMag
Author: ThemeSphere
Author URI: https://theme-sphere.com
Template: smart-mag
Version: 1.1
*/
/* 
.ad-mobile,
.ad-desktop {
    display: none;
    text-align: center;
    background-image: url(/wp-content/uploads/placeholder-sportune.webp);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.ad-mobile img,
.ad-desktop img {
    max-width: 100%;
    height: auto;
    display: block;
}

.ad-350x100 {
    height: 100px;
    margin: auto;
}

.ad-1290x250 {
    height: 250px;
    margin: auto;
}

.ad-1290x300 {
    height: 300px;
    margin: auto;
}

.ad-300x600 {
    width: 300px;
    height: 600px;
    margin: auto;
}

.ad-300x250 {
    height: 250px;
    margin: auto;
}

.ad-300x300 {
    height: 300px;
    margin: auto;
}

#taboola-below-article-thumbnails {
    height: 3250px;
    text-align: center;
    background-image: url(/wp-content/uploads/placeholder-sportune.webp);
    background-position: center center;
    background-repeat: no-repeat;
}

#ultimedia_wrapper {
    height: 400px;
    margin: auto;
    background-image: url(/wp-content/uploads/placeholder-sportune.webp);
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
} */

.smart-head-b {
    --head-mid-h: 100px !important;
    min-height: 160px !important;
}

.breadcrumbs-a + .main {
    margin-top: 20px;
}

@media (min-width: 1201px) {
.ts-contain, .main {
    padding: 0 !important;
    width: 1200px !important;
}
}

.ts-contain {
    padding-left: 15px !important;
}

.post-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

/* Version mobile par défaut */
.menu-accordion {
    list-style: none;
    padding: 0;
    width: 100%;
}

.menu-accordion > li {
    position: relative;
    width: 100%;
}

.menu-accordion .sub-menu-accordion {
    padding-left: 20px;
    display: none;
}

.menu-accordion .toggle-submenu {
    position: absolute;
    right: 10px;
    top: 0;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    padding: 5px;
}

.menu-accordion .toggle-submenu[aria-expanded="true"]::before {
    content: '-';
}