<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: SEPT
Theme URI: http://wordpress.org/
Description:
Author: Dix-Onze inc.
Version: 1.0

strppd.css by Iain MacDonald(http://iainspad.com/strppd-css/)

Based on the Meyer Reset by MeyerWeb (http://meyerweb.com/eric/tools/css/reset/)
This is a modified version with additional resetting such as setting certain elements to certain properties, as they should.
This also carries some resets for HTML5 elements i.e. the ':required' pseudo-selector, as well as resetting for mobile browsers.
Also included is some typographical styling, just to set them to their respective type styles.
Finally, there's also form and interactive element styling so forms and navigation elements look clickable.

Be sure to contribute any improvements and changes to this reset as you see fit. Have fun!

v. 1.0
License: Public Domain

*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary, main {display: block;}

/*---Universal Selector to add additional resets, such as text-size adjust and tap highlighting---*/

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

a {text-decoration: none;}

body {line-height: 1;}

ol, ul {list-style-type: none;}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}




/*---Additional Form resets---*/

button, input[type="button"] {background: none;}

:required {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

/*---Typographic Styling---*/

em, i {font-style: italic;}

strong, b {font-weight: bold;}

u {text-decoration: underline;}

pre, code {font-family: Monaco, Courier, monospace;}

pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
}

blockquote, q {quotes: "" "";}

/*---Interactive Element Settings---*/

a, input[type="submit"], input[type="button"], button, label[for] {cursor: pointer;}

/*---Misc. Element Styling---*/

img {-ms-interpolation-mode: bicubic;}

sup {
    vertical-align: super;
    font-size: smaller;
}
/* End strppd.css */

/* Custom fonts */
/*
@font-face {
    font-family: 'ModernPictogramsNormal';
    src: url('fonts/modernpictograms/modernpics-webfont.eot');
    src: url('fonts/modernpictograms/modernpics-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/modernpictograms/modernpics-webfont.woff') format('woff'),
         url('fonts/modernpictograms/modernpics-webfont.ttf') format('truetype'),
         url('fonts/modernpictograms/modernpics-webfont.svg#ModernPictogramsNormal') format('svg');
    font-weight: normal;
    font-style: normal; }
*/

/* Proper box model */
* { }

/* General styles */

a{
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	color: #c02842;
}

a:hover {
	color: #323232;
}

.filtre-search.active {
	color: #323232;
}

address{  }

aside{  }

b, strong{  }

body {
	font-size: 16px;
	color: #5a5a5a;
	font-family: 'Roboto', sans-serif;
	background: #5a5a5a;
}

blockquote {
    background: #f2f2f2;
    padding: 24px 48px;
    margin-bottom: 24px;
    clear: both;
}

button{ cursor: pointer; }
button:hover{  }
button:active{  }

caption, th, td{ vertical-align: middle; }

h2 {
	font-size: 32px;
	color: #323232;
	font-weight: 300;
	margin-bottom: 24px;
}
.single #contenu-premier h2 {
  margin-top: 24px; 
}
h1,
h2.comme-h1 {
	font-size: 2em;
	color: #272727;
	font-weight: 500;
	padding-bottom: 12px;
	border-bottom: 1px solid #323232;
	margin-bottom: 20px;
	text-transform: uppercase;
}
h2.comme-h1.premier,
h1 {
	padding-top: 12px;
	border-top: 8px solid #323232;
	text-transform: uppercase;
}

h1.comme-h2 {
	font-size: 20px;
	line-height: 24px;
}
h3{  }
h4{  }
h5{  }
h6{  }

.alignleft {
  float: left;
  padding-right: 24px;
  padding-bottom: 24px;
}
.alignright {
  float: right;
  padding-left: 24px;
  padding-bottom: 24px;
}

.light-title {
	font-size: 24px;
	color: #c02842;
	margin: 0;
}

.light-title:hover {
	color: #323232;
}

.resultat-item .cpt-item {
	font-size: 10px;
	background:#323232;
	padding:7px 12px;
	display: inline-block;
	color:white;
	font-weight: 600;
}

.resultat-item .excerpt {
	color: #323232;
	margin-top: 15px;
	margin-bottom: 15px;
}


.resultat-item {
	display: block;
	padding: 30px 0 0 0;
	border-bottom: 1px solid grey;
}

.resultat-item .btn-std {
	padding: 10px 14px;
	margin-bottom: 30px;
	font-size: 12px;
}


.resultat-item .date-content {
	margin-top: 5px;
	font-size: 12px;
}

.resultat-item .creation {
	margin-right: 20px;
}

.resultat-item i {
	margin-right: 5px;
}

h1.comme-p {
	border-top: 0;
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 1em 0;
	text-transform: none;
	border-bottom: 0;
	padding: 0;
}

hr {
	margin: 12px 0 12px 0;
	border-bottom: 4px solid #323232;
}
hr.avec-espace {
	margin: 12px 0 36px 0;
}

i, em{  }

img {
	max-width: 100% !important;
	height: auto !important;
}

input, select, textarea{  }

input[type=radio]{  }
input[type=checkbox]{  }

label{  }

li{  }

p {
	font-size: 16px;
	line-height: 22px;
	margin:0 0 1em 0;
}

select{  }
select option{  }

table{ border: 0; border-spacing:0; empty-cells:show; }

textarea{ resize: none; }

ul, ol {}

input[type=text], input[type=email] {
	width: 100%;
	padding: 8px 12px;
	border: 1px solid #cecece;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 12px;
	color: #5a5a5a;
}
input[type=text]::placeholder {
	/*text-transform: uppercase;*/
}

input[type=submit] {
	text-transform: uppercase;
	color: #fff;
	background: #5a5a5a;
	border: 0;
	padding: 10px 16px;
}
input[type=submit]:hover {
	background: #323232;
}

/* Custom styles */

