@font-face {
    font-family:"Open Sans";
    src: url("../fonts/OpenSans-Light.ttf") /* TTF file for CSS3 browsers */
}


.expand {
    font-weight: bold;

    cursor: pointer;
}


pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

body {
  overflow: hidden;
  overflow-y: scroll;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  padding-top: 80px;
}
body.header-static {padding-top: 0!important;}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
  max-width: 100%;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=search],
input[type=password],
textarea {
  color: #828282;
  font-size: 15px;
  line-height: 32px;
  padding: 0 10px;
  border: 1px solid #a1a1a1;
  display: block;
}
input[type=text][readonly],
input[type=email][readonly],
input[type=tel][readonly],
input[type=search][readonly],
input[type=password][readonly],
textarea[readonly] {
  background: #f4f8fa;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 25px 0;
  font-size: 22px;
  text-align: center;
}

.text-uppercase {text-transform: uppercase;}
.text-lowercase {text-transform: lowercase;}
.text-capitalize {text-transform: capitalize;}

.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}


input.mustcomplete,
textarea.mustcomplete {
  border-color: red;
  border-width: 3px;
}

/* ==========================================================================
Application styles
========================================================================== */
.button {
  display: inline-block;
  background-color: #eee;
  padding: 5px 15px;
  color: #282828;
  border-radius: 0px;
  text-decoration: none;
  border: 0;
}
.button:hover {background-color: #ddd;}
.button-success {
  background: #51b75f;
  color: white;
}
.button-success:hover {color: #3A9C47;background-color:white;}
input.button.button-success:hover {background-color: #246b9d;color:white;}



/* Preloader
================================ */
.js div#preloader { position: fixed; left: 0; top: 0; z-index: 99999; width: 100%; height: 100%; overflow: visible; background: #e7eef4 url('../images/ajax-loader.gif') no-repeat center center; background-size: 60px 60px; }


/* message boxes
================================ */
.info, .success, .error {
  border: 1px solid;
  padding: 0px 10px 0px 10px;
  margin: 5px;
  background-repeat: no-repeat;
  background-position: 10px center;
  font-size: 15px;
}
.error p{
  font-size: 15px;
}

.info {
  color: #00529B;
  background-color: #BDE5F8;
}
.success {
  color: #4F8A10;
  background-color: #DFF2BF;
}
.error {
  color: #D8000C;
  background-color: #FFBABA;
}

/* Header
================================ */
#header,
#footer {
  background: #e7eef4;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  padding: 25px 0;

  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-content: center;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 10px 0;
  min-height: 80px;
}
body.header-static #header {position: relative;}
#header .row {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-content: center;
}
#header #logo img {
  max-height: 30px;
}
#header #navigation ul,
#footer .footer-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  font-size: 15px;
  line-height: 24px;
  display: block;
}
#header #navigation ul::after,
#footer .footer-navigation {
  content: "";
  display: block;
  clear: both;
}
#header #navigation li,
#footer .footer-navigation li {
  float: left;
  display: block;
  border-right: 1px solid #7a7a7a;
}
#header #navigation li:last-child, #footer .footer-navigation li:last-child {border-right: 0;}
#header #navigation li a,
#footer .footer-navigation li a {
  text-decoration: none;
  display: block;
  padding: 0 15px;
  color: #7a7a7a;
}
#header #navigation li:hover a,
#header #navigation li.active a,
#footer .footer-navigation li:hover a,
#footer .footer-navigation li.active a {
  color: #246b9d;
}
#header #navigation li.menu-special {
  padding: 0 15px;
}
#header #navigation li.menu-special a {
  background: #58be66;
  border-radius: 0px;
  padding: 5px 15px;
  margin-top: -5px;
  margin-bottom: -5px;
  color: white;
}
#header #navigation li.menu-special:hover a {
  background: #246b9d;
}

