@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');






body {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #525252;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
    font-size: 14px;
    margin-top: 0;
    max-width: 100%;
    text-justify: inter-word;
}
.bg-transparent-gradient-tussock-greenish-slate {
    background: linear-gradient(40deg, rgb(0 0 0 / 75%) 0%, rgb(0 0 0 / 75%) 90%);
}


.bg-white-5{background-color: #0000008a;}
 
.alt-font ul {
    margin: 0;
    /* padding: 0 0px 20px 20px; */
}


#gallery-1 img, #gallery-2 img, #gallery-3 img,  {
    border: 0px solid #cfcfcf;
}


.page-numbers.current {
    color: #ffffff;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    margin: 0 6px 10px 0;
    background-color: #3e4344;
    padding: 5px 18px 6px;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
}

.page-numbers, .page-numbers a {
    padding: 5px;
    background: #fff;
    /* border-top: 1px solid; */
    font-size: 17px;
    border-bottom: 2px solid #fff;
}


ul{padding-left: 15px;}

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.2s;
    visibility: visible;
}

[data-title]:after {
    content: attr(data-title);
    background-color: #525252;
    color: #fff;
    font-size: 14px;
    position: absolute;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding: 2px 20px;
    top: 27px;
    left: 20px;
    white-space: nowrap;
    opacity: 0;
    border: 1px solid #525252;
    z-index: 99999;
    visibility: hidden;
}


[data-title] {
    position: relative;
}


.navbar {
    padding: 8px 0px 0px 0px;
}
.header-cart-icon a > i, .header-cart-icon a > i, .header-language a > i, .header-search-icon a > i, .header-push-button a > i {
    padding: 28px 0;
    font-size: 17px;
    display: inline-block;
}

.text-extra-dark-gray, .btn-link.text-extra-dark-gray, a.text-extra-dark-gray-hover:hover {
    color: #525252;
}

.navbar.navbar-light .navbar-nav .nav-link {
    color: #525252;
}


.header-search-icon, .header-cart-icon, .header-language, .header-push-button, .header-button {
    display: inline-block;
    vertical-align: middle;
    padding-left: 17px;
    font-size: 15px;
}

.equip hr{
    border: 1px solid #ffffffa1;
    width: 50%;
    margin: 7px;
}


