body,html{width: 100vw;font-family: "Lato", sans-serif;}

:root {
  overscroll-behavior: none;
}

/* FONTS */

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular-low {
  font-family: "Lato", sans-serif;
  font-weight: 350;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.genos-light {
  font-family: "Genos", sans-serif;
  font-optical-sizing: auto;
  font-weight:300;
  font-style: normal;
}

.genos-regular-low {
  font-family: "Genos", sans-serif;
  font-optical-sizing: auto;
  font-weight:350;
  font-style: normal;
}

.genos-regular {
  font-family: "Genos", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
}

/* COULEUR */

.bg-cyan{
		background: #015061;
}

.coul-cyan{
	color: #015061;
}

.bg-bleu-clair{
		background: #ecf1f4;
}

.coul-bleu-clair{
	color: #ecf1f4;
}

/* TAILLE TITRE */

h2{
	font-size:4rem;
}