/* Content
================================ */
.presentation-slider {
  position: relative;
  overflow: hidden;
}
.presentation-slider .slider-container {
  list-style: none;

  margin: 0;
  padding: 0;
}
.presentation-slider .slider-container li {
  position: relative;
  overflow: hidden;
}
.presentation-slider .slider-container li .slide-image {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.presentation-slider .slider-container li .slide-caption {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 25px 0;
}
.presentation-slider .slider-container li .slide-caption .slide-text {
  font-size: 32px;
  line-height: 42px;
  color: white;
}
.presentation-slider .slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 30px;
  z-index: 3;
  pointer-events: none;
}
.presentation-slider .slick-dots li {
  display: inline-block;
  padding: 0 8px;
  pointer-events: all;
}
.presentation-slider .slick-dots li button {
  color: transparent;
  text-indent: -9999999;
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #246b9d;
  background: white;
  border-radius: 50%;
  padding: 0;
}
.presentation-slider .slick-dots li.slick-active button,
.presentation-slider .slick-dots li:hover button {
  background: #246b9d;
}
.presentation-slider .slider-controlls {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 111px;
  margin-top: -56px;
  pointer-events: none;
  z-index: 3;
}
.presentation-slider .slider-controlls .container {position: relative;}
.presentation-slider .slider-controlls a {
  position: absolute;
  width: 39px;
  height: 111px;
  background: url(../images/arrow-slider.png) left center no-repeat;
  top: 0;
  left: -80px;
  pointer-events: all;
  color: transparent;
  text-indent: -99999;
  opacity: .5;
}
.presentation-slider .slider-controlls a:hover {
  opacity: 1;
}
.presentation-slider .slider-controlls a.slide-next {
  left: auto;
  right: -90px;
  background-position: right center;
}

.section {
  padding: 50px 0;
}
.section.section-text {

}
.section.section-text .section-title {
  color: #5c5c5c;
  font-size: 28px;
  line-height: 38px;
  margin: 0 0 25px;
  padding: 0;
  text-align: center;
  font-weight: normal;
}

