@charset "UTF-8";
/*
Theme Name: Tribu
Description:
Author: Tribu and Co
Version: 0.0.1
Text Domain: tribu
*/
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
.background-degrade {
  background: -webkit-gradient(linear, left top, right top, from(#459dd6), color-stop(33%, #0870a7), color-stop(67%, #a2c538), to(#7aa136));
  background: -webkit-linear-gradient(left, #459dd6 0%, #0870a7 33%, #a2c538 67%, #7aa136 100%);
  background: linear-gradient(to right, #459dd6 0%, #0870a7 33%, #a2c538 67%, #7aa136 100%);
}

.background-vert {
  background-color: #a2c538;
}

.background-bleufonce {
  background-color: #3e8dc0;
}

body {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1;
  color: #459dd6;
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 5rem;
  }
}

h2 {
  font-size: 2.6rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  color: #459dd6;
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 768px) {
  h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 4rem;
  }
}

h3 {
  font-size: 2.2rem;
  line-height: 1;
  color: #585856;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  h3 {
    font-size: 3rem;
  }
}

p, ul, ol {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 25px;
  color: #363636;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  p, ul, ol {
    font-size: 2.2rem;
    line-height: 30px;
  }
}

.home main h2 {
  /*@media screen and (min-width: $media) { @content; } */
  width: 100%;
}
@media (min-width: 620px) {
  .home main h2 {
    width: 520px;
  }
}

a {
  color: #3e8dc0;
}

a.voir-plus {
  display: inline-block;
  font-size: 1.8rem;
  text-decoration: underline;
  color: #585856;
  margin: 10px 0;
}
a.voir-plus:hover, a.voir-plus:focus, a.voir-plus:active {
  color: #459dd6;
}

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

/* .wpcf7-form {
    .input-validation {
        .wpcf7-list-item.first.last {
            display: flex;
            padding: 0;
            gap: 20px;

            input{
                width: auto;
            }

            .wpcf7-list-item-label {
                font-size: 16px;
                line-height: 1.15;
            }
        }
    }
}

.infos-rgpd {
    margin: 0;
    font-size: 16px;
    line-height: 1.14;
} */
.wpcf7 {
  margin-top: 42px;
}
.wpcf7 form input[type=text],
.wpcf7 form input[type=email],
.wpcf7 form input[type=tel],
.wpcf7 form input[type=number],
.wpcf7 form input[type=date],
.wpcf7 form input[type=file],
.wpcf7 form textarea {
  border: 1px solid #DEDEDE;
}
.wpcf7 form .wpcf7-checkbox input {
  width: auto;
  margin-right: 16px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* MENU Réseaux sociaux (en haut page) */
footer .menu-social-footer ul li.linkedin, footer .menu-social-footer ul li.twitter, .menu-social-container ul li.linkedin, .menu-social-container ul li.twitter, .menu-social-container ul li.facebook {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 14px;
}
footer .menu-social-footer ul li.linkedin a, footer .menu-social-footer ul li.twitter a, .menu-social-container ul li.linkedin a, .menu-social-container ul li.twitter a, .menu-social-container ul li.facebook a {
  padding: 8px 10px;
  width: 45px;
  overflow: hidden;
  font-size: 1px;
  color: transparent;
}

.menu-social-container ul {
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-social-container ul li {
  background-color: #459dd6;
  color: #FFF;
  margin: 0 5px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.menu-social-container ul li.facebook {
  background-image: url("assets/svg/facebook.svg");
  background-size: auto 16px;
  font-size: 1px;
}
.menu-social-container ul li.twitter {
  background-image: url("assets/svg/twitter.svg");
  font-size: 1px;
}
.menu-social-container ul li.linkedin {
  background-image: url("assets/svg/linkedin.svg");
  font-size: 1px;
}
.menu-social-container ul li a {
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-size: 1.4rem;
  text-transform: uppercase;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 768px) {
  .menu-social-container ul li a {
    font-size: 1.7rem;
    padding: 7px 18px;
  }
}
.menu-social-container ul li:hover, .menu-social-container ul li:focus, .menu-social-container ul li:active {
  background-color: #065985;
}

#menu-social-bis {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  #menu-social-bis {
    display: none;
  }
}
#menu-social-bis ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* _ _ _ MENU Principal _ _ _ */
nav .menu-container {
  position: fixed;
  left: -500px;
  top: 0;
  z-index: 998;
  width: 450px;
  height: -webkit-calc(100vh - 30px);
  height: calc(100vh - 30px);
  padding-top: 80px;
  -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0);
          box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0);
  opacity: 0;
  background-color: #FFF;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  nav .menu-container {
    display: block;
    position: static;
    width: 950px;
    height: auto;
    padding-top: 0;
    opacity: 1;
    background-color: transparent;
  }
}
@media (min-width: 1200px) {
  nav .menu-container {
    width: 1100px;
  }
}
nav .menu-container #mega-menu-wrap-main-menu ul#mega-menu-main-menu.mega-menu {
  position: relative;
  z-index: 999;
  padding: 0 15px;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style-type: none;
  font-size: 1.6rem;
  text-transform: uppercase;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  nav .menu-container #mega-menu-wrap-main-menu ul#mega-menu-main-menu.mega-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
}

input#menu-mobile {
  display: none;
}
input#menu-mobile:checked ~ div.menu-container {
  left: 0;
  top: 0px;
  height: 100vh;
  width: 100%;
  padding-top: 130px;
  -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.3);
  opacity: 1;
  overflow: scroll;
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 768px) {
  input#menu-mobile:checked ~ div.menu-container {
    width: 450px;
  }
}
@media (min-width: 992px) {
  input#menu-mobile:checked ~ div.menu-container {
    width: 950px;
    padding-top: 0;
    height: auto;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1200px) {
  input#menu-mobile:checked ~ div.menu-container {
    width: 1100px;
  }
}
input#menu-mobile:checked ~ div.menu-container #menu-menu-principal li {
  width: 100%;
}
input#menu-mobile:checked ~ div.menu-container #menu-menu-principal li a {
  text-align: left;
}
input#menu-mobile:checked ~ div.menu-container #menu-menu-principal li .sub-menu {
  display: none;
}
input#menu-mobile:checked ~ div.menu-container #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
  margin: 0;
}
input#menu-mobile:checked ~ div.menu-container #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:not(.mega-menu-megamenu) > ul.mega-sub-menu {
  padding: 8px 0px;
}
input#menu-mobile:checked ~ div.menu-container #mega-menu-main-menu .mega-sub-menu {
  background: #FFF;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
input#menu-mobile:checked ~ div.menu-container #mega-menu-main-menu .mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
input#menu-mobile:checked ~ div.menu-container #mega-menu-main-menu .mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
input#menu-mobile:checked ~ div.menu-container #mega-menu-main-menu .mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
input#menu-mobile:checked ~ div.menu-container #mega-menu-main-menu .mega-sub-menu a.mega-menu-link {
  color: #000;
}
input#menu-mobile:checked ~ div.menu-container #menu-contact-top-1 {
  padding-left: 10px;
}
input#menu-mobile:checked ~ label.menu-mobile span {
  opacity: 0;
}
input#menu-mobile:checked ~ label.menu-mobile span:first-of-type {
  -webkit-transform: translateY(6px) rotate(45deg);
      -ms-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
  opacity: 1;
}
input#menu-mobile:checked ~ label.menu-mobile span:last-of-type {
  -webkit-transform: translateY(-6px) rotate(-45deg);
      -ms-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
  opacity: 1;
}

