@import url(global.css);
@import url(je-veux.css);
@import url(instagram/pongstagr.am.css);
/* Largeurs de la page d'accueil*/
#carrousel, #sujets-heure, #promo-1 .contenu, .je-veux, #idees-de-sorties-intro, #emplois-intro, .medias-sociaux {
	max-width: 1160px;
	margin: 0 auto;
}
#sujets-heure, #promo-1 .contenu, .je-veux, #idees-de-sorties-contenu, #idees-de-sorties-intro, .emplois-contenu, #emplois-intro, .medias-sociaux {
	padding: 0.6em 1.2em 1.2em;
}

@media (min-width: 1330px) {
	#sujets-heure,  #promo-1 .contenu,  .je-veux,  #idees-de-sorties-contenu,  #idees-de-sorties-intro, .emplois-contenu, .medias-sociaux {
	padding: 1em 1.2em 2em;
	}
}
h2 {
	color: #074b98;
	font-size: 18px;
	text-transform: uppercase;
}
/*
=========================================================================
Bande du haut
 -  Particularité pour la page d'accueil.
=========================================================================
*/
#bande-haut-niv2 {
	border-bottom-color: #325998;
}
#menu-principal > li > a:hover, #menu-principal > li > a.hover {
	border-bottom: 1px solid #325998;
}
/*
=========================================================================
Bandeau défilant (image) (#carrousel)
 -
=========================================================================
*/
#carrousel-wrapper {
	background-color: #212837;
	opacity: 0;
	overflow: hidden;
	position: relative;
}

@media (min-width: 1200px) {
#carrousel-wrapper {
	min-height: 445px;
}
}
#carrousel-fond {
	opacity: 0.15;
	position: absolute;
	width: 75%;
	top: 50%;
	transform: translateY(-50%);
	filter: blur(15px) grayscale(100%);
}

#carrousel a {
	text-decoration: none;
	color: inherit;
}

@media (min-width: 767px) {
#carrousel a {
	width: 100%;
}
}
#carrousel .contenu {
	padding: 0 1.2em 2.4em 25px;
	color: white;
}

@media (min-width: 767px) {
#carrousel .contenu {
	width: 32%;
	padding: 1em 1.2em 2.4em 25px;
}
}

@media (min-width: 1440px) {
#carrousel .contenu {
	width: 31%;
}
}

@media (min-width: 960px) {
#carrousel .contenu {
	padding-top: 1em
}
}

@media (min-width: 1110px) {
#carrousel .contenu {
	padding-top: 2.5em;
	padding-right: 2em
}
}

@media (min-width: 1220px) {
#carrousel .contenu {
	padding-left: 0;
	padding-right: 3em;
}
}

@media (min-width: 1340px) {
#carrousel .contenu {
	padding-top: 3.5em;
	padding-right: 4em
}
}
#carrousel .image > img {
	width: 100%;
	max-height: 445px;
}

@media (min-width: 767px) {
#carrousel .image > img {
	float: right;
	width: 64%
}
}

@media (min-width: 1180px) {
#carrousel .image > img {
	width: 800px;
}
}
/* Carrousel : Titre */
#carrousel h2 {
	color: inherit;
	font-family: "proxima-nova", sans-serif;
	font-size: 1.25em;
	font-weight: normal;
}


@media (min-width: 767px) {
	#carrousel h2 {
		line-height: 1.25em;
		margin-bottom: 5px;
	}
	#carrousel h2.petit {
		font-size: 1.10em;
	}
}

@media (min-width: 912px) {
	#carrousel h2 {
		font-size: 1.35em;
		line-height: 1.45em;
		margin-bottom: 10px;
	}
	#carrousel h2.petit {
		font-size: 1.20em;

	}
}

@media (min-width: 1340px) {
	#carrousel h2 {
		font-size: 1.45em;
	}
	#carrousel h2.petit {
		font-size: 1.30em;
	}
}

@media (min-width: 1440px) {
	#carrousel h2 {
		font-size: 1.60em;
	}
	#carrousel h2.petit {
		font-size: 1.45em;
	}
}
/* Carrousel : Date */
#carrousel .date {
	color: #cbcbcb;
	margin-top: 4px;
	font-family: "proxima-nova-medium", sans-serif;
}

