@charset "utf-8";
body 
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	scrollbar-face-color: blue;
	scrollbar-highlight-color: #cacaca;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #445555;
	scrollbar-arrow-color: #000000;
	scrollbar-tack-color: #e9e8e3;
	scrollbar-darkshadow-color: #aaaaaa;
   	background-color: #000000;
   	background: url(../../DATA/IMAGES/DeltaFond.gif) #000000 fixed no-repeat center center;
}

.FONTTITRE1
{
	font-family: 'Damion', Verdana, Courier, mono;
	font-size: 22px;
	color: #ffffff;	
	text-shadow: 4px 4px #333; 
}

.FONTTITRE2
{
	font-family: 'Damion', Verdana, Courier, mono;
	font-size: 20px;
	color: #C90;
	text-shadow: 4px 4px #333;
}

.FONTTITRE2OV
{
	font-family: 'Damion', Verdana, Courier, mono;
	font-size: 20px;
	color: white;		
	text-shadow: 4px 4px #333;
}

.FONTTITRE3
{
	font-size: 18px;
	font-family: 'Damion', Verdana, Courier, mono;
	color:#019BFD;
	text-shadow: 4px 4px #333;
}

.FONTNORMAL
{
	font-family: 'Calistoga', Verdana, Courier, mono;
	font-size: 16px;
	color: #ffffff;		
}

.FONTGRAS
{
	font-family: 'Calistoga', Verdana, Courier, mono;
	FONT-WEIGHT: bold;
	font-size: 16px;
	color: #ffffff;		
	text-shadow: 4px 4px #333;
}

.FONTTEAL
{
	font-family: 'Calistoga', Verdana, Courier, mono;
	font-size: 18px;
	color: #C68100;
	text-shadow: 4px 4px #333;
}

.FONTMAIL
{
	font-family:  'Calistoga', Verdana, Courier, mono;
	font-size: 18px;
	color: #FF3417;
	CURSOR: hand;	
	text-shadow: 4px 4px #333;
}

.FONTMAILTEAL
{
	font-family: 'Calistoga', Verdana, Courier, mono;
	color: #C68100;
	font-size: 18px;
	height: 5px;
	text-shadow: 4px 4px #333;
}

.FONTWARNING
{
	font-family: 'Calistoga', Verdana, Courier, mono;
	FONT-WEIGHT: bold;
	font-size: 16px;
	color: red;		
	text-shadow: 4px 4px #333;
}

input[type=text]
{
	color:yellow;
	background-color: rgba(10,85,152,0.50);
}

input[type=email]
{
	color:yellow;
	background-color: rgba(10,85,152,0.50);
}

input[type=date]
{
	color:yellow;
	background-color: rgba(10,85,152,0.50);
}

input[type=time]
{
	color:yellow;
	background-color: rgba(10,85,152,0.50);
}

input[type=tel]
{
	color:yellow;
	background-color: rgba(10,85,152,0.50);
}

input[type=url]
{
	color:yellow;
	background-color: rgba(10,85,152,0.50);
}

input[type=password]
{
	color:yellow;
	background-color: rgba(10,85,152,0.50);
}

select
{
	font-family: Courier; 
	color:yellow;
	background-color: rgba(10,85,152,0.50);
}

textarea
{
	color:yellow;
	background-color: rgba(10,85,152,0.50);
}

#BtnTop 
{
  	display: none; /* Hidden by default */
  	position: fixed; /* Fixed/sticky position */
  	bottom: 20px; /* Place the button at the bottom of the page */
  	right: 30px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
  	outline: none; /* Remove outline */
  	background-color: red; /* Set a background color */
  	color: white; /* Text color */
  	cursor: pointer; /* Add a mouse pointer on hover */
  	padding: 15px; /* Some padding */
  	border-radius: 10px; /* Rounded corners */
  	font-size: 18px; /* Increase font size */
}

#BtnTop:hover 
{
  	background-color: #555; /* Add a dark-grey background on hover */
}

#BtnTop.sticky 
{
	display: block;
    animation: fadeInDown 2s;
}

@keyframes fadeInDown 
{
    from 
	{
        opacity: 0;
    }
    to 
	{	
        opacity: 1;
    }
}

.TDOVER
{
	filter: opacity(80%);
	scale: 120% 120%;
	transition: 2s;
   	cursor: pointer;
	align-content: center;
	text-align: center;	
}

.TD
{
	filter: opacity(100%);
	scale: 100% 100%;
	transition: 2s;
   	cursor: auto;
	align-content: center;
	text-align: center;	
}

.TD:hover
{
	filter: opacity(80%);
	scale: 120% 120%;
	transition: 2s;
   	cursor: pointer;
	align-content: center;
	text-align: center;	
}

p
{
	inline-size: 100%;
	overflow-wrap: break-word;
}
