@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&amp;display=swap');
.bg-primary {
  /*background-color: #1673e0 !important;*/
  background-color: #e04516 !important;
}

.bg-soft-primary {
  background-color: rgba(47, 85, 212, 0.2) !important;
  border: 1px solid rgba(47, 85, 212, 0.2) !important;
  color: #e04516 !important;
}

.text-primary {
  color: #e04516 !important;
}
@media (max-width: 576px) {
  .text-step5 {
    line-height: 1.3em !important;
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .text-step5 {
    width: 75%;
  }
}
.icon-modale {
  position: absolute;
  margin-left: 20px;
  margin-top: -70px;
}
.text-step5 {
  margin: auto;
  color: #595959;
  font-weight: 400;
}
.btn-step5 {
  color: #595959 !important;
  font-weight: 500 !important;
}
.text-secondary-step5 {
  color: #e04516;
  font-size: 18px;
  font-weight: 600 !important;
}
.btn-tel-step5 {
  background-color: #e04516;
  color: white;
}
.btn-tel-step5:hover {
  color: white !important;
  background-color: #2443ac !important;
}
.dim-step5 {
  font-weight: 500;
}
.strong, th, dt {
  font-weight: 600 !important;
}
.chevron-right {
  width: 20px;
  margin-left: 15px;
}
.chevron-left {
  width: 20px;
  margin-right: 15px;
}
.content-size-icon {
  width: 20px;
}
.ringer {
  width: 25px;
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.text-primary:hover, a.text-primary:focus {
  color: #284bc1 !important;
}
.buy-button-inactive {
  cursor: default !important;
}
#topnav.nav-sticky .buy-button .text-primary {
  display: inline-block;
}

#topnav.nav-sticky .buy-button .text-light {
  display: none;
}

#topnav .buy-button .text-primary {
  display: none;
}

#topnav .buy-button .text-light {
  display: inline-block;
}

.savoirPlus {
  color: #969696 !important;
  text-decoration: underline !important;
  cursor: pointer;
}
.savoirPlus:hover {
color: #616161 !important;
}
@media (min-width: 576px) {
  .btnDec {
    display: flex;
  }
}
@media (max-width: 576px) {
  .section_4 .btnTransp {
    margin: 0.5em auto !important;
    width: 200px;
  }
  .section_4 .btnDec {
    text-align: center;
  }
}
.btnDevis {
  margin-top: 40px;
}
@media (max-width: 1100px) {
  .btnDevis {
    width: 80% !important;
  }
}

.btnTransp {
  padding: 0.8em 1em 0.8em 1em;
  font-size: 12px;
  border-radius: 6px;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px solid black;
  transition: all 300ms ease-out;
  display: inline-block;
}
.btnTransp a {
  color: black;
}
.btnTransp:hover {
  background-color: #e8e8e8;
}
.bg-secondary {
  background-color: #5a6d90 !important;
}

.bg-soft-secondary {
  background-color: rgba(90, 109, 144, 0.2) !important;
  border: 1px solid rgba(90, 109, 144, 0.2) !important;
  color: #5a6d90 !important;
}

.text-secondary {
  color: #5a6d90 !important;
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #506180 !important;
}

.bg-success {
  background-color: #2eca8b !important;
}

.bg-soft-success {
  background-color: rgba(46, 202, 139, 0.2) !important;
  border: 1px solid rgba(46, 202, 139, 0.2) !important;
  color: #2eca8b !important;
}

