
html {
  position: relative;
  min-height: 100%;
}
body {
  font-family:'Montserrat Regular';
}
input[type=text] {   
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.navbar {
  margin-bottom: 0px;
}
.navbar-custom {
  height: 60px;
  border: 0;
}
.navbar-custom-left {
  position: absolute;
  background-color: var(--tertiary-color);
  border: 0;
  border-radius: 0;
  z-index: 1000;
  max-width: 300px;
  width: 80%;
  opacity: 0.97;
  filter: alpha(opacity=97);
  padding:40px 40px 120px 40px;
}
.navbar-custom-left li {
  font-family: 'Montserrat Bold';
  font-size: 12px;
  color: white;
  line-height: 40px;
}
.navbar-custom-left li a {
  color:#ffffff;
}

.nav-justified>li>a,li.fas.fa-angle-right {
  /*color: var(--tertiary-color);*/
}
.nav-justified>li>a {
  font-family: 'Montserrat Bold';
}

a.done,.fas.fa-angle-right.done {
  color: var(--primary-color) !important;
}

.fas.fa-angle-right {
  color: var(--tertiary-color);
}

a.undone {
  color: var(--tertiary-color);
}

ul.nav.nav-justified {
  background-color: white;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  /* margin: 0 0 0 12px; */
  /*position: absolute;*/
  right: 2%;
}

.header-menu {
  font-family: 'Montserrat Bold';
  text-align: center;
  color: var(--tertiary-color);
  border-bottom: 3px solid var(--tertiary-color);
  margin-left: 15px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 17px;
}

.btn-header-primary {
  background-color: var(--primary-color);
  min-width: 140px;
  font-family: 'Montserrat SemiBold';
  font-size: 12px;
  padding: 8px 12px 6px 12px;
  color:#ffffff !important;
  min-height:40px;
  white-space:normal;
  margin-top: 20px;
  margin-right: 20px;
}

.header-menu.done {
  color: var(--primary-color);
  border-bottom: 3px solid var(--primary-color);
}

.header-menu-width {
  /*width: 34% !important;*/
}

.navbar-menu {
  height:60px;
  width:21px;
  background-position: center; 
  background-size: 21px 17px;
  background-repeat: no-repeat;
  background-image: url('../img/menu-sm.png');
  padding: 0;
  margin: 0 0 0 15px;
  border:0;
  text-decoration: none !important;
}
.navbar-brand {
  height:60px;
  width:168px;
  background-position: center; 
  background-size: 144px 33px;
  background-repeat: no-repeat;
  background-image: url('../img/logo-sm.png');
  padding: 0;
}
.container-md {
  max-width:992px;
}
.row-no-margin {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.custom-tooltip {
  
}
.custom-tooltip .tooltip-inner {
  max-width: 300px;
  font-size: 15px;
  font-family: 'Montserrat Regular';
  background-color: var(--primary-color);
}
.custom-tooltip.right .tooltip-arrow {
  border-right-color:var(--primary-color);
}
.custom-tooltip.left .tooltip-arrow {
  border-left-color:var(--primary-color);
}
.custom-tooltip.top .tooltip-arrow {
  border-top-color:var(--primary-color);
}
.custom-tooltip.bottom .tooltip-arrow {
  border-bottom-color:var(--primary-color);
}

.btn-toolbar .btn {
  float:none;
  margin-left: 0px;
  margin-bottom: 2px;
}
.btn-toolbar .btn:not(:last-child) {
  margin-right: 7px;
}

.cell-middle {
  vertical-align:middle !important;
}
.cell-bottom {
  vertical-align:bottom !important;
}
.with-margin-bottom-10 {
  margin-bottom:10px;
}
.with-margin-bottom-20 {
  margin-bottom:20px;
}
.with-margin-top-25 {
  margin-top:25px;
}

.theme-bs-custom .bs-datepicker-head {
  background-color: #FFFFFF;
}

.form-garantie {
  color: var(--primary-color);
  font-family: 'Montserrat SemiBold';
  margin-left: 25%;
}

.bs-datepicker-head button {
  background-color: var(--primary-color);
}
.bs-datepicker-head button:hover {
  background-color: var(--primary-color-hover);
}

.theme-bs-custom .bs-datepicker-body table td span.selected,
.theme-bs-custom .bs-datepicker-body table td.selected span,
.theme-bs-custom .bs-datepicker-body table td span[class*="select-"]:after,
.theme-bs-custom .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: var(--primary-color); }

.theme-bs-custom .bs-datepicker-body table td.week span {
  color: var(--primary-color); }

.text-titre{
  font-family:"Montserrat Regular";
  font-size:15pt;
  color:#c2c2c2;
  padding:10px;
}
.text-custom{
  font-family: 'Montserrat SemiBold';
  color:var(--primary-color);
}
.well-resultat {
  background-color: #FFFFFF;
  box-shadow: 0px 0 20px #000000;
  border-radius: 0px;
  border: none;
}
.resultats-titre {
  background-color: var(--primary-color);
  color: white;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  font-family: 'Montserrat SemiBold';
  font-size: 15px;
  line-height: 15px;
}
.resultats-titre span {
  margin: 0px 13%;
}
.resultat-logo img {
  max-height: 100px;
}
.resultat-logo-small img {
  margin: 0 auto;
}
.resultat-titre {
  color: #000000;
  font-family: "Montserrat Bold";
  font-size: 17px;
}
.custom-size-price {
  font-size: 14px;
}
.resultat-sous-titre {
  line-height: 30px;
}
.resultat-prix {
  color: var(--primary-color);
  font-family: "Montserrat Regular";
  font-size: 23px;
}
.main-resultat-titre {
  color: #000000;
  font-family: "Montserrat Bold";
  font-size: 21px;
}
.main-resultat-prix {
  color: var(--primary-color);
  font-size: 59px;
  /*font-family: "Montserrat Bold";*/
}
.resultat-economie{
  font-family: "Montserrat regular";
  font-size: 14px;
}
.resultat-prix-small {
  color: var(--primary-color);
  font-family: "Montserrat Light";
  font-size: 18px;
  font-weight: bold;
}
.small-text {
  font-size:9pt;
}
.little-text {
  font-size:8pt;
  color: black;
}
.medium-text-dark-grey {
  font-family: 'Montserrat regular';
  font-size: 12pt;
  color: var(--tertiary-color);
}
.section-image-title {
  color:var(--primary-color);
  font-family: 'Montserrat Bold';
  font-size: 34px;
  display: table-cell;
  height: 240px;
  padding-bottom: 20px;
  vertical-align: bottom;
}
.section-title {
  font-size:40px;
  font-family: 'Montserrat SemiBold';
  margin:0 auto;
  text-align:center;
  color: var(--primary-color);
}
.subsection-title {
  font-size:30px;
  font-family: 'Montserrat SemiBold';
  margin:0 auto;
  text-align:center;
  color: var(--secondary-color);
}
.main-section {
  background-image: url('/assets/img/home.jpg');
  height: 100%;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: top;
}

.logo-sm-display {
  top: 10px;
  left: 50px;
  width: 90%;
  height: 100%;
  max-height: 70px;
  position: absolute;
  background-image: url('../img/logo-sm.png');
  background-repeat: no-repeat;
}
.informations-section {
  background-color: #dbdbdb;
  padding:25px;
  font-size:21px;
  font-family:'Montserrat Regular'
}
.informations-circle{
  position: relative;
  top: 8px;
  left: 8px;
  text-align: center;
  width: 134px;
  height: 134px;
  border-radius: 100%;
  background-color: #DBDBDB;
}

.informations-circle-border{
  position: relative;
  text-align: center;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-color:#BDBDBD;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, var(--primary-color) 50%),-webkit-linear-gradient(0deg, var(--primary-color) 50%, transparent 50%);
  background-image: -o-linear-gradient(90deg, transparent 50%, var(--primary-color) 50%),-o-linear-gradient(0deg, var(--primary-color) 50%, transparent 50%);
  background-image: linear-gradient(90deg, transparent 50%, var(--primary-color) 50%),linear-gradient(0deg, var(--primary-color) 50%, transparent 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff014995', endColorstr='#ff014995', GradientType=0);
}
.informations-circle-number{
  font-size:60px;
  font-family: 'Montserrat Regular';
  color:var(--primary-color);
  position:relative;
  line-height:134px;
}
.informations-circle-number-percent {
  font-size:15px;
}
.informations-text{
  font-size:22px;
  padding-top:2%;
  max-width:350px;
}
.font-bold {
  font-family:'Montserrat Bold';
}
.font-italic {
  font-family:'Montserrat Italic';
}
.hot-title {
  font-family:'Montserrat Bold';
  color: #FFFFFF;
  background-color: var(--primary-color);
  margin-top: 15px;
  padding: 10px;
  max-width: none;
  font-size: 30px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.hot-title-small {
  font-family:'Montserrat Regular';
  font-size:17px;
  line-height:18px;
}
.hot-title-small a {
  color:#FFFFFF;
  text-decoration:underline;
}
.hot-subtitle {
  font-family:'Montserrat Bold';
  color: #FFFFFF;
  background-color: var(--tertiary-color);
  font-size: 23px;
  margin-top: 15px;
  padding: 10px;
  max-width: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.hot-subtitle-price {
  font-size:30px;
}
.hot-subtitle-small {
  font-size:15px;
  line-height:16px;
  font-family:'Montserrat Regular';
}
.hot-subtitle-small a {
  color:#FFFFFF;
  text-decoration:underline;
}

.footer {
  position: absolute;
  bottom: 0;
  width:100%;
  min-height:100px;
  background-color:#FFFFFF;
  color:#000000;
  font-family:'Montserrat Bold';
  font-size:15px;
}
.footer-list {
  /*padding-top:20px;*/
}
.footer-list a {
  color:#000000;
}
.footer-logo {
  text-align: center;
  padding-top: 5px;
}
.footer-social {
  padding-top:15px;
}
.footer-copyright {
  font-family:'Montserrat Regular';
}

.form-container {
  padding: 20px 30px;
}
.form-left {
  font-family: 'Montserrat Bold';
  color: white;
  font-size: 12px;
  background-image: -webkit-linear-gradient(top, var(--tertiary-color) 0%, #333333 100%);
  background-image: -o-linear-gradient(top, var(--tertiary-color) 0%, #333333 100%);
  background-image: linear-gradient(to bottom, var(--tertiary-color) 0%, #333333 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffBFBFBF', endColorstr='#ff333333', GradientType=0);
}
.form-left hr {
  margin: 10px 0;
}
.form-left h1 {
  font-size: 20px;
}
.form-left h2 {
  font-size: 16px;
}
.form-left .step-value {
  font-family: 'Montserrat Regular';
}
.form-control {
  height: 40px;
  border-radius: 20px;
  background-color:#F1F1F1;
  border-color:#BBBBBB;
  font-size:18px;
  box-shadow:none;
}
.form-right {
  background-color: #FFFFFF;
}
.form-header {
  background-image: -webkit-linear-gradient(top, #F8F8F8 0%, #D6D6D6 100%);
  background-image: -o-linear-gradient(top, #F8F8F8 0%, #D6D6D6 100%);
  background-image: linear-gradient(to bottom, #F8F8F8 0%, #D6D6D6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffF8F8F8', endColorstr='#ffD6D6D6', GradientType=0);
}
.form-title-wrapper {
  padding-top: 15px;
  padding-bottom: 20px;
}
.form-title {
  font-family: 'Montserrat Bold';
  font-size: 25px;
  text-align: center;
  color: var(--primary-color);
}
.form-subtitle {
  font-family: 'Montserrat Light';
  font-size: 14px;
  text-align: center;
  color: var(--primary-color);
}
.form-fields-title {
  text-align:left;
  color:var(--primary-color);
  font-size:20px;
  margin-bottom:20px;
}
.form-fields {
  padding:25px 0;
}
.form-oblig {
  padding-top: 15px;
  font-family: 'Montserrat Regular';
  font-size: 12px;
}
.form-group {
  margin-bottom: 10px
}
.form-group .form-group {
 margin-bottom: 0px;
}
h4.form-detail-title {
  font-family: 'Montserrat Bold';
  font-size: 20px;
  text-align: left;
  color: var(--primary-color);
  padding-left: 15px;
}
.form-horizontal .control-label {
  line-height:30px;
  padding-top:0px;
  text-align: left;
  font-family: 'Montserrat Regular';
  font-size: 14px;
  padding-top: 5px;
  color: #969696;
}
i.form-info {
  color:var(--tertiary-color);
  font-size:25px;
  vertical-align:middle;
}
.form-radio {
  white-space: normal;
  font-family: 'Montserrat SemiBold';
  border-radius: 20px;
  border: 0px;
  margin: 1px;
  line-height: 28px;
  background-color: var(--tertiary-color);
  color:#FFFFFF;
}
.form-radio:hover {
  background-color: var(--tertiary-color-hover);
  color:#FFFFFF;
}
.form-radio:focus,
.form-radio:active,.form-radio.active,
.form-radio.active:hover,.form-radio.active:focus,
.form-radio.active:active {
  border: 0px;
  background-color: var(--primary-color);
  color:#FFFFFF;
}
.form-checkbox {
  white-space: normal;
  font-family: 'Montserrat SemiBold';
  border-radius: 20px;
  border: 0px;
  margin: 1px;
  line-height: 28px;
  background-color: var(--tertiary-color);
  color:#FFFFFF;
  min-width:100px;
}
.form-checkbox:hover {
  background-color: var(--tertiary-color-hover);
  color:#FFFFFF;
}
.form-checkbox.disabled,.form-checkbox:focus,
.form-checkbox:active,.form-checkbox.active,
.form-checkbox.active:focus,.form-checkbox.active:active {
  border: 0px;
  background-image: -webkit-linear-gradient(top, var(--primary-color-hover) 0%, var(--primary-color-hover) 100%);
  background-image: -o-linear-gradient(top, var(--primary-color-hover) 0%, var(--primary-color-hover) 100%);
  background-image: linear-gradient(to bottom, var(--primary-color-hover) 0%, var(--primary-color-hover) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE0A000', endColorstr='#ffE0A000', GradientType=0);
  color:#FFFFFF;
  opacity:1;
  cursor:pointer;
}

.form-checkbox-icon {
  white-space: normal;
  font-size: 30px;
  line-height: 30px;
  color:var(--tertiary-color);
  padding:5px;
  border:none;
}
.form-checkbox-icon.disabled,.form-checkbox-icon:focus,
.form-checkbox-icon:active,.form-checkbox-icon.active,
.form-checkbox-icon.active:focus,.form-checkbox-icon.active:active {
  color:var(--primary-color);
  opacity:1;
  box-shadow:none;
  border:none;
  padding:5px;
}

.form-error-message {
  padding:15px;
  font-weight:bold;
}

.nav-tabs.nav-justified > li > a {
  background-image: -webkit-linear-gradient(top, #F1F1F1 0%, #FFFFFF 100%);
  background-image: -o-linear-gradient(top, #F1F1F1 0%, #FFFFFF 100%);
  background-image: linear-gradient(to bottom, #F1F1F1 0%, #FFFFFF 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffF1F1F1', endColorstr='#ffFFFFFF', GradientType=0);
  margin-left: 5px;
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #9B9B9B;
  border-left: 1px solid #9B9B9B;
  border-right: 1px solid #9B9B9B;
  border-radius: 0px;
  color: #BABABA;
  font-size: 14px;
  font-family: 'Montserrat Bold';
  cursor: default; 
  -webkit-user-select: none; 
  -moz-user-select: none; 
  user-select: none
}
.nav-tabs.nav-justified > li.done > a {
  color: var(--primary-color);
  cursor:pointer;
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #9B9B9B;
  border-left: 1px solid #9B9B9B;
  border-right: 1px solid #9B9B9B;
}
.nav-tabs.nav-justified > li.done > a:after {
  content: ' \f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.nav-tabs.nav-justified > li.active > a {
  color: var(--primary-color);
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #9B9B9B;
  border-left: 1px solid #9B9B9B;
  border-right: 1px solid #9B9B9B;
}
.input-group-addon-custom {
  font-size: 1.5em;
  border-radius: 0 20px 20px 0;
  border: 1px solid #BBBBBB;
  background: #F1F1F1;
  color: #CCCCCC;
}
.input-group-addon-custom:last-child {
  border: 1px 1px 1px 0px solid #BBBBBB;
}
.input-group .form-control {
  border-right: 0px;
}
.custom-select-wrapper .custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select::-ms-expand {
     display: none;
}
.custom-select-wrapper {
  position: relative;
}
.custom-select-wrapper:after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1.5em;
  color: #CCCCCC;
  right: 13px;
  top: 7px;
  position: absolute;
  pointer-events: none;
}
.text-custom-primary{
  color:var(--primary-color);
}
.btn-custom-primary {
  background-color: var(--primary-color);
  border-radius: 20px;
  min-width: 140px;
  font-family: 'Montserrat SemiBold';
  font-size: 12px;
  padding: 8px 12px 6px 12px;
  color:#ffffff !important;
  min-height:40px;
  white-space:normal;
}
.btn-custom-primary:hover, .btn-custom-primary.disabled.focus, .btn-custom-primary.disabled:focus, .btn-custom-primary.disabled:hover, .btn-custom-primary.focus[disabled], .btn-custom-primary[disabled]:focus, .btn-custom-primary[disabled]:hover, fieldset[disabled] .btn-custom-primary.focus, fieldset[disabled] .btn-custom-primary:focus, fieldset[disabled] .btn-custom-primary:hover{
  color:#ffffff;
  background-color: var(--primary-color-hover);
}
.btn-custom-secondary {
  background-color:var(--secondary-color);
  border-radius: 20px;
  min-width: 140px;
  font-family: 'Montserrat SemiBold';
  font-size: 12px;
  padding: 8px 12px 6px 12px;
  color:#ffffff !important;
  min-height:40px;
  white-space:normal;
}
.btn-custom-secondary:hover, .btn-custom-secondary.disabled.focus, .btn-custom-secondary.disabled:focus, .btn-custom-secondary.disabled:hover, .btn-custom-secondary.focus[disabled], .btn-custom-secondary[disabled]:focus, .btn-custom-secondary[disabled]:hover, fieldset[disabled] .btn-custom-secondary.focus, fieldset[disabled] .btn-custom-secondary:focus, fieldset[disabled] .btn-custom-secondary:hover{
  background-color:var(--secondary-color-hover);
}

.btn-custom-tertiary {
  background-color:var(--tertiary-color);
  border-radius: 20px;
  min-width: 140px;
  font-family: 'Montserrat SemiBold';
  font-size: 12px;
  padding: 8px 12px 6px 12px;
  color:#ffffff !important;
  min-height:40px;
  white-space:normal;
}
.btn-custom-tertiary:hover, .btn-custom-tertiary.disabled.focus, .btn-custom-tertiary.disabled:focus, .btn-custom-tertiary.disabled:hover, .btn-custom-tertiary.focus[disabled], .btn-custom-tertiary[disabled]:focus, .btn-custom-tertiary[disabled]:hover, fieldset[disabled] .btn-custom-tertiary.focus, fieldset[disabled] .btn-custom-tertiary:focus, fieldset[disabled] .btn-custom-tertiary:hover{
  background-color:var(--tertiary-color-hover);
}

.btn-link-custom {
  color: var(--primary-color);
  font-family: "Montserrat SemiBold";
  font-size: 25px;
  white-space: normal;
}
.add-person-icon {
  margin-right: 15px;
  display: inline-block;
}
.add-person-icon i {
  position: relative;
  left: 60px;
  top: -15px;
}
.add-person-icon img {
  height: 50px;
}
.link-custom-white {
  color:#ffffff;
}
.link-custom-white:hover,.link-custom-white:focus {
  color:var(--primary-color);
}

.remove-padding {padding-left: 0; padding-right: 0; margin-left: 0; margin-right: 0}
.img-responsive {height: auto;max-width: 100%;}
.col-background-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.full-width {
  width: 100%;
}

.article-caption {
  color: #ffffff;
  padding:20px;
}
.article-small-caption {
  color:#000000;
}
.article-caption .article-title {
  font-size: 22px;
  font-family: 'Montserrat SemiBold';
}
.article-caption .article-resume {
  font-size: 16px;
  font-family: 'Montserrat Regular';
}
.article-caption .article-hints {
  margin-top:5%;
  font-family: 'Montserrat Regular';
  font-size: 18px;
}
.article-caption .article-link a {
  color:#ffffff;
  text-decoration:underline;
}
.article-caption .article-small-link a {
  color:#000000;
}

.faq-section .faq-wrapper:first-child {
  margin-top:20px;
}
.faq-question {
  font-family:'Montserrat Bold';
  font-size:17px;
  cursor:pointer;
  padding:20px 0;
}
.faq-question i {
  vertical-align: middle;
  font-size:40px;
  color:var(--primary-color);
}
.faq-answer {
  font-family:'Montserrat Regular';
  font-size:17px;
  padding-left:0;
}

.actualite-title{
  color:var(--primary-color);
}
.actualite-text:first-of-type{
  margin-top:15px;
}
.actualite-text{
  font-family:'Montserrat Regular';
}
.actualite-text:last-of-type{
  margin-bottom:15px;
}
.actualite-subtitle{
  color:var(--primary-color);
  font-size:18px;
  font-family:'Montserrat SemiBold';
}

.contact-subtitle {
  font-size:17px;
  font-family: 'Montserrat SemiBold';
  margin:20px;
  text-align:center;
  color: #000000;
}
.contact-legal{
  font-size:13px;
  font-family: 'Montserrat Italic';
  margin:10px;
}
.contact-rgpd {
  width:125px;
  float:left;
  margin-right:10px;
  margin-bottom:5px;
}

.carousel-section {
  color:#ffffff;
  padding:25px;
}
.carousel-title {
  font-family:'Montserrat SemiBold';
  font-size:25px;
  margin-bottom:10px;
}
.carousel-inner .item img,
.carousel-inner .item a img {
  margin:0 auto;
  max-height:300px;
  max-width:600px;
}
.carousel-caption {
  margin: 0 auto;
  max-width: 600px;
  padding-bottom:10px;
  padding-top:10px;
  left:0;
  right:0;
  bottom:0;
  text-shadow:none;
  font-family:'Montserrat SemiBold';
  color:#000000;
  font-size:16px;
  background-color:#ffffff;
  opacity:0.8;
}

.link-custom{
  color:var(--primary-color);
}
.link-custom:hover,.link-custom:active,.link-custom:focus{
  color:var(--primary-color);
}

.simulation-caption {
  /*color: #00000;*/
  font-family: 'Montserrat Bold';
  font-size: 25px;
  margin:35px 0;
}
.simulation-title {
  color: var(--primary-color);
}
.simulation-subtitle {
  color: var(--tertiary-color);
  margin-bottom: 20px;
}

.garanties-titre {
  font-family: 'Montserrat SemiBold';
  font-size: 15pt;
  color: var(--primary-color);
}

.garanties-star {
  font-family: 'Montserrat Regular';
  font-size: 9pt;
  color: var(--tertiary-color);
}

.garanties-texte {
  font-family: 'Montserrat Bold';
  font-size: 12pt;
  color: var(--tertiary-color);
}
.garanties-list {
  padding-left:20px;
  padding-top:10px;
}

.modal-custom {
  background-color:transparent;
}
.modal-custom .modal-header {
  background-color:var(--primary-color);
  color:#ffffff;
}
.modal-custom .modal-header .modal-title {
  font-family: 'Montserrat SemiBold';
}
.modal-custom .modal-header .close {
  line-height:1.42857;
  color:#ffffff;
  opacity:1;
}
.modal-custom .modal-body {
  background-color:#ffffff;
}
.modal-custom .modal-footer {
  text-align: left;
  background-color:#f8f8f8;
}

.modal-subtitle {
  color: var(--primary-color);
  font-family: 'Montserrat SemiBold';
  font-size: 20px;
  margin-bottom: 5px;
}
.modal-paragraph {
  font-family: 'Montserrat Regular';
  font-size: 15px;
  margin: 10px 0;
}
.modal-buttons {
  margin:10px 0;
}

.margin-last-paragraph p:last-child {
  margin-bottom:20px;
}
.well-light {
  border: 1px #ccc solid;
  padding: 10px;
  min-height: 230px;
}
.well-small {
  margin: 0px;
  padding: 5px;
}
.well-custom {
}
.well-custom .well-title {
  color:var(--primary-color);
  font-family:'Montserrat SemiBold';
  font-size:17px;
}

.well {
  border-radius: 0px;
  background-color: #FCFCFC;
}
.col-as-well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well-border-right-square {
  border-top-right-radius:0;
  border-bottom-right-radius:0;
}
.well-border-left-square {
  border-top-left-radius:0;
  border-bottom-left-radius:0;
}

.text-intro {
  font-size:16px;
  font-family:'Montserrat Italic';
  margin: 0 auto;
  max-width: 765px;
  padding: 20px 0;
  text-align: center;
}

.full-width {
  width:100%;
}
.stat-height {
  padding-bottom: 10px;
}
.stat-title-left {
  padding-top: 50%;
}
.stat-text-right {
  height: 100%;
}
.stat-text-achieve-right {
  padding-top: 10%;
}
.stat-text-newcost-right {
  padding-top: 30%;
}
.block-contract {
  margin-top: -17px;
}
.block-gain {
  margin-left: 10px;
}
.block-acolade {
  padding: 0px;
}
.image-acolade {
  min-height: 100px;
  padding-left: 50%;
}
.block-canvas {
  padding: 0px;
  height: 100px;
}
.sub-stat-text-right {
  min-height: 30px; max-height: 70px;
}

.help-block {
  font-size: 12px;
}

.splashScreenClass {
  position: absolute;
  top: 40%;
  transform: translate(0%, -50%);
  width: 100%; max-width: 500px;
}

@media only screen and (max-width : 1200px) {
  .logo-sm-display {
    visibility: hidden;
  }
}

@media only screen and (max-width : 768px) {
  .menu-angle-droit {
    visibility: hidden;
    height: 0px;
  }

  .resultat-logo {
    padding-bottom: 20px;
  }
}

/*SM*/
@media only screen and (min-width : 768px) {
  .splashScreenClass{
    left: 17%
  }
  .modal-width {
    width: 80%;
  }

  .is-table-row {
    display: table;
  }
  
  .is-table-row > [class*='col-'] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  .navbar-header {
    float: none;
  }
  .navbar-custom {
    height: 80px;
    background-color: var(--secondary-color);
  }
  .navbar-brand {
    height:80px;
    width:273px;
    background-position: center;
    background-size: 200px 48px;
    background-image: url('../img/logo.png');
  }
  .navbar-menu {
    height:80px;
    background-image: url('../img/menu.png');
    background-size: 42px 34px;
    width:42px;
    margin: 0 0 0 50px;
  }
  .hot-title {
    margin-top: 50px;
  }
  .hot-subtitle {
    margin-top: 20px;
  }
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin: 0 0 0 25px;
  }
  .informations-text{
    padding-top:5%;
  }
  .faq-answer {
    padding-left:50px;
  }
  .article-caption {
    padding:40px;
  }
  .resultats-titre {
    font-size: 20px;
    line-height: 20px;
  }
}
/*MD*/
@media only screen and (min-width : 992px) {
  .splashScreenClass {
    left: 23%;
  }
  .btns-mer {
    padding-top: 60px;
  }
  .is-table-row-md {
    display: table;
    margin: 0 auto;
  }
  
  .is-table-row-md > [class*='col-'] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  
  .form-container {
    padding: 50px 30px;
  }
  
  .informations-circle{
    top: 8px;
    left: 8px;
    width: 284px;
    height: 284px;
  }

  .informations-circle-border{
    width: 300px;
    height: 300px;
  }
  .informations-circle-number{
    font-size:120px;
    line-height:284px;
  }
  .informations-circle-number-percent {
    font-size:30px;
  }
  .informations-text{
    padding-top:15%;
  }
  .simulation-caption {
    top:32%;
  }
  .simulation-caption{
    margin:75px 0;
  }
  .text-titre{
    font-size:20pt;
    padding:10px;
  }
  .resultat-titre {
    font-size: 20px;
  }
  .custom-size-price {
    font-size: 12px;
  }
  .resultat-sous-titre {
    line-height: 45px;
  }
  .resultat-prix {
    font-size: 39px;
  }
  .main-resultat-titre {
    font-size: 26px;
  }
  .main-resultat-prix {
    font-size: 52px;
  }
  .resultat-economie{
    font-size: 20px;
  }
}

@media only screen and (min-width : 1024px) and (max-width : 1279px) {
  .splashScreenClass {
    left: 30%;
  }
  .col-md-jauge {
    width: 33.33333333%;
  }
  .resultat-titre {
    font-size: 16px;
  }
  .resultat-prix {
    font-size: 25px;
  }
  .main-resultat-titre {
    font-size: 14px;
  }
  .main-resultat-prix {
    font-size: 26px;
  }
  .resultat-logo img {
    max-height: 40px;
	  min-height: 70px;
	  height: 70px;
  }
  .little-text {
    font-size: 7pt;
  }
  .btn-custom-tertiary, .btn-custom-secondary, .btn-custom-primary {
	  min-width: 100px;
	  font-size: 10px;
  }
  .col-md-cost {
	  height: 70px !important;
	  width: 25%;
  }
  .image-acolade {
    min-height: 70px;
	max-height: 70px;
  }
  .block-canvas {
    height: 70px;
  }
  .sub-stat-text-right {
	min-height: 30px; max-height: 40px;
  }
  .block-contract {
    margin-top: 0px;
  }
}

@media only screen and (min-width : 1280px) {
  .splashScreenClass {
    left: 30%;
  }
  .col-md-jauge {
    width: 33.333333%;
  }
  .col-md-cost {
    width: 25%
  }
  .resultat-titre {
    font-size: 16px;
  }
  .resultat-prix {
    font-size: 31px;
  }
  .btn-souscrire {
    font-size: 13px;
  }
  .btn-accompagner {
    font-size: 12px;
  }
}

@media only screen and (min-width : 1420px) {
  .col-md-jauge {
    width: 33.333333%;
  }
  .col-md-cost {
    width: 25%;
  }
  .resultat-titre {
    font-size: 17px;
  }
  .resultat-prix {
    font-size: 38px;
  }
  .btn-souscrire {
    font-size: 14px;
  }
  .btn-accompagner {
    font-size: 12px;
  }
}

@media only screen and (min-width : 1920px) {
  .splashScreenClass {
    left: 37%;
  }
  .col-md-jauge {
    width: 25%;
  }
  .btn-souscrire {
    font-size: 19px;
  }
  .btn-accompagner {
    font-size: 18px;
  }
  .resultat-titre {
    font-size: 17px;
  }
  .resultat-prix {
    font-size: 38px;
  }
}

.canvass {
  /*height:60px;
  width:21px;
  background-position: center; 
  background-size: 21px 17px;*/
  background-size: 60%;
  background-repeat: no-repeat;
  background-image: url('../img/arrow.old.png');
  width: 200px;
}

.cookie-warner {
  background-color: #969696;
  position: fixed;
  z-index: 100;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.cookie-warner-text {
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  font-family: 'Montserrat Regular';
}

.cookie-warner-ok {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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