/*
Theme Name: Renov Management
Description: Inside Web 2025 - thème
Version: 2.0.0
Author: Inside Web
Author URI: https://www.insideweb.be
*/


@import url("https://use.typekit.net/uhm4clb.css");
@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');
/*===========================
  COMMON css
===========================*/
:root {
    --font-family: "area-normal", sans-serif;
    --font-title: "Alice", serif;
    --primary: #155bd5;
    --primary-dark: #1c3ab6;
    --primary-light: #e2f1ff;
    --accent: #00d4d7;
    --accent-dark: #00bac1;
    --accent-light: #dff9f8;
    --success: #13d527;
    --success-dark: #00ae11;
    --success-light: #eafbe7;
    --secondary: #8f15d5;
    --secondary-dark: #6013c7;
    --secondary-light: #f4e5fa;
    --info: #15b2d5;
    --info-dark: #0f8ca8;
    --info-light: #e0f5fa;
    --caution: #dbbb25;
    --caution-dark: #d58f15;
    --gold:#B29F74;
    --caution-light: #fbf9e4;
    --error: #e6185e;
    --error-dark: #bf1257;
    --error-light: #fce4eb;
    --black: #1d1d1d;
    --dark-1: #2d2d2d;
    --dark-2: #4d4d4d;
    --dark-3: #6d6d6d;
    --gray-1: #8d8d8d;
    --gray-2: #adadad;
    --gray-3: #cdcdcd;
    --gray-4: #e0e0e0;
    --light-1: #efefef;
    --light-2: #f5f5f5;
    --light-3: #fafafa;
    --white: #ffffff;
    --beige:#F7F5F4;
    --gradient-1: linear-gradient(180deg, #155bd5 0%, #1c3ab6 100%);
    --gradient-2: linear-gradient(180deg, #155bd5 13.02%, #00d4d7 85.42%);
    --gradient-3: linear-gradient(180deg, #155bd5 0%, #8f15d5 100%);
    --gradient-4: linear-gradient(180deg, #155bd5 0%, #13d527 100%);
    --gradient-5: linear-gradient(180deg, #155bd5 0%, #15bbd5 100%);
    --gradient-6: linear-gradient(180deg, #155bd5 0%, #dbbb25 100%);
    --gradient-7: linear-gradient(180deg, #155bd5 0%, #e6185e 100%);
    --gradient-8: linear-gradient(180deg, #1c3ab6 0%, #00bac1 100%);
    --gradient-9: linear-gradient(180deg, #00d4d7 13.02%, #155bd5 85.42%);
    --shadow-1: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
    --shadow-2: 0px 0px 1px rgba(40, 41, 61, 0.04), 0px 2px 4px rgba(96, 97, 112, 0.16);
    --shadow-3: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
    --shadow-4: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
    --shadow-5: 0px 2px 8px rgba(40, 41, 61, 0.04), 0px 16px 24px rgba(96, 97, 112, 0.16);
    --shadow-6: 0px 2px 8px rgba(40, 41, 61, 0.08), 0px 20px 32px rgba(96, 97, 112, 0.24);
}

body {
    font-family: var(--font-family)!important;
    color: var(--black);
    font-size: 15px;
    letter-spacing:0.38px;
    line-height: 27px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
@media (max-width: 991px) {
    body {
        font-size: 14px;
    }
}

img {
    max-width: 100%;
}

a {
    display: inline-block;
}

@media (prefers-color-scheme: dark) {
    :root {
        color-scheme: light!important;
    }
}

a,
button,
a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: var(--black);
    margin: 0px;
}

h1,
.h1 {
    font-size: 3.75em!important;
    line-height: 1.25;
    font-family: var(--font-title);
}

h2,
.h2 {
    font-size: 30px;
    letter-spacing: 0.75px;
    line-height: 35px;
    font-weight: 400!important;
}

h3,
.h3 {
    font-size: 1.75em;
    line-height: 1.25;
}

h4,
.h4 {
    font-size: 1.5em;
    line-height: 1.25;
}

h5,
.h5 {
    font-size: 1.25em;
    line-height: 1.25;
}

h6,
.h6 {
    font-size: 0.875em;
    line-height: 1.25;
}

.display-1 {
    font-size: 5.5em;
    line-height: 1.25;
}

.display-2 {
    font-size: 4.75em;
    line-height: 1.25;
}

.display-3 {
    font-size: 4em;
    line-height: 1.25;
}

.display-4 {
    font-size: 3.25em;
    line-height: 1.25;
}

p {
    font-size: 15px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.38px;
    color: var(--black);
    margin: 0px;
}

.text-small {
    font-size: 0.875em;
    line-height: 1.5;
}

.text-lg {
    font-size: 1.15em;
    line-height: 1.5;
}

.bg_cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.btn {
    font-weight: bold !important;
    font-size: 11px !important;
    text-align: center !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    padding: 13px 74px !important;
    border-radius: 4px;
    border: 1px solid transparent !important;
}

.btn:hover {
    color: inherit;
}
.btn:focus {
    box-shadow: none;
    outline: none;
}
.btn.btn-lg {
    font-size: 1.15em;
    padding: 16px 24px;
}
.btn.btn-sm {
    padding: 8px 16px;
}
.btn.square {
    border-radius: 0px;
}
.btn.semi-rounded {
    border-radius: 12px;
}
.btn.rounded-full {
    border-radius: 50px;
    background-color: var(--gold);
    color: var(--white);
    transition: 0.3ms;
    font-size: 11px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}
.btn.rounded-full:hover {
    background-color: var(--black)!important;
    color: var(--white)!important;
}

.primary-btn-outline{
    border-radius: 50px !important;
    background-color: transparent !important;
    color: var(--black) !important;
    border: 1px solid var(--black)!important;
    transition: 0.3ms!important;
    font-size: 11px!important;
    letter-spacing: 0.28px!important;
    text-transform: uppercase!important;
    padding: 9px 54px !important;
    line-height: unset!important;
    margin-top: 5px;
}
.primary-btn-outline:hover{
    background-color: var(--black)!important;
    color: var(--white)!important;
}

.btn.icon-left span,
.btn.icon-left i {
    margin-right: 8px;
}
.btn.icon-right span,
.btn.icon-right i {
    margin-left: 8px;
}
.btn.icon-btn {
    width: 48px;
    height: 48px;
    padding: 0;
    line-height: 48px;
}
.btn.icon-btn.btn-lg {
    width: 56px;
    height: 56px;
    line-height: 56px;
}
.btn.icon-btn.btn-sm {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.head-foot{
    padding-right: 3rem!important;
    padding-left: 3rem!important;
}

@media (max-width: 798px) {
    .head-foot{
        padding-right: 0.5rem!important;
        padding-left: 0.5rem!important;
    }
}


/*===========================
  NAVBAR css
===========================*/

.navbar-toggler:focus {
    box-shadow: none!important;
    outline: none !important;
    border: none!important;
}

.navbar-toggler:active{
    box-shadow: none;
    outline: none;
    border: none!important;
}

.navbar-toggler.active{
    box-shadow: none;
    outline: none;
    border: none!important;
}

.navbar-toggler{
    border: none!important;
}

.mb-100 {
    margin-bottom: 100px;
}
/*End buttons Css  */


/* Navbar start */
.navbar-area.navbar-five {
    background: var(--white);
}

.navbar-brand{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 280px;
    height: auto;
}

.navbar-brand p{
    margin-top: 10px;
    font-size: 10px;
    line-height: 11px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-area.navbar-five {
        padding: 10px 0;
    }
}
.navbar-area.navbar-five .navbar {
    position: relative;
    padding: 0;
}
.navbar-area.navbar-five .navbar .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: var(--black);
    margin: 5px 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.navbar-area.navbar-five .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}
.navbar-area.navbar-five .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}
.navbar-area.navbar-five .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-area.navbar-five .navbar .navbar-collapse {
        position: absolute;
        top: 116%;
        left: 0;
        width: 100%;
        background-color: var(--white);
        z-index: 8;
        padding: 10px 16px;
    }
}
.navbar-area.navbar-five .navbar .navbar-nav {

}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-area.navbar-five .navbar .navbar-nav {
        margin-right: 0;
    }
}
.navbar-area.navbar-five .navbar .navbar-nav .nav-item {
    position: relative;
    margin-right: 35px;
}

.navbar-area.navbar-five .navbar .navbar-nav .nav-item a:hover{
    color: var(--gold);
}

.navbar-nav .nav-link.active{
    color: var(--gold)!important;
}

.navbar-area.navbar-five .navbar .navbar-nav .nav-item:last-child {
    margin-right: 0;
}
.navbar-area.navbar-five .navbar .navbar-nav .nav-item a {
    display: flex;
    align-items: center;
    padding: 15px 0;
    color: var(--black);
    border-radius: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-weight: 800;
    border: none;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    font-size: 13px;
}
.navbar-area.navbar-five .navbar .navbar-nav .nav-item a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.navbar-area.navbar-five .navbar .navbar-nav .nav-item a:hover, .navbar-area.navbar-five .navbar .navbar-nav .nav-item a.active {
    color: var(--gold);
}
.navbar-area.navbar-five .navbar .navbar-nav .nav-item a:hover::before, .navbar-area.navbar-five .navbar .navbar-nav .nav-item a .active::before {
    opacity: 1;
}

.navbar-area.navbar-five .navbar .navbar-nav .nav-item a::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    width: 100%;
    height: 1px;
    background-color: var(--gold);
    transition: transform 0.3s ease-out;
    z-index: 1;
    pointer-events: none;
}

/* Show underline on hover */
.navbar-area.navbar-five .navbar .navbar-nav .nav-item a:hover::after {
    transform: translateX(-50%) scaleX(1);
}

/* Show underline on active */
.navbar-area.navbar-five .navbar .navbar-nav .nav-item a.active::after {
    transform: translateX(-50%) scaleX(1);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-area.navbar-five .navbar .navbar-nav .nav-item a {
        padding: 10px 0;
        display: block;
        border: 0;
        margin: 0;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-area.navbar-five .navbar .navbar-nav .nav-item .sub-nav-toggler {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px 14px;
        font-size: 16px;
        background: none;
        border: 0;
        color: var(--black);
    }
}
/*===================
HOME
 ====================*/
/*Header slider start*/

.carousel-section-wrapper {
    position: relative;
    z-index: 3;
}
.carousel-section-wrapper .carousel-section {
    position: relative;
    z-index: 3;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-section-wrapper .carousel-img{
    filter: brightness(0.9);
    object-fit: cover;
    background-repeat: no-repeat;
    margin-top: 126px;
    height: calc(100vh - 126px);
}
.carousel-section-wrapper .carousel-inner{
    height: 100vh;
}

.carousel-section-wrapper .carousel-section.carousel-item .carousel-content .section-title p {
    font-size: 25px !important;
    font-weight: 400 !important;
    letter-spacing: 0.63px !important;
    color: var(--white) !important;
    margin-bottom: 0!important;
}

@media (max-width: 767px) {
    .carousel-content {
        bottom: 0!important;
        text-align: center;
    }
    .carousel-section-wrapper .carousel-section.carousel-item .carousel-content .section-title p {
        font-size: 20px !important;
    }
}


.carousel-section-wrapper .carousel-control {
    background: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid var(--white);
    color: var(--white);
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 25px;
    line-height: 25px;
    z-index: 99;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.carousel-section-wrapper .carousel-control:hover {
    background: var(--white);
    color: var(--black);
}
.carousel-section-wrapper .carousel-control.carousel-control-next {
    left: auto;
    right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-section-wrapper .carousel-control {
        top: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        bottom: 80px;
        margin: auto;
    }
    .carousel-section-wrapper .carousel-control.carousel-control-prev {
        left: 42%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .carousel-section-wrapper .carousel-control.carousel-control-next {
        left: 10%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 767px) {
    .carousel-section-wrapper .carousel-control {
        display: none;
    }
    .carousel-section-wrapper .carousel-control.carousel-control-prev {
        left: 37%;
    }
    .carousel-section-wrapper .carousel-control.carousel-control-next {
        left: 23%;
    }
}
.carousel-section-wrapper .carousel-control span {
    background: none;
    width: auto;
    height: auto;
}

.carousel-content {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 30px;
    right: 0;
    z-index: 10;
    padding: 12px 26px;
}
.carousel-section {
    position: relative;
}

/*Header slider end*/

/* latest-news-area start*/
.latest-news-area {
    padding-top: 150px ;
}

#home-page .latest-news-area{
    padding-top: 100px;
    padding-bottom: 30px;
}



.latest-news-area h1{
    font-size: 3.75em!important;
}

#home-page .latest-news-area h1{
    font-size: 2.75em!important;
}

.latest-news-area .section-title-three {
    text-align: center;
    margin: auto;
    margin-bottom: 25px;
    position: relative;
    z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-news-area .section-title-three {
        margin-bottom: 45px;
    }
}
@media (max-width: 767px) {
    .latest-news-area .section-title-three {
        margin-bottom: 35px;
    }
}

.latest-news-area .section-title-three h1 span{
    display: block;
    color: var(--black);
}

.latest-news-area .section-title-three h1 {
    padding-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--gold);
    border-bottom: 1px solid var(--gold);
    font-size: 30px;
    margin-bottom: 40px;
    color: var(--gold);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-news-area .section-title-three h1 {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}
@media (max-width: 767px) {
    .latest-news-area .section-title-three h1 {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }
}
.latest-news-area .section-title-three p {
    color: var(--black);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.38px;
    line-height: 27px;
}
.latest-news-area .single-news {
    margin-top: 30px;
    margin-bottom: 30px;
}
.latest-news-area .single-news .image {
    position: relative;
    overflow: hidden;
}
.latest-news-area .single-news .image img {
    height: 100%;
    width: 100%;
    transition: all 0.4s ease;
    aspect-ratio: 0.80;
    object-fit: contain;
}

.latest-news-area .single-news .content-body .title {
    margin: 20px 0 20px 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: var(--black);
    text-transform: uppercase;
    text-align: center;
}
.latest-news-area .single-news .content-body .title a {
    color: var(--black);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}

.latest-news-area .single-news .content-body p {
    color: var(--black);
}
.latest-news-area .single-news:hover .image .thumb {
    transform: scale(1.1) rotate(1deg);
}
/* latest-news-area end*/

/* Section renommée start */
.renome {
    padding-bottom: 65px;
}

.renome .content{
    margin-left: 0;
    margin-top: 30px;
}

.renome .title{
    margin-top: 40px;
    padding-right: 10%;
    border-top: 1px solid var(--gold);
    border-bottom: 1px solid var(--gold);
    margin-right: 5%;
}

.renome .title h2{
    padding: 25px 0px;
    color: var(--black);
    font-family: var(--font-title);
    font-size: 30px;
}

.renome .action{
    margin-top: 30px;
}
/* Section renommée end */


/* Section Partenaire start */
.profile {
    position: relative;
    overflow: hidden;
    z-index: 2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    min-height: 660px;
}

.profile-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    min-height: 660px;
}

.profile .container.d-flex.justify-content-start{
    height: 750px;
}

.profile .profile-content {
    background-color: rgba(255,255,255,0.9);
    display: flex;
    overflow: hidden;
}
.profile .profile-content .profile-card {
    max-width: 583px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .profile .profile-content .profile-card {
        max-width: 540px;
    }
}
@media (max-width: 767px) {
    .profile .profile-content .profile-card {
        max-width: 100%;
        padding: 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .profile .profile-content .profile-card {
        max-width: 420px;
    }
}
.profile .profile-content .profile-card .profile-card-wrapper {
    z-index: 9;
    overflow: hidden;
    margin: auto;
}

.profile .profile-content .profile-card .profile-card-wrapper .card-profile {
    max-width: 150px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -75px;
    position: relative;
    z-index: 9;
}
@media only screen and (min-width: 1400px) {
    .profile .profile-content .profile-card .profile-card-wrapper .card-profile {
        max-width: 170px;
        margin-top: -85px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .profile .profile-content .profile-card .profile-card-wrapper .card-profile {
        max-width: 150px;
        margin-top: -75px;
    }
}
@media (max-width: 767px) {
    .profile .profile-content .profile-card .profile-card-wrapper .card-profile {
        max-width: 100px;
        margin-top: -50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .profile .profile-content .profile-card .profile-card-wrapper .card-profile {
        max-width: 140px;
        margin-top: -70px;
    }
}

.profile .profile-content .profile-card ul{
    list-style: unset;
}

.profile .profile-content .profile-card li{
    font-size: 15px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.38px;
    color: var(--black);
    margin: 15px 0;
}

.profile .profile-content .profile-card strong{
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.3px;
    font-weight: bolder;
}

.profile .profile-content .profile-card .profile-card-wrapper .card-content {
    padding: 40px 50px;
}
@media only screen and (min-width: 1400px) {
    .profile .profile-content .profile-card .profile-card-wrapper .card-content {
        padding:  40px 50px;
    }
}
@media (max-width: 767px) {
    .profile .profile-content .profile-card .profile-card-wrapper .card-content {
        padding: 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .profile .profile-content .profile-card .profile-card-wrapper .card-content {
        padding: 20px;
    }
}
.profile .profile-content .profile-card .profile-card-wrapper .card-content .card-title {
    font-size: 48px;
    color: var(--black);
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .profile .profile-content .profile-card .profile-card-wrapper .card-content .card-title {
        font-size: 44px;
    }
}
@media (max-width: 767px) {
    .profile .profile-content .profile-card .profile-card-wrapper .card-content .card-title {
        font-size: 26px;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .profile .profile-content .profile-card .profile-card-wrapper .card-content .card-title {
        font-size: 36px;
        margin-bottom: 10px;
    }
}
.profile .profile-content .profile-card .profile-card-wrapper .card-content .text {
    color: var(--black);
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 600;
}


@media (max-width: 767px) {
    .profile .profile-content .profile-card .profile-card-wrapper .card-content .text {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .profile .profile-content .profile-card .profile-card-wrapper .card-content .text {
        font-size: 15px;
        line-height: 26px;
        padding-bottom: 20px;
    }
}

/* Section Partenaire end */

/* Section Cta-contact start */
.cta-contact{
    padding-top: 60px;
    padding-bottom: 60px;
}

.cta-contact .content{
    text-align: center;
    border-top: 1px solid var(--gold);
    border-bottom: 1px solid var(--gold);
    padding-top: 50px;
    padding-bottom: 50px;
}

.cta-contact .content h2{
    font-family: var(--font-title);
    margin-bottom: 50px;
}

/* Section Cta-contactend */


/*===================
 CHART
 ====================*/
#charte{
    margin-top: 150px;
    margin-bottom: 100px;
}

#charte h1{
    padding-bottom: 100px;
}

#charte h2{
    font-size: 12px;
    font-weight: 700!important;
    color: var(--gold);
    letter-spacing: 0.3px;
    line-height: 20px;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--gold);
}

#charte ul{
    list-style: unset !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.38px;
    line-height: 27px;
}
#charte li{
    font-size: 12px;
    color: var(--black);
}

/*===================
 PORTFOLIO
 ====================*/


.portfolio-one {
    padding-top: 150px;
    padding-bottom: 100px;
    min-height: calc(100vh - 310px);
}

.portfolio-one .section-title{
    margin-bottom: 50px;
}
.portfolio-one .portfolio-menu{
    margin-bottom: 50px;
}

.portfolio-one .portfolio-menu button {
    border: none;
    background: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
    line-height: 48px;
    padding: 0 30px;
    position: relative;
    border-radius: 0;
    overflow: hidden;
    display: inline-block;
    z-index: 5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
    margin-right: 4px;
    text-transform: uppercase;
}

.portfolio-one .portfolio-menu button::after {
    content: "";
    position: absolute;
    bottom: 5px; /* regola la distanza dalla base del bottone */
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    width: 80%;
    height: 1px;
    background-color: var(--gold); /* o sostituisci con #d4af37 o simile */
    transition: transform 0.3s ease-out;
    z-index: -1;
}

.portfolio-one .portfolio-menu button:hover::after,
.portfolio-one .portfolio-menu button.active::after {
    transform: translateX(-50%) scaleX(1);
}


.portfolio-one .portfolio-menu button:last-child {
    margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-one .portfolio-menu button {
        font-size: 14px;
        padding: 0 26px;
    }
}
@media (max-width: 767px) {
    .portfolio-one .portfolio-menu button {
        font-size: 14px;
        padding: 0 22px;
        line-height: 42px;
    }
}
.portfolio-one .portfolio-menu button::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.portfolio-one .portfolio-menu button:hover, .portfolio-one .portfolio-menu button.active {
    color: var(--gold);
}
.portfolio-one .portfolio-menu button:hover::before, .portfolio-one .portfolio-menu button.active::before {
    opacity: 1;
}
.portfolio-one .hide {
    display: none;
}
.portfolio-one .show {
    display: block;
}

.portfolio-style-one {
    padding: 3px;
}

.portfolio-style-one .portfolio-image img {
    border: 6px solid var(--white);
    box-sizing: border-box;
    aspect-ratio: 1.48;
    object-fit: cover;
    width: 100%;
    display: block;
    transition: all 0.3s ease-out;
}

.portfolio-style-one .portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.portfolio-style-one .portfolio-content {
    padding: 16px;
}
.portfolio-style-one .portfolio-icon {
    position: relative;
    display: inline-block;
}
.portfolio-style-one .portfolio-icon a {
    margin-top: 20px;
    font-size: 16px;
    color: var(--white);
    position: relative;
    z-index: 5;
    height: 24px;
    width: 24px;
    line-height: 16px;
    text-align: center;
    border: 1px solid var(--white);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.portfolio-style-one .portfolio-icon a i{
    padding-left: 1.2px;
}

.portfolio-style-one .portfolio-icon a:hover {
    background-color: var(--white);
    color: var(--gold);
    border-color: transparent;
}
.portfolio-style-one .portfolio-text {
    padding-top: 24px;
}
@media (max-width: 767px) {
    .portfolio-style-one .portfolio-text {
        padding-top: 10px;
    }
}

.portfolio-style-one .portfolio-info{
    color: var(--white);
    font-weight: 400;
    font-size: 15px;
    letter-spacing:0.38px;
    line-height: 25px;
}

.portfolio-style-one .portfolio-title a {
    color: var(--white);
    font-size: 24px;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0.63px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.portfolio-style-one .portfolio-title a:hover {
    color: var(--gold);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-style-one .portfolio-title a {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .portfolio-style-one .portfolio-title a {
        font-size: 20px;
    }
}
.portfolio-style-one .text {
    color: var(--white);
    margin-top: 8px;
    opacity: 0.7;
}
.portfolio-style-one:hover .portfolio-image img {
 filter: brightness(0.4);
}
.portfolio-style-one:hover .portfolio-overlay {
    opacity: 1;
    visibility: visible;
}


/*====================
NEWS
=====================*/
.latest-news-area {
    background: var(--white);
    padding-top: 150px;
    padding-bottom: 100px;
}
.latest-news-area .section-title-four {
    text-align: center;
    max-width: 550px;
    margin: auto;
    margin-bottom: 50px;
    position: relative;
    z-index: 5;
    margin-top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-news-area .section-title-four {
        margin-bottom: 45px;
    }
}
@media (max-width: 767px) {
    .latest-news-area .section-title-four {
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .latest-news-area .section-title-four span {
        margin-bottom: 15px;
    }
}
.latest-news-area .section-title-four h2 {
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-news-area .section-title-four h2 {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}
@media (max-width: 767px) {
    .latest-news-area .section-title-four h2 {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }
}
.latest-news-area .section-title-four h3 {
    font-size: 3.8rem;
    line-height: 3.8rem;
    font-weight: 800;
    text-transform: uppercase;
    position: absolute;
    top: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: var(--gray-3);
    z-index: -1;
    -webkit-text-stroke-width: 1px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: var(--gray-3);
    opacity: 0.5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-news-area .section-title-four h3 {
        font-size: 3.3rem;
        line-height: 3.5rem;
        top: -18px;
    }
}
@media (max-width: 767px) {
    .latest-news-area .section-title-four h3 {
        font-size: 2.7rem;
        line-height: 3.2rem;
        top: -17px;
    }
}
.latest-news-area .section-title-four p {
    color: var(--dark-3);
}
.latest-news-area .single-news {
    background-color: var(--white);
    margin-top: 30px;
}
.latest-news-area .single-news .image {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}
.latest-news-area .single-news .image img {
    height: 100%;
    width: 100%;
    transition: all 0.4s ease-in-out;
}
.latest-news-area .single-news .content-body {
    background-color: var(--white);
}
.latest-news-area .single-news .content-body .cat h2{
    color: var(--black);
    font-size: 12px;
    font-weight: 700!important;
    letter-spacing: 0.3px;
    line-height: 20px;
    margin-bottom: 0;
}

.latest-news-area .single-news .content-body .cat {
    color: var(--black);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-transform: uppercase;
    text-decoration: none;
}
.latest-news-area .single-news .content-body .cat:hover{
    color: var(--gold);
}

.latest-news-area .single-news .content-body .content-body-title{
    padding-top: 20px;
    padding-bottom:20px;
    border-bottom: 1px solid var(--gold);
}

.latest-news-area .single-news .content-body .content-body-title .news-date{
    margin-bottom: 0;
    margin-top: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: var(--gold);
}

.latest-news-area .single-news .content-body .title  {
    color: var(--black);
    font-weight: 700;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-top: 20px;
    margin-bottom: 20px;
}

.latest-news-area .single-news .btn{
    color: var(--gold);
    font-size: 12px!important;
    font-weight: 700!important;
    letter-spacing: 0.3px!important;
    padding: 0!important;
    text-transform: unset !important;
}

.latest-news-area .single-news .btn:hover{
    text-decoration: underline!important;
    color: var(--black)!important;
}

.latest-news-area .single-news .content-body p {
    color: var(--black);
    margin-top: 15px;
    font-size: 12px;
    letter-spacing: 0.3px;
    line-height: 18px;
    font-weight: 600;
}
.latest-news-area .single-news .content-body .light-rounded-buttons {
    margin-top: 20px;
}
.latest-news-area .single-news:hover .image .thumb {
    transform: scale(1.1);
}

#home-page .latest-news-area .single-news .image img{
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

/*===========================
QUI SOMMES-NOUS
===========================*/

#about .features-nine .section-title{
    padding-top: 150px;
    text-align: center;
}

#about .features-nine .features-items {
    padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #about .features-nine .features-items {
        padding-top: 40px;
    }
}
@media (max-width: 767px) {
    #about .features-nine .features-items {
        padding-top: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #about .features-nine .features-title {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    #about .features-nine .features-title {
        margin-top: 20px;
    }
}

#about .features-nine .main-title {
    font-family: var(--font-title);
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    #about .features-nine .main-title {
        font-size: 28px;
        line-height: 36px;
    }
}
#about .features-nine .text-lg {
    margin-top: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.38px;
    line-height: 27px;
    color: var(--black);
    border-bottom: 1px solid var(--gold);
    padding-bottom: 10px;
}
#about .features-nine .features-image {
    width: 70%;
    margin: auto;
}
#about .features-nine .feature-btn {
    margin-top: 32px;
}

#about .features-nine .features-title{
    height: 100%;
}

#about .features-nine .feature-cit{
    border-top: 1px solid var(--gold);
    border-bottom: 1px solid var(--gold);
    margin-top: 50px;
}

#about .features-nine .feature-cit p{
    font-family: var(--font-title);
    padding: 25px 0;
    color: var(--black);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.75px;
}

