/* font */
@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Cousine:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/* variable */
:root {     
    --base-color: #4b8394;
    --dark-gray: #47443f;
    --medium-gray: #28393e;
    --light-medium-gray:#7C7C7C;
    --very-light-gray: #ece9e4;
    --yellow: #fbf5e6;
    --alt-font: 'Cousine', serif;
    --primary-font: 'Cardo', sans-serif;
}
/* body */
html {  
    position: relative;
    overflow-x: hidden;
}
body{
    background-color: #fbf5e6;
    font-size:15px;
    line-height: 30px;
    overflow-x: hidden;
}
/* box layout */
.box-layout {
    padding: 0 175px; 
}
section {
    padding-top: 100px;
    padding-bottom: 100px;
}
/* header */
header .disable-fixed {
    /*width: calc(100% - 350px);
    left: 175px;
    right: 175px;*/
}
header .header-top-bar {
    border-radius: 0 0 0px 0px;
}
header .navbar-brand {
    padding:20px 0 20px 0;
}
header .navbar-brand img {
    max-height: 65px;
}
header .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.navbar .navbar-nav .nav-link {
    font-size: 17px;
    line-height: 22px; 
    padding: 10px 20px;
    font-weight: 600;
}
header .header-top-bar .header-icon .header-social-icon a {
    font-size: 14px;
}
header .header-top-bar .header-icon .header-social-icon i {
    margin-right: 5px;
}
/* btn */ 
.btn { 
    font-family: var(--primary-font);
    font-weight: 600;
    text-transform: inherit;
}
.btn.btn-extra-large {
    font-size: 17px;
    padding: 20px 40px;
}
.btn.btn-large {
    font-size: 16px;
    padding: 16px 32px;
}
.btn.btn-medium {
    font-size: 15px;
    padding: 14px 28px;
}
.btn.btn-small {
    font-size: 14px;
    padding: 12px 24px;
}
.btn.btn-very-small {
    font-size: 13px;
    padding: 10px 20px;
}
.btn-hover-animation.text-transform-none .btn-icon i:before {
    vertical-align: -5px;
}
.btn.btn-link {
    padding: 0 0 2px;
}
/* border color */ 
.border-color-transparent-base-color {
    border-color: rgba(183,128,87,.5) !important;
}
/* border color */ 
.categories-btn {
    font-size: 13px;
    line-height: 21px;
}
.categories-style-03 .categories-box .category-title {
    padding: 30px 40px;
}
/* social icon style */ 
.social-icon-style-03 .small-icon li {
    margin: 0 15px;
}
/* left right bottom top class */ 
.left-minus-300px {
    left: -300px;
}
.left-minus-15 {
    left: -15%;
}
.left-minus-30 {
    left: -30%;
}
.left-50 {
    left: 50%;
}
.right-minus-250px {
    right: -250px;
}
.right-minus-15 {
    right: -15%;
}
.right-minus-25 {
    right: -25%;
}
.bottom-10 {
    bottom: 10%;
}
.top-25 {
    top: 25%;
}
/* page title */ 
.page-title-large h1 {
    font-size: 4.375rem;
    line-height: 4.375rem;
}
/* word break normal */ 
.word-break-normal {
    word-break: normal;
}
.categories-btn {
    font-size: 12px;
}
.pagination-style-01 .page-item.active .page-link, .pagination-style-01 .page-item .page-link:hover {
    background: var(--dark-gray);
    color: var(--white);
}
.pagination-style-01 .page-item:first-child .page-link, .pagination-style-01 .page-item:last-child .page-link {
    background: transparent;
    box-shadow: none !important;
    color: var(--medium-gray);
}
.pagination-style-01 .page-item:first-child .page-link:hover, .pagination-style-01 .page-item:last-child .page-link:hover {
    color: var(--dark-gray);
}
/* footer */
footer .footer-logo img {
    max-height: 41px;
}
footer ul li {
    margin-bottom: 0;
}
.terms-condition .box:before {
    background-color: var(--white);
}
.input-medium, .textarea-medium, .select-medium {
    padding: 10px 28px;
}
.newsletter-style-02 .btn i {
    top: -2px;
}
.newsletter-style-02 input {
    padding-right: 55px !important;
}
/* media query responsive */
/* @media (max-width: 1799px) {
    .box-layout {
        padding: 0 100px;
    }
    header .disable-fixed {
        width: calc(100% - 200px);
        left: 100px;
        right: 100px;;
    }
}
@media (max-width: 1600px) {
    .box-layout {
        padding: 0 80px;
    }
    header .disable-fixed {
        width: calc(100% - 160px);
        left: 80px;
        right: 80px;;
    }
}*/
@media (max-width: 1399px) {
    /*header .disable-fixed {
        width: calc(100% - 160px);
        left: 80px;
        right: 80px;;
    }*/
    .categories-style-03 .categories-box .category-title {
        padding: 20px 20px;
    }
}
@media (max-width: 1199px) {
    /*.box-layout {
        padding: 0 30px;
    }
    header .disable-fixed {
        width: calc(100% - 60px);
        left: 30px;
        right: 30px;
    }*/
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 15px;
    }
}
@media (max-width: 991px) {
    section {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .right-minus-25 {
        right: -40%;
    }
    .left-minus-30 {
        left: -50%;
    }
    /*header .disable-fixed {
        width: calc(100% - 60px);
        left: 30px;
        right: 30px;
    } */
    .blog-side-image .blog-box .blog-image {
        min-height: 500px;
    }
}
@media (max-width: 767px) {
    .box-layout {
        padding: 0 15px;
    }
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    } 
   /* header .disable-fixed {
        width: calc(100% - 0px);
        left: 0px;
        right: 0;
    } */
}
.container-fluid {
    max-width: 1350px;
}
header.sticky.sticky-active [data-header-hover=light] {
    background-color: #fbf5e6!important;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.header-icon .icon > a {
    padding-left: 16px;
    font-size: 17px;
    color: #fbf5e6!important;
}.text-white, .btn-link.text-white, a.text-white-hover:hover {
    color: #fbf5e6!important;
}.btn.btn-base-color {
    background-color: var(--base-color);
    color: #fbf5e6;
}
.btn.btn-rounded.btn-rounded {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}footer .footer-logo img {
    max-height: 55px;
}
footer a{color:#fbf5e6!important}
footer a:hover{color:#fbf5e6!important;text-decoration:underline}
header .left-nav .navbar-nav:before {
    width: 0px;
}
.testimonials-style-04.swiper-horizontal-3d .swiper-slide.swiper-slide-active {
    opacity: 1;
    filter: grayscale(0);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.17);
}.swiper-button-prev,
.swiper-button-next {
  display: inline-block;
  position: static; /* override absolute */
  margin: 0 10px;
}

.cgv h4 {
    font-size: 1.475rem;
    line-height: 1.8rem;
    font-weight:bold;margin-bottom:20px;
}
.cgv h5 {
    font-size: 1.175rem;
    line-height: 1.3rem;
    font-weight:bold;margin-bottom:10px;
}.form-check-input:checked {
    background-color: #4b8394!important;
    border-color: #4b8394!important;
}.form-control:disabled {
   background-color:#ece9e4!important;border:2px solid #ece9e4!important;
}
select.form-control {
  background-image: url("data:image/svg+xml;utf8,<svg fill='%234b8394' height='24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-size: 30px; /* taille de la flèche */
  cursor: pointer;
}
