/* 
** 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;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');

:root {
    --color-primary: #000;   
    --color-primary-rgb: 0, 0, 0;

    --color-secondary: #A4F5E7;
    --color-secondary-rgb: 164, 245, 231;

    --color-accent-1: #98252C;
    --color-accent-1-graded: #FBD3D3;
    --color-accent-2: #568E28;
    --color-accent-2-graded: #E5F3DA;
    --color-accent-3: #B5511A;
    --color-accent-3-graded: #FDEAD2;
    --color-accent-4: #28698E;
    --color-accent-4-graded: #E9F7FD;

    --color-text: #000;
    --color-text-rgb: 0, 0, 0;
    --color-nav-link: #000;
    --color-border: #E7E7E7;
    --color-bg: #fff;
}

html,
body {
    font-family: 'Montserrat', sans-serif !important;
    max-width: 100vw;
    overflow-x: hidden;
}
html,
body,
p {
    color: var(--color-text);
    line-height: 1.7rem;
    font-weight: 300;
    font-size: 14px;
}
section {
    padding-top: 70px;
    padding-bottom: 70px;
}
strong {
    font-weight: 600;
}
.flex-1 {
    flex: 1;
}
.gap-3 {
    gap: 1rem;
}
.section-gradient {
    background-image: linear-gradient(180deg, #FAF6EC, #fff);
}
.section-half {
    background-color: var(--color-bg);
    position: relative;
}
.section-half .section-half-img {
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    overflow: hidden;
}
.section-half .section-half-img-left {
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    overflow: hidden;
}
.section-half .section-half-img img,
.section-half .section-half-img-left img {
    position: absolute;
    top: 0;
    right: 0; 
    bottom: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.section-half .col-lg-5,
.section-half .col-lg-6,
.section-half .col-md-5,
.section-half .col-md-6 {
    padding-top: 150px;
    padding-bottom: 150px;
}
h1 {
    font-size: 68px;
}
h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-text);
    max-width: 700px;
    margin-bottom: 25px;
    line-height: 1.5;
}
.h2-big {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 40px;
}
h2:has(.subtitle-text-before) {
    position: relative;
    margin: 0 auto 60px auto;
}
h2 .subtitle-text-before {
    position: absolute;
    top: -6vw;
    left: 50%;
    transform: translateX(-50%);
    font-size: 7vw;
    font-weight: 700;
    opacity: .03;
    z-index: -1;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
}
h2 .font-bold-underline {
    font-weight: 900;
    position: relative;
}
h2 .font-bold-underline::before {
    content: " ";
    width: 100%;
    height: 8px;
    background-image: url('../img/underline.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
}
h3 {
    font-size: 26px;
    margin-bottom: 20px;
}
h4 {
    font-size: 18px;
}

.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;
}
.list-icon {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.list-icon li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px
}
.list-icon .bi {
    position: absolute;
    left: 0;
    top: 4px;
    color: var(--color-primary);
    font-size: 15px;
}
.img-shadow {
    border-radius: 100%;
    box-shadow: 8px 8px #fff;
}
.img-rounded {
    position: relative;
    padding-top: 66%;
    width: 100%;
    border-radius: 0 50px 50px 50px;
    overflow: hidden;
}
.img-rounded img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.block {
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 0 60px rgba(0,0,0,.1);
    padding: 50px;
}
.block-testimomnial {
    background-color: var(--color-bg);
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 40px 40px 40px 0 !important;
    width: calc(100% - 50px);
    margin-left: 50px;
}
.block-testimomnial q {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    display: block;
}
.block-testimomnial-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: -30px;
}
.block-testimomnial-avatar {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
    flex: none;
    transform: translateX(-50%);
}

/* Navigation & Navbar */
nav {
    position: relative;
    z-index: 1;
    background-color: var(--color-bg);
    border-bottom: 1px solid var(--color-border);
}
nav.nav-wrapper .container {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
nav .nav-logo {
    flex: none;
    width: 33.33%;
}
nav .nav-logo a {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
nav .nav-logo a span {
    font-weight: 800;
    text-transform: uppercase;
}
nav .nav-menu {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    padding-left: 0;
    margin-bottom: 0;
}
nav .nav-menu li {
    list-style: none;
}
nav .nav-menu li .nav-link {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-left: 20px;
    margin-right: 20px;
    color: var(--color-nav-link);
    transition: all .2s;
    padding: 5px 0;
    position: relative;
    display: inline-block;
    -webkit-appearance: none;
    border: none;
    background: transparent;
}
nav .nav-menu li a:hover,
nav .nav-menu li button:hover {
    text-decoration: none !important;
    color: var(--color-primary);
}
nav .nav-btn {
    background: var(--color-primary);
    padding: 10px 15px;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    border-top: none;
    border-right: 1px solid var(--color-border);
    border-bottom: none;
    border-left: 1px solid var(--color-border);
    -webkit-appearance: none;
    height: 100%;
    transition: all .2s;
}
nav .nav-btn:hover {
    background-color: var(--color-bg);
    color: #000;
    text-decoration: none;
}
nav .nav-content {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    flex: 1;
    width: auto;
    align-self: stretch;
}
nav .nav-content ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    flex: 1;
    padding-top: 18px;
    padding-bottom: 18px;
}
nav .nav-content ul .nav-link {
    padding: 0;
    color: #000;
    text-decoration: none;
    font-weight: 300;
    position: relative;
}
nav .nav-content ul .nav-link::before {
    content: " ";
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: var(--color-border);
    transform: scale(0);
    transition: all .2s;
}
nav .nav-content ul .nav-link:not(.active):hover::before {
    transform: scale(1);
}
nav .nav-content ul .nav-link.active::before {
    background-color: var(--color-primary);
    transform: scale(1);
}
.nav-menu-btn {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-primary);
    color: #fff;
    border: none;
    -webkit-appearance: none;
    font-size: 20px;
}