@media (max-width: 992px) {
    #about .features-nine .features-title{
        height: unset;
        margin-top: 50px;
    }

    #about .features-nine .features-image {
        margin-top: 50px;
    }
}


/* Testimonial section start */
.testimonial-6 {
    background-color: var(--beige);
    position: relative;
    padding-bottom: 100px;
    padding-top: 100px;
    overflow: hidden;
    margin-bottom: 100px;
    margin-top: 100px;
}

.testimonial-6 h2{
    font-size: 30px;
    font-family: var(--font-title);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .testimonial-6 {
        padding-bottom: 120px;
    }
}
.testimonial-6 .tns-nav {
    text-align: center;
    position: absolute;
    bottom: 80px;
    transform: translateX(-50%);
    width: 100%;
    left: 50%;
    z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-6 .tns-nav {
        bottom: 50px;
    }
}
@media (max-width: 767px) {
    .testimonial-6 .tns-nav {
        bottom: 40px;
    }
}
.testimonial-6 .tns-nav button {
    height: 6px;
    width: 14px;
    background-color: var(--black);
    opacity: 0.3;
    border-radius: 5px;
    display: inline-block;
    border: none;
    margin: 0px 5px;
    transition: all 0.4s ease;
}
.testimonial-6 .tns-nav button:hover {
    opacity: 1;
}
.testimonial-6 .tns-nav button.tns-nav-active {
    opacity: 1;
    width: 25px;
}

