
/* En tete */

/* Autres pages */
html {
  scroll-behavior: smooth;
}

.brochure {
font-size: 20px;
text-decoration: none;
}

.brochure:visited {
	color: lightcoral;
}

.brochure:link {
	color: lightcoral;
}

.brochure:hover {
	background-color: #111 
}

.highlighted {
  color: red;
}
/* make each section taller and give them different colors */
#content div {
  height: 100vh;
  /* align the text in the middle */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: bold;
  scroll-snap-align: start;
}

.container3 {
	scroll-snap-type:  y mandatory;
	overflow-y: scroll;
	height: 100vh;
}

#section1 {
  background-color: lightcoral;
}
#section2 {
  background-color: lightblue;
}
#section3 {
  background-color: lightgreen;
}

#section4 {
	background-color: salmon;
}

#section5 {
	background-color: mediumaquamarine;
}

#section6 {
	background-color: slateblue;
}

#section7 {
	background-color: cornflowerblue;
}

.carré {
	z-index: 5;
	height: 350px;
	width: auto;
	position: relative;
	background-image: linear-gradient(to right, #904e95, #e96443);
}

body {
	margin: 0;
	padding:  0;
	font-family: arial, sans-serif;
	height: 100vh;
	background-size: cover;
	z-index: 0;
	overflow-x: hidden;
}

.bloc {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 500vw;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 6;
}

.bloc span {
	font-size: 10vw;
	position: relative;	
	letter-spacing: 25px;
	color: black;
}

.ligne {
	width: 85vw;
	height: 35px;
	background: #f1f1f1;
	border-radius: 9999px;
	margin:  0 auto;
	position: absolute;
	z-index:  10;
}

span:nth-child(odd) {
	z-index: 11;
}

span:nth-child(even) {
	z-index: 9;
}

h1{
	font-size: 45px;
	font-family: 'Arial', sans-serif;;
	color: lightcoral;
	text-align: center;
}

h2{
	font-size: 30px;
	font-family: 'Arial', sans-serif;
	color: white;
	text-align: center;
}

p{
	font-size: 18px;
	font-family: 'Arial', sans-serif;
	color: white;
	text-align: center;
	line-height:  23px;
}


.socialmedia {
	position: absolute;
	top: 195%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	padding: 20px;
	background: #1c1c1e;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 15 px 50 px rgba 0,0,0,.2;
	z-index: 2;
}

.graphisme {
	position: absolute;
	top: 133%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	padding: 20px;
	background: #1c1c1e;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 15 px 50 px rgba 0,0,0,.2;
	z-index: 2;
} 

.activites{
	position: absolute;
	top: 70%;
	left: 20%;
	transform: translate(-50%, -50%);
	width: 600px;
	padding: 20px;
	background: #1c1c1e;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 15 px 50 px rgba 0,0,0,.2;
	z-index: 2;
}

.imagebandeau {
	display: block;
  box-sizing:content-box;
  max-height: 60vh;
  width: calc(100% + 22vh);
  object-position: 50% 30%;
  object-fit: cover;
  z-index: 1;
}

.video {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	float: left;
	shape-outside: circle();
	margin: 30px;
	position: absolute;
	top: 50%;
	right: 30%;
	z-index: 3;
}

/*PAGE D'ACCUEIL*/

/* Barre de réseaux sociaux */

 /* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 6;
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #1c1c1e;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.discord {
  background: #7289da ;
  color: white;
}

.twitch {
  background: #6441a4;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
} 

.instagram {
	background: #c32aa3;
	color: white;
}

.tiktok {
	background: #0c0c04;
	color: white;
}

/* Navbar */

#wrap {
	width: 100%;
	height: 50px;
	z-index: 5;
	background-color: #1c1c1e;
	position: fixed;
  top: 0;
}

/* Taille et position */
.navbar {
	height: 50px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%; 
	left: 50%; /* à 50%/50% du parent référent */
	transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
	z-index: 0;
}

