/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.2em;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:hover {
  text-decoration: none;
}
.container-fluid {
  padding: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
div[class^="col"] {
  /*    padding-left: 5px;
    padding-right: 5px;*/
}
#banner {
  padding: 80px 0;
}
@media (min-width: 992px) {
  #banner {
    min-height: 616px;
  }
}
@media (max-width: 991px) {
  #banner {
    padding-top: 140px;
    padding-bottom: 0;
  }
}
@media (max-width: 471px) {
  #banner {
    padding-top: 120px;
    padding-bottom: 0;
  }
  #banner div[class="col-md-5"] {
    padding: 0;
  }
}
#banner .frame {
  padding: 0 40px;
}
#banner .frame .reference {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#banner .frame .reference .title h1 {
  font-size: 2.1em;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #FFF;
  line-height: 1em;
}
#banner .frame .reference .title .subtitle {
  text-transform: uppercase;
  color: #f78f1e;
  font-weight: 700;
  font-size: 1.25em;
  margin-top: 10px;
}
#banner .frame .advantages-cntnr {
  margin: 30px 0;
}
#banner .frame .advantages-cntnr ul li {
  padding: 10px 0;
  display: -webkit-box;
  display: flex;
}
#banner .frame .advantages-cntnr ul li i {
  color: #f78f1e;
}
#banner .frame .advantages-cntnr ul li span {
  margin-left: 20px;
  font-size: 1.3em;
  color: #FFF;
  font-weight: 500;
}
@media (max-width: 991px) {
  #banner .frame {
    padding: 0;
  }
  #banner .frame .reference .title h1 {
    font-size: 1.7em;
  }
  #banner .frame .reference .frame-illu-cntnr {
    display: none;
  }
  #banner .frame .advantages-cntnr {
    font-size: 0.8em;
    margin: 15px 0;
  }
  #banner .frame .advantages-cntnr ul li {
    padding: 6px 0;
    display: -webkit-box;
    display: flex;
  }
}
@media (max-width: 767px) {
  #banner .frame .reference .title h1 {
    font-size: 1.5em;
  }
}
@media (max-width: 471px) {
  #banner .frame .reference .title h1 {
    font-size: 1.4em;
  }
  #banner .frame .reference .title .subtitle {
    font-size: 1em;
  }
  #banner .frame .advantages-cntnr {
    font-size: 0.7em;
  }
}
footer {
  background: #fafafa;
}
footer .main-bar {
  background: url(../img/footer-bg.png);
  height: 350px;
  color: white;
  padding: 10px 0;
  position: relative;
}
footer .main-bar .row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 0.9em;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  footer .main-bar .row .cta {
    padding: 7px 20px;
    text-align: center;
  }
}
footer .main-bar .container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  footer .main-bar .row > div {
    text-align: center;
  }
}
@media (max-width: 991px) {
  footer .main-bar {
    z-index: 1;
    margin-top: 0;
    background-position-y: bottom;
    height: 180px;
  }
  footer .main-bar .row .main-logo-cntnr img {
    width: 120px;
  }
}
footer .secondary-bar {
  padding: 8px 0;
  background: #052f4d;
  color: white;
  font-size: 0.8em;
}
footer .secondary-bar a {
  color: white;
}
footer .secondary-bar .mentions {
  max-height: 0px;
  overflow: hidden;
}
footer .secondary-bar .mentions p {
  margin: 15px 0px;
}
footer .secondary-bar .mentions strong {
  display: block;
}
footer .secondary-bar .mentions.visible {
  max-height: 10000px;
  margin: 20px 0;
}
@media (max-width: 575px) {
  footer {
    margin-bottom: 55px;
  }
}
body header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: #FFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
body header .cta {
  padding: 10px 34px;
}
body header .menu-cntnr {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  -moz-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-pack: justify;
}
@media (min-width: 1200px) {
  body header .menu-cntnr {
    margin-left: 4vw;
    margin-right: 4vw;
  }
}
body header .menu-cntnr .logo-cntnr img {
  max-width: 100%;
}
body header .menu-cntnr .menu-items {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
body header .menu-cntnr .menu-items ul li {
  display: inline-block;
  padding: 0;
}
body header .menu-cntnr .menu-items ul li a {
  color: #2a2a2a;
  position: relative;
  text-decoration: none;
}
body header .menu-cntnr .menu-items ul li a:focus,
body header .menu-cntnr .menu-items ul li a:active {
  text-decoration: none;
}
body header .menu-cntnr .menu-items ul li a::after {
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background: #086bb2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  bottom: -5px;
}
body header .menu-cntnr .menu-items ul li:hover a::after {
  width: 100%;
}
body header .menu-cntnr .mobile-menu-cntnr {
  /* Menu mobile */
}
body header .menu-cntnr .mobile-menu-cntnr #menu-toggle-btn {
  text-align: center;
  cursor: pointer;
}
body header .menu-cntnr .mobile-menu-cntnr #menu-toggle-btn i {
  font-size: 1.2em;
  display: block;
}
body header .menu-cntnr .mobile-menu-cntnr #mobile-menu-pane {
  position: fixed;
  width: 240px;
  top: 0;
  bottom: 0;
  left: -260px;
  padding: 20px 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  background: #FFF;
  z-index: 100;
  overflow: auto;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
