.post__content {
    text-align: justify !important;
}

.posts__date {
	text-transform: inherit;
	font-size: 12px !important;
}

.posts__item--card .posts__date {
	font-size: 12px;
}

.posts__item--card .posts__excerpt {
	padding: 13px 0 0 0;
}

.card {
	border-radius: 8px;
}

.posts__item--card .posts__thumb:first-child {
   	border-radius: 8px 8px 0 0;
}

.posts--simple-list--lg .posts__title {
    height: 54px;
    overflow: hidden;
}

.articleClass .posts__title {
    height: initial;
}

.articleClass .posts--simple-list--lg .posts__excerpt {
    margin-top: 9.5px;
}

.posts__item--card, .posts__item--card:last-child {
	height: 573px;
}

.header__top-bar {
	/*background-color: #4b7594;*/
	background-color: white;
}

/*.nav-account .nav-account__item > a, .nav-account .nav-account__item::before, .social-links__item .fa{
	color: white;
}
*/
body {
    background-color: #f5f5f5;
    color: #5f5f5f;
}

.marquee::after, .marquee-label::after {
	display: none;
}

.marquee-wrapper::before, .marquee-wrapper::after, .marquee-label, .marquee-label::before, .marquee::before {
	background-color: #ffffff;
	display: none;
}

.label {
	font-size: 9px;
    padding: .6em 1.1em;
}

.main-news-banner {
	width:100%;
	height:377px;
	background-size:cover;
	background-repeat:no-repeat;
	border-radius: 8px;
}

.main-news-banner-cache {
	background-color:rgba(39,49,59,0.72);
	width:100%;
	height:100%;
	position:absolute;
	border-radius: 8px;
}

.posts--simple-list .posts__title, .posts--simple-list--lg .posts__title, .posts__item--card .posts__title {
	font-weight: bold;
}

.posts--simple-list--lg .posts__title {
	font-size: 16px;
} 

.posts__item--card .posts__title {
	font-size: 18px;
}

.posts__cat {
	margin-top: 5px;
}

.headerTransparent .header__primary, .headerTransparent{
	background-color: transparent;
}

.headerTransparent {
	position: absolute;
	width: 100%;
}

.headerTransparent .header__primary {
	margin-top: 10px;
}

.footer {
    border-top: solid 1px #d8d8d8;
    color: inherit;
    margin-top: 0px;
}

.footer-widgets, .footer-secondary {
    background-color: #e2e2e2;
}

.footer-secondary {
    height: 50px;
}

.headerCarousel {
    position: relative;
    z-index: 2;
}

#slider, .fluxslider {
    overflow: hidden;
    height: 550px;
}

.itemsCarousel {
	height: 550px;
}

.itemCarousel {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    left: 0;
    position: absolute;
    width: 100%;
}

.textCarousel {
    position: absolute;
    top: 60%;

    z-index: 500;
    text-align: left;
    width: 80%;
    transform:  translateY(-40%);
    -webkit-transform:  translateY(-40%);
    -moz-transform:  translateY(-40%);
}

/*.owl-nav.disabled+.owl-dots {
	bottom: 10px;
}*/

h1 {
	font-size: 38px;
}

.btn-primary:hover {
    color: #31404b;
    background-color: #fff;
    border-color: transparent;
}

.textCarousel h2, .textCarousel h1, .textCarousel h3, .textCarousel h4{
	color: #fff !important;
	backface-visibility: hidden;
}

.itemCarouselCache {
	background-color:rgba(39, 49, 59, 0.44);position:absolute;width:100%;height:100%;top:0;left:0;z-index:200;
}

.main-nav__sub {
	margin-left: 12px;
}

.main-nav__list > li > a {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: white;
}

.main-nav__list > li > a:hover {
	color: white;
}

.main-nav__list > li > a:hover::before {
  background-color: #fff;
}

.widget-player .widget__content, .widget-player__team-logo img {
	border-radius: 8px;
}

.widget__content-cache {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 8px;
}

.widget-player__stat-label {
	font-size: 12px;
}

.sidebarImage {
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 425px;
    border-radius: 4px;
    margin-bottom:1.5em;
    display: block;
}

@media (max-width: 991px) and (min-width: 376px) {
	.widget-player__stat {
	    width: inherit;
	}
	.widget-player__stat h6 {
		margin-bottom: 10px;
	}
}

.widget-player .widget__content {
	padding: 20px !important;
}

.widget-player__content-inner {
	padding-left: 20px !important;
}