#entete-principale {
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 200;
}

	#entete-principale #ep-rouge {
		width: 100%;
		height: 15px;
		background: #c02842;
	}

	#entete-principale #ep-blanc {
		width: 100%;
		/*height: 115px;*/
		height: 70px;
		position: relative;
	}


	#entete-principale #ep-gris {
		width: 100%;
		height: 75px;
		background: #272727;
		position: relative;
		z-index: 250;
	}

	#entete-principale .recherche {
		display: block;
		width: 48px;
		height: 48px;
		border: 1px solid #555;
		background: #272727;
		margin-top: 12px;
		float: right;
	}

	#search-icon .recherche {
		display: none !important;
	}


	#entete-principale .recherche:hover {
			background: #323232;
	}

	#entete-principale .les-logos {
		height: 100%;
	}
	#entete-principale .les-logos .logo-fcsq {
		height: 70% !important;
	}
	#entete-principale .les-logos:before {
		content: ' ';
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}
		#entete-principale .les-logos img {
			display: inline-block;
			vertical-align: middle;
            height: 80% !important;
		}
			#entete-principale .les-logos img.definition-sept {
				margin: 0 40px 0 28px;
			}

	#entete-principale #menu-principal {
	}
		#entete-principale #menu-principal ul li a {
			padding: 29px 26px;
			font-size: 17px;
			line-height: 17px;
			/*border-right: 1px solid #5a5a5a;*/
			color: #fff;
			font-weight: 500;
			text-transform: uppercase;
			display: block;
		}
		#entete-principale #menu-principal ul li:hover a {
			background: #323232;
		}
		#entete-principale #menu-principal ul li.current-menu-item {
			background: #c02842;
		}
		#entete-principale #menu-principal #menu_haut {
			margin-bottom: 0;
		}

	#entete-principale #ep-image {
		width: 100%;
		height: 150px;
		background: #ddd url(images/temp/header-accueil.jpg) no-repeat center center;
		background-size: cover;
		position: relative;
		z-index: 225;
	}
		#entete-principale #ep-image .masque {
			width: 100%;
			height: 45px;
			background: rgba(0, 0, 0, 0.2);
			position: absolute;
			left: 0;
			bottom: 0;
		}

	#entete-principale #menu-action {
		position: absolute;
		left: 0;
		bottom: -37px;
	}
		#entete-principale #menu-action li {
			display: inline-block;
		}
		#entete-principale #menu-action li a {
			font-size: 16px;
			line-height: 1;
			color: #fff;
			text-transform: uppercase;
			font-weight: bold;
			display: inline-block;
			padding: 20px 30px;
			margin-left: 28px;
		}
		#entete-principale #menu-action li a:first-child {
			margin-left: 20px;
		}
		#entete-principale #menu-action li.generique a {
			background-color: #c02842;
		}
		#entete-principale #menu-action li.actif a {
			background: #323232 !important;
		}
		#entete-principale #menu-action li a.generique:hover,
		#entete-principale #menu-action li a:hover {
			background: #777;
		}

	#entete-principale #menu-membre {
		margin-top: 13px;
		float: right;
	}
		#entete-principale #menu-membre li {
			display: inline-block;
		}
		#entete-principale #menu-membre li a {
		}

.logo-sept {
	margin-right: 60px;
}

#breadcrumbs {
	position: relative;
	z-index: 100;
}
	#breadcrumbs .wrapper {
		padding-bottom: 24px;
	}
	#breadcrumbs a {
		color: #5a5a5a;
		text-decoration: underline;
	}
	#breadcrumbs a:hover {
		text-decoration: none;
	}

#contenu-principal {
	display: block;
	clear: both;
	position: relative;
	z-index: 100;
}
#contenu-principal.mon-compte {
    background: white;
}
	#contenu-principal ul {
		list-style: disc;
		margin:0 0 1em 34px;
	}
	#contenu-principal li {
		font-size: 16px;
		line-height: 22px;
		margin:0 0 1em 0;
	}
    #contenu-principal.mon-compte li {
		margin:0 0 0 0;
    }

#piedpage-secondaire {
	background: #272727;
	padding: 40px 0;
}
	#piedpage-secondaire h2 {
		font-size: 32px;
		font-weight: normal;
		margin-bottom: 36px;
	}
	#piedpage-secondaire p {
		font-size: 16px;
	}
	#piedpage-secondaire .grid_2 {
		min-height: 320px;
		position: relative;
	}
		#piedpage-secondaire .grid_2 .btn-std {
			position: absolute;
			left: 0;
			bottom: 0;
		}
	#piedpage-secondaire .couleur-jaune {
		color: #a08d51;
	}
	#piedpage-secondaire .couleur-grise {
		color: #a0a0a0;
	}
	#piedpage-secondaire .couleur-verte {
		color: #5c888d;
	}
	#piedpage-secondaire .couleur-jaune h2 {
		color: #cbb367;
	}
	#piedpage-secondaire .couleur-grise h2 {
		color: #ebebeb;
	}
	#piedpage-secondaire .couleur-verte h2 {
		color: #7ab7bc;
	}
	#piedpage-secondaire .btn-std {
		color: #fff !important;
	}
	#piedpage-secondaire .couleur-jaune .btn-std {
		background-color: #cbb367;
	}
	#piedpage-secondaire .couleur-grise .btn-std {
		background-color: #777777;
	}
	#piedpage-secondaire .couleur-verte .btn-std {
		background-color: #7ab7bc;
	}
	#piedpage-secondaire .btn-std:hover {
		color: #323232 !important;
		background-color: #fff;
	}
	#piedpage-secondaire .bulle {
		position: absolute;
		right: 30px;
		top: 40px;
	}

#piedpage-principal {
    padding: 20px 0;
	background: #5a5a5a;
	color: #cecece;
	font-size: 12px;
    line-height: 1.4;
}
    #piedpage-principal .wrapper {
        display: flex;
	}
	#piedpage-principal .grid_3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 0.9rem;
    }
		#piedpage-principal .grid_3:before {
				content: ' ';
				display: inline-block;
				vertical-align: middle;
				height: 100%;
		}
		#piedpage-principal img {
                width: auto;
                height: 100%;
				display: inline-block;
				vertical-align: middle;
		}
    #piedpage-principal a {
        color: white;
        text-decoration: underline;
    }
    #piedpage-principal a:hover {
        color: #cecece;
        text-decoration: none;
    }

