@charset "UTF-8";

/*
Theme Name: also
Theme URI: http://underscores.me/
Author: Benoit Beghyn
Author URI: http://www.benoitbeghyn.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: also


* www.KNACSS.com v6.1.2 (21 juin 2017) @author: Alsacreations, Raphael Goetter
* Licence WTFPL http://www.wtfpl.net/
*/

/* ----------------------------- */

/* ==Table Of Content            */

/* ----------------------------- */

/* 1- Normalize (basic reset) */

/* 2- Base (basic styles) */

/* 3- Print (print quick reset) */

/* 4- Stylings (minor stylings) */

/* 5- Misc (skip links, hyphens) */

/* 6- Tables (data tables consistency) */

/* 7- Forms (forms consistency) */

/* 8- Media object */

/* 9- Autogrid object */

/* 10- Global Layout (alignment, modules, positionning) */

/* 11- Helpers (width and spacers helpers) */

/* (12- WordPress reset (disabled by default)) */

/* 13- Responsive (Responsive Web Design helpers) */

/* 14- Grid Layout (grillade) */

/* ---------------------------------- */

/* ==Normalize (basic reset)          */

/* ---------------------------------- */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

@font-face {
    font-family: "DINProCond";
    src: url("fonts/DINPro-RegularCondensed.woff2") format("woff2"), url("fonts/DINPro-RegularCondensed.woff") format("woff"), url("fonts/DINPro-RegularCondensed.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DINProCondLight";
    src: url("fonts/DINPro-CondLight.woff2") format("woff2"), url("fonts/DINPro-CondLight.woff") format("woff"), url("fonts/DINPro-CondLight.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DINProCondMedium";
    src: url("fonts/DINPro-MediumCondensed.woff2") format("woff2"), url("fonts/DINPro-MediumCondensed.woff") format("woff"), url("fonts/DINPro-MediumCondensed.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DINProCondBold";
    src: url("fonts/DINPro-BoldCondensed.woff2") format("woff2"), url("fonts/DINPro-BoldCondensed.woff") format("woff"), url("fonts/DINPro-BoldCondensed.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/******************************************************************/
@font-face {
    font-family: "DINProLight";
    src: url("fonts/DINPro-Light.woff2") format("woff2"), url("fonts/DINPro-Light.woff") format("woff"), url("fonts/DINPro-Light.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DINPro";
    src: url("fonts/DINPro-Regular.woff2") format("woff2"), url("fonts/DINPro-Regular.woff") format("woff"), url("fonts/DINPro-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DINProMedium";
    src: url("fonts/DINPro-Medium.woff2") format("woff2"), url("fonts/DINPro-Medium.woff") format("woff"), url("fonts/DINPro-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DINProBold";
    src: url("fonts/DINPro-Bold.woff2") format("woff2"), url("fonts/DINPro-Bold.woff") format("woff"), url("fonts/DINPro-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/******************************************************************/

/* Document
   ========================================================================== */

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

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers (opinionated).
   */

body {
    margin: 0;
}

/**
   * 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 */
    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"],

/* 1 */

[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,

/* 1 */

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: 16px;
    background-color: #fff;
    color: #000;
    font-family: "DINPro", sans-serif;
    /*line-height: 1.4;*/
}

/*@media (min-width: 480px) {
    body {
        font-size: 1.6rem;
    }
}

@media (min-width: 480px) {
    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;
}

h1,
.h1-like {
    font-size: 2.8rem;
    font-family: "DINProCond";
    font-weight: normal;
}

@media (min-width: 480px) {
    h1,
    .h1-like {
        font-size: 3.2rem;
    }
}

h2,
.h2-like {
    font-size: 2.4rem;
    font-family: "DINPro", sans-serif;
}

@media (min-width: 480px) {
    h2,
    .h2-like {
        font-size: 2.8rem;
    }
}

h3,
.h3-like {
    font-size: 2rem;
}

@media (min-width: 480px) {
    h3,
    .h3-like {
        font-size: 2.4rem;
    }
}

h4,
.h4-like {
    font-size: 1.8rem;
}

@media (min-width: 480px) {
    h4,
    .h4-like {
        font-size: 2rem;
    }
}

h5,
.h5-like {
    font-size: 1.6rem;
}

@media (min-width: 480px) {
    h5,
    .h5-like {
        font-size: 1.8rem;
    }
}

h6,
.h6-like {
    font-size: 1.4rem;
}

@media (min-width: 480px) {
    h6,
    .h6-like {
        font-size: 1.6rem;
    }
}

/* 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: "DINPro", consolas, courier, monospace;
}

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

pre {
    tab-size: 2;
}

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: 0.4em;
    color: rgba(0, 0, 0, 0.3);
}

blockquote > footer {
    margin-top: 0.75em;
    font-size: 0.9em;
    color: rgba(0, 0, 0, 0.7);
}

blockquote > footer::before {
    content: "\2014 \0020";
}

q {
    font-style: normal;
}

q,
.q {
    quotes: "“\00a0""\00a0”";
}

q:lang(fr),
.q:lang(fr) {
    quotes: "«\00a0""\00a0»";
}

hr {
    display: block;
    clear: both;
    height: 1px;
    margin: 1em 0 2em;
    padding: 0;
    border: 0;
    color: #ccc;
    background-color: #ccc;
}

/* tables */

table,
.table {
    border: 1px solid #ccc;
}

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

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

/* ----------------------------- */

/* ==Misc (skip links, hyphens)  */

/* ----------------------------- */

/* styling skip links */

.skip-links {
    position: absolute;
}

.skip-links a {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0.5em;
    background: black;
    color: white;
    text-decoration: none;
}

.skip-links a:focus {
    position: static;
    overflow: visible;
    clip: auto;
}

@media (max-width: 639px) {
    /* you shall not pass */
    div,
    textarea,
    table,
    td,
    th,
    code,
    pre,
    samp {
        word-wrap: break-word;
        hyphens: auto;
    }
}

@media (max-width: 639px) {
    .no-wrapping {
        word-wrap: normal;
        hyphens: manual;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    img[src$=".svg"] {
        width: 100%;
    }
}

/* ----------------------------- */

/* ==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;
    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: 640px) {
    .o-media {
        display: flex;
        align-items: flex-start;
    }
    .o-media-content {
        flex: 1;
        min-width: 0;
        /* avoid min-width:auto */
    }
}

/* Media variants */

@media (min-width: 640px) {
    .o-media--reverse {
        flex-direction: row-reverse;
    }
    .o-media-figure--center {
        align-self: center;
    }
}

/* Autogrid object */

/* see http://codepen.io/raphaelgoetter/pen/KMgBJd */

@media (min-width: 640px) {
    [class^="autogrid"],
    [class*=" autogrid"] {
        display: flex;
    }
    [class^="autogrid"] > *,
    [class*=" autogrid"] > * {
        flex: 1;
        min-width: 0;
        /* avoid min-width:auto */
    }
}

/* Autogrid variants */

@media (min-width: 640px) {
    .has-gutter > *:not(:first-child) {
        margin-left: 1rem;
    }
    [class*="--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;
}

/* flexbox layout
http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
*/

[class*="flex-container"],
.flex-container,
.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.flex-container-h,
.flex-row {
    flex-direction: row;
}

.flex-container-v,
.flex-column {
    flex-direction: column;
}

.flex-item-fluid {
    flex: 1;
    min-width: 0;
}

.flex-item-first,
.item-first {
    order: -1;
}

.flex-item-medium,
.item-medium {
    order: 0;
}

.flex-item-last,
.item-last {
    order: 1;
}

.flex-item-center,
.item-center,
.mr-auto {
    margin: auto;
}

/* ---------------------------------- */

/* ==Helpers                          */

/* ---------------------------------- */

/* State Helpers */

/* ------------- */

/* invisible for all */

.is-hidden,
[hidden] {
    display: none;
}

/* hidden but not for an assistive technology like a screen reader, Yahoo! method */

.visually-hidden {
    position: absolute !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
}

.is-disabled,
[disabled] {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
    filter: grayscale(1);
}

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

/* Width Helpers */

/* ------------- */

/* blocks widths (percentage and pixels) */

.w10 {
    width: 10%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w33 {
    width: 33.3333%;
}

.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
}

.w60 {
    width: 60%;
}

.w66 {
    width: 66.6666%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w90 {
    width: 90%;
}

.w100 {
    width: 100%;
}

.w50p {
    width: 50px;
}

.w100p {
    width: 100px;
}

.w150p {
    width: 150px;
}

.w200p {
    width: 200px;
}

.w300p {
    width: 300px;
}

@media (min-width: 401px) {
    .w400p {
        width: 400px;
    }
    .w500p {
        width: 500px;
    }
    .w600p {
        width: 600px;
    }
}

@media (min-width: 701px) {
    .w700p {
        width: 700px;
    }
    .w800p {
        width: 800px;
    }
}

@media (min-width: 961px) {
    .w960p {
        width: 960px;
    }
    .mw960p {
        max-width: 960px;
    }
    .w1140p {
        width: 1140px;
    }
    .mw1140p {
        max-width: 1140px;
    }
}

.wauto {
    width: auto;
}

/* Spacing Helpers */

/* --------------- */

.man,
.ma0 {
    margin: 0;
}

.pan,
.pa0 {
    padding: 0;
}

.mas {
    margin: 1rem;
}

.mam {
    margin: 2rem;
}

.mal {
    margin: 4rem;
}

.pas {
    padding: 1rem;
}

.pam {
    padding: 2rem;
}

.pal {
    padding: 4rem;
}

.mtn,
.mt0 {
    margin-top: 0;
}

.mts {
    margin-top: 1rem;
}

.mtm {
    margin-top: 2rem;
}

.mtl {
    margin-top: 4rem;
}

.mrn,
.mr0 {
    margin-right: 0;
}

.mrs {
    margin-right: 1rem;
}

.mrm {
    margin-right: 2rem;
}

.mrl {
    margin-right: 4rem;
}

.mbn,
.mb0 {
    margin-bottom: 0;
}

.mbs {
    margin-bottom: 1rem;
}

.mbm {
    margin-bottom: 2rem;
}

.mbl {
    margin-bottom: 4rem;
}

.mln,
.ml0 {
    margin-left: 0;
}

.mls {
    margin-left: 1rem;
}

.mlm {
    margin-left: 2rem;
}

.mll {
    margin-left: 4rem;
}

.mauto {
    margin: auto;
}

.mtauto {
    margin-top: auto;
}

.mrauto {
    margin-right: auto;
}

.mbauto {
    margin-bottom: auto;
}

.mlauto {
    margin-left: auto;
}

.ptn,
.pt0 {
    padding-top: 0;
}

.pts {
    padding-top: 1rem;
}

.ptm {
    padding-top: 2rem;
}

.ptl {
    padding-top: 4rem;
}

.prn,
.pr0 {
    padding-right: 0;
}

.prs {
    padding-right: 1rem;
}

.prm {
    padding-right: 2rem;
}

.prl {
    padding-right: 4rem;
}

.pbn,
.pb0 {
    padding-bottom: 0;
}

.pbs {
    padding-bottom: 1rem;
}

.pbm {
    padding-bottom: 2rem;
}

.pbl {
    padding-bottom: 4rem;
}

.pln,
.pl0 {
    padding-left: 0;
}

.pls {
    padding-left: 1rem;
}

.plm {
    padding-left: 2rem;
}

.pll {
    padding-left: 4rem;
}

/* ----------------------------- */

/* ==WordPress reset             */

/* ----------------------------- */

/*
Author: Geoffrey Crofte, Alsacréations
Contributors: Automattic, Geoffrey Crofte
Description: Reset styles for WordPress usage of KNACSS
*/

.comment-navigation,
.paging-navigation,
.post-navigation {
    overflow: hidden;
    margin: 0 0 1.5em;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    width: 50%;
    text-align: right;
}

.alignnone {
    margin: 0.25em 1.5em 1.5em 0;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 1.5em auto;
}

.alignleft {
    float: left;
    margin: 0 1.5em 0.25em 0;
}

.alignright {
    float: right;
    margin: 0 0 0.25em 1.5em;
}

.entry-content,
.comment-content {
    clear: both;
}

.entry-content::after,
.entry-content::before,
.comment-content::after,
.comment-content::before {
    content: "";
    display: table;
}

.widget + .widget {
    margin: 1.5em 0 0;
}

.widget select {
    max-width: 100%;
}

/* === 5.1 Posts - post_class === */

/* === 5.2 Pages - body_class === */

/* === 5.3 Posts and Pages - Contents === */

.hentry {
    margin: 0 0 1.5em;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.comment-content a {
    word-wrap: break-word;
}

img.wp-smiley {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    border: none;
}

.wp-caption {
    max-width: 100%;
    margin-bottom: 1.5em;
}

.wp-caption img {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    margin: 1em 0;
    text-align: center;
}

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: top;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* -------------------------- */

/* ==Responsive helpers       */

/* -------------------------- */

/* large screens */

/* ------------- */

@media (min-width: 1080px) {
    /* layouts for large screens */
    .large-hidden {
        display: none !important;
    }
    .large-visible {
        display: block !important;
    }
    .large-no-float {
        float: none;
    }
    .large-inbl {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    /* widths for large screens */
    .large-w25 {
        width: 25% !important;
    }
    .large-w33 {
        width: 33.333333% !important;
    }
    .large-w50 {
        width: 50% !important;
    }
    .large-w66 {
        width: 66.666666% !important;
    }
    .large-w75 {
        width: 75% !important;
    }
    .large-w100,
    .large-wauto {
        display: block !important;
        float: none !important;
        clear: none !important;
        width: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border: 0;
    }
    /* margins for large screens */
    .large-man,
    .large-ma0 {
        margin: 0 !important;
    }
}

/* medium screens */

/* -------------- */

@media (min-width: 800px) and (max-width: 1079px) {
    /* layouts for medium screens */
    .medium-hidden {
        display: none !important;
    }
    .medium-visible {
        display: block !important;
    }
    .medium-no-float {
        float: none;
    }
    .medium-inbl {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    /* widths for medium screens */
    .medium-w25 {
        width: 25% !important;
    }
    .medium-w33 {
        width: 33.333333% !important;
    }
    .medium-w50 {
        width: 50% !important;
    }
    .medium-w66 {
        width: 66.666666% !important;
    }
    .medium-w75 {
        width: 75% !important;
    }
    .medium-w100,
    .medium-wauto {
        display: block !important;
        float: none !important;
        clear: none !important;
        width: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border: 0;
    }
    /* margins for medium screens */
    .medium-man,
    .medium-ma0 {
        margin: 0 !important;
    }
}

/* small screens */

/* ------------- */

@media (min-width: 640px) and (max-width: 799px) {
    /* layouts for small screens */
    .small-hidden {
        display: none !important;
    }
    .small-visible {
        display: block !important;
    }
    .small-no-float {
        float: none;
    }
    .small-inbl {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    /* widths for small screens */
    .small-w25 {
        width: 25% !important;
    }
    .small-w33 {
        width: 33.333333% !important;
    }
    .small-w50 {
        width: 50% !important;
    }
    .small-w66 {
        width: 66.666666% !important;
    }
    .small-w75 {
        width: 75% !important;
    }
    .small-w100,
    .small-wauto {
        display: block !important;
        float: none !important;
        clear: none !important;
        width: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border: 0;
    }
    /* margins for small screens */
    .small-man,
    .small-ma0 {
        margin: 0 !important;
    }
    .small-pan,
    .small-pa0 {
        padding: 0 !important;
    }
}

/* tiny screens */

/* ------------ */

@media (max-width: 639px) {
    /* quick small resolution reset */
    .mod,
    .col,
    fieldset {
        display: block !important;
        float: none !important;
        clear: none !important;
        width: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border: 0;
    }
    .flex-container {
        flex-direction: column;
    }
    /* layouts for tiny screens */
    .tiny-hidden {
        display: none !important;
    }
    .tiny-visible {
        display: block !important;
    }
    .tiny-no-float {
        float: none;
    }
    .tiny-inbl {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    /* widths for tiny screens */
    .tiny-w25 {
        width: 25% !important;
    }
    .tiny-w33 {
        width: 33.333333% !important;
    }
    .tiny-w50 {
        width: 50% !important;
    }
    .tiny-w66 {
        width: 66.666666% !important;
    }
    .tiny-w75 {
        width: 75% !important;
    }
    .tiny-w100,
    .tiny-wauto {
        display: block !important;
        float: none !important;
        clear: none !important;
        width: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border: 0;
    }
    /* margins for tiny screens */
    .tiny-man,
    .tiny-ma0 {
        margin: 0 !important;
    }
    .tiny-pan,
    .tiny-pa0 {
        padding: 0 !important;
    }
}

/* ---------------------------------- */

/* ==Grillade : Simple Grid System    */

/* ---------------------------------- */

/* Doc : http://grillade.knacss.com */

@media (min-width: 640px) {
    [class*=" grid-"],
    [class^="grid-"] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    [class*=" grid-"] > *,
    [class^="grid-"] > * {
        box-sizing: border-box;
        min-width: 0;
        min-height: 0;
    }
}

@media (min-width: 640px) {
    .grid,
    .grid--reverse {
        display: flex;
    }
    .grid > *,
    .grid--reverse > * {
        flex: 1 1 0%;
        box-sizing: border-box;
        min-width: 0;
        min-height: 0;
    }
    .grid.has-gutter > * + *,
    .grid--reverse.has-gutter > * + * {
        margin-left: calc(1rem - 0.01px);
    }
    .grid.has-gutter-l > * + *,
    .grid--reverse.has-gutter-l > * + * {
        margin-left: calc(2rem - 0.01px);
    }
    .grid.has-gutter-xl > * + *,
    .grid--reverse.has-gutter-xl > * + * {
        margin-left: calc(4rem - 0.01px);
    }
}

@media (min-width: 640px) {
    [class*="grid-2"] > * {
        width: calc(100% / 2 - 0.01px);
    }
    [class*="grid-2"].has-gutter {
        margin-right: -0.5rem;
        margin-left: -0.5rem;
    }
    [class*="grid-2"].has-gutter > * {
        width: calc(100% / 2 - 1rem - 0.01px);
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
    [class*="grid-2"].has-gutter-l {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    [class*="grid-2"].has-gutter-l > * {
        width: calc(100% / 2 - 2rem - 0.01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    [class*="grid-2"].has-gutter-xl {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    [class*="grid-2"].has-gutter-xl > * {
        width: calc(100% / 2 - 4rem - 0.01px);
        margin-right: 2rem;
        margin-left: 2rem;
    }
    [class*="grid-3"] > * {
        width: calc(100% / 3 - 0.01px);
    }
    [class*="grid-3"].has-gutter {
        margin-right: -0.5rem;
        margin-left: -0.5rem;
    }
    [class*="grid-3"].has-gutter > * {
        width: calc(100% / 3 - 1rem - 0.01px);
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
    [class*="grid-3"].has-gutter-l {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    [class*="grid-3"].has-gutter-l > * {
        width: calc(100% / 3 - 2rem - 0.01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    [class*="grid-3"].has-gutter-xl {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    [class*="grid-3"].has-gutter-xl > * {
        width: calc(100% / 3 - 4rem - 0.01px);
        margin-right: 2rem;
        margin-left: 2rem;
    }
    [class*="grid-4"] > * {
        width: calc(100% / 4 - 0.01px);
    }
    [class*="grid-4"].has-gutter {
        margin-right: -0.5rem;
        margin-left: -0.5rem;
    }
    [class*="grid-4"].has-gutter > * {
        width: calc(100% / 4 - 1rem - 0.01px);
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
    [class*="grid-4"].has-gutter-l {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    [class*="grid-4"].has-gutter-l > * {
        width: calc(100% / 4 - 2rem - 0.01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    [class*="grid-4"].has-gutter-xl {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    [class*="grid-4"].has-gutter-xl > * {
        width: calc(100% / 4 - 4rem - 0.01px);
        margin-right: 2rem;
        margin-left: 2rem;
    }
    [class*="grid-5"] > * {
        width: calc(100% / 5 - 0.01px);
    }
    [class*="grid-5"].has-gutter {
        margin-right: -0.5rem;
        margin-left: -0.5rem;
    }
    [class*="grid-5"].has-gutter > * {
        width: calc(100% / 5 - 1rem - 0.01px);
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
    [class*="grid-5"].has-gutter-l {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    [class*="grid-5"].has-gutter-l > * {
        width: calc(100% / 5 - 2rem - 0.01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    [class*="grid-5"].has-gutter-xl {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    [class*="grid-5"].has-gutter-xl > * {
        width: calc(100% / 5 - 4rem - 0.01px);
        margin-right: 2rem;
        margin-left: 2rem;
    }
    [class*="grid-6"] > * {
        width: calc(100% / 6 - 0.01px);
    }
    [class*="grid-6"].has-gutter {
        margin-right: -0.5rem;
        margin-left: -0.5rem;
    }
    [class*="grid-6"].has-gutter > * {
        width: calc(100% / 6 - 1rem - 0.01px);
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
    [class*="grid-6"].has-gutter-l {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    [class*="grid-6"].has-gutter-l > * {
        width: calc(100% / 6 - 2rem - 0.01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    [class*="grid-6"].has-gutter-xl {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    [class*="grid-6"].has-gutter-xl > * {
        width: calc(100% / 6 - 4rem - 0.01px);
        margin-right: 2rem;
        margin-left: 2rem;
    }
    [class*="grid-7"] > * {
        width: calc(100% / 7 - 0.01px);
    }
    [class*="grid-7"].has-gutter {
        margin-right: -0.5rem;
        margin-left: -0.5rem;
    }
    [class*="grid-7"].has-gutter > * {
        width: calc(100% / 7 - 1rem - 0.01px);
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
    [class*="grid-7"].has-gutter-l {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    [class*="grid-7"].has-gutter-l > * {
        width: calc(100% / 7 - 2rem - 0.01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    [class*="grid-7"].has-gutter-xl {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    [class*="grid-7"].has-gutter-xl > * {
        width: calc(100% / 7 - 4rem - 0.01px);
        margin-right: 2rem;
        margin-left: 2rem;
    }
    [class*="grid-8"] > * {
        width: calc(100% / 8 - 0.01px);
    }
    [class*="grid-8"].has-gutter {
        margin-right: -0.5rem;
        margin-left: -0.5rem;
    }
    [class*="grid-8"].has-gutter > * {
        width: calc(100% / 8 - 1rem - 0.01px);
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
    [class*="grid-8"].has-gutter-l {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    [class*="grid-8"].has-gutter-l > * {
        width: calc(100% / 8 - 2rem - 0.01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    [class*="grid-8"].has-gutter-xl {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    [class*="grid-8"].has-gutter-xl > * {
        width: calc(100% / 8 - 4rem - 0.01px);
        margin-right: 2rem;
        margin-left: 2rem;
    }
    [class*="grid-9"] > * {
        width: calc(100% / 9 - 0.01px);
    }
    [class*="grid-9"].has-gutter {
        margin-right: -0.5rem;
        margin-left: -0.5rem;
    }
    [class*="grid-9"].has-gutter > * {
        width: calc(100% / 9 - 1rem - 0.01px);
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
    [class*="grid-9"].has-gutter-l {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    [class*="grid-9"].has-gutter-l > * {
        width: calc(100% / 9 - 2rem - 0.01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    [class*="grid-9"].has-gutter-xl {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    [class*="grid-9"].has-gutter-xl > * {
        width: calc(100% / 9 - 4rem - 0.01px);
        margin-right: 2rem;
        margin-left: 2rem;
    }
    [class*="grid-10"] > * {
        width: calc(100% / 10 - 0.01px);
    }
    [class*="grid-10"].has-gutter {
        margin-right: -0.5rem;
        margin-left: -0.5rem;
    }
    [class*="grid-10"].has-gutter > * {
        width: calc(100% / 10 - 1rem - 0.01px);
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
    [class*="grid-10"].has-gutter-l {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    [class*="grid-10"].has-gutter-l > * {
        width: calc(100% / 10 - 2rem - 0.01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    [class*="grid-10"].has-gutter-xl {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    [class*="grid-10"].has-gutter-xl > * {
        width: calc(100% / 10 - 4rem - 0.01px);
        margin-right: 2rem;
        margin-left: 2rem;
    }
    [class*="grid-11"] > * {
        width: calc(100% / 11 - 0.01px);
    }
    [class*="grid-11"].has-gutter {
        margin-right: -0.5rem;
        margin-left: -0.5rem;
    }
    [class*="grid-11"].has-gutter > * {
        width: calc(100% / 11 - 1rem - 0.01px);
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
    [class*="grid-11"].has-gutter-l {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    [class*="grid-11"].has-gutter-l > * {
        width: calc(100% / 11 - 2rem - 0.01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    [class*="grid-11"].has-gutter-xl {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    [class*="grid-11"].has-gutter-xl > * {
        width: calc(100% / 11 - 4rem - 0.01px);
        margin-right: 2rem;
        margin-left: 2rem;
    }
    [class*="grid-12"] > * {
        width: calc(100% / 12 - 0.01px);
    }
    [class*="grid-12"].has-gutter {
        margin-right: -0.5rem;
        margin-left: -0.5rem;
    }
    [class*="grid-12"].has-gutter > * {
        width: calc(100% / 12 - 1rem - 0.01px);
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
    [class*="grid-12"].has-gutter-l {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    [class*="grid-12"].has-gutter-l > * {
        width: calc(100% / 12 - 2rem - 0.01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    [class*="grid-12"].has-gutter-xl {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    [class*="grid-12"].has-gutter-xl > * {
        width: calc(100% / 12 - 4rem - 0.01px);
        margin-right: 2rem;
        margin-left: 2rem;
    }
}

.push {
    margin-left: auto !important;
}

.pull {
    margin-right: auto !important;
}

.item-first {
    order: -1;
}

.item-last {
    order: 1;
}

[class*="grid-"][class*="--reverse"] {
    flex-direction: row-reverse;
}

@media (min-width: 640px) {
    .full {
        flex: 0 0 auto;
        width: calc(100% / 1 - 0.01px);
    }
    .has-gutter > .full {
        width: calc(100% / 1 - 1rem - 0.01px);
    }
    .has-gutter-l > .full {
        width: calc(100% / 1 - 2rem - 0.01px);
    }
    .has-gutter-xl > .full {
        width: calc(100% / 1 - 4rem - 0.01px);
    }
    .one-half {
        flex: 0 0 auto;
        width: calc(100% / 2 - 0.01px);
    }
    .has-gutter > .one-half {
        width: calc(100% / 2 - 1rem - 0.01px);
    }
    .has-gutter-l > .one-half {
        width: calc(100% / 2 - 2rem - 0.01px);
    }
    .has-gutter-xl > .one-half {
        width: calc(100% / 2 - 4rem - 0.01px);
    }
    .one-third {
        flex: 0 0 auto;
        width: calc(100% / 3 - 0.01px);
    }
    .has-gutter > .one-third {
        width: calc(100% / 3 - 1rem - 0.01px);
    }
    .has-gutter-l > .one-third {
        width: calc(100% / 3 - 2rem - 0.01px);
    }
    .has-gutter-xl > .one-third {
        width: calc(100% / 3 - 4rem - 0.01px);
    }
    .one-quarter {
        flex: 0 0 auto;
        width: calc(100% / 4 - 0.01px);
    }
    .has-gutter > .one-quarter {
        width: calc(100% / 4 - 1rem - 0.01px);
    }
    .has-gutter-l > .one-quarter {
        width: calc(100% / 4 - 2rem - 0.01px);
    }
    .has-gutter-xl > .one-quarter {
        width: calc(100% / 4 - 4rem - 0.01px);
    }
    .one-fifth {
        flex: 0 0 auto;
        width: calc(100% / 5 - 0.01px);
    }
    .has-gutter > .one-fifth {
        width: calc(100% / 5 - 1rem - 0.01px);
    }
    .has-gutter-l > .one-fifth {
        width: calc(100% / 5 - 2rem - 0.01px);
    }
    .has-gutter-xl > .one-fifth {
        width: calc(100% / 5 - 4rem - 0.01px);
    }
    .one-sixth {
        flex: 0 0 auto;
        width: calc(100% / 6 - 0.01px);
    }
    .has-gutter > .one-sixth {
        width: calc(100% / 6 - 1rem - 0.01px);
    }
    .has-gutter-l > .one-sixth {
        width: calc(100% / 6 - 2rem - 0.01px);
    }
    .has-gutter-xl > .one-sixth {
        width: calc(100% / 6 - 4rem - 0.01px);
    }
    .two-thirds {
        flex: 0 0 auto;
        width: calc(100% / 3 * 2 - 0.01px);
    }
    .has-gutter > .two-thirds {
        width: calc(100% / 3 * 2 - 1rem - 0.01px);
    }
    .has-gutter-l > .two-thirds {
        width: calc(100% / 3 * 2 - 2rem - 0.01px);
    }
    .has-gutter-xl > .two-thirds {
        width: calc(100% / 3 * 2 - 4rem - 0.01px);
    }
    .three-quarters {
        flex: 0 0 auto;
        width: calc(100% / 4 * 3 - 0.01px);
    }
    .has-gutter > .three-quarters {
        width: calc(100% / 4 * 3 - 1rem - 0.01px);
    }
    .has-gutter-l > .three-quarters {
        width: calc(100% / 4 * 3 - 2rem - 0.01px);
    }
    .has-gutter-xl > .three-quarters {
        width: calc(100% / 4 * 3 - 4rem - 0.01px);
    }
    .five-sixths {
        flex: 0 0 auto;
        width: calc(100% / 6 * 5 - 0.01px);
    }
    .has-gutter > .five-sixths {
        width: calc(100% / 6 * 5 - 1rem - 0.01px);
    }
    .has-gutter-l > .five-sixths {
        width: calc(100% / 6 * 5 - 2rem - 0.01px);
    }
    .has-gutter-xl > .five-sixths {
        width: calc(100% / 6 * 5 - 4rem - 0.01px);
    }
}

/* Responsive Small Breakpoint */

@media (min-width: 640px) and (max-width: 799px) {
    [class*="-small-1"] > * {
        width: calc(100% / 1 - 0.01px);
    }
    [class*="-small-1"].has-gutter > * {
        width: calc(100% / 1 - 1rem - 0.01px);
    }
    [class*="-small-1"].has-gutter-l > * {
        width: calc(100% / 1 - 2rem - 0.01px);
    }
    [class*="-small-1"].has-gutter-xl > * {
        width: calc(100% / 1 - 4rem - 0.01px);
    }
    [class*="-small-2"] > * {
        width: calc(100% / 2 - 0.01px);
    }
    [class*="-small-2"].has-gutter > * {
        width: calc(100% / 2 - 1rem - 0.01px);
    }
    [class*="-small-2"].has-gutter-l > * {
        width: calc(100% / 2 - 2rem - 0.01px);
    }
    [class*="-small-2"].has-gutter-xl > * {
        width: calc(100% / 2 - 4rem - 0.01px);
    }
    [class*="-small-3"] > * {
        width: calc(100% / 3 - 0.01px);
    }
    [class*="-small-3"].has-gutter > * {
        width: calc(100% / 3 - 1rem - 0.01px);
    }
    [class*="-small-3"].has-gutter-l > * {
        width: calc(100% / 3 - 2rem - 0.01px);
    }
    [class*="-small-3"].has-gutter-xl > * {
        width: calc(100% / 3 - 4rem - 0.01px);
    }
    [class*="-small-4"] > * {
        width: calc(100% / 4 - 0.01px);
    }
    [class*="-small-4"].has-gutter > * {
        width: calc(100% / 4 - 1rem - 0.01px);
    }
    [class*="-small-4"].has-gutter-l > * {
        width: calc(100% / 4 - 2rem - 0.01px);
    }
    [class*="-small-4"].has-gutter-xl > * {
        width: calc(100% / 4 - 4rem - 0.01px);
    }
}

/*		GENERAL		*/

body {
    font-family: "DINPro", sans-serif;
    background-color: #fff;
    color: #4d4d4d;
}

ul {
    list-style: none;
    padding: 0;
}

a {
    color: #f86041;
    text-decoration: none;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

a:hover {
    color: #292644;
}

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

.content {
    max-width: 1160px;
    padding: 0 30px;
    margin: 0 auto;
}

.section-title {
    font-family: "DINPro";
    font-size: 28px;
    font-weight: 900;
    color: #2e3d6a;
    /*background: url(img/icon-title.svg) left center no-repeat;
    background-size: 32px 32px;*/
    display: inline-block;
    min-height: 32px;
}

.page-title {
    font-size: 36px;
    font-weight: 900;
    color: #fff;
}

.header_bleu {
    padding: 60px 0;
    text-align: left;
    background: url(img/banner_platform.jpg) center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.header_bleu:before {
    background: rgba(239, 180, 27, 0.7);
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
}

.header_bleu .page-title {
    color: #fff;
    margin: 0;
    font-size: 28px;
    position: relative;
    text-transform: uppercase;
    font-size: 2.2rem;
}

.btn-primary {
    color: #fff;
    font-family: "DINProCond", sans-serif;
    font-weight: normal;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 30px 12px 75px;
    display: inline-block;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    letter-spacing: 0.03em;
    background: #ed2445 url(img/icon-btn-primary.svg) left center no-repeat;
    background-size: 31px 31px;
    background-position: 20px center;
}

.btn-primary:hover {
    background: #f53655 url(img/icon-btn-primary-over.svg) left center no-repeat;
    color: #fff;
    background-size: 31px 31px;
    background-position: 25px center;
}

.btn-secondary {
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #f86041;
    font-size: 13px;
    font-weight: 700;
    font-family: "DINProCond", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #f86041;
    letter-spacing: 0.1em;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    position: relative;
    top: 0;
}

.btn-secondary:hover {
    background-color: #f86041;
    color: #fff;
    -moz-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    top: -3px;
}

input,
textarea {
    width: 100%;
    background-color: #dfe1e8;
    color: #2e3d6a;
    font-size: 14px;
    padding: 15px 25px;
    border: 0;
    margin: 5px 0;
}

input[type="submit"] {
    background-color: #fff;
    text-transform: uppercase;
    font-family: "DINProCond", sans-serif;
    font-weight: normal;
    letter-spacing: 0.1em;
    cursor: pointer;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    font-weight: bold;
    font-family: "DINProCondBold";
    padding: 8px 25px;
    font-size: 20px;
    color: #292644;
}

input[type="submit"]:hover {
    background-color: #d69900;
}

.logo_erasmus {
    margin: 20px 0;
    font-family: "DINProLight";
    font-weight: 100;
}

span.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #f86041;
    display: inline;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
    font-size: 14px;
    padding: 15px 25px;
}

/* menu mobile */

.btn-menu-mobile {
    display: none;
    background: url(img/icon-menu-mobile.svg) center center no-repeat;
    background-size: 28px 20px;
    width: 28px;
    height: 20px;
    text-indent: -9999px;
    border: none;
    outline: none;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    margin-left: 30px;
    margin-bottom: 30px;
}

.btn-menu-mobile.cross {
    background: url(img/icon-menu-mobile-close.svg) center center no-repeat;
    background-size: 20px 20px;
    width: 28px;
    height: 20px;
    text-indent: -9999px;
    border: none;
}

.menu_adaptations_mobile {
    display: none;
    background: url(img/icon-menu-mobile.svg) left center no-repeat;
    background-size: 22px 15px;
    height: 20px;
    border: none;
    outline: none;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    margin: 30px 0 15px;
    padding-left: 35px;
}

.menu_adaptations_mobile.cross {
    background: url(img/icon-menu-mobile-close.svg) left center no-repeat;
    background-size: 15px 15px;
}

.sub-menu {
    position: absolute;
    display: none;
    flex-flow: column;
    z-index: 2;
    align-items: flex-start !important;
    background-color: #e50b01;
    padding: 3px 0;
}

.sub-menu li {
    border: 0 !important;
}

.sub-menu li a {
    background-color: transparent !important;
    color: #fff !important;
}

.main-navigation a:hover + .sub-menu {
    display: flex;
}

.main-navigation #primary-menu > li:hover > a {
    background-color: #e50b01;
    color: #fff !important;
}

.sub-menu:hover {
    display: flex;
}

/*		HEADER		*/

.logo-also {
    background: url(img/logo.png) center center no-repeat;
    width: 247px;
    height: 81px;
    display: block;
    margin: 20px auto 25px;
    text-indent: -9999px;
}

.logo-erasmus {
    background: url(img/logo-erasmus.png) center center no-repeat;
    width: 122px;
    height: 42px;
    text-indent: -9999px;
    display: block;
    margin-left: 75px;
}

.site-header {
    position: relative;
}

.main-navigation {
    max-height: none;
}

.main-navigation .menu {
    display: flex;
}

.main-navigation li {
    padding: 2px 0;
    border-right: 1px solid #969db4;
}

.main-navigation li:last-child {
    border: 0;
}

.main-navigation a {
    font-family: "DINProCond", sans-serif;
    font-weight: normal;
    font-size: 19px;
    color: #292644;
    text-transform: uppercase;
    padding: 4px 15px;
    border-radius: 0;
    box-sizing: border-box;
}

.main-navigation a:hover,
.main-navigation .current-menu-item a {
    color: #fff;
    background-color: #e50b01;
}

#site-navigation > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

#banner-top {
    background-color: #00b8dc;
}

#banner-top i {
    color: #fff;
}

#banner-top > div > div {
    background-color: #00b8dc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#banner-top ul {
    display: flex;
    flex-flow: row nowrap;
}

#banner-top ul + div {
    color: #fff;
}

#banner-top ul + div a {
    margin: 0 10px;
    color: #fff;
}

#banner-top a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9rem;
    font-family: "DINProCondLight";
    font-weight: 300;
}

#banner-top ul a {
    display: block;
    height: 100%;
    background: transparent;
    padding: 5px;
    margin: 0;
}

#banner-top .current-lang a {
    background: #0092b4;
}

#main-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

#main-logo a {
    display: inline-block;
}

/*	Fin HEADER: ;*/

/* HOME */

#banner-cols-1 {
    color: #fff;
}

#banner-cols-1 > div > div:first-child {
    font-weight: 500;
    font-size: 1.4rem;
    background-color: #d69900;
}

#banner-cols-1 .register-blc {
    background-color: #e21313;
    padding: 30px 15px;
    box-sizing: border-box;
    justify-content: center;
    flex-flow: row nowrap;
}

#banner-cols-1 .register-blc > div:first-child {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-flow: column;
    margin-right: 15px;
}

#banner-cols-1 .register-blc > div:first-child a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-family: "DINProCond";
    font-weight: normal;
}
#banner-cols-1 .register-blc .arrow i {
    color: #fff;
    font-size: 2.4rem;
}

.dernieres_news .arrow i {
    color: #fff;
    font-size: 2.4rem;
}

.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

#banner-cols-2 > div > div:first-child {
    padding-right: 60px;
    box-sizing: border-box;
}

#banner-cols-2 > div > div:last-child img {
    width: 100%;
    max-width: 400px;
    margin: auto;
    display: block;
}

#banner-cols-2 > div > div:last-child > div:nth-child(2) {
    color: #fff;
    padding: 30px 20px 0;
    box-sizing: border-box;
}

#banner-cols-2 > div > div:last-child p {
    margin-bottom: 30px;
}

#banner-cols-2 .project-title {
    color: #00b8d9;
    font-size: 3rem;
    margin: 30px 0 40px;
    font-family: "DINProCond";
    font-weight: normal;
}

#banner-cols-2 .project-title span {
    color: #d69900;
}

.bold {
    font-weight: bold;
}

.project-news {
    color: #fff;
    font-size: 3rem;
    text-transform: uppercase;
    margin: 0 0 40px;
    font-family: "DINProCondBold";
    font-weight: 600;
}

#banner-cols-2 #home_projet p {
    margin-bottom: 30px;
}

body .title-partners {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 40px;
    font-size: 2rem;
}

/*		FOOTER		*/

.logo-also-blanc {
    background: url(img/logo-also-white.png) center center no-repeat;
    width: 112px;
    height: 74px;
    text-indent: -9999px;
    display: block;
}

.site-footer {
    background-color: #292644;
    color: #efefef;
    padding-top: 60px;
}

.site-footer h1 {
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 60px;
    font-weight: bold;
    font-family: "DINProCondBold";
}

.site-footer h2 {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: bold;
    font-family: "DINProCondBold";
}

.site-footer .footer-top {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    font-family: "DINProLight";
    font-weight: 100;
}

.site-footer .coords {
    margin: 60px 0 0;
}

.site-footer .coords p {
    display: flex;
    flex-flow: row nowrap;
    align-items: baseline;
}

.site-footer .coords p span:first-child {
    margin-right: 7px;
    width: 20px;
}

body .site-footer .footer-top .coords p.adress {
    margin-bottom: 20px;
}

.site-footer .footer-top div:not(.contact-footer) p {
    margin: 0;
    max-width: 400px;
}

.site-footer .footer-top div:not(.contact-footer) form p {
    max-width: none;
    width: 100%;
}

.site-footer .footer-top div:not(.contact-footer) form p .wpcf7-form-control-wrap {
    display: block;
}

.presentation-also-footer {
    padding-right: 30px;
}

.presentation-also-footer p {
    font-size: 14px;
    margin-top: 30px;
}

.contact-footer input:not([type="submit"]),
.contact-footer textarea {
    background-image: none !important;
    background: none;
    background-color: transparent;
    color: #fff !important;
    border: 0;
    box-shadow: 0 0 0 !important;
    outline: none !important;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}

.contact-footer input::placeholder,
.contact-footer textarea::placeholder {
    color: #fff;
    text-transform: uppercase;
    font-weight: 200;
}

.contact-footer input:not([type="submit"]):hover,
.contact-footer input:not([type="submit"]):focus,
.contact-footer textarea:hover,
.contact-footer textarea:focus {
    background-image: none !important;
    background: none;
    background-color: transparent;
    color: #fff !important;
    border: 0;
    box-shadow: 0 0 0 !important;
    outline: none !important;
    border-bottom: 1px solid #fff;
}

.contact-footer .section-title {
    margin-bottom: 0;
}

.coordonnees-footer {
    font-size: 14px;
}

.coordonnees-footer .adress,
.coordonnees-footer .phone,
.coordonnees-footer .fax,
.coordonnees-footer .email {
    margin: 40px 0;
    padding-left: 40px;
    background: url(img/icon-map.svg) left center no-repeat;
}

.coordonnees-footer .adress {
    background-image: url(img/icon-map.svg);
    background-size: 18px 24px;
}

.coordonnees-footer .phone {
    background-image: url(img/icon-phone.svg);
    background-size: 14px 24px;
}

.coordonnees-footer .fax {
    background-image: url(img/icon-fax.svg);
    background-size: 21px 21px;
}

.coordonnees-footer .email {
    background-image: url(img/icon-mail.svg);
    background-size: 18px 14px;
}

.mentions {
    background-color: #1b192c;
    padding: 15px 0;
}

.mentions > div {
    font-size: 12px;
    color: #fff;
}

.mentions a {
    color: #fff;
    font-weight: 600;
}

.mentions a:hover {
    color: #fff;
}

/*	Fin FOOTER: ;*/

.accueil_main {
    background: url(img/home_banner.jpg) top center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.accueil_main .bg {
    background: rgba(2, 168, 197, 0.7);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    max-width: 45%;
}

.accueil_main .content-main {
    position: relative;
    z-index: 1;
}

.accueil_main .content > div {
    color: #fff;
    padding: 0 20px;
    height: 400px;
    display: flex;
    align-items: center;
    max-width: 40%;
}

.accueil_main .page-title {
    margin: 0;
    color: #fff;
    font-size: 2rem;
    height: 100%;
}

.accueil_main .page-title > div {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 15px 0;
    box-sizing: border-box;
}

.accueil_main .page-title > div p:first-child {
    font-weight: 100;
    font-size: 1rem;
    font-family: "DINProLight";
}

.accueil_main .page-title > div p:last-child {
    flex: 1;
    display: flex;
    align-items: center;
    flex-flow: column;
    height: 100%;
    justify-content: center;
}

.accueil_main .page-title > div p:last-child span:first-child {
    font-family: "DINProCondLight";
    font-weight: 300;
    display: block;
}

.accueil_main .page-title > div p:last-child span:last-child {
    font-family: "DINProCondMedium";
    font-weight: 500;
    display: block;
}

.accueil_main .content-main > div:first-child {
    height: 100%;
    width: 100%;
}

#banner-cols-1 .presentation-also {
    padding: 0 30px;
    box-sizing: border-box;
    font-family: "DINProLight";
}

.accueil_main .presentation-also {
    font-size: 16px;
}

.accueil_main .btn-primary {
    margin: 30px 0 60px 0;
}

.accueil_main .inscription-maillist p {
    font-size: 14px;
}

.accueil_main .inscription-maillist input {
    width: 70%;
    background-color: rgba(255, 255, 255, 0.7);
    -moz-border-radius: 7px 0 0 7px;
    -webkit-border-radius: 7px 0 0 7px;
    -ms-border-radius: 7px 0 0 7px;
    -o-border-radius: 7px 0 0 7px;
    border-radius: 7px 0 0 7px;
}

.accueil_main .inscription-maillist input[type="submit"] {
    width: 30%;
    background-color: #698dfb;
    -moz-border-radius: 0 7px 7px 0;
    -webkit-border-radius: 0 7px 7px 0;
    -ms-border-radius: 0 7px 7px 0;
    -o-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0;
}

.accueil_main .inscription-maillist input[type="submit"]:hover {
    background-color: #f86041;
}

.accueil_main .inscription-maillist span.wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    bottom: -40px;
}

.accueil_main .inscription-maillist div.wpcf7-validation-errors,
.accueil_main .inscription-maillist div.wpcf7-mail-sent-ok {
    position: absolute;
    margin: 0;
}

.partenaires .flex-container {
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
}

.partenaires p {
    font-weight: bold;
    font-family: "DINProCondBold";
    color: #292644;
}

.partenaires a {
    display: inline-block;
}

.banner-partners p {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
}

.accueil_contenu_adaptatif {
    background-color: #f2ebe6;
    padding: 60px 0;
}

.accueil_contenu_adaptatif .content-text {
    padding-right: 60px;
}

.accueil_contenu_adaptatif .content-text p {
    margin-bottom: 30px;
}

.accueil_contenu_adaptatif .content-img {
    overflow: hidden;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.presentation_projet_also {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.presentation_projet_also .video {
    overflow: hidden;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    margin: 30px 0;
    cursor: pointer;
}

.presentation_projet_also .content-text p {
    font-size: 14px;
    margin: 20px 0;
}

.presentation_projet_also .btn-secondary {
    margin-top: 40px;
}

.presentation_projet_also .content-text p:first-child strong {
    font-size: 16px;
}

.presentation_projet_also .deco-left {
    width: 89px;
    height: 382px;
    background: url(img/deco-also-left.png);
    position: absolute;
    left: 0;
    top: 140px;
}

.presentation_projet_also .deco-right {
    width: 92px;
    height: 382px;
    background: url(img/deco-also-right.png);
    position: absolute;
    right: 0;
    bottom: 140px;
}

.dernieres_news {
    background-color: #efb41b;
    padding: 40px 0 75px;
}

.dernieres_news .posts_list {
    justify-content: space-between;
    margin: 25px 0;
    align-items: stretch;
}

.home-header-news {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-header-news > div > a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
}

.home-header-news > div a > span:first-child {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 15px;
    font-size: 1.2rem;
    font-family: "DINProBold";
}

.dernieres_news .post {
    width: 30%;
}

.dernieres_news .date_news {
    font-size: 12px;
}

.dernieres_news .news_title {
    font-size: 20px;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.dernieres_news .news_title a {
    color: #2e3d6a;
}

.dernieres_news .news_title a:hover {
    color: #698dfb;
}

.dernieres_news .news_excerpt p {
    font-size: 14px;
    margin-bottom: 15px;
}

.dernieres_news .lire_la_suite {
    font-size: 14px;
    font-weight: 700;
}

.home-article {
    background-color: #fff;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    position: relative;
    flex: 1;
}

.home-article a {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.home-article > div {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.home-article .blc-img {
    max-height: 175px;
    overflow: hidden;
}

.home-article > div > div:not(.blc-img) {
    padding: 40px 20px 30px;
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-flow: column;
    position: relative;
}

.home-article .arrow {
    background-color: #e21313;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    transition: all 0.2s;
}

.home-article .arrow i {
    color: #fff;
    font-size: 2rem;
}

.home-article.active .arrow {
    background-color: #34ada9;
}

.home-article img {
    width: 100%;
}

.home-article:nth-child(2) {
    margin: 0 25px;
}

.home-article .title {
    font-family: "DINProBold";
    font-weight: 600;
}

.home-article .news_excerpt {
    font-family: "DINProLight";
    font-weight: 100;
}

.home-article .date_news {
    background-color: #00b8d9;
    display: inline-block;
    padding: 5px 5px 2px;
    margin: 15px 0;
    color: #fff;
    font-family: "DINProLight";
    font-weight: 100;
}

.demo {
    background: url(img/banner_platform.jpg) center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 20px 0;
    color: #fff;
    position: relative;
}

.demo:before {
    background: rgba(239, 180, 27, 0.7);
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
}

.demo .page-title {
    margin-bottom: 15px;
}

.demo .demo-tablette {
    width: 62%;
    position: relative;
}

.demo .demo-tablette img {
    width: 100%;
    position: relative;
    top: 60px;
}

.demo .demo-content {
    padding-left: 30px;
    width: 38%;
    position: relative;
    z-index: 1;
    color: #2e3d6a;
}

.demo p {
    font-size: 14px;
    margin-bottom: 40px;
}

.demo .sous-titre {
    font-size: 16px;
    font-weight: 900;
    margin: 0 0 15px 0;
}

.les_adaptations {
    padding: 120px 0 80px 0;
}

.les_adaptations .content {
    position: relative;
}

.les_adaptations .section-title {
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #34ada9;
    padding: 0;
}

.les_adaptations .intro-section {
    margin: 0;
}

.les_adaptations .menu-adaptations {
    margin: 50px 0 0;
}

.les_adaptations .menu-adaptations ul {
    justify-content: space-around;
    border-top: 1px solid #d5d8e1;
    border-bottom: 1px solid #d5d8e1;
    padding: 20px 0;
}

.les_adaptations .menu-adaptations li a {
    display: inline;
    font-family: "DINProCond", sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #2e3d6a;
    background: none;
    border: none;
    cursor: pointer;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.les_adaptations .menu-adaptations li a:hover,
.les_adaptations .menu-adaptations li.current a {
    color: #34ada9;
}

.les_adaptations .puce {
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 400;
}

.les_adaptations .puce:before {
    content: "●";
    color: #34ada9;
    margin-right: 7px;
}

.les_adaptations .thematiques_adaptations {
    border-bottom: 0;
    padding: 60px 0 0;
    margin-bottom: 0;
}

.les_adaptations .thematiques_adaptations ul {
    justify-content: space-between;
}

.les_adaptations .thematiques_adaptations .liste_adaptations {
    padding-right: 60px;
    display: none;
}

.les_adaptations .thematiques_adaptations .liste_adaptations p {
    margin: 0 0 15px 0;
    font-size: 14px;
    font-weight: 700;
}

.les_adaptations .thematiques_adaptations .nom_adaptation {
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: 700;
}

.les_adaptations .thematiques_adaptations .tab-content.current {
    display: inherit;
}

.les_adaptations .commentaires {
    max-width: 700px;
    margin: 0 auto;
    font-size: 14px;
}

.les_adaptations .commentaires .comment-list {
    margin: 50px 0;
    padding-bottom: 60px;
}

.les_adaptations .commentaires .comment-body {
    margin: 30px 0;
    border-bottom: 1px solid #d5d8e1;
    padding-bottom: 30px;
}

.les_adaptations .commentaires .comment-content {
    margin: 15px 0;
}

.les_adaptations .commentaires .reply {
    text-transform: uppercase;
    font-size: 12px;
}

.les_adaptations .commentaires .comment-metadata {
    font-size: 12px;
}

.les_adaptations .commentaires .comment-metadata a {
    color: #2e3d6a;
}

.platform-page.commentaires {
    background-color: #2b819c;
    padding: 80px 0;
    color: #fff;
}

.platform-page.commentaires input,
.platform-page.commentaires textarea {
    outline: none;
}

.platform-page.commentaires input[type="submit"] {
    max-width: 300px;
    width: 100%;
}
.platform-page.commentaires #commentform {
    width: 100%;
    max-width: 700px;
    margin: auto;
}
.platform-page.commentaires #commentform > p {
    width: 100%;
}

.platform-page.commentaires .comment-reply-title,
.platform-page.commentaires .section-title {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 0;
    width: 100%;
    display: flex;
    flex-flow: column;
}

.platform-page.commentaires .comment-reply-title a {
    color: #efb41b;
    text-decoration: underline;
    font-size: 1.2rem;
}

.platform-page.commentaires .comment-metadata a {
    font-style: italic;
    margin: 10px 0;
    display: block;
    color: #fff;
}

.platform-page.commentaires .reply a {
    color: #efb41b;
    margin-top: 20px;
    display: inline-block;
}

.platform-page.commentaires .comment-list {
    padding-bottom: 60px;
}
.platform-page.commentaires .logged-in-as a {
    color: #fff;
}

.platform-page.commentaires .comment-list li {
    border-bottom: 1px solid #fff;
    padding: 20px 0;
}

.platform-page.commentaires .comment-list li:last-child {
    border-bottom: 0;
}

.platform-page.commentaires .section-title {
    font-weight: 400;
}

.platform-page.commentaires .comment-form-cookies-consent {
    display: flex;
    flex-flow: row nowrap;
    align-items: baseline;
}

.platform-page.commentaires .comment-form-cookies-consent input {
    flex: 0 0 14px;
    margin-right: 10px;
}

.platform-page.commentaires .form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
}

.platform-page.commentaires .form-submit input[type="submit"] {
    border: 1px solid #fff;
    color: #fff;
    background-color: #2b819c;
}

.platform-page.commentaires .form-submit input[type="submit"]:hover,
.platform-page.commentaires .form-submit input[type="submit"]:focus {
    border: 1px solid #fff;
    color: #2b819c;
    background-color: #fff;
}

.les_adaptations .menu-adaptations.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
    margin: 0;
    border-bottom: 1px solid #d5d8e1;
    -moz-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.06);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.06);
    z-index: 100;
}

.les_adaptations .menu-adaptations.fixed ul.tabs {
    max-width: 1160px;
    padding: 20px 30px;
    margin: 0 auto;
    border: none;
}

.les_adaptations .empty-menu {
    margin: 60px 0 20px;
    display: none;
}

.list_documents {
    padding: 40px 0;
    background-color: #f5f4ef;
}

.list_documents .content:not(.content-intro) {
    max-width: 700px;
    padding: 15px 30px 40px;
}

.list_documents .content-intro {
    max-width: 900px;
}

.list_documents ul {
    text-align: left;
}

.list_documents li {
    background-color: #fff;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    top: 0;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.list_documents li:hover {
    top: -3px;
}

.list_documents a {
    display: block;
    background: url(img/icon-download.svg) 20px center no-repeat;
    background-size: 20px 18px;
    padding: 13px 25px;
    margin: 5px 0;
    padding-left: 60px;
    color: #2e3d6a;
    font-size: 16px;
    font-weight: 700;
}

.list_documents a:hover {
    color: #698dfb;
    -moz-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
}

.list_documents .num-etape {
    color: #2b819c;
    text-decoration: underline;
    font-size: 4rem;
    font-weight: 600;
}

.list_documents .section-title {
    color: #2b819c;
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 600;
}

.intro-project p:first-child {
    font-size: 1.2rem;
}

.intro-project p {
    margin-bottom: 30px;
}

.list_news {
    padding: 60px 0;
    background-color: #e4ecf5;
}

.list_news .content {
    max-width: 900px;
}

.list_news article {
    margin: 20px 0;
}

.list_news .date_news {
    background-color: #d6d5d1;
    font-size: 12px;
    color: #4d4d4d;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    padding: 6px 7px 5px;
    margin: 0 30px 15px 30px;
}

.list_news .list-offres article {
    background-color: #f5f4ef;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.list_news .list-offres article .content_news {
    overflow: hidden;
    width: 100%;
}

.list_news .list-offres article .content_news img {
    float: right;
    display: block;
    margin-bottom: 30px;
    max-width: 360px;
    margin-left: 30px;
}

.list_news .list-offres article .content_news .news_excerpt {
    padding: 15px 30px 0;
}

.list_news .news_title {
    font-size: 20px;
    padding: 15px 0 0 30px;
    margin-top: 0;
}

.list_news .news_title a {
    color: #4d4d4d;
}

.list_news .news_title a:hover {
    color: #34ada9;
}

.list_news .news_excerpt p {
    font-size: 14px;
    margin-bottom: 15px;
}

.list_news .lire_la_suite {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin: 15px 30px 15px;
}

.list_news .lire_la_suite .arrow {
    background-color: #efb41b;
    width: 35px;
    height: 35px;
}

.list_news .lire_la_suite .arrow i {
    color: #fff;
    font-size: 1.4rem;
}

.list_news .pagination .page-numbers {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    font-size: 16px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    color: #f86041;
}

.list_news .pagination a.page-numbers:hover {
    color: #2e3d6a;
}

.list_news .pagination .current {
    background-color: #f86041;
    color: white;
}

.single .date {
    color: #fff;
    font-size: 14px;
}

.single .content_news_single {
    padding: 80px 0;
}

.single .content_news_single .content {
    background-color: #f5f4ef;
    padding: 30px;
}

.single .content_news_single .btn-secondary {
    margin-top: 50px;
}

.single .dernieres_news .posts_list {
    margin-bottom: 0;
}

.mentions_legales {
    padding: 80px 0;
}

.mentions_legales .content {
    max-width: 700px;
}

.mentions_legales p {
    font-size: 14px;
}

/* Slider Adaptations */

#slides,
#slides2,
#slides3,
#slides4,
#slides5 {
    display: none;
}

.slidesjs-pagination {
    margin: 7px 0 0;
    float: right;
    list-style: none;
}

.slidesjs-pagination li {
    float: left;
    margin: 0 1px;
}

.slidesjs-pagination li a {
    display: block;
    width: 13px;
    height: 0;
    padding-top: 13px;
    background-image: url(img/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
    transition: 0s;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
    background-position: 0 -13px;
}

.slidesjs-pagination li a:hover {
    background-position: 0 -26px;
}

.slidesjs-previous,
.slidesjs-next {
    display: none;
}

body.page-template-news-evenements .list_news {
    background-color: #fff;
}

header .main-menu {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}

#consortium {
    padding-bottom: 50px;
    box-sizing: border-box;
}

#consortium .main-text > div {
    font-family: "DINProMedium";
    font-weight: 500;
    color: #4d4d4d;
    padding: 30px 0;
    box-sizing: border-box;
}

#consortium .list li {
    font-family: "DINPro";
    font-weight: 400;
    color: #4d4d4d;
    padding: 0;
    box-sizing: border-box;
}

#consortium .list li img {
    display: block;
    /*max-width: 400px;
    max-height: 150px;*/
    margin: 40px 0 15px;
}

@media screen and (max-width: 1200px) {
    .single .content_news_single .content {
        background-color: #fff;
        padding: 0 30px;
    }
}

@media screen and (max-width: 1100px) {
    .main-navigation a {
        font-size: 13px;
    }
    .main-navigation .menu-item {
        padding: 0 15px;
    }
    .presentation-also-footer p {
        font-size: 12px;
    }
}

@media screen and (max-width: 1000px) {
    .main-navigation {
        height: 0;
        overflow: hidden;
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        z-index: 1000;
        background-color: #f2f2f2;
        overflow: hidden;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
        margin: 15px 0;
    }
    .main-navigation ul {
        flex-flow: column;
    }
    .main-navigation ul {
        flex-flow: column;
    }
    .main-navigation a:hover,
    .main-navigation .current-menu-item a {
        color: #fff;
        background-color: transparent;
    }
    .main-navigation.active {
        height: 488px;
        overflow: hidden;
    }
    .btn-menu-mobile {
        display: block;
    }
    .main-navigation a {
        display: block;
        font-size: 15px;
    }
    .main-navigation .menu {
        display: block;
        text-align: center;
    }
    .main-navigation .menu-item {
        border: none;
        display: block;
        width: 100%;
        border-radius: 0;
    }
    .main-navigation .menu-item-home a {
        padding: 15px 0;
        border-bottom: 1px solid #dfdfdf;
        display: block;
        width: 100%;
        border-radius: 0;
    }
    .main-navigation .menu-item a {
        padding: 15px 0;
        border-bottom: 1px solid #dfdfdf;
        border-radius: 0;
    }
    .main-navigation li:last-child a {
        border-bottom: 0;
    }
    .main-navigation a:hover,
    .main-navigation .current-menu-item a {
        color: #2e3d6a;
        background-color: transparent;
    }
    #site-navigation ul {
        margin: 0 auto;
    }
    .accueil_contenu_adaptatif .content-text,
    .accueil_contenu_adaptatif .content-img,
    .presentation_projet_also .content-text,
    .presentation-also-footer,
    .contact-footer,
    .coordonnees-footer {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .contact-footer {
        padding: 30px 0;
        margin: 30px 0;
    }
    .demo .demo-content,
    .demo .demo-tablette {
        width: 50%;
    }
    .accueil_contenu_adaptatif .content-text {
        text-align: center;
        margin-bottom: 40px;
    }
    .accueil_contenu_adaptatif .content-img img {
        width: 100%;
    }
    .demo .demo-tablette img {
        position: static;
    }
    .demo {
        padding: 50px 0;
    }
    .les_adaptations .thematiques_adaptations .nom_adaptation,
    .les_adaptations .menu-adaptations li {
        font-size: 14px;
    }
    .partenaires a {
        max-width: 15%;
    }
    .logo-also-blanc {
        margin: 0 auto;
    }
    .presentation-also-footer p {
        font-size: 14px;
    }
    .coordonnees-footer {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    .coordonnees-footer .adress,
    .coordonnees-footer .phone,
    .coordonnees-footer .fax,
    .coordonnees-footer .email {
        display: block;
        padding-right: 30px;
        text-align: left;
        margin: 5px 0;
    }
    .presentation_projet_also {
        padding: 70px 0;
    }
    .site-footer .footer-top {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
    }
    .accueil_main .content-main {
        max-width: 50%;
    }
    .accueil_main .content > div {
        align-items: center;
        max-width: 100%;
    }

    .sub-menu {
        position: static;
        display: block;
        flex-flow: column;
        z-index: 0;
        align-items: flex-start !important;
        background-color: transparent;
        padding: 3px 0;
    }
    
    .sub-menu li {
        padding: 0 !important;
    }
    
    .sub-menu li a {
        background-color: transparent !important;
        color: #2e3d6a !important;
        border-bottom: 1px solid #dfdfdf !important;
    }
    
    .main-navigation a:hover + .sub-menu {
        display: flex;
    }
    
    .main-navigation #primary-menu > li:hover > a {
        background-color: transparent;
        color: #2e3d6a !important;
    }
}

@media screen and (max-width: 768px) {
    .logo-also {
        background-size: contain;
        width: 190px;
    }
    .logo-erasmus {
        display: none;
    }
    .btn-menu-mobile {
        margin-top: 20px;
        background-size: 22px 15px;
        margin-left: 15px;
        margin-bottom: 0;
    }
    .btn-menu-mobile.cross {
        background-size: 15px 15px;
    }
    .site-header:after {
        display: none;
    }
    .site-header {
        padding-bottom: 25px;
    }
    .page-title {
        font-size: 28px;
    }
    .accueil_main .content-main {
        max-width: 100%;
    }
    .accueil_main .inscription-maillist input,
    .accueil_main .inscription-maillist input[type="submit"] {
        width: 100%;
        margin: 3px 0;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        border-radius: 7px;
    }
    .partenaires .flex-container {
        flex-direction: row;
    }
    .partenaires p {
        width: 100%;
    }
    .partenaires a {
        max-width: 40%;
        margin: 0 4%;
    }
    .partenaires a img {
        width: 100%;
    }
    .partenaires .flex-container {
        display: block;
    }
    .section-title {
        font-size: 20px;
        text-align: left;
        background-size: 24px 24px;
        min-height: 24px;
    }
    .dernieres_news .post {
        width: 100%;
    }
    .contact-footer {
        padding: 30px 0 15px;
    }
    .demo .demo-content,
    .demo .demo-tablette {
        width: 100%;
    }
    .demo .demo-content {
        margin-top: 30px;
        width: 100%;
        padding: 0;
    }
    .les_adaptations .thematiques_adaptations .liste_adaptations,
    .les_adaptations .thematiques_adaptations .container {
        width: 100%;
        padding-right: 0;
    }
    .slidesjs-pagination {
        float: none;
    }
    .les_adaptations .thematiques_adaptations {
        padding: 0 0 60px 0;
    }
    .list_news .date_news {
        display: none;
    }
    .list_news .content_news {
        width: 100%;
    }
    .list_news {
        padding: 40px 0;
    }
    .list_documents {
        padding: 20px 0;
    }
    .single .content_news_single {
        padding: 60px 0;
    }
    .accueil_main .inscription-maillist div.wpcf7-validation-errors,
    .accueil_main .inscription-maillist div.wpcf7-mail-sent-ok,
    .accueil_main .inscription-maillist span.wpcf7-not-valid-tip {
        position: static;
    }
    .les_adaptations {
        padding: 80px 0 40px;
    }
    .les_adaptations .menu-adaptations {
        margin: 40px 0 20px;
    }
    .les_adaptations .menu-adaptations li {
        padding: 10px 0;
        border-top: 1px solid #f2f2f2;
    }
    .les_adaptations .menu-adaptations ul {
        overflow: hidden;
        display: block;
        padding: 0;
        max-height: 0;
        border: none;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
    }
    .les_adaptations .menu-adaptations.fixed ul.tabs {
        margin: 0;
        padding: 15px 30px 0;
    }
    .menu_adaptations_mobile {
        display: inline-block;
    }
    #banner-cols-1 > div {
        flex-flow: column;
    }
    #banner-cols-1 > div > div {
        width: 100%;
    }
    .presentation-also {
        padding: 30px 0;
    }
    #banner-cols-2 > div {
        flex-flow: column;
    }
    #banner-cols-2 > div > div {
        width: 100%;
    }
    .dernieres_news .posts_list {
        flex-flow: column;
    }
    .dernieres_news .posts_list article {
        max-width: 350px;
    }
    .home-article {
        margin: 20px auto;
    }
    .home-article:nth-child(2) {
        margin: 20px auto;
    }
    .content {
        padding: 0 15px;
    }
    #banner-cols-2 > div > div:first-child {
        padding-right: 0;
    }
    .home-header-news {
        flex-flow: column;
        align-items: flex-start;
    }
    #banner-cols-2 .project-title {
        font-size: 2rem;
    }
    body .title-partners {
        font-size: 1.4rem;
    }
    .project-news {
        font-size: 2rem;
    }
    .site-footer h1 {
        margin-bottom: 30px;
    }
    .footer-top > div {
        width: 100%;
    }
    section.accueil_main > .content {
        padding: 0;
    }
    .main-navigation {
        margin: 0;
    }
    .list_documents .content {
        padding: 15px 15px;
    }
    .list_documents .content-intro .section-title {
        text-align: center;
        font-size: 1.4rem;
    }
    .list_documents .content:not(.content-intro) {
        padding: 15px 15px 40px;
    }
    .list_documents .num-etape {
        font-size: 3rem;
    }

    .list_news .list-offres article .content_news img {
        max-width: 250px;
    }

    .single .content_news_single .content {
        padding: 0 15px;
    }
    .single .content_news_single {
        padding: 30px 0 60px;
    }

    .accueil_main .bg {
        max-width: 100%;
    }

    .accueil_main .page-title > div {
        align-items: center;
    }

    .accueil_main .content > div {
        max-width: 100%;
        padding: 0;
        display: block;
        height: 250px;
    }
    .accueil_main .page-title {
        font-size: 1.5rem;
    }

    #banner-cols-1 .w70 {
        width: 100%;
        padding: 15px 0;
    }

    #banner-cols-1 .w30 {
        width: 100%;
        padding: 15px 0;
    }

    #banner-cols-1 > div > div:first-child {
        font-size: 1.2rem;
    }

    #banner-cols-1 .register-blc > div:first-child a {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 500px) {
    .list_news .list-offres article .content_news img {
        max-width: none;
        width: 100%;
    }

    .accueil_main .page-title {
        font-size: 1.2rem;
    }

    .accueil_main .page-title > div p:first-child {
        text-align: center;
    }
}

#popup-video {
    position: fixed;
    z-index: 60;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 15px;
    box-sizing: border-box;
    opacity: 0;
    transition: all 2s;
}

#popup-video video {
    display: block;
}

#popup-video.active {
    display: flex;
    opacity: 1;
}

#popup-video > div {
    padding: 0;
    box-sizing: border-box;
    background: #fff;
    position: relative;
}

#close-demo {
    position: absolute;
    top: 10px;
    right: 15px;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 25px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 68;
}

.body-open-video {
    overflow: hidden;
}

/*.lang-item-de,*/
.lang-item-lv {
    display: none !important;
}

.single .content_news_single ul {
    list-style: disc;
    margin-left: 40px;
}

.content.project:not(.content-intro) {
    max-width: 880px;
    padding: 15px 30px 40px;
}

.content.project:not(.content-intro) span.title {
    font-weight: 600;
    display: block;
}

.list_documents .content.project a:hover {
    color: #698dfb;
    box-shadow: 0 0 0;
}

.list_documents .content.project li {
    background-color: transparent;
}

.list_documents .content.project a {
    background: url(img/icon-download.svg) 0 center no-repeat;
    background-size: 20px 18px;
    padding-left: 34px;
}

.list_documents .content.project a.no-icon {
    background: none;
    background-size: 20px 18px;
    padding-left: 0;
}

.list_documents .content.project li:hover {
    top: 0;
}

/*.content-bonnes-pratiques {
    max-width: 1800px;
}*/
#popup-bonnes_pratiques {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    display: none;
    background: rgba(0, 0, 0, 0.6);
    padding: 4vh 6vw;
    box-sizing: border-box;
}

#popup-bonnes_pratiques > div {
    position: relative;
}

#popup-bonnes_pratiques > div > button {
    position: absolute;
    top: 10px;
    right: 25px;
    z-index: 2;
    font-size: 2rem;
    font-weight: 600;
    border: 0;
    box-shadow: 0 0 0;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

#popup-bonnes_pratiques > div > button svg {
    width: 100%;
    height: 100%;
}

#popup-bonnes_pratiques > div > button:hover svg {
    fill: #00b8d9;
}

@media (max-width: 900px) {
    #popup-bonnes_pratiques {
        padding: 2vh 3vw;
    }
}