html, html a {
    -webkit-font-smoothing: antialiased !important;
}

.wrapper-content{
	margin-top: 90px;
	padding-top: 0px;
}

#mon-space-link{
	
	height: 100%;
	display: inline-block;
	color: #ffffff;
	font-family: "AvenirNextLTPro-Condensed";
	line-height: 40px;
	padding: 10px;
	font-weight:normal;
	font-style:normal;
	font-size: 18px;
	letter-spacing: 2px;
}
#mon-space-link.active{
	background-color: #e6dac4;
	color: #BF9D5A;
}
#mon-space-link.inactive{
	background-color: #BF9D5A;
	color: #fff;
}


.right-control .profile-link{
	color: #ffffff;
}
.btn-profile{
	background-color: transparent;
	color: #ffffff;
	border-color: transparent;
	font-family: "AvenirNextLTPro-Condensed";
	font-size: 18px;
}

.btn-profile.focus, .btn-profile:focus, .btn-profile:hover{
	color: #ffffff;
}

#home-bullets{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #1c1c1c;
}
#home-bullets ul {
  list-style: none;
  padding: 0;

}
#home-bullets li {
  font-family: "AvenirNextLTPro-Condensed";
  padding-left: 1.3em;
  color: #BF9D5A;
  font-size: 20px;
  /*cursor: pointer;*/
  margin-bottom: 35px;
  margin-top: 35px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#home-bullets li:before {
  content: "\f046"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

#home-bullets li.collapsed:before {
	content: "\f196"; /* FontAwesome Unicode */
}

.language-container{
	margin-top: 0px;
	height: 100px;	
}



.right-pad .index-course-card{
	text-align: right;
}
.index-course-card h1.title{
	font-family: 'didot';
	text-transform: uppercase;
	font-weight: bold;
	font-size: 44px;
}

.index-course-card h1.title span{
	font-size: 60px;
}

.index-course-card h3.subtitle{
	font-family: 'didot';
	font-style: italic;
	font-size: 30px;
}

.index-course-card p{
	color: #BF9D5A;
	font-family: "AvenirNextLTPro-Condensed";
	font-size: 26px;
	letter-spacing: 4px;
	line-height: 32px;
	text-transform: uppercase;
}
.index-course-card span.card-level{
	font-family: 'didot';
	font-weight: bold;
	font-size: 26px;	
	text-transform: uppercase;
}
.index-course-card h1.title::first-letter {
	font-size: 62px;
}

.blk-border-r{
	border-right: 1px solid #000000;
}
.blk-border-l{
	border-left: 1px solid #000000;
}

#biography{
	font-family: "AvenirNextLTPro-Condensed";
	background-color: #1c1c1c;
	padding-bottom: 100px;
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 3px;
}
#biography .biography-text{
	border: 3px solid #BF9D5A;
	padding: 50px;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
/*
*	==============
*	  Mon Espace
*	==============
*/
.monespace-row{
	background-image: url('../images/mon-espace-bg.jpg');
}
.monespace-row h1{
	font-family: "AvenirNextLTPro-Condensed";
	font-size: 22px;
	color: #ffffff;
	margin-top: 40px;
	text-align: center;
	letter-spacing: 4px;
	font-style: normal;
}

.login-monespace-container{
	margin-top: 12px;
	/*background-color: #1c1c1c;*/
	background-color: #000000;
	padding: 40px 40px 20px 40px;

}

.login-monespace-container *{
  border-radius: 0 !important;
}
.login-monespace-container input[type="text"] , .login-monespace-container input[type="password"]{
	margin-top: 5px;
	margin-bottom: 20px;
}


.login-monespace-container label{
	color: #ffffff;
	font-family: "AvenirNextLTPro-Condensed";
	letter-spacing: 2px;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 10px;
	display: block;

}

.login-monespace-container a{
	color: #ffffff;
	text-decoration: underline;
	font-family: "AvenirNextLTPro-Condensed";
	letter-spacing: 3px;
	font-size: 16px;
	margin-bottom: 15px;
}
.login-monespace-container span{
	color: #BF9D5A;
	font-size: 12px;
}

.monespace-help-row{
	margin-top: 40px;
	margin-bottom: 40px;
}

.monespace-help-row p, .monespace-help-row h1{
	margin-left: 30px;
	text-transform: uppercase;
}
.monespace-help-row h1::first-letter{
	font-size: 60px;

}

.monespace-help-row h1{
	margin-left: 30px;
	font-family: "didot";
	font-weight: bold;
	margin-top: 150px;
}

