@font-face {
    font-family: Satoshi-Variable;
    src: url(/wp-content/themes/andromede/assets/fonts/Satoshi-Variable.woff2) format("woff2"), 
    url(/wp-content/themes/andromede/assets/fonts/Satoshi-Variable.woff) format("woff"),
    url(/wp-content/themes/andromede/assets/fonts/Satoshi-Variable.ttf) format("truetype");
    font-weight: 100 900;
    font-display: swap;
}


:root {
    --jp1: #141414;
    --jp2: #ffb597;
    --jp3: #2b2a6e;
    --jp4: black;
    --jp5:#000000;
    --gold:#d5a848;
    --gal01:#000000;
    --gal02:#8b150c;
    
    --global:#ffffff;
    --kit01: #CBBAA7;
    --kit02: #37492b;
}

body {
    font-family: Satoshi-Variable;
    background:var(--global);
    min-height: 100%;
    width: 100%;
    overflow-x: hidden;
    font-size: 16px;
    scroll-behavior: smooth;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
::-moz-selection {
    color: var(--jp5);
    background-color: var(--gold);
}
::selection {
    color: var(--jp5);
    background-color: var(--gold);
}

/*
* NAVBAR
*/
.navbar_primary {
    background: var(--global);
    z-index: 999;
    padding: 0;
}
.navbar_primary .nav-link.active{
    color: var(--kit01);
    font-weight: 400;
}
.navbar_primary .nav-link:hover{
    color: var(--kit01);
    font-weight: 800;
}
.navbar_primary .nav-link {
    font-size: 14px;
    font-weight: 800;
    padding: 0 0.5rem !important;
    color: var(--gal01);
    letter-spacing: 1px;
    text-transform: uppercase;
}
.navbar-brand img {
    height: 100px;
    object-fit: contain;
}
.navbar-toggler:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.navbar-toggler.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}
.linkstyleactive {
    font-weight: 600!important;
    color: var(--kit01)!important;
}

/*
* BTN + ELEMENTS
*/
.btn_contact,
.btn_sender {
    background:var(--kit01);
    color: var(--global);
    border-radius: 0;
    padding: 22px 50px;
    font-weight: 600;
    border: solid 1px var(--kit01);
    box-shadow: 6px 8px 0 0 rgb(163 162 160 / 9%);
    transition: 1s;
    font-size: 20px;
}
.btn_contact:hover, .btn_sender:hover {
    background: #1a1b1d;
    color: #ffffff;
    border: solid 1px var(--kit01);
    box-shadow: 6px 8px 0 0 var(--kit01);
    transition: 1s;
}

.resalight{
    background: var(--gold);
    color: var(--jp5);
    border-radius: 0;
    padding: 10px;
    font-weight: 600;
    border: solid 1px var(--gold);
    font-size: 20px;
}

