:root{
  --color-brown-1: #C69127;
  --color-brown-2: rgba(198,145,39,0.07);
  --color-blue-1: #00263e;
  --color-blue-3: #193c52;
  --color-blue-4: #00263edc;
  --color-blue-2: rgba(0,38,62,0.52);
}

body {
  font-family: 'Poppins Regular';
}

@media (max-width: 767px) {
  body {
    font-size: .875rem;
  }
}

.bg-brown {
  background-color: var(--color-brown-1);
}

.bg-brown-light {
  background-color: var(--color-brown-2);
}

.bg-blue {
  background-color: var(--color-blue-1);
}

.bg-blue-2 {
  background-color: var(--color-blue-3);
}

.text-brown {
  color: var(--color-brown-1);
}

.text-brown:hover {
  color: var(--color-brown-1);
}

.text-blue {
  color: var(--color-blue-1);
}


@media (min-width: 992px) {
  .navbar {
    padding-left: 8vw;
    padding-right: 8vw;
    padding-top: 10px;
    padding-bottom: 10px;
  }

}

@media (max-width: 991px) {
  .navbar {
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-nav.ms-auto {
    align-items: flex-start;
  }
}


.navbar-nav {
  align-items: center;
}

.nav-item {
  margin-left: 25px;
  margin-right: 25px;
}

.nav-link {
  font-size: 18px;
  color: #00263e!important;
}

.nav-item.dropdown > a {
  font-size: 17px!important;
}

.border-radius-btn {
  border-radius: 10px;
}

.font-size-btn {
  font-size: 18px;
  font-weight: 600;
}

/* section-intro */

.section-intro {
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-intro.services {
  background-image: url("../../assets/img/jpg/_DSC7074.jpg");
    margin: 0;
    /*padding: 30px 0 30px;*/
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-attachment: initial;
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0px solid #FFF;
}

.section-image bg_center{
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-attachment: initial;
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0px solid #FFF;
}

.section-intro > div {
  background-color: var(--color-blue-2);
  height: calc(100vh - 85px);
  display: flex;
}

.section-intro.services > div {
  background: linear-gradient(90deg,#001522db,transparent);
    height: 10%;
}

@media (max-width: 767px) {
  .section-intro > div {
    height: 450px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.section-intro:not(.services) > div > div {
  width: 750px;
  margin: auto;
}

.font-meltB {
  font-family: 'Bell MT bold';
}

.font-playfireB {
  font-family: 'Playfair Display Bold';
}
.uppercase-title{
    text-transform: uppercase;
}

.font-p {
  font-size: 18px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .font-p {
    font-size: 16px;
    line-height: 1.8;
  }
}

.px-4-custom {
  padding-right: 36px;
  padding-left: 36px;
}

@media (min-width: 768px) {
  .w-lg-60 {
    width: 60%;
  }
}

section:not(.section-intro), .section-intro.services > div {
  padding: 120px 12vw;
}

@media (max-width: 767px) {
  section:not(.section-intro) {
    padding: 75px 15px;
  }
}

/* section-about */

.title-letter-space {
  letter-spacing: -2px;
}

.d-img {
  flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
}

.section-about .d-img {
  min-height: 250px;
}

.d-img.url-1 {
  background-image: url("../../assets/img/jpg/image-02.jpg");
}

.d-img.url-history {
    background-image: url("../../assets/img/jpg/history.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 300px;
    height: 616px;
}
.decor-tl {
  position: relative;
}

.decor-tl > img {
  position: absolute;
  top: -70px;
  left: -70px;
}

@media (min-width: 768px) {
  .decor-bl::before {
    z-index: -1;
    content: '';
    position: absolute;
    bottom: -15%;
    left: -35%;
    background-color: rgba(0,38,62,0.06);
    height: 80%;
    width: 100%;
  }
}

.section-about .ps-5 {
  padding-left: 6rem!important;
}

.line-before {
  display: flex;
  align-items: center;
}

.line-before::before {
  content: '';
  display: inline-block;
  width: 55px;
  height: 2px;
  background-color: var(--color-brown-1);
  margin-right: 12px;
}

.btn-link {
  background-color: var(--color-brown-1);
  border-radius: 10px;
  padding: 1rem 36px;
  color: white;
  font-size: 18px;
  /*font-weight: 600;*/
  text-decoration: none;
}

@media (max-width: 767px) {
  .btn-link {
    padding: .65rem 20px;
  }
}

.btn-link:hover {
  text-decoration: none;
  color: white;
}

@media (min-width: 768px) {
  .section-about {
    padding-bottom: 200px;
  }
}

/* section services */

.services-grid {
  display: inline-grid;
  grid-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

@media (max-width: 767px) {
  .services-grid {
    grid-gap: 15px;
    grid-template-columns: 1fr;
  }
}

.services-grid .bg-blue {
  box-shadow: 0px 0px 45px rgba(0,38,62,0.14);
}

.border-grey {
  border: solid 3px #e7e7e7;
  border-radius: 10px;
}

.section-bottom, .section-bottom.active {
  height: 7px;
  width: 35px;
  border-radius: 5px;
  background-color: #ebd7b2;
}

.section-bottom.active {
  width: 60px;
  background-color: var(--color-brown-1);
}

/* section-gallery */

.d-gallery {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-template-rows: minmax(225px, auto);
  grid-gap: 25px;
}

.img-grid-1 {
  grid-row: 1/8;
  grid-column: 1/2;
  background-image: url("../../assets/img/jpg/image-09.jpg");
}

.img-grid-2 {
  grid-row: 1/3;
  grid-column: 2/3;
  background-image: url("../../assets/img/jpg/image-04.jpg");
}

.img-grid-3 {
  grid-row: 1/7;
  grid-column: 3/4;
  background-image: url("../../assets/img/jpg/image-06.jpg");
}

.img-grid-4 {
  grid-row: 1/4;
  grid-column: 4/5;
  background-image: url("../../assets/img/jpg/image-05.jpg");
}

.img-grid-5 {
  grid-row: 8/18;
  grid-column: 1/2;
  background-image: url("../../assets/img/jpg/image-03.jpg");
}

.img-grid-6 {
  grid-row: 3/18;
  grid-column: 2/3;
  background-image: url("../../assets/img/jpg/image-07.jpg");
}

.img-grid-7 {
  grid-row: 7/18;
  grid-column: 3/4;
  background-image: url("../../assets/img/jpg/image-05.jpg");
}

.img-grid-8 {
  grid-row: 4/18;
  grid-column: 4/5;
  background-image: url("../../assets/img/jpg/image-08.png");
}

@media (max-width: 767px) {
  .d-gallery {
    display: grid;
    grid-template-columns: repeat(3,auto);
    grid-template-rows: initial;
    grid-gap: 10px;
    height: 550px;
  }
}

@media (max-width: 767px) {
  .d-gallery .img {
    border-radius: 5px;
  }
}

@media (max-width: 767px) {
  .img-grid-1 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}

@media (max-width: 767px) {
  .img-grid-2 {
    grid-row: 1/2;
    grid-column: 2/4;
  }
}

@media (max-width: 767px) {
  .img-grid-3 {
    grid-row: 2/3;
    grid-column: 3/4;
  }
}

@media (max-width: 767px) {
  .img-grid-5 {
    grid-row: 2/3;
    grid-column: 1/3;
  }
}

@media (max-width: 767px) {
  .img-grid-6 {
    grid-row: 3/4;
    grid-column: 2/4;
  }
}

@media (max-width: 767px) {
  .img-grid-8 {
    grid-row: 3/4;
    grid-column: 1/2;
  }
}

/* section customer */

.d-img-customer {
  position: relative;
  height: 100px;
  width: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .d-img-customer {
    width: 75px;
    height: 75px;
  }
  .ms-5 {
    margin-left: 1rem !important;
  }
  .section-about .ps-5 {
    padding-left: 1rem!important;
    padding-right: 1rem!important;
  }
}

.d-img-customer.url-4 {
  background-image: url("../../assets/img/svg/profil-3.svg");
}

.d-img-customer.url-5 {
  background-image: url("../../assets/img/svg/profil-1.svg");
}

.d-img-customer.url-6 {
  background-image: url("../../assets/img/svg/profil-2.svg");
}

.d-img-customer > div {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.d-img-customer > div {
  right: -10px;
  bottom: -10px;
  width: 40px;
  height: 40px;
}

.border-blue {
  border-color: var(--color-blue-1)!important;
}

.lh-1-7 {
  line-height: 1.7;
}

/* section contact */

.d-img.url-2 {
  background-image: url("../../assets/img/jpg/image-10.jpg");
}

form {
  border-radius: 15px;
}
form.border-bottom {
  border-radius: 0px;
}

.input-msg {
  height: 120px;
  max-height: 120px;
  min-height: 120px;
}

/* Section Blog */

.section-blog {
  padding-bottom: 20px!important;
}

.d-img.url-3 {
  background-image: url("../../assets/img/jpg/image-11.jpg");
}

.blog {
  border-radius: 10px;
  transition-duration: 250ms;
}

.blog:hover {
  box-shadow: 0px 0px 50px 3px rgb(228,228,228);
  border: solid 1px transparent!important;
  transform: translateY(-1%);
}

.blog:hover a {
  color: var(--color-brown-1)!important;
}

.blog .d-img {
  height: 250px;
}

@media (max-width: 767px) {
  .blog .d-img {
    height: 30vw;
  }
}

.fw-600 {
  font-weight: 600;
}

/* section-contact */

@media (max-width: 767px) {
  .section-contact {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
}

/* section-map */

@media (max-width: 767px) {
  .d-company img {
    width: 80px;
  }
}

/* footer */

footer {
  padding: 75px 125px;
}
@media (max-width: 991px) {
  footer {
    padding: 45px 45px;
  }
  footer > .row:first-of-type {
    padding-right: 0px;
    padding-left: 0px;
  }
  footer button[type="button"] {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 767px) {
  footer h1 {
    font-size: 18px;
  }footer {
    padding: 25px 40px;
  }
}



footer, footer a {
  color: #bfbfbf;
}

footer a:hover {
  color: white;
}

footer p {
  font-size: 18px;
}

footer hr:first-of-type {
  margin-bottom: 75px;
}

@media (max-width: 767px) {
  footer hr:first-of-type {
    margin-bottom: 40px;
  }
}

footer hr:last-of-type {
  margin-top: 100px;
}

@media (max-width: 767px) {
  footer hr:last-of-type {
    margin-top: 50px;
  }
}

.social-link {
  display: flex;
  width: 38px;
  height: 38px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.social-link:hover {
  background-color: var(--color-brown-1);
}

.d-icon-f {
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

@media (min-width: 768px) {
  /* footer > .row:first-of-type {
    padding-right: 110px;
    padding-left: 110px;
  } */
}

.w-fit {
  width: fit-content;
}

footer input {
    background-color: transparent;
    border: 1px solid #c69127;
    color: white;
    border-radius: 15px;
    width: 464px;
    height: 35px;
}

footer input::placeholder {
  color: #bfbfbf;
  opacity: 1;
}
footer button[type="submit"], footer button[type="button"] {
  width: 65px;
  height: 65px;
}

@media (max-width: 767px) {
  footer button[type="submit"], footer button[type="button"] {
    width: 45px;
    height: 45px;
  }
}


.flag-icon {
  width: 25px !important;
  height: 25px !important;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #fff !important;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #C69127 !important;
  font-weight: 600;
}
.modal-title {
  color: #C69127 !important;
}


.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  background-color: #f5f5f5;
}
.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-body {
  padding: 15px;
}
.formDevis label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
  margin-top: 15px;
}
.btn-send {
  padding-left: 65px;
  padding-right: 65px;
}
.container-request {
  padding: 80px !important;
}
.bg_center {
  background-repeat: no-repeat;
  background-position: center;
}

.d-img-article {
  height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/** video index */
.vid-back {
    background-color: #000;
    height: 450px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.vid-back > iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100vh;
    transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
    .vid-back iframe {
        height: 56.25vw;
    }
}

@media (max-aspect-ratio: 16/9) {
    .vid-back iframe {
        width: 177.78vh;
    }
}

.div-video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 450px;
    background: linear-gradient(100deg, #00263edc, transparent);
}

.div-video .display-3 {
    color: #fff;
}

.div-video .font-p {
    color: #fff;
    padding-left: 120px;
    padding-right: 120px;
}

.video {
    width: 100%;
    height: 100%;
}

/* Adjustments for tablet screens */
@media screen and (max-width: 768px) {
    .div-video {
        height: 460px; /* adjust the height */
    }

    .div-video .font-p {
        padding-left: 60px;
        padding-right: 60px;
    }
}

/* Adjustments for mobile screens */
@media screen and (max-width: 480px) {
    .div-video {
        height: 450px; /* adjust the height */
    }

    .div-video .font-p {
        padding-left: 20px; /* reduce padding */
        padding-right: 20px;
    }
}

.float-right-resp {
  justify-content: end;
}

@media (max-width: 767px) {
  .vid-back {
    height: 450px;
  }
}

@media (max-width: 767px) {
  .div-video {
    height: 450px;
    align-items: flex-end;
    padding-bottom: 15px;
  }
  .div-video .font-p {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }
  nav .btn.bg-brown {
    display: none;
  }
  .navbar-nav.ms-auto {
    align-items: flex-start;
  }
  .section-about .ps-5 {
    padding-left: 1rem!important;
    padding-right: 1rem!important;
  }
  .section-position{
      padding: 0 12vw 0px;
  }
  .display-4 {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;
  }
  .float-right-resp {
    justify-content: center;
  }
  .section-gallery {
    padding: 20px 6vw;
  }
}

.btn-theme {
  background-color: #C69127;
  border-color: #C69127;
}

.d-img-xs {
  height: 22%;
  width: 46%;
  float: left;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 15px;
}
#map {
  height: 600px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #ebe9e9;
  border-radius:15px;
}


/** DEVIS Form */
.panel.panel-default {
  border-color: transparent !important;
}
.panel-heading {
  background-color: #00263e !important;
  color: #fff !important;
  border-radius: 15px !important;
  text-align: center;
  font-weight: 600;
}
.formDevis .form-input {
  border-radius: 15px !important;
  /* color: #fff; */
}
.formDevis .btn-send {
  color: #fff;
  background-color: #c69127;
  border-color: #00263e;
}
form input[name="search"] {
  border-radius: 15px !important;
}
form .input-group-append .btn{
  border-radius: 15px !important;
}
.bg-brown.border-radius-btn {
  border-radius: 15px !important;
}

.section-image.bg_center {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 360px;
}
.last_articles {
  margin-bottom: 10px;
}
.last_articles .d-img {
  height: 110px !important;
  background-position: top;
}
.last_articles h4 {
  font-size: 1rem;
}
.container.container-request .panel-default,
.container.container-request .panel {
    border: 0 !important;
    border-color: transparent !important;
    box-shadow: none !important;
}
.end-img {
  align-items: end;
}
.section-about.about img.ceo {
  width: 100%;
}
.img-top .d-img.url-history {
  width: 100%;
}
.img-top {
  display: block;
  flex-direction: row;
}
.galery-8 {
  flex-direction: row;
  margin-top: 350px;
}

@media (max-width: 991px) {
  section:not(.section-intro), .section-intro.services > div {
    padding: 20px 8vw;
  }
  .section-about .ps-5 {
    padding-left: 1rem!important;
    padding-right: 1rem!important;
  }
  .section-about {
    padding-bottom: 70px;
  }
  .section-about.home {
    padding-top: 60px;
  }
  .section-about.home .description {
    margin-top: 40px;
  }
  .btn-link {
    padding: 1rem 16px;
    min-width: 200px;
    text-align: center;
  }
  .display-4 {
    font-size: 2rem;
  }
  .font-playfireB.mt-2.mb-0 {
    height: 81px;
  }
  .decor-tl img.deco,
  .section-service .deco {
    display: none !important;
  }
  .decor-tl.d-img.p-5  {
    background-image: none;
    padding: 0rem!important;
    border: 1px solid #ccc;
    margin-bottom: 60px;
  }
  .section-gallery img {
    display: none !important;
  }
  .section-gallery.h-1000 {
    height: 1800px;
  }
  .h-sm-fix-48 {
    min-height: 48px;
  }
  .mx-4 {
    margin-right: 1.1rem!important;
    margin-left: 1.1rem!important;
  }
  .section-intro.services .nos-services {
    padding: 40px 8vw;
  }
  .section-service {
    padding: 40px 8vw !important;
  }
  .vid-back {
    height: 460px;
  }
  .div-video {
    height: 460px;
  }
  .div-video a {
    margin-bottom: 0px;
  }
  .d-gallery {
    height: 900px;
  }
  .contact_service {
    margin-top: 50px;
    background: #f8f9fa;
    padding-top: 50px !important;
  }
  .section-about.about.bg-brown-light {
    padding-bottom: 70px;
    padding-top: 60px;
    margin-bottom: 50px;
  }
  .section-about.about img.ceo {
    width: 84%;
    margin: auto;
  }
  footer input#emailnews {
    width: 100%;
  }
  footer h5.text-white.fw-bolder.display-5 {
    text-align: center;
    margin-bottom: 20px;
  }
  .section-about.home .d-img.url-1.decor-tl.decor-bl {
    background-position: top;
  }
  .img-top .d-img.url-history {
    width: 66%;
    margin: auto;
  }
  .galery-8 {
    flex-direction: row;
    margin-top: 150px;
  }
}


@media (max-width: 767px) {
  .img-top .d-img.url-history {
    width: 100%;
    margin: auto;
  }
  .galery-8 {
    flex-direction: row;
    margin-top: 80px;
  }
  #contactform {
    padding: 1.2rem 1.2rem !important;
  }
  #contactform .d-block.d-sm-flex .ms-2 {
    margin-left: 0px !important;
    margin-top: 1rem;
  }
  .section-gallery.h-1000 {
    height: 2750px;
  }
  .section-about.home .description {
    margin-top: 0px;
  }
  #contactform #send {
    width: 100%;
  }
  .h-sm-fix-48 {
    min-height: 30px;
  }
  .mx-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important;
  }
  .div-video a {
    margin-bottom: 40px;
  }
  .div-video .display-3 {
    font-size: calc(1.525rem + 2vw);
  }
  .d-img-xs {
    height: 160px;
    width: 100%;
    float: left;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 15px;
  }
  .d-gallery {
    height: 1400px;
  }
  .section-event .input-group{
    margin-top: 0px !important;
  }
  .section-event .input-group input{
    width: 100%;
    margin-bottom: 6px;
  }
  .section-event .input-group .input-group-append {
    width: 100%;
  }
  .section-event .input-group .input-group-append .btn{
    float: right;
  }
}

.intro-text{
    margin-top:30px;
}

a{
    color: #00263e !important;
}
a:hover{
    color: #c69127!important;
}
.bg-brown:hover{
    color: #00263e !important;
}
footer a {
  color: #fff !important;
}
a.btn-link {
  color: #fff !important;
}
.h-60 {
  height: 50px;
}

.text-link-pro {
  color: #C69127 !important;
  display: block;
  text-decoration: none !important;
  font-size: 28px !important;
  font-weight: 100 !important;
  margin-top: 15px;
}