.testimonial-6 .single-testimonial {
    text-align: center;
    padding: 0px 80px 40px 80px;
}
@media (max-width: 767px) {
    .testimonial-6 .single-testimonial {
        padding: 0px 10px 20px 20px;
    }
}
.testimonial-6 .single-testimonial .text .brand-icon {
    margin-bottom: 30px;
}

.testimonial-6 .single-testimonial .text p {
    color: var(--black);
}
.testimonial-6 .single-testimonial .author {
    margin-top: 30px;
    display: inline-block;
    position: relative;
}
.testimonial-6 .single-testimonial .author .name {
    font-size: 15px;
    font-weight: 800;
    color: var(--black);
    display: block;
    margin-top: 15px;
}
.testimonial-6 .single-testimonial .author .name span {
    color: var(--dark-3);
    display: block;
    margin-top: 4px;
}

/* Testimonial section end */


/*===========================
  SINGLE ACTUALITE
===========================*/
.about-seven {
    background-color: var(--white);
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
}
.about-seven .container{
    padding-bottom: 100px;
    border-bottom: 1px solid var(--gold);
}
.about-seven .about-left {
    padding-right: 100px;
}
.about-seven .about-left p {
    margin-bottom: 25px;
}
.about-seven .about-left .section-title {
    padding: 0;
    margin-bottom: 40px;
}
.about-seven .about-left .section-title h1 {
    margin: 0;
    margin-bottom: 40px;
    text-transform: capitalize;
}
.about-seven .about-left .section-title h1::before {
    display: none;
}
.about-seven .about-right {
    position: relative;
}
.about-seven .about-right img {
    overflow: hidden;
}

