/*!
 * Start Bootstrap - Agency v1.1.1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  overflow-x: hidden;
  /* font-family: "DIN-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: "Raleway-regular",  "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #fed136;
}
p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #fed136;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #fec503;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DIN-Regular", "FontAwesome","Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.title-h2 h2 {margin-bottom: 0 !important; text-transform: none !important;}
.title-h2 img {margin-top: -10px;}

.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #f1f1f1;
}
.bg-light-blue {
  background-color: #e4edf3;
}
.bg-white{
    background-color: #ffffff;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #fed136;
  border-color: #fed136;
  font-family: "DIN-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #fed136;
  border-color: #f6bf01;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-primary .badge {
  color: #fed136;
  background-color: white;
}
.btn-xl, .btn {
  color: white;
  background-color: #ef9500;
  font-family: "Raleway-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 2px;
  font-size: 17px;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 1px 3px rgba(0,0,0,0.35);
  border-radius: 25px;
  letter-spacing: 1px;
}
.btn.btn-contact, .btn-send {font-size: 14px; border: none;}
.btn-send {margin: 15px 0;}
.btn-xl.btn-xl-blue, .btn.btn-contact {background-color:#29b6f6;}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #ef9500;
}
.btn-xl.btn-xl-blue:hover,
.btn-xl.btn-xl-blue:focus,
.btn-xl.btn-xl-blue:active,
.btn-xl.btn-xl-blue.active,
.open .dropdown-toggle.btn-xl,
.btn.btn-contact:hover {
  color: white;
  background-color: #29b6f6;
}

.btn-send, .btn-send:hover {
    background-color: #ef9500!important;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-xl .badge { 
  color: #fed136;
  background-color: white;
}

 .btn-submit{
    margin-top: 50px;
    margin-bottom: 50px;
    height: 45px;
    width: 150px;
    border-radius: 2px;
    background-color: #00c3ff;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.35);
    text-transform: uppercase;
    font-family: "Raleway-Bold", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#btn-contactez-moi-content {margin-top: -72px;}
.navbar-custom {
  background-color: #4192d3;
  border-color: transparent;  
}
.navbar-custom .navbar-brand {
  color: #fec503;
  font-family: "DIN-Regular", "Helvetica Neue", Helvetica, Arial, cursive;
}
.navbar-custom .navbar-brand:hover {
  color: white;
}
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #fec503;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
  transform: translateY(-13%); 
}
.navbar-custom .navbar-toggle {
 
  border: none;
  color:#fff;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #fec503;
}
.navbar-custom .navbar-nav{
    margin-left: 0;
}
.navbar-custom .nav li a {
  font-family: "Raleway-Bold", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
  font-size: 16px;
  opacity: 1;
  margin-left: 15px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
   background-color: transparent;  
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color: #00c3ff;
    background-color: transparent;    
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;  
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: #00c3ff;  
  background-color: transparent;
}
.foyer-logo {
    display: inline-block;
    width: 46px;
    height: 46px;
    background-image: url('/lp/flexivie/img/logo-foyer.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    vertical-align: top;
}
.foyer-flexivie {
    display: inline-block;
    width: 113px;
    height: 30px;
    background-image: url('/lp/flexivie/img/logo.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-indent: -3000em;
    vertical-align: top;
    margin-top: -14px;
}@media (min-width: 1400px) {
  .navbar-custom {
    background-color: rgba(0,0,0,0.7);   
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
    height: 80px;
    border-bottom-color: #00c3ff;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.35);
  }
  .navbar-custom.affix{
      height: 65px;
      padding: 10px 0;
  }
  .navbar-custom.affix .navbar-header.page-scroll, .navbar-custom.affix #bs-example-navbar-collapse-1 {margin-top: 8px;}
  .navbar-custom.affix #bs-example-navbar-collapse-1 ul li a {font-size: 14px;}

    .navbar-custom.affix-top .navbar-collapse {height: 61px !important; margin-left: 145px;}
    .navbar-custom.affix .navbar-collapse {height: 52px !important; margin-left: 145px;}
  
  .navbar-custom .navbar-brand {
    font-size: 3em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;    
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
    color: #00c3ff;
    background-color: transparent;
  }
  .navbar-nav {
    margin: 0;
    height: 100%;
    display: block;
  }

  .navbar-nav>li {
      height: 100%;
  }
  .navbar-nav>li a {
      height: 100%;
     
  }
  .nav.navbar-nav.navbar-center>li a:after {
    content: "";
    background: url('/lp/flexivie/img/Menu_Picker.png') no-repeat bottom center;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; 
  }
  .nav.navbar-nav.navbar-center>li a:hover:after { 
      opacity: 1;
      transition: 0.5s;
  }
}

@media (max-width: 1400px) {
    .navbar-custom .foyer-flexivie {
      width: 113px;
      height: 30px;
      margin-top: 2px;
    }       
}
header {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: #56a6d6;  
  max-width: 100%;
  height: auto;
}

header.header-1 {
  background-image: url('../img/header-1.jpg');
}

header.header-2 {
  background-image: url('../img/header-2.jpg');
}

header .intro-text { 
  margin: 350px 0 100px 0;
}

header .intro-text p{
 color: #ffffff;
 font-size: 60px;
 line-height:70px;
 text-transform: uppercase;
 font-family: "Raleway-regular", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
 padding-top:15px;
 padding-bottom:15px;
 font-weight: bold;
}
header .intro-text .bordure{
 border-top-color: #ffffff;
 border-top-style: solid;
 border-top-width: 2px;
 border-bottom-color: #ffffff;
 border-bottom-style: solid;
 border-bottom-width: 2px;
 width: 100%;
 margin: auto;
 margin-bottom: 100px;
 
 letter-spacing:1px;
}
header .intro-text .text-header{
 color: #fff;
 font-size: 20px;
 line-height: 30px;
 margin-top: 36px;
 text-transform: none;
 font-weight: normal;
}
header .intro-text .btn-xl{
 margin-top: 72px;
}
header .intro-text .intro-lead-in {
  font-family: "DIN-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
}
header .intro-text .intro-heading {
  font-family: "DINOT-Bold", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.7);
}
.block-opacity{
    background-color: rgba(0%,0%,0%,0.2);  
}

.block-formule{
     margin-left: 15%;
     margin-top: 35px;
     margin-bottom: 70px;
 }
 .block-formule h4{
    font-size: 25px;
    color: #00c3ff;
    text-align: center;
   padding-top: 10px;
 }
 .block-formule p{
   text-align: center;
   margin-top: 30px;
 }
section#flexivie {padding: 40px 0;}
#flexivie .description {margin-top: 30px;}
#flexivie .description p {font-size: 16px;}
#flexivie .description img {margin: 0 auto;}
#flexivie .description div.txt {color: #958e9b; text-align: center; margin-top: 20px;}
#flexivie .flexivie-img {margin-bottom: 30px;}

#flexivie-desc .section-heading {color: #005490; margin-bottom: 20px !important;}
#flexivie-desc p {font-size: 22px; font-weight: bold;}
#flexivie-desc p:nth-child(2) {margin-bottom: 30px;}
#logo-flexivie {margin: 0 auto 40px auto;}

 .text-flexivie{
     font-family: "Raleway-Regular", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-size: 19px;
     max-width: 550px;
 }
 .block-formule-left{
     margin-left: 23px;
 }
 .block-formule-right{
     margin-left: 90px;
 }
 .text-justify {
   text-align: center;
   font-size: 19px;
   margin-top: 35px;
   margin-bottom: 50px;
   font-family: "Raleway-Regular", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
   line-height: 22px;
 }
 .text-bold {   
   font-size: 20px;
   margin-top: 50px;
   font-family: "Raleway-Semi-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
 }
 .marketing{
     margin-top: 50px;
 }
 .text-Semibold { 
     margin-top: 20px;
     font-family: "Raleway-Semi-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-size: 20px;
     line-height: 22px;
 }

 .img-valise{
   height:105px;
   width: 137px; 
   margin:auto;
 }
 .img-assistance{
   height:107px;
   width: 112px;  
   margin:auto;
 }
 .img-x, .img-medicaux{
   height:105px;
   width: 105px; 
   margin:auto;
 }
 .timeline-heading{
     color: #00c3ff;
     text-align: center;
     margin-top: 10px;
     font-family: "Raleway-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-size: 20px;
 }
 .timeline-body p{
     width: 250px;
     margin: auto;
     text-align: center;
     margin-top: 20px;
     font-size: 16px;
     font-family: "Raleway-Semi-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
     line-height: 22px;
 }
 .block-timeline-bagage, .block-timeline-annulation, .block-timeline-medicaux,.block-timeline-assistance {
      color:#00c3ff;
      height: 425px;
      width: 600px;
      padding-top: 50px;
 }
 .block-timeline-bagage{
     border-bottom-color: #00c3ff;
     border-bottom-style: solid;
     border-bottom-width: 1px;
     border-right-color: #00c3ff;
     border-right-style: solid;
     border-right-width: 1px;
 }
 .block-timeline-annulation{
     border-bottom-color: #00c3ff;
     border-bottom-style: solid;
     border-bottom-width: 1px;

 } 
 .block-timeline-assistance{    
     border-right-color: #00c3ff;
     border-right-style: solid;
     border-right-width: 1px;
 }

 .block-offres{
     margin-top: 70px;
 }
 .block-identifiez{
     margin-bottom: 50px;
 }

 #offres .offre-pack   {
     margin: 10px 15px;
     color: #8da8b2;
 }

 #offres .offre-pack p {font-size: 16px; width: 100%;}
 #offres .offre-pack h4 {margin: 0; padding: 0; font-size: 30px;}
 
 div.bloc-team-member, div.bloc-exclu {text-align: center;}
 div.bloc-team-member img, div.bloc-exclu img {margin:0 auto;}

 #exclu, #packs {color: #928d98 !important;}
 #packs a {color: #928d98; text-decoration: none;}
 /*
 .exclu, .packs {
    text-align: center;
    margin-bottom: 50px;
    background: #fff;
    min-height: 250px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
 }
 .exclu {cursor: default;}
 */
 
 .exclu img, .packs img {margin: 25px auto !important;}
 
 .exclu p.title, .packs p.title {font-size: 18px; line-height: 1; text-transform: uppercase; padding: 20px 30px 15px 30px; height: 80px;
    background: transparent url('/lp/flexivie/img/exclu/barre.png') bottom center no-repeat;
 }
 
 .exclu.selected, .packs.selected {background: #29b6f6; color: #ffffff;}
 .exclu.selected p.title, .packs.selected p.title {background: transparent url('/lp/flexivie/img/exclu/barre-2.png') bottom center no-repeat;}
 
 section#exclu, section#packs {padding-bottom: 0;}
 #exclu .info, #packs .info {background-color: #29b6f6; min-height: 60px; text-align: center; color: #ffffff;}
 #exclu .info p, #packs .info p {margin-top: 0;}
 #exclu .info p:first-child, #packs .info p:first-child {margin-top: 5px; margin-bottom: 0;}
 #packs .info div div[data-id] {margin: 15px 0;}
 
 #exclu ul li {
    display:inline;
    background-color:#e5e5e5;
    padding:20px 30px;
    position:relative;
 }