@media (max-width: 911px) {
#carrousel p {
	margin-bottom: 5px;
}
}
#carrousel .description {
	font-family: "proxima-nova-medium", sans-serif;
}

@media (min-width: 767px) and (max-width: 911px) {
#carrousel .description {
	font-size: 14px;
}
}
#carrousel ul {
	font-size: 14px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1.5em;
}
#carrousel ul li {
	line-height: 1.1em;
}

@media (min-width: 766px) {
#carrousel ul {
	margin-top: 0.8em;
}
}
#carrousel .btn {
	margin-top: 20px;
}

@media (min-width: 767px) and (max-width: 911px) {
#carrousel .btn {
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
}
}
/* Carrousel : Navigation */
#carrousel #nav, #carrousel #prev, #carrousel #next {
	position: absolute;
	margin: 0;
}
#carrousel #nav {
	bottom: 0;
	color: white;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 150;
}
#carrousel #prev, #carrousel #next {
	display: none;
}

@media (min-width: 767px) {
#carrousel #nav {
	left: 21px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
}

@media (min-width: 960px) {
#carrousel #nav {
	bottom: 1em;
}
}

@media (min-width: 1110px) {
#carrousel #nav {
	bottom: 2em;
}
}

@media (min-width: 1220px) {
#carrousel #nav {
	left: 0;
}
}

@media (min-width: 1340px) {
#carrousel #prev,  #carrousel #next {
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#carrousel #prev {
	left: -4.8em
}
#carrousel #next {
	right: -4.8em
}
}

@media (min-width: 1425px) {
#carrousel #prev {
	left: -6em
}
#carrousel #next {
	right: -6em
}
}

@media (min-width: 1510px) {
#carrousel #prev {
	left: -8em
}
#carrousel #next {
	right: -8em
}
}
/* ancien */
#carrousel #nav > span {
	font-size: 3em;
	cursor: pointer;
	position: relative;
	top: 0;
	right: 0;
	margin: 1px;
	padding: 3px 1px;
}
#carrousel #nav > span.cycle-pager-active {
	color: #108848;
}
/* -- */
#carrousel #nav button {
	font-size: 2.5em;
	cursor: pointer;
	position: relative;
	display: inline-block;
	background: transparent;
	border: none;
	color: white;
	width: 25px;
}
#carrousel #nav button span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
#carrousel #nav .cycle-pager-active {
	color: #108848;
}
#carrousel a.cycle-slide-active:focus {
	outline: 2px dashed rgba(255,255,255,0.5);
}
/*
=========================================================================
Sujets de l'heure (#sujets-heure)
 - Ajuste le visuel des boutons consulter aussi en page d'accueil du site.
=========================================================================
*/
@media (min-width: 766px) {
#sujets-heure h2 {
	margin-bottom: 5px;
}
}
#sujets-heure ul {
	list-style-type: none;
	margin: 0;
}
#sujets-heure ul li {
	margin: 0 0 1em;
}

@media (min-width: 766px) {
.sujets-heure-colonnes {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}
}

@media (min-width: 766px) {
#sujets-heure ul li {
	margin: 0 1em 1em 0;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
}

@media (min-width:1120px) {
#sujets-heure ul li {
	margin: 0 2.5em 1em 0;
}
}
/*
=========================================================================
Je veux (.je-veux)
 - Ajuste le visuel des boutons consulter aussi en page d'accueil du site.
=========================================================================
*/

#je-veux {
	background-color: #f2f2f2;
}
#je-veux hr {
	margin: 2.5em 0 1.5em;
}
#je-veux .RadAjaxPanel .je-veux {
	padding-bottom: 0;
}
body.fr #je-veux > .je-veux {
	padding-top: 0;
}

/* Réécriture d'une partie des btns-consulter parce que l'affichage est différent sur la page d'accueil */
.btns-consulter {
	max-width: calc(100% + 32px);
	padding: 0;
}
.btns-consulter > li {
	border-bottom: 3px solid transparent;
	max-width: none /*inherit*/;
	padding-left: 0;
	padding-right: 0;
}
.btns-consulter > li > a {
	text-transform: none;
}