.text-success {
  color: #2eca8b !important;
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.text-success:hover, a.text-success:focus {
  color: #29b57d !important;
}

.bg-warning {
  background-color: #f17425 !important;
}

.bg-soft-warning {
  background-color: rgba(241, 116, 37, 0.2) !important;
  border: 1px solid rgba(241, 116, 37, 0.2) !important;
  color: #f17425 !important;
}

.text-warning {
  color: #f17425 !important;
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ed650f !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

.bg-soft-info {
  background-color: rgba(23, 162, 184, 0.2) !important;
  border: 1px solid rgba(23, 162, 184, 0.2) !important;
  color: #17a2b8 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.text-info:hover, a.text-info:focus {
  color: #148ea1 !important;
}

.bg-danger {
  background-color: #e43f52 !important;
}

.bg-soft-danger {
  background-color: rgba(228, 63, 82, 0.2) !important;
  border: 1px solid rgba(228, 63, 82, 0.2) !important;
  color: #e43f52 !important;
}

.text-danger {
  color: #e43f52 !important;
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.text-danger:hover, a.text-danger:focus {
  color: #e1293e !important;
}

.bg-dark {
  background-color: #3c4858 !important;
}

.bg-soft-dark {
  background-color: rgba(60, 72, 88, 0.2) !important;
  border: 1px solid rgba(60, 72, 88, 0.2) !important;
  color: #3c4858 !important;
}

.text-dark {
  color: #3c4858 !important;
  font-size: 25px;
  font-weight: 600;
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.text-dark:hover, a.text-dark:focus {
  color: #323c49 !important;
}

.bg-muted {
  background-color: #8492a6 !important;
}

.bg-soft-muted {
  background-color: rgba(132, 146, 166, 0.2) !important;
  border: 1px solid rgba(132, 146, 166, 0.2) !important;
  color: #8492a6 !important;
}

.text-muted {
  color: #000000 !important;
  font-family: 'Work Sans', sans-serif !important;
  font-weight: normal !important;
}
.text-cie {
  color: #8492a6 !important;
}
@media (max-width: 576px) {
  .section-devis .text-muted {
    font-size: 14px;
  }
  .section-devis .media h4 {
    line-height: 1em;
  }
  .media1 {
    margin-bottom: 2em;
  }
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.text-muted:hover, a.text-muted:focus {
  color: #000000 !important;
}

.bg-light {
  background-color: #f8f9fc !important;
}

.bg-soft-light {
  background-color: rgba(248, 249, 252, 0.2) !important;
  border: 1px solid rgba(248, 249, 252, 0.2) !important;
  color: #f8f9fc !important;
}

.text-light {
  color: #f8f9fc !important;
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.text-light:hover, a.text-light:focus {
  color: #e6eaf4 !important;
}

.bg-blue {
  background-color: #e04516 !important;
}

.bg-soft-blue {
  background-color: rgba(47, 85, 212, 0.2) !important;
  border: 1px solid rgba(47, 85, 212, 0.2) !important;
  color: #e04516 !important;
}

.text-blue {
  color: #e04516 !important;
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.text-blue:hover, a.text-blue:focus {
  color: #284bc1 !important;
}

.bg-footer {
  background-color: #202942 !important;
}

.bg-soft-footer {
  background-color: rgba(32, 41, 66, 0.2) !important;
  border: 1px solid rgba(32, 41, 66, 0.2) !important;
  color: #202942 !important;
}

.text-footer {
  color: #202942 !important;
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.text-footer:hover, a.text-footer:focus {
  color: #181e30 !important;
}

.bg-black {
  background: #161c2d !important;
}

.list-inline-item:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 5px;
}

.rounded {
  border-radius: 6px !important;
}

.rounded-top {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.rounded-left {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-bottom {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-right {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-md {
  border-radius: 10px !important;
}

.rounded-lg {
  border-radius: 30px !important;
}

.border {
  border: 1px solid #e9ecef !important;
}

.border-top {
  border-top: 1px solid #e9ecef !important;
}

.border-bottom {
  border-bottom: 1px solid #e9ecef !important;
}

.border-left {
  border-left: 1px solid #e9ecef !important;
}

.border-right {
  border-right: 1px solid #e9ecef !important;
}

.small, small {
  font-size: 90%;
}

.section_12 .card .card-body {
  padding: 0.3rem !important;
}
.card .card-body {
  padding: 1rem !important;
}

.component-wrapper .title {
  font-size: 20px;
}

.component-wrapper.sticky-bar li {
  margin-bottom: 6px;
}

.component-wrapper.sticky-bar li:last-child {
  margin-bottom: 0px !important;
}

.component-wrapper.sticky-bar li a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.component-wrapper.sticky-bar li a:hover, .component-wrapper.sticky-bar li a:focus {
  color: #e04516 !important;
}
.ttvoirBtn {
  background-color: #e5effa !important;
  border: 1px solid #e5effa !important;
  color: #0066cc !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 0.4em 1em;
  border-radius: 5px;
  margin-top: -45px;
  margin-right: 200px;
  float: right;
}
.ttvoirBtn:hover {
  background-color: #b1c9e3 !important;
  border: 1px solid #b1c9e3!important;
}

@media (max-width: 768px) {
.ttvoirBtn {
  text-align: center;
  margin: 10px auto;
  float: none;
  }
  .container-sm-margin {
    margin-top: 100px;
    margin-bottom: 20px;
  }
}


.btn-primary {
  background-color: #e04516 !important;
  border: 1px solid #e04516 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
          box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus {
  background-color: #2443ac !important;
  border-color: #2443ac !important;
  color: #ffffff !important;
}
.number .btn-soft-primary {
  background-color: white !important;
  border: 1px solid rgb(240, 240, 240) !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(96, 96, 96, 0.3);
  box-shadow: 0 3px 5px 0 rgba(96, 96, 96, 0.3);
}
.btn-soft-primary {
  background-color: rgba(47, 85, 212, 0.2) !important;
  border: 1px solid rgba(47, 85, 212, 0.2) !important;
  color: #e04516 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
          box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.focus {
  background-color: #e04516 !important;
  border-color: #e04516 !important;
  color: #ffffff !important;
}

.btn-outline-primary {
  border: 1px solid #e04516;
  color: #e04516;
  background-color: transparent;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #e04516;
  border-color: #e04516;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
          box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-secondary {
  background-color: #5a6d90 !important;
  border: 1px solid #5a6d90 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
          box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.focus {
  background-color: #465571 !important;
  border-color: #465571 !important;
  color: #ffffff !important;
}

.btn-soft-secondary {
  background-color: rgba(90, 109, 144, 0.2) !important;
  border: 1px solid rgba(90, 109, 144, 0.2) !important;
  color: #5a6d90 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
          box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-soft-secondary:hover, .btn-soft-secondary:focus, .btn-soft-secondary:active, .btn-soft-secondary.active, .btn-soft-secondary.focus {
  background-color: #5a6d90 !important;
  border-color: #5a6d90 !important;
  color: #ffffff !important;
}

.btn-outline-secondary {
  border: 1px solid #5a6d90;
  color: #5a6d90;
  background-color: transparent;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.focus, .btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: #5a6d90;
  border-color: #5a6d90;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
          box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-success {
  background-color: #2eca8b !important;
  border: 1px solid #2eca8b !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
          box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus {
  background-color: #25a06e !important;
  border-color: #25a06e !important;
  color: #ffffff !important;
}

.btn-soft-success {
  background-color: rgba(46, 202, 139, 0.2) !important;
  border: 1px solid rgba(46, 202, 139, 0.2) !important;
  color: #2eca8b !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
          box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
}

.btn-soft-success:hover, .btn-soft-success:focus, .btn-soft-success:active, .btn-soft-success.active, .btn-soft-success.focus {
  background-color: #2eca8b !important;
  border-color: #2eca8b !important;
  color: #ffffff !important;
}

.btn-outline-success {
  border: 1px solid #2eca8b;
  color: #2eca8b;
  background-color: transparent;
}

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:not(:disabled):not(.disabled):active {
  background-color: #2eca8b;
  border-color: #2eca8b;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
          box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
}

.btn-warning {
  background-color: #f17425 !important;
  border: 1px solid #f17425 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
          box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus {
  background-color: #d55b0e !important;
  border-color: #d55b0e !important;
  color: #ffffff !important;
}

.btn-soft-warning {
  background-color: rgba(241, 116, 37, 0.2) !important;
  border: 1px solid rgba(241, 116, 37, 0.2) !important;
  color: #f17425 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
          box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
}

.btn-soft-warning:hover, .btn-soft-warning:focus, .btn-soft-warning:active, .btn-soft-warning.active, .btn-soft-warning.focus {
  background-color: #f17425 !important;
  border-color: #f17425 !important;
  color: #ffffff !important;
}

.btn-outline-warning {
  border: 1px solid #f17425;
  color: #f17425;
  background-color: transparent;
}

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:not(:disabled):not(.disabled):active {
  background-color: #f17425;
  border-color: #f17425;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
          box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
}

.btn-info {
  background-color: #17a2b8 !important;
  border: 1px solid #17a2b8 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
          box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus {
  background-color: #117a8b !important;
  border-color: #117a8b !important;
  color: #ffffff !important;
}

.btn-soft-info {
  background-color: rgba(23, 162, 184, 0.2) !important;
  border: 1px solid rgba(23, 162, 184, 0.2) !important;
  color: #17a2b8 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
          box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
}

.btn-soft-info:hover, .btn-soft-info:focus, .btn-soft-info:active, .btn-soft-info.active, .btn-soft-info.focus {
  background-color: #17a2b8 !important;
  border-color: #17a2b8 !important;
  color: #ffffff !important;
}

.btn-outline-info {
  border: 1px solid #17a2b8;
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:not(:disabled):not(.disabled):active {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
          box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
}

.btn-danger {
  background-color: #e43f52 !important;
  border: 1px solid #e43f52 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
          box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus {
  background-color: #d21e32 !important;
  border-color: #d21e32 !important;
  color: #ffffff !important;
}

.btn-soft-danger {
  background-color: rgba(228, 63, 82, 0.2) !important;
  border: 1px solid rgba(228, 63, 82, 0.2) !important;
  color: #e43f52 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
          box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
}

.btn-soft-danger:hover, .btn-soft-danger:focus, .btn-soft-danger:active, .btn-soft-danger.active, .btn-soft-danger.focus {
  background-color: #e43f52 !important;
  border-color: #e43f52 !important;
  color: #ffffff !important;
}

.btn-outline-danger {
  border: 1px solid #e43f52;
  color: #e43f52;
  background-color: transparent;
}

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:not(:disabled):not(.disabled):active {
  background-color: #e43f52;
  border-color: #e43f52;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
          box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
}

.btn-dark {
  background-color: #3c4858 !important;
  border: 1px solid #3c4858 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
          box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus {
  background-color: #272f3a !important;
  border-color: #272f3a !important;
  color: #ffffff !important;
}

.btn-soft-dark {
  background-color: rgba(60, 72, 88, 0.2) !important;
  border: 1px solid rgba(60, 72, 88, 0.2) !important;
  color: #3c4858 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
          box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}

.btn-soft-dark:hover, .btn-soft-dark:focus, .btn-soft-dark:active, .btn-soft-dark.active, .btn-soft-dark.focus {
  background-color: #3c4858 !important;
  border-color: #3c4858 !important;
  color: #ffffff !important;
}

.btn-outline-dark {
  border: 1px solid #3c4858;
  color: #3c4858;
  background-color: transparent;
}

.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active {
  background-color: #3c4858;
  border-color: #3c4858;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
          box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}

.btn-muted {
  background-color: #8492a6 !important;
  border: 1px solid #8492a6 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
          box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus {
  background-color: #68788f !important;
  border-color: #68788f !important;
  color: #ffffff !important;
}

.btn-soft-muted {
  background-color: rgba(132, 146, 166, 0.2) !important;
  border: 1px solid rgba(132, 146, 166, 0.2) !important;
  color: #8492a6 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
          box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-soft-muted:hover, .btn-soft-muted:focus, .btn-soft-muted:active, .btn-soft-muted.active, .btn-soft-muted.focus {
  background-color: #8492a6 !important;
  border-color: #8492a6 !important;
  color: #ffffff !important;
}

.btn-outline-muted {
  border: 1px solid #8492a6;
  color: #8492a6;
  background-color: transparent;
}

.btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active, .btn-outline-muted.focus, .btn-outline-muted:not(:disabled):not(.disabled):active {
  background-color: #8492a6;
  border-color: #8492a6;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
          box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-light {
  background-color: #f8f9fc !important;
  border: 1px solid #f8f9fc !important;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
          box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus {
  background-color: #d4daed !important;
  border-color: #d4daed !important;
  color: #ffffff !important;
}

.btn-soft-light {
  background-color: rgba(248, 249, 252, 0.2) !important;
  border: 1px solid rgba(248, 249, 252, 0.2) !important;
  color: #f8f9fc !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
          box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-soft-light:hover, .btn-soft-light:focus, .btn-soft-light:active, .btn-soft-light.active, .btn-soft-light.focus {
  background-color: #f8f9fc !important;
  border-color: #f8f9fc !important;
  color: #ffffff !important;
}

.btn-outline-light {
  border: 1px solid #f8f9fc;
  color: #f8f9fc;
  background-color: transparent;
}

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active {
  background-color: #f8f9fc;
  border-color: #f8f9fc;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
          box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-blue {
  background-color: #e04516 !important;
  border: 1px solid #e04516 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
          box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .btn-blue.focus {
  background-color: #2443ac !important;
  border-color: #2443ac !important;
  color: #ffffff !important;
}

.btn-soft-blue {
  background-color: rgba(47, 85, 212, 0.2) !important;
  border: 1px solid rgba(47, 85, 212, 0.2) !important;
  color: #e04516 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
          box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-soft-blue:hover, .btn-soft-blue:focus, .btn-soft-blue:active, .btn-soft-blue.active, .btn-soft-blue.focus {
  background-color: #e04516 !important;
  border-color: #e04516 !important;
  color: #ffffff !important;
}

.btn-outline-blue {
  border: 1px solid #e04516;
  color: #e04516;
  background-color: transparent;
}

.btn-outline-blue:hover, .btn-outline-blue:focus, .btn-outline-blue:active, .btn-outline-blue.active, .btn-outline-blue.focus, .btn-outline-blue:not(:disabled):not(.disabled):active {
  background-color: #e04516;
  border-color: #e04516;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
          box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-footer {
  background-color: #202942 !important;
  border: 1px solid #202942 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
          box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.btn-footer:hover, .btn-footer:focus, .btn-footer:active, .btn-footer.active, .btn-footer.focus {
  background-color: #0f131f !important;
  border-color: #0f131f !important;
  color: #ffffff !important;
}

.btn-soft-footer {
  background-color: rgba(32, 41, 66, 0.2) !important;
  border: 1px solid rgba(32, 41, 66, 0.2) !important;
  color: #202942 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
          box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.btn-soft-footer:hover, .btn-soft-footer:focus, .btn-soft-footer:active, .btn-soft-footer.active, .btn-soft-footer.focus {
  background-color: #202942 !important;
  border-color: #202942 !important;
  color: #ffffff !important;
}

.btn-outline-footer {
  border: 1px solid #202942;
  color: #202942;
  background-color: transparent;
}

.btn-outline-footer:hover, .btn-outline-footer:focus, .btn-outline-footer:active, .btn-outline-footer.active, .btn-outline-footer.focus, .btn-outline-footer:not(:disabled):not(.disabled):active {
  background-color: #202942;
  border-color: #202942;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
          box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.btn {
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  border-radius: 6px;
}

.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-sm {
  padding: 7px 16px;
  font-size: 10px;
}

.btn.btn-lg {
  padding: 10px;
  font-size: 22px;
}
.devis-check {
  width: 60px;
  margin: auto;
}

.btn.searchbtn {
  padding: 6px 20px;
}

.btn.btn-pills {
  border-radius: 30px;
}

.btn.btn-light {
  color: #3c4858;
  border: 1px solid #dee2e6 !important;
}

.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-light.focus {
  background-color: #d4daed !important;
  color: #3c4858 !important;
}

.btn.btn-soft-light {
  color: rgba(60, 72, 88, 0.5) !important;
  border: 1px solid #dee2e6 !important;
}

.btn.btn-soft-light:hover, .btn.btn-soft-light:focus, .btn.btn-soft-light:active, .btn.btn-soft-light.active, .btn.btn-soft-light.focus {
  color: #3c4858 !important;
}

.btn.btn-outline-light {
  border: 1px solid #dee2e6 !important;
  color: #3c4858 !important;
  background-color: transparent;
}

.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active, .btn.btn-outline-light.focus {
  background-color: #f8f9fc !important;
}

.btn.btn-icon {
  height: 36px;
  width: 36px;
  line-height: 34px;
  padding: 0;
}

.btn.btn-icon .icons {
  height: 16px;
  width: 16px;
  font-size: 16px;
}

.btn.btn-icon.btn-lg {
  height: 48px;
  width: 48px;
  line-height: 46px;
}

.btn.btn-icon.btn-lg .icons {
  height: 20px;
  width: 20px;
  font-size: 20px;
}

.btn.btn-icon.btn-sm {
  height: 30px;
  width: 30px;
  line-height: 28px;
}

button:not(:disabled) {
  outline: none;
}

.shadow {
  -webkit-box-shadow: rgba(191, 191, 191, 0.35) 0px 4px 13px;
          box-shadow: rgba(191, 191, 191, 0.35) 0px 4px 13px;
}

.shadow-lg {
  -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
          box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
}

/*.shadow-md {
  -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
          box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
}*/
.badge-primary {
  background-color: #e04516 !important;
  color: #ffffff !important;
}

.badge-outline-primary {
  background-color: transparent !important;
  color: #e04516 !important;
  border: 1px solid #e04516 !important;
}

.badge-secondary {
  background-color: #5a6d90 !important;
  color: #ffffff !important;
}

.badge-outline-secondary {
  background-color: transparent !important;
  color: #5a6d90 !important;
  border: 1px solid #5a6d90 !important;
}

.badge-success {
  background-color: #2eca8b !important;
  color: #ffffff !important;
}

.badge-outline-success {
  background-color: transparent !important;
  color: #2eca8b !important;
  border: 1px solid #2eca8b !important;
}

.badge-warning {
  background-color: #f17425 !important;
  color: #ffffff !important;
}

.badge-outline-warning {
  background-color: transparent !important;
  color: #f17425 !important;
  border: 1px solid #f17425 !important;
}

.badge-info {
  background-color: #17a2b8 !important;
  color: #ffffff !important;
}

.badge-outline-info {
  background-color: transparent !important;
  color: #17a2b8 !important;
  border: 1px solid #17a2b8 !important;
}

.badge-danger {
  background-color: #e43f52 !important;
  color: #ffffff !important;
}

.badge-outline-danger {
  background-color: transparent !important;
  color: #e43f52 !important;
  border: 1px solid #e43f52 !important;
}

.badge-dark {
  background-color: #3c4858 !important;
  color: #ffffff !important;
}

.badge-outline-dark {
  background-color: transparent !important;
  color: #3c4858 !important;
  border: 1px solid #3c4858 !important;
}

.badge-muted {
  background-color: #8492a6 !important;
  color: #ffffff !important;
}

.badge-outline-muted {
  background-color: transparent !important;
  color: #8492a6 !important;
  border: 1px solid #8492a6 !important;
}

.badge-light {
  background-color: #f8f9fc !important;
  color: #ffffff !important;
}

.badge-outline-light {
  background-color: transparent !important;
  color: #f8f9fc !important;
  border: 1px solid #f8f9fc !important;
}

.badge-blue {
  background-color: #e04516 !important;
  color: #ffffff !important;
}

.badge-outline-blue {
  background-color: transparent !important;
  color: #e04516 !important;
  border: 1px solid #e04516 !important;
}

.badge-footer {
  background-color: #202942 !important;
  color: #ffffff !important;
}

.badge-outline-footer {
  background-color: transparent !important;
  color: #202942 !important;
  border: 1px solid #202942 !important;
}

.badge {
  padding: 5px 8px;
  border-radius: 3px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.badge.badge-light {
  color: #3c4858 !important;
  background-color: #f8f9fc !important;
}

.badge.badge-outline-light {
  color: #3c4858 !important;
  border: 1px solid #b1bcdd !important;
  background-color: transparent !important;
}

.badge.badge-pill {
  border-radius: 12px;
}

.badge:focus, .badge.focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.dropdown-primary .dropdown-menu .dropdown-item:hover, .dropdown-primary .dropdown-menu .dropdown-item.active, .dropdown-primary .dropdown-menu .dropdown-item:active, .dropdown-primary .dropdown-menu .dropdown-item.focus, .dropdown-primary .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #e04516 !important;
}

.dropdown-secondary .dropdown-menu .dropdown-item:hover, .dropdown-secondary .dropdown-menu .dropdown-item.active, .dropdown-secondary .dropdown-menu .dropdown-item:active, .dropdown-secondary .dropdown-menu .dropdown-item.focus, .dropdown-secondary .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #5a6d90 !important;
}

.dropdown-success .dropdown-menu .dropdown-item:hover, .dropdown-success .dropdown-menu .dropdown-item.active, .dropdown-success .dropdown-menu .dropdown-item:active, .dropdown-success .dropdown-menu .dropdown-item.focus, .dropdown-success .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #2eca8b !important;
}

.dropdown-warning .dropdown-menu .dropdown-item:hover, .dropdown-warning .dropdown-menu .dropdown-item.active, .dropdown-warning .dropdown-menu .dropdown-item:active, .dropdown-warning .dropdown-menu .dropdown-item.focus, .dropdown-warning .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #f17425 !important;
}

.dropdown-info .dropdown-menu .dropdown-item:hover, .dropdown-info .dropdown-menu .dropdown-item.active, .dropdown-info .dropdown-menu .dropdown-item:active, .dropdown-info .dropdown-menu .dropdown-item.focus, .dropdown-info .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #17a2b8 !important;
}

.dropdown-danger .dropdown-menu .dropdown-item:hover, .dropdown-danger .dropdown-menu .dropdown-item.active, .dropdown-danger .dropdown-menu .dropdown-item:active, .dropdown-danger .dropdown-menu .dropdown-item.focus, .dropdown-danger .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #e43f52 !important;
}

.dropdown-dark .dropdown-menu .dropdown-item:hover, .dropdown-dark .dropdown-menu .dropdown-item.active, .dropdown-dark .dropdown-menu .dropdown-item:active, .dropdown-dark .dropdown-menu .dropdown-item.focus, .dropdown-dark .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #3c4858 !important;
}

.dropdown-muted .dropdown-menu .dropdown-item:hover, .dropdown-muted .dropdown-menu .dropdown-item.active, .dropdown-muted .dropdown-menu .dropdown-item:active, .dropdown-muted .dropdown-menu .dropdown-item.focus, .dropdown-muted .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #8492a6 !important;
}

.dropdown-light .dropdown-menu .dropdown-item:hover, .dropdown-light .dropdown-menu .dropdown-item.active, .dropdown-light .dropdown-menu .dropdown-item:active, .dropdown-light .dropdown-menu .dropdown-item.focus, .dropdown-light .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #f8f9fc !important;
}

.dropdown-blue .dropdown-menu .dropdown-item:hover, .dropdown-blue .dropdown-menu .dropdown-item.active, .dropdown-blue .dropdown-menu .dropdown-item:active, .dropdown-blue .dropdown-menu .dropdown-item.focus, .dropdown-blue .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #e04516 !important;
}

.dropdown-footer .dropdown-menu .dropdown-item:hover, .dropdown-footer .dropdown-menu .dropdown-item.active, .dropdown-footer .dropdown-menu .dropdown-item:active, .dropdown-footer .dropdown-menu .dropdown-item.focus, .dropdown-footer .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #202942 !important;
}

.btn-group .dropdown-toggle:after {
  content: "";
  position: relative;
  right: -4px;
  top: -2px;
  border: solid #ffffff;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  padding: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 0;
  vertical-align: 0;
}

.btn-group .dropdown-menu {
  margin-top: 10px;
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

.btn-group .dropdown-menu:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 7px solid #495057;
  border-radius: 0.5px;
  border-color: transparent transparent #ffffff #ffffff;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-box-shadow: -2px 2px 2px -1px rgba(22, 28, 45, 0.15);
          box-shadow: -2px 2px 2px -1px rgba(22, 28, 45, 0.15);
}

.alert-primary {
  background-color: rgba(47, 85, 212, 0.9);
  color: #ffffff;
  border-color: #e04516;
}

.alert-primary .alert-link {
  color: #122258;
}

.alert-outline-primary {
  background-color: #ffffff;
  color: #e04516;
  border-color: #e04516;
}

.alert-secondary {
  background-color: rgba(90, 109, 144, 0.9);
  color: #ffffff;
  border-color: #5a6d90;
}

.alert-secondary .alert-link {
  color: #1f2632;
}

.alert-outline-secondary {
  background-color: #ffffff;
  color: #5a6d90;
  border-color: #5a6d90;
}

.alert-success {
  background-color: rgba(46, 202, 139, 0.9);
  color: #ffffff;
  border-color: #2eca8b;
}

.alert-success .alert-link {
  color: #124d35;
}

.alert-outline-success {
  background-color: #ffffff;
  color: #2eca8b;
  border-color: #2eca8b;
}

.alert-warning {
  background-color: rgba(241, 116, 37, 0.9);
  color: #ffffff;
  border-color: #f17425;
}

.alert-warning .alert-link {
  color: #753208;
}

.alert-outline-warning {
  background-color: #ffffff;
  color: #f17425;
  border-color: #f17425;
}

.alert-info {
  background-color: rgba(23, 162, 184, 0.9);
  color: #ffffff;
  border-color: #17a2b8;
}

.alert-info .alert-link {
  color: #062a30;
}

.alert-outline-info {
  background-color: #ffffff;
  color: #17a2b8;
  border-color: #17a2b8;
}

.alert-danger {
  background-color: rgba(228, 63, 82, 0.9);
  color: #ffffff;
  border-color: #e43f52;
}

.alert-danger .alert-link {
  color: #79111d;
}

.alert-outline-danger {
  background-color: #ffffff;
  color: #e43f52;
  border-color: #e43f52;
}

.alert-dark {
  background-color: rgba(60, 72, 88, 0.9);
  color: #ffffff;
  border-color: #3c4858;
}

.alert-dark .alert-link {
  color: black;
}

.alert-outline-dark {
  background-color: #ffffff;
  color: #3c4858;
  border-color: #3c4858;
}

.alert-muted {
  background-color: rgba(132, 146, 166, 0.9);
  color: #ffffff;
  border-color: #8492a6;
}

.alert-muted .alert-link {
  color: #3d4654;
}

.alert-outline-muted {
  background-color: #ffffff;
  color: #8492a6;
  border-color: #8492a6;
}

.alert-light {
  background-color: rgba(248, 249, 252, 0.9);
  color: #ffffff;
  border-color: #f8f9fc;
}

.alert-light .alert-link {
  color: #8d9dce;
}

.alert-outline-light {
  background-color: #ffffff;
  color: #f8f9fc;
  border-color: #f8f9fc;
}

.alert-blue {
  background-color: rgba(47, 85, 212, 0.9);
  color: #ffffff;
  border-color: #e04516;
}

.alert-blue .alert-link {
  color: #122258;
}

.alert-outline-blue {
  background-color: #ffffff;
  color: #e04516;
  border-color: #e04516;
}

.alert-footer {
  background-color: rgba(32, 41, 66, 0.9);
  color: #ffffff;
  border-color: #202942;
}

.alert-footer .alert-link {
  color: black;
}

.alert-outline-footer {
  background-color: #ffffff;
  color: #202942;
  border-color: #202942;
}

.alert {
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 14px;
}

.alert.alert-light {
  background-color: #f8f9fc;
  color: #3c4858;
  border-color: #dee2e6;
}

.alert.alert-dismissible {
  padding-right: 30px;
}

.alert.alert-dismissible .close {
  top: -2px;
  right: -10px;
  font-size: 16px !important;
}

.alert.alert-pills {
  border-radius: 30px;
  display: inline-block;
}

.alert.alert-pills .content {
  font-weight: 600;
}

.page-next-level .title {
  font-size: 35px;
  letter-spacing: 1px;
  line-height: 1em;
}

.page-next-level .page-next {
  position: relative;
  top: 110px;
  z-index: 99;
}

.breadcrumb {
  letter-spacing: 0.5px;
  padding: 8px 24px;
  display: block;
}
@media (max-width: 576px) {
  .breadcrumb .breadcrumb-item {
    font-size: 12px !important;
  }
}
.breadcrumb .breadcrumb-item {
  /*text-transform: uppercase;*/
  font-size: 16px;
  font-weight: 400;
  padding-left: 0;
  display: inline-block;
}

.breadcrumb .breadcrumb-item a {
  color: #3c4858;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #e04516;
}

.breadcrumb .breadcrumb-item.active {
  color: #e04516;
}

.breadcrumb .breadcrumb-item:before {
  content: "";
}

.breadcrumb .breadcrumb-item:after {
  content: "\F0142" !important;
  font-size: 16px;
  color: black;
  font-family: 'Material Design Icons';
  padding-left: 5px;
}

.breadcrumb .breadcrumb-item:last-child:after {
  display: none;
}

.pagination .page-item:first-child .page-link {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.pagination .page-item:last-child .page-link {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.pagination .page-item .page-link {
  color: #3c4858;
  border: 1px solid #dee2e6;
  padding: 10px 15px;
  font-size: 14px;
}

.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pagination .page-item .page-link:hover {
  color: #ffffff;
  background: rgba(47, 85, 212, 0.9);
  border-color: rgba(47, 85, 212, 0.9);
}

.pagination .page-item.active .page-link {
  color: #ffffff;
  background: #e04516 !important;
  border-color: #e04516;
  cursor: not-allowed;
}

.avatar.avatar-ex-sm {
  max-height: 45px;
}

.avatar.avatar-md-sm {
  height: 45px;
  width: 45px;
}

.avatar.avatar-small {
  height: 65px;
  width: 65px;
}

.avatar.avatar-md-md {
  height: 80px;
  width: 80px;
}

.avatar.avatar-medium {
  height: 110px;
  width: 110px;
}

.avatar.avatar-large {
  height: 140px;
  width: 140px;
}

.avatar.avatar-ex-large {
  height: 180px;
  width: 180px;
}
.faq-container .question {
  font-size: 20px;
}

.faq-content .card .faq .card-header {
  padding-right: 40px !important;
}

.faq-content .card a.faq[data-toggle=collapse] {
  background-color: #ffffff;
  color: #e04516;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.faq-content .card a.faq[data-toggle=collapse]:before {
  content: '\F0143';
  display: block;
  font-family: 'Material Design Icons';
  font-size: 18px;
  color: #3c4858;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.faq-content .card a.faq[data-toggle=collapse].collapsed {
  background-color: #ffffff;
  color: #3c4858 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.faq-content .card a.faq[data-toggle=collapse].collapsed:before {
  top: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #3c4858 !important;
}

.faq-content .card .title {
  font-size: 16px;
}
.landing-process {
  border-radius: 10px;
  border: 2px solid #e04516;
}
.nav-pills {
  margin-bottom: 15px;
  background: #f4f6fa;
}

.nav-pills .nav-link {
  color: #495057 !important;
  padding: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-pills .nav-link.active {
  background: #e04516;
  color: #ffffff !important;
}

.nav-pills .nav-link.active .tab-para {
  color: rgba(255, 255, 255, 0.65) !important;
}

.nav-pills a .title {
  font-size: 17px;
  font-weight: 500;
}

.progress-box .title {
  font-size: 15px;
}

.progress-box .progress {
  height: 8px;
  overflow: visible;
}

.progress-box .progress .progress-bar {
  border-radius: 6px;
  -webkit-animation: animate-positive 3s;
          animation: animate-positive 3s;
  overflow: visible !important;
}

.progress-box .progress .progress-value {
  position: absolute;
  top: -25px;
  right: -15px;
  font-size: 13px;
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

.blockquote {
  border-left: 3px solid #dee2e6;
  border-radius: 6px;
  font-size: 16px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  font-size: 14px;
  font-weight: 600;
}

.form-group .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  color: #3c4858;
  height: 42px;
  font-size: 13px;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form-group .form-control:focus, .form-group .form-control.active {
  border-color: #e04516;
}

.form-group textarea {
  height: 120px !important;
}

.form-group textarea.form-control {
  line-height: 25px;
}

.form-control:disabled, .form-control[readonly] {
  background-color: transparent;
  opacity: 1;
}

.custom-control-input:checked ~ .custom-control-label:before {
  color: #ffffff;
  border-color: #e04516;
  background-color: #e04516;
}

.custom-control-input:focus ~ .custom-control-label::before,
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #e04516;
}

.custom-control-label {
  cursor: pointer;
}

.custom-control-label:before, .custom-control-label:after {
  top: 2px;
}

.custom-switch .custom-control-label:after {
  top: 4px;
}

.subcribe-form input {
  padding: 14px 20px;
  width: 100%;
  color: #3c4858 !important;
  border: none;
  outline: none !important;
  padding-right: 160px;
  padding-left: 30px;
  background-color: rgba(255, 255, 255, 0.8);
}

.subcribe-form button {
  position: absolute;
  top: 6px;
  right: 6px;
  outline: none !important;
}

.subcribe-form form {
  position: relative;
  max-width: 600px;
  margin: 0px auto;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive .table td,
.table-responsive .table th {
  vertical-align: middle;
}

.table-responsive .table-center th {
  vertical-align: middle !important;
}

.table-responsive .table-center tbody tr:hover {
  color: #3c4858;
  background-color: #f8f9fa;
}

.table-responsive .table-center.invoice-tb th,
.table-responsive .table-center.invoice-tb td {
  text-align: end;
}

.modal-open {
  padding-right: 0 !important;
}
.modal-title {
  margin:auto;
  font-size:25px;
  font-weight:600 !important;
}
.modal-header, .modal-footer {
  border-bottom: none;
  border-top: none;
}
.modal-content {
  border-radius: 0.7rem;
}
.modal-footer {
  background-color: #e04516;
  border-bottom-right-radius: 0.6em;
  border-bottom-left-radius: 0.6em;
}
.modal-footer:hover {
  background-color: #1766c4;
}
.modal-footer .btn-primary:hover {
  background-color: transparent !important;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #ffffff, #ffffff);
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#preloader #status .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

#preloader #status .spinner .double-bounce1, #preloader #status .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #e04516;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
          animation: sk-bounce 2.0s infinite ease-in-out;
}

#preloader #status .spinner .double-bounce2 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.social-icon li a {
  color: #3c4858;
  border: 1px solid #3c4858;
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 28px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}

.social-icon li a .fea-social {
  stroke-width: 2;
}

.social-icon li a:hover {
  background-color: #e04516;
  border-color: #e04516 !important;
  color: #ffffff !important;
}

.social-icon li a:hover .fea-social {
  fill: #e04516;
}

.social-icon.social li a {
  color: #adb5bd;
  border-color: #adb5bd;
}

.back-to-top {
  z-index: 99;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.back-to-top .icons {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.back-to-top:hover {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.back-to-top:hover .icons {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.back-to-home {
  position: absolute;
  top: 4%;
  right: 2%;
  z-index: 1;
}

.sticky-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.fea {
  stroke-width: 1.8;
}

.fea.icon-sm {
  height: 16px;
  width: 16px;
}

.fea.icon-ex-md {
  height: 20px;
  width: 20px;
}

.fea.icon-m-md {
  height: 28px;
  width: 28px;
}

.fea.icon-md {
  height: 35px;
  width: 35px;
}

.fea.icon-lg {
  height: 42px;
  width: 42px;
}

.fea.icon-ex-lg {
  height: 52px;
  width: 52px;
}
.display_h6-dash {
  display: inline-block;
}

.display-1 {
  font-size: 80px !important;
}

.display-2 {
  font-size: 72px !important;
}

.display-3 {
  font-size: 64px !important;
}

.display-4 {
  font-size: 56px !important;
}

[class^=uil-]:before,
[class*=" uil-"]:before {
  margin: 0;
}

.uim-svg {
  vertical-align: 0 !important;
}

@media (max-width: 768px) {
  .page-next-level .page-next {
    top: 70px;
  }
  .display-1 {
    font-size: 56px !important;
  }
  .display-2 {
    font-size: 50px !important;
  }
  .display-3 {
    font-size: 42px !important;
  }
  .display-4 {
    font-size: 36px !important;
  }
}

body {
  font-family: 'Work Sans', Roboto, -apple-system, "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  overflow-x: hidden !important;
  font-size: 16px;
  color: #161c2d;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
}

::-moz-selection {
  background: rgba(47, 85, 212, 0.9);
  color: #ffffff;
}

::selection {
  background: rgba(47, 85, 212, 0.9);
  color: #ffffff;
}

a {
  text-decoration: none !important;
}

p {
  line-height: 1.6;
}

.section {
  margin-top: 80px;
  position: relative;
}
.section_blog {
  margin-top: 0px !important;
}
@media (max-width: 768px) {
  .section {
    margin-top: 40px;
  }
}

.section-two {
  padding: 60px 0;
  position: relative;
}

.bg-overlay {
  background-color: rgba(60, 72, 88, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg-overlay-gradient {
  background-color: rgba(47, 85, 212, 0.6);
}

.bg-overlay-white {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-overlay-gradient2 {
  background-image: -webkit-gradient(linear, left top, right top, from(#2eca8b), color-stop(#e04516), to(#2eca8b));
  background-image: linear-gradient(90deg, #2eca8b, #e04516, #2eca8b);
  opacity: 0.5;
}

.title-heading {
  line-height: 26px;
}

.title-heading .heading {
  font-family: 'Work Sans', sans-serif !important;
  font-weight:600;
  font-style: normal;
  letter-spacing:-0.02em;
  font-size:48px;
}

.title-heading .para-desc {
  font-size: 18px;
}

.section-title {
  position: relative;
}

.section-title .title {
  letter-spacing: 0.5px;
  font-size: 30px;
}

.text-shadow-title {
  text-shadow: 2px 0 0 #ffffff, -2px 0 0 #ffffff, 0 4px 0 rgba(255, 255, 255, 0.4), 0 -2px 0 #ffffff, 1px 1px #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff;
}

.para-desc {
  max-width: 600px;
}

.mt-100 {
  margin-top: 100px;
}

.shape {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: -2px;
  left: 0;
}

.shape > svg {
  -webkit-transform: scale(2);
          transform: scale(2);
  width: 100%;
  height: auto;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.mover {
  -webkit-animation: mover 1s infinite alternate;
          animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.feature-posts-placeholder {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 66.6%;
}

.spin-anything {
  -webkit-animation: spinner-animation 5s linear infinite;
          animation: spinner-animation 5s linear infinite;
}

@-webkit-keyframes spinner-animation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-animation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media (min-width: 768px) {
  .margin-top-100 {
    margin-top: 50px;
  }
  .margin-top-100 .heading {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .title-heading .heading {
    font-size: 35px !important;
  }
  .title-heading .para-desc {
    font-size: 18px;
  }
  .section-title .title {
    font-size: 24px;
  }
  .mt-60 {
    margin-top: 60px;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
}

@media (max-width: 425px) {
  .shape {
    bottom: -4px;
  }
}

@media (max-width: 425px) {
  .feature-posts-placeholder {
    height: 80%;
  }
}

#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: transparent;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#topnav .logo {
  float: left;
  color: #3c4858 !important;
}

#topnav .logo .l-dark {
  display: none;
}

#topnav .logo .l-light {
  display: inline-block;
}

#topnav .has-submenu.active a {
  color: #ffffff;
}

#topnav .has-submenu.active .submenu li.active > a {
  color: #e04516 !important;
}

#topnav .has-submenu.active.active .menu-arrow {
  border-color: #e04516;
}

#topnav .has-submenu {
  position: relative;
}

#topnav .has-submenu .submenu .submenu-arrow {
  border: solid #3c4858;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 14px;
}

#topnav .has-submenu .submenu .has-submenu:hover .submenu-arrow {
  border-color: #e04516;
}

#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 28px 20px;
  height: 18px;
}

#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #3c4858;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

#topnav .navbar-toggle span:last-child {
  margin-bottom: 0;
}

#topnav .buy-button {
  float: right;
  line-height: 68px;
}

/*#topnav .buy-button .login-btn-primary {
  display: none;
}*/

#topnav .buy-button .login-btn-light {
  display: inline-block;
}

#topnav .navbar-toggle.open span {
  position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
  background-color: #e04516;
}

#topnav .navbar-toggle:hover, #topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu > li > a:hover, #topnav .navbar-toggle:focus {
  background-color: transparent;
}

#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#topnav .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
  margin: 0 8px;
}

#topnav .navigation-menu > li:hover > a,
#topnav .navigation-menu > li.active > a {
  color: #e04516 !important;
}

#topnav .navigation-menu > li > a {
  display: block;
  color: #3c4858;
  font-size: 13px;
  background-color: transparent !important;
  letter-spacing: 0.5px;
  line-height: 24px;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: 'Work Sans', sans-serif !important;
  padding-left: 15px;
  padding-right: 15px;
}

#topnav .navigation-menu > li > span.tagline {
  display: block;
  color: #3c4858;
  font-size: 12px;
  background-color: transparent !important;
  letter-spacing: 1px;
  line-height: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: 'Work Sans', sans-serif !important;
  padding-left: 15px;
  padding-right: 15px;
}

#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:active {
  color: #e04516;
}

#topnav .navigation-menu .has-submenu .menu-arrow {
  border: solid #3c4858;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 30px;
  right: 5px;
}

#topnav .navigation-menu .has-submenu:hover .menu-arrow {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

#topnav .menu-extras {
  float: right;
}

#topnav.scroll {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

#topnav.scroll .navigation-menu > li > a {
  color: #3c4858;
}

#topnav.scroll .navigation-menu > li > .menu-arrow {
  border-color: #3c4858;
}

#topnav.scroll .navigation-menu > li:hover > a, #topnav.scroll .navigation-menu > li.active > a {
  color: #e04516;
}

#topnav.scroll .navigation-menu > li:hover > .menu-arrow, #topnav.scroll .navigation-menu > li.active > .menu-arrow {
  border-color: #e04516;
}

#topnav.defaultscroll.dark-menubar .logo {
  line-height: 70px;
}

#topnav.defaultscroll.scroll .logo {
  line-height: 62px;
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
  line-height: 62px;
}

#topnav.nav-sticky {
  background: #ffffff;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

#topnav.nav-sticky .navigation-menu.nav-light > li > a {
  color: #3c4858;
}

#topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
  color: #e04516 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light > li:hover > .menu-arrow, #topnav.nav-sticky .navigation-menu.nav-light > li.active > .menu-arrow {
  border-color: #e04516 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light > li:hover > a, #topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
  color: #e04516 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
  border-color: #3c4858;
}

#topnav.nav-sticky .buy-button .login-btn-primary {
  display: inline-block;
}

#topnav.nav-sticky .buy-button .login-btn-light {
  display: none;
}

#topnav.nav-sticky .logo .l-dark {
  display: inline-block;
}

#topnav.nav-sticky .logo .l-light {
  display: none;
}

.logo {
  font-weight: 600;
  font-size: 24px;
  padding: 0 0 6px;
  letter-spacing: 1px;
  line-height: 68px;
}
.header-light-pro .btn-primary {
  color: #0066cc !important;
  background-color: #e5effa !important;
  border: #e5effa !important;
}
.header-light-pro .btn-primary:hover {
  background-color: #c4e0ff !important;
  border: #c4e0ff !important;
}
.topnav-pro .buy-button {
  line-height: 0px !important;
  margin-top: 15px;
}
.section-view-devis {
  border: 1px solid #e1e1e1;
}

@media (min-width: 1200px) {
  #topnav .navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #topnav .navigation-menu > .has-submenu > .submenu > .has-submenu > .submenu::before {
    top: 20px;
    margin-left: -35px;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(60, 72, 88, 0.15);
            box-shadow: 1px 1px 0px 0px rgba(60, 72, 88, 0.15);
    border-color: transparent #ffffff #ffffff transparent;
  }
  #topnav .navigation-menu > .has-submenu:hover .menu-arrow {
    top: 33px !important;
  }
  #topnav .navigation-menu > .has-submenu.active .menu-arrow {
    top: 30px;
  }
  #topnav .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 15px 0;
    list-style: none;
    min-width: 300px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 6px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(60, 72, 88, 0.30);
            box-shadow: 0 0 10px rgba(60, 72, 88, 0.30);
  }
  #topnav .navigation-menu > li .submenu:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 250px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 7px solid #495057;
    border-color: transparent transparent #ffffff #ffffff;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-box-shadow: -2px 2px 2px -1px rgba(60, 72, 88, 0.15);
            box-shadow: -2px 2px 2px -1px rgba(60, 72, 88, 0.15);
  }
  #topnav .navigation-menu > li .submenu li {
    position: relative;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    padding: 10px 20px;
    clear: both;
    white-space: nowrap;
    font-size: 13px;
    letter-spacing: 0.04em;
    font-weight: 500;
    color: #3c4858 !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #e04516 !important;
    font-weight: 600 !important;
  }
  #topnav .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu {
    white-space: nowrap;
    width: auto;
    margin-left: -200px;
    min-width: 1170px;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li .submenu > li .submenu {
    left: 106%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li > a, #topnav .navigation-menu > li > span.tagline {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 62px;
  }
  #topnav .navigation-menu > li:hover > .menu-arrow {
    border-color: #e04516;
  }
  #topnav .navigation-menu > li:hover > a,
  #topnav .navigation-menu > li.active > a {
    color: #e04516 !important;
  }
  #topnav .navigation-menu > li.last-elements .submenu {
    left: auto;
    right: 0;
  }
  #topnav .navigation-menu > li.last-elements .megamenu-pro {
    left: -260;
    right: 0;
    min-width: 300px !important;
  }
  #topnav .navigation-menu > li.last-elements .submenu:before {
    left: auto;
    right: 10px;
  }
  #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }
  #topnav .navigation-menu.nav-light > li > a {
    color: rgba(255, 255, 255, 0.5);
  }
  #topnav .navigation-menu.nav-light > li.active > a {
    color: #ffffff !important;
  }
  #topnav .navigation-menu.nav-light > li:hover > .menu-arrow {
    border-color: #ffffff !important;
  }
  #topnav .navigation-menu.nav-light > li:hover > a {
    color: #ffffff !important;
  }
  #topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
    border-color: rgba(255, 255, 255, 0.5);
  }
  #topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow {
    border-color: #ffffff !important;
  }
  #topnav .navigation-menu.nav-right {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  #topnav .navigation-menu.nav-left {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  #topnav .navigation-menu.nav-left > li.last-elements .submenu {
    left: 0 !important;
    right: auto !important;
  }
  #topnav .navigation-menu.nav-left > li.last-elements .submenu:before {
    left: 45px !important;
    right: auto !important;
  }
  #topnav .buy-button {
    padding-left: 15px;
    margin-left: 12px;
  }
  #topnav .navbar-toggle {
    display: none;
  }
  #topnav #navigation {
    display: block !important;
  }
  #topnav #navigation-landing {
    display: block !important;
  }
  #topnav.scroll {
    top: 0;
  }
  #topnav.scroll .navigation-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #topnav.scroll-active .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .d-xl {
    display: block !important;
  }
}

