
body {
  background-color: #f8f7f5;
  color: black;
  transition: all 0.3s ease-in-out;
	margin:0;
	font-family: 'Inter', sans-serif;
	overflow-x: hidden;
}

.wrapper{
	width: 1080px;
	margin:0 auto;
	max-width: 100%;
	box-sizing: border-box;
}

.image {
	top:0;
	width: 100%;
	height: 100vh;

}

.imageDonnees {
	top:0;
	width: 100%;
	height: 60vh;
}


.titretableau{
	font-size: 6vh;
	text-align: center;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	margin:75px;
}

	.navBar {
    display: flex;
    align-items: center; 
    position: fixed;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    border-radius: 40px;
    background-color: #fffa;
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 20px #0003;
    padding: 9px 2rem; 
}

.navBar ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.navBar a {
    transition: all 0.2s;
    position: relative;
    padding: 1rem 2rem;
    border-radius: 5px;
    text-decoration: none;
    color: unset;
}



.navBar a:hover {
	background-color: #f9be7b; 
}


.navBar a.active {
	color: #F3931B;
}

body.dark-mode .sous-titre_credit{
	color:#fff;
}

/* Mode sombre */
body.dark-mode .navBar {
	background-color: rgba(0, 0, 0, 0.5); 
}

body.dark-mode .navBar a {
	color: #ddd; 
}

body.dark-mode .navBar a.active {
	color: #F3931B;
}

body.dark-mode .navBar a:hover {
	background-color: rgba(243, 147, 27, 0.3);
}


.title{
	position: absolute;
	color: white;
	font-size: 20vh;
	top: 45%;
	left: 35%;
	font-family: Arial, Helvetica, sans-serif;
	transform: translate(-50%, -50%);
	font-weight: 600;
	text-wrap: nowrap;
}
/* ------------------------------------------------ mot page haut  ----------------------------------------- */

.container_mot_haut{
	width: 100%;
	position:absolute;
	top:55%;
	color:#fff;
	font-size: 14px;
}

.mot_haut{
	display: flex;
	justify-content: space-around;

	p{
			
		a {
			color: inherit;
			text-decoration: none;
			display: flex;
			flex-direction: column;
			height: 1em;
			overflow: hidden;
			
			&::after {
				content: attr(data-text);
			}

			span, &::after {
				transition: transform 0.3s;
			}
			
			&:hover {
				span, &::after {
					transform: translateY(-100%);
				}
			}
		}
	}
}

.mot_haut p a { 
	user-select: none; 
}

/* ------------------------------------------------ Titre defilant  ----------------------------------------- */


.bar {
	position: absolute;
	top: 60%;
	width: 100%; 
	margin:0 auto;
	max-width: 100%;
	box-sizing: border-box;
	overflow: hidden;  
	background-color: transparent;  
	color: white;  
	height: 35vh;  
	display: flex;
	align-items: center;
}


.bar_content {
	display: flex; 
	font-size: 30vh;  
	white-space: nowrap;  
	animation: move 20s linear infinite;  
	letter-spacing: 0.5rem;
	font-weight: 500; 
    cursor: default; 
    user-select: none; 

}


.bar_content .space {
	margin-right: 100px; 
}


@keyframes move {
	0% {
			transform: translateX(0%); 
	}
	100% {
			transform: translateX(-50%);  
	}
}

/* ------------------------------------------------ Footer defilant  ----------------------------------------- */



.bar2 {
	position: relative;
	bottom: 0%;
	left: 0;
	width: 100%; 
	overflow: hidden;  
	background-color: transparent;  
	color: #F3931B;  
	height: 35vh;  
	display: flex;
	align-items: center;
}
.bar2:hover{
color: transparent; 
    -webkit-text-stroke: 3px #F3931B; 
    text-stroke: 1px black;
}


body.dark-mode .bar2 {
	position: relative;
	bottom: 0%;
	left: 0;
	width: 100%; 
	overflow: hidden;  
	background-color: transparent;  
	color: #Fff;  
	height: 35vh;  
	display: flex;
	align-items: center;
}

