@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: 24px;
/*	text-transform: uppercase;*/
}
/*
=========================================================================
Bande du haut
 -  Particularité pour la page d'accueil.
=========================================================================
*/
#bande-haut-niv2 {
	border-bottom-color: #325998;
}
#menu-principal > li > a:focus, 
#menu-principal > li > a.hover {
	border-bottom: 1px solid #325998;
}
/*
=========================================================================
Bandeau défilant (image) (#carrousel)
 -
=========================================================================
*/
#BandeAccueil_loadImg{
	background-color: #212837 !important;
	width: 100%;
	min-height: 437px;
}
@media (min-width: 767px) {
	#BandeAccueil_loadImg{
		min-height: 288px;
	}
}
@media (min-width: 1180px) {
	#BandeAccueil_loadImg{
		min-height: 445px;
	}
}
#BandeAccueil_loadImgDiv {
	background-color: #212837 !important;
	
}
@media (min-width: 1180px) {
	#BandeAccueil_loadImgDiv{
		top: 50%;
		position: absolute;
		left: 50%;
		transform: translate(-50%,-50%);
	}
}
#BandeAccueil_iframeGen {
	min-height: 437px;
}
@media (min-width: 767px) {
	#BandeAccueil_iframeGen {
		min-height: 288px;
	}
}
@media (min-width: 1180px) {
	#BandeAccueil_iframeGen {
		min-height: 445px;
	}
}
#BandeAccueil_loadImgDiv img {
	filter: contrast(0.2) brightness(3);
	opacity: .25;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/*
#iframe-placeholder {
	border: none;
	display: block;
	width: 1px;
    min-width: 100%;
}*/
#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%;
	height: auto;
	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;
	margin-top: 1.15em;
	text-wrap: balance;
	text-transform: uppercase;
}


@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;
		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-weight: 500;
}

@media (max-width: 911px) {
#carrousel p {
	margin-bottom: 5px;
}
}
#carrousel .description {
	font-weight: 500;
	text-wrap: pretty;
}

@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, .sujets-heure-colonnes ul {
	list-style-type: none;
	margin: 0 0 1em 0;
	text-wrap: balance;
}
#sujets-heure ul li, .sujets-heure-colonnes 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, .sujets-heure-colonnes 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;
}


/* 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;
    transition: background-color .2s, color .2s;

}
.btns-consulter>li>a:before {
     transition: filter .2s;
}
.btns-consulter > li > a:focus,
.btns-consulter > li > a:hover {
	background-color: #074b98;
    color: white;
}
.btns-consulter > li > a:focus:before,
.btns-consulter > li > a:hover:before {
    filter: brightness(5) saturate(0) contrast(2);;
}
.btns-consulter > li > a:active {
	background-color: #074b98;
    color: rgba(255,255,255,0.5);
}
.btns-consulter > li > a:active:before {
    filter: brightness(5) saturate(0) contrast(2) opacity(.5);
}
    
@media (min-width: 580px) {
    .btns-consulter {
        display: flex;
        flex-flow: row wrap;
        width: calc(100% + 20px);
        margin-left: -10px;
    }
    .btns-consulter > li {
        flex-basis: 50%;
        border: 10px solid transparent;
    }
    .btns-consulter>li>a {
        min-height: 5em;
    }
    .btns-consulter>li>a>div {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding-right: 1em;
    }
}


@media (min-width: 767px) {
    .btns-consulter>li {
        flex-basis: 33.333%;
    }
    .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: 1024px) {
    .btns-consulter>li {
        flex-basis: 25%;
        min-width: 25%;
        flex: 1 1 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;
}
.btns-consulter>li:last-child>a:hover, 
.btns-consulter>li:last-child>a:focus {
	background-color: #007236;
	
}
.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%);
}


/*

    Bandeau "On donne vie à la Ville" 

*/

#bandeau-emplois {
    padding-top: 18px;
}
@media (min-width: 500px) {
    #bandeau-emplois {
        padding-top: 38px;
        padding-bottom: 18px;
    }
}
#bandeau-emplois a {
    display: block;
    margin-left: 1px;
    position: relative;
}
#bandeau-emplois a:before {
    content: "";
    position: absolute;
    background-position: center;
    background-size: 166%;
    background-image: url(/img/accueil/picto-plus-bandeau.svg);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s opacity;
}
#bandeau-emplois a:focus:before,
#bandeau-emplois a:hover:before {
    opacity: 1;
}
#bandeau-emplois img {
    
    width:100%;
    height: auto;
}
@media (max-width: 599px) {
    #bandeau-emplois-mobile {
        display: block;
    }
    #bandeau-emplois-desktop {
        display: none;
    }
}
@media (min-width: 600px) {
    #bandeau-emplois-mobile {
        display: none;
    }
    #bandeau-emplois-desktop {
        display: block;
    }
}

