/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* LOAD ALL LESS FILES */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
.header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
.header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* CSS */
a {
  text-decoration: none;
}
* {
  box-sizing: border-box;
}
p strong {
  font-weight: bold;
}
p em {
  font-style: italic;
}
.region-content ul,
.region-content ol {
  padding-left: 1em;
  text-indent: -1em;
}
.region-content li::before {
  margin-right: 2px;
  display: inline-block;
  content: '';
}
ul.contextual-links li a {
  letter-spacing: 0px;
}
@media screen and (max-width: 600px) {
  .region-content li::before {
    padding-right: 9px !important;
  }
}
.main-section-banner {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.center-section {
  width: 100%;
  padding: 30px 0;
  text-align: center;
}
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-direction-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.flex-wrap-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
}
.col-grid {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  /*Fix white space*/
  text-rendering: optimizespeed;
  letter-spacing: -0.31em;
}
.col-100 {
  width: 100%;
  max-width: 1160px;
  padding: 0 15px;
  margin: 0 auto;
}
.col {
  padding: 0 15px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  /*Fix white space*/
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
}
.col-80 {
  width: 80%;
  max-width: 928px;
}
.col-60 {
  width: 60%;
  max-width: 696px;
}
.col-50 {
  width: 50%;
  max-width: 580px;
}
.col-56 {
  width: 56.89655172413793%;
  max-width: 660px;
}
.col-44 {
  width: 43.10344827586207%;
  max-width: 500px;
}
.col-40 {
  width: 40%;
  max-width: 464px;
}
.col-33 {
  width: 33.33333333333333%;
  max-width: 386px;
}
.col-30 {
  width: 30%;
  max-width: 348px;
}
.col-25 {
  width: 25%;
  max-width: 290px;
}
.col-20 {
  width: 20%;
  max-width: 232px;
}
.col-15 {
  width: 15%;
  max-width: 174px;
}
.col-10 {
  width: 10%;
  max-width: 116px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.pad10 {
  padding: 20px;
}
.pad-none {
  padding: 0;
}
.pad-test-potions-left {
  padding: 0 24.13793103448276% 0 0;
}
.pad-test-potions-right {
  padding: 0 0 0 24.13793103448276%;
}
.col-22 {
  width: 22.27979274611399%;
  max-width: 86px;
}
.col-25 {
  width: 25%;
  max-width: 290px;
}
.col-78 {
  width: 77.72020725388601%;
  max-width: 300px;
}
.mh-100 {
  min-height: 100%;
}
.img-icon {
  width: 100%;
  height: 80px;
  background-color: OliveDrab;
}
.col-text {
  width: 100%;
  max-width: 960px;
}
.col-blockquote {
  width: 100%;
  max-width: 970px;
}
/*------------------------------------*\
  Grid : 1024-
\*------------------------------------*/
@media screen and (max-width: 1023px) {
  .col-grid {
    max-width: none;
    padding: 0 15px;
  }
  .col {
    padding: 0;
  }
  .col-50,
  .col-56,
  .col-44 {
    width: 100%;
    max-width: none;
  }
}
/**
 * Describe the files here and report modification :
 *
 * All Heading style for typography and font
 */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 12px;
  }
}
/*------------------------------------*\
  Variables (responsives)
\*------------------------------------*/
/* Colors */
/* H1 title */
.h1-title {
  font-size: 3em;
}
.h1-under-title {
  font-size: 1.5em;
}
.small-text {
  font-size: 80%;
}
/**
 * Describe the files here and report modification :
 *
 * All Call to Action and Link style
 */
/*------------------------------------*\
  Variables
\*------------------------------------*/
/* Colors */
/*------------------------------------*\
  Styles
\*------------------------------------*/
.cta {
  width: 100%;
  border-radius: 3px;
  text-align: center;
  padding: 0 0.5em;
  text-decoration: none;
  font-family: "Open Sans", Arial, sans-serif;
  cursor: pointer;
  font-size: 1.25em;
  transition: opacity 0.3s ease-in-out;
  /* Mode flex */
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-hover {
  opacity: 0.8;
}
.cta--green {
  background-color: #7caf20;
  color: #ffffff;
  height: 50px;
  max-width: 300px;
}
.cta--white {
  background-color: #ffffff;
  color: #5da792;
  height: 50px;
  max-width: 300px;
}
.bg-green {
  background-color: #84bd00;
}
.cta--arrow {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #84bd00;
  width: 100px;
  text-decoration: none;
  font-family: "Open Sans", Arial, sans-serif;
  cursor: pointer;
  font-size: 1em;
  transition: color 0.15s ease-in-out;
}
/*------------------------------------*\
  SWAP LANGUAGE BUTTON
\*------------------------------------*/
.wrapper label {
  cursor: pointer;
}
input#toggle {
  max-height: 0;
  max-width: 0;
  opacity: 0;
}
input#toggle + label {
  display: inline-block;
  position: relative;
  box-shadow: inset 0 0 0px 1px #d5d5d5;
  text-indent: -5000px;
  height: 17px;
  width: 35px;
  border-radius: 15px;
  top: 2px;
  background: #ffffff;
}
input#toggle + label:before {
  content: "";
  position: absolute;
  display: block;
  height: 12px;
  width: 12px;
  top: 2px;
  left: 2px;
  border-radius: 15px;
  background: #ffffff;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
input#toggle + label:after {
  content: "";
  position: absolute;
  display: block;
  height: 12px;
  width: 12px;
  top: 2px;
  left: 2px;
  border-radius: 15px;
  background: #84bd00;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
input#toggle:checked + label:before {
  width: 32px;
  background: #ffffff;
}
input#toggle:checked + label:after {
  left: 20px;
  background-color: #84bd00;
}
/* en attendant le virer le main */
/**
 * Describe the files here and report modification :
 *
 * Mon css perso en attendant de remplacer le main pour pas peter le style de lba
 */
