@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/* -------------------------
   1. RESET
   ------------------------- */

*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
}

ul[role='list'], ol[role='list'] {
  padding: 0;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
  margin: 0;
}

textarea {
  resize: vertical;
}

input, select, textarea {
  font-size: 16px;
}

a {
  text-decoration: none;
  color: inherit;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 3px solid #0d6efd;
  outline-offset: 2px;
}

html {
  scroll-behavior: smooth;
}

/* -------------------------
   2. VARIABLES GLOBALES
   ------------------------- */

:root {
  --body-bg: #020202;
  --body-color: #cccccc;
  --body-color-strong: #9b6b23;
  --heading-color: #d1943b;
  --muted: #6c757d;

  --radius-sm: 4px;
  --radius: 8px;
  --radius-lg: 16px;

  --shadow-sm: 0 .125rem .25rem rgba(0,0,0,.075);
  --shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  --shadow-lg: 0 1rem 3rem rgba(0,0,0,.175);
}

/* -------------------------
   3. TYPOGRAPHIE & BODY
   ------------------------- */

@font-face {
  font-family: "Poppins";
  src: url(../fonts/poppins-regular.ttf);
  font-weight: 500;
}

@font-face {
  font-family: "Poppins";
  src: url(../fonts/poppins-light.ttf);
  font-weight: 300;
}

@font-face {
  font-family: "Poppins";
  src: url(../fonts/poppins-semibold.ttf);
  font-weight: 600;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
  background: var(--body-bg);
  color: var(--body-color);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Poppins";
}

p {
  line-height: 2rem;
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
  font-family: "Poppins";
  font-weight: 300;
}

p strong {
    color: var(--body-color-strong);
}