body.dark-mode .bar2:hover{
	color: transparent; 
			-webkit-text-stroke: 3px #Fff; 
			text-stroke: 1px black; 
	}



.bar_content2 {
	display: flex; 
	font-size: 30vh; 
	font-weight: 600;
	white-space: nowrap;  
	animation: move 30s linear infinite;  
	letter-spacing: 0.5rem;
}


.bar_content2 .space2 {
	margin-right: 20vh; 
}


@keyframes move {
	0% {
			transform: translateX(0%); 
	}
	100% {
			transform: translateX(-50%);  
	}
}





/* ------------------------------------------------ Index Section gauche droite  ----------------------------------------- */

.paragraphe_section{
	font-size: 3vh	;
}
/* ------------------------------------------------ Cursor ----------------------------------------- */

#toggleMode{
		cursor: pointer;
		width: 200px;
}





.footer{
	display: flex;
	justify-content: space-evenly;
	font-family: 'Times New Roman', Times, serif;
	align-items: center;
	height:20vh;
	margin-top: 15vh;
	font-size: 1em;
	border-top: 1px solid #ccc; 
	padding-top: 10vh;
	padding-bottom: 8vh;

	
a {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 1em;
  overflow: hidden;
  
  &::after {
    content: attr(data-text);
  }

  span, &::after {
    transition: transform 0.3s;
  }
  
  &:hover {
    span, &::after {
      transform: translateY(-100%);
    }
  }
}
	.credit_footer:hover{
		color:#F3931B;
	}
}



div.dataTables_wrapper{
	margin:30px;
}


.intro {
	max-width: 80vw;
	margin: auto;
	padding: 4vw;
	margin-top: 120px;
}

.intro p {
	display: inline;
	font-family: sans-serif;
	font-size: clamp(1.8rem, 4vw, 3rem);
	font-weight: 500;
	letter-spacing: -0.015em;
	line-height: 1.2;
	background: linear-gradient(90deg, black, black);
	background-size: 0% 100%;
	background-repeat: no-repeat;
	background-clip: text;
	color: #0003;
	animation: textReveal forwards;
	animation-timeline: view(30%);
}


body.dark-mode .intro {
	max-width: 80vw;
	margin: auto;
	padding: 4vw;
	margin-top: 120px;
}

body.dark-mode .intro p {
	display: inline;
	font-family: sans-serif;
	font-size: clamp(1.8rem, 4vw, 3rem); 
	font-weight: 500;
	letter-spacing: -0.015em;
	line-height: 1.2;
	background: linear-gradient(90deg, white, white);
	background-size: 0% 100%;
	background-repeat: no-repeat;
	background-clip: text;
	color: #fff3;
	animation: textReveal forwards;
	animation-timeline: view(30%);
}





@keyframes textReveal {
	0% {
			background-size: 0% 100%;
	}
	100% {
			background-size: 100% 100%;
	}
}

#tableau{
	border-spacing: 0 15px;
	border-collapse: separate;
	border-radius: 15px;
  overflow: hidden; 
  border-collapse: separate; 
	padding:20px;

}

table.dataTable tbody th, table.dataTable tbody td{
	padding:1.5rem;
}

table.dataTable thead tr{
	text-transform: uppercase;
	padding: 1.5rem;

}

table.dataTable thead th{
	padding: 1.5rem;
}

.dataTables_wrapper{
	border-radius: 10px;
}

html.dark .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
	background-color: #F3931B;
}


.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
	background: #F3931B;
	border:#F3931B;
}
/* -----#0f0b09 ou #131313------------------------------------------- Mode sombre ----------------------------------------- */

/* Mode sombre pour body */
body.dark-mode {
  background-color: #12130f;
  color: white;
}

/*Tableau données*/
table.dataTable thead {
  background-color: #333;
  color: #fff;
}


table.dataTable tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}

