<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

body {
  margin: 0;
}


#limit option:last-child { display: none;}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ----------------------------- */
/* ==Base (basic styles)         */
/* ----------------------------- */
/* switching to border-box model for all elements */
html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

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(1em * 0.625);
}

body {
  font-size: 1.4rem;
  background-color: #fff;
  color: #000;
  font-family: sans-serif;
  line-height: 1.4;
}

@media screen and (min-width: 544px) {
  body {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 544px) {
  body {
    line-height: 1.5;
  }
}

a {
  color: #333;
}

a:focus, a:hover, a:active {
  color: #000;
}

ul,
ol {
  padding-left: 2em;
}

img {
  vertical-align: middle;
}

blockquote,
figure {
  margin-left: 0;
  margin-right: 0;
}

/* 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.4;
}


/* alternate font-sizing */
.smaller {
  font-size: 0.6em;
}

.small {
  font-size: 0.8em;
}

.big {
  font-size: 1.2em;
}

.bigger {
  font-size: 1.5em;
}

.biggest {
  font-size: 2em;
}

code,
pre,
samp,
kbd {
  /* IE fix */
  white-space: pre-line;
  white-space: pre-wrap;
  font-family: consolas, courier, monospace;
  line-height: normal;
}

em,
.italic,
address,
cite,
i,
var {
  font-style: italic;
}

/* 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,
.h1-like:first-child,
h2:first-child,
.h2-like:first-child,
h3:first-child,
.h3-like:first-child,
h4:first-child,
.h4-like:first-child,
h5:first-child,
.h5-like:first-child,
h6:first-child,
.h6-like: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,
svg {
  max-width: 100%;
}

img {
  height: auto;
}

/* ----------------------------- */
/* ==Print (quick print reset)   */
/* ----------------------------- */
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    width: auto;
    margin: auto;
    font-family: serif;
    font-size: 12pt;
  }
  p,
  .p-like,
  h1,
  .h1-like,
  h2,
  .h2-like,
  h3,
  .h3-like,
  h4,
  .h4-like,
  h5,
  .h5-like,
  h6,
  .h6-like,
  blockquote,
  ul,
  ol {
    color: #000;
    margin: auto;
  }
  .print {
    display: block;
  }
  .no-print {
    display: none;
  }
  /* no orphans, no widows */
  p,
  .p-like,
  blockquote {
    orphans: 3;
    widows: 3;
  }
  /* no breaks inside these elements */
  blockquote,
  ul,
  ol {
    page-break-inside: avoid;
  }
  /* page break before main headers
  h1,
  .h1-like {
    page-break-before: always;
  }
  */
  /* no breaks after these elements */
  h1,
  .h1-like,
  h2,
  .h2-like,
  h3,
  .h3-like,
  caption {
    page-break-after: avoid;
  }
  a {
    color: #000;
  }
  /* displaying URLs
  a[href]::after {
    content: " (" attr(href) ")";
  }
  */
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: "";
  }
}

/* ----------------------------- */
/* ==Stylings (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: 0;
  background: none;
  color: inherit;
  border-radius: 0;
}

mark {
  padding: 2px 4px;
}

sup,
sub {
  vertical-align: 0;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

blockquote {
  position: relative;
  padding-left: 3em;
  min-height: 2em;
}

blockquote::before {
  content: "\201C";
  position: absolute;
  left: 0;
  top: 0;
  font-family: georgia, serif;
  font-size: 5em;
  height: .4em;
  line-height: .9;
  color: rgba(0, 0, 0, 0.3);
}

blockquote &gt; footer {
  margin-top: .75em;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.7);
}

blockquote &gt; 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 2em;
  padding: 0;
  border: 0;
  color: #ccc;
  background-color: #ccc;
}

/* tables */
table,
.table {
}

caption {
  padding: 1rem;
  color: #555;
  font-style: italic;
}

td,
th {
  padding: 0.3em 0.8em;
  border: 1px #aaa dotted;
  text-align: left;
}

