/* CSS Document */

/* TABS */
.tab-wrapper {
  background: #fff;
}
.tab-wrapper .tab-container .tab-content .tab-pane {
  padding-left: 0;
  padding-right: 0;
}

.tab-pane [class^="col-"], .tab-pane [class*=" col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.tab-pane .row {
  margin-top: 0;
  margin-left: -10px;
  margin-right: -10px;
}

.tab-container {
  /* 2.9.1. Style 1 */
  /* 2.9.2. Transparent Tab */
  /* 2.9.3. Full Width Tab */
}
.tab-container ul.tabs {
  margin: 0;
  padding: 0;
  list-style:none;
}
.tab-container ul.tabs li {
  float: left;
  padding-right: 4px;
}
.tab-container ul.tabs li:last-child {
  padding-right: 0;
}
.tab-container ul.tabs li a {
  color: #fff;
  display: block;
  padding: 0 20px;
  background: #d9d9d9;
  font-size: 1em;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.tab-container ul.tabs li.active > a, .tab-container ul.tabs li:hover > a {
  color: #01b7f2;
  background: #fff;
}
.tab-container ul.tabs.full-width {
  display: block;
  /*margin-bottom: -4px;*/
}
.tab-container ul.tabs.full-width li {
  float: none;
  display: table-cell;
  vertical-align: middle;
  width: 1%;
}
.tab-container ul.tabs.full-width li a {
  padding: 0;
  text-align: center;
}
.tab-container ul.tabs:after {
  display: table;
  content: "";
  clear: both;
}
.tab-container .tab-content {
  background: #fff;
}
.tab-container .tab-content .tab-pane {
  padding: 20px;
  line-height: 1.7em;
}
.tab-container .tab-content .tab-pane .row {
  margin-bottom: 15px;
                     /*border-top: 1px solid #f5f5f5; padding: 20px 0;
&:first-child { border: none; padding-top: 0; }
&:last-child { padding-bottom: 0; }*/
}
.tab-container .tab-content .tab-pane > img {
  margin: 0 15px 0 0;
}
.tab-container .tab-content .tab-pane:after {
  content: "";
  display: table;
  clear: both;
}
.tab-container .tab-content .tab-pane .image-box .details {
  padding-right: 0;
}
.tab-container.style1 ul.tabs {
  display: block;
  background: #fff;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #f5f5f5;
}
.tab-container.style1 ul.tabs li {
  padding-right: 10px;
}
.tab-container.style1 ul.tabs li a {
  height: 30px;
  line-height: 30px;
  background: #f5f5f5;
  padding: 0 18px;
  color: #9e9e9e;
  font-weight: normal;
  font-size: 0.9167em;
  font-weight: bold;
}
.tab-container.style1 ul.tabs li.active > a, .tab-container.style1 ul.tabs li:hover > a {
  color: #fff;
  background: #01b7f2;
  position: relative;
}
.tab-container.style1 ul.tabs li.active > a:after, .tab-container.style1 ul.tabs li:hover > a:after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -10px;
  border-top: 5px solid #01b7f2;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
}
.tab-container.style1 ul.tabs li:hover > a:after {
  display: none;
}
.tab-container.style1 ul.tabs li.active:hover > a:after {
  display: block;
}
.tab-container.style1 ul.tabs.full-width li a {
  padding: 0;
}
.tab-container.trans-style {
  position: relative;
  z-index: 1;
  margin-top: -40px;
}
.tab-container.trans-style ul.tabs {
  padding: 0 10px;
}
.tab-container.trans-style ul.tabs li a {
  filter: alpha(opacity=55.0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55.0)";
  -moz-opacity: 0.55;
  -khtml-opacity: 0.55;
  opacity: 0.55;
  background: #fff;
  color: #000;
  overflow: hidden;
}
.tab-container.trans-style ul.tabs li a i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 10px;
}
.tab-container.trans-style ul.tabs li a i[class^="soap-icon"] {
  font-size: 20px;
}
.tab-container.trans-style ul.tabs li a:hover {
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  color: #01b7f2;
}
.tab-container.trans-style ul.tabs li a:hover i {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}
.tab-container.trans-style ul.tabs li.active a {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  color: #01b7f2;
}
.tab-container.trans-style ul.tabs li a:hover i, .tab-container.trans-style ul.tabs li.active a i {
  color: #fdb714;
}
.tab-container.full-width-style ul.tabs {
  width: 40%;
  float: left;
}
.tab-container.full-width-style ul.tabs:after {
  display: none;
  clear: none;
}
.tab-container.full-width-style ul.tabs li {
  float: none;
  margin: 0;
  padding-right: 0;
}
.tab-container.full-width-style ul.tabs li a {
  height: 100px;
  display: block;
  border-bottom: 3px solid #f5f5f5;
  border-right: 3px solid #f5f5f5;
  background: #fff;
  color: inherit;
  font-size: 1.1667em;
  text-transform: none;
  font-weight: normal;
  text-align: center;
  padding-top: 20px;
  line-height: 2em;
}
.tab-container.full-width-style ul.tabs li a > i {
  color: #585e67;
  display: block;
  font-size: 38px;
  margin: 0 auto;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.5em;
  overflow: hidden;
}
.tab-container.full-width-style ul.tabs li a:hover i:before {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}
.tab-container.full-width-style ul.tabs li.active a, .tab-container.full-width-style ul.tabs li a:hover {
  color: #2d3e52;
}
.tab-container.full-width-style ul.tabs li a:hover i, .tab-container.full-width-style ul.tabs li.active a i {
  color: #5ca4ce;
  border-color: #3297c9;
}
.tab-container.full-width-style ul.tabs li:last-child.active a {
  border-bottom: none;
}
.tab-container.full-width-style ul.tabs li.active a {
  border-right-color: transparent;
}
.tab-container.full-width-style.arrow-left ul.tabs li {
  margin-bottom: 4px;
  list-style:none;
}
.tab-container.full-width-style.arrow-left ul.tabs li a {
  border: none;
  margin-right: 4px;
  min-height:200px;
  background-color:#e9eaeb;
  line-height:30px;
}
.tab-container.full-width-style.arrow-left ul.tabs li a span{}

