/* MAJ du 09/07/25 */

.navbar .navbar-logo img {
    max-height: calc(100px - 20px);
}

@media (min-width: 992px) {
	#block-jumbotronblocinfos {
		display: none;
	}
	#navbar-main {
		min-height: 150px;
	}
	#navbar-main .navbar-logo img {
        max-height: calc(170px - 20px);
    }
	.affix-scroll #navbar-main .navbar-logo img {
        max-height: calc(150px - 20px);
    }
	.navbar .navbar-logo img {
        max-width: 150px;
    }
}

.jumbotron-bloc-infos .content a {
    color: #ff9900;
	font-weight: 700;
}


.node--type-portfolio .actu-date {
    display: flex;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.8rem;
    line-height: 1em;
    letter-spacing: 0.08em;
    color: #fff;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

.node--type-portfolio > .node__content .actu-content {
    width: 100%;
} 

.node--type-portfolio > .node__content {
    display: flex; 
    flex-direction: column;
    align-items: center;
}

@media (min-width: 768px) {
	.block-portfolio .view-header:before {
		width: 35%;
	}
	.block-portfolio .view-header:after {
		width: 35%;
	}
}

@media (min-width: 992px) {
    .node--type-portfolio #main-wrapper .field--type-image img {
        display: block;
        margin: auto;
    }
	.node--type-portfolio #main-wrapper {
		max-width: 1140px;
		padding-right: 15px;
		padding-left: 15px;
		margin-left: auto;
		margin-right: auto;
	}
}

.node--type-portfolio .field--name-body {
	margin: 2rem 0;
}

.node--type-portfolio .field--name-field-lien-album-photos a {
	border-radius: 0;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: inline-block;
    z-index: 1;
    position: relative;
    height: initial;
    padding: 24px 30px;
    border: none;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0em;
    text-transform: uppercase;
    text-align: center;
	color: #111111 !important;
    background-color: #ff9900;
}

.node--type-portfolio .field--name-field-lien-album-photos a:hover {
	border-radius: 0;
    transition: 0.2s;
	text-decoration: none;
	color: #111111 !important;
	background-color: white;
}

.beer-slider[data-beer-label]:after, .beer-reveal[data-beer-label]:after {
    color: #494949;
}

/* MAJ du 16/09/25 */

.poi-point i {
    font-size: 26px;
}

.poi-point {
  cursor: pointer;
  animation: inherit;
}

/* Tooltip */
.poi-point::after {
  content: attr(title);
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.85);
  color: #fff;
  padding: 4px 8px;
  border-radius: 6px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 1000;
}

/* Flèche */
.poi-point::before {
  content: "";
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: rgba(255,255,255,0.45);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1000; 
}

/* Affichage au hover */
.poi-point:hover::after,
.poi-point:hover::before {
  opacity: 1;
}

.poi-point {
  width: 20px;
  height: 20px;
  background: var(--e-global-color-3c0b5dd);
  border-radius: 50%;
  cursor: pointer;
}


/* Cercle pulsant */
.poi-point::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: var(--e-global-color-3c0b5dd);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.7;
  pointer-events: none;
  animation: pa-hotspot-pulse 1.5s infinite ease-out;
}

/* Animation */
@keyframes pa-hotspot-pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}


@media (max-width: 480px) {
	.poi-point:after {
		white-space: break-spaces;
	}
}

/* Juxtapose */
.juxtapose {
    max-width: 100%;
    margin: 40px auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    width: 500px; height: 332px; margin-bottom: 50px !important;
  }
  .juxtapose > div > a {
    display: none;
  }
 
  .juxtapose-no-logo > div > a {
    display: none;
  }
 
  .my-juxtapose {
    max-width: 500px;
    height: auto;
  }
  .my-juxtapose img {
    width: 100%;
    height: auto;
  }
 
  .juxtapose-small {
    max-width: 500px;  /* largeur max */
    margin: 0 auto;    /* centrer */
  }

  @media screen and (max-width: 768px) {
  .juxtapose-small {
    max-width: 400px;
  }
}


/* MAJ du 10/10/25 */

.jumbotron-bloc-principal .field {
    justify-content: flex-end;
}

@media (min-width: 768px) {
    .not-front .jumbotron-bloc-principal .field {
        justify-content: center;
    }
	
	.jumbotron-carousel .carousel-caption {
        bottom: 45%;
		text-align: left;
    }
	
	.jumbotron-carousel .carousel-caption .jumbotron-denomination {
        text-transform: uppercase;
    }
	
	.jumbotron-denomination {
        font-size: 5rem;
    }
	
	.path-frontpage .jumbotron-logo {
		display: none;
	}

}


@media (max-width: 768px) {
	.navbar .navbar-brand, .navbar .site-name {
        display: block;
    }
} 

/* MAJ du 13/10/25 */

@media (max-width: 768px) {
	.poi-tooltip {
		white-space: normal;
		overflow: visible;
		transform: translateX(-50%);
	}
}