* {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}


body,html {
background: white;
height:100%;

 }


.alignement{display:inline-block;vertical-align:top;}
.up{text-transform:uppercase;}
.bold{font-weight:bold;}
.italic{font-style:italic;}
.clear{clear:both;}
.italic{font-style:italic;}


li{list-style:none;}
a,a:link,a:hover,a:active{border:none;text-decoration:none;}
img{border:none;}

@font-face {
    font-family: 'CenturyGothicRegular';
    src: url('../police/gothic-webfont.eot');
    src: url('../police/gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../police/gothic-webfont.woff') format('woff'),
         url('../police/gothic-webfont.ttf') format('truetype'),
         url('../police/gothic-webfont.svg#CenturyGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#container_home{width:100%; height:100%;}
.container_img_home{width:15%; height:auto;position:relative; top:20%;margin:0 auto;background:black;padding:30px;}
.container_img_home img{width:100%;margin:0 auto;display:block;}
.border{width:100%;height:10px; background:black; border:none;
animation-name: fadeInDown 1s;
-moz-animation: fadeInDown 1s;/* Safari and Chrome */

} 


@-moz-keyframes fadeInDown /* Firefox */
{
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}





