@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #242424;
    height: 100%;
    position: relative;
}
body.fh5co-overflow {
  overflow-x: auto;
}

a {
    color: #84BC25;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

a:hover, a:active, a:focus {
    color: #84BC25;
    outline: none;
    text-decoration: none;
}

p, figure {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
    color: #484c50;
    font-family: Montserrat, "Roboto", Arial, sans-serif;
    font-weight: 300;
    margin: 0 0 30px 0;
}

h1 {
    font-size:34px;
}

h2 {
    font-size: 26px;
    line-height:1.5;
}

::-webkit-selection {
  color: #818892;
  background: #f9f6f0;
}

::-moz-selection {
  color: #818892;
  background: #f9f6f0;
}

::selection {
  color: #818892;
  background: #f9f6f0;
}

.white {
  color: #FFFFFF;
}

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 1px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 3px;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #84BC25;
  color: #fff;
  border: 2px solid #84BC25;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #00c84b !important;
  border-color: #00c84b !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #84BC25;
  border: 2px solid #84BC25;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #84BC25;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.glyph {
  display: inline-block;
  width: 9em;
  margin: 1em;
  text-align: center;
  vertical-align: top;
  background: #FFF;
}
.glyph .glyph-icon {
  display: block;
  font-family: "Flaticon";
  font-size: 64px;
  line-height: 1;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 44px;
  font-style: normal;
  margin-left: 2px;
  color: #84BC25;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #84BC25;
}

body {
  background-color: #FFF;
}

.boxed #fh5co-page {
  max-width: 1340px;
  max-width: 1140px;
  margin: 0 auto;
  background: #fff;
  -ms-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

.boxed #fh5co-page .container {
  max-width: 1140px;
  max-width: 960px;
  margin: 0 auto;
}


#fh5co-navbar {
  background: #FFFFFF;
  padding-top: 10px;
}
#fh5co-navbar #fh5co-logo {
  padding-top: 14px;
  text-align: center;
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: -12px;
  z-index: 1;
}
#fh5co-navbar #fh5co-logo a {
  font-size: 30px;
  font-weight: 500;
  color: white;
}
#fh5co-navbar #fh5co-logo a span {
  color: #84BC25;
}
#fh5co-navbar nav {
  position: relative;
}
#fh5co-navbar nav ul {
  padding: 0;
  margin: 0;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #fh5co-navbar nav ul {
    display: none;
  }
}
#fh5co-navbar nav ul li {
  display: inline;
}
#fh5co-navbar nav ul li a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
}
#fh5co-navbar nav ul li a:hover {
  color: black;
}
#fh5co-navbar nav ul li.fh5co-cta-btn a {
    position: relative;
    border-bottom: none;
    padding: 7px 20px;
    border: 2px solid #84BC25;
    border-radius: 3px;
}
#fh5co-navbar nav ul li.fh5co-cta-btn a:hover {
  border: 2px solid #84BC25;
  background-color:#84BC25;
  color:#FFF;
}
#fh5co-navbar nav ul li.active a {
  color: black;
}
#fh5co-navbar nav ul.right-menu li {
  padding-left: 30px;
}

#fh5co-header {
  position: absolute;
  width: 100%;
  left: 0;
  padding-top: 5px;
  z-index: 12;
}
@media screen and (max-width: 768px) {
  #fh5co-header {
    padding-top: 30px;
  }
}
#fh5co-header #fh5co-logo {
  text-align: center;
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: -12px;
  z-index: 1;
}
#fh5co-header #fh5co-logo a {
  font-size: 30px;
  font-weight: 500;
  color: white;
}
#fh5co-header #fh5co-logo a span {
  color: #84BC25;
}
#fh5co-header nav {
  position: relative;
}
#fh5co-header nav ul {
  padding: 0;
  z-index: 9999;
  position: relative;
}

.nav-bar-left {
    margin: -16px;
}

#fh5co-header nav ul.nav-bar-left {
    top: -2px;
}

@media screen and (max-width: 1000px) {
    #fh5co-header nav ul {
    display: none;
  }
}
#fh5co-header nav ul li {
  display: inline;
}
#fh5co-header nav ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
}
.linklevel2 {
    font-size: 13px !important;
    color: rgba(0,0,0,0.7) !important;
    font-weight: 500 !important;
    line-height: 2 !important;
    background-color: transparent !important;
}


#fh5co-header .nav li a:hover {
    text-decoration: none;
}

#fh5co-header .nav li .open, #fh5co-navbar .nav .open a {
    background-color: transparent !important;
}
.submenu {
    position: absolute !important;
    top: 57px;
    padding-left: 15px;
    transform: translateY(-10px);
    /*transition: transform .15s ease-in-out, opacity .15s ease-in-out;*/
    border-radius: 8px 3px 3px 8px !important;
    box-shadow: 0 0 0 1px rgba(100,100,100,0.3), 0 3px 30px rgba(100,100,100,0.8);
    width: 320px;
    padding-right: 5px;
    overflow: visible;
    z-index: 3;
    border:0 !important;
}
.submenuRessources {
    width: 300px !important;
}
.submenu li:first-child {
        border-top: 0;
        border-bottom: 0;
    }

.submenu li {
        display: block;
        width: auto;
    }

.submenu li a {
   display: block;
   transition: box-shadow .2s ease-in-out, color .2s ease-in-out;
   white-space: nowrap;
   box-shadow: inset 0 0 0 white;
   cursor: pointer;
}

.submenu li a:hover {
    box-shadow: inset -3px 0 0 0 #84BC25;
    color: rgba(0,0,0,0.8) !important;
}


#fh5co-header nav ul li.fh5co-cta-btn a {
    position: relative;
    border-bottom: none;
    padding: 7px 20px;
    border: 2px solid #84BC25 !important;
    border-radius: 3px;
}