#exclu ul li .current:after { 
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #e5e5e5;
    content: " ";
    position: absolute;
    bottom: -15px;
    left: 35%;
}

.exclu-mobile-content {
    margin-top: -20px;
}

.bloc-packs {margin-top: 50px;}

div[data-id^="c-"] p {font-size: 18px !important;}

@media (min-width: 768px) and (max-width: 991px) {
    .exclu {height: 300px;}
    .exclu p.title {height: 130px;}
}

@media (min-width: 992px) and (max-width: 1199px) {
    .exclu {height: 270px;}
    .exclu p.title {height: 100px;}
}

 

@media (max-width: 1400px) {
    .navbar-custom {
        background-color: rgba(0,0,0,0.7);          
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
        border: none;       
        border-bottom-color: #00c3ff;
        border-bottom-style: solid;
        border-bottom-width: 2px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.35);
    }
    .navbar-custom .navbar-collapse{
        margin-top: 42px;
    }  
    .navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus{
        background-color: transparent;
    }
    .navbar-custom .nav li a, .lang, .shares{
        text-align: right;
        margin-right: 20px;
    }
}

@media (max-width: 768px) {
    .shares #fb-root{
        margin-left: 4%;
    }
    .bloc-voyage{
        height: 640px;
    }
    .timeline-panel{
        width: 300px;
        margin-left: 25%;
    }
    .marketing{
      margin-top: 0;     
    }
    .block-formule-left, .block-formule-right{
      margin-left: -5px;
    }    
    .block-formule h4{
     font-size: 18px;   
    }
    .block-formule p{
     font-size: 16px;
     margin-top: 0;
    }
    .text-formule{     
      height:115px;    
      margin-bottom: 20px;
    }
    .block-offres{
        margin-top: 0;
    }
    .block-identifiez .foyer-highlight{
        line-height: 30px;
    }
    .text-justify{
        font-size: 18px;
    }
    .block-timeline-bagage, .block-timeline-annulation, .block-timeline-medicaux,.block-timeline-assistance {    
        padding-top: 0;
        margin-bottom: -23%;
        width: 300px;
    }
    .block-timeline-bagage, .block-timeline-annulation, .block-timeline-assistance{
      border-bottom-color: transparent;
      border-bottom-style: none;
      border-bottom-width: 0;
      border-right-color: transparent;
      border-right-style: none;
      border-right-width: 0;
   }
    .img-valise{
     height:68px;
     width: 100px;     
    }
   .img-assistance{
     height:70px;
     width: 67px;  
    }
   .img-x, .img-medicaux{ 
     height:68px;
     width: 68px;     
   }
   .timeline-Einfach{
       margin-left: 12%;
       margin-top: 7%;
   }  
   .timeline-body p{
        width: 243px;
   }
   .timeline-Einfach .title-Einfach{
       font-size: 26px;
       margin-left: 4%;
   }
    .guillemetleft{
       width: 20px;
       height: 18px;
    }
    .guillemetright{
      width: 20px;
       height: 27px;
    }
    .timeline-Einfach .guillemetleft{
        padding-right: 1px;
    }
    .block-garanties{
        height: 1460px;
    }   
    .timeline-image{      
        width: 300px;
        margin-left: 25%;   
    }    
    .timeline-body{
        padding-bottom: 5%
    }   
    .team-member{
        width:270px;
    }
    section#contact .form-group textarea.form-control{
        width: 380px;        
    }   
    header .intro-text .bordure{      
        width: 200px;       
        margin-top: 0;
    }
    .btn-xl {
        padding: 12px 25px;
        font-size: 14px;
    }
    .text-bold{
        margin-top:-20px;
    }
    .text-formule{
        width: 280px;
    }
    
    .pretitle { font-size: 16px }
    #contactFrmSuccess h2 { font-size: 16px }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
    .block-formule-left{
      float: left;
    }    
    .block-formule-right{
      margin-left: 50%;
    }
    .block-garanties{
        height: 1870px;
    }
    .marketing{
        margin-left: 9%;
    }
    .block-timeline-bagage,  .block-timeline-medicaux,  .block-timeline-annulation,  .block-timeline-assistance{
       margin-left: 21.5%;
       border-right-color: transparent;
       border-right-style: none;
       border-right-width: 0;
       border-bottom-color: transparent;
       border-bottom-style: none;
       border-bottom-width: 0;
    }
    /*
    .bloc-team-member{
        margin-left: 33%;
    }
    */
    .team-member{
        margin-left: -18px;
    }
    .timeline-Einfach{
        margin-left: 17%;
    }
    .timeline-Einfach h3{
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    header .intro-text p {
        font-size: 50px;
        line-height:60px;
    } 
}