/* SLIDER TWO */

#single-actualite .slider-area.slider-two{
    padding-bottom: 100px;
}

#single-actualite .slider-area.slider-two .carousel-inner {
    max-height: 650px;
    overflow: hidden;
}
#single-actualite .slider-area.slider-two .carousel-inner .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    cursor: zoom-in;
}


#single-actualite .slider-area.slider-two .carousel-nav-wrapper {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    z-index: 10;
}
#single-actualite .slider-area.slider-two .carousel-control-prev{
    position: absolute;
    top: -80px !important;
    bottom: unset!important;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: var(--black);
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
    left: 3px!important;
}

#single-actualite .slider-area.slider-two .carousel-control-next {
     position: absolute;
     top: 90px !important;
     bottom: unset!important;
     z-index: 1;
     display: flex;
     align-items: center;
     justify-content: center;
     width: 15%;
     padding: 0;
     color: var(--black);
     text-align: center;
     background: 0 0;
     border: 0;
     opacity: .5;
     transition: opacity .15s ease;
     right: 3px !important;
}

#single-actualite .slider-area.slider-two .carousel-control {
    background: none;
    border: none;
    font-size: 24px;
    color: var(--gold);
    opacity: 1;
    padding: 4px;
    cursor: pointer;
}

#single-actualite .slider-area.slider-two .carousel-indicators {
    position: static;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

