
body {
   margin:0;
   padding:0;
   position: relative;
   font-family: 'Cinzel', serif!important;
   /*font-family: Open Sans, sans-serif;*/
}

/* ----------  POLICES  ---------- */

.police{
/*font-family: 'Poppins', sans-serif!important;
font-family: 'Saira Condensed', sans-serif!important;
font-family: 'Manuale', serif!important;
font-family: 'Source Serif Pro', serif!important;*/
font-family: 'Vollkorn', serif!important;
color: #616161;
}

.police2{
  
}


/* ----------  FONT-COLOR  ---------- */

.fontblack{
  color: black;
  text-decoration: none;
}

.fontwhite{
  color: white!important;
  text-decoration: none;
}

@font-face {
    font-family: 'EnchantedLand';
    src: url("../fonts/EnchantedLand.otf") format("opentype");
}

.fontGoth{
  font-family: 'EnchantedLand';
  color: white!important;
}

.overscroll {
  overflow-y: scroll;
  height: 100%; }
  
p{
  color: #616161;
} 

.ribbon2 h2{
  color: #e6e6e6!important;
}

h3{
  color: #616161!important;
}

.navbar{
  border-radius: 0!important;
}

.navbar ul li:hover{
  background-color: #363636;
  transition: all 0.4s ease;
}

.navbar ul li.active{
  background-color:  #363636;
}

/* ----------  OPACITYS  ---------- */


.opacity7{
  opacity: 0.7;
}



/* ----------  BACKGROUNDS  ---------- */


.background{
  background-image: url(../images/);
  background-size: 100%;
  width: 100%;
  }

.bgwhite{
  background-color: white;
}

.bgtransp{
  background-color: transparent;
}

.bgmenu{
   background-image: url("../images/mur.jpg")!important; 
 background-size: 25vh 100%!important;
}


/* ----------  LOGOS  ---------- */


.logo{

}


.logoXS{

}


img{
  height: auto;
  width: 100%;
}

.carousel-inner img{
  height: 30vw!important;
}

.imgTop img{
  height: 30vw!important;
  width: 100%;
}

/* ----------  ROTATIONS  ---------- */


.rotate90{
  -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
}


/* ----------  ELEMENTS DISPOSITIONS  ---------- */


.break-word{
    display: block;
    word-wrap: break-word;
}


.full{
  width: auto;
  height: auto;
  display: block;
  z-index: 100;
}

.fixed{
  position: fixed!important;
}

a:hover, a:focus {
    color: #ffffff!important;
    text-decoration: none!important;
}

.colorFooter{
  color: #a7b0b7;
}

.titreFooter{
  color: #c5c5c5!important;
}

.titreMenu{
  color: #a7b0b7;
}
.titreMenu:hover{
  transition: all 0.3s ease 0s;
  color: white;
}


.red{
  color: red;
}

.imageAcc img{
  width: 90%;
  height: auto;
}

/* ----------  CENTRER  ---------- */



.center10{
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
  vertical-align: middle
}

.center25{
  text-align: center;
  margin-left: 25%;
  margin-right: 25%;
  vertical-align: middle;
}

.txtcenter{
  text-align: center;
  vertical-align: middle;
}



/* ----------  FONTS-SIZES  ---------- */


.font1em{
  font-size:1em;
}

.font3em{
  font-size:3em;
}

.font5{
  font-size: 5px;
}

.font20{
  font-size: 20px;
}

.font22{
  font-size: 22px;
}

.font26{
  font-size: 26px;
}

.font30{
  font-size: 30px!important;
}

.font50{
  font-size: 50px;
}

.font10vh{
  font-size: 10vh;
}

.font100{
  font-size: 100px;
}

.fsize-glyph{
  font-size:;
}




/* ----------  BORDERS  ---------- */





.border-left{
  border-left: solid 1px #000;
}

.border-right{
  border-right: solid 1px #000;
}

.border-horiz{
  padding-top: 3%;
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
  margin-left: 10%;
  margin-right: 10%;
}

.border-topRed{
  border-top: solid 4px #990000;
}

.border-top{
  border-top: solid 3px #808080;
}

