/* The side navigation menu */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Stay on top */
  top: 0;
  right: 0;
  background-color: #223A80;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */ }

/* The navigation menu links */
.admin-bar .sidenav {
  top: 46px; }
  @media (min-width: 768px) {
    .admin-bar .sidenav {
      top: 32px; } }
.sidenav.isopen {
  width: 100%;
  opacity: 1; }
  @media (min-width: 768px) {
    .sidenav.isopen {
      width: 440px; } }
.sidenav .closebtn {
  position: absolute;
  background-color: #223A80;
  top: 14px;
  right: 18px;
  left: auto;
  font-size: 4rem;
  border-bottom: 0; }
  @media (min-width: 768px) {
    .sidenav .closebtn {
      top: 14px;
      right: 18px;
      left: auto; } }
.sidenav ul {
  margin-top: 70px;
  margin-left: 0;
  padding-left: 0;
  width: 100%; }
  .sidenav ul::after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .sidenav ul {
      margin-top: 4.5rem; } }
  .sidenav ul ul {
    margin-top: 0;
    width: 100%; }
    .sidenav ul ul li {
      padding-right: 0; }
      .sidenav ul ul li a {
        padding-right: 21px;
        font-size: 1rem; }
  .sidenav ul li {
    font-weight: bold;
    margin-bottom: 0;
    padding-right: 0;
    list-style-type: none;
    display: block;
    position: relative;
    width: 100%;
    border-top: 1px solid #3d5497; }
    .sidenav ul li li {
      border: 0; }
    .sidenav ul li.help {
      background-color: #ec8c31; }
      .sidenav ul li.help a {
        line-height: 1; }
        .sidenav ul li.help a:hover {
          background-color: rgba(239, 159, 80, 0.25); }
    .sidenav ul li.big {
      text-transform: uppercase; }
    .sidenav ul li.current-menu-item > a {
      color: #ec8c31; }
    .sidenav ul li.current-menu-item.help a {
      color: #223A80; }
    .sidenav ul li a {
      text-decoration: none;
      font-size: 1.2rem;
      margin-right: 48px;
      color: white;
      border-bottom: 0;
      text-align: right;
      line-height: 1;
      display: block;
      white-space: nowrap; }

.sidenav > ul {
  display: none; }

.sidenav .stickyNav__logo {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.sidenav.isopen > ul,
.sidenav.isopen .stickyNav__logo {
  display: block; }

.sidenav.isopen .stickyNav__logo {
  opacity: 1; }

/* When you mouse over the navigation links, change their color */
.sidenav a:hover,
.offcanvas a:focus {
  color: #e6e6e6; }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
/* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;
  padding-top: 1rem; }
  .admin-bar .topnav {
    top: 50px;
    position: fixed;
    right: 0; }
    @media (min-width: 768px) {
      .admin-bar .topnav {
        position: relative;
        top: auto;
        right: 0; } }
/* Style the links inside the navigation bar */
.topnav a {
  float: right;
  display: block;
  border-bottom: 0 !important;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  margin-right: 1rem;
  height: 110px;
  padding: 0; }

/* Change the color of links on hover */
.topnav a:hover {
  color: black; }

/* Add a color to the active/current link */
.sidenav a.active {
  background-color: #4CAF50;
  color: white; }

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }
  .sidenav a {
    font-size: 18px; } }

a svg {
  transition: all .5s ease; }
  a svg:hover {
    transform: scale(1.25); }

/*------------------------------------*\
    Flaunt JS Navigation
\*------------------------------------*/
.menu-item {
  float: left;
  *display: inline;
  zoom: 1;
  position: relative; }

.menu-item a {
  display: block;
  color: #FFF;
  padding: 15px 20px;
  border-bottom: 1px solid #3d5497; }

.menu-item > a:hover {
  background: #3d5497; }

.menu-item:hover .nav-submenu {
  display: block; }

/* Navigation submenu */
.sub-menu {
  display: none;
  background-color: #3c518f; }

.sub-menu a {
  background-color: rgba(34, 58, 128, 0.15);
  border-bottom: 1px solid #9A337E;
  display: block;
  padding: 15px; }

.sub-menu a:hover {
  background: #3d5497; }

/* Mobile navigation */
.nav-mobile {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: #3D3D3B url(../img/nav.svg) no-repeat center center;
  background-size: 18px;
  height: 50px;
  width: 50px; }

/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  height: 49px;
  width: 50px;
  cursor: pointer; }

.nav-click i {
  display: block;
  height: 49px;
  width: 48px;
  background: url(../img/drop.svg) no-repeat center center;
  background-size: 20px; }

.nav-click:hover {
  background-color: #3c518f; }

.nav-rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

/*------------------------------------*\
    Media Queries
\*------------------------------------*/
.nav-mobile {
  display: block; }

.nav {
  width: 100%;
  padding: 50px 0 0; }

.nav-item {
  width: 100%;
  float: none; }

.nav-item > a {
  padding: 15px; }

.nav-click {
  display: block; }

.nav-mobile-open {
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0; }

.nav-item:hover .nav-submenu {
  display: none; }

.nav-submenu {
  position: static;
  width: 100%; }

body, .article {
  font-family: 'Source Sans Pro','Helvetica Neue', 'Arial',sans-serif;
  font-size: 1.2rem;
  line-height: 1.6428571rem;
  margin: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased; }

h1, .h1 {
  font-size: 2.2142857rem;
  line-height: 3.2857143rem;
  margin-top: 1.6428571rem;
  margin-bottom: 3.2857142rem; }

h2, .h2 {
  font-size: 1.7142857rem;
  line-height: 1.2;
  margin-top: 1.6428571rem;
  margin-bottom: .5rem; }

h3, .h3 {
  font-size: 1.2857143rem;
  line-height: 1.6428571rem;
  margin-top: 1.6428571rem;
  margin-bottom: 0rem; }

h4, .h4 {
  font-size: 1rem;
  line-height: 1.6428571rem;
  margin-top: 1.6428571rem;
  margin-bottom: 0rem; }

h5, .h5 {
  font-size: 1rem;
  line-height: 1.6428571rem;
  margin-top: 1.6428571rem;
  margin-bottom: 0rem; }

p, ul, ol, pre, table, blockquote {
  margin-top: 0rem;
  margin-bottom: 1.6428571rem; }

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

/* Let's make sure all's aligned */
hr, .hr {
  border: 1px solid;
  margin: -1px 0; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

a {
  color: #223A80; }

@media (min-width: 768px) {
  body {
    font-size: 1.2rem; } }

div.accordion-item {
  margin-bottom: 1rem; }

.liste {
  list-style: none;
  margin: 0;
  padding: 0; }
  .liste > li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none; }
    .liste > li a {
      border: 0;
      display: block;
      padding: 18px;
      color: white;
      text-transform: uppercase;
      transition: 0.4s;
      position: relative;
      background-color: rgba(34, 58, 128, 0.15);
      color: #223A80;
      border-top: 1px solid #223A80;
      background-repeat: no-repeat;
      background-position: 95%;
      background-size: 30px; }
      .liste > li a:hover {
        background-color: #223A80;
        color: white; }
      .liste > li a.pdf {
        background-image: url(../img/file_noir.svg); }
        .liste > li a.pdf:hover {
          background-image: url(../img/file_blanc.svg); }
      .liste > li a.lien-externe {
        background-image: url(../img/lien_ext_noir.svg); }
        .liste > li a.lien-externe:hover {
          background-image: url(../img/lien_ext_blanc.svg); }
  .liste.horizons {
    padding-bottom: 1rem; }
    .liste.horizons a {
      background-color: none;
      padding: 5px;
      border-top: none;
      text-transform: none;
      background-color: transparent;
      background-position: 96%;
      background-size: 20px; }

button {
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  text-transform: uppercase;
  transition: 0.4s;
  background-color: #223A80;
  position: relative; }
  button.accordion {
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.4s;
    background-image: url(../img/down-chevron.svg);
    background-repeat: no-repeat;
    background-position: 95%;
    background-size: 1.5rem; }
    button.accordion.active {
      background-image: url(../img/up-chevron.svg); }

div.liste button {
  border-top: 1px solid #223A80; }
  div.liste button:last-of-type {
    border-bottom: 1px solid #223A80; }

div.panel {
  padding: 0 18px;
  background-color: rgba(34, 58, 128, 0.15);
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
  opacity: 0;
  padding: 1rem 1rem 0; }

.accordion.active + .panel {
  opacity: 1; }

.aligncenter {
  display: block;
  margin: 1rem 0; }

.alignright {
  float: right;
  margin: 1rem 0 1rem 1rem; }

.alignleft {
  float: left;
  margin: 1rem 1rem 1rem 0; }

.link {
  color: #223A80;
  border-bottom: 2px solid #223A80;
  text-decoration: none; }
  .link:hover {
    color: black;
    border-bottom: 2px solid black; }

.link-alt {
  color: black;
  border-bottom: 2px solid black;
  text-decoration: none; }
  .link-alt:hover {
    color: #223A80;
    border-bottom: 2px solid #223A80; }

img {
  max-width: 100%;
  margin-bottom: 1em;
  vertical-align: baseline; }

body {
  background-color: white;
  color: #223A80; }

a {
  color: #223A80;
  text-decoration: none;
  border-bottom: 2px solid #223A80; }

.wrapper {
  position: relative; }
  .wrapper__top {
    width: auto;
    max-width: 1340px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    padding: 7rem 1rem 0 1rem; }
    .wrapper__top::after {
      content: '';
      display: table;
      clear: both; }
    @media (min-width: 768px) {
      .wrapper__top {
        padding-left: 210px; } }
    .admin-bar .wrapper__top {
      padding-top: 102px; }
    .home .wrapper__top {
      padding-top: .5rem; }
      @media (min-width: 768px) {
        .home .wrapper__top {
          padding-left: 1rem; } }
.footer {
  padding-top: 2rem;
  padding-right: 1rem;
  padding-left: 1rem; }
  .footer .inverse {
    background-color: #223A80;
    min-height: 100px;
    color: white;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: -1rem;
    margin-left: -1rem; }
    .footer .inverse p {
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .footer .inverse p {
          line-height: 6rem; } }
      .footer .inverse p a, .footer .inverse p a:visited, .footer .inverse p a:link, .footer .inverse p a:active {
        color: white;
        border-bottom: 1px solid white; }
        .footer .inverse p a.soutien, .footer .inverse p a:visited.soutien, .footer .inverse p a:link.soutien, .footer .inverse p a:active.soutien {
          border-bottom: 0;
          margin-left: 1rem; }
          .footer .inverse p a.soutien img, .footer .inverse p a:visited.soutien img, .footer .inverse p a:link.soutien img, .footer .inverse p a:active.soutien img {
            margin-bottom: 0;
            vertical-align: middle; }
    .footer .inverse .colophon {
      width: auto;
      max-width: 1340px;
      float: none;
      display: block;
      margin-right: auto;
      margin-left: auto;
      padding-left: 0;
      padding-right: 0; }
      .footer .inverse .colophon::after {
        content: '';
        display: table;
        clear: both; }
  .footer .soutien {
    margin-top: 1rem; }
    .footer .soutien img {
      margin-top: 1rem;
      margin-left: 1rem; }
    .footer .soutien a {
      color: white;
      border-bottom: 0 !important; }
  @media (min-width: 768px) {
    .footer .copyright {
      float: left;
      clear: none;
      text-align: inherit;
      width: 48.5%;
      margin-left: 0%;
      margin-right: 3%; }
      .footer .copyright::after {
        content: '';
        display: table;
        clear: both; }
      .footer .copyright:last-child {
        margin-right: 0%; }
      .footer .copyright img {
        vertical-align: middle; }
    .footer .soutien {
      float: left;
      clear: none;
      text-align: inherit;
      width: 48.5%;
      margin-left: 0%;
      margin-right: 3%;
      margin-top: 0; }
      .footer .soutien::after {
        content: '';
        display: table;
        clear: both; }
      .footer .soutien:last-child {
        margin-right: 0%; }
      .footer .soutien p {
        text-align: right;
        margin-bottom: 0; }
      .footer .soutien a {
        border-bottom: 0 !important;
        margin-left: 1rem; }
      .footer .soutien img {
        vertical-align: middle; } }
  .footer p a, .footer p a:visited, .footer p a:link, .footer p a:active {
    color: #223A80;
    border-bottom: 2px solid #223A80; }

.inner-footer {
  width: auto;
  max-width: 1340px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  border-top: 2px solid;
  display: table;
  width: 100%; }
  .inner-footer::after {
    content: '';
    display: table;
    clear: both; }
  .inner-footer::after {
    content: '';
    display: table;
    clear: both; }
  .inner-footer .widget {
    position: relative; }
    @media (min-width: 768px) {
      .inner-footer .widget {
        float: left;
        clear: none;
        text-align: inherit;
        width: 31.3333333333%;
        margin-left: 0%;
        margin-right: 3%;
        display: table-cell;
        float: none;
        vertical-align: top; }
        .inner-footer .widget::after {
          content: '';
          display: table;
          clear: both; }
        .inner-footer .widget:last-child {
          margin-right: 0%; } }
    .inner-footer .widget h3 {
      margin-bottom: .5rem;
      font-weight: bold;
      margin-top: 1rem; }
    @media (min-width: 768px) {
      .inner-footer .widget.col1 {
        padding-right: 1rem; } }
    @media (min-width: 768px) {
      .inner-footer .widget.col3 {
        padding-left: 1rem; } }
    .inner-footer .widget.carte {
      height: 200px;
      background-image: url(../img/map.svg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      @media (min-width: 768px) {
        .inner-footer .widget.carte {
          height: auto; } }
.header {
  width: 100%;
  position: relative;
  display: table; }
  .header::after {
    content: '';
    display: table;
    clear: both; }
  .header .logo {
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.3333333333%;
    margin-left: 0%;
    margin-right: 0%; }
    .header .logo::after {
      content: '';
      display: table;
      clear: both; }
    .header .logo:last-child {
      margin-right: 0%; }
    @media (min-width: 768px) {
      .header .logo {
        float: left;
        clear: none;
        text-align: inherit;
        width: 16.6666666667%;
        margin-left: 0%;
        margin-right: 0%;
        display: table-cell;
        float: none;
        vertical-align: top; }
        .header .logo::after {
          content: '';
          display: table;
          clear: both; }
        .header .logo:last-child {
          margin-right: 0%; } }
    .header .logo a {
      border-bottom: 0px;
      padding-top: 1rem;
      width: auto;
      max-width: 1440px;
      float: none;
      display: block;
      margin-right: auto;
      margin-left: auto;
      padding-left: 0;
      padding-right: 0;
      text-align: center;
      padding-left: 1rem; }
      .header .logo a::after {
        content: '';
        display: table;
        clear: both; }
      @media (min-width: 768px) {
        .header .logo a {
          text-align: center; } }
      .header .logo a img {
        max-width: 100%;
        height: 110px; }
  .header .slogan {
    display: none; }
    @media (min-width: 768px) {
      .header .slogan {
        display: block;
        float: left;
        clear: none;
        text-align: inherit;
        width: 66.6666666667%;
        margin-left: 0%;
        margin-right: 0%;
        display: table-cell;
        float: none;
        vertical-align: middle;
        padding-left: 3rem;
        font-size: 1.3rem;
        line-height: 1.3;
        font-weight: 500; }
        .header .slogan::after {
          content: '';
          display: table;
          clear: both; }
        .header .slogan:last-child {
          margin-right: 0%; } }
.slogan-mobile {
  text-align: center;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .slogan-mobile {
      display: none; } }
@media (min-width: 768px) {
  .page,
  .single {
    border-top: 0; }
    .page:before,
    .single:before {
      border-top: 0; } }

.page article,
.single article {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .page article:first-child,
  .single article:first-child {
    margin-left: auto; }
  .page article:last-child,
  .single article:last-child {
    margin-right: auto; }
  @media (min-width: 1024px) {
    .page article,
    .single article {
      float: left;
      clear: none;
      text-align: inherit;
      width: 79.4%;
      margin-left: 0%;
      margin-right: 3%; }
      .page article::after,
      .single article::after {
        content: '';
        display: table;
        clear: both; }
      .page article:last-child,
      .single article:last-child {
        margin-right: 0%; } }
.page aside,
.single aside {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .page aside:first-child,
  .single aside:first-child {
    margin-left: auto; }
  .page aside:last-child,
  .single aside:last-child {
    margin-right: auto; }
  @media (min-width: 1024px) {
    .page aside,
    .single aside {
      float: left;
      clear: none;
      text-align: inherit;
      width: 17.6%;
      margin-left: 0%;
      margin-right: 3%; }
      .page aside::after,
      .single aside::after {
        content: '';
        display: table;
        clear: both; }
      .page aside:last-child,
      .single aside:last-child {
        margin-right: 0%; } }
.page ol,
.single ol {
  counter-reset: item; }

.page .metas,
.single .metas {
  font-size: smaller;
  color: grey;
  margin-bottom: 2rem; }

.page blockquote em,
.single blockquote em {
  font-weight: 500;
  max-width: 80%;
  margin: auto auto;
  display: block;
  color: #223A80; }

.page.page-template-page-2col article,
.single.page-template-page-2col article {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .page.page-template-page-2col article:first-child,
  .single.page-template-page-2col article:first-child {
    margin-left: auto; }
  .page.page-template-page-2col article:last-child,
  .single.page-template-page-2col article:last-child {
    margin-right: auto; }
  @media (min-width: 768px) {
    .page.page-template-page-2col article,
    .single.page-template-page-2col article {
      float: left;
      clear: none;
      text-align: inherit;
      width: 58.8%;
      margin-left: 0%;
      margin-right: 3%; }
      .page.page-template-page-2col article::after,
      .single.page-template-page-2col article::after {
        content: '';
        display: table;
        clear: both; }
      .page.page-template-page-2col article:last-child,
      .single.page-template-page-2col article:last-child {
        margin-right: 0%; } }
.page.page-template-page-2col aside,
.single.page-template-page-2col aside {
  background-color: rgba(34, 58, 128, 0.15);
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .page.page-template-page-2col aside .inner-aside,
  .single.page-template-page-2col aside .inner-aside {
    padding: 2rem; }
    .page.page-template-page-2col aside .inner-aside ul,
    .single.page-template-page-2col aside .inner-aside ul {
      padding-left: 1.3rem; }
  .page.page-template-page-2col aside:first-child,
  .single.page-template-page-2col aside:first-child {
    margin-left: auto; }
  .page.page-template-page-2col aside:last-child,
  .single.page-template-page-2col aside:last-child {
    margin-right: auto; }
  @media (min-width: 768px) {
    .page.page-template-page-2col aside,
    .single.page-template-page-2col aside {
      float: left;
      clear: none;
      text-align: inherit;
      width: 38.2%;
      margin-left: 0%;
      margin-right: 3%; }
      .page.page-template-page-2col aside::after,
      .single.page-template-page-2col aside::after {
        content: '';
        display: table;
        clear: both; }
      .page.page-template-page-2col aside:last-child,
      .single.page-template-page-2col aside:last-child {
        margin-right: 0%; }
      .page.page-template-page-2col aside > h2,
      .single.page-template-page-2col aside > h2 {
        margin-top: 0; } }
.single-post .main-title h1,
.archive .main-title h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
  line-height: 1.1; }

.archive h1 {
  margin: 0 0 .5rem;
  font-size: 1.5rem; }
  @media (min-width: 768px) {
    .archive h1 {
      font-size: 2.2142857rem; } }
@media (min-width: 768px) {
  .home article {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%; }
    .home article::after {
      content: '';
      display: table;
      clear: both; }
    .home article:last-child {
      margin-right: 0%; } }

.news__loop-item {
  margin-bottom: 0;
  border-top: 1px dotted;
  padding-top: 1rem; }
  @media (min-width: 768px) {
    .news__loop-item:first-of-type {
      border-top: 0; } }
  .news__loop-item::after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .news__loop-item__content {
      float: left;
      clear: none;
      text-align: inherit;
      width: 65.6666666667%;
      margin-left: 0%;
      margin-right: 3%; }
      .news__loop-item__content::after {
        content: '';
        display: table;
        clear: both; }
      .news__loop-item__content:last-child {
        margin-right: 0%; }
    .news__loop-item__image {
      float: left;
      clear: none;
      text-align: inherit;
      width: 31.3333333333%;
      margin-left: 0%;
      margin-right: 3%; }
      .news__loop-item__image::after {
        content: '';
        display: table;
        clear: both; }
      .news__loop-item__image:last-child {
        margin-right: 0%; } }
  .news__loop-item__title {
    margin-top: 0;
    line-height: 2rem; }
    .news__loop-item__title a {
      text-decoration: none;
      border: 0; }
      .news__loop-item__title a:hover {
        background-color: #223A80;
        color: white; }
  .news__loop-item .metas {
    display: none;
    font-size: smaller;
    color: grey;
    margin-top: 0; }
  .news__loop-item__image a {
    border: 0; }

.searchform {
  margin: 1rem auto;
  text-align: right;
  position: relative; }

.search-box {
  background-color: rgba(34, 58, 128, 0.15);
  border: none;
  border: 2px solid transparent;
  border-radius: 2px;
  font-size: 1.2rem;
  width: 91%;
  padding: 1rem;
  transition: width 0.3s;
  -webkit-transition: width 0.3s; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #223A80;
  font-weight: 300; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #223A80;
  font-weight: 300; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #223A80;
  font-weight: 300; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #223A80;
  font-weight: 300; }

.search-box:focus {
  outline: none;
  border: 2px solid white;
  color: #223A80; }

.search-btn {
  height: 100%;
  width: 3em;
  margin-top: -1.5em;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  background-color: transparent;
  border: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/zoom.svg); }

.search-btn:hover {
  outline: none;
  opacity: 0.8;
  cursor: pointer; }

.search-btn:focus {
  outline: none;
  opacity: 0.6; }

/** Sticky header */
.stuck {
  position: fixed;
  top: 0; }

/* FUN STUFF */
.sticky-wrapper {
  display: none; }
  @media (min-width: 768px) {
    .sticky-wrapper {
      display: block; } }
.home .stickyNav {
  display: none; }

.stickyNav.static {
  top: 70px; }

.is-sticky h1 {
  opacity: 0; }

.is-sticky .stickyNav {
  display: block;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.is-sticky .main-title {
  z-index: 10 !important; }

.smart-header-title {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .show-title .smart-header-title {
    opacity: 1; }

.stickyNav {
  background-color: #223A80;
  z-index: 9001;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.28);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: 0.33s -webkit-transform cubic-bezier(0.3, 0.73, 0.3, 0.74);
  transition: 0.33s transform cubic-bezier(0.3, 0.73, 0.3, 0.74);
  transition: 0.33s transform cubic-bezier(0.3, 0.73, 0.3, 0.74), 0.33s -webkit-transform cubic-bezier(0.3, 0.73, 0.3, 0.74); }
  @media (min-width: 768px) {
    .stickyNav {
      background-color: white; } }
  .admin-bar .stickyNav {
    top: 92px; }
  .stickyNav__logo {
    width: 180px;
    float: left;
    height: 70px;
    overflow: hidden;
    display: block;
    background: #223A80; }
    .stickyNav__logo a {
      display: block;
      border: 0;
      padding: 1rem; }
  .stickyNav__title {
    display: none;
    font-weight: 800;
    font-size: 1.5rem;
    color: #223A80;
    height: 70px;
    line-height: 70px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 2rem;
    padding-right: 2rem; }
    @media (min-width: 768px) {
      .stickyNav__title {
        display: block; } }
    .stickyNav__title .sep {
      padding: 0 .7rem;
      font-weight: 100;
      color: rgba(34, 58, 128, 0.35); }
  .stickyNav .menu-open {
    float: right;
    position: absolute;
    right: 1rem;
    top: 1rem;
    border: 0;
    height: 1.9rem; }
    .stickyNav .menu-open svg path {
      fill: white; }
      @media (min-width: 768px) {
        .stickyNav .menu-open svg path {
          fill: #223A80; } }
.teaser {
  width: 100%;
  font-weight: bold;
  text-transform: uppercase; }
  .teaser::after {
    content: '';
    display: table;
    clear: both; }
  .teaser__box {
    margin-bottom: 1rem;
    background-size: contain;
    position: relative; }
    @media (min-width: 768px) {
      .teaser__box {
        margin-bottom: 0;
        float: left;
        clear: none;
        text-align: inherit;
        width: 31.3333333333%;
        margin-left: 0%;
        margin-right: 3%; }
        .teaser__box::after {
          content: '';
          display: table;
          clear: both; }
        .teaser__box:last-child {
          margin-right: 0%; } }
    .teaser__box:before {
      content: "";
      display: block;
      padding-top: 100%; }
    .teaser__box__inner {
      position: absolute;
      top: 1rem;
      left: 1rem;
      bottom: 1rem;
      right: 1rem; }
    .teaser__box a {
      font-size: 1.5rem;
      transition: all 0.2s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      border: 0;
      background-color: rgba(34, 58, 128, 0.5);
      background-color: rgba(34, 58, 128, 0.5);
      color: white; }
      .teaser__box a:hover {
        top: -1rem;
        left: -1rem;
        bottom: -1rem;
        right: -1rem;
        border: 0; }
      .teaser__box a span {
        text-align: center; }
        .teaser__box a span img {
          display: block;
          margin: 1rem auto 0 auto;
          max-height: 50px;
          max-width: 50px; }

.teaser-wide {
  background-color: #eea963;
  margin-bottom: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: .1rem; }
  .teaser-wide::after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .teaser-wide {
      background-image: url(../img/bg-migrants.png);
      background-position-y: bottom;
      background-repeat: repeat-x;
      padding-top: 0; } }
  .teaser-wide > div ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  @media (min-width: 768px) {
    .teaser-wide > div {
      float: left;
      clear: none;
      text-align: inherit;
      width: 31.3333333333%;
      margin-left: 0%;
      margin-right: 3%; }
      .teaser-wide > div::after {
        content: '';
        display: table;
        clear: both; }
      .teaser-wide > div:last-child {
        margin-right: 0%; } }
  .teaser-wide__links-left, .teaser-wide__links-right {
    list-style: none;
    margin: 0;
    padding: 0; }
    .teaser-wide__links-left li, .teaser-wide__links-right li {
      margin: 0;
      padding: 0;
      text-indent: 0; }
      .teaser-wide__links-left li a, .teaser-wide__links-right li a {
        font-size: 1.3rem;
        background-color: rgba(34, 58, 128, 0.5);
        background-color: rgba(34, 58, 128, 0.5);
        color: white;
        display: block;
        border: 0;
        text-decoration: none;
        text-align: center;
        padding: 1rem;
        margin: 1rem; }
        .teaser-wide__links-left li a:hover, .teaser-wide__links-right li a:hover {
          background-color: #223A80; }
  .teaser-wide__links-middle {
    display: none; }
    @media (min-width: 768px) {
      .teaser-wide__links-middle {
        display: block; } }
    .teaser-wide__links-middle li {
      display: flex;
      align-items: center;
      justify-content: center; }
      .teaser-wide__links-middle li:before {
        content: "";
        display: block;
        padding-top: 100%; }
      .teaser-wide__links-middle li img {
        margin-bottom: 9rem;
        margin-top: 2rem;
        max-width: 150px;
        max-height: 130px;
        opacity: 0.5; }

.home section > h2 {
  margin-bottom: 1rem;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .home section > h2 {
      margin-bottom: 0; } }
.header-title {
  font-weight: bold; }

.page-title {
  margin: 0 0 1rem;
  line-height: 1.2; }

@media (min-width: 768px) {
  h2.page-title {
    display: none; } }

.pagination {
  margin-top: 1rem;
  border-top: 1px solid;
  padding-top: 1rem; }
  .pagination .page-numbers {
    padding: .2rem .5rem;
    background-color: white;
    border-bottom: 0;
    color: #223A80;
    display: block;
    float: left;
    margin: 0 .3rem 0 0; }
    .pagination .page-numbers.current {
      border-bottom: 1px solid; }

.boxes {
  width: 100%;
  font-weight: bold;
  text-transform: uppercase; }
  .boxes::after {
    content: '';
    display: table;
    clear: both; }
  .boxes__box {
    background-size: contain;
    position: relative;
    margin-bottom: 1rem; }
    .boxes__box.box-col-2, .boxes__box.box-col-3 {
      height: 20rem; }
    @media (min-width: 768px) {
      .boxes__box.box-col-2 {
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.5%;
        margin-left: 0%;
        margin-right: 3%;
        margin-right: 1.5%;
        height: 20rem; }
        .boxes__box.box-col-2::after {
          content: '';
          display: table;
          clear: both; }
        .boxes__box.box-col-2:last-child {
          margin-right: 0%; }
      .boxes__box.box-col-3 {
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.5%;
        margin-left: 0%;
        margin-right: 3%;
        margin-right: 1.5%;
        height: 25rem; }
        .boxes__box.box-col-3::after {
          content: '';
          display: table;
          clear: both; }
        .boxes__box.box-col-3:last-child {
          margin-right: 0%; } }
    @media (min-width: 1024px) {
      .boxes__box.box-col-2 {
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.5%;
        margin-left: 0%;
        margin-right: 3%;
        margin-right: 1.5%; }
        .boxes__box.box-col-2::after {
          content: '';
          display: table;
          clear: both; }
        .boxes__box.box-col-2:last-child {
          margin-right: 0%; }
      .boxes__box.box-col-3 {
        float: left;
        clear: none;
        text-align: inherit;
        width: 31.3333333333%;
        margin-left: 0%;
        margin-right: 3%;
        margin-right: 1.5%;
        min-height: 20rem;
        height: auto; }
        .boxes__box.box-col-3::after {
          content: '';
          display: table;
          clear: both; }
        .boxes__box.box-col-3:last-child {
          margin-right: 0%; } }
    .boxes__box:before {
      content: "";
      display: block;
      padding-top: 100%; }
    .boxes__box a {
      font-size: 1.5rem;
      transition: all 0.2s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      border: 0;
      padding: 1rem;
      background-color: rgba(34, 58, 128, 0.6);
      background-color: rgba(34, 58, 128, 0.6);
      color: white; }
      .boxes__box a:hover {
        background-color: #223a80;
        background-color: #223a80; }
      .boxes__box a span {
        text-align: center; }
        .boxes__box a span img {
          display: block;
          margin: 2rem auto 0 auto;
          max-width: 3rem; }
        .boxes__box a span div.description {
          text-transform: none;
          margin-top: 1rem;
          font-weight: normal;
          text-align: center !important;
          font-size: 1rem;
          display: block; }

@media (min-width: 768px) {
  .category-ccsi-info .accordion-container {
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.6666666667%;
    margin-left: 0%;
    margin-right: 3%; }
    .category-ccsi-info .accordion-container::after {
      content: '';
      display: table;
      clear: both; }
    .category-ccsi-info .accordion-container:last-child {
      margin-right: 0%; } }

.cat-description {
  font-weight: bold; }

.news {
  background-color: #ec8c31;
  padding: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem; }
  .news h2,
  .news h3 {
    margin-top: 0; }

.produit::after {
  content: '';
  display: table;
  clear: both; }

.type-prod {
  margin-bottom: 1rem; }

.image-prod {
  margin-top: 1rem;
  float: left;
  margin-right: 1rem; }
  @media (min-width: 768px) {
    .image-prod {
      float: left;
      clear: none;
      text-align: inherit;
      width: 17.6%;
      margin-left: 0%;
      margin-right: 3%; }
      .image-prod::after {
        content: '';
        display: table;
        clear: both; }
      .image-prod:last-child {
        margin-right: 0%; } }
@media (min-width: 768px) {
  .prod {
    float: left;
    clear: none;
    text-align: inherit;
    width: 79.4%;
    margin-left: 0%;
    margin-right: 3%; }
    .prod::after {
      content: '';
      display: table;
      clear: both; }
    .prod:last-child {
      margin-right: 0%; } }

.commande-form {
  display: none; }
  .commande-form.ouvert {
    display: block; }

.give-btn {
  background-color: #ec8c31;
  border: 0;
  color: #223A80;
  text-align: center;
  font-weight: bold;
  box-shadow: 1px 1px 2px 1px grey; }
  .give-btn:before {
    border-style: solid;
    border-width: 0.2em 0.2em 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    left: -.4em;
    position: relative;
    top: 0.25em;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.45em;
    transform: rotate(45deg); }
  .give-btn:hover {
    background-color: #223A80;
    color: white; }

.frm_button_submit.frm_final_submit {
  border-radius: 0 !important;
  background-color: #223A80 !important;
  border: 0 !important;
  box-shadow: 0 !important;
  -webkit-box-shadow: 0 !important;
  color: white !important;
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 700 !important;
  padding: 0.5rem 1rem !important;
  font-size: 1.3rem !important; }
  .frm_button_submit.frm_final_submit:hover {
    background-color: #ec8c31 !important;
    color: #223A80 !important; }

/*# sourceMappingURL=styles.css.map */