@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;
}


/* --------
	AJOUT VUE
   -------- */
.add-view {
	float: right;
    background: url('/img/others/vue_alert.png');
    background-repeat: no-repeat;
    height: 22px;
    width: 20px;
    background-size: 20px;
    position: absolute;
    right: 0;
    top: 12px;
}

.add-view.active {
	background: url('/img/others/vue_alert_ON.png');
	background-repeat: no-repeat;
	background-size: 20px;
}



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


/* Bouton nouvelles actualités */

.new-news {
	padding: 12px 65px 12px 25px;
	position: relative;
	background-color: #1ca8b7;
	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;
}



/* 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;
	background-color: #c5cddb;
	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 #ff9b52;
}

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

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

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

/* Couleurs spécifiques de la barre du haut de chaque tuile */
.category__depeche_picture > .tile-link:before,
.category__depeche_picture > .tile-link::before {
	background-color: #1ca8b7;
}
.category__depeche_default > .tile-link:before,
.category__depeche_default > .tile-link::before {
	background-color: #1ca8b7;
}
.category__breve > .tile-link:before,
.category__breve > .tile-link::before {
	background-color: #80cc81;
}
.category__agenda > .tile-link:before,
.category__agenda > .tile-link::before {
	background-color: #ff9b52;
}

.category__banniere > .tile-link:before,
.category__banniere > .tile-link::before,
.category__job > .tile-link:before,
.category__job > .tile-link::before,
.category__partner > .tile-link:before,
.category__partner > .tile-link::before,
.category__portrait_apmi > .tile-link:before,
.category__portrait_apmi > .tile-link::before   {
	background-color: transparent;
}

.category__synthese_picture > .tile-link:before,
.category__synthese_picture > .tile-link::before {
	background-color: #b43a39;
}

.category__synthese > .tile-link:before,
.category__synthese > .tile-link::before {
	background-color: #b43a39;
}

.category__dossier_picture > .tile-link:before,
.category__dossier_picture > .tile-link::before {
	background-color: #ef5285;
}

.category__dossier > .tile-link:before,
.category__dossier > .tile-link::before {
	background-color: #ef5285;
}
.category__rapport > .tile-link:before,
.category__rapport > .tile-link::before {
	background-color: #3d3ac7;
}
.category__alerte > .tile-link:before,
.category__alerte > .tile-link::before {
	background-color: #b9b9b9;
}
/* 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;
}

.category__banniere .tile-overview,
.category__partner .tile-overview,
.category__portrait_apmi .tile-overview,
.category__job .tile-overview,
.category__breve .tile-overview {
	height: 220px;
}

/* 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: #9aa8c1 !important;
}
.tile-link:visited .tags > .tag > h4 {
	color: #9aa8c1 !important;
}

/* Titre de la synthèse */
.category__synthese .synthesis-title {
	margin-top: 5px;
	color: #b43a39;
	font-size: .9rem;
	font-weight: normal;
}

/* 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;
}

/* Descriptif et logo de l'événement ou du job */
.category__agenda .tile-overview .row,
.category__banniere .tile-overview .row,
.category__job .tile-overview .row {
	margin: 0 !important;
}
.category__agenda .tile-overview .column,
.category__agenda .tile-overview .columns,
.category__banniere .tile-overview .column,
.category__banniere .tile-overview .columns,
.category__job .tile-overview .column,
.category__job .tile-overview .columns {
	padding: 15px 0 0;
}
/* Description du job */
#content-container .category__job .description {
	color: #364656;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: .9rem;
	line-height: 1.3;
	padding-right: 10px;
}

