@charset "utf-8";
/* CSS Document */

.entetesite
{
	background-color: #434442;/*#9db668;*/
	position: fixed;
	top:0;
	left:0;
	height:60px;
	z-index: 2;
	border-bottom: 2px solid rgba(93,137,229,1.00);
	width:100%;	
}
.entetesite .logotete
{
	height:55px !important;
	width:55px !important;
}
.entetesite div:first-child
{
	cursor: pointer;
	padding-left: 10px;
	display: flex;
	align-items: center;
}
.entetesite .titre
{
	font-size: 22px;
	color:#FFF;
	flex:2;
	text-align: center;
}

.entetesite div:last-child
{
	color:#FFF;
	font-weight: bold;
	padding-right:10px
}
.entetesite a
{
	color:#FFF;
}
#actionsite
{
    position: relative;
    top: 60px;
	width:100%;
	min-width:850px;
}

.fondValidation,.fondGris
{
	z-index:4;
	position:fixed;
	left:0px;
	bottom:0px;
	height:80px;
	width:100%;
	display:flex;
	align-items:center;
	flex-direction:column;
	justify-content:center;
	visibility:hidden;
	opacity: 1;
}
.fondGris
{
	height:100%;
	background-color:rgba(169,169,169,0.60);
}
.fondValidation div
{	
	background-color: rgba(169,169,169,1.00);
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
    color: #FFF;
    font-size: 20px;
    border: 2px solid #FFF;
}
#ciblechargement
{
    width: 150px;
    height: 150px;
	border : 1px solid #000;
    border-radius: 50%;
}
#ciblechargement div
{
	border : 1px solid #000;
    border-radius: 50%;
	position: relative;
}
#ciblechargement div:nth-child(1)
{
	background-color: #FFF;
    width: 140px;
    height: 140px;
}
#ciblechargement div:nth-child(2)
{
	background-color: #FFF;
    width: 130px;
    height: 130px;	
}
#ciblechargement div:nth-child(3)
{
	background-color: #000;
	border-color: #FFF;
    width: 120px;
    height: 120px;
}
#ciblechargement div:nth-child(4)
{
	background-color: #000;
	border-color: #FFF;
    width: 110px;
    height: 110px;	
	left: 20px;
	top: 20px;
}
#ciblechargement div:nth-child(5)
{
	background-color: #000;
	border-color: #FFF;
    width: 100px;
    height: 100px;	
}
#ciblechargement div:nth-child(6)
{
	background-color: #000;
	border-color: #FFF;
    width: 90px;
    height: 90px;	
}
#ciblechargement div:nth-child(7)
{
	background-color: #000;
	border-color: #FFF;
    width: 80px;
    height: 80px;	
}
#ciblechargement div:nth-child(8)
{
	background-color: #000;
	border-color: #FFF;
    width: 70px;
    height: 70px;
}
#ciblechargement div:nth-child(9)
{
	background-color: #000;
	border-color: #FFF;
    width: 60px;
    height: 60px;
}
#ciblechargement div:nth-child(10)
{
	background-color: #000;
	border-color: #FFF;
    width: 50px;
    height: 50px;
}