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


/* CSS BAGROUND SLOGAN */

.alert-gradient{
		background: linear-gradient(to top right, #E4E4E4 ,#A2F0F4, #E4E4E4);
		border-radius:0px;
		border:none;
		color:#fff;
}
.alert-heading-gradient{
		color:#fff !important;
		font-weight:900 !important;
}
/* FIN CSS BAGROUND SLOGAN */

.p-hauteur{
	line-height:10px !important;
}
.p-hauteur2{
	line-height:18px !important;
}

.Texte-Majuscule{
	text-transform:uppercase !important;
}
.p-fontSize1{
	font-size:12px !important;
	font-weight:600;
	
}
.text-justifie{
	text-align:justify;
}

.container1 {
    /* On ajoute une marge sur les cotés de l'écran */
    padding-right: 100px;
    padding-left: 100px;

    /* Et on centre */
    margin-right: auto;
    margin-left: auto;
}

.centrerTexte{
	text-align:center !important;
}
.margeLeft-h1{
	margin-left:100px;
}
.margeRight-h1{
	margin-right:200px;
}
.margeTop-h1{
	margin-top:50px;
}
.ombreTexte-h1{
	color: #FFF !important; 
	text-shadow: black 0.1em 0.1em 0.2em !important;
}
.h2-sousTitre-header{
	font-size:25px;
	font-style:italic;
	text-transform:uppercase !important;
	font-weight:800;
	color:#F36!important;
	background:#dbe0ef;
    border-top:2px solid #aeb8de;
    border-bottom:2px solid #aeb8de;
    padding:1em 1em 1em 5em;
	border-radius:40px ;
	text-align:center;
	opacity:0.6;
}
    /* TEXTE COLOR */
	
.color-blanc{
	color:#FFF !important;
}

.color-gris{
	color:#666!important;
}

