@media screen and (min-width: 1440px) {
	.large-3 .tile-overview h1,
	.large-6 .category__alerte .tile-overview h1 {
		font-size: 18px !important;
	}

	.display-as-list .large-6 .tile-overview h1,
	.display-as-list .large-3 .tile-overview h1 {
		font-size: 18px !important;
	}

	.large-6 .tile-overview h1 {
		font-size: 18px !important;
	 }

	 #tiles .tile-overview .paragraphe {
	 	font-size: 13.5px !important;
	 }
}


/* -------------------------------
	DATES SÉPARATRICES DES TUILES
   ------------------------------- */

.stopScroll {
	margin:0;
	height:100%;
	overflow: hidden;
}
   

.ContexteMenuStar .ui-dialog-content {	
	margin:0 !important;
	padding:0  !important;
}


.ContexteMenuStar .ui-dialog-titlebar {	
	padding-left:0.2em  !important;
}
   
.ui-dialog-ul {	
	margin:0;
	padding:0;
	list-style-type: none;
}

.ui-dialog-ul li {
	padding: 0.1em .4em;
	cursor:pointer;
}
      
.ui-dialog-ul li:hover {
	background-color: #1CA8B7;
	color: #ffffff;
}
   
 @media screen and (max-width: 40em) {
	.ContexteMenuStar {
		/* top: 145px !important; */
	} 
	
	.ui-dialog-ul li {
		padding: 0.4em .4em;
	}
}

.tile-date-separator {
	display: none;
	text-transform: capitalize;
	position: relative;
	margin: 0 0 30px;
	padding: 30px 0 8px;
	color: #70777a;
	font-family: 'Neuton', serif;
	font-size: 1.6rem;
}
.tile-date-separator:after,
.tile-date-separator::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 24px;
	height: 3px;
	margin-left: -12px;
	background-color: #364656;
}

/* Gestion de l'affichage des dates séparatrices */
.display-as-list > .tile-date-separator {
	display: block;
}
#tiles.display-as-list {
	max-width: 970px !important;
}



/* --------
	TUILES
   -------- */


/* Bouton nouvelles actualités */
.new-news {
	padding: 12px 65px 12px 25px;
	position: relative;
	background-color: #82dff4;
	color: #ffffff;
	transition: none;
}

.new-news:after {
	content: '';
	display: block;
	background-image: url('/img/tiles/refresh.svg');
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 35px;
	top: 10px;
}

.display-as-list .new-news {
	display: none;
}


.background-blur {
	-webkit-filter: blur(3px);
	-ms-filter: blur(3px);
	-moz-filter: blur(3px);
	filter: blur(3px);
}

/* LISTE DES TUILES */

/* Dernière tuile affichée */
#tiles .column:last-child:not(:first-child),
#tiles .columns:last-child:not(:first-child) {
	float: left;
}

/* Conteneur positionnant de la tuile */
.tile {
	position: relative;
	overflow: hidden;
	height: 250px;
	margin: 0 0 20px;
}

/* Lien conteneur de la tuile */
.tile-link {
	display: block;
	overflow: visible;
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #c5cddb;
	border-top: none;
	background-color: #fff;
}

.category__alerte .tile-link {
	border: none;
}

/* Bordure de couleur au-dessus de la tuile */
.tile-link:before,
.tile-link::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -1px;
	width: 110%;
	height: 3px;
	z-index: 2;
}

.category__banniere .tile-link:before,
.category__banniere .tile-link::before
 {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 3px solid #a250a2;
}

/* Couleurs spécifiques de la barre du haut de chaque tuile */
.category__press_review > .tile-link:before,
.category__press_review > .tile-link::before {
	background-color: #434ee3;
}
.category__brief > .tile-link:before,
.category__brief > .tile-link::before {
	background-color: #ef5688;
}
.category__agenda > .tile-link:before,
.category__agenda > .tile-link::before {
	background-color: #a250a2;
}

.category__story > .tile-link:before,
.category__story > .tile-link::before {
	background-color: #82dff4;
}

.category__story_picture > .tile-link:before,
.category__story_picture > .tile-link::before {
	background-color: #82dff4;
}

.category__briefing > .tile-link:before,
.category__briefing > .tile-link::before {
	background-color: #004cb0;
}

.category__briefing_picture > .tile-link:before,
.category__briefing_picture > .tile-link::before {
	background-color: #004cb0;
}


.category__folder_picture > .tile-link:before,
.category__folder_picture > .tile-link::before{
		background-color: #80cc81;
}
.category__press_review_picture > .tile-link:before,
.category__press_review_picture > .tile-link::before{
		background-color: #434ee3;
}

.category__folder > .tile-link:before,
.category__folder > .tile-link::before {
	background-color: #80cc81;
}
/* Couleur de la barre du haut de chaque tuile déjà visitée */
.tile > .tile-link:visited:before,
.tile > .tile-link:visited::before {
	background-color: #c5cddb !important;
}

/* APERÇU DES TUILES */

.tile-overview {
	overflow: hidden;
	height: 145px;
	padding: 20px 20px 0;
	position: relative;
	z-index: 3;
}

.agendaInfo {
	color: #9aa8c1 !important;
    font-family: 'Roboto', serif;
    font-size: 0.9rem !important;
}

.display-as-list .agendaInfo {
	display: none;
}

/* Titres des tuiles */
.tile .tile-overview h1 {
	margin: 0;
	padding-right: 10px;
	line-height: 1.1;
}

.large-6 .tile-overview h1 {
	font-size: 1.4vw;
}
.large-3 .tile-overview h1,
.large-6 .category__alerte .tile-overview h1 {
	font-size: 1.2vw;
	margin-bottom: 5px;
}

/*
.large-6 .tile:hover .tile-overview h1,
.large-6 .tile:hover .tile-overview h2 {
	font-size: 1.3rem;
}
*/

.tile-link:visited h1 {
	color: #848e98;
}

/* Tags des tuiles */
/*
.tile:hover .tags {
	display: none;
}
*/

.tile-link:visited .tags > .tag {
	color: #85cad3 !important;
}
.tile-link:visited .tags > .tag > h4 {
	color: #85cad3 !important;
}


/* Extrait de l'article */
#tiles .paragraphe {
	color: #364656;
	line-height: 1.3;
}

#tiles .category__banniere .paragraphe {
	display: none !important;
}

#tiles .tile-overview .paragraphe {
	margin: 0px !important;
	font-size: 14px;
}
/* Texte des tuiles normales (en masonry) */
#tiles .large-3 .tile-overview .paragraphe {
	margin-top: 5px;
	font-size: .9rem;
}


