body,
html {
  height: 100%; }

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

.modal-backdrop.in {
  opacity: .3; }

a:hover, a:focus {
  text-decoration: none; }

h6 {
  position: relative; }
  h6:before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 15px;
    width: 15px;
    left: 0;
    right: 0;
    margin: auto;
    top: -48px; }

.modal-open {
  overflow: visible;
  padding-right: 0 !important; }

.modal {
  padding-right: 0 !important; }

input:focus,
textarea:focus {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  outline: 0; }

button:focus {
  outline: 0; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: 1px solid transparent; }

.slick-slide:focus {
  outline: 0; }

.tab-content > .tab-pane {
  display: block;
  visibility: hidden; }

.tab-content > .tab-pane.active {
  visibility: visible; }

.tab-content {
  position: relative; }

.tab-pane:not(:first-child) {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.nicescroll-rails-hr {
  display: none; }

header {
  padding-top: 53px;
  float: left;
  width: 100%;
  position: absolute; }
  header .wrapper_header {
    max-width: 1290px;
    padding: 0 15px;
    margin: auto; }
    header .wrapper_header .logo {
      float: left; }
  header .main_menu {
    padding-top: 3px;
    float: left; }
    header .main_menu a {
      color: #fff;
      font-size: 14px;
      font-family: 'Roboto', sans-serif;
      -webkit-transition: all .3s ease-out;
      -moz-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out; }


      header .main_menu a:hover {
        color: #ff8400; }
    header .main_menu li {
      display: inline-block;
      padding-right: 30px; }
      header .main_menu li:last-child {
        padding-right: 0; }
      header .main_menu li.active a {
        position: relative;
        color: #ff8400;
        font-weight: 700; }
        header .main_menu li.active a:before {
          content: '';
          display: block;
          position: absolute;
          border-radius: 50%;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          height: 5px;
          width: 5px;
          left: 0;
          right: 0;
          margin: auto;
          top: -13px;
          background: #fff; }
  header .language {
    padding-top: 3px;
    padding-left: 110px;
    float: left; }
    header .language a {
      text-transform: uppercase;
      color: #fff; }
    header .language li {
      display: inline-block; }
  header .right_header {
    float: right; }
    header .right_header .hamburger {
      display: none; }
  header .contact-link {
    padding-left: 52px;
    float: left; }
    header .contact-link a {
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 12px;
      display: block;
      background: #1abc9c;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      height: 30px;
      line-height: 30px;
      width: 108px;
      text-align: center; }
  header .js-menu {
    display: none; }

footer {
  padding-top: 100px;
  background-color: #002b51;
  float: left;
  width: 100%;
  padding-bottom: 46px; }
  footer .inner_footer {
    max-width: 970px;
    padding: 0 15px;
    margin: auto; }
    footer .inner_footer .top_footer {
      float: left;
      width: 100%;
      border-bottom: 1px solid #fff;
      padding-bottom: 38px; }
    footer .inner_footer .bottom_footer {
      padding-top: 35px;
      float: left;
      width: 100%; }
      footer .inner_footer .bottom_footer p,
      footer .inner_footer .bottom_footer a {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        letter-spacing: 1px; }
      footer .inner_footer .bottom_footer .copy {
        float: left; }
      footer .inner_footer .bottom_footer .eliott {
        float: right; }
    footer .inner_footer .text {
      width: 200px;
      padding-top: 40px; }
      footer .inner_footer .text p {
        color: #fff;
        font-weight: 300;
        font-size: 12px;
        font-family: 'Montserrat', sans-serif;
        line-height: 20px; }
    footer .inner_footer .side {
      float: left; }
      footer .inner_footer .side .title {
        text-transform: uppercase;
        color: #fff;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        letter-spacing: .6px;
        display: block; }
      footer .inner_footer .side a {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        letter-spacing: .5px; }
      footer .inner_footer .side.side2, footer .inner_footer .side.side3, footer .inner_footer .side.side4 {
        padding-top: 10px; }
      footer .inner_footer .side.side1 {
        width: 317px; }
      footer .inner_footer .side.side2 {
        width: 242px; }
        footer .inner_footer .side.side2 li {
          line-height: 39px; }
        footer .inner_footer .side.side2 .title {
          padding-bottom: 35px; }
      footer .inner_footer .side.side3 {
        width: 241px; }
        footer .inner_footer .side.side3 a {
          display: block;
          height: 30px;
          width: 140px;
          border-radius: 3px;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          text-align: center;
          line-height: 30px; }
        footer .inner_footer .side.side3 ul li {
          margin-bottom: 11px; }
          footer .inner_footer .side.side3 ul li:first-child a {
            background-color: #1697fe; }
          footer .inner_footer .side.side3 ul li:nth-child(2) a {
            background-color: #1abc9c; }
        footer .inner_footer .side.side3 .title {
          padding-bottom: 42px; }
      footer .inner_footer .side.side4 {
        width: 130px; }
        footer .inner_footer .side.side4 li {
          line-height: 39px;
              float: left;
    margin-right: 10px; }
        footer .inner_footer .side.side4 .title {
          padding-bottom: 35px; }

.wrapper_modals .modal_actualites:first-child .nav-actu a.prev{
display: none;
}
.wrapper_modals .modal_actualites:last-child .nav-actu a.next{
display: none;
}
.main_video { 
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center; }
  .main_video .contenu_slide {
    max-width: 960px;
    margin: auto;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0; }
    .main_video .contenu_slide h1 {
      font-family: 'Roboto', sans-serif;
      color: #fff;
      font-size: 48px;
      font-weight: 300;
      letter-spacing: 1px;
      line-height: 60px; }
      .main_video .contenu_slide h1 span {
        font-weight: 700; }
    .main_video .contenu_slide .text_slide {
      width: 612px;
      float: left; }
    .main_video .contenu_slide .video_slide {
      width: 200px;
      height: 200px;
      float: right;
      margin-top: 75px;
      position: relative;
   }
      .main_video .contenu_slide .video_slide img {
        position: absolute;
        left: 6px;
        right: 0;
        margin: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 13px;
        cursor: pointer; }
      .main_video .contenu_slide .video_slide .circle {
        animation-duration: 5s;
        animation-iteration-count: infinite;
        animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
        transform-origin: 50% 50%; }
      .main_video .contenu_slide .video_slide #circle-1 {
        animation-name: circle-1; }
      .main_video .contenu_slide .video_slide #circle-2 {
        animation-delay: .1s;
        animation-name: circle-2; }
      .main_video .contenu_slide .video_slide #circle-3 {
        animation-delay: .2s;
        animation-name: circle-3; }
      .main_video .contenu_slide .video_slide #circle-4 {
        animation-delay: .2s;
        animation-name: circle-4;
        cursor: pointer; }
@keyframes circle-1 {
  0% {
    transform: scale(1); }
  60% {
    transform: scale(9); }
  100% {
    transform: scale(1); } }
@keyframes circle-2 {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(7); }
  100% {
    transform: scale(1); } }
@keyframes circle-3 {
  0% {
    transform: scale(1); }
  40% {
    transform: scale(5); }
  100% {
    transform: scale(1); } }
  .main_video .info_popup {
    float: left;
    width: 100%;
    margin-top: 40px; }
    .main_video .info_popup a {
      display: block;
      color: #fff;
      text-transform: uppercase;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      background: #1abc9c;
      height: 45px;
      line-height: 45px;
      width: 218px;
      font-size: 12px;
      font-weight: 700;
      font-family: 'Roboto', sans-serif;
      text-align: center;
      letter-spacing: .5px; }

#full_video .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
#full_video .modal-body {
  padding: 0;
height:100%; }
#full_video .modal-header {
  padding: 0; }
  #full_video .modal-header .close {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 9;
    color: #fff;
    opacity: 1;
    background: url(images/close_white.png) no-repeat;
    width: 16px;
    height: 16px; }
    #full_video .modal-header .close span {
      opacity: 0; }
