/*
Theme Name: resideetude
Version: 1.0
*/
@font-face {
    font-family: 'Gotham';
    font-weight: normal;
    src: url('../fonts/Gotham-Book.otf');
}

@font-face {
    font-family: 'Gotham';
    font-weight: bold;
    src: url('../fonts/Gotham-Medium.ttf');
}
body {
    font-family: 'Gotham', sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    background: #fff;
    color: #0b0b0b;
}
div {
    box-sizing: border-box;
}
.narrow {
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

img {
    max-width: 100%;
}
p {
    margin: 0 0 10px 0;
}
h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    margin: 0 0 8px 0;
    letter-spacing: 1.3px;
}
h3 {
    font-size: 28px;
    text-align: center;
    margin: 7px 0 20px 0;
}

.btn {
    display: inline-block;
    background: #0ac9a9;
    padding: 0 45px;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    min-width: 130px;
    border: 0;
}
.btn:hover{
    background: #08ab8f;

}
.header .btn {
    padding: 0 25px;
    line-height: 50px;
}
.txtcolor1 {
    color: #0ac9a9;
}
.txtcolor2 {
    color: #b9423c !important;
}
.btn.color2,
.bgcolor2 {
    background: #e60041;
}
.btn.color3,
.bgcolor3 {
    background: #b9423c;
    text-align: center;
}

.branding {
    float: left;
    width: 100%;
    padding: 20px 0;
}
.section__footer .branding{
    padding: 55px 200px;
}
.section__footer .branding p{
    font-size: 26px;
    text-align: center;
}
.logo {
    float: left;
}
.logo a {
    display: block;
    width: 240px;
    padding: 4px 0;
}
.top-bar {
    float: right;
}
.top-bar span {
    color: #0ac9a9;
}
.top-bar.color2 span {
    color: #b9423c;
}
.btn.btn-top {
    margin-left: 30px;
}
.top-bar p {
    font-size: 13px;
    margin: 0;
}
.slider {
    float: left;
    width: 100%;
    height: auto;
    background: url("../images/investir-en-lmnp.jpg") no-repeat center center;
    background-size: cover;
    padding: 8vh 0;
    position: relative;
}
.slider__text_left {
    font-size: 60px;
    line-height: 73px;
    color: #fff;
    max-width: 480px;
    padding: 0 55px;
    float: left;
    position: relative;
    font-weight: bold;
}
.slider__text_right {
    float: left;
    color: #fff;
    font-size: 29px;
    max-width: 280px;
    line-height: 49px;
    padding-top: 0;
    font-weight: normal;
}
.slider__text_left::after {
    content: ' ';
    display: block;
    background: #fff;
    position: absolute;
    right: 51px;
    width: 1px;
    top: 10px;
    bottom: 0;
    opacity: .2;
}
.slider__text_bottom {
    float: left;
    width: 100%;
    margin-top: 8vh;
    color: #fff;
    font-size: 26px;
    padding-right: 30px;
    padding-left: 55px;
}
.slider__tbl {
    float: left;
    width: 45%;
}
.slider__tbl-small{
    font-size: 18px;
}
.slider__tbl-big {
    font-size: 40px;
}
.slider__tbl-big u {
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid;
}
.slider__tbr {
    float: right;
    width: 45%;
    margin-right: 3%;
    max-width: 600px;
}

.btn-left {
    float: left;
    width: 65%;
    text-align: right;
    color: #000;
    font-size: 14px;
    background: #fff;
    border-radius: 20px 0 0 20px;
    padding: 22px 25px;
    font-weight: bold;
    line-height: 21px;
}
.btn.btn-w-left {
    box-sizing: border-box;
    width: 35%;
    float: left;
    display: block;
    line-height: 26px;
    font-size: 19px;
    padding: 21px 25px;
    border-radius: 0 20px 20px 0;
    text-align: left;
}
.btn-l-right {
    float: right;
    margin: 5px 0 0 0;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -4px;
    color: #0ac9a9;
    line-height: 45px;
}
.btn-l-right.color2 {
    color: #b9423c;
}
.btn-l-left {
    float: left;
    width: calc(100% - 92px);
    margin: 4px 0 0 0;
}
.section__security, .section__brands{
    float: left;
    width: 100%;
    clear: both;
    background: #f7f6f4;
    padding: 80px 0 50px 0;
}
.section__brands{
    padding: 10px 0;
}
.section__security_image {
    width: 100%;
    max-width: 1200px;
}
.four-block,
.three-block {
    width: 85%;
    margin: 0 auto;
}
.one-three {
    width: 31%;
    float: left;
    background: #fff;
    margin: 50px 1%;
    padding: 50px;
    min-height: 413px;
}
.one-three h3 {
    color: #b9423c;
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 35px;
/*    border-bottom: 1px solid #e9e9e9;*/
}
ul.check {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
}
ul.check li {
    font-size: 13px;
    line-height: 130%;
    padding-left: 30px;
    background: url("../images/check_vert.svg") no-repeat left 2px;
    background-size: 18px;
    
}
ul.check li:not(:last-child) {
    margin-bottom: 30px;
}
.ss_footer {
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
}
.section__one-two .ss_footer {
    margin-top: 30px;
}
.btn-footer {
    color: #5F5F5F;
    margin-top: 10px;
    font-size: 13px;
    margin-bottom: 0 !important;
}