@media (max-width: 400px) {
	.posts--simple-list--lg .posts__title {
	    overflow: visible;
	}
	.posts--simple-list--lg .posts__title a {
		font-size: 12px;
	}
}

@media (max-width: 991px) {
	.posts__item--card, .posts__item--card:last-child {
		height: inherit;
	}
	.colTitle {
		text-align: center;
		padding-left: 0px;
	}
}

.colTitle {
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.02em;
    padding-left: 5px;
}

.inline-form .input-group-btn .btn {
	font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: inherit;	
    background-color: #4b7594;
}

.footer input {
    width: 300px !important;
    float: right !important;
}

.footer input:focus {
	border-color: #bbb;
}

.social-links__item {
	text-transform: inherit;
}

.social-links__item a:hover {
	color: black;
}

.header-mobile__logo-img {
    width: 200px !important;
    height: 45px !important;
    margin-top: 24px !important;
    margin-left: 70px !important;
}

.header-mobile__logo {
	right: 20px !important;
    left: inherit !important;
    text-align: right !important;
    transform: inherit !important;
    -webkit-transform: inherit !important;
    -moz-transform: inherit !important;
}

@media only screen and (max-width: 991px) {
	.main-nav {
	    width: 300px;
        -webkit-transform: translateX(-300px);
    	transform: translateX(-300px);
	}
	.album-wrapper {
		display: none;
	}
	.sidebarImage {
		text-align: center;
	}
	.sidebarImage img {
		height: 250px;
	}
	.articleContent p {
		text-align: justify;
	}
	.sidebarImage img {
		margin-bottom: 0px !important;
	}
	.sidebar--player.col-md-3 {
		margin-bottom: 60px;
	}
	.articleContent {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media only screen and (max-width: 768px) {
	.textCarousel {
		width: 100%;
	}
	.footer-col-inner {
		text-align: center;
	}
	
	.input-group {
		text-align: center;
		position: inherit;
		display: inherit;
		border-collapse: inherit;	
	}
	.footer input {
		display: block !important;
   		float: inherit !important;
    	border-radius: 5px !important;
    	margin: 0 auto !important;
	}
	.inline-form .input-group-btn .btn {
	    display: block;
	    border-radius: 5px;
	    margin: 0 auto;
	    width: 300px;
	}
	.social-links {
	    text-align: center !important;
	    margin-top: 25px !important;
	}
	.social-links__item {
		display: block;
		margin-right: 0px;
	    font-size: 14px;
	}
	.widget-player__stat-label {
		margin-bottom: 0.8em;
    	line-height: 0.6em;
	}
	.textCarousel h1 {
		font-size: 30px;
	}
	.textCarousel h3, .textCarousel h2, .textCarousel h4 {
		font-size: 20px;
	}
	
}


@media only screen and (max-width: 500px) {
	.textCarousel h2{
		font-size: 25px;
	}
	.textCarousel h4{
		font-size: 18px;
	}
	.footer input,  .inline-form .input-group-btn .btn {
		width: 100% !important;
	}
	.footer-nav__item {
	    float: inherit !important;
	    width: inherit !important;
	    display: block !important;
	    padding: .25em 0;
	    text-align: center !important;
	}
	.footer-secondary {
		height: inherit !important;
		padding-bottom: 30px;
	}
	.btn-primary {
	    width: 100%;
    	display: block;
	}
	.sidebar--player.col-md-3 {
		margin-bottom: 0px;
	}
	#backDiscipline {
		margin-top: 10px;
    	margin-bottom: 20px;
	}
	.post--extra-top p, .post__content p {
		text-align: justify;
	}
}

@media only screen and (max-width: 420px) {
	.sidebarImage img {
    	height: auto; 
	}
}

.articleClass .posts__date, .articleClass .posts__date a {
    color: #4b7594;
}

.btn-primary {
	background-color: #4b7594;
	color: white;
}

.widget-player__footer, .widget-player__footer-txt::before {
	background-color: #4b7594;
}

@media (min-width: 992px) {
	.page-heading {
	    padding: 200px 0 193px 0;
	}
	.page-technique {
	    padding: 150px 0 143px 0;
	}
	.page-technique .page-heading__title {
		font-size: 30px;
	}
	.page-heading__title {
		font-size: 60px;
	}
	.nav-account .nav-account__item > a {
	    height: 40px;
    	line-height: 40px;
    	font-size: 10px;
	}
}

.album__item-holder {
	background-color: transparent;
}

.card--lg h2 {
	font-size: 30px;
}

.card--lg .post__header h2 {
    font-weight: 600;
}

.sidebar--player .btn-primary, #articleContentLessons .btn-primary {
	border-radius: 4px;
}

