@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
:root {
	font-family: 'arial', sans-serif;
	font-size: 11vw;
}
:root *, :root *:before, :root *:after {
	box-sizing: border-box;
	transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
}
html, body, .main {
	width: 100%;
	height: 100%;
	margin: 0;
}
a{
  text-decoration: none;
  color: white;
}

.bg {
	text-align: center;
	align-items: center;
	font-size: 0.38rem;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
.sousTitre{
	font-size: 0.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bg-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	transform: scale(1.07) perspective(1000px) rotate3d(0, 1, 0, 0deg);
}
.bg-tilter {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100vh;
	z-index: 10;
}
.bg-tilter:hover ~ .bg-wrapper {
	transform: scale(1.07) perspective(1000px) rotate3d(0, 1, 0, -3deg);
}
.bg-tilter:hover ~ .hero span {
	background-position: 50% -100%;
	transform: scale(1.07) perspective(1000px) rotate3d(0, 1, 0, 3deg);
}
.main {
	position: relative;
	display: grid;
	grid-template-rows: 60px 1.5fr 3fr 60px;
	grid-template-columns: 60px repeat(4, 1fr) 60px;
	background-color: white;
	overflow: hidden;
}
.main .hero {
	grid-row: 2 / -2;
	grid-column: 2 / -2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 1.1rem;
	font-weight: bold;
}
.main .hero span {
    padding-bottom: 2rem;
	text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.45);
	background-position: 50% 50%;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	cursor: default;
	z-index: 2;
	transform: scale(1.07) perspective(1000px) rotate3d(0, 1, 0, 0deg);
}
.main .menu {
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: space-between;
	z-index: 4;
	position: fixed;
	padding: 0.06rem;
	width: 100%
}
.logo {
	position: relative;
	width: 350px;
	padding: 0 30px;
	z-index: 40;
	color: white;
	font-size: 0.10rem;
	cursor: pointer;
	text-decoration: none;
}
.main .menu .logo i, .main .menu .logo span {
	position: absolute;
}
.main .menu .logo i {
	font-size: 0.16rem;
	opacity: 0;
}
.main .menu .logo span {
	opacity: 1;
}
.main .menu menu {
	margin: 0;
}
.main .menu menu a {
	margin-right: 0.3rem;
	color: white;
	font-size: 0.12rem;
	text-decoration: none;
}
.menu nav a:hover {
    color: #8E8F9C; /* Ajouter une couleur hover */
}
.main .text-flavor {
	grid-row: 3;
	grid-column: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: white;
	font-size: 0.15rem;
	line-height: 1;
	z-index: 2;
}

.main .options {
    position: fixed; 
    bottom: 0.1rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: white;
    padding: 15px 20px;
    font-size: 1rem;
    z-index: 1000; 
    z-index: 100000000;
}
#flexMiddleChild{
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

#collaboration{
  left: 55%;
  width: max-content;
  justify-content: left;
}
#CreationOriginal{
  left: 10%;
  width: 35%;
}
.TitreOption{
  left: 0px;
  width: 100%;

}
.TitreOption div{
	font-family: "Georgia", serif;
  color: #777;
	font-size: 0.18rem;
  padding-bottom: 0.05rem;
    margin-bottom: 0.15rem;
  width:max-content;
  border-bottom: solid #777 1px;
}
.main .options .option {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	font-size: 0.12rem;
	font-weight: bold;
	overflow: hidden;
	z-index: 3;
  border-radius: 10px;
   transition: box-shadow 0.5s ease-in-out;
}
.PosterLuna:hover{
	box-shadow: 0 0 1rem 0.08rem rgba(0, 167, 183, .3);
}
.PosterNeverlift:hover{
	box-shadow: 0 0 1rem 0.08rem rgba(90, 90, 90, .8);
}
.PosterLaNuit:hover{
	box-shadow: 0 0 1rem 0.08rem rgba(252, 8, 253, 0.3);
}

.main.hide .menu a {
	color: black;
}
.main.hide .bg-wrapper {
	top: -107%;
}
.main.hide .bg-tilter {
	display: none;
}
.main.hide .logo {
	width: 75px;
	padding: 0 10px;
}
.main.hide .logo i {
	opacity: 1;
}
.main.hide .logo span {
	opacity: 0;
}
.main.hide .hero {
	transform: translateY(-30%);
}
.mainFilms{
	position: relative;
	display: grid;
	grid-template-rows: 60px 1.5fr 3fr 60px;
	grid-template-columns: 60px repeat(4, 1fr) 60px;
	background-color: white;
	overflow: hidden;
	height: 5%;
}

.details{
	font-size: 0.1rem;
}
.details div{
	height: 100%;
}

footer{
	position: fixed;
	bottom: 0rem;
	justify-content: center;
	width: 100%;
	text-align: center;
    margin-top: 50px;
    font-size: 0.06rem;
    color: #777;
    z-index: 1000;
}