label.menu-mobile {
  z-index: 9999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*position: fixed;
  top: 30px;
  left: 0;*/
  cursor: pointer;
  font-size: 1.6rem;
  background-color: rgba(100, 100, 100, 0.1);
  padding: 10px;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  label.menu-mobile {
    display: none;
  }
}
label.menu-mobile .line {
  height: 2px;
  width: 20px;
  border-radius: 1px;
  background-color: #459dd6;
  margin: 2px 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

#menu-menu-principal,
mega-menu-main-menu {
  /*@media screen and (min-width: $media) { @content; } */
}
#menu-menu-principal > li,
mega-menu-main-menu > li {
  max-height: 78px;
}
#menu-menu-principal > li > a::after,
mega-menu-main-menu > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 100%;
  background: rgb(57, 147, 203);
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#menu-menu-principal > li > a:hover::after,
mega-menu-main-menu > li > a:hover::after {
  opacity: 1;
}
#menu-menu-principal li:first-of-type a,
mega-menu-main-menu li:first-of-type a {
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  #menu-menu-principal li:first-of-type a,
  mega-menu-main-menu li:first-of-type a {
    margin-left: 0;
    padding-left: 0;
  }
}
#menu-menu-principal li:last-of-type a,
mega-menu-main-menu li:last-of-type a {
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  #menu-menu-principal li:last-of-type a,
  mega-menu-main-menu li:last-of-type a {
    margin-right: 0;
    padding-right: 0;
  }
}
#menu-menu-principal li,
mega-menu-main-menu li {
  -ms-flex-preferred-size: content;
      flex-basis: content;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  white-space: pre-line;
  /*@media screen and (min-width: $media) { @content; } */
}
#menu-menu-principal li a,
mega-menu-main-menu li a {
  display: block;
  position: relative;
  margin: 0 15px;
  padding: 15px 8px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  line-height: normal;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  #menu-menu-principal li a,
  mega-menu-main-menu li a {
    padding: 20px 15px;
  }
}
@media (min-width: 1200px) {
  #menu-menu-principal li a,
  mega-menu-main-menu li a {
    padding: 20px 25px;
  }
}
@media (min-width: 992px) {
  #menu-menu-principal li > a:hover + ul.sub-menu,
  mega-menu-main-menu li > a:hover + ul.sub-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#menu-menu-principal > li > a + ul.sub-menu,
mega-menu-main-menu > li > a + ul.sub-menu {
  list-style-type: none;
  padding-left: 0;
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  #menu-menu-principal > li > a + ul.sub-menu,
  mega-menu-main-menu > li > a + ul.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    -webkit-box-shadow: 0px 19px 10px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 19px 10px 2px rgba(0, 0, 0, 0.3);
    padding: 10px 0;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: rgba(57, 147, 203, 0.95);
  }
}
#menu-menu-principal > li > a + ul.sub-menu li,
mega-menu-main-menu > li > a + ul.sub-menu li {
  width: 24%;
  max-width: 24%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#menu-menu-principal > li > a + ul.sub-menu a,
mega-menu-main-menu > li > a + ul.sub-menu a {
  font-size: 1.8rem;
  color: #FFF;
  padding: 8px 0;
  margin: 0;
  text-align: left;
  font-weight: bold;
  white-space: normal;
}
#menu-menu-principal > li > a + ul.sub-menu ul.sub-menu,
mega-menu-main-menu > li > a + ul.sub-menu ul.sub-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
  padding: 0;
}
#menu-menu-principal > li > a + ul.sub-menu ul.sub-menu li,
mega-menu-main-menu > li > a + ul.sub-menu ul.sub-menu li {
  width: 100%;
  max-width: 100%;
}
#menu-menu-principal > li > a + ul.sub-menu ul.sub-menu a,
mega-menu-main-menu > li > a + ul.sub-menu ul.sub-menu a {
  font-weight: 400;
  text-transform: none;
}
@media (min-width: 992px) {
  #menu-menu-principal > li > a + ul.sub-menu:hover,
  mega-menu-main-menu > li > a + ul.sub-menu:hover {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* _ _ _ _ MENU du footer _ _ _ _ */
.menu-footer-container {
  padding: 30px 0 8px 0;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 620px) {
  .menu-footer-container {
    padding: 45px 0 8px 0;
  }
}
.menu-footer-container ul {
  padding-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  color: #FFF;
  font-size: 1.8rem;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 768px) {
  .menu-footer-container ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.menu-footer-container ul li {
  /*@media screen and (min-width: $media) { @content; } */
  padding: 6px 0;
}
@media (min-width: 768px) {
  .menu-footer-container ul li {
    padding: 0 3px;
  }
}
.menu-footer-container ul li::after {
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 768px) {
  .menu-footer-container ul li::after {
    content: "-";
    margin-left: 5px;
  }
}
.menu-footer-container ul li:last-of-type::after {
  content: "";
}
.menu-footer-container ul li a:hover, .menu-footer-container ul li a:focus, .menu-footer-container ul li a:active {
  text-decoration: underline;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li#contact-menu {
  color: #459dd6;
  padding-top: 0px;
  margin-left: 15px;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu li#contact-menu {
    display: none;
  }
}

/*@include mediaquery(md) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:hover,
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:focus, {
     text-decoration: underline;
  }
  .main-header nav #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    border-color: rgba(255, 255, 255, 0);
  }
}*/
.top-page {
  padding: 23px 0;
  background-color: rgba(222, 222, 222, 0.5);
}
.top-page p {
  padding: 10px 0 10px 20px;
  font-style: italic;
  font-size: 1.8rem;
  line-height: 1.4;
  border-left: 2px solid #000;
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 620px) {
  .top-page p {
    padding: 10px 0 10px 30px;
  }
}
@media (min-width: 992px) {
  .top-page p {
    font-size: 2.2rem;
    line-height: 30px;
  }
}

.page-content {
  padding: 30px 0 80px 0;
  color: #363636;
  font-size: 2.2rem;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .page-content {
    font-size: 2.2rem;
  }
}
.page-content h3 {
  text-transform: uppercase;
  color: #697271;
  /*@media screen and (min-width: $media) { @content; } */
}
.page-content a {
  color: #459dd6;
}
.page-content a:hover, .page-content a:focus, .page-content a:active {
  color: #000;
}
.page-content p {
  margin: 20px 0;
  text-align: left;
  text-justify: auto;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .page-content p {
    font-size: 2.2rem;
    line-height: 36px;
    text-align: justify;
  }
}
.page-content p img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.page-content ul, .page-content ol {
  padding-left: 25px;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 768px) {
  .page-content ul, .page-content ol {
    padding-left: 40px;
  }
}
.page-content ul li + li, .page-content ol li + li {
  margin-top: 3px;
}
.page-content .info {
  position: relative;
  padding: 30px;
  padding-top: 100px;
  margin: 40px 0;
  display: block;
  border: 2px solid #a2c538;
  color: #a2c538;
  /*@media screen and (min-width: $media) { @content; } */
  /*.icon-info {
  	min-width: 63px;
      margin-bottom: 10px;
      @include mediaquery(md) {
        margin-right: 50px;
      };
  }*/
}
@media (min-width: 992px) {
  .page-content .info {
    padding: 30px;
    padding-left: 100px;
  }
}
.page-content .info::before {
  content: url("assets/svg/information.svg");
  position: absolute;
  left: -webkit-calc(50% - 31px);
  left: calc(50% - 31px);
  top: 25px;
  min-width: 63px;
  max-width: 64px;
  height: 63px;
  margin-bottom: 10px;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .page-content .info::before {
    top: -webkit-calc(50% - 31px);
    top: calc(50% - 31px);
    left: 25px;
  }
}
.page-content .info > * {
  color: #a2c538;
}
.page-content .info > p {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 150%;
  color: #a2c538;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .page-content .info > p {
    font-size: 2.2rem;
  }
}
.page-content .info p {
  margin: 0;
}
.page-content .info a {
  display: inline-block;
  color: #a2c538;
  /*text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 300; */
  text-decoration: underline;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.page-content .info a:hover {
  color: #a2c538;
}
.page-content .download-file {
  position: relative;
}
.page-content .download-file a {
  background: #459dd6;
  color: #FFF;
  padding: 20px 35px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.page-content .download-file a:hover {
  background: #054e74;
}
.page-content .download-file a::before {
  content: "";
  margin-right: 15px;
  background-image: url("assets/svg/download.svg");
  background-size: 28px auto;
  background-repeat: no-repeat;
  height: 35px;
  width: 30px;
}
.page-content .btn {
  position: relative;
  background: #459dd6;
  color: #FFF;
  padding: 20px 35px;
  margin: 15px 0;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.page-content .btn:hover {
  background: #054e74;
  color: #FFF;
}
.page-content .btn a {
  background: #459dd6;
  color: #FFF;
  padding: 20px 35px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.page-content .flex-2-col {
  margin-bottom: 50px;
}
.page-content .flex-2-col.left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .page-content .flex-2-col.left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.page-content .flex-2-col > div {
  /*flex-basis: 48%;
  flex-grow: 1;*/
  /*@media screen and (min-width: $media) { @content; } */
  width: 100%;
}
@media (min-width: 992px) {
  .page-content .flex-2-col > div:not(.img-col) {
    width: -webkit-calc(100% - 460px);
    width: calc(100% - 460px);
  }
  .page-content .flex-2-col > div.img-col {
    width: 430px;
  }
}
.page-content .flex-2-col .img-col {
  max-width: 400px;
}
.page-content .flex-2-col .img-col a {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .page-content .flex-2-col .img-col a:hover .overlay {
    opacity: 1;
  }
}
.page-content .flex-2-col .img-col.round a > img {
  height: 310px;
  width: auto;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .page-content .flex-2-col .img-col.round a > img {
    height: 400px;
  }
}
.page-content .flex-2-col .img-col.round {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 15px solid #EDEDED;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 1200px) {
  .page-content .flex-2-col .img-col.round {
    width: 400px;
    height: 400px;
  }
}
.page-content .flex-2-col .overlay {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(66, 152, 205, 0.5);
  color: #FFF;
  text-align: center;
  font-style: italic;
  font-size: 1.6rem;
  font-weight: 700;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.45);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .page-content .flex-2-col .overlay {
    opacity: 0;
  }
}
.page-content .flex-2-col .overlay img {
  max-width: 115px;
}
.page-content .flex-2-col .overlay .line {
  height: 2px;
  width: 80px;
  background: #FFF;
  margin: 10px 0;
}
.page-content .img-full-width {
  margin: 40px 0;
}

.grid.homepage {
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.grid.homepage .grid-item {
  /*@media screen and (min-width: $media) { @content; } */
  width: 100%;
  margin: 20px 0;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .grid.homepage .grid-item {
    width: -webkit-calc(32% - 20px);
    width: calc(32% - 20px);
  }
}
@media (min-width: 992px) {
  .grid.homepage .grid-item {
    margin: 20px 10px;
  }
}

.page .wpcf7-form .flex-2-col {
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page .wpcf7-form .flex-2-col > div:not(.img-round) {
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .page .wpcf7-form .flex-2-col > div:not(.img-round) {
    width: 48%;
  }
}
.page .wpcf7-form input, .page textarea {
  width: 100%;
}
.page .wpcf7-form input[type=submit], .page textarea[type=submit] {
  border: 1px solid #459dd6;
  white-space: normal;
}
.page .wpcf7-not-valid-tip {
  color: #D12E3D;
  font-weight: 700;
}
.page .screen-reader-response {
  /*background-color: rgba(222, 222, 222, 0.5);
  padding: 0 15px;*/
  display: none;
}
.page .wpcf7-response-output.wpcf7-validation-errors {
  color: #D12E3D;
}
.page .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #67B356;
}

/* Page "notre équipe" */
.page-template-page-equipe .page-content .flex-2-col {
  width: 100%;
}
.page-template-page-equipe .page-content .flex-2-col .img-col.round {
  width: 200px;
  height: 200px;
  border-width: 5px;
}
.page-template-page-equipe .page-content .flex-2-col .texte-presentation {
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 768px) {
  .page-template-page-equipe .page-content .flex-2-col .texte-presentation {
    width: -webkit-calc(100% - 235px);
    width: calc(100% - 235px);
    margin-left: 30px;
  }
}
.page-template-page-equipe .page-content .flex-2-col .texte-presentation h2 {
  margin: 18px 0 10px 0;
  font-size: 2.2rem;
  color: #697271;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .page-template-page-equipe .page-content .flex-2-col .texte-presentation h2 {
    font-size: 3rem;
  }
}

/* Page nos références */
.page-template-page-references .liste-references .flex-2-col {
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 768px) {
  .page-template-page-references .liste-references .flex-2-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.page-template-page-references .liste-references .flex-2-col .img-col {
  width: 250px;
  height: auto;
  -webkit-box-shadow: 0 0 0 0 #DEDEDE;
          box-shadow: 0 0 0 0 #DEDEDE;
  padding: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.page-template-page-references .liste-references .flex-2-col .img-col[href]:hover, .page-template-page-references .liste-references .flex-2-col .img-col[href]:focus, .page-template-page-references .liste-references .flex-2-col .img-col[href]:active {
  -webkit-box-shadow: 0 0 0 3px #DEDEDE;
          box-shadow: 0 0 0 3px #DEDEDE;
}
.page-template-page-references .liste-references .flex-2-col .texte-presentation {
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 768px) {
  .page-template-page-references .liste-references .flex-2-col .texte-presentation {
    width: -webkit-calc(100% - 285px);
    width: calc(100% - 285px);
    margin-left: 30px;
  }
}

/* Liens connexes */
.page-content ul.liens-connexes {
  padding-left: 20px;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .page-content ul.liens-connexes {
    padding-left: 60px;
  }
}
.page-content ul.liens-connexes li {
  margin-bottom: 6px;
}
.page-content ul.liens-connexes li a {
  font-weight: 700;
  text-decoration: underline;
}
.page-content ul.liens-connexes li a:hover, .page-content ul.liens-connexes li a:focus, .page-content ul.liens-connexes li a:active {
  text-decoration: none;
}

/* Grille des actus */
body.blog .grid-item h3,
#actus .grid-item h3 {
  font-size: 1.8rem;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  body.blog .grid-item h3,
  #actus .grid-item h3 {
    font-size: 2rem;
  }
}
body.blog .grid-item .date,
#actus .grid-item .date {
  font-weight: 400;
  font-size: 2rem;
  margin-top: 5px;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  body.blog .grid-item .date,
  #actus .grid-item .date {
    font-size: 2.2rem;
  }
}
body.blog .grid-item a,
#actus .grid-item a {
  display: inline-block;
  width: 100%;
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  body.blog .grid-item a,
  #actus .grid-item a {
    font-size: 2rem;
  }
}

.bouton-bleu {
  display: inline-block;
  padding: 20px 50px;
  margin: 20px 0;
  background-color: #459dd6;
  text-transform: uppercase;
  color: #FFF;
  font-size: 2.4rem;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.bouton-bleu:hover, .bouton-bleu:focus {
  background-color: #054e74;
  color: #FFF;
}

.bouton-plus {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #459dd6;
}
.bouton-plus::before {
  content: "";
  display: inline-block;
  background-image: url("assets/svg/triangle-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 6px;
  height: 12px;
  min-width: 12px;
}
.bouton-plus:hover::before {
  margin-right: 10px;
}

.texte-slide .bouton-bleu {
  padding: 22px 10%;
  margin-top: 25px;
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 620px) {
  .texte-slide .bouton-bleu {
    padding: 22px 100px;
  }
}
@media (min-width: 992px) {
  .texte-slide .bouton-bleu {
    margin-top: 45px;
  }
}

table.cookies-table {
  line-height: 1.1;
  font-size: 1.6rem;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  table.cookies-table {
    font-size: 2rem;
  }
}
table.cookies-table th,
table.cookies-table td {
  border: 1px solid #DEDEDE;
  padding: 8px;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  table.cookies-table th,
  table.cookies-table td {
    padding: 10px 12px;
  }
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #EDEDED;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #6C6E70;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #6C6E70;
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(images/controls.png) no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 6;
  left: 0px;
  bottom: 20px;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .slick-dots {
    left: 20%;
  }
}

.slick-dots li {
  margin: 0 8px;
  height: 7px;
  width: 35px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: #0870A7;
  opacity: 0.5;
  margin: 0 5px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.slick-dots li button {
  opacity: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin: 0 0.5rem;
}
.slick-dots li:hover {
  opacity: 1;
}

.slick-dots .slick-active {
  opacity: 1;
}

.slick-arrow {
  position: absolute;
  z-index: 5;
  top: 25%;
  width: auto;
  height: auto;
  border: none;
  background: transparent;
  /*@media screen and (min-width: $media) { @content; } */
  cursor: pointer;
  display: inline-block;
}
.slick-arrow i.material-icons {
  color: #FFF;
  font-size: 40px;
}
.slick-arrow.gris i {
  color: #7d7d7d;
}

.slick-arrow.prev {
  left: 0;
}

.slick-arrow.next {
  right: 0;
}

/**
 * TarteAuCitron Components
 */
/**
 * TarteAuCitron Banner
 */
#tarteaucitronAlertBig {
  width: 100%;
  max-width: 380px;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.18);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.18);
  position: fixed;
  right: 20px;
  z-index: 1098;
  margin: auto;
  padding: 20px;
}

.tarteaucitronAlertBigTop {
  top: 20px;
}

.tarteaucitronAlertBigBottom {
  bottom: 20px;
}

#tarteaucitronDisclaimerAlert {
  display: block;
  margin: 10px 20px 22px;
  font-size: 16px;
}