.title {
    color: #1a1b1d;
    font-size: 70px;
    font-weight: 900;
}
.h3title{
    color: #1a1b1d;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
}
.text{
    font-weight: 400;
    color:#676767;
    font-size: 17px;
}
.circle_left {
    position: absolute;
    height: 250px;
    width: 250px;
    background: #d5a847;
    border-radius: 5%;
    z-index: 0;
    left: 0;
    top: 120px;
}
.rotating {
    -webkit-animation: rotating 30s linear infinite;
    -moz-animation: rotating 30s linear infinite;
    -ms-animation: rotating 30s linear infinite;
    -o-animation: rotating 30s linear infinite;
    animation: rotating 30s linear infinite;
}
@-webkit-keyframes rotating {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

 .separator {
    position: relative;
    height: 3px;
    width: 20%;
    background: var(--gold);
}
.gold{
    color: var(--gold);
}
.zfirst {
    position: relative;
    z-index: 150;
}

/*
* PICTURE SECTION
*/
.picture_section {
    padding: 12rem 0;
    position: relative;
    overflow: hidden;
}
.picture_section img {
    position: relative;
    border-radius: 5px;
    max-width: 100%;
    max-height: 700px;
    object-fit: contain;
}
.degrade{
    box-shadow: 18px 20px 0 0 rgb(0 0 0 / 9%);
}
.picture_section .paragraph{
    padding: 2rem;
}
.picture_section .decalade {
    z-index: -1;
    width: 100%;
    background-color: #f6f5f3;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    position: absolute;
    height: 95%;
    left: 0px;
    border-radius: 5px;
    top: -10px;
    box-shadow: 6px 8px 0 0 rgb(213 168 71 / 7%);
}

/*
* PARALLAX SECTION
*/
.parallax{
    min-height: 600px;
    background-size: cover;
    background-attachment: fixed;
}
.parallax h3{
    color: #ddd8cf;
    font-size: 70px;
    font-weight: 900;
    text-transform: uppercase;
}

/*
* BANDEAU SECTION
*/
.bandeau_ {
    background: #ddd8cf;
    text-align: center;
    padding: 1rem;
}
.bandeau_ p{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    color: #aa9b8e;
    letter-spacing: 1.78px;
}

/*
* FOOTER
*/
.left_footer a {
    font-size: 40px;
    font-weight: 800;
    margin: 0;
    padding: 0;
    color: var(--gold);
}
.left_footer p {
    margin: 0;
    color: var(--jp5);
}
.footer_top{
    padding: 10px 0;
    background: var(--jp1);
    position: relative;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}
.copyrights {
    font-size: 14px;
    padding: 3rem 0;
}

/*
* Animations CSS/JS
*/
.andro.scrolled,
.fadeIn {
    opacity: 1;
}

/*
* MODAL
*/
.flagchoice {
    width: 20px;
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    -webkit-filter: drop-shadow(0 2px 3px rgb(0 0 0 / 0.1));
    filter: drop-shadow(0 2px 3px rgb(0 0 0 / 0.1));
}

.navbar-toggler svg {
    stroke: #919289 !important;
    stroke-width: 1px;
    height: 50px;
    width: 50px;
}
.navbar-toggler:hover svg {
    stroke: var(--kit01) !important;
}
.btn-close,
.closebtn {
    background: 0 0;
    border: 0;
}
.btn-close svg,
.closebtn svg {
    stroke:#919289 !important;
    stroke-width: 1px;
    height: 35px;
    width: 35px;
}
svg {
    stroke-width: 1px;
}
.g-0 {
    --bs-gutter-y: 0;
    --bs-gutter-x: 0;
}
.fadeIn {
    position: relative;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: 1.3s;
    transition: 1.3s;
}
.dropdown-item,
.dropdown-item:hover,
.dropdown-menu {
    transition: 0.3s ease-in-out;
}
.fadeIn.playing {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.dropdown-menu {
    border-radius: 0.5rem;
    backdrop-filter: blur(10px);
    background-color: rgb(20 20 22 / 83%);
    width: 100%;
    padding: 1rem 10px;
    z-index: 1100;
    border: 1px solid rgba(255, 255, 255, 0.07);
}
.dropdown-item {
    color: #fff;
    padding: 1rem;
    white-space: nowrap;
    background-color: transparent;
}
.dropdown-item:hover {
    border-radius: 0.5rem;
    color: #000;
    background: rgba(0, 0, 0, 0.05);
}
#nav_engine .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    transition: 0.3s ease-in-out;
}
.animated {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.mobile_menu .nav-link {
    color: #000;
    font-size: 25px;
    font-weight: 400;
}
.mobile_menu .nav-link.active {
    color: #000;
    font-weight: 800;
}
.mobile_menu .dropdown-item {
    color: #fff;
    padding: 1rem;
    text-align: left;
}
.mobile_menu .dropdown-menu {
    background: 0 0;
    padding: 0 2rem;
}
.mobile_menu .dropdown-menu.show {
    display: contents;
}
.mobile_menu .dropdown-item:hover {
    background-color: transparent;
    color: var(--cms_global) !important;
}
.andro {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.scrolled.fadein-1000 {
    -webkit-animation: 1s ease-in-out both fade-in;
    animation: 1s ease-in-out both fade-in;
}
.scrolled.fadein-1500 {
    -webkit-animation: 1.5s ease-in-out both fade-in;
    animation: 1.5s ease-in-out both fade-in;
}
.scrolled.fadeindown-1000 {
    -webkit-animation: 1s ease-in-out both fade-in-bottom;
    animation: 1s ease-in-out both fade-in-bottom;
}
.scrolled.fadeindown-1500 {
    -webkit-animation: 1.5s ease-in-out both fade-in-bottom;
    animation: 1.5s ease-in-out both fade-in-bottom;
}
.scrolled.slideleft-1000 {
    -webkit-animation: 1s ease-in-out both slide-in-left;
    animation: 1s ease-in-out both slide-in-left;
}
.scrolled.slideleft-1500 {
    -webkit-animation: 1.5s ease-in-out both slide-in-left;
    animation: 1.5s ease-in-out both slide-in-left;
}
.scrolled.slideright-1000 {
    -webkit-animation: 1s ease-in-out both slide-in-right;
    animation: 1s ease-in-out both slide-in-right;
}
.scrolled.slideright-1500 {
    -webkit-animation: 1.5s ease-in-out both slide-in-right;
    animation: 1.5s ease-in-out both slide-in-right;
}
@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.dropdown-arrow {
    background: #fff;
    border-color: #fff transparent transparent #fff;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    height: 16px;
    left: 50%;
    position: absolute;
    top: -2px;
    transform: rotate(45deg) translate(-50%);
    transform-origin: center center;
    width: 16px;
    z-index: 1;
}
.blur-up {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: filter 0.4s, -webkit-filter 0.4s;
}

.lazyload{
    opacity: 0.0;
}
.lazyloaded{
    opacity: 1.0;
}

.blur-up.lazyloaded,
.blur-up.loaded {
    -webkit-filter: blur(0);
    filter: blur(0);
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.left_side .bar,
.right_side .bar {
    height: 10px;
    width: 100px;
    margin: 1rem 0;
}
.right_footer div {
    margin-left: auto;
}
.left_footer img {
    filter: sepia(1);
}
.left_side,
.right_side {
    display: flex;
}
.left_side {
    background-color: var(--jp2);
    padding: 10rem 0;
}
.right_side {
    background-color: var(--jp3);
    padding: 10rem 0;
}
.left_side .bar {
    background: var(--jp3);
}
.right_side .bar {
    background: var(--jp2);
}
.socials svg {
    width: 60px;
    height: 60px;
    stroke: var(--jp3);
}
.socials div {
    background: var(--jp1);
    border-radius: 50%;
    padding: 1rem;
    transition: 0.6s;
}
.socials div:hover {
    background: var(--jp3);
    transition: 0.6s;
}
.socials div:hover svg {
    stroke: var(--jp1);
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgb(0 0 0 / 57%) 35%, rgba(0, 0, 0, 0) 100%);
}
.offcanvas .nav-link.active,
.offcanvas .nav-link:hover,
a:hover {
    opacity: 0.5;
}

.offcanvas, .offcanvas-lg {
    --bs-offcanvas-width: 100%;
}

.offcanvas {
    background: var(--jp1);
    color: #fff;
}
.offcanvas .nav-link {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
}
.modal_prospect {
    background: #fff;
}
#prospect input,
#prospect textarea {
    background: #ededed;
    padding: 1rem 0.5rem;
    border: 1px solid #dedede;
}
#prospect .form-label {
    font-weight: 800;
    margin-top: 1rem;
}
.rgpd {
    font-size: 12px;
}
.d-none {
    display: none;
}
.g-5, .gy-5 {
    --bs-gutter-y: 1.5rem;
    --bs-gutter-x: 0.5rem;
}
.modal-title {
    font-weight: 600;
}

/*
* Block Gallerie
*/
.gallery_block{
    padding: 12rem 0;
}
.gallery_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out .4s;
    transform: scale(1) rotate(0deg);
}
.gallery_block .contenant{
    position: relative;
    overflow: hidden;
    transition: all 0.6s;
    height: 100%;
}
.gallery_block .contenant.midle {
    height: 100%;
}
.gallery_block .midle img{
    object-position: bottom;
}
.gallery_block .contenant:hover img{
    transform: scale(1.25) rotate(2deg);
    transition: all ease-in-out .4s;
}

