﻿@charset "UTF-8";
/* FONTS
--------------------------------------------------------------------------------------- */
/* BOLD*/
@font-face {
	font-family: "robotobold";
	src: url("/Content/fonts/roboto-bold-webfont.eot");
	src: url("/Content/fonts/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/roboto-bold-webfont.woff") format("woff"), url("/Content/fonts/roboto-bold-webfont.ttf") format("truetype"), url("/Content/fonts/roboto-bold-webfont.svg#robotobold") format("svg");
	font-weight: normal;
	font-style: normal;
}


/* MEDIUM */
@font-face {
	font-family: "robotomedium";
	src: url("/Content/fonts/roboto-medium-webfont.eot");
	src: url("/Content/fonts/roboto-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/roboto-medium-webfont.woff") format("woff"), url("/Content/fonts/roboto-medium-webfont.ttf") format("truetype"), url("/Content/fonts/roboto-medium-webfont.svg#robotomedium") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* REGULAR*/
@font-face {
	font-family: "robotoregular";
	src: url("/Content/fonts/roboto-regular-webfont.eot");
	src: url("/Content/fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/roboto-regular-webfont.woff") format("woff"), url("/Content/fonts/roboto-regular-webfont.ttf") format("truetype"), url("/Content/fonts/roboto-regular-webfont.svg#robotoregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "DIN";
	src: url("/Content/fonts/DIN.ttf");
}
@font-face {
	font-family: "DIN-Bold";
	src: url("/Content/fonts/DIN-Bold.ttf");
	letter-spacing: -0.5px;
}
@font-face {
	font-family: "DIN-Black";
	src: url("/Content/fonts/DIN-Black.ttf");
}
@font-face {
	font-family: "DIN-Medium";
	src: url("/Content/fonts/DIN-Medium.ttf");
}

/*LIGHT*/
@font-face {
	font-family: "robotolight";
	src: url("/Content/fonts/roboto-light-webfont.eot");
	src: url("/Content/fonts/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/roboto-light-webfont.woff") format("woff"), url("/Content/fonts/roboto-light-webfont.ttf") format("truetype"), url("/Content/fonts/roboto-light-webfont.svg#robotolight") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* SVG - icomoon */
@font-face {
	font-family: "spvm";
	src: url("/Content/fonts/spvm.eot?2bqvd0");
	src: url("/Content/fonts/spvm.eot?2bqvd0#iefix") format("embedded-opentype"), url("/Content/fonts/spvm.ttf?2bqvd0") format("truetype"), url("/Content/fonts/spvm.woff?2bqvd0") format("woff"), url("/Content/fonts/spvm.svg?2bqvd0#spvm") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^=icon-],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "spvm" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-link-arrow:before {
	content: "\E94D";
}

/* RÉINITIALISATION DES ÉLÉMENTS
--------------------------------------------------------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
select,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img,
abbr,
acronym {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

q:before,
q:after {
	content: "";
}

a:active,
object,
embed {
	outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

iframe[src*=youtube] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* BODY - HTML - PARENTS GLOBAUX
--------------------------------------------------------------------------------------- */
body {
	color: #333;
	font-size: 14px;
	line-height: 18px;
	font-family: Arial, Verdana, Tahoma, Helvetica;
}

	body[data-lang="en"] #titreCarouselAccueil h1,
	body[data-lang="en"] #titreCarouselAccueil h2,
	body[data-lang="en"] #titreGeneral h1,
	body[data-lang="en"] #titreGeneral h2 {
		width: 262px;
	}

	#conteneurGlobal {
		/*min-width: 1000px;*/
		overflow-x: hidden;
	}

/*#conteneurGlobal.new-homepage {
		min-width: 0;
	}*/

.conteneur {
	clear: both;
	position: relative;
	max-width: 980px;
	width: auto;
	padding: 0 10px;
	margin: 0 auto;
}

	.conteneur.section-onglets {
		padding: 0;
	}

	.conteneur.-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
	}

.header-menu-container {
	position: absolute;
	width: 100%;
}

#contenuAccueil {
	padding: 0 0 30px 0;
}

#contenu {
	min-height: 600px;
	/*padding: 171px 0 0 0;*/
	margin-top: 191px;
}

#contenu-home {
	margin-top: 171px;
}

/* SCROLLBAR CUSTOM
--------------------------------------------------------------------------------------- */
::-webkit-scrollbar {
	width: 6px;
}

	::-webkit-scrollbar:horizontal {
		height: 6px;
	}

::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}

::-webkit-scrollbar-track {
	background: transparent;
}

::-webkit-scrollbar-track-piece {
	background: transparent;
}

::-webkit-scrollbar-thumb {
	background: #ccc;
}

::-webkit-scrollbar-corner {
	background: transparent;
}

::-webkit-resizer {
	background: transparent;
}

/* CLASSES GÉNÉRALES
--------------------------------------------------------------------------------------- */
h1 {
	color: #414042;
	font-family: "DIN-Bold", "robotobold";
	letter-spacing: -.5px;
	font-weight: normal;
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 15px;
}

h2 {
	color: #414042;
	font-family: "robotobold";
	font-weight: normal;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 15px;
}

h3 {
	color: #008bcb;
	font-family: "robotobold";
	font-weight: normal;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 10px;
}

h4,
h5,
h6 {
	text-transform: uppercase;
	color: #414042;
	font-family: "DIN-Bold", "robotobold";
	letter-spacing: -0.5px;
	/*font-weight: normal;*/
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

p {
	font-size: 14px;
	line-height: 21px;
	color: #414042;
	margin-bottom: 15px;
}

a,
a:link,
a:visited {
	color: #008bcb;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

	a:hover,
	a:active {
		text-decoration: none;
	}

hr {
	clear: both;
	border: none;
	border-top: 1px solid #ccc;
	margin: 10px 0;
}

input,
textarea {
	font-family: Arial;
	padding: 6px;
	border: 1px solid #c3c3c3;
	background: #fff;
	color: #666;
	font-size: 12px;
	line-height: 16px;
	-webkit-transition: background 0.3s ease-in-out, outline 0.3s ease-in-out, border 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out, outline 0.3s ease-in-out, border 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, outline 0.3s ease-in-out, border 0.3s ease-in-out;
}

	input:focus,
	textarea:focus {
		outline: none;
		background: #fafafa;
		border: 1px solid #008bcb;
	}

.both {
	clear: both;
}

.marginBottom {
	margin-bottom: 25px;
}

.infoGenerale {
	margin-bottom: 30px;
}

	.infoGenerale h1 {
		/*text-transform: uppercase;*/
	}

	.infoGenerale p.intro {
		font-family: "robotomedium";
		font-size: 16px;
		line-height: 26px;
	}

.TroisColonnes {
	height: 480px;
	margin-bottom: 30px;
}

	.TroisColonnes .Colonne {
		position: relative;
		width: 305px;
		float: left;
		margin-right: 29px;
		border: 1px solid #dcddde;
		border-bottom: 5px solid #dcddde;
		padding-bottom: 16px;
		min-height: 465px;
	}

		.TroisColonnes .Colonne h3 {
			padding: 16px 18px 12px 18px;
			margin-bottom: 0;
		}

		.TroisColonnes .Colonne p {
			padding: 0 18px 10px 18px;
		}

		.TroisColonnes .Colonne a.boutonFleche {
			position: absolute;
			margin-top: 10px;
			bottom: 16px;
			left: 16px;
		}

		.TroisColonnes .Colonne.col3 {
			margin-right: 0;
		}

/******************** BOUTON AVEC FLÈCHE / CATÉGORIE / ORDRE ALPHABETIQUE **************/
.boutonFleche,
.boutonCategorie,
.boutonAlphabetique,
a.boutonFleche,
a.boutonCategorie,
a.boutonAlphabetique {
	display: inline-block;
	background-color: #008bcb;
	background-image: url(/images/general/fleche_bouton.png);
	background-repeat: no-repeat;
	background-position: right center;
	border: none;
	color: #fff;
	font-family: "robotobold";
	text-transform: uppercase;
	font-size: 15px;
	line-height: 40px;
	height: 40px;
	padding: 0px 48px 0px 15px;
	-webkit-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

.new-homepage #urgenceHaut .boutonFleche {
    display: none;
}

.new-homepage .itemMenu.communiquer {
    display: inline-block;
}

.boutonCategorie,
a.boutonCategorie {
	padding: 0 15px 0 55px;
	background-image: url(/images/general/icone_categorie.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.boutonAlphabetique,
a.boutonAlphabetique {
	padding: 0 15px 0 55px;
	background-image: url(/images/general/icone_alphabetique.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.boutonFleche:hover {
	background-color: #fff;
	color: #414042;
}

.boutonCategorie:hover,
.boutonAlphabetique:hover {
	padding: 0 45px 0 12px;
	line-height: 34px;
	height: 34px;
	cursor: pointer;
	text-decoration: none;
	background-color: #fff;
	background-image: url(/images/general/fleche_bouton_hov.png);
	border: 3px solid #008bcb;
	color: #414042;
}

.boutonCategorie:hover,
.boutonAlphabetique:hover {
	padding: 0 12px 0 52px;
}

.boutonCategorie:hover {
	background-image: url(/images/general/icone_categorie_hov.png);
}

.boutonAlphabetique:hover {
	background-image: url(/images/general/icone_alphabetique_hov.png);
}

input[type=submit].boutonFleche:hover,
input[type=submit].boutonFleche:focus {
	outline: none;
	padding: 0 45px 0 12px;
	line-height: 34px;
	height: 40px;
	cursor: pointer;
	text-decoration: none;
	background-color: #fff;
	border: 3px solid #008bcb;
	color: #414042;
	background-image: url(/images/general/fleche_bouton_hov.png);
	background-repeat: no-repeat;
	background-position: right center;
}

/*********************** BOUTON GRIS FONCÉ ET BLEU PÂLE ************************/
.boutonGris,
.boutonBleuPale,
a.boutonGris,
a.boutonBleuPale {
	display: inline-block;
	background-color: #414042;
	color: #fff;
	font-family: "robotomedium";
	text-transform: uppercase;
	font-size: 15px;
	line-height: 40px;
	height: 40px;
	padding: 0 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.boutonBleuPale {
	background-color: #008bcb;
}

	.boutonGris:hover,
	.boutonBleuPale:hover {
		cursor: pointer;
		text-decoration: none;
		background-color: #00457c;
	}

.boutonLoupe {
	border: none;
	width: 40px;
	height: 40px;
	background-image: url(/images/general/icone_loupe.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

	.boutonLoupe:hover {
		border: none;
		cursor: pointer;
		background-color: #00457c;
		background-image: url(/images/general/icone_loupe_hov.png);
		background-repeat: no-repeat;
		background-position: center;
	}

input[type=submit].boutonLoupe:hover,
input[type=submit].boutonLoupe:focus {
	outline: none;
	border: none;
	cursor: pointer;
	background-image: url(/images/general/icone_loupe_hov.png);
	background-repeat: no-repeat;
	background-position: center;
}

/************************** BOUTON BLEU PALE AVEC STROKE *******************/
.boutonBleuPaleStroke {
	display: inline-block;
	background-color: #008bcb;
	color: #fff;
	font-family: "robotomedium";
	text-transform: uppercase;
	border: 3px solid #008bcb;
	font-size: 13px;
	line-height: 22px;
	height: 22px;
	padding: 0 8px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a.boutonBleuPaleStroke {
	color: #fff;
}

.boutonBleuPaleStroke:hover {
	cursor: pointer;
	text-decoration: none;
	background-color: #fff;
	color: #231f20;
}

/************* APPELS À L'ACTION (CALL TO ACTION CTA) *********************/
.ctaFonce,
a.ctaFonce {
	display: block;
	min-width: 222px;
	height: 70px;
	padding: 25px 55px 30px 30px;
	border-bottom: 5px solid #00457c;
	background-color: #231f20;
	background-image: url(/images/general/fleche_bleue_cta.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	/*background-image size: ???*/
}

.ctaPale,
a.ctaPale {
	display: block;
	width: 222px;
	height: 70px;
	padding: 25px 55px 30px 30px;
	border-bottom: 5px solid #00457c;
	background-color: #008bcb;
	background-image: url(/images/general/fleche_grise_cta.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

	.ctaFonce h4,
	.ctaPale h4 {
		font-weight: normal;
		font-family: "robotomedium";
		font-size: 25px;
		line-height: 26px;
	}

.ctaFonce h4 {
	color: #fff;
}

.ctaPale h4 {
	color: #231f20;
}

.ctaFonce:hover,
.ctaPale:hover {
	cursor: pointer;
	text-decoration: none;
}

.ctaFonce:hover {
	background-color: #000;
}

.ctaPale:hover {
	background-color: #087ab5;
}

/*************** Appels à l'action au bas des pages **************/
#ctas {
	height: 130px;
	margin: 30px auto 30px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
}

	#ctas .ctaFonce,
	#ctas .ctaPale {
		float: left;
	}

	#ctas .ctaPale {
		margin: 0 29px;
	}

.ctaFonce.deuxLignes {
	height: 55px;
	padding: 40px 55px 30px 30px;
}

/************************** SIDEBAR ************************/
.sidebar {
	float: left;
	width: 185px;
	margin: 0 0 30px 0;
	padding: 20px 20px 7px 20px;
	/*min-height: 185px;*/
	border-top: none;
	background: white;
	box-shadow: 0 4px 6px rgba(71, 71, 71, 0.1);
}

.sidebarConteneur {
	width: 227px;
	margin: 8px 0 10px 0;
	float: left;
	border-top: 5px solid #008bcb;
}

.sidebar a {
	display: block;
	font-family: "robotomedium";
	color: #414042;
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 13px;
}

.sidebar.no-margin {
	margin: 0;
}

.sidebar a:hover {
	color: #008bcb;
}

/******************** STYLE DU WATERMARK ******************/
.watermark {
	font-family: Arial;
	color: #999;
	font-style: italic;
}

.watermarkRech {
	font-family: Arial;
	font-size: 13px;
	color: #999;
	font-style: italic;
}

/********** COULEURS DE TEXTE / BACKGROUND ***************/
.texteBleu {
	color: #008bcb;
}

.backgroundBleu {
	background-color: #008bcb;
}

.texteBlanc {
	color: #fff;
}

.backgroundBlanc {
	background-color: #fff;
}

/************** FIL D'ARIANNE **********************/
.filArianne {
	font-size: 12px;
	line-height: 12px;
	display: inline-block;
	position: relative;
	clear: both;
	margin-bottom: 25px;
}

	.filArianne span {
		margin-left: 2px;
		padding-left: 16px;
		background-image: url(/images/general/fleche_filArianne.png);
		background-repeat: no-repeat;
		background-position: center left;
	}

	.filArianne a:hover {
		text-decoration: underline;
	}

/************ BANNIÈRE GÉNÉRALE *******************/
#bg_banniere_generale {
	width: 100%;
	height: 0px;
	margin-top: 171px;
	background-color: #262626;
}

#banniere_generale {
	position: relative;
	height: 130px;
	margin-bottom: 25px;
	background-color: #262626;
}

#titreGeneral {
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 0;
}

	#titreGeneral h1,
	#titreGeneral h2 {
		float: right;
		font-family: "robotolight";
		letter-spacing: -1px;
		font-weight: normal;
		text-transform: uppercase;
		margin-bottom: 0;
		font-size: 45px;
		line-height: 45px;
		padding-left: 5px;
		width: 300px;
	}

#titrePDQ h2 {
	clear: both;
}

#titrePDQ {
	position: absolute;
	z-index: 1;
	top: 95px;
	right: 0;
}

	#titrePDQ h1,
	#titrePDQ h2 {
		float: right;
		font-family: "robotolight";
		letter-spacing: -1px;
		font-weight: normal;
		text-transform: uppercase;
		margin-bottom: 0;
		font-size: 42px;
		line-height: 42px;
		padding-left: 5px;
		padding-right: 5px;
	}

#titreGeneral h2 {
	clear: both;
}

/************************ Boutons de partage *************************/
#partageConteneur {
	display: block;
	min-height: 22px;
	width: 600px;
	text-align: center;
	margin: auto;
}

.btnPartageFacebook {
	width: 153px;
	float: left;
}

.btnPartageTwitter {
	width: 103px;
	float: left;
}

.btnPartageGoogle {
	width: 70px;
	float: left;
}

.btnPartageLinkedIn {
	width: 110px;
	float: left;
}

.btnPartageEmail,
.btnPartageEmail a {
	display: block;
	width: 67px;
	height: 19px;
	float: left;
	margin: 1px 0 0 0;
}

	.btnPartageEmail a {
		background-image: url(/images/general/bouton_email.png);
		background-repeat: no-repeat;
	}

		.btnPartageEmail a:hover {
			background-image: url(/images/general/bouton_email_hov.png);
		}

.btnPartageImprimer,
.btnPartageImprimer a {
	display: block;
	width: 77px;
	height: 19px;
	float: left;
	margin: 1px 0 0 7px;
}

	.btnPartageImprimer a {
		background-image: url(/images/general/bouton_imprimer.png);
		background-repeat: no-repeat;
	}

		.btnPartageImprimer a:hover {
			background-image: url(/images/general/bouton_imprimer_hov.png);
			background-repeat: no-repeat;
		}

/***********************************************************************************************************
************************************** HEADER / MENU *******************************************************
***********************************************************************************************************/
#header {
	position: relative;
	top: 0;
	left: 0;
	z-index: 101;
	width: 100%;
	height: 120px;
	background: #fff;
	border-bottom: 1px solid #bcbec0;
}