.bg-groc{ background-color: #fbc627;}

.text-groc{color: #fbc627;}

a.text-groc-hover:hover {
    color: #fbc627;
}


.wpml-ls-legacy-list-horizontal .wpml-ls-item {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline;
}


.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    color: #fff;
}

.close-menu {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}
.menu-list li a {
    font-size: 20px;
    line-height: 28px;
    position: relative;
    color: #ffffff;
    padding: 4px 0;
    display: inline-block;
}

.bg-fast-yellow {
    background-color: #f9c433;
}

.alt-font2{  font-family: 'Poppins', sans-serif;}

.counter-style-01 .counter:after {
    position: absolute;
    content: " " !important;
    left: 100%; 
    top: 0;
    margin-left: 5px;
}

.form-check-input {
    position: absolute;
    margin-top: .6rem;
    margin-left: -2rem;
}



.bg-black {
    background-color: #212121;
}


.alt-font {
    font-family: 'Poppins', sans-serif;
}

p {
    margin: 0 0 20px;
}


.btn-gradient-light-purple-light-orange {
    background-image: linear-gradient(to right, #20819a, #49b2cd, #2c839b);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
h2 {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 10px;
} 
 
h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    line-height: 1.6rem;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #f9c433 #212121;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 16px;
  }

  *::-webkit-scrollbar-track {
    background: #212121;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #fbc627;
    border-radius: 0px;
    border: 3px solid #000000;
  }

.top-bar .social-icon li {
    font-size: 15px;
    padding: 1px 7px;
    display: inline-block;
}


.text img {
    border: 0px !important;
}


.gm-style .gm-style-iw-c {
 
    background-color: #ab421f;
	
}
.gm-style .gm-style-iw-c {
   
	WIDTH: 320px !important;}
    

.gm-style .gm-style-iw-d {

    overflow: hidden !important;
    padding-bottom: 15px;
}



.swiper-slide a{color: #fff;}


.btn.btn-transparent-dark-gray {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.bg-vermell{ background-color:  #ab421f;}


.vermell-hover{color: #ab421f;}


.vermell{color: #ab421f;}

.text h3 strong{
    color: #525252;
    font-size: 24px;
    }

.text li{
	padding-bottom: 5px;
}

.rodotop {
    border-top-right-radius: 65px;
}

.HzV7m-b7CEbf .i4ewOd-pzNkMb-tJHJj {
    padding: 11px 0 11px 20px;
    background-image: linear-gradient(to right, #1b7b93, #49b2ce, #1b7b93)!important;
}
.blog-grid .avtar-image {
    width: 50px;
    border-radius: 100%;
    margin-right: 10px;
}

.text h1,.text h2, .text h3{  font-family: 'Poppins', sans-serif;}

.text-ombra{    text-shadow: 0 0 40px black;}


.bg-gradient-orange-pink {
    background-image: linear-gradient(to right top, #cee002, #cee002);
}

.frase strong{font-weight: 600;   background: linear-gradient(to right, #1b7b93, #49b2ce, #1b7b93);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}

.rodo{border-bottom-right-radius: 65px;}



.nav-tabs > li.nav-item > a.nav-link.active, .nav-tabs > li.nav-item > a.nav-link.active:hover, .nav-tabs > li.nav-item > a.nav-link:hover {
    background: transparent;
    border-color: #ffffff00;
    color: #cfcfcf;
    cursor: pointer;
}

.inmenu a{color: #fff;}
.inmenu a:hover{color: #fff;}


.opacity-banner{
	
	transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
	position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.25;
    top: 0;
	
	background-color: #000;
    left: 0;}


a:hover .opacity-banner{
	

    opacity: 0.65;
	background-color: #000;
  }

.edars strong:after{height: 1px;display: block;margin: 0 auto;margin-bottom: 10px;margin-top: 7px;width: 70%;background-color: #d1df2a;content: " ";}



.bg-gradient-sky-blue-pink {
    background-image: linear-gradient(to right, #1b7b93, #49b2ce, #1b7b93);
}


.opacity-extra-medium {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
}



.interactive-banners-style-09 .interactive-banners-action-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    padding-top: 26%;
    min-height: 75px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.titolarxiu{font-size: 16px;background-color: #48b1cc;display: inherit;/* width: 100%; */color: #fff;float: left;padding: 5px;margin-bottom: 0px !important;padding-bottom: 0;padding-top: 0;margin-top: 18px;}

.arxiu a{padding-left: 5px;}
.arxiu a::before {
  content: "- ";

}

header .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img {
    max-height: 60px;
    filter: drop-shadow(0px 0px 5px #fff);
}

tr.titolarxiu:nth-child(even) {
    background-color: #ede4d7;
}

.simple-dropdown .dropdown-menu li {
    padding: 5px 25px 5px 21px;
    display: block;
}





.grid.galeria li {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}





.simple-dropdown .dropdown-menu .dropdown a {
    display: block;
    color: #343434 !important;
    font-size: 15px;
    line-height: normal;
    padding: 4px;
    font-weight: 500;
    margin: 0;
}

.text-extra-medium {
    font-size: 16px;
    line-height: 23px;
}


.blog-category a{color: #fff;}

.opacity-full {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    top: 0;
    left: 0;
}
.bg-gradient-fast-blue-purple {
    background-image: linear-gradient(to top, #00000000, #00000000);
    height: 34%;
}.bg-extra-medium-slate-blue {
    background-color: #1d7d97f5;
}


.bg-transparent-gradient-fast-blue-purple {
    background-image: linear-gradient(to right top, rgb(175 131 12),  #ffc107);
}


.simple-dropdown .dropdown-menu {
    position: absolute;
    left: 0;
    width: 290px;
    padding: 0px 0 20px 0;
    box-shadow: none;
    margin: 0;
    border: none;
    border-radius: 0;
}


.navbar.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar.navbar-light .header-search-icon > a:hover, .navbar.navbar-light .header-social-icon > a:hover, .navbar.navbar-light .header-cart-icon > a:hover, .navbar.navbar-light .header-language > a:hover, .navbar.navbar-light .header-language > a:hover, .sticky .navbar-dark.header-light .navbar-nav .nav-link.active, .sticky .navbar-dark.header-light .navbar-nav .nav-link:hover, .sticky .navbar-dark.header-light .navbar-nav .nav-link:focus, .sticky .navbar-dark.header-light .header-search-icon > a:hover, .sticky .navbar-dark.header-light .header-social-icon > a:hover, .sticky .navbar-dark.header-light .header-cart-icon > a:hover, .sticky .navbar-dark.header-light .header-language > a:hover, .sticky .navbar-dark.header-light .header-language > a:hover, .top-bar.navbar-dark .header-search-icon > a:hover, .top-bar.navbar-dark .header-social-icon > a:hover, .top-bar.navbar-dark .header-cart-icon > a:hover, .top-bar.navbar-dark .header-language > a:hover, .top-bar.navbar-dark .header-language.dropdown-style-01 .btn:hover {
    color: rgb(249 196 51) !important;
    cursor: pointer;
}

.navbar.navbar-light .navbar-nav > .dropdown.active > a, .sticky .navbar.header-light .navbar-nav > .dropdown.active > a, .navbar.navbar-light .navbar-nav > .nav-item.dropdown.megamenu:hover > a, .navbar.navbar-light .navbar-nav > .nav-item.dropdown.simple-dropdown:hover > a, .sticky .navbar.navbar-dark.header-light .navbar-nav > .nav-item.dropdown.megamenu:hover > a, .sticky .navbar.navbar-dark.header-light .navbar-nav > .nav-item.dropdown.simple-dropdown:hover > a {
    color: rgb(251 198 39) !important;
}


.gm-style .gm-style-iw-tc::after {
    background: #b13d1b!important;
}


.interactive-banners-style-09 figure {
    position: relative;
    overflow: hidden;
}


.top-bar-contact .top-bar-contact-list {
    border-right: 1px solid rgba(0,0,0,.1);
    padding: 4px 18px;
    font-size: 13px;
    display: inline-block;
    float: left;
}
.bg-extra-medium-slate-blue2 {
    background-color: #000000cc;
}


.parallax2 {

    background-position: bottom !important;

}

.bg-blaucla {
   background-image: linear-gradient(to right, #1b7b93, #49b2ce, #1b7b93);

}
h1 {
    font-size: 2.3rem;
    line-height: 2.5rem;
}

.box2 {
    height: 230px;
    background-image: linear-gradient(to right top, rgb(19 44 50),  rgb(50 109 124));
    overflow: hidden;
}



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

.border-color-fast-blue {
    border-color: #52b3cd !important;
}

.text-blau2 {
    color: #1b7b94;
}


.grid.gutter-extra-large li {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 0;
    padding-bottom: 0;
}

.text-shadow{text-shadow: 0 0 10px black;}


.menu-list li.active > a, .menu-list .menu-list-item:hover > a, .menu-list .menu-list-item:focus > a, .menu-list .menu-list-item .sub-menu-item li.active a, .menu-list .menu-list-item .sub-menu-item > li:hover a, .menu-list .menu-list-item .sub-menu-item > li:focus a {
    color: #f9c433 !important;
}

.header-language .dropdown-menu a {
    padding-top: 5px;
    color: #e6c433;
    padding-bottom: 5px;
    display: block;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}
.header-language .dropdown-menu {
    left: auto !important;
    right: -40px;
    padding: 0px 0 0px 0;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    border: 1px solid;
    color: #000;
    margin: 0;
    min-width: 140px;
}

.opacity-medium {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.55;
    top: 0;
    left: 0;
}

.bg-green {
    background-color: #7cb32d;
}

.btn-gradient-shamrock-green-light-orange {
    background-image: linear-gradient(to right, #ab4520, #81422c, #aa441f);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}


.box{
  height: 270px;
  background: #CCC;
  overflow: hidden;
}


.membres ul{}

	.membres li {
		margin:1px;
		display:inline-block;
		/* padding: 0px 30px; */
		width: 325px;
		line-height: 19px;
	}
	
	.membres li:nth-child(2n) {}

.membres h1, .membres h2, .membres h3, .membres h4, .membres h5{color: #cee002;font-size: 26px;margin: 16px 0 0 0;}

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






.membres a{color: #E0E0E0;}
.membres a:hover{color: #ffffff;}





.membres2 ul{}

	.membres2 li {
		margin:1px;
		display:inline-block;
		/* padding: 0px 30px; */
		width: 325px;
		line-height: 19px;
	}
	
	.membres2 li:nth-child(2n) {}

.membres2 h1, .membres2 h2, .membres2 h3, .membres2 h4, .membres2 h5{color: #cee002;font-size: 26px;margin: 16px 0 13px 0;}



.membres2 a{color: #3c3c3c;}
.membres2 a:hover{color: #8f8f8f;}

.membres2 i{color: #4fb0c9 !important;}

.box3 {
    height: 60px;
    background: #CCC;
    overflow: hidden;
    width: 100%;
}

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


.boxgal{
  height: 270px;
  background: #CCC;
  overflow: hidden;
}

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




@supports(object-fit: cover){
    .box img{
      height: 100%;
      object-fit: cover;
      object-position: center center;
    }
	 
	  .boxgal img{
      height: 100%;
      object-fit: cover;
      object-position: center center;
    }
	
	
	.box2 img, 	.box3 img{
      height: 100%;
      object-fit: cover;
      object-position: center center;
    }
}

.box-shadow-small, .box-shadow-small-hover:hover {
    box-shadow: 0 0 9px rgb(0 0 0 / 7%);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.rodones{border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;}

.latest-post-sidebar li {
    margin-bottom: 5px;
}


.page-title-small span {
    padding-left: 0;
    margin-left: 0;
    position: relative;
    top: -1px;
}


.page-title-small span:before {
    position: absolute;
    /* border-left: 2px solid #232323; */
    content: "";
    height: 12px;
    top: 4px;
    left: 0;
}

.simple-dropdown .dropdown-menu .dropdown:hover > a, .simple-dropdown .dropdown-menu .dropdown a:hover, .simple-dropdown .dropdown-menu .dropdown li.active > a, .simple-dropdown .dropdown-menu .dropdown a.active, .simple-dropdown .dropdown-menu .dropdown a:focus, .simple-dropdown .dropdown-menu .dropdown.active > a {
    color: #232323 !important;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    outline-offset: 0;
    color: #f9c433;
}
.navbar .navbar-nav .nav-link {
    padding: 20px 0;
    font-weight: 400;
    font-size: 16px;
    text-shadow: 0px 0px 0px #000;
    margin: 0 12px;
    word-break: normal;
    text-align: center;
}

.bg-blau{/* background-color: #18181885; */}

.sliderpeu{
    border-top-left-radius: 25px;
    /* border-top: 1px solid #fff; */
    /* border-left: 1px solid #fff; */
    }
.text-blau {
    color: #59c3df;
}


.btn i {
    vertical-align: middle;
    position: relative;
    top: 0;
    font-size: 20px;
    color: #ffffff;
}


.btn-danger {
    color: #aa421e;
    background-color: #dc354500;
    border-color: #aa421e !important;
}


.btn-danger:hover {
    color: #fff;
    background-color: #993e1f;
    border-color: #993e1f;
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #b24d2b;
    border-color: #8f3617;
}

.llista ul{
    padding-left: 20px;
    list-style: square;
}

.llista li{}

.btn-danger i{color: #aa421e;}

.btn-danger:hover i{
	color: #fff;
}
.titolproducte {
    font-size: 30px;
    line-height: 30px;
}

.titolside{
    background-color: #46afcb;
    color: #fff;
    padding: 6px;
    width: fit-content;
    padding-left: 14px;
    font-weight: 400 !important;
    border-top-left-radius: 24px;
    font-size: 16px;
    padding-right: 25px;
}

.btn.btn-green {
    background: #379fb9;
    border-color: #379fb9;
    color: #ffffff;
}

.btn.btn-green:hover, .btn.btn-green:focus {
    background: white;
    color: #379fb9;
    border-color: #379fb9;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

footer .footer-logo img {
    max-height: 60px;
}

.footer-dark, .footer-dark a {
    color: #bfbfbf;
}


.html-video {
    background-color: #000;
    left: 50%;
    width: auto;
    height: auto;
    min-height: 60%;
    min-width: 100%;
    position: absolute;
    top: 0;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    z-index: -3;
}


.bg-slate-blue {
    background-color: #1a1a1a;
}

.bg-blue{background-color: #278ca5;}

.girada{
    transform: rotate(-90deg);
    position: absolute;
    width: 600px;
    font-size: 47px;
    height: 530px;
    color: #ffffff7a;
    line-height: 71px;
    }

.bg-gradient-white-light-gray {
    background-image: linear-gradient(to bottom, #fff, #ccc);
}



header.header-appear .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img {
}


.btn-link {
    color: #d1df2a;

}


.btn-link:hover {
    color: #f9c433;
    text-decoration: none;
}


.border-color-light-peach {
    border-color: #d1df2a !important;
}
.top-minus-13px { top: -13px; }

.text-big {
    font-size: 120px;
    line-height: 120px;
}
.text-neon-orange, .btn-link.text-neon-orange, a.text-neon-orange-hover:hover {
    color: #ae4825;
}

.interactive-banners-style-09 figure:hover .interactive-banners-overlay {
    opacity: .8;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.text-gradient-fast-blue-purple {
    background: linear-gradient(to right, #1b7b93, #49b2ce, #1b7b93);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.poema{
    font-size: 26px;
    line-height: 32px;
    color: #7272729e;
    text-align: left;
    width: 100%;
    font-weight: 300;
}

.text-blog{font-size: 50px;line-height: 58px;}


.footer-dark{
	font-size: 13px;
	line-height: 20px;
}



/* Estilos para el contenedor de carga */
#loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1c1c1cf5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Estilos para el mensaje de carga */
#loader p {
  margin-top: 0px;
  font-size: 17px;
  color: #efc43e;
  letter-spacing: 1px;
}

.btn.btn-transparent-dark-gray:hover, .btn.btn-transparent-dark-gray:focus {
    background: #f9c433;
    border-color: #f9c433;
    color: #ffffff;
}

			  
	.zoom-in-zoom-out {
  margin: 24px;
  width: 30px;
  height: 30px;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}		  
			  

@keyframes zoom-in-zoom-out {
0% {
transform: scale(1, 1);
}
50% {
transform: scale(1.5, 1.5);
}
100% {
transform: scale(1, 1);
}
}

.titol{font-size: 50px;line-height: 60px;}

.opacity-light {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
}

.bg-medium-slate-blue {
    background-color: #1a1a1a;
}










@media (max-width: 991px){
	
	
.boxgal{
  height: 150px;
  background: #CCC;
  overflow: hidden;
}   
	
	
	
.html-video {
    height: 450px;
}
	

.title-extra-large-heavy {
    font-size: 3rem;
    line-height: 2rem;
}
		
		.membres li {
		margin:1px;
		display:inline-block;
		padding: 0px 30px;
		text-align: center;
		width: 100%;
		line-height: 19px;
	}
	.membres{text-align: center;}
	
	
.girada {
    transform: none;
    position: unset;
    width: 100%;
    font-size: 30px;
    height: 60px;
    text-align: center;
    padding-top: -5px;
    color: #ffffff80;
}
	
	
	
	
	header .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img {
    max-height: 46px;
}
}

@media screen and (max-width: 575px){
.text-big {
    font-size: 100px;
    line-height: 120px;
}}



.wpml-ls-statics-shortcode_actions a, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a:link, .wpml-ls-statics-shortcode_actions li:not(.wpml-ls-current-language) .wpml-ls-link, .wpml-ls-statics-shortcode_actions li:not(.wpml-ls-current-language) .wpml-ls-link:link {
    color: #232323;
}


