/*
Theme Name: mh-magazine-lite-mbtav
Description: Theme enfant de la Mission Bretonne
Author: Benjamin et Claude
Author URI: https://www.missionbretonne.bzh
Template: mh-magazine-lite
Version: 0.1.0
*/

/* 06/03/2019 : remplacement dans le style.css père de la couleur e64946 par 4682B4 */

/* Modification du 28/02/2019 de l'intervalle entre les posts du mh-posts-stacked */
/*  initialement : width: 1px */
.mh-widget-col-2 .mh-posts-stacked-overlay-small { border-top: 5px solid #fff; border-left: none; }
.mh-widget-col-2 .mh-posts-stacked-small:nth-child(odd) .mh-posts-stacked-overlay-small { border-right: 5px solid #fff; }


/* Agenda */
/*  initialement : width: 100%; */
#agenda { width: 100%; background-color:#fff; margin:0; float:none; font-size:0.9em; text-align: justify; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
.miz {border: 1px solid #000; text-transform: uppercase; font-size: 1.3em; height: 30px; text-align: center; padding-top: 10px; font-weight:bold;}
/*  initialement : width: 100%; */
.cal_agenda {
width: 100%;
}
.ligne1 {
 text-align: center;
 background: #fff;
}
.ligne0 {
 background: #fff;
 text-align: center;
}
.ligne0 a, .ligne1 a {
 color: #D02020;
}
.ligne0 a:active, .ligne1 a:active {
 color: #8D8D8D;
}
.ligne0 a:hover {
 color: #000;
 text-decoration : underline;
}
.ligne1 a:hover {
 color: #000;
 text-decoration : underline;
}
/*  initialement : width: 14%; */
.cal_td1 {
 width: 14%;
 vertical-align: middle;
}
/*  initialement : width: 10%; */
.cal_td2 {
 width: 10%;
 vertical-align: middle;
}
.cal_td3 {
 vertical-align: middle;
	text-align: left ;
}

/* Boutons */
.boutonrouge a {
display:block;
width:150px;
line-height:30px;
text-align:center;
vertical-align:middle;
background:#4682B4;
color:white;
text-decoration:none;
}

/* 14/04/2021 : Changements pour l'outil Accordion */

.c-accordion__title::before {
    position: relative;
    top: 50%;
    right: 0;
    content: "\25B6";
    color: #777;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 1em;
}

/* Downward disclosure triangle when open */
.is-open .c-accordion__title::before {
    content: "\25BC";
}

/* Remove +/- on the right */
.c-accordion__title::after,
.is-open .c-accordion__title::after {
    content: "";
}


/* Métadonnées */
.mh-meta, .mh-meta a { font-size: 20px; color: #2a2a2a; }
