h2 {
	margin: 0 80px 0 0;	
}

h3 {
	padding: 0 0 1em;
	font-size: 1.3em;
	color: #404041;
}

.events {
	/*background: #006595;*/
}

.indiv-course {
	padding: 40px 0 0;
}

.events div {
	position: relative;
}

.event-pagination {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
    max-width: 300px;
}

.event-pagination li {
	display: inline;	
}

.event-pagination li a {
    padding: 4px 12px;
    margin: 0 3px 6px 0;
    border: 1px solid #fff;
    border-radius: 11px;
    display: inline-block;
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-decoration: none;
}

.event-pagination li a:hover, .event-pagination .current-menu-item a {
	background: #fff;
    color: #404041;
}

.event-pagination .current-menu-item a:hover {
	background: #404041;
	color: #fff;
}

.event-toggle {
	background: transparent;
	width: 30px;
    height: 30px;
	padding: 20px;
	position: absolute;
	display: block;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.event-toggle:before, .event-toggle:after {
	background: #404041;	
	position: absolute;
	top: 5px;
	left: 5px;
	content: ' ';
	transition: all 500ms ease-in-out;
}

.event-toggle:before {
	width: 30px;
    height: 5px;
	margin: 12.5px 0;
}

.event-toggle:after {
	width: 5px;
    height: 30px;
	margin: 0 12.5px;
}

.event-toggle:hover:before, .event-toggle:hover:after {
	background: #658d3d;
}

.close-accord:before {
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close-accord:after {
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.course-link {
	background: url('img/arrow/aca-grey.svg') center center no-repeat;
	width: 30px;
    height: 30px;
	margin: 0 5px;
	position: absolute;
	display: block;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: all 500ms ease-in-out;
}

.course-link:hover {
	background: url('img/arrow/aca-green.svg') center center no-repeat;	
}

.event-item {
	padding: 40px 0;
	border-bottom: 1px solid #404041;	
}

.event-header {
	position: relative;	
}

.event-cat {
	margin: 0 0 5px;
	display: inline-block;	
}

.event-cat a {
	background: #000;
	padding: 5px 10px;
	margin: 0 5px 0 0;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

.event-cat a:hover {
	color: #c0c0c0;
}

.featured a {
	background: #008da8;	
	cursor: default;
}

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

.webinar a, .webinaires a {
	background: #7e0c6e;	
}

.course a, .ateliers-web a {
	background: #006097;
}

.event-cat.events a, .evenements a {
	background: #ee3423;
}

.course-cat a, .evenements-recommande a{
    background: #a3a510;
    padding: 5px 10px;
    display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff !important;
}

.event-cal {
	margin: 5px 0;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	color: #404041;
}

.course-cal {
	margin: 5px 0;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;	
}

.course-cat {
	margin: 0 0 5px;
}

.course-cat a {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #ee3524;	
	text-decoration: none;
}

.course-cat a:hover {
	text-decoration: underline;
}

.cat-description > * {
	margin-top: 15px;
	font-size: 1.3em;
	line-height: 24px;
}

.cat-description.half {
	max-width: 550px;
}

.event-title a {
	color: #404041;
	text-decoration: none;	
}

.event-title a:hover {
	opacity: 0.8;
}

.event-excerpt, .event-fullcopy {
	padding: 1em 0 0;
	margin-right: 80px;
}

.event-fullcopy {
	display: none;	
}

.event-fullcopy ul {
	list-style-type: circle;
	padding-left: 30px;
	margin-bottom: 20px;
}

.event-fullcopy li {
	padding: 0;
	margin-bottom: 10px;
}

.register-now {
	padding: 4px 18px;
    margin: 0 3px 0 0;
    border: 1px solid #404041;
    border-radius: 17px;
    display: inline-block;
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    color: #404041;
    text-decoration: none;
}

.register-now:hover {
    background: #404041;
    color: #fff;
}

.event-expanded .event-excerpt {
	display: none;
}

.event-expanded .event-fullcopy {
	display: block;
}

.event-item {
	color: #404041;	
}

.event-item p, .event-item li {
	font-size: 1.3em;
}

/*--Custom Course----*/

.custom-course {
	background: #008da8;
	color: #fff;	
}

.custom-course h2 {
	color: #fff;		
}

.custom-course .course-link {
	background: url('img/arrow/aca-white.svg') center center no-repeat;
}

.custom-course .course-link:hover {
	background: url('img/arrow/aca-grey.svg') center center no-repeat;	
}

.custom-course a {
	color: #fff;
}

/*--Course Page----*/

.no-tabination {
	padding: 10px;
}

.course-tabination {
	margin: 20px 0 0;
	font-size: 1.5em;
}

.course-tabination ul li, .course-tabination .selected:hover {
	padding: 10px 20px 15px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	display: inline-block;
}

.course-tabination .selected, .course-tabination li:hover {
	background: #fff;
	color: #404041;
}

.course-tabination li:hover {
	border-left: 1px solid #404041;
	border-right: 1px solid #404041;
}

.course-tabination span {
	cursor: pointer;
}

.course-tab-content {
	padding: 20px 0 0;
	display: none;
}

.current-tab {
	display: block;
}

.anchor {
	display: none;
}

/*--Footer----*/

.browse {
	height: 25px;
	padding: 20px 0;	
}

.browse div {
	position: relative;	
}

.browse .event-menu, .browse .browsing {
	display: inline-block;	
}

.browse .event-pagination {
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(0);
}

.browse .event-pagination li a {
    border: 1px solid #008da8;
    color: #008da8;
}

.browse .event-pagination li a:hover, .browse .event-pagination .current-menu-item a {
	background: #008da8;
    color: #fff;
}

.browse .browsing {
	margin: 0 5px 0 0;
	font-size: 1.5em;
	color: #808080;
}

@media screen and (max-width: 980px) {
	
	.event-pagination {
		margin: 1em 0 0;
		position: relative;
		top: 0;
		right: 0;
		transform: translateY(0);
        max-width: 100%;
	}
}

@media screen and (max-width: 480px) {
	
	h2 {
		margin: 0 50px 0 0;	
		font-size: 2em;	
	}
	
	.event-excerpt, .event-fullcopy {
   		margin-right: 50px;
	}
}

@media screen and (max-width: 360px) {	

	.event-pagination li a {
    	margin: 0 3px 6px 0;
	}
}

.alm-btn-wrap {
	width: 100%;
	max-width: 1100px;
	margin: auto;
	padding: 0;
}

button#load-more.loading:before {
	height: 82px;
	margin: 0;
	left: 172px;
}

button#load-more.done {
	cursor: default !important;
}

button#load-more {
	width: 100%;
	cursor: pointer;
	display: block;
	text-align: left;
	color: #222;
	background: transparent;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 300;
	line-height: 82px;
	height: 82px;
	padding: 0 20px;
	margin: 0;
}


/* --Share Bar----*/

.share-bar h3 {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 10px;
	margin: 0;
}

.share-bar ul {
	list-style-type: none;
	padding: 0;
}

	.share-bar ul li {
		display: inline-block;
		vertical-align: middle;
		padding: 0;
		padding-right: 15px;
	}

		.share-bar ul li a {
			font-size: 25px;
			transition: all .3s ease-out;
		}

		.share-linkedin:hover {  color: #007bb5;  }
		.share-twitter:hover  {  color: #55acee;  }
		.share-facebook:hover {  color: #3b5998;  }
		.share-email:hover 	  {  color: #000;  }

/* --End Share Bar----*/

