* {
	box-sizing: border-box;
}


/* raleway-200 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/raleway-v22-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway-v22-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v22-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v22-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v22-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v22-latin-200.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-600 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/raleway-v22-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway-v22-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v22-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v22-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v22-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v22-latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v22-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}


:root{
  /* --unite-base: 32px; */
  /* --largeur-menubulles: 10vw; */
  --unite-base: 2vh;
  --bleu-fonce: #304A97;
  --gris-fonce: #683064;
  --vert-select: #05c46b;
  --jaune-titre: #FDD752;
  --bleu-selecteur: #009EE0;
}


body, html {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
    height: -webkit-fill-available;
    list-style-type: none;
    box-sizing: border-box;
    height: -webkit-fill-available;
    scroll-behavior: smooth;
    font-family: 'Raleway', sans-serif;
}

h1 {
  color: var(--gris-fonce);
}

.msie {
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: orangered;
  color: white;
  z-index: 100;
  font-size: 16px;
  text-align: center;
}

