@font-face {
    font-family: 'PolicePrincipale';
    src: url('../fonts/policeprincipale.woff2') format('woff2');
}

@font-face {
    font-family: 'PoliceSecondaire';
    src: url('../fonts/policesecondaire.woff2') format('woff2');
}

*,
*::after,
*::before {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

main {
	padding-bottom: 0;
	margin-bottom: 0;
	max-height: 10px;
}

:root {
	font-size: 12px;
	--color-text: #292828;
	--color-bg: #fff;
	--color-link: #000;
	--color-link-hover: #000;
	--page-padding: 1rem;
	--angle: -15deg;
	--trans-content: -0vh;
}

body {
	margin: 0;
	color: var(--color-text);
	background-color: var(--color-bg);
	font-family: 'PoliceSecondaire', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

.wrapper {
padding-left: 10vw;
padding-right: 10vw;
}

.sandwich {
	padding-top: 5vh;
	padding-bottom: 5vh;
}

.big-sandwich-space {
	margin-top: 15vh;
}

.little-sandwich-space {
	margin-top: 5vh;
}

strong {
	font-weight: 900;
	text-shadow: 0.3px 0 0, -0.3px 0 0, 0 0.3px 0, 0 -0.3px 0;
}

h1,h2,h3,h4,h5 {
    font-family: 'PolicePrincipale', sans-serif;
	margin: 0;
	padding-top: 0;
	line-height: 1.2;
}

h1 {
	font-size: 36px;
	padding-bottom: 3vh;
}

h2 {
	font-size: 30px;
	padding-bottom: 3vh;
}

h3 {
	font-size: 24px;
	padding-bottom: 1vh;
}

h4 {
	font-size: 18px;
	padding-bottom: 0.5vh;
}

p {
	font-size: 18px;
	padding-top: 0.5vh;
	padding-bottom: 0.5vh;
	margin: 0;
}

ul {
	font-size: 18px;
	margin: 0;
}

li {
	margin-top: 0.5vh;
	margin-bottom: 0.5vh;
}

.link {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.link:hover {
	color: #fff;
	background-color: #000;
}

.noscroll {
	height: 100dvh;
	width: 100%;
	overflow: hidden;
	position: fixed;
  	top: 0;
}

.menu-part-one {
	display: flex;
	gap: 20px;
}

.menu-part-two {
	display: flex;
	gap: 20px;
}

.icon-scroll-top {
	display: none;
}

.separator {
	border:1px solid #000;
	width:50%;
	margin:auto;
}



/* Page Loader */
.js .loading::before,
.js .loading::after {
	content: '';
	position: fixed;
	z-index: 1000;
}

.js .loading::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;

}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}

a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
	outline: none;
}

a:focus {
	outline: none;
	background: lightgrey;
}

a:focus:not(:focus-visible) {
	background: transparent;
}

a:focus-visible {
	outline: 2px solid red;
	background: transparent;
}

.unbutton {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	font: inherit;
	cursor: pointer;
}

.unbutton:focus {
	outline: none;
}

.frame {
	font-size: 12px;
	color: #e3b774;
	padding: var(--page-padding);
	display: grid;
	z-index: 1000;
	grid-row-gap: 1rem;
	grid-column-gap: 2rem;
	pointer-events: none;
	justify-items: space-between;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto;
	grid-template-areas: 'title' 'sponsor';
	transition: opacity 0.3s;
}

.banner {
	height: 100vh;
	text-align: center;
	background-color: #000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center;
}

.banner-base {
	background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../img/dubrovnik_croatie_nathan_maurer.webp);
}

.banner p {
	color: #fff;
}

.title-other-pages {
	color: #fff;
}

.content-other-pages {
	display: flex;
	flex-direction: column;
	gap: 5vh;
}

.hidden {
	opacity: 0;
	pointer-events: none;
}

.frame #cdawrap {
  justify-self: end;
	max-width: 300px;
	text-align: right;
}

.frame a {
  pointer-events: auto;
  font-size: 18px;
  margin-top: 2px;
  text-decoration: none;

}

.content__nav-item {
	color: #fff;
	text-decoration: none;
	padding: 5px 20px 5px 20px;
}

.content__nav-item:hover {
	color: #fff;
	text-shadow: 0.3px 0 0, -0.3px 0 0, 0 0.3px 0, 0 -0.3px 0;
	text-decoration: none;
}