#page-title {
  display: none;
}
.background-cover-center {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.m-auto {
  margin: 0 auto;
}
.flex-wrap-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
}
img {
  max-width: 100%;
  height: auto;
}
.va-bottom {
  vertical-align: bottom;
}
#main-wrapper {
  padding: 90px 0 0 0;
}
/*------------------------------------------------------------------------------------------------------*\
 *********************************************************************************************************

    ADMIN TABS (HORS SITE)

 *********************************************************************************************************
\*------------------------------------------------------------------------------------------------------*/
.tabs {
  position: fixed;
  z-index: 500;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.tabs .primary {
  width: 320px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.tabs .primary li {
  padding: 15px;
  background-color: #5c5d5f;
}
.tabs .primary li a {
  color: #ffffff;
}
/*------------------------------------------------------------------------------------------------------*\
 *********************************************************************************************************

    L O G I N

 *********************************************************************************************************
\*------------------------------------------------------------------------------------------------------*/
#user-login {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0 10px;
}
#user-login .form-actions {
  text-align: right;
}
.page-user .region-content {
  height: 550px;
}
label {
  color: #5c5c5c;
  margin-bottom: .5em;
  display: block;
  font-weight: bold;
}
.input,
.submit,
input[type="submit"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="phone"] {
  padding: 0 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  font-size: 1em;
  vertical-align: top;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="phone"] {
  background: #f1f0f0;
  padding: .5em 15px;
  max-width: 100%;
  width: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  vertical-align: top;
  height: 40px;
}
input[type="submit"] {
  padding: .80em 15px;
  max-width: 90%;
  min-width: 150px;
  display: inline-block;
  transition: color 0.3s, background-color 0.3s;
  text-align: center;
  background-color: #84bd00;
  color: #ffffff;
  font-size: 1em;
  cursor: pointer;
}
input[type="submit"]:hover {
  background-color: #90cd02;
}
button,
input {
  overflow: visible;
}
.form-item .description {
  font-size: 0.85em;
  color: #7d7d7d;
}
#block-system-main .profile {
  width: 100%;
  max-width: 930px;
  padding: 0 15px;
  margin: 0 auto;
}
#block-system-main .profile h3 {
  color: #84bd00;
  font-size: 1.5em;
  margin-bottom: 1em;
  padding-bottom: 4px;
}
/* CSS */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}
.overlay.active {
  opacity: 0.8;
  visibility: visible;
}
.active-trail {
  color: #84bd00 !important;
}
.active-trail::before {
  opacity: 1 !important;
}
.header {
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 5;
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.15);
}
.header .container {
  max-width: 1160px;
  width: 100%;
  padding: 0 15px;
  display: flex;
  align-content: space-between;
}
.header .logo-container {
  margin-right: auto;
  margin-top: 11px;
  height: 25px;
  width: 103px;
  display: flex;
  align-items: center;
}
.header .logo-container a,
.header .logo-container img {
  height: 100%;
}
.header .burger-container {
  display: flex;
  align-items: center;
}
.header .icon-burger {
  width: 25px;
  cursor: pointer;
  height: 25px;
  padding-top: 5px;
}
.header .icon-burger span {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #84bd00;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, width 0.3s ease-in-out;
}
.header .icon-burger span:nth-child(1) {
  transform: translateY(-5px);
}
.header .icon-burger span:nth-child(3) {
  transform: translateY(5px);
}
/* Mobile menu hamburger open */
.header .icon-burger.open span:nth-child(1) {
  transform: translateY(2px) translateX(3px) rotate(45deg);
}
.header .icon-burger.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.header .icon-burger.open span:nth-child(3) {
  transform: translateY(-4px) translateX(3px) rotate(-45deg);
}
.header .bloc-menu-inline h2 {
  display: none;
}
.header .bloc-menu-inline {
  position: absolute;
  overflow: scroll;
  /*transform: translateX(-100%);*/
  left: -100%;
  top: 50px;
  transition: left 0.3s ease-out;
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 15px;
  border-top: 1px solid #f1f0f0;
  height: 1000px;
  max-height: 75vh;
}
.header .bloc-menu-inline.open {
  /*transform: translateX(0%);*/
  left: 0;
}
.header .link-n-1 .link,
.header .nolink,
.header .link-n-1 .cta,
.header .link-n-2 a {
  display: flex;
  padding: 13px 0 15px 15px;
  color: #5c5c5c;
  cursor: pointer;
}
.header .link-n-1 > .menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s;
}
.header .link-n-1 strong {
  font-weight: bold;
}
.header .link-n-1.drop-open .menu {
  max-height: 1337px;
  /* Bigger than the window can ever get */
  background-color: #f7f7f7;
}
.header .link-n-2 .menu li a {
  margin-left: 15px;
  font-weight: 400;
  font-style: normal;
}
.header .bloc-menu-inline .link-n-1 span {
  position: relative;
}
.header .bloc-menu-inline .leaf span::after {
  display: none;
}
.header #menu-item-sign-up {
  padding-right: 5px;
}
.header .link-n-1 span::after {
  cursor: pointer;
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6.5px 0 6.5px;
  border-color: #4d4e4f transparent transparent transparent;
}
.header .link-n-1.drop-open {
  background-color: #e3e3e3;
}
.header .link-n-1.drop-open span::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 7px 6.5px;
  border-color: transparent transparent #4d4e4f transparent;
}
.header .link-n-1 .cta-green,
.header .link-n-1 .cta-neutral {
  justify-content: flex-start;
  font-size: 1em;
}
.header .link-n-1 .cta-green:hover {
  opacity: 0.8;
}
.header .link-n-2 {
  font-weight: 700;
  font-style: normal;
  display: block;
  width: 100%;
}
.header .link-n-2 a {
  transiton: color 0.3s ease-in-out;
}
.header .link-n-2 a:hover {
  color: #84bd00;
}
/*------------------------------------*\
  MENU DESKTOP : 1070+ FR
\*------------------------------------*/
@media (min-width: 650px) {
  .header .icon-burger {
    padding-top: 6px;
  }
}
@media (min-width: 1070px) {
  .header {
    height: 90px;
  }
  .header #menu-item-sign-up {
    margin-top: 3px;
  }
  .header .burger-container {
    display: none;
  }
  .header .container {
    max-width: 1150px;
    width: 100%;
    display: flex;
    align-content: space-between;
  }
  .header .logo-container {
    margin-right: auto;
    height: auto;
    width: 206px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    margin-top: 0;
  }
  .header .logo-container a,
  .header .logo-container img {
    height: 50px;
  }
  .header .bloc-menu-inline {
    margin-left: auto;
    position: static;
    /*transform: translateX(0);*/
    box-shadow: none;
    border: none;
    width: auto;
    padding: 0;
    height: auto;
    overflow: visible;
  }
  .header .bloc-menu-inline .link-n-1 span::after {
    display: none;
  }
  .header .bloc-menu-inline .menu:first-child {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Open Sans', sans-serif;
  }
  .header .link-n-1 {
    padding: 0 15px;
  }
  .header .link-n-1.is-hover .nolink {
    color: #84bd00;
    transition: opacity 0.3s ease-in-out;
  }
  .header .link-n-1.is-hover .nolink::before {
    opacity: 1;
  }
  .header .link-n-1:last-child {
    padding-right: 0;
    margin-top: 3px;
  }
  .header .link-n-1 .cta-green {
    background-color: #84bd00;
    color: #ffffff;
    transition: opacity 0.3s ease-in-out;
    text-align: center;
    display: block;
    border-radius: 0;
  }
  .header span.nolink {
    padding: 0 5px;
    color: #5c5c5c;
  }
  .header .link-n-1 .link,
  .header .nolink {
    color: #5c5c5c;
    cursor: pointer;
    position: relative;
    line-height: 90px;
    height: 90px;
    display: block;
    padding: 0 0 0 0;
    white-space: nowrap;
    transition: color 0.3s ease-in-out;
  }
  .header .link-n-1 .cta {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    min-width: 135px;
    height: 52px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 1em;
  }
  .header .link-n-1 .cta-neutral {
    justify-content: center;
    color: #5c5c5c;
    font-weight: normal;
    border: 2px solid #c4c5c6;
    transition: border 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  }
  /* hover effect */
  .header .link-n-1 .link:hover,
  .header span.nolink:hover {
    color: #84bd00;
  }
  .header .link-n-1 .link:before,
  .header span.nolink:before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #84bd00;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  .header .link-n-1 .link:hover:before,
  .header span.nolink:hover:before {
    opacity: 1;
  }
  .header .link-n-1 .cta-neutral:hover {
    background-color: #5c5d5f;
    border-color: #5c5d5f;
    color: #ffffff;
  }
  /* MENU / LINK-N-2 */
  .header .link-n-1 > .menu {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #f6f6f6;
    top: 90px;
    justify-content: center;
    display: flex;
    height: 0;
    opacity: 0;
    visibility: hidden;
    max-height: none;
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
  }
  .header .link-n-1 .menu.menu-open {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .header .link-n-2 {
    width: 33.3333333%;
    max-width: 397px;
    padding: 0 15px;
    margin: 25px 0;
    border-left: 1px solid #e5e5e5;
  }
  .header .link-n-2:first-child {
    border-left: none;
  }
  .header .link-n-2:last-child {
    border-right: none;
  }
  .header .link-n-2 .menu li {
    width: 50%;
    padding: 0 5px 0 0;
  }
  .header .link-n-2 a {
    display: block;
    padding: .5em 0;
    color: #5c5c5c;
    font-weight: bold;
    transition: color 0.15s ease-in-out;
  }
  .header .link-n-2 .menu {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .header .link-n-2 .menu li a {
    margin-left: 0;
  }
}
/* Fin media queries */
/*------------------------------------------------------------------------------------------------------*\
 *********************************************************************************************************

    H O M E

 *********************************************************************************************************
\*------------------------------------------------------------------------------------------------------*/
/*------------------------------------*\
  PAGE Home : 1024+
\*------------------------------------*/
.section-blockA {
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /**********************
  /*****  BLOCK A ******/
  /*********************/
}
.section-blockA .blockA-header {
  margin: 2.5em auto 0 auto;
}
.section-blockA .blockA-header h1 {
  font-size: 3em;
  margin-bottom: 30px;
}
.section-blockA .blockA-header p {
  font-size: 1.5em;
}
.section-blockA .blockA-header .group-div-green-button a {
  width: 100%;
  border-radius: 3px;
  text-align: center;
  padding: 0 0.5em;
  text-decoration: none;
  font-family: "Open Sans", Arial, sans-serif;
  cursor: pointer;
  font-size: 1.25em;
  transition: opacity 0.3s ease-in-out;
  /* Mode flex */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7caf20;
  color: #ffffff;
  height: 50px;
  max-width: 300px;
  transition: background-color 0.3s ease-in-out;
  margin: 100px auto;
}
.section-blockA .blockA-header .group-div-green-button a:hover {
  background-color: #90cd02;
}
.section-blockA .blockA-footer .title {
  font-size: 0.85em;
  font-weight: bold;
  margin-top: 1em;
}
.section-blockA .blockA-footer .field-name-field-block-a-text-footer p:first-child {
  margin: 1.5em auto 20px auto;
  font-size: 0.85em;
}
.section-blockA .blockA-footer .field-name-field-block-a-text-footer p {
  color: #fff;
}
.section-blockA .blockA-footer a {
  color: #fff;
}
/**********************
/*****  BLOCK B ******/
/*********************/
.section-blockB {
  padding-bottom: 0;
}
.section-blockB img {
  display: block;
}
.section-blockB .field-name-field-block-b-content h2 {
  font-size: 3em;
  color: #5c5d5f;
  margin: 20px auto 0.5em auto;
}
.section-blockB .field-name-field-block-b-content p {
  color: #7d7d7d;
  width: 100%;
  max-width: 940px;
  line-height: 1.5em;
  font-size: 1.375em;
  margin: 0 auto 100px auto;
}
/*******************************/
/*****  BLOCK C & BLOCK D ******/
/*******************************/
.decoration-ul-section:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 7px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: 10px;
}
.section-blockD,
.section-blockC {
  padding: 90px 0;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section-blockD h3,
.section-blockC h3 {
  font-size: 1.875em;
  margin-bottom: 25px;
}
.section-blockD h3 strong,
.section-blockC h3 strong {
  font-weight: bold;
}
.section-blockD p,
.section-blockC p {
  font-size: 1em;
  line-height: 2em;
  margin-bottom: 40px;
}
.section-blockD ul li,
.section-blockC ul li {
  margin-bottom: 20px;
  font-size: 1em;
}
.section-blockD ul li:before,
.section-blockC ul li:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 7px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: 10px;
}
.section-blockD ul li:last-child,
.section-blockC ul li:last-child {
  margin-bottom: 0;
}
.section-blockD img,
.section-blockC img {
  display: block;
  margin: 0 auto;
}
/*******************************/
/***** BLOCK D ******/
/*******************************/
.section-blockD {
  padding-bottom: 60px;
}
.section-blockD .field-name-field-block-d-content {
  text-align: right;
}
.section-blockD .field-name-field-block-d-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 80%;
  margin: 0 0 0 auto;
  padding-left: 1em;
  text-indent: -1em;
}
.section-blockD .field-name-field-block-d-content ul li {
  width: 50%;
  text-align: left;
}
.section-blockD .field-name-field-block-d-content ul li:before {
  margn-right: 5px;
  display: inline-block;
}
.section-blockD .field-name-field-block-d-content ul li:nth-child(2n+1) {
  padding-right: 20px;
}
.section-blockD .white-button a {
  width: 100%;
  border-radius: 3px;
  text-align: center;
  padding: 0 0.5em;
  text-decoration: none;
  font-family: "Open Sans", Arial, sans-serif;
  cursor: pointer;
  font-size: 1.25em;
  transition: opacity 0.3s ease-in-out;
  /* Mode flex */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #5da792;
  height: 50px;
  max-width: 300px;
  max-width: 315px;
  margin: 40px 0 auto auto;
  transition: background-color 0.3s ease-in-out;
  color: #7d7d7d;
}
.section-blockD .white-button a:hover {
  background-color: #f1f0f0;
}
/*******************************/
/*****  BLOCK E ******/
/*******************************/
.section-blockE {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 90px 0 0 0;
  color: #ffffff;
}
.section-blockE .blockE-text-position {
  margin: 20px 0 20px 20px;
}
.section-blockE .blockE-img-position {
  vertical-align: bottom;
}
.section-blockE h3 {
  font-size: 1.875em;
  margin-bottom: 25px;
}
.section-blockE p {
  font-size: 1em;
  line-height: 2em;
  max-width: 360px;
  margin: 0 0 30px 0;
}
.section-blockE img {
  display: block;
}
.section-blockE .white-button a {
  width: 100%;
  border-radius: 3px;
  text-align: center;
  padding: 0 0.5em;
  text-decoration: none;
  font-family: "Open Sans", Arial, sans-serif;
  cursor: pointer;
  font-size: 1.25em;
  transition: opacity 0.3s ease-in-out;
  /* Mode flex */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  height: 50px;
  max-width: 300px;
  max-width: 315px;
  transition: background-color 0.3s ease-in-out;
  margin-bottom: 50px;
  color: #5da792;
}
.section-blockE .white-button a:hover {
  background-color: #f1f0f0;
}
/*******************************/
/*****  BLOCK HOME CASES ******/
/*******************************/
.node-type-home .block-cases-teaser {
  padding: 100px 0 0 0;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
.node-type-home .block-cases-teaser h2 {
  font-size: 3em;
  color: #5c5d5f;
  margin: 0 auto 40px auto;
  text-align: center;
  padding: 0 15px;
}
.node-type-home .block-cases-teaser .view-header {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}
.node-type-home .block-cases-teaser .view-header p {
  font-size: 1.375em;
  color: #7d7d7d;
  line-height: 1.75em;
  text-align: center;
  margin-bottom: 70px;
  padding: 0 15px;
}
.node-type-home .block-cases-teaser .view-content {
  padding: 0 10px;
}
.node-type-home .block-cases-teaser .view-content tbody,
.node-type-home .block-cases-teaser .view-content table,
.node-type-home .block-cases-teaser .view-content td {
  display: block;
}
.node-type-home .block-cases-teaser .view-content tr {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  /*Fix white space*/
  text-rendering: optimizespeed;
  letter-spacing: -0.31em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  justify-content: center;
}
.node-type-home .block-cases-teaser .view-content td {
  padding: 0 15px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  /*Fix white space*/
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
  width: 33.33333333333333%;
  max-width: 386px;
  text-align: center;
  max-width: 333px;
  padding: 0;
  background-color: #f1f0f0;
  border: 1px solid #e6e9ed;
}
.node-type-home .block-cases-teaser .view-content td .node-case {
  cursor: pointer;
  height: 100%;
}
.node-type-home .block-cases-teaser .view-content td .node-case img {
  width: 100%;
}
.node-type-home .block-cases-teaser .view-content td .node-case h2 {
  display: none;
}
.node-type-home .block-cases-teaser .view-content td .node-case p {
  padding: 15px 30px;
  color: #6f6f70;
  font-size: 1.125em;
  line-height: 1.5em;
  text-align: left;
}
.node-type-home .block-cases-teaser .view-content .content img {
  min-height: 130px;
}
.node-type-home .block-cases-teaser .view-content .links {
  display: none;
}
/*********************************/
/*****  BLOCK PARTNERS HOME ******/
/*********************************/
.block-partners-home {
  padding: 60px 0;
  background-color: #f1f0f0;
  margin: 60px 0 0 0;
}
.block-partners-home .view-content {
  max-width: 1060px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}
.block-partners-home .view-content .item-list ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
}
.block-partners-home .view-content .item-list ul li {
  margin: 0;
}
.block-partners-home .view-content .item-list ul a {
  display: none;
}
/*********************************/
/*****  BLOCK POST HOME ******/
/*********************************/
.block-post-home {
  padding-top: 60px;
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  /*Fix white space*/
  text-rendering: optimizespeed;
  letter-spacing: -0.31em;
  margin-bottom: 70px;
}
.block-post-home .field-name-body,
.block-post-home .field-name-field-image {
  padding: 0 15px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  /*Fix white space*/
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
  width: 50%;
  max-width: 580px;
}
.block-post-home .links {
  display: none;
}
.block-post-home .field-name-body h3 {
  font-size: 1.5em;
  line-height: 2em;
  color: #5c5d5f;
  margin-bottom: 30px;
}
.block-post-home .field-name-body p {
  color: #7d7d7d;
  line-height: 2em;
}
.block-post-home .field-name-body .discover-link {
  padding-left: 15px;
  position: relative;
  display: inline-block;
  color: #84bd00;
  margin-top: 8px;
}
.block-post-home .field-name-body .discover-link:hover {
  color: #5c5d5f;
}
.block-post-home .field-name-body .discover-link:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 32%;
  width: 0;
  height: 0;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  transition: all .1s linear;
  border-style: solid;
  border-width: 5.5px 0 5.5px 6px;
  border-color: transparent transparent transparent #84bd00;
}
.block-post-home .field-name-body .discover-link:hover:before {
  transform: translateX(8px);
}
.block-post-home .field-name-field-image {
  text-align: center;
}
.block-post-link .green-button a {
  width: 100%;
  border-radius: 3px;
  text-align: center;
  padding: 0 0.5em;
  text-decoration: none;
  font-family: "Open Sans", Arial, sans-serif;
  cursor: pointer;
  font-size: 1.25em;
  transition: opacity 0.3s ease-in-out;
  /* Mode flex */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7caf20;
  color: #ffffff;
  height: 50px;
  max-width: 300px;
  transition: background-color 0.3s ease-in-out;
  margin: 50px auto;
}
.block-post-link .green-button a:hover {
  background-color: #90cd02;
}
/***********************************/
/*****  BLOCK GREEN LINK  **********/
/***********************************/
.block-bandeau-vert a {
  display: block;
  color: #ffffff;
  font-size: 1.5em;
  background-color: #84bd00;
  padding: 30px 10px;
  cursor: pointer;
}
/*-----------------------------------------*\
   COOKIES
\*-----------------------------------------*/
#cookie-bar {
  background: rgba(86, 87, 88, 0.9);
  height: auto;
  padding: 30px;
  line-height: 24px;
  color: #eeeeee;
  text-align: left;
  z-index: 100;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0%;
  width: 100%;
  min-width: 300px;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}