#sidebar {

}
	#sidebar li {
		list-style: none;
	}
	#sidebar .bloc-sidebar {
		padding-bottom: 38px;
	}
	#sidebar .bloc-sidebar.formulaire {
		padding: 24px 20px;
		background: #ebebeb;
	}

	.bloc-sidebar form {
		height: 30px;
		display: block;
	}
	#sidebar h2 {
		font-size: 24px;
		font-weight: 400;
		color: #fff;
		padding: 14px 24px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 14px;
	}
	#sidebar h2.sans-style {
		color: #5a5a5a;
		padding: 0;
	}
	#sidebar p {
		font-size: 14px;
		line-height: 20px;
		font-weight: 300;
	}

	#sidebar .sidebar-bg h2 {
		background-color: #7ab7bc;
		font-size: 19px;
		text-align: left;
	}
	#sidebar h2.widgettitle {
		padding: 0;
		background-color: transparent;
		font-size: 24px;
		text-align: left;
		color: #323232;
		text-transform: uppercase;
		margin-bottom: 32px;
	}
	#sidebar .widget_recent_entries ul {
		margin: 0 0 0 0;
	}
	#sidebar .widget_recent_entries li {
		padding-bottom: 18px;
		margin-bottom: 20px;
		list-style: none;
		border-bottom: 1px solid #323232;
	}
	#sidebar .widget_recent_entries li a {
		font-size: 16px;
		line-height: 16px;
		color: #323232;
		font-weight: bold;
	}
	#sidebar .widget_recent_entries li a:hover {
		color: #c02842;
	}
	#sidebar .widget_recent_entries li span {
		display: block;
		font-style: italic;
		font-size: 14px;
	}
	#sidebar .widget_categories h2 {
		display: none;
	}
	#sidebar .widget_categories ul {
		margin: 0;
	}
	#sidebar .widget_categories li {
		list-style: none;
	}
	#sidebar .widget_categories li a {
		padding: 14px 30px;
		background-color: #323232;
		text-align:left;
		display: block;
		margin-bottom: 12px;
		color: #f8f7f5;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 15px;
	}
	#sidebar .widget_categories li a:hover {
		background-color: #c02842;
	}

/* Nouvelles */

.nouvelle-resume {
}
	.nouvelle-resume article {
		padding-bottom: 24px;
		margin-bottom: 24px;
		border-bottom: 1px solid #bfbfbd;
	}
	.nouvelle-resume article:last-child {
		border-bottom: 0;
		margin-bottom: 0;
	}
	.nouvelle-resume h2 {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 12px;
		font-weight: 500;
	}
		.nouvelle-resume h2 a {
			color: #323232;
		}
		.nouvelle-resume h2 a:hover {
			color: #777777;
		}
	.nouvelle-resume figure {
		display: block;
		margin-right: 20px;
		float: left;
	}
	.nouvelle-resume p {
		margin-bottom: 0;
	}
	.nouvelle-resume .la-section {
		display: inline-table;
		background-color: #555;
		color: #fff;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: bold;
		padding: 6px 10px 4px 10px;
		margin-bottom: 18px;
	}
	.nouvelle-resume .la-section:hover {
		background-color: #777;
	}
	.nouvelle-resume .consultation {
		color: #c02842;
		margin-top: 12px;
		font-size: 14px;
		display: block;
	}
	.nouvelle-resume .consultation:hover {
		color: #323232;
	}
	.entete-contenu {
		width: 5%;
		margin-right: 3%;
		text-align: center;
		display: block;
		float: left;
	}
	.entete-contenu i {
		font-size: 32px;
		color: #bbb;
	}
	.entete-contenu time.creation {
		width: 100%;
		padding: 6px 0;
		color: #fff;
		margin-bottom: 18px;
		/*background-color: #272727;*/
		background-color: #777777;
		font-size: 10px;
		line-height: 15px;
		font-weight: 300;
		display: block;
	}
		.entete-contenu time.creation span {
			font-size: 20px;
			line-height: 25px;
			font-weight: 500;
		}
	.nouvelle-resume time.modification {
    font-size: 14px;
    color: #786a3e;
    font-weight: 500;
    font-style: italic;
    padding-bottom: 12px;
    display: block;
	}
	.nouvelle-resume .contenu-article {
		width: 92%;
		float: left;
	}

/* ID Particuliere */
#searchform {
	position: relative;
}

.search-header #searchform {
	position: relative;
	top:10px;
}
	#searchform input {
		padding: 17px 14px 16px 14px;
		border: 2px solid #272727;
		margin-bottom: 0;
		font-weight: 600;
		font-size: 16px;
	}
	#searchform input::placeholder {
		text-transform: none;
	}
	#searchform button {
		width: 50px;
		height: 50px;
		border: none;
		background-color: transparent;
		position: absolute;
		right: 0;
		top: 0;
	}

	.search-header #searchform button {
		right: 2px;
		top: -5px;
	}

		#searchform button i {
			font-size: 24px;
		}



/* Classes Generiques */
.bloc-outils {
	height: 60px;
	margin-top: -20px;
	/*border-top: 1px solid #737373;*/
	border-bottom: 5px solid #2f2f2f;
	margin-bottom: 20px;
}
	.bloc-outils &gt; a {
		margin-right: 50px;
		line-height: 60px;
		color: #272727;
		font-size: 15px;
		font-weight: bold;
	}

.un-topo {
	margin-bottom: 24px;
	padding-bottom: 8px;
	border-bottom: 1px solid #bfbfbd;
}
	.un-topo h2 {
		font-size: 18px;
		line-height: 22px;
		font-weight: bold;
		margin-bottom: 12px;
		color: #323232;
	}
		.un-topo h2 a {
			color: #323232;
		}
	.un-topo time {
		font-size: 14px;
		color: #786a3e;
		font-weight: 500;
		font-style: italic;
		padding-bottom: 12px;
		display: block;
	}

.un-document {
	margin-bottom: 24px;
	padding-bottom: 8px;
	border-bottom: 1px solid #bfbfbd;
}
	.un-document h2 {
		font-size: 18px;
		line-height: 22px;
		font-weight: bold;
		margin-bottom: 12px;
		color: #323232;
	}
		.un-document h2 a {
			color: #323232;
		}
	.un-document time {
		font-size: 14px;
		color: #786a3e;
		font-weight: 500;
		font-style: italic;
		padding-bottom: 12px;
		display: block;
	}
	.un-document span {
		padding-top: 18px;
		float: right;
	}
		.un-document span a {
			font-size: 14px;
			line-height: 16px;
			text-decoration: underline;
			color: #5a5a5a;
		}