body header .menu-cntnr .mobile-menu-cntnr #mobile-menu-pane.active {
  left: 0;
}
body header .menu-cntnr .mobile-menu-cntnr #mobile-menu-pane .main-logo-cntnr {
  margin-bottom: 20px;
  text-align: center;
}
body header .menu-cntnr .mobile-menu-cntnr #mobile-menu-pane .main-logo-cntnr img {
  max-width: 130px;
}
body header .menu-cntnr .mobile-menu-cntnr #mobile-menu-pane ul li a {
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 500;
  padding: 10px 0;
  display: block;
  color: #000;
}
body header .menu-cntnr .mobile-menu-cntnr #mobile-menu-mask {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: none;
}
body header .menu-cntnr .mobile-menu-cntnr #mobile-menu-mask.active {
  display: block;
}
body header .bar-bottom {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  background: #FFF;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body header .bar-bottom.hiding {
  bottom: -60px;
}
body header .bar-bottom.showing {
  bottom: 0px;
}
@media (min-width: 576px) and (max-width: 767px) {
  body header .menu-cntnr .cta-cntnr {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  body header .menu-cntnr {
    padding: 10px;
  }
  body header .menu-cntnr .logo-cntnr img {
    max-width: 100px;
  }
  body header .menu-cntnr .mobile-menu-cntnr {
    position: absolute;
    right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body header .menu-cntnr {
    padding: 10px 20px;
  }
  body header .menu-cntnr .logo-cntnr {
    -moz-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
  }
  body header .menu-cntnr .mobile-menu-cntnr {
    margin-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body header .menu-cntnr {
    padding: 15px 10px;
  }
  body header .menu-cntnr .logo-cntnr img {
    max-width: 120px;
  }
  body header .menu-cntnr .menu-items ul li {
    padding: 15px 1vw;
    font-size: 0.9em;
  }
  body header .menu-cntnr .cta-cntnr .cta {
    padding: 10px 20px;
  }
}
@media (min-width: 1200px) {
  body header .menu-cntnr {
    padding: 20px 0px;
  }
  body header .menu-cntnr .menu-items ul li {
    padding: 20px 1vw;
    font-size: 0.95em;
  }
}
#notre-fonctionnement {
  padding-top: 50px;
}
#notre-fonctionnement .content-cntnr {
  padding-right: 60px;
  color: #2a2a2a;
}
#notre-fonctionnement img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  display: block;
}
@media (max-width: 991px) {
  #notre-fonctionnement .content-cntnr {
    padding-right: 10px;
  }
  #notre-fonctionnement img {
    margin-top: 15px;
  }
}
#our-commitments {
  background-image: url("../img/img-banner.jpg");
  padding-top: 40px;
  padding-bottom: 30px;
}
#our-commitments .container .row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}
#our-commitments .container .row .cta {
  padding: 10px 40px;
}
@media (max-width: 991px) {
  #our-commitments .container .row .content-cntnr {
    text-align: left;
  }
}
#nos-prestations {
  padding: 60px 0;
  background: #fafafa;
}
#nos-prestations .services-cntnr {
  margin: 50px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#nos-prestations .services-cntnr .service-item {
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin: 20px 0;
  padding: 0 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#nos-prestations .services-cntnr .service-item i {
  font-size: 6em;
  color: #086bb2;
  margin-right: 30px;
}
#nos-prestations .services-cntnr .service-item .service-name {
  padding: 5px 0;
  font-size: 1.2em;
  font-weight: 700;
  color: #474747;
}
#nos-prestations .services-cntnr .service-item .service-name::after {
  display: block;
  content: "";
  height: 1px;
  width: 90%;
  background: #dadada;
  margin-top: 5px;
  margin-bottom: 10px;
}
#nos-prestations .services-cntnr .service-item .service-desc {
  line-height: 1.2em;
  color: #2a2a2a;
}
@media (max-width: 575px) {
  #nos-prestations .services-cntnr {
    margin: 15px 0;
  }
  #nos-prestations .services-cntnr .service-item {
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0 10px;
  }
  #nos-prestations .services-cntnr .service-item i {
    font-size: 5em;
    display: block;
    margin: auto;
    margin-bottom: 10px;
  }
  #nos-prestations .services-cntnr .service-item .service-name,
  #nos-prestations .services-cntnr .service-item .service-desc {
    text-align: center;
  }
}
@media (max-width: 991px) {
  #nos-prestations .services-cntnr .row::before,
  #nos-prestations .services-cntnr .row::after {
    display: none;
  }
}
#nos-engagements {
  padding: 60px 0;
}
#nos-engagements .content-cntnr {
  margin-bottom: 0px;
}
#nos-engagements .img-cntnr {
  text-align: center;
}
#nos-engagements .img-cntnr img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  #nos-engagements .img-cntnr {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  #nos-engagements img {
    margin: 0px 0px 10px 0px;
  }
}
#testimonials {
  background-image: url("../img/img-banner.jpg");
  padding: 30px 0;
}
@media (max-width: 767px) {
  #testimonials {
    padding: 30px 0 15px 0;
  }
}
#testimonials .testimonials-cntnr {
  position: relative;
  /* the slides */
  /* the parent */
}
#testimonials .testimonials-cntnr .slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: 8px;
}
#testimonials .testimonials-cntnr .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
#testimonials .testimonials-cntnr .slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 0.8);
}
#testimonials .testimonials-cntnr .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 5px;
  height: 5px;
  padding: 5px;
  cursor: pointer;
  border: 0;
  outline: none;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
}
#testimonials .testimonials-cntnr .slick-arrow {
  color: white;
  position: absolute;
  height: 25px;
  font-size: 25px;
  margin: auto;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
