/* 
** Ce fichier regroupe toutes les class CSS utilisées pour le site ;
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Ms+Madi&display=swap');

:root {
    --color-primary: #FFC60A;
    --color-primary-rgb: 255, 198, 10;

    --color-secondary: #2E4485;
    --color-secondary-rgb: 46, 68, 133;

    --color-text: #484848;
    --color-text-light: #CB8D7B;
    --color-text-dark: #030405;
    --color-text-nav: #3F3F3F;
    --color-border: #DCDCDC;
    --color-chip: #F6EDE4;
    --color-chip-text: #9B6252;
    --color-border: #814B3B;

    --color-bg: #F9F4F0;
    --color-bg-bis: #EDDDD5;

    --block-shadow: 15px 15px;
    --shadow-soft: 0 6px 6px rgba(0,0,0,.1);
    --radius-small: 10px;
    --radius-large: 60px;
}

html,
body {
    font-family: 'Montserrat', sans-serif;
    max-width: 100vw;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
    background-color: var(--color-bg);
}
html,
body,
p {
    color: var(--color-text);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
strong,
b {
    font-weight: 600;
}
section {
    padding-top: 70px;
    padding-bottom: 70px;
    max-width: 100vw;
}
section.section-clear {
    padding-top: 120px;
    padding-bottom: 146px;
}
.section-bg {
    background-image: url('../img/bg01.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: visible;
}
.section-full {
    background-image: url('../img/bg02.jpg');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50vw 100%;
    position: relative;
    padding-top: 118px;
    padding-bottom: 101px;
    margin-top: 75px;
    color: var(--color-text);
}
.section-full p,
.section-full li {
    color: var(--color-text);
    font-weight: 400;
}
.section-full h2 {
    font-family: "Bellerose", sans-serif;
    font-size: 46px;
    font-weight: 300;
    line-height: 44px;
    margin-bottom: 27px;
    color: var(--color-text);
}
.section-full img,
.section-full .map-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.section-full .col-lg-6 {
    padding-left: 60px;
}
.text-large {
    font-size: 18px;
    line-height: 28px;
    color: var(--color-text-dark);
}
.text-shape {
    position: relative;
}
.text-shape:before {
    content: " ";
    width: 260px;
    height: 296px;
    background-image: url('../img/shape01.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -127px;
    right: -90px;
    z-index: -1;
    pointer-events: none;
}
.text-price {
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    color: var(--color-primary);
}
.text-dark {
    color: var(--color-text-dark);
}
.para-dark {
    color: var(--color-text-dark);
    line-height: 24px;
    font-weight: 400;
}
h1, h2 {
    color: var(--color-secondary);
    font-weight: 100;
}
h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
}
h2 {
    font-size: 24px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--color-text);
    position: relative;
}
h2:after,
.title-h3:after {
    content: " ";
    width: 50px;
    height: 3px;
    background-color: var(--color-primary);
    position: absolute;
    left: 0;
    bottom: -10px;
}
h2.h2-small {
    font-size: 28px;
}
h2.subtitle-bellerose {
    font-size: 38px;
    line-height: 44px;
    font-weight: 300;
    font-family: "Bellerose", sans-serif;
    color: var(--color-primary);
    margin-bottom: 40px;
    letter-spacing: 2px;
}
h2.subtitle-primary {
    font-size: 46px;
    font-weight: 500;
    letter-spacing: 2.5px;
    color: var(--color-primary);
    margin-bottom: 41px;
}
h2.subtitle-primary span {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
    color: var(--color-text-light);
    margin-bottom: 10px;
    display: block;
}
h2.subtitle-multi {
    font-size: 46px;
    font-family: "Bellerose", sans-serif;
    font-weight: 300;
    line-height: 38px;
    color: var(--color-border);
    letter-spacing: 0;
    margin-bottom: 30px;
}
h2.subtitle-multi span {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    color: var(--color-border);
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}
.subtitle-light {
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    color: var(--color-primary);
    margin-bottom: 28px;
}
.subtitle-before {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.subtitle-before::before {
    content: " ";
    width: 70px;
    height: 3px;
    background-color: var(--color-secondary);
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}
.text-bellerose {
    font-size: 28px;
    font-family: "Bellerose", sans-serif;
}
h3 {
    font-size: 24px;
    line-height: 29px;
    color: var(--color-text);
    font-weight: 500;
    margin-bottom: 30px;
}
h3 span {
    font-size: 18px;
    line-height: 22px;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.title-h3 {
    font-size: 20px;
    line-height: 24px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--color-text);
    position: relative;
}
h4 {
    font-size: 20px;
}
ul li::marker {
    font-size: 14px;
}
.text-transform-none {
    text-transform: none !important;
}
.color-primary {
    color: var(--color-primary) !important;
}
.color-secondary {
    color: var(--color-secondary) !important;
}
.bg-primary {
    background: var(--color-primary) !important;
}
.bg-secondary {
    background: var(--color-seondary) !important;
}
.z-0 {
    z-index: 0 !important;
}
.z-10 {
    z-index: 10 !important;
}
.img-responsive {
    position: relative;
    width: 100%;
    padding-bottom: 56%;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.img-responsive.img-portrait {
    padding-bottom: 156%;
}
.img-responsive.img-square {
    padding-bottom: 100%;
}
.img-responsive img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.img-icon {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
    object-position: center;
}
.object-cover {
    object-fit: cover;
    object-position: center;
}
.img-right-7 img,
.img-right-6 img,
.img-left-5 img {
    object-fit: cover;
}

/* Grid */