.section__one-two {
    float: left;
    width: 100%;
    position: relative;
}
.section__one-two .checklist li {
    font-weight: bold;
}
.one-two {
    float: right;
    width: 50%;
    padding: 110px 100px;
}
.one-two.w_bg {
    float: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    background: url("../images/s2.jpg") no-repeat center center;
    background-size: cover;
}
.one-two.left {
    float: left;
    /*background: url("../images/bg2.png") repeat-x;*/
}
.one-two.w_bg.right {
    left: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.logo_one_two {
    max-width: 150px;
    margin-bottom: 50px;
}
.sot_content {
    font-size: 15px;
    line-height: 200%;
    max-width: 530px;
}
.one-two.left .sot_content {
    max-width: 100%;
    width: auto;
    float: right;
    min-width: 80%;
}
.sot_content p {
    margin-bottom: 40px;
    margin-top: 10px;
}
.section__one-two p.large {
    font-size: 18px;
    line-height: 35px;    
}
.section__one-two p.large.lmpn_s1{
    font-size: 26px;
    letter-spacing: -0.86px;
    line-height: 45px;
}
.highlight {
    color: #b9423c;
    text-transform: uppercase;
    font-weight: bold;
}

.sot_t-right,
.sot_t-left {
    float: left;
    width: 45%;
    margin-bottom: 25px;
    margin-top: 10px;
}
.sot_t-right {
    float: right;
}
.sot_t-right span,
.sot_t-left span {
    font-size: 26px;
    color: #b9423c;
    font-weight: bold;
}
.sot_t-right div,
.sot_t-left div {
    font-size: 16px;
    line-height: normal;
    margin-top: 20px;
}
.sot_t-right div.txt20,
.sot_t-left div.txt20 {
    font-size: 17px;
    line-height: 25px;
}
.sot_content p.txt20{
    font-size: 24px;
    line-height: 38px;
}
.sot_t-right.lmpn_s2 span, .sot_t-left.lmpn_s2 span{
    font-size: 38px;
    color: #0BA88E;
    letter-spacing: -1.59px;
}
.clearfix {
    clear: both;
}
.section__chiffres_cles {
    float: left;
    width: 100%;
    clear: both;
    background: #b9423c;
    color: #fff;
    padding: 80px 0 80px 0;
}

.one-four {
    float: left;
    width: 25%;
    padding: 0 45px;
    text-align: center;
}
.one-four img {
    display: block;
    margin: 35px auto;
    height: 50px;
}
.one-four span {
    font-size: 40px;
    font-weight: bold;
    display: block;
}
.one-four p {
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
}
/*.section__brands {
    float: left;
    width: 100%;
    clear: both;
    padding: 45px 0;
}*/
.brands {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 85%;
}
.brands li {
    float: left;
    width: calc(100% / 6);
    padding: 0 35px;
    box-sizing: border-box;
    display: flex;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
    height: 80px;
}
.brands li img {
    margin: auto;
}
.ordred {
    margin: 45px 0;
    padding: 0;
    list-style: none;
}
.ordred li {
    padding: 0 0 0 70px;
    position: relative;
    line-height: 40px;
}
.ordred li:not(:last-child){
    margin-bottom: 40px;
}
.ordred li span {
    display: block;
    background: #b9423c;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    line-height: 42px;
    border-radius: 50%;
}
.one-two.left h3 {
    text-align: left;
    font-size: 24px;
}
.section__indexs {
    float: left;
    width: 100%;
    clear: both;
    background: #f7f6f4;
    padding: 80px 0;
    text-align: center;
}
.section__indexs .narrow {
    padding: 0 80px;
}
.section__footer {
    float: left;
    width: 100%;
}
.footer-nav {
    text-align: center;
    color: white;
    background-color: #3B3B3B;
    float: left;
    width: 100%;
    padding: 70px 0;
}
.footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
    justify-content: center;
}
.footer-nav ul li:not(:last-child){
    margin-right: 30px;
}
.footer-nav ul li {
    margin-top: 18px;
}
.footer-nav ul li a {
    text-decoration: none;
    color: white;
}
.footer-nav a{
    color: white;
}
.big_foo{
    font-size: 20px;
}
.section__footer .logo a{
    width: 350px;
}
/**
Page 3
*/
/*.slider2>img {
    width: 100%;
}*/

