.container-fluid {
    padding:0px;
}

.collines {
    background: url(img/neige.png) repeat-x center bottom;
    width: 100%;
    height: 522px;
    position: absolute;
    top: -85px;
    left: 0;
    z-index: 500;
}

.gift {
    background: url(img/gift.png) no-repeat center top;
    width: 100%;
    height: 229px;
    position: absolute;
    top: -180px;
    left: 0;
    z-index: 600;
}

section {
    position: relative;
}

#merrychristmas {
    position: absolute;
    z-index: 900;
    top: 2%;
    width: 100%;
}

#merrychristmas img {
    margin: 0 auto;
    display: block;
}




#video {
    z-index: 900;
    position: inherit;
    z-index: 900;
}

h2 {
    font-family: chewy;
    color: #8A8A8A;
    font-size:70px;
    margin-top: 40px;
    
}

#perenoel {
    z-index: 400;
    width: 335px;
    height: 140px;
    position: absolute;
    background-image: url(img/pere-noel.png);
    animation-name: perenoel;
    animation-duration: 6s;
    opacity: 0;
   animation-timing-function: ease-in;
    transform: rotate(-20deg);
    
}

@keyframes perenoel {
    0%   {left:0px; top:600px; opacity: 0;}
    
    50%  {opacity: 1;}
    
    100% {left:1000px; top:0px; opacity: 0;}
}

video {
margin-bottom: 50px;
}

#gallerie {
    position: relative;
    display: table;
    margin-bottom: 50px;
    margin: 0px 40px 50px;
}

#gallerie li img {
    width: 200px;
    border-radius: 5px;
    float: left;
}

#gallerie li {
    display:table;
    float: left;
    margin: 5px;
}

#gallerie li a {
    position: relative;
}

#title1 {
    text-align: center;
    color:#fff;
    font-family: century gothic;
    font-size: 2em;
    margin-top: -50px;
    
}

#title1 em {
    font-size: 15px;;
    
}