html, body{
   margin: 0;
   padding: 0;
   height: 100%;
}

.collapsing {
    transition: height .5s !important;
}

body {

    /* min-height: 75rem; */
    /* padding-top: 4.5rem; */
    
}

/* .menu-top{
    background-color: #2a2a28 ;
}
.menu-top a {
    color: #e7e7cf ;
}
.menu-top a:hover {
    color: #dada9a ;
} */

.title {
    font-size: 130% ;
}

.menu-top {
    
    border-bottom:3px solid #000 ;
    /* background-color: #362d1c ; */
     /* background-color: #362d1c ; */
    background-color: #1e1609 ;


    background-image: url('../assets/gfx/curves_0.png'); 
    background-repeat: no-repeat;  
    background-position: bottom 0px right;

}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 74px;
    /* background-color: #333A3F; */
    background-color: #1e1609;

    font-size: 13px; 
    font-family: Georgia, 'Times New Roman', Times, serif ;
    color: #BBB ;
   
    /* border-top:3px solid #21272a ; */
/* 
    background-image: url('../assets/gfx/pics_0.png'); 
    background-repeat: no-repeat;  
    background-position: bottom 0px center; */

}

.footer-not-fixed {
   
    width: 100%;
    height: 74px;
    /* background-color: #333A3F; */
    background-color: #1e1609;
    position: relative;

    font-size: 13px; 
    font-family: Georgia, 'Times New Roman', Times, serif ;
    color: #BBB ;

    z-index: 12!important ;
   
}