#single-actualite .slider-area.slider-two  .carousel-indicators li {
    display: block;
    width: 8px;
    height: 8px;
    background-color: var(--gold);
    opacity: 0.5;
    border-radius: 50%;
    border: 0;
}

#single-actualite .slider-area.slider-two .carousel-indicators li.active {
    background-color: var(--gold);
    height: 16px;
    border-radius: 5px;
    opacity: 1;
}

#single-actualite .post-navigation .btn:hover{
    color: var(--gold);
}
@media (max-width: 768px) {
    #single-actualite .post-navigation .btn{
        padding: 0!important;
    }
}

/*===========================
    Contact
===========================*/

.contact-area {
    padding-top: 150px;
    padding-bottom: 100px;
}

.contact-area .section-title{
    padding-bottom: 50px;
}

.contact-area .mt-15 {
    margin-top: 15px;
}

.contact-area #submitButton{
    margin-top: 40px;
}

@media (max-width: 767px) {
    .contact-area .section-title .title {
        font-size: 28px;
        line-height: 35px;
    }
}

.contact-form .single-form label {
    font-size: 12px;
    color: var(--dark-2);
    line-height: 18px;
    margin-left: 44px;
}
.contact-form .single-form .input-form {
    position: relative;
}
.contact-form .single-form .input-form i {
    font-size: 24px;
    position: absolute;
    top: 10px;
    left: 10px;
    color: var(--dark-3);
}