#logo {
	width: 140px;
	height: 120px;
	float: left;
}

	#logo img {
		display: block;
		margin-top: 22px;
	}

#menu {
	width: 834px;
	height: 120px;
	float: right;
}

#overlayPourMenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 70;
	width: 100%;
	height: 100%;
	/*background: rgb(0,0,0);  vieux browsers IE8 et moins
   background: rgba(0,0,0,.8);*/
	background-image: url(/images/general/overlay_menu.png);
}

/* --- Top-menu --- */
.top-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

/********** MENU HAUT **************/
#menuHaut {
	margin-left: 82px;
}

	#menuHaut li {
		display: inline-block;
		float: left;
		padding: 16px 7px 14px 7px;
	}

		#menuHaut li a {
			font-size: 11px;
			color: #313131;
		}

			#menuHaut li a:hover {
				text-decoration: none;
				color: #008bcb;
			}

/******** Recherche HAUT ***********/
#rechercheHaut {
	padding: 10px 0 0 10px;
}

.inputRecherche {
	width: 140px;
	font-size: 11px;
	display: block;
	float: left;
	min-height: 16px;
	border-right: 1px solid #fff;
}

.submitRecheche,
.submitRecheche:focus {
	cursor: pointer;
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	padding: 0;
	border: 1px solid #c3c3c3;
	border-left: none;
	background-color: #fff;
	background-image: url(/images/general/recherche_loupe.png);
	background-repeat: no-repeat;
	background-position: top right;
}

/********* Urgence HAUT ****************/
#urgenceHaut {
	width: 100%;
	height: 50px;
	background: #231f20;
	overflow: hidden;
	position: absolute;
	top: 121px;
	left: 0;
}

	#urgenceHaut p {
		font-family: "DIN-Black", "robotobold";
		text-transform: uppercase;
		color: #fff;
		font-size: 18px;
		line-height: 15px;
		margin: 0;
		padding-top:
	}

		#urgenceHaut p a {
			color: inherit;
		}

	#urgenceHaut span {
		display: inline-block;
		width: 17px;
		height: 18px;
		padding: 0 3px;
		vertical-align: baseline;
		background-image: url(/images/general/tel_moyen.png);
		background-repeat: no-repeat;
		background-position: center;
	}

	#urgenceHaut .boutonFleche {
		height: 50px;
		line-height: 50px;
		background-image: url(/images/general/button-arrow.png);
		background-repeat: no-repeat;
		background-position: right center;
		background-size: auto 100%;
		padding-right: 65px;
	}

		#urgenceHaut .boutonFleche:hover {
			/* height: 44px;
  line-height: 44px; */
		}

/********* MENU PRINCIPAL *****************/
#menuPrincipal {
	width: auto;
	/*min-width: 767px;*/
	display: inline-block;
	float: right;
}

	#menuPrincipal .itemMenu {
		display: inline-block;
		float: left;
		color: #313131;
		font-family: "DIN-Bold";
		letter-spacing: -.4px;
		font-size: 14px;
		line-height: 16px;
		text-transform: uppercase;
		/*padding: 20px 18px;*/
		-moz-user-select: none;
		-khtml-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;
		-webkit-transition: color 0.3s ease-in-out;
		-o-transition: color 0.3s ease-in-out;
		transition: color 0.3s ease-in-out;
	}

        #menuPrincipal .itemMenu.communiquer {
            max-width: 115px;
            color: #008bcb;
            font-size: 15px;
        }

        #menuPrincipal .itemMenu.communiquer {
            display: none;
        }

        .new-homepage #menuPrincipal .itemMenu.communiquer {
            display: inline-block;
        }

        #menuPrincipal .itemMenu.communiquer:hover a{
            color: #313131;
        }

        #menuPrincipal .itemMenu .itemMenu_titre {
            display: inline-block;
            float: left;
            padding: 20px 18px;
            color: inherit;
        }

		#menuPrincipal .itemMenu.dernier {
			padding-right: 2px;
		}

		#menuPrincipal .itemMenu:hover,
		#menuPrincipal .itemMenu.SousMenuOuvert {
			cursor: pointer;
			color: #008bcb;
		}

			#menuPrincipal .itemMenu.SousMenuOuvert .itemMenu_titre {
				background-image: url(/images/general/fleche_menu.png);
				background-repeat: no-repeat;
				background-position: bottom center;
			}

		#menuPrincipal .itemMenu .icone_info {
			float: left;
			margin-left: -30px;
		}

		#menuPrincipal .itemMenu a:visited {
			/*color: #313131;*/
		}

		#menuPrincipal .itemMenu a:hover {
			color: #008bcb;
		}

/***************************************************************************
*************************** SOUS-MENUS *************************************
****************************************************************************/
.sousMenu {
	cursor: default;
	display: none;
	background: #e6e7e8;
	padding: 20px 40px 20px 20px;
	position: absolute;
	z-index: 5;
	top: 120px;
	left: 12px;
}

.ListeSousMenu li a {
	display: inline-block;
	text-transform: none;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding: 0 0 6px 14px;
	color: #515151;
	background-image: url(/images/general/fleche_liste.png);
	background-repeat: no-repeat;
	background-position: top left;
}

	.ListeSousMenu li a:hover {
		text-decoration: none;
		color: #008bcb;
	}

/**************** SOUS-MENU ************************/
.bg_sm {
	width: 100%;
	background: #e6e7e8;
	padding-top: 15px;
	position: absolute;
	top: 120px;
	left: 0;
	display: none;
}

/**************** SOUS-MENU 1 **********************/
#bg_sm1 {
	height: 185px;
}

#bg_recherche {
	background: #231f20;
	height: 100px;
	margin-top: 85px;
}

.sousMenu.sm1 {
	padding: 15px 0 0 0;
	width: 100%;
	height: 185px;
}

#rechSousMenu {
	height: 85px;
	width: 980px;
}

.inputRechercheSousMenu,
.inputRechercheSousMenu:focus {
	display: block;
	float: left;
	width: 900px;
	margin: 0 12px 0 6px;
	padding: 0;
	font-family: "robotobold";
	font-size: 50px;
	line-height: 50px;
	color: #b6b8ba;
	border: none;
	background: transparent;
}

.inputRecherchePage,
.inputRecherchePage:focus {
	display: block;
	float: left;
	width: 900px;
	margin: 0 12px 0 6px;
	padding: 0;
	font-family: "robotobold";
	font-size: 50px;
	line-height: 50px;
	color: #b6b8ba;
	border: none;
	background: transparent;
}

.submitRechecheSousMenu,
.submitRechecheSousMenu:focus {
	display: block;
	float: right;
	cursor: pointer;
	border: none;
	background-color: transparent;
	margin: 6px 6px 0 0;
	width: 50px;
	height: 60px;
	background-image: url(/images/general/recherche_loupe_sousmenu.png);
	background-repeat: no-repeat;
	background-position: center;
}

#autresOptionsRecherche {
	width: 100%;
	height: 100px;
	background: #231f20;
}

	#autresOptionsRecherche span {
		margin: 0 15px 0 10px;
		color: #fff;
		font-family: "robotoregular";
	}

	#autresOptionsRecherche .boutonFleche,
	#autresOptionsRecherche .boutonCategorie,
	#autresOptionsRecherche .boutonAlphabetique {
		margin: 30px 10px 0 10px;
		color: #fff;
		font-family: "robotoregular";
	}

		#autresOptionsRecherche .boutonFleche:hover,
		#autresOptionsRecherche .boutonCategorie:hover,
		#autresOptionsRecherche .boutonAlphabetique:hover {
			color: #414042;
			border: none;
			height: 40px;
			line-height: 40px;
		}

/**************** SOUS-MENU 2 **********************/
.sousMenu.sm2 {
	left: 170px;
}

.sm2 .ListeSousMenu {
	float: left;
}

.sm2 img {
	float: left;
	margin-right: 20px;
}

/**************** SOUS-MENU 3 **********************/
#bg_sm3 {
	height: 282px;
	padding-top: 0;
}

.sousMenu.sm3 {
	padding: 0;
	width: 980px;
	height: 280px;
}

#rechCodePostal,
#rechQuartier,
#rechTousLesPostes {
	margin-top: 20px;
	float: left;
	min-height: 40px;
	width: 315px;
}

	#rechCodePostal p,
	#rechQuartier p,
	#rechTousLesPostes p,
	#rechParAdresse p {
		font-family: "robotomedium";
		font-size: 15px;
		color: #515151;
		margin: 0 0 10px 1px;
	}

	#rechCodePostal .boutonLoupe,
	#rechQuartier .boutonLoupe {
		float: right;
		margin: 0 16px 0 2px;
	}

	#rechCodePostal .boutonLoupe {
		margin-right: 0;
	}

#rechCodePostal {
	width: 305px;
	padding-left: 20px;
}

#rechTousLesPostes {
	padding: 0 10px;
}

/* recherche par quartier */
#rechQuartier .chosen-container-single .chosen-single,
#rechQuartier select {
	width: 233px;
	float: left;
}

#rechQuartier .chosen-container.chosen-with-drop .chosen-drop {
	color: #535353;
	width: 245px;
}

/* tous les postes de quartier */
#rechTousLesPostes .chosen-container-single .chosen-single,
#rechTousLesPostes select {
	width: 308px;
}

#rechTousLesPostes .chosen-container.chosen-with-drop .chosen-drop {
	color: #535353;
	width: 320px;
}