.grid-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
}
.grid-wrapper > *:nth-child(1) {
    flex: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 1/.5264;
    border-top-left-radius: 43px;
}
.grid-wrapper > *:nth-child(2) {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.grid-wrapper > *:nth-child(3) {
    flex: auto;
    height: auto;
    border-bottom-right-radius: 43px;
}

.grid-gap-sm div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.grid-gap-sm .row {
    margin-left: -5px;
    margin-right: -5px;
}

/* Block */

.block {
    background-color: #fff;
    border-radius: 0;
    padding: 70px 60px;
    box-shadow: var(--shadow-soft);
    position: relative;
    z-index: 1;
}
.block p {
    margin-bottom: 30px;
    padding-right: 10px;
}
.block-tab .btn.btn-primary {
    letter-spacing: 1px;
    font-size: 17px;

}
.brtl {
    border-top-left-radius: var(--radius-large);
}
.brbr {
    border-bottom-right-radius: var(--radius-large);
}
.row:has(.block-flex),
.row.row-eq {
    align-items: stretch;
}
.row:has(.block-flex) > [class*="col-"],
.row.row-eq > [class*="col-"] {
  display: flex;
  flex-direction: column;
}
.row.row-eq img {
    flex: 1;
}
.block-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    /* height: 100%; */
}
.block-light {
    background-color: var(--color-bg);
    color: var(--color-text);
    font-weight: 400;
}
.block-light p,
.block-light li {
    color: var(--color-text);
    font-weight: 300;
    line-height: 20px;
}
.block-light h3 {
    color: var(--color-text);
    letter-spacing: 1px;
    line-height: 38px;
}
.block-light .block-subtitle {
    color: var(--color-primary);
    font-weight: 300;
}
.block-light .chip {
    background-color: var(--color-primary);
    color: #fff;
    font-weight: 400;
}
.block-light .btn.btn-secondary {
    color: var(--color-text);
    box-shadow: inset 3px 0 0 0 var(--color-primary);
}
.block-mini {
    padding: 30px 14px;
}
.block-mini.block-light h3 {
    color: var(--color-text);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}