@media (max-width: 767px) {
    header .intro-text {
        margin-top: 150px;
        margin-bottom: 50px;
    }
    header .intro-text p{
        font-size: 30px;
        line-height: 32px;
    } 
    header .intro-text p.text-header{
       margin: 0;
       font-size: 18px;
       margin-top : 10px;
    }
    
    header .intro-text .btn-xl{
        margin: 10px 0 20px 0;
    }
    
  header .intro-text .intro-lead-in {
    font-family: "DIN-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  header .intro-text .intro-heading {
    font-family: "DINOT-Bold", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 50px;
  }
  header  .intro-heading {
    border-color: white;
  }
}

section {
  padding: 30px 0;
}
section h2.section-heading {
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #000000; 
  text-transform: lowercase;
  font-weight: normal !important;
  font-family: "Raleway-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
section h2.section-heading:first-letter {
    text-transform: uppercase;
}

section#flexivie-desc h2.section-heading:first-letter {
    text-transform: lowercase;
}

section h3.section-subheading {
  font-size: 16px;
  font-family: "DIN-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 75px;
}
section .title-blue h2.section-heading {color: #53afd8}
section .title-gray h2.section-heading {color: #928d98}

@media (min-width: 767px) {
  section {
    padding: 25px 0;
  }
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(254, 209, 54, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
  font-family: "DIN-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color:#004c92;
  color: white;  
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline-Einfach h3{
    color:#fff;   
    text-align: center;
    font-family: "Raleway-Regular",  "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 50px;
    font-style: italic;
    text-transform: none;
    float: left;
    padding-top: 1%;
}
.guillemetleft{
    float: left;
    margin-left: -3.6%;
    padding-right: 25px;
}
.guillemetright{
 padding-top: 4%;
 padding-left: 2%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.team-member {
  text-align: center;
  margin: 50px 0;
}
.team-member.line1 {margin-bottom: 0}
.team-member.line2 {margin-top: 0}

.team-member img {/*box-shadow: 0 1px 3px rgba(0,0,0,0.35); background-color: #ffffff;*/}
#offres .offre-pack p:first-child {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 12px;
    margin-top: 8px;
}
#offres .offre-pack h4 {text-transform: uppercase;}
.team-member .desc-old-pack {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    font-size: 18px;
    width : 100%;
}
.bloc-team-member .team-member.essentiel .desc {
    margin-top: 75px;
}
.team-member.essentiel ul {margin-top: 75px;}
.team-member ul {font-size: 16px;}
.team-member ul {list-style: none;}
.team-member ul li {
    background: url('/lp/flexivie/img/valide.png') no-repeat 0 2px;
    text-align: left;
    padding-left: 26px;
}

@media (max-width: 1199px) {
    .team-member ul {padding: 0 10px 0 20px;}
}

#offres .block-footer-offre {max-width: 600px; margin: 0 auto;}
#offres .block-footer-offre .text-justify {
    text-align: center;
    font-size: 19px;
    margin-top: 0;
    margin-bottom: 40px;
    font-family: "Raleway-Regular", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 22px;
}
#offres .block-footer-offre .btn {margin-bottom: 40px;}

.team-member p.title-desc {line-height: 22px;}
.team-member img {
  padding: 0 40px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 991px) {
    .team-member img {
        padding: 0 10px;
    }
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
  font-size: 16px;
  font-family: "Raleway-bold",  "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.team-member p {
  font-family: "Raleway-Regular",  "Helvetica Neue", Helvetica, Arial, sans-serif;
}
aside.clients img {
  margin: 50px auto;
}

section#contact {
    background-color: #f7f7f7; 
}
section#contact .section-heading {
/*  color: white;*/
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
    border: 1px solid #cdd8df;
    border-radius: 1px;
    background-color: #fcfcfc;
}

section#contact .form-group input.btn-send {
    border: none;
    border-radius: 25px;
}