#fh5co-header nav li a, #fh5co-header nav li a:hover, #fh5co-header .nav .open > a:hover, #fh5co-header .nav .open > a:focus {
    background-color: transparent !important;
}

#fh5co-header nav ul li.fh5co-cta-btn a:hover {
    border: 2px solid white;
    background-color: #84BC25 !important;
    color: #FFF !important;
}
#fh5co-header nav ul li.active a {
  color: white;
}

#fh5co-header nav ul.right-menu li {
  padding-left: 30px;
}

#fh5co-hero {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 480px) {
    #fh5co-hero {
    height: 450px;
  }
}
#fh5co-hero .fh5co-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #29a5a2;
  opacity: .25;
  z-index: 9;
}

.fond-header {
  background-image: url(../../images/visuel-convocation-assemblee-generale.jpg);
}
@media screen and (max-width: 480px) {
  .fond-header {
    background-image: url(../../images/visuel-convocation-assemblee-generale-mob.jpg);
  }
}
.fond-header .fh5co-intro {
  display: table;
  width: 100%;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 480px) {
  .fond-header .fh5co-intro {
    height: 450px;
  }
}
.fond-header .fh5co-intro > div {
  padding-top: 125px;
  text-align: center;
  display: table-cell;
}
@media screen and (min-width: 1800px) {
  .fond-header .fh5co-intro > div {
    padding-top: 150px;
  }
}
.fond-header .fh5co-intro > div .fh5co-left-position {
  width: 65%;
  float: left;
}
@media screen and (max-width: 992px) {
  .fond-header .fh5co-intro > div .fh5co-left-position {
    width: 100%;
  }
}
.fond-header .fh5co-intro > div .fh5co-center-position {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .fond-header .fh5co-intro > div .fh5co-center-position {
    width: 100%;
    text-align: center;
  }
}
.fond-header .fh5co-intro > div .fh5co-right-position {
  width: 65%;
  float: right;
  text-align: right;
}
@media screen and (max-width: 992px) {
  .fond-header .fh5co-intro > div .fh5co-right-position {
    width: 100%;
    text-align: left;
  }
}
.fond-header .fh5co-intro > div h1 {
  font-size: 35px;
  line-height: 55px;
  font-weight: 100;
  color: #EEE;
}
@media screen and (max-width: 1800px) {
    .fond-header .fh5co-intro > div h1 {
        font-size: 34px;
        line-height: 50px;
    }
}
@media screen and (max-width: 1600px) {
    .fond-header .fh5co-intro > div h1 {
        font-size: 32px;
        line-height: 45px;
    }
}
@media screen and (max-width: 1400px) {
    .fond-header .fh5co-intro > div h1 {
        font-size: 29px;
        line-height: 40px;
    }
}
@media screen and (max-width: 992px) {
  .fond-header .fh5co-intro > div h1 {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }
}
.fond-header .fh5co-intro > div h2 {
  font-size: 43px;
  line-height: 60px;
  font-weight: 100;
  color: white;
}
@media screen and (max-width: 992px) {
  .fond-header .fh5co-intro > div h2 {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }
}
.fond-header .fh5co-intro > div h3 {
  font-weight: 100;
  font-size: 30px;
  line-height: 45px;
  color: white;
}
@media screen and (max-width: 992px) {
  .fond-header .fh5co-intro > div h3 {
    font-size: 24px;
    line-height: 37px;
    text-align: center;
  }
}
.fond-header .fh5co-intro > div .btn-outline, .fond-header .fh5co-intro > div .btn-primary {
  padding: 10px 20px !important;
  min-width: 200px;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .fond-header .fh5co-intro > div .btn-outline, .fond-header .fh5co-intro > div .btn-primary {
    padding: 8px 20px !important;
    width: 100%;
  }
}
.fond-header .fh5co-intro > div .btn-outline {
  border-color: rgba(255, 255, 255, 0.2);
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}
.fond-header .fh5co-intro > div .btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
}
.fond-header .fh5co-learn-more {
  position: absolute;
  bottom: -25px;
  left: 50%;
  z-index: 12;
  text-align: center;
}
.fond-header .fh5co-learn-more a {
  display: block;
}
.fond-header .fh5co-learn-more a .text {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
.fond-header .fh5co-learn-more a .arrow {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: #84BC25;
  border-radius: 50%;
}
.fond-header .fh5co-learn-more a .arrow i {
  top: 10px;
  position: relative;
  color: #fff;
  vertical-align: middle;
}
.fond-header .fh5co-capture {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 17;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .fond-header .fh5co-capture {
    display: none;
  }
}
.fond-header .fh5co-capture img {
  width: 48%;
}

.no-js-fullheight {
  height: 620px;
}
@media screen and (max-width: 768px) {
  .no-js-fullheight {
    height: inherit;
    padding: 3em 0;
  }
}

#header-video {
  position: absolute;
  bottom: 12vh;
  width: 100%;
  z-index: 11;
  text-align: center;
}
@media screen and (min-width: 1800px) {
  #header-video {
    bottom: 18vh;
  }
}
@media screen and (max-width: 600px) {
  #header-video {
    display: none;
  }
}

#header-video-mob {
  text-align: center;
  padding: 10px;
  background: #FFFFFF;
}
#header-video-mob h2 {
  text-align: center;
  padding: 15px 15px 0px 15px;
  font-size: 24px;
}

#video-logiciel-ag {
  max-width: 600px;
  height: 42vh;
  border: #FFFFFF 10px solid;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1800px) {
  #video-logiciel-ag {
    height: 40vh;
  }
}

#video-logiciel-ag-mob {
  border: #FFFFFF 10px solid;
  background-color: #FFFFFF;
  width: 100%;
}