.block-mini.block-primary {
    background-color: var(--color-primary);
    color: #fff;
}
.block-small {
    padding: 40px;
}
.block-small h3 {
    font-size: 32px;
    line-height: 34px;
}
.block-tab {
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.block-tab.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.img-block {
    border: 3px solid var(--color-primary);
    border-radius: var(--radius-small);
    overflow: hidden;
}

.icon-featured {
    font-size: 120px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Chip */

.chip-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin: 30px 0;
}
.chip {
    background-color: var(--color-chip);
    color: var(--color-chip-text);
    padding: 4px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: .4px;
    border-radius: 18px;
    display: inline-block;
}

/* Navigation & Navbar */

nav.nav-wrapper {
    position: relative;
    padding: 20px 0;
    background-color: #fff;
    box-shadow: var(--shadow-soft);
    z-index: 1;
}
nav.nav-wrapper .container {
    display: flex;
    align-items: center;
    flex-direction: row;
}
nav .nav-logo a {
    display: block;
    width: auto;
    height: auto;
}
nav .nav-logo img {
    width: 138px;
    max-width: 138px;
}
nav .nav-menu {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    padding-left: 0;
    margin-bottom: 0;
}
nav .nav-menu li {
    list-style: none;
    width: max-content;
}
nav .nav-menu li a:not(.dropdown-item):not(.btn),
nav .nav-menu li button {
    font-size: 18px;
    padding: 0;
    color: var(--color-text);
    text-transform: uppercase;
    font-weight: 500;
    transition: all .2s;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
}
nav .nav-menu li button .bi-chevron-down {
    display: inline-block;
    transition: all .2s ease;
    vertical-align: 2px;
    -webkit-text-stroke: thin;
    font-size: 12px;
}
nav .nav-menu li button[aria-expanded="true"] .bi-chevron-down {
    transform: rotate(-180deg);
}
nav .nav-menu li a:hover,
nav .nav-menu li button:hover  {
    text-decoration: none;
    color: var(--color-primary) !important;
}
nav .nav-menu li a.active,
nav .nav-menu li button.active {
    color: var(--color-primary) !important;
    font-weight: 500 !important;
    position: relative
}
nav .btn.btn-nav {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}
nav .btn.btn-nav:hover {
    background-color: #fff;
    color: var(--color-primary);
    text-decoration: none !important;
}
nav .nav-menu-btn {
    background: transparent;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 0;
    color: #fff;
    font-weight: 700 !important;
    font-size: 24px;
    text-align: center;
    border: none;
    background-color: var(--color-primary);
    -webkit-appearance: none;
    transition: all .2s;
}
nav .nav-menu-btn.bi-x {
    background-color: var(--color-primary);
}

nav .dropdown .dropdown-menu {
    width: max-content;
    margin-top: 22px;
    margin-left: -20px;
    background: #fff;
    padding: 12px;
    box-shadow: var(--shadow-soft);
}
nav .dropdown .dropdown-item {
    white-space: normal;
    color: var(--color-text);
    transition: all .12s ease;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    border-radius: 0;
    padding: 7px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
nav .dropdown .dropdown-item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255,.2);
}
nav .dropdown .dropdown-item:not(:active):hover,
nav .dropdown .dropdown-item.active {
    background: var(--color-primary);
    color: var(--color-text) !important;
    text-decoration: none;
}
nav .dropdown .dropdown-item.active:before {
    content: none;
}

/* Header */

header.hero {
    position: relative;
    padding: 0;
}
header.hero.hero-small {
    height: auto;
    padding: 80px 0;
}
header.hero h1 {
    font-size: 85px;
    font-weight: 200;
    line-height: 112px;
    color: var(--color-primary);
    margin-bottom: 0;
    font-family: "Ms Madi", cursive;
}
header.hero.header-small h1 {
    font-size: 60px;
    line-height: 50px;
    margin-bottom: 40px;
}
header.hero.header-small h1 span {
    font-size: 28px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    line-height: 48px;
    color: var(--color-text);
    display: block;
}
header.hero p {
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    color: var(--color-text);
    margin-bottom: 57px;
}
header.hero .hero-content {
    padding: 281px 0 281px 73px;
}
header.hero.header-small .hero-content {
    padding: 150px 0 150px 73px;
}
header.hero.header-small p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}
header.hero img {
    width: 50vw;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
}

/* Footer */

footer {
    font-size: 16px;
    line-height: 28px;
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #fff;
    font-weight: 400;
}
footer strong {
    font-weight: 600;
}
footer * {
    color: var(--color-text);
    font-weight: 400;
}
footer a:hover {
    color: var(--color-primary);
}
footer .footer-bottom {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(3,4,5,.2);
}
footer ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

