/*
Theme Name: wpth-master-rol
Theme URI: https://www.infopro-digital.com/
Author: IPD
Author URI: https://www.infopro-digital.com/
Description: template Master Rol
Version: 1.4
License: GNU General Public License
License URI: license.txt
Tags: HTML5, Responsive
*/

/******************/
/** COMMENTAIRES **/
/******************/
#comments{ overflow:hidden; width:100%; display: none; }
#comments .commentlist{ margin:0 0 1.5em; list-style:none; }

.comment-meta{ background-color:#F96; margin:0 0 0.5em; line-height:2em; }
.commentlist .avatar{ float:left; margin:0 0.5em 0.5em 0 }
.commentlist .reply{ margin:0 0 1.5em; line-height:2em; }
.commentlist > li.odd{ background-color:#fff; margin:0 0 1em; }
.commentlist > li.even{ background-color:#ddd; margin:0 0 1em; }
.commentlist .children li.odd{ background-color:#fff; }
.commentlist .children li.even{ background-color:#ddd; }

/**************************/
/** PLUGIN : POPUP MAKER **/
/**************************/
.pum-content.popmake-content:focus-visible,
.pum-content *:focus,
.pum-overlay .pum-content {
    outline: none !important;
}

/********************/
/** TMP - COLONNES **/
/********************/
@media screen and (min-width : 601px) and (max-width: 992px){
    /* card 1/3 ou 2/3 */
    body .wp-block-columns .wp-block-column-custom-width {
        flex-basis: 0 !important;
    }
}

/**********************/
/** TMP - BREADCRUMB **/
/**********************/
.open-breadcrumb{ display: inline-block; width: 40px; cursor: pointer; }
.open-breadcrumb::before {
    content: "\2022\2022\2022";
}
.close-breadcrumb{ display: inline-block; width: 40px; cursor: pointer; }
.close-breadcrumb span {
    display: block;
    height: 1em;
    position: relative;
}
.close-breadcrumb span::before {
    position: absolute;
    top: -2px;
    content: "\002b";
    transform: rotate(45deg);
    font-size: 2em;
}
