

	html, body {
		margin: 0;
		padding: 0;
		height: 100%;
		width: 100%;
		font: 400 15px/1.8 "Lato", sans-serif;
		color: #fff;
		text-align: center;
	}


	.intro {
		height: 100%;
		width: 100%;
		margin: auto;
		display: table;
		top: 0;
		background-size: cover;
	}


	.intro .inner {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
		max-width: none;
	}


	.content {
		max-width: 500px;
		margin: 0 auto;
		text-align: center;
		

	}

	.content h1 {
		font-size: 500%;
	
		letter-spacing: 5px;
  		text-transform: uppercase;
  		font:  "Lato", sans-serif;
  		color: #fff;

	}

	.container{
      width: 50px;
      height: 500px;
      background-color: rgba(255,255,255,0);
      border-radius: 4px;
      margin: 0 auto;
      margin-top: 75px;
      padding: 50px,50px,50px,50px;

  	}


	.button {
		
		font: 400 15px/1.8 "Lato", sans-serif;
		color: #f88a2c;
		font-size: 110%;
		padding: 10px 20px;
		border: solid #f88a2c;
		text-transform: uppercase;
		text-decoration: none;
		background-color: rgba(255,255,255,0);
		margin: 10px 25px 10px 25px; /* Espace entre les boutons */

	}


	.button:hover {
		color: #fff;
		border:solid #fff;
	}







	.placeholder {
		color : white;
	}


	




	@media screen and (max-width: 500px) {
		

		.button{
			font: "Lato", sans-serif;
			font-size: 75%;
			padding: 5px 15px;
			width: 75%;

			color: #f88a2c;
	
			border: solid #f88a2c;
			text-transform: uppercase;
			text-decoration: none;
			background-color: rgba(255,255,255,0);
			margin: 10px 25px 10px 25px; /* Espace entre les boutons */

		}

		p {
			font-size: 100%;
			line-height: 160%;
		}



		.content h1 {
		
		font-weight: 100;
		letter-spacing: 5px;
  		text-transform: uppercase;
  		font: 30px "Lato", sans-serif;
  		color: #fff;

	}

		
	      

  	}




.animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}


/*test.php*/



input[type=text], input[type=password] {
	font: 20px "Lato", sans-serif;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    outline: none;
    height: 40px;
    color: black;
    font-size: 16px;
    width: 75%;
    padding: 12px 10px;
    margin: 25px 20px 20px 20px; /* Espace entre les inputs */
    display: inline-block;
    box-sizing: border-box;

}


textarea {
	font: 20px "Lato", sans-serif;
	color: rgb(70,70,70);
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0);
    font-size: 16px;
    margin: 25px 20px 20px 20px; /* Espace entre les inputs */
    resize: none;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    outline: none;
    font-size: 16px;
    width: 75%;
    display: inline-block;
    box-sizing: border-box;
}




.imgcontainer {
    text-align: center;
    margin: 0px 0 12px 0;
}

img.logo{
    width: 70%;
    height: auto;
    border-radius: 25%;
    position: right;
    padding: 0px,0px,30px,0px;
}

.row::after {
    content: "";
    clear: both;
    display: table;

}
[class*="col-"] {
    float: left;
    padding: 15px;
}


/* For mobile phones: */ 
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */ 
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */ 
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}


