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

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.cdnfonts.com/css/bellerose');

:root {
    --color-primary: #C6826E;
    --color-primary-rgb: 198, 130, 110;

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

    --color-text: #693D30;
    --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: rgba(220,188,171,.5);
    --color-bg-bis: #EDDDD5;

    --block-shadow: 15px 15px;
    --radius-small: 10px;
    --radius-large: 60px;
}

html,
body {
    font-family: 'Poppins', sans-serif;
    max-width: 100vw;
    scroll-behavior: smooth;
}
html,
body,
p {
    color: var(--color-text);
    font-size: 16px;
    line-height: 1.6rem;
    font-weight: 300;
}
strong {
    font-weight: 600;
}
section {
    padding-top: 70px;
    padding-bottom: 70px;
    max-width: 100vw;
    overflow: hidden;
}
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;
    padding-bottom: 123px;
}
.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-nav);
}
.section-full p,
.section-full li {
    color: var(--color-text-nav);
    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-nav);
}
.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: 38px;
    margin-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-family: "Poppins", sans-serif;
    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-family: "Poppins", sans-serif;
    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: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}
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;
}
.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;
}

/* Grid */

.grid-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
}
.grid-wrapper > *:nth-child(1) {
    flex: 1;
    width: 100%;
    min-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: var(--color-primary);
    border-radius: 0;
    color: #fff;
    padding: 60px;
}
.block p {
    color: #fff;
}
.brtl {
    border-top-left-radius: var(--radius-large);
}
.brbr {
    border-bottom-right-radius: var(--radius-large);
}
.block h3 {
    font-family: "Bellerose", sans-serif;
    font-size: 46px;
    letter-spacing: 2px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px;
}
.block .block-subtitle {
    font-size: 20px;
    font-weight: 200;
    color: #fff;
    margin-bottom: 20px;
    display: block;
    letter-spacing: 1.5px;
}
.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-family: "Poppins", sans-serif;
    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;
}

.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-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: .4px;
    border-radius: 18px;
    display: inline-block;
}

/* Topbar */

.topbar {
    background-color: var(--color-primary);
    padding: 10px 49px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 1px;
    color: var(--color-chip);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.topbar a {
    color: inherit;
    text-decoration: none;
    transition: all .12s ease-in-out;
}
.topbar a:hover {
    text-decoration: none;
    color: var(--color-text);
    fill: var(--color-text);
}
.topbar .topbar-divider {
    width: 14px;
    height: 44px;
    background-color: #fff;
    margin-left: 21px;
    margin-right: 37px;
    margin-top: -10px;
    margin-bottom: -10px;
    display: inline-block;
}

/* Navigation & Navbar */

nav.nav-wrapper {
    position: relative;
    padding: 44px 0 58px 0;
}
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: 239px;
    max-width: 239px;
}
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: 16px;
    padding: 0;
    color: var(--color-text-nav);
    text-transform: uppercase;
    font-weight: 400;
    transition: all .2s;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    font-family: "Lato", 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-text) !important;
}
nav .nav-menu li a.active,
nav .nav-menu li button.active {
    color: var(--color-text) !important;
    font-weight: 600 !important;
    position: relative
}
nav .nav-menu li a.active:before,
nav .nav-menu li button.active:before {
    content: " ";
    width: calc(100% + 30px);
    height: calc(100% + 10px);
    position: absolute;
    top: -5px;
    left: -15px;
    background: var(--color-bg);
    z-index: -1;
    border-radius: 20px;
}
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: var(--radius-small) 0 var(--radius-small) 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);
    border-radius: 0 var(--radius-small) 0 var(--radius-small);
}

nav .dropdown .dropdown-menu {
    width: max-content;
    margin-top: 22px;
    margin-left: -20px;
    background: #edded6;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 12px;
}
nav .dropdown .dropdown-item {
    white-space: normal;
    color: var(--color-text-nav);
    transition: all .12s ease;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 50px;
    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-chip) !important;
    text-decoration: none;
}
nav .dropdown .dropdown-item.active:before {
    content: none;
}

/* Header */

header.hero {
    position: relative;
    padding: 0;
    background-color: var(--color-primary);
}
header.hero .container {
    display: flex;
    align-items: center;
    justify-content: center;
}
header.hero.hero-small {
    height: auto;
    padding: 80px 0;
}
header.hero h1 {
    font-size: 38px;
    font-weight: 200;
    line-height: 44px;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 48px;
    font-family: "Bellerose", sans-serif;
}
header.hero p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    padding-right: 150px;
    margin-bottom: 48px;
}
header.hero .hero-content {
    padding: 122px 15px;
}
header.hero .hero-imgs {
    width: 50vw;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    gap: 25px;
    height: 100%;
    background-color: #fff;
}
header.hero .hero-imgs img {
    width: calc(50% - 37.5px);
    height: 100%;
    object-fit: cover;
    object-position: top;
}

/* Footer */

