/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7 mai 2020, 15:25:50
    Author     : caxel
*/





body {
background-image:url(image/fondsombre.png);
background-repeat:no-repeat;
background-attachment: fixed;
background-size: 100%;
margin: 0; 
}


.policeEudilmako {
	font-size: 3.0em;
	font-family: Impact;
	color: #FF3333;
        margin-top: 1rem;
	
}


.Eundilmako {
background-color: rgba(255, 255, 255, 0) !important;
 width: 5%; /* On a indiqué une largeur (obligatoire) */
 margin: auto; /* On peut donc demander à ce que le bloc soit centré avec auto */
 position: absolute;
left: 15%;
right: 25%;
top: 2%;      
}


.Eundilmako2 {
background-color: rgba(255, 255, 255, 0) !important;
 width: 5%; /* On a indiqué une largeur (obligatoire) */
 margin: auto; /* On peut donc demander à ce que le bloc soit centré avec auto */
 position: absolute;
left: 35rem;
top: 0rem;      
}



.divlogin {
    width: 30%; /* On a indiqué une largeur (obligatoire) */
    margin: auto; /* On peut donc demander à ce que le bloc soit centré avec auto */
    border: 1px solid black;
    text-align: justify;
    padding: 12px;
    margin-top:15%;
    margin-right: 20%;
    margin-left: 27%;
}

.rejoindre
{
 background-color: rgba(255, 255, 255, 0.1) !important;
    width: 20%;
    position: absolute;
    right: 3%;
    top: 6%;
    border-radius: 50px;

    padding: 3rem;
    font-weight: 900; 
}



.rejoindreMobile
{
display: none;
}












@media screen and (max-width: 1200px)
{
 body {
background-image:url(image/mobilesombre.png);
background-size: cover;
 }
 
 .divlogin {
    width: 70%; /* On a indiqué une largeur (obligatoire) */
    margin: auto; /* On peut donc demander à ce que le bloc soit centré avec auto */
    border: 1px solid black;
    text-align: justify;
    padding: 12px;
    margin-top:22%;
    margin-right: 5%;
    margin-left: 15%;
}

.rejoindre
{
display:none;
}
 
.rejoindreMobile
{
display: contents;
}

.Eundilmako {
 margin-top: 3em ; 
 margin-left:22% ;  
   width: 50%;
}


.Eundilmako2 {
background-color: rgba(255, 255, 255, 0) !important;
 width: 5%; /* On a indiqué une largeur (obligatoire) */
 margin: auto; /* On peut donc demander à ce que le bloc soit centré avec auto */
 position: absolute;
left: 9rem;
top: 0rem;      
}



.policeEudilmako {
	font-size: 1.5em;
	font-family: Impact;
	color: #FF3333;
	
}




}