/*
Theme Name: Component Blox Child Theme
Author: Component Blox
Description: Bootstrap Component Blox Child Theme
Version: 1.0
Template: bootstrap-component-blox
*/
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;700&amp;display=swap');

body{
    font-family: 'Comfortaa', sans-serif !important;
    font-size: 1.1rem;
}
@keyframes fadein {
    from {
        opacity: 0;}
    to {
        opacity: 1;}
}

body {
    opacity: 1;
    animation-duration: 2s;
    animation-name: fadein;
    animation-timing-function: easein;
    background: #fff;
}
a {
    color:#000000;
}


body.home section:not(.paral) {background: #ffffff !important;}
body.home section h1,
body.home section h2 {color: #350f02 !important;}
body.home section h3 {    color: #8d522e !important;
    font-weight: 700;
    font-size: 22px;
}
body.home section p {color: #000000 !important; font-size: 18px !important;}
body.home section .infos_top p {color: #350f02  !important;}
body.home section .infos {padding: 40px 0 15px 0 !important;}

body.home .intro {width:100%; text-align: center;}

@media (min-width: 1200px) {
    body.home .intro {width:80%; margin: 0 auto; max-width: 1220px;}
}

.paral {
    min-height: 600px;
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.paralsec {
    /*background-image: url("../../uploads/2023/04/IMG_4080.jpeg");*/
    background-image: url("../../uploads/2024/02/Villa-2.jpg");
    /*background-image: url("../../uploads/2023/10/acceuil-1.jpg");*/
    /*opacity: .6 !important;*/
    background-position: bottom;
}
.paralsec2 {
    background-image: url("../../uploads/2024/02/parfoot.jpg");
    background-position: bottom;
    height: 80%;
}
.paralsec3 {
    background-image: url("../../uploads/2023/04/paral3.html");
    background-position: bottom;
    height: 80%;
}
.contactbkg {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url("../../uploads/2024/02/contact.jpg");
}
.contact-form form.wpcf7-form {margin: 0 !important;}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.imgc img {
    border: solid 2px #fff;
}
.container-850 {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}
#prl_info {
    position: absolute;
    left: 50%;
    bottom: 15%;
    transform: translateX(-50%);
}
#nav-header {
    background-color: transparent; /* to white */
    /*padding: 50px 10px; !* Some padding *!*/
    text-align: center; /* Centered text */
    position: fixed; /* Fixed position - sit on top of the page */
    top: 0;
    width: 100%; /* Full width */
    transition: 0.2s; /* Add a transition effect (when scrolling - and font size is decreased) */
    z-index: 100;
    padding: 20px 0;
}
.bg_bltotransp {
    /*background: rgb(0,0,0);*/
    /*background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);*/
    /*background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);*/
    /*background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);*/
}
#nav-header a.nav-link {font-size: 16px; color: #fef7e7; text-transform: initial; padding: 2px 25px 0 !important; font-weight: 700; line-height: 29px;}
#nav-header a.nav-link:hover {color: #f4572f;}
#nav-header li.current_page_item a.nav-link {
    background-color: #f4572f;
    border: solid 1.5px #ffffff;
    color: #fef7e7 !important;
    border-radius: 15px;
}

 #nav-header li.current_page_item a.nav-link:hover {
     background-color: #8f1a03;
     border: solid 1.5px #8f1a03;
     color: #fef7e7 !important;
 }
#site-logo {
    width: 86px;
    display: block;
    transition: 0.2s;
    fill: #ffffff;
    /*margin-top: 23px;*/
}
.page_feat_pic {
    width: 100%;
    height: auto;
    /*opacity: .7;*/
}
:focus {
    outline: 0!important;
    box-shadow: none!important;
}
.col10{color: #000 !important;}
.col11{color: #fff !important;}
.col20{color: #fc7215 !important;}
.col21 {color: #350f02 !important;}

.bkgcol11 {background-color: #ffffff !important;}
.bkgcol20 {background-color: #fc7215 !important;}
.bkgcol21 {background-color: #350f02 !important;}

main#main-container {padding-top: 40px;}

footer {background-color: #ffffff;}

h1 {font-size: 34px !important;font-weight: 400 !important;}
h2.card-title {
    color: #000000;
}
.about h2 {
    line-height: 1.5;
    color: #c5644b;
}
.h3, h3 {
    font-size: calc(.6rem + .6vw);
    line-height: 1.4;
}

body.home section .h3,
body.home section p {
    font-size: calc(.55rem + .6vw);
    line-height: 1.6;
}

#banner {position: relative; background: #000;}
#banner_home_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100%;
    max-width: 725px;
    transform: translate(-50%,-50%);
    color: #3298b1;
    font-size: 35px;
    font-weight: 300;
}
.container-fluid {width: 90%;}

main {position: relative;}
#intro_pic {
   width: 40%;
   min-width: 380px;
   border-radius: 10px;
   overflow: hidden;
   position: absolute;
   left:50%;
   transform: translate(-80%,0);
}
#intro_txt {
    width: 40%;
    min-width: 380px;
    background: #ffffff;
    border-radius: 10px;
    position: absolute;
    right:50%;
    transform: translate(80%,0);
    padding: 30px;
}
.card strong {font-weight: 600; color: #000000;}
.card .shadow,
.card-img-top {border-radius: 8px !important;}

#page_intro {
    /*background: #350f02  ;*/
    padding: 20px 0 0;
}
#page_intro p {
    color: #350f02  ;
    font-size: 14px;
}

.poi_block {
    border: solid 1px #3298b11a;
    padding-top: 20px;
    border-radius: 15px 15px;
    overflow: hidden;
    box-shadow:0px -1px 14px -9px #0000008c;
    background: #350f02  ;
}
.poi_ico {
    width: 65px;
    margin: 0 auto 15px;
}
.poi_ico img {
    border-radius: 55px;
    border: solid 3px #ffffff;
}
.pois {
    padding: 15px 0;
}
.pois img {
    width: 100%;
    height: auto;
}
.pois h2 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0;
    line-height: 21px;
    color: #c0e1e9;
    background: #350f02  ;
    padding: 0 5px 8px;
}

.poi_ico .style-svg {
    fill:#c0e1e9 !important;
    width: 100%;
    height: auto;
}
.poi_ico #svg795.style-svg g path,
.poi_ico #svg3690.style-svg g path,
.infos .infos_top #svg3690 g path {
    stroke:#350f02  !important;
}
.whiteBkg {
   background: #ffffff;
}
.darkBkg {
    background: #c5644b;
}
.btn-white {
    border: solid 2px #ffffff;
    color: #ffffff;
    border-radius: 25px;
    padding: 9px 20px 6px;
}
.btn-white:hover {
    border: solid 2px #ffffff;
    background: #ffffff;
    color: #350f02  ;
}
.btn-blue {
    border: solid 2px #ffffff;
    background: #ffffff;
    color: #350f02  ;
    border-radius: 25px;
    padding: 9px 20px 6px;
}
.btn-blue:hover {
    border: solid 2px #350f02  ;
    background: #350f02  ;
    color: #ffffff;
}
.btn-blue-plain {
    border: solid 2px #350f02  ;
    background: #350f02  ;
    color: #ffffff;
    border-radius: 25px;
    padding: 9px 20px 6px;
}
.btn-blue-plain:hover {
    border: solid 2px #350f02  ;
    background: #ffffff;
    color: #350f02  ;
}
.btn-ocre,
form input.wpcf7-submit {
    border: solid 1px #8f1a03;
    background: #8f1a03;
    color: #ffffff;
    display: inline-block;
    border-radius: 25px;
    padding: 9px 20px 6px;
    font-weight: bold;
    font-size: 14px;
}
.btn-ocre:hover,
form input.wpcf7-submit:hover {
    border: solid 1px #8f1a03 !important;
    background: #ffffff;
    color: #8f1a03;
}

form input.wpcf7-submit,
#nav-header li.current_page_item a.nav-link {
    border: none !important;
}


.callToAction p {font-size: 20px; color: #ffffff; font-weight: bold;}
.btn-white:hover {
    border: solid 2px #ffffff;
    background: #ffffff;
    color: #350f02  ;
}

#content-25 .opacity-2 {
    opacity: .2;
}
/* ======= Split Screen ============ */
html{
    height:100%;
}
body{
    height:100%;
}
.intro{
    height:50%
}
.split-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px !important;
    margin-left: 0px !important;
    height: 100%;
}
.left{
    display : flex;
    flex-direction: column;
    justify-content : center;
    align-items : center;
    background-color:#ffffff;
    height : 100%;
    color : #FFF;

}
.right{
    display : flex;
    justify-content : center;
    align-items : center;
    background-color:#FFF;
    height : 100%;
    color : #3d231b;
}
@media (max-width: 1200px) {
    .intro {
        height:50%
    }
    .split-row {
        /*height:50%*/
    }
    .left{
        /*height:50%*/
    }
    .right{
        /*height:50%*/
    }
}