table.dataTable tbody tr:nth-child(even) {
  background-color: #fff;
}

table.dataTable tbody tr:hover {
  background-color: #ddd;
  cursor: pointer;
}



.dataTables_wrapper .dataTables_filter {
  margin-bottom: 35px; 
}

.dataTables_wrapper .dataTables_info {
  margin-top: 20px;
}

.dataTables_wrapper .paging_simple_numbers {
  margin-top: 20px;
}

table.dataTable th.sorting_asc,
table.dataTable th.sorting_desc {
    background-color: #F3931B; 
    color: white;
}


table.dataTable td.sorting_1,
table.dataTable th.sorting_1 {
    background-color: #ffefdc; 
    color: #333; 
}


body.dark-mode table.dataTable {
  color: #f0f0f0; 
}

body.dark-mode table.dataTable thead {
  background-color: #29293d; 
  color: #f0f0f0;
}

body.dark-mode table.dataTable tbody tr:nth-child(odd) {
  background-color: #2a2a3d; 
}

body.dark-mode table.dataTable tbody tr:nth-child(even) {
  background-color: #242434; 
}


body.dark-mode table.dataTable td, 
body.dark-mode table.dataTable th {
  border-color: #3a3a5b;
}



body:not(.dark-mode) .dataTables_filter input {
  background-color: #ffffff !important;
  color: #000000 !important; 
  border: 1px solid #ccc !important; 
  padding: 5px !important; 
  border-radius: 5px !important; 
  width: auto !important; 
}


body:not(.dark-mode) .dataTables_filter input:focus {
  outline: none !important; 
  border-color: #007bff !important; 
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5) !important;
}


body:not(.dark-mode) .dataTables_length select {
  background-color: #ffffff !important; 
  color: #000000 !important;
  border: 1px solid #ccc !important;
  padding: 5px !important; 
  border-radius: 5px !important; 
  width: auto !important; 
}


body:not(.dark-mode) .dataTables_length select:focus {
  outline: none !important; 
  border-color: #007bff !important; 
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5) !important; 
}





/*-------------------------------Autre version bouton --------------------------------------*/

.toggle-container {
	margin-left: auto;  
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 10px;
}


#toggleMode {
	display: none;
}


.toggle-switch {
	width: 70px;
	height: 35px;
	background-color: #ddd;
	border-radius: 35px;
	position: relative;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.toggle-switch::before {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #F3931B;  
	top: 2.5px;
	left: 3px;
	transition: left 0.3s ease-in-out, background-color 0.3s ease-in-out;

}


#toggleMode:checked + .toggle-switch {
	background-color: #333; 
}

#toggleMode:checked + .toggle-switch::before {
	left: 37px;
	background-color: #f1c40f; 
}

/* ------------------------------------------------------------------------------------------------- */

.image_menu_card{
	display:flex;
	justify-content: space-around;
	.card{
		width: 20%;
	}
}


/* -------------------------------------Auto scroll ------------------------------------------------------------ */


.titre_auto_scroll{
	text-align: center;
	margin-top: 30vh;
	font-size: 70px;
}

/* -------------------------------------Auto scroll ------------------------------------------------------------ */


#container {
	height: 70vh;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 80px;
}

.photobanner {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	animation: bannermove 100s linear infinite;
}

.photobanner img {
	margin: 0 10px;
	display: block;
	vertical-align: middle;
	width: 35vh;
	border-radius: 12px;
}

.photobanner::after {
	content: '';
	display: block;
	width: 100%;
}