@media (min-width: 580px) {
.btns-consulter {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	width: calc(100% + 32px);
	margin-left: -16px;
}
.btns-consulter > li {
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
	border: 16px solid transparent;
	border-top-width: 0.5em;
	border-bottom-width: 0.5em;
}
.btns-consulter>li>a {
	min-height: 5em;
}
.btns-consulter>li>a>div {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-right: 1em;
}
}

@media (min-width: 580px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.btns-consulter>li {
	-webkit-flex-basis: auto;
	flex-basis: auto;
	width: 50%;
}
}

@media (min-width: 767px) {
.btns-consulter>li {
	-webkit-flex-basis: 33.33333333333333333%;
	flex-basis: 33.33333333333333333%;
}
.btns-consulter>li>a {
	min-height: 105px;
}
.btns-consulter>li>a[class*="picto-"] {
	padding-left: 28%;
}
.btns-consulter>li>a:before {
	width: 20%;
	left: 4%;
}
}

@media (min-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.btns-consulter>li {
	-webkit-flex-basis: auto;
	flex-basis: auto;
	width: 33.33333333333333333%;
}
}

@media (min-width: 1024px) {
.btns-consulter>li {
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
	min-width: 25%;
	-webkit-flex: 1 1 25%;
	flex: 1 1 25%;
}
}

@media (min-width: 1024px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.btns-consulter>li {
	-webkit-flex-basis: auto;
	flex-basis: auto;
	width: 25%;
}
}
/* Bouton Accéder aux services en ligne */
.btns-consulter>li:last-child>a {
	background-color: #108848;
	color: white;
	transition: background-color 0.2s, color 0.2s;
}
/* Bouton Accéder aux services en ligne */
.btns-consulter>li:last-child>a div {
	padding-right: 3em;
}

@media (min-width: 580px) and (max-width: 766px) {
.btns-consulter>li:last-child>a {
	min-height: 5em;
}
}

@media (min-width: 767px) {
.btns-consulter>li:last-child>a {
	min-height: 105px;
}
}
.btns-consulter>li:last-child>a:hover, .btns-consulter>li:last-child>a:focus {
	background-color: #007236;
	color: white;
}
.btns-consulter>li:last-child>a:active {
	background-color: #007236;
	color: rgba(255,255,255,0.5);
}
.btns-consulter>li:last-child>a:before {
	position: absolute;
	width: 25px;
	height: 100%;
	background-repeat: no-repeat;
	left: 85%;
	background-image: url("../img/pictos/picto-fleche-droite.svg");
	filter: invert(50%) brightness(200%);
}

/*
=========================================================================
Idées de sorties (#idees-de-sorties-contenu)
 - Ajuste le visuel pour les idées de sorties en page d'accueil.
=========================================================================
*/
/* Liens Toutes les activités et grands événements */
@media (min-width: 650px) {
	#idees-de-sorties {
		margin-top: 5em;
		position: relative;
	}
	#idees-de-sorties-intro {
		position: absolute;
		top: -5em;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		overflow: hidden;
		max-width: 1160px;
		width: 100%;
	}
}
#idees-de-sorties-intro h2 {
	display: inline-block;
	position: relative;
	top: 2px;
}

#idees-de-sorties-intro .liens {
	display: block;
	list-style: none;
	font-size: 1em;
	margin: 0;
}
@media (min-width: 650px) {
	#idees-de-sorties-intro .liens {
		display: inline-block;
	}
	#idees-de-sorties-intro .liens li {
		display: inline-block;
		padding-left: 20px;
	}
}
/* 4 idées de sorties */
#idees-de-sorties-contenu {
	max-width: 1975px;
	margin: 0 auto;
}

@media (min-width: 500px) {
#idees-de-sorties-contenu {
	background-color: #0A1018;
	padding: 0;
}
}
#idees-de-sorties-contenu .colonnes-4 {
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#idees-de-sorties-contenu .colonnes-4 .col {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}

@media (min-width: 500px) {
#idees-de-sorties-contenu .colonnes-4 .col {
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}
}

@media (min-width: 900px) {
#idees-de-sorties-contenu .colonnes-4 .col {
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
}
}
#idees-de-sorties-contenu .colonnes-4 a {
	color: white;
	text-decoration: none;
	display: block;
	height: 0;
	padding-bottom: 80% /* 270px;*/;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	margin-bottom: 0.5em;
}

