/*
 Theme Name:   dentellieres cluny theme 2026
 Description:  Chaplin Child Theme
 Author:       netsucces.net
 Template:     chaplin
 Version:      1.0.0
*/
/*display titre page home*/
p.theme-credits,.home h1.entry-title
{display : none;}

/*gallery taille image lightbox page*/
#baguetteBox-overlay .full-image img {
    max-height: 80%;
    max-width: 80%;
}
/*couleur overlay gallery*/
div#baguetteBox-overlay
{background-color: rgba(242, 53, 63, 0.5)!important;}

/*cover template*/
.cover-header {
    height: 350px!important;
    min-height: 350px!important;
    border: 0px red solid;
}
/*pas de fleche vers le contenu*/
div.to-the-content-wrapper{display : none;}

/*background color transparente fond header pour menu */
body.page-template-template-cover .header-inner:not(.is-sticky) .main-menu-alt-container
{
    border-radius: 50px;
    background-color: rgb(255, 255, 255, 0.9);
    padding-left : 2rem;
    padding-right : 2rem;
}
/*arrondir le logo*/
.site-logo img {
    border-radius: 130px;
}
/*event */
.vsel-meta-date > span
{
    color: color( display-p3 1 0.204 0.373 / 1 );
}
.vsel-content h3.vsel-meta-title {
    font-size: 2.8rem;
}
/*contact*/
[href$=".pdf"] {
    background: url("/wp-content/uploads/pdf32.png") no-repeat;
    padding-left: 30px;
    padding-top : 5px;
}
/*menu toggle background*/
.nav-toggle .bars {
    background-color: #fff;
    padding : 10px;
}
@media (min-width: 700px) {
/*agrandir le logo*/
    .site-logo img {
    max-height: 12rem;/*20*/
    }
}