/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 13 2026 | 07:47:45 */
/* Ajouter votre code CSS ici.
                     
Par exemple:
.exemple {
    color: red;
}

Pour améliorer vos connaissances en CSS, visitez http://www.w3schools.com/css/css_syntax.asp

Fin du commentaire */ 

/*.custom-gallery-page .wp-block-post-title{
	position: absolute;
	opacity:0;
	width:0;
	height: 0;
	visibility: hidden;
}*/
/*.custom-gallery-page .has-global-padding .wp-block-post-content,
.custom-gallery-page .has-global-padding .wp-block-post-content > .alignfull,
.custom-gallery-page .has-global-padding .wp-block-post-content > .is-layout-flow{
	margin-inline: 0;
}*/

.custom-gallery-page .foogallery .fg-image-overlay{
	background-color: rgba(255,255,255, 0.2);
}

.custom-gallery-page .foogallery.foogallery-container .fg-item .fg-caption{
	visibility:hidden;
	transition: none;
}
.custom-gallery-page .foogallery.foogallery-container .fg-item:hover .fg-caption{
	visibility:visible;
	width: 100%;
  	padding-top: 5px;
  	background-color: #fff;
  	opacity: 0.5;
}

.custom-gallery-page .foogallery.foogallery-container .fg-item:hover .fg-caption .fg-caption-title{
	font-size: 14px;
	font-weight: 800;
 	padding-top: 10px;
	color: #000000
}

.custom-gallery-page .foogallery.foogallery-container .fg-item:hover .fg-caption .fg-caption-desc{
	font-size: 14px;
	font-weight: 800;
	color: #000000
}

.fg-panel.fg-light,
.fg-panel.fg-light
  .fg-panel-thumb:is(.fg-idle, .fg-loading, .fg-error)
  .fg-panel-thumb-media {
  background-color: var(--c-background);
}
.fg-panel-button.fg-panel-button-info {
  display: none;
}

/* Custom cursor styles */
.magnific-cursor {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9999999;
  display: none;
}
.magnific-cursor.magnific-cursor--active {
  display: block;
}

.magnific-cursor,
.magnific-cursor__ball {
  height: 30px;
  pointer-events: none;
  width: 30px;
}
.magnific-cursor__ball {
  border: none !important;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  transform: translate(-50%, -50%);
}
.magnific-cursor__ball.has-magnific-icon .magnific-cursor__icon {
  width: 27px;
}
.magnific-cursor__icon {
  color: #fff;
  display: block;
  font-size: 48px;
  height: 30px;
  line-height: 28px;
  opacity: 1;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  width: 29px;
}
.magnific-cursor__ball-loader {
  animation: rotating 0.8s ease-in-out infinite;
  background-color: transparent;
  border: 2px solid transparent;
  border-bottom-color: #000;
  border-radius: 50px;
  box-sizing: border-box;
  height: 40px;
  opacity: 0;
  position: absolute;
  transform: translate(-9px, -9px) rotate(0deg);
  transition: opacity 0.2s ease-in-out 0s;
  width: 40px;
}
.magnific-cursor__ball .magnific-cursor__icon {
  width: 27px;
}
.magnific-cursor .magnific-cursor__icon {
  font-size: 43px;
}
.magnific-cursor__icon {
  color: rgba(86, 86, 86, 1);
}

/* mobile pagination */
.fg-custom-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  grid-column: 1/6;
  grid-row: 6/6;
  padding: 10px 10px 2px 8px;
}
.fg-custom-dots .fg-custom-dot {
  background-color: #ffffff;
  border-radius: 100%;
  border: none;
  height: 15px;
  margin: 2px 2px 8px 2px;
  width: 15px;
  display: inline-block;
  border: 1px solid rgba(86, 86, 86, 0.5);
}
.fg-custom-dots .fg-custom-dot.is-active {
  background-color: rgba(86, 86, 86, 1);
}
.fg-panel-button.fg-panel-button-prev,
.fg-panel-button.fg-panel-button-next {
  display: none;
}

@media screen and (min-width: 992px) {
  .fg-panel-buttons {
    display: none;
  }
  .fg-panel.fg-panel-horizontal {
	z-index: 10;
    cursor: none;
	width: calc(100% - (261px + 1.17rem));
  	left: calc(261px + 1.17rem);
    height: calc(100vh - 35px);
  }
  .fg-custom-dots {
    display: none;
  }
}