.section.section-text-image {
  padding: 0;
  background: #e7eef4;
}
.section.section-text-image .section-image {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.section.section-text-image .section-text {
  padding: 25px 25px 25px;
  color: #727579;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}
.section.section-text-image .section-title {
  display: block;
  font-size: 28px;
  line-height: 34px;
  font-weight: normal;
  color: #666666;
  margin: 0 0 15px;
  padding: 0;
}

.section.section-title {

}
.section.section-title .section-title,
.section.section-title .section-subtitle {
  color: #5c5c5c;
  margin: 0;
  padding: 0;
  display: block;
}
.section.section-title .section-title {
  font-size: 28px;
  line-height: 36px;
  font-weight: normal;
}
.section.section-title .section-subtitle {
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}

.pricing-table {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.pricing-table > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;

  margin: 0 20px;
  padding: 0 20px;
  background: #e7eef4;
  background: rgba(231,238,244,0.75);

  max-width: 30%;
  margin: 0 auto;
}
.pricing-table .pricing-title {
  display: block;
  padding: 15px 10px;
  margin: 0 -20px;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  color: #009e11;
  font-weight: 600;
  text-transform: uppercase;
  background: white;
  background: rgba(255,255,255,0.3);
}
.pricing-table .pricing-title.pricing-title-warning {color: #e97400;}
.pricing-table .pricing-title.pricing-title-error {color: #cc0000;}
.pricing-table .pricing-features {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  color: #4f5357;
  font-size: 16px;
  line-height: 24px;
}
.pricing-table .pricing-features li {
  margin: 10px 0;
  padding: 0 0 0 65px;
  position: relative;
}
.pricing-table .pricing-features li::before,
.pricing-table .pricing-features.pricing-success li::before,
.pricing-table .pricing-features li.pricing-feature-success::before {
  content: "";
  width: 26px;
  height: 26px;
  background: white url(../images/icon-check-green.png) center center / 60% auto no-repeat;
  border: 1px solid #808080;
  position: absolute;
  top: 80%;
  left: 0;
  margin-top: -21px;
}
.pricing-table .pricing-features.pricing-error li::before,
.pricing-table .pricing-features li.pricing-feature-error::before {
  background-image: url(../images/icon-x.png);
}
.pricing-table .pricing-features.pricing-warning li::before,
.pricing-table .pricing-features li.pricing-feature-warning::before {
  background-image: url(../images/icon-check-orange.png);
}
.pricing-table .pricing-footer {
  padding: 10px;
  font-size: 28px;
  line-height: 32px;
  color: #009e11;
  font-weight: bold;
}
.pricing-table .pricing-footer .pricing-price-orange {color: #e97400;}
.pricing-table .pricing-footer .pricing-price-red {color: #cc0000;}
.pricing-table .pricing-features + .pricing-footer {
  border-top: 1px solid #5089b1;
}

.contact-form {
  display: block;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.contact-form textarea {
  height: 247px;
}
.contact-form .button {
  margin: 15px 0 15px;
  border-radius: 0;
  width: 230px;
  max-width: 100%;
}
.contact-form .button:hover {
  color: white;
  background-color: #246b9d;
}

.contact-block {
  color: #828282;
  font-size: 15px;
  line-height: 32px;
  padding: 2px 0 2px 45px;
  margin: 5px 0;
  position: relative;
  display: block;
  text-decoration: none;
}
.contact-block::before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: #246b9d center center / auto 45% no-repeat;
}
.contact-block.contact-block-tel::before {background-image: url(../images/icon-tel.png);margin-top:5px;}
.contact-block.contact-block-message::before {background-image: url(../images/icon-mail.png);margin-top:5px;}
.contact-block.contact-block-mobile::before {background-image: url(../images/icon-mobile.png);margin-top:5px;}
.contact-block.contact-block-mail::before {background-image: url(../images/icon-email.png);margin-top:5px;}
.contact-block.contact-block-address::before {background-image: url(../images/icon-location.png);margin-top:5px;}

.forms-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.forms-container .form-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;

  margin: 0 30px;
  background: white;
  background: rgba(231,238,244,1);
  padding: 20px 20px 20px;
  max-width: 30%;
}
.forms-container .form-wrapper .form-title,
.forms-container .form-wrapper .form-text {
  color: #4f5357;
  font-size: 28px;
  line-height: 36px;
  margin: 0;
  padding: 0 0 10px;
  display: block;
  font-weight: normal;
}
.forms-container .form-wrapper .form-text {
  font-size: 18px;
  padding-top: 10px;
}
.forms-container .form-wrapper .form-title + .form-text {
  border-top: 1px solid #4f5357;
}
.forms-container .form-wrapper input {
  display: block;
  width: 100%;
  border-radius: 0;
  margin-bottom: 15px;
}
.forms-container .form-wrapper .button {
  width: auto;
  min-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.forms-container .form-wrapper .password-forgoten {
  display: block;
  padding: 10px 0 0;
  text-align: center;
  color: #4f5357;
  font-size: 18px;
  line-height: 32px;
  text-decoration: none;
}


.index-timetable {
  list-style: none;
  margin: 0 0 0 75px;
  padding: 0;
  position: relative;
  border-left: 1px solid #808080;
}
.index-timetable a {
  color: #575757;
  text-decoration: none;
}
.index-timetable a:hover {
  color: #246b9d;
}
.index-timetable > li {
  padding: 15px 0 15px 20px;
  font-size: 19px;
  line-height: 40px;
  color: #575757;
  position: relative;
}
.index-timetable li .letter {
  position: absolute;
  left: -75px;
  top: 15px;
  min-width: 30px;
  display: inline-block;
  background: #e7eef4;
  padding: 0px 15px;
  font-size: 28px;
  line-height: 35px;
  text-transform: uppercase;
}
.index-timetable li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.arbre-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  top:-10px;
  padding: 0 0 45px;
  margin: 0;
  position: relative;
  width: 100%;
  list-style: none;

  border-top: 1px solid #a9acae;
  color: #9c9c9c;
}
.arbre-steps::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: -10px;
  background: url(../images/arbre-steps-arrow.png) center center no-repeat;
  background-size: 14px 19px;
  width: 14px;
  height: 19px;

}
.arbre-steps li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #a9acae;
  position: relative;
  max-width: 20%;
  padding: 0 10px;
}
.arbre-steps li .no {
  display: inline-block;
  width: 100%;
  max-width: 150px;
  height: 30px;
  line-height: 25px;
  background: white;
  border: 1px solid #9c9c9c;
  border-radius: 0px;
  top: -16px;
  position: relative;
}
.arbre-steps li .title {
  font-size: 14px;

}
.arbre-steps li .selection {
  color: #363636;
  font-size: 18px;
  line-height: 24px;
  position: absolute;
  display: block;
  width: 100%;
  bottom: -30px;
  height: 30px;
  width: 100%;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 20px;
}
.arbre-steps li svg {
  max-height: 20px;
  display: inline-block;
}
.arbre-steps li svg path,
.arbre-steps li svg polygon,
.arbre-steps li svg rect {
  fill: #a9acae;
}

.arbre-steps li.completed {color: #52b75f;}
.arbre-steps li.completed .no {color: white;background: #52b75f;border-color: #52b75f;}
.arbre-steps li.completed svg path,
.arbre-steps li.completed svg polygon,
.arbre-steps li.completed svg rect {
  fill: white;
}
.arbre-steps li.completed:not(.active) {cursor: pointer;}
.arbre-steps li.completed:not(.active) .selection {
  font-size: 10px;
  height: 18px;
  bottom: -18px;
}

.arbre-steps li.active {color: #246b9d;}
.arbre-steps li.active .no {color: white;background: #246b9d;border-color: #246b9d;}
.arbre-steps li.active svg path,
.arbre-steps li.active svg polygon,
.arbre-steps li.active svg rect {
  fill: white;
}
.arbre-steps li.active::before,
.arbre-steps li.active::after {
  content: '';
  position: absolute;
  border: 25px solid transparent;
  border-bottom-color: #e7eef4;
  bottom: -50px;
  left: 50%;
  margin-left: -25px;
}
.arbre-steps li.active::after {
  border-width: 15px;
  border-bottom-color: #246b9d;
  margin-left: -15px;
}

#arbre-form {
  display: block;
  width: 100%;
  border: 60px solid #e7eef4;
  border-top: 0;
  top:-10px;
  position: relative;
}
#arbre-form .arbre-title {
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #e7eef4;
  font-size: 22px;
  color: #787878;
}
#arbre-form .slick-arrow {
  position: absolute;
  width: 23px;
  height: 78px;
  color: transparent;
  text-indent: -99999;
  border: 0;
  background: url(../images/arrows-arbre.png) left bottom no-repeat;
  background-size: 46px 156px !important;
  padding: 0;
  top: 50%;
  left: -45px;
  margin-top: -49px;
}
#arbre-form .slick-arrow.slick-next {
  left: auto;
  right: -45px;
  background-position: right bottom;
}
#arbre-form .slick-arrow:hover {background-position: left top;}
#arbre-form .slick-arrow.slick-next:hover {background-position: right top;}
#arbre-form .slick-arrow.slick-disabled,
#arbre-form .slick-arrow.slick-next:not(.visible) {display: none !important;}

#arbre-form .arbre-content {
  margin: 0;
  padding: 15px 20px;
  list-style: none;
}
#arbre-form .step-options {
  display: -ms-flexbox;
  display: flex;

  flex-wrap: wrap;

  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#arbre-form .step-options .step-option {
  margin: 15px 10px;
  padding: 15px;
  cursor: pointer;
  border: 5px solid #e7eef4;
  display: block;
  max-width: calc(100%/3 - 20px);
  width: calc(100%/3 - 20px);
}
#arbre-form .step-options .step-option:hover {
  border-color: #246b9d;
}
#arbre-form .step-options input[type=radio]:checked + .step-option,
#arbre-form .step-options .step-option.selected {
  border-color: #58be66;
}
#arbre-form .step-options input {display: none;}
#arbre-form .step-options .step-option .image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#arbre-form .step-options .step-option .image.image-icon {
  background-size: auto 75%;
  border: 1px solid #9c9c9c;
}
#arbre-form .step-options .step-option h3 {
  color: #246b9d;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