.content__nav-item2 {
	color: #000;
	text-decoration: none;
	padding: 5px 20px 5px 20px;
	}

	.content__nav-item2:hover {
		color: #000;
		text-decoration: none;
		padding: 5px 20px 5px 20px;
		}


.frame__title {
  margin: -8px;
  width: 150px;
}

.frame__titlemobile {
	display: none;
	padding: 0;
	width: 50px;
	height: auto;
  }

.insta {
	display: flex;
	align-items: center;
	color: white;
}

.insta-mobile {
	display: none;
	color: black;
}

.mouse-icon {
	position: absolute;
	top: 90vh;
	left: 49vw;
	z-index: 1;
}

.intro {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
}

.intro::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 250px, 100%;
	pointer-events: none;
}

.grid {
	gap: 1rem;
	flex: none;
	position: relative;
	width: 200vw;
	height: 200vh;
	display: grid;
	grid-template-rows: repeat(5,1fr);
	grid-template-columns: 100%;
	transform: rotate(var(--angle));
  	transform-origin: center center;
    z-index: 10;
	pointer-events: none;
}

.row {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(7,1fr);
  	will-change: transform, filter;
}

.row__item {
	position: relative;
}

.row__item-inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.row__item-img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.row__item-img--large {
	width: 100vw;
	height: 100vh;
	top: 50%;
	left: 50%;
	margin: -50vh 0 0 -50vw;
	background-position: 50% 70%;
	will-change: transform, filter;
}


.title {
	transform: translateY(-20px);
	position: absolute;
	text-transform: uppercase;
	padding: 1.75rem 4rem;
	font-weight: 700;
	font-size: 24px;
	z-index: 100;
	transition: all 0.3s;
	color: rgb(255, 255, 255);
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
}

.titre{
	color: black;
}

.soustitle{
	transform: translateY(20px);
	font-size: 20px;
	text-align: center;
	position: absolute;
	text-transform: uppercase;
	font-weight: 500;
	z-index: 100;
	transition: all 0.3s;
	color: rgb(255, 255, 255);
	font-size: 20px;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
}

.white {
	color: #fff;
}

.souswhite {
	color: #fff;
}

.enter {
	color: black;
	position: absolute;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 700;
	z-index: 100;
	font-family: 'PolicePrincipale', sans-serif;
	font-size: 20px;
	background: white;
	border: 2px solid white;
	transition: all 0.3s;
	cursor: pointer;
	scale: 1;
	mix-blend-mode: lighten;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
}
.enter:hover {
    scale: 1.1;
}

.fullview {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}

.fullview .row__item-inner {
	border-radius: 0px;
}

.content {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.content::before {
	content: '';
	position: absolute;
	border-radius: 10px 10px 0 0;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	background-color: #fff;
  	background-size: 250px, 100%;
}

.content > * {
	position: relative;
}

.content__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 4rem;
	justify-content: end;
	align-items: center;
}

.content__footer {
	display: flex;
	justify-content: space-between;
}

@media screen and (min-width: 53em) {
	body {
		--page-padding: 2rem 3rem;
	}
	.frame {
		grid-template-columns: auto 1fr;
		grid-template-areas: 'title sponsor';
		align-content: space-between;
	}
	.content__text p.highlight {
		font-size: clamp(2rem,7vh,4rem);
	}
}

  .container {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
  }

  .reservation-section {
	background-color: black;
	color: white;
	width: 1200px;
  }
  
  .reservation-section h2 {
	text-transform: uppercase;
  }
  
  .reservation-section p {
	color: #fff;
  }
  
  .reservation-sectionbtn {
	display: inline-block;
	margin-top: 15px;
	padding: 10px 20px;
	background-color: rgb(255, 255, 255);
	color: black;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 0.3s ease;
	border: none;
	font-size: 16px;
	font-weight: bold;
  }
  
  .reservation-sectionbtn:hover {
	background-color: #eaeaea;
  }

.shop-propos {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
	width: 1200px;
}
  .shop-section {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
	overflow: hidden;
}

.shop-content {
    display: flex;
    gap: 5vh;
    align-items: center;
	justify-content: center;
	background-color: #fff;
}

.shop-image img, .shop-image iframe {
	width: 480px;
    height: 500px;
    border-radius: 5px;
    object-fit: cover;
}

.shop-text2 {
    max-width: 480px;
    text-align: start;
}

.shop-text p {
	width: 480px;
}



