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

body
{
		background-color: #ffffff;

}
#coord
{
    font-family: 'Alegreya', serif;
    color: #22428b; 
    text-align: center;
    padding-top: 100px;
    background-color: #ffffff;
}

#typo {
    font-family: 'Poppins', sans-serif !important;
    color: #a5d9cb !important;
}

#main
{
	background-color: #ffffff;
	background-repeat:no-repeat;
	width:700px;
	height:250px;
	margin:0 auto;
	padding:0 auto;
	text-align: center;
	}


a:link {
  color: #a5d9cb; /* lien par défaut */
}

a:visited {
  color: #a5d9cb; /* pour visité */
}

a:hover {
  color: #22428b; /* au survol */
}

a:active {
  color: #a5d9cb; /* au clic */
}

#site:hover
{
	right:-10px;
	transition:right 1s;	
}

#site
{
	position:fixed;
	right:-150px;
	top:300px;
	transition:right 1s;
}


#paiement
{
	position:fixed;
	right:-150px;
	top:360px;
	transition:right 1s;
}
#paiement:hover
{
	right:-10px;
	transition:right 1s;	
}


.global
{
	width:100%;
	height:500px;
	padding-top:100px;
	background-color:#ffffff;
}