#arbre-form .step-options .step-option .step-content {
  color: black;
  font-size: 15px;
  line-height: 24px;
}
#arbre-form .step-options .step-option h3 + .step-content {
  border-top: 1px solid #cccccc;
  padding-top: 15px;
  margin-top: 10px;
}

#arbre-form .step-content {
  position: relative;
}
.tabs-container {
  position: relative;
  border: 60px solid #e7eef4;
  padding: 15px;
}
.step-tabs {
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  margin: 0;
  padding: 0 15px;
  list-style: none;
  overflow: hidden;
}
.tabs-container .step-tabs {
  top: -100px;
}
.step-tabs li {
  float: left;
  margin: 5px 3.5px;
  padding: 0px 15px;
  font-size: 20px;
  color: white;
  display: block;
  background: #246b9d;
  height: 30px;
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  -o-transform: skew(-15deg);
  transform: skew(-15deg);
  cursor: pointer;
  line-height: 30px;
}
.step-tabs li span {
  display: block;
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -ms-transform: skew(15deg);
  -o-transform: skew(15deg);
  transform: skew(15deg);
  line-height: 30px;
}
.step-tabs li.active ~ li {
  float: left;
  margin: 5px 2.5px;
  padding: 0px 15px;
  font-size: 20px;
  color: white;
  display: block;
  background: #246b9d;
  height: 30px;
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -ms-transform: skew(15deg);
  -o-transform: skew(15deg);
  transform: skew(15deg);
}
.step-tabs li.active ~ li span {
  display: block;
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  -o-transform: skew(-15deg);
  transform: skew(-15deg);
  line-height: 30px;
}
.step-tabs li:hover {background: #58be66 !important;}

.step-tabs li.active {
  margin: 0 12.5px!important;
  background: #e7eef4!important;
  font-size: 24px!important;
  height: 40px!important;
  color: #6b6b6b!important;
  -webkit-transform: skew(0)!important;
  -moz-transform: skew(0)!important;
  -ms-transform: skew(0)!important;
  -o-transform: skew(0)!important;
  transform: skew(0)!important;
}
.step-tabs li.active span {
  -webkit-transform: skew(0)!important;
  -moz-transform: skew(0)!important;
  -ms-transform: skew(0)!important;
  -o-transform: skew(0)!important;
  transform: skew(0)!important;
  line-height: 40px!important;
}
.step-tabs li.active::before,
.step-tabs li.active::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 45px;
  background: #e7eef4;
  top: 0;
  right: -8px;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.step-tabs li.active::before {
  right: auto;
  left: -8px;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}

.step-tabs-content {
  margin: 0;
  padding: 10px 25px;
  list-style: none;
  position: relative;
}
.step-tabs-content li {display: none;}
.step-tabs-content li.active {display: block;}




/* Footer
================================ */
#footer .footer-navigation {
  float: none;
  padding: 10px 0;
}
#footer .footer-copyright {
  font-size: 15px;
  line-height: 24px;
  color: #7a7a7a;
  margin-top: 15px;
}
#footer .footer-copyright a {
  color: #7a7a7a;
  text-decoration: none;
}