/*
* PAGE HEAD
*/
.page_heading{
    min-height: 600px;
    max-height: 600px;
    position: relative;
    overflow: hidden;
}
.page_heading h1 {
    color: white;
    letter-spacing: 0.2px;
    font-size: 80px;
    font-weight: 600;
}
.page_heading img {
    position: absolute;
    object-fit: cover;
    object-position: inherit;
    width: 100%;
    height: 100%;
}

/*
* RESPONSIVE
*/
@media (max-width: 1000px) {
    .rightPicture {
        position: relative;
        height: 100%;
        width: 100%;
    }
    .right_footer{
        text-align: center;
    }
    .right_footer div {
        margin: auto;
    }
    .left_footer {
        margin: auto auto 2rem;
        text-align: center;
    }
    .altitude {
        display: block;
    }
    main {
        margin: 0;
    }
    .max_header{
        text-align: center;
    }

    .parallax h3,
    .title,
    .max_header h1 {
        font-size: 50px;
        font-weight: 800;
    }
    .max_header h2 {
        font-size: 18px;
    }
    .btn_contact, .btn_sender {
        padding: 10px 20px;
    }
}


.blockGalerie {
    padding: 2rem;
    min-height: 450px;
    position: relative;
    border-radius: 3px;
    border: 1px solid #F3F3F1;
    transition: all 0.6s;
    background:#eee;
}
    .blockGalerie:hover{
        transition: all 0.6s;
        box-shadow: 7px 8px 0px #37492ba1;
    }
    .blockGalerie:hover img{
        transition: all 0.6s;
        filter: grayscale(0.8) !important;
    }
    .blockGalerie img{
        transition: all 0.6s;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        object-fit: cover;
        top: 0;
        border-radius: 3px;
    }
  .blockName {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    background: #37492bcc;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    font-weight: 800;
    color:white;
  }
  .blockName h3{
    font-size: 20px!important;
  }
  .blockName svg{
    color:white;
  }
  .headBandeau {
    padding: 0.8rem 0;
	background: #37492b;
	color: white;
    font-size: 14px;
    font-weight: 800;
}
.headBandeau svg{
    height: 20px;
    width: 20px;
    stroke-width: 2px;
}
.headBandeau span,
.headBandeau a{
    font-weight: 800;
}

