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

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

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

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

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

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

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

body {
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: black;
    background-attachment: fixed;
}

#volettarif {
    position: absolute;
    left: -270px;
    top: 55px;
    width: 250px;
    height: 250px;
    padding: 10px;
    text-align: center;
    font-family: 'police5';
    font-size: 20px;
    color: white;
    border: 2px solid white;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in;
    z-index: 10;
    background-image: -ms-linear-gradient(right, #100408 50%, #212121 100%);
    background-image: -moz-linear-gradient(right, #100408 50%, #212121 100%);
    background-image: -o-linear-gradient(right, #100408 50%, #212121 100%);
    background-image: -webkit-gradient(linear, right top, left top, color-stop(50, #100408), color-stop(100, #212121));
    background-image: -webkit-linear-gradient(right, #100408 50%, #212121 100%);
    background-image: linear-gradient(to left, #100408 50%, #212121 100%);
}

#volethoraire {
    position: absolute;
    left: -270px;
    top: 455px;
    width: 250px;
    height: 250px;
    padding: 10px;
    font-family: 'police5';
    font-size: 22px;
    text-align: center;
    color: white;
    border: 2px solid white;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in;
    z-index: 100;
    background-image: -ms-linear-gradient(right, #100408 50%, #212121 100%);
    background-image: -moz-linear-gradient(right, #100408 50%, #212121 100%);
    background-image: -o-linear-gradient(right, #100408 50%, #212121 100%);
    background-image: -webkit-gradient(linear, right top, left top, color-stop(50, #100408), color-stop(100, #212121));
    background-image: -webkit-linear-gradient(right, #100408 50%, #212121 100%);
    background-image: linear-gradient(to left, #100408 50%, #212121 100%);
}

#tarif {
    position: absolute;
    right: -85px;
    top: 39px;
    padding: 10px 25px;
    background-color: #100408;
    color: white;
    font-family: 'police7';
    text-decoration: none;
    font-size: 20px;
    border: 2px solid white;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    z-index: 10;
    cursor: pointer;
}

#horaire {
    position: absolute;
    right: -95px;
    top: 50px;
    padding: 10px 25px;
    background-color: #100408;
    color: white;
    font-family: 'police7';
    text-decoration: none;
    font-size: 20px;
    border: 2px solid white;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    z-index: 10;
    cursor: pointer;
}

#titre1 {
    position: absolute;
    top: 20px;
    font-size: 20px;
    color: white;
    font-family: 'police7';
}

#titre2 {
    position: absolute;
    top: 150px;
    font-size: 20px;
    color: white;
    font-family: 'police7';
}

#titre3 {
    font-size: 19px;
    color: white;
    font-family: 'police6';
}

#pg1 {
    position: absolute;
    right: 55px;
    top: 20px;
}

#pg2 {
    position: absolute;
    right: 55px;
    top: 60px;
}

#laser1 {
    position: absolute;
    top: 95px;
    right: 90px;
    float: right;
    width: 0px;
    border-bottom: 3px solid darkred;
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    transition: all .6s ease-in;
}

#laser2 {
    position: absolute;
    top: 530px;
    right: 100px;
    width: 0px;
    border-bottom: 3px solid darkred;
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    transition: all .6s ease-in;
    z-index: 50;
}

#conteneur {
    position: relative;
    top: 10px;
    width: 960px;
    height: 1380px;
    background-color: rgba(255, 255, 255, 0.6);
    border: 2px solid rgba(255, 255, 255, 1);
    margin: auto;
    overflow: inherit;
}

#header {
    position: absolute;
    top: 0px;
    width: 950px;
    height: 210px;
    background-image: url(../images/header.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0px -40px;
    padding-top: 40px;
    font-family: 'police1';
    color: white;
    font-size: 130px;
    padding-left: 10px;
}

#headerTitre {
    position: absolute;
    top: 100px;
    left: 650px;
    color: white;
    font-size: 50px;
}

#headerImage {
    position: absolute;
    top: 20px;
    right: -160px;
    width: 260px;
    -webkit-transform: rotate(17deg);
    -moz-transform: rotate(17deg);
    -o-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    transform: rotate(17deg);
}