#homepage-chevron {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    z-index: 20;
    text-align: center;
    font-size: 22px;
    color: #FFF;
}

#homepage-chevron a{
    color:#FFF;
}
#homepage-chevron a:hover {
        color: #00c84b;
    }


    @media screen and (max-width: 768px) {
        .fh5co-lead {
            font-size: 35px;
        }
    }

    .fh5co-sub-lead {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

.bordered {
  font-size: calc(18em / 14);
  margin-left: 40px;
  border-left: 1px solid #dbdbdb;
  line-height: 1.4em;
}
.bordered .btn {
  font-size: 1em;
  margin-top: 20px;
  margin-left: 20px;
  padding: .5em 1.5em;
}
.bordered ul {
    margin-top: 10px;
    color: #484c50;
    font-size: 16px;
    list-style-type: none;
}


.articleBlock ul {
    font-size: 16px;
    margin-left: 40px;
    border-left: 1px solid #dbdbdb;
    line-height: 2em;
    list-style: none;
}

.articleBlock .btn {
    font-size: 1em;
    margin-top: 20px;
    margin-left: 20px;
    padding: .5em 1.5em;
}

.articleBlock ul {
    margin-top: 20px;
    color: #484c50;
    font-size: 18px;
}

#fh5co-avantages {
  background: #FFFFF;
}
#fh5co-avantages .fh5co-sub-lead {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}
#fh5co-avantages h2 {
  color: #484c50;
  font-weight: 500; 
  font-size: 18px;
  line-height: 1.5;
}
    #fh5co-avantages h3 {
        color: #484c50;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.1;
        padding-left: 52px;
        padding-top: 20px;
    }

#fh5co-avantages h3 a {
  color: #484c50;
  font-weight: 700;
}

#fh5co-avantages h3 a:hover {
  color: #84BC25;
  font-weight: 700;
}

#fh5co-avantages,
#fh5co-features,
#fh5co-features-2,
#fh5co-features-3,
#fh5co-features-4,
#fh5co-projects,
#fh5co-testimonials,
#fh5co-about,
#fh5co-subscribe,
#fh5co-info,
#fh5co-pricing,
#fh5co-actu,
#fh5co-faqs,
#fh5co-footer {
    background-color: #fff;
    padding: 7em 0;
}
@media screen and (max-width: 768px) {
    #fh5co-avantages,
    #fh5co-features,
    #fh5co-features-2,
    #fh5co-features-3,
    #fh5co-features-4,
    #fh5co-projects,
    #fh5co-testimonials,
    #fh5co-about,
    #fh5co-subscribe,
    #fh5co-info,
    #fh5co-juridique-corporate,
    #fh5co-confiance,
    #fh5co-pricing,
    fh5co-actu,
    #fh5co-faqs,
    #fh5co-footer {
        padding: 3em 0;
    }
}

#Avantages,.advantages {
  background: #29a5a2;
  position: relative;
  padding: 50px 0 70px;
  font-size:14px;
}

#Avantages h2, .advantages h2 {
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
    font-size:26px;
    padding-bottom: 10px;
}

#Avantages h3, .advantages h3 {
    color: #fff;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 8px;
    font-size: 22px;
    min-height: 56px;
}

#Avantages .fh5co-icon,.advantages .fh5co-icon {
    border-bottom: 1px solid #ccc;
    padding: 1em 0;
    text-align: center;
    width: 50px;
    height: 50px;
    display: table;
    margin: 0 auto 30px auto;
    background: #FFFFFF;
    border-radius: 50%;
}

.glyph-icon.flaticon-small {
    font-size: 24px !important;
}

.flaticon-small:before {
    font-size: 24px !important;
    font-style: normal;
    margin-left: 0px !important;
}

    

#services {
  background: #29a5a2;
  position: relative;
  padding: 80px 0 100px;
  font-size:18px;
}

#services h2 {
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
  font-size:36px !important;
}

#services h2 strong {

    font-weight:500;
}

#services .title-mob {
  padding-bottom: 25px;
  margin-top: -15px;
  font-size: 18px;
}
#services .fh5co-icon {
  border-bottom: 1px solid #ccc;
  padding: 1em 0;
  text-align: center;
  width: 112px;
  height: 112px;
  display: table;
  margin: 0 auto 30px auto;
  background: #FFFFFF;
  border-radius: 50%;
}
#services .fh5co-icon i {
  position: relative;
  top: -1px;
  display: table-cell;
  vertical-align: middle;
  font-size: 50px;
  color: #84BC25;
}

#FAQ {
    background: #FFF;
    position: relative;
    padding: 50px 0 20px;
    font-size: 14px;
}

.faqTitle {
    background: #FFF;
    position: relative;
    padding: 20px 0 20px;
    font-size: 14px;
}

#FAQ h2, .faqTitle h2 {
    font-weight: 300;
    line-height: 1.5;
    font-size: 26px;
    padding-top: 20px;
    color: #84BC25;
}

#FAQ h3, .faqContent h3 {
    font-weight: 700 !important;
    line-height: 1.5;
    font-size: 14px !important;
    margin-bottom: 10px;
}

#FAQ .question, .faqContent .question {
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: flex;
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 580px;
    min-height: 120px;
    margin: 0 auto 30px;
    padding: 20px 30px;
    border: 1px solid rgba(186,186,186,0.3);
    border-radius: 20px;
    background-color: white;
    box-shadow: 0 4px 40px 0 rgba(0,0,0,0.03);
}

#FAQ .question:hover, .faqContent .question:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 40px 0 rgba(0,0,0,0.1);
}

#FAQ .question .up-faq, .faqContent .question .up-faq {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-left: -56px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 4px 0 0 rgba(0,0,0,0.03), 0 0 0 1px rgba(0,0,0,0.08);
    content: '';
}

