/* Eléments principaux de la page */
body
{	background-image : url('../img/BG_LogIN.jpg'); 
	background-repeat : repeat;
}
.toast
{ font-size: 2.5em !important; 
  width: 100% !important;
  justify-content: center !important;
  margin-left: -36% !important;
}
#toast-container
{  width: 50% !important;
}
img#Img_Place_Logo
{   position: absolute;
    top: 15%;
    margin-left: 72px;
}
#Txt_Mail
{   position: absolute;
    top: 32%;
    left: 7%;
    width: 85%;
    background-color: white !important;
    border: solid black !important;
    color: black;
}
.row .col
{   padding: 0 .05rem !important;
    min-height: 80px !important;
}
.container
{	margin-top: 20% !important;
}
.card
{	position: absolute;
    top: 42%;
    background-color: rgb(242,88,34,0.7)!important;
	border-radius: 15px !important;
	width: 33% !important;
	height: 270px !important;
}
input#Img_Ok 
{	position: absolute;
    top: 63%;
    left: 40%;
    border-radius: 20px;
}
div#Le_Message
{   position: absolute;
    top: 9%;
    width: 100%;
    font-size: 1.4em;
}