/*
# ------------------ BEGIN LICENSE BLOCK ------------------
# Copyright (c) 2016 Vincent Pinon
# Licensed under the GPL license.
# See http://www.gnu.org/licenses/gpl.html
# ------------------- END LICENSE BLOCK -------------------
*/

@font-face{font-family:AvenirLight;src:url('AvenirLight.otf');}
body{font-family: AvenirLight;background-color:#fff;}
a{color:#444;}
a:hover{color:#c16;text-decoration:none;}
h1{font-size:1.3rem;}
h2{font-size:1rem;}
.menu{padding-top:1rem;}
.header .maintitle{font-size:3rem}
.article{text-align:justify}
.footer{color:#777;text-align: center;border-top: 1px solid #999;font-size:1rem}

#slides{position:relative;height:400px;padding:0;margin:0}
.slide{position:absolute;left:0;top:0;max-width:100%;max-height:100%;opacity:0;z-index:1;transition:opacity 2s;}
.showing{opacity:1;z-index:2;}

video{width:100%}