section#contact select {
    border: 1px solid #cdd8df;
    border-radius: 1px;
    background-color: #fcfcfc;
}
section#contact .form-group textarea{
    float: left;
    margin-right: 30px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;  
}
section#contact .form-control:focus {
  border-color: #00c3ff;  
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: "DIN-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "DIN-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "DIN-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-ms-input-placeholder {
  font-family: "DIN-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact .text-danger {
  color: #e74c3c;
}
footer {
  padding: 25px 0;
  text-align: center;
  background-color: #333;
}
footer span.copyright {
  line-height: 40px;
  font-family: "DIN-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  color: #00c3ff;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: "DIN-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none; 
}
li.info-legal a, li.private-life a {
    color: #fff;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #fec503;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
.portfolio-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
::-moz-selection {
  text-shadow: none;
  background: #A3D8F9;;
}
::selection {
  text-shadow: none;
  background: #A3D8F9;;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #fed136;
}
/*
    Search agent
*/
.searchagent{
    background-color: #004c92;
}
.agent {
    position: relative;   
    color: white;
    font-family: "DIN-Light";
}
.agent span {
    display: inline-block;
    font-size: 14px;
    padding: 0 5px;
}
.agent .block-find{
    text-transform: uppercase;
}
.agent .title {
    font-size: 28px;
    padding-top: 10px;  
    font-family: "Relaway-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
}
.agent input[type="text"] {
    background-color: #4192d3;
    color: white;
    border-radius:1px;
}
.input-search{
    padding-top: 12px;
    border: 1px solid #00c3ff;
    height: auto;
    border-radius: 1px;
    width: 100%;
}
.search-q{
    font-family: "Relaway-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.agent button {
    background: url('/img/foyer/bg-agent-button.png') no-repeat center top;
    display: inline-block;
    border: none;
    overflow: hidden;
    text-indent: -3000em;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: -20px;
    height: 96px;
    width: 235px;
}
.agent .frm-input { padding-top: 12px }
.agent .frm-input label { padding-top: 8px }
@media (min-width: 992px) {
    .agent { height: 58px }
}
.agent button:hover {
    background: url('/img/foyer/bg-agent-button-hover.png') no-repeat center top;
}
/*#contactForm { color: white }*/
.birthdate_sep {
    display: inline-block;
    font-size: 2em;
    padding-top: 5px;
}
.todo {
    border-radius: 5px;
    box-shadow: 0 0 1px 3px #ce4844;
}
label { font-family: "DINOT-Bold" }
.foyer-highlight { color: #00c3ff;  font-family: "Raleway-bold",  "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 25px; line-height: 63px;}
.price {
    font-size: 32px;
    font-family: "DINOT-Bold";
    color: #00c3ff; 
}

/* bloc flexivie */
@media (max-width: 767px) {
    .bloc-flexivie .text-flexivie {text-align: center; margin: 0 auto;}
    .bloc-flexivie .text-flexivie p {line-height: 1.5;}
    .bloc-flexivie img {
        margin: 0 auto;
        width : 40%;
    }
}

/* bloc offres */
@media (max-width: 767px) {
    .bloc-team-member {text-align: center;}
    .bloc-team-member div {margin-bottom: 20px;;}
    .team-member {margin: 0 auto;}
}

@media (min-width: 768px) {
    .bloc-team-member>div {padding: 0 30px;}
}
@media (min-width: 1199px) {
    .bloc-team-member>div {padding: 0 50px;}
}


/* bloc services */
.block-services {
  background-color: #159ccb;  
}
.block-services h2 {color: #000000 !important;}
.block-services .block-services-desc {font-size: 16px; color: #ffffff; margin: 30px 0;}
.block-services .block-servives-option-title {font-size: 18px; color: #ffffff; font-weight: bold; margin: 0 0 60px 0;}
.block-services .block-servives-option {height: 90px; width: 100%; padding-left: 120px; margin-bottom: 50px;}
.block-services .block-servives-option .title {font-weight: bold; text-transform: uppercase; color: #ffffff; border-bottom: 1px solid #ffffff; letter-spacing: 1px;}
.block-services .block-servives-option .desc {font-size: 16px; line-height: 22px;}
.block-services .block-juridique {background: url('/lp/flexivie/img/services/Protection-juridique.png') no-repeat left top;} 
.block-services .block-option {background: url('/lp/flexivie/img/services/Option-valeur.png') no-repeat left top;} 
.block-services .block-vehicule {background: url('/lp/flexivie/img/services/Vehicule-remplacement.png') no-repeat left top;} 
.block-services .block-assistance {background: url('/lp/flexivie/img/services/service24h.png') no-repeat left top;} 
.block-services .block-vente {background: url('/lp/flexivie/img/services/Vente-Epave.png') no-repeat left top;} 

/* bloc avantages */
.block-avantages .block-avantages-desc {font-size: 16px; margin: 30px 0;}
.block-avantages .row:nth-child(2) {margin-bottom: 50px;}
.block-avantages .row img {margin: 0 auto;}


/* bloc simulateur */
.block-simulateur .title-h2 img {margin-top: -7px;}
.block-simulateur .row:first-child {margin-bottom: 30px;}
.bloc-simulateur-card {
    background: #f1f1f1;
    padding: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.bloc-simulateur-card .title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #dddddd;
}
.bloc-simulateur-card form {
    padding: 15px;
}
.bloc-simulateur-card form .questionnaire label {
    font-weight: normal;
    font-family: "Raleway-regular",  "Helvetica Neue", Helvetica, Arial, sans-serif;
    width : 150px;
}
.bloc-simulateur-card form .questionnaire label[for="action_other"], .bloc-simulateur-card form label[for="contactmode_phone"] {width : 120px;}
.bloc-simulateur-card form .questionnaire label[for="contactmode_email"]:nth-child(2) {width : 140px;}


.bloc-simulateur-card form#price-calculator-start-flexivie label:first-child {line-height: 16px;}
.bloc-simulateur-card form select, .bloc-simulateur-card form input[type="text"], .bloc-simulateur-card form input[type="email"] {border: 1px solid #159ccb; color: grey; height: 30px; width: 250px;}
.bloc-simulateur-card form#price-calculator-start-flexivie input {margin: 0 0 0 5px;}
.bloc-simulateur-card form div p, .bloc-simulateur-card form#contact-eurotax div, .bloc-simulateur-card form#contact-eurotax-offre div {margin: 0 0 10px 0;}
.bloc-simulateur-card .required.center {font-size: 13px;}

.bloc-simulateur-card form.price-contact-instant select.error, 
.bloc-simulateur-card form.price-contact-instant input[type="text"].error, 
.bloc-simulateur-card form.price-contact-instant input[type="email"].error {
    border: 1px solid red;
}

form#contact-eurotax .actions .err-block p,form#contact-eurotax > p.mandatory {font-size: 13px;}
form#contact-eurotax-offre .err-block p,form#contact-eurotax-offre > p.mandatory {font-size: 13px;}

.bloc-simulateur-card div.thankyou{
    padding: 15px 35px;
    line-height: 25px;
}

.price-contact-instant.form .err-block,
.price-contact-instant.form .err-block p { display: none }
.price-contact-instant.form.error .err-block { display: block }
.price-contact-instant.form.error.error-mandatory .err-block p.err { display: block }
.price-contact-instant.form.error.error-format .err-block p.errFormat { display: block }
.price-contact-instant.form .err-block { color: red }

.bloc-simulateur-card form#contact-eurotax .chk-action label {vertical-align: top;}
.bloc-simulateur-card form#contact-eurotax .chk-action #comment {width: 100%; height: 80px;}
.bloc-simulateur-card form#contact-eurotax select#hour {margin-left: 144px; margin-top: 15px;}
.bloc-simulateur-card form#contact-eurotax div.by_phone label[for="email_confirm"] {width: 100%;}

.bloc-simulateur-card .pc-price-holder {
    text-align: center;
    width: 80%;
    margin: 0 auto 20px auto;
}

.bloc-simulateur-card .pc-price-holder .tarif {
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    margin-bottom: 20px;
    padding: 10px 0 5px  0;
}

.bloc-simulateur-card #pc-sendmail {
    box-shadow: 0 1px 3px rgba(0,0,0,0.35);
}

#contact-eurotax-offre .blue, #contact-eurotax .blue {color: #00c3ff; font-weight: bold;}

.bloc-simulateur-card .ws-res h2.title {color: #00c3ff; margin: 10px 0 0 0;}
.bloc-simulateur-card .ws-res h2.title-blue {font-size: 24px; text-align: center;}
.bloc-simulateur-card .ws-res h2.title-blue + p {padding: 10px 15px;}
.bloc-simulateur-card .ws-res p + p.msg-footer {padding: 10px 15px; font-size: 13px;}

@media (max-width: 767px) {
    .card-simulateur {min-height: 750px;}
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-simulateur {min-height: 690px;}
}

@media (max-width: 767px) {
    .bloc-simulateur-card {
        background: #ffffff;
        box-shadow: none;
    }
    .card-simulateur div.form-group>label {margin-left: 0 !important;}
    
    .bloc-simulateur-card form select, .bloc-simulateur-card form input[type="text"], .bloc-simulateur-card form input[type="email"] {width: 100%;}
    .bloc-simulateur-card form#contact-eurotax select#hour {margin-left: 0;}
}

@media (min-width: 768px) and (max-width: 991px) {
    #price-calculator-start-flexivie > div:nth-of-type(1) {width: 70%; margin: 0 auto; padding-left: 40px;}
    #price-calculator-start-flexivie > div:nth-of-type(2) {width: 80%; margin: 0 auto;}
    
    .bloc-simulateur-card form#contact-eurotax > div {width: 70%; margin-left: auto; margin-right: auto; padding-left: 40px;}
    .bloc-simulateur-card form#contact-eurotax .actions, #contact-eurotax > p.mandatory {width: 80%; margin-left: auto; margin-right: auto; padding-left: 0;}
    #contact-eurotax > p.mandatory {text-align: center;}
    
    .bloc-simulateur-card form#contact-eurotax-offre > div {width: 70%; margin-left: auto; margin-right: auto; padding-left: 40px;}
    .bloc-simulateur-card form#contact-eurotax-offre .actions, .bloc-simulateur-card form#contact-eurotax-offre .err-block, #contact-eurotax-offre > p.mandatory {width: 80%; margin-left: auto; margin-right: auto; padding-left: 0;}
    #contact-eurotax-offre > p.mandatory {text-align: center;}
}

@media (min-width: 992px) and (max-width: 1199px) {
    #price-calculator-start-flexivie > div:nth-of-type(1) {width: 90%; margin: 0 auto;}
    #price-calculator-start-flexivie > div:nth-of-type(2) {width: 90%; margin: 0 auto;}
    
    .bloc-simulateur-card form#contact-eurotax > div {width: 90%; margin-left: auto; margin-right: auto; padding-left: 0;}
    .bloc-simulateur-card form#contact-eurotax .actions, #contact-eurotax > p.mandatory {width: 90%; margin-left: auto; margin-right: auto; padding-left: 0;}
    #contact-eurotax > p.mandatory {text-align: center;}
    
    .bloc-simulateur-card form#contact-eurotax-offre > div {width: 90%; margin-left: auto; margin-right: auto; padding-left: 0;}
    .bloc-simulateur-card form#contact-eurotax-offre .actions, .bloc-simulateur-card form#contact-eurotax-offre .err-block, #contact-eurotax-offre > p.mandatory {width: 90%; margin-left: auto; margin-right: auto; padding-left: 0;}
    #contact-eurotax-offre > p.mandatory {text-align: center;}
}

@media (min-width: 1200px) {
    #price-calculator-start-flexivie > div:nth-of-type(1) {width: 80%; margin: 0 auto; padding-left: 20px;}
    #price-calculator-start-flexivie > div:nth-of-type(2) {width: 90%; margin: 0 auto;}
    
    .bloc-simulateur-card form#contact-eurotax > div {width: 80%; margin-left: auto; margin-right: auto; padding-left: 20px;}
    .bloc-simulateur-card form#contact-eurotax .actions, #contact-eurotax > p.mandatory {width: 90%; margin-left: auto; margin-right: auto; padding-left: 0;}
    #contact-eurotax > p.mandatory {text-align: center;}
    
    .bloc-simulateur-card form#contact-eurotax-offre > div {width: 80%; margin-left: auto; margin-right: auto; padding-left: 20px;}
    .bloc-simulateur-card form#contact-eurotax-offre .actions, .bloc-simulateur-card form#contact-eurotax-offre .err-block, #contact-eurotax-offre > p.mandatory {width: 90%; margin-left: auto; margin-right: auto; padding-left: 0;}
    #contact-eurotax-offre > p.mandatory {text-align: center;}
}

@media (min-width: 1401px) {
    #price-calculator-start-flexivie > div:nth-of-type(1) {width: 80%; margin: 0 auto; padding-left: 20px;}
    #price-calculator-start-flexivie > div:nth-of-type(2) {width: 90%; margin: 0 auto;}
    
    .bloc-simulateur-card form#contact-eurotax > div {width: 80%; margin-left: auto; margin-right: auto; padding-left: 20px;}
    .bloc-simulateur-card form#contact-eurotax .actions, #contact-eurotax > p.mandatory {width: 90%; margin-left: auto; margin-right: auto; padding-left: 0;}
    #contact-eurotax > p.mandatory {text-align: center;}
    
    .bloc-simulateur-card form#contact-eurotax-offre > div {width: 80%; margin-left: auto; margin-right: auto; padding-left: 20px;}
    .bloc-simulateur-card form#contact-eurotax-offre .actions, .bloc-simulateur-card form#contact-eurotax-offre .err-block, #contact-eurotax-offre > p.mandatory {width: 90%; margin-left: auto; margin-right: auto; padding-left: 0;}
    #contact-eurotax-offre > p.mandatory {text-align: center;}
}

.bloc-simulateur-card form .chk-action label {width: 100%; font-weight: normal;}


/* Shares */
.shares, .lang { padding: 15px; margin-right: 20px; }
.shares > * { vertical-align: top }
.shares .share-text { display: none }
.shares #fb-root,
.shares #in-root {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: top;
    cursor: pointer;
    background-repeat:  no-repeat;
    background-size: cover;
}
.shares #fb-root { background-image: url(/lp/voyage/img/fb.png) }
.shares #in-root { background-image: url(/lp/voyage/img/social-linkedin-circle-128.png) }
.lang > * {
    display: inline-block;
    padding: 0 3px;
    color : #00c3ff;
}
.space-top-20 { margin-top: 20px }
.space-top-60 { margin-top: 60px }
.space-bottom-30 { margin-bottom: 30px }
.space-bottom-35 { margin-bottom: 35px }

.nav > li > a { padding-left: 12px; padding-right: 12px; }


@media (max-width: 1400px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    
    .nav.navbar-nav.navbar-right .shares {margin-right: 34px;}
    .nav.navbar-nav.navbar-right .lang {margin-right: 12px;}
}


/**** Einfach ****/
.img-guillemet {
    width: 30px;
}
.guillemet-left{
    margin-top: -90px;
    margin-right: 10px;
}
.guillemet-right{
    margin-top: 30px;
    margin-left: 10px;
}
.title-Einfach{
    color:#fff;   
    font-family: "Raleway-Regular",  "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 50px;
    font-style: italic;
    text-transform: none;
}
#Einfach{
    padding-top: 65px;
} 

@media (max-width: 768px) {
    #Einfach > div > .title-Einfach{
        font-size:  27px;
    }
    .img-guillemet {
        width: 20px;
        height: 18px;
    }
    .guillemet-left{
        margin-top: -50px;
        margin-right: 5px;
    }
    .guillemet-right{
        margin-top: 25px;
        margin-left: 10px;
    }
} 
@media (max-width: 465px) {
    #Einfach > div > .title-Einfach{
        font-size:  20px;
    }
    .img-guillemet {
        width: 15px;
        height: 13px;
    }
    .guillemet-left{
        margin-top: -30px;
        margin-right: 5px;
    }
    .guillemet-right{
        margin-top: 20px;
        margin-left: 5px;
    }
    .bg-light-blue {
        min-height: 90px;
    }
    #Einfach{
        padding-top: 25px;
    } 
}

@media (max-width: 991px) {
    .title-h2 img {width : 100%;} 
}

@media (max-width: 767px) {
    section h2.section-heading {
        font-size: 36px;
    }
    
   .navbar-fixed-top .navbar-collapse {
      max-height: 100%
   }
   
    .title-h2 img {margin-top: 0;} 
}

@media (min-width: 1401px) and (max-width: 1520px) {
    .nav.navbar-nav.navbar-center li a {margin-left: 0;}
    .nav.navbar-nav.navbar-right .shares {margin-right: 0;}
}

@media (max-width: 375px) {
    header .intro-text p {
        font-size: 26px;
        line-height: 32px;
    }
    .block-footer-offre a.btndownload {font-size: 12px;}
}



#timeline .timeline-item:after, #timeline .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

#timeline {
    width: 100%;
    margin: 30px auto;
    position: relative;
    padding: 0 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#timeline:before {
    content: "";
    width: 3px;
    height: 80%;
    background: white;
    left: 50%;
    top: 0;
    position: absolute;
}
#timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}
#timeline .timeline-item {
    margin-bottom: 50px;
    position: relative;
}
#timeline .timeline-item .timeline-icon {
    background: #e8f4f9;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
    margin-left: -23px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid white;
}