/* 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;
}

.display-as-tiles .category__partner .logo-default,
 .display-as-tiles .category__portrait_apmi .logo-default{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 206px;
}

.display-as-list .category__partner .logo-default,
.display-as-list .category__portrait_apmi .logo-default {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
}

.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__depeche_default .tile-metadata,
.category__depeche_picture .tile-metadata,
.category__synthese .tile-metadata,
.category__synthese_picture .tile-metadata,
.category__dossier .tile-metadata,
.category__dossier_picture .tile-metadata,
.category__rapport .tile-metadata,
.category__agenda .tile-metadata {
	bottom: 10px;
	height: 90px;
}
.category__alerte .tile-metadata {
	position: static;
	height: auto;
}

.category__banniere .tile-metadata,
.category__partner .tile-metadata,
.category__portrait_apmi .tile-metadata,
.category__breve .tile-metadata,
.category__job .tile-metadata {
	bottom: 0;
	height: 30px;
}
.category-datetime {
	position: relative;
}
.category__depeche_default .category-datetime,
.category__depeche_picture .category-datetime,
.category__synthese .category-datetime,
.category__synthese_picture .category-datetime,
.category__dossier .category-datetime,
.category__dossier_picture .category-datetime,
.category__agenda .category-datetime,
.category__rapport .category-datetime {
	margin-bottom: 10px;
	border-bottom: 1px solid #c9caca;
}

.category__rapport .tile-overview p {
	color: #9aa8c1 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 0.9rem !important;
}
/* Icône "nouvel onglet" pour les tuiles TIC Santé */
.category__partner .category-datetime,
.category__portrait_apmi .category-datetime,
.category__job .category-datetime {
	background: transparent url('/img/tiles/tile-external.png') no-repeat top 3px right;
}
.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: 230px;
	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-folder.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-folder.png') no-repeat center;
}

/* Lien vers PDF */
.pdf-link {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 13px;
	margin: 0;
	padding: 0;
	background: transparent url('/img/tiles/pdf-link.png') no-repeat center;
}

/* 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__job .tile-favorite-star,
.category__banniere .tile-favorite-star,
.category__partner .tile-favorite-star,
.category__portrait_apmi .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__depeche_picture  .tile-favorite-star.is-no-favourite,
.category__dossier_picture  .tile-favorite-star.is-no-favourite,
.category__synthese_picture  .tile-favorite-star.is-no-favourite {
	background: transparent url('/img/tiles/tile-star-picture.png') no-repeat center !important;
	opacity: 1 !important;
}

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


.category__depeche_picture  .tile-favorite-locked.is-locked,
.category__dossier_picture  .tile-favorite-locked.is-locked,
.category__synthese_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__depeche_picture  .tile-favorite-locked.is-favorite-locked,
.category__dossier_picture  .tile-favorite-locked.is-favorite-locked,
.category__synthese_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__banniere,
.display-as-list .tile.category__depeche_picture,
.display-as-list .tile.category__depeche_default,
.display-as-list .tile.category__dossier,
.display-as-list .tile.category__dossier_picture,
.display-as-list .tile.category__rapport,
.display-as-list .tile.category__synthese,
.display-as-list .tile.category__synthese_picture,
.display-as-list .tile.category__agenda {
	height: 115px;
}

.display-as-list .tile.category__job {
	height: 155px;
}

.display-as-list .tile.category__breve {
	height: 115px;
}

.display-as-list .tile.category__partner ,
.display-as-list .tile.category__portrait_apmi {
	height: 150px;
}

/* 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 .category__agenda .tile-overview,
.display-as-list .category__banniere .tile-overview,
.display-as-list .category__job .tile-overview {
	height: 140px;
}

/* Descriptif et logo de l'événement ou du job */
.display-as-list .category__agenda .tile-overview .column,
.display-as-list .category__agenda .tile-overview .columns,
.display-as-list .category__banniere .tile-overview .column,
.display-as-list .category__banniere .tile-overview .columns,
.display-as-list .category__job .tile-overview .column,
.display-as-list .category__job .tile-overview .columns {
	padding: 5px 0 0;
}



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

.display-as-list .category__depeche_default .tile-metadata,
.display-as-list .category__depeche_picture .tile-metadata,
.display-as-list .category__breve .tile-metadata,
.display-as-list .category__synthese .tile-metadata,
.display-as-list .category__synthese_picture .tile-metadata,
.display-as-list .category__dossier .tile-metadata,
.display-as-list .category__dossier_picture .tile-metadata,
.display-as-list .category__rapport .tile-metadata,
.display-as-list .category__agenda .tile-metadata {
	height: 25px;
}

/* A voir avec Théophile */
.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;
	text-align: right;
}

.display-as-list .category__rapport .rubrics {
	right: 35px;
}

