.hide-articles {
	display: none;
}

.adjust-container {
	padding-top: 80px !important;
}

.plus-icon {
	font-size: 1.5rem;
}

.article-container {
	background-color: #ffffff !important;
}

.back-link {
	color: #82dff4;
	border-bottom: 3px solid #82dff4;
}

.author-article {
	min-height: 60px;
	padding:10px 0 2px;
	border-bottom: 1px solid #dadbdd;
	border-top: 1px solid #dadbdd;
}

.author-article p {
	margin: 0;
	font-family: 'Roboto', sans-serif !important;
}

.author-article ul {
	position: static;
	display: inline;
}



.author-article .rubric {
	float: right;
	margin-right: 0;
	clear: both;
}

.main-article {
	padding-top: 20px;
}

.text-article {
	margin-bottom: 30px;
}

.text-article table {
    width: auto;
}

.text-article p {
	font-family: 'Roboto', sans-serif;
	font-size: 1.25rem !important;
	line-height: 28px;
	padding-bottom: 10px;
}

.text-article div.paragraphe {
	margin-top: 5px;
	padding-bottom: 3px;
	font-family: 'Roboto', sans-serif;
}

.text-article div.paragraphe h2 {
	font-size: 115%;
	margin: 10px 0;
	color: #1ca8b7;
	font-weight: bold;
	text-transform: uppercase;
}


.text-article div.paragraphe .legendeImage {
    padding: 5px;
	font-size: 75%;
	color: SteelBlue;
	text-align:center;
}


.text-article div.paragraphe .creditImage {
	font-size: 70%;
	font-style:italic;
	padding: 2px;
}


.text-article div.paragraphe .imageLeft {
    float: left;
    max-width: 30%;
    border: 1px solid lightgrey;
    margin-right: 15px;
    margin-bottom: 10px;
    padding: 0px;
}

.text-article div.paragraphe .imageRight {
    float: right;
    max-width: 30%;
    border: 1px solid lightgrey;
    margin-left: 15px;
    margin-bottom: 10px;
    padding: 0px;
}

