/* Navbar*/
.bella-nav > .bg-red a {
  background-color: var(--bg-body-color);
  outline: none;
  padding-bottom: 0.25rem;
  padding-inline: 0.66rem;
  border-radius: 0.5rem;
}
.bella-nav > .bg-red a:hover {
  background-color: white;
}

.header-nav {
  display: flex;
  padding: 1.25rem 1rem;
  width: 100%;
  justify-content: center;
  z-index: 300;
  font-size: 1.8rem;
  background-color: var(--bg-body-color);
}

.header-nav .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5%;
}

.header-nav .logo a {
  text-align: center;
}

.header-nav .logo img {
  width: 80%;
  height: auto;
}

.header-nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 40px;
  width: 95%;
  margin-bottom: 0;
}

.header-nav ul li {
  width: 16.66%;
  text-align: center;
}

.header-nav ul li .orbe-text {
  display: none;
  transition: all 0.8s ease-in-out;
}

.header-nav ul li a {
  position: relative;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
}
.header-nav ul li a:hover {
  text-decoration: underline;
  color: #000;
}

.header-nav ul li img:hover + .orbe-text {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6705882353);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  z-index: 300;
}

/* Medium devices (Laptop, 1400px and down)
@media only screen and (max-width: 1400px) {
}
/* Medium devices (Laptop, 1200px and down)
@media only screen and (max-width: 1200px) {
}

/* Small devices (tablets, 992px and down)
@media only screen and (max-width: 992px) {
}*/
/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  .header-nav .logo {
    width: 10%;
  }
}
/* Tiny devices (phones, 576px and down) 
@media only screen and (max-width: 576px) {
}*/
#contact-form input,
#contact-form textarea {
  width: 80%;
  background-color: rgba(66, 79, 255, 0.0901960784);
  color: #f5f5f5;
  padding: 0.3rem 1rem;
  border: 1px groove rgba(7, 10, 53, 0.3843137255);
  border-radius: 5px;
}

#contact-form input::placeholder,
#contact-form textarea::placeholder {
  color: #f5f5f5;
  opacity: 0.7;
}

#contact-form label {
  font-size: 2.25rem;
  font-weight: 600;
}

/* Medium devices (Laptop, 1400px and down)
@media only screen and (max-width: 1400px) {
}
/* Medium devices (Laptop, 1200px and down)
@media only screen and (max-width: 1200px) {
}

/* Small devices (tablets, 992px and down)
@media only screen and (max-width: 992px) {
}*/
/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  #contact-form input,
  #contact-form textarea {
    width: 100%;
  }
}
/* Tiny devices (phones, 576px and down) 
@media only screen and (max-width: 576px) {
}*/
#preventes-success {
  padding-top: 3rem;
}
#home-shop form input[type=number] {
  width: 20%;
}

input:-internal-autofill-selected {
  background-color: rgba(224, 42, 32, 0.1294117647) !important;
}

/* Medium devices (Laptop, 1400px and down)
@media only screen and (max-width: 1400px) {
}
/* Medium devices (Laptop, 1200px and up)*/
@media only screen and (min-width: 1200px) {
  #home-shop .landing-img {
    max-width: 900px;
  }
}
/* Small devices (tablets, 992px and down)
@media only screen and (max-width: 992px) {
}

/* Extra small devices (phones, 768px and down) 
@media only screen and (max-width: 768px) {
}

/* Tiny devices (phones, 576px and down) 
@media only screen and (max-width: 576px) {
}*/
/* Home */
/* Medium devices (Laptop, 1400px and down)
@media only screen and (max-width: 1400px) {
}
/* Medium devices (Laptop, 1200px and down)
@media only screen and (max-width: 1200px) {
}

/* Small devices (tablets, 992px and down)
@media only screen and (max-width: 992px) {
}

/* Extra small devices (phones, 768px and down) 
@media only screen and (max-width: 768px) {
}

/* Tiny devices (phones, 576px and down) 
@media only screen and (max-width: 576px) {
}
*/
:root {
    --red-color: #e02b20;
    --bg-body-color: #f5f4f0;
    --font-family: Open Sans, Arial, sans-serif;
    --dark-overlay: #000000eb;
    --bg-black: #010106;
    --bs-body-color: #000000;
}
.text-danger {
    color: var(--red-color);
}
.btn {
    padding-inline: 15px;
    --bs-btn-font-size: 1.9rem;
}
.btn-primary {
    --bs-btn-color: black;
    --bs-btn-bg: var(--red-color);
    --bs-btn-border-color: var(--red-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #9b8026;
    --bs-btn-hover-border-color: #cddc39;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #cddc39;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--red-color);
    --bs-btn-disabled-border-color: var(--red-color);
}
* {
    box-sizing: border-box;
}
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: #00000017;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--red-color);
    border-radius: 10px;
    border: 3px none #00000017;
}
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
html,
body,
.root {
    height: 100%;
    background-color: var(--bg-body-color);
}
body {
    margin: 0;
    text-decoration: none;
    list-style: none;
    font-family: var(--font-family);
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
.bg-overlay {
    color: var(--red-color);
    background-color: #000000eb;
}
.bg-red {
    background-color: var(--red-color);
}
.card {
    --bs-card-bg: #000000eb;
}
/* Typographie */
p,
a,
span,
div,
li,
ul,
ol,
input,
textarea,
button,
.form-control {
    font-size: 1.8rem;
    line-height: 1.3;
}
h1 {
    font-size: 5rem;
    line-height: 1.2;
    font-weight: 500;
}
h2 {
    font-size: 3rem;
    line-height: 1.2;
    color: var(--red-color);
}
h3 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 600;
}
label {
    font-size: 2rem;
}
a {
    color: var(--red-color);
    text-decoration: none;
}
a:hover {
    font-weight: 600;
    text-decoration: underline;
}
.bella-text-mini {
    font-size: 0.8em;
}
.text-shadowed {
    text-shadow: 2px 2px 2px #000000eb;
}
.text-strike {
    text-decoration: line-through;
}
.form-control:focus,
.form-control:focus-visible {
    border-color: var(--red-color);
    box-shadow: 0 0 0 0.25rem rgba(224, 43, 32, 0.25);
}
input[type="text"],
input[type="tel"],
input[type="email"] {
    width: 80%;
}

/* Medium devices (Laptop, 1400px and down)
@media only screen and (max-width: 1400px) {
}
/* Medium devices (Laptop, 1200px and down)*/
@media only screen and (max-width: 1200px) {
    input[type="text"],
    input[type="tel"],
    input[type="email"] {
        width: 100%;
    }
    #home-shop {
        .landing-img {
            max-width: 900px;
        }
    }
    #success {
        .landing-img {
            max-width: 900px;
        }
    }
}

/* Small devices (tablets, 992px and down)
@media only screen and (max-width: 992px) {
}*/

/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
    h1 {
        font-size: 6.5rem;
    }
    h2 {
        font-size: 3rem;
    }
    h3 {
        font-size: 2rem;
    }
    p,
    a,
    span,
    div,
    li,
    ul,
    ol,
    input,
    textarea,
    button {
        font-size: 1.8rem;
    }
    input[type="text"],
    input[type="tel"],
    input[type="email"] {
        width: 80%;
        margin-left: 10px;
    }
    input[type="number"] {
        margin-left: 10px;
    }
}

/* Tiny devices (phones, 768px and down) 
@media only screen and (max-width: 576px) {
}*/