/* IMAGE DES TUILES */
.logo-tile, .logo-list, .logo-default {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.display-as-tiles .logo-list {
	display: none !important;
}

.display-as-list .logo-tile {
	display: none !important;
}

.banniere-background-tile,
.banniere-background-list {
	height: 100%;
	width: 100%;
	background-size: cover;
}

/* MÉTADONNÉES DE CHAQUE TUILE */

.tile-metadata {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 20px;
	z-index: 3;
}
.category__press_review .tile-metadata,
.category__brief .tile-metadata,
.category__story .tile-metadata,
.category__story_picture .tile-metadata,
.category__briefing .tile-metadata,
.category__briefing_picture .tile-metadata,
.category__folder_picture .tile-metadata,
.category__press_review_picture .tile-metadata,
.category__agenda .tile-metadata,
.category__folder .tile-metadata {
	bottom: 10px;
	height: 90px;
}
.category__alerte .tile-metadata {
	position: static;
	height: auto;
}

.category-datetime {
	position: relative;
}
.category__press_review .category-datetime,
.category__brief .category-datetime,
.category__story .category-datetime,
.category__story_picture .category-datetime,
.category__briefing .category-datetime,
.category__briefing_picture .category-datetime,
.category__folder_picture .category-datetime,
.category__press_review_picture .category-datetime,
.category__agenda .category-datetime,
.category__folder .category-datetime
 {
	margin-bottom: 10px;
	border-bottom: 1px solid #c9caca;
}


.category-datetime > *,
.category-datetime > h3 > a {
	display: inline;
	margin: 0 !important;
}

/* Liens vers les dossiers d'une dépêche */
.display-as-tiles .tile-folders {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	margin: 0;
	padding: 0;
}
.display-as-list .tile-folders {
	position: absolute;
	top: 0;
	left: 200px;
	height: 20px;
	margin: 0;
	padding: 0;
}
.tile-folder {
	float: right;
	width: 20px;
	height: 20px;
	list-style-type: none;
}
.tile-folder > a {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url('/img/tiles/tile-folder2.png') no-repeat center;
}
/* Lien vers la page d'une synthèse */
.tile-synthesis {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	background: transparent url('/img/tiles/tile-folder2.png') no-repeat center;
}

.display-as-tiles .category-right {
	position: absolute;
	right: 0;
	top: 0;
}

.display-as-list .category-right {
	position: absolute;
	left: 150px;
	top: 0;
}

.country {
	position: relative;
    top: -5px;
    text-transform: uppercase;
    font-size: 0.8rem !important;
    color: #9aa2aa !important;
    display: inline-block;
}

/* ICÔNE ÉTOILE FAVORI DE LA TUILE */

.tile-favorite-star {
	position: absolute;
	top: 12px;
	right: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 3;
}

@media screen and (max-width: 40em) {
	.tile-favorite-star {
		top: 0px;
		right: 0px;
		width: 40px;
		height: 40px;
	}
}

.tile-favorite-locked {
	position: absolute;
	top: 12px;
	right: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 3;
}

.category__banniere .tile-favorite-star {
	display: none;
} 

.tile-favorite-star.is-no-favourite {
	background: transparent url('/img/tiles/tile-star.png') no-repeat center;
	opacity: .6;
}

.tile-favorite-star.is-favourite {
	background: transparent url('/img/tiles/tile-star-favorite.png') no-repeat center !important;
	opacity: 0.8 !important;
}

.tile-favorite-locked.is-locked {
	background: transparent url('/img/tiles/locked.png') no-repeat center !important;
	cursor: default;
	opacity: 0.8 !important;
	background-size: 20px 20px !important;
}

.tile-favorite-locked.is-favorite-locked {
	background: transparent url('/img/tiles/favorite-locked.png') no-repeat center !important;
	cursor: default;
	opacity: 1 !important;
	background-size: 20px 20px !important;
}


.category__story_picture  .tile-favorite-star.is-no-favourite, .category__folder_picture  .tile-favorite-star.is-no-favourite, .category__press_review_picture  .tile-favorite-star.is-no-favourite, .category__briefing_picture  .tile-favorite-star.is-no-favourite, {
	background: transparent url('/img/tiles/tile-star-picture.png') no-repeat center !important;
	opacity: 1 !important;
}

.category__story_picture  .tile-favorite-star.is-favourite, .category__folder_picture  .tile-favorite-star.is-favourite, .category__press_review_picture  .tile-favorite-star.is-favourite, .category__briefing_picture  .tile-favorite-star.is-favourite {
	background: transparent url('/img/tiles/tile-star-favorite.png') no-repeat center !important;
	opacity: 1 !important;
}


.category__story_picture  .tile-favorite-locked.is-locked, .category__folder_picture  .tile-favorite-locked.is-locked, .category__press_review_picture  .tile-favorite-locked.is-locked, .category__briefing_picture  .tile-favorite-locked.is-locked {
	background: transparent url('/img/tiles/locked-picture.png') no-repeat center !important;
	opacity: 1 !important;
	background-size: 20px 20px !important;
}


.category__story_picture  .tile-favorite-locked.is-favorite-locked, .category__folder_picture  .tile-favorite-locked.is-favorite-locked, .category__press_review_picture  .tile-favorite-locked.is-favorite-locked, .category__briefing_picture  .tile-favorite-locked.is-favorite-locked {
	background: transparent url('/img/tiles/favorite-locked.png') no-repeat center !important;
	background-size: 20px 20px !important;
}


/* ------------
	MODE LISTE
   ------------ */

/* DATES SÉPARATRICES DES TUILES */

/* Gestion de l'affichage des dates séparatrices */
.display-as-list > .tile-date-separator {
	display: block;
}

/* CONTENEUR DES TUILES */

/* Le conteneur a une largeur maximale plus fine en mode liste */
#tiles.display-as-list {
	max-width: 970px;
}

.display-as-list .category-datetime {
	border-bottom: 0 none !important;
}

/* LISTE DES TUILES */

.display-as-list > .column,
.display-as-list > .columns {
	width: 100%;
}

/* Hauteurs des tuiles */
.display-as-list .tile.category__brief,
.display-as-list .tile.category__story,
.display-as-list .tile.category__story_picture,
.display-as-list .tile.category__briefing,
.display-as-list .tile.category__briefing_picture,
.display-as-list .tile.category__folder_picture,
.display-as-list .tile.category__press_review_picture,
.display-as-list .tile.category__agenda,
.display-as-list .tile.category__press_review,
.display-as-list .tile.category__banniere,
.display-as-list .tile.category__folder {
	height: 115px;
}