/* Apparence de la barre */
.navbar li {
	height: auto;
	width: 135.8px; 
	float: left;
	text-align: center; 
	list-style: none;  
	font: normal lighter 15px/1em Bahnschrift;  
	padding: 0;
	margin: 0;
	background-color: #1c1c1e;
}

/* Style des balises d'ancrage */

.navbar a {							
	padding: 15px 0; 
	color: white; 
	display: block;
	vertical-align: middle;
	text-decoration: none;
}

/* Navbar qui change de couleur en survol */
.navbar li:hover, a:hover {
	background-color: #904e95;
}

/* Masquer le menu déroulant, et l'afficher quand la souris est placé sur un élément principal du menu */

.navbar li ul {
	display: none;
	height: auto;	
	margin: 0;
	padding: 0;								
}

.navbar li:hover ul {
	display: block;
}

/* Style du menu déroulant */ 
.navbar li ul li {
	background-color: #1c1c1e;
}

/* Changement des bordures pour créer un effet de menu principal */

.navbar li ul li a {
	border: none; 
}

.navbar li ul li a:hover {
	background-color: #a3a1a1;
}

/* Filtre blanc au passage de la souris sur l'image d'accueil */

.image-container {
position: relative;
}

.image-container::after {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(240, 240, 240, 0.4);
opacity: 0;
transition: opacity 0.3s;
cursor: pointer;
}

.image-container:hover::after {
opacity: 1;
}

.onClickTextOverImage div{
  position:absolute;
  color:#fff;
  padding:8px;
  top:0;
  bottom:0;
  right:0;
  left:0;
  background-color:rgba(0,0,0,0.5);
  border-radius:16px;
  padding-top:35%;
  text-align:center;
  opacity:0;
  visibility:hidden;
  transition:.3s;
}

.onClickTextOverImage.show div{
  opacity:0.5;
  padding-top:24%;
  visibility:visible;
}

/* Formulaire de contact */

 /* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
  background-color: #C0C0C0;
}

::placeholder {
  color: black;
  font-size: 1.5em;
}

input, select, textarea{
    color: black;
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #1C1C1E;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button */

input[type=submit] {
	background-color: lightcoral;
}

input[type=submit]:hover {
  background-color: lightpink;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: #1C1C1E;
  padding: 20px;
  margin-top: 10px;
} 

/* Timeline */ 

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "Montserrat";
}
.container2 {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  background-color: #111;
}
.timeline {
  width: 80%;
  height: auto;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.timeline ul {
  list-style: none;
}
.timeline ul li {
  padding: 20px;
  background-color: #1e1f22;
  color: white;
  border-radius: 10px;
  margin-bottom: 20px;
}
.timeline ul li:last-child {
  margin-bottom: 0;
}
.timeline-content h1 {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 10px;
}
.timeline-content p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.timeline-content .date {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  .timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: gray;
  }
  .timeline ul li {
    width: 50%;
    position: relative;
    margin-bottom: 50px;
  }
  .timeline ul li:nth-child(odd) {
    float: left;
    clear: right;
    transform: translateX(-30px);
    border-radius: 20px 0px 20px 20px;
  }
  .timeline ul li:nth-child(even) {
    float: right;
    clear: left;
    transform: translateX(30px);
    border-radius: 0px 20px 20px 20px;
  }
  .timeline ul li::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: gray;
    top: 0px;
  }
  .timeline ul li:nth-child(odd)::before {
    transform: translate(50%, -50%);
    right: -30px;
  }
  .timeline ul li:nth-child(even)::before {
    transform: translate(-50%, -50%);
    left: -30px;
  }
  .timeline-content .date {
    position: absolute;
    top: -30px;
  }
  .timeline ul li:hover::before {
    background-color: aqua;
  }
}

#content {
	height: 100vh;
}

@media only screen and (max-width:768px) {
	.icon-bar{
		display: none;
	}
}