#full_video .modal-content {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 0; }
#full_video video {
  height: 100%;
  width: 100%; }

#plus_info {
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  #plus_info .modal-dialog {
    width: 300px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; }
  #plus_info .modal-body {
    padding: 0 0 20px 0; }
  #plus_info .modal-content {
    padding: 38px; }
  #plus_info .modal-header {
    border-bottom: 0;
    padding: 0; }
    #plus_info .modal-header h6 {
      text-transform: uppercase;
      color: #000;
      font-size: 24px;
      font-weight: 700;
      font-family: 'Roboto', sans-serif; }
    #plus_info .modal-header .close {
      position: absolute;
      top: 15px;
      right: 15px;
      background: url(images/close_black.png) no-repeat;
      opacity: 1;
      width: 16px;
      height: 16px; }
      #plus_info .modal-header .close span {
        opacity: 0; }
  #plus_info form .input-effect {
    float: left;
    width: 100%;
    position: relative;
    z-index: 5; }
  #plus_info form .effect ~ .focus-border {
    position: absolute;
    bottom: 23px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000;
    transition: 0.4s; }
  #plus_info form .effect:focus ~ .focus-border {
    width: 100%;
    transition: 0.4s; }
  #plus_info form input[type="text"],
  #plus_info form input[type="email"] {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-bottom: 1px solid #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0; }
  #plus_info form .form-group {
    margin-bottom: 12px; }
  #plus_info form input[type="submit"] {
    text-transform: uppercase;
    color: #fff;
    background: url(images/gradient-blue.png);
    border: 0;
    width: 220px;
    height: 35px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 12px;
    line-height: 36px;
    padding: 0;
    margin-top: 43px; }
  #plus_info form label {
    color: #b0b0b0;
    font-size: 9.68px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .4px;
    position: relative;
    width: 100%;
    pointer-events: none; }
  #plus_info .container_checkbox1 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    padding-top: 14px;
    pointer-events: initial;
    clear: both; }
  #plus_info .container_checkbox1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  #plus_info .checkmark {
    position: absolute;
    top: 20px;
    left: 3px;
    height: 20px;
    width: 20px;
    background-color: #1abc9c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%; }
  #plus_info .container_checkbox1:hover input ~ .checkmark {
    background-color: #1abc9c; }
  #plus_info .container_checkbox1 input:checked ~ .checkmark {
    background-color: #1abc9c; }
  #plus_info .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  #plus_info .container_checkbox1 input:checked ~ .checkmark:after {
    display: block; }
  #plus_info .container_checkbox1 .checkmark:after {
    left: 6px;
    top: 5px;
    width: 9px;
    height: 10px;
    background: url(images/check.png); }