hr.borderCar {
  border-top: 1px solid #8c8b8b;
  text-align: center;
}
hr.borderCar:after {
  content: 'Voiture';
  display: inline-block;
  position: relative;
  top: -22px;
  padding: 0 10px;
  background: #f0f0f0;
  color: #8c8b8b;
  font-size: 30px;
}

hr.borderTrain {
  border-top: 1px solid #8c8b8b;
  text-align: center;
}
hr.borderTrain:after {
  content: 'Train';
  display: inline-block;
  position: relative;
  top: -22px;
  padding: 0 10px;
  background: #f0f0f0;
  color: #8c8b8b;
  font-size: 30px;
}

hr.borderPlan {
  border-top: 1px solid #8c8b8b;
  text-align: center;
}
hr.borderPlan:after {
  content: 'Avion';
  display: inline-block;
  position: relative;
  top: -22px;
  padding: 0 10px;
  background: #f0f0f0;
  color: #8c8b8b;
  font-size: 30px;
}

hr.borderLocalize {
  border-top: 1px solid #8c8b8b;
  text-align: center;
}
hr.borderLocalize:after {
  content: 'Localisation';
  display: inline-block;
  position: relative;
  top: -22px;
  padding: 0 10px;
  background: #f0f0f0;
  color: #8c8b8b;
  font-size: 30px;
}

hr.borderRegion {
  border-top: 1px solid #8c8b8b;
  text-align: center;
}
hr.borderRegion:after {
  content: 'Alpes-Maritimes';
  display: inline-block;
  position: relative;
  top: -22px;
  padding: 0 10px;
  background: #f0f0f0;
  color: #8c8b8b;
  font-size: 30px;
}

hr.borderActivite {
  border-top: 1px solid #8c8b8b;
  text-align: center;
}
hr.borderActivite:after {
  content: 'Activités';
  display: inline-block;
  position: relative;
  top: -22px;
  padding: 0 10px;
  background: #f0f0f0;
  color: #8c8b8b;
  font-size: 30px;
}

hr.borderMed {
  border-top: 1px solid #8c8b8b;
  text-align: center;
}
hr.borderMed:after {
  content: 'Maison médiévale';
  display: inline-block;
  position: relative;
  top: -22px;
  padding: 0 10px;
  background: #f0f0f0;
  color: #8c8b8b;
  font-size: 30px;
}


hr.borderReserv {
  border-top: 1px solid #8c8b8b;
  text-align: center;
}
hr.borderReserv:after {
  content: 'Réservation';
  display: inline-block;
  position: relative;
  top: -22px;
  padding: 0 10px;
  background: #f0f0f0;
  color: #8c8b8b;
  font-size: 30px;
}


hr.borderMail {
  border-top: 1px solid #8c8b8b;
  text-align: center;
}
hr.borderMail:after {
  content: 'Envoyez nous un mail';
  display: inline-block;
  position: relative;
  top: -22px;
  padding: 0 10px;
  background: #f0f0f0;
  color: #8c8b8b;
  font-size: 30px;
}

/* ----------  WIDTHS  ---------- */


.wi100p{
  width: 100px;
}

.wi120p{
  width: 120px;
}

.wi150p{
  width: 150px;
}

.wi200p{
  width: 200px;
}

.wi75{
  width: 75%;
}

.wi100{
  width: 100%!important;
}




/* ----------  HEIGHTS  ---------- */



.hauto{
  height:auto;
}

.h20{
  height: 20px;
}

.h30{
  height: 30px;
}

.h40{
  height: 40px;
}

.h44{
  @media screen and (min-width: 768px) {
    height: 44px;
  }
  
}

.h50{
  height: 50px;
}

.h70{
  height: 70px;
}

.h100{
  height: 100px;
}

.h120{
  height: 120px;
}

.h150{
  height: 150px;
}

.h175{
  height: 175px;
}

.h200{
  height: 200px;
}

.h250{
  height:250px;
}

.h280{
  height:280px;
}

.h300{
  height: 300px;
}

.h320{
  height: 320px;
}

.h350{
  height: 350px;
}

.h400{
  height: 400px;
}

.h500{
  height: 500px;
}

.h550{
  height: 550px;
}

.h600{
  height: 600px;
}

.h700{
  height: 700px;
}

