/* ------ wordpress.org/plugins/tabby-responsive-tabs/ ------ */

/* phil */
.responsive-tabs__list {
	text-align: center;
}

.responsive-tabs .responsive-tabs__heading {
	display: none;
}

.responsive-tabs .responsive-tabs__list__item {
	display: inline;
	cursor: pointer;
}

.responsive-tabs-wrapper {
	clear: both;
	margin-bottom: 0; /*20px*/
	zoom: 1;
}

.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
	content: "";
	display: table;
}

.responsive-tabs-wrapper:after {
	clear: both;
}

.responsive-tabs .responsive-tabs__heading:focus,
.responsive-tabs .responsive-tabs__list__item:focus {
	outline: 1px solid transparent;
}

.responsive-tabs .responsive-tabs__heading--active:focus,
.responsive-tabs .responsive-tabs__list__item--active:focus {
	outline: none;
}

.responsive-tabs ul.responsive-tabs__list {
	font-size: 18px;
	line-height: 18px;
	margin: 20px 0 0 12px;	
	padding: 0;
}

.responsive-tabs .responsive-tabs__list__item {
	/*background: #FAD8DE;  */
	border: 1px solid #575756;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
  
  -webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
  
  
	color: #575756;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 40px;
	text-transform: inherit;
	margin: 1px 8px 0 0;
	padding: 10px 20px;
	white-space: nowrap;
	/*float: left;*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
		display:inline-block;
    font-size:0.8em;
  padding:10px !important;
  line-height:20px;
}

.responsive-tabs .responsive-tabs__list__item .fa {
	margin-right: 8px;
	line-height: 0.8;
}

.responsive-tabs .responsive-tabs__list__item:hover {
	
/*	background: #FFFFFF;
	color: #ffffff;   */
}

.responsive-tabs .responsive-tabs__list__item--active, 
.responsive-tabs .responsive-tabs__list__item--active:hover {
	background: #E63C5B;
	border-color: #E63C5B;
	color: #ffffff;
	/*padding-bottom: 11px;*/
	margin-top: 0;
	position: relative;
  font-size:0.8em;
  padding:10px !important;
  line-height:20px;
	/*top: 1px;*/


}

.responsive-tabs .responsive-tabs__panel {	
	/* phil */
	background: #FFFFFF;
	/*
	border: 1px solid #ddd;
	border-top: 1px solid #ddd;
	*/	
	/* phil */
	/* margin-top: 12px; */
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	clear: left;
	margin-bottom: 0;
	padding: 0px 0px 60px;
	word-wrap: break-word;
}

.responsive-tabs .responsive-tabs__panel:after { 
	content: "";
	display: block; 
	height: 0; 
	clear: both;
}


/* styles speciaux : icones onglets*/

.profil {
	width: 45px;
	display: block;
	position: absolute;
	margin-top: 3px;
	height: 45px;
	margin-left: -38px;
	background: transparent url('/wp-content/themes/web2day/img/global-challenge/icone_profil.png')  no-repeat; 
}

.investor {
	width: 45px;
	display: block;
	position: absolute;
	margin-top: 0px;
	height: 45px;
	margin-left: -35px;
	background: transparent url('/wp-content/themes/web2day/img/global-challenge/icone_invest.png')  no-repeat; 
}

.calendar {
	width: 45px;
	display: block;
	position: absolute;
	margin-top: 0px;
	height: 45px;
	margin-left: -41px;
	background: transparent url('/wp-content/themes/web2day/img/global-challenge/icone_calendar.png')  no-repeat; 
}

.startup {
	width: 45px;
	display: block;
	position: absolute;
	margin-top: 4px;
	height: 45px;
	margin-left: -41px;
	background: transparent url('/wp-content/themes/web2day/img/global-challenge/icone_startup.png')  no-repeat; 
}

.zzz {
	width: 45px;
	display: block;
	position: absolute;
	margin-top: 2px;
	height: 45px;
	margin-left: -41px;
	background: transparent url('/wp-content/themes/web2day/img/icons/zzz.png')  no-repeat; 
}

.info {
	width: 45px;
	display: block;
	position: absolute;
	margin-top: 3px;
	height: 45px;
	margin-left: -42px;
	background: transparent url('/wp-content/themes/web2day/img/global-challenge/icone_infos.png')  no-repeat; 
}

@media (min-width: 768px) {

	.responsive-tabs .responsive-tabs__panel--closed-accordion-only {
		display: block;
	}
}

@media (max-width: 1000px) {

	.responsive-tabs .responsive-tabs__list__item {
		padding: 10px 12px 10px;
	}
	.tabicon {
		display: none;
	}
}

@media (max-width: 767px) {

	.responsive-tabs .responsive-tabs__list {
		display: none;
	}
	
	.responsive-tabs .responsive-tabs__heading {
		display: block;
		cursor: pointer;
	}

	.responsive-tabs-wrapper {		
		border-top: 1px solid #ccc;
	}
		
	.responsive-tabs .responsive-tabs__heading {
		background: #dbdbdb;
		border: 1px solid #ccc;
		border-top: none;
		/*color: #777;*/
		font-size: 18px;
		font-weight: normal;
		text-transform: inherit;
		margin: 0;
		padding: 10px 0;
		padding-left: 20px;
		position: relative;
	}

	.responsive-tabs .responsive-tabs__heading .fa {
		margin-right: 8px;
		display:none;
		}

	.responsive-tabs .responsive-tabs__heading:after {
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #777;
		content:"";
		display: block;
		position: absolute;
		right: 20px;
		top: 20px;
		height: 0; 
		width: 0; 
	}

	.responsive-tabs .responsive-tabs__heading:hover {
		/*background: #eee;
		color: #777;*/
	}
	
	.responsive-tabs .responsive-tabs__heading:hover:after {	
		border-top: 6px solid #777;
	}

	.responsive-tabs .responsive-tabs__heading--active,
	.responsive-tabs .responsive-tabs__heading--active:hover {
		/*background: #ccc;
		color: #fff;*/
	}

	.responsive-tabs .responsive-tabs__heading--active:after,
	.responsive-tabs .responsive-tabs__heading--active:hover:after {
		border-bottom: 6px solid #fff;
		border-top: 0;
		top: 18px;
	}

	.responsive-tabs .responsive-tabs__panel {
		/*background: #fff;*/
		border: 1px solid #ccc;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border-top: none;
		margin: 0;
		padding: 0 20px;
		padding-top: 20px;
	}
}

@media print {
	.responsive-tabs .responsive-tabs__list {
		display: none;
	}

	.responsive-tabs .responsive-tabs__heading {
		background: none;
		border: none;
		/* display: block; phil */
		font-size: 22px;
		font-weight: bold;
		text-transform: inherit;
		margin: 0!important;
		padding: 10px 0 0;
	}
	
	.responsive-tabs .responsive-tabs__panel {
		display: block; /* phil was !important */
		background: none;
		border: none;
		padding: 0;
	}
}