#timeline .timeline-item .timeline-content {
    width: 45%;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#timeline .timeline-item .timeline-content:before {
    content: '';
    position: absolute;
    left: 45%;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid white;
}
#timeline .timeline-item .timeline-content.right {
    float: right;
}
#timeline .timeline-item .timeline-content .timeline-content-icon{
    display: table-cell;
    width: 60px;
    color: #99E0B2;
    font-size: 20px;
    padding: 0 0 0 10px;
    float: right;
}
#timeline .timeline-item .timeline-content.right .timeline-content-icon{
    float: left;
}

#timeline .timeline-item .timeline-content p{
    display: table-cell;
    color: #95aeb7;
    font-size: 16px;
    
}
#timeline .timeline-item .timeline-content .timeline-content-icon i{
    vertical-align: middle;
}
#timeline .timeline-item .timeline-content.right:before {
    content: '';
    right: 45%;
    left: inherit;
    border-left: 0;
    border-right: 7px solid white;
}
#timeline .btn-circle{
    width: 30px;
    height: 30px;
    text-align: center;
    
    position: relative;
    top: 7px;
    left: 7px;
    border-radius: 15px;
    background-color: #ccc;
}


@media (max-width: 768px) {
  #timeline {
    margin: 30px;
    padding: 0px;
    width: 90%;
  }
  #timeline:before {
    left: 0;
  }
  #timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
  }
  #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid white;
  }
  #timeline .timeline-item .timeline-icon {
    left: 0;
  }
  #timeline .timeline-item .timeline-content .timeline-content-icon{
    float: left;
    }
}
@media (max-width: 465px) {
    #timeline .timeline-item .timeline-content .timeline-content-icon{
        width: 40px;
        font-size: 15px;
        padding: 5px 0 0 5px;
    }
}

