@font-face {
  font-family: 'Proxima';
  src: url('../fonts/proximanova-bold-webfont.eot');
  src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-bold-webfont.woff2') format('woff2'), url('../fonts/proximanova-bold-webfont.woff') format('woff'), url('../fonts/proximanova-bold-webfont.ttf') format('truetype'), url('../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
  font-weight: 700;
  font-style: normal;
}
* {
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
 
  font-size: 35px;
  font-weight: 300;
  line-height: 40px;
}
h2 {
  margin: 10px 0 0px;
  color: #133E4E;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
}
h3 {
  color: #30697F;
  font-size: 20px;
  font-weight: bold;
}
h4 {
  margin: 10px 0;
  color: #30697F;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
p {
  color: #343737;
  font-size: 17px;
  line-height: 26px;
}
a {
  color: #133E4E;
  text-decoration: none;
  transition: all ease 0.5s;
}
a:hover {
  text-decoration: none;
  color: #B38F20;
  outline: none;
  border: none;
}
a:focus {
  text-decoration: none;
  outline: none;
  border: none;
}
.text-center {
  text-align: center;
}
body {
  position: relative;
  color: #133E4E;
  padding-top: 90px;
  overflow-x: hidden;
}
.body_wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.envoyerButton  {
  
  text-decoration: none;
  background-color: #EEEEEE;
  color:  #133E4E;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  height: 90px;
}

img.img_shadow {
  max-width: 100%;
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.1);
}
.header {
  height: 90px;
  padding: 25px 3%;
  box-sizing: border-box;
  background-color: #ffffff;
}
.header .logo-header a {
  display: inline-block;
}
.header .logo-header a img {
  display: block;
  width: 150px;
}
.header .nav-header ul.nav {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .nav-header ul.nav li {
  display: inline-block;
  margin: 0 5px;
  padding: 10px 0;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
.header .nav-header ul.nav li.active a,
.header .nav-header ul.nav li.active a:focus,
.header .nav-header ul.nav li.active a:hover {
  color: #B38F20;
}
.header .nav-header ul.nav li a {
  display: inline-block;
  padding: 0;
}
.header .nav-header ul.nav li a:hover {
  background-color: transparent;
}
.header .nav-header ul.nav li a:focus {
  color: #133E4E;
  background-color: transparent;
}
.header .contact-header {
  text-align: right;
}
.header .contact-header a {
  margin: 10px 0;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
}
.hero {
  position: relative;
  
  margin: 0 3%;
  
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 51px 64px rgba(0, 0, 0, 0.1);
}
 .hero h2 {
  margin: 2px 0 2px;
  font-size: 20px;
  color:white;
  }
 .hero h3 {
  margin: 2px 0 2px;
  font-size: 20px;
  font-weight:400;
  color:white;
  }
 .hero h3 a {
    color: #b38f20;
  }

/*.hero:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  right: 15%;
  width: 30%;
  max-width: 420px;
  min-width: 390px;
  height: 100%;
  background-image: url("../img/hand_hero.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}*/
.hero #hero-phone {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  right: 15%;
  width: 30%;
  max-width: 420px;
  min-width: 390px;
  height: 100%;
  background-image:url("../img/hand_hero.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  text-indent:-9999px;
}
.hero #hero-team {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    right: 15%;
    width: 30%;
    height: 100%;
    background-image: url("../img/equipe/teamBaloon.gif");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    text-indent: -9999px;
}


.heroBA {
    position: relative;
    height: 1080px;
    margin: 0 3%;
    padding: 30px 0 0 0;
    background-color: #133E4E;
    background-image: url("../img/bg_hero.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 51px 64px rgba(0, 0, 0, 0.1);
}

    .heroBA h2 {
        margin: 2px 0 2px;
        font-size: 20px;
        color: white;
    }

    .heroBA h3 {
        margin: 2px 0 2px;
        font-size: 20px;
        font-weight: 400;
        color: white;
    }

        .heroBA h3 a {
            color: #b38f20;
        }

    .heroBA:before {
        content: "";
        display: block;
        z-index: -1;
        position: absolute;
        bottom: -95px;
        right: 95px;
        width: 264px;
        height: 325px;
        background-image: url("../img/p1.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    /*.hero:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  right: 15%;
  width: 30%;
  max-width: 420px;
  min-width: 390px;
  height: 100%;
  background-image: url("../img/hand_hero.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}*/
    .heroBA #hero-phone {
        content: "";
        display: block;
        position: absolute;
        bottom: 0px;
        right: 15%;
        width: 30%;
        max-width: 420px;
        min-width: 390px;
        height: 100%;
        background-image: url("../img/hand_hero.png");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom;
        text-indent: -9999px;
    }

    .heroBA #hero-team {
        content: "";
        display: block;
        position: absolute;
        bottom: 0px;
        right: 15%;
        width: 30%;
        height: 100%;
        background-image: url("../img/equipe/teamBaloon.gif");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        text-indent: -9999px;
    }


.cta_wrapper {
  margin-top: -80px;
}
.cta_wrapper .cta_block a {
  position: relative;
  display: block;
  width: 100%;
  background-color: #B38F20;
  color: #ffffff;
  padding: 20px 80px;
}
.cta_wrapper .cta_block a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 80px;
  width: 14px;
  height: 26px;
  margin-top: -13px;
  background-image: url("../img/arrow_right.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s ease;
}
.cta_wrapper .cta_block a:hover {
  background-color: #a6851e;
}
.cta_wrapper .cta_block a:hover:after {
  right: 75px;
}
.cta_wrapper .cta_block a .join_us {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
.cta_wrapper .cta_block a .contact_us {
  font-weight: 500;
  font-size: 17px;
}
.market,
.commitments,
.developpement,
.testimonial,
.offers,
.model,
.values {
  padding-top: 100px;
}
.market .stats .stat {
  overflow: hidden;
  margin-bottom: 60px;
}
.market .stats .stat .stat_number {
  width: 143px;
  margin-bottom: 10px;
}
.market .stats .stat .stat_number span {
  font-family: 'Proxima', sans-serif;
  position: relative;
  font-size: 54px;
  font-weight: 700;
  letter-spacing: -2px;
  z-index: 10;
}
.market .stats .stat .stat_number span:before {
  content: "";
  position: absolute;
  top: -6px;
  right: -50px;
  display: block;
  width: 65px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: auto 50px;
  z-index: -1;
}
.market .stats .stat #stat_population span:before {
  background-image: url("../img/icn-population.png");
}
.market .stats .stat #stat_service span em {
  font-style: normal;
  font-size: 32px;
  padding-left: 4px;
}
.market .stats .stat #stat_service span:before {
  right: -20px;
  background-image: url("../img/icn-service.png");
  background-size: 56px, auto;
}
.market .stats .stat #stat_mobile span:before {
  background-image: url("../img/icn-mobile.png");
}
.market .stats .stat #stat_emoney span:before {
  right: -40px;
  top: -4px;
  background-image: url("../img/icn-emoney.png");
  background-size: 42px, auto;
}
.market .stats .stat #stat_internet span:before {
  background-image: url("../img/icn-internet.png");
}
.market .stats .stat .stat_desc {
  padding: 0 0 0 15px;
}
.market .stats .stat .stat_desc p {
  margin: 10px 0;
}
.market .stats .row:nth-child(3) .stat {
  margin-bottom: 0;
}
.commitments .container .cover_section {
  position: relative;
  margin-bottom: 60px;
}
.commitments .container .cover_section:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -90px;
  left: -120px;
  width: 264px;
  height: 325px;
  background-image: url("../img/p1.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.commitments .container .commitments-content::before {
  content: '';
  z-index: -1;
  display: block;
  position: absolute;
  top: -52px;
  right: 0;
  width: 154px;
  height: 413px;
  text-indent: -9999px;
  background-size: 154px 413px;
  background: url("../img/sh_phone_girl_1.svg");
  background-repeat: no-repeat;
}