/* ----------------------------- */
/* ==Tables                      */
/* ----------------------------- */
table,
.table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  vertical-align: top;
  margin-bottom: 2rem;
}

.table {
  display: table;
}

#recaptcha_table,
.table-auto {
  table-layout: auto;
}

td,
th {
  vertical-align: top;
  min-width: 2rem;
  cursor: default;
}

/* ----------------------------- */
/* ==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 {
  font-family: inherit;
  font-size: inherit;
}

button,
input,
optgroup,
select,
textarea {
  color: #000;
}

label {
  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;
}

select {
  -webkit-appearance: menulist-button;
}

/* 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;
}

.btn:focus,
input[type="button"]:focus,
button:focus {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* unstyled forms */
button.unstyled,
input[type="button"].unstyled,
input[type="submit"].unstyled,
input[type="reset"].unstyled {
  padding: 0;
  border: none;
  line-height: 1;
  text-align: left;
  background: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button.unstyled:focus,
input[type="button"].unstyled:focus,
input[type="submit"].unstyled:focus,
input[type="reset"].unstyled:focus {
  box-shadow: none;
  outline: none;
}

/* Media object */
/* see http://codepen.io/raphaelgoetter/pen/KMWWwj */
@media (min-width: 544px) {
  .o-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .o-media-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    /* avoid min-width:auto */
  }
}