#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  text-decoration: underline;
}
#cookie-bar .cb-enable {
  background: #373737;
  border-radius: 3px;
  padding: 10px;
  margin: 20px auto 0 auto;
  text-decoration: none;
  display: block;
  width: 80%;
  min-width: 270px;
  text-align: center;
}
#cookie-bar .cb-enable:hover {
  background: #5da792;
}
#cookie-bar .cb-disable {
  background: transparent;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  padding: 15px;
}
#cookie-bar .cb-disable:before,
#cookie-bar .cb-disable:after {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  background-color: #373737;
  position: absolute;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#cookie-bar .cb-disable:before {
  transform: rotate(45deg);
  bottom: 0;
  left: 10px;
}
#cookie-bar .cb-disable:after {
  transform: rotate(-45deg);
  bottom: 0;
  left: 10px;
}
#cookie-bar .cb-disable:hover {
  background: transparent;
}
#cookie-bar .cb-disable:hover:after,
#cookie-bar .cb-disable:hover:before {
  background-color: #5da792;
}
#cookie-bar .cb-policy {
  background: #0033bb;
}
#cookie-bar .cb-policy:hover {
  background: #0055dd;
}
@media screen and (min-width: 769px) {
  #cookie-bar.fixed {
    left: 10%;
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  #cookie-bar.fixed {
    left: 55%;
    width: 30%;
    min-width: 340px;
  }
  #cookie-bar {
    padding: 40px;
  }
}
/*------------------------------------*\
  PAGE Home : 1024-
\*------------------------------------*/
@media screen and (max-width: 1023px) {
  /*****  BLOCK B ******/
  .section-blockB .field-name-field-block-b-content p {
    max-width: 620px;
  }
  /*****  BLOCK C ******/
  .section-blockC .blockC-text-position {
    max-width: 620px;
    margin: 40px auto 0 auto;
    text-align: center;
  }
  .section-blockC .white-button {
    margin: 40px auto 0 auto;
  }
  /*****  BLOCK D ******/
  .section-blockD .col-grid {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .section-blockD .col-grid .col:first-child {
    order: 2;
  }
  .section-blockD .col-grid .col:last-child {
    order: 1;
  }
  .section-blockD .blockD-text-position {
    max-width: 620px;
    margin: 40px auto 0 auto;
  }
  .section-blockD .field-name-field-block-d-content {
    text-align: center;
  }
  .section-blockD .field-name-field-block-d-content ul {
    width: 80%;
  }
  .section-blockD .field-name-field-block-d-content ul li {
    text-align: left;
  }
  .section-blockD .white-button {
    margin: 40px auto 0 auto;
  }
  /*****  BLOCK E ******/
  .section-blockE {
    text-align: center;
  }
  .section-blockE .col-grid {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .section-blockE .col-grid .col:first-child {
    order: 2;
  }
  .section-blockE .col-grid .col:last-child {
    order: 1;
  }
  .section-blockE p,
  .section-blockE h3 {
    display: inline-block;
  }
  .section-blockE p {
    max-width: 620px;
  }
  .section-blockE img {
    margin: 0 auto;
  }
  .section-blockE .white-button {
    margin: 0 auto;
  }
  .section-blockE .blockE-text-position {
    max-width: 620px;
    margin: 0 auto 40px auto;
  }
  /*****  BLOCK HOME CASES ******/
  .block-home-cases .view-header,
  .block-home-cases h2 {
    max-width: 620px;
    text-align: center;
  }
  /*****  BLOCK POST HOME ******/
  .block-post-home .content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .block-post-home .field-name-field-image {
    order: 1;
    margin-bottom: 30px;
  }
  .block-post-home .field-name-body {
    text-align: center;
    order: 2;
  }
  .block-post-home .field-name-body,
  .block-post-home .field-name-field-image {
    width: 100%;
    max-width: 620px;
    padding: 0 15px;
  }
  .node-type-home .block-cases-teaser .view-content td {
    width: 50%;
    margin: 0 20px 40px 20px;
  }
  /* Partners home */
  .block-partners-home .view-content .item-list ul {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
  }
  .block-partners-home .view-content .item-list ul li {
    width: 33.33333333%;
    text-align: center;
    margin: 0 auto 30px auto;
  }
}
/*------------------------------------*\
  PAGE Home : 940-
\*------------------------------------*/
@media screen and (max-width: 1070px) {
  #main-wrapper {
    padding: 50px 0 0 0;
  }
}
/*------------------------------------*\
  PAGE Home : 768-
\*------------------------------------*/
@media screen and (max-width: 769px) {
  .section-blockA .blockA-header {
    margin-top: 40px;
  }
  .section-blockA .blockA-header h1,
  .node-type-home .block-cases-teaser h2,
  .section-blockB .field-name-field-block-b-content h2 {
    font-size: 1.6em;
  }
  .section-blockA .blockA-header p {
    font-size: 1em;
  }
  .section-blockA .blockA-header .group-div-green-button a {
    font-size: 1em;
    max-width: none;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 10px 80px 10px 80px;
    margin: 50px auto;
  }
  .section-blockB .field-name-field-block-b-content p {
    font-size: 1.0em;
    margin-bottom: 70px;
  }
  .section-blockD h3,
  .section-blockC h3 {
    font-size: 1.5em;
  }
  .section-blockD p,
  .section-blockC p,
  .block-post-home .field-name-body p,
  .section-blockE p {
    line-height: 1.5em;
  }
  .node-type-home .block-cases-teaser .view-header p {
    font-size: 1em;
    line-height: 1.5em;
    max-width: 620px;
    margin: 0 auto 70px auto;
  }
  .section-blockD .white-button,
  .section-blockE .white-button {
    font-size: 1em;
  }
  .block-home-cases .view-content tr {
    display: block;
  }
  .node-type-home .block-cases-teaser .view-content td {
    width: 100%;
    margin: 0 10px 20px 10px;
  }
}
/*------------------------------------*\
  PAGE Home : 600-
\*------------------------------------*/
@media screen and (max-width: 599px) {
  .block-partners-home .view-content .item-list ul li {
    width: 100%;
  }
  .block-partners-home .view-content .item-list ul li:last-child {
    margin-bottom: 0;
  }
}
/*------------------------------------------------------------------------------------------------------*\
 *********************************************************************************************************

    C A S E

 *********************************************************************************************************
\*------------------------------------------------------------------------------------------------------*/
/*------------------------------------*\
  PAGE Cases : 1024+
\*------------------------------------*/
.node-type-case-category .block-cases-teaser {
  padding: 4em 0;
  width: 100%;
  margin: 0 auto;
  background-color: #f1f0f0;
}
.node-type-case-category .block-cases-teaser h2 {
  font-size: 2.25em;
  color: #5c5d5f;
  margin: 0 auto 2.0555em auto;
  text-align: center;
  padding: 0 15px;
}
.node-type-case-category .block-cases-teaser .view-header {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}
.node-type-case-category .block-cases-teaser .view-header p {
  font-size: 1.375em;
  color: #7d7d7d;
  line-height: 1.75em;
  text-align: center;
  margin-bottom: 70px;
  padding: 0 15px;
}
.node-type-case-category .block-cases-teaser .field-name-field-example-cases .field-items {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  /*Fix white space*/
  text-rendering: optimizespeed;
  letter-spacing: -0.31em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  justify-content: center;
  max-width: 1120px;
}
.node-type-case-category .block-cases-teaser .field-name-field-example-cases .field-items .field-item {
  padding: 0 15px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  /*Fix white space*/
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
  width: 33.33333333333333%;
  max-width: 386px;
  text-align: center;
  max-width: 333px;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #e6e9ed;
  margin-bottom: 2em;
}
.node-type-case-category .block-cases-teaser .field-name-field-example-cases .field-items .node-case {
  cursor: pointer;
  height: 100%;
}
.node-type-case-category .block-cases-teaser .field-name-field-example-cases .field-items .node-case img {
  width: 100%;
}
.node-type-case-category .block-cases-teaser .field-name-field-example-cases .field-items .node-case h2 {
  display: none;
}
.node-type-case-category .block-cases-teaser .field-name-field-example-cases .field-items .node-case p {
  padding: 15px 30px;
  color: #6f6f70;
  font-size: 1.125em;
  line-height: 1.5em;
  text-align: left;
}
.node-type-case-category .block-cases-teaser .view-content {
  padding: 0 15px;
}
.node-type-case-category .block-cases-teaser .view-content tbody,
.node-type-case-category .block-cases-teaser .view-content table,
.node-type-case-category .block-cases-teaser .view-content td {
  display: block;
}
.node-type-case-category .block-cases-teaser .view-content tr {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  /*Fix white space*/
  text-rendering: optimizespeed;
  letter-spacing: -0.31em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  justify-content: center;
}
.node-type-case-category .block-cases-teaser .view-content td {
  padding: 0 15px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  /*Fix white space*/
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
  width: 33.33333333333333%;
  max-width: 386px;
  max-width: 300px;
  text-align: center;
  padding: 0;
  margin: 0 20px 40px 20px;
  background-color: #ffffff;
  border: 1px solid #e6e9ed;
}
.node-type-case-category .block-cases-teaser .view-content td .node-case h2 {
  display: none;
}
.node-type-case-category .block-cases-teaser .view-content td .node-case p {
  padding: 20px 30px;
  color: #6f6f70;
  text-align: left;
  font-size: 1.125em;
  line-height: 1.5em;
}
.node-type-case-category .block-cases-teaser .view-content .content img {
  min-height: 130px;
}
.node-type-case-category .block-cases-teaser .view-content .links {
  display: none;
}
.node-type-case-category .group-header-section {
  color: #ffffff;
}
.node-type-case-category .group-header-section h2 {
  font-size: 3em;
  margin: 20px auto 0.67em auto;
}
.node-type-case-category .group-header-section p {
  font-size: 1.5em;
  margin-bottom: 40px;
}
.node-type-case-category .group-header-section p:last-child {
  margin-bottom: 0;
}
.node-type-case-category .group-main-section {
  padding: 2.75em 15px;
  width: 100%;
  background-color: white;
  text-align: center;
}
.node-type-case-category .group-main-section h3 {
  font-size: 2.1875em;
  color: #84bd00;
  line-height: normal;
  margin: 0 auto 1.5em auto;
}
.node-type-case-category .group-main-section p {
  color: #5c5d5f;
  line-height: 1.5em;
  font-size: 1.375em;
  width: 100%;
  max-width: 930px;
  text-align: justify;
  margin: 1em auto;
}
@media screen and (max-width: 1023px) {
  .node-type-case-category .block-cases-teaser .view-content td {
    width: 50%;
    max-width: 300px;
    margin: 0 20px 40px 20px;
  }
}
@media screen and (max-width: 769px) {
  .node-type-case-category .group-header-section h2,
  .node-type-case-category .node-case-category h3,
  .node-type-case-category .block-cases-teaser h2 {
    font-size: 1.6em;
  }
  .node-type-case-category .block-cases-teaser .field-name-field-example-cases .field-items .field-item {
    width: 100%;
  }
  .node-type-case-category .group-main-section p {
    font-size: 1em;
    line-height: 1.5em;
  }
  .node-type-case-category .block-cases-teaser .field-name-field-example-cases .field-items .node-case p {
    font-size: 1em;
    line-height: 1.5em;
    max-width: 620px;
  }
}
/*------------------------------------------------------------------------------------------------------*\
 *********************************************************************************************************

    C A S E   U N I Q U E

 *********************************************************************************************************
\*------------------------------------------------------------------------------------------------------*/
/*------------------------------------*\
  Case unique : 1024+
\*------------------------------------*/
.node-type-case .group-header-section {
  background-color: #f1f0f0;
  padding: 4em 0 9.1em 0;
}
.node-type-case .group-header-section .group-header {
  max-width: 1120px;
  width: 100%;
}
.node-type-case .group-header-section .group-header .group-title-h1 {
  color: #5c5d5f;
  font-size: 2.25em;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 1.5em auto;
  line-height: normal;
}
.node-type-case .group-header-section .group-header-bottom {
  max-width: 1150px;
}
.node-type-case .group-header-section .group-header-bottom .author {
  line-height: 2em;
  color: #5c5d5f;
  margin: 1.5em 0 1em 0;
}
.node-type-case .group-header-section .group-header-bottom-right blockquote {
  font-style: italic;
  font-size: 1.75em;
  line-height: 1.5em;
  font-weight: 300;
  text-align: left;
}
.node-type-case .group-header-section .group-header-bottom-right blockquote p {
  color: #84bd00;
  margin: 1em 0;
}
.node-type-case .group-header-section .group-header-bottom-right p {
  margin: 2.5em 0 1em;
  color: #5c5d5f;
}
.node-type-case .group-header-section .group-header-bottom-right p span {
  font-size: 1em;
}
.node-type-case .group-header-section .group-header-bottom-left {
  vertical-align: bottom;
  padding: 0 20px 0 0;
  margin-top: 54px;
}
.node-type-case .group-header-section .group-header-bottom-right {
  padding: 0 0 0 20px;
}
.node-type-case .group-main-section {
  padding: 0 0 2.75em 0;
}
.node-type-case .group-main-section h2:first-child {
  font-size: 2.1875em;
  color: #5c5d5f;
  margin: 1.258em auto 0.503em auto;
  line-height: normal;
}
.node-type-case .group-main-section h2 {
  font-size: 2.1875em;
  color: #5c5d5f;
  margin: 0 auto 0.503em auto;
  line-height: normal;
}
.node-type-case .group-main-section h3 {
  font-size: 1.5em;
  margin: 1.01em 0;
  color: #84bd00;
  text-align: left;
  line-height: normal;
}
.node-type-case .group-main-section p,
.node-type-case .group-main-section ol,
.node-type-case .group-main-section ul {
  text-align: left;
  color: #5c5d5f;
  font-size: 1.375em;
  line-height: 1.5em;
}
.node-type-case .group-main-section p {
  margin: 1em 0;
  line-height: 1.5em;
}
.node-type-case .group-main-section ol {
  margin-left: 0;
  padding-right: 0;
  list-style-type: none;
  padding-left: 24px;
  text-indent: -14px;
}
.node-type-case .group-main-section ol li {
  margin: 0 0 20px 0px;
  counter-increment: list;
}
.node-type-case .group-main-section ol li:before {
  content: counter(list) ".";
  display: inline-block;
  color: #84bd00;
  margin: 0 9px 0 0;
}
.node-type-case .group-main-section ol[type="A"] li:before {
  content: counter(list, lower-alpha) ".";
  display: inline-block;
  color: #84bd00;
  margin: 0 9px 0 0;
}
.node-type-case .group-main-section ul {
  margin-left: 0;
  padding-right: 0;
  list-style-type: none;
}
.node-type-case .group-main-section ul li::before {
  content: '';
  display: inline-block;
  padding-right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 6px;
  border-color: transparent transparent transparent #84bd00;
}
.node-type-case .group-main-section li {
  margin: 0.5em 0;
  line-height: normal;
}
.node-type-case .group-main-section a:link {
  color: #84bd00;
}
.node-type-case .group-main-section a:link:hover {
  color: #7caf20;
}
.node-type-case .group-main-section a:visited {
  color: #84bd00;
}
.node-type-case .group-footer-section {
  padding: 4em 0 7em 0;
  background-color: #a1c2a7;
}
.node-type-case .group-footer-section p {
  font-size: 1.75em;
  color: #ffffff;
  font-style: italic;
  margin: 1em 0;
  text-align: left;
  line-height: 1.5em;
  font-weight: 300;
}
.node-type-case .group-footer-section .group-footer-content-row > p {
  font-size: 1em;
  font-style: normal;
}
@media screen and (max-width: 1023px) {
  .node-type-case .group-header-bottom .col-50 {
    width: 50%;
  }
  .node-type-case .group-header-section .group-header-bottom-right {
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 769px) {
  .node-type-case .group-header-bottom .col-50 {
    width: 100%;
  }
  .node-type-case .group-header-section .group-header-bottom-right {
    padding: 0 15px;
  }
}
@media screen and (max-width: 600px) {
  .node-type-case .group-main-section ol {
    padding-left: 20px;
    text-indent: -10px;
  }
  .node-type-case .group-main-section ol li:before,
  .node-type-case .group-main-section ol[type="A"] li:before {
    margin: 0 -2px 0 0;
  }
}
/**
 * Describe the files here and report modification :
 *
 * Le style du footer
 */
#footer {
  width: 100%;
  background-color: #e4e8ea;
  padding: 30px 15px;
}
#footer .section {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .region-footer-firstcolumn {
  width: 24.05940594059406%;
}
#footer .region-footer-firstcolumn #block-netvibes-blocks-footer-copyright {
  height: 100%;
  padding-right: 20px;
}
#footer .region-footer-firstcolumn .content {
  min-height: 150px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -o-justify-content: start;
  justify-content: start;
}
#footer .region-footer-firstcolumn .content .logo-footer-intro,
#footer .region-footer-firstcolumn .content .logo-footer-img {
  margin-bottom: 12px;
}
#footer .region-footer-firstcolumn .content .logo-footer-intro,
#footer .region-footer-firstcolumn .content .logo-footer-desc {
  color: #333333;
}
#footer .region-footer-firstcolumn .content .logo-footer-intro {
  font-size: 16px;
}
#footer .region-footer-firstcolumn .content .logo-footer-desc {
  font-size: 12px;
  line-height: 18px;
}
#footer .region-footer-firstcolumn .content .logo-footer-img {
  background: url(/sites/default/themes/netvibescom/images/DSlogo.png);
  background-size: cover;
  width: 118px;
  height: 33px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #footer .region-footer-firstcolumn .content .logo-footer-img {
    width: 118px;
    height: 33px;
    background: url(/sites/default/themes/netvibescom/images/DSlogo@2x.png);
    background-size: 118px 33px;
  }
}
#footer .region-footer-secondcolumn {
  width: 54.45544554455446%;
  padding-right: 5%;
}
#footer .region-footer-secondcolumn h2 {
  display: none;
}
#footer .region-footer-secondcolumn .content > .menu {
  display: flex;
  justify-content: space-between;
}
#footer .region-footer-secondcolumn .expanded {
  display: inline-block;
  vertical-align: top;
}
#footer .region-footer-secondcolumn .expanded span {
  font-weight: bold;
  font-size: 0.875em;
  color: #333333;
  display: block;
  margin-bottom: 20px;
}
#footer .region-footer-secondcolumn .expanded a {
  color: #333333;
  margin-bottom: 20px;
  display: block;
  font-size: 0.875em;
  transition: color 0.2s ease-in;
}
#footer .region-footer-secondcolumn .expanded a:hover {
  color: #84bd00;
}
#footer .region-footer-secondcolumn .expanded li:last-child a {
  margin-bottom: 0;
}
#footer .region-footer-thirdcolumn {
  width: 21.48514851485148%;
}
#footer .region-footer-thirdcolumn h2 {
  font-weight: bold;
  font-size: 0.875em;
  color: #333333;
  margin-bottom: 20px;
}
#footer .region-footer-thirdcolumn .block-menu li {
  display: inline-block;
  height: 30px;
  width: 30px;
}
#footer .region-footer-thirdcolumn .block-menu a {
  padding-left: 30px;
  height: 30px;
  display: block;
  background-size: contain;
}
#footer .region-footer-thirdcolumn .block-social-icons-footer a {
  margin-right: 4px;
}
#footer .region-footer-thirdcolumn .block-social-icons-footer a:hover {
  opacity: 0.8;
}
#footer .region-footer-thirdcolumn .block-locale {
  margin-bottom: 40px;
}
#footer .region-footer-thirdcolumn .block-locale .content {
  display: flex;
}
#footer .region-footer-thirdcolumn .block-locale .content .link-en,
#footer .region-footer-thirdcolumn .block-locale .content .link-fr,
#footer .region-footer-thirdcolumn .block-locale .content .noLink-fr,
#footer .region-footer-thirdcolumn .block-locale .content .noLink-en {
  font-size: 0.85em;
  padding-top: 2px;
}
#footer .region-footer-thirdcolumn .block-locale .content .link-en,
#footer .region-footer-thirdcolumn .block-locale .content .link-fr {
  cursor: pointer;
}
#footer .region-footer-thirdcolumn .block-locale .content .link-en {
  color: #000000;
}
#footer .region-footer-thirdcolumn .block-locale .content .link-fr {
  color: #84bd00;
}
#footer .region-footer-thirdcolumn .block-locale .content .wrapper {
  margin: 0 5px 0px -5px;
}
#footer .region-footer-thirdcolumn .block-locale.switched .link-en {
  color: #84bd00;
}
#footer .region-footer-thirdcolumn .block-locale.switched .link-fr {
  color: #000000;
}
/*------------------------------------*\
  Footer : 1024-
\*------------------------------------*/
@media screen and (max-width: 1023px) {
  #footer .section {
    display: block;
    position: relative;
  }
  #footer .section .region-footer-firstcolumn {
    width: 100%;
    margin-bottom: 40px;
  }
  #footer .section .region-footer-firstcolumn #block-netvibes-blocks-footer-copyright {
    height: auto;
    padding-right: 0;
    position: static;
  }
  #footer .section .region-footer-firstcolumn .content {
    flex-direction: row;
    min-height: initial;
    height: auto;
    align-items: center;
  }
  #footer .section .region-footer-secondcolumn {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
  #footer .section .region-footer-thirdcolumn {
    display: flex;
    width: 100%;
  }
  #footer .section .region-footer-thirdcolumn .block-social-icons-footer {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #footer .section .region-footer-thirdcolumn .block-social-icons-footer h2 {
    display: none;
  }
  #footer .region-footer-thirdcolumn .block-locale {
    width: auto;
    position: absolute;
    top: 15px;
    right: 0;
  }
  #footer .region-footer-thirdcolumn .block-locale h2 {
    display: none;
  }
}
.desk--label {
  display: block;
}
.mobile--label {
  display: none;
}
@media screen and (max-width: 850px) {
  #footer .region-footer-thirdcolumn .block-locale .content .link-en,
  #footer .region-footer-thirdcolumn .block-locale .content .link-fr,
  #footer .region-footer-thirdcolumn .block-locale .content .noLink-fr,
  #footer .region-footer-thirdcolumn .block-locale .content .noLink-en {
    font-size: 1em;
  }
  #footer .section #block-netvibes-blocks-footer-copyright img {
    max-width: 120px;
    height: 25px !important;
  }
  .desk--label {
    display: none;
  }
  .mobile--label {
    display: block;
  }
  #footer .section .region-footer-firstcolumn #block-netvibes-blocks-footer-copyright p:last-child {
    font-size: 0.85em;
  }
}
/*------------------------------------*\
  Footer : 480-
\*------------------------------------*/
@media screen and (max-width: 480px) {
  #footer .section .region-footer-thirdcolumn {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    justify-content: center;
  }
  #footer .region-footer-thirdcolumn .block-locale .content {
    justify-content: center;
  }
  #footer .section .region-footer-secondcolumn {
    margin-bottom: 40px;
  }
  #footer .region-footer-secondcolumn .content > .menu {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    text-align: center;
  }
  #footer .region-footer-secondcolumn .expanded {
    width: 50%;
    margin-bottom: 50px;
  }
}
/**
 * Describe the files here and report modification :
 *
 * Tout le style de la page pricing
 */