.developpement .container .cover_section {
  position: relative;
  margin-bottom: 60px;
}
.developpement .container .cover_section:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -90px;
  left: -120px;
  width: 264px;
  height: 325px;
  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.developpement .container .developpement-content::before {
  content: '';
  z-index: -1;
  display: block;
  position: absolute;
  top: -52px;
  right: 0;
  width: 154px;
  height: 413px;
  /*text-indent: -9999px;*/
  background-size: 154px 413px;
  background: url("../img/sh_phone_girl_1.svg");
  background-repeat: no-repeat;
}


.testimonial .testimonial_wrapper {
  padding: 100px 100px;
  color: #ffffff;
  background-image: url("../img/bg_testimonial.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 51px 64px rgba(0, 0, 0, 0.1);
}
.testimonial .testimonial_wrapper:before {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  bottom: -90px;
  right: -100px;
  width: 264px;
  height: 325px;
  background-image: url("../img/p1.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.testimonial .testimonial_wrapper .quotation_mark {
  width: 26px;
  height: auto;
}
.testimonial .testimonial_wrapper p {
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  color: #ffffff;
}
.testimonial .testimonial_wrapper span {
  font-size: 18px;
  font-weight: bold;
}
.offers .offer_wrapper {
  margin: 40px 0;
}
.offers .offer_wrapper:first-child {
  border-right: 1px solid rgba(19, 62, 78, 0.1);
}
.offers .offer-borders {
  position: absolute;
  z-index: 1;
  display: block;
  width: 300px;
  height: 300px;
  border: 1px solid #30697F;
  transform: translateX(50%);
}
.offers #auto-borders {
  top: 8px;
  left: -16px;
  border-top-left-radius: 162px;
  border-top-right-radius: 162px;
  border-bottom-right-radius: 162px;
}
.offers .auto {
  border-top-left-radius: 162px;
  border-top-right-radius: 162px;
  border-bottom-right-radius: 162px;
}
.offers #health-borders {
  top: 8px;
  left: 2px;
  border-top-left-radius: 162px;
  border-bottom-left-radius: 162px;
  border-bottom-right-radius: 162px;
}
.offers .health {
  border-top-left-radius: 162px;
  border-bottom-left-radius: 162px;
  border-bottom-right-radius: 162px;
}
.offers .offer {
  /*position: relative;
  z-index: 10;
  width: 300px;
  height: 300px;
  margin: auto;
  padding: 50px 40px 40px 40px;
  background-color: #E4EBEE;
  box-shadow: 0 9px 7px 0 rgba(91, 104, 110, 0.07), 0 52px 34px 0 rgba(26, 27, 28, 0.02);*/
}
.offers .offer.auto h3 {
  margin-bottom: 25px;
}
.offers .offer img {
  width: 80%;
  height: auto;
}
.model .container .cover_section {
  position: relative;
  margin-bottom: 60px;
}
.model .container .cover_section:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -60px;
  left: 40%;
  width: 264px;
  height: 325px;
  background-image: url("../img/p1.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.model .container .model-content {
  margin-top: 70px;
}
.model .container .model-content::before {
  content: '';
  z-index: -1;
  display: block;
  position: absolute;
  top: -34px;
  right: 12px;
  width: 159px;
  height: 380px;
  text-indent: -9999px;
  background-size: 159px 380px;
  background: url("../img/sh_phone_girl_2.svg");
  background-repeat: no-repeat;
}
.values .values_wrapper {
  margin: 40px 0 80px;
  padding: 100px 100px;
  color: #ffffff;
  background-image: url("../img/bg_values.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 51px 64px rgba(0, 0, 0, 0.1);
}
.values .values_wrapper::before {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 125%;
  height: 165%;
  transform: translateX(10%) translateY(15%);
  background-image: url("../img/p1.svg"), url("../img/sh_phone_man_1.svg");
  background-repeat: no-repeat;
  background-size: 264px 325px, 159px 380px;
  background-position: 101% 115%, 20% 0%;
}
.values .values_wrapper p {
  color: #ffffff;
}
.values .values_wrapper .bt_light {
  display: inline-block;
  font-size: 18px;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 10px 30px;
}
.values .values_wrapper .bt_light:hover {
  color: #B38F20;
  background-color: #ffffff;
  cursor: pointer;
}
.values .values_wrapper .bt_black {
  display: inline-block;
  font-size: 18px;
  border: 1px solid #30697F;
  color: #30697F;
  padding: 10px 30px;
}
.values .values_wrapper .bt_black:hover {
  color: #B38F20;
  background-color: #30697F;
  cursor: pointer;
}
.scrolltop {
  padding: 60px 0;
}
.scrolltop .scrollToTop {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.scrolltop .scrollToTop img {
  width: 24px;
  height: auto;
  margin-top: 15px;
  transition: all 0.5s ease;
}
.scrolltop .scrollToTop:hover {
  cursor: pointer;
}
.scrolltop .scrollToTop:hover img {
  margin-top: 10px;
}
.footer .container {
  border-top: 1px solid rgba(19, 62, 78, 0.1);
  padding: 60px 0;
}
.footer .container .logo-footer a {
  display: inline-block;
}
.footer .container .logo-footer a img {
  display: block;
  width: 117px;
}
.footer .container .nav-footer ul {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .container .nav-footer ul li {
  display: inline-block;
  margin: 0 10px;
  padding: 10px 0;
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
}
.footer .container .nav-footer ul li a {
  display: inline-block;
  padding: 0;
}
.footer .container .nav-footer ul li a:hover {
  background-color: transparent;
}
.footer .container .nav-footer ul li a:focus {
  color: #133E4E;
  background-color: transparent;
}
.footer .container .contact-footer {
  text-align: right;
}
.footer .container .contact-footer a {
  margin: 10px 0;
  display: inline-block;
  text-transform: uppercase;
}
.carousel {
  position: relative;
  margin-bottom: 60px;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}


@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-indicators {
  position: absolute;
  bottom: -60px;
  left: 50%;
  z-index: 15;
  width: 80%;
  margin-left: -40%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  text-indent: -999px;
  border-radius: 10px;
  cursor: pointer;
  background-color: #E8E8E8;
}
.carousel-indicators .active {
  background-color: #30697F;
}
@media screen and (max-width: 1024px) {
  .header .nav-header ul.nav li {
    font-size: 9px;
    margin: 0 5px;
  }
  .header .contact-header a {
    font-size: 10px;
  }
}
@media screen and (max-width: 992px) {
  .header .logo-header {
    text-align: center;
  }
  .hero {
    text-align: center;
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }


  .hero h1 {
    margin-left: 80px;
    margin-right: 80px;
    font-size: 30px;
  }
   .hero h2 {
    font-size: 15px;
  }
   .hero h3 {
    font-size: 15px;
  }

    .heroBA {
        text-align: center;
        height: auto;
        padding-top: 80px;
        padding-bottom: 120px;
    }

        .heroBA:after {
            display: none;
        }

        .heroBA #hero-phone {
            display: none;
        }

        .heroBA #hero-team {
            display: none;
        }

        .heroBA h1 {
            margin-left: 80px;
            margin-right: 80px;
            font-size: 30px;
        }

        .heroBA h2 {
            font-size: 15px;
        }

        .heroBA h3 {
            font-size: 15px;
        }


  .market,
  .commitments,
  .developpement,
  .testimonial,
  .offers,
  .model,
  .values {
    padding-top: 120px;
  }
  .commitments h4,
  .model h4 {
    text-align: center;
  }
  .commitments h2,
  .model h2 {
    text-align: center;
  }
  .commitments p,
  .model p {
    text-align: center;
  }

  .developpement h4,
  .model h4 {
    text-align: center;
  }
  .developpement h2,
  .model h2 {
    text-align: center;
  }
  .developpement p,
  .model p {
    text-align: center;
  }

  .market h4 {
    text-align: center;
  }
  .market h2 {
    text-align: center;
    margin-bottom: 60px;
  }
  .commitments .container .cover_section {
    margin-bottom: 100px;
  }
  .developpement .container .cover_section {
    margin-bottom: 100px;
  }
  .model .cover_section {
    margin-top: 80px;
  }
  .model .model-content p {
    margin-bottom: 60px;
  }
  .offers .container .offer_wrapper {
    border-right: none;
  }
  .offers .container .offer_wrapper .offer {
    width: auto;
      
  }
  .offers .container .offer_wrapper .offer img {
    width: 80%;
    height: auto;
     
  }
  .offers .container .offer_wrapper .auto {
    border-top-left-radius: 132px;
    border-top-right-radius: 132px;
    border-bottom-right-radius: 132px;
  }
  .offers .container .offer_wrapper .auto h3 {
    position: relative;
   
    margin: 16px auto;
  }
  .offers .container .offer_wrapper .auto img {
    position: relative;
    
  }
  .offers .container .offer_wrapper .health {
    border-top-left-radius: 132px;
    border-bottom-left-radius: 132px;
    border-bottom-right-radius: 132px;
  }
  .offers .container .offer_wrapper .health h3 {
    position: relative;
     
    margin: 8px auto 16px auto;
  }
  .offers .container .offer_wrapper .health img {
    position: relative;
     
  }
  .offers .container .offer_wrapper .offer-borders {
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: none;
    max-height: 245px;
    max-width: 245px;
  }
  .offers .container .offer_wrapper #auto-borders,
  .offers .container .offer_wrapper #health-borders {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .offers .container .offer_wrapper #auto-borders {
    top: -12px;
    left: -10px;
    border-top-left-radius: 132px;
    border-top-right-radius: 132px;
    border-bottom-right-radius: 132px;
  }
  .offers .container .offer_wrapper #health-borders {
    top: 12px;
    left: 10px;
    border-top-left-radius: 132px;
    border-bottom-left-radius: 132px;
    border-bottom-right-radius: 132px;
  }
  .footer .container .logo-footer,
  .footer .container .contact-footer {
    text-align: center;
  }
  .footer .container .logo-footer {
    margin-bottom: 40px;
  }
  .footer .container .nav-footer ul {
    height: auto;
  }
  .footer .container .nav-footer ul li {
    display: block;
    margin-bottom: 10px;
  }
}
/*@media screen and (min-width: 901px) {
    .col-md-6 offer_wrapper {
        width: 50%;
    }
}*/
@media screen and (max-width: 900px) {
        .hero:after {
            display: none;
        }

        .hero #hero-phone {
            display: none;
        }

        .hero #hero-team {
            display: none;
        }

        /*.col-md-6 offer_wrapper {
            width: 100%;
        }*/
    }

    @media screen and (max-width: 768px) {
        h1 {
            font-size: 44px;
            line-height: 54px;
        }

        h2 {
            font-size: 30px;
            line-height: 36px;
        }

        .hero {
            text-align: center;
            height: auto;
            padding-top: 20px;
            padding-bottom: 40px;
        }

            .hero:before {
                bottom: -100px;
                right: 15px;
            }

        .cta_wrapper {
            margin-top: -55px;
        }

            .cta_wrapper .cta_block {
                width: 85%;
                margin: auto;
            }

                .cta_wrapper .cta_block a {
                    padding: 30px 20px;
                }

                    .cta_wrapper .cta_block a:after {
                        right: 25px;
                    }

                    .cta_wrapper .cta_block a:hover:after {
                        right: 20px;
                    }

        .market,
        .commitments,
        .developpement,
        .testimonial,
        .offers,
        .model,
        .values {
            padding-top: 80px;
        }

            .market .stats .stat .stat_number {
                float: none !important;
                margin: auto;
                text-align: center;
            }

                .market .stats .stat .stat_number span {
                    font-size: 75px;
                }

                    .market .stats .stat .stat_number span em {
                        font-size: 56px;
                    }

                    .market .stats .stat .stat_number span:before {
                        content: "";
                        position: absolute;
                        top: -8px;
                        right: -70px;
                        display: block;
                        width: 100px;
                        height: 120px;
                        background-repeat: no-repeat;
                        background-size: auto 60px;
                        z-index: -1;
                    }

            .market .stats .stat .stat_desc {
                padding: 0;
                text-align: center;
            }

                .market .stats .stat .stat_desc p {
                    font-size: 18px;
                }

            .market .stats .stat #stat_service span:before {
                right: -48px;
                top: -6px;
                background-size: 64px, auto;
            }

            .market .stats .stat #stat_mobile span:before {
                right: -76px;
                top: -8px;
                background-size: 48px, auto;
            }

            .market .stats .stat #stat_emoney span:before {
                right: -70px;
                top: -6px;
                background-size: 56px, auto;
            }

            .testimonial .container p {
                font-size: 20px;
                line-height: 24px;
            }
    }

    @media screen and (max-width: 480px) {
        h1 {
            font-size: 34px;
            line-height: 44px;
        }

        .hero {
            padding-top: 20px;
            padding-bottom: 40px;
        }

            .hero h1 {
                margin-left: 25px;
                margin-right: 25px;
            }

        .testimonial .testimonial_wrapper {
            padding: 60px 25px;
        }

        .values .values_wrapper {
            padding: 60px 25px;
            margin: 0 0 60px 0;
        }
    }


    .newsLink {
        font-size: 13px;
        font-weight: 600;
    }

    a.newsLinkPageActu {
        font-size: 13px;
        font-weight: 600;
        color: white;
        text-decoration: none;
    }

    .Article {
        width: 100%;
        text-align: center;
    }

    .titreArticle {
        text-align: center;
    }

    .contentArticle {
        margin-left: 20%;
        margin-right: 20%;
        text-align: left;
        font-size: 20px;
    }

    .titreArticle h1 {
        font-size: 40px;
        font-weight: 600;
        color: #30697F;
    }

    .bln-youTube-frame {
        border: none;
        overflow: hidden;
        width: 450px;
        height: 340px;
    }

    @media screen and (max-width: 515px) {
        .bln-youTube-frame {
            width: 100%;
            height: 250px;
        }
    }

    @media all and (min-width: 516px) and (max-width: 1080px) {
        .bln-youTube-frame {
            width: 450px;
            height: 340px;
        }
    }

    .contactMail h2 {
        margin: 2px 0 2px;
        font-size: 12px;
        color: white;
    }

    .contactMail h3 {
        margin: 2px 0 2px;
        font-size: 12px;
        font-weight: 400;
        color: white;
    }

        .contactMail h3 a {
            color: #b38f20;
        }

    .drapeaux {
        margin-top: 20px;
        text-align: center;
    }

        .drapeaux h2 {
            font-size: 13px;
            color: white;
        }

    .drapeauGauche {
        float: left;
    }

    .drapeau {
        float: left;
        margin-left: 10px;
    }

    .AlaUne {
        text-align: left;
        margin-top: 20px;
    }

    .HPDesktop {
        margin-left: 10px;
    }