#FAQ .question p, #FAQ .question li, .faqContent .question p, .faqContent .question li {
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
}

#FAQ .content-faq, .faqContent .content-faq {
    max-width: 638px;
}


#fh5co-forwho {
  padding: 50px 0 50px 0;
  background: #ffffff;
}
#fh5co-forwho .tiles-section {
  padding: 0;
  margin-top: 1px;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
#fh5co-forwho .itemfw {
  position: relative;
  display: block;
  min-height: 80px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background-color: #fff;
}
#fh5co-forwho .itemfw .front {
  opacity: 1;
  -webkit-transition: opacity .4s ease-in-out;
          transition: opacity .4s ease-in-out;
}
#fh5co-forwho .itemfw .back {
  line-height: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 26px;
  color: #5bbc2e;
  border: 2px solid #5bbc2e;
  background-color: #fff;
  opacity: 0;
}
#fh5co-forwho .itemfw:hover {
  text-decoration: none;
  outline: 0 none;
}
#fh5co-forwho .itemfw:hover .front {
  opacity: 0;
}
#fh5co-forwho .itemfw:hover .back {
  opacity: 1;
}
#fh5co-forwho .itemfw:hover .category-icon:after {
  position: absolute;
  top: 100%;
  right: -16px;
  left: -16px;
  display: inline-block;
  margin-top: 13px;
  content: "";
  border-bottom: 2px solid #e0e0e0;
}
#fh5co-forwho h2 {
  color: #29a5a2;
  font-weight: 300;
  padding-bottom: 20px;
}
#fh5co-forwho li {
  float: left;
  width: 25%;
}

#fh5co-projects {
  background: #f9f9f9;
}
#fh5co-projects .fh5co-lead {
  font-size: 50px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #fh5co-projects .fh5co-lead {
    font-size: 35px;
  }
}
#fh5co-projects .fh5co-sub-lead {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}
#fh5co-projects .fh5co-project-item {
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 9;
  margin-bottom: 30px;
  -ms-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-projects .fh5co-project-item img {
  z-index: 8;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-projects .fh5co-project-item .fh5co-text {
  padding: 30px 10px 10px 20px;
  text-align: center;
}
#fh5co-projects .fh5co-project-item .fh5co-text h2, #fh5co-projects .fh5co-project-item .fh5co-text span {
  text-decoration: none !important;
}
#fh5co-projects .fh5co-project-item .fh5co-text h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #484c50;
}
#fh5co-projects .fh5co-project-item .fh5co-text span {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
}
#fh5co-projects .fh5co-project-item .fh5co-text p {
  color: #85919d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-projects .fh5co-project-item:hover, #fh5co-projects .fh5co-project-item:focus {
  -ms-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
#fh5co-projects .fh5co-project-item:hover img, #fh5co-projects .fh5co-project-item:focus img {
  opacity: .7;
}
#fh5co-projects .fh5co-project-item:hover h2, #fh5co-projects .fh5co-project-item:hover span, #fh5co-projects .fh5co-project-item:focus h2, #fh5co-projects .fh5co-project-item:focus span {
  text-decoration: none !important;
}
#fh5co-projects .fh5co-project-item:hover p, #fh5co-projects .fh5co-project-item:focus p {
  color: #484c50;
}

#fh5co-features .fh5co-devices {
  margin-bottom: 40px;
}
#fh5co-features .fh5co-devices img {
  margin: 0 auto;
}
#fh5co-features .fh5co-lead {
  font-size: 50px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #fh5co-features .fh5co-lead {
    font-size: 35px;
  }
}
#fh5co-features .fh5co-sub-lead {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}
#fh5co-features .fh5co-feature {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #fh5co-features .fh5co-feature {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#fh5co-features .fh5co-feature .fh5co-icon {
  width: 112px;
  height: 112px;
  display: table;
  margin: 0 auto 30px auto;
  background: #71ffa6;
  border-radius: 50%;
}
#fh5co-features .fh5co-feature .fh5co-icon i {
  position: relative;
  top: -1px;
  display: table-cell;
  vertical-align: middle;
  font-size: 50px;
  color: #84BC25;
}
#fh5co-features .fh5co-feature h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

#fh5co-features-2, #fh5co-features-3, #fh5co-features-4 {
  background: #f9f9f9;
  overflow: hidden;
}

    #fh5co-features-2 h2 {
        font-size: 38px;
        text-align: center;
        line-height: 1.1;
    }


#fh5co-avantages h2 {
    font-size: 38px;
    color: #84BC25;
}
#fh5co-features-2 .fh5co-label, #fh5co-features-3 .fh5co-label, #fh5co-features-4 .fh5co-label {
    display: block;
}
#fh5co-features-2 .fh5co-lead, #fh5co-features-3 .fh5co-lead, #fh5co-features-4 .fh5co-lead {
  font-size: 50px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #fh5co-features-2 .fh5co-lead, #fh5co-features-3 .fh5co-lead, #fh5co-features-4 .fh5co-lead {
    font-size: 35px;
  }
}
#fh5co-features-2 .fh5co-feature, #fh5co-features-3 .fh5co-feature, #fh5co-features-4 .fh5co-feature {
  clear: both;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
