/***************************************/


/****   PAYPLUG PERSONAL CuSTOM CSS  ****/


/***************************************/

body,
body * {
    background: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.display-none {
    display: none !important;
}


/***** DESIGN POP UP *******/

.leadin-content-body .leadin-message-wrapper a {
		font-size: 14px;
    font-weight: normal;
    color: #05123A;
}

/*************************/

/***************************************/


/****   COLORS  ****/


/***************************************/

.white {
    color: #FFFFFF;
}

.white-bg {
    background-color: #FFFFFF;
}

.light-grey-bg{
    background:#F4F4F6;
}

.grey {
    color: #f6f6f8;
}

.grey-bg {
    background: #f6f6f8;
}

.grey-dark {
    color: #8d8c8c;
}

.grey-dark-bg {
    background-color: #8d8c8c;
}

.grey-colored {
    color: #313a43;
}

.grey-colored-bg {
    background-color: #313a43;
}

.teal {
    color: #00AB7A;
}

.teal-bg {
    background: #00AB7A;
}

.navy {
    color: #00474A;
}

.navy-bg {
    background: #00474A;
    color: white;
}

.amber,
.amber a,
.amber p {
    color: #ff695E;
}

.amber a:hover {
    color: #dd5b52 !important;
}

.amber-bg {
    background: #ff695E;
    color: white;
}


/***************************************/


/****   TYPOS  ****/


/***************************************/

h1, .titre1 {
    font-size: 40px;
    color: #ffffff;
    line-height: 55px;
    color: white;
    font-weight: 400;
}

h2, .titre2 {
    font-size: 30px;
    color: #00474A;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 15px;
}

.small-titre2 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

h2.white, .titre2.white {
    color: white;
}

h3, .titre3 {
    font-size: 20px;
    color: #00474A;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 10px;
}

h4, .titre4 {
    font-size: 18px;
    color: #00474A;
    line-height: 30px;
    font-weight: 400;
}

h5, .titre5 {
    font-size: 16px;
    color: #cccccc;
    line-height: 25px;
    font-weight: 400;
}

p {
    color: #8d8c8c;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

a {
    color: #00AB7A;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 16px;
}

a:hover {
    color: #00996d;
    text-decoration: none;
}

a.arrow-right:hover {
    color: #00996d !important;
    text-decoration: none !important;
}

em {
    font-style: italic;
}

.page-center {
    max-width: 980px;
    margin: auto !important;
    float: none !important;
    padding: 70px 0 70px 0;
}

.section-4 .page-center .row-fluid-wrapper .row-fluid div.titre3, .section-5 .page-center .row-fluid-wrapper .row-fluid div.titre3, .section-6 .page-center .row-fluid-wrapper .row-fluid div.titre3, .section-7 .page-center .row-fluid-wrapper .row-fluid div.titre3 {
    margin-bottom: 10px;
}

/****   TYPOS MOBILE  ****/

@media screen and (max-width: 767px) {
    h1, .titre1 {
        font-size: 30px;
        color: #ffffff;
        line-height: 45px;
        color: white;
        font-weight: 600;
    }
    h2, .titre2 {
        font-size: 20px;
        color: #00474A;
        font-weight: 600;
        line-height: 30px;
        margin-bottom: 15px;
    }
    h3, .titre3 {
        font-size: 16px;
        color: #00474A;
        line-height: 25px;
        font-weight: 600;
    }
    h4, .titre4 {
        font-size: 14px;
        color: #00474A;
        line-height: 20px;
        font-weight: 600;
    }
    h5, .titre5 {
        font-size: 12px;
        color: #cccccc;
        line-height: 15px;
        font-weight: 600;
    }
    p {
        color: #8d8c8c;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }
    a {
        font-size: 14px;
    }
}


/***************************************/


/****  TOOLS  ****/


/***************************************/

.iframe-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height:100vh;
    box-sizing: border-box;
    background: rgba(0,0,0,.4);
    z-index: -1;
    text-align: right;
    -webkit-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    opacity:0;
    padding:10vh;
}

.iframe-container .close-window {
    display: inline-block;
    text-align: center;
    color: black;
    margin-bottom: 0;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    /* border: 2px solid; */
    position: relative;
    top: 20px;
    line-height: 38px;
    font-size: 20px;
    right: -15px;
    box-shadow: -3px 5px 10px rgba(0,0,0,.3);
}

.iframe-container .close-window i{
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.iframe-container .close-window:hover i{
    color: #00AB7A;
}

.iframe-container iframe {
    text-align: center;
    width: 100%;
    height: 90%;
    background: white;
}

.iframe-link, .close-window {
    cursor:pointer;
}

.iframe-container.active{
    z-index: 999;
    top:0;
    opacity:1;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.arrow-right:after {
    content: '\f061 ';
    margin-left: 10px;
    font-family: 'FontAwesome';
    font-weight: 400;
}


.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.inline-block {
    display: inline-block;
}

.center-block,
.center-block img {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.show-on-mobile{
    display: none!important
}

.invisible {
    visibility: hidden;
    display: none !important;
    height: 0px;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

.parallax-bg {
    background-attachment: fixed;
}

.box-shadow {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

.img-rounded {
    border-radius: 6px
}

.icon50 img {
    max-width: 50px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.no-padding {
    padding: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.padding15 {
    padding: 15px;
}

.padding20 {
    padding: 20px;
}

.padding20side {
    padding-left: 20px;
    padding-right: 20px;
}

.padding-top20 {
    padding-top: 20p;
}

.padding20tb {
    padding: 20px 0 !important;
}

.padding20lr {
    padding: 0 20px !important;
}

.padding30 {
    padding: 30px;
}

.padding40 {
    padding: 40px;
}

.padding40tb {
    padding: 40px 0 !important;
}

.padding50tb {
    padding: 50px 0 !important;
}

.padding40lr {
    padding: 0 40px !important;
}

.padding60tb {
    padding: 60px 0 !important;
}

.padding60lr {
    padding: 0 60px !important;
}

.padding70tb {
    padding: 70px 0 !important;
}

.padding80tb {
    padding: 80px 0 !important;
}

.padding80lr {
    padding: 0 80px !important;
}

.padding100tb {
    padding: 100px 0 !important;
}

.padding100lr {
    padding: 0 100px !important;
}

.top10 {
    margin-top: 10px;
}

.top20 {
    margin-top: 20px !important;
}

.top30, .section-4 .page-center .row-fluid-wrapper .row-fluid div.top30, .section-5 .page-center .row-fluid-wrapper .row-fluid div.top30, .section-6 .page-center .row-fluid-wrapper .row-fluid div.top30, .section-7 .page-center .row-fluid-wrapper .row-fluid div.top30 {
    margin-top: 30px;
}

.top40 {
    margin-top: 40px;
}

.top50 {
    margin-top: 50px;
}

.bottom20 {
    margin-bottom: 20px;
}

.bottom40 {
    margin-bottom: 40px;
}

.bottom50 {
    margin-bottom: 50px;
}

.spacer {
    margin-bottom: 30px;
}

.testimonials-row.spacer {
    margin-bottom: 20px;
}

.widget-type-logo {
    padding: 15px 0px;
}

.button {
    padding: 12px;
    font-weight: 600;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    min-width: 190px;
    font-size: 16px;
    text-align: center;
}

.button:hover {
    color: white;
}

@media screen and (min-width: 767px) and (max-width:90000px) {
    .hide-on-desktop {
        display: none !important;
    }
}


/****  BACKGROUND PICTURE UPLOADER  ****/

.background-image-main,
.background-image-main-2,
.background-image-main-3,
.background-image-main-4,
.background-image-main-5,
.background-image-main-6,
.background-image-main-7,
.background-image-main-8 {
    display: none !important;
}

.background-main-part,
.background-main-part-2,
.background-main-part-3,
.background-main-part-4,
.background-main-part-5,
.background-main-part-6,
.background-main-part-7,
.background-main-part-8 {
    background-size: cover !important;
    background-position: 50% !important;
    overflow: hidden;
}


/***************************************/


/****  STRUCTURE  ****/


/***************************************/

.slider .page-center {
    display: flex;
}

.slider .page-center > .row-fluid-wrapper {
    margin: auto;
}
.slider .heightstatic span {
    display: inline-block;
}
.slider .page-center p.display-flex {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}
.margintop40{
    margin-top:40px;
}

.margintop50{
    margin-top:50px;
}

/****  CONTAINER  ****/

.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: auto;
    margin-left: auto;
}

.custom-menu-primary ul,
.custom-menu-secondary ul {
    margin: 0;
}

.custom-menu-primary ul li {
    display: inline-block;
    position: relative;
}


img {
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}


/****  HEADER  ****/


/**  Icon connection **/

.menu-header .custom-menu-secondary .hs-menu-wrapper ul li:nth-child(1) a:before {
    content: '\f2bd';
    margin-right: 8px;
    font-family: 'FontAwesome' !important;
    font-size: 20px;
}

.menu-header .menu-languages h3, .menu-header .menu-languages .titre3 {
    display: none;
}

.user-menu {
    text-align: right;
}

.user-menu ul{
    width:100%;
    display:-ms-flexbox;
    justify-content:center;
    align-items:center;
}

.user-menu > div > div{
    display:-ms-flexbox;
    justify-content:flex-end;
    align-items:center;
}

/**  Langage flag **/

.menu-languages span div ul {
    width: 100%;
    display: block;
    position: initial;
    transform: translateX(0%);
}

.lang_switcher_class {
    position: relative;
    display: block;
}

.menu-languages span div ul li, .menu-languages span div ul li a, .menu-languages span div ul li a i {
    margin: 5px auto !important;
}

.lang_list_class li:first-child{
    display: block !important;
    padding: 0;
}

.menu-languages {
    margin-top: 13px;
    margin-top: 13px;
    margin-left: 15px;
}

.menu-languages span div ul {
    width: 60px;
}

.menu-languages span div ul li:nth-child(1) a i:after {
    content: '\f0d7';
    margin-left: 45px;
    font-family: 'FontAwesome' !important;
    font-size: 18px;
    color: white;
}

.fixed .menu-languages span div ul li:nth-child(1) a i:after {
    color: #444444;
}

.menu-languages span div ul li ul li a i:after {
    display: none;
}

.menu-languages span div ul li:nth-child(1) a i {
    opacity: 1.0;
}

.menu-languages span div ul li:nth-child(1) a i:hover {
    opacity: 0.6;
}

.menu-languages ul .hs-menu-children-wrapper li {
    padding: 10px 0px 0px 0px;
}


/**  Icon deroulage **/

.main-nav .hs-menu-wrapper ul .hs-item-has-children a:after {
    content: '\f0d7';
    margin-left: 10px;
    font-family: 'FontAwesome' !important;
}

.main-nav .hs-menu-wrapper ul .hs-menu-depth-2 a:after {
    display: none;
}

.main-nav ul.hs-menu-children-wrapper {
    padding: 10px 0;
    border-radius: 5px;
    min-width: 150px;
    -moz-box-shadow: 0 5px 3.84px 0 rgba(6, 6, 6, 0.3);
    -webkit-box-shadow: 0 5px 3.84px 0 rgba(6, 6, 6, 0.3);
    box-shadow: 0 5px 3.84px 0 rgba(6, 6, 6, 0.3);
    background: #f6f6f8;
    opacity: 0;
    max-height: 0;
}

@media screen and (min-width: 992px) and (max-width:90000px) {
    .main-nav ul.hs-menu-children-wrapper {
        visibility: hidden;
    }
}

.main-nav ul.hs-menu-children-wrapper li {
    padding: 0 18px;
    display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul ul:after {
    position: absolute;
    content: "";
    display: block;
    top: -6px;
    left: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent #f6f6f8 transparent;
}

.main-nav ul.hs-menu-children-wrapper li a {
    color: #313a43;
    line-height: 35px;
    text-decoration: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    font-size: 13px;
    font-weight: 400;
}

.header-container-wrapper .custom-menu-primary ul .hs-menu-depth-1 > a {
    display: block;
    padding: 15px 10px;
    text-decoration: none;
    color: white;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: inset 0 0 0px 0 white;
    font-weight: 600;
    font-size: 16px;
}

.header-container-wrapper.fixed .custom-menu-primary ul li a {
    color: #313a43;
    box-shadow: inset 0 0 0px 0 #313a43;
}

.new-display .header-container-wrapper a.christmas-menu {
  color: rgb(197, 6, 6);
  font-weight: 600;
}

.header-container-wrapper a.christmas-menu {
  color: white;
  font-weight: 600;
}

.header-container-wrapper.fixed a.christmas-menu {
  color: rgb(197, 6, 6);
  font-weight: 600;
}

.widget-type-logo {
    padding: 14px 0px;
}

.menu-mobile {
    padding: 7px 0px;
}

.custom-menu-secondary ul li {
    display: inline-block;
    font-size: 16px;
    margin-top: 7px;
}

.header-container-wrapper .custom-menu-secondary ul li a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    color: white;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: inset 0 0 0px 0 white;
    font-weight: 600;
    font-size: 16px;
}

.header-container-wrapper .custom-menu-secondary ul li {
    box-shadow: inset 0 0 0px 0 #313a43;
}

.header-container-wrapper .custom-menu-secondary ul li a {
    color: #ffffff;
    font-size: 16px;
}

.header-container-wrapper.fixed .custom-menu-secondary ul li {
    box-shadow: inset 0 0 0px 0 #313a43;
}

.header-container-wrapper.fixed .custom-menu-secondary ul li a {
    color: #313a43;
}

.header-container-wrapper .custom-menu-primary ul li a:hover {
    opacity: 0.8;
}

.header-container-wrapper.fixed .custom-menu-primary ul li a:hover,
.header-container-wrapper.fixed .custom-menu-secondary ul li:hover {
    color: #4c555e;
}

.custom-menu-secondary {
    float: right;
}

.header-container-wrapper .custom-menu-secondary ul li:last-of-type a {
    color: white;
    background: none;
    border-radius: 3px;
    font-weight: 600;
    box-shadow: inset 0 0 0 1px #ffffff;
    font-size: 16px;
    opacity: 1.0;
    padding: 10px 15px;
}

.header-container-wrapper .custom-menu-secondary ul li:last-of-type a:hover {
    color: white;
    background: none;
    border-radius: 3px;
    font-weight: 600;
    opacity: 0.8;
}

.header-container-wrapper.fixed .custom-menu-secondary ul li:last-of-type a {
    color: white;
    border-radius: 3px;
    background: #00AB7A;
    font-weight: 600;
    box-shadow: inset 0 0 0 1px #00AB7A;
    padding: 10px 15px;
}

.header-container-wrapper.fixed .custom-menu-secondary ul li:last-of-type a:hover {
    box-shadow: inset 0 0 0 1px #00996d;
    background: #00996d;
    color: white;
    opacity: 1;
}

.header-container-wrapper .custom-menu-secondary ul li {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header-container-wrapper .custom-menu-secondary ul li:last-of-type:hover {
    box-shadow: inset 0 0px 0px 0 white;
}

.header-container-wrapper .custom-menu-secondary ul li:hover a {
    opacity: 0.8;
}

.header-container-wrapper {
    position: fixed;
    z-index: 999;
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: 60px;
}

.logo-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
}

.header-container-wrapper.fixed .flipper,
.active .switcher {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flipper,
.switcher {
    -webkit-transition: 0.0s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.0s;
    -moz-transform-style: preserve-3d;
    -o-transition: 0.0s;
    -o-transform-style: preserve-3d;
    transition: 0.0s;
    transform-style: preserve-3d;
    position: relative;
}

.logo-header,
.logo-header-fixed,
.grey-img,
.white-img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.switcher {
    width: 50px;
    min-height: 50px;
    margin: auto;
}

.logo-header {
    z-index: 2;
}

.logo-header-fixed,
.white-img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


/****  SLIDER  ****/

.slider-background,
.script {
    display: none !important;
}

.homepage .heightstatic {
    margin-top: 140px;
}

.pricing .heightstatic {
    margin-top: 5px;
}

.features .heightstatic {
    margin-top: 65px;
}

.features .padding30 {
    padding: 20px 40px 20px 40px;
}

a.scroll-link.button.white-bg.amber.multiple:focus {
    color: #ff695E;
}

.slider > .row-fluid-wrapper >.row-fluid {
    background-size: cover !important;
    background-position: 50% !important;
    position: relative;
}

.homepage .slider-overlay > .row-fluid-wrapper >.row-fluid:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 57, 105, .2);
    z-index: 1;
}

.pricing .slider-overlay > .row-fluid-wrapper >.row-fluid:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 57, 105, .3);
    z-index: 1;
}

.features .slider-overlay > .row-fluid-wrapper >.row-fluid:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(10, 38, 62, .3);
    z-index: 1;
}

.slider .page-center {
    z-index: 2;
    position: relative;
    height: 370px;
}

.new-display .slider .page-center {
    height: 350px;
}

.homepage .slider .page-center {
    height: 600px;
}

.slider .page-center h1, .slider .page-center .titre1 {
    margin-bottom: 10px;
}

.slider .page-center p {
    font-weight: 600;
    color: white;
    font-size: 18px;
    margin-bottom: 20px;
    display:flex;
    justify-content: center;
}

.footer-columns .widget-type-form .hs-form input.hs-button {
    -webkit-transition: all .4s ease-in-out;
    https: //we.tl/G3nOiVFVGW
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


/****  BUTTON  ****/

.button.blue,
.footer-columns .widget-type-form .hs-form input.hs-button {
    background: #00AB7A;
    color: white;
}

.button.blue:hover,
.footer-columns .widget-type-form .hs-form input.hs-button:hover {
    background: #00996d !important;
}

.button.white {
    background: white;
    color: #00AB7A;
}



.button.outline {
    color: #00AB7A;
    box-shadow: inset 0 0px 0 1px #00AB7A;
    opacity: 1;
    background:transparent;
}

.button.outline:hover {
    background: #00AB7A !important;
    color:white !important;
    box-shadow: inset 0 0px 0 1px #00AB7A !important;
}

.button.navy.outline:hover {
    background: #052139 !important;
    color:white !important;
    box-shadow: inset 0 0px 0 1px #052139 !important;
}

.button.orange.outline:hover {
    background: #ff695E !important;
    color:white !important;
    box-shadow: inset 0 0px 0 1px #ff695E !important;
}

.button.navy.outline {
    background: transparent;
    box-shadow: inset 0 0px 0 1px #052139;
    color: #052139;
}

.button.outline.white {
    color: #ffffff;
    background: none;
    box-shadow: inset 0 0px 0 1px #ffffff;
    opacity: 1;
}

.button.outline.white:hover {
    opacity: 0.6 !important;
    background: none !important;
    color: white !important;
    box-shadow: inset 0 0px 0 1px #ffffff !important;
}

.button.outline.orange {
    color: #ff695E;
    box-shadow: inset 0 0px 0 1px #ff695E;
    background: transparent;
    opacity: 1;
}


.button.outline.white.turquoise-hover:hover {
    opacity: 1 !important;
    background: white !important;
    color: #00AB7A !important;
}

.button.outline.white.navy-hover:hover {
    opacity: 1 !important;
    background: white !important;
    color: #052139 !important;
}

.button.orange {
    color: white;
    background: #ff695E
}

.button.orange:hover {
    color: white !important;
    background: #dd5b52 !important;
}

.entry-button .button.outline.orange:hover {
    color: white !important;
    box-shadow: inset 0 0px 0 1px #ff695E !important;
    background: #ff695E !important;
}

.button.navy {
    color: white;
    background: #052139
}

.button.navy:hover {
    color: white !important;
    background: #073156 !important;
}

.button.multiple {
    margin: 0 15px;
}

.module-details-button {
    padding: 0 !important;
    font-weight: 600;
    border-radius: 4px;
    display: block !important;
    min-width: 190px;
    font-size: 16px;
    text-align: center;
    width: 300px;
    height: 50px;
    box-sizing: border-box;
    line-height: 50px;
    float:right !important;
}

.module-front-image {
    width: 100px !important;
    float: none !important;
}

.sidebar {
    margin-top: 0px; /*50px*/
}

.modules-caroussel-padding h2 {
    text-align: center;
    margin-bottom: 0;
}

.slider .button {
    margin-top: 20px;
}

.partner-row .span2.widget-span.widget-type-linked_image,
.partner-row .span3.widget-span.widget-type-linked_image {
    width: 20%;
    padding: 0 20px;
    margin: 0;
}

.partner-row .page-center {
    padding: 20px 0;
}

.hs-cos-flex-slider-control-panel ul {
    display: flex;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    flex-flow: row wrap;
    justify-content: space-between;
}

.partner-row {
    padding: 5px 30px !important;
}

.partner-row ul {
    margin-bottom: 0px;
}

.slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li {
    display: table;
    width: initial;
    height: 80PX;
    vertical-align: middle;
    line-height: initial;
    margin-right: 0;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.slider-mode-lightbox.hs-cos-flex-slider-control-panel {
    margin-top: 0;
    text-align: center;
}

.partner-row-bottom .hs_cos_flex-slider .hs_cos_flex-slides img {
    height: auto;
    margin: 0 auto;
    max-width: 100px;
    display: table-cell !important;
    vertical-align: middle;
}

.partner-row .hs_cos_flex-slider .hs_cos_flex-slides img {
    height: auto;
    margin: 0 auto;
    max-width: 140px;
    display: table-cell !important;
    vertical-align: middle;
}

.slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li a {
    position: initial;
    top: 0;
    left: 0;
    width: initial;
    height: initial;
    display: table-cell;
    vertical-align: middle;
    cursor:default;
}

.hs_cos_flex-slider .hs_cos_flex-slides img {
    max-height: 60px;
    margin: 0 auto;
    max-width: 120px;
    display: table-cell !important;
    vertical-align: middle;
    opacity: .5;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.table-title {
    font-size: 30px;
    text-align: center;
    padding: 20px 0;
}

.hs_cos_flex-slider .hs_cos_flex-slides img:hover {
    opacity: 1;
}

.hs-gallery .hs_cos_flex-slide-main > img {
    max-width: 100%;
    max-height: 100%;
    width: initial;
    height: initial;
    opacity: 1;
}

.intro-block img {
    max-width: 40px;
    margin-bottom: 15px;
}

.partner-row {
    border-bottom: 1px solid #f6f6f8;
}

.partner-row-bottom {
    border-top: 1px solid #f6f6f8;
}

.partner-row-bottom .page-center {
    padding: 5px 0;
}

.partner-row-bottom .page-center ul {
    margin-bottom: 0px;
}

.multipletab {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.tab-buttons {
    display: block;
    width: 100%;
}

.tab-buttons img {
    margin-top: 10px;
}

.tab-buttons>div {
    display: block;
    float: left;
    cursor: pointer;
    color: #9fa0a2;
    font: 400 15px 'pt sans', sans-serif;
    background: white;
    line-height: 46px !important;
    position: relative;
    width: 25%;
    box-sizing: border-box;
}

.social-menu {
    width: 60% !important;
    display: inline-block;
}

.tab-buttons>div.active {
    background: #00AB7A;
    color: white;
    position: relative;
    padding-bottom: 0px !important;
}

.tab-buttons>div.active:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 48px 0 48px 20px;
    border-color: transparent transparent transparent #00AB7A;
    position: absolute;
    right: -19px;
    top: 0;
    z-index: 9;
}

.tab-buttons>div:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 48px 0 48px 20px;
    border-color: transparent transparent transparent white;
    position: absolute;
    right: -19px;
    top: 0;
    z-index: 10;
}

.tab-buttons>div:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 48px 0 48px 20px;
    border-color: transparent transparent transparent #dddddd;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 8;
}

.img-button:hover {
    background: #f9f9f9;
}

.img-button:hover:after,
.tab-buttons .img-button:nth-child(1):hover:after {
    border-color: transparent transparent transparent #f9f9f9;
}

.tab-buttons .img-button:nth-child(1).active:hover:after {
    border-color: transparent transparent transparent #00AB7A;
}

.tab-buttons>div.active:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 48px 0 48px 20px;
    border-color: transparent transparent transparent white;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.active .buttonText {
    display: block;
    width: 100%;
    float: none;
    color: white;
}

.tab-buttons>div:nth-child(1).active:before,
.tab-buttons>div:nth-child(1):before {
    content: '';
    display: none;
}

.tab-content {
    position: relative;
    height: auto !important;
    padding: 50px 0px 0 0;
    text-align: initial;
}

.tab-content>div > div > .span12 div {
    position: relative;
}

.tab-content>div > div > .span12 .span6.widget-type-linked_image span {
    top: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    display: block;
}

.tab-content>div > div > .span12 .span6.widget-type-linked_image span img {
    width: 100%;
    position: relative;
    top: 600px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.testimonials-row .item .carousel-caption {
    position: relative;
    top: 110px;
    z-index: 2;
    max-width: 50%;
    float: none;
    margin: auto 0 auto auto !important;
    padding: 50px 65px;
    text-align: left;
    top: 0;
}

.tab-content>div > div > .span12.activetab img {
    top: 0px;
}


.tab-content>div > div > .span12.activetab {
    max-height:100vh !important;
}

.tab-content>div > div > .span12  img {
    top: 400px;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.testimonials-row .item {
    background-size: cover !important;
    background-position: 50% !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.tab-content>div > div > .span12 {
    color: #666;
    font-family: 'pt sans', sans-serif;
    width: 100% !important;
    font-size: 16px;
    height: initial !important;
    max-height: 0 !important;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    z-index: 0;
    min-height: 0 !important;
    position: initial !important;
    padding: 0 !important;
    float: none;
    overflow: hidden;
}

.tab-nav {
    opacity: 1;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.tab-nav .prev {
    text-align: left;
    display: inline-block;
    width: 50%;
    font-size: 20px;
}

.tab-nav .next {
    text-align: right;
    display: inline-block;
    width: 50%;
    font-size: 20px;
}

.multipletab:hover .tab-nav {
    opacity: 1;
}

.tab-nav>div {
    position: absolute;
    top: 50%;
    cursor: pointer;
    display: block;
    height: 35px;
    width: 35px;
}

.tab-nav>div.next {
    right: 10px;
    background: #666 url(https://lh4.googleusercontent.com/S2yrb7GoLLN7s1-NmlkE_nS9Svzr5DQNM3dcCCp2Occ=s25-no) no-repeat;
    background-position: 5px;
}

.tab-nav>div.prev {
    left: 10px;
    background: #666 url(https://lh5.googleusercontent.com/-zhCZ92aPJSo/UzumzhVUMDI/AAAAAAAAEjA/Op4ySNrW3tk/s25-no/Left+Arrow.png) no-repeat;
    background-position: 5px;
}

.img-button img {
   /* max-width: 49px; */
}

.buttonText {
    display: block;
    width: 100%;
    float: none;
}

.entry-block {
    padding: 30px 5px 50px 5px;
    border-top: 5px solid #ff695E;
    text-align: center;
    box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, .1);
    position: relative;
}

/*.entry-block img {
    filter: contrast(65%) brightness(70%);
}*/

.entry-block h3, .entry-block .titre3 {
    padding: 0 20px 0px 20px;
}

.display-flex > div > div {
    display: flex;
    -ms-display: flexbox;
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
}

/*.entry-block img {
    width: 100%;
    margin-bottom: 20px;
}*/

.entry-block .widget-type-rich_text {
    padding: 0 0px 50 0;
}

.entry-block h3, .entry-block .titre3 {
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    padding-bottom: 40px;
}

.entry-button {
    padding: 0 30px;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.fancybox-wrap {
    z-index: -1;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table;
}

.fancybox-wrap.fancy-visible {
    z-index: 999;
    opacity: 1;
    background:rgba(0,0,0,.5);
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
}

.fancy-link{
    cursor:pointer;
}

.fancybox-skin {
    display: table-cell;
    vertical-align: middle;
}

.fancybox-outer {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px;
    width: 554px;
    height: auto;
    margin: auto;
}

.prix.prixHeader td:first-child {
    background: #f9f9f9;
}

.prix tr td:first-child {
    width: 80px;
    background: #00AB7A;
}

.starter .prix tr td:first-child {
    width: 80px;
    background: #ff695E;
}

.starter .prix.prixHeader td:first-child {
    background: #f9f9f9;
}


.prix tr {
    height: 55px;
    line-height: 55px;
}

.prix tr td:last-child {
    background: #fff;
    width: 170px;
    color: #000000;
    font-weight: 600;
}

.prix.prixHeader td {
    background: #f9f9f9;
    border: none;
    font-weight: bold;
}

.prix.prixHeader td:last-child {
    background: #f9f9f9;
    font-weight: bold;
}

.prix tr td {
    border: 1px solid #dddddd;
    width: 270px;
    text-align: center;
}

.fancybox-skin .plus {
    margin: 0 auto;
    font-size: 14px;
    max-width: 500px;
    text-align: right;
    margin-top: 5px;
}

.fancybox-skin .asterisque {
    margin: 0 auto;
    font-size: 14px;
    max-width: 500px;
    text-align: right;
    font-style: italic;
    margin-top: 5px;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(https://cdn2.hubspot.net/hubfs/508350/New%20Website%202017%20-%20Markentive/Icons/fancybox_sprite.png);
}

/*********** FOOTER ************/

.logo-footer img {
    max-width: 120px;
}

.footer .widget-type-menu {
    margin-left: 0;
}

.footer-columns .widget-type-form .hs-form {
    position: relative;
}

.footer-columns .widget-type-form .hs-form input {
    border: none;
    padding: 5px;
    outline: none !important;
    font-size: 13px;
}

.footer .page-center{
    padding: 50px 0;
    padding-bottom: 0;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #c6c4c5;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c6c4c5;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c6c4c5;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c6c4c5;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #c6c4c5;
}

.footer-columns .company-informations {
    margin-left: 10px;
}

.footer-columns .company-informations input[type="email"] {
    height: 28px;
}

.footer-columns .widget-type-form .hs-form .input {
    border: 2px solid #c6c4c5;
    border-radius: 3px;
    padding: 4px;
}

.footer-columns .newsletter-claim, .footer-columns .newsletter-claim * {
    color: #c6c4c5;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
}

.company-informations .widget-type-form {
    margin-left: 0;
}

.footer-columns .widget-type-form .hs-form .hs_submit {
    position: absolute;
    top: 0;
    right: 0;
}

.footer-columns .widget-type-form .hs-form .hs-form-field label {
    display: none !important;
}

.footer-columns .widget-type-form .hs-form input.hs-button {
    background: #00AB7A;
    color: white;
    padding: 13.5px 10px;
    border-radius: 0px 5px 5px 0;
    font-weight: 600;
}

.footer-menus {
    box-sizing: border-box;
    padding: 30px 0px 15px;
}

.footer-menus ul li a {
    font-size: 16px;
    line-height: initial;
    color: #8d8c8c;
    font-weight: 600;
}

.footer-menus ul li a:hover {
    color: #00474A;
}
/*agrandissement du footer pour ajouter "Politique de confidentilaité" */

@media (min-width: 1200px) {
    .footer-menus .span4:first-child {
         width:33%;  
    }   

    .footer-menus .span4:nth-child(2) {
         margin-left:7%;  
    } 

    .footer-menus .span4:last-child {
         width:23%;
         margin-left:5%;  
    } 
} 

.socker {
    display: table !important;
    vertical-align: middle;
    width: 100% !important;
    height: 60px;
    float: none !important;
}

.socker > div {
    display: table-cell !important;
    vertical-align: middle;
    width: 100% !important;
    float: none !important;
}

.social-networks {
    padding: 20px 0;
}

.socker p {
    margin: 0;
    color: white;
}

.footer-menus h3, .footer-menus .titre3 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
}

.social-networks ul {
    display: flex;
    margin: 0;
}

.social-networks ul li img {
    max-width: 25px;
}

.social-networks h3, .social-networks .titre3 {
    float: left;
    width: inherit;
    width: 30%;
    font-size: 14px;
    color: #c6c4c5;
    margin: 0 !important;
    padding-top: 4px;
}

.social-networks > .row-fluid-wrapper,
.social-networks > .row-fluid-wrapper > .row-fluid {
    width: 100%;
}


/*********** BREADCRUMBS ************/

.hs-breadcrumb-label, .hs-breadcrumb-menu-divider {
    color: #999;
}

.homepage .breadcrumb-menu{
    display:none !important;
    min-height:0 !important;
}

.breadcrumb-menu .hs-breadcrumb-menu-item, .breadcrumb-menu .hs-breadcrumb-menu-item a{
    font-weight: 600;
    font-size:14px;
}

.breadcrumb-menu .hs-breadcrumb-menu-item.last-crumb, .breadcrumb-menu .hs-breadcrumb-menu-item.last-crumb a {
    font-weight: 300;
    cursor:default;
}

body.page .span12.widget-span.widget-type-raw_html {
    min-height: 0 !important;
}


/*********** FLAG ************/

.globe_class {
    background: none;
    border-radius: 0;
}


.menu-mobile > div > div > div {
   /* width: 50% !important;*/
    margin: 0 !important;
}

.menu-mobile .user-menu {
    width: 38% ;
}

.menu-mobile .main-nav {
    width: 62% ;
}

.menu-languages span div ul {
    width: 30px;
    padding: 0;
    top: 0px;
    border: none;
    background: none;
    padding-top: 30px;
    height:0;
    overflow:hidden;
    position:absolute;
    display:flex !important;
    flex-flow:column !important;
    align-items:center !important;
    justify-content:center !important;
    left:0;
}

.lang_switcher_class:hover .lang_list_class {
    height:100px;
    overflow:visible;
}

.lang_switcher_class:hover .lang_list_class li{
    display:block;
}

.lang_list_class li {
    padding: 0;
    border: none !important;
    background: none;
    margin-bottom: 10px;
    display:none;
}

.lang_list_class li:first-child, .lang_list_class:before, .lang_list_class:after {
    display: none !important;
}

.flag {
    width: 30px;
    height: 20px;
    background-size: cover !important;
    background-position: 50% !important;
    display: block;
}

.flag-fr {
    background: url(https://cdn2.hubspot.net/hubfs/508350/lp-picture/if_France_298425.png);
}

.flag-us {
    background: url(https://cdn2.hubspot.net/hubfs/508350/lp-picture/if_United-Kingdom_298478.png);
}

.flag-it {
    background: url(https://cdn2.hubspot.net/hubfs/508350/lp-picture/if_Italy_298465.png);
}

ul .hs-menu-children-wrapper {
    opacity: 0;
    position: absolute;
    top: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

ul .hs-menu-children-wrapper li {
    padding: 10px 0;
}

.hs_cos_wrapper_type_menu {
    position: relative;
}

.hs_cos_wrapper_type_menu > div > ul > .hs-menu-item:hover .hs-menu-children-wrapper {
    opacity: 1;
    max-height:100vh;
    visibility: visible;
}

.social-networks .hs_cos_wrapper_type_menu {
    float: left;
    width: inherit;
    width: 70%;
}

.social-networks ul li img {
    max-width: 25px;
    padding: 4px 0;
    margin: 0 5px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.company-informations {
    padding-right: 20px;
}

.signin-signup, .menu-languages {
    float: none !important;
    display: inline-block !important;
    width: auto !important;
}

.menu-languages {
    min-height: 0 !important;
    margin: 0 !important;
    position: relative;
    padding: 10px 0px 10px 15px;
    top: 2px;
}

.languages .hs-item-has-children:after, .globe_class:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 3px 0 3px;
    border-color: #ccc transparent transparent transparent;
    left: 35px;
    top: 6px;
}

.fixed .languages .hs-item-has-children:after, .fixed .globe_class:after {
    border-color: #444444 transparent transparent transparent;
}

.trigger-container,
.mobile-close {
    display: none !important;
}

#carousel-testimonials .page-center-mobile {
    display: none !important;
}

#carousel-testimonials .carousel-caption {
    position: initial;
    overflow:hidden;
}

#carousel-testimonials .page-center {
    display: block !important;
    padding-top: 290px !important;
}

#carousel-testimonials .item{
overflow:visible !important;
right:100%;
}

#carousel-testimonials .item.next{
overflow:visible !important;
left:100%;
}

#carousel-testimonials .item.active{
    left:0;
    right:0;
}

#carousel-testimonials .page-center {
    display: block !important;
    padding: 0;
}

.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 1px;
    background-color: #fff;
}

ol.carousel-indicators {
    width: 50px;
}


/*********** PRICING ************/

.pricing-container > div > div {
    position: relative;
    top: -150px;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-grow: 1;
}

.pricing-offer {
    z-index: 2;
    width: 370px !important;
    margin: 0 !important;
    padding: 0 15px;
}

.pricing-offer > div {
    height: 100%;
}

.pricing-offer > div > div {
    background: white;
    z-index: 2;
    width: initial !important;
    margin: 0 !important;
    padding: 20px 25px 30px 25px;
    border-radius: 10px;
    height: 100%;
    padding-bottom: 100px;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

.pricing-offer > div > div h2, .pricing-offer > div > div .titre2 {
    margin-bottom: 6px;
}

.raisons-payplug {
    text-align: left;
}

.raisons-payplug .exergue {
    color: #00474A;
    font-weight: 600;
}

.pret-a-commencer .row-fluid-wrapper .row-fluid {
    display: flex;
}

.pret-a-commencer .row-fluid-wrapper .row-fluid div {
    margin: auto;
}

.pret-a-commencer .row-fluid-wrapper .row-fluid div h2, .pret-a-commencer .row-fluid-wrapper .row-fluid div .titre2 {
    margin: 0px;
}


/*********** TABLE PRICING ************/

.tableau-custom tr {
    color: #8d8c8c;
    font-size: 12px;
}

.tableau-custom tr.grey-bg {
    font-weight: 700;
    color: #00474A;
    font-size: 14px;
    border: none;
}

.table-subtitle {
    color: #8d8c8c;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin: 10px 0px;
}

.table-subtitle-button {
    font-size: 13px;
}

.table-subtitle-button a.fancy-link {
   font-size: 12px;
}


/*********** TWITTER ************/

.tweet-container h3, .tweet-container .titre3 {
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0px;
}

.tweet-container a {
    color: grey;
    font-size: 13px;
}

.twittext {
    color: black;
}

.twittext a {
    color: #88C0EF;
    font-weight: 600;
}

.tweet-container .date {
    font-size: 16;
    font-weight: 700;
    margin: 0px;
}

.pricing-offer .internal-claim {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-weight: 400;
    font-size:16px;
}

.pricing-offer.starter > div > div {
    border-top: 30px solid #00474A;
}

.pricing-offer.pro > div > div {
    border-top: 30px solid #ff695E;
}

.pricing-offer.premium > div > div {
    border-top: 30px solid #00AB7A;
}

.pricing-offer.starter .internal-claim {
    border-bottom: 1px solid #00474A;
    color: #8d8c8c;
}

.pricing-offer.pro .internal-claim {
    border-bottom: 1px solid #ff695E;
    color: #8d8c8c;
}

.pricing-offer.premium .internal-claim {
    border-bottom: 1px solid #00AB7A;
    color: #8d8c8c;
}

.button-container {
    position: absolute;
    bottom: 40px;
    width: 100% !important;
    left: 0;
}

.pricing-offer ul, .pricing-offer ul li, .basic-offer ul, .basic-offer ul li {
    text-align: left;
    font-size: 14px;
    list-style: none;
    line-height: 24px;
    color: #8d8c8c;
    font-weight: 400;
}

.raisons-payplug .span6 {
    padding: 0 10px;
}

.mini-faq .grey-text span > p:first-of-type {
    line-height: 16px;
}

.pricing-offer ul li:before {
    content: '•';
    display: inline;
    margin: 0 4px;
}

.pricing-offer ul li a {
    font-size: 13px;
}

.orange-text * {
    color: #ff695E !important;
}

.orange-text a:hover, a.orange-text:hover {
    color: #dd5b52  !important;
}

.pricing-container {
    min-height: 250px !important;
    max-height: 300px !important;
}

.grey-text,
.grey-text h3,
.grey-text .titre3,
.grey-text * {
    color: #a0a0a0;
}

.question-container {
    border-left: 2px solid #00AB7A;
    margin-bottom: 30px;
    padding-left: 20px;
}

.tablePricing .button {
    margin: 20px 0;
    min-width: 170px !important;
    font-size: 14px;
}

.mini-faq > .row-fluid-wrapper:last-of-type > div > .span6:last-of-type .question-container {
    margin-bottom: 0;
}

.question-container span > p:last-of-type {
    margin-bottom: 0px !important;
}

.button.blue-text {
    color: #052139;
}

.tablePricing {
    width: 100%;
    border-top: 5px solid #ff695E;
    background: white;
    padding: 30px;
}

.tablePricing tr td {
    padding: 10px;
    border-right: 1px solid #ccc;
}

.tablePricing {
    width: 100%;
    border-top: 5px solid #ff695E;
    background: white;
    text-align: center;
}

.tablePricing table {
    width: 100%;
}

.tablePricing th {
    text-align: center;
}

.hide-on-mobile td {
    border: none !important;
}

.tablePricing tr > td:first-of-type {
    text-align: left;
    width: 60%;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.tablePricing tr.grey-bg > td:first-of-type {
    font-weight: 600;
}


.tablePricing tr > td:last-of-type {
    border-right: 0;
}

.tablePricing tr {
    border-bottom: 1px solid #dddddd;
}

.tablePricing tr td {
    padding: 14px 10px;
    width: 20%;
}

.fa-check.teal-bg:before {
    content: "\f00c";
    background: #00AB7A;
    color: white;
    padding: 4px;
    border-radius: 50px;
    font-size: 10px;
}

.fa-check.teal-bg {
    background: none;
}

.tablePricing .button {
    margin: 20px 0;
}

.tablePricing tbody > tr:last-of-type {
    border-bottom: 0;
}

.tablePricing.three-offers tr > td:first-of-type {
    text-align: left;
    width: 40%;
}

.tablePricing.three-offers tr > td {
    width: 20%;
}

.slick-slide {
    text-align: center;
    z-index: 1;
    position: relative;
}

.slick-active {
    text-align: center;
    z-index: 8;
    position: relative;
}

.slick-prev,
.slick-next {
    z-index: 8;
    position: relative;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'FontAwesome' !important;
    color: black !important;
}

.slick-prev:before {
    content: '\f053' !important;
}

.slick-next:before {
    content: '\f054' !important;
}

.slick-list {
    overflow: visible !important;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    padding: 0 100px;
}

.tweet-container {
    height: 100%;
    min-height: 1px;
    padding: 30px;
    border: 1px solid #e9eef1;
    border-radius: 5px;
    overflow: hidden;
}

.slick-slide img {
    display: table-cell;
    float: left;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
    top: -5px;
    margin-right: 20px;
}

.tweet-container p {
    text-align: left;
    font-size: 14px;
    margin: 20px 0;
    line-height: initial !important;
}

.tweet-container .span6.left {
    display: table;
    vertical-align: middle;
}

.partner-row-bottom > .row-fluid-wrapper {
    position: relative;
    overflow: hidden;
}

.centered-carousel-row> div > div .slick-slide .tweet-container > div:last-of-type:after {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 1)), color-stop(70%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    overflow: hidden;
    display: block;
    width: 100%;
    max-height: 100vh;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a.follow,
a.follow i {
    color: #88c0ef;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a.follow {
    padding: 8px 20px;
    border-radius: 3px;
    border: 1px solid #88c0ef;
    display: inline-block;
}

a.follow:hover {
    border: 1px solid #88c0ef;
    background: #88c0ef;
    color: white;
}

a.follow:hover i {
    color: white;
}

.centered-carousel-row> div > div .slick-slide.slick-active .tweet-container > div:last-of-type:after {
    opacity: 0 !important;
    max-height: 0;
}

.slick-list {
    position: relative;
    z-index: 1;
}

.tweet-container .span6 {
    margin: 0;
    width: 50% !important;
}

.slick-prev {
    left: 60px !important;
}

.slick-next {
    right: 60px !important;
}


/***************************************/


/****  HOMEPAGE  ****/


/***************************************/


/****  Slider 4 security platform  ****/

.homepage .special-slider-section h3, .homepage .special-slider-section .titre3 {
    color: #8d8c8c;
}

.homepage .slider-hook {
    background: white;
    padding: 40px 80px;
    text-align: left;
    border-radius: 30px;
    margin-top: 30px;
}

.homepage .slider-hook h3, .homepage .slider-hook .titre3 {
    color: #00474A;
}

.homepage .special-slider-section .row-fluid-wrapper.row-depth-1.row-number-38 {
    width: 70% !important;
    margin: 30px auto;
}

.bouton1,
.bouton2,
.bouton3,
.bouton4 {
    width: 15px;
    height: 15px;
    background: #dadada;
    border-radius: 300px;
    display: inline-block;
    margin: 3px;
}

.bouton1:hover,
.bouton2:hover,
.bouton3:hover,
.bouton4:hover {
    background: #00AB7A;
    cursor: pointer;
}

.bouton1.active,
.bouton2.active,
.bouton3.active,
.bouton4.active {
    background: #00AB7A;
}

.slider-content1,
.slider-content2,
.slider-content3,
.slider-content4 {
    display: none !important;
}

.slider-content1.active,
.slider-content2.active,
.slider-content3.active,
.slider-content4.active {
    display: block !important;
}

.slider-content1.active .row-fluid-wrapper .row-fluid,
.slider-content2.active .row-fluid-wrapper .row-fluid,
.slider-content3.active .row-fluid-wrapper .row-fluid {
    display: flex;
}

.slider-content1.active .row-fluid-wrapper .row-fluid div,
.slider-content2.active .row-fluid-wrapper .row-fluid div,
.slider-content3.active .row-fluid-wrapper .row-fluid div,
.slider-content4.active .row-fluid-wrapper .row-fluid div {
    margin: auto;
}

@media screen and (max-width: 767px) {
.cta_button {
    min-width: 250px !important;
}
.modules-caroussel .slick-slide img {
    margin: 0 auto;
}
    .homepage .slider-hook {
        padding: 20px 10px;
        text-align: center;
    }
    .homepage .slider-hook img {
        width: 80px !important;
    }
.slider .page-center p.display-flex {
    display: block;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}
    .signin-signup,
    .menu-languages {
        float: none;
        display: block;
        margin: 0;
    }
    ul.hs-breadcrumb-menu {
    display: block;
    overflow: hidden;
    text-align: center;
}
.breadcrumb-menu .hs-breadcrumb-menu-item, .breadcrumb-menu .hs-breadcrumb-menu-item a {
    float: none !important;
    display: inline-block;
}
    .pret-a-commencer .row-fluid-wrapper .row-fluid div h2, .pret-a-commencer .row-fluid-wrapper .row-fluid div .titre2 {
    margin-bottom: 20px;
}
.lang_switcher_class {
    position: relative;
    display: inline-block;
}
.menu-languages span div ul {
    padding-top: 0px;
}
.menu-languages span div ul li, .menu-languages span div ul li a, .menu-languages span div ul li a i {
    display: block;
}
}


/****  Section 5 confiance carrousel  ****/

.homepage .section-5 h2, .homepage .section-5 .titre2 {
    margin-bottom: 0px;
}

.homepage .section-5 .button-carroussel-blue {
    color: white;
    padding: 9px 12px;
    font-weight: 700;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none !important;
    border: 2px solid white;
}

.homepage .section-5 .button-carroussel-blue:hover {
    color: #00474A;
    background: white;
}

.homepage .section-5 .button-carroussel-orange {
    color: white;
    padding: 9px 12px;
    font-weight: 700;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none !important;
    border: 2px solid white;
}

.homepage .section-5 .button-carroussel-orange:hover {
    color: #ff695E;
    background: white;
}

.homepage .section-5 .button-carroussel-amber {
    color: white;
    padding: 9px 12px;
    font-weight: 700;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none !important;
    border: 2px solid white;
}

.homepage .section-5 .button-carroussel-amber:hover {
    color: #00AB7A;
    background: white;
}

.begin-today .page-center .row-fluid-wrapper .row-fluid {
    display: flex;
}

.homepage .begin-today .page-center .row-fluid-wrapper .row-fluid div {
    margin: auto !important;
}

.homepage .begin-today .page-center .row-fluid-wrapper .row-fluid div h2, .homepage .begin-today .page-center .row-fluid-wrapper .row-fluid div .titre2 {
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .homepage .begin-today .page-center .row-fluid-wrapper .row-fluid {
        display: block;
    }
    .homepage .begin-today .page-center .row-fluid-wrapper .row-fluid div h2, .homepage .begin-today .page-center .row-fluid-wrapper .row-fluid div .titre2 {
        margin-bottom: 10px;
    }
}


/***************************************/


/****  FEATURES  ****/


/***************************************/

.features-page .section-3 h2, .features-page .section-3 .titre2 {
    color: white;
}

@media screen and (max-width: 890px) {
    .features-page .section-3 .button {
        min-width: 130px !important;
    }
}

.features-page .block-ressource {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    padding: 40px;
    margin-top: 50px;
    text-align: center;
}

.features-page .section-3 a.button.white-bg.amber.multiple:hover {
    color: white;
    background: #ff695E;
}


/**** Section 2  ****/

.intro-block h3, .intro-block .titre3 {
    margin-bottom: 10px;
}

.verdict h2, .verdict .titre2 {
    margin-bottom: 10px;
}

.verdict p {
    font-size: 19px;
}


/**** Section 4 a 7  ****/


/**** Centrage vertical des élements dans chaque colonne  ****/

.section-4 .page-center .row-fluid-wrapper .row-fluid,
.section-5 .page-center .row-fluid-wrapper .row-fluid,
.section-6 .page-center .row-fluid-wrapper .row-fluid,
.section-7 .page-center .row-fluid-wrapper .row-fluid {
    display: flex;
}

.section-4 .page-center .row-fluid-wrapper .row-fluid div,
.section-5 .page-center .row-fluid-wrapper .row-fluid div,
.section-6 .page-center .row-fluid-wrapper .row-fluid div,
.section-7 .page-center .row-fluid-wrapper .row-fluid div {
    margin: auto;
}

.features-page .section-7 h4, .features-page .section-7 .titre4 {
    margin: 20px 0px 0px 0px;
}

.features-page .section-7 h4.tics:before, .features-page .section-7 .titre4.tics:before {
    content: '\f00c';
    margin-right: 5px;
    font-family: 'FontAwesome';
    font-weight: 400;
}


/**** Section 6 ressource  ****/

.features-page .section-6 h4, .features-page .section-6 .titre4 {
    line-height: 20px !important;
    margin: 0px;
}


/**** Section 8 ressource  ****/

.features-page .section-8 .title p {
    margin: 0px;
}

.features-page .section-8 .title p.tics:before {
    content: '\f00c';
    margin-right: 5px;
    font-family: 'FontAwesome';
    font-weight: 400;
    font-size: 13px;
}

.features-page .section-8 .logo-block img {
    border: 1px solid #ededed !important;
    max-height: 45px;
    width: auto !important;
}

.features-page .section-8 .logo-block img:hover {
    box-shadow: 0px 0px 2px 0px #9c9a9a;
    cursor: pointer;
}

/****  Slider security platform  ****/

.features-page .special-slider-section h3, .features-page .special-slider-section .titre3 {
    color: #8d8c8c;
}

.features-page .slider-hook {
    background: white;
    padding: 40px 80px;
    text-align: left;
    border-radius: 15px;
    margin-top: 30px;
    position: relative;
    min-height: 280px;
    overflow: hidden !important;
}

.slider-hook .slick-dots {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    left: 0;
}

.slider-hook .slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.slider-hook .slick-dots li.slick-active button:before {
    opacity: 1;
    color:#00AB7A;
}

.features-page .slider-hook .slick-slide img {
    border-radius: 0;
}

.features-page .slider-hook .slick-slide{
   outline:none;
}

.features-page .slick-slide .row-fluid > div > div > .row-fluid > div {
    display: table !important;
    vertical-align: middle;
}

.features-page .slick-slide .row-fluid > div > div > .row-fluid > div > *{
    display: table-cell !important;
    vertical-align: middle;
}

.features-page .slick-slide .row-fluid > div > div > .row-fluid {
    display: flex;
    flex-flow: row;
    flex: 1;
    align-items: center;
}

.features-page .slider-hook .slick-slide {
    padding: 0px 80px;
}

.slider-hook {
    position: relative;
}

.homepage .slider-hook {
    position: relative;
    min-height: 600px;
}

.carousel-buttons-security {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

.features-page .slider-hook h3, .features-page .slider-hook .titre3 {
    color: #00474A;
}

.features-page .special-slider-section .row-fluid-wrapper.row-depth-1.row-number-38 {
    width: 70% !important;
    margin: 30px auto;
}

.bouton1,
.bouton2,
.bouton3 {
    width: 15px;
    height: 15px;
    background: #dadada;
    border-radius: 300px;
    display: inline-block;
    margin: 3px;
}

.bouton1:hover,
.bouton2:hover,
.bouton3:hover {
    background: #00AB7A;
    cursor: pointer;
}

.bouton1.active,
.bouton2.active,
.bouton3.active {
    background: #00AB7A;
}

.slider-content1,
.slider-content2,
.slider-content3 {
    display: none !important;
}

.slider-content1.active,
.slider-content2.active,
.slider-content3.active {
    display: block !important;
}

.slider-content1.active .row-fluid-wrapper .row-fluid,
.slider-content2.active .row-fluid-wrapper .row-fluid,
.slider-content3.active .row-fluid-wrapper .row-fluid {
    display: flex;
}

.slider-content1.active .row-fluid-wrapper .row-fluid div,
.slider-content2.active .row-fluid-wrapper .row-fluid div,
.slider-content3.active .row-fluid-wrapper .row-fluid div {
    margin: auto;
}

@media screen and (max-width: 767px) {
    .section-4 .page-center .row-fluid-wrapper .row-fluid,
    .section-5 .page-center .row-fluid-wrapper .row-fluid,
    .section-6 .page-center .row-fluid-wrapper .row-fluid,
    .section-7 .page-center .row-fluid-wrapper .row-fluid,
    .slider-content1.active .row-fluid-wrapper .row-fluid,
    .slider-content2.active .row-fluid-wrapper .row-fluid,
    .slider-content3.active .row-fluid-wrapper .row-fluid {
        display: block;
    }
    .section-4 .page-center .row-fluid-wrapper .row-fluid div,
    .section-5 .page-center .row-fluid-wrapper .row-fluid div,
    .section-6 .page-center .row-fluid-wrapper .row-fluid div,
    .section-7 .page-center .row-fluid-wrapper .row-fluid div {
        text-align: center;
    }
    .section-4 .page-center .row-fluid-wrapper .row-fluid div img,
    .section-5 .page-center .row-fluid-wrapper .row-fluid div img,
    .section-6 .page-center .row-fluid-wrapper .row-fluid div img,
    .section-7 .page-center .row-fluid-wrapper .row-fluid div {
        display: inline-block;
    }
}

.begin-today .button:hover {
    background: white;
    color: #00996d;
}

.vex {
    display: none !important;
}

body.vex-open {
    overflow: initial !important;
}

.quote-img,
.quote-author .text {
    display: table-cell;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.quote-author .text {
    width: 60%;
    font-size: 14px !important;
}

.quote-img {
    max-width: 80px !important;
    width: 100px !important;
    margin: auto;
    margin-left: 10px;
}

[class^="tooltip"] {
  position: relative;
}
[class^="tooltip"]:after {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    content: attr(data-tooltip);
    padding: 10px;
    width: 240px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    bottom: 150%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-2px);
    transform: translateX(-50%) translateY(-2px);
    background: #00AB7A;
    color: white;
    white-space: initial;
    z-index: 2;
    border-radius: 2px;
    /* box-shadow: 0 5px 10px 0 rgba(0,0,0,.2); */
}

[class^="tooltip"]:before {
    content: '';
    opacity: 0;
    display: inline-block;
    position: relative;
    /* background: black; */
    width: 5px;
    height: 5px;
    bottom: 20px;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #00AB7A transparent transparent transparent;
}

[class^="tooltip"]:hover:after {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}

.begin-today h2, .begin-today .titre2, .begin-today p {
    margin: 0px;
}

[class^="tooltip"]:hover:before {
  opacity: 1;
}

.tooltip--bottom {
    left: -10px;
    position: relative;
}

.fa-question:before {
    width: 20px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid;
    height: 20px;
    padding: 2px 0px;
    display: inline-block;
    flex-flow: column wrap;
    position: relative;
    left: 0px;
    /* font-size: initial; */
    letter-spacing: 2px;
}


.intro-block.features img {
    max-width: 85px;
    margin-bottom: 15px;
}

.parallax-bg .button.multiple {
    margin: 0 5px;
    min-width: 170px;
}

.parallax-bg{
  position: relative;
}

.parallax-bg:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 1;
}

.parallax-bg > div{
  position: relative;
    z-index: 2;
}

.parallax-bg h2, .parallax-bg .titre2 {
    margin-bottom: 0;
}

.main-feature h2, .main-feature .titre2 {
    margin-bottom: 25px;
}

.section-4 .page-center > div > .row-fluid > .center-block > div >span, .section-6 .page-center > div > .row-fluid > .center-block > div >span {
    display: block;
    width: 125%;
    left: -28%;
    position: relative;
}


.section-5 .page-center > div > .row-fluid > .center-block > div >span, .section-7 .page-center > div > .row-fluid > .center-block > div >span {
    display: block;
    width: 125%;
    left: 0%;
    position: relative;
}

.features-icon-text p{
    margin-bottom:0;
}

.features-icon-text img {
    max-width: 40px;
    margin-right: 15px;
}

.carousel-indicators {
    position: absolute;
    bottom: 70px;
    z-index: 15;
    width: 40px;
    padding-left: 0;
    margin-left: 0;
    text-align: left;
    max-width: 100%;
    right: 50%;
    margin-right: -100px;
}

.carousel-caption p {
    font-size: 20px;
    line-height: 32px;
    float: left;
    width: 100%;
}

@media screen and (max-width: 380px) {
    .carousel-caption {
        height: 100%;
    }
    
    .carousel-caption p:first-child {
        height: 40%;
    }
    
    .carousel-caption .quote-author {
        height: 30%;
        margin: 0 !important;
    }
    
    .carousel-caption .quote-author span {
        margin: 8% auto !important;
    }
    
    .carousel-caption p.right {
        height: 30%;
    }
    
    .carousel-caption p.right .button {
        margin: 0 !important;
    }
}

.block-ressource p {
    margin-bottom: 20px;
}

.payplug-try {
    margin-bottom: 0;
    margin-top: 40px;
    display:none !important; 
}

ul .hs-item-has-children li a hr {
    background: none;
    border: none;
    margin: 0;
    height: 15px;
}

.tooltip--bottom img {
    max-width: 20px;
}

.fixed .logo-header {
    display: none !important;
}

#carousel-testimonials {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}


.menu-languages {
    display: inline-block !important;
}

.footer .menu-languages {
    display: none !important;
}

.mobile-menu {
    display: none;
}
.desktop-menu {
    display: block;
}

/***************************************/


/****  NEW DISPLAY 2018  ****/


/***************************************/

.pricing.new-display .slider-overlay > .row-fluid-wrapper >.row-fluid:before {
    background: #f6f6f8;
}

.new-display .header-container-wrapper .custom-menu-primary ul .hs-menu-depth-1 > a {
    color: #00474A;
}

.new-display .slider > .row-fluid-wrapper >.row-fluid {
    background-size: cover !important;
    background-position: 50% !important;
    position: relative;
    padding-bottom: 220px;
}

.new-display .header-container-wrapper .custom-menu-secondary ul li a {
    color: #00474A;
}

 .new-display .header-container-wrapper .custom-menu-secondary ul li:last-of-type a {
    box-shadow: inset 0 0 0 1px #00474A;
}

.new-display .header-container-wrapper.fixed .custom-menu-secondary ul li:last-of-type a {
    box-shadow: inset 0 0 0 1px #00AB7A;
}

.new-display .header-container-wrapper .custom-menu-secondary ul li:last-of-type a:hover {
    color:black;
}

.new-display .header-container-wrapper.fixed .custom-menu-secondary ul li:last-of-type a:hover {
    color: #fff;
}

.new-display .logo-header-fixed{
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.new-display .header-container-wrapper.fixed  .logo-header-fixed{
    display: block;
    backface-visibility: visible;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.new-display .logo-header {
    display: none;
}

.new-display h1, .new-display .titre1 {
    color: #00474A;
    font-weight: 800;
}

.new-display .slider .page-center p {
    color: #00474A;
    font-weight:400;
}

.new-display .pricing-container {
    height: initial !important;
}

.new-display .pricing-offer > div > div {
    background: white;
    z-index: 2;
    width: initial !important;
    margin: 0 !important;
    padding: 0;
    border-radius: 3px;
    height: 100%;
    padding-bottom: 0;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    background: #f8f8fa;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.pricing-offer {
    z-index: initial;
}

.pricing-offer:hover,  .pricing-offer:focus{
    z-index: 10;
}

.new-display .pricing-offer.starter > div > div, .new-display .pricing-offer.pro > div > div, .new-display .pricing-offer.premium > div > div {
    border-top: 0;
}

.new-display .pricing-offer > div > div > div > div:first-of-type {
    padding: 20px;
    border-bottom: 1px solid #E1E6E8;
    background: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.new-display .pricing-offer .internal-claim {
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 600;
    font-size: 14px;
}

.new-display .pricing-offer.starter .internal-claim {
    color: #ff695E;
    border-bottom:0;
}

.new-display .pricing-offer.pro .internal-claim {
    color: #00AB7A;
    border-bottom:0;
}

.new-display .pricing-offer.premium .internal-claim {
    color: #0f3d4e;
    border-bottom:0;
}

.new-display .pricing-offer > div > div h2, .new-display .pricing-offer > div > div .titre2 {
    margin-bottom: 6px;
    font-weight:800;
    font-size:24px;
}

.new-display .pricing-offer.starter > div > div h2, .new-display .pricing-offer.starter > div > div .titre2, .new-display .pricing-offer.starter > div > div .internal-claim {
    color: #ff695E;
}

.new-display .pricing-offer.pro > div > div h2, .new-display .pricing-offer.pro > div > div .titre2, .new-display .pricing-offer.pro > div > div .internal-claim {
    color: #00AB7A;
}

.new-display .pricing-offer.premium > div > div h2, .new-display .pricing-offer.premium > div > div .titre2, .new-display .pricing-offer.premium > div > div .internal-claim {
    color: #0f3d4e;
}

.new-display .pricing-offer .button-container {
    position: initial;
    width: 100% !important;
    left: 0;
    padding: 20px 30px;
    background:white;
    color: #0f3d4e;
}

.new-display .offer-container-inner {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    margin: 5px 0 10px 0;
}

.new-display .percentage-offer {
    font-size: 40px;
    font-weight: 600;
    padding: 0 10px;
}

.new-display .euro-offer {
    font-size: 14px;
}

.new-display .starting-from {
    text-align: left;
    color: #b5b5b5;
    font-weight: 600;
    font-size: 13px;
    padding-left: 45px;
}

.new-display .offer-container-details {
    margin-bottom: 20px;
    font-size: 14px;
}

.offer-advantage {
    padding: 30px;
    background: #f8f8fa;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.new-display .pricing-offer ul li{
    color: #0f3d4e;
    list-style: none;
    display: flex;
    width: 100%;
    text-align: left;
    font-size:13px;
    line-height:22px;
    padding: 3px 0;
}

.new-display .basic-offer ul li {
    color: #0f3d4e;
    list-style: none;
    display: flex;
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    padding: 3px 0;
}


.new-display .pricing-offer ul, .new-display .pricing-offer li.blue-text {
    color: #1c98dc;
    font-weight:600;
}

.new-display .pricing-offer.starter ul li.blue-text:before, .new-display .pricing-offer.pro ul li.blue-text:before, .new-display .pricing-offer.premium ul li.blue-text:before {
    color: #1c98dc;
}

.new-display .no-bg > td:nth-child(2) {
    color: #ff695E;
}

.new-display .no-bg > td:nth-child(3) {
    color: #00AB7A;
}

.new-display .no-bg > td:nth-child(4) {
    color: #0f3d4e;
}

.new-display .pricing-offer.starter ul li:before, .new-display .basic-offer ul li:before {
    color: #ff695E;
}

.new-display .pricing-offer.pro ul li:before {
    color: #00AB7A;
}

.new-display .pricing-offer.premium ul li:before {
    color: #0f3d4e;
}

.new-display .pricing-offer ul li:before, .new-display .basic-offer ul li:before {
    content: '\f00c';
    display: table-cell;
    padding: 0 10px 0 0;
    font-family: "FontAwesome";
}

.new-display .pricing-container > div > div {
    top: -349px;
}

.new-display .pricing-offer ul li.star:before {
    content: '\f005';
}

.new-display .fancybox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    display: table;
    background: none;
    text-align: center;
    color: #cccccc;
}

.new-display .fancybox-outer {
    width: 676px;
    padding: 0;
    overflow: hidden;
}

.new-display .fancybox-close {
    position: absolute;
    top: 26px;
    right: 20px;
    width: initial;
    height: initial;
    cursor: pointer;
    z-index: 8040;
    display: table;
    background: none;
    text-align: center;
    color: #cccccc;
    font-size: 26px;
}

.new-display .fancybox-close:before {
    content: '\f00d';
    font-family: "fontAwesome";
    display: table-cell;
    vertical-align: middle;
}

.new-display .table-desc {
    display: block;
    padding: 20px;
    margin: 0;
    color: #0f3d4e;
}

.new-display .pricing-table {
    width: 100%;
}

.new-display .pricing-table-container {
    padding: 0 20px 30px 20px;
}

.new-display .pricing-table td {
    padding: 20px 10px;
    border: 1px solid #D0DAE6;
    text-align: center;
    color:#00474A;
    display: table-cell;
    vertical-align: middle;
}

.new-display .pricing-table tr > td:first-of-type {
    text-align: left;
}

.new-display p i{
    font-style:italic;
}

.new-display .pricing-container {
    min-height: 270px !important;
    max-height: 270px !important;
}

.cta_button.button {
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
}

.new-display .pricing-offer:hover > div > div {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .4);
}

.new-display .basic-container {
    margin-bottom: 30px;
}

.new-display .basic-container h3{
    font-weight:600;
}

.new-display .why-payplug p{
    color:#8d8c8c;
}

.new-display .question-container p strong, .new-display .question-container p {
    color: #00474A;
}

.new-display .table-title {
    font-size: 20px;
    text-align: center;
    padding: 30px 20px;
    background: white;
    text-align: left;
    color:#00474A;
    font-weight:800;
}

.new-display .no-bg td {
    border: none !important;
    padding:15px;
}

.fonctionnalites-titre p {
    font-style: italic;
    color:#8D8C8C;
    font-size: 16px;
}

.pricing-offer ul li a {
    font-size: inherit;
    color: #1c98dc;
}

.new-display .pricing-offer img {
    max-width: 20px;
    margin-bottom: 0;
}

.icon-here{
    position: relative;
}


.icon-here .pricing-table {
    position: absolute;
    display: none;
    bottom: 30px;
    width: auto;
    min-width: 235px;
    left: 0;
    margin-left: -120px;
    background: #00474A;
    font-size:12px;
}

.icon-here .pricing-table td {
    color: white;
    padding: 5px 10px;
    border: none;
    text-align:right;
}

.pricing-table > tbody > tr:first-of-type > td {
    padding-top: 10px;
}

.new-display .pricing-offer a.button {
    font-size: 14px;
    padding: 17px 20px;
    min-width: 150px;
}

.icon-here:hover .pricing-table, .icon-here:focus .pricing-table {
    display: table;
    padding: 10px;
}

.icon-here:hover:before, .icon-here:focus:before {
    content: '';
    display: block;
    position: absolute;
    top: -15px;
    width: 10px;
    height: 10px;
    left: 4px;
    left: 10px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #00474A transparent transparent transparent;
}

.pricing-offer .interrogation {
    width: 15px;
    margin: 0 10px;
    height: 15px;
    display: flex;
    flex: 1;
    border-radius: 50%;
    background: #00474A;
    color: white;
    font-size: 10px;
    font-weight: 800;
    align-items: center;
    justify-content: center;
}

/***************************************/


/********  MODULES PAGE 2018  **********/


/***************************************/

.modules-page h1{
    font-size: 45px;
line-height: 50px;
    margin-bottom: 30px;
    text-align: center;
    font-weight:bold;
}

.modules-page .installation h2 {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 30px;
    text-align: left;
    font-weight:bold;
}

.modules-page .installation p {
    color: #00384B;	
    font-size: 20px;	
    line-height: 32px;
}

ul.rating {
    display: flex;
    flex: 1 1 auto;
}

.rating li i:before {
    content: "\f005";
    background: #357A4B;
    padding: 5px;
    font-size: 18px;
    color: white;
    border-radius: 3px;
    display: flex;
    flex-flow: column;
    margin: 0 2px;
}

.installation .slick-slide {
    padding: 0 20px;
    text-align: left;
    outline: none;
    cursor: pointer;
}

.installation .slick-prev {
    display: none !important;
}

.installation  .slick-next {
    right: -40px !important;
}

.installation .relative-carousel p {
    color: #545454;
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: 600;
    line-height: 29px;
}

.installation .relative-carousel span p:last-of-type {
    color: #9A9A9A;
    font-family: "Open Sans";
    font-size: 15px;
    line-height: 29px;
    font-weight: 300;
    margin-bottom: 0;
}

.teal-bg .display-flex .row-fluid > div:first-of-type span {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}

.teal-bg .display-flex .row-fluid > div:first-of-type span img {
    margin-right: 20px;
    width: 76px !important;
    height: 76px !important;
}

.teal-bg .display-flex .row-fluid > div:first-of-type span h2{
    font-size:25px;
    line-height:30px;
    margin: 0;
}

.teal-bg .page-center.display-flex {
    padding: 50px 0;
}

.teal-bg .page-center.display-flex > div > div {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.modules-page .new-bg{
  background: url(https://www.payplug.com/hubfs/Background-panel.jpg);
  padding: 2.5rem 0;
  background-position: center;
  background-size: cover;
}

.relative-carousel {
    position: relative;
    transform: translateY(-50%);
}

.installation .slick-slide > div{
    background: #F5F5F5;
    padding: 30px;
    border-radius: 3px;	
    background-color: #F5F5F5;	
    box-shadow: 0 5px 12px 0 rgba(23,36,41,0.21);
}

.installation .slick-next:before {
    content: '\f061' !important;
    font-size: 28px;
    color: #00AB7A !important;
}

.installation  .slick-list {
    overflow: hidden !important;
    padding: 20px 0;
}


.modules-page .installation > div > .row-fluid {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.text-padding-bottom{
    padding-bottom: 100px;
}

.modules-page .subtitle{
    width: 100%;
    color: #00384B;
    font-family: "Open Sans";
    font-size: 20px;
    line-height: 29px;
    text-align: center;
}

.modules-page .slider{
    padding: 79px 0 0px 0;
}

.modules-page .slider .page-center{
    height:initial;
    padding-bottom:40px;
    padding-top: 100px;
}

.modules-row {
    display: flex !important;
    flex-flow: row wrap;
}

.modules-row > div {
    flex: 1 1 33%;
    padding: 0 15px;
    margin-bottom: 30px;
    max-width: 33%;
}

.modules-row > div > div{
    background: white;
    position: relative;
    height: 100%;
    min-height: 318px;
    top: 0;
    text-align: center;
    padding-bottom: 30px;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
    border: 1px solid #F0F1F4;
}


.modules-row > div > div:hover {
    position: relative;
    top: -10px;
    box-shadow: 0 30px 30px -30px rgba(0,0,0,0.5);
}

.overview .modules-row > div:last-of-type > div {
    background: #00AB7A;
    color: white;
    height: 100%;
    display: flex !important;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 20px 0;
    border:none;
}

.modules-page.overview .modules-row > div:last-of-type > div {
    padding: 0;
}

.overview .modules-row > div:nth-child(10) > div {
    height: 100%;
    display: flex !important;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 0;
}

.module-container.informations p {
    color: #ffffff;
    font-size: 25px;
    line-height: 38px;
    margin-bottom: 40px;
    font-weight:600;
}

.module-description {
    padding: 20px;
}

.modules-page .module-description {
    min-height: 276px;  
}

.module-description p{
    cursor:default;
}

.module-description img{
    display: block;
    margin: 10px auto;
    float: none;
    top: 0;
    border-radius:0;
}

.about-module{
    padding: 20px;
    margin-bottom:20px;
    background-color: #F6FBF9;
}

.module-container .widget-type-simple_menu a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.module-container .widget-type-simple_menu {
    min-height: 0;
}

.module-container .widget-type-simple_menu ul{
    margin:0;
}

.about-module p{
    font-size: 14px;
    color:#66727F;
    margin-bottom:0;
}

.about-module table tr td a {
    font-size: 14px;
    font-weight: 600;
}

.about-module table tbody > tr:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}

.about-module table tr td {
    width: 50%;
}

.about-module table tr td b {
    color:#00AB7A;
}

.about-module table tr > td:last-of-type {
    color:#414A54;
    font-weight:600;
}

.about-module table tr > td:first-of-type {
    color:#66727F;
}

.about-module table {
    width: 100%;
}

.about-module table tr {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #E1EBE8;
    font-size: 14px;
}

.about-module table img {
    width:22px;
    height:22px;
}

.installation-steps {
    color: #66727F;
    margin-bottom: 20px;
}

.installation-steps ol {
    list-style-type: decimal;
    line-height: 30px;
    padding-left: 18px;
}

.installation-steps ol li a {
    font-weight: 600;
}

.installation-steps + .need-help-section img {
    margin-right: 5px;
}


.avis > .row-fluid-wrapper {
    margin-bottom: 10px;
}

.modules-caroussel .slick-prev {
    display: none !important;
}

.modules-caroussel .slick-next {
    right: -60px !important;
}

.modules-row > div:nth-child(10) .module-description img{
    display: block;
    margin: 10px auto;
    max-width:160px !important;
}

.module-container .tagline {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(102,114,127,0.04);
    font-size: 12px;
    padding: 10px;
    border-top: 1px solid #F0F1F4;
    min-height:46px;
}

.module-container .tagline p {
    margin: 0;
    font-size: 14px;
    color: #66727F;
    cursor:default;
}

.module-container .tagline img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    line-height: 0;
}
.module-detail-inner p{
    color: #66727F;
    font-size: 16px;
    line-height: 24px;
}

.module-detail-inner p a {
    font-weight: 600;   
}

.module-detail-inner {
    padding-right: 80px;
}

.module-detail-inner ul li {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
    color: #66727F;
}

.blue-text {
    color: #00AB7A;
}

strong a, b a {
    font-weight: 600;
    text-decoration:none;
}

.module-detail-inner .rating-module ul li {
    font-size: 8px;
}

.bar-container .bar {
    height: 100%;
    background: #FC0;
}

.rating-inner p, .rating-inner div{
    color:#BCBCBC;
}


.bar-main-container .wrap {
    width: 150px;
    display: flex;
    align-items: center;
    flex-flow: row;
    justify-content: space-around;
}

.bar-container{
    width: 100px;
    height: 20px;
    background: #ECE9E9;
    border-radius: 3px;
    overflow:hidden;
}

.module-detail-inner ul {
    margin-bottom: 20px;
}

.module-detail-inner .avis ul {
    margin-bottom: 0;
}

.page-center-padding{
    padding:60px 0;
}
.modules-page.modules-page-detail .modules-row.slick-slider {
    display: block !important;
    padding: 20px 0 0px 0;
}
.body-container .page-center.modules-caroussel-padding{
    padding: 40px 0 60px 0;
}
.modules-row.slick-slider > div {
    flex: initial;
    padding: 0;
    margin-bottom: 0;
    max-width: 100%;
    overflow:hidden !important;
    padding: 20px 0;
}

.slick-slider.modules-row > div > div:hover {
    position: relative;
    top: 0px;
    box-shadow: none;
}

.slick-slider.modules-row > div > div{
    box-shadow: none;
    padding-bottom:0;
    background:none;
}

.modules-caroussel .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    padding: 0 10px;
    outline:none;
}

.modules-caroussel .module-container {
    background: white;
    position: relative;
    top: 0;
    text-align: center;
    padding-bottom: 30px;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
	border: 1px solid #F0F1F4;
}

.modules-caroussel .module-container:hover {
    position: relative;
    top: -10px;
    box-shadow: 0 30px 30px -30px rgba(0,0,0,0.5);
}

.modules-page.modules-page-detail .slider .page-center {
    height: initial;
    display: block !important;
    padding: 0;
}

.slider .page-center.modules-menu a {
    font-weight: 400;
    padding: 20px 0 0px 0;
    display: block;
}

.slider .page-center.modules-menu > .row-fluid-wrapper {
    display: block;
    width: 100%;
}
.rating-module{
    display: flex;
    flex-flow: row;
}

.modules-page.modules-page-detail .slider h1 {
    color: #00384B;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    text-align: left;
    margin-bottom: 0;
}

.modules-page.modules-page-detail .slider .page-center p {
    margin-bottom: 0px;
    display: block;
    justify-content: initial;
}

.modules-page.modules-page-detail .module-container .tagline img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    line-height: 0;
    display: inline;
    float: none;
    top: -2px;
}

.modules-caroussel .slick-next:before {
    content: '\f061' !important;
    color:#00AB7A !important;
}

.modules-page.modules-page-detail .slider p{
    color: #66727F;	
    font-size: 16px;
    line-height: 24px;
    font-weight:400;
    text-align:left;
}

.modules-page.modules-page-detail .payplug-development {
    padding-top: 2px;
}

.modules-page.modules-page-detail .body-container .row-number-4 .page-center {
    padding-top: 40px;
}

.modules-page.modules-page-detail .anchor {
    display: block;
    position: relative;
    top: -40px;
    visibility: hidden;
}

.modules-page.modules-page-detail .payplug-development img {
    height: 22px;
    width: 22px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.module-front-picture {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
    border: 1px solid #F0F1F4;
    border-radius: 3px;
    width: 100px !important;
    height: 100px;
    background: white;
    display: flex !important;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.rating-list-module {
    margin: 2px 10px 2px 0;
}

.flex-module > div > div {
    flex-flow: row;
    align-items: center;
}

.padding-module {
    padding: 20px 0 30px 0;
}

.modules-page.modules-page-detail .modules-menu-anchors {
    border-top: 1px solid #D9D9E2;
    border-bottom: 1px solid #D9D9E2;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.04);
    position: relative;
}

.modules-page.modules-page-detail .modules-menu-anchors_V2 {
    border-top: 1px solid #D9D9E2;
    border-bottom: 1px solid #D9D9E2;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.04);
    position: relative;
}

.modules-page.modules-page-detail .page-center.small-padding {
    padding: 0;
}

.modules-menu-anchors ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    max-width: 35%;
    margin: 0;
}

.modules-menu-anchors, .modules-menu-anchors * {
    min-height:0 !important;
}

.modules-menu-anchors ul li a {	
    color: #66727F;	
    font-size: 16px;	
    font-weight: 600;	
    line-height: 24px;
}

.modules-menu-anchors li {
    padding: 15px 10px;
}

.modules-menu-anchors li.active{
    box-shadow: inset 0px -4px 0 0px #00AB7A;
}
        
.modules-menu-anchors li.active a {
    color: #00AB7A;
}

.modules-menu-anchors_V2 ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    max-width: 25%;
    margin: 0;
}

.modules-menu-anchors_V2, .modules-menu-anchors_V2 * {
    min-height:0 !important;
}

.modules-menu-anchors_V2 ul li a {	
    color: #66727F;	
    font-size: 16px;	
    font-weight: 600;	
    line-height: 24px;
}

.modules-menu-anchors_V2 li {
    padding: 15px 10px;
}

.modules-menu-anchors_V2 li.active{
    box-shadow: inset 0px -4px 0 0px #00AB7A;
}
        
.modules-menu-anchors_V2 li.active a {
    color: #00AB7A;
}

#carousel-testimonials-module {
    margin-top: 80px;
}

.header-citation {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
}

.module-detail-inner .header-citation ul {
    margin-bottom: 0;
}

p.nom-citation{
    margin-bottom: 0;
    color: #66727F;
    font-size: 16px;
    line-height: 24px;
}

.col-right{
    margin-bottom: 0;
    color: #B8B8B8;
    font-size: 13px;
    line-height: 24px;
}

p.texte-citation {
    padding: 20px 0;
    margin: 0;
}

.avis-citation {
    padding: 20px 0;
    border-top: 1px solid #E2DFDF;
}

.section-avis > span > div:first-of-type > .avis-citation{
    margin-top: 20px;
}

.avis-citation img {
    max-width: 110px;
    height: auto;
    margin-bottom: 10px;
}

.fix-span6 .row-fluid .span6{width:49.9%; margin:0;}



/***************************************/


/******  CONFIDENTIALITY PAGE  *********/


/***************************************/

.confidentiality-page.new-display .slider > .row-fluid-wrapper >.row-fluid {
    padding: 2rem 0 0 0;
}

.display-block {
    display: block;
}

.confidentiality-page .summary a{
    margin-bottom:1rem;
}

.confidentiality-page.new-display .slider .page-center {
    height: initial;
    padding-bottom: 0;
}

.confidentiality-page .body-container .page-center {
    padding-bottom: 0;
  padding-top: 60px;
}

.confidentiality-page .body-container .slider .page-center {
    padding-bottom: 0;
  padding-top: 80px;
}

.confidentiality-page .tablePricing.noTopBorder {
    border-top: 0;
    padding: 0;
}

.confidentiality-page .tablePricing tr > td:last-of-type, .confidentiality-page .tablePricing tr > td:first-of-type {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    color: #8d8c8c;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  	flex: 1 1 50%;
  	text-align:left;
}

.confidentiality-page .tablePricing tr > td:last-of-type h4, .confidentiality-page .tablePricing tr > td:first-of-type h4, 
.confidentiality-page .tablePricing tr > td:last-of-type h3, .confidentiality-page .tablePricing tr > td:first-of-type h3{
  	display:block;
    width: 100%;
}

.confidentiality-page .tablePricing a, .confidentiality-page .tablePricing p {
    display: block;
    width: 100%;
}

.confidentiality-page .tablePricing tr {
    display: flex;
    flex-flow: row wrap;
}

.confidentiality-page .body-container ul {
    display: block;
    width: 100%;
    padding-left: 2rem;
}

.confidentiality-page .body-container ul li{
    position: relative;
     font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  	margin-bottom:1rem;
  	color:#8d8c8c;
}


.confidentiality-page .body-container ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -15px;
    width: 5px;
    border-radius: 50%;
    height: 5px;
    background: #00474A;
    transform: translateY(0%);
}

.confidentiality-page .body-container > .row-fluid-wrapper:last-of-type .page-center {
    padding-bottom: 70px;
}

.confidentiality-page .tablePricing h3, .confidentiality-page .tablePricing .titre3 {
    text-align: center;
    display: inline-block;
    vertical-align: initial;
    height: initial;
    writing-mode: initial;
    text-orientation: initial;
    left: auto;
}

.confidentiality-page.new-display h1, .confidentiality-page.new-display .titre1, 
.confidentiality-page.new-display h2, .confidentiality-page.new-display .titre2, 
.confidentiality-page.new-display h4, .confidentiality-page.new-display .titre4{
    font-weight: 400;
}

.confidentiality-page.new-display h2, .confidentiality-page.new-display .titre2{
    font-size: 28px;    
 		line-height: 32px;

}

.confidentiality-page a {
    font-weight: 300;
}

.confidentiality-page .border-bottom {
    border-bottom: 1px solid #ccc;
}

/* RESPONSIVE IFRAME */
iframe{
  max-width: 100% !important; 
}

.new-bg .display-flex{
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center; 
}

.new-bg .display-flex h2,
.new-bg .display-flex h2 span{
  font-weight: 400;
  letter-spacing: .05rem;
  font-size: 2.4rem !important;
  line-height: 160%;
  margin-top: 0;
  margin-bottom: 3rem;
}

/***************************************/


/********  GLOBAL RESPONSIVE  **********/


/***************************************/
@media screen and (max-width: 1440px) {
#carousel-testimonials .page-center {
    display: block !important;
    padding-top: 130px !important;
}
#carousel-testimonials .item {
    height:440px !important;
}
.installation > div > div > .widget-type-space {
    width: 5%;
}

.installation > div > div > .widget-type-linked_image {
    width: 45%;
    margin: 0;
}

.installation > div > div > .widget-type-rich_text {
    width: 50%;
    margin: 0;
    padding-left: 50px;
}
}

@media screen and (max-width: 1280px) {
.modules-page .installation h2 {
    padding-right: 0px;
}
.modules-page .installation h2 br {
    content: '';
    margin-right: 6px;
}
 .homepage.inner-page h1, .homepage.inner-page .titre1 {
    color: #00384B;
    font-weight: bold;
    font-size: 32px;
    line-height: 41px;
}
  .slider.video-module p {

    margin: 1rem 0;
}
}





@media screen and (max-width: 1100px) {
.installation .slick-next {
    right: 20px !important;
}
#carousel-testimonials-module {
    margin-top: 80px;
    padding: 0 50px;
}
}



@media screen and (max-width: 992px) {
    .slider .page-center {
        height: 380px;
    }
.homepage.inner-page h1, .homepage.inner-page .titre1 {
    color: #00384B;
    font-weight: bold;
    font-size: 26px;
    line-height: 35px;
}
.lang_switcher_class:hover .lang_list_class {
    height:initial;
    overflow:visible;
}
.installation:before {
    background: url(https://cdn2.hubspot.net/hub/508350/hubfs/image-carte-resized.jpg?t=1528195248599);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
    background-size:cover;
}
.installation {
    position:relative;
}
    .installation .widget-type-linked_image{
    display:none !important;
}

.module-detail-inner {
    padding-right: 40px;
    width: 60% !important;
}
.modules-page-detail .sidebar {
    margin: 0 !important;
    width: 40% !important;
}
.modules-menu-anchors ul {
    max-width: 50%;
}

.modules-menu-anchors_V2 ul {
    max-width: 50%;
}

.modules-caroussel .slick-next {
    right: 0px !important;
}
.tablePricing .titlemob td div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.tablePricing .titlemob td {
    position: relative;
    padding: 14px 10px 60px;
}
.relative-carousel {
    position: relative;
    transform: translateY(-10%);
}
.modules-row > div {
    flex: 1 1 50%;
    padding: 0 15px;
    margin-bottom: 30px;
    max-width: 50%;
}

.text-padding-bottom {
    padding-bottom: 230px;
    padding-top:100px;
    text-align:center;
}

.modules-page .installation h2 {
    text-align: center;
}

.modules-page .installation > div > .row-fluid > div:first-of-type img {
    width: 100% !important;
}

.modules-page .installation > div > .row-fluid {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    align-items: center;
}

.page-center-padding.installation > div:last-of-type {
    display: none;
}

.modules-page .installation > div > .row-fluid > div {
    width: 100%;
    margin: 0;
    position: relative;
}

.modules-page .installation > div:first-of-type > .row-fluid > .widget-type-linked_image{
    width: 100% !important;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
}

#carousel-testimonials-module {
    margin-top: 0;
    padding: 0 50px;
}

.modules-page .installation > div:first-of-type > .row-fluid > .widget-type-linked_image div, .modules-page .installation > div:first-of-type > .row-fluid > .widget-type-linked_image img, .modules-page .installation > div:first-of-type > .row-fluid > .widget-type-linked_image span {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

.page-center-padding {
    padding: 0 0 60px 0;
    overflow: hidden;
}

.modules-page .installation h2 br {
    content: '';
    margin: 0 5px;
}

.new-display .pricing-container {
    min-height: initial !important;
    max-height: initial !important;
}
.new-display .pricing-container > div > div {
    top: 0;
}

.new-display .mobile-trigger i, .new-display .mobile-trigger i:before, .new-display .mobile-trigger i:after {
    color: #00474A;
}

.new-display .slider > .row-fluid-wrapper >.row-fluid {
    background-size: cover !important;
    background-position: 50% !important;
    position: relative;
    padding-bottom: 0;
}

    .parallax-bg .button.multiple {
        margin: 0 5px;
        min-width: 160px;
    }
    .menu-languages {
    padding: 10px 0px;
}
.globe_class {
    float: none !important;
    margin: auto !important;
}
.menu-languages {
   text-align:center;
}
.globe_class:after {
    position: relative;
    left: 40px;
    top: 6px;
}
.lang_switcher_class .lang_list_class {
    width: 100%;
    padding-top: 20px;
}

.homepage .slider-hook {
    position: relative;
    overflow: hidden;
}
.mobile-menu {
    display: block;
}
.desktop-menu {
    display: none;
}
.features-page .slick-slide .row-fluid > div > div > .row-fluid > div {
    display: block !important;
    vertical-align: middle;
    width: 100%;
    text-align:center;
}

.features-page .slick-slide .row-fluid > div > div > .row-fluid > div > *{
    display: inline-block !important;
    vertical-align: middle;
    width: initial;
}


.features-page .slick-slide .row-fluid > div > div > .row-fluid{
    display: block !important;
    vertical-align: middle;
    width: 100%;
}

.pricing-container {
    min-height: initial !important;
    max-height: initial !important;
}
.pricing-container > div > div {
    position: relative;
    top: 0;
    z-index: 2;
    display: block;
}
.pricing-offer {
    z-index: 2;
    /* width: 290px !important; */
    margin: 0 auto 40px auto!important;
    padding: 0 0px;
    float:none !important;
}
    .begin-today .span9 {
    width: 65% !important;
    margin: 0 !important;
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.begin-today .span3 {
    width: 65% !important;
    margin: 0 !important;
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.begin-today .page-center .row-fluid-wrapper .row-fluid {
    display: table;
    vertical-align:middle;
}
.show-on-mobile{
    display: block!important
}
.mobile-rotate > div > div > .page-center, .mobile-rotate .mobile-rotate{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
width: 100% !important;
float: none !important;
}

.section-4 .page-center .row-fluid-wrapper .row-fluid div, .section-5 .page-center .row-fluid-wrapper .row-fluid div, .section-7 .page-center .row-fluid-wrapper .row-fluid div {
    margin: auto;
    width: 100% !important;
}

.section-6#conversion .features-icon-text > div > div > .span6 {
    width:50% !important;
    margin: 0 0px 20px 0;
}

.section-4 .page-center .row-fluid-wrapper .row-fluid, .section-5 .page-center .row-fluid-wrapper .row-fluid, .section-6 .page-center .row-fluid-wrapper .row-fluid, .section-7 .page-center .row-fluid-wrapper .row-fluid {
    display: block;
}

.section-4 .page-center > div > .row-fluid > .center-block > div > span, .section-6 .page-center > div > .row-fluid > .center-block > div > span {
    display: block;
    width: 100%;
    left: 0;
    position: relative;
}

.section-5 .page-center > div > .row-fluid > .center-block > div > span, .section-7 .page-center > div > .row-fluid > .center-block > div > span {
    display: block;
    width: 100%;
    left: 0%;
    position: relative;
}

    .menu-mobile {
        padding: 0px;
    }
    .tab-content > div > div > .span12 div {
        position: relative;
        margin-bottom: 20px;
    }
    .payplug-try {
        display:block !important;
    }
    .testimonials-row .item {
    background: none !important;
    top: 0 !important;
}
.table-subtitle-button{
        display:none;
}
.testimonials-row .item {
    height: 330px !important;
    min-height: 330px !important;
}
#carousel-testimonials .item {
    height: initial !important;
}

#carousel-testimonials{
    overflow:hidden;
    padding-bottom:0;
}
    .raisons-payplug {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.raisons-payplug.last-row {
    border: none;
}
    .page-center, .text-padding-bottom{
        max-width: 720px;
        margin: auto !important;
        float: none !important;
        padding: 60px 0 60px 0;
    }
    .custom-menu-primary ul, .custom-menu-secondary ul {
    margin: 0;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.carousel-indicators {
    padding-left: 0;
}
.main-nav ul.hs-menu-children-wrapper {
    opacity: 1;
    box-shadow: none !important;
    background: none;
    position: initial;
    width: 100%;
    display: block;
    text-align: center;
    max-height: initial;
}

.features-icon-text .span6 .center-block {
    width: auto;
    display: inline-block;
    float:none;
    margin: 0 10px;
}

.features-icon-text .span6 .center-block *{
    text-align: left;
}

.features-icon-text .span6 > div > .row-fluid {
    text-align: center;
}

.begin-today .button.multiple {
    min-width: 160px;
    margin: 0 5px;
}

.main-nav ul.hs-menu-children-wrapper li {
padding:0;
}

.main-nav ul.hs-menu-children-wrapper li a {
    text-align: center;
    display: block;
    font-size: 16px;
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    color: white;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: inset 0 0 0px 0 white;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
}

.main-nav li.hs-item-has-children > a {
    display: none !important;
}

.main-nav {
    padding-top: 50px;
}

.signin-signup, .menu-languages {
    float: none;
    text-align: center;
}

.menu-languages {
    margin-top:20px !important;
    margin-left:0px !important;
}

.hs-menu-children-wrapper.display-child {
    opacity: 1 !important;
}
.menu-languages span div ul li, .menu-languages span div ul li a, .menu-languages span div ul li a i {
    text-align: center;
    float: none !important;
    display: block;
    margin: 10px auto !important;
}

.custom-menu-primary ul li {
    display: table;
    padding: 0 !important;
    text-align: center;
    position: relative;
}

    .entry-block .button {
        min-width: initial;
        display: block;
    }
.tablePricing .button {
    margin: 20px 0;
    font-size: 14px;
    min-width: initial !important;
    width: 110px;
}
    .button-container {
        position: absolute;
        bottom: 40px;
        width: 100% !important;
        left: 0;
    }
    .tab-buttons img {
        margin-top: 5px;
        max-width: 42px !important;
    }
    #carousel-testimonials .page-center {
        display: none !important;
    }
    .footer-columns .widget-type-form .hs-form input.hs-button {
        padding: 14px 10px;
    }
    .testimonials-row .item {
        min-height: 680px;
    }
    .testimonials-row .item .carousel-caption {
        position: relative;
        top: 0px;
        z-index: 2;
        max-width: 100%;
        float: none;
        margin: auto 0 auto auto !important;
        padding: 40px 40px 60px 40px !important;
    }
.carousel-indicators {
    position: absolute;
    bottom: 20px;
    z-index: 15;
    width: 100%;
    left: 0;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    max-width: 100%;
    right: 0;
    margin-right: 0;
}

    .testimonials-row .item .carousel-caption .button {
        margin-bottom: 20px !important;
    }
.quote-author, .quote-author .text, .quote-img {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    margin: 10px auto !important;
    float: left !important;
    max-width: 100%!important;
}
    .quote-img {
        height: 60px !important;
        width: auto !important;
    }

#carousel-testimonials .page-center-mobile {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
    .carousel-caption p {
        font-size: 20px;
        line-height: 32px;
        max-width: 100%;
        margin: auto;
        display: block;
        text-align: center;
    }
    .menu-mobile .row-fluid-wrapper {
        max-width: 720px;
        margin: auto;
        display: table;
        width: 100%;
        vertical-align: middle;
        height: 100vh;
        position: relative;
    }
    .mobile-close i.fa.fa-close {
        font-size: 30px;
        padding: 15px 0;
        color: #00474A;
    }
    .mobile-close {
        width: 100%;
        color: white;
        font-size: 40px;
        position: absolute;
        right: 0;
        top: 0;
        text-align: right;
    }
    .entry-block h3, .entry-block .titre3 {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: initial;
    }
    .hs_cos_flex-slider .hs_cos_flex-slides img {
        max-height: 25px;
    }
    .hs-cos-flex-slider-control-panel ul {
        flex-direction: row;
    }
.slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li {
    flex-grow: initial;
    display: table;
    height: 40px;
    padding: 10px 0;
}
    .footer-menus > div > div > .span3 {
        flex-basis: 50%;
        display: flex;
        margin: 0;
        align-self: flex-start;
        flex-grow: 1;
    }
    .footer-menus {
        box-sizing: border-box;
        padding: 10px 0px;
        width: 50% !important;
        margin: 0 !important;
    }
    .company-informations {
        width: 50% !important;
        padding-right: 80px;
    }
    .footer-menus > div > div {
        display: flex;
        flex-flow: row wrap;
    }
    .mobile-trigger {
        display: inline-block;
        font-size: 25px;
        padding: 17px 0;
    }
    .trigger-container, .mobile-close {
        display: block !important;
        z-index: 999;
    }
    .mobile-trigger i,
    .mobile-trigger i:before,
    .mobile-trigger i:after {
        color: white;
    }
    body {
        right: 0;
        position: relative;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    body.mobile-open .menu-mobile {
        height: 100vh;
        left: 0;
        z-index: 999;
        margin: 0 !important;
    }
    .menu-mobile {
        position: absolute;
        top: 0;
        left: 100%;
        height: 0;
        min-height: 0 !important;
        overflow: hidden;
        width: 100% !important;
        float: none;
        text-align: center;
        height: 100vh;
        background: rgba(255, 255, 255, .97);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        margin-left: 0 !important;
    }
    .header-container-wrapper.fixed .custom-menu-primary ul li a,
    .header-container-wrapper .custom-menu-primary ul li a {
        color: #313a43 !important;
    }
.menu-mobile .row-fluid-wrapper > .row-fluid {
    display: block;
    vertical-align: top;
    text-align: center;
    padding: 0 !important;
}
    .custom-menu-primary,
    .custom-menu-secondary {
        float: none;
    }
    .custom-menu-primary ul li {
        display: table;
        padding: 0 !important;
        text-align: center;
    }
    
.custom-menu-primary ul li * {
    display: table-cell;
    vertical-align: middle;
    width: initial !important;
}

.custom-menu-secondary ul {
    text-align: center;
    margin-top: 0;
}

.menu-mobile .widget-span {
    width: 100% !important;
    text-align: center;
    margin: 10px 0 !important;
}
    .header-container-wrapper .custom-menu-primary ul li a,
    .header-container-wrapper .custom-menu-secondary ul li a {
        border-bottom: none;
        text-transform: initial;
    }
    .header-container-wrapper .custom-menu-secondary ul li a {
        color: #00474A;
        background: none;
        border-radius: 3px;
        padding: 10px 15px;
        font-weight: 600;
        box-shadow: inset 0 0 0 0px #ffffff !important;
    }
    .fixed .mobile-trigger i,
    .fixed .mobile-trigger i:before,
    .fixed .mobile-trigger i:after {
        color: #00474A;
    }

.header-container-wrapper .custom-menu-primary ul li a, .header-container-wrapper.fixed .custom-menu-primary ul li a, .header-container-wrapper.fixed .custom-menu-secondary ul li a, .header-container-wrapper.fixed .main-nav .hs-menu-wrapper ul .hs-menu-depth-1:nth-child(3) {
    background: none;
    font-weight: 400 !important;
    padding: 15px 20px;
    line-height: 21px;
}
    .header-container-wrapper .custom-menu-secondary ul li:last-of-type a,
    .header-container-wrapper.fixed .custom-menu-secondary ul li:last-of-type a {
        color: white;
        border-radius: 3px;
        background: #ff695E;
        font-weight: 600 !important;
        box-shadow: inset 0 0 0 1px #ffad18;
        padding-left: 15px;
        padding-right: 15px;
    }
    
.header-container-wrapper .custom-menu-secondary ul li:last-of-type a:hover {
    box-shadow: inset 0 0 0 1px #dd5b52;
    background: #dd5b52;
    color: white;
    opacity: 1;
}

    .buttonText {
        display: block;
        width: 100%;
        float: none;
        font-size: 14px;
        line-height: 19px;
        padding-bottom: 8px;
    }
    .tab-buttons>div {
        padding-left: 50px !important;
        padding-right: 30px !important;
    }
    .tab-buttons>div:first-of-type {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .tab-buttons>div {
        display: inline-block;
        float: left;
        cursor: pointer;
        color: #9fa0a2;
        font: 400 15px 'pt sans', sans-serif;
        background: white;
        line-height: 46px !important;
        flex-grow: 1;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .company-informations {
        display: none !important;
    }
    .footer-menus {
        width: 100% !important;
    }
    .homepage .slick-slide img {
        border-radius: 0;
    }
    .homepage .slick-slide {
        outline:none;
        margin: 20px auto;
    }
    .homepage .slick-slide img {
        border-radius: 0;
    }
    .carousel-indicators {
        width: 100% !important;
    }
    .fix-span6 .row-fluid .span6{width:100%; margin:0;text-align:center;}
    .teal-bg .display-flex .row-fluid > div:first-of-type span{
    justify-content: center;
    }
    .footer-menus .span4{
        width: 33% !important;
        text-align: center;
        margin: 0;
    }
}


/***************************************/


/****  MOBILE COLAPSED RESPONSIVE ****/


/***************************************/

@media screen and (max-width: 767px) {
    .slider .page-center {
        display: flex !important;
        height: 450px;
    }
  
  	.slider.video-module {
    	padding-top: 0px;
		}
    .footer-menus .span4{
        width: 100% !important;
        text-align: center;
        margin: 0;
    }
 .slider.video-module p {
    margin: 2rem 0;
}
 .confidentiality-page .summary a {
    margin-bottom: 1rem;
    line-height: initial;
}
.confidentiality-page .left {
    text-align: left;
}
.confidentiality-page .tablePricing tr > td:first-of-type, .confidentiality-page .tablePricing tr > td:last-of-type{
flex-basis:50% !important;
}
  
  .confidentiality-page .tablePricing tr > td:first-of-type, .confidentiality-page .tablePricing tr > td:last-of-type{
flex-basis:50% !important;
}

  .confidentiality-page .tablePricing.changeOnMobile tr > td:first-of-type{
    flex-basis: 60% !important;
    flex: initial;
    width: 40%;
 }
  
.confidentiality-page .tablePricing.changeOnMobile tr > td:last-of-type{
    flex-basis: 40% !important;
    flex: initial;
    width: 40%;
}

.confidentiality-page .tablePricing .titlemob td {
    position: relative;
    padding: 14px 10px 14px;
}

.confidentiality-page .body-container ul li {
    font-size: 14px;
}
.confidentiality-page .tablePricing tr.titlemob {
    height: initial;
}
.confidentiality-page .spacer {
    margin-bottom: 40px;
}
.header-citation{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
}
.avis-citation{
    text-align:center;
}

.slider .heightstatic span {
    display: block;
}
.modules-page.modules-page-detail .modules-menu-anchors {
    display: none;
}

.modules-page.modules-page-detail .modules-menu-anchors_V2 {
    display: none;
}

.white-bg .page-center > div > .row-fluid {
    display: flex;
    flex-flow: column;
}
.module-detail-inner {
    padding-right: 0px;
    width: 100% !important;
}
.modules-page-detail .sidebar {
    width: 100% !important;
    order:-1;
    margin-top: 0px !important;
    margin-bottom: 50px !important;
}
.module-detail-inner ul {
    margin-bottom: 0;
}

.module-front-picture {
    margin: 0 auto !important;
    float: none !important;
}
.modules-page.modules-page-detail .slider h1 {
    text-align: center;
}
.modules-page.modules-page-detail .slider .page-center p {
    margin-top:0;
    text-align: center;
}
.rating-module {
    display: flex;
    flex-flow: row;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.module-details-button {
    float: none !important;
    margin: 20px auto 0 auto !important;
}
.modules-menu-anchors ul {
    max-width: 100%;
}
.modules-menu-anchors_V2 ul {
    max-width: 100%;
}
.module-detail-inner {
    padding-right: 0;
}

.module-detail-inner h2{
    text-align:center;
}

.modules-page .installation > div > .row-fluid > div:first-of-type img {
    height: 200%;
    position: absolute;
    width: auto !important;
    max-width: initial !important;
    transform: translate(-25%);
}
.modules-page .installation > div > .row-fluid:first-of-type div, .modules-page .installation > div > .row-fluid:first-of-type span {
    display: block;
    width: 100%;
    height: 100%;
}
.teal-bg .display-flex .row-fluid > div:first-of-type span h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
}
.teal-bg .display-flex .row-fluid > div:first-of-type span {
    display: block;
    flex-flow: initial;
    text-align: center;
    justify-content: center;
}
.teal-bg .display-flex .row-fluid > div:first-of-type span img {
    margin-right: 0;
    display: block;
    margin: 0 auto 20px auto;
}
.modules-row > div {
    flex: 1 1 100%;
    padding: 0 15px;
    margin-bottom: 30px;
    max-width: 100%;
}
.overview .modules-row > div:last-of-type > div {
    text-align: center;
}

    .new-display .logo-header {
    display: none !important;
}
.new-display .pricing-offer .button-container {
    margin-top:0;
}
    .intro-block.features .padding40 {
    padding: 20px 40px;
}
    .intro-block h3, .intro-block .titre3 {
        margin-bottom: 4px;
    }
    .homepage .slick-slide {
    padding: 0 100px;
}
    .homepage .slider-hook img {
        margin-bottom: 10px;
    }
.homepage .slider-hook {
    position: relative;
    min-height: 530px;
}
.trigger-container, .mobile-close {
    display: inline-block !important;
    z-index: 999;
    width: initial;
}
    .begin-today .button.multiple {
    min-width: 290px;
    margin: 0 0 10px 0;
    display: inline-block;
}
.homepage .slick-slide {
    padding: 0 20px !important;
}
    .begin-today h2, .begin-today .titre2, .begin-today p {
        margin: 0px;
        text-align: center;
    }
    .header-container-wrapper .custom-menu-primary ul li a, .header-container-wrapper.fixed .custom-menu-primary ul li a, .header-container-wrapper.fixed .custom-menu-secondary ul li a, .header-container-wrapper.fixed .main-nav .hs-menu-wrapper ul .hs-menu-depth-1:nth-child(3) {
    background: none;
    font-weight: 400 !important;
    padding: 10px 0px;
    font-size: 16px;
    line-height: 21px;
}
    .parallax-bg .button.multiple {
    margin: 10px auto;
    min-width: 170px;
    width: 50%;
    min-width: initial !important;
    max-width: 100%;
    box-sizing: border-box;
}
.section-4 .page-center > div > .row-fluid > .center-block > div >span, .section-6 .page-center > div > .row-fluid > .center-block > div >span, .section-5 .page-center > div > .row-fluid > .center-block > div >span, .section-7 .page-center > div > .row-fluid > .center-block > div >span {
    display: initial;
    width: 100%;
    left: 0;
    position: initial;
}

    .widget-type-logo {
    padding: 14px 0px;
}
.slick-slide {
    padding: 0 30px 20px 0;
}
.main-nav .hs-menu-wrapper ul .hs-menu-depth-1 .hs-menu-children-wrapper {
    font-size: 18px;
}
    .custom-menu-secondary ul li {
        display: block;
        font-size: 16px;
        margin-top: 7px;
        width: 230px;
        margin: 0px auto;
    }
.main-nav {
    padding-top: 20px;
}
    .hide-on-mobile {
        display: none !important;
    }
    .header-container-wrapper .custom-menu-primary ul .hs-menu-depth-1 > a {
        display: block;
        text-decoration: none;
        box-shadow: inset 0 0 0px 0 white;
        font-weight: 600;
        font-size: 16px;
        color: #00474A;
        padding:10px 0;
    }
    .header-container-wrapper .custom-menu-secondary ul li:last-of-type a,
    .header-container-wrapper .custom-menu-secondary ul li:last-of-type a:hover {
        font-weight: 400;
        padding: 10px 25px;
    }
    .menu-header .custom-menu-secondary .hs-menu-wrapper ul li:nth-child(1) a:before {
        font-size: 16px;
    }
    .flag {
    width: 28px;
    height: 20px;
    }
    .menu-languages ul .hs-menu-children-wrapper li {
        padding: 20px 0px 0px 0px;
    }
    .header-container-wrapper .custom-menu-secondary ul li a {
        font-size: 16px;
    }
    
    .footer .menu-languages {
        display: block !important;
    }
    .menu-languages span div ul {
        padding-top: 0px !important;
        height: initial;
        overflow: hidden;
        position: initial;
    }
.globe_class.flag {
    background: none;
    height: initial;
    width: 100%;
}
.menu-languages > div > span {
    width: 100%;
    display: block;
}
.lang_switcher_class {
    position: relative;
    display: inline-block;
    width: 100%;
}
.menu-languages span div .lang_list_class li {
    display: inline-block;
    margin: 0 10px !important;
    padding: 0;
}
.lang_list_class li:first-child{
    display: inline-block !important;
}
    .header-container-wrapper .custom-menu-secondary ul li:last-of-type a,
    .header-container-wrapper.fixed .custom-menu-secondary ul li:last-of-type a {
        font-size: 16px;
    }
    .custom-menu-secondary ul {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .main-nav .hs-menu-wrapper ul .hs-menu-depth-2 a {
        background: none;
        color: #00474A;
        display: list-item;
        font-size: 16px;
    }
.menu-mobile .widget-span {
    margin: 0 !important;
}

    .page-center, .text-padding-bottom{
        max-width: 520px;
        margin: auto !important;
        float: none !important;
        padding: 50px 0 50px 0;
    }
    
.new-display .fancybox-outer {
        max-width: 520px;
        margin: auto !important;
    }
    .tablePricing {
        padding: 0px;
    }
.tablePricing tr td {
    padding: 5px 10px;
    flex-basis: 20% !important;
    line-height: 15px;
}

.tablePricing.three-offer tr td {
    padding: 5px 10px;
    flex-basis: 13% !important;
    line-height: 15px;
}


    .tablePricing tr > td:first-of-type {
    flex-basis: 60% !important;
}
.tablePricing tr {
    display: flex;
}

    .tablePricing h3, .tablePricing .titre3 {
        writing-mode: vertical-rl;
        text-orientation: sideways;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        writing-mode: vertical-rl;
        text-orientation: sideways;
        font-size: 20px;
    }

    .tablePricing tr.titlemob {
        height: 120px;
    }
    .tablePricing tr.titlemob td {
        vertical-align: middle;
    }
    .tablePricing .button {
        width: auto;
        font-size: 12px;
    }
    .tablePricing h3, .tablePricing .titre3 {
        margin: 0px;
        padding: 0px;
    }
    .fa-check.teal-bg {
        padding: 4px;
    }
    /**** TABLEAU ****/
    .pricing-container {
        min-height: initial !important;
        max-height: initial !important;
    }
    .pricing-offer {
        z-index: 2;
        width: 330px !important;
        margin: 0 !important;
        padding: 0 15px;
    }
    .pret-a-commencer .row-fluid-wrapper .row-fluid {
        display: block;
    }
    .pricing-container > div > div {
        position: relative;
        top: 0;
        z-index: 2;
        display: block;
        justify-content: center;
        flex-grow: 1;
        text-align: center;
    }
    .pricing-offer > div > div {
        padding-bottom: 30px;
    }
    .button-container {
        position: initial;
        bottom: 0;
        width: initial !important;
        min-width: 130px;
        float: none !important;
        margin-top: 20px;
        display: inline-block !important;
    }
    .navy-bg h2, .navy-bg .titre2 {
        text-align: center;
        margin-bottom: 30px;
    }
    .testimonials-row .item .carousel-caption .button-quote {
        /* margin-bottom: 20px; */
    }
    .features-page .slider-hook {
        padding: 50px 20px 20px 20px;
        text-align: center;
    }
.section-6 .icon50 img {
    margin-bottom: 0px !important;
    position: relative;
    top: -20px;
}
.spacer {
    margin-bottom: 0;
}
    .tweet-container .span6 {
        margin: 10px auto;
        width: 100% !important;
        text-align: center !important;
    }
    .languages .hs-item-has-children:after, .globe_class:after {
        display: none !important;
    }
    .slick-slide img {
        display: block;
        margin: 0 auto 10px auto;
        float: none;
    }
    .left,
    .right {
        text-align: center;
    }
    .header-container .right {
        text-align: right;
    }
    .begin-today .span9, .begin-today .page-center > div > div > .span6:first-of-type {
        width: 100% !important;
        margin: 0 0 20px 0 !important;
        text-align: center;
    }
    .slider-hook .center-block img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 120px;
}
    .begin-today .span3 {
        width: 100% !important;
        margin: 0 !important;
        text-align: center;
    }
    .menu-mobile .row-fluid-wrapper {
        max-width: 520px;
        margin: auto;
        display: table;
        width: 100%;
        vertical-align: middle;
        height: 100vh;
    }
    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0;
    }
    .tab-buttons>div {
        flex-basis: 100%;
        padding: 10px 20px;
        border: 1px solid #ccc;
        margin: 10px 0;
    }
    .tab-buttons>div.active {
        border: 1px solid #00AB7A;
    }
    .tab-buttons>div.active:after,
    .tab-buttons>div:after,
    .tab-buttons>div:before,
    .tab-buttons>div.active:before {
        display: none;
    }
    .entry-block h3, .entry-block .titre3 {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: initial;
    }
    .header-container-wrapper .no-padding > div > div > .span2,
    .header-container-wrapper .no-padding > div > div > .span10 {
        width: 50%;
        float: left;
        margin: 0 !important;
    }
    .logo-container img {
        max-width: 140px;
    }
    .mobile-trigger {
        display: inline-block;
        font-size: 30px;
        padding: 15px 0;
    }
    .slider .page-center p {
        font-weight: 600;
        color: white;
        font-size: 18px;
        margin: 30px 0;
    }
    .button.multiple {
        display: block !important;
        max-width: 250px;
        margin: 20px auto 0px auto !important;
        font-size: 16px;
    }
.begin-today .cta_button {
    margin-top: 20px !important;
}
    .intro-block .span4 {
        width: 100%;
        margin: 0 auto 30px auto !important;
    }
    .why-payplug-title h2, .why-payplug-title .titre2 {
    margin-bottom: 25px;
}
.intro-block.features a.arrow-right {
    margin-top: 30px;
    display: block;
}
.features-icon-text {
    padding-bottom: 0 !important;
}
    .tab-content .span6 {
        width: 100%;
        text-align: center;
        margin: 20px 0 !important;
    }
    .tab-content>div > div > .span12 .span6.widget-type-linked_image span {
        position: initial;
        display: block;
    }
    #carousel-testimonials {
        position: relative;
        top: 0;
        width: 100% !important;
    }
    .widget-type-space {
        display: none !important;
    }
    .entry-block {
        width: 100% !important;
        margin: 20px 0 !important;
    }
    .display-flex > div > div {
        display: block;
        -ms-display: block;
        -webkit-display: block;
        -moz-display: block;
        -o-display: block;
    }
    .company-informations {
        width: 100% !important;
        padding-right: 0;
    }
    .footer-menus {
        box-sizing: border-box;
        padding: 10px 0px;
        width: 100% !important;
        margin: 0 !important;
        text-align: center;
    }
    .company-informations .widget-type-logo,
    .company-informations .newsletter-claim {
        text-align: center;
    }
    .footer-menus > div > div > .span3 {
        flex-basis: 100%;
        display: flex;
        margin: 0;
        align-self: flex-start;
        flex-grow: 1;
        text-align: center;
    }
    .slider .page-center p {
    display: block;
    justify-content: center;
}
    .footer-menus > div > div > .span3 .row-fluid-wrapper {
        width: 100%;
    }
    .footer-menus > div > div > .span3 .row-fluid-wrapper ul li a {
        font-size: 16px;
        margin: 10px 0 !important;
        display: block;
    }
    .footer-menus h3, .footer-menus .titre3 {
        text-transform: uppercase;
        font-size: 20px;
        margin: 20px 0;
    }
    .flag {
        margin: auto;
    }
    ul .hs-menu-children-wrapper {
        opacity: 1;
        position: initial;
        top: 100%;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        display: inline-block;
    }
    .footer-menus > div > div > .span3.languages .row-fluid-wrapper ul li a {
        font-size: 16px;
        margin: 0 10px !important;
        display: inline-block;
    }
    .social-networks h3,.social-networks .titre3,
    .social-networks .hs_cos_wrapper_type_menu {
        float: none;
        display: inline-block;
        width: initial;
    }
    .social-networks {
        text-align: center;
    }
  .begin-today .cta_button {
    margin: 20px auto 0 auto !important;
}
    .partner-row-bottom .hs-cos-flex-slider-control-panel ul {
        display: block;
        vertical-align: middle;
        width: 100%;
        text-align: center;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .partner-row-bottom .slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li {
        flex-grow: initial;
        height: 60PX;
        width: 33%;
        float: left;
    }
    .slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li a {
    width: 100% !important;
    height: 100% !important;
}
.cta_button {
    min-width: initial !important;
    max-width: 100%;
}
}

@media screen and (max-width: 600px) {
    .page-center, .text-padding-bottom {
        max-width: 420px;
        margin: auto !important;
        float: none !important;
        padding: 50px 0 50px 0;
    }
.avis-text {
    text-align: center;
}
    .new-display .fancybox-outer {
        max-width: 420px;
        margin: auto !important;
    }
.features-page .slider-hook .slick-slide {
    padding: 20px 20px;
}
.slick-prev {
    left: 20px  !important;
}

.modules-page .slider .page-center {
    height: initial !important;
}

.slick-next {
    right: 20px !important;
}

.homepage .slider-hook {
    position: relative;
    min-height: 600px;
}

.slick-next {
    right: 25px !important;
}

.slick-slide {
    padding: 0 20px;
}

.pricing .partner-row-bottom .page-center {
    padding: 0 0 0px;
}


.slider-hook img {
    margin-bottom: 10px;
}
    .intro-block.features img {
    max-width: 60px;
    margin-bottom: 15px;
}

.intro-block.features .padding30 {
    padding: 10px 30px;
}
.testimonials-row .item {
    height: 330px !important;
    min-height: 330px !important;
}

.parallax-bg .button.multiple {
    margin: 10px auto;
    min-width: 170px;
    width: 100%;
    min-width: initial !important;
    max-width: 100%;
    box-sizing: border-box;
}
    .entry-block h3, .entry-block .titre3 {
        padding-bottom: 0px;
    }
    .entry-button {
        padding: 0 30px;
        position: initial;
        bottom: 20px;
    }
    .testimonials-row .item {
        background: none !important;
        top: 0 !important;
    }
.partner-row-bottom .hs_cos_flex-slider > .hs_cos_flex-slides .hs_cos_flex-slide-thumb:nth-child(1), .partner-row-bottom .hs_cos_flex-slider > .hs_cos_flex-slides .hs_cos_flex-slide-thumb:nth-child(2), .partner-row-bottom .hs_cos_flex-slider .hs_cos_flex-slides .hs_cos_flex-slide-thumb:nth-child(3) {
    display: table !important;
    width: 33%;
}

.footer-menus ul li {
    text-align: center;
}
#carousel-testimonials .carousel-caption {
    position: initial !important;
    z-index: -1;
    transition: all .2s ease-in-out;
    min-height: 330px;
    top: 0 !important;
    flex-flow: column wrap;
    margin-top: 0px !important;
    display:block;
}

    .menu-mobile .row-fluid-wrapper {
        max-width: 420px;
        margin: auto;
        display: table;
        width: 100%;
        vertical-align: middle;
        height: 100vh;
    }
    .tab-buttons>div {
        flex-basis: 100%;
        padding: 10px 20px;
        border: 1px solid #ccc;
        margin: 10px 0;
    }
    .tab-buttons>div.active {
        border: 1px solid #00AB7A;
    }
    .tab-buttons>div.active:after,
    .tab-buttons>div:after,
    .tab-buttons>div:before,
    .tab-buttons>div.active:before {
        display: none;
    }
    body,
    body * {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        background: none;
    }
    h1, .titre1{
        font-size: 30px;
        color: #ffffff;
        line-height: 36px;
    }
    h2, .titre2 {
        font-size: 24px;
        color: #00474A;
        line-height: 45px;
    }
    h3, .titre3 {
        font-size: 18px;
        color: #00474A;
        line-height: 35px;
    }
    h4, .titre4 {
        font-size: 16px;
        color: #00474A;
        line-height: 30px;
    }
    h5, .titre5 {
        font-size: 14px;
        color: #cccccc;
        line-height: 25px;
    }
    .entry-block h3, .entry-block .titre3 {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: initial;
    }
    .header-container-wrapper .no-padding > div > div > .span2,
    .header-container-wrapper .no-padding > div > div > .span10 {
        width: 50%;
        float: left;
        margin: 0 !important;
    }
    .logo-container img {
        max-width: 140px;
    }
    .mobile-trigger {
        display: inline-block;
        font-size: 30px;
        padding: 15px 0;
    }
    .slider .page-center p {
        font-weight: 600;
        color: white;
        font-size: 18px;
        margin: 30px 0;
    }
    .button.multiple {
        display: block;
        max-width: 250px;
        margin: 20px auto 0 auto;
        font-size: 16px;
    }
    .intro-block .span4 {
        width: 100%;
        margin: 20px auto !important;
    }
    .tab-content .span6 {
        width: 100%;
        text-align: center;
        margin: 20px 0 !important;
    }
    .tab-content>div > div > .span12 .span6.widget-type-linked_image span {
        position: initial;
        display: block;
    }
    #carousel-testimonials {
        position: relative;
        top: 0;
        width: 100% !important;
    }
    .widget-type-space {
        display: none !important;
    }
    .entry-block {
        width: 100% !important;
        margin: 20px 0 !important;
    }
    .display-flex > div > div {
        display: block;
        -ms-display: block;
        -webkit-display: block;
        -moz-display: block;
        -o-display: block;
    }
    .company-informations {
        width: 100% !important;
        padding-right: 0;
    }
    .footer-menus {
        box-sizing: border-box;
        padding: 10px 0px;
        width: 100% !important;
        margin: 0 !important;
    }
    .company-informations .widget-type-logo,
    .company-informations .newsletter-claim {
        text-align: center;
    }
    .footer-menus > div > div > .span3 {
        flex-basis: 100%;
        display: flex;
        margin: 0;
        align-self: flex-start;
        flex-grow: 1;
        text-align: center;
    }
    .footer-menus > div > div > .span3 .row-fluid-wrapper {
        width: 100%;
    }
    .footer-menus > div > div > .span3 .row-fluid-wrapper ul li a {
        font-size: 16px;
        margin: 10px 0 !important;
        display: block;
    }
    .footer-menus h3, .footer-menus .titre3 {
        text-transform: uppercase;
        font-size: 20px;
        margin: 20px 0;
    }
    .flag {
        margin: auto;
    }
    ul .hs-menu-children-wrapper {
        opacity: 1;
        position: initial;
        top: 100%;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        display: inline-block;
    }
    .footer-menus > div > div > .span3.languages .row-fluid-wrapper ul li a {
        font-size: 16px;
        margin: 0 10px !important;
        display: inline-block;
    }
    .social-networks h3, .social-networks .titre3,
    .social-networks .hs_cos_wrapper_type_menu {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 20px;
    }
    .social-networks {
        text-align: center;
    }
    .spacer {
        margin-bottom: 20px;
    }
    .social-networks ul li img {
        max-width: 25px;
        padding: 4px 0;
        margin: 0 5px;
    }
    .logo-block > div > .row-fluid {
    display: flex;
}
.features-page .slider-hook {
    padding: 20px;
    text-align: center;
    min-height:430px;
}
.pricing-offer .button {
    display: block;
    max-width: 300px !important;
    margin: 0 auto 0px auto;
    font-size: 16px;
    padding: 20px 30px;
    width:100%;
}
.modules-page .installation p br {
    content: '';
    margin-right: 6px;
}
.modules-page .installation h2 {
    font-size: 35px;
    line-height: 42px;
}
.modules-page .slider > .row-fluid-wrapper >.row-fluid {
    background-size: cover !important;
    background-position: 50% !important;
    position: relative;
    height: initial;
}
}

@media screen and (max-width: 480px) {
    .page-center, .text-padding-bottom {
        max-width: 360px;
        margin: auto !important;
        float: none !important;
        padding: 50px 0 50px 0;
    }
.modules-menu-anchors ul {
    flex-flow: column;
    justify-content: space-between;
    text-align: center;
}
.modules-menu-anchors_V2 ul {
    flex-flow: column;
    justify-content: space-between;
    text-align: center;
}
.confidentiality-page .slider .page-center{
    height: initial !important;
    padding-top: 60px;
}
.confidentiality-page.new-display .logo-header-fixed {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.new-display .pricing-container .pricing-table tr > td {
    text-align: left;
    color: white;
    border: none;
}
.modules-page.modules-page-detail .modules-row.slick-slider {
    display: block !important;
    padding: 20px 40px 0px 0px;
}
.tablePricing .titlemob td div {
    display: none;
}
    .new-display .fancybox-outer {
        max-width: 360px;
        margin: auto !important;
    }
.new-display .pricing-table td {
    padding: 10px 5px;
    border: 1px solid #D0DAE6;
    text-align: center;
    color: #00474A;
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
}
.cta_button.button.outline.orange {
    font-size: 14px;
    width: 100%;
    padding: 20px !important;
    line-height: initial;
}

    .tablePricing.three-offer tr td {
        flex-basis: 15% !important;
    }

.overview .modules-row > div:last-of-type > div .button {
    display: block;
    max-width: 100% !important;
    min-width: initial !important;
    width: 100% !important;
}
.installation .slick-slide {
    padding: 0 20px;
    text-align: center;
}
ul.rating {
    justify-content: center;
}
    .rating li i:before {
    content: "\f005";
    background: #357A4B;
    padding: 5px;
    font-size: 12px;
    color: white;
    border-radius: 3px;
    display: flex;
    flex-flow: column;
    margin: 0 2px;
}
    .tablePricing tr > td:first-of-type {
        flex-basis: 60% !important;
    }
.slider .page-center{
    height: 100vh !important;
}
.heightstatic {
    margin-top: initial !important;
}
.slick-prev {
    left: 0px  !important;
}
.carousel-indicators {
    position: absolute;
    bottom: 60px;
}
#carousel-testimonials .carousel-caption {
    min-height: 350px;
}

.main-feature a.arrow-right {
    margin: 10px 0;
    display: block;
}

.section-6#conversion .features-icon-text > div > div > .span6 {
    width: 100% !important;
    margin: 0 0px 20px 0;
}

.pricing-offer .button {
    width: 100%;
    display: block;
    max-width: 300px;
    margin: 0 auto;
    font-size: 16px;
    padding: 20px 30px;
}

[class^="tooltip"]:after {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    content: attr(data-tooltip);
    padding: 10px;
    width: 240px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    top: 0;
    left: 75%;
    -webkit-transform: translateX(-50%) translateY(-2px);
    transform: translateX(-50%) translateY(-2px);
    background: #00AB7A;
    color: white;
    white-space: initial;
    z-index: 2;
    border-radius: 2px;
    /* box-shadow: 0 5px 10px 0 rgba(0,0,0,.2); */
    bottom: initial;
}

.tooltip--bottom {
    left: 0;
    text-align: left;
    display: block;
}

[class^="tooltip"]:before{
    display: none;
}

.slick-next {
    right: 0px !important;
}

.section-6#conversion .features-icon-text > div > div > .span6:last-of-type {
    margin: 0 0px 0px 0;
}
.main-feature .top20 {
    margin-top: 10px !important;
}
.partner-row-bottom .orange-text {
    margin-top: 30px;
}
    .homepage .slider-hook img {
        width: 60px !important;
    }
    #carousel-testimonials .item {
    height: 380px !important;
}
    p {
        line-height: 21px;
    }
    .partner-row-bottom .hs_cos_flex-slides-thumb li:nth-child(1),
    .partner-row-bottom .hs_cos_flex-slides-thumb li:nth-child(2),
    .partner-row-bottom .hs_cos_flex-slides-thumb li:nth-child(3) {
        display: none !important;
    }
    .partner-row .hs_cos_flex-slides-thumb li:nth-child(1),
    .partner-row-bottom .hs_cos_flex-slides-thumb li:nth-child(2),
    .partner-row-bottom .hs_cos_flex-slides-thumb li:nth-child(3) {
        display: none !important;
    }
    .menu-mobile .row-fluid-wrapper {
        max-width: 360px;
        margin: auto;
        display: table;
        width: 100%;
        vertical-align: middle;
        height: 100vh;
    }
    .tab-buttons>div {
        flex-basis: 100%;
        padding: 10px 20px;
        border: 1px solid #ccc;
        margin: 10px 0;
    }
    .tab-buttons>div.active {
        border: 1px solid #00AB7A;
    }
    .tab-buttons>div.active:after,
    .tab-buttons>div:after,
    .tab-buttons>div:before,
    .tab-buttons>div.active:before {
        display: none;
    }
    p {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        background: none;
        font-size: 14px;
    }
    h1, .titre1 {
        font-size: 30px;
        color: #ffffff;
        line-height: 36px;
    }
    h2, .titre2 {
        font-size: 24px;
        color: #00474A;
        line-height: 35px;
        text-align: center;
    }
    h3, .titre3 {
        font-size: 18px;
        color: #00474A;
        line-height: 25px;
        text-align: center;
    }
    h4, .titre4 {
        font-size: 16px;
        color: #00474A;
        line-height: 24px;
        margin-bottom: 10px !important;
    }
    h5, .titre5 {
        font-size: 14px;
        color: #cccccc;
        line-height: 25px;
    }
    .entry-block h3, .entry-block .titre3 {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: initial;
    }
    .button {
        display: block !important;
        text-align: center;
        max-width: 300px !important;
        margin: 20px auto 0 auto;
        font-size: 18px;
        line-height: initial;
        padding: 20px !important;
    }
    .slider .hs-cta-wrapper, .slider .hs-cta-wrapper span {
    display: block !important;
}
    .footer-columns .widget-type-form .hs-form .hs_submit {
        position: initial;
        top: 0;
        right: 0;
        width: 100%;
        margin-top: 20px;
    }
    .footer-columns .widget-type-form .hs-form input.hs-button {
        display: block !important;
        width: 100% !important;
        float: none !important;
        margin: auto !important;
        font-size: 20px;
        padding: 20px;
    }
    .footer-columns .widget-type-form .hs-form .input {
        border: 2px solid #c6c4c5;
        border-radius: 3px;
        font-size: 20px !important;
        padding: 15px;
    }
    .form-control::-moz-placeholder {
        color: #999;
        font-size: 20px !important;
        opacity: 1
    }
    .form-control:-ms-input-placeholder {
        color: #999;
        font-size: 20px !important;
    }
    .form-control::-webkit-input-placeholder {
        color: #999;
        font-size: 20px !important;
    }
    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
        font-size: 20px !important;
    }
    .header-container-wrapper .no-padding > div > div > .span2,
    .header-container-wrapper .no-padding > div > div > .span10 {
        width: 50%;
        float: left;
        margin: 0 !important;
    }
    .logo-container img {
        max-width: 140px;
    }
    .widget-type-logo {
        padding: 15px 0px;
    }
    .mobile-trigger {
        display: inline-block;
        font-size: 30px;
        padding: 15px 0;
    }
    .slider .page-center p {
        font-weight: 600;
        color: white;
        font-size: 18px;
        margin: 30px 0;
    }
    .button.multiple {
        display: block;
        max-width: 250px;
        margin: 0 auto 20px auto;
    }
