/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

.page-conseillere h1{
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1;
	font-family: 'latoblack';
	color: #6cb42a;
	text-align: left;
}

/*Message d'absence*/
.page-conseillere .counsellor-unavailable{
	background: #6cb42a;
	color: white;
	padding: 25px 20px;
	margin-bottom: 30px;
}
.page-conseillere .counsellor-unavailable a{
	color: white;
	text-decoration: underline;
}
.page-conseillere .counsellor-unavailable a:hover{
	text-decoration: underline;
}

.page-conseillere .user-picture{
	text-align: center;
}

.page-conseillere .profile{
	background: #f6f6f6;
	margin-bottom: 20px;
	padding: 10px 15px 20px 15px;
}

.page-conseillere .profile .user-picture:before{
	content: "Votre Conseillère(er) Distributrice(teur)";
	display: block; 
	padding: 15px 0;

	font-family: 'latoblack';
	font-size: 22px;
	font-size: 2.2rem;

	
}

.page-conseillere .profile .user-picture img{
	display: inline-block;
	height: 150px;
	width: auto;
	margin-bottom: 10px;
}


.page-conseillere .profile button.know-more, .page-conseillere .profile .city, .page-conseillere .profile span.country, .page-conseillere .profile .thoroughfare{
	display: none;
}
.page-conseillere .profile .field .field-label{
	font-weight: normal;

}

.page-conseillere .profile .field-name-field-address{
	font-family: 'latolight';
	font-size: 16px;
	font-size: 1.6rem;

}
.page-conseillere .profile .fullname{
	color: #6cb42a;
	font-family: 'latoblack';
	font-size: 18px;
	font-size: 1.8rem; 
}

.page-conseillere .profile .locality{
	text-transform: uppercase;	
}

.page-conseillere .profile a.contact-link{
	display: inline-block;
	padding: 6px 10px;
	margin: 10px 0;
	font-size: 14px;
	font-size: 1.4rem;
	background: #6cb42a;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	
	border-radius: 5px;
	transition: 0.3s all;
}

.page-conseillere .profile a.contact-link:hover{
	color: #6cb42a;
	background: #FFF;
	transition: 0.3s all;
}

.page-conseillere .profile .field-name-field-description .field-label{
	font-family: 'latoblack';

}

.page-conseillere .profile .field-name-field-description .field-item{
	font-family: 'latoregular';
}

/* shadow on scrolling menu */
.page-conseillere .tabs::after{
	position: absolute;
	content: ' ';
	top: -2px;
	right: 15px;
	height: 50px;
	width: 60px;
	z-index: 1;
	pointer-events: none;
	background: -webkit-linear-gradient( right , #FFF, rgba(150, 150, 150, 0));
    background: linear-gradient(to left, #FFF, rgba(150, 150, 150, 0));
	visibility: visible;
	opacity: 1;
}

.page-conseillere .tabs.is-ended::after{
	visibility: hidden;
}
.page-conseillere .tabs nav{
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}

.page-conseillere .tabs ul{
	list-style-type: none;
	padding-left: 0;
}

.page-conseillere .tabs ul#counsellor-tabs{
	
	text-align: center;
	width: 100%;
	min-width: 540px;
	height: 50px;
	margin-bottom: 0;
	border-bottom: 1px solid #969696;
	
}

.page-conseillere .tabs ul#counsellor-tabs>li{
	float: left;
	cursor: pointer;
	border-bottom: 1px solid #969696;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 2px solid transparent;
	background: #f6f6f6;
	height: 50px;
	/*line-height: 50px; Display porblems on FF and IE*/
	padding: 5px 20px;

	transition: 0.3s all;
}

.page-conseillere .tabs ul#counsellor-tabs>li:hover{
	border-top: 2px solid #6cb42a;
	border-left: 1px solid #969696;
	border-right: 1px solid #969696;
	border-bottom: none;
	background: #FFF;

	transition: 0.3s all;
}


.page-conseillere .tabs ul#counsellor-tabs>li[class~='active']{
	border-top: 2px solid #6cb42a;
	border-left: 1px solid #969696;
	border-right: 1px solid #969696;
	border-bottom: none;
	background: #FFF;
}

.page-conseillere .tabs ul#counsellor-tab{
	border-left: 1px solid #969696;
	border-right: 1px solid #969696;
	border-bottom: 1px solid #969696;
}

.page-conseillere .tabs ul#counsellor-tab h3{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;

}

.page-conseillere .tabs .counsellor-tab-content{
	display: none;
}

.page-conseillere .tabs .counsellor-tab-content[class~='active']{
	display: block;
}

.page-conseillere .tabs .tab-nav a{
	height: 30px;
	line-height: 30px;
	display: inline-block;
	vertical-align: top;

}

.page-conseillere .tabs .tab-nav a:before{
	display: inline-block;
	margin-right: 10px;
	height: 22px;
	width: 22px;
	content: ' ';
	vertical-align: -20%;
}

.page-conseillere .tabs .tab-nav-1 a:before{

	background: url('../../img/icons/icon-counsellor-sm.png') no-repeat;
	background-size: contain;	
	margin-right: 7px;
}

.page-conseillere .tabs .tab-nav-2 a:before{

	background: url('../../img/icons/icon-earth.png') no-repeat;
	background-size: contain;

}

.page-conseillere .tabs .tab-nav-3 a:before{

	background: url('../../img/icons/icon-calendar.png') no-repeat;
	background-size: contain;

}

