
@font-face {
  font-family: 'Gotham-Rounded';
  src: url('../fonts/gothamrnd_bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

h2 span {
    font-weight: 700;
}
h2 span.primary {
    color:var(--e-global-color-primary);
}

.elementor-button {
    font-family: 'Gotham-Rounded' !important;
    transition: all 0.2s;
}
.elementor-field-group {
    flex-wrap: nowrap !important;
}
.elementor-field-label {
    min-width: fit-content;
    margin-right: 1rem;
}
.elementor-field-group.elementor-field-type-submit{
    margin: 3rem 0 0 0;
}
@media screen and (max-width: 767px) {
    .elementor-field-group {
        flex-wrap: wrap !important;
    }
    .elementor-field-label {
        margin-bottom: 0.313rem;
        margin-right: 0;
    }
    .elementor-field-group.elementor-field-type-submit{
        margin: 1.5rem 0 0 0;
    }
}

#box {
    position: relative;
}
.etoile {
    background-color: white;
    mask: url('https://offres.geggus.fr/wp-content/uploads/2025/09/polygone.svg');
    position:absolute !important;
    bottom: -0.625rem;
    right: 10rem;
}
.etoile:hover {
    background-color: red;
    cursor: default;
}
.etoile:hover *{
    color: var(--e-global-color-08c0b4d) !important;
}

footer p {
    margin-block-end: 0;
}
footer .elementor-icon-wrapper {
    display: flex;
}

.prev-custom-button a, .prev-custom-button a:active, .prev-custom-button a:focus,
.prev-custom-button button, .prev-custom-button button:active, .prev-custom-button button:focus,
.next-custom-button a, .next-custom-button a:active, .next-custom-button a:focus,
.next-custom-button button, .next-custom-button button:active, .next-custom-button button:focus {
    content:"";
    width: 5rem;
    height: 5rem;
    background-color: transparent !important;
    border-radius: 50% !important;
    background-repeat: no-repeat;
    position: relative;
    z-index:1;
}
.prev-custom-button:hover a, .prev-custom-button:hover button,
.next-custom-button:hover a, .next-custom-button:hover button {
    border-radius: 50% !important;
    background-repeat: no-repeat;
    opacity: 0.7;
}
.prev-custom-button a, .prev-custom-button a:active, .prev-custom-button a:focus,
.prev-custom-button button, .prev-custom-button button:active, .prev-custom-button button:focus {
    background-image: url('https://offres.geggus.fr/wp-content/uploads/2025/09/fleche_gauche.png') !important;
}
.next-custom-button a, .next-custom-button a:active, .next-custom-button a:focus,
.next-custom-button button, .next-custom-button button:active, .next-custom-button button:focus {
    background-image: url('https://offres.geggus.fr/wp-content/uploads/2025/09/fleche_droite.png') !important;
}
.prev-custom-button:hover a, .prev-custom-button:hover button {
    background-image: url('https://offres.geggus.fr/wp-content/uploads/2025/09/fleche_gauche.png') !important;
}
.next-custom-button:hover a, .next-custom-button:hover button {
    background-image: url('https://offres.geggus.fr/wp-content/uploads/2025/09/fleche_droite.png') !important;
}

/*@media screen and (max-width: 767px) {
    .prev-custom-button a, .prev-custom-button button, 
    .next-custom-button a, .next-custom-button button {
        width: 3rem;
        height: 3rem;
    }
}*/

.elementor-field-group-field_d651247 label {
    display: none;
}

#images_swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
	width: auto;
	left: 50%;
	transform: translate(-50%, 0);
}

.page-id-710 header,
.page-id-800 header {
 display: none !important;
}

.video-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.video-container {
  position: relative;
  max-width: 80%;
  max-height: 80%;
}

.video-container video {
  width: 100%;
  height: 80vh;
  border-radius: 8px;
}

.close-video {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 2em !important;
  padding: 0.4em !important;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.elementor-custom-embed-play {
    display: none !important;
}