/* 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', sans-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 #1ca8b7;
	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', sans-serif !important;
	font-size: 1rem !important;
	line-height: 20px !important;
}

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

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

.mail-overview {
	height: 100px;
}

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

.mail-box label {
	color: #1ca8b7;
	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 #1ca8b7;
    background-color: #1ca8b7;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 2px;
    margin-bottom: 0;
}

.button.start-test-large {
	width: 100%;
	padding: 12px;
	border: 1px solid #1ca8b7;
    background-color: #1ca8b7;
    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', sans-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', sans-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-inscription,
.tiles-popup-validate,
.tiles-popup-password {
	position: relative;
	padding: 50px 10px 15px;
	margin: 0 auto;
	height: auto;
	width: 570px;
	background-color: #ffffff;
}

.tiles-popup-password p{
	padding: 0 30px;
}

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

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

.tiles-popup-validate p {
	padding: 0 50px;
	text-align: center;
}

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

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

.popup-form h2 > span {
	font-size: 0.8rem;
	margin-left: 3px;
}

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

.error-input {
	right: 0;
	top: 6px;
	margin-bottom:0;
	color: #ff0000 !important;;
	font-size: 0.9rem !important;;
}

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

.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;
}

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

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

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

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

.popup-footer > p {
	padding: 0;
}

.popup-footer > p > a
{
	color: #1ca8b7 !important;
	font-weight: bold;
    margin-right: 20px;
}

.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;
}

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

.brand img {
	display: block;
	margin: 0 auto;
	height: 83px;
	width: 100%;
}

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

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

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

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

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

/* ------------
	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 #1ca8b7;
	border-radius: 20px;
	background-color: #1ca8b7;
	pointer-events: none;
    cursor: default;
}

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

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

.display-as-list .tile.category__depeche_default:hover .tile-overview .title-wrapper-two,
.display-as-list .tile.category__depeche_default:hover .tile-overview .title-wrapper-one,
.display-as-list .tile.category__depeche_picture:hover .tile-overview .title-wrapper-two,
.display-as-list .tile.category__depeche_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__synthese:hover .tile-overview .title-wrapper-two,
.display-as-list .tile.category__synthese:hover .tile-overview .title-wrapper-one,
.display-as-list .tile.category__synthese_picture:hover .tile-overview .title-wrapper-two,
.display-as-list .tile.category__synthese_picture:hover .tile-overview .title-wrapper-one,
.display-as-list .tile.category__dossier:hover .tile-overview .title-wrapper-two,
.display-as-list .tile.category__dossier:hover .tile-overview .title-wrapper-one,
.display-as-list .tile.category__rapport:hover .tile-overview .title-wrapper-two,
.display-as-list .tile.category__rapport:hover .tile-overview .title-wrapper-one,
.display-as-list .tile.category__dossier_picture:hover .tile-overview .title-wrapper-two,
.display-as-list .tile.category__dossier_picture:hover .tile-overview .title-wrapper-one {
	display: block;
}


/* ------------
	RESPONSIVE
   ------------ */

@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: #178693;/* #1ca8b7; */
	    width: 100%;
	    height: 100%;
	    opacity: 0.5;
	    top: 0;
	    left: 0;
	}

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

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

	.display-as-tiles .tile.category__depeche_picture .tile-link h1,
	.display-as-tiles .tile.category__dossier_picture .tile-link h1,
	.display-as-tiles .tile.category__synthese_picture .tile-link h1 {
		color: #ffffff;
	}

	.display-as-tiles .tile.category__depeche_picture .tile-link:visited h1,
	.display-as-tiles .tile.category__dossier_picture .tile-link:visited h1,
	.display-as-tiles .tile.category__synthese_picture .tile-link:visited h1 {
		color: #ffffff;
	}

	.display-as-tiles .category__depeche_picture .tile-link .tags > .tag,
	.display-as-tiles .category__dossier_picture .tile-link .tags > .tag
	.display-as-tiles .category__synthese_picture .tile-link .tags > .tag {
		color: #ffffff !important;
	}
	.display-as-tiles .category__depeche_picture .tile-link .tags > .tag > h4,
	.display-as-tiles .category__dossier_picture .tile-link .tags > .tag > h4,
	.display-as-tiles .category__synthese_picture .tile-link .tags > .tag > h4 {
		color: #ffffff !important;
	}

	.display-as-tiles .category__depeche_picture .tile-link:visited .tags > .tag,
	.display-as-tiles .category__dossier_picture .tile-link:visited .tags > .tag,
	.display-as-tiles .category__synthese_picture .tile-link:visited .tags > .tag {
		color: #ffffff !important;
	}
	.display-as-tiles .category__depeche_picture .tile-link:visited .tags > .tag > h4,
	.display-as-tiles .category__dossier_picture .tile-link:visited .tags > .tag > h4,
	.display-as-tiles .category__synthese_picture .tile-link:visited .tags > .tag > h4 {
		color: #ffffff !important;
	}

	.display-as-tiles .category__depeche_picture .paragraphe,
	.display-as-tiles .category__dossier_picture .paragraphe,
	.display-as-tiles .category__synthese_picture .paragraphe {
		color: #ffffff !important;
	}

	.display-as-tiles .category__depeche_picture .category-datetime *,
	.display-as-tiles .category__dossier_picture .category-datetime *,
	.display-as-tiles .category__synthese_picture .category-datetime * {
		color: #ffffff !important;
	}
	.display-as-tiles .category__depeche_picture .category-label,
	.display-as-tiles .category__dossier_picture .category-label,
	.display-as-tiles .category__synthese_picture .category-label {
		color: #ffffff;
	}
}