.bloc-simulateur-card .title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.card-simulateur .title {
    background: radial-gradient(circle at 12% 84%, #2f73bc, #51add7); 
    text-transform: lowercase;
    font-style: italic;
    color: #ffffff;
    font-weight: bold;
    font-size: 35px;
    letter-spacing: 0.1em;
    padding-top: 30px;
    min-height: 110px;
}
.card-simulateur .title:first-letter {text-transform: uppercase;}

#contact .card-simulateur {margin-top: 40px; margin-bottom: 40px;}

.icon-phone {
    background: transparent url('../img/phone.png') top center no-repeat;
    background-size: 75% auto;
    width: 73px;
    height: 72px;
    float: left;
    margin-left: 10px;
}

.icon-mail {
    background: transparent url('../img/mail.png') top center no-repeat;
    background-size: 75% auto;
    width: 93px;
    height: 72px;
    float: right;
    margin-right: 10px;
}

yoyo

.card-simulateur .desc {
    text-align: center;
    margin: 35px 0;
}

.card-simulateur .desc .lead {
    font-family: 'DIN-Medium';
    font-size: 16px;
    color: #265680;
    text-transform: uppercase;
}

.card-simulateur {background: #ffffff; color: #265680;}
.card-simulateur .questionnaire label {font-weight: bold !important;}

.card-simulateur .isOwner label input[type="radio"], .card-simulateur .buildingTypeCode label input[type="radio"],
.card-simulateur label#opt1 input, .card-simulateur label#opt2 input {margin-right: 5px;}

.card-simulateur .isOwner label:nth-child(2), .card-simulateur .isOwner label:nth-child(3), 
.card-simulateur .buildingTypeCode label:nth-child(2), .card-simulateur .buildingTypeCode label:nth-child(3),
.card-simulateur label#opt1, .card-simulateur label#opt2 {
    color: #29b6f6;
    font-weight: normal !important;
    font-family: arial;
}
.card-simulateur label#opt2 {margin-left: 20px;}
.eurotime {color: #29b6f6;}
.card-simulateur .type-select select {color: #29b6f6;}
.card-simulateur .form-element-row .form-rangeslider-block div:first-child {margin-left: 0 !important;}

.tarif_button {text-align: center;}

.card-simulateur .range-info {margin-top: 15px; margin-left: 145px;}

.card-simulateur .questionnaire p select {
    background: #e1e7ea;
    height: 34px;
    color: #29b6f6;
    font-size: 16px;
    padding: 3px 5px;
    border: none;
}

#totalContentValueTxt {
    margin: 20px 0 20px -40px;;
    background: #ffffff;
    border: 1px solid #e1e7ea;
    color: #a1c2d1;
    text-align: center;
    height: 35px;
    font-size: 16px;
    width: 360px !important;
}

.card-simulateur .separator {
    text-align: center;
    border-top: 1px solid #daeaf7;
    max-width: 600px;
    margin: 10px auto 30px auto;
}

.card-simulateur .price-calculator-display_price {
    font-family: 'DIN-Medium';
    font-size: 26px;
    color: #265680;
}

.card-simulateur .slider-pos {width: 500px !important; margin-left: 150px !important; padding-top: 9px;}

.card-simulateur .price-calculator-display_price.border {
    border-left: none;
    border-right: none;
    border-top: 1px solid #daeaf7;
    border-bottom: 1px solid #daeaf7;
    margin: 0 auto 20px auto;
    max-width: 600px;
    text-align: center;
    padding: 20px 0 20px 0;
}
.card-simulateur .price-calculator-display_price.border .part2 {
    float: right;
}
.card-simulateur .price-calculator-display_price.border .part1 {
    width: 300px;
    margin-left: 30px;
    font-family: 'DIN-Medium';
    font-size: 19px;
}
.card-simulateur .btn-recalculate {
    width: 160px;
    background: #ffffff;
    color: #29b6f6;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 11px;
    box-shadow: 0px 1px 2px rgba(124, 124, 124, 0.75);
    border-bottom: 2px solid #dadada;
    margin-right: 65px;
    text-transform: uppercase;
    font-size: 17px;
    cursor: pointer;
}

.card-simulateur div.form-group>label {
    width: 200px;
    float: left;
    margin-left: 40px;
    font-weight: normal !important;
    font-size: 14px;
    font-family: 'Arial';
}

.card-simulateur .form-group select, .card-simulateur .form-group textarea, .card-simulateur .form-group input[type=text], .card-simulateur .form-group input[type=email], .card-simulateur #assured-collection input, .card-simulateur .form-contact-mobile select, .card-simulateur .form-contact-mobile input[type=text], .card-simulateur .form-contact-mobile input[type=email], .card-simulateur .form-contact-mobile textarea, .card-simulateur .form-contact-mobile select#hour[type=text] {
    background: #e1e7ea;
    height: 34px;
    color: #29b6f6;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    padding: 3px 5px;
    border: none;
}

.card-simulateur .form-group {margin: 10px 0 10px 0;}
.card-simulateur .form-group select#hour {
    margin-top: 10px;
}
.card-simulateur div.form-group>label[for=email_confirm] {
    width: 500px;
    margin-bottom: 10px;
}