.intro-block .span4 {
    width: 100%;
    margin: 30px auto !important;
}

    .tab-content .span6 {
        width: 100%;
        text-align: center;
        margin: 20px 0 !important;
    }
    .tab-content>div > div > .span12 .span6.widget-type-linked_image span {
        position: initial;
        display: block;
    }
    #carousel-testimonials {
        position: relative;
        top: 0;
        width: 100% !important;
    }
    .widget-type-space {
        display: none !important;
    }
    .entry-block {
        width: 100% !important;
        margin: 20px 0 !important;
    }
    .display-flex > div > div {
        display: block;
        -ms-display: block;
        -webkit-display: block;
        -moz-display: block;
        -o-display: block;
    }
    .company-informations {
        width: 100% !important;
        padding-right: 0;
    }
    .footer-menus {
        box-sizing: border-box;
        padding: 10px 0px;
        width: 100% !important;
        margin: 0 !important;
    }
    .company-informations .widget-type-logo,
    .company-informations .newsletter-claim {
        text-align: center;
    }
    .footer-menus > div > div > .span3 {
        flex-basis: 100%;
        display: flex;
        margin: 0;
        align-self: flex-start;
        flex-grow: 1;
        text-align: center;
    }
    .footer-menus > div > div > .span3 .row-fluid-wrapper {
        width: 100%;
    }
    .footer-menus > div > div > .span3 .row-fluid-wrapper ul li a {
        font-size: 16px;
        margin: 10px 0 !important;
        display: block;
    }
    .footer-menus h3, .footer-menus .titre3 {
        text-transform: uppercase;
        font-size: 20px;
        margin: 20px 0;
    }
    .flag {
        margin: auto;
    }
    ul .hs-menu-children-wrapper {
        opacity: 1;
        position: initial;
        top: 100%;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        display: inline-block;
    }
    .footer-menus > div > div > .span3.languages .row-fluid-wrapper ul li a {
        font-size: 16px;
        margin: 0 10px !important;
        display: inline-block;
    }
    .social-networks {
        text-align: center;
    }
    .social-networks ul li {
        display: inline-block;
        float: none;
    }
    .social-networks ul {
        text-align: center;
        display: block;
    }
    .slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li {
        flex-grow: 1;
        display: inline-block;
        height: initial;
        padding: 10px;
    }