@media (max-width: 992px) {
    .intro {
        height:100%
    }
    .split-row {
        /*height:50%*/
    }
    .left{
        height:50%
    }
    .right{
        height:50%
    }
}
.about{
    display : flex;
    flex-direction: column;
    justify-content : center;
    /*align-items : center;*/
    background-color:#ffffff;
    color : #c5644b ;
    /*height:100%*/
}
.bkgImgBlock {
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
}
strong {font-weight: 700;}
/* ======= Villa ==================== */
body.page-template-villa {
    background: #ffffff !important;
}
section.infos {
    padding-top: 20px;
}
section#chambres {
    background: #40a0b6;
}
section.infos svg,
section#chambres svg {
    fill: #350f02 !important;
}
section.infos p,
section#chambres p,
section#chambres h2 {
    color: #c5644b !important;
}
section.infos svg,
section#chambres svg,
section#espaces svg {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: auto;
    fill: #350f02  ;
}
section#chambres p,
section#espaces p {
    text-align: center;
}
section#espaces .espaces_block {
    margin-bottom: 30px;
}

section.infos .infos_top svg {margin-bottom: 15px;}
.infos_top p {
    color: #350f02  ;
    font-weight: 700;
    font-size: 18px;
}
.villatxt p {
    font-weight: 400;
    color: #000000;
    text-align: left;
}

