@charset "UTF-8";
.site-header .mobile-nav {
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

@media screen and (min-width: 720px) and (max-width: 1023px) {
  img, iframe {
    max-width: 100%; }
  body .site-header {
    width: 100%; }
  body .site-body {
    width: 100%; }
  body .site-footer {
    width: 100%; } }

@media screen and (min-width: 0px) and (max-width: 719px) {
  html {
    font-size: 0.2666666666666vw;
    /*

		1rem = 1px sur un écran de 375px de résolution
		**********************************************
		*/ }
  img, iframe {
    max-width: 100%;
    height: auto; }
  body .site-header {
    width: 100%; }
  body .site-body {
    width: 100%; }
  body .site-footer {
    width: 100%; } }
