html,body{
/*	height:1145px; 
	background-color: blue;*/
	
}
input:focus:valid{
	background-color: yellow;
}			
input:focus:invalid{
	background: red;
}
/*	
#enligne{ 
	title: online;
	meta: http-equiv="refresh" content="30";
}

label{
	display:block;
	width:200px; 
	float:left;
}
*/
/******media**********/
@media screen and (min-width: 786px){
/* LA BARRE DE NAVIGATION  */

.navbar{
	height:100px !important;
	
	}
}
.navbar{
	font-family:Quicksand,roboto,Arial,monospace,sans-serif;/* olde_nglish_text_mt ;*/
	/* background-color:#02A2B2 !important;  */
}
.navbar:hover{
	background-color:#76FF03 !important; 
}
/* LE TITRE DU SITE OU LOGO  */
.navbar h1{
	margin:0px;
	padding:2px 5px 5px 5px;
	font-size: 2.1em;
	font-family:orbitron,sans-serif;
	color:white;
}
/*.navbar span.highlight{ */
.jumbotron span.highlight{
	color:red;
	font-weight: bold;
	font-family:"CHE LIVES";
	
}
.highlights{
	color:red;
	font-weight: bold;
	
}
/* LES LIENS  */
.navbar ul.navul{
	margin-right:80px;
	margin-top:10px;
	/*	border:1px solid white; */
}
.navbar ul.navul li{
	padding:10px 15px 10px 15px;
	/*	border:1px solid black; */
}
/* Curseur et barre en blanc lorsque on survole les liens ou boutons */
.navbar ul.navul li a:hover{
	border-bottom:2px solid #ECF14F;
}
.navbar ul.navul li a{
	font-size:1.1em;
	/*padding:10px 15px 10px 15px; ou siot on fait ce qui suit */
	padding:5px 10px;
	/*margin:3px 3px;*/
	color:#FFF !important; /* Si ca ne marche pas ici on doit ajouter:      !important     */
} 
.navbar .dropdown-menu{
	/*background-color:#02A2B2; */
	background-color:#607d8b;  /* !important */
}
.navbar ul.dropdown-menu li{
	padding:0px 0px;
}
.navbar ul.dropdown-menu li a:hover{
	background-color:#607d8b !important;
	padding:5px 5px;
}
.navbar ul.dropdown-menu li:hover{
	background-color: #607d8b !important;
	opacity: .8;
}
/**********media*********/
@media screen and(max-width:680){
.navbar h1{
	/*margin:0;
	padding:2px 5px 5px 5px; */
	font-size: 1.1em;
	}
	
/* <!-- 1ere methode Pour rendre une background-image responsive l'on doit faire ce qui suit: */
.img-resp{
		background-size: contain !important;
	}	
}
#arrierePlan{
	margin-top:0px;
}
.footer:hover{
/*	height:115px; */ 
	background-color:#76FF03 !important;
	margin-top:2px; 
	padding-top:5px; 
	background-color:transparent; 
	color:white;
	/* text-align:center; */
}
/* SOCIALS MEDIA BEGINING */*
	/* DEBUT METHODE 1 */
.fab{
	padding: 10px;
	font-size: 30px;
	width: 30px;
	height: 30px;
	text-align:center;
	text-decoration:none;
	margin: 2px 2px;
	border-radius:50%;
}
.fa:hover{
	opacity: 0.7;
}
.fa-facebook{
	background:#3B5998;
	color:white;
}
.fa-twitter{
	background:#55ACEE;
	color:white;
}
.fa-google{
	background:#dd4b39;
	color:white;
}
.fa-linkedin{
	background:#007bb5;
	color:white;
}
.fa-youtube{
	background:#bb0000;
	color:white;
}

	/* FIN METHODE 1 */
	
/*  DEBUT SOCIALIZES */



/*
#social{
/*	margin: 0;
	padding: 0;
*//*	background: red; /*#262626; black;*/
/*}

#social a{
	display: flex; 
	position: absolute; 
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
}
*/




/*
.card-footer ul li{
	list-style: none;
}
.card-footer ul li a{		
	width: 50px;
	height: 50px;
	background:#fff;
	text-align:center;
	line-height: 80px;
	font-size:35px;
	margin: 0 10px;
	display: block;
	border-radius: 50%;	
	position: relative;
	overflow: hidden;
	border:3px solid #fff;
	z-index: 1;
}
.card-footer ul li a:hover .fab{
	position:relative;
	color: #262626;
	transition: .5s;
}
.card-footer ul li a .fab{
	color: #fff;
	transform: rotateY(360deg);
}
.card-footer ul li a:before{
	content:'';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height:100%;
	background:#f00; 
	transition: .5s;
	z-index: 2;
}
.card-footer ul li a:hover:before{
	top: 0;
}
.card-footer ul li:nth-child(1) a:before{
	background : 25D366;
}
.card-footer ul li:nth-child(2) a:before{
	background : 3b5999;
}
.card-footer ul li:nth-child(3) a:before{
	background : 55acee;
}
.card-footer ul li:nth-child(4) a:before{
	background : e4405f;
}
.card-footer ul li:nth-child(5) a:before{
	background : 0077B5;
}
.card-footer ul li:nth-child(6) a:before{
	background : dd4b39;
}
.card-footer ul li:nth-child(7) a:before{
	background : cd201f;
}

*/
/*#social{
	background: #fff;
}	
 SOCIALS MEDIA END */