.h800{
  height: 800px;
}

.h900{
  height: 900px;
}

.h1000{
  height: 1000px;
}

.h1200{
  height:1200px;
}

.h1450{
  height: 1450px;
}


.h10p{
  height: 10%;
}

.h75p{
  height:75%;
}

.h100p{
  height:100%!important;
}


/* ----------  MARGINS  ---------- */



.marg0{
  margin:0%;
}

.marg5{
  margin:5%;
}

.marg10{
  margin:10%;
}

.marg15{
  margin:15%;
}




.margtop0{
  margin-top: 0%!important;
}

.margtop05{
  margin-top: 0.5%;
}

.margtop1{
  margin-top: 1%
}

.margtop2{
  margin-top:2%;
}

.margtop4{
  margin-top: 4%;
}

.margtop5{
  margin-top: 5%;
}

.margtop10{
  margin-top: 10%;
}

.margtop30vh{
  margin-top: 30vh;
}




.margleft0{
  margin-left: 0;
}

.margleft4{
  margin-left:4%;
}

.margleft12{
  margin-left:12%;
}

.margleft15{
  margin-left:15%;
}

.margleft40{
  margin-left:40%;
}

.margleft8vw{
  margin-left:8vw;
}




.margbot0{
  margin-bottom: 0%!important;
}

.margbot3{
  margin-bottom: 3%;
}

.margbot4{
  margin-bottom: 4%;
}

.margbot5{
  margin-bottom: 5%;
}

.margbot10{
  margin-bottom: 10%;
}


/* ----------  PADDINGS  ---------- */


.padd0{
  padding:0!important;
}

.pad1{
  padding: 1%;
}

.pad2{
  padding: 2%;
}

.pad3{
  padding: 3%;
}

.pad5{
  padding: 5%;
}

.pad7{
  padding: 7%;
}




.padtop1{
  padding-top: 1%;
} 

.padtop2{
  padding-top: 2%;
}

.padtop2-5{
  padding-top: 2.5%;
}

.padtop3{
  padding-top: 3%;
}

.padtop4{
  padding-top: 4%;
}

.padtop5{
  padding-top: 5%;
}

.padtop7{
  padding-top: 7%;
}

.padtop10{
  padding-top: 10%;
}

.padtop17{
  padding-top: 17%;
}

.padtop25{
  padding-top: 25%;
}

.padtop30{
  padding-top: 30%;
}

.padtop50px{
  padding-top: 50px;
}

.padtop75px{
  padding-top: 75px;
}

.padtop100px{
  padding-top: 100px;
}

.padtop150px{
  padding-top: 150px;
}

.padtop250px{
  padding-top: 250px;
}


.padbot3{
  padding-bottom: 3%;
}

.padbot5{
  padding-bottom: 5%;
}

.padbot7{
  padding-bottom: 7%;
}

.padbot10{
  padding-bottom: 10%;
}

.padbot15{
  padding-bottom: 15%;
}

.padbot150px{
  padding-bottom: 150px!important;
}



.padleft{
    padding-left: 0!important;
}

.padleft20p{
    padding-left: 20px;
}

.padleft15p{
    padding-left: 15px;
}



.padright0{
  padding-right: 0;
}

.padright15px{
  padding-right: 15px;
}




/* ----------  RADIUS  ---------- */



.radius{
  overflow:hidden;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
}

.radius2{
  overflow:hidden;
  -webkit-border-radius:10%;
  -moz-border-radius:10%;
  border-radius:10%;
}


.circle {
  border-radius: 100%;
  box-shadow: none;
  }  
  .circle::before,
  .circle::after {
    border-radius: 100%;
  }


/* ----------  OMBRES  ---------- */




.ombre{
    -webkit-box-shadow: 5px 0px 12px rgba(0, 0, 0, .5);
            box-shadow: -5px 0px 12px rgba(0, 0, 0, .5);
}



/* ----------  DISPLAY  ---------- */


.no-display{
  display:none;
} 

.block{
  display: block;
}



/* ----------  FOOTERS  ---------- */


footer .subFooter {
    color: #777777;
    font-size: 12px;
    padding: 8px 0;
    background-color: #30383E;
    bottom: 0;
    width: 100%;
    height: 40px;
    border-top: 1px solid #462727;
    }