.listing-simple {
	margin: 20px 0 0 0 !important;
}
	.listing-simple li {
		list-style: none;
		border-bottom: 1px solid #bfbfbd;
		margin-bottom: 20px;
		padding: 0 25px 20px 25px;
	}
	.listing-simple li:last-child {
		margin-bottom: 0;
	}
		.listing-simple li h3 a {
			font-size: 15px;
			color: #293b3d;
			font-weight: bold;
		}
		.listing-simple li h3 a:hover {
			color: #7ab7bc;
		}
		.listing-simple li time {
			font-size: 12px;
			font-weight: 500;
			font-style: italic;
			color: #5b888c;
		}

.meta-info {
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
	margin: 0 0 1em 0;
}

.btn-std {
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	padding: 18px 24px;
	text-align: center;
}
.btn-std:hover {
	background: #323232;
}

.btn-std.complet {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.btn-std.txt-rouge {
	color: #c02842;
}

.btn-std.bg-gris-fonce,
.btn-std.bg-rouge {
	color: #fff;
}
.btn-std.bg-gris-fonce:hover {
	background: #777777;
}

.btn-std.bg-blanc:hover {
	color: #777777;
	background: #fff;
}

.btn-sep {
	display: block;
	position: relative;
}
.btn-sep:before {
	content: "";
	width: 1px;
	height: 30%;
	display: block;
	position: absolute;
	left: 0;
	top: 35%;
	border-left: 1px solid #c02842;
}

.bg-blanc {
	background: #fff;
}

.bg-gris-fonce {
	background: #323232;
}

.bg-gris-pale {
	background: #f8f7f5;
}

.bg-jaune {
	background: #cbb367;
}

.bg-rouge {
	background: #c02842;
}

.bg-vert {
	background: #7ab7bc;
}

.avec-padding-top {
	padding-top: 62px;
}
.avec-padding-bottom {
	padding-bottom: 45px;
}

.right-align {
	text-align: right;
}

ul.widget-sidebar,
ul.widget-sidebar &gt; li {
	margin-left: 0 !important;
	list-style: none;
}

/* Select */
.div_relative {
	position: relative;
}

.liste-publication .styled-select,
.liste-pratiques .styled-select,
.liste-documentations .styled-select,
.liste-topos .styled-select {
	position: absolute;
	right: 5px;
	top: 22px;
}

.liste-pratiques .styled-select-2,
.liste-documentations .styled-select-2,
.liste-topos .styled-select-2 {
	position: absolute;
	right: 0;
	top: 22px;
}

.styled-select,
.styled-select-2 {
  background: url(images/15xvbd5.png) no-repeat 96% 0;
  height: 29px;
  overflow: hidden;
	width: 180px;
}
.styled-select select,
.styled-select-2 select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 208px;
}

.black   { background-color: #000; }

.black select { color: #fff; }
.black select option { color: #000; }

/* Calendrier */
.dp_pec_compact_wrapper.dp_pec_wrapper .dp_pec_nav {
	background-color: #5c888d !important;
	color: #fff !important;
}

/* JQuery UI */
.page-topo .ui-widget-content {
	background: #272727;
	color: #cbb367;
}
	.page-topo .ui-widget-content ul:last-child,
	.page-topo .ui-widget-content p:last-child {
		margin-bottom: 0;
	}
	.page-topo .ui-widget-content a {
		color: #cbb367;
		text-decoration: underline;
	}

.ui-accordion .ui-accordion-header {
	margin-top: 0 !important;
	text-transform: uppercase !important;
	padding: 22px 0 22px 60px !important;
	background: #323232 !important;
	color: #fff !important;
	border-bottom: 0 !important;
}

.ui-accordion .ui-accordion-header.ui-state-active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active,
.ui-button.ui-state-active:hover {
	background: #272727 !important;
	color: #f9db7e !important;
	border: none !important;
	font-size: 18px;
	font-weight: normal !important;
	border-top: 1px solid #fff !important;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-top,
.ui-corner-right,
.ui-corner-bl,
.ui-corner-br,
.ui-corner-tl,
.ui-corner-tr {
	border-radius: 0 !important;
}

#accordion .ui-widget-content {
	border: 0 !important;
}

#accordion .ui-icon {
	width: 39px !important;
	height: 50px !important;
	background-image: url(images/accordeon.png) !important;
	background-position: 0 0 !important;
	display: block !important;
	position: absolute !important;
	left: 8px !important;
	top: 12px !important;
}

#accordion .ui-state-active .ui-icon,
#accordion .ui-button:active .ui-icon {
	background-position: 0 -50px !important;
}

.ui-accordion .ui-accordion-content {
	padding: 1em 30px 1em 60px !important;
}

#accordion.modele-2 .ui-icon {
	left: auto !important;
	right: 8px !important;
}

#accordion.modele-2 h3 {
	border: 0 !important;
	border-bottom: 1px solid #737373 !important;
	padding-left: 0 !important;
	padding-right: 60px !important;
	text-transform: none !important;
	font-size: 18px !important;
	color: #323232 !important;
	background: none !important;
	font-weight: 600 !important;
}
#accordion.modele-2 .ui-widget-content {
	background: none !important;
	padding: 1em 0 1em 0 !important;
	font-size: 16px !important;
	color: #5a5a5a !important;
	line-height: 26px !important;
}
#accordion.modele-2 h3.ui-state-active {
	font-weight: 600 !important;
	border-bottom: 0 !important;
}
#accordion.modele-2 .ui-state-active .ui-icon,
#accordion.modele-2 .ui-button:active .ui-icon {
	background-position: 0 -100px !important;
}

.article-categories {
	float: right;
}
.article-categories a {
	color: #f8f7f5;
	padding: 9px 16px;
	margin-top: 12px;
	margin-left: 4px;
	background: #272727;
	display: inline-block;
}
.article-categories a:hover {
	background-color: #c02842;
}
/* PageNavi */
.wp-pagenavi {
	text-align: left;
}
	.wp-pagenavi .pages {
		display: none !important;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		border: none !important;
		height: 30px;
		width: 30px;
		padding: 5px !important;
		line-height: 30px !important;
		text-align: center;
		display: inline-block;
		font-size: 15px;
		font-weight: bold;
	}
	.wp-pagenavi a {
		color: #fff;
		background-color: #323232;
	}
	.wp-pagenavi span.current {
		color: #fff;
		background-color: #777;
	}

.dp_pec_wrapper .dp_pec_content .dp_pec_monthly_row {
	height: 32px !important;
	line-height: 32px !important;
}
.dp_pec_wrapper .dp_pec_content {
	height: auto !important;
}

