
body{
    overflow:hidden;
    margin: 0px;
}
p{
    font-size: 1vw;
}
.logo{
    position: absolute;
    z-index: -1;
    width: 16vw;
    margin-top: 5vh;
    margin-left: 42vw;
}

.borderRadius{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.skew{
    
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
}
/*
 *  abonnements
 */
.box{
    /*position: absolute;*/

    display: inline-block;
    width: calc(20vw - 4px);
    margin-top: calc(5vw - 1px);
    margin-left: 2vw;
    margin-right: 2vw;
    padding-top: calc(6vw + 1px);
    background-color: #52595a;
    vertical-align:top;

}
.box .roundedImage{
    position: absolute;
    overflow:hidden;
    height: calc(10vw - 2px);
    width: calc(10vw - 2px);
    margin-top: calc(-11vw - 2px);
    margin-left: calc(5vw - 1px);
    -webkit-border-radius:5vw;
    -moz-border-radius:5vw;
    border-radius:5vw;
    background-color: black;
}
.box:hover .roundedImage{
    background-color: #FFC107;
    box-shadow: 0px 0px 10px #fff;
}
.box:hover{
    box-shadow: 0px 0px 10px #fff;
}
.roundedImage{
    /*
    width:90px;
    height:90px;
    /*background-image: url(img/menu_pic_5.jpg);
    background-repeat:no-repeat;
    background-position:center center;

    /*box-shadow: 0px 0px 10px #343434;/**//*shadow effect*/
    /*box-shadow: 0px 0px 10px #fff;/**//*shadow effect*/

}
.roundedImage img{
    height: 100%;
    width: 100%;
}
.titleBackground{
    width: 100%;
    height: 3vw;
}
.abtitlep{
    display: block;
    color: white;
    font-family: "Open Sans";
    font-size: 2vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
    height: 3vw;
	line-height: 3vw;
    text-align: center;
    cursor: default;
}

.abonnementsT1{
    display: block;
    font-family: "Open Sans";
    font-size: 1vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.2em;
    text-align: center;
    color: white;
}

.abonnementsT2{
    display: block;
    font-family: "Open Sans";
    font-size: 1vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.2em;
    text-align: center;
    color: #2196F3;
}
.abonnementsT3{
    display: block;
    font-family: "Open Sans";
    font-size: 3vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.2em;
    text-align: center;
    color: #E91E63;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #E91E63, 0 0 30px #E91E63, 0 0 40px #E91E63, 0 0 55px #E91E63, 0 0 75px #E91E63;
}
.abonnementsT4{
    display: block;
    font-family: "Open Sans";
    font-size: 2vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.2em;
    text-align: center;
    color: #E91E63;
}

.abonnementsT5{
    display: block;
    font-family: "Open Sans";
    font-size: 1vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1vw;
    text-align: left;
    margin-left: 2vw;
    color: white;
}
.abonnementsT6{
    display: block;
    font-family: "Open Sans";
    font-size: 2vw;
	font-style: bold;
	font-variant: normal;
	font-weight: 400;
	line-height: 2vw;
    text-align: left;
    margin-left: 2vw;
    color: white;
}
.abonnementsT7{
    display: block;
    font-family: "Open Sans";
    font-size: 1vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1vw;
    text-align: left;
    margin-left: 3vw;
    color: white;
}


.abonnementsT8{
    display: block;
    font-family: "Open Sans";
    font-size: 1vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1vw;
    text-align: right;
    margin-right: 2vw;
    color: white;
}

/*
 *  details
 */
.details{
    position: absolute;
    margin-top: calc(10vh + 10vw);
    margin-left: 5vw;
    width : 90vw;
    height: calc(80vh - 10vw);
}
.detailsContainer{
    /*background-color: #737373;*/
    background-color: #212121;
    position: absolute;
    z-index: 1;
    margin-top: 2.6vw;
    width : 90vw;
    height: calc(80vh - 10vw);
}
.buttonBack{
    z-index: -1;
    position: absolute;
    background-color: black;
    width : 10vw;
    height: 3vw;
    opacity: 0.8;
}
.clickable{
    cursor: pointer !important;
}
.buttonBackDiv{
    position: absolute;
    z-index: 1;
    width : 10vw;
    height: 3vw;
    margin-left: 79vw;
}
.background{
    z-index: -1;
}
.detailsTitle{
    position: absolute;
    width : 30vw;
    height: 3vw;
    z-index: -1;
    background-color: #D50000;
    opacity: 0.8;
}
.detailsTitleDiv{
    position: absolute;
    width : 30vw;
    height: 3vw;
    margin-left: 49vw;
}
.pDivTitle{
    height: 3vw;
    display: block;
    padding-top: 1.5vw;
}
.pDetailsTitle{
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    color: white;
    font-family: "Open Sans";
    font-size: 2vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.2vw;
    text-align: center;
    cursor: default;
}
/*
 *  template tarifs
 */
.modalAbonnement{
    position: absolute;
    margin-left: 10vw;
    margin-right: 10vw;
    margin-top: 10vh;
    margin-bottom: 20vh;
    width: 80vw;
    height: 70vh;
    background-color: #737373;
    padding: 2vw;
    overflow-y: auto;
}
.abRow{
    display: flex;
    justify-content: space-between;
    height: 6vw;
}
.abText{
    display: block;
    color: white;
    font-family: "Open Sans";
    font-size: 2vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.2vw;
    text-align: center;
    cursor: default;
}
.abPrix{
    display: block;
    color: #E91E63;
    font-family: "Open Sans";
    font-size: 2vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.2vw;
    text-align: center;
    cursor: default;
}
.divAbonnement{
    height: 0px;
}
.abonementImg{
    -webkit-transform: translateY(-110%);
    -moz-transform: translateY(-110%);
    -o-transform: translateY(-110%);
    transform: translateY(-110%);
    cursor: pointer;
    width: 15vw;
    height: 7vw;
    margin-left: 60vw;
}
.mainContenerForTarif{
    overflow : hidden !important;
}
.divTitleTarif{
    display: flex;
    justify-content: space-between;
    margin-left: 1vw;
    margin-right: calc(1vw + 12px);
    margin-top: 1vw;
    height: calc(5% + 2vw);
}
.tarifsStackP{
    height: calc(95% - 3vw);
    overflow-y: scroll;
    overflow-x: hidden;
}
.divPrix{
    display: inline-block;
}
.subdivPrix{
    width: 10vw;
    display: inline-block;
}
.divTarifLabel{
    display: inline-block;
}
.divRow{
    display: flex;
    justify-content: space-between;
}
.prixText{
    display: block;
    font-family: "Open Sans";
    font-size: 1vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.5vw;
    text-align: center;
    color: #CDDC39;
}
.abonneText{
    display: block;
    font-family: "Open Sans";
    font-size: 1vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.5vw;
    text-align: center;
    color: #FFC107;
}
.gainText{
    display: block;
    font-family: "Open Sans";
    font-size: 1vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 1.5vw;
    text-align: center;
    color: #fd25fa;
}

/*
 *  Modal Form
 */
.modalForm{
    position: absolute;
    z-index: 100;
    width: 100vw;
    height: 100vh;
}
.modalWall{
    position: absolute;
    background-color: black;
    opacity: 0.7;
    width: 100vw;
    height: 100vh;
}
.modalPdf{
    position: absolute;
    margin-left: 20vw;
    width: 80vw;
    height: 100vh;
}
.modalPdf iframe{
    width: 100%;
    height: 100%;
}


/*
 *  template 1
 */
.article{
    margin: 1vw;
    margin-top: 2vw;
    display: block;
}
.articleImg{
    margin-left: 10px;
    width: 10vw;
    display: inline-block;
}
.divArticleText{
    display: inline-block;
    vertical-align:top;
    width: calc(63vw - 50px);
    padding-left : 10px;
    margin-left : 10px;
    padding-right: 10px;
}
.articleText{
    font-family: "Open Sans";
    font-size: 1vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
    text-align: left;
    color: white;
}
.maincontenerTitle{
    font-family: "Open Sans";
    font-size: 2vw;
    margin-top: 0.5vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.2vw;
    text-align: center;
    cursor: default;
    color: #E91E63;
}
.subMenu{
    height: 1.5vw;
    display: block;
    padding-top: 1.5vw;
}

.subMenu:hover small{
    color: #fff;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 55px #fff, 0 0 75px #fff;
}
.subMenuText{
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    color: white;
    font-family: "Open Sans";
    font-size: 1.2vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.2vw;
    text-align: center;
}

.maincontener{
    position: absolute;
    width : 75vw;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.subMenuContainer{
    position: absolute;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left : 75vw; 
    width : 15vw;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.Red{
    background-color: #F44336;
}
.Pink{
    background-color: #E91E63;
}
.Purple{
    background-color: #9C27B0;
}
.DeepPurple{
    background-color: #673AB7;
}
.Indigo{
    background-color: #3F51B5;
}
.Blue{
    background-color: #2196F3;
}
.LightBlue{
    background-color: #03A9F4;
}
.Cyan{
    background-color: #00BCD4;
}
.Teal{
    background-color: #009688;
}
.Green{
    background-color: #4CAF50;
}
.LightGreen{
    background-color: #8BC34A;
}
.Lime{
    background-color: #CDDC39;
}
.Yellow{
    background-color: #FFEB3B;
}
.Amber{
    background-color: #FFC107;
}
.Orange{
    background-color: #FF9800;
}
.DeepOrange{
    background-color: #FF5722;
}
.Brown{
    background-color: #795548;
}
.Grey{
    background-color: #9E9E9E;
}
.BlueGrey{
    background-color: #607D8B;
}
.CustomGrey{
    background-color: #52595a;
}
.GoldGlitter{
    background-image: url(Gold-Glitter.png);
    background-repeat:repeat;
    background-position:center center;
}
.RedText{
    color: #fff;
    /*background-color: #232323;*/
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFC107, 0 0 30px #FFC107, 0 0 40px #FFC107, 0 0 55px #FFC107, 0 0 75px #FFC107;
}

/*
 *  DiaporamaClass
 */
.picPreview{
    width: 15vw;
    height: 8vw;
    margin: 1vw;
}


/*
 *  Map
 */

.map{
    position: absolute;
    margin: 1vw;
    width: 40vw;
    height: calc(80vh - 12vw);
    overflow: hidden;
}
.map  iframe {
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}
.contact{
    position: absolute;
    margin-left: 42vw;
    margin-bottom: 1vw;
    margin-top: 1vw;
    width: 48vw;
    height: calc(80vh - 12vw);
}
.contactTextTitle{
    color: white;
    font-family: "Open Sans";
    font-size: 2vw;
    margin-top: 1vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.2vw;
    text-align: center;
    cursor: default;
}
.contactText{
    margin-left: 1vw;
    color: white;
    font-family: "Open Sans";
    font-size: 1vw;
    margin-top: 0.5vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.2vw;
    text-align: left;
    cursor: default;
}
.contactText a{
    color: white;
    font-family: "Open Sans";
    font-size: 1vw;
    margin-top: 0.5vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.2vw;
    text-align: left;
}


/*
 *  Menu
 */

.cont0{
    position: absolute;
    margin-top: calc(10vh + 10vw);
    margin-left: 15vw;
    width : 13vw;
    height: 27vw;
}
.cont1{
    position: absolute;
    margin-top: calc(10vh + 14vw);
    margin-left: 27vw;
    width : 13vw;
    height: 27vw;
}
.cont2{
    position: absolute;
    margin-top: calc(10vh + 10vw);
    margin-left: 42vw;
    width : 13vw;
    height: 27vw;
}
.cont3{
    position: absolute;
    margin-top: calc(10vh + 14vw);
    margin-left: 54vw;
    width : 13vw;
    height: 27vw;
}
.cont4{
    position: absolute;
    margin-top: calc(10vh + 10vw);
    margin-left: 69vw;
    width : 13vw;
    height: 27vw;
}
.divFigure{
    width : 13vw;
    height: 23vw;
    cursor: pointer;
}
.divFigure:hover small{
    color: #fff;
    /*background-color: #232323;*/
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #f1028e, 0 0 30px #f1028e, 0 0 40px #f1028e, 0 0 55px #f1028e, 0 0 75px #f1028e
}
.divFigure:hover figure{
    -webkit-transform: scale(1);
	transform: scale(1);
}
.titleMenu{
    z-index:-1;
    width : 13vw;
    height: 4vw;
}
.wall{
    position: absolute;
    z-index:-1;
    background-color: black;
    opacity: 0.7;
    width : 13vw;
    height: 27vw;
    cursor: pointer;
}
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pmenu{
    -webkit-transform: translateY(1.5vw);
    -moz-transform: translateY(1.5vw);
    -o-transform: translateY(1.5vw);
    transform: translateY(1.5vw);
    display: block;
    color: white;
    font-family: "Open Sans";
    font-size: 2vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.2vw;
    text-align: center;
    cursor: default;
}

figure{
    margin: 0;
    z-index:0;
    width : 13vw;
    height: 23vw;
    
    
	-webkit-transform: scale(0.97);
	transform: scale(0.97);
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
    vertical-align: bottom;
}

figure img {
    width : 100%;
    height: 100%;
    cursor: pointer;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
}
/*
figure:hover {
	-webkit-transform: scale(1);
	transform: scale(1);
}
/*
 *  Reservation && promotion
 */

.reservBtn{
    position: absolute;
    cursor: pointer;
    z-index: 1;
    width : 15vw;
    height: 5vw;
    margin-top: -1vw;
    margin-left: 15vw;
    background-color: #D50000;
}
.reservBtn:hover small{
    color: #fff;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 55px #fff, 0 0 75px #fff;
}
.reserv{
    display: block;
    color: white;
    font-family: "Open Sans";
    font-size: 2vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.2vw;
    text-align: center;
}

.marginTopReserv{
    margin-top: 2vw;
}
.promoBtn{
    position: absolute;
    cursor: default;
    z-index: 1;
    width : 15vw;
    height: 5vw;
    margin-top: -1vw;
    margin-left: 70vw;
    background-color: #00C853;
    /*background-color: #D50000;*/
}

.promoBtnText{
    display: block;
    color: white;
    font-family: "Open Sans";
    font-size: 1vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.2vw;
    text-align: center;
}
.divPromo{
    position: absolute;
    display: flex;
    justify-content: space-between;
    cursor: default;
    z-index: 2;
    width : 10vw;
    height: 4vw;
    opacity: 0;
    background-color: #1B5E20;
    -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
                transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
        -moz-transition-timing-function: linear;
            -o-transition-timing-function: linear;
                transition-timing-function: linear;
}
.promoBtn:hover .divPromo{
    margin-left: -10vw;
    width : 30vw;
    height: 8vw;
    opacity: 1;
}

.tmp{
    margin-left: -10vw;
    width : 30vw;
    height: 8vw;
    opacity: 1;
}

.subDivPromo{
    cursor: pointer;
    display: inline-block;
    width : 30%;
    height: 100%;
    background-color: #00C853;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -o-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.subDivNews{
    display: inline-block;
    width : 60%;
    height: 100%;
    background-color: #00C853;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -o-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.subDivNews input{
    height: 0px;
    width: 0px;
    -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
                transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
        -moz-transition-timing-function: linear;
            -o-transition-timing-function: linear;
                transition-timing-function: linear;
}
.promoBtn:hover input{
    height: 2vw;
    width: 10vw;
}
.promoBtn:hover .promoBtnText{
    margin-top: 2vw;
}

.subDivNews br{
    display: none;
    -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
                transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
        -moz-transition-timing-function: linear;
            -o-transition-timing-function: linear;
                transition-timing-function: linear;
}

.promoBtn:hover br{
    display: block;
}

.textInput{
    font-family: "Open Sans";
    font-size: 1vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
}

/* #Nephritis Flat Button
==================================================*/

.promoBtn:hover .nephritis-flat-button{
    height: 2vw;
    width: 5vw;
}
.nephritis-flat-button {
    position: relative;
    vertical-align: top;
    height: 0px;
    width: 0px;
    padding: 0;
    font-family: "Open Sans";
    font-size: 1vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #27ae60;
    border: 0;
    border-bottom: 2px solid #219d55;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #219d55;
  box-shadow: inset 0 -2px #219d55;
    -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
                transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
        -moz-transition-timing-function: linear;
            -o-transition-timing-function: linear;
                transition-timing-function: linear;
}
.nephritis-flat-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*
 *  SCROLLBAR
 */

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #212121;
}

::-webkit-scrollbar
{
	width: 12px;
	background-color: #212121;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #607D8B;
}


.delay1 {
    -vendor-animation-delay: 0s;
}
.delay2 {
    -vendor-animation-delay: 2s;
}
.inX {
	animation-name: inX;
	animation-timing-function: ease-in;
}

@keyframes inX  {
	0%{/*, 100% {*/
		transform: skewX(0deg);
        transform: translateX(110vw);
        display: none;
	}
	/*
	25%, 75% {
		transform: skewX(30deg);
	}
	
	50% {
		transform: skewX(-30deg);
	}
    */
    100%{
        transform: skewX(30deg);
        transform: translateX(0);
        display: block;
    }
} 
.outX {
	animation-name: outX;
	animation-timing-function: ease-in;
}

@keyframes outX  {
	0%{/*, 100% {*/
		transform: skewX(30deg);
        transform: translateX(0);
        display: block;
	}
	/*
	25%, 75% {
		transform: skewX(30deg);
	}
	
	50% {
		transform: skewX(-30deg);
	}
    */
    100%{
        transform: skewX(0deg);
        transform: translateX(110vw);
        display: none;
    }
} 

.background-image {
  position: fixed;
  z-index: -10;
  opacity: 0.95;

  background-image: url(img/back_rotate.png);
  background-size: 100vw;
  width: 100vw;
  height: 100vh;

  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(2px);
}
.particles{
    
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 100vh;
}