/* Header */

header.featured-img {
    height: calc(100vh - 60px);
    padding-bottom: 200px;
    background-image: url('../img/featured.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 40px;
}
header .featured-img p {
    color: #fff;
    font-size: 26px;
}
header .featured-img .featured-p {
    width: 430px;
    max-width: 100%;
    line-height: 1.2em;
}
header .featured-img .featured-line {
    position: relative;
    margin-top: 100px;
    display: inline-block;
    padding: 8px 8px 8px 0;
    font-weight: 500;
}
header .featured-img .featured-line::before {
    content: " ";
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    left: -50vw;
    background-color: var(--color-primary);
    z-index: -1;
    border-radius: 0 50px 50px 0;
}
header .featured-img .featured-line .btn.btn-primary {
    font-size: 22px;
    font-weight: 600;
    border-radius: 100px;
    margin-left: 10px;
}
header .header-featured,
header .header-standard {
    background-color: var(--color-bg);
    border-radius: 0 0 50% 50% / 0 0 100px 100px;
    text-align: center;
}
header .header-featured h1,
header .header-standard h1 {
    font-size: 28px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}
header .header-featured p,
header .header-standard p {
    margin-bottom: 0;
}
header .header-featured {
    padding: 80px 0 150px;
}
header .header-standard {
    padding: 40px 0 50px;
}
.header-below {
    margin-top: -130px;
}
header .header-img {
    height: 200px;
    pointer-events: none;
    user-select: none;
} 
header .featured-img img,
header .header-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    position: absolute;
    top: 0;
}
header .header-img img {
    filter: grayscale(1);
}
header.header {
    position: relative;
    background-image: url('../img/featured.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
header.header {
    padding-top: 80px;
    margin-bottom: 80px;
}
header.header-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 150px;
    background-color: rgba(0,0,0,.4);
}
header.header-img .header-img-featured {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}
header.featured-img nav {
    margin-bottom: 200px;
}
header.header-img nav {
    margin-bottom: 40px;
}
header.header-img h1 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 5px;
}
header .diamond-icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 80px;
    height: 80px;
}
header .diamond-icon::before {
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #fff;
    border: 1px solid var(--color-border);
    transform: rotate(45deg);
    z-index: -1;
    transition: all .2s;
}
header .diamond-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 28px;
}
.header-p-big {
    font-size: 18px;
}
.header-h1 {
    font-size: 32px;
    font-weight: 700;
}
.featured-block {
    background-color: var(--color-secondary);
    border-radius: 0 50px 50px 50px;
}
.featured-block .featured-block-in {
    background-color: var(--color-primary);
    border-radius: 0 50px 50px 50px;
    padding: 20px 40px;
}
.featured-block .featured-block-body {
    padding: 20px 40px;
}
.featured-block h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
}
.featured-block h1 span {
    font-size: 24px;
    text-transform: uppercase;
}
.featured-block p {
    font-size: 14px;
    font-weight: 300;
}