/* Carousel */
.carousel-section {
    display: flex;
    justify-content: left;
    margin-bottom: 5vh;
	padding-left: 20px;
	padding-right: 20px;
    opacity: 0;
    transform: translateY(30px);
    transition: height 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
    height: 0px;
    width: 100vw;
    overflow-x: auto;
    /*Activeledéfilementhorizontal*/overflow-y: hidden;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
}

.carousel-section.show {
    opacity: 1;
    height: fit-content;
	max-height: 370px;
	padding-top: 20px;
    transform: translateY(0);
}

#SHOOTING_SUR-MESURE .carousel-section {
	margin-bottom: 0;
}

.carousel-content {
    display: flex;
    gap: 20px;
}

.carousel-content img {
    width: 300px;  /* Largeur fixe pour les grands écrans */
    height: 330px;
    object-fit: cover;
    border-radius: 5px;
}
.carousel-content iframe {
	width: 560px;
    height: 315px;
	border-radius: 5px;
    object-fit: cover;
}

/* Responsive pour mobile seulement */
@media (max-width: 768px) {
	.wrapper-mobile {
	padding-left: 10vw;
	padding-right: 10vw;
	}
	.services-section {
		margin-top: 15vw;
	}

	.content {
	--trans-content: -30vh;
	margin-top: 10vw;
	}

	.mouse-icon {
		display: none;
	}

	.banner .mouse-icon {
		display: flex;
		left: 47vw;
	}

    .carousel-content {
        flex-wrap: nowrap;  /* Empêche les images de se réorganiser en ligne */
    }

    .carousel-content img {
        width: 80vw;  /* Réduit la taille des images à 80% de la largeur de l'écran */
        height: auto;  /* Ajuste la hauteur proportionnellement */
    }
	.shop-content {
	  flex-direction: column;
	}
  
	.shop-text {
	  text-align: center;
	}	

	.carousel-content iframe {
		width: 336px;
		height: 189px;
		border-radius: 5px;
		object-fit: cover;
	}
}






/* Section services */
.services-section {
	background-color: white;
	text-align: center;
  }
  
  .services-section h2 {
	text-transform: uppercase;
  }

  .shop-sectionh2 {
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 0;
  }
  
  .services-grid {
	display: flex;
	justify-content: center;
	gap: 40px;
	width: 1200px;
  }
  
  .services-item {
	position: relative;
	width: 390px;
	height: 400px;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .services-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
  }




.scroll-bottom {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease, transform 2s ease;
}

.scroll-bottom.visible {
    opacity: 1;
    transform: translateY(0);
}



.scroll-right {
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 1s ease, transform 2s ease;
}

.scroll-right.visible {
    opacity: 1;
    transform: translateX(0);
}


.scroll-left {

    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 1s ease, transform 2s ease;
}

.scroll-left.visible {
    opacity: 1;
    transform: translateX(0);
}



  
  .services-item:hover img {
	transform: scale(1.1);
  }
  
  .overlaytexte{
	opacity: 1;
  }

  .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.7;
	transition: opacity 0.3s ease;
  }

  .services-item:hover .overlay {
	opacity: 1;
  }
  
  .overlay span {
	background-color: #000;
	padding: 10px 20px;
	font-size: 16px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
  }


.about-section {
	background-color: #000;
	width: 100vw;
	display: flex;
	justify-content: center;
}

.about-content {
	display: flex;
	justify-content: center;
	gap: 40px;
}

.about-text {
	display: flex;
	flex-direction: column;
	align-items: right;
	justify-content: center;
	width: 490px;
	color: white;
}

.about-text h2{
	margin: 0;
}

.about-img img {
	width: 480px;
	height: 500px;
	border-radius: 5px;
	object-fit: cover;
}