/* Sections
================================ */
#presentation {

}
#presentation  .slide1 .slide-caption {
  padding-top: 70px;
}

#presentation  .slide1 .slide-caption .button {
  margin-bottom: 100px;
  padding: 5px 15px;
  font-size: 20px;
  line-height: 32px;

}

#price {
  background: url(../images/price-background.jpg) center top / cover no-repeat;
}
#price .button {
  margin: 50px 0 0 0;
  padding: 5px 15px;
  font-size: 20px;
  line-height: 32px;
}
#price .pricing-table > li {
  margin: 0 20px;
}

#contact {
  padding: 70px 0;
}
#contact .google-maps {
  margin-bottom: 10px;
}

#section-register {
  background: url(../images/register-background.jpg) center top / cover no-repeat;
}
#section-account-plan {
  background: url(../images/account-background.jpg) center top / cover no-repeat;
}
#section-account-info input:not([type=checkbox]) {
  display: block;
  width: 100%;
}
#section-register .section-title,
#section-account-plan .section-title {
  color: white;
  border-bottom: 1px solid white;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#section-account-plan .pricing-table > li {
  max-width: 530px;
}
#section-account-plan .pricing-table .pricing-footer {
  font-weight: normal;
  margin: 10px -10px;
  padding: 20px;
  border: 0;
  background: rgba(255,255,255,0.5);
}
#section-account-plan .pricing-table .pricing-features {

  padding: 30px 40px 10px;
  background: rgba(255,255,255,0.3);
}