#fh5co-features-2 .fh5co-feature .fh5co-icon, #fh5co-features-3 .fh5co-feature .fh5co-icon, #fh5co-features-4 .fh5co-feature .fh5co-icon {
  float: left;
  width: 10%;
}
#fh5co-features-2 .fh5co-feature .fh5co-icon i, #fh5co-features-3 .fh5co-feature .fh5co-icon i, #fh5co-features-4 .fh5co-feature .fh5co-icon i {
    font-size: 40px;
    color: #84BC25;
    margin-left: 12px;
}
@media screen and (max-width: 768px) {
  #fh5co-features-2 .fh5co-feature .fh5co-icon i, #fh5co-features-3 .fh5co-feature .fh5co-icon i, #fh5co-features-4 .fh5co-feature .fh5co-icon i {
    font-size: 30px;
  }
}
#fh5co-features-2 .fh5co-feature .fh5co-text, #fh5co-features-3 .fh5co-feature .fh5co-text, #fh5co-features-4 .fh5co-feature .fh5co-text {
    float: right;
    width: 90%;
    padding-top: 5px;
}
#fh5co-features-2 .fh5co-feature h3, #fh5co-features-3 .fh5co-feature h3, #fh5co-features-4 .fh5co-feature h3 {
  font-size: 24px;
  color: #484c50;
  margin-bottom: 10px;
  font-weight: 300;
}
#fh5co-features-2 .fh5co-btn-action, #fh5co-features-3 .fh5co-btn-action, #fh5co-features-4 .fh5co-btn-action {
  width: 100%;
  float: left;
}
#fh5co-features-2 .fh5co-btn-action > a, #fh5co-features-3 .fh5co-btn-action > a, #fh5co-features-4 .fh5co-btn-action > a {
  margin-left: 15%;
}
@media screen and (max-width: 480px) {
  #fh5co-features-2 .fh5co-btn-action > a, #fh5co-features-3 .fh5co-btn-action > a, #fh5co-features-4 .fh5co-btn-action > a {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  #fh5co-features-2 .fh5co-feature-image img, #fh5co-features-3 .fh5co-feature-image img, #fh5co-features-4 .fh5co-feature-image img {
    max-width: 100%;
    width: 45%;
  }
}

#fh5co-features-3 {
  background: #fff;
}

#fh5co-testimonials.boredr-top {
  border-top: 1px solid #f0f2f3;
}
#fh5co-testimonials .fh5co-lead {
  font-size: 50px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #fh5co-testimonials .fh5co-lead {
    font-size: 35px;
  }
}
#fh5co-testimonials .flexslider {
  background: transparent;
  border: none;
  border-radius: 0;
}
#fh5co-testimonials .slides {
  z-index: 99;
}
#fh5co-testimonials .slides li blockquote {
  border-left: none;
  padding-left: 0;
  font-size: 26px;
  line-height: 46px;
  margin-bottom: 0;
}
#fh5co-testimonials .slides li p cite {
  font-size: 16px;
}
#fh5co-testimonials .flexslider-controls {
  margin-left: -15px;
  z-index: 100;
  position: relative;
}
#fh5co-testimonials .flexslider-controls .flex-control-nav {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #fh5co-testimonials .flexslider-controls .flex-control-nav {
    padding-bottom: 30px;
  }
}
#fh5co-testimonials .flexslider-controls .flex-control-nav li {
  cursor: pointer;
}
#fh5co-testimonials .flexslider-controls .flex-control-nav li img {
  cursor: pointer;
  width: 50px;
  opacity: .3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
}
#fh5co-testimonials .flexslider-controls .flex-control-nav li.flex-active img {
  opacity: 1;
}
#fh5co-testimonials .flexslider-controls .flex-control-nav li:hover img {
  opacity: 1;
}

#fh5co-about .fh5co-social a {
  font-size: 35px !important;
  color: #b3b3b3 !important;
}
#fh5co-about .fh5co-social a:hover {
  color: #333333 !important;
}
#fh5co-about .fh5co-lead {
  font-size: 50px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #fh5co-about .fh5co-lead {
    font-size: 35px;
  }
}
#fh5co-about .fh5co-sub-lead {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}
#fh5co-about .flexslider {
  background: transparent;
  border: none;
  border-radius: 0;
}

#fh5co-subscribe {
  background: #f9f9f9;
  padding: 3em 0;
}
#fh5co-subscribe h3 {
  float: left;
  width: 30%;
  top: 10px;
  font-size: 26px;
  margin-bottom: 0;
  position: relative;
}
#fh5co-subscribe h3 label {
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  #fh5co-subscribe h3 {
    width: 100%;
    margin-bottom: 30px;
  }
}
#fh5co-subscribe form {
  width: 60%;
  float: right;
  position: relative;
}
@media screen and (max-width: 992px) {
  #fh5co-subscribe form {
    width: 100%;
  }
}
#fh5co-subscribe form .fh5co-icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 15px;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  #fh5co-subscribe form .fh5co-icon {
    position: absolute;
    top: 26px;
  }
}
#fh5co-subscribe form input[type="email"] {
  width: 100%;
  background: #ededed;
  border: none;
  padding-left: 50px;
  padding-right: 170px;
}
@media screen and (max-width: 480px) {
  #fh5co-subscribe form input[type="email"] {
    margin-bottom: 10px;
    padding-right: 50px;
  }
}
#fh5co-subscribe form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -4px;
  height: 54px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 20px;
  font-weight: 300;
  width: 160px;
}
@media screen and (max-width: 480px) {
  #fh5co-subscribe form input[type="submit"] {
    position: relative;
    width: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}

#fh5co-info {
    background: #84BC25;
}
#fh5co-info .fh5co-label {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-info .fh5co-lead {
  color: white;
}
#fh5co-info p {
  color: white;
}

.border-img {
    border: #FFF 4px solid;
    border-radius: 5px;
}

#fh5co-juridique-corporate, .linkingBlock {
    background: #29a5a2;
    padding: 3em 0;
}
#fh5co-juridique-corporate h2, .linkingBlock h2 {
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
}

#fh5co-juridique-corporate a, .linkingBlock a {
    color: #fff;
}

#fh5co-confiance {
    padding: 3em 0;
    background: #ffffff;
}

    #fh5co-confiance H2 {
        font-weight: normal;
        font-size: 24px;
        line-height: 1.1;
        color: #484C50;
    }