@media (min-width: 500px) {
#idees-de-sorties-contenu .colonnes-4 a {
	padding-bottom: 100%;
	margin-bottom: 0;
}
}

@media (min-width: 1280px) {
#idees-de-sorties-contenu .colonnes-4 a {
	padding-bottom: 315px
}
}
#idees-de-sorties-contenu .colonnes-4 a div {
	position: absolute;
	width: 100%;
	bottom: -7em;
	background: linear-gradient(to bottom, rgba(7,75,152,0.7) 0%, rgba(24,109,183,0.9), rgba(27,75,157,1) 100%);
	background-size: 100% 200%;
	background-position: 0 0;
}
#idees-de-sorties-contenu .colonnes-4 a:hover div {
	bottom: -15px !important;
	background-position: 0 100%;
}
#idees-de-sorties-contenu .colonnes-4 h3 {
	color: white;
	font-weight: normal;
	font-size: 1.1em;
	padding: 10px 25px 0 10px;
	margin: 0 42px 0 0;
	position: relative;
	width: 100%;
}
#idees-de-sorties-contenu .colonnes-4 p {
	font-size: 95%;
	color: white;
	padding: 3px 10px;
	padding-right: 40px;
	line-height: 1.2em;
}
/* Active */
#idees-de-sorties-contenu .colonnes-4 a:active h3, #idees-de-sorties-contenu .colonnes-4 a:active p {
	opacity: 0.8
}


/*
=========================================================================
Emplois
 - Ajuste le visuel pour les emplois en page d'accueil.
=========================================================================
*/
@media (min-width: 650px) {
	#emplois {
		margin-top: 0;
		position: relative;
		margin-bottom: 1em;
	}
}


/* 4 offres d'emploi */
.emplois-contenu {
	margin: 0 auto;
}

@media (min-width: 500px) {
	.emplois-contenu {
		padding: 0;
	}
}
#emplois .colonnes-4 {
	max-width: 1122px;
    margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#emplois .col {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	flex-basis: 100%;
}
@media (min-width: 500px) {
	#emplois .col {
		flex-basis: 50%;
	}
}
@media (min-width: 960px) {
	#emplois .col {
		flex-basis: 25%;
	}
}
#emplois a {
	color: white;
	text-decoration: none;
	display: block;
	height: 0;
	margin-bottom: 3px;
	padding-bottom: 75%;
	position: relative;
	overflow: hidden;
}
@media (min-width: 500px) {
	#emplois a  {
		padding-bottom: 100%;
		margin-bottom: 0;
	}
}
@media (min-width: 960px) {
	#emplois a {
		padding-bottom: 280px;
	}
}
#emplois a img {
	position: absolute;
	top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
	height: 134%;
	transition: 0.3s transform;
}
@media (min-width: 500px) {
	#emplois a img {
		height: 101%;
	}
}
#emplois a div {
	position: absolute;
	width: 100%;
	bottom: -30px;
	background: linear-gradient(to bottom, rgba(7,75,152,0.7) 0%, rgba(24,109,183,0.9), rgba(27,75,157,1) 100%);
	background-size: 100% 200%;
	background-position: 0 0;
	padding-bottom: 30px;
	transition: 0.3s bottom;
}
#emplois a:hover div {
	bottom: 0 !important;
}
#emplois a:hover img {
	filter: none;
	transform: scale(1.05);
}
#emplois h3 {
	color: white;
	font-weight: normal;
	font-size: 1.12em;
	padding: 10px 25px 3px 10px;
	margin: 0 42px 0 0;
	position: relative;
	text-transform: none;
	width: 100%;
}
#emplois p {
	font-size: 95%;
	color: white;
	padding: 3px 10px;
	padding-right: 40px;
	line-height: 1.2em;
}
/* Active */
#emplois a:active h3, 
#emplois a:active p {
	opacity: 0.8
}



/*
=========================================================================
Zone promo 1 (#promo-1)
Arrondissements / Carte interactive / Séances du conseil municipal
=========================================================================
*/

#promo-1 {
	background-color: #212b3d;
}
#promo-1 .contenu {
	padding-bottom: 0;
}
#promo-1 p {
	font-size:13px;
}
#promo-1 .colonnes-3 .col {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	margin: 0;
	padding: 0;
	text-align:center;
}