.monespace-help-row p{
	font-family: "AvenirNextLTPro-Condensed";
	color: #BF9D5A;
	line-height: 50px;
	font-weight: normal;
	font-size: 18px;
}
.monespace-help-row span.help-number-step{
	background-color: #000000;
	width: 40px;
	height: 40px;
	display: inline-block;
	color: #ffffff;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	margin-right: 15px;
	font-style: 'didot';
}
.login-error{
	text-align: center;
	color: #ff0000;
}

/* Blog Specific*/
.section-top-header{
	background-color: #000;
	text-align: center;
	font-family: 'didot';
	font-style: italic;
	padding-top: 50px;
}

.section-top-header h1.title{
	margin-bottom: 10px;
	font-family: inherit;
	font-size:150px;
	color: #BF9D5A;
}

.section-top-header span{
	font-family: inherit;
	font-size: 40px;
	color: #BF9D5A;
	line-height: 1px;
	margin: 0;
}

.section-top-header .divider{
	min-height: 3px;
	max-width: 40px;
	margin: 0 auto;
	background-color:  #BF9D5A;
	margin-top: 10px;
	margin-bottom: 20px;
}

.section-top-header h3.subtitle{
	font-family: "AvenirNextLTPro-Condensed";
	font-size: 26px;
	letter-spacing: 4px;
	line-height: 32px;
	text-transform: uppercase;
	color: #BF9D5A !important;
	margin-bottom: 55px;
}
.news{
margin-top: 50px;
	min-height:340px;
}


.news-thumb{
	margin-bottom: 20px;
	min-height:320px;
	background-color: #F4F0E7;
}
.news-thumb .info{
	background-color: #F4F0E7;
	color:#222;
	height: 100%;
	padding-left: 0;
	min-height: inherit;
}
.news-thumb .left-img{
	padding: 0px;
	background-color: #F4F0E7;
	min-height: inherit;
}
.news-thumb div.category{
	background-color: #BF9D5A;
	font-family: "AvenirNextLTPro-Condensed";
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	padding: 8px;
	vertical-align: middle;
	width: 60%;
	height: 40px;
	text-align: center;

}
.news-thumb h3.title{
	font-family: 'didot';
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	margin: 20px 15px;
}
.news-thumb p.description{
	margin-left: 15px;
	font-weight: 200 ;
	font-family: "AvenirNextLTPro-Condensed";
	text-align: justify;

}
.news-thumb span.date{
	font-family: "AvenirNextLTPro-Condensed";
	margin-left: 15px;
	margin-top: 10px;
	font-size: 14px;
}
.news-thumb span.read-more{
	color: #BF9D5A !important;
	font-family: "AvenirNextLTPro-Condensed";
	font-size: 16px;
	letter-spacing: 2px;
}

.news-thumb img{
	max-height: 320px;
}

h3.blog-title{
	font-family: 'didot';
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
}






/* Contact Specific*/

.top-header-contact{
	background-color: #000;
	text-align: center;
	font-family: 'didot';
	font-style: italic;
}

.top-header-contact h1.title{
	margin-bottom: 10px;
	font-family: inherit;
	line-height:1em;
	color: #fff;
	text-align: left;

}
.top-header-contact h1.uptitle{
	font-family: inherit;
	color: #fff;
	line-height: 1px;
	text-align: left;
	margin-left: 20%;
}

.top-header-contact .divider{
	min-height: 5px;
	max-width: 70px;
	background-color:  #fff;
	margin-top: 10px;
	margin-bottom: 20px;
}

.top-header-contact h3.subtitle{
	font-family: "AvenirNextLTPro-Condensed";
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #fff !important;
	margin-bottom: 55px;
	max-width:600px;
	-webkit-margin-before: 3em;
	text-align: left;
}

/* Contact Specific Ends*/



/*Website collection css*/
.golden-container {
	align-content: center;
	text-align: center;
	border: 3px solid #c99947;
	min-height: 100%;
	height: 300px;
	margin: 8%;
}

.vcenter {

	vertical-align: middle;
	float: none;
	align-content: center;
}

.golden-container  .subtitle {
	font-size: 30px;
	font-family: 'Didot';
	font-style: italic;
	font-weight: 700;
	color: #222;
	margin: 0;
	line-height: normal;
}

.golden-container .title {
	font-family: 'didot';
	margin-top: 25%;
	font-weight: 700;
	font-size: 48px;
	text-transform: uppercase;
	line-height: normal;
}

.golden-container  .title::first-letter {
	font-size: 62px;
}

/*Website collection css ends*/



/* Forum*/
.shop_table{
	 !important;

}
.shop_table.cart td{
	text-transform: none !important;
	font-family: "AvenirNextLTPro-Condensed";
	font-size: 18px;
	font-weight: 500;
	line-height: 35px;
}
.shop_table.cart td span{
	font-size: smaller;
	margin-top: 10px;
}
.shop_table td{
	border-top: 1px solid #000;
	padding: 40px 0;
}
/* End forum*/