.partner-row-bottom .slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li {
    display: table;
    text-align: center;
}
    
    .hs-cos-flex-slider-control-panel ul {
        display: block;
    }
    .languages .hs-item-has-children:after, .globe_class:after {
        display: none;
    }
    .carousel-caption p {
        font-size: 16px;
        line-height: 25px;
        max-width: 720px;
        margin: auto;
        display: block;
        text-align: center;
    }
    .block-ressource .logo-block > div > div {
        display: flex;
    }
    .features-page .slider-hook {
        min-height: 490px;
    }
    
.homepage .slider-hook {
    min-height: 660px;
}
.slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li a {
    display: block;
}
.partner-row-bottom .slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li {
    flex-grow: initial;
    height: 60PX;
    width: 100%;
    float: none;
}
.fonctionnalites-titre p {
    text-align: center;
    margin-bottom: 30px;
}
}

@media screen and (max-width: 380px) {
    .page-center, .text-padding-bottom {
        max-width: 300px;
        margin: auto !important;
        float: none !important;
        padding: 50px 0 50px 0;
    }
.new-display .offer-container-inner {
    display: flex;
    flex-flow: column;
}

.new-display .offer-container-inner > div{
    margin: 0 0 10px 0;
}

    .new-display .fancybox-outer {
        max-width: 300px;
        margin: auto !important;
    }
        .tablePricing.three-offer tr td {
        flex-basis: 20% !important;
        width: 20% !important;

    }
    
    .tablePricing tr > td:first-of-type {
        flex-basis: 40% !important;
        width : 40% !important;
    }
    [class^="tooltip"]:after {
    left: 90%;
}
.pricing-offer {
    width: 280px !important;
}
.carousel-indicators {
    position: absolute;
    bottom: 30px;
}
    .menu-mobile .row-fluid-wrapper {
        max-width: 300px;
        margin: auto;
        display: table;
        width: 100%;
        vertical-align: middle;
        height: 100vh;
    }
    /* A ENLEVER POUR NE PAS AVOIR LE BACKGROUND FULSCREEN SUR PETIT MOBILE */
    .slider > .row-fluid-wrapper >.row-fluid {
        background-size: cover !important;
        background-position: 50% !important;
        position: relative;
        height: 100vh;
    }
    .carousel-caption p {
        font-size: 16px;
        line-height: 25px;
        float: left;
        width: 100%;
        text-align: center;
    }
    .quote-img,
    .quote-author .text {
        width: 100%;
        display: block;
        text-align: center;
        margin: 10px auto !important;
    }
    .carousel-caption .button.outline.white {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    h2, .titre2 {
        font-size: 20px;
        line-height: 25px;
    }
    .testimonials-row .item .carousel-caption {
        padding-bottom: 150px !important;
    }
    .partner-row-bottom .hs_cos_flex-slider > .hs_cos_flex-slides .hs_cos_flex-slide-thumb:nth-child(1), .partner-row-bottom .hs_cos_flex-slider > .hs_cos_flex-slides .hs_cos_flex-slide-thumb:nth-child(2), .partner-row-bottom .hs_cos_flex-slider .hs_cos_flex-slides .hs_cos_flex-slide-thumb:nth-child(3) {
    display: table !important;
    width: 100%;
}
}

@media screen and (max-width: 320px) {
    .page-center, .text-padding-bottom {
        max-width: 280px;
        margin: auto !important;
        float: none !important;
        padding: 50px 0 50px 0;
    }
    .new-display .fancybox-outer {
        max-width: 280px;
        margin: auto !important;
    }
    .menu-mobile .row-fluid-wrapper {
        max-width: 280px;
        margin: auto;
        display: table;
        width: 100%;
        vertical-align: middle;
        height: 100vh;
    }
    h1, .titre1 {
        font-size: 24px;
        color: #ffffff;
        line-height: 30px;
    }
    .slider > .row-fluid-wrapper >.row-fluid {
        background-size: cover !important;
        background-position: 50% !important;
        position: relative;
        height: 100vh;
        display: table;
        vertical-align: middle;
    }
    .carousel-caption p {
        font-size: 16px;
        line-height: 25px;
        float: left;
        width: 100%;
        text-align: center;
    }
    .quote-img,
    .quote-author .text {
        width: 100%;
        display: block;
        text-align: center;
        /* margin: 10px auto !important; */
    }
    .carousel-caption .button.outline.white {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .slider .page-center {
        z-index: 2;
        position: relative;
        padding: 20vh 0;
        display: table-cell !important;
        vertical-align: middle;
        padding: 0 20px;
    }
    .slider .page-center p {
        font-weight: 600;
        color: white;
        font-size: 12px;
        margin: 30px 0;
    }
    #carousel-testimonials .page-center-mobile {
        height: 100%;
        display: table;
        height: 100%;
        vertical-align: middle;
        position: initial !important;
    }
    .testimonials-row .item {
        min-height: initial;
        height:initial !important;
    }
    .testimonials-row .item .carousel-caption {
        display: table-cell;
        vertical-align: middle;
        position: initial;
        padding-bottom: 30px !important;
    }
    .testimonials-row .teal-bg {
        background: rgba(0, 194, 154, .8);
    }
    .testimonials-row .navy-bg {
        background: rgba(5, 33, 58, .8);
        color: white;
    }
    .testimonials-row .amber-bg {
        background: rgba(247, 160, 0, .8);
        color: white;
    }
    #carousel-testimonials .carousel-caption {
    min-height: 380px;
}
.carousel-indicators {
    position: absolute;
    bottom: 0px;
}
.homepage .slider-hook {
    min-height: 640px;
}
    .tablePricing.three-offer tr td {
        flex-basis: 16% !important;
        width: 16% !important;

    }
    
    .tablePricing tr > td:first-of-type {
        flex-basis: 50% !important;
        width : 50% !important;
    }
}