.contact-form .single-form .input-form select,
.contact-form .single-form .input-form textarea,
.contact-form .single-form .input-form input {
    width: 100%;
    height: 44px;
    padding-left: 45px;
    padding-right: 30px;
    color: var(--black);
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid var(--gray-4);
    font-weight: 500;
}

.contact-form .single-form .input-form select{
    box-shadow: none!important;
    border-top: none!important;
    border-right: none !important;
    border-left: none !important;
    outline: none!important;
}

.contact-form .single-form .input-form select:active,
.contact-form .single-form .input-form select:focus{
    box-shadow: none!important;
    border-top: none!important;
    border-right: none !important;
    border-left: none !important;

}

.contact-form .single-form .input-form select::placeholder,
.contact-form .single-form .input-form textarea::placeholder,
.contact-form .single-form .input-form input::placeholder {
    opacity: 1;
    color: var(--dark-3);
}
.contact-form .single-form .input-form textarea {
    padding-top: 10px;
}
.form-input .help-block {
    margin-top: 2px;
}
.form-input .help-block .list-unstyled li {
    font-size: 12px;
    line-height: 16px;
    color: var(--error);
}
.form-input label {
    font-size: 5px;
    line-height: 6px;
    color: var(--black);
    font-weight: 700;
    display: inline-block;
}
.form-input .input-items {
    position: relative;
}

.form-input .input-items select,
.form-input .input-items input,
.form-input .input-items textarea {
    width: 100%;
    height: 44px;
    border: 2px solid;
    padding-left: 10px;
    padding-right: 12px;
    position: relative;
    font-size: 16px;
    border-radius: 0!important;
}
.form-input .input-items textarea {
    padding-top: 8px;
    height: 130px;
    resize: none;
}
.form-input .input-items i {
    position: absolute;
    top: 11px;
    left: 13px;
    font-size: 20px;
    z-index: 9;
}

.form-input .input-items.default select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23000' d='M2 0L0 2h4L2 0zm0 5L0 3h4l-2 2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 8px 10px;
    cursor: pointer;
    border-radius: 0!important;
}

.form-input .input-items.default select,
.form-input .input-items.default input,
.form-input .input-items.default textarea {
    border-color: var(--gray-4);
    color: var(--black);
    font-weight: 600;
    letter-spacing: 0.38px;
}

.form-input .input-items.default select:focus{
    border-top: none!important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 2px solid var(--gold);
    outline:none!important;
    box-shadow:none!important;
}
.form-input .input-items.default input:focus,
.form-input .input-items.default textarea:focus {
    border-color: var(--gold);
}

.form-input .input-items.default select::placeholder,
.form-input .input-items.default input::placeholder,
.form-input .input-items.default textarea::placeholder {
    color: var(--dark-3);
    opacity: 1;
}
.form-input .input-items.default i {
    color: var(--dark-3);
}

.form-input .input-items.active select,
.form-input .input-items.active input,
.form-input .input-items.active textarea {
    border-color: var(--gold);
    color: var(--black);
}

.form-input .input-items.active select::placeholder,
.form-input .input-items.active input::placeholder,
.form-input .input-items.active textarea::placeholder {
    color: var(--black);
    opacity: 1;
}
.form-input .input-items.active i {
    color: var(--primary-dark);
}

.form-input .input-items.error select,
.form-input .input-items.error input,
.form-input .input-items.error textarea {
    border-color: var(--error);
    color: var(--error);
}

.form-input .input-items.error select::placeholder,
.form-input .input-items.error input::placeholder,
.form-input .input-items.error textarea::placeholder {
    color: var(--error);
    opacity: 1;
}
.form-input .input-items.error i {
    color: var(--error);
}

.form-input .input-items.success select,
.form-input .input-items.success input,
.form-input .input-items.success textarea {
    border-color: var(--success);
    color: var(--success);
}

.form-input .input-items.success select::placeholder,
.form-input .input-items.success input::placeholder,
.form-input .input-items.success textarea::placeholder {
    color: var(--success);
    opacity: 1;
}
.form-input .input-items.success i {
    color: var(--success);
}

.form-input .input-items.disabled select,
.form-input .input-items.disabled input,
.form-input .input-items.disabled textarea {
    border-color: var(--dark-2);
    color: var(--dark-3);
    background: none;
}

.form-input .input-items.disabled select::placeholder
.form-input .input-items.disabled input::placeholder,
.form-input .input-items.disabled textarea::placeholder {
    color: var(--dark-3);
    opacity: 1;
}
.form-input .input-items.disabled i {
    color: var(--dark-3);
}

.form-style-four .form-input label {
    visibility: hidden;
    padding-left: 10px;
    margin-bottom: 0;
}
.form-style-four .form-input .input-items select,
.form-style-four .form-input .input-items input,
.form-style-four .form-input .input-items textarea {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: var(--light-1);
}

.contact-info ul li .single-info {
    position: relative;
    margin-top: 19px;
}
.contact-info ul li .single-info .info-icon {
    position: absolute;
    top: 0;
    left: 0;
}
.contact-info ul li .single-info .info-icon i {
    color: var(--dark-3);
    font-size: 19px;
    line-height: 19px;
}
.contact-info ul li .single-info .info-content {
    padding-left: 30px;
}
.contact-info ul li .single-info .info-content .text {
    font-size: 14px;
    line-height: 19px;
    color: var(--black);
    font-weight: 800;
    text-decoration: none!important;
    transition: 0.3ms;
}
.contact-info ul li .single-info .info-content .text:hover{
    color: var(--gold);
}

.contact-info .social li {
    display: inline-block;
    margin-right: 12px;
}
.contact-info .social li a {
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 35px;
    border: 1px solid var(--gold);
    text-align: center;
    border-radius: 50%;
    background-color: var(--gold);
    color: var(--white);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.contact-info .social li a i{
    padding-left: 1px;
}
.contact-info .social li a:hover {
    color: var(--white);
    background-color: var(--black);
    border-color: transparent;
}

#contact .profile .profile-content {
    max-width: 450px;
    margin: auto;
    min-height: 660px;
    padding: 35px;
}