.detail-publication h1 {
	position: relative;
	padding-right: 40px;
}
.detail-publication h1 i {
	color: #bbb;
	position: absolute;
	right: 0;
	top: 10px;
}

.btn-download {
	display: inline-block;
	background: #333;
	color: #fff;
	padding: 8px 24px;
	margin-top: 10px;
}
	.btn-download i {
		font-size: 18px;
		padding-left: 6px;
	}
	.btn-download:hover {
		color: #fff;
		background-color: #777;
	}

.attachment-img-nouvelle {
	width: 100%;
	height: auto;
}

#btn-netiquette {
	position: relative;
	margin: 10px 0 20px 0;
}

.forum-archive #btn-netiquette,
.page-template-bbpress #btn-netiquette {
	position: absolute;
	float: left;
	margin:0;
}


.big-border-top {
    padding-top: 12px;
    border-top: 8px solid #323232;
}

.margin-bottom-1x {
	margin-bottom: 40px;
	padding-top: 40px;
}

.relative {
	position: relative;
}

.single-topo li {
	list-style: initial;
}

/* BOUTON */
.bnt-rouge {
    color: #fff;
    background: #c02842;
    border: 0;
    padding: 10px 16px;
		display: inline-block;
}
	.bnt-rouge:hover {
		background: #000;
		color: #fff;
	}

/* CALENDRIER */

.selectric p.label {
	color: #fff !important;
}

/*NOTE DE BAS DE PAGE */
.note-bas-page {
	border: 1px solid #e6e6e6;
	padding: 12px;
}
.note-bas-page p {
	font-size: 11px;
	line-height: 15px;
}
.note-bas-page p:last-child {
	margin-bottom: 0;
}

/* CONTACT FORM 7 */
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
	border: 0 !important;
	color: #fff;
	margin: 0 0 30px 0 !important;
	padding: 10px !important;
}
div.wpcf7-validation-errors {
	background-color: #c6213d !important;
}
span.wpcf7-not-valid-tip {
	color: #c6213d !important;
}
div.wpcf7-mail-sent-ok {
	background-color: #398F14;
}
span.wpcf7-not-valid-tip {
	font-size: 14px;
}

.morph-tel span.action {
}
.morph-tel span.tel {
	display: none;
}


#search-bar {
    transition: all 400ms;
    /* display: none; */
}

.aligncenter {
    margin: 0 auto;
    display: block;
}

#bandeau-informatif {
	width: 100%;
	max-width: 1320px;
	height: calc(100% - 10px);
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: flex-start;    
}
#bandeau-informatif.dx {
	left: 0;
	transform: none;
}

#bandeau-informatif a {
	height: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -40%);
}
#bandeau-informatif.dx a {
	top: 0;
	left: 0;
	transform: none;
}

@media screen and (min-width: 1320px) {
	#bandeau-informatif.dx a {
		left: calc(50vw - 660px);
	}
}

#bandeau-informatif a {
	display: block;
}

#bandeau-informatif img {
	width: auto !important;
	height: 80% !important;
}
#bandeau-informatif.dx img {
	height: 100% !important;
}

.avec-transp {
	opacity: 0.25;
}

.dp_pec_options_nav,
.dp_pec_more_options_wrap {
	display: none !important;
}

#sidebar .dp_pec_wrap_month_year p.label {
	font-size: 20px;
	line-height: 34px;
}


.dp_pec_nav_monthly {
	background: #5c888d !important;
}

.pec_skin_light.dp_pec_wrapper .dp_pec_nav span {
	color: #fff !important;
}

.dp_pec_new_event_wrapper form.add_new_event_form .dp_pec_new_event_text {
	width: 100%;
	border: 1px solid #000 !important;
}

.dp_pec_event_form_options_item h4 {
	font-size: 18px !important;
}

#contenu-principal .pec_event_page_custom_fields {
    width: 100%!important;
}

.dp_pec_carousel_item .dp_pec_event_description_short, .dp_pec_content .dp_pec_event_description_short, .dp_pec_slider_item .dp_pec_event_description_short {
	max-height: 200px !important;
}

.dp_pec_400.dp_pec_wrapper .dp_pec_content .dp_pec_date_event h2.dp_pec_event_title a, .dp_pec_400.dp_pec_wrapper .dp_pec_content .dp_pec_date_event h2.dp_pec_event_title a .dp_pec_event_title_sp {
    font-size: 18px !important;
}

#sidebar .widget-global {
    margin-bottom: 40px;
}
    #sidebar .widget-global &gt; li {
        max-width: 500px;
        box-sizing: border-box;
        border: 1px solid #323232;
        background: rgba(255,255,255,0.40);
        margin: 0 auto !important;
        display: block;
    }
    #sidebar .widget-global h2 {
        margin-bottom: 20px;
        background: #c02842;
        font-size: 1.3rem;
        color: white;
        padding: 10px 0;
        text-align: center;
    }
    #sidebar .widget-global ul {
    }
    #sidebar .widget-global ul li {
        list-style: disc;
        margin-bottom: 5px;
    }
    #sidebar .widget-global ul li a {
        color: #323232;
        font-size: 1.1rem;
    }

.create-event {
    background: white;
}


.dp_pec_new_event_wrapper .dp_pec_event_form_options_item .dp_pec_event_form_options_item_hidden {
    background: #c02842 !important;
}


body .dp_pec_new_event_wrapper form.add_new_event_form .selectric .label {
    color: white !important;
}

.dp_pec_new_event_wrapper form.add_new_event_form .ui-datepicker-trigger, .dp_pec_new_event_wrapper form.add_new_event_form .dp_pec_clear_end_date {
    font-weight: bold !important;
    color: white !important;
}












/* ================================================================== */
/* === Responsive styles ============================================ */
/* ================================================================== */

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