.sidebar--player .btn-primary:hover, #articleContentLessons .btn-primary:hover {
	background-color: #31404b;
	color: white;
}

#articleContentLessons .btn-primary {
	float: right;
    background-color: lightgray;
}

/*.articleContent p {
	margin-bottom: 30px;
}*/
.articleContent h2 {
	margin-bottom: 10px !important;
}
.articleContent h3 {
    margin-top: 20px;
}
.activityBloc .posts__item {
	height: 400px;
}

.activityBloc .posts__item .posts__cat {
	top: 15px;
}

.activityBloc .posts__item .posts__inner {
    position: absolute;
    bottom: 0px;
    padding-bottom: 15px;
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.activityBloc .posts__item .posts__inner time, .activityBloc .posts__item .posts__inner h6 {
	color: white;
}

.activityBloc .posts__item .posts__inner h6 {
    height: 50px;
    overflow: hidden;
}

.activityBloc .posts__item .post-author {
    text-align: center;
    padding-top: 11px;
    border-left: 1px solid #e4e7ed;
    border-right: 1px solid #e4e7ed;
    border-bottom: 1px solid #e4e7ed;
    display: block;
    width: 100%;
    padding-bottom: 11px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: white;
}

.activityBlocImg {
	height: 330px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
}

.activityBlocImgCache {
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
}

.activityBlocImg:hover .activityBlocImgCache {
	background-color: rgba(0,0,0,0.6);
}

.activityBloc .card {
	border: inherit;
	background-color: transparent;
}

.activityBloc .post-author__name a {
    font-size: 11px;
    text-transform: uppercase;
    color: #9a9da2;
}

.activityBloc .post-author__name a:hover {
	color: #31404b;
}

@media (max-width: 479px) {
	.activityBloc .post-author__avatar {
	    display: inline-block;
	}
}

.articleContent h2.nextActivitiesTitle, #articleContentLessons h3 {
	margin-bottom: 20px !important;
}

.schoolBloc .posts__item--card {
	height: inherit;
	border: inherit;
}

.schoolBloc .posts__thumb {
    border-radius: 8px !important;
}

.schoolBloc .activityBlocImg {
	height: 100px;
}

.schoolBloc .activityBlocImg .posts__inner {
    padding-top: 0;
    padding-bottom: 0;
    height: 100px;
}