/*Helpers*/
.pi-gold{
	color: #BF9D5A !important;
}

.button{
	color:#fff;
	background-color: #BF9D5A !important;
	background-color: #BF9D5A;
	font-family: "AvenirNextLTPro-Condensed";
	letter-spacing: 4px;
	text-transform: uppercase;
	font-size: 14px;
}

.button:hover{
	background-color: #000000;
}
.home-followus{
	color: #000000;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.home-followus p.title::first-letter {
	font-size: 62px;
}
.home-followus p.title{
	font-family: 'didot';
	text-transform: uppercase;
	font-weight: bold;
	font-size: 44px;
	vertical-align: middle;
	padding-bottom: 15px;

}
.home-followus a{
	color: #000000;
}
.home-followus a:hover{
	color: #BF9D5A;
}

footer{
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
}
footer .footer-links ul{
	list-style: none;
	padding: 0;	
}

footer .footer-links ul li{
	display: inline-block;
	font-family: "AvenirNextLTPro-Condensed";
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	margin-right: 20px;
	letter-spacing: 2px;
	line-height: 50px;
}
footer .footer-links ul li a{
	color: #ffffff;
}
footer .footer-links ul li a:hover{
	color: #BF9D5A;	
}

.footer-social a{
	color: #ffffff;
	font-size: 40px;
	margin-left: 15px;
}
.footer-social a:hover{
	color: #ffffff;	
}

h3.course-title{
	font-family: 'didot';
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	margin: 25px 15px;
}
p.course-subtitle{
	font-family: "AvenirNextLTPro-Condensed";
	font-size: 12px;
	letter-spacing: 4px;
	line-height: 32px;
	text-transform: uppercase;
}
h3.course-title::first-letter{
	font-size: 28px;
}
.divider-login{
    min-height: 5px;
    max-width: 70px;
    background-color:  #fff;
    margin-top: 7%;
    margin-left: 43%;
}


/* CSS RESPONSIVE RULES START*/



/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
	.section-top-header h1.title{
		font-size: 50px;
	}
	.section-top-header h3.subtitle{
		font-size: 14px;
		line-height: normal;
	}
	#home-bullets li{
		font-size: 18px;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.home-followus p.title{
		font-size: 32px;
	}
	/*website Collections titles */
	.golden-container h2.title { font-size: 38px; }
	.golden-container h3.subtitle {font-size: 28px; }
	.vcenter{display: block; }

	/*conctact title*/
	.top-header-contact .uptitle{ font-size: 36px; }
	.top-header-contact h1.title{font-size: 90px; padding-left: 10px; }
	.top-header-contact h3.subtitle{font-size: 20px; line-height: 26px;padding-left: 10px; }

	.news-thumb img{
		max-height: none;
		width: 100%;
	}


}


