@charset "utf-8";
@import url("Inkfree/stylesheet.css");
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
*/
@keyframes move1{
    0%   {top:14%;}
	50%	 {top:18%;}
	100% {top:14%;}

}
h1,h2,h3,h4,h5{font-weight: normal !important;}
img, object, embed, video {max-width: 100%;}
img.blink {animation: blink 1s infinite ;}
body{}
html {scroll-behavior: smooth;}
.container{
    max-width: 1600px !important;
    position: relative;
	padding-right: 5%;
	padding-left: 5%;
}
th,td{
    border: 1px solid #3A3A3A;
    padding:5px !important;
}
input, button, select, textarea {
	width: 100%;
    margin-bottom: 2px !important;
    padding: 5px;
    background-color: #dedede;
    border: 0px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {width:100%;}
a:hover{text-decoration:none !important;}
body{font-size: 16px !important;}
.cursor{cursor: pointer;}
.jarallax {height: 10vh;}
.hidden_movil{display:none;}
.img-black-white {}
.img-black-white:hover {
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}
.sticky{
  position: -webkit-sticky; 
  position: -moz-sticky; 
  position: -ms-sticky; 
  position: -o-sticky; 
  position: sticky; 
  top: 10px !important;
}
.img_center{display: block; margin: auto;}
.f1{background-color: #1D1D1D !important;}
.f2{background-color: #FFFFFF !important;}
.f3{background-color: #26ae8d !important;}
.f4{background-color: #e91e63 !important;}
.f5{background-color: #A8B901 !important;}
.f6{background-color: transparent !important;}
.f7{}
.f8{}
.f9{}
.f10{}
.c1{color: #1D1D1D;}
.c2{color: #fff !important;}
.c3{color: #26ae8d !important;}
.c4{color: #e91e63 !important;}
.c5{color: #A8B901 !important;}
.c6{}
.c7{}
.c8{}
.c9{}
.c10{}
.text_special{
    font-family: Inkfree;    
}
.text_special2{
	
}
.bckground_f1{background-color: #a99f94;}
.background_f2{background-color: #f7efe5}
.background_f3{background-color: #373737;}
.background_f4{
    background-repeat: no-repeat;
    background-image: url(img/chalets.png);
    background-position: right center;
    background-size: 23% auto;
}
.background_f5{
	background-repeat: no-repeat;
    background-image: url(img/tentes.png);
    background-position: right center;
    background-size: 23% auto;
}
.background_f6{
	background-repeat: no-repeat;
    background-image: url(img/soleil.png);
    background-position: right center;
    background-size: 23% auto;
}
.bck_img1{
    background-image: url("../images/chalet-bord-lac-isere.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.bck_img2{
    background-image: url("../locations/chalet-bord-lac-isere-1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.bck_img3{
    background-image: url("../locations/tente-amazone-1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.titre1{
    padding: 15px;
    text-align: center;
    width: auto !important;
    min-width: 200px;
    color: #e91e63;
    background-image: url(img/btn-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 20px;
    left: -10px;
}
.titre1:hover{z-index: 2;}
.titre2{
    padding: 15px;
    text-align: center;
    width: auto !important;
    min-width: 200px;
    color: #bd338e;
    background-image: url(img/btn-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.titre2:hover{z-index: 2;}
.titre3{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(img/bois.png);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}
.vague {}
.vague1 {
    background-image: url(img/vague.png);
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    /* width: 50%; */
    height: 26%;
	display: none;
}
.vague2 {
    position: absolute;
    top: 0px;
	min-height: 100%;
	background-color: hsla(191, 56%, 34%, 0.7411764705882353);
}
.omline{font-size: 13px;}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    margin-top: -1%;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 250px 500px 250px;
	border-color: transparent transparent #ffffff transparent;
}
.square{
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.fleche img{width: 80px;}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
.img_scale_anim {
	-webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    z-index: 2;
    position: static;
    -webkit-animation: mymove 8s 1;
    animation: mymove 8s 1;
}
.hover_scale:hover{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition-duration: 0.3s;
}
.bck_texture1{
    background-image: url(img/pierre1.jpg);
    background-repeat: repeat;
    background-position: left top;
    background-attachment: fixed;
}
.bck_texture2{
    background-image: url(img/pierre1.jpg);
    background-repeat: repeat;
    background-position: left top;
    background-attachment: fixed;
}
.m_ul{	margin-left: 20px;}
.hover {
    position: absolute !important;
    min-height: 100%;
	min-width: 100%;
    top: 0px;
    background-image: none;
    text-align: center;
    opacity: 0 !important;
}
.hover:hover {
    background-color: hsla(0,0%,100%,0.48);
    opacity: 1 !important;
	}
.hover2 {
    position: absolute !important;
    min-height: 100%;
    top: 0px;
    background-image: none;
    text-align: center;
    font-weight: bold;
    opacity: 0;
}
.hover2:hover {
    background-color: hsla(0,0%,2%,0.54);
    opacity: 1;
	}
.hover center {opacity: 0;}
.link,.photo,.map,.more,.visite:hover{
	opacity: 1;
	background-repeat: no-repeat;
    background-position: center center; 
	background-size: 40px auto;
}
.hover center:hover {opacity: 1}
.link:hover {background-image: url(../iconos/link.png);
}
.photo:hover {background-image: url(../iconos/photo3.png);}
.map:hover{background-image: url("../iconos/map-1.png");}
.more:hover{background-image: url("../iconos/plus.png");}
.visite:hover{background-image: url("../iconos/360-2.png");}
.bed{background-image: url(../iconos/bed.png);}
.user{background-image: url(../iconos/user.png);}
.wifi{background-image: url(../iconos/wifi2.png);}
/* The innermost element*/
.zoomoutheader {
  background-size: cover;
  text-align:center;
  background: none;
  -webkit-animation: zoomout 10s ease-in infinite;
  animation: zoomout 10s ease-in infinite;
  transition: all .10s ease-in-out infinite;
  overflow: hidden;
}
.no-zoomoutheader {
  background-size: cover;
  text-align:center;
  background: none;
  -webkit-animation: none;
  animation: none;
  transition: none;
  overflow: hidden;
}

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {transform: scale(1.2);}
  50% {transform: scale(1);}
  100% {transform: scale(1.2);}
}
@keyframes zoomin {
  0% {transform: scale(1.2);}
  50% {transform: scale(1);}
  100% {transform: scale(1.2);}
} /*End of Zoom in Keyframes

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
  0% {transform: scale(1.2);}
  50% {transform: scale(1);}
  100% {transform: scale(1);}
}
@keyframes zoomout {
  0% {transform: scale(1.2);}
  50% {transform: scale(1);}
  100% {transform: scale(1.2);}
}
/*End of Zoom out Keyframes */
.zoominheader {
  background-size: cover;
  text-align:center;
  background-attachment: fixed;
  background-repeat: repeat;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 10s ease-in infinite;
  animation: zoomin 10s ease-in infinite;
  transition: all .10s ease-in-out infinite;
  overflow: hidden;
}
.rotate{
	/* Firefox */
	-moz-transition: all 1s ease;
	/* WebKit */
	-webkit-transition: all 1s ease;
	/* Opera */
	-o-transition: all 1s ease;
	/* Standard */
	transition: all 1s ease;
}
.rotate:hover{
	/* Firefox */
	-moz-transform: scale(1) rotate(10deg) translate(25px);

	/* WebKit */
	-webkit-transform: scale(1) rotate(10deg) translate(25px);

	/* Opera */
	-o-transform: scale(1) rotate(10deg) translate(25px) ;
	/* Standard */
	transform: scale(1) rotate(10deg) translate(25px);
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
.card.card-cascade.wider .card-body.card-body-cascade {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    margin-left: 4%;
    margin-right: 4%;
    background: #fff;
    z-index: 1;
    -webkit-border-radius: 0 0 .25rem .25rem;
    border-radius: 0 0 .25rem .25rem;
}
.border1{
    border-top: 1px dotted #FFFFFF;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
.navbar-expand-lg .navbar-nav {display: block !important;}
.container_principal{
    width: 90% !important;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto !important;
    float: none;
    max-width: 1600px;
}
body{}
main{}
main a{text-decoration: underline;}
header{}
footer{}
adress{}
	
.container_principal{}
.menu {}
.slide{}
.slide img{}
.fleche{}
.fleche img{}
.logo{}
.logo img{}
.partenaires{}
.partenaires img{}
.resa{}
.resa img{}
.lang{
	width: 30%;
    top: 20px;
    position: absolute;
    z-index: 2;
    right: 20px;
	text-align: right;
}
.lang img{width: 60px;}
.tel{
    width: 30%;
	border-radius: 50%;
    background-color: hsla(0, 0%, 100%, 0.81);;
}
.tel img{

}
.maps{}
.maps img{}
.infos {}
.infos img {}
.slogan {}
.slogan img {}
.avis {}
.avis img{}
.pdf {}
.pdf img{}
.ref {}
.ref img{}
.iconos {}
.iconos img{}
.body1{}
.body2{}
.body3{}
.footer1{}
.footer2{}
.footer1 img {}
.footer2 img {}
.middle{top: 25%;}
.top{top: 0px;}
.bottom{bottom: 0px;}
.left{left: 0px;}
.right{right: 0px;}
.text-align1{}
.text-align2{}
.w-1{width: 100%;}
.w-2{}
.w-3{}
.h-1{}
.h-2{}
.h-3{}
.z-index-1{z-index: 2;}
.z-index-2{}
.z-index-3{}
.t1{font-size: 12px !important}
.t2{font-size: 16px !important}
.t3{font-size: 19px !important}
.t4{font-size: 22px !important}
.t5{font-size: 24px !important}
.t6{font-size: 32px !important}
.sombra_text1{text-shadow: 2px 2px 2px hsla(0,0%,0%,0.57);}
.sombra_text2{}
.sombra_text3{}
.min_height1{min-height: 300px; height: 100%;}
.min_height2{}
.min_height3{}
.max_height1{}
.max_height2{}
.max_height3{}
.min_width1{}
.min_width2{}
.min_width3{}
.max_width1{max-width: 350px}
.max_width2{max-width: 150px !important}
.max_width3{}
.middle{top: 25%;}
.top{top: 0px;}
.bottom{bottom: 0px;}
.left{left: 0px;}
.right{right: 0px;}
.fantome1{display: none;}
.fantome2{display: none;}
.fantome3{display: none;}
.sombra_text1{text-shadow: 2px 2px 2px hsla(0,0%,0%,0.57);}
.sombra_text2{}
.sombra_text3{}
.lg-pl-0{padding-left: 15px}
.container_social {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    /* margin-bottom: 15px; */
    z-index: 8;
    /* top: 15px; */
    position: relative;
    overflow: hidden;
	padding-top: 15px;
}
.social {
    clear: none;
    padding: 5px;
    background-color: #8283c1;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    margin-bottom: 15px;
    float: right;
}
.social img {
	padding: 5px;
}

.fleche {
    display: none;
    z-index: 5;
    text-align: center;
    position: absolute;
    bottom: 40px;
    width: 80px;
    height: 80px;
    background-color: hsla(0,0%,100%,0.41);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 50%;
}

.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 768px) {
.navbar {
    box-shadow: none;
}
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
.container_social {
}
body{}
main{}
header{}
footer{}
adress{}
	
.container_principal{}
.menu {}
.slide{}
.slide img{}
.fleche{}
.fleche img{}
.logo{}
.logo img{}
.partenaires{}
.partenaires img{}
.resa{}
.resa img{}
.lang{}
.lang img{}
.tel{
	width: 23%;
    left: 46%;
    top: 32%;
	}
.tel img{}
.maps{}
.maps img{}
.infos {}
.infos img {}
.slogan {}
.slogan img {}
.avis {}
.avis img{}
.pdf {}
.pdf img{}
.ref {}
.ref img{}
.iconos {}
.iconos img{}
.body1{}
.body2{}
.body3{}
.footer1{}
.footer2{}
.footer1 img {}
.footer2 img {}
.middle{top: 25%;}
.top{top: 0px;}
.bottom{bottom: 0px;}
.left{left: 0px;}
.right{right: 0px;}
.w-1{}
.w-2{}
.w-3{}
.h-1{}
.h-2{}
.h-3{}
.z-index-1{}
.z-index-2{}
.z-index-3{}
.t1{font-size: 12px !important}
.t2{font-size: 16px !important}
.t3{font-size: 20px !important}
.t4{font-size: 24px !important}
.t5{font-size: 28px !important}
.t6{font-size: 32px !important}
.sombra_text1{text-shadow: 2px 2px 2px hsla(0,0%,0%,0.57);}
.sombra_text2{}
.sombra_text3{}
.min_height1{}
.min_height2{}
.min_height3{}
.max_height1{}
.max_height2{}
.max_height3{}
.min_width1{}
.min_width2{}
.min_width3{}
.max_width1{}
.max_width2{}
.max_width3{}
.middle{top: 25%;}
.top{top: 0px;}
.bottom{bottom: 0px;}
.left{left: 0px;}
.right{right: 0px;}
.text-align1{}
.text-align2{}
.fantome1{display: none;}
.fantome2{display: none;}
.fantome3{display: none;}
.sombra_text1{text-shadow: 2px 2px 2px hsla(0,0%,0%,0.57);}
.sombra_text2{}
.sombra_text3{}
.social {
}
.social {
}
.social:hover{
   	padding-left: 15px;
	width: 60px;
    -webkit-transition: all 0.5s, transform 0.5s;
  	transition: all 0.5s, transform 0.5s;
	-moz-transition: all 0.5, transform 0.5s;
	-o-transition: all 0.5, transform 0.5s;
	-ms-transition: all 0.5, transform 0.5s;
}
.social img {
}
.lg-pl-0{padding-left: 0px}
.hide_tablet {display: none;}
.zeroMargin_tablet {margin-left: 0;}
}

@media only screen and (min-width: 992px) {
.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
body{}
main{}
header{}
footer{}
adress{}
	
.container_principal{}
.menu {}
.slide{}
.slide img{}
.fleche{}
.fleche img{}
.logo{}
.logo img{}
.partenaires{}
.partenaires img{}
.resa{}
.resa img{}
.lang{}
.lang img{}
.tel{
	width: 20%;
    left: 39%;
    top: 29%;
}
.tel img{}
.maps{}
.maps img{}
.infos {}
.infos img {}
.slogan {}
.slogan img {}
.avis {}
.avis img{}
.pdf {}
.pdf img{}
.ref {}
.ref img{}
.iconos {}
.iconos img{}
.body1{}
.body2{}
.body3{}
.footer1{}
.footer2{}
.footer1 img {}
.footer2 img {}
.middle{top: 25%;}
.top{top: 0px;}
.bottom{bottom: 0px;}
.left{left: 0px;}
.right{right: 0px;}
.w-1{width: auto;}
.w-2{}
.w-3{}
.h-1{}
.h-2{}
.h-3{}
.z-index-1{}
.z-index-2{}
.z-index-3{}
.t1{font-size: 12px !important}
.t2{font-size: 16px !important}
.t3{font-size: 20px !important}
.t4{font-size: 24px !important}
.t5{font-size: 28px !important}
.t6{ font-size: 38px !important}
.sombra_text1{text-shadow: 2px 2px 2px hsla(0,0%,0%,0.57);}
.sombra_text2{}
.sombra_text3{}
.min_height1{}
.min_height2{}
.min_height3{}
.max_height1{}
.max_height2{}
.max_height3{}
.min_width1{}
.min_width2{}
.min_width3{}
.max_width1{}
.max_width2{}
.max_width3{}
.middle{top: 25%;}
.top{top: 0px;}
.bottom{bottom: 0px;}
.left{left: 0px;}
.right{right: 0px;}
.text-align1{}
.text-align2{}
.fantome1{display: block;}
.fantome2{}
.fantome3{}
.sombra_text1{text-shadow: 2px 2px 2px hsla(0,0%,0%,0.57);}
.sombra_text2{}
.sombra_text3{}
	
.container_social {
    bottom: auto;
    z-index: 6;
    top: 15%;
    width: 80px;
    height: 302px;
    margin-bottom: 0px;
    left: 0%;
    position: fixed;
}
.social {
	clear: none;
    padding: 5px;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    float: left;
    border-radius: 0px 5px 5px 0px;
    margin-right: 0px
}

.hidden_movil{display:block;}
.zeroMargin_desktop {margin-left: 0;}
.hide_desktop {display: none;}
}

@media only screen and (min-width: 1200px) {
body{}
main{}
header{}
footer{}
adress{}
	
.container_principal{}
.menu {}
.slide{}
.slide img{}
.fleche{}
.fleche img{}
.logo{}
.logo img{}
.partenaires{}
.partenaires img{}
.resa{}
.resa img{}
.lang{}
.lang img{}
.tel{
	width: 26%;
    left: 37%;
    top: 29%;
	}
.tel img{}
.maps{}
.maps img{}
.infos {}
.infos img {}
.slogan {}
.slogan img {}
.avis {}
.avis img{}
.pdf {}
.pdf img{}
.ref {}
.ref img{}
.iconos {}
.iconos img{}
.body1{}
.body2{}
.body3{}
.footer1{}
.footer2{}
.footer1 img {}
.footer2 img {}
.middle{top: 25%;}
.top{top: 0px;}
.bottom{bottom: 0px;}
.left{left: 0px;}
.right{right: 0px;}
.w-1{}
.w-2{}
.w-3{}
.h-1{}
.h-2{}
.h-3{}
.z-index-1{}
.z-index-2{}
.z-index-3{}
.t1{font-size: 12px !important}
.t2{font-size: 16px !important}
.t3{font-size: 20px !important}
.t4{font-size: 24px !important}
.t5{font-size: 28px !important}
.t6{ font-size: 38px !important}
.sombra_text1{text-shadow: 2px 2px 2px hsla(0,0%,0%,0.57);}
.sombra_text2{}
.sombra_text3{}
.min_height1{}
.min_height2{}
.min_height3{}
.max_height1{}
.max_height2{}
.max_height3{}
.min_width1{}
.min_width2{}
.min_width3{}
.max_width1{}
.max_width2{}
.max_width3{}
.middle{top: 25%;}
.top{top: 0px;}
.bottom{bottom: 0px;}
.left{left: 0px;}
.right{right: 0px;}
.text-align1{}
.text-align2{}
.fantome1{}
.fantome2{}
.fantome3{}
.sombra_text1{text-shadow: 2px 2px 2px hsla(0,0%,0%,0.57);}
.sombra_text2{}
.sombra_text3{}

.hidden_movil{display:block;}
.zeroMargin_desktop {margin-left: 0;}
.hide_desktop {display: none;}
}

@media only screen and (min-width: 1600px) {

body{}
main{}
header{}
footer{}
adress{}
	
.container_principal{}
.menu {}
.slide{}
.slide img{}
.fleche{}
.fleche img{}
.logo{}
.logo img{}
.partenaires{}
.partenaires img{}
.resa{}
.resa img{}
.lang{}
.lang img{}
.tel{}
.tel img{}
.maps{}
.maps img{}
.infos {}
.infos img {}
.slogan {}
.slogan img {}
.avis {}
.avis img{}
.pdf {}
.pdf img{}
.ref {}
.ref img{}
.iconos {}
.iconos img{}
.body1{}
.body2{}
.body3{}
.footer1{}
.footer2{}
.footer1 img {}
.footer2 img {}
.middle{top: 25%;}
.top{top: 0px;}
.bottom{bottom: 0px;}
.left{left: 0px;}
.right{right: 0px;}
.w-1{}
.w-2{}
.w-3{}
.h-1{}
.h-2{}
.h-3{}
.z-index-1{}
.z-index-2{}
.z-index-3{}
.t1{}
.t2{}
.t3{}
.t4{}
.t5{}
.t6{}
.sombra_text1{text-shadow: 2px 2px 2px hsla(0,0%,0%,0.57);}
.sombra_text2{}
.sombra_text3{}
.min_height1{}
.min_height2{}
.min_height3{}
.max_height1{}
.max_height2{}
.max_height3{}
.min_width1{}
.min_width2{}
.min_width3{}
.max_width1{}
.max_width2{}
.max_width3{}
.middle{top: 25%;}
.top{top: 0px;}
.bottom{bottom: 0px;}
.left{left: 0px;}
.right{right: 0px;}
.text-align1{}
.text-align2{}
.fantome1{}
.fantome2{}
.fantome3{}
.sombra_text1{text-shadow: 2px 2px 2px hsla(0,0%,0%,0.57);}
.sombra_text2{}
.sombra_text3{}
	
.hidden_movil{display:block;}
.zeroMargin_desktop {margin-left: 0;}
.hide_desktop {display: none;}
}