.schoolBloc .activityBlocImg .posts__inner h6 {
	color: white;
	line-height: 100px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.modal-backdrop.in {
	opacity: .6;
}

.modal-content {
	border-radius: 8px;
}

.modal-header, .modal-content {
	border: inherit;
}

.modal--login .modal-header .close {
	background-color: transparent;
	top: 30px;
	right: 30px;
	z-index: 20;
}

.modal--login .modal-header .close:hover {
	background-color: transparent;
}

.modal--login .modal-header .close span {
	font-size: 35px;
    color: #31404b;
}

.input-group .form-control:first-child {
	border-radius: 8px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.inline-form .input-group-btn .btn {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.inline-form .input-group-btn .btn:hover {
    background-color: #31404b;
}

.album__item {
	margin-top: 5px;
}

.technicBloc .activityBlocImg {
	background-color:#4b7594;
}

.technicBloc .posts__item--card, .technicBloc .activityBlocImg, .technicBloc .activityBlocImg .posts__inner {
	height: 150px;
}

.technicBloc .activityBlocImg .posts__inner h6 {
    line-height: 150px;
    text-align: center;
}

.technicBloc .activityBlocImg .posts__inner small {
	color: white;
	position: absolute;
    top: calc(50% + 10px);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.card.post-related__prev, .card.post-related__next {
	display: block;
}

.card.post-related__prev .btn-nav, .card.post-related__next .btn-nav {
	background-color: transparent;
	color: #4b7594;
}

.card.post-related__prev:hover, .card.post-related__next:hover {
	background-color: #f1f1f1;
}

.pageHeadingCache {
    background-color: rgba(9, 12, 16, 0.44);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.widget__content-cache {
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
}

.stageInFront:hover .widget__content-cache {
    background-color: rgba(0,0,0,0.7);
}

#theProgramme .post__content {
	display: none;
}

#theProgramme .post__header .post__title {
	display: inline-block;
}

#theProgramme .post__header i {
    float: right;
    margin-top: 11px;
}

.team-meta__name {
	font-size: 14px;
}

.widget-standings .table-standings > tbody > tr > td {
	font-size: 12px;
}

.infosMinutes .posts__item--card, .infosMinutes .posts__item--card:last-child {
	height: inherit;
}

.marquee {
	background-color: #ffffff;
}

/*.js-marquee {
    display: none;
}*/

.marquee .posts__title a {
	color: #31404b;
}

.marquee-label {
	font-size: 12px;
}

.marquee-label::before, .marquee::before {
    -webkit-transform: inherit; 
	transform: inherit;
}

.footer-widgets {
	padding-bottom: 0px !important;
}

.footer-widgets__inner {
    padding: 40px 0 0px !important;
}

.main-nav__list > li > a {
	font-size: 15px;
}

.team-result > tbody > tr > td {
	font-family: 'Roboto', Arial, Helvetica;
	font-size: 15px;
}

.social-links__item .fa-facebook {
	color: #4267b2;
}

.social-links__item .fa-youtube {
    color: #ff0000;
}

.social-links__item .fa-twitter {
	color: #1da1f2;
}

.social-links__item .fa-google-plus {
	color: #dd5044;
}

@media (min-width: 1400px) {
	.container {
	    width: 1400px;
	}
}

@media only screen and (max-width: 1400px) {
	.sidebarCourses, .sidebarFixed {
		width: 250px !important;
	}
}

@media only screen and (min-width: 992px) {
    .articleClass .posts__item--card, .articleClass .posts__item--card:last-child {
        height: 660px;
    }
    #articleTopPageHome.articleClass .posts__item--card {
        height: 573px;
    }
}

@media only screen and (min-width: 1400px) {
    #articleTopPageHome.articleClass .posts__item--card {
        height: 573px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .articleClass .posts__item--card, .articleClass .posts__item--card:last-child {
        height: 573px;
    }
    #articleTopPageHome.articleClass .posts__item--card {
        height: 660px;
    }
}

@media only screen and (max-width: 1200px) {
	.sidebarCourses, .sidebarFixed {
		width: 200px !important;
	}
}

@media (max-width: 1200px) and (min-width: 992px) {
    .nav-account .nav-account__item::before {
        content: "";
        display: none;
    }
    .social-links__item:last-child {
        margin-right: 12px;
    }
    .nav-account .nav-account__item > a {
        margin-right: 5px;
    }
}

@media only screen and (max-width: 991px) {
	.sidebarCourses, .sidebarFixed {
		width: 100% !important;
   		margin-left: 0px !important;
	}
	.sidebarCourses {
	    padding-left: 8px;
    	padding-right: 8px;
	}
}

@media only screen and (max-width: 661px) {
	.modal-courses {
        width: 100% !important;
    }
    .team-result-filter__item {
        width: 100%;
        margin-bottom: 10px;
    }
    .team-result-filter__item a {
        width: 100%;
        line-height: 2em;
    }
}