.headBandeau span:hover,
.headBandeau a:hover{
    opacity: 0.5;
}

.titleArt {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 30px;
}
.explore b,
.titleArt b{
    font-weight: 800;
}
.explore {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}
.titleBlock{
    position: relative;
}
.before {
    display: block;
    position: relative;
    height: 3px;
    bottom: 0;
    left: 0px;
    width: 100px;
    background: var(--kit02);
}

.paragraphIntro{
    font-size: 18px;
    color:#5d5e56;
}

.whiteSepartor {
    background: #151515;
    min-height: 500px;
    border-top: solid 5px #94958a;
}
.whiteSepartor img{
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.whiteSepartor .encartRight{
    padding: 0px 0px 0px 100px;
    color:white;
}

.encartLeft{
    position: relative;
}
.encartLeft .overlay {
    background-color: #7173663b;
}

.bgWhite {
    background: white;
    padding: 2rem 0;
    position: relative;
}
.lucasSection{
    padding: 120px 15px 120px 15px;
    background-color: var(--global);
}
.SecRightPl{
    padding: 0px 0px 0px 100px;
}
.SecRightPR{
    padding: 0px 100px 0px 0px;
}
.subTitle{
    font-weight: 400;
    color: var(--kit01);
    text-transform: uppercase;
    line-height: 1;
    margin: 0px 0px 30px 0px;
}

.BigTitle{
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    margin: 20px 0;
}
.BigTitle b{
    font-weight: 800;
}

.para{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.1px;
    margin: 3rem 0;
    color:#6a6868;
}

.btnGal {
    padding: 1rem 5rem;
    border: solid 2px var(--kit02);
    background: var(--kit02);
    color: white;
    border-radius: 5px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
}

.btnGal:hover {
    border: solid 2px var(--kit02);
    background: transparent;
    color:black;
}

footer {
    padding: 5em 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.mr-md-3, .mx-md-3 {
        margin-right: 1rem !important;
}
.mb-md-0, .my-md-0 {
        margin-bottom: 0 !important;
}
.footer-02 {
    background: #131719;
    position: relative;
    z-index: 1500;
}
.footer-02 .footer-heading {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}
.footer-02 .footer-heading .logo {
    color: #fff;
    text-transform: uppercase;
}
.footer-02 a {
    color: var(--kit01);
}
.footer-02 .copyright {
    color: white;
    font-size: 14px;
}
.footer-02 .copyright a{
    font-weight: 800;
}
.footer-02 .list-unstyled li a {
    color: white;
}
.footer-02 .list-unstyled li a:hover {
    color: #fff;
}
.footer-02 .list-unstyled a {
    color: white;
}
.footer-02 .list-unstyled a:hover {
    color: #fff;
}
.footer-02 .subscribe {
    margin-top: -105px;
}
.footer-02 .subscribe-form {
    position: relative;
    border-radius: 40px;
    background: #fff;
    padding: 3px;
    -webkit-box-shadow: 0px -12px 21px -15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -12px 21px -15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -12px 21px -15px rgba(0, 0, 0, 0.1);
}
.footer-02 .subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    border-radius: 0;
}
.footer-02 .subscribe-form .form-group input {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: rgba(0, 0, 0, 0.3) !important;
    font-size: 16px;
    height: 56px;
    border-radius: 0;
}
.footer-02 .subscribe-form .form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.3) !important;
}
.footer-02 .subscribe-form .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.3) !important;
}
.footer-02 .subscribe-form .form-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.3) !important;
}
.footer-02 .subscribe-form .form-group input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.3) !important;
}
.footer-02 .subscribe-form .form-group input:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.footer-02 .subscribe-form .form-group .submit {
    color: #fff !important;
    display: block;
    width: 150px;
    height: 56px;
    font-size: 14px;
    background: var(--kit01) !important;
    border: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 40px;
}
.footer-02 .subscribe-form .form-group .submit:hover,
.footer-02 .subscribe-form .form-group .submit:focus {
    text-decoration: none !important;
    outline: none !important;
}
.footer-02 .partner-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 1em 0;
}
.footer-02 .partner-wrap h3 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
}
.footer-02 .partner-wrap .partner-name a {
    margin-right: 10px;
    font-size: 13px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
}
.footer-02 .partner-wrap .partner-name a span {
    color: white;
}
.footer-02 .partner-wrap .btn-custom {
    font-size: 14px;
}
.footer-02 .border-left {
    border-color: rgba(255, 255, 255, 0.05) !important;
}