h1, h2, h3, h4, h5, h6 {
    color: var(--heading-color);
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
    letter-spacing: 10px;
    background-image: linear-gradient(180deg, #d1943b 0%, #000000 120%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}

ul.rnr-ul {
    list-style-type: none;
    padding-left: 0;
}

ul.rnr-ul li {
    background-image: url("../img/rnr-li-gfx.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
    line-height: 1.5rem;
    padding: 0.6rem 0 0.6rem 2rem;
}

small {
  font-size: 0.875rem;
}

a, button { 
    cursor: url("../cursor/cursor.cur"), auto !important;
}

/* -------------------------
   5. TABLEAUX
   ------------------------- */

table {
  border-collapse: collapse;
}

th, td {
  padding: .5rem;
}

/* -------------------------
   6. ACCESSIBILITÉ / UX
   ------------------------- */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

::selection {
  background: rgba(13,110,253,.3);
}

/* -------------------------
   7. UTILITIES HELPER
   ------------------------- */

/* Max width container helper */
.wrapper {
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 1rem;
}

/* Image ronde auto */
.img-round {
  border-radius: 50%;
  object-fit: cover;
}

/* Ombres utilitaires */
.shadow-sm { box-shadow: var(--shadow-sm) !important; }
.shadow    { box-shadow: var(--shadow) !important; }
.shadow-lg { box-shadow: var(--shadow-lg) !important; }

/* Radius helpers */
.radius-sm { border-radius: var(--radius-sm); }
.radius    { border-radius: var(--radius); }
.radius-lg { border-radius: var(--radius-lg); }

/* Texte muted custom */
.text-muted-strong {
  color: var(--muted);
}

/* -------------------------
   7. CUSTOM
   ------------------------- */

/* NAV */
.navbar {
    background-color: #000000a8;
    backdrop-filter: blur(5px);
}

.navbar .navbar-right a i {
    transition: .2s all;
}

.navbar .navbar-right a i:hover {
    color: var(--heading-color);
}

.navbar #navbarNav .nav-item .nav-link {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 0.8rem;
    transition: .2s all;
}

.navbar #navbarNav .nav-item .nav-link:hover {
    color: var(--heading-color);
}

.navbar-3zones {
    display: grid !important;
    grid-template-columns: auto auto auto;
    align-items: center;
    width: 100%;
}

@media (min-width: 992px) {
    .navbar-3zones {
        grid-template-columns: 1fr auto 1fr;
    }
}

.navbar-left {
    justify-self: start;
}

.navbar-center {
    justify-self: center;
    margin: 0;
}

.navbar-right {
    justify-self: end;
}

@media (max-width: 991.98px) {
    .navbar-3zones {
        grid-template-columns: auto 1fr auto; /* logo | espace flexible | icônes */
    }

    .navbar-center {
        justify-self: start; /* Logo collé à gauche */
    }

    .navbar-right {
        justify-self: end; /* Icônes à droite */
    }
}

/* HERO section */
.hero {
    background: url("../img/rocknride-banner.png");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 100vh;
}

.hero .row {
    height: 100vh;
    flex-direction: column;
    align-content: center;
    align-items: center;
    /*justify-content: space-evenly;*/
    justify-content: center;
}

.hero h1 {
    font-size: 5rem;
    max-width: 700px;
    font-weight: 200;
    line-height: 4.5rem;
    margin-top: 10rem;
    margin-bottom: 6rem;
    text-align: center;
    background-image: linear-gradient(180deg, #d1943b 40%, #00000000 105%);
}

.hero h2 {
    font-size: 1.2rem;
    letter-spacing: 1px;
    font-family: "Poppins";
    font-weight: 300;
    -webkit-text-fill-color: #cccccc;
    text-align: center;
    text-shadow: 1px 1px 10px #000000;
}

.hero .scrolldown {
    display: block;
    text-align: center;
}

.hero .scroll-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border: 1px solid #d4a24c;
    border-radius: 50%;
    color: #d4a24c;
    text-decoration: none;
    transition: all .3s ease;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%   { box-shadow: 0 0 0 0 rgba(212,162,76,.5); }
    100% { box-shadow: 0 0 0 20px rgba(212,162,76,0); }
}

.hero .scroll-btn i {
    font-size: 15px;
}

.hero .scroll-btn:hover {
    background: rgba(212,162,76,0.12);
    box-shadow: 0 0 15px rgba(212,162,76,0.4);
}

@media (max-width: 991.98px) {
    .hero {
        height: 65vh;
        margin-bottom: 10rem;
    }
    .hero .row {
        height: 65vh;
        justify-content: center;
    }
    .hero h1 {
        font-size: 5rem;
        letter-spacing: 5px;
        line-height: 4.5rem;
        margin-bottom: 1rem;
    }
    .hero .scrolldown {
        margin-top: 3rem;
    }
}

@media (max-width: 575.98px) {
    .hero {
        height: 55vh;
    }
    .hero .row {
        height: 55vh;
        justify-content: flex-end;
    }
    .hero h2 {
        font-size: 0.7rem;
    }
    .hero h1 {
        font-size: 4rem;
        letter-spacing: 5px;
        line-height: 3.6rem;
        margin-top: 5rem;
        margin-bottom: 1rem;
    }
    .hero .scrolldown {
        display: none;
    }
}


/* ALL sections */
.section {
    margin-bottom: 5rem;
    position: relative;
}

.section-title {
    text-align: center;
}

.section-title h2 {
    font-size: 4rem;
    margin-bottom: 3rem;
}

.section-title h3 {
    font-size: 2.8rem;
    font-weight: 300;
    margin-bottom: -10px;
}

@media (max-width: 767.98px) {
    .section-title h2 {
        line-height: 3rem; 
        font-size: 3rem;
        letter-spacing: 5px;
    }

    .section-title h3 {
        font-size: 2rem;
        margin-bottom: -5px;
    }
}


/* ABOUT section */
#about {
    margin-top: 3rem;
}

#about .bg-image {
    background: url('../img/rnr-bg-ellipse.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 900px;
    height: 900px;
    top: -100px;
    left: -100px;
    z-index: -50;
}

#about .bg-image-2 {
    background: url('../img/rnr-bg-ellipse.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 900px;
    height: 900px;
    bottom: -430px;
    right: 0;
    z-index: -100;
}

#about .about-img {
    border-radius: 2rem;
    width: 100%;
    height: auto;
}

#about .about-numbers {
    margin-top: 5rem;
    margin-bottom: 2rem;
}

#about .about-numbers h5 {
    -webkit-text-fill-color: #cccccc;
    background-image: none;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    font-family: "Poppins";
    letter-spacing: 0;
}

#about .about-numbers h5 {
    font-size: 3rem;
    font-family: "Alex Brush";
    color: #ffffff;
    text-align: center;
}