/* Recherche par code postal */
.rechCodePostal {
	font-size: 13px;
	width: 230px;
	padding: 10px;
	min-height: 18px;
	float: left;
}

/* Recherche par adresse */
#rechParAdresse {
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}

.rechNumeroCivique,
.rechNomRue {
	font-size: 13px;
	width: 185px;
	padding: 10px;
	min-height: 18px;
	margin-right: 21px;
}

#rechParAdresse .rechNomRue {
	width: 325px;
}

#rechParAdresse .chosen-container-single .chosen-single,
#rechParAdresse select {
	margin-top: -3px;
	width: 184px;
}

#rechParAdresse .chosen-container.chosen-with-drop .chosen-drop {
	color: #535353;
	width: 196px;
}

#rechQuartier select,
#rechTousLesPostes select,
#rechParAdresse select {
	height: 38px;
}

#rechParAdresse .boutonLoupe {
	text-align: left;
	margin: 0 5px 0 0;
	width: 155px;
	padding: 0 0 0 40px;
	float: right;
	font-family: "robotobold";
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	background-color: #008bcb;
	background-image: url(/images/general/icone_loupe_bg.png);
	background-repeat: no-repeat;
	background-position: left;
}

	#rechParAdresse .boutonLoupe:hover {
		background-image: url(/images/general/icone_loupe_bg_hov.png);
		background-color: #00457c;
	}

#SousMenuQuestionPoste {
	background: #d2d2d3;
	height: 78px;
	margin-top: 22px;
}

	#SousMenuQuestionPoste a {
		float: right;
		margin: 19px 5px 0 0;
	}

#bg_question_poste {
	background: #d2d2d3;
	height: 78px;
	margin-top: 204px;
}

/**************** SOUS-MENU 4 **********************/
.sousMenu.sm4 {
	left: 680px;
}

.sm4 .ListeSousMenu {
	float: left;
}

.sm4 img {
	float: left;
	margin-right: 20px;
}

/**************** SOUS-MENU 5 **********************/
.sousMenu.sm5 {
	left: 700px;
}

.sm5 .ListeSousMenu {
	float: left;
}

.sm5 img {
	float: left;
	margin-right: 20px;
}

/**************** SOUS-MENU 6 **********************/
.sousMenu.sm6 {
	padding: 25px 0 20px 0;
	width: 100%;
	height: 340px;
}

#bg_sm6 {
	height: 370px;
}

.col_sm6 {
	width: 306px;
	position: relative;
	margin: 0 13px 0 12px;
	float: left;
}

	.col_sm6 .ListeSousMenu {
		margin-top: 18px;
	}

.titre_sm6 {
	width: 305px;
	height: 180px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	background-image: url(/images/general/degrade_noir.png);
	background-repeat: no-repeat;
}

	.titre_sm6 h3 {
		text-align: center;
		width: 100%;
		position: absolute;
		bottom: 4px;
		color: #fff;
	}

/***********************************************************************************************************
********************************************** FOOTER ******************************************************
***********************************************************************************************************/
.logo_ville {
	display: block;
	margin: 0 auto 30px auto;
}

#footer {
	width: 100%;
	min-height: 200px;
	background-color: #272324;
}

#liensFooterStrate1 {
	width: 100%;
	height: 50px;
	background-color: #131112;
}

	#liensFooterStrate1 .conteneur {
		height: 50px;
	}

	#liensFooterStrate1 p {
		font-family: "robotobold";
		text-transform: uppercase;
		color: #fff;
		padding: 0;
		font-size: 18px;
		line-height: 15px;
		display: inline-block;
		margin-bottom: 0px;
	}

		#liensFooterStrate1 p a {
			color: inherit;
		}

		#liensFooterStrate1 span {
			display: inline-block;
			width: 17px;
			height: 18px;
			padding: 0 3px;
			vertical-align: baseline;
			background-image: url(/images/general/tel_moyen.png);
			background-repeat: no-repeat;
			background-position: center;
		}

.liensFooter {
	float: left;
}

	.liensFooter li {
		float: left;
	}

		.liensFooter li a {
			color: #fff;
			text-transform: uppercase;
			font-family: "robotomedium";
			font-size: 13px;
			line-height: 50px;
			padding: 0 10px;
		}

			.liensFooter li a:hover {
				color: #008bcb;
			}

.liensReseauxSociaux {
	float: right;
}

.liensReseauxSociaux_label {
	color: #fff;
	font-family: "robotolight";
	font-size: 12px;
	letter-spacing: 0.12px;
	line-height: 22px;
	text-transform: uppercase;
}

.liensReseauxSociaux li {
	float: left;
}

	.liensReseauxSociaux li a {
		opacity: 0.7;
		display: block;
		width: 20px;
		height: 20px;
		margin: 0 0 0 20px;
		background-position: center;
	}

		.liensReseauxSociaux li a:hover {
			opacity: 1;
		}

	
	.liensReseauxSociaux li.facebook a {
		background-image: url(/images/icons/FB.svg);
		background-repeat: no-repeat;
	}

	.liensReseauxSociaux li.flickr a {
		background-image: url(/images/icons/Dernier.svg);
		background-repeat: no-repeat;
	}

	.liensReseauxSociaux li.youtube a {
		background-image: url(/images/icons/Youtube.svg);
		background-repeat: no-repeat;
	}

	.liensReseauxSociaux li.twitter a {
		background-image: url(/images/icons/Twitter.svg);
		background-repeat: no-repeat;
	}

	.liensReseauxSociaux li.linkedin a {
		background-image: url(/images/general/rs/32X32/linkedin.jpg);
		background-repeat: no-repeat;
	}

	.liensReseauxSociaux li.rss a {
		background-image: url(/images/general/rs/JPG/32X32/rss.jpg);
		background-repeat: no-repeat;
	}
	.liensReseauxSociaux li.instagram a {
		background-image: url(/images/icons/instagramWhite.svg);
		background-repeat: no-repeat;
		background-color:white;
	}

#BasFooter {
	padding-top: 60px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

	#BasFooter img {
		float: left;
	}

	#BasFooter table td a {
		color: #fff;
		text-decoration: underline;
		font-family: "robotoregular";
		line-height: 20px;
		white-space: nowrap;
	}

	#BasFooter table td h4 {
		color: #fff;
	}

.informationsBas {
	max-width: 310px;
}

.informationsBas_titre {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
	text-align: center;
}

.informationsBas .icone_info {
	margin-right: 10px;
}

.informationsBas .inputRecherche {
	width: 265px;
}

.informationsBas h4 {
	color: #fff;
}

.informationsBas p {
	color: #fff;
	font-family: "robotoregular";
	font-size: 12px;
	letter-spacing: 0.12px;
	line-height: 20px;
}

.logoFooter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 170px;
}

	.logoFooter p {
		color: #fff;
		font-family: "robotoregular";
		font-size: 10px;
		margin-top: 50px;
	}

.infoBasFooter {
	max-width: 850px;
	float: right;
}

	.infoBasFooter p.texteRef {
		color: #636466;
		font-size: 11px;
		line-height: 15px;
		margin-bottom: 0;
	}

	.infoBasFooter p.copyrights {
		color: #fff;
		font-weight: bold;
		font-size: 12px;
		margin-bottom: 10px;
	}

		.infoBasFooter p.copyrights a {
			color: #fff;
		}

.logo-mtl {
	text-align: center;
	padding: 100px 0 70px;
	max-width: 200px;
	margin: 0 auto;
}

/***********************************************************************************************************
************************************** PAGE D'ACCUEIL ******************************************************
***********************************************************************************************************/
/********************** CAROUSEL ACCUEIL ***********************/
#carouselAccueil {
	position: relative;
	width: 100%;
	min-width: 1000px;
	background-color: #000;
	height: 560px;
	overflow: hidden;
	background-image: url("/images/accueil/photo-accueil-mobile.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
}
#carouselAccueil.carouselAccueil-video {
	height: auto;
	padding-top: 29.175%;

}

#carouselAccueil .conteneur {
    height: 0;
}

    #carouselAccueil .ruban-bleu {
        display: block;
		position: absolute;
		right: 0px;
        width: 250px; /*old was 80px */
        min-height: auto;
        min-height: unset;
        transform: none;
        margin-left: auto;
        margin-right: 30px; /* old was 0px */
		z-index: 2;
    }

    #carouselAccueil .ruban-bleu.mobile {
		width: 180px; /*old was 80px */
		left: 0;
    }

#carouselAccueil img {
	min-height: 560px;
	text-align: center;
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

	#carouselAccueil .bx-wrapper {
		width: 1920px;
		max-width: 1920px;
		height: 484px;
		position: absolute;
		left: 50%;
		margin-left: -960px;
	}

		#carouselAccueil .bx-wrapper .bx-pager,
		#carouselAccueil .bx-wrapper .bx-controls-auto {
			left: 0;
			bottom: 70px;
		}

	#carouselAccueil .bx-controls-direction {
		position: relative;
		bottom: 130px;
		max-width: 960px;
		height: 60px;
		margin: 0 auto;
	}

#titreCarouselAccueil {
	position: absolute;
	z-index: 1;
	top: 35%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 960px;
	height: 90px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

	#titreCarouselAccueil h1,
	#titreCarouselAccueil h2 {
		font-family: "robotolight";
		letter-spacing: -1px;
		font-weight: normal;
		text-transform: uppercase;
		margin-bottom: 0;
		font-size: 45px;
		line-height: 45px;
		padding-left: 5px;
		width: 300px;
	}

	#titreCarouselAccueil h2 {
		clear: both;
	}

.masque {
	position: absolute;
	top: 0;
	left: 0;
}

/************************* CONTENU ACCUEIL *******************/
#strate1Accueil {
	clear: both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

#caroussel-featured,
#strate3Accueil {
	clear: both;
	display: inline-block;
	margin-bottom: 30px;
}

/***** COLONNES ***********/
.nav-slider {
	margin: 0 -19px;
	position: relative;
}

	.nav-slider .bx-wrapper-controls {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 50px;
	}

	.nav-slider .bx-controls-direction {
		height: 50px;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

		.nav-slider .bx-controls-direction span {
			display: block;
			width: 30px;
			height: 30px;
		}

			.nav-slider .bx-controls-direction span a {
				display: block;
				position: inherit;
				width: 30px;
				height: 30px;
				background-size: 100% !important;
			}

		.nav-slider .bx-controls-direction .item_prev {
			margin-left: 1px;
		}

		.nav-slider .bx-controls-direction .item_next {
			margin-right: 1px;
		}

.sousTitreColonneCentre {
	/*height: 50px;*/
	padding: 15px 14px;
	margin: 22px 0 10px;
	background: #231f20;
	border-right: 1px solid #231f20;
	text-transform: uppercase;
	font-family: "robotolight";
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
}

.sousTitreColonneGauche {
	/*height: 50px;*/
	padding: 15px 14px;
	margin: 22px 0 0 0;
	background: #231f20;
	border-right: 1px solid #231f20;
	text-transform: uppercase;
	font-family: "robotolight";
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}

.leftColumnButtonContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/*height: calc(100% - 68px);*/
}

.colonneAccueil {
	width: 305px;
	min-height: 380px;
	/*max-height:800px;*/
	border: 1px solid #dcddde;
	border-bottom: 5px solid #dcddde;
	border-top: none;
	float: left;
	margin: 0px 25px 0 0;
	position: relative;
	z-index: 1;
	padding-bottom: 20px;
}

.titreColonneAccueil {
	text-align: center;
	width: 278px;
	height: 50px;
	padding: 0 14px;
	margin-left: -1px;
	background: #231f20;
	border-right: 1px solid #231f20;
}

	.titreColonneAccueil h3 {
		text-transform: uppercase;
		font-family: "robotolight";
		font-weight: normal;
		font-size: 20px;
		line-height: 20px;
		color: #fff;
		padding-top: 15px;
		display: inline-block;
		/*float: left;*/
	}

	.titreColonneAccueil a.boutonBleuPaleStroke {
		margin: 10px -2px 0 0;
		float: right;
	}

	.titreColonneAccueil .icone_info {
		float: right;
		margin: 14px 0 0 0;
	}

/***************** COLONNE 01 - DERNIÈRE NOUVELLE ********************/
#derniereNouvelle h4,
#derniereNouvelle a h4 {
	color: #008bcb;
	text-transform: none;
	font-size: 16px;
	line-height: 19px;
	padding: 14px 16px 10px 16px;
	margin-bottom: 0;
}

	#derniereNouvelle a h4:hover {
		color: #00457c;
	}

#derniereNouvelle p {
	font-size: 12px;
	padding: 0 16px;
	line-height: 16px;
}

/***************** SECTION ONGLET ********************/
.section-onglets {
	margin-bottom: 100px;
}

.section-onglets_onglets {
	height: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 8px;
}