/* ======= Reservations ============= */
.wpbs-main-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    background: #ffffff;
    padding: 30px 20px 20px 20px;
    border-radius: 5px;
    border: solid 1px #350f02  ;
}
.wpbs-calendars-wrapper.wpbs-legend-position-side {
    padding-right: 0;
}

.svg_link {
    width: 100px !important;
    height: auto;
    fill: #350f02  ;
}
.wpbs-container {
    padding: 25px;
}
.wpbs-calendar {
    box-shadow: 4px 4px 17px -8px #0000003d;
}
.wpbs-container .wpbs-calendars .wpbs-calendar {
    border: none !important;
}
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field label {
    font-size: 13px !important;
}
.wpbs-main-wrapper .wpbs-form-container {
    padding: 0px 0 20px 0!important;
    max-width: 400px!important;
    margin: 0!important;
    width: 100% !important;
}
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field input[type=email],
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field input[type=number],
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field input[type=text] {
    border: none !important;
    border-radius: 4px !important;
    background-color: #e4f1f4 !important;
}
.wpbs-container .wpbs-calendars .wpbs-calendar .wpbs-calendar-header {
    background: #ffffff;
}

.wpbs-container .wpbs-calendars .wpbs-calendar .wpbs-calendar-header .wpbs-calendar-header-navigation .wpbs-next,
.wpbs-container .wpbs-calendars .wpbs-calendar .wpbs-calendar-header .wpbs-calendar-header-navigation .wpbs-prev {
    color: #fff !important;
    background: ##350f02 !important;
}
.wpbs-container .wpbs-calendars .wpbs-calendar table tr td .wpbs-date.wpbs-gap {
    background: #e4f1f4;
}
/*.wpbs-container.wpbs-calendar-1 .wpbs-legend-item-icon-1 div:first-of-type {*/
/*    background-color: #c6ffa9 !important;*/
/*}*/
/*.wpbs-container.wpbs-calendar-1 .wpbs-legend-item-icon-2 div:first-of-type {*/
/*    background-color: #ff2f25 !important;*/
/*}*/
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field button[type=submit],
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field input[type=submit] {
    background-color: #350f02  !important;
    font-size: 14px !important;
}
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field button[type=submit]:hover,
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field input[type=submit]:hover {
    background-color: #f8a973!important;
    color: #fff!important;
    cursor: pointer!important;
}
/*.wpbs-calendars-wrapper.wpbs-legend-position-side .wpbs-legend {*/
/*    position: static;*/
/*}*/

/* ===== wpcf7-form ==== */
.wpcf7-form {
    padding: 30px 30px 15px;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 450px;
    margin: 40px auto;
    background: #9b6c5f;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
    background-color: #e4f1f4 !important;
    font-size: 14px !important;
    border: none;
    border-radius: 4px;
    width: 100% !important;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email] {
    height: 38px;
}

/*.wpcf7-form input[type=submit] {*/
/*    background-color: #350f02  !important;*/
/*    padding: 8px 15px;*/
/*    font-size: 14px !important;*/
/*    color: #fff;*/
/*}*/
/*.wpcf7-form input[type=submit]:hover {*/
/*    background-color: #f8a973!important;*/
/*}*/
.wpcf7-form label {
    font-size: 13px !important;
    color: #ffffff;
}
.wpcf7-spinner {
    display: none;
}
/* ===== Content 7 ===== */
#content-7 i {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#content-7 .row:nth-child(1) i,
#content-7 .row:nth-child(1) .btn {
    color: #31A2CD;
}

#content-7 .row:nth-child(2) i,
#content-7 .row:nth-child(2) .btn {
    color: #E4263F
}

@media(max-width: 992px) {
    #content-7 .text-end{
        text-align: left!important;
    }
}

@media (max-width: 992px) {}

@media (max-width: 768px) {}

@media (max-width: 576px) {}
section.elementor-section {
    width: 100%;
}
section.elementor-section h4 {
    margin-top: 30px;
}

div.elementor-container {
    display: flex;
    justify-content: space-between;

}
ul.elementor-icon-list-items {
    list-style-type: none;
    font-size: 14px;
}

li.elementor-icon-list-item i {
    color: #f4572f;
    margin-right: 6px;
}