.btn-close:hover svg{
    stroke:var(--kit01) !important;
}
.border-left {
    border-left: 1px solid #dee2e6 !important;
}
@media (max-width: 1200px) {
    .footer-02 .border-left {
        border: none;
    }
    .mobileCol{
        text-align: center;
        margin:auto auto;
        font-size: 14px;
    }
    .mobileColSnd{
        text-align: center;
        margin-top:0.9rem!important;
        margin-bottom:0.0rem!important;
        margin-left: auto!important;
        margin-right: auto!important;
        font-size: 16px;
    }
}
.mobileColSnd{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 100;
}


.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.saled {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 0.2rem 3rem;
    z-index: 10;
    background: #cbbaa7;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.logo img{
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 5px;
}



.bannerArchives {
    position: relative;
    min-height: 600px;
    background: #131719;
    overflow: hidden;
}
.bannerArchives .imgRight {
    position: relative;
    width: fit-content;
    max-height: 450px;
    object-fit: contain;
    border-radius: 5px;
    max-width: 100%;
}
.bannerArchives h1 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 50px;
    color: var(--global);
    text-shadow: 0 0 5px black;
}
.bannerArchives h2{
    font-weight: 400;
    font-size: 18px;
    color: var(--global);
    text-shadow: 0 0 5px black;
}
.contactBtn {
    background: transparent;
    padding: 1rem 2rem;
    border: dashed 1px #cbbaa7b5;
    margin: 1rem 0;
    color: #cbbaa7;
    font-weight: 400;
    font-size: 20px;
}
.imgFond {
    position: absolute;
    width: 100%;
    filter: blur(15px);
    top: 0;
    left: 0;
    background-size: cover;
    background-position: top;
    height: 100%;
    opacity: 0.5;
}