.section-onglets_onglet {
	color: #fff;
	background-color: #414042;
	width: 24%;
	padding: 4px 8px 10px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

	.section-onglets_onglet h4 {
		color: #fff;
		font-size: 15px;
		line-height: 36px;
		letter-spacing: 0.15px;
	}

	.section-onglets_onglet.-active {
		/*color: white;*/
		background-color: #f2f2f2;
	}

		.section-onglets_onglet.-active h4 {
			color: #414042;
		}

/***************** MEURTRES NON RÉSOLUS HOME ********************/
.meurtres-home-item {
	display: flex;
	background-color: #f2f2f2;
}

.meurtres-home-img {
	width: 310px;
	height: 310px;
	background-color: #f2f2f2;
	display: flex;
	align-items: center;
	overflow: hidden;
	min-width: 310px;
}

.meurtres-home-img a {
	margin: auto;
	width: 85%;
	height: 85%;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.meurtres-home-info {
	padding: 60px 60px 0 60px;
	text-align: left;
	max-width: 610px;
}

/***************** COLONNE 02 - PERSONNES DISPARUES********************/
#disparusAccueil {
	text-align: center;
	padding: 18px;
	padding-top: 10px;
}

.section-onglets_tab {
	display: none;
}

	.section-onglets_tab .col-img {
		background-color: #fff;
	}

		.section-onglets_tab .col-img img {
			width: 100%;
			height: auto;
		}

	.section-onglets_tab.-active {
		display: block;
	}

.tabDisparuAccueil {
	width: 100%;
	background-color: #f2f2f2;
	position: relative;
}

	.tabDisparuAccueil h4 {
		font-size: 25px;
		text-transform: none;
		line-height: 25px;
	}

	.tabDisparuAccueil p {
		font-family: "robotoregular";
		font-size: 18px;
		line-height: 18px;
		font-weight: 700;
	}

	.tabDisparuAccueil .bxsliderx li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

		.tabDisparuAccueil .bxsliderx li .col-img {
			width: 310px;
			height: 310px;
			background-color: #f2f2f2;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			overflow: hidden;
			min-width: 310px;
		}

			.tabDisparuAccueil .bxsliderx li .col-img a {
				margin: auto;
				width: 85%;
				height: 85%;
				display: block;
				background-size: contain;
				background-repeat: no-repeat;
				background-position: center;
			}

		.tabDisparuAccueil .bxsliderx li .col-info {
			padding: 60px 60px 0 60px;
			text-align: left;
			max-width: 610px;
		}

		.tabDisparuAccueil .bxsliderx li .col-info_details {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start;
			margin: 20px 0 28px;
		}

			.tabDisparuAccueil .bxsliderx li .col-info_details div {
				padding: 0 30px;
				border-left: 1px solid #707070;
				white-space: nowrap;
				line-height: 24px;
				vertical-align: middle;
			}

				.tabDisparuAccueil .bxsliderx li .col-info_details div:first-child {
					padding-left: 0;
					border-left: none;
				}

				.tabDisparuAccueil .bxsliderx li .col-info_details div:last-child {
					padding-right: 0;
				}

				.tabDisparuAccueil .bxsliderx li .col-info_details div img {
					max-height: 20px;
					max-width: 20px;
					display: inline-block;
					vertical-align: middle;
					margin-right: 10px;
				}

		.tabDisparuAccueil .bxsliderx li .col-info_date {
			font-weight: 400;
			font-size: 13px;
		}

		.tabDisparuAccueil .bxsliderx li .col-info a h4 {
			padding-top: 5px;
			margin-bottom: 14px;
		}

	.tabDisparuAccueil #disparuSlider li .col-info a,
	.tabDisparuAccueil #wantedSlider li .col-info a,
	.tabDisparuAccueil #victPotSlider li .col-info a {
		display: block;
		padding: 0;
		font-weight: 600;
		/*margin-top: 30px;*/
		text-transform: uppercase;
	}

	.tabDisparuAccueil .bx-pager {
		display: inline-block;
	}

/***************** COLONNE 03 - TROUVER INFORMATION ********************/
.colonneAccueil.col3 {
	width: 306px;
	border: none;
	margin-right: 0;
	padding-bottom: 0;
}

#trouverInfoAccueil {
	width: 306px;
	height: 128px;
	background-color: #008bcb;
	border-bottom: 5px solid #00457c;
	margin-bottom: 25px;
}

	#trouverInfoAccueil p {
		font-size: 14px;
		padding: 16px;
		padding-bottom: 0px;
		margin-bottom: 15px;
	}

	#trouverInfoAccueil .inputRecherche {
		border: 1px solid #fff;
		margin-left: 16px;
		width: 228px;
	}

		#trouverInfoAccueil .inputRecherche:focus {
			border: 1px solid #fff;
		}

	#trouverInfoAccueil .submitRecheche,
	#trouverInfoAccueil .submitRecheche:focus {
		border: 1px solid #fff;
	}

/******************************** Colonne de centre : slider *********************************/
/* Non resolue slider ================================= */
#nonResoluSlider .bx-loading {
	z-index: 1000;
	background-color: transparent;
	display: none;
}

#nonResoluSlider .bx-viewport {
	background-color: transparent;
}

#nonResoluSlider .bx-controls-direction a {
	z-index: 1000;
}

/* Wanted slider ================================= */
#wantedSlider .bx-loading {
	z-index: 1000;
	background-color: transparent;
	display: none;
}

#wantedSlider .bx-viewport {
	background-color: transparent;
}

#wantedSlider .bx-controls-direction a {
	z-index: 1000;
}

/* Disparue slider ================================= */
#disparuSlider .bx-loading {
	display: none;
	z-index: 1000;
	background-color: transparent;
}

#disparuSlider .bx-viewport {
	background-color: transparent;
}

#disparuSlider .bx-controls-direction a {
	z-index: 1000;
}

/* Victime potentielle slider ================================= */
#victPotSlider .bx-loading {
	display: none;
	z-index: 1000;
	background-color: transparent;
}

#victPotSlider .bx-wrapper .bx-viewport {
	background-color: transparent;
}

/*#victPotSlider .bx-viewport {	background-color: transparent;height:339px !important}

#victPotSlider .bx-controls-direction a {	z-index: 1000;}*/
/******************************** STRATE 2 ACCUEIL *********************************/
#caroussel-featured {
	margin-top: 24px;
	position: relative;
	width: 100%;
	height: 310px;
	background-color: #f2f2f2 !important;
	margin-bottom: 24px;
}

	#caroussel-featured .bxslider li {
		height: 310px;
		display: flex;
	}

	#caroussel-featured .bx-loading {
		z-index: 1000;
		background-color: transparent;
	}

	#caroussel-featured .bx-viewport {
		background-color: transparent;
	}

	#caroussel-featured .bx-controls-direction a {
		z-index: 1000;
	}

	#caroussel-featured .bx-wrapper .bx-pager,
	.contenuAccueil_bloc .bx-wrapper .bx-pager,
	.section-onglets_content .bx-wrapper .bx-pager {
		display: inline-block;
		z-index: 60;
	}

		#caroussel-featured .bx-wrapper .bx-pager a,
		.contenuAccueil_bloc .bx-wrapper .bx-pager a,
		.section-onglets_content .bx-wrapper .bx-pager a {
			border: none;
			background: #c3c3c3;
			margin-right: 17px;
		}

			#caroussel-featured .bx-wrapper .bx-pager a:hover,
			#caroussel-featured .bx-wrapper .bx-pager a.active,
			.contenuAccueil_bloc .bx-wrapper .bx-pager a:hover,
			.contenuAccueil_bloc .bx-wrapper .bx-pager a.active,
			.section-onglets_content .bx-wrapper .bx-pager a:hover,
			.section-onglets_content .bx-wrapper .bx-pager a.active {
				border: none;
				background: #008bcb;
			}

#DegradePhotoStrate2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 306px;
	height: 228px;
	background-image: url(/images/general/degrade_noir_horizontal.png);
	background-repeat: no-repeat;
}

.caroussel-featured_photo {
	display: block;
	width: 309px;
	height: 309px;
	position: absolute;
	left: 0;
	top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	/* object-fit: cover; */
}

.caroussel-featured_accueil {
	width: auto;
	position: absolute;
	top: 0;
	left: 310px;
	padding: 60px;
}

	.caroussel-featured_accueil h4 {
		font-size: 25px;
		line-height: 25px;
		margin-bottom: 20px;
		font-family: "DIN-Bold", "robotobold";
		text-transform: none;
	}

	.caroussel-featured_accueil p {
		font-size: 14px;
		font-family: "robotolight";
		margin-bottom: 25px;
	}

/******************************** REPORT-BANNER *********************************/
.report-banner {
	margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.report-banner .report-item {
    width: 235px;
    height: 267px;
    display:flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
}

.report-item.light-blue {
    background-color: #008BCB;
}
.report-item.dark-blue {
    background-color: #00457C;
}
.report-item.grey {
    background-color: #414042;
}

.report-item.light-blue .titre {
    margin-top: 35px;
}

.report-item.dark-blue .titre {
    margin-top: 50px;
}

.report-item.grey .titre {
    margin-top: 38px;
}

.report-item .titre {
    font-size: 18px;
    font-family: "DIN-Medium", Roboto, sans-serif;
    line-height: 23px;
	text-transform: uppercase;
    text-align: center;
    max-width: 160px;
    margin-bottom: 70px;
}

/******************************** CONTENU ACCUEIL *********************************/
.contenuAccueil_main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 24px;
}

.contenuAccueil_bloc {
	position: relative;
	display: inline-block;
	width: calc(50% - 12px);
	min-height: 650px;
}

.contenuAccueil_bloc-date {
	font-family: "robotolight";
	font-size: 12px;
	margin-bottom: 10px;
}

.contenuAccueil_bloc-category {
	position: absolute;
	top: 1px;
	left: 1px;
	background-color: #414042;
	font-size: 18px;
	font-family: "DIN-Medium"
	line-height: 23px;
	color: #fff;
	padding: 10px 14px 7px;
	z-index: 55;
	text-transform: uppercase;
}

.contenuAccueil_bloc-image {
	/* height: 305px; */
	text-align: center;
	border: 1px solid #f2f2f2;
}

	.contenuAccueil_bloc-image img {
		width: 100%;
		height: 305px;
		-o-object-fit: cover;
		object-fit: cover;
		/* ms 20220621 : margin top supprimé 
		margin-top: 10px;*/
	}

.contenuAccueil_infos {
	padding: 36px 27px 7px;
	height: 240px;
	background-color: #f2f2f2;
}

.contenuAccueil_infos a {
	text-transform: uppercase;
}

.contenuAccueil_bloc .homeColumnViewAllAction,
.section-onglets_content .homeColumnViewAllAction {
	background-color: transparent;
	color: #414042;
	border: none;
	letter-spacing: 0.13px;
	font-size: 13px;
	line-height: 45px;
	font-weight: 500;
	vertical-align: middle;
}

	.contenuAccueil_bloc .homeColumnViewAllAction:after,
	.section-onglets_content .homeColumnViewAllAction:after {
		content: "+";
		display: inline-block;
		margin-left: 10px;
		font-size: 18px;
		font-weight: 400;
	}

/******************************** STRATE 3 ACCUEIL *********************************/
.colStrate3Accueil {
	position: relative;
	width: 307px;
	height: 220px;
	border-bottom: 5px solid #bcbec0;
	background-color: #000;
	margin-right: 29px;
	float: left;
}

	.colStrate3Accueil:hover h3 {
		color: #008bcb;
	}

.titre_strate3Accueil {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 307px;
	height: 220px;
	background-image: url(/images/general/degrade_noir.png);
}

	.titre_strate3Accueil h3 {
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		padding-top: 155px;
		font-family: "robotomedium";
		font-size: 20px;
		line-height: 22px;
	}

.colStrate3Accueil.col3 {
	margin-right: 0;
}

/***********************************************************************************************************
************************************** PAGE POLICE DE QUARTIER *********************************************
***********************************************************************************************************/
#banniere_police_quartier {
	position: relative;
	height: 270px;
	margin-bottom: 25px;
	margin-top: -20px;
}

	#banniere_police_quartier img {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}

#titreBanniere {
	position: absolute;
	z-index: 1;
	top: 90px;
	right: 0;
	width: 980px;
	height: 90px;
}

	#titreBanniere h1,
	#titreBanniere h2 {
		text-align: right;
		float: right;
		font-family: "robotolight";
		letter-spacing: -1px;
		font-weight: normal;
		text-transform: uppercase;
		margin-bottom: 0;
		font-size: 45px;
		line-height: 45px;
		padding-right: 5px;
		width: auto;
	}

	#titreBanniere h2 {
		width: auto;
		clear: both;
	}

/*************** Accèder à mon poste de quartier ******************/
#accederAmonPoste {
	width: 100%;
	padding: 30px 0;
	background: #ebebec;
	margin-bottom: 20px;
}

	#accederAmonPoste h2 {
		text-transform: uppercase;
		font-size: 35px;
		margin-bottom: 30px;
	}

#carteMontreal {
	float: left;
	width: 960px;
	height: 485px;
	background: #fff;
	border: 1px solid #d3d3d4;
	border-bottom: 5px solid #d3d3d4;
	position: relative;
}

	#carteMontreal h3 {
		color: #414042;
		font-size: 22px;
		padding: 20px;
		margin: 0;
	}

	#carteMontreal p {
		padding-left: 20px;
	}

	#carteMontreal .carteMtlImage {
		display: block;
		margin: 0 auto;
	}

#cartePDQ .map {
	margin: 0 auto;
}

#cartePDQ {
	width: 100%;
	height: 100%;
}

.mapIconLabel {
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	width: 13px;
	padding-left: 20px;
}

