@import '../../node_modules/bootstrap/dist/css/bootstrap.css';

@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

:root {
    --bs-dark-rgb: 9, 9, 9;
    --bs-secondary-rgb: 247, 243, 234;
    --bs-link-color-rgb: 130, 130, 130;
}

body {
    background-color: #ffffff;
    color: #333;
}


p,
.cta-button,
.line-accent {
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    font-family: Poppins, sans-serif;
    color: #828282;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", sans-serif;
    color: #090909;
}

.btn-primary {
    /* Boutons primaires */
    display: inline-block;
    border: none;
    border-radius: 0px;
    text-decoration: none;
    cursor: pointer;
    padding: 22px 40px;
    background-color: #c9a969;
    transition: background-color 400ms ease;
    color: #fff;
    font-size: 1rem;
    line-height: 1.125rem;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.btn-primary:hover {
    background-color: #b0945c;
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
    color: #fff;
}

.btn-primary:disabled {
    background-color: #e3d1b0;
    color: #b0a897;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

.btn-primary:disabled:hover,
.btn-primary:disabled:focus {
    background-color: #e3d1b0;
    color: #b0a897;
    transform: none;
}

.btn-secondary {
    display: inline-block;
    border: none;
    border-radius: 0px;
    text-decoration: none;
    cursor: pointer;
    padding: 22px 40px;
    background-color: #5da6d1;
    transition: background-color 400ms ease;
    color: #fff;
    font-size: 1rem;
    line-height: 1.125rem;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.btn-secondary:hover {
    background-color: #7ebce6;
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
    color: #fff;
}

.btn-download {
    display: inline-block;
    border: none;
    border-radius: 0px;
    text-decoration: none;
    cursor: pointer;
    padding: 22px 40px;
    background-color: #82bf56;
    transition: background-color 400ms ease;
    color: #fff;
    font-size: 16px;
    line-height: 1.125em;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.btn-download:hover {
    background-color: #a3d878;
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
    color: #fff;
}

/* Boutons de danger */
.btn-danger {
    display: inline-block;
    border: none;
    border-radius: 0px;
    text-decoration: none;
    cursor: pointer;
    padding: 22px 40px;
    background-color: #d35400;
    transition: background-color 400ms ease;
    color: #fff;
    font-size: 1rem;
    line-height: 1.125rem;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.btn-danger:hover {
    background-color: #e67e22;
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
    color: #fff;
}

.btn-danger:disabled {
    background-color: #d8bfb7;
    color: #777;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

.logo img {
    max-width: 150px;
}

h1 {
    margin: 0px 0 24px;
    font-size: 54px;
    line-height: 1.167em;
}

h2 {
    font-size: 38px;
    line-height: 1.263em;
    margin: 0px;
}

.line-accent {
    background-color: #c9a969;
    margin-bottom: 34px;
    width: 99px;
    height: 1px;
}

.line-accent.center {
    display: block;
    margin: 0 auto;
}

.line-separator {
    background-color: #AAA;
    width: 100%;
    height: 0.6px;
}

/* bg-dark */
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark p {
    color: white;
}

.bg-dark .btn-primary {
    display: inline-block;
    border: 2px solid white;
    border-radius: 0px;
    text-decoration: none;
    cursor: pointer;
    padding: 22px 40px;
    background-color: #090909;
    transition: background-color 400ms ease;
    color: #fff;
    border-color: #fff;
    font-size: 16px;
    line-height: 1.125em;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bg-dark .btn-primary:hover {
    background-color: #090909;
    border-color: #b0945c;
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
    color: #b0945c;
}

.img-full {
    max-width: 100%;
    max-height: 100%;
}

a {
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.267em;
    text-decoration: none;
    transition: color .35s;
    font-family: 'Poppins', sans-serif;
}

a:hover {
    color: #b0945c;
    /* Changer à la couleur désirée au survol */
}

a:hover {
    color: #b0945c;
    /* Changer à la couleur désirée au survol */
}

.image-background-container {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    /* ajustez cette valeur selon vos besoins */
    width: 100%;
}

.contact-form {
    font-family: 'Roboto', sans-serif;

    /* Ajustez la police selon vos besoins */
    border: 1px solid #ccc;
}

.form-input,
.form-textarea {
    border: none;
    width: 100%;
    border-bottom: 1px solid #ccc;
    outline: none;
}

.navbar {
    font-family: "Poppins", sans-serif;
    /* Vous pouvez ajouter d'autres styles ici pour surcharger davantage la classe navbar */
}



.navbar a {
    color: #090909;
    text-transform: uppercase;
    transition: color 300ms ease;
}

.navbar a:hover {
    color: #c9a969;
}


.navbar-toggler {
    font-family: "Poppins", sans-serif;
    background-color: transparent;
    border: none;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    outline: none;
    box-shadow: none !important;
}

.navbar-toggler-icon,
.navbar-toggler::before,
.navbar-toggler::after {
    content: "";
    background-color: #000;
    height: 2px;
    position: absolute;
    width: 30px;
    left: 0;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
}

.navbar-toggler-icon {
    top: 14px;
}

.navbar-toggler::before {
    top: 5px;
}

.navbar-toggler::after {
    top: 23px;
}

.navbar-toggler:hover .navbar-toggler-icon {
    transform: rotate(45deg);
}

.navbar-toggler:hover::before {
    transform: translateY(9px) rotate(-45deg);
}

.navbar-toggler:hover::after {
    transform: translateY(-9px) rotate(-45deg);
}

.card {
    border-radius: 0;

}

.card-body {
    border-radius: 0;
}


.card-header {
    background-color: rgba(var(--bs-secondary-rgb), 1);
    border-radius: 0;
}

.icon_contact {
    height: 30px;
}