/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	.envoyer-button{
		padding-left: 5%;
	}
	.section-top-header h1.title{
		font-size: 50px;
	}
	.section-top-header h3.subtitle{
		font-size: 14px;
		line-height: normal;
	}
	#home-bullets li{
		font-size: 18px;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.home-followus p.title{
		font-size: 32px;
	}
	/*website Collections titles */
	.golden-container h2.title { font-size: 38px; }
	.golden-container h3.subtitle {font-size: 28px; }
	.vcenter{display: block; }

	/*conctact title*/
	.top-header-contact .uptitle{ font-size: 36px; }
	.top-header-contact h1.title{font-size: 90px;  }
	.top-header-contact h3.subtitle{font-size: 20px; line-height: 26px; }


}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.envoyer-button{
		padding-left: 6%;
	}
	.section-top-header h1.title{
		font-size: 70px;
	}
	.section-top-header h3.subtitle{
		font-size: 20px;
		line-height: normal;
	}
	#home-bullets li{
		font-size: 24px;
		margin-bottom: 14px;
		margin-top: 14px;
	}
	/*website Collections titles */
	.golden-container .title { font-size: 28px}
	.golden-container .subtitle {font-size: 24px}
	.vcenter{display: inline-block;}

	/*conctact title*/
	.top-header-contact .uptitle{ font-size: 58px; }
	.top-header-contact h1.title{font-size: 170px;  }
	.top-header-contact h3.subtitle{font-size: 26px; line-height: 44px; }


}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	#home-bullets li{
		font-size: 24px;
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.envoyer-button{
		padding-left: 5%;
	}
	.section-top-header h1.title{
		font-size: 140px;
	}
	.section-top-header h3.subtitle{
		font-size: 24px;
		line-height: normal;
	}
	/*conctact title*/
	.top-header-contact .uptitle{ font-size: 58px; }
	.top-header-contact h1.title{font-size: 170px;  }
	.top-header-contact h3.subtitle{font-size: 26px; line-height: 44px; }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.envoyer-button{
		padding-left: 15%;
	}

}
/* End blog pages*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
	.index-course-card h1.title{font-size: 26px; margin-top: 10px;}
	#mon-space-link{
		line-height: 40px;
	}
	#biography .bio-image{
		position: relative;
		left: -140px;
		top: -70px;
	}
	.biography-placeholder{
		height: 200px;
	}
	.biography-title h1{
		color: white;
		line-height: 85px;
		text-align: center;
	}
	.biography-title h1 .name{
		font-size: 45px;
		margin-left: 20%;
	}
	.biography-title h1 .first-name{
		font-size: 80px;
		position: relative;
	}
	.image-size{
		height: 130px;
		width: 65;
		padding-left: 16%;
	}
	.pd-image{
		padding-left: 1%;
	}
	.i-title{
		height: 38px;
		width: 35;
		padding-right: 1%;
	}
	.visible-coma{
		visibility: hidden;
	}
	.i-style{
		height: 50px;
		width: 35;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	.index-course-card h1.title{font-size: 30px; margin-top: 10px;}
	#mon-space-link{
		font-size: 28px;
		line-height: 80px;
	}
	.language-container{
		margin-top: 0px;
	}

	.row.index-card-row {
		display: table;
		margin-top: 30px;
	}
	.index-card-row div[class*="col-"] {
		float: none;
		display: table-cell;
		vertical-align: bottom;
	}

	.index-course-card{
		display: table-cell;
		vertical-align: bottom;
	}
	.index-card-row .left-pad{
		padding-left: 25px;
	}
	.index-card-row .right-pad{
		padding-right: 25px;
	}
	#biography .bio-image{
		position: relative;
		left: -140px;
		top: -70px;
	}
	.biography-placeholder{
		height: 200px;
	}
	.biography-title h1{
		color: white;
		line-height: 85px;
		text-align: center;
	}
	.biography-title h1 .name{
		font-size: 80px;
		margin-left: 20%;
	}
	.biography-title h1 .first-name{
		font-size: 150px;
		position: relative;
	}
	#style-title h1 .top-title{
		font-size: 80px;
		margin-left: 20%;
	}
	#style-title h1 .title{
		font-size: 150px;
		position: relative;
	}
	.image-size{
		height: 130px;
		width: 65;
		padding-left: 16%;
	}
	.pd-image{
		padding-left: 1%;
	}
	.i-title{
		height: 70px;
		width: 65;
		padding-right: 1%;
	}
	.i-style{
		height: 50px;
		width: 65;
		padding-right: 1%;
	}
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.index-course-card h1.title{font-size: 40px;margin-top: inherit;}
	.news-thumb img{
		max-height: 320px;
		width: auto;
	}
	.index-card-row .left-pad{
		padding-left: 10px;
	}
	.index-card-row .right-pad{
		padding-right: 10px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.index-course-card h1.title{font-size: 44px;}
	#biography .bio-image{
		position: relative;
		left: -140px;
		top: -70px;
	}
	.biography-placeholder{
		height: 200px;
	}
	.biography-title{
		margin-top:3%;
		margin-bottom: 8%;
	}
	.biography-title h1{
		color: white;line-height: 85px;
	}
	.biography-title h1 .name{
		font-size: 80px;
		margin-left: 20%;
	}
	.biography-title h1 .first-name{
		font-size: 230px;
		position: relative;
	}
	.image-size{
		height: 160px;
		width: 65;
	}
	.pd-image{
		padding-left: 1%;
	}
	.i-title{
		height: 100px;
		width: 65;
		padding-right: 1%;
	}
	.visible-coma{
		visibility: visible;
	}
	.visible-coma-collections{
		visibility: visible;
		margin-top: -3%;
		margin-bottom: -3%;
		margin-left: 50%!important;
	}
	.i-style{
		height: 50px;
		width: 65;
		padding-right: 1%;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	#biography{
		padding-top: 150px;
	}
	#biography .bio-image{
		position: relative;
		left: -240px;
		top: -150px;
		max-width: none;
	}
	.biography-placeholder{
		height: 400px;
	}
	.i-style{
		height: 55px;
		width: 65px;
		padding-right: 1%;
	}
}

/*change size in monspace button*/
@media (min-width:989px) and (max-width:1120px){
	#mon-space-link{
		font-size: 28px;
		line-height: 94px;
	}

}
/* Small Devices, Tablets */
@media (max-width : 990px){
	.main-menu>li.language-container{
		height: 200px;
	}
}