/******* RECHERCHE À DROITE *************/
#rechPosteQuartierPage {
	position: absolute;
	z-index: 9999;
	top: 20px;
	left: 20px;
	padding: 20px;
	width: 345px;
	height: 160px;
	background: #fff;
	border: 1px solid #d3d3d4;
	border-bottom: 5px solid #d3d3d4;
}

	#rechPosteQuartierPage .boutonLoupe {
		float: left;
		margin-left: 15px;
	}

	#rechPosteQuartierPage .boutonFleche {
		min-width: 272px;
		padding-left: 25px;
	}

		#rechPosteQuartierPage .boutonFleche:hover {
			padding-left: 23px;
		}

	#rechPosteQuartierPage h3 {
		color: #414042;
		font-size: 22px;
		padding: 0;
		margin-bottom: 10px;
	}

	#rechPosteQuartierPage input {
		float: left;
	}

#rechQuartierPage {
	float: left;
	margin-right: 12px;
	margin-bottom: 10px;
}

	#rechQuartierPage .chosen-container-single .chosen-single,
	#rechQuartierPage select {
		width: 335px;
	}

	#rechQuartierPage .chosen-container.chosen-with-drop .chosen-drop {
		color: #535353;
		width: 347px;
	}

#rechPosteQuartierPage .rechCodePostal {
	width: 100px;
}

#rechPosteQuartierPage .rechNumeroCivique {
	width: 100px;
	margin: 0;
}

#rechPosteQuartierPage .rechNomRue {
	float: right;
	margin: 0;
	width: 185px;
}

#rechOrientationRue {
	display: block;
	margin: 15px 0 20px 0;
}

	#rechOrientationRue .chosen-container-single .chosen-single,
	#rechOrientationRue select {
		width: 185px;
	}

	#rechOrientationRue .chosen-container.chosen-with-drop .chosen-drop {
		color: #535353;
		width: 345px;
	}

	#rechQuartierPage select,
	#rechOrientationRue select {
		height: 38px;
	}

#detailBox {
	position: absolute;
	z-index: 998;
	bottom: 20px;
	left: 20px;
	padding: 20px;
	width: 345px;
	height: 178px;
	background: #fff;
	border: 1px solid #d3d3d4;
	border-bottom: 5px solid #d3d3d4;
	display: none;
}

	#detailBox p {
		line-height: 15px;
	}

	#detailBox h3,
	#detailBox p {
		padding: 0;
		margin: 0;
	}

	#detailBox h3 {
		color: #008bcb;
		padding-bottom: 10px;
	}

	#detailBox .boutonFleche {
		margin-top: 20px;
	}

	#detailBox.show {
		display: block;
	}

/***********************************************************************************************************
************************************** PAGE POSTE DE QUARTIER **********************************************
***********************************************************************************************************/
#banniere_poste_quartier {
	position: relative;
	height: 270px;
	margin-bottom: 25px;
}

.infoPosteQuartier {
	max-width: 720px;
	float: left;
	margin: 0 0 30px 30px;
}

	.infoPosteQuartier h1 {
		line-height: 35px;
		margin-bottom: 25px;
		text-transform: uppercase;
	}

	.infoPosteQuartier h3 {
		margin: 20px 25px 15px 25px;
		color: #414042;
	}

	.infoPosteQuartier p {
		margin: 0 25px 8px 25px;
	}

.ficheInfoPosteQuartier {
	width: 720px;
	/*height: 650px;*/
	border: 1px solid #dcddde;
	border-bottom: 5px solid #dcddde;
	float: left;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

	.ficheInfoPosteQuartier #carteMontreal {
		width: 720px;
		height: 245px;
		border: none;
	}

		.ficheInfoPosteQuartier #carteMontreal .fullscreen {
			display: none;
			background-color: #008bcb;
			position: absolute;
			top: 10px;
			right: 10px;
			z-index: 9999;
			width: 42px;
			height: 41px;
		}

			.ficheInfoPosteQuartier #carteMontreal .fullscreen .fs-btn {
				background: url(//www.gstatic.com/gmeviewer/images/viewer-icons001.png);
				width: 21px;
				height: 21px;
				-webkit-user-select: none;
				background-position: -22px -23px;
				display: block;
				margin: 10px;
			}

.colInfoPosteQuartier {
	width: 320px;
	float: left;
	margin: 0 25px 0 25px;
}

	.colInfoPosteQuartier a.boutonFleche {
		margin-top: 20px;
	}

	.colInfoPosteQuartier h3,
	.colInfoPosteQuartier p {
		margin-left: 0;
	}

	.colInfoPosteQuartier.col2 {
		margin: 0;
	}

.doubleFleche {
	font-weight: bold;
	font-size: 14px;
	line-height: 12px;
}

/****** DERNIÈRE ACTUALITÉ ********/
.derniereNouvelleHorizontal {
	width: 720px;
	height: 173px;
	border: 1px solid #dcddde;
	border-bottom: 5px solid #dcddde;
	display: inline-block;
	margin-bottom: 30px;
}

	.derniereNouvelleHorizontal img {
		float: left;
	}

	.derniereNouvelleHorizontal p {
		float: left;
		width: 375px;
		margin: 0 20px;
	}

	.derniereNouvelleHorizontal h4 {
		color: #008bcb;
		text-transform: none;
		margin-left: 20px;
		font-size: 17px;
		float: left;
		width: 375px;
		margin-top: 10px;
	}

	.derniereNouvelleHorizontal a h4:hover {
		color: #00457c;
	}

	.derniereNouvelleHorizontal p.date {
		font-family: "robotobold";
		float: left;
		width: 375px;
		margin: 15px 0 10px 20px;
	}

#posteEnImages a {
	display: block;
	float: left;
	/*margin: 0 4px 4px 0;*/
}

.fancybox-media {
	position: relative;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	width: 345px;
	height: 260px;
}

	.fancybox-media img {
		width: 345px;
		height: 260px;
		position: absolute;
		top: 0;
		left: 0;
	}

#ZoneVideos {
	display: inline-block;
	clear: both;
	margin-bottom: 30px;
}

/***********************************************************************************************************
************************************** PAGE FICHE D'INFORMATION ********************************************
***********************************************************************************************************/
.photoFicheInfo {
	width: 225px;
	margin-top: 7px;
	float: left;
}

.conteneurFicheInfo {
	width: 720px;
    max-width: calc(100% - 20px);
	margin: 0 0 30px 30px;
	float: left;
}

	.conteneurFicheInfo ul {
		list-style-type: disc;
		margin: 5px 0 10px 30px;
	}

		.conteneurFicheInfo ul ul {
			list-style-type: circle;
			margin: 5px 0 10px 30px;
		}

	.conteneurFicheInfo ol {
		list-style-type: decimal;
		margin: 5px 0 10px 30px;
	}

	.conteneurFicheInfo tr {
		border-bottom: 1px solid #ccc;
	}

	.conteneurFicheInfo td,
	.conteneurFicheInfo th {
		/*border-bottom :1px solid #ccc;*/
		border-left: 0px;
		border-right: 0px;
		padding: 3px;
	}

	.conteneurFicheInfo tr {
		vertical-align: middle;
	}

	.conteneurFicheInfo table {
		border-top: 1px solid #ccc;
		border-left: 0px;
		border-right: 0px;
		/*border-left :1px solid #ccc;
    border-right :1px solid #ccc;*/
		margin: 0 10px;
	}

		.conteneurFicheInfo table caption {
			font-weight: bold;
		}

		.conteneurFicheInfo table.donnees th {
			padding-right: 20px;
			font-weight: bold;
		}

		.conteneurFicheInfo table p {
			margin-bottom: auto;
		}

	.conteneurFicheInfo .altrows tr:nth-child(odd) {
		background-color: #eee;
	}

	.conteneurFicheInfo .altrows tr:nth-child(even) {
		background-color: #fff;
	}

.imgdroite,
.imgdroite2 {
	float: right;
	margin: 0 0 20px 20px;
	text-align: center;
	width: 200px;
}

.imgCommandant {
	text-align: left;
	width: 125px;
	margin-bottom: 10px;
	font-weight: bold;
}

	.imgCommandant img {
		max-width: 100%;
		height: auto;
		margin-bottom: 5px;
	}

table.equipePDQ {
	width: 100%;
	margin: 0;
}

	table.equipePDQ th {
		text-align: left;
	}

	table.equipePDQ td {
		text-align: center;
	}

.accordeon {
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
}

	.accordeon .itemAccordeon {
		background-color: #eaeaea;
		margin-bottom: 15px;
	}

		.accordeon .itemAccordeon h3 {
			color: #414042;
			text-transform: uppercase;
			padding: 12px 20px;
			/*max-height: 50px;*/
			font-size: 20px;
			margin: 0 12px 0 0;
			background-image: url(/images/general/accordeon_ferme.png);
			background-repeat: no-repeat;
			background-position: center right;
		}

			.accordeon .itemAccordeon h3:hover {
				color: #00457c;
				cursor: pointer;
			}

			.accordeon .itemAccordeon h3.accordeonOuvert {
				color: #008bcb;
				background-image: url(/images/general/accordeon_ouvert.png);
				background-repeat: no-repeat;
				background-position: center right;
			}

		.accordeon .itemAccordeon p {
			padding: 0 18px 16px 20px;
			margin: 0;
		}

		.accordeon .itemAccordeon .infoItemAccordeon {
			display: none;
		}

.infoItemAccordeon h3,
.infoItemAccordeon h4,
.infoItemAccordeon h5,
.infoItemAccordeon h6 {
	margin-left: 20px;
}

.infoItemAccordeon {
	padding-bottom: 10px;
}

.itemAccordeon ul {
	list-style: disc;
	margin-bottom: 1.2em;
	line-height: 22px;
	margin-left: 50px;
	margin-bottom: 15px;
	margin-top: 0;
	max-width: 90%;
}

.itemAccordeon ol {
	list-style: decimal;
	margin-bottom: 1.2em;
	line-height: 22px;
	margin-left: 50px;
	margin-bottom: 15px;
	max-width: 90%;
}

.infoFiche {
	width: 100%;
	float: right;
}

	.infoFiche ul {
		list-style: disc;
		margin-bottom: 1.2em;
		line-height: 22px;
		margin-left: 16px;
	}

	.infoFiche ol {
		list-style: decimal;
		margin-bottom: 1.2em;
		line-height: 22px;
		margin-left: 16px;
	}

/************* ONGLETS **************/
.ongletsTitres {
	position: absolute;
	top: 216px;
	z-index: 1;
	background: #f1f1f1;
}

	.ongletsTitres li {
		float: left;
	}

		.ongletsTitres li a {
			color: #fff;
			display: inline-block;
			text-align: center;
			font-size: 15px;
			font-family: "robotomedium";
			line-height: 25px;
			height: 25px;
			padding: 5px 15px;
			background: #3c3c3c;
		}

			.ongletsTitres li a:focus {
				outline: none;
			}

			.ongletsTitres li a.OngletActif {
				color: #3c3c3c;
				background: #fff;
			}

/***********************************************************************************************************
****************************************** PAGE QUI FAIT QUOI **********************************************
***********************************************************************************************************/
#quiFaitQuoiListe {
	width: 720px;
	float: left;
	margin: 0 0 50px 30px;
}

	#quiFaitQuoiListe h1 {
		text-transform: uppercase;
	}

	#quiFaitQuoiListe .quiFaitQuoiItem {
		width: 225px;
		height: 195px;
		border: 1px solid #dcddde;
		border-bottom: 5px solid #dcddde;
		float: left;
		margin: 0 18px 18px 0;
	}

		#quiFaitQuoiListe .quiFaitQuoiItem.dernier {
			margin: 0 0 18px 0;
		}

		#quiFaitQuoiListe .quiFaitQuoiItem:nth-child(3n+1) {
			margin-right: 0;
		}

		#quiFaitQuoiListe .quiFaitQuoiItem a {
			display: block;
		}

			#quiFaitQuoiListe .quiFaitQuoiItem a p {
				padding: 15px;
				text-transform: uppercase;
				font-size: 15px;
				line-height: 20px;
				font-family: "robotobold";
				-webkit-transition: all 0.3s ease-in-out;
				-o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
			}

			#quiFaitQuoiListe .quiFaitQuoiItem a:hover p {
				color: #008bcb;
			}

/***********************************************************************************************************
********************************************* PAGE ZONE AÎNÉS **********************************************
***********************************************************************************************************/
.ZoneAines p.intro {
	font-size: 18px;
	line-height: 30px;
}

#conteneurSujetZoneAines {
	display: inline-block;
	margin-bottom: 30px;
}

.sujetZoneAinesItem {
	border: 1px solid #dcddde;
	border-bottom: 5px solid #dcddde;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

	.sujetZoneAinesItem img {
		float: left;
	}

.sujetZoneAinesItemTexte {
	width: 630px;
	float: left;
	margin: 20px 10px 0 25px;
}

	.sujetZoneAinesItemTexte h3 {
		font-size: 22px;
	}

		.sujetZoneAinesItemTexte h3 a:hover {
			color: #00457c;
		}

	.sujetZoneAinesItemTexte p {
		font-size: 18px;
		line-height: 30px;
	}

/***********************************************************************************************************
********************************************* PAGE FICHE AÎNÉ **********************************************
***********************************************************************************************************/
#ficheInfoAine p.intro {
	font-size: 18px;
	line-height: 30px;
}

#ficheInfoAine h2 {
	margin: 20px 0;
	font-size: 32px;
}

#ficheInfoAine h3 {
	margin: 20px 0;
	font-size: 28px;
}

#ficheInfoAine h4 {
	margin: 20px 0;
	font-size: 24px;
}

#ficheInfoAine .infoFiche p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 15px;
}

#ficheInfoAine .infoFiche ul,
#ficheInfoAine .infoFiche ol {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 1.5em;
}

