#page {
    overflow-x: hidden;
}

.share-twitter {
    display:none !important;
}

h1, .h1 {
    font-size: 2.58598rem;
}

.entry-title {
    display:none;
}

.none {
    display:none;
}

.entry-footer {
    display:none;
}

.site-main {
    padding-top: 0px;
}

#masthead {
        margin: 0px 0 0px;
}

#masthead:before {
    display:none;
}

#masthead:after {
    display:none;
}

.h2accueil {
    font-size: 1.48832rem;
}

.nav-button__prev {
    background-color: #cfa862;
}

.nav-button__next {
    background-color: #cfa862;
}

button:not(.has-background):hover {
    background-color: #000000;
}

@media only screen and (min-width : 320px) {
	.cspopupseoo-popup-body {
    max-width: 75%;
}
	}

@media only screen and (min-width : 480px) {
	.cspopupseoo-popup-body {
    max-width: 75%;
}
	}

@media only screen and (min-width : 768px) {
	.cspopupseoo-popup-body {
    max-width: 50%;
}
	}

@media only screen and (min-width : 992px) {
	.cspopupseoo-popup-body {
    max-width: 50%;
}
	
@media only screen and (min-width : 1200px) {
	.cspopupseoo-popup-body {
    max-width: 50%;
}
	}
	
#masthead a:hover, .site-title a:hover, .social-navigation a:hover, .footer-navigation .footer-menu a:hover, .site-info a:hover {
    color: #cfa862;
}
	
#sp-wp-carousel-free-id-1525.sp-wpcp-1525 .wpcp-swiper-dots .swiper-pagination-bulle .swiper-pagination-bullet-active {
    background-color: #cfa862;
}

/* Change la couleur de fond du bouton de fermeture */
.pum-theme-2203 .pum-content + .pum-close, 
.pum-theme-theme-par-defaut .pum-content + .pum-close {
    background-color: #000000 !important; /* Remplacez par votre code couleur */
    
    /* Optionnel : Change aussi la couleur du "X" lui-même */
    color: #ffffff !important; 
    
    /* Optionnel : Arrondit les coins si nécessaire */
    border-radius: 20%;
		border: 1px solid white;
}

/* Change la couleur au survol (Hover) pour une meilleure UX */
.pum-theme-2203 .pum-content + .pum-close:hover, 
.pum-theme-theme-par-defaut .pum-content + .pum-close:hover {
    background-color: #cfa862 !important; /* Une couleur un peu plus foncée au survol */
}
	
/* Pour l'arrière-plan qui couvre tout l'écran */
.pum-overlay.pum-theme-2203, 
.pum-overlay.pum-theme-theme-par-defaut {
    background-color: rgba(0, 0, 0, 0.7) !important;
}