﻿* {	box-sizing:border-box;}  /* Taille des box intégrant le padding pour tout le site */



body {	font-family: "century gothic";
		background-color:rgb(250,250,250);
	}



/* -------------------------------------------------------------------------------------------- Coming soon  */

p.comingsoon {			/*text-align:center;
						margin-top:50vh;*/
						font-weight:bold;
						font-size:2em;
}
				
p.comingsoon span {		background-color:rgba(255,255,255,0.7);
}



body.comingsoon {		background-image:url(save-the-date.jpg);
						background-repeat:no-repeat;
						background-size:contain;
						background-attachment:fixed;
						
						
						
}