/* Tab Pane */
.nav.nav-pills {
    justify-content: center;
    flex-wrap: wrap;
}
.nav.nav-pills li {
    flex: auto;
}
.nav-pills .nav-link {
    background-color: #fff;
    border: 3px solid var(--color-primary);
    border-radius: 0;
    color: var(--color-primary);
    transition: all .2s ease;
    padding: 7px 15px 5px 15px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    height: 100%;
}
.nav-pills .nav-link:hover {
    background-color: rgba(var(--color-primary-rgb), .2);
}
.nav-pills .nav-link.active {
    background-color: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary)
}
.tab-content {
    border: 3px solid var(--color-primary);
    border-top: none;
    padding: 20px;
    border-radius: 0 0 var(--radius-small) var(--radius-small);
}

/* Lightbox */

.lightbox-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.lightbox-overlay.visible {
    opacity: 1;
    pointer-events: all;
}

.lightbox-overlay img {
    max-width: 90%;
    max-height: 90vh;
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.lightbox-overlay.visible img {
    transform: scale(1);
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 25px;
    background: none;
    border: none;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    transition: opacity 0.2s ease;
    opacity: 0.8;
}

.lightbox-close:hover {
    opacity: 1;
}

/* Galery */

.galery-wrapper {
    margin-top: 78px;
}
.galery-wrapper img {
    aspect-ratio: 303/362;
    max-width: 100%;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.galery-wrapper img:hover {
    filter: brightness(.9);
}
.galery-wrapper .row {
    margin-left: -10px;
    margin-right: -10px;
}
.galery-wrapper div[class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

/* Related Articles */

.related-item {
    display: block;
    width: 100%;
    transition: all .2s;
    padding: 10px;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    text-decoration: none;
}
a.related-item,
a.related-item * {
    text-decoration: none !important;
}
a.related-item:hover .related-infos {
    text-decoration: none;
    transform: translateY(-5px) !important;
}
.related-item .related-image {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    max-width: calc(100% - 20px);
    margin-left: 20px;
}
.related-item .related-infos {
    padding: 25px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    box-shadow: var(--shadow-soft);
    max-width: calc(100% - 20px);
    margin-top: -10px;
    transition: all .2s ease-in-out;
    text-decoration: none !important;
}
.related-item .related-infos p {
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--color-text);
    text-decoration: none !important;
}
.related-item .related-infos h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--color-text);
    text-decoration: none !important;
}

/* Grid Images */
.grid-img-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.grid-img-wrapper img {
    object-fit: cover;
    object-position: center;
    max-width: 100%;
}
.grid-img-wrapper img:first-child {
    flex: none;
    width: calc(38% - 12px);
    height: 350px;
}
.grid-img-wrapper img:nth-child(2) {
    flex: none;
    width: calc(62% - 12px);
    height: 350px;
}
.grid-img-wrapper img:nth-child(3),
.grid-img-wrapper img:nth-child(4),
.grid-img-wrapper img:nth-child(5) {
    flex: 1;
    width: auto;
    height: 350px;
}

/* Map */

.map-wrapper {
    display: block;
    width: 100%;
    position: relative;
}
.map-wrapper #map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Sections */

.contact-form {
    position: relative;
    z-index: 2;
}
.contact-form::before {
    content: " ";
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--color-primary);
    z-index: -1;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    color: var(--color-text);
    font-weight: 600;
    margin-top: 1.8em;
    margin-bottom: 1.2em;
}
article,
article p {
    font-size: 18px;
    line-height: 1.6em;
    color: rgba(var(--color-text-rgb), .8)
}

/* WYSIWYG */

.article-wp img {
    box-shadow: 0 0 50px 10px rgba(0,0,0,.05);
}
.article-wp ul,
.article-wp ol {
    margin-top: 40px;
    margin-bottom: 40px;
}
.article-wp .wys-featured-img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
}
.article-wp .wys-img-left {
    float: left;
    margin: 5px 30px 15px 0;
}
.article-wp .wys-img-right {
    float: right;
    margin: 5px 0 15px 30px;
}
.article-wp .wys-highlighted {
    margin: 40px auto;
    width: 75%;
    padding: 40px;
    font-style: italic;
    background-color: #fff;
    box-shadow: var(--shadow-soft);
    border: none;
    border-radius: 0;
}

