@import url('inc_default.css');
@import url('inc_header.css');

/******************** HOME - SLIDER *******************/
section.astelier-mae-slider {
    padding: 0;
}
section.astelier-mae-slider h1 {
    line-height: 1.6;
}

.swiper.home-slider-swiper {
    width: 100%;
    height: calc(100vh - 180px);
    height: 100vh;
    background: #000;
    --swiper-navigation-color: #f5f1eb;
    --swiper-pagination-color: var(--red);
}
.home-slider-swiper .swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 265px 7% 3% 7%;
}
.home-slider-swiper .parallax-bg {
    position: absolute;
    left: 0;
    right:0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.home-slider-swiper .parallax-bg:after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: relative;
    background: #00000040;
    display: block;
}
.home-slider-swiper .swiper-slide.slide-01 .parallax-bg {
    background-image: url(../img/slider/slider-01.jpg);
}
.home-slider-swiper .swiper-slide.slide-02 .parallax-bg {
    background-image: url(../img/slider/slider-02.jpg);
}
.home-slider-swiper .swiper-slide.slide-03 .parallax-bg {
    background-image: url(../img/slider/slider-03.jpg);
}
.home-slider-swiper .swiper-slide.slide-04 .parallax-bg {
    background-image: url(../img/slider/slider-04.jpg);
}
.home-slider-swiper .swiper-slide.slide-05 .parallax-bg {
    background-image: url(../img/slider/slider-05.jpg);
    background-position: top center;
}
.home-slider-swiper .swiper-slide.slide-06 .parallax-bg {
    background-image: url(../img/slider/slider-06.jpg);
}
.home-slider-swiper .swiper-slide.slide-07 .parallax-bg {
    background-image: url(../img/slider/slider-07.jpg);
}
.home-slider-swiper .swiper-slide.slide-08 .parallax-bg {
    background-image: url(../img/slider/slider-08.jpg);
}
.home-slider-swiper .swiper-slide.slide-09 .parallax-bg {
    background-image: url(../img/slider/slider-09.jpg);
}
.home-slider-swiper .swiper-slide .title {
    font-size: 2.7rem;
    line-height: 1.6;
    font-family: var(--font-secondary);
    font-weight: 400;
    letter-spacing: 1.5px;
}
.home-slider-swiper .swiper-slide .title::first-letter {
    color: var(--red);
}
/*.home-slider-swiper .swiper-slide.slide-04 .title {
    letter-spacing: 0;
    font-family: 'Dancing Script';
    font-size: 3.25rem;
}*/
.home-slider-swiper .swiper-slide .subtitle {
    font-size: 2rem;
    text-transform: uppercase;
    margin-top: 25px;
    font-weight: 600;
}
.home-slider-swiper .swiper-slide .text {
    font-size: 1.55rem;
    max-width: 550px;
    line-height: 1.3;
    margin-top: 40px;
    font-family: 'Dosis';
}
.home-slider-swiper .swiper-slide .swiper-text-block div {
    background: #0000003d;
    padding: 22px 45px;
    border-radius: 3px;
    color: #f5f1eb;
    color: var(--light-bg);
}
.home-slider-swiper .swiper-slide .text p {
    line-height: 1.4;
    font-weight: 400;
}
.home-slider-swiper .swiper-text-block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
    margin-top: 1%;
    text-align: left;
}
.home-slider-swiper .swiper-slide .swiper-text-block .slide-btn {
    background: transparent;
}
.home-slider-swiper .slide-btn .btn.btn-outline {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    opacity: .9;
}
.home-slider-swiper .slide-btn .btn.btn-outline:hover {
    background: var(--wood);
    border-color: var(--wood);
    opacity: .96;
}