/*---------------- INTERNET EXPLORER -----------------*/
.internet-explorer .new-display .pricing-offer .button-container{
    position:relative;
    top:0;
}

.internet-explorer .slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li a{
    display:-ms-flexbox;
    -ms-flex-align:center;
    justify-content:center;
}
    
    @media screen and (max-width:992px) {
       .internet-explorer .new-display .pricing-container{
            min-height:auto !important;
            max-height:inherit !important;
        }
        
       .internet-explorer .tablePricing .button{
            width:150px;
            min-width: auto !important;
        }
        .internet-explorer .tablePricing{
            padding: 0;
        }
        .internet-explorer .tablePricing tr td{
            vertical-align:middle;
        }
        
        .internet-explorer  .tooltip--bottom{
            left:0;
        }
    }
    
    @media screen and (max-width:767px) {
       .internet-explorer .slider .page-center > .row-fluid-wrapper{
           display:block;
           -ms-flex-flow:column;
           align-content:center;
           justify-content:center;
       }
       .internet-explorer .new-display .slider .page-center{
           height:auto;
           padding: 8rem 0;
       }
       
       .internet-explorer .new-display .slider .page-center p{
           margin: 10px 0;
       }
       
        .internet-explorer .new-display .slider .page-center h1{
           display:block;
           box-sizing:border-box;
          word-break: break-word;
       }
       .internet-explorer .tablePricing tr.titlemob{
           height: auto;
       }
       
       .internet-explorer .tablePricing tr{
           display:table-row;
       }
       
       .internet-explorer .tablePricing tr > td{
         width:20%;
       }
       
       .internet-explorer .tablePricing tr > td:first-of-type{
         width:40%;
       }
       .internet-explorer .slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li a{
    display:block;
    -ms-flex-align:center;
    justify-content:center;
}
    }
    
    @media screen and (max-width:480px) {
       .internet-explorer .new-display .slider .page-center{
           display:flex !important;
           max-width:100%;
           box-sizing:border-box;
         height:auto !important;
       }
       .internet-explorer .tablePricing h3,.internet-explorer  .tablePricing .titre3{
           -ms-writing-mode: tb-rl;
           height:120px;
       }
        .internet-explorer  .tooltip--bottom{
           display:none;
        }
        .internet-explorer .partner-row-bottom .hs_cos_flex-slider > .hs_cos_flex-slides :nth-child(1).hs_cos_flex-slide-thumb, .partner-row-bottom .hs_cos_flex-slider > .hs_cos_flex-slides :nth-child(2).hs_cos_flex-slide-thumb, .partner-row-bottom .hs_cos_flex-slider .hs_cos_flex-slides :nth-child(3).hs_cos_flex-slide-thumb{
            width:100%;
        }
       .internet-explorer .new-display .cta_button{
           min-width: 0 !important;
           max-width: 100% !important;
       }
    }
    
    @media screen and (max-width:380px) {
.slider > .row-fluid-wrapper > .row-fluid{
    height:auto;
}
}