footer {
    font-size: 16px;
    padding-top: 93px;
    padding-bottom: 56px;
    background-color: var(--color-primary);
    font-weight: 400;
}
footer strong {
    font-weight: 600;
}
footer * {
    color: var(--color-text-dark);
    font-family: "Lato", sans-serif;
    font-weight: 400;
}
footer a:hover {
    color: var(--color-text-dark);
}
footer .footer-bottom {
    padding-bottom: 30px;
    margin-bottom: 39px;
    border-bottom: 1px solid #9F6959;
}
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);
}


/* Related Articles */

.related-item {
    display: block;
    width: 100%;
    transition: all .2s;
    padding: 10px;
    position: relative;
    overflow: hidden;
    background-color: var(--color-primary);
}
a.related-item:hover {
    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;
}
.related-item .related-infos {
    padding: 25px;
    position: relative;
}
.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: #fff;
}
.related-item .related-infos h3 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.col-lg-4:first-child .related-item {
    border-top-left-radius: var(--radius-large);
}
.col-lg-4:first-child .related-item .related-image {
    border-top-left-radius: calc(var(--radius-large) - 10px);
}
.col-lg-4:last-child .related-item {
    border-bottom-right-radius: var(--radius-large);
}

/* 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-primary);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: .75em;
}
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;
    margin-top: 60px;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
    border-radius: var(--radius-large) 0 var(--radius-large) 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;
    border: 3px solid var(--color-primary);
    border-radius: var(--radius-small);
}

/* Buttons */

.btn {
    background-color: transparent;
    border: none;
    padding: 8px 8px 8px 20px;
    font-weight: 400;
    border-radius: 0;
    transition: all .2s;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
    font-size: 22px;
    line-height: 22px;
    box-shadow: inset 3px 0 0 0 var(--color-border);
    text-align: left;
}
.btn.btn-secondary,
.btn.btn-tertiary {
    font-family: "Lato", sans-serif;
    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 {
    box-shadow: inset 12px 0 0 0 var(--color-border);
    background-color: transparent;
}
.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: var(--radius-small) 0 var(--radius-small) 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: var(--radius-small) 0 var(--radius-small) 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:992px) {
    nav .nav-menu {
        position: absolute;
        top: 100%;
        background: #edded6;
        width: 100%;
        z-index: 1024;
        left: 0;
        padding: 40px 20px;
        flex-direction: column;
        border-top: 1px solid #eaeaea;
        box-shadow: 0 110px 100px 0px rgba(0,0,0,.3);
        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-small {
        padding-bottom: 42px;
        padding-top: 30px;
    }
    header.hero .hero-content {
        padding: 70px 15px;
    }
    .section-full .col-lg-6 {
        padding-left: 15px;
    }
    header.hero .hero-imgs {
        width: 100vw;
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        height: 300px;
    }
    .text-shape:before {
        width: 310px;
        height: 376px;
        top: -142px;
        right: -250px;
    }
    .section-full {
        background-size: 100vw 100%;
        background-position: bottom center;
        padding-top: 450px;
    }
    .section-full img,
    .section-full .map-wrapper {
        width: 100vw;
        height: 380px;
    }
    section.section-clear {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width:992px) {
    nav .nav-menu-btn {
        display: none;
    }
    nav .nav-menu {
        flex: 1;
        gap: 22px;
    }
    .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%);
    }
}
@media (max-width:1299px) {
    nav .nav-menu li a:not(.dropdown-item):not(.btn),
    nav .nav-menu li button {
        letter-spacing: 0;
    }
    .block {
        padding: 50px;
    }
    .chip,
    .block-light h3 {
        letter-spacing: 0;
    }
    .block h3 {
        font-size: 42px;
    }
    .only-fw {
        display: none;
    }
    .grid-wrapper > *:nth-child(2) {
        width: 100%;
        padding: 15px 14px;
    }
}
@media (max-width: 1199px) {
    nav .nav-menu {
        gap: 11px;
    }
    nav .nav-logo img {
        max-width: 170px;
    }
    nav .nav-menu li a:not(.dropdown-item):not(.btn),
    nav .nav-menu li button {
        font-size: 15px;
        letter-spacing: -.2px;
    }
    .block {
        padding: 40px;
    }
}

@media (max-width:767px) {
    :root {
        --radius-large: 40px;
    }
    html, body, p {
        font-size: 14px;
    }
    .topbar {
        padding: 10px;
    }
    .block-body {
        padding: 20px;
    }
    .block-img h2 {
        font-size: 26px;
    }
    nav .nav-logo img {
        width: 223px;
        max-width: 223px;
    }
    header.hero h1 {
        font-size: 38px;
        line-height: 40px;
    }
    .grid-img-wrapper img {
        flex: none;
        width: 100% !important;
        height: auto !important;
    }
    .block-line {
        padding: 20px;
    }
    section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .block {
        padding: 25px;
    }
    .block h3 {
        font-size: 34px;
    }
    .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;
    }
    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 (min-width: 1300px) {
    .container {
        max-width: 1288px;
    }
}