/* APERÇU DES TUILES */

/* Titres des tuiles */
.display-as-list .large-6 .tile-overview h1,
.display-as-list .large-3 .tile-overview h1 {
	padding-right: 20px;
	font-size: 17px;
}


.display-as-list .tile-overview {
	height: 113px;
}

.display-as-list .tile.category__press_review .tile-overview {
	height: 170px;
}

/* MÉTADONNÉES DE CHAQUE TUILE */

.display-as-list .category__press_review .tile-metadata,
.display-as-list .category__brief .tile-metadata,
.display-as-list .category__story .tile-metadata,
.display-as-list .category__story_picture .tile-metadata,
.display-as-list .category__briefing .tile-metadata,
.display-as-list .category__briefing_picture .tile-metadata,
.display-as-list .category__folder_picture .tile-metadata,
.display-as-list .category__press_review_picture .tile-metadata,
.display-as-list .category__agenda .tile-metadata,
.display-as-list .category__folder .tile-metadata  {
	height: 25px;
}

.display-as-list .tile-metadata {
	overflow: visible;
}

.display-as-list .rubrics {
	position: absolute;
	right: 5px;
	bottom: 7px;
	max-height: 22px;
	max-width: 55%;
	overflow: hidden;
}

.display-as-list .category-datetime {
    border-bottom: 0 none !important;
}

.display-as-list .country {
	width: 115px;
}


/* Tuile login */
.tile-login {
	background-color: #364656;
	padding: 10px 10px;
}

.tile-login h2 {
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}

.button.login {
	border: 1px solid #e1e6ec;
	border-radius: 3px;
	font-size: 1rem;
	display: block;
	padding: 5px 20px;
	margin: 0 auto;
	background-color: #e1e6ec;
	color: #364656;
	font-weight: bold;
	text-decoration: none;
}

.tile-login a {
	font-size: 0.8rem;
	color: #ffffff;
	text-decoration: underline;
	font-family: 'Roboto', serif;
}

.tile-login p {
	margin: 0 !important;
}

.tile-login label,
.mobile-tile-login label{
	display: inline;
	font-size: 0.9rem !important;
	color: #ffffff !important;
	font-family: 'Roboto', sans-serif !important;
}

.tile-login input[type="checkbox"] {
	margin-right: 5px;
}

.no-password {
	float: right;
	margin-top: 3px;
}

.error-login,
.error-mail {
	font-size: 0.9rem !important;
	color: #ff0000 !important;
	font-family: 'Roboto', sans-serif !important;
	margin: 0 !important;
	padding: 0 !important;
}

.login-mail {
	position: relative;
}

.login-mail img {
	position: absolute;
	top: 13px;
	left: 10px;
}

.login-mail input {
	padding-left: 35px;
}

.login-password {
	position: relative;
}

.login-password input {
	padding-left: 35px;
	margin-bottom: 2px;
}


.login-password img {
	position: absolute;
	top: 9px;
	left: 10px;
}

/* Box faire un essai */
.test-box {
	border: 6px solid #82dff4;
	padding: 20px;
	margin-bottom: 30px;
	background-color: #e1e6ec;
}

.test-info h2 {
	text-transform: uppercase;
	font-size: 1.3rem;
	line-height: 25px;
}

.test-info p {
	color: #364656 !important;
	font-family: 'Roboto', serif !important;
	font-size: 1rem !important;
	line-height: 20px !important;
}

.mail-box {
	padding: 15px 15px;
	border: 1px solid #82dff4;
	background-color: #ffffff;
}

.tile.mail-box {
	padding: 15px 40px;
}

.mail-overview {
	height: 100px;
}

.mail-box h2 {
	color: #82dff4;
	text-transform: uppercase;
	font-size: 1.1rem;
}

.mail-box label {
	color: #82dff4;
	text-transform: uppercase;
	font-weight: bold;
}

.mail-box input {
	background-color: #e1e6ec;
	margin-bottom: 10px;
}


.mail-box input::-moz-input-placeholder {
	color: #364656;
	font-style: initial;
}

.mail-box input:-moz-input-placeholder {
	color: #364656;
	font-style: initial;
}

.mail-box input[type=text]:-ms-input-placeholder {
	color: #364656;
	font-style: initial;
}

.mail-box input[type=text]::-webkit-input-placeholder {
	color: #364656;
	font-style: initial;
}

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

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

/*tuiles faire un essai */
.tile-test {
	height: 550px;
	margin-top: 20px;
	background-color: #ffffff;
	padding: 20px;
	position: relative;
	border-color: #dadbdd;
  	border-style: solid;
  	border-width: 0 1px 1px 1px;
  	position: relative;
}

.test-list {
	list-style: none;
	margin: 0 0 10px;

}

.test-list li {
	position: relative;
	padding-left: 15px;
}

.test-list li p {
	color: #364656 !important;
	font-family: 'Roboto', serif !important;
	font-size: 1.1vw !important;
	line-height: 20px !important;
	margin-bottom: 10px;
}

@media screen and (min-width: 1440px) {
	.test-list li p {
		font-size: 15px !important;
	}
}

@media screen and (max-width: 1024px) {
	.test-list li p {
		font-size: 15px !important;
	}
}