@media screen and (min-width: 40em) {
	.tile.category__depeche_picture:hover .tile-overview .title-wrapper-two,
	.tile.category__depeche_picture:hover .tile-overview .title-wrapper-one,
	.tile.category__depeche_default:hover .tile-overview .title-wrapper-two,
	.tile.category__depeche_default:hover .tile-overview .title-wrapper-one,
	.tile.category__dossier:hover .tile-overview .title-wrapper-two,
	.tile.category__dossier:hover .tile-overview .title-wrapper-one,
	.tile.category__dossier_picture:hover .tile-overview .title-wrapper-two,
	.tile.category__dossier_picture:hover .tile-overview .title-wrapper-one {
		display: none;
	}

	.tile.category__depeche_picture:hover .tags,
	.tile.category__depeche_picture:hover .tags,
	.tile.category__depeche_default:hover .tags,
	.tile.category__depeche_default:hover .tags,
	.tile.category__dossier_picture:hover .tags,
	.tile.category__dossier_picture:hover .tags,
	.tile.category__dossier:hover .tags,
	.tile.category__dossier:hover .tags {
		display: none;
	}

	.new-news:hover {
		background-color: #f0f2f5;
		color: #1ca8b7;
		border-color: #1ca8b7;
	}

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

	/* Couleurs spécifiques de la barre du haut de chaque tuile déjà visitée */
	.tile.category__depeche_picture:hover > .tile-link:before,
	.tile.category__depeche_picture:hover > .tile-link::before {
		background-color: #1ca8b7 !important;
	}
	.tile.category__depeche_default:hover > .tile-link:before,
	.tile.category__depeche_default:hover > .tile-link::before {
		background-color: #1ca8b7 !important;
	}
	.tile.category__breve:hover > .tile-link:before,
	.tile.category__breve:hover > .tile-link::before {
		background-color: #80cc81 !important;
	}
	.tile.category__agenda:hover > .tile-link:before,
	.tile.category__agenda:hover > .tile-link::before {
		background-color: #ff9b52 !important;
	}

	.tile.category__banniere:hover > .tile-link:before,
	.tile.category__banniere:hover > .tile-link::before {
		border-color: #ff9b52 !important;
	}

	.tile.category__job:hover > .tile-link:before,
	.tile.category__job:hover > .tile-link::before {
		border-color: #a24ea3 !important;
	}
	.tile.category__synthese:hover > .tile-link:before,
	.tile.category__synthese:hover > .tile-link::before {
		background-color: #b43a39 !important;
	}
	.tile.category__synthese_picture:hover > .tile-link:before,
	.tile.category__synthese_picture:hover > .tile-link::before {
		background-color: #b43a39 !important;
	}
	.tile.category__partner:hover > .tile-link:before,
	.tile.category__partner:hover > .tile-link::before {
		border-color: #bcb1ab !important;
	}
	.tile.category__portrait_apmi:hover > .tile-link:before,
	.tile.category__portrait_apmi:hover > .tile-link::before {
		border-color: #bcb1ab !important;
	}
	.tile.category__dossier:hover > .tile-link:before,
	.tile.category__dossier:hover > .tile-link::before {
		background-color: #ef5285 !important;
	}
	.tile.category__dossier_picture:hover > .tile-link:before,
	.tile.category__dossier_picture:hover > .tile-link::before {
		background-color: #ef5285 !important;
	}
	.tile.category__rapport:hover > .tile-link:before,
	.tile.category__rapport:hover > .tile-link::before {
		background-color: #3d3ac7 !important;
	}

	.display-as-tiles .tile.category__depeche_default:hover h1 {
		color: #1ca8b7;
	}

	.display-as-tiles .tile.category__breve:hover h1 {
		color: #80cc81;
	}
	.display-as-tiles .tile.category__agenda:hover h1,
	.display-as-tiles .tile.category__banniere:hover h1 {
		color: #ff9b52;
	}
	.display-as-tiles .tile.category__job:hover h1 {
		color: #a24ea3;
	}
	.display-as-tiles .tile.category__synthese:hover h1 {
		color: #b43a39;
	}
	.display-as-tiles .tile.category__synthese_picture:hover h1 {
		color: #b43a39;
	}
	.display-as-tiles .tile.category__partner:hover h1 {
		color: #bcb1ab;
	}
		.display-as-tiles .tile.category__portrait_apmi:hover h1 {
		color: #bcb1ab;
	}
	.display-as-tiles .tile.category__dossier:hover h1 {
		color: #ef5285;
	}
	.display-as-tiles .tile.category__dossier_picture:hover h1 {
		color: #ef5285;
	}
	.display-as-tiles .tile.category__rapport:hover h1 {
		color: #3d3ac7;
	}


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

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

	/* Retrait des tags en liste */
	.display-as-list .category__depeche_picture:hover .tags,
	.display-as-list .category__depeche_default:hover .tags,
	.display-as-list .category__dossier:hover .tags,
	.display-as-list .category__dossier_picture:hover .tags,
	.display-as-list .category__rapport:hover .tags {
		display: none;
	}

	/* Texte des tuiles normales (en liste) */
	.display-as-list .tile.category__depeche_default:hover h1 {
		color: #1ca8b7;
	}

	.display-as-list .tile.category__depeche_picture:hover h1 {
		color: #1ca8b7;
	}

	.display-as-list .tile.category__breve:hover h1 {
		color: #80cc81;
	}
	.display-as-list .tile.category__agenda:hover h1,
	.display-as-list .tile.category__banniere:hover h1 {
		color: #ff9b52;
	}
	.display-as-list .tile.category__job:hover h1 {
		color: #a24ea3;
	}
	.display-as-list .tile.category__synthese:hover h1 {
		color: #b43a39;
	}
	.display-as-list .tile.category__synthese_picture:hover h1 {
		color: #b43a39;
	}
	.display-as-list .tile.category__partner:hover h1 {
		color: #bcb1ab;
	}
	.display-as-list .tile.category__portrait_apmi:hover h1 {
		color: #bcb1ab;
	}
	.display-as-list .tile.category__dossier:hover h1 {
		color: #ef5285;
	}
	.display-as-list .tile.category__dossier_picture:hover h1 {
		color: #ef5285;
	}
	.display-as-list .tile.category__rapport:hover h1 {
		color: #3d3ac7;
	}

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

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

	.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: #1ca8b7;
	}

	.metadata-date-revision  {
		font-weight: bold;
		/*color: blue; *//*#BF0000;*/
	}
	.metadata-date-revision > a {
		font-weight: bold;
		/*color: blue; *//*#BF0000;*/
	}
	.metadata-time-revision  {
		font-weight: bold;
        /*color: blue; *//*#BF0000;*/
	}

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

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

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

	@media screen and (min-width: 40em) {
		.category__depeche_picture:hover .tags,
		.category__depeche_default:hover .tags,
		.category__breve:hover .tags,
		.category__dossier:hover .tags,
		.category__dossier_picture:hover .tags,
		.category__rapport:hover .tags {
			display: none;
		}

		.display-as-tiles .tile.category__depeche_picture:hover h1 {
			color: #1ca8b7;
		}

	}
	/* SWITCH D'AFFICHAGE DES TUILES */
	.tile-test {
		height: 510px;
	}

	.test-overview {
		height: 65px
	}

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

	#tile-displayers {
		display: none;
	}

	.display-as-tiles .category__depeche_picture .tile-favorite-star,
	.display-as-list .category__depeche_picture .tile-favorite-star {
		background: transparent url('/img/tiles/tile-star.png') no-repeat center;
		opacity: .6;
	}

	.display-as-tiles .category__dossier_picture .tile-favorite-star,
	.display-as-list .category__dossier_picture .tile-favorite-star {
		background: transparent url('/img/tiles/tile-star.png') no-repeat center;
		opacity: .6;
	}

	.display-as-tiles .category__synthese_picture .tile-favorite-star,
	.display-as-list .category__synthese_picture .tile-favorite-star {
		background: transparent url('/img/tiles/tile-star.png') no-repeat center;
		opacity: .6;
	}

	/* 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%;
	}

	/* 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;
	}

	/* Descriptif et logo de l'événement ou du job */
	.category__agenda .tile-overview .column,
	.category__agenda .tile-overview .columns,
	.category__banniere .tile-overview .column,
	.category__banniere .tile-overview .columns,
	.category__job .tile-overview .column,
	.category__job .tile-overview .columns {
		padding: 5px 0 0;
	}



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

	.category__depeche_picture .tile-metadata,
	.category__depeche_default .tile-metadata,
	.category__breve .tile-metadata,
	.category__synthese .tile-metadata,
	.category__synthese_picture .tile-metadata,
	.category__dossier .tile-metadata,
	.category__dossier_picture .tile-metadata,
	.category__rapport .tile-metadata,
	.category__agenda .tile-metadata {
		height: 25px;
	}

	.rubrics {
		position: absolute;
		right: 5px;
		bottom: 7px;
		max-width: 70%;
		max-height: 20px;
	}

	.rubrics > .rubric {
		/* float: right; */
	}

	.category__rapport .rubrics {
		right: 35px;
	}

	.tile-metadata {
		overflow: visible;
	}
}

