@font-face {
  font-family: 'futura_lightregular';
  src: url('font/futura/futura-webfont.eot');
  src: url('font/futura/futura-webfont.eot?#iefix') format('embedded-opentype'), url('font/futura/futura-webfont.woff2') format('woff2'), url('font/futura/futura-webfont.woff') format('woff'), url('font/futura/futura-webfont.ttf') format('truetype'), url('font/futura/futura-webfont.svg#futura_lightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'futura_md_btbold';
  src: url('font/futurabold/futura-md-bt-bold-webfont.eot');
  src: url('font/futurabold/futura-md-bt-bold-webfont.eot?#iefix') format('embedded-opentype'), url('font/futurabold/futura-md-bt-bold-webfont.woff2') format('woff2'), url('font/futurabold/futura-md-bt-bold-webfont.woff') format('woff'), url('font/futurabold/futura-md-bt-bold-webfont.ttf') format('truetype'), url('font/futurabold/futura-md-bt-bold-webfont.svg#futura_md_btbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'bodonibook_italic';
  src: url('font/bodoni/bodoni-webfont.eot');
  src: url('font/bodoni/bodoni-webfont.eot?#iefix') format('embedded-opentype'), url('font/bodoni/bodoni-webfont.woff2') format('woff2'), url('font/bodoni/bodoni-webfont.woff') format('woff'), url('font/bodoni/bodoni-webfont.ttf') format('truetype'), url('font/bodoni/bodoni-webfont.svg#bodonibook_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*!
* www.KNACSS.com V3.1.0 (2014-10-20) @author: Raphael Goetter, Alsacreations
* Licence WTFPL http://www.wtfpl.net/
*/
/* ----------------------------- */
/* == soft reset                 */
/* ----------------------------- */
/* switching box model for all elements */
* {
  box-sizing: border-box;
}
/* soft reset */
html,
body {
  margin: 0;
  padding: 0;
}
ul,
ol {
  padding-left: 2em;
}
ul.unstyled {
  list-style: none;
}
img {
  height: auto;
  vertical-align: middle;
  border: 0;
}
blockquote,
figure {
  margin-left: 0;
  margin-right: 0;
}
audio,
canvas,
video {
  display: inline-block;
}
svg:not(:root) {
  overflow: hidden;
}
/* ----------------------------- */
/* == typography                 */
/* ----------------------------- */
html {
  /* set base font-size to equiv "10px", which is adapted to rem unit */
  font-size: 62.5%;
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  /* thanks to @guardian, @victorbritopro and @eQRoeil */
  font-size: calc(0.625em);
  /* disallow text zooming on orientation change (non standard property) */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  /* set body font-size in em (1.4em equiv "14px") */
  font-size: 1.7em;
  background-color: #fafaf9;
  color: #213c6d;
  font-family: 'futura_lightregular', sans-serif;
  line-height: 1.5;
}
a {
  color: #333333;
}
a:hover,
a:focus,
a:active {
  color: #000000;
}
/* font-sizing for content */
p,
.p-like,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea,
caption,
details,
figure {
  margin-top: 0.75em;
  margin-bottom: 0;
  line-height: 1.5;
}
p,
li {
  color: #5f5f5f;
  text-align: justify;
}
h1,
.h1-like {
  font-size: 2.6rem;
  font-family: 'futura_lightregular', sans-serif;
}
h2,
.h2-like {
  font-size: 2.4rem;
  font-family: 'futura_lightregular', sans-serif;
}
h3,
.h3-like {
  font-size: 2rem;
}
h4,
.h4-like {
  font-size: 1.8rem;
}
h5,
.h5-like {
  font-size: 1.6rem;
}
h6,
.h6-like {
  font-size: 1.6rem;
}
/* alternate font-sizing */
.smaller,
.text-xsmall {
  font-size: 0.76em;
}
.small,
.text-small {
  font-size: 0.88em;
}
.big,
.text-large {
  font-size: 1.12em;
}
.bigger,
.text-xlarge {
  font-size: 1.24em;
}
.biggest,
.text-xxlarge {
  font-size: 1.35em;
}
code,
pre,
samp,
kbd {
  /* IE fix */
  white-space: pre-line;
  white-space: pre-wrap;
  font-family: Consolas, 'DejaVu Sans Mono', Courier, monospace;
  line-height: normal;
}
em,
.italic,
address,
cite,
dfn,
i,
var {
  font-style: italic;
}
strong,
.bold {
  font-weight: bold;
}
small,
sub,
sup {
  font-size: smaller;
}
/* ----------------------------- */
/* == hiding content             */
/* ----------------------------- */
/* hidden but not for an assistive technology like a screen reader, Yahoo! method */
.visually-hidden {
  position: absolute !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
}
body > script {
  display: none !important;
}
@media (max-width: 768px) {
  .no-small-screen {
    display: none;
  }
}
@media (min-width: 1280px) {
  .no-large-screen {
    display: none;
  }
}
/* ----------------------------- */
/* == browsers consistency       */
/* ----------------------------- */
/* avoid top margins on first content element */
p:first-child,
.p-like:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
/* avoid margins on nested elements */
li p,
li .p-like,
li ul,
li ol {
  margin-top: 0;
  margin-bottom: 0;
}
/* max values */
img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video {
  max-width: 100%;
}
/* margin-bottom on tables */
table {
  margin-bottom: 20px;
}
/* ----------------------------- */
/* ==layout and modules          */
/* ----------------------------- */
/* float layout */
/* module, gains superpower "BFC" Block Formating Context */
.mod {
  overflow: hidden;
}
/* blocks that needs to be placed under floats */
.clear,
.line,
.row {
  clear: both;
}
/* blocks that must contain floats */
.clearfix:after,
.line:after {
  content: "";
  display: table;
  clear: both;
  border-collapse: collapse;
}
/* table layout */
.row {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.row > *,
.col {
  display: table-cell;
  vertical-align: top;
}
/* inline-block */
.inbl {
  display: inline-block;
  vertical-align: top;
}
/* alignments (blocks and inline) */
/* ------------------------------ */
/* left (or starting) elements */
.left,
.start {
  float: left;
}
img.left,
img.start {
  margin-right: 10px;
}
/* right (or ending) elements */
.right,
.end {
  float: right;
}
img.right,
img.end {
  margin-left: 10px;
}
img.left,
img.right,
img.start,
img.end {
  margin-bottom: 5px;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.txtleft {
  text-align: left;
}
.txtright {
  text-align: right;
}
.txtcenter {
  text-align: center;
}
.txtcenter p {
  text-align: center;
}
/* ---------------------------------- */
/* ==visual helpers                   */
/* .. use them with parcimony !       */
/* ---------------------------------- */
/* blocks widths (percentage and pixels) */
.w10 {
  width: 10%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w33 {
  width: 33.3333%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w66 {
  width: 66.6666%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w100 {
  width: 100%;
}
.w50p {
  width: 50px;
}
.w100p {
  width: 100px;
}
.w150p {
  width: 150px;
}
.w200p {
  width: 200px;
}
.w300p {
  width: 300px;
}
.w400p {
  width: 400px;
}
.w500p {
  width: 500px;
}
.w600p {
  width: 600px;
}
.w700p {
  width: 700px;
}
.w800p {
  width: 800px;
}
.w960p {
  width: 960px;
}
.mw960p {
  max-width: 960px;
}
.w1140p {
  width: 1140px;
}
.mw1140p {
  max-width: 1140px;
}
.wauto {
  width: auto;
}
/* spacing helpers
p,m = padding,margin
a,t,r,b,l = all,top,right,bottom,left
s,m,l,n = small, medium, large, none
*/
.man {
  margin: 0;
}
.pan {
  padding: 0;
}
.mas {
  margin: 10px;
}
.mam {
  margin: 20px;
}
.mal {
  margin: 40px;
}
.pas {
  padding: 10px;
}
.pam {
  padding: 20px;
}
.pal {
  padding: 40px;
}
.mtn {
  margin-top: 0;
}
.mts {
  margin-top: 10px;
}
.mtm {
  margin-top: 20px;
}
.mtl {
  margin-top: 40px;
}
.mrn {
  margin-right: 0;
}
.mrs {
  margin-right: 10px;
}
.mrm {
  margin-right: 20px;
}
.mrl {
  margin-right: 40px;
}
.mbn {
  margin-bottom: 0;
}
.mbs {
  margin-bottom: 10px;
}
.mbm {
  margin-bottom: 20px;
}
.mbl {
  margin-bottom: 40px;
}
.mln {
  margin-left: 0;
}
.mls {
  margin-left: 10px;
}
.mlm {
  margin-left: 20px;
}
.mll {
  margin-left: 40px;
}
.ptn {
  padding-top: 0;
}
.pts {
  padding-top: 10px;
}
.ptm {
  padding-top: 20px;
}
.ptl {
  padding-top: 40px;
}
.prn {
  padding-right: 0;
}
.prs {
  padding-right: 10px;
}
.prm {
  padding-right: 20px;
}
.prl {
  padding-right: 40px;
}
.pbn {
  padding-bottom: 0;
}
.pbs {
  padding-bottom: 10px;
}
.pbm {
  padding-bottom: 20px;
}
.pbl {
  padding-bottom: 40px;
}
.pln {
  padding-left: 0;
}
.pls {
  padding-left: 10px;
}
.plm {
  padding-left: 20px;
}
.pll {
  padding-left: 40px;
}
/* ---------------------------------- */
/* ==classic grids                    */
/* .. use it when gutter size matters */
/* ---------------------------------- */
/* grids inspired from SUIT https://github.com/suitcss/suit */
/* overall container of grids */
.grid {
  overflow: hidden;
}
/* global styles for direct child ex. .grid3 */
.grid > * {
  display: block;
  padding: 0;
  /* gutter value */
  margin-left: -20px;
  text-align: left;
}
/* global styles for each "cell" */
.grid > * > * {
  display: inline-block;
  /* gutter value */
  padding-left: 20px;
  margin-left: 0;
  vertical-align: top;
}
/* whitespace fixing for modern browsers including IE9+ */
:root .grid {
  font-size: 0;
  /* fallback for IE9+ */
  text-justify: distribute-all-lines;
}
:root .grid > * > * {
  /* fallback for Opera Mini */
  font-size: 17px;
  font-size: 1.7rem;
}
/* Opera hack */
.opera:-o-prefocus,
.grid > * {
  word-spacing: -0.43em;
}
.grid2 > * {
  width: 50%;
}
.grid3 > * {
  width: 33.333%;
}
.grid4 > * {
  width: 25%;
}
.grid5 > * {
  width: 20%;
}
.grid6 > * {
  width: 16.667%;
}
.grid8 > * {
  width: 12.5%;
}
.grid10 > * {
  width: 10%;
}
.grid12 > * {
  width: 8.333%;
}
/* unequal grids (1-2, 2-1, 1-3 and 3-1) for 2 blocks */
.grid2-1 > *:first-child,
.grid1-2 > * + * {
  width: 66.666%;
}
.grid1-2 > *:first-child,
.grid2-1 > * + * {
  width: 33.333%;
}
.grid1-3 > *:first-child,
.grid3-1 > * + * {
  width: 25%;
}
.grid3-1 > *:first-child,
.grid1-3 > * + * {
  width: 75%;
}
/* ---------------------------------- */
/* ==autogrids                        */
/* .. to automatically justify blocs  */
/* ---------------------------------- */
/* Demo : http://codepen.io/raphaelgoetter/pen/Kqehf */
/* container of autogrids */
[class*="autogrid"] {
  text-align: justify;
}
[class*="autogrid"]:after {
  content: "";
  display: inline-block;
  width: 100%;
}
[class*="autogrid"] > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
/* whitespace fixing for modern browsers including IE9+ */
:root [class*="autogrid"] {
  font-size: 0;
  /* fallback for IE9+ */
  text-justify: distribute-all-lines;
}
:root [class*="autogrid"] > * {
  /* fallback for Opera Mini */
  font-size: 17px;
  font-size: 1.7rem;
}
/* Opera hack */
[class*="autogrid"]:-o-prefocus {
  word-spacing: -0.43em;
}
.autogrid2 > * {
  width: 49%;
}
.autogrid3 > * {
  width: 32%;
}
.autogrid4 > * {
  width: 23.6%;
}
.autogrid5 > * {
  width: 19%;
}
.autogrid6 > * {
  width: 15%;
}
.autogrid8 > * {
  width: 10.8%;
}
.autogrid10 > * {
  width: 9%;
}
.autogrid12 > * {
  width: 6.4%;
}
/* ----------------------------- */
/* ==tables                      */
/* ----------------------------- */
table,
.table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  vertical-align: top;
  border: 1px solid #ccc;
}
.table {
  display: table;
}
table#recaptcha_table,
table.table-auto {
  table-layout: auto;
}
caption {
  padding: 10px;
  color: #555;
  font-style: italic;
}
td,
th {
  padding: 0.3em 0.8em;
  border: 1px #aaa dotted;
  vertical-align: top;
  min-width: 20px;
  cursor: default;
  text-align: left;
}
/* ----------------------------- */
/* ==forms                       */
/* ----------------------------- */
/* thanks to HTML5boilerplate,
* github.com/nathansmith/formalize and www.sitepen.com
*/
/* buttons */
.btn {
  display: inline-block;
}
/* forms items */
form,
fieldset {
  border: none;
}
input,
button,
select,
label,
.btn {
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit;
}
label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
legend {
  border: 0;
  white-space: normal;
}
textarea {
  min-height: 5em;
  vertical-align: top;
  font-family: inherit;
  font-size: inherit;
  resize: vertical;
}
/* clickable input types in iOS */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
/* if select styling bugs on WebKit */
/* select { -webkit-appearance: none; } */
/* 'x' appears on right of search input when text is entered. This removes it */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
::-webkit-input-placeholder {
  color: #777;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #777;
}
/* Removes inner padding and border in FF3+ */
button::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* ----------------------------- */
/* ==icons and bullets	         */
/* ----------------------------- */
.icon {
  display: inline-block;
}
.icon:before,
.icon.after:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  margin: 0 0.3em 0 0;
  font: 1.4em/1 sans-serif;
  color: #000;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  speak: none;
}
@media (min-device-width: 768px) {
  .icon:before,
  .icon.after:after {
    font: 1em/0.6 sans-serif;
    -webkit-transform: rotateZ(0.05deg);
  }
}
.icon.after:after {
  margin: 0 0 0 8px;
}
.icon.after:before {
  content: "" !important;
}
.icon-rate:before,
.icon-rate.after:after {
  content: "\2605";
}
.icon-unrate:before,
.icon-unrate.after:after {
  content: "\2606";
}
.icon-check:before,
.icon-check.after:after {
  content: "\2713";
}
.icon-uncheck:before,
.icon-uncheck.after:after {
  content: "\2717";
}
.icon-cloud:before,
.icon-cloud.after:after {
  content: "\2601";
}
.icon-dl:before,
.icon-dl.after:after {
  content: "\21E3";
  font-weight: bold;
}
.icon-cross:before,
.icon-cross.after:after {
  content: "\2716";
  font-weight: bold;
}
.icon-arrow1:before,
.icon-arrow1.after:after {
  content: "\2192";
  position: relative;
  top: -0.15em;
}
.icon-arrow2:before,
.icon-arrow2.after:after {
  content: "\279E";
}
.icon-arrow3:before,
.icon-arrow3.after:after {
  content: "\279A";
}
.icon-bracket1:before,
.icon-bracket1.after:after {
  content: "\2039";
  font-weight: bold;
  font-size: 1.6em;
  position: relative;
  top: -0.15em;
}
.icon-bracket2:before,
.icon-bracket2.after:after {
  content: "\203A";
  font-weight: bold;
  font-size: 1.6em;
  position: relative;
  top: -0.15em;
}
.icon-up:before,
.icon-up.after:after {
  content: "\25B2";
}
.icon-down:before,
.icon-down.after:after {
  content: "\25BC";
}
.icon-bull:before,
.icon-bull.after:after {
  content: "\2022";
  font-size: 1.2em;
  top: -0.05em;
}
.icon-bull2:before,
.icon-bull2.after:after {
  content: "\25E6";
  top: -0.05em;
}
.icon-bull3:before,
.icon-bull3.after:after {
  content: "\2023";
  font-size: 1.6em;
  top: -0.05em;
}
.icon-nav:before,
.icon-nav.after:after {
  content: "\2261";
  font-weight: bold;
}
.icon-losange:before,
.icon-losange.after:after {
  content: "\25C6";
}
.icon-asteri:before,
.icon-asteri.after:after {
  content: "\2731";
  font-weight: bold;
}
.icon-mail:before,
.icon-mail.after:after {
  content: "\2709";
  font-size: 1.6em;
  top: -0.05em;
}
/* flexbox layout 
Tutorial: http://knacss.com/demos/tutoriel.html#flex */
.flex {
  display: flex;
}
.flex-h {
  flex-direction: row;
}
.flex-v {
  flex-direction: column;
}
.flex-fluid {
  flex: 1;
}
.flex-start {
  order: -1;
}
.flex-mid {
  order: 1;
}
.flex-end {
  order: 42;
}
/* ----------------------------- */
/* ==desktop and HD devices      */
/* ----------------------------- */
@media (min-width: 1025px) {
  /* rules for big resources and big screens like: background-images, font-faces, etc. */
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  /* style adjustments for high density devices */
}
/* ---------------------------------- */
/* ==Responsive large                 */
/* ---------------------------------- */
@media (min-width: 1025px) {
  /* layouts for large screens */
  .large-hidden {
    display: none !important;
  }
  .large-visible {
    display: block !important;
  }
  .large-no-float {
    float: none;
  }
  .large-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .large-row {
    display: table;
    table-layout: fixed;
    width: 100% !important;
  }
  .large-col {
    display: table-cell;
    vertical-align: top;
  }
  /* widths for large screens */
  .large-w25 {
    width: 25% !important;
  }
  .large-w33 {
    width: 33.3333% !important;
  }
  .large-w50 {
    width: 50% !important;
  }
  .large-w66 {
    width: 66.6666% !important;
  }
  .large-w75 {
    width: 75% !important;
  }
  .large-w100,
  .large-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for large screens */
  .large-man {
    margin: 0 !important;
  }
  /* grid rwd for large screens */
  /* 	.grid5 > *, */
  /* 	.grid6 > *, */
  /* 	.grid8 > *, */
  /* 	.grid10 > *, */
  /* 	.grid12 > * { */
  /* 		width: 33.333%; */
  /* 	} */
  /* autogrid rwd for large screens */
  /* 	.autogrid5 > *, */
  /* 	.autogrid6 > *, */
  /* 	.autogrid8 > *, */
  /* 	.autogrid10 > *, */
  /* 	.autogrid12 > * { */
  /* 		width: 32%; */
  /* 	} */
}
/* ---------------------------------- */
/* ==Responsive medium                */
/* ---------------------------------- */
@media (min-width: 769px) and (max-width: 1024px) {
  /* layouts for medium screens */
  .medium-hidden {
    display: none !important;
  }
  .medium-visible {
    display: block !important;
  }
  .medium-no-float {
    float: none;
  }
  .medium-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .medium-row {
    display: table;
    table-layout: fixed;
    width: 100% !important;
  }
  .medium-col {
    display: table-cell;
    vertical-align: top;
  }
  /* widths for medium screens */
  .medium-w25 {
    width: 25% !important;
  }
  .medium-w33 {
    width: 33.3333% !important;
  }
  .medium-w50 {
    width: 50% !important;
  }
  .medium-w66 {
    width: 66.6666% !important;
  }
  .medium-w75 {
    width: 75% !important;
  }
  .medium-w100,
  .medium-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for medium screens */
  .medium-man {
    margin: 0 !important;
  }
}
/* ---------------------------------- */
/* ==Responsive small                 */
/* ---------------------------------- */
@media (min-width: 481px) and (max-width: 768px) {
  /* quick small resolution reset */
  .mod,
  .col,
  fieldset {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* quick reset in small resolution and less */
  .w600p,
  .w700p,
  .w800p,
  .w960p,
  .mw960p {
    width: auto;
    float: none;
  }
  /* layouts for small screens */
  .small-hidden {
    display: none !important;
  }
  .small-visible {
    display: block !important;
  }
  .small-no-float {
    float: none;
  }
  .small-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .small-row {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }
  .small-col {
    display: table-cell !important;
    vertical-align: top !important;
  }
  /* widths for small screens */
  .small-w25 {
    width: 25% !important;
  }
  .small-w33 {
    width: 33.3333% !important;
  }
  .small-w50 {
    width: 50% !important;
  }
  .small-w66 {
    width: 66.6666% !important;
  }
  .small-w75 {
    width: 75% !important;
  }
  .small-w100,
  .small-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for small screens */
  .small-man {
    margin: 0 !important;
  }
  .small-pan {
    padding: 0 !important;
  }
  /* grid rwd for small screens */
  .grid3 > *,
  .grid4 > *,
  .grid5 > *,
  .grid6 > *,
  .grid8 > *,
  .grid10 > *,
  .grid12 > * {
    width: 50%;
  }
  /* autogrid rwd for small screens */
  .autogrid5 > *,
  .autogrid6 > *,
  .autogrid8 > *,
  .autogrid10 > *,
  .autogrid12 > * {
    width: 49% !important;
  }
}
/* ---------------------------------- */
/* ==Responsive tiny                  */
/* ---------------------------------- */
@media (max-width: 480px) {
  .w300p,
  .w400p,
  .w500p {
    width: auto;
    float: none;
  }
  .row {
    display: block !important;
    width: 100% !important;
  }
  /* layouts for tiny screens */
  .tiny-hidden {
    display: none !important;
  }
  .tiny-visible {
    display: block !important;
  }
  .tiny-no-float {
    float: none;
  }
  .tiny-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .tiny-row {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }
  .tiny-col {
    display: table-cell !important;
    vertical-align: top !important;
  }
  th,
  td {
    display: block !important;
    width: auto !important;
    text-align: left !important;
  }
  thead {
    display: none;
  }
  /* widths for tiny screens */
  .tiny-w25 {
    width: 25% !important;
  }
  .tiny-w33 {
    width: 33.3333% !important;
  }
  .tiny-w50 {
    width: 50% !important;
  }
  .tiny-w66 {
    width: 66.6666% !important;
  }
  .tiny-w75 {
    width: 75% !important;
  }
  .tiny-w100,
  .tiny-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for tiny screens */
  .tiny-man {
    margin: 0 !important;
  }
  .tiny-pan {
    padding: 0 !important;
  }
  /* grid rwd for tiny screens */
  .grid > * > * {
    width: 100% !important;
  }
  /* autogrid rwd for tiny screens */
  [class*="autogrid"] > * {
    width: 100% !important;
  }
}
/* quick print reset */
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    width: auto !important;
    margin: auto !important;
    font-family: serif;
    font-size: 12pt;
    background-color: #fff !important;
    color: #333 !important;
  }
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  blockquote,
  ul,
  ol {
    color: #000 !important;
    margin: auto !important;
  }
  .print {
    display: block;
  }
  .no-print {
    display: none;
  }
  img {
    filter: grayscale(100%);
  }
  /* no orphans, no widows */
  p,
  blockquote {
    orphans: 3;
    widows: 3;
  }
  /* no breaks inside these elements */
  blockquote,
  ul,
  ol {
    page-break-inside: avoid;
  }
  /* page break before main headers */
  h1 {
    page-break-before: always;
  }
  /* no breaks after these elements */
  h1,
  h2,
  h3,
  caption {
    page-break-after: avoid;
  }
  a {
    color: #000 !important;
    text-decoration: underline !important;
  }
  /* displaying URLs */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
}
/* ----------------------------- */
/* ==skip-hyphens                */
/* ----------------------------- */
/* styling skip links */
.skip-links {
  position: absolute;
}
.skip-links a {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0.5em;
  background: black;
  color: white;
  text-decoration: none;
}
.skip-links a:focus {
  position: static;
  overflow: visible;
  clip: auto;
}
@media (max-width: 768px) {
  /* you shall not pass */
  div,
  textarea,
  table,
  td,
  th,
  code,
  pre,
  samp {
    word-wrap: break-word;
    hyphens: auto;
  }
}
/* ----------------------------- */
/* ==gmaps support               */
/* ----------------------------- */
/* Google Gmap3 bug fix on images */
.gm-style img {
  height: 100%;
}
:not(.gm-style) img {
  height: auto;
}
.gm-style img,
.gmnoscreen img,
.gmnoprint img {
  max-width: none !important;
}
/* ----------------------------- */
/* ==IE6, IE7, IE8 support       */
/* ----------------------------- */
/* Active box-sizing for IE6/IE7 */
/* @source https://github.com/Schepp/box-sizing-polyfill */
.ie67 * {
  behavior: url(/js/boxsizing.htc);
}
.ie678 h1,
.ie678 .h1-like {
  font-size: 1.53em;
}
.ie678 h2,
.ie678 .h2-like {
  font-size: 1.41em;
}
.ie678 h3,
.ie678 .h3-like {
  font-size: 1.18em;
}
.ie678 h4,
.ie678 .h4-like {
  font-size: 1.06em;
}
.ie678 h5,
.ie678 .h5-like {
  font-size: 0.94em;
}
.ie678 h6,
.ie678 .h6-like {
  font-size: 0.94em;
}
/* @bugfix for IE8 */
.ie678 img {
  width: auto;
}
.ie678 .gm-style img {
  height: 100%;
}
/* hasLayout for IE6/IE7 */
.clearfix,
.line,
.mod,
.row,
.col {
  *zoom: 1;
}
/*! inline-block and table-cell for IE6/IE7 */
/*! warning: .col needs width on IE6/IE7 */
.btn,
.col,
.inbl {
  *display: inline;
  *zoom: 1;
}
/* old syntax of clip for IE6/IE7 */
.visually-hidden {
  *clip: rect(1px 1px 1px 1px);
}
/* IE8 grid hack */
.ie8 .grid > *,
.ie8 [class*="autogrid"] > * {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
}
.ie8 .grid > * > *,
.ie8 [class*="autogrid"] > * > * {
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
}
/* IE7 grid hack */
.grid > * > *,
[class*="autogrid"] > * > * {
  *display: inline;
  *zoom: 1;
}
/* forms */
/* Corrects excess space around these inputs in IE8/9 */
.ie678 input[type="checkbox"],
.ie678 input[type="radio"] {
  padding: 0;
}
/* Removes default vertical scrollbar on empty textarea in IE6/7/8/9 */
.ie678 textarea {
  overflow: auto;
}
/* ----------------------------- */
/* ==minor stylings              */
/* ----------------------------- */
/* styling elements */
code,
kbd,
mark {
  border-radius: 2px;
}
kbd {
  padding: 0 2px;
  border: 1px solid #999;
}
code {
  padding: 2px 4px;
  background: rgba(0, 0, 0, 0.04);
  color: #b11;
}
pre code {
  padding: none;
  background: none;
  color: inherit;
  border-radius: 0;
}
mark {
  padding: 2px 4px;
  background: #ff0;
}
sup,
sub {
  vertical-align: 0;
  position: relative;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
blockquote {
  position: relative;
  padding-left: 3em;
}
blockquote:before {
  content: "\201C";
  position: absolute;
  left: 0;
  top: 0;
  font-family: georgia, serif;
  font-size: 5em;
  line-height: 0.9;
  color: rgba(0, 0, 0, 0.3);
}
blockquote > footer {
  margin-top: .75em;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.7);
}
blockquote > footer:before {
  content: "\2014 \0020";
}
q {
  font-style: normal;
}
q,
.q {
  quotes: "“\00a0" "\00a0”";
}
q:lang(fr),
.q:lang(fr) {
  quotes: "«\00a0" "\00a0»";
}
hr {
  display: block;
  clear: both;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  color: #213c6d;
  background-color: #213c6d;
}
/* alternate tables */
.alternate {
  border: 0;
}
.alternate tbody {
  border: 1px solid #ccc;
}
.alternate thead tr > * + * {
  border-left: 0;
}
.alternate tbody tr > * + * {
  border-left: 1px solid #ccc;
}
/* alternate-vert tables */
.alternate-vert {
  border: 0;
  border-right: 1px solid #ccc;
}
.alternate-vert tr > :first-child {
  border-bottom: 0;
}
.alternate-vert tr > * + * {
  border-top: 1px solid #ccc;
}
/* striped tables */
.striped tbody tr:nth-child(odd) {
  background: #eee;
  background: rgba(0, 0, 0, 0.05);
}
/* striped-vert tables */
.striped-vert tr > :first-child {
  background: #eee;
  background: rgba(0, 0, 0, 0.05);
}
.wrap {
  width: 100%;
}
.white-wrap {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
#header {
  width: 1024px;
  margin: 0px auto;
  z-index: 1000;
}
#login {
  width: 1024px;
  margin: 0px auto;
}
#recherche {
  width: 1024px;
  margin: 0px auto;
}
#footer-wrap {
  width: 100%;
  margin: 0px auto;
}
#content-wrap {
  width: 100%;
  margin: 0px auto;
}
#recherche-wrap {
  width: 1024px;
  margin: 0px auto;
}
.webinfoContent-wrap {
  width: 1024px;
  margin: 0px auto;
}
#contentSidebarMain-wrap {
  width: 100%;
}
#contentSidebar-wrap {
  width: 1024px;
  margin: 0px auto;
}
#contentSidebar-wrap .webinfoContent-wrap {
  width: 100%;
}
#footerContent-wrap {
  width: 1024px;
  margin: 0px auto;
}
#browseHappy {
  background: #FDF2AB;
  border-bottom: 1px solid #A29330;
  color: #000000;
  cursor: pointer;
  font-size: 14px;
  left: 0;
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 111111;
}
#browseHappy a {
  color: #000000;
  display: block;
  padding: 5px 36px 5px 40px;
  text-decoration: none;
}
.header-wrap {
  padding-bottom: 37.5px;
}
.header-wrap .white-wrap {
  padding-top: 37.5px;
  background-color: white;
}
#header {
  color: #213c6d;
  padding-bottom: 37.5px;
}
#header .wEmpty {
  width: 0%;
}
#header .wLogo {
  display: table-cell;
  vertical-align: bottom;
  width: 25%;
}
#header .wLogo img {
  width: 250px;
  margin-bottom: 10px;
}
#header .wMenu {
  display: table-cell;
  vertical-align: bottom;
  width: 75%;
}
@media (max-width: 1024px) {
  #header .wEmpty {
    width: 0%;
  }
  #header .wLogo {
    width: 100%;
    text-align: center;
  }
  #header .wLogin {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #header label {
    display: none;
  }
  #header .wEmpty {
    width: 0%;
  }
  #header .wLogo {
    width: 100%;
  }
  #header .wLogin {
    width: 100%;
  }
}
.sf-sub-indicator {
  display: none;
}
#submenu {
  margin-top: 20px;
}
#superfish {
  width: 100%;
}
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu li {
  position: relative;
  width: 25%;
}
.sf-menu li li {
  border-right: 0px;
  width: 210px;
}
.sf-menu ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
}
.sf-menu > li {
  float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu a {
  color: #5f5f5f;
}
.sf-menu a.active {
  color: #213c6d;
}
.sf-menu ul ul {
  top: 0;
  left: 100%;
}
/*** DEMO SKIN ***/
.sf-menu {
  float: right;
}
.sf-menu ul {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
  padding: .75em 1em;
  text-decoration: none;
  zoom: 1;
  /* IE7 */
  text-align: center;
}
.sf-menu li li a {
  /* 	border-top: 1px solid #dFeEFF; fallback colour must use full shorthand */
  /* 	border-top: 1px solid rgba(255,255,255,.5); */
  text-align: left;
}
.sf-menu li {
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background .2s;
  transition: background .2s;
}
.sf-menu ul {
  display: none;
}
.sf-menu ul li {
  background-color: white;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none;
}
.sf-menu a:hover {
  color: #213c6d;
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #213c6d;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(33, 60, 109, 0.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #213c6d;
  /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #213c6d;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(33, 60, 109, 0.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #213c6d;
}
#mobile-header {
  display: none;
}
/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
  height: 2.5em;
  padding-bottom: 2.5em;
  position: relative;
}
.sf-navbar li {
  position: static;
}
.sf-navbar a {
  border-top: none;
}
.sf-navbar li ul {
  width: 44em;
  /*IE6 soils itself without this*/
}
.sf-navbar li li {
  position: relative;
}
.sf-navbar li li ul {
  width: 13em;
}
.sf-navbar li li li {
  width: 100%;
}
.sf-navbar ul li {
  width: auto;
  float: left;
}
.sf-navbar a,
.sf-navbar a:visited {
  border: none;
}
ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
  left: 0;
  top: 2.5em;
  /* match top ul list item height */
}
ul.sf-navbar .current ul ul {
  top: -999em;
}
.sf-navbar li li.current > a {
  font-weight: bold;
}
/*** point all arrows down ***/
/* point right for anchors in subs */
.sf-navbar ul .sf-sub-indicator {
  background-position: -10px -100px;
}
.sf-navbar ul a > .sf-sub-indicator {
  background-position: 0 -100px;
}
/* apply hovers to modern browsers */
.sf-navbar ul a:focus > .sf-sub-indicator,
.sf-navbar ul a:hover > .sf-sub-indicator,
.sf-navbar ul a:active > .sf-sub-indicator,
.sf-navbar ul li:hover > a > .sf-sub-indicator,
.sf-navbar ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px;
  /* arrow hovers for modern browsers*/
}
/*** remove shadow on first submenu ***/
.sf-navbar > li > ul {
  background: transparent;
  padding: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
}
#loginInfoMenu {
  padding: 1em;
  color: #213c6d;
  width: 100%;
  clear: both;
}
#loginInfoMenu p {
  color: #213c6d;
}
#loginInfoMenu p .xl {
  font-family: 'futura_md_btbold', sans-serif;
  display: block;
}
#loginInfoMenu a {
  display: block;
  float: left;
  text-decoration: none;
  width: 165px;
  vertical-align: middle;
  color: #5f5f5f;
  height: 50px;
}
#loginInfoMenu a:hover {
  background-color: #5f5f5f;
  color: #ffffff;
}
#loginInfoMenu #loginRight a.linkloginmenu {
  width: 100%;
  color: #213c6d;
  padding: 0 1em;
}
#loginInfoMenu #loginRight a.linkloginmenu:hover {
  background-color: #213c6d;
  color: #ffffff;
}
#loginInfoMenu #loginRight a.linkloginmenu:AFTER {
  content: " X ";
  font-family: 'futura_md_btbold', sans-serif;
}
#loginInfoMenu a.linkloginmenu img {
  display: none;
}
#loginInfoMenu #logininfo {
  width: 100%;
}
#loginInfoMenu #loginLeft,
#loginInfoMenu #loginRight {
  display: inline-block;
}
#loginInfoMenu #loginRight {
  float: right;
}
#loginInfoMenu #loginRight .linkloginmenu {
  height: 25px;
}
#loginInfoMenu ul {
  display: table;
  padding: 0;
  list-style-type: none;
}
#loginInfoMenu ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 165px;
  border-left: 1px solid;
  text-align: center;
}
#loginInfoMenu ul li:LAST-CHILD {
  border-right: 1px solid;
}
@media (max-width: 480px) {
  #loginInfoMenu ul li,
  #loginInfoMenu ul li a {
    width: 100%;
  }
}
.wmsMain {
  width: 75%;
}
.wmsSidebar {
  width: 25%;
}
.underline {
  border-bottom: 1px solid;
}
.bold {
  font-family: 'futura_md_btbold', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.trait_bleu {
  background-image: url("img/trait_bleu.png");
  background-position: bottom left 5px;
  background-repeat: no-repeat;
}
.accueil-accueil #main .webinfo {
  padding-top: 75px;
  padding-bottom: 75px;
}
.accueil-accueil #main .webinfoContent {
  padding-top: 20px;
  padding-bottom: 20px;
}
.accueil-accueil #main .webinfoContent-wrap {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
#contentSidebarMain-wrap .webinfoContent-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
#contentSidebarMain-wrap .webinfo {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
#content-wrap .webinfoContent-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
#main a {
  color: #213c6d;
  text-decoration: none;
}
#main a:HOVER {
  text-decoration: underline;
}
#main h1 {
  color: #213c6d;
  margin: 0;
  margin-bottom: 1em;
  text-align: center;
}
#main h2 {
  font-weight: bold;
  color: #213c6d;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
}
#main h3 {
  color: #213c6d;
}
#main #tablePojo .label,
#main #tablePojo .value {
  width: 100%;
  font-size: inherit;
}
#main .trait {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid;
}
#main .blocText {
  padding-top: 1em;
  padding-bottom: 1em;
}
#main ul {
  list-style: none;
}
#main ul li:before {
  content: "> \0020";
  color: #213c6d;
  font-weight: bold;
}
#main ul ul {
  list-style: circle;
}
#main ul ul li:before {
  content: "" !important;
}
#main ol {
  list-style-type: none;
}
#main ol li {
  counter-increment: count-me;
}
#main ol li::before {
  content: counter(count-me) "/ ";
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -1.3em;
  top: .05em;
  color: #213c6d;
  font-weight: bold;
  white-space: nowrap;
}
#main .form_label {
  font-size: inherit;
  text-align: right;
  width: 100%;
}
#main table,
#main table td {
  border: 0;
}
#main .webinfo {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
}
#main #info5109342 {
  background-image: url("/gemweb/pj/simple/44/5109338/7.jpg");
  background-attachment: fixed;
}
#main #info10690 {
  background-image: url("/gemweb/pj/simple/44/5109336/6.jpg");
  background-attachment: fixed;
}
#main #info5109414 {
  background-image: url("/gemweb/pj/simple/44/5109338/7.jpg");
  background-attachment: fixed;
}
#main #info5109382 {
  background-image: url("/gemweb/pj/simple/44/5109336/6.jpg");
}
#main .blocMission .ligneRoue {
  padding: 0;
}
#main .blocJudiciaire .ligneRoue {
  padding: 0;
}
#main .blocJudiciaire .roue .titreRoue {
  line-height: 1em;
}
#main .blocJudiciaire .rj {
  font-size: 2.3rem;
}
#main .blocJudiciaire .sauvegarde {
  font-size: 2.4rem;
}
.accueil #main {
  background-image: url("img/1920/MJSynergie__0005.jpg");
  background-attachment: fixed;
}
#contentSidebar-wrap .white-wrap {
  background-color: inherit;
}
#main .barreInfo ul li::before {
  content: none;
}
#main .barreInfo a {
  color: #213c6d !important;
}
#main .barreInfo a:HOVER {
  color: white!important;
}
.recherche-wrap {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
}
.recherche-wrap .wmsMain {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 1em;
}
.wmsSpace {
  width: 20px;
  background-attachment: fixed;
  background-image: url("img/1920/MJSynergie__0005.jpg");
}
#main .webinfo-actualite .actu {
  color: #213c6d;
}
#main .webinfo-actualite .actu .actuDate {
  font-weight: bold;
}
#main .webinfo-actualite .actu .actuTitre {
  font-family: 'futura_md_btbold', sans-serif;
}
#main .webinfo-actualite .actuDoc {
  float: right;
  margin-bottom: 1em;
}
#main .webinfo-actualite .actuDoc a:HOVER {
  text-decoration: none;
}
#main .webinfo-actualite .actuFin {
  clear: both;
  padding-bottom: 1em;
  border-bottom: 1px solid;
}
#main .webinfo-actualite .actuLast {
  border: 0;
}
#contentSidebarMain-wrap #main {
  background-image: none;
}
#contentSidebarMain-wrap {
  background-attachment: fixed;
  background-image: url("img/1920/MJSynergie__0005.jpg");
  padding-top: 37.5px;
  padding-bottom: 37.5px;
}
#sidebar {
  color: #213c6d;
  padding-left: 1em;
  padding-top: 20px;
}
#sidebar .sideBlock {
  margin-bottom: 1em;
}
#sidebar .sideBlock .sidemenu {
  margin: 0;
}
#sidebar .sideBlock .sideWarnBlock {
  padding: 0.5em;
}
#sidebar .sideBlock h1 {
  text-align: center;
  font-family: 'futura_md_btbold', sans-serif;
  font-weight: 700;
  font-style: normal;
}
#sidebar .sideBlock h1::first-letter {
  border-bottom: 1px solid;
}
#sidebar .sideBlock h2 {
  font-weight: bold;
  color: black;
  padding-bottom: 0.3em;
}
#sidebar .sideBlock h3 {
  color: #006a8c;
}
#sidebar .sideBlock ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar .sideBlock li {
  border-bottom: 1px solid;
  border-color: #213c6d !important;
}
#sidebar .sideBlock li:FIRST-CHILD {
  border-color: #213c6d !important;
  border-top: 1px solid;
}
#sidebar .sideBlock a {
  padding: 0.5em;
  display: block;
  color: #213c6d;
  text-decoration: none;
}
#sidebar .sideBlock a:HOVER {
  color: white;
  background-color: #213c6d;
}
#sidebar .sideBlock .addinfomenu li {
  border: 0;
  padding-bottom: 5px;
}
#sidebar .addinfomenu .t-beaneditor-submit,
#sidebar .addinfomenu .gray {
  background: -moz-linear-gradient(center top, #888888, #575757) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #213c6d;
  color: #E9E9E9;
}
#footer-wrap {
  background-image: url("img/1920/MJSynergie__0004.jpg");
  background-attachment: fixed;
}
#footer-wrap #footer-bottom {
  background-color: rgba(255, 255, 255, 0.9);
}
.accueil-accueil #footer-wrap {
  padding-top: 75px;
}
#footerContent-wrap {
  text-align: center;
  color: #213c6d;
  padding-top: 10px;
  padding-bottom: 10px;
}
#footerContent-wrap h3 {
  padding: 0;
  margin: 0;
  font-family: 'futura_md_btbold', sans-serif;
}
#footerContent-wrap a {
  color: #213c6d;
  text-decoration: none;
}
#footerContent-wrap p {
  padding: 0;
  margin: 0;
}
#footerContent-wrap #codeContent {
  padding-top: 10px;
  padding-bottom: 10px;
}
#footerContent-wrap #footerContent {
  padding-top: 10px;
  padding-bottom: 10px;
}
#footerContent-wrap .roue .titreRoue {
  font-size: 2.0rem;
}
#footerContent-wrap .telFax {
  display: inline-block;
  width: 35px;
}
.login-wrap {
  background-attachment: fixed;
  background-image: url("img/1920/MJSynergie__0008.jpg");
}
.login-wrap .white-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
#loginForm {
  width: 1600px;
  margin: 0px auto;
  padding: 0;
}
#formLogin {
  padding: 0;
  background-color: inherit;
  color: #213c6d;
}
#formLogin .field {
  display: inline;
}
#formLogin p {
  text-align: left;
}
#formLogin label {
  text-align: left;
}
#formLogin #linksubmit {
  text-decoration: none;
  color: #213c6d;
}
#formLogin IMG.t-error-icon {
  display: none!important;
}
.roueWrapper {
  margin: 0 auto;
  width: 200px;
}
.roueWrapper a {
  display: block;
}
.roueWrapper a:hover {
  text-decoration: none!important;
}
.roueWrapper a:hover .titreRoue {
  color: #5f5f5f;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(90deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(90deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.roue {
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  display: table;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.roue .titreRoue {
  font-size: 2.6rem;
  color: #213c6d;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.roue:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 2;
  background-image: url("img/roue.png");
  background-repeat: no-repeat;
}
.roue:HOVER::before {
  -webkit-animation: spin 1s linear;
  -moz-animation: spin 1s linear;
  animation: spin 1s linear;
}
.roueActif,
.roueMandat {
  border-left: 1px solid;
}
.ligneRoue > * > * {
  padding-left: 10px;
  padding-right: 10px;
}
.ligneRoue:FIRST-CHILD .roueWrapper {
  margin-bottom: 65px;
}
.blocJudiciaire .ligneRoue .roueWrapper {
  margin-bottom: 65px;
}
.blocMission .ligneRoue .roueWrapper {
  margin-bottom: 65px;
}
#codeContent .grid > * {
  margin-left: 0;
}
.bleuFg {
  color: #213c6d;
}
.bleuBg {
  background-color: #213c6d;
}
.bleu2Fg {
  color: #677dc0;
}
.bleu2Bg {
  background-color: #677dc0;
}
.displayinfo {
  font-family: 'futura_lightregular', sans-serif !important;
}
DIV.t-beaneditor,
DIV.t-beandisplay {
  background-color: #ebebeb;
  border: 0 none;
  font-family: inherit;
  margin: 0;
  padding: 0;
  width: 100%;
}
TABLE.t-data-grid THEAD TR,
div .t-palette-title {
  color: #213c6d;
  background-color: inherit;
}
TABLE.t-data-grid {
  font-size: inherit;
  font-family: 'futura_lightregular', sans-serif;
}
TABLE.t-data-grid THEAD TR * a,
TABLE.t-data-grid THEAD TR * a:visited {
  color: white;
  text-decoration: none;
}
TABLE.t-data-grid TBODY TR * a,
TABLE.t-data-grid TBODY TR * a:visited {
  color: #5c0303;
  text-decoration: underline;
}
TABLE.t-data-grid .del {
  width: 5%;
}
TABLE.t-data-grid .titre,
TABLE.t-data-grid .libelle,
TABLE.t-data-grid .regActifSousTypeLib,
TABLE.t-data-grid .nomFichier {
  width: 30%;
}
DIV.t-data-grid-pager SPAN.current {
  color: white;
  background-color: #213c6d;
}
DIV.t-data-grid-pager A:HOVER {
  border-color: #213c6d;
}
.pair,
.listActifPair {
  background-color: white;
}
TABLE.t-data-grid TBODY TR:HOVER,
#tablePojo TR:HOVER {
  background-color: #f7f9fc;
  color: black;
}
TABLE.t-data-grid THEAD TR TH {
  border-bottom: 1px solid #213c6d;
  border-right: none !important;
  vertical-align: bottom;
}
TABLE.t-data-grid td,
TABLE.t-data-grid th {
  border: none;
}
.pair,
.listActifPair {
  background-color: #ebebeb;
}
.impair,
.listActifImpair {
  background-color: inherit;
}
.contenu {
  width: 40%;
}
.mandatnomPrenom {
  width: 20%;
}
.numMandat,
.mandatdateOuverture,
.isIrrecouvrable,
.idNumero {
  width: 10%;
}
@media (max-width: 768px) {
  label,
  .label {
    width: 100%;
    text-align: left !important;
  }
  input,
  select,
  textarea {
    width: 100% !important;
  }
  .tdLabel {
    border: 0;
  }
  .tdValue {
    width: 100%;
    border-left: 0;
  }
  .value {
    padding-left: 1em;
  }
}
#home ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#home li {
  border-bottom: 1px solid #213c6d;
}
#home li:FIRST-CHILD {
  border-top: 1px solid #213c6d;
}
#home a {
  padding: 0.5em;
  display: block;
  color: #213c6d;
  background-color: white;
  text-decoration: none;
}
#home a:HOVER {
  color: white;
  background-color: #213c6d;
}
TABLE.t-data-grid TBODY TR * a.button,
TABLE.t-data-grid TBODY TR * a.button:visited,
.t-beaneditor-submit {
  color: #213c6d;
  text-decoration: none !important;
}
TABLE.t-data-grid THEAD TR TH {
  white-space: normal !important;
}
.label {
  font-variant: normal;
}
#mandatDocument .numDownload,
#mandatDocument .numMandat {
  width: 5%;
}
#mandatDocument .nbSizeValue,
#mandatDocument .observation {
  width: 20%;
}
.maj,
.del {
  width: 5%;
}
#mandatDocument .nbSizeValue,
#mandatDocument .nomMandat {
  width: 20%;
}
#mandatDocument .role {
  width: 10%;
}
#gridWebUtilisateur .role {
  width: 50%;
}
#formInfo #emailReceiver {
  width: 100%;
}
#inscriptionActif label {
  width: 50%;
}
#inscriptionActif input {
  width: 50%;
}
#inscriptionActif .t-checklist-row input,
#inscriptionActif #isActif {
  width: 10%;
}
#map #primaryNav li a,
#map #utilityNav a {
  background-color: white;
  border: 1px solid #213c6d;
  color: #213c6d;
}
#map #primaryNav li li ul {
  background-color: inherit;
}
#formDeclarationCreance input {
  width: 35%;
}
#formDeclarationCreance #cp,
#formDeclarationCreance #cp_0,
#formDeclarationCreance #bienCodePostal {
  width: 92px;
}
.filtreMandat #submitform {
  float: right;
}
.filtreActif .filtreActifLabel {
  width: 12.5%;
}
.filtreActif .filtreActifInput {
  width: 25%;
}
.filtreActif .filtreActifInput input {
  width: 100% !important;
}
.filtreActif select {
  width: 100%;
}
.filtreActif label {
  width: 100% !important;
  text-align: left !important;
  margin-top: 0;
}
.filtreActif #submitform {
  float: right;
}
#main .creanceGrid .gray {
  color: #213c6d !important;
}
#main .creanceGrid .gray:hover {
  color: white !important;
}
.rssActif img {
  vertical-align: text-top;
}
#mesCreances label {
  width: 100% !important;
  text-align: left !important;
  margin-top: 0;
}
#mesCreances #submitform {
  float: right;
}
#tribunalMandat td {
  width: 33%;
}
#tribunalMandat label {
  display: block;
  margin-top: 0;
}
.listDocAttendu {
  display: flex;
  flex-direction: column;
}
.listDocAttendu form#docAttenduContact {
  width: 90%;
}
.bouttonBleuClair {
  color: #ffffff;
  border: solid 1px #152646;
  background: #213c6d;
  border-radius: 0px;
  font-family: 'futura_md_btbold', sans-serif !important;
}
.bouttonBleuClair:hover {
  background: #213c6d;
  background: -webkit-gradient(linear, left top, left bottom, from(#213c6d), to(#335ca8));
  background: -moz-linear-gradient(top, #213c6d, #335ca8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorBg', endColorstr='@colorBg2');
}
.bouttonBleuClair:active {
  color: white;
  background: #335ca8;
}
.t-beaneditor-submit,
.gray,
.bouttonBleu {
  font-size: 1.6rem;
  color: #213c6d !important;
  background-color: inherit!important;
  border-radius: 0;
  font-family: 'futura_md_btbold', sans-serif !important;
  border: solid 1px #213c6d;
  background-image: url("img/trait_bleu.png");
  background-position: bottom left 5px;
  background-repeat: no-repeat;
  padding: 5px!important;
  margin: 0;
  box-shadow: inherit;
}
.t-beaneditor-submit:HOVER,
.gray:HOVER,
.bouttonBleu:HOVER {
  color: white!important;
  background: #213c6d !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#213c6d), to(#213c6d)) !important;
  background: -moz-linear-gradient(top, #213c6d, #213c6d) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorBg', endColorstr='@colorBg2') !important;
}
.t-beaneditor-submit:ACTIVE,
.gray:ACTIVE,
.bouttonBleu:ACTIVE {
  color: white;
  background: #152646;
}
DIV.t-beaneditor .t-beaneditor-submit,
.medium {
  font-size: inherit;
  font-weight: inherit;
  padding: inherit;
}
@media only screen and (max-width: 480px) {
  #header,
  #footerContent-wrap,
  #content-wrap,
  #login,
  #recherche,
  .w25,
  .w33,
  .webinfoContent-wrap,
  #contentSidebar-wrap {
    width: 100%;
  }
  #formLogin .w10,
  #formLogin .w15 {
    width: 100%;
  }
  .row {
    display: block !important;
    width: 100% !important;
  }
  .row > * {
    display: block !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #header,
  #footerContent-wrap,
  #content-wrap,
  #login,
  #recherche,
  .webinfoContent-wrap,
  #contentSidebar-wrap {
    width: 100%;
  }
  .thirdCode {
    width: 100%;
  }
  #formLogin .w10,
  #formLogin .w15 {
    width: 100%;
  }
  .blocJudiciaire .grid2 > * {
    width: 100%;
  }
  .blocJudiciaire .ligneRoue .roueWrapper {
    margin-bottom: 0;
  }
  .blocMission .grid2 > * {
    width: 100%;
  }
  .blocMission .ligneRoue .roueWrapper {
    margin-bottom: 0;
  }
  .w25,
  .w33 {
    width: 50%;
  }
  .row {
    display: block !important;
    width: 100% !important;
  }
  .row > * {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header,
  #footerContent-wrap,
  #content-wrap,
  #login,
  #recherche,
  .webinfoContent-wrap,
  #contentSidebar-wrap {
    width: 100%;
  }
  #formLogin .w10,
  #formLogin .w15,
  #formLogin .w25 {
    width: 10%;
  }
  #header .row {
    display: block !important;
    width: 100% !important;
  }
  #header .row > * {
    display: block !important;
  }
}
@media only screen and (min-width: 1024px + 1) and (max-width: 1280px) {
  #header,
  #content-wrap,
  #login,
  #recherche,
  .webinfoContent-wrap,
  #contentSidebar-wrap,
  #footerContent-wrap {
    width: 1024px;
  }
}
@media (min-width: 1281px) {
  #header,
  #login,
  #recherche,
  .webinfoContent-wrap,
  #contentSidebar-wrap,
  #footerContent-wrap {
    width: 1280px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media all and (max-width: 1280px) {
  #wrap,
  #bandeau {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #footerContent-wrap {
    padding-left: 1em;
    padding-right: 1em;
  }
  #login,
  .webinfoContent,
  #footerContent {
    padding-left: 1em;
    padding-right: 1em;
  }
  #mobile-header {
    display: block;
    background-color: #213c6d;
    position: absolute;
    text-align: center;
    top: 0;
    width: 60px;
  }
  #mobile-header a {
    color: white;
    padding: 10px;
    text-decoration: none;
    font-size: 40px;
  }
  #submenu {
    display: none!important;
  }
  .sf-menu {
    display: none;
  }
}
/* Pour toutes les résolutions < 1024px */
@media all and (max-width: 1024px) {
  .roueActif,
  .roueMandat {
    border-left: 0;
  }
  .ligneRoue > * > * {
    padding-left: 20px;
    padding-right: 0;
  }
  .ligneRoue:first-child .roueWrapper {
    margin-bottom: 0;
  }
  #header .wLogo img {
    float: none!important;
  }
  .entete {
    display: block;
    margin-bottom: 0px;
  }
  #submenu {
    display: block;
    padding: 1em 0 1em 0;
  }
  #imageBandeauContainer {
    display: none;
  }
  #wrap,
  #bandeau {
    width: 100%;
  }
  .wmsMain {
    width: 100%;
  }
  .wmsSidebar {
    width: 100%;
  }
  #footer-wrap {
    width: 100%;
  }
}
.login-wrap,
.header-wrap,
.recherche-wrap {
  background-attachment: fixed;
  background-image: url("img/1920/MJSynergie__0005.jpg");
}
.accueil-juge {
  background-attachment: fixed;
  background-image: url("img/1920/MJ_synergie_siteEspaceJuridicitions.jpg") !important;
}
.accueil-juge #contentSidebarMain-wrap,
.accueil-juge .accueil #main,
.accueil-juge #footer-wrap,
.accueil-juge .header-wrap {
  background-image: url("img/1920/MJ_synergie_siteEspaceJuridicitions.jpg") !important;
}
.accueil-actualite {
  background-attachment: fixed;
  background-image: url("img/1920/MJ_synergie_siteActualitees.jpg") !important;
}
.accueil-actualite #contentSidebarMain-wrap,
.accueil-actualite .accueil #main,
.accueil-actualite #footer-wrap,
.accueil-actualite .header-wrap {
  background-image: url("img/1920/MJ_synergie_siteActualitees.jpg") !important;
}
.apj,
.apj:hover {
  background: url('img/picto/generic.png') center left no-repeat;
  padding-left: 40px;
}
.oeil,
.oeil:hover {
  background: url("img/picto/oeil.png") center left no-repeat;
}
.pdf,
.pdf:hover {
  background: url("img/picto/pdf.png") center left no-repeat;
}
.png,
.png:hover,
.gif,
.gif:hover,
.jpg,
.jpg:hover,
.jpeg,
.jpeg:hover {
  background: url(img/picto/generic.png) center left no-repeat;
}
.xls,
.xls:hover,
.ods,
.ods:hover,
.xlsx,
.xlsx:hover,
.csv,
.csv:hover,
.xlt,
.xlt:hover,
.xlw,
.xlw:hover {
  background: url(img/picto/spreadsheet.png) center left no-repeat;
}
.ppt,
.ppt:hover,
.pps,
.pps:hover,
.odg,
.odg:hover {
  background: url(img/picto/presentation.png) center left no-repeat;
}
.docx,
.docx:hover,
.odt,
.odt:hover,
.doc,
.doc:hover,
.rtf,
.rtf:hover,
.wps,
.wps:hover {
  background: url(img/picto/document.png) center left no-repeat;
}
.zip,
.zip:hover,
.gzip,
.gzip:hover,
.rar,
.rar:hover {
  background: url(img/picto/zip.png) center left no-repeat;
}
.eml,
.eml:hover {
  background: url(img/picto/mail.png) center left no-repeat;
}
.ok,
.info,
.warn,
.error,
.jgrowl-t-error,
.jgrowl-t-warn,
.jgrowl-t-info,
.jgrowl-t-success {
  color: #213c6d !important;
  border: 0!important;
}
.ok,
.jgrowl-t-success {
  background-image: url("img/picto/ok.png") !important;
}
.info,
.jgrowl-t-info {
  background-image: url("img/picto/info.png") !important;
}
.warn,
.jgrowl-t-warn {
  background-image: url("img/picto/warn.png") !important;
}
.error,
.jgrowl-t-error {
  background-image: url("img/picto/error.png") !important;
}
#main .webinfo-dirigeant-verif-passif table {
  border: 1px solid;
}
#main .webinfo-dirigeant-verif-passif table td {
  border-left: 1px solid;
}
#main .webinfo-dirigeant-verif-passif table td:FIRST-CHILD {
  border-left: 0;
}
#main .webinfo-dirigeant-verif-passif table .impair {
  background-color: white;
}
#main .webinfo-dirigeant-verif-passif .row .col-md-8 {
  padding-right: 5px;
  width: 80%;
}
#main .webinfo-dirigeant-verif-passif .row .col-md-4 {
  padding-left: 5px;
  width: 20%;
}
#main .webinfo-dirigeant-verif-passif .passifDeclare th {
  width: 20%;
  text-align: center;
}
#main .webinfo-dirigeant-verif-passif .passifDeclare th .label {
  display: table-cell;
}
#main .webinfo-dirigeant-verif-passif .passifDeclare th.label {
  display: table-cell;
  padding: inherit;
  border-color: inherit;
  text-align: center!important;
}
#main .webinfo-dirigeant-verif-passif .passifDeclare td {
  width: 20%;
  text-align: center;
}
#main .webinfo-dirigeant-verif-passif .passifDeclare td.label {
  display: table-cell;
}
#main .webinfo-dirigeant-verif-passif .actionGroupe {
  text-align: right;
  display: flex;
}
#main .webinfo-dirigeant-verif-passif .verifPassifGrid ul li:before {
  content: inherit;
}
#main .webinfo-dirigeant-verif-passif .verifPassifGrid ul li label {
  font-weight: bold;
  color: inherit;
}
#main .webinfo-dirigeant-verif-passif .verifPassifGrid .creanceidNumero {
  width: 5%;
}
#main .webinfo-dirigeant-verif-passif .verifPassifGrid .creancecivNomComplet {
  width: 20%;
}
#main .webinfo-dirigeant-verif-passif .verifPassifGrid .creancemonDeclare {
  width: 10%;
}
#main .webinfo-dirigeant-verif-passif .verifPassifGrid .creancerefCreancier {
  width: 35%;
}
#main .webinfo-dirigeant-verif-passif .verifPassifGrid .verifPassifobservation {
  width: 25%;
  text-align: center;
}
#main .webinfo-dirigeant-verif-passif .verifPassifGrid .select {
  width: 5%;
  text-align: center;
}