@media screen and (max-width: 1280px) {
	.liste-pratiques .styled-select,
	.liste-medical .styled-select,
	.liste-documentations .styled-select,
	.liste-topos .styled-select,
	.liste-pratiques .styled-select-2,
	.liste-medical .styled-select-2,
	.liste-documentations .styled-select-2,
	.liste-topos .styled-select-2 {
		position: relative;
		top: auto;
		right: auto;
		margin-bottom: 0;
		float: left;
	}

	.liste-topos .styled-select,
	.liste-pratiques .styled-select,
	.liste-medical .styled-select,
  .liste-documentations .styled-select {
		margin-left: 14px;
	}

	.liste-publication .styled-select {
		margin-bottom: 20px;
	}

	.liste-publication .nouvelle-resume {
		padding-top: 20px;
    border-top: 5px solid #2f2f2f;
	}

	.bloc-outils {
		margin-top: 0
	}

	#btn-netiquette {

	}
    
    #piedpage-principal {
        height: auto;
        text-align: center;
        padding: 10px 0;
    }
        #piedpage-principal .wrapper,
        #piedpage-principal .grid_3 {
            display: block;
            width: 100%;
            float: none;
            clear: both;
        }
        #piedpage-principal .grid_3.right-align {
            display: none;
            
        }
}

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

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

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

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



form.add_new_event_form .dp_pec_col6{
	width: 100%;
}

form.add_new_event_form .dp_pec_col6,
form.add_new_event_form .dp_pec_col8,
form.add_new_event_form .dp_pec_col4 {
	padding-left: 0!important;
}


.dp_pec_new_event_wrapper .dp_pec_content_header {
	display: none!important;
}

form.add_new_event_form .dp_pec_submit_event {
	text-transform: uppercase;
    font-weight: 600;
    background: #000000db!important;
    padding: 2px 100px!important;
    box-shadow: none!important;
    border-radius: 0!important;
    width: 100%;
    margin:0!important;
}

form.add_new_event_form .dp_pec_submit_event:hover {
	background:#c02842!important;
}


form.add_new_event_form  input {
    font-size: 15px;
}

form.add_new_event_form .dp_pec_add_image_wrap .dp_pec_new_event_text {
    height: 1px!important;
    border: none!important;
    margin-top: 5px!important;
}

.dp_pec_new_event_wrapper form.add_new_event_form .dp_pec_new_event_text {
    background: transparent;
    padding: 8px;
    margin: 5px 0;
    margin-bottom: 20px!important;
    color: #666;
    transition: all 1s ease;
    width: 100%;
    line-height: 32px;
    font-size: 15px;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    outline: 0 !important;
    height: auto;
    max-width: none;
    box-shadow: none;
	border: 1px solid black;
}


.dp_pec_new_event_wrapper form.add_new_event_form .selectric-wrapper.selectric-pec_location_form {
    background: transparent;
    margin: 5px 0;
    margin-bottom: 20px!important;
    color: #666;
    transition: all 1s ease;
    width: 100%;
    line-height: 32px;
    font-size: 15px;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    outline: 0 !important;
    height: auto;
    max-width: none;
    box-shadow: none;
    border: 1px solid black;
}


.dp_pec_new_event_wrapper form.add_new_event_form .dp_pec_add_image {
    width: auto!important;
    height: auto!important;
    z-index: 1;
    display: inline-block;
    position: relative!important;
    left: 0!important;
    top: 0!important;
    cursor: pointer;
    background:black!important;
    padding: 5px 15px!important;
    color:white;
}


.dp_pec_new_event_wrapper form.add_new_event_form .dp_pec_compact_wrapper.dp_pec_wrapper {
    margin-bottom: 0!important;
    box-shadow: none!important;
}

.dp_pec_row .dp_pec_new_event_text#event_image_lbl {
    padding-left: 8px!important;
}

.dp_pec_new_event_wrapper form.add_new_event_form .ui-datepicker-trigger, .dp_pec_new_event_wrapper form.add_new_event_form .dp_pec_clear_end_date {
    bottom: 33px!important;
}

.dp_pec_new_event_wrapper form.add_new_event_form .selectric-wrapper.selectric-pec_location_form .selectric {
    padding: 8px;
    background: none;
    border: none;
}

.dp_pec_new_event_wrapper form.add_new_event_form .selectric-wrapper.selectric-pec_location_form .selectric .label {
    color: #666!important;
    line-height: 32px;
    font-size: 15px;
    font-weight: normal;
    padding:0!important;
    margin:0!important;
}

.dp_pec_new_event_wrapper form.add_new_event_form .selectric-wrapper.selectric-pec_location_form .selectric .button {
    margin: 8px!important;
}

.dp_pec_new_event_wrapper form.add_new_event_form .selectric {
    background:none;
    border: 1px solid black;
    border-radius: 0;
}

.dp_pec_new_event_wrapper form.add_new_event_form .selectric .label {
    color: #666!important;
    line-height: 32px;
    font-size: 15px;
    font-weight: normal;
    padding:0!important;
    margin:0!important;
    padding-left: 5px!important;
}



.events-list .event-item {
    border-bottom: 1px solid #5b888c;
    padding: 10px;
    margin: 10px;
    font-weight: 600;
    color: #5b888c;
    font-size: 15px;
}

.events-list .event-item h3,
.events-list .event-item p {
    padding: 0;
    margin:0;
    font-weight: 600;
    color: #5b888c;
    font-size: 15px;
}

.events-list .event-item .date {
    font-weight: 600;
}

.events-list .event-item h3 {
    text-transform: uppercase;
}

.dp_pec_new_event_wrapper .dp_pec_new_event_time, .dp_pec_wrapper .dp_pec_new_event_time, .dp_pec_new_event_wrapper .selectric-dp_pec_new_event_time, .dp_pec_wrapper .selectric-dp_pec_new_event_time {
    float: left;
    clear: none;
    width:48%!important;
    margin:0!important;
    margin-top:5px!important;
    margin-left: 2%!important;
    max-width: none!important;
}


.dp_pec_new_event_wrapper .dp_pec_new_event_time:first-of-type, .dp_pec_wrapper .dp_pec_new_event_time:first-of-type, .dp_pec_new_event_wrapper .selectric-dp_pec_new_event_time:first-of-type, .dp_pec_wrapper .selectric-dp_pec_new_event_time:first-of-type {
    margin-right: 2%!important;
    margin-left: 0!important;
}

.dp_pec_new_event_wrapper form.add_new_event_form  .time-col-6 {
    float: left;
    clear: none;
    width:48%;
    margin-left: 2%;
}

.dp_pec_new_event_wrapper form.add_new_event_form  .time-col-6:first-of-type {
    margin-right: 2%;
    margin-left: 0;
}


.dp_pec_new_event_wrapper form.add_new_event_form .dp_pec_new_event_text {

}