.text-article div.paragraphe img {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.text-article div.paragraphe a {
    text-decoration: underline;
    color: #82dff4;
}

.text-article div.paragraphe hr {
    padding: 0;
    border-style: solid;
    border-color: grey;
}

.text-article div.paragraphe h3 {
	font-size: 115%;
	margin: 10px 0;
	color: #1ca8b7;
	font-weight: bold;
}

.text-article div.paragraphe h4 {
	font-size: 100%;
	margin: 10px 0;
	color: #1ca8b7;
	font-weight: bold;
}

.text-article div.paragraphe h5 {
	font-size: 100%;
	margin: 5px 0;
	color: #1ca8b7;
	font-weight: bold;
}

.text-article div.paragraphe h6 {
	font-size: 100%;
	margin: 10px 0;
	color: #1ca8b7;
	font-weight: bold;
}

.author-text p {
	font-size: 0.9rem !important;
}

/* PAGINATION ARTICLES */

.article-next {
	padding: 15px 45px 10px 20px;
	border: 1px solid #dadbdd;
	margin-bottom: 30px;
	position: relative;
}

.next-article-icon {
	background-image: url('/img/article/next-article.png');
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 6px;
	top: 40%;
}

.article-previous {
	padding: 15px 20px 10px 45px;
	border: 1px solid #dadbdd;
	margin-bottom: 30px;
	position: relative;
}

.previous-article-icon {
	background-image: url('/img/article/previous-article.png');
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 6px;
	top: 40%;
}

.article-next p,
.article-previous p {
	margin: 0 !important;
}

.article-next > p:first-child,
.article-previous > p:first-child {
	font-family: 'Roboto', sans-serif !important;
	color: #bababa !important;
	font-weight: 600;
	font-size: 1.2rem !important;
	line-height: 18px;
}

.article-next > a
.article-previous > a {
	font-family: 'Roboto', sans-serif !important;
	color: #364656 !important;
	font-weight: normal;
	font-size: 1.1rem !important;
}

.article-others-no-connected {
	margin-bottom: 40px;
	background-color: #e1e6ec;
	padding: 15px 20px;
	position: relative;
}

.article-others {
	margin-bottom: 40px;
	background-color: #e1e6ec;
	padding: 15px 20px;
	position: relative;
}

.article-others-no-connected::after {
	position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    content: '';
    z-index: 4;
	-moz-box-shadow: inset 0px -270px 150px -1px #e1e6ec;
	-webkit-box-shadow: inset 0px -270px 150px -1px #e1e6ec;
	-o-box-shadow: inset 0px -270px 150px -1px #e1e6ec;
	box-shadow: inset 0px -270px 150px -1px #e1e6ec;
}

.article-others > h2, .article-block-header h2 {
	text-transform: uppercase;
}

.article-tile {
	overflow: hidden;
	height: 150px;
	position: relative;
	margin: 0 0 20px;
}

.article-tile p {
	font-family: 'Roboto', sans-serif !important;
	color: #364656 !important;
	line-height: 21px;
}

.article-overview {
	height: 100px;
	overflow: hidden;
	padding: 20px 20px 20px;
}

.article-metadata {
	height: 30px !important;
	bottom: 0;
}

.view-articles {
	display: block;
	margin: 0 auto;
	padding: 15px;
	font-size: 0.9rem;
	font-weight: normal;
	border: 1px solid #b3b8be;
	background-color: #e1e6ec;
	color: #82dff4;
}

.article-block {
	border: 1px solid #dadbdd;
	margin-bottom: 50px;
}

.article-block-no-connected {
	border: 1px solid #dadbdd;
	margin-bottom: 50px;
	height: 300px;
	overflow: hidden;
	position: relative;
}

.article-block-no-connected:after {
	position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    content: '';
	-moz-box-shadow: inset 0px -180px 150px -1px #e1e6ec;
	-webkit-box-shadow: inset 0px -180px 150px -1px #e1e6ec;
	-o-box-shadow: inset 0px -180px 150px -1px #e1e6ec;
	box-shadow: inset 0px -180px 150px -1px #e1e6ec;
}

.live-main, .read-main {
	border-bottom: 1px solid #b6bbc1;
	background-color: #e2e6ed;
}

.live-main ul {
	margin: 0 20px;
	list-style: none;
}

.read-main ul {
	margin: 0;
	list-style: none
}

.live-main ul > li {
	border-bottom: 1px solid #b9b9b9;
	padding: 15px 0;
}

.live-main ul > li:last-child, .read-main ul > li:last-child {
	border: 0 none;
}

.article-block-header {
	height: 50px;
	padding: 0 20px;
	background-color: #c6cdda;
	position: relative;
}

.article-block-header a {
	background-image: url('/img/article/direct_arrow.svg');
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 12px;
	height: 9px;
}

.article-block-header h2 {
	line-height: 50px;
}

.resume-article {
	text-transform: initial;
	font-family: 'Roboto', sans-serif !important;
	font-weight: normal;
	color: #364656 !important;
	font-size: 0.9rem !important;
}

.article-block-footer {
	height: 40px;
	background-color: #e2e6ed;
}

.article-block-footer p {
	margin: 0;
	text-align: center;
	line-height: 40px;
	color: #82dff4 !important;
	font-size: 0.9rem !important;
	font-family: 'Roboto', serif !important;
}

.author-tile {
	height: auto;
	margin-bottom: 50px;
}

.aside-tile {
	height: 250px;
	position: relative;
	margin-bottom: 50px;
}

.aside-link, .author-link {
	display: block;
	overflow: visible;
	position: relative;
	//height: 100%;
	margin: 0;
	border: 1px solid #c5cddb;
	border-top: none;
	background-color: #ffffff;
}

.author-link {
	padding: 20px 0 10px 15px;
}

.aside-link:before, .author-link:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #c5cddb;
}

.author-link > div {
	margin-bottom: 10px;
}

.author-tile p, .author-tile h2 {
	margin: 0 !important;
	font-family: 'Roboto', sans-serif !important;
	line-height: 20px;
}

.aside-overview {
	height: 220px;
	overflow: hidden;
	padding: 20px 20px 0;
}

.aside-overview h2 {
	font-size: 1.3rem;
	margin-bottom: 15px;
}

.aside-overview div {
	padding-top: 10px;
}

.author-footer a {
	margin: 0;
	color: #82dff4 !important;
	font-size: 0.9rem !important;
}

.rank-column {
	padding: 21px 15px !important;
	border-bottom: 1px solid #ffffff;
}

.rank-column h1 {
	font-size: 1.5rem;
	color: #ffffff;
	font-weight: bold;
	font-family: 'Neuton', serif;
}

.article-column {
	padding: 15px !important;
	border-bottom: 1px solid #dadbdd;
}

.rank-list > li > .row {
	display: flex;
}