.tab-container.full-width-style.arrow-left ul.tabs li.active a {
  margin-right: 0;
  border-left: 2px solid #3297c9;
  position: relative;
  background-color:#fff;
}
.tab-container.full-width-style.arrow-left ul.tabs li.active a:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-left: 3px solid #3297c9;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.tab-container.full-width-style.arrow-left .tab-content .tab-pane {
  padding: 30px;
}
.tab-container.full-width-style .tab-content {
  float: left;
  width: 60%;
}
.tab-container.full-width-style .tab-content .tab-content-title {
  color: #01b7f2;
}
.tab-container.full-width-style:after {
  display: table;
  content: "";
  clear: both;
}


/* GENERICS */
.text-small{font-size:70%;}
.text-medium{font-size:90%;}
.text-center{text-align:center;}
.no-margin{margin:0;}
.no-margin-top{margin-top:0!important;}
.no-margin-bottom{margin-bottom:0!important;}
.no-padding{padding:0;}
.no-padding-top{padding-top:0!important;}
.no-padding-bottom{padding-bottom:0!important;}

/* LLISTES */
ul.triangle{  list-style: none; padding: 0; font-size: 95%;}
ul.triangle li:before {
  content: "\f04b";
  margin-right: 10px;
  color: #d9d9d9;
  display: block;
  float: left;
  font-size: 7px;
  font-family: "FontAwesome";
}
ul.triangle li.active, ul.triangle li.active:before, ul.triangle.hover li:hover, ul.triangle.hover li:hover .box-title, ul.triangle.hover li:hover:before {
  color: #01b7f2;
}

a:hover{text-decoration:none;}

#caractPacks {background-color:#5ca4ce; color:#fff;}
#caractPacks i{font-size:26px;}
#caractPacks ul.triangle li{padding:10px 0 ;}
#caractPacks .llista { padding:10px 0 0 20px;}
#caractPacks .llista li{padding:5px 0;}
#caractPacks h3{margin:10px 0 30px 0; color:#fff;}
#caractPacks h4{margin:10px 0 0 0; color:#fff;}
#caractPacks a{color:#333;}

.llistaCarac {list-style:none; padding:0; margin:0 0 20px 0;}
.llistaCarac li{padding:5px 0;}

#SubMenu h1{font-size:46px;}
#SubMenu h2{font-size:30px; margin:10px;}
#SubMenu .ajuda{ padding: 0 25px; border-left: 2px solid #6c6e73; }
#SubMenu .ajuda p{margin: 0 0 10px;}
.box-shadow img{box-shadow:2px 5px 10px rgba(0, 0, 0, 0.3);}

/* RESPONSIU */
.responsiveHidden{display:none;}
@media (min-width: 320px) {
	.responsiveHidden{display:none !important;}
	#SubMenu h1{font-size:30px;}
	#SubMenu .ajuda{border-left:none; border-top: 2px solid #6c6e73;}
	.tab-container.full-width-style ul.tabs{width:30%;}
	.tab-container.full-width-style .tab-content{width:70%;}
}
@media (min-width: 640px) {
	.responsiveHidden{display:none !important;}
	#SubMenu h1{font-size:30px;}
	#SubMenu .ajuda{border-left:none; border-top: 2px solid #6c6e73;}
	.tab-container.full-width-style ul.tabs{width:30%;}
	.tab-container.full-width-style .tab-content{width:70%;}
}
@media (min-width: 768px) {
	.responsiveHidden{display:none !important;}
	#SubMenu h1{font-size:30px;}
	#SubMenu .ajuda{border-left:none;  border-top: 2px solid #6c6e73;}

	.tab-container.full-width-style ul.tabs{width:30%;}
	.tab-container.full-width-style .tab-content{width:70%;}	
}
@media (min-width: 992px) {
	.responsiveHidden{display:inline !important;}
	#SubMenu h1{font-size:40px;}
	#SubMenu .ajuda{ border-left: none; border-top:none;}
	.tab-container.full-width-style ul.tabs{width:40%;}
	.tab-container.full-width-style .tab-content{width:60%;}
}
@media (min-width: 1200px) {
	.responsiveHidden{display:inline !important;}
	#SubMenu h1{font-size:46px;}
	#SubMenu .ajuda{ border-left: none; border-top:none;}
	.tab-container.full-width-style ul.tabs{width:40%;}
	.tab-container.full-width-style .tab-content{width:60%;}
}