/*====== New main menu form mktv =====*/

.inner-page .body-container-wrapper {
    padding-top: 60px;
}

.opaque-menu .menu-languages span div ul li:nth-child(1) a i:after {
    color: #444444;
}

.header-container-wrapper.opaque-menu .custom-menu-primary ul li a {
    color: #313a43;
    box-shadow: inset 0 0 0px 0 #313a43;
}

.header-container-wrapper.opaque-menu .custom-menu-secondary ul li {
    box-shadow: inset 0 0 0px 0 #313a43;
}

.header-container-wrapper.opaque-menu .custom-menu-secondary ul li a {
    color: #313a43;
}

.header-container-wrapper.opaque-menu .custom-menu-primary ul li a:hover,
.header-container-wrapper.opaque-menu .custom-menu-secondary ul li:hover {
    color: #4c555e;
}

.header-container-wrapper.opaque-menu .custom-menu-secondary ul li:last-of-type a {
    color: white;
    border-radius: 3px;
    background: #00AB7A;
    font-weight: 600;
    box-shadow: inset 0 0 0 1px #00AB7A;
    padding: 10px 15px;
    font-weight: 600 !important;
}

.header-container-wrapper.opaque-menu .custom-menu-secondary ul li:last-of-type a {
        /* font-size: 18px; */
}