/* Footer */

footer {
    font-size: 12px;
}
footer * {
    color: var(--color-text);
    transition: all .2s
}
footer a:hover {
    color: var(--color-primary);
}
footer .container {
    padding: 20px 0;
}
.footer-bottom {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
    background-color: var(--color-secondary);
}
.footer-bottom,
.footer-bottom * {
    font-size: 14px;
    line-height: 28px;
    color: var(--color-primary);
    font-weight: 600;
}
.footer-bottom .img-fluid {
    padding: 20px 25px;
    border-radius: 15px;
    background: #fff;
}

.social-icon {
    color: var(--color-text);
    margin-right: 15px;
    font-size: 20px;
    transition: all .2s;
}

/* Atouts */

.atout-wrapper i,
.atout-wrapper .bi {
    font-size: 50px;
    margin-bottom: 15px;
    display: block;
}
.atout-wrapper h3 {
    font-size: 18px;
    font-weight: 700;
    max-width: 200px;
    margin-bottom: 10px;
}
.atout-wrapper p {
    font-size: 14px;
    max-width: 220px;
}
.atout-wrapper .img-icon {
    margin-bottom: 5px;
}

.img-icon {
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: center;
}

/* Domain Link */
.domain-link {
    display: block;
    height: 450px;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 20px;
    padding: 30px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 0 0px rgba(0,0,0,.15);
    transition: all .2s;
}
.domain-link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    transition: all .4s;
}
.domain-link h2 {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    max-width: 80%;
    margin-bottom: 0;
}
.domain-link .domain-link-btn {
    font-size: 13px;
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
    padding: 6px 14px;
    font-weight: 600;
    border-radius: 0;
    transition: all .4s;
}
.domain-link:hover {
    text-decoration: none;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
}
.domain-link:hover img {
    transform: scale(1.1);
}
.domain-link:hover .domain-link-btn {
    background-color: #fff;
    color: #000;
}

/* Related Articles */

.related-item {
    display: block;
    width: 100%;
    transition: all .2s;
    overflow: hidden;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 10px;
    background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1), 100%);
    position: relative;
    padding: 30px;
    border-radius: 8px;
}
/* a.related-item:hover {
    text-decoration: none;
    transform: translateY(-10px) !important;
} */
.related-item .related-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    transition: all .2s;
}
.related-item h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.related-item p {
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 0;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
}
.related-item:hover {
    text-decoration: none;
}
.related-item:hover .related-image {
    transform: scale(1.1);
}
/* Services */
.services-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.services-item i {
    font-size: 42px;
    background-color: lightgray;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.services-item strong {
    font-size: 14px;
    font-weight: 700;
}
.services-item p {
    font-size: 12px;
    font-weight: 400;
    color: (var(--color-text));
    line-height: 18px;
    text-align: center;
    padding: 0 5px;
}
.services-color-1 i {
    color: var(--color-accent-1);
    background-color: var(--color-accent-1-graded);
}
.services-color-1 strong {
    color: var(--color-accent-1);
}
.services-color-2 i {
    color: var(--color-accent-2);
    background-color: var(--color-accent-2-graded);
}
.services-color-2 strong {
    color: var(--color-accent-2);
}
.services-color-3 i {
    color: var(--color-accent-3);
    background-color: var(--color-accent-3-graded);
}
.services-color-3 strong {
    color: var(--color-accent-3);
}
.services-color-4 i {
    color: var(--color-accent-4);
    background-color: var(--color-accent-4-graded);
}
.services-color-4 strong {
    color: var(--color-accent-4);
}

/* Map */

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

/* Sections */

.section-text {
    padding-left: 100px;
    position: relative;
}
.section-text h2 span,
.section-text-simple h2 span {
    display: block;
    margin-top: -25px;
    font-size: 48px;
    padding-left: 20px;
}
.section-text .section-number {
    font-size: 110px;
    font-family: "Bebas Neue", sans-serif;
    line-height: 90px;
    color: rgba(var(--color-primary-rgb), .1);
    user-select: none;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
} 
.section-text p,
.section-text li,
.section-text-simple p,
.section-text-simple li {
    font-size: 14px;
    line-height: 24px;
}

.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;
}
.section-map {
    background: #92b8f7;
}
.section-map h2,
.section-map p {
    color: #fff;
    text-align: center;
}
section.home-snd {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -100px;
    margin-bottom: -200px;
    position: relative;
}
section.home-snd + section {
    padding-top: 270px;
}
section.section-colored {
    background-color: rgba(var(--color-primary-rgb), .2);
}
section.section-colored-primary {
    background-color: var(--color-primary);
}
section.home-snd + .home-snd {
    padding-top: 340px;
}
section.home-snd + .home-snd::before {
    content: " ";
    background-color: rgba(var(--color-primary-rgb), .2);
    position: absolute;
    top: 270px;
    left: 0;
    width: 200%;
    height: calc(100% - 170px);
    z-index: -1;
}
section.home-snd + .home-snd {
    margin-bottom: 100px;
}

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