/* Buttons */

.btn {
    background-color: transparent;
    border: none;
    padding: 1px 0 1px 20px;
    font-weight: 500;
    border-radius: 0;
    transition: all .2s;
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 22px;
    box-shadow: inset 3px 0 0 0 var(--color-primary);
    text-align: left;
    text-transform: uppercase;
}
.btn.btn-primary,
.btn.btn-tab {
    color: var(--color-text);
}
.btn.btn-primary:after {
    content: " ";
    width: 24px;
    height: 24px;
    background-image: url('../img/icon/arrow-right.svg');
    display: inline-block;
    vertical-align: -5px;
    transition: all .2s ease-in-out;
}
.btn.btn-primary.btn-small {
    font-size: 16px;
    letter-spacing: 0;
}
.btn.btn-secondary,
.btn.btn-tertiary {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.btn.btn-tertiary {
    font-weight: 600;
}
.btn.btn-primary:hover,
.btn.btn-secondary:hover,
.btn.btn-tertiary:hover,
.btn.btn-tab:hover {
    box-shadow: inset 12px 0 0 0 var(--color-primary);
    background-color: transparent;
} 
.btn.btn-primary:hover:after {
    transform: translateX(5px);
}
.btn.btn-tab {
    display: block;
    text-transform: none;
    letter-spacing: 0;
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
    transition: all .2s ease-in-out;
}
.btn.btn-tab:focus {
    outline: none;
    box-shadow: inset 3px 0 0 0 var(--color-primary);
}
.btn.btn-tab:first-child {
    margin-top: 99px
}
.btn.btn-tab:not(:last-child) {
    margin-bottom: 60px;
}
.btn.btn-tab:not(.active) {
    box-shadow: none;
}

.btn i,
.btn .bi {
    vertical-align: 1px;
    margin-right: 4px;
}
.btn:focus,
button:focus {
    outline: none;
}
#scrollTopButton {
    width: 60px;
    height: 60px;
    background-color: var(--color-primary);
    color: #fff;
    border-radius: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1032;
    font-size: 22px;
}
#scrollTopButton i::before {
    font-weight: 800 !important;
}

/* Inputs */

.form-control {
    border-radius: 0;
    height: 40px;
    padding: 12px 18px;
}
.form-control:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 0.2rem rgba(var(--color-primary-rgb),.5);
}
.form-check-input {
    margin-top: 5px;
}
select.form-control {
    padding: 2px 18px;
}
input[type="file"] {
    appearance: none;
    -webkit-appearance: none;
    line-height: 20px;
    padding: 3px 44px;
    position: relative;
    cursor: pointer;
}
input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
    width: 100%;
    display: block;
    height: 0;
}
input[type="file"]::before {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" color="darkgrey" width="16" height="16" fill="darkgrey" class="bi bi-file-earmark-text" viewBox="0 0 16 16"><path d="M5.5 7a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zM5 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z"/><path d="M9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.5L9.5 0zm0 1v2A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z"/></svg>');
    width: 20px;
    height: 20px;
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-43%);
}
.form-group label {
    line-height: 1em;
}
label[required]::after,
label[required="required"]::after {
    content: "*";
    color: var(--color-primary);
}

/* Dropdowns */

.dropdown-menu {
    border-radius: 0;
    border-color: transparent;
    box-shadow: 0 0 37px rgba(0,0,0,.06);
}
.dropdown-item {
    font-size: 16px;
    padding: 10px 20px;
}
.dropdown-item.active, 
.dropdown-item:active {
    color: #fff !important;
    background: var(--color-primary);
}

/* Pagination */