#fh5co-actu {
    padding: 3em 0;
    background: #f9f9f9;
}

    #fh5co-actu H2 {
        color: #84BC25;
        font-weight: 700;
        font-size: calc(30em / 14);
        line-height: 1.1;
    }

    #fh5co-actu H3 {
        padding-top: 50px;
        font-size: 22px;
        color: #484c50;
        font-family: "Roboto", Arial, sans-serif;
        font-weight: 400;
        line-height: 1.5;
    }

    #fh5co-actu a {
        font-size: 18px;
        color: #84BC25;
        font-family: "Roboto", Arial, sans-serif;
        font-weight: 400;
    }
    #fh5co-actu a {
        color: #84BC25;
    }

    #fh5co-footer a:hover {
        text-decoration: underline;
    }

#fh5co-pricing {
    background: #f9f9f9;
}

#fh5co-pricing H2.pricing-plan {
    color: #84BC25;
}
  
#fh5co-pricing .price-box {
  background: #fff;
  border: 2px solid #ECEEF0;
  text-align: center;
  padding: 27px;
  margin-bottom: 40px;
  position: relative;
  border-radius: 5px;
}

#fh5co-pricing .price-desc-offre {
   font-size: 14px; 
       line-height:1.5;
   }

#fh5co-pricing .price-box.popular {
    border: 2px solid #84BC25;
}
#fh5co-pricing .price-description {
    top: 0;
    left: 50%;
    margin-left: -54px;
    margin-top: -2em;
    position: absolute;
    padding: 4px 20px;
    background: #84BC25;
    color: #fff;
    border-radius: 4px;
}
#fh5co-pricing .price-box.popular .popular-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid black;
  border-top-color: #84BC25;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#fh5co-pricing .price-box:hover {
  border: 2px solid #84BC25;
}
#fh5co-pricing .pricing-plan {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
#fh5co-pricing h3 {
  margin: 0 0 10px 0 !important;
}
#fh5co-pricing .price {
  font-size: 40px;
  color: #000;
}
#fh5co-pricing .price .currency {
  font-size: 20px;
  top: -1.2em;
}
#fh5co-pricing .price small {
  font-size: 20px;
}
#fh5co-pricing .pricing-info {
  padding: 0;
  margin: 0 0 10px 0;
}
#fh5co-pricing  .black {
  color: #000;
    font-size: 14px;
}
#fh5co-pricing .pricing-info li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

#fh5co-faqs .fh5co-faq-list {
  margin: 0;
  padding: 0;
}
#fh5co-faqs .fh5co-faq-list li {
  margin: 0 0 40px 0;
  padding: 0;
  line-height: 24px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #fh5co-faqs .fh5co-faq-list li {
    margin: 0 0 20px 0;
  }
}
#fh5co-faqs .fh5co-faq-list li h2 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #fh5co-faqs .fh5co-faq-list li h2 {
    font-size: 26px;
  }
}

#fh5co-footer {
  padding-bottom: 0;
}
#fh5co-footer a {
  color: #6a7885;
}
#fh5co-footer a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  #fh5co-footer .fh5co-footer-widget {
    margin-bottom: 30px;
    float: left;
    width: 100%;
  }
}
#fh5co-footer .fh5co-footer-widget h3 {
  font-size: 18px;
  font-weight: 400;
}
#fh5co-footer .fh5co-footer-widget .fh5co-links {
  padding: 0;
  margin: 0;
}
    #fh5co-footer .fh5co-footer-widget .fh5co-links li {
        padding: 0;
        margin: 0;
        list-style: none;
        margin-bottom: 15px;
        line-height: 28px;
    }
#fh5co-footer .fh5co-footer-widget .fh5co-links li a {
        color: #242424;
    }
#fh5co-footer .fh5co-footer-widget .fh5co-links li a:hover {
  text-decoration: underline;
}
#fh5co-footer .fh5co-copyright {
  border-top: 1px solid #f0f2f3;
  padding: 40px 0;
}
#fh5co-footer .fh5co-copyright a {
  font-weight: 700;
}
#fh5co-footer .fh5co-copyright p {
  margin-bottom: 0;
}
#fh5co-footer .fh5co-copyright p small {
  font-size: 15px;
}
#fh5co-footer .fh5co-copyright .fh5co-left {
  float: left;
}
#fh5co-footer .fh5co-copyright .fh5co-right {
  float: right;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-copyright .fh5co-right {
    float: left;
  }
}

.fh5co-social {
  padding: 0;
  margin: 0;
}
.fh5co-social li {
  padding: 0;
  margin: 0;
  display: inline;
}
.fh5co-social li a {
  padding: 4px 7px;
  font-size: 22px;
}
.fh5co-social li a:hover {
  text-decoration: none !important;
  color: #84BC25 !important;
}

.fh5co-person {
  text-align: center;
}
@media screen and (max-width: 992px) {
  .fh5co-person {
    margin-bottom: 30px;
    float: left;
    width: 100%;
  }
}
.fh5co-person figure {
  margin: 0 auto 30px auto;
}
.fh5co-person figure img {
  margin: 0 auto;
  display: block;
}
.fh5co-person .fh5co-name {
  margin-bottom: 0;
  color: #484c50;
}
.fh5co-person .fh5co-designation {
  color: #85919d;
}
.fh5co-person .fh5co-bio {
  text-align: left;
}

#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page {
  position: relative;
}

#fh5co-page {
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas-visible #fh5co-page {
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  transform: translateX(-275px);
}