.acces_droit {
  float: left;
  width: 100%;
  padding-top: 187px;
  padding-bottom: 108px; }
  .acces_droit .inner_acces_doit {
    text-align: center;
    max-width: 638px;
    padding: 0 15px;
    width: 100%;
    margin: auto; }
    .acces_droit .inner_acces_doit h6 {
      font-size: 32.02px;
      font-weight: 500;
      color: #002b51;
      font-family: 'Roboto', sans-serif;
      line-height: 52px;
      letter-spacing: .7px; }
      .acces_droit .inner_acces_doit h6:before {
        background: #ff8400; }
    .acces_droit .inner_acces_doit p {
      
          font-size: 18.01px;
    color: #6e6e6e;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    padding-top: 18px;
    line-height: 29px;
    letter-spacing: 1px;
       }
    .acces_droit .inner_acces_doit small {
      font-family: 'Montserrat', sans-serif;
      color: #6e6e6e; }
    .acces_droit .inner_acces_doit .text {
      padding-top: 47px; }

.section_platformes {
  float: left;
  width: 100%;
  background: #f9f9f9;
  padding-bottom: 100px;
  padding-top: 154px; }
  .section_platformes .top {
    max-width: 630px;
    width: 100%;
    text-align: center;
    margin: auto; }
    .section_platformes .top h6 {
      font-size: 31.99px;
      font-weight: 500;
      color: #002b51;
      font-family: 'Roboto', sans-serif;
      line-height: 52px;
      letter-spacing: .7px; }
      .section_platformes .top h6:before {
        background: #ff8400; }
    .section_platformes .top p {
      font-size: 18.01px;
      color: #6e6e6e;
      font-weight: 300;
      font-family: 'Montserrat', sans-serif;
      padding-top: 18px;
      line-height: 29px;
      letter-spacing: 1px; }
  .section_platformes .actions {
    float: left;
    width: 100%;
    margin-top: 79px; }
    .section_platformes .actions a {
      color: #fff;
      text-transform: uppercase;
      display: block;
      background: #1abc9c;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      margin: auto;
      font-weight: 500;
      height: 70px;
      line-height: 70px;
      width: 300px;
      font-family: 'Roboto', sans-serif;
      font-size: 14.01px;
      text-align: center;
      letter-spacing: .5px; }
  .section_platformes .inner_section_platformes {
    max-width: 970px;
    padding: 0 15px;
    margin: auto; }
    .section_platformes .inner_section_platformes .tabs_platformes {
      float: left;
      width: 100%;
      padding-top: 65px; }
    .section_platformes .inner_section_platformes .tab-content .content {
      width: 860px;
      margin: auto; }
    .section_platformes .inner_section_platformes .nav-tabs {
      border-bottom: 0;
      display: table;
      margin: auto; }
      .section_platformes .inner_section_platformes .nav-tabs a {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: #3d3d3d;
        display: block;
        width: 300px;
        height: 70px;
        line-height: 48px;
        opacity: .2;
        background: #ffffff;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-box-shadow: 0px 2px 87px 0px #e0dde0;
        -moz-box-shadow: 0px 2px 87px 0px #e0dde0;
        box-shadow: 0px 2px 87px 0px #e0dde0;
        padding-left: 52px; }
        .section_platformes .inner_section_platformes .nav-tabs a:hover {
          border-color: transparent; }
        .section_platformes .inner_section_platformes .nav-tabs a:after {
          content: '';
          background: url(images/arrow_right.png);
          display: block;
          position: absolute;
          width: 24px;
          height: 16px;
          right: 56px;
          top: 27px; }
      .section_platformes .inner_section_platformes .nav-tabs li:first-child a {
        margin-right: 20px; }
      .section_platformes .inner_section_platformes .nav-tabs li.active a {
        opacity: 1; }
    .section_platformes .inner_section_platformes .tab_contenu {
      animation-name: tab_contenu !important;
      animation-duration: .6s !important;
      animation-fill-mode: forwards !important; }
  .section_platformes .outils {
    float: left;
    width: 100%;
    margin-top: 77px; }
    .section_platformes .outils .center {
      margin-top: 28px; }
      .section_platformes .outils .center .img img {
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        position: absolute;
        left: 0;
        right: 0;
        top: 20px; }
        .section_platformes .outils .center .img img:nth-child(2) {
          opacity: 0; }
    .section_platformes .outils .inner {
      position: relative;
      -webkit-transition: all .3s ease-out;
      -moz-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out;
      text-align: center;
      height: 140px;
      width: 175px;
      border: 1px solid #e9e9e9;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px; }
      .section_platformes .outils .inner+p{
      	padding-right: 15px;
      	text-align: center;
      	    opacity: 0;
    color: #002b51;
    font-size: 14px;
    padding-top: 10px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
      }
      .section_platformes .outils .outil:hover p{
opacity: 1;
      }
      .section_platformes .outils .inner img {
        display: block;
        margin: auto; }
      .section_platformes .outils .inner .text {
        padding: 40px 15px 0 15px; }
      .section_platformes .outils .inner span {
        opacity: .2;
        color: #002b51;
        font-size: 16px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out; }
      .section_platformes .outils .inner:hover {
        background: #fff;
        border: 1px solid transparent; }
        .section_platformes .outils .inner:hover span {
          opacity: 1; }
        .section_platformes .outils .inner:hover .img img:nth-child(2) {
          opacity: 1; }
        .section_platformes .outils .inner:hover .img img:first-child {
          opacity: 0; }
  .section_platformes .left {
    padding-top: 110px;
    width: 290px;
    float: left; }
    .section_platformes .left h5 {
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      font-size: 14.01px;
      color: #ff8400;
      padding-bottom: 10px;
      position: relative; }
    .section_platformes .left span {
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      font-size: 22.01px;
      color: #2f2f2f;
      display: block;
      padding-bottom: 23px;
      position: relative; }
    .section_platformes .left p {
      font-weight: 300;
      font-family: 'Montserrat', sans-serif;
      font-size: 14.01px;
      color: #6e6e6e;
      position: relative; }
    .section_platformes .left li {
      font-weight: 300;
      font-family: 'Montserrat', sans-serif;
      font-size: 14.01px;
      color: #6e6e6e;
      position: relative;
      padding-left: 13px; }
      .section_platformes .left li:before {
        content: '';
        background: #ff8400;
        display: block;
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        top: 8px;
        left: 0; }
    .section_platformes .left ul {
      position: relative; }
  .section_platformes .right {
    padding-top: 80px;
    width: 480px;
    float: right;
    position: relative; }
    .section_platformes .right .video {
      height: 328px;
      position: relative; }
      .section_platformes .right .video .play_video {
        width: 200px;
        height: 200px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: auto; }
        .section_platformes .right .video .play_video > img {
          position: absolute;
          left: 0;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          display: block;
          margin: auto; }
  .section_platformes .circle {
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transform-origin: 50% 50%; }
  .section_platformes #circle-2 {
    animation-delay: .1s;
    animation-name: circle-2; }
  .section_platformes #circle-3 {
    animation-delay: .2s;
    animation-name: circle-3; }
  .section_platformes #circle-4 {
    animation-delay: .2s;
    animation-name: circle-4; }
@keyframes circle-2 {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(7); }
  100% {
    transform: scale(1); } }
@keyframes circle-3 {
  0% {
    transform: scale(1); }
  40% {
    transform: scale(5); }
  100% {
    transform: scale(1); } }
.modal_platform video {
  width: 100%; }

.modal_platform .modal-body {
  padding: 0; }
.modal_platform .modal-header {
  padding: 0;
  border: 0; }
.modal_platform .modal-dialog { 
  position: absolute;
  left: 0;
  right: 0; 
  top: 0;
  bottom: 0;
  margin: auto;
     width: 950px;
    height: 536px;}
.modal_platform .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 0; }
.modal_platform .close {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 9;
  color: #fff;
  opacity: 1;
  background: url(images/close_white.png) no-repeat;
  width: 16px;
  height: 16px; }
  .modal_platform .close span {
    opacity: 0; }

.accord_parties {
  float: left;
  width: 100%;
  background-color: #1abc9c;
  padding-bottom: 151px;
  padding-top: 150px; }
  .accord_parties .inner_accord_parties {
    max-width: 890px;
    margin: auto;
    padding: 0 15px; }
  .accord_parties .left {
    width: 285px;
    float: left;
    padding-top: 40px; }
    .accord_parties .left h6 {
      font-size: 14.01px;
      color: #002b51;
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      line-height: 23px; }
    .accord_parties .left span {
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      font-size: 22.01px;
      color: #fff; }
    .accord_parties .left p {
      font-size: 14.01px;
      color: #fff;
      font-weight: 300; }
  .accord_parties .right {
    float: right;
    width: 480px; }
    .accord_parties .right .video {
      height: 328px;
      position: relative; }
      .accord_parties .right .video .play_video {
        width: 200px;
        height: 200px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: auto; }
        .accord_parties .right .video .play_video > img {
          position: absolute;
          left: 0;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          display: block;
          margin: auto; }
  .accord_parties .actions {
    float: left;
    width: 100%;
    padding-top: 60px; }
    .accord_parties .actions a {
      text-transform: uppercase;
      color: #1abc9c;
      display: block;
      background: #fff;
      text-align: center;
      font-weight: 500;
      font-family: 'Roboto', sans-serif;
      font-size: 14.01px;
      letter-spacing: .5px;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      height: 70px;
      line-height: 70px;
      width: 350px;
      margin: auto; }
  .accord_parties .circle {
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transform-origin: 50% 50%; }
  .accord_parties #circle-1 {
    animation-name: circle-1; }
  .accord_parties #circle-2 {
    animation-delay: .1s;
    animation-name: circle-2; }
  .accord_parties #circle-3 {
    animation-delay: .2s;
    animation-name: circle-3; }
  .accord_parties #circle-4 {
    animation-delay: .2s;
    animation-name: circle-4;
    cursor: pointer; }
@keyframes circle-1 {
  0% {
    transform: scale(1); }
  60% {
    transform: scale(9); }
  100% {
    transform: scale(1); } }
@keyframes circle-2 {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(7); }
  100% {
    transform: scale(1); } }
@keyframes circle-3 {
  0% {
    transform: scale(1); }
  40% {
    transform: scale(5); }
  100% {
    transform: scale(1); } }