.header-container-wrapper.opaque-menu .custom-menu-secondary ul li:last-of-type a:hover {
    box-shadow: inset 0 0 0 1px #00996d;
    background: #00996d;
    color: white;
    opacity: 1;
}

.header-container-wrapper.opaque-menu {
    border-bottom: 1px solid #dddddd;
    background: white;
}

.header-container-wrapper.opaque-menu .flipper,
.active .switcher {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.opaque-menu .logo-header {
    display: none !important;
}

.header-container-wrapper.opaque-menu .custom-menu-primary ul li a {
    color: #313a43 !important;
}

.opaque-menu .mobile-trigger i,
.opaque-menu .mobile-trigger i:before,
.opaque-menu .mobile-trigger i:after {
    color: #00474A;
}

.header-container-wrapper.opaque-menu .custom-menu-primary ul li a,
.header-container-wrapper.opaque-menu .custom-menu-secondary ul li a,
.header-container-wrapper.opaque-menu .main-nav .hs-menu-wrapper ul .hs-menu-depth-1:nth-child(3) {
    background: none;
    /*font-weight:400 !important;*/
}

/*====== New design for Homepage =====*/
.homepage.inner-page .body-container-wrapper {
    padding-top: 80px;
}


.homepage.inner-page h1, .homepage.inner-page .titre1 {
    margin-bottom: 25px;
    color: #00384B;
    font-weight: bold;
    font-size: 42px;
    line-height: 51px;
    padding-right: 4rem;
}

.slider > .row-fluid-wrapper >.row-fluid > div {
    width: 50%;
    margin: 0;
}

/*.slider > .row-fluid-wrapper >.row-fluid > div:last-of-type {
    padding-left: 65px;
}*/

.slider > .row-fluid-wrapper >.row-fluid > div.page-center.modules-menu {
   padding-left: 0px;
        width: 100%;   
}

.integration-container {
  background:#F7F9FA;
}

.integration-container .integration-logo-row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1780px;
    margin: auto !important;
    float: none !important;
}