#ficheInfoAine .infoFiche ol {
	margin-left: 22px;
}

#ficheInfoAine .accordeon .itemAccordeon h3 {
	padding: 12px 18px;
	font-size: 22px;
	margin: 0 12px 0 0;
}

#ficheInfoAine .accordeon .itemAccordeon p {
	font-size: 18px;
	line-height: 30px;
}

/***********************************************************************************************************
********************************************* PAGE COMMUNIQUÉS *********************************************
***********************************************************************************************************/
#communiquesListe {
	width: 720px;
    max-width: calc(100% - 20px);
	float: left;
	margin: 0 0 30px 30px;
}

    #communiquesListe p {
        max-width: calc(100% - 20px);
    }

	#communiquesListe ul {
		list-style: disc;
		margin-bottom: 1.2em;
		line-height: 22px;
		margin-left: 36px;
		margin-bottom: 15px;
	}

.communiquesItem {
	width: 720px;
	/*height: 173px;*/
	border: 1px solid #dcddde;
	border-bottom: 5px solid #dcddde;
	display: inline-block;
	margin-bottom: 30px;
}

	.communiquesItem img {
		float: left;
	}

	.communiquesItem p {
		float: left;
		width: 375px;
		margin: 0 20px;
	}

	.communiquesItem h4 {
		color: #008bcb;
		text-transform: none;
		margin-left: 20px;
		font-size: 17px;
		float: left;
		width: 375px;
	}

	.communiquesItem a h4:hover {
		color: #00457c;
	}

	.communiquesItem p.date {
		font-family: "robotobold";
		float: left;
		width: 375px;
		margin: 15px 0 10px 20px;
	}

#rechParDate {
	background: #e6e7e8;
	display: inline-block;
	width: 680px;
	padding: 15px 20px 20px 20px;
	margin-bottom: 40px;
}

	#rechParDate h3 {
		text-transform: uppercase;
		font-size: 16px;
		color: #414042;
		font-family: "robotomedium";
	}

	#rechParDate .boutonLoupe {
		text-align: left;
		margin: 0 0 0 10px;
		width: 155px;
		padding: 0 0 0 40px;
		float: left;
		font-family: "robotobold";
		font-size: 15px;
		text-transform: uppercase;
		color: #fff;
		background-color: #008bcb;
		background-image: url(/images/general/icone_loupe_bg.png);
		background-repeat: no-repeat;
		background-position: left;
	}

		#rechParDate .boutonLoupe:hover {
			background-image: url(/images/general/icone_loupe_bg_hov.png);
			background-color: #00457c;
		}

.rechParDateAnnee {
	font-size: 13px;
	line-height: 20px;
	width: 60px;
	float: left;
	padding: 9px;
	margin-right: 10px;
}

#rechParDateMois {
	font-size: 13px;
	line-height: 20px;
	width: 135px;
	float: left;
	margin-right: 10px;
}

	#rechParDateMois .chosen-container-single .chosen-single,
	#rechParDateMois select {
		width: 125px !important;
	}

#rechParDate .watermark {
	font-style: normal;
}

/***********************************************************************************************************
********************************************* PAGE NOUS JOINDRE ********************************************
***********************************************************************************************************/
#nousJoindre {
	margin-bottom: 50px;
	width: 100%;
	font-family: "DIN", robotoregular;
	letter-spacing: -.6px;
}

	#nousJoindre h1 {
		margin-bottom: 20px;
	}

	#nousJoindre .nousJoindreCol {
		color: #fff;
		padding: 10px 20px 20px 20px;
		width: 435px;
		height: 80px;
		background-color: #008bcb;
		float: left;
	}

		#nousJoindre .nousJoindreCol.col2 {
			margin-left: 30px;
			background-color: #262626;
		}

		#nousJoindre .nousJoindreCol h3 {
			font-size: 17px;
			font-family: "robotomedium";
			margin-bottom: 15px;
			color: #fff;
		}

		#nousJoindre .nousJoindreCol h4 {
			padding-top: 5px;
			font-size: 17px;
			color: #fff;
		}

		#nousJoindre .nousJoindreCol h5 {
			font-family: "robotomedium";
			font-size: 48px;
			line-height: 50px;
			color: #fff;
		}

			#nousJoindre .nousJoindreCol h5 span {
				letter-spacing: -4px;
				margin-right: 10px;
			}

			#nousJoindre .nousJoindreCol h5 img {
				margin-bottom: -8px;
			}

#nousJoindreTousLesPostes .chosen-container-single .chosen-single,
#nousJoindreTousLesPostes select {
	/*width: 423px;*/
}

#nousJoindreTousLesPostes .chosen-container.chosen-with-drop .chosen-drop {
	color: #535353;
	/*width: 435px;*/
}

#nousJoindreAutresInfos {
	display: inline-block;
	margin: 30px 0;
}

	#nousJoindreAutresInfos p {
		font-family: "robotomedium";
		font-size: 16px;
		margin-bottom: 8px;
	}

/******* FORMULAIRE PAGE NOUS JOINDRE **********/
#nousJoindreForm {
	background-color: #f1f2f2;
	padding: 20px 18px 20px 22px;
	height: 470px;
	border: 1px solid #dcddde;
	border-bottom: 5px solid #dcddde;
	margin-bottom: 30px;
}

	#nousJoindreForm h2 {
		margin-bottom: 20px;
	}

#nousEcrireTousLesPostes .chosen-container-single .chosen-single,
#nousEcrireSujet .chosen-container-single .chosen-single,
#nousEcrireTousLesPostes select,
#nousEcrireSujet select {
	width: 445px;
}

#nousEcrireTousLesPostes select,
#nousEcrireSujet select {
	height: 38px;
}

#nousEcrireTousLesPostes .chosen-container.chosen-with-drop .chosen-drop,
#nousEcrireSujet .chosen-container.chosen-with-drop .chosen-drop {
	color: #535353;
	width: 457px;
}

#nousEcrireTousLesPostes,
#nousEcrireSujet {
	display: block;
	float: left;
	width: 452px;
	margin-bottom: 25px;
}

#nousEcrireSujet {
	margin-left: 26px;
}

.nousEcrireNom,
.nousEcrirePrenom,
.nousEcrireCourriel {
	font-size: 13px;
	min-height: 18px;
	width: 273px;
	padding: 10px;
}

.nousEcrirePrenom {
	margin: 0 22px 0 22px;
}

.nousEcrireTexte {
	width: 914px;
	height: 110px;
	font-family: Arial;
	padding: 9px;
	margin-top: 25px;
}

#nousJoindreForm .boutonFleche {
	display: block;
	margin: 0 auto;
}

.infoForm {
	margin-top: 12px;
	font-style: italic;
	margin-bottom: 17px;
}

/*********** 3 COLONNES DU BAS ******************/
#nousJoindre .TroisColonnes,
#nousJoindre .Colonne {
	height: 385px;
}

	#nousJoindre .Colonne h3 a:hover {
		color: #00457c;
	}

#nousJoindre .col3 h3 {
	padding-top: 20px;
	padding-left: 18px;
	font-size: 22px;
	color: #414042;
}

.infoQuartierGeneral {
	display: inline-block;
}

	.infoQuartierGeneral img {
		float: left;
		margin: 15px 10px 0 15px;
	}

	.infoQuartierGeneral span {
		float: left;
		width: 230px;
		margin: 15px 0 15px 0;
	}

#nousJoindre .TroisColonnes .Colonne.col3 p {
	margin: 0;
	padding: 0;
}

#nousJoindre .TroisColonnes .Colonne.col3 p {
	font-size: 14px;
	line-height: 22px;
}

	#nousJoindre .TroisColonnes .Colonne.col3 p.titreAdresse {
		text-transform: uppercase;
		font-family: "robotomedium";
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
	}

/***********************************************************************************************************
********************************************* PAGE PERSONNE DISPARUE ***************************************
***********************************************************************************************************/
#personneDisparue .infoFiche h2 {
	margin-bottom: 20px;
}

.profilDisparu img {
	float: left;
}

.profilDisparu table {
	font-size: 13px;
	float: right;
	margin-bottom: 30px;
}

	.profilDisparu table tbody {
		border: 1px solid #eaeaea;
		padding: 10px;
		display: block;
	}

	.profilDisparu table tr {
		display: block;
		width: 450px;
	}

	
	.profilDisparu table tbody tr:nth-child(9) {
		display: none;
	}
	.profilDisparu table tbody tr:nth-child(10) {
		display: none;
	}

		.profilDisparu table tr:nth-child(2n+1) {
			background-color: #eaeaea;
		}

		.profilDisparu table tr td {
			width: 43%;
			display: inline-block;
			padding: 2% 3%;
		}

/***********************************************************************************************************
********************************************* PAGE EN IMAGES ***************************************
***********************************************************************************************************/
.enImageVertical {
	width: 200px;
	height: 250px;
	margin: 10px 20px 10px 0;
	float: left;
}

	.enImageVertical div {
		width: 100%;
		border: 1px solid #ccc;
		border-bottom: 5px solid #ccc;
		text-align: center;
		min-height: 250px;
	}

	.enImageVertical p {
		margin: 0px;
	}

	.enImageVertical img {
		/*padding: 10px;*/
		margin-bottom: 10px;
	}

	.enImageVertical p {
		padding: 0 10px;
		font-weight: normal;
		margin-top: 10px;
	}

/***********************************************************************************************************
********************************************* PAGE Disparues ***************************************
***********************************************************************************************************/
.disparueVertical {
	width: 200px;
	height: 250px;
	margin: 10px;
	float: left;
	box-shadow: 0 4px 6px rgba(71, 71, 71, 0.1);
}

	.disparueVertical:hover {
		background-color: #ccc;
	}

	.disparueVertical img {
		max-height: 150px;
		max-width: 150px;
	}

	.disparueVertical div {
		width: 100%;
		text-align: center;
	}

	.disparueVertical p {
		padding: 10px;
		font-weight: bold;
	}

/***********************************************************************************************************
********************************************* PAGE AVIS DE RECHERCHE ***************************************
***********************************************************************************************************/
.AvisDeRechercheVertical {
	width: 200px;
	height: 320px;
	margin: 10px 20px 10px 0;
	float: left;
	box-shadow: 0 4px 6px rgba(71, 71, 71, 0.1);

}

	.AvisDeRechercheVertical:hover {
		background-color: #ccc;
	}

	.AvisDeRechercheVertical img {
		max-width: 200px;
		max-height: 150px;
	}

	.AvisDeRechercheVertical div {
		width: 100%;
		text-align: center;
	}

	.AvisDeRechercheVertical p {
		padding: 10px;
		/*font-weight:bold;*/
	}

	.AvisDeRechercheVertical a {
		color: #414042 !important;
	}

/***********************************************************************************************************
********************************************* PAGE GENERIQUE ***************************************
***********************************************************************************************************/
.page {
	margin: 0 0 30px 30px;
	width: 100%;
    max-width: 720px;
	float: left;
}

	.page ul {
		margin-left: 15px;
		list-style-type: disc;
		margin-bottom: 10px;
	}

	.page ol {
		margin-left: 15px;
		list-style-type: decimal;
		margin-bottom: 10px;
	}

	.page ul ul {
		margin-left: 15px;
		list-style-type: circle;
		margin-bottom: 10px;
	}

	.page li {
		margin-left: 30px;
		margin-bottom: 5px;
	}

	.page td,
	.page th {
		border-bottom: 1px solid #ccc;
		border-left: 0px;
		border-right: 0px;
		padding: 3px;
	}

	.page tr {
		vertical-align: middle;
	}

	.page table {
		border-top: 1px solid #ccc;
		border-left: 0px;
		border-right: 0px;
		/*border-left :1px solid #ccc;
    border-right :1px solid #ccc;*/
		margin: 10px;
	}

/***********************************************************************************************************
********************************************* Zone Medias ***************************************
***********************************************************************************************************/
#bg_banniere_medias {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	margin-top: 121px;
	background-color: #262626;
}

#banniere_medias {
	position: relative;
	height: 30px;
	margin-bottom: 25px;
	margin-top: 0;
	background-color: #262626;
	text-align: right;
}

	#banniere_medias a {
		color: White !important;
		text-decoration: none;
	}

		#banniere_medias a:hover {
			color: #ccc !important;
			text-decoration: none;
		}

	#banniere_medias ul {
		list-style-type: none;
		display: inline;
		float: right;
		position: relative;
		top: 5px;
	}

		#banniere_medias ul li {
			color: White !important;
			font-weight: bold;
			padding: 0 10px;
			border-right: 1px solid white;
			display: inline;
		}

	#banniere_medias .noborder {
		border: 0 !important;
	}

.bloc_zone_medias {
	float: left;
	margin: 10px 2%;
	width: 41%;
	border: 0px solid #ccc;
	padding: 10px;
	text-align: left;
	min-height: 200px;
}

#content_medias {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

iframe[id^=twitter-widget-] {
	width: 720px !important;
}

div[id^=twitter-widget-] {
	width: 720px;
}

.formulaireDenonciation {
	width: 720px;
	margin: 0 0 30px 30px;
	float: left;
}

	.formulaireDenonciation table {
		background-color: #eee;
		width: 98%;
		margin-bottom: 10px;
	}

		.formulaireDenonciation table th {
			color: #008bcb;
			font-family: "robotobold";
			font-weight: normal;
			font-size: 20px;
			line-height: 25px;
			margin-bottom: 10px;
			padding: 10px;
		}

	.formulaireDenonciation td {
		padding: 5px;
	}

	.formulaireDenonciation input[type=text],
	textarea {
		width: calc(100% - 14px) !important;
		margin: 0;
		padding: 6px;
		height: 165px;
	}