.details {
  width: 80%;
  margin: 100px auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.detail {
  display: flex;
  align-items: center;
}

.text {
  flex: 1;
  padding: 20px;
}

.text h2 {
  margin-top: 0;
  color: #333;
}

.text p {
  color: #555;
}

.image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.image img {
  width: auto;
  height: 2rem;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.back-button{
 position: fixed;
font-size: 0.1rem;
}

/* La page contact */
.contact-container {
	font-size: 1vw;
    width: 80%;
    margin: 5% 10% 10% 10%;
    font-family: 'Open Sans', sans-serif;
}

.contact-info, .contact-form {
    background-color: rgba(255,255,255,0.9);
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

h1, h2 {
    font-size: 0.12rem;
    color: #333;
}

.contact-info p {
    font-size: 0.08rem;
    color: #555;
}

ul {
    list-style-type: none;
    padding: 0;
}

ul li {
    font-size: 0.07rem;
    color: #555;
    margin-bottom: 10px;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form label {
    font-size: 0.07rem;
    color: #333;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 10px;
    font-size: 0.07rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
}

.contact-form button {
    padding: 10px 20px;
    font-size: 0.07rem;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: #0056b3;
}

.main-header {
    background-color: rgba(0, 0, 0, 0.3); /* Semi-transparent dark background */
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    margin-bottom: 0.1rem;
    border-bottom: solid #777 1px;

}
#logoHeader{
  height: 50px;
  padding-right: 15%;
}
.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 20px;
}

.menu .logo {
    font-size: 0.11rem;
    color: white;
    text-decoration: none;
}

.menu .centered {
    display: flex;
    align-items: center;
     font-size: 0.11rem;
}

.menu nav {
    display: flex;
    gap: 0.2rem;
}

.menu nav a {
    color: white;
    font-size: 0.10rem;
    text-decoration: none;
    transition: color 0.3s ease;
}


@media (max-width: 768px) {

  .centered{
margin-right: 1rem;
  }

.image img {
  height: 2rem;
}

.TitreOption div{
  font-size: 2rem;
}

.main .options {
    left: 0%;
    width: 100%;
    padding: 15px 20px;
    font-size: 1rem;
    z-index: 1000;
}

:root {
	font-size: 20vw;
}
.menu nav a {
font-size: 0.15rem;
}

.insta{
	display: flex;
	 align-items: center;
	  text-decoration: none; 
	  color: #555;
	   gap: 8px;
	   justify-content: center;
}
}
@media (max-width: 600px) {
  :root {
    font-size: 4vw;
  }
  html, body {
    width: 100vw;
    min-width: 0;
    font-size: 16px;
    overflow-x: hidden;
    background: #111;
  }
  .bg-wrapper.bg {
    position: fixed ;
    top: 0; left: 0;
    width: 100vw ;
    height: 100vh ;
    min-height: 320px;
    max-height: 100vh;
    background-size: cover ;
    background-position: center ;
    background-attachment: fixed ;
    z-index: 0 ;
    margin-bottom: 0;
    pointer-events: none;
  }
  .bg-tilter {
    display: none !important;
  }
  .main-header, .menu {
    z-index: 20 !important;
    position: relative;
    font-size: 1rem !important;
    background: rgba(0,0,0,0.5) !important;
  }
  .menu nav a, .menu .logo span, .menu .logo {
    font-size: 0.8rem !important;
    padding: 0 0px !important;
    color: #fff !important;
    margin: 0 !important;
  }
  .main {
    display: flex !important;
    flex-direction: column !important;
    width: 100vw;
    min-width: 0;
    padding: 0;
    margin: 0;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
    background: transparent;
    position: relative;
    z-index: 1;
    padding-top: 10vh;
    min-height: 100vh !important;
    height: auto !important;
    overflow-y: visible !important;
    padding-bottom: 40px !important;
  }
  .main .hero {
    font-size: 2.2rem;
    padding: 1rem;
    margin: 0 auto 1.5rem auto;
    z-index: 10 !important;
    position: relative;
    color: #fff;
    text-shadow: 0 2px 8px #000;
    background: rgba(0,0,0,0.3);
    border-radius: 10px;
    width: fit-content;
    max-width: 90vw;
    text-align: center;
    top: 0;
    box-shadow: 0 2px 12px #0006;
  }
  .main .hero span.bg {
    font-size: 2rem;
    padding-bottom: 1rem;
    color: #fff;
    text-shadow: 0 2px 8px #000;
    background: none !important;
    -webkit-text-fill-color: initial !important;
    -webkit-background-clip: initial !important;
    display: block;
  }
  .main .hero .sousTitre {
    font-size: 1.1rem;
    color: #fff;
    text-shadow: 0 2px 8px #000;
    margin-top: 0.5rem;
  }
  .main .options {
    position: static !important;
    flex-direction: column !important;
    width: 100vw !important;
    left: 0 !important;
    bottom: 0 !important;
    padding: 10px 0 60px 0 !important;
    gap: 40px !important;
    align-items: center !important;
    background: transparent;
    z-index: 3;
    overflow: visible !important;
    min-height: 60vh !important;
    height: auto !important;
  }
  .main .options .option {
    width: 100% !important;
    margin-bottom: 40px !important;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .main .options .image img {
    width: 90vw !important;
    min-width: 120px;
    height: auto !important;
    border-radius: 10px;
    box-shadow: 0 4px 16px #0008;
    display: block;
    margin: 0 auto;
  }
  footer{
    position: relative ;
  }
  footer p {
    position: relative !important;
    left: auto; bottom: auto;
    font-size: 0.8rem;
    color: #bbb;
    background: none;
    width: 100vw;
    text-align: center;
    z-index: 10000 !important;
    box-shadow: none;
    padding: 10px 0 6px 0;
    margin-top: 30px;
    text-decoration: none;
  }
  .contact-container {
    width: 98vw;
    margin: 10px 1vw;
    font-size: 1rem;
    padding: 0;
  }
  .contact-info, .contact-form {
    padding: 10px;
  }
  h1, h2 {
    font-size: 1.1rem;
  }
  ul li, .contact-form label, .contact-form input, .contact-form textarea, .contact-form button {
    font-size: 1rem;
  }
  #flexMiddleChild {
    flex-direction: column;
}
}