.integration-container .page-center {
    width: 1320px;
  max-width:100%;
  padding: 60px 15px !important;
}

.integration-container .page-center.integration-padding {
    padding-top: 0 !important;
    padding-bottom: 26px !important;
}

.integration-cta a {
    margin-top: 35px !important;
}

.integration-container .page-center.no-padding-top {
    padding-top: 0 !important;
}

.integration-container .page-center.no-padding-bottom {
    padding-bottom: 0 !important;
}

.integration-container h2 {
    margin-bottom: 56px;
}

.integration-logo-row > div {
    padding: 0rem 10px;
    flex: 1 1 190px;
    text-align: center;
    max-width: unset;
}

.integration-logo-row img {
    height: 100%;
    width: auto;
}

.integration-logo-row > div a{
    padding: 0.5rem 2rem;
    background: white;
    border-radius: 8px;
    -webkit-box-shadow: 0 25px 80px -35px rgba(0,0,0,.2);
            box-shadow: 0 25px 80px -35px rgba(0,0,0,.2);
    overflow: hidden;
     -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position:relative;
    top:0px;
    display:block;
      height:80px;
}

.integration-logo-row > div a:hover, .integration-logo-row > div a:focus {
    -webkit-box-shadow: 0 25px 80px -35px rgba(0,0,0,.2);
            box-shadow: 0 25px 80px -35px rgba(0,0,0,.2);
    position:relative;
    top:-20px;
    overflow: hidden;
     -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.newsletter h2 {
    font-size: 22px;
    color: #1E1E1E;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 0;
}

.integration-container .integration-logo-row, .integration-container .page-center.integration-padding {
    max-width: 95%;
    width: 100%;
/*    padding-left: 65px;
    padding-right: 65px;*/
}

@media screen and (max-width:1680px){
  .integration-logo-row > div a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .5rem;
    width: 100%;
}
.integration-logo-row img {
    display: block;
    margin: auto;
}

}
@media screen and (max-width:1440px){
    .integration-container .integration-logo-row{
    max-width: 90% !important;
    padding-left: unset !important;
     padding-right: unset !important;
}
  
.integration-container .page-center.integration-padding {
    width: 100%;
      padding-left: unset !important;
    padding-right: unset !important;
}
}