@media (max-width: 991.98px) {
    #about .about-numbers {
        margin-top: 2rem;
        margin-bottom: 5rem;
    }
    #about .about-numbers .col-4 {
        text-align: center;
    }
    #about .about-numbers .col-4:first-child {
        text-align: left;
    }
    #about .about-numbers .col-4:last-child {
        text-align: right;
    }
}


/* SERVICES section */
#services {
    margin-bottom: 10rem;
}

#services p {
    font-size: 1rem;
    line-height: 1.8rem;
}

#services .service-card {
    position: relative;
}

#services .service-card span {
    font-weight: 300;
    font-size: 1.4rem;
    color: #ffffff;
    position: absolute;
}

#services .service-card h3 {
    font-size: 2.8rem;
    font-weight: 300;
    margin-left: 2.6rem;
}

#services .service-road {
    margin-bottom: 10rem;
    position: relative;
}

#services .service-road .row {
    min-height: 50vh;
}

#services .service-road .bg-image {
    background: url('../img/rnr-bg-ellipse.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 900px;
    height: 900px;
    top: -100px;
    left: -220px;
    z-index: -50;
}

#services .service-road .bg-image-2 {
    background: url('../img/rnr-bg-road.png');
    background-repeat: no-repeat;
    background-size: 90%;
    position: absolute;
    width: 1010px;
    height: 780px;
    top: -50px;
    left: -220px;
    z-index: -100;
}

#services .service-business {
    margin-bottom: 20rem;
    position: relative;
}

#services .service-business .row {
    min-height: 40vh;
}

#services .service-business .bg-image {
    background: url('../img/rnr-bg-ellipse.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 900px;
    height: 900px;
    top: -400px;
    right: -100px;
    z-index: -50;
}

#services .service-business .bg-image-2 {
    background: url('../img/rnr-bg-business.png');
    background-repeat: no-repeat;
    position: absolute;
    background-size: 80%;
    width: 1300px;
    height: 850px;
    top: 20px;
    left: -120px;
    z-index: -100;
}

#services .service-events {
    margin-bottom: 20rem;
    position: relative;
}

#services .service-events .row {
    min-height: 40vh;
}

#services .service-events .bg-image {
    background: url('../img/rnr-bg-ellipse.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 900px;
    height: 900px;
    top: -230px;
    left: -220px;
    z-index: -50;
}

#services .service-events .bg-image-2 {
    background: url('../img/rnr-bg-events.png');
    background-repeat: no-repeat;
    background-size: 80%;
    position: absolute;
    width: 1400px;
    height: 950px;
    top: 0;
    left: 150px;
    z-index: -100;
}

#services .service-conciergerie {
    margin-bottom: 10rem;
    position: relative;
}

#services .service-conciergerie .row {
    min-height: 10vh;
}

#services .service-conciergerie .bg-image {
    background: url('../img/rnr-bg-ellipse.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 900px;
    height: 900px;
    top: -280px;
    right: -200px;
    z-index: -50;
}

#services .service-conciergerie .bg-image-2 {
    background: url('../img/rnr-bg-vehicles.png');
    background-repeat: no-repeat;
    background-size: 80%;
    position: absolute;
    width: 1500px;
    height: 850px;
    top: 50px;
    left: -200px;
    z-index: -100;
}

@media (max-width: 991.98px) {
    #services .service-card h3 {
        font-size: 2rem;
        letter-spacing: 5px;
    }
    #services .service-road .row {
        min-height: 0;
    }
    #services .service-business .row {
        min-height: 0;
    }
    #services .service-events .row {
        min-height: 0;
    }
    #services .service-conciergerie .row {
        min-height: 0;
    }
    #services .service-road .bg-image-2 {
        left: -50%;
    }
    #services .service-business .bg-image-2 {
        top: -30%;
        background-blend-mode: darken;
        background-color: rgba(0, 0, 0, 0.3);
    }
    #services .service-events .bg-image-2 {
        left: -50%;
        top: -50px;
    }
    #services .service-conciergerie .bg-image-2 {
        left: -70%;
        top: 50%;
    }
}