/* WYSIWYG */

.article-wp img {
    border-radius: 8px;
}
.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;
    border-radius: 8px;
}
.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;
    font-size: 28px;
    width: 85%;
    color: var(--color-primary);
}
.wys-title {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    color: var(--color-primary);
}
.article-wp a {
    color: var(--color-primary);
}
/* Map */

.mapcontainer a {
    transition: all .2s;
    cursor: pointer;
}
.mapcontainer a:hover {
    fill: var(--color-primary) !important;
}

/* Blocks */

.block-dark {
    background-color: var(--color-primary);
    border-radius: 15px;
    padding: 35px;
}
.block-dark p,
.block-dark p a,
.block-dark h3 {
    color: #fff;
}
.block-dark h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.block-dark .img-drop-secondary {
    margin-top: -75px;
}
.block-dark .btn.btn-primary {
    background-color: #fff;
    border-color: #fff;
    color: var(--color-primary);
}
.block-line {
    border: 3px solid var(--color-secondary);
    border-radius: 10px;
    padding: 50px;
}

/* Buttons */

.btn {
    border: none;
    padding: 14px 18px;
    font-weight: 500;
    border-radius: 22px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .04rem;
    transition: all .2s;
}
.btn.btn-primary {
    background-color: var(--color-primary);
    color: #fff;
    border: 2px solid var(--color-primary);
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    line-height: 18px;
    padding: 12px 20px;
} 
.btn.btn-primary:hover {
    background-color: var(--color-bg);
    color: var(--color-primary);
} 
.btn.btn-secondary {
    background-color: var(--color-bg);
    border: 2px solid var(--color-primary);
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    line-height: 18px;
    padding: 12px 20px;
    color: var(--color-primary);
}
.btn.btn-secondary:hover {
    background-color: var(--color-primary);
    color: var(--color-bg);
    border-color: var(--color-primary);
}
.btn.btn-tertiary {
    padding: 15px 30px;
    background-color: #fff;
    color: var(--color-secondary);
    display: flex;
    align-items: center;
    justify-content: space-between;
} 
.btn.btn-tertiary .bi-arrow-right-circle {
    font-size: 36px;
    margin-right: -15px;
    margin-left: 50px;
} 
.btn.btn-tertiary:hover {
    background-color: var(--color-secondary);
    color: #fff;
} 
.btn i,
.btn .bi {
    vertical-align: 1px;
    margin-right: 4px;
}
.btn:focus,
button:focus {
    outline: none;
}
.btn-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-right: 10px;
}
.btn-icon i {
    margin-right: 0 !important;
}
.btn-color-1 {
    color: var(--color-accent-1);
    background-color: var(--color-accent-1-graded);
}
.btn-color-1:hover,
.btn-color-1.active {
    color: #fff;
    background-color: var(--color-accent-1);
}
.btn-color-2 {
    color: var(--color-accent-2);
    background-color: var(--color-accent-2-graded);
}
.btn-color-2:hover,
.btn-color-2.active {
    color: #fff;
    background-color: var(--color-accent-2);
}
.btn-color-3 {
    color: var(--color-accent-3);
    background-color: var(--color-accent-3-graded);
}
.btn-color-3:hover,
.btn-color-3.active {
    color: #fff;
    background-color: var(--color-accent-3);
}
.btn-color-4 {
    color: var(--color-accent-4);
    background-color: var(--color-accent-4-graded);
}
.btn-color-4:hover,
.btn-color-4.active {
    color: #fff;
    background-color: var(--color-accent-4);
}
.link-img {
    text-decoration: none;
    display: block;
    border-radius: 0 70px 70px 70px;
    position: relative;
    padding: auto;
    padding: 80px 50px 30px;
    z-index: 1;
    overflow: hidden;
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: 2px;
    color: var(--color-primary);
    transition: all .4s;
}
.link-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    transition: all .4s;
}
.link-img span {
    height: 57px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.link-img span b {
    display: block;
    font-weight: 500;
}
.link-img:hover {
    text-decoration: none;
    color: var(--color-primary);
}
.link-img:hover img {
    transform: scale(1.05);
    filter: grayscale(1)
}

/* Inputs */

.form-control {
    border-radius: 0;
    height: 40px;
    padding: 12px;
}
.form-control:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 0.2rem rgba(var(--color-primary-rgb),.3);
}
.form-check-input {
    margin-top: 5px;
}
select.form-control {
    padding: 2px 8px;
}
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: 1.5em;
    margin-bottom: 5px;
}