#contact .profile .profile-content h2{
    font-family: var(--font-title);
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid var(--gold);
    border-bottom: 1px solid var(--gold);
    margin-bottom: 40px;
}

#contact .profile .profile-content ul{
    list-style: none !important;
    padding-left: 0!important;
}

/*======================================
Mentions CSS
========================================*/
#mentions{
    min-height: 80vh;
    padding-top: 150px;
    padding-bottom: 100px;
}

#mentions ul {
    list-style: unset;
}

#mentions li {
    margin-top: 10px;
}

#mentions a{
    text-decoration: underline;
    color: var(--black);
    transition: 0.3ms;
}

#mentions a:hover{
    text-decoration: none;
    color: var(--gold);
}

/*======================================
NOTRE MÉTHODE
========================================*/

#methode .header{
    padding-top: 150px;
}

#methode .header h1{
    font-size: 30px;
    margin-bottom: 50px;
}

#methode .header .etapes-anchor-menu{
    padding-bottom: 50px;
}
#methode .header .etapes-anchor-menu .nav-link{
    color: var(--black);
    font-family: var(--font-title);
    font-size: 20px;
    letter-spacing: 0.75px;
    line-height: 20px;
    padding: 5px 25px;
}

#methode .header .etapes-anchor-menu strong{
    color: var(--gold);
    font-size: 30px;
    font-family: var(--font-title);
    font-weight: 400;
}

#methode .header .subtitle{
    padding-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--gold);
    border-bottom: 1px solid var(--gold);
    font-size: 30px;
    color: var(--gold);
    font-family: var(--font-title);
}

#methode .header .subtitle .line-2, #methode .header .subtitle .line-1{
    font-size: 30px;
    display: block;
}

#methode .header .subtitle .line-2{
    font-size: 30px;
    color: var(--black);
}

#methode .features-nine {
    margin-bottom: 100px;
}
#methode .features-nine .features-items {
    padding-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #methode .features-nine .features-items {
        padding-top: 30px;
    }
}
@media (max-width: 767px) {
    #methode .features-nine .features-items {
        padding-top: 20px;
    }
}
#methode .features-nine .features-title {
    margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #methode .features-nine .features-title {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    #methode .features-nine .features-title {
        margin-top: 20px;
    }
}
#methode .features-nine .sub-title {
    color: var(--gold);
    font-family: var(--font-title);
    font-size: 30px;
    letter-spacing: 0.75px;
    line-height: 35px;
    margin-bottom: 0!important;
}
#methode .features-nine .main-title {
    color: var(--black);
    font-family: var(--font-title);
    font-size: 30px;
    letter-spacing: 0.75px;
    line-height: 35px;
}
@media (max-width: 767px) {
    #methode .features-nine .main-title {
        font-size: 28px;
        line-height: 36px;
    }
}
#methode .features-nine .text-lg {
    margin-top: 19px;
    font-size: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--gold);
}
#methode .features-nine .features-image {
    margin-top: 50px;
}
#methode .features-nine .features-image img {
    width: 100%;
}
#methode .features-nine .feature-btn {
    margin-top: 32px;
}

#methode .features-nine .features-items ul{
    list-style-type: unset!important;
}

#methode .features-nine .features-items li{
    font-size: 15px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.38px;
    color: var(--black);
    margin-top: 10px;
}

/*======================================
	SINGLE PROJECT
========================================*/

#single-project{
    padding-bottom: 150px;
}

#single-project .tout-les {
    margin-bottom: 3rem;
}

#single-project .header{
    padding-top: 150px;
    padding-bottom: 40px;
}

#single-project .container-fluid {
    padding-left: 7px;
    padding-right: 7px;
}

#single-project .post-navigation {
    padding-top: 6rem;
}

#single-project .row {
    margin-left: 0;
    margin-right: 0;
}

#single-project .mix {
    padding: 8px;
    box-sizing: border-box;
}

#single-project .btn{
    padding-left: 0!important;
    padding-right: 0!important;
}

#single-project .tout-les:hover{
    color: var(--gold);
}


/*======================================
	Footer CSS
========================================*/
.footer-thirteen {
    z-index: 2;
    position: relative;
    background: var(--beige);
}
.footer-thirteen .logo {
    margin-bottom: 10px;
    max-width: 225px;
}
.footer-thirteen .f-about {

}
.footer-thirteen ul{
    padding-left: 0!important;
    margin-left: 30px;
}
@media (max-width: 767px) {
    .footer-thirteen .f-about {
        padding: 0;
    }
}
.footer-thirteen .f-about p {
    color: var(--black);
    font-size: 10px;
    letter-spacing: 0.25px;
    line-height: 13px;
    font-weight: 700;
}

