	@import"https://fonts.googleapis.com/css?family=Titillium+Web:300, 400, 600, 700";
	@charset "UTF-8";
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
* {
	box-sizing: border-box
}
.simbioz-gradient {
background-image: -webkit-linear-gradient(7deg,#32323F,#32323F);
background-image: -ms-linear-gradient(7deg,#32323F,#32323F)
}
.button {
	border: 0;
	border-radius: 6px;
// OCO	background: #5631b4;
	background: #FF0041;
	font-size: 18px;
	padding: 10px 25px;
	text-align: center;
	display: block;
	-webkit-transition: All .5s;
	transition: All .5s;
	cursor: pointer;
	outline: none
}
.button span {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase
}
.button.sec {
	background: #f4f4f4
}
.button.sec:hover {
// OCO	background: #5631b4
	background: #FF0041
}
.button.sec span {
	color: #797979
}
.button.hover, .button:hover {
	background: #ff0041;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0
}
.button.hover span, .button:hover span {
	color: #fff
}
.button.active, .button:active {
	background: #ff0041
}
.button.active span, .button:active span {
	color: #fff
}
.button.full {
	width: 100%
}
.button .icon {
	margin-right: 7px
}
.button.right {
	display: block;
	margin: 0 0 0 auto
}
.button.middle {
	display: block;
	margin: 0 auto
}
.focusFx, .frm input[type=text]:focus, .frm input[type=email]:focus, .frm textarea:focus, .frm-select select:focus {
	outline: none;
// OCO	border-color: #5631b4;
// 	box-shadow: 0 0 10px #5631b4
	border-color: #FF0041;
	box-shadow: 0 0 10px #FF0041
}
.frm input[type=text], .frm input[type=email], .frm textarea {
	color: #797979;
	font-size: 18px;
	line-height: 22px;
	border: 1px solid #f4f4f4;
	border-radius: 6px;
	padding: 13px
}
.frm-select {
	display: inline-block;
	position: relative
}
.frm-select:before {
	background: url(../img/frm-sprite.png) no-repeat -36px 0 transparent;
	content: '';
	display: block;
	height: 12px;
	width: 17px;
	position: absolute;
	right: 12px;
	z-index: 1;
	top: 19px
}
.frm-select select {
	background: transparent;
	position: relative;
	z-index: 2;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #f4f4f4;
	border-radius: 6px;
	font-size: 18px;
	line-height: 18px;
	color: #797979;
	padding: 15px 45px 15px 15px;
	min-width: 125px
}
.frm .shaded {
	box-shadow: 0 0 15px rgba(100,72,82,.35)
}
.frm label {
	font-size: 18px;
	color: #797979;
	font-weight: 700
}
@font-face {
	font-family: icons;
	src: url(../fonts/icons.eot?95b9f58663ad3d00dd73a1ae1ae88f5d);
	src: url(../fonts/icons.eot?95b9f58663ad3d00dd73a1ae1ae88f5d#iefix) format("embedded-opentype"), url(../fonts/icons.woff2?95b9f58663ad3d00dd73a1ae1ae88f5d) format("woff2"), url(../fonts/icons.woff?95b9f58663ad3d00dd73a1ae1ae88f5d) format("woff"), url(../fonts/icons.ttf?95b9f58663ad3d00dd73a1ae1ae88f5d) format("truetype"), url(../fonts/icons.svg?95b9f58663ad3d00dd73a1ae1ae88f5d#icons) format("svg")
}
[class^=icon-], [class*=" icon-"] {
	font-family: icons;
	display: inline-block;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}
.icon-add-1:before {
	content: ""
}
.icon-add-2:before {
	content: ""
}
.icon-add-3:before {
	content: ""
}
.icon-add:before {
	content: ""
}
.icon-agenda:before {
	content: ""
}
.icon-alarm-1:before {
	content: ""
}
.icon-alarm-clock-1:before {
	content: ""
}
.icon-alarm-clock:before {
	content: ""
}
.icon-alarm:before {
	content: ""
}
.icon-albums:before {
	content: ""
}
.icon-app:before {
	content: ""
}
.icon-archive-1:before {
	content: ""
}
.icon-archive-2:before {
	content: ""
}
.icon-archive-3:before {
	content: ""
}
.icon-archive:before {
	content: ""
}
.icon-attachment:before {
	content: ""
}
.icon-back:before {
	content: ""
}
.icon-battery-1:before {
	content: ""
}
.icon-battery-2:before {
	content: ""
}
.icon-battery-3:before {
	content: ""
}
.icon-battery-4:before {
	content: ""
}
.icon-battery-5:before {
	content: ""
}
.icon-battery-6:before {
	content: ""
}
.icon-battery-7:before {
	content: ""
}
.icon-battery-8:before {
	content: ""
}
.icon-battery-9:before {
	content: ""
}
.icon-battery:before {
	content: ""
}
.icon-binoculars:before {
	content: ""
}
.icon-blueprint:before {
	content: ""
}
.icon-bluetooth-1:before {
	content: ""
}
.icon-bluetooth:before {
	content: ""
}
.icon-bookmark-1:before {
	content: ""
}
.icon-bookmark:before {
	content: ""
}
.icon-briefcase:before {
	content: ""
}
.icon-broken-link:before {
	content: ""
}
.icon-calculator-1:before {
	content: ""
}
.icon-calculator:before {
	content: ""
}
.icon-calendar-1:before {
	content: ""
}
.icon-calendar-2:before {
	content: ""
}
.icon-calendar-3:before {
	content: ""
}
.icon-calendar-4:before {
	content: ""
}
.icon-calendar-5:before {
	content: ""
}
.icon-calendar-6:before {
	content: ""
}
.icon-calendar-7:before {
	content: ""
}
.icon-calendar:before {
	content: ""
}
.icon-checked-1:before {
	content: ""
}
.icon-checked:before {
	content: ""
}
.icon-clock-1:before {
	content: ""
}
.icon-clock:before {
	content: ""
}
.icon-close:before {
	content: ""
}
.icon-cloud-computing-1:before {
	content: ""
}
.icon-cloud-computing-2:before {
	content: ""
}
.icon-cloud-computing-3:before {
	content: ""
}
.icon-cloud-computing-4:before {
	content: ""
}
.icon-cloud-computing-5:before {
	content: ""
}
.icon-cloud-computing:before {
	content: ""
}
.icon-cloud:before {
	content: ""
}
.icon-command:before {
	content: ""
}
.icon-compact-disc-1:before {
	content: ""
}
.icon-compact-disc-2:before {
	content: ""
}
.icon-compact-disc:before {
	content: ""
}
.icon-compass:before {
	content: ""
}
.icon-compose:before {
	content: ""
}
.icon-controls-1:before {
	content: ""
}
.icon-controls-2:before {
	content: ""
}
.icon-controls-3:before {
	content: ""
}
.icon-controls-4:before {
	content: ""
}
.icon-controls-5:before {
	content: ""
}
.icon-controls-6:before {
	content: ""
}
.icon-controls-7:before {
	content: ""
}
.icon-controls-8:before {
	content: ""
}
.icon-controls-9:before {
	content: ""
}
.icon-controls:before {
	content: ""
}
.icon-database-1:before {
	content: ""
}
.icon-database-2:before {
	content: ""
}
.icon-database-3:before {
	content: ""
}
.icon-database:before {
	content: ""
}
.icon-diamond:before {
	content: ""
}
.icon-diploma:before {
	content: ""
}
.icon-dislike-1:before {
	content: ""
}
.icon-dislike:before {
	content: ""
}
.icon-divide-1:before {
	content: ""
}
.icon-divide:before {
	content: ""
}
.icon-division:before {
	content: ""
}
.icon-document:before {
	content: ""
}
.icon-download:before {
	content: ""
}
.icon-edit-1:before {
	content: ""
}
.icon-edit:before {
	content: ""
}
.icon-eject-1:before {
	content: ""
}
.icon-eject:before {
	content: ""
}
.icon-equal-1:before {
	content: ""
}
.icon-equal-2:before {
	content: ""
}
.icon-equal:before {
	content: ""
}
.icon-error:before {
	content: ""
}
.icon-exit-1:before {
	content: ""
}
.icon-exit-2:before {
	content: ""
}
.icon-exit:before {
	content: ""
}
.icon-eyeglasses:before {
	content: ""
}
.icon-fast-forward-1:before {
	content: ""
}
.icon-fast-forward:before {
	content: ""
}
.icon-fax:before {
	content: ""
}
.icon-file-1:before {
	content: ""
}
.icon-file-2:before {
	content: ""
}
.icon-file:before {
	content: ""
}
.icon-film:before {
	content: ""
}
.icon-fingerprint:before {
	content: ""
}
.icon-flag-1:before {
	content: ""
}
.icon-flag-2:before {
	content: ""
}
.icon-flag-3:before {
	content: ""
}
.icon-flag-4:before {
	content: ""
}
.icon-flag:before {
	content: ""
}
.icon-focus:before {
	content: ""
}
.icon-folder-1:before {
	content: ""
}
.icon-folder-10:before {
	content: ""
}
.icon-folder-11:before {
	content: ""
}
.icon-folder-12:before {
	content: ""
}
.icon-folder-13:before {
	content: ""
}
.icon-folder-14:before {
	content: ""
}
.icon-folder-15:before {
	content: ""
}
.icon-folder-16:before {
	content: ""
}
.icon-folder-17:before {
	content: ""
}
.icon-folder-18:before {
	content: ""
}
.icon-folder-19:before {
	content: ""
}
.icon-folder-2:before {
	content: ""
}
.icon-folder-3:before {
	content: ""
}
.icon-folder-4:before {
	content: ""
}
.icon-folder-5:before {
	content: ""
}
.icon-folder-6:before {
	content: ""
}
.icon-folder-7:before {
	content: ""
}
.icon-folder-8:before {
	content: ""
}
.icon-folder-9:before {
	content: ""
}
.icon-folder:before {
	content: ""
}
.icon-forbidden:before {
	content: ""
}
.icon-funnel:before {
	content: ""
}
.icon-garbage-1:before {
	content: ""
}
.icon-garbage-2:before {
	content: ""
}
.icon-garbage:before {
	content: ""
}
.icon-gift:before {
	content: ""
}
.icon-help:before {
	content: ""
}
.icon-hide:before {
	content: ""
}
.icon-hold:before {
	content: ""
}
.icon-home-1:before {
	content: ""
}
.icon-home-2:before {
	content: ""
}
.icon-home:before {
	content: ""
}
.icon-hourglass-1:before {
	content: ""
}
.icon-hourglass-2:before {
	content: ""
}
.icon-hourglass-3:before {
	content: ""
}
.icon-hourglass:before {
	content: ""
}
.icon-house:before {
	content: ""
}
.icon-id-card-1:before {
	content: ""
}
.icon-id-card-2:before {
	content: ""
}
.icon-id-card-3:before {
	content: ""
}
.icon-id-card-4:before {
	content: ""
}
.icon-id-card-5:before {
	content: ""
}
.icon-id-card:before {
	content: ""
}
.icon-idea:before {
	content: ""
}
.icon-incoming:before {
	content: ""
}
.icon-infinity:before {
	content: ""
}
.icon-info:before {
	content: ""
}
.icon-internet:before {
	content: ""
}
.icon-key:before {
	content: ""
}
.icon-lamp:before {
	content: ""
}
.icon-layers-1:before {
	content: ""
}
.icon-layers:before {
	content: ""
}
.icon-like-1:before {
	content: ""
}
.icon-like-2:before {
	content: ""
}
.icon-like:before {
	content: ""
}
.icon-link:before {
	content: ""
}
.icon-list-1:before {
	content: ""
}
.icon-list:before {
	content: ""
}
.icon-lock-1:before {
	content: ""
}
.icon-lock:before {
	content: ""
}
.icon-locked-1:before {
	content: ""
}
.icon-locked-2:before {
	content: ""
}
.icon-locked-3:before {
	content: ""
}
.icon-locked-4:before {
	content: ""
}
.icon-locked-5:before {
	content: ""
}
.icon-locked-6:before {
	content: ""
}
.icon-locked:before {
	content: ""
}
.icon-login:before {
	content: ""
}
.icon-magic-wand:before {
	content: ""
}
.icon-magnet-1:before {
	content: ""
}
.icon-magnet-2:before {
	content: ""
}
.icon-magnet:before {
	content: ""
}
.icon-map-1:before {
	content: ""
}
.icon-map-2:before {
	content: ""
}
.icon-map-location:before {
	content: ""
}
.icon-map:before {
	content: ""
}
.icon-megaphone-1:before {
	content: ""
}
.icon-megaphone:before {
	content: ""
}
.icon-menu-1:before {
	content: ""
}
.icon-menu-2:before {
	content: ""
}
.icon-menu-3:before {
	content: ""
}
.icon-menu-4:before {
	content: ""
}
.icon-menu:before {
	content: ""
}
.icon-microphone-1:before {
	content: ""
}
.icon-microphone:before {
	content: ""
}
.icon-minus-1:before {
	content: ""
}
.icon-minus:before {
	content: ""
}
.icon-more-1:before {
	content: ""
}
.icon-more-2:before {
	content: ""
}
.icon-more:before {
	content: ""
}
.icon-multiply-1:before {
	content: ""
}
.icon-multiply:before {
	content: ""
}
.icon-music-player-1:before {
	content: ""
}
.icon-music-player-2:before {
	content: ""
}
.icon-music-player-3:before {
	content: ""
}
.icon-music-player:before {
	content: ""
}
.icon-mute:before {
	content: ""
}
.icon-muted:before {
	content: ""
}
.icon-navigation-1:before {
	content: ""
}
.icon-navigation:before {
	content: ""
}
.icon-network:before {
	content: ""
}
.icon-newspaper:before {
	content: ""
}
.icon-next:before {
	content: ""
}
.icon-note:before {
	content: ""
}
.icon-notebook-1:before {
	content: ""
}
.icon-notebook-2:before {
	content: ""
}
.icon-notebook-3:before {
	content: ""
}
.icon-notebook-4:before {
	content: ""
}
.icon-notebook-5:before {
	content: ""
}
.icon-notebook:before {
	content: ""
}
.icon-notepad-1:before {
	content: ""
}
.icon-notepad-2:before {
	content: ""
}
.icon-notepad:before {
	content: ""
}
.icon-notification:before {
	content: ""
}
.icon-paper-plane-1:before {
	content: ""
}
.icon-paper-plane:before {
	content: ""
}
.icon-pause-1:before {
	content: ""
}
.icon-pause:before {
	content: ""
}
.icon-percent-1:before {
	content: ""
}
.icon-percent:before {
	content: ""
}
.icon-perspective:before {
	content: ""
}
.icon-photo-camera-1:before {
	content: ""
}
.icon-photo-camera:before {
	content: ""
}
.icon-photos:before {
	content: ""
}
.icon-picture-1:before {
	content: ""
}
.icon-picture-2:before {
	content: ""
}
.icon-picture:before {
	content: ""
}
.icon-pin:before {
	content: ""
}
.icon-placeholder-1:before {
	content: ""
}
.icon-placeholder-2:before {
	content: ""
}
.icon-placeholder-3:before {
	content: ""
}
.icon-placeholder:before {
	content: ""
}
.icon-placeholders:before {
	content: ""
}
.icon-play-button-1:before {
	content: ""
}
.icon-play-button:before {
	content: ""
}
.icon-plus:before {
	content: ""
}
.icon-power:before {
	content: ""
}
.icon-previous:before {
	content: ""
}
.icon-price-tag:before {
	content: ""
}
.icon-print:before {
	content: ""
}
.icon-push-pin:before {
	content: ""
}
.icon-radar:before {
	content: ""
}
.icon-reading:before {
	content: ""
}
.icon-record:before {
	content: ""
}
.icon-repeat-1:before {
	content: ""
}
.icon-repeat:before {
	content: ""
}
.icon-restart:before {
	content: ""
}
.icon-resume:before {
	content: ""
}
.icon-rewind-1:before {
	content: ""
}
.icon-rewind:before {
	content: ""
}
.icon-route:before {
	content: ""
}
.icon-save:before {
	content: ""
}
.icon-search-1:before {
	content: ""
}
.icon-search:before {
	content: ""
}
.icon-send:before {
	content: ""
}
.icon-server-1:before {
	content: ""
}
.icon-server-2:before {
	content: ""
}
.icon-server-3:before {
	content: ""
}
.icon-server:before {
	content: ""
}
.icon-settings-1:before {
	content: ""
}
.icon-settings-2:before {
	content: ""
}
.icon-settings-3:before {
	content: ""
}
.icon-settings-4:before {
	content: ""
}
.icon-settings-5:before {
	content: ""
}
.icon-settings-6:before {
	content: ""
}
.icon-settings-7:before {
	content: ""
}
.icon-settings-8:before {
	content: ""
}
.icon-settings-9:before {
	content: ""
}
.icon-settings:before {
	content: ""
}
.icon-share-1:before {
	content: ""
}
.icon-share-2:before {
	content: ""
}
.icon-share:before {
	content: ""
}
.icon-shuffle-1:before {
	content: ""
}
.icon-shuffle:before {
	content: ""
}
.icon-shutdown:before {
	content: ""
}
.icon-sign-1:before {
	content: ""
}
.icon-sign:before {
	content: ""
}
.icon-skip:before {
	content: ""
}
.icon-smartphone-1:before {
	content: ""
}
.icon-smartphone-10:before {
	content: ""
}
.icon-smartphone-11:before {
	content: ""
}
.icon-smartphone-2:before {
	content: ""
}
.icon-smartphone-3:before {
	content: ""
}
.icon-smartphone-4:before {
	content: ""
}
.icon-smartphone-5:before {
	content: ""
}
.icon-smartphone-6:before {
	content: ""
}
.icon-smartphone-7:before {
	content: ""
}
.icon-smartphone-8:before {
	content: ""
}
.icon-smartphone-9:before {
	content: ""
}
.icon-smartphone:before {
	content: ""
}
.icon-speaker-1:before {
	content: ""
}
.icon-speaker-2:before {
	content: ""
}
.icon-speaker-3:before {
	content: ""
}
.icon-speaker-4:before {
	content: ""
}
.icon-speaker-5:before {
	content: ""
}
.icon-speaker-6:before {
	content: ""
}
.icon-speaker-7:before {
	content: ""
}
.icon-speaker-8:before {
	content: ""
}
.icon-speaker:before {
	content: ""
}
.icon-spotlight:before {
	content: ""
}
.icon-star-1:before {
	content: ""
}
.icon-star:before {
	content: ""
}
.icon-stop-1:before {
	content: ""
}
.icon-stop:before {
	content: ""
}
.icon-stopwatch-1:before {
	content: ""
}
.icon-stopwatch-2:before {
	content: ""
}
.icon-stopwatch-3:before {
	content: ""
}
.icon-stopwatch-4:before {
	content: ""
}
.icon-stopwatch:before {
	content: ""
}
.icon-street-1:before {
	content: ""
}
.icon-street:before {
	content: ""
}
.icon-substract-1:before {
	content: ""
}
.icon-substract:before {
	content: ""
}
.icon-success:before {
	content: ""
}
.icon-switch-1:before {
	content: ""
}
.icon-switch-2:before {
	content: ""
}
.icon-switch-3:before {
	content: ""
}
.icon-switch-4:before {
	content: ""
}
.icon-switch-5:before {
	content: ""
}
.icon-switch-6:before {
	content: ""
}
.icon-switch-7:before {
	content: ""
}
.icon-switch:before {
	content: ""
}
.icon-tabs-1:before {
	content: ""
}
.icon-tabs:before {
	content: ""
}
.icon-target:before {
	content: ""
}
.icon-television-1:before {
	content: ""
}
.icon-television:before {
	content: ""
}
.icon-time:before {
	content: ""
}
.icon-trash:before {
	content: ""
}
.icon-umbrella:before {
	content: ""
}
.icon-unlink:before {
	content: ""
}
.icon-unlocked-1:before {
	content: ""
}
.icon-unlocked-2:before {
	content: ""
}
.icon-unlocked:before {
	content: ""
}
.icon-upload:before {
	content: ""
}
.icon-user-1:before {
	content: ""
}
.icon-user-2:before {
	content: ""
}
.icon-user-3:before {
	content: ""
}
.icon-user-4:before {
	content: ""
}
.icon-user-5:before {
	content: ""
}
.icon-user-6:before {
	content: ""
}
.icon-user-7:before {
	content: ""
}
.icon-user:before {
	content: ""
}
.icon-users-1:before {
	content: ""
}
.icon-users:before {
	content: ""
}
.icon-video-camera-1:before {
	content: ""
}
.icon-video-camera:before {
	content: ""
}
.icon-video-player-1:before {
	content: ""
}
.icon-video-player-2:before {
	content: ""
}
.icon-video-player:before {
	content: ""
}
.icon-view-1:before {
	content: ""
}
.icon-view-2:before {
	content: ""
}
.icon-view:before {
	content: ""
}
.icon-volume-control-1:before {
	content: ""
}
.icon-volume-control:before {
	content: ""
}
.icon-warning:before {
	content: ""
}
.icon-wifi-1:before {
	content: ""
}
.icon-wifi:before {
	content: ""
}
.icon-windows-1:before {
	content: ""
}
.icon-windows-2:before {
	content: ""
}
.icon-windows-3:before {
	content: ""
}
.icon-windows-4:before {
	content: ""
}
.icon-windows:before {
	content: ""
}
.icon-wireless-internet:before {
	content: ""
}
.icon-worldwide-1:before {
	content: ""
}
.icon-worldwide:before {
	content: ""
}
.icon-zoom-in:before {
	content: ""
}
.icon-zoom-out:before {
	content: ""
}
body {
	font-family: Titillium Web, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	line-height: 20px;
	color: #797979
}
.titreMain, .pageHead-title, .lstArt-linkTitle {
// OCO	color: #5631b4;
	color: #FF0041;
	text-transform: capitalize;
	font-size: 32px;
	line-height: 52px;
	font-weight: 400;
	font-style: normal
}
.titreSub {
	color: #444;
	font-size: 30px;
	font-weight: 600;
	line-height: 30px
}
.titreBloc {
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	text-transform: uppercase
}
h1 {
	font-size: 32px;
// OCO	color: #5631b4;
	color: #ff0041;
	margin: 20px 0;
	line-height: 1
}
h2 {
	font-size: 28px;
	text-transform: uppercase;
// OCO	color: #9daade;
	color: #ffaf00;
	font-weight: 600;
	margin: 20px 0;
	line-height: 1
}
h3 {
	font-size: 22px;
// OCO	color: #5631b4;
	color: #ff0041;
	text-transform: uppercase;
	font-weight: 600;
	margin: 20px 0;
	line-height: 1
}
a {
// OCO	color: #5631b4;
	color: #ff0041;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-weight: 700;
	text-decoration: none;
	line-height: 1
}
a:hover {
	color: #ffaa00
}
p {
	clear: both;
	display: block;
	margin-bottom: 25px;
	line-height: 1
}
p.txt-amorce {
//	color: #5631b4;
	color: #ff0041;
	font-weight: 600
}
p.txt-amorce-liste {
// OCO	color: #5631b4;
	color: #ff0041;
	font-weight: 600;
	margin-bottom: 10px
}
strong {
	font-weight: 700
}
ul {
	margin-left: 25px;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 25px
}
ul li {
	margin-bottom: 15px;
	position: relative
}
ul li:before {
	content: '';
	display: inline-block;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: #444;
	position: absolute;
	left: -20px;
	top: 10px
}
ol {
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: decimal
}
ol li {
	padding-left: 10px;
	padding-bottom: 10px
}
ul>li:before {
// OCO	background: #5631b4
	background: #ff0041
}
ul li ul li:before {
	background: #ffaf00
}
ol {
	counter-reset: ol_compt;
	counter-reset: ol_compt2
}
ol>li {
	counter-increment: ol_compt
}
ol>li:before {
	content: counter(ol_compt) ".";
// OCO	color: #5631b4
	color: #ff0041
}
ol li {
	list-style-type: none
}
ol li:before {
	margin: 0;
	margin-right: 10px;
	font-weight: 700
}
ol li ol li {
	counter-increment: ol_compt2
}
ol li ol li:before {
	content: counter(ol_compt2) ".";
	color: #ffaf00
}
::-moz-selection {
// OCO	background: #5631b4;
	background: #ff0041;
	color: #fff
}
::selection {
// OCO	background: #5631b4;
	background: #ff0041;
	color: #fff
}
.wysiwyg-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.wysiwyg-button a {
	border: 0;
	border-radius: 6px;
//	background: #FF0041;
	color: #fff;
	font-size: 18px;
	padding: 10px 25px;
	text-align: center;
	display: block;
	-webkit-transition: All .5s;
	transition: All .5s;
	cursor: pointer;
	outline: none;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	margin: auto;
	max-width: 50%
}
.wysiwyg-button a:hover {
	background-color: #ffaf00;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0
}
.block-alerte {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #ffaf00;
	padding: 10px 15px;
	margin: 20px 0
}
.block-alerte p {
	font-size: 18px;
	color: white;
	margin: auto 0
}
.block-alerte .content-alerte {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 2em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: white
}
.block-alerte .content-alerte i {
	margin-right: 10px
}
.block-astuce {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #f4f4f4;
	padding: 10px 15px;
	margin: 20px 0
}
.block-astuce p {
	font-size: 18px;
	color: #ffaf00;
	margin: auto 0
}
.block-astuce .content-astuce {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 2em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffaf00
}
.block-astuce .content-astuce i {
	margin-right: 10px
}
.block-astuce .content-astuce i svg {
	fill: #ffaf00
}
.block-video {
	margin-top: 20px;
	margin-bottom: 20px
}
.block-video .wp-video, .block-video video.wp-video-shortcode, .block-video .mejs-container, .block-video .mejs-overlay.load {
	width: 100%!important;
	height: 100%!important
}
.block-video .mejs-container {
	padding-top: 56.25%
}
.block-video .wp-video, .block-video video.wp-video-shortcode {
	max-width: 100%!important
}
.block-video video.wp-video-shortcode {
	position: relative
}
.block-video .mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.block-video .mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto!important;
	height: auto!important
}
[class*=sprite-] {
	background-size: 0 0
}
.wrapped {
	width: 1170px;
	margin: 0 auto
}
.guttered {
	padding: 0 15px
}
img {
	max-width: 100%;
	height: auto
}
a {
	word-break: break-all
}
.ob-main .alignnone {
	display: inline-block;
	margin: 0 3px;
	vertical-align: middle
}
.ob-main p {
	line-height: 26px
}
.ob-main li {
	line-height: 26px
}
.ob-main em {
	font-style: italic
}
.ob-main .ob-accordion a {
	word-break: normal
}
.pagination {
	margin: 0
}
.pagination li {
	display: inline-block;
	font-size: 13px;
	text-transform: none;
	font-weight: 700
}
.pagination li a {
	border-radius: 4px;
	margin-right: 4px;
// OCO	background: #5631b4;
	background: #ff0041;
	-webkit-transition: background .5s;
	transition: background .5s;
	padding: 5px 8px;
	cursor: pointer;
	color: #fff;
	text-decoration: none
}
.pagination li:hover a, .pagination li.active a {
	background: #ff0041
}
.pagination li:before {
	content: none
}
ol li ul {
	margin-top: 10px
}
ol li ul li {
	margin-bottom: 0
}
@media screen and (max-width:1169px) {
.wrapped {
	width: 100%
}
}
ul li:nth-child(1), ol li:nth-child(1) {
	margin-top: 10px
}
.content {
	padding: 5px
}
.site-header {
	background: #444
}
.header-main {
	padding: 0 15px
}
.header-main:after {
	content: '';
	display: block;
	clear: both;
	width: 100%
}
.header-logo {
	float: left;
	padding: 9px 0 4px
}
.site-navigation {
	float: right
}
.nav-menu {
	margin: 0
}
.nav-menu .menu-item {
	float: left;
	display: inline-block;
	position: relative;
	margin: 0
}
.nav-menu .menu-item.menu-acount {
	background: #797979
}
.nav-menu .menu-item a {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 12px 20px;
	position: relative;
	text-decoration: none;
	z-index: 2
}
.nav-menu .menu-item:hover a {
// OCO	color: #5631b4
	color: #ff0041
}
.site-navigation-burger, .site-navigation-burger-close {
// OCO	color: #5631b4;
	color: #ff0041;
	cursor: pointer;
	display: none;
	float: right;
	margin-top: 10px;
	margin-top: 3px;
	font-size: 35px
}
@media screen and (max-width:999px) {
.site-navigation {
	height: 0;
	overflow: hidden;
	float: initial;
	clear: both
}
.nav-menu .menu-item {
	float: initial;
	display: block
}
.site-navigation-burger {
	display: block
}
}
html, body {
	height: 100%
}
.site {
	min-height: 100%;
	position: relative
}
.main-content {
	padding-bottom: 150px
}
.site-footer {
	background: #797979;
	bottom: 0;
	clear: both;
	height: 150px;
	left: 0;
	position: absolute;
	margin-top: 30px;
	width: 100%;
	z-index: 10
}
.site-footer .wrapped {
	padding: 45px 15px 35px
}
.site-footer .wrapped:before {
	content: '';
	clear: both;
	display: block;
	width: 100%
}
.footerInfos {
	float: left;
}
.footerInfos-logo {
	margin-right: 35px
}
.footerContact {
	float: right;
	color: #fff;
	text-align: right
}
.footerContact-tel {
	font-size: 24px;
	font-weight: 600;
	line-height: 28px
}
.footerContact-tel-link {
	color: #fff;
	text-decoration: none
}
.footerContact-tel-link:hover {
// OCO	color: #5631b4
	color: #ff0041
}
.footerContact-others-link {
	color: #fff
}
.footerContact-others-link:hover {
	color: #fff;
	text-decoration: underline
}
.footerNav {
	margin: 10px 0
}
.footerNav li:before {
	display: none
}
.footerNav li a {
	color: #f4f4f4;
	font-size: 14px;
	text-decoration: none
}
@media screen and (max-width:895px) {
.main-content {
	padding-bottom: 180px
}
.site-footer {
	height: 180px
}
.site-footer .wrapped {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 45px 15px 35px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
.site-footer .footerInfos {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
.site-footer .footerInfos a:first-child {
	margin-top: 14px
}
.site-footer .footerContact {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
}
@media screen and (max-width:540px) {
.main-content {
	padding-bottom: 250px
}
.site-footer {
	height: 250px
}
.site-footer .footerInfos {
	-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
}
.site-footer .footerInfos-logo {
	margin: 5px 0
}
.site-footer .footerInfos a:first-child {
	margin: 0
}
.site-footer .footerInfos a:last-child {
	margin-top: 15px
}
}
.highlight-term {
// OCO	background: #5631b4
	background: #ff0041
}
@media print {
.col-side, .site-navigation, .pageHead-search {
	display: none
}
.header-main {
	-webkit-print-color-adjust: exact;
	background: #444
}
.site-footer {
	height: 90px;
	-webkit-print-color-adjust: exact;
	margin-top: 5px
}
.site-footer .wrapped {
	padding: 15px 0
}
.footerContact {
	margin-right: 30px
}
.wrapped {
	width: 100%
}
.footerInfos {
	display: none
}
.ob-accordion-content {
	display: block!important
}
.ob-accordion-title {
	padding-left: 0;
	border-bottom: 1px solid #797979
}
.ob-accordion-title:after {
	display: none
}
.ob-accordion-title:after {
	display: none!important
}
}
.ob-accordion {
	margin-bottom: 15px
}
.ob-accordion h2 {
	font-size: 25px
}
.ob-accordion-content {
	-webkit-transition: display 1s linear;
	transition: display 1s linear;
	height: auto
}
.ob-accordion-content.closed {
	display: none
}
.ob-accordion-title {
	background: #f4f4f4;
// OCO	color: #5631b4;
	color: #ff0041;
	border: 3px solid #f4f4f4;
	cursor: pointer;
	display: block;
	padding: 15px;
	position: relative;
	margin-bottom: 0
}
.ob-accordion-title:after {
	content: "";
	border-style: solid;
	border-width: .15em .15em 0 0;
	content: '';
	display: inline-block;
	height: .45em;
	right: 20px;
	position: absolute;
	top: 18px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	vertical-align: top;
	width: .45em;
	-webkit-transition: .5s all linear;
	transition: .5s all linear
}
.ob-accordion-title.closed:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}
.ob-accordion-content {
	padding: 10px;
	border: 3px solid #f4f4f4;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px
}
.ob-accordion-content ul>li:before {
// OCO	background: #5631b4
	background: #ff0041
}
.ob-accordion-content ul li ul li:before {
	background: #ffaf00
}
.ob-accordion-content ol {
	counter-reset: ol_compt;
	counter-reset: ol_compt2
}
.ob-accordion-content ol>li {
	counter-increment: ol_compt
}
.ob-accordion-content ol>li:before {
	content: counter(ol_compt) ".";
// OCO	color: #5631b4
	color: #ff0041
}
.ob-accordion-content ol li {
	list-style-type: none
}
.ob-accordion-content ol li:before {
	margin: 0;
	margin-right: 10px;
	font-weight: 700
}
.ob-accordion-content ol li ol li {
	counter-increment: ol_compt2
}
.ob-accordion-content ol li ol li:before {
	content: counter(ol_compt2) ".";
	color: #ffaf00
}
.ob-accordion-content .wysiwyg-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.ob-accordion-content .wysiwyg-button a {
	border: 0;
	border-radius: 6px;
// OCO	background: #5631b4;
	background: #ff0041;
	color: #fff;
	font-size: 18px;
	padding: 10px 25px;
	text-align: center;
	display: block;
	-webkit-transition: All .5s;
	transition: All .5s;
	cursor: pointer;
	outline: none;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	margin: auto;
	max-width: 50%
}
.ob-accordion-content .wysiwyg-button a:hover {
	background-color: #ffaf00;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0
}
.ob-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.ob-columns.marginz {
	margin: 80px 0
}
.ob-columns.center_content .ob-column:first-child.col-3 {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.ob-columns.center_content .ob-column:first-child .ob-callToAction {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.ob-columns.center_content .ob-column:last-child.col-3 {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.ob-columns.center_content .ob-column:last-child .ob-callToAction {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.col-2-3_col-1-3 .col-2-3 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 15px
}
.col-2-3_col-1-3 .col-1-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	padding: 0 15px
}
@media screen and (max-width:800px) {
.col-2-3_col-1-3 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
}
.col-2_col-2 .col-2 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.ob-breves-item {
	margin-bottom: 31px
}
.ob-breves .titreBloc {
	margin-bottom: 35px
}
.ob-breves-date {
	color: #444;
	display: block;
	font-size: 16px;
	line-height: 14px;
	font-weight: 700;
	margin-bottom: 1px
}
.ob-breves .button.linkRead {
	margin-top: 0
}
p.ob-breves-resume {
// OCO	color: #5631b4;
	color: #ff0041;
	margin-bottom: 15px;
	margin-top: 5px;
	line-height: 20px
}
.ob-callToAction {
	background: #f4f4f4;
// OCO	color: #5631b4;
	color: #ff0041;
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 0
}
.ob-callToAction.simple {
	background: none;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0
}
.ob-callToAction-invit {
	margin: 0 15px;
	font-size: 25px
}
.ob-callToAction-button {
	margin: 0 15px
}
@media screen and (max-width:599px) {
.ob-callToAction-invit {
	text-align: center
}
}
@media screen and (max-width:490px) {
.ob-callToAction {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.ob-callToAction-invit {
	margin-bottom: 10px
}
}
.ob-focus .titreBloc {
	display: block;
	margin-bottom: 50px
}
.ob-focus .button {
	margin-top: 35px
}
.ob-focus-placeholder {
	display: block;
	background: #9a9a9a;
	height: 260px;
	width: 260px
}
.linkRead.button {
	color: #fff;
// OCO	background-color: #5631b4;
	background-color: #ff0041;
	height: 30px;
	font-size: 20px;
	line-height: 26px;
	margin-top: 0;
	padding: 0;
	text-decoration: none;
	width: 30px
}
.ob-paveimglnk {
	padding: 70px 0;
	background-size: cover
}
.ob-paveimglnk-title {
	color: #fff;
	display: block;
	font-size: 40px;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase
}
.ob-paveimglnk .button {
	margin-top: 30px
}
.ob-searchpane {
	background-size: cover;
	min-height: 400px;
	padding-top: 100px
}
.ob-searchpane .ob-searchpane-title {
	color: #444;
	display: block;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center
}
.ob-searchpane .ob-searchpane-txt {
	color: #444;
	font-size: 18px;
	display: block;
	text-align: center;
	margin: 0 auto
}
.ob-searchpane .ob-searchpane-txt p {
	margin-bottom: 0
}
.ob-searchpane .frm {
	display: block;
	text-align: center
}
.frm-search .ob-searchpane-field {
	position: relative;
	width: 100%;
	max-width: 700px;
	margin: 60px auto 0
}
@media screen and (max-width:453px) {
.frm-search .ob-searchpane-field {
	margin: 45px auto 0
}
}
.frm-search .ob-searchpane-field .icon-search {
// OCO	color: #5631b4;
	color: #ff0041;
	font-size: 32px;
	position: absolute;
	right: 3%;
	top: 9px;
	z-index: 3;
	stroke-width: 2px;
	-webkit-text-stroke: 2px
}
.frm-search .ob-searchpane-txt {
	width: 100%
}
.frm-search .ob-searchpane-button {
	z-index: 99;
	width: 68px;
	position: absolute;
	right: 0;
	top: 0;
	height: 48px;
	display: block;
	background: transparent;
	border: 0
}
.WL_loop-item {
	background: #f4f4f4
}
.WL_loop-item {
	display: block;
	margin: 4px 0;
	padding: 0
}
.WL_loop-item-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.WL_poll-vote {
	color: #444;
	font-size: 26px;
	font-weight: 700
}
.WL_loop-item-infos-title {
// OCO	color: #5631b4;
	color: #ff0041;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 10px;
	display: inline-block
}
.WL_loop-item-infos-content {
	font-size: 18px
}
.WL_poll {
	width: 180px;
	min-width: 180px;
	min-height: 180px;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	margin: 0
}
.WL_loop-item-infos {
	padding: 35px 50px
}
.ob-wishes {
	margin-bottom: 50px
}
.ob-wishes label {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	padding-top: 12px
}
.WL_form-basicText {
	width: -webkit-calc(100% - 195px);
	width: calc(100% - 195px)
}
.WL_form-newWish-longText textarea {
	width: -webkit-calc(100% - 195px);
	width: calc(100% - 195px);
	margin-top: 15px
}
.ob-wysiwyg h2 {
	color: #ffaf00;
	margin-bottom: 20px
}
.ob-wysiwyg h3 {
// OCO	color: #5631b4;
	color: #ff0041;
	margin-bottom: 20px
}
.ob-wysiwyg p {
	word-break: break-word
}
.ob-wysiwyg a {
	color: #ffaf00;
	text-decoration: none;
	font-weight: 700
}
.ob-wysiwyg ul>li:before {
// OCO	background: #5631b4
	background: #ff0041
}
.ob-wysiwyg ul li ul li:before {
	background: #ffaf00
}
.ob-wysiwyg ol {
	counter-reset: ol_compt;
	counter-reset: ol_compt2
}
.ob-wysiwyg ol>li {
	counter-increment: ol_compt
}
.ob-wysiwyg ol>li:before {
	content: counter(ol_compt) ".";
//	color: #5631b4
	color: #ff0041
}
.ob-wysiwyg ol li {
	list-style-type: none
}
.ob-wysiwyg ol li:before {
	margin: 0;
	margin-right: 10px;
	font-weight: 700
}
.ob-wysiwyg ol li ol li {
	counter-increment: ol_compt2
}
.ob-wysiwyg ol li ol li:before {
	content: counter(ol_compt2) ".";
	color: #ffaf00
}
.ob-rowflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.home .titreBloc {
	font-size: 40px;
	line-height: 45px
}
@media screen and (max-width:800px) {
.home .titreBloc {
	margin-top: 15px
}
}
.pageHead {
	background: url(../img/headerPage-bg.jpg) no-repeat 0 0;
	background-size: cover;
	padding: 30px 0;
	margin-bottom: 30px
}
.pageHead .wrapped {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.pageHead-title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 15px;
	margin-bottom: 0;
	text-transform: initial
}
.pageHead-search {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.pageHead-search .ob-searchpane-field {
	margin-top: 0
}
.pageColumns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.pageColumns .col-main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 860px;
	padding: 0 15px 0 0
}
.pageColumns .col-side {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	padding: 0 0 0 15px
}
.postTypes-actions {
	border-bottom: 2px solid #f4f4f4;
	margin-bottom: 27px;
	padding-bottom: 17px
}
.postTypes-actions .button {
	margin-bottom: 10px
}
.postTypes-actions .button.pageAction-send {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	width: 100%
}
.postTypes-actions .nf-field-container {
	margin-bottom: 10px
}
.postTypes .nf-form-cont.frm {
	margin-top: 20px
}
.postTypes-amorce {
	color: #797979;
	display: block;
	margin-bottom: 10px
}
.postTypes-links {
	border-bottom: 2px solid #f4f4f4;
	margin-bottom: 27px;
	padding-bottom: 17px
}
.postTypes-links a {
	display: block;
	color: #444;
	font-weight: 600;
	text-decoration: none;
	margin-bottom: 12px;
	vertical-align: middle
}
.postTypes-links a:before {
	content: '';
	display: inline-block;
	width: 9px;
	height: 12px;
	background: url(../img/frm-sprite.png) no-repeat 0 0;
	margin-right: 5px
}
.postTypes-summary .summary-parent-container {
	margin: 17px 0 7px;
	padding-top: 17px
}
.postTypes-summary .summary-parent-title {
	font-size: 24px;
	line-height: 26px
}
.postTypes-summary .summary-child-link {
	font-size: 16px;
	line-height: 18px;
	display: inline-block;
	margin-bottom: 12px
}
.summary-parent {
	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-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.summary-parent-container {
	background: #f4f4f4;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 31%;
	flex: 0 1 31%;
	margin-right: 3.5%;
	margin-bottom: 47px;
	padding-bottom: 33px
}
.summary-parent-container:nth-child(3n) {
	margin-right: 0
}
.summary-parent-title {
// OCO	color: #5631b4;
	color: #ff0041;
	display: inline-block;
	font-size: 30px;
	line-height: 32px;
	font-weight: 700;
	padding: 0 27px 15px
}
.summary-parent-img {
	width: 100%;
	height: 140px;
	background: #797979;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 27px;
	border-bottom: 8px solid #fff
}
.summary-children {
	margin: 0 27px
}
.summary-child {
	margin: 0
}
.summary-child:before {
	display: none
}
.summary-child-link {
	color: #444;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	text-decoration: none;
	padding-left: 12px;
	display: inline-block
}
.summary-child-link:before {
	content: '';
	display: inline-block;
	width: 9px;
	height: 12px;
	background: url(../img/frm-sprite.png) no-repeat 0 0;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 5px
}
.col-side .summary-parent-img {
	display: none
}
.search-item {
	border-bottom: 2px solid #f4f4f4;
	padding-bottom: 25px;
	margin-bottom: 35px
}
.search-item-title {
// OCO	color: #5631b4;
	color: #ff0041;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 10px
}
.search-item-data {
	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: end;
	-ms-flex-align: end;
	align-items: flex-end
}
.search-item-link.button {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	max-height: 40px
}
.search-item-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 70px;
	margin-bottom: 0;
	line-height: 1.5;
	word-break: break-all
}
.search-item-highlight {
	color: #fff;
	padding: 2px;
// OCO	background: #5631b4;
//	border: 1px solid #5631b4;
	background: #ff0041;
	border: 1px solid #ff0041;
	border-radius: 2px
}
.txt404 {
// OCO	color: #5631b4;
	color: #ff0041;
	text-align: center;
	font-size: 240px;
	line-height: 260px;
	margin-top: 100px
}
.txt404-info {
	font-size: 24px;
	text-align: center
}
.txt404-back {
	text-align: center
}
@-webkit-keyframes shake {
from, to {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}
10%, 30%, 50%, 70%, 90% {
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0)
}
20%, 40%, 60%, 80% {
	-webkit-transform: translate3d(10px,0,0);
	transform: translate3d(10px,0,0)
}
}
@keyframes shake {
from, to {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}
10%, 30%, 50%, 70%, 90% {
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0)
}
20%, 40%, 60%, 80% {
	-webkit-transform: translate3d(10px,0,0);
	transform: translate3d(10px,0,0)
}
}
.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}
.lstArt {
	padding-right: 25px
}
.lstArt .titreBloc {
	display: block;
	margin-bottom: 50px
}
.lstArt-date {
	color: #444;
	display: block;
	font-size: 16px;
	line-height: 14px;
	font-weight: 700;
	margin-bottom: 3px
}
.lstArt-linkTitle {
	font-size: 30px;
	line-height: 32px;
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
	text-decoration: none
}
.lstArt-content p:first-child {
// OCO	color: #5631b4;
	color: #ff0041;
	font-weight: 700;
	margin-bottom: 25px
}
.lstArt .button {
	margin-top: 35px
}
.lstArt-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 40px;
	position: relative
}
.lstArt-item-fullLink {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	opacity: 0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.lstArt-item-fullLink:hover {
	opacity: .3;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)"
}
.lstArt-placeholder {
	display: block;
	background: #9a9a9a;
	height: 260px;
	width: 260px
}
.lstArt-linkRead.button {
	color: #fff;
	height: 30px;
	font-size: 20px;
	line-height: 26px;
	margin-top: 20px;
	padding: 0;
	text-decoration: none;
	width: 30px
}
.lstArt-thumbnail {
	margin-right: 35px;
	min-width: 260px;
	-webkit-box-flex: inherit;
	-ms-flex: inherit;
	flex: inherit
}
.lstArt-thumbnail img {
	min-width: 260px
}
@media screen and (max-width:665px) {
.lstArt-thumbnail {
	min-width: 48%;
	margin-right: 10px
}
.lstArt-thumbnail img {
	min-width: auto;
	max-width: 100%
}
.lstArt-thumbnail .ob-focus-placeholder {
	max-width: 100%
}
}
.lstArt-elements {
	min-width: 20px
}
.lstArt-cntGroup {
	display: block;
	overflow: hidden;
	margin-bottom: 10px
}
.page-home-lstArt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 15px
}
.page-home .lstArt-item {
	max-width: 48.6842105263158%
}
img.alignleft {
	float: left;
	margin: 0 15px 15px 0
}
img.alignright {
	float: right;
	margin: 0 0 15px 15px
}
img.alignright:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 1px
}
img.aligncenter {
	display: block;
	margin: 15px auto
}
.lstBreves-filter {
	margin-bottom: 30px
}
.lstBreves-select {
	color: #444;
	font-size: 18px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(../img/sprite.jpg) no-repeat 235px 14px;
	overflow: hidden;
	width: 260px;
	padding: 10px
}
.lstBreves-select:focus {
	outline: none;
// OCO	border-color: #5631b4;
//	box-shadow: 0 0 10px #5631b4
	border-color: #ff0041;
	box-shadow: 0 0 10px #ff0041
}
.lstBreves-select::-ms-expand {
	display: none
}
.lstBreves-label {
// OCO	color: #5631b4;
	color: #ff0041;
	font-size: 18px;
	margin-right: 50px
}
.lstBreves-cntGroup {
	column-count: 3;
	-webkit-column-count: 3;
	column-gap: 0;
	-webkit-column-gap: 0;
	margin-bottom: 50px
}
.lstBreves-item {
	background: #f4f4f4;
	max-width: 360px;
	padding: 20px 25px;
	margin-bottom: 20px;
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	break-inside: avoid-column;
	display: table
}
.lstBreves-rupture {
// OCO	color: #5631b4;
	color: #ff0041;
	font-weight: 700;
	font-size: 18px;
	border-top: 1px solid #6f4ace;
	border-bottom: 1px solid #6f4ace;
	padding: 5px 0;
	margin-bottom: 20px
}
.lstBreves-cat {
	background-color: #e5e9c5;
// OCO	color: #5631b4;
	color: #ff0041;
	font-size: 13px;
	padding: 5px 8px;
	margin-right: 4px;
	text-transform: uppercase
}
.lstBreves-cat a {
	text-decoration: none
}
.lstBreves-cat.lstBreves-link {
	color: #fff;
//	background-color: #5631b4;
	background-color: #ff0041;
	display: inline-block;
	text-transform: none;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 700
}
@media screen and (max-width:895px) {
.main-content {
	padding-bottom: 250px
}
.site-footer {
	height: 250px
}
}
@media screen and (max-width:540px) {
.main-content {
	padding-bottom: 300px
}
.site-footer {
	height: 300px
}
}
.nav-menu .menu-item:hover a {
	color: #fff
}
@media print {
.header-main {
	background: #444!important;
	color-adjust: exact
}
.site-footer {
	display: none;
	height: 75px;
	position: fixed;
	bottom: 0
}
.site-footer .wrapped {
	padding: 10px 0
}
.main-content {
	padding-bottom: 175px
}
.ob-accordion-title {
	background: none;
	border-radius: 0;
	font-size: 20px;
	line-height: 22px
}
.pageHead {
	padding: 10px 0;
	margin: 0 0 5px
}
.pageHead-title {
	font-size: 28px;
	line-height: 30px
}
body, p {
	font-size: 16px;
	line-height: 18px
}
h1 {
	page-break-after: avoid
}
h2 {
	page-break-before: always
}
}
.highlight-term {
// OCO	background: #5631b4
	background: #ff0041
}
.lstArt-linkTitle {
	max-height: 96px
}
.lstArt-content {
	display: block;
	max-height: 80px;
	overflow: hidden
}
.lstArt-placeholder {
	width: 100%;
	padding-top: 100%
}
@media(max-width:1040px) {
.lstArt-linkTitle {
	font-size: 26px;
	line-height: 28px
}
}
.lstBreves-cat {
	background-color: #e9e7c5
}
.site-header {
background-image: -webkit-linear-gradient(7deg, #32323f,#32323f);
background-image: -ms-linear-gradient(7deg, #32323f,#32323f)
}
.button {
	background: #ffaf00
}
.site-footer {
	background: #444
}
.nav-menu .menu-item:before {
	display: none
}
.nav-menu .menu-item a {
	padding: 16px 20px
}
.nav-menu .menu-item a:hover {
	background: rgba(255,255,255,.2)
}
.header-logo {
	padding: 5px 0
}
a {
	color: #ffaf00
}
.lstBreves-cat {
	background: #9daade
}
.lstBreves-cat a {
	color: #fff
}
.tableau td, .tableau th {
	border: solid 1px #797979;
	!important;
	padding: 5px
}
.tableau td.first {
// OCO	color: #5631b4
	color: #ff0041
}
.tableau th {
//	color: #5631b4;
	color: #ff0041;
	font-weight: normal
}