/*------------------------------------------------------------------------------------------------------*\
 *********************************************************************************************************

    P R I C I N G   P A G E

 *********************************************************************************************************
\*------------------------------------------------------------------------------------------------------*/
.node-type-pricing-page #main-wrapper {
  background-color: #f1f0f0;
  /*** LIST Price Header container ***/
  /*** LIST Description **/
}
.node-type-pricing-page #main-wrapper .group-header-section {
  margin: 50px auto 80px auto;
}
.node-type-pricing-page #main-wrapper .group-header-section h1 {
  font-size: 3em;
  color: #5c5d5f;
  text-align: center;
  margin: 0 auto 0.67em auto;
  padding: 0 15px;
}
.node-type-pricing-page #main-wrapper .group-header-section > p {
  font-size: 1.5em;
  color: #7d7d7d;
  text-align: center;
  margin-bottom: 80px;
  padding: 0 15px;
  line-height: normal;
}
.node-type-pricing-page #main-wrapper .group-header-section .group-teaser-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  /*Fix white space*/
  text-rendering: optimizespeed;
  letter-spacing: -0.31em;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
}
.node-type-pricing-page #main-wrapper .group-header-section .group-teaser-container > div {
  padding: 0 15px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  /*Fix white space*/
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
  width: 25%;
  max-width: 290px;
  padding: 0 6px;
}
.node-type-pricing-page #main-wrapper .group-header-section .group-teaser-container > div:last-child .cost--price {
  color: #005686;
}
.node-type-pricing-page #main-wrapper .group-header-section .group-teaser-container > div:last-child ul li:before {
  border-color: transparent transparent transparent #005686;
}
.node-type-pricing-page #main-wrapper .group-header-section .group-price-container {
  -moz-box-shadow: 2px 2px 5px 1px #cfcfcf;
  -webkit-box-shadow: 2px 2px 5px 1px #cfcfcf;
  -o-box-shadow: 2px 2px 5px 1px #cfcfcf;
  box-shadow: 2px 2px 5px 1px #cfcfcf;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=5);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  text-align: center;
  padding: 25px;
  line-height: 1.5em;
  position: relative;
}
.node-type-pricing-page #main-wrapper .group-header-section .group-price-container h3 {
  padding-top: 15px;
  color: #5c5d5f;
  font-size: 2em;
  font-weight: 300;
}
.node-type-pricing-page #main-wrapper .group-header-section .group-price-container h3:after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background-color: #f1f0f0;
  text-align: center;
  margin: 35px auto 30px auto;
}
.node-type-pricing-page #main-wrapper .group-header-section .group-price-container .cost--price {
  font-size: 1.2em;
  color: #84bd00;
  margin-bottom: 55px;
  font-weight: 300;
}
.node-type-pricing-page #main-wrapper .group-header-section .group-price-container .cost--description {
  font-size: 1em;
  color: #7d7d7d;
  text-align: left;
  margin-bottom: 50px;
}
.node-type-pricing-page #main-wrapper .group-header-section .group-price-container ul {
  margin-bottom: 150px;
  padding-left: 16px;
  text-indent: -16px;
}
.node-type-pricing-page #main-wrapper .group-header-section .group-price-container ul li {
  text-align: left;
  margin-bottom: 20px;
  color: #7d7d7d;
}
.node-type-pricing-page #main-wrapper .group-header-section .group-price-container ul li:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #84bd00;
}
.node-type-pricing-page #main-wrapper .group-header-section .group-price-container .cost--ancre {
  margin-bottom: 40px;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.node-type-pricing-page #main-wrapper .group-header-section .group-price-container .cost--ancre a:hover {
  opacity: 0.8;
}
.node-type-pricing-page #main-wrapper .group-header-section .group-price-container .cost--link,
.node-type-pricing-page #main-wrapper .group-header-section .group-price-container .cost--link-blue {
  position: absolute;
  bottom: 20px;
  left: 25px;
  right: 25px;
}
.node-type-pricing-page #main-wrapper .group-header-section .group-price-container .cost--link a,
.node-type-pricing-page #main-wrapper .group-header-section .group-price-container .cost--link-blue a {
  display: block;
  font-size: 1.25em;
  color: #ffffff;
  background-color: #84bd00;
  padding: 20px 0;
  border-radius: 3px;
  transition: background-color 0.3s ease-in-out;
}
.node-type-pricing-page #main-wrapper .group-header-section .group-price-container .cost--link a:hover,
.node-type-pricing-page #main-wrapper .group-header-section .group-price-container .cost--link-blue a:hover {
  background-color: #90cd02;
}
.node-type-pricing-page #main-wrapper .group-header-section .group-price-container .cost--link-blue a {
  background-color: #005686;
}
.node-type-pricing-page #main-wrapper .group-header-section .group-price-container .cost--link-blue a:hover {
  background-color: #6bbfa7;
}
.node-type-pricing-page #main-wrapper .group-content-section .group-main-section {
  padding: 4em 0;
  background-color: #ffffff;
}
.node-type-pricing-page #main-wrapper .group-content-section .group-main-section h2 {
  font-size: 2.25em;
  color: #5c5d5f;
  margin-bottom: 40px;
  padding: 0 15px;
}
.node-type-pricing-page #main-wrapper .group-content-section .group-main-section h3,
.node-type-pricing-page #main-wrapper .group-content-section .group-main-section h3 a {
  font-size: 1.2em;
  color: #7caf20;
  margin-bottom: 130px;
  padding: 0 15px;
}
.node-type-pricing-page #main-wrapper .group-content-section .group-global-grid-features {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
}
.node-type-pricing-page #main-wrapper .group-content-section .group-global-grid-features > div {
  margin: 0 0 60px 0;
}
.node-type-pricing-page #main-wrapper .group-content-section .group-global-grid-features h4 {
  text-align: left;
  font-size: 1.5em;
  color: #5c5d5f;
  margin-bottom: 30px;
  padding-top: 20px;
}
.node-type-pricing-page #main-wrapper .group-content-section .group-global-grid-features p {
  text-align: left;
  color: #7d7d7d;
  font-size: 1em;
  line-height: 1.4em;
}
/*------------------------------------*\
  PAGE Pricing : 1024-
\*------------------------------------*/
@media screen and (max-width: 1023px) {
  .node-type-pricing-page #main-wrapper .group-header-section .group-teaser-container,
  .node-type-pricing-page #main-wrapper .group-content-section .group-global-grid-features {
    max-width: 960px;
  }
  .node-type-pricing-page #main-wrapper .group-header-section .group-teaser-container > div,
  .node-type-pricing-page #main-wrapper .group-content-section .group-global-grid-features > div {
    width: 50%;
    max-width: 480px;
    margin-bottom: 14px;
  }
  .node-type-pricing-page #main-wrapper .group-content-section .group-global-grid-features > div {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .node-type-pricing-page #main-wrapper .group-header-section h1,
  .node-type-pricing-page #main-wrapper .group-content-section .group-main-section h2 {
    font-size: 1.6em;
  }
  .node-type-pricing-page #main-wrapper .group-header-section .group-teaser-container > div,
  .node-type-pricing-page #main-wrapper .group-content-section .group-global-grid-features > div {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 30px auto;
  }
  .node-type-pricing-page #main-wrapper .group-content-section .group-global-grid-features > div .col-78 {
    max-width: none;
  }
  .node-type-pricing-page #main-wrapper .group-header-section > p {
    font-size: 1em;
    line-height: 1.5em;
  }
  .node-type-pricing-page #main-wrapper .group-content-section .group-main-section h3 {
    font-size: 1em;
    margin-bottom: 60px;
  }
  .node-type-pricing-page #main-wrapper .group-content-section .group-main-section {
    padding: 90px 0 45px 0;
  }
  .node-type-pricing-page #main-wrapper .group-header-section .group-price-container h3 {
    font-size: 1.6em;
  }
  .node-type-pricing-page #main-wrapper .group-header-section .group-price-container .cost--link a,
  .node-type-pricing-page #main-wrapper .group-header-section .group-price-container .cost--link-blue a {
    font-size: 1em;
  }
}
/*------------------------------------*\
  PAGE Pricing : 600-
\*------------------------------------*/
@media screen and (max-width: 600px) {
  .node-type-pricing-page #main-wrapper .group-header-section .group-teaser-container,
  .node-type-pricing-page #main-wrapper .group-content-section .group-global-grid-features {
    max-width: 580px;
  }
  .node-type-pricing-page #main-wrapper .group-content-section .group-main-section {
    padding: 40px 0;
  }
  .node-type-pricing-page #main-wrapper .group-content-section .group-global-grid-features > div {
    margin: 0 auto 60px auto;
  }
  .node-type-pricing-page #main-wrapper .group-content-section .group-main-section h3 {
    margin-bottom: 60px;
  }
  .node-type-pricing-page #main-wrapper .group-content-section .group-global-grid-features .icon-container {
    padding: 15px;
  }
}
.node-type-pricing-page #main-wrapper .group-header-section .group-teaser-container {
  margin: 0 auto;
  max-width: 800px;
  text-rendering: optimizespeed;
  letter-spacing: -0.31em;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
}
.node-type-pricing-page #main-wrapper .group-header-section .group-teaser-container > div {
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
  width: 352px;
  max-width: 352px;
  padding: 0 6px;
}
ul.links.inline {
  display: none;
}
/**
 * Describe the files here and report modification :
 *
 * All the css for Page category & Page details category
 */