form.add_new_event_form  .pec-add-footer {
     border-top: none;
     margin-top: 6px;
     background: none;
}


.ajouter-evenement-widget {
    height: 30px;
    margin-bottom: 20px;
    background: #5b888c;
    line-height: 30px;
    color: white;
    padding: 5px 10px;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
}

.ajouter-evenement-widget a  {
    color: white;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

.ajouter-evenement-widget a  .fa {
font-size: 25px;
line-height: 30px;
margin-left:10px;
margin-top:5px;
margin-right:10px;
}

.ajouter-evenement-widget a .event-plus-icon {
    float: left;
}


.ajouter-evenement-widget a .text {
    line-height: 40px;
}
.ajouter-evenement-widget a .rss-feed {
    float: right;
    background: rgba(255,255,255,0.2);
    height: 100%;
    width: 40px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	text-transform: uppercase;
}

.deja-membre {
	border-top:1px solid black;
	padding-top:25px;
	margin-bottom: 20px;
	font-size: 18px;
}

.recherche .list {
	background:#f8f7f5;
}


/* SINGLE CALENDAR */

.light.dp_pec_wrapper .dp_pec_content .dp_pec_date_event, .light.dp_pec_wrapper {
	box-shadow: none!important;
	border: none!important;
	background: none!important;
}

.light.dp_pec_wrapper .dp_pec_content .dp_pec_date_event span,
.light.dp_pec_wrapper .dp_pec_content .dp_pec_date_event h2.dp_pec_event_title,
.dp_pec_content .dp_pec_event_description, .dp_pec_content .dp_pec_event_description p{
	color:black!important;
}

.light.dp_pec_wrapper .dp_pec_content span.dp_pec_date_time {
	color:white!important;
}

.pec_event_page_custom_fields p {
	font-weight: 500!important;
	color: black;
}


.dp_pec_wrapper .dp_pec_content strong {
	color: black!important;
}

.pec_event_page_custom_fields {
	width: 23%!important;
	margin-top: 10px;
	padding-left: 0!important;
}


.dp_pec_wrapper .dp_pec_content .dp_pec_date_event .dp_pec_date_time, .dp_pec_accordion_wrapper .dp_pec_accordion_event span.pec_time, .dp_pec_wrapper .dp_pec_content .dp_pec_date_event .pec_featured, .dp_pec_accordion_wrapper .dp_pec_accordion_event .pec_featured, .dp_pec_wrapper .dpProEventCalendar_feed {
	padding: 10px!important;
	border-radius: 0!important;
}

#s {
	float: left;
}

#contenu-principal form ul {
	margin-left: 0;
}

#searchsubmit {

}

.no-list-item {
	list-style: none!important;
}


.ul-spacing {
	margin:0 0 1em 34px!important;
}

.sticky-sidebar {
	position: sticky;
	top:60px;
}



.pointer-events-none {
	pointer-events: none!important;
}

#bbp_topic_submit, #bbp_reply_submit {
	    color: #fff;
    background: #c02842;
    border: 0;
    padding: 10px 16px;
    display: inline-block;
	font-size: 16px;
}

#bbp_topic_submit:hover, #bbp_reply_submit:hover {
    background: #000;
    color: #fff;
}

.interpretation-text-section h3.interpretation-text-title {
	padding: 7px 7px 9px 40px!important;
	font-size: 12px!important;
}


#accordion .accordion-interpretation span.ui-icon {
	display: none!important;
}

#accordion .accordion-interpretation .ui-state-active span.ui-icon, #accordion .accordion-interpretation .ui-button:active span.ui-icon {
	background-position: 0 -12px!important;
}

#accordion .accordion-interpretation .arrow-dropdown {
	position: relative;
	color: black;
	display: inline-block;
	width: auto;
	font-size: 20px;
	top: 4px;
	right: 20px;
	transition: all 0.2s;
	transform-origin: 50% 50%;
	transform: rotateZ(-180deg);
}


#accordion .accordion-interpretation .ui-state-active .arrow-dropdown {
	transform: rotateZ(-90deg);
}

#menu-principal li {
	list-style: none;
}

#menu-mobile {
	color: #fff;
	cursor: pointer;
	display: none;
	position: absolute;
	right: 10px;
	top: 12px;
}
#menu-mobile:before {
	font-size: 24px;
}


.flex-parent {
    display: flex;
    flex-wrap: wrap;
}
.flex-parent .flex-child {
    flex: 1 1 25%;
}

.grid-parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
	.grid-parent .idx-child {
		width: 90%;
		margin: 5%;	
		text-align: center;
		position: relative;
	}
	.grid-parent .idx-child span {
		font-size: 0.85rem;
		line-height: 1.2rem;
		width: 96%;
		background: rgba(0, 0, 0, 0.7);
		color: #fff;
		padding: 12px 2%;
		position: absolute;
		left: 0;
		bottom: 0;
	}
		
.centre {
	text-align: center;
}

#contenu-premier {
	position: relative;
}


#contenu-premier .dp_pec_new_event_wrapper {
	background: none;
    box-shadow: none;
    padding: 0;
}


#contenu-principal .bloc-index-topos {
    padding: 0 40px;
}

#contenu-principal ul.index-topos {
    margin-left: 0;
    list-style: none;
}
    #contenu-principal ul.index-topos &gt; li {
        padding-bottom: 15px;
        line-height: 1.4;
        list-style: none;
        text-transform: uppercase;
    }
    #contenu-principal ul.index-topos &gt; li &gt; a {
        color: #323232;
        font-weight: bold;
    }
    #contenu-principal ul.index-topos &gt; li &gt; a:hover {
        color: #777;
    }

#contenu-principal ol.index-topos-sm {
    padding: 10px 0 0 10px;
    list-style: decimal;
    margin-left: 40px;
}
    #contenu-principal ol.index-topos-sm &gt; li {
        font-size: 0.9rem;
        margin-bottom: 5px;
    }
    #contenu-principal ol.index-topos-sm &gt; li:last-child {
        margin-bottom: 0;
    }

body.page-id-11217 h1 {
    font-size: 1.2rem;
}










/********** RESPONSIVE **********/

@media screen and (max-width: 1320px) {
	#piedpage-secondaire .bulle {
		display: none !important;
	}
}