#headerImage:hover {
    transition: All 2.0s ease-in-out;
    -webkit-transition: All 2.0s ease-in-out;
    -moz-transition: All 2.0s ease-in-out;
    -o-transition: All 2.0s ease-in-out;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

#section {
    position: absolute;
    top: 250px;
    right: 0px;
    width: 250px;
    height: 300px;
}

.nav {
    position: absolute;
    top: -20px;
    right: 20px;
}

.lien {
    position: relative;
    right: -30px;
    color: black;
    background-color: aliceblue;
    border: 3px solid black;
    font-size: 24px;
    font-weight: bold;
    font-family: 'police5';
    text-align: center;
    margin-top: 28px;
    cursor: pointer;
    padding: 8px;
    width: 230px;
    display: block;
    float: left;
    border-radius: 30px 0px 0px 30px;
}

.lien:hover {
    transition: All 1s ease-in-out;
    -webkit-transition: All 1s ease-in-out;
    -moz-transition: All 1s ease-in-out;
    -o-transition: All 1s ease-in-out;
}

aside {
    position: absolute;
    width: 700px;
    height: 600px;
    top: 260px;
    left: 5px;
    border: 1px solid rgba(255, 255, 255, 1);
    overflow: hidden;
    border-bottom-right-radius: 20%;
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    background-image: -ms-linear-gradient(right, #100408 50%, #212121 100%);
    background-image: -moz-linear-gradient(right, #100408 50%, #212121 100%);
    background-image: -o-linear-gradient(right, #100408 50%, #212121 100%);
    background-image: -webkit-gradient(linear, right top, left top, color-stop(50, #100408), color-stop(100, #212121));
    background-image: -webkit-linear-gradient(right, #100408 50%, #212121 100%);
    background-image: linear-gradient(to left, #100408 50%, #212121 100%);
}

.titre {
    position: absolute;
    width: 360px;
    height: 30px;
    background-color: white;
    padding: 5px;
    padding-left: 30px;
    font-family: 'police5';
    font-size: 35px;
    border-bottom: 1px solid black;
    border-bottom-right-radius: 50px;
    top: 0px;
    left: -400px;
    color: black;
}

#cadreblanc {
    position: absolute;
    width: 600px;
    height: 450px;
    background-color: white;
    font-family: 'police6';
    border-bottom: 1px solid black;
    border-top-right-radius: 20%;
    border-bottom-right-radius: 20%;
    border-top-left-radius: 20%;
    top: 100px;
    left: 60px;
    color: black;
    font-size: 18px;
    text-align: justify;
    overflow: hidden;
}

#perso1 {
    position: absolute;
    top: 250px;
    left: 0px;
    width: 180px;
    background-color: white;
    float: left;
}

#perso2 {
    position: absolute;
    top: 240px;
    left: 260px;
    width: 120px;
    background-color: white;
    float: left;
}

#textaccueil {
    position: absolute;
    width: 1000px;
    height: 470px;
    top: 500px;
    left: 40px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    z-index: 1;
}

#accuielpg1 {
    position: absolute;
    left: 10px;
    width: 500px;
    height: 300px;
}

#accuielpg1:first-letter {
    font-size: 100px;
    padding: 0px 10px 0px 0;
    margin-right: 0px;
    float: left;
    line-height: .9;
}

#accuielpg2 {
    position: absolute;
    left: 580px;
    width: 500px;
    height: 300px;
    z-index: -2;
}

.numPage {
    position: absolute;
    bottom: 85px;
    left: 485px;
    font-size: 20px;
    cursor: pointer;
}

#numPage2 {
    opacity: 0;
}