.tarteaucitronCTAButton {
  width: -webkit-calc(50% - 12px);
  width: calc(50% - 12px);
  border: 2px solid;
  border-radius: 5px;
  margin: 0 4px;
  padding: 10px;
}

#tarteaucitronPersonalize2,
#tarteaucitronAllDenied2 {
  height: 67px;
  font-weight: 700;
  vertical-align: top;
}

.tarteaucitronAllow {
  color: #fff;
  border-color: #0870a7;
  background-color: #0870a7;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 16px;
}
.tarteaucitronAllow:hover {
  background-color: #fff;
  color: #0870a7;
}

.tarteaucitronDeny {
  color: #0870a7;
  background-color: #fff;
  border-color: #0870a7;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 16px;
}
.tarteaucitronDeny:hover {
  background-color: #0870a7;
  color: #fff;
}

#tarteaucitronCloseAlert,
#tarteaucitronPrivacyUrl {
  border: 0;
  color: #7AA136;
  text-decoration: underline;
  background-color: transparent;
  margin: 20px 0 5px;
  cursor: pointer;
  font-size: 16px;
}

#tarteaucitronPercentage {
  width: 0;
  height: 5px;
  position: fixed;
  left: 0;
  z-index: 1097;
}

#tarteaucitronCloseCross {
  position: absolute;
  top: 10px;
  right: 26px;
}