#section-account-info {

}
#section-account-info input:not([type=checkbox]):not(.button) {
  display: block;
  width: 100%;
  background: #f0f5f8;
}
#section-account-info .max-width-field {
  width: 530px;
  max-width: 100%;
  margin: 0 auto 25px;
}
#section-account-info .green-text {
  font-size: 28px;
  line-height: 42px;
  margin: 50px 0 0;
  color: #259b02;
}
#section-account-info .blue-link {
  font-size: 30px;
  line-height: 42px;
  color: #246b9d;
  text-decoration: none;
  font-weight: bold;
}
#section-account-info h3 {
  font-size: 42px;
  line-height: 32px;
  padding: 0;
  margin: 60px 0 35px;
  font-weight: normal;
  color: #4f5357;
}
#section-account-info .checkbox {
  color: #4f5357;

  vertical-align: middle;
  padding: 12px 0 12px 75px;
  min-height: 52px;
  display: block;
  position: relative;
}
#section-account-info .checkbox input[type=checkbox] {
  display: none;
}
#section-account-info .checkbox input[type=checkbox] + span {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white center center no-repeat;
  border: 1px solid #a1a1a1;
  display: block;
}
#section-account-info .checkbox input[type=checkbox]:checked + span {
  background: white url(../images/icon-check-green.png) center center / 60% auto no-repeat;
}
#section-account-info input.button {
  display: inline-block;
  width: auto;
  border-radius: 0;
  min-width: 175px;
  text-align: center;
  text-transform: uppercase;
}
#section-index {

}
#section-index .section-content {
  background: white;
  border: 35px solid #e7eef4;
  padding: 45px;
}
#compte {
  font-size: 20px;
  line-height: 32px;
  color: #6b6b6b;
}
#compte .step-tabs-content li {
  padding-left: 30px;
  padding-right: 30px;
}
#compte .section-title {
  text-align: left;
  font-size: 32px;
  color: #246b9d;
  padding: 0 80px 30px;
}
#compte .text-green {color: #259b02;}
#compte input:not([type=checkbox]):not(.button) {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  background: #f0f5f8;
}
#compte h3 {
  font-size: 24px;
  line-height: 28px;
  color: #246b9d;
  margin: 15px 0 25px;
  padding: 0;
  font-weight: normal;
}
#compte .checkbox {
  color: #4f5357;
  font-size: 15px;
  line-height: 24px;
  vertical-align: middle;
  padding: 0 0 0 40px;
  min-height: 52px;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
#compte .checkbox input[type=checkbox] {
  display: none;
}
#compte .checkbox > span {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  background: #f0f5f8 center center / 75% auto no-repeat;
  border: 1px solid #a1a1a1;
  display: block;
}
#compte .checkbox input[type=checkbox]:checked + span {
  background-image: url(../images/icon-check-green.png);
}
#compte input.button {
  display: inline-block;
  width: auto;
  border-radius: 0;
  min-width: 100%;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
}


.menu-toggle {
  display: none;
  text-align: center;
  padding: 10px 0;
  margin: -21px 0 0;
  font-weight: bold;
  color: #282828;
  font-size: 16px;
  cursor: pointer;
  background: #D5E2ED;
  position: absolute;
  right: 15px;
  top: 40px;
  width: 50px;
  border-radius: 0px;
}
.menu-toggle span {
  position: relative;
  width: 50%;
  height: 2px;
  background: #555;
  display: block;
  margin: 10px auto;
}
.menu-toggle span::before,
.menu-toggle span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #555;
  display: block;
  top: -5px;
}
.menu-toggle span::after {
  top: auto;
  bottom: -5px;
}



/* Browser hacks
================================ */
_::-moz-svg-foreign-content, :root .col-md-8 {width: 66.6666666%;}
_::-moz-svg-foreign-content, :root .col-md-4 {width: 33.3333333%;}
_::-moz-svg-foreign-content, :root .col-md-6 {width: 50%;}