.test-list li:before {
	content: "";
	position: absolute;
	background: url('/img/tiles/navigateright.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
	left: 0;
	top: 3px;
}

.test-overview {
	height: 70px;
	border-bottom: 1px solid #dadbdd;
	margin-bottom: 10px;
}

.test-overview:before {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 3px;
}

.test-overview p {
	line-height: 20px;
	font-weight: bold;
	color: #364656 !important;
	font-family: 'Roboto', serif !important;
}

.test-wrapper {
	position: absolute;
	bottom: 15px;
	width: 100%;
	height: 40px;
	left: 0;
}

.button.do-test {
	display: block;
	margin: 0 auto;
	padding: 10px 0px 12px;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 2px;
    width: 200px;
}

.img-device {
	position: relative;
	top: 30px;
	margin-bottom: 30px;
}

.category__structure .test-overview:before,
.category__structure .do-test {
	border: 1px solid #5e8cc2;
	background-color: #5e8cc2;
}

.category__structure .test-overview:before {
	color: #5e8cc2;
}

.category__entreprise .test-overview:before,
.category__entreprise .do-test {
	border: 1px solid #355d90;
	background-color: #355d90;
}

.category__entreprise .test-overview:before {
	color: #355d90;
}

.category__institution .test-overview:before,
.category__institution .do-test {
	border: 1px solid #0e3c78;
	background-color: #0e3c78;
}

.category__institution .test-overview:before {
	color: #0e3c78;
}

.category__association .test-overview:before,
.category__association .do-test {
	border: 1px solid #8da2bf;
	background-color: #8da2bf;
}

.category__association .test-overview:before {
	color: #8da2bf;
}

/* TILES POPUP */
.background-popup {
	position: fixed;
	overflow: scroll;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 100;
	left: 0;
    top: 0;
}

.tiles-popup-prospect {
	position: relative;
	padding: 20px 30px 10px;
	margin: 0 auto;
	height: auto;
	max-width: 768px;
	background-color: #ffffff;
	margin-bottom: 20px;
}

.tiles-popup-inscription {
	position: relative;
	padding: 50px 10px 15px;
	margin: 0 auto;
	height: auto;
	width: 570px;
	background-color: #ffffff;
}

.tiles-popup-inscription {
	top: 80px;
}

.tiles-popup-prospect {
	top: 20px;
}

.tiles-popup-inscription h2 {
	font-size: 1.4rem;
	margin-bottom: 0;
}

.tiles-popup-inscription > h2,
.tiles-popup-inscription > p {
	text-align: center
}

.prospect-login p {
	margin-bottom: 5px;
    font-size: 0.8rem !important;
    color: #364656 !important;
}

.prospect-header p,
.prospect-member p,
.prospect-discover p {
	margin-bottom: 0;
	font-size: 1rem !important;
	font-family: 'Roboto', serif !important;
	color: #364656 !important;
}

.prospect-discover p,
.prospect-discover h2,
.prospect-started h2 {
	text-align: center;
}

.prospect-video {
	padding: 20px 0;
	border-bottom: 1px solid #dadbdd;
}

.prospect-form .ui-input-text {
	display: inline-block;
	margin-right: 15px;
}

.prospect-login .prospect-form .ui-input-text {
	width: 36%;
}

.prospect-member .prospect-form .ui-input-text {
	width: 60%;
}

.prospect-started .prospect-form .ui-input-text {
	width: 300px;
}

.popup-form {
	padding: 0 70px;
	margin-bottom: 10px;
}

.popup-form h2 {
	margin-bottom: 5px;
}

.popup-form label {
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 0.8rem;
	text-transform: uppercase;
	color: #364656;
}

.prospect-login {
	border-bottom: 1px solid #dadbdd;
    padding-bottom: 20px;
}

.prospect-header {
	padding: 10px 0;
    border-bottom: 1px solid #dadbdd;
}

.prospect-member {
	padding: 30px 0 20px;
    border-bottom: 1px solid #dadbdd;
}

.prospect-discover {
	padding: 30px 0;
	border-bottom: 1px solid #dadbdd
}

.prospect-started {
	padding-top: 30px;
}

.prospect-started p {
	font-size: 0.8rem !important;
	color: #364656 !important;
}

.prospect-form.centered {
	margin: 15px auto 0;
	width: 55%;
}

.prospect-header h1 {
	margin-bottom: 0;
	font-size: 2.5rem;
}

.prospect-member h2,
.prospect-discover h2,
.prospect-started h2 {
	font-size: 1.5rem;
	margin-bottom: 0;
}

.discover-lists {
	margin-top: 10px;
	margin-bottom: 15px;
}

.discover-lists h2 {
	text-align: left;
	text-decoration: underline;
	margin-bottom: 15px;
}

.discover-lists + h2 {
	text-decoration: underline;
	margin-bottom: 15px;
}

.discover-brand {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

.discover-brand h2 {
	text-decoration: underline;
	margin-bottom: 15px;
}

.discover-brand ul {
	list-style: none;
	display: table-row;
}

.discover-brand ul > li {
	display: table-cell;
}

.discover-brand ul > li > img {
	display: block;
	margin: 0 auto;
}

.discover-lists ul {
	list-style: none;
}

.discover-lists ul > li {
	font-size: 1rem;
	position: relative;
	margin-left: 15px;
	margin-bottom: 2px;
}

.discover-lists ul > li:after {
	content: '';
	width: 15px;
	height: 12px;
	position: absolute;
	top: 6px;
	left: -32px;
	background-image: url('/img/tiles/check-discover.png');
	background-repeat: no-repeat;
}

.prospect-header img {
	float: right;
}

.prospect-header > div:first-child {
	margin-top: 30px;
} 

.prospect-form a {
	text-align: left;
	font-size: 0.8rem !important;
    color: #364656 !important;
    text-decoration: underline;
    padding-left: 10px;
}

.prospect-form .rememberme {
	float: right;
    position: relative;
    right: 0px;
    font-size: 13px;
    top: 10px;
}

.popup-form input[type=text] {
	border: 1px solid #cbccce;
	background-color: #e1e6ec;
	padding: 0 12px;
	font-size: 0.9rem;
}

.prospect-form input[type=text],
.prospect-form input[type=password] {
	border: 1px solid #cbccce;
	background-color: #e1e6ec;
	padding: 0 12px;
	font-size: 0.9rem;
	margin: 10px 0;
}

.popup-form input[type=text]::-webkit-input-placeholder {
	font-style: initial;
    font-size: 0.9rem;
    color: #71767c;
}

.popup-form input[type=text]::-moz-input-placeholder {
	font-style: initial;
    font-size: 0.9rem;
    color: #71767c;
}

.popup-form input[type=text]:-moz-input-placeholder {
	font-style: initial;
    font-size: 0.9rem;
    color: #71767c;
}

.popup-form input[type=text]:-ms-input-placeholder {
	font-style: initial;
    font-size: 0.9rem;
    color: #71767c;
}

.prospect-form input[type=text]::-webkit-input-placeholder,
.prospect-form input[type=password]::-webkit-input-placeholder {
	font-style: initial;
    font-size: 0.9rem;
    color: #71767c;
}

.prospect-form input[type=text]::-moz-input-placeholder,
.prospect-form input[type=password]::-moz-input-placeholder {
	font-style: initial;
    font-size: 0.9rem;
    color: #71767c;
}

.prospect-form input[type=text]:-moz-input-placeholder,
.prospect-form input[type=password]:-moz-input-placeholder {
	font-style: initial;
    font-size: 0.9rem;
    color: #71767c;
}

.prospect-form input[type=text]:-ms-input-placeholder,
.prospect-form input[type=tpassword]:-ms-input-placeholder {
	font-style: initial;
    font-size: 0.9rem;
    color: #71767c;
}

.button.popup {
	border-color: #82dff4;
	width: 100%;
    padding: 10px 70px 12px;
    background-color: #82dff4;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 2px;
    margin: 5px 0 10px;
}

.sales-conditions {
	padding: 0 5px;
}

.sales-conditions p {
	display: inline;
	font-style: italic;
	line-height: 20px;
	color: #71767c;
}

.info-mark {
  display: inline;
  margin-left: 4px;
  cursor: pointer;
}

.popup-footer {
	text-align: center;
}

.popup-footer p:nth-child(2) {
	color: #82dff4 !important;
    font-weight: bold;
    margin-right: 20px;
}

.popup-footer p:nth-child(3) {
	font-weight: bold;
}

.close-popup {
	position: absolute;
	top: 15px;
	right: 18px;
	background: url('/img/tiles/popup-close.png');
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}

.validate-icon {
	margin: 20px auto;
	display: block;
}

.apm-brand {
	margin-bottom: 10px;
	padding: 20px 0;
	border-top: 1px solid #dadbdd;
	border-bottom: 1px solid #dadbdd;
}

#small-apmhe-logo {
	display: block;
    margin: 20px 0 25px;
    text-align: center;
}

.brand {
	padding: 15px 10px;
	border: 1px solid #f6f6f6;
	margin-bottom: 10px;
	background-color: #ffffff;
}

.brand img {
	display: block;
	margin: 0 auto;
	height: auto;/*75px;*/
}

.popup-links {
	display: table;
	list-style: none;
	margin: 0 auto
}

.prospect-links {
	margin-top: 20px;
    display: table;
    width: 100%;
}

.prospect-links > ul {
	list-style-type: none;
    display: table-row;
}

.prospect-links > ul > li {
	display: table-cell;
	width: 16%;
}

.prospect-links ul > li > a {
	font-size: 0.8rem;
	color: #364656;
	text-decoration: underline;
	display: block;
	text-align: center;
}

.popup-links > li {
	display: inline-block;
	margin: 0 20px;
}

.popup-links > li > a {
	font-size: 0.7rem;
	color: #82dff4;
}

.hide-tiles {
	background-color: #ffffff;
	height: 100px;
}

.button.more-tiles {
	width: 200px;
	position: relative;
	top: 30%;
	display: block;
	margin: 0 auto;
	padding: 10px 35px 12px;
	border: 1px solid #82dff4;
    background-color: #82dff4;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 2px;
    margin-bottom: 0;
}

.prospect-button {
	border: 1px solid #82dff4;
    background-color: #82dff4;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 2px;
    margin: 0;
    color: #ffffff;
}

.prospect-button.log-in {
	padding: 11px 35px 12px;
}

.prospect-button.free-trial {
	padding: 11px 45px 12px;
}

/* ------------
	PAGGINATION
   ------------ */

.index-page {
	display: table;
	margin: 30px auto 0;
}

.index-page li {
	padding: 3px 13px;
	display: table-cell;
	margin: 0 15px;
}

.prev > a {
	background-image: url('/img/tiles/arrow_prev.png');
	background-repeat: no-repeat;
	width: 17px;
	height: 13px;
	display: inline-flex;
}

.prev:hover > a {
	background-image: url('/img/tiles/arrow_prev_hover.png');
}

.next > a {
	background-image: url('/img/tiles/arrow_next.png');
	background-repeat: no-repeat;
	width: 17px;
	height: 13px;
	display: inline-flex;
}

.next:hover > a {
	background-image: url('/img/tiles/arrow_next_hover.png');
}

.number-page a {
	font-size: 1.1rem;
	font-family: 'Roboto', sans-serif;
	color: #979da4;
}

.number-page:hover a {
	color: #1ca8b7;
}

.number-page.active {
	border: 1px solid #82dff4;
	border-radius: 20px;
	background-color: #82dff4;
	pointer-events: none;
    cursor: default;
}

.number-page.active a {
	color: #ffffff;
}

.number-page.active:hover a {
	color: #ffffff;
}

.past-events-list {
	list-style-type: none;
	margin: 0;
}

.past-events-list li {
	display: inline-block;
}

.left-bar {
	border-top: 1px solid #364656;
	width: 35%;
}

.past-events-link {
	width: 30%;
}

.past-events-link > a {
	display: block;
	text-align: center;
	color: #82dff4;
    font-weight: bold;
    text-transform: uppercase;
}

.past-events-link  img {
	margin-right: 10px;
}

.right-bar {
	border-top: 1px solid #364656;
	width: 35%;
}

.tile.category__story:hover .tile-overview .title-wrapper-two,
.tile.category__story:hover .tile-overview .title-wrapper-one,
.tile.category__story_picture:hover .tile-overview .title-wrapper-two,
.tile.category__story_picture:hover .tile-overview .title-wrapper-one,
.tile.category__briefing:hover .tile-overview .title-wrapper-two,
.tile.category__briefing:hover .tile-overview .title-wrapper-one,
.tile.category__briefing_picture:hover .tile-overview .title-wrapper-two,
.tile.category__briefing_picture:hover .tile-overview .title-wrapper-one,
.tile.category__folder_picture:hover .tile-overview .title-wrapper-two,
.tile.category__folder_picture:hover .tile-overview .title-wrapper-one,
.tile.category__press_review_picture:hover .tile-overview .title-wrapper-two,
.tile.category__press_review_picture:hover .tile-overview .title-wrapper-one,
.tile.category__brief:hover .tile-overview .title-wrapper-two,
.tile.category__brief:hover .tile-overview .title-wrapper-one,
.tile.category__folder:hover .tile-overview .title-wrapper-two,
.tile.category__folder:hover .tile-overview .title-wrapper-one {
	display: none;
}

.display-as-list .tile.category__story:hover .tile-overview .title-wrapper-two,
.display-as-list .tile.category__story:hover .tile-overview .title-wrapper-one,
.display-as-list .tile.category__story_picture:hover .tile-overview .title-wrapper-two,
.display-as-list .tile.category__story_picture:hover .tile-overview .title-wrapper-one,
.display-as-list .tile.category__briefing:hover .tile-overview .title-wrapper-two,
.display-as-list .tile.category__briefing:hover .tile-overview .title-wrapper-one,
.display-as-list .tile.category__briefing_picture:hover .tile-overview .title-wrapper-two,
.display-as-list .tile.category__briefing_picture:hover .tile-overview .title-wrapper-one,
.display-as-list .tile.category__folder_picture:hover .tile-overview .title-wrapper-two,
.display-as-list .tile.category__folder_picture:hover .tile-overview .title-wrapper-one,
.display-as-list .tile.category__press_review_picture:hover .tile-overview .title-wrapper-two,
.display-as-list .tile.category__press_review_picture:hover .tile-overview .title-wrapper-one,
.display-as-list .tile.category__brief:hover .tile-overview .title-wrapper-two,
.display-as-list .tile.category__brief:hover .tile-overview .title-wrapper-one,
.display-as-list .tile.category__folder:hover .tile-overview .title-wrapper-two,
.display-as-list .tile.category__folder:hover .tile-overview .title-wrapper-one {
	display: block;
}

/* ------------
	RESPONSIVE
   ------------ */
@media screen and (min-width: 40em) {
	.vertical-ellipsis {
		content: '';
		background-image: url('/img/tiles/vertical-ellipsis.png');
		background-repeat: no-repeat;
		width: 16px;
		height: 16px;
		position: absolute;
		top: 50%;
		right: 12px;
	}

	.tile:hover .list-paragraphe-wrapper,
	.tile:hover .tile-paragraphe-wrapper {
		visibility: visible !important;
	}

	.new-news:hover {
		background-color: #f0f2f5;
		color: #82dff4;
		border-color: #82dff4;
	}

	.new-news:hover:after {
		background-image: url('/img/tiles/refresh_hover.svg');
	}

	.btn-up:hover {
		background-image: url('/img/tiles/haut-hover.svg');
	}

	.btn-down:hover {
		background-image: url('/img/tiles/bas-hover.svg');
	}

	/* Couleurs spécifiques de la barre du haut de chaque tuile déjà visitée */
	.tile.category__press_review:hover > .tile-link:before,
	.tile.category__press_review:hover > .tile-link::before {
		background-color: #434ee3 !important;
	}
	.tile.category__brief:hover > .tile-link:before,
	.tile.category__brief:hover > .tile-link::before {
		background-color: #ef5688 !important;
	}
	.tile.category__agenda:hover > .tile-link:before,
	.tile.category__agenda:hover > .tile-link::before {
		background-color: #a250a2 !important;
	}

	.tile.category__story:hover > .tile-link:before,
	.tile.category__story:hover > .tile-link::before {
		background-color: #82dff4 !important;
	}

	.tile.category__story_picture:hover > .tile-link:before,
	.tile.category__story_picture:hover > .tile-link::before {
		background-color: #82dff4 !important;
	}
	
	.tile.category__briefing:hover > .tile-link:before,
	.tile.category__briefing:hover > .tile-link::before {
		background-color: #004cb0 !important;
	}

	.tile.category__briefing_picture:hover > .tile-link:before,
	.tile.category__briefing_picture:hover > .tile-link::before {
		background-color: #004cb0 !important;
	}
	
	.tile.category__folder_picture:hover > .tile-link:before,
	.tile.category__folder_picture:hover > .tile-link::before {
		background-color: #80cc81 !important;
	}
	
	.tile.category__press_review_picture:hover > .tile-link:before,
	.tile.category__press_review_picture:hover > .tile-link::before {
		background-color: #434ee3 !important;
	}	

	.tile.category__folder:hover > .tile-link:before,
	.tile.category__folder:hover > .tile-link::before {
		background-color: #80cc81 !important;
	}


	.display-as-tiles .tile.category__press_review:hover h1 {
		color: #434ee3;
	}
	.display-as-tiles .tile.category__brief:hover h1 {
		color: #ef5688;
	}
	.display-as-tiles .tile.category__story:hover h1 {
		color: #82dff4;
	}
	
	.display-as-tiles .tile.category__agenda:hover h1 {
		color: #a250a2;
	}
	.display-as-tiles .tile.category__briefing:hover h1 {
		color: #004cb0;
	}
	.display-as-tiles .tile.category__folder:hover h1 {
		color: #80cc81;
	}

	.large-3 .category__press_review:hover .tile-overview h1,
	.large-3 .category__story:hover .tile-overview h1,
	.large-3 .category__story_picture:hover .tile-overview h1,
	.large-3 .category__briefing:hover .tile-overview h1,
	.large-3 .category__briefing_picture:hover .tile-overview h1,
	.large-3 .category__folder_picture:hover .tile-overview h1,
	.large-3 .category__press_review_picture:hover .tile-overview h1,
	.large-3 .category__brief:hover .tile-overview h1, {
		font-size: 1rem;
	}

	.tile.category__alerte:hover .tags {
		display: block;
	}

	#tiles .tile:hover .abstract {
		display: block;
	}

	.tile-favorite-star:hover {
		opacity: 1;
		filter: alpha(opacity=100);
	}

	/* Retrait des tags en liste */
	.display-as-list .category__press_review:hover .tags,
	.display-as-list .category__brief:hover .tags,
	.display-as-list .category__story:hover .tags,
	.display-as-list .category__story_picture:hover .tags,
	.display-as-list .category__briefing:hover .tags,
	.display-as-list .category__briefing_picture:hover .tags,
	.display-as-list .category__folder_picture:hover .tags,
	.display-as-list .category__press_review_picture:hover .tags,
	.display-as-list .category__agenda:hover .tags,
	.display-as-list .category__folder:hover .tags {
		display: none;
	}

	/* Texte des tuiles normales (en liste) */
	.display-as-list .tile.category__brief:hover h1 {
		color: #ef5688;
	}
	.display-as-list .tile.category__agenda:hover h1 {
		color: #a250a2;
	}
	.display-as-list .tile.category__story:hover h1 {
		color: #82dff4;
	}
	.display-as-list .tile.category__story_picture:hover h1 {
		color: #82dff4;
	}
	.display-as-list .tile.category__briefing:hover h1 {
		color: #004cb0;
	}
	.display-as-list .tile.category__briefing_picture:hover h1 {
		color: #004cb0;
	}
	.display-as-list .tile.category__folder_picture:hover h1 {
		color: #80cc81;
	}
	.display-as-list .tile.category__press_review_picture:hover h1 {
		color: #434ee3;
	}
	.display-as-list .tile.category__folder:hover h1 {
		color: #80cc81;
	}
	.display-as-list .tile.category__press_review:hover h1 {
		color: #434ee3;
	}

	.button.login:hover {
		background-color: #364656;
		color: #e1e6ec;
	}

	.button.start-test:hover, .button.start-test-large:hover {
		background-color: #ffffff;
		color: #82dff4;
	}

	.category__structure .do-test:hover {
		color: #5e8cc2;
	}

	.category__entreprise .do-test:hover {
		color: #355d90;
	}

	.category__institution .do-test:hover {
		color: #0e3c78;
	}

	.category__association .do-test:hover {
		color: #8da2bf;
	}

	.category__association .do-test:hover,
	.category__institution .do-test:hover,
	.category__entreprise .do-test:hover,
	.category__structure .do-test:hover {
		background-color: #ffffff;
	}

	.button-more-tiles:hover {
		background-color: #ffffff;
		color: #82dff4;
	}

	.metadata-date:hover > a {
		text-decoration: underline;
	}

	.press-list > li > a:visited {
		color: #848e98;
	}
	
	.press-list > li:hover > a:visited {
		color: #5a6067;
	}

	.press-list > li:hover > a {
		color: #434ee3;
	}

	.number-page a:hover {
		color: #1ca8b7;
	}

	.button.popup:hover {
	    color: #82dff4;
	    background-color: #ffffff
	}

	.prospect-button:hover {
		color: #82dff4;
		background-color: #ffffff;
	}
}	