/* Dropdowns */

.dropdown-menu {
    border-radius: 0 20px 20px 20px;
    border-color: transparent;
    padding: 5px;
    box-shadow: 0 0 37px rgba(0,0,0,.06);
    overflow: hidden;
}
.dropdown-item {
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 0 20px 20px 20px;
}
.dropdown-item:hover {
    color: #fff !important;
    background: var(--color-primary);
}
.dropdown-item.active, 
.dropdown-item:active {
    color: #fff !important;
    background: var(--color-primary);
}
button[data-toggle="dropdown"] .bi-chevron-down {
    transition: all .2s;
    display: inline-block;
    font-size: 14px;
    vertical-align: 3px;
}
button[aria-expanded="true"] .bi-chevron-down {
    transform: rotate(180deg);
}

/* Responsive ; Media Query */

@media (max-width:767px) {
    header.homepage h1 {
        font-size: 29px;
    }
    .map-wrapper {
        width: calc(100% - 20px);
        height: 400px;
        margin-bottom: 40px;
    }
    .section-img-right,
    .section-img-left,
    .section-img-right-sm,
    .map-wrapper {
        width: calc(100% - 20px);
        height: 400px;
        object-fit: cover;
        object-position: center;
        margin-bottom: 30px;
    }
    .section-img-right,
    .section-img-right-sm {
        border-radius: 15px 0 0 15px;
        margin-left: 20px;
    }
    .section-img-left,
    .map-wrapper {
        border-radius: 0 15px 15px 0;
        margin-right: 20px;
    }
}

