@charset "UTF-8";
#about .cta-section {
  background-color: #f9f9f9;
}
#about .cta-section .inner-container {
  background-color: #ffffff;
}

@media (max-width: 1023px) {
  #index .banner-section .active .content-column h2 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  #index .banner-section .active .content-column h2 {
    font-size: 3rem;
  }
}
@media (max-width: 575px) {
  #index .banner-section .active .content-column h2 {
    font-size: 2rem;
  }
}
#index .welcome-section {
  padding-top: 0;
  margin-bottom: 25px;
}
#index .welcome-section .inner-container {
  z-index: 10;
  margin-top: -110px;
}
#index .services-section {
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-bottom: 135px;
}
@media (max-width: 576px) {
  #index .services-section .services-block .inner-box {
    padding: 25px;
  }
  #index .services-section .services-block .inner-box .content .icon {
    font-size: 42px;
    margin-bottom: 10px;
  }
  #index .services-section .services-block .inner-box h3 {
    font-size: 20px;
  }
}
#index #prestations {
  padding: 100px 0 250px;
}
@media (max-width: 992px) {
  #index #prestations .practice-block .inner-box {
    border-right: 1px solid #e1e1e1;
  }
}
@media (max-width: 576px) {
  #index #prestations .practice-block .inner-box {
    min-height: 180px;
  }
  #index #prestations .practice-block .inner-box .icon img {
    width: 50px;
  }
  #index #prestations .practice-block .inner-box h3 {
    font-size: 20px;
  }
}
@media (max-width: 576px) and (max-width: 576px) {
  #index #prestations .practice-block .inner-box h3 {
    font-size: 16px;
  }
}
#index .cta-section {
  background: transparent;
  margin-top: -150px;
}

#projects #autun.case-section .content-column .inner-column {
  padding: 40px;
}
@media (max-width: 768px) {
  #projects #autun.case-section .content-column .inner-column .sec-title {
    margin-bottom: 0;
  }
}
#projects #autun.case-section .image-column img {
  margin: 20px 0;
}
#projects #atouts .inner-container {
  margin-top: initial;
}
#projects #immeuble {
  background-color: #f9f9f9;
  padding-top: 80px;
}
#projects #immeuble .inner-container {
  margin-top: initial;
}
#projects #immeuble .inner-container .content-column .inner-column {
  padding: 30px 40px;
}
#projects #projet iframe {
  margin-bottom: -8px;
}
#projects #projet .content-column {
  width: initial;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 1rem;
}
#projects #projet .content-column h3 {
  color: #fbc926;
  font-weight: 600;
  text-transform: uppercase;
}
#projects #projet .content-column .list-style-one li {
  color: white;
  line-height: 1.1em;
}
#projects #contact {
  border: none;
  position: initial;
}
#projects #contact .auto-container {
  border: none;
}
#projects #contact .auto-container .inner-container {
  position: initial;
  border: none;
}
#projects #contact .auto-container .inner-container::before {
  border: none;
  content: none;
}
#projects #contact .auto-container .inner-container::after {
  border-bottom: none;
}
#projects #contact .auto-container .inner-container .practice-block {
  border: none;
  padding: initial;
}
#projects #contact .auto-container .inner-container .practice-block .inner-box {
  border: none;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
  padding: 0 80px;
}
#projects #contact .auto-container .inner-container .practice-block .inner-box::before {
  border: none;
}
#projects #partenaires h3 {
  color: #00204c;
  font-size: 24px;
  margin-bottom: 0.25rem;
  font-family: "Bellefair", serif;
  text-transform: initial;
}
#projects #partenaires .desc {
  color: #eab404;
  font-weight: bold;
  font-size: 16px;
}
#projects #partenaires .content {
  min-height: 120px;
}
#projects .counter-section {
  background-image: url("/storage/template/background/both.png");
  box-shadow: inset 0 0 0 2000px rgba(34, 48, 97, 0.5);
  padding-bottom: 30px;
}
#projects .counter-section .fact-counter .counter-column .counter-title {
  padding: 0 25px;
}
#projects .list-style-one.bullets {
  margin-top: 1.5rem;
}
#projects .list-style-one.bullets li {
  padding-left: 20px;
}
#projects .list-style-one.bullets li::before {
  content: "•";
}
#projects .list-title {
  color: #223061;
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 1rem;
  text-transform: uppercase;
}
#projects .box {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 1rem;
}

footer .footer-title {
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

header .header-upper .logo-box {
  padding: 0 !important;
}
header .header-upper .logo img {
  height: 100px;
}
@media (max-width: 768px) {
  header .header-upper .logo img {
    padding: 0.5rem;
  }
}
header .sticky-header .logo img {
  height: 80px;
}
header .sticky-header .pull-right {
  padding-top: 12px;
}

.btn-style-one {
  color: #223061;
}

.btn-style-two {
  color: #223061;
}

.btn-sm {
  padding: 12px 14px;
}

.text-navy {
  color: #223061;
}

.opacity-5 {
  filter: opacity(0.5);
}

.grayscale-100 {
  filter: grayscale(100);
}
