*
{
	font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
	
}

body {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
 
}

.h6, h6 {

    font-size: 1em;

}

a {
	font-size:100%;
	color:#686859;
	
}

.eo
{
	font-family: 'Petit Formal Script', cursive;
}


.eorounded
{
	border-radius: 50%;
	max-height:180px;
}

.stat
	{
	font-size:5vw;	
		
	}
.timer
	{
	font-size:4vw;	
		
	}
.savoirplus
	{
	text-align:right;
	font-size:0.8rem;
	}

.savoirplus a:before
	{
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Regular';
	
	padding-right:5px;
	
	content: "\E212";
	color: #000;
	}
	
.footer {
    background: #343a40;
    color: #fff;
	height:100px;
	width:100%;
}


.card-primary .card-header
	{
	background-color:#286090;	
	color:#fff;	
	}
.card-danger .card-header
	{
	background-color:#a94442;	
	color:#fff;	
	}

.card-primary .card-header .ico,.card-danger .card-header .ico,.voirparents,.voirparents:hover	
	{
	font-size:0.9rem;
	color:#fff;
	
	}

.border
	{
		
	border:1px solid red!important;	
	}

.form-group-sm
	{
	margin-bottom:0;
	}
.modal-xl {
    max-width: 1024px;
}

.selnowrap
	{
	display:inline;
	width:auto;
	}

.center
	{
	text-align:center;
	}
.individu
	{
	min-height:150px;
	text-align:center;
	background-color:#fff;;
	}
.card-individu
	{
	margin-bottom: 0px;
	}
	
.card
	{
	margin-bottom:5px;
	}
	
.lastupdate
	{
	font-size:10px;
	}
.right
	{
	text-align:right;
	}
	
.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin: 20px 0;
    padding: 20px;
}
	
.bs-callout-warning
	{
	border-left-color: #aa6708;
	}
img.ident
	{
	-moz-border-radius:40% ;
	-webkit-border-radius:40%;
	border-radius:40% ;
	max-width:140px;
	max-height:140px;
	}
	
@media (min-width: 768px) 
	{
	.enfantsdessus 
		{
		display: normal;
		}

	.enfantsdessous 
		{
		display: none;
		}
	}


@media (max-width: 767px) 
	{
	.enfantsdessus 
		{
		display: none;
		}
  
	.enfantsdessous 
		{
		display: normal;
		}
	}

.detailcontact
	{
	white-space:pre-wrap;
	}

.login
	{
	background-color: #fff;
    border-radius: 4px;
    padding: 20px 30px 15px;
    
	position:absolute;
   
    display: inline-block; 
	}
	

@media (max-device-width: 450px)
	{
	.login
		{
		
		left: 50%;
		top:10px;
		
		width: 90%;
		margin-left: -45%; 
	
		}
	img
		{
		width:40%;
		height:40%;
		}
	h3
		{
		text-align:center;
		font-size: 20px;
		}
	h4
		{
		text-align:center;
		font-size: 16px;
		}
	}
	
@media (max-width: 450px)
	{
	.login
		{
		
		left: 50%;
		top:10px;
		
		width: 90%;
		margin-left: -45%; 
	
		}
	img
		{
		/*width:40%;*/
		height:40%;
		}
	h3
		{
		text-align:center;
		font-size: 20px;
		}
	h4
		{
		text-align:center;
		font-size: 16px;
		}
	}	
@media (min-width: 450px) 
	{
	.login
		{
		
		left: 50%;
		top: 50%;
		
		width: 450px;
		height: 450px;
		margin-left: -225px; 
		margin-top: -225px; 
		}
	}
	