.rank-list > li:nth-child(1) .rank-column {
	background-color: #2ea8d6;
}

.rank-list > li:nth-child(2) .rank-column {
	background-color: #6cc2e3;
}

.rank-list > li:nth-child(3) .rank-column {
	background-color: #95d4ea;
}

.rank-list > li:nth-child(4) .rank-column {
	background-color: #c1e6f2;
	border-bottom: 0 none;
}

.rank-list > li:nth-child(4) .rank-column h1{
	color: #35a9d4;
}

.rank-list > li:last-child .article-column {
	border: 0 none;
}

/* Article Videos */
.video-next {
	margin-bottom: 30px;
	padding: 15px 20px 10px;
    border: 1px solid #dadbdd;
}

.video-next .bloc-item {
	margin-bottom: 0;
}

.video-next p {
	text-transform: uppercase;
    font-family: 'Roboto' !important;
    font-weight: bold;
    margin-bottom: 1px;
}

.video-others {
	margin-bottom: 40px;
    background-color: #344454;
    padding: 15px 20px;
}

.video-others .view-articles {
	background-color: #364656;
	color: #ffffff;
}

.video-others .metadata-date {
	color: #ffffff;
}

.video-others h2 {
	color: #ffffff;
}

.bloc-item {
	margin-bottom: 25px;
}

.video-next .bloc-title {
	color: #364656;
}

.bloc-title {
	color: #ffffff;
}

.bloc-video a {
	position: relative;
	display: block;
}

.bloc-video a:after {
	content: ' ';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    background-image: url('/img/article/play-icon.png');
    background-size: 50px 50px;
    background-position: 50%;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all .3s ease-out;
}

.bloc-video a:hover::after {
	opacity: 1;
}

.video-next .bloc-video img {
	max-height: 130px;
}

.bloc-video img {
	max-height: 180px;
	width: 100%;
}

.bloc-duration {
	position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.8);
    color: #fff;
    font-size: 14px;
    padding: 5px 7px;
}


/* No connected/subscribed */
.no-connected .text-article {
	max-height: 110px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.no-connected .text-article div.paragraphe {
	height: 110px;
}

.no-connected .text-article div.paragraphe:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 110px;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
    background-image: -o-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));

}

.no-connected-box, .no-subscribed-box, .passerelle-box {
	border: 7px solid #82dff4;
	margin-bottom: 50px;
	background-color: #ffffff;
}

.login-box {
	border: 3px solid #82dff4;
	margin-bottom: 50px;
	background-color: #ffffff;
	padding: 10px 40px 20px;
}

.no-connected-box {
	padding: 10px 40px 20px;
}

.no-subscribed-box {
	padding: 30px 40px 30px;
}

.header-box {
	margin-bottom: 30px;
}

.header-box p, .header-box h1 {
	font-family: 'Roboto', sans-serif !important;
	margin: 0 !important;
}

.header-box p {
	font-size: 0.9rem !important;
	color: #364656 !important;
	margin-bottom: 5px !important;
	text-align: center;
}

.header-box h1 {
	font-size: 1.2rem !important;
	text-transform: uppercase;
	text-align: center;
}

.header-box a {
	font-weight: bold !important;
	color: #82dff4;
}

#login-form p:first-child {
	padding-left: 10px;
}

.info-box {
	border-right: 1px solid #dadbdd;
}

