:root {
    --font-myriad-pro: "Source Sans 3", sans-serif;
    --inset: -2px;
}

.btn-1 {
    position: relative;
    background: #A58D44;
    height: 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    color: #FFFFFF;
    font-family: var(--font-myriad-pro);
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 10px;
    ;
}

.btn-1::after {
    content: "";
    position: absolute;
    inset: 2px;
    background: var(--tg-theme-primary);
    border: 1px solid var(--tg-color-dark);
    z-index: -1;
    transition: 0.4s;
}

.line1,
.line2,
.line3,
.line4 {
    position: absolute;
    background: #A58D44;
    transition: all 0.8s ease;
}

.line1 {
    width: 1.8px;
    bottom: 8px;
    height: 50%;
    left: -3px;
}

.line2 {
    width: 90%;
    top: -3px;
    height: 1.8px;
    left: 8px;
}

.line3 {
    width: 1.8px;
    top: 8px;
    height: 50%;
    right: -3px;
}

.line4 {
    width: 90%;
    bottom: -3px;
    height: 1.8px;
    right: 8px;
}

.btn-1:hover .line1,
.btn-1:hover .line2,
.btn-1:hover .line3,
.btn-1:hover .line4 {
    border-radius: 12px;
}

.btn-1:hover {
    background: #C6AC7D;
    color: #FFFFFF;
}

.btn-1:hover .line4,
.btn-1:hover .line2 {
    width: calc(100% - 16px);
    background: #C6AC7D;
}

.btn-1:hover .line1,
.btn-1:hover .line3 {
    height: calc(100% - 16px);
    background: #C6AC7D;
}

.btn-1::after {
    content: '';
    position: absolute;
    inset: -3px;
    background: transparent;
    border: 2px solid #A58D44;
    border-radius: 10px;
    opacity: 1;
    transition: all 1.3s ease;
}

.btn-1:hover:after {
    opacity: 0;
    transition: all 1.3s ease;
    border: 2px solid #C6AC7D;
}

.btn-2 {
    position: relative;
    height: 49px;
    background: transparent;
    display: inline-flex;
    align-items: center;
    color: #FFFFFF;
    font-family: var(--font-myriad-pro);
    font-weight: 700;
    font-size: clamp(13px, .5vw + 1rem, 30px);
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
}

.btn-2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FFFFFF;
    width: 120px;
    height: 8px;
    transition: all 0.4s ease;
}

.btn-2:hover:before {
    width: 100%;
}

.btn-2:hover {
    color: #FFFFFF;
}

.sect-title {
    margin-bottom: 50px;
}

.sub-title {
    position: relative;
    font-family: var(--font-myriad-pro);
    font-weight: 400;
    font-size: clamp(13px, 0.22vw + 1rem, 20px);
    line-height: 100%;
    text-transform: uppercase;
    color: #A58D44;
    padding-top: 15px;
    display: inline-block;
    margin-bottom: 30px;
}

.sect-title.text-center .sub-title::before {
    left: 50%;
    transform: translateX(-50%);
}

.sub-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 45px;
    background: #A58D44;
    transform: translateX(0);
}

.bloc-title {
    font-family: var(--font-myriad-pro);
    font-weight: 700;
    font-size: clamp(13px, 1.375vw + 1rem, 38px);
    line-height: 1.2;
    color: #1F3643;
}

.contact-footer:hover {
    color: #FFFFFF;
}

.contact-footer:hover span,
.copyright a:hover {
    color: #A58D44;
}

.email-nav,
.email-nav i {
    transition: color 0.3s ease;
}

.email-nav:hover i,
.email-nav:hover {
    color: #A58D44;
}

.contact-footer2 a:hover,
.lien-footer a:hover {
    color: #A58D44;
}

.btn-nav:hover {
    background: #1F3643;
}

section {
    padding-top: clamp(50px, 15vh, 150px);
    padding-bottom: clamp(50px, 15vh, 150px);
    position: relative;
}

.titre-slide span {
    font-family: var(--font-myriad-pro);
    font-weight: 700;
    font-size: clamp(26px, 2vw + 1rem, 80px);
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #C6AC7D;
    display: inline-block;
}

.Mypage.page .titre-slide span {
    font-size: clamp(26px, 3.6vw + 1rem, 60px);
    color: #FFFFFF;
    text-align: center;
}

.titre-slide>span::first-letter {
    color: #FFFFFF;
}

p {
    margin-bottom: 1.67em;
}

