@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden; }

p {
  margin: 0; }

.limited-width {
  max-width: 1100px;
  margin: 0 auto 0 auto; }

body {
  margin: 0 auto 0 auto;
  font-family: 'Roboto', sans-serif;
  overflow: hidden; }
  body header {
    overflow: hidden; }
    body header .newsDiscover {
      background-color: #0e3038; }
      body header .newsDiscover .newsDiscover-content {
        max-width: 1100px;
        margin: 0 auto 0 auto;
        color: #b9bec0;
        padding: 0.7rem 0;
        display: flex;
        justify-content: center; }
        body header .newsDiscover .newsDiscover-content a {
          color: #b9bec0;
          margin-left: 0.8rem;
          text-decoration: underline; }
    body header nav {
      background-color: #ededed; }
      body header nav.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 25; }
        body header nav.sticky .navbar {
          padding: 0.4rem 3rem; }
          body header nav.sticky .navbar .logo img {
            width: 48px;
            transition: all 0.8s ease 0s; }
      body header nav .navbar {
        padding: 1rem 3rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1100px;
        margin: 0 auto; }
        body header nav .navbar ul.first-level {
          display: flex;
          justify-content: space-between;
          margin: 0;
          display: flex;
          justify-content: space-between;
          align-content: center;
          align-items: center;
          width: 100%;
          padding-left: 4rem;
          list-style-type: none; }
          body header nav .navbar ul.first-level li a {
            display: block;
            text-decoration: none;
            padding: 5px;
            color: #003a47;
            font-weight: 500; }
            body header nav .navbar ul.first-level li a.active {
              color: #0ea780; }
            body header nav .navbar ul.first-level li a img {
              width: 15px;
              margin-left: 5px;
              margin-bottom: 1px; }
            body header nav .navbar ul.first-level li a.myhe {
              display: flex;
              align-items: center;
              align-content: center; }
              body header nav .navbar ul.first-level li a.myhe img {
                width: 48px;
                margin-left: 7px;
                margin-bottom: 5px; }
            body header nav .navbar ul.first-level li a.button {
              background-color: #156765;
              border: 1px solid #156765;
              border-radius: 1.5rem;
              padding: 0.5rem 1rem;
              color: white;
              font-size: 1em;
              letter-spacing: 0.02em; }
          body header nav .navbar ul.first-level li ul {
            display: none;
            background-color: white;
            z-index: 3;
            padding-right: 3rem;
            border: 1px solid #0ea780;
            padding: 0.5rem 0.5rem 0.5rem;
            position: absolute;
            margin: 0;
            text-align: left;
            list-style-type: none; }
            body header nav .navbar ul.first-level li ul li a {
              padding-right: 3rem; }
              body header nav .navbar ul.first-level li ul li a:hover {
                color: white;
                background-color: #0ea780; }
          body header nav .navbar ul.first-level li:hover ul {
            display: block; }
        body header nav .navbar .logo img {
          width: 65px; }
  body main .common .content-header-he {
    position: relative;
    height: 50rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden; }
    body main .common .content-header-he .header-video {
      min-height: 100%;
      min-width: 100%;
      position: absolute;
      z-index: -1; }
    body main .common .content-header-he .header-title {
      margin: 0;
      color: #FFFFFF;
      text-align: center;
      font-size: 60px;
      font-weight: 500; }
    body main .common .content-header-he .big {
      display: block;
      font-style: normal;
      text-align: center;
      font-size: 90px;
      color: #0EA780; }
    body main .common .content-header-he .subtitle {
      color: #FFFFFF;
      text-align: center;
      margin-top: 18px;
      margin-bottom: 24px;
      font-size: 1.25rem; }
    body main .common .content-header-he .link {
      padding: 11px 36px;
      background-color: #0EA780;
      color: #FFFFFF;
      text-align: center; }
  body main .common .citation {
    background-color: #003A47;
    padding: 5.5rem 25%; }
    body main .common .citation h2 {
      color: #FFFFFF;
      font-size: 1.5rem;
      font-weight: 400;
      text-align: center;
      margin: 0; }
      body main .common .citation h2 em {
        font-style: normal;
        color: #0EA780; }
  body main .common h2.main-title {
    margin: 0;
    color: #003a47;
    font-weight: 500;
    font-size: 3em;
    text-align: center; }
    body main .common h2.main-title em {
      font-style: normal;
      color: #07a67f; }
  body main .common .steps {
    display: flex;
    margin-top: 2rem; }
    body main .common .steps .step {
      flex: 1;
      color: white;
      text-align: left;
      padding: 2rem 2rem 4rem 2rem; }
      body main .common .steps .step h3 {
        margin: 2rem 0 0 0;
        font-weight: 300;
        font-size: 1.25em; }
      body main .common .steps .step p {
        margin: 0;
        font-size: 4em;
        font-weight: 500; }
        body main .common .steps .step p.blue {
          color: #003a47; }
      body main .common .steps .step.dark {
        background-color: #07232a; }
      body main .common .steps .step.light {
        background-color: #156765; }
      body main .common .steps .step.green-light {
        background-color: #1da87f; }
      body main .common .steps .step.green-dark {
        background-color: #156765; }
      body main .common .steps .step.grey {
        background-color: #ededed;
        color: black; }
      body main .common .steps .step .white-line {
        width: 3.3rem;
        height: 0.7rem;
        background-color: white; }
  body main .common section.pourqui {
    max-width: 1100px;
    margin: 4rem auto;
    padding: 0 4rem; }
    body main .common section.pourqui .icons-pourqui {
      display: flex;
      justify-content: center;
      margin-top: 4rem; }
      body main .common section.pourqui .icons-pourqui img {
        width: 5rem; }
        body main .common section.pourqui .icons-pourqui img:not(:last-child) {
          margin-right: 1rem; }
    body main .common section.pourqui .text-pourqui {
      margin-top: 2rem;
      color: #003a47;
      padding: 0 2rem;
      font-size: 1.2em;
      text-align: center; }
      body main .common section.pourqui .text-pourqui h3 {
        display: inline;
        font-weight: 400;
        font-size: 1em; }
  body main .common section.fonctions {
    background-color: #F8F8F8;
    margin: 0;
    padding: 0;
    padding-top: 95px;
    padding-bottom: 100px;
    margin-bottom: 0; }
    body main .common section.fonctions .fonctions-row {
      margin-top: 2.5rem;
      display: flex;
      justify-content: space-between; }
      body main .common section.fonctions .fonctions-row:first-child {
        margin-top: 4rem; }
      body main .common section.fonctions .fonctions-row .fonction {
        text-align: center;
        flex: 1; }
        body main .common section.fonctions .fonctions-row .fonction img {
          width: 8rem; }
        body main .common section.fonctions .fonctions-row .fonction h3 {
          color: #023946;
          padding-top: 1.5rem;
          display: block;
          font-weight: 400;
          font-size: 1em;
          margin: 0; }
  body main .common section.want-demo {
    padding: 6.25rem 0; }
    body main .common section.want-demo.dark-blue {
      background-color: #07232a;
      color: #fff; }
      body main .common section.want-demo.dark-blue .userMessageDemo {
        color: #ededed;
        padding: 0; }
      body main .common section.want-demo.dark-blue form.contact-form {
        width: 82%; }
        body main .common section.want-demo.dark-blue form.contact-form .row .field label {
          color: #fff; }
          body main .common section.want-demo.dark-blue form.contact-form .row .field label a {
            color: #fff;
            text-decoration: underline; }
        body main .common section.want-demo.dark-blue form.contact-form .row .field input[type='submit'] {
          background-color: #f4f0ed;
          color: #0e3038; }
        body main .common section.want-demo.dark-blue form.contact-form .row .field img {
          padding-right: 20px;
          width: 40px; }
        body main .common section.want-demo.dark-blue form.contact-form .row .field .loader {
          display: none;
          text-align: center; }
        body main .common section.want-demo.dark-blue form.contact-form .row .field .loaderText {
          display: none;
          width: 117px;
          padding-left: 0;
          margin-left: 0;
          text-align: left;
          padding-top: 10px; }
        body main .common section.want-demo.dark-blue form.contact-form .row .loaderField {
          display: flex;
          width: 100%;
          justify-content: center; }
    body main .common section.want-demo.white {
      background-color: #FFFFFF; }
      body main .common section.want-demo.white form.contact-form .row .field input,
      body main .common section.want-demo.white form.contact-form .row .field select,
      body main .common section.want-demo.white form.contact-form .row .field textarea {
        border: solid 1px #DDDDDD; }
    body main .common section.want-demo form.contact-form {
      padding-top: 2rem;
      width: 52%;
      margin: auto; }
      body main .common section.want-demo form.contact-form .row {
        display: flex; }
        body main .common section.want-demo form.contact-form .row .field {
          flex: 1;
          width: 100%;
          margin-bottom: 1rem;
          margin-right: 1rem; }
          body main .common section.want-demo form.contact-form .row .field.inline {
            display: flex; }
          body main .common section.want-demo form.contact-form .row .field label {
            display: block;
            color: #003a47;
            margin-bottom: 0.3rem;
            font-weight: 500;
            font-size: 0.95em;
            text-align: justify; }
            body main .common section.want-demo form.contact-form .row .field label.light {
              font-weight: 500; }
            body main .common section.want-demo form.contact-form .row .field label a.see-more {
              color: #0ea780;
              text-decoration: underline; }
          body main .common section.want-demo form.contact-form .row .field input,
          body main .common section.want-demo form.contact-form .row .field select {
            width: 100%;
            border: none;
            padding: 0.8rem;
            outline: none;
            -webkit-box-sizing: border-box;
            /* Safari/Chrome, other WebKit */
            -moz-box-sizing: border-box;
            /* Firefox, other Gecko */
            box-sizing: border-box;
            /* Opera/IE 8+ */ }
            body main .common section.want-demo form.contact-form .row .field input.checkbox_cg,
            body main .common section.want-demo form.contact-form .row .field select.checkbox_cg {
              width: initial;
              margin-left: 0;
              margin-right: 1rem; }
            body main .common section.want-demo form.contact-form .row .field input[type='submit'],
            body main .common section.want-demo form.contact-form .row .field select[type='submit'] {
              background-color: #003a47;
              width: initial;
              color: #ededed;
              border-radius: 1rem;
              font-weight: 700;
              padding: 0.7rem 3rem;
              font-size: 1em;
              margin: 2rem auto 0 auto;
              display: block;
              cursor: pointer; }
            body main .common section.want-demo form.contact-form .row .field input.errorCp {
              color: red;
              font-weight: 900;
            }
            body main .common section.want-demo form.contact-form .row .field label .errorCpSpan {
              display: none;
            }
          body main .common section.want-demo form.contact-form .row .field .cg-hidden {
            display: none; }
          body main .common section.want-demo form.contact-form .row .field img {
            padding-right: 20px;
            width: 40px; }
          body main .common section.want-demo form.contact-form .row .field .loader {
            display: none;
            text-align: center; }
          body main .common section.want-demo form.contact-form .row .field .loaderText {
            display: none;
            width: 117px;
            padding-left: 0;
            margin-left: 0;
            text-align: left;
            padding-top: 10px; }
        body main .common section.want-demo form.contact-form .row .loaderField {
          display: flex;
          width: 100%;
          justify-content: center; }
    body main .common section.want-demo .userMessageDemo {
      text-align: center;
      padding: 1rem 0;
      color: #07acb1;
      font-weight: 400; }
    body main .common section.want-demo #userMessageDemoId {
      display: none; }
    body main .common section.want-demo #userMessageErrorDemoId {
      display: none; }
  body main .common .icons-row {
    display: flex;
    justify-content: space-between;
    margin: 4rem; }
    body main .common .icons-row .icon {
      flex: 1;
      text-align: center; }
      body main .common .icons-row .icon img {
        width: 8rem; }
      body main .common .icons-row .icon p {
        color: #003a47;
        margin-top: 2rem; }
      body main .common .icons-row .icon h4 {
        color: #003a47;
        font-weight: 400;
        font-size: 1em;
        margin: 2rem 0 0 0; }
  body main .common section.equipment {
    background-color: #F8F8F8;
    padding: 6.25rem 0 8.1rem 0; }
    body main .common section.equipment .equipments {
      margin-top: 4rem;
      display: flex;
      justify-content: space-between; }
      body main .common section.equipment .equipments .equipment {
        flex: 1;
        text-align: center; }
        body main .common section.equipment .equipments .equipment:not(:last-child) {
          margin-right: 2rem; }
        body main .common section.equipment .equipments .equipment .icon-frame {
          border: solid 1px #E2E2E2;
          padding: 2rem;
          max-width: calc(117px + 2rem); }
        body main .common section.equipment .equipments .equipment img {
          max-width: 117px;
          max-height: 112px; }
        body main .common section.equipment .equipments .equipment p {
          text-align: center;
          color: #0e3038;
          margin-top: 2rem; }
        body main .common section.equipment .equipments .equipment h3 {
          text-align: center;
          color: #0e3038;
          font-weight: 400;
          font-size: 1em;
          margin: 2rem 0 0 0; }
  body main .common section.nos-references {
    margin-top: 2rem;
    padding: 2rem 0;
    background-color: #ededed; }
    body main .common section.nos-references .wrap-slider {
      display: flex;
      justify-content: space-between;
      margin-top: 3rem;
      padding: 0 10px; }
      body main .common section.nos-references .wrap-slider .previous,
      body main .common section.nos-references .wrap-slider .next {
        height: 40px;
        padding-top: 92px; }
        body main .common section.nos-references .wrap-slider .previous img,
        body main .common section.nos-references .wrap-slider .next img {
          height: 40px; }
      body main .common section.nos-references .wrap-slider .slider {
        display: flex;
        overflow-x: hidden;
        height: 223px;
        align-items: center;
        margin: 0 1rem;
        scroll-behavior: smooth; }
        body main .common section.nos-references .wrap-slider .slider img {
          flex: 0 0 auto;
          display: block;
          max-height: 210px;
          width: auto;
          height: auto;
          margin-right: 2.6rem; }
  body main .common a.btn1 {
    background-color: #1da87f;
    color: #fff;
    padding: 0.7rem 2rem;
    border-radius: 4px;
    font-weight: 500; }
    body main .common a.btn1.black {
      background-color: #000;
      color: white; }
  body main .common section.form-candidature {
    background: -webkit-linear-gradient(180deg, #f2f2f2 40%, #fff 20%);
    background: -o-linear-gradient(180deg, #f2f2f2 40%, #fff 20%);
    background: -moz-linear-gradient(180deg, #f2f2f2 40%, #fff 20%);
    background: linear-gradient(180deg, #f2f2f2 40%, #fff 20%); }
    body main .common section.form-candidature h3 {
      color: #003a47;
      font-size: 2.5em;
      font-weight: 500;
      margin-top: 4rem;
      text-align: center;
      padding-top: 4rem;
      margin-bottom: 0; }
    body main .common section.form-candidature h4 {
      color: #0ea780;
      text-align: center;
      font-size: 2.2em;
      font-weight: 500;
      font-weight: 500;
      margin-top: 0.2rem; }
    body main .common section.form-candidature .form-wrap {
      background-color: #07232a;
      margin: 4rem 6rem 0 6rem;
      padding: 4rem 2rem 4rem 2rem;
      color: white; }
      body main .common section.form-candidature .form-wrap form {
        width: 80%;
        margin: auto; }
        body main .common section.form-candidature .form-wrap form .row-form {
          display: flex;
          justify-content: space-between; }
          body main .common section.form-candidature .form-wrap form .row-form .fieldset {
            flex: 1;
            width: 100%;
            margin-bottom: 1rem; }
            body main .common section.form-candidature .form-wrap form .row-form .fieldset:not(:last-child) {
              margin-right: 4rem; }
            body main .common section.form-candidature .form-wrap form .row-form .fieldset label {
              display: block;
              margin-bottom: 0.3rem; }
            body main .common section.form-candidature .form-wrap form .row-form .fieldset input {
              width: 100%;
              padding: 0.8rem 0 0.8rem 0.5rem;
              outline: none; }
            body main .common section.form-candidature .form-wrap form .row-form .fieldset input[type='textarea'] {
              height: 4rem; }
            body main .common section.form-candidature .form-wrap form .row-form .fieldset .inputfile {
              width: 0.1px;
              height: 0.1px;
              opacity: 0;
              overflow: hidden;
              position: absolute;
              z-index: -1; }
              body main .common section.form-candidature .form-wrap form .row-form .fieldset .inputfile + label {
                max-width: 100%;
                font-size: 1rem;
                font-weight: 400;
                text-overflow: ellipsis;
                white-space: nowrap;
                cursor: pointer;
                display: flex;
                overflow: hidden;
                background-color: #fff;
                padding: 0;
                color: #07232a; }
                body main .common section.form-candidature .form-wrap form .row-form .fieldset .inputfile + label span {
                  width: 100%;
                  min-height: 1rem;
                  display: block;
                  text-overflow: ellipsis;
                  white-space: nowrap;
                  overflow: hidden;
                  vertical-align: top;
                  padding: 0.625rem 1.25rem;
                  padding-top: 0.9em; }
                body main .common section.form-candidature .form-wrap form .row-form .fieldset .inputfile + label strong {
                  height: 1.3rem;
                  color: #000;
                  font-weight: 400;
                  background-color: #dadada;
                  display: block;
                  padding: 0.625rem 1.25rem;
                  padding-top: 0.9em; }
            body main .common section.form-candidature .form-wrap form .row-form .fieldset span.info {
              font-size: 0.8rem; }
            body main .common section.form-candidature .form-wrap form .row-form .fieldset textarea {
              width: 100%;
              padding: 0.8rem 0 0.8rem 0.5rem;
              outline: none; }
          body main .common section.form-candidature .form-wrap form .row-form .send {
            background-color: #f4f0ed;
            /* Green */
            border-radius: 2rem;
            border: none;
            color: #003a47;
            padding: 0.7rem 2rem;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            font-size: 1em;
            outline: none;
            font-weight: 600;
            font-size: 0.9em;
            cursor: pointer;
            margin-top: 4rem; }
      body main .common section.form-candidature .form-wrap .userMessage {
        padding: 8rem 0;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-direction: column; }
      body main .common section.form-candidature .form-wrap #userMessageId {
        display: none; }
      body main .common section.form-candidature .form-wrap #userMessageErrorId {
        display: none; }
  body main .common .bgPopinLivreBlanc {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center; }
    body main .common .bgPopinLivreBlanc.show {
      opacity: 1;
      visibility: visible; }
    body main .common .bgPopinLivreBlanc .popinLivreBlanc {
      width: 80%;
      max-width: 800px;
      padding: 1em;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
      body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-left {
        flex: 1;
        background-color: #072229;
        text-align: center;
        justify-content: center;
        align-items: center;
        align-content: center;
        display: flex; }
        body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-left img {
          width: 90%; }
      body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-right {
        flex: 1;
        background-color: white; }
        body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-right form {
          padding: 3rem 2rem 2rem 2rem; }
          body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-right form .field:not(:last-child) {
            margin-bottom: 1.5rem; }
          body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-right form .field.checkbox {
            display: flex; }
            body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-right form .field.checkbox input {
              width: initial; }
            body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-right form .field.checkbox a.see-more {
              color: black;
              text-decoration: underline; }
            body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-right form .field.checkbox label {
              font-size: 0.8em; }
          body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-right form .field label {
            display: block;
            margin-left: 5px;
            display: block;
            margin-bottom: 6px;
            font-size: 0.9em;
            text-align: justify; }
          body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-right form .field input {
            width: 100%;
            padding: 0.4rem;
            border-radius: 1em;
            border: 1px solid black;
            outline: none; }
            body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-right form .field input[type='submit'] {
              width: auto;
              margin: auto;
              display: block;
              background-color: #07232a;
              color: white;
              font-weight: 600;
              text-transform: uppercase;
              padding: 0.6rem 3rem;
              cursor: pointer; }
              body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-right form .field input[type='submit']:disabled {
                background-color: #7e9aa1;
                border: 1px solid #7e9aa1;
                color: #fcfcfc;
                cursor: wait; }
          body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-right form .field .cg-hidden {
            display: none; }
        body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-right .wrap-close {
          display: flex;
          justify-content: flex-end; }
          body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-right .wrap-close .close {
            position: relative;
            width: 32px;
            height: 32px;
            opacity: 0.5;
            padding: 0.5rem 0.5rem 0 0; }
            body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-right .wrap-close .close:hover {
              opacity: 1; }
            body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-right .wrap-close .close:before, body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-right .wrap-close .close:after {
              position: absolute;
              left: 15px;
              content: ' ';
              height: 33px;
              width: 2px;
              background-color: #333; }
            body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-right .wrap-close .close:before {
              transform: rotate(45deg); }
            body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-right .wrap-close .close:after {
              transform: rotate(-45deg); }
        body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-right .userMessageDemo {
          text-align: center;
          padding-bottom: 2rem;
          color: #072229;
          font-weight: 400;
          margin: 9rem 0; }
        body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-right #userMessageDemoId {
          display: none; }
        body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-right #userMessageErrorDemoId {
          display: none; }
  body main .common.legal {
    text-align: justify; }
  body main .audit .header-he .content-header-he .text-header .wrap-subtitle {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    body main .audit .header-he .content-header-he .text-header .wrap-subtitle .points {
      width: 9px;
      margin-top: 0.6rem;
      margin-right: 2rem;
      object-fit: contain; }
  body main .audit .header-he .content-header-he .image-header {
    margin-bottom: 2rem; }
  body main .audit section.save-time {
    background-color: #FFFFFF;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    text-align: center; }
    body main .audit section.save-time .text-save-time p {
      margin-top: 2.5rem;
      margin-bottom: 3.75rem; }
  body main .audit section.process-simple {
    background-color: #F8F8F8;
    text-align: center;
    padding-top: 6.3rem; }
    body main .audit section.process-simple .captscreen {
      max-width: 900px;
      width: 100%;
      height: auto; }
  body main .audit section.sec-avantages {
    padding: 6.25rem 0; }
    body main .audit section.sec-avantages h2 {
      margin-bottom: 2rem;
      text-align: left; }
    body main .audit section.sec-avantages .avantages .row {
      display: flex; }
      body main .audit section.sec-avantages .avantages .row:not(:last-child) {
        margin-bottom: 1rem; }
      body main .audit section.sec-avantages .avantages .row .avantage {
        flex: 1;
        display: flex;
        align-items: center;
        padding: 1rem 0;
        background-image: url("/img/round_grey.png");
        background-repeat: no-repeat;
        background-size: 4rem;
        background-position-x: 23px;
        background-position-y: 8px; }
        body main .audit section.sec-avantages .avantages .row .avantage:not(:last-child) {
          margin-right: 3rem; }
        body main .audit section.sec-avantages .avantages .row .avantage h3 {
          margin: 0;
          font-size: 2.5rem;
          font-weight: 500;
          color: #003a47; }
        body main .audit section.sec-avantages .avantages .row .avantage p {
          font-weight: 500;
          margin-left: 1rem; }
    body main .audit section.sec-avantages .avantage-icons {
      display: flex;
      justify-content: space-between;
      margin: 4rem;
      margin-bottom: 0; }
      body main .audit section.sec-avantages .avantage-icons .avantage-icons-icon {
        flex: 1;
        text-align: center; }
        body main .audit section.sec-avantages .avantage-icons .avantage-icons-icon img {
          width: 8rem; }
        body main .audit section.sec-avantages .avantage-icons .avantage-icons-icon h3 {
          color: #003a47;
          font-weight: 400;
          font-size: 1em;
          margin: 0; }
  body main .audit section.info-controle {
    background-color: #003A47;
    padding: 6.25rem 0; }
    body main .audit section.info-controle p {
      color: #FFFFFF;
      font-size: 1.8em;
      width: 70%;
      margin: auto;
      text-align: center;
      font-weight: 400; }
  body main .audit section.section-equipment {
    background-color: #F8F8F8;
    padding: 6.25rem 0; }
    body main .audit section.section-equipment .equipments {
      display: flex;
      justify-content: space-around;
      margin-top: 2.5rem;
      padding: 0 8rem; }
      body main .audit section.section-equipment .equipments .equipment {
        text-align: center; }
        body main .audit section.section-equipment .equipments .equipment .icon-frame {
          border: solid 1px #E2E2E2;
          padding: 2.5rem; }
          body main .audit section.section-equipment .equipments .equipment .icon-frame img {
            width: 16rem; }
        body main .audit section.section-equipment .equipments .equipment h3 {
          color: #003A47;
          margin: 2.5rem 0 0 0;
          font-weight: 400;
          font-size: 1.2em; }
  body main .haccp section.releve-quotidien {
    margin-top: 6.25rem; }
    body main .haccp section.releve-quotidien .text-releve {
      padding: 3rem 14vw 14rem 14vw;
      background-color: #0e3038;
      color: white; }
      body main .haccp section.releve-quotidien .text-releve h2 {
        position: relative;
        z-index: 2;
        color: white; }
      body main .haccp section.releve-quotidien .text-releve p {
        text-align: center;
        font-size: 1.3em;
        margin-top: 2rem;
        font-weight: 300; }
    body main .haccp section.releve-quotidien .blocs-releve {
      display: flex;
      justify-content: space-between;
      margin: -10.5rem 5vw 4rem 5vw; }
      body main .haccp section.releve-quotidien .blocs-releve .bloc-releve {
        flex: 1; }
        body main .haccp section.releve-quotidien .blocs-releve .bloc-releve:not(:last-child) {
          margin-right: 2rem; }
        body main .haccp section.releve-quotidien .blocs-releve .bloc-releve .number {
          border-radius: 50%;
          width: 8rem;
          height: 8rem;
          background-color: #07a67f;
          color: white;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 3.5em;
          z-index: 21;
          position: relative; }
        body main .haccp section.releve-quotidien .blocs-releve .bloc-releve .info-releve {
          background-color: #ededed;
          color: #003a47;
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          z-index: 1;
          margin-top: -3rem; }
          body main .haccp section.releve-quotidien .blocs-releve .bloc-releve .info-releve h3 {
            margin: 6rem 0 4rem 0;
            height: 100px;
            padding: 0px 16%;
            text-align: center;
            font-weight: 400;
            font-size: 1em; }
  body main .haccp section.video {
    background-color: #003A47;
    padding-top: 95px;
    padding-bottom: 100px;
    position: relative; }
    body main .haccp section.video .text-video {
      padding: 2rem 0; }
      body main .haccp section.video .text-video h2 {
        color: #FFFFFF;
        font-size: 48px;
        display: block; }
    body main .haccp section.video .wrap-video .slider-video {
      display: flex;
      overflow-x: hidden;
      padding-left: calc((1100px - (1100px - 31rem)) / 2);
      padding-right: calc((1100px - (1100px - 31rem)) / 2);
      scroll-behavior: smooth; }
      body main .haccp section.video .wrap-video .slider-video .video-bloc {
        flex: 0 0 auto;
        width: calc(1100px - 31rem);
        height: 360px; }
        body main .haccp section.video .wrap-video .slider-video .video-bloc:not(:last-child) {
          margin-right: 2rem; }
        body main .haccp section.video .wrap-video .slider-video .video-bloc .video {
          width: 100%;
          height: 310px;
          background-repeat: no-repeat;
          background-size: contain;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          background-position-x: center; }
          body main .haccp section.video .wrap-video .slider-video .video-bloc .video.tuto {
            background-image: url("https://appmet.altisdev.fr/gallery/miniature-video-tuto-he-desktop.jpeg"); }
          body main .haccp section.video .wrap-video .slider-video .video-bloc .video.moelleuses {
            background-image: url("https://appmet.altisdev.fr/gallery/moelleuses-et-persillees-web-desktop.jpeg"); }
          body main .haccp section.video .wrap-video .slider-video .video-bloc .video.lycee {
            background-image: url("https://appmet.altisdev.fr/gallery/lycee-jean-monnet-web-desktop.jpeg"); }
          body main .haccp section.video .wrap-video .slider-video .video-bloc .video.ceproc {
            background-image: url("https://appmet.altisdev.fr/gallery/ceproc-web-desktop.jpeg"); }
          body main .haccp section.video .wrap-video .slider-video .video-bloc .video .playBtn {
            display: block;
            border: 2px solid white;
            position: absolute;
            width: 50px;
            height: 50px;
            border-radius: 100%;
            cursor: pointer;
            -webkit-transition: border 0.3s ease-out,
 background 0.3s ease-in-out;
            transition: border 0.3s ease-out,
 background 0.3s ease-in-out; }
            body main .haccp section.video .wrap-video .slider-video .video-bloc .video .playBtn::before {
              content: '';
              display: block;
              position: absolute;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 12px 0 12px 15px;
              border-color: transparent transparent transparent
 #fff;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-37%, -50%);
              transform: translate(-37%, -50%); }
          body main .haccp section.video .wrap-video .slider-video .video-bloc .video .pane {
            display: block;
            position: absolute;
            top: 0;
            left: 0px;
            right: 0px;
            bottom: 0;
            background-color: #003a4778;
            opacity: 1;
            -webkit-transition: opacity 0.65s ease-out;
            transition: opacity 0.65s ease-out;
            pointer-events: none; }
        body main .haccp section.video .wrap-video .slider-video .video-bloc .description {
          margin-top: 1rem;
          text-align: center; }
          body main .haccp section.video .wrap-video .slider-video .video-bloc .description p {
            position: relative;
            z-index: 3;
            color: #FFFFFF;
            text-transform: uppercase;
            border-bottom: 1px solid #003a47;
            display: inline; }
    body main .haccp section.video .wrap-video .selector-video {
      display: flex;
      justify-content: center;
      padding-right: 1rem; }
      body main .haccp section.video .wrap-video .selector-video .pagination {
        margin-right: 1rem; }
        body main .haccp section.video .wrap-video .selector-video .pagination .current-page {
          color: #003a47; }
        body main .haccp section.video .wrap-video .selector-video .pagination .total {
          color: #b4b4b4; }
      body main .haccp section.video .wrap-video .selector-video a.previous {
        margin-right: 1rem; }
    body main .haccp section.video .points-droite {
      position: absolute;
      right: 15%;
      top: -7%; }
    body main .haccp section.video .points-gauche {
      position: absolute;
      left: 15%;
      bottom: -13%; }
  body main .haccp section.tracabilite {
    margin-top: 4rem;
    margin-bottom: 100px; }
    body main .haccp section.tracabilite .header-tracabilite {
      display: flex;
      justify-content: space-around;
      padding: 0 2rem; }
      body main .haccp section.tracabilite .header-tracabilite .wrap-img-scou img {
        width: 9rem; }
    body main .haccp section.tracabilite p.subtitle-tracabilite {
      color: #0ea780;
      margin-top: 1.5rem;
      font-size: 1.23em;
      margin-bottom: 3rem;
      text-align: center; }
    body main .haccp section.tracabilite .body-tracabilite {
      padding: 0 4rem; }
      body main .haccp section.tracabilite .body-tracabilite .row-tracabilite {
        display: flex;
        justify-content: space-between;
        margin-bottom: 2rem; }
        body main .haccp section.tracabilite .body-tracabilite .row-tracabilite .bloc-tracabilite {
          flex: 1; }
          body main .haccp section.tracabilite .body-tracabilite .row-tracabilite .bloc-tracabilite:first-child {
            margin-right: 2rem; }
          body main .haccp section.tracabilite .body-tracabilite .row-tracabilite .bloc-tracabilite:last-child {
            margin-left: 2rem; }
          body main .haccp section.tracabilite .body-tracabilite .row-tracabilite .bloc-tracabilite .number-tracabilite {
            border-radius: 50%;
            width: 8rem;
            height: 8rem;
            background-color: #e6e6e6;
            color: #0e3038;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 3.5em;
            z-index: 21;
            position: relative; }
          body main .haccp section.tracabilite .body-tracabilite .row-tracabilite .bloc-tracabilite .info-tracabilite {
            background-color: #0e3038;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 11rem;
            font-weight: 400;
            font-size: 1em;
            margin: -3rem 0 0 0; }
            body main .haccp section.tracabilite .body-tracabilite .row-tracabilite .bloc-tracabilite .info-tracabilite h3 {
              padding: 3rem 2rem 2rem 2rem;
              font-size: 1.2em;
              font-weight: 300;
              width: 100%; }
    body main .haccp section.tracabilite .footer-tracabilite .nuagepoint {
      text-align: right;
      margin-right: 4rem; }
      body main .haccp section.tracabilite .footer-tracabilite .nuagepoint img {
        height: 18rem; }
  body main .haccp section.avantages {
    margin-bottom: 6.25rem; }
    body main .haccp section.avantages article.pilote {
      background-color: #003A47;
      padding: 6.25rem 0;
      position: relative;
      margin-bottom: 6.25rem; }
      body main .haccp section.avantages article.pilote .text-pilotez {
        flex: 1; }
        body main .haccp section.avantages article.pilote .text-pilotez h2 {
          color: #FFFFFF;
          font-size: 3rem;
          margin-bottom: 3rem;
          text-align: center; }
        body main .haccp section.avantages article.pilote .text-pilotez p {
          color: #FFFFFF;
          max-width: 37.5rem;
          margin: 0 auto;
          font-size: 1.1em;
          text-align: center; }
      body main .haccp section.avantages article.pilote .points-gauche {
        position: absolute;
        top: -16%;
        left: 20%; }
      body main .haccp section.avantages article.pilote .points-droite {
        position: absolute;
        bottom: -48%;
        right: 20%; }
    body main .haccp section.avantages article.lesavantages {
      background-color: #fff; }
      body main .haccp section.avantages article.lesavantages .header-lesavantages {
        display: flex;
        justify-content: space-between; }
        body main .haccp section.avantages article.lesavantages .header-lesavantages .col-left-lesavantages {
          flex: 1;
          padding-left: 4rem;
          padding-top: 2rem; }
          body main .haccp section.avantages article.lesavantages .header-lesavantages .col-left-lesavantages img.points {
            display: block;
            height: 18rem; }
          body main .haccp section.avantages article.lesavantages .header-lesavantages .col-left-lesavantages h2 {
            color: #003a47;
            font-weight: 500;
            font-size: 3em;
            text-align: left; }
          body main .haccp section.avantages article.lesavantages .header-lesavantages .col-left-lesavantages .content-lesavantages {
            margin-right: 2rem; }
            body main .haccp section.avantages article.lesavantages .header-lesavantages .col-left-lesavantages .content-lesavantages .row-lesavantages {
              display: flex;
              background-image: url("/img/round_grey.png");
              background-repeat: no-repeat;
              background-size: 4rem;
              background-position-x: 25px;
              padding: 1rem 0 0.2rem 0;
              margin-top: 1rem; }
              body main .haccp section.avantages article.lesavantages .header-lesavantages .col-left-lesavantages .content-lesavantages .row-lesavantages:first-child {
                margin-top: 2rem; }
              body main .haccp section.avantages article.lesavantages .header-lesavantages .col-left-lesavantages .content-lesavantages .row-lesavantages h4 {
                color: #003a47;
                font-weight: 400;
                font-size: 2.5em;
                margin: 0; }
              body main .haccp section.avantages article.lesavantages .header-lesavantages .col-left-lesavantages .content-lesavantages .row-lesavantages h3 {
                color: #003a47;
                font-size: 1.3em;
                margin-left: 1rem;
                font-weight: 400;
                margin: 0 0 0 1rem;
                text-align: left; }
        body main .haccp section.avantages article.lesavantages .header-lesavantages .col-right-lesavantages {
          flex: 1; }
          body main .haccp section.avantages article.lesavantages .header-lesavantages .col-right-lesavantages img.app-phone {
            position: relative;
            z-index: 2;
            width: 55%;
            margin-left: 40%; }
      body main .haccp section.avantages article.lesavantages .body-lesavantages {
        display: flex;
        justify-content: space-between;
        margin-top: 3rem; }
        body main .haccp section.avantages article.lesavantages .body-lesavantages .bloc-avantage {
          flex: 1;
          text-align: center; }
          body main .haccp section.avantages article.lesavantages .body-lesavantages .bloc-avantage .wrap-img-avant {
            height: 9rem; }
            body main .haccp section.avantages article.lesavantages .body-lesavantages .bloc-avantage .wrap-img-avant img {
              width: 8rem; }
          body main .haccp section.avantages article.lesavantages .body-lesavantages .bloc-avantage p {
            color: #003a47; }
          body main .haccp section.avantages article.lesavantages .body-lesavantages .bloc-avantage h4 {
            color: #003a47;
            font-weight: 400;
            font-size: 1em;
            margin: 0; }
  body main .haccp section.livreblanc {
    display: flex;
    background-color: #07242a; }
    body main .haccp section.livreblanc .left-livreblanc {
      flex: 50;
      background-color: #07242a;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 6rem 0; }
      body main .haccp section.livreblanc .left-livreblanc img {
        width: 100%;
        max-width: 473px; }
        body main .haccp section.livreblanc .left-livreblanc img.lb {
          max-width: 108px;
          margin-top: 2rem; }
      body main .haccp section.livreblanc .left-livreblanc .btnDownload {
        background-color: #ededed;
        padding: 0.5rem 2rem;
        color: #003a47;
        margin-top: 2rem;
        border: none;
        font-size: 1em;
        font-weight: 700;
        cursor: pointer; }
    body main .haccp section.livreblanc .right-livreblanc {
      flex: 40;
      background-color: #f6f6f6;
      display: none;
      justify-content: center;
      align-items: center; }
      body main .haccp section.livreblanc .right-livreblanc form {
        padding: 3rem 2rem 2rem 2rem; }
        body main .haccp section.livreblanc .right-livreblanc form .field:not(:last-child) {
          margin-bottom: 1.5rem; }
        body main .haccp section.livreblanc .right-livreblanc form .field.checkbox {
          display: flex; }
          body main .haccp section.livreblanc .right-livreblanc form .field.checkbox input {
            width: initial; }
          body main .haccp section.livreblanc .right-livreblanc form .field.checkbox a.see-more {
            text-decoration: underline; }
          body main .haccp section.livreblanc .right-livreblanc form .field.checkbox label {
            font-size: 0.8em; }
        body main .haccp section.livreblanc .right-livreblanc form .field label {
          display: block;
          margin-left: 5px;
          display: block;
          margin-bottom: 6px;
          font-size: 0.9em;
          text-align: justify;
          color: #07232a; }
        body main .haccp section.livreblanc .right-livreblanc form .field input {
          width: 100%;
          padding: 0.4rem;
          border-radius: 1em;
          border: 1px solid #07232a;
          outline: none; }
          body main .haccp section.livreblanc .right-livreblanc form .field input[type='submit'] {
            width: auto;
            margin: auto;
            display: block;
            background-color: #07232a;
            color: white;
            font-weight: 600;
            text-transform: uppercase;
            padding: 0.6rem 3rem;
            cursor: pointer; }
            body main .haccp section.livreblanc .right-livreblanc form .field input[type='submit']:disabled {
              background-color: #7e9aa1;
              border: 1px solid #7e9aa1;
              color: #fcfcfc;
              cursor: wait; }
        body main .haccp section.livreblanc .right-livreblanc form .field .cg-hidden {
          display: none; }
      body main .haccp section.livreblanc .right-livreblanc .userMessageDemo {
        text-align: center;
        padding-bottom: 2rem;
        color: #072229;
        font-weight: 400;
        margin: 9rem 0; }
      body main .haccp section.livreblanc .right-livreblanc #userMessageDemoLBId {
        display: none; }
      body main .haccp section.livreblanc .right-livreblanc #userMessageDemoId {
        display: none; }
      body main .haccp section.livreblanc .right-livreblanc #userMessageErrorDemoId {
        display: none; }
    body main .haccp section.livreblanc .border-right-livreblanc {
      flex: 10;
      display: none; }
  body main .pourqui section.header-he {
    background-image: url("https://appmet.altisdev.fr/gallery/he-header-accueil-haccp-web.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center; }
    body main .pourqui section.header-he .content-header-he p.subtitle {
      max-width: 50%; }
  body main .pourqui section.actor {
    padding: 4rem 4rem; }
    body main .pourqui section.actor .actors-row {
      display: flex;
      justify-content: space-between; }
      body main .pourqui section.actor .actors-row .actor {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        background-color: #0e3038; }
        body main .pourqui section.actor .actors-row .actor.light {
          background-color: #156765; }
        body main .pourqui section.actor .actors-row .actor .tags {
          display: flex;
          justify-content: flex-end;
          width: 100%;
          padding-right: 1.5rem;
          min-height: 7rem; }
          body main .pourqui section.actor .actors-row .actor .tags .tag {
            margin: 1.5rem 0.7rem 0rem 0rem; }
            body main .pourqui section.actor .actors-row .actor .tags .tag p {
              text-align: center;
              margin: 0 0 0.7rem 0;
              text-transform: uppercase;
              background-color: #fff;
              font-weight: 500;
              padding: 0.4rem 1rem;
              border-radius: 4px;
              font-size: 1em;
              color: #0e3038; }
        body main .pourqui section.actor .actors-row .actor img {
          width: 9rem;
          margin: 3rem 0 3rem 0; }
        body main .pourqui section.actor .actors-row .actor p {
          color: white;
          margin-bottom: 4rem;
          text-align: center; }
        body main .pourqui section.actor .actors-row .actor h2 {
          color: white;
          text-align: center;
          font-weight: 400;
          font-size: 1em;
          margin: 0 0 4rem 0; }
  body main .pourqui section.nos-references {
    padding-top: 18rem;
    margin-top: -16rem;
    padding-bottom: 4rem; }
  body main .corporate section.header-he {
    background-image: url("https://appmet.altisdev.fr/gallery/HEADER_SITE_HE.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center; }
  body main .corporate section.intro {
    padding-top: 6.25rem;
    padding-bottom: 3.75rem; }
    body main .corporate section.intro .intro-row {
      display: flex; }
      body main .corporate section.intro .intro-row .intro-left {
        padding-right: 3rem;
        flex: 45; }
        body main .corporate section.intro .intro-row .intro-left .wrap-img-intro {
          text-align: right; }
          body main .corporate section.intro .intro-row .intro-left .wrap-img-intro img.scoubidou-intro {
            width: 5rem;
            margin-bottom: 1rem; }
        body main .corporate section.intro .intro-row .intro-left p {
          color: #003a47;
          font-weight: 500;
          margin-bottom: 1rem;
          font-size: 1.2em; }
          body main .corporate section.intro .intro-row .intro-left p em {
            color: #0ea780;
            font-style: normal; }
        body main .corporate section.intro .intro-row .intro-left .tags-intro .row-tags {
          display: flex; }
          body main .corporate section.intro .intro-row .intro-left .tags-intro .row-tags a {
            color: #fff;
            padding: 1rem;
            background-color: #07232a;
            margin-right: 1rem;
            margin-bottom: 1rem;
            width: 7rem;
            text-align: center; }
            body main .corporate section.intro .intro-row .intro-left .tags-intro .row-tags a h3 {
              font-weight: 400;
              font-size: 1em;
              margin: 0; }
            body main .corporate section.intro .intro-row .intro-left .tags-intro .row-tags a.tracking {
              background-color: #0d6553; }
            body main .corporate section.intro .intro-row .intro-left .tags-intro .row-tags a.audit {
              background-color: #0a6e7a; }
            body main .corporate section.intro .intro-row .intro-left .tags-intro .row-tags a.haccp {
              background-color: #0e3038; }
            body main .corporate section.intro .intro-row .intro-left .tags-intro .row-tags a.process {
              background-color: #156765; }
      body main .corporate section.intro .intro-row .intro-right {
        flex: 55; }
        body main .corporate section.intro .intro-row .intro-right img {
          width: 80%; }
  body main .corporate section.adn {
    background-color: #F8F8F8;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem; }
    body main .corporate section.adn .row-adn {
      display: flex;
      justify-content: space-between; }
      body main .corporate section.adn .row-adn .wrap-team img {
        width: 100%; }
      body main .corporate section.adn .row-adn .text-adn {
        text-align: center; }
        body main .corporate section.adn .row-adn .text-adn p {
          color: #003a47;
          font-size: 1.2em; }
  body main .corporate h2.main-title {
    color: #003a47;
    font-size: 3.5em; }
    body main .corporate h2.main-title i {
      color: #0ea780;
      font-weight: 500;
      font-size: 2rem;
      margin-top: 1rem;
      display: block;
      margin-bottom: 2.5rem;
      font-style: normal; }
  body main .corporate h3.subtitle {
    color: #0ea780;
    font-weight: 500;
    font-size: 2em;
    margin-top: 1rem;
    margin-bottom: 2.5rem; }
  body main .corporate h4.subtitle {
    color: #0ea780;
    font-weight: 500;
    font-size: 2em;
    margin-top: 1rem; }
  body main .corporate section.lesvaleurs {
    padding-top: 6.25rem; }
    body main .corporate section.lesvaleurs h2.main-title {
      text-align: center; }
    body main .corporate section.lesvaleurs .row-lesvaleurs {
      display: flex;
      justify-content: space-between;
      margin-bottom: 4rem; }
      body main .corporate section.lesvaleurs .row-lesvaleurs .valeur {
        flex: 1;
        background-color: #0f3039;
        color: white;
        padding: 3rem 2rem; }
        body main .corporate section.lesvaleurs .row-lesvaleurs .valeur.grey {
          background-color: #ededed;
          color: #003a47; }
        body main .corporate section.lesvaleurs .row-lesvaleurs .valeur .icon-valeur {
          display: flex;
          align-items: start;
          align-content: center;
          justify-content: center; }
          body main .corporate section.lesvaleurs .row-lesvaleurs .valeur .icon-valeur img {
            text-align: center;
            max-height: 9rem;
            padding-bottom: 2rem; }
        body main .corporate section.lesvaleurs .row-lesvaleurs .valeur h3.title-valeur {
          font-weight: 500;
          margin: 0 0 2rem 0;
          font-size: 1em; }
        body main .corporate section.lesvaleurs .row-lesvaleurs .valeur p {
          padding: 1rem;
          font-size: 1.05em; }
  body main .corporate section.expert {
    margin-top: 6rem; }
    body main .corporate section.expert h2.main-title {
      text-align: center; }
    body main .corporate section.expert .row-expert {
      display: flex;
      justify-content: space-between;
      margin: 4rem 0 4rem 0; }
      body main .corporate section.expert .row-expert .expert-block {
        flex: 1;
        padding: 0 1rem;
        display: flex; }
        body main .corporate section.expert .row-expert .expert-block img {
          width: 100%; }
        body main .corporate section.expert .row-expert .expert-block:not(:last-child) {
          border-right: 2px solid #003a47; }
  body main .recrutement-index {
    margin: 4rem 0; }
    body main .recrutement-index section.header-he {
      background-color: #fff; }
      body main .recrutement-index section.header-he .content-header-he {
        height: unset;
        background-color: #fff;
      }
      body main .recrutement-index section.header-he .content-header-he .text-header {
        /* background: -webkit-linear-gradient(90deg, #fff 80%, #f2f2f2 20%);
        background: -o-linear-gradient(90deg, #fff 80%, #f2f2f2 20%);
        background: -moz-linear-gradient(90deg, #fff 80%, #f2f2f2 20%);
        background: linear-gradient(90deg, #fff 80%, #f2f2f2 20%); */
        background: #fff;
        padding-top: 0rem;
        flex: 50; }
        body main .recrutement-index section.header-he .content-header-he .text-header h1.title {
          font-size: 4em;
          font-weight: 500;
          margin-bottom: 2rem; }
          body main .recrutement-index section.header-he .content-header-he .text-header h1.title em {
            color: #07a67f;
            font-style: normal; }
        body main .recrutement-index section.header-he .content-header-he .text-header .wrap-subtitle a.btn1 {
          margin-top: 1rem; }
      body main .recrutement-index section.header-he .content-header-he .image-header {
        flex: 50;
        margin-right: 2rem;
        background-color: #f2f2f2; }
        body main .recrutement-index section.header-he .content-header-he .image-header img {
          max-width: initial; }
    body main .recrutement-index section.offer-title {
      margin-top: 4rem;
      background-color: #07232a;
      color: #fff;
      padding: 1rem;
      text-align: center; }
      body main .recrutement-index section.offer-title h2 {
        font-weight: 500;
        font-size: 2.2em; }
    body main .recrutement-index section.offers {
      margin: 0rem 4rem 0 4rem;
      padding-top: 6rem;
      background-image: url("/img/backgroundDots.jpg");
      background-repeat: no-repeat;
      background-position-x: right;
      background-position-y: top;
      background-size: 8rem; }
      body main .recrutement-index section.offers article.type-offer h3 {
        color: #003a47;
        font-size: 2.5em;
        font-weight: 500;
        margin-top: 0; }
      body main .recrutement-index section.offers article.type-offer .offer {
        background-color: #f2f2f2;
        color: #003a47;
        display: flex;
        justify-content: space-between;
        padding: 0.7rem 2rem;
        margin-bottom: 2rem;
        align-items: center; }
        body main .recrutement-index section.offers article.type-offer .offer p {
          font-size: 1.05em; }
        body main .recrutement-index section.offers article.type-offer .offer:hover {
          background-color: #e9e9e9; }
  body main .recrutement-offer section.offer {
    margin: 4rem 3rem;
    min-height: 500px;
    padding-right: 25%;
    background-image: url("/img/nuage_points.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 7rem; }
    body main .recrutement-offer section.offer h1.title-offer {
      color: #003a47;
      font-size: 3em;
      font-weight: 500; }
    body main .recrutement-offer section.offer .mission h3 {
      color: #0ea780;
      font-weight: 500;
      font-size: 1.3em; }
    body main .recrutement-offer section.offer .mission h4 {
      color: #0ea780;
      font-weight: 500;
      font-size: 1em; }
    body main .recrutement-offer section.offer .mission ul {
      list-style: none; }
      body main .recrutement-offer section.offer .mission ul li:before {
        content: '✓';
        color: #0ea780;
        font-weight: 800;
        margin-right: 1rem; }
  body main .recrutement-offer section.form-candidature {
    margin-bottom: 8rem; }
  body main .blog-index section.top-article {
    display: flex;
    justify-content: space-between; }
    body main .blog-index section.top-article .left-top-article {
      flex: 60; }
      body main .blog-index section.top-article .left-top-article img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        background: #0e3038; }
    body main .blog-index section.top-article .right-top-article {
      flex: 40;
      background-color: #0e3038;
      color: white;
      padding: 2rem; }
      body main .blog-index section.top-article .right-top-article h1 {
        margin: 0;
        font-weight: 500;
        width: 80%;
        font-size: 1.6em; }
      body main .blog-index section.top-article .right-top-article .whiteline {
        width: 1.8rem;
        height: 0.6rem;
        background: white;
        margin: 1rem 0; }
      body main .blog-index section.top-article .right-top-article .wrap-intro-top-article {
        max-height: calc(1.2rem * 7);
        overflow: hidden; }
        body main .blog-index section.top-article .right-top-article .wrap-intro-top-article p {
          font-size: 1em;
          text-align: justify;
          line-height: 1.2rem; }
      body main .blog-index section.top-article .right-top-article a.blog-see-more {
        color: #0e3038;
        background-color: white;
        margin-top: 1.5rem;
        display: inline-block;
        padding: 0.6rem;
        font-weight: 500; }
  body main .blog-index section.tags {
    margin: 4rem 0 2rem 0;
    padding: 0 4rem;
    text-align: center;
    text-transform: uppercase; }
    body main .blog-index section.tags a {
      color: #0e3038; }
      body main .blog-index section.tags a:hover {
        font-weight: 500; }
      body main .blog-index section.tags a.active {
        font-weight: 500; }
      body main .blog-index section.tags a:not(:last-child) {
        padding-right: 0.7rem;
        border-right: 1px solid #0e3038; }
      body main .blog-index section.tags a:not(:first-child) {
        padding-left: 0.7rem; }
  body main .blog-index section.articles {
    margin-top: 2rem; }
    body main .blog-index section.articles .row-articles {
      display: flex;
      margin-bottom: 4rem; }
      body main .blog-index section.articles .row-articles article {
        flex: 1;
        display: flex;
        flex-direction: column;
        color: #003a47;
        max-width: 33%; }
        body main .blog-index section.articles .row-articles article a {
          color: #003a47; }
        body main .blog-index section.articles .row-articles article:not(:last-child) {
          margin-right: 3rem; }
        body main .blog-index section.articles .row-articles article .img-wrap img {
          width: 100%;
          height: 24vh;
          object-fit: cover; }
        body main .blog-index section.articles .row-articles article .tags {
          display: flex;
          margin: 0.7rem 0;
          font-size: 0.9em; }
          body main .blog-index section.articles .row-articles article .tags .date {
            padding-right: 0.5rem;
            border-right: 1px solid #0e3038; }
          body main .blog-index section.articles .row-articles article .tags .tag {
            padding-left: 0.5rem;
            padding-right: 0.5rem;
            text-transform: uppercase;
            color: #0e3038; }
            body main .blog-index section.articles .row-articles article .tags .tag:not(:last-child) {
              border-right: 1px solid #0e3038; }
        body main .blog-index section.articles .row-articles article .text h2 {
          margin: 0 0 1rem 0;
          font-weight: 500;
          font-size: 1.4em; }
        body main .blog-index section.articles .row-articles article .text .wrap-introduction-currentArticle {
          max-height: calc(1.2rem * 4);
          overflow: hidden; }
          body main .blog-index section.articles .row-articles article .text .wrap-introduction-currentArticle p {
            font-size: 1em;
            text-align: justify;
            line-height: 1.2rem; }
        body main .blog-index section.articles .row-articles article a.btn {
          background-color: #0ea780;
          color: white;
          margin-top: 1rem;
          display: inline;
          width: 110px;
          text-align: center;
          padding: 0.5rem; }
  body main .blog-article {
    padding: 0 3rem; }
    body main .blog-article section.header-article h1 {
      font-weight: 500;
      color: #003a47;
      font-size: 2.8em;
      margin-bottom: 0.8rem; }
    body main .blog-article section.header-article .subtitle-article {
      display: flex;
      color: #003a47; }
      body main .blog-article section.header-article .subtitle-article .date {
        padding-right: 0.5rem;
        border-right: 1px solid #0e3038; }
      body main .blog-article section.header-article .subtitle-article .tag {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        text-transform: uppercase;
        color: #003a47; }
        body main .blog-article section.header-article .subtitle-article .tag:not(:last-child) {
          border-right: 1px solid #0e3038; }
    body main .blog-article section.header-article .wrap-img-header-article {
      margin-top: 3rem; }
      body main .blog-article section.header-article .wrap-img-header-article img {
        width: 100%;
        object-fit: cover;
        max-height: 57vh; }
    body main .blog-article section.content-article {
      margin: 2rem 0 4rem 0;
      color: #003a47; }
      body main .blog-article section.content-article strong {
        font-weight: 500; }
      body main .blog-article section.content-article img {
        margin: 1rem 0; }
      body main .blog-article section.content-article p {
        color: #003a47;
        text-align: justify;
        margin: 1rem 0; }
      body main .blog-article section.content-article a {
        color: #003a47;
        text-decoration: underline; }
      body main .blog-article section.content-article .rowOneColumn-article img {
        width: 100%; }
      body main .blog-article section.content-article .rowTwoColumn-article {
        display: flex;
        justify-content: space-between; }
        body main .blog-article section.content-article .rowTwoColumn-article .rowTwoColumn-article-left,
        body main .blog-article section.content-article .rowTwoColumn-article .rowTwoColumn-article-right {
          margin: 1rem 0;
          flex: 1; }
          body main .blog-article section.content-article .rowTwoColumn-article .rowTwoColumn-article-left img,
          body main .blog-article section.content-article .rowTwoColumn-article .rowTwoColumn-article-right img {
            width: 100%; }
        body main .blog-article section.content-article .rowTwoColumn-article .rowTwoColumn-article-left {
          margin-right: 2rem; }
  body main .demo .demo-top {
    text-align: center;
    background-color: #ededed;
    padding-top: 2rem;
    background-image: url(/img/point_vert.png);
    background-repeat: no-repeat;
    height: 350px;
    background-size: 5rem;
    background-position-y: 58px;
    background-position-x: 30px; }
    body main .demo .demo-top h1 {
      margin: 0;
      color: #003a47;
      font-weight: 400;
      font-size: 3em;
      text-align: center; }
    body main .demo .demo-top h2 {
      color: #07a67f;
      font-weight: 400;
      padding-bottom: 4rem;
      margin-bottom: 0; }
  body main .demo .demo-bottom {
    margin-bottom: 6rem; }
    body main .demo .demo-bottom .wrapper-demo {
      padding: 0 2rem;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
      body main .demo .demo-bottom .wrapper-demo .left-demo {
        padding-top: 8rem; }
        body main .demo .demo-bottom .wrapper-demo .left-demo img {
          width: 5rem;
          transform: rotate(180deg); }
      body main .demo .demo-bottom .wrapper-demo .right-demo {
        padding-top: 4rem; }
        body main .demo .demo-bottom .wrapper-demo .right-demo img {
          width: 5rem;
          transform: rotate(180deg); }
      body main .demo .demo-bottom .wrapper-demo .center-demo {
        width: 100%;
        max-width: 650px;
        margin-top: -200px; }
  body main .sticky {
    min-width: 264px;
    position: fixed;
    background: #fff;
    top: 170px;
    right: 10%;
    display: none;
    flex-direction: column;
    justify-content: center;
    border: 3px solid #156765;
    border-radius: 1em;
    color: #07232a;
    padding: 1rem 1.5rem;
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    opacity: 1;
    z-index: 99; }
    body main .sticky .formContainer h2 {
      font-weight: 400;
      margin: 0 0 1rem 0; }
    body main .sticky .formContainer form .tab {
      display: none; }
      body main .sticky .formContainer form .tab .multifield {
        display: flex; }
        body main .sticky .formContainer form .tab .multifield .field:not(:last-child) {
          margin-right: 1em; }
      body main .sticky .formContainer form .tab .checkbox {
        display: flex;
        margin-top: 0.5rem;
        max-width: fit-content; }
        body main .sticky .formContainer form .tab .checkbox input {
          width: initial;
          margin-right: 0.4rem; }
          body main .sticky .formContainer form .tab .checkbox input.invalid {
            background-color: #0ea78030; }
        body main .sticky .formContainer form .tab .checkbox label {
          font-size: 0.8em;
          padding-top: 0.1rem;
          width: 100%; }
          body main .sticky .formContainer form .tab .checkbox label .cg-hidden {
            display: none; }
        body main .sticky .formContainer form .tab .checkbox a {
          width: initial;
          border: none;
          background: none;
          color: #000;
          margin-top: none;
          text-align: initial;
          display: inline;
          text-decoration: underline;
          padding: 0; }
      body main .sticky .formContainer form .tab label {
        display: block;
        margin-bottom: 1rem; }
      body main .sticky .formContainer form .tab input,
      body main .sticky .formContainer form .tab select {
        width: 100%;
        border: 2px solid #156765;
        border-radius: 1.5rem;
        padding: 0.5rem 34px 0.5rem 14px;
        outline: none; }
        body main .sticky .formContainer form .tab input.invalid,
        body main .sticky .formContainer form .tab select.invalid {
          background-color: #0ea78030; }
        body main .sticky .formContainer form .tab input.small,
        body main .sticky .formContainer form .tab select.small {
          max-width: 7rem; }
      body main .sticky .formContainer form .tab select {
        background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat;
        background-position: right 14px top;
        -moz-appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none; }
    body main .sticky .formContainer form .error-msg {
      display: none;
      margin-top: 0.2rem;
      margin-bottom: 1rem;
      font-size: 0.8em;
      color: #0ea780; }
      body main .sticky .formContainer form .error-msg.visible {
        display: inherit; }
    body main .sticky .formContainer form a {
      width: 100%;
      margin-top: 1rem;
      border: 2px solid #156765;
      border-radius: 1.5rem;
      color: #fff;
      background: #156765;
      padding: 0.5rem;
      display: block;
      text-align: center;
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */ }
      body main .sticky .formContainer form a.is-disabled {
        cursor: progress;
        opacity: 0.5; }
    body main .sticky .formContainer form .nav-btn {
      max-width: 150px;
      margin: auto; }
    body main .sticky .validationMessage {
      display: none; }
  body main .modal-cookie {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 999;
    outline: 0;
    width: 555px;
    background-color: white;
    display: none;
    padding: 1rem;
    border: 1px solid #003a47;
    overflow-y: auto;
    max-height: 75vh; }
    body main .modal-cookie #firstScreenId {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
    body main .modal-cookie .modal-cookie-header .cookieimg {
      width: 35px; }
    body main .modal-cookie .modal-cookie-body {
      margin: 1rem 0; }
      body main .modal-cookie .modal-cookie-body p {
        font-size: 0.8em;
        color: #003a47;
        font-weight: 500;
        text-align: justify; }
        body main .modal-cookie .modal-cookie-body p.bigger {
          font-size: 0.9em; }
      body main .modal-cookie .modal-cookie-body h3.titlecookie {
        font-size: 1em;
        color: #003a47;
        font-weight: 700;
        margin: 0.5rem 0; }
    body main .modal-cookie .modal-cookie-footer {
      display: flex;
      justify-content: space-around;
      width: 100%; }
    body main .modal-cookie #detailsScreenId {
      display: none;
      flex-direction: column; }
      body main .modal-cookie #detailsScreenId .toolbar {
        display: flex;
        justify-content: flex-end;
        height: 20px; }
        body main .modal-cookie #detailsScreenId .toolbar svg {
          height: 20px; }
      body main .modal-cookie #detailsScreenId .modal-cookie-body {
        margin-top: 0; }
        body main .modal-cookie #detailsScreenId .modal-cookie-body #morecookietextId {
          display: none; }
        body main .modal-cookie #detailsScreenId .modal-cookie-body .showMoreCookie {
          cursor: pointer;
          text-decoration: underline;
          color: #003a47; }
        body main .modal-cookie #detailsScreenId .modal-cookie-body .listingWrapper {
          margin-top: 1rem; }
          body main .modal-cookie #detailsScreenId .modal-cookie-body .listingWrapper .rowCookie .header-rowCookie {
            border-radius: 5px;
            padding: 12px 15px;
            transition: background-color 0.2s ease-out 0.3s,
 color 0.2s ease-out 0s;
            background-color: #f2f2f2;
            margin-bottom: 1rem;
            display: flex;
            justify-content: space-between; }
            body main .modal-cookie #detailsScreenId .modal-cookie-body .listingWrapper .rowCookie .header-rowCookie .titleCatCookie .arrow {
              border: solid #4a6e78;
              border-width: 0 2px 2px 0;
              display: inline-block;
              padding: 3px;
              margin-bottom: 2px;
              margin-right: 10px; }
              body main .modal-cookie #detailsScreenId .modal-cookie-body .listingWrapper .rowCookie .header-rowCookie .titleCatCookie .arrow.right {
                transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg); }
              body main .modal-cookie #detailsScreenId .modal-cookie-body .listingWrapper .rowCookie .header-rowCookie .titleCatCookie .arrow.down {
                transform: rotate(45deg);
                -webkit-transform: rotate(45deg); }
            body main .modal-cookie #detailsScreenId .modal-cookie-body .listingWrapper .rowCookie .header-rowCookie .styled-checkbox {
              position: absolute;
              opacity: 0; }
              body main .modal-cookie #detailsScreenId .modal-cookie-body .listingWrapper .rowCookie .header-rowCookie .styled-checkbox + label {
                position: relative;
                cursor: pointer;
                padding: 0; }
              body main .modal-cookie #detailsScreenId .modal-cookie-body .listingWrapper .rowCookie .header-rowCookie .styled-checkbox + label:before {
                content: '';
                margin-right: 10px;
                display: inline-block;
                vertical-align: text-top;
                width: 20px;
                height: 20px;
                background: white; }
              body main .modal-cookie #detailsScreenId .modal-cookie-body .listingWrapper .rowCookie .header-rowCookie .styled-checkbox:hover + label:before {
                background: #156765; }
              body main .modal-cookie #detailsScreenId .modal-cookie-body .listingWrapper .rowCookie .header-rowCookie .styled-checkbox:focus + label:before {
                box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
              body main .modal-cookie #detailsScreenId .modal-cookie-body .listingWrapper .rowCookie .header-rowCookie .styled-checkbox:checked + label:before {
                background: #156765; }
              body main .modal-cookie #detailsScreenId .modal-cookie-body .listingWrapper .rowCookie .header-rowCookie .styled-checkbox:disabled + label {
                color: #b8b8b8;
                cursor: auto; }
              body main .modal-cookie #detailsScreenId .modal-cookie-body .listingWrapper .rowCookie .header-rowCookie .styled-checkbox:disabled + label:before {
                box-shadow: none;
                background: #ddd; }
              body main .modal-cookie #detailsScreenId .modal-cookie-body .listingWrapper .rowCookie .header-rowCookie .styled-checkbox:checked + label:after {
                content: '';
                position: absolute;
                left: 5px;
                top: 9px;
                background: white;
                width: 2px;
                height: 2px;
                box-shadow: 2px 0 0 white, 4px 0 0 white,
 4px -2px 0 white, 4px -4px 0 white,
 4px -6px 0 white, 4px -8px 0 white;
                transform: rotate(45deg); }
          body main .modal-cookie #detailsScreenId .modal-cookie-body .listingWrapper .rowCookie .body-rowCookie {
            display: none;
            flex-direction: column;
            padding: 0 1rem; }
            body main .modal-cookie #detailsScreenId .modal-cookie-body .listingWrapper .rowCookie .body-rowCookie table {
              border-collapse: collapse;
              padding: 0;
              margin: 1rem 0;
              font-size: 0.9em; }
              body main .modal-cookie #detailsScreenId .modal-cookie-body .listingWrapper .rowCookie .body-rowCookie table thead {
                background-color: #4e9998;
                border: 1px solid #4e9998;
                color: white; }
                body main .modal-cookie #detailsScreenId .modal-cookie-body .listingWrapper .rowCookie .body-rowCookie table thead tr th {
                  padding: 0.4rem 0.2rem;
                  font-weight: 400; }
              body main .modal-cookie #detailsScreenId .modal-cookie-body .listingWrapper .rowCookie .body-rowCookie table tbody tr {
                border: 1px solid #dcdbdb; }
                body main .modal-cookie #detailsScreenId .modal-cookie-body .listingWrapper .rowCookie .body-rowCookie table tbody tr td {
                  font-size: 0.85em;
                  color: #003a47;
                  padding: 0.5rem; }
                  body main .modal-cookie #detailsScreenId .modal-cookie-body .listingWrapper .rowCookie .body-rowCookie table tbody tr td.duration {
                    min-width: 60px; }
    body main .modal-cookie button {
      display: block;
      border: none;
      background: none;
      cursor: pointer;
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      color: #003a47;
      padding: 0.3rem 0.6rem; }
      body main .modal-cookie button.darker {
        text-transform: uppercase;
        background: #003a47;
        color: white;
        border: 1px solid #003a47; }
      body main .modal-cookie button.light {
        text-transform: uppercase;
        border: 1px solid #003a47; }
  body footer .up {
    text-align: right; }
    body footer .up img {
      width: 4rem;
      margin: 1rem 0; }
  body footer .footer {
    background-color: #07242a;
    padding: 1rem 2rem;
    color: white; }
    body footer .footer .footer-content .footer-top {
      display: flex;
      padding-bottom: 1rem; }
      body footer .footer .footer-content .footer-top .footer-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 1; }
        body footer .footer .footer-content .footer-top .footer-logo img {
          width: 100px; }
      body footer .footer .footer-content .footer-top .follow-us {
        flex: 1;
        color: white;
        padding-top: 1rem; }
        body footer .footer .footer-content .footer-top .follow-us span.title {
          font-style: italic;
          font-size: 1.2em; }
        body footer .footer .footer-content .footer-top .follow-us .social-media {
          margin: 0.5rem 0;
          display: flex; }
          body footer .footer .footer-content .footer-top .follow-us .social-media img {
            width: 39px;
            margin-right: 1rem; }
        body footer .footer .footer-content .footer-top .follow-us a {
          color: white;
          font-size: 0.9em;
          letter-spacing: 0.02em;
          font-weight: 100;
          display: block; }
          body footer .footer .footer-content .footer-top .follow-us a:not(:last-child) {
            margin-bottom: 0.2rem; }
          body footer .footer .footer-content .footer-top .follow-us a.recrutement {
            text-decoration: underline; }
      body footer .footer .footer-content .footer-top .wrap-address {
        padding-top: 1rem;
        flex: 2;
        display: flex;
        justify-content: space-between;
        align-content: center; }
        body footer .footer .footer-content .footer-top .wrap-address .languages a {
          display: flex;
          font-style: normal;
          color: white;
          font-weight: 100;
          align-items: center; }
          body footer .footer .footer-content .footer-top .wrap-address .languages a:not(:first-child) {
            margin-top: 1rem; }
        body footer .footer .footer-content .footer-top .wrap-address .languages img {
          margin-right: 0.5rem;
          height: 20px; }
        body footer .footer .footer-content .footer-top .wrap-address .info address {
          font-style: normal;
          color: white;
          font-weight: 100; }
        body footer .footer .footer-content .footer-top .wrap-address .info a.demo {
          border: 1px solid white;
          padding: 0.5rem 1rem;
          display: block;
          color: white;
          margin-top: 1rem;
          text-align: center; }
    body footer .footer .footer-content .footer-bottom {
      display: flex;
      font-weight: 100;
      gap: 30px;
      border-top: 1px solid #9ca7aa;
      padding-top: 1rem; }
      body footer .footer .footer-content .footer-bottom .mention-legal {
        max-width: 185px;
        color: white;
        cursor: pointer; }
      body footer .footer .footer-content .footer-bottom .white-space {
        flex: 2; }

a {
  color: black;
  text-decoration: none; }
  a:hover, a:visited {
    text-decoration: none; }

.mobile {
  display: none !important; }

.grey {
  background-color: #ededed; }

.highlight {
  color: #0ea780; }

.videoPlayer {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.6, 0, 0, 0.6);
  transition: opacity 0.7s cubic-bezier(0.6, 0, 0, 0.6);
  z-index: 90000; }
  .videoPlayer.active {
    pointer-events: initial;
    opacity: 1; }
    .videoPlayer.active .close {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
  .videoPlayer .bg {
    background: black;
    position: absolute;
    width: 100%;
    height: 100%; }
  .videoPlayer .close {
    position: absolute;
    top: 24px;
    right: 24px;
    background: url("/img/close.svg") no-repeat;
    background-position: 50%;
    background-size: 40%;
    width: 62px;
    height: 62px;
    opacity: 0;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0, 1);
    transition: all 0.4s cubic-bezier(0.7, 0, 0, 1); }
    .videoPlayer .close:hover {
      cursor: pointer; }
  .videoPlayer .pane {
    position: absolute;
    width: 100%;
    height: 100%; }
  .videoPlayer .pane video {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

input,
textarea,
select {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%; }
  input:focus,
  textarea:focus,
  select:focus {
    outline: 1px solid #0ea780 !important; }

p:empty {
  display: none; }

.hide {
  display: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  body.mac p {
    font-weight: lighter; } }

@media (max-width: 780px) {
  .desktop {
    display: none !important; }
  .mobile {
    display: block !important; }
  body .header .newsDiscover .newsDiscover-content {
    flex-direction: column;
    padding: 1rem 2rem;
    text-align: center;
    font-size: 0.8rem; }
    body .header .newsDiscover .newsDiscover-content a {
      margin: 0; }
  body .header .wrap-header-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ededed; }
    body .header .wrap-header-mobile.sticky {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 22; }
      body .header .wrap-header-mobile.sticky.full {
        height: 100%; }
      body .header .wrap-header-mobile.sticky nav {
        padding: 0 2rem; }
      body .header .wrap-header-mobile.sticky .header-logo img {
        width: 3rem;
        padding: 0.5rem 0 0.2rem 0;
        transition: all 0.8s ease 0s; }
    body .header .wrap-header-mobile nav {
      display: none;
      width: 100%;
      padding: 1rem 2rem; }
      body .header .wrap-header-mobile nav.nav-mobile {
        display: flex;
        justify-content: flex-end; }
        body .header .wrap-header-mobile nav.nav-mobile .menumobile {
          position: absolute;
          left: 0;
          top: 0;
          background-color: #ededed;
          width: calc(100% - 4rem);
          height: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          padding: 2rem;
          display: none;
          z-index: 90; }
          body .header .wrap-header-mobile nav.nav-mobile .menumobile .header-menu {
            display: flex;
            justify-content: space-between;
            align-items: center; }
            body .header .wrap-header-mobile nav.nav-mobile .menumobile .header-menu .logo {
              width: 4rem; }
            body .header .wrap-header-mobile nav.nav-mobile .menumobile .header-menu .closeimg {
              width: 28px; }
            body .header .wrap-header-mobile nav.nav-mobile .menumobile .header-menu a {
              margin-right: initial; }
          body .header .wrap-header-mobile nav.nav-mobile .menumobile .body-menu {
            display: flex;
            flex-direction: column;
            list-style-type: none;
            padding: 0;
            margin-top: 2rem; }
            body .header .wrap-header-mobile nav.nav-mobile .menumobile .body-menu li {
              margin-bottom: 1em; }
              body .header .wrap-header-mobile nav.nav-mobile .menumobile .body-menu li a {
                color: #003a47;
                font-size: 1.4em;
                width: 100%;
                display: block; }
                body .header .wrap-header-mobile nav.nav-mobile .menumobile .body-menu li a.multimenu::after {
                  content: '+';
                  text-align: right;
                  float: right; }
                body .header .wrap-header-mobile nav.nav-mobile .menumobile .body-menu li a.button {
                  background-color: #156765;
                  border: 1px solid #156765;
                  border-radius: 1.5rem;
                  padding: 0.5rem 1rem;
                  color: white;
                  font-size: 1em;
                  letter-spacing: 0.02em;
                  width: calc(100% - 3rem) !important;
                  margin: auto;
                  text-align: center;
                  margin-top: 1rem; }
                body .header .wrap-header-mobile nav.nav-mobile .menumobile .body-menu li a.myhe {
                  display: flex !important;
                  align-items: center;
                  align-content: center; }
                  body .header .wrap-header-mobile nav.nav-mobile .menumobile .body-menu li a.myhe img {
                    width: 2.5rem;
                    margin-left: 7px;
                    margin-bottom: -3px; }
              body .header .wrap-header-mobile nav.nav-mobile .menumobile .body-menu li .submenu {
                display: none;
                list-style-type: none; }
                body .header .wrap-header-mobile nav.nav-mobile .menumobile .body-menu li .submenu li {
                  margin: 1em 0 0 0; }
                  body .header .wrap-header-mobile nav.nav-mobile .menumobile .body-menu li .submenu li a {
                    font-size: 1.2em; }
                    body .header .wrap-header-mobile nav.nav-mobile .menumobile .body-menu li .submenu li a::after {
                      content: ''; }
              body .header .wrap-header-mobile nav.nav-mobile .menumobile .body-menu li.active .submenu {
                display: block; }
              body .header .wrap-header-mobile nav.nav-mobile .menumobile .body-menu li.active a::after {
                content: '-'; }
        body .header .wrap-header-mobile nav.nav-mobile .menu-toggle {
          display: flex;
          flex-direction: column;
          width: 31px; }
          body .header .wrap-header-mobile nav.nav-mobile .menu-toggle:hover {
            cursor: pointer; }
          body .header .wrap-header-mobile nav.nav-mobile .menu-toggle span {
            width: 100%;
            height: 3px;
            background-color: #0e3038;
            display: block;
            margin-bottom: 7px; }
    body .header .wrap-header-mobile .header-logo img {
      width: 4rem;
      padding: 0.5rem 0;
      margin-left: 2rem; }
  body main .common .header-he .content-header-he {
    padding: 0 1.45rem; }
    body main .common .header-he .content-header-he .header-title {
      font-size: 2.4rem; }
      body main .common .header-he .content-header-he .header-title .big {
        font-size: 3.7rem; }
    body main .common .header-he .content-header-he .subtitle {
      font-size: 0.9rem; }
    body main .common .header-he .content-header-he .link {
      font-size: 0.85rem; }
  body main .common .steps {
    display: block; }
  body main .common section.pourqui {
    padding: 2.5rem 1.5rem 3rem;
    margin: 0; }
    body main .common section.pourqui .text-pourqui {
      padding: 0;
      margin: 0; }
      body main .common section.pourqui .text-pourqui h3 {
        font-weight: 400;
        font-size: 0.8em;
        margin: 0; }
    body main .common section.pourqui .icons-pourqui {
      display: block;
      text-align: center;
      margin: 2.5rem 0 0; }
      body main .common section.pourqui .icons-pourqui img {
        width: 1.9rem;
        margin-bottom: 1rem; }
      body main .common section.pourqui .icons-pourqui img:not(:last-child) {
        margin-right: 0.6rem; }
  body main .common section.fonctions {
    padding: 2.5rem 1.5rem 3.1rem;
    margin: 0; }
    body main .common section.fonctions .fonctions-row {
      display: flex;
      justify-content: space-evenly;
      flex-wrap: wrap;
      width: 100%; }
      body main .common section.fonctions .fonctions-row:first-child {
        margin-top: 2.5rem; }
      body main .common section.fonctions .fonctions-row .fonction {
        flex: unset;
        width: 35%;
        font-size: 0.75rem;
        display: inline-block;
        margin: 2rem 1rem 0; }
        body main .common section.fonctions .fonctions-row .fonction img {
          width: 3rem; }
        body main .common section.fonctions .fonctions-row .fonction p {
          display: flex;
          justify-content: center;
          padding-top: 1rem; }
        body main .common section.fonctions .fonctions-row .fonction h3 {
          display: flex;
          justify-content: center;
          padding-top: 1rem;
          font-weight: 500;
          font-size: 1em; }
  body main .common section.want-demo {
    padding: 2.5rem 2rem; }
    body main .common section.want-demo.dark-blue {
      padding: 2rem 0rem; }
      body main .common section.want-demo.dark-blue .userMessageDemo {
        padding: 5rem 0; }
    body main .common section.want-demo form.contact-form {
      width: initial; }
      body main .common section.want-demo form.contact-form .row {
        display: block; }
        body main .common section.want-demo form.contact-form .row .field {
          margin-right: initial; }
          body main .common section.want-demo form.contact-form .row .field:not(:first-child) {
            margin-left: initial; }
          body main .common section.want-demo form.contact-form .row .field input[type='submit'] {
            width: 100%; }
        body main .common section.want-demo form.contact-form .row:last-child {
          text-align: center; }
  body main .common .icons-row {
    margin-top: 4rem;
    display: block; }
    body main .common .icons-row .icon {
      margin-bottom: 2rem; }
      body main .common .icons-row .icon p {
        margin-top: 1rem; }
  body main .common section.equipment {
    padding: 2.5rem 1.5rem; }
    body main .common section.equipment h2 {
      font-size: 1.8rem; }
    body main .common section.equipment .equipments {
      display: flex;
      overflow: scroll;
      margin-top: 2rem; }
      body main .common section.equipment .equipments .equipment {
        margin-bottom: 0; }
        body main .common section.equipment .equipments .equipment:not(:last-child) {
          margin-right: 1rem; }
        body main .common section.equipment .equipments .equipment img {
          width: 13rem; }
  body main .common section.form-candidature .form-wrap {
    margin: 0;
    padding: 4rem 1rem 4rem 1rem; }
    body main .common section.form-candidature .form-wrap form {
      width: 100%; }
      body main .common section.form-candidature .form-wrap form .row-form .fieldset:not(:last-child) {
        margin-right: 1rem; }
  body main .common .bgPopinLivreBlanc .popinLivreBlanc {
    display: block; }
    body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-left {
      padding-bottom: 1rem;
      justify-content: initial;
      align-items: initial;
      align-content: initial;
      display: block; }
      body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-left .wrap-close {
        display: flex;
        justify-content: flex-end; }
        body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-left .wrap-close .close {
          position: relative;
          width: 32px;
          height: 32px;
          opacity: 0.5;
          padding: 0.5rem 0.5rem 0 0; }
          body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-left .wrap-close .close:hover {
            opacity: 1; }
          body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-left .wrap-close .close:before, body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-left .wrap-close .close:after {
            position: absolute;
            left: 15px;
            content: ' ';
            height: 25px;
            width: 2px;
            background-color: #fff; }
          body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-left .wrap-close .close:before {
            transform: rotate(45deg); }
          body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-left .wrap-close .close:after {
            transform: rotate(-45deg); }
    body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-right form {
      padding: 2rem; }
    body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-right .wrap-close {
      display: none; }
    body main .common .bgPopinLivreBlanc .popinLivreBlanc .popin-right .userMessageDemo {
      margin: 0;
      padding: 4rem 0; }
  body main .common h2.main-title {
    font-size: 2em; }
  body main .audit .header-he .content-header-he .header-video {
    height: 100%; }
  body main .audit .header-he .content-header-he .text-header .wrap-subtitle img.points {
    display: none; }
  body main .audit .header-he .content-header-he .image-header {
    margin: 1rem;
    padding-bottom: 2rem; }
  body main .audit section.save-time {
    padding: 0; }
    body main .audit section.save-time .text-save-time {
      padding: 3.75rem 2rem; }
    body main .audit section.save-time .steps {
      margin-top: 0; }
  body main .audit section.process-simple {
    padding-top: 6.25rem; }
    body main .audit section.process-simple .main-title {
      margin: 0 2rem 0; }
    body main .audit section.process-simple .captscreen {
      margin: 2rem 2rem 6.25rem;
      width: 80%; }
    body main .audit section.process-simple .steps {
      margin-top: 0; }
  body main .audit section.sec-avantages {
    padding: 2.5rem 2rem; }
    body main .audit section.sec-avantages .main-title {
      text-align: center; }
    body main .audit section.sec-avantages .avantages {
      padding: 0; }
      body main .audit section.sec-avantages .avantages .row {
        display: block; }
        body main .audit section.sec-avantages .avantages .row:not(:last-child) {
          margin-bottom: 0; }
        body main .audit section.sec-avantages .avantages .row .avantage {
          background-size: 2.25rem;
          background-position-x: 17px;
          background-position-y: 48%; }
          body main .audit section.sec-avantages .avantages .row .avantage:not(:last-child) {
            margin-right: 0; }
          body main .audit section.sec-avantages .avantages .row .avantage p {
            font-weight: 400;
            font-size: 0.9rem; }
          body main .audit section.sec-avantages .avantages .row .avantage h3 {
            font-size: 2rem; }
    body main .audit section.sec-avantages .avantage-icons {
      margin: 4rem 0 0;
      display: flex; }
      body main .audit section.sec-avantages .avantage-icons .avantage-icons-icon img {
        width: 3.75rem;
        margin-bottom: 0.5rem; }
      body main .audit section.sec-avantages .avantage-icons .avantage-icons-icon h3 {
        font-size: 0.9rem; }
  body main .audit section.info-controle {
    padding: 3.75rem 2rem; }
    body main .audit section.info-controle p {
      margin: 0;
      width: 100%;
      font-size: 1.25rem; }
  body main .audit section.section-equipment {
    padding: 2.5rem 2rem; }
    body main .audit section.section-equipment .equipments {
      display: flex;
      flex-wrap: wrap;
      padding: 0; }
      body main .audit section.section-equipment .equipments .equipment {
        width: fit-content; }
        body main .audit section.section-equipment .equipments .equipment:not(:last-child) {
          margin-bottom: 2rem; }
        body main .audit section.section-equipment .equipments .equipment .icon-frame {
          padding: 2rem; }
          body main .audit section.section-equipment .equipments .equipment .icon-frame img {
            width: 6.25rem; }
        body main .audit section.section-equipment .equipments .equipment h3 {
          margin-top: 0.9rem;
          font-size: 0.9rem; }
  body main .haccp section.header-he .content-header-he video.mobile {
    width: 48rem;
    height: unset; }
  body main .haccp section.releve-quotidien {
    margin-top: 0; }
    body main .haccp section.releve-quotidien .text-releve {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
      body main .haccp section.releve-quotidien .text-releve .subtitle {
        font-size: 1rem; }
    body main .haccp section.releve-quotidien .blocs-releve {
      display: block; }
      body main .haccp section.releve-quotidien .blocs-releve .bloc-releve {
        margin: 0 0 2rem 0; }
        body main .haccp section.releve-quotidien .blocs-releve .bloc-releve:not(:last-child) {
          margin-right: 0; }
  body main .haccp section.video {
    padding: 2.5rem 0 2.5rem;
    margin-bottom: 0; }
    body main .haccp section.video .points-droite {
      width: 3.2rem;
      right: 90%; }
    body main .haccp section.video .points-gauche {
      width: 3.2rem;
      left: 90%; }
    body main .haccp section.video .text-video {
      margin: 0 1.5rem 2.5rem;
      padding: 0; }
      body main .haccp section.video .text-video h2 {
        font-size: 2rem; }
    body main .haccp section.video .wrap-video .slider-video {
      overflow: auto;
      padding-left: 2rem;
      padding-right: 2rem; }
      body main .haccp section.video .wrap-video .slider-video .video-bloc {
        width: 17rem;
        height: fit-content; }
        body main .haccp section.video .wrap-video .slider-video .video-bloc .video {
          height: 32rem;
          background-position: center; }
          body main .haccp section.video .wrap-video .slider-video .video-bloc .video.moelleuses {
            background-image: url("https://appmet.altisdev.fr/gallery/moelleuses-et-persillees-web-mobile.jpeg"); }
          body main .haccp section.video .wrap-video .slider-video .video-bloc .video.lycee {
            background-image: url("https://appmet.altisdev.fr/gallery/lycee-jean-monnet-web-mobile.jpeg"); }
          body main .haccp section.video .wrap-video .slider-video .video-bloc .video.ceproc {
            background-image: url("https://appmet.altisdev.fr/gallery/ceproc-web-mobile.jpeg"); }
          body main .haccp section.video .wrap-video .slider-video .video-bloc .video .playBtn,
          body main .haccp section.video .wrap-video .slider-video .video-bloc .video .pane {
            display: block; }
    body main .haccp section.video .wrap-video .selector-video {
      display: none; }
  body main .haccp section.tracabilite {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 2.5rem; }
    body main .haccp section.tracabilite .header-tracabilite {
      padding: 0; }
      body main .haccp section.tracabilite .header-tracabilite .wrap-img-scou {
        display: none; }
    body main .haccp section.tracabilite .body-tracabilite {
      padding: 0; }
      body main .haccp section.tracabilite .body-tracabilite .row-tracabilite {
        display: block;
        margin-bottom: 0; }
        body main .haccp section.tracabilite .body-tracabilite .row-tracabilite .bloc-tracabilite {
          margin-bottom: 2rem; }
          body main .haccp section.tracabilite .body-tracabilite .row-tracabilite .bloc-tracabilite:first-child {
            margin-right: 0; }
          body main .haccp section.tracabilite .body-tracabilite .row-tracabilite .bloc-tracabilite:last-child {
            margin-left: 0; }
          body main .haccp section.tracabilite .body-tracabilite .row-tracabilite .bloc-tracabilite .info-tracabilite h3 {
            font-size: 1rem; }
  body main .haccp section.avantages {
    margin-bottom: 0; }
    body main .haccp section.avantages article.pilote {
      display: block;
      padding: 2.5rem 1.5rem;
      margin-bottom: 0; }
      body main .haccp section.avantages article.pilote .points-gauche {
        width: 3.2rem;
        left: unset;
        right: 90%;
        top: -10%; }
      body main .haccp section.avantages article.pilote .points-droite {
        width: 3.2rem;
        right: unset;
        left: 90%;
        bottom: -25%; }
      body main .haccp section.avantages article.pilote .phone-finger {
        text-align: initial;
        padding-top: 8rem;
        margin-top: 0; }
        body main .haccp section.avantages article.pilote .phone-finger img {
          max-height: 19rem; }
      body main .haccp section.avantages article.pilote .text-pilotez .main-title {
        font-size: 1.8rem; }
      body main .haccp section.avantages article.pilote .text-pilotez p {
        font-size: 1rem; }
      body main .haccp section.avantages article.pilote .text-pilotez h2,
      body main .haccp section.avantages article.pilote .text-pilotez p {
        text-align: center; }
    body main .haccp section.avantages article.lesavantages {
      padding: 2.5rem 1.5rem; }
      body main .haccp section.avantages article.lesavantages .header-lesavantages {
        display: flex;
        flex-direction: column; }
        body main .haccp section.avantages article.lesavantages .header-lesavantages .col-left-lesavantages {
          padding: 0; }
          body main .haccp section.avantages article.lesavantages .header-lesavantages .col-left-lesavantages h2 {
            font-size: 1.8rem;
            text-align: center; }
          body main .haccp section.avantages article.lesavantages .header-lesavantages .col-left-lesavantages .content-lesavantages {
            margin-right: 0; }
            body main .haccp section.avantages article.lesavantages .header-lesavantages .col-left-lesavantages .content-lesavantages .row-lesavantages {
              background-size: 2rem;
              background-position-x: 15px;
              background-position-y: 17px; }
              body main .haccp section.avantages article.lesavantages .header-lesavantages .col-left-lesavantages .content-lesavantages .row-lesavantages h4 {
                font-size: 1.75rem; }
              body main .haccp section.avantages article.lesavantages .header-lesavantages .col-left-lesavantages .content-lesavantages .row-lesavantages h3 {
                font-size: 1rem; }
        body main .haccp section.avantages article.lesavantages .header-lesavantages .col-right-lesavantages {
          text-align: center;
          order: -1;
          margin-bottom: 2.5rem; }
          body main .haccp section.avantages article.lesavantages .header-lesavantages .col-right-lesavantages img.app-phone {
            width: 60%;
            max-width: 13rem;
            margin-left: 0; }
      body main .haccp section.avantages article.lesavantages .body-lesavantages {
        flex-wrap: wrap;
        justify-content: space-around;
        margin: 3.75rem 0 0;
        width: 100%; }
        body main .haccp section.avantages article.lesavantages .body-lesavantages .bloc-avantage {
          display: flex;
          flex-direction: column;
          align-items: center;
          margin: 0 2rem 2rem;
          max-width: 25%; }
          body main .haccp section.avantages article.lesavantages .body-lesavantages .bloc-avantage .wrap-img-avant {
            height: 4rem; }
            body main .haccp section.avantages article.lesavantages .body-lesavantages .bloc-avantage .wrap-img-avant img {
              width: 4rem; }
          body main .haccp section.avantages article.lesavantages .body-lesavantages .bloc-avantage h4 {
            font-size: 0.9rem; }
      body main .haccp section.avantages article.lesavantages .footer-lesavantages img {
        height: 11rem;
        margin-top: -5rem; }
  body main .haccp section.livreblanc {
    display: block; }
    body main .haccp section.livreblanc .right-livreblanc .userMessageDemo {
      padding: 9rem 0;
      margin: 0; }
  body main .pourqui section.actor {
    padding: 2rem; }
    body main .pourqui section.actor .actors-row {
      display: block; }
      body main .pourqui section.actor .actors-row .actor .tags {
        justify-content: space-between;
        padding-right: 0;
        width: 90%; }
        body main .pourqui section.actor .actors-row .actor .tags .tag {
          margin: 1.5rem 0rem 0rem 0rem; }
  body main .pourqui section.nos-references {
    padding-top: 0;
    margin-top: 0; }
    body main .pourqui section.nos-references .wrap-slider .slider {
      margin: 0 2rem; }
  body main .pourqui section.header-he {
    background-image: url("https://appmet.altisdev.fr/gallery/he-header-accueil-haccp-mobile.jpeg");
    background-position-y: bottom; }
    body main .pourqui section.header-he .content-header-he p.subtitle {
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 2rem;
      max-width: unset; }
  body main .corporate section.header-he {
    background-position-x: -65rem; }
  body main .corporate .citation {
    padding: 3.75rem 2rem; }
    body main .corporate .citation h2 {
      font-size: 1.25rem; }
  body main .corporate section.intro {
    padding: 3.75rem 2rem; }
    body main .corporate section.intro .intro-row {
      display: flex;
      flex-direction: column; }
      body main .corporate section.intro .intro-row .intro-left {
        order: 2;
        padding: 0;
        text-align: center; }
        body main .corporate section.intro .intro-row .intro-left p {
          font-size: 1rem; }
        body main .corporate section.intro .intro-row .intro-left .tags-intro {
          margin: 2rem 0 0; }
          body main .corporate section.intro .intro-row .intro-left .tags-intro .row-tags {
            justify-content: space-between; }
            body main .corporate section.intro .intro-row .intro-left .tags-intro .row-tags a {
              margin-right: 0; }
      body main .corporate section.intro .intro-row .intro-right {
        order: 1;
        text-align: center;
        margin-bottom: 1.25rem; }
        body main .corporate section.intro .intro-row .intro-right img {
          max-width: 19rem; }
  body main .corporate section.adn {
    padding: 3.1rem 2rem; }
    body main .corporate section.adn .row-adn {
      display: block; }
      body main .corporate section.adn .row-adn .text-adn {
        text-align: center; }
        body main .corporate section.adn .row-adn .text-adn h2.main-title {
          text-align: center; }
        body main .corporate section.adn .row-adn .text-adn h3.subtitle {
          font-size: 1rem; }
        body main .corporate section.adn .row-adn .text-adn p {
          text-align: center;
          width: 100%;
          font-size: 1rem; }
      body main .corporate section.adn .row-adn .wrap-team {
        padding: 0 1rem;
        margin-top: 2rem; }
  body main .corporate section.lesvaleurs {
    padding-top: 3.1rem; }
    body main .corporate section.lesvaleurs .main-title {
      margin: 0 2rem; }
      body main .corporate section.lesvaleurs .main-title i {
        font-size: 1rem;
        margin-bottom: 1.8rem; }
    body main .corporate section.lesvaleurs .row-lesvaleurs {
      display: block;
      margin-bottom: 0; }
      body main .corporate section.lesvaleurs .row-lesvaleurs .valeur {
        text-align: center;
        padding: 2rem; }
  body main .corporate section.expert {
    text-align: center !important;
    padding: 3.75rem 2rem;
    margin-top: 0; }
    body main .corporate section.expert .main-title i {
      font-size: 1rem; }
    body main .corporate section.expert .row-expert {
      display: block;
      margin-bottom: 0; }
      body main .corporate section.expert .row-expert .expert-block {
        display: flex;
        justify-content: center; }
        body main .corporate section.expert .row-expert .expert-block:not(:last-child) {
          border-right: none;
          margin-bottom: 2rem; }
        body main .corporate section.expert .row-expert .expert-block img {
          max-width: 400px;
          object-fit: contain; }
  body main .recrutement-index {
    margin: 4rem 0; }
    body main .recrutement-index section.header-he .content-header-he .text-header {
      background: none; }
      body main .recrutement-index section.header-he .content-header-he .text-header h1.title {
        font-size: 3em; }
      body main .recrutement-index section.header-he .content-header-he .text-header .wrap-subtitle {
        margin-bottom: 2rem; }
    body main .recrutement-index section.header-he .content-header-he .image-header {
      margin-right: 0rem; }
    body main .recrutement-index section.offers {
      margin: 0rem 1rem 0 1rem; }
      body main .recrutement-index section.offers article.type-offer .offer {
        align-items: center;
        align-content: center;
        padding: 0.7rem 0.5rem; }
        body main .recrutement-index section.offers article.type-offer .offer p:first-child {
          margin-bottom: 0.2rem; }
        body main .recrutement-index section.offers article.type-offer .offer a.btn1 {
          width: 100px;
          display: block;
          text-align: center; }
  body main .recrutement-offer section.offer {
    margin: 2rem 1rem;
    background-image: none;
    padding-right: 0; }
  body main .blog-index section.top-article {
    display: block; }
    body main .blog-index section.top-article .right-top-article .whiteline {
      margin-left: auto;
      margin-right: auto; }
    body main .blog-index section.top-article .right-top-article h1 {
      width: 100%;
      text-align: center; }
    body main .blog-index section.top-article .right-top-article a.blog-see-more {
      display: block;
      text-align: center;
      width: 30vw;
      margin: 1.5rem auto 0 auto; }
  body main .blog-index section.tags {
    margin: 2rem 0 2rem 0;
    padding: 0 1rem; }
    body main .blog-index section.tags a {
      display: block;
      margin-bottom: 0.2rem; }
      body main .blog-index section.tags a:not(:last-child) {
        border-right: none; }
  body main .blog-index section.articles {
    margin-top: 2rem; }
    body main .blog-index section.articles .row-articles {
      display: block;
      justify-content: space-between;
      margin-bottom: 4rem; }
      body main .blog-index section.articles .row-articles article {
        flex: 1;
        max-width: initial;
        margin-bottom: 4rem; }
        body main .blog-index section.articles .row-articles article .tags {
          margin-left: 1rem;
          margin-right: 1rem; }
        body main .blog-index section.articles .row-articles article:not(:last-child) {
          margin-right: 0; }
        body main .blog-index section.articles .row-articles article .text {
          margin-left: 1rem;
          margin-right: 1rem; }
          body main .blog-index section.articles .row-articles article .text p {
            height: initial;
            max-height: calc(1.2rem * 4); }
        body main .blog-index section.articles .row-articles article a.btn {
          margin: 1rem 0 0 1rem; }
        body main .blog-index section.articles .row-articles article .img-wrap img {
          height: 36vh; }
  body main .blog-article {
    padding: 0; }
    body main .blog-article section.header-article h1 {
      padding: 0 1rem;
      font-size: 2.2em; }
    body main .blog-article section.header-article .subtitle-article {
      padding: 0 1rem; }
      body main .blog-article section.header-article .subtitle-article .date {
        padding-right: 1rem; }
      body main .blog-article section.header-article .subtitle-article .tag {
        margin-left: 1rem; }
        body main .blog-article section.header-article .subtitle-article .tag:not(:last-child) {
          border-right: none; }
    body main .blog-article section.content-article {
      margin: 0 1rem; }
      body main .blog-article section.content-article .rowTwoColumn-article {
        display: block; }
        body main .blog-article section.content-article .rowTwoColumn-article .rowTwoColumn-article-left {
          margin-right: 0rem; }
  body main .demo .demo-top {
    background-size: 3rem;
    background-position-y: 14rem;
    background-position-x: 2rem; }
  body main .demo .demo-bottom .wrapper-demo {
    padding: 0; }
    body main .demo .demo-bottom .wrapper-demo .left-demo,
    body main .demo .demo-bottom .wrapper-demo .right-demo {
      display: none; }
    body main .demo .demo-bottom .wrapper-demo .center-demo {
      margin-top: -73px; }
  body main .sticky {
    display: none !important; }
  body main .modal-cookie {
    width: 100vw;
    right: 0;
    bottom: 0;
    padding: 0;
    max-height: 100vh; }
    body main .modal-cookie #firstScreenId,
    body main .modal-cookie #detailsScreenId {
      padding: 10px; }
    body main .modal-cookie #firstScreenId button.darker {
      margin-right: 1rem; }
  body footer .up img {
    margin: 1rem; }
  body footer .footer {
    text-align: center; }
    body footer .footer .footer-content .footer-top {
      display: block; }
      body footer .footer .footer-content .footer-top .follow-us {
        padding-top: 2rem; }
        body footer .footer .footer-content .footer-top .follow-us .social-media {
          justify-content: center; }
      body footer .footer .footer-content .footer-top .wrap-address {
        justify-content: center;
        padding-top: 2rem;
        display: block; }
        body footer .footer .footer-content .footer-top .wrap-address .languages {
          display: block;
          margin-bottom: 2rem; }
          body footer .footer .footer-content .footer-top .wrap-address .languages a {
            display: block; }
    body footer .footer .footer-content .footer-bottom {
      display: block; }
      body footer .footer .footer-content .footer-bottom .mention-legal {
        padding-top: 0.5rem;
        display: block;
        max-width: initial;
        cursor: pointer; } }

/*Fixer le probleme de video*/
#videoPlayerId .bg {
  position: initial !important; }

#videoPlayerId .panegit {
  position: absolute;
  width: 100%;
  height: 100%; }

#videoPlayerId video {
  width: inherit;
  height: inherit; }
