@charset "UTF-8";
@font-face {
  font-family: 'bebas';
  src: url("../fonts/bebasneue_regular-webfont.eot");
  src: url("../fonts/bebasneue_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue_regular-webfont.woff2") format("woff2"), url("../fonts/bebasneue_regular-webfont.woff") format("woff"), url("../fonts/bebasneue_regular-webfont.ttf") format("truetype"), url("../fonts/bebasneue_regular-webfont.svg#bebas_neue_regularregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'bebas';
  src: url("../fonts/bebasneue_bold-webfont.eot");
  src: url("../fonts/bebasneue_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue_bold-webfont.woff2") format("woff2"), url("../fonts/bebasneue_bold-webfont.woff") format("woff"), url("../fonts/bebasneue_bold-webfont.ttf") format("truetype"), url("../fonts/bebasneue_bold-webfont.svg#bebas_neuebold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'bebas';
  src: url("../fonts/bebasneue_light-webfont.eot");
  src: url("../fonts/bebasneue_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue_light-webfont.woff2") format("woff2"), url("../fonts/bebasneue_light-webfont.woff") format("woff"), url("../fonts/bebasneue_light-webfont.ttf") format("truetype"), url("../fonts/bebasneue_light-webfont.svg#bebas_neuelight") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'bebas_book';
  src: url("../fonts/bebasneue_book-webfont.eot");
  src: url("../fonts/bebasneue_book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue_book-webfont.woff2") format("woff2"), url("../fonts/bebasneue_book-webfont.woff") format("woff"), url("../fonts/bebasneue_book-webfont.ttf") format("truetype"), url("../fonts/bebasneue_book-webfont.svg#bebas_neuebook") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("../fonts/HelveticaNeueLTStd-BdCn.eot");
  src: url("../fonts/HelveticaNeueLTStd-BdCn.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTStd-BdCn.woff2") format("woff2"), url("../fonts/HelveticaNeueLTStd-BdCn.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-BdCn.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue LT Std Roman';
  src: url("../fonts/HelveticaNeueLTStd-Roman.eot");
  src: url("../fonts/HelveticaNeueLTStd-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTStd-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeueLTStd-Roman.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #343f4f;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive, .articule-full__post-image > img {
  display: block;
  max-width: 100%;
  height: auto; }
.article-full__chapo {
  object-fit: cover;
  object-position: center;
}
.article-full__chapo img {
  width: 100%;
  position: relative;
  height: auto;
}
.img-rounded {
  border-radius: 0; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #e6e8e8; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #ccc; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 41px; }

h2, .h2 {
  font-size: 34px; }

h3, .h3 {
  font-size: 28px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #ccc; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #e6e8e8; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #ccc; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #e6e8e8; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #ccc; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e6e8e8;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 740px; } }
  @media (min-width: 992px) {
    .container {
      width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      width: 960px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .ed-acc__form .control-label, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .ed-acc__input-wrap, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .ed-acc__form .control-label, .col-sm-6, .ed-acc__input-wrap, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5, .ed-acc__form .control-label {
    width: 41.66667%; }
  .col-sm-6, .ed-acc__input-wrap {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #ccc;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #aeb2b9; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #aeb2b9; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #aeb2b9; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #aeb2b9; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #aeb2b9; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f0f1f1; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 16.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #aeb2b9; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #e6e8e8;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 33px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 49px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0; }

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 27px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #677c9b; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 20px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  transition-property: color, background-color;
  transition-duration: 100ms; }
  .btn-default:focus, .btn-default.focus {
    color: #343f4f;
    background-color: #fff; }
  .btn-default:hover {
    color: #343f4f;
    background-color: #fff; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #343f4f;
    background-color: #fff; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #343f4f;
      background-color: #fff; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  transition-property: color, background-color;
  transition-duration: 100ms; }
  .btn-primary:focus, .btn-primary.focus {
    color: #343f4f;
    background-color: #fff; }
  .btn-primary:hover {
    color: #343f4f;
    background-color: #fff; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #343f4f;
    background-color: #fff; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #343f4f;
      background-color: #fff; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  transition-property: color, background-color;
  transition-duration: 100ms; }
  .btn-success:focus, .btn-success.focus {
    color: #343f4f;
    background-color: #fff; }
  .btn-success:hover {
    color: #343f4f;
    background-color: #fff; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #343f4f;
    background-color: #fff; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #343f4f;
      background-color: #fff; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
  transition-property: color, background-color;
  transition-duration: 100ms; }
  .btn-info:focus, .btn-info.focus {
    color: #343f4f;
    background-color: #fff; }
  .btn-info:hover {
    color: #343f4f;
    background-color: #fff; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #343f4f;
    background-color: #fff; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #343f4f;
      background-color: #fff; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
  transition-property: color, background-color;
  transition-duration: 100ms; }
  .btn-warning:focus, .btn-warning.focus {
    color: #343f4f;
    background-color: #fff; }
  .btn-warning:hover {
    color: #343f4f;
    background-color: #fff; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #343f4f;
    background-color: #fff; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #343f4f;
      background-color: #fff; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  transition-property: color, background-color;
  transition-duration: 100ms; }
  .btn-danger:focus, .btn-danger.focus {
    color: #343f4f;
    background-color: #fff; }
  .btn-danger:hover {
    color: #343f4f;
    background-color: #fff; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #343f4f;
    background-color: #fff; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #343f4f;
      background-color: #fff; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #ccc;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.tg-row, .tg-row-equal,
.tg-row-xs {
  display: table;
  width: 100%; }

@media (min-width: 768px) {
  .tg-row-sm {
    display: table;
    width: 100%; } }

@media (min-width: 992px) {
  .tg-row-md {
    display: table;
    width: 100%; } }

@media (min-width: 1200px) {
  .tg-row-lg {
    display: table;
    width: 100%; } }

.tg-row-equal {
  table-layout: fixed; }

.tg-cell-equal {
  display: table-cell;
  position: relative;
  padding-left: 10px;
  padding-right: 10px; }
  .tg-cell-equal:first-child {
    padding-left: 0; }
  .tg-cell-equal:last-child {
    padding-right: 0; }

.tg-col-xs-1 {
  display: table-cell;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 8.33333%; }
  .tg-col-xs-1:first-child {
    padding-left: 0; }
  .tg-col-xs-1:last-child {
    padding-right: 0; }

@media (min-width: 768px) {
  .tg-col-sm-1 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 8.33333%; }
    .tg-col-sm-1:first-child {
      padding-left: 0; }
    .tg-col-sm-1:last-child {
      padding-right: 0; } }

@media (min-width: 992px) {
  .tg-col-md-1 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 8.33333%; }
    .tg-col-md-1:first-child {
      padding-left: 0; }
    .tg-col-md-1:last-child {
      padding-right: 0; } }

@media (min-width: 1200px) {
  .tg-col-lg-1 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 8.33333%; }
    .tg-col-lg-1:first-child {
      padding-left: 0; }
    .tg-col-lg-1:last-child {
      padding-right: 0; } }

.tg-col-xs-2 {
  display: table-cell;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 16.66667%; }
  .tg-col-xs-2:first-child {
    padding-left: 0; }
  .tg-col-xs-2:last-child {
    padding-right: 0; }

@media (min-width: 768px) {
  .tg-col-sm-2 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 16.66667%; }
    .tg-col-sm-2:first-child {
      padding-left: 0; }
    .tg-col-sm-2:last-child {
      padding-right: 0; } }

@media (min-width: 992px) {
  .tg-col-md-2 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 16.66667%; }
    .tg-col-md-2:first-child {
      padding-left: 0; }
    .tg-col-md-2:last-child {
      padding-right: 0; } }

@media (min-width: 1200px) {
  .tg-col-lg-2 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 16.66667%; }
    .tg-col-lg-2:first-child {
      padding-left: 0; }
    .tg-col-lg-2:last-child {
      padding-right: 0; } }

.tg-col-xs-3 {
  display: table-cell;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 25%; }
  .tg-col-xs-3:first-child {
    padding-left: 0; }
  .tg-col-xs-3:last-child {
    padding-right: 0; }

@media (min-width: 768px) {
  .tg-col-sm-3 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 25%; }
    .tg-col-sm-3:first-child {
      padding-left: 0; }
    .tg-col-sm-3:last-child {
      padding-right: 0; } }

@media (min-width: 992px) {
  .tg-col-md-3 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 25%; }
    .tg-col-md-3:first-child {
      padding-left: 0; }
    .tg-col-md-3:last-child {
      padding-right: 0; } }

@media (min-width: 1200px) {
  .tg-col-lg-3 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 25%; }
    .tg-col-lg-3:first-child {
      padding-left: 0; }
    .tg-col-lg-3:last-child {
      padding-right: 0; } }

.tg-col-xs-4 {
  display: table-cell;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 33.33333%; }
  .tg-col-xs-4:first-child {
    padding-left: 0; }
  .tg-col-xs-4:last-child {
    padding-right: 0; }

@media (min-width: 768px) {
  .tg-col-sm-4 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33333%; }
    .tg-col-sm-4:first-child {
      padding-left: 0; }
    .tg-col-sm-4:last-child {
      padding-right: 0; } }

@media (min-width: 992px) {
  .tg-col-md-4 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33333%; }
    .tg-col-md-4:first-child {
      padding-left: 0; }
    .tg-col-md-4:last-child {
      padding-right: 0; } }

@media (min-width: 1200px) {
  .tg-col-lg-4 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33333%; }
    .tg-col-lg-4:first-child {
      padding-left: 0; }
    .tg-col-lg-4:last-child {
      padding-right: 0; } }

.tg-col-xs-5 {
  display: table-cell;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 41.66667%; }
  .tg-col-xs-5:first-child {
    padding-left: 0; }
  .tg-col-xs-5:last-child {
    padding-right: 0; }

@media (min-width: 768px) {
  .tg-col-sm-5 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 41.66667%; }
    .tg-col-sm-5:first-child {
      padding-left: 0; }
    .tg-col-sm-5:last-child {
      padding-right: 0; } }

@media (min-width: 992px) {
  .tg-col-md-5 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 41.66667%; }
    .tg-col-md-5:first-child {
      padding-left: 0; }
    .tg-col-md-5:last-child {
      padding-right: 0; } }

@media (min-width: 1200px) {
  .tg-col-lg-5 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 41.66667%; }
    .tg-col-lg-5:first-child {
      padding-left: 0; }
    .tg-col-lg-5:last-child {
      padding-right: 0; } }

.tg-col-xs-6 {
  display: table-cell;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%; }
  .tg-col-xs-6:first-child {
    padding-left: 0; }
  .tg-col-xs-6:last-child {
    padding-right: 0; }

@media (min-width: 768px) {
  .tg-col-sm-6 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%; }
    .tg-col-sm-6:first-child {
      padding-left: 0; }
    .tg-col-sm-6:last-child {
      padding-right: 0; } }

@media (min-width: 992px) {
  .tg-col-md-6 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%; }
    .tg-col-md-6:first-child {
      padding-left: 0; }
    .tg-col-md-6:last-child {
      padding-right: 0; } }

@media (min-width: 1200px) {
  .tg-col-lg-6 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%; }
    .tg-col-lg-6:first-child {
      padding-left: 0; }
    .tg-col-lg-6:last-child {
      padding-right: 0; } }

.tg-col-xs-7 {
  display: table-cell;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 58.33333%; }
  .tg-col-xs-7:first-child {
    padding-left: 0; }
  .tg-col-xs-7:last-child {
    padding-right: 0; }

@media (min-width: 768px) {
  .tg-col-sm-7 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 58.33333%; }
    .tg-col-sm-7:first-child {
      padding-left: 0; }
    .tg-col-sm-7:last-child {
      padding-right: 0; } }

@media (min-width: 992px) {
  .tg-col-md-7 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 58.33333%; }
    .tg-col-md-7:first-child {
      padding-left: 0; }
    .tg-col-md-7:last-child {
      padding-right: 0; } }

@media (min-width: 1200px) {
  .tg-col-lg-7 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 58.33333%; }
    .tg-col-lg-7:first-child {
      padding-left: 0; }
    .tg-col-lg-7:last-child {
      padding-right: 0; } }

.tg-col-xs-8 {
  display: table-cell;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 66.66667%; }
  .tg-col-xs-8:first-child {
    padding-left: 0; }
  .tg-col-xs-8:last-child {
    padding-right: 0; }

@media (min-width: 768px) {
  .tg-col-sm-8 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 66.66667%; }
    .tg-col-sm-8:first-child {
      padding-left: 0; }
    .tg-col-sm-8:last-child {
      padding-right: 0; } }

@media (min-width: 992px) {
  .tg-col-md-8 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 66.66667%; }
    .tg-col-md-8:first-child {
      padding-left: 0; }
    .tg-col-md-8:last-child {
      padding-right: 0; } }

@media (min-width: 1200px) {
  .tg-col-lg-8 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 66.66667%; }
    .tg-col-lg-8:first-child {
      padding-left: 0; }
    .tg-col-lg-8:last-child {
      padding-right: 0; } }

.tg-col-xs-9 {
  display: table-cell;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 75%; }
  .tg-col-xs-9:first-child {
    padding-left: 0; }
  .tg-col-xs-9:last-child {
    padding-right: 0; }

@media (min-width: 768px) {
  .tg-col-sm-9 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 75%; }
    .tg-col-sm-9:first-child {
      padding-left: 0; }
    .tg-col-sm-9:last-child {
      padding-right: 0; } }

@media (min-width: 992px) {
  .tg-col-md-9 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 75%; }
    .tg-col-md-9:first-child {
      padding-left: 0; }
    .tg-col-md-9:last-child {
      padding-right: 0; } }

@media (min-width: 1200px) {
  .tg-col-lg-9 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 75%; }
    .tg-col-lg-9:first-child {
      padding-left: 0; }
    .tg-col-lg-9:last-child {
      padding-right: 0; } }

.tg-col-xs-10 {
  display: table-cell;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 83.33333%; }
  .tg-col-xs-10:first-child {
    padding-left: 0; }
  .tg-col-xs-10:last-child {
    padding-right: 0; }

@media (min-width: 768px) {
  .tg-col-sm-10 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 83.33333%; }
    .tg-col-sm-10:first-child {
      padding-left: 0; }
    .tg-col-sm-10:last-child {
      padding-right: 0; } }

@media (min-width: 992px) {
  .tg-col-md-10 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 83.33333%; }
    .tg-col-md-10:first-child {
      padding-left: 0; }
    .tg-col-md-10:last-child {
      padding-right: 0; } }

@media (min-width: 1200px) {
  .tg-col-lg-10 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 83.33333%; }
    .tg-col-lg-10:first-child {
      padding-left: 0; }
    .tg-col-lg-10:last-child {
      padding-right: 0; } }

.tg-col-xs-11 {
  display: table-cell;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 91.66667%; }
  .tg-col-xs-11:first-child {
    padding-left: 0; }
  .tg-col-xs-11:last-child {
    padding-right: 0; }

@media (min-width: 768px) {
  .tg-col-sm-11 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 91.66667%; }
    .tg-col-sm-11:first-child {
      padding-left: 0; }
    .tg-col-sm-11:last-child {
      padding-right: 0; } }

@media (min-width: 992px) {
  .tg-col-md-11 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 91.66667%; }
    .tg-col-md-11:first-child {
      padding-left: 0; }
    .tg-col-md-11:last-child {
      padding-right: 0; } }

@media (min-width: 1200px) {
  .tg-col-lg-11 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 91.66667%; }
    .tg-col-lg-11:first-child {
      padding-left: 0; }
    .tg-col-lg-11:last-child {
      padding-right: 0; } }

.tg-col-xs-12 {
  display: table-cell;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%; }
  .tg-col-xs-12:first-child {
    padding-left: 0; }
  .tg-col-xs-12:last-child {
    padding-right: 0; }

@media (min-width: 768px) {
  .tg-col-sm-12 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%; }
    .tg-col-sm-12:first-child {
      padding-left: 0; }
    .tg-col-sm-12:last-child {
      padding-right: 0; } }

@media (min-width: 992px) {
  .tg-col-md-12 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%; }
    .tg-col-md-12:first-child {
      padding-left: 0; }
    .tg-col-md-12:last-child {
      padding-right: 0; } }

@media (min-width: 1200px) {
  .tg-col-lg-12 {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%; }
    .tg-col-lg-12:first-child {
      padding-left: 0; }
    .tg-col-lg-12:last-child {
      padding-right: 0; } }

.valign-middle {
  vertical-align: middle; }

.btn-base, .btn-partager, .article-full.category-circuler-autrement .article-full__return-cat, .btn-informe, .article-full.category-je-minforme .article-full__return-cat, .article-full.item_carousel-custom .article-full__return-cat, .btn-agis, .article-full.category-jagis .article-full__return-cat, .btn-donne, .article-full.category-je-donne .article-full__return-cat, .btn-association, .article-full.category-lassociation .article-full__return-cat, .btn-boutique, .btn-donner-amt, .category__article-list .btn--view-more, .donateur__article-list .btn--view-more {
  font-size: 18px;
  padding: 9px 20px;
  line-height: 1;
  text-transform: uppercase; }

.btn-base {
  color: #fff;
  background-color: #343f4f;
  border-color: #343f4f;
  transition-property: color, background-color;
  transition-duration: 100ms; }
  .btn-base:focus, .btn-base.focus {
    color: #343f4f;
    background-color: #fff; }
  .btn-base:hover {
    color: #343f4f;
    background-color: #fff; }
  .btn-base:active, .btn-base.active,
  .open > .btn-base.dropdown-toggle {
    color: #343f4f;
    background-color: #fff; }
    .btn-base:active:hover, .btn-base:active:focus, .btn-base:active.focus, .btn-base.active:hover, .btn-base.active:focus, .btn-base.active.focus,
    .open > .btn-base.dropdown-toggle:hover,
    .open > .btn-base.dropdown-toggle:focus,
    .open > .btn-base.dropdown-toggle.focus {
      color: #343f4f;
      background-color: #fff; }
  .btn-base:active, .btn-base.active,
  .open > .btn-base.dropdown-toggle {
    background-image: none; }
  .btn-base.disabled, .btn-base.disabled:hover, .btn-base.disabled:focus, .btn-base.disabled.focus, .btn-base.disabled:active, .btn-base.disabled.active, .btn-base[disabled], .btn-base[disabled]:hover, .btn-base[disabled]:focus, .btn-base[disabled].focus, .btn-base[disabled]:active, .btn-base[disabled].active,
  fieldset[disabled] .btn-base,
  fieldset[disabled] .btn-base:hover,
  fieldset[disabled] .btn-base:focus,
  fieldset[disabled] .btn-base.focus,
  fieldset[disabled] .btn-base:active,
  fieldset[disabled] .btn-base.active {
    background-color: #343f4f;
    border-color: #343f4f; }
  .btn-base .badge {
    color: #343f4f;
    background-color: #fff; }

.btn-partager, .article-full.category-circuler-autrement .article-full__return-cat {
  color: #fff;
  background-color: #a6bc29;
  border-color: #a6bc29;
  transition-property: color, background-color;
  transition-duration: 100ms; }
  .btn-partager:focus, .article-full.category-circuler-autrement .article-full__return-cat:focus, .btn-partager.focus, .article-full.category-circuler-autrement .focus.article-full__return-cat {
    color: #343f4f;
    background-color: #fff; }
  .btn-partager:hover, .article-full.category-circuler-autrement .article-full__return-cat:hover {
    color: #343f4f;
    background-color: #fff; }
  .btn-partager:active, .article-full.category-circuler-autrement .article-full__return-cat:active, .btn-partager.active, .article-full.category-circuler-autrement .active.article-full__return-cat,
  .open > .btn-partager.dropdown-toggle, .article-full.category-circuler-autrement
  .open > .dropdown-toggle.article-full__return-cat {
    color: #343f4f;
    background-color: #fff; }
    .btn-partager:active:hover, .article-full.category-circuler-autrement .article-full__return-cat:active:hover, .btn-partager:active:focus, .article-full.category-circuler-autrement .article-full__return-cat:active:focus, .btn-partager:active.focus, .article-full.category-circuler-autrement .article-full__return-cat:active.focus, .btn-partager.active:hover, .article-full.category-circuler-autrement .active.article-full__return-cat:hover, .btn-partager.active:focus, .article-full.category-circuler-autrement .active.article-full__return-cat:focus, .btn-partager.active.focus, .article-full.category-circuler-autrement .active.focus.article-full__return-cat,
    .open > .btn-partager.dropdown-toggle:hover, .article-full.category-circuler-autrement
    .open > .dropdown-toggle.article-full__return-cat:hover,
    .open > .btn-partager.dropdown-toggle:focus, .article-full.category-circuler-autrement
    .open > .dropdown-toggle.article-full__return-cat:focus,
    .open > .btn-partager.dropdown-toggle.focus, .article-full.category-circuler-autrement
    .open > .dropdown-toggle.focus.article-full__return-cat {
      color: #343f4f;
      background-color: #fff; }
  .btn-partager:active, .article-full.category-circuler-autrement .article-full__return-cat:active, .btn-partager.active, .article-full.category-circuler-autrement .active.article-full__return-cat,
  .open > .btn-partager.dropdown-toggle, .article-full.category-circuler-autrement
  .open > .dropdown-toggle.article-full__return-cat {
    background-image: none; }
  .btn-partager.disabled, .article-full.category-circuler-autrement .disabled.article-full__return-cat, .btn-partager.disabled:hover, .article-full.category-circuler-autrement .disabled.article-full__return-cat:hover, .btn-partager.disabled:focus, .article-full.category-circuler-autrement .disabled.article-full__return-cat:focus, .btn-partager.disabled.focus, .article-full.category-circuler-autrement .disabled.focus.article-full__return-cat, .btn-partager.disabled:active, .article-full.category-circuler-autrement .disabled.article-full__return-cat:active, .btn-partager.disabled.active, .article-full.category-circuler-autrement .disabled.active.article-full__return-cat, .btn-partager[disabled], .article-full.category-circuler-autrement [disabled].article-full__return-cat, .btn-partager[disabled]:hover, .article-full.category-circuler-autrement [disabled].article-full__return-cat:hover, .btn-partager[disabled]:focus, .article-full.category-circuler-autrement [disabled].article-full__return-cat:focus, .btn-partager[disabled].focus, .article-full.category-circuler-autrement [disabled].focus.article-full__return-cat, .btn-partager[disabled]:active, .article-full.category-circuler-autrement [disabled].article-full__return-cat:active, .btn-partager[disabled].active, .article-full.category-circuler-autrement [disabled].active.article-full__return-cat,
  fieldset[disabled] .btn-partager,
  fieldset[disabled] .article-full.category-circuler-autrement .article-full__return-cat, .article-full.category-circuler-autrement
  fieldset[disabled] .article-full__return-cat,
  fieldset[disabled] .btn-partager:hover,
  fieldset[disabled] .article-full.category-circuler-autrement .article-full__return-cat:hover, .article-full.category-circuler-autrement
  fieldset[disabled] .article-full__return-cat:hover,
  fieldset[disabled] .btn-partager:focus,
  fieldset[disabled] .article-full.category-circuler-autrement .article-full__return-cat:focus, .article-full.category-circuler-autrement
  fieldset[disabled] .article-full__return-cat:focus,
  fieldset[disabled] .btn-partager.focus,
  fieldset[disabled] .article-full.category-circuler-autrement .focus.article-full__return-cat, .article-full.category-circuler-autrement
  fieldset[disabled] .focus.article-full__return-cat,
  fieldset[disabled] .btn-partager:active,
  fieldset[disabled] .article-full.category-circuler-autrement .article-full__return-cat:active, .article-full.category-circuler-autrement
  fieldset[disabled] .article-full__return-cat:active,
  fieldset[disabled] .btn-partager.active,
  fieldset[disabled] .article-full.category-circuler-autrement .active.article-full__return-cat, .article-full.category-circuler-autrement
  fieldset[disabled] .active.article-full__return-cat {
    background-color: #a6bc29;
    border-color: #a6bc29; }
  .btn-partager .badge, .article-full.category-circuler-autrement .article-full__return-cat .badge {
    color: #a6bc29;
    background-color: #fff; }

.btn-informe, .article-full.category-je-minforme .article-full__return-cat, .article-full.item_carousel-custom .article-full__return-cat {
  color: #fff;
  background-color: #a6bc29;
  border-color: #a6bc29;
  transition-property: color, background-color;
  transition-duration: 100ms; }
  .btn-informe:focus, .article-full.category-je-minforme .article-full__return-cat:focus, .article-full.item_carousel-custom .article-full__return-cat:focus, .btn-informe.focus, .article-full.category-je-minforme .focus.article-full__return-cat, .article-full.item_carousel-custom .focus.article-full__return-cat {
    color: #343f4f;
    background-color: #fff; }
  .btn-informe:hover, .article-full.category-je-minforme .article-full__return-cat:hover, .article-full.item_carousel-custom .article-full__return-cat:hover {
    color: #343f4f;
    background-color: #fff; }
  .btn-informe:active, .article-full.category-je-minforme .article-full__return-cat:active, .article-full.item_carousel-custom .article-full__return-cat:active, .btn-informe.active, .article-full.category-je-minforme .active.article-full__return-cat, .article-full.item_carousel-custom .active.article-full__return-cat,
  .open > .btn-informe.dropdown-toggle, .article-full.category-je-minforme
  .open > .dropdown-toggle.article-full__return-cat, .article-full.item_carousel-custom
  .open > .dropdown-toggle.article-full__return-cat {
    color: #343f4f;
    background-color: #fff; }
    .btn-informe:active:hover, .article-full.category-je-minforme .article-full__return-cat:active:hover, .article-full.item_carousel-custom .article-full__return-cat:active:hover, .btn-informe:active:focus, .article-full.category-je-minforme .article-full__return-cat:active:focus, .article-full.item_carousel-custom .article-full__return-cat:active:focus, .btn-informe:active.focus, .article-full.category-je-minforme .article-full__return-cat:active.focus, .article-full.item_carousel-custom .article-full__return-cat:active.focus, .btn-informe.active:hover, .article-full.category-je-minforme .active.article-full__return-cat:hover, .article-full.item_carousel-custom .active.article-full__return-cat:hover, .btn-informe.active:focus, .article-full.category-je-minforme .active.article-full__return-cat:focus, .article-full.item_carousel-custom .active.article-full__return-cat:focus, .btn-informe.active.focus, .article-full.category-je-minforme .active.focus.article-full__return-cat, .article-full.item_carousel-custom .active.focus.article-full__return-cat,
    .open > .btn-informe.dropdown-toggle:hover, .article-full.category-je-minforme
    .open > .dropdown-toggle.article-full__return-cat:hover, .article-full.item_carousel-custom
    .open > .dropdown-toggle.article-full__return-cat:hover,
    .open > .btn-informe.dropdown-toggle:focus, .article-full.category-je-minforme
    .open > .dropdown-toggle.article-full__return-cat:focus, .article-full.item_carousel-custom
    .open > .dropdown-toggle.article-full__return-cat:focus,
    .open > .btn-informe.dropdown-toggle.focus, .article-full.category-je-minforme
    .open > .dropdown-toggle.focus.article-full__return-cat, .article-full.item_carousel-custom
    .open > .dropdown-toggle.focus.article-full__return-cat {
      color: #343f4f;
      background-color: #fff; }
  .btn-informe:active, .article-full.category-je-minforme .article-full__return-cat:active, .article-full.item_carousel-custom .article-full__return-cat:active, .btn-informe.active, .article-full.category-je-minforme .active.article-full__return-cat, .article-full.item_carousel-custom .active.article-full__return-cat,
  .open > .btn-informe.dropdown-toggle, .article-full.category-je-minforme
  .open > .dropdown-toggle.article-full__return-cat, .article-full.item_carousel-custom
  .open > .dropdown-toggle.article-full__return-cat {
    background-image: none; }
  .btn-informe.disabled, .article-full.category-je-minforme .disabled.article-full__return-cat, .article-full.item_carousel-custom .disabled.article-full__return-cat, .btn-informe.disabled:hover, .article-full.category-je-minforme .disabled.article-full__return-cat:hover, .article-full.item_carousel-custom .disabled.article-full__return-cat:hover, .btn-informe.disabled:focus, .article-full.category-je-minforme .disabled.article-full__return-cat:focus, .article-full.item_carousel-custom .disabled.article-full__return-cat:focus, .btn-informe.disabled.focus, .article-full.category-je-minforme .disabled.focus.article-full__return-cat, .article-full.item_carousel-custom .disabled.focus.article-full__return-cat, .btn-informe.disabled:active, .article-full.category-je-minforme .disabled.article-full__return-cat:active, .article-full.item_carousel-custom .disabled.article-full__return-cat:active, .btn-informe.disabled.active, .article-full.category-je-minforme .disabled.active.article-full__return-cat, .article-full.item_carousel-custom .disabled.active.article-full__return-cat, .btn-informe[disabled], .article-full.category-je-minforme [disabled].article-full__return-cat, .article-full.item_carousel-custom [disabled].article-full__return-cat, .btn-informe[disabled]:hover, .article-full.category-je-minforme [disabled].article-full__return-cat:hover, .article-full.item_carousel-custom [disabled].article-full__return-cat:hover, .btn-informe[disabled]:focus, .article-full.category-je-minforme [disabled].article-full__return-cat:focus, .article-full.item_carousel-custom [disabled].article-full__return-cat:focus, .btn-informe[disabled].focus, .article-full.category-je-minforme [disabled].focus.article-full__return-cat, .article-full.item_carousel-custom [disabled].focus.article-full__return-cat, .btn-informe[disabled]:active, .article-full.category-je-minforme [disabled].article-full__return-cat:active, .article-full.item_carousel-custom [disabled].article-full__return-cat:active, .btn-informe[disabled].active, .article-full.category-je-minforme [disabled].active.article-full__return-cat, .article-full.item_carousel-custom [disabled].active.article-full__return-cat,
  fieldset[disabled] .btn-informe,
  fieldset[disabled] .article-full.category-je-minforme .article-full__return-cat, .article-full.category-je-minforme
  fieldset[disabled] .article-full__return-cat,
  fieldset[disabled] .article-full.item_carousel-custom .article-full__return-cat, .article-full.item_carousel-custom
  fieldset[disabled] .article-full__return-cat,
  fieldset[disabled] .btn-informe:hover,
  fieldset[disabled] .article-full.category-je-minforme .article-full__return-cat:hover, .article-full.category-je-minforme
  fieldset[disabled] .article-full__return-cat:hover,
  fieldset[disabled] .article-full.item_carousel-custom .article-full__return-cat:hover, .article-full.item_carousel-custom
  fieldset[disabled] .article-full__return-cat:hover,
  fieldset[disabled] .btn-informe:focus,
  fieldset[disabled] .article-full.category-je-minforme .article-full__return-cat:focus, .article-full.category-je-minforme
  fieldset[disabled] .article-full__return-cat:focus,
  fieldset[disabled] .article-full.item_carousel-custom .article-full__return-cat:focus, .article-full.item_carousel-custom
  fieldset[disabled] .article-full__return-cat:focus,
  fieldset[disabled] .btn-informe.focus,
  fieldset[disabled] .article-full.category-je-minforme .focus.article-full__return-cat, .article-full.category-je-minforme
  fieldset[disabled] .focus.article-full__return-cat,
  fieldset[disabled] .article-full.item_carousel-custom .focus.article-full__return-cat, .article-full.item_carousel-custom
  fieldset[disabled] .focus.article-full__return-cat,
  fieldset[disabled] .btn-informe:active,
  fieldset[disabled] .article-full.category-je-minforme .article-full__return-cat:active, .article-full.category-je-minforme
  fieldset[disabled] .article-full__return-cat:active,
  fieldset[disabled] .article-full.item_carousel-custom .article-full__return-cat:active, .article-full.item_carousel-custom
  fieldset[disabled] .article-full__return-cat:active,
  fieldset[disabled] .btn-informe.active,
  fieldset[disabled] .article-full.category-je-minforme .active.article-full__return-cat, .article-full.category-je-minforme
  fieldset[disabled] .active.article-full__return-cat,
  fieldset[disabled] .article-full.item_carousel-custom .active.article-full__return-cat, .article-full.item_carousel-custom
  fieldset[disabled] .active.article-full__return-cat {
    background-color: #a6bc29;
    border-color: #a6bc29; }
  .btn-informe .badge, .article-full.category-je-minforme .article-full__return-cat .badge, .article-full.item_carousel-custom .article-full__return-cat .badge {
    color: #a6bc29;
    background-color: #fff; }

.btn-agis, .article-full.category-jagis .article-full__return-cat {
  color: #fff;
  background-color: #e6006d;
  border-color: #e6006d;
  transition-property: color, background-color;
  transition-duration: 100ms; }
  .btn-agis:focus, .article-full.category-jagis .article-full__return-cat:focus, .btn-agis.focus, .article-full.category-jagis .focus.article-full__return-cat {
    color: #343f4f;
    background-color: #fff; }
  .btn-agis:hover, .article-full.category-jagis .article-full__return-cat:hover {
    color: #343f4f;
    background-color: #fff; }
  .btn-agis:active, .article-full.category-jagis .article-full__return-cat:active, .btn-agis.active, .article-full.category-jagis .active.article-full__return-cat,
  .open > .btn-agis.dropdown-toggle, .article-full.category-jagis
  .open > .dropdown-toggle.article-full__return-cat {
    color: #343f4f;
    background-color: #fff; }
    .btn-agis:active:hover, .article-full.category-jagis .article-full__return-cat:active:hover, .btn-agis:active:focus, .article-full.category-jagis .article-full__return-cat:active:focus, .btn-agis:active.focus, .article-full.category-jagis .article-full__return-cat:active.focus, .btn-agis.active:hover, .article-full.category-jagis .active.article-full__return-cat:hover, .btn-agis.active:focus, .article-full.category-jagis .active.article-full__return-cat:focus, .btn-agis.active.focus, .article-full.category-jagis .active.focus.article-full__return-cat,
    .open > .btn-agis.dropdown-toggle:hover, .article-full.category-jagis
    .open > .dropdown-toggle.article-full__return-cat:hover,
    .open > .btn-agis.dropdown-toggle:focus, .article-full.category-jagis
    .open > .dropdown-toggle.article-full__return-cat:focus,
    .open > .btn-agis.dropdown-toggle.focus, .article-full.category-jagis
    .open > .dropdown-toggle.focus.article-full__return-cat {
      color: #343f4f;
      background-color: #fff; }
  .btn-agis:active, .article-full.category-jagis .article-full__return-cat:active, .btn-agis.active, .article-full.category-jagis .active.article-full__return-cat,
  .open > .btn-agis.dropdown-toggle, .article-full.category-jagis
  .open > .dropdown-toggle.article-full__return-cat {
    background-image: none; }
  .btn-agis.disabled, .article-full.category-jagis .disabled.article-full__return-cat, .btn-agis.disabled:hover, .article-full.category-jagis .disabled.article-full__return-cat:hover, .btn-agis.disabled:focus, .article-full.category-jagis .disabled.article-full__return-cat:focus, .btn-agis.disabled.focus, .article-full.category-jagis .disabled.focus.article-full__return-cat, .btn-agis.disabled:active, .article-full.category-jagis .disabled.article-full__return-cat:active, .btn-agis.disabled.active, .article-full.category-jagis .disabled.active.article-full__return-cat, .btn-agis[disabled], .article-full.category-jagis [disabled].article-full__return-cat, .btn-agis[disabled]:hover, .article-full.category-jagis [disabled].article-full__return-cat:hover, .btn-agis[disabled]:focus, .article-full.category-jagis [disabled].article-full__return-cat:focus, .btn-agis[disabled].focus, .article-full.category-jagis [disabled].focus.article-full__return-cat, .btn-agis[disabled]:active, .article-full.category-jagis [disabled].article-full__return-cat:active, .btn-agis[disabled].active, .article-full.category-jagis [disabled].active.article-full__return-cat,
  fieldset[disabled] .btn-agis,
  fieldset[disabled] .article-full.category-jagis .article-full__return-cat, .article-full.category-jagis
  fieldset[disabled] .article-full__return-cat,
  fieldset[disabled] .btn-agis:hover,
  fieldset[disabled] .article-full.category-jagis .article-full__return-cat:hover, .article-full.category-jagis
  fieldset[disabled] .article-full__return-cat:hover,
  fieldset[disabled] .btn-agis:focus,
  fieldset[disabled] .article-full.category-jagis .article-full__return-cat:focus, .article-full.category-jagis
  fieldset[disabled] .article-full__return-cat:focus,
  fieldset[disabled] .btn-agis.focus,
  fieldset[disabled] .article-full.category-jagis .focus.article-full__return-cat, .article-full.category-jagis
  fieldset[disabled] .focus.article-full__return-cat,
  fieldset[disabled] .btn-agis:active,
  fieldset[disabled] .article-full.category-jagis .article-full__return-cat:active, .article-full.category-jagis
  fieldset[disabled] .article-full__return-cat:active,
  fieldset[disabled] .btn-agis.active,
  fieldset[disabled] .article-full.category-jagis .active.article-full__return-cat, .article-full.category-jagis
  fieldset[disabled] .active.article-full__return-cat {
    background-color: #e6006d;
    border-color: #e6006d; }
  .btn-agis .badge, .article-full.category-jagis .article-full__return-cat .badge {
    color: #e6006d;
    background-color: #fff; }

.btn-donne, .article-full.category-je-donne .article-full__return-cat {
  color: #fff;
  background-color: #0cbbaa;
  border-color: #0cbbaa;
  transition-property: color, background-color;
  transition-duration: 100ms; }
  .btn-donne:focus, .article-full.category-je-donne .article-full__return-cat:focus, .btn-donne.focus, .article-full.category-je-donne .focus.article-full__return-cat {
    color: #343f4f;
    background-color: #fff; }
  .btn-donne:hover, .article-full.category-je-donne .article-full__return-cat:hover {
    color: #343f4f;
    background-color: #fff; }
  .btn-donne:active, .article-full.category-je-donne .article-full__return-cat:active, .btn-donne.active, .article-full.category-je-donne .active.article-full__return-cat,
  .open > .btn-donne.dropdown-toggle, .article-full.category-je-donne
  .open > .dropdown-toggle.article-full__return-cat {
    color: #343f4f;
    background-color: #fff; }
    .btn-donne:active:hover, .article-full.category-je-donne .article-full__return-cat:active:hover, .btn-donne:active:focus, .article-full.category-je-donne .article-full__return-cat:active:focus, .btn-donne:active.focus, .article-full.category-je-donne .article-full__return-cat:active.focus, .btn-donne.active:hover, .article-full.category-je-donne .active.article-full__return-cat:hover, .btn-donne.active:focus, .article-full.category-je-donne .active.article-full__return-cat:focus, .btn-donne.active.focus, .article-full.category-je-donne .active.focus.article-full__return-cat,
    .open > .btn-donne.dropdown-toggle:hover, .article-full.category-je-donne
    .open > .dropdown-toggle.article-full__return-cat:hover,
    .open > .btn-donne.dropdown-toggle:focus, .article-full.category-je-donne
    .open > .dropdown-toggle.article-full__return-cat:focus,
    .open > .btn-donne.dropdown-toggle.focus, .article-full.category-je-donne
    .open > .dropdown-toggle.focus.article-full__return-cat {
      color: #343f4f;
      background-color: #fff; }
  .btn-donne:active, .article-full.category-je-donne .article-full__return-cat:active, .btn-donne.active, .article-full.category-je-donne .active.article-full__return-cat,
  .open > .btn-donne.dropdown-toggle, .article-full.category-je-donne
  .open > .dropdown-toggle.article-full__return-cat {
    background-image: none; }
  .btn-donne.disabled, .article-full.category-je-donne .disabled.article-full__return-cat, .btn-donne.disabled:hover, .article-full.category-je-donne .disabled.article-full__return-cat:hover, .btn-donne.disabled:focus, .article-full.category-je-donne .disabled.article-full__return-cat:focus, .btn-donne.disabled.focus, .article-full.category-je-donne .disabled.focus.article-full__return-cat, .btn-donne.disabled:active, .article-full.category-je-donne .disabled.article-full__return-cat:active, .btn-donne.disabled.active, .article-full.category-je-donne .disabled.active.article-full__return-cat, .btn-donne[disabled], .article-full.category-je-donne [disabled].article-full__return-cat, .btn-donne[disabled]:hover, .article-full.category-je-donne [disabled].article-full__return-cat:hover, .btn-donne[disabled]:focus, .article-full.category-je-donne [disabled].article-full__return-cat:focus, .btn-donne[disabled].focus, .article-full.category-je-donne [disabled].focus.article-full__return-cat, .btn-donne[disabled]:active, .article-full.category-je-donne [disabled].article-full__return-cat:active, .btn-donne[disabled].active, .article-full.category-je-donne [disabled].active.article-full__return-cat,
  fieldset[disabled] .btn-donne,
  fieldset[disabled] .article-full.category-je-donne .article-full__return-cat, .article-full.category-je-donne
  fieldset[disabled] .article-full__return-cat,
  fieldset[disabled] .btn-donne:hover,
  fieldset[disabled] .article-full.category-je-donne .article-full__return-cat:hover, .article-full.category-je-donne
  fieldset[disabled] .article-full__return-cat:hover,
  fieldset[disabled] .btn-donne:focus,
  fieldset[disabled] .article-full.category-je-donne .article-full__return-cat:focus, .article-full.category-je-donne
  fieldset[disabled] .article-full__return-cat:focus,
  fieldset[disabled] .btn-donne.focus,
  fieldset[disabled] .article-full.category-je-donne .focus.article-full__return-cat, .article-full.category-je-donne
  fieldset[disabled] .focus.article-full__return-cat,
  fieldset[disabled] .btn-donne:active,
  fieldset[disabled] .article-full.category-je-donne .article-full__return-cat:active, .article-full.category-je-donne
  fieldset[disabled] .article-full__return-cat:active,
  fieldset[disabled] .btn-donne.active,
  fieldset[disabled] .article-full.category-je-donne .active.article-full__return-cat, .article-full.category-je-donne
  fieldset[disabled] .active.article-full__return-cat {
    background-color: #0cbbaa;
    border-color: #0cbbaa; }
  .btn-donne .badge, .article-full.category-je-donne .article-full__return-cat .badge {
    color: #0cbbaa;
    background-color: #fff; }

.btn-association, .article-full.category-lassociation .article-full__return-cat {
  color: #fff;
  background-color: #ec4125;
  border-color: #ec4125;
  transition-property: color, background-color;
  transition-duration: 100ms; }
  .btn-association:focus, .article-full.category-lassociation .article-full__return-cat:focus, .btn-association.focus, .article-full.category-lassociation .focus.article-full__return-cat {
    color: #343f4f;
    background-color: #fff; }
  .btn-association:hover, .article-full.category-lassociation .article-full__return-cat:hover {
    color: #343f4f;
    background-color: #fff; }
  .btn-association:active, .article-full.category-lassociation .article-full__return-cat:active, .btn-association.active, .article-full.category-lassociation .active.article-full__return-cat,
  .open > .btn-association.dropdown-toggle, .article-full.category-lassociation
  .open > .dropdown-toggle.article-full__return-cat {
    color: #343f4f;
    background-color: #fff; }
    .btn-association:active:hover, .article-full.category-lassociation .article-full__return-cat:active:hover, .btn-association:active:focus, .article-full.category-lassociation .article-full__return-cat:active:focus, .btn-association:active.focus, .article-full.category-lassociation .article-full__return-cat:active.focus, .btn-association.active:hover, .article-full.category-lassociation .active.article-full__return-cat:hover, .btn-association.active:focus, .article-full.category-lassociation .active.article-full__return-cat:focus, .btn-association.active.focus, .article-full.category-lassociation .active.focus.article-full__return-cat,
    .open > .btn-association.dropdown-toggle:hover, .article-full.category-lassociation
    .open > .dropdown-toggle.article-full__return-cat:hover,
    .open > .btn-association.dropdown-toggle:focus, .article-full.category-lassociation
    .open > .dropdown-toggle.article-full__return-cat:focus,
    .open > .btn-association.dropdown-toggle.focus, .article-full.category-lassociation
    .open > .dropdown-toggle.focus.article-full__return-cat {
      color: #343f4f;
      background-color: #fff; }
  .btn-association:active, .article-full.category-lassociation .article-full__return-cat:active, .btn-association.active, .article-full.category-lassociation .active.article-full__return-cat,
  .open > .btn-association.dropdown-toggle, .article-full.category-lassociation
  .open > .dropdown-toggle.article-full__return-cat {
    background-image: none; }
  .btn-association.disabled, .article-full.category-lassociation .disabled.article-full__return-cat, .btn-association.disabled:hover, .article-full.category-lassociation .disabled.article-full__return-cat:hover, .btn-association.disabled:focus, .article-full.category-lassociation .disabled.article-full__return-cat:focus, .btn-association.disabled.focus, .article-full.category-lassociation .disabled.focus.article-full__return-cat, .btn-association.disabled:active, .article-full.category-lassociation .disabled.article-full__return-cat:active, .btn-association.disabled.active, .article-full.category-lassociation .disabled.active.article-full__return-cat, .btn-association[disabled], .article-full.category-lassociation [disabled].article-full__return-cat, .btn-association[disabled]:hover, .article-full.category-lassociation [disabled].article-full__return-cat:hover, .btn-association[disabled]:focus, .article-full.category-lassociation [disabled].article-full__return-cat:focus, .btn-association[disabled].focus, .article-full.category-lassociation [disabled].focus.article-full__return-cat, .btn-association[disabled]:active, .article-full.category-lassociation [disabled].article-full__return-cat:active, .btn-association[disabled].active, .article-full.category-lassociation [disabled].active.article-full__return-cat,
  fieldset[disabled] .btn-association,
  fieldset[disabled] .article-full.category-lassociation .article-full__return-cat, .article-full.category-lassociation
  fieldset[disabled] .article-full__return-cat,
  fieldset[disabled] .btn-association:hover,
  fieldset[disabled] .article-full.category-lassociation .article-full__return-cat:hover, .article-full.category-lassociation
  fieldset[disabled] .article-full__return-cat:hover,
  fieldset[disabled] .btn-association:focus,
  fieldset[disabled] .article-full.category-lassociation .article-full__return-cat:focus, .article-full.category-lassociation
  fieldset[disabled] .article-full__return-cat:focus,
  fieldset[disabled] .btn-association.focus,
  fieldset[disabled] .article-full.category-lassociation .focus.article-full__return-cat, .article-full.category-lassociation
  fieldset[disabled] .focus.article-full__return-cat,
  fieldset[disabled] .btn-association:active,
  fieldset[disabled] .article-full.category-lassociation .article-full__return-cat:active, .article-full.category-lassociation
  fieldset[disabled] .article-full__return-cat:active,
  fieldset[disabled] .btn-association.active,
  fieldset[disabled] .article-full.category-lassociation .active.article-full__return-cat, .article-full.category-lassociation
  fieldset[disabled] .active.article-full__return-cat {
    background-color: #ec4125;
    border-color: #ec4125; }
  .btn-association .badge, .article-full.category-lassociation .article-full__return-cat .badge {
    color: #ec4125;
    background-color: #fff; }

.btn-boutique {
  color: #fff;
  background-color: #e6006d;
  border-color: #e6006d;
  transition-property: color, background-color;
  transition-duration: 100ms; }
  .btn-boutique:focus, .btn-boutique.focus {
    color: #343f4f;
    background-color: #fff; }
  .btn-boutique:hover {
    color: #343f4f;
    background-color: #fff; }
  .btn-boutique:active, .btn-boutique.active,
  .open > .btn-boutique.dropdown-toggle {
    color: #343f4f;
    background-color: #fff; }
    .btn-boutique:active:hover, .btn-boutique:active:focus, .btn-boutique:active.focus, .btn-boutique.active:hover, .btn-boutique.active:focus, .btn-boutique.active.focus,
    .open > .btn-boutique.dropdown-toggle:hover,
    .open > .btn-boutique.dropdown-toggle:focus,
    .open > .btn-boutique.dropdown-toggle.focus {
      color: #343f4f;
      background-color: #fff; }
  .btn-boutique:active, .btn-boutique.active,
  .open > .btn-boutique.dropdown-toggle {
    background-image: none; }
  .btn-boutique.disabled, .btn-boutique.disabled:hover, .btn-boutique.disabled:focus, .btn-boutique.disabled.focus, .btn-boutique.disabled:active, .btn-boutique.disabled.active, .btn-boutique[disabled], .btn-boutique[disabled]:hover, .btn-boutique[disabled]:focus, .btn-boutique[disabled].focus, .btn-boutique[disabled]:active, .btn-boutique[disabled].active,
  fieldset[disabled] .btn-boutique,
  fieldset[disabled] .btn-boutique:hover,
  fieldset[disabled] .btn-boutique:focus,
  fieldset[disabled] .btn-boutique.focus,
  fieldset[disabled] .btn-boutique:active,
  fieldset[disabled] .btn-boutique.active {
    background-color: #e6006d;
    border-color: #e6006d; }
  .btn-boutique .badge {
    color: #e6006d;
    background-color: #fff; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #ccc; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857;
  color: #ccc;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #e6e8e8;
  border: 1px solid #ccc;
  border-radius: 0; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 0; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #e6e8e8; }
    .nav > li.disabled > a {
      color: #ccc; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #ccc;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #e6e8e8;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 0 0 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #e6e8e8 #e6e8e8 #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 0 0 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 14px 10px;
  font-size: 20px;
  line-height: 22px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -10px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7px -10px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 14px;
          padding-bottom: 14px; } }

.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 8.5px;
    margin-bottom: 8.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 10px;
      margin-right: 10px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -10px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #f2f2f2; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #f2f2f2; }
  .navbar-inverse .navbar-nav > li > a {
    color: #f2f2f2; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #f2f2f2; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #f2f2f2; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #f2f2f2; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/keystonejs/react-select
*/
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn); } }

.Select {
  position: relative; }
  .Select,
  .Select div,
  .Select input,
  .Select span {
    box-sizing: border-box; }
  .Select.is-disabled > .Select-control {
    background-color: #f6f6f6; }
  .Select.is-disabled .Select-arrow-zone {
    cursor: default;
    pointer-events: none; }

.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .Select-control:hover {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }

.is-searchable.is-open > .Select-control {
  cursor: text; }

.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9; }
  .is-open > .Select-control > .Select-arrow {
    border-color: transparent transparent #999;
    border-width: 0 5px 5px; }

.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text; }

.is-focused:not(.is-open) > .Select-control {
  border-color: #08c #0099e6 #0099e6;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px -1px fade(#08c, 50%); }

.Select-placeholder {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.has-value > .Select-control > .Select-placeholder {
  color: #333; }

.Select-value {
  color: #aaa;
  padding: 8px 52px 8px 10px;
  position: absolute;
  right: -15px;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.has-value > .Select-control > .Select-value {
  color: #333; }

.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle; }
  .Select-input > input {
    width: 0px !important;
    background: none transparent;
    border: 0 none;
    box-shadow: none;
    cursor: default;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    height: 34px;
    margin: 0;
    outline: none;
    padding: 0;
    -webkit-appearance: none; }
    .is-focused .Select-input > input {
      cursor: text; }

.Select-control:not(.is-searchable) > .Select-input {
  outline: none; }

.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px; }

.Select-loading {
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.Select-clear-zone {
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px; }
  .Select-clear-zone:hover {
    color: #D0021B; }

.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1; }

.Select--multi .Select-clear-zone {
  width: 17px; }

.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px; }

.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0; }

.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666; }

@keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch; }

.Select-menu {
  max-height: 198px;
  overflow-y: auto; }

.Select-option {
  box-sizing: border-box;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px; }
  .Select-option:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .Select-option.is-focused {
    background-color: #f2f9fc;
    color: #333; }
  .Select-option.is-disabled {
    color: #cccccc;
    cursor: not-allowed; }

.Select-noresults,
.Select-search-prompt,
.Select-searching {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px; }

.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0; }

.Select--multi.has-value .Select-input {
  margin-left: 5px; }

.Select-item {
  background-color: #f2f9fc;
  border-radius: 2px;
  border: 1px solid #c9e6f2;
  color: #08c;
  display: inline-block;
  font-size: 0.9em;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top; }

.Select-item-icon,
.Select-item-label {
  display: inline-block;
  vertical-align: middle; }

.Select-item-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px; }
  .Select-item-label .Select-item-label__a {
    color: #08c;
    cursor: pointer; }

.Select-item-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c9e6f2;
  padding: 1px 5px 3px; }
  .Select-item-icon:hover, .Select-item-icon:focus {
    background-color: #ddeff7;
    color: #0077b3; }
  .Select-item-icon:active {
    background-color: #c9e6f2; }

.Select--multi.is-disabled .Select-item {
  background-color: #f2f2f2;
  border: 1px solid #d9d9d9;
  color: #888; }

.Select--multi.is-disabled .Select-item-icon {
  cursor: not-allowed;
  border-right: 1px solid #d9d9d9; }
  .Select--multi.is-disabled .Select-item-icon:hover, .Select--multi.is-disabled .Select-item-icon:focus, .Select--multi.is-disabled .Select-item-icon:active {
    background-color: #f2f2f2; }

@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn); } }

.loading-spinner {
  margin-top: 1em;
  animation: Select-animation-spin 400ms infinite linear;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 3px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative; }

.tools__btn {
  display: inline-block;
  margin-top: 1em;
  margin-right: .3em;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-image: url(../img/sprites/social-mono-24.png);
  background-size: 200% auto;
  float: right;
  box-sizing: content-box; }
  .tools__btn::first-child {
    margin-right: 0; }

.tools__btn--t-down {
  background-position: 0 -7.5em;
  margin-right: 0;
  border-right: 1px solid #e6e8e8; }
  .tools__btn--t-down:hover, .tools__btn--t-down:focus {
    background-position: -1.5em -7.5em; }

.tools__btn--t-up {
  background-position: 0 -6em;
  margin-right: 1em; }
  .tools__btn--t-up:hover, .tools__btn--t-up:focus {
    background-position: -1.5em -6em; }

.tools__btn--t-print {
  background-position: 0 -3em; }
  .tools__btn--t-print:hover, .tools__btn--t-print:focus {
    background-position: -1.5em -3em; }

.tools__btn--fb {
  background-position: 0 0; }
  .tools__btn--fb:hover, .tools__btn--fb:focus {
    background-position: -1.5em 0; }

.tools__btn--twit {
  background-position: 0 -1.5em; }
  .tools__btn--twit:hover, .tools__btn--twit:focus {
    background-position: -1.5em -1.5em; }

.tools__btn--mail {
  background-position: 0 -4.5em; }
  .tools__btn--mail:hover, .tools__btn--mail:focus {
    background-position: -1.5em -4.5em; }

.arrow-left {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2034%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20d%3D%22M16%202l-16%2016l16%2016%22%20vector-effect%3D%22non-scaling-stroke%22%2F%3E%3C%2Fsvg%3E"); }

.arrow-right {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2034%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20d%3D%22M0%202l16%2016l-16%2016%22%20vector-effect%3D%22non-scaling-stroke%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.home-action__btn {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2034%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20stroke-opacity%3D%22.5%22%20d%3D%22M0%200l16%2016l-16%2016%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2523ffffff%22%20stroke-width%3D%221%22%20d%3D%22M0%202l16%2016l-16%2016%22%20%2F%3E%3C%2Fsvg%3E"); }

.top-bar__don,
.top-bar__comite, .top-bar-xs__don,
.top-bar-xs__comite, .filters_button {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%2043%22%3E%3Cpath%20d%3D%22M2%200l19%2019l-19%2019%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-opacity%3D%221%22%20vector-effect%3D%22non-scaling-stroke%22%2F%3E%3Cpath%20d%3D%22M0%200l21%2021l-21%2021%22%20fill%3D%22none%22%20stroke%3D%22%2523ffffff%22%20stroke-width%3D%221%22%20vector-effect%3D%22non-scaling-stroke%22%2F%3E%3C%2Fsvg%3E"); }

.region__info-icon.map-marker, .region__info-icon.envelope, .region__info-icon.phone-fax, .les-prochaines__-location--map-marker {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

body {
  background-position: center 50px;
  background-repeat: no-repeat;
  background-size: contain; }

main {
  background-color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain; }

.home main {
  margin-top: 0; }

.header-tag__hidden {
  visibility: hidden;
  position: absolute; }

.portraits_horizontal__container {
  border: 1px solid #e6006d;
  position: relative;
  margin-bottom: 40px; }

.portraits_horizontal__t0 {
  position: absolute;
  font-size: 150%;
  background-color: #e6006d;
  color: #fff;
  display: inline-block;
  top: -25px;
  left: -1px;
  padding: 10px 20px;
  font-weight: 700; }

.portraits_horizontal__content {
  margin: 50px 40px 40px 40px; }

.portraits_horizontal__row-container {
  border: 1px solid #3F548B;
  position: relative;
  margin-bottom: 30px; }

.portraits_horizontal__row-t-container {
  position: absolute;
  left: 50%; }

.portraits_horizontal__row-t {
  position: relative;
  font-size: 110%;
  background-color: #00AFEC;
  color: #fff;
  display: inline-block;
  top: -2px;
  left: -50%;
  padding: 8px 17px; }

.portraits_horizontal__row-content {
  margin: 54px 10px 10px 10px; }

.portraits_horizontal__row-li {
  font-size: 84%;
  color: #793F39;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: 700; }
  .portraits_horizontal__row-li.green {
    color: #546C53; }

.portraits_horizontal__row-r {
  font-size: 84%;
  text-align: left;
  display: inline-block;
  width: 100%; }

.portraits_horizontal__row-tl a {
  font-size: 80%;
  display: inline-block;
  color: #343F4F;
  text-decoration: none;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding-top: .5em; }
  .portraits_horizontal__row-tl a:hover, .portraits_horizontal__row-tl a:focus, .portraits_horizontal__row-tl a:active {
    color: #343F4F;
    text-decoration: underline; }
  .portraits_horizontal__row-tl a:before {
    content: '> ';
    color: #343F4F; }

@media only screen and (min-width: 768px) {
  .portraits_horizontal__row-container {
    height: 400px;
    overflow: hidden;
    margin-bottom: 0; } }

body.category-circuler-autrement #jsCategoryApp .category-filters, body.category-circuler-autrement #jsCategoryApp .post-filters, body.category-je-minforme #jsCategoryApp .category-filters, body.item_carousel-custom #jsCategoryApp .category-filters, body.category-je-minforme #jsCategoryApp .post-filters, body.item_carousel-custom #jsCategoryApp .post-filters {
  padding: 0; }
  body.category-circuler-autrement #jsCategoryApp .category-filters > div.row, body.category-circuler-autrement #jsCategoryApp .post-filters > div.row, body.category-je-minforme #jsCategoryApp .category-filters > div.row, body.item_carousel-custom #jsCategoryApp .category-filters > div.row, body.category-je-minforme #jsCategoryApp .post-filters > div.row, body.item_carousel-custom #jsCategoryApp .post-filters > div.row {
    height: 0;
    overflow: hidden; }
  body.category-circuler-autrement #jsCategoryApp .category-filters::before, body.category-circuler-autrement #jsCategoryApp .post-filters::before, body.category-je-minforme #jsCategoryApp .category-filters::before, body.item_carousel-custom #jsCategoryApp .category-filters::before, body.category-je-minforme #jsCategoryApp .post-filters::before, body.item_carousel-custom #jsCategoryApp .post-filters::before {
    height: 54px !important;
    padding: 6px 20px !important;
    line-height: 42px !important; }
  body.category-circuler-autrement #jsCategoryApp .category-filters a.filters_button, body.category-circuler-autrement #jsCategoryApp .post-filters a.filters_button, body.category-je-minforme #jsCategoryApp .category-filters a.filters_button, body.item_carousel-custom #jsCategoryApp .category-filters a.filters_button, body.category-je-minforme #jsCategoryApp .post-filters a.filters_button, body.item_carousel-custom #jsCategoryApp .post-filters a.filters_button {
    position: absolute;
    right: 0;
    font-family: "bebas", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 140%;
    padding: 5px 18px;
    background-color: #343f4f;
    color: white;
    top: -44px;
    height: 44px;
    line-height: 32px !important;
    background-position: 15px 11px !important;
    background-size: 14px 22px !important;
    margin-right: 16px; }
    body.category-circuler-autrement #jsCategoryApp .category-filters a.filters_button:hover, body.category-circuler-autrement #jsCategoryApp .post-filters a.filters_button:hover, body.category-je-minforme #jsCategoryApp .category-filters a.filters_button:hover, body.item_carousel-custom #jsCategoryApp .category-filters a.filters_button:hover, body.category-je-minforme #jsCategoryApp .post-filters a.filters_button:hover, body.item_carousel-custom #jsCategoryApp .post-filters a.filters_button:hover {
      text-decoration: none; }
  body.category-circuler-autrement #jsCategoryApp .category-filters .category-filters__toggle, body.category-circuler-autrement #jsCategoryApp .post-filters .category-filters__toggle, body.category-je-minforme #jsCategoryApp .category-filters .category-filters__toggle, body.item_carousel-custom #jsCategoryApp .category-filters .category-filters__toggle, body.category-je-minforme #jsCategoryApp .post-filters .category-filters__toggle, body.item_carousel-custom #jsCategoryApp .post-filters .category-filters__toggle {
    display: none; }
  body.category-circuler-autrement #jsCategoryApp .category-filters.filters_show, body.category-circuler-autrement #jsCategoryApp .filters_show.post-filters, body.category-je-minforme #jsCategoryApp .category-filters.filters_show, body.item_carousel-custom #jsCategoryApp .category-filters.filters_show, body.category-je-minforme #jsCategoryApp .filters_show.post-filters, body.item_carousel-custom #jsCategoryApp .filters_show.post-filters {
    padding: 1em 1.25em 1em; }
    body.category-circuler-autrement #jsCategoryApp .category-filters.filters_show > div.row, body.category-circuler-autrement #jsCategoryApp .filters_show.post-filters > div.row, body.category-je-minforme #jsCategoryApp .category-filters.filters_show > div.row, body.item_carousel-custom #jsCategoryApp .category-filters.filters_show > div.row, body.category-je-minforme #jsCategoryApp .filters_show.post-filters > div.row, body.item_carousel-custom #jsCategoryApp .filters_show.post-filters > div.row {
      height: initial;
      overflow: visible; }
    body.category-circuler-autrement #jsCategoryApp .category-filters.filters_show .category-filters__toggle, body.category-circuler-autrement #jsCategoryApp .filters_show.post-filters .category-filters__toggle, body.category-je-minforme #jsCategoryApp .category-filters.filters_show .category-filters__toggle, body.item_carousel-custom #jsCategoryApp .category-filters.filters_show .category-filters__toggle, body.category-je-minforme #jsCategoryApp .filters_show.post-filters .category-filters__toggle, body.item_carousel-custom #jsCategoryApp .filters_show.post-filters .category-filters__toggle {
      display: block; }

.nav-links {
  display: inline-block;
  text-align: center;
  font-family: "bebas_book", Helvetica, Arial, sans-serif;
  font-size: 106.25%;
  line-height: .8;
  padding: 1.3em 0 0; }

.page-numbers {
  color: #343f4f;
  min-width: 1.3em;
  float: left;
  border-right: 1px solid #343f4f; }
  .current + .page-numbers {
    border-left: 1px solid #343f4f; }
  .page-numbers:last-child {
    border-right: 0; }
  .page-numbers:hover, .page-numbers:focus {
    color: #0c0e11; }

.page-numbers.current {
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  border-bottom: 2px solid #343f4f;
  border-right: 0;
  padding-bottom: .3em; }

.page-numbers.active {
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  border-bottom: 2px solid #343f4f;
  border-right: 0;
  padding-bottom: .3em; }

.text-center .nav-links a:hover {
  text-decoration: none; }

.top-bar {
  padding: 15px 0 25px 0;
  font-size: 14px;
  background-color: #fff;
  position: relative; }

.top-bar__nav {
  display: inline-block;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  float: right;
  margin-right: 25px; }
  .top-bar__nav,
  .top-bar__nav a {
    color: #24282c; }
  .top-bar__nav a:hover,
  .top-bar__nav a:focus {
    text-decoration: underline; }
  .top-bar__nav li {
    float: left;
    margin-left: 16px; }
    .top-bar__nav li:first-child {
      margin-left: 0; }
    .top-bar__nav li:first-child::before {
      content: ''; }
    .top-bar__nav li::before {
      content: '|';
      margin-right: 6px;
      color: #ccc; }
    @media (min-width: 992px) {
      .top-bar__nav li {
        margin-left: 20px; }
        .top-bar__nav li::before {
          margin-right: 20px; } }

.top-bar__buttons {
  float: right;
  margin-top: -15px;
  margin-right: 10px;
  margin-bottom: -37px; }

.top-bar__presse.active {
  position: relative;
  z-index: 0;
  color: #fff; }
  .top-bar__presse.active::before {
    position: absolute;
    z-index: -1;
    top: -13px;
    left: -26px;
    right: -26px;
    bottom: -20px;
    background-color: #343f4f;
    content: ''; }

.top-bar__don,
.top-bar__comite {
  float: left;
  color: #fff;
  padding: 12px 22px 10px 55px;
  display: block;
  line-height: 1;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin-left: 10px;
  background-position: 20px 17px;
  background-size: 22px 43px; }
  .top-bar__don:hover, .top-bar__don:focus,
  .top-bar__comite:hover,
  .top-bar__comite:focus {
    text-decoration: none; }
  .top-bar__don .big,
  .top-bar__comite .big {
    font-size: 30px; }

.top-bar__nav .top-bar__mon-espace {
  position: relative;
  z-index: 0;
  color: #fff; }
  .top-bar__nav .top-bar__mon-espace::before {
    position: absolute;
    z-index: -1;
    top: -13px;
    left: -26px;
    right: -26px;
    bottom: -20px;
    background-color: #0cbbaa;
    content: ''; }
  .top-bar__nav .top-bar__mon-espace.collapsed {
    color: inherit; }
    .top-bar__nav .top-bar__mon-espace.collapsed::before {
      bottom: 52px; }
  .top-bar__nav .top-bar__mon-espace.active {
    color: #0cbbaa;
    font-weight: 700; }

.top-bar__don {
  background-color: #0cbbaa; }
  .top-bar__don:hover, .top-bar__don:focus {
    color: #fff;
    background-color: #077369; }

.top-bar__comite {
  background-color: #343f4f;
  color: #ec4125;
  border-bottom: 4px solid #ec4125; }
  .top-bar__comite:hover, .top-bar__comite:focus {
    color: #ec4125 !important; }
  .top-bar__comite.collapsed {
    color: #fff;
    border-bottom: 0;
    padding-bottom: 10px; }

.top-bar-xs {
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: 700; }
  .top-bar-xs a {
    text-align: left;
    display: inline-block;
    height: 38px;
    padding: 6px 9px;
    line-height: .8;
    vertical-align: top;
    margin-right: 5px;
    text-decoration: none; }
    .top-bar-xs a:last-child {
      margin-right: 0; }

.top-bar-xs__mon-espace {
  background-color: #f0eff4;
  font-size: 12px; }
  .top-bar-xs__mon-espace .big {
    font-size: 20px; }
  .top-bar-xs__mon-espace, .top-bar-xs__mon-espace:hover, .top-bar-xs__mon-espace:focus {
    color: #0cbbaa; }
  .top-bar-xs__mon-espace:hover, .top-bar-xs__mon-espace:focus {
    background-color: #d4d1df; }

.top-bar-xs__don,
.top-bar-xs__comite {
  background-position: 9px 6px;
  background-size: 14px 26px;
  padding-left: 28px !important; }
  .top-bar-xs__don, .top-bar-xs__don:hover, .top-bar-xs__don:focus,
  .top-bar-xs__comite,
  .top-bar-xs__comite:hover,
  .top-bar-xs__comite:focus {
    color: #fff; }

.filters_button {
  background-position: 15px 16px;
  background-size: 14px 25px;
  padding-left: 40px !important; }

.top-bar-xs__don {
  background-color: #0cbbaa;
  font-size: 11px; }
  .top-bar-xs__don:hover, .top-bar-xs__don:focus {
    background-color: #077369; }
  .top-bar-xs__don .big {
    font-size: 23px; }

.top-bar-xs__comite {
  background-color: #343f4f;
  font-size: 14px;
  line-height: 24px !important; }
  .top-bar-xs__comite:hover, .top-bar-xs__comite:focus {
    background-color: #161a21; }

.top-bar__nav {
  margin-top: 15px;
  font-size: 15px; }

.container-topbar {
  padding-right: 0px; }

.homepage__logo img {
  width: 100%;
  max-width: 235px; }

.top-mon-espace {
  background-color: #fff;
  font-size: 14px; }
  .top-mon-espace label {
    display: block; }
  .top-mon-espace .form-group {
    margin-right: 20px; }
  .top-mon-espace .form-group:last-child {
    margin-right: 0; }
  .top-mon-espace .btn {
    vertical-align: bottom; }
  .top-mon-espace .form-control {
    box-shadow: none;
    border-color: #9ba1a9; }
  .top-mon-espace .form-control,
  .top-mon-espace .btn {
    font-size: 12px;
    height: 32px; }

.top-mon-espace::after {
  display: block;
  height: 16px;
  background-color: #0cbbaa;
  content: ''; }

.top-mon-espace__create,
.top-mon-espace__forgot {
  display: inline-block;
  line-height: 1;
  margin: 1em 0;
  text-decoration: underline;
  color: #6b737f; }
  .top-mon-espace__create:hover, .top-mon-espace__create:focus,
  .top-mon-espace__forgot:hover,
  .top-mon-espace__forgot:focus {
    color: #3c4148; }

.top-mon-espace__create {
  font-weight: bold;
  color: #343f4f; }
  .top-mon-espace__create:hover, .top-mon-espace__create:focus {
    color: #0c0e11; }

.top-mon-espace__forgot {
  text-align: right;
  display: block;
  color: #6b737f; }
  .top-mon-espace__forgot:hover, .top-mon-espace__forgot:focus {
    color: #3c4148; }

.top-mon-espace__help {
  font-size: 12px;
  line-height: 2; }
  @media (min-width: 768px) {
    .top-mon-espace__help {
      height: 0; } }

.top-mon-espace__content {
  padding: 60px 0 33px; }
  @media (min-width: 768px) {
    .top-mon-espace__content input {
      max-width: 215px; } }

.top-mon-espace__header {
  color: #0cbbaa;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px; }

.top-don {
  background-color: #0cbbaa; }
  .top-don .donner {
    background-color: transparent;
    color: #fff;
    padding: 0;
    margin: 60px 0 55px; }
    .top-don .donner .border-left {
      border-left-color: #fff; }
  .top-don .donner__header {
    text-align: left; }
  .top-don .donner__highlight-amt {
    color: #fff; }
  .top-don .donner__submit {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: block;
    height: 80px;
    margin-top: 0;
    border-color: #fff; }

.top-comite {
  background-color: #343f4f;
  color: #fff;
  padding-bottom: 4em; }

.top-comite__close {
  float: right;
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  color: #fff;
  background-color: #343f4f;
  font-size: 40px;
  line-height: 1; }
  .top-comite__close:hover, .top-comite__close:focus {
    background-color: #0c0e11; }
  .top-comite__close:hover, .top-comite__close:focus, .top-comite__close:active {
    color: #fff;
    text-decoration: none;
    outline: none; }

.top-comite__header {
  font-size: 30px;
  font-weight: bold; }

.top-comite__txt {
  margin-top: 1em;
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 1em; }
  @media (min-width: 992px) {
    .top-comite__txt {
      max-width: 60%;
      height: 0;
      padding-bottom: 0; } }

.region-selector__rc-container {
  text-align: right;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.region-selector__svg {
  display: block;
  width: 100%;
  margin: 0 0 0 auto; }
  @media (min-width: 1200px) {
    .region-selector__svg {
      max-width: none; } }
  .region-selector__svg line {
    stroke: #fff;
    stroke-width: 1px;
    vector-effect: non-scaling-stroke; }
  .region-selector__svg path {
    fill: transparent;
    stroke: #f9f4f4;
    stroke-width: 1.5px;
    cursor: pointer;
    vector-effect: non-scaling-stroke; }
  .region-selector__svg text {
    fill: #fff;
    font-weight: bold;
    font-size: 14px; }
  .region-selector__svg .region-selector__select-txt text {
    font-size: 24px; }
  .region-selector__svg .svg-regions__selected-dpt {
    font-family: "bebas", Helvetica, Arial, sans-serif;
    font-size: 24px; }
  .region-selector__svg > g:hover path {
    fill: #48586e; }
  .region-selector__svg path:hover {
    fill: #fff !important; }

.region-selector__search-container {
  text-align: left; }

.region-selector__label {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #FFF; }

.region-selector__search {
  color: #fff;
  display: inline-block;
  width: 170px;
  background: #3e4b5e;
  border: 1px solid #626b77;
  box-shadow: none;
  margin-right: 3px;
  height: 31px;
  font-size: 12px; }
  .region-selector__search:focus {
    box-shadow: none;
    border-color: #fff; }

.rs-as__container {
  display: inline-block;
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.rs-as__suggestions-container {
  position: absolute;
  left: 0;
  top: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #3e4b5e;
  z-index: 999;
  font-size: 14px;
  border: 1px solid #202630; }

.rs-as__suggestion {
  display: block;
  padding: .4em .8em;
  cursor: pointer;
  color: #FFF; }
  .rs-as__suggestion:hover, .rs-as__suggestion:focus,
  .rs-as__suggestion .rs-as__suggestion--focused {
    background-color: #343f4f; }

.region-selector__btn {
  background: #343f4f;
  border: 1px solid #fff;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  transition: all 150ms; }
  .region-selector__btn:focus, .region-selector__btn:hover {
    background-color: #fff;
    color: #343f4f; }
  .region-selector__btn[disabled] {
    border: 1px solid #48586e; }
    .region-selector__btn[disabled], .region-selector__btn[disabled]:hover, .region-selector__btn[disabled]:focus {
      color: #5c708d; }

.home .site-header__bg {
  background-color: rgba(255, 255, 255, 0.32); }

.site-header__logo {
  display: block;
  text-align: center;
  overflow: hidden;
  max-height: 115px;
  margin-top: 20px; }
  .site-header__logo > img {
    display: block;
    margin: -20px auto 0;
    max-width: 235px; }
  @media (min-width: 768px) {
    .site-header__logo {
      margin-top: 0; } }
  @media (min-width: 992px) {
    .site-header__logo {
      float: left;
      max-height: none; }
      .site-header__logo > img {
        margin-top: 5px; } }
  @media (min-width: 1200px) {
    .site-header__logo {
      padding-left: 140px; } }

.site-header__slogan {
  color: #343f4f;
  font-size: 18px;
  font-family: "bebas_book", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 16px; }
  .site-header__slogan b {
    font-family: "bebas", Helvetica, Arial, sans-serif; }
  .site-header__slogan br {
    display: none; }

.home .site-header__slogan {
  color: #343f4f; }

@media (min-width: 768px) {
  .site-header__bg {
    background-color: #39475c; }
  .site-header__slogan {
    zoom: 1;
    margin-bottom: 0;
    overflow: hidden;
    margin-top: 50px;
    text-align: right;
    font-size: 48px;
    line-height: 45px;
    color: #fff; }
    .site-header__slogan b {
      font-size: 58px; }
    .site-header__slogan br {
      display: initial; }
  .category-circuler-autrement .site-header__bg {
    background-color: #a6bc29; }
  .category-jagis .site-header__bg {
    background-color: #e6006d; }
  .category-je-minforme .site-header__bg, .item_carousel-custom .site-header__bg {
    background-color: #a6bc29; }
  .category-je-donne .site-header__bg {
    background-color: #0cbbaa; }
  .category-lassociation .site-header__bg {
    background-color: #ec4125; } }

#cookies {
  width: 100%;
  margin: 0;
  padding: 0.5em 10%;
  background: #39475c;
  border-bottom: solid 1px #e1e1e1;
  transition: all 1s; }
  #cookies a {
    color: white;
    font-weight: bold; }
  #cookies.cookies_hidden {
    height: 0;
    padding: 0;
    border-bottom: none;
    transition: all 1s; }
    #cookies.cookies_hidden p {
      margin: 0; }

#cookies p {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  text-align: center;
  color: #fffffa;
  margin: 4px;
  z-index: 999; }

#cookies .cookie-accept {
  padding-left: 10px;
  cursor: pointer;
  color: #fffffa;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35); }

#form-inscription .form-group {
  margin-right: 0; }

#form-inscription button {
  margin-top: 24px; }

@media screen and (min-width: 768px) {
  #form-inscription .second-row {
    margin-top: 10px; } }

#form-inscription .has-error label {
  color: red; }

#form-inscription .has-error input {
  background-color: #f0b9b8 !important; }

#form-inscription .submit_button {
  text-align: center; }

@media screen and (min-width: 992px) {
  .form-inscription-alert {
    position: absolute;
    top: -55px; } }

.don_confiance_header {
  width: 100px;
  position: absolute;
  display: none; }
  @media screen and (min-width: 768px) {
    .don_confiance_header {
      margin-left: 610px;
      margin-top: -32px;
      display: block; } }
  @media screen and (min-width: 992px) {
    .don_confiance_header {
      margin-left: 270px;
      margin-top: -20px; } }

.header-container__wrapper {
  position: absolute;
  top: 19px; }

@media screen and (min-width: 768px) and (max-width: 850px) {
  .non_sticky .homepage__logo {
    margin-left: -25px; }
    .non_sticky .homepage__logo img {
      max-width: 130px !important; } }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .non_sticky .header-container__wrapper .container {
    width: auto; } }

@media screen and (min-width: 1200px) {
  .header-container__wrapper {
    top: 13px; }
  .non_sticky .homepage__logo_wrapper {
    margin-left: 12vw; } }

@media screen and (max-width: 767px) {
  .main-menu__ul {
    margin-top: 10px !important; }
  .main-menu__recherche-link {
    display: inline-block !important;
    padding: 0 !important;
    position: absolute;
    right: 80px;
    top: 8px; }
  .home.page main {
    margin-top: 20px !important; } }

@media screen and (min-width: 768px) {
  .home.page main {
    margin-top: 164.5px !important; } }

@media screen and (max-width: 768px) {
  .main-menu__xs-minimenu {
    margin-top: 10px; }
  .main-menu__xs.visible-xs {
    display: inline-block !important; }
  .logo_mobile {
    position: absolute;
    top: 8px;
    left: 10px; }
    .logo_mobile img {
      width: 140px; }
  .mobile-text-right {
    position: relative; }
  .top-bar-xs__comite, .top-bar-xs__don {
    background-image: none;
    padding: 9px !important;
    width: 50%;
    display: block;
    font-size: 12px !important;
    text-align: center;
    line-height: 24px;
    font-weight: 600; }
  .top-bar-xs__comite {
    float: left; }
  .top-bar-xs__don {
    float: right; }
  .navbar-collapse-wrapper {
    margin: 0 10px; }
  .nos_campagnes_mobile {
    clear: both;
    display: table;
    text-align: center;
    color: white;
    font-weight: 600;
    line-height: 24px;
    font-size: 12px !important; }
    .nos_campagnes_mobile a {
      display: table-cell;
      vertical-align: top; }
      .nos_campagnes_mobile a.first {
        border-right: 3px solid white;
        background: #ec4125 !important; }
      .nos_campagnes_mobile a.second {
        border-left: 3px solid white;
        background: #343f4f !important; }
      .nos_campagnes_mobile a .highlight__campagnes__text, .nos_campagnes_mobile a .highlight__campagnes__text.highlight__campagnes__text--alter {
        color: #FFF;
        font-family: "bebas_book", Helvetica, Arial, sans-serif;
        font-size: 17px;
        padding: 10px 12px;
        background: transparent !important;
        text-align: left; }
    .nos_campagnes_mobile.open .highlight__campagnes__wrapper {
      max-height: 900px;
      transition: all 0.25s ease-in;
      padding: 20px 9px 9px 9px !important; }
    .nos_campagnes_mobile.open .title span:before {
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
      transition: all 0.15s ease-out; }
    .nos_campagnes_mobile.open .title span:after {
      -ms-transform: rotate(450deg);
          transform: rotate(450deg);
      transition: all 0.15s ease-out; }
    .nos_campagnes_mobile .title {
      padding: 9px !important;
      background-color: #e2001a; }
      .nos_campagnes_mobile .title span {
        cursor: pointer;
        position: relative; }
        .nos_campagnes_mobile .title span:before {
          content: '';
          background-image: url(../img/greaterthan.svg);
          display: block;
          position: absolute;
          left: -25px;
          top: 0px;
          color: #FFF;
          -ms-transform: rotate(270deg);
              transform: rotate(270deg);
          width: 15px;
          height: 15px;
          background-size: 15px 15px;
          transition: all 0.15s ease-out; }
        .nos_campagnes_mobile .title span:after {
          content: '';
          background-image: url(../img/greaterthan.svg);
          display: block;
          position: absolute;
          right: -25px;
          top: 0px;
          color: #FFF;
          -ms-transform: rotate(270deg);
              transform: rotate(270deg);
          width: 15px;
          height: 15px;
          background-size: 15px 15px;
          transition: all 0.15s ease-out; }
  .highlight__campagnes__wrapper {
    max-height: 0;
    transition: all 0.15s ease-out;
    overflow: hidden;
    background-color: white; }
    .highlight__campagnes__wrapper .highlight__campagnes__item {
      float: none;
      width: 100%;
      margin: 0; }
      .highlight__campagnes__wrapper .highlight__campagnes__item img {
        margin: 0 auto;
        display: block;
        max-width: 100%;
        height: auto; } }

@media screen and (min-width: 768px) {
  .second_level_menu, .mobile-text-right, .nos_campagnes_mobile {
    display: none; } }

@media screen and (max-width: 767px) {
  #jsMainMenu__collapse {
    width: 100%; }
  #jsMainMenu {
    margin-top: 42px; } }

.main-menu {
  position: relative; }
  .main-menu .navbar-collapse {
    padding-left: 0;
    padding-right: 0; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .main-menu .navbar-collapse {
        text-align: center; } }

.main-menu__dropdown {
  max-height: 0;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-width: 0;
  border-top-width: 0;
  border-style: solid;
  background-position: 20px top;
  background-size: 8px;
  background-repeat: no-repeat;
  transition-property: max-height border-top-width;
  transition-duration: 200ms; }
  .open > .main-menu__dropdown {
    max-height: 50em; }
    @media (min-width: 768px) {
      .open > .main-menu__dropdown {
        border-top-width: 5px; } }
  @media (min-width: 768px) {
    .main-menu__dropdown > .container {
      padding-top: 9px;
      padding-bottom: 12px; } }
  .main-menu__dropdown a {
    overflow: hidden;
    zoom: 1;
    white-space: normal;
    line-height: 1.1;
    display: block; }
  @media (min-width: 768px) {
    .main-menu__dropdown {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
      background-clip: padding-box;
      background-image: none !important; } }

@media (min-width: 992px) {
  .main-menu__li--recherche {
    right: 0;
    top: 40px; } }

.main-menu__sub-dropdown {
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -14px;
  margin-right: -14px;
  padding: 0 0.2em 0 14px;
  width: 100%;
  list-style: none;
  line-height: 1;
  white-space: nowrap;
  transition: max-height 150ms; }
  .open > .main-menu__sub-dropdown {
    max-height: 30em;
    padding-top: .2em;
    padding-bottom: 1em; }
  @media (min-width: 992px) {
    .main-menu__sub-dropdown {
      margin-left: -25px;
      margin-right: -25px;
      padding: 0 0.2em 0 25px; } }
  .main-menu__sub-dropdown > li {
    clear: both;
    padding-left: 24px;
    padding-right: 14px;
    margin-top: .4em; }
    @media (min-width: 992px) {
      .main-menu__sub-dropdown > li {
        padding-left: 35px;
        padding-right: 25px; } }
    .main-menu__sub-dropdown > li::before {
      float: left;
      display: inline-block;
      margin-right: .3em;
      font-family: arial;
      font-weight: bold;
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: contain;
      content: '-';
      color: #7e838b; }
    .main-menu__sub-dropdown > li > a,
    .main-menu__sub-dropdown > li > a:hover,
    .main-menu__sub-dropdown > li > a:focus {
      color: #343f4f; }
  @media (min-width: 768px) {
    .main-menu__sub-dropdown {
      font-size: 82.353%; }
      .main-menu__sub-dropdown > li {
        padding-left: 14px; } }
    @media (min-width: 768px) and (min-width: 992px) {
      .main-menu__sub-dropdown > li {
        padding-left: 25px; } }
  @media (min-width: 768px) {
        .main-menu__sub-dropdown > li::before {
          margin-top: .3em;
          margin-right: 10px;
          width: 8px;
          height: 8px;
          content: ''; } }

.main-menu__ul {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .main-menu__ul {
      padding: 10px 0 0 0;
      width: 100%; } }
  @media (min-width: 992px) {
    .main-menu__ul {
      padding: 32px 0 0 0;
      padding-right: 30px; } }
  @media (min-width: 1200px) {
    .main-menu__ul {
      margin-left: auto;
      padding-right: 30px; } }
  @media (min-width: 1200px) {
    .main-menu__ul {
      margin-left: auto;
      padding-right: 15px; } }
  @media (min-width: 1200px) {
    .main-menu__ul {
      padding: 40px 25px 0 0; } }

.main-menu__ul .main-menu__li {
  display: block;
  border-bottom: 1px solid #507599; }
  .main-menu__ul .main-menu__li:last-child {
    border: 0; }
  @media (min-width: 768px) {
    .main-menu__ul .main-menu__li {
      border: 0;
      float: left;
      padding-left: 10px;
      padding-right: 14px; } }
  @media (min-width: 992px) {
    .main-menu__ul .main-menu__li {
      padding-left: 23px;
      padding-right: 10px; } }

.main-menu__link {
  width: 100%;
  display: block;
  text-align: left;
  padding: 10px 14px;
  cursor: pointer;
  background: none;
  border: 0;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  z-index: 1;
  position: relative;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 21px;
  display: inline-block; }
  @media (min-width: 992px) {
    .main-menu__link {
      padding-left: 25px;
      padding-right: 25px; } }
  .main-menu__link, .main-menu__link:hover, .main-menu__link:focus {
    color: #343f4f;
    text-decoration: none; }
  .main-menu__link::after {
    top: inherit;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    content: "";
    width: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 3px;
    margin-left: 0;
    z-index: 5;
    background-color: #283272;
    transition: all .4s ease;
    opacity: 1; }
  .main-menu__link:hover::after, .main-menu__link.active::after {
    width: 100%;
    margin-left: -50%; }
  .main-menu__link::before {
    color: #fff;
    position: absolute;
    right: 14px;
    top: 10px;
    font-size: 24px;
    font-family: Times, "Times New Roman", serif; }
    @media (min-width: 992px) {
      .main-menu__link::before {
        right: 25px; } }
  @media (min-width: 768px) {
    .main-menu__link {
      padding: 0;
      width: auto;
      font-size: 25px; } }
  @media (min-width: 992px) {
    .main-menu__link {
      font-size: 22px;
      letter-spacing: 0.5px;
      line-height: 34px;
      font-size: 25px; } }

@media (min-width: 768px) {
  .main-menu__li.menu-item-has-children.open .main-menu__link::before,
  .main-menu__li.current-menu-item .main-menu__link::before,
  .main-menu__li.current-menu-ancestor .main-menu__link::before {
    right: -14px;
    left: -14px; } }

@media (min-width: 992px) {
  .main-menu__li.menu-item-has-children.open .main-menu__link::before,
  .main-menu__li.current-menu-item .main-menu__link::before,
  .main-menu__li.current-menu-ancestor .main-menu__link::before {
    right: -25px;
    left: -25px; } }

.main-menu__li.menu-item-has-children.open .main-menu__link::after {
  background-color: #fff; }

@media (min-width: 768px) {
  .main-menu__li--partager-la-route .main-menu__link::before {
    background-color: #a6bc29; }
  .main-menu__li--partager-la-route .main-menu__link::after {
    background-color: #a6bc29; }
  .main-menu__li--partager-la-route.menu-item-has-children.open .main-menu__link::after, .main-menu__li--partager-la-route.current-menu-item .main-menu__link::after, .main-menu__li--partager-la-route.current-menu-ancestor .main-menu__link::after {
    background-color: #a6bc29; }
  .main-menu__li--partager-la-route.menu-item-has-children.open .main-menu__dropdown-ul > li.menu-item-has-children::before, .main-menu__li--partager-la-route.current-menu-item .main-menu__dropdown-ul > li.menu-item-has-children::before, .main-menu__li--partager-la-route.current-menu-ancestor .main-menu__dropdown-ul > li.menu-item-has-children::before {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%221%20-2%2013%2016%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f1c40f%22%20stroke-width%3D%223%22%20d%3D%22M0%200%20l11%206l-11%206%22%2F%3E%3C%2Fsvg%3E"); } }

.main-menu__li--partager-la-route .main-menu__dropdown {
  border-color: #a6bc29;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208%204%22%3E%3Cpath%20fill%3D%22%23f1c40f%22%20d%3D%22M0%200%20l4%204l4%20-4%22%2F%3E%3C%2Fsvg%3E"); }

@media (min-width: 768px) {
  .main-menu__li--partager-la-route .main-menu__sub-dropdown li::before,
  .main-menu__li--partager-la-route .main-menu__dropdown-ul > li::before {
    background-image: none;
    background-color: #a6bc29; } }

.main-menu__li--partager-la-route .main-menu__dropdown-ul > li.menu-item-has-children.open > a {
  color: #a6bc29; }

.main-menu__li--partager-la-route .main-menu__dropdown-ul > li.menu-item-has-children.open::before {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

@media (min-width: 768px) {
  .main-menu__li--je-minforme .main-menu__link::before {
    background-color: #a6bc29; }
  .main-menu__li--je-minforme .main-menu__link::after {
    background-color: #a6bc29; }
  .main-menu__li--je-minforme.menu-item-has-children.open .main-menu__link::after, .main-menu__li--je-minforme.current-menu-item .main-menu__link::after, .main-menu__li--je-minforme.current-menu-ancestor .main-menu__link::after {
    background-color: #a6bc29; }
  .main-menu__li--je-minforme.menu-item-has-children.open .main-menu__dropdown-ul > li.menu-item-has-children::before, .main-menu__li--je-minforme.current-menu-item .main-menu__dropdown-ul > li.menu-item-has-children::before, .main-menu__li--je-minforme.current-menu-ancestor .main-menu__dropdown-ul > li.menu-item-has-children::before {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%221%20-2%2013%2016%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23a6bc29%22%20stroke-width%3D%223%22%20d%3D%22M0%200%20l11%206l-11%206%22%2F%3E%3C%2Fsvg%3E"); } }

.main-menu__li--je-minforme .main-menu__dropdown {
  border-color: #a6bc29;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208%204%22%3E%3Cpath%20fill%3D%22%23a6bc29%22%20d%3D%22M0%200%20l4%204l4%20-4%22%2F%3E%3C%2Fsvg%3E"); }

@media (min-width: 768px) {
  .main-menu__li--je-minforme .main-menu__sub-dropdown li::before,
  .main-menu__li--je-minforme .main-menu__dropdown-ul > li::before {
    background-image: none;
    background-color: #a6bc29; } }

.main-menu__li--je-minforme .main-menu__dropdown-ul > li.menu-item-has-children.open > a {
  color: #a6bc29; }

.main-menu__li--je-minforme .main-menu__dropdown-ul > li.menu-item-has-children.open::before {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

@media (min-width: 768px) {
  .main-menu__li--jagis .main-menu__link::before {
    background-color: #e6006d; }
  .main-menu__li--jagis .main-menu__link::after {
    background-color: #e6006d; }
  .main-menu__li--jagis.menu-item-has-children.open .main-menu__link::after, .main-menu__li--jagis.current-menu-item .main-menu__link::after, .main-menu__li--jagis.current-menu-ancestor .main-menu__link::after {
    background-color: #e6006d; }
  .main-menu__li--jagis.menu-item-has-children.open .main-menu__dropdown-ul > li.menu-item-has-children::before, .main-menu__li--jagis.current-menu-item .main-menu__dropdown-ul > li.menu-item-has-children::before, .main-menu__li--jagis.current-menu-ancestor .main-menu__dropdown-ul > li.menu-item-has-children::before {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%221%20-2%2013%2016%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23e6006d%22%20stroke-width%3D%223%22%20d%3D%22M0%200%20l11%206l-11%206%22%2F%3E%3C%2Fsvg%3E"); } }

.main-menu__li--jagis .main-menu__dropdown {
  border-color: #e6006d;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208%204%22%3E%3Cpath%20fill%3D%22%23e6006d%22%20d%3D%22M0%200%20l4%204l4%20-4%22%2F%3E%3C%2Fsvg%3E"); }

@media (min-width: 768px) {
  .main-menu__li--jagis .main-menu__sub-dropdown li::before,
  .main-menu__li--jagis .main-menu__dropdown-ul > li::before {
    background-image: none;
    background-color: #e6006d; } }

.main-menu__li--jagis .main-menu__dropdown-ul > li.menu-item-has-children.open > a {
  color: #e6006d; }

.main-menu__li--jagis .main-menu__dropdown-ul > li.menu-item-has-children.open::before {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

@media (min-width: 768px) {
  .main-menu__li--je-donne .main-menu__link::before {
    background-color: #0cbbaa; }
  .main-menu__li--je-donne .main-menu__link::after {
    background-color: #0cbbaa; }
  .main-menu__li--je-donne.menu-item-has-children.open .main-menu__link::after, .main-menu__li--je-donne.current-menu-item .main-menu__link::after, .main-menu__li--je-donne.current-menu-ancestor .main-menu__link::after {
    background-color: #0cbbaa; }
  .main-menu__li--je-donne.menu-item-has-children.open .main-menu__dropdown-ul > li.menu-item-has-children::before, .main-menu__li--je-donne.current-menu-item .main-menu__dropdown-ul > li.menu-item-has-children::before, .main-menu__li--je-donne.current-menu-ancestor .main-menu__dropdown-ul > li.menu-item-has-children::before {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%221%20-2%2013%2016%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%230cbbaa%22%20stroke-width%3D%223%22%20d%3D%22M0%200%20l11%206l-11%206%22%2F%3E%3C%2Fsvg%3E"); } }

.main-menu__li--je-donne .main-menu__dropdown {
  border-color: #0cbbaa;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208%204%22%3E%3Cpath%20fill%3D%22%230cbbaa%22%20d%3D%22M0%200%20l4%204l4%20-4%22%2F%3E%3C%2Fsvg%3E"); }

@media (min-width: 768px) {
  .main-menu__li--je-donne .main-menu__sub-dropdown li::before,
  .main-menu__li--je-donne .main-menu__dropdown-ul > li::before {
    background-image: none;
    background-color: #0cbbaa; } }

.main-menu__li--je-donne .main-menu__dropdown-ul > li.menu-item-has-children.open > a {
  color: #0cbbaa; }

.main-menu__li--je-donne .main-menu__dropdown-ul > li.menu-item-has-children.open::before {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

@media (min-width: 768px) {
  .main-menu__li--lassociation .main-menu__link::before {
    background-color: #ec4125; }
  .main-menu__li--lassociation .main-menu__link::after {
    background-color: #ec4125; }
  .main-menu__li--lassociation.menu-item-has-children.open .main-menu__link::after, .main-menu__li--lassociation.current-menu-item .main-menu__link::after, .main-menu__li--lassociation.current-menu-ancestor .main-menu__link::after {
    background-color: #ec4125; }
  .main-menu__li--lassociation.menu-item-has-children.open .main-menu__dropdown-ul > li.menu-item-has-children::before, .main-menu__li--lassociation.current-menu-item .main-menu__dropdown-ul > li.menu-item-has-children::before, .main-menu__li--lassociation.current-menu-ancestor .main-menu__dropdown-ul > li.menu-item-has-children::before {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%221%20-2%2013%2016%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23ec4125%22%20stroke-width%3D%223%22%20d%3D%22M0%200%20l11%206l-11%206%22%2F%3E%3C%2Fsvg%3E"); } }

.main-menu__li--lassociation .main-menu__dropdown {
  border-color: #ec4125;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208%204%22%3E%3Cpath%20fill%3D%22%23ec4125%22%20d%3D%22M0%200%20l4%204l4%20-4%22%2F%3E%3C%2Fsvg%3E"); }

@media (min-width: 768px) {
  .main-menu__li--lassociation .main-menu__sub-dropdown li::before,
  .main-menu__li--lassociation .main-menu__dropdown-ul > li::before {
    background-image: none;
    background-color: #ec4125; } }

.main-menu__li--lassociation .main-menu__dropdown-ul > li.menu-item-has-children.open > a {
  color: #ec4125; }

.main-menu__li--lassociation .main-menu__dropdown-ul > li.menu-item-has-children.open::before {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

.main-menu__li--recherche {
  float: right;
  padding-right: 0 !important; }
  .main-menu__li--recherche > .main-menu__dropdown {
    border: 0;
    background-color: #e6e8e8; }
    .main-menu__li--recherche > .main-menu__dropdown > .container {
      padding: 30px 0; }

.main-menu__recherche-link {
  display: block;
  cursor: pointer;
  height: 34px;
  padding: 0 0 0 20px; }

.main-menu__recherche-icon {
  z-index: 10;
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/wp-content/themes/apr_main/img/loupe_new.png); }
  @media (min-width: 768px) {
    .main-menu__recherche-icon {
      width: 30px;
      height: 30px; }
      .main-menu__recherche-icon:before {
        content: "";
        border-left: 1px solid black;
        position: absolute;
        height: 30px;
        left: -20px; } }

.main-menu__dropdown-ul {
  margin-left: -10px;
  margin-right: -10px;
  list-style: none;
  padding-left: 0;
  font-size: 14px;
  font-weight: 700; }
  .main-menu__dropdown-ul:before, .main-menu__dropdown-ul:after {
    content: " ";
    display: table; }
  .main-menu__dropdown-ul:after {
    clear: both; }
  .main-menu__dropdown-ul > li {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #e6e8e8; }
    @media (min-width: 768px) {
      .main-menu__dropdown-ul > li {
        float: left;
        width: 33.33333%; } }
    .main-menu__dropdown-ul > li:last-child {
      border: 0; }
    .main-menu__dropdown-ul > li:nth-child(3n+1) {
      clear: left; }
    .main-menu__dropdown-ul > li > a {
      position: relative;
      padding-top: 12px;
      padding-bottom: 12px;
      padding-right: 20px;
      padding-left: 20px; }
    .main-menu__dropdown-ul > li.menu-item-has-children > a::after {
      position: absolute;
      right: 14px;
      top: 12px;
      font-size: 18px;
      font-family: Times, "Times New Roman", serif;
      content: '+';
      color: #343f4f !important; }
      @media (min-width: 992px) {
        .main-menu__dropdown-ul > li.menu-item-has-children > a::after {
          right: 25px; } }
    .main-menu__dropdown-ul > li.menu-item-has-children.open > a::after {
      content: '\2012'; }
    .main-menu__dropdown-ul > li > a,
    .main-menu__dropdown-ul > li > a:hover > a:focus {
      color: #343f4f; }
    .main-menu__dropdown-ul > li.current-menu-item {
      font-weight: 700; }
  @media (min-width: 768px) {
    .main-menu__dropdown-ul {
      font-weight: initial;
      font-size: 17px; }
      .main-menu__dropdown-ul > li {
        border: 0;
        padding-top: 10px;
        padding-bottom: 10px; }
        .main-menu__dropdown-ul > li::before {
          float: left;
          display: inline-block;
          margin-right: 10px;
          margin-top: .1em;
          font-family: arial;
          font-weight: bold;
          width: 12px;
          height: 12px;
          background-repeat: no-repeat;
          background-position: center bottom;
          background-size: contain;
          content: ''; }
        .main-menu__dropdown-ul > li.menu-item-has-children::before {
          transition: transform 125ms;
          -ms-transform: rotate(0deg);
              transform: rotate(0deg); }
        .main-menu__dropdown-ul > li > a {
          padding-top: 0;
          padding-bottom: 1px; }
          .main-menu__dropdown-ul > li > a::after {
            content: none !important; } }

.menu-search {
  display: table;
  width: 100%; }

.menu-search__l,
.menu-search__r {
  display: table-cell;
  vertical-align: top; }

.menu-search__r {
  width: 140px; }

.menu-search__input,
.menu-search__submit {
  display: block;
  height: 60px;
  width: 100%; }

.menu-search__submit {
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-color: #343f4f;
  border: 0;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 20px; }

.menu-search__input {
  display: block;
  background: none;
  border: 0;
  font-size: 30px;
  box-shadow: none;
  line-height: 1;
  padding: 0 22px;
  transition: background-color 200ms; }
  .menu-search__input:focus {
    box-shadow: none;
    outline: none; }
  .menu-search__input:-ms-input-placeholder {
    color: #5c708d;
    font-weight: 300; }
  .menu-search__input::placeholder {
    color: #5c708d;
    font-weight: 300; }

.main-menu__xs {
  line-height: 1;
  background-color: #343f4f;
  margin-bottom: 4px; }
  .main-menu__xs .navbar-toggle {
    background-color: #507599;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    padding-top: 11px;
    padding-bottom: 11px;
    border: 0; }
    .main-menu__xs .navbar-toggle::after {
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -4px;
      content: '';
      border-width: 4px 4px 0;
      border-color: #507599 transparent;
      border-style: solid; }
    .main-menu__xs .navbar-toggle.collapsed {
      background-color: transparent; }
      .main-menu__xs .navbar-toggle.collapsed::after {
        display: none; }
  .main-menu__xs .icon-bar {
    background-color: #fff; }

.main-menu__xs-title {
  display: inline-block;
  line-height: .8;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 25px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 20px; }

@media (min-width: 992px) {
  .main_menu_wrapper {
    height: 95px;
    padding-left: calc((100vw - 970px) / 2);
    padding-right: calc((100vw - 970px) / 2); } }

@media (min-width: 1200px) {
  .main_menu_wrapper {
    padding-left: calc((100vw - 1200px) / 2);
    padding-right: calc((100vw - 1200px) / 2); } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .menu-main-container {
    float: none;
    display: inline-block; } }

@media screen and (min-width: 992px) {
  .menu-main-container {
    float: right; } }

.home.page main {
  margin-top: 46px; }

@media screen and (min-width: 992px) {
  #menu-main .main-menu__dropdown {
    margin-left: -10px;
    width: 100vw;
    background-color: #FFFFFF;
    margin-top: 7px; }
  #menu-main .main-menu__li--recherche .main-menu__dropdown {
    background-color: #e6e8e8; } }

@media screen and (min-width: 1200px) {
  #menu-main .main-menu__dropdown {
    background-color: #FFFFFF; } }

@media screen and (min-width: 768px) {
  .header__big__wrapper {
    position: fixed;
    z-index: 100;
    background: white;
    width: 100%;
    height: 151px; }
    .header__big__wrapper .top-bar.hidden-xs {
      max-height: 500px; }
    .header__big__wrapper .homedodon_sticky {
      display: none; }
    .header__big__wrapper .main-menu__li--recherche {
      margin: 0; }
    .header__big__wrapper .site_slogan {
      display: none; }
    .header__big__wrapper.sticky {
      height: 72px; }
      .header__big__wrapper.sticky .site-header__bg {
        position: relative; }
      .header__big__wrapper.sticky .site_slogan {
        position: absolute;
        left: 195px;
        top: -35px;
        display: block; }
      .header__big__wrapper.sticky .main-menu__li--recherche {
        margin-bottom: 8px;
        float: none;
        top: 5px;
        right: 147px;
        margin-left: calc(100vw - 360px);
        margin-top: -15px; }
      .header__big__wrapper.sticky .main-menu__recherche-icon {
        width: 35px;
        height: 32px; }
      .header__big__wrapper.sticky .homedodon_sticky {
        display: block;
        position: absolute;
        right: 0;
        top: 0px; }
      .header__big__wrapper.sticky .top-bar.hidden-xs {
        max-height: 0;
        overflow: hidden;
        padding: 0; }
      .header__big__wrapper.sticky .main_menu_wrapper {
        padding-top: 0;
        height: 74px; }
      .header__big__wrapper.sticky #menu-main {
        padding: 0; }
      .header__big__wrapper.sticky .menu-item {
        display: none; }
      .header__big__wrapper.sticky .site-header__logo {
        padding-left: 0; }
        .header__big__wrapper.sticky .site-header__logo img {
          height: 74px;
          margin: 0; } }

@media screen and (min-width: 992px) {
  .header__big__wrapper.sticky .main-menu__li--recherche {
    margin-bottom: 16px; } }

@media screen and (min-width: 992px) {
  .header__big__wrapper.sticky .main-menu__li--recherche {
    margin-left: 0;
    margin-top: 22px;
    margin-right: 145px; }
    .header__big__wrapper.sticky .main-menu__li--recherche .main-menu__dropdown {
      margin-top: 0 !important; } }

.site_slogan-title {
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #00367c;
  font-family: "bebas", Helvetica, Arial, sans-serif; }

.site_slogan-subtitle {
  font-size: 1.1em;
  text-transform: uppercase;
  color: #00367c;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  margin-left: 10px; }

.header__big__wrapper:not(.sticky) .main-menu__li--recherche {
  margin-top: -5px !important; }

@media screen and (min-width: 992px) {
  .site_slogan {
    top: 25px !important; }
  .site_slogan-title {
    font-size: 1.8em; }
  .site_slogan-subtitle {
    font-size: 1.5em; } }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .homepage__logo img {
    max-width: 169px; }
  .header-container__wrapper {
    top: -55px; }
  .home__highlights {
    margin-top: 0px !important; }
  .main-menu__ul {
    margin-top: 40px; } }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .homepage__logo img {
    width: 100%;
    max-width: 175px; } }

@media screen and (max-width: 768px) {
  main {
    padding-top: 0 !important; } }

.page_invitation_a_lactivite__container {
  padding-top: 250px; }

.main-menu__xs-minimenu ul {
  font-size: 14px;
  list-style: none;
  padding: 0 14px 20px;
  margin: 0; }

.main-menu__xs-minimenu a {
  display: block;
  padding-top: 1em;
  padding-bottom: .2em; }
  .main-menu__xs-minimenu a, .main-menu__xs-minimenu a:hover, .main-menu__xs-minimenu a:focus {
    color: #343f4f; }

.main-menu__xs-minimenu .main-menu__xs-minimenu__arrow-link::before {
  content: '\25b8';
  display: inline-block;
  margin-right: 8px; }

.main-menu__xs-minimenu .separator {
  background-color: #fff;
  height: 1px;
  max-width: 60px;
  margin-top: 1em; }

.main-menu__xs-minimenu .main-menu__recherche-icon {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: .8em;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-474.5%20285.5%20100%20100%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M-395.71%20355.613c5.526-7.314%208.847-16.415%208.847-26.317%200-24.188-19.61-43.796-43.81-43.796-24.207%200-43.827%2019.608-43.827%2043.796%200%2024.208%2019.62%2043.816%2043.818%2043.816%209.903%200%2019.014-3.32%2026.377-8.906l19.22%2019.394c2.48%202.48%206.42%202.54%208.822.137s2.344-6.366-.137-8.866l-19.31-19.257zm-35.06%204.844c-17.26%200-31.25-13.984-31.25-31.25%200-17.244%2013.99-31.237%2031.25-31.237%2017.266%200%2031.25%2013.993%2031.25%2031.238%200%2017.265-13.984%2031.25-31.25%2031.25z%22%2F%3E%3C%2Fsvg%3E"); }

@media screen and (max-width: 768px) {
  .site-footer {
    padding: 0 20px 1em 20px; }
  .main-menu__xs-minimenu .main-menu__recherche-icon {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-474.5%20285.5%20100%20100%22%3E%3Cpath%20fill%3D%22%23343f4f%22%20d%3D%22M-395.71%20355.613c5.526-7.314%208.847-16.415%208.847-26.317%200-24.188-19.61-43.796-43.81-43.796-24.207%200-43.827%2019.608-43.827%2043.796%200%2024.208%2019.62%2043.816%2043.818%2043.816%209.903%200%2019.014-3.32%2026.377-8.906l19.22%2019.394c2.48%202.48%206.42%202.54%208.822.137s2.344-6.366-.137-8.866l-19.31-19.257zm-35.06%204.844c-17.26%200-31.25-13.984-31.25-31.25%200-17.244%2013.99-31.237%2031.25-31.237%2017.266%200%2031.25%2013.993%2031.25%2031.238%200%2017.265-13.984%2031.25-31.25%2031.25z%22%2F%3E%3C%2Fsvg%3E"); }
  .main-menu__xs-title {
    line-height: 30px; }
  .main-menu__xs .navbar-toggle {
    margin-right: 0;
    background-color: #343f4f; }
    .main-menu__xs .navbar-toggle .main-menu_xs__svg {
      background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2032.4%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M37.6%2C4.8H2.4C1.1%2C4.8%2C0%2C3.7%2C0%2C2.4v0C0%2C1.1%2C1.1%2C0%2C2.4%2C0l35.2%2C0C38.9%2C0%2C40%2C1.1%2C40%2C2.4v0%20C40%2C3.7%2C38.9%2C4.8%2C37.6%2C4.8z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M37.6%2C18.6H2.4c-1.3%2C0-2.4-1.1-2.4-2.4v0c0-1.3%2C1.1-2.4%2C2.4-2.4h35.2c1.3%2C0%2C2.4%2C1.1%2C2.4%2C2.4v0%20C40%2C17.5%2C38.9%2C18.6%2C37.6%2C18.6z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M29.6%2C32.4H2.4C1.1%2C32.4%2C0%2C31.3%2C0%2C30v0c0-1.3%2C1.1-2.4%2C2.4-2.4h27.2c1.3%2C0%2C2.4%2C1.1%2C2.4%2C2.4v0%20C32%2C31.3%2C30.9%2C32.4%2C29.6%2C32.4z%22%2F%3E%3C%2Fsvg%3E");
      width: 28px;
      height: 23px; }
    .main-menu__xs .navbar-toggle:after {
      content: none; }
    .main-menu__xs .navbar-toggle.collapsed .main-menu_xs__svg {
      background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2032.4%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M37.6%2C4.8H2.4C1.1%2C4.8%2C0%2C3.7%2C0%2C2.4v0C0%2C1.1%2C1.1%2C0%2C2.4%2C0l35.2%2C0C38.9%2C0%2C40%2C1.1%2C40%2C2.4v0%20C40%2C3.7%2C38.9%2C4.8%2C37.6%2C4.8z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M37.6%2C18.6H2.4c-1.3%2C0-2.4-1.1-2.4-2.4v0c0-1.3%2C1.1-2.4%2C2.4-2.4h35.2c1.3%2C0%2C2.4%2C1.1%2C2.4%2C2.4v0%20C40%2C17.5%2C38.9%2C18.6%2C37.6%2C18.6z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M37.6%2C32.6H2.4c-1.3%2C0-2.4-1.1-2.4-2.4v0c0-1.3%2C1.1-2.4%2C2.4-2.4h35.2c1.3%2C0%2C2.4%2C1.1%2C2.4%2C2.4v0%20C40%2C31.5%2C38.9%2C32.6%2C37.6%2C32.6z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); } }

.breadcrumbs {
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  font-size: 14px;
  padding: 10px 0;
  float: right;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .breadcrumbs {
      width: auto;
      float: inherit; } }

.breadcrumbs__list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .breadcrumbs__list a {
    color: #343f4f; }
  .breadcrumbs__list li {
    float: left; }
  .breadcrumbs__list li + li {
    margin-left: 0.8em; }
  .breadcrumbs__list li + li::before {
    content: '>';
    float: left;
    margin-right: 0.8em; }

.site-footer {
  background-color: #343f4f;
  color: #fff;
  padding: 0 0 1em; }
  .site-footer a {
    color: #fff; }

.site-footer__col {
  margin-top: 1em;
  margin-bottom: 1em; }

.site-footer__header {
  font-family: "bebas_book", Helvetica, Arial, sans-serif;
  font-size: 22px;
  margin-bottom: 18px;
  margin-top: 32px;
  line-height: 1;
  clear: both; }
  .site-footer__header::after {
    content: '';
    display: block;
    width: 30px;
    height: 6px;
    background-color: #fff;
    margin-top: 10px; }

.site-footer__nl-form {
  margin-top: 12px; }

.site-footer__input, .wysija-email {
  background: none;
  border: 0;
  border-bottom: 1px solid #fff;
  padding-left: 0;
  font-size: 18px;
  color: #fff;
  box-shadow: none;
  width: auto !important;
  display: inline-block; }
  .site-footer__input:focus, .wysija-email:focus {
    border-color: #fff;
    box-shadow: none; }
  .site-footer__input:-ms-input-placeholder, .wysija-email:-ms-input-placeholder {
    color: #a6acb5; }
  .site-footer__input::placeholder, .wysija-email::placeholder {
    color: #a6acb5; }

.site-footer__btn, .wysija-submit {
  background-color: #2f3744;
  font-weight: bold;
  font-size: 12px;
  height: 36px;
  border: 1px solid #535c6a; }
  .site-footer__btn:hover, .wysija-submit:hover, .site-footer__btn:focus, .wysija-submit:focus {
    color: inherit;
    background-color: #101217; }

.site-footer__link {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 14px;
  line-height: 1.1;
  font-size: 87.5%; }
  .site-footer__link:hover, .site-footer__link:focus {
    color: #819fca;
    text-decoration: none; }

.site-footer__social-link {
  float: left;
  margin-right: 18px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain; }

.site-footer__social-link:hover {
  opacity: 0.7; }

.site-footer__social-link--twitter {
  background-image: url(../img/twitter.png); }

.site-footer__social-link--facebook {
  background-image: url(../img/facebook.png); }

.site-footer__social-link--youtube {
  background-image: url(../img/youtube.png); }

.site-footer__social-link--instagram {
  background-image: url(../img/instagram_1.png); }

.site-footer__social-link--linkedin {
  background-image: url(../img/linkedin.png); }

@media (min-width: 768px) {
  .site-footer {
    padding-top: 2.75em;
    padding-bottom: 2em; }
  .site-footer__header {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 35px; }
    .site-footer__header::after {
      height: 10px;
      margin-top: 18px; }
  .site-footer__nl-form {
    margin-top: 24px; } }

.widget_wysija_cont .wysija-submit {
  display: inline-block !important;
  padding: 6px 12px;
  margin-left: 10px; }

.signup_MB_alert {
  font-size: 14px;
  margin-top: 10px;
  width: 247px; }

.don_confiance_footer {
  width: 85px;
  position: absolute;
  top: 15px;
  left: 220px; }
  @media (min-width: 768px) {
    .don_confiance_footer {
      top: 75px; } }
  @media (min-width: 992px) {
    .don_confiance_footer {
      float: right;
      margin-right: 20px;
      position: relative;
      bottom: 0px;
      left: 110%;
      margin-bottom: -7px; } }

.bottom-bar {
  padding: 22px 0 25px;
  font-size: 14px;
  background-color: #fff; }

.bottom-bar__nav {
  display: inline-block;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }
  .bottom-bar__nav, .bottom-bar__nav a {
    color: #343f4f; }
  .bottom-bar__nav li {
    display: inline-block;
    padding-left: 0.5em;
    padding-right: 0.5em; }
  .bottom-bar__nav li {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    text-align: center; }
  @media (min-width: 768px) {
    .bottom-bar__nav {
      display: inline-block; }
      .bottom-bar__nav li {
        float: left;
        border-left: 0; }
      .bottom-bar__nav li + li::before {
        content: '/';
        margin-right: 1em; } }

.search-result-list {
  background-color: #fff;
  padding: 1em .5em 2em; }

.search-result-list__header {
  font-family: bebas;
  font-size: 250%;
  font-weight: bold;
  margin-bottom: 1em; }

.search-result-list__title {
  text-align: center; }

.search-result-item {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #000;
  padding-bottom: 1em;
  color: #343f4f; }
  .search-result-item:hover, .search-result-item:focus {
    color: #343f4f; }

.search-result-item__title {
  margin-bottom: 1em; }

.search-search__wrapper {
  padding: 30px 0; }

.search-search {
  display: table;
  width: 100%;
  margin-bottom: 30px; }

.search-search__l,
.search-search__r {
  display: table-cell;
  vertical-align: top; }

.search-search__r {
  width: 140px; }

.search-search__input,
.search-search__submit {
  display: block;
  height: 60px;
  width: 100%; }

.search-search__submit {
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-color: #343f4f;
  border: 0;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 20px; }

.search-search__input {
  color: #343f4f;
  display: block;
  background: none;
  border: 0;
  font-size: 30px;
  box-shadow: none;
  line-height: 1;
  padding: 0 22px;
  transition: background-color 200ms; }
  .search-search__input:focus {
    box-shadow: none;
    outline: none; }
  .search-search__input:-ms-input-placeholder {
    color: #ccc;
    font-weight: 300; }
  .search-search__input::placeholder {
    color: #ccc;
    font-weight: 300; }

.searchwp-highlight {
  font-weight: bold; }

.search-required-adv {
  margin: 0 22px;
  border-top: 1px solid #d9534f;
  color: #d9534f;
  font-size: 12px;
  padding-top: 4px; }

@media print {
  table {
    width: 100% !important; }
  a[href]:after {
    content: "" !important; } }

.article-tease {
  position: relative;
  background-color: #e6e8e8;
  margin-bottom: 20px;
  box-shadow: 0 0 0 0 transparent;
  transition: box-shadow 200ms; }
  .article-tease:hover, .article-tease:focus {
    text-decoration: none;
    box-shadow: -3px 2px 2px 0 rgba(0, 0, 0, 0.2); }

.article-tease__image {
  position: relative;
  display: block; }
  @media (min-width: 992px) {
    .article-tease__image {
      height: 217px; } }
  @media (max-width: 768px) {
    .article-tease__image {
      height: auto; } }
  .article-tease__image::after {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    left: 20px;
    bottom: -8px;
    background-color: #e6e8e8;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    content: ''; }

.article-tease__image-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  color: #fff;
  background-color: transparent;
  text-align: center;
  transition: background-color 150ms; }
  .article-tease__image-hover::before {
    display: none;
    color: transparent;
    position: relative;
    padding-top: 32%;
    white-space: nowrap;
    display: block;
    line-height: 1;
    font-weight: 700;
    font-size: 87.5%;
    text-transform: uppercase;
    transition: color 150ms;
    content: "Lire l'article"; }
  .article-tease:hover .article-tease__image-hover,
  .article-tease:focus .article-tease__image-hover {
    background-color: rgba(52, 63, 79, 0.7); }
    .article-tease:hover .article-tease__image-hover::before,
    .article-tease:focus .article-tease__image-hover::before {
      color: #fff; }

.article-tease__vid {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30% auto;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22612%22%20height%3D%22604.5%22%20viewbox%3D%220%200%20612%20604.5%22%3E%3Ccircle%20opacity%3D%220.5%22%20fill%3D%22%23010101%22%20cx%3D%22306%22%20cy%3D%22301.5%22%20r%3D%22290.25%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M306%2C24c75.75%2C0%2C146.25%2C29.25%2C199.5%2C81.75S588%2C228%2C588%2C302.25s-29.25%2C144-82.5%2C196.5%20S381%2C580.5%2C306%2C580.5s-146.25-29.25-199.5-81.75S24%2C376.5%2C24%2C302.25s29.25-144%2C82.5-196.5S230.25%2C24%2C306%2C24%20M306%2C0%20C137.25%2C0%2C0%2C135%2C0%2C302.25S137.25%2C604.5%2C306%2C604.5s306-135%2C306-302.25S474.75%2C0%2C306%2C0L306%2C0z%20M222%2C474V138.75l273%2C168L222%2C474z%22%2F%3E%3C%2Fsvg%3E"); }

.article-tease__vid + .article-tease__image-hover::before {
  content: ''; }

.article-tease__display-term {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 10; }
  .article-tease__display-term div {
    position: relative;
    left: -50%;
    background-color: #343f4f;
    color: #fff;
    font-family: "bebas", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 150%;
    padding: 9px 24px 6px;
    line-height: 1;
    white-space: nowrap; }

.article-tease__content {
  display: block;
  padding-top: 20px;
  padding-right: 15px; }

.article-tease__date {
  font-weight: 700;
  color: #767687;
  padding-left: 20px;
  line-height: 1;
  margin-bottom: 8px; }

.article-tease__title {
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-size: 187.5%;
  padding-left: 15px;
  border-left-width: 5px;
  border-left-style: solid;
  line-height: 1;
  color: #343f4f; }
  .article-tease:hover .article-tease__title,
  .article-tease:focus .article-tease__title {
    text-decoration: underline; }

.article-tease__body {
  color: #343f4f;
  display: block; }

.article-tease__body {
  padding-left: 20px;
  margin-top: 15px; }

.article-tease--wide {
  display: block;
  min-height: 215px; }
  .article-tease--wide:before, .article-tease--wide:after {
    content: " ";
    display: table; }
  .article-tease--wide:after {
    clear: both; }
  .article-tease--wide.article-tease--no-image .article-tease__title {
    margin-top: 10px; }
  .article-tease--wide .article-tease__image,
  .article-tease--wide .article-tease__content {
    position: relative; }
  .article-tease--wide .article-tease__image-hover {
    right: 20px; }
  .article-tease--wide .article-tease__image::after {
    bottom: -8px;
    left: 12px; }
  @media (min-width: 768px) {
    .article-tease--wide .article-tease__image,
    .article-tease--wide .article-tease__content {
      float: left;
      width: 50%; }
    .article-tease--wide.article-tease--no-image .article-tease__image,
    .article-tease--wide.article-tease--no-image .article-tease__content {
      float: none;
      width: 100%; }
    .article-tease--wide .article-tease__image {
      padding-right: 20px; }
    .article-tease--wide .article-tease__image::after {
      left: auto;
      bottom: auto;
      top: 20px;
      right: 12px; } }

.article-tease--tall {
  display: block;
  margin-bottom: 0px; }
  .article-tease--tall + .article-tease--tall {
    margin-top: 20px; }
  .article-tease--tall .article-tease__content {
    padding-bottom: 20px;
    background-color: #e6e8e8;
    z-index: 5; }
  @media (min-width: 768px) {
    .article-tease--tall {
      height: 517px; } }
  @media (min-width: 992px) {
    .article-tease--tall {
      height: 480px;
      margin-bottom: 0; }
      .article-tease--tall .article-tease__title,
      .article-tease--tall .article-tease__sub-title {
        position: relative;
        z-index: 5; }
      .article-tease--tall .article-tease__content {
        min-height: 335px;
        overflow: hidden; }
      .article-tease--tall .article-tease__image,
      .article-tease--tall .article-tease__content {
        position: relative; }
      .article-tease--tall .article-tease__image::after {
        z-index: 6; }
      .article-tease--tall .article-tease__image img {
        min-width: 100%;
        min-height: 100%;
        height: auto; } }
  @media (min-width: 1200px) {
    .article-tease--tall {
      height: 530px; } }

@media (min-width: 992px) {
  .article-tease--no-image .article-tease__title {
    margin-top: 40px; }
  .article-tease--no-image.article-tease--presse .article-tease__title {
    margin-top: 0; } }

.article-tease--no-image .article-tease__body {
  margin-top: 30px; }

.article-tease--no-image .article-tease__content {
  background-color: transparent;
  min-height: 275px; }

.article-tease--no-image.article-tease--actualite .article-tease__date, .article-tease--no-image.article-tease--fp .article-tease__date, .article-tease--no-image.article-tease--stat .article-tease__date {
  margin-top: 2em; }

.article-tease--no-image.article-tease--actualite::before, .article-tease--no-image.article-tease--fp::before, .article-tease--no-image.article-tease--stat::before {
  position: absolute;
  z-index: 10;
  left: 50%;
  margin-left: -2.8em;
  margin-left: -7ch;
  display: inline-block;
  background-color: #343f4f;
  color: #fff;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 150%;
  padding: 9px 24px 6px;
  line-height: 1;
  content: 'Actualité';
  white-space: nowrap; }

.article-tease--no-image.article-tease--stat .article-tease__title, .article-tease--no-image.article-tease--fp .article-tease__title {
  margin-top: 87px; }

.article-tease--no-image.article-tease--stat::before {
  margin-left: -3.2em;
  margin-left: -8ch;
  content: 'Statistique'; }

.article-tease--no-image.article-tease--fp::before {
  margin-left: 3.5em;
  margin-left: -9ch;
  content: 'Fiche pratique'; }

.category-circuler-autrement .article-tease--no-image .article-tease__body {
  font-size: 112.5%; }

.article-tease--presse {
  position: relative;
  background-color: #fff;
  border: 1px solid #343f4f; }
  .article-tease--presse .article-tease__image::before {
    position: absolute;
    left: 50%;
    top: -1px;
    margin-left: -4.8em;
    margin-left: -12ch;
    display: inline-block;
    background-color: #343f4f;
    color: #fff;
    font-family: "bebas", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 150%;
    padding: 9px 24px 6px;
    line-height: 1;
    content: 'Communiqué de presse'; }
  .article-tease--presse .article-tease__content {
    background-color: #fff; }
  .article-tease--presse .article-tease__image::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    -ms-transform: none;
        transform: none;
    background-color: transparent;
    background-image: url("../img/presse-dl.png");
    background-repeat: no-repeat;
    background-position: center; }
  .article-tease--presse .article-tease__image-hover::before {
    position: absolute;
    bottom: 1em;
    left: 50%;
    margin-left: -2em;
    margin-left: -5ch;
    font-family: "bebas", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    content: 'Télécharger'; }
  .article-tease--presse.article-tease--no-image .article-tease__image::after {
    content: none; }
  .article-tease--presse.article-tease--no-image .article-tease__title {
    font-size: 187.5%; }
  .article-tease--presse.article-tease--no-image .article-tease__body {
    font-size: 100%;
    margin-top: 20px; }
  .article-tease--presse.article-tease--no-image .article-tease__image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #343f4f;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewbox%3D%220%200%2010%2010%22%20preserveAspectRatio%3D%22none%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%2210%22%20height%3D%2210%22%20fill%3D%22%23394557%22%2F%3E%3Cpath%20d%3D%22M0%200L10%200L0%2010%22%20fill%3D%22%23343f4f%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewbox%3D%220%200%2010%2010%22%20preserveAspectRatio%3D%22none%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%2210%22%20height%3D%2210%22%20fill%3D%22%23394557%22%2F%3E%3Cpath%20d%3D%22M0%200L10%200L0%2010%22%20fill%3D%22%23343f4f%22%2F%3E%3C%2Fsvg%3E"), url("../img/presse-dl.png");
    background-image: url("../img/presse-dl.png"), url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewbox%3D%220%200%2010%2010%22%20preserveAspectRatio%3D%22none%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%2210%22%20height%3D%2210%22%20fill%3D%22%23394557%22%2F%3E%3Cpath%20d%3D%22M0%200L10%200L0%2010%22%20fill%3D%22%23343f4f%22%2F%3E%3C%2Fsvg%3E");
    background-size: auto, 100% 100%;
    background-repeat: no-repeat;
    background-position: center; }
  .article-tease--presse.article-tease--no-image .article-tease__content {
    position: relative;
    top: 40%;
    height: 60%; }
  .article-tease--presse.article-tease--wide .article-tease__image::after {
    right: 20px; }
  .article-tease--presse.article-tease--wide.article-tease--no-image {
    min-height: 215px; }
    .article-tease--presse.article-tease--wide.article-tease--no-image .article-tease__content {
      margin-left: 50%;
      height: auto; }
    .article-tease--presse.article-tease--wide.article-tease--no-image .article-tease__image {
      right: 50%;
      border-right: 20px solid #fff;
      background-position: center, center;
      background-position: center bottom 3em, center; }
    .article-tease--presse.article-tease--wide.article-tease--no-image .article-tease__image-hover {
      right: 0; }

.article-tease--actualite,
.article-tease--stat,
.article-tease--fp {
  background-color: #fff; }
  .article-tease--actualite .article-tease__image::before,
  .article-tease--stat .article-tease__image::before,
  .article-tease--fp .article-tease__image::before {
    position: absolute;
    left: 50%;
    margin-left: -2.8em;
    margin-left: -7ch;
    white-space: nowrap;
    display: inline-block;
    background-color: #343f4f;
    color: #fff;
    font-family: "bebas", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 150%;
    padding: 9px 24px 6px;
    line-height: 1;
    content: 'Actualité'; }
  .article-tease--actualite.article-tease--termname::before,
  .article-tease--actualite.article-tease--termname .article-tease__image::before,
  .article-tease--stat.article-tease--termname::before,
  .article-tease--stat.article-tease--termname .article-tease__image::before,
  .article-tease--fp.article-tease--termname::before,
  .article-tease--fp.article-tease--termname .article-tease__image::before {
    content: none; }
  .article-tease--actualite .article-tease__content,
  .article-tease--actualite .article-tease__image::after,
  .article-tease--stat .article-tease__content,
  .article-tease--stat .article-tease__image::after,
  .article-tease--fp .article-tease__content,
  .article-tease--fp .article-tease__image::after {
    background-color: #fff; }

.article-tease--stat .article-tease__image::before {
  margin-left: -3.2em;
  margin-left: -8ch;
  content: 'Statistique'; }

.article-tease--fp .article-tease__image::before {
  margin-left: -3.5em;
  margin-left: -9ch;
  content: 'Fiche pratique'; }

.article-tease--tall.article-tease--actualite,
.article-tease--tall.article-tease--stat,
.article-tease--tall.article-tease--fp {
  border: 0; }
  .article-tease--tall.article-tease--actualite .article-tease__image::before,
  .article-tease--tall.article-tease--stat .article-tease__image::before,
  .article-tease--tall.article-tease--fp .article-tease__image::before {
    margin-left: -2.3em;
    margin-left: -6ch; }
  .article-tease--tall.article-tease--actualite .article-tease__image::after,
  .article-tease--tall.article-tease--stat .article-tease__image::after,
  .article-tease--tall.article-tease--fp .article-tease__image::after {
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-color: #343f4f; }
  .article-tease--tall.article-tease--actualite .article-tease__content,
  .article-tease--tall.article-tease--stat .article-tease__content,
  .article-tease--tall.article-tease--fp .article-tease__content {
    border: 1px solid #343f4f;
    height: 50%; }
  .article-tease--tall.article-tease--actualite.article-tease--no-image .article-tease__content,
  .article-tease--tall.article-tease--stat.article-tease--no-image .article-tease__content,
  .article-tease--tall.article-tease--fp.article-tease--no-image .article-tease__content {
    height: 100%; }

.article-tease--om,
.article-tease--dossier {
  background-color: transparent;
  text-align: center;
  background-repeat: no-repeat; }
  .article-tease--om::before,
  .article-tease--dossier::before {
    display: inline-block;
    white-space: nowrap;
    color: #343f4f;
    font-family: "bebas", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 150%;
    padding: 9px 24px 6px;
    line-height: 1;
    color: #fff;
    background-color: #343f4f; }
  .article-tease--om .article-tease__title,
  .article-tease--dossier .article-tease__title {
    border: none;
    padding: 0 5px;
    font-size: 200%;
    margin-top: .667em; }
  .article-tease--om .article-tease__sub-title,
  .article-tease--dossier .article-tease__sub-title {
    font-size: 140%;
    color: #343f4f;
    font-family: "bebas", Helvetica, Arial, sans-serif;
    margin-top: 20px; }
  .article-tease--om:hover .article-tease__title,
  .article-tease--om:focus .article-tease__title,
  .article-tease--dossier:hover .article-tease__title,
  .article-tease--dossier:focus .article-tease__title {
    text-decoration: none; }

.article-tease--om::before {
  content: 'Outils multimédia'; }

.article-tease--dossier::before {
  content: 'Dossier'; }

.article-tease--om {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22g%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23e6e8e8%22%20stop-opacity%3D%221%22%2F%3E%3Cstop%20offset%3D%2250%25%22%20stop-color%3D%22%23ffffff%22%20stop-opacity%3D%221%22%2F%3E%3Cstop%20offset%3D%2250%25%22%20stop-color%3D%22%23ffffff%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23g)%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%; }

.article-tease--dossier {
  border-width: 7px 0;
  border-style: solid;
  border-color: #343f4f;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22g%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23e6e8e8%22%20stop-opacity%3D%221%22%2F%3E%3Cstop%20offset%3D%2250%25%22%20stop-color%3D%22%23ffffff%22%20stop-opacity%3D%221%22%2F%3E%3Cstop%20offset%3D%2250%25%22%20stop-color%3D%22%23ffffff%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23g)%22%2F%3E%3C%2Fsvg%3E"); }

.article-tease__image--dossier {
  display: block;
  position: relative;
  width: 100%; }
  @media (min-width: 992px) {
    .article-tease__image--dossier {
      display: block;
      position: absolute;
      bottom: 0;
      height: 50%;
      overflow: hidden; }
      .article-tease__image--dossier img {
        min-height: 100%; } }
  .article-tease__image--dossier img {
    min-width: 100%;
    height: auto; }
  .article-tease__image--dossier::after {
    position: absolute;
    top: 10%;
    left: 25px;
    border-width: 12px;
    border-color: #fff transparent transparent #fff;
    border-style: solid;
    content: ''; }
  .article-tease__image--dossier::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    border-color: #fff #fff transparent transparent;
    border-style: solid;
    border-width: 27px 500px 50px 0; }

.article-tease.category-circuler-autrement.article-tease--actualite .article-tease__image::after,
.article-tease.category-circuler-autrement.article-tease--actualite .article-tease__content,
.article-tease.category-circuler-autrement.article-tease--stat .article-tease__image::after,
.article-tease.category-circuler-autrement.article-tease--stat .article-tease__content,
.article-tease.category-circuler-autrement.article-tease--fp .article-tease__image::after,
.article-tease.category-circuler-autrement.article-tease--fp .article-tease__content,
.article-tease.category-circuler-autrement .article-tease__title, .article-tease.category-circuler-autrement.article-tease--dossier, .article-tease.category-circuler-autrement.article-tease--actualite, .article-tease.category-circuler-autrement.article-tease--stat, .article-tease.category-circuler-autrement.article-tease--fp {
  border-color: #a6bc29; }

.article-tease.category-circuler-autrement.article-tease--om .article-tease__title,
.article-tease.category-circuler-autrement.article-tease--dossier .article-tease__title {
  color: #a6bc29; }

@media (min-width: 992px) {
  .article-tease.category-circuler-autrement.article-tease--om {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-50%200%201290%201868%22%20width%3D%22300%22%20heigh%3D%22207%22%3E%3Cpath%20fill%3D%22%23f1c40f%22%20d%3D%22M324.5%201043.4L208.9%20944l-1.3%2084-1791.4-236.7-222.3%201681.7%204060.4%20536.6%20222.2-1681.8-2152-284.4zm252.8%20666.3c-149.5%200-270.7-121.2-270.7-270.7s121.2-270.7%20270.7-270.7S848%201289.5%20848%201439s-121.2%20270.7-270.7%20270.7z%22%2F%3E%3Cpath%20fill%3D%22%23e6e8e8%22%20d%3D%22M509.4%201551.3L656.1%201698c73.3-22.3%20133.4-74.8%20165.8-143.1L704%201437l-194.6%20114.3z%22%2F%3E%3Cpath%20fill%3D%22%23e3b90d%22%20d%3D%22M758%201237.4c55.2%2049.6%2090%20121.5%2090%20201.5%200%20149.5-121.2%20270.7-270.7%20270.7-97.8%200-183.4-51.8-231-129.5l246%201136.8h1630V1439L758%201237.4z%22%2F%3E%3Cpath%20fill%3D%22%23f1c40f%22%20d%3D%22M514.7%201327.3L701.2%201435c3.8%202.2%203.8%205.8%200%208l-186.5%20107.7c-3.8%202.2-6.9.4-6.9-4v-215.3c0-4.5%203.1-6.3%206.9-4.1z%22%2F%3E%3C%2Fsvg%3E"), url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22g%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23e6e8e8%22%20stop-opacity%3D%221%22%2F%3E%3Cstop%20offset%3D%2250%25%22%20stop-color%3D%22%23ffffff%22%20stop-opacity%3D%221%22%2F%3E%3Cstop%20offset%3D%2250%25%22%20stop-color%3D%22%23ffffff%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23g)%22%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center top;
    background-repeat: no-repeat;
    background-size: 300px auto, 100% 100%; } }

.article-tease.category-circuler-autrement.article-tease--no-image::before,
.article-tease.category-circuler-autrement .article-tease__image::before, .article-tease.category-circuler-autrement.article-tease--om::before, .article-tease.category-circuler-autrement.article-tease--dossier::before {
  color: #fff;
  background-color: #a6bc29; }

.article-tease.category-je-minforme.article-tease--actualite .article-tease__image::after, .article-tease.article-tease--actualite.item_carousel-custom .article-tease__image::after,
.article-tease.category-je-minforme.article-tease--actualite .article-tease__content, .article-tease.article-tease--actualite.item_carousel-custom .article-tease__content,
.article-tease.category-je-minforme.article-tease--stat .article-tease__image::after, .article-tease.article-tease--stat.item_carousel-custom .article-tease__image::after,
.article-tease.category-je-minforme.article-tease--stat .article-tease__content, .article-tease.article-tease--stat.item_carousel-custom .article-tease__content,
.article-tease.category-je-minforme.article-tease--fp .article-tease__image::after, .article-tease.article-tease--fp.item_carousel-custom .article-tease__image::after,
.article-tease.category-je-minforme.article-tease--fp .article-tease__content, .article-tease.article-tease--fp.item_carousel-custom .article-tease__content,
.article-tease.category-je-minforme .article-tease__title, .article-tease.item_carousel-custom .article-tease__title, .article-tease.category-je-minforme.article-tease--dossier, .article-tease.article-tease--dossier.item_carousel-custom, .article-tease.category-je-minforme.article-tease--actualite, .article-tease.article-tease--actualite.item_carousel-custom, .article-tease.category-je-minforme.article-tease--stat, .article-tease.article-tease--stat.item_carousel-custom, .article-tease.category-je-minforme.article-tease--fp, .article-tease.article-tease--fp.item_carousel-custom {
  border-color: #a6bc29; }

.article-tease.category-je-minforme.article-tease--om .article-tease__title, .article-tease.article-tease--om.item_carousel-custom .article-tease__title,
.article-tease.category-je-minforme.article-tease--dossier .article-tease__title, .article-tease.article-tease--dossier.item_carousel-custom .article-tease__title {
  color: #a6bc29; }

@media (min-width: 992px) {
  .article-tease.category-je-minforme.article-tease--om, .article-tease.article-tease--om.item_carousel-custom {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-50%200%201290%201868%22%20width%3D%22300%22%20heigh%3D%22207%22%3E%3Cpath%20fill%3D%22%23a6bc29%22%20d%3D%22M324.5%201043.4L208.9%20944l-1.3%2084-1791.4-236.7-222.3%201681.7%204060.4%20536.6%20222.2-1681.8-2152-284.4zm252.8%20666.3c-149.5%200-270.7-121.2-270.7-270.7s121.2-270.7%20270.7-270.7S848%201289.5%20848%201439s-121.2%20270.7-270.7%20270.7z%22%2F%3E%3Cpath%20fill%3D%22%23e6e8e8%22%20d%3D%22M509.4%201551.3L656.1%201698c73.3-22.3%20133.4-74.8%20165.8-143.1L704%201437l-194.6%20114.3z%22%2F%3E%3Cpath%20fill%3D%22%239baf26%22%20d%3D%22M758%201237.4c55.2%2049.6%2090%20121.5%2090%20201.5%200%20149.5-121.2%20270.7-270.7%20270.7-97.8%200-183.4-51.8-231-129.5l246%201136.8h1630V1439L758%201237.4z%22%2F%3E%3Cpath%20fill%3D%22%23a6bc29%22%20d%3D%22M514.7%201327.3L701.2%201435c3.8%202.2%203.8%205.8%200%208l-186.5%20107.7c-3.8%202.2-6.9.4-6.9-4v-215.3c0-4.5%203.1-6.3%206.9-4.1z%22%2F%3E%3C%2Fsvg%3E"), url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22g%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23e6e8e8%22%20stop-opacity%3D%221%22%2F%3E%3Cstop%20offset%3D%2250%25%22%20stop-color%3D%22%23ffffff%22%20stop-opacity%3D%221%22%2F%3E%3Cstop%20offset%3D%2250%25%22%20stop-color%3D%22%23ffffff%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23g)%22%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center top;
    background-repeat: no-repeat;
    background-size: 300px auto, 100% 100%; } }

.article-tease.category-je-minforme.article-tease--no-image::before, .article-tease.article-tease--no-image.item_carousel-custom::before,
.article-tease.category-je-minforme .article-tease__image::before, .article-tease.item_carousel-custom .article-tease__image::before, .article-tease.category-je-minforme.article-tease--om::before, .article-tease.article-tease--om.item_carousel-custom::before, .article-tease.category-je-minforme.article-tease--dossier::before, .article-tease.article-tease--dossier.item_carousel-custom::before {
  color: #fff;
  background-color: #a6bc29; }

.article-tease.category-jagis.article-tease--actualite .article-tease__image::after,
.article-tease.category-jagis.article-tease--actualite .article-tease__content,
.article-tease.category-jagis.article-tease--stat .article-tease__image::after,
.article-tease.category-jagis.article-tease--stat .article-tease__content,
.article-tease.category-jagis.article-tease--fp .article-tease__image::after,
.article-tease.category-jagis.article-tease--fp .article-tease__content,
.article-tease.category-jagis .article-tease__title, .article-tease.category-jagis.article-tease--dossier, .article-tease.category-jagis.article-tease--actualite, .article-tease.category-jagis.article-tease--stat, .article-tease.category-jagis.article-tease--fp {
  border-color: #e6006d; }

.article-tease.category-jagis.article-tease--om .article-tease__title,
.article-tease.category-jagis.article-tease--dossier .article-tease__title {
  color: #e6006d; }

@media (min-width: 992px) {
  .article-tease.category-jagis.article-tease--om {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-50%200%201290%201868%22%20width%3D%22300%22%20heigh%3D%22207%22%3E%3Cpath%20fill%3D%22%23e6006d%22%20d%3D%22M324.5%201043.4L208.9%20944l-1.3%2084-1791.4-236.7-222.3%201681.7%204060.4%20536.6%20222.2-1681.8-2152-284.4zm252.8%20666.3c-149.5%200-270.7-121.2-270.7-270.7s121.2-270.7%20270.7-270.7S848%201289.5%20848%201439s-121.2%20270.7-270.7%20270.7z%22%2F%3E%3Cpath%20fill%3D%22%23e6e8e8%22%20d%3D%22M509.4%201551.3L656.1%201698c73.3-22.3%20133.4-74.8%20165.8-143.1L704%201437l-194.6%20114.3z%22%2F%3E%3Cpath%20fill%3D%22%23d70066%22%20d%3D%22M758%201237.4c55.2%2049.6%2090%20121.5%2090%20201.5%200%20149.5-121.2%20270.7-270.7%20270.7-97.8%200-183.4-51.8-231-129.5l246%201136.8h1630V1439L758%201237.4z%22%2F%3E%3Cpath%20fill%3D%22%23e6006d%22%20d%3D%22M514.7%201327.3L701.2%201435c3.8%202.2%203.8%205.8%200%208l-186.5%20107.7c-3.8%202.2-6.9.4-6.9-4v-215.3c0-4.5%203.1-6.3%206.9-4.1z%22%2F%3E%3C%2Fsvg%3E"), url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22g%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23e6e8e8%22%20stop-opacity%3D%221%22%2F%3E%3Cstop%20offset%3D%2250%25%22%20stop-color%3D%22%23ffffff%22%20stop-opacity%3D%221%22%2F%3E%3Cstop%20offset%3D%2250%25%22%20stop-color%3D%22%23ffffff%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23g)%22%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center top;
    background-repeat: no-repeat;
    background-size: 300px auto, 100% 100%; } }

.article-tease.category-jagis.article-tease--no-image::before,
.article-tease.category-jagis .article-tease__image::before, .article-tease.category-jagis.article-tease--om::before, .article-tease.category-jagis.article-tease--dossier::before {
  color: #fff;
  background-color: #e6006d; }

.article-tease.category-je-donne.article-tease--actualite .article-tease__image::after,
.article-tease.category-je-donne.article-tease--actualite .article-tease__content,
.article-tease.category-je-donne.article-tease--stat .article-tease__image::after,
.article-tease.category-je-donne.article-tease--stat .article-tease__content,
.article-tease.category-je-donne.article-tease--fp .article-tease__image::after,
.article-tease.category-je-donne.article-tease--fp .article-tease__content,
.article-tease.category-je-donne .article-tease__title, .article-tease.category-je-donne.article-tease--dossier, .article-tease.category-je-donne.article-tease--actualite, .article-tease.category-je-donne.article-tease--stat, .article-tease.category-je-donne.article-tease--fp {
  border-color: #0cbbaa; }

.article-tease.category-je-donne.article-tease--om .article-tease__title,
.article-tease.category-je-donne.article-tease--dossier .article-tease__title {
  color: #0cbbaa; }

@media (min-width: 992px) {
  .article-tease.category-je-donne.article-tease--om {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-50%200%201290%201868%22%20width%3D%22300%22%20heigh%3D%22207%22%3E%3Cpath%20fill%3D%22%230cbbaa%22%20d%3D%22M324.5%201043.4L208.9%20944l-1.3%2084-1791.4-236.7-222.3%201681.7%204060.4%20536.6%20222.2-1681.8-2152-284.4zm252.8%20666.3c-149.5%200-270.7-121.2-270.7-270.7s121.2-270.7%20270.7-270.7S848%201289.5%20848%201439s-121.2%20270.7-270.7%20270.7z%22%2F%3E%3Cpath%20fill%3D%22%23e6e8e8%22%20d%3D%22M509.4%201551.3L656.1%201698c73.3-22.3%20133.4-74.8%20165.8-143.1L704%201437l-194.6%20114.3z%22%2F%3E%3Cpath%20fill%3D%22%230bad9d%22%20d%3D%22M758%201237.4c55.2%2049.6%2090%20121.5%2090%20201.5%200%20149.5-121.2%20270.7-270.7%20270.7-97.8%200-183.4-51.8-231-129.5l246%201136.8h1630V1439L758%201237.4z%22%2F%3E%3Cpath%20fill%3D%22%230cbbaa%22%20d%3D%22M514.7%201327.3L701.2%201435c3.8%202.2%203.8%205.8%200%208l-186.5%20107.7c-3.8%202.2-6.9.4-6.9-4v-215.3c0-4.5%203.1-6.3%206.9-4.1z%22%2F%3E%3C%2Fsvg%3E"), url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22g%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23e6e8e8%22%20stop-opacity%3D%221%22%2F%3E%3Cstop%20offset%3D%2250%25%22%20stop-color%3D%22%23ffffff%22%20stop-opacity%3D%221%22%2F%3E%3Cstop%20offset%3D%2250%25%22%20stop-color%3D%22%23ffffff%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23g)%22%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center top;
    background-repeat: no-repeat;
    background-size: 300px auto, 100% 100%; } }

.article-tease.category-je-donne.article-tease--no-image::before,
.article-tease.category-je-donne .article-tease__image::before, .article-tease.category-je-donne.article-tease--om::before, .article-tease.category-je-donne.article-tease--dossier::before {
  color: #fff;
  background-color: #0cbbaa; }

.article-tease.category-lassociation.article-tease--actualite .article-tease__image::after,
.article-tease.category-lassociation.article-tease--actualite .article-tease__content,
.article-tease.category-lassociation.article-tease--stat .article-tease__image::after,
.article-tease.category-lassociation.article-tease--stat .article-tease__content,
.article-tease.category-lassociation.article-tease--fp .article-tease__image::after,
.article-tease.category-lassociation.article-tease--fp .article-tease__content,
.article-tease.category-lassociation .article-tease__title, .article-tease.category-lassociation.article-tease--dossier, .article-tease.category-lassociation.article-tease--actualite, .article-tease.category-lassociation.article-tease--stat, .article-tease.category-lassociation.article-tease--fp {
  border-color: #ec4125; }

.article-tease.category-lassociation.article-tease--om .article-tease__title,
.article-tease.category-lassociation.article-tease--dossier .article-tease__title {
  color: #ec4125; }

@media (min-width: 992px) {
  .article-tease.category-lassociation.article-tease--om {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-50%200%201290%201868%22%20width%3D%22300%22%20heigh%3D%22207%22%3E%3Cpath%20fill%3D%22%23ec4125%22%20d%3D%22M324.5%201043.4L208.9%20944l-1.3%2084-1791.4-236.7-222.3%201681.7%204060.4%20536.6%20222.2-1681.8-2152-284.4zm252.8%20666.3c-149.5%200-270.7-121.2-270.7-270.7s121.2-270.7%20270.7-270.7S848%201289.5%20848%201439s-121.2%20270.7-270.7%20270.7z%22%2F%3E%3Cpath%20fill%3D%22%23e6e8e8%22%20d%3D%22M509.4%201551.3L656.1%201698c73.3-22.3%20133.4-74.8%20165.8-143.1L704%201437l-194.6%20114.3z%22%2F%3E%3Cpath%20fill%3D%22%23eb3517%22%20d%3D%22M758%201237.4c55.2%2049.6%2090%20121.5%2090%20201.5%200%20149.5-121.2%20270.7-270.7%20270.7-97.8%200-183.4-51.8-231-129.5l246%201136.8h1630V1439L758%201237.4z%22%2F%3E%3Cpath%20fill%3D%22%23ec4125%22%20d%3D%22M514.7%201327.3L701.2%201435c3.8%202.2%203.8%205.8%200%208l-186.5%20107.7c-3.8%202.2-6.9.4-6.9-4v-215.3c0-4.5%203.1-6.3%206.9-4.1z%22%2F%3E%3C%2Fsvg%3E"), url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201%201%22%20preserveAspectRatio%3D%22none%22%3E%3ClinearGradient%20id%3D%22g%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23e6e8e8%22%20stop-opacity%3D%221%22%2F%3E%3Cstop%20offset%3D%2250%25%22%20stop-color%3D%22%23ffffff%22%20stop-opacity%3D%221%22%2F%3E%3Cstop%20offset%3D%2250%25%22%20stop-color%3D%22%23ffffff%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23g)%22%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center top;
    background-repeat: no-repeat;
    background-size: 300px auto, 100% 100%; } }

.article-tease.category-lassociation.article-tease--no-image::before,
.article-tease.category-lassociation .article-tease__image::before, .article-tease.category-lassociation.article-tease--om::before, .article-tease.category-lassociation.article-tease--dossier::before {
  color: #fff;
  background-color: #ec4125; }

.article-tease__readmore {
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 99; }

/*
.category-je-minforme{
	.je-minforme--default
	{
		border: 1px solid $color-informe;
	}
} */
.article-tease--no-image {
  max-height: auto !important; }

@media (min-width: 992px) {
  .article-tease--tall {
    min-height: 555px; } }

a.article-tease__image {
  height: 217px; }

@media (min-width: 768px) {
  .article-tease__home {
    height: auto;
    min-height: 0; }
    .article-tease__home a {
      min-height: 0; } }

@media (min-width: 992px) {
  .article-tease__home {
    height: 454px; }
    .article-tease__home .article-tease__content {
      height: 237px;
      min-height: 0; } }

@media (max-width: 767px) {
  .article-tease--om {
    margin-top: 30px; } }

.article-tease--om .article-tease__title {
  font-weight: normal; }

.donner {
  padding: 1em;
  margin-top: 60px;
  background-color: rgba(255, 255, 255, 0.8); }
  @media (min-width: 768px) {
    .donner {
      padding: 50px 80px; } }
  @media (min-width: 992px) {
    .donner .border-left {
      border-left: 1px solid #343f4f; } }

.donner__center-sm {
  text-align: center; }
  @media (min-width: 992px) {
    .donner__center-sm {
      text-align: left; } }

.btn-donner-amt {
  border-color: #343f4f;
  color: #343f4f;
  background-color: #fff;
  margin-right: 6px;
  margin-bottom: 12px;
  padding-left: 8px;
  padding-right: 8px; }
  .btn-donner-amt:hover, .btn-donner-amt:focus, .btn-donner-amt.focus {
    background-color: #e6e6e6; }
  .btn-donner-amt:active, .btn-donner-amt.active {
    color: #fff;
    background-color: #343f4f; }
    .btn-donner-amt:active:hover, .btn-donner-amt:active:focus, .btn-donner-amt:active.focus, .btn-donner-amt.active:hover, .btn-donner-amt.active:focus, .btn-donner-amt.active.focus {
      color: #fff;
      background-color: #343f4f; }
  @media (min-width: 768px) {
    .btn-donner-amt {
      padding-left: 16px;
      padding-right: 16px;
      margin-right: 12px; } }

.donner__header {
  font-size: 25px;
  margin-bottom: 45px;
  font-weight: 700;
  text-align: center; }

.donner__header--ed {
  text-align: left;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 0; }

.donner__sub-header {
  font-weight: 700;
  font-style: italic;
  margin-bottom: 25px; }

.donner__amt-hint {
  font-size: 13px;
  margin: 25px 0 -5px; }

.donner__libre {
  display: block;
  width: auto;
  padding: 9px 20px;
  line-height: 1;
  font-size: 18px;
  text-transform: uppercase;
  color: #343f4f;
  background-color: #fff;
  background-image: none;
  border: 1px solid #343f4f;
  font-weight: 700;
  background-color: #fff;
  text-align: left;
  width: 12em;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 992px) {
    .donner__libre {
      margin-left: 0; } }
  .donner__libre:focus {
    outline: 0; }
  .donner__libre:-ms-input-placeholder {
    color: #343f4f; }
  .donner__libre::placeholder {
    color: #343f4f; }

.donner__lead {
  font-size: 18px;
  font-weight: 700; }

.donner__highlight-amt {
  font-size: 30px;
  font-weight: 700;
  color: #0cbbaa; }

.donner__submit {
  margin-top: 30px; }

.don_confiance_content {
  width: 100px;
  display: block;
  margin-left: auto; }
  @media screen and (min-width: 768px) {
    .don_confiance_content {
      position: absolute;
      margin-left: 518px;
      margin-top: -65px; } }
  @media screen and (min-width: 992px) {
    .don_confiance_content {
      margin-left: 740px; } }

.home-slideshow {
  margin: 30px auto 75px;
  max-width: 900px;
  border: 20px solid #fff;
  background-color: #fff;
  box-shadow: 3px 4px 5px 0 #888;
  max-height: 300px; }
  .home-slideshow::before {
    content: 'Zoom sur';
    position: absolute;
    font-family: "bebas", Helvetica, Arial, sans-serif;
    display: block;
    background-color: #fff;
    font-size: 50px;
    line-height: 1;
    padding: 7px 8px;
    z-index: 1; }
  .home-slideshow .carousel-caption {
    bottom: 0;
    background-color: #ccc;
    text-shadow: none;
    font-size: 18px;
    padding: 20px 30px 25px;
    left: 15%;
    right: 15%;
    line-height: 1.2;
    position: static; }
    @media (min-width: 768px) {
      .home-slideshow .carousel-caption {
        position: absolute; } }
  .home-slideshow .item {
    padding-bottom: 30px;
    color: #fff; }
  .home-slideshow .item > img {
    width: 100%; }
  .home-slideshow .item.category-circuler-autrement .carousel-caption {
    background-color: #a6bc29; }
  .home-slideshow .item.category-je-minforme .carousel-caption, .home-slideshow .item.item_carousel-custom .carousel-caption {
    background-color: #a6bc29; }
  .home-slideshow .item.category-jagis .carousel-caption {
    background-color: #e6006d; }
  .home-slideshow .item.category-je-donne .carousel-caption {
    background-color: #0cbbaa; }
  .home-slideshow .item.category-lassociation .carousel-caption {
    background-color: #ec4125; }
  .home-slideshow #jsHomeSlideshow,
  .home-slideshow .carousel-inner {
    max-height: 300px; }
  .home-slideshow .carousel-inner a {
    max-height: 250px; }
    .home-slideshow .carousel-inner a img {
      max-height: 240px; }

.home-slideshow__caption-title {
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: .5em;
  line-height: 1; }

.home-slideshow__controls {
  color: #ccc;
  font-size: 18px;
  line-height: 1; }
  .home-slideshow__controls .separator {
    display: inline-block;
    background-color: #b2b2b2;
    width: 1px;
    height: 19px;
    vertical-align: middle;
    margin: 0 10px; }
  .home-slideshow__controls .prev,
  .home-slideshow__controls .next {
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23363636%22%20stroke-width%3D%221%22%20d%3D%22M0%200l12%2012l-12%2012%22%2F%3E%3C%2Fsvg%3E"); }
  @media (max-width: 768px) {
    .home-slideshow__controls a.next {
      position: absolute;
      right: 0; } }
  .home-slideshow__controls .prev {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }

/* .carousel-inner,
.carousel-inner a{
	height: 439px;
}

.carousel-inner a{
	position: relative;
}

.home-slideshow__controls{
	position: absolute;
	bottom: 0;
	right: 0;
}
 */
.home-section {
  margin-bottom: 70px; }
  .home-section > .tg-row, .home-section > .tg-row-equal,
  .home-section > .tg-row-sm,
  .home-section > .tg-row-md,
  .home-section > .tg-row-lg {
    min-height: 470px; }
  .home-section [class^='tg-col'] {
    padding-left: 10px;
    padding-right: 10px; }
  .home-section [class^='tg-col']:first-child {
    padding-left: 0; }
  .home-section [class^='tg-col']:last-child {
    padding-right: 0; }

.home-section__icon {
  text-align: center;
  margin-top: 2.5em;
  margin-bottom: 2.5em; }

header.home-section__header {
  position: relative;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1;
  z-index: 1; }
  header.home-section__header > h2 {
    display: inline-block;
    padding: 0 20px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    font-weight: inherit;
    line-height: inherit;
    font-size: inherit;
    color: inherit; }
  header.home-section__header::after {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 95%;
    z-index: -1;
    border-top: 1px solid #343f4f; }
  header.home-section__header span {
    background: #fff;
    padding: 0 15px; }

.bg-gray .home-section__header > span {
  background-color: #f2f1ee; }

.home-section__sub-header {
  text-align: center;
  font-size: 112.5%;
  font-weight: 700;
  margin-bottom: 2.5em; }
  .home-section__header + .home-section__sub-header {
    margin-top: -1em; }

.home-secction__btn {
  margin-top: 30px; }

.home-action {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-clip: border-box; }
  @media (min-width: 992px) {
    .home-action {
      position: absolute;
      display: block;
      top: 0;
      left: 10px;
      right: 10px;
      bottom: 0; } }
  .home-action:hover, .home-action:focus {
    text-decoration: none; }
    .home-action:hover .home-action__btn, .home-action:focus .home-action__btn {
      margin-top: 4px;
      margin-right: 7px;
      box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.32); }

div:first-child > .home-action {
  left: 0; }

div:last-child > .home-action {
  right: 0; }

.home-action__txt {
  position: relative;
  background-color: #fff;
  width: 66%;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
  padding: 0 20px 20px 0; }
  .home-action__txt .sub {
    font-size: 40px;
    font-weight: normal;
    color: #343f4f;
    margin-top: 30px; }

.home-action__btn {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 10px 20px 10px 45px;
  color: #fff;
  font-size: 30px;
  background-position: 20px center;
  background-size: 15px 30px;
  box-shadow: -10px 6px 0 rgba(0, 0, 0, 0.32);
  transition-property: box-shadow, margin-top, margin-right;
  transition-duration: 200ms; }

.home-action--circuler-autrement {
  background-image: url(../img/page/code-de-la-route.jpg); }
  .home-action--circuler-autrement::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    /*background-color: rgba(241, 196, 15, 0.9) !important;*/
    background-color: rgba(166, 188, 41, 0.9) !important;}
  .home-action--circuler-autrement .home-action__txt {
    color: #a6bc29; }
  .home-action--circuler-autrement .home-action__btn {
    background-color: #a6bc29; }

.home-action--informe {
  background-image: url(../img/home/action-vies.jpg); }
  .home-action--informe .home-action__txt {
    color: #a6bc29; }
  .home-action--informe .home-action__btn {
    background-color: #a6bc29; }

.home-bg-rejoignez-nous {
  background-image: url(../img/home/home-bg-rejoignez-nous.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-bottom: 80px;
  background-size: contain;
  background-size: 1300px auto;
  background-position: center bottom;
  background-position: center bottom 20px; }

.rejoignez-nous__actions {
  border-style: solid;
  border-width: 1px 0;
  border-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .rejoignez-nous__actions {
      margin-top: 340px; } }

.rejoignez-nous__action {
  display: inline-block;
  background-color: #fff;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  color: #0cbbaa;
  line-height: .9;
  text-align: left;
  font-size: 28px;
  font-weight: bold;
  padding: 8px 10px;
  margin-bottom: 6px;
  width: 48%;
  height: 100px;
  vertical-align: middle;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  box-shadow: 0 0 0 transparent;
  transition-property: color, box-shadow, background-color;
  transition-duration: 150ms; }
  .rejoignez-nous__action:first-child {
    margin-left: 0; }
  .rejoignez-nous__action .verb {
    color: #343f4f; }
  .rejoignez-nous__action:hover, .rejoignez-nous__action:focus {
    text-decoration: none;
    color: #fff;
    background-color: #0cbbaa;
    box-shadow: -5px 5px 2px 0 rgba(0, 0, 0, 0.25); }
  @media (min-width: 768px) {
    .rejoignez-nous__action {
      padding: 15px 20px;
      margin-left: 22px;
      width: auto; } }

.rejoignez-nous__stats {
  color: #fff;
  margin-top: 60px;
  margin-bottom: 60px;
  line-height: 1; }

.rejoignez-nous__stats-head {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 50px; }

.rejoignez-nous__stats-stat {
  font-family: "bebas_book", Helvetica, Arial, sans-serif;
  font-size: 250%;
  vertical-align: middle;
  margin-bottom: .5em; }
  .rejoignez-nous__stats-stat .chiffre {
    min-width: 100px; }
    .rejoignez-nous__stats-stat .chiffre br {
      display: none; }
  .rejoignez-nous__stats-stat .sub {
    line-height: 1;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold; }
  @media (min-width: 992px) {
    .rejoignez-nous__stats-stat {
      margin-bottom: 0;
      font-size: 375%; }
      .rejoignez-nous__stats-stat .chiffre br {
        display: block; }
      .rejoignez-nous__stats-stat:nth-child(2) {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff; } }

.rejoignez-nous__stats-stat__container {
  line-height: .9; }
  @media (min-width: 992px) {
    .rejoignez-nous__stats-stat__container {
      margin: 0 1em; } }

.home-section .donner p {
  margin-bottom: 0; }

.ss-boutique__control {
  width: 120px;
  height: 295px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 44px 85px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2044%2085%22%20width%3D%2244%22%20height%3D%2285%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23343f4f%22%20stroke-width%3D%221%22%20d%3D%22M0%200l44%2042.5l-44%2042.5%22%2F%3E%3C%2Fsvg%3E"); }
  .ss-boutique__control--mini {
    margin-top: 20%; }
  .ss-boutique__control.prev {
    float: left;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .ss-boutique__control.next {
    float: right; }

.ss-boutique__carousel-inner {
  width: auto;
  overflow: hidden;
  zoom: 1; }

.ss-boutique__item:hover,
.ss-boutique__item:focus {
  text-decoration: none; }

.ss-boutique__img {
  position: relative;
  text-align: center; }
  .ss-boutique__img::before {
    position: absolute;
    padding-top: 60%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(52, 63, 79, 0);
    color: transparent;
    font-size: 87.5%;
    text-transform: uppercase;
    font-weight: 700;
    content: 'En savoir plus';
    line-height: 1;
    transition-property: color, background-color;
    transition-duration: 150ms; }
  .ss-boutique__img::after {
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: -8px;
    left: 20px;
    background-color: #fff;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    content: ''; }
  .ss-boutique__img > img {
    display: block;
    width: 100%; }
  .ss-boutique__item:hover .ss-boutique__img::before,
  .ss-boutique__item:focus .ss-boutique__img::before {
    background-color: rgba(52, 63, 79, 0.7);
    color: #fff; }

.ss-boutique__item-detail {
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 30px;
  border-left: 4px solid #e6006d;
  color: #e6006d;
  margin-top: 20px;
  padding: 0 18px; }

.ss-boutique__item-price {
  color: #343f4f; }

.modal-backdrop {
  background-color: #fff; }
  .modal-backdrop.in {
    opacity: .35; }

.splash-modal .modal-dialog {
  width: auto;
  max-width: 780px; }

.splash-modal .modal-body {
  padding: 0; }

.splash-modal__imgwrap {
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0; }

.splash-modal__text,
.splash-modal__title {
  margin-top: 40px;
  color: #343f4f; }

.splash-modal__title,
.splash-modal__btn {
  margin-left: 30px; }

.splash-modal__title {
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: .9;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .splash-modal__title {
      font-size: 59px; } }

.splash-modal__text {
  font-weight: 700;
  margin-right: 30px; }

.splash-modal__btn {
  font-size: 16px;
  padding: .6em 1.4em; }
  @media (min-width: 992px) {
    .splash-modal__btn {
      font-size: 20px;
      padding: .8em 2em; } }

.splash-modal__news {
  padding: 20px 34px; }

.splash-modal__news-text,
.splash-modal__news-left {
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1; }

.splash-modal__news-text {
  font-size: 21px; }

.splash-modal__news-left {
  font-size: 32px; }

.splash-modal__news-input,
.splash-modal__news-btn {
  border-width: 0 0 1px;
  border-color: #343f4f;
  box-shadow: none;
  font-size: 18px;
  height: 36px; }

.splash-modal__news-input:focus {
  border-color: #343f4f;
  box-shadow: none; }

.splash-modal__news-input:-ms-input-placeholder {
  color: #414142; }

.splash-modal__news-input::placeholder {
  color: #414142; }

.splash-modal__news-btn {
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold; }

.splash-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 999;
  padding: 0;
  cursor: pointer;
  border: 1px solid #777;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #414141;
  background: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1; }

.splash-register__ok {
  color: #a6bc29;
  border: 1px solid #a6bc29;
  margin-top: 10px;
  padding: 5px;
  text-align: center;
  border-radius: 3px; }

#newsletter_reminder .splash-modal__title {
  text-align: center;
  margin-right: 30px;
  font-size: 50px; }

#newsletter_reminder .splash-modal__news-text {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400; }

#newsletter_reminder .subscription_wrapper {
  text-align: center;
  padding: 25px 20px 20px 20px; }
  #newsletter_reminder .subscription_wrapper .splash-modal__btn {
    font-size: 16px;
    padding: .6em 1.4em;
    vertical-align: top;
    height: 38px; }
  #newsletter_reminder .subscription_wrapper input {
    vertical-align: top;
    height: 38px;
    padding: 0 11px; }
    #newsletter_reminder .subscription_wrapper input.error {
      border-color: red; }

#jsSplashModal_don2019 {
  font-family: "Helvetica Neue LT Std", Helvetica, Arial, sans-serif; }
  #jsSplashModal_don2019 .modal-content {
    border: none; }
  #jsSplashModal_don2019 .modal-body {
    background-color: #3F548B;
    color: white;
    text-align: center;
    padding: 0 20px 20px 20px;
    font-weight: 600; }
  #jsSplashModal_don2019 .title {
    padding: 35px 0 30px 0;
    font-size: 30px; }
  #jsSplashModal_don2019 a.button {
    display: inline-block;
    color: white;
    background-color: #6BB9A9;
    width: 160px;
    height: 60px;
    display: table;
    margin: 25px auto 25px auto;
    font-size: 16px; }
    #jsSplashModal_don2019 a.button:hover {
      text-decoration: none; }
    #jsSplashModal_don2019 a.button span {
      display: table-cell;
      vertical-align: middle;
      padding-top: 6px;
      line-height: 20px; }
  #jsSplashModal_don2019 button.splash-modal__close {
    background: #3F548B;
    border: none;
    color: white; }
    #jsSplashModal_don2019 button.splash-modal__close img {
      width: 20px; }
  #jsSplashModal_don2019 .footer {
    font-family: "Helvetica Neue LT Std Roman", Helvetica, Arial, sans-serif;
    font-size: 14px;
    background-color: white;
    color: #3F548B;
    padding: 8px 5px 5px 5px;
    text-decoration: underline;
    cursor: pointer;
    text-align: center; }
  #jsSplashModal_don2019 .don2019_column {
    font-size: 18px; }

@media (min-width: 768px) {
  #jsSplashModal_don2019 .title {
    padding: 50px 0 50px 0; }
  #jsSplashModal_don2019 a.button {
    margin: 25px auto 50px auto; }
  #jsSplashModal_don2019 .modal-body {
    padding: 0 20px; }
  #jsSplashModal_don2019 .modal-content {
    margin-top: calc(50vh - 188px); } }

#jsSplashModal_devenez_benevole .modal-body {
  background-image: url(../img/popin_devenez_benevole_background.jpg);
  background-size: cover;
  min-height: 400px; }

#jsSplashModal_devenez_benevole .splash-modal__close {
  border: none;
  background: none; }
  #jsSplashModal_devenez_benevole .splash-modal__close img {
    width: 20px; }

#jsSplashModal_devenez_benevole .title_wrapper {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center; }
  #jsSplashModal_devenez_benevole .title_wrapper .title {
    display: table-cell;
    vertical-align: middle;
    color: white;
    font-family: "Helvetica Neue LT Std", Helvetica, Arial, sans-serif; }
    #jsSplashModal_devenez_benevole .title_wrapper .title span.first {
      font-size: 24px;
      display: inline-block;
      padding: 7px 10px 0px 10px;
      background-color: rgba(0, 0, 0, 0.5); }
    #jsSplashModal_devenez_benevole .title_wrapper .title span.second {
      font-size: 30px;
      display: inline-block;
      padding: 9px 10px 0px 10px;
      background-color: rgba(0, 0, 0, 0.5);
      margin-top: 1px; }

#jsSplashModal_devenez_benevole .devenir {
  position: absolute;
  background: #e6006d;
  border: 4px solid #e6006d;
  bottom: 45px;
  left: calc(50% - 115px);
  font-size: 1.8em;
  width: auto; }
  #jsSplashModal_devenez_benevole .devenir:hover {
    background: white; }
  #jsSplashModal_devenez_benevole .devenir:before {
    top: 15px; }

@media (max-width: 768px) {
  #jsSplashModal_devenez_benevole .devenir {
    width: auto !important;
    font-size: 1.8em;
    bottom: 15px; }
    #jsSplashModal_devenez_benevole .devenir:before {
      top: 15px; } }

@media (min-width: 768px) {
  #jsSplashModal_devenez_benevole .modal-content {
    margin-top: calc(50vh - 400px); } }

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0; }

.region__header {
  position: relative;
  padding-bottom: 4em;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-image: url(../img/header-region.jpg); }
  .region__header .breadcrumbs {
    background-color: transparent;
    width: auto;
    float: left; }
    .region__header .breadcrumbs li::before {
      color: #ec4125; }
  .region__header .tools {
    float: right; }
  .region__header .tools__btn {
    margin-top: 0; }
  .region__header .bg1 {
    padding: .4em 0;
    background-color: rgba(255, 255, 255, 0.8); }
  .region__header .bg2 {
    padding: 7em 0 2em;
    background-color: rgba(255, 255, 255, 0.6); }

.region__title {
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 48px; }

.region__changer-link {
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  font-size: 93.75%;
  margin-bottom: 1em; }
  .region__changer-link, .region__changer-link:hover, .region__changer-link:focus {
    color: #ec4125; }

.region__content {
  background-color: #f2f1ee;
  padding-top: 5em; }
  .region__content .description-edito img {
    max-width: 100%;
    height: auto; }

.region__content--fancy-bg {
  background-color: #fff;
  background-image: linear-gradient(170deg, #f2f1ee, #f2f1ee 33%, #fff 33%);
  box-shadow: 0 3px 5px 0 #eee;
  position: relative; }

.region__info {
  font-size: 87.5%;
  margin-top: -1.785em; }

.region__info-icon {
  float: left;
  width: 1.5em;
  height: 2em;
  margin-right: 1.3em;
  margin-bottom: .5em; }
  .region__info-icon.map-marker {
    width: 1.8em;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2048%22%3E%3Cpath%20fill%3D%22%23ec4125%22%20d%3D%22M29.848%2023.99C31.208%2021.637%2032%2018.914%2032%2016c0-8.836-7.164-16-16-16S0%207.164%200%2016c0%202.914.79%205.637%202.152%207.99L15.17%2047.5c.17.31.486.5.83.5s.66-.19.83-.5L29.85%2023.99zM16%209.9c3.37%200%206.1%202.732%206.1%206.1%200%203.368-2.73%206.1-6.1%206.1S9.9%2019.368%209.9%2016c0-3.368%202.73-6.1%206.1-6.1%22%2F%3E%3C%2Fsvg%3E"); }
  .region__info-icon.envelope {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2034%22%3E%3Cpath%20fill%3D%22%23ec4125%22%20d%3D%22M45%200H3C1.343%200%200%201.343%200%203v28c0%201.657%201.343%203%203%203h42c1.657%200%203-1.343%203-3V3c0-1.657-1.343-3-3-3m.837%203.86L29.08%2020.152c-1.4%201.36-3.24%202.04-5.08%202.04-1.84%200-3.68-.68-5.08-2.04L2.164%203.86c-.474-.462-.485-1.222-.023-1.696.462-.476%201.22-.485%201.697-.024l16.758%2016.292c1.877%201.825%204.934%201.825%206.81%200L44.164%202.14c.475-.462%201.234-.453%201.697.023.462.475.452%201.235-.023%201.697%22%2F%3E%3C%2Fsvg%3E"); }
  .region__info-icon.phone-fax {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2046%2046%22%3E%3Cpath%20fill%3D%22%23ec4125%22%20d%3D%22M7%2024h6c.552%200%201-.448%201-1V1c0-.552-.448-1-1-1H7c-.55%200-1%20.448-1%201v22c0%20.552.45%201%201%201M42%205H16v18c0%201.657-1.342%203-3%203H7c-1.657%200-3-1.343-3-3V5C1.794%205%200%206.794%200%209v23c0%202.21%201.792%204%204%204h2v7c0%201.657%201.343%203%203%203h28c1.658%200%203.002-1.343%203.002-3v-7h2c2.208%200%204-1.79%204-4V9c0-2.21-1.793-4-4-4M20%209h20v4H20V9zm11.063%2013.213h-2.125c-.67%200-1.213-.544-1.213-1.213s.544-1.213%201.213-1.213h2.125c.67%200%201.213.544%201.213%201.213s-.544%201.213-1.213%201.213M32.276%2025c0%20.67-.544%201.213-1.213%201.213h-2.125c-.67%200-1.213-.544-1.213-1.213s.544-1.213%201.213-1.213h2.125c.67%200%201.213.544%201.213%201.213m-1.213-6.787h-2.125c-.67%200-1.213-.544-1.213-1.213s.544-1.213%201.213-1.213h2.125c.67%200%201.213.544%201.213%201.213s-.544%201.213-1.213%201.213m-10.125-2.426h2.125c.67%200%201.213.544%201.213%201.213s-.544%201.213-1.213%201.213h-2.125c-.67%200-1.213-.544-1.213-1.213s.544-1.213%201.213-1.213m0%204h2.125c.67%200%201.213.544%201.213%201.213s-.544%201.213-1.213%201.213h-2.125c-.67%200-1.213-.544-1.213-1.213s.544-1.213%201.213-1.213m0%204h2.125c.67%200%201.213.544%201.213%201.213s-.544%201.213-1.213%201.213h-2.125c-.67%200-1.213-.544-1.213-1.213s.544-1.213%201.213-1.213M37%2044H9c-.552%200-1-.447-1-1V30h30v13c0%20.553-.447%201-1%201m2.063-17.787h-2.125c-.67%200-1.213-.544-1.213-1.213s.544-1.213%201.213-1.213h2.125c.67%200%201.213.544%201.213%201.213s-.544%201.213-1.213%201.213m0-4h-2.125c-.67%200-1.213-.544-1.213-1.213s.544-1.213%201.213-1.213h2.125c.67%200%201.213.544%201.213%201.213s-.544%201.213-1.213%201.213m0-4h-2.125c-.67%200-1.213-.544-1.213-1.213s.544-1.213%201.213-1.213h2.125c.67%200%201.213.544%201.213%201.213s-.544%201.213-1.213%201.213M12%2034h22v2H12zM12%2038h18v2H12z%22%2F%3E%3C%2Fsvg%3E"); }

.region__info-row {
  border-bottom: 2px solid #343f4f; }

.region__info-col {
  background-color: #fff;
  padding: 1.785em !important;
  vertical-align: middle; }
  .region__info-col a, .region__info-col a:hover, .region__info-col a:focus {
    color: #343f4f; }
  .region__info-col p {
    padding-right: 0 !important; }
  @media (min-width: 992px) {
    .region__info-col + .region__info-col::before {
      position: absolute;
      background-color: #343f4f;
      width: 1px;
      top: 1.785em;
      bottom: 1.785em;
      left: 0;
      content: ''; } }

.region__comites {
  background-color: rgba(52, 63, 79, 0.9);
  color: #fff;
  line-height: 1;
  padding: 1.25em 1.25em .5em;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .region__comites {
      margin-top: 3em; } }

.region__comites-region {
  border: 1px solid #fff;
  background-color: #ec4125;
  text-align: center;
  font-size: 150%;
  padding: .58em 1em;
  margin-bottom: .5em;
  display: block; }
  .region__comites-region, .region__comites-region:hover, .region__comites-region:focus {
    color: #fff; }

.region__comites-name {
  display: inline-block;
  color: #fff;
  font-size: 118.75%;
  margin-bottom: .75em;
  transition: padding-left 0.5s;
  padding: 5px 10px 5px 10px; }
  .region__comites-name:hover, .region__comites-name:focus, .region__comites-name.active {
    color: white;
    background-color: #ec4125;
    text-decoration: none; }

.region__scroll-down {
  position: absolute;
  left: 50%;
  bottom: 1em;
  display: block;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  background-color: rgba(255, 255, 255, 0.7);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2016%22%3E%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20stroke-width%3D%224px%22%20stroke%3D%22%23000%22%20d%3D%22M2%202l10%2010l10%20-10%22%2F%3E%3C%2Fsvg%3E"); }

.agir-avec-nous .dropdown-toggle {
  background-color: transparent;
  color: #fff;
  font-weight: normal;
  font-size: 108%;
  width: 100%;
  text-align: left;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right center;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2016%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200l9%208l9%20-8%22%2F%3E%3C%2Fsvg%3E");
  box-shadow: none;
  border-bottom: 1px solid #a6abb2;
  padding: 0 0 .6em; }
  .agir-avec-nous .dropdown-toggle:focus {
    outline: none; }

.agir-avec-nous__header {
  font-size: 225%;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1;
  position: relative; }
  .agir-avec-nous__header::after {
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #343f4f;
    content: ''; }
  .agir-avec-nous__header > span {
    display: inline-block;
    padding: 0 .2em;
    background-color: #f2f1ee;
    position: relative;
    z-index: 1; }

.agir-avec-nous__content {
  margin: .875em 0 1.2em 2.375em; }
  .agir-avec-nous__content ul {
    margin: 0;
    padding: 0;
    margin-left: 1.2em; }
    .agir-avec-nous__content ul li {
      text-indent: -8px; }

.agir-avec-nous__download {
  margin-left: 1.875em; }

.agir-avec-nous__download-tit {
  text-decoration: underline;
  text-transform: uppercase;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-size: 125%;
  font-weight: bold;
  color: #424c5b; }
  .agir-avec-nous__download-tit:hover, .agir-avec-nous__download-tit:focus {
    color: #424c5b; }

.agir-avec-nous__download-format {
  margin-bottom: 1em; }

.agir-avec-nous__box {
  background-color: #343f4f;
  padding: 2.5em; }

.agir-avec-nous__box-title {
  text-align: center;
  line-height: 1.1;
  color: #fff;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 187.5%;
  margin-bottom: 1.5em; }
  .agir-avec-nous__box-title a {
    color: #ec4125; }

.banner-region {
  width: 100%;
  float: left;
  display: block;
  background: #394250;
  margin: 4.375em 0 3.125em 0; }

.banner-region__container {
  width: 100%;
  margin: 5px 0 5px 0;
  position: relative; }
  @media (min-width: 992px) {
    .banner-region__container {
      min-height: 166px; } }

.banner-region__title {
  margin: 0 5px 0 5px;
  background: #fff;
  font-size: 375%;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  line-height: 1em;
  font-weight: bold; }
  @media (min-width: 992px) {
    .banner-region__title::after {
      content: '';
      position: absolute;
      right: -47px;
      width: 0;
      height: 0;
      border-top: 83px solid transparent;
      border-bottom: 83px solid transparent;
      border-left: 47px solid #fff;
      top: 50%;
      margin-top: -83px; } }
  @media (min-width: 992px) {
    .banner-region__title {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      margin: 0 393px 0 5px;
      min-height: 166px; } }

.banner-region__title-container {
  display: table;
  background: #fff;
  width: 100%;
  height: 100%; }

.banner-region__title-container--content {
  display: table-cell;
  vertical-align: middle;
  height: 100%; }
  .banner-region__title-container--content div {
    margin: 10px 24px;
    color: #394250; }
    .banner-region__title-container--content div::hover, .banner-region__title-container--content div::focus {
      color: #394250; }

.banner-region__img {
  display: none; }
  .banner-region__img img {
    height: 166px; }
  @media (min-width: 992px) {
    .banner-region__img {
      display: block;
      float: right;
      margin: 0 5px 0 0; } }

.en-chiffres {
  width: 100%;
  background-color: #fff;
  border-top: 2px solid #343f4f;
  border-bottom: 3px solid #b8c2d1;
  margin-top: 2.375em;
  margin-bottom: 2em;
  box-shadow: 4px 7px 5px #f2f1ee; }

.en-chiffres-comite {
  margin-top: 1.375em;
  border-top: 2px solid #f7b9ae;
  border-bottom: 3px solid #ec4125;
  padding-top: 10px; }
  .en-chiffres-comite .row {
    margin-left: 0;
    margin-right: 0; }

.en-chiffres__container {
  margin: 1.25em 1.375em 1.75em 1.375em; }

.en-chiffres__com-dep-container {
  text-align: center;
  margin-top: 30px; }
  .en-chiffres__com-dep-container .en-chiffres__com-dep {
    color: #fff;
    font-family: "bebas", Helvetica, Arial, sans-serif;
    font-size: 250%;
    font-weight: 400;
    text-align: center;
    background-color: #ec4125;
    display: inline-block;
    padding: 2px 15px; }

.en-chiffres-comite-contact {
  background-color: #f2f1ed;
  font-size: 15px;
  padding: 10px;
  margin-bottom: 10px; }
  .en-chiffres-comite-contact .region__info-icon {
    width: 1em; }
  .en-chiffres-comite-contact a {
    color: #343f4f;
    font-weight: bold;
    word-wrap: break-word; }
  .en-chiffres-comite-contact p {
    padding: 6px 0;
    margin-bottom: 0; }
  .en-chiffres-comite-contact .contacter-title {
    font-family: "bebas", Helvetica, Arial, sans-serif;
    color: #343f4f;
    font-size: 150%;
    font-weight: 600;
    margin-bottom: 15px; }
    .en-chiffres-comite-contact .contacter-title:after {
      background-color: #ec4125;
      margin-top: -2px;
      height: 3px; }

.en-chiffres__container-comite {
  margin: 0; }

.en-chiffres__title {
  color: #343f4f;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-size: 225%;
  font-weight: 300;
  line-height: .8;
  text-align: center;
  text-transform: uppercase; }
  .en-chiffres__title b {
    font-weight: 700; }

.en-chiffres__title-comite {
  background-color: #343f4f;
  color: #fff;
  padding-top: 0.5em;
  border-top: 1px solid #aeb3b9; }

.en-chiffres__year {
  border-bottom: 1px solid #b8c2d1;
  color: #ec4125;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 1.875em;
  padding-bottom: 1em;
  text-align: center;
  text-transform: uppercase; }

.en-chiffres__year-comite {
  background-color: #343f4f;
  color: #ec4125;
  padding-bottom: 0;
  border-bottom: 2px solid #ec4125; }

@media (min-width: 992px) {
  .en-chiffres__body {
    width: 100%;
    display: table; } }

.en-chiffres_chiffre {
  display: block;
  width: 100%;
  margin-bottom: 1em; }
  .en-chiffres_chiffre, .en-chiffres_chiffre:hover, .en-chiffres_chiffre:focus {
    text-decoration: none; }
  @media (min-width: 992px) {
    .en-chiffres_chiffre {
      display: table-cell;
      width: 19%;
      margin-bottom: 0; } }

.en-chiffres_chiffre--separator {
  display: none; }
  @media (min-width: 992px) {
    .en-chiffres_chiffre--separator {
      display: table-cell;
      width: 8%;
      background: url("data:image/svg+xml,%3Csvg%20width%3D%221%22%20height%3D%22200%22%20viewPort%3D%220%200%201%20200%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cline%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22200%22%20stroke%3D%22%23b8c2d1%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E") no-repeat center top; } }

.en-chiffres_chiffre--title {
  border-bottom: 2px solid #ec4125;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-size: 187.5%;
  font-weight: 700;
  margin-bottom: 0.2em; }
  .en-chiffres_chiffre--title, .en-chiffres_chiffre--title:hover, .en-chiffres_chiffre--title:focus {
    color: #343f4f; }

.en-chiffres_chiffre-text {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 93.75%;
  color: #343f4f; }
  .en-chiffres_chiffre-text, .en-chiffres_chiffre-text:hover, .en-chiffres_chiffre-text:focus {
    color: #343f4f; }

.committee_backnground {
  background-color: #f2f1ed;
  background-image: none; }

.description-edito .edito, .description-edito .description {
  color: #34404e;
  padding: 20px;
  background-color: #fff;
  font-size: 16px;
  font-family: "Lato", Helvetica, Arial, sans-serif; }
  .description-edito .edito h3, .description-edito .description h3 {
    font-size: 24px;
    font-weight: 600px; }
  .description-edito .edito hr, .description-edito .description hr {
    width: 120px;
    margin-left: 0;
    border-top: 1px solid #343f4f; }

.description-edito .edito {
  border-top: solid 3px #ec4125;
  border-bottom: solid 7px #ec4125;
  margin-top: 30px; }
  @media (min-width: 992px) {
    .description-edito .edito {
      margin-top: 0; } }

.description-edito .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 13px 0 13px;
  border-color: #ec4125 transparent transparent transparent;
  margin-top: -20px;
  width: 26px;
  margin-left: auto;
  margin-right: auto; }

.region__content-actions {
  padding-top: 2em; }

.region__heading {
  color: #343f4f;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 218.5%;
  margin-bottom: .7em; }
  .region__heading::after {
    margin-top: .3em;
    content: '';
    display: block;
    height: 4px;
    width: 81px;
    background-color: #ec4125; }

.les-prochaines__block {
  width: 100%;
  display: block;
  border-bottom: 1px solid #839271;
  margin-bottom: 2em; }
  .les-prochaines__block, .les-prochaines__block:hover, .les-prochaines__block:focus {
    text-decoration: none; }

.les-prochaines__block-title {
  font-size: 131.25%;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  color: #ec4125;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1em; }
  .les-prochaines__block-title::before {
    content: '> ';
    color: #ec4125; }

.les-prochaines__block-date {
  font-size: 131.25%;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  color: #343f4f;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: .5em; }

.les-prochaines__block-txt1 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #343f4f;
  font-weight: bold;
  margin-top: 0.3em; }

.les-prochaines__block-txt2 {
  font-size: 87.5%;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #343f4f;
  margin-top: 0.3em; }

.les-prochaines__block-location {
  font-size: 87.5%;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #343f4f;
  font-weight: bold;
  margin-top: 0.625em;
  margin-bottom: 0.625em; }

.les-prochaines__-location--map-marker {
  float: left;
  height: 2em;
  width: 1.8em;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2064%22%3E%3Cpath%20fill%3D%22%23ec4125%22%20d%3D%22M29.848%2023.99C31.208%2021.637%2032%2018.914%2032%2016c0-8.836-7.164-16-16-16S0%207.164%200%2016c0%202.914.79%205.637%202.152%207.99L15.17%2047.5c.17.31.486.5.83.5s.66-.19.83-.5L29.85%2023.99zM16%209.9c3.37%200%206.1%202.732%206.1%206.1%200%203.368-2.73%206.1-6.1%206.1S9.9%2019.368%209.9%2016c0-3.368%202.73-6.1%206.1-6.1%22%2F%3E%3C%2Fsvg%3E"); }

.les-prochaines__block-location.prochaines-region {
  display: inline-block;
  margin-bottom: 0; }

.les-prochaines__block.prochaines-comite {
  border-bottom: 1px solid #ec4125; }

.les-prochaines__block a:hover {
  text-decoration: none; }

.en-ce-moment {
  margin-bottom: 2.75em; }

.en-ce-moment__header {
  position: relative;
  font-size: 225%;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: .9em;
  line-height: 1; }
  .en-ce-moment__header > span {
    display: inline-block;
    padding: 0 .25em;
    background-color: #fff;
    position: relative;
    z-index: 1; }
  .en-ce-moment__header::after {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #999fa7;
    content: ''; }

.en-ce-moment h2 {
  position: relative;
  font-size: 225%;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: .9em;
  line-height: 1; }
  .en-ce-moment h2 > span {
    display: inline-block;
    padding: 0 .25em;
    background-color: #fff;
    position: relative;
    z-index: 1; }
  .en-ce-moment h2::after {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #999fa7;
    content: ''; }

.en-ce-moment__visual {
  float: left;
  width: 30%;
  margin-right: 2.25em; }

.en-ce-moment__text {
  zoom: 1;
  overflow: hidden; }

.en-ce-moment__title, .en-ce-moment h3 {
  font-weight: bold;
  font-size: 162.5%;
  margin-bottom: .4em; }

.en-ce-moment img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }

.activity {
  width: 100%;
  display: block;
  margin-bottom: 1.3em; }

.activity--complete {
  background-color: #fff; }

.activity__container {
  padding: 1.3em .5em .5em 1.3em; }
  .activity__container .media-left {
    display: block;
    padding-right: .8em; }
    .activity__container .media-left img {
      width: 100%;
      margin-bottom: 1em; }
    @media (min-width: 992px) {
      .activity__container .media-left {
        display: table-cell; }
        .activity__container .media-left img {
          width: auto; } }
  .activity__container .media-body {
    display: block;
    width: 100%;
    padding-right: .8em; }
    @media (min-width: 992px) {
      .activity__container .media-body {
        display: table-cell;
        width: 10000px; } }
  .activity__container footer {
    text-align: right; }
  .activity__container .media-object {
    max-height: 160px;
    max-width: 160px; }
  .activity__container img {
    display: block;
    max-width: 100%;
    height: auto; }

.activity__committee {
  font-size: 131.25%;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  color: #ec4125;
  text-transform: uppercase;
  font-weight: bold; }
  .activity__committee::before {
    content: '> ';
    color: #ec4125; }
  .activity__committee a,
  .activity__committee a:hover,
  .activity__committee a:focus {
    color: #ec4125; }

.activity__title {
  font-size: 150%;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: bold; }
  .activity__title a,
  .activity__title a:hover,
  .activity__title a:focus {
    color: #343f4f; }

.activity__read-more {
  font-weight: bold;
  font-size: 120%; }
  .activity__read-more, .activity__read-more:hover, .activity__read-more:focus {
    color: #343f4f;
    text-decoration: none; }

.region__heading_committee .media-left {
  float: left; }
  .region__heading_committee .media-left img {
    margin-bottom: 0; }

.region__heading_committee .media-body {
  display: inline; }

.region__heading_committee .text {
  padding-right: 10px; }

.category__header {
  background-color: #edecef;
  background-image: url(../img/header-base.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-bottom: 2.8em;
  padding-bottom: 2em;
  min-height: 351px; }
  .category-circuler-autrement .category__header {
    background-image: url(../img/header-partager.jpg); }
  .category-je-minforme .category__header, .item_carousel-custom .category__header {
    background-image: url(../img/header-informe.jpg); }
  .category-jagis .category__header {
    background-image: url(../img/header-agis.jpg); }
  .category-je-donne .category__header {
    background-image: url(../img/header-donne.jpg); }
  .post-type-archive-partenaire .category__header,
  .category-lassociation .category__header {
    background-image: url(../img/header-association.jpg); }

.category__article-list {
  padding-bottom: 4em; }
  .category__article-list .btn--view-more {
    margin-top: 1em; }
  .category__article-list .article-tease--wide {
    margin-bottom: 2.5em; }
  .category__article-list .article-tease--tall {
    margin-bottom: 2em; }

.category__zoom-sur {
  position: relative;
  display: table;
  width: 100%;
  border: 20px solid #fff;
  background-color: #fff;
  box-shadow: 3px 4px 5px 0 #aaa; }
  @media (min-width: 992px) {
    .category__zoom-sur {
      /* width: 900px;
		height: 479px; */
      height: 260px; } }
  .category__zoom-sur, .category__zoom-sur:hover, .category__zoom-sur:focus {
    color: #fff; }
  .category__zoom-sur::before {
    content: 'Zoom sur';
    color: #343f4f;
    position: absolute;
    font-family: "bebas", Helvetica, Arial, sans-serif;
    display: block;
    background-color: #fff;
    font-size: 50px;
    line-height: 1;
    padding: 0 .15em 0 .3em;
    z-index: 1; }

.category__zoom-sur-date {
  font-size: 80%;
  margin-top: -1em;
  margin-bottom: 1em; }

.category__zoom-sur-img {
  vertical-align: top;
  position: relative; }
  .category__zoom-sur-img > img {
    display: block;
    width: 100%;
    height: auto; }

.category__zoom-sur-txt {
  position: relative;
  font-size: 137.5%;
  line-height: 1.2;
  vertical-align: middle;
  background-color: #343f4f;
  padding: 1em .75em; }
  .category__zoom-sur-txt .big {
    font-size: 150%;
    font-weight: bold;
    font-family: "bebas", Helvetica, Arial, sans-serif;
    line-height: 1;
    margin-bottom: .5em; }

@media (min-width: 992px) {
  .category__zoom-sur {
    display: table;
    table-layout: fixed;
    overflow: hidden; }
  .category__zoom-sur-txt,
  .category__zoom-sur-img {
    display: table-cell;
    width: 50%; }
  .category__zoom-sur-img > img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: 50%;
    height: auto;
    top: 0; }
  .category__zoom-sur-txt {
    padding: 1em 2em; }
    .category__zoom-sur-txt .big {
      font-size: 181.8%;
      margin-bottom: .8em; } }

.category-circuler-autrement .category-filters::before, .category-circuler-autrement .post-filters::before {
  content: "Circuler autrement"; }

.category-circuler-autrement .article-tease__display-term div,
.category-circuler-autrement .category__zoom-sur-txt,
.category-circuler-autrement .category-filters .custom-scrollbar__thumb,
.category-circuler-autrement .post-filters .custom-scrollbar__thumb,
.category-circuler-autrement .category__article-list .article-tease__image::before,
.category-circuler-autrement .category__article-list .article-tease--no-image::before,
.category-circuler-autrement .category__article-list .article-tease--om::before,
.category-circuler-autrement .category__article-list .article-tease--dossier::before,
.category-circuler-autrement .category-filters__btn.active {
  background-color: #a6bc29; }

.category-circuler-autrement .category-filters__btn {
  border-color: #a6bc29; }

.category-circuler-autrement .category__article-list .article-tease--actualite,
.category-circuler-autrement .category__article-list .article-tease--actualite .article-tease__content,
.category-circuler-autrement .category__article-list .article-tease--stat .article-tease__content,
.category-circuler-autrement .category__article-list .article-tease--fp .article-tease__content,
.category-circuler-autrement .category__article-list .article-tease__title,
.category-circuler-autrement .category__article-list .article-tease--dossier,
.category-circuler-autrement .category-filters__btn.active {
  border-color: #a6bc29; }

.category-circuler-autrement .btn--view-more {
  color: #fff;
  background-color: #a6bc29;
  border-color: #a6bc29;
  transition-property: color, background-color;
  transition-duration: 100ms; }
  .category-circuler-autrement .btn--view-more:focus, .category-circuler-autrement .btn--view-more.focus {
    color: #343f4f;
    background-color: #fff; }
  .category-circuler-autrement .btn--view-more:hover {
    color: #343f4f;
    background-color: #fff; }
  .category-circuler-autrement .btn--view-more:active, .category-circuler-autrement .btn--view-more.active,
  .open > .category-circuler-autrement .btn--view-more.dropdown-toggle {
    color: #343f4f;
    background-color: #fff; }
    .category-circuler-autrement .btn--view-more:active:hover, .category-circuler-autrement .btn--view-more:active:focus, .category-circuler-autrement .btn--view-more:active.focus, .category-circuler-autrement .btn--view-more.active:hover, .category-circuler-autrement .btn--view-more.active:focus, .category-circuler-autrement .btn--view-more.active.focus,
    .open > .category-circuler-autrement .btn--view-more.dropdown-toggle:hover,
    .open > .category-circuler-autrement .btn--view-more.dropdown-toggle:focus,
    .open > .category-circuler-autrement .btn--view-more.dropdown-toggle.focus {
      color: #343f4f;
      background-color: #fff; }
  .category-circuler-autrement .btn--view-more:active, .category-circuler-autrement .btn--view-more.active,
  .open > .category-circuler-autrement .btn--view-more.dropdown-toggle {
    background-image: none; }
  .category-circuler-autrement .btn--view-more.disabled, .category-circuler-autrement .btn--view-more.disabled:hover, .category-circuler-autrement .btn--view-more.disabled:focus, .category-circuler-autrement .btn--view-more.disabled.focus, .category-circuler-autrement .btn--view-more.disabled:active, .category-circuler-autrement .btn--view-more.disabled.active, .category-circuler-autrement .btn--view-more[disabled], .category-circuler-autrement .btn--view-more[disabled]:hover, .category-circuler-autrement .btn--view-more[disabled]:focus, .category-circuler-autrement .btn--view-more[disabled].focus, .category-circuler-autrement .btn--view-more[disabled]:active, .category-circuler-autrement .btn--view-more[disabled].active,
  fieldset[disabled] .category-circuler-autrement .btn--view-more,
  fieldset[disabled] .category-circuler-autrement .btn--view-more:hover,
  fieldset[disabled] .category-circuler-autrement .btn--view-more:focus,
  fieldset[disabled] .category-circuler-autrement .btn--view-more.focus,
  fieldset[disabled] .category-circuler-autrement .btn--view-more:active,
  fieldset[disabled] .category-circuler-autrement .btn--view-more.active {
    background-color: #a6bc29;
    border-color: #a6bc29; }
  .category-circuler-autrement .btn--view-more .badge {
    color: #a6bc29;
    background-color: #fff; }

.category-circuler-autrement .category__article-list .article-tease--om .article-tease__title,
.category-circuler-autrement .category__article-list .article-tease--dossier .article-tease__title,
.category-circuler-autrement .breadcrumbs__list > li::before {
  color: #a6bc29; }

@media (min-width: 992px) {
  .category-circuler-autrement .category__article-list .article-tease--om {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-50%200%201290%201868%22%3E%3Cpath%20fill%3D%22%23a6bc29%22%20d%3D%22M324.5%201043.4L208.9%20944l-1.3%2084-1791.4-236.7-222.3%201681.7%204060.4%20536.6%20222.2-1681.8-2152-284.4zm252.8%20666.3c-149.5%200-270.7-121.2-270.7-270.7s121.2-270.7%20270.7-270.7S848%201289.5%20848%201439s-121.2%20270.7-270.7%20270.7z%22%2F%3E%3Cpath%20fill%3D%22%23e6e8e8%22%20d%3D%22M509.4%201551.3L656.1%201698c73.3-22.3%20133.4-74.8%20165.8-143.1L704%201437l-194.6%20114.3z%22%2F%3E%3Cpath%20fill%3D%22%239baf26%22%20d%3D%22M758%201237.4c55.2%2049.6%2090%20121.5%2090%20201.5%200%20149.5-121.2%20270.7-270.7%20270.7-97.8%200-183.4-51.8-231-129.5l246%201136.8h1630V1439L758%201237.4z%22%2F%3E%3Cpath%20fill%3D%22%23a6bc29%22%20d%3D%22M514.7%201327.3L701.2%201435c3.8%202.2%203.8%205.8%200%208l-186.5%20107.7c-3.8%202.2-6.9.4-6.9-4v-215.3c0-4.5%203.1-6.3%206.9-4.1z%22%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-50%200%201290%201868%22%3E%3Cpath%20fill%3D%22%23a6bc29%22%20d%3D%22M324.5%201043.4L208.9%20944l-1.3%2084-1791.4-236.7-222.3%201681.7%204060.4%20536.6%20222.2-1681.8-2152-284.4zm252.8%20666.3c-149.5%200-270.7-121.2-270.7-270.7s121.2-270.7%20270.7-270.7S848%201289.5%20848%201439s-121.2%20270.7-270.7%20270.7z%22%2F%3E%3Cpath%20fill%3D%22%23e6e8e8%22%20d%3D%22M509.4%201551.3L656.1%201698c73.3-22.3%20133.4-74.8%20165.8-143.1L704%201437l-194.6%20114.3z%22%2F%3E%3Cpath%20fill%3D%22%239baf26%22%20d%3D%22M758%201237.4c55.2%2049.6%2090%20121.5%2090%20201.5%200%20149.5-121.2%20270.7-270.7%20270.7-97.8%200-183.4-51.8-231-129.5l246%201136.8h1630V1439L758%201237.4z%22%2F%3E%3Cpath%20fill%3D%22%23a6bc29%22%20d%3D%22M514.7%201327.3L701.2%201435c3.8%202.2%203.8%205.8%200%208l-186.5%20107.7c-3.8%202.2-6.9.4-6.9-4v-215.3c0-4.5%203.1-6.3%206.9-4.1z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(#e6e8e8, #fff 50%);
    background-position: center bottom, center top; } }

.category-je-minforme .category-filters::before, .item_carousel-custom .category-filters::before, .category-je-minforme .post-filters::before, .item_carousel-custom .post-filters::before {
  content: "Je m’informe"; }

.category-je-minforme .article-tease__display-term div, .item_carousel-custom .article-tease__display-term div,
.category-je-minforme .category__zoom-sur-txt, .item_carousel-custom .category__zoom-sur-txt,
.category-je-minforme .category-filters .custom-scrollbar__thumb, .item_carousel-custom .category-filters .custom-scrollbar__thumb,
.category-je-minforme .post-filters .custom-scrollbar__thumb, .item_carousel-custom .post-filters .custom-scrollbar__thumb,
.category-je-minforme .category__article-list .article-tease__image::before, .item_carousel-custom .category__article-list .article-tease__image::before,
.category-je-minforme .category__article-list .article-tease--no-image::before, .item_carousel-custom .category__article-list .article-tease--no-image::before,
.category-je-minforme .category__article-list .article-tease--om::before, .item_carousel-custom .category__article-list .article-tease--om::before,
.category-je-minforme .category__article-list .article-tease--dossier::before, .item_carousel-custom .category__article-list .article-tease--dossier::before,
.category-je-minforme .category-filters__btn.active, .item_carousel-custom .category-filters__btn.active {
  background-color: #a6bc29; }

.category-je-minforme .category-filters__btn, .item_carousel-custom .category-filters__btn {
  border-color: #a6bc29; }

.category-je-minforme .category__article-list .article-tease--actualite, .item_carousel-custom .category__article-list .article-tease--actualite,
.category-je-minforme .category__article-list .article-tease--actualite .article-tease__content, .item_carousel-custom .category__article-list .article-tease--actualite .article-tease__content,
.category-je-minforme .category__article-list .article-tease--stat .article-tease__content, .item_carousel-custom .category__article-list .article-tease--stat .article-tease__content,
.category-je-minforme .category__article-list .article-tease--fp .article-tease__content, .item_carousel-custom .category__article-list .article-tease--fp .article-tease__content,
.category-je-minforme .category__article-list .article-tease__title, .item_carousel-custom .category__article-list .article-tease__title,
.category-je-minforme .category__article-list .article-tease--dossier, .item_carousel-custom .category__article-list .article-tease--dossier,
.category-je-minforme .category-filters__btn.active, .item_carousel-custom .category-filters__btn.active {
  border-color: #a6bc29; }

.category-je-minforme .btn--view-more, .item_carousel-custom .btn--view-more {
  color: #fff;
  background-color: #a6bc29;
  border-color: #a6bc29;
  transition-property: color, background-color;
  transition-duration: 100ms; }
  .category-je-minforme .btn--view-more:focus, .item_carousel-custom .btn--view-more:focus, .category-je-minforme .btn--view-more.focus, .item_carousel-custom .btn--view-more.focus {
    color: #343f4f;
    background-color: #fff; }
  .category-je-minforme .btn--view-more:hover, .item_carousel-custom .btn--view-more:hover {
    color: #343f4f;
    background-color: #fff; }
  .category-je-minforme .btn--view-more:active, .item_carousel-custom .btn--view-more:active, .category-je-minforme .btn--view-more.active, .item_carousel-custom .btn--view-more.active,
  .open > .category-je-minforme .btn--view-more.dropdown-toggle,
  .open > .item_carousel-custom .btn--view-more.dropdown-toggle {
    color: #343f4f;
    background-color: #fff; }
    .category-je-minforme .btn--view-more:active:hover, .item_carousel-custom .btn--view-more:active:hover, .category-je-minforme .btn--view-more:active:focus, .item_carousel-custom .btn--view-more:active:focus, .category-je-minforme .btn--view-more:active.focus, .item_carousel-custom .btn--view-more:active.focus, .category-je-minforme .btn--view-more.active:hover, .item_carousel-custom .btn--view-more.active:hover, .category-je-minforme .btn--view-more.active:focus, .item_carousel-custom .btn--view-more.active:focus, .category-je-minforme .btn--view-more.active.focus, .item_carousel-custom .btn--view-more.active.focus,
    .open > .category-je-minforme .btn--view-more.dropdown-toggle:hover,
    .open > .item_carousel-custom .btn--view-more.dropdown-toggle:hover,
    .open > .category-je-minforme .btn--view-more.dropdown-toggle:focus,
    .open > .item_carousel-custom .btn--view-more.dropdown-toggle:focus,
    .open > .category-je-minforme .btn--view-more.dropdown-toggle.focus,
    .open > .item_carousel-custom .btn--view-more.dropdown-toggle.focus {
      color: #343f4f;
      background-color: #fff; }
  .category-je-minforme .btn--view-more:active, .item_carousel-custom .btn--view-more:active, .category-je-minforme .btn--view-more.active, .item_carousel-custom .btn--view-more.active,
  .open > .category-je-minforme .btn--view-more.dropdown-toggle,
  .open > .item_carousel-custom .btn--view-more.dropdown-toggle {
    background-image: none; }
  .category-je-minforme .btn--view-more.disabled, .item_carousel-custom .btn--view-more.disabled, .category-je-minforme .btn--view-more.disabled:hover, .item_carousel-custom .btn--view-more.disabled:hover, .category-je-minforme .btn--view-more.disabled:focus, .item_carousel-custom .btn--view-more.disabled:focus, .category-je-minforme .btn--view-more.disabled.focus, .item_carousel-custom .btn--view-more.disabled.focus, .category-je-minforme .btn--view-more.disabled:active, .item_carousel-custom .btn--view-more.disabled:active, .category-je-minforme .btn--view-more.disabled.active, .item_carousel-custom .btn--view-more.disabled.active, .category-je-minforme .btn--view-more[disabled], .item_carousel-custom .btn--view-more[disabled], .category-je-minforme .btn--view-more[disabled]:hover, .item_carousel-custom .btn--view-more[disabled]:hover, .category-je-minforme .btn--view-more[disabled]:focus, .item_carousel-custom .btn--view-more[disabled]:focus, .category-je-minforme .btn--view-more[disabled].focus, .item_carousel-custom .btn--view-more[disabled].focus, .category-je-minforme .btn--view-more[disabled]:active, .item_carousel-custom .btn--view-more[disabled]:active, .category-je-minforme .btn--view-more[disabled].active, .item_carousel-custom .btn--view-more[disabled].active,
  fieldset[disabled] .category-je-minforme .btn--view-more,
  fieldset[disabled] .item_carousel-custom .btn--view-more,
  fieldset[disabled] .category-je-minforme .btn--view-more:hover,
  fieldset[disabled] .item_carousel-custom .btn--view-more:hover,
  fieldset[disabled] .category-je-minforme .btn--view-more:focus,
  fieldset[disabled] .item_carousel-custom .btn--view-more:focus,
  fieldset[disabled] .category-je-minforme .btn--view-more.focus,
  fieldset[disabled] .item_carousel-custom .btn--view-more.focus,
  fieldset[disabled] .category-je-minforme .btn--view-more:active,
  fieldset[disabled] .item_carousel-custom .btn--view-more:active,
  fieldset[disabled] .category-je-minforme .btn--view-more.active,
  fieldset[disabled] .item_carousel-custom .btn--view-more.active {
    background-color: #a6bc29;
    border-color: #a6bc29; }
  .category-je-minforme .btn--view-more .badge, .item_carousel-custom .btn--view-more .badge {
    color: #a6bc29;
    background-color: #fff; }

.category-je-minforme .category__article-list .article-tease--om .article-tease__title, .item_carousel-custom .category__article-list .article-tease--om .article-tease__title,
.category-je-minforme .category__article-list .article-tease--dossier .article-tease__title, .item_carousel-custom .category__article-list .article-tease--dossier .article-tease__title,
.category-je-minforme .breadcrumbs__list > li::before, .item_carousel-custom .breadcrumbs__list > li::before {
  color: #a6bc29; }

@media (min-width: 992px) {
  .category-je-minforme .category__article-list .article-tease--om, .item_carousel-custom .category__article-list .article-tease--om {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-50%200%201290%201868%22%3E%3Cpath%20fill%3D%22%23a6bc29%22%20d%3D%22M324.5%201043.4L208.9%20944l-1.3%2084-1791.4-236.7-222.3%201681.7%204060.4%20536.6%20222.2-1681.8-2152-284.4zm252.8%20666.3c-149.5%200-270.7-121.2-270.7-270.7s121.2-270.7%20270.7-270.7S848%201289.5%20848%201439s-121.2%20270.7-270.7%20270.7z%22%2F%3E%3Cpath%20fill%3D%22%23e6e8e8%22%20d%3D%22M509.4%201551.3L656.1%201698c73.3-22.3%20133.4-74.8%20165.8-143.1L704%201437l-194.6%20114.3z%22%2F%3E%3Cpath%20fill%3D%22%239baf26%22%20d%3D%22M758%201237.4c55.2%2049.6%2090%20121.5%2090%20201.5%200%20149.5-121.2%20270.7-270.7%20270.7-97.8%200-183.4-51.8-231-129.5l246%201136.8h1630V1439L758%201237.4z%22%2F%3E%3Cpath%20fill%3D%22%23a6bc29%22%20d%3D%22M514.7%201327.3L701.2%201435c3.8%202.2%203.8%205.8%200%208l-186.5%20107.7c-3.8%202.2-6.9.4-6.9-4v-215.3c0-4.5%203.1-6.3%206.9-4.1z%22%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-50%200%201290%201868%22%3E%3Cpath%20fill%3D%22%23a6bc29%22%20d%3D%22M324.5%201043.4L208.9%20944l-1.3%2084-1791.4-236.7-222.3%201681.7%204060.4%20536.6%20222.2-1681.8-2152-284.4zm252.8%20666.3c-149.5%200-270.7-121.2-270.7-270.7s121.2-270.7%20270.7-270.7S848%201289.5%20848%201439s-121.2%20270.7-270.7%20270.7z%22%2F%3E%3Cpath%20fill%3D%22%23e6e8e8%22%20d%3D%22M509.4%201551.3L656.1%201698c73.3-22.3%20133.4-74.8%20165.8-143.1L704%201437l-194.6%20114.3z%22%2F%3E%3Cpath%20fill%3D%22%239baf26%22%20d%3D%22M758%201237.4c55.2%2049.6%2090%20121.5%2090%20201.5%200%20149.5-121.2%20270.7-270.7%20270.7-97.8%200-183.4-51.8-231-129.5l246%201136.8h1630V1439L758%201237.4z%22%2F%3E%3Cpath%20fill%3D%22%23a6bc29%22%20d%3D%22M514.7%201327.3L701.2%201435c3.8%202.2%203.8%205.8%200%208l-186.5%20107.7c-3.8%202.2-6.9.4-6.9-4v-215.3c0-4.5%203.1-6.3%206.9-4.1z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(#e6e8e8, #fff 50%);
    background-position: center bottom, center top; } }

.category-jagis .category-filters::before, .category-jagis .post-filters::before {
  content: "J’agis"; }

.category-jagis .article-tease__display-term div,
.category-jagis .category__zoom-sur-txt,
.category-jagis .category-filters .custom-scrollbar__thumb,
.category-jagis .post-filters .custom-scrollbar__thumb,
.category-jagis .category__article-list .article-tease__image::before,
.category-jagis .category__article-list .article-tease--no-image::before,
.category-jagis .category__article-list .article-tease--om::before,
.category-jagis .category__article-list .article-tease--dossier::before,
.category-jagis .category-filters__btn.active {
  background-color: #e6006d; }

.category-jagis .category-filters__btn {
  border-color: #e6006d; }

.category-jagis .category__article-list .article-tease--actualite,
.category-jagis .category__article-list .article-tease--actualite .article-tease__content,
.category-jagis .category__article-list .article-tease--stat .article-tease__content,
.category-jagis .category__article-list .article-tease--fp .article-tease__content,
.category-jagis .category__article-list .article-tease__title,
.category-jagis .category__article-list .article-tease--dossier,
.category-jagis .category-filters__btn.active {
  border-color: #e6006d; }

.category-jagis .btn--view-more {
  color: #fff;
  background-color: #e6006d;
  border-color: #e6006d;
  transition-property: color, background-color;
  transition-duration: 100ms; }
  .category-jagis .btn--view-more:focus, .category-jagis .btn--view-more.focus {
    color: #343f4f;
    background-color: #fff; }
  .category-jagis .btn--view-more:hover {
    color: #343f4f;
    background-color: #fff; }
  .category-jagis .btn--view-more:active, .category-jagis .btn--view-more.active,
  .open > .category-jagis .btn--view-more.dropdown-toggle {
    color: #343f4f;
    background-color: #fff; }
    .category-jagis .btn--view-more:active:hover, .category-jagis .btn--view-more:active:focus, .category-jagis .btn--view-more:active.focus, .category-jagis .btn--view-more.active:hover, .category-jagis .btn--view-more.active:focus, .category-jagis .btn--view-more.active.focus,
    .open > .category-jagis .btn--view-more.dropdown-toggle:hover,
    .open > .category-jagis .btn--view-more.dropdown-toggle:focus,
    .open > .category-jagis .btn--view-more.dropdown-toggle.focus {
      color: #343f4f;
      background-color: #fff; }
  .category-jagis .btn--view-more:active, .category-jagis .btn--view-more.active,
  .open > .category-jagis .btn--view-more.dropdown-toggle {
    background-image: none; }
  .category-jagis .btn--view-more.disabled, .category-jagis .btn--view-more.disabled:hover, .category-jagis .btn--view-more.disabled:focus, .category-jagis .btn--view-more.disabled.focus, .category-jagis .btn--view-more.disabled:active, .category-jagis .btn--view-more.disabled.active, .category-jagis .btn--view-more[disabled], .category-jagis .btn--view-more[disabled]:hover, .category-jagis .btn--view-more[disabled]:focus, .category-jagis .btn--view-more[disabled].focus, .category-jagis .btn--view-more[disabled]:active, .category-jagis .btn--view-more[disabled].active,
  fieldset[disabled] .category-jagis .btn--view-more,
  fieldset[disabled] .category-jagis .btn--view-more:hover,
  fieldset[disabled] .category-jagis .btn--view-more:focus,
  fieldset[disabled] .category-jagis .btn--view-more.focus,
  fieldset[disabled] .category-jagis .btn--view-more:active,
  fieldset[disabled] .category-jagis .btn--view-more.active {
    background-color: #e6006d;
    border-color: #e6006d; }
  .category-jagis .btn--view-more .badge {
    color: #e6006d;
    background-color: #fff; }

.category-jagis .category__article-list .article-tease--om .article-tease__title,
.category-jagis .category__article-list .article-tease--dossier .article-tease__title,
.category-jagis .breadcrumbs__list > li::before {
  color: #e6006d; }

@media (min-width: 992px) {
  .category-jagis .category__article-list .article-tease--om {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-50%200%201290%201868%22%3E%3Cpath%20fill%3D%22%23e6006d%22%20d%3D%22M324.5%201043.4L208.9%20944l-1.3%2084-1791.4-236.7-222.3%201681.7%204060.4%20536.6%20222.2-1681.8-2152-284.4zm252.8%20666.3c-149.5%200-270.7-121.2-270.7-270.7s121.2-270.7%20270.7-270.7S848%201289.5%20848%201439s-121.2%20270.7-270.7%20270.7z%22%2F%3E%3Cpath%20fill%3D%22%23e6e8e8%22%20d%3D%22M509.4%201551.3L656.1%201698c73.3-22.3%20133.4-74.8%20165.8-143.1L704%201437l-194.6%20114.3z%22%2F%3E%3Cpath%20fill%3D%22%23d70066%22%20d%3D%22M758%201237.4c55.2%2049.6%2090%20121.5%2090%20201.5%200%20149.5-121.2%20270.7-270.7%20270.7-97.8%200-183.4-51.8-231-129.5l246%201136.8h1630V1439L758%201237.4z%22%2F%3E%3Cpath%20fill%3D%22%23e6006d%22%20d%3D%22M514.7%201327.3L701.2%201435c3.8%202.2%203.8%205.8%200%208l-186.5%20107.7c-3.8%202.2-6.9.4-6.9-4v-215.3c0-4.5%203.1-6.3%206.9-4.1z%22%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-50%200%201290%201868%22%3E%3Cpath%20fill%3D%22%23e6006d%22%20d%3D%22M324.5%201043.4L208.9%20944l-1.3%2084-1791.4-236.7-222.3%201681.7%204060.4%20536.6%20222.2-1681.8-2152-284.4zm252.8%20666.3c-149.5%200-270.7-121.2-270.7-270.7s121.2-270.7%20270.7-270.7S848%201289.5%20848%201439s-121.2%20270.7-270.7%20270.7z%22%2F%3E%3Cpath%20fill%3D%22%23e6e8e8%22%20d%3D%22M509.4%201551.3L656.1%201698c73.3-22.3%20133.4-74.8%20165.8-143.1L704%201437l-194.6%20114.3z%22%2F%3E%3Cpath%20fill%3D%22%23d70066%22%20d%3D%22M758%201237.4c55.2%2049.6%2090%20121.5%2090%20201.5%200%20149.5-121.2%20270.7-270.7%20270.7-97.8%200-183.4-51.8-231-129.5l246%201136.8h1630V1439L758%201237.4z%22%2F%3E%3Cpath%20fill%3D%22%23e6006d%22%20d%3D%22M514.7%201327.3L701.2%201435c3.8%202.2%203.8%205.8%200%208l-186.5%20107.7c-3.8%202.2-6.9.4-6.9-4v-215.3c0-4.5%203.1-6.3%206.9-4.1z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(#e6e8e8, #fff 50%);
    background-position: center bottom, center top; } }

.category-je-donne .category-filters::before, .category-je-donne .post-filters::before {
  content: "Je donne"; }

.category-je-donne .article-tease__display-term div,
.category-je-donne .category__zoom-sur-txt,
.category-je-donne .category-filters .custom-scrollbar__thumb,
.category-je-donne .post-filters .custom-scrollbar__thumb,
.category-je-donne .category__article-list .article-tease__image::before,
.category-je-donne .category__article-list .article-tease--no-image::before,
.category-je-donne .category__article-list .article-tease--om::before,
.category-je-donne .category__article-list .article-tease--dossier::before,
.category-je-donne .category-filters__btn.active {
  background-color: #0cbbaa; }

.category-je-donne .category-filters__btn {
  border-color: #0cbbaa; }

.category-je-donne .category__article-list .article-tease--actualite,
.category-je-donne .category__article-list .article-tease--actualite .article-tease__content,
.category-je-donne .category__article-list .article-tease--stat .article-tease__content,
.category-je-donne .category__article-list .article-tease--fp .article-tease__content,
.category-je-donne .category__article-list .article-tease__title,
.category-je-donne .category__article-list .article-tease--dossier,
.category-je-donne .category-filters__btn.active {
  border-color: #0cbbaa; }

.category-je-donne .btn--view-more {
  color: #fff;
  background-color: #0cbbaa;
  border-color: #0cbbaa;
  transition-property: color, background-color;
  transition-duration: 100ms; }
  .category-je-donne .btn--view-more:focus, .category-je-donne .btn--view-more.focus {
    color: #343f4f;
    background-color: #fff; }
  .category-je-donne .btn--view-more:hover {
    color: #343f4f;
    background-color: #fff; }
  .category-je-donne .btn--view-more:active, .category-je-donne .btn--view-more.active,
  .open > .category-je-donne .btn--view-more.dropdown-toggle {
    color: #343f4f;
    background-color: #fff; }
    .category-je-donne .btn--view-more:active:hover, .category-je-donne .btn--view-more:active:focus, .category-je-donne .btn--view-more:active.focus, .category-je-donne .btn--view-more.active:hover, .category-je-donne .btn--view-more.active:focus, .category-je-donne .btn--view-more.active.focus,
    .open > .category-je-donne .btn--view-more.dropdown-toggle:hover,
    .open > .category-je-donne .btn--view-more.dropdown-toggle:focus,
    .open > .category-je-donne .btn--view-more.dropdown-toggle.focus {
      color: #343f4f;
      background-color: #fff; }
  .category-je-donne .btn--view-more:active, .category-je-donne .btn--view-more.active,
  .open > .category-je-donne .btn--view-more.dropdown-toggle {
    background-image: none; }
  .category-je-donne .btn--view-more.disabled, .category-je-donne .btn--view-more.disabled:hover, .category-je-donne .btn--view-more.disabled:focus, .category-je-donne .btn--view-more.disabled.focus, .category-je-donne .btn--view-more.disabled:active, .category-je-donne .btn--view-more.disabled.active, .category-je-donne .btn--view-more[disabled], .category-je-donne .btn--view-more[disabled]:hover, .category-je-donne .btn--view-more[disabled]:focus, .category-je-donne .btn--view-more[disabled].focus, .category-je-donne .btn--view-more[disabled]:active, .category-je-donne .btn--view-more[disabled].active,
  fieldset[disabled] .category-je-donne .btn--view-more,
  fieldset[disabled] .category-je-donne .btn--view-more:hover,
  fieldset[disabled] .category-je-donne .btn--view-more:focus,
  fieldset[disabled] .category-je-donne .btn--view-more.focus,
  fieldset[disabled] .category-je-donne .btn--view-more:active,
  fieldset[disabled] .category-je-donne .btn--view-more.active {
    background-color: #0cbbaa;
    border-color: #0cbbaa; }
  .category-je-donne .btn--view-more .badge {
    color: #0cbbaa;
    background-color: #fff; }

.category-je-donne .category__article-list .article-tease--om .article-tease__title,
.category-je-donne .category__article-list .article-tease--dossier .article-tease__title,
.category-je-donne .breadcrumbs__list > li::before {
  color: #0cbbaa; }

@media (min-width: 992px) {
  .category-je-donne .category__article-list .article-tease--om {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-50%200%201290%201868%22%3E%3Cpath%20fill%3D%22%230cbbaa%22%20d%3D%22M324.5%201043.4L208.9%20944l-1.3%2084-1791.4-236.7-222.3%201681.7%204060.4%20536.6%20222.2-1681.8-2152-284.4zm252.8%20666.3c-149.5%200-270.7-121.2-270.7-270.7s121.2-270.7%20270.7-270.7S848%201289.5%20848%201439s-121.2%20270.7-270.7%20270.7z%22%2F%3E%3Cpath%20fill%3D%22%23e6e8e8%22%20d%3D%22M509.4%201551.3L656.1%201698c73.3-22.3%20133.4-74.8%20165.8-143.1L704%201437l-194.6%20114.3z%22%2F%3E%3Cpath%20fill%3D%22%230bad9d%22%20d%3D%22M758%201237.4c55.2%2049.6%2090%20121.5%2090%20201.5%200%20149.5-121.2%20270.7-270.7%20270.7-97.8%200-183.4-51.8-231-129.5l246%201136.8h1630V1439L758%201237.4z%22%2F%3E%3Cpath%20fill%3D%22%230cbbaa%22%20d%3D%22M514.7%201327.3L701.2%201435c3.8%202.2%203.8%205.8%200%208l-186.5%20107.7c-3.8%202.2-6.9.4-6.9-4v-215.3c0-4.5%203.1-6.3%206.9-4.1z%22%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-50%200%201290%201868%22%3E%3Cpath%20fill%3D%22%230cbbaa%22%20d%3D%22M324.5%201043.4L208.9%20944l-1.3%2084-1791.4-236.7-222.3%201681.7%204060.4%20536.6%20222.2-1681.8-2152-284.4zm252.8%20666.3c-149.5%200-270.7-121.2-270.7-270.7s121.2-270.7%20270.7-270.7S848%201289.5%20848%201439s-121.2%20270.7-270.7%20270.7z%22%2F%3E%3Cpath%20fill%3D%22%23e6e8e8%22%20d%3D%22M509.4%201551.3L656.1%201698c73.3-22.3%20133.4-74.8%20165.8-143.1L704%201437l-194.6%20114.3z%22%2F%3E%3Cpath%20fill%3D%22%230bad9d%22%20d%3D%22M758%201237.4c55.2%2049.6%2090%20121.5%2090%20201.5%200%20149.5-121.2%20270.7-270.7%20270.7-97.8%200-183.4-51.8-231-129.5l246%201136.8h1630V1439L758%201237.4z%22%2F%3E%3Cpath%20fill%3D%22%230cbbaa%22%20d%3D%22M514.7%201327.3L701.2%201435c3.8%202.2%203.8%205.8%200%208l-186.5%20107.7c-3.8%202.2-6.9.4-6.9-4v-215.3c0-4.5%203.1-6.3%206.9-4.1z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(#e6e8e8, #fff 50%);
    background-position: center bottom, center top; } }

.post-type-archive-partenaire .category-filters::before, .post-type-archive-partenaire .post-filters::before {
  content: "Espace partenaire"; }

.post-type-archive-partenaire .article-tease__display-term div,
.post-type-archive-partenaire .category__zoom-sur-txt,
.post-type-archive-partenaire .category-filters .custom-scrollbar__thumb,
.post-type-archive-partenaire .post-filters .custom-scrollbar__thumb,
.post-type-archive-partenaire .category__article-list .article-tease__image::before,
.post-type-archive-partenaire .category__article-list .article-tease--no-image::before,
.post-type-archive-partenaire .category__article-list .article-tease--om::before,
.post-type-archive-partenaire .category__article-list .article-tease--dossier::before,
.post-type-archive-partenaire .category-filters__btn.active {
  background-color: #ec4125; }

.post-type-archive-partenaire .category-filters__btn {
  border-color: #ec4125; }

.post-type-archive-partenaire .category__article-list .article-tease--actualite,
.post-type-archive-partenaire .category__article-list .article-tease--actualite .article-tease__content,
.post-type-archive-partenaire .category__article-list .article-tease--stat .article-tease__content,
.post-type-archive-partenaire .category__article-list .article-tease--fp .article-tease__content,
.post-type-archive-partenaire .category__article-list .article-tease__title,
.post-type-archive-partenaire .category__article-list .article-tease--dossier,
.post-type-archive-partenaire .category-filters__btn.active {
  border-color: #ec4125; }

.post-type-archive-partenaire .btn--view-more {
  color: #fff;
  background-color: #ec4125;
  border-color: #ec4125;
  transition-property: color, background-color;
  transition-duration: 100ms; }
  .post-type-archive-partenaire .btn--view-more:focus, .post-type-archive-partenaire .btn--view-more.focus {
    color: #343f4f;
    background-color: #fff; }
  .post-type-archive-partenaire .btn--view-more:hover {
    color: #343f4f;
    background-color: #fff; }
  .post-type-archive-partenaire .btn--view-more:active, .post-type-archive-partenaire .btn--view-more.active,
  .open > .post-type-archive-partenaire .btn--view-more.dropdown-toggle {
    color: #343f4f;
    background-color: #fff; }
    .post-type-archive-partenaire .btn--view-more:active:hover, .post-type-archive-partenaire .btn--view-more:active:focus, .post-type-archive-partenaire .btn--view-more:active.focus, .post-type-archive-partenaire .btn--view-more.active:hover, .post-type-archive-partenaire .btn--view-more.active:focus, .post-type-archive-partenaire .btn--view-more.active.focus,
    .open > .post-type-archive-partenaire .btn--view-more.dropdown-toggle:hover,
    .open > .post-type-archive-partenaire .btn--view-more.dropdown-toggle:focus,
    .open > .post-type-archive-partenaire .btn--view-more.dropdown-toggle.focus {
      color: #343f4f;
      background-color: #fff; }
  .post-type-archive-partenaire .btn--view-more:active, .post-type-archive-partenaire .btn--view-more.active,
  .open > .post-type-archive-partenaire .btn--view-more.dropdown-toggle {
    background-image: none; }
  .post-type-archive-partenaire .btn--view-more.disabled, .post-type-archive-partenaire .btn--view-more.disabled:hover, .post-type-archive-partenaire .btn--view-more.disabled:focus, .post-type-archive-partenaire .btn--view-more.disabled.focus, .post-type-archive-partenaire .btn--view-more.disabled:active, .post-type-archive-partenaire .btn--view-more.disabled.active, .post-type-archive-partenaire .btn--view-more[disabled], .post-type-archive-partenaire .btn--view-more[disabled]:hover, .post-type-archive-partenaire .btn--view-more[disabled]:focus, .post-type-archive-partenaire .btn--view-more[disabled].focus, .post-type-archive-partenaire .btn--view-more[disabled]:active, .post-type-archive-partenaire .btn--view-more[disabled].active,
  fieldset[disabled] .post-type-archive-partenaire .btn--view-more,
  fieldset[disabled] .post-type-archive-partenaire .btn--view-more:hover,
  fieldset[disabled] .post-type-archive-partenaire .btn--view-more:focus,
  fieldset[disabled] .post-type-archive-partenaire .btn--view-more.focus,
  fieldset[disabled] .post-type-archive-partenaire .btn--view-more:active,
  fieldset[disabled] .post-type-archive-partenaire .btn--view-more.active {
    background-color: #ec4125;
    border-color: #ec4125; }
  .post-type-archive-partenaire .btn--view-more .badge {
    color: #ec4125;
    background-color: #fff; }

.post-type-archive-partenaire .category__article-list .article-tease--om .article-tease__title,
.post-type-archive-partenaire .category__article-list .article-tease--dossier .article-tease__title,
.post-type-archive-partenaire .breadcrumbs__list > li::before {
  color: #ec4125; }

@media (min-width: 992px) {
  .post-type-archive-partenaire .category__article-list .article-tease--om {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-50%200%201290%201868%22%3E%3Cpath%20fill%3D%22%23ec4125%22%20d%3D%22M324.5%201043.4L208.9%20944l-1.3%2084-1791.4-236.7-222.3%201681.7%204060.4%20536.6%20222.2-1681.8-2152-284.4zm252.8%20666.3c-149.5%200-270.7-121.2-270.7-270.7s121.2-270.7%20270.7-270.7S848%201289.5%20848%201439s-121.2%20270.7-270.7%20270.7z%22%2F%3E%3Cpath%20fill%3D%22%23e6e8e8%22%20d%3D%22M509.4%201551.3L656.1%201698c73.3-22.3%20133.4-74.8%20165.8-143.1L704%201437l-194.6%20114.3z%22%2F%3E%3Cpath%20fill%3D%22%23eb3517%22%20d%3D%22M758%201237.4c55.2%2049.6%2090%20121.5%2090%20201.5%200%20149.5-121.2%20270.7-270.7%20270.7-97.8%200-183.4-51.8-231-129.5l246%201136.8h1630V1439L758%201237.4z%22%2F%3E%3Cpath%20fill%3D%22%23ec4125%22%20d%3D%22M514.7%201327.3L701.2%201435c3.8%202.2%203.8%205.8%200%208l-186.5%20107.7c-3.8%202.2-6.9.4-6.9-4v-215.3c0-4.5%203.1-6.3%206.9-4.1z%22%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-50%200%201290%201868%22%3E%3Cpath%20fill%3D%22%23ec4125%22%20d%3D%22M324.5%201043.4L208.9%20944l-1.3%2084-1791.4-236.7-222.3%201681.7%204060.4%20536.6%20222.2-1681.8-2152-284.4zm252.8%20666.3c-149.5%200-270.7-121.2-270.7-270.7s121.2-270.7%20270.7-270.7S848%201289.5%20848%201439s-121.2%20270.7-270.7%20270.7z%22%2F%3E%3Cpath%20fill%3D%22%23e6e8e8%22%20d%3D%22M509.4%201551.3L656.1%201698c73.3-22.3%20133.4-74.8%20165.8-143.1L704%201437l-194.6%20114.3z%22%2F%3E%3Cpath%20fill%3D%22%23eb3517%22%20d%3D%22M758%201237.4c55.2%2049.6%2090%20121.5%2090%20201.5%200%20149.5-121.2%20270.7-270.7%20270.7-97.8%200-183.4-51.8-231-129.5l246%201136.8h1630V1439L758%201237.4z%22%2F%3E%3Cpath%20fill%3D%22%23ec4125%22%20d%3D%22M514.7%201327.3L701.2%201435c3.8%202.2%203.8%205.8%200%208l-186.5%20107.7c-3.8%202.2-6.9.4-6.9-4v-215.3c0-4.5%203.1-6.3%206.9-4.1z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(#e6e8e8, #fff 50%);
    background-position: center bottom, center top; } }

.category-lassociation .category-filters::before, .category-lassociation .post-filters::before {
  content: "L’association"; }

.category-lassociation .article-tease__display-term div,
.category-lassociation .category__zoom-sur-txt,
.category-lassociation .category-filters .custom-scrollbar__thumb,
.category-lassociation .post-filters .custom-scrollbar__thumb,
.category-lassociation .category__article-list .article-tease__image::before,
.category-lassociation .category__article-list .article-tease--no-image::before,
.category-lassociation .category__article-list .article-tease--om::before,
.category-lassociation .category__article-list .article-tease--dossier::before,
.category-lassociation .category-filters__btn.active {
  background-color: #ec4125; }

.category-lassociation .category-filters__btn {
  border-color: #ec4125; }

.category-lassociation .category__article-list .article-tease--actualite,
.category-lassociation .category__article-list .article-tease--actualite .article-tease__content,
.category-lassociation .category__article-list .article-tease--stat .article-tease__content,
.category-lassociation .category__article-list .article-tease--fp .article-tease__content,
.category-lassociation .category__article-list .article-tease__title,
.category-lassociation .category__article-list .article-tease--dossier,
.category-lassociation .category-filters__btn.active {
  border-color: #ec4125; }

.category-lassociation .btn--view-more {
  color: #fff;
  background-color: #ec4125;
  border-color: #ec4125;
  transition-property: color, background-color;
  transition-duration: 100ms; }
  .category-lassociation .btn--view-more:focus, .category-lassociation .btn--view-more.focus {
    color: #343f4f;
    background-color: #fff; }
  .category-lassociation .btn--view-more:hover {
    color: #343f4f;
    background-color: #fff; }
  .category-lassociation .btn--view-more:active, .category-lassociation .btn--view-more.active,
  .open > .category-lassociation .btn--view-more.dropdown-toggle {
    color: #343f4f;
    background-color: #fff; }
    .category-lassociation .btn--view-more:active:hover, .category-lassociation .btn--view-more:active:focus, .category-lassociation .btn--view-more:active.focus, .category-lassociation .btn--view-more.active:hover, .category-lassociation .btn--view-more.active:focus, .category-lassociation .btn--view-more.active.focus,
    .open > .category-lassociation .btn--view-more.dropdown-toggle:hover,
    .open > .category-lassociation .btn--view-more.dropdown-toggle:focus,
    .open > .category-lassociation .btn--view-more.dropdown-toggle.focus {
      color: #343f4f;
      background-color: #fff; }
  .category-lassociation .btn--view-more:active, .category-lassociation .btn--view-more.active,
  .open > .category-lassociation .btn--view-more.dropdown-toggle {
    background-image: none; }
  .category-lassociation .btn--view-more.disabled, .category-lassociation .btn--view-more.disabled:hover, .category-lassociation .btn--view-more.disabled:focus, .category-lassociation .btn--view-more.disabled.focus, .category-lassociation .btn--view-more.disabled:active, .category-lassociation .btn--view-more.disabled.active, .category-lassociation .btn--view-more[disabled], .category-lassociation .btn--view-more[disabled]:hover, .category-lassociation .btn--view-more[disabled]:focus, .category-lassociation .btn--view-more[disabled].focus, .category-lassociation .btn--view-more[disabled]:active, .category-lassociation .btn--view-more[disabled].active,
  fieldset[disabled] .category-lassociation .btn--view-more,
  fieldset[disabled] .category-lassociation .btn--view-more:hover,
  fieldset[disabled] .category-lassociation .btn--view-more:focus,
  fieldset[disabled] .category-lassociation .btn--view-more.focus,
  fieldset[disabled] .category-lassociation .btn--view-more:active,
  fieldset[disabled] .category-lassociation .btn--view-more.active {
    background-color: #ec4125;
    border-color: #ec4125; }
  .category-lassociation .btn--view-more .badge {
    color: #ec4125;
    background-color: #fff; }

.category-lassociation .category__article-list .article-tease--om .article-tease__title,
.category-lassociation .category__article-list .article-tease--dossier .article-tease__title,
.category-lassociation .breadcrumbs__list > li::before {
  color: #ec4125; }

@media (min-width: 992px) {
  .category-lassociation .category__article-list .article-tease--om {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-50%200%201290%201868%22%3E%3Cpath%20fill%3D%22%23ec4125%22%20d%3D%22M324.5%201043.4L208.9%20944l-1.3%2084-1791.4-236.7-222.3%201681.7%204060.4%20536.6%20222.2-1681.8-2152-284.4zm252.8%20666.3c-149.5%200-270.7-121.2-270.7-270.7s121.2-270.7%20270.7-270.7S848%201289.5%20848%201439s-121.2%20270.7-270.7%20270.7z%22%2F%3E%3Cpath%20fill%3D%22%23e6e8e8%22%20d%3D%22M509.4%201551.3L656.1%201698c73.3-22.3%20133.4-74.8%20165.8-143.1L704%201437l-194.6%20114.3z%22%2F%3E%3Cpath%20fill%3D%22%23eb3517%22%20d%3D%22M758%201237.4c55.2%2049.6%2090%20121.5%2090%20201.5%200%20149.5-121.2%20270.7-270.7%20270.7-97.8%200-183.4-51.8-231-129.5l246%201136.8h1630V1439L758%201237.4z%22%2F%3E%3Cpath%20fill%3D%22%23ec4125%22%20d%3D%22M514.7%201327.3L701.2%201435c3.8%202.2%203.8%205.8%200%208l-186.5%20107.7c-3.8%202.2-6.9.4-6.9-4v-215.3c0-4.5%203.1-6.3%206.9-4.1z%22%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-50%200%201290%201868%22%3E%3Cpath%20fill%3D%22%23ec4125%22%20d%3D%22M324.5%201043.4L208.9%20944l-1.3%2084-1791.4-236.7-222.3%201681.7%204060.4%20536.6%20222.2-1681.8-2152-284.4zm252.8%20666.3c-149.5%200-270.7-121.2-270.7-270.7s121.2-270.7%20270.7-270.7S848%201289.5%20848%201439s-121.2%20270.7-270.7%20270.7z%22%2F%3E%3Cpath%20fill%3D%22%23e6e8e8%22%20d%3D%22M509.4%201551.3L656.1%201698c73.3-22.3%20133.4-74.8%20165.8-143.1L704%201437l-194.6%20114.3z%22%2F%3E%3Cpath%20fill%3D%22%23eb3517%22%20d%3D%22M758%201237.4c55.2%2049.6%2090%20121.5%2090%20201.5%200%20149.5-121.2%20270.7-270.7%20270.7-97.8%200-183.4-51.8-231-129.5l246%201136.8h1630V1439L758%201237.4z%22%2F%3E%3Cpath%20fill%3D%22%23ec4125%22%20d%3D%22M514.7%201327.3L701.2%201435c3.8%202.2%203.8%205.8%200%208l-186.5%20107.7c-3.8%202.2-6.9.4-6.9-4v-215.3c0-4.5%203.1-6.3%206.9-4.1z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(#e6e8e8, #fff 50%);
    background-position: center bottom, center top; } }

.blog .btn--view-more {
  color: #fff;
  background-color: #343f4f;
  border-color: #343f4f;
  transition-property: color, background-color;
  transition-duration: 100ms; }
  .blog .btn--view-more:focus, .blog .btn--view-more.focus {
    color: #343f4f;
    background-color: #fff; }
  .blog .btn--view-more:hover {
    color: #343f4f;
    background-color: #fff; }
  .blog .btn--view-more:active, .blog .btn--view-more.active,
  .open > .blog .btn--view-more.dropdown-toggle {
    color: #343f4f;
    background-color: #fff; }
    .blog .btn--view-more:active:hover, .blog .btn--view-more:active:focus, .blog .btn--view-more:active.focus, .blog .btn--view-more.active:hover, .blog .btn--view-more.active:focus, .blog .btn--view-more.active.focus,
    .open > .blog .btn--view-more.dropdown-toggle:hover,
    .open > .blog .btn--view-more.dropdown-toggle:focus,
    .open > .blog .btn--view-more.dropdown-toggle.focus {
      color: #343f4f;
      background-color: #fff; }
  .blog .btn--view-more:active, .blog .btn--view-more.active,
  .open > .blog .btn--view-more.dropdown-toggle {
    background-image: none; }
  .blog .btn--view-more.disabled, .blog .btn--view-more.disabled:hover, .blog .btn--view-more.disabled:focus, .blog .btn--view-more.disabled.focus, .blog .btn--view-more.disabled:active, .blog .btn--view-more.disabled.active, .blog .btn--view-more[disabled], .blog .btn--view-more[disabled]:hover, .blog .btn--view-more[disabled]:focus, .blog .btn--view-more[disabled].focus, .blog .btn--view-more[disabled]:active, .blog .btn--view-more[disabled].active,
  fieldset[disabled] .blog .btn--view-more,
  fieldset[disabled] .blog .btn--view-more:hover,
  fieldset[disabled] .blog .btn--view-more:focus,
  fieldset[disabled] .blog .btn--view-more.focus,
  fieldset[disabled] .blog .btn--view-more:active,
  fieldset[disabled] .blog .btn--view-more.active {
    background-color: #343f4f;
    border-color: #343f4f; }
  .blog .btn--view-more .badge {
    color: #343f4f;
    background-color: #fff; }

.category-filters, .post-filters {
  position: relative;
  background-color: #343f4f;
  color: #fff;
  margin-top: 19em;
  margin-bottom: 3em;
  padding: 1em 1.25em 1em; }
  @media (max-width: 767px) {
    .category-filters, .post-filters {
      margin-bottom: 5em;
      margin-top: 6em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .category-filters, .post-filters {
      margin-top: 15em; } }
  .category-filters::before, .post-filters::before {
    position: absolute;
    font-family: "bebas", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 187.5%;
    padding: .56em .66em .26em;
    left: .56em;
    bottom: 100%;
    background-color: #343f4f;
    line-height: 1; }
  .category-filters .collapsible-filter.collapsed, .post-filters .collapsible-filter.collapsed {
    max-height: 0; }

.category-filters .collapsible-filter, .post-filters .collapsible-filter {
  max-height: 20em;
  overflow: hidden;
  transition: max-height 400ms ease; }

.category-filters .custom-scrollbar, .post-filters .custom-scrollbar {
  margin-bottom: .3em; }

.category-filters .custom-scrollbar__bar, .post-filters .custom-scrollbar__bar {
  background-color: transparent;
  background-position: center top;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208%201%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20d%3D%22M4%200l0%201%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  width: 8px !important;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: 8px;
  padding-bottom: 8px; }
  .category-filters .custom-scrollbar__bar::before, .post-filters .custom-scrollbar__bar::before, .category-filters .custom-scrollbar__bar::after, .post-filters .custom-scrollbar__bar::after {
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%206%203%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%203l3%20-3l3%203%22%2F%3E%3C%2Fsvg%3E");
    content: ''; }
  .category-filters .custom-scrollbar__bar::before, .post-filters .custom-scrollbar__bar::before {
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%206%203%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%203l3%20-3l3%203%22%2F%3E%3C%2Fsvg%3E"); }
  .category-filters .custom-scrollbar__bar::after, .post-filters .custom-scrollbar__bar::after {
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%206%203%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200l3%203l3%20-3%22%2F%3E%3C%2Fsvg%3E"); }

.category-filters .custom-scrollbar__thumb, .post-filters .custom-scrollbar__thumb {
  background-color: #fff; }

.category-filters__title {
  font-size: 75%;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: .5em; }

.category-filters__toggle {
  position: absolute;
  top: 100%;
  left: 50%; }
  .category-filters__toggle > div {
    font-size: 75%;
    padding: .2em .8em;
    cursor: pointer;
    background-color: #343f4f;
    position: relative;
    left: -50%;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0 0 3px 3px; }
  .category-filters__toggle > div::before {
    content: '–\00a0';
    font-size: 200%;
    font-weight: 300;
    line-height: .5;
    vertical-align: text-top; }
  .category-filters__toggle.collapsed > div::before {
    content: '+\00a0'; }

.category-filters__filter-btns {
  margin-bottom: .3em; }

.category-filters__filter-list {
  padding-right: 6px; }
  .category-filters__filter-list .category-filters__btn {
    display: block;
    text-align: left;
    width: 100%;
    border: 0;
    background-color: #51627c;
    color: #fff;
    padding: .4em .466em;
    border-radius: 0;
    margin-bottom: 0; }
    .category-filters__filter-list .category-filters__btn.active {
      color: #343f4f; }
    .category-filters__filter-list .category-filters__btn.disabled {
      background-color: #51627c;
      color: #7488A9; }

.category-filters__btn {
  color: #343f4f;
  display: inline-block;
  cursor: pointer;
  font-size: 93.75%;
  background-color: transparent;
  color: #fff;
  border: 1px solid #d1ccdb;
  font-weight: bold;
  line-height: 1;
  outline: 0;
  padding: .6em;
  border-radius: 2px;
  margin-right: .33em;
  margin-bottom: .33em; }
  .category-filters__btn.disabled {
    border-color: #ccc;
    color: #999999; }

.category-filters__btn--apr_type {
  border-radius: 0;
  width: 48%;
  margin-right: 4%;
  margin-bottom: .6em;
  text-transform: uppercase;
  font-size: 81.25%;
  overflow: hidden;
  padding: 1em 1px;
  height: 4.25em;
  vertical-align: top;
  background-color: transparent;
  color: #fff; }
  .category-filters__btn--apr_type:nth-of-type(2n) {
    margin-right: 0; }

.category-filters__submit {
  margin-top: -2.5em; }

.presse .breadcrumbs {
  position: absolute;
  width: 100%; }

.presse__header {
  background-image: url(../img/header-presse.jpg);
  background-color: #edecef;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 2.5em; }
  @media (min-width: 768px) {
    .presse__header {
      padding-bottom: 2em;
      margin-bottom: 2.8em; } }
  .post-type-archive-partenaire .presse__header,
  .page-id-3246 .presse__header,
  .page-id-3244 .presse__header {
    background: none; }

.presse-filters {
  position: relative;
  background-color: #343f4f;
  color: #fff;
  margin-top: 11em;
  margin-bottom: 3em;
  padding: 1em 2em; }
  .presse-filters::before {
    content: 'Espace presse';
    position: absolute;
    font-family: "bebas", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 187.5%;
    padding: .56em .66em .26em;
    left: .56em;
    bottom: 100%;
    background-color: #343f4f;
    line-height: 1; }
  @media (min-width: 768px) {
    .presse-filters {
      padding: 2em 6.25em 1.4em; } }

.presse-filters__head-txt {
  font-size: 14px;
  margin-bottom: 1.85em; }

.presse-filters__filter-title {
  text-transform: uppercase;
  font-weight: 700; }

.PresseFilter {
  text-transform: uppercase;
  width: 100%;
  background-color: #343f4f;
  border: 1px solid #fff;
  border-color: transparent transparent #fff;
  color: #fff;
  outline: none;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%208%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200l8%208l8%20-8%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px;
  cursor: pointer; }

.post-type-archive-partenaire .presse-filters::before {
  content: 'Espace partenaire'; }

.espace-donateur__content .home-section:first-child {
  margin-top: 65px; }

.espace-donateur__header {
  background-image: url("../img/header-donor-area.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.espace-donateur__title {
  font-weight: 300;
  font-size: 10vw;
  margin-top: 1em;
  margin-bottom: 1em; }
  @media (min-width: 768px) {
    .espace-donateur__title {
      font-size: 54px; } }
  @media (min-width: 768px) {
    .espace-donateur__title {
      margin-right: 20px;
      margin-left: 20px; } }

.espace-donateur__body .donner {
  margin-top: 0;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 0; }

.espace-donateur__body .donner__libre:-ms-input-placeholder,
.espace-donateur__body .btn-donner-amt {
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 24px; }

.espace-donateur__body .donner__libre::placeholder,
.espace-donateur__body .btn-donner-amt {
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 24px; }

.espace-donateur__body .donner__libre {
  margin-top: 10px; }

.espace-donateur__body .category__zoom-sur {
  margin-top: 2em; }

.espace-donateur__body .presse-filters {
  margin-top: 2em; }

@media (min-width: 768px) {
  .espace-donateur__logout-wrapper {
    margin-top: -32px; } }

.espace-donateur__logout-link {
  color: #fff;
  background-color: #0cbbaa;
  display: inline-block;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 10px 16px;
  line-height: 1; }
  .espace-donateur__logout-link:hover {
    color: #fff;
    background-color: #098b7e;
    text-decoration: none; }

.espace-donateur__slogan {
  text-align: center;
  position: relative;
  z-index: 0;
  color: #fff;
  font-size: 29px;
  line-height: 1;
  padding: 46px 0 26px;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  background-color: #0cbbaa;
  background-image: linear-gradient(178deg, #0cbbaa, #0cbbaa 50%, #0cadad 0);
  background-repeat: no-repeat;
  background-position: center; }
  .espace-donateur__slogan::after {
    content: '';
    border-style: solid;
    border-width: 20px 20px 0;
    border-color: #0cadad transparent transparent;
    position: absolute;
    top: 100%; }

.ed-tools {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    .ed-tools {
      float: inherit; } }
  @media (min-width: 768px) {
    .ed-tools {
      width: 740px; } }
  @media (min-width: 992px) {
    .ed-tools {
      width: 960px; } }
  @media (min-width: 1200px) {
    .ed-tools {
      width: 960px; } }
  .ed-tools .tools {
    float: right; }
  .ed-tools .tools__btn {
    margin-top: .5em; }

.donateur__article-list {
  padding: 2em 1em 4em; }
  .donateur__article-list .btn--view-more {
    margin-top: 1em; }
  .donateur__article-list .article-tease--wide {
    margin-bottom: 2.5em; }
  .donateur__article-list .article-tease--tall {
    margin-bottom: 2em; }

.espace-donateur__wrapped-content--no-bg,
.espace-donateur__wrapped-content {
  margin-top: 2em;
  padding-top: 2em;
  padding-left: 12px;
  padding-right: 12px; }

.espace-donateur__wrapped-content {
  background-color: #fff; }

.ed-donations__table {
  background-color: #fff; }

.DonateurApp {
  margin-top: 50px;
  background-color: #fff; }

.ed-detail-box {
  position: relative;
  background-color: #0cbbaa;
  color: #fff;
  padding: 26px 20px 10px 15px;
  margin-bottom: 28px; }
  @media (min-width: 768px) {
    .ed-detail-box {
      display: inline-block;
      box-shadow: 0 8px 16px 4px rgba(182, 163, 146, 0.75);
      max-width: 270px;
      margin-left: 20px; }
      .ed-detail-box::after {
        position: absolute;
        top: 100%;
        left: 0;
        border-color: #077369 #077369 transparent transparent;
        border-width: 14px 18px;
        border-style: solid;
        content: ''; } }

.ed-detail-box__logo {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #ecece0;
  background-image: url("../img/ed-detail-logo.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  top: -36px;
  width: 50px;
  height: 55px;
  box-shadow: 0 12px 8px 6px rgba(0, 0, 0, 0.1); }
  .ed-detail-box__logo::before {
    position: absolute;
    top: 4px;
    right: 100%;
    border-color: transparent #76879e #76879e transparent;
    border-width: 7px 5px 0 0;
    border-style: solid;
    content: ''; }
  .ed-detail-box__logo::after {
    position: absolute;
    top: 100%;
    border-color: #ecece0 #ecece0 transparent;
    border-width: 6px 25px;
    border-style: solid;
    content: '';
    width: 100%; }

.ed-detail-box__header {
  font-weight: 700;
  font-size: 18px; }

.ed-detail-box__name {
  font-size: 33px;
  font-weight: 300;
  clear: both; }

.ed-detail-box__number {
  font-size: 14px;
  font-weight: bold; }

.ed-detail-box__type {
  font-size: 25px;
  font-weight: 700; }

.ed-menu {
  background-color: #fff;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 21px;
  color: #343f4f;
  margin-bottom: 20px; }

.ed-menu__ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.ed-menu__li {
  display: block; }
  .ed-menu__li + .ed-menu__li {
    border-top: 1px solid #e6e8e8; }

.ed-menu__a {
  display: block;
  color: #343f4f;
  padding: .2em .4em;
  line-height: 1; }
  .ed-menu__a:hover {
    color: #fff;
    background-color: #0cbbaa;
    text-decoration: none; }

@media (min-width: 768px) {
  .ed-menu {
    position: relative;
    z-index: 1;
    margin-bottom: -10px; }
  .ed-menu__ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center; }
  .ed-menu__li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 1.3em;
    border: 0; }
  .ed-menu__a {
    padding: 1.3em 0 1.1em;
    position: relative; }
    .ed-menu__a:hover {
      color: #343f4f;
      background-color: transparent;
      text-decoration: none; }
    .ed-menu__a > span {
      display: inline-block;
      position: relative; }
    .ed-menu__a > span::after {
      position: absolute;
      width: 25px;
      height: 5px;
      left: 0;
      bottom: -8px;
      background-color: #0cbbaa;
      transition: width 200ms;
      content: ''; }
    .ed-menu__a:hover > span::after {
      width: 100%; } }

@media (min-width: 992px) {
  .ed_reqdminheight {
    height: 450px; }
  .ed-receipt-box {
    min-height: 450px; } }

.ed-receipt-box {
  display: block;
  background-color: #0cbbaa;
  color: #fff;
  text-align: center;
  border-width: 40px 20px;
  border-style: solid;
  border-color: #0cbbaa;
  box-shadow: inset 0 0 0 1px #fff;
  padding: 35px 20px; }
  @media (min-width: 992px) {
    .ed-receipt-box {
      min-height: 450px; } }
  .ed-receipt-box:hover {
    color: #fff; }

.ed-receipt-box__head {
  font-family: "bebas", Helvetica, Arial, sans-serif;
  line-height: 1;
  font-weight: bold;
  font-size: 38px; }

.ed-receipt-box__sub-head {
  line-height: 1;
  font-size: 18px;
  font-weight: 700; }

.ed-receipt-box__icon-svg {
  display: block;
  fill: #fff;
  width: 80px;
  margin: 2em auto 0; }
  .ed-receipt-box__icon-svg text {
    font-size: 174px;
    font-family: "bebas", Helvetica, Arial, sans-serif;
    font-weight: bold; }

@media (min-width: 992px) {
  .tg-row .ed-receipt-box, .tg-row-equal .ed-receipt-box,
  .tg-row-sm .ed-receipt-box,
  .tg-row-md .ed-receipt-box,
  .tg-row-lg .ed-receipt-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; } }

.ed-updates {
  background-color: #fff;
  padding: 1.25em;
  margin-top: 60px;
  margin-bottom: 60px; }
  .ed-updates .alignright {
    float: right;
    margin: 0 0 .3em .5em; }
  .ed-updates .alignleft {
    float: left;
    margin: 0 .5em .3em 0; }

.ed-contact-foot {
  background-color: #2c3645;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff; }

.ed-contact-foot__mail,
.ed-contact-foot__phone {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 1em; }
  .ed-contact-foot__mail::before,
  .ed-contact-foot__phone::before {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    vertical-align: middle;
    margin-right: 1em; }
  .ed-contact-foot__mail a,
  .ed-contact-foot__phone a {
    color: #fff; }

.ed-contact-foot__mail::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2034%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M45%200H3C1.3%200%200%201.3%200%203v28c0%201.7%201.3%203%203%203h42c1.7%200%203-1.3%203-3V3c0-1.7-1.3-3-3-3zm.8%203.9L29.1%2020.2c-1.4%201.4-3.2%202-5.1%202-1.8%200-3.7-.7-5.1-2L2.2%203.9c-.5-.5-.5-1.2%200-1.7s1.2-.5%201.7%200l16.8%2016.3c1.9%201.8%204.9%201.8%206.8%200L44.2%202.1c.5-.5%201.2-.5%201.7%200%20.4.5.4%201.3-.1%201.8z%22%2F%3E%3C%2Fsvg%3E");
  width: 34px;
  height: 24px; }

.ed-contact-foot__phone::before {
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2046%2046%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M7%2024h6c.6%200%201-.4%201-1V1c0-.6-.4-1-1-1H7c-.6%200-1%20.4-1%201v22c0%20.6.4%201%201%201z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M42%205H16v18c0%201.7-1.3%203-3%203H7c-1.7%200-3-1.3-3-3V5C1.8%205%200%206.8%200%209v23c0%202.2%201.8%204%204%204h2v7c0%201.7%201.3%203%203%203h28c1.7%200%203-1.3%203-3v-7h2c2.2%200%204-1.8%204-4V9c0-2.2-1.8-4-4-4zM20%209h20v4H20V9zm11.1%2013.2H29c-.7%200-1.2-.5-1.2-1.2s.5-1.2%201.2-1.2h2.1c.7%200%201.2.5%201.2%201.2s-.6%201.2-1.2%201.2zm1.2%202.8c0%20.7-.5%201.2-1.2%201.2H29c-.7%200-1.2-.5-1.2-1.2s.5-1.2%201.2-1.2h2.1c.6%200%201.2.5%201.2%201.2zm-1.2-6.8H29c-.7%200-1.2-.5-1.2-1.2s.5-1.2%201.2-1.2h2.1c.7%200%201.2.5%201.2%201.2s-.6%201.2-1.2%201.2zm-10.2-2.4H23c.7%200%201.2.5%201.2%201.2s-.5%201.2-1.2%201.2h-2.1c-.7%200-1.2-.5-1.2-1.2s.6-1.2%201.2-1.2zm0%204H23c.7%200%201.2.5%201.2%201.2s-.5%201.2-1.2%201.2h-2.1c-.7%200-1.2-.5-1.2-1.2s.6-1.2%201.2-1.2zm0%204H23c.7%200%201.2.5%201.2%201.2s-.5%201.2-1.2%201.2h-2.1c-.7%200-1.2-.5-1.2-1.2s.6-1.2%201.2-1.2zM37%2044H9c-.6%200-1-.4-1-1V30h30v13c0%20.6-.4%201-1%201zm2.1-17.8H37c-.7%200-1.2-.5-1.2-1.2s.5-1.2%201.2-1.2h2.1c.7%200%201.2.5%201.2%201.2s-.6%201.2-1.2%201.2zm0-4H37c-.7%200-1.2-.5-1.2-1.2s.5-1.2%201.2-1.2h2.1c.7%200%201.2.5%201.2%201.2s-.6%201.2-1.2%201.2zm0-4H37c-.7%200-1.2-.5-1.2-1.2s.5-1.2%201.2-1.2h2.1c.7%200%201.2.5%201.2%201.2s-.6%201.2-1.2%201.2z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12%2034h22v2H12zM12%2038h18v2H12z%22%2F%3E%3C%2Fsvg%3E");
  width: 33px;
  height: 33px; }

.ed-contact-foot__title {
  font-size: 30px;
  font-family: "bebas_book", Helvetica, Arial, sans-serif;
  line-height: 1; }
  .ed-contact-foot__title strong {
    font-size: 40px;
    font-family: "bebas", Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1.1; }

.ed-acc {
  background-color: #fff;
  padding: 50px;
  margin: 50px 0; }

.ed-acc__msgs {
  margin-top: 50px; }

.ed-acc__form .form-control {
  background-color: #e9e8ec;
  border: 0;
  border-bottom: 1px solid #343f4f;
  box-shadow: none; }

.ed-acc__form [data-name="user__location"] .acf-label {
  display: none; }

.modifier_mot {
  font-size: 1.3em; }

.top-mon-espace__creer {
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: bold; }

.eye_icon_mon_compte {
  position: absolute;
  background: url(../img/eye_icon.png) no-repeat center;
  background-size: 100% 100%;
  width: 32px;
  height: 20px;
  top: 8px;
  right: -30px;
  cursor: pointer; }

.mon_compte_password_field.success {
  border: 1px solid green; }

.mon_compte_password_field.error {
  border: 1px solid red; }

#use_adresse_post_1 {
  width: 22px;
  height: 30px; }

.ed-donations {
  margin-bottom: 1em; }

.ed-donation-box {
  background-color: #fff;
  padding: .5em 1em;
  box-shadow: 2px 2px 0 2px #ccc;
  margin-top: 1em; }

.page main, .page.category-circuler-autrement main, .category-circuler-autrement main, .page.category-je-minforme main, .page.item_carousel-custom main, .category-je-minforme main, .item_carousel-custom main, .page.category-jagis main, .page.category-je-donne main, .post-type-archive-partenaire main, .page.category-lassociation main, .category-lassociation main, .single-portrait main, .page-id-3244 main, .single-campagne main, .page-id-3246 main, .type-post.category-circuler-autrement .article-full__header, .type-post.category-je-minforme .article-full__header, .type-post.item_carousel-custom .article-full__header, .type-post.category-jagis .article-full__header, .type-post.category-je-donne .article-full__header, .type-post.category-lassociation .article-full__header {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain; }

.page main, .page.category-circuler-autrement main, .category-circuler-autrement main, .page.category-je-minforme main, .page.item_carousel-custom main, .category-je-minforme main, .item_carousel-custom main, .page.category-jagis main, .page.category-je-donne main, .post-type-archive-partenaire main, .page.category-lassociation main, .category-lassociation main, .single-portrait main, .page-id-3244 main, .single-campagne main, .page-id-3246 main {
  background-size: 100% auto, 100% 800px; }

.type-post.category-circuler-autrement .article-full__header, .type-post.category-je-minforme .article-full__header, .type-post.item_carousel-custom .article-full__header, .type-post.category-jagis .article-full__header, .type-post.category-je-donne .article-full__header, .type-post.category-lassociation .article-full__header {
  background-size: 100% auto;
  background-color: #fff; }
  @media (min-width: 768px) {
    .type-post.category-circuler-autrement .article-full__header, .type-post.category-je-minforme .article-full__header, .type-post.item_carousel-custom .article-full__header, .type-post.category-jagis .article-full__header, .type-post.category-je-donne .article-full__header, .type-post.category-lassociation .article-full__header {
      margin-bottom: 10px; } }

.page main {
  background-image: url("../img/header-base.jpg");
  background-image: url("../img/header-base.jpg"), linear-gradient(#edecef, #edecef); }

.home.page main {
  background: none; }

.page.category-circuler-autrement main {
  background-image: url("../img/header-partager.jpg");
  background-image: url("../img/header-partager.jpg"), linear-gradient(#edecef, #edecef); }

.category-circuler-autrement main {
  background-position: 0 151px;
  padding-top: 151px; }

.page.category-je-minforme main, .page.item_carousel-custom main {
  background-image: url("../img/header-informe.jpg");
  background-image: url("../img/header-informe.jpg"), linear-gradient(#edecef, #edecef);
  background-position: 0 151px;
  padding-top: 151px; }

.category-je-minforme main, .item_carousel-custom main {
  background-position: 0 151px;
  padding-top: 151px; }

.page.category-jagis main {
  background-image: url("../img/header-agis.jpg");
  background-image: url("../img/header-agis.jpg"), linear-gradient(#edecef, #edecef);
  background-position: 0 151px;
  padding-top: 151px; }

.page.category-je-donne main {
  background-image: url("../img/header-donne.jpg");
  background-image: url("../img/header-donne.jpg"), linear-gradient(#edecef, #edecef);
  background-position: 0 151px;
  padding-top: 151px; }

.post-type-archive-partenaire main {
  background-image: url("../img/header-partenaire.jpg");
  background-image: url("../img/header-partenaire.jpg"), linear-gradient(#edecef, #edecef); }

.page.category-lassociation main {
  background-image: url("../img/header-association.jpg");
  background-image: url("../img/header-association.jpg"), linear-gradient(#edecef, #edecef);
  background-position: 0 151px;
  padding-top: 151px; }

.category-lassociation main {
  background-position: 0 151px;
  padding-top: 151px; }

.single-portrait main {
  background-position: 0 151px;
  padding-top: 151px; }

.page-id-3244 main {
  background-image: url("../img/header-campagne.jpg") !important;
  background-image: url("../img/header-campagne.jpg"), linear-gradient(#edecef, #edecef) !important;
  background-position: 0 151px;
  padding-top: 151px; }

.single-campagne main {
  background-position: 0 151px;
  padding-top: 151px; }

.page-id-3246 main {
  background-image: url("../img/header-publication.jpg") !important;
  background-image: url("../img/header-publication.jpg"), linear-gradient(#edecef, #edecef) !important; }

.category-presse main {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 151px;
  padding-top: 151px; }

.category-presse-view main {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 151px;
  padding-top: 151px; }

.category-uncategorized main {
  background-position: 0 151px;
  padding-top: 151px; }

.type-post.category-circuler-autrement .article-full__header {
  background-image: url("../img/header-partager.jpg"); }

.type-post.category-je-minforme .article-full__header, .type-post.item_carousel-custom .article-full__header {
  background-image: url("../img/header-informe.jpg"); }

.type-post.category-jagis .article-full__header {
  background-image: url("../img/header-agis.jpg"); }

.type-post.category-je-donne .article-full__header {
  background-image: url("../img/header-donne.jpg"); }

.type-post.category-lassociation .article-full__header {
  background-image: url("../img/header-association.jpg");
  background-image: url("../img/header-association.jpg"), linear-gradient(#edecef, #edecef); }

.article-full {
  font-size: 16px; }
  .article-full .donner {
    margin-top: 2em;
    margin-bottom: 2em;
    border: 2px solid #0cbbaa; }
    @media (min-width: 768px) {
      .article-full .donner {
        border-width: 20px; } }
  @media (min-width: 768px) {
    .article-full .article-tease {
      float: right;
      clear: both;
      margin-bottom: 1.75em;
      width: 38%; } }
  @media (min-width: 992px) {
    .article-full .article-tease {
      width: 36%;
      min-height: 440px; } }
  .article-full .article-tease.contalign-center {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important; }
  .article-full .article-tease.contalign-left {
    float: left;
    margin-right: 2.375em; }
  .article-full .article-tease.contalign-right {
    float: right;
    margin-left: 2.375em; }
  .article-full .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0; }
    .article-full .video-container object,
    .article-full .video-container embed,
    .article-full .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .article-full .wp-caption {
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
    margin-bottom: 0.625em;
    width: 100%; }
    @media (min-width: 768px) {
      .article-full .wp-caption {
        width: 50% !important; } }
    .article-full .wp-caption img {
      display: block;
      width: 100%;
      height: auto; }
  .article-full .wp-caption-text {
    color: #7e8691;
    font-size: 75%;
    padding: .6em 0; }
  .article-full .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 100%; }
  .article-full .alignleft,
  .article-full .alignright {
    display: block;
    max-width: 50%;
    height: auto; }
  .article-full .alignleft {
    float: left;
    margin-right: 1.25em; }
  .article-full .alignright {
    float: right;
    margin-left: 1.25em; }
  .article-full .alignleft + .alignright {
    margin-left: -1.25em; }
  .article-full .video-title {
    text-transform: uppercase;
    font-size: 125%;
    line-height: 1;
    font-weight: bold;
    margin-bottom: .75em; }

@media (min-width: 768px) {
  .article-full.type-page {
    margin-top: 140px; } }

.haute-de-page {
  display: inline-block;
  font-size: 75%;
  text-align: center;
  line-height: 2.2; }
  .haute-de-page::before {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%205%22%3E%3Cpath%20fill%3D%22%23343f4f%22%20d%3D%22M0%205l5%20-5l5%205%22%2F%3E%3C%2Fsvg%3E");
    content: ''; }
  .haute-de-page, .haute-de-page:hover, .haute-de-page:focus {
    color: #343f4f; }

.article-full__header {
  text-align: center; }

.article-full__title {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 1em;
  font-size: 250%;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: .35em .4em;
  line-height: 1;
  /*color: #fff;*/
  /*background-color: transparent;*/
  color: #343f4f; }


main article div.bg-white header h1 {
  background-color: transparent;
}
main.new-2023 article header div h1 {
  background-color: transparent;
}
.campagne-template-default main article header div h1 {
  background-color: #fff;
}
main article header div h1 {
  background-color: rgb(0,0,0, 0.8);
}

/*.article .container .article-full__header .article-full__title {*/
/*  background-color: rgb(0,0,0, 0.8) !important;*/
/*}*/

.article-full__tags {
  text-align: center;
  margin-top: -1.8em;
  margin-bottom: 1em; }

.article-full__tag {
  display: inline-block;
  border-radius: .3em;
  background-color: #d1ccdb;
  color: #343f4f;
  font-size: 93%;
  padding: .6em;
  line-height: 1;
  margin-right: .6em;
  margin-bottom: .6em; }

.articule-full__post-image {
  text-align: center; }
  .articule-full__post-image > img {
    margin: 0 auto;
    margin-bottom: 40px; }

.article-full__chapo {
  text-align: left;
  font-weight: 700;
  font-size: 112.5%;
  color: #000; }

.article-full__toc {
  text-align: left;
  margin-top: 1.25em;
  margin-bottom: 1em; }
  .article-full__toc a,
  .article-full__toc a:hover,
  .article-full__toc a:focus {
    color: #343f4f;
    text-decoration: none; }

.article-full__toc-list {
  display: table;
  border: 1px solid #aeb2b9;
  border-width: 1px 0;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none; }
  .article-full__toc-list > li {
    margin: 1em 0;
    padding-left: 1em;
    background-position: top left;
    background-size: .5em 1em;
    background-repeat: no-repeat;
    line-height: 1; }
  @media (min-width: 768px) {
    .article-full__toc-list {
      width: auto;
      margin: 0 30px; } }

@media (min-width: 992px) {
  .article-full__body {
    padding-left: 30px;
    padding-right: 30px; }
    .article-full__body .scale-up {
      margin-left: -30px;
      margin-right: -30px; } }

.article-full__body h2 {
  font-weight: 700;
  font-size: 156.25%;
  margin-bottom: 1.625em;
  margin-top: 1.625em; }

.article-full__body h3 {
  font-weight: 700;
  font-size: 125%;
  margin-top: 1.1em;
  margin-bottom: 1em; }

.article-full__body h4 {
  font-weight: 700; }

.article-full__body blockquote {
  clear: both;
  position: relative;
  border-width: 1px 0;
  border-style: solid;
  font-size: 1em;
  padding: 3em 1em 4em;
  margin: 2.5em 0; }
  @media (min-width: 768px) {
    .article-full__body blockquote {
      padding: 1.25em 5em 2em;
      margin: 2.5em 0; } }
  .article-full__body blockquote::before, .article-full__body blockquote::after {
    position: absolute;
    font-family: "Times New Roman", Times, serif;
    font-size: 600%;
    color: #e6e7e8;
    line-height: 1; }
  .article-full__body blockquote::before {
    left: 0;
    top: 0;
    content: '\201c'; }
  .article-full__body blockquote::after {
    content: '\201e';
    right: 0;
    bottom: .2em; }
  .article-full__body blockquote p {
    font-style: italic;
    font-weight: 700;
    font-size: 112.5%; }
  .article-full__body blockquote > footer {
    position: absolute;
    left: 50%;
    bottom: -1px;
    color: #343f4f;
    font-size: 100%;
    line-height: 1; }
    .article-full__body blockquote > footer > cite {
      position: relative;
      left: -50%;
      background-color: #fff;
      padding: 0 1.1em;
      font-style: normal; }
    .article-full__body blockquote > footer::before {
      content: none; }

.article-full__body table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
  background-color: transparent; }
  .article-full__body table th,
  .article-full__body table td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-left: 1px solid #aeb2b9;
    border-right: 1px solid #aeb2b9; }
    .article-full__body table th:first-child,
    .article-full__body table td:first-child {
      border-left: 0;
      font-weight: 700; }
    .article-full__body table th:last-child,
    .article-full__body table td:last-child {
      border-right: 0; }
  .article-full__body table tbody > tr:nth-of-type(even) {
    background-color: #f0f1f1; }
  .article-full__body table > thead > tr > th {
    vertical-align: bottom; }
  .article-full__body table > tbody + tbody {
    border-top: 2px solid #aeb2b9; }
  .article-full__body table thead {
    background-color: #e6e8e8; }

.article-full__newsletter {
  clear: both;
  background-color: #e6e8e8;
  padding: 1.8em 2em;
  color: #424c5b;
  margin: 2em 0; }

.article-full__newsletter-title {
  line-height: 1;
  font-size: 112.5%;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1em; }

.article-full__newsletter-form {
  background-color: #fff;
  padding: 1.25em !important; }
  .article-full__newsletter-form .checkbox-inline {
    font-weight: 700;
    width: 45%;
    margin: 0; }

.article-full__newsletter-input {
  background: none;
  display: inline-block;
  border: 0;
  border-bottom: 1px solid #343f4f;
  padding-left: 0;
  font-size: 18px;
  box-shadow: none;
  width: calc(100% - 2.55em) !important; }
  .article-full__newsletter-input:focus {
    box-shadow: none;
    border-color: #343f4f; }

.article-full__newsletter-submit {
  background-color: #343f4f;
  font-weight: 700;
  font-size: 12px;
  height: 36px;
  border: 1px solid #535c6a;
  color: #fff;
  transition: background-color 150ms; }
  .article-full__newsletter-submit:hover, .article-full__newsletter-submit:focus {
    color: #fff;
    background-color: #161a21; }

.article-full__date {
  clear: both;
  text-align: center;
  font-size: 75%;
  margin-top: 2em;
  line-height: 1; }

.article-full__share {
  clear: both;
  text-align: center;
  padding-top: 1.5em;
  margin-top: 1em;
  background-position: center top;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, transparent, transparent 45%, #7e8691 45%, #7e8691 55%, transparent 55%); }
  .article-full__share::before {
    content: 'Partager sur les réseaux sociaux';
    display: block;
    color: #7e8691;
    font-size: 75%;
    text-transform: uppercase;
    margin: 0 0 .75em;
    line-height: 1; }
  .article-full__share .fb,
  .article-full__share .twit {
    display: inline-block;
    margin-right: .25em;
    width: 1.5em;
    height: 1.5em;
    background-repeat: no-repeat;
    background-image: url(../img/sprites/social-mono-24.png);
    background-size: 200% auto; }
    .article-full__share .fb:last-child,
    .article-full__share .twit:last-child {
      margin-right: 0; }
  .article-full__share .twit {
    background-position: 0 -1.5em; }
    .article-full__share .twit:hover, .article-full__share .twit:focus {
      background-position: -1.5em -1.5em; }
  .article-full__share .fb {
    background-position: 0 0; }
    .article-full__share .fb:hover, .article-full__share .fb:focus {
      background-position: -1.5em 0; }

.article-full__return-cat {
  margin-top: 1.3em;
  margin-bottom: 1em;
  font-size: 15px !important; }
  @media (min-width: 768px) {
    .article-full__return-cat {
      font-size: 18px !important; } }

.article-full__regionpicker {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #343f4f; }

.category-uncategorized .voir-aussi {
  background: rgba(133, 154, 183, 0.86); }
  .category-uncategorized .voir-aussi:hover {
    background: #859ab7;
    color: white; }

.transverse__lines {
  overflow: hidden;
  background-color: #a6bc29;
  margin-bottom: 10px;
  height: 180px;
  /* &:nth-child(odd){
		background-color: $darkblue;
		} */
  /* .item{
		position: relative;

		span{
			position: absolute;
			top: 5px;
			left: 0px;
			background-color:  rgba(255, 255, 255, 0.5);
		}
	} */ }
  .transverse__lines .transverse__lines-item {
    position: relative;
    height: 100%;
    display: block;
    padding: 0 70px;
    /* 		.arrow{
			position: absolute;
			display: block;
			top: 50%;
			background-color: none;
		} */ }
    .transverse__lines .transverse__lines-item div {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
    .transverse__lines .transverse__lines-item:nth-child(2) {
      background-color: #343f4f; }
    .transverse__lines .transverse__lines-item span {
      position: absolute;
      top: 5px;
      left: 0px;
      background-color: rgba(255, 255, 255, 0.5); }

.article-full.category-circuler-autrement .dossier-next-prev__icon {
  stroke: #a6bc29; }

.article-full.category-circuler-autrement .post-top-nav__tab--dossier .post-top-nav__toggle-icon,
.article-full.category-circuler-autrement .dosnav__toggle-icon {
  fill: #a6bc29; }

.article-full.category-circuler-autrement .dosnav__toggle::after,
.article-full.category-circuler-autrement .article-full__body table > thead > tr:last-child > th:first-child,
.article-full.category-circuler-autrement .saviez-vous__title,
.article-full.category-circuler-autrement .mise-avant__title > div,
.article-full.category-circuler-autrement .article-dl::before,
.article-full.category-circuler-autrement .voir-aussi,
.article-full.category-circuler-autrement .article-dl__btn:hover, .article-full.category-circuler-autrement .article-dl__btn:focus,
.article-full.category-circuler-autrement .donner__submit,
.article-full.category-circuler-autrement .article-full__newsletter-submit,
.article-full.category-circuler-autrement .article-full__title {
  /*background-color: transparent;*/
  color: #a6bc29; }

.article-full.category-circuler-autrement .voir-aussi:hover,
.article-full.category-circuler-autrement .voir-aussi:hover {
  background-color: #a6bc29; }

.article-full.category-circuler-autrement .voir-aussi,
.article-full.category-circuler-autrement .donner__submit,
.article-full.category-circuler-autrement .article-full__body table > thead > tr:last-child > th:first-child {
  color: #fff; }

.article-full.category-circuler-autrement .article-full__body h2,
.article-full.category-circuler-autrement .article-full__body h3,
.article-full.category-circuler-autrement .article-full__body h4,
.article-full.category-circuler-autrement .article-dl__title,
.article-full.category-circuler-autrement .article-dl__body,
.article-full.category-circuler-autrement .mise-avant__link > a,
.article-full.category-circuler-autrement .engage__e8t-body::before,
.article-full.category-circuler-autrement .donner__highlight-amt,
.article-full.category-circuler-autrement .question-answer__q::before {
  color: #a6bc29; }

.article-full.category-circuler-autrement .dosnav__article-title--no-img > span,
.article-full.category-circuler-autrement .saviez-vous,
.article-full.category-circuler-autrement .mise-avant,
.article-full.category-circuler-autrement .article-full__body blockquote,
.article-full.category-circuler-autrement .donner,
.article-full.category-circuler-autrement .donner__submit,
.article-full.category-circuler-autrement .article-dl,
.article-full.category-circuler-autrement .article-full__newsletter-submit,
.article-full.category-circuler-autrement .question-answer__a {
  border-color: #a6bc29; }

.article-full.category-circuler-autrement .donner__submit:hover,
.article-full.category-circuler-autrement .donner__submit:focus,
.article-full.category-circuler-autrement .donner__submit:active {
  border-color: #a6bc29;
  background-color: #a6bc29; }

.article-full.category-circuler-autrement::before {
  background-color: rgba(241, 196, 15, 0.5); }

.article-full.category-circuler-autrement .chiffre-cle {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%23f1c40f%22%20d%3D%22M0%2025L0%20100L100%20100L100%200%22%2F%3E%3C%2Fsvg%3E"); }

.article-full.category-circuler-autrement .article-full__toc-list > li {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207%2014%22%20width%3D%227%22%20height%3D%2214%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23a6bc29%22%20stroke-width%3D%221%22%20d%3D%22M0%200%20l7%207%20l-7%207%22%2F%3E%3C%2Fsvg%3E"); }

.article-full.category-circuler-autrement .article-full__body ul > li {
  list-style-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20width%3D%2210%22%20height%3D%2210%22%3E%3Crect%20fill%3D%22%23a6bc29%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2210%22%20height%3D%222%22%2F%3E%3C%2Fsvg%3E"); }

.article-full.category-circuler-autrement .article-full__body ul ul > li {
  list-style-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20width%3D%2210%22%20eheight%3D%2210%22%3E%3Ccircle%20fill%3D%22%23a6bc29%22%20cx%3D%225%22%20cy%3D%225%22%20r%3D%222%22%2F%3E%3C%2Fsvg%3E"); }

.article-full.category-je-minforme .dossier-next-prev__icon, .article-full.item_carousel-custom .dossier-next-prev__icon {
  stroke: #a6bc29; }

.article-full.category-je-minforme .post-top-nav__tab--dossier .post-top-nav__toggle-icon, .article-full.item_carousel-custom .post-top-nav__tab--dossier .post-top-nav__toggle-icon,
.article-full.category-je-minforme .dosnav__toggle-icon, .article-full.item_carousel-custom .dosnav__toggle-icon {
  fill: #a6bc29; }

.article-full.category-je-minforme .dosnav__toggle::after, .article-full.item_carousel-custom .dosnav__toggle::after,
.article-full.category-je-minforme .article-full__body table > thead > tr:last-child > th:first-child, .article-full.item_carousel-custom .article-full__body table > thead > tr:last-child > th:first-child,
.article-full.category-je-minforme .saviez-vous__title, .article-full.item_carousel-custom .saviez-vous__title,
.article-full.category-je-minforme .mise-avant__title > div, .article-full.item_carousel-custom .mise-avant__title > div,
.article-full.category-je-minforme .article-dl::before, .article-full.item_carousel-custom .article-dl::before,
.article-full.category-je-minforme .voir-aussi, .article-full.item_carousel-custom .voir-aussi,
.article-full.category-je-minforme .article-dl__btn:hover, .article-full.item_carousel-custom .article-dl__btn:hover, .article-full.category-je-minforme .article-dl__btn:focus, .article-full.item_carousel-custom .article-dl__btn:focus,
.article-full.category-je-minforme .donner__submit, .article-full.item_carousel-custom .donner__submit,
.article-full.category-je-minforme .article-full__newsletter-submit, .article-full.item_carousel-custom .article-full__newsletter-submit,
.article-full.category-je-minforme .article-full__title, .article-full.item_carousel-custom .article-full__title {
  /*background-color: transparent;*/
  color: #a6bc29; }

.article-full.category-je-minforme .voir-aussi:hover, .article-full.item_carousel-custom .voir-aussi:hover,
.article-full.category-je-minforme .voir-aussi:hover, .article-full.item_carousel-custom .voir-aussi:hover {
  background-color: #94a724; }

.article-full.category-je-minforme .voir-aussi, .article-full.item_carousel-custom .voir-aussi,
.article-full.category-je-minforme .donner__submit, .article-full.item_carousel-custom .donner__submit,
.article-full.category-je-minforme .article-full__body table > thead > tr:last-child > th:first-child, .article-full.item_carousel-custom .article-full__body table > thead > tr:last-child > th:first-child {
  color: #fff; }

.article-full.category-je-minforme .article-full__body h2, .article-full.item_carousel-custom .article-full__body h2,
.article-full.category-je-minforme .article-full__body h3, .article-full.item_carousel-custom .article-full__body h3,
.article-full.category-je-minforme .article-full__body h4, .article-full.item_carousel-custom .article-full__body h4,
.article-full.category-je-minforme .article-dl__title, .article-full.item_carousel-custom .article-dl__title,
.article-full.category-je-minforme .article-dl__body, .article-full.item_carousel-custom .article-dl__body,
.article-full.category-je-minforme .mise-avant__link > a, .article-full.item_carousel-custom .mise-avant__link > a,
.article-full.category-je-minforme .engage__e8t-body::before, .article-full.item_carousel-custom .engage__e8t-body::before,
.article-full.category-je-minforme .donner__highlight-amt, .article-full.item_carousel-custom .donner__highlight-amt,
.article-full.category-je-minforme .question-answer__q::before, .article-full.item_carousel-custom .question-answer__q::before {
  color: #a6bc29; }

.article-full.category-je-minforme .dosnav__article-title--no-img > span, .article-full.item_carousel-custom .dosnav__article-title--no-img > span,
.article-full.category-je-minforme .saviez-vous, .article-full.item_carousel-custom .saviez-vous,
.article-full.category-je-minforme .mise-avant, .article-full.item_carousel-custom .mise-avant,
.article-full.category-je-minforme .article-full__body blockquote, .article-full.item_carousel-custom .article-full__body blockquote,
.article-full.category-je-minforme .donner, .article-full.item_carousel-custom .donner,
.article-full.category-je-minforme .donner__submit, .article-full.item_carousel-custom .donner__submit,
.article-full.category-je-minforme .article-dl, .article-full.item_carousel-custom .article-dl,
.article-full.category-je-minforme .article-full__newsletter-submit, .article-full.item_carousel-custom .article-full__newsletter-submit,
.article-full.category-je-minforme .question-answer__a, .article-full.item_carousel-custom .question-answer__a {
  border-color: #a6bc29; }

.article-full.category-je-minforme .donner__submit:hover, .article-full.item_carousel-custom .donner__submit:hover,
.article-full.category-je-minforme .donner__submit:focus, .article-full.item_carousel-custom .donner__submit:focus,
.article-full.category-je-minforme .donner__submit:active, .article-full.item_carousel-custom .donner__submit:active {
  border-color: #819220;
  background-color: #819220; }

.article-full.category-je-minforme::before, .article-full.item_carousel-custom::before {
  background-color: rgba(166, 188, 41, 0.5); }

.article-full.category-je-minforme .chiffre-cle, .article-full.item_carousel-custom .chiffre-cle {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%23a6bc29%22%20d%3D%22M0%2025L0%20100L100%20100L100%200%22%2F%3E%3C%2Fsvg%3E"); }

.article-full.category-je-minforme .article-full__toc-list > li, .article-full.item_carousel-custom .article-full__toc-list > li {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207%2014%22%20width%3D%227%22%20height%3D%2214%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23a6bc29%22%20stroke-width%3D%221%22%20d%3D%22M0%200%20l7%207%20l-7%207%22%2F%3E%3C%2Fsvg%3E"); }

.article-full.category-je-minforme .article-full__body ul > li, .article-full.item_carousel-custom .article-full__body ul > li {
  list-style-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20width%3D%2210%22%20height%3D%2210%22%3E%3Crect%20fill%3D%22%23a6bc29%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2210%22%20height%3D%222%22%2F%3E%3C%2Fsvg%3E"); }

.article-full.category-je-minforme .article-full__body ul ul > li, .article-full.item_carousel-custom .article-full__body ul ul > li {
  list-style-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20width%3D%2210%22%20eheight%3D%2210%22%3E%3Ccircle%20fill%3D%22%23a6bc29%22%20cx%3D%225%22%20cy%3D%225%22%20r%3D%222%22%2F%3E%3C%2Fsvg%3E"); }

.article-full.category-jagis .dossier-next-prev__icon {
  stroke: #e6006d; }

.article-full.category-jagis .post-top-nav__tab--dossier .post-top-nav__toggle-icon,
.article-full.category-jagis .dosnav__toggle-icon {
  fill: #e6006d; }

.article-full.category-jagis .dosnav__toggle::after,
.article-full.category-jagis .article-full__body table > thead > tr:last-child > th:first-child,
.article-full.category-jagis .saviez-vous__title,
.article-full.category-jagis .mise-avant__title > div,
.article-full.category-jagis .article-dl::before,
.article-full.category-jagis .voir-aussi,
.article-full.category-jagis .article-dl__btn:hover, .article-full.category-jagis .article-dl__btn:focus,
.article-full.category-jagis .donner__submit,
.article-full.category-jagis .article-full__newsletter-submit,
.article-full.category-jagis .article-full__title {
  /*background-color: transparent;*/
  color: #e6006d; }

.article-full.category-jagis .voir-aussi:hover,
.article-full.category-jagis .voir-aussi:hover {
  background-color: #cd0061; }

.article-full.category-jagis .voir-aussi,
.article-full.category-jagis .donner__submit,
.article-full.category-jagis .article-full__body table > thead > tr:last-child > th:first-child {
  color: #fff; }

.article-full.category-jagis .article-full__body h2,
.article-full.category-jagis .article-full__body h3,
.article-full.category-jagis .article-full__body h4,
.article-full.category-jagis .article-dl__title,
.article-full.category-jagis .article-dl__body,
.article-full.category-jagis .mise-avant__link > a,
.article-full.category-jagis .engage__e8t-body::before,
.article-full.category-jagis .donner__highlight-amt,
.article-full.category-jagis .question-answer__q::before {
  color: #e6006d; }

.article-full.category-jagis .dosnav__article-title--no-img > span,
.article-full.category-jagis .saviez-vous,
.article-full.category-jagis .mise-avant,
.article-full.category-jagis .article-full__body blockquote,
.article-full.category-jagis .donner,
.article-full.category-jagis .donner__submit,
.article-full.category-jagis .article-dl,
.article-full.category-jagis .article-full__newsletter-submit,
.article-full.category-jagis .question-answer__a {
  border-color: #e6006d; }

.article-full.category-jagis .donner__submit:hover,
.article-full.category-jagis .donner__submit:focus,
.article-full.category-jagis .donner__submit:active {
  border-color: #b30055;
  background-color: #b30055; }

.article-full.category-jagis::before {
  background-color: rgba(230, 0, 109, 0.5); }

.article-full.category-jagis .chiffre-cle {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%23e6006d%22%20d%3D%22M0%2025L0%20100L100%20100L100%200%22%2F%3E%3C%2Fsvg%3E"); }

.article-full.category-jagis .article-full__toc-list > li {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207%2014%22%20width%3D%227%22%20height%3D%2214%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23e6006d%22%20stroke-width%3D%221%22%20d%3D%22M0%200%20l7%207%20l-7%207%22%2F%3E%3C%2Fsvg%3E"); }

.article-full.category-jagis .article-full__body ul > li {
  list-style-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20width%3D%2210%22%20height%3D%2210%22%3E%3Crect%20fill%3D%22%23e6006d%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2210%22%20height%3D%222%22%2F%3E%3C%2Fsvg%3E"); }

.article-full.category-jagis .article-full__body ul ul > li {
  list-style-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20width%3D%2210%22%20eheight%3D%2210%22%3E%3Ccircle%20fill%3D%22%23e6006d%22%20cx%3D%225%22%20cy%3D%225%22%20r%3D%222%22%2F%3E%3C%2Fsvg%3E"); }

.article-full.category-je-donne .dossier-next-prev__icon {
  stroke: #0cbbaa; }

.article-full.category-je-donne .post-top-nav__tab--dossier .post-top-nav__toggle-icon,
.article-full.category-je-donne .dosnav__toggle-icon {
  fill: #0cbbaa; }

.article-full.category-je-donne .dosnav__toggle::after,
.article-full.category-je-donne .article-full__body table > thead > tr:last-child > th:first-child,
.article-full.category-je-donne .saviez-vous__title,
.article-full.category-je-donne .mise-avant__title > div,
.article-full.category-je-donne .article-dl::before,
.article-full.category-je-donne .voir-aussi,
.article-full.category-je-donne .article-dl__btn:hover, .article-full.category-je-donne .article-dl__btn:focus,
.article-full.category-je-donne .donner__submit,
.article-full.category-je-donne .article-full__newsletter-submit,
.article-full.category-je-donne .article-full__title {
  /*background-color: transparent;*/
  color: #0cbbaa; }

.article-full.category-je-donne .voir-aussi:hover,
.article-full.category-je-donne .voir-aussi:hover {
  background-color: #0aa394; }

.article-full.category-je-donne .voir-aussi,
.article-full.category-je-donne .donner__submit,
.article-full.category-je-donne .article-full__body table > thead > tr:last-child > th:first-child {
  color: #fff; }

.article-full.category-je-donne .article-full__body h2,
.article-full.category-je-donne .article-full__body h3,
.article-full.category-je-donne .article-full__body h4,
.article-full.category-je-donne .article-dl__title,
.article-full.category-je-donne .article-dl__body,
.article-full.category-je-donne .mise-avant__link > a,
.article-full.category-je-donne .engage__e8t-body::before,
.article-full.category-je-donne .donner__highlight-amt,
.article-full.category-je-donne .question-answer__q::before {
  color: #0cbbaa; }

.article-full.category-je-donne .dosnav__article-title--no-img > span,
.article-full.category-je-donne .saviez-vous,
.article-full.category-je-donne .mise-avant,
.article-full.category-je-donne .article-full__body blockquote,
.article-full.category-je-donne .donner,
.article-full.category-je-donne .donner__submit,
.article-full.category-je-donne .article-dl,
.article-full.category-je-donne .article-full__newsletter-submit,
.article-full.category-je-donne .question-answer__a {
  border-color: #0cbbaa; }

.article-full.category-je-donne .donner__submit:hover,
.article-full.category-je-donne .donner__submit:focus,
.article-full.category-je-donne .donner__submit:active {
  border-color: #098b7e;
  background-color: #098b7e; }

.article-full.category-je-donne::before {
  background-color: rgba(12, 187, 170, 0.5); }

.article-full.category-je-donne .chiffre-cle {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%230cbbaa%22%20d%3D%22M0%2025L0%20100L100%20100L100%200%22%2F%3E%3C%2Fsvg%3E"); }

.article-full.category-je-donne .article-full__toc-list > li {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207%2014%22%20width%3D%227%22%20height%3D%2214%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%230cbbaa%22%20stroke-width%3D%221%22%20d%3D%22M0%200%20l7%207%20l-7%207%22%2F%3E%3C%2Fsvg%3E"); }

.article-full.category-je-donne .article-full__body ul > li {
  list-style-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20width%3D%2210%22%20height%3D%2210%22%3E%3Crect%20fill%3D%22%230cbbaa%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2210%22%20height%3D%222%22%2F%3E%3C%2Fsvg%3E"); }

.article-full.category-je-donne .article-full__body ul ul > li {
  list-style-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20width%3D%2210%22%20eheight%3D%2210%22%3E%3Ccircle%20fill%3D%22%230cbbaa%22%20cx%3D%225%22%20cy%3D%225%22%20r%3D%222%22%2F%3E%3C%2Fsvg%3E"); }

.article-full.category-lassociation .dossier-next-prev__icon {
  stroke: #ec4125; }

.article-full.category-lassociation .post-top-nav__tab--dossier .post-top-nav__toggle-icon,
.article-full.category-lassociation .dosnav__toggle-icon {
  fill: #ec4125; }

.article-full.category-lassociation .dosnav__toggle::after,
.article-full.category-lassociation .article-full__body table > thead > tr:last-child > th:first-child,
.article-full.category-lassociation .saviez-vous__title,
.article-full.category-lassociation .mise-avant__title > div,
.article-full.category-lassociation .article-dl::before,
.article-full.category-lassociation .voir-aussi,
.article-full.category-lassociation .article-dl__btn:hover, .article-full.category-lassociation .article-dl__btn:focus,
.article-full.category-lassociation .donner__submit,
.article-full.category-lassociation .article-full__newsletter-submit,
.article-full.category-lassociation .article-full__title {
  /*background-color: transparent;*/
  color: #ec4125; }
.single-publication .article-full.category-lassociation .article-full__title {
  background-color: transparent;
}

.article-full.category-lassociation .voir-aussi:hover,
.article-full.category-lassociation .voir-aussi:hover {
  background-color: #e43114; }

.article-full.category-lassociation .voir-aussi,
.article-full.category-lassociation .donner__submit,
.article-full.category-lassociation .article-full__body table > thead > tr:last-child > th:first-child {
  color: #fff; }

.article-full.category-lassociation .article-full__body h2,
.article-full.category-lassociation .article-full__body h3,
.article-full.category-lassociation .article-full__body h4,
.article-full.category-lassociation .article-dl__title,
.article-full.category-lassociation .article-dl__body,
.article-full.category-lassociation .mise-avant__link > a,
.article-full.category-lassociation .engage__e8t-body::before,
.article-full.category-lassociation .donner__highlight-amt,
.article-full.category-lassociation .question-answer__q::before {
  color: #ec4125; }

.article-full.category-lassociation .dosnav__article-title--no-img > span,
.article-full.category-lassociation .saviez-vous,
.article-full.category-lassociation .mise-avant,
.article-full.category-lassociation .article-full__body blockquote,
.article-full.category-lassociation .donner,
.article-full.category-lassociation .donner__submit,
.article-full.category-lassociation .article-dl,
.article-full.category-lassociation .article-full__newsletter-submit,
.article-full.category-lassociation .question-answer__a {
  border-color: #ec4125; }

.article-full.category-lassociation .donner__submit:hover,
.article-full.category-lassociation .donner__submit:focus,
.article-full.category-lassociation .donner__submit:active {
  border-color: #cc2c12;
  background-color: #cc2c12; }

.article-full.category-lassociation::before {
  background-color: rgba(236, 65, 37, 0.5); }

.article-full.category-lassociation .chiffre-cle {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%23ec4125%22%20d%3D%22M0%2025L0%20100L100%20100L100%200%22%2F%3E%3C%2Fsvg%3E"); }

.article-full.category-lassociation .article-full__toc-list > li {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207%2014%22%20width%3D%227%22%20height%3D%2214%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23ec4125%22%20stroke-width%3D%221%22%20d%3D%22M0%200%20l7%207%20l-7%207%22%2F%3E%3C%2Fsvg%3E"); }

.article-full.category-lassociation .article-full__body ul > li {
  list-style-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20width%3D%2210%22%20height%3D%2210%22%3E%3Crect%20fill%3D%22%23ec4125%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2210%22%20height%3D%222%22%2F%3E%3C%2Fsvg%3E"); }

.article-full.category-lassociation .article-full__body ul ul > li {
  list-style-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20width%3D%2210%22%20eheight%3D%2210%22%3E%3Ccircle%20fill%3D%22%23ec4125%22%20cx%3D%225%22%20cy%3D%225%22%20r%3D%222%22%2F%3E%3C%2Fsvg%3E"); }

.postid-5868 .video-container {
  border: 1px dashed red;
  height: 700px; }

.custom_svg {
  text-align: center; }

.imgmap-dialog .ui-dialog-titlebar {
  background-color: white !important;
  border: none; }

.imgmap-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  background-image: url(https://www.materialui.co/materialIcons/navigation/close_grey_192x192.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: white !important;
  border: none;
  right: 2px;
  top: 10px; }
  .imgmap-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:focus {
    outline: none !important; }

.imgmap-dialog .imgmap-dialog-wrapper {
  padding: 19px 25px 12px 25px !important;
  min-height: 0 !important; }
  .imgmap-dialog .imgmap-dialog-wrapper #dialog-meta {
    display: none !important; }

.portraits_benevoles {
  text-align: center;
  position: relative;
  width: 100%;
  margin-bottom: 20px; }
  .portraits_benevoles .title {
    padding: 30px 30px 13px 30px;
    font-size: 26px;
    font-weight: 600;
    border-bottom: 1px solid; }
  .portraits_benevoles .portrait-tease {
    float: none;
    vertical-align: top;
    display: inline-block;
    margin: 25px 15px 0px 15px; }
    @media (min-width: 992px) {
      .portraits_benevoles .portrait-tease {
        height: 530px; } }
  .portraits_benevoles .article-tease__image:before {
    content: '';
    padding: 0; }
  .portraits_benevoles .article-tease__content {
    position: relative;
    min-height: 313px;
    overflow: hidden; }

.page__sitemap nav.menu-main-container {
  float: inherit !important; }

.article-links_header {
  width: 60%;
  margin: 20px auto 30px auto; }
  .article-links_header a {
    width: 100%;
    display: block;
    padding: 14px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 10px;
    background-color: #E74228;
    color: #fff;
    border-radius: 20px; }
    .article-links_header a span {
      color: #EEB60D; }
    .article-links_header a:hover, .article-links_header a:focus, .article-links_header a:active {
      text-decoration: none;
      color: #fff;
      background-color: #E74228; }
      .article-links_header a:hover span, .article-links_header a:focus span, .article-links_header a:active span {
        color: #EEB60D; }

.header_filters__controls {
  width: 100%;
  display: block;
  position: relative; }
  .header_filters__controls .filters_button {
    position: absolute;
    right: 0;
    font-family: "bebas", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 140%;
    padding: 5px 18px;
    background-color: #343f4f;
    color: white;
    top: -44px;
    height: 44px;
    line-height: 32px !important;
    background-position: 15px 11px !important;
    background-size: 14px 22px !important;
    margin-right: 16px;
    padding-left: 40px !important;
    text-decoration: none; }
    .header_filters__controls .filters_button:hover {
      text-decoration: underline; }
    .header_filters__controls .filters_button:focus, .header_filters__controls .filters_button:active {
      text-decoration: none; }

.header_filters__content {
  position: relative; }
  .header_filters__content:before {
    height: 54px !important;
    padding: 6px 20px !important;
    line-height: 42px !important;
    position: absolute;
    font-family: "bebas", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 187.5%;
    left: .56em;
    bottom: 100%;
    background-color: #343f4f;
    color: #fff; }

.category-circuler-autrement .header_filters__content:before {
  content: "Circuler autrement"; }

.category-je-minforme .header_filters__content:before, .item_carousel-custom .header_filters__content:before {
  content: "Je m’informe"; }

.category-je-minforme .header_filters__content.no-title:before, .item_carousel-custom .header_filters__content.no-title:before {
  content: none; }

.category-jagis .header_filters__content:before {
  content: "J’agis"; }

.category-je-donne .header_filters__content:before {
  content: "Je donne"; }

.post-type-archive-partenaire .header_filters__content:before {
  content: "Espace partenaire"; }

.category-lassociation .header_filters__content:before {
  content: "L’association"; }

.post-top-nav__tab.collapsed {
  font-size: 30px !important;
  padding: 6px 20px !important;
  line-height: 42px !important; }

@media (min-width: 768px) {
  .post-top-nav__tab.collapsed {
    font-size: 30px !important;
    padding: 6px 20px !important;
    line-height: 42px !important; } }

.post-top-nav {
  margin-top: 70px; }

.post-top-nav__tabs {
  text-align: left;
  padding: 0 20px; }
  @media (min-width: 300px) and (max-width: 382px) {
    .post-top-nav__tabs > a {
      float: none; } }

.post-top-nav__tab {
  font-size: 24px;
  background-color: #343f4f;
  line-height: 30px;
  display: block;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 18px 12px 9px;
  overflow: hidden;
  margin-top: 13px;
  zoom: 1;
  border-bottom: 1px solid #202630;
  white-space: nowrap; }
  .post-top-nav__tab, .post-top-nav__tab:hover, .post-top-nav__tab:focus {
    color: #fff;
    text-decoration: none; }
  .post-top-nav__tab.collapsed {
    font-size: 26px;
    padding: 20px;
    margin-top: 0;
    border-color: transparent; }
    .post-top-nav__tab.collapsed .post-top-nav__toggle-icon {
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
    @media (min-width: 768px) {
      .post-top-nav__tab.collapsed {
        font-size: 32px; } }
  @media (min-width: 768px) {
    .post-top-nav__tab {
      font-size: 30px;
      padding-left: 18px;
      padding-right: 18px; } }

.post-top-nav__tab--filter {
  float: left;
  margin-right: 30px; }

.post-top-nav__tab--dossier {
  background-color: #e9e8ec;
  border-color: #ceccd5;
  text-align: right; }
  .post-top-nav__tab--dossier, .post-top-nav__tab--dossier:hover, .post-top-nav__tab--dossier:focus {
    color: #343f4f; }
  .post-top-nav__tab--dossier .post-top-nav__toggle-icon {
    fill: #343f4f; }

.post-top-nav__toggle-icon {
  stroke: none;
  fill: #fff;
  display: inline-block;
  height: 20px;
  margin-left: 10px; }

.boutique-aside::before, .chiffre-cle .title, .voir-aussi::before {
  position: relative;
  top: -.4em;
  display: inline-block;
  padding: .4em .6em .6em;
  line-height: 1;
  color: #fff;
  font-size: 156.25%;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  background-color: transparent;
  background-color: #343f4f\9;
  background-size: cover, 16px 8px;
  background-repeat: no-repeat;
  background-position: center, 50% 100%;
  background-image: linear-gradient(0deg, transparent, transparent 8px, #343f4f 8px), url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%208%22%3E%3Cpath%20fill%3D%22%23343f4f%22%20d%3D%22M0%200l8%208l8%20-8%22%2F%3E%3C%2Fsvg%3E"); }

.article-dl {
  position: relative;
  border-width: 1px;
  border-style: solid;
  padding: 2.8em 1em 1em 1em;
  margin-top: 3.5em;
  margin-bottom: 2.5em;
  clear: both; }
  @media (min-width: 768px) {
    .article-dl {
      padding: 2.8em 2.8em 1em 2.8em; } }
  .article-dl .media {
    margin-top: 0; }
  .article-dl .media + .media {
    border-top: 1px solid #e6e8e8;
    padding-top: 1em; }
  .article-dl::before {
    content: 'Télécharger les documents';
    position: absolute;
    left: -1px;
    top: -.9em;
    background-color: #343f4f;
    color: #fff;
    line-height: 1;
    font-size: 156.25%;
    font-family: "bebas", Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    padding: .4em .8em; }
  .article-dl .media-left {
    padding-right: 1.625em; }

.article-dl__title {
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-size: 1.7em;
  line-height: 1; }
  @media (min-width: 768px) {
    .article-dl__title {
      font-size: 1.8em; } }

.article-dl__body {
  font-weight: bold; }

.article-dl__btn {
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-align: left;
  color: #424c5b;
  padding: 1em 0em 1em 2em;
  transition-property: color, background-color;
  transition-duration: 150ms; }
  @media (min-width: 768px) {
    .article-dl__btn {
      padding: 0.5em 1em 0.5em 3em; } }
  .article-dl__btn:hover, .article-dl__btn:focus {
    text-decoration: none;
    background-color: #424c5b;
    color: #fff; }
    .article-dl__btn:hover .article-dl__btn-arrow, .article-dl__btn:focus .article-dl__btn-arrow {
      width: 1.5em;
      height: 2.5em; }
    .article-dl__btn:hover path, .article-dl__btn:focus path {
      stroke: #fff; }
  .article-dl__btn .text-button {
    font-family: "bebas", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.25em;
    text-decoration: underline; }
  @media (min-width: 768px) {
    .article-dl__btn {
      max-width: 66%; } }

.article-dl__btn-arrow {
  position: absolute;
  width: 1em;
  height: 2em;
  left: 0.5em;
  top: 1em;
  transition: all 150ms; }
  @media (min-width: 768px) {
    .article-dl__btn-arrow {
      left: 1em; } }
  .article-dl__btn-arrow path {
    stroke: #424c5b;
    stroke-width: 1px;
    transition: all 150ms; }
  .article-dl__btn-arrow path.faded {
    stroke-opacity: .5; }

.boutique-aside {
  display: block;
  clear: both;
  border: 1px solid #ec4125;
  text-align: center;
  padding: 0 .75em .75em;
  margin: 1em 0;
  background: #ec4125; }
  .boutique-aside:hover, .boutique-aside:focus {
    color: #fff;
    text-decoration: none;
    background: #cc2c12; }
  .boutique-aside::before {
    content: 'La boutique'; }
  @media (min-width: 768px) {
    .boutique-aside {
      width: 38%;
      float: left;
      background: linear-gradient(0deg, #fff, #fff 43%, #ec4125 43%); }
      .boutique-aside:hover, .boutique-aside:focus {
        background: linear-gradient(0deg, #fff, #fff 43%, #cc2c12 43%); }
      .boutique-aside.contalign-center {
        float: none;
        margin-left: auto !important;
        margin-right: auto !important; }
      .boutique-aside.contalign-left {
        float: left;
        margin-right: 1.75em; }
      .boutique-aside.contalign-right {
        float: right;
        margin-left: 1.75em; } }

.boutique-aside__img,
.boutique-aside__title,
.boutique-aside__price {
  text-align: left; }

.boutique-aside__img {
  float: left;
  width: 50%;
  border: 5px solid #fff;
  margin-right: .8em; }
  .boutique-aside__img > img {
    display: block;
    width: 100%;
    height: auto; }

.boutique-aside__title,
.boutique-aside__price {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold; }

.boutique-aside__title {
  line-height: 1.1;
  font-size: 112.5%; }

.boutique-aside__price {
  line-height: 1;
  font-size: 187.5%; }

.boutique-aside__link {
  text-align: right;
  color: #fff;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.75;
  padding-right: 1.5em;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  text-decoration: underline;
  margin-top: 1em;
  white-space: nowrap;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2034%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20stroke-opacity%3D%22.5%22%20d%3D%22M0%200l16%2016l-16%2016%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20d%3D%22M0%202l16%2016l-16%2016%22%2F%3E%3C%2Fsvg%3E");
  transition: all 200ms; }
  .boutique-aside:hover .boutique-aside__link,
  .boutique-aside:focus .boutique-aside__link {
    padding-right: 1.7em;
    margin-right: -0.2em; }
  @media (min-width: 768px) {
    .boutique-aside__link {
      clear: both;
      font-size: 125%;
      color: #ec4125;
      background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2034%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23ec4125%22%20stroke-width%3D%221%22%20stroke-opacity%3D%22.5%22%20d%3D%22M0%200l16%2016l-16%2016%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23ec4125%22%20stroke-width%3D%221%22%20d%3D%22M0%202l16%2016l-16%2016%22%2F%3E%3C%2Fsvg%3E"); } }

.chiffre-cle {
  display: block;
  clear: both;
  text-align: center;
  padding: 0 .75em .75em;
  margin: 3em 0 1em;
  color: #fff;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%23343f4f%22%20d%3D%22M0%2025L0%20100L100%20100L100%200%22%2F%3E%3C%2Fsvg%3E"); }
  @media (min-width: 768px) {
    .chiffre-cle {
      float: left;
      width: 38%; }
      .chiffre-cle.contalign-center {
        float: none;
        margin-left: auto !important;
        margin-right: auto !important; }
      .chiffre-cle.contalign-left {
        float: left;
        margin-right: 1.75em; }
      .chiffre-cle.contalign-right {
        float: right;
        margin-left: 1.75em; } }
  .chiffre-cle .title {
    top: -1.3em; }

.chiffre-cle__title {
  font-family: "bebas_book", Helvetica, Arial, sans-serif;
  line-height: 1;
  font-size: 375%; }

.chiffre-cle__body {
  font-weight: bold;
  font-size: 112.5%; }

.carousel__container {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin: 1em 0 3em; }

.page-carousel {
  background: #343f4f;
  padding: 0.625em 0.625em;
  color: #fff; }
  .page-carousel .carousel-indicators .active {
    width: auto;
    height: auto;
    margin: 0.625em 0 0 0.5em; }

.slide-cap {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-weight: 700;
  font-size: 112.5%;
  line-height: 1.2;
  text-align: center;
  background: rgba(52, 63, 79, 0.5); }
  .slide-cap p {
    margin: 1.25em 1.875em; }

.img--slide {
  width: 100% !important; }

.carousel-indicators {
  position: static;
  text-align: left;
  margin-left: 0px;
  margin-top: 0.375em; }
  .carousel-indicators > li {
    background: none;
    border-radius: 0;
    border: transparent 2px solid !important;
    opacity: 1;
    display: inline-block;
    width: auto;
    height: auto;
    text-indent: 0;
    margin: 0 8px;
    position: relative; }
    .carousel-indicators > li.active {
      width: auto !important;
      height: auto !important;
      margin: 0 0.5em !important;
      border-color: #fff; }
    .carousel-indicators > li::before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(52, 63, 79, 0.5);
      content: ""; }
    .carousel-indicators > li.active::before, .carousel-indicators > li:hover::before {
      content: none; }
  .carousel-indicators.jsScrolled {
    white-space: nowrap;
    position: relative;
    left: 0;
    top: auto;
    right: auto;
    bottom: auto; }
    .carousel-indicators.jsScrolled > li {
      float: none; }

.indicator__wrap {
  position: relative;
  margin-left: 5em;
  margin-right: 5em; }

.indicator__wrap-container {
  overflow-x: hidden;
  margin-top: 1em; }

.indicator__push-left,
.indicator__push-right {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3em;
  width: 2.8em;
  height: 5.625em; }
  .indicator__push-left::before,
  .indicator__push-right::before {
    content: none; }

.indicator__push-left {
  left: -4.875em; }

.indicator__push-right {
  left: 100%;
  margin-left: 2.35em; }

.prev-next__wrap {
  text-align: center;
  margin-top: 1em; }
  .prev-next__wrap .indicator__push-left,
  .prev-next__wrap .indicator__push-right {
    display: inline-block;
    position: static;
    margin: 0 0;
    width: 1.5em;
    height: 3em;
    background-size: 100%; }
  .prev-next__wrap .indicator__push-right {
    margin-left: 3em; }

.engage {
  background-color: #e6e8e8;
  padding: 0 5em 2.5em;
  padding: 0 .5em .5em;
  margin-top: 1em;
  margin-bottom: 2em;
  clear: both; }
  @media (min-width: 768px) {
    .engage {
      padding: 0 5em 2.5em; } }

.engage__e8t {
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 2.625em;
  background-color: #fff;
  background: linear-gradient(168deg, #343f4f, #343f4f 170px, #fff 0);
  padding: 1.5em .69em 4.75em; }
  @media (min-width: 768px) {
    .engage__e8t {
      float: left;
      width: 31%;
      height: 23em; } }

.engage__e8t-header {
  color: #fff;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 150%;
  margin-left: .4em;
  line-height: 1;
  margin-bottom: .3em; }

.engage__e8t-body {
  background-color: #fff;
  padding: 2.14em 1.79em;
  font-size: 87.5%;
  overflow: hidden;
  max-height: 17em; }
  .engage__e8t-body p {
    margin-bottom: 0; }
  .engage__e8t-body cite {
    font-style: normal;
    display: block; }
  .engage__e8t-body::before {
    content: '#\00a0';
    float: left;
    font-size: 166.67%;
    line-height: .5; }

.engage__e8t-footer {
  text-align: center;
  font-size: 75%;
  color: #7e8691;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }
  .engage__e8t-footer > div {
    position: relative;
    left: -50%; }

.engage__share-btn {
  display: block;
  margin: 0 auto;
  width: 4em;
  height: 4em;
  background-size: 200% auto;
  background-repeat: no-repeat;
  margin-top: .75em;
  margin-bottom: -.75em; }

.engage__share-btn--twit {
  background-image: url("../img/twitter48.png");
  background-position: 0 0; }
  .engage__share-btn--twit:hover, .engage__share-btn--twit:focus {
    background-position: -4em 0; }

.engage__share-btn--fb {
  background-position: 0 -4em; }
  .engage__share-btn--fb:hover, .engage__share-btn--fb:focus {
    background-position: -4em -4em; }

@media (min-width: 768px) {
  .engage__e8t--image {
    clear: both;
    width: 97%;
    background-color: #fff;
    background-size: 33%;
    background-repeat: no-repeat;
    background-position: left top; }
    .engage__e8t--image .engage__e8t-header,
    .engage__e8t--image .engage__e8t-body,
    .engage__e8t--image .engage__e8t-footer {
      width: 30%; }
    .engage__e8t--image .engage__e8t-img {
      display: block; } }

.engage__e8t-img {
  margin-left: 1%;
  margin-right: 1%; }
  .engage__e8t-img > img {
    display: block;
    width: 100%;
    height: auto; }
  @media (min-width: 768px) {
    .engage__e8t-img {
      position: absolute;
      left: 33%;
      margin-left: 0;
      margin-right: 0;
      top: 0;
      width: 67%;
      height: 100%;
      overflow: hidden; } }

.question-answer {
  margin-top: 1.625em;
  margin-bottom: 2.78em; }

.question-answer__q {
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 112.5%;
  font-weight: bold; }
  .question-answer__q::before {
    float: left;
    clear: both;
    margin-right: .32em;
    line-height: 1;
    content: 'Q /';
    font-size: 278%;
    font-weight: normal; }

.question-answer__a {
  margin-left: 1em;
  padding-left: 20px;
  border-style: solid;
  border-width: 0 0 0 1px; }
  @media (min-width: 768px) {
    .question-answer__a {
      margin-left: 10em; } }

.related-content {
  border-bottom: 10px solid #fff; }

.related-content__article {
  position: relative;
  display: block;
  background-color: #343f4f;
  color: #fff;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  padding: 60px 75px 30px !important;
  border-left: 1px solid #fff;
  line-height: 1;
  transition: background-color 100ms; }
  .related-content__article:hover, .related-content__article:focus {
    color: #fff;
    text-decoration: none;
    z-index: 999;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
    border-color: transparent; }
  .related-content__article:first-child {
    border: 0; }
  @media (min-width: 992px) {
    .related-content__article {
      display: table-cell;
      background-size: 22px 73px;
      background-position: 20px center;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%2073%22%3E%3Cpath%20d%3D%22M2%2030l19%2019l-19%2019%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20stroke-opacity%3D%22.5%22%20vector-effect%3D%22non-scaling-stroke%22%2F%3E%3Cpath%20d%3D%22M0%2030l21%2021l-21%2021%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20vector-effect%3D%22non-scaling-stroke%22%2F%3E%3C%2Fsvg%3E"); } }

.related-content__cat {
  position: absolute;
  padding: 10px 20px;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  top: 10px;
  left: 0; }

.related-content__title {
  font-weight: bold;
  font-size: 30px; }

.related-content__article--jagis {
  background-color: #e6006d; }
  .related-content__article--jagis:hover, .related-content__article--jagis:focus {
    background-color: #b30055; }

.related-content__article--lassociation {
  background-color: #ec4125; }
  .related-content__article--lassociation:hover, .related-content__article--lassociation:focus {
    background-color: #cc2c12; }

.related-content__article--je-donne {
  background-color: #0cbbaa; }
  .related-content__article--je-donne:hover, .related-content__article--je-donne:focus {
    background-color: #098b7e; }

.related-content__article--je-minforme {
  background-color: #a6bc29; }
  .related-content__article--je-minforme:hover, .related-content__article--je-minforme:focus {
    background-color: #819220; }

.related-content__article--circuler-autrement {
  background-color: #a6bc29; }
  .related-content__article--circuler-autrement:hover, .related-content__article--circuler-autrement:focus {
    background-color: #a6bc29; }

.saviez-vous {
  position: relative;
  border-width: 1px;
  border-style: solid;
  padding: 2.625em 2em;
  margin: 3.75em 0 3.5em;
  clear: both; }

.saviez-vous__title {
  position: absolute;
  left: -1px;
  top: -.9em;
  background-color: #343f4f;
  color: #fff;
  line-height: 1;
  font-size: 156.25%;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  padding: .4em .8em; }

.saviez-vous-share {
  position: absolute;
  text-align: center;
  left: 50%;
  margin-right: -10%; }
  .saviez-vous-share > div {
    position: relative;
    left: -50%;
    bottom: -1.7em;
    background-color: #fff;
    padding: 0 1.1em; }
    .saviez-vous-share > div::before {
      content: 'Partager sur les réseaux sociaux';
      color: #7e8691;
      text-transform: uppercase;
      font-size: 75%;
      display: block;
      line-height: 1.5; }
  .saviez-vous-share .facebook,
  .saviez-vous-share .twitter {
    display: inline-block;
    margin-right: .15em;
    width: 1.5em;
    height: 1.5em;
    background-repeat: no-repeat;
    background-image: url(../img/sprites/social-mono-24.png);
    background-size: 200% auto; }
    .saviez-vous-share .facebook:last-child,
    .saviez-vous-share .twitter:last-child {
      margin-right: 0; }
  .saviez-vous-share .twitter {
    background-position: 0 -1.5em; }
    .saviez-vous-share .twitter:hover, .saviez-vous-share .twitter:focus {
      background-position: 0 -10.5em; }
  .saviez-vous-share .facebook {
    background-position: 0 0; }
    .saviez-vous-share .facebook:hover, .saviez-vous-share .facebook:focus {
      background-position: 0 -9em; }

.mise-avant {
  position: relative;
  border-width: 1px;
  border-style: solid;
  padding: 1.6em 2em;
  margin: 3.75em 0 3.5em;
  clear: both; }
  @media (min-width: 768px) {
    .mise-avant {
      float: left;
      width: 38%; }
      .mise-avant.contalign-center {
        float: none;
        margin-left: auto !important;
        margin-right: auto !important; }
      .mise-avant.contalign-left {
        float: left;
        margin-right: 1.75em; }
      .mise-avant.contalign-right {
        float: right;
        margin-left: 1.75em; } }

.mise-avant__title {
  margin-top: -55px;
  text-align: center; }
  .mise-avant__title > div {
    position: relative;
    display: inline-block;
    background-color: #343f4f;
    color: #fff;
    line-height: 1;
    font-size: 200%;
    font-family: "bebas", Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    padding: .4em .8em; }

.mise-avant__link {
  text-align: right; }
  .mise-avant__link > a {
    color: #343f4f; }
    .mise-avant__link > a::before {
      content: '>\00a0'; }

.voir-aussi {
  position: relative;
  width: 100%;
  float: left;
  display: block;
  clear: both;
  margin: 2em 0;
  color: #fff;
  padding: 0 1.25em 1.25em;
  text-align: center; }
  .voir-aussi:hover, .voir-aussi:focus {
    text-decoration: none; }
  .voir-aussi::before {
    content: 'Voir aussi'; }
  .voir-aussi.contalign-left {
    float: left; }
  .voir-aussi.contalign-right {
    float: right; }
  .voir-aussi.contalign-center {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important; }
  @media (min-width: 768px) {
    .voir-aussi {
      width: 40%; }
      .voir-aussi.contalign-left {
        float: left;
        margin-right: 2.625em; }
      .voir-aussi.contalign-right {
        float: right;
        margin-left: 2.625em; } }

.voir-aussi__header {
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 112.5%;
  margin-top: 1em;
  margin-bottom: 1.33em; }

.voir-aussi__body {
  text-align: left; }

.voir-aussi__footer {
  text-align: right;
  font-size: 125%;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
  background-repeat: no-repeat;
  background-size: .75em 1.5em;
  background-position: right center;
  padding-right: 1.75em;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2030%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20stroke-opacity%3D%22.5%22%20d%3D%22M0%200l15%2014l-15%2014%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20d%3D%22M0%202l15%2014l-15%2014%22%2F%3E%3C%2Fsvg%3E");
  transition: all 200ms; }
  .voir-aussi:hover .voir-aussi__footer,
  .voir-aussi:focus .voir-aussi__footer {
    padding-right: 1.95em;
    margin-right: -0.2em; }

.dosnav {
  margin-top: 2.8em;
  background-color: #e9e8ec; }

.dosnav__toggle-bar {
  background-image: linear-gradient(90deg, rgba(233, 232, 236, 0) 12%, rgba(255, 255, 255, 0.61) 16%, rgba(255, 255, 255, 0.61) 84%, rgba(233, 232, 236, 0) 88%); }

.dosnav__toggle {
  display: inline-block;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 162.5%;
  white-space: nowrap; }
  .dosnav__toggle, .dosnav__toggle:hover, .dosnav__toggle:focus {
    color: #343f4f;
    text-decoration: none; }
    .dosnav__toggle::after, .dosnav__toggle:hover::after, .dosnav__toggle:focus::after {
      width: 100%; }
  .dosnav__toggle::after {
    background-color: #343f4f;
    width: 20%;
    height: 6px;
    display: block;
    content: '';
    margin-bottom: -1px;
    transition: width 200ms; }
  .dosnav__toggle.collapsed > .dosnav__toggle-icon {
    -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }

.dosnav__toggle-icon {
  display: inline-block;
  width: .6em;
  height: auto;
  fill: #343f4f;
  margin-left: 5px;
  transition: transform 300ms; }

.dosnav__link-box {
  padding-top: 13px;
  padding-bottom: 13px;
  background-position: center top;
  background-image: radial-gradient(ellipse at 50% 0, rgba(238, 238, 238, 0.61), transparent);
  background-size: 76% 4px;
  background-repeat: no-repeat; }

.dosnav__link-box--top {
  background-color: #e9e8ec; }

.dosnav__col {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .dosnav__col {
      float: left;
      width: 20%; } }

.dosnav__article {
  display: block; }
  .dosnav__article, .dosnav__article:hover, .dosnav__article:focus {
    color: #343f4f;
    text-decoration: none; }
  .dosnav__article:hover > .dosnav__article-img::after {
    background-color: rgba(52, 63, 79, 0); }
  .dosnav__article.active > .dosnav__article-img {
    border-color: #fff; }
  .dosnav__article.active > .dosnav__article-title--no-img {
    background-color: #fff; }

.dosnav__article-img {
  position: relative;
  border: 5px solid transparent; }
  .dosnav__article-img::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(52, 63, 79, 0.51);
    transition: background-color 200ms;
    content: ''; }

.dosnav__article-title {
  font-size: 87.5%;
  font-weight: 700; }

.dosnav__article-title--no-img {
  border: 1px solid #8d929c;
  height: 94px;
  margin: 4px 0;
  text-align: left; }
  .dosnav__article-title--no-img > span {
    display: block;
    border-left: 10px solid #343f4f;
    margin-top: 2.2em;
    padding: 0 6px;
    line-height: 1; }

.post-filters {
  margin-top: 0;
  text-align: left; }
  .post-filters::before {
    content: none !important; }
  .post-filters .collapsible-filter.collapsed {
    max-height: 0; }

.dossier-next-prev {
  position: absolute;
  width: 100%;
  top: auto; }
  .dossier-next-prev.affix {
    position: fixed;
    top: 40%; }
  .dossier-next-prev.affix-bottom {
    bottom: 0; }

.dossier-next-prev__prev,
.dossier-next-prev__next {
  position: absolute;
  top: 0;
  display: none;
  background-color: #343f4f;
  font-size: 87,5%;
  padding: 2.1em 1em;
  line-height: 1;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .dossier-next-prev__prev,
    .dossier-next-prev__next {
      display: block; } }
  .dossier-next-prev__prev, .dossier-next-prev__prev:hover, .dossier-next-prev__prev:focus,
  .dossier-next-prev__next,
  .dossier-next-prev__next:hover,
  .dossier-next-prev__next:focus {
    color: #fff;
    text-decoration: none; }
  .dossier-next-prev__prev:hover, .dossier-next-prev__prev:focus,
  .dossier-next-prev__next:hover,
  .dossier-next-prev__next:focus {
    background-color: #202630; }
  .dossier-next-prev__prev > span,
  .dossier-next-prev__next > span {
    max-width: 0px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    transition: max-width 200ms;
    white-space: nowrap; }
  .dossier-next-prev__prev:hover > span,
  .dossier-next-prev__next:hover > span {
    max-width: 500px; }

.dossier-next-prev__prev {
  left: 0;
  padding-right: 1.5em; }

.dossier-next-prev__next {
  right: 0;
  padding-left: 1.5em; }

.dossier-next-prev__icon {
  display: inline-block;
  width: 1.5em;
  vertical-align: middle;
  heigh: auto;
  fill: none;
  stroke: #fff;
  stroke-width: 5px;
  stroke-linejoin: round;
  stroke-linecap: round;
  margin-left: 0.4em;
  margin-right: 0.4em; }
  .dossier-next-prev__icon path {
    vector-effect: non-scaling-stroke; }

.donpage__gray-bg {
  background-color: #e9e8ec; }

.donpage-app__donortype label, .donpage-app__is-donor label, .donpage-app__has-account label, .FormPayment .FancyRadio label {
  cursor: pointer; }

.donpage-app__donortype label::before, .donpage-app__is-donor label::before, .donpage-app__has-account label::before, .FormPayment .FancyRadio label::before {
  display: inline-block;
  width: .8em;
  height: .8em;
  border: .2em solid #607991;
  border-radius: 100%;
  background-color: #fff;
  content: '';
  margin-right: .5em; }

.donpage-app__donortype input:checked + label::before, .donpage-app__is-donor input:checked + label::before, .donpage-app__has-account input:checked + label::before, .FormPayment .FancyRadio input:checked + label::before {
  background-color: #0cbbaa; }

.donpage__header-bg {
  position: relative;
  margin-bottom: -25px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 12px 20px 40px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  @media (max-width: 991px) {
    .donpage__header-bg {
      background-image: none !important;
      height: auto !important;
      padding-bottom: 0 !important;
      margin-bottom: 0; }
      .donpage__header-bg .text-right {
        text-align: center; } }

.donpage__title {
  font-size: 30px;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  line-height: .9;
  text-shadow: -1px 0 3px rgba(79, 67, 65, 0.8); }
  @media (min-width: 992px) {
    .donpage__title {
      width: 50%;
      font-size: 48px;
      margin-top: 20px; }
      .donpage__title .text-right {
        margin-right: 20%; } }

.donpage__title-lead {
  color: #0cbbaa;
  font-size: 138%;
  text-align: center;
  font-weight: bold; }

.donpage__title-action {
  margin: 10px auto 0;
  text-align: center;
  text-shadow: none;
  font-weight: bold;
  font-size: 69%;
  line-height: .8; }
  .donpage__title-action > div {
    display: inline-block;
    color: #0cbbaa;
    background-color: #fff;
    padding: 8px; }

.donpage-app .has-error .form-control {
  border-color: #d9534f !important;
  background-color: #f0b9b8 !important; }

.donpage-app .btn-donne, .donpage-app .article-full.category-je-donne .article-full__return-cat, .article-full.category-je-donne .donpage-app .article-full__return-cat {
  margin-top: 60px;
  font-size: 14px;
  padding: 15px 25px; }

.donpage-app .FormElSelect,
.donpage-app .FormElText {
  margin-top: 20px; }
  .donpage-app .FormElSelect .form-control,
  .donpage-app .FormElText .form-control {
    background-color: #e9e8ec;
    border: 0;
    box-shadow: none; }
  .donpage-app .FormElSelect.is-required label::after,
  .donpage-app .FormElText.is-required label::after {
    content: '\00a0*';
    color: #d9534f; }

.donpage-app .FormElSelect .form-control[size],
.donpage-app .FormElText .form-control[size] {
  width: auto; }

.donpage-app .FormElSelect > select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2260%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpath%20fill%3D%22%230cbbaa%22%20d%3D%22M50%2030l-12%2012l24%200l-12%20-12%22%2F%3E%3Cpath%20fill%3D%22%230cbbaa%22%20d%3D%22M50%2070l-12%20-12l24%200l-12%2012%22%2F%3E%3Cline%20stroke%3D%22%23c2c5cc%22%20stroke-width%3D%223%22%20x1%3D%220%22%20y1%3D%22-100%22%20x2%3D%220%22%20y2%3D%22200%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer; }

.donpage-app .FormElSelect .form-control,
.donpage-app .FormElText .form-control {
  border-bottom: 1px solid #343f4f; }

.donpage-app__fancy-radio-input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.donpage-content, .donpage-app {
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  padding: 40px 10px 50px 10px;
  margin-bottom: 20px;
  font-size: 18px;
  position: relative; }
  .donpage-content.dp-success, .dp-success.donpage-app {
    margin-bottom: -32px;
    padding-bottom: 32px; }
  @media (min-width: 992px) {
    .donpage-content, .donpage-app {
      padding-right: 20px;
      padding-left: 80px; } }

.donpage-content__title {
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: .8em; }

.dp-success__footer {
  margin-top: 90px; }
  .dp-success__footer .ss-boutique__control {
    width: 40px;
    height: 250px;
    background-size: 20px 100%; }
  .dp-success__footer .ss-boutique__item-detail {
    font-size: 21px;
    margin-bottom: 1em;
    margin-top: 1em; }
  .dp-success__footer .btn-boutique {
    font-size: 14px; }
  .dp-success__footer .related-content__article {
    border-bottom: 5px solid #fff; }
    @media (min-width: 992px) {
      .dp-success__footer .related-content__article {
        width: 50%;
        border-width: 5px; } }
    .dp-success__footer .related-content__article:hover, .dp-success__footer .related-content__article:focus {
      box-shadow: none;
      border-left-color: #fff; }

.donpage-share__row {
  margin-left: -30px;
  margin-right: -30px; }
  .donpage-share__row:before, .donpage-share__row:after {
    content: " ";
    display: table; }
  .donpage-share__row:after {
    clear: both; }

.donpage-share__col {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 768px) {
    .donpage-share__col {
      float: left;
      width: 33.33333%; } }

.donpage-share {
  border: 1px solid #343f4f;
  padding: 18px; }

.donpage-share__header {
  font-size: 21px;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1; }
  .donpage-share__header > span {
    display: block;
    overflow: hidden;
    zoom: 1; }

.donpage-share__icon--fb,
.donpage-share__icon--twit,
.donpage-share__icon--g {
  float: left;
  background-image: url("../img/sprites/donshare-45x35.png");
  width: 45px;
  height: 35px;
  margin-right: 3px;
  background-repeat: no-repeat; }

.donpage-share__icon--fb {
  background-position: 0 0;
  width: 38px; }

.donpage-share__icon--twit {
  background-position: 0 -35px; }

.donpage-share__icon--g {
  background-position: 0 -70px; }

.donpage-share__body {
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 15px; }

.donpage-share__btn {
  display: block;
  border: 1px solid #343f4f;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  color: #343f4f;
  padding: .2em 0; }
  .donpage-share__btn:hover, .donpage-share__btn:focus {
    color: #fff;
    text-decoration: none;
    background-color: #343f4f; }

.dp-success__bottom {
  background-color: #343f4f;
  margin-top: 70px;
  padding: 15px 0; }
  .dp-success__bottom > a {
    text-decoration: underline; }
    .dp-success__bottom > a, .dp-success__bottom > a:hover, .dp-success__bottom > a:focus {
      color: #fff; }

.donpage__footer-h {
  margin-top: 40px;
  margin-bottom: 30px; }
  .donpage__footer-h .media-body {
    padding-top: 12px; }
  @media (max-width: 767px) {
    .donpage__footer-h .media-left {
      display: block;
      text-align: center; }
    .donpage__footer-h .media-object {
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .donpage__footer-h .media-left {
      padding-right: 30px; } }

.donpage-footer__cols {
  margin-top: 30px;
  margin-bottom: 70px; }

@media (min-width: 768px) {
  .dp-foot-bordered-col {
    border-left: 1px solid #b8bcb1; }
    .dp-foot-bordered-col:first-child {
      border-left: 0; } }

.donpage__footer-col-title {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px; }
  .donpage__footer-col-title::after {
    margin-top: 5px;
    line-height: 5px;
    content: '';
    background-color: #0cbbaa;
    display: block;
    width: 28px;
    height: 5px; }

.donpage__footer-col-image {
  margin-bottom: 25px; }

@media (min-width: 992px) {
  .espace-donateur__body .donpage-app {
    padding-left: 20px; } }

#jsDonApp_new {
  padding: 20px; }
  #jsDonApp_new #jedonne__doadon__button {
    display: inline-block;
    float: right;
    margin-top: 25px; }

.donpage-steps {
  text-align: center;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #343f4f;
  font-size: 26px; }

.donpage-steps__wrapper {
  background-image: linear-gradient(180deg, transparent, transparent 1em, #0cbbaa 0, #0cbbaa 1.1em, transparent 0);
  background-size: 67% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  display: table;
  margin-right: auto;
  margin-left: auto;
  table-layout: fixed; }

.donpage-steps__step {
  display: table-cell;
  line-height: 1.5;
  vertical-align: top;
  text-align: center;
  width: 33.333%;
  padding: 0 .3em; }
  .donpage-steps__step.returnable {
    cursor: pointer; }
  .donpage-steps__step .donpage-steps__number {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border: 6px solid #0cbbaa;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    line-height: 1.5; }
  .donpage-steps__step .donpage-steps__text {
    font-size: .4em;
    text-transform: uppercase;
    text-align: center;
    color: #677380;
    max-width: 80%;
    margin: 1em auto 0; }

.donpage-steps__step.active .donpage-steps__number {
  background-color: #0cbbaa;
  color: #fff; }

.donpage-steps__step.active .donpage-steps__text {
  color: #343f4f; }

.donpage-tease {
  position: relative;
  background-color: #fff;
  border: 9px solid #fff;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .donpage-tease:first-child {
      margin-top: -20%; } }

.donpage-tease__img > img {
  display: block;
  width: 100%;
  height: auto; }

.donpage-tease__price {
  position: absolute;
  top: -18px;
  padding: 20px 11px 14px;
  left: 17px;
  color: #fff;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  background-color: #0cbbaa;
  box-shadow: -2px 2px 3px rgba(68, 68, 68, 0.2); }
  .donpage-tease__price::before {
    position: absolute;
    right: 100%;
    top: 0;
    border-style: solid;
    border-width: 0 0 9px 9px;
    border-color: #098b7e transparent;
    content: ''; }

.donpage-tease__text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding: 8px 5px 6px;
  line-height: 1.2;
  color: #fff;
  background-color: rgba(83, 83, 106, 0.8); }

.DeductionCalculator {
  margin-top: 30px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22%23343f4f%22%20d%3D%22M6%200l-6%206l6%206%22%2F%3E%3C%2Fsvg%3E");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 6px; }

.DeductionCalculator__inner {
  border-left: 1px solid #343f4f;
  padding-left: 9px; }

.DeductionCalculator__top {
  font-size: 15px;
  font-weight: 300; }

.DeductionCalculator__amt {
  font-size: 18px;
  font-weight: 700;
  margin-top: .25em;
  margin-bottom: .25em; }

.DeductionCalculator__bot {
  font-size: 13px;
  font-weight: 300;
  padding-bottom: 1.5em; }

.donpage-app__dontype {
  border-bottom: 3px solid #0cbbaa;
  display: table;
  width: 100%;
  font-weight: 700;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 14px; }
  .donpage-app__dontype .FancyRadio {
    display: table-cell;
    padding-left: 20px; }
    .donpage-app__dontype .FancyRadio:first-child {
      padding-left: 0; }
  .donpage-app__dontype label {
    border: 1px solid #0cbbaa;
    border-bottom: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    padding: 15px 6px;
    vertical-align: bottom;
    cursor: pointer; }
  .donpage-app__dontype input:checked + label {
    background-color: #0cbbaa;
    color: #fff;
    font-size: 16px;
    padding-top: 24px; }

.donpage-app__donortype {
  font-size: 15px;
  margin-top: 30px; }
  .donpage-app__donortype .FancyRadio {
    display: inline-block;
    margin-left: 16px; }

.donpage-app__donamount {
  font-size: 17px;
  margin-top: 30px; }
  .donpage-app__donamount > .row {
    margin-top: 17px;
    margin-left: -6px;
    margin-right: -6px; }
  .donpage-app__donamount > .row > .col-sm-3 {
    padding-left: 6px;
    padding-right: 6px; }
  .donpage-app__donamount > .row > .col-sm-3:nth-child(4n+1) {
    clear: both; }
  .donpage-app__donamount label {
    display: block;
    text-align: center;
    font-size: 21px;
    font-family: "bebas", Helvetica, Arial, sans-serif;
    font-weight: bold;
    border: 1px solid #343f4f;
    border-radius: 1px;
    background-color: #fff;
    padding: 12px;
    line-height: 1;
    cursor: pointer;
    white-space: nowrap; }
  .donpage-app__donamount input:checked + label {
    background-color: #343f4f;
    color: #fff; }

.donpage-app__donamount-label {
  font-size: 12px;
  text-align: center;
  margin: 6px 0;
  font-weight: 700; }

.donpage-app__donamtother .form-control {
  background-repeat: no-repeat;
  background-position: right center; }

.donpage-app__donamtother.filled .form-control {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2036%22%20width%3D%2224%22%20height%3D%2236%22%3E%0D%0A%09%09%09%3Ctext%20x%3D%220%22%20y%3D%2228%22%20fill%3D%22%23343f4f%22%20font-family%3D%22Lato%2C%20Helvetica%2C%20Arial%2C%20sans-serif%22%20font-size%3D%2224%22%3E%E2%82%AC%3C%2Ftext%3E%0D%0A%09%09%3C%2Fsvg%3E"); }

.donpage-app__is-donor .FancyRadio {
  margin-left: 16px;
  display: inline-block; }

.donpage-app__has-account .FancyRadio {
  margin-left: 16px;
  display: inline-block; }

.FormUser {
  margin-top: 30px; }
  .FormUser label {
    font-weight: normal; }
  .FormUser .FormElSelect,
  .FormUser .FormElText {
    margin-left: -10px;
    margin-right: -10px; }
    .FormUser .FormElSelect:before, .FormUser .FormElSelect:after,
    .FormUser .FormElText:before,
    .FormUser .FormElText:after {
      content: " ";
      display: table; }
    .FormUser .FormElSelect:after,
    .FormUser .FormElText:after {
      clear: both; }
    .FormUser .FormElSelect label,
    .FormUser .FormElText label {
      position: relative;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px;
      text-align: right;
      line-height: 22px; }
      @media (min-width: 992px) {
        .FormUser .FormElSelect label,
        .FormUser .FormElText label {
          float: left;
          width: 33.33333%; } }
    .FormUser .FormElSelect .form-control__wrapper,
    .FormUser .FormElText .form-control__wrapper {
      position: relative;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px; }
      @media (min-width: 992px) {
        .FormUser .FormElSelect .form-control__wrapper,
        .FormUser .FormElText .form-control__wrapper {
          float: left;
          width: 50%; } }
    .FormUser .FormElSelect .form-control,
    .FormUser .FormElText .form-control {
      background-color: #e9e8ec;
      border: 0;
      border-bottom: 1px solid #343f4f;
      box-shadow: none; }
    .FormUser .FormElSelect .FormElText__help,
    .FormUser .FormElText .FormElText__help {
      position: relative;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px;
      font-size: 12px; }
      @media (min-width: 992px) {
        .FormUser .FormElSelect .FormElText__help,
        .FormUser .FormElText .FormElText__help {
          float: left;
          width: 50%; } }
      @media (min-width: 992px) {
        .FormUser .FormElSelect .FormElText__help,
        .FormUser .FormElText .FormElText__help {
          margin-left: 33.33333%; } }

.FormUser__forgot-pw {
  font-size: 80%;
  line-height: 3;
  display: block;
  text-decoration: underline; }
  .FormUser__forgot-pw, .FormUser__forgot-pw:hover, .FormUser__forgot-pw:focus {
    color: #555555; }

.FormUserLogin {
  margin-top: 18px; }

.page-id-14123 .not_the_fisrt, .page-id-16365 .not_the_fisrt {
  margin-top: 40px; }

.page-id-14123 #ins-bene-poids-lourd > span, .page-id-16365 #ins-bene-poids-lourd > span {
  display: block; }

.page-id-14123 .ins-bene-step, .page-id-16365 .ins-bene-step {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid;
  padding-bottom: 5px; }
  .page-id-14123 .ins-bene-step span, .page-id-16365 .ins-bene-step span {
    font-size: 16px;
    font-weight: 400;
    display: inline-block; }

.page-id-14123 .FormElSelect label, .page-id-14123 .FormElText label, .page-id-16365 .FormElSelect label, .page-id-16365 .FormElText label {
  margin-bottom: 0; }

.page-id-14123 .FormElSelect .form-control, .page-id-14123 .FormElText .form-control, .page-id-16365 .FormElSelect .form-control, .page-id-16365 .FormElText .form-control {
  background-color: #e9e8ec;
  border: 0;
  border-bottom: 1px solid #343f4f;
  box-shadow: none; }

.page-id-14123 .ins-bene-disponibilite .wpcf7-list-item.first, .page-id-16365 .ins-bene-disponibilite .wpcf7-list-item.first {
  display: none; }

.page-id-14123 .ins-bene-disponibilite-hebdo .wpcf7-list-item, .page-id-16365 .ins-bene-disponibilite-hebdo .wpcf7-list-item {
  display: block;
  margin-bottom: 10px; }
  .page-id-14123 .ins-bene-disponibilite-hebdo .wpcf7-list-item.first, .page-id-16365 .ins-bene-disponibilite-hebdo .wpcf7-list-item.first {
    display: none; }

.page-id-14123 .ins-bene-actlist .wpcf7-list-item, .page-id-14123 .ins-bene-actlist_1 .wpcf7-list-item, .page-id-16365 .ins-bene-actlist .wpcf7-list-item, .page-id-16365 .ins-bene-actlist_1 .wpcf7-list-item {
  margin-bottom: 13px; }

.page-id-14123 #ins-bene-actlist_wrapper label, .page-id-16365 #ins-bene-actlist_wrapper label {
  display: none; }

.page-id-14123 #ins-bene-actlist_wrapper.second, .page-id-16365 #ins-bene-actlist_wrapper.second {
  margin-top: -13px; }
  .page-id-14123 #ins-bene-actlist_wrapper.second label, .page-id-16365 #ins-bene-actlist_wrapper.second label {
    display: block; }

.page-id-14123 #ins-bene-mobile .wpcf7-list-item, .page-id-16365 #ins-bene-mobile .wpcf7-list-item {
  margin: 0; }

.page-id-14123 #submit_bene, .page-id-16365 #submit_bene {
  margin: 40px auto 0 auto;
  display: block; }

.page-id-14123 input[name="ins-bene-cv"], .page-id-16365 input[name="ins-bene-cv"] {
  margin-bottom: 20px; }

.page-id-14123 #ins-bene-domaines, .page-id-16365 #ins-bene-domaines {
  margin-top: 20px; }

.page-id-14123 .wpcf7-recaptcha, .page-id-16365 .wpcf7-recaptcha {
  margin-top: 30px; }

.FormPayment label {
  font-weight: normal; }

.FormPayment .FancyRadio {
  display: inline-block;
  margin-left: 16px; }

.donpage-app__payment-type {
  border-bottom: 3px solid #0cbbaa;
  display: table;
  width: 100%;
  font-weight: 700;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 14px; }
  .donpage-app__payment-type .FancyRadio {
    display: table-cell;
    padding-left: 20px; }
    .donpage-app__payment-type .FancyRadio:first-child {
      padding-left: 0; }
    .donpage-app__payment-type .FancyRadio label::before {
      content: none; }
  .donpage-app__payment-type label {
    border: 1px solid #0cbbaa;
    border-bottom: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    padding: 15px 6px;
    vertical-align: bottom;
    cursor: pointer; }
  .donpage-app__payment-type input:checked + label {
    background-color: #0cbbaa;
    color: #fff;
    font-size: 16px;
    padding-top: 24px; }

.donpage-app__card-type {
  text-align: center; }
  .donpage-app__card-type .radio-inline {
    padding-left: 5px; }
  @media (min-width: 768px) {
    .donpage-app__card-type .radio-inline {
      padding-left: 20px; } }
  .donpage-app__card-type .radio-inline input {
    position: static;
    margin-left: 0;
    margin-right: .3em; }

.donpage-app__card-icon {
  width: 55px;
  height: 38px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  display: inline-block; }
  @media (min-width: 768px) {
    .donpage-app__card-icon {
      width: 100px;
      height: 70px; } }
  .donpage-app__card-icon.cartebancaire {
    background-image: url("../img/donation/icon-cb.jpg"); }
  .donpage-app__card-icon.mastercard {
    background-image: url("../img/donation/icon-mastercard.png"); }
  .donpage-app__card-icon.visa {
    background-image: url("../img/donation/icon-visa.svg"); }

.FormPayment__payment-text {
  margin-top: 2em; }

.FormPayment__check-address {
  margin: 1em 0 1em 2em;
  line-height: 1.2;
  font-size: 90%; }

.Donations__transition-appear,
.Donations__transition-enter {
  opacity: 0.01; }

.Donations__transition-appear-active,
.Donations__transition-enter-active {
  opacity: 1;
  transition: opacity 500ms; }

.clearfix:before, .nav-links:before, .main-menu__ul:before, .site-footer__body:before, .form-wysija-nl-php-1-wysija-toformError:before, .region__header .bg1:before,
.region__header .bg2:before, .ed-updates:before, .clearfix:after, .nav-links:after, .main-menu__ul:after, .site-footer__body:after, .form-wysija-nl-php-1-wysija-toformError:after, .region__header .bg1:after,
.region__header .bg2:after, .ed-updates:after {
  content: " ";
  display: table; }

.clearfix:after, .nav-links:after, .main-menu__ul:after, .site-footer__body:after, .form-wysija-nl-php-1-wysija-toformError:after, .region__header .bg1:after,
.region__header .bg2:after, .ed-updates:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@media (min-width: 1300px) {
  .home .container {
    width: 1200px;
    padding-left: 0px;
    padding-right: 0px; } }

.img-responsive-grow, .en-ce-moment__visual > img, .dosnav__article-img > img {
  display: block;
  width: 100%;
  height: auto; }

.nowrap {
  white-space: nowrap; }

.pos-rel {
  position: relative; }

.vtop {
  vertical-align: top; }

.vmid {
  vertical-align: middle; }

.vbot {
  vertical-align: bottom; }

.bg-white {
  background-color: #fff; }

.bg-gray {
  background-color: #f2f1ee; }

.bg-gray-lighter {
  background-color: #e6e8e8; }

.bg-blue {
  background-color: #179aff; }

.text-donne {
  color: #0cbbaa; }

.bg-separation-bottom {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08); }

@media (min-width: 768px) {
  .text-right-sm {
    text-align: right; } }

.container-home {
  padding-left: 0px; }

.input-msg-error {
  color: #FF0000;
  font-size: 14px; }

#quiz-apr .quizz_centre {
  width: 590px;
  padding-bottom: 20px;
  margin: 20px auto; }

#quiz-apr #quizz {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  background-color: white;
  text-align: center;
  background-color: transparent; }

#quiz-apr #quizz .question {
  color: #007da8;
  font-size: 1.5em;
  font-weight: bold;
  padding-top: 1.3em; }

#quiz-apr #question {
  background-color: transparent; }

#quiz-apr #quizz .clickable_row {
  cursor: pointer;
  color: white;
  font-size: 1em; }

#quiz-apr #quizz .clickable_row td {
  width: 420px;
  height: 36px; }

#quiz-apr #quizz .answer {
  display: none;
  color: #007da8;
  font-weight: bold;
  padding: 0px 20px 0px 20px; }

#quiz-apr #quizz #dÃ©tail {
  padding-bottom: 20px; }

#quiz-apr table {
  border-collapse: separate;
  border-spacing: 1.3em;
  font-weight: bold;
  margin: auto; }

#quiz-apr td {
  border: solid 1px #FFF;
  border-radius: 10px; }

#quiz-apr .circle {
  display: inline-block;
  border-radius: 50%;
  width: 9px;
  height: 9px; }

#quiz-apr .grey {
  background: #c7c7c7; }

#quiz-apr .red {
  background: #c4017b; }

#quiz-apr .green {
  background: #83c700; }

#quiz-apr .blue {
  background: #007da8; }

#quiz-apr .true {
  color: #007da8;
  display: none;
  font-weight: bold;
  padding-bottom: 0.7em;
  font-size: 1.5em; }

#quiz-apr .false {
  color: #c4017b;
  display: none;
  font-weight: bold;
  padding-bottom: 0.7em;
  font-size: 1.5em; }

#quiz-apr #next {
  border: solid 1px #FFF;
  border-radius: 10px;
  color: white;
  background-color: #007da8;
  height: 30px;
  margin-top: 1em;
  margin-bottom: 1em;
  display: none;
  font-weight: bold;
  padding: 0 10px 0 10px; }

#quiz-apr #next:focus {
  outline: 0; }

#quiz-apr #again {
  border: solid 1px #FFF;
  border-radius: 10px;
  background-color: #007da8;
  height: 30px;
  margin-top: 0.3em;
  display: none;
  font-weight: bold;
  color: #FFF; }

#quiz-apr #again:focus {
  outline: 0; }

#quiz-apr #again a {
  color: white; }

#quiz-apr #quizz img {
  display: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%; }

#quiz-apr #conseil {
  display: none;
  color: #007da8; }

#quiz-apr .mid_blue {
  padding-top: 1.5em;
  padding-bottom: 0.5em;
  font-size: 1.5em;
  color: #007da8;
  text-align: center; }

#quiz-apr .big_pink {
  font-size: 2.5em;
  font-weight: bold;
  color: #c4017b;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: center; }

#quiz-apr #bottom {
  background-color: #eceff4;
  width: 100%;
  border-radius: 0px 0px 10px 10px; }

#quiz-apr p {
  padding: 0px 20px 0px 20px; }

#quiz-apr #end {
  width: 100%;
  height: 187px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: white; }

#quiz-apr p.big_pink a.big_pink {
  font-size: 1em; }

#quiz-apr a {
  text-decoration: none; }

#quiz-apr #quizz_content {
  width: 100%;
  float: left; }

#quiz-apr #quizz img.signature_right {
  float: right;
  display: block;
  width: initial;
  padding-top: 1em;
  margin-right: -6%; }

#quiz-apr #suivi {
  padding: 0 1.3em 1em 1.3em;
  margin-top: 35px; }

#quiz-apr #quizz #score_final {
  padding-top: 1.5em;
  margin-bottom: -1em; }

#quiz-apr #quizz #message_fin {
  font-weight: bold; }

#quiz-apr #quizz #conseil a {
  font-size: 1em; }

#quiz-apr #container #volant img {
  width: 100%; }

#quiz-apr #container .colonne_droite .carte img {
  display: none; }

#quiz-apr #container .colonne_droite div form label {
  font-size: 100%; }

#quiz-apr #container .colonne_droite div form input.input {
  width: 12em; }

@media screen and (max-width: 768px) {
  .object_quiz_alcool {
    min-height: 610px;
    height: auto; } }

.home__highlights {
  position: relative;
  overflow: hidden; }
  .home__highlights a,
  .home__highlights a:hover {
    color: #FFF; }

.home__highlights__wrapper {
  margin-right: 0;
  margin-bottom: 50px;
  box-shadow: -7px 4px 20px -5px rgba(0, 0, 0, 0.75); }

.highlight__top {
  position: relative; }
  .highlight__top img {
    width: 100%; }

.highlight__right,
.highlight__left {
  color: #FFF; }
  .highlight__right img,
  .highlight__left img {
    width: 100%; }

.highlight__left {
  background: #e6006d; }

.highlight__right {
  background: #f1c40f; }

.highlight__title {
  font-family: "bebas_book", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: bold;
  display: block;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 25px; }

.highlight__desc {
  display: block;
  font-size: 1em;
  padding-right: 35px; }

a:hover .highlight__title {
  text-decoration: underline; }

.header__banner__text {
  text-transform: uppercase;
  position: absolute;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  color: #FFF;
  top: 50px;
  left: 180px;
  width: 40%;
  text-shadow: -2px 0 2px rgba(0, 0, 0, 0.3); }

/* === CAMPAGNES === */

@keyframes bounce {
  0%, 8%, 20%, 32%, 40% {
    -ms-transform: translateX(0);
    transform: translateX(0); }
  16% {
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  24% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px); } }

.highlight__campagnes {
  background: #FFF;
  width: 660px;
  height: 365px;
  position: absolute;
  right: -647px;
  top: 0;
  z-index: 99; }
  .highlight__campagnes img {
    width: 100%; }
  .highlight__campagnes .highlight__campagnes__text {
    height: 105px;
    color: #FFF;
    font-family: "bebas_book", Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding: 30px;
    line-height: 1;
    font-size: 1.6em; }
  .highlight__campagnes.closed .bounce {
    animation: bounce 5s infinite; }

#highlight__campagnes__button:before {
  content: '';
  position: absolute;
  left: -50px;
  top: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 50px;
  border-color: transparent transparent #ba0116 transparent; }

.highlight__campagnes__wrapper {
  position: relative; }

.highlight__campagnes__item {
  width: 300px;
  float: right;
  margin-top: 17px;
  margin-left: 10px; }
  .highlight__campagnes__item > div.highlight__campagnes__text {
    background-color: #343f4f; }
  .highlight__campagnes__item .highlight__campagnes__text--alter {
    background-color: #ec4125 !important; }
  .highlight__campagnes__item:hover .highlight__campagnes__text {
    text-decoration: underline; }

.veil__darkblue {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(52, 63, 79, 0.7); }

.highlight__campagnes__pull {
  display: block;
  background-color: #e2001a;
  height: 70px;
  width: 310px;
  position: absolute;
  left: -170px;
  top: 150px;
  display: block;
  line-height: 70px;
  text-align: center;
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
  .highlight__campagnes__pull:after {
    content: '';
    height: 335px;
    background-color: white;
    position: absolute;
    width: 29px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    z-index: 2;
    top: -82px;
    left: 128px; }
  .highlight__campagnes__pull:before {
    content: '';
    height: 30px;
    background-color: white;
    position: absolute;
    width: 61px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    z-index: 2;
    top: 66px;
    left: 294px; }
  .highlight__campagnes__pull span {
    color: #FFF;
    text-align: center;
    font-family: "bebas", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    position: relative; }
    .highlight__campagnes__pull span:before {
      content: url(../img/greaterthan.svg);
      display: block;
      position: absolute;
      left: -40px;
      top: -27px;
      color: #FFF;
      transform: rotate(270deg) scale(-0.5);
      /* Firefox */
      -moz-transform: rotate(270deg) scale(-0.5);
      /* IE */
      -ms-transform: rotate(270deg) scale(-0.5);
      /* Opera */
      -o-transform: rotate(270deg) scale(-0.5); }
    .highlight__campagnes__pull span:after {
      content: url(../img/greaterthan.svg);
      display: block;
      position: absolute;
      left: -40px;
      top: -18px;
      color: #FFF;
      transform: rotate(270deg) scale(-0.5);
      /* Firefox */
      -moz-transform: rotate(270deg) scale(-0.5);
      /* IE */
      -ms-transform: rotate(270deg) scale(-0.5);
      /* Opera */
      -o-transform: rotate(270deg) scale(-0.5); }

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .highlight__campagnes__pull {
    width: 240px;
    position: absolute;
    left: -134px;
    top: 114px; }
    .highlight__campagnes__pull:after {
      height: 327px;
      left: 148px; } }

.header__banner__title {
  font-weight: bold;
  display: block;
  line-height: normal;
  font-size: 2em; }

.header__banner__subtitle {
  font-size: 1.5em; }

.header__big__wrapper.sticky .top-bar__don {
  padding-bottom: 12px; }

.header__big__wrapper.sticky .homepage__logo img {
  max-width: 169px; }

.header__big__wrapper.sticky .header-container__wrapper {
  top: 0px; }
  .header__big__wrapper.sticky .header-container__wrapper img {
    margin-top: 17px; }

@media screen and (min-width: 992px) {
  .jedonne__content-wrapper {
    padding-left: 30px;
    padding-right: 0px; } }

.col-no-padding {
  padding: 0; }

/* === MOBILE === */
@media screen and (max-width: 768px) {
  .home__highlights__wrapper {
    margin-right: 0px; }
  .header__banner__text {
    left: 5%;
    width: 100%;
    top: 15%; }
    .header__banner__text .header__banner__subtitle {
      line-height: 21px;
      padding-left: 30px; }
  .highlight__title {
    padding: 20px; }
  .highlight__left .row,
  .highlight__right .row {
    padding-right: 0px; }
  .highlight__title {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 17px; }
  .highlight__desc {
    font-size: 12px; }
  .highlight__desc {
    padding-bottom: 0px; }
  .header__banner__subtitle {
    padding-left: 0px; } }

/* === MOBILE (mini) === */
@media screen and (max-width: 368px) {
  .highlight__desc {
    display: none; } }

@media screen and (min-width: 768px) {
  .home__highlights {
    margin-top: 62px; } }

@media only screen and (max-width: 991px) {
  .highlight__left,
  .highlight__right {
    margin-top: 20px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .highlight__title {
    font-size: 35px; }
  .highlight__desc {
    font-size: 25px; } }

@media screen and (min-width: 769px) and (max-width: 991px) {
  .nopaddingright {
    padding-right: 10px; }
  .nopaddingleft {
    padding-left: 10px; } }

@media screen and (min-width: 992px) {
  .home__highlights {
    margin-top: 0; }
  .header__banner__text {
    left: 45px; }
    .header__banner__text .header__banner__title {
      text-align: center;
      font-size: 4em; }
    .header__banner__text .header__banner__subtitle {
      font-size: 3em;
      padding-right: 60px;
      text-align: right;
      line-height: 52px; }
  .nopaddingleft {
    padding-left: 0px; }
  .nopaddingright {
    padding-right: 0px; }
  .highlight__title {
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 1.35em; }
  .highlight__desc {
    font-size: 15px; } }

@media screen and (min-width: 1200px) {
  .highlight__campagnes {
    top: 5%; }
  .header__banner__text {
    left: 180px; }
    .header__banner__text .header__banner__title {
      font-size: 5em; }
    .header__banner__text .header__banner__subtitle {
      font-size: 3.4em;
      padding-right: 110px; }
  .highlight__title {
    font-size: 1.63em; }
  .highlight__desc {
    font-size: 16px; }
  .highlight__title,
  .highlight__desc {
    margin-left: 30px;
    margin-right: 30px; } }

@media screen and (min-width: 1700px) {
  .highlight_item {
    margin-top: -100px; } }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .highlight__title {
    margin-top: 10px; }
  .highlight__desc {
    margin-top: 4px; } }

@media screen and (min-width: 1200px) {
  .highlight__desc {
    margin-top: 10px; } }

@media screen and (min-width: 1400px) {
  .highlight__desc {
    margin-top: 30px; } }

@media screen and (min-width: 1200px) and (max-width: 1310px) {
  .highlight__title,
  .highlight__desc {
    margin-right: 0px; } }

.jedonne__img {
  width: 100%; }
  .jedonne__img img {
    width: 100%; }

.jedonne__info {
  color: #343f4f; }

@media screen and (min-width: 992px) {
  .jedonne__info {
    margin-left: 35px; } }

.jedonne__info__title {
  font-family: "bebas", Helvetica, Arial, sans-serif;
  color: #343f4f;
  font-weight: bold;
  font-size: 5em;
  line-height: 60px;
  margin-bottom: 30px; }

.jedonne__info__desc {
  font-size: 1.1em; }
  .jedonne__info__desc em {
    font-style: normal;
    color: #0cbbaa;
    font-weight: bold; }

@media screen and (min-width: 1200px) {
  .jedonne__info__desc {
    font-size: 1.3em; }
  .jedonne__info__slider {
    margin: 70px auto; } }

.jedonne__info__postdesc {
  font-size: 22px;
  margin-bottom: 22px; }
  .jedonne__info__postdesc em {
    font-style: normal;
    color: #e6006d;
    font-weight: bold; }

.jedonne__info__slider {
  margin: 70px auto 60px auto;
  width: 75%; }
  .jedonne__info__slider:after, .jedonne__info__slider:before {
    display: block;
    position: absolute;
    top: 228px;
    transform: rotate(180deg) scale(0.7);
    /* Firefox */
    -moz-transform: rotate(180deg) scale(0.7);
    /* IE */
    -ms-transform: rotate(180deg) scale(0.7);
    /* Opera */
    -o-transform: rotate(180deg) scale(0.7); }
  .jedonne__info__slider:after {
    right: -10px; }
  .jedonne__info__slider:before {
    right: 0px; }
  .jedonne__info__slider #sliderdon {
    height: 1px;
    background: #000;
    border: none;
    position: relative;
    left: -23px;
    opacity: 1 !important; }
    .jedonne__info__slider #sliderdon span {
      border: none;
      background-color: transparent; }
      .jedonne__info__slider #sliderdon span:active, .jedonne__info__slider #sliderdon span:focus {
        outline: none; }
    .jedonne__info__slider #sliderdon span:before {
      position: absolute;
      border: none;
      width: 50px;
      height: 40px;
      top: -25px;
      left: -8px;
      background-color: transparent;
      margin-left: 0px;
      display: block;
      cursor: pointer; }
      .jedonne__info__slider #sliderdon span:before:active, .jedonne__info__slider #sliderdon span:before:focus {
        outline: none; }
    .jedonne__info__slider #sliderdon span .number_amount {
      position: absolute;
      border: none;
      width: 75px;
      top: 25px;
      text-align: center;
      background-color: transparent;
      left: -17px;
      margin-left: 0px;
      display: block;
      font-family: "Lato", Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-size: 1.7em; }
      .jedonne__info__slider #sliderdon span .number_amount:active, .jedonne__info__slider #sliderdon span .number_amount:focus {
        outline: none; }

.bullets_wrapper {
  position: relative;
  margin-left: -21px;
  width: 100%; }
  .bullets_wrapper img {
    position: absolute;
    display: block;
    margin-top: -4.5px; }

.sliderdon__dot {
  position: absolute;
  color: #0cbbaa;
  font-size: 70px;
  font-family: initial;
  top: -56px;
  height: 0; }

.sliderdon__dot1 {
  left: 1%; }

.sliderdon__dot2 {
  left: 34%; }

.sliderdon__dot3 {
  left: 67%; }

.sliderdon__dot4 {
  left: 101%; }

.heart_wrapper {
  position: absolute;
  bottom: -9.334px;
  -ms-transform: scale(0.8032);
  transform: scale(0.8032);
  left: -26px; }
  .heart_wrapper #heart_wrapper_relative {
    width: 104px;
    position: relative; }
    .heart_wrapper #heart_wrapper_relative .hs_wrapper {
      display: table-cell;
      vertical-align: middle;
      width: 104px;
      text-align: center;
      height: 88px; }
    .heart_wrapper #heart_wrapper_relative .hf_wrapper {
      display: table-cell;
      vertical-align: bottom;
      position: absolute;
      bottom: 7px;
      width: 100%;
      text-align: center; }
    .heart_wrapper #heart_wrapper_relative img {
      cursor: pointer; }

.greaterthanblue {
  position: relative; }
  .greaterthanblue img {
    position: absolute;
    right: -55px;
    top: -11px;
    cursor: pointer;
    z-index: 99; }

.jedonne__doadon {
  background: #0cbbaa;
  padding: 14px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 2.4em;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  position: relative;
  border: 4px solid #0cbbaa;
  font-weight: bold;
  text-align: center; }
  .jedonne__doadon:before {
    content: url(../img/greaterthan.svg);
    display: inline-block;
    left: 9px;
    top: 10px;
    color: #FFF;
    -ms-transform: scaleX(-1);
        transform: scaleX(-1); }
  .jedonne__doadon:hover {
    color: #343f4f;
    background-color: #FFF;
    text-decoration: none; }
  .jedonne__doadon:hover:before {
    content: url(../img/greaterthanblue.svg); }

.jedonne__legend {
  display: block;
  text-align: right;
  font-size: 0.8em; }

@media screen and (max-width: 768px) {
  .jedonne__doadon_wrapper {
    padding: 0; } }

@media screen and (min-width: 768px) {
  .jedonne__legend {
    margin-top: 18px;
    margin-bottom: 25px; }
  .jedonne__doadon_wrapper {
    text-align: left; }
    .jedonne__doadon_wrapper .jedonne__doadon {
      display: inline-block;
      margin-top: 18px; } }

@media screen and (min-width: 992px) {
  .jedonne__legend {
    margin-top: 55px; }
  .jedonne__doadon_wrapper {
    margin-top: 13px; }
    .jedonne__doadon_wrapper .jedonne__doadon {
      margin-top: 0; }
  .jedonne__info__warn {
    height: 82px; } }

@media screen and (min-width: 1200px) {
  .jedonne__legend {
    margin-top: 55px;
    margin-bottom: 45px; }
  .jedonne__doadon_wrapper {
    text-align: right;
    padding-right: 20px; }
    .jedonne__doadon_wrapper .jedonne__doadon {
      display: inline-block;
      margin-top: 0; } }

.jedonne__info__warn {
  display: table-cell;
  vertical-align: bottom; }
  .jedonne__info__warn em {
    font-style: normal;
    font-weight: bold; }

.jedonne-wrapper__container-fluid {
  position: relative; }
  .jedonne-wrapper__container-fluid .jedonne-wrapper__container {
    position: absolute;
    top: 0px;
    width: 100%; }

.container-fluid-jedonne div {
  background-repeat: no-repeat;
  height: 465px;
  background-size: cover; }

.sliderdon__fakeline {
  position: absolute;
  height: 1px;
  background-color: black; }

.sliderdon__fakeline--left {
  width: 45px;
  left: 65px; }

.sliderdon__fakeline--right {
  width: 45px;
  right: 47px; }

/* === MOBILE === */
@media screen and (max-width: 420px) {
  .sliderdon__fakeline--right {
    right: 47px !important; } }

@media screen and (max-width: 768px) {
  .sliderdon__dot4 {
    left: 100%; }
  .jedonne__info__slider #sliderdon span .number_amount {
    font-size: 1.3em; }
  .greaterthanblue img {
    right: -25px;
    z-index: 1; }
  .jedonne__info {
    width: 100%;
    margin-top: 25px;
    margin-left: 0px;
    padding: 0 10px; }
  .jedonne__doadon {
    display: block;
    width: 85%;
    margin: 15px auto; }
  .jedonne__info__slider {
    width: 90%; }
  .sliderdon__fakeline--left {
    width: 15px;
    left: 41px; }
  .sliderdon__fakeline--right {
    width: 25px;
    right: 53px; }
  .container-fluid-jedonne .row div {
    background: none !important; }
  .jedonne__info__slider:before,
  .jedonne__info__slider:after {
    content: none; } }

/* === MOBILE (landscape) === */
@media screen and (min-width: 600px) and (max-width: 768px) {
  .jedonne__doadon {
    width: 40%; }
  .container-fluid-jedonne .row div {
    background: none !important; }
  .jedonne__info__slider:before,
  .jedonne__info__slider:after {
    content: none; } }

.block-jedonne {
  position: relative; }

@media (min-width: 768px) {
  .jedonne__doadon {
    padding: 10px;
    font-size: 1.8em;
    padding-left: 45px; }
    .jedonne__doadon:before {
      position: absolute;
      top: 15px; }
  .jedonne_bas {
    position: absolute;
    width: 100%;
    bottom: 65px; } }

@media (min-width: 992px) {
  .jedonne_bas {
    bottom: 55px; } }

@media (min-width: 1200px) {
  .jedonne__doadon:before {
    top: 12px; }
  .jedonne_bas {
    bottom: 55px; } }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .container-fluid-jedonne .row div {
    background: none !important;
    display: none !important; }
  .sliderdon__fakeline--right {
    right: 86px; } }

@media screen and (min-width: 990px) and (max-width: 1200px) {
  .jedonne__info__slider:after,
  .jedonne__info__slider:before {
    top: 256px; } }

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(230, 0, 109, 0.4); }
  70% {
    box-shadow: 0 0 0 10px rgba(230, 0, 109, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(230, 0, 109, 0); } }

/* === Firefox === */
@-moz-document url-prefix() {
  .jedonne__doadon {
    padding-left: 40px; } }

.jedonne__doadon_espace {
  font-size: 19px;
  padding: 6px;
  text-decoration: none; }
  .jedonne__doadon_espace:hover, .jedonne__doadon_espace:active, .jedonne__doadon_espace:focus {
    background: #0cbbaa;
    color: white;
    text-decoration: none; }
  .jedonne__doadon_espace:before, .jedonne__doadon_espace:hover:before {
    content: '';
    background: url(/wp-content/themes/apr_main/img/greaterthan.svg);
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    margin-right: 8px; }

@media screen and (min-width: 1300px) {
  .jedonne__doadon_wrapper {
    margin-top: 0; }
  .jedonne__doadon {
    font-size: 2.4em; } }

.home-jagis {
  background: url(../img/home/agir.jpg) no-repeat right;
  height: 965px;
  background-size: cover;
  display: inline-block;
  width: 100%; }

.jagis__noresults {
  display: none; }

.jagis__noresults_content {
  width: 100%;
  margin: 60px auto 100px auto;
  text-align: center;
  font-size: 24px; }

.jagis__title {
  color: #343f4f;
  font-weight: bold;
  font-size: 5em;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  margin-top: 50px;
  display: block;
  line-height: 80px;
  margin-bottom: 15px; }

.jagis__desc {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 1.8em;
  width: 35%;
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.6); }
  .jagis__desc em {
    font-weight: bold;
    color: #e6006d; }

.jagis__benebutton {
  text-align: center;
  background: #e6006d;
  padding: 12px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 2.5em;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  border: 4px solid #e6006d;
  position: relative; }
  .jagis__benebutton:hover {
    color: #343f4f;
    background-color: #FFF;
    text-decoration: none; }
  .jagis__benebutton:before {
    content: url(../img/greaterthan.svg);
    display: inline-block;
    left: 11px;
    top: 7px;
    color: #FFF;
    -ms-transform: scaleX(-1);
        transform: scaleX(-1); }
  .jagis__benebutton:hover:before {
    content: url(../img/greaterthanblue.svg); }

.jagis__benebutton.jagis__benebutton_don {
  border: 4px solid #0cbbaa;
  background: #0cbbaa; }

.jagis__pres {
  display: block;
  margin: 0 auto;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 110px;
  padding-left: 30px;
  padding-right: 30px; }

.jagis__pres__title {
  display: inline-block;
  position: relative;
  font-size: 1.6em;
  text-transform: uppercase;
  padding-top: 50px;
  margin-bottom: 20px; }
  .jagis__pres__title:before {
    content: url(../img/home/markerorange.svg);
    display: block;
    position: absolute;
    left: -40px;
    top: 52px;
    -ms-transform: scaleX(-1);
        transform: scaleX(-1); }

.jagis__pres__item {
  background-color: #FFF;
  padding: 30px;
  min-height: 170px;
  height: 100%; }

.jagis__pres__item__comite {
  font-family: "bebas", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #ec4125;
  font-size: 1.35em;
  position: relative;
  padding-left: 15px; }
  .jagis__pres__item__comite:before {
    content: "> ";
    display: block;
    position: absolute;
    left: 0; }
  .jagis__pres__item__comite a {
    color: #ec4125; }
    .jagis__pres__item__comite a:hover {
      text-decoration: underline; }

.jagis__pres__item__title {
  font-size: 1.5em; }
  .jagis__pres__item__title a {
    color: #343f4f;
    word-break: break-all; }

.jagis__loadmore {
  display: block;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px; }
  .jagis__loadmore a {
    font-size: 1.2em;
    background-color: #FFF;
    padding: 15px 25px;
    color: #343f4f;
    border: 1px solid #343f4f; }

.jagis__pres__region-drop {
  display: inline-block;
  font-size: 1.6em;
  color: #ec4125;
  font-style: italic; }
  .jagis__pres__region-drop a {
    color: #ec4125; }
  .jagis__pres__region-drop a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #ec4125; }
  .jagis__pres__region-drop:before {
    content: url(../img/greaterthanorange.svg);
    display: block;
    position: absolute;
    top: 3px;
    right: -20px;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }

.jagis__press_top-wrapper {
  text-align: center; }

.jagis__pres__closepar {
  margin-left: 30px;
  font-size: 1.6em; }

.row-pres-items {
  display: -ms-flexbox;
  display: flex; }

/* === MOBILE === */
@media screen and (max-width: 768px) {
  .jagis__benebutton {
    display: block;
    margin: 0 auto;
    width: 100%; }
  .jagis__desc {
    width: 100%; }
  .home-jagis {
    background: none;
    padding-left: 10px;
    padding-right: 10px; }
  .jagis__title {
    margin-top: 120px; }
  .jagis__pres {
    margin-top: 20px;
    background-color: rgba(242, 241, 238, 0.8); }
  .jagis__pres__title {
    padding-top: 25px; }
  .jagis__pres__item {
    margin-bottom: 20px; }
  .jagis__pres__title {
    font-size: 20px; }
    .jagis__pres__title:before {
      top: 22px; }
  .jagis__pres__region-drop {
    font-size: 24px;
    margin-bottom: 40px; }
  .jagis__pres__item__title {
    overflow: hidden; }
  .main-menu__li--jagis .main-menu__dropdown {
    background-image: none; }
  .jedonne__info__title,
  .jagis__title,
  .testez__title {
    font-size: 4em !important;
    line-height: 50px !important; }
  .jedonne__info {
    margin-top: 0 !important; }
  .testez__title {
    margin-top: 12px !important; }
  .home__highlights__wrapper {
    margin-bottom: 40px !important; }
  .jedonne-wrapper__container-fluid .jedonne-wrapper__container {
    position: initial !important; }
  .container-fluid-jedonne {
    display: none !important; }
  .jagis__benebutton {
    width: 100% !important; }
    .jagis__benebutton:before {
      top: 12px !important; }
  .jedonne__doadon {
    width: 100% !important; }
    .jedonne__doadon:before {
      top: 15px !important; }
  .home-jagis {
    height: auto !important; }
  .jagis__title {
    margin-top: 22px !important; }
  .jagis__pres__title {
    margin-top: 20px;
    margin-bottom: 4px; }
  .jagis__pres__region-drop a {
    display: block;
    width: 100%;
    line-height: 24px; }
  .jagis__pres__region-drop:before {
    top: -3px; } }

@media screen and (max-width: 767px) {
  .main-menu__ul > li.menu-item-has-children .main-menu__link:before {
    position: absolute;
    right: 14px;
    top: 12px;
    font-size: 18px;
    font-family: Times, "Times New Roman", serif;
    content: '+';
    color: #343f4f !important; }
  .main-menu__ul > li.menu-item-has-children.open .main-menu__link:before {
    content: '\2012'; } }

/* === MOBILE (landscape) === */
@media screen and (min-width: 480px) and (max-width: 768px) {
  .jagis__benebutton {
    width: 50%; }
  .jagis__title {
    margin-top: 20px; }
  .testez__title {
    margin-top: 270px; } }

@media screen and (max-width: 991px) {
  .row-pres-items {
    display: block; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .jagis__pres__item {
    margin-bottom: 20px; } }

.container-fluid.agis {
  padding: 0; }

.testez__title {
  color: #343f4f;
  font-weight: bold;
  font-size: 5em;
  font-family: "bebas", Helvetica, Arial, sans-serif;
  margin-top: 75px;
  display: block;
  line-height: 60px;
  text-align: center;
  margin-bottom: 20px; }

.testez__item {
  margin: 0 auto 20px auto;
  background: url(../img/greentemplate.png) no-repeat center;
  background-size: 100% 100%;
  max-width: 300px;
  min-height: 512px;
  width: 100%;
  display: inline-block; }
  .testez__item:hover {
    box-shadow: -3px 2px 2px 0 rgba(0, 0, 0, 0.2); }
  .testez__item a {
    display: block;
    height: 100%; }
  .testez__item a,
  .testez__item a:hover,
  .testez__item a:focus,
  .testez__item span,
  .testez__item div {
    text-decoration: none; }
  .testez__item span {
    color: #343f4f; }

.testez__loadmore {
  display: block;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px; }
  .testez__loadmore a {
    font-size: 1.2em;
    background-color: #FFF;
    padding: 10px 80px;
    color: #343f4f;
    border: 1px solid #343f4f; }

.testez__item__icon {
  background-size: cover;
  display: block;
  height: 135px; }

.icon__code {
  background-image: url(../img/code.svg); }

.icon__vitesse {
  background-image: url(../img/vitesse.svg); }

.icon__somnolence {
  background-image: url(../img/somnolence.svg); }

.icon__alcool {
  background-image: url(../img/alcool.svg); }

.icon__telephone {
  background-image: url(../img/telephone.svg); }

.icon__stress {
  background-image: url(../img/stress.svg); }

.icon__neutre {
  background-image: url(../img/neutre.svg); }

.icon__enfant {
  background-image: url(../img/enfant.svg); }

.testez__item__icon__wrapper {
  width: 135px;
  margin: 0 auto;
  padding: 35px 0;
  height: 200px; }
  .testez__item__icon__wrapper img {
    width: 100%; }

.testez__item__text {
  padding-left: 40px;
  padding-right: 40px;
  text-align: center; }
  .testez__item__text div {
    color: #a6bc29;
    font-family: "bebas", Helvetica, Arial, sans-serif;
    font-size: 2.2em; }
  .testez__item__text span {
    font-size: 1.3em; }

.testez__item__list li {
  display: inline-block; }

.testez-block .row {
  text-align: center; }

.ul__testez_home {
  width: 100%;
  display: inline-block; }
  .ul__testez_home ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center; }
    .ul__testez_home ul li {
      display: inline-block;
      margin-right: 8px;
      margin-left: 8px;
      vertical-align: top; }

/* === MOBILE === */
@media screen and (max-width: 768px) {
  .testez__item__icon__wrapper {
    padding: 0;
    height: 160px;
    -ms-transform: scale(0.65);
        transform: scale(0.65);
    height: 145px; }
  .testez__item {
    margin-bottom: 25px;
    min-height: 370px;
    max-width: 250px;
    background: url(../img/greentemplate_mobile_frame.png) no-repeat center;
    background-size: 100% 100%;
    position: relative; }
    .testez__item:before {
      content: '';
      background-image: url(../img/Picto_player-vert_mobile.svg);
      position: absolute;
      width: 60px;
      height: 60px;
      bottom: 10px;
      left: 98px; }
  .testez__item__list li {
    padding-left: 0px; }
  .testez__item__list li {
    display: block; }
  .jagis__benebutton {
    margin-bottom: 60px; }
  .jagis__pres__item__title {
    font-size: 24px;
    line-height: 28px; }
  .jedonne__info__desc,
  .jagis__desc {
    font-size: 24px;
    line-height: 28px; }
  .testez__item__text {
    margin-top: -22px; }
    .testez__item__text div {
      font-size: 2.5em; }
    .testez__item__text span {
      font-size: 24px;
      line-height: 20px;
      display: inline-block;
      padding-bottom: 95px; } }

/* === Tablet (landscape) === */
/* === Desktop === */
@media (min-width: 1200px) {
  .testez__item__list li:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px; } }

.devenez_benevole_form {
  background: #F8F8F8;
  border: 2px solid #edecef;
  padding: 20px 30px; }
  .devenez_benevole_form input {
    height: 22px;
    border: 1px solid #c3c3c3;
    width: 100%; }
  .devenez_benevole_form input[type="checkbox"] {
    height: auto;
    width: auto;
    border: none;
    margin-right: 5px; }
  .devenez_benevole_form input[type="submit"] {
    height: auto;
    width: auto;
    border: none;
    background-color: #e6006d;
    color: white;
    margin: 0 auto;
    display: block;
    padding: 10px 15px; }
  .devenez_benevole_form select {
    width: 100%;
    background: white;
    border: 1px solid #c3c3c3; }
  .devenez_benevole_form label {
    font-weight: 300; }
  .devenez_benevole_form .row {
    margin-bottom: 15px; }
  .devenez_benevole_form .label {
    font-weight: 600; }
  .devenez_benevole_form .form_element {
    text-align: left; }
  .devenez_benevole_form p {
    margin: 0; }
  @media (min-width: 768px) {
    .devenez_benevole_form .label {
      text-align: right; } }