.pagination-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}
.pagination-btn {
    width: auto;
    height: 32px;
    padding: 2px 10px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 300;
    color: var(--color-primmary);
    background-color: #fff;
    border: none;
    text-decoration: none;
    transition: all .2s ease-in-out;
    min-width: 32px;
    text-align: center;
    justify-content: center;
}
.pagination-btn:not(.pagination-arrow) {
    background-color: var(--color-bg);
}
.pagination-btn:nth-child(2) {
    border-top-left-radius: var(--radius-small);
}
.pagination-btn:nth-child(6) {
    border-bottom-right-radius: var(--radius-small);
}
.pagination-btn:hover {
    background-color: rgba(var(--color-primary-rgb), .2);
    text-decoration: none;
    color: var(--color-text-dark);
}
.pagination-btn.active {
    color: #fff;
    background-color: var(--color-primary);
}
.pagination-btn.pagination-arrow {
    border: none;
    border-radius: var(--radius-small);
}

/* Responsive ; Media Queries */

@media (max-width:991px) {
    nav .nav-menu {
        position: absolute;
        top: 100%;
        background: #fff;
        width: 100%;
        z-index: 1024;
        left: 0;
        padding: 40px 20px;
        flex-direction: column;
        border-top: 1px solid rgba(3,4,5,.2);
        box-shadow: var(--shadow-soft);
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
        transition: all .2s;
    }
    nav .nav-menu.opened {
        opacity: 1;
        transform: scaleY(1);
    }
    nav .nav-menu li:not(:last-child) {
        margin-bottom: 10px;
    }
    nav.nav-wrapper {
        padding: 30px 0;
    }
    nav.nav-wrapper .container {
        justify-content: space-between;
    }
    nav .nav-menu li.nav-item-logo {
        display: none;
    }
    nav .nav-menu-btn {
        order: 2;
    }
    nav .nav-logo {
        max-width: 180px;
        order: 1;
    }
    nav .nav-logo img {
        max-width: 180px;;
    }
    nav .nav-infos {
        display: none;
    }
    .nav.nav-pills li {
        flex: 1 0 33%;
    }
    .nav.nav-pills li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .nav-link {
        border-top: 0;
    }
    .nav.nav-pills li:nth-child(1) .nav-link,
    .nav.nav-pills li:nth-child(2) .nav-link,
    .nav.nav-pills li:nth-child(4) .nav-link,
    .nav.nav-pills li:nth-child(5) .nav-link,
    .nav.nav-pills li:nth-child(7) .nav-link {
        border-right: 0;
    }
    .nav.nav-pills li:first-child .nav-link {
        border-top-left-radius: var(--radius-small);
    }
    .nav.nav-pills li:nth-child(3) .nav-link {
        border-top-right-radius: var(--radius-small);
    }
    nav .dropdown .dropdown-menu {
        position: relative !important;
        max-width: 90vw;
        margin-top: 0;
        margin-left: 0;
        transform: none !important;
    }
    nav .dropdown.show button {
        margin: auto;
    }
    .img-under-section {
        background-color: #fff;
        max-width: 100%;
    }
    header.hero {
        padding-bottom: 300px;
    }
    header.hero .hero-content {
        padding: 70px 15px !important;
    }
    .section-full .col-lg-6 {
        padding-left: 15px;
    }
    header.hero img {
        width: 100%;
        position: absolute;
        left: 0;
        top: auto;
        bottom: 0;
        height: 300px;
    }
    header.hero.header-small h1 {
        font-size: 60px;
        line-height: 56px;
    }
    header.hero.header-small p {
        font-size: 18px;
    }
    section:has(.img-right-7),
    section:has(.img-right-6),
    section:has(.map-wrapper) {
        padding-bottom: 0;
    }
    .block {
        position: relative;
        z-index: 1;
    }
    .img-right-7,
    .img-right-6,
    .img-left-5,
    .map-wrapper {
        width: 100vw !important;
        max-width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        height: 400px;
        margin-top: -100px;
        margin-left: 0 !important;
    }
    .img-right-7 img,
    .img-right-6 img,
    .img-left-5 img,
    .map-wrapper #map {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        inset: 0;
    }
    .img-right-7:before,
    .img-right-6:before,
    .img-left-5:before,
    .map-wrapper:before {
        content: " ";
        position: absolute;
        z-index: -1;
        width: 70vw !important;
        height: 21px;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--color-primary);
    }
    .btn.btn-tab:first-child {
        margin-top: 50px;
    }
    .btn.btn-tab:not(:last-child) {
        margin-bottom: 30px;
    }
    .btn.btn-tab:last-child {
        margin-bottom: 50px;
    }
}