.col-md-8 {width: 66.6666666%;}
.col-md-4 {width: 33.3333333%;}
.col-md-6 {width: 50%;}

_::-moz-svg-foreign-content, :root #arbre-form .step-options .step-option {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  display: inline-block;
  vertical-align: top;
  float: left;
}
_::-moz-svg-foreign-content, :root #arbre-form .step-options .step-option:nth-of-type(3n+1) {clear: left;}
_::-moz-svg-foreign-content, :root #arbre-form .step1 .step-options .step-option {display: block;}
_::-webkit-full-page-media, _:future, :root #arbre-form .step-options .step-option {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  display: inline-block;
  vertical-align: top;
  float: left;
}
_::-webkit-full-page-media, _:future, :root #arbre-form .step-options .step-option:nth-of-type(3n+1) {clear: left;}
_::-webkit-full-page-media, _:future, :root #arbre-form .step1 .step-options .step-option {display: block;}



/* ==========================================================================
Media Queries
========================================================================== */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 2100px) {
  #presentation  .slide1 .slide-caption .button {margin-bottom: 50px}
  .presentation-slider .slider-container li .slide-caption .slide-text {font-size: 20px;line-height: 32px;}
  .presentation-slider .slick-dots {bottom: 0;}
  .presentation-slider .slider-container li .slide-caption .slide-text h1 {font-size: 20px;line-height: 32px;}

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .presentation-slider .slider-controlls a.slide-prev {left:10px;}
  .presentation-slider .slider-controlls a.slide-next {left:auto;right:10px;}
  .forms-container .form-wrapper {max-width: 40%;}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1100px) {
  #header #navigation ul {
    font-size: 16px;
    line-height: 24px;
  }
  .tabs-container .step-tabs {
    overflow-x: auto;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .arbre-steps li .title {margin-top: 5px;}
  #header #navigation li a, #footer .footer-navigation li a {
    padding-left: 5px;
    padding-right: 5px;
  }
  #presentation  .slide1 .slide-caption .button,
  #price .button {
    margin-bottom: 25px;
  }
  .section.section-text-image .section-image {height: 400px;}
  .section.section-text-image .section-title {text-align: left;}
  .pricing-table,
  .forms-container {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .forms-container .form-wrapper {max-width: 100%;}
  .pricing-table > li {
    width: 100%;
    max-width: 100%;
    margin: 25px 0;
  }
  #price .pricing-table > li {
    margin: 20px 0;
  }
  #contact .google-maps {margin-top: 50px;}
  #footer .footer-navigation {text-align: center;}
  #footer .footer-navigation li {
    float: none;
    display: inline-block;
  }
  #footer .text-right {text-align: center;}
  #footer #footer-logo {margin: 15px 0;}
  .forms-container .form-wrapper {margin: 30px 0;}
  #section-account-plan .pricing-table > li {margin: 0 auto;}
  #arbre-form .step-options .step-option .image {
    width: 125px;
    height: 125px;
  }
  #arbre-form .step-options .step-option .image.image-icon {background-size: 25%;}


}

