.contenuForgotPassword {
					    	display: flex;
						flex-direction: column;
						align-items: center;
						width: 100%;
						max-width: 2000px;
						background-color: white;
						position: relative;
					   }

.h1Title {
		  display: flex;
		  flex-direction: column;
		  justify-content: center;
		  align-items: center;
		  background-color: #CFCFCF;
		  width: 100%;
		  height: 160px;
		 }

.h1Title h1 {
			 font-family: 'Lulo Clean One Bold', sans-serif;
			 font-size: 18pt;
			 letter-spacing: 1px;
			 color: #e2211c;
			 margin: 0 0;
			 text-align: center;
			 max-width: 92%;
			}




/*===========================================================================

Tout ce qui ne se trouve pas ici concernant le formulaire se retrouve dans le
fichier "formulaire.css".

===========================================================================*/


.sectionform {
			  margin: 90px 0 225px 0;
			  max-width: 92%;
			 }

.courriel {
		   display: flex;
		   flex-direction: column;
		   align-items: center;
		   margin: 4px 0;
		  }

.submit {
		 margin-top: 40px;
		}

.submit button {
			    padding: 6px 20px;
			   }

.msgResult {
			display: flex;
			flex-direction: column;
			align-items: center;
			width: 92%;
		   }

.msgResult p {
			  font-family: Lucida Sans Unicode, sans-serif;
			  font-size: 13pt;
			  color: #545454;
			  text-align: center;
			 }

.msgResult .paragTop {
					  margin: 100px 0 20px 0;
					 }

.msgResult .paragBottom {
					  	 margin: 20px 0 100px 0;
					 	}

.msgResult .paragSeul {
					   margin: 120px 0 175px 0;
					  }




@media screen and (max-width: 475px)
		{
		 .sectionform {
		 			   width: 92%;
				 	  }

		 .formulaire, .courriel, .formulaire .input
		 				{
				  		 width: 100%;
				 		}
		}

@media screen and (max-width: 400px)
		{
		 .h1Title h1 {
					  font-size: 14pt;
					 }
		}