@media screen and (max-width: 1300px) {
	#entete-principale #menu-action li a:first-child {
    margin-left: 14px;
	}
	#contenu-premier {
		width: 100% !important;
		display: block !important;
	}
	#sidebar {
		width: 100% !important;
		display: block !important;
	}
    #sidebar .widget-global {
        margin-top: 40px;
    }    
	#entete-principale #menu-action li a {
		font-size: 16px;
		display: inline-block;
		padding: 18px 20px;
		margin-left: 14px;
	}
	#entete-principale #menu-action {
		bottom: 0;
	}

	#entete-principale #menu-principal ul li a {
		padding: 17px 14px;
		font-size: 14px;
		line-height: 14px;
	}
	#entete-principale #ep-gris {
		height: 48px;
	}

	#ep-gris .grid_4 {
		width: 100% !important;
	}
    /*
	#ep-gris .grid_2 {
		display: none !important;
	}
    */
    .grid_2.search-header {
        width: 230px;
        position: absolute;
        right: 0;
        top: -4px;
    }  
    #searchform input {
        padding: 10px 14px 9px 14px;
        border: 2px solid #272727;
        margin-bottom: 0;
        font-weight: 600;
        font-size: 12px;
    }
    #entete-principale .recherche {
        width: 28px;
        height: 28px;
        margin-top: -2px;
        margin-right: -4px;
    }    
	
	#piedpage-secondaire .grid_2 {
		width: 100%;
		height: auto !important;
		min-height: 0;
		float: none;
		clear: both;
		display: block;
		text-align: center;
	}
	#piedpage-secondaire .grid_2 .btn-std {
    position: relative;
    left: auto;
    bottom: auto;
		margin-bottom: 48px;
	}
	#piedpage-secondaire .grid_2 .btn-std.complet {
		width: auto;
		padding-left: 24px;
		padding-right: 24px;
	}	
    
    .contenu-post {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    #sidebar .widget-global &gt; li {
        max-width: 100%;
    }
}

@media screen and (max-width: 1024px) {
	#entete-principale #menu-action li a:first-child {
    	margin-left: 0;
	}
	#entete-principale #menu-action li a {
		font-size: 14px;
		line-height: 14px;
		display: inline-block;
		padding: 14px 16px;
		margin-left: 14px;
		margin-top: 4px;
	}
	
	#bandeau-informatif {
		height: 100px;
		background: none;
		position: relative;
		top: 0;
		left: 0;
		transform: none;
	}
	#bandeau-informatif img {
		display: none;
	}
	
	#entete-principale #menu-action {
		position: relative;
	}
	#entete-principale #ep-image {
		background: #474747 !important;
		height: auto;
	}
	#entete-principale #ep-image .masque {
		display: none !important;
	}
	
	#entete-principale #ep-image .grid_4 {
		width: 100% !important;
	}
}

@media screen and (max-width: 900px) {
	.logo-sept {
		margin-right: 12px;
	}
	#entete-principale .les-logos .logo-sept,
	#entete-principale .les-logos .logo-fcsq {
		height: 60px !important;
	}
	
	#entete-principale #menu-membre {
		margin-top: 23px;
	}
	#entete-principale #menu-membre li a {
    font-size: 12px;
    line-height: 12px;
    padding: 8px 14px;
	}
}
	
@media screen and (max-width: 760px) {
	.entete-contenu {
		width: 50px !important;
	}
	.contenu-article {
		width: calc(97% - 50px) !important;
	}
	
	.grid_4 .grid_2 {
		width: 100% !important;
		display: block !important;
	}
	
	.bloc-outils &gt; a {
		margin-right: 6px;
	}
	
	.btn-std {
    font-size: 13px;
    line-height: 13px;
    padding: 12px 16px;
	}
}

@media screen and (min-width: 601px) {
	#menu-mobile {
		display: none;
	}

	#menu-principal &gt; ul {
		display: block !important;
	}
}

@media screen and (max-width: 600px) {
	#menu-mobile {
		display: block;
	}
	#menu-principal &gt; ul {
		background: #000;
		position: absolute;
		right: 40px;
		top: 0;
		display: none;
	}	
	#menu-principal &gt; ul.sf-menu &gt; li {
		float: none;
	}
	#ep-blanc {
		height: auto !important;
	}
	#ep-blanc .les-logos {
		text-align: center;
		margin: 12px 0;
	}
	#ep-blanc .les-users {
		text-align: center;
	}
	#ep-blanc .grid_3 {
		width: 100% !important;
		float: none;
		display: block !important;
		clear: both;
	}
	#entete-principale #menu-membre {
		margin-top: 0 !important;
	}
	#entete-principale #menu-membre {
		float: none;
	}
    .grid_2.search-header {
        right: auto;
        left: 0;
    }     
}
	
@media screen and (max-width: 400px) {
	.styled-select,
	.styled-select-2 {
		float: none;
		clear: both;
		display: block;
	}
	.liste-topos .styled-select, .liste-pratiques .styled-select, .liste-medical .styled-select, .liste-documentations .styled-select {
		margin-top: 12px;
		margin-left: 0;
	}
}

@media screen and (max-width: 260px) {
    .grid_2.search-header {
        display: none !important;
    }     
}







.jcarousel-wrapper {
	position: relative;
	margin: 0px;
	background-color: #e7e7e7;
}
.jcarousel {
	margin: 12px 54px;
	position:relative;
	z-index:275;
	padding:0;
	background-color: #e7e7e7;
	overflow: hidden;
}
	.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none !important;
    margin: 0 !important;
    padding: 0;
	}
	
	.jcarousel li {
margin: 20px 15px 20px 0 !important;
    float: left;
    max-width: 725px;
	}

	.jcarousel-control-prev,
	.jcarousel-control-next {
		position: absolute;
		width: 54px;
		height: 54px;
		display: block;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}
	.jcarousel-control-prev {
		left: 0;
		top: 50%;
		margin-top: -27px;
		background: #e7e7e7 url(images/prev-v2.png) no-repeat left top;
	}
	.jcarousel-control-next {
		right: 0;
		top: 50%;
		margin-top: -27px;
		background: #e7e7e7 url(images/next-v2.png) no-repeat left top;
	}
	.jcarousel-control-prev:hover,
	.jcarousel-control-next:hover {
		background-position: left -54px;
	}

	li.saviez-vous-que em { font-size: 12px; }</pre></body></html>