@media (min-width: 1px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
#promo-1 .colonnes-3 .col {
	-webkit-flex-basis: auto;
	flex-basis: auto;
	width: 100%;
	text-align:center;
}
}

@media (min-width: 950px) {
#promo-1 .colonnes-3 .col {
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
	margin: 20px 0px;
	padding: 0px 10px;
	text-align:center;
}
}

@media (min-width: 950px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
#promo-1 .colonnes-3 .col {
	-webkit-flex-basis: auto;
	flex-basis: auto;
	width: 25%;
	text-align:center;
}
}
#promo-1 .colonnes-3 .col:first-child {
	padding-left: 0;
}
#promo-1 .colonnes-3 .col:nth-child(3) {
	padding-right: 0;
}
#promo-1 a {
	display: block;
	color: white;
	font-size: 95%;
	min-height: 93px;
	padding: 10px;
	position: relative;
	text-decoration: none;
}

@media (min-width: 950px) {
#promo-1 a {
	padding: 15px;
}
}

@media (min-width: 1050px) {
#promo-1 a {
	padding: 20px;
}
}
#promo-1 a h3 {
	color: white;
	font-size: 17px;
	margin-top: 0;
	text-transform: none;
}

@media (min-width: 1050px) {
#promo-1 a h3 {
	margin-top: 0.5em;
}
}
#promo-1 a.img-arrondissements:before {
	background-image: url(/img/accueil/pub-arrondissements.png)
}
#promo-1 a.img-carte-interactive:before {
	background-image: url(/img/accueil/pub-carte-interactive.png)
}
#promo-1 a.img-conseil-municipal:before {
	background-image: url(/img/accueil/pub-conseil-municipal.png)
}
#promo-1 a.img-conferences:before {
	background-image: url(/img/accueil/pub-conferences.png)
}
#promo-1 a.img-arrondissements:hover::before {
	background-image: url(/img/accueil/pub-arrondissements-hover.png)
}
#promo-1 a.img-carte-interactive:hover:before {
	background-image: url(/img/accueil/pub-carte-interactive-hover.png)
}
#promo-1 a.img-conseil-municipal:hover:before {
	background-image: url(/img/accueil/pub-conseil-municipal-hover.png)
}
#promo-1 a.img-conferences:hover:before {
	background-image: url(/img/accueil/pub-conferences-hover.png)
}

#promo-1 a[class*="img-"]:before {
	display: block;
	content: " ";
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 70px;
	height: 70px;
	left: 0px;
	/*position: absolute;*/
	border-radius: 50%;
	margin:0 auto;
}

@media (min-width: 950px) {
#promo-1 a[class*="img-"]:before {
	width: 100px;
	height: 100px;
}
}

@media (min-width: 1050px) {
#promo-1 a[class*="img-"]:before {
	width: 131px;
	height: 131px;
}
}
/*#promo-1 a:after {
	display: block;
	content: " ";
	width: 70px;
	height: 70px;
	top: 10px;
	left: 0;
	position: absolute;
	border-radius: 50%;
	transition: opacity 0.2s, background-color 0.2s;
	background-image: url(/img/pictos/picto-plus-blanc.svg);
	background-size: 62px 62px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(7,75,152,0.8);
	opacity: 0;
}

@media (min-width: 950px) {
#promo-1 a:after {
	width: 100px;
	height: 100px;
}
}

@media (min-width: 1050px) {
#promo-1 a:after {
	top: 20px;
	width: 131px;
	height: 131px;
}
}
#promo-1 a:hover:after {
	opacity: 1;
}
#promo-1 a:active:after {
	opacity: 1;
	background-color: rgba(7,75,152,1);
}
#promo-1 a:hover h3 {
	text-decoration: underline;
}*/

@media (min-width: 767px) {
#promo-1 .contenu {
	max-width: 1160px;
	margin: auto;
}
}
/*
=========================================================================
Zone promo 2 (#promo-2)
Promo images
=========================================================================
*/
#promo-2 {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	text-align: center;
}