/* Media variants */
@media (min-width: 544px) {
  .o-media--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .o-media-figure--center {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

/* Autogrid object */
/* see http://codepen.io/raphaelgoetter/pen/KMgBJd */
@media (min-width: 544px) {
  [class^="autogrid"],
  [class*=" autogrid"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  [class^="autogrid"] &gt; *,
  [class*=" autogrid"] &gt; * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    /* avoid min-width:auto */
  }
}

/* Autogrid variants */
@media (min-width: 544px) {
  .has-gutter &gt; *:not(:first-child) {
    margin-left: 1rem;
  }
  [class*="--reverse"] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

/* ----------------------------- */
/* ==Global Layout               */
/* ----------------------------- */
/* module, gains superpower "BFC" Block Formating Context */
.mod,
.bfc {
  overflow: hidden;
}

/* blocks that needs to be placed under floats */
.clear {
  clear: both;
}

/* blocks that must contain floats */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
  border-collapse: collapse;
}

/* simple blocks alignment */
.left {
  margin-right: auto;
}

.right {
  margin-left: auto;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

/* text and contents alignment */
.txtleft {
  text-align: left;
}

.txtright {
  text-align: right;
}

.txtcenter {
  text-align: center;
}

/* floating elements */
.fl {
  float: left;
}

img.fl {
  margin-right: 1rem;
}

.fr {
  float: right;
}

img.fr {
  margin-left: 1rem;
}

img.fl,
img.fr {
  margin-bottom: 0.5rem;
}

/* inline-block */
.inbl {
  display: inline-block;
  vertical-align: top;
}
 

/* Votre Style */
/* 
jaune : #e5b802; 
vert : #39aea8; 
grisclair : #e8e8e8; 
gris footer : #edebeb;
rose : #c1005f;
orange : #ff9900;
bleu : #1961b2;
noir : #161514;

font-family: 'Karla', sans-serif;
font-family: 'Merriweather', serif;
font-family: 'Parisienne', cursive;

*/

body {background: #242a31; font-family: 'Karla', sans-serif; }
h2, h3 {font-family: 'Merriweather', serif;}
.bleu {color: #1961b2;}
.turquoise {color: #39aea8; }
.container {width: 90%; margin: 0px auto; background: #ffffff;}
.legende {font-size: 0.85em; font-style: italic; color: #8a847c !important; font-family: 'Karla', sans-serif;}
.btn,
.readmore {
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  color: #ffffff;
  padding: 12px 20px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 0px solid;
}
.btn:hover, .readmore:hover {color: #ffffff;}
.btn.turquoise, .readmore {background: #39aea8;  color: #ffffff !important;}
.btn.turquoise:hover, .readmore:hover {background: #3F556D;}
.btn.turquoise.authent {margin-right: 10px;}
.btn.bleu {background: #1961b2; color: #ffffff !important;}
.btn.bleu.blog {background: url('../images/blog-bg.png') no-repeat center 2px #1961b2; text-align: center; padding: 20px 6px 4px;}
.btn.bleu:hover {background: url('../images/blog-bg.png') no-repeat center 2px #3F556D;}

#btn-top, #btn-top-mobile {position: relative;}


/* Connexion */
a#login {background: #DB0B32; padding: 4px 20px; text-align: center; line-height: 1.25em; font-weight: bold; color: #ffffff;}
a#login:hover {background: #39AEA8; color: #ffffff;} 

a#login span {font-size: 0.8em; display: block;}
.moduletable-btn-connexion {display: inline-block; vertical-align: top;}
#bloc-connexion {display: none;}
#bloc-connexion.open {
    display: block; 
    position: absolute; 
    background: #DB0B32; 
    color: #ffffff; 
    padding: 10px; 
    top 30px; 
    z-index: 5;
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
}

#btn-top #bloc-connexion.open {
        left: -10px;
}

#btn-top-mobile #bloc-connexion.open {
     margin-left: -10px;
}


#login-form .btn {background: #ffffff; color: #39aea8;}
#login-form .btn:hover {color: #161514;}

/* déconnexion */
#login-form.deconnexion {position: relative;}
#login-form.deconnexion .login-greeting {
    position: absolute; 
    color: #39aea8; 
    font-size: 0,9em;
    left: -215px;
    color: #39aea8;
    text-align: right;
    width: 300px;

}
#login-form.deconnexion .logout-button .btn {
font-size: 0.9em;
text-transform: none;
color: #161514;
padding: 4px 10px 0px 0px;
background-color: none;
vertical-align: top;   
} 
    
#login-form.deconnexion .logout-button .btn:hover {  
    color: #1961b2;
}
#form-login-remember {margin: 8px 0px;}


.typ-parisienne {font-family: 'Parisienne', cursive;}
.typ-merri {font-family: 'Merriweather', serif;}

.element-invisible {display: none;}


/* header */
#header {margin-top: 10px;}
#titre h1, #titre h2 {font-family: 'Parisienne', cursive; color: #161617; font-size: 32px;}
#logo {margin-left: 20px; margin-bottom: 15px; float: left;}

#menu-tel .menu-toggle {display: block; padding: 10px 20px; color: #161514; text-align: center; text-decoration: none; text-transform: uppercase; cursor: pointer;}
#menu-tel .menu-toggle:hover,
#menu-tel .menu-toggle:focus {color: #1961B2 !important;}
#menu-tel .menu-toggle i {display: block; padding: 5px;}

#nav {display: none;}
#nav.toggled-on {display: block; background: #FFFFFF; z-index:3; margin: 5%; width: 90%; clear: left;}
#nav.toggled-on ul {padding: 0px;}
#nav.toggled-on ul li {list-style: none; display: block; padding: 3px; border-bottom: 1px solid #bebebe;}
#nav.toggled-on ul li a {display: block; text-decoration: none; padding: 3Px 5px;}
#nav.toggled-on ul li a:hover,
#nav.toggled-on ul li.current.active &gt; a {background: #1961B2; color: #ffffff !important;}
#nav.toggled-on ul li ul li {border: 0px solid;}

#header-big, #logo-big  {display: none;}

#bandeau-defilant {color: #ffffff; background: #e5b802; padding: 10px; width: 100%; clear: both; margin: 15px 0px;}

#btn-top-mobile {text-align: center; padding-bottom: 15px;}

/* FORM rechercher  */
#main {width: 100%; min-width: auto;}

#recherche {
    background: url(../images/bg-recherche-mobile.jpg) no-repeat top center #ffffff;
    padding: 100px 15px 20px;
}
#recherche h2 {
    color: #ffffff;
    padding-left: 20px;
}

#recherche h2 .typ-merri {display: block; padding-left: 20px; text-transform: uppercase;}

#form-recherche {
   background: rgba(255, 255, 255, 0.9);
   -webkit-box-shadow: rgba(000,000,000,0.3) 0 1px 5px, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(000,000,000,0.3) 0 1px 5px, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(000,000,000,0.3) 0 1px 5px, inset rgba(255,255,255,0.4) 0 0px 0;
   text-decoration: none;
   vertical-align: middle;
    padding: 10px;
}
#form-recherche h3 {text-align: center; margin-bottom: 0px;}
#form-recherche .legende {text-align: center; display: block; }

.form-field, .input-small {
   border: 1px solid #d2d2d2;
   background: #ffffff;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   color: #595550;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:8px;
   margin-bottom: 5px;
   width:100%;
   font-family: 'Karla', sans-serif;
   }
.form-field:focus,
.input-small:focus {
   background: #f0f0f0;
   color: #292826;
   }

.form-title {
   margin-top: 15px;
   margin-bottom:5px;
   padding-left: 10px;
   color: #161617;
   font-family: 'Karla', sans-serif;
   }
.submit-container {
   margin:8px 0;
   text-align:center;
   }

.submit-button, .bfSubmitButton {
    -webkit-box-shadow: rgba(255,255,255,0) 0 0px 0;
    -moz-box-shadow: rgba(255,255,255,0) 0 0px 0;
    box-shadow: rgba(255,255,255,0) 0 0px 0; 
    border: 0px solid; 
    font-family: 'Karla', sans-serif;
    width: 180px; 
    text-align: center;
}


.submit-button:hover, .bfSubmitButton:hover {
   background: #1961b2;
   }

.submit-button:active, .bfSubmitButton:active {
   text-shadow: #31540c 0 1px 0;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   }

.ac_results ul {
  background: #ffffff;
  color: #333333;
  border: 1px solid #c5c5c5;
  list-style: none;
  padding: 0;
  margin: 0;
  outline: 0;
  font-size: 12px;
}

.ac_results ul li {
  margin: 0;
  cursor: pointer;
  padding: 3px 1em 3px .4em;
}

.ac_results ul li:hover {
  border: 1px solid #1961b2;
  background: #1961b2;
  font-weight: normal;
  color: #ffffff;
}

.ac_results ul li strong {
  font-weight: bold;
  font-size:12px;
}

/* intro */


#intro {padding: 15px 15px 20px;}
#intro h2 {color: #161514; text-transform: uppercase;}
#intro h3 {color: #1961b2; text-transform: uppercase;}
#intro #illu-intro {display: none;}
#intro .btn {text-align: center; display: block; margin: 25px auto; width: 180px; }

/* Colonne gauche */

aside {padding: 10px;}
aside .moduletable_menu {display: none;}

.big-btn-orange {
    background: #ff9900; 
    color: #ffffff; 
    font-family: 'Parisienne', cursive; 
    -webkit-box-shadow: #d0d0d1 3px 3px 0;
    -moz-box-shadow: #d0d0d1 3px 3px 0;
    box-shadow:  #d0d0d1 3px 3px 0;
    display: block;
    padding: 6px 15px;
    font-size: 2em;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.15em;
    margin-bottom: 10px;
    min-height: 75px;
}

.big-btn-orange:hover {color: #ffffff;}
#upcp {text-align: center;  margin-bottom: 40px; display: block;}

#actu h3 {text-align: center; color: #1961b2; text-transform: uppercase;}
#actu .newsflash {
    background: rgba(237, 235, 235, 0.9);
    -webkit-box-shadow: #d0d0d1 3px 3px 0;
    -moz-box-shadow: #d0d0d1 3px 3px 0;
    box-shadow:  #d0d0d1 3px 3px 0;
    text-align: center;
    padding: 15px;
}
#actu .newsflash .readmore {
    width: 180px;
    margin: 20px auto 0px;
}

/* FOOTER */

footer {background: #edebeb; color: #595550;padding: 15px 19%;}
footer ul {list-style: none;}
footer li a {color: #595550; text-decoration: none; display: block; text-align: center; font-size: 0.9em;}



/* Page interne */
main {padding: 5px 15px; margin-bottom: 20px;}
.breadcrumb {display: none;}
.breadcrumb li {display: inline-block; font-size: 0.8em; padding: 3px;}
main .article-info.muted, main .icons {display: none;}
ul.pagenav {display: none;}

/* Recherche avancée */
.titre-page h1, .page-header h2 {font-family: 'Merriweather', serif; color: #161617; display: block; text-align: center; margin-bottom: 0px;}
.titre-page .legende, .page-header .legende {display: block; text-align: center;}
#main .componentheading {font-family: 'Merriweather', serif; color: #161617; display: block; margin-bottom: 0px;}

#recherche-avance .form-container {
    background: #e8e8e8;
   -webkit-box-shadow: rgba(000,000,000,0.3) 0 1px 5px, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(000,000,000,0.3) 0 1px 5px, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(000,000,000,0.3) 0 1px 5px, inset rgba(255,255,255,0.4) 0 0px 0;
   text-decoration: none;
   vertical-align: middle;
   padding: 10px 30px;
   margin: 20px 15px 0px 15px;
}


.form-container [type="checkbox"],
.form-container [type="radio"] {
    display: inline-block;
    margin: 10px 5px;
    vertical-align: middle;
}

.form-container hr {margin: 8px 0px;}
#periode-commune {display: none;}

#resultats {margin: 30px 15px;}
#resultats h2 {font-size: 1.15em;}
#resultats ul {list-style: none; margin-bottom: 15px;}

#resultats table th, #resultats table td  {text-align: center; font-weight: normal; font-size: 0.9em; vertical-align: middle;}
#resultats th {background-color: #c1005f; color: #ffffff; border: 0px solid;}
#resultats th.violet {background-color: #814e67;}
#resultats tr:last-child td {border-bottom:  0px solid;}
#resultats td {border-top: 0px solid; border-left: 0px solid; border-right: 1px solid #9a9a9a; border-bottom: 1px solid #d2d2d2;}
#resultats tr td:nth-of-type(3n) {border-right: 0px solid;}
#resultats tr:nth-child(2n+1) {background-color: #e7e7e7;}
th.no-mobile, td.no-mobile {display: none;} 
#resultats a.turquoise {text-transform: uppercase;}

.pagination {
  text-align: center;
}

#resultats .pagination-list li:not(.disabled) {
  display: inline-block;
  padding: 5px 7px;
}

#resultats .pagination-list li:not(.disabled) a {
  background: #39aea8;
  padding: 5px 10px;
  transition: all .2s;
}

#resultats .pagination-list li:not(.disabled):hover a,
#resultats .pagination-list li:not(.disabled).active a {
  background: #3F556D;
}

#resultats .pagination-list li a {
  color: #fff;
  text-decoration: none;
}

/* RESLUTATS RECHERCHE AVANCEE */

#main.fiche-resultat {padding: 0px 10px;}
.btn-retour {text-align: center; margin-bottom: 25px;}
.titre-resultat {padding: 10px;}
.titre-resultat p.bleu {padding: 0px 10px;}

a.fiche-pdf {
    color: #39aea8; 
    padding: 8px 10px 8px 40px; 
    background: url('../images/incone-pdf.jpg') no-repeat left center;
    margin: 10px 0px;
    display: block;
}

a.fiche-pdf:hover {color: #1961b2;}
.blocinfo h3 {padding-left: 15px;}
.blocinfo .bloc-ombre {
    background: #e8e8e8;
   -webkit-box-shadow: rgba(000,000,000,0.3) 0 1px 5px, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(000,000,000,0.3) 0 1px 5px, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(000,000,000,0.3) 0 1px 5px, inset rgba(255,255,255,0.4) 0 0px 0;
   text-decoration: none;
   vertical-align: middle;
   padding: 10px;
   margin: 20px 15px 30px 15px;
} 

table.light td {border: 0px solid;}


/* Module autre actus */
#autre-actus {
    border-top: 1px solid #CCC;
    margin: 40px 0px;
    padding: 30px 0px;
}

#autre-actus ul {
    display: table;
    width: 100%;
    border-collapse: separate;
    padding: 0px;
}

#autre-actus ul li {
    display: table-cell;
    width: 33.3333%;
    border: 5px #FFFFFF solid;
    vertical-align: top;
    background: rgba(237, 235, 235, 0.9);
    text-align: center;
    padding: 15px;
    font-size: 0.9em;
}

#autre-actus ul li a.readmore {
    margin-top: 15px;
}