@media (max-width: 767.98px) {
    #services .service-road .bg-image-2 {
        left: -50%;
        background-blend-mode: darken;
        background-color: rgba(0, 0, 0, 0.4);
    }
    #services .service-business .bg-image-2 {
        top: -40%;
        background-blend-mode: darken;
        background-color: rgba(0, 0, 0, 0.4);
    }
    #services .service-events .bg-image-2 {
        left: -50%;
        top: -50px;
        background-blend-mode: darken;
        background-color: rgba(0, 0, 0, 0.4);
    }
    #services .service-conciergerie .bg-image-2 {
        left: -70%;
        top: 50%;
        background-blend-mode: darken;
        background-color: rgba(0, 0, 0, 0.4);
    }
}

@media (max-width: 575.98px) {
    #services .service-card h3 {
        font-size: 2rem;
        letter-spacing: 5px;
    }
    #services .service-road .row {
        min-height: 0;
    }
    #services .service-business .row {
        min-height: 0;
    }
    #services .service-events .row {
        min-height: 0;
    }
    #services .service-conciergerie .row {
        min-height: 0;
    }
    #services .service-road .bg-image-2 {
        left: -50%;
        background-blend-mode: darken;
        background-color: rgba(0, 0, 0, 0.4);
    }
    #services .service-business .bg-image-2 {
        top: -50%;
        background-blend-mode: darken;
        background-color: rgba(0, 0, 0, 0.4);
    }
    #services .service-events .bg-image-2 {
        left: -50%;
        top: -50px;
        background-blend-mode: darken;
        background-color: rgba(0, 0, 0, 0.4);
    }
    #services .service-conciergerie .bg-image-2 {
        left: -100%;
        top: 50%;
        background-blend-mode: darken;
        background-color: rgba(0, 0, 0, 0.4);
    }
}


/* VEHICLES section */
#vehicles {
    margin-bottom: 8rem;
}

#vehicles .bg-image {
    background: url('../img/rnr-bg-ellipse.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 900px;
    height: 900px;
    top: 0;
    left: -100px;
    z-index: -100;
}

#vehicles .vehicle-img {
    border-radius: 2rem;
    width: 100%;
    height: auto;
}

#vehicles .nav-tabs {
    margin-bottom: 4rem;
    border: 0;
    background-color: #101215;
    border-radius: 2rem;
    justify-content: space-between;
    padding: 0.5rem;
}

#vehicles .nav-tabs .vehicle-tab {
    padding: 0.5rem 1.5rem;
    border: 2px solid #101215;
    transition: .2s all;
}

#vehicles .nav-tabs .vehicle-tab:hover {
    border: 2px solid #6b6b6b;
    border-radius: 2rem;
}

#vehicles .nav-tabs .vehicle-tab:hover span {
    background-image: linear-gradient(180deg, #acacac 0%, #000000 150%);
}

#vehicles .nav-tabs .vehicle-tab span {
    font-family: "Raleway", sans-serif;
    letter-spacing: 3px;
    background-image: linear-gradient(180deg, #acacac 0%, #000000 120%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.3rem;
    transition: .2s all;
}

#vehicles .nav-tabs .vehicle-tab.active {
    border: 2px solid #9b6b23;
    border-radius: 2rem;
    background-color: transparent;
}

#vehicles .nav-tabs .vehicle-tab.active span {
    background-image: linear-gradient(180deg, #d1943b 0%, #000000 200%);
}

@media (max-width: 991.98px) {
    #vehicles .nav-tabs {
        margin-bottom: 1rem;
    }
}

@media (max-width: 575.98px) {
    #vehicles .nav {
        flex-direction: column;
        align-items: center;
    }

    #vehicles .nav .nav-item,
    #vehicles .nav .nav-item button {
        width: 100%;
    }
}


/* CONTACT section */
#contact {
    margin-bottom: 10rem;
}

#contact span.contact-title {
    font-weight: 600;
}

#contact p a {
    color: var(--body-color-strong);
    font-size: 2.2rem;
}

@media (max-width: 1199.98px) {
    #contact .col-12 {
        text-align: center;
    }
}

@media (max-width: 991.98px) {
    #contact .section-title h2 {
        line-height: 2.8rem; 
        font-size: 2.5rem;
    }
    #contact .section-title h3 {
        font-size: 1.8rem;
    }
}


/* FOOTER section */ 
footer p {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 300;
}

footer p.quote {
    font-size: 3rem;
    margin-bottom: 5rem;
    font-family: "Alex Brush", sans-serif;
    font-weight: 300;
}

@media (max-width: 575.98px) {

}