







* {
margin : 0;
 font-size: 16px !important;
}


 html {
  
	background: url(/public/fond/070.1.jpg) no-repeat center center fixed; 



	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


html, body, #bg, #bg table, #bg td {
 height:100%;
 overflow:hidden;
 width:100%;
 font-size: 1rem;/* 16px par défaut */
}

p {
    font-size: 1rem;/* 16px par défaut */
}

#bg {
 height:200%;/*le div bg doit être deux fois plus grand que la taille de l'écran*/
 width:200%;
 left:-50%;/*on le décale de la moitié de la taille de l'écran en haut et à gauche*/
 top:-50%;
 position:absolute;
 z-index:-200;/* pour qu'il soit toujours en dessous du reste du site*/
}
#bg td {
 text-align:center; /* permet de centrer horizontalement l'image */
 vertical-align:middle; /* permet de centrer verticalement l'image */
}
#bg img {
 min-height:50%; /* l'image fera 50% de 200% de la taille de l'écran soit 100% ;)  */
 min-width:50%; /* l'image fera 50% de 200% de la taille de l'écran soit 100% ;)  */
}



#centeredcontent {
	width:  400px;
	height: 250px;
	text-align: center;
	border: 0px solid #222;

	color: #fff;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.6),
             1px 1px 1px rgba(255,255,255,0.6);
	
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -125px; 
	/* Half the height of the DIV tag which is also 50 pixels */



	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	
    -moz-box-shadow: 4px 4px 12px #000; 
    
    -moz-border-radius: 6px 6px 6px 6px;
    
       
    
	/*background-color: rgba(0,0,0,0.4);    */
	    
	/*background-color: rgba(151,151,151,1.0);*/
	background-color: rgba(80,80,80,1.0);
	
	border-radius: 10px;
	border-radius: 50px 0px 50px 0px;
	box-shadow: 
	            inset -10px -10px 30px rgba(0,0,0,0.5),
	                  5px 5px 10px rgba(0,0,0,0.5);
	
	
	font-size: 1.2rem;    
	}
	
#centeredcontent.fullscreen {
    width: calc(100% - 100px); /* 100% moins les 50px de marge de chaque côté */
    height: calc(100% - 100px); /* 100% moins les 50px de marge en haut et en bas */
    margin-left: 0;
    margin-top: 0;
    top: 50px;
    left: 50px;
    transition: all 2s ease; /* Effet de transition sur 2 secondes */
}

#centeredcontent.connexioscreen {

    transition: all 2s ease; /* Effet de transition sur 2 secondes */
}
	
	#opaque{
	text-align: center;
		opacity:2;
	}

    .glossy {  
    
    	cursor: pointer;
        width: 100px;  
        height: 25px;  
      
        margin: 10px auto;  
        position: relative;  
      
        background: #94c4fe;  
        background: -webkit-gradient(linear, left top, left bottombottom, color-stop(31%,#94c4fe), color-stop(100%,#d3f6fe));  
        background: -webkit-linear-gradient(top,  #94c4fe 31%,#d3f6fe 100%);  
        background: -moz-linear-gradient(top,  #94c4fe 31%, #d3f6fe 100%);  
        background: -o-linear-gradient(top,  #94c4fe 31%,#d3f6fe 100%);  
        background: -ms-linear-gradient(top,  #94c4fe 31%,#d3f6fe 100%);  
        background: linear-gradient(to bottombottom,  #94c4fe 31%,#d3f6fe 100%);  
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c4fe', endColorstr='#d3f6fe',GradientType=0 );  
      
        -webkit-border-radius: 25px;  
        -moz-border-radius: 25px;  
        border-radius: 25px;  
      
      /*  border: 1px solid #4864a9;  
      */
      border: 0px solid #000000;  
        color: #ffffff;  
        font-size: 0.9em;  
        text-shadow: 1px 1px 0px rgba(255,255,255,.5);  
      
        -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, .2);      
        
        box-shadow: 0px 0px 10px 0px rgba(255,255,255,1.0) inset,0px 0px 2px #000000, 0px 0px 5px rgba(255,255,255,.0);
        position: relative;  
        
        
        
        
        content: "";  
  
  

  
    -webkit-border-radius: 8px;  
    -moz-border-radius: 8px;  
    border-radius: 8px;  
  
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 8%, rgba(255,255,255,0) 100%);  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0%,rgba(255,255,255,1)), color-stop(8%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0)));  
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);  
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);  
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);  
    background: linear-gradient(to bottombottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );  
        outline:0;
        
	font-size: 1.2rem;
    }  
    
 