.card-simulateur .form-group textarea {height: 65px;}
#contact-instant .mandatory {text-align: center; color: #656359 !important;}


@media (max-width: 768px) {
    .card-simulateur .range-info {margin-left: 0;}
    #totalContentValueTxt {margin: 20px 0 20px 0; width: 100% !important;}
    
    .card-simulateur p.isOwner label:nth-child(2), .card-simulateur p.isOwner label:nth-child(3), 
    .card-simulateur p.buildingTypeCode label:nth-child(2), .card-simulateur p.buildingTypeCode label:nth-child(3) {width: 100% !important;}
    
    .card-simulateur .slider-pos {
        /*width: 100% !important;*/
        margin-left: 0 !important;
        clear: left;
    }
}

/**** input type range *****/
.rangeslider,
.rangeslider__fill {
  background: #e6e6e6;
  border: none;
  display: block;
  height: 2px;
  width: 50%;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 0 0 10px 10px;
}

.rangeslider {
  position: relative;
  margin:  auto;
  margin-top: 15px;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: transparent;
  position: absolute;
  top: 0;
}

.rangeslider__handle {
  background-color: rgba(0,0,0,0.6);
  border: 5px solid #00c3ff;
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -9px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.border .form-rangeslider-block, .border .form-element-row{
    margin-bottom: 100px;
}

/* Carousel */
.carousel-content {
    color:black;
    display:flex;
    align-items:center;
}

#text-carousel {
  width: 100%;
  height: auto;
  padding: 50px;
}

#text-carousel p {font-size: 16px;}
#text-carousel .title {font-weight: bold;}
.carousel-control {width: 10%;}
.carousel-indicators .active {background-color: #005490;}

.carousel-indicators li {
    background-color: #005490;
    border: 1px solid #005490;
}

.carousel-control.left, .carousel-control.right {
    background: #ffffff;
    color: #818181;
}

#text-carousel .carousel-content img {margin: 0 auto 20px auto;}