.btn-primary{
 background-color: #FFF!important;
 border-color: #990000!important;
 color: #990000!important;
 transition: all 0.3s ease 0s;
}

.btn-primary:hover{
 background-color: #990000!important;
 border-color: #990000!important;
 color: #FFF!important;
 transition: all 0.3s ease 0s;
}

/* ----------  EFFECTS  ---------- */



.ribbon{
  height: auto;
  width: 10vw;
  top: -20px;
  position: relative;
  background-color: #990000;
  z-index: 999;
  min-height: 9vw;
  transition: all 0.3s ease 0s;
}

.ribbon:hover{
  top: 0;
  transition: all 0.3s ease 0s;
}

.ribbon:before{
  content: "";
  left: 0;
  position: absolute;
  bottom: -3.5vw;
  border-top: 4vw solid #990000;
  border-right: 6vw solid transparent;
}
.ribbon:after{
  content: "";
  right: 0;
  position: absolute;
  bottom: -3.5vw;
  border-top: 4vw solid #990000;
  border-left: 6vw solid transparent;
}



.ribbon2{
  height: auto;
  width: 15vw;
  position: relative;
  background-color: #990000;
  z-index: 999;
  min-height: 10vw;
}


.ribbon2:before{
  content: "";
  left: 0;
  position: absolute;
  bottom: -3.5vw;
  border-top: 4vw solid #990000;
  border-right: 20vw solid transparent;
}
.ribbon2:after{
  content: "";
  right: 0;
  position: absolute;
  bottom: -3.5vw;
  border-top: 4vw solid #990000;
  border-left: 20vw solid transparent;
}





/*li.ramp:after{
  content:'';
  color: red;
  font-size: 25px;
  z-index: 100;
  text-align: center;
  vertical-align: middle;
  
  background-image:url('../images/mur.jpg');
  background-size: 25vh 100%!important;
  width:50%;
  height:70%;
  position: absolute;
  top:40px;
  margin-left: 25%;
}*/


.spin {
  width: 5em;
  height: 5em;
  padding: 0;
  }
  .spin:hover {
    color: #ffd700;
  }

  .spin::before,
  .spin::after {
    top: 0;
    left: 0;
  }

  .spin::before {
    border: 2px solid transparent;
  }

  .spin:hover::before {
    border-top-color: #ffd700; 
    border-right-color: #ffd700;
    border-bottom-color: #ffd700;

    transition:
      border-top-color 0.15s linear,  
      border-right-color 0.15s linear 0.10s,
      border-bottom-color 0.15s linear 0.20s;
  }

  .spin::after {
    border: 0 solid transparent;
  }

  .spin:hover::after {
    border-top: 2px solid #ffd700;     
    border-left-width: 2px; 
    border-right-width: 2px; 
    transform: rotate(270deg);  
    transition:
      transform 0.4s linear 0s,
      border-left-width 0s linear 0.45s;
  }


  .spin2 {
  width: 5em;
  height: 5em;
  padding: 0;
  }
  .spin2:hover {
    color: #ffd700;
  }

  .spin2::before,
  .spin2::after {
    top: 0;
    left: 0;
  }

  .spin2::before {
    border: 4px solid transparent;
  }

  .spin2:hover::before {
    border-top-color: #ffd700; 
    border-right-color: #ffd700;
    border-bottom-color: #ffd700;

    transition:
      border-top-color 0.15s linear,  
      border-right-color 0.15s linear 0.10s,
      border-bottom-color 0.15s linear 0.20s;
  }

  .spin2::after {
    border: 0 solid transparent;
  }

  .spin2:hover::after {
    border-top: 4px solid #ffd700;     
    border-left-width: 4px; 
    border-right-width: 4px; 
    transform: rotate(270deg);  
    transition:
      transform 0.4s linear 0s,
      border-left-width 0s linear 0.45s;
  }




/* ----------  MEDIA-SIZES  ---------- */



@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

.carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%)!important;
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%)!important;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,.5)))!important;
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#0000000', GradientType=1)!important;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%)!important;
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%)!important;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,.5)))!important;
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#0000000', GradientType=1)!important;
}