#contactForm {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	font-family: 'Arial', sans-serif;
  }
  
  #contactForm input,
  #contactForm textarea {
	width: 100%;
	max-width: 500px;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 16px;
	background-color: #efefef;
	transition: border-color 0.3s, box-shadow 0.3s;
  }
  
  #contactForm input::placeholder,
  #contactForm textarea::placeholder {
	color: #737373;
  }
  
  #contactForm textarea {
	min-height: 120px;
	resize: none;
  }
  
  #contactForm button {
	width: 100%;
	max-width: 500px;
	padding: 12px;
	background-color: #181818;
	color: #fff;
	font-size: 18px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: background-color 0.3s;
  }
  
  #contactForm button:hover {
	background-color: #424242;
  }
  
  #contactForm input:focus,
  #contactForm textarea:focus {
	border-color: #000000;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	outline: none;
  }
  
  #contactForm label {
	font-weight: bold;
	margin-bottom: 5px;
	color: #333;
  }
  
 

  .contactbtn {
	padding: 10px 20px;
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 0.3s ease;
	border: none;
	font-weight: bold;
	scale: 1;
	transition: scale 0.3s ease;
  }

  .shop-buttons {
	display: flex;
	flex-direction: row;
	gap:20px;
  }


  .shopbtn {
	margin-top: 15px;
	padding: 10px 20px;
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 0.3s ease;
	border: none;
	font-weight: bold;
	font-size: 16px;
	scale: 1;
	transition: scale 0.3s ease;
  }

  .shopbtn:hover {
	scale: 1.1;
  }

    .portfoliobtn {
	margin-top: 15px;
	padding: 10px 20px 8px 20px;
	background-color: #fff;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 0.3s ease;
	border: 1px solid #000;
	font-weight: bold;
	font-size: 16px;
	scale: 1;
	transition: scale 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
}

    .portfoliobtn:hover {
	scale: 1.1;
  }

  #formMessage{
	margin-top: 7px;
	text-align: center;
  }

.pourquoi-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 5vh;
	text-align: left;
}
.pourquoi-content div {
	width: 30vw;
}

.pourquoi-sectionbtn {
	display: inline-block;
	margin-top: 3vh;
	padding: 10px 20px;
	background-color: #000;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 0.3s ease;
	border: none;
	font-size: 16px;
	font-weight: bold;
}

.pourquoi-sectionbtn:hover {
	background-color: #eaeaea;
}

.avis-section {
	background-color: #000;
	width: 100vw;
}

.avis-section h2 {
	color: #fff;
}




/* Footer */
.footer {
	padding: 20px 10px;
	background-color: rgb(0, 0, 0);
	text-align: center;
	font-size: 0.9rem;
	color: rgb(255, 255, 255);
	width: 100vw;
  }
  
  .footer-links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 10px;
  }
  
  .footer-links a {
	text-decoration: none;
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.3rem;
	transition: color 0.3s ease;
  }
  
  .footer-links a:hover {
	color: gray;
  }
  
  .footer-copyright {
	font-size: 1rem;
	color: rgb(255, 255, 255);
  }

  .textright {
    text-align: right;
  }

  .textright p {
    text-align: right;
  }

  .textright h3 {
    text-align: right;
  }

  .textleft {
    text-align: left;
  }

  .textleft p {
    text-align: left;
  }

  .textleft h3 {
    text-align: left;
  }

@media (max-width: 768px) {
	.footer {
		margin-top: 10vw;
	}

	.services-section {
		border-radius: 20px 20px 0 0;
	}

	.reverse {
		flex-direction: column-reverse;
	}

	.title {
		text-align: center;
		transform: translateY(-100px);
		padding: 0;
		-webkit-transform: translateY(-120px);
		-moz-transform: translateY(-100px);
		-ms-transform: translateY(-100px);
		-o-transform: translateY(-100px);
}

	.soustitle{
		text-align: center;
		font-size: 18px;
		transform: translateY(-70px);
		-webkit-transform: translateY(-70px);
		-moz-transform: translateY(-70px);
		-ms-transform: translateY(-70px);
		-o-transform: translateY(-70px);
}

	.enter {
		transform: translateY(20px);
		padding-top: 10px;
		padding-bottom: 6px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 18px;
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
}

	.frame__title {
		display: none;
	  }

	  .frame__titlemobile {
		display: block;
		position: fixed;
		top: 20px;
  		left: 20px;
		color: #fff;
	  }

	.insta {
		display: none;
		color: white;
	}

	.insta-mobile {
		display: flex;
		align-items: center;
		color: black;
	}

	  	.frame__titlemobile.dark {
		display: block;
		position: fixed;
		top: 20px;
  		left: 20px;
		color: #000;
	  }

	.content__nav {
		gap: 1rem;
	}

	.frame a {
		pointer-events: auto;
		font-size: 14px;
		margin-top: 2px;
	  }

  .reservation-section {
    width: 100vw;
  }

  .shop-section {
    flex-direction: column;
    align-items: center;
  }

  .shop-image img {
    width: 100%;
    height: 350px;
  }

  .shop-text, .shop-text2 {
    width: 100%;
  }

  .shop-text p, .shop-text2 p {
	width: 100%;
  }

  .textright {
    text-align: right;
  }

  .textright p {
    text-align: right;
  }

  .textright h3 {
    text-align: right;
  }

  .textleft {
    text-align: left;
  }

  .textleft p {
    text-align: left;
  }

  .textleft h3 {
    text-align: left;
  }

  .services-grid {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .services-item {
    width: 100%;
    height: 200px;

  }

  .about-content {
    flex-direction: column;
    width: 100%;
  }

  .shop-propos {
	width: 100%;
}

  .about-text {
    width: 100%;
    text-align: center;
  }

  .about-text h2 {
	text-align: start;
  }

  .about-text p {
	text-align: start;
  }

  .about-img img {
    width: 100%;
    height: 300px;
  }

  	.pourquoi-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	}

	.pourquoi-content div {
		width: 100%;
	}

	.avis-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	}

	.avis-content div {
		width: 100%;
	}

  #contactForm {
    gap: 10px;
  }

  #contactForm input,
  #contactForm textarea {
    max-width: 100%;
    font-size: 14px;
  }

  #contactForm button {
    max-width: 100%;
  }

  .contactbtn, .shopbtn {
    padding: 10px 15px;
  }

  .carousel-section {

	margin-bottom: 70px;
}