/* FORMULAIRE DE CONTACT */
.bfQuickMode legend {background-color: #1961b2 !important; }
.bfSubmitButton {padding: 10px;}
.bfSubmitButton:hover {color: #ffffff !important;}

.item-page {margin-bottom: 30px;}


/* page mon compte */
table.moncompte td {border: 0px solid; border-bottom: 1px solid #e6E6E6; padding: 7px;}
table.moncompte td.infos {color: #39aea8; font-size: 1.5em; font-weight: bold;}
table.moncompte td.table-label {font-weight: bold; font-variant: small-caps;}
table.moncompte td.table-value {opacity: 0.5;}
table.moncompte tr:hover td.table-value {opacity: 1;}
table.moncompte input {width: 100%;}
#port{width: 70%;}
#countryCode { width : 30%; float:left;}


/* ETAPES ABONNEMENT */
.componentheading.abocercle h2, 
.componentheading.abocercle h1 {margin: 2px 0px 3px;}

.componentheading.abocercle h1 {font-size: 1.75em;}



/* STEPS CONTAINER */
.wizard-steps {
    margin:20px 10px 0px 10px;
    padding:0px;
    position: relative;
    clear:both;
}
.wizard-steps div {
    position:relative;
}
/* STEP NUMBERS */
.wizard-steps span {
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    background: #fff none repeat scroll 0 0;
    color: #ccc;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 28px;
    margin: 2px 5px 0 0;
    text-align: center !important;
    width: 28px;
}
/* DEFAULT STEPS */
.wizard-steps div.lien {
    position:relative;
    display:block;
    width:auto;
    height:35px;
    margin-right: 24px;
    padding:0px 10px 0px 3px;
    float: left;
    font-size:18px;
    line-height:36px;
    color:#666;
    background: #e8e8e8;
    text-decoration:none;
    text-shadow:1px 1px 1px rgba(255,255,255, 0.8);
}
.wizard-steps div.lien:before {
    width:0px;
    height:0px;
    border-top: 18px solid  #e8e8e8;
    border-bottom: 18px solid  #e8e8e8;
    border-left:18px solid transparent;
    position: absolute;
    content: "";
    top: 0px;
    left: -17px;
}
.wizard-steps div.lien:after {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left:18px solid  #e8e8e8;
    position: absolute;
    content: "";
    top: 0px;
    right: -17px;
}
 
/* COMPLETED STEPS */
 
.wizard-steps .completed-step div.lien {
    color:#163038;
    background: #A3C1C9;
}
.wizard-steps .completed-step div.lien:before {
    border-top: 18px solid #A3C1C9;
    border-bottom: 18px solid #A3C1C9;
}
.wizard-steps .completed-step div.lien:after {
    border-left: 18px solid #A3C1C9;
}
.wizard-steps .completed-step span {
    color: #163038;
    text-shadow:none;
}
/* ACTIVE STEPS */
.wizard-steps .active-step div.lien {
    color:#fff;
    background: #1961b2;
    text-shadow:1px 1px 1px rgba(0,0,0, 0.8);
}
.wizard-steps .active-step div.lien:before {
    border-top: 18px solid #1961b2;
    border-bottom: 18px solid #1961b2;
}
.wizard-steps .active-step div.lien:after {
    border-left: 18px solid #1961b2;
}
.wizard-steps .active-step span {
    color: #1961b2;
    text-shadow:none;
}

.bloc-info {
    margin: 10px 20px 0px 0px;
    padding: 5px 10px;
    border: 1px solid #1961b2;
}

.bloc-info h2 {
    font-size: 16px;
    color: #1961b2;
    margin: 7px 0px;
}
.moncompte .checks {margin-left:  30px;}
.moncompte .checks input {display: inline; width: auto; vertical-align: middle;}

#form-connect {padding: 15px; background: #e8e8e8; margin: 10px 20px 0px 0px;}
#form-connect label {font-weight: bold; font-variant: small-caps; display: block; margin: 0px; font-size: 1.2em;}
#form-connect input {min-width: 250px;}
#form-connect #submit {margin-top: 10px; min-width: 250px; background: #1961b2;}
#form-connect #submit:hover {background: #39aea8;}
#form-connect #submit br {display: inline;}

@media screen and (min-width: 768px) {
    
body {background: #ffffff; } 
.container {width: 740px;}
#menu-tel, #btn-top-mobile {display: none;} 
    
#logo {margin-left: 10px; margin-bottom: 5px;}
#header-big {display: block;}
#titre {float: left; padding: 8px 0px 0px 15px;}
#titre h1 {margin-bottom: 0px;}
    
#lien-top {float: right; margin-top: 8px; }
#menu-top, #btn-top {display: inline-block; vertical-align: top;}
#menu-top li {display: inline; font-size: 0.9em; padding: 0px 4px;}
#menu-top li a {text-decoration: none;}   
#menu-top li a:hover,
#menu-top li.active a {color: #1961b2;}
    
aside {float: left; width: 245px;} 
    
aside .moduletable_menu {
display: block;
-moz-box-shadow: 0px 0px 5px 0px #cfcfcf;
-webkit-box-shadow: 0px 0px 5px 0px #cfcfcf;
-o-box-shadow: 0px 0px 5px 0px #cfcfcf;
box-shadow: 0px 0px 5px 0px #cfcfcf;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=NaN, Strength=5);
padding: 9px;
margin: 20px 0px;
}

aside .moduletable_menu a { 
text-decoration: none;
}
    
aside .moduletable_menu a:hover,
    
aside .moduletable_menu li.active &gt; a {
color: #1961b2;
}   
       
aside .moduletable_menu ul { 
border: 1px solid #cccccc;
padding: 9px;
display: block;
list-style: none;
}
    
aside .moduletable_menu ul ul.nav-child {
display: none;
}
aside .moduletable_menu ul li.active.parent ul.nav-child {
display: block;
border: 0px;
padding: 0px 0px 5px 25px;
list-style: disc;
font-size: 0.9em;
}  
  
#main {float: right; width: 485px; }

#form-connect .float-left {float: left; width: 49%;}
#form-connect .float-right {float: right; width: 49%; text-align: center;}
    
}

@media screen and (min-width: 979px) {

.container {width: 960px;} 
  
#main {width: 700px; margin-top: 5px; }   

#header {position: relative; margin-top: 0px; height: 110px;}
#logo {position: relative;  z-index: 2;}      
#bandeau-defilant {position: absolute; top: 62px; margin: 0px; padding-left: 165px;}  
 
#recherche {background: url('../images/bg-recherche-big.jpg') no-repeat top center #ffffff; background-size: 100% auto; padding: 15px 15px 20px; }
#recherche h2 {display: inline-block; max-width: 45%; vertical-align: middle;}
#recherche #form-recherche {display: inline-block; width: 310px; vertical-align: middle;}

#intro #illu-intro {display: block; float: right;}    
#intro .btn {margin-left: 0px; width: 200px;}  
    
footer #copyright {display: inline-block; width: 59%; vertical-align: middle;}
footer #menu-footer {float: right;}
footer #menu-footer ul {padding: 0px;}
footer #menu-footer ul li {display: inline;}
footer #menu-footer ul li  a {display: inline-block;} 
    
/* Page interne */
.breadcrumb {display: block;}
.breadcrumb li {display: inline-block; font-size: 0.8em; padding: 3px;}

.titre-page, .page-header h2  {padding: 20px;}
.titre-page h1, 
.titre-page .legende, 
.page-header H2,
.page-header .legende {text-align: left;} 

#titre h1, #titre h2 {font-size: 28px;}

/* Recherche avancée */
#recherche-avance .bloc3 {
display: table;
width: 100%;
border-collapse: separate;
}
#recherche-avance .bloc3 .form-container {
display: table-cell;
width: 33.3333%;
border: 5px #FFFFFF solid;
vertical-align: top;
-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
-o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
padding: 10px;
font-size: 0.9em;
}      
.form-container [type="checkbox"], .form-container [type="radio"] {margin: 6px 5px;}
    
#periode-commune {display: block;padding: 10px 0px;}
#periode-recherche .periode {width: 100%;}
#periode-commune .periode {width: 67%; border-right:  1px solid #9a9a9a;}
.periode {display: inline-block; vertical-align: top; padding: 10px 20px; }
.periode input {display: inline-block; width: 240px;}
.commune {width: 32%; display: inline-block; vertical-align: top; padding: 10px 20px;}
    
#resultats table {font-size: 0.8em;}
th.no-mobile, td.no-mobile {display: table-cell;}
#resultats tr td:nth-of-type(3n) {border-right: 1px solid #9a9a9a;}  
#resultats tr td:last-child {border-right: 0px solid #ffffff}

/* RESLUTATS RECHERCHE AVANCEE */
    
a.fiche-pdf {float: right; width: 300px; margin-top: -100px;}
#infopdf {
  text-align:center;
  float: right; width: 400px; margin-top: -80px;
  background: #e8e8e8;
  -webkit-box-shadow: rgba(000,000,000,0.3) 0 1px 5px, inset rgba(255,255,255,0.4) 0 0px 0;
  -moz-box-shadow: rgba(000,000,000,0.3) 0 1px 5px, inset rgba(255,255,255,0.4) 0 0px 0;
  box-shadow: rgba(000,000,000,0.3) 0 1px 5px, inset rgba(255,255,255,0.4) 0 0px 0;
  text-decoration: none;
  padding: 5px;
}

.bloc2 {
 display: table;
width: 100%;
border-collapse: separate; 
}
 
.blocinfo {
display: table-cell;
width: 50%;
vertical-align: top;
}
.blocinfo td {width: auto;}
.blocinfo td.deuxpoint {width: 5%;}
       
    
    
    
}
@media screen and (min-width: 1199px) {

  #bfPage1 div.bfFieldset-wrapper:nth-child(3) {
    float:left;
    width:48%;
    margin-right:2%;
  }
.container {width: 1180px;}   
#main {float: right; width: 920px;} 
    
#logo {display: none;}
#logo-big {display: block; position: relative; z-index: 2; float: left; margin-left: 70px;}

#titre h1, #titre h2 {font-size: 32px;} 
    
#bandeau-defilant {padding-left: 254px;}
    
#recherche {height: 590px;}
#recherche h2  {font-size: 2.5em; max-width: 60%; padding-right: 60px;} 
 
#intro #illu-intro {padding: 15px 40px;}
   
/* Recherche avancée */ 
#recherche-avance .bloc3 .form-container {border: 10px #FFFFFF solid; padding: 10px 10px;}
    
.form-container [type="checkbox"], .form-container [type="radio"] {margin: 8px 5px; }
    
    
    
}
</pre></body></html>