@media (min-width: 375px) {
	#promo-2 {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
#promo-2-pubs {
	padding: 2em 1.2em 2em;
	max-width: 606px;
	margin: 0 auto;
}
#promo-2 .colonnes-4,
.en #promo-2 .colonnes-2 {
	width: calc(100% + 32px);
	margin-left: -16px;
	margin-bottom: -5px;
}
#promo-2 .colonnes-4 div.col {
	margin: 0;
}
@media (min-width: 580px) {
	#promo-2  .colonnes-4,
	.en #promo-2 .colonnes-2 {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#promo-2 .col {
		-webkit-flex: 1 50%;
		flex: 1 50%;
		min-width: 50%;
		padding: 0;
		border: 16px solid transparent;
		border-top-width: 0.5em;
		border-bottom-width: 0.5em;
	}
	#promo-2 .colonnes-4 a img,
	.en #promo-2 .colonnes-2 a img {
		width: 100%;
	}
}
@media all and (min-width: 580px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#promo-2 .col {
		flex: 1 42%;
		min-width: 42%;

	}
}
@media all and (min-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#promo-2 .col {
		flex: 1 25%;
		min-width: 25%;
	}
	#promo-2-pubs {
		max-width: 1160px;
	}
}

@media (min-width: 1024px) {
	#promo-2-pubs {
		max-width: 1160px;
	}
	#promo-2 .col {
		-webkit-flex-basis: 25%;
		flex-basis: 25%;
		min-width: 25%;
		-webkit-flex: 1 1 25%;
		flex: 1 1 25%;
	}
}
#promo-2 a {
	position: relative;
	display: block;
}
#promo-2 a span {
	position: absolute;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: opacity 0.2s;

}
#promo-2 a:hover span {
	opacity: 1;
}
#promo-2 a:active span {
	opacity: 1;
}

/* En anglais */
@media (max-width: 499px) {
	.en #promo-2 .colonnes-2 {
	    margin-bottom: 17px;
	}
}
@media (min-width: 800px) {
	.en #promo-2 #promo-2-pubs  {
		max-width: 600px;
	}
}

/*
=========================================================================
Médias sociaux (.medias-sociaux)
=========================================================================
*/
.medias-sociaux-wrapper {
	background-color: #f2f2f2;
}
.medias-sociaux .colonnes-2 {
	margin: 0;
}
.medias-sociaux h2 a {
	text-decoration: none;
}
.medias-sociaux h2 a.lien:before {
	width: 30px;
	height: 30px;
}
.medias-sociaux p a {
	font-size: 90%
}
.medias-sociaux .instagram {
	padding-left: 0;
}
.medias-sociaux .instagram h2 {
	margin-bottom: 1em;
}
.medias-sociaux .instagram h2 a {
	padding-left: 30px;
}
.medias-sociaux .instagram .instagram-qcaccent {
	margin-left: -5px;
}
.medias-sociaux .twitter {
	padding-right: 0;
}
.medias-sociaux .twitter h2 {
	margin-left: 1.4em;
	margin-bottom: 0.7em;
}
.medias-sociaux .twitter h2 a {
	padding-left: 24px;
}
.medias-sociaux .twitter a:before {
	left: -14px;
}
.medias-sociaux .twitter > p {
	margin-left: 10px;
}

@media (min-width: 381px) {
.medias-sociaux .twitter > p {
	margin-left: 50px;
}
}
.medias-sociaux .twitter #twitter-widget-0 {
	max-width: 430px !important;
	width: 100% !important;
}

@media only screen  and (min-device-width: 320px)  and (max-device-width: 1024px)  and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait) {
.medias-sociaux .twitter #twitter-widget-0 {
	zoom: 0.80;
}
}

@media all and (min-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.medias-sociaux .video {
	-webkit-flex-basis: 36%;
	flex-basis: 36%;
}
}
.medias-sociaux .video .lien-video { /* version anglaise */
	margin-top: 3px;
}
.medias-sociaux .video h2[class*="picto-"] {
	padding-left: 27px;
}
.medias-sociaux .video h2[class*="picto-"]:before {
	width: 31px;
	height: 155%;
	left: -6px;
}
.medias-sociaux .video .lien-video figcaption {
	font-size: 90%;
	display: inline-block;
	padding-right: 14px;
	position: relative;
	text-decoration: underline;
}
.medias-sociaux .video .lien-video figcaption:after {
	content: "»";
	display: block;
	width: 25px;
	height: 25px;
	right: -14px;
	top: 0em;
	position: absolute;
	font-size: 120%;
}