#testimonials .testimonials-cntnr .slick-arrow.slider-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -50px;
}
#testimonials .testimonials-cntnr .slick-arrow.slider-next {
  right: -50px;
}
#testimonials .testimonials-cntnr .testimonial-item {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 4px;
  padding: 20px 15px;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 5px;
}
#testimonials .testimonials-cntnr .testimonial-item .left-part {
  min-width: 147px;
}
#testimonials .testimonials-cntnr .testimonial-item .left-part .rate {
  display: -webkit-box;
  display: flex;
}
#testimonials .testimonials-cntnr .testimonial-item .left-part .rate i {
  color: #f78f1e;
  margin-right: 3px;
}
#testimonials .testimonials-cntnr .testimonial-item .left-part .rate i.icon-grey {
  color: #554b38;
}
#testimonials .testimonials-cntnr .testimonial-item .left-part .name {
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 5px;
  white-space: nowrap;
  color: #2d2d2d;
}
#testimonials .testimonials-cntnr .testimonial-item .left-part .status {
  font-size: 0.75em;
  color: #505050;
}
#testimonials .testimonials-cntnr .testimonial-item .right-part {
  padding-left: 40px;
  position: relative;
  font-style: italic;
  color: #2d2d2d;
}
#testimonials .testimonials-cntnr .testimonial-item .right-part i {
  display: inline-block;
}
#testimonials .testimonials-cntnr .testimonial-item .right-part i.reverse {
  -webkit-transform: scaleX(-1) translate(10px, -5px);
          transform: scaleX(-1) translate(10px, -5px);
}
#testimonials .testimonials-cntnr .testimonial-item .right-part i.end {
  -webkit-transform: translate(10px, 5px);
          transform: translate(10px, 5px);
}
@media (max-width: 575px) {
  #testimonials .testimonials-cntnr .testimonial-item .right-part {
    font-size: 0.9em;
  }
}
@media (max-width: 550px) {
  #testimonials .testimonials-cntnr .testimonial-item {
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0px 20px 20px 20px;
  }
  #testimonials .testimonials-cntnr .testimonial-item .left-part {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -moz-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: 10px;
  }
  #testimonials .testimonials-cntnr .testimonial-item .left-part .perso-infos {
    display: -webkit-box;
    display: flex;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    font-size: 0.9em;
  }
  #testimonials .testimonials-cntnr .testimonial-item .right-part {
    padding-left: 15px;
  }
}
#testimonials .testimonials-cntnr .slick-slide {
  margin: 0 10px;
}
#testimonials .testimonials-cntnr .slick-list {
  margin: 0 -10px;
}
#contact {
  background: #fafafa;
  padding: 50px 0 0 0 ;
}
#contact .agence-info {
  max-width: 640px;
  background: #FFF;
  padding: 15px 30px;
  box-shadow: 0px 0px 12px #cecece;
  color: #343434;
}
#contact .agence-info .top-part .name {
  font-size: 1.13em;
  padding-bottom: 5px;
}
#contact .agence-info .top-part .opening {
  font-style: italic;
  font-size: 0.84em;
  font-weight: 500;
}
#contact .agence-info .bot-part {
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  font-size: 0.88em;
  padding: 15px 0;
  position: relative;
}
#contact .agence-info .bot-part::after {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #dadada;
  bottom: 0;
}
#contact .agence-info .bot-part .contact-data,
#contact .agence-info .bot-part .contact-data a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none;
}
#contact .agence-info .bot-part .contact-data i,
#contact .agence-info .bot-part .contact-data a i {
  color: #f78f1e;
  margin-right: 10px;
  font-size: 1.2em;
}
#contact .agence-info .bot-part .contact-data.address,
#contact .agence-info .bot-part .contact-data a.address {
  margin-right: 30px;
}
#contact .agence-info .bot-part .contact-data.address div p:first-child,
#contact .agence-info .bot-part .contact-data a.address div p:first-child {
  line-height: 1.3em;
}
#contact .agence-info .bot-part .contact-data.phone a,
#contact .agence-info .bot-part .contact-data a.phone a {
  color: #343434;
}
#contact .agence-info .bot-part > .contact-data {
  width: 50%;
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
}
@media (max-width: 471px) {
  #contact .agence-info {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  #contact .agence-info .bot-part {
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    text-align: left;
  }
  #contact .agence-info .bot-part .contact-data {
    padding: 5px 0px;
    width: 100%;
  }
  #contact .agence-info .bot-part .contact-data.address {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #contact .agence-info {
    margin: 30px auto;
  }
  #contact .agence-info .infos {
    margin-top: 10px;
    padding: 0 5ppx;
  }
}
@media (min-width: 768px) {
  #contact .agence-info {
    margin: 45px auto;
  }
  #contact .agence-info .infos {
    margin-top: 15px;
    padding: 0 12ppx;
  }
}
#contact .contact-cntnr {
  margin: 25px 0;
}
#contact .contact-cntnr .notice {
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
}
#contact .contact-cntnr #my-form input,
#contact .contact-cntnr #my-form select,
#contact .contact-cntnr #my-form textarea,
#contact .contact-cntnr #my-form div.nice-select {
  border-radius: 2px;
  border: 1px solid #dadada;
  font-weight: 500;
  color: #000;
  resize: none;
  font-family: 'Raleway', sans-serif;
  font-size: 0.9em;
  background: #FFF;
}
#contact .contact-cntnr #my-form input::-webkit-input-placeholder,
#contact .contact-cntnr #my-form select::-webkit-input-placeholder,
#contact .contact-cntnr #my-form textarea::-webkit-input-placeholder,
#contact .contact-cntnr #my-form div.nice-select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7d7d7d;
}
#contact .contact-cntnr #my-form input::-moz-placeholder,
#contact .contact-cntnr #my-form select::-moz-placeholder,
#contact .contact-cntnr #my-form textarea::-moz-placeholder,
#contact .contact-cntnr #my-form div.nice-select::-moz-placeholder {
  /* Firefox 19+ */
  color: #7d7d7d;
}
#contact .contact-cntnr #my-form input:-ms-input-placeholder,
#contact .contact-cntnr #my-form select:-ms-input-placeholder,
#contact .contact-cntnr #my-form textarea:-ms-input-placeholder,
#contact .contact-cntnr #my-form div.nice-select:-ms-input-placeholder {
  /* IE 10+ */
  color: #7d7d7d;
}
#contact .contact-cntnr #my-form input:-moz-placeholder,
#contact .contact-cntnr #my-form select:-moz-placeholder,
#contact .contact-cntnr #my-form textarea:-moz-placeholder,
#contact .contact-cntnr #my-form div.nice-select:-moz-placeholder {
  /* Firefox 18- */
  color: #7d7d7d;
}
#contact .contact-cntnr #my-form input option,
#contact .contact-cntnr #my-form select option,
#contact .contact-cntnr #my-form textarea option,
#contact .contact-cntnr #my-form div.nice-select option {
  color: #000;
}
#contact .contact-cntnr #my-form input.required.error,
#contact .contact-cntnr #my-form select.required.error,
#contact .contact-cntnr #my-form textarea.required.error,
#contact .contact-cntnr #my-form div.nice-select.required.error {
  border: 1px solid red;
}
#contact .contact-cntnr #my-form textarea {
  min-height: 115px;
}
#contact .contact-cntnr #my-form button[type="submit"] {
  background: #f78f1e;
  display: block;
  width: 100%;
  max-width: 350px;
  border: none;
  box-shadow: none;
  padding: 15px 0;
  text-transform: uppercase;
  cursor: pointer;
  margin: 20px auto 0 auto;
}
#contact .contact-cntnr #my-form button[type="submit"]:disabled,
#contact .contact-cntnr #my-form button[type="submit"][disabled] {
  background: #a95b06;
  cursor: not-allowed;
}
#contact .contact-cntnr #my-form .conditions-notice {
  margin-top: 15px;
  font-size: 0.7rem;
  color: #666;
}
@media (min-width: 768px) and (max-width: 991px) {
  #contact .contact-cntnr #my-form .form-row input,
  #contact .contact-cntnr #my-form .form-row select,
  #contact .contact-cntnr #my-form .form-row textarea,
  #contact .contact-cntnr #my-form .form-row div.nice-select {
    padding: 8px 12px;
  }
}
@media (max-width: 767px) {
  #contact .contact-cntnr #my-form .form-row input,
  #contact .contact-cntnr #my-form .form-row select,
  #contact .contact-cntnr #my-form .form-row textarea,
  #contact .contact-cntnr #my-form .form-row div.nice-select {
    display: block;
    width: 100%;
    margin: 8px 0;
    padding: 8px 10px;
  }
}
@media (min-width: 768px) {
  #contact .contact-cntnr #my-form {
    max-width: 700px;
    margin: 0 auto;
  }
  #contact .contact-cntnr #my-form .form-row {
    display: -webkit-box;
    display: flex;
  }
  #contact .contact-cntnr #my-form .form-row input,
  #contact .contact-cntnr #my-form .form-row select,
  #contact .contact-cntnr #my-form .form-row textarea,
  #contact .contact-cntnr #my-form .form-row div.nice-select {
    margin: 8px 12px;
    -moz-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    padding: 10px 15px;
  }
}
.content-title-cntnr .main-title {
  font-size: 1.9em;
  font-weight: 700;
  margin-bottom: 10px;
  color: #2a2a2a;
  line-height: 1em;
}
.content-title-cntnr .main-title.txt-uppercase {
  text-transform: uppercase;
  color: white;
}
.content-title-cntnr .subtitle {
  color: #f78f1e;
  font-weight: 700;
  font-size: 1.2em;
}
.content-title-cntnr.content-title-white {
  color: #FFF;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .content-title-cntnr .main-title {
    font-size: 1.5em;
    margin-bottom: 5px;
  }
  .content-title-cntnr .subtitle {
    font-size: 1em;
  }
}
.content-cntnr {
  margin: 30px 0;
  line-height: 1.3em;
}
.content-cntnr p {
  margin-bottom: 20px;
  font-size: 1.05em;
}
.content-cntnr.content-white {
  color: #FFF;
  margin: 0;
  font-size: 1.2em;
  padding-right: 50px;
  font-weight: 300;
  line-height: 1.2em;
}
@media (max-width: 991px) {
  .content-cntnr {
    text-align: justify;
    padding-right: 0;
  }
  .content-cntnr.content-white {
    padding-right: 10px;
  }
}
.center {
  text-align: center;
}
strong {
  font-weight: 700;
}
.more-infos {
  color: #052f4d;
  font-weight: 700;
  text-decoration: none;
}
.more-infos i {
  color: #f78f1e;
  font-size: 0.7em;
  margin-left: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.more-infos:hover i {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.cta {
  line-height: 1.1em;
  font-size: 0.9em;
  font-weight: 500;
  padding: 10px 50px;
  border-radius: 3px;
  color: white;
  text-decoration: none;
  background: #086bb2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
}
.cta.cta-main {
  background: #086bb2;
}
.cta.cta-main:hover {
  background: #064e81;
}
.cta.cta-scnd {
  background: #f78f1e;
}
.cta.cta-scnd:hover {
  background: #da7508;
}
.send-alert {
  color: #37d564;
  border-color: #37d564;
  text-transform: uppercase;
  font-weight: 800;
}
.error-alert {
  border-color: #b81515;
  color: #b81515;
}
.send-alert,
.error-alert {
  background: #FFF;
  padding: 10px 20px;
  border: 2px solid;
  border-radius: 3px;
  display: none;
  margin: 10px 0;
}
.send-alert.visible,
.error-alert.visible {
  display: block;
}
.simulator-cntnr {
  border-radius: 3px;
  background: #FFF;
  box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.2);
  max-width: 458px;
}
@media (max-width: 991px) {
  .simulator-cntnr {
    margin-top: 30px;
  }
}
.simulator-cntnr .heading {
  position: relative;
  background: #086bb2;
  font-size: 1.3em;
  font-weight: 600;
  color: #FFF;
  padding: 10px;
  border-radius: 3px 3px 0px 0px;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
}
.simulator-cntnr .heading i {
  font-size: 2em;
  padding-right: 10px;
}
.simulator-cntnr .heading .subtitle small {
  font-size: 0.7em;
  font-weight: 400;
}
@media (max-width: 575px) {
  .simulator-cntnr .heading .subtitle small {
    font-size: 0.9em;
  }
}
@media (max-width: 575px) {
  .simulator-cntnr .heading {
    font-size: 1em;
  }
}
.simulator-cntnr .heading i.back-btn {
  font-weight: 300;
  background: #086bb2;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  position: absolute;
  top: 100%;
  left: 5px;
  margin-top: 5px;
  padding: 4px 8px 4px 6px;
  font-size: 0.8em;
  z-index: 1;
}
.simulator-cntnr .heading i.back-btn::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  content: "\e90a";
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 575px) {
  .simulator-cntnr .heading i.back-btn {
    font-size: 0.6em;
    padding: 1px 4px 1px 3px;
  }
}
.simulator-cntnr .body {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.simulator-cntnr .body span.week-day,
.simulator-cntnr .body span.estim-hr {
  font-weight: 500;
}
.simulator-cntnr .body .button.radio-btn {
  position: relative;
  display: block;
  padding: 8px;
  border: 1px solid #cfcfcf;
  margin: 5px 0;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.simulator-cntnr .body .button.radio-btn::before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #cfcfcf;
  position: absolute;
  right: 8px;
}
.simulator-cntnr .body .button.radio-btn[data-selected="true"]::after {
  font-family: "icomoon";
  content: "\e906";
  position: absolute;
  right: 5px;
  top: 6px;
  font-size: 1.3em;
  color: #f78f1e;
}
.simulator-cntnr .body select.input-classic {
  padding: 8px 10px;
  font-weight: 300;
  font-size: 1em;
  font-family: "Raleway";
}
.simulator-cntnr .body textarea {
  padding: 10px;
  width: 100%;
  font-family: "Raleway";
  resize: none;
  max-height: 173px;
}
.simulator-cntnr .body input.input-classic {
  width: 100%;
  padding: 5px 15px;
  font-size: 1em;
  font-family: "Raleway";
  margin-bottom: 10px;
}
.simulator-cntnr .body .pane {
  position: absolute;
  right: -110%;
  left: 110%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.simulator-cntnr .body .pane .title {
  background: #efefef;
  font-weight: 600;
  padding: 10px 20px;
  margin-bottom: 20px;
  padding-left: 50px;
}
@media (max-width: 575px) {
  .simulator-cntnr .body .pane .title {
    font-size: 0.9em;
    line-height: 0.9em;
  }
}
.simulator-cntnr .body .pane .row {
  padding: 0 20px;
}
.simulator-cntnr .body .pane .btn-classic {
  background: #f78f1e;
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-weight: 800;
  border-radius: 3px;
  border-bottom: 1px solid #cfcfcf;
  margin: 20px 0;
  cursor: pointer;
}
@media (max-width: 575px) {
  .simulator-cntnr .body .pane .btn-classic {
    margin: 10px 0;
  }
}
.simulator-cntnr .body .pane .btn-classic.disabled {
  background: #a95b06;
  cursor: not-allowed;
}
.simulator-cntnr .body .pane#firstPane .checkable-btn {
  cursor: pointer;
  padding: 10px;
  text-align: center;
  border: 2px solid #efefef;
  border-radius: 2px;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-height: 176px;
  position: relative;
  line-height: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.simulator-cntnr .body .pane#firstPane .checkable-btn:hover {
  border: 2px solid #f78f1e;
}
.simulator-cntnr .body .pane#firstPane .checkable-btn i {
  color: #086bb2;
  font-size: 6.8em;
}
.simulator-cntnr .body .pane#firstPane .checkable-btn span {
  font-weight: 600;
  font-size: 0.9em;
}
.simulator-cntnr .body .pane#firstPane .checkable-btn[data-selected=true] {
  border: 3px solid #f78f1e;
}
@media (min-width: 992px) {
  .simulator-cntnr .body .pane#firstPane {
    padding-bottom: 40px;
  }
  .simulator-cntnr .body .pane#firstPane .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .simulator-cntnr .body .pane#firstPane {
    padding-bottom: 20px;
  }
  .simulator-cntnr .body .pane#firstPane .checkable-btn i {
    margin: 0 20px;
    font-size: 6.3em;
  }
}
@media (max-width: 471px) {
  .simulator-cntnr .body .pane#firstPane .checkable-btn {
    padding: 0 5px;
    min-height: 0;
    margin-bottom: 10px;
  }
  .simulator-cntnr .body .pane#firstPane .checkable-btn i {
    font-size: 5.5em;
    margin: 10px 0;
  }
  .simulator-cntnr .body .pane#firstPane .checkable-btn span {
    margin-bottom: 15px;
  }
  .simulator-cntnr .body .pane#firstPane div[class^="col-xxs-"] {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .simulator-cntnr .body .pane#firstPane .checkable-btn {
    padding: 0;
  }
}
.simulator-cntnr .body .pane#step-2 span {
  display: block;
  margin-bottom: 10px;
}
.simulator-cntnr .body .pane#step-2 span.estim-hr {
  margin-top: 15px;
}
.simulator-cntnr .body .pane#step-2 select {
  width: 100%;
}
.simulator-cntnr .body .pane#step-2 .button.checkable-btn {
  position: relative;
  cursor: pointer;
  padding: 5px 10px;
  margin-bottom: 4px;
}
.simulator-cntnr .body .pane#step-2 .button.checkable-btn::before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #cfcfcf;
  position: absolute;
  right: 6px;
}
.simulator-cntnr .body .pane#step-2 .button.checkable-btn[data-selected="true"]::after {
  font-family: "icomoon";
  content: "\e904";
  position: absolute;
  right: 4px;
  font-size: 1.1em;
  color: #f78f1e;
  top: 3px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .simulator-cntnr .body .pane#step-2 .button.checkable-btn {
    padding: 5px 0;
    margin-right: -8px;
  }
}
@media (max-width: 1199px) {
  .simulator-cntnr .body .pane#step-2 .button.checkable-btn::before {
    right: -5px;
  }
  .simulator-cntnr .body .pane#step-2 .button.checkable-btn[data-selected="true"]::after {
    right: -8px;
  }
}
.simulator-cntnr .body .pane#step-2 .btn-classic {
  margin-top: 22px;
}
.simulator-cntnr .body .pane#step-4 input.input-classic {
  margin-bottom: 11px;
}
.simulator-cntnr .body .pane#step-4 .input-classic input {
  width: 100%;
  padding: 5px 15px;
  font-size: 1em;
  font-family: "Raleway";
  margin-bottom: 11px;
}
.simulator-cntnr .body .pane#step-4 .input-classic .message {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  font-size: 0.8em;
  color: red;
  font-weight: 500;
}
.simulator-cntnr .body .pane#lastPane {
  padding-bottom: 40px;
}
.simulator-cntnr .body .pane#lastPane span {
  text-align: center;
  display: block;
  margin-bottom: 22px;
}
.simulator-cntnr .body .pane#lastPane span.icon-validate {
  display: block;
  text-align: center;
  font-size: 4em;
  color: #f78f1e;
  margin-top: 20px;
}
.simulator-cntnr .body .pane#lastPane span.strong-title {
  padding: 0 50px;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .simulator-cntnr .body .pane#lastPane span.strong-title {
    padding: 0px;
  }
}
.simulator-cntnr .body .pane#lastPane span.notice {
  color: #f78f1e;
  font-weight: 600;
  font-style: italic;
  font-size: 0.95em;
}
.simulator-cntnr .body .pane#lastPane span.notice::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 25%;
  background: #f78f1e;
  left: 0;
  right: 0;
  margin: 10px auto;
}
.simulator-cntnr .body .pane .sim-error-cntnr {
  display: none;
  margin-top: 5px;
  font-size: 0.85em;
  color: red;
  font-weight: 500;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
.simulator-cntnr .body .pane.active {
  position: relative;
  left: 0;
  right: 0;
  height: 100%;
}
.simulator-cntnr .body .pane.leave {
  position: absolute;
  left: -110%;
  right: 110%;
}
div.nice-select {
  position: relative;
  outline-color: transparent;
  color: grey;
  cursor: pointer;
}
div.nice-select span.current {
  display: block;
  width: 100%;
  color: grey;
  white-space: nowrap;
}
div.nice-select span.current:after {
  position: absolute;
  right: 15px;
  margin-top: 6px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  font-size: 0.6em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
div.nice-select ul.list {
  visibility: hidden;
  list-style: none;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  max-height: 0;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
  overflow: hidden;
  z-index: 500;
  background: #FFF;
  border: 1px solid #dadada;
  -webkit-transition: max-height 0.2s, visibility 0.2s;
  transition: max-height 0.2s, visibility 0.2s;
}
div.nice-select ul.list li {
  color: #000;
  padding: 8px;
  margin-top: 0;
}
div.nice-select ul.list li:hover {
  background: #dadada;
}
div.nice-select.open ul.list {
  visibility: visible;
  max-height: 200px;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  div.nice-select ul.list {
    top: 39px;
  }
  div.nice-select.open ul.list {
    max-height: 200px;
  }
  div.nice-select li {
    padding: 8px;
  }
}
@media (max-width: 767px) {
  div.nice-select.open ul.list {
    max-height: 150px;
  }
  div.nice-select ul.list {
    top: 35px;
  }
  div.nice-select ul.list li {
    padding: 6px 8px;
  }
}
html,
body {
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  overflow-x: hidden;
}
.page-content {
  background: url(../img/header-img.jpg);
  background-repeat: no-repeat;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-content {
    margin-top: 90px;
  }
}
@media (min-width: 1200px) {
  .page-content {
    margin-top: 115px;
  }
}