/*
=========================================================================
Idées de sorties (#idees-de-sorties-contenu)
 - Ajuste le visuel pour les idées de sorties en page d'accueil.
 (sert pour la version anglaise)
=========================================================================
*/
/* 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: -7em;
		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: -6em;
	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:focus div,
#idees-de-sorties-contenu .colonnes-4 a:hover div {
	bottom: 0 !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
}


/*
=========================================================================
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;
	text-wrap: balance;
}
#promo-1 .colonnes-4 .col {
	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-4 .col {
        flex-basis: auto;
        width: 100%;
        text-align:center;
    }
}
@media (min-width: 560px) {
    #promo-1 .colonnes-4 .col {
        flex-basis: 50%;
        margin: 20px 0px;
        padding: 0px 10px;
        text-align:center;
    }
}
@media (min-width: 950px) {
    #promo-1 .colonnes-4 .col {
        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-4 .col {
	flex-basis: auto;
	width: 25%;
	text-align:center;
}
}
#promo-1 .colonnes-4 .col:first-child {
	padding-left: 0;
}
#promo-1 .colonnes-4 .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;
    max-width: 300px;
    margin: 0 auto;
}

@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.5em;
	text-transform: none;
}

@media (min-width: 1050px) {
    #promo-1 a h3 {
        margin-top: 0.5em;
    }
}
@media (min-width: 767px) { 
    #promo-1 .contenu { max-width: 1160px; margin: auto; } 
}


#promo-1 a.img-arrondissements:before {
	background-image: url(/img/accueil/pub-arrondissements.png), url(/img/accueil/pub-carte-interactive-hover.png);
    
}
#promo-1 a.img-carte-interactive:before {
	background-image: url(/img/accueil/pub-carte-interactive.png)
}
#promo-1 a.img-conferences:before {
	background-image: url(/img/accueil/pub-conferences.png)
}
#promo-1 a.img-conseil-municipal:before {
	background-image: url(/img/accueil/pub-conseil-municipal.png)
}
#promo-1 a.img-arrondissements:focus::before,
#promo-1 a.img-arrondissements:hover::before {
	background-image: url(/img/accueil/picto-plus-cercle.svg), url(/img/accueil/pub-arrondissements.png);

}
#promo-1 a.img-carte-interactive:focus:before,
#promo-1 a.img-carte-interactive:hover:before {
	background-image:url(/img/accueil/picto-plus-cercle.svg), url(/img/accueil/pub-carte-interactive.png);
}
#promo-1 a.img-conferences:focus:before,
#promo-1 a.img-conferences:hover:before {
	background-image: url(/img/accueil/picto-plus-cercle.svg), url(/img/accueil/pub-conferences.png);
}
#promo-1 a.img-conseil-municipal:focus:before,
#promo-1 a.img-conseil-municipal:hover:before {
	background-image: url(/img/accueil/picto-plus-cercle.svg), url(/img/accueil/pub-conseil-municipal.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: 0;
	border-radius: 50%;
	margin: 0 auto;
    transition: background-image .3s;
    background-size: 101%, 101%;
}
/* Safari 7.1+ 
   Retire la transition dans Safari parce qu'il y a un bug avec le SVG et le stack de backgrounds.
*/
_::-webkit-full-page-media, _:future, :root #promo-1 a[class*="img-"]:before {
    transition: none;
}
#promo-1 a[class*="img-"]:focus:before,
#promo-1 a[class*="img-"]:hover:before {
    background-size: 101%, 101%;
}


@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; }
}


/*
=========================================================================
Zone promo 2 (#promo-2)
Promo images
=========================================================================
*/
#promo-2 {
	transform: scale(0.9);
	text-align: center;
}

@media (min-width: 375px) {
	#promo-2 {
		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:focus span,
#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 {
	text-wrap: balance;
}
.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%;
}
#section-blogue {
	background-color: #074b98;
}
#section-blogue > div {
	max-width: 1160px;
	margin: 0 auto;
	padding: 25px 1.2em 3.3rem;
}
#section-blogue h2 {
	color: white;
}
#iframe-blogue {
	width: 1px;
	min-width: 100%;
}