/*------------------------------------------------------------------------------------------------------*\
 *********************************************************************************************************

    A L L   C A T E G O R Y   P A G E

 *********************************************************************************************************
\*------------------------------------------------------------------------------------------------------*/
/*------------------------------------*\
  PAGE Category : 1024+
\*------------------------------------*/
.node-type-features-category .group-header-section {
  padding: 2em 0 1.5em 0;
  background-color: #a1c2a7;
}
.node-type-features-category .group-header-section h1 {
  color: #ffffff;
  font-size: 3em;
  margin-bottom: 0.5em;
  padding: 0 15px;
  line-height: normal;
}
.node-type-features-category .group-header-section p {
  color: #ffffff;
  font-size: 1.5em;
  margin-bottom: 35px;
  line-height: 1.5em;
  padding: 0 15px;
}
.node-type-features-category .group-content-section {
  position: relative;
  padding: 2.75em 0 4em 0;
}
.node-type-features-category .group-content-section .group-title-h2 {
  font-size: 2.1875em;
  margin: auto auto 1.5086em auto;
  color: #84bd00;
  max-width: 840px;
  line-height: normal;
}
.node-type-features-category .group-content-section p {
  font-size: 1.375em;
  color: #5c5d5f;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: left;
  line-height: 1.5em;
}
.node-type-features-category .group-content-section .group-button-division {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 100%;
}
.node-type-features-category .group-content-section .group-button-division a {
  width: 100%;
  border-radius: 3px;
  text-align: center;
  padding: 0 0.5em;
  text-decoration: none;
  font-family: "Open Sans", Arial, sans-serif;
  cursor: pointer;
  font-size: 1.25em;
  transition: opacity 0.3s ease-in-out;
  /* Mode flex */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7caf20;
  color: #ffffff;
  height: 50px;
  max-width: 300px;
  max-width: 440px;
  transition: background-color 0.15s ease-in-out;
  margin: 0 auto;
}
.node-type-features-category .group-content-section .group-button-division a:hover {
  background-color: #7caf20;
}
.node-type-features-category .group-features-section {
  padding: 90px 0 80px 0;
  background-color: #f1f0f0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  justify-content: center;
  line-height: normal;
}
.node-type-features-category .group-features-section .group-features-container {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.node-type-features-category .group-features-section h4 {
  color: #5c5d5f;
  font-size: 1.5em;
  text-align: left;
  padding-top: 20px;
  margin-bottom: 30px;
  line-height: normal;
}
.node-type-features-category .group-features-section p {
  text-align: left;
  color: #7d7d7d;
  font-size: 1em;
  line-height: 1.5em;
}
.node-type-features-category .group-features-section .col-33 {
  margin: 0 0 2em 0;
  max-width: 373px;
  padding: 0 20px;
}
.node-type-features-category .group-features-section .col-33 .col-78 {
  width: 100%;
  padding: 0;
}
.node-type-features-category .group-features-section .col-33 .col-22 {
  width: auto;
  min-width: 60px;
  max-width: 60px;
  padding: 0 15px 0 0;
}
.node-type-features-category .group-features-section .discover-link {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #84bd00;
  width: auto;
  text-decoration: none;
  cursor: pointer;
  font-size: 1em;
  transition: color 0.15s ease-in-out;
  margin: 35px auto 0 auto;
}
.node-type-features-category .group-features-section .discover-link:hover {
  color: #5c5d5f;
}
.node-type-features-category .group-features-section .discover-link:before {
  content: '';
  display: block;
  position: absolute;
  top: 30%;
  transform: translateX(-14px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 6px;
  border-color: transparent transparent transparent #84bd00;
  transition: transform 0.15s ease-out, border-color 0.15s ease-out;
}
.node-type-features-category .group-features-section .discover-link:hover:before {
  transform: translateX(-10px);
}
/*------------------------------------*\
  PAGE Pricing : 1024-
\*------------------------------------*/
@media screen and (max-width: 1023px) {
  .node-type-features-category .group-features-section .col-33 {
    width: 50%;
    max-width: 480px;
  }
}
/*------------------------------------*\
  PAGE Pricing : 600-
\*------------------------------------*/
@media screen and (max-width: 768px) {
  .node-type-features-category .group-features-section .col-33 {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 60px auto;
  }
  .node-type-features-category .group-features-section {
    padding: 90px 0 40px 0;
  }
}
/**
 * Describe the files here and report modification :
 *
 * Css des page feature
 */
/*------------------------------------------------------------------------------------------------------*\
 *********************************************************************************************************

    F E A T U R E   P A G E

 *********************************************************************************************************
\*------------------------------------------------------------------------------------------------------*/
/*------------------------------------*\
  PAGE Feature details : 1024+
\*------------------------------------*/
.node-type-features {
  /*************************
  /***** Header section  ******/
  /*********************/
  /***************************
  /***** Contact section ******/
  /*********************/
  /***************************
  /***** Texte section ******/
  /*********************/
  /***************************
  /***** Benefits trio section ******/
  /*********************/
  /*****************************************
  /***** Pottion you can create section ******/
  /*******************************/
}
.node-type-features .group-header-section {
  position: relative;
  padding: 4em 0;
  /* img + text */
  /* Button green */
}
.node-type-features .group-header-section h1 {
  color: #5c5d5f;
  font-size: 2.25em;
  margin-bottom: 0.85em;
  padding: 0 15px;
  line-height: normal;
}
.node-type-features .group-header-section h1 span {
  font-weight: 400;
  padding-left: 10px;
  font-size: 1.33333333em;
}
.node-type-features .group-header-section .group-row-a-2 {
  margin-bottom: 90px;
  padding: 0 15px;
  color: #5c5d5f;
  font-size: 1.5em;
}
.node-type-features .group-header-section .group-row-a-3 {
  margin-bottom: 70px;
  max-width: 930px;
  /* text */
}
.node-type-features .group-header-section .group-row-a-3 .col-56,
.node-type-features .group-header-section .group-row-a-3 .col-44 {
  width: 50%;
}
.node-type-features .group-header-section .group-row-a-3 .col-44 {
  padding: 0 0 0 20px;
}
.node-type-features .group-header-section .group-row-a-3 .group-header-content-right p {
  font-size: 1em;
  font-weight: 400;
  color: #5c5d5f;
  text-align: left;
  line-height: 2em;
  padding: 0;
}
.node-type-features .group-header-section .group-button-header {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 100%;
}
.node-type-features .group-header-section .group-button-header a {
  width: 100%;
  border-radius: 3px;
  text-align: center;
  padding: 0 0.5em;
  text-decoration: none;
  font-family: "Open Sans", Arial, sans-serif;
  cursor: pointer;
  font-size: 1.25em;
  transition: opacity 0.3s ease-in-out;
  /* Mode flex */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #84bd00;
  height: 55px;
  max-width: 440px;
  margin: 0 auto;
  transition: background-color 0.3s ease-in-out;
}
.node-type-features .group-header-section .group-button-header a:hover {
  background-color: #7caf20;
}
.node-type-features .group-header-section p {
  max-width: 740px;
  color: #84bd00;
  margin: 0 auto;
  font-size: 1.5em;
  padding: 0 15px;
  line-height: 1.5em;
}
.node-type-features .group-contact-link-section {
  padding: 30px 15px;
  background-color: #84bd00;
}
.node-type-features .group-contact-link-section p {
  font-size: 1.5em;
  color: #ffffff;
}
.node-type-features .group-contact-link-section a {
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  line-height: normal;
}
.node-type-features .group-text-section h2 {
  font-size: 2.25em;
  color: #5c5d5f;
  margin: 100px auto 50px auto;
}
.node-type-features .group-text-section h3 {
  font-size: 1.375em;
  margin: 40px 0 15px 0;
  color: #84bd00;
  text-align: left;
}
.node-type-features .group-text-section strong {
  font-weight: bold;
}
.node-type-features .group-text-section p,
.node-type-features .group-text-section ol,
.node-type-features .group-text-section ul {
  text-align: left;
  color: #5c5d5f;
  font-size: 1.375em;
  line-height: 1.2em;
  margin-bottom: 30px;
}
.node-type-features .group-text-section ol {
  margin-left: 0;
  padding-right: 0;
  list-style-type: none;
}
.node-type-features .group-text-section ol li {
  counter-increment: step-counter;
}
.node-type-features .group-text-section ol li::before {
  content: counter(step-counter) ".";
  color: #5c5d5f;
  padding: 3px 8px;
}
.node-type-features .group-text-section ul {
  margin-left: 0;
  padding-right: 0;
  list-style-type: none;
}
.node-type-features .group-text-section ul li::before {
  content: '';
  display: inline-block;
  background-color: #5c5d5f;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  margin: 5px 8px;
}
.node-type-features .group-text-section li {
  margin-bottom: 30px;
}
.node-type-features .group-text-section a:link {
  color: #84bd00;
  text-decoration: underline;
}
.node-type-features .group-text-section a:visited {
  color: #5c5d5f;
}
.node-type-features .group-benefits-section {
  padding: 4em 0;
  background-color: #f1f0f0;
}
.node-type-features .group-benefits-section h2 {
  font-size: 2.25em;
  color: #5c5d5f;
  margin-bottom: 90px;
  padding: 0 15px;
}
.node-type-features .group-benefits-section .group-grid-benefits {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  justify-content: center;
}
.node-type-features .group-benefits-section .group-grid-benefits > div {
  margin: 0 0 100px 0;
}
.node-type-features .group-benefits-section .group-grid-benefits h4 {
  text-align: left;
  font-size: 1.5em;
  color: #5c5d5f;
  margin-bottom: 30px;
  padding-top: 20px;
  line-height: normal;
}
.node-type-features .group-benefits-section .group-grid-benefits p {
  text-align: left;
  color: #7d7d7d;
  font-size: 1em;
  line-height: 1.5em;
}
.node-type-features .group-benefits-section .group-grid-benefits .col-33 {
  margin: 0 0 2em 0;
  max-width: 373px;
  padding: 0 20px;
}
.node-type-features .group-benefits-section .group-grid-benefits .col-33 .col-78 {
  width: 100%;
  padding: 0;
}
.node-type-features .group-benefits-section .group-grid-benefits .col-33 .col-22 {
  width: auto;
  min-width: 60px;
  max-width: 60px;
  padding: 0 15px 0 0;
}
.node-type-features .group-potions-section {
  padding: 75px 0 0 0;
  color: #5c5d5f;
  text-align: left;
}
.node-type-features .group-potions-section h2 {
  font-size: 2.25em;
  margin-bottom: 90px;
  padding: 0 15px;
  text-align: center;
}
.node-type-features .group-potions-section .potion:nth-child(2n) {
  padding-left: 140px;
}
.node-type-features .group-potions-section .potion {
  text-align: left;
  margin-bottom: 90px;
}
.node-type-features .group-potions-section .potion .illustration {
  margin-bottom: 30px;
}
.node-type-features .group-potions-section .potion h3 {
  font-size: 1.5em;
  margin-bottom: 30px;
}
.node-type-features .group-potions-section .potion .content {
  max-width: 410px;
  width: 100%;
  font-size: 1em;
  line-height: 1.5em;
}
/*------------------------------------*\
  PAGE Feature details : 1024-
\*------------------------------------*/
@media screen and (max-width: 1023px) {
  .node-type-features .group-header-section .group-row-a-3 .group-header-content-right {
    margin-top: 40px;
  }
  .node-type-features .group-benefits-section .group-grid-benefits {
    max-width: 960px;
  }
  .node-type-features .group-benefits-section .group-grid-benefits > div {
    width: 50%;
    max-width: 480px;
    margin-bottom: 100px;
  }
  .node-type-features .group-potions-section .group-potions-grid {
    max-width: 600px;
  }
  .node-type-features .group-potions-section .potion {
    text-align: center;
  }
  .node-type-features .group-potions-section .potion .content {
    margin: 0 auto;
    text-align: left;
  }
  .node-type-features .group-potions-section .potion:nth-child(2n) {
    padding-left: 15px;
  }
  .node-type-features .group-header-section p,
  .node-type-features .group-contact-link-section p,
  .node-type-features .group-header-section .group-button-header,
  .node-type-features .group-text-section p,
  .node-type-features .group-text-section ol,
  .node-type-features .group-text-section ul {
    font-size: 1em;
  }
  .node-type-features .group-text-section h2,
  .node-type-features .group-benefits-section h2 {
    font-size: 1.6em;
    margin: 50px auto;
  }
  .node-type-features .group-text-section p,
  .node-type-features .group-text-section ol,
  .node-type-features .group-text-section ul {
    line-height: 1.5em;
  }
  .node-type-features .group-benefits-section {
    padding: 50px 0 0 0;
  }
  .node-type-features .group-benefits-section .group-grid-benefits h4 {
    font-size: 1.17em;
  }
}
/*------------------------------------*\
  PAGE Feature details : 768-
\*------------------------------------*/
@media screen and (max-width: 768px) {
  .node-type-features .group-header-section h1 {
    font-size: 1.225em;
    margin-bottom: 20px;
  }
  .node-type-features .group-header-section h1 span {
    font-size: 1.3em;
  }
  .node-type-features .group-benefits-section .group-grid-benefits > div {
    width: 100%;
    max-width: none;
    margin-bottom: 100px;
  }
  .node-type-features .group-benefits-section .group-grid-benefits > div .col-78 {
    max-width: none;
  }
  .node-type-features .group-benefits-section .group-grid-benefits .icon-container img {
    max-width: 40%;
  }
  .node-type-features .group-benefits-section {
    padding: 50px 0 0 0;
  }
  .node-type-features .group-benefits-section h2 {
    margin-bottom: 40px;
  }
  .node-type-features .group-potions-section h2 {
    margin-bottom: 50px;
    font-size: 1.6em;
  }
  .node-type-features .group-potions-section .potion h3 {
    font-size: 1.17em;
  }
  .node-type-features .group-potions-section .potion .content {
    font-size: 1em;
  }
}
/*------------------------------------*\
  PAGE Feature details : 640-
\*------------------------------------*/
@media screen and (max-width: 640px) {
  .node-type-features .group-text-section h2 {
    margin-top: 50px;
  }
  .node-type-features .group-benefits-section .group-grid-benefits {
    max-width: 580px;
  }
}
/**
 * Describe the files here and report modification :
 *
 * Tout le css de la page Team
 */
/*------------------------------------------------------------------------------------------------------*\
 *********************************************************************************************************

    T E A M   P A G E

 *********************************************************************************************************
\*------------------------------------------------------------------------------------------------------*/
.node-type-company-page {
  /* Avatar section */
  /* Award section */
}
.node-type-company-page .group-header-section {
  padding: 80px 15px;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.node-type-company-page .group-header-section p {
  margin-bottom: 60px;
  font-size: 1.5em;
}
.node-type-company-page .group-header-section .group-title-tag-h1 {
  font-size: 3em;
  margin-bottom: 50px;
}
.node-type-company-page .group-content-section {
  padding: 2.75em 15px;
}
.node-type-company-page .group-content-section h2 {
  font-size: 2.1875em;
  color: #5c5d5f;
  margin-bottom: 0.503em;
  line-height: normal;
}
.node-type-company-page .group-content-section p {
  width: 100%;
  max-width: 930px;
  margin: 0.989em auto;
  font-size: 1.4em;
  color: #5c5d5f;
  line-height: 1.5em;
}
.node-type-company-page .group-people-section {
  padding: 50px 15px 60px 15px;
  background-color: #f1f0f0;
  width: 100%;
}
.node-type-company-page .group-people-section .group-all-people {
  max-width: 930px;
  margin: 0 auto;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.node-type-company-page .group-people-section .group-all-people .people-item {
  width: 20%;
}
.node-type-company-page .group-people-section .group-all-people .people-item:nth-child(9n+6) {
  margin-left: 90px;
}
.node-type-company-page .group-people-section .picture-container {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
}
.node-type-company-page .group-people-section .picture-container:hover .img-grise {
  opacity: 0;
}
.node-type-company-page .group-people-section .picture-container .img-grise,
.node-type-company-page .group-people-section .picture-container .img-couleur {
  position: absolute;
  top: 0;
  left: 0;
}
.node-type-company-page .group-people-section .picture-container .img-grise {
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}
.node-type-company-page .group-people-section .name {
  color: #5c5d5f;
  font-weight: 200;
  text-align: center;
  font-size: 1.125em;
  margin-top: 10px;
  padding: 0 10px;
}
.node-type-company-page .group-awards-section {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 2.75em 15px;
  /* View More button */
}
.node-type-company-page .group-awards-section .group-awards-h2 {
  font-size: 2.1875em;
  color: #5c5d5f;
  margin-bottom: 0.63em;
  text-align: center;
  line-height: normal;
}
.node-type-company-page .group-awards-section .group-awards-content {
  width: 100%;
  max-width: 930px;
  margin: 0.989em auto 1.964em auto;
  font-size: 1.4em;
  color: #5c5d5f;
  text-align: center;
  line-height: 1.5em;
}
.node-type-company-page .group-awards-section .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
}
.node-type-company-page .group-awards-section .item:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d1d1d1;
  margin: 1.5em auto;
}
.node-type-company-page .group-awards-section .item .thumb-part {
  width: auto;
  text-align: center;
}
.node-type-company-page .group-awards-section .item .text-part {
  width: 80%;
  padding-left: 20px;
  padding-top: 4px;
}
.node-type-company-page .group-awards-section .item .text-part h3 {
  font-size: 1.5em;
  color: #84bd00;
  margin-bottom: 10px;
}
.node-type-company-page .group-awards-section .item .text-part p {
  font-size: 0.98em;
  color: #5c5d5f;
  line-height: 1.5em;
}
.node-type-company-page .group-awards-section .link-more-awards {
  text-align: right;
}
.node-type-company-page .group-awards-section .link-more-awards span {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #84bd00;
  width: 100px;
  text-decoration: none;
  font-family: "Open Sans", Arial, sans-serif;
  cursor: pointer;
  font-size: 1em;
  transition: color 0.15s ease-in-out;
}
.node-type-company-page .group-awards-section .link-more-awards span:hover {
  color: #5c5d5f;
}
.node-type-company-page .group-awards-section .link-more-awards span:before {
  content: '';
  display: block;
  position: absolute;
  top: 20%;
  transform: translateX(2px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 6px;
  border-color: transparent transparent transparent #84bd00;
  transition: transform 0.15s ease-out, border-color 0.15s ease-out;
}
.node-type-company-page .group-awards-section .link-more-awards span:hover:before {
  transform: translateX(8px);
}
.node-type-company-page .group-awards-list .hidden {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.node-type-company-page .group-awards-list .hidden.visible {
  max-height: 5000px;
  opacity: 1;
  height: auto;
}
/*------------------------------------*\
  PAGE Team : 1024-
\*------------------------------------*/
@media screen and (max-width: 1023px) {
  .node-type-company-page .group-people-section .group-all-people .people-item {
    width: 25%;
    margin-bottom: 30px;
  }
  .node-type-company-page .group-people-section .group-all-people .people-item:nth-child(9n+6) {
    margin-left: 0;
  }
}
/*------------------------------------*\
  PAGE Team : 600-
\*------------------------------------*/
@media screen and (max-width: 768px) {
  .node-type-company-page .group-awards-section .item .text-part {
    width: 70%;
  }
  .node-type-company-page .group-awards-section .item .thumb-part {
    width: 30%;
  }
  .node-type-company-page .group-content-section h2 {
    margin-bottom: 30px;
    font-size: 1.6em;
  }
  .node-type-company-page .group-content-section {
    padding-top: 40px;
  }
  .node-type-company-page .group-people-section .group-all-people .people-item {
    width: 50%;
  }
  .node-type-company-page .group-awards-section .group-awards-h2 {
    font-size: 1.6em;
  }
  .node-type-company-page .group-awards-section .group-awards-content,
  .node-type-company-page .group-awards-section .item .text-part p,
  .node-type-company-page .group-content-section p {
    font-size: 1em;
    line-height: 1.5em;
  }
  .node-type-company-page .group-awards-section .item .text-part h3 {
    font-size: 1.17em;
  }
}
/**
 * Describe the files here and report modification :
 *
 * Tout le css de la page Team
 */
/*------------------------------------------------------------------------------------------------------*\
 *********************************************************************************************************

    T E A M   J O B S

 *********************************************************************************************************
\*------------------------------------------------------------------------------------------------------*/
/*------------------------------------*\
  Page Jobs : 1024+
\*------------------------------------*/
.node-type-basic-page .group-header {
  padding: 4em 15px;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.node-type-basic-page .group-header .group-title-h1 {
  font-size: 3em;
  margin-bottom: 50px;
  line-height: normal;
}
.node-type-basic-page .group-header p {
  margin-bottom: 60px;
  font-size: 1.5em;
}
.node-type-basic-page .group-main h2 {
  font-size: 2.25em;
  color: #5c5d5f;
  margin-bottom: 70px;
  text-align: center;
}
.node-type-basic-page .group-main h3 {
  font-size: 1.5em;
  margin: 1em 0;
  color: #84bd00;
  text-align: left;
}
.node-type-basic-page .group-main h4 {
  text-align: left;
  color: #5c5d5f;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.5em;
  margin: 1.33em 0;
}
.node-type-basic-page .group-main strong {
  font-weight: bold;
}
.node-type-basic-page .group-main p {
  text-align: left;
  color: #5c5d5f;
  font-size: 1em;
  line-height: 1.5em;
  margin: 1em 0;
}
.node-type-basic-page .group-main ol,
.node-type-basic-page .group-main ul {
  text-align: left;
  color: #5c5d5f;
  font-size: 1em;
  line-height: normal;
  margin-bottom: 30px;
  overflow: hidden;
}
.node-type-basic-page .group-main ol {
  margin-left: 0;
  padding-right: 0;
  list-style-type: none;
  padding-left: 30px;
  text-indent: -13px;
}
.node-type-basic-page .group-main ol li {
  margin: 0 0 20px 0px;
  counter-increment: list;
}
.node-type-basic-page .group-main ol li:before {
  content: counter(list) ".";
  display: inline-block;
  color: #84bd00;
  margin: 0 9px 0 0;
}
.node-type-basic-page .group-main ol[type="A"] li:before {
  content: counter(list, lower-alpha) ".";
  display: inline-block;
  color: #84bd00;
  margin: 0 9px 0 0;
}
.node-type-basic-page .group-main ul {
  margin-left: 0;
  padding-right: 0;
  list-style-type: none;
  padding-left: 32px;
  text-indent: -27px;
}
.node-type-basic-page .group-main ul li::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #84bd00;
  margin: 0 20px 0 0;
}
.node-type-basic-page .group-main li {
  margin-bottom: 20px;
}
.node-type-basic-page .group-main li.li-two-columns,
.node-type-basic-page .group-main li.li-two-columns-neutral {
  width: 45%;
  float: left;
}
.node-type-basic-page .group-main li.li-two-columns-neutral {
  color: #5c5d5f;
}
.node-type-basic-page .group-main li.li-two-columns:nth-child(odd),
.node-type-basic-page .group-main li.li-two-columns-neutral:nth-child(odd) {
  margin-right: 10%;
}
.node-type-basic-page .group-main a:link {
  cursor: pointer;
  color: #84bd00;
  text-decoration: none;
}
.node-type-basic-page .group-main a:link:hover {
  color: #7caf20;
}
.node-type-basic-page .group-main a:visited {
  color: #84bd00;
}
/*------------------------------------*\
  Page Jobs : 1024-
\*------------------------------------*/
/*------------------------------------*\
  Page Jobs : 600-
\*------------------------------------*/
@media screen and (max-width: 768px) {
  .node-type-basic-page .group-main p,
  .node-type-basic-page .group-main ol,
  .node-type-basic-page .group-main ul {
    font-size: 1em;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 600px) {
  .node-type-basic-page .group-main ul {
    padding-left: 21px;
    text-indent: -20px;
  }
  .node-type-basic-page .group-main ul li::before {
    margin: 0 5px 0 0;
  }
  .node-type-basic-page .group-main ol {
    padding-left: 22px;
    text-indent: -11px;
  }
  .node-type-basic-page .group-main ol li:before,
  .node-type-basic-page .group-main ol[type="A"] li:before {
    margin: 0 -2px 0 0;
  }
}
/**
 * Describe the files here and report modification :
 *
 * Mon css perso en attendant de remplacer le main pour pas peter le style de lba
 */
/*------------------------------------------------------------------------------------------------------*\
 *********************************************************************************************************

    4 0 4   &   4 0 3

 *********************************************************************************************************
\*------------------------------------------------------------------------------------------------------*/
/*------------------------------------*\
  PAGE Error : 1024+
\*------------------------------------*/
.node-type-basic-page .wrapper-error {
  width: 100%;
  min-height: 550px;
  background-color: #f1f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.node-type-basic-page .error-container {
  position: relative;
  width: 100%;
  max-width: 720px;
  padding: 30px 0 20px 0;
  margin: 20px auto;
  background-color: #ffffff;
  font-family: "Helvetica", sans-serif;
}
.node-type-basic-page .error-container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #f1f0f0 transparent transparent transparent;
}
.node-type-basic-page .error-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #d7d7d8 transparent;
}
.node-type-basic-page .error-container .img-container img {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}
.node-type-basic-page .e404 .error-container .img-container img {
  max-width: 100%;
  display: block;
}
.node-type-basic-page .e404 .error-container .text-container {
  text-align: center;
}
.node-type-basic-page .error-container .text-container h1 {
  font-size: 5.875em;
  color: #7caf20;
  margin: 0 auto 20px auto;
}
.node-type-basic-page .error-container .text-container h2 {
  font-size: 1.875em;
  color: #5c5d5f;
  margin: 0 auto 20px auto;
}
.node-type-basic-page .error-container .text-container p {
  font-size: 1.125em;
  color: #5c5d5f;
  margin: 0 auto 40px auto;
}
.node-type-basic-page .e404 .error-container .text-container p {
  margin: 80px auto 0 auto;
}
.node-type-basic-page .error-container .text-container .support {
  color: #7caf20;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.node-type-basic-page .error-container .text-container .support:hover {
  color: #84bd00;
}
.node-type-basic-page .error-container .text-container .gohome {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  width: 100%;
  color: #ffffff;
  border-radius: 3px;
  text-decoration: none;
  max-width: 200px;
  padding: 18px 0;
  background-color: #7caf20;
  text-align: center;
  transition: background-color 0.3s ease-in-out;
}
.node-type-basic-page .error-container .text-container .gohome:hover {
  background-color: #84bd00;
}
@media screen and (max-width: 1023px) {
  .node-type-basic-page .error-container {
    margin: 20px;
  }
  .node-type-basic-page .error-container {
    max-width: 400px;
  }
  .node-type-basic-page .col-50 {
    width: 100%;
    display: block;
    max-width: 400px;
  }
  .node-type-basic-page .error-container .text-container .gohome {
    margin-bottom: 30px;
  }
  .node-type-basic-page .error-container .img-container img {
    max-width: 50%;
    margin: 0 auto;
    display: block;
  }
}
/**
 * Describe the files here and report modification :
 *
 * Tout le css de la page Contact
 */
/*------------------------------------------------------------------------------------------------------*\
 *********************************************************************************************************

    C O N T A C T  U S

 *********************************************************************************************************
\*------------------------------------------------------------------------------------------------------*/
.node-type-basic-page .group-header {
  padding: 4em 15px;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.node-type-basic-page .group-header .group-title-h1 {
  font-size: 3em;
  margin-bottom: 50px;
}
.node-type-basic-page .group-header p {
  margin-bottom: 60px;
  font-size: 1.5em;
}
.node-type-basic-page .block-webform {
  background-color: #f1f0f0;
}
.node-type-basic-page .block-webform .form-item:first-child,
.node-type-basic-page .block-webform .form-actions:first-child {
  margin-top: 0;
}
.node-type-basic-page .block-webform .form-item,
.node-type-basic-page .block-webform .form-actions {
  margin: 0.75em 0;
}
.node-type-basic-page .block-webform .form-reset {
  padding: .80em 15px;
  max-width: 90%;
  min-width: 150px;
  display: inline-block;
  transition: color 0.3s, background-color 0.3s;
  text-align: center;
  background-color: transparent;
  border-color: #84bd00;
  color: #84bd00;
  font-size: 1em;
  cursor: pointer;
}
.node-type-basic-page .block-webform > h2 {
  display: none;
}
.node-type-basic-page .block-webform .content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.node-type-basic-page .block-webform .webform-client-form > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  justify-content: space-between;
}
.node-type-basic-page .block-webform .webform-component input {
  background-color: #ffffff;
  border: 0;
  color: #b3b3b3;
  height: 55px;
  padding: 0 1.1em;
  font-size: 1.25em;
}
.node-type-basic-page .block-webform .webform-component--introduction {
  padding-top: 5em;
  margin-bottom: 2.1875em;
  font-size: 1.25em;
  color: #5c5d5f;
  width: 100%;
}
.node-type-basic-page .block-webform .webform-component--lastname,
.node-type-basic-page .block-webform .webform-component--firstname,
.node-type-basic-page .block-webform .webform-component--nom,
.node-type-basic-page .block-webform .webform-component--prenom {
  width: auto;
  max-width: 425px;
}
.node-type-basic-page .block-webform .webform-component--email,
.node-type-basic-page .block-webform .webform-component--company {
  width: 100%;
}
.node-type-basic-page .block-webform .webform-component--topic {
  width: 100%;
  position: relative;
}
.node-type-basic-page .block-webform .webform-component--topic:after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #84bd00 transparent transparent transparent;
  pointer-events: all;
}
.node-type-basic-page .block-webform .webform-component--topic select {
  background-color: #ffffff;
  border: 0;
  padding: 0 1.1em;
  height: 55px;
  font-size: 1.25em;
  width: 100%;
  max-width: 100%;
  border-radius: 3px;
  vertical-align: top;
  color: #b3b3b3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.node-type-basic-page .block-webform .webform-component--topic option {
  padding: 1em 1.1em;
}
.node-type-basic-page .block-webform .webform-component--question {
  width: 100%;
}
.node-type-basic-page .block-webform .webform-component--question textarea {
  background: #ffffff;
  padding: 0.9em 1.1em;
  max-width: 100%;
  width: 100%;
  border: 0;
  color: #b3b3b3;
  border-radius: 3px;
  vertical-align: top;
  height: 200px;
  font-size: 1.25em;
  resize: none;
  font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
}
/*------------------------------------*\
  PAGE Team : 900-
\*------------------------------------*/
@media screen and (max-width: 900px) {
  .node-type-basic-page .block-webform .webform-component--lastname,
  .node-type-basic-page .block-webform .webform-component--firstname,
  .node-type-basic-page .block-webform .webform-component--nom,
  .node-type-basic-page .block-webform .webform-component--prenom {
    max-width: none;
    width: 100%;
  }
}
/*------------------------------------------------------------------------------------------------------*\
 *********************************************************************************************************

    C O N F I R M  C O N T A C T  U S

 *********************************************************************************************************
\*------------------------------------------------------------------------------------------------------*/
.page-node-done .region-content {
  min-height: 550px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-node-done .region-content .webform-confirmation p {
  font-size: 1.5em;
  color: #5c5c5c;
  margin-bottom: 2em;
}
.page-node-done .region-content .webform-confirmation .links-home a {
  width: 100%;
  border-radius: 3px;
  text-align: center;
  padding: 0 0.5em;
  text-decoration: none;
  font-family: "Open Sans", Arial, sans-serif;
  cursor: pointer;
  font-size: 1.25em;
  transition: opacity 0.3s ease-in-out;
  /* Mode flex */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7caf20;
  color: #ffffff;
  height: 50px;
  max-width: 300px;
  margin: 0 auto;
  transition: background-color 0.3s ease-in-out;
}
.page-node-done .region-content .webform-confirmation .links-home a:hover {
  background-color: #90cd02;
}
.page-node-done .region-content .links {
  display: none;
}
.wysiwyg-white-row {
  width: 100%;
  padding: 70px 0;
  background-color: #ffffff;
}
.wysiwyg-white-row .container {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.wysiwyg-white-row .container p {
  font-size: 1em;
}
.wysiwyg-grey-row {
  width: 100%;
  padding: 70px 0;
  background-color: #f1f0f0;
}
.wysiwyg-grey-row .container {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.wysiwyg-grey-row p {
  font-size: 1em;
}
