th, td {
	border: 1px solid black;
	/*   width: 100%; */
	/*     table-layout:fixed; */
	/* text-align: center; */
	/* font-weight: bold; */
}

body, html {
	height: 100%;
}

:not(nav) > .container-fluid {
    /* Ton style ici */
    max-width: 1366px;
}

.vl {
  border-right: 0.5px solid gold;
  height: 50px;
}


@media ( max-width : 800px) {
	.navbtn {
		background-color: #00072d !important;
	}
}

* {
	box-sizing: border-box;
}

.arianetdback {
	/*     position: fixed; */
	/*     top: 0; */
	/*     left: 0; */
	/*     width: 80%; */
	/*     height: 80%; */
	/*     background-color: gray;  */
	
}

.displaynone {
	display: none;
}

.partantstable tr th td {
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}

/* Header/Blog Title */
.header {
	/* 		padding: 30px; */
	text-align: center;
	margin-top: 20px;
	margin-left: 25px;
	margin-right: 25px;
	/*     background-color: #fefee0; */
}

.header h1 {
	font-size: 50px;
}

.header p {
	font-size: 25px;
}

.hide-scrollbar {
    scrollbar-width: none;       /* Firefox */
    -ms-overflow-style: none;    /* IE/Edge */
}

.hide-scrollbar::-webkit-scrollbar { /* Chrome, Safari, Opera */
    display: none;
}

.hovertext {
	position: relative;
	border-bottom: 1px dotted black;
	}

.hovertext:before {
	content: attr(data-hover);
	visibility: hidden;
	opacity: 0;
	min-width: 200px;
	background-color: white;
	color: black;
	text-align: center;
	border: solid black 1px;
	border-radius: 5px;
	padding: 5px;
	transition: opacity 0.5s ease-in-out;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 110%;
	
	white-space: normal!important;
}

.hovertext:hover:before {
	opacity: 1;
	visibility: visible;
}


/* /////////////////:: */


/* .hovertext .tooltip { */
/*     display: none; */
/*     position: absolute; */
/*     top: 100%; */
/*     left: 0; */

/*     white-space: nowrap; */
/*     background: rgba(0, 0, 0, 0.85); */
/*     color: white; */
/*     padding: 5px 8px; */
/*     border-radius: 4px; */
/*     font-size: 12px; */
/*     z-index: 9999; */

/*     pointer-events: none; */
/* } */

/* .hovertext:hover .tooltip { */
/*     display: block; */
/*     content: attr(data-hover); */
/* } */


.bg-image {
	/* The image used */
	background-image: url('../img/homebackg.jpg');
	/* Add the blur effect */
	/*   filter: blur(8px); */
	/*   -webkit-filter: blur(8px); */
	/* Full height */
	height: 100%;
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #00072d;
}

/* Position text in the middle of the page/image */
.bg-text {
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.8); /* Black w/opacity/see-through */
	color: white;
	font-weight: bold;
	border: 2px solid gold;
	/*   position: absolute; */
	/*   top: 30%; */
	/*   left: 50%; */
	/*   transform: translate(-50%, -50%); */
	/*   z-index: 0; */
	padding: 20px;
	text-align: center;
}

/* Centered text */
.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.backg {
	/* 	background-color: black; */
	background-image: url('../img/homebackg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.crossed {
	background-color: rgba(200, 200, 200, 0.5); /* fond gris léger */
	
    background-image:
        linear-gradient(to bottom right,
            transparent calc(50% - 3px),
            red,
            transparent calc(50% + 3px)),
        linear-gradient(to bottom left,
            transparent calc(50% - 3px),
            red,
            transparent calc(50% + 3px));
}

.redborder{
	border: solid red 2px;
}

.datesize {
	width: 300px;
	height: 40px;
	border: 2px solid black;
}

body {
	/* 	background-color: #EDF1FF; */
	background-color: white;
}

nav {
	
}

.numberspastille {
	font-size: 18px;
	/* 	margin-right: 2px;  */
	border: solid black 1px;
	border-radius: 50px;
	padding-left: 4px;
	padding-right: 2px;
	background-color: #FFFDD0;
	/* 		background-color: gold; */
}

.numberspastillegold {
    font-size: 18px;
    /*  margin-right: 2px;  */
    border: solid black 1px;
    border-radius: 50px;
    padding-left: 4px;
    padding-right: 2px;
    background-color: #FFFDD0;
/*          background-color: gold; */
}

video {
	filter: brightness(40%);
}

table {
	margin-bottom: 4px;
}

.btn {
	font-weight: bold;
}

.recence {
	background-color: #C0C0C0;
	/* 	color:red; */
}

.divrace {
	border: solid 1px black;
	padding: 0px;
	background-color: #F5FFFA;
}

.text {
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal; /* bold, bolder, lighter */
	font-style: italic; /* normal, oblique */
	font-size: 108%;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
	text-transform: lowercase; /* capitalize, uppercase */
	text-indent: 25px;
	text-decoration: underline;
	line-height: 1.4;
	letter-spacing: 4px;
	word-spacing: 10px;
	background-color: #fff;
	color: #000;
}

.borderbold {
	border-style: solid 1px black;
}

.loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
}