#fh5co-offcanvas {
  display: none;
  height: 100%;
  right: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  width: 275px;
  background: black;
  padding: 30px;
}
@media screen and (max-width: 768px) {
    .offcanvas-visible #fh5co-offcanvas {
        display: block;
        padding-top: 60px;
        color:white !important;
    }
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  line-height: 28px;
}
#fh5co-offcanvas ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
#fh5co-offcanvas ul li.active a {
  color: #84BC25;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
    background: #84BC25;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
    .fh5co-nav-toggle i {
        position: relative;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: 30px;
        height: 2px;
        color: #fff;
        font: bold 14px/.4 Helvetica;
        text-transform: uppercase;
        text-indent: -55px;
        background: #84BC25;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }
        .fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
            content: '';
            width: 30px;
            height: 2px;
            background: #84BC25;
            position: absolute;
            left: 0;
            -webkit-transition: 0.2s;
            transition: 0.2s;
        }
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  -webkit-transition: all .2s ease-out;
          transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
    top: 12px;
  }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.btn-cta {
  padding: 20px 30px !important;
  width: 200px;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .btn-cta {
    padding: 10px 30px !important;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-top-padded-lg {
  padding-top: 7em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-lg {
    padding-top: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-top-padded-md {
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-md {
    padding-top: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.row-top-padded-sm {
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-sm {
    padding-top: 2em;
  }
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
  border: 10px solid red;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../../images/Preloader_2.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

#askDemo {
  position: absolute;
  left: 0;
  top: 66.6%;
  width: 95px;
  height: 105px;
  -webkit-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
  z-index: 100;
  border-radius: 2px;
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  background: #FFFFFF;
  text-align: center;
}
#askDemo a {
  background: url("../../images/fond-Demo.png") no-repeat left top #29a5a2;
  left: 100%;
  display: block;
  line-height: 1.2em;
  transition: all .45s linear;
  -webkit-transition: all .35s linear;
  -moz-transition: all .35s linear;
  -ms-transition: all .35s linear;
  -o-transition: all .35s linear;
  padding: 90px 10px 0;
  border-radius: 2px;
  height: 100%;
}
#askDemo a:hover {
  background: url("../../images/fond-Demo-hover.png") no-repeat left top rgba(41, 163, 161, 0.75);
  height: 100%;
}

.modal-body h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.modal-body p {
  font-size: 14px;
}
#fh5co-custompage {
    background: #f9f9f9;
    color: #242424;
    padding-top: 25px;
}

#fh5co-sponsorships-header {
    background: #f9f9f9;
    color: #242424;
    padding-top: 200px;
    height:500px;
}

    #fh5co-sponsorships-header h2.titrecentree {
        line-height: 60px;
        font-size: 42px !important;
        text-align: center;
        color: #FFF;
    }

#fh5co-sponsorships {
    background: #f9f9f9;
    color: #242424;
    padding-top: 30px;
}

    #fh5co-sponsorships div.box-body div.form-email {
        padding-right: 30px;
    }

    #fh5co-sponsorships h2.titrecentree {
        line-height: 32px;
        font-size: 30px !important;
        text-align: center;
    }

    #fh5co-sponsorships div.blue-title {
        font-family: "Roboto", Arial, sans-serif;
        color: #484c50;
        font-size: 20px;
        padding-bottom: 25px;
    }

    #fh5co-sponsorships div.share-button-group {
        margin-left: -15px;
        margin-right: -15px;
    }

    #fh5co-sponsorships div.input-bloc {
        padding: 10px;
        margin-top: 5px;
        color: #242424;
    }

    #fh5co-sponsorships div.emails-tips {
        display: inline;
    }

.alert-success-sponsorships {
    background-color: #FFF;
    border-color: #FFF;
    color: #242424;
}


    /*#fh5co-sponsorships div.multiple_emails-container {
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }*/

    ul.multiple_emails-ul {
        padding-left: 0;
    }

    #fh5co-sponsorships div.multiple_emails-container input.multiple_emails-input {
        background: transparent;
        margin-top: 5px;
    }

    #fh5co-sponsorships div.multiple_emails-container li.multiple_emails-email {
        background: #84BC25;
        color: #F9F9F9;
        font-weight: 500;
        border-radius: 3px;
        margin: 0 !important;
        border: 5px white solid;
        padding: 5px 7px 5px 15px;
    }

        #fh5co-sponsorships div.multiple_emails-container li.multiple_emails-email .multiple_emails-close {
            float: right !important;
        }

            #fh5co-sponsorships div.multiple_emails-container li.multiple_emails-email .multiple_emails-close span {
                color: white;
            }

        #fh5co-sponsorships div.multiple_emails-container li.multiple_emails-email .multiple_emails-close {
            float: right !important;
        }

    #fh5co-sponsorships div.btn-group-vertical {
        width: 100%;
        padding: 12px 0;
    }

        #fh5co-sponsorships div.btn-group-vertical a.social-network-btn {
            margin: 20px 0;
        }

    #fh5co-sponsorships textarea {
        resize: none;
    }

section.sponsorships-header {
    background: #fff;
    border-bottom: solid 1px #e7e7e7;
}

/* fix pour la page frontpage */
section.sponsorships-header > #fh5co-navbar {
    padding: 0px !important;
}

section.sponsorships-header > #fh5co-navbar {
    padding: 0px !important;
}


#fh5co-page > #fh5co-header > .container {
    margin-top: 7px!important;
}

#fh5co-page > #fh5co-header > .container nav ul.nav-bar-left {
    top: 5px !important;
}

#fh5co-page > #fh5co-header > .container #fh5co-logo {
    top: -6px;
}
/* fin fix pour la page frontpage */

section.sponsorships-header nav ul li a {
    color: #242424 !important;
}

section.sponsorships-header nav ul li.fh5co-cta-btn a {
    border-color: #242424 !important;
}