.glossy:hover {
	outline:0;
	box-shadow: 
		0px 0px 10px 0px rgba(255,255,255,1.0) inset,
		1px 1px 6px 0px rgba(0,0,0,0.9) inset,
		0px 0px 2px #000000, 
		0px 0px 5px rgba(255,255,255,.0);
        
} 
    

input[type="submit"] {
    outline: none;
}
.glossy:active {
			outline:0;
	box-shadow: 
		0px 0px 10px 0px rgba(255,255,255,1.0) inset,
		1px 1px 6px 0px rgba(0,0,0,0.9) inset,
		0px 0px 2px #000000, 
		0px 0px 5px rgba(255,255,255,.0);

	border: 1px solid #000000; 
}
input[type="text"], input[type="email"], input[type="password"] {


    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);

    padding: 1px;
}


.glossy2 {  
    
    	cursor: pointer;
        width: 100px;  
        height: 25px;  
      
        margin: 10px auto;  
        position: relative;  
      
        background: #94c4fe;  
        background: -webkit-gradient(linear, left top, left bottombottom, color-stop(31%,#94c4fe), color-stop(100%,#d3f6fe));  
        background: -webkit-linear-gradient(top,  #94c4fe 31%,#d3f6fe 100%);  
        background: -moz-linear-gradient(top,  #94c4fe 31%, #d3f6fe 100%);  
        background: -o-linear-gradient(top,  #94c4fe 31%,#d3f6fe 100%);  
        background: -ms-linear-gradient(top,  #94c4fe 31%,#d3f6fe 100%);  
        background: linear-gradient(to bottombottom,  #94c4fe 31%,#d3f6fe 100%);  
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c4fe', endColorstr='#d3f6fe',GradientType=0 );  
      
        -webkit-border-radius: 25px;  
        -moz-border-radius: 25px;  
        border-radius: 25px;  
      
      /*  border: 1px solid #4864a9;  
      */
      border: 1px solid #000000;  
        color: #000;  
        font-size: 0.9em;  
        text-shadow: 1px 1px 0px rgba(255,255,255,.5);  
      
        -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, .2);      
        ---box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, .2);  
        box-shadow:0px 0px 2px #000000, 0px 0px 5px rgba(255,255,255,.0);
        position: relative;  
        
        
        
        
        content: "";  
  
  

  
    -webkit-border-radius: 8px;  
    -moz-border-radius: 8px;  
    border-radius: 8px;  
  
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 8%, rgba(255,255,255,0) 100%);  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0%,rgba(255,255,255,1)), color-stop(8%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0)));  
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);  
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);  
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);  
    background: linear-gradient(to bottombottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );  
        
        
	
    } 
    
    
    
footer {
    text-align: center;
    margin-top: 20px;
    font-size: 1.0rem !important;
}

footer a {
    --color: #007bff;
   --color: #79bcff;
   -- color: #c6e2fd;
    color: #8fc8ff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

/* Styles de la popup */
.popup {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fond transparent */
}

.popup-content {
    background-color: white;
    color: black;
    text-shadow: none;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    width: 50%;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 36px !important;
    font-weight: bold;
    cursor: pointer;
}

.close-btn:hover {
    color: red;
}


#centeredcontent {
    transition: opacity 2s ease; /* Transition de 2 secondes */
}

.transparent {
    opacity: 0;
}