.header-devis-mobile {
  display:none;
}

.header-devis {
  display:block;
}

.h4-size {
  font-size:1rem !important;
}
@media (max-width: 576px) {
  .section-top .podium-mob .getDevis-top {
    margin: auto !important;
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .pt-2-mobile {
    padding-top: 2rem !important;
  }

  .header-devis-mobile {
    display:block;
  }
  .header-devis {
    display:none;
  }

  .section_1 {
    margin-top: 4rem !important;
  }

  #topnav .navigation-menu .has-submenu .menu-arrow {
   top: 15px !important;
   }
}
@media (max-width: 1199px) {
  #topnav {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
            box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    min-height: 74px;
  }
  #topnav .logo .l-dark {
    display: inline-block !important;
  }
  #topnav .logo .l-light {
    display: none !important;
  }
  #topnav .container {
    width: auto;
  }
  #topnav #navigation {
    max-height: 600px;
  }
  #topnav #navigation-landing {
    max-height: 600px;
  }
  #topnav .navigation-menu {
    float: none;
  }
  #topnav .navigation-menu-landing {
    float: left !important;
  }
  #topnav .navigation-menu > li {
    float: none;
  }
  #topnav .navigation-menu > li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 15px;
    font-size: 13px;
    letter-spacing: 0.04em;
    font-weight: 500;
    color: #3c4858 !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu .submenu {
    display: none;
    list-style: none;
  }
  #topnav .navigation-menu > li .submenu .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
    display: block;
    position: relative;
    padding: 10px 15px;
    font-size: 12px;
    letter-spacing: 2px;
    color: #8492a6;
  }
  #topnav .navigation-menu > li > a, #topnav .navigation-menu > li > span.tagline {
    color: #3c4858;
    padding: 10px 20px;
  }
  #topnav .navigation-menu > li > a:after, #topnav .navigation-menu > li > span.tagline:after {
    position: absolute;
    right: 15px;
  }
  #topnav .navigation-menu > li > a:hover,
  #topnav .navigation-menu > li .submenu li a:hover,
  #topnav .navigation-menu > li.has-submenu.open > a {
    color: #e04516;
  }
  #topnav .menu-extras .menu-item {
    border-color: #8492a6;
  }
  #topnav .navbar-header {
    float: left;
  }
  #topnav .buy-button .login-btn-primary {
    display: inline-block !important;
  }
  #topnav .buy-button {
    padding-left: 15px;
    margin-left: 12px;
   }
  #topnav .has-submenu .submenu .submenu-arrow {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 12px;
  }
  #topnav .has-submenu.active a {
    color: #e04516;
  }
  #navigation {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    background-color: #f8f9fc !important
  }

    #navigation-landing {
    position: relative;
    top: 14px;
    width: 100%;
    height: auto;
    padding-bottom: 0;
    background-color: #ffffff;
  }

  #navigation.open {
    display: block;
    overflow-y: auto;
  }

    #navigation-landing.open {
    display: block;
    overflow-y: auto;
  }
  .mt-24
  {
    margin-top: 12px !important;
  }

}

@media (max-width: 768px) {
  #topnav .navigation-menu .has-submenu .menu-arrow {
    right: 16px !important;
    top: 16px !important;
  }
  #topnav .buy-button {
    padding: 3px 0;
    margin-right: 1rem !important;
  }
    .landing-h5 {
        font-size: 1.5em;
    }
  #topnav .buy-button .buttonTel, #topnav .buy-menu-btn .buttonTel
  {
    width: auto !important;
    font-size:16px;
    padding-top: 10px;
  }
}

@media (min-width: 768px) {
  #topnav .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-toggle {
    display: block;
  }
}