.section_tech {
  padding-top: 237px;
  float: left;
  width: 100%;
  padding-bottom: 193px; }
  .section_tech .inner_section_tech {
    max-width: 810px;
    margin: auto;
    padding: 0 15px; }
    .section_tech .inner_section_tech .top {
      max-width: 630px;
      width: 100%;
      text-align: center;
      margin: auto; }
      .section_tech .inner_section_tech .top h6 {
        font-size: 31.99px;
        font-weight: 500;
        color: #2f2f2f;
        font-family: 'Roboto', sans-serif; }
        .section_tech .inner_section_tech .top h6:before {
          background: #e74c3c; }
      .section_tech .inner_section_tech .top p {
        font-size: 18.01px;
        color: #6e6e6e;
        font-weight: 300;
        font-family: 'Montserrat', sans-serif;
        padding-top: 18px;
        line-height: 29px;
        letter-spacing: 1px; }
    .section_tech .inner_section_tech .items {
      width: 100%;
      float: left;
      padding-top: 80px; }
      .section_tech .inner_section_tech .items .item {
        position: relative;
        text-align: center;
        height: 500px;
        width: 380px;
        float: left;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px; }
        .section_tech .inner_section_tech .items .item:first-child {
          border: 1px solid #179bfe;
          margin-right: 20px; }
          .section_tech .inner_section_tech .items .item:first-child .top_content p {
          	color: #1696fd;
            }
        .section_tech .inner_section_tech .items .item:nth-child(2) {
          border: 1px solid #1abc9c; }
          .section_tech .inner_section_tech .items .item:nth-child(2) .top_content p {
          	 
              color: #1abc9c;
             }
        .section_tech .inner_section_tech .items .item img {
          margin-bottom: 44px; }
        .section_tech .inner_section_tech .items .item .text {
          padding-top: 50px; }
          .section_tech .inner_section_tech .items .item .text p {
            color: #6e6e6e;
            font-size: 14px;
            font-family: 'Montserrat', sans-serif;
            line-height: 24px; }
      .section_tech .inner_section_tech .items .top_content span {
        color: #002b51;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        font-size: 24px; }
      .section_tech .inner_section_tech .items .top_content p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 14px;
        padding-top: 10px; }
      .section_tech .inner_section_tech .items .inner {
        /*position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);*/
        width: 80%;
        margin: auto;
        left: 0;
        right: 0;
        padding-top: 50px; }

.section_benefices {
  float: left;
  width: 100%;
  background: #ddf5ff;
  padding-top: 199px;
  padding-bottom: 83px; }
  .section_benefices .inner_section_benefices {
    max-width: 910px;
    padding: 0 15px;
    margin: auto; }
  .section_benefices .top {
    max-width: 630px;
    width: 100%;
    text-align: center;
    margin: auto; }
    .section_benefices .top h6 {
      font-size: 31.99px;
      font-weight: 500;
      color: #002b51;
      font-family: 'Roboto', sans-serif; }
      .section_benefices .top h6:before {
        background: #e74c3c; }
    .section_benefices .top p {
      font-size: 18.01px;
      color: #6e6e6e;
      font-weight: 300;
      font-family: 'Montserrat', sans-serif;
      padding-top: 18px;
      line-height: 29px;
      letter-spacing: 1px; }
  .section_benefices .items {
    float: left;
    width: 100%;
    margin-top: 78px; }
    .section_benefices .items span {
      font-size: 17.99px;
      color: #002b51;
      font-weight: 500;
      letter-spacing: .4px;
      font-family: 'Roboto', sans-serif; }
    .section_benefices .items p {
      color: #6e6e6e;
      font-size: 13.99px;
      font-weight: 300;
      font-family: 'Montserrat', sans-serif;
      line-height: 24px;
      padding-top: 20px; }
    .section_benefices .items .item {
      height: 270px;
      margin-bottom: 10px;
      text-align: center;
      float: left;
      width: 265px;
      margin-right: 28px; }
      .section_benefices .items .item:nth-child(3n) {
        margin-right: 0; }
      .section_benefices .items .item .img {
        margin-bottom: 33px;
        height: 72px;
        position: relative; }
        .section_benefices .items .item .img img {
          position: absolute;
          left: 0;
          right: 0;
          margin: auto;
          bottom: 0; }

.section_equipe {
  float: left;
  width: 100%;
  padding-top: 219px;
  padding-bottom: 0; }
  .section_equipe .inner_equipe {
    max-width: 970px;
    padding: 0 15px;
    margin: auto; }
    .section_equipe .inner_equipe .top {
      max-width: 630px;
      width: 100%;
      text-align: center;
      margin: auto; }
      .section_equipe .inner_equipe .top h6 {
        color: #002b51;
        font-size: 32.02px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        text-transform: capitalize; }
        .section_equipe .inner_equipe .top h6:before {
          background: #e74c3c; }
      .section_equipe .inner_equipe .top p {
        font-size: 18.01px;
        color: #6e6e6e;
        font-weight: 300;
        font-family: 'Montserrat', sans-serif;
        padding-top: 18px;
        line-height: 29px;
        letter-spacing: 1px; }
  .section_equipe .equipe_items {
    margin-top: 90px; }
    .section_equipe .equipe_items .item {
      float: left;
      margin-right: 20px;
      width: 220px;
      height: 220px;
      position: relative;
      margin-bottom: 50px;
    }
      .section_equipe .equipe_items .item:nth-child(4n) {
        margin-right: 0; }
      .section_equipe .equipe_items .item .img {
        width: 220px;
        height: 220px;
        overflow: hidden;
   }
        .section_equipe .equipe_items .item .img img {
          height: auto;
          width: 100%;
       }
       .section_equipe .equipe_items .item:hover .img img {
        -webkit-filter: grayscale(1000%);
        filter: grayscale(100%); 
     }
     
        .section_equipe .equipe_items .item .img .hover-img {
          opacity: 0;
          position: absolute;
          top: 0;
          width: 100%;
          height: 100%;
              background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
          -webkit-transition: opacity .5s ease-in-out;
          -moz-transition: opacity .5s ease-in-out;
          -ms-transition: opacity .5s ease-in-out;
          -o-transition: opacity .5s ease-in-out;
          transition: opacity .5s ease-in-out;
        }
      .section_equipe .equipe_items .item:hover .hover-img {
        opacity: .7; }
      .section_equipe .equipe_items .item:hover img.sans_filtre {
      /*  -webkit-filter: none;
        filter: none;*/ }
    .section_equipe .equipe_items .info_equipe {
      text-align: center;
      position: absolute;
      bottom: 57px;
      left: 0;
      right: 0; }
      .section_equipe .equipe_items .item:hover .info_equipe span{
            opacity: 1;
  bottom: -12px;
      }
        .section_equipe .equipe_items .item:hover .info_equipe p{
            opacity: 1;
 bottom: -12px;
      }
      .section_equipe .equipe_items .info_equipe span{
opacity: 0;
position: absolute;
bottom: -15px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
      }
      .section_equipe .equipe_items .info_equipe p{
opacity: 0;
position: absolute;
bottom: -15px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
      }
      .section_equipe .equipe_items .info_equipe span {
        font-size: 15.5px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        position: relative;
        opacity: 0; }
        .section_equipe .equipe_items .info_equipe span.span_hover {
          -webkit-animation: info_equipe .5s;
          /* Safari 4.0 - 8.0 */
          animation: info_equipe .5s;
          animation-fill-mode: forwards; }
      .section_equipe .equipe_items .info_equipe p {
        color: #fff;
        font-size: 14.01px;
        font-family: 'Montserrat', sans-serif;
        padding-top: 9px;
        position: relative;
        opacity: 0; }
        .section_equipe .equipe_items .info_equipe p.p_hover {
          -webkit-animation: info_equipe .5s;
          /* Safari 4.0 - 8.0 */
          animation: info_equipe .5s;
          animation-fill-mode: forwards; }

@-webkit-keyframes info_equipe {
  from {
    top: 10px;
    opacity: 0; }
  to { 
    top: 0;
    opacity: 1; } }
@keyframes info_equipe {
  from {
    top: 10px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
.section_actualites {

  float: left;
  width: 100%;
  padding-bottom: 141px;
  background: #f9f9f9;
  padding-top: 209px; }
  .section_actualites .top {
    max-width: 630px;
    width: 100%;
    text-align: center;
    margin: auto; }
    .section_actualites .top h6 {
      
      color: #002b51;
      font-size: 32.02px;
      font-family: 'Roboto', sans-serif;
      font-weight: 500; }
      .section_actualites .top h6:before {
        background: #18a4fe; }
    .section_actualites .top p {
      font-size: 18.01px;
      color: #6e6e6e;
      font-weight: 300;
      font-family: 'Montserrat', sans-serif;
      padding-top: 18px;
      line-height: 29px;
      letter-spacing: 1px; }
  .section_actualites .inner_section_actualites {
    margin: auto;
    max-width: 970px;
    padding: 0 15px; }
  .section_actualites .items {
    float: left;
    width: 100%;
    padding-top: 56px; }
    .section_actualites .items a {
      display: none;
      float: left;
      width: 300px;
      height: 450px;
      position: relative;
      margin-right: 20px; 
    
      margin-bottom: 20px; }


      #showLess {
        width:50px;
        height:50px;
        clear:both;
        margin:auto;
        cursor:pointer;
        display:none;
        color:#18a4fe;
    }
    #loadMore span {
      display: block;
      width: 100%;
      height: 100%;
      line-height: 50px;
      text-align: center;
      border: 1px solid;
      border-radius: 50%;
  }
    #loadMore{
      color:#18a4fe;
      cursor:pointer;
width:50px;
height:50px;
clear:both;
margin:auto;
    }
      .section_actualites .items a:nth-child(3n){
        margin-right: 0px;
      }
      .section_actualites .items a:first-child {
        color: #fff; }
      .section_actualites .items a:last-child {
        margin-right: 0;
        color: #000000; }
      .section_actualites .items a.actu_img .title {
        position: absolute;
        bottom: 57px; }
      .section_actualites .items a.actu_img .category {
        position: absolute;
        bottom: 146px; }
      .section_actualites .items a.actu_text {
        background: #fff; }
        .section_actualites .items a.actu_text .category span {
          color: #18a4fe; }
        .section_actualites .items a.actu_text .title {
          padding-right: 0;
          padding-top: 12px; }
          .section_actualites .items a.actu_text .title h5 {
            color: #000000; }
        .section_actualites .items a.actu_text .text {
          padding-top: 53px; }
          .section_actualites .items a.actu_text .text img{
            width: 100%;
            height: auto;
          }
          .section_actualites .items a.actu_text .text p {
            color: #2f2f2f;
            font-weight: 300;
            font-size: 14.01px;
            opacity: .5;
            line-height: 24px;
            font-family: 'Roboto', sans-serif; }
    .section_actualites .items .contenu {
      width: 100%;
      position: absolute;
      top: 0;
      height: 100%;
      padding: 51px 41px; }
    .section_actualites .items .date span {
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      font-size: 12px; }
    .section_actualites .items .category span {
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      font-size: 12px; }
    .section_actualites .items .title {
      padding-right: 50px; }
      .section_actualites .items .title h5 {
        line-height: 31px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 20.01px; }


.modal_actualites .nav-actu {
  position: absolute;
  top: -25px;
  right: -50px; }
  .modal_actualites .nav-actu a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-image: url(images/right-arrow.png);
    background-color: #18a4fe;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    margin-right: 15px; }
    .modal_actualites .nav-actu a.disabled {
      background-color: #e6e6e6;
      background-image: url(images/right-arrow-disable.png); }
    .modal_actualites .nav-actu a.prev {
      -ms-transform: rotate(180deg);
      /* IE 9 */
      -webkit-transform: rotate(180deg);
      /* Safari 3-8 */
      transform: rotate(180deg); }
.modal_actualites .modal-dialog {
  width: 940px;
  max-width: 940px;
  height: 790px;
  background: #fff; }
.modal_actualites .modal-header {
  padding: 0;
  border: 0; }
.modal_actualites .modal-content {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0; }
.modal_actualites .category span {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #18a4fe;
  font-size: 12px; }
.modal_actualites .title {
  padding-top: 11px; }
  .modal_actualites .title h5 {
    line-height: 60px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 48px;
    color: #000000;
    letter-spacing: .9px; }
.modal_actualites .intro {
  padding-top: 11px; }
  .modal_actualites .intro p {
    font-family: 'Roboto', sans-serif;
    color: #2f2f2f;
    font-weight: 300;
    font-size: 18px;
    opacity: .5;
    line-height: 30px; }
.modal_actualites .text {
  margin-top: 37px !important;
  padding-right: 25px; }
  .modal_actualites .text p ,  .modal_actualites .text ul, .modal_actualites .text ol{
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px; }
    .modal_actualites .text p a,  .modal_actualites .text ul li a,  .modal_actualites .text h6 a{
      color: #000;
      font-weight: 700;
    }
.modal_actualites .close {
  width: 50px;
  background-color: #fff;
  height: 50px;
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  right: -25px;
  top: -24px;
  background-image: url(images/close_black.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1; }
  .modal_actualites .close span {
    opacity: 0; }
.modal_actualites.modal_text .modal-body {
  padding-top: 72px;
  width: 69%;
  margin: auto; }
  .modal_actualites.modal_text .modal-body .text {
    width: 75%;
    margin: auto;
    height: 270px; }
.modal_actualites.modal_img .modal-body {
  padding: 0; }
.modal_actualites.modal_img .nav-actu {
  right: 97px; }
.modal_actualites.modal_img .img_actus {
  width: 50%;
  height: 277px;
  overflow: hidden;
  margin-bottom: 48px;
  float: left; }
  .modal_actualites.modal_img .img_actus img {
    width: 100%;
    height: auto; }
.modal_actualites.modal_img .title {
  padding: 20px 20px 0 20px;
  float: left;
  width: 50%; }
  .modal_actualites.modal_img .title h5 {
    line-height: 58px;
    font-size: 44px; }
.modal_actualites.modal_img .other {
  clear: both;
  width: 65%;
  margin: auto; 
  margin-top: 65px;}
.modal_actualites.modal_img .text {
  width: 75%;
  margin: auto;
  height: 230px;
  padding-top: 0; }
  .modal_actualites.modal_img .text.ml{
    width: 100%;
    height: 530px;
    float: left;
  
  }
  
  .modal_actualites.modal_img .text.ml h4{
    font-family: 'Roboto', sans-serif;
    color: #002b51;
    font-weight: 500;
    font-size: 32.01px;
   position:relative;
   margin-left: 40px;
   margin-bottom: 60px;
  }
  .modal_actualites.modal_img .text.ml h4:before{
    background: #e74c3c;
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 15px;
    width: 15px;
    left: -40px;
    bottom: 7px;
 
  }
  .modal_actualites.modal_img .text.ml h6{
    font-family: 'Roboto', sans-serif;
    color: #000;
    margin: 20px 0;
    font-size: 18.01px;
   
  }
.modal_actualites .modal-body {
  overflow: visible !important; }

.confiance {
  float: left;
  padding-top: 176px;
  width: 100%; }
  .confiance .top {
    max-width: 630px;
    width: 100%;
    text-align: center;
    margin: auto; }
    .confiance .top h6 {
      font-size: 31.99px;
      font-weight: 500;
      color: #002b51;
      font-family: 'Roboto', sans-serif;
      line-height: 52px;
      letter-spacing: .7px; }
      .confiance .top h6:before {
        background: #18a4fe; }
    .confiance .top p {
      font-size: 18.01px;
      color: #6e6e6e;
      font-weight: 300;
      font-family: 'Montserrat', sans-serif;
      padding-top: 18px;
      line-height: 29px;
      letter-spacing: 1px; }
  .confiance .inner_confiance {

    max-width: 950px;
    padding: 0 15px;
    margin: auto; }
    .confiance .inner_confiance .item {
    	 margin-bottom: 50px;
      float: left;
      height: 177px;
      width: 184px ;
      position: relative; }

      .confiance .inner_confiance .item img {
        max-width: 60%;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out; }
        .confiance .inner_confiance .item img:nth-child(2n) {
          opacity: 0; }
      .confiance .inner_confiance .item:hover img {
        opacity: 0; }
        .confiance .inner_confiance .item:hover img:nth-child(2n) {
          opacity: 1; }
    .confiance .inner_confiance .logos_item {
      float: left;
      width: 100%;
      padding-bottom: 110px;
      padding-top: 85px; }

.contact_form {
  background: #1696fd;
  float: left;
  padding-top: 137px;
  width: 100%;
  padding-bottom: 98px; }
  .contact_form .input-effect {
    float: left;
    width: 100%;
    position: relative;
    z-index: 5; }
  .contact_form .effect ~ .focus-border {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #e74c3c;
    transition: 0.4s; }
  .contact_form .effect:focus ~ .focus-border {
    width: 100%;
    transition: 0.4s; }
  .contact_form .inner_contact_form {
    max-width: 970px;
    padding: 0 15px;
    margin: auto; }
    .contact_form .inner_contact_form .top {
      max-width: 630px;
      width: 100%;
      text-align: center;
      margin: auto; }
      .contact_form .inner_contact_form .top h6 {
        text-transform: capitalize;
        color: #fff;
        font-size: 32.02px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400; }
        .contact_form .inner_contact_form .top h6:before {
          background: #e74c3c; }
      .contact_form .inner_contact_form .top p {
        font-size: 18.01px;
        color: #fff;
        font-weight: 300;
        font-family: 'Montserrat', sans-serif;
        padding-top: 18px;
        line-height: 29px;
        letter-spacing: 1px; }
  .contact_form form {
    padding-top: 82px; }
    .contact_form form label {
      height: 1px;
      pointer-events: none;
      display: block;
      position: relative;
      width: 100%; }
    .contact_form form .left_form {
      width: 440px;
      float: left; }
    .contact_form form .right_form {
      width: 440px;
      float: right; }
    .contact_form form input,
    .contact_form form textarea {
      background: transparent;
      border: 0;
      border-bottom: 1px solid #fff;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      width: 100%;
      color: #fff;
      font-size: 12px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      letter-spacing: .6px; }
      .contact_form form input:focus,
      .contact_form form textarea:focus {
        -webkit-box-shadow: none;
        box-shadow: none; }
    .contact_form form input {
      padding: 24px 0; }
    .contact_form form textarea {
      resize: none;
      padding: 16px 0 23px 0; }
    .contact_form form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff;
      font-size: 12px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      letter-spacing: .6px; }
    .contact_form form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff;
      font-size: 12px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      letter-spacing: .6px; }
    .contact_form form :-ms-input-placeholder {
      /* IE 10+ */
      color: #fff;
      font-size: 12px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      letter-spacing: .6px; }
    .contact_form form :-moz-placeholder {
      /* Firefox 18- */
      color: #fff;
      font-size: 12px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      letter-spacing: .6px; }
    .contact_form form .form-group {
      margin-bottom: 41px; }
    .contact_form form input[type="submit"] {
      text-transform: uppercase;
      color: #fff;
      background: #e74c3c;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      display: block;
      height: 45px;
      width: 218px;
      line-height: 45px;
      padding: 0;
      font-size: 12px;
      font-family: 'Roboto', sans-serif;
      margin-top: 89px;
      border: 0;
      -webkit-box-shadow: 0 15px 37px 0px rgba(21, 20, 20, 0.15);
      -moz-box-shadow: 0 15px 37px 0px rgba(21, 20, 20, 0.15);
      box-shadow: 0 15px 37px 0px rgba(21, 20, 20, 0.15); }
    .contact_form form .container_checkbox {
      clear: both;
      pointer-events: initial;
      display: block;
      position: relative;
      padding-left: 41px;
      padding-top: 9px;
      line-height: 20px;
      cursor: pointer;
      font-size: 12px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      font-weight: 400;
      color: #fff;
      font-family: 'Montserrat', sans-serif;
      letter-spacing: .5px; }
    .contact_form form .container_checkbox input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    .contact_form form .checkmark {
      position: absolute;
      top: 11px;
      left: -1px;
      height: 21px;
      width: 21px;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      background-color: #fff; }
    .contact_form form .container_checkbox:hover input ~ .checkmark {
      background-color: #fff; }
    .contact_form form .container_checkbox input:checked ~ .checkmark {
      background-color: #fff; }
    .contact_form form .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    .contact_form form .container_checkbox input:checked ~ .checkmark:after {
      display: block; }
    .contact_form form .container_checkbox .checkmark:after {
      left: 9px;
      top: 5px;
      width: 5px;
      height: 10px;
      border: solid #002b51;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

@keyframes border_input {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@-webkit-keyframes border_input {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@-webkit-keyframes tab_contenu {
  from {
    opacity: 0;
    top: 10px; }
  to {
    opacity: 1;
    top: 0; } }
@keyframes tab_contenu {
  from {
    opacity: 0;
    top: 10px; }
  to {
    opacity: 1;
    top: 0; } }
@media only screen and (max-height: 830px) {
  .modal_actualites.modal_img .title h5 {
    line-height: 55px;
    font-size: 41px; } }
@media only screen and (max-height: 800px) {
  .modal_actualites .modal-dialog {
    height: 630px; }
  .modal_actualites.modal_text .modal-body {
    padding-top: 45px; }
  .modal_actualites .title h5 {
    line-height: 45px;
    font-size: 36px; }
  .modal_actualites .intro p {
    line-height: 27px;
    font-size: 16px; }
  .modal_actualites.modal_img .img_actus {
    height: 200px; } }
@media screen and (max-width: 1199px) {
  
  .main_video .contenu_slide h1 {
    font-size: 35px;
    line-height: 45px; }
  .main_video .contenu_slide .video_slide {
    width: 150px;
    margin-top: 50px;
    height: 150px; }
    .main_video .contenu_slide .video_slide svg {
      width: 150px;
      height: 150px; }
  .main_video .info_popup {
    margin-top: 20px; } }
@media screen and (max-width: 991px) {
	.section_platformes .outils .inner+p{
		opacity: 1;
	}
  .modal_platform .modal-dialog {
        width: 100%;
        height: auto;
  }
 .modal_platform .modal-dialog .modal-content{
  position: absolute;
        top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

  }
  header .main_menu li {
    padding-right: 15px; }
  header .language {
    padding-left: 20px; }
  header .contact-link {
    padding-left: 25px; }
    header .contact-link a {
      width: 85px; }

  .main_video .contenu_slide .text_slide {
    width: 440px; }

  .acces_droit .inner_acces_doit h6 {
    line-height: initial; }

  .section_platformes .inner_section_platformes .tab-content .content {
    width: 100%; }
  .section_platformes .top h6 {
    line-height: initial; }
  .section_platformes .outils .inner {
    margin: auto; }

  .section_tech .inner_section_tech .items {
    float: none;
    width: 700px;
    margin: auto; }
    .section_tech .inner_section_tech .items .item {
      width: 340px; }

  .section_benefices .items {
    margin: 78px auto 0 auto;
    width: 558px;
    float: none; }
    .section_benefices .items .item:nth-child(3n) {
      margin-right: 28px; }
    .section_benefices .items .item:nth-child(2n) {
      margin-right: 0 !important; }

  .section_equipe .equipe_items .item:nth-child(3n) {
    margin-right: 0 !important; }
  .section_equipe .equipe_items .item:nth-child(4n) {
    margin-right: 20px; }
  .section_equipe .equipe_items {
    width: 700px;
    margin: 90px auto 0 auto; }

  .section_actualites .items a {
    float: none;
    margin: 0 auto 20px auto !important; }

  .modal_actualites .modal-dialog {
    width: 94%;
    height: auto;
    margin: auto; }
  .modal_actualites .close {
    right: 0; }
  .modal_actualites.modal_img .img_actus {
    height: 200px; }

  .contact_form form .left_form {
    margin: auto;
    float: none; }
  .contact_form form .right_form {
    float: none;
    margin: auto; }

  .modal_actualites.modal_img .title h5 {
    line-height: 44px;
    font-size: 32px; }

  footer .inner_footer .side {
    width: 50% !important;
    height: 200px; }

  .confiance .top h6 {
    line-height: initial; } }
@media screen and (max-width: 950px) {
  .confiance .inner_confiance .item {
   
    margin: 0 auto 30px auto !important; } }
@media screen and (max-width: 900px) {
  .section_platformes .inner_section_platformes .tab-content .left {
    width: 100%; }
  .section_platformes .inner_section_platformes .tab-content .right {
    float: none;
    margin: auto;
    clear: both;
    padding-top: 80px; }

  .accord_parties {
    padding-top: 70px;
    padding-bottom: 90px; }
    .accord_parties .left {
      width: 100%; }
    .accord_parties .right {
      padding-top: 50px;
      float: none;
      margin: auto;
      clear: both; } } 
@media screen and (max-width: 768px) {
  .section_tech .inner_section_tech .items .inner{
    padding-top: 32px;
  }
  .section_tech .inner_section_tech .items .inner {
    width: 85%;
  }
  .section_tech .inner_section_tech .items .item .text {
    padding-top: 34px;
}
  footer .inner_footer .side.side4 ul{
    display: table;
    margin: auto;
  }
  body{
    overflow-x: hidden;
  }
  header{
        padding-top: 35px;
  }
  .section_equipe .equipe_items .item{
  	    width: 290px;
  	        height: 290px;
  }

  .section_tech .inner_section_tech .items .item img {
    margin-bottom: 20px; }


  .section_tech .inner_section_tech .items .item .text {
    padding-top: 20px; }

  .menu-open .menu {
    position: fixed;
    right: 10px; }
  .menu-open header .logo {
    position: fixed; }

  header .menu {
    transition: 0.1s transform linear;
    background: 0;
    position: relative;
    margin-top: -2px;
    height: 2.7rem;
    width: 3.5rem;
    z-index: 1;
    outline: 0;
    padding: 0;
    border: 0;
    z-index: 9; }
    header .menu.js-menu {
      display: block; }
  header .logo {
    position: relative;
    z-index: 9; }
  header .main_menu {
    text-align: center;
    float: none; }
    header .main_menu li {
      display: block;
      margin-bottom: 30px;
      padding-right: 0; }
      header .main_menu li.active a:before {
        background: #002b51; }
    header .main_menu a {
      color: #002b51; }
  header .language {
    text-align: center;
    float: none;
    padding-left: 0; }
    header .language a {
      color: #e74c3c;
      font-weight: 500; }
  header .contact-link {
    margin-top:40px;
    float: none;
    text-align: center;
    padding-left: 0; }
    header .contact-link a {
      margin: auto; }

  header .header_right_mobile {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
    z-index: 1; }

  .menu-open header .header_right_mobile {
    transform: translateX(0);
    padding-top: 110px; }

  header form ::-webkit-input-placeholder {
    color: #2d2d2b !important; }

  header form ::-moz-placeholder {
    color: #2d2d2b !important; }

  header form :-ms-input-placeholder {
    color: #2d2d2b !important; }

  header form :-moz-placeholder {
    color: #2d2d2b !important; }

  .bar_hamburger,
  .bar_hamburger::before,
  .bar_hamburger::after {
    transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
    position: absolute;
    background: #1abc9c;
    margin: auto;
    width: 100%;
    height: 0.3rem;
    content: '';
    top: 50%;
    left: 0; }

  .bar_hamburger {
    margin-top: -3px; }

  .bar_hamburger::before {
    top: -1.2rem; }

  .bar_hamburger::after {
    top: 1.2rem; }

  .bar_hamburger::before,
  .bar_hamburger::after {
    transform: rotate(0deg); }

  .active .bar_hamburger {
    background: 0; }

  .active .bar_hamburger::before {
    transform: rotate(45deg); }

  .active .bar_hamburger::after {
    transform: rotate(-45deg); }

  .active .bar_hamburger::before,
  .active .bar_hamburger::after {
    top: 0; }

  .active .bar_hamburger,
  .active .bar_hamburger::before,
  .active .bar_hamburger::after {
    transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s; }

  .main_video .contenu_slide .text_slide {
    width: 100%;
    float: left;
    margin-bottom: 30px; }
  .main_video .contenu_slide .video_slide {
    width: 100px;
    float: none;
    height: 100px;
    margin: 0 auto;
    clear: both; }
    .main_video .contenu_slide .video_slide img {
      width: 8px;
      left: 2px; }
    .main_video .contenu_slide .video_slide svg {
      width: 100px;
      height: 100px; }
  .main_video .contenu_slide h1 {
    font-size: 24px;
    line-height: 33px; }
  .main_video .info_popup a {
    height: 40px;
    line-height: 40px; }

  .section_platformes .outils {
    margin-bottom: 30px; }
    .section_platformes .outils .inner {
      margin: auto; }
  .section_platformes .inner_section_platformes .tabs_platformes {
    padding-top: 0; }
  .section_platformes .inner_section_platformes #accordion {
    margin-top: 50px; }
    .section_platformes .inner_section_platformes #accordion .panel {
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-color: transparent; }
    .section_platformes .inner_section_platformes #accordion .panel-heading {
      background: transparent;
      border: 0;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0; }
    .section_platformes .inner_section_platformes #accordion .panel-title {
      padding: 0 !important;
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      font-size: 14.01px;
      color: #002b51;
      padding-bottom: 10px; }
      .section_platformes .inner_section_platformes #accordion .panel-title a {
        display: block; }
  .section_platformes .left {
    padding-top: 10px;
    width: 100%;
    float: left; }
  .section_platformes .right {
    padding-top: 40px;
    width: 480px;
    float: none;
    clear: both;
    margin: auto; }

  .accord_parties {
    padding-top: 25px; }

  .acces_droit {
        padding-bottom: 80px;
    padding-top: 130px; }

  .section_tech {
    padding-top: 120px;
    padding-bottom: 80px; }
    .section_tech .inner_section_tech .items {
      width: 620px; }
      .section_tech .inner_section_tech .items .item {
        width: 300px;
        height: 450px; }

  .section_benefices {
    padding-top: 119px;
    padding-bottom: 30px; }

  .section_equipe {
    padding-top: 119px;
    padding-bottom: 51px; }

  .section_actualites {
    padding-top: 121px; }

  .modal_actualites .title h5 {
    line-height: 35px;
    font-size: 26px; }
  .modal_actualites.modal_img .img_actus {
    width: 100%;
    height: 200px; }
  .modal_actualites.modal_img .other {
    width: 100%;
    padding: 0 15px; }
  .modal_actualites.modal_img .title {
    width: 100%; }
  .modal_actualites .modal-dialog {
    padding-bottom: 20px;
    margin-top: 30px; }
  .modal_actualites.modal_text .modal-body {
    width: 100%; }
  .modal_actualites.modal_text .text {
    height: auto; }
  .modal_actualites .nav-actu {
    left: 0; }
  .modal_actualites .text {
    height: auto !important; }
     .section_equipe .equipe_items {
    width: 290px; }
    .section_equipe .equipe_items .item {
      margin-right: 0 !important;
      margin-bottom: 0;
      width: 290px; }
      .section_equipe .equipe_items .item .img {
        width: 290px;
        height: 290px; }
    .section_equipe .equipe_items .slick-arrow {
      background-color: transparent;
      border: 0;
      font-size: 0;
      background-image: url(images/right-slider.png);
      width: 24px;
      height: 24px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 1; }
      .section_equipe .equipe_items .slick-arrow.slick-next {
        right: -28px; }
      .section_equipe .equipe_items .slick-arrow.slick-prev {
        left: -28px;
        -ms-transform: translateY(-50%) rotate(180deg);
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg); }
.section_equipe .equipe_items .item .img .hover-img{
        width: 290px;
    height: 290px;
  }
  footer {
    padding-top: 50px;
    padding-bottom: 65px; }
    footer .inner_footer .side {
      width: 100% !important;
      height: auto;
      text-align: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      padding-bottom: 30px;
      padding-top: 30px !important; }
      footer .inner_footer .side.side3 ul {
        display: table;
        margin: auto; }
      footer .inner_footer .side .text {
        margin: auto; }
    footer .inner_footer .top_footer {
      border-bottom: 0; }
    footer .inner_footer .bottom_footer {
      padding-top: 0; } }
@media screen and (max-width: 670px) {
  
  .section_tech .inner_section_tech .items {

    width: 290px; }
    .section_tech .inner_section_tech .items .item {
      margin: 0 auto 20px auto !important;
      width: 100%;
      float: none; }

  .section_benefices .items {
    width: 290px; }
    .section_benefices .items .item {
      margin-right: 0 !important;
      height: auto;
      margin-bottom: 40px; }

  }
@media screen and (max-width: 600px) {
	#plus_info .modal-content{
		    padding: 20px 30px;
	}
  #plus_info .modal-dialog {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

    #plus_info .modal-content{
 top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    width: 300px;
    margin: auto;
    }

  .main_video .contenu_slide {
    padding-top: 100px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: static; }

  .contact_form form .right_form {
    width: 100%; }
  .contact_form form .left_form {
    width: 100%; }

  footer .inner_footer .bottom_footer .copy {
    float: none;
    text-align: center; }
  footer .inner_footer .bottom_footer .eliott {
    padding-top: 15px;
    float: none;
    text-align: center; } }
@media screen and (max-width: 550px) {
  .section_platformes .right {
    width: 100%; }
    .section_platformes .right a > img {
      width: 100%; }
    .section_platformes .right .video {
      height: auto; }
    .section_platformes .right #circle-4 {
      r: 10; }
    .section_platformes .right .video .play_video {
      width: 100px;
      height: 100px; }
      .section_platformes .right .video .play_video svg {
        width: 100px;
        height: 100px; }
      .section_platformes .right .video .play_video > img {
        width: 5px;
        left: 2px; }

  .accord_parties .right {
    width: 100%; }
    .accord_parties .right .video {
      height: auto; }
      .accord_parties .right .video .play_video {
        width: 100px;
        height: 100px; }
        .accord_parties .right .video .play_video svg {
          width: 100px;
          height: 100px; }
        .accord_parties .right .video .play_video > img {
          width: 5px;
          left: 2px; }
      .accord_parties .right .video #circle-4 {
        r: 10; }
    .accord_parties .right a > img {
      width: 100%; } }
@media screen and (max-width: 400px) {

  .accord_parties .actions a {
    width: 285px; } 

}
@media screen and (max-width: 320px) {
  .section_actualites .items a {
    width: 290px; }
    .section_actualites .items a img {
      width: 100%; }

  .section_equipe .equipe_items .item {
    width: 290px;
    height: 290px; }
    .section_equipe .equipe_items .item .img {
      width: 290px;
      height: 290px; }
  .section_equipe .equipe_items .slick-arrow.slick-prev {
    left: -18px; }
  .section_equipe .equipe_items .slick-next.slick-arrow {
    right: -18px; } }