#parente button {
	background-color: white;
	margin-left: 2px;
	margin-bottom: 2px;
}

#parente div, #parente button {
	float: left;
	line-height: 22px;
	margin-right: 6px;
}

#info {
	margin-bottom: 8px;
	/*     margin-left: 75px; */
}

#info div {
	float: left;
	/*     line-height: 22px; */
	/*     margin-right: 6px; */
}

.clear {
	clear: both;
}

.inprono {
	/* 	border: 1px solid; */
	/* 	border-radius: 50px; */
	/* 	border-color: green; */
	background-color: #90EE90;
	/* 	color: white; */
}

.dropdownborder {
	border: solid 2px black;
}

@
keyframes spin { 0% {
	transform: rotate(0deg);
}

100%
{
transform


:

 

rotate


(360
deg
);

 

}
}
#background-video {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
/* @media (max-width: 750px) { */
/*     #background-video { display: none; } */
/*     body { */
/*       background: url("https://assets.codepen.io/6093409/river.jpg") no-repeat; */
/*       background-size: cover; */
/*     } */
/* } */

/* Flï¿½che vers haut de la page */
#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: solid #00072d 2px;
	outline: none;
	background-color: #f48c06;
	color: #343148;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
	margin-bottom: 80px;
}

#myBtn:hover {
	background-color: #343148;
	color: #f48c06;
}

.header {
	/* 		padding: 30px; */
	text-align: center;
	margin-top: 20px;
	margin-left: 25px;
	margin-right: 25px;
	/*     background-color: #fefee0; */
}

.header h1 {
	font-size: 50px;
}

.header p {
	font-size: 25px;
}

.welcomeright {
	font-size: 20px ! important;
	font-weight: bold;
	margin-bottom: 20px;
	margin-right: 50px;
	text-align: right;
}

.welcomeleft {
	font-size: 20px ! important;
	font-weight: bold;
	margin-bottom: 20px;
	margin-left: 50px;
	text-align: right;
}

.returnline {
	word-wrap: break-word;
	/*   -webkit-hyphens: auto; */
	/*   -moz-hyphens: auto; */
	/*   -ms-hyphens: auto; */
	/*   hyphens: auto; */
}

/*                           COLORS */
/* ////////////////////////////////////////////////////////////// */
.horsecolor {
	background-color: #A52A2A;
	color: white;
}

.entcolor {
	background-color: #1E90FF;
	color: black;
}

.jockcolor {
	background-color: #FFA500;
	color: black;
}

.couplecolor {
	background-color: #FFB6C1;
	color: black;
}

.chronoscolor {
	background-color: #83f52c;
	color: black;
}

.surfacecolor {
	background-color: #FAECC3;
	border: solid 1px black;
}

.psfcolor {
	background-color: #FAECC3;
}

.tandemcolor {
	background-color: #063970;
	color: white;
}

.propriocolor {
    background-color: #03045e;
    color: white;
}

.gainscolor {
    background-color: #ee9b00;
    color: black;
}



.vertfluo {
	background-color: #83f52c;
	color: white;
}

.whitecolor {
	background-color: white;
	color: black;
}

.colorone {
	background-color: #00072d !important;
}

.bordercolorone {
	background-color: #00072d !important;
	border: solid #00072d 1px;
}

.persocolorone {
	background-color: #006400 !important;
}

.bg-purple {
	background-color: purple;
}

.testcolorone {
	background-color: #343148;
	/* 	background-color: #fcbf49; */
}

.colortwo {
	/* 		background-color: #ffba08!important; */
	background-color: gold !important;
}

.colorcrack {
	background-color: gold !important;
	/* 		background-color: #fff678!important; */
}

.quintecolor {
    background-color: red!important;
    /*      background-color: #fff678!important; */
}

.redborders {
	/* 	border: solid red 4px; */
	
}

.backopac {
	background: rgba(0, 7, 45, 0.90);
}

.persobackopac {
	background: rgba(0, 100, 50, 0.90);
}

.linkcolor {
	color: #03C03C;
}

.marginsblocks {
	margin-left: 10px;
	margin-right: 10px;
}

.verticaltext {
	writing-mode: vertical-lr;
	text-orientation: upright;
	/*       background-color: red; */
	text-align: center;
	/*       font-family: comic; */
}

.stickyrowth {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	/*   z-index: 1;   */
}

.stickyrowth2 {
	position: -webkit-sticky;
	position: sticky;
	left: 1.5em;
/*     left: 0; */

	/*   z-index: 1;   */
}

.bordertext {
	color: #ffd500;
	/*             font-size: 50px; */
	text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px
		0 #000;
}

.unclickable {
	pointer-events: none;
	opacity: 0.7;
}

.bgpurple {
	background-color: #c77dff;
	/*    color: white; */
}

.borderpurple {
	border: solid purple 5px;
}