@media (max-width: 991px) {
    .astelier-mae-slider.is-sticky {
        margin-top: 0px;
    }
    .home-slider-swiper .swiper-slide .title {
        font-size: 2.3rem;
    }
    .home-slider-swiper .swiper-slide {
        padding-top: 115px;
    }
    .swiper.home-slider-swiper {
        height: calc(100vh - 115px);
    }
}
@media (max-width: 768px) {
    .swiper.home-slider-swiper {
        /*height: calc(100vh - 115px);*/
    }
    .home-slider-swiper .swiper-slide .title {
        font-size: 1.8rem;
    }
    .home-slider-swiper .swiper-text-block {
        margin-top: 8%;
    }
    .home-slider-swiper .swiper-text-block .text {
        font-size: 1.2rem;
    }
}
@media (max-width: 576px) {
    .swiper.home-slider-swiper {
        height: calc(75vh - 115px);
    }
    .home-slider-swiper .swiper-slide .swiper-text-block .title {
        font-size: 1.5rem;
        padding: 20px 15px;
    }
    .home-slider-swiper .swiper-slide .swiper-text-block .text {
        font-size: 1.2rem;
        padding: 15px 12px;
        margin-top: 30px;
    }
    .home-slider-swiper .swiper-slide .swiper-text-block .slide-btn {
        padding: 20px 10px;
    }
    .home-slider-swiper .swiper-slide {
        padding: 18% 4% 3% 4%;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    .a-service-block {
        padding: 10%;
    }
    .a-service-block .service-infos {
        padding: 30px 18px;
    }
}


/**************** HOME - PRESENTATION *****************/
section.presentation {
    background: var(--light-bg);  
}
.presentation-encart {
    position: absolute;
    width: auto;
    background: #5c5a57;
    background: var(--red);
    border: 8px solid var(--light-bg);
    top: -45px;
    right: 0;
    color: #fff;
    padding: 20px 25px;
    font-family: Dosis;
    font-size: 1.35rem;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0.6px;
}
.presentation-encart .divider {
    background: #fff;
    margin: 0.5rem 0;
}
@media (max-width: 768px) {
    .presentation-encart {
        position: relative;
        left: 10px;
        right: unset;
        width: 220px;
        top: -35px;
    }
}


/****************** HOME - SERVICES *******************/
section.services {
    
}
.services-main-container {
    margin: 40px 0 60px 0;
}
.a-service-block {
    position: relative;
    height: 460px;
    background: #fff;
    padding: 14%;
    overflow: hidden;
}
.a-service-block .service-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.a-service-block:hover img.service-bg {
    position: absolute;
    width: 110%;
    height: 110%;
    max-width: none;
    max-height: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.a-service-block img.service-bg {
    -webkit-transition:all .9s ease;
    -moz-transition:all .9s ease;
    -ms-transition:all .9s ease;
    -o-transition:all .9s ease;
    transition:all .9s ease;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}
.a-service-block .service-infos {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    background: #ffffffe3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 40px 18px;
}
.a-service-block .service-name {
    text-transform: uppercase;
    color: var(--text);
    font-family: var(--font-primary);
    display: inline-block;
}
.a-service-block .service-title {
    font-weight: 900;
    font-size: 1.55rem;
    letter-spacing: 0.3px;
    line-height: 1.4;
}
.a-service-block .service-text {
    color: var(--text);
    padding: 20px 10px 50px 10px;
    border-top: 1px solid #fff;
    font-weight: 600;
    font-size: 1rem;
    margin: 0 40px;
}
.service-gallery-legend {
    position: absolute;
    text-align: center;
    background: #00000057;
    color: #fff;
    padding: 20px 20px;
    left: 0;
    top: 0;
    width: 100%;
}

/******************* HOME - GALLERY *************+****/
section.galerie {
    background: var(--light-bg);  
    padding-bottom: 100px;
}
.home-gallery-swiper-container {
    position: relative;
    --swiper-pagination-color: #f5f1eb;
}
section.galerie .home-gallery-swiper {
    --swiper-navigation-color: #fff;
    text-align: center;
    width: 100%;
    height: auto;
}
section.galerie .swiper-gallery-pagination {
    position: static;
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
}
section.galerie .swiper-gallery-pagination .swiper-pagination-bullet {
    background: var(--wood);
    opacity: .5;
    width: 18px;
    height: 4px;
    border-radius: 3px;
    margin: 0 4px;
    -webkit-transition: all 0.7s ease-out 0s;
    transition: all 0.7s ease-out 0s;
}
section.galerie .swiper-gallery-pagination .swiper-pagination-bullet-active {
    width: 35px !important;
}
section.galerie .swiper-wrapper {
    height: auto;
}
.home-gallery-swiper .swiper-slide {
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    width: auto;
}
.home-gallery-swiper .swiper-slide a {
    /*height: 100%;*/
    display: inline-block;
}
.home-gallery-swiper .swiper-slide,
.home-gallery-swiper .swiper-slide img {
    height: 405px;
    position: relative;
}


/******************* HOME - ATOUTS ********************/
section.atouts {
    
}
.atouts p {
    max-width: 850px;
}
.a-atout-block {
    background: #fff;
    padding: 35px;
    border-radius: 5px;
    height: 100%;
    /*background: var(--light-bg);*/  
    position: relative;
}
.a-atout-block:before {
    content: ' ';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-image: url(../img/home_service_bg.jpg);
    opacity: 0.08;
    z-index: 0;
}
.atout-block-content {
    position: relative;
    z-index: 2;
}
.a-atout-block .atout-icone {
    color: var(--red);
    font-size: 2.25rem;
    margin-bottom: 6px;
}
.a-atout-block .atout-title {
    text-transform: uppercase;
    font-size: 1.45rem;
    font-weight: 300;
    margin-bottom: 25px;
    color: var(--text);
}
.a-atout-block .atout-text {
    border-left: 1px solid var(--red);
    padding-left: 15px;
}


/******************* HOME - ASTELIER *************+****/
section.astelier {
    background-image: url(../img/home-astelier-bg-02.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    padding: 100px 0;
}
section.astelier .section-title {
    color: var(--light-bg);
    font-size: 2.75rem;
}
section.astelier:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000030;
    z-index: 0;
}
.astelier-content {
    padding: 50px;
    background: #534f4af5;
    color: var(--light-bg);
    z-index: 1;
    position: relative;
    border-radius: 5px;
    font-weight: 200;
}
.astelier-content p {
    font-size: 1.16rem;
}
.astelier-content em {
   font-style: italic;
}
.astelier-content p strong {
    font-weight: 700;
}

.astelier-content .btn {
    color: var(--light-bg);
    border-color: var(--light-bg);
}
@media (max-width: 576px) {
    .astelier-content {
        padding: 20px;
        margin: 0 20px;
    }
    section.astelier .section-title {
        font-size: 2.25rem;
    }
}

section.reviews {
}

/************** ABOUT PAGE ************/
.page-presentation .breadcrumb-area {
    background-image: url(../img/breadcrumb_03.jpg);
    background-position: center right;
}
.page-presentation .breadcrumb-overlay  {
    opacity: 0.52;
}
.presentation-01 p,
.presentation-02 p {
    margin-bottom: 28px;
    line-height: 1.45;
}
.presentation-01 h3,
.presentation-02 h3 {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 800;
}
.presentation h3:not(:first-child) {
    margin-top: 25px;
}
.presentation-banner {
    background: var(--light-wood);
}
.presentation-partners-carousel .carousel-item img {
    height: 80px;
    filter: grayscale(100%);
    -webkit-transition:all .9s ease;
    -moz-transition:all .9s ease;
    -ms-transition:all .9s ease;
    -o-transition:all .9s ease;
    transition:all .9s ease;
    opacity: 0.75 !important;
}
.presentation-partners-carousel .carousel-item:hover img {
    filter: grayscale(0%);
    opacity: 1 !important;
}
.presentation-timeline {
    background: var(--light-bg);
}
.timeline-wrapper {
  position: relative;
  z-index: 1;
}
.timeline-item:not(:last-child) {
  padding-bottom: 20px;
}
.timeline-line-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 1px;
}
span.timeline-line {
  background: #ddd;
  display: block;
  height: 100%;
}
.timeline-date {
    color: var(--red);
    font-size: 1.05rem;
    font-weight: 900;
}
.timeline-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 767px) {
  .timeline-line-wrap {
    display: none;
  }
}
@media (max-width: 767px) {
  .timeline-inner {
    flex-direction: column;
  }
}