/*.page-conseillere .counsellor-tab-content{
	padding: 0 10px;
}*/

/* Padding for all tab content */
.page-conseillere .counsellor-tab-content>h3,
.page-conseillere .counsellor-tab-content .node-thematic,
.page-conseillere .counsellor-tab-content .node-planet-meeting,
.page-conseillere .counsellor-tab-content .node-planet-link,
.page-conseillere .counsellor-tab-content>h4,
.page-conseillere .counsellor-tab-content>p{
	padding: 0 15px;
}



.page-conseillere .counsellor-tab-content h3{
	font-family: 'latoblack';
}

.page-conseillere .counsellor-tab-content h4{
	color: #6db42c;
	font-family: 'latoblack';
}

.page-conseillere .counsellor-tab-content .node-planet-meeting .date-display-single{
	color: #6db42c;
	font-family: 'latoblack';
	font-size: 16px;
	font-size: 1.6rem;
}


.page-conseillere .counsellor-tab-content p{
	font-family: 'latoregular';
	font-size: 16px;
	font-size: 1.6rem;
}

.page-conseillere .counsellor-tab-content .node-thematic{
	margin-bottom: 15px;
}



.page-conseillere .counsellor-tab-content .node-planet-meeting, .page-conseillere .counsellor-tab-content h3.node-planet-title, .page-conseillere .counsellor-tab-content .node-planet-link{
	background: #f6f6f6;
}

.counsellor-tab-content h3.node-planet-title{
	padding-top: 10px;
}

.page-conseillere .counsellor-tab-content .node-planet-meeting{
	padding-top: 20px;
}

.page-conseillere .counsellor-tab-content .node-planet-meeting .remaining-places{
	float: right;
	padding-top: 15px;
	padding-right: 10px;
	color:#6cb42a;
	font-family: 'latoblack';
	font-size: 13px;
	font-size: 1.3rem;
}

.page-conseillere #counsellor-tab a.contextual-links-trigger {
    height: 22px;
    width: 33px;
	border: 1px solid #6cb42a;
}
.page-conseillere .node-planet-meeting .contextual-links-wrapper ul.contextual-links{
    top: 22px;
}

.page-conseillere .counsellor-tab-content .node-planet-meeting a.registration-link{
	display: block;
	float: right;
	background: #6cb42a;
	color: #FFF;
	text-transform: uppercase;
	padding: 5px 10px;
    border-radius: 5px;
    transition: 0.3s all;
}

.page-conseillere .counsellor-tab-content .node-planet-meeting a.registration-link:hover{
	color: #6cb42a;
	background: #FFF;
    transition: 0.3s all;
}

.page-conseillere .counsellor-tab-content .node-planet-link{
	padding-top: 20px;
	padding-bottom: 20px;	
	text-align: right;
}

.page-conseillere .counsellor-tab-content .node-planet-link a{
	text-decoration: underline;
}


.page-conseillere .counsellor-tab-content .counsellor-links{
	display: none;
}

.page-conseillere .counsellor-tab-content h4:not(:first-child){
	padding-top: 20px;
}

.page-conseillere .counsellor-tab-content .node-planet-meeting.view-mode-full{
	padding-top: 10px;
	padding-bottom: 20px; 
	background: transparent;
}

.page-conseillere .counsellor-tab-content .node-counsellor-news{
	padding: 10px 15px;
}

.page-conseillere .counsellor-tab-content .node-counsellor-news h2{
	color:#6cb42a;
	font-family: 'latoblack';
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 0;
}

.page-conseillere .counsellor-tab-content .node-counsellor-news span.date{
	display: block;
	margin-bottom: 15px;
	
	color: #6cb42a;
	font-family: 'latolight';

}

.page-conseillere .counsellor-tab-content .node-counsellor-news .field-type-image{
	text-align: center;
	margin-bottom: 15px;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.page-conseillere #map{
		width: 50%;
		height: 360px;
		display: inline-block;
		

	}

	.page-conseillere .profile{
		width: 50%;
		min-height: 360px;
		float: right;
		display: inline-block;
		
		
	}

	.page-conseillere .profile .user-picture{
		text-align: left;
		margin-bottom: 10px;

	}

	.page-conseillere .profile .user-picture:before{
		display: inline-block;
		width: 25%;
		height: 150px;
	}

	.page-conseillere .profile .user-picture img{
		display: inline-block;
		height: 150px;
		width: auto;
		float: right;
		
	}

	.page-conseillere .tabs ul#counsellor-tab h3{
		text-align: left;
	}

	.page-conseillere .counsellor-tab-content .node-planet-meeting{
		position: relative;
		min-height: 120px;
	}

	.page-conseillere .counsellor-tab-content .node-planet-meeting .remaining-places{
	    position: absolute;
	    right: 15px;
	    top: 48px;
	}
	
	.page-conseillere .counsellor-tab-content .node-planet-meeting a.registration-link{
	    position: absolute;
	    top: 33px;
	    right: 15px;
	}

	.page-conseillere .counsellor-tab-content .node-counsellor-news .field-type-image{
		text-align: left;
		margin-bottom: 15px;
	}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.page-conseillere #map{
		width: 60%;
		height: 360px;
		display: inline-block;
	}

	.page-conseillere .profile{
		width: 40%;
		float: right;
		display: inline-block;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}