.owl-item.active .item-slide .titre-slide {
    animation: fadeUp1 2s ease forwards;
}

.owl-item.active .btn-slide {
    animation: fadeDown1 2s ease forwards;
}


/* Keyframes */

@keyframes fadeDown1 {
    0% {
        opacity: 0;
        transform: translateY(75px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeUp1 {
    0% {
        opacity: 0;
        transform: translateY(-75px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

figure {
    margin: 0;
}

a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}

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

strong,
b {
    font-weight: 700;
}

iframe {
    width: 100%;
    border: none;
    display: block;
}

.img-resp,
img {
    max-width: 100%;
    height: auto;
}

*::-moz-selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

.opacity-25 {
    opacity: 0.25;
}

.opacity-52 {
    opacity: 0.52;
}

.opacity-48 {
    opacity: 0.48;
}

.opacity-43 {
    opacity: 0.43;
}

.opacity-4 {
    opacity: 0.4;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-05 {
    opacity: 0.05;
}

.box-shadow {
    -webkit-box-shadow: 4px 2px 35px 0 rgba(0 0 0 / 28%);
    box-shadow: 4px 2px 35px 0 rgba(0 0 0 / 28%);
}

.width-50 {
    width: 50%;
}

.flex--1 {
    -ms-flex: 1;
    flex: 1;
}

.z-index--1 {
    z-index: 1 !important;
}

.z-index--2 {
    z-index: 2 !important;
}

.z-index--auto {
    z-index: auto !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.margin-b-80px {
    margin-bottom: 80px;
}

.margin-b-65px {
    margin-bottom: 65px;
}

.margin-b-40px {
    margin-bottom: 40px;
}

.padding-l-60px {
    padding-left: 60px !important;
}

.margin-b-60px {
    margin-bottom: 60px;
}

.margin-b-50px {
    margin-bottom: 50px;
}

.mb-35px {
    margin-bottom: 35px !important;
}

.margin-b-30px {
    margin-bottom: 30px;
}

.mb-16px {
    margin-bottom: 16px;
}

.margin-b-18px {
    margin-bottom: 18px;
}

.margin-l-neg15px {
    margin-left: -15px;
}

.margin-r-neg15px {
    margin-right: -15px;
}

.padding-r-45px {
    padding-right: 45px;
}

.padding-l-45px {
    padding-left: 45px;
}

.border-radius-25px {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.v-middle {
    transform: translateY(-50%);
    top: 50%;
}

.h-middle {
    transform: translateX(-50%);
    left: 50%;
}

.overflow-hidden {
    overflow: hidden;
}

.cursor-pointer {
    cursor: pointer;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-pos-tl {
    background-position: top left;
}

.bg-pos-tr {
    background-position: top right;
}

.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.objectif-pos-r {
    object-position: right;
}

.top-0 {
    top: 0 !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.left-0 {
    left: 0 !important;
}

.right-0 {
    right: 0 !important;
}

.width-50 {
    width: 50%;
}

.column-gap-30px {
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

.column-gap-50px {
    -moz-column-gap: 50px;
    -webkit-column-gap: 50px;
    column-gap: 50px;
}

.column-count-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.letter-spacing-07 {
    letter-spacing: 0.07em;
}

.pl-1-perso {
    padding-left: .25rem;
}

.pr-1-perso {
    padding-right: .25rem;
}


/** Transition **/

img,
svg,
svg path {
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header__top {
    padding: 26px 0;
    position: relative;
    background: #232323;
}

.main-header__top-items {
    display: flex;
    align-items: center;
    gap: 84px;
}

.main-header__top-item {
    font-family: "Gill Sans MT", serif;
    color: #dddddd;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2em;
    display: flex;
    align-items: center;
}

.form-control,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    line-height: 1.2em;
    font-style: normal;
    vertical-align: middle;
    width: 100%;
    text-transform: inherit;
    outline: none;
    border: 0;
    background-color: #e8e8e8;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    z-index: 1;
}

button,
input[type="submit"],
input[type="button"] {
    line-height: 1.2em;
    text-transform: none;
    border: 0;
    text-align: center;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    z-index: 1;
}

.para-pre p img,
.para-pre h2 img {
    display: none;
}

.para-pre h2 {
    font-family: var(--font-myriad-pro);
    font-weight: 600;
    font-size: clamp(13px, 0.85vw + 1rem, 32px);
    line-height: 1.2;
    color: #1F3643;
}