.articlePhotoHead {
    height: 310px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.page-heading__title {
	font-family: 'Ubuntu', Arial, Helvetica;
}

.titleSubCat {
    display: block;
    padding: 20px;
    font-size: 16px;
}

.fluxslider, .fluxslider .images, .fluxslider .images div {
	width: 100% !important;
	height: 550px !important;
}

.fluxslider .images div {
	background-size: cover;
	background-repeat: no-repeat;
}

.sideCarousel .owl-dots {
    bottom: 40px !important;
}

.intervenant-container h4 {
    margin-top: 8px;
}

.intervenant-container span {
    font-size: 12px;
    color: #9a9da2;
    font-weight: 400;
    font-style: normal;
}

.bloc-vid-carousel .item-video, .bloc-vid-carousel .item {
	height: 250px;
}

.bloc-vid-carousel .item a {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	position: absolute;
	width: 100%;
}

.float-right {
	float: right;
}

.calendarCoursesHeader {
	display: block;
}

.sidebarFixed {
	position: relative;
}

.sidebarCourses {
	width: 300px;
	float: right;
    margin-left: 10px;
}

.modal-courses {
	position: fixed;
	right: -600px;
	top: 0;
	height: 100%;
	padding: 20px;
	width: 600px;
	background-color: white;
	z-index: 60000;
	color: #333333;
	/* border-left: solid 1px #f0f0f0; */
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	display:none;
    overflow-y: scroll;
}


.modal-courses > span {
    font-size: 22px;
    width: 90%;
    letter-spacing: 0.05em;
    line-height: 35px;
    font-family: "Ubuntu", Helvetica, Arial;
    text-transform: uppercase;
    color: #333333;
    margin-top: -6px;
}

.modal-line__title {
    padding: 5px 0px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 16px;
    display: block;
}

.modal-line__text {
    display: block;
    margin-top: 10px;
    letter-spacing: 0.05em;
    padding-left: 10px;
    font-size: 15px;
}

.modal-infos__line {
    border-bottom: solid 1px #f2f2f2;
    padding-bottom: 10px;
    padding-top: 20px;
}

.modal-type {
    font-size: 15px;
    color: #333;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 5px 0px;
}

.modal__close {
    position: absolute;
    right: 22px;
    width: 25px;
    height: 25px;
    top: 22px;
    z-index: 20000;
}

.sidebarCourses .alert-danger {
    background-color: #ffffff;
    border-color: #e4e7ed;
}

.bloc-vid-carousel .owl-next {
	position: absolute;
    top: 50%;
    margin-top: -17.5px;
    right: 20px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: #1d2225;
    line-height: 29px;
    text-align: center;
}

.bloc-vid-carousel .owl-next .bloc-vid-next {
	margin-left: 2px;
}

.bloc-vid-carousel .owl-prev {
	position: absolute;
    top: 50%;
    margin-top: -17.5px;
    left: 20px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: #1d2225;
    line-height: 29px;
    text-align: center;
}

.bloc-vid-carousel .owl-prev .bloc-vid-prev {
	margin-right: 2px;
}

.bloc-vid-carousel .owl-next:hover, .bloc-vid-carousel .owl-prev:hover {
	background-color: white;
}

.bloc-vid-carousel .owl-next:hover .bloc-vid-next, .bloc-vid-carousel .owl-prev:hover .bloc-vid-prev {
	color: #1d2225;
}

.post__pdf {
	text-align: right;
	margin-bottom: 15px;
}

.post__pdf a {
    display: inline-block;
}

.post__pdf a span {
	vertical-align: super;
    margin-left: 10px;
}

.aSideSelect {
	color: #32404b !important;
    border-radius: 4px;
}

.button-back-school {
    position: absolute;
    margin-top: -40px;
    margin-left: 5px;
}

.button-back-school a {
	display: inline-block;
}

.button-back-school a span {
	margin-left: 10px;
	font-weight: bold;
}

.label-stage-une {
	position: absolute;
    z-index: 1;
    background-color: #1892ed;
    bottom: 20px;
    right: 20px;
    font-size: 10px;
    padding: .6em 1.5em;
}

.header__primary-inner .header-logo img {
	width: 330px !important;
}

.posts__preview span {
    width: 100%;
    height: 6px;
    display: block;
    background-color: whitesmoke;
    margin-top: 20px;
}

.posts__preview span:last-child {
    width: 10%;
}

.articleClass .posts__excerpt a {
    display: none;
}

.articleContent .bloc-vid-carousel {
    margin-top: 40px;
}

@keyframes dot-keyframes {
  0% {
    opacity: .4;
    transform: scale(1, 1);
  }

  50% {
    opacity: 1;
    transform: scale(1.2, 1.2);
  }

  100% {
    opacity: .4;
    transform: scale(1, 1);
  }
}

.loading-dotsf {
    display: none;
}

.loading-dots, .loading-dotsf {
    text-align: center;
    width: 100%;
    margin-top: 5px;
}

.loading-dots--dot, .loading-dots--dotf {
    animation: dot-keyframes 1.5s infinite ease-in-out;
    background-color: #9a9da2;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 5px;
}
    
.loading-dots--dot:nth-child(2), .loading-dots--dotf:nth-child(2) {
    animation-delay: .5s;
}
    
.loading-dots--dot:nth-child(3), .loading-dots--dotf:nth-child(3) {
    animation-delay: 1s;
}

.calendarCourses .table-responsive {
    display: none;
}

#HeaderCatArticles .main-nav__sub-2 {
    right: 100% !important;
    left: inherit !important;
}

#HeaderCatArticles {
    right: 0 !important;
}

.posts__innerHeight {
    height: 80px;
}

.page-heading .col-md-10.col-md-offset-1 {
    padding-top: 80px !important;
}

#articleContentLessons td {
    display: initial;
}