@media (min-width:992px) {
    nav .nav-menu-btn {
        display: none;
    }
    nav .nav-menu {
        flex: 1;
        gap: 30px;
    }
    .nav.nav-pills li:first-child .nav-link {
        border-top-left-radius: var(--radius-small);
    }
    .nav.nav-pills li:last-child .nav-link {
        border-top-right-radius: var(--radius-small);
    }
    .nav.nav-pills li:not(:last-child) .nav-link {
        border-right: 0;
    }
    .img-under-section {
        background-color: #fff;
        position: relative;
        z-index: 1;
        max-width: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    header.hero {
        margin-bottom: 83px;
    }
    .img-right-7,
    .map-wrapper {
        position: relative;
        width: calc(50vw + 250px);
        margin-left: -250px;
        margin-top: 78px;
        z-index: -1;
        height: 647px;
    }
    .img-right-7 img,
    .map-wrapper #map {
        width: 100%;
        max-width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .img-right-7:before,
    .map-wrapper:before {
        content: " ";
        position: absolute;
        z-index: -1;
        width: 428px;
        height: 21px;
        bottom: -20px;
        right: 69px;
        background-color: var(--color-primary);
    }

    .col-lg-7:has(.img-right-6) .block {
        position: relative;
        z-index: 1;
    }
    .img-right-6 {
        position: relative;
        width: calc(50vw + 127px);
        margin-left: -35px;
        margin-top: -180px;
        z-index: 0;
        height: 647px;
        margin-bottom: -259px;
    }
    .img-right-6 img {
        width: 100%;
        max-width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .img-right-6:before {
        content: " ";
        position: absolute;
        z-index: -1;
        width: 428px;
        height: 428px;
        bottom: -23px;
        left: -21px;
        background-color: var(--color-primary);
    }
    .section-bg:has(.img-right-6) {
        margin-bottom: 260px;
    }
    .img-left-5 {
        position: relative;
    }
    .img-left-5:before {
        content: " ";
        position: absolute;
        z-index: -1;
        width: 428px;
        height: 428px;
        top: 50%;
        right: -20px;
        transform: translateY(-50%);
        background-color: var(--color-primary);
    }
    .img-left-5 img {
        width: 100%;
        max-width: 100%;
    }
    .col-lg-6 .img-right-6 {
        width: calc(50vw - 13px);
    }
    .col-lg-7 .img-right-6.img-wide2 {
        width: calc(50vw + 90px);
    }
}
@media (max-width:1299px) {
    h2 {
        font-size: 22px;
    }
    nav .nav-menu li a:not(.dropdown-item):not(.btn), 
    nav .nav-menu li button {
        letter-spacing: 0;
    }
    .btn {
        letter-spacing: 1px;
    }
    .block {
        padding: 50px;
    }
    .only-fw {
        display: none;
    }
    .grid-wrapper > *:nth-child(2) {
        width: 100%;
        padding: 15px 14px;
    }
    header.hero h1 {
        font-size: 75px;
    }
    .img-right-6 {
        width: calc(50vw + 115px);
    }
    .img-left-5:before {
        width: 338px;
        height: 338px;
    }
    .col-lg-5 .img-right-7 {
        width: calc(50vw + 140px);
    }
    .col-lg-7 .img-right-6 {
        width: calc(50vw + 57px);
    }
    .col-lg-6 .img-right-7,
    .col-lg-6 .map-wrapper {
        width: calc(50vw + 235px);
    }
    .col-lg-6 .img-right-6 {
        width: calc(50vw - 13px);
    }
}
@media (min-width: 1200px) and (max-width: 1299px) {
    .col-lg-7 .img-right-6.img-wide {
        width: calc(50vw + 82px);
    }
    .col-lg-7 .img-right-6.img-wide2 {
        width: calc(50vw + 115px);
    }
}
@media (max-width: 1199px) {
    html, body, p {
        line-height: 26px;
    }
    nav .nav-menu {
        gap: 11px;
    }
    nav .nav-logo img {
        max-width: 100px;
    }
    nav .nav-menu li a:not(.dropdown-item):not(.btn), 
    nav .nav-menu li button {
        font-size: 16px;
        letter-spacing: -.1px;
    }
    .block {
        padding: 40px;
    }
    header.hero h1 {
        font-size: 62px;
    }
    header.hero .hero-content {
        padding: 231px 0 231px 73px;
    }
    header.hero.header-small .hero-content {
        padding: 160px 0 160px 73px;
    }
    .img-right-6 {
        width: calc(50vw + 90px);
        margin-left: -25px;
    }
    .col-lg-6 .img-right-6 {
        width: calc(50vw - 23px);
    }
    .col-lg-5 .img-right-7.img-wide {
        width: calc(50vw + 155px);
    }
}

@media (max-width:767px) {
    :root {
        --radius-large: 40px;
    }
    html, body, p {
        font-size: 14px;
    }
    .block-body {
        padding: 20px;
    }
    .block-img h2 {
        font-size: 26px;
    }
    nav .nav-logo img {
        width: 85px;
        max-width: 85px;
    }
    header.hero h1 {
        font-size: 38px;
        line-height: 40px;
    }
    header.hero.header-small h1 {
        font-size: 46px;
        line-height: 52px;
    }
    header.hero.header-small h1 span {
        font-size: 22px;
        line-height: 32px;
    }
    .grid-img-wrapper img {
        flex: none;
        width: 100% !important;
        height: auto !important;
    }
    .block-line {
        padding: 20px;
    }
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .block {
        padding: 25px;
    }
    .block h3 {
        font-size: 24px;
    }
    .block .block-subtitle,
    .text-price {
        font-size: 18px;
    }
    .text-large {
        font-size: 16px;
        line-height: 24px;
    }
    .chip {
        padding: 6px 20px;
        line-height: 16px;
    }
    h2.subtitle-primary {
        font-size: 26px;
    }
    h2.subtitle-multi {
        font-size: 36px;
        line-height: 36px;
    }
    .section-full {
        padding-top: 420px;
        padding-bottom: 50px;
    }
    .section-full h2 {
        font-size: 34px;
        line-height: 30px;
    }
    header.hero p {
        padding-right: 0;
    }
    header.hero.header-small p {
        font-size: 18px;
        line-height: 24px;
    } 
    h2.subtitle-bellerose {
        font-size: 34px;
        line-height: 36px;
    }
    header.hero .hero-imgs {
        gap: 15px;
    }
    header.hero .hero-imgs img {
        width: calc(50% - 7.5px);
    }
}
@media (max-width: 575px) {
    nav .nav-logo img {
        width: 65px;
        max-width: 65px;
    }
    header.hero h1 {
        font-size: 46px;
    }
    header.hero p {
        font-size: 22px;
        margin-top: 30px;
    }
    header.hero.hero-small p {
        font-size: 18px;
    }
    h2 {
        font-size: 20px;
        letter-spacing: 1px;
    }
    h3 span {
        font-size: 16px;
    }
    .block h3 {
        font-size: 28px;
    }
    .block-tab .btn.btn-primary {
        font-size: 14px;
    }
    .btn {
        font-size: 16px;
    }
    .btn.btn-tab {
        font-size: 20px;;
    }
}
@media (min-width: 1300px) {
    .container {
        max-width: 1288px;
    }
    .col-lg-7 .img-right-6 {
        width: calc(50vw + 94px);
    }
    .col-lg-5 .img-right-7,
    .col-lg-7 .img-right-6.img-wide2 {
        width: calc(50vw + 127px);
    }
    .col-lg-6 .img-right-7,
    .col-lg-6 .map-wrapper {
        width: calc(50vw + 235px);
    }
    .pt-lg {
        margin-top: 104px;
    }
}