@charset "UTF-8";
/* =============================================================================
    Import Compass Core
============================================================================= */
/* =============================================================================
    Déclarations variables
============================================================================= */
/* =============================================================================
    Grid
============================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@300;700&display=swap");
.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row .col {
    margin-bottom: 30px; }

/* =============================================================================
    Fonts
============================================================================= */
/* =============================================================================
    Imports
============================================================================= */
/* =============================================================================
    Utiles
============================================================================= */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.center {
  max-width: 1290px;
  padding: 0 60px;
  margin: 0 auto; }
  @media screen and (max-width: 1023px) {
    .center {
      padding: 0 40px; } }
  @media screen and (max-width: 767px) {
    .center {
      padding: 0 20px; } }

.clear {
  clear: both; }

img {
  max-width: 100%;
  height: auto; }
  img.aligncenter {
    clear: both;
    display: block;
    margin: 20px auto; }
  img.alignleft {
    float: left;
    margin: 6px 28px 28px 0; }

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

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

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

.pt0 {
  padding-top: 0; }

body:after {
  content: "";
  content: none;
  z-index: 999;
  display: block;
  pointer-events: none;
  width: 1300px;
  height: 1774px;
  background: transparent url("../i/integration-design/cat.jpg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  filter: invert(100%);
  opacity: 0.5;
  transform: translateX(-50%); }

.hidden {
  display: none; }

@media screen and (max-width: 1023px) {
  .hidden-mob {
    display: none; } }

@media screen and (min-width: 1024px) {
  .hidden-desk {
    display: none; } }

.col-2_4,
.col-sm-2_4,
.col-md-2_4,
.col-lg-2_4,
.col-xl-2_4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-2_4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

@media (min-width: 540px) {
  .col-sm-2_4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 720px) {
  .col-md-2_4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 960px) {
  .col-lg-2_4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 1140px) {
  .col-xl-2_4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
/* =============================================================================
    Init Text
============================================================================= */
body {
  font-size: 12px;
  font-family: 'Overpass', sans-serif;
  font-weight: 300;
  color: #1d2c37; }

/* Heading */
h1 {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  text-align: center; }

h2 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 5px; }

h3 {
  font-size: 15px;
  font-weight: 700; }

h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px; }

.contenu h2 {
  font-size: 24px;
  color: #fec800;
  margin: 20px 0; }
  .contenu h2 a {
    color: #fec800; }
    .contenu h2 a:hover {
      color: #1d2c37; }
.contenu h3 {
  font-size: 20px;
  margin-bottom: 10px; }
.contenu p {
  font-size: 14px;
  margin-bottom: 20px; }
  .contenu p a {
    color: #fec800; }
    .contenu p a:hover {
      color: #1d2c37; }
.contenu ul li,
.contenu ol li {
  font-size: 14px; }
  .contenu ul li a,
  .contenu ol li a {
    color: #fec800; }
    .contenu ul li a:hover,
    .contenu ol li a:hover {
      color: #1d2c37; }

/* Paragraph */
p {
  font-size: 12px;
  line-height: 1.5; }
  p.big {
    font-size: 16px; }

span.underline {
  text-decoration: underline; }
span.strong {
  font-weight: 700; }

/* List */
ul {
  list-style: none;
  margin-bottom: 15px;
  padding-left: 18px; }
  ul li {
    margin-bottom: 5px; }
    ul li:before {
      content: "\25A0";
      color: #fec800;
      display: inline-block;
      width: 12px;
      margin-left: -16px;
      margin-right: 8px;
      font-size: 12px;
      vertical-align: top; }

ol {
  margin-bottom: 15px;
  padding-left: 18px; }
  ol li {
    margin-bottom: 5px; }

/* Link */
a {
  color: #1d2c37;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out; }
  a .icon {
    transition: none; }

.btn, .ressource button,
.ressource input[type="submit"], body.single-webinaires .webinaire button,
body.single-webinaires .webinaire input[type="submit"], body.single-formations .formation button,
body.single-formations .formation input[type="submit"] {
  display: inline-block;
  background: #1d2c37;
  color: white;
  font-size: 14px;
  line-height: 28px;
  border-radius: 2px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 5px 0 15px; }
  .btn:hover, .ressource button:hover,
  .ressource input[type="submit"]:hover, body.single-webinaires .webinaire button:hover,
  body.single-webinaires .webinaire input[type="submit"]:hover, body.single-formations .formation button:hover,
  body.single-formations .formation input[type="submit"]:hover {
    color: #fec800; }
  .btn--white {
    background: white;
    color: #1d2c37; }
    .btn--white:hover {
      background: #1d2c37;
      color: white; }
  .btn--yellow, .ressource button,
  .ressource input[type="submit"], body.single-webinaires .webinaire button,
  body.single-webinaires .webinaire input[type="submit"], body.single-formations .formation button,
  body.single-formations .formation input[type="submit"] {
    background: #fec800;
    color: white; }
    .btn--yellow:hover, .ressource button:hover,
    .ressource input[type="submit"]:hover, body.single-webinaires .webinaire button:hover,
    body.single-webinaires .webinaire input[type="submit"]:hover, body.single-formations .formation button:hover,
    body.single-formations .formation input[type="submit"]:hover {
      background: #1d2c37;
      color: white; }

/* breadcrumbs */
.breadstyle {
  padding: 30px 0 20px; }
  .breadstyle p {
    color: #4a565f; }
    .breadstyle p a {
      position: relative;
      color: #4a565f;
      padding-bottom: 5px; }
      .breadstyle p a:after {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        left: 0;
        bottom: 0;
        background: #4a565f;
        transition-property: all;
        transition-duration: 0.3s;
        transition-timing-function: ease-in-out; }
      .breadstyle p a:hover {
        color: #1d2c37; }
        .breadstyle p a:hover:after {
          background: #1d2c37;
          bottom: 3px; }

@font-face {
  font-family: 'kreosicons';
  src: url("../fonts/kreosicons.eot?38132030");
  src: url("../fonts/kreosicons.eot?38132030#iefix") format("embedded-opentype"), url("../fonts/kreosicons.woff?38132030") format("woff"), url("../fonts/kreosicons.ttf?38132030") format("truetype"), url("../fonts/kreosicons.svg?38132030#kreosicons") format("svg");
  font-weight: normal;
  font-style: normal; }
.icon {
  display: inline-block;
  font-size: 14px;
  line-height: 1em; }
  .icon i {
    font-family: "kreosicons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: 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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../i/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url('/fonts/slick.eot?1589108624');
  src: url('/fonts/slick.eot?&1589108624#iefix') format("embedded-opentype"), url('/fonts/slick.woff?1589108624') format("woff"), url('/fonts/slick.ttf?1589108624') format("truetype"), url('/fonts/slick.svg?1589108624#slick') format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: #fec800; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev {
  left: -25px;
  /*&:before {
      content: $slick-prev-character;
      [dir="rtl"] & {
          content: $slick-next-character;
      }
  }*/ }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }

.slick-next {
  right: -25px;
  /*&:before {
      content: $slick-next-character;
      [dir="rtl"] & {
          content: $slick-prev-character;
      }
  }*/ }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.header {
  position: relative;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  z-index: 1000; }
  .header__top {
    padding: 15px 0px;
    text-align: right;
    font-size: 13px;
    font-weight: 700; }
    @media screen and (max-width: 1200px) {
      .header__top {
        padding-right: 160px; } }
    @media screen and (max-width: 479px) {
      .header__top {
        padding-right: 0; } }
    .header__top a:hover {
      color: #fec800; }
  .header__main {
    display: flex;
    align-items: center;
    padding-top: 15px; }
    @media screen and (max-width: 1023px) {
      .header__main {
        padding-top: 0; } }
  .header .btn-menu {
    display: none;
    height: 36px;
    margin-bottom: 15px;
    margin-right: 10px;
    cursor: pointer; }
    @media screen and (max-width: 1023px) {
      .header .btn-menu {
        display: block; } }
    .header .btn-menu .icon {
      line-height: 36px;
      font-size: 32px;
      transition: all 0.3s ease-in-out; }
    .header .btn-menu:hover .icon {
      color: #fec800; }
  .header .logo {
    width: 180px;
    padding-bottom: 20px; }
    @media screen and (max-width: 1023px) {
      .header .logo {
        padding-bottom: 15px; } }
  .header .menu-container {
    flex-grow: 1; }
  .header .menu {
    margin-top: 10px;
    padding: 0 0 0 20px; }
    .header .menu ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .header .menu ul li {
        margin: 0; }
        .header .menu ul li:first-child {
          margin-left: 0; }
        .header .menu ul li:before {
          content: none; }
        .header .menu ul li a {
          font-size: 14px; }
          .header .menu ul li a .icon {
            vertical-align: bottom; }
    .header .menu > ul {
      display: flex; }
      .header .menu > ul > li {
        flex: 1 1 0;
        padding-bottom: 26px; }
        .header .menu > ul > li:hover > a {
          font-weight: 700;
          color: #fec800; }
        .header .menu > ul > li:hover .menu-categories {
          visibility: visible;
          top: 117px;
          opacity: 1;
          transition: all 0.2s ease-in-out; }
    .header .menu .menu-categories {
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      top: 117px;
      opacity: 0;
      visibility: hidden;
      padding: 26px 0;
      background: white;
      box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.15), 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
      transition: all 0.1s ease-out; }
      .header .menu .menu-categories .center {
        padding: 0 60px 0 305px; }
        @media screen and (max-width: 1200px) {
          .header .menu .menu-categories .center {
            padding: 0 60px 0 290px; } }
      .header .menu .menu-categories ul li {
        float: left;
        width: 20%; }
        .header .menu .menu-categories ul li:nth-child(5n+1) {
          clear: left; }
        .header .menu .menu-categories ul li a {
          display: block;
          font-weight: 700;
          padding: 4px 0; }
          .header .menu .menu-categories ul li a:hover {
            color: #fec800; }
        .header .menu .menu-categories ul li .icon {
          display: none; }
        .header .menu .menu-categories ul li ul.menu-sous-categories ul.menu-sous-categories {
          margin-left: 10px;
        }
        .header .menu .menu-categories ul li ul.menu-sous-categories li {
          display: block;
          float: none;
          width: 100%; }
          .header .menu .menu-categories ul li ul.menu-sous-categories li.menu-item-has-children {
            margin-left: 10px; }
            .header .menu .menu-categories ul li ul.menu-sous-categories li.menu-item-has-children > a {
              font-weight: bold; }
          .header .menu .menu-categories ul li ul.menu-sous-categories li a {
            font-weight: 300; }
            .menu-external {
              display: flex;
              flex-direction: column;
              align-items: flex-end;
              margin: 0 0 20px auto;
          }
          .menu-external .go-dental {
            margin-bottom: 10px;
        }
            @media screen and (max-width: 479px) {
              .menu-external {
                display: none; } }
.menu-mobile {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100%;
  padding-top: 15px;
  background: white;
  overflow-y: auto;
  box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  z-index: 9999; }
  .menu-mobile.open {
    visibility: visible;
    left: 0; }
  .menu-mobile .menu-mobile-close {
    float: right;
    margin-right: 10px;
    cursor: pointer; }
    .menu-mobile .menu-mobile-close .icon {
      font-size: 26px; }
    .menu-mobile .menu-mobile-close:hover .icon {
      color: #fec800; }
  .menu-mobile .menu {
    margin-top: 15px; }
    .menu-mobile .menu ul {
      margin: 0;
      padding: 0; }
      .menu-mobile .menu ul li {
        border-top: 1px solid #ccc;
        margin-bottom: 0; }
        .menu-mobile .menu ul li:before {
          content: none; }
        .menu-mobile .menu ul li a {
          display: block;
          position: relative;
          padding: 10px 15px;
          font-size: 20px; }
          .menu-mobile .menu ul li a .icon {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 18px; }
        .menu-mobile .menu ul li .menu-categories {
          display: none; }
          .menu-mobile .menu ul li .menu-categories a {
            font-size: 16px;
            font-weight: 700;
            background: #f7f8f8; }
            .menu-mobile .menu ul li .menu-categories a .icon {
              display: none; }
          .menu-mobile .menu ul li .menu-categories .center {
            padding: 0; }
        .menu-mobile .menu ul li .menu-sous-categories li {
          border: none; }
        .menu-mobile .menu ul li .menu-sous-categories a {
          font-size: 14px;
          font-weight: 300;
          background: white; }
        .menu-mobile .menu ul li.open > a {
          color: #fec800; }
          .menu-mobile .menu ul li.open > a .icon {
            transform: translateY(-50%) rotate(180deg); }
        .menu-mobile .menu ul li.open .menu-categories {
          display: block; }
          @media screen and (max-width: 1023px) {
            .menu-mobile .menu-external {
              display: none;
            }
          }
          @media screen and (max-width: 479px) {
          .menu-mobile .menu-external {
                display: flex;
                align-items: flex-start;
                margin-top: 20px;
                padding: 0 15px; 
            }
        }
.menu-mobile-overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 9990;
  transition: all 0.3s ease-in-out; }
  .menu-mobile-overlay.open {
    visibility: visible;
    opacity: 1; }

.footer {
  background-color: #1d2c37; }
  .footer__contact {
    padding: 60px 0;
    text-align: center;
    background: url("../i/banner/footer-bg.jpg");
    box-shadow: inset 0px 10px 5px 0px rgba(0, 0, 0, 0.15); }
    .footer__contact p {
      font-size: 32px;
      margin-bottom: 15px; }
  .footer__mailjet {
    padding: 30px 0;
    text-align: center; }
    .footer__mailjet h3 {
      font-size: 32px;
      font-weight: 300;
      display: inline-block;
      color: #fec800;
      vertical-align: middle;
      margin-right: 30px; }
    .footer__mailjet .mj-w-button {
      display: inline-block;
      vertical-align: middle; }
      .footer__mailjet .mj-w-button .btn, .footer__mailjet .mj-w-button .ressource button, .ressource .footer__mailjet .mj-w-button button,
      .footer__mailjet .mj-w-button .ressource input[type="submit"],
      .ressource .footer__mailjet .mj-w-button input[type="submit"], .footer__mailjet .mj-w-button body.single-webinaires .webinaire button, body.single-webinaires .webinaire .footer__mailjet .mj-w-button button,
      .footer__mailjet .mj-w-button body.single-webinaires .webinaire input[type="submit"],
      body.single-webinaires .webinaire .footer__mailjet .mj-w-button input[type="submit"], .footer__mailjet .mj-w-button body.single-formations .formation button, body.single-formations .formation .footer__mailjet .mj-w-button button,
      .footer__mailjet .mj-w-button body.single-formations .formation input[type="submit"],
      body.single-formations .formation .footer__mailjet .mj-w-button input[type="submit"] {
        transition: all 0.3s ease-in-out; }
        .footer__mailjet .mj-w-button .btn:hover, .footer__mailjet .mj-w-button .ressource button:hover, .ressource .footer__mailjet .mj-w-button button:hover,
        .footer__mailjet .mj-w-button .ressource input[type="submit"]:hover,
        .ressource .footer__mailjet .mj-w-button input[type="submit"]:hover, .footer__mailjet .mj-w-button body.single-webinaires .webinaire button:hover, body.single-webinaires .webinaire .footer__mailjet .mj-w-button button:hover,
        .footer__mailjet .mj-w-button body.single-webinaires .webinaire input[type="submit"]:hover,
        body.single-webinaires .webinaire .footer__mailjet .mj-w-button input[type="submit"]:hover, .footer__mailjet .mj-w-button body.single-formations .formation button:hover, body.single-formations .formation .footer__mailjet .mj-w-button button:hover,
        .footer__mailjet .mj-w-button body.single-formations .formation input[type="submit"]:hover,
        body.single-formations .formation .footer__mailjet .mj-w-button input[type="submit"]:hover {
          background: #fec800; }
  .footer__links {
    font-size: 12px;
    color: #a5abaf;
    padding: 20px 0;
    border-top: 1px solid #4a565f; }
    .footer__links .center {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 1023px) {
        .footer__links .center {
          text-align: center;
          display: block; } }
    .footer__links a, .footer__links .icv-link {
      cursor: pointer;
      color: #a5abaf; }
      .footer__links a:hover, .footer__links .icv-link:hover {
        text-decoration: underline; }
    @media screen and (max-width: 1023px) {
      .footer__links .copyright {
        margin-bottom: 10px; } }
    .footer__links .social a:hover {
      text-decoration: none;
      color: white; }
  .footer .news-sendinblue {
    display: inline-block; }
    .footer .news-sendinblue a {
      background: white;
      color: black;
      display: inline-block;
      font-size: 14px;
      line-height: 28px;
      border-radius: 2px;
      font-weight: 700;
      text-transform: uppercase; }
      .footer .news-sendinblue a:hover {
        background: black;
        color: white; }

section {
  padding: 50px 0; }
  section .tab-content {
    display: none;
    padding-bottom: 20px; }
    section .tab-content.active {
      display: block; }

.section--lightgray {
  background: #f7f8f8; }
.section--yellow {
  background: #fec800; }
.section--metiers {
  position: relative;
  padding: 0; }
  .section--metiers .row {
    position: relative;
    z-index: 2; }
  .section--metiers:before, .section--metiers:after {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1; }
    @media screen and (max-width: 1023px) {
      .section--metiers:before, .section--metiers:after {
        content: none; } }
  .section--metiers:before {
    left: 0;
    background: #fec800; }
  .section--metiers:after {
    right: 0;
    background: #1d2c37; }
  .section--metiers .metier-img {
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #fec800; }
    @media screen and (max-width: 1023px) {
      .section--metiers .metier-img {
        background-image: none !important; } }
    .section--metiers .metier-img div.metier-img__legend {
      position: absolute;
      left: 0;
      bottom: 30px;
      width: 100%;
      height: 60px;
      padding: 0 20px; }
      @media screen and (max-width: 1023px) {
        .section--metiers .metier-img div.metier-img__legend {
          position: initial;
          height: auto;
          padding-top: 30px; } }
      .section--metiers .metier-img div.metier-img__legend span {
        color: white;
        font-size: 16px;
        font-weight: 700;
        text-shadow: 0px 0px 3px #1d2c37; }
        @media screen and (max-width: 1023px) {
          .section--metiers .metier-img div.metier-img__legend span {
            font-size: 22px;
            text-shadow: none; } }
      .section--metiers .metier-img div.metier-img__legend p {
        font-weight: 700;
        text-shadow: 0px 0px 3px #1d2c37; }
        @media screen and (max-width: 1023px) {
          .section--metiers .metier-img div.metier-img__legend p {
            font-size: 16px;
            text-shadow: none; } }
    .section--metiers .metier-img .metier-more {
      position: absolute;
      top: 0;
      left: 90%;
      height: 100%;
      padding: 60px 40px 0;
      background-color: #fec800;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease-out;
      z-index: -1; }
      @media screen and (max-width: 1023px) {
        .section--metiers .metier-img .metier-more {
          position: initial;
          visibility: visible;
          opacity: 1;
          height: auto;
          padding: 20px 20px 30px; } }
      .section--metiers .metier-img .metier-more p {
        color: white;
        margin-bottom: 20px; }
      .section--metiers .metier-img .metier-more a {
        color: white;
        font-weight: 700;
        text-transform: uppercase; }
        .section--metiers .metier-img .metier-more a .icon {
          color: white;
          vertical-align: middle; }
        .section--metiers .metier-img .metier-more a:hover {
          color: #1d2c37; }
          .section--metiers .metier-img .metier-more a:hover .icon {
            color: white; }
      .section--metiers .metier-img .metier-more.active {
        visibility: visible;
        opacity: 1;
        left: 100%;
        transition: all 0.3s ease-in;
        z-index: 1; }
  .section--metiers .metiers-left {
    position: relative;
    padding: 60px;
    background-color: #1d2c37; }
    @media screen and (max-width: 1023px) {
      .section--metiers .metiers-left {
        padding: 30px; } }
  .section--metiers h2 {
    color: #fec800;
    margin-bottom: 60px; }
    @media screen and (max-width: 1023px) {
      .section--metiers h2 {
        margin-bottom: 30px; } }
  .section--metiers p {
    color: white; }
.section--home-blog h2 {
  margin-bottom: 45px; }

body.tax-cat_produits main,
body.tax-cat_materiaux main,
body.post-type-archive-materiaux main {
  background: #f7f8f8; }
  body.tax-cat_produits main .cat-description,
  body.tax-cat_materiaux main .cat-description,
  body.post-type-archive-materiaux main .cat-description {
    margin-bottom: 40px; }
    body.tax-cat_produits main .cat-description h2,
    body.tax-cat_materiaux main .cat-description h2,
    body.post-type-archive-materiaux main .cat-description h2 {
      font-size: 28px;
      color: #fec800; }
    body.tax-cat_produits main .cat-description p,
    body.tax-cat_materiaux main .cat-description p,
    body.post-type-archive-materiaux main .cat-description p {
      font-size: 14px;
      margin-bottom: 15px; }
    body.tax-cat_produits main .cat-description ul li,
    body.tax-cat_materiaux main .cat-description ul li,
    body.post-type-archive-materiaux main .cat-description ul li {
      font-size: 16px; }
  body.tax-cat_produits main .contenu p,
  body.tax-cat_materiaux main .contenu p,
  body.post-type-archive-materiaux main .contenu p {
    font-size: 14px;
    margin-bottom: 15px; }
  body.tax-cat_produits main .contenu ul,
  body.tax-cat_materiaux main .contenu ul,
  body.post-type-archive-materiaux main .contenu ul {
    list-style: none;
    margin-bottom: 15px;
    padding-left: 18px; }
    body.tax-cat_produits main .contenu ul li,
    body.tax-cat_materiaux main .contenu ul li,
    body.post-type-archive-materiaux main .contenu ul li {
      font-size: 16px;
      margin-bottom: 5px; }
      body.tax-cat_produits main .contenu ul li:before,
      body.tax-cat_materiaux main .contenu ul li:before,
      body.post-type-archive-materiaux main .contenu ul li:before {
        content: "\25A0";
        color: #fec800;
        display: inline-block;
        width: 12px;
        margin-left: -16px;
        margin-right: 8px;
        font-size: 12px;
        vertical-align: top; }
  body.tax-cat_produits main .contenu .mat-list .bloglist__article,
  body.tax-cat_materiaux main .contenu .mat-list .bloglist__article,
  body.post-type-archive-materiaux main .contenu .mat-list .bloglist__article {
    cursor: initial; }
  body.tax-cat_produits main .contenu .mat-list p,
  body.tax-cat_materiaux main .contenu .mat-list p,
  body.post-type-archive-materiaux main .contenu .mat-list p {
    font-size: 12px;
    line-height: 1.5; }
  body.tax-cat_produits main .contenu .mat-list ul li,
  body.tax-cat_materiaux main .contenu .mat-list ul li,
  body.post-type-archive-materiaux main .contenu .mat-list ul li {
    font-size: 12px; }

.bloglist__article {
  display: flex;
  height: 100%;
  cursor: pointer;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 767px) {
    .bloglist__article {
      flex-direction: column; } }
  .bloglist__article--left {
    position: relative;
    width: 220px;
    flex: 0 0 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      .bloglist__article--left {
        width: 100%; } }
    .bloglist__article--left .article-tag {
      position: absolute;
      top: 0;
      left: 0;
      color: #1d2c37;
      font-size: 12px;
      line-height: 24px;
      padding: 0 10px;
      text-transform: uppercase;
      background: #fec800; }
  .bloglist__article--right {
    flex-grow: 1;
    background: #f7f8f8;
    padding: 20px; }
    .bloglist__article--right h3 {
      margin-bottom: 5px; }
    .bloglist__article--right .article-date {
      display: block;
      font-size: 10px;
      margin-bottom: 15px; }
    .bloglist__article--right .article-more {
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      color: #fec800;
      margin-top: 15px; }
      .bloglist__article--right .article-more .icon {
        vertical-align: middle;
        color: #fec800; }
      .bloglist__article--right .article-more:hover {
        color: #1d2c37; }
        .bloglist__article--right .article-more:hover .icon {
          color: #fec800; }

.bloglist__article {
  display: flex;
  height: 100%;
  cursor: pointer;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 767px) {
    .bloglist__article {
      flex-direction: column; } }
  .bloglist__article--left {
    position: relative;
    width: 220px;
    flex: 0 0 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      .bloglist__article--left {
        width: 100%; } }
    .bloglist__article--left .article-tag {
      position: absolute;
      top: 0;
      left: 0;
      color: #1d2c37;
      font-size: 12px;
      line-height: 24px;
      padding: 0 10px;
      text-transform: uppercase;
      background: #fec800; }
  .bloglist__article--right {
    flex-grow: 1;
    background: #f7f8f8;
    padding: 20px; }
    .bloglist__article--right h3 {
      margin-bottom: 5px; }
    .bloglist__article--right .article-date {
      display: block;
      font-size: 10px;
      margin-bottom: 15px; }
    .bloglist__article--right .article-more {
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      color: #fec800;
      margin-top: 15px; }
      .bloglist__article--right .article-more .icon {
        vertical-align: middle;
        color: #fec800; }
      .bloglist__article--right .article-more:hover {
        color: #1d2c37; }
        .bloglist__article--right .article-more:hover .icon {
          color: #fec800; }

body.single-produits main {
  background: #f7f8f8; }
body.single-produits h1 {
  font-size: 30px;
  margin: 20px 0;
  text-align: left;
  color: #fec800; }
body.single-produits .rev_slider {
  background: white; }
body.single-produits .bloc_tab table {
  width: 100% !important; }
  body.single-produits .bloc_tab table tr td {
    padding: 10px;
    border-bottom: 1px solid #dfdfdf; }
    body.single-produits .bloc_tab table tr td:first-child {
      background: #d3d4d8; }
  body.single-produits .bloc_tab table tr:nth-child(even) td:last-child {
    background: #fff; }

body.single-post h1 {
  color: #fec800;
  margin: 20px 0 40px; }
body.single-post .article-date {
  display: block;
  font-weight: 700;
  margin: 0 0 40px;
  text-align: center; }
body.single-post h1 + .article-date {
  margin-top: -30px; }

body.page-template-tpl-contact main {
  background: #f7f8f8; }
body.page-template-tpl-contact .contact-right #map {
  width: 100%;
  height: 180px;
  margin-bottom: 20px; }
body.page-template-tpl-contact .contact-right .contact-infos {
  width: 100%;
  border: 1px solid #a5abaf;
  padding: 20px; }
  body.page-template-tpl-contact .contact-right .contact-infos h3 {
    font-size: 1.6em;
    margin-bottom: 8px;
    color: #fec800; }
  body.page-template-tpl-contact .contact-right .contact-infos p {
    line-height: 1.6em; }
body.page-template-tpl-contact .contact-right img {
  display: block;
  width: 100%;
  height: auto;
  margin: 18px 0; }
body.page-template-tpl-contact .contact-form {
  padding: 20px;
  background: #fff; }
  body.page-template-tpl-contact .contact-form h2 {
    font-size: 2em;
    margin-bottom: 12px; }
  body.page-template-tpl-contact .contact-form label {
    display: block;
    font-size: 1.2em;
    font-weight: 400;
    color: #fec800;
    margin-bottom: 4px; }
  body.page-template-tpl-contact .contact-form input,
  body.page-template-tpl-contact .contact-form textarea {
    display: block;
    background: #fff;
    border: 1px solid #a5abaf;
    width: 100%;
    height: 24px;
    line-height: 24px;
    padding: 0 4px;
    color: #a5abaf;
    margin-bottom: 8px; }
  body.page-template-tpl-contact .contact-form input:hover,
  body.page-template-tpl-contact .contact-form textarea:hover {
    border: 1px solid #fec800;
    color: #fec800;
    background: #eee; }
  body.page-template-tpl-contact .contact-form input:focus {
    outline: 0; }
  body.page-template-tpl-contact .contact-form textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 180px;
    min-height: 180px;
    max-height: 180px; }
    body.page-template-tpl-contact .contact-form textarea:focus {
      outline: 0; }
  body.page-template-tpl-contact .contact-form .wpcf7-form-control-wrap.devis {
    display: none; }
  body.page-template-tpl-contact .contact-form .wpcf7-submit {
    background: #fec800;
    border: 1px solid #fec800;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
    height: 30px;
    line-height: 30px;
    cursor: pointer; }
    body.page-template-tpl-contact .contact-form .wpcf7-submit:hover {
      background: #1d2c37;
      border: 1px solid #1d2c37;
      font-weight: 700; }
  body.page-template-tpl-contact .contact-form div.wpcf7-validation-errors {
    border-color: #fec800;
    background: #fec800;
    color: #fff; }
  body.page-template-tpl-contact .contact-form div.wpcf7-mail-sent-ok {
    border-color: #35a30e;
    background: #35a30e;
    color: #fff; }

.block-cat,
.block-prod {
  background: #d3d4d8;
  height: 100%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.1s ease-out; }
  .block-cat .thumb-cat,
  .block-cat .thumb-prod,
  .block-prod .thumb-cat,
  .block-prod .thumb-prod {
    background: white;
    text-align: center;
    padding: 10px 0; }
  .block-cat .thumb-prod img,
  .block-prod .thumb-prod img {
    transition: all 0.1s ease-out; }
  .block-cat .txt-cat,
  .block-cat .txt-prod,
  .block-prod .txt-cat,
  .block-prod .txt-prod {
    background: #d3d4d8;
    padding: 30px 20px;
    transition: all 0.1s ease-out; }
    .block-cat .txt-cat a,
    .block-cat .txt-prod a,
    .block-prod .txt-cat a,
    .block-prod .txt-prod a {
      display: block;
      font-size: 18px;
      text-transform: uppercase;
      margin-bottom: 20px;
      color: #1d2c37;
      transition: all 0.1s ease-out; }
    .block-cat .txt-cat p,
    .block-cat .txt-prod p,
    .block-prod .txt-cat p,
    .block-prod .txt-prod p {
      color: #4a565f;
      transition: all 0.1s ease-out; }
  .block-cat:hover,
  .block-prod:hover {
    background: #fec800;
    transition: all 0.2s ease-in; }
    .block-cat:hover .thumb-prod img,
    .block-prod:hover .thumb-prod img {
      transform-origin: 50% 50% 50%;
      transform: scale(1.1);
      transition: all 0.2s ease-in; }
    .block-cat:hover .txt-cat,
    .block-cat:hover .txt-prod,
    .block-prod:hover .txt-cat,
    .block-prod:hover .txt-prod {
      background: #fec800;
      transition: all 0.2s ease-in; }
      .block-cat:hover .txt-cat a,
      .block-cat:hover .txt-cat p,
      .block-cat:hover .txt-prod a,
      .block-cat:hover .txt-prod p,
      .block-prod:hover .txt-cat a,
      .block-prod:hover .txt-cat p,
      .block-prod:hover .txt-prod a,
      .block-prod:hover .txt-prod p {
        color: white;
        transition: all 0.2s ease-in; }

.block-services {
  display: flex;
  height: 100%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 767px) {
    .block-services {
      flex-direction: column; } }
  .block-services--left {
    position: relative;
    width: 220px;
    flex: 0 0 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      .block-services--left {
        width: 100%; } }
    .block-services--left .article-tag {
      position: absolute;
      top: 0;
      left: 0;
      color: #1d2c37;
      font-size: 12px;
      line-height: 24px;
      padding: 0 10px;
      text-transform: uppercase;
      background: #fec800; }
  .block-services--right {
    flex-grow: 1;
    background: #f7f8f8;
    padding: 20px; }
    .block-services--right td {
      font-size: 14px;
      padding: 10px;
      text-align: center; }
    .block-services--right tr.entete {
      background: #fec800;
      font-weight: bold; }
    .block-services--right h3 {
      margin-bottom: 5px; }
    .block-services--right .article-date {
      display: block;
      font-size: 10px;
      margin-bottom: 15px; }
    .block-services--right .article-more {
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      color: #fec800;
      margin-top: 15px; }
      .block-services--right .article-more .icon {
        vertical-align: middle;
        color: #fec800; }
      .block-services--right .article-more:hover {
        color: #1d2c37; }
        .block-services--right .article-more:hover .icon {
          color: #fec800; }

.slick-slide {
  outline: 0; }

@media screen and (max-width: 767px) {
  .slick-fournisseurs .slick-prev {
    left: 0;
    z-index: 2; } }
@media screen and (max-width: 767px) {
  .slick-fournisseurs .slick-next {
    right: 0;
    z-index: 2; } }
.slick-fournisseurs .slick-arrow.icon {
  font-size: 28px; }
.slick-fournisseurs:before, .slick-fournisseurs:after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  background: transparent;
  z-index: 1; }
.slick-fournisseurs:before {
  left: 0;
  background: linear-gradient(90deg, #f7f8f8 50%, rgba(255, 255, 255, 0) 100%); }
.slick-fournisseurs:after {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #f7f8f8 50%); }

.slick-catalogue {
  margin-top: 40px;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2); }
  .slick-catalogue .slide-content {
    padding: 60px;
    background-size: auto 100%;
    background-position: right top;
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      .slick-catalogue .slide-content {
        padding: 30px;
        background-size: cover;
        background-position: center; }
        .slick-catalogue .slide-content:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          background: rgba(255, 255, 255, 0.25);
          z-index: 1; }
        .slick-catalogue .slide-content div, .slick-catalogue .slide-content p, .slick-catalogue .slide-content a {
          position: relative;
          z-index: 2; } }
    .slick-catalogue .slide-content__brand {
      font-size: 24px;
      font-weight: bold;
      color: #fec800; }
    .slick-catalogue .slide-content__title {
      font-size: 24px;
      font-weight: bold; }
    .slick-catalogue .slide-content__subtitle {
      font-size: 18px;
      margin-bottom: 20px; }
    .slick-catalogue .slide-content__text {
      font-size: 15px;
      margin-bottom: 20px; }
  .slick-catalogue .slick-dots {
    bottom: -30px; }
    .slick-catalogue .slick-dots li {
      margin: 0; }
      .slick-catalogue .slick-dots li button:before {
        font-size: 12px;
        opacity: 1;
        color: #4a565f; }
      .slick-catalogue .slick-dots li button:hover:before {
        color: #fec800; }
      .slick-catalogue .slick-dots li:before {
        content: none; }
      .slick-catalogue .slick-dots li.slick-active button:before {
        color: #fec800; }

.home-banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top 25%;
  background-size: cover;
  padding: 0; }
  .home-banner:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .home-banner__encadre {
    position: relative;
    padding: 76px 0 82px; }
    @media screen and (max-width: 991px) {
      .home-banner__encadre {
        padding: 20px 0; } }
    .home-banner__encadre h2 {
      font-size: 40px;
      line-height: 1.2;
      margin-bottom: 12px; }
    .home-banner__encadre .btn, .home-banner__encadre .ressource button, .ressource .home-banner__encadre button,
    .home-banner__encadre .ressource input[type="submit"],
    .ressource .home-banner__encadre input[type="submit"], .home-banner__encadre body.single-webinaires .webinaire button, body.single-webinaires .webinaire .home-banner__encadre button,
    .home-banner__encadre body.single-webinaires .webinaire input[type="submit"],
    body.single-webinaires .webinaire .home-banner__encadre input[type="submit"], .home-banner__encadre body.single-formations .formation button, body.single-formations .formation .home-banner__encadre button,
    .home-banner__encadre body.single-formations .formation input[type="submit"],
    body.single-formations .formation .home-banner__encadre input[type="submit"] {
      margin-top: 45px; }
    .home-banner__encadre .center {
      position: relative;
      z-index: 2; }
      .home-banner__encadre .center .half {
        width: 35%; }
        @media screen and (max-width: 991px) {
          .home-banner__encadre .center .half {
            width: 100%; } }
    .home-banner__encadre:after {
      content: "";
      position: absolute;
      top: 0;
      transform: translateX(-35%);
      width: 100%;
      height: 100%;
      background-image: url("../i/banner/encadre.png");
      background-repeat: no-repeat;
      background-position: right top;
      z-index: 1; }
      @media screen and (max-width: 991px) {
        .home-banner__encadre:after {
          transform: none;
          background-image: none;
          background-color: #fec800; } }

.banner-title {
  background: #fec800;
  padding: 30px 0; }
  .banner-title--with-cover {
    position: relative;
    padding: 0;
    background: #a5abaf; }
    .banner-title--with-cover h1 {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      font-size: 32px; }
  .banner-title .title-single-actu,
  .banner-title .title-single-app {
    display: block;
    font-size: 24px;
    line-height: 1;
    margin: 0;
    text-align: center; }
  .banner-title img {
    display: block;
    margin: 0 auto; }
  .banner-title__cover {
    width: 100%;
    height: 260px;
    background-size: cover;
    background-position: center; }

body.single-produits .banner-title {
  padding: 0;
  background: #a5abaf; }

.banner-tabs {
  background: #1d2c37; }
  .banner-tabs ul {
    margin-bottom: 0;
    padding-left: 15px; }
    .banner-tabs ul.col-xs-6 {
      padding-left: 15px;
      padding-right: 15px; }
    .banner-tabs ul li {
      display: inline-block;
      color: white;
      font-size: 16px;
      margin: 0; }
      .banner-tabs ul li:before {
        content: none; }
      .banner-tabs ul li.current-menu-item a, .banner-tabs ul li.active a {
        color: #fec800; }
      .banner-tabs ul li a {
        cursor: pointer;
        display: block;
        color: white;
        font-size: 16px;
        padding: 11px 20px; }
        .banner-tabs ul li a:hover {
          color: #fec800; }
      .banner-tabs ul li.echantillon {
        margin-right: 10px; }
        .banner-tabs ul li.echantillon a {
          background: #fec800 url("../i/icons/echantillon-black.png") no-repeat 10px 12px;
          background-size: 28px;
          padding-left: 44px;
          color: #1d2c37; }
          .banner-tabs ul li.echantillon a:hover {
            color: white;
            background-image: url("../i/icons/echantillon-white.png"); }
      .banner-tabs ul li.senddevis .form-devis .submit {
        border: none;
        background: none;
        color: #1d2c37;
        background: #fec800 url("../i/icons/devis-black.png") no-repeat 10px 12px;
        background-size: 22px;
        padding: 11px 20px 11px 36px;
        transition: all 0.3s ease-in-out; }
        .banner-tabs ul li.senddevis .form-devis .submit:hover {
          color: white;
          background-image: url("../i/icons/devis-white.png"); }
      .banner-tabs ul li.brochure {
        background: #fec800 url("../i/icons/brochure.png") no-repeat 10px center;
        padding-left: 42px; }
        .banner-tabs ul li.brochure ul.multiple_files {
          position: absolute;
          z-index: 9999;
          display: none; }
          .banner-tabs ul li.brochure ul.multiple_files li {
            float: none;
            background: #fff;
            height: 32px; }
            .banner-tabs ul li.brochure ul.multiple_files li a {
              color: #111;
              line-height: 32px; }
              .banner-tabs ul li.brochure ul.multiple_files li a:hover {
                color: #faa61a; }
        .banner-tabs ul li.brochure:hover ul.multiple_files {
          display: block; }
  @media screen and (max-width: 767px) {
    .banner-tabs .nav-tab-produit {
      position: relative;
      overflow: hidden; }
      .banner-tabs .nav-tab-produit:before, .banner-tabs .nav-tab-produit:after {
        content: "";
        position: absolute;
        top: 0;
        width: 60px;
        height: 42px;
        background: transparent;
        z-index: 1; }
      .banner-tabs .nav-tab-produit:before {
        left: -20px;
        background: linear-gradient(90deg, #1d2c37 50%, rgba(255, 255, 255, 0) 100%); }
      .banner-tabs .nav-tab-produit:after {
        right: -20px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #1d2c37 50%); }
      .banner-tabs .nav-tab-produit .text-right {
        text-align: center; } }
  .banner-tabs .tabs {
    list-style: none; }
    .banner-tabs .tabs li {
      transition: all 0.3s ease-in-out; }
      .banner-tabs .tabs li:hover, .banner-tabs .tabs li.active {
        color: #fec800; }
    @media screen and (max-width: 767px) {
      .banner-tabs .tabs {
        padding: 0 20px;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap; } }

.hp-banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top 25%;
  background-size: cover;
  padding: 0; }
  .hp-banner:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4); }
  .hp-banner__encadre {
    position: relative;
    padding: 76px 0 82px; }
    @media screen and (max-width: 991px) {
      .hp-banner__encadre {
        padding: 20px 0; } }
    .hp-banner__encadre h1 {
      font-size: 40px;
      line-height: 1.2;
      margin-bottom: 12px;
      color: white; }
    .hp-banner__encadre h2 {
      font-size: 40px;
      line-height: 1.2;
      margin-bottom: 12px;
      color: white;
      text-align: center; }
    .hp-banner__encadre p {
      color: white;
      text-align: center; }
    .hp-banner__encadre .btn, .hp-banner__encadre .ressource button, .ressource .hp-banner__encadre button,
    .hp-banner__encadre .ressource input[type="submit"],
    .ressource .hp-banner__encadre input[type="submit"], .hp-banner__encadre body.single-webinaires .webinaire button, body.single-webinaires .webinaire .hp-banner__encadre button,
    .hp-banner__encadre body.single-webinaires .webinaire input[type="submit"],
    body.single-webinaires .webinaire .hp-banner__encadre input[type="submit"], .hp-banner__encadre body.single-formations .formation button, body.single-formations .formation .hp-banner__encadre button,
    .hp-banner__encadre body.single-formations .formation input[type="submit"],
    body.single-formations .formation .hp-banner__encadre input[type="submit"] {
      margin-top: 45px; }
    .hp-banner__encadre .center {
      position: relative;
      z-index: 2; }
      .hp-banner__encadre .center .half {
        width: 100%; }
        @media screen and (max-width: 991px) {
          .hp-banner__encadre .center .half {
            width: 100%; } }
    .hp-banner__encadre:after {
      content: "";
      position: absolute;
      top: 0;
      transform: translateX(-35%);
      width: 100%;
      height: 100%;
      z-index: 1; }
      @media screen and (max-width: 991px) {
        .hp-banner__encadre:after {
          transform: none;
          background-image: none;
          background-color: #fec800; } }

.banner-title {
  background: #fec800;
  padding: 30px 0; }
  .banner-title--with-cover {
    position: relative;
    padding: 0;
    background: #a5abaf; }
    .banner-title--with-cover h1 {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      font-size: 32px; }
  .banner-title .title-single-actu,
  .banner-title .title-single-app {
    display: block;
    font-size: 24px;
    line-height: 1;
    margin: 0;
    text-align: center; }
  .banner-title img {
    display: block;
    margin: 0 auto; }
  .banner-title__cover {
    width: 100%;
    height: 260px;
    background-size: cover;
    background-position: center; }

body.single-produits .banner-title {
  padding: 0;
  background: #a5abaf; }

.banner-tabs {
  background: #1d2c37; }
  .banner-tabs ul {
    margin-bottom: 0;
    padding-left: 15px; }
    .banner-tabs ul.col-xs-6 {
      padding-left: 15px;
      padding-right: 15px; }
    .banner-tabs ul li {
      display: inline-block;
      color: white;
      font-size: 16px;
      margin: 0; }
      .banner-tabs ul li:before {
        content: none; }
      .banner-tabs ul li.current-menu-item a, .banner-tabs ul li.active a {
        color: #fec800; }
      .banner-tabs ul li a {
        cursor: pointer;
        display: block;
        color: white;
        font-size: 16px;
        padding: 11px 20px; }
        .banner-tabs ul li a:hover {
          color: #fec800; }
      .banner-tabs ul li.echantillon {
        margin-right: 10px; }
        .banner-tabs ul li.echantillon a {
          background: #fec800 url("../i/icons/echantillon-black.png") no-repeat 10px 12px;
          background-size: 28px;
          padding-left: 44px;
          color: #1d2c37; }
          .banner-tabs ul li.echantillon a:hover {
            color: white;
            background-image: url("../i/icons/echantillon-white.png"); }
      .banner-tabs ul li.senddevis .form-devis .submit {
        border: none;
        background: none;
        color: #1d2c37;
        background: #fec800 url("../i/icons/devis-black.png") no-repeat 10px 12px;
        background-size: 22px;
        padding: 11px 20px 11px 36px;
        transition: all 0.3s ease-in-out; }
        .banner-tabs ul li.senddevis .form-devis .submit:hover {
          color: white;
          background-image: url("../i/icons/devis-white.png"); }
      .banner-tabs ul li.brochure {
        background: #fec800 url("../i/icons/brochure.png") no-repeat 10px center;
        padding-left: 42px; }
        .banner-tabs ul li.brochure ul.multiple_files {
          position: absolute;
          z-index: 9999;
          display: none; }
          .banner-tabs ul li.brochure ul.multiple_files li {
            float: none;
            background: #fff;
            height: 32px; }
            .banner-tabs ul li.brochure ul.multiple_files li a {
              color: #111;
              line-height: 32px; }
              .banner-tabs ul li.brochure ul.multiple_files li a:hover {
                color: #faa61a; }
        .banner-tabs ul li.brochure:hover ul.multiple_files {
          display: block; }
  @media screen and (max-width: 767px) {
    .banner-tabs .nav-tab-produit {
      position: relative;
      overflow: hidden; }
      .banner-tabs .nav-tab-produit:before, .banner-tabs .nav-tab-produit:after {
        content: "";
        position: absolute;
        top: 0;
        width: 60px;
        height: 42px;
        background: transparent;
        z-index: 1; }
      .banner-tabs .nav-tab-produit:before {
        left: -20px;
        background: linear-gradient(90deg, #1d2c37 50%, rgba(255, 255, 255, 0) 100%); }
      .banner-tabs .nav-tab-produit:after {
        right: -20px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #1d2c37 50%); }
      .banner-tabs .nav-tab-produit .text-right {
        text-align: center; } }
  .banner-tabs .tabs {
    list-style: none; }
    .banner-tabs .tabs li {
      transition: all 0.3s ease-in-out; }
      .banner-tabs .tabs li:hover, .banner-tabs .tabs li.active {
        color: #fec800; }
    @media screen and (max-width: 767px) {
      .banner-tabs .tabs {
        padding: 0 20px;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap; } }

body.post-type-archive-ressources main,
body.single-ressources main {
  background: #f7f8f8; }

.ressources-filters {
  margin-bottom: 20px; }
  .ressources-filters span {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px; }

.ressource {
  background: #e8e8e8; }
  .ressource__image {
    background: white;
    padding: 20px 0; }
    .ressource__image img {
      display: block;
      margin: 0 auto; }
  .ressource__desc {
    padding: 20px; }
    .ressource__desc h3 {
      font-size: 1.6em;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0;
      border-bottom: 1px solid #fec800;
      line-height: 1.6; }
    .ressource__desc-tax {
      text-align: right;
      margin-bottom: 20px; }
      .ressource__desc-tax div {
        display: inline-block; }
        .ressource__desc-tax div a {
          display: block;
          font-size: 14px;
          padding: 5px 10px; }
      .ressource__desc-tax .tax-type a {
        background: #fec800;
        color: white; }
        .ressource__desc-tax .tax-type a:hover {
          color: #1d2c37; }
      .ressource__desc-tax .tax-brand {
        margin-left: -4px; }
        .ressource__desc-tax .tax-brand a {
          background: #1d2c37;
          color: white; }
          .ressource__desc-tax .tax-brand a:hover {
            color: #fec800; }
  .ressource__form {
    display: none;
    padding: 0 20px 20px; }
    .ressource__form .form-row {
      margin: 10px 0; }
      .ressource__form .form-row input {
        line-height: 25px;
        border: #e0e0e0;
        padding: 0 10px; }
      .ressource__form .form-row .wpcf7-not-valid-tip {
        padding: 5px; }
    .ressource__form div.wpcf7-validation-errors {
      border-color: #fec800;
      background: #fec800;
      color: #fff; }
    .ressource__form div.wpcf7-mail-sent-ok {
      border-color: #35a30e;
      background: #35a30e;
      color: #fff; }
    .ressource__form .wpcf7-form-control-wrap.fichier,
    .ressource__form .wpcf7-form-control-wrap.nom_fichier {
      display: none; }
    .ressource__form span.wpcf7-list-item {
      margin: 10px 0 0; }
      .ressource__form span.wpcf7-list-item input {
        vertical-align: middle; }
    .ressource__form a {
      color: #faa61a; }
  .ressource p {
    color: #666;
    font-size: 1.1em;
    line-height: 1.5em;
    text-align: justify; }
  .ressource button,
  .ressource input[type="submit"] {
    padding: 4px 15px 0;
    border: none;
    margin-top: 15px; }

body.page-template-commande-echantillon main {
  background: #f7f8f8; }

.echantillons-container {
  padding-bottom: 100px; }
  .echantillons-container .echantillons-main {
    float: left;
    width: 70%; }
    @media screen and (max-width: 780px) {
      .echantillons-container .echantillons-main {
        float: none;
        width: 100%; } }
  .echantillons-container .echantillons-select, .echantillons-container .echantillons-form {
    display: none; }
    .echantillons-container .echantillons-select.active, .echantillons-container .echantillons-form.active {
      display: block; }
  .echantillons-container .echantillons-col {
    float: left;
    width: 25%;
    margin-left: 5%; }
    @media screen and (max-width: 780px) {
      .echantillons-container .echantillons-col {
        display: none; } }
  .echantillons-container button, .echantillons-container input[type="submit"] {
    font-family: Ubuntu, Helvetica;
    text-transform: uppercase;
    color: white;
    padding: 10px 15px;
    background-color: #fec800;
    border: none;
    border-radius: 3px; }
    .echantillons-container button:disabled, .echantillons-container input[type="submit"]:disabled {
      background: #e0e0e0;
      color: #a5abaf; }

.echantillons:after {
  content: "";
  display: table;
  clear: both; }
.echantillons .echantillon {
  position: relative;
  overflow: hidden;
  float: left;
  width: 220px;
  height: 200px;
  margin: 0 25px 25px 0;
  border: 1px solid #e0e0e0;
  cursor: pointer; }
  @media screen and (max-width: 780px) {
    .echantillons .echantillon {
      float: none;
      margin: 0 0 20px;
      width: 100%;
      height: auto; } }
  .echantillons .echantillon__title {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    padding: 15px;
    z-index: 2;
    background: #FEC800;
    color: white;
    font-size: 1.4em;
    font-weight: bold;
    transition: all 0.3s ease-out; }
    @media screen and (max-width: 780px) {
      .echantillons .echantillon__title {
        position: static;
        background: #a5abaf; } }
  .echantillons .echantillon__image {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1; }
    .echantillons .echantillon__image img {
      display: block; }
    @media screen and (max-width: 780px) {
      .echantillons .echantillon__image {
        position: static;
        background: transparent;
        margin: 20px 0; } }
  .echantillons .echantillon__desc {
    display: none; }
    @media screen and (max-width: 780px) {
      .echantillons .echantillon__desc {
        display: block; } }
  .echantillons .echantillon:hover .echantillon__title, .echantillons .echantillon.selected .echantillon__title {
    bottom: 0;
    opacity: 1; }
  @media screen and (max-width: 780px) {
    .echantillons .echantillon:hover, .echantillons .echantillon.selected {
      background: #fff; }
      .echantillons .echantillon:hover .echantillon__title, .echantillons .echantillon.selected .echantillon__title {
        background: #FEC800; } }

.echantillons-form-nav {
  padding-top: 40px; }
  .echantillons-form-nav:after {
    content: "";
    display: table;
    clear: both; }
  .echantillons-form-nav__selection {
    float: left;
    line-height: 35px;
    font-size: 1.6em; }
  .echantillons-form-nav__btn {
    float: right; }
    .echantillons-form-nav__btn span {
      display: block;
      margin-top: 10px; }

.echantillons-form .form-row {
  max-width: 600px; }
  .echantillons-form .form-row input, .echantillons-form .form-row textarea {
    display: block;
    background: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 24px;
    line-height: 24px;
    padding: 0 4px;
    color: #a5abaf;
    margin-bottom: 8px; }
    .echantillons-form .form-row input:hover, .echantillons-form .form-row textarea:hover {
      border: 1px solid #FEC800;
      color: #FEC800;
      background: #eee; }
  .echantillons-form .form-row textarea {
    min-width: 100%;
    max-width: 100%;
    height: 140px;
    min-height: 140px;
    max-height: 140px; }
.echantillons-form .form-submit {
  padding-top: 40px; }
  .echantillons-form .form-submit:after {
    content: "";
    display: table;
    clear: both; }
  .echantillons-form .form-submit-right {
    float: right; }
    .echantillons-form .form-submit-right span {
      display: block; }
  .echantillons-form .form-submit .echantillons-prev-step {
    background: transparent;
    color: #666; }
.echantillons-form div.wpcf7-validation-errors {
  border-color: #faa61a;
  background: #faa61a;
  color: #fff; }
.echantillons-form div.wpcf7-mail-sent-ok {
  border-color: #35a30e;
  background: #35a30e;
  color: #fff; }
.echantillons-form .wpcf7-form-control-wrap.echantillon {
  display: none; }
.echantillons-form span.wpcf7-list-item {
  margin: 10px 0 0; }
  .echantillons-form span.wpcf7-list-item input {
    vertical-align: middle; }

.echantillons-col__sticky {
  padding-top: 40px; }
.echantillons-col .echantillon {
  display: none; }
  .echantillons-col .echantillon.active {
    display: block; }
  .echantillons-col .echantillon__title {
    font-size: 1.6em;
    margin: 10px 0; }
  .echantillons-col .echantillon__image img {
    display: block;
    max-width: 100%;
    height: auto; }
.echantillons-col__next span {
  display: block;
  margin-top: 10px; }

.single-applications main,
.single-materiaux main {
  background: #f7f8f8; }
.single-applications h1,
.single-materiaux h1 {
  color: #fec800;
  margin: 20px 0 40px;
  text-align: left; }
.single-applications .app-gallery .big-gallery,
.single-materiaux .app-gallery .big-gallery {
  background: #fff;
  text-align: center;
  margin-bottom: 10px;
  overflow: hidden; }
  .single-applications .app-gallery .big-gallery img,
  .single-materiaux .app-gallery .big-gallery img {
    max-height: 240px;
    max-width: 570px; }
    @media screen and (max-width: 767px) {
      .single-applications .app-gallery .big-gallery img,
      .single-materiaux .app-gallery .big-gallery img {
        max-height: 100%;
        max-width: 100%; } }
.single-applications .app-gallery #thumbs-gallery,
.single-materiaux .app-gallery #thumbs-gallery {
  padding: 0;
  margin: 0;
  list-style: none; }
  .single-applications .app-gallery #thumbs-gallery li,
  .single-materiaux .app-gallery #thumbs-gallery li {
    float: left;
    margin: 1.33% 1% 0% 0;
    width: 24%; }
    @media screen and (max-width: 767px) {
      .single-applications .app-gallery #thumbs-gallery li,
      .single-materiaux .app-gallery #thumbs-gallery li {
        margin: 0 2% 0 0;
        width: 32%; } }
    .single-applications .app-gallery #thumbs-gallery li:before,
    .single-materiaux .app-gallery #thumbs-gallery li:before {
      content: none; }
    .single-applications .app-gallery #thumbs-gallery li a,
    .single-materiaux .app-gallery #thumbs-gallery li a {
      display: block;
      height: 85px;
      width: 113px; }
      @media screen and (max-width: 767px) {
        .single-applications .app-gallery #thumbs-gallery li a,
        .single-materiaux .app-gallery #thumbs-gallery li a {
          width: 100%;
          height: 84px; } }
      .single-applications .app-gallery #thumbs-gallery li a img,
      .single-materiaux .app-gallery #thumbs-gallery li a img {
        width: 100%;
        height: 100%; }
      .single-applications .app-gallery #thumbs-gallery li a.thumbAct,
      .single-materiaux .app-gallery #thumbs-gallery li a.thumbAct {
        border: 2px solid #fec800; }
    .single-applications .app-gallery #thumbs-gallery li:last-child,
    .single-materiaux .app-gallery #thumbs-gallery li:last-child {
      margin: 1.33% 0 0% 0; }
      @media screen and (max-width: 767px) {
        .single-applications .app-gallery #thumbs-gallery li:last-child,
        .single-materiaux .app-gallery #thumbs-gallery li:last-child {
          margin: 0; } }
.single-applications .prod-assoc-container,
.single-materiaux .prod-assoc-container {
  margin-top: 50px; }

body.single-webinaires h1 {
  color: #fec800;
  margin: 20px 0 40px; }
body.single-webinaires .article-date {
  display: block;
  font-weight: 700;
  margin: 0 0 40px;
  text-align: center; }
body.single-webinaires h1 + .article-date {
  margin-top: -30px; }
body.single-webinaires .webinaire__form {
  display: none;
  padding: 20px;
  background: #e8e8e8; }
  body.single-webinaires .webinaire__form .form-row {
    margin: 10px 0; }
    body.single-webinaires .webinaire__form .form-row input {
      line-height: 25px;
      border: #e0e0e0;
      padding: 0 10px; }
    body.single-webinaires .webinaire__form .form-row .wpcf7-not-valid-tip {
      padding: 5px; }
  body.single-webinaires .webinaire__form div.wpcf7-validation-errors {
    border-color: #fec800;
    background: #fec800;
    color: #fff; }
  body.single-webinaires .webinaire__form div.wpcf7-mail-sent-ok {
    border-color: #35a30e;
    background: #35a30e;
    color: #fff; }
  body.single-webinaires .webinaire__form .wpcf7-form-control-wrap.webinaire_name,
  body.single-webinaires .webinaire__form .wpcf7-form-control-wrap.link_replay {
    display: none; }
  body.single-webinaires .webinaire__form span.wpcf7-list-item {
    margin: 10px 0 0; }
    body.single-webinaires .webinaire__form span.wpcf7-list-item input {
      vertical-align: middle; }
  body.single-webinaires .webinaire__form a {
    color: #faa61a; }
body.single-webinaires .webinaire button,
body.single-webinaires .webinaire input[type="submit"] {
  padding: 4px 15px 0;
  border: none;
  margin-top: 15px; }

.intro h2 {
  text-align: center;
  font-size: 30px; }
.intro h3 {
  font-size: 22px;
  margin: 15px 0 5px 0;
  color: #fec800; }
.intro p {
  font-size: 16px !important;
  padding: 15px 0; }
.intro ul li {
  font-size: 14px; }

.avantages {
  padding-top: 25px; }
  .avantages h3 {
    font-size: 22px;
    margin-bottom: 25px;
    color: #fec800; }
  .avantages .avantage_block {
    text-align: center; }
    .avantages .avantage_block h4 {
      font-size: 16px;
      margin-top: 10px;
      margin-bottom: 10px; }

section.machines, div.machines {
  padding-top: 0; }
  section.machines h4, div.machines h4 {
    padding: 15px 0; }
  section.machines p, div.machines p {
    font-size: 16px; }
section.bgjaune, div.bgjaune {
  background-color: #fec800; }
  section.bgjaune h2, div.bgjaune h2 {
    color: white;
    text-align: center; }
section.voxel h2, div.voxel h2 {
  text-align: center;
  margin-bottom: 15px; }
section.voxel p, div.voxel p {
  font-size: 16px; }
section.action h2, div.action h2 {
  text-align: center;
  margin-bottom: 15px; }
section.action p, div.action p {
  font-size: 16px; }

.materiaux {
  margin: 30px 0; }
  .materiaux-nav {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc; }
    .materiaux-nav__btn {
      position: relative;
      padding: 10px 0;
      cursor: pointer;
      font-size: 16px;
      font-weight: bold;
      transition: all 0.3s ease-in-out; }
      .materiaux-nav__btn:after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        height: 2px;
        width: 100%;
        background: #fec800;
        opacity: 0;
        transition: all 0.3s ease-in-out; }
      .materiaux-nav__btn:hover, .materiaux-nav__btn.active {
        color: #fec800; }
        .materiaux-nav__btn:hover:after, .materiaux-nav__btn.active:after {
          opacity: 1; }
  .materiaux-content {
    display: none; }
    .materiaux-content.active {
      display: block; }
    .materiaux-content h3 {
      font-size: 18px;
      font-weight: 300;
      margin: 40px 0; }
    .materiaux-content h4 {
      margin: 10px 0; }
    .materiaux-content__livre_blanc {
      margin-bottom: 20px; }
      .materiaux-content__livre_blanc .btn, .materiaux-content__livre_blanc .ressource button, .ressource .materiaux-content__livre_blanc button,
      .materiaux-content__livre_blanc .ressource input[type="submit"],
      .ressource .materiaux-content__livre_blanc input[type="submit"], .materiaux-content__livre_blanc body.single-webinaires .webinaire button, body.single-webinaires .webinaire .materiaux-content__livre_blanc button,
      .materiaux-content__livre_blanc body.single-webinaires .webinaire input[type="submit"],
      body.single-webinaires .webinaire .materiaux-content__livre_blanc input[type="submit"], .materiaux-content__livre_blanc body.single-formations .formation button, body.single-formations .formation .materiaux-content__livre_blanc button,
      .materiaux-content__livre_blanc body.single-formations .formation input[type="submit"],
      body.single-formations .formation .materiaux-content__livre_blanc input[type="submit"] {
        margin-top: 10px; }

#intro-video {
  margin: 30px 0;
  text-align: center; }
  #intro-video a {
    display: inline-block;
    position: relative; }
    #intro-video a img.intro-video-poster {
      width: 100%;
      max-width: 700px;
      height: auto; }
    #intro-video a img.intro-video-play {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0.5;
      transition: opacity 0.3s ease-in-out; }
    #intro-video a:hover img.intro-video-play {
      opacity: 1; }

.general {
  padding-top: 30px; }
  .general h2 {
    text-align: center; }
  .general h3 {
    margin-top: 5px;
    font-size: 22px;
    color: #fec800; }
  .general p {
    font-size: 14px;
    padding: 15px 0; }
    .general p.legende {
      text-align: center;
      padding-top: 5px; }
    .general p.small {
      font-size: 10px;
      font-style: italic; }
  .general ul li {
    font-size: 14px; }

.blog-content-formations .bloglist__article--left {
  background-color: #f7f8f8;
  background-size: contain; }
.blog-content-formations .bloglist__article h3 {
  color: #fec800;
  font-size: 24px; }
.blog-content-formations .bloglist__article .formation-field {
  display: flex;
  height: 20px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 5px; }
  .blog-content-formations .bloglist__article .formation-field span.dashicons {
    color: #fec800;
    margin-right: 5px; }
  .blog-content-formations .bloglist__article .formation-field span.value {
    display: block;
    font-size: 14px;
    line-height: 1;
    padding-top: 3px; }
.blog-content-formations .bloglist__article .article-excerpt {
  margin-top: 15px; }

body.single-formations h1 {
  color: #fec800;
  margin: 20px 0 10px; }
body.single-formations .formation-details {
  margin-bottom: 40px; }
body.single-formations .article-date {
  display: block;
  font-weight: 700;
  margin: 0 0 5px;
  text-align: center; }
body.single-formations .formation__form {
  display: none;
  padding: 20px;
  background: #e8e8e8; }
  body.single-formations .formation__form .form-row {
    margin: 10px 0; }
    body.single-formations .formation__form .form-row input {
      line-height: 25px;
      border: #e0e0e0;
      padding: 0 10px; }
    body.single-formations .formation__form .form-row .wpcf7-not-valid-tip {
      padding: 5px; }
  body.single-formations .formation__form div.wpcf7-validation-errors {
    border-color: #fec800;
    background: #fec800;
    color: #fff; }
  body.single-formations .formation__form div.wpcf7-mail-sent-ok {
    border-color: #35a30e;
    background: #35a30e;
    color: #fff; }
  body.single-formations .formation__form .wpcf7-form-control-wrap.formation_name,
  body.single-formations .formation__form .wpcf7-form-control-wrap.link_replay {
    display: none; }
  body.single-formations .formation__form span.wpcf7-list-item {
    margin: 10px 0 0; }
    body.single-formations .formation__form span.wpcf7-list-item input {
      vertical-align: middle; }
  body.single-formations .formation__form a {
    color: #faa61a; }
body.single-formations .formation button,
body.single-formations .formation input[type="submit"] {
  padding: 4px 15px 0;
  border: none;
  margin-top: 15px; }

body.single-materiaux table {
    width: 100% !important; }
body.single-materiaux table tr td {
    padding: 10px;
    border-bottom: 1px solid #dfdfdf; }
body.single-materiaux table tr td:first-child {
    background: #d3d4d8; }
body.single-materiaux table tr:nth-child(even) td:last-child {
    background: #fff; }

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