.archive .blockGalerie img {
    object-fit: cover;
}

.archive .blockGalerie .blockName {
    position: absolute;
    bottom: 0;
    left: 0;
    width: fit-content;
    padding: 1rem;
    background: #37492bcc;
    font-weight: 800;
    color: white;
    border-radius: 0;
}

.g-1, .gx-1 {
    --bs-gutter-x: 3rem;
}

.nostyles{
    list-style: none;
    padding: 0;
}
.nostyles li{
    font-weight: 600;
    font-size: 14px;
}
.techniques{
    font-weight: 400;
}
.venduornot {
    background: linear-gradient(90deg, rgb(203 186 167) 0%, rgb(203 186 167 / 17%) 35%, rgba(0, 0, 0, 0) 100%);
    padding: 1rem 1rem;
    border-radius: 4px;
    font-weight: 400;
}
.venduornot b{
    font-weight: 800;
}
.contentOeuvre{
    font-size: 16px;
    color:#443e3e;
}
.presented{
    font-size: 16px;
    font-weight: 500;
}
.minih2{
    font-size: 16px;
    margin: 0;
}
.minih2 b{
    color: #cbbaa7;
}
.titleOeuvre {
    font-weight: 800;
    font-size: 45px;
    color: #cbbaa7;
}
.artistes a {
    color:#cbbaa7;
    font-weight: 500;
}
.oeuvreSingleSec {
    padding: 5rem 0;
    border-top:solid 1px #e5e4df;
}
.OeuvrePicture img{
    width: 100%;
    cursor: pointer;
    border-radius: 3px;
}
.BtnQuestion {
    background: #cbbaa7;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: solid 1px #ac9e8d;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    float: left;
    padding: 20px 0;
    display: table-row-group;
}
.oeuvreBanner {
    position: relative;
    padding: 3rem 0;
    background: #131719;
    background-size: cover;
    background-position: center;
}
.oeuvreBanner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #13171975;
    z-index: 0;
}
.ariane{list-style: none;display: flex;z-index: 1;font-size: 18px;text-transform: uppercase;}
.ariane li{margin: 0rem 0.2rem;color:white;font-weight: 400;}
.ariane li.active{font-weight: 800;}

.lightBG{
    background-color: #f8f8f8;
}
.interested {
    position: relative;
    overflow: hidden;
    min-height: 600px;
    color:white;
}
.interested img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    height: 100%;
}


.nav_button_wrapper {
    display: flex;
    gap: 15px;
}

.searchicon {
    stroke: black;
    height: 25px;
    width: 25px;
    cursor: pointer;
}

.searchinput {
    color: white;
    background-color: #141414;
    padding: 1rem;
    border: 0;
    border-bottom: solid 1px grey;
    font-size: 25px;
}

.search-results .searchpicture {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    object-fit: cover;
}

.searchzone {
    max-height: 250px;
    min-height: auto;
    overflow-y: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: none;
    -webkit-transition: all .8s;
    transition: all .8s;
}

#offcanvasTop {
    height: 380px;
}

.search-results .show_single {
    background: var(--kit01);
    margin: 0.2rem 0rem;
    transition: background-color ease-in-out 200ms;
    cursor: pointer;
    border-radius: 5px;
    min-height: 80px;
    font-size: 18px;
    font-weight: 600;
}