@keyframes bannermove {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

/* -------------------------------------SECTION ------------------------------------------------------------ */

.section {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25vh;
	gap: 5vh;
}

.image_section {
	width: 35vw; 
	border-radius: 12px;
	object-fit: cover;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.titre_paragraphe {
	width: 45vw; 
	margin: 0;
	text-align: left;
}

.titre_section {
	font-size: 5.5vh;
	margin-top: 0;
	color: #151515;
}

.paragraphe_section {
	font-size: 2.5vh;
	line-height: 1.6;
	color: #333;
	margin-bottom: 20px;
}

body.dark-mode .titre_section{
	color: #fff;
}
body.dark-mode .paragraphe_section{
	color: #fff;
}
.btn_action {
	padding: 12px 24px;
	background-color: #F3931B;
	color: #fff;
	font-size: 1.6vh;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	width: 66px;
	a{
		text-decoration: none;
		color:unset;
	}
}

.btn_action:hover {
	background-color: #c17416;
}

/*_______________________________________ video ______________________________________*/



.video_container {
	position: relative;
	width: 100%;
	height: 100vh; 
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-top: 30vh;
}

.video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.video_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 20px;
}

.text_video {
	color: #fff;
	font-size: 12vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 550;
	white-space: nowrap;
	text-align: center;
}

.video-custom::-webkit-media-controls {
	display: none !important;
}

/*_______________________________________ Page Partenaire ______________________________________*/

.titre_partenaire{
	text-align: center;
	margin-top: 5vh;
	font-size: 50px;
}

.sous-titre_partenaire{
	text-align: center;
	color:#000000a1;
}

body.dark-mode .sous-titre_partenaire{
	color:#fff;
}

.image_partenaire{
	width: 45vh;
	border-radius: 12px;
	z-index: -1;
}

.section_profil_partenaire{
	display: flex;
	align-items: flex-end;
	gap:10vh;
	margin-top: 25vh;

}

.titre_paragraphe_partenaire{
	width: 100vh;
	padding-bottom: 7vh;
}



.section_profil_partenaire_gauche{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	gap:10vh;
	margin-top: 25vh;
}

.titre_paragraphe_partenaire_gauche{
	width: 100vh;
	padding-bottom: 7vh;
}

.role{
    font-family: 'inter', serif;
    font-size: 43px;
    font-weight: 400;
    letter-spacing: 2px;

}

.role2{
	font-family: 'inter', serif;
	font-size: 43px;
	font-weight: 400;
	letter-spacing: 2px;


}

.section_bouton{
	display: flex;
	flex-direction: column;
	gap:5vh;
}

.trait{
	margin-top: 20vh;
}
.sae106{
	display: flex;
	height:20vh;
	margin:25vh 30vh;
	background-color: #F3931B;
	justify-content: space-evenly;
	align-items: center;
	border-radius: 12px;

	a{
		color:unset;
		text-decoration: none;
		font-size: 18px;
	}
}

.btn {
	display: inline-block;
	padding: 12px 24px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: white;
	background-color: #ff9800; 
	border-radius: 20px;
	transition: all 0.3s ease;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
	border: none;
	text-align: center;
}



#btn_maheo:hover{
	background-color: #2c003e; 
	box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
	transform: translateY(-2px);
}

#btn_pazan:hover{
	background-color: #523a5f; 
	box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
	transform: translateY(-2px);
}

#btn_andre:hover{
	background-color: #4cae78; 
	box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
	transform: translateY(-2px);
}

#btn_lochus:hover{
	background-color: #f1c40f; 
	box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
	transform: translateY(-2px);
}


.btn:active {
	transform: translateY(1px);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}


	
a {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 1em;
  overflow: hidden;
  
  &::after {
    content: attr(data-text);
  }

  span, &::after {
    transition: transform 0.3s;
  }
  
  &:hover {
    span, &::after {
      transform: translateY(-100%);
    }
  }
}


/*_______________________________________ Page Contact ______________________________________*/


.formulaire-image{
	margin-top: 130px;
	display: flex;
	justify-content: center;
	
}

.imageContact{
	width: 335px;
	border-radius: 10px 0px 0px 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

}

.formulaire{
	
	width: 300px;
	padding: 40px;
	background: #fff;
	border-radius: 0px 10px 10px 0;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

}

.en-tete{
	display: flex;
	gap:20px;
}

.input_formulaire, textarea{

	margin-top:15px;
	padding:10px 0px 10px 10px;
	width: 100%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	border: 0.5px solid #ddd;
	
}


