@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@font-face {
  font-family: 'Muli';
  src: url("../fonts/Muli-Regular.eot");
  src: url("../fonts/Muli-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-Regular.woff2") format("woff2"), url("../fonts/Muli-Regular.woff") format("woff"), url("../fonts/Muli-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli-Italic.eot");
  src: url("../fonts/Muli-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-Italic.woff2") format("woff2"), url("../fonts/Muli-Italic.woff") format("woff"), url("../fonts/Muli-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

html {
  scroll-behavior: smooth; }

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Poppins', sans-serif; }

* {
  font-family: 'Poppins', sans-serif; }

a {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  text-decoration: none !important;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s; }
  a svg {
    width: 18px; }

ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

h1, h2, h3, h4, h5 {
  font-family: 'Poppins', sans-serif;
  margin: 0px;
  font-weight: 300; }

h1 {
  font-size: 40px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 23px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 13px; }

h1 span, h2 span {
  font-family: 'Poppins', sans-serif;
  margin: 0px;
  font-weight: 300; }

p {
  font-family: "Muli";
  margin: 0px; }

ol {
  font-family: 'Poppins', sans-serif; }

a, button, input[type="submit"] {
  cursor: pointer; }

button:focus, input:focus {
  outline: none; }

.mission_vision, .information-section, .marcue-objectifs-holder, .collaboration, .adventage, .question {
  padding: 130px 0px;
  background-color: #f4f4f4; }

.mission_vision p, .la-marque p, .marcue-objectifs-holder p, .marcue-objectifs-list li p, .collaboration .section p, #accordion .card .card-body p, .inner-contact .contact_details ul li p, .artical .artical-section p, .login-right p, .login-parcentage ul li .text p {
  font-size: 16px;
  color: #8E8998;
  line-height: 24px; }

form .form-control, form select {
  height: 53px;
  border: 1px solid #e9e9e9;
  padding-left: 25px;
  color: #2d245f; }
  form .form-control::-webkit-input-placeholder, form select::-webkit-input-placeholder {
    font-size: 13px;
    color: #cccccc; }
  form .form-control:-ms-input-placeholder, form select:-ms-input-placeholder {
    font-size: 13px;
    color: #cccccc; }
  form .form-control::-ms-input-placeholder, form select::-ms-input-placeholder {
    font-size: 13px;
    color: #cccccc; }
  form .form-control::placeholder, form select::placeholder {
    font-size: 13px;
    color: #cccccc; }

form select.form-control {
  height: 53px !important; }

form input.form-control:focus {
  background-color: #2d245f;
  color: #ffffff; }

form textarea.form-control {
  height: 171px;
  resize: none; }

form input[type="submit"] {
  background-color: #2d245f;
  color: #ffffff;
  font-size: 13px;
  padding: 19px 60px;
  border: 1px solid #2d245f;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center; }
  form input[type="submit"]:hover {
    background-color: transparent;
    color: #2d245f; }

.navbar-toggler {
  display: none; }

.navbar-toggler {
  background-color: #ff8465;
  display: block;
  border-radius: 0px;
  width: 73px;
  height: 73px; }

.navbar-toggler img.burger {
  width: 30px !important;
  margin: 0 auto; }

.navbar-toggler img.close {
  width: 25px !important;
  margin: 0 10px; }

.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  width: 100%; }

.navbar {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.mobile-banner-footer {
  display: none; }

.tp-bgimg {
  background-size: 100% auto !important; }

.tp-leftarrow.default, .tp-rightarrow.default {
  width: 81px;
  height: 14px; }

.tp-bullets {
  display: none; }

.tp-rightarrow.default {
  background-position: right inharit; }

.tp-caption {
  white-space: normal; }

.tp-bgimg {
  background-size: 100% auto !important; }

.header {
  position: absolute;
  width: 100%;
  background-color: transparent;
  z-index: 99; }
  .header:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    left: 0px;
    bottom: 0px;
    -webkit-animation-name: line;
    animation-name: line;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-direction: linear;
    animation-direction: linear;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: -2; }
  .header .logo {
    padding-top: 16px;
    padding-bottom: 16px; }
    .header .logo img {
      width: 60px; }
  .header .mobile-logo {
    display: none; }
  .header .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .header .header-right .navbar {
      padding-top: 0px;
      padding-bottom: 0px;
      padding-right: 0px; }
    .header .header-right .nav-link {
      font-size: 14px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 2px;
      padding: 34px 29px; }
      .header .header-right .nav-link:hover {
        color: #ff8465; }
    .header .header-right .active.nav-item a {
      color: #ff8465 !important; }
    .header .header-right .information a {
      -webkit-animation: one 0.8s ease alternate;
      animation: one 0.8s ease alternate;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-transform: translate(0px, -23px);
      -ms-transform: translate(0px, -23px);
      transform: translate(0px, -23px);
      opacity: 0;
      -webkit-animation-delay: 0.6s;
      animation-delay: 0.6s; }
    .header .header-right .contact a {
      -webkit-animation: one 0.8s ease alternate;
      animation: one 0.8s ease alternate;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-transform: translate(0px, -23px);
      -ms-transform: translate(0px, -23px);
      transform: translate(0px, -23px);
      opacity: 0;
      -webkit-animation-delay: 0.7s;
      animation-delay: 0.7s; }
    .header .header-right .faq a {
      -webkit-animation: one 0.8s ease alternate;
      animation: one 0.8s ease alternate;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-transform: translate(0px, -23px);
      -ms-transform: translate(0px, -23px);
      transform: translate(0px, -23px);
      opacity: 0;
      -webkit-animation-delay: 0.8s;
      animation-delay: 0.8s; }
    .header .header-right .fonctionnement a {
      -webkit-animation: one 0.8s ease alternate;
      animation: one 0.8s ease alternate;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-transform: translate(0px, -23px);
      -ms-transform: translate(0px, -23px);
      transform: translate(0px, -23px);
      opacity: 0;
      -webkit-animation-delay: 0.9s;
      animation-delay: 0.9s; }
    .header .header-right .notre-histoire a {
      -webkit-animation: one 0.8s ease alternate;
      animation: one 0.8s ease alternate;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-transform: translate(0px, -23px);
      -ms-transform: translate(0px, -23px);
      transform: translate(0px, -23px);
      opacity: 0;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
    .header .header-right .contact a, .header .header-right .information a {
      padding: 39px 36px;
      color: #fff;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 2px;
      position: relative; }
      .header .header-right .contact a:after, .header .header-right .information a:after {
        content: '';
        position: absolute;
        width: 0%;
        height: 100%;
        top: 0px;
        left: 0px;
        z-index: -1;
        -webkit-animation: hover 0.9s ease-in-out;
        animation: hover 0.9s ease-in-out;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      .header .header-right .contact a:hover:after, .header .header-right .information a:hover:after {
        width: 100%; }
    .header .header-right .contact a:after {
      background-color: #ff8465; }
    .header .header-right .contact a:hover {
      color: #ffffff; }
      .header .header-right .contact a:hover:after {
        background-color: #2d245f; }
    .header .header-right .information a:after {
      background-color: #2d245f; }
    .header .header-right .information a:hover {
      color: #ffffff; }
      .header .header-right .information a:hover:after {
        background-color: #ff8465; }

.header .logo {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-animation: logo 1.9s ease-in-out;
  animation: logo 1.9s ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }
  .header .logo .mobile-logo {
    display: none; }
  .header .logo .web-logo {
    display: block; }

.header.scrollHeader {
  position: fixed;
  background-color: #fff;
  width: 100%; }
  .header.scrollHeader .header-right .nav-link {
    padding: 19px 29px;
    color: #000; }
  .header.scrollHeader .header-right .information a, .header.scrollHeader .header-right .contact a {
    color: #fff;
    padding: 20px 29px; }
  .header.scrollHeader .logo {
    padding-top: 0px;
    padding-bottom: 0px; }
    .header.scrollHeader .logo .mobile-logo {
      display: block; }
    .header.scrollHeader .logo .web-logo {
      display: none; }

.banner {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background-color: #2d245f; }
  .banner .banner-slider {
    width: 100%;
    height: 100%;
    -webkit-animation: bannerslider 1.9s ease-in-out;
    animation: bannerslider 1.9s ease-in-out;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background: url(../img/slider-01.jpg) no-repeat;
    background-size: 100% auto; }
  .banner li {
    background-image: block !important; }
  .banner .banner_text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 10%; }
    .banner .banner_text h1 {
      font-size: 40px;
      color: #ffffff;
      font-weight: 600;
      line-height: 50px;
      -webkit-animation: headLine 0.9s ease-in-out;
      animation: headLine 0.9s ease-in-out;
      -webkit-animation-delay: 2s;
      animation-delay: 2s;
      opacity: 0;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-transform: translate(0px, -30px);
      -ms-transform: translate(0px, -30px);
      transform: translate(0px, -30px); }
    .banner .banner_text p {
      font-size: 16px;
      color: #ffffff;
      margin-top: 20px;
      -webkit-animation: paragraph 0.9s ease-in-out;
      animation: paragraph 0.9s ease-in-out;
      -webkit-animation-delay: 2s;
      animation-delay: 2s;
      opacity: 0;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-transform: translate(0px, 30px);
      -ms-transform: translate(0px, 30px);
      transform: translate(0px, 30px); }
  .banner .banner_footer {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 21;
    overflow: hidden; }
    .banner .banner_footer .comment {
      background-color: #2d245f;
      -webkit-animation: bounce 0.9s ease-in-out;
      animation: bounce 0.9s ease-in-out;
      -webkit-transform: translate(0px, 88px);
      -ms-transform: translate(0px, 88px);
      transform: translate(0px, 88px);
      -webkit-animation-delay: 3.4s;
      animation-delay: 3.4s;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
      .banner .banner_footer .comment p {
        color: #ff8465;
        font-size: 13px;
        display: inline-block;
        padding: 33px 34px;
        text-transform: uppercase;
        letter-spacing: 2px;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        font-weight: 700; }
        .banner .banner_footer .comment p:hover {
          background-color: #ff8465; }
      .banner .banner_footer .comment:hover p {
        color: #2d245f; }
      .banner .banner_footer .comment figure {
        width: 90px;
        display: inherit;
        /* padding: 20px 20px; */
        margin-bottom: 0px;
        text-align: center; }
        .banner .banner_footer .comment figure img {
          width: 40px;
          margin: 0 auto;
          -o-transition: 0.5s;
          transition: 0.5s;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s; }
      .banner .banner_footer .comment:hover figure img {
        margin-top: 20px; }
    .banner .banner_footer .social_info ul li a.tel {
      -webkit-animation: three 0.8s ease alternate;
      animation: three 0.8s ease alternate;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-transform: translate(0px, 5px);
      -ms-transform: translate(0px, 5px);
      transform: translate(0px, 5px);
      opacity: 0;
      -webkit-animation-delay: 3.09s;
      animation-delay: 3.09s; }
    .banner .banner_footer .social_info ul li a.fb {
      -webkit-animation: three 0.8s ease alternate;
      animation: three 0.8s ease alternate;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-transform: translate(0px, 5px);
      -ms-transform: translate(0px, 5px);
      transform: translate(0px, 5px);
      opacity: 0;
      -webkit-animation-delay: 3.05s;
      animation-delay: 3.05s; }
    .banner .banner_footer .social_info ul li a.in {
      -webkit-animation: three 0.8s ease alternate;
      animation: three 0.8s ease alternate;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-transform: translate(0px, 5px);
      -ms-transform: translate(0px, 5px);
      transform: translate(0px, 5px);
      opacity: 0;
      -webkit-animation-delay: 3s;
      animation-delay: 3s; }

.social_info {
  text-align: right; }
  .social_info li {
    display: inline-block; }
    .social_info li a {
      font-size: 13px;
      color: #ffffff;
      padding: 0px 10px; }
      .social_info li a:hover {
        color: #ff8465; }

.header .social_info {
  text-align: center;
  padding: 22px 0px; }

@-webkit-keyframes bannerslider {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes bannerslider {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-webkit-keyframes hover {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes hover {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-webkit-keyframes logo {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes logo {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes headLine {
  0% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1; } }

@keyframes headLine {
  0% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1; } }

@-webkit-keyframes paragraph {
  0% {
    -webkit-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1; } }

@keyframes paragraph {
  0% {
    -webkit-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1; } }

@-webkit-keyframes one {
  0% {
    -webkit-transform: translate(0px, -23px);
    transform: translate(0px, -23px);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1; } }

@keyframes one {
  0% {
    -webkit-transform: translate(0px, -23px);
    transform: translate(0px, -23px);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1; } }

@-webkit-keyframes three {
  0% {
    -webkit-transform: translate(0px, 53px);
    transform: translate(0px, 53px);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1; } }

@keyframes three {
  0% {
    -webkit-transform: translate(0px, 53px);
    transform: translate(0px, 53px);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1; } }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(0px, 88px);
    transform: translate(0px, 88px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@keyframes bounce {
  0% {
    -webkit-transform: translate(0px, 88px);
    transform: translate(0px, 88px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@-webkit-keyframes two {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes two {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.mission_vision .heading {
  margin-bottom: 48px; }
  .mission_vision .heading span {
    font-size: 16px;
    color: #909090;
    margin-bottom: 16px;
    display: inline-block;
    font-weight: 600; }
  .mission_vision .heading h2 {
    color: #2d245f;
    font-weight: 600;
    font-size: 40px; }

.mission_vision a {
  font-size: 13px;
  color: #ff8465;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 30px;
  border-bottom: 2px solid rgba(255, 132, 101, 0.2);
  padding: 10px 0px;
  position: relative;
  z-index: 0;
  letter-spacing: 1px; }
  .mission_vision a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0px;
    background-color: #ff8465;
    width: 2px;
    height: 2px;
    z-index: -1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .mission_vision a:hover {
    color: #ff8465; }
    .mission_vision a:hover:after {
      width: 100%; }

.img {
  display: inline-block;
  position: relative;
  z-index: 0; }
  .img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2d245f;
    top: 30px;
    left: 30px;
    z-index: -1; }

.information-section {
  background: url(../img/bg01.jpg) no-repeat;
  background-attachment: scroll;
  background-size: 100% auto;
  margin-bottom: 0px; }
  .information-section .heading {
    margin-bottom: 48px; }
    .information-section .heading span {
      font-size: 16px;
      color: #fff;
      margin-bottom: 0px;
      display: inline-block;
      font-weight: 300; }
    .information-section .heading h2 {
      color: #fff;
      font-weight: 600;
      font-size: 40px; }
  .information-section h2 {
    margin-bottom: 40px; }
  .information-section p {
    color: #fff;
    font-size: 23px; }
  .information-section a {
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
    border: 2px solid #FF8465;
    padding: 20px 50px;
    position: relative;
    z-index: 0;
    letter-spacing: 1px;
    background-color: #ff8465;
    margin-top: 40px; }
    .information-section a svg {
      margin-left: 10px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px); }
    .information-section a span {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      color: #fff;
      -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
      display: inline-block; }
    .information-section a:hover span {
      color: #2d245f;
      -webkit-transform: translate(-5px, 0px);
      -ms-transform: translate(-5px, 0px);
      transform: translate(-5px, 0px); }
    .information-section a:hover svg {
      -webkit-transform: translate(5px, 0px);
      -ms-transform: translate(5px, 0px);
      transform: translate(5px, 0px); }
      .information-section a:hover svg path {
        fill: #2d245f; }

.contacter {
  background: url(../img/bg02.jpg);
  background-size: 100% auto; }

footer {
  background-color: #2d245f;
  padding-top: 35px; }
  footer .footer-logo img {
    width: 60px; }
  footer ul li {
    display: inline-block; }
    footer ul li a {
      font-size: 16px;
      font-family: "Muli";
      color: #ffffff;
      padding: 0px 20px; }
      footer ul li a:hover {
        color: #ff8465; }
  footer .lower-footer {
    padding: 30px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 35px; }
    footer .lower-footer p {
      color: #ffffff;
      font-size: 13px; }
    footer .lower-footer ul li {
      position: relative; }
      footer .lower-footer ul li:after {
        content: '';
        position: absolute;
        right: 0px;
        width: 1px;
        height: 17px;
        background-color: #fff;
        top: 4px; }
      footer .lower-footer ul li:last-child:after {
        display: none; }

.notre-histoire-banner {
  min-height: 660px; }
  .notre-histoire-banner .banner-slider {
    background: url(../img/notre-histoire-banner.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto; }

.la-marque p {
  margin-bottom: 20px; }

.marcue-objectifs-holder {
  background-color: #fff; }
  .marcue-objectifs-holder .heading {
    margin-bottom: 48px; }
    .marcue-objectifs-holder .heading span {
      font-size: 16px;
      color: #fff;
      margin-bottom: 0px;
      display: inline-block;
      font-weight: 300; }
    .marcue-objectifs-holder .heading h2 {
      color: #2d245f;
      font-weight: 600;
      font-size: 40px; }

.marcue-objectifs-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px; }
  .marcue-objectifs-list li .count {
    width: 57px;
    height: 57px;
    border: 1px solid #eaeaea;
    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;
    margin-right: 30px; }
    .marcue-objectifs-list li .count p {
      width: auto;
      font-size: 16px;
      color: #ff8465;
      font-weight: 800;
      margin-bottom: 0px; }
  .marcue-objectifs-list li p {
    width: 170px;
    margin-bottom: 0px; }

.information-section.download {
  background: url("../img/bg03.jpg") no-repeat;
  background-size: 100% auto; 
  background-attachment: scroll;
}

.banner_text.fouctionnement-text p {
  width: 52%; }

.fonctionnement-banner {
  min-height: 720px; }

.banner.fonctionnement-banner .banner-slider {
  background: url(../img/fonctionnement-banner.jpg) no-repeat;
  background-size: 100% auto; }

.collaboration .heading {
  margin-bottom: 48px; }
  .collaboration .heading span {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
    display: inline-block;
    font-weight: 300; }
  .collaboration .heading h2 {
    color: #2d245f;
    font-weight: 600;
    font-size: 40px; }

.collaboration .section {
  margin-bottom: 30px; }
  .collaboration .section img {
    margin-bottom: 20px; }
  .collaboration .section h3 {
    font-size: 16px;
    color: #2d245f;
    font-weight: 600;
    margin-bottom: 20px; }
    .collaboration .section h3 span {
      color: #ff8465; }

.percentage {
  background-color: #fff; }
  .percentage .the-origin ul li {
    margin-bottom: 40px; }
    .percentage .the-origin ul li h3 {
      font-size: 23px;
      color: #ff8465;
      font-weight: 600; }
    .percentage .the-origin ul li .blue {
      color: #2d245f;
      margin-bottom: 20px; }
    .percentage .the-origin ul li:last-child {
      margin-bottom: 0px; }

.adventage .heading {
  margin-bottom: 48px; }
  .adventage .heading span {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
    display: inline-block;
    font-weight: 300; }
  .adventage .heading h2 {
    color: #2d245f;
    font-weight: 600;
    font-size: 40px; }

.adventage .adventage-list li {
  width: 49%;
  float: left; }

.question .heading {
  margin-bottom: 48px; }
  .question .heading span {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
    display: inline-block;
    font-weight: 300; }
  .question .heading h2 {
    color: #2d245f;
    font-weight: 600;
    font-size: 40px; }

.question a {
  font-size: 13px;
  color: #ff8465;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 30px;
  border-bottom: 2px solid rgba(255, 132, 101, 0.2);
  padding: 10px 0px;
  position: relative;
  z-index: 0;
  letter-spacing: 1px; }
  .question a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0px;
    background-color: #ff8465;
    width: 2px;
    height: 2px;
    z-index: -1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .question a:hover {
    color: #ff8465; }
    .question a:hover:after {
      width: 100%; }

.une-information {
  background: #2d245f none; }

#accordion {
  width: 100%; }
  #accordion .card {
    border: 0px;
    border-bottom: 1px solid #dfdee3;
    border-radius: 0px;
    background-color: transparent; }
    #accordion .card .card-header {
      background-color: transparent;
      border: 0px;
      padding: 0px; }
    #accordion .card .btn-link {
      font-family: "Muli";
      font-size: 16px;
      padding: 20px;
      width: 100%;
      text-align: left;
      padding-left: 40px;
      word-break: break-word;
      white-space: inherit; }
      #accordion .card .btn-link:hover {
        text-decoration: none; }
      #accordion .card .btn-link:active {
        text-decoration: none; }
    #accordion .card .btn-link.collapsed {
      color: #2d245f !important; }
      #accordion .card .btn-link.collapsed:hover {
        text-decoration: none; }
      #accordion .card .btn-link.collapsed:active {
        text-decoration: none; }
    #accordion .card .btn.btn-link {
      font-weight: 800;
      color: #ff8465;
      position: relative; }
      #accordion .card .btn.btn-link:after {
        content: '+';
        position: absolute;
        font-size: 24px;
        color: #ff8465;
        left: 0px;
        top: 14px;
        -webkit-transform: rotate(-409deg);
        -ms-transform: rotate(-409deg);
        transform: rotate(-409deg);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform-origin: 6px 20px;
        -ms-transform-origin: 6px 20px;
        transform-origin: 6px 20px; }
    #accordion .card .btn.btn-link.collapsed:after {
      color: #2d245f !important;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transform-origin: 6px 20px;
      -ms-transform-origin: 6px 20px;
      transform-origin: 6px 20px; }
    #accordion .card .card-body {
      padding-left: 41px; }

.color-header {
  background-color: #2d245f;
  position: inherit; }

.faq-banner {
  min-height: 300px;
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .faq-banner .faq-text h1 {
    font-size: 40px;
    color: #2d245f;
    font-weight: 600; }
  .faq-banner .faq-text p {
    color: #8E8998;
    font-size: 16px; }

.faq-content {
  background-color: #fff; }
  .faq-content a {
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
    border: 2px solid #FF8465;
    padding: 20px 50px;
    position: relative;
    z-index: 0;
    letter-spacing: 1px;
    background-color: #ff8465;
    margin-top: 60px; }
    .faq-content a svg {
      margin-left: 10px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px); }
    .faq-content a span {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      color: #fff;
      -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
      display: inline-block; }
    .faq-content a:hover span {
      color: #2d245f;
      -webkit-transform: translate(-5px, 0px);
      -ms-transform: translate(-5px, 0px);
      transform: translate(-5px, 0px); }
    .faq-content a:hover svg {
      -webkit-transform: translate(5px, 0px);
      -ms-transform: translate(5px, 0px);
      transform: translate(5px, 0px); }
      .faq-content a:hover svg path {
        fill: #2d245f; }

.contact-banner {
  min-height: 610px; }
  .contact-banner .banner-slider {
    background: url(../img/contact-banner.jpg) no-repeat;
    background-size: 100% auto; }
  .contact-banner .banner_text p {
    width: 25%; }

.inner-contact {
  padding: 122px 0px; }
  .inner-contact .contact_details h2 {
    font-size: 23px;
    color: #ff8465;
    font-weight: 600;
    margin-bottom: 30px; }
  .inner-contact .contact_details ul {
    margin-bottom: 60px; }
    .inner-contact .contact_details ul li {
      margin-bottom: 20px; }
      .inner-contact .contact_details ul li h4 {
        font-size: 13px;
        color: #2d245f;
        font-weight: 600; }
        .inner-contact .contact_details ul li h4 span {
          color: #ff8465; }
  .inner-contact .contact_details .social li {
    display: inline-block; }
    .inner-contact .contact_details .social li a {
      font-size: 13px;
      color: #2d245f;
      font-weight: 600;
      padding-right: 15px; }
      .inner-contact .contact_details .social li a:hover {
        color: #ff8465; }

.artical-banner {
  min-height: 500px;
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .artical-banner .faq-text h1 {
    font-size: 40px;
    color: #2d245f;
    font-weight: 600;
    margin-bottom: 40px; }
  .artical-banner .faq-text p {
    color: #8E8998;
    font-size: 16px;
    margin-bottom: 40px;
    width: 77%; }

.artical {
  padding: 90px 0px; }
  .artical .artical-section {
    margin-bottom: 62px; }
    .artical .artical-section:last-child {
      margin-bottom: 0px; }
    .artical .artical-section h4 {
      font-weight: 600;
      margin-bottom: 40px; }
      .artical .artical-section h4 span {
        color: #ff8465; }
    .artical .artical-section p {
      margin-bottom: 40px; }
    .artical .artical-section ul {
      margin-left: 0px;
      margin-bottom: 20px; }
      .artical .artical-section ul h5 {
        color: #2d245f;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 7px; }
      .artical .artical-section ul li {
        position: relative;
        margin-left: 30px; }
        .artical .artical-section ul li p {
          margin-bottom: 0px;
          padding-left: 15px; }
        .artical .artical-section ul li:after {
          content: '';
          position: absolute;
          width: 4px;
          height: 4px;
          border-radius: 35px;
          background-color: #817c90;
          top: 11px;
          left: 0px; }
      .artical .artical-section ul ul {
        margin-left: 0px; }
        .artical .artical-section ul ul li {
          padding-left: 0px; }

.login .login-left {
  background: #2d245f url(../img/06.jpg) no-repeat;
  background-size: auto 100%;
  max-height: 790px; }
  .login .login-left .logo {
    margin: 15px 0px; }
    .login .login-left .logo img {
      width: 60px; }
  .login .login-left .login-left-text {
    padding: 0px 30px; }
    .login .login-left .login-left-text h3 {
      font-weight: 600;
      color: #fff;
      line-height: 40px;
      margin-bottom: 30px; }
      .login .login-left .login-left-text h3 span {
        color: #ff8465;
        display: inline-block;
        width: auto; }
    .login .login-left .login-left-text p {
      color: #fff;
      font-size: 13px; }
  .login .login-left .login_footer {
    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;
    margin: 20px 0px;
    bottom: 0px;
    width: 100%; }
    .login .login-left .login_footer a.poser-une-question {
      font-size: 13px;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 600;
      margin-top: 30px;
      border: 2px solid #FF8465;
      padding: 20px 50px;
      position: relative;
      z-index: 0;
      letter-spacing: 1px;
      background-color: #ff8465; }
      .login .login-left .login_footer a.poser-une-question svg {
        margin-left: 10px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px); }
      .login .login-left .login_footer a.poser-une-question span {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        color: #fff;
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        display: inline-block; }
      .login .login-left .login_footer a.poser-une-question:hover span {
        color: #2d245f;
        -webkit-transform: translate(-5px, 0px);
        -ms-transform: translate(-5px, 0px);
        transform: translate(-5px, 0px); }
      .login .login-left .login_footer a.poser-une-question:hover svg {
        -webkit-transform: translate(5px, 0px);
        -ms-transform: translate(5px, 0px);
        transform: translate(5px, 0px); }
        .login .login-left .login_footer a.poser-une-question:hover svg path {
          fill: #2d245f; }
    .login .login-left .login_footer a.en-savoir-plus {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #ff8465;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 13px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 5px 0px; }
      .login .login-left .login_footer a.en-savoir-plus span {
        display: inline-block;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s; }
        .login .login-left .login_footer a.en-savoir-plus span img {
          width: 100%; }
      .login .login-left .login_footer a.en-savoir-plus p {
        -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
        text-align: center; }
      .login .login-left .login_footer a.en-savoir-plus:hover span {
        -webkit-transform: translate(0px, 10px);
        -ms-transform: translate(0px, 10px);
        transform: translate(0px, 10px); }
  .login .login-left .middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.login .qualite {
  background-image: none; }

.progress_bar {
  margin-bottom: 30px; }
  .progress_bar .progres p {
    font-size: 40px !important;
    font-weight: 600;
    color: #fff; }
    .progress_bar .progres p sup {
      font-weight: 500; }

.confirm_section {
  background-color: #f4f4f4;
  position: relative;
  z-index: 99;
  width: 100%;
  margin-bottom: 64px; }
  .confirm_section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 41px 0px; }
    .confirm_section ul li {
      text-align: center;
      padding: 0px 0px;
      position: relative;
      height: 75px;
      width: calc(100% / 2); }
      .confirm_section ul li:after {
        content: '';
        position: absolute;
        right: 0px;
        width: 100%;
        height: 2px;
        border-top: 2px dotted #949494;
        top: 14px;
        z-index: -1; }
      .confirm_section ul li:last-child:after {
        width: 50%;
        left: 2px; }
      .confirm_section ul li span.icon {
        width: 40px;
        height: 40px;
        padding: 5px;
        padding-top: 0px;
        display: inline-block;
        margin-bottom: 10px;
        background: #f4f4f4;
        margin-top: -2px; }
        .confirm_section ul li span.icon svg {
          width: 24px; }
          .confirm_section ul li span.icon svg path {
            fill: #909090; }
      .confirm_section ul li:first-child:after {
        width: 50%; }
      .confirm_section ul li:first-child a svg {
        width: 19px; }
      .confirm_section ul li img {
        margin-bottom: 0px; }
      .confirm_section ul li p {
        font-size: 13px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif; }
        .confirm_section ul li p span {
          color: #909090; }
      .confirm_section ul li a.pass p span {
        color: #ff8465; }
      .confirm_section ul li a.active svg path {
        fill: #ff8465; }
      .confirm_section ul li a.active p {
        color: #ff8465; }
        .confirm_section ul li a.active p span {
          color: #2d245f; }
      .confirm_section ul li a:hover span svg path {
        fill: #ff8465; }

.login-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .login-right h4 {
    color: #2d245f;
    font-weight: 700; }
  .login-right p span {
    color: #ff8465;
    font-weight: 600; }
  .login-right form {
    margin-top: 56px; }
    .login-right form input[type="submit"] {
      margin-bottom: 60px; }

.radio_group {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  .radio_group:last-child {
    margin-bottom: 90px; }
  .radio_group p {
    font-size: 16px;
    color: #2d245f;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px; }

.custom-control-label::before {
  background-color: transparent;
  border: 2px solid #ff8465; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ff8465; }

.custom-radio .custom-control-input:checked ~ .custom-control-label {
  color: #ff8465; }

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #8E8998; }

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee; }

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
  border-radius: 3px; }

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #2d245f;
  border-radius: 3px; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 7px;
  top: 1px;
  width: 10px;
  height: 19px;
  border: solid #ff8465;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.login-parcentage {
  background-color: #f4f4f4;
  padding: 160px 0px;
  width: 100%;
  margin-top: 70px; }
  .login-parcentage .heading {
    margin-bottom: 48px; }
    .login-parcentage .heading span {
      font-size: 16px;
      color: #909090;
      margin-bottom: 16px;
      display: inline-block;
      font-weight: 600; }
    .login-parcentage .heading h2 {
      color: #2d245f;
      font-weight: 600;
      font-size: 40px; }
  .login-parcentage ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px; }
    .login-parcentage ul li:last-child {
      margin-bottom: 0px; }
    .login-parcentage ul li h3 {
      font-weight: 600; }
      .login-parcentage ul li h3 span {
        color: #ff8465; }
    .login-parcentage ul li .text {
      -ms-flex-preferred-size: 62%;
      flex-basis: 62%; }
    .login-parcentage ul li .headings {
      -ms-flex-preferred-size: 27%;
      flex-basis: 27%; }
  .login-parcentage .continuer {
    background-color: #2d245f;
    margin-top: 40px; }
    .login-parcentage .continuer p {
      color: #ff8465;
      font-size: 13px;
      display: inline-block;
      padding: 33px 34px;
      text-transform: uppercase;
      letter-spacing: 2px;
      -o-transition: 0.5s;
      transition: 0.5s;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      font-weight: 700; }
      .login-parcentage .continuer p:hover {
        background-color: #ff8465; }
    .login-parcentage .continuer:hover p {
      color: #2d245f; }
    .login-parcentage .continuer figure {
      width: 90px;
      display: inherit;
      /* padding: 20px 20px; */
      margin-bottom: 0px;
      text-align: center; }
      .login-parcentage .continuer figure img {
        width: 40px;
        margin: 0 auto;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s; }
    .login-parcentage .continuer:hover figure img {
      margin-bottom: 15px; }
  .login-parcentage .increase-percentage {
    -ms-flex-preferred-size: 7%;
    flex-basis: 7%; }
    .login-parcentage .increase-percentage img {
      width: 100%; }
  .login-parcentage .ss {
    -ms-flex-preferred-size: 87%;
    flex-basis: 87%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.submit {
  background-color: #2d245f;
  color: #ffffff;
  font-size: 13px;
  padding: 19px 60px;
  border: 1px solid #2d245f;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center; }
  .submit:hover {
    background-color: transparent;
    color: #2d245f; }

.mm {
  display: none; }

.contrat-marcus {
  margin-top: 63px; }
  .contrat-marcus ul li {
    margin-bottom: 18px;
    width: 50%;
    float: left;
    padding-left: 15px; }
    .contrat-marcus ul li p {
      font-weight: 600;
      color: #2d245f; }
      .contrat-marcus ul li p span {
        color: #817c90; }
  .contrat-marcus .contrat-marcus-description {
    padding: 65px 0px; }
  .contrat-marcus .btn-group {
    display: inline-block;
    width: 100%;
    margin-bottom: 55px;
    margin-top: 37px; }
    .contrat-marcus .btn-group .retour {
      width: 50%;
      float: left; }
      .contrat-marcus .btn-group .retour a {
        font-size: 13px;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 600;
        margin-top: 30px;
        border: 2px solid #FF8465;
        padding: 20px 50px;
        position: relative;
        z-index: 0;
        letter-spacing: 1px;
        background-color: #ff8465;
        margin-top: 0px; }
        .contrat-marcus .btn-group .retour a svg {
          margin-left: 10px;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          -webkit-transform: translate(0px, 0px);
          -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px); }
        .contrat-marcus .btn-group .retour a span {
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          color: #fff;
          -webkit-transform: translate(0px, 0px);
          -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
          display: inline-block; }
        .contrat-marcus .btn-group .retour a:hover span {
          color: #2d245f;
          -webkit-transform: translate(-5px, 0px);
          -ms-transform: translate(-5px, 0px);
          transform: translate(-5px, 0px); }
        .contrat-marcus .btn-group .retour a:hover svg {
          -webkit-transform: translate(5px, 0px);
          -ms-transform: translate(5px, 0px);
          transform: translate(5px, 0px); }
          .contrat-marcus .btn-group .retour a:hover svg path {
            fill: #2d245f; }
        .contrat-marcus .btn-group .retour a svg {
          margin-left: 0px;
          margin-right: 5px; }
          .contrat-marcus .btn-group .retour a svg path {
            fill: #ffffff; }
        .contrat-marcus .btn-group .retour a:hover span {
          -webkit-transform: translate(10px, 0px);
          -ms-transform: translate(10px, 0px);
          transform: translate(10px, 0px); }
        .contrat-marcus .btn-group .retour a:hover svg {
          -webkit-transform: translate(-10px, 0px);
          -ms-transform: translate(-10px, 0px);
          transform: translate(-10px, 0px); }
    .contrat-marcus .btn-group .continuer {
      width: 50%;
      float: right; }
      .contrat-marcus .btn-group .continuer a {
        background-color: #2d245f;
        color: #ffffff;
        font-size: 13px;
        padding: 19px 60px;
        border: 1px solid #2d245f;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 30px;
        width: auto;
        float: right;
        padding: 19px 90px; }
        .contrat-marcus .btn-group .continuer a:hover {
          background-color: transparent;
          color: #2d245f; }
    .contrat-marcus .btn-group .pdf {
      width: 100%;
      float: right; }
      .contrat-marcus .btn-group .pdf a {
        background-color: #fff;
        color: #ffffff;
        font-size: 13px;
        padding: 19px 60px;
        border: 1px solid #fff;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-align: center;
        border-color: #2d245f;
        color: #2d245f;
        float: right;
        padding: 19px 36px; }
        .contrat-marcus .btn-group .pdf a:hover {
          background-color: transparent;
          color: #fff; }
        .contrat-marcus .btn-group .pdf a svg {
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          margin-left: 10px; }
        .contrat-marcus .btn-group .pdf a:hover {
          background-color: #2d245f; }
          .contrat-marcus .btn-group .pdf a:hover svg {
            -webkit-transform: translate(0px, 10px);
            -ms-transform: translate(0px, 10px);
            transform: translate(0px, 10px); }
          .contrat-marcus .btn-group .pdf a:hover path {
            fill: #fff; }

.progres {
  width: 164px;
  height: 164px;
  position: relative;
  z-index: 0;
  margin: 0 auto; }

.progres:after {
  content: '';
  width: 164px;
  height: 164px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  border: 10px solid #453c71;
  border-radius: 50%;
  z-index: -1;
  top: 0px; }

.progres .progress-count {
  position: absolute;
  top: 31%;
  left: 0px;
  right: 0px;
  margin: 0 auto; }

.progres .progress-count span {
  color: #fff; }

.progres .progress-count p {
  font-size: 20px;
  color: #ffffff;
  text-align: center; }

svg {
  width: 100%;
  height: inherit; }

#round {
  /*stroke-dashoffset: 297%;*/
  stroke-dasharray: 1323;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

#Phone {
  stroke-dasharray: 10;
  /*stroke-dasharray:650;*/
  /*stroke-dashoffset:0;*/ }

@media only screen and (max-width: 1280px) {
  .login .login-left .login_footer a.poser-une-question {
    padding: 20px 20px; }
  .banner.fonctionnement-banner .banner-slider {
    background-size: auto 100%; }
  .banner .banner-slider {
    background-size: 100% 100%; } }

@media only screen and (max-width: 1024px) {
  .banner.contact-banner .banner-slider {
    background-position: center; }
  .login .login-left .login_footer a.poser-une-question {
    padding: 20px 16px 20px 16px; }
  .login .login-left .login_footer a.poser-une-question {
    padding: 20px 20px; }
  .banner .banner-slider {
    background-size: auto 100%; }
  .banner.contact-banner .banner-slider {
    background-size: 100% auto; } }

@media only screen and (max-width: 991px) {
  .header.scrollHeader .header-right .nav-link {
    padding: 19px 14px;
    font-size: 12px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header.scrollHeader .navbar-expand-md .navbar-nav {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .img {
    width: 82%; }
  .header .header-right .nav-link, .header .header-right .contact a, .header .header-right .information a {
    padding: 26px 9px; }
  .banner.fonctionnement-banner .banner-slider {
    background-position: center center !important;
    background-size: auto 100%; }
  .banner.contact-banner {
    min-height: 470px; }
    .banner.contact-banner .banner_text p {
      width: 45%; }
  .login .login-left .login-left-text {
    padding: 0px; }
    .login .login-left .login-left-text h3 {
      font-size: 24px;
      line-height: 28px; }
  .login .login-left .login_footer a.poser-une-question {
    padding: 15px 21px; }
  .login .login-right form input[type="submit"] {
    margin-bottom: 60px; }
  .artical-banner {
    min-height: 600px; }
    .artical-banner .faq-text p {
      width: 100%; }
  .confirm_section ul li a p span {
    display: none; }
  .login-parcentage {
    padding: 110px 0px; }
    .login-parcentage .increase-percentage {
      -ms-flex-preferred-size: 10%;
      flex-basis: 10%; }
    .login-parcentage ul li .headings {
      -ms-flex-preferred-size: 34%;
      flex-basis: 34%; }
  .contrat-marcus ul li:first-child {
    width: 30%; }
  .contrat-marcus ul li:last-child {
    width: 70%; } }

@media only screen and (max-width: 767px) {
  .img {
    width: auto; }
  .collapse.show .mobile-banner-footer {
    display: block;
    margin-top: 50px; }
  .navbar {
    background-color: transparent;
    padding-left: 0px; }
  .navbar-toggler {
    z-index: 1; }
  .navbar-toggler .close {
    display: none; }
  .navbar-toggler.collapsed .close {
    display: none; }
  .navbar-toggler .close {
    display: block; }
  .navbar-toggler .burger {
    display: none; }
  .navbar-toggler.collapsed .burger {
    display: block; }
  .navbar-nav {
    margin-top: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important; }
  .header.scrollHeader {
    position: inherit; }
  .header .header-right .nav-link, .header .header-right .contact a, .header .header-right .information a {
    padding: 34px 29px; }
  .header .collapse {
    z-index: 0; }
    .header .collapse:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 0%;
      background-color: #2d245f;
      top: 0px;
      z-index: -5;
      -webkit-animation: rollHover 0.2s ease alternate;
      animation: rollHover 0.2s ease alternate;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-delay: 0.0s;
      animation-delay: 0.0s; }
  .header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px;
    padding-left: 15px;
    z-index: 1; }
    .header .logo a {
      padding: 5px; }
  .header .header-right {
    width: 100%; }
    .header .header-right ul {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      margin-bottom: 0px; }
    .header .header-right .nav-link {
      padding: 11px 29px;
      text-align: center; }
  @-webkit-keyframes rollHover {
    0% {
      height: 0%; }
    100% {
      height: 100%; } }
  @keyframes rollHover {
    0% {
      height: 0%; }
    100% {
      height: 100%; } }
  .header .header-right .contact a, .header .header-right .information a {
    padding: 25px 29px; }
  .header .header-right .contact a {
    background-color: #ff8465; }
  .banner_image {
    width: 100% !important;
    height: 100% !important; }
  .banner .banner-slider {
    background-size: auto 100%;
    background-position: center; }
  .banner li {
    background-image: block;
    background-position: center 0 !important; }
  .banner .banner_text {
    padding-left: 4%; }
    .banner .banner_text h1 {
      font-size: 30px;
      width: 90%;
      word-break: break-word;
      display: inline-block;
      margin-top: 10%; }
      .banner .banner_text h1 br {
        display: none; }
    .banner .banner_text p {
      width: 80%;
      line-height: 30px; }
      .banner .banner_text p br {
        display: none; }
  .banner .banner_footer .social_info {
    display: none; }
  .mission_vision.one .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .mission_vision.one .img {
    margin-top: 80px; }
  .sommes .img {
    margin-top: 80px; }
  .information-section {
    background-position: center;
    background-size: auto 100%; }
  footer .lower-footer ul li:after {
    display: none; }
  .marcue-objectifs-holder {
    padding: 80px 0px; }
  .marcue-objectifs-holder .heading h2 br {
    display: none; }
  .marcue-objectifs-holder .marcue-objectifs-list {
    margin-top: 50px; }
  .la-marque .heading h2 {
    font-size: 40px !important; }
  .fonctionnement-banner {
    min-height: 660px; }
  .banner.fonctionnement-banner .banner-slider {
    background-position: center center !important;
    background-size: auto 100%; }
  .collaboration .section {
    width: 78%;
    margin: 0 auto 30px; }
  .collaboration-btn p {
    padding: 33px 20px !important; }
  .question {
    padding: 90px 0px; }
    .question #accordion {
      margin-top: 40px; }
  .adventage .adventage-list li {
    width: 100%; }
  .adventage .img {
    margin-top: 60px; }
  .percentage .heading h2 {
    margin-bottom: 40px; }
  .percentage .img {
    margin-bottom: 80px; }
  .adventage {
    background-color: #fff;
    padding-top: 0px; }
  .banner.contact-banner {
    min-height: 324px; }
    .banner.contact-banner .banner-slider {
      background-size: 100% auto; }
    .banner.contact-banner .banner_text p {
      width: 75%; }
  .inner-contact {
    padding: 70px 0px; }
    .inner-contact .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .inner-contact form.row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 80px; }
    .inner-contact .contact_details ul {
      margin-bottom: 0px; }
  .faq-content {
    padding: 60px 0px; }
    .faq-content #accordion {
      margin-top: 0px; }
  .confirm_section ul li a p span {
    display: block; }
  .confirm_section ul li:first-child a svg {
    font-size: 17px; }
  .mm {
    display: block;
    margin-top: 30px;
    padding-left: 0px;
    padding-right: 0px; }
  .desktop {
    display: none; }
  .signature-du-contrat .signature-du-contrat-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .signature-du-contrat .login-left {
    max-height: inherit;
    margin-top: 50px; }
    .signature-du-contrat .login-left .middle .logo {
      display: none; }
    .signature-du-contrat .login-left .login-left-text p.description {
      display: none; }
    .signature-du-contrat .login-left .login-left-text .progres_text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 50px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .signature-du-contrat .login-left .login-left-text .progres_text .progress_bar {
        margin-bottom: 0px;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%; }
      .signature-du-contrat .login-left .login-left-text .progres_text h3 {
        margin-bottom: 0px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
    .signature-du-contrat .login-left .login_footer a.en-savoir-plus {
      display: none; }
  .login-parcentage {
    margin-top: 0px;
    padding: 100px 0px;
    background-color: #fff; }
    .login-parcentage .increase-percentage {
      -ms-flex-preferred-size: 14%;
      flex-basis: 14%;
      margin-top: -4%; }
    .login-parcentage .ss {
      -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .login-parcentage ul {
      margin-top: 60px; }
      .login-parcentage ul li {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 60px; }
        .login-parcentage ul li .headings, .login-parcentage ul li .text {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
        .login-parcentage ul li h3 {
          margin-bottom: 30px; }
          .login-parcentage ul li h3 br {
            display: none; }
    .login-parcentage .continuer {
      display: none; }
  .contrat-marcus ul li:first-child {
    width: 100%; }
  .contrat-marcus ul li:last-child {
    width: 100%; } }

@media only screen and (max-width: 575px) {
  .header.scrollHeader {
    position: inherit; }
  .header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px;
    padding-left: 15px; }
    .header .logo a {
      padding: 5px; }
  .header .header-right {
    width: 100%; }
    .header .header-right ul {
      margin-bottom: 0px; }
    .header .header-right .nav-link {
      padding: 11px 29px;
      text-align: center; }
  .header .header-right .contact a, .header .header-right .information a {
    padding: 25px 29px; }
  .header .header-right .contact a {
    background-color: #ff8465; }
  .banner .banner-slider {
    background-size: auto 100%;
    background-position: center; }
  .banner li {
    background-image: block;
    background-position: center 0 !important; }
  .banner .banner_text {
    padding-left: 4%; }
    .banner .banner_text h1 {
      font-size: 40px;
      width: 100%;
      word-break: break-word;
      display: inline-block;
      margin-top: 10%; }
    .banner .banner_text p {
      width: 80%;
      line-height: 30px; }
      .banner .banner_text p br {
        display: none; }
  .banner .banner_footer .social_info {
    display: none; }
  .tp-leftarrow, .tp-rightarrow {
    display: none; }
  .mission_vision.one .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .mission_vision.one .img {
    margin-top: 80px; }
  .img:after {
    left: 15px;
    top: 15px; }
  .mission_vision, .information-section {
    padding: 80px 0px 100px; }
  .sommes .img {
    margin-top: 80px; }
  .img {
    width: auto; }
  footer ul {
    text-align: right; }
    footer ul li a {
      padding: 0px 7px;
      font-size: 13px; }
    footer ul li:last-child a {
      padding-right: 0px; }
  footer .lower-footer ul li::after {
    display: none; }
  .notre-histoire-banner .banner-slider {
    background: url("../img/notre-histoire-m-banner.jpg") !important;
    background-position: center !important; }
  .banner.fonctionnement-banner .banner-slider {
    background: url("../img/fonctionnement-m-banner.jpg") !important;
    background-position: center !important; }
  .banner.contact-banner {
    min-height: 514px; }
  .banner.contact-banner .banner-slider {
    background: url("../img/contact-m-banner.jpg") no-repeat !important;
    background-position: center !important; }
    .banner.contact-banner .banner-slider .banner_text p {
      width: 71%; }
  form input[type="submit"] {
    width: 100%; }
  .faq-banner {
    min-height: 216px; }
  .faq-content a {
    width: 100%;
    text-align: center; }
  .confirm_section ul li .icon {
    width: 80px; }
  .confirm_section ul li a p span {
    display: none; }
  .contrat-marcus .btn-group .retour {
    width: 49%; }
  .contrat-marcus .btn-group .retour a {
    width: 100%;
    text-align: center;
    padding: 18px 0px;
    margin-right: 5px; }
  .contrat-marcus .btn-group .continuer {
    width: 49%; }
  .contrat-marcus .btn-group .continuer a {
    margin-left: 5px;
    width: 100%;
    padding: 19px 0px;
    text-align: center; }
  .contrat-marcus .btn-group .pdf a {
    width: 100%; }
  .contrat-marcus ul li {
    width: 100%; }
  .radio_group p {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 10px; }
  .login-parcentage ul li h3 {
    font-size: 23px; } }

@media only screen and (max-width: 480px) {
  .information-section .heading h2, .mission_vision .heading h2 {
    font-size: 40px; }
  .banner .banner_text h1 {
    width: 100%;
    font-size: 35px; }
  .banner .banner_text p {
    width: 95%; }
  .banner .banner_footer .comment p {
    padding: 33px 34px; }
  .information-section {
    background-size: auto 95%; }
  .information-section.contacter {
    background-size: auto 100%; }
  footer ul li a {
    padding: 0px 7px;
    font-size: 12px; }
  footer ul li:last-child a {
    padding-right: 0px; }
  .img::after {
    left: 10px;
    top: 11px; }
  .une-information p {
    font-size: 20px; }
  .une-information a {
    padding: 20px 30px; }
  .banner.contact-banner .banner-slider .banner_text p {
    width: 95%; }
  .artical-banner {
    min-height: 760px; }
  .artical-banner .faq-text p {
    margin-bottom: 0px; }
  .submit {
    width: 100%; }
  .login-parcentage .increase-percentage {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; }
  .login-parcentage .ss {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; } }

.signature-du-contrat .login-left .login-left-text .progres_text .progress_bar {
  margin-right: 10px; }

@media only screen and (max-width: 360px) {
  .information-section .heading h2, .mission_vision .heading h2 {
    font-size: 40px; }
  .banner .banner_text h1 {
    font-size: 27px; }
  .question .heading h2, .adventage .heading h2, .mission_vision .heading h2, .collaboration .heading h2 {
    font-size: 30px; }
  .collaboration, .percentage, .question {
    padding: 60px 0px; }
  .banner .banner_footer .comment p {
    padding: 33px 20px; }
  .banner.contact-banner {
    min-height: 310px; }
  .banner.contact-banner .banner-slider {
    background-size: 100% auto !important; }
  .login-parcentage .heading h2 {
    font-size: 35px; }
  .login-parcentage ul li h3 {
    font-size: 20px; }
  .signature-du-contrat .login-left .login-left-text .progres_text h3 {
    text-align: center;
    margin-bottom: 20px; }
  .signature-du-contrat .login-left .login-left-text .progres_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media only screen and (max-width: 320px) {
  footer ul li a {
    padding: 0px 4px; }
  .information-section a {
    padding: 20px 39px; }
  .download .information-section a {
    padding: 20px 40px; }
  .notre-histoire-banner {
    min-height: 580px; }
  .banner .banner_footer .comment figure {
    width: 65px; }
  .collaboration-btn p {
    padding: 33px 19px !important; }
  .collaboration .section {
    width: 96%; }
  .une-information a {
    padding: 15px 12px;
    width: 100%; }
  .fonctionnement-banner {
    min-height: 580px; }
  .banner .banner_text p {
    line-height: 24px; }
  .banner.contact-banner {
    min-height: 305px; }
  .artical-banner {
    min-height: 800px; }
  .artical-banner .faq-text h1 {
    font-size: 35px; } }