#fleche1 {
    position: absolute;
    width: 60px;
    bottom: 50px;
    left: 470px;
    cursor: pointer;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

#fleche2 {
    position: absolute;
    width: 60px;
    bottom: 50px;
    left: 470px;
    cursor: pointer;
    z-index: -2;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

#fleche1:hover,
#fleche2:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#textjeu {
    position: absolute;
    width: 500px;
    height: 600px;
    top: 500px;
    left: 50px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    z-index: 1;
}

#textjeu:first-letter {
    font-size: 100px;
    padding: 0px 5px 0px 0;
    margin-right: 0px;
    float: left;
    line-height: .9;
}

#imagejeu1 {
    position: absolute;
    top: 250px;
    left: 30px;
    width: 170px;
    border-radius: 20px;
}

#imagejeu2 {
    position: absolute;
    top: 250px;
    left: 270px;
    width: 170px;
    border-radius: 20px;
}

#textcontact {
    position: absolute;
    width: 500px;
    height: 470px;
    top: 500px;
    left: 60px;
    text-align: center;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    z-index: 1;
}

b {
    font-size: 30px;
    text-decoration: underline;
    color: darkred;
}

#textinfo {
    position: absolute;
    width: 500px;
    height: 470px;
    top: 500px;
    left: 40px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    z-index: 0;
    cursor: pointer;
}

#pointinterrogation {
    position: absolute;
    top: 10px;
    right: -110px;
    width: 40px;
    height: 50px;
    z-index: 10;
}

#pointinterrogation1 {
    position: absolute;
    top: 10px;
    right: -110px;
    width: 40px;
    height: 50px;
    z-index: 0;
}

#canvas1-1 {
    position: absolute;
    top: 0px;
    right: -140px;
}

#telephone {
    position: absolute;
    top: 80px;
    right: -115px;
    width: 50px;
    height: 50px;
    z-index: 10;
}

#telephone1 {
    position: absolute;
    top: 80px;
    right: -115px;
    width: 50px;
    height: 50px;
    z-index: 0;
}

#canvas2-2 {
    position: absolute;
    top: 70px;
    right: -140px;
}

#maps {
    position: absolute;
    top: 150px;
    right: -115px;
    width: 50px;
    height: 50px;
    z-index: 10;
}

#maps1 {
    position: absolute;
    top: 150px;
    right: -115px;
    width: 50px;
    height: 50px;
    z-index: 0;
}

#canvas3-3 {
    position: absolute;
    top: 140px;
    right: -140px;
}

#info {
    position: absolute;
    top: 220px;
    right: -115px;
    width: 50px;
    height: 50px;
    z-index: 10;
}

#info1 {
    position: absolute;
    top: 220px;
    right: -115px;
    width: 50px;
    height: 50px;
    z-index: 0;
}

#canvas4-4 {
    position: absolute;
    top: 210px;
    right: -140px;
}

#contactpg1 {
    position: absolute;
    left: 10px;
    width: 500px;
    height: 300px;
}

#contactpg2 {
    position: absolute;
    left: 580px;
    width: 500px;
    height: 300px;
    z-index: -5;
}

iframe {
    position: absolute;
    top: 120px;
    left: 0px;
    cursor: pointer;
}