/* Small Devices, Tablets */
@media only screen and (max-width : 850px) {
  #arbre-form .step-options {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #arbre-form .step-options .step-option {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: auto;
    max-width: 100%;
  }
  .arbre-steps {overflow-x: auto;}
  .arbre-steps li {min-width: 150px;}
  .arbre-steps li .no {top:5px;}
  .arbre-steps li .icon {margin-top: 20px;}
  .arbre-steps::after {display: none;}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .step-tabs {
    top: -30px;
    padding: 0 15px;
  }
  .tabs-container .step-tabs {
    top: -90px;
  }
  .step-tabs li {
    margin: 5px 3.5px;
    padding: 0px 15px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
  }
  .step-tabs li span {
    line-height: 20px;
  }
  .step-tabs li.active ~ li {
    margin: 5px 2.5px;
    padding: 0px 15px;
    font-size: 12px;
    height: 20px;
  }
  .step-tabs li.active ~ li span {
    line-height: 20px;
  }

  .step-tabs li.active {
    height: 30px!important;
  }
  .step-tabs li.active span {
    line-height: 30px!important;
  }


  #header #logo img {max-width: 175px;}
  #presentation  .slide1 .slide-caption {
    position: relative;
    display: block;
    padding: 25px 15px;
    background: #e7eef4;
    color: #282828;
  }
  #presentation  .slide1 .slide-caption .col-md-6 {width: 100%;}
  .presentation-slider .slider-container li .slide-caption .slide-text {color: #282828;}
  .presentation-slider .slider-controlls {
    top: 50px;
    margin-top: 0;
  }
  .presentation-slider .slick-dots {
    top: 25px;
    bottom: auto;
  }
  .section.section-text-image .section-image {height: 300px}
  .section.section-title .section-title,
  .section.section-text .section-title {
    font-size: 32px;
    line-height: 42px;
  }
  .section.section-title .section-subtitle {
    font-size: 22px;
    line-height: 32px;
  }
  .menu-toggle {display: block;}
  #header .row {-webkit-box-orient: vertical;}
  #header .col-md-8, #header .col-md-4 {display: block;width:100%;flex-basis: 100%;}
  #header #navigation ul {
    float: none;
    display: none;
  }
  #header #navigation li {
    float: none;
    display: block;
    border: 0;
  }
  #header #navigation li:not(:last-child) {border-bottom: 1px solid #7a7a7a;}
  #header #navigation li a {padding: 10px 0;}
  #header #navigation li.menu-special {padding-top: 15px;padding-bottom: 15px;}
  .step-tabs-content,
  #compte .step-tabs-content li {
    padding-left: 0;
    padding-right: 0;
  }
  input.button {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
  #compte input.button {min-width: auto;}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 576px) {
  #arbre-form .step-options .step-option .image {width: 100px;height:100px;}
  .section.section-text-image .section-image {height: 250px;}
  .section.section-text-image .section-text {padding-bottom: 0;}
  .pricing-table .pricing-features {font-size: 20px;}
  .pricing-table .pricing-title {
    padding: 10px 20px;
    margin: 0 -20px;
    font-size: 20px;
    line-height: 32px;
  }
  #price .pricing-table > li {padding: 0 20px;}
  .presentation-slider .slick-dots, .presentation-slider .slider-controlls {display: none!important;}
  #arbre-form, .tabs-container {border-width: 20px;}
  #arbre-form .arbre-title {font-size: 14px;}
  .step-tabs,
  .tabs-container .step-tabs {
    position: relative;
    top: 0;
  }
  .step-tabs li {
    width: 100%!important;
    overflow: hidden!important;
    font-size: 14px!important;
    height: auto!important;
    margin: 5px 0!important;
  }
  .step-tabs li.active::before, .step-tabs li.active::after {display: none;}
  .step-tabs li.active {margin: 5px 0!important;}
  #compte .checkbox {
    padding-left: 35px;
    padding-top: 0;
  }
  #compte .checkbox input + span {
    width: 25px;
    height: 25px;
    background-size: 20px;
  }
  .section.section-title .section-title, .section.section-text .section-title {
    font-size: 24px;
    line-height: 32px;
  }
  .section.section-text-image .section-title {font-size: 20px;}

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 500px) {
  #presentation  .slide1 .slide-caption .button, #price .button {
    font-size: 14px;
  }
}




@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {

}

/* ==========================================================================
Helper classes
========================================================================== */

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
Print styles
========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.diagnosticLabel {
  color: #246b9d;
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.invertColorImage{
  filter: invert(100%);
}

.langSelect {
    border: 1px solid #ccc;
    width: 40px;
    border-radius: 0px;
    overflow: hidden;
    background: #fafafa url("data:image/png;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAAAOw==") no-repeat 100% 50%;
    margin-top: -5px;

}

.langSelect select {
    padding: 4px 5px;


    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.langSelect select:focus {
    outline: none;
}

.markdownStyle h1{
  color: #246b9d;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.markdownStyle h2{
  color: #246b9d;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.markdownStyle {
  font-size: 14px;
  line-height: 24px;
}
.markdownStyle br {
  font-size: 4px;
  line-height: 4px;
}
