@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

.typo--title1 {
  font-size: 1.0625rem;
  line-height: 1.0625rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .typo--title1 {
    font-size: 0.9375rem;
    line-height: 1.125rem;
  }
}
.typo--title2 {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #fff;
  font-weight: 400;
}
.typo--title3 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 300;
}

.btn, .popup--actions--item, .home--infosButton, .btn--secondary, .btn--primaryBig, .btn--primary {
  font-family: "Poppins", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 3rem;
  border-radius: 0.4375rem;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0.3125rem 3.75rem;
  border: none;
}
.btn--wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.btn--centerwrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn--primary {
  color: #fff;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#70FF46), to(#0485F6)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #70FF46 0%, #0485F6 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #70FF46 0%, #0485F6 100%) 0% 0% no-repeat padding-box;
}
.btn--primaryBig {
  min-height: 3.25rem;
  color: #fff;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#70FF46), to(#0485F6)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #70FF46 0%, #0485F6 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #70FF46 0%, #0485F6 100%) 0% 0% no-repeat padding-box;
}
.btn--secondary {
  background-color: transparent;
  color: #000;
  border: solid 0.0625rem #000;
}
.btn--menu, .btn--menu__logout {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 3.25rem;
  border-radius: 0.4375rem;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0.3125rem 5.9375rem;
  border: solid 0.0625rem #5e6c93;
  background-color: #fff;
  color: #000;
}
.btn--menuImg {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 1.875rem;
  top: calc(50% - 8px);
}
.btn--menu.active, .active.btn--menu__logout {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#1DA2CC), to(#70FF46)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #1DA2CC 0%, #70FF46 100%) 0% 0% no-repeat padding-box;
}
.btn--menu.active:before, .active.btn--menu__logout:before {
  content: "";
  position: absolute;
  left: -1.125rem;
  top: calc(50% - 9px);
  border-radius: 0 0.3125rem 0.3125rem 0;
  width: 0.4375rem;
  height: 1.125rem;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#1DA2CC), to(#70FF46)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #1DA2CC 0%, #70FF46 100%) 0% 0% no-repeat padding-box;
}
.btn--menu__logout {
  background-color: #d4d4d3 !important;
}

html,
body {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 0 !important;
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
  background-color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
  overflow-x: hidden;
  width: 100%;
  color: rgb(51, 51, 51);
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}
body *:focus {
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .noMarginBottom {
    margin-bottom: 0 !important;
  }
}

.firstPage {
  width: 100%;
}