.timeline-img-wrap {
    width: 50%;
    flex-shrink: 0;
    text-align: right;
    padding: 0 10% 0 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
  .timeline-img-wrap {
    width: 100%;
    padding: 0;
  }
}
.timeline-content-wrap {
  width: 50%;
  padding: 0 0 0 10%;
}
@media (max-width: 767px) {
  .timeline-content-wrap {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
}
.timeline-item.reverse .timeline-content-wrap {
  padding: 0 10% 0 0;
  text-align: end;
}
@media (max-width: 767px) {
  .timeline-item.reverse .timeline-content-wrap {
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
}
.timeline-item.reverse .timeline-img-wrap {
  padding: 0 0 0 10%;
}
@media (max-width: 767px) {
  .timeline-item.reverse .timeline-img-wrap {
    padding: 0;
  }
}
h5.timeline-title {
    margin: 15px 0;
    font-size: 1.15rem;
    text-transform: uppercase;
    font-weight: 800;
}
@media (max-width: 767px) {
  h5.timeline-title {
    margin-top: 5px;
  }
}
.timeline-text {
    line-height: 1.3;
}
.time-line-point-wrap {
  position: absolute;
  color: #fff;
  font-size: 1em;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media (max-width: 767px) {
  .time-line-point-wrap {
    display: none;
  }
}
.time-line-point {
  background-color: var(--red);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}






/************ SERVICE PAGES ***********/
section.service-presentation {
    padding-bottom: 25px;
}
.service-details-wrap p {
    line-height: 1.46;
    font-size: 1.06rem;
    /* text-align: justify;*/
}
.service-details-wrap p:last-child {
    margin-bottom: 0;
}
.service-content h2 {
    text-transform: uppercase;
    font-size: 1.07rem;
    font-weight: 800;
    margin-bottom: 0.26rem;
    color: var(--wood);
    margin-top: 2.95rem;
    letter-spacing: 0.7px;
}
.service-details-wrap h3 {
    font-size: 1rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0;
}
.service-presentation h4 {
    font-weight: 800;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.5;
}
.service-list-wraper {
    background: var(--light-bg);
    padding: 20px 40px;
    margin-top: 26px;
    border-left: 25px solid var(--red);
    margin-bottom: 0;
}
.service-details-wrap .service-presentation-text ul {
    margin-left: 20px;
    margin-bottom: 20px;
}
.service-details-wrap .service-presentation-text ul li {
    margin-bottom: 2px;
}
.service-details-wrap .service-presentation-text ul li:before {
    content: "";
    background: var(--wood);
    width: 8px;
    height: 2px;
    display: inline-block;
    margin-right: 12px;
    border-radius: 2px;
    margin-bottom: 5px;
}
.service-details-wrap li {
    margin-bottom: 12px;    
}
.service-details-wrap li i {
    margin-right: 5px;
    vertical-align: middle;
    color: var(--red);
    margin-left: -30px;
    font-size: 1.2rem;
}
.service-list-wraper ul {
    margin: 25px 0 20px 30px;
}

.service-details-img-block {
    display: flex;
}
.service-details-img-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 2.5rem;
    margin-bottom: 2.75rem;
}
.service-details-img-wrapper .service-details-img-left {
  margin-right: 10px;
}
.service-details-img-wrapper img {
  display: block;
  max-width: 100%;
  border-radius: 3px;
}
.service-sidebar-wrap {
    position: sticky;
    top: 206px;
    transition: top .3s ease;
    width: 320px;
}
.service-sidebar-block {
    background: var(--light-wood);
    padding: 35px;
}
.service-sidebar-wrap ul li {
    margin-bottom: 2px;
    margin-top: 3px;
}
.service-sidebar-wrap .form-control {
    opacity: .77;
    background: #ffffffd6;
    /*color: var(--wood);*/
}
.service-sidebar-wrap .form-control:focus {
    opacity: 1;
}
.service-sidebar-wrap .btn:hover {
    background: transparent;
}
.service-sidebar-wrap ul.sidebar-links {
    margin-top: 2rem;
}
.service-sidebar-wrap ul.sidebar-links i {
    font-size: .9rem;
    color: var(--red);
}
.service-sidebar-wrap ul.sidebar-links li {
    margin: 0;
    padding: 0;
}
.service-sidebar-wrap ul.sidebar-links li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: .85rem;
    letter-spacing: .95px;
    font-weight: 500;
    background: var(--light-wood);
    margin-top: 0;
    margin-bottom: 1px;
    padding: 14px 30px 9px 30px;
    line-height: 1.8;
}
.service-sidebar-wrap ul.sidebar-links li a:hover {
    color: #fff;
    background: var(--wood);
}
.service-sidebar-wrap ul.sidebar-links li a:hover i {
    color: #fff;
}
.service-swiper-container {
    margin-top: 25px;
}
.service-swiper-container .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.service-swiper-container .swiper-slide {
   background-size: cover;
   background-position: center;
}
.swiper.service-swiper-main {
    height: 80%;
    width: 100%;
}
.swiper.service-swiper-nav {
    height: 155px;
    box-sizing: border-box;
    padding: 10px 0;
}
.swiper.service-swiper-nav .swiper-slide {
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
}
.swiper.service-swiper-nav .swiper-slide:hover {
    opacity: 0.75;
}
.swiper.service-swiper-nav .swiper-slide-thumb-active {
    opacity: 1;
}
.service-swiper-container .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.service-galerie {
    padding-top: 20px;
    padding-bottom: 85px;
    background: var(--light-bg);
    margin-top: 30px;
}
.service-gallery-masonry.gallery-masonry .grid-item img {
    border-color: var(--light-bg);
}
.service-details-wrap img {
    width: 100%;
} 
@media (max-width: 991px) { 
    .service-sidebar-wrap {
        width: 100%;
    }
    .service-list-wraper {
        margin-bottom: 65px;
    }
    .service-sidebar-wrap ul.sidebar-links {
        margin-top: 3.5rem;
    }
}
.service-gallery-masonry .grid-sizer,
.service-gallery-masonry .grid-item {
    width: 25%;
}
@media (max-width: 1200px) {
    .service-gallery-masonry .grid-sizer,
    .service-gallery-masonry .grid-item {
        width: 33.33%;
    }
}
@media (max-width: 991px) {
    .service-gallery-masonry .grid-sizer,
    .service-gallery-masonry .grid-item {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .service-gallery-masonry .grid-sizer,
    .service-gallery-masonry .grid-item {
        width: 100%;
    }
}
.breadcrumb-area.service-menuiserie {
    background-image: url(../img/breadcrumb_service_menuiserie.jpg);
}
.breadcrumb-area.service-menuiserie {
    background-image: url(../img/breadcrumb_service_ebenisterie.jpg);
}
.breadcrumb-area.service-restauration {
    background-image: url(../img/breadcrumb_service_restauration.jpg);
}
.breadcrumb-area.service-boutique {
    background-image: url(../img/breadcrumb_service_boutique.jpg);
}
.breadcrumb-area.service-boutique {
    background-image: url(../img/breadcrumb_service_cuisine_dressing.jpg);
}
.breadcrumb-area.service-parquet {
    background-image: url(../img/breadcrumb_service_parquet.jpg);
}



/************* GALLERY PAGE *************/
section.gallery {
    padding-top: 40px;
}
.page-galerie .breadcrumb-area {
    background-image: url(../img/breadcrumb_03.jpg);
}
.page-galerie .breadcrumb-overlay {
    opacity: 0.56;
}
ul.gallery-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
ul.gallery-filter li {
    margin-right: 10px;
}


/************* CONTACT PAGE *************/
.page-contact .breadcrumb-area  {
    background-image: url(../img/breadcrumb_04.jpg);
}
.page-contact .breadcrumb-overlay  {
    opacity: 0.57;
}
section.contact {
    padding-top: 65px;
    padding-bottom: 50px;
}
section.contact p a {
    color: var(--red);
    font-weight: 600;
}
.contact-form label.error {
    line-height: 24px;
    padding: 0 0 0 10px;
    margin: 0;
    font-size: 12px;
    color: var(--red);
    font-weight: 600;
    position: absolute;
    top: -22px;
}
.contact-form input.error, 
.contact-form textarea.error {
    border-color: var(--red) !important;
}
.contact-form input:not(.form-check-input), 
.contact-form textarea {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #777;
    background-color: #fff;
    background-image: none;
    border-radius: 6px;
    -webkit-appearance: none;
    transition: 0.3s ease-in-out;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
}
.contact-form input[type="submit"] {
    background: var(--wood);
    color: #fff;
    border-color: var(--wood);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 1.5px;
}
.contact-form input[type="file"] {
    background: #f3f2f1;
    border-color: #e8e7e6;
    font-size: 0.75rem !important;
    margin-top: 6px;
}
.contact-form .form-group {
    position: relative;
}
.contact-form textarea {
    height: 245px;
    resize: vertical;
    margin-bottom: 8px;
}
img.contact-infos-image {
    border-radius: 50px;
    margin-top: 20px;
    opacity: .7;
    margin-bottom: 60px;
}
.contact-infos-wraper h3 {
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-weight: 800;
    line-height: 1.6;
}
.contact-infos-address address,
.contact-infos-phone {
    line-height: 1.5;
    font-weight: 500;
    font-size: 1rem;
}
.input-file-label {
    font-size: 13px;
    position: absolute;
    top: 0px;
    font-weight: 600;
}
input[type="file"]::file-selector-button {
    background-color: #fff;
    color: var(--wood);
    border: 1px solid var(--wood);
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    padding: 5px 20px;
    transition: all 0.8s;
    font-size: 0.8rem;
}
input[type="file"]::file-selector-button:hover {
    background-color: var(--wood);
    color: #fff;
    border: 1px solid var(--wood);
}
#mail-control {
    display: none;
}

.message-confirmation-container {
    margin-bottom: 0px;
    position: relative;
    line-height: 1.2;
    padding: 20px 25px;
}

.message-confirmation-container.background-green i,
.message-confirmation-container.background-green .close-btn:before {
    color: #a5bf49;
}
.message-confirmation-container.background-red i,
.message-confirmation-container.background-red .close-btn:before {
    color: #f66c79;
}
.modal-header {
    border: none;
    padding-bottom: 0; 
}
.modal-body {
    padding-top: 0;
}
.message-confirmation-container i {
    font-size: 54px;
}


.legal-contact-txt {
    font-style: italic;
    font-size: 0.75rem;
    line-height: 14px;
    padding: 0 5px 0 5px;
    margin-bottom: 25px;
    margin-top: 10px;
    text-align: left;
    color: #53656e;
    font-weight: 400;
}
.gmap {
    width: 100%;
    height: 465px;
    background: var(--light-wood);
    display: block;
}

section.legales {
    padding: 20px 0 55px 0;
}
.legales h2 {
    color: var(--red);
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 800;
    margin-top: 40px;
}
.legales h3 {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 800;
}