/**
 * TarteAuCitron Modal
 */
#tarteaucitron {
  width: 100%;
  max-width: 860px;
  max-height: 80%;
  display: none;
  background-color: #fff;
  position: fixed;
  top: 6%;
  left: 50%;
  z-index: 2000;
  margin: 0 auto 0 -430px;
  padding: 0;
}

#tarteaucitronServices .tarteaucitronHidden {
  display: none;
}

#tarteaucitronBack {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1099;
}

#tarteaucitronClosePanel {
  display: none;
}

#tarteaucitronClosePanelCookie {
  width: 70px;
  position: absolute;
  right: 0;
  padding: 4px 0;
}

#tarteaucitronMainLineOffset {
  color: #fff;
  text-align: center;
  background-color: #0870a7;
  padding: 40px 20px;
}

#dialogTitle {
  display: block;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#tarteaucitronInfo {
  width: 90%;
  max-width: 580px;
  font-size: 17px;
  margin: auto;
}

#tarteaucitronMainLineOffset .tarteaucitronName {
  display: none;
}

#tarteaucitronScrollbarAdjust {
  width: 100%;
  text-align: right;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-top: 1px solid #f1f1f1;
  position: absolute;
  bottom: -2px;
  left: 0;
  padding: 20px 30px;
}

#tarteaucitronServices > .tarteaucitronBorder > ul {
  margin: 40px 0 120px;
}

#tarteaucitronServices > .tarteaucitronBorder > ul > li {
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  border-radius: 15px;
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 30px;
}

#tarteaucitronServices > .tarteaucitronBorder > ul > li:not(:first-child) {
  margin-top: 40px;
}

#tarteaucitronServicesTitle_mandatory .tarteaucitronTitle {
  display: block;
}

#tarteaucitronServices .tarteaucitronAsk:not(#tarteaucitronScrollbarAdjust),
#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) {
  width: 100%;
}

#tarteaucitronServices > .tarteaucitronBorder > ul > li:not(#tarteaucitronServicesTitle_mandatory) .tarteaucitronAsk {
  margin-top: 44px;
}

#tarteaucitronServices .tarteaucitronTitle button,
#tarteaucitronServices > .tarteaucitronBorder > ul > li:not(#tarteaucitronServicesTitle_mandatory) .tarteaucitronName .tarteaucitronH3 {
  border: 0;
  color: #0870a7;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronName {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronName br {
  display: none;
}

#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAllow,
#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronDeny,
#tarteaucitronAllAllowed,
#tarteaucitronAllDenied,
#tarteaucitronValidateSettings {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 15px;
}
#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAllow:hover,
#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronDeny:hover,
#tarteaucitronAllAllowed:hover,
#tarteaucitronAllDenied:hover,
#tarteaucitronValidateSettings:hover {
  color: #fff;
}

#tarteaucitronAllAllowed.tarteaucitronIsSelected,
#tarteaucitronAllDenied.tarteaucitronIsSelected {
  color: #FFF;
  background-color: #0870a7;
}

#tarteaucitronAllAllowed:not(.tarteaucitronIsSelected) {
  background-color: #FFF;
  color: #0870a7;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#tarteaucitronAllAllowed:not(.tarteaucitronIsSelected):hover {
  background-color: #0870a7;
  color: #fff;
}

#tarteaucitron-accept-group-analytic:hover {
  color: #0870a7;
}

#tarteaucitronValidateSettings {
  border-color: #111;
  color: #111;
  margin: 0 4px 0 0;
}

#tarteaucitronValidateSettings:hover {
  color: #FFF;
  background-color: #111;
}

#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAllow {
  border-radius: 5px 0 0 5px;
}
#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAllow:hover {
  color: #0870a7;
}

#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronDeny {
  border-radius: 0 5px 5px 0;
  background-color: transparent;
}

#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronIsDenied .tarteaucitronAllow,
#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine).tarteaucitronIsDenied .tarteaucitronAllow,
#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronIsAllowed .tarteaucitronDeny,
#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine).tarteaucitronIsAllowed .tarteaucitronDeny {
  color: #004A80;
  background-color: transparent;
}

#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronIsDenied .tarteaucitronDeny,
#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine).tarteaucitronIsDenied .tarteaucitronDeny,
#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronIsAllowed .tarteaucitronAllow,
#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine).tarteaucitronIsAllowed .tarteaucitronAllow {
  color: #fff;
  background-color: #004A80;
}

#tarteaucitronServices > .tarteaucitronBorder > ul > #tarteaucitronServicesTitle_mandatory .tarteaucitronAllow,
#tarteaucitronAllAllowed,
#tarteaucitronAllDenied,
#tarteaucitronValidateSettings {
  border-radius: 5px;
}

#tarteaucitronServices .tarteaucitron-toggle-group {
  border: 0;
  color: #f5f5f5;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
  background-color: #484848;
  padding: 10px 15px;
}

#tarteaucitronServices .tarteaucitronName span.tarteaucitronListCookies {
  margin: 0;
}

#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) a {
  color: #004A80;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

#tarteaucitronServices .tarteaucitronIsExpanded > ul[id][style*=display] > li {
  margin-top: 30px;
}

#tarteaucitronServices .tarteaucitronIsExpanded > ul[id][style*=display] .tarteaucitronListCookies {
  margin: 5px 0;
}

#tarteaucitronServices > .tarteaucitronBorder .tarteaucitronIsExpanded > ul[id][style*=display] > li:not(#tarteaucitronServicesTitle_mandatory) .tarteaucitronName .tarteaucitronH3 {
  color: #3a3a3a;
}

#tarteaucitronServices .tarteaucitronH3,
#tarteaucitronServices .tarteaucitronName .tarteaucitronH3 + span {
  display: block;
  color: #5b5b5b;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 20px 0;
  padding-right: 20px;
}

#tarteaucitronServices .tarteaucitronInfoBox {
  display: none;
}

#tarteaucitronPrivacyUrlDialog {
  border: 0;
  color: #7AA136;
  text-decoration: underline;
  background-color: transparent;
  position: absolute;
  bottom: 31px;
  left: 20px;
  z-index: 2;
}