.searchzone .show_single:hover {
    background: var(--kit01);
}

.searchzone .show_single:hover>a {
    color: inherit;
    font-weight: inherit;

}

.searchzone::-webkit-scrollbar {
    width: 5px;
}

.searchzone::-webkit-scrollbar-thumb {
    background: var(--kit01);
}

.searchzone::-webkit-scrollbar-track {
    background: #ededed;
}

.searchinput::placeholder {
    color: white;
    font-weight: 300;
    opacity: 1;
}

.searchinput::-ms-input-placeholder {
    color: white;
}

.searchinput:focus,
input:focus {
    outline: none;
}

.wpml-floating-language-switcher .wpml-ls-statics-shortcode_actions {
    margin-bottom: 0
}

.wpml-floating-language-switcher .wpml-ls-statics-shortcode_actions a {
    background-color: transparent !important
}

.wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal a {
    padding: 5px
}

.wpml-floating-language-switcher {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #f8f8f8;
    border: 1px solid;
    border-color: #eee;
    padding: 0;
    border-radius: 6px;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .25);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .25);
    z-index: 5000
}

.otgs-development-site-front-end {
    display: none;
}

.authorBox {
    background: #56644b;
    position: relative;
    padding: 5rem 0;
}
.author_entry {
    background: #131719;
    padding: 2rem 2rem;
    color: white;
    position: relative;
    border-radius: 5px;
}
.author_title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 100;
}
.imageFond{
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.modal{
    z-index: 99999999!important;
}

.menuFooter li{
    padding-top: .1rem !important;
    padding-bottom: .1rem !important;
}
.menuInlineFooter{
    display: flex;
}
.menuInlineFooter li{
    margin-right: 1rem;
}



.modal_newsletters{
    min-height: 50vh;
}
.imageNewsletters{
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 0;
}
.modal_newsletters .modal-body {
    padding: 0;
}
.modal_newsletters .newsletterEncart {
    position: relative;
    overflow: hidden;
    min-height: 300px;
}
.modal_newsletters .TitleNewsletter {
    font-size: 60px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 1px;
}
.closeNews {
    position: absolute;
    z-index: 1000;
    right: 0;
    background: white;
    padding: 1rem;
}
.modal-backdrop.show {
    opacity: 0.92;
}

.prospectEncart .TitleNewsletter{
    font-size: 60px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 1px;
}
.modal_prospect .prospectEncart {
    position: relative;
    overflow: hidden;
    min-height: 300px;
}

.notfound{
    color:var(--kit01);
    font-size: 20px;
}
.notfound svg {
    height: 120px;
    width: 120px;
    stroke: #cab9a6;
}
.offcanvas {
    z-index: 9500;
}
#sb_instagram{
    padding: 0!important;
}
.InstagramSection {
    background: #f8f8f8;
    text-align: center;
}

@media (max-width: 1200px) {
    #menu-partenaires-en,
#menu-partenaires-fr{
    display:inline-flex;
    flex-direction:column;
}
    .bannerArchives {
       padding: 5rem 0;
    }
    .bannerArchives h1,
    .bannerArchives h2{
        text-align: center;
    }

    .blockGalerie {
        min-height: 400px;
    }

    .maxiTitle {
        line-height: 60px;
    }
    .mobileColSnd {
        font-size: 9px;
    }
    .footer-02 .copyright{
        text-align: center;
    }
    .prospectEncart .TitleNewsletter {
        font-size: 30px;
    }
    .modal_prospect .prospectEncart {
        min-height: 200px;
    }
}


.page-numbers {
    background: #131719;
    margin: 0.2rem;
    padding: 0.8rem 1.3rem;
    border-radius: 3px;
    color: white;
}
.page-numbers.current{
    background:#3a4a2a;
}
.page-numbers:hover{
    background:#3a4a2a;
    opacity: 0.9;
    color:white;
}
.custom_pagination{
    justify-content: center;
}
.iconPlus{
    margin-left: 2rem;
    color:white;
}