@charset "UTF-8";
/* couleurs */
/* fonts */
@font-face {
  font-family: Montserrat;
  src: url(fonts/Montserrat-Regular.ttf); }
@font-face {
  font-family: MontserratBold;
  src: url(fonts/Montserrat-Bold.ttf); }
@font-face {
  font-family: Itim;
  src: url(fonts/Itim-Regular.ttf); }

/* general */

audio {
  display: none; }

body .modal-open {
  position: relative;
  overflow: hidden; }

body {
  background-color: blue;
  overflow:hidden;
}

body > div {
  display: none;
}

/* warn popup */ 

.we-warn-container {
  display: block;
  background-color: rgba(0,0,0,0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

X.we-warn-container {
  display: block;
    position:fixed;
    padding:0;
    margin:0;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.9);
}

.we-warn-tab {
  width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
}