@media screen and (min-width: 1024px) {

	.display-as-tiles .depeche-background {
		z-index: 1;
		position: absolute;
		width: 100%;
		height: 100%;
		display: block;
		top: 0;
		left: 0;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.display-as-tiles .depeche-background:after {
		content: '';
		display: block;
		position: absolute;
	    z-index: 2;
	    background-color: #1ca8b7;
	    width: 100%;
	    height: 100%;
	    opacity: 0.5;
	    top: 0;
	    left: 0;
	}

	.display-as-tiles .tile.category__story_picture .tile-link h1, .display-as-tiles .tile.category__folder_picture .tile-link h1, .display-as-tiles .tile.category__press_review_picture .tile-link h1, .display-as-tiles .tile.category__briefing_picture .tile-link h1 {
		color: #ffffff;
	}

	.display-as-tiles .tile.category__story_picture .tile-link:visited h1, .display-as-tiles .tile.category__folder_picture .tile-link:visited h1, .display-as-tiles .tile.category__press_review_picture .tile-link:visited h1, .display-as-tiles .tile.category__briefing_picture .tile-link:visited h1 {
		color: #ffffff;
	}

	.display-as-tiles .category__story_picture .tile-link .tags > .tag, .display-as-tiles .category__folder_picture .tile-link .tags > .tag, .display-as-tiles .category__press_review_picture .tile-link .tags > .tag, .display-as-tiles .category__briefing_picture .tile-link .tags > .tag {
		color: #ffffff !important;
	}

	.display-as-tiles .category__story_picture .tile-link .tags > .tag > h4, .display-as-tiles .category__folder_picture .tile-link .tags > .tag > h4, .display-as-tiles .category__press_review_picture .tile-link .tags > .tag > h4, .display-as-tiles .category__briefing_picture .tile-link .tags > .tag > h4 {
		color: #ffffff !important;
	}

	.display-as-tiles .category__story_picture .tile-link:visited .tags > .tag, .display-as-tiles .category__folder_picture .tile-link:visited .tags > .tag, .display-as-tiles .category__press_review_picture .tile-link:visited .tags > .tag, .display-as-tiles .category__briefing_picture .tile-link:visited .tags > .tag {
		color: #ffffff !important;
	}

	.display-as-tiles .category__story_picture .tile-link:visited .tags > .tag > h4, .display-as-tiles .category__folder_picture .tile-link:visited .tags > .tag > h4, .display-as-tiles .category__press_review_picture .tile-link:visited .tags > .tag > h4, .display-as-tiles .category__briefing_picture .tile-link:visited .tags > .tag > h4 {
		color: #ffffff !important;
	}

	.display-as-tiles .category__story_picture .paragraphe, .display-as-tiles .category__folder_picture .paragraphe, .display-as-tiles .category__press_review_picture .paragraphe, .display-as-tiles .category__briefing_picture .paragraphe {
		color: #ffffff !important;
	}

	.display-as-tiles .category__story_picture .category-datetime *, .display-as-tiles .category__folder_picture .category-datetime *, .display-as-tiles .category__press_review_picture .category-datetime *, .display-as-tiles .category__briefing_picture .category-datetime * {
		color: #ffffff !important;
	}

	.display-as-tiles .category__story_picture .category-label, .display-as-tiles .category__folder_picture .category-label, .display-as-tiles .category__press_review_picture .category-label, .display-as-tiles .category__briefing_picture .category-label {
		color: #ffffff;
	}

}

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


	@media screen and (min-width: 40em) {
		.category__press_review:hover .tags,
		.category__brief:hover .tags,
		.category__story:hover .tags,
		.category__story_picture:hover .tags,
		.category__briefing:hover .tags,
		.category__briefing_picture:hover .tags,
		.category__folder_picture:hover .tags,
		.category__press_review_picture:hover .tags,
		.category__agenda:hover .tags,
		.category__folder:hover .tags {
			display: none;
		}
	}
	/* SWITCH D'AFFICHAGE DES TUILES */
	.tile-test {
		height: 510px;
	}

	.test-overview {
		height: 65px
	}

	.button.do-test {
		width: 170px;
	}

	#tile-displayers {
		display: none;
	}

	/* DATES SÉPARATRICES DES TUILES */

	/* Gestion de l'affichage des dates séparatrices */
	.tile-date-separator {
		display: block;
	}

	/* RETRAIT DU BOUTON NOUVELLES ACTUALITES */
	.new-news {
		display: none;
	}

	/* MODIFICATIONS SUR TUILES */
	.category-datetime {
		border-bottom: 0 none !important;
	}

	/* CONTENEUR DES TUILES */

	/* Le conteneur a une largeur maximale plus fine en mode liste */
	#content-container #tiles,
	#content-container .header-tiles {
		max-width: 970px !important;
	}

	.header-tiles {
		border-bottom: 1px solid #dadbdd;
		margin-bottom: 20px !important;
	}

	/* LISTE DES TUILES */

	#tiles > .column,
	#tiles > .columns {
		width: 100%;
	}

	/* Hauteurs des tuiles */
	.tile.category__press_review,
	.tile.category__brief,
	.tile.category__story,
	.tile.category__story_picture,
	.tile.category__briefing,
	.tile.category__briefing_picture,
	.tile.category__folder_picture,
	.tile.category__press_review_picture,
	.tile.category__agenda,
	.tile.category__folder {
		height: 190px;
	}

	/* APERÇU DES TUILES */

	.tile-overview {
		height: 113px;
	}

	/* Titres des tuiles */
	.large-6 .tile-overview h1,
	.large-3 .tile-overview h1 {
		padding-right: 20px;
		font-size: 1.3rem;
	}
	
	/* Texte des tuiles normales (en liste) */
	#tiles .large-3 .tile-overview .abstract {
		margin-top: 7px;
		font-size: 1rem;
	}


	/* MÉTADONNÉES DE CHAQUE TUILE */

	.category__press_review .tile-metadata,
	.category__brief .tile-metadata,
	.category__story .tile-metadata,
	.category__story_picture .tile-metadata,
	.category__briefing .tile-metadata,
	.category__briefing_picture .tile-metadata,
	.category__folder_picture .tile-metadata,
	.category__press_review_picture .tile-metadata,
	.category__agenda .tile-metadata,
	.category__folder .tile-metadata {
		height: 55px;
	}

	.left-bar {
		border-top: 1px solid #364656;
		width: 25%;
	}

	.past-events-link {
		width: 50%;
	}

	.right-bar {
		border-top: 1px solid #364656;
		width: 25%;
	}

}