#contact {
	text-align: start;
}

.scroll-right {

    opacity: 0;
    transform: translateX(0px);
	transform: translateY(50px);
    transition: opacity 1s ease, transform 2s ease;
}

.scroll-right.visible {
    opacity: 1;
	transform: translateY(0px);

}

.scroll-left {
    opacity: 0;
    transform: translateX(0px);
	transform: translateY(50px);
    transition: opacity 1s ease, transform 2s ease;
}

.scroll-left.visible {
    opacity: 1;
	transform: translateY(0px);
}

.icon-scroll-top {
	display: block;
	width: 75px;
	height: auto;
	margin-top: 10vh;
}

}



/* mouse */
@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 40%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 40%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 40%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
.scroll-btn {
	display: block;
	left: 0;
	right: 0;
	text-align: center;
}
.scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 14px;
	font-weight: 900;
	font-weight: normal;
	color: transparent;
	letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: transparent;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 35px;
	height: 60px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1.5px solid transparent;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}
.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 35%;
	left: 55%;
	width: 5px;
	height: 5px;
	margin: -4px 0 0 -4px;
	background: transparents;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}

.white-border {
	border-color: white !important;
}
.white-dot {
	background-color: white !important;
}

/* MENU BURGER */

.burger-menu {
	display: none;
	cursor: pointer;
	position: fixed;
	top: 20px;
  	right: 20px;
	pointer-events: all;
	z-index: 2000;
}

.burger-menu span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: #fff;
  transition: all 0.3s ease;
}

.burger-menu.dark span {
  background-color: black;
}

.burger-menu.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
  background-color: #000;
}

.burger-menu.active span:nth-child(2) {
  opacity: 0;
}

.burger-menu.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  background-color: #000;
}

#mobileMenu {
  display: flex;
  transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
}

@media (max-width: 768px) {
  .burger-menu {
    display: block;
  }

  #mobileMenu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(255, 255, 255, 0.8);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    transform: translateX(100%);
  }

  #mobileMenu .content__nav-item {
    color: #000;
    font-size: 24px;
  }

  #mobileMenu.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}


/* Carousel des avis */
.testimonial-carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;  /* IE et Edge */
  scrollbar-width: none; 
}

.testimonial-carousel::-webkit-scrollbar {
  display: none;             /* Chrome, Safari, Opera */
}

.testimonial-track {
  display: flex;
  transition: transform 0.5s ease;
}

.testimonial {
  flex: 0 0 100%;  /* ou 80% si tu veux un peu de preview */
  scroll-snap-align: start;
  box-sizing: border-box;
  text-align: center;
  font-style: italic;
  color: #fff;
}

.testimonial span {
  display: block;
  font-style: normal;
  font-weight: bold;
  color: #fff;
}



/* Page Contact */
.banner-contact {
    background-image: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url(../img/contact-nathanmaurer.webp);
}

.iframe-full-width-auto-height {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-top: 1vh;
}

.iframe-full-width-auto-height div {
	width: 100%;
	height: 100%;
	border: none;
}