* {	
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
@font-face {
	font-family: "KUPOLE";
	src: url('../fonts/KUPOLE.ttf')  format('truetype');
}

@font-face {
	font-family: "Comfortaa";
	src: url('../fonts/Comfortaa-VariableFont_wght.ttf')  format('truetype');
}

@font-face {
	font-family: "Zara";
	src: url('../fonts/Zara-Regular.woff')  format('woff');
}

body {
	background-color: #f2f2f2;
}
/* width */
::-webkit-scrollbar {
  width: 40px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #f02641; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #a191af; 
}
nav, {
	scroll-behavior: smooth;
}

.gigaconteneur{
background-color: #f1f1f1;
display: block;
width: 100%;
}

.conteneur1{
	background-image: url("../images/danseur_tram6_bando.jpg");
	background-size:cover;
	position : relative ; 
	display: flex;
	width:100%;
	height:50vw;
	
}

.conteneur0{
	background-image: url("../images/tram_rouge.png");
	background-size:cover;
	position : relative ; 
	display: flex;
	width:100%;
	height:50vw;
	
}
.texte-pres{
	height: 300px;
	width: 1000px;
	margin: auto;
	padding: 10px;
	position: relative;
	text-align:center;
}

.nom{
	width: 100vh;
	height: 100vh;
}

.bouton1 {
	position: fixed;
	top: 120px;
	z-index: 2;
}

.bouton2 {
	position: fixed;
	top:270px;
	z-index: 2;
}

.bouton3 {
	position: fixed;
	top:55px;
	right: 40px;
	z-index: 2;
}

.bouton4 {
	position: fixed;
	top:420px;
	z-index: 2;
}

.bouton1 img {
	height: 20vh;
}

.bouton2 img {
	height: 20vh;
	
}

.bouton3 img {
	height: 10vh;
}

.bouton4 img {
	height: 20vh;
}


.texte-pres p {
	color: #f1f1f1;
	font-family: Comfortaa, light;
	font-size: 20px;
}



.texte-pres h1 {
	color: #f1f1f1;
	font-family: KUPOLE;
	font-size: 60px;
	margin: 35px;

}

















marquee {
	color:#a191af;
	font-size: 20px;
	font-family: Comfortaa, Light;

}

.conteneur2 {
	max-width:1224px;
	width:90%;
	margin: auto;
	padding: 40px 0;
}

.categorie1 {
	background-color:#f2f2f2;
	width:100%;
	height:15vw;
}

.categorie1 img{
  display: block;
  margin: auto;
  width: 50%;
}

.galerie {
	display:flex;
	gap: 20px;	
}

.column {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.illustration img {
	width: 100%;
	border-radius: 5px;
	object-fit: cover;
}



















.conteneur3{
	background-color:#a191af;
	width: 100%;
}

.categorie2 {
	background-color:#f2f2f2;
	width:100%;
	height:15vw;
}

.categorie2 img{
  display: block;
  margin: auto;
  width: 50%;
}

.visuel {
	overflow-y: hidden;
	overflow-x: scroll;
	padding: 60px 0;
	white-space: nowrap;
}


.visuel:hover .visuel-slide{
	animation-play-state: paused;
}

.texte{
	background-image: url("../images/tram_gris.gif");
	height:400px;
	max-width:400px;
	min-width:200px;
	display:inline-block;
	margin:1vh;
	padding:1vh;
	vertical-align:top;
	text-wrap: wrap;
}

.texte h1 {
	font-family: Comfortaa;
	font-size: 40px;
	margin: 10px;
}

.texte p {
	font-family: Comfortaa;
	font-size: 25px;
	margin: 10px;
}


.visuel-slide {
	display: inline-block;
	animation: 100s slide infinite linear;
}

.visuel-slide img {
	height: 400px;
	margin: 0 10px;
}



@keyframes slide {
	from {
		transform: translateX(0);
		}
	to {
		transform: translateX(-100%);
	}
}
































.conteneur4{
	background-image: url("../images/tram_rouge.png");
	background-size:cover;
	position : relative ; 
	display: flex;
	width:100%;
	height:30vw;
	padding:55px;
}

.conteneur4 img{
	height:150px;
	position: absolute;
	top: 180px;
	right: 50px;
}

.texte-contact1{
	height: 300px;
	width: 500px;
	margin: auto;
	padding: 10px;
	position: absolute;
	top: 80px;
	left: 100px;
	display:inline-block;
}



.texte-contact1 p {
	color: #f1f1f1;
	font-family: Comfortaa;
	font-size: 20px;
}



.texte-contact1 h1 {
	color: #f1f1f1;
	font-family: Zara;
	font-size: 40px;
}

.texte-contact2{
	height: 300px;
	width: 500px;
	margin: auto;
	padding: 10px;
	position: absolute;
	top: 60px;
	right: 200px;
	display:inline-block;
}


.texte-contact2 p {
	color: #f1f1f1;
	font-family: Comfortaa;
	font-size: 20px;
}


.texte-contact2 h1 {
	color: #f1f1f1;
	font-family: KUPOLE;
	font-size: 60px;
}




















@media screen and (max-width: 500px){

* {	
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #f2f2f2;
}
/* width */
::-webkit-scrollbar {
  width: 40px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #f02641; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #a191af; 
}
nav, {
	scroll-behavior: smooth;
}

.gigaconteneur{
background-color: #f1f1f1;
display: block;
width: 100%;
}

.conteneur1{
	background-image: url("../images/danseur_tram6_bando.jpg");
	background-size:cover;
	position : relative ; 
	display: flex;
	width:100%;
	height:50vw;
	
}

.conteneur0{
	background-image: url("../images/tram_rouge.png");
	background-size:cover;
	position : relative ; 
	display: flex;
	width:100%;
	height:50vw;
	
}
.texte-pres{
	height: 300px;
	width: 1000px;
	margin: auto;
	padding: 10px;
	position: relative;
	text-align:center;
}

.nom{
	width: 100vh;
	height: 100vh;
}

.bouton1 {
	position: fixed;
	top: 120px;
	z-index: 2;
}

.bouton2 {
	position: fixed;
	top:660px;
	z-index: 2;
}

.bouton3 {
	position: fixed;
	top:55px;
	right: 40px;
	z-index: 2;
}

.bouton4 {
	position: fixed;
	top:880px;
	z-index: 2;
}

.bouton1 img {
	height: 10vh;
}

.bouton2 img {
	height: 10vh;
	
}

.bouton3 img {
	height: 10px;
}

.bouton4 img {
	height: 10vh;
}

.texte-pres p {
	color: #f1f1f1;
	font-family: Comfortaa, light;
	font-size: 20px;
}

.texte-pres h1 {
	color: #f1f1f1;
	font-family: KUPOLE regular;
	font-size: 60px;
	margin: 35px;

}

















marquee {
	color:#a191af;
	font-size: 20px;
	font-family: Comfortaa, Light;

}

.conteneur2 {
	max-width:1224px;
	width:90%;
	margin: auto;
	padding: 40px 0;
}

.categorie1 {
	background-color:#f2f2f2;
	width:100%;
	height:15vw;
}

.categorie1 img{
  display: block;
  margin: auto;
  width: 50%;
}

.galerie {
	display:flex;
	gap: 20px;	
}

.column {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.illustration img {
	width: 100%;
	border-radius: 5px;
	object-fit: cover;
}



















.conteneur3{
	background-color:#a191af;
	width: 100%;
}

.categorie2 {
	background-color:#f2f2f2;
	width:100%;
	height:15vw;
}

.categorie2 img{
  display: block;
  margin: auto;
  width: 50%;
}

.visuel {
	overflow-y: hidden;
	overflow-x: scroll;
	padding: 60px 0;
	white-space: nowrap;
}


.visuel:hover .visuel-slide{
	animation-play-state: paused;
}

.texte{
	background-image: url("../images/tram_gris.gif");
	height:400px;
	max-width:400px;
	min-width:200px;
	display:inline-block;
	margin:1vh;
	padding:1vh;
	vertical-align:top;
	text-wrap: wrap;
}

.texte h1 {
	font-family: Comfortaa;
	font-size: 40px;
	margin: 10px;
}

.texte p {
	font-family: Comfortaa, light;
	font-size: 25px;
	margin: 10px;
}


.visuel-slide {
	display: inline-block;
	animation: 100s slide infinite linear;
}

.visuel-slide img {
	height: 400px;
	margin: 0 10px;
}



@keyframes slide {
	from {
		transform: translateX(0);
		}
	to {
		transform: translateX(-100%);
	}
}
































.conteneur4{
	background-image: url("../images/tram_rouge.png");
	background-size:cover;
	position : relative ; 
	display: flex;
	width:100%;
	height:30vw;
	padding:55px;
}

.conteneur4 img{
	height:150px;
	position: absolute;
	top: 180px;
	right: 50px;
}

.texte-contact1{
	height: 300px;
	width: 500px;
	margin: auto;
	padding: 10px;
	position: absolute;
	top: 80px;
	left: 100px;
	display:inline-block;
}

.texte-contact1 p {
	color: #f1f1f1;
	font-family: Comfortaa, light;
	font-size: 20px;
}

.texte-contact1 h1 {
	color: #f1f1f1;
	font-family: Zara;
	font-size: 40px;
}

.texte-contact2{
	height: 300px;
	width: 500px;
	margin: auto;
	padding: 10px;
	position: absolute;
	top: 60px;
	right: 200px;
	display:inline-block;
}

.texte-contact2 p {
	color: #f1f1f1;
	font-family: Comfortaa, light;
	font-size: 20px;
}

.texte-contact2 h1 {
	color: #f1f1f1;
	font-family: KUPOLE regular;
	font-size: 60px;
}

}