.info-box p {
	padding-left: 20px;
	font-family: 'Roboto', sans-serif !important;
	color: #364656 !important;
	line-height: 20px;
	background-image: url('/img/article/tick_arrow.png');
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.no-connected-box input[type=text],
.no-connected-box input[type=password],
.login-box input[type=text],
.login-box input[type=password] {
	border: 2px solid #e1e5ec;
}

.subscribe-box {
	padding-left: 45px;
}

.subscribe-box p {
	margin: 0 !important;
	color: #364656 !important;
	line-height: 20px;
}

.subscribe-box p:first-child {
	color: #82dff4 !important;
	font-weight: bold;
}

.subscribe-mail {
	margin: 10px 0;
	background-color: #e1e6ec !important;
}

.button.free-test {
	border: 1px solid #dadbdd;
	width: 100%;
	padding: 10px 0 12px;
	background-color: #82dff4;
	font-weight: 600;
	font-size: 0.9rem;
	border-radius: 2px;
}

.button.article-login {
	border: 1px solid #dadbdd;
	width: 100%;
	padding: 10px 0 12px;
	background-color: #00458a;
	font-weight: 600;
	font-size: 0.9rem;
	border-radius: 2px;
	margin-top: 26px;
}

@media screen and (max-width: 63.9375em) {
	.article-next .category-datetime {
		left: 0;
		position: relative;
	}

	.article-nav {
		overflow-x: visible !important;
	}

	.info-box {
		border-right: 0 none;
	}

	.subscribe-box {
		padding-left: 10px;
	}

	.article-container #content-header {
		padding-bottom: 0;
	}


	.article-container #content-header .category-datetime {
		float: left;
		margin-bottom: 0;
	}

	.article-container #content-header .category-datetime > h3 > a,
	.article-container #content-header .category-datetime .datetime,
	.article-tile .category-datetime > h3 > a,
	.article-tile .category-datetime .datetime {
		font-size: 1rem !important;
	}

	.article-container #content-header h1 {
		clear: both;
		text-align: left;
		font-size: 1.8rem;
	}

	.author-text p {
	    font-size: 1.2rem !important;
	    margin: 0;
	}

	.author-text p:first-child {
	    margin-bottom: 10px;
	}

	.author-article {
		padding: 20px 0;
	}

	.brand-icons {
		position: relative;
	}

	.wrapper-button-article {
		width: 20px;
	    height: 50px;
	    position: absolute;
	    right: 5px;
	    top: 4px;
	}

	.button-article-icons {
		background-image: url('/img/article/open-article.png');
		height: 36px;
		width: 6px;
		position: absolute;
		right: 7px;
		top: 8px;
	}

	.button-article-icons.article-opened {
		background-image: url('/img/article/close-article.png');
	}

	.button-article-icons > ul {
		display: none
	}

	.article-opened > ul {
		display: block;
		position: absolute;
	    right: -2px;
	    background-color: #ffffff;
	    top: 45px;
	    z-index: 25;
	    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.3);
	    -moz-box-shadow: 0 0 30px rgba(0,0,0,0.3);
	    box-shadow: 0 0 30px rgba(0,0,0,0.3);
	}

	.article-opened > ul:before {
	    content: '';
	    display: block;
	    position: absolute;
	    bottom: 100%;
	    right: 0;
	    width: 0;
	    height: 0;
	    margin-left: -2px;
	    border: 5px inset;
	    border-color: transparent transparent #fff;
	    border-top-style: solid;
	    border-top-width: 0;
	    opacity: 1;
	    z-index: 2000;
	}

	.brand-icons a {
		margin: 0 4px;
	}

	.text-article {
		margin-bottom: 20px;
	}

	.author-article-mobile  {
		margin-bottom: 25px;
	}

	.author-article-mobile .tag {
		font-size: 1.2rem;
	}

	.author-article-mobile .rubric {
		float: none;
		margin: 10px 10px 5px 0;
	}

	.author-article-mobile .rubric a {
		font-size: 0.8rem;
		padding: 5px 10px;
	}

	.rank-column h1 {
		text-align: center;
	}

	.no-connected-box, .no-subscribed-box {
	    margin-bottom: 30px;
	    padding: 10px 20px;
	}

	.header-box {
		margin-bottom: 15px;
	}

	.header-box p {
		font-size: 1rem !important;
	}

	.header-box p:first-child {
		text-align: text-center;
	}

	.header-box h1 {
		font-size: 1.3rem !important;
	}

	.info-box {
		border-bottom: 1px solid #000000;
		margin-bottom: 15px;
	}

	.article-others-no-connected::after {
	    -moz-box-shadow: inset 0px 0px -650px 200px -1px #e1e6ec;
	    -webkit-box-shadow: inset 0px -650px 200px -1px #e1e6ec;
	    -o-box-shadow: inset 0px -650px 200px -1px #e1e6ec;
	    box-shadow: inset 0px -650px 200px -1px #e1e6ec;
	}
}

@media screen and (min-width: 40em) {
	.article-previous > a:hover,
	.article-next > a:hover {
		color: #82dff4 !important;
	}

	.view-articles:hover {
		background-color: #364656;
		color: #ffffff;
	}

	.article-block-header a:hover {
		background-image: url('/img/article/direct_arrow_ON.svg');
	}

	.article-link:hover .resume-article {
		color: #1ca8b7 !important;
	}

	.article-block-footer:hover {
		background-color: #364656;
	}

	.article-block-footer:hover p {
		color: #ffffff !important;
	}

	.button.free-test:hover {
		background-color: #ffffff;
		color: #1ca8b7;
	}

}