@media screen and (max-width: 40em) {

	.prospect-form .rememberme {
		right: 0px;
	}

	.prospect-form a {
		display: block;
		text-align: right
	}

	.tile-metadata {
		height: 50px !important;
		bottom: 0px !important;
	}

	.country {
		width: auto !important;
	}

	.rubrics {
		position: absolute;
		right: 0;
	    left : 5px !important;
	   //bottom: 8px !important;
	    width: 100%;
	    max-width: 100% !important;
	}

	.rubrics > .rubric {
		float: none !important;
	}


	.tile-overview {
    	padding: 11px 25px 0 8px;
	}

	.tile.category__agenda {
		height: 180px;
	}

	.tile.category__press_review,
	.tile.category__brief,
	.tile.category__story,
	.tile.category__story_picture,
	.tile.category__briefing,
	.tile.category__briefing_picture,
	.tile.category__folder_picture,
	.tile.category__press_review_picture,
	.tile.category__folder {
		height: 115px !important;
	}

	.wrapper-tile-login {
		display: block;
		position: fixed;
	    width: 100%;
	    height: 100%;
	    left: 0;
	    top: 0;
	    z-index: 30;
	    background-color: transparent;
	    -webkit-transform: translateY(-1000px);
		   -moz-transform: translateY(-1000px);
			-ms-transform: translateY(-1000px);
			 -o-transform: translateY(-1000px);
				transform: translateY(-1000px);
		-webkit-transition: transform 1s ease;
		   -moz-transition: transform 1s ease;
			 -o-transition: transform 1s ease;
				transition: transform 1s ease;
	}

	.overlay-tile-login {
		display: none;
		height: 100%;
		width: 100%;
		background-color: transparent;
	}

	.tile-login,
	.mobile-tile-login {
	    width: 100%;
	    background-color: #364656;
    	padding: 80px 20px 70px;
    	height: auto;
    	margin: 0 !important;
	}

	.login-tab {
		background-color: #364656;
		padding: 20px;
		position: relative;
		margin-bottom: 20px;
	}

	.login-tab h2 {
		display: inline-block;
		color: #ffffff;
	    text-align: center;
	    text-transform: uppercase;
	    margin: 0;
	}

	.mobile-tile-login h2 {
		margin-bottom: 20px !important;
		display: block;
		color: #ffffff;
	    text-align: center;
	    text-transform: uppercase;
	    margin: 0;
	}

	.mobile-tile-login a {
		font-size: 0.8rem;
	    color: #ffffff;
	    text-decoration: underline;
	    font-family: 'Roboto', serif;
	}

	.button.mobile-login {
		display: inline-block;
		border: 1px solid #e1e6ec;
	    border-radius: 3px;
	    font-size: 1rem;
	    padding: 12px 15px;
	    margin: 0;
	    background-color: #e1e6ec;
	    color: #364656;
	    font-weight: bold;
	    text-decoration: none;
	    position: absolute;
	    top: 10px;
	    right: 10px;
	}

	.tab-open + .wrapper-tile-login {
		-webkit-transform: translateY(0px);
		   -moz-transform: translateY(0px);
			-ms-transform: translateY(0px);
			 -o-transform: translateY(0px);
				transform: translateY(0px);
	}

	.tab-open + .wrapper-tile-login .overlay-tile-login {
		display: block;
	}

	.mobile-test-box {
		padding: 0;
	}

	.brand img {
		height: 40px;
	}

	.test-box {
		border: 0 none;
	}

	.mail-box {
		/*margin-top: 30px;*/
		padding: 15px 20px !important;
		height: auto;
	}

	.mail-overview {
		height: auto;
	}

	.mail-box-input {
		height: 50px;
	}

	.button.start-test-large {
	    padding: 13px 12px;
	    font-size: 1.2rem;
	}

	.background-popup {
		position: initial;
	    overflow: initial;
	    background-color: transparent;
	    width: inherit;
	    height: inherit;
	}

	.tiles-popup-inscription, .tiles-popup-prospect {
	    position: initial;
	    padding: 10px 15px 15px;
	    margin: 0 auto;
	    height: auto;
	    width: initial;
	    background-color: #ffffff;
	}

	.popup-form {
		padding: 0;
	}

	.tiles-popup-inscription > h2,
	.tiles-popup-inscription > p {
		text-align: left;
	}

	.popup-footer {
		text-align: left;
	}

	.popup-footer p:nth-child(3) {
		float: right;
	}

	.popup-links > li {
	    display: inline-block;
	    margin: 0 14px;
	}

	.btn-up,
	.btn-down,
	.wrapper-press-list {
		display: none;
	}

	.prospect-login .prospect-form .ui-input-text,
	.prospect-member .prospect-form .ui-input-text,
	.prospect-started .prospect-form .ui-input-text {
    	width: 100%;
	}

	.prospect-member h2, .prospect-started h2 {
	    margin-bottom: 10px;
	}

	.prospect-form .ui-input-text {
	    display: block;
	    margin: 0 0 10px 0;
	}

	.prospect-member {
		margin-bottom: 20px;
	}

	.prospect-form.centered {
	    margin: 0;
	    width: 100%;
	}

	.popup-links > li {
	    display: inline;
	}

	.left-bar {
		border-top: 1px solid #364656;
		width: 15%;
	}

	.past-events-link {
		width: 70%;
	}

	.right-bar {
		border-top: 1px solid #364656;
		width: 15%;
	}
}