@media screen and (min-width: 768px) {
    #fh5co-sponsorships div.emails-tips {
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 992px) {
    #fh5co-sponsorships div.box-body div.form-email {
        padding-right: 0 !important;
    }


    #fh5co-sponsorships div.box-body div.col-social-network {
        padding: 0 !important;
    }

        #fh5co-sponsorships div.box-body div.col-social-network div.blue-title {
            margin-left: 0 !important;
        }


    #fh5co-sponsorships div.share-button-group {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

#fh5co-logo-screen{
    display:none;
}

@media screen and (max-width: 1000px) {
    section .sponsorships-header #fh5co-logo {
        top: -46px !important;
    }

    section.sponsorships-header {
        padding: 0px 0 0px !important;
        border-bottom: solid 1px #e7e7e7;
    }

    #fh5co-logo-screen {
        display: block;
    }
    section.sponsorships-header {
        background: #fff;
        padding: 0px 0 0px !important;
        border-bottom: none;
    }

    #fh5co-header #fh5co-logo {
        top: 4px !important;
    }

    section.sponsorships-header > #fh5co-navbar #fh5co-logo {
        top: -2px !important;
    }
}


/*pages éditoriales*/

#page-breadcrumb {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
}

#breadcrumb {
    display: block;
    border-radius: 5px;
    position: relative;
    width: calc(100% - 40px);
    max-width: 1000px;
    height: auto;
    margin: 0 auto -30px;
    padding: 0 30px;
    background: white;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.08);
    overflow: hidden;
    z-index: 2;
    box-sizing: border-box;
}

#breadcrumb a {
    color: #FFF;
    cursor: pointer;
    color: rgba(0,0,0,0.33);
}

#breadcrumb .tree a {
    transition: color .25s ease-in-out;
    cursor: pointer;
    color: rgba(0,0,0,0.33);
}

#breadcrumb .tree a:hover {
    color: rgba(0,0,0,0.75);
}

#breadcrumb .tree p {
    position: relative;
    color: rgba(0,0,0,0.33);
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    cursor: default;
}

#breadcrumb .tree p.activeB {
    color: #84BC25;
    font-size: 12px;
    font-weight: 700;
}



#breadcrumb .tree .arrow {
    display: block;
    position: relative;
    width: 10px;
    height: 19px;
    margin: 0 12px;
    background: transparent url(/images/icon/arrow-right.svg) no-repeat center;
    background-size: 10px;
    text-indent: -1000px;
    opacity: .66;
    overflow: hidden;
}

#breadcrumb .tree {
    display: flex !important;
    position: relative;
    top: 12px;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0;
    height:42px;
}

.head-img{
    text-align:center;
}

.head-img img{
    max-width:600px;
}

.container{
    padding-right:30px;
    padding-left:30px;
}

#fh5co-features-pages {
    overflow: hidden;
    padding: 75px 0;
    padding-bottom: 0;
}

    #fh5co-features-pages::before {
        background: linear-gradient(to top, #F4FCFF, #f9f9f9);
        display: block;
        position: absolute;
        top: -5px;
        right: 0;
        left: 0;
        height: 550px;
        transform: skewY(-2deg);
        box-shadow: 0 -200px 0 #f9fdff;
        content: '';
        z-index: -2;
    }

    #fh5co-features-pages h1 {
        font-size: 30px;
        font-weight: 300;
        margin-bottom: 15px;
        color: #84BC25;
        line-height: 1.5;
    }

    #fh5co-features-pages h2 {
        font-size: 18px;
        font-weight: 300;
        line-height: 1.75;
    }



#fh5co-description-feature h2, .articleBlock h2 {
    font-size: 22px;
    margin-bottom: 6px;
    line-height: 1.5;
    color: #84BC25;
}

#fh5co-description-feature a, .articleBlock a {
    color: #84BC25;
}

#fh5co-description-feature a:hover, .articleBlock a:hover {
    text-decoration: underline;
}

#fh5co-description-feature h3, .articleBlock h3 {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.75;
}

.border-image {
    padding: 4px;
    border: rgba(0,0,0,0.08) 1px solid;
    border-radius: 3px;
}

.Feature {
    background: #FFF;
    padding: 2px;
    font-size: 14px;
}

.Feature h3 {
    font-weight: 700 !important;
    line-height: 1.5;
    font-size: 14px !important;
    margin-bottom: 10px;
    font-size: 18px !important;
    text-align: center;
    color: #84BC25;
}

.Feature .card-feature, .featContent .card-feature {
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto 30px;
    padding: 20px 30px;
    border: 1px solid rgba(186,186,186,0.3);
    border-radius: 3px;
    background-color: white;
    box-shadow: 0 4px 40px 0 rgba(0,0,0,0.03);
}

.Feature .card-feature:hover, .featContent .card-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 40px 0 rgba(0,0,0,0.1);
}

.Feature .card-feature p, .Feature .card-feature li, .featContent .card-feature p, .featContent .card-feature li {
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
}

.content-feat {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .boxed #fh5co-page {
        max-width: 1060px;
        max-width: 960px;
    }
}

@media screen and (max-width: 1200px) {
    .boxed #fh5co-page .container {
        max-width: 960px;
        max-width: 780px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    body {
        background-color: #FFF;
    }
}

@media only screen and (max-height: 845px) and (min-width: 1000px) {
    #fh5co-features-pages h1 {
        padding-top: 10px !important;
    }

    .rowContainerCadre {
        margin-top: -20px !important;
    }

    /*.rowContainerChangeCadre {
        margin-top: -80px !important;
    }*/

    .chevron {
        margin-top: 0px !important;
    }

    .rowChangeCadre1{
        margin-top:-10px!important;
    }
}

@media only screen and (max-width: 1000px) {
    #fh5co-features-pages h1 {
        padding-top: 10px !important;
    }

    .chevron {
        margin-top: 0px !important;
    }

    .rowChangeCadre1 {
        margin-top: -10px !important;
    }
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}