<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* BORDER-BOX */
* {
  box-sizing: border-box; }

/**************/
/* Resets &amp; General */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
  margin: 0; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

[hidden] {
  display: none; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0; }

/* Forms */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

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

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

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

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

input[type="radio"] {
  vertical-align: text-bottom; }

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

input[type=submit]:focus, input[type=text]:focus, input[type="search"]:focus {
  outline: none; }

button {
  width: auto;
  overflow: visible; }

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

ul, ol, li, p {
  margin: 0;
  padding: 0; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

nav a {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 1em; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none; }

img::-moz-selection {
  background: transparent; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

sup, sub {
  vertical-align: 0;
  position: relative; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

/**
 * Avoid margins on nested elements
 */
li p, li ul, li ol {
  margin-top: 0;
  margin-bottom: 0; }

/**
 * Prevents those to break out of their container
 */
img, table, td, blockquote, code, pre, textarea, input, video {
  max-width: 100%; }

/**
 * Hide script and style tags in case of table mode
 */
body &gt; script, body &gt; style {
  display: none !important; }

/* !inline-block */
/* !min-height */
/* http://hugogiraudel.com/2014/05/12/modernizr-sass-mixin/ */
/* Layout for list items */
/* Clearfix */
.clear {
  clear: both; }

.clearfix:before, .entry-content .partner-list:before, .clearfix:after, .entry-content .partner-list:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after, .entry-content .partner-list:after {
  clear: both; }

.clearfix, .entry-content .partner-list {
  zoom: 1; }

/* !hide (for eyes only) */
.hide {
  border: none;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.invisible {
  display: none; }

/* Assistive text */
.assistive-text, .screen-reader-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px; }

#access a.assistive-text:focus, .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background: #eee;
  border-bottom: 1px solid #ddd;
  color: #1982d1;
  clip: auto !important;
  font-size: 12px;
  height: auto;
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 7.6%;
  width: auto; }

.center {
  text-align: center; }

.mobile-only {
  display: none; }
  @media screen and (max-width: 949px) {
    .mobile-only {
      display: block; } }

body {
  font-family: 'Lato', sans-serif;
  background: #f4f4f4 url(../img/bg.png);
  font-size: 16px;
  line-height: 1.42857143;
  color: #444; }

::-moz-selection {
  background-color: #bdd87f; }

::selection {
  background-color: #bdd87f; }

a {
  outline: none;
  color: inherit;
  -webkit-transition: color 0.2s, background-color 0.2s;
          transition: color 0.2s, background-color 0.2s; }

sub, sup {
  font-size: 0.7em; }

.entry-title sup, .homepage-news-title sup {
  bottom: 0.75ex; }

h1, .h1, h2, .h2, h3, .h3 {
  font-family: 'Oswald', sans-serif; }

h1, .h1 {
  font-weight: bold;
  font-size: 42px;
  line-height: 1.1em; }

h2, .h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.1em;
  margin: 30px auto; }

h3, .h3 {
  font-weight: normal;
  font-size: 28px;
  line-height: 1.1em;
  color: #444; }

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

hr {
  clear: both;
  color: #d5d5d5;
  background-color: #d5d5d5;
  margin: 22px 0; }

.entry-title {
  margin: 0 auto;
  text-align: left;
  color: #00486C;
  font-family: 'Oswald', sans-serif;
  font-size: 35px;
  margin-bottom: 11px; }

.box-title {
  color: #00486C;
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 22px;
  border-bottom: 2px solid #00486C;
  margin-top: 0; }

.compact-box-title, .widget_search .widget-title, .ml_widget .widget-title {
  color: #fff;
  background-color: #00486C;
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  padding: 7.3333333333px;
  margin-bottom: 7.3333333333px; }

.entry-subtitle {
  font-weight: normal;
  font-size: 26px; }

.entry-meta {
  text-align: left;
  color: #696969;
  font-size: 15px;
  letter-spacing: 0.02em; }
  .entry-meta a {
    text-decoration: none;
    color: #e7e7e7;
    border-bottom: 1px dotted #f4f4f4;
    white-space: nowrap; }
    .entry-meta a:hover {
      color: #00486C; }

.entry-header .entry-meta {
  color: #d5d5d5;
  margin: 33px auto 0; }

.entry-header &gt; a {
  text-decoration: none; }

.single-post .entry-header, .single-pub .entry-header, .page .entry-header {
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 3px solid #00486C; }

@media screen and (max-width: 719px) {
  .entry-title {
    font-size: 28px; }
  h2, .h2 {
    font-size: 25px; } }

.entry-postedon {
  background-color: #00486C;
  padding: 4px 8px;
  color: #fff; }
  .entry-postedon a {
    color: #fff;
    border-bottom: none; }

.comments-link a {
  background-color: #92b938;
  margin-left: 10px;
  padding: 4px 8px;
  color: #fff;
  border-bottom: none;
  -webkit-transition: 0.3s;
          transition: 0.3s; }
  .comments-link a:hover {
    background-color: #73922c;
    color: #fff; }

.page-title {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  margin: 0 auto 22px;
  font-weight: bold;
  color: #00486C;
  padding-bottom: 22px;
  border-bottom: 2px solid #00486C; }

.page-title-primary {
  font-family: 'Oswald', sans-serif;
  display: block;
  color: #00486C; }

.page-title-secondary {
  font-family: 'Lato', sans-serif;
  display: block;
  color: #00486C;
  font-size: 20px;
  font-weight: normal; }

.category-archive-meta {
  text-align: center;
  color: #cdcdcd;
  margin: -30px auto 30px;
  max-width: 550px; }

.more {
  color: #73922c;
  display: block; }
  .more:hover {
    color: #92b938; }

.entry-content a[href$=".pdf"]:not(.btn):after, .entry-content a[href$=".pptx"]:not(.btn):after, .entry-content a[href$=".ppt"]:not(.btn):after {
  width: 25px;
  height: 17px;
  line-height: 1em;
  vertical-align: middle;
  display: inline-block;
  content: '';
  background-repeat: no-repeat;
  background-image: url('../img/icon_sprite.png');
  background-position: 0 -240px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
    .entry-content a[href$=".pdf"]:not(.btn):after, .entry-content a[href$=".pptx"]:not(.btn):after, .entry-content a[href$=".ppt"]:not(.btn):after {
      background-image: url('../img/icon_sprite@2x.png');
      -webkit-background-size: 40px 320px; } }
.entry-content a[href$=".ppt"]:not(.btn):after, .entry-content a[href$=".pptx"]:not(.btn):after {
  background-position: 0 -280px; }
.entry-content p {
  margin-bottom: 1em; }
.entry-content ul, .entry-content ol {
  margin-left: 1em;
  margin-bottom: 1em; }
  .entry-content ul li, .entry-content ol li {
    margin-bottom: 0.5em; }
    .entry-content ul li:last-child, .entry-content ol li:last-child {
      margin-bottom: 0; }
.entry-content a {
  color: #00486C; }
  .entry-content a:hover {
    color: #73922c; }
.entry-content h3, .entry-content .h3 {
  margin: 22px auto;
  clear: both; }
.entry-content h4, .entry-content .h4 {
  margin: 0 auto 22px; }
.entry-content blockquote {
  display: inline-block;
  position: relative;
  padding: 22px;
  margin: 0;
  margin-bottom: 1em;
  background-color: #fff;
  box-shadow: 0 1px 3px 1px rgba(220, 230, 220, 0.6);
  clear: both; }
  .entry-content blockquote p, .entry-content blockquote h1, .entry-content blockquote h2, .entry-content blockquote h3, .entry-content blockquote h4, .entry-content blockquote h5, .entry-content blockquote h6 {
    margin-bottom: 0; }
.entry-content img {
  height: auto;
  max-width: 100%; }

.wp-caption-text {
  color: #696969;
  font-size: 14px; }

.partner-list {
  list-style: none;
  margin: 0;
  margin-left: 0; }
  .partner-list .partner {
    background-color: #fff;
    padding: 11px;
    float: left;
    margin-right: 11px;
    margin-bottom: 11px; }
    .partner-list .partner img {
      width: auto;
      max-height: 60px; }
    .partner-list .partner a {
      opacity: 0.8;
      -webkit-transition: 0.2s;
              transition: 0.2s; }
    .partner-list .partner a:hover {
      opacity: 1; }

.navbar {
  top: 0;
  z-index: 100;
  padding-left: 180px; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }

.header-fixed-top {
  top: 0;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 50; }

.navbar-toggle {
  margin-right: 0;
  float: right; }

.navbar-toggle .icon-bar {
  background-color: #002639; }

.main-menu {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .main-menu:before, .main-menu:after {
    content: " ";
    display: table; }
  .main-menu:after {
    clear: both; }
  .main-menu &gt; li {
    position: relative;
    display: block;
    float: left; }
  .main-menu &gt; li &gt; a {
    position: relative;
    display: block;
    padding: 10px;
    line-height: 22px;
    color: #00486C;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
            transition: 0.3s;
    font-size: 15px;
    white-space: nowrap; }
  .main-menu &gt; li.current-menu-parent &gt; a, .main-menu &gt; li.current-menu &gt; a, .main-menu &gt; li.current-page-ancestor &gt; a, .main-menu &gt; li.current-menu-ancestor &gt; a {
    color: #92b938; }
  @media screen and (min-width: 950px) {
    .main-menu &gt; li:first-child a {
      background-image: url('../img/icon_sprite.png');
      text-indent: 45px;
      width: 40px;
      overflow: hidden; }
      @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
        .main-menu &gt; li:first-child a {
          background-image: url('../img/icon_sprite@2x.png');
          -webkit-background-size: 40px 320px; } }
      .main-menu &gt; li:first-child a:hover {
        background-position: 0 -40px; }
    .main-menu &gt; li:hover &gt; a, .main-menu a:hover {
      background-color: #00486C;
      color: #fff; } }
  .main-menu .focus &gt; a, .main-menu .focus &gt; a:hover, .main-menu .focus &gt; a:focus {
    background-color: #00486C;
    color: #f7f7f7; }
  .main-menu .focus .sub-menu {
    display: block; }

@media screen and (min-width: 950px) {
  .flexbox .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .flexbox .main-menu &gt; li {
      float: none; } }

.sub-menu {
  z-index: 100;
  min-width: 180px;
  padding: 0 0 10px;
  margin: 0;
  list-style: none;
  text-align: left;
  background-clip: padding-box;
  overflow: hidden; }
  .sub-menu &gt; li &gt; a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    white-space: nowrap;
    -webkit-transition: 0.3s;
            transition: 0.3s; }
    .sub-menu &gt; li &gt; a:hover {
      background-color: #006a9f;
      color: #fff; }
  @media screen and (min-width: 950px) {
    .sub-menu {
      position: absolute;
      top: 100%;
      left: 0;
      float: left;
      display: none;
      background-color: #00486C;
      padding: 10px; }
      .sub-menu &gt; li &gt; a {
        color: #f7f7f7;
        background-color: #005986;
        border-bottom: 1px solid #00486C; } }

@media screen and (max-width: 949px) {
  .navbar {
    position: relative;
    padding-left: 0; }
  .menu-main-container {
    position: relative;
    margin-left: -22px;
    margin-right: -22px; }
  .main-menu {
    margin: auto;
    padding: 0; }
    .main-menu &gt; li {
      margin-bottom: 0;
      overflow: hidden;
      float: none;
      border-bottom: 2px solid #f7f7f7; }
    .main-menu &gt; li.menu-item-has-children &gt; a:after {
      content: "▾";
      color: #f7f7f7;
      display: inline-block;
      margin-left: 5px; }
    .main-menu &gt; li &gt; a {
      background-color: #00486C;
      color: #fff;
      letter-spacing: 0.1em;
      padding: 11px 22px; }
    .main-menu &gt; li:hover &gt; a {
      background-color: #002639; }
    .main-menu .sub-menu {
      background-color: #006a9f; }
      .main-menu .sub-menu &gt; li &gt; a {
        text-align: left;
        color: #fff;
        background-color: #006a9f; }
  .sub-menu {
    text-align: center; }
    .sub-menu &gt; li &gt; a:hover {
      color: #00486C; } }

.header-tools li.wpml-ls-item {
  display: inline-block;
  position: relative; }

.header-tools li.wpml-ls-item a {
  padding: 10px 15px;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  font-size: 15px;
  line-height: 22px;
  color: #cdcdcd; }
  .header-tools li.wpml-ls-item a:hover {
    background-color: transparent;
    color: #92b938; }

.header-tools li.wpml-ls-current-language a {
  color: #00486C;
  cursor: default; }
  .header-tools li.wpml-ls-current-language a:hover {
    color: #00486C; }

@media screen and (min-width: 950px) {
  .header-tools ul {
    width: 70px; }
  .header-tools span {
    display: none; }
  .header-tools li.wpml-ls-item a:before {
    padding: 10px;
    position: absolute;
    display: inline-block;
    width: 15px;
    top: 0;
    left: 0; }
  .header-tools li.wpml-ls-item-fr a:before {
    content: "FR"; }
  .header-tools li.wpml-ls-item-en a:before {
    content: "EN"; } }

@media screen and (max-width: 949px) {
  .header-tools li.wpml-ls-item a {
    padding: 10px 15px 10px 0; } }

@media screen and (max-width: 949px) {
  .navbar .search-form {
    border-top: 1px solid #cdcdcd;
    display: block;
    position: relative;
    margin-left: -22px;
    margin-right: -22px;
    padding: 11px 22px;
    height: auto; } }

@media screen and (min-width: 950px) {
  .navbar-elements {
    position: relative;
    margin-top: 65px; }
  .main-menu {
    margin-right: 110px; }
  .navbar .search-form {
    position: absolute;
    top: 0;
    right: 0; }
  .navbar .widget_icl_lang_sel_widget {
    position: absolute;
    top: 0;
    right: 40px;
    line-height: 42px; }
  .navbar .header-tools {
    position: absolute;
    top: 0;
    right: 0; } }

@media screen and (min-width: 950px) {
  .open &gt; .sub-menu, .main-menu &gt; li:hover &gt; .sub-menu {
    display: block; }
  .open &gt; a, .main-menu &gt; li:hover &gt; a {
    outline: 0; } }

@media screen and (max-width: 949px) {
  .navbar-elements {
    display: none; }
  .toggled-on .navbar-elements {
    display: block;
    margin-left: 0;
    padding: 0;
    width: 100%; } }

.menu-toggle {
  position: absolute;
  top: 33px;
  right: 22px;
  z-index: 100;
  border: none;
  height: 50px;
  width: 50px;
  line-height: 30px;
  color: #00486C;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  padding: 0;
  padding-top: 40px;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  margin: 15px auto; }
  .menu-toggle:hover {
    color: #00486C; }
  .menu-toggle:focus {
    outline: none; }
  .menu-toggle .menu-icon {
    position: absolute;
    right: -15px;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    display: inline-block;
    width: 40px;
    height: 5px;
    background-color: #00486C;
    z-index: 10;
    border-radius: 2px; }
    .menu-toggle .menu-icon:before, .menu-toggle .menu-icon:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 40px;
      height: 5px;
      background-color: inherit;
      -webkit-transition: -webkit-transform .3s;
              transition: transform .3s;
      border-radius: 2px; }
    .menu-toggle .menu-icon:before {
      -webkit-transform: translateY(-10px) rotate(0deg);
              transform: translateY(-10px) rotate(0deg); }
    .menu-toggle .menu-icon:after {
      -webkit-transform: translateY(10px) rotate(0deg);
              transform: translateY(10px) rotate(0deg); }

@media screen and (min-width: 950px) {
  .menu-toggle {
    display: none; } }

/**** TITLES ****/
#branding {
  position: relative;
  padding: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(200, 200, 200, 0.22);
  text-align: left;
  height: 175px;
  margin-bottom: 44px; }

#header-title-link {
  display: block;
  text-align: left;
  margin: 23px 0;
  min-width: 180px;
  position: absolute;
  background: top center no-repeat;
  background-image: url('../img/logo_simple.png');
  padding-top: 80px;
  text-decoration: none; }
  @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
    #header-title-link {
      background-image: url('../img/logo_simple@2x.png');
      -webkit-background-size: 168px 71px; } }

#site-title {
  position: relative;
  font-size: 15px;
  line-height: 20px;
  color: #00486C;
  font-weight: bold;
  padding: 0; }

@media screen and (max-width: 949px) {
  #site-navigation {
    position: relative;
    padding-top: 175px; }
  #branding {
    height: auto; } }

/**** Search form ****/
.navbar .simple-form {
  margin-top: 0; }

.navbar .simple-form input.field {
  border: none;
  border-radius: 0;
  cursor: pointer;
  height: 40px;
  width: 0;
  position: relative;
  -webkit-transition: all 400ms ease;
          transition: all 400ms ease;
  font-family: 'Lato', sans-serif;
  box-shadow: none; }
  .navbar .simple-form input.field:focus {
    background-color: #f4f4f4;
    cursor: text;
    outline: 0;
    width: 230px;
    border-radius: 10px; }
  @media screen and (max-width: 949px) {
    .navbar .simple-form input.field {
      background-color: #f4f4f4;
      cursor: text;
      outline: 0;
      width: 100%;
      border-radius: 10px;
      margin-bottom: 0; }
      .navbar .simple-form input.field:focus {
        width: 100%; } }
  .no-touch .navbar .simple-form input.field {
    opacity: 0.7;
    -webkit-transition: 0.3s;
            transition: 0.3s; }
    .no-touch .navbar .simple-form input.field:focus, .no-touch .navbar .simple-form input.field:hover {
      opacity: 1; }

.navbar .search-submit {
  display: none; }

.main-footer {
  margin-top: 70px;
  background-color: #fff;
  border-top: 3px solid #92b938;
  padding: 30px;
  text-align: center; }
  .main-footer .container {
    max-width: 1140px; }

.footer-site-title {
  position: relative;
  display: inline-block;
  padding-top: 85px;
  margin-bottom: 22px;
  background: top center no-repeat;
  background-image: url('../img/logo_simple.png');
  font-family: 'Oswald', sans-serif;
  color: #00486C;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none; }
  @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
    .footer-site-title {
      background-image: url('../img/logo_simple@2x.png');
      -webkit-background-size: 168px 71px; } }

.main-footer .menu {
  position: relative;
  list-style: none; }

.main-footer .menu-item {
  display: inline-block; }
  .main-footer .menu-item a {
    display: inline-block;
    color: #444;
    text-decoration: underline;
    padding: 0 5px;
    -webkit-transition: 0.3s;
            transition: 0.3s; }
    .main-footer .menu-item a:after {
      content: '|';
      display: inline-block; }
    .main-footer .menu-item a:last-child:after {
      display: none; }
    .main-footer .menu-item a:hover {
      color: #73922c; }

.main-footer .sub-menu {
  display: none; }

.main-footer .vcard {
  margin-bottom: 22px; }

.main-footer .widget-area {
  margin-bottom: 30px; }

.footer-credits a {
  color: #73922c; }
  .footer-credits a:hover {
    color: #92b938; }

#comments {
  margin: 44px auto;
  max-width: 950px; }

.comment-reply-title {
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 0; }

#comments-title {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: normal;
  background-color: #00486C;
  color: #fff;
  text-align: left;
  letter-spacing: 0.1em;
  padding: 11px; }

.commentlist {
  list-style: none; }
  .commentlist li.comment {
    background-color: rgba(244, 244, 244, 0.7);
    padding: 30px; }
  .commentlist .comment-author-infos a:hover, .commentlist .comment-content a:hover {
    color: #92b938; }
  .commentlist &gt; .comment {
    box-shadow: 0 0 0 3px #002639;
    margin-bottom: 30px; }

.comment-author {
  font-weight: bold;
  color: #696969;
  font-size: 1.1em; }
  .comment-author a {
    text-decoration: none;
    border-bottom: 1px dotted #f4f4f4; }
    .comment-author a:hover {
      color: #92b938; }

.comment-author-avatar {
  border-radius: 100%;
  overflow: hidden;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px; }

.comment-author-infos {
  padding-top: 20px; }

.comment-content {
  clear: both; }

@media screen and (max-width: 719px) {
  .comment-author-avatar {
    float: right;
    margin-right: 0;
    margin-left: 15px; }
  .comment-author-infos {
    padding-top: 0; }
  .comment-content {
    clear: none; } }

.comment-respond {
  background-color: #f7f7f7;
  padding: 30px;
  box-shadow: 0 0 0 3px #73922c; }

.comment-form label {
  display: block;
  font-weight: bold; }

.comment-form p {
  margin-bottom: 15px; }

.comment-form textarea, .comment-form input {
  width: 100%;
  border: 2px solid #dedede;
  border-radius: 15px;
  padding: 15px;
  font-family: 'Lato', sans-serif; }
  .comment-form textarea:focus, .comment-form input:focus {
    outline: none;
    border-color: #92b938; }

.comment-form label {
  margin-bottom: 5px; }

.comment-form .submit {
  background-color: #73922c;
  color: #fff;
  border: none;
  margin-top: 15px;
  padding: 15px;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  border-radius: 15px;
  border: none;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.03em;
  font-size: 18px; }
  .comment-form .submit:hover {
    background-color: #92b938; }

.logged-in-as {
  margin-bottom: 10px;
  color: #696969;
  font-weight: bold; }

.pagination {
  text-align: center;
  margin: 44px auto 22px; }
  .pagination span, .pagination a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 5.5px 11px;
    background: #00486C;
    display: inline-block;
    margin: 0 5px; }
  .pagination span {
    background: #cdcdcd;
    color: #00486C; }
  .pagination a:hover {
    background: #92b938; }

.edit-link {
  display: none; }

.entry-meta .edit-link a, .commentlist .edit-link a, .comment-reply-link {
  background: #92b938;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: normal;
  text-decoration: none;
  padding: 0 6px;
  display: inline-block; }
  .entry-meta .edit-link a:hover, .commentlist .edit-link a:hover, .comment-reply-link:hover {
    color: #fff;
    background-color: #73922c; }

.commentlist .edit-link a {
  float: right; }

.comment-reply-link {
  margin-top: 10px;
  margin-bottom: 15px; }

.singular .entry-meta .edit-link a {
  bottom: auto;
  left: 50px;
  position: absolute;
  right: auto;
  top: 80px; }

input[type=text], input[type=email], input[type=search], textarea {
  background: -webkit-linear-gradient(top, #f4f4f4, #fff 15%);
  background: linear-gradient(to bottom, #f4f4f4, #fff 15%);
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  padding: 5px; }

input:-webkit-autofill {
  -webkit-text-fill-color: #92b938; }

input:focus:-webkit-autofill {
  -webkit-text-fill-color: #92b938; }

.simple-form {
  text-align: left;
  margin-top: 15px;
  position: relative; }
  .simple-form input {
    background-color: #fff; }
  .simple-form input.field {
    background: top center no-repeat;
    background-image: url('../img/icon_sprite.png');
    background-position: 0 -160px;
    border: 2px solid #d5d5d5;
    box-shadow: inset 0 2px 2px 1px rgba(0, 0, 0, 0.08);
    margin: 0;
    padding: 0 0 0 40px;
    position: relative;
    -webkit-transition: 0.4s ease;
            transition: 0.4s ease;
    font-family: 'Lato', sans-serif;
    background-color: #fff;
    cursor: text;
    outline: 0;
    border-radius: 10px;
    cursor: text;
    line-height: 38px;
    padding-bottom: 2px;
    height: 40px;
    max-width: 400px;
    width: 100%;
    vertical-align: top;
    font-size: 16px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
      .simple-form input.field {
        background-image: url('../img/icon_sprite@2x.png');
        -webkit-background-size: 40px 320px; } }
  .simple-form input.submit {
    background-color: #92b938;
    color: #f7f7f7;
    border: none;
    margin: 0;
    padding: 5px 15px;
    -webkit-transition: 0.3s;
            transition: 0.3s;
    border-radius: 10px;
    height: 40px;
    border: 2px solid #92b938;
    vertical-align: middle;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px; }
    .simple-form input.submit:hover {
      background-color: #73922c;
      border-color: #73922c; }
  .simple-form label {
    font-weight: bold;
    color: #cdcdcd; }

.rucher-field {
  display: none !important; }

.ml-form input.field {
  background-position: 7px -80px;
  max-width: 570px;
  padding-left: 50px; }

@media screen and (min-width: 720px) {
  .entry-content input.field, .widget-area input.field {
    border-radius: 15px 0 0 15px;
    border-right: none;
    margin-right: 0; }
  .entry-content input.submit, .widget-area input.submit {
    border-radius: 0 15px 15px 0;
    border-left: none;
    margin-left: 0; } }

.entry-content .search-form {
  margin-bottom: 30px; }
.entry-content input.search-submit {
  margin-left: -3px; }

.widget-area .search-form {
  position: relative;
  max-width: 400px;
  padding-right: 70px; }
@media screen and (min-width: 720px) {
  .widget-area .ml-form {
    position: relative;
    max-width: 570px;
    padding-right: 0; }
    .widget-area .ml-form input.field {
      width: 90%; }
  .widget-area input.submit {
    position: absolute;
    top: 0;
    right: 0; } }

@media screen and (max-width: 719px) {
  .search-form {
    text-align: center; }
  .entry-content input.field, .entry-content .ml-form input.field, .widget-area input.field, .widget-area .ml-form input.field {
    margin: 0 auto 22px;
    display: block;
    width: 100%; }
  .widget-area .ml-form input.field {
    margin: 0 0 22px; } }

.ml-form-confirm {
  margin-top: 11px;
  min-height: 42px; }
  .ml-form-confirm p {
    border: 2px solid #92b938;
    border-radius: 15px;
    background-color: #fff;
    padding: 0.5em 1em;
    color: #92b938;
    font-weight: bold; }
  .ml-form-confirm.loading {
    border-radius: 15px;
    background: #fff url(../img/loading.gif) scroll center no-repeat; }
  .ml-form-confirm p.error {
    border-color: #9c0231;
    color: #9c0231; }

.btn, a.btn {
  cursor: pointer;
  border: none;
  background-color: #92b938;
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  padding: 9px 20px;
  line-height: 20px;
  font-size: 15px;
  display: inline-block;
  -webkit-transition: 0.2s;
          transition: 0.2s;
  letter-spacing: 0.02em; }
  .btn:hover, a.btn:hover {
    background-color: #73922c;
    color: #fff;
    border-color: #92b938; }
  .btn.btn-more:after, a.btn.btn-more:after {
    content: "&gt;&gt;";
    display: inline-block;
    margin-left: 5px;
    margin-top: -2px;
    position: relative;
    letter-spacing: 0.03em; }

.mceContentBody a.btn {
  color: #fff; }
  .mceContentBody a.btn:hover {
    background-color: #73922c;
    color: #fff;
    border-color: #92b938; }

.breadcrumb {
  color: #696969;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.07em; }
  .breadcrumb div {
    display: inline-block; }
  .breadcrumb a {
    text-decoration: none; }
    .breadcrumb a:hover {
      color: #92b938; }
  .breadcrumb .sep {
    color: #838383;
    display: inline-block;
    margin: 0 3px; }

.nav-mod {
  background-color: #fff;
  margin-bottom: 22px;
  padding: 22px;
  border: 3px solid #cdcdcd; }

.nav-mod-title {
  color: #00486C;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 22px; }
  .nav-mod-title a:hover {
    color: #92b938; }

.secondary-nav a {
  display: block;
  border-top: 1px solid #d5d5d5;
  padding: 11px 0;
  letter-spacing: 0.05m;
  text-transform: uppercase; }
  .secondary-nav a:hover {
    color: #92b938; }
.secondary-nav .current_page_item a {
  color: #92b938; }

.secondary.widget-area .entry-meta {
  text-align: left; }
.secondary.widget-area .widget {
  font-size: 15px; }
  .secondary.widget-area .widget ul {
    margin-left: 1em; }
  .secondary.widget-area .widget a {
    color: #73922c; }

.widget-title {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.15em;
  color: #696969;
  text-align: left;
  font-size: 16px;
  line-height: 1.1em;
  margin-bottom: 15px; }
  .widget-title:after {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    content: ". . . . . ";
    letter-spacing: 0;
    color: #cdcdcd;
    font-size: 20px;
    display: block; }

.widget {
  margin-bottom: 30px; }

.widget {
  background-color: #fff;
  border: 3px solid #cdcdcd;
  text-align: left;
  padding: 22px;
  color: #696969; }

.widget_search, .ml_widget {
  background-color: transparent;
  border: none;
  padding: 0; }
  .widget_search .widget-title, .ml_widget .widget-title {
    letter-spacing: 0; }
    .widget_search .widget-title:after, .ml_widget .widget-title:after {
      display: none; }

.widget-description {
  margin-top: 11px;
  color: #444; }

.secondary .widget_text {
  text-align: center;
  color: #cdcdcd;
  font-size: 15px;
  letter-spacing: 0.02em; }

.homepage-news-item {
  position: relative;
  margin-bottom: 22px;
  background-color: #fff; }
  .homepage-news-item a {
    text-decoration: none;
    display: block;
    padding: 22px; }
  .homepage-news-item:after {
    content: '+';
    background: no-repeat bottom right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAcxJREFUWIXV2MtqFEEUh/HfOMkiLhQhCIEgAyHj06iEKN4xCJMQvGsWiQiKCIL4EHm4vEB22SWLUmiazHR1d3VX51v2pfj4U6f69Bmdnp24Qoyv5TaIYIQpjuEqCJ/jLV7BUl6XStbxDk/+Xxiy8Cp+40Xx4lC3xFhI9l75xhAT3sRPhW1QZIgJ75kjy7AS3sBHPF/00FCEr+MrXlc9OAThGzjA/ZiHcwtPhKNr7p4tk7voZnhU54UcCY+Eo+tIkB3XeTmH8LlwGuw0eblv4TXhC/aw6QJ9Cq/hL561WaTPotsXeXQtoo+Ep/guHF2tA+pDeF/LbVCkS+EJ3uNlykW7Er6JH/791qSki6JbwWeXNN8pSJ3wBn6p0RvUJXXCMx3Kki7hKb7oWJY0wmN8wm6CtSppK3xbGHJsJ3CJoo3wOv7gaSKXKNoU3R62UonE0iThu/iGx1hOq1NNE+E3SuOjPqkjfEcosF73bJlY4VXhC5a0kWlCTNEtC781rZvvFFQlvHAwl4OqhHcNSJb5CW/ig4rBXA4uE17BoYjBXA7KwreERuZBBpcoisITNQdzOSgW3UyLiUxfLAm9waHQG+Qev1YyOj07qTU9zM0FKw8ssP0tZTMAAAAASUVORK5CYII=');
    color: #92b938;
    font-size: 1.4em;
    font-weight: bold;
    width: 37px;
    height: 44px;
    line-height: 55px;
    text-align: right;
    padding-right: 7px;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    display: none; }
  .homepage-news-item:hover:after {
    display: block; }
  .homepage-news-item:hover .homepage-news-title {
    color: #92b938; }
  .homepage-news-item small {
    color: #696969;
    font-weight: bold;
    font-size: 0.75em; }

.homepage-news-image {
  float: right;
  max-width: 30%;
  margin-left: 22px;
  margin-bottom: 22px; }

.homepage-news-title {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 26px;
  color: #00486C;
  line-height: 1.1em;
  -webkit-transition: 0.3s;
          transition: 0.3s; }

.homepage-news-meta {
  color: #696969;
  margin-top: 11px;
  margin-bottom: 11px;
  font-weight: bold; }

.articles-list {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .articles-list .item {
    margin-bottom: 22px;
    background-color: #fff;
    padding: 22px; }
  .articles-list .entry-header &gt; a {
    text-decoration: none;
    display: block; }
  .articles-list .entry-header {
    border-bottom: none;
    margin-bottom: 11px; }
  .articles-list a:hover .entry-header {
    color: #92b938; }
  .articles-list .entry-meta {
    color: #696969;
    margin-top: 11px;
    font-weight: bold; }
  .articles-list .entry-image {
    max-width: 300px; }
    .articles-list .entry-image img {
      height: auto;
      margin-bottom: 22px; }
  .articles-list .entry-title {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 26px;
    color: #00486C;
    line-height: 1.1em;
    -webkit-transition: 0.3s;
            transition: 0.3s;
    margin-bottom: 0; }
  .articles-list .footer-meta {
    color: #9a9a9a;
    font-size: 0.9em; }
    .articles-list .footer-meta a {
      color: #9a9a9a; }
  .articles-list .entry-header, .articles-list .entry-title, .articles-list .entry-summary, .articles-list .entry-content, .articles-list .entry-meta, .articles-list .entry-header {
    float: none;
    display: inline-block; }
  .articles-list .entry-summary, .articles-list .entry-content {
    display: inline; }
  .articles-list a.btn {
    background-color: #92b938;
    color: #fff;
    margin-top: 11px;
    margin-bottom: 11px; }
    .articles-list a.btn:hover {
      background-color: #73922c; }
  @media screen and (min-width: 720px) {
    .articles-list .entry-header {
      width: 77%; }
    .articles-list .entry-image {
      width: 20%;
      float: right;
      margin-left: 3%; } }

.list-pages-shortcode .list-item {
  border-bottom: 2px solid #cdcdcd; }
  .list-pages-shortcode .list-item:first-child {
    border-top: 2px solid #cdcdcd; }
  .list-pages-shortcode .list-item a {
    padding: 11px;
    background-color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    display: block;
    -webkit-transition: 0.2s;
            transition: 0.2s; }
    .list-pages-shortcode .list-item a:hover {
      background-color: #fff; }

.pub-item {
  margin-bottom: 22px;
  background-color: #fff;
  padding: 22px; }
  .pub-item .pub-header {
    margin-bottom: 0; }
  .pub-item .pub-metas {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: bold; }
  .pub-item .pub-title {
    margin-top: 7.3333333333px;
    margin-bottom: 0; }
  .pub-item .pub-reference {
    margin-top: 11px;
    color: #696969;
    font-size: 0.9em; }
  .pub-item .entry-content {
    margin-bottom: 11px; }
  .pub-item a.btn {
    background-color: #92b938;
    color: #fff;
    margin-bottom: 0; }
    .pub-item a.btn:hover {
      background-color: #73922c; }

.shariff {
  margin-top: 44px;
  clear: both;
  background-color: #fff;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  padding: 11px; }
  .shariff ul {
    position: relative;
    margin-left: 0;
    margin-bottom: -0.5em; }
    .shariff ul li:last-child {
      margin-bottom: 0.5em; }
  .shariff a:hover {
    color: #fff; }
  .shariff li {
    width: 20%; }
    @media screen and (max-width: 719px) {
      .shariff li {
        width: 30%; } }
    @media screen and (max-width: 419px) {
      .shariff li {
        width: 44%; } }
  .shariff li .fa {
    left: 10px;
    font-size: 20px; }
  .shariff li .share_text {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    vertical-align: top; }
  .shariff li a {
    padding-left: 38px; }
  .shariff .linkedin a {
    padding-left: 33px; }
  .shariff .twitter a {
    padding-left: 38px; }
  .shariff .facebook a {
    padding-left: 30px; }
  .shariff:before {
    display: block;
    content: 'Partager cet article';
    color: #d5d5d5;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 11px;
    font-size: 18px; }

html[lang=en-US] .shariff:before {
  content: 'Share this content'; }

.inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
  padding-left: 22px;
  padding-right: 22px; }

#main {
  overflow: hidden; }

.aligncenter, figure.aligncenter, .alignright, .alignleft {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  max-width: 100%;
  height: auto; }

img.aligncenter {
  height: auto; }

@media screen and (min-width: 720px) {
  .alignright {
    float: right;
    margin-left: 15px;
    max-width: 45%; }
  .alignleft {
    float: left;
    margin-right: 15px;
    max-width: 45%; } }

.main-content {
  position: relative;
  margin: auto;
  max-width: 1140px; }

@media screen and (min-width: 950px) {
  .left-content {
    clear: left;
    float: left;
    width: 65%; }
  .right-content {
    float: right;
    width: 30%; }
  .home .left-content, .home .right-content {
    float: left;
    width: 50%; }
  .home .right-content {
    padding-left: 22px; }
  .home .left-content {
    padding-right: 22px; } }

@media screen and (max-width: 949px) {
  .left-content {
    margin-bottom: 44px; } }

.list .entry-image {
  -webkit-transition: 0.3s;
          transition: 0.3s;
  max-width: 320px;
  margin: auto;
  float: left; }
  .list .entry-image img {
    width: 100%;
    max-width: 100%;
    margin: auto; }
.list .entry-summary, .list .entry-content {
  text-align: center;
  margin-top: 15px; }
.list a:hover .entry-title {
  color: #73922c; }
.list a:hover .entry-image {
  border-bottom-color: #92b938; }
.list a:hover .product-price {
  color: #00486C; }
.list .at-below-post-cat-page {
  margin-top: 15px; }

.home .list .entry-meta {
  display: none; }

.error404 #content {
  max-width: 520px;
  margin: auto;
  text-align: center; }
  @media screen and (min-width: 1140px) {
    .error404 #content {
      margin: 44px auto; } }
  .error404 #content .page-title {
    text-align: center; }

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

.entry-content .partner-list {
  margin-left: 0; }
  .entry-content .partner-list .partner {
    float: left; }
</pre></body></html>