.slider.slider2{
    background: url('../images/header_senior.jpg') no-repeat center center;
    background-size: cover;
}
.slider.slider3{
    background: url('../images/header2.jpg') no-repeat center center;
    background-size: cover;
}
.slider2 {
    position: relative;
    float: left;
    width: 100%;
}
.slider_badge {
    float: right;
    z-index: 2;
    background: #fff;
    max-width: 550px;
    margin-bottom: -130px;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    padding: 40px 70px;
    width: 90%;
}
.top-bar.color2 {
    text-align: right;
    padding-top: 10px;
}
.slider_badge h2 {
    font-size: 38px;
    padding-right: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.slider_badge p {
    font-size: 14px;
}
.check2 {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}
.check2 li {
    margin: 0;
    line-height: 13px;
    font-size: 13px;
    padding-top: 25px;
    padding-left: 30px;
    background: url("../images/check_noir.svg") no-repeat left 25px;
    background-size: 18px;
}
.check2 li:first-child{
    padding-top: 0;
    background-position: left top;
}
h5, .h5 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin: 0;
}
.txtleft {
    text-align: left !important;
}
.section__intro {
    float: left;
    width: 100%;
    padding: 100px 0;
}
.big_chiffre{
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 20px;
}

.three-block.onlytwo {
    max-width: 900px;
}
.three-block.onlytwo .one-three {
    width: 44%;
    margin: 50px 3%;
    padding: 40px 65px;
    min-height: auto;
}
.three-block.onlytwo .one-three h3 {
    color: #000;
    font-weight: normal;
    border: none;
    padding-bottom: 25px;
}
.three-block.onlytwo .one-three p {
    line-height: 170%;
    margin-bottom: 20px;
    font-size: 14px;
}
ul.avantages {

    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
ul.avantages li{
    display: inline-block;
    font-size: 14px;
    padding-left: 40px;
    padding-right: 60px;
    max-width: 210px;
    text-align: left;
    background: url(../images/cgeck_blanc2.svg) no-repeat left 6px;
    background-size: 18px;
}
.section__types {
    float: left;
    width: 100%;
    padding: 40px 0;
}
.one-third {
    width: calc(100% / 3);
    float: left;
    padding: 28px;
}
.one-third img {
    float: left;
}
.bloc-head {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
}
.bloc-head  h3{
    margin: 0;
    text-align: left;
    width: 56%;
    font-weight: normal;
    padding: 20px 0;
    float: left;
}
.section__types h3{
    font-size: 17px;
}
.section__types p{
    text-align: justify;
}
.logos {
    position: absolute;
    width: 55%;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex; 
  align-items: center;
  justify-content: flex-end;
}
.logos img {
    width: 45px;
    float: right;
    margin: 10px;
    height: auto;
    max-height: 35px
}
.section__ctafooter {
    float: left;
    width: 100%;
    background: #0ac9a9;
    padding: 100px 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}
.big_cta {
    max-width: 500px;
    margin: 40px auto auto auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
}

/**
Page 2
*/

.section__intro2 {
    float: left;
    width: 100%;
    clear: both;
    background: #b9423c;
    padding: 50px 0;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
}
.section__intro2 .narrow {
    max-width: 830px;
}
.big_chiffre2 {
    font-size: 100px;
    line-height: 1em;
    font-weight: bold;
    margin-top: 0;
}
.slider__text_right > span{
    line-height: 3em;
}

.slider.style2 .slider__text_left::after {
    top: 21px;
    bottom: 6px;
}
.slider__tbl-ul {
    padding-left: 15px;
    list-style: none;
    font-size: 22px;
    line-height: 120%;
    margin: 0;
}
.slider.style2 .slider__tbl-small {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}
.slider.style2 {
    background-image: url("../images/piscine2.jpg");
}
.slider__tbl-ul li {
    padding-top: 9px;
    position: relative;
    font-size: 18px;
}
.slider__tbl-ul li::before {
    content: '-';
    position: absolute;
    top: 9px;
    left: -15px;
    z-index: 2;
}
.btn-l-full {
    float: left;
    width: 100%;
    margin: 0;
}
.big_cta.style2 {
    max-width: 520px;
    margin: 40px 0;
}
.big_cta.style2 .btn-left {
    width: 60%;
}
.big_cta.style2 .btn-left p{
    margin: 0;
    padding-right: 25px;
    float: right;
    font-size: 17px;
    font-weight: 500;
}
.big_cta.style2 .btn.btn-w-left {
    width: 40%;
    font-size: 18px;
}

.one-two.w_bg.right.p2 {
    background: url("../images/exemple-censi-bouvard.jpg") no-repeat center center;
    background-size: cover;
}
.one-two.w_bg.p2 {
    background: url("../images/exemple-censi-bouvard2.jpg") no-repeat center center;
    background-size: cover;
}
.section__avantages{
    background: #f7f6f4;
}
.h150 {
    line-height: 150%;
}
.txt24 {
    font-size: 24px;
}
.txt19 {
    font-size: 19px;
}
.txt16 {
    font-size: 16px;
}
.txt42 {
    font-size: 42px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb30 {
    margin-bottom: 30px;
}
.txtcenter{
    text-align: center;
}
.taxdesc {
    font-size: 12px;
    color: #7d7d7d;
    margin-bottom: 25px;
}
.section__avantages {
    float: left;
    width: 100%;
}
.section__avantages .narrow2{
    width: 100%;
    padding: 65px 0;
}
.section__avantages h3{
    margin: 0;
}
ul.avantages2 {
    margin: 0;
    padding: 60px 0;
    list-style: none;
    text-align: center;
    width: 350px;
    float: left;
    background: #f7f6f4;
}
ul.avantages2 li {
    display: block;
    font-size: 14px;
    padding-top: 40px;
    text-align: center;
    background: url(../images/check4.png) no-repeat center 6px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 40px 0;
}
.narrow2 {
    float: right;
    width: calc(100% - 350px);
    padding: 40px 0;
}
.narrow2 .one-three {
    background: white;
}
.section__one-two.green {
    background: #0ac9a9;
}
.section__one-two.green .one-two.f_left{
    padding-right: 0;
}
.one-two.w_bg.right.p4 {
    background: url("../images/residence-seniors.jpg") no-repeat center center;
    background-size: cover;
}

.badge {
    background: #f7f6f4;
    padding: 20px 10px 20px 10px;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.b_logos {
    float: left;
    width: 100%;
    padding: 0 30px;
    line-height: normal;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}
.b_logos img:first-child{
    margin-bottom: 15px;
    margin-right: 50px;
}
.one-two.w_bg.right.p4{
    display: flex;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
    align-items: flex-end;
    justify-content: center;
}
.one-two.w_bg.right.p4 .big_cta{
    margin: 0 0 15vh 0;
}
.video_wrapper{
    display: flex;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
    justify-content: space-between;
    margin: 80px 0 60px;
}
.video_W img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: auto;
}
.video_W video{
    width: 100%;
    height: auto;
}
.video_W{
    position: relative;
    max-width: 50%;
}
.video_wrapper .video_W:first-child{
    margin-right: 10px
}
.video_wrapper .video_W:last-child{
    margin-left: 10px
}
.video_title{
    color: white;
    font-size: 38px;
    margin-bottom: 15px;
}
.video_content{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
    justify-content: center;
    align-items: center;
      -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
    flex-direction: column;
    -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;   
    padding: 90px;
}
.video_content p{
    color: white;
    font-size: 21px;
    text-align: center;
}
.video_content a.btn.color3, .video_content button.btn.color3{
    text-align: center;
    margin-top: 15px;
    line-height: 3em;
}
.section__one-two .sot_content .b_txt p{
    line-height: 1.2em;
}
.videoplaying .video_content, .videoplaying img{
    display: none;
    visibility: hidden;
}

.b_txt {
    float: left;
    width: 50%;
}
.b_txt p {
    margin: 0;
    line-height: normal;
    font-weight: bold;
    font-size: 17px;
}
.b_txt p.mb {
    margin-bottom: 17px;
    margin-top: 5px;
}

.f_left {
    float: left !important;
}
.footer_calc {
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    margin-bottom: 70px;
}
.checklist {
    margin: 0;
    padding: 0;
    color: #fff;
    list-style: none;
    margin-top: -30px;
}
.checklist li {
    background: url(../images/check5.png) no-repeat;
    padding-left: 60px;
    line-height: normal;
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    font-size: 16px;
}

/* Form */
a {
    text-decoration: none;
    color: #000;
}
.main_form {
    min-height: 100vh;
    position: relative;
    float: left;
    width: 100%;
}
.form_left {
    position: relative;
    width: 300px;
    display: flex;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
    left: 0;
    top: 0;
    min-height: 100vh;
    float: left;
    padding: 80px 0 100px 0;
}
.form_right {
    padding-left: 300px;
}
.form_logo {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding: 20px 45px;
}
.form_footer {
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 11px;
    color: #a0a0a0;
    padding: 0 43px 20px 43px;
    left: 0;
}
.features {
    padding: 0;
    list-style: none;
    margin: auto;
}
.features li {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    font-size: 14px;
    padding: 25px 45px 25px 45px;
    box-sizing: border-box;
    line-height: 130%;
    background: url("../images/check_vert.svg") no-repeat top center;
    background-size: 18px;
}
.form_right {
    margin-left: 300px;
    min-height: 100vh;
    background: #f6f6f6;
    display: flex;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
    padding: 60px 30px;
}
.form_container {
    margin: auto;
    width: 100%;
    max-width: 750px;
}
#form_back {
    position: absolute;
    top: 15px;
    background: url("../images/btn-back.png") no-repeat left top;
    line-height: 54px;
    padding-left: 80px;
    text-decoration: none;
    color: #000;
}
.form_heading {
    font-size: 22px;
    color: #b9423c;
    margin: 0 0 10px 0;
    text-align: left;
}
.form_sub_heading {
    font-size: 15px;
    margin: 0 0 30px 0;
    text-align: left;
    font-weight: normal;
}
.form_element {
    margin: 10px 0;
    float: left;
    width: 100%;
}
.input_text {
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 15px 30px;
    box-sizing: border-box;
    background-color: #fff;
}
.input_text.profile {
}
.wpcf7-form-control-wrap{
    position: relative;
    float: left;
    width: 100%;
}
.wpcf7-form-control-wrap::after{
    content: ' ';
    position: absolute;
    right: 13px;
    top: 13px;
    width: 20px;
    height: 20px;
    z-index: 1;
}
.wpcf7-form-control-wrap.your-lastname::after{
    background-image: url(../images/form/member.png);
}
.wpcf7-form-control-wrap.your-firstname::after{
    background-image: url(../images/form/member.png);
}
.wpcf7-form-control-wrap.your-tel::after{
    background-image: url(../images/form/phone.png);
}
.wpcf7-form-control-wrap.your-email::after{
    background-image: url(../images/form/mail.png);
}
.wpcf7-form-control-wrap.your-pcode::after{
    
}
.wpcf7-form-control-wrap.your-city::after{
    background-image: url(../images/form/localisation.png);
}
.form_element.half {
    width: 49%;
    margin-right: 2%;
}
.form_element.oneThird {
    width: 33%;
    margin-right: 2%;
}
.form_element.twoThird {
    width: 65%;
    margin-right: 2%;
}
.form_element.optin {
    width: 73%;
    margin-right: 2%;
}
.form_element.submit {
    width: 25%;
}
.btn-submit {
    display: inline-block;
    background: #0ac9a9;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    border: 1px solid #0ba88e;
    text-align: center;
    width: 100%;
    cursor: pointer;
}
.form_element.last {
    margin-right: 0 !important;
}

.form_label.checkbox {
    padding: 0 40px;
    display: block;
}
.form_label.checkbox > input {
    display: none;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
.checkbox .wpcf7-list-item-label{
    color: #585858;
    font-size: 12px;
    position: relative;
    padding: 0 40px 0 35px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[type="checkbox"] + .wpcf7-list-item-label:before,
[type="checkbox"] + .wpcf7-list-item-label:after {
    content: ' ';
    left: 0;
    position: absolute;
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
    display: block;
}
[type="checkbox"]:not(:checked) + .wpcf7-list-item-label:before {
    background-color: transparent;
}
[type="checkbox"] + .wpcf7-list-item-label:before {
    top: 3px;
    left: 1px;
    width: 19px;
    height: 19px;
    transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 2;
}
[type="checkbox"] + .wpcf7-list-item-label:after {
    top: 2px;
    left: 0;
    width: 19px;
    height: 19px;
    border: 1px solid #e3e3e3;
    background: #fff;
}
[type="checkbox"]:checked + .wpcf7-list-item-label:before {
    background: url("../images/checked.png") no-repeat center center;
}
[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    border: 1px solid #e3e3e3;
    background: #fff;
}
.thkyou_heading {
    text-align: center;
    color: #b9423c;
    font-size: 36px;
    padding-top: 40px;
    background: url("../images/thank-you.png") no-repeat top center;
}
.thankyou p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
}
.leave-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    display: none;
    z-index: 999999;
}
.leave-modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
}
.popup {
    margin: auto;
    padding: 50px;
    background: #fff;
}
.popup_heading {
    text-align: center;
    color: #b9423c;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
}
.popup_content p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}
.btn-leave {
    display: inline-block;
    background: #0ac9a9;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    border: 1px solid #0ac9a9;
    text-align: center;
    cursor: pointer;
}
span.wpcf7-not-valid-tip {
    font-size: 10px;
}
div.wpcf7-response-output {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-family: 'Gotham', sans-serif;
    margin: 0;
}
.logos_res{
    list-style: none;
    display: inline-flex;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    align-items: center;
      -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
                flex-wrap: wrap;
         -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
}
.logos_res li{
    width: 120px;
    max-width: 50%;
    padding: 10px;
    text-align: center;
    display: flex;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
    align-items: center;
      -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;

}
.slider__text_left sup{
    font-size: 16px;
    top: -1.5em;
}
.logos_res li img{
    width: 100%;
    max-height: 70px;
}
.section__brands p{
    text-align: center;
    font-size: 19px;
}
.section__brands .one-three{
    min-height: 210px;
    padding: 30px;
}
.section__footer .branding .logo{
    display: flex;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
    justify-content: space-between;
    align-items: center;
      -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
    width: 100%
}
.lpcb.section__brands{
    background: #0ac9a9;
    padding: 30px 0;
    color: white;
}
.slider__text_right .big_chiffre2{
    color: white;
}
.page-template-t-content-page3 .section__security{
    padding-top: 120px;
}
.page-template-t-content-page3 .section__security .text-h{
        margin: 50px 0;
}
    