@media screen and (max-width: 1150px) {
  .hideMedium {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hideSmall {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .showSmall {
    display: none !important;
  }
}

@media only screen and (min-width: 1151px) {
  .showMedium {
    display: none !important;
  }
}

input {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
}

textarea {
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  resize: none !important;
}

select {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
}

select:disabled {
  color: #000 !important;
  opacity: 1 !important;
}

/* Cachons la case à cocher */
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

/* on prépare le label */
[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative; /* permet de positionner les pseudo-éléments */
  padding-left: 30px; /* fait un peu d'espace pour notre case à venir */
  cursor: pointer;
}

/*   Aspect des checkboxes quand ils sont cochés   */
/* :before sert à créer la case à cocher */
[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 1.0625rem;
  height: 1.0625rem;
  background: transparent;
  border: 1px solid #000;
  border-radius: 0.1875rem;
}

/* Aspect des checkboxes quand ils ne sont pas cochés   */
[type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 1.0625rem;
  height: 1.0625rem;
  border: 1px solid #000;
  border-radius: 0.1875rem;
  background: transparent;
}

/* Aspect général de la coche */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after {
  content: "✓";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 21px;
  width: 21px;
  position: absolute;
  top: -9px;
  left: 0px;
  font-size: 30px;
  color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* [type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  background: url('~assets/svg/tick-rouge.svg');
  position: absolute;
  top: -7px; left: 1px;
  font-size: 30px;
  color: $color-base_3;
  transition: all .2s;
}*/
/* Aspect si "pas cochée" */
[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

/* Aspect si "cochée" */
[type=checkbox]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* aspect désactivée */
[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  border-color: #000;
  background-color: black;
}

/* styles de la coche (si cochée/désactivée) */
[type=checkbox]:disabled:checked + label:after {
  color: #000;
}

/* on style aussi le label quand désactivé */
[type=checkbox]:disabled + label {
  color: #000;
}

/* aspect au focus de l'élément */
/* Cachons la case à cocher */
[type=radio]:not(:checked),
[type=radio]:checked {
  position: absolute;
  left: -9999px;
}

/* on prépare le label */
[type=radio]:not(:checked) + label,
[type=radio]:checked + label {
  padding-top: 0.1875rem;
  position: relative; /* permet de positionner les pseudo-éléments */
  padding-left: 25px; /* fait un peu d'espace pour notre case à venir */
  cursor: pointer;
}

/*   Aspect des radioes quand ils sont cochés   */
/* :before sert à créer la case à cocher */
[type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 1.0625rem;
  height: 1.0625rem;
  background: transparent;
  border: 1px solid #000;
  border-radius: 0.1875rem;
}

/* Aspect des radioes quand ils ne sont pas cochés   */
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 1.0625rem;
  height: 1.0625rem;
  border: 1px solid #000;
  border-radius: 0.1875rem;
  background: transparent;
}

/* Aspect général de la coche */
[type=radio]:not(:checked) + label:after,
[type=radio]:checked + label:after {
  content: "✓";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 21px;
  width: 21px;
  position: absolute;
  top: -9px;
  left: 0px;
  font-size: 30px;
  color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* [type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  background: url('~assets/svg/tick-rouge.svg');
  position: absolute;
  top: -7px; left: 1px;
  font-size: 30px;
  color: $color-base_3;
  transition: all .2s;
}*/
/* Aspect si "pas cochée" */
[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

/* Aspect si "cochée" */
[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* aspect désactivée */
[type=radio]:disabled:not(:checked) + label:before,
[type=radio]:disabled:checked + label:before {
  border-color: #000;
  background-color: black;
}

/* styles de la coche (si cochée/désactivée) */
[type=radio]:disabled:checked + label:after {
  color: #000;
}

/* on style aussi le label quand désactivé */
[type=radio]:disabled + label {
  color: #000;
}

/* aspect au focus de l'élément */
.bg-white {
  /*padding: 0 !important;
  box-shadow: none !important;
  background-color: inherit !important;
  margin-top: -174px !important;
  border-radius: 0 !important;
  max-width: 100% !important;*/
}

.crisp-client .cc-tlyw .cc-qfnu {
  background-color: #006a9a !important;
}

.reg {
  display: block;
  width: 100%;
  max-width: 71.25rem;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.reg--or {
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  position: relative;
  width: 100%;
  margin-bottom: 1.75rem;
  color: #B43866;
}
.reg--or:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  height: 0.0625rem;
  width: calc(50% - 20px);
  background-color: #B43866;
}
.reg--or:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
  height: 0.0625rem;
  width: calc(50% - 20px);
  background-color: #B43866;
}
.reg--confi {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.875rem 1.25rem;
  border: solid 0.0625rem #B43866;
  background: rgba(180, 56, 102, 0.2);
  border-radius: 0.625rem;
  margin-bottom: 1.75rem;
}
.reg--confiTitle {
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 700;
  width: 100%;
  color: #B43866;
  margin-bottom: 1.5625rem;
}
.reg--form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reg--form--group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  margin-bottom: 2.5rem;
}
.reg--form--groupTitle {
  width: 100%;
  padding: 0.625rem 0;
  border-bottom: solid 0.0625rem rgb(51, 51, 51);
  margin-bottom: 1.5625rem;
}
.reg--form--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1.75rem;
}
.reg--form--row:last-child {
  margin-bottom: 0;
}
.reg--form--row__half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 10px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .reg--form--row__half {
    width: 100%;
  }
}
.reg--form--row__salar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .reg--form--row__salar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.reg--form--row__salarItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 10px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 479px) {
  .reg--form--row__salarItem {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .reg--form--row__salarItem:first-of-type {
    margin-bottom: 0.9375rem;
  }
}
.reg--form--row__salarItem label {
  position: absolute;
  top: 0.3125rem;
  left: 0.9375rem;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.reg--form--row__salarItem input {
  padding: 1.25rem 0.3125rem 0.3125rem 0.9375rem;
  height: 3rem;
  background-color: #f3f2ef;
  border: 0.0625rem solid #d4d4d3;
  border-radius: 5px;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0.02em;
}
.reg--form--row__salarItem input::-webkit-input-placeholder {
  color: #d4d4d3;
}
.reg--form--row__salarItem input::-moz-placeholder {
  color: #d4d4d3;
}
.reg--form--row__salarItem input:-ms-input-placeholder {
  color: #d4d4d3;
}
.reg--form--row__salarItem input::-ms-input-placeholder {
  color: #d4d4d3;
}
.reg--form--row__salarItem input::placeholder {
  color: #d4d4d3;
}
.reg--form--row__third {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.33% - 13.33px);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .reg--form--row__third {
    width: 100%;
  }
}
.reg--form--certif {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1.75rem;
  padding-top: 1.25rem;
}
.reg--form--certifLabel {
  padding-left: 2.5rem;
  line-height: 1.3;
}
.reg--form--list {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reg--form--list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 0.625rem;
}
.reg--form--label {
  width: 100% !important;
  margin-bottom: 0.375rem !important;
  font-size: 0.875rem !important;
  line-height: 1.0625rem !important;
  letter-spacing: 0.01em !important;
  color: rgb(51, 51, 51) !important;
  display: inline-block !important;
  font-weight: 400 !important;
}
.reg--form--telephone {
  position: relative;
}
.reg--form--telephone:before {
  content: "+228";
  font-size: 1rem;
  line-height: 1.625rem;
  position: absolute;
  top: 2.1875rem;
  left: 0.625rem;
}
.reg--form--input {
  height: 3rem;
  background-color: #f3f2ef;
  border: 0.0625rem solid #d4d4d3;
  border-radius: 5px;
  padding: 0 1.25rem;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.02em;
}
.reg--form--input::-webkit-input-placeholder {
  color: #d4d4d3;
}
.reg--form--input::-moz-placeholder {
  color: #d4d4d3;
}
.reg--form--input:-ms-input-placeholder {
  color: #d4d4d3;
}
.reg--form--input::-ms-input-placeholder {
  color: #d4d4d3;
}
.reg--form--input::placeholder {
  color: #d4d4d3;
}
.reg--form--input.telephone {
  padding-left: 3.3125rem;
}
.reg--form--select {
  height: 3rem;
  background-color: #f3f2ef;
  border: 0.0625rem solid #d4d4d3;
  border-radius: 5px;
  padding: 0 1.25rem;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.02em;
}
.reg--form--select::-webkit-input-placeholder {
  color: #d4d4d3;
}
.reg--form--select::-moz-placeholder {
  color: #d4d4d3;
}
.reg--form--select:-ms-input-placeholder {
  color: #d4d4d3;
}
.reg--form--select::-ms-input-placeholder {
  color: #d4d4d3;
}
.reg--form--select::placeholder {
  color: #d4d4d3;
}
.reg--form--textarea {
  height: 7.5rem;
  background-color: #f3f2ef;
  border: 0.0625rem solid #d4d4d3;
  border-radius: 5px;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.02em;
  font-weight: normal;
}
.reg--form--textarea::-webkit-input-placeholder {
  color: #d4d4d3;
}
.reg--form--textarea::-moz-placeholder {
  color: #d4d4d3;
}
.reg--form--textarea:-ms-input-placeholder {
  color: #d4d4d3;
}
.reg--form--textarea::-ms-input-placeholder {
  color: #d4d4d3;
}
.reg--form--textarea::placeholder {
  color: #d4d4d3;
}
.reg--form--legende {
  width: 100%;
  text-align: right;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.02em;
  margin-bottom: 3.3125rem;
}
.reg--armoirie {
  z-index: 2;
  position: relative;
  width: 6.25rem;
  height: 6.25rem;
  margin-right: 0.5rem;
  background-image: url("/img/blason.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .reg--armoirie {
    width: 5.625rem;
    height: 5.625rem;
  }
}
.reg--notif {
  z-index: 2;
  position: fixed;
  font-size: 1rem;
  line-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 1.25rem 2.1875rem;
  border-radius: 0.625rem;
  background-color: #F5C342;
  top: 6.25rem;
  right: calc(50% - 550px);
}
.reg--error {
  z-index: 2;
  position: fixed;
  font-size: 1rem;
  line-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 1.25rem 2.1875rem;
  border-radius: 0.625rem;
  color: #fff;
  background-color: #B43866;
  top: 6.25rem;
  right: calc(50% - 550px);
}
.reg--submit {
  background-color: #F5C342;
  color: rgb(51, 51, 51);
  margin-left: 1.25rem;
  font-size: 1.0625rem;
  letter-spacing: 0.01px;
}
@media screen and (max-width: 767px) {
  .reg--submit.def {
    margin-right: 0;
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.reg--submitWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .reg--submitWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.reg--reset {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgb(51, 51, 51);
  margin-left: 1.25rem;
  font-size: 1.0625rem;
  letter-spacing: 0.01px;
}
@media screen and (max-width: 767px) {
  .reg--reset.def {
    margin-right: 0;
    width: 100%;
  }
}

.login {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  width: 100% !important;
  max-width: 33.75rem !important;
  padding: 0 1.25rem !important;
  margin: 1.875rem auto !important;
}
.login--wrap {
  width: 100% !important;
}
.login--erreur {
  margin-top: 1.5625rem;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}
.login--title {
  width: 100% !important;
  font-size: 1.125rem !important;
  line-height: 1.25rem !important;
  font-weight: 700 !important;
  margin-bottom: 1.875rem !important;
}
.login--actions {
  width: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.login--submit {
  text-transform: capitalize !important;
  background-color: #F5C342 !important;
  color: rgb(51, 51, 51) !important;
  font-size: 1.0625rem !important;
  letter-spacing: 0.01px !important;
  width: calc(50% - 10px) !important;
  font-style: normal !important;
  font-weight: 400 !important;
}
.login--download {
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-transform: capitalize !important;
  background-color: #F5C342 !important;
  color: rgb(51, 51, 51) !important;
  font-size: 1.0625rem !important;
  letter-spacing: 0.01px !important;
  width: 15rem !important;
  border-radius: 0.3125rem;
  font-style: normal !important;
  font-weight: 400 !important;
}
.login--reset {
  text-transform: capitalize !important;
  background-color: rgba(0, 0, 0, 0.12) !important;
  color: rgb(51, 51, 51) !important;
  font-size: 1.0625rem !important;
  letter-spacing: 0.01px !important;
  width: calc(50% - 10px) !important;
  font-style: normal !important;
  font-weight: 400 !important;
}

.entrep {
  display: block;
  width: 100%;
  max-width: 71.25rem;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.entrep--form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.entrep--form--group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  margin-bottom: 2.5rem;
}
.entrep--form--groupTitle {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  width: 100%;
  margin-bottom: 1.5625rem;
}
.entrep--form--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0.9375rem;
}
.entrep--form--row:last-child {
  margin-bottom: 0;
}
.entrep--form--row__half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 10px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0.9375rem;
}
.entrep--form--row__third {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.33% - 13.33px);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.9375rem;
}
.entrep--form--label {
  font-weight: 300;
  width: 100%;
  padding: 0.5rem 0;
  border-bottom: solid 0.0625rem #d4d4d3;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.01em;
  color: rgb(51, 51, 51);
  display: inline-block;
}
.entrep--form--labelPre {
  font-weight: 700;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: 0.01em;
  color: rgb(51, 51, 51);
  display: inline-block;
}
.entrep--form--value {
  padding-top: 0.5rem;
  min-height: 2.5rem;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.entrep--form--legende {
  width: 100%;
  text-align: right;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.02em;
  margin-bottom: 3.3125rem;
}
.entrep--header {
  margin-bottom: 2.5rem;
  background-color: #f3f2ef;
  border: 0.0625rem solid #d4d4d3;
  font-size: 1.0625rem;
  line-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem 1.25rem;
  border-radius: 0.625rem;
}
.entrep--headerRight {
  color: #B43866;
}
.entrep--headerRight2 {
  color: #B43866;
}
.entrep--submit {
  background-color: #F5C342 !important;
  color: rgb(51, 51, 51);
  margin-left: 1.25rem;
  font-size: 1.0625rem;
  letter-spacing: 0.01px;
}
.entrep--submitWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.25rem;
}
.entrep--reset {
  background-color: rgba(0, 0, 0, 0.12) !important;
  color: rgb(51, 51, 51);
  margin-left: 1.25rem;
  font-size: 1.0625rem;
  letter-spacing: 0.01px;
}

.all {
  width: 100%;
  display: block;
  background-color: white;
  border-radius: 0 0 0.625rem 0.625rem;
}
.all--table {
  width: 100%;
  display: block;
  max-width: 100%;
  overflow-x: auto;
  padding: 0.625rem 0;
}
.all--table table {
  width: 100%;
}
.all--table table thead {
  width: 100%;
  background-color: rgb(0, 106, 79);
}
.all--table table thead tr {
  color: white;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  border-bottom: solid 0.0625rem rgba(0, 0, 0, 0.12);
}
.all--table table thead tr th {
  padding: 0.9375rem 0.3125rem 0.9375rem;
  text-align: left;
}
.all--table table tbody {
  width: 100%;
}
.all--table table tbody tr {
  color: rgb(33, 37, 41);
  width: 100%;
  font-size: 0.9375rem;
  border-bottom: solid 0.0625rem rgba(0, 0, 0, 0.12);
}
.all--table table tbody tr td {
  padding: 0.9375rem 0.3125rem;
  text-align: left;
  vertical-align: middle;
}
.all--table table tbody tr td a {
  text-decoration: underline;
  font-size: 0.875rem;
}
.all--table table tbody tr td img {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  margin-right: 0.3125rem;
  vertical-align: middle;
}
.all--button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.9375rem;
}
.all--button img {
  width: 1.25rem !important;
  height: 1.5625rem !important;
  margin: 0 !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.all--select {
  min-width: 1.5625rem;
}
.all--nif {
  min-width: 9.375rem;
}
.all--name {
  min-width: 12.5rem;
}
.all--regime {
  min-width: 9.375rem;
}
.all--forme {
  min-width: 9.375rem;
}
.all--categorie {
  min-width: 12.5rem;
}
.all--cfe {
  min-width: 9.375rem;
}
.all--rccm {
  min-width: 9.375rem;
}
.all--status {
  min-width: 9.375rem;
}
.allvoir {
  min-width: 9.375rem;
}

.home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home--content {
  max-width: 45rem;
  width: 100%;
  margin: 0 auto;
}
.home--wrap {
  width: 100%;
  padding: 5rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home--title {
  font-size: 3.4375rem;
  line-height: 1.3;
  font-weight: 700;
  background: transparent -webkit-gradient(linear, right top, left top, color-stop(0, #266486), to(#146c53)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(-90deg, #266486 0, #146c53 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .home--title {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 479px) {
  .home--title {
    font-size: 2.5rem;
  }
}
.home--infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 479px) {
  .home--infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home--infosLeft {
  width: 50%;
}
@media screen and (max-width: 479px) {
  .home--infosLeft {
    width: 100%;
  }
}
.home--infosRight {
  width: 45%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 479px) {
  .home--infosRight {
    width: 100%;
    margin-top: 1.5625rem;
  }
}
.home--infosText {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5625rem;
  font-weight: 300;
}
.home--infosButton {
  min-height: 3.25rem;
  color: #fff;
  padding: 0.3125rem 0.9375rem !important;
  width: 95%;
  background: transparent -webkit-gradient(linear, right top, left top, color-stop(0, #266486), to(#146c53)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(-90deg, #266486 0, #146c53 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 479px) {
  .home--infosButton {
    width: 100%;
  }
}

.page {
  display: block;
  width: 100%;
  max-width: 71.25rem;
  padding: 0 1.25rem 0 0;
  margin: 0 auto;
}
.page--form {
  width: 100%;
  display: block;
  padding-right: 0.9375rem;
}
.page--formTitle {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 700;
  width: 100%;
  margin-bottom: 0.9375rem;
}
.page--form--line {
  width: 100%;
  margin-bottom: 0.9375rem;
}
.page--form--lineTable {
  padding-bottom: 0.9375rem;
}
.page--form--row {
  display: block;
  width: 100%;
  margin-bottom: 0.625rem;
}
.page--form--row:last-child {
  margin-bottom: 0;
}
.page--form--label {
  font-size: 0.9375rem;
  line-height: 1rem;
  letter-spacing: 0.01em;
  padding-right: 7px;
}
.page--form--value {
  font-size: 0.9375rem;
  line-height: 1rem;
  letter-spacing: 0.01em;
  font-weight: bold;
}
.page--header {
  margin-bottom: 1.5625rem;
  background-color: #f3f2ef;
  border: 0.0625rem solid #d4d4d3;
  font-size: 1.0625rem;
  line-height: 1.25rem;
  display: block;
  padding: 0.9375rem 1.25rem;
  border-radius: 0.625rem;
  text-align: center;
}

.liste {
  min-height: calc(100vh - 180px);
  width: 100%;
  padding: 1.875rem 1.5625rem 3.75rem;
}
@media only screen and (max-width: 479px) {
  .liste {
    padding: 1.875rem 1.25rem 3.75rem;
  }
}
.liste--title {
  color: rgb(0, 106, 79);
  font-weight: 500;
  width: 100%;
  text-align: center;
  padding: 1.875rem 0 3.125rem;
  font-size: 1.625rem;
  line-height: 2.1875rem;
}
@media only screen and (max-width: 767px) {
  .liste--title {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
@media only screen and (max-width: 479px) {
  .liste--title {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}
.liste--wrapper {
  width: 100%;
  display: block;
  max-width: 71.25rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .liste--wrapper {
    padding: 0;
  }
}
.liste--content {
  width: 100%;
  padding: 0 1.875rem;
  position: relative;
  overflow: hidden;
}
.liste--cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.liste--cont--item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: calc(25% - 18.75px);
  margin-right: 1.5625rem;
}
@media only screen and (max-width: 767px) {
  .liste--cont--item {
    width: calc(33.33% - 16.66px);
    margin-right: 1.5625rem;
  }
}
@media only screen and (max-width: 479px) {
  .liste--cont--item {
    width: calc(50% - 10px);
    margin-right: 1.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .liste--cont--item:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .liste--cont--item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .liste--cont--item:nth-child(2n) {
    margin-right: 0;
  }
}
.liste--cont--item--ratio {
  position: relative;
  background-color: white;
  width: 100%;
  padding-top: 100%;
  height: auto;
  overflow: hidden;
}
.liste--cont--item--name {
  margin: 0.9375rem 0 2.5rem;
  font-size: 1.0625rem;
}
@media only screen and (max-width: 767px) {
  .liste--cont--item--name {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 479px) {
  .liste--cont--item--name {
    font-size: 0.9375rem;
  }
}
.liste--cont--item--cont {
  border: solid 0.0625rem #dadce7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.liste--cont--item--cont img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.propos {
  width: 100%;
  display: block;
  max-width: 71.25rem;
  padding: 0 1.25rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .propos {
    padding: 0;
  }
}
.propos--title {
  color: rgb(0, 106, 79);
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  padding: 40px 1.5625rem 0;
  font-weight: 700;
}
.propos--subTitle {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  width: 100%;
  padding: 40px 1.5625rem 0;
  margin-bottom: 3.125rem;
}
.propos__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .propos__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.propos__section:last-of-type {
  border-bottom: none;
}
.propos__section--img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.propos__section__wrapper {
  margin-bottom: 10.9375rem;
}
@media only screen and (max-width: 767px) {
  .propos__section__wrapper {
    margin-bottom: 4.375rem;
  }
}
.propos__section__wrapper:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .propos__section.rtl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.propos__section__content {
  width: 60%;
  padding: 0 2.5rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1150px) {
  .propos__section__content {
    padding: 0 1.875rem;
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .propos__section__content {
    width: 100%;
    padding: 0 1.25rem;
  }
}
.propos__section__cover {
  border: solid 0.0625rem #dadce7;
  width: 40%;
}
@media only screen and (max-width: 1150px) {
  .propos__section__cover {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .propos__section__cover {
    width: 100%;
    border: none;
  }
}
.propos__section__description {
  text-align: justify;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .propos__section__description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.propos__categorie {
  margin-top: 2.5rem;
  width: 100%;
  padding: 3.125rem 1.5625rem 12.5rem;
  background-color: rgba(255, 207, 17, 0.7);
}
@media only screen and (max-width: 767px) {
  .propos__categorie {
    padding: 3.125rem 1.5625rem 10rem;
  }
}
.propos__categorie--title {
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  margin-bottom: 4.375rem;
}
@media only screen and (max-width: 767px) {
  .propos__categorie--title {
    margin-bottom: 3.4375rem;
  }
}
.propos__categorie--text {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  margin-top: 4.375rem;
}
.propos__categorie--liste {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .propos__categorie--liste {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.propos__categorie--liste li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
  position: relative;
  padding: 50px 10px 0;
}
@media only screen and (max-width: 767px) {
  .propos__categorie--liste li {
    padding: 0 0 0 3.125rem;
    margin-bottom: 1.875rem;
    width: 100%;
  }
}
.propos__categorie--liste li:before {
  position: absolute;
  content: "";
  width: calc(100% - 50px);
  left: calc(50% + 25px);
  top: 0.0625rem;
  height: 0.0625rem;
  background-color: white;
}
@media only screen and (max-width: 767px) {
  .propos__categorie--liste li:before {
    z-index: 5;
    width: 0.0625rem;
    height: calc(100% - 10px);
    top: 1.875rem;
    left: 1.25rem;
  }
}
.propos__categorie--liste li:last-of-type {
  margin-bottom: 0;
}
.propos__categorie--liste li:last-of-type:before {
  display: none;
}
.propos__categorie--liste--num {
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 25px);
  top: -1.5625rem;
  background-color: white;
  color: black;
  width: 3.75rem;
  height: 3.75rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .propos__categorie--liste--num {
    left: 0;
    top: -0.625rem;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
    line-height: 1rem;
  }
}
.propos__categorie--liste--title {
  width: 100%;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.3125rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .propos__categorie--liste--title {
    text-align: left;
  }
}
.propos__categorie--liste--text {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.propos__avant {
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
  width: 88%;
  margin-left: 6%;
  background-color: white;
  margin-top: -6.25rem;
  position: relative;
  z-index: 2;
  padding: 2.1875rem 1.875rem 3.125rem;
}
@media only screen and (max-width: 767px) {
  .propos__avant {
    width: 92%;
    margin-left: 4%;
  }
}
.propos__avant--title {
  color: rgb(0, 106, 79);
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  width: 100%;
  font-weight: 700;
  margin-bottom: 1.5625rem;
}
.propos__avant__list {
  width: 100%;
}
.propos__avant__list li {
  position: relative;
  width: 100%;
  padding-left: 0.9375rem;
  font-size: 16px;
  line-height: 26px;
}
.propos__avant__list li:not(.propos__avant__list li:last-of-type) {
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .propos__avant__list li:not(.propos__avant__list li:last-of-type) {
    margin-bottom: 1.25rem;
  }
}
.propos__avant__list li:before {
  width: 0.375rem;
  height: 0.375rem;
  background-color: rgb(0, 106, 79);
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.propos__bottom {
  margin-top: -6.25rem;
  background-color: rgba(0, 106, 79, 0.8);
  color: white;
  width: 100%;
  padding: 8.75rem 1.5625rem 3.125rem;
}
.propos__bottom--title {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  width: 100%;
  font-weight: 700;
  margin-bottom: 1.875rem;
}
.propos__bottom--text {
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  font-weight: 700;
}
.propos__bottom--text ul {
  position: relative;
  width: 100%;
}
.propos__bottom--text ul li {
  position: relative;
  width: 100%;
  padding-left: 0.9375rem;
  font-size: 16px;
  line-height: 26px;
}
.propos__bottom--text ul li:not(.propos__bottom--text ul li:last-of-type) {
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .propos__bottom--text ul li:not(.propos__bottom--text ul li:last-of-type) {
    margin-bottom: 1.25rem;
  }
}
.propos__bottom--text ul li:before {
  width: 0.375rem;
  height: 0.375rem;
  background-color: white;
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.propos__img {
  margin-bottom: 18.75rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .propos__img {
    margin-bottom: 6.625rem;
  }
}
.propos__img img {
  width: 100%;
  height: auto;
}

.myHead {
  width: 100%;
  position: relative;
  padding-bottom: 1.5625rem;
}
.myHead--content {
  color: rgb(0, 106, 79);
  width: 100%;
  max-width: 105rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.25rem;
}
.myHead--logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .myHead--logo {
    font-size: 0.9375rem;
    line-height: 1.125rem;
  }
}
.myHead--menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  .myHead--menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
  }
}
.myHead--menuItem {
  cursor: pointer;
  margin-left: 0.875rem;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  letter-spacing: normal;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
@media screen and (max-width: 767px) {
  .myHead--menuItem {
    margin-bottom: 0.5rem;
    font-size: 0.9375rem;
    line-height: 0.9375rem;
  }
}
.myHead--menuItem.mobile {
  font-size: 1.125rem;
  line-height: 1.125rem;
}
.myHead--menuItem:hover {
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.myHead--menuItem__app {
  margin-left: 0.875rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: normal;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
@media screen and (max-width: 767px) {
  .myHead--menuItem__app {
    margin-bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0.625rem 0 0.625rem 0.625rem;
  }
}
.myHead--menuItem__app svg {
  width: 1.5rem;
  height: 0.875rem;
}
.myHead--menuItem__app:hover {
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.myHead:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1.5625rem;
  background-position: center;
  background-size: contain;
  background-repeat: repeat-x;
  background-image: url("/img/kete-motif.png");
}

.myBody {
  width: 100%;
  min-height: calc(100vh - 95px);
  padding: 3.75rem 0;
}
.myBody__withMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 !important;
}
.myBody__withMenu__logout {
  margin-top: 3.75rem;
}
.myBody__sidebar {
  overflow-y: auto;
  width: 19.375rem;
  -webkit-box-shadow: inset -9px 0 6px -6px rgba(0, 0, 0, 0.05);
          box-shadow: inset -9px 0 6px -6px rgba(0, 0, 0, 0.05);
  padding: 3.75rem 1.25rem;
  border-right: 0.0625rem solid #dadce7;
}
@media screen and (max-width: 767px) {
  .myBody__sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: #e5e4e3;
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
  }
}
.myBody__sidebar.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.myBody__sidebar ul {
  width: 100%;
  padding-left: 0.9375rem;
  margin-bottom: 2.1875rem;
}
.myBody__sidebar ul li {
  width: 100%;
  margin-bottom: 1.25rem;
}
.myBody__sidebar ul li a {
  font-size: 0.8125rem;
  line-height: 0.0625rem;
}
.myBody__sidebar ul li a.active {
  color: #006a9a;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.myBody__sidebar ul li a:hover {
  color: #006a9a;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.myBody__sidebar--title {
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 1.25rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .myBody__sidebar--close {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .myBody__sidebar--close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
  }
}
@media screen and (min-width: 1151px) {
  .myBody__sidebar--close1 {
    display: none;
  }
}
@media screen and (max-width: 1150px) {
  .myBody__sidebar--close1 {
    position: absolute;
    top: 2.25rem;
    right: 1.25rem;
  }
}
@media screen and (min-width: 1151px) {
  .myBody__sidebar1 {
    display: none;
  }
}
@media screen and (max-width: 1150px) {
  .myBody__sidebar1 {
    overflow-y: auto;
    width: 19.375rem;
    -webkit-box-shadow: inset -9px 0 6px -6px rgba(0, 0, 0, 0.05);
            box-shadow: inset -9px 0 6px -6px rgba(0, 0, 0, 0.05);
    padding: 7.5rem 1.25rem 3.75rem 1.25rem;
    border-left: 0.0625rem solid #dadce7;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: #fff;
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
  }
}
.myBody__sidebar1.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.myBody__sidebar1 ul {
  width: 100%;
  padding-left: 0.9375rem;
  margin-bottom: 2.1875rem;
}
.myBody__sidebar1 ul li {
  width: 100%;
  margin-bottom: 1.25rem;
}
.myBody__sidebar1 ul li a {
  font-size: 0.8125rem;
  line-height: 0.0625rem;
}
.myBody__sidebar1 ul li a.active {
  color: #006a9a;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.myBody__sidebar1 ul li a:hover {
  color: #006a9a;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.myBody__sidebar1--title {
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 1.25rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .myBody__sidebar1--close {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .myBody__sidebar1--close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
  }
}
.myBody__content {
  padding: 3.75rem 1.25rem;
  width: calc(100% - 310px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .myBody__content {
    width: 100%;
  }
}

.myBody2 {
  width: 100%;
  min-height: calc(100vh - 95px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 3.75rem 0;
}

.myFoot {
  width: calc(100% - 40px);
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
  margin-top: 0;
  border-top: 0.0625rem solid #dadce7;
}
.myFoot--Wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  .myFoot--Wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.myFoot--left {
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .myFoot--left {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.myFoot--left a {
  color: #006a9a;
  text-underline-offset: 2px;
  text-decoration: underline;
}
.myFoot--right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  .myFoot--right {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
}
.myFoot--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 1.875rem;
  height: 1.875rem;
  margin-left: 0.625rem;
  background: transparent -webkit-gradient(linear, right top, left top, color-stop(0, #266486), to(#146c53)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(-90deg, #266486 0, #146c53 100%) 0% 0% no-repeat padding-box;
  border-radius: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .myFoot--item {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.myFoot--item svg {
  fill: white;
  width: 1.125rem;
  height: 1.125rem;
}

.slide--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #266486), to(#146c53));
  background-image: linear-gradient(-90deg, #266486 0, #146c53 100%);
}
.slide--infos {
  width: 29%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.875rem 0.625rem 1.875rem 1.875rem;
}
@media screen and (max-width: 1150px) {
  .slide--infos {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .slide--infos {
    width: 70%;
    z-index: 2;
  }
}
.slide--title {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .slide--title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 479px) {
  .slide--title {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
.slide--text {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  margin-bottom: 0.9375rem;
}
.slide--link {
  width: 100%;
}
.slide--link a {
  position: relative;
  text-transform: uppercase;
  min-height: 3rem;
  color: #fff;
  font-family: "Poppins", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 0.4375rem;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0.3125rem 2.1875rem;
  border: solid 0.0625rem #fff;
  width: auto;
  background-color: transparent;
  -webkit-transition: color 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: color 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
  overflow: hidden;
}
.slide--link a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  scale: 1 0;
  background-color: #fff;
  -webkit-transition: scale 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: scale 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: -1;
}
.slide--link a:hover {
  color: #000;
}
.slide--link a:hover:before {
  scale: 1 1;
}
.slide--illustration {
  overflow: hidden;
  width: 73%;
  height: calc(100% + 300px);
  position: absolute;
  top: -9.375rem;
  right: -3%;
  border-radius: 50%;
}
@media screen and (max-width: 1150px) {
  .slide--illustration {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .slide--illustration {
    width: 75%;
    height: calc(100% + 100px);
    top: unset;
    right: 0;
    bottom: -3.125rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.slide--illustration img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper {
  overflow: hidden;
  width: 100%;
}
.swiper--wrap {
  height: 33.125rem;
}
@media screen and (max-width: 1679px) {
  .swiper--wrap {
    height: 31.25rem;
  }
}
@media screen and (max-width: 1150px) {
  .swiper--wrap {
    height: 28.125rem;
  }
}
@media screen and (max-width: 767px) {
  .swiper--wrap {
    height: 23.125rem;
  }
}
@media screen and (max-width: 479px) {
  .swiper--wrap {
    height: 21.875rem;
  }
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup {
  border-radius: 0;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup--content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 31.25rem;
  max-width: 90%;
  padding: 1.875rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .popup--content {
    width: 25rem;
  }
}
@media screen and (max-width: 767px) {
  .popup--content {
    width: 90%;
  }
}
.popup--title {
  font-size: 1.5625rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .popup--title {
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .popup--title {
    font-size: 1.3125rem;
  }
}
.popup--actions {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.popup--actions--item {
  font-size: 1.375rem;
  width: calc(50% - 15px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 3.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: 2.5rem;
  color: #fff;
  padding: 0.3125rem 0.9375rem !important;
  background: transparent -webkit-gradient(linear, right top, left top, color-stop(0, #266486), to(#146c53)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(-90deg, #266486 0, #146c53 100%) 0% 0% no-repeat padding-box;
}

.about {
  width: 100%;
  display: block;
  max-width: 71.25rem;
  padding: 0 1.25rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .about {
    padding: 0;
    border-bottom: solid 0.0625rem #dadce7;
  }
}
.about__cover {
  display: block;
  position: relative;
}
@media only screen and (min-width: 1151px) {
  .about__cover__desktop {
    height: 34.5rem;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about__cover__desktop img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about__header {
  padding-top: 4.375rem;
}
@media only screen and (max-width: 767px) {
  .about__header {
    padding-top: 3rem;
  }
}
.about__title {
  font-size: 3.375rem;
  line-height: 1;
  margin-bottom: 2.625rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
@media only screen and (max-width: 1150px) {
  .about__title {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .about__title {
    font-size: 2rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
  }
}
.about__caption {
  width: 100%;
  padding-bottom: 6.25rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
@media only screen and (max-width: 1150px) {
  .about__caption {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
    padding-bottom: 4.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .about__caption {
    max-width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    padding-bottom: 2.875rem;
  }
}
.about__caption__title {
  font-size: 2.5rem;
  line-height: 1;
  padding-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .about__caption__title {
    font-size: 2rem;
    padding-bottom: 0.625rem;
  }
}
.about__caption__description {
  font-size: 1rem;
  line-height: 1.5rem;
}
.about__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .about__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about__section__wrapper {
  margin-bottom: 10.9375rem;
}
@media only screen and (max-width: 767px) {
  .about__section__wrapper {
    margin-bottom: 4.375rem;
  }
}
.about__section__wrapper:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .about__section.rtl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.about__section__content {
  width: 50%;
  padding: 9.375rem 1.875rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1150px) {
  .about__section__content {
    padding: 0 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .about__section__content {
    width: 100%;
    padding: 4.375rem 1.25rem;
  }
}
@media only screen and (max-width: 479px) {
  .about__section__content {
    width: 100%;
    padding: 3.125rem 1.25rem;
  }
}
.about__section__cover {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .about__section__cover {
    width: 100%;
  }
}
.about__section__coverRatio {
  color: #000;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-top: 150%;
}
@media only screen and (max-width: 767px) {
  .about__section__coverRatio {
    padding-top: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .about__section__coverRatio {
    padding-top: 47%;
  }
}
.about__section__coverRatio:before {
  z-index: 1;
  content: "";
  background-color: rgba(255, 207, 17, 0.9);
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.875rem;
  color: #fff;
}
.about__section__coverRatio2 {
  display: block;
  color: #fff;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-top: 90%;
}
@media only screen and (max-width: 767px) {
  .about__section__coverRatio2 {
    padding-top: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .about__section__coverRatio2 {
    padding-top: 47%;
  }
}
.about__section__coverRatio2:before {
  z-index: 1;
  content: "";
  background-color: rgba(0, 106, 79, 0.9);
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.875rem;
  color: #fff;
}
.about__section__coverContent {
  background-image: url("/img/engagement.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.875rem;
}
.about__section__coverContent2 {
  background-image: url("/img/statut.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.875rem;
  color: #fff;
}
.about__section__title {
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .about__section__title {
    font-size: 2.1875rem;
  }
}
@media only screen and (max-width: 479px) {
  .about__section__title {
    font-size: 1.875rem;
  }
}
.about__section__description {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .about__section__description {
    font-size: 1.1875rem;
    line-height: 1.625rem;
  }
}
.about__section__description2 {
  font-size: 1.25rem;
  line-height: 1.9375rem;
}
@media only screen and (max-width: 767px) {
  .about__section__description2 {
    font-size: 1.1875rem;
    line-height: 1.625rem;
  }
}
.about__section--list {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .about__section--list {
    font-size: 1.1875rem;
    line-height: 1.625rem;
  }
}
.about__section--list li {
  position: relative;
  width: 100%;
  padding-left: 0.9375rem;
}
.about__section--list li:not(.about__section--list li:last-of-type) {
  margin-bottom: 0.9375rem;
}
@media only screen and (max-width: 767px) {
  .about__section--list li:not(.about__section--list li:last-of-type) {
    margin-bottom: 1.25rem;
  }
}
.about__section--list li:before {
  width: 0.375rem;
  height: 0.375rem;
  background-color: #000;
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.about__img {
  margin-bottom: 18.75rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .about__img {
    margin-bottom: 6.625rem;
  }
}
.about__img img {
  width: 100%;
  height: auto;
}

.desc {
  width: 100%;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .desc {
    padding: 4.0625rem 0;
  }
}
@media screen and (max-width: 479px) {
  .desc {
    padding: 3.125rem 0;
  }
}
.desc--wrapper {
  width: 100%;
  display: block;
  max-width: 71.25rem;
  padding: 0 1.25rem;
  margin: 0 auto;
  font-size: 1.25rem;
  line-height: 1.9375rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .desc--wrapper {
    font-size: 1.1875rem;
    line-height: 1.625rem;
  }
}

.certif {
  width: 100%;
  padding: 1.875rem 1.25rem 3.75rem;
}
.certif--title {
  width: 100%;
  text-align: center;
  padding: 1.875rem 0 2.5rem;
  font-size: 2.1875rem;
  line-height: 2.1875rem;
}
@media only screen and (max-width: 1150px) {
  .certif--title {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .certif--title {
    font-size: 1.75rem;
    line-height: 1.875rem;
  }
}
@media only screen and (max-width: 479px) {
  .certif--title {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
.certif__link {
  font-size: 1.125rem;
  line-height: 2.1875rem;
}
@media only screen and (max-width: 1150px) {
  .certif__link {
    line-height: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .certif__link {
    line-height: 1.875rem;
  }
}
@media only screen and (max-width: 479px) {
  .certif__link {
    line-height: 1.5rem;
  }
}
.certif--wrapper {
  width: 100%;
  display: block;
  max-width: 71.25rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .certif--wrapper {
    padding: 0;
  }
}
.certif--content {
  width: 100%;
  padding: 0 1.875rem;
  position: relative;
  overflow: hidden;
}
.certif--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: auto !important;
}
.certif--list--prev {
  z-index: 3;
  position: absolute;
  width: 1.375rem;
  height: 1.375rem;
  cursor: pointer;
  left: 0;
  top: calc(50% - 11px);
}
.certif--list--prev img {
  width: 100%;
  height: 100%;
}
.certif--list--next {
  z-index: 3;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  width: 1.375rem;
  height: 1.375rem;
  cursor: pointer;
  right: 0;
  top: calc(50% - 11px);
}
.certif--list--next img {
  width: 100%;
  height: 100%;
}
.certif--list--item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  background-color: #ededed;
}
.certif--list--item--ratio {
  position: relative;
  width: 100%;
  padding-top: 100%;
  height: auto;
  overflow: hidden;
}
.certif--list--item--cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.certif--list--item--cont img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.bolder {
  font-weight: 700 !important;
}