@media (max-width: 768px) {
  #topnav .buy-button {
    display: none;
  }
  #topnav .buy-menu-btn {
    display: block !important;
    padding: 10px;
  }
  #topnav .navbar-toggle .lines {
    margin-right: 0 !important;
  }
}

@media all and (max-width: 580px) {
.redTitle, .greenTitle {
  display: none;
  }
}

.bg-home {
  height: 100vh;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half-260 {
  padding: 260px 0;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half-170 {
  padding: 0 0 100px 0;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
  background-color: #f6f8fa;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .bg-half-170 {
    margin-top: 0;
    padding: 0 0 20px 0 !important;
  }
}

.bg-half {
  padding: 184px 0 90px;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.gradient {
  background: #e04516 !important;
  background: linear-gradient(45deg, #e04516, #e04516) !important;
  opacity: 0.9;
}

.bg-circle-gradiant {
  background: radial-gradient(circle at 50% 50%, rgba(47, 85, 212, 0.1) 0%, rgba(47, 85, 212, 0.1) 33.333%, rgba(47, 85, 212, 0.3) 33.333%, rgba(47, 85, 212, 0.3) 66.666%, rgba(47, 85, 212, 0.5) 66.666%, rgba(47, 85, 212, 0.5) 99.999%);
}

.home-dashboard img {
  position: relative;
  top: 60px;
  z-index: 1;
}

.classic-saas-image .bg-saas-shape:after {
  bottom: 3rem;
  left: 0;
  width: 75rem;
  height: 55rem;
  border-radius: 20rem;
  opacity: 0.9;
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
}

.studio-home {
  padding: 7%;
}

.agency-wrapper:before {
  content: "";
  position: absolute;
  bottom: 22rem;
  right: 54rem;
  width: 90rem;
  height: 35rem;
  border-radius: 17rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #f8f9fc;
  z-index: -1;
}

.bg-marketing {
  padding: 76px 0 120px;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.home-slider .carousel-control-next,
.home-slider .carousel-control-prev {
  width: 5%;
}

.home-slider .carousel-item,
.home-slider .carousel {
  height: 100vh;
  width: 100%;
}

.home-slider .carousel-item {
  background-position: center center;
  background-size: cover;
}

.home-slider .carousel-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel {
  position: relative;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width:100%;
}
.carousel-style {
  background: #e04516;
  border-radius:7px;
  height: 350px;
}

.main-slider .slides .bg-slider {
  background-size: cover;
  height: 100vh;
  position: relative;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.main-slider .slides .bg-slider.shopping {
  height: 75vh;
}

.flex-control-paging li a {
  background: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.flex-control-paging li a.flex-active {
  background: #e04516;
  cursor: default;
  font-size: 17px;
  width: 15px;
  height: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.flex-control-nav {
  display: none;
}

.bg-animation-left:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  -webkit-clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
          clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
}

.bg-animation-left.dark-left:after {
  background: rgba(60, 72, 88, 0.6);
}

.bg-animation-left.crypto-home:after {
  background: #e04516;
  width: 80%;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
}

.bg-animation-left.task-management-home:after {
  background: url("../images/task/bg.png") #e04516;
  width: 100%;
  -webkit-clip-path: circle(65% at 40% 25%);
          clip-path: circle(65% at 40% 25%);
}

.bg-invoice {
  padding: 100px 0;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.classic-app-image .bg-app-shape:after {
  bottom: 3rem;
  left: -8rem;
  width: 55rem;
  height: 35rem;
  border-radius: 20rem;
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  opacity: 0.9;
}

.classic-app-image .app-images {
  position: absolute;
  bottom: 60px;
  right: -20px;
}

.classic-app-image .bg-app-shape:after,
.classic-saas-image .bg-saas-shape:after {
  content: " ";
  position: absolute;
  z-index: -1;
}

.classic-app-image .bg-app-shape:after,
.classic-saas-image .bg-saas-shape:after {
  -webkit-box-shadow: 0 0 40px rgba(47, 85, 212, 0.5);
          box-shadow: 0 0 40px rgba(47, 85, 212, 0.5);
  background-color: #e04516;
}

.shape-before .shape-img {
  position: absolute;
  top: -50px;
  left: -35px;
  z-index: -1;
  height: auto;
  overflow: hidden;
}

.swiper-slider-hero .swiper-container,
.swiper-slider-hero .swiper-slide .slide-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.swiper-slider-hero .swiper-container .swiper-button-prev,
.swiper-slider-hero .swiper-container .swiper-button-next {
  background: transparent;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-top: -30px;
}

.swiper-slider-hero .swiper-container .swiper-button-prev:before,
.swiper-slider-hero .swiper-container .swiper-button-next:before {
  font-family: "Material Design Icons";
  font-weight: 600;
  color: #ffffff;
}

.swiper-slider-hero .swiper-container .swiper-button-prev:hover,
.swiper-slider-hero .swiper-container .swiper-button-next:hover {
  background: #e04516;
  border-color: #e04516 !important;
}

.swiper-slider-hero .swiper-container .swiper-button-prev {
  left: 10px;
}

.swiper-slider-hero .swiper-container .swiper-button-prev:before {
  content: "\f0141";
}

.swiper-slider-hero .swiper-container .swiper-button-next {
  right: 10px;
}

.swiper-slider-hero .swiper-container .swiper-button-next:before {
  content: "\f0142";
}

.swiper-slider-hero .swiper-pagination-bullet {
  color: #f8f9fa;
  background: transparent;
}

.swiper-slider-hero .swiper-pagination-bullet-active {
  color: #ffffff;
}

.swiper-slider-hero .swiper-container-horizontal
> .swiper-pagination-bullets,
.swiper-slider-hero .swiper-pagination-custom,
.swiper-slider-hero .swiper-pagination-fraction {
  bottom: 45px;
}

.swiper-slider-hero .swiper-container-horizontal
> .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 13px;
}

.bg-saas-shape:after {
    background-color: #ddd   !important;
}

@media (min-width: 769px) {
  .bg-studio:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background: #ffffff none repeat scroll 0 0;
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .home-dashboard.onepage-hero {
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .agency-wrapper:before {
    right: 12rem;
  }
  .bg-half {
    padding: 169px 0 50px;
  }
  .wave-one, .wave-three {
    background-size: 50% 50px;
  }
  .wave-two {
    background-size: 50% 70px;
  }
  .classic-saas-image .bg-saas-shape img {
    max-width: 550px;
  }
}

@media (max-width: 767px) {
  .bg-home, .bg-half-260, .main-slider .slides .bg-slider, .bg-marketing, .swiper-slider-hero .swiper-container .swiper-slide {
    padding: 150px 0;
    height: auto;
  }
  .agency-wrapper:before {
    right: 0;
  }
  .bg-animation-left:after {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  .classic-saas-image .bg-saas-shape img {
    max-width: 100%;
    height: auto;
  }
  .classic-saas-image .bg-saas-shape:after {
    bottom: -5rem;
    left: 10rem;
    width: 30rem;
    height: 30rem;
    border-radius: 10rem;
  }
}

.features .icon,
.features .icons {
  background: rgba(47, 85, 212, 0.1);
}

.features .icons {
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
}

.features .image:before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -15px;
  width: 70px;
  height: 70px;
  border-radius: 6px;
  -webkit-transform: rotate(33.75deg);
          transform: rotate(33.75deg);
  background: linear-gradient(45deg, transparent, rgba(47, 85, 212, 0.09));
  z-index: -1;
}

.features .ride-image {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.features .ride-image img {
  border-radius: 100% 100% 100% 0;
}

.features .title-2 {
  font-size: 20px;
}

.features:hover .image:before {
  background: rgba(47, 85, 212, 0.07);
  -webkit-animation: spinner-border 5s linear infinite;
          animation: spinner-border 5s linear infinite;
}

.features.fea-primary {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.features.fea-primary .content .title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.features.fea-primary .content .title:hover {
  color: #e04516 !important;
}

.features.fea-primary .big-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  opacity: 0.015;
  font-size: 180px;
}

.features.fea-primary:hover {
  -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
          box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
  background-color: #e04516 !important;
  color: #ffffff !important;
}

.features.fea-primary:hover .icon2,
.features.fea-primary:hover .para {
  color: rgba(255, 255, 255, 0.5) !important;
}

.features.fea-primary:hover .content,
.features.fea-primary:hover .icon2 {
  z-index: 2;
}

.features.fea-primary:hover .big-icon {
  opacity: 0.05;
}

.features .title,
.key-feature .title {
  font-size: 18px;
}

.features .icon,
.key-feature .icon {
  height: 45px;
  width: 45px;
  line-height: 45px;
}

.key-feature {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.key-feature .icon {
  background: linear-gradient(45deg, transparent, rgba(47, 85, 212, 0.15));
}

.key-feature:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
          box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
}

.work-process {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.work-process .title {
  font-size: 20px;
}

.work-process .step, .work-process .step-icon {
  opacity: 0.06;
}

.work-process a {
  font-size: 15px;
}

.work-process.process-arrow:after {
  content: '';
  position: absolute;
  width: 60%;
  height: 40px;
  top: 80px;
  left: 80%;
  background: url("../images/process.png") center center no-repeat;
  z-index: 1;
}

.work-process.process-arrow:hover {
  -webkit-transform: none !important;
          transform: none !important;
}

.work-process:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.work-process.d-none-arrow:hover {
  -webkit-transform: none !important;
          transform: none !important;
}

.course-feature .title {
  font-size: 20px;
}

.course-feature .title:hover {
  color: #e04516 !important;
}

.course-feature .full-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  margin: 0 auto;
  z-index: -2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.course-feature:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.course-feature:hover .full-img {
  opacity: 0.08;
}

.crypto-table,
.course-feature,
.features-absolute {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.crypto-table,
.course-feature {
  margin: -260px 0 0px;
}

.features-absolute {
  margin: -200px 0 0px;
}

.features-absolute.blog-search {
  margin: -120px 0 0px;
}

.catagories {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.catagories:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

.catagories a:hover {
  color: #e04516 !important;
}

.app-feature-shape-right:after,
.app-feature-shape-left:after {
  bottom: 0rem;
  width: 30rem;
  height: 40rem;
  border-radius: 10rem;
}

.app-feature-shape-right:after {
  left: 10rem;
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}

.app-feature-shape-left:after {
  right: 10rem;
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}

.app-subscribe {
  position: absolute;
  top: -200px;
}

.saas-feature-shape-left:after,
.saas-feature-shape-right:after {
  bottom: -3rem;
  width: 35rem;
  height: 35rem;
  border-radius: 15rem;
  -webkit-transform: rotate(145deg);
          transform: rotate(145deg);
}

.saas-feature-shape-left:after {
  left: -10rem;
}

.saas-feature-shape-right:after {
  right: -10rem;
}

.app-feature-shape-right:after,
.app-feature-shape-left:after,
.saas-feature-shape-left:after,
.saas-feature-shape-right:after,
.social-feature-left:after,
.social-feature-right:after {
  background: rgba(47, 85, 212, 0.1);
  -webkit-box-shadow: 0 0 40px rgba(47, 85, 212, 0.1);
          box-shadow: 0 0 40px rgba(47, 85, 212, 0.1);
}

.app-feature-shape-right:after,
.app-feature-shape-left:after,
.saas-feature-shape-left:after,
.saas-feature-shape-right:after,
.social-feature-left:after,
.social-feature-right:after {
  content: "";
  position: absolute;
  z-index: -1;
}

.social-feature-left:after,
.social-feature-right:after {
  width: 450px;
  height: 520px;
  border-radius: 30px;
  bottom: -75px;
}

.social-feature-left:after {
  right: -200px;
}

.social-feature-right:after {
  left: -200px;
}

.explore-feature {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.explore-feature .icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.explore-feature:hover {
  -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
          box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
}

.explore-feature:hover .icon,
.explore-feature:hover .title {
  color: #e04516 !important;
}

@media (max-width: 768px) {
  .app-feature-shape-right:after {
    left: 0;
  }
  .app-feature-shape-left:after {
    right: 0;
  }
  .social-feature-left:after,
  .social-feature-right:after {
    width: 300px;
    height: 400px;
    bottom: -65px;
  }
  .features-absolute {
    margin: -140px 0 0;
  }
  .features-absolute.blog-search {
    margin: -90px 0 0px;
  }
}

@media screen and (max-width: 767px) {
  .process-arrow:after {
    display: none;
  }
  .course-feature, .crypto-table {
    margin: 0 0 30px;
  }
  .app-subscribe {
    position: relative;
    top: 0;
  }
  .saas-feature-shape-left:after,
  .saas-feature-shape-right:after {
    bottom: -1rem;
    width: 25rem;
    height: 25rem;
    border-radius: 10rem;
  }
}

@media (max-width: 575px) {
  .social-feature-left:after,
  .social-feature-right:after {
    bottom: -35px;
  }
  .social-feature-left:after {
    right: 60px;
  }
  .social-feature-right:after {
    left: 60px;
  }
}

.owl-theme .owl-dots .owl-dot span {
  background: #e04516 !important;
}

.customer-testi {
  cursor: e-resize;
}

.customer-testi .content:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  margin-left: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 8px solid #3c4858;
  border-color: transparent #ffffff #ffffff transparent;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-box-shadow: 2px 2px 2px -1px rgba(60, 72, 88, 0.15);
          box-shadow: 2px 2px 2px -1px rgba(60, 72, 88, 0.15);
}

.owl-theme .owl-dots .owl-dot span {
  /*border-radius: 3px;*/
  background: rgba(47, 85, 212, 0.5) !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 15px !important;
  height: 15px !important;
  border: 2px solid white;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots.clickable .owl-dot:hover span {
  background: #e04516 !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.owl-carousel .owl-item img {
  display: block;
  width: auto;
}

.slick-slider {
  overflow-x: hidden !important;
  cursor: pointer;
}

.pricing-rates {
  position: relative;
  z-index: 1;
  border-bottom: 3px solid #adb5bd !important;
}

.pricing-rates .title {
  font-weight: 600;
  font-size: 16px;
}

.pricing-rates .price {
  font-weight: 400;
}

.pricing-rates.business-rate {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pricing-rates.business-rate:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  z-index: 2;
  border-color: #e04516;
  -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
          box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
  background-color: #ffffff !important;
}

.pricing-rates.business-rate:hover .title {
  color: #e04516;
}

.pricing-rates.starter-plan {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  z-index: 2;
  border-color: #e04516;
}

.pricing-rates.best-plan {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pricing-rates.best-plan .lable {
  width: 200px;
  position: absolute;
  top: 15px;
  right: -65px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}

.pricing-rates.best-plan .lable h6 {
  font-size: 12px;
}

.pricing-rates.best-plan:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.invoice-top .logo-invoice {
  font-weight: 600;
  font-size: 27px;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .pricing-rates.starter-plan {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.watch-video a.watch {
  font-size: 14px;
  font-weight:600;
}

.watch-video a .play-icon-circle {
  height: 36px;
  width: 36px;
  background-color: #e04516;
  line-height: 36px;
}

.watch-video a .play-icon-circle.play-iconbar {
  font-size: 16px;
}

.watch-video a .play-icon-circle.play {
  top: 77%;
}

.bg-cta {
  padding: 150px 0;
}

.play-btn {
  height: 78px;
  width: 78px;
  font-size: 30px;
  line-height: 76px;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
}

.play-icon {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 0;
  left: 0;
  text-align: center;
}

.play-icon i {
  height: 75px;
  -webkit-text-stroke: 2px #e04516;
  -webkit-text-fill-color: transparent;
  width: 75px;
  font-size: 25px;
  line-height: 75px;
  display: inline-block;
}

.play-icon i:hover {
  -webkit-text-stroke: 2px #e04516;
  -webkit-text-fill-color: #e04516;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1110px;
}

.blog {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog .content h4 {
  line-height: 1.2;
}

.blog .content .title {
  font-size: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 600;
}

.blog .content .title:hover {
  color: #e04516 !important;
}

.blog .content .post-meta .like, .blog .content .post-meta .comments, .blog .content .post-meta .readmore {
  font-size: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog .content .post-meta .like:hover {
  color: #e43f52 !important;
}

.blog .content .post-meta .comments:hover {
  color: #2eca8b !important;
}

.blog .content .post-meta .readmore:hover {
  color: #e04516 !important;
}

.blog .author,
.blog .teacher,
.blog .course-fee {
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog .author {
  top: 5%;
  left: 5%;
}

.blog .teacher {
  bottom: 6%;
  left: 5%;
}

.blog .course-fee {
  bottom: -5%;
  right: 5%;
  width: 50px;
  height: 50px;
}

.blog .course-fee .fee {
  line-height: 50px;
}

.blog.blog-detail:hover {
  -webkit-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
}

.blog:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.blog:hover .overlay {
  opacity: 0.4;
}

.blog:hover .author,
.blog:hover .teacher,
.blog:hover .course-fee {
  opacity: 1;
}

.blog .blog-list-meta {
  position: absolute;
  bottom: 24px;
}

.sidebar .widget .widget-search form {
  position: relative;
}

.sidebar .widget .widget-search input[type="text"], .sidebar .widget .searchform input[type="text"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 12px 15px;
  height: 45px;
  font-size: 14px;
  display: block;
  width: 100%;
  outline: none !important;
  padding-right: 45px;
}

.sidebar .widget .widget-search input[type="submit"], .sidebar .widget .searchform input[type="submit"] {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 0;
  width: 40px;
  height: 40px;
}

.sidebar .widget .widget-search .searchform:after {
  content: "\F0349";
  position: absolute;
  font-family: "Material Design Icons";
  right: 16px;
  top: 15px;
  font-size: 20px;
  line-height: 20px;
  pointer-events: none;
}

.sidebar .widget .widget-title {
  font-size: 18px;
}

.sidebar .widget .blog-catagories li {
  padding-bottom: 10px;
}

.sidebar .widget .blog-catagories li:last-child {
  padding-bottom: 0;
}

.sidebar .widget .blog-catagories li a, .sidebar .widget .blog-catagories li span {
  font-size: 15px;
}

.sidebar .widget .blog-catagories li a {
  color: #3c4858;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .widget .blog-catagories li a:hover {
  color: #e04516;
}

.sidebar .widget .post-recent {
  padding-bottom: 15px;
}

.sidebar .widget .post-recent:last-child {
  padding-bottom: 0;
}

.sidebar .widget .post-recent .post-recent-thumb {
  width: 25%;
}

.sidebar .widget .post-recent .post-recent-content {
  width: 75%;
  padding-left: 10px;
}

.sidebar .widget .post-recent .post-recent-content a {
  display: block;
  color: #3c4858;
  font-size: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .widget .post-recent .post-recent-content a:hover {
  color: #e04516;
}

.sidebar .widget .post-recent .post-recent-content span {
  font-size: 13px;
}

.sidebar .widget .tagcloud > a {
  background: #e9ecef;
  color: #3c4858;
  display: inline-block;
  font-size: 9px;
  letter-spacing: 1px;
  margin: 5px 10px 5px 0;
  padding: 8px 12px 7px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 600;
}

.sidebar .widget .tagcloud > a:hover {
  background: #e04516;
  color: #ffffff;
}

.page-title {
  font-size: 20px;
}

.media-list .media .media-heading:hover {
  color: #e04516 !important;
}

.media-list .sub-comment {
  border-left: 2px dashed #dee2e6;
}

.blog .overlay,
.job-box .job-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.job-box {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.job-box .job-overlay {
  opacity: 0.6;
}

.job-box .head {
  position: absolute;
  top: 15px;
  right: 15px;
}

.job-box .position {
  position: absolute;
  top: 15px;
  left: 15px;
}

.job-box .position a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.job-box .position a:hover {
  color: #e04516 !important;
}

.job-box .firm-logo {
  position: absolute;
  left: 0;
  right: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  margin: 0 auto;
  top: -30px;
}

.job-box .company-name {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.job-box .company-name:hover {
  color: #e04516 !important;
}

.job-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media (min-width: 1024px) {
  .job-profile {
    top: -378px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .job-profile {
    top: -338px;
  }
}

@media (max-width: 767px) {
  .company-logo {
    float: none !important;
    text-align: left !important;
  }
}

.work-container.work-classic .work-image {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.work-container.work-classic .work-image:hover {
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

.work-container.work-classic .content .title, .work-container.work-grid .content .title, .work-container.work-modern .content .title {
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*.work-container.work-classic .content .title:hover, .work-container.work-grid .content .title:hover, .work-container.work-modern .content .title:hover {
  color: #e04516 !important;
}*/

.work-container.work-classic .content .tag, .work-container.work-grid .content .tag, .work-container.work-modern .content .tag {
  font-size: 15px !important;
}

.work-container.work-modern img,
.work-container.work-modern .overlay-work,
.work-container.work-modern .content,
.work-container.work-modern .client,
.work-container.work-modern .read_more,
.work-container.work-modern .icons,
.work-container.work-modern .icons .work-icon {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.work-container.work-modern .overlay-work,
.work-container.work-modern .content,
.work-container.work-modern .client,
.work-container.work-modern .read_more,
.work-container.work-modern .icons {
  position: absolute;
}

.work-container.work-modern .overlay-work {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}

.work-container.work-modern .content {
  z-index: 1;
  bottom: 5%;
  left: 5%;
  padding: 1em;
  background-color: white;
  border-radius: 8px;
  width: 90%;
}

.work-container.work-modern .content,
.work-container.work-modern .client {
  opacity: 0;
}

.work-container.work-modern .client,
.work-container.work-modern .read_more {
  z-index: 1;
  right: 5%;
  top: 5%;
}

.work-container.work-modern .read_more {
  height: 30px;
  width: 30px;
  line-height: 30px;
}

.work-container.work-modern .icons {
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
}

.work-container.work-modern .icons .work-icon {
  height: 45px;
  width: 45px;
  line-height: 45px;
}

.work-container.work-modern .icons .work-icon:hover {
  background: #e04516 !important;
  color: #ffffff !important;
}

/*.work-container.work-modern:hover img {
  -webkit-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
}*/

/*.work-container.work-modern:hover .overlay-work {
  opacity: 0.65;
}*/

.work-container.work-modern:hover .icons {
  opacity: 1;
}

.work-container.work-modern:hover .personal-port,
.work-container.work-modern:hover .content,
.work-container.work-modern:hover .client {
  opacity: 1;
}

.work-container.work-grid {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.work-container.work-grid img, .work-container.work-grid .content, .work-container.work-grid .content .title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.work-container.work-grid .content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  overflow: hidden;
}

.work-container.work-grid:hover {
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

.work-container.work-grid:hover img {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.work-container.work-grid:hover .content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.work-details ul li b {
  max-width: 90px;
  width: 100%;
  display: inline-block;
}

.courses-desc img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.courses-desc:hover img {
  -webkit-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
}

.courses-desc .overlay-work,
.popular-tour .overlay-work {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.courses-desc:hover .overlay-work,
.popular-tour:hover .overlay-work {
  opacity: 0.6;
}

.event-schedule {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.event-schedule .date .day {
  font-size: 18px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: rgba(47, 85, 212, 0.1);
  line-height: 48px;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 0px 2px 0.25px rgba(47, 85, 212, 0.5);
          box-shadow: 0px 0px 2px 0.25px rgba(47, 85, 212, 0.5);
}

.event-schedule .date .month {
  font-size: 13px;
}

.event-schedule .content .title {
  font-size: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.event-schedule .content .title:hover {
  color: #e04516 !important;
}

.event-schedule .content .location-time {
  font-size: 14px;
}

.event-schedule:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  border-color: #e04516 !important;
  background: #f8f9fc !important;
}

.courses-desc {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.courses-desc .content .title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.courses-desc .content .title:hover {
  color: #e04516 !important;
}

.courses-desc .collection, .courses-desc .preview {
  position: absolute;
  opacity: 0;
  z-index: 1;
}

.courses-desc .collection {
  top: 15px;
  left: 15px;
}

.courses-desc .collection i {
  -webkit-text-stroke: 2px #e43f52;
  -webkit-text-fill-color: transparent;
}

.courses-desc .collection i:active {
  -webkit-text-stroke: 0px #e43f52;
  -webkit-text-fill-color: #e43f52;
}

.courses-desc .preview {
  bottom: 15px;
  right: 15px;
}

.courses-desc:hover {
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.courses-desc:hover .collection, .courses-desc:hover .preview {
  opacity: 1;
}

.personal-port {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.container-filter li a {
  font-size: 13px;
  padding: 0px 15px;
  margin: 5px 3px;
  font-weight: 600;
  letter-spacing: 0.8px;
  cursor: pointer;
  line-height: 34px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.container-filter li a.active, .container-filter li a:hover {
  color: #e04516 !important;
  border-color: #e04516 !important;
}

.spacing {
  padding-left: 7px;
  padding-right: 7px;
}

.shop-list .shop-image .overlay-work,
.shop-list .shop-image .shop-icons {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.shop-list .shop-image .overlay-work {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.shop-list .shop-image .shop-icons {
  top: 15px;
  right: 15px;
  z-index: 2;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.shop-list .shop-image:hover .overlay-work,
.shop-list .shop-image:hover .shop-icons {
  opacity: 1;
}

.shop-list .shop-image:hover .shop-icons {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.shop-list .content .product-name {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.shop-list .content .product-name:hover {
  color: #e04516 !important;
}

.popular-tour .content {
  position: absolute;
  bottom: 3%;
  left: 5%;
}

.main-icon {
  border: 2px solid #e9ecef;
  height: 40px;
  width: 40px;
  line-height: 0;
  text-align: center;
}

.main-icon .fea {
  height: 20px;
}

.timeline-page:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 95%;
  margin: auto;
  width: 2px;
  background-color: #e9ecef !important;
}

.timeline-page .timeline-item .date-label-left, .timeline-page .timeline-item .duration-right {
  margin-right: 15px;
}

.timeline-page .timeline-item .date-label-left:after, .timeline-page .timeline-item .duration-right:after {
  content: "";
  position: absolute;
  top: 12px;
  width: 12px;
  height: 12px;
  z-index: 1;
  background-color: #e04516;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.timeline-page .timeline-item .date-label-left {
  float: right;
  margin-right: 15px;
}

.timeline-page .timeline-item .date-label-left:after {
  right: -37px;
}

.timeline-page .timeline-item .duration-right {
  float: left;
  margin-left: 15px;
}

.timeline-page .timeline-item .duration-right:after {
  left: -37px;
}

.timeline-page .timeline-item .event {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.timeline-page .timeline-item .event.event-description-right {
  margin-left: 15px;
}

.timeline-page .timeline-item .event.event-description-left {
  margin-right: 15px;
  text-align: right;
}

@media (min-width: 768px) {
  .main-icon {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .timeline-page {
    margin-left: 18px;
  }
  .timeline-page:after {
    margin: 0;
  }
  .timeline-page .timeline-item .duration {
    float: left !important;
    margin: 0 0 30px 15px !important;
    text-align: left !important;
  }
  .timeline-page .timeline-item .duration:after {
    left: -21px !important;
  }
  .timeline-page .timeline-item .duration .event {
    text-align: left !important;
    margin-left: 15px;
  }
  .timeline-page .timeline-item .event-description-left {
    text-align: left !important;
    margin: 0 0 0 15px;
  }
}

.team img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team .name:hover {
  color: #e04516 !important;
}

.team .team-icon {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 0;
  opacity: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team:hover img {
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  opacity: 0.2;
}

.team:hover .overlay-team {
  opacity: 0.6;
}

.team:hover .team-icon {
  opacity: 1;
}

.login-page {
  font-size: 15px;
}

.login-page .forgot-pass {
  z-index: 99;
  position: relative;
  font-size: 13px;
}

.cover-user .container-fluid {
  max-width: 100%;
}

.cover-user .container-fluid .padding-less.img {
  background: scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
}

.cover-user .cover-user-img {
  height: 100vh;
}

.bg-profile {
  padding: 10px 0;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.bg-profile .public-profile {
  top: 90px;
  border: 1px solid #ececec !important;
}

.accounts {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.accounts .pro-icons,
.accounts .title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.accounts:hover, .accounts.active {
  background-color: #e04516;
}

.accounts:hover .pro-icons, .accounts.active .pro-icons {
  color: rgba(255, 255, 255, 0.5) !important;
}

.accounts:hover .title, .accounts.active .title {
  color: #ffffff !important;
}

@media (min-width: 1025px) {
  .cover-user .cover-user-img {
    padding: 0px 10%;
  }
}

@media (max-width: 768px) {
  .cover-user .padding-less {
    position: relative !important;
    height: 400px !important;
  }
  .cover-user .cover-user-content {
    text-align: left !important;
  }
  .cover-user .cover-user-img {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
    height: auto !important;
  }
  .cover-user .cover-my-30 {
    margin: 30px 0;
  }
}

.coming-soon, .maintenance, .error-page {
  font-size: 40px;
  letter-spacing: 1px;
}

#countdown .count-down, #eventdown .count-down {
  display: inline-block;
  margin: 30px 10px;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #dee2e6;
  height: 130px;
  width: 130px;
}

#countdown .count-down .count-number, #eventdown .count-down .count-number {
  font-size: 40px;
  line-height: 95px;
}

#countdown .count-down .count-head, #eventdown .count-down .count-head {
  display: block;
  position: relative;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

#eventdown .count-down {
  margin: 10px !important;
  border: 0;
  height: 20px;
  width: 80px;
}

#eventdown .count-down .count-number {
  line-height: 80px;
}

#eventdown .count-down .count-head {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

#clock {
  color: #ffffff;
}

#clock p {
  width: 80px;
}

#clock p span {
  font-size: 40px;
}

#clock p span.indicator {
  font-size: 18px;
}

@media (min-width: 200px) and (max-width: 767px) {
  .coming-soon, .maintenance, .error-page {
    font-size: 32px;
  }
  #eventdown .count-down {
    width: 60px;
  }
  #eventdown .count-down .count-number {
    font-size: 30px;
  }
  #eventdown .count-down .count-head {
    font-size: 10px;
  }
}

.contact-detail .content .title {
  font-size: 20px;
}

.form-group .icons {
  position: absolute;
  top: 43px;
  left: 18px;
}

.map {
  line-height: 0;
}

.map iframe {
  width: 100%;
  height: 400px;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #e43f52;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px solid #e43f52;
  color: #e43f52;
  border-radius: 6px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #2eca8b;
  font-size: 22px;
}

.flatpickr-day.selected, .flatpickr-day.selected:hover {
  background: #e04516;
  border-color: #e04516;
}

@media (min-width: 768px) {
  .map.map-height-two iframe {
    height: 551px;
  }
}
#emailsubscribe {
  padding-left: 50px;
}
.footer {
  background: #202942;
  padding: 60px 0;
  position: relative;
  color: #adb5bd;
}

.footer .logo-footer {
  font-size: 22px;
}

.footer .footer-head {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
}

.footer .foot-subscribe .form-control {
  background-color: #27314f;
  border: 1px solid #27314f;
  color: #f8f9fc;
}

.footer .foot-subscribe .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer .foot-subscribe.foot-white .form-control {
  color: #adb5bd;
}

.footer .foot-subscribe input::-webkit-input-placeholder {
  color: #adb5bd;
}

.footer .foot-subscribe input:-ms-input-placeholder {
  color: #adb5bd;
}

.footer .foot-subscribe input::-ms-input-placeholder {
  color: #adb5bd;
}

.footer .foot-subscribe input::placeholder {
  color: #adb5bd;
}

.footer .text-foot {
  color: #adb5bd;
}

.footer .footer-list {
  margin-bottom: 0;
}

.footer .footer-list li {
  margin-bottom: 10px;
}

.footer .footer-list li a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer .footer-list li a:hover {
  color: #e6e8ea;
}

.footer .footer-list li:last-child {
  margin-bottom: 0;
}

.footer.footer-bar {
  padding: 30px 0;
  border-top: 1px solid #283353;
}


@font-face {
font-family: 'Basier Square Regular';
font-style: normal;
font-weight: normal;
font-display: swap;
src: local('Basier Square Regular'), url('BasierSquare-Regular.woff') format('woff');
}
@font-face {
    font-family: Souses;
    src: url("../fonts/Souses.otf") format("opentype");
}

#topnav .navigation-menu > li > a {
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
}
@media (max-width: 1100px) {
  .section {
      text-align: center;
  }
  h2 {
    font-size: 22px !important;
    line-height: 30px;
    font-weight: 600;
    margin: 0 auto;
  }
  h5 {
    font-size: 18px !important;
    margin-bottom: .5em !important;
    margin-top: 0;
    line-height: 28px;
    font-weight: 400;
    }
    .landing-step5 {
      text-align: left !important;
    }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Work Sans', sans-serif !important;
    line-height: 1.5;
    font-weight: 500;
}
h2 {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 35px;
    font-weight: 600 !important;
    line-height: 1 !important;
}
h5 {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 28px;
    font-weight: 400 !important;
    line-height: 1 !important;
}

.btn-light, .btn-primary {
    box-shadow: none !important;
}

.features .image:before{
    display: none !important;
}

.btn-outline-primary-white {
    border-color:#FFF !important;
    color:#FFF !important;
    font-weight: 400;
}

.btn-outline-primary-white:hover {
    border-color:#e04516 !important;
    background-color: #e04516 !important;
}
#topnav .buy-button .buttonDev {
  font-family: 'Work Sans', sans-serif !important;
  width: 170px;
  font-size: 15px;
  line-height: 1 !important;
  padding: 0.4em 1em;
}
#topnav .buy-button .buttonDev img, #topnav .buy-menu-btn .buttonDev img {
  height: 25px;
  width: 22px;
  float: left;
  margin: auto;
  margin-top: 3px;
}
#topnav .buy-button .buttonDev p, #topnav .buy-menu-btn .buttonDev p {
  text-align: left;
  margin-left: 30px;
  margin-bottom: 0 !important;
  line-height: 1em;
}
#topnav .buy-button .buttonTel, #topnav .buy-menu-btn .buttonTel {
  font-family: 'Work Sans', sans-serif !important;
  font-size: 15px;
  line-height: 1 !important;
  padding: 0.4em 1em;
  background-color: #e5effa !important;
  border: 1px solid #e5effa !important;
}
#topnav .buy-button .buttonTel img, #topnav .buy-menu-btn .buttonTel img {
  width: 25px;
  float: left;
  margin: auto;
}
@media (max-width: 768px) {
  #topnav .buy-button .buttonTel img, #topnav .buy-menu-btn .buttonTel img {
    float: none;
  }
}
#topnav .buy-button .buttonTel p, #topnav .buy-menu-btn .buttonTel p {
  text-align: left;
  margin-left: 30px;
  margin-bottom: 0 !important;
  line-height: 1em;
}
#topnav .buy-button .buttonTel .SAV, #topnav .buy-menu-btn .buttonTel .SAV {
  color: black;
  letter-spacing: 0em;
}
#topnav .buy-button .buttonTel .ptel, #topnav .buy-menu-btn .buttonTel .ptel {
  color: #0066cc;
  letter-spacing: 0em;
}

@media (min-width: 1200px){
    #topnav .navigation-menu {
        text-align: left !important;
        justify-content: none !important;
        font: left !important;
    }
}
.section-short-top-bottom .form-control {
  font-weight: 600 !important;
}

.bg-half {
    padding: 134px 0 50px !important;
}
.bg-half-blog {
  padding: 100px 0 30px !important;
}
.bg-light-custom {
    background-color: #FFF !important;
}

.section-short {
    padding: 40px 0 100px !important;
}
.section-short-top-bottom {
    padding: 40px 0 40px !important;
}
.section-very-short-top-bottom {
    padding: 40px 0 0 !important;
}
.section-devis {
    padding: 10px 0 40px !important;
}

.section-no-margin {
    padding: 0px !important;
}

.section-no-margin-top {
    padding-top: 0px !important;
}

.section-no-margin-bottom {
    padding-bottom: 0px !important;
}

.section-low-margin-bottom {
    padding-bottom: 40px !important;
}

.section-low-margin-top {
    margin-top: 20px !important;
    padding-top: 0;
}

.btn {
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  border-radius: 6px;
}
.btn-padding-validate {
  padding: 15px 20px !important;
}

.section-short-bottom {
    padding-bottom: 0 !important;
}
label > input{ /* HIDE RADIO */
  display:none;
}
label > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}
label > input:checked + img{ /* (CHECKED) IMAGE STYLES */
  border:2px solid #e04516;
}
label > input:hover + img{ /* (CHECKED) IMAGE STYLES */
  border:2px solid #e04516;
}

.text-small {
    font-size: 12px !important;
}

.btn-icon:hover{
    color:#e04516 !important;
}

.devis-actions {
    white-space: nowrap !important;
}

.devis-name {
    float: none;
}

.devis-name-title {
    display: inline-block;
}

.row-devis {
    display: flex;
}

.span-estimate {
    cursor:pointer;
}


.no-cursor {
    cursor:auto !important;
}

.number
{
    margin: 10px auto;
}

.minus, .plus
{
    font-family: 'Work Sans', sans-serif !important;
    width:40px;
    height:35px;
    background:#e04516;
    color: #FFF;
    border-radius:4px;
    padding:5px 5px 8px 5px;
    border:1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
}

.minus-landing, .plus-landing
{
    width:35px;
    height:28px;
    background:#e04516;
    color: #FFF;
    border-radius:4px;
    padding:0px 5px;
    border:1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.input-step1
{
    font-family: 'Work Sans', sans-serif !important;
    height:34px;
    width: 50px;
    text-align: center;
    font-size: 16px;
    border:1px solid #ddd;
    border-radius:4px;
    display: inline-block;
    vertical-align: middle;
}

.input-step1-landing
{
    height:28px;
    width: 35px;
    text-align: center;
    font-size: 14px;
    border:1px solid #ddd;
    border-radius:4px;
    display: inline-block;
    vertical-align: middle;
}

input[type="checkbox"][id^="cb"] {
  display: none;
}

input[type="radio"][id^="cb"] {
  display: none;
}

.kalam {
    font-family: 'Kalam', cursive !important;
}

.pricing-rates-custom {
    border: 2px solid #e04516 !important;
}

.label-step1
{
  border: 1px solid #fff;
  padding: 10px 10px 10px 10px;
  display: block;
  position: relative;
  margin: 10px 10px 0px 10px;
  cursor: pointer;
}

.label-step1:before
{
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 160px;
  left: 210px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}
.input-size-items {
  border: none !important;
}
.input-cm {
  border: none !important;
}
.custom-background {
    background-color: #e04516 !important;
    color:#FFF;
    padding: 3px 20px;
    border-radius: 5px;
}

label img
{
  height: 100px;
  width: 100px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

:checked + label {
  border: 2px solid #e04516;
  border-radius: 10px;
}

:hover + label {
  border: 2px solid #e04516;
}

.label-step1:hover {
    border: 2px solid #e04516;
    border-radius: 10px;
}

/*:checked + label:before {
  content: url("../images/check-lg.svg");
  background-color: #ffffff;
  border: 2px solid #e04516;
  color: #e04516;
  transform: scale(1);
}

:checked + label img {
  z-index: -1;
}*/

/* The alert error message box */
.alert-error {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    background-color: #FF666B; /* Red */
    color: #ffffff;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    z-index: 1000000;
}

.alert-ok {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    background-color: #57db83; /* Red */
    color: #ffffff;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    z-index: 1000000;
}



.hidden {
    display: none;
}

.input-group .form-control:focus ~ .input-group-append .input-group-text {
    border-color: #206BBC;
}

.input-group-append {
    margin-left: 0;
}

.input-group-append .input-group-text {
    border-color: rgba(25, 25, 25, .15);
    color: rgba(25, 25, 25, .3);
    transition: .3s ease;
    font-size: .875rem;
}

.rounded-right {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.rounded-left {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.fea.icon-sm {
    height: 16px;
    width: 16px;
}

.table-secondary td, .table-secondary th {
    border-color: #cad2ee;
}

.table-secondary>td, .table-secondary>th {
    background-color: #e5ebfc;
}

.shadow-home{
    -webkit-box-shadow: 0 0 7px rgba(60, 72, 88, 0.15) !important;
    box-shadow: 0 0 7px rgba(60, 72, 88, 0.15) !important;
}

.bg-half-170-custom {
    padding: 80px 0 0 0 !important;
}

.text-white-80 {
    color: rgba(255,255,255,0.9)!important;
}
.text-white {
  color: black !important;
  font-size: 13px !important;
  text-align: left;
}
#topnav .navigation-menu > li > a {
    padding-left: 0px !important;
    padding-right: 10px !important;
}

#topnav .navigation-menu > li > span.tagline {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

#topnav .navigation-menu .has-submenu .menu-arrow {
    right: -5px !important;
}

@media (max-width: 1200px) {
  #topnav .navigation-menu .has-submenu .menu-arrow {
    right: 5px !important;
}
  #topnav .navigation-menu > li > a {
    font-size: 16px;
}
  #topnav .navigation-menu .has-submenu .megamenu .categories-submenu {
    font-size:14px;
    text-transform: none !important;
    margin-left: 0 !important;
    margin-bottom: 15px !important;

  }
}

.logo_mobile {
    display: none;
}

.form-group .icons {
    top:37px;
}

.icon-tooltip {
    cursor: pointer;
    margin-left: 5px;
}

.home-dashboard img {
    top: 0px !important;
}

.section-large {
    padding : 150px 0 !important;
}

.para-desc-800 {
    max-width: 800px !important;
}

.h2-size {
    font-size:2em !important;
}

.h3-size {
    font-size:1.5em !important;
}

.h4-size {
    font-size:1em !important;
}


.img-estimate-placeholder {
    min-width: 140px;
}

.form-icon .icons {
    position: absolute;
    top: 13px;
    left: 18px;
}

.ps-5 {
    padding-left: 3rem!important;
}

@media (max-width: 1199px) {
    .img-estimate-placeholder {
        min-width: 120px;
    }
    .form-ventaux label img {
      max-width: 120px;
    }
}

@media (max-width: 992px) {
    .img-estimate-placeholder {
        min-width: 80px;
    }
    .type_profile .img-estimate-placeholder {
      min-width: 70px;
    }
    .image-login-pro {
      display: none;
    }
    .choixCoulissant label img {
      max-width: 120px;
    }
    .form-ventaux label img {
      max-width: 80px;
    }
}
@media (max-width: 768px) {
    .img-estimate-placeholder {
        max-width: 200px;
        min-width: 100px;
    }

    .no-mesure {
        text-align: left !important;
    }

    .label-step1 {
        max-width: 220px;
        margin: 0 auto;
    }
    .title-heading .heading {
        font-size: 29px !important;
        letter-spacing: -0.04em !important;
    }
    .section-title .title {
        font-size: 21px !important;
    }
    .mt-home-resp {
        margin-top: 1rem !important;
    }
    .mb-home-resp {
        margin-bottom: 1rem !important;
    }
    .mb-0-resp {
        margin-bottom: 0 !important;
    }
    .pt-0-resp {
        padding-top: 0 !important;
    }
    .pt-10-resp {
        padding-top: 10px !important;
    }

    .mt-60{
        margin-top: 0 !important;
    }

    .no-mb{
        margin-bottom: 0 !important;
    }

    .alert {
    margin-bottom: 0 !important;
    }
}

@media (min-width: 992px) {
    #topnav .navigation-menu.nav-light > li > a {
        color: rgba(255, 255, 255, 0.8);
    }
    #topnav .navigation-menu {
        padding-left: 20px !important;
        justify-content: left !important;
    }

    #topnav .buy-button {
        padding-left: 2px !important;
    }
    #topnav .navigation-menu > li .submenu {
    padding-left: 0px !important;
  }
}

@media (max-width: 375px) {
    #topnav .buy-menu-btn {
        padding: 10px 20px 10px 10px !important;
    }

    .logo_desktop {
        display: none;
    }

    .logo_mobile {
        display: block;
    }
}

.read-only:focus{
  border: 1px solid #ced4da !important;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.card-header {
  background-color: transparent;
}

.btn-14 {
  font-size:14px;
  text-decoration:none !important;
  color: #161c2d;
}

.btn-14:hover {
  text-decoration:none !important;
  color: #007bff;
}

.font-14 {
    font-size:14px;
}

/*--------- SECTION bg-half-170 d-table w-100 overflow-hidden -------------*/
.title1 {
  line-height: 1.1em;
}
.bigH {
  font-family: Souses;
  color: #e04516;
  font-size: 900px;
  text-align: right;
  width: 30%;
  float: right;
}
.letter-bigH {
  margin-top: -950px;
  margin-bottom: -500px;
}
.pictures_podium {
  width: 50%;
  margin: -650px 0 0 750px;
  z-index: 10;
  position: absolute;
}
.pictures_podium-mob {
  margin-left: 50px;
}
.pictures_podium img {
border-radius: 6px;
box-shadow: rgba(68, 68, 68, 0.35) 0px 4px 13px;
}
.pictures_podium-mob img {
  border-radius: 6px;
  box-shadow: rgba(68, 68, 68, 0.35) 0px 4px 13px;
}
.img_podium1 {
  margin: 55px 0 0 25px;
  width: 220px;
}
.img_podium1-mob {
  width: 150px;
  margin: 20px 0 0 0px;
}
.img_podium2 {
  margin-left: -600px;
  margin-top: 410px;
  width: 240px;
}
.img_podium2-mob {
  width: 150px;
  margin: -120px 0 0 170px;
}
.img_podium3 {
  margin-left: 35px;
  margin-top: 440px;
  width: 300px;
}
.img_podium3-mob {
  width: 300px;
}
.img_podium4 {
  margin: 0px 0 0 -25px;
  width: 300px;
  height: 200px;
}
.img_podium4-mob {
  width: 200px;
  height: 140px;
}
@media (max-width: 992px) {
  .img_podium2-mob {
    display: flex;
  }
}
@media (max-width: 576px) {
  .img_podium2-mob {
    display: inline-block !important;
  }
}
@media (max-width: 576px) {
  .img_podium1-mob {
    width: 40% !important;
    margin: 30px 0 0 20px !important;
  }
  .img_podium3-mob {
    width: 50% !important;
    margin: 20px 0px 0px 0px !important;
  }
  .img_podium2-mob {
    width: 40% !important;
    margin: 20px 20px 0 0 !important;
  }
  .img_podium4-mob {
    width: 50% !important;
    height: 50% !important;
  }
}
@media (max-width: 768px) {
  .img_podium1-mob {
    width: 120px;
    margin: 30px 0 0 20px;
  }
  .img_podium3-mob {
    width: 150px;
  margin: -100px 0 0 170px;
  }
  .img_podium2-mob {
    width: 100px;
    margin: 20px 0 0 0;
  }
  .img_podium4-mob {
    width: 200px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .pictures_podium-mob {
    margin-left: 0px;
    margin-top: 20px;
  }
  /*.pictures_podium-mob img {
    opacity: 0.5;
  }*/
  .img_podium1-mob {
    width: 170px;
    margin: 30px 0 0 20px;
  }
  .img_podium3-mob {
    width: 220px;
    margin: -100px 0 0 170px;
  }
  .img_podium2-mob {
    width: 150px;
    margin: 20px 0 0 0;
  }
}
@media (max-width: 1200px) {
  .pictures_podium {
    display: none;
  }
  .bigH {
    display: none;
  }
  .podium-mob {
    z-index: 10;
  }
}
@media (min-width: 1199px) {
  .pictures_podium-mob {
    display: none;
  }
}
/*--------- FIN SECTION bg-half-170 d-table w-100 overflow-hidden FIN -------------*/

/*--------- section text-center section_2 -------------*/

@media (min-width:992px) {
  .section_2 img {
    border-radius: 50%;
    padding: 0.7em;
    background-color: #e5effa;
    width: 30%;
    margin-bottom: 1.5em;
  }
}

@media (max-width:991px) {
  .section_2 img {
    border-radius: 50%;
    padding: 0.7em;
    background-color: #e5effa;
    width: 50%;
    margin-bottom: 1.5em;
  }
}

@media (max-width:768px) {
  .section_2 img {
    border-radius: 50%;
    padding: 0.7em;
    background-color: #e5effa;
    width: 30%;
    margin-bottom: 1.5em;
  }
}

@media (max-width:500px) {
  .section_2 img {
    border-radius: 50%;
    padding: 0.7em;
    background-color: #e5effa;
    width: 20%;
    margin-bottom: 1.5em;
  }
}


.section_2 .container span {
  font-family: 'Work Sans', sans-serif !important;
  font-weight: 600;
  font-size: 17px;
  color: #e04516;
}
.section_2 .container p {
  font-family: 'Work Sans', sans-serif !important;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  line-height: 1.2em;
  width: 85%;
  margin: auto;
  margin-bottom: 0.6em;
}
@media (max-width: 1100px) {
    .section_2 .container {
    flex-wrap: wrap;
    display: block;
    }
}

/*--------- FIN section text-center section_2 FIN -------------*/

/*--------- section text-center section_3 -------------*/
.section_3 img {
  margin-top: 2em;
  width: 70%;
}
@media (max-width: 575px) {
  .fleche-home-hori {
    display: none;
  }
  .fleche-home-verti {
    width: 60% !important;
  }
}
@media (min-width: 576px) {
  .fleche-home-verti {
    display: none;
  }
}
/*--------- FIN section text-center section_3 FIN -------------*/

/*--------- section text-center section_4 -------------*/

/*Texte défilant*/
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
@media (max-width: 576px) {
  .slider-partenaires {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  .slider-partenaires .slide-partenaires img {
    width: 40% !important;
  }
  .slider-partenaires .slide-partenaires-track {
    width: calc(100px * 14) !important;
  }
  .slider-partenaires .slide-partenaires img {
    width: 70% !important;
  }
}
.slider-partenaires {
  background: #e04516;
  overflow: hidden;
  width: 100%;
  padding-bottom: 25px;
  padding-top: 25px;
}
.slider-partenaires::before, .slider-partenaires::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  width: 200px;
  z-index: 2;
}
.slider-partenaires::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider-partenaires::before {
  left: 0;
  top: 0;
}
.slider-partenaires .slide-partenaires-track {
  animation: scroll 30s linear infinite;
  /*display: inline-block;*/
  width: calc(250px * 10);
}
.slider-partenaires .slide-partenaires {
  margin-right: 100px;
  display: table-cell;
}
.slider-partenaires .slide-partenaires img {
  top: 0;
  bottom: 0;
  margin: auto;
  margin-right: -600px;
  width: 60%;
}
/*FIN Texte défilant FIN*/
.h-h-part {
  background-color: #f6f8fa;
}
.section_4 .h-h-part h2 {
  font-family: 'Work Sans', sans-serif !important;
  font-size: 35px;
  text-align: left;
  margin: 0px 0px 0px 80px;
  line-height: 35px;
  font-weight: 600 !important;
}
.section_4 .h-h-part h5 {
  color: #0066cc;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 600 !important;
}
.section_4 .h-h-part p {
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  width: 70%;
  font-weight:400 !important;
}
.section_4 .h-h-part .row {
  text-align: left !important;
  margin-left: 60px;
}
.section_4 .h-h-part .p {
  margin: 20px 0px 0px 80px;
  line-height: 20px;
  width: 65%;
}
.section_4 .h-h-part .row img {
  width: 30px;
  margin-top: -40px;
}
@media (max-width: 1100px) {
  .section_4 .h-h-part {
    padding-bottom: 20px;
  }
  .section_4 .h-h-part h2 {
    margin:auto;
    margin-top: 30px !important;
    width:80%
  }
  .section_4 .h-h-part .p {
    margin:auto;
    margin-top: 20px;
    width:80%
  }
  .section_4 .h-h-part .row {
    margin:auto !important;
    width:80%
  }
  .section_4 .h-h-part p {
    width: 100%;
  }
}
/*--------- FIN section text-center section_4 FIN -------------*/

/*--------- section text-center section_5 -------------*/
.section5_container {
  max-width: 1150px !important;
}
.horizontal_dashed_line{
  border-bottom: 1.5px dashed;
  color: #b6bdca;
  width: 100%;
}
.point {
  font-size: 35px;
  color: #e04516;
  margin-top: -27px;
}
.block {
  padding: 0 !important;
}
/*--------- FIN section text-center section_5 FIN -------------*/

/*--------- section text-center section_6 -------------*/
.section_6 .features {
  box-shadow: rgba(191, 191, 191, 0.35) 0px 4px 13px;
  border-radius: 8px;
  width: 95%;
}
.section_6 h4 {
  font-family: 'Work Sans', sans-serif !important;
  font-size: 20px;
  color: #e04516;
  font-weight: 600;
}
.section_6 p {
  font-family: 'Work Sans', sans-serif !important;
  text-align: left;
  margin: auto;
  font-size:16px;
  font-weight: 500 !important;
  width: 80%;
}
@media (max-width: 1100px) {
  .section_6 .features {
    margin-bottom: 30px !important;
    width: 80% !important;
    margin: auto;
  }
}
/*--------- FIN section text-center section_6 FIN -------------*/

/*----------------------------- Avis Google --------------------------------------*/
.fLkLqr {
  color:white !important;
}

.swiper-wrapper {
  margin-bottom: 100px;
}
/*----------------------------- FIN Avis Google FIN --------------------------------------*/
/*----------------------------- section text-center section_7 --------------------------*/
.owl-carousel .m-2 {
  margin: 0rem !important;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -50px;
  margin-bottom: 18px;
  position: relative;
}
/*----------------------------- FIN section text-center section_7 FIN ---------------------*/

/*----------------------------- section text-center section_8 --------------------------*/

.section_8 #myCarousel .carousel-inner .carousel-item .container {
  padding: 0 !important;
}
.section_8 #myCarousel .carousel-inner .carousel-item .col-lg-6 {
  padding: 0 !important;
}
.section_8 #myCarousel .carousel-inner .carousel-item .col-md-6 {
  padding: 0 !important;
}
.section_8 #myCarousel .carousel-inner .carousel-item .container .row {
  display: flex;
}
.section_8 #myCarousel .carousel-inner .carousel-item .container .row .p-vid {
  font-family: 'Work Sans', sans-serif !important;
  color: white;
  font-size: 36px;
  font-weight: 600;
  text-align: left;
  margin-left: 100px;
  line-height: 1.2;
  padding-right: 10px;
}
.section_8 #myCarousel .carousel-inner .carousel-item .container .row img {
  margin-left: -310px;
  margin-top: -50px;
  width: 8%;
}
.section_8 .justify-content-center .row {
  margin-right: 0 !important;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 40px;
  width: 40px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  background-image: none;
  background-color: #e5effa;
  color: #e04516;
  padding: 0.8em;
  font-size: 5px;
  cursor: pointer;
  -webkit-box-shadow: rgba(91, 91, 91, 0.35) 0px 4px 13px;
  box-shadow: rgba(91, 91, 91, 0.35) 0px 4px 13px;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 22px;
  font-weight: 500;
  color: #e04516;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 22px;
  font-weight: 500;
  color: #e04516;
}
.carousel-control-next, .carousel-control-prev {
  opacity: 1;
}
.carousel-control-next, .carousel-control-prev {
  opacity: 1;
}
.carousel-control-prev {
  margin-left: -85px !important;
}
.carousel-control-next {
  margin-right: -85px !important;
}
@media all and (min-width: 769px) {
  .carousel-control-prev, .carousel-control-next {
    margin-top: 90px !important
  }
}
@media all and (max-width: 768px) {
  .bluevid {
    display: none;
  }
  .carousel-control-prev, .carousel-control-next {
    margin: 100px 0 0 0 !important
  }
  .section_8 .row {
    margin-left: 0;
    margin-right: 0;
  }
  .section_8 iframe {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  }
}
@media all and (max-width: 992px) {
  .mt-60-resp {
    margin-bottom: 50px !important;
  }
  .guillemets {
    display: none !important;
  }
}

/*----------------------------- FIN section text-center section_8 FIN ---------------------*/

/*----------------------------- section text-center section_9 --------------------------*/
.section_9 {
  background-color: #f6f8fa;
}
.section_9 .details_s9 {
  padding-left: 150px;
}
.section_9 .details_s9 img {
  width: 20px;
}
.section_9 .details_s9 p {
  width: 70%;
  font-weight: 500;
}

@media all and (max-width: 992px) {
  .section_9 .details_s9 {
    padding-left: 40px;
  }
  .section_9 .details_s9 p {
    width: 100%;
  }
}
/*----------------------------- FIN section text-center section_9 FIN ---------------------*/

/*----------------------------- section text-center section_10 --------------------------*/
.section_10 .container {
  margin-top: 50px !important;
}
.section_10 .bigO {
  font-family: Souses;
  font-size: 1000px;
  text-align: right;
}
.section_10 .letter-bigO {
  margin-top: -700px;
  margin-left: -300px;
  display: inline-block;
  position: absolute;
  color: #e04516 !important;
}
@media all and (max-width: 1200px) {
  .letter-bigO {
    display: none !important;
  }
}
/*----------------------------- FIN section text-center section_10 FIN ---------------------*/

/*----------------------------- section text-center section_11 --------------------------*/
.section_11 {
  background-image: url("../images/photos_hd/Photo8-2_Hopen.webp");
  background-position: left;
  background-size: 70%;
  background-repeat: no-repeat;
  padding: 4em;
}
.listSection_11 {
  background-color: white;
  width: 35%;
  padding: 2em;
  text-align: left;
  -webkit-box-shadow: rgba(191, 191, 191, 0.35) 0px 4px 13px;
          box-shadow: rgba(191, 191, 191, 0.35) 0px 4px 13px;
  border-radius: 10px;
  margin: 0 0 0 50vw;
}

.listSection_11 h2 {
  font-size: 30px;
  margin: 1em;
  line-height: 1.2 !important;
}
.listSection_11 p {
  margin-left: 2em;
  font-size: 15px;
  font-weight: 500;
}

.listSection_11 ul {
  margin-top: 1em;
  padding-left: 1.5em;
}

.listSection_11 ul li {
  text-align: left;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.listSection_11 ul li h3 {
  color: #0066cc;
  font-weight: 600;
  font-size: 20px;
  font-family: 'Work Sans', sans-serif !important;
}

.listSection_11 ul li img {
  width: 20px;
  height: 20px;
  margin: 0.2em 1em 0 0;
}

.listSection_11 ul li p {
  color: #797979;
  font-size: 12px;
  font-weight: 600;
}

.listSection_11 ul li p span {
  text-decoration: underline;
}
.listSection_11 .btnDec {
  padding-left: 2em;
  padding-top: 0em !important;
  padding-bottom: 2.5em;
}
@media all and (max-width: 992px) {
  .section_11 {
    padding: 0em !important;
    background-image: none !important;
    padding-bottom: 1.5em !important;
    margin-top: 10px;
  }
  .section_11 .listSection_11 {
    padding: 0.5em !important;
    width: 80%;
    margin: auto !important;
  }
  .section_11 .listSection_11 h2 {
    font-size: 25px !important;
  }
  .section_11 .listSection_11 ul {
    margin-top: 0.5em !important;
    margin-left: 0.5em;
  }
  .section_11 .listSection_11 ul li {
    margin-bottom: 0.3em !important;
    text-align: center !important;
  }
  .section_11 .listSection_11 ul li h3 {
    font-size: 18px !important;
    margin-bottom: 0.3em !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section_11 .listSection_11 ul li .SPImg {
    display: block;
    width: 12px;
    height: 12px;
  }
}
/*----------------------------- FIN section text-center section_11 FIN ---------------------*/

/*----------------------------- section text-center section_12 ---------------------------------*/
.section_12 {
  margin-bottom: 2em;
}

.section_12 .galleryPhotos {
  margin-bottom: 1em;
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section_12 .galleryPhotos .big {
  width: 40%;
  height: 100%;
}

.section_12 .galleryPhotos .big img {
  width: 100%;
  height: 100%;
}

.section_12 .galleryPhotos .litle {
  width: 100%;
  height: 100%;
}

.section_12 .galleryPhotos .litleContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 20%;
}
.card {
  border-radius: 0em;
}

@media all and (max-width: 1200px) {
  .section_12 {
    margin-top: 30px;
  }
  .section_12 .realisation_subline .ttvoirBtn {
    float: none;
    text-align: center;
    margin-right: 0px !important;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 576px) {
  .section_12 .galleryPhotos {
    width: 95% !important;
  }
}
@media all and (max-width: 1200px) {
  .banniere12 .section_Container {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(245, 242, 242, 0.8)), to(rgba(245, 242, 242, 0.8))), url("../images/photos_hd/Photo6-2_Hopen.webp") !important;
    background-image: linear-gradient(to right, rgba(245, 242, 242, 0.8), rgba(245, 242, 242, 0.8)), url("../images/photos_hd/Photo6-2_Hopen.webp") !important;
    background-size: cover;
  }
  .section_12 .galleryPhotos {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
  }
  .section_12 .galleryPhotos .big {
    width: 100%;
  }
  .section_12 .galleryPhotos .litle {
    width: 50%;
  }
  .section_12 .galleryPhotos .litleContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .section_12 h2 {
    margin-bottom: 0.5em !important;
  }
}
/*----------------------------- FIN section text-center section_12 FIN ---------------------*/

/*----------------------------- section text-center section_12-bis --------------------------*/
.section_12-bis {
  background-image: url("../images/photos_hd/eco-ener-calc-redim.webp");
  background-size: 54%;
}
.section_12-bis .listSection_11 {
  margin: 0 0 0 45vw !important;
}

.section_12-bis .listSection_11 h2 {
  font-size: 22px !important;
  margin-top: 0em !important;
}

.section_12-bis .listSection_11 ul li h3 {
  font-size: 14px !important;
}
.section_12-bis .listSection_11 ul li {
  margin-bottom: 0em !important;
}

@media all and (max-width: 992px) {
  .section_12-bis .listSection_11 ul li {
    text-align: left !important;
  }
  .section_12-bis .listSection_11 {
    margin: auto !important;
  }
  .section_12-bis .listSection_11 ul li h3 {
    margin-bottom: 1.3em !important;
  }
}
/*----------------------------- FIN section text-center section_12-bis FIN ---------------------*/

/*----------------------------- section text-center section_13 ---------------------------------*/
@media (max-width: 1200px) {
  .section_13 {
    padding: 0 !important;
    text-align: center;
  }
  .section_13 .bgd-section_13 {
    background-image: linear-gradient(to right, rgba(231, 226, 215, 0.65), rgba(231, 226, 215, 0.65)), url("../images/photos_hd/Photo5-4_Hopen.webp") !important;
    background-size: cover !important;
    padding: 3em !important;
    text-align: left;
    background-position: right;
  }
  .section_13 h2 {
    font-size: 18px !important;
    line-height: 22px;
    font-weight: 600;
    margin: 0 !important;
  }
  .section_13 .btnTel {
    text-align: center !important;
    margin: 1em 0 0 0 !important;
    font-size: 14px !important;
  }
}

.section_13 .bgd-section_13 {
  background-image: -webkit-gradient(linear, left top, right top, from(#f7f8fa), color-stop(28%), color-stop(rgba(255, 255, 255, 0)), color-stop(35%), to(rgba(255, 255, 255, 0.15))), url("../images/photos_hd/Photo5-4_Hopen.webp");
  background-image: linear-gradient(0.25turn, #f7f8fa, 28%, rgba(255, 255, 255, 0), 35%, rgba(255, 255, 255, 0.15)), url("../images/photos_hd/Photo5-4_Hopen.webp");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  padding: 1em;
  margin-top: 30px;
}
.section_13 h2 {
  margin-top: 2.5em;
  margin-left: 2.5em;
  width: 50%;
}
.section_13 .btnTel {
  background-color: #0066cc;
  color: white;
  padding: 0.5em 0em 0.5em 0em;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 20px;
  margin: 3em 0 3em 5em;
}
.section_13 .bgd-section_13 img{
  width: 12%;
  margin-right: 10px;
}

/*-----------------------------FIN section text-center section_13 FIN---------------------------------*/

/*----------------------------- section text-center section_14 ---------------------------------*/
@media (max-width: 1200px) {
  .bg-section_14 {
    background-image: url("../images/big-H.png");
    background-size: 30%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .section_14 .pictures-section_14 {
    width: 20% !important;
    float: none !important;
    position: relative !important;
    margin-left: 750px !important;
    margin-top: -135px !important;
    padding-bottom: 15px !important;
  }
  .bigH-bottom {
    display: none;
  }
  .section_14 p {
    font-weight: 300 !important;
  }
}
@media (min-width: 1200px) {
  .section_14 {
    padding: 7em;
  }
}
@media (max-width: 992px) {
  .section_14 .pictures-section_14 {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .bg-section_14 {
    background-size: 70%;
  }
}
@media (max-width: 576px) {
  .bg-section_14 {
    background-size: 80%;
  }
}
.section_14 {
  background-color:#e04516;
  width: 100%;
  background-repeat: no-repeat;
  margin-top: 30px;
}
.section_14 h2 {
  color: white;
}
.section_14 p {
  color: white;
  font-weight: 500;
  margin: 1.5em 0 1.5em 0;
}
.btnDevPos {
  background-color: white;
  color:#0066cc;
  border : 2px solid white;
  padding: 0.5em 1em 0.5em 1em;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
}
.btnDevPos:hover {
  border : 2px solid #e5effa;
  background-color: transparent;
  color: #e5effa;

}
.section_14 .pictures-section_14 {
  float: right;
  width: 25%;
  position: absolute;
  margin-left: 850px;
  margin-top: -185px;
}
.section_14 .pictures-section_14 img {
  width: 60%;
  border-radius: 7px;
}
.section_14 .pictures-section_14 .img1-section_14 {
  margin: -50px 0 50px;
}
.section_14 .pictures-section_14 .img2-section_14 {
  margin: -30px 0 0 120px;
}
.section_14 .text-section_14 {
  display: inline-block;
  padding: 1em !important;
}
.section_14 .bigH-bottom {
  float: right;
}
.section_14 .letter-bigH-bottom {
  margin-top: -110px;
  width: 40%;
  margin-left: -350px;
  position: absolute;
}
/*-----------------------------FIN section text-center section_14 FIN---------------------------------*/

/*//////////////////////////// NOTRE HISTOIRE ////////////////////////////////////*/
/*----------------------------- section_1-NH ---------------------------------*/
.section_1-NH {
  padding-bottom: 8em;
}
.section_1-NH h1 {
  line-height: 1.1em !important;
}
.section_1-NH .custom-background {
  font-size: 28px;
}
.section_1-NH .custom-background2 {
  margin-top: 25px;
  font-size: 45px;
  font-weight: lighter;
}
@media all and (max-width: 1100px) {
  .section_1-NH .custom-background {
    font-size: 16px;
  }
  .section_1-NH .custom-background2 {
    font-size: 22px;
    line-height: 1.2em !important;
  }
  .section_1-NH .title-hero, .section_1-NH .title-hero-mob {
    margin-top: 50px;
  }
  .section_1-NH .title-hero-mob .custom-background {
    margin-bottom: 0.7em;
  }
  .section_1-NH h1 {
    line-height: 0.8em !important;
  }
  .section_1-NH {
    padding-bottom: 2em;
  }
}
@media all and (max-width: 576px) {
  .section_1-NH .title-hero {
    display: none;
  }
}
@media all and (min-width: 576px) {
  .section_1-NH .title-hero-mob {
    display: none;
  }
}
/*-----------------------------FIN section_1-NH FIN---------------------------------*/

/*----------------------------- section_2-NH ---------------------------------*/
@media all and (max-width: 1100px) {
  .section_2-NH {
    padding: 0em !important;
    padding-bottom: 1.5em !important;
    margin-top: 20px !important;
  }
  .section_2-NH .listSection_11 {
    margin: auto !important;
    width: 100% !important;
    padding: 0;
  }
  .section_2-NH .listSection_11 p {
    width: 80% !important;
    text-align: justify;
  }
}
@media all and (max-width: 576px) {
  .section_2-NH {
    width: 90% !important;
  }
  .section_2-NH .listSection_11 .text-muted {
    display: none;
  }
}
@media all and (min-width: 576px) {
  .section_2-NH .listSection_11 .text-muted-mob {
    display: none;
  }
}
.section_2-NH {
  background-image: url("../images/photo-equipe.jpg");
  background-position: right;
  background-size: 40%;
  background-repeat: no-repeat;
  padding: 6em 0 6em 0;
  width: 76%;
  margin: auto;
  margin-top: -160px;
  position: relative;
}
.section_2-NH .listSection_11 {
  margin-left: 0;
  width: 62%;
  padding: 0;
}
.section_2-NH .listSection_11 h2{
  margin: 0 0 15px 40px;
  padding-top: 30px;
}
.section_2-NH .listSection_11 p {
  margin-left: 40px;
  line-height: 1.3em;
  color: #6c757d !important;
  font-size: 15px;
  width: 90%;
}
.section_2-NH .listSection_11 .text-muted {
  padding-bottom: 2.5em;
  margin-bottom: 0;
}
/*-----------------------------FIN section_2-NH FIN---------------------------------*/
/*----------------------------- section_3-NH ---------------------------------*/
.section_3-NH .mt-4 {
  margin-top: 0rem !important;
}
.section_3-NH .sec3 {
  border-style: solid;
  border-width: thin;
  border-color: #ececec;
  border-radius: 0px !important;
}
/*-----------------------------FIN section_3-NH FIN---------------------------------*/
/*----------------------------- section_4-NH ---------------------------------*/
.section_4-NH {
  margin-top: 50px;
}
.section_4-NH .para-desc {
  max-width: 850px;
}
.section_4-NH .text-muted {
  color: #6c757d !important;
}
/*-----------------------------FIN section_4-NH FIN---------------------------------*/
/*//////////////////////////// FIN NOTRE HISTOIRE FIN ////////////////////////////////////*/

/*//////////////////////////// INSTALLATEURS ////////////////////////////////////*/
/*----------------------------- section_1-inst ---------------------------------*/
@media all and (max-width: 1100px) {
  .section_1-inst .h-h-part {
    padding-top: 130px !important;
  }
  .section_1-inst .h-h-part .getDevis {
    margin-bottom: 50px !important;
  }
}
/*-----------------------------FIN section_1-inst FIN---------------------------------*/

/*----------------------------- section_2-Inst ---------------------------------*/
@media all and (max-width: 1100px) {
  .section_2-Inst .text-muted {
    font-size: 14px !important;
    width: 70%;
  }
}
.section_2-Inst .title {
  font-size: 35px;
}
.section_2-Inst .text-muted {
  font-family: Roboto, -apple-system, "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif !important;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 1px;
}
.section_2-Inst .bg-light {
  background-color: white !important;
  box-shadow: rgba(191, 191, 191, 0.35) 0px 4px 13px;
}
.section_2-Inst h5 {
  font-size: 22px;
  font-weight: 500 !important;
  line-height: 1.2em !important;
}
.section_2-Inst img {
  width: 15%;
}
/*-----------------------------FIN section_2-Inst FIN---------------------------------*/

/*----------------------------- section_heros ---------------------------------*/
.section_heros .row3 {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.section_heros .row3 img {
  border-radius: 10px !important;
  width: 100%;
}
.section_heros .row3 .p1 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #e04516;
  margin-bottom: -0.2em;
}
.section_heros .row3 .p2 {
  font-family: 'Work Sans', sans-serif !important;
  font-size:14px;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}
.section_heros .row3 .mt-4 {
  margin-top: 1rem !important;
}
/*-----------------------------FIN section_heros FIN---------------------------------*/

/*----------------------------- section_5-inst ---------------------------------*/
@media all and (max-width: 1100px) {
  .section_5-inst {
    margin-top: 0;
  }
  .section_5-inst .container {
    margin: auto;
  }
  .section_5-inst h2 {
    margin-bottom: 1em;
  }
}
.section_2-Inst .card {
  height: 100%;
}
.section_5-inst {
  margin-bottom: 80px;
}
.section_5-inst img {
  padding: 0.7em;
  width: 25%;
}
.section_5-inst .container p {
  width: 70%;
}
.section_5-inst .container {
  width: 70%;
}
.section_5-inst .block3 {
  margin-top: 42px;
}
.section_5-inst .container {
  margin-top: 0em !important;
}

/*-----------------------------FIN section_5-inst FIN---------------------------------*/

/*----------------------------- section-short-inst ---------------------------------*/
.section-short-inst {
  padding: 0 !important;
}
/*-----------------------------FIN section-short-inst FIN---------------------------------*/

/*----------------------------- section_13-Inst ---------------------------------*/
.bgd-section_13-inst {
  margin-top: 0px !important;
}
/*-----------------------------FIN section_13-Inst FIN---------------------------------*/


/*//////////////////////////// FIN INSTALLATEURS FIN ////////////////////////////////////*/

/*//////////////////////////// REALISATIONS ////////////////////////////////////*/
@media (max-width: 992px) {
  .section1-real .real-desc-hor {
    box-shadow: rgba(191, 191, 191, 0.35) 0px 10px 13px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    width: 80% !important;
    padding-top: 0 !important;
  }
}
@media (max-width: 1100px) {
  .bodyreal h2 {
    font-size: 10px;
  }
  .head-sec-realisations {
    padding: 1em 0 0 0 !important;
  }
  .section, .section-short-top-bottom {
    padding: 10 0 !important;
  }
  .section1-real img, .section2-real img {
    width: 100% !important;
    position: relative !important;
    padding: 0em !important;
    background-color: white;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    box-shadow: rgba(191, 191, 191, 0.35) 0px 4px 13px !important;
  }
  .section2-real .real-desc-verti {
    box-shadow: rgba(191, 191, 191, 0.35) 0px 10px 13px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    width: 80% !important;
    padding-top: 0 !important;
}
  .section1-real h3, .section2-real h3 {
    font-size: 15px !important;
    text-align: center !important;
    padding-top: 25px;
  }
  .section1-real h2, .section2-real h2 {
    text-align: center !important;
    font-size: 20px !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .section1-real h5, .section2-real h5 {
    margin-top: 18px !important;
    font-size: 16px !important;
  }
  .section2-real .real-desc-verti {
    margin-top: 0px !important;
  }
  .section1-real .real-desc-hor {
    float:none !important;
    margin: auto;
  }
  .section1-real .card-horizontal, .section2-real .card-vertical {
    width: 80%;
    margin: auto !important;
  }
  .section3-real {
    padding: 0px !important;
    margin-bottom: 3em !important;
  }
  .section3-real h1 {
    font-size: 16px !important;
    line-height: 1.3 !important;
  }
}
@media (max-width: 576px) {
  .section1-real .card-horizontal, .section2-real .card-vertical {
    width: 100%;
  }
  .section1-real .real-desc-hor {
    padding: 1em !important;
  }
  .section-real-mob {
    padding-top: 0 !important;
  }
  .section3-real {
    display: none;
  }
}
@media (min-width: 576px) {
  .section3-real-mob {
    display: none;
  }
}
.bodyreal {
  background-color: #f6f8fa;
}
.bodyreal .button-real {
  text-align: center;
}
.head-sec-realisations {
  margin-top: 80px !important;
  font-family: 'Work Sans', sans-serif !important;
  padding: 2.5em;
  margin-bottom: 0em !important;
}
.head-sec-realisations h2 {
font-weight: 500 !important;
}
/*----------------------------- section_1-real ---------------------------------*/
.section1-real {
  margin-bottom: 50px;
}
.section1-real .card-horizontal img {
  width: 130%;
}
.section1-real .real-desc-hor {
  background-color: white;
  padding: 3em;
  text-align: left;
  -webkit-box-shadow: rgba(191, 191, 191, 0.35) 0px 4px 13px;
          box-shadow: rgba(191, 191, 191, 0.35) 0px 4px 13px;
  border-radius: 10px;
  width: 90%;
  float: right;
}
.section1-real h3, .section2-real h3 {
  font-family: 'Work Sans', sans-serif !important;
  color:#e04516;
  font-size: 22px;
  font-weight: 600 !important;
}
.section1-real h2, .section2-real h2 {
  font-family: 'Work Sans', sans-serif !important;
  color: #000;
  font-size: 30px;
  font-weight: 500 !important ;
  line-height: 1.2em !important;
}
.section1-real h5, .section2-real h5 {
  font-family: 'Work Sans', sans-serif !important;
  font-size: 20px;
  font-weight: 400 !important ;
  line-height: 1.2em !important;
  text-transform: uppercase;
  color: #444;
}
.section1-real .content, .section2-real .content {
  font-size: 15px !important;
  line-height: 1.5em !important;
  color: #666464 !important;
  margin-top: 1em;
  margin-bottom: 0em !important;
  width: 90%;
}
.real-desc-hor p, .real-desc-verti p {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp:3 !important;
  -webkit-box-orient: vertical !important;

}
.section1-real a, .section2-real a {
  font-size: 15px !important;
  text-decoration: underline !important;
  line-height: 1.5em !important;
  color: #666464 !important;
  margin-top: 1em;
  margin-bottom: 0em !important;
  width: 90%;
}
.section1-real a:hover, .section2-real a:hover {
  color: #e04516 !important;
}
.section1-real span, .section2-real span {
  margin-top: 0.5em;
  font-weight: 600;
  cursor: pointer;
  color: black !important;
}
/*-----------------------------FIN section_1-real FIN---------------------------------*/

/*----------------------------- section_2-real ---------------------------------*/
.section2-real {
  margin-bottom: 50px;
}
.section2-real .img-verti img {
  width: 100%;
}
.section2-real .real-desc-verti {
  background-color: white;
  padding: 3em;
  text-align: left;
  -webkit-box-shadow: rgba(191, 191, 191, 0.35) 0px 4px 13px;
          box-shadow: rgba(191, 191, 191, 0.35) 0px 4px 13px;
  border-radius: 10px;
  width: 85%;
  position: relative;
  margin: auto;
  margin-top: -50px;
}
/*-----------------------------FIN section_2-real FIN---------------------------------*/

/*----------------------------- section_3-real ---------------------------------*/
.section3-real {
  text-align: center;
  padding: 50px;
  margin: auto;
}
.section3-real h1 {
  font-size: 30px;
  line-height: 1;
}
.section1-real .btnTransp {
  display: flex;
  margin-top: 20px;
  margin-left: 580px;
}
.section3-real-mob h1 {
  font-size: 16px !important;
}
/*-----------------------------FIN section_3-real FIN---------------------------------*/
.section_11-real {
  margin-top: 0 !important;
}
/*//////////////////////////// FIN REALISATIONS FIN ////////////////////////////////////*/

/*//////////////////////////// PRIX ////////////////////////////////////*/
/*----------------------------- section_prix --------------------------------*/
@media (min-width: 768px) {
  .section_prix .heading-prix-mob {
    display: none;
  }
}
@media (max-width: 768px) {
  .section_prix .heading {
    display: none;
  }
  .section_prix .heading-prix-mob {
    font-size: 20px;
  }
  .section_2-prix h5 {
    font-size: 25px !important;
    font-weight: 500 !important;
  }
}
@media (max-width: 1100px) {
  .section_2-prix h5 {
    font-weight: 500 !important;
  }
}
@media (max-width: 768px) {
  .section_2-prix .price {
    margin: auto;
  }
}
/*-----------------------------FIN section_prix FIN---------------------------------*/
/*//////////////////////////// FIN PRIX FIN ////////////////////////////////////*/

/*//////////////////////////// CATALOGUE ////////////////////////////////////*/
@media (max-width: 1100px) {
  .catalogue-img {
    width: 100% !important;
  }
  .form-cata {
    width: 100% !important;
    margin-top: 20px !important;
  }
  .text-cata {
    width: 80% !important;
    margin: 0px 0px 0px 20px !important;
    text-align: left !important;
  }
}
@media (min-width: 1100px) {
  .section_1-cata .text-cata .btnTransp {
    margin: 340px auto 0 auto;
  }
}
.section_1-cata {
  background-color: #cad2dd !important;
  font-family: 'Work Sans', sans-serif !important;
}
.form-cata {
  background-color: white;
  padding: 3em;
  -webkit-box-shadow: rgba(191, 191, 191, 0.35) 0px 4px 13px;
          box-shadow: rgba(191, 191, 191, 0.35) 0px 4px 13px;
  border-radius: 10px;
  width: 80%;
  margin-top: 80px;
  margin-bottom: 80px;
}
.text-cata {
  width: 70%;
  margin: -600px auto;
}
.text-cata h2 {
  font-size: 40px;
}
.text-cata img {
  width: 18px;
}
.text-cata p {
  font-weight: 600;
}
.form-cata h2 {
  margin-bottom: 30px !important;
}
.form-cata .button-cata {
  text-align: center;
}
.catalogue-img {
  width: 130%;
}
.section_1-cata .text-cata .btnTransp {
  border: 1.5px solid #000;
  font-size: 14px;
  background-color: black;
  color: white !important;
}
.section_1-cata .text-cata .btnTransp:hover {
  border: 1.5px solid #000;
  background-color: transparent;
  color: black !important;
}
.section_1-cata .text-cata .btnTransp a {
  color: white !important;
  padding: 20px;
}
.section_1-cata .text-cata .btnTransp a:hover {
  color: black !important;
}

/*//////////////////////////// FIN CATALOGUE FIN ////////////////////////////////////*/

/*//////////////////////////// CATALOGUE-BANDEAU ////////////////////////////////////*/
.section_cata-bandeau {
  background-color: #cdd5e1 !important;
}
.section_cata-bandeau .h-h-part {
  background-color: transparent !important;
}
.img-cata-band {
  float: right;
}
.section_cata-bandeau .details_cata-band img {
  width: 20px;
}
.section_cata-bandeau .details_cata-band p {
  font-weight: 500;
}
.section_cata-bandeau .details_cata-band h2 {
  text-align: left;
}
@media (max-width: 1100px) {
  .section_cata-bandeau {
    text-align: left !important;
  }
}
@media (max-width: 768px) {
  .img-cata-band {
    display: none;
  }
  .section_cata-bandeau .details_cata-band {
    padding-left: 50px !important;
  }
  .section_cata-bandeau {
    background-image: linear-gradient(to right, rgba(245, 242, 242, 0.65), rgba(245, 242, 242, 0.65)), url("../images/catalogue-img-min2.webp");  }
}
@media (min-width: 768px) {
  .section_cata-bandeau .details_cata-band {
    padding-left: 120px;
  }
}
/*//////////////////////////// FIN CATALOGUE-BANDEAU FIN ////////////////////////////////////*/

/*//////////////////////////// SECTION PRO ////////////////////////////////////*/

.section-pro {
  margin-top: 100px;
}
.section-pro .nav-pills {
  border-radius: 6px !important;
}
.section-pro .nav-pills .nav-item {
  border: 1px solid #ececec;
  border-radius: 6px !important;
}

.section-pro .public-profile {
  border: 1px solid #ececec !important;
  border-radius: 6px !important;
}

/*----------------------------- add_item ---------------------------------*/
.subline:hover {
  color: #e04516 !important;
}
.colors h5, .colorsExt h5, .form-vitrage h5, .croisillons h5, #nbCroisillonsH, #nbCroisillonsV, .selectCouleur, .form-volet h5, .form-option-porte h5 {
  font-size: 20px;
}
.p-options {
  padding-left: 13px;
}
.panneauPorte .form-group label, .vitragePorte .form-group label {
  border-radius: 10px;
  padding: 0.5em;
}
.panneauPorte .form-group label span, .vitragePorte .form-group label span {
  margin-top: 0 !important;
  cursor: pointer;
}
.lateral-pro {
  font-weight: 400;
}
.lateral-pro-price, .table-up {
  font-weight: 600;
}
.lateral-pro-image img {
  width: 100%;
}
.card-footer-totalht, .card-footer-tva, .card-footer-totalttc, .collapse-option, .table-up {
  display: flex;
}
.total-string, .total-int {
  width: 50%;
}
.text-start-collapse {
  padding-bottom: 1em;
}
.collapse-option {
  padding: 0.3em 0;
}
.collapse-string {
  width: 60%;
}
.collapse-int {
  width: 40%;
}
.table-produit-desc {
  font-size: 14px;
  text-decoration: none !important;
  color: #161c2d;
}
.table-produit-img img {
  width: 100%;
}
.table-produit-arrow {
  padding: 0 !important;
  margin: auto;
}
.total-int p, .collapse-int span {
  float: right;
}
.bg-light ul {
  padding-left: 0 !important;
}
.card-header {
  border-bottom: none !important;
  padding: 20px 3px;
}
.main-card {
  border-bottom: 1px solid rgba(0,0,0,.125);
  margin-bottom: 0 !important;
}
ul:last-child {
  border-bottom: none;
}
@media (min-width: 1200px) {
  .btn-dash-action-edit, .btn-dash-action-view {
    padding-right: 10px;
  }
  .full-table {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .btn-dash-action {
    padding-right: 0;
    display: block;
    margin-top: 0.2em;
  }
  .table-produit-img img {
    width: 100%;
    margin: auto;
    display: flex;
  }
  .table-produit-desc {
    margin-top: 0.5em;
  }
  .table-produit-arrow {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .form-volet label img, .form-option-porte img {
    width: 150px;
    height: 150px;
    padding: 0.1em;
  }
  .form-typeDePoseFenetre label img {
    width: 150px !important;
    height: 150px;
  }
  .form-typeDePoseVolet label img {
    width: 100px;
    height: 150px;
  }
  .form-volet label img, .form-option-porte img {
    width: 100px;
    height: 100px;
    padding: 0.1em;
  }
  .choixOuverture label img, .form-ventaux label img {
    max-width: 120px !important;
  }
  .form-typeDePoseFenetre label img {
    max-width: 100px;
  }
  .activation-volet label img, .form-typeDePoseVolet label img, .form-interrupteur-volet label img, .form-telecommande-volet label img {
    width: 100px;
    height: 100px;
    padding: 0.1em;
  }
  .table-produit-img {
    padding-right: 0 !important;
  }
  .table-produit-img img {
    width: 50px;
  }
  .sticky-bar .card-body-wtitle {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 992px) {
  .form-typeDePoseFenetre label img {
    max-width: 80px;
  }
  .activation-volet label img, .form-typeDePoseVolet label img, .form-interrupteur-volet label img, .form-telecommande-volet label img {
    width: 80px;
    height: 80px;
    padding: 0.1em;
  }
  .form-volet label img, .form-option-porte img {
    width: 80px;
    height: 80px;
    padding: 0.1em;
  }
  .table-produit-img img {
    width: 50%;
  }
  .full-table {
    width: 100%;
  }
  .table-up {
    margin-bottom: 1.5em;
  }
  .table-produit-desc {
    margin-top: 0 !important;
  }
  .card-header {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  .habillage-ext, .form-, .petit-bois-verti {
    padding-top: 20px;
  }
  .table-produit-img img {
    width: 70%;
    margin: auto;
    display: flex;
  }
}
@media (max-width: 576px) {
  .badge-info {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg)
  }
  .table-produit-img img {
    width: 100%;
  }
}

/*-----------------------------FIN add_item FIN---------------------------------*/

/*//////////////////////////// FIN SECTION PRO FIN ////////////////////////////////////*/

#topnav .navigation-menu .has-submenu .megamenu .categories-submenu {
  display: block;
  font-weight: 600;
  color: #161c2d;
  margin-left: 20px;
  text-transform: uppercase;
  font-family: 'Work Sans', sans-serif !important;
}
#trait {
  border-top : 1px solid #efefef;
  width : 95%;
  margin: 10px auto 20px auto;
}

.min-width-150 {
  min-width: 150px !important;
}

.mt-24
{
  margin-top: 24px;
}

@media (min-width: 768px) {
.pl-0-desktop {
  padding-left: 0px !important;
}
}

@media all and (max-width: 1199px){
  #navigation {
    margin-bottom: 1rem !important;
  }
  #trait {
    display: none;
  }
  .mt-1-mobile
  {
    margin-top: 1rem;
  }
}

.sr-only {
  display: none !important;
}

.container-landing {
  max-width: 1100px !important;
}

.color-grey-light
{
  color: #aaa !important;
}
.btn-no-hover {
  background-color : transparent !important;
  border: 0px !important;
}
.btn-no-hover:hover {
  color: #ffffff !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

strong {
  font-weight: 600 !important;
}




.slider2 {
  max-width: 100%;
  margin: 0 auto;
}
.slick-slide {
  margin: 0 5px;
}
.slick-list {
  margin: 0px -5px 0px -5px;
}
button.slick-next, button.slick-next:hover {
  position: absolute;
  top: 41%;
  right: 54px;
  width: 47px;
  height: 75px;
  background-image: url("../../maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png");
  background-size: 95px;
}
button.slick-prev, button.slick-prev:hover {
  position: absolute;
  top: 41%;
  left: 15px;
  z-index: 1;
  width: 47px;
  height: 75px;
  background-image: url("../../maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png");
  background-size: 95px;
      background-position-x: right;
}
.slick-prev:before, .slick-next:before {
  font-size: 70px;
  color: #EA8496;
  line-height: inherit;
  font-weight: bold;
}

/* Slick Slider Styles -- Provided by https://kenwheeler.github.io/slick/ */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../maggiesadler.com/wp-content/uploads/2015/10/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot');
    src: url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot#iefix') format('embedded-opentype'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.woff') format('woff'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.ttf') format('truetype'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
}
[dir='rtl'] .slick-prev:before
{
    content: '';
    font-weight: bold;
    font-size: 20px;
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
}
[dir='rtl'] .slick-next:before
{
    content: '';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.slider2 {
  background-color: #e04516 !important;
  height: 150px;
  padding: 1.7em 0 1.3em 0;
}

.slide-partenaires-2 {
  display: table-cell;
}
.slider img {
  vertical-align: middle;
}




.cycle-slideshow img{width:100%;height:auto;}
.cycle-slideshow  div{float:none;}

/*If using Jquery Enhanced*/
.cycle-carousel-wrap{top:0 !important;}

.devis-items td
{
  border:0;
  padding: 0.15em;
}
/*GOOGLE REVIEW PERSO SECTION1*/
.google-review-perso .WidgetTitle__Container-sc-173f1y-0 {
  display: none !important;
}
.google-review-perso .LayoutDefault__Content-sc-1ydej6v-4 {
  display: none !important;
}
.google-review-perso .HeaderTitle__Container-sc-cxt6be-0 {
  display: none !important;
}
.google-review-perso .bdiuLI {
  background-color: transparent;
  padding: 0.7em;
}
.HeaderTotalReviews__Container-sc-1a7tbil-0 {
  display: none;
}
.google-logo {
  float: left;
  margin-left: 0.5em;
}
/*.jEiTCs*/
/*--FIN--GOOGLE REVIEW PERSO SECTION1--FIN--*/