.NewsAlaUne {
    width: 50%;
    float: left;
    text-align:center;
}

.carousel-pays_unit{
    text-align:center;
}

.HPSubTitle{
    display:block;
    margin-left:20%;
}

.HPTitle h1{
    display:block;
    margin-left:0px;
    margin-top:0px;
    margin-bottom:0px;
}

/* MENU BURGER*/
.burger {
    float: left;
}

.mobileLogo {
    text-align: right;
    vertical-align:bottom;
    float: right;
    width: 50%;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #264F60;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

/* FIN MENU BURGER*/

    .photothequeDiv {
        width: 300px;
        margin-top:5px;
        margin-right:5px;
        display:inline-block;
    }
    .photothequeDiv img {
        width: 90%;
    }
.dialogImageClass {
    width: 100%;
    height: 100%;
    margin-top: 5px;
    margin-right: 5px;
}

    .dialogImageClass img {
        width: 100%;
    }
@media screen and (min-width: 900px) and (max-width: 1200px) {
    .hero #hero-phone {
            max-width: 290px;
            min-width: 100px;
            right: 5%;
        }
    }

@media screen and (max-width: 990px) {
    .HPMobile {
        visibility: visible;
        display: block;
    }
    .carousel-pays-row {
        visibility: visible;
        display: block;
    }
    .mobile-youtube-vivatech-row {
        visibility: visible;
        display: block;
    }
    .burger {
        visibility: visible;
        display: block;
    }
    .mobileLogo {
        visibility: visible;
        display: inline;
    }
    .HPTitle h1{
        font-size:26px;
    }
    .HPSubTitle{
        display:block;
        margin-left:0%;
    }
    .NewsAlaUne {
        width: 100%;
    }

    .HPDesktop {
        visibility: hidden;
        display: none;
    }
    .col-md-2 logo-header {
        visibility: hidden;
        display: none;
    }
    .header .logo-header a {
        display:none;
    }

}

@media screen and (min-width: 991px) {
    .HPMobile {
        visibility: hidden;
        display: none;
    }
    .burger {
        visibility: hidden;
        display: none;
    }
    .carousel-pays-row {
        visibility: hidden;
        display: none;
    }
    .mobile-youtube-vivatech-row {
        visibility: hidden;
        display: none;
    }
    .mobileLogo {
        visibility: hidden;
        display: none;
    }

    .HPDesktop {
        visibility: visible;
        display: block;
    }
    .col-md-2 logo-header {
        visibility: visible;
        display: block;
    }

}



   