@media screen and (max-width: 992px) {
  #tarteaucitron {
    left: 50%;
    margin: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #tarteaucitron {
    max-height: 100%;
  }
  #tarteaucitronAlertBig {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px 10px 0 0;
    left: 50%;
    right: auto;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .tarteaucitronCTAButton {
    width: 100%;
    margin: 4px 0;
  }
  #tarteaucitronServices > .tarteaucitronBorder > ul > li:not(:first-child) {
    margin-top: 20px;
  }
  #tarteaucitronPrivacyUrlDialog {
    bottom: 19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #dialogTitle {
    font-size: 20px;
  }
  #tarteaucitronInfo,
  #tarteaucitronServices .tarteaucitronH3,
  #tarteaucitronServices .tarteaucitronName .tarteaucitronH3 + span,
  #tarteaucitronServices .tarteaucitron-toggle-group,
  #tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAllow,
  #tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronDeny,
  #tarteaucitronAllAllowed,
  #tarteaucitronAllDenied,
  #tarteaucitronValidateSettings {
    font-size: 16px;
  }
  #tarteaucitronServices > .tarteaucitronBorder > ul > li {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    padding: 25px;
  }
  #tarteaucitronServices > .tarteaucitronBorder > ul > li:not(#tarteaucitronServicesTitle_mandatory) .tarteaucitronAsk {
    margin-top: 24px;
  }
  #tarteaucitronServices > .tarteaucitronBorder > ul {
    margin: 40px 0 160px;
  }
  #tarteaucitronServices > .tarteaucitronBorder .tarteaucitronIsExpanded > ul[id][style*=display] > li:not(#tarteaucitronServicesTitle_mandatory) .tarteaucitronName .tarteaucitronH3 {
    font-size: 17px;
  }
  #tarteaucitronScrollbarAdjust {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    text-align: center;
    padding: 20px 20px 52px;
  }
  #tarteaucitronScrollbarAdjust button {
    width: 50%;
  }
  #tarteaucitronValidateSettings {
    margin: 0 2px 0 0;
  }
  #tarteaucitronAllAllowed {
    margin: 0 2px;
  }
  #tarteaucitronAllDenied {
    margin: 0 0 0 2px;
  }
}
/**
 * TarteAuCitron Small Alert
 */
#tarteaucitronAlertSmall {
  display: none;
  position: fixed;
  right: 0;
  z-index: 1099;
  padding: 0;
}

.tarteaucitronAlertSmallTop {
  top: 0;
}

.tarteaucitronAlertSmallBottom {
  bottom: 0;
}

#tarteaucitronCookiesNumber {
  vertical-align: top;
  display: inline-block;
  padding: 0px 10px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
  width: 100%;
  max-width: 500px;
  max-height: 70%;
  display: none;
  position: fixed;
  right: 0;
}

#tarteaucitronCookiesList {
  overflow: auto;
}

#tarteaucitronCookiesTitle {
  margin-top: 21px;
  padding: 13px 0 9px 13px;
}

#tarteaucitronCookiesList .tarteaucitronCookiesListLeft {
  width: 50%;
  display: inline-block;
}

#tarteaucitronCookiesList .tarteaucitronCookiesListRight {
  width: 30%;
  vertical-align: top;
  display: inline-block;
  margin-left: 10%;
}

#tarteaucitronAlertSmall #tarteaucitronManager {
  display: inline-block;
  padding: 8px 10px 8px;
}

/**
 * TarteAuCitron Root
 */
#tarteaucitronRoot {
  width: 100%;
  font-family: Helvetica, Avenir, Arial, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}

/**
 * TarteAuCitron general styles
 */
#tarteaucitron ul {
  list-style: none;
  padding-left: 0;
}

/**
 * TarteAuCitron Utility Classes
 */
.tarteaucitron-modal-open {
  overflow: hidden;
}

.tarteaucitron-display-block {
  display: block;
}

