

/*COULEURS*/
.bleuFonce{
	background-color: #151e66!important;
	}

.ocre{
	background-color: #e1878a!important;
}

.rougeClair{
	background-color: #ed4d5b!important;
}

.rougeDragon{
	background-color: #d63c34!important;
}

.bleuCiel{
	background-color: #0ed2e3;
}

.jaune{
	background-color: #f7c918!important;
}

.bleuOpacite{
	background-color: #d5e1f0;
}

.bleuNuance{
	background-color: #4f669c;
}

.vert{
	background-color: #06cca3;
}

.texteVert{
	color: #06cca3;;
}

.TexteBleufonce{
	color:#151e66;
}

.texteRouge{
	color: #ed4d5b;
}

.font28{
	font-size: 28px;
}

.menu{
	top: 100px;
}

.mySlides {display:none;}

.texteBlanc{
	color: white!important;
}


.largeur100{
	width: 100%;
}

.largeur80{
	width: 80%;
}

.largeurAuto{
	width: auto;
}

.enTete{
	height: 80px;
	top: 0px;
	width: 100%;
	
		
}

.w3-lobster{
	font-family: "Lobster",sans-serif;
}


.noMarge{
	margin-top: 0px;
}

.titre{
	font-size: 200%;
}

.logoMP{
    background-image:url("images/logo_bold.png");
    background-size:contain;
	background-repeat: no-repeat;	
	background-position: center; 
	display:inline-block;
	width:200px;
	height:100px;
}

.logo{
	height: 60px;
	width: auto;
}

.copyright{
	font-size: xx-small;
	color: #151e66;
}

.dragon{
	height: 200px;
	/* width: auto; */
	width: 200px;
}

.affut{
	height: 150px; 
	width: 200px;
}

.logoj{
	height: 100px;
	width: auto;
}

.imageconseils{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	/* height: 100px; */
	width: auto;
}

.imgdiv{
	display:inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.unselectable {
				-webkit-user-drag: none;
	            -moz-user-select: none;
	            -webkit-user-drag: none;
	            -webkit-user-select: none;
	            -ms-user-select: none;
	            user-select: none;
				user-drag: none;
				/* draggable: false;
				ondragstart: false; */
				
}

.gras{
	font-weight: bolder;
}

.ombre{
	box-shadow: 5px -1em 5px rosybrown;
    width: 99%;
}

.invalide{
	border: 2px solid red;
}

.height50px{
	height: 50px;
}

.height300px{
	height: 300px;
}

.height100{
	height: 100%;
}

.centre{
	margin-left: auto;
	margin-right: auto;
}

.neurone{
	background-image: url("images/neurones2.jpg");
}

.inline{
	display: inline;
}

.pointeur{
	cursor: pointer;
}