@media (max-width:991px) {
    nav {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    nav .nav-logo {
        width: auto;
    }
    nav .nav-content {
        position: absolute;
        top: 100%;
        background: #fff;
        width: 100%;
        z-index: 1024;
        left: 0;
        border-radius: 0 0 20px 20px;
        padding: 0 20px 20px;
        flex-direction: column;
        border: 1px solid var(--color-border);
        box-shadow: 0 110px 100px 0px rgba(0,0,0,.3);
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
        transition: all .2s;
    }
    nav .nav-content ul {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    nav .nav-btn {
        width: calc(100% + 44px);
        margin: 0 -22px;
    }
    nav .nav-content ul .nav-link::before {
        bottom: 8px;
        left: -15px;
    }
    nav .nav-content .nav-content-top {
        flex-direction: column-reverse;
        align-items: center;
    }
    nav .nav-content .nav-content-top ul {
        flex-direction: column;
    }
    nav .nav-content .nav-content-top ul {
        flex-direction: column;
    }
    nav .nav-content .nav-content-top .nav-content-top-link {
        padding: 14px 18px !important;
        font-weight: 500;
        border-radius: 22px;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: .04rem;
        transition: all .2s;
        background-color: rgba(0,0,0,.04);
        display: block;
        border: none !important;
        /* border: 1px solid #000; */
        text-align: center;
    }
    nav .nav-content .nav-content-top .nav-content-top-link.active {
        background-color: rgba(0,0,0,.2);
    }
    nav .nav-content .nav-content-bottom ul {
        flex-direction: column;
    }
    nav .nav-content .nav-content-bottom,
    nav .nav-content .nav-content-bottom li,
    nav .nav-content .nav-content-bottom .btn,
    nav .nav-content .nav-content-top ul,
    nav .nav-content .nav-content-top li,
    nav .nav-content .nav-content-top a {
        width: 100%;
    }
    nav .nav-menu .dropdown.show {
        text-align: center;
    }
    nav .nav-menu .dropdown-menu {
        transform: none !important;
        position: relative !important;
        left: -20px !important;
        right: -40px;
        width: calc(100% + 40px);
        border-radius: 0;
        border-top: 1px solid var(--color-border);
        border-bottom: 1px solid var(--color-border);
        box-shadow: none;
    }
    nav .nav-menu .dropdown-divider {
        border-top: 1px solid var(--color-border);
        width: calc(100% + 40px);
        margin-left: -45px;
        margin-right: -45px;
    }
    nav .nav-actions {
        display: none;
    }
    nav .nav-content.opened {
        opacity: 1;
        transform: scaleY(1);
    }
    nav .nav-menu li:not(:last-child) {
        margin-bottom: 10px;
    }
    nav.nav-wrapper .container {
        justify-content: space-between;
    }
    nav .nav-menu li.nav-item-logo {
        display: none;
    }
    nav .nav-menu li .nav-link {
        color: var(--color-primary);
    }
    nav .nav-menu li .nav-link.active {
        color: var(--color-primary);
        font-weight: 700;
    }
    nav .nav-infos {
        display: none;
    }
    section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .block {
        padding: 40px;
    }
    .section-half {
        padding-bottom: 300px !important;
    }
    .section-half .section-half-img,
    .section-half .section-half-img-left,
    .section-half .section-half-map {
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% - 300px);
        bottom: 0;
        width: auto;
        height: auto;
        overflow: hidden;
    }
    .section-half .col-lg-5, 
    .section-half .col-lg-6,
    .section-half .col-md-5, 
    .section-half .col-md-6 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .carousel-control-next {
        top: calc(100% - 60px)
    }
    .carousel-control-next i {
        transform: translateX(-18px);
    }
}

@media (min-width:768px) {
    .map-wrapper {
        position: absolute;
        top: 0;
        width: 58.333333%;
        height: 100%;
    }
    .section-img-right,
    .section-img-right-sm,
    .section-img-left {
        position: absolute;
        top: 0;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .section-img-right {
        left: 58.333333%;
        width: 41.666667%;
        border-radius: 15px 0 0 15px;
    }
    .section-img-right-sm {
        left: 50%;
        width: 50%;
        border-radius: 15px 0 0 15px;
    }
    .section-img-left {
        right: 50%;
        width: 50%;
        border-radius: 0 15px 15px 0;
    }
    .map-wrapper {
        right: 41.666667%;
        border-radius: 0 15px 15px 0;
    }
}
@media (min-width:992px) {
    nav .nav-menu-btn {
        display: none;
    }
    nav .nav-menu,
    nav .nav-infos {
        flex: 1;
    }
    nav .nav-logo,
    nav .nav-btn {
        flex: none;
        width: 180px;
    }
    nav .nav-actions {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
    }
    nav .nav-menu li .nav-link.active {
        font-weight: 500;
    }
    nav .nav-menu li .nav-link.active::after {
        content: " ";
        width: 7px;
        height: 7px;
        border-radius: 100%;
        border: 1px solid #fff;
        position: absolute;
        top: 98%;
        left: 50%;
        transform: translateX(-50%);
        transition: all .3s;
    }
    .section-half .col-lg-6,
    .section-half .col-md-6 {
        padding-right: 100px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    
    nav .nav-logo img {
        width: 100%;
        max-width: 100%;
    }
    nav .nav-menu li a {
        margin-left: 10px;
        margin-right: 8px;
    }
    nav .nav-menu li a:not(.dropdown-item), 
    nav .nav-menu li button {
        padding: 5px 0;
    }
}
@media (min-width:1199px) {
    .map-wrapper {
        right: calc(50% - 90px);
        width: calc(50% + 90px);
    }
}
@media (min-width:1920px) {
    .map-wrapper,
    .section-img-left,
    .section-img-right,
    .section-img-right-sm {
        border-radius: 15px;
    }
    .map-wrapper {
        width: 645px;
        right: calc(50% - 90px);
    }
    .section-img-left,
    .section-img-right-sm {
        width: 555px;
    }
    .section-img-right {
        left: calc(50% + 100px);
        width: 455px;
    }
}