@media screen and (max-width:1280px){
.homepage.inner-page h1, .homepage.inner-page .titre1 {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 43px;
}
  .slider.video-module p {
    margin: 0 0 30px 0px;
}
}

@media screen and (max-width:1200px){
.integration-logo-row > div a{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1rem 1rem;
}
}



@media screen and (max-width:992px){
.integration-container .integration-logo-row  {
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
}
  .integration-container .integration-logo-row, .integration-container .page-center.integration-padding {
    max-width: 100%;
}
  .integration-logo-row img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: auto;
}
  .integration-container .page-center {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
 .integration-container .page-center {
    width: 100%;
    text-align: center;
}
  .integration-logo-row > div {
    padding: 0 .5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
}
  .integration-logo-row > div a{
    margin: .5rem auto !important;
}
.integration-logo-row > div a {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 100%;
}
.homepage.inner-page h1, .homepage.inner-page .titre1 {
    font-size: 26px;
    line-height: 37px;
    padding-right: 2rem;
}
}

@media screen and (max-width:767px){
.homepage.inner-page h1, .homepage.inner-page .titre1 {
    color: #00384B;
    font-weight: bold;
    font-size: 32px;
    line-height: 41px;
    padding-right: 1rem;
}
 /* .slider > .row-fluid-wrapper >.row-fluid > div:last-of-type {
    padding-left: 2rem;
}*/
  .homepage.inner-page .body-container-wrapper {
    padding-top: 60px;
}
  .full-width-mention-layout .body-container .hs-section-1 .page-center {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  
  .about-us-layout .hs-section-1-row-1-container .row-fluid-wrapper:last-child > .row-fluid{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  
  .modules-page-detail .display-flex .text-align-center > div{
    text-align: center !important; 
  }
}
  
@media screen and (max-width:480px){
.inner-page .body-container-wrapper {
    padding-top: 0;
}
  
  .case-study.case-study--row .case-study__logo{
    text-align: center; 
  }
  
  .modules-page h1,
  .modules-page .installation h2{
    font-size: 30px !important; 
  }
  
  .slider > .row-fluid-wrapper >.row-fluid > div{
    width: 100% !important; 
  }
  
  .installation > div > div > .widget-type-rich_text{
    padding-left: 0 !important; 
  }
  
  .partner-row-bottom .hs_cos_flex-slider > .hs_cos_flex-slides .hs_cos_flex-slide-thumb:nth-child(1){
    width: 100% !important; 
  }
  
  .contact-sales fieldset textarea{
    line-height: 1 !important; 
  }
}