.main-content {
   
    position:relative;
    
    background-image: url('../assets/gfx/ground_0.png'), linear-gradient(to bottom left, #b9fff6, #faeacf);
    background-repeat: repeat-x;  
    background-position: bottom 72px center;

    overflow: hidden;
    width: 100%;

}

.main-content-not-fixed {
   
    position:relative;
    
    background-image: url('../assets/gfx/ground_0.png'), linear-gradient(to bottom left, #b9fff6, #faeacf);
    background-repeat: repeat-x;  
    background-position: bottom 0px center;

    overflow: hidden;
    width: 100%;
    

}


/* mx-auto mx-md-0 ml-md-auto */

.ray{
   
    background:rgba(246, 248, 231, 0.25);
    width:500px;
    left: -300px;
    /* width:39%; */
    /* left: -23.5%; */

    /* height:92%; */
    height:100%;
    position:fixed;
    top:0;
    
    -moz-transform: scale(1) rotate(0) translateX(0px) translateY(0px) skewX(30deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(0) translateX(0px) translateY(0px) skewX(30deg) skewY(0deg);
    -o-transform: scale(1) rotate(0) translateX(0px) translateY(0px) skewX(30deg) skewY(0deg);
    -ms-transform: scale(1) rotate(0) translateX(0px) translateY(0px) skewX(30deg) skewY(0deg);
    transform: scale(1) rotate(0) translateX(0px) translateY(0px) skewX(30deg) skewY(0deg);

    mix-blend-mode:hard-light;
    z-index: 10;
}

.ray2 {
    
    background:rgba(255, 255, 255, 0.35);
    width:250px;
    left: -150px;
    /* width:19.5%; */
    /* left: -11.7%; */

    /* height:92%;  */
    height:100%;
    position:fixed;
    top:0;
   
    -moz-transform: scale(1) rotate(0) translateX(0px) translateY(0px) skewX(20deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(0) translateX(0px) translateY(0px) skewX(20deg) skewY(0deg);
    -o-transform: scale(1) rotate(0) translateX(0px) translateY(0px) skewX(20deg) skewY(0deg);
    -ms-transform: scale(1) rotate(0) translateX(0px) translateY(0px) skewX(20deg) skewY(0deg);
    transform: scale(1) rotate(0) translateX(0px) translateY(0px) skewX(20deg) skewY(0deg);

    mix-blend-mode: overlay;
    z-index: 10;
    
}

.poulet {
    position:fixed;
    /* top:58px; */
    top:64px;
    right:15%;
    z-index:6; 
}
.poulet1 {
    position:fixed;
    /* top:58px; */
    top:64px;
    right:15%;
    z-index:7; 
}

.panel-center{

    background-color: rgba(255, 255, 255, 0.85);
    
    border: 4px solid #1e1609 ;
    /* border-radius:20px; */
    border-radius:4px;
    z-index: 12;

    margin-top:110px;
    margin-bottom: 100px;

    /* padding:30px; */

    padding-left: 0 !important;
    padding-right: 0 !important;

    padding-top: 22px !important;
    padding-bottom: 0px !important;

}

.panel-game {
    /* margin-top:10px !important;  */
    margin-bottom:20px !important; 
}

.panel-center-games {

    background-color: rgba(255, 255, 255, 0.85);
    
    border: 4px solid #1e1609 ;
    border-radius:4px;
    z-index: 12;

    /* margin-top:110px;
    margin-bottom: 100px; */

    margin-top:10px;
    margin-bottom: 10px;


    /* padding:30px; */

    padding-left: 0 !important;
    padding-right: 0 !important;

    /* padding-top: 16px !important; */
    padding-top: 22px !important;
    padding-bottom: 0px !important;
    

}

.panel-center-title-index {
   
    background-color:rgba(239, 239, 239, 0.85); 
    color: #1e1609; 
    z-index: 15;
    
    padding:40px !important;

    background-image: url(../assets/gfx/border_0.png), url(../assets/gfx/border_0.png) ;
    background-position: 0 0, 0 bottom;
    background-repeat: repeat-x, repeat-x;

    /* border: 3px solid #000 ; */
    border-top:1px solid #000 ;
    border-bottom:1px solid #000 ;
    /* border-radius: 10px;  */

    margin-top:-12px;

}

.panel-center-title {
   
    background-color: #1e1609; 
    color: #EFEFEF; 
    padding: 12px;

    background-image: url(../assets/gfx/border_0.png), url(../assets/gfx/border_0.png) ;
    background-position: 0 0, 0 bottom;
    background-repeat: repeat-x, repeat-x;
    
    -moz-box-shadow:0px 3px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow:0px 3px 3px rgba(0,0,0,0.5);
    box-shadow:0px 3px 3px rgba(0,0,0,0.5);
   

}

.panel-center-content {
    padding: 50px; 
}

.panel-center-content-game {
    
}

.panel-center-content-game-collapsable {

}

.game-show-details {
    /* margin-bottom: 30px; */
}

.panel-center-content-game-bottom-filler{
    height: 30px;;
}

.game-show-details-btn {
    
    cursor: pointer;
    background-color: #1e1609 ;
    color: #FFF ;
    border: 0px; 
    padding: 10px 12px; 
    border-radius: 5px; 
    font-weight: bold ;

    /* margin-right:30px; */

    -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.5);
    box-shadow:0px 2px 2px rgba(0,0,0,0.5);

    opacity: 1;
    transition: 0.3s;

    font-size: .9rem ;
    
    text-shadow: 0 0 2px #000; /* horizontal-offset vertical-offset 'blur' colour */
    -moz-text-shadow: 0 0 2px #000;
    -webkit-text-shadow: 0 0 2px #000;

    border: 3px solid #000 ;

    background-image: url(../assets/gfx/deco_7.png) ;
    background-position: bottom 15% center ;
    background-repeat: no-repeat;

}

.game-show-details-btn:hover {
    color:#e08e2f;
    opacity: 1;
}



.game-icon {

    margin-left:20px;
    margin-right:-120px;
    height: 104px;
    border: 4px solid #000 ;
    
}

.game-short-title{

    /* margin-top:40px;  */
    /* margin-bottom:40px;  */

    padding:30px 80px 30px ;
    font-family:Georgia, 'Times New Roman', Times, serif ;
    font-size: 1.1rem;
    position: relative;

    /* background-image: url(../assets/gfx/deco_4.png),  url(../assets/gfx/deco_5.png) ; ;
    background-position: left 60px top 35px, right 60px top 35px ; ;
    background-repeat: no-repeat; */

    background-image: url(../assets/gfx/deco_2.png) ;
    background-position: left 40px top 22px ;
    background-repeat: no-repeat;

}



.game-short-description{

    margin-top:40px; 
    margin-bottom:40px; 
    margin-left:30px ;
    margin-right: 30px ;

    text-align:justify ; 
    font-family:Georgia, 'Times New Roman', Times, serif ;
    
    /* background-color: #F2F2F2 ; */
    background-color: #EEE ;
    /* padding: 30px 35px; */
    border: 1px solid #CFCFCF ;
    
    border-radius: 5px;

    background-image: url(../assets/gfx/deco_2.png) ;
    background-position: left 15px top 80px ;
    background-repeat: no-repeat;

}

.game-short-description-title{
    background-color:#1e1609 ;
    color:#FFF ;
    padding: 10px;
   
    margin-top:20px;
    text-align: center ;

    -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.5);
    box-shadow:0px 2px 2px rgba(0,0,0,0.5);
}

.game-short-description-content{
   padding:30px ;
}

.game-short-description-content-paragraph{
    padding:0px 30px ;
 }

 .game-short-description-content-filler{
    padding:7px 30px 0px ;
 }

.game-short-get-it{

    margin-top:30px; 
    /* margin-bottom:30px;  */
    margin-left:30px ;
    margin-right: 30px ;

    text-align:justify ; 
    font-family:Georgia, 'Times New Roman', Times, serif ;
    
    background-color: #F0F0F0 ;
    /* padding: 30px 35px; */
    border: 1px solid #CCC ;
    
    border-radius: 5px;

    background-image: url(../assets/gfx/deco_2.png) ;
    background-position: left 15px top 80px ;
    background-repeat: no-repeat;


}

.game-short-get-it-title{
    background-color:#1e1609 ;
    color:#FFF ;
    padding: 10px;
   
    margin-top:20px;
    text-align: center ;

    -moz-box-shadow:0px 3px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow:0px 3px 3px rgba(0,0,0,0.5);
    box-shadow:0px 3px 3px rgba(0,0,0,0.5);
}

.game-short-get-it-content{
   padding:30px ;
   font-family: Arial, Helvetica, sans-serif ;
   font-size: .9rem ;
}

.game-short-get-it-content-item{
    margin-right: 10px ;
    margin-bottom: 10px;
}

.game-short-get-it-content-item img {
    margin-bottom: 4px;
}

.not-ready-yet{
    opacity: .3;
}

.game-image-container{
    
    padding:0px 30px 0px 30px ;
    
}

.game-image-container-first{
    margin-top:35px ;
    padding:0px 30px 0px 30px ;
}

.game-image-container-inside{
    
    padding:0px 30px 0px 30px ;
}

.game-image{

    width: 100% ;
    border: 2px solid #333;
    border-radius: 2px; 
    /* margin-bottom:20px;  */
   
   
    -moz-box-shadow:4px 4px 4px rgba(0,0,0,0.25);
    -webkit-box-shadow:4px 4px 4px rgba(0,0,0,0.25);
    box-shadow:4px 4px 4px rgba(0,0,0,0.25);

    /* border: 2px solid #333; 
    border-radius: 2px;  */

    /* -moz-box-shadow:5px 5px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.5);
    box-shadow:5px 5px 5px rgba(0,0,0,0.5); */

}

.game-title-container{
    text-align: left; 
    padding-left:128px; 
    /* position: relative;  */
    /* float: left; */
    
    margin: 0 auto ;
    padding-left: 0px ;
    text-align: center;
}

.come-over-game-icon {
    display:inline-block; 
    /* background-color:#1e1609;  */
    background-color:rgba(30, 22, 9, 0.8);
    border-radius: 2px; 
    
    padding:0px 5px;

    color: #FFF ;
    margin-top:-2px ;

}

.come-over-game-icon-sub {
    display:inline-block; 
    background-color:#1e1609; 
    padding:0px 5px;

    margin-top:4px; 
    font-size:13px;
    color: #826b3b ;
}

.contact-bg {
    background-position: 15px center ;
    background-repeat: no-repeat;
}

.totem-img{
    position: absolute; 
    right:50px; 
    bottom:-24px
}

.footer a{
    color:#BBB;
    font-weight: normal ;
    transition: 0.3s;
    text-decoration: underline;

}

.footer a:hover {
    color:#e08e2f; 
    text-decoration: underline;
}

.footer-not-fixed a{
    color:#BBB;
    font-weight: normal ;
    transition: 0.3s;
    text-decoration: underline;

}

.footer-not-fixed  a:hover {
    color:#e08e2f; 
    text-decoration: underline;
}

.privacy-title {
    color: #1e1609;
    font-weight: bold ;
    font-size: 1.1rem ;
}

@media (max-width: 768px) {

    .panel-center{

        
        /* border-radius:10px; */
    
        /* padding:10px; */
    
    }

   

    .game-icon {
        margin-left:0px;
    
    }

    .totem-img{
       
        right:30px; 
       
    }

    .game-short-title{

        /* margin-top:30px; 
        margin-bottom:30px; 
    
        padding:0px 30px ;
     */

     padding:30px 60px ;

     background-position: left 25px top 20px ;
    
    

    }
    
    .game-short-description{
    
        margin-top:30px; 
        margin-bottom:30px; 
    
        /* padding:0px 40px ; */

    }
    
    .game-image-container{
        
        /* padding:0px; */
        
    }
    
    .game-image{
    
        /* width: 100% ;
        border: 0px;
        border-top: 2px solid #333;
        border-bottom: 2px solid #333;
        border-radius: 0px; 
        /* margin-bottom:20px;  */
       
        -moz-box-shadow:0px 3px 3px rgba(0,0,0,0.5);
        -webkit-box-shadow:0px 3px 3px rgba(0,0,0,0.5);
        box-shadow:0px 3px 3px rgba(0,0,0,0.5); 
    
    }

    .ray{
        display: none ;
    }
    .ray2{
        display: none ;
    }

}

@media (max-width: 575px) {

    .panel-center{
 
        border-radius:0px;

        border-left:0px;
        border-right:0px;
    
    }

    .panel-center-games {
 
        border-radius:0px;

        border-left:0px;
        border-right:0px;

        margin-bottom: 0px;
    
    }

    .totem-img{
       
        right:20px; 
        /* bottom: -35px; */
       
    }

    .ray{
        display: none ;
    }
    .ray2{
        display: none ;
    }

    .game-title-container{
        text-align: left; 
        padding-left:128px; 
        margin: 0px;

    }

    .game-short-title{
       
        /* padding:20px 40px ;

        background-position: left 20px top 15px ; */
    }

    .game-short-get-it-content{
        padding-bottom:10px;
        flex-direction: column;
    }

    .game-short-get-it-content-item img {
        margin-bottom: 2px;
    }

}