@media screen and (max-width: 40em) {
	/* TUILES */
	.tile-overview {
		padding: 12px 12px 0
	}

	.tile-overview h1 {
		font-size: 1rem !important;
	}

	.tile.category__depeche_default,
	.tile.category__depeche_picture,
	.tile.category__dossier,
	.tile.category__dossier_picture,
	.tile.category__breve,
	.tile.category__synthese,
	.tile.category__synthese_picture,
	.tile.category__rapport {
		height: 145px !important;
	}

	.tile-metadata {
		padding: 0 14px !important;
	}

	.tile.category__depeche_default .tile-metadata,
	.tile.category__depeche_picture .tile-metadata,
	.tile.category__dossier .tile-metadata,
	.tile.category__dossier_picture .tile-metadata,
	.tile.category__synthese .tile-metadata,
	.tile.category__synthese_picture .tile-metadata,
	.tile.category__rapport .tile-metadata,
	.tile.category__agenda .tile-metadata   {
		bottom: 25px !important;
	}

	.tile.category__depeche_default .rubrics,
	.tile.category__depeche_picture .rubrics,
	.tile.category__dossier .rubrics,
	.tile.category__dossier_picture .rubrics,
	.tile.category__synthese .rubrics,
	.tile.category__synthese_picture .rubrics,
	.tile.category__rapport .rubrics,
	.tile.category__agenda .rubrics {
		top: 22px;
		max-width: 100%;
		overflow: visible;
		text-align:right;
	}

	#content-container .category__agenda .description,
	#content-container .category__banniere .description,
	#content-container .category__job .description {
		font-size: 0.8rem !important;
	}

	.category__rapport .tile-overview p {
		font-size: 0.8rem !important;
	}

	.category__rapport .rubrics {
	    right: 5px !important;
	}

	.tile-test {
		height: 390px;
	}

	.tags > .tag {
		font-size: 0.8rem !important;
	}

	.test-overview {
		height: 50px;
	}

	.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', sans-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;
	}

	.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-validate {
	    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;
	}

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


.tile.category__banniere .logo-list {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width:100%;
	max-height: 115px;
}

.banniereModeCompacte {
		display:none;
}

@media screen and (max-width: 64em) {
	.large-6 .tile .tile-link{
	 		border: 3px solid #1ca8b7;
    	border-top: none;
    	border-left:8px solid #1ca8b7;
	 	}
	 	.large-6 .tile .tile-metadata{
	 		margin-left:8px;
	 	}
	 	.large-6 .tile .tile-overview .title-wrapper-two{
	 		font-size : 1.1rem !important;
	 	}
}
.display-as-list .large-6 .tile .tile-link{
	 		border: 3px solid #1ca8b7;
    	border-top: none;
    	border-left:8px solid #1ca8b7;
}
.display-as-list .large-6 .tile .tile-metadata{
	 		margin-left:8px;
}
.display-as-list .large-6 .tile .tile-overview .title-wrapper-two{
	font-size : 1.1rem !important;
}