.sot_footer p{
    margin: 0;
        font-size: 17px;
    font-weight: 500;
    padding-right: 25px;
    float: right;
}

.slider.style2 .filter{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
}
/* Extra large devices (large laptops and desktops, 1300px and up) */
@media only screen and (min-width: 1201px) and (max-width: 1300px) {
    .btn.btn-w-left {
        font-size: 16px;
    }

}

@media only screen and (min-width: 750px) and (max-width: 1200px) {
    .slider__tbr{
        width: auto;
        margin-top: 10px;
        float: left;
    }
}
@media only screen and (min-width: 993px) and (max-width: 1370px) {
    .sot_t-right.lmpn_s2 span{
        font-size: 31px;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 993px) and (max-width: 1200px) {
    
    .btn.btn-w-left {
        font-size: 16px;
        padding: 21px 18px;
    }
    .four-block, .three-block {
        width: 100%;
    }
    .brands li {
        display: inline-block;
        height: auto;
    }
    .one-two {
        padding: 80px 30px;
    }
    .btn-left {
        font-size: 14px;
        padding: 22px 15px;
    }
    .one-three {
        margin: 25px 10px;
        padding: 30px;
    }
    .one-four span {
        font-size: 30px;
    }
    .slider__tbl-big {
        font-size: 30px;
    }
    .slider_badge {
        max-width: 474px;
        right: 6%;
        bottom: -50px;
        padding: 25px 45px;
        width: 90%;
    }
    .slider_badge h2 {
        font-size: 28px;
        padding-right: 0;
    }
    .check2 {
        margin: 0 0 20px;
    }
    .check2 li {
        margin: 0;
        padding-top: 20px;
        padding-left: 30px;
        background: url(../images/check_noir.svg) no-repeat left 18px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and  (max-width: 992px) {
    .video_wrapper .video_W{
        margin-right: auto!important;
        margin-left: auto!important;
    }
    .section__one-two{
        display: flex;
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
        flex-direction: column;
        -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;   
    }
    .one-two.w_bg.p2{
        order: 2;
        -webkit-box-ordinal-group: 2;   /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 2;      /* OLD - Firefox 19- */
  -ms-flex-order: 2;              /* TWEENER - IE 10 */
  -webkit-order: 2;               /* NEW - Chrome */
    }
    .ordred li{
        line-height: 1.2em;
        padding: 0;
        display: inline-flex;
        display: -ms-inline-flexbox;
        display: -ms-inline-flexbox;
        align-items: center;
          -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
        width: 100%;
    }
    .section__indexs{
        text-align: left;
        padding: 40px 0;
    }
    
    .ordred li span{
        position: relative;
        min-width: 42px;
        margin-right: 20px;
    }
    .one-two.left h3{
        text-align: center;
    }
   /* .section__one-two .one-two{
        order: 2;
    }*/
    .section__footer .branding{
        padding: 60px;
    }
    .section__footer .branding .logo{
        justify-content: center;
        flex-direction: column;
        -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;   
    }
    .section__footer .logo a{
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-nav ul{
        flex-direction: column;
        -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;   
    }
    .section__footer .branding p{
        font-size: 20px;
    }
    .top-bar {
        float: right;
        width: 50%;
        text-align: right;
    }
    .top-bar.color2 {
        padding-top: 0;
    }
    .header .top-bar .btn {
        padding: 0 25px;
        line-height: 34px;
        margin-top: 10px;
    }
    .slider_badge {
        float: left;
        position: relative;
        width: 80%;
        margin: 0px 10% 0;
        max-width: 100%;
        bottom: 0;
        left: auto;
        right: auto;
    }
    .video_title{
        font-size: 28px;
    }
    .video_content p{
        font-size: 15px;
    }
    .video_wrapper .video_W:first-child{
        margin-bottom: 15px;
    }
    .video_wrapper{
        flex-direction: column;
        -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;   
        margin: 60px 0 0;
        justify-content: center;

    }
    .video_W{
        text-align: center; 
    }
    .video_content{
        padding: 15px;
    }
    .section__intro{
        padding: 80px 0 40px;
    }
    
    .footer_calc{
        margin: 0;
    }
    
    .slider__text_left {
        font-size: 45px;
        line-height: 50px;
        padding: 0 20px;
    }
    .slider__text_left::after{
        display: none;
    }
    .slider__text_right {
        width: 100%;
        max-width: 100%;
        line-height: 40px;
        margin-top: 25px;
        font-size: 24px;
        padding: 0 20px;
    }
    .slider__tbl {
        float: left;
        width: 100%;
    }
    .slider__text_bottom {
        padding: 0 20px;
    }
    
    .one-three {
        width: 100%;
        min-height: initial;
        margin: 10px 20px;
        padding: 20px;
    }
    .section__brands .one-three{
        min-height: initial;
    }
    .ss_footer {
        margin: 20px 0;
    }
    .one-two.w_bg {
        float: left;
        position: relative;
        width: 100%;
        height: 400px;
    }
    .one-two {
        float: right;
        width: 100%;
        padding: 110px 100px;
    }
    .section__one-two .one-two {
        padding: 40px;
    }
    .one-four {
        padding: 0 45px;
        width: 50%;
    }
    .brands li {
        height: auto;
        display: inline-block;
        padding: 15px;
    }
    .one-two.w_bg.right {
        left: 0;
    }
    .section__footer .logo {
        float: left;
        width: 100%;
        text-align: center;
    }
    .section__footer .logo a {
        display: inline-block;
    }
    .section__footer .footer-nav {
        float: right;
        width: 100%;
        text-align: center;
    }
    
    .one-two.left .sot_content {
        width: 100%;
    }
    .one-third {
        width: 100%;
    }
    .one-third>img {
        float: left;
        width: 100%;
    }
    
    .form_left {
        display: none;
    }
    .form_right {
        width: 100%;
        margin: 0;
    }
    .form_element.half, 
    .form_element.twoThird,
    .form_element.oneThird,
    .form_element.optin,
    .form_element.submit{
        width: 100%;
        margin-right: 0;
    }
    .form_heading {
        margin: 40px 0 20px;
    }
    .one-two.w_bg.right.p4 .big_cta{
        margin: 0 0 5vh 0;
        max-width: 500px;
    }
    .slider__tbr{
        max-width: initial;
        width: 500px;
    }


} 

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 750px) {
    .filter{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.2);
    }
    .slider__text_right .big_chiffre2{
        font-size: 80px;
    }
    .section__footer .footer-nav ul{
        margin-bottom: 20px;
    }
    .section__footer .footer-nav ul li {
        float: none;
        display: inline-block;
        margin: 10px;
    }
    .section__footer .footer-nav{
        padding-bottom: 12vh;
    }

    .one-two.w_bg.right.p4 .big_cta{
        display: none;
        visibility: hidden;
    }
    .video_W{
        max-width: initial;
    }
    .slider__tbr .btn {
        padding: 12px 25px;
        line-height: 35px;
        margin-top: 0;
    }
    .slider__tbr {
        width: 100%;
        margin-right: 0;
        max-width: 85%;
        margin-top: 60px;
        float: left;
    }
    .btn.btn-w-left {
        margin: 0;
        display: block;
        height: 12vh;
    }
    .section__one-two .big_cta, .section__ctafooter .big_cta, .slider__tbr{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin-top: 0;
        z-index: 999;
        margin: 0;
        width: 100%;
        max-width: initial;
        
    }
    .btn-left, .btn.btn-w-left{
        border-radius: 0;
    }
    .btn-left{
        height: 12vh;
    }
    .header .slider__tbr .btn{
        font-size: 19px;
    }
    .section__chiffres_cles .four-block{
        display: flex;
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
        flex-wrap: wrap;
         -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

    .section__chiffres_cles .one-four img{
        margin: 15px auto 25px;
    }
    .section__chiffres_cles .four-block .one-four{
        width: 50%;
        padding: 10px;
    }
    .one-four span{
        font-size: 28px;
    }
    .sot_t-right div, .sot_t-left div{
        font-size: 14px;
    }
    .section__one-two p.large.lmpn_s1{
        font-size: 18px;
        line-height: 36px;
    }
    .sot_t-right.lmpn_s2 span, .sot_t-left.lmpn_s2 span{
        font-size: 24px;
    }
    
    
    .txt24 {
        font-size: 20px;
    }
    .txt19 {
        font-size: 16px;
    }
    .txt16 {
        font-size: 14px;
    }
    .mb30 {
        margin-bottom: 25px;
    }
    .header .logo {
        width: 100%;
        text-align: center;
    }
    .header .logo a {
        display: inline-block;
    }
    .top-bar{
        display: none;
    }
    .slider__text_left {
        font-size: 34px;
        line-height: 40px;
        padding: 0 20px;
    }
    h3{
        font-size: 24px;
    }
    .one-three h3{
        padding-bottom: 0
    }
    ul.check li{
        padding-left: 0;
        background-position: top center;
        padding-top: 35px;
        text-align: center;
    }
    h4{
        font-size: 16px;
    }
    .slider__text_right {
        line-height: 29px;
        margin-top: 15px;
        font-size: 16px;
        padding: 0 20px;
    }
    .slider__text_bottom {
        margin: 40px 0 0;
    }
    .slider__tbl-big {
        font-size: 28px;
    }
    .slider__tbr {
        max-width: 100% !important;
    }
    .btn-left {
        padding: 22px 18px;
        font-weight: bold;
        line-height: 18px;
        font-size: 9px;
        display: flex;
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
        align-items: center;
          -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
    }
    .header .slider__tbr .btn {
        padding: 12px 15px !important;
        margin-top: 0 !important;
        line-height: 1.2em!important;
        height: 12vh;
        display: flex;
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
        justify-content: center;
        align-items: center;
          -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
        flex-direction: column;
        -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;   
        font-size: 16px;
    }
    .slider{
        min-height: 80vh;
        background-position: 87% center;
    }
    .one-three {
        margin: 10px 0;
    }
    .section__one-two p.large {
        font-size: 14px;
        line-height: 25px;
    }
    .sot_content p {
        margin-bottom: 15px;
    }
    .one-four {
        width: 100%;
        margin: 10px 0;
    }
    .brands li {
        padding: 15px;
        width: calc(100% / 3);
        height: 90px;
    }
    .one-two.left .sot_content {
        min-width: auto;
    }
    .section__indexs .narrow {
        padding: 0 20px;
    }
    .big_cta.style2 .btn.btn-w-left {
        font-size: 11px;
        line-height: 19px;
    }
    .btn-left {
        padding: 22px 18px;
        font-weight: bold;
        line-height: 18px;
        font-size: 14px;
    }
    .big_cta.style2 .btn-left p {
        font-size: 12px;
        font-size: inherit;
        padding-right: 0;
    }
    .three-block.onlytwo .one-three {
        width: 100%;
        margin: 20px 0;
    }
    .section__avantages .narrow2 {
        padding: 65px 0 0;
    }
    ul.avantages li {
        margin: 10px 0;
        padding-left: 0;
        padding-top: 40px;
        padding-right: 0;
        text-align: center;
        background-position: top center;
        width: 100%;
        max-width: initial;
        margin-bottom: 30px;
    }
    .logos img {
        margin: 20px 3px;
        height: auto;
    }
    .big_cta{
        border-radius: 0;
    }
    .btn.btn-w-left {
        margin: 0;
        font-size: 13px;
        line-height: 1.3em;
    display: flex;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
    justify-content: center;
    align-items: center;
      -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
    flex-direction: column;
    -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;   
    }
    .ss_footer.txtleft{
        text-align: center!important;
    }
    .btn-l-left {
        width: calc(100% - 69px);
    }
    .btn-l-right {
        font-size: 31px;
        margin-left: 20px;
    }
    .slider_badge {
        padding: 25px;
    }
    .slider_badge h2 {
        font-size: 25px;
        padding-right: 0;
    }
    .check2 {
        margin: 0 0 20px;
    }
    .big_chiffre {
        font-size: 45px;
    }
} 

.errors{
    color: red;
    position: absolute;
    bottom: -12px;
    font-size: 10px;
}
#global-errors{
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0;
}
#global-errors .success{
    color:green;
}
#global-errors .warning{
    color:orange;
}
#global-errors .error{
    color:red;
}