@media print {
	.filArianne,
	#partageConteneur,
	#ctas,
	#footer,
	#banniere_generale,
	#banniere_medias,
	#menuPrincipal,
	#menu,
	.photoFicheInfo,
	.sidebarConteneur {
		display: none;
	}

	.conteneurFicheInfo,
	.page {
		width: 100%;
	}

	.accordeon,
	.itemAccordeon,
	.infoItemAccordeon {
		display: block;
	}

	.infoFiche {
		width: 100%;
		float: none;
	}

	.profilDisparu img,
	.profilDisparu table {
		float: none;
	}
}

#columns {
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	-webkit-column-fill: auto;
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	-moz-column-fill: auto;
	column-count: 2;
	-webkit-column-gap: 15px;
	column-gap: 15px;
	column-fill: auto;
}

.pin {
	width: 450px;
	display: inline-block;
	border: 2px solid #fafafa;
	margin: 0 2px 15px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	padding: 15px;
	padding-bottom: 5px;
	opacity: 1;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.mapIconLabel {
	color: #fff;
	font-weight: normal;
	font-size: 11px;
}

.homeColumnViewAllAction {
	display: inline-block;
	background-color: #008bcb;
	color: #fff;
	font-family: "robotomedium";
	text-transform: uppercase;
	border: 3px solid #008bcb;
	font-size: 13px;
	line-height: 22px;
	height: 22px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.homeColumnViewAllContainer {
	text-align: center;
	height: 46px;
	background-color: #e8e8e8;
}

.wideInfoTable {
	width: 100%;
	float: unset !important;
	margin-left: 0 !important;
}

	.wideInfoTable tr {
		width: unset !important;
		float: unset !important;
	}

/*
		New missing wanted styles

*/
.missingPersonDetail {
	float: left;
}

	.missingPersonDetail img {
		float: left;
	}

	.missingPersonDetail table {
		font-size: 13px;
		float: right;
		margin-bottom: 30px;
	}

		.missingPersonDetail table tbody {
			border: 1px solid #eaeaea;
			padding: 10px;
			display: block;
		}

		.missingPersonDetail table tr {
			display: block;
			width: 450px;
		}

			.missingPersonDetail table tr:nth-child(2n+1) {
				background-color: #eaeaea;
			}

			.missingPersonDetail table tr td:nth-child(1) {
				width: 20% !important;
			}

			.missingPersonDetail table tr td {
				width: 66%;
				display: inline-block;
				padding: 2% 3%;
			}

.basic-pager table {
	width: 100%;
	border: unset !important;
}

.basic-pager tr {
	border: unset !important;
}

.basic-pager td {
	border: unset !important;
}

#sectorSelectorContainer {
	width: 48%;
}

	#sectorSelectorContainer .chosen-container {
		background-color: red;
		color: #535353;
		width: 100% !important;
	}

.field-validation-error {
	color: #e80c4d;
	font-weight: bold;
}

.field-validation-error-panel {
	border-color: #e80c4d;
	border-style: solid;
	border-width: 1px;
}

.field-validation-valid {
	display: none;
}

input.input-validation-error {
	border: 1px solid #e80c4d;
}

textarea.input-validation-error {
	border: 1px solid #e80c4d;
}

.chosen-validation-error {
	border: 1px solid #e80c4d;
	border-style: solid;
}

input[type=checkbox].input-validation-error {
	border: 0 none;
}

.validation-summary-errors {
	color: #e80c4d;
	font-weight: bold;
	font-size: 1.1em;
}

.validation-summary-valid {
	display: none;
}

.contact-top {
	display: inline-block;
	max-width: 573px;
}

.ms__contact {
	border: 5px solid red;
	font-size: 20px;
}
.title-911-box {
	color: white;
	display: inline-block;
	vertical-align: top;
	font-size: 30px;
	margin-top: 5px;
}

.title-911-box h3::after {
	display: block;
	padding-top: 20px;
	font-size: 12px;
	content: "S’il s’agit d’une situation non urgente, veuillez communiquer avec votre poste de quartier";
	font-family: "DIN-Medium";
}

.title-911-box img {
	display: none;
}

.contact-option-selection {
	background-color: #158cc9;
	height: 130px;
	width: 100%;
	margin-top: 45px;
}

	.contact-option-selection label {
		color: white;
		font-size: 20px;
		margin: 20px;
		display: inline-block;
	}

#nousJoindre .chosen-container {
	display: block;
	width: 95%;
	margin: 0 auto;
}

.arrow_box {
	position: relative;
	background: #158cc9;
}

/*
	.arrow_box:after {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(21, 140, 201, 0);
		border-top-color: #158cc9;
		border-width: 10px;
		margin-left: -10px;
	}
	*/
.blue-arrow {
	width: 100%;
	background: #158cc9;
	position: relative;
}

	.blue-arrow:after {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(21, 140, 201, 0);
		border-top-color: #158cc9;
		border-width: 10px;
		margin-left: -10px;
	}

.contact-options {
	margin-top: 30px;
	list-style-type: none;
}

	.contact-options > li {
		margin: 50px 0;
	}

	.contact-options li h4 {
		color: #158cc9;
	}

	.contact-options.form {
		background-color: #ebecee;
	}

/*
	.contact-options li::before {
	content: "• "; color: black

}*/
.form-container {
	background-color: #ebecee;
	padding: 20px;
}

.contact-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

	.contact-form > li {
		display: inline-block;
		width: 48%;
		margin: 10px 0;
	}

		.contact-form > li.message-element {
			width: 100%;
			display: block;
			margin-bottom: 20px;
		}

	.contact-form #sectorSelectorContainer {
		width: 100%;
	}

	.contact-form > li input {
		width: 96%;
		height: 30px;
	}

.zchosen-select {
	margin-left: 20px;
	height: 40px;
}

#AlarmForm_Contested {
	width: 50%;
}

.radio-btn-container {
	width: 100% !important;
}

	.radio-btn-container.single-page-form {
		width: 48% !important;
	}

	.radio-btn-container label {
		display: inline-block;
		width: 49%;
		vertical-align: middle;
	}

	.radio-btn-container div {
		margin-top: 10px;
		display: inline-block;
		width: 50%;
		vertical-align: middle;
	}

	.radio-btn-container label {
		display: block;
		width: 100%;
	}

	.radio-btn-container div label {
		display: inline-block;
		width: 35%;
		vertical-align: middle;
	}

		.radio-btn-container div label input {
			width: 15%;
		}

	.radio-btn-container label input {
		vertical-align: middle;
		height: auto;
	}

.driverDescription.radio-btn-container {
	width: 48% !important;
}

/*
		Datepicker styles

*/
.ui-datepicker {
	width: 216px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	background-color: white;
}

	.ui-datepicker a {
		text-decoration: none;
	}

	.ui-datepicker table {
		width: 100%;
	}

.ui-datepicker-header {
	background: repeat 0 0 #008bcb;
	color: #fff;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
	-webkit-filter: dropshadow(color=#000, offx=1, offy=-1);
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}

.ui-datepicker-title {
	text-align: center;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url("../images/nous_joindre/arrow.png");
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}

.ui-datepicker-prev {
	float: left;
	margin-left: 5px;
	background-position: center -30px;
}

.ui-datepicker-next {
	float: right;
	margin-right: 5px;
	background-position: center 0px;
}

.ui-datepicker thead {
	background-color: #f7f7f7;
	border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
	text-transform: uppercase;
	text-align: center;
	font-size: 6pt;
	padding: 5px 0;
	color: #666;
	text-shadow: 1px 0px 0px #fff;
	-webkit-filter: dropshadow(color=#fff, offx=1, offy=0);
	filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
	padding: 0;
	border-right: 1px solid #bbb;
}

	.ui-datepicker tbody td:last-child {
		border-right: 0px;
	}

.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}

	.ui-datepicker tbody tr:last-child {
		border-bottom: 0px;
	}

.ui-datepicker td span,
.ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666;
	text-shadow: 1px 1px 0px #fff;
	-webkit-filter: dropshadow(color=#fff, offx=1, offy=1);
	filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
}

.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}

.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
	background: #008bcb;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	color: #fff;
	text-shadow: 0px 1px 0px #4d7a85;
	-webkit-filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}

/*
	Timepicker styles
*/
.ui-timepicker-wrapper {
	overflow-y: auto;
	max-height: 150px;
	width: 33.15em;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	outline: none;
	z-index: 10052;
	margin: 0;
}

	.ui-timepicker-wrapper.ui-timepicker-with-duration {
		width: 13em;
	}

		.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
		.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
			width: 11em;
		}

.ui-timepicker-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ui-timepicker-duration {
	margin-left: 5px;
	color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888;
}

.ui-timepicker-list li {
	padding: 3px 0 3px 5px;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
	list-style: none;
	margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #fff;
	color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
	background: #1980ec;
	color: #fff;
}

	li.ui-timepicker-selected .ui-timepicker-duration,
	.ui-timepicker-list li:hover .ui-timepicker-duration {
		color: #ccc;
	}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default;
}

	.ui-timepicker-list li.ui-timepicker-disabled:hover,
	.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
		background: #f2f2f2;
	}

.z_chosen-select {
	margin: 0 auto;
	padding: 0 5px;
	display: block;
	height: 40px;
}

/*
	Fix Chrome round button
*/
.boutonFleche {
	border-radius: 0;
}

/* Utilities */
.margin-auto {
	margin: auto;
}

.margin-0 {
	margin: 0;
}

.padding-right-5 {
	padding-right: 5em;
}

.hide-mobile {
	display: inherit;
}

.mobile-only {
	display: none !important;
}

.text-uppercase {
	text-transform: uppercase;
}

/* Link + arrow */
.bxslider a::after,
.section-onglets_content .bxsliderx .col-info a::after {
	font-family: spvm !important;
	font-style: normal;
	font-weight: inherit;
	font-variant: normal;
	text-transform: inherit;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* content: "\E94D"; */
	margin-left: 1em;
	font-size: 0.85em;

}
	.contenuAccueil_infos h4 {
		font-size: 25px;
		text-transform: none;
		line-height: 29px;
	}

	.bxsliderx h4 a,
	.bxslider h4 a {
		color: inherit;
		text-transform: none !important;
	}
		.bxsliderx h4 a::after,
		.bxslider h4 a::after,
		.bxslider li>a::after{
			content: none !important;
		}

		.bxsliderx h4 a:hover,
		.bxslider h4 a:hover {
			color: #008bcb;
		}

.section-onglets_content .bxsliderx li .col-info a {
	font-weight: normal !important;
}

/* Slider */
.contenuAccueil_item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* Video Header */
.carouselAccueil_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 1);
}

/* Mobile menu */
#mobile-menu-button {
	display: none;
	float: right;
	border: none;
	padding: 12px 0;
	margin: auto 20px;
	height: auto;
	cursor: pointer;
	outline: none;
}


	#mobile-menu-button span {
		width: 25px;
		height: 5px;
		background-color: #414042;
		margin: 4px 0;
		display: block;
		transition: -webkit-transform 0.3s ease-in-out;
		-webkit-transition: -webkit-transform 0.3s ease-in-out;
		-o-transition: transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	}

	#mobile-menu-button.active span:nth-child(1) {
		-webkit-transform: rotate(45deg) translateY(2px);
		-ms-transform: rotate(45deg) translateY(2px);
		transform: rotate(45deg) translateY(2px);
	}

	#mobile-menu-button.active span:nth-child(2) {
		-webkit-transform: rotate(-45deg) translateY(-6px) translateX(4px);
		-ms-transform: rotate(-45deg) translateY(-6px) translateX(4px);
		transform: rotate(-45deg) translateY(-6px) translateX(4px);
	}

	#mobile-menu-button.active span:nth-child(3) {
		-webkit-transform: rotate(-45deg) translateY(-13px) translateX(10px);
		-ms-transform: rotate(-45deg) translateY(-13px) translateX(10px);
		transform: rotate(-45deg) translateY(-13px) translateX(10px);
	}

#menuWrapper {
	height: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	height: 14px;
	width: 14px;
}

.search-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-left: -20px;
}

