﻿/*Master QRcodes.css*/


/*Variable*/
:root {
  --main-bg-color: white;
}

/* Layout */

* {
  box-sizing: border-box; /* pour maîtriser width et flex-basis */
}

body {
	margin: 0 auto;
	width: 100%;
	max-width: var(--container-width);
	font-family: Times New Roman, Verdana, Century Gothic, helvetica, arial,tahoma;
	
}

.bandeau{
	    text-align: center;
}