.tarteaucitron-display-none {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
video,
iframe,
svg {
  width: 100%;
}

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:focus {
  outline: none;
}

main section:not(.img-overlay) {
  padding: 50px 0 60px 0;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  main section:not(.img-overlay) {
    padding: 70px 0 80px 0;
  }
}

.container {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin: 0 auto;
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 620px) {
  .container {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1100px;
  }
}

blockquote {
  margin-bottom: 30px;
}
blockquote p {
  color: #363636;
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  line-height: 125%;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  blockquote p {
    font-size: 2.4rem;
  }
}

cite {
  color: #363636;
}
cite span {
  display: block;
  font-size: 2rem;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
}
cite span:first-of-type {
  font-weight: 700;
  margin-bottom: 5px;
}
cite span.nom {
  display: inline;
  font-weight: 700;
  text-transform: none;
}

.grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.grid > .grid-item {
  width: 100%;
}

p {
  margin: 0;
}

.flex-2-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .flex-2-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.flex-2-col .img-col.round {
  overflow: hidden;
  border-radius: 50%;
}

.img-round {
  overflow: hidden;
  height: 300px;
  width: 300px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #CCC;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 620px) {
  .img-round {
    height: 350px;
    width: 350px;
  }
}
.img-round img {
  width: 115%;
  min-width: 115%;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

aside.top-bar {
  padding: 0;
}

.languages {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.languages ul,
.languages #menu-menu-langues,
.languages #menu-menu-langues-1 {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.languages ul li.wpml-ls-current-language,
.languages #menu-menu-langues li.wpml-ls-current-language,
.languages #menu-menu-langues-1 li.wpml-ls-current-language {
  text-decoration: underline;
}
.languages a {
  color: #FFF;
  font-size: 1.35rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 5px;
  -webkit-transition: 300ms all ease-out;
  transition: 300ms all ease-out;
}
.languages a:hover {
  color: #000;
}
.languages a:nth-of-type(2) {
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

header > * {
  position: relative;
  z-index: 1;
}

header.main-header {
  position: relative;
  z-index: 999;
  height: 100%;
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  header.main-header {
    height: auto;
  }
}
header.main-header:not(.home) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  header.main-header:not(.home) {
    display: block;
  }
}
header.main-header.home {
  height: 500px;
  overflow: hidden;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  header.main-header.home {
    height: 830px;
  }
}
header.main-header nav.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 12px 18px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.main-header nav.sticky a.custom-logo-link, header.main-header nav.sticky img {
  height: auto;
}
@media (min-width: 992px) {
  header.main-header .coordonnees.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #a2c538;
    -webkit-animation: smoothScroll1 1s forwards;
            animation: smoothScroll1 1s forwards;
  }
  header.main-header .coordonnees.sticky .container {
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header.main-header .coordonnees.sticky .languages {
    display: block;
  }
  header.main-header .coordonnees.sticky .degrade-top {
    display: none;
  }
  header.main-header .coordonnees.sticky a.custom-logo-link {
    display: none;
  }
  header.main-header .coordonnees.sticky .contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header.main-header .coordonnees.sticky .contact .tel {
    margin: auto 0;
    color: #FFF;
    font-size: 2.5rem;
  }
  header.main-header .coordonnees.sticky .contact .menu-social-container ul,
  header.main-header .coordonnees.sticky .contact .menu-social-container #menu-contact-top {
    padding-left: 0;
    margin: 5px;
    height: 36px;
  }
  header.main-header .coordonnees.sticky .contact .menu-social-container ul li,
  header.main-header .coordonnees.sticky .contact .menu-social-container #menu-contact-top li {
    height: 36px;
    background: #FFF;
    color: #a2c538;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 14px;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }
  header.main-header .coordonnees.sticky .contact .menu-social-container ul li a,
  header.main-header .coordonnees.sticky .contact .menu-social-container #menu-contact-top li a {
    height: 36px;
    padding: 5px;
  }
  header.main-header .coordonnees.sticky .contact .menu-social-container ul li.linkedin,
  header.main-header .coordonnees.sticky .contact .menu-social-container #menu-contact-top li.linkedin {
    background-image: url("assets/svg/linkedin-vert.svg");
  }
  header.main-header .coordonnees.sticky .contact .menu-social-container ul li.facebook,
  header.main-header .coordonnees.sticky .contact .menu-social-container #menu-contact-top li.facebook {
    background-image: url("assets/svg/facebook-vert.svg");
  }
  header.main-header .coordonnees.sticky .contact .menu-social-container ul li.twitter,
  header.main-header .coordonnees.sticky .contact .menu-social-container #menu-contact-top li.twitter {
    background-image: url("assets/svg/twitter-vert.svg");
  }
  header.main-header .coordonnees.sticky .contact .menu-social-container ul li:last-of-type a,
  header.main-header .coordonnees.sticky .contact .menu-social-container #menu-contact-top li:last-of-type a {
    padding: 5px 15px;
    font-size: 1.5rem;
  }
  header.main-header .coordonnees.sticky .contact .menu-social-container ul li:hover, header.main-header .coordonnees.sticky .contact .menu-social-container ul li:focus, header.main-header .coordonnees.sticky .contact .menu-social-container ul li:active,
  header.main-header .coordonnees.sticky .contact .menu-social-container #menu-contact-top li:hover,
  header.main-header .coordonnees.sticky .contact .menu-social-container #menu-contact-top li:focus,
  header.main-header .coordonnees.sticky .contact .menu-social-container #menu-contact-top li:active {
    background-color: #ecf5dd;
  }
  header.main-header .coordonnees.no-sticky {
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
  }
  header.main-header .coordonnees.no-sticky .custom-logo-link {
    max-width: 500px;
  }
  header.main-header nav.sticky {
    position: fixed;
    top: 46px;
    left: 0;
    z-index: 997;
    width: 100%;
    padding: 8px 0 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-animation: smoothScroll2 1s forwards;
            animation: smoothScroll2 1s forwards;
  }
  header.main-header nav.sticky .menu-container {
    margin: 0 0 0 20px;
    width: 790px;
    -webkit-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
  }
  header.main-header nav.sticky .menu-container #menu-menu-principal li a {
    margin: 0;
    padding: 20px 12px;
  }
  header.main-header nav.sticky .menu-container #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    margin: 0 2px;
    padding: 10px 5px;
  }
  header.main-header nav.sticky a.custom-logo-link {
    display: block;
    width: 250px;
    height: auto;
  }
  header.main-header nav.sticky a.custom-logo-link img {
    height: 100%;
  }
  @-webkit-keyframes smoothScroll1 {
    0% {
      -webkit-transform: translateY(-46px);
              transform: translateY(-46px);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  @keyframes smoothScroll1 {
    0% {
      -webkit-transform: translateY(-46px);
              transform: translateY(-46px);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  @-webkit-keyframes smoothScrollUp1 {
    0% {
      position: fixed;
      -webkit-transform: translateY(-46px);
              transform: translateY(-46px);
    }
    100% {
      position: static;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  @keyframes smoothScrollUp1 {
    0% {
      position: fixed;
      -webkit-transform: translateY(-46px);
              transform: translateY(-46px);
    }
    100% {
      position: static;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  @-webkit-keyframes smoothScroll2 {
    0% {
      -webkit-transform: translateY(-150px);
              transform: translateY(-150px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
  }
  @keyframes smoothScroll2 {
    0% {
      -webkit-transform: translateY(-150px);
              transform: translateY(-150px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
  }
}
header.main-header nav {
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  /*@media screen and (min-width: $media) { @content; } */
  /*.menu-container {
    position: fixed;
    left: -500px;
    top: 0;
    z-index: 998;

    width: 0;
    height: 100vh;
    padding-top:80px;

    opacity: 0;
    background-color: #FFF;

    transition: all 800ms ease-out;

    @include mediaquery(md) {
      display: block;
      position: static;
      width: 950px;
      height: auto;

      padding-top:0;

      opacity: 1;
      background-color: transparent;
    };
    @include mediaquery(lg) {
      width: 1100px;
    };
    ul.menu {
      z-index: 999;

      padding: 0;
      margin: 0;

      display: flex;
      flex-direction: column;
      justify-content: space-between;
      list-style-type: none;
      font-size: 1.6rem;
      text-transform: uppercase;

      @include mediaquery(md){
        flex-direction: row;
      };
    }
  }*/
}
@media (min-width: 992px) {
  header.main-header nav {
    width: 100%;
    position: relative;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
header.main-header nav a.custom-logo-link {
  width: 200px;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  header.main-header nav a.custom-logo-link {
    display: none;
    width: auto;
  }
}
header.main-header nav.no-sticky {
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
header.main-header .custom-logo-link {
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  header.main-header .custom-logo-link {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 500px;
  }
}

.coordonnees {
  display: none;
  margin-bottom: 15px;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .coordonnees {
    display: block;
  }
}
.coordonnees .container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .coordonnees .container {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
}
.coordonnees .languages {
  display: none;
}
.coordonnees .degrade-top {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 200%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.coordonnees .contact {
  display: none;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .coordonnees .contact {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.coordonnees .contact p.tel {
  color: #459dd6;
  font-size: 3.5rem;
  text-align: right;
  margin: 30px 0 15px 0;
}

/* _ _ _ _ HERO _ _ _ */
header .hero {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #EEE;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  header .hero {
    height: 830px;
  }
}
header .hero.page {
  height: 100%;
  background-color: #FAFAFA;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  header .hero.page {
    height: 100%;
  }
}
header .hero.page .img-hero {
  /*.degrade-top {
    height: 500px;
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(255,255,255,0) 50%,rgba(238,238,238,1) 100%);
    z-index: 4;
    @include mediaquery(md) {
      height: 450px;
    };
  }*/
}
header .hero.page .img-hero .degrade {
  z-index: 5;
  background: -webkit-gradient(linear, left top, right top, from(rgb(250, 250, 250)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgb(250, 250, 250) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgb(250, 250, 250) 0%, rgba(255, 255, 255, 0) 100%);
}
header .hero.page .img-hero > img {
  opacity: 0.4;
  height: 500px;
  width: auto;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  header .hero.page .img-hero > img {
    height: 750px;
  }
}
header .hero.page .img-hero .losanges {
  top: 150px;
  right: -100px;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  header .hero.page .img-hero .losanges {
    top: 100px;
    right: 0;
  }
}
header .hero.page + .coordonnees .degrade-top {
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(20%, rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  header .hero.page + .coordonnees .degrade-top {
    height: 380px;
  }
}
header .hero .img-hero {
  position: relative;
  right: 0px;
  overflow: hidden;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
  /* .degrade-top {
    background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%,rgba(255,255,255,0) 100%);
    height: 160px;
    position: absolute;
    width: 100%;
  } */
}
@media (min-width: 768px) {
  header .hero .img-hero {
    right: -150px;
  }
}
@media (min-width: 992px) {
  header .hero .img-hero {
    width: 70%;
    right: -100px;
    height: 830px;
  }
}
@media (min-width: 1200px) {
  header .hero .img-hero {
    width: 65%;
  }
}
header .hero .img-hero > img {
  position: relative;
  z-index: 0;
  height: 100%;
  width: auto;
  /*max-width: 100%;*/
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  header .hero .img-hero > img {
    height: 110%;
  }
}
header .hero .img-hero .degrade {
  position: absolute;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(238, 238, 238)), color-stop(40%, rgba(238, 238, 238, 0.9)), to(rgba(238, 238, 238, 0.3)));
  background: -webkit-linear-gradient(left, rgb(238, 238, 238) 0%, rgba(238, 238, 238, 0.9) 40%, rgba(238, 238, 238, 0.3) 100%);
  background: linear-gradient(to right, rgb(238, 238, 238) 0%, rgba(238, 238, 238, 0.9) 40%, rgba(238, 238, 238, 0.3) 100%);
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 768px) {
  header .hero .img-hero .degrade {
    background: -webkit-gradient(linear, left top, right top, from(rgb(238, 238, 238)), to(rgba(238, 238, 238, 0)));
    background: -webkit-linear-gradient(left, rgb(238, 238, 238) 0%, rgba(238, 238, 238, 0) 100%);
    background: linear-gradient(to right, rgb(238, 238, 238) 0%, rgba(238, 238, 238, 0) 100%);
  }
}
@media (min-width: 992px) {
  header .hero .img-hero .degrade {
    width: 65%;
  }
}
header .hero .img-hero .losanges {
  position: absolute;
  z-index: 3;
  top: 200px;
  right: -90px;
  width: auto;
  height: 120%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 768px) {
  header .hero .img-hero .losanges {
    height: 100%;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  header .hero .img-hero .losanges {
    top: 300px;
    right: 0;
    width: 80%;
    height: 80%;
  }
}
header .hero .img-hero .losanges img {
  height: auto;
  width: 500px;
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 768px) {
  header .hero .img-hero .losanges img {
    width: 700px;
  }
}
/* _ _ _ _ Titre en haut de page _ _ _ _ */
section.title {
  padding: 20px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}
section.title h1 {
  font-size: 3.2rem;
  font-weight: 300;
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 768px) {
  section.title h1 {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  section.title h1 {
    width: 80%;
    font-size: 4.8rem;
  }
}

/* _ _ _ Slides du HERO_ _ _*/
.slide {
  height: 500px;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .slide {
    height: 830px;
  }
}
.slide .container {
  height: 100%;
}
.slide .container .texte-slide {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 768px) {
  .slide .container .texte-slide {
    width: 655px;
  }
}
@media (min-width: 992px) {
  .slide .container .texte-slide {
    height: auto;
    padding-bottom: 0;
  }
}
.slide .container .texte-slide h2 {
  font-size: 3.5rem;
  margin: 30px 0 20px 0;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .slide .container .texte-slide h2 {
    font-size: 4.7rem;
    margin-top: 80px;
  }
}
.slide .container .texte-slide p {
  display: none;
  width: 80%;
  color: #459dd6;
  font-size: 2rem;
  font-weight: 300;
  line-height: 125%;
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 768px) {
  .slide .container .texte-slide p {
    display: block;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .slide .container .texte-slide p {
    font-size: 2.4rem;
  }
}
.slide .boutons-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 50px 0;
}
.slide .boutons-slide a {
  margin: 0 8px;
  height: 7px;
  width: 35px;
  background-color: #459dd6;
  opacity: 0.5;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.slide .boutons-slide a.active, .slide .boutons-slide a:hover {
  opacity: 0.9;
}

/* Slider en HOME */
header.main-header.home .slide .container {
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  header.main-header.home .slide .container {
    padding-top: 240px;
  }
}
header.main-header.home #slider {
  position: absolute;
  top: 0px;
  z-index: 10;
  background: #EEE;
  width: 100%;
}
header.main-header.home #slider .slide-content {
  position: relative;
  overflow: hidden;
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  header.main-header.home #slider .slide-content {
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}
header.main-header.home #slider .img-hero {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
}
header.main-header.home #slider .losanges {
  position: absolute;
  right: -100px;
  bottom: -100px;
  z-index: 2;
  width: 400px;
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 768px) {
  header.main-header.home #slider .losanges {
    width: 65%;
    bottom: -150px;
  }
}
@media (min-width: 992px) {
  header.main-header.home #slider .losanges {
    width: 50%;
    bottom: -100px;
    right: -200px;
  }
}
header.main-header.home #slider .degrade-hero {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(238, 238, 238)), color-stop(40%, rgb(238, 238, 238)), color-stop(80%, rgba(238, 238, 238, 0.7)), to(rgba(238, 238, 238, 0.3)));
  background: -webkit-linear-gradient(left, rgb(238, 238, 238) 0%, rgb(238, 238, 238) 40%, rgba(238, 238, 238, 0.7) 80%, rgba(238, 238, 238, 0.3) 100%);
  background: linear-gradient(to right, rgb(238, 238, 238) 0%, rgb(238, 238, 238) 40%, rgba(238, 238, 238, 0.7) 80%, rgba(238, 238, 238, 0.3) 100%);
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 768px) {
  header.main-header.home #slider .degrade-hero {
    width: 90%;
    background: -webkit-gradient(linear, left top, right top, from(rgb(238, 238, 238)), color-stop(40%, rgb(238, 238, 238)), to(rgba(238, 238, 238, 0)));
    background: -webkit-linear-gradient(left, rgb(238, 238, 238) 0%, rgb(238, 238, 238) 40%, rgba(238, 238, 238, 0) 100%);
    background: linear-gradient(to right, rgb(238, 238, 238) 0%, rgb(238, 238, 238) 40%, rgba(238, 238, 238, 0) 100%);
  }
}
@media (min-width: 992px) {
  header.main-header.home #slider .degrade-hero {
    width: 80%;
    background: -webkit-gradient(linear, left top, right top, from(rgb(238, 238, 238)), color-stop(55%, rgb(238, 238, 238)), to(rgba(238, 238, 238, 0)));
    background: -webkit-linear-gradient(left, rgb(238, 238, 238) 0%, rgb(238, 238, 238) 55%, rgba(238, 238, 238, 0) 100%);
    background: linear-gradient(to right, rgb(238, 238, 238) 0%, rgb(238, 238, 238) 55%, rgba(238, 238, 238, 0) 100%);
  }
}

footer {
  padding-top: 45px;
  overflow: hidden;
  background-color: #459dd6;
}
footer section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  footer section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer section > div {
  width: 90%;
  height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  background-color: #3e8dc0;
  font-size: 1.6rem;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  footer section > div {
    width: 50%;
    font-size: 1.8rem;
  }
}
footer div.adresse {
  position: relative;
  right: 50px;
  margin: 0 auto 20px auto;
  padding-right: 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: italic;
  line-height: 20px;
  color: #FFF;
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 768px) {
  footer div.adresse {
    margin-right: 40px;
  }
}
@media (min-width: 992px) {
  footer div.adresse {
    right: 0;
    margin-bottom: 0px;
    padding-right: 60px;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
footer div.adresse > div {
  position: relative;
  right: -50px;
}
footer div.adresse p {
  color: #FFF;
}
footer div.adresse p:first-of-type {
  margin-bottom: 10px;
}
footer div.adresse::after {
  position: absolute;
  right: -50px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 50px 0 0;
  border-color: #3e8dc0 transparent transparent transparent;
}
footer div.tel {
  position: relative;
  left: 50px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  footer div.tel {
    left: 0;
    margin: 0 0 0 40px;
    padding: 0 0 0 20px;
    padding-left: 60px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  footer div.tel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer div.tel > * {
  position: relative;
  left: -50px;
}
footer div.tel:before {
  position: absolute;
  left: -50px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 50px;
  border-color: transparent transparent #3e8dc0 transparent;
}
footer div.tel a, footer div.tel span {
  display: block;
}
footer div.tel a {
  margin-left: 5px;
  margin-top: 5px;
  text-decoration: underline;
  font-weight: normal;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 768px) {
  footer div.tel a {
    margin-top: 0;
  }
}
footer div.tel a:hover {
  color: #a2c538;
}
footer .background-bleufonce {
  height: 28px;
}
footer .menu-social-footer {
  padding-bottom: 30px;
}
footer .menu-social-footer ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  padding: 0 20px;
  margin-top: 10px;
}
footer .menu-social-footer ul li {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 150ms ease-in;
  transition: -webkit-box-shadow 150ms ease-in;
  transition: box-shadow 150ms ease-in;
  transition: box-shadow 150ms ease-in, -webkit-box-shadow 150ms ease-in;
}
footer .menu-social-footer ul li:hover {
  -webkit-box-shadow: 0 0 0 2px #fff;
          box-shadow: 0 0 0 2px #fff;
  -webkit-transition: -webkit-box-shadow 150ms ease-in;
  transition: -webkit-box-shadow 150ms ease-in;
  transition: box-shadow 150ms ease-in;
  transition: box-shadow 150ms ease-in, -webkit-box-shadow 150ms ease-in;
}
footer .menu-social-footer ul li.twitter {
  background-image: url("assets/svg/twitter.svg");
  font-size: 1px;
}
footer .menu-social-footer ul li.linkedin {
  background-image: url("assets/svg/linkedin.svg");
  font-size: 1px;
}
footer .menu-social-footer ul li.twitter a, footer .menu-social-footer ul li.linkedin a {
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 5px;
}
footer .menu-social-footer ul li + li {
  margin-left: 10px;
}

footer p.tribu {
  padding-bottom: 10px;
  color: #FFF;
  text-align: center;
  font-size: 1.6rem;
}
footer p.tribu a {
  font-weight: bold;
}

body.home .menu-footer-container {
  padding-bottom: 10px;
}

.img-overlay {
  position: relative;
  height: 150px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 768px) {
  .img-overlay {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .img-overlay {
    height: 100%;
  }
}
.img-overlay .degrade-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #C7E3A8;
  opacity: 0.6;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .img-overlay .degrade-overlay {
    height: 100%;
  }
}
.img-overlay img {
  height: 150px;
  width: auto;
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 768px) {
  .img-overlay img {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .img-overlay img {
    height: auto;
    width: 100%;
  }
}

.presentation.background-vert {
  padding: 40px 0;
  background-color: #f1f1f1;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .presentation.background-vert {
    padding: 60px 0;
  }
}
.presentation.background-vert .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .presentation.background-vert .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.presentation.background-vert .container img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 620px) {
  .presentation.background-vert .container img {
    width: auto;
    height: 110px;
  }
}
@media (min-width: 992px) {
  .presentation.background-vert .container img {
    margin: 0 30px 0 0;
  }
}
.presentation.background-vert .container p {
  margin: 0;
  color: #000;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.4;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .presentation.background-vert .container p {
    font-size: 2.2rem;
    line-height: 1.55;
  }
}

main section.temoignage {
  padding: 50px 0 70px 0;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
}
main section.temoignage #slider-temoignages {
  overflow: hidden;
}
main section.temoignage #slider-temoignages .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  main section.temoignage #slider-temoignages .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
main section.temoignage #slider-temoignages .container .slide-temoin.slick-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
main section.temoignage #slider-temoignages .slick-arrow {
  top: 45%;
  width: 20px;
  height: 30px;
}
main section.temoignage #slider-temoignages .slick-prev {
  left: 10px;
  background-image: url("assets/svg/chevron-right-gris.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  main section.temoignage #slider-temoignages .slick-prev {
    left: 20px;
  }
}
main section.temoignage #slider-temoignages .slick-next {
  right: 10px;
  background-image: url("assets/svg/chevron-right-gris.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  main section.temoignage #slider-temoignages .slick-next {
    right: 20px;
  }
}
main section.temoignage .img-round {
  height: 170px;
  width: 170px;
  min-width: 170px;
}
main section.temoignage .texte-temoin {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.temoignage .texte-temoin p {
  font-size: 1.6rem;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  main section.temoignage .texte-temoin p {
    font-size: 2rem;
  }
}

#prestations .grid,
#actus .grid {
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.grid .grid-item {
  padding: 20px 15px;
  margin: 12px 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  color: #585856;
  background-color: rgb(246, 246, 246);
  font-size: 18px;
  font-weight: 300;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .grid .grid-item {
    width: -webkit-calc(33% - 20px);
    width: calc(33% - 20px);
    margin: 0;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .grid .grid-item:nth-of-type(3) {
    margin-right: 0;
  }
}
.grid .grid-item span {
  display: inline-block;
  margin-bottom: 20px;
}
.grid .grid-item p {
  font-size: 18px;
  font-weight: 300;
  line-height: 125%;
  letter-spacing: 0.5px;
}
.grid .grid-item h3 {
  font-size: 18px;
  margin: 5px 0;
}
.grid .grid-item a {
  display: inline-block;
  margin-top: 6px;
  font-style: italic;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.grid .grid-item a:hover {
  text-decoration: underline;
}
.grid .grid-item a::before {
  content: url("assets/svg/triangle-gris.svg");
  display: inline-block;
  margin-right: 6px;
  width: 12px;
}
.grid .grid-item .bouton-plus {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.grid .grid-item.round-title {
  width: 100%;
  margin: 20px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0);
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .grid .grid-item.round-title {
    width: -webkit-calc(33% - 20px);
    width: calc(33% - 20px);
    margin: 30px 8px;
  }
}
.grid .grid-item.round-title .rond {
  display: none;
  width: 36px;
  min-width: 36px;
  height: 36px;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .grid .grid-item.round-title .rond {
    display: block;
    margin-top: 5px;
  }
}
.grid .grid-item.round-title .text-item {
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .grid .grid-item.round-title .text-item {
    margin-left: 20px;
  }
}
.grid .grid-item.round-title .text-item h3 {
  margin: 0 0 15px 0;
  color: #000;
  font-size: 2.2rem;
  font-weight: 400;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .grid .grid-item.round-title .text-item h3 {
    margin: 0 0 25px 0;
  }
}
.grid .grid-item.round-title .text-item p {
  margin-bottom: 15px;
  color: #585856;
  font-size: 1.8rem;
  word-spacing: 5px;
  letter-spacing: 0.5px;
  font-weight: 300;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .grid .grid-item.round-title .text-item p {
    margin-bottom: 25px;
  }
}
.grid .grid-item.round-title a {
  font-style: normal;
}
.grid .grid-item.round-title a::before {
  content: "";
  margin-right: 6px;
}

.background-img {
  padding: 50px 0;
  background-image: url("assets/img/background.png");
  background-size: cover;
}

section ul.directives {
  padding-left: 0;
  list-style-type: none;
  -ms-flex-item-align: start;
      align-self: flex-start;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  section ul.directives {
    -ms-flex-item-align: auto;
        align-self: auto;
  }
}
section ul.directives li {
  margin: 18px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 2rem;
  font-weight: 300;
  color: #585856;
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 620px) {
  section ul.directives li {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  section ul.directives li {
    font-size: 2.4rem;
  }
}
section ul.directives li a:hover,
section ul.directives li a:active,
section ul.directives li a:focus {
  text-decoration: underline;
}
section ul.directives li:before {
  content: url("assets/svg/bande3.svg");
  max-width: 25px;
  min-width: 25px;
  max-height: 25px;
  margin-right: 12px;
}
section ul.directives + .img-round {
  margin-left: 0px;
  min-width: 300px;
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 620px) {
  section ul.directives + .img-round {
    min-width: 350px;
  }
}
@media (min-width: 992px) {
  section ul.directives + .img-round {
    margin-left: 30px;
  }
}

section.partners,
section.partners .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  section.partners,
  section.partners .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1200px) {
  section.partners,
  section.partners .container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
section.partners img,
section.partners .container img {
  margin: 0 8px;
  width: auto;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 1200px) {
  section.partners img,
  section.partners .container img {
    margin: 0 18px;
  }
}

section.partners#slider-logos {
  position: relative;
  padding: 70px;
  height: 290px;
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 620px) {
  section.partners#slider-logos {
    height: 160px;
  }
}
@media (min-width: 768px) {
  section.partners#slider-logos {
    height: 100px;
  }
}
@media (min-width: 992px) {
  section.partners#slider-logos {
    padding: 70px 40px;
    height: 40px;
  }
}
section.partners#slider-logos .slide-logos {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 2%;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 96%;
  max-width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 768px) {
  section.partners#slider-logos .slide-logos {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
section.partners#slider-logos .slide-logos > img {
  width: 42%;
  max-width: 100%;
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 620px) {
  section.partners#slider-logos .slide-logos > img {
    max-width: 30%;
    height: auto;
  }
}
@media (min-width: 768px) {
  section.partners#slider-logos .slide-logos > img {
    min-width: 13%;
    max-width: 22%;
  }
}
@media (min-width: 992px) {
  section.partners#slider-logos .slide-logos > img {
    width: auto;
    height: auto;
  }
}

section.partners.bottom {
  padding: 20px 0 70px 0;
}
section.partners.bottom .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 768px) {
  section.partners.bottom .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
section.partners.bottom .container > img {
  margin: 10px 0;
}

.wsp-container .wsp-pages-title {
  display: none;
}
.wsp-container ul.wsp-pages-list {
  padding-left: 0;
  list-style-type: none;
}
.wsp-container ul.wsp-pages-list > li {
  margin: 4px 0;
}
.wsp-container ul.wsp-pages-list > li > a {
  text-transform: uppercase;
}
.wsp-container ul.wsp-pages-list li {
  margin: 4px 0;
}
.wsp-container ul.wsp-pages-list .children .children a {
  font-size: 1.7rem;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .wsp-container ul.wsp-pages-list .children .children a {
    font-size: 1.9rem;
  }
}

.single-article__footer {
  margin-top: 65px;
  padding: 25px 0 10px 0;
  border-top: 1px solid #ededed;
  text-align: center;
}
.single-article__footer a.bouton-bleu {
  color: #fff;
}

.grid.offres {
  padding: 40px 0;
}
.grid.offres .offre-emploi {
  width: 100%;
  background-color: #f1f1f1;
  margin: 18px 0;
  padding: 15px 20px 25px 20px;
}
.grid.offres .offre-emploi h2 {
  color: #697271;
  margin: 15px 0;
}
.grid.offres .offre-emploi p {
  margin-bottom: 15px;
}
.grid.offres .offre-emploi .bouton {
  color: #697271;
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .grid.offres .offre-emploi .bouton {
    font-size: 2rem;
  }
}

.single-offre-emploi form input[type=text],
.single-offre-emploi form input[type=email],
.single-offre-emploi form input[type=tel],
.single-offre-emploi form input[type=file] {
  padding: 6px;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.single-offre-emploi form .flex-2-col .flex-item + .flex-item {
  margin-top: 10px;
  /*@media screen and (min-width: $media) { @content; } */
}
@media (min-width: 992px) {
  .single-offre-emploi form .flex-2-col .flex-item + .flex-item {
    margin: 0 0 0 30px;
  }
}
.single-offre-emploi .wpcf7-form input[type=submit] {
  border: 1px solid #459dd6;
  background-color: #459dd6;
  white-space: normal;
}
/*# sourceMappingURL=style.css.map */