/************************** Tablet *******************************/
@media screen and (max-width: 1024px) {
	#contenu {
		/*padding: 111px 0 0 0;*/
        margin-top: 130px;
	}

	#contenu-home {
		margin-top: 111px;
		min-width: 0;
		width: 100%;
	}

	#bg_banniere_generale {
		margin-top: 111px;
	}

	#urgenceHaut {
		top: 61px;
	}

	#carouselAccueil {
		min-width: 0;
	}

		#carouselAccueil.carouselAccueil-video {
			height: 560px;
			padding-top: 0;
		}

	#contenuAccueil {
		padding-bottom: 0;
		margin-bottom: -18px;
	}

	.section-onglets {
		margin-bottom: 24px;
	}

	.contenuAccueil_bloc-image img {
		width: 100%;
		height: auto;
		-o-object-fit: cover;
		object-fit: cover;
		margin-top: 10px;
	}
	.contenuAccueil_infos h4 {
		font-size: 20px	;
		line-height: 21px;
	}

	#titreCarouselAccueil {
		width: 100%;
		top: 40%;
	}

		#titreCarouselAccueil h1, #titreCarouselAccueil h2 {
			margin: auto;
		}

	/*#contenuAccueil {
		padding-left: 10px;
		padding-right: 10px;
	}*/

	/******************** Mobile menu ********************/
	#header {
		height: 60px;
	}

		#header #logo {
			height: 46px;
			width: auto;
		}

			#header #logo img {
				margin-top: 5px;
				max-height: 100%;
			}

	body.mobile-menu-active {
		overflow: hidden;
	}

		body.mobile-menu-active #header {
			position: absolute;
		}

	.header-menu-container {
		position: fixed;
		width: 100%;
		z-index: 80;
	}

	#mobile-menu-button {
		display: block;
	}

	#menu {
		background-color: #f2f2f2;
		position: fixed;
		top: 60px;
		left: 0;
		height: 100%;
		width: 100%;
		overflow: auto;
		display: none;
		/*-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		transition: -webkit-transform 0.3s ease-in-out;
		-webkit-transition: -webkit-transform 0.3s ease-in-out;
		-o-transition: transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;*/
	}
		/*#menu.opening {
			display: block;
		}*/

		#menu.active {
			/*-webkit-transform: translateX(0%);
			-ms-transform: translateX(0%);
			transform: translateX(0%);*/
			display: block;
		}

	.menu-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	#menuHaut {
		margin: auto;
	}

		#menuHaut li {
			display: block;
			float: none;
			padding: 15px 0;
		}

	#menuPrincipal,
	.top-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		padding: 2em 10px;
	}

		#menuPrincipal .itemMenu {
			float: none;
			display: block;
		}

        #menuPrincipal .itemMenu.communiquer {
            display: block;
            max-width: 100%;
        }

			#menuPrincipal .itemMenu br {
				display: none;
			}

			#menuPrincipal .itemMenu .sousMenu .col_sm6 img {
				display: none;
			}

			#menuPrincipal .itemMenu .sousMenu .col_sm6 .titre_sm6 {
				width: auto;
				height: auto;
				background: none;
				position: initial;
				z-index: auto;
			}

				#menuPrincipal .itemMenu .sousMenu .col_sm6 .titre_sm6 h3 {
					position: initial;
					color: #313131;
				}

	#menuPrincipal {
		background-color: #fff;
	}

		#menuPrincipal .itemMenu .itemMenu_titre {
			float: none;
		}

	#rechercheHaut {
		padding: 0;
		margin: auto;
		min-width: 230px;
	}

		#rechercheHaut form {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
		}

		#rechercheHaut .inputRecherche {
			width: 100%;
		}

	.sousMenu {
		position: initial;
		height: auto;
		margin: 0 -15px;
		padding: 20px 15px;
	}

		.sousMenu.sm1 {
			padding: 20px 15px;
			height: auto;
		}

		.sousMenu.sm6 {
			display: none !important;
		}

	#rechSousMenu {
		height: 48px;
		width: 300px;
		margin: auto;
	}

	.inputRechercheSousMenu,
	.inputRechercheSousMenu:focus {
		font-size: 20px;
		line-height: 20px;
		width: calc(100% - 50px);
	}

	.submitRechecheSousMenu,
	.submitRechecheSousMenu:focus {
		width: 25px;
		height: 25px;
		margin: 2px 6px 0 0;
		background-size: contain;
	}

	#autresOptionsRecherche {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
		width: auto;
		margin: 0 -15px -20px;
		padding: 25px;
	}

		#autresOptionsRecherche > span {
			display: block;
		}

		#autresOptionsRecherche a[class^=bouton] {
			font-size: 14px;
			min-width: 220px;
			max-width: 300px;
			margin: 20px auto 0 auto;
		}

		#autresOptionsRecherche a.boutonFleche {
			padding-right: 55px;
		}

	.sousMenu.sm3 {
		width: 100%;
		padding: 20px 15px;
		height: auto;
	}

		.sousMenu.sm3 span[id] {
			display: inline-block;
			width: auto !important;
			padding-left: 0;
			padding-right: 0;
		}

	#rechCodePostal,
	#rechQuartier,
	#rechTousLesPostes {
		float: none;
		padding-left: 0;
		padding-right: 0;
	}

	#rechParAdresse {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

		#rechParAdresse > input {
			margin: 0 0 15px;
			max-width: 275px;
			width: 100%;
		}

		#rechParAdresse .boutonLoupe {
			margin-top: 15px;
		}

		#rechQuartier .chosen-container-single .chosen-single,
		#rechQuartier select,
		#rechParAdresse .chosen-container-single .chosen-single,
		#rechParAdresse select,
		#rechTousLesPostes .chosen-container-single .chosen-single,
		#rechTousLesPostes select {
			width: 285px;
			margin-top: 0;
		}

	#SousMenuQuestionPoste {
		margin: 20px -15px -20px;
	}

	.sousMenu.sm3 .chosen-container {
		width: auto !important;
	}

	.sousMenu.sm6 {
		padding: 20px 15px;
		min-height: 470px;
	}

	.sousMenu > img {
		display: none;
	}

	#SousMenuQuestionPoste a {
		float: none;
	}

	.ListeSousMenu {
		float: none !important;
		width: 200px;
		margin: auto;
		text-align: center;
		margin-bottom: -15px;
	}

		.ListeSousMenu li a {
			background: none;
			padding-left: 0;
			padding-bottom: 20px;
		}

	.sousMenu .col_sm6 {
		float: none;
		width: auto;
		margin: 15px 10px;
	}

	#overlayPourMenu {
		display: none !important;
	}

	/******************** End Mobile menu ********************/
	.hide-mobile {
		display: none !important;
	}

	.mobile-only {
		display: inherit !important;
	}

	.carouselAccueil_video {
		display: none;
	}

	#banniere_police_quartier {
		margin-top: -20px;
	}

    #ctas {
        height: auto;
        flex-direction: column;
        align-items: center;
    }

    #ctas a{
        margin: 30px 0;
    }

    .pin{
        width:calc(100% - 60px);
    }
}

@media screen and (min-width: 601px) {
	.hide-tablet {
		display: none !important;
	}
}
/***********************************************************************************************************
********************************************* ACCUEIL MOBILE STYLES***************************************
***********************************************************************************************************/
@media screen and (max-width: 600px) {
	body {
		font-family: "DIN";
	}
	.date {
		font-weight: bold;
	}
	
	#conteneurGlobal {
		/*min-width: 0;*/
		max-width: 100%;
	}


		#conteneurGlobal.new-homepage {
			min-width: 0;
		}

	#contenu {
		/*padding: 10px;
		padding-top: 0;
		margin-top: 111px;*/
	}

	#contenu-home {
		margin-top: 111px;
	}

	.conteneur {
		width: 100%;
		height: 100%;
	}

	/*#caroussel-featured .bx-wrapper .bx-pager {
		position: relative;
		padding-top: 20px;
		margin-top: 20px;
	}*/

	/*#ctas {
		height: auto;
	}

		#ctas .ctaFonce,
		#ctas .ctaPale {
			float: none;
			width: 222px;
			margin: auto;
		}*/
	#urgenceHaut p {
		font-size: 12px;
	}

	#urgenceHaut .boutonFleche {
		font-size: 12px;
		background-position: 95% center;
		background-size: auto 100%;
		line-height: 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	#carouselAccueil {
		min-width: 0;
		max-width: 100%;
		min-height: 480px;
		height: auto;
	}

		#carouselAccueil.carouselAccueil-video {
			height: auto;
		}

		#carouselAccueil img {
			text-align: center;
			margin-left: 50%;
			-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			transform: translateX(-50%);
		}


	#titreCarouselAccueil h1,
	#titreCarouselAccueil h2 {
		width: 237px;
		font-size: 36px;
		margin: auto;
	}

	#caroussel-featured {
		width: calc(100% - 20px);
		margin-left: 10px;
		margin-right: 10px;
		height: auto;
	}

		#caroussel-featured .bxslider li {
			height: auto;
			-webkit-box-orient: vertical;
			-webkit-box-direction: reverse;
			-ms-flex-direction: column-reverse;
			flex-direction: column-reverse;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}

	.caroussel-featured_photo {
		bottom: 0;
		top: auto;
		width: 100%;
		height: 300px;
		position: relative;
        background-position: top center;
	}

	.caroussel-featured_accueil {
		left: 0;
		padding: 30px 25px;
		width: calc(100% - 50px);
		position: unset;
	}

		.caroussel-featured_accueil p {
			display: none;
		}

	.report-banner {
        flex-direction: column;
	}

    .report-banner .report-item{
        width: calc(100% - 20px);
    }

    .report-banner .report-item:nth-child(2){
        margin: 24px 0;
    }

	.contenuAccueil_main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: calc(100% -20px);
		padding: 0 10px;
		margin-bottom: 0;
	}

		.contenuAccueil_main .contenuAccueil_bloc-category {
			width: calc(100% - 2px);
			text-align: center;
			padding: 10px 0;
			position: relative;
		}

		.contenuAccueil_bloc {
			width: 100%;
			margin-bottom: 24px;
			min-height: 0;
		}

			.contenuAccueil_bloc .bx-viewport {
				background-color: #f2f2f2;
			}

			.contenuAccueil_infos {
				padding: 11px 7px 60px;
				height: auto;
			}

		.contenuAccueil_infos p {
			display: none;
		}

		.contenuAccueil_item {
			-webkit-box-orient: vertical;
			/*-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;*/
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}

	.section-onglets {
		width: calc(100% - 20px);
		margin-bottom: 0;
	}

	.section-onglets_onglets {
		display: none;
	}

	.section-onglets_tab {
		display: block;
		margin-bottom: 24px;
	}

	.tabDisparuAccueil .bxsliderx li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

		.tabDisparuAccueil .bxsliderx li .col-img {
			width: 100%;
			min-width: 0;
		}

			.tabDisparuAccueil .bxsliderx li .col-img a {
				width: 100%;
				height: 100%;
			}

		.tabDisparuAccueil .bxsliderx li .col-info {
			padding: 30px;
			margin-bottom: 30px;
		}

		/* Meurtres non résolus home - mobile */
		.meurtres-home-item {
			flex-direction: column;
		}

		.meurtres-home-img {
			width: 100%;
			min-width: 0;
			height: 250px;
		}

		.meurtres-home-img a {
			width: 100%;
			height: 100%;
		}

		.meurtres-home-info {
			padding: 30px;
			margin-bottom: 30px;
		}
		
		/* ms */
		.boutonFleche,
		a.boutonFleche {
			padding: 9px 34px 5px 15px;
			line-height: 18px;
			height: auto;
		}
	#liensFooterStrate1 {
		height: auto;
	}

		#liensFooterStrate1 .conteneur {
			padding: 30px 0 30px;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
		}

		#liensFooterStrate1 p {
			font-size: 12px;
		}

	#BasFooter {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}

	.logoFooter p {
		margin-top: 20px;
	}

	.contenuAccueil_infos p {
		white-space: nowrap;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}

	.contenuAccueil_bloc-image {
		border-top: none;
	}

	.mobile-seperator {
		border-bottom: 1px solid #444345;
		padding-bottom: 2.5em;
		margin-bottom: 2.5em;
		width: 310px;
	}

	.informationsBas_titre {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.tabDisparuAccueil .bxsliderx li .col-info_details {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

		.tabDisparuAccueil .bxsliderx li .col-info_details div {
			padding: 0;
			border: none;
		}

	.tabDisparuAccueil .contenuAccueil_bloc-category {
		width: 100%;
		text-align: center;
		padding: 10px 0;
		position: relative;
	}

    .page{
        margin-left:0;
        max-width: calc(100% - 20px);
    }

    .conteneurFicheInfo{
        margin-left:0;
    }

    .infoGenerale,
    #banniere_police_quartier,
    #accederAmonPoste,
    #carteMontreal,
    #rechPosteQuartierPage,
    .infoPosteQuartier,
    .ficheInfoPosteQuartier,
    .derniereNouvelleHorizontal,
    .communiquesItem,
    .inputRecherchePage,
    .colInfoPosteQuartier {
        max-width: calc(100% - 20px);
    }

    #carteMontreal{
        padding-bottom: 220px;
    }

    #rechPosteQuartierPage {
        position: static;
        max-width: calc(100% - 40px);
        width:auto;
        height: auto;
    }

    #rechQuartierPage select {
        max-width: calc(100% - 100px);
    }

    .infoPosteQuartier {
        margin-left: 0;
        max-width: calc(100% - 20px);
    }

    .ficheInfoPosteQuartier #carteMontreal{
        padding-bottom: 20px;
    }

    .derniereNouvelleHorizontal{
        height: auto;
        padding-bottom: 20px;
    }

        .derniereNouvelleHorizontal > * {
            max-width: calc(100% - 20px);
        }

    #rechParDate {
        max-width: calc(100% - 40px);
    } 

    #rechParDate #rechParDateMois{
        margin-bottom: 30px;
    }

        #rechParDate .boutonLoupe {
            margin-left: 0;
        }

    #communiquesListe{
        margin-left:0;
    }

    .communiquesItem *{
        max-width: calc(100% - 20px);
    }

    .inputRecherchePage, .inputRecherchePage:focus{
        font-size: 20px;
    }

    #columns {
        column-count: 1;
    }

    .contact-form > li{
        width: calc(100% - 20px);
    }

    .radio-btn-container div label{
        width: 30%!important;
    }
}


/* disable cky logo - ms 20230921 */
.cookyeyes-logo {
	display: none;
}

/* Cacher PDQ 22 dans les résultats de recherche */
.search-results div:has(a[href*="/PDQ22"]) {
	display: none !important;
}