article {
    position: absolute;
    bottom: 145px;
    left: 5px;
    width: 950px;
    height: 350px;
    background-image: -ms-linear-gradient(right, #100408 50%, #212121 100%);
    background-image: -moz-linear-gradient(right, #100408 50%, #212121 100%);
    background-image: -o-linear-gradient(right, #100408 50%, #212121 100%);
    background-image: -webkit-gradient(linear, right top, left top, color-stop(50, #100408), color-stop(100, #212121));
    background-image: linear-gradient(to left, #100408 50%, #212121 100%);
}

#fb {
    position: absolute;
    top: -90px;
    left: 60px;
    width: 80px;
    cursor: pointer;
}

#twitter {
    position: absolute;
    top: -90px;
    left: 220px;
    width: 80px;
    cursor: pointer;
}

#youtube {
    position: absolute;
    top: -90px;
    left: 420px;
    width: 80px;
    cursor: pointer;
}

#apple {
    position: absolute;
    top: -90px;
    right: 260px;
    width: 80px;
    cursor: pointer;
}

#android {
    position: absolute;
    top: -90px;
    right: 80px;
    width: 80px;
    cursor: pointer;
}

#fb:hover,
#youtube:hover,
#twitter:hover,
#apple:hover,
#android:hover {
    z-index: 2;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

#footer {
    position: absolute;
    bottom: 0px;
    width: 960px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 1);
    text-align: center;
    font-family: 'police3';
    color: white;
    font-size: 15px;
    padding-top: 10px;
    background-image: -ms-linear-gradient(right, #100408 50%, #212121 100%);
    background-image: -moz-linear-gradient(right, #100408 50%, #212121 100%);
    background-image: -o-linear-gradient(right, #100408 50%, #212121 100%);
    background-image: -webkit-gradient(linear, right top, left top, color-stop(50, #100408), color-stop(100, #212121));
    background-image: -webkit-linear-gradient(right, #100408 50%, #212121 100%);
    background-image: linear-gradient(to left, #100408 50%, #212121 100%);
}

#perso {
    position: absolute;
    bottom: 480px;
    right: -90px;
    width: 400px;
}

#horaireImage {
    position: absolute;
    top: 455px;
    right: -400px;
    height: 260px;
    z-index: 200;
}

#logobowling {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 20px;
    right: 30px;
    -webkit-transition: all .5s cubic-bezier(.6, 2, .4, 1);
    -moz-transition: all .5s cubic-bezier(.6, 2, .4, 1);
    -ms-transition: all .5s cubic-bezier(.6, 2, .4, 1);
    -o-transition: all .5s cubic-bezier(.6, 2, .4, 1);
    transition: all .5s cubic-bezier(.6, 2, .4, 1);
}

#logobowling:hover {
    z-index: 5;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all .5s cubic-bezier(.6, 2, .4, 1);
    -moz-transition: all .5s cubic-bezier(.6, 2, .4, 1);
    -ms-transition: all .5s cubic-bezier(.6, 2, .4, 1);
    -o-transition: all .5s cubic-bezier(.6, 2, .4, 1);
    transition: all .5s cubic-bezier(.6, 2, .4, 1);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.marquee {
    position: absolute;
    top: 25px;
    left: 0px;
    width: 950px;
    height: 300px;
    background-color: rgba(255, 255, 255, 0.6);
}

.images {
    position: dynamic;
    padding-top: 40px;
    margin-left: 20px;
    width: 260px;
    height: 210px;
    background-size: cover;
    cursor: pointer;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    opacity: 0.7;
    z-index: 1;
    margin: 0;
    -moz-animation: marquee 5s infinite linear 3s;
    -webkit-animation: marquee 5s infinite linear 3s;
    -o-animation: marquee 5s infinite linear 3s;
    animation: marquee 5s infinite linear 3s;
}

.images:hover {
    -webkit-transform: scale( 1.5);
    -moz-transform: scale( 1.5);
    -o-transform: scale( 1.5);
    box-shadow: 0px 0px 25px gray;
    -webkit-box-shadow: 0px 0px 25px gray;
    -moz-box-shadow: 0px 0px 25px gray;
    opacity: 1;
    z-index: 10;
}

@-webkit-keyframes marquee {
    0% {
        left: 0%;
    }
    100% {
        left: -50%;
    }
}

@-moz-keyframes marquee {
    0% {
        left: 0%;
    }
    100% {
        left: -50%;
    }
}

@-o-keyframes marquee {
    0% {
        left: 0%;
    }
    100% {
        left: -50%;
    }
}

@keyframes marquee {
    0% {
        left: 0%;
    }
    100% {
        left: -50%;
    }
}