actug@charset "UTF-8";

section, article, header, hgroup, footer, aside, nav, menu, figure, figcaption {
  display:block;
  }

html {
  font-size:100%; /*correctif ie et les em*/
  height:100%;
  }

* {
  margin:0;
  padding:0;
  }

body {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style:normal;
  letter-spacing:2px;
  height:100%;
  color:#fff;
  font-size:1.5rem;
  hyphens: auto;
  }
  
::selection {
    color:#000; 
    background:#fff;
}   
  
::-moz-selection {
    color:#000; 
    background:#fff;
}
          
a {
  color:#f0ff00;
  text-decoration:none;
  }
  
a:hover {
  color:#00c6ff;
  text-decoration:none;
  }

img {
  border:none;
  }
      
#container { 
  position:relative;
  width:100%;
  height:100%;
  overflow:auto;
  }
          
#site {
  position:relative;
  width:100%;
  height:100%;
  }
  



/* Shapes */    
  
.shape {
  position:relative;
  display:flex;
  width:100%;
  height:100%;
  justify-content:center;
  align-items:center;
  text-align: center;
  }

.logo {
  width:100%;
}

.logo img {
  width:50%;
  height:auto;
  }
     
/* Shapes dégradés */    
.shape {
  clear:both;
  background-image:linear-gradient(140deg, #004b70, #69acd4);
  }
  