.label{
	display: block;
	margin-top: 20px; 	
	text-transform: uppercase;
}



.bouton-envoyer{
	all:unset;
	margin-top: 20px;
	padding: 10px	0px;
	width: 100%;
	background-color: #F3931B;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}


.obligatoire{
	color: red;
}

/* Dark mode */

body.dark-mode .formulaire {
	background: #1e1e1e; 
	color: #fff; 
	box-shadow: 0 4px 10px rgba(255, 255, 255, 0.1);
}

body.dark-mode input,
body.dark-mode textarea {
	background: #2a2a2a; 
	color: #fff;
	border: 0.5px solid #444; 
	box-shadow: 0 2px 5px rgba(255, 255, 255, 0.1);
}

body.dark-mode .bouton-envoyer {
	background-color: #ff9800; 
	box-shadow: 0 2px 5px rgba(255, 255, 255, 0.1);
}

.container_radio {


	label {
		order: 2; 
		margin-left: 10px; 
	}
}

.demande_formulaire {
	order: 1; 
}



.bouton-envoyer {
	margin-top: 20px;
	
}



/*_______________________________________ Page Galerie ______________________________________*/

.galerie_image {
	column-count: 4;
	column-gap: 15px; 
	padding: 20px;
}

.galerie_image img {
	width: 100%; 
	margin-bottom: 15px; 
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}


.galerie_image img:hover {
	transform: translateY(-10px);
}


.form_galerie {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
  font-family: Arial, sans-serif;
	border: 2px solid #ff9800;  
  border-radius: 10px;         
  width: 300px;                
  margin: 20px;  
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.televersement {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.texte_galerie{
	text-align: center;
	color:#000000a1;
}

body.dark-mode .texte_galerie{
	color:#fff;
}
.upload{
	display: flex;
	justify-content: center;
}


.input_galerie {
  display: block; 
  width: 100%; 
  height: 50px; 
  border: 2px dotted #ff9800; 
  padding: 10px;
  margin-top: 10px;
  font-size: 16px;
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 5px;
  transition: border-color 0.3s, background-color 0.3s;
}


.input_galerie:hover {
  background-color: #eaeaea;
  border-color: #ff9800;
}


.input_galerie::-webkit-file-upload-button {
  display: none;
}

.bouton_galerie {
  background-color: #ff9800;
  color: white;
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
	margin-top:30px;
}

.bouton_galerie:hover {
  background-color: #da8300;
}

/*________________________________________________CREDITS_________________________________________*/


._credit_container {
	display: flex;
	gap: 15px;
	width: 100%;
	justify-content: center;
	margin-top:20vh;
}


._credit_column {
	display: flex;
	flex-direction: column;
	gap: 15px;
	flex: 1;
}


._credit_card {

	position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}


._credit_tall { height: 300px; }
._credit_short { height: 180px; }
._credit_medium { height: 250px; }


._credit_content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}



._credit_card img {
	width: 100%;
	height: 100%;
	object-fit: cover; 
	transition: transform 0.3s ease-in-out;
}

._credit_card:hover {
	transform: scale(1.05); 
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

._credit_card:hover img {
	transform: scale(1.1); 
}


._credit_hover-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	padding: 10px;
	text-align: center;
	opacity: 0;
	transform: translateY(100%);
	transition: opacity 0.3s, transform 0.3s;
}

._credit_card:hover ._credit_hover-content {
	opacity: 1;
	transform: translateY(0);
}


._credit_btn {
	display: inline-block;
	background: #ff9800;
	color: white;
	padding: 8px 12px;
	text-decoration: none;
	border-radius: 5px;
	margin-top: 8px;
	transition: background 0.3s;
}

._credit_btn:hover {
	background: #f1c40f;
}

.sous-titre_credit{
	text-align: center;
	color:#000000a1;
}
.titre_credit{
	text-align: center;
	font-size: 50px;

}