.footer-thirteen .footer-social li {
    display: inline-block;
    margin-right: 10px;
}
.footer-thirteen .footer-social li:last-child {
    margin-right: 0;
}
.footer-thirteen .footer-social a {
    font-size: 17px;
    height: 30px;
    width: 30px;
    line-height: 25.8px;
    border: 1px solid var(--gold);
    text-align: center;
    border-radius: 50%;
    background-color: var(--gold);
    color: var(--white);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.footer-thirteen .footer-social a:hover {
    color: var(--dark-3);
    background-color: var(--black);
    border-color: transparent;
}
.footer-thirteen .footer-middle {
    padding-bottom: 50px;
    padding-top: 70px;
}
@media (max-width: 767px) {
    .footer-thirteen .footer-middle {
        padding-bottom: 40px;
        padding-top: 40px;
    }
}
.footer-thirteen .footer-widget {
    margin-top: 30px;
}

.footer-thirteen .f-link li {
    position: relative;
    line-height: 22px;
}
.footer-thirteen .f-link li:last-child {
    margin: 0;
}
.footer-thirteen .f-link a {
    display: inline-block;
    color: var(--black);
    font-size: 11px;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    line-height: 25px;
    text-transform: uppercase;
}

.footer-thirteen .f-link a span.bold{
    font-weight: 900;
}

.footer-thirteen .footer-widget .bold a.link{
    font-weight: 900;
}

.footer-thirteen .f-link a:hover{
    color: var(--gold);
}

.footer-thirteen .info-abs{
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-thirteen .f-contact ul {
    margin-top: 20px;
}
.footer-thirteen .avis{
    margin-bottom: 0!important;
}
.footer-thirteen .footer-widget .primary-btn-outline{
    padding: 5px 40px!important;
    margin-top: 5px;
}


.footer-thirteen .google{
    max-width: 70px;
    display: block;
    margin: auto;
}
.footer-thirteen .etoile{
    max-width: 100px;
    display: block;
    margin: auto;
}

.footer-thirteen .footer-widget .rounded-full{
    padding: 9px 47px !important;
}


.footer-thirteen .f-contact li {
    display: block;
    margin-bottom: 15px;
    color: var(--black);
    position: relative;
    padding-left: 35px;
}
.footer-thirteen .f-contact li i {
    display: inline-block;
    font-size: 18px;
    color: var(--black);
    position: absolute;
    left: 0;
    top: 0;
}
.footer-thirteen .f-contact li:last-child {
    margin: 0;
}
.footer-thirteen .footer-bottom {
    background-color: transparent;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.footer-thirteen .footer-bottom .inner {
    text-align: center;
}
.footer-thirteen .footer-bottom .left a,
.footer-thirteen .footer-bottom .left p{
    color: var(--black)!important;
    font-size: 12px;
    letter-spacing: 0.3px;
    transition: 0.3ms;
    text-decoration: none;
}

.footer-thirteen .footer-bottom .left a:hover{
    color: var(--gold);
}

.footer-thirteen .footer-bottom .inner p {
    color: var(--black);
}
.footer-thirteen .footer-bottom .inner a {
    color: var(--black)!important;
    font-size: 12px;
    letter-spacing: 0.3px;
    transition: 0.3ms;
    text-decoration: none;
}

.map-style-9{
    position: relative;
    z-index: 99999;
    height: 550px;
    width: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

.footer-thirteen .footer-bottom .left a:hover{
    color: var(--gold)!important;
}

.hide{display: none}

/*======================================
 404
========================================*/
.error-area {
    min-height:500px;
    height: calc(100vh - 400px);
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    background-color: var(--white);
    z-index: 2;
}
.error-area .shape1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
@media (max-width: 767px) {
    .error-area .shape1 {
        width: 60px;
        top: -30px;
    }
}
.error-area .shape2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
@media (max-width: 767px) {
    .error-area .shape2 {
        width: 60px;
        bottom: -30px;
    }
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table {
    display: table !important;
}

.d-table-cell {
    vertical-align: middle;
}

.d-table-cell {
    display: table-cell !important;
}

.error-area .error-content h1 {
    font-size: 100px;
    color: var(--gold);
    margin-bottom: 25px;
    font-weight: 800;
    line-height: 100px;
}
@media (max-width: 767px) {
    .error-area .error-content h1 {
        font-size: 60px;
        line-height: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .error-area .error-content h1 {
        font-size: 45px;
        line-height: 30px;
    }
}
.error-area .error-content h2 {
    font-size: 22px;
    margin-bottom: 10px;
    color: var(--black);
    font-weight: 600;
    line-height: 35px;
}
@media (max-width: 767px) {
    .error-area .error-content h2 {
        font-size: 18px;
        line-height: 22px;
    }
}
.error-area .error-content .button {
    margin-top: 30px;
}
.error-area .error-content .button .primary-btn-outline {
    color: var(--white);
    border-color: var(--gray-4);
}
.error-area .error-content .button .primary-btn-outline:hover {
    color: var(--primary);
    background-color: var(--white);
    border-color: transparent;
}

.error-area .error-content p {
    font-weight: 400;
    margin-bottom: 40px;
    color: var(--gray-2);
}

@media only screen and (max-width: 1400px){ 

}
@media only screen and (max-width: 1200px){ 

}
@media only screen and (max-width: 992px){
    #methode .header .etapes-anchor-menu {
        display: none;
    }

    .navbar-brand{
        margin-top: 20px;
        margin-bottom: 20px;
        width: 180px;
        height: auto;
    }
}
@media only screen and (max-width: 768px) {

    .navbar-brand{
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .carousel-section-wrapper .carousel-inner{
        height: 500px;
    }

    .carousel-section-wrapper .carousel-img {
        height: 500px;
    }

    #home-page .carousel-content {

        bottom: 30px;
        right: 0;
        z-index: 10;
        padding: 12px 26px;
        background-color: var(--black);
    }

    .carousel-section-wrapper {
        margin-top: 88px;
    }

    .profile .container.d-flex.justify-content-start {
      height: unset;
    }

    .latest-news-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #on-parle-de-nous  .latest-news-area {
        padding-top: 150px!important;
    }


    h1{
        font-size: 2.75em !important;
    }


    .map-style-9 {
        height: unset;
    }

    .latest-news-area h1{
        font-size: 2.75em !important;
        line-height: 1.2em !important;
    }

    #home-page .latest-news-area h1{
        font-size: 30px !important;
    }

    .latest-news-area .single-news{
        margin-top: 70px;
    }
    .renome .content{
        margin-left: 0;
        margin-top: 30px;
    }
    .features-nine .feature-cit{
        margin-top: 20px;
        font-size: 28px;
    }

    #contact .profile.position-relative{
        margin-top: 100px;
    }

    .footer-thirteen ul {
        margin-left: 0px;
    }

    #about .features-nine .features-image {
        width: 100%;
    }

    #single-project .tout-les {
        margin-bottom: 2rem;
    }

    #single-project .header {
        padding-top: 100px;
    }

    #single-project .tout-les {
        margin-bottom: 3rem;
    }

    #single-project .post-navigation {
        padding-top: 2rem;
    }

    .mt-mobile-15 {
        margin-top: 2.1rem !important;
    }

    .contact-area .form-style-four {
        margin-bottom: 100px;
    }

    .carousel-section-wrapper .carousel-img{
        filter: brightness(0.9);
        object-fit: cover;
        background-repeat: no-repeat;
        margin-top: 0px;
        height: unset;
    }

    .carousel-section-wrapper .carousel-inner{
        height: unset;
    }

    #home-page .carousel-content{
        position: relative;
    }

    #home-page .carousel-section .mx-auto{
        padding: 0!important;
    }

    #home-page .latest-news-area{
        padding-top: 50px;
        padding-bottom: 0;
    }
    #home-page .latest-news-area .single-news {
        margin-top: 30px;
    }

    .latest-news-area .section-title-three h1{
        margin-bottom: 0;
    }
    .container {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }

    #home-page .carousel-inner .container {
        padding-left: 0!important;
        padding-right: 0!important;
    }

    #on-parle-de-nous  .latest-news-area {
        padding-top: 100px!important;
        padding-bottom: 0!important;
    }

    #on-parle-de-nous .latest-news-area .single-news{
        margin-top: 30px;
    }

    #about .features-nine .section-title{
        padding-top: 100px!important;
    }

    #about .features-nine .features-title{
        margin-top: 0!important;
    }

    #methode .header{
        padding-top: 100px;
    }

    #realisations .portfolio-one{
        padding-top: 100px;
    }

    #contact .contact-area{
        padding-top: 100px;
    }


    footer .container-fluid{
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
}
@media only screen and (max-width: 576px) { 

}