html{margin: 0; padding: 0;}

body{
    background-color: #F0F0F0;
    font-family: "proxima-nova-extra-condensed", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 118px 0 0;
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-interpolation-mode: nearest-neighbor;
    text-rendering: optimizeLegibility;
    color: #000;
    transition: all 300ms ease;
}



a{color:#000; text-decoration: none; cursor: pointer; transition: all 300ms ease;}

a:hover,
a:focus{color:#CC0000; outline: none; cursor: pointer;}



/* ------------------ */
/* ----  Header  ---- */
/* ------------------ */

.header-concessionnaire{
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 0 25px;
    transition: all 300ms ease;
    box-shadow: 0 5px 40px rgba(255,255,255,0.25);
}

#navbar.normal {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
}

#navbar.hidden {
    position: fixed;
    top: -140px;
    left: 0;
    opacity: 0;
    display: block;
}

#navbar.visible {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
}

.header-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
    height: 118px;
}

.header-content__col-center{
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    max-width: 50%;
}

.header-content__logo-tel{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px 12px;
    background: linear-gradient(180deg,#2a313a 36.29%,#2a313a00);
    padding: 16px;
    height: 100%
}
.header-content__logo-honda{display: flex; align-items: center; width: 100px;}
.header-content__logo-honda img{width: 100%;}

.header-content__concess-tel{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    color: #FFF;
    height: 82px;
    justify-content: flex-end;
}

.header-content__nom-concess{
    display: flex;
    padding-right: 1px;
    color: #FFF;
    gap: 0 5px;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;  
    flex-wrap: wrap;
}

.header-content__nom-concess span{text-transform: uppercase;}
.header-content__nom-concess:hover,
.header-content__phone:hover{color: #FFF;}

.header-content__phone{
    color: #FFF;
    line-height: 24px;
    font-size: 22px;
    font-weight: 600;
}

.header-content__address svg,
.header-content__horaires .header-content__icon-horaires,
.header-content__phone svg{fill: #CC0000; width: 20px;}

.header-content__phone svg{width: 17px;}
.header-content__address svg{width: 18px;}
.header-content__horaires .header-content__icon-horaires{width: 22px;}
.header-content__horaires .header-content__arrow{width: 10px; fill:#FFF; transition: all 300ms ease;}

.header-content__phone,
.header-content__address,
.header-content__horaires .header-content__btn,
.header-content__col-contact{display: flex; align-items: center; gap: 10px; }

.header-content__col-center .header-content__col-contact{gap:30px;}

.header-content__horaires{position: relative; width:260px;}
.header-content__horaires .header-content__btn{cursor: pointer;}

.header-content__horaires.horaires-active .header-content__btn .header-content__arrow{transform: rotate(180deg);}

.header-content__address span,
.header-content__horaires span{color:#FFF; font-size: 20px; line-height: 24px; font-weight: 500;}

.header-content__horaires .header-content__detail-horaires{
    background-color: #FFF;
    position: absolute;
    top: 50px;
    right: 0;
    border-radius: 0 0 10px 10px;
    transition: all 300ms ease;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1%;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    width:260px;
    padding: 15px 20px;
    font-size: 19px;    
}

.header-content__horaires.horaires-active .header-content__detail-horaires{top: 35px; opacity: 1; visibility: visible;}

.header-content__retour-site{
    background-color: #CC0000;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 160px;
    height: 40px;
    font-size: 19px;
    line-height: 19px;
    font-weight: 500;
    color: #FFF;
    border-radius: 20px;
    text-transform: uppercase;
}

.header-content__retour-site:hover{background-color: #FFF; color: #CC0000;}

.header-content__retour-site svg{fill:#FFF; transition: all 300ms ease;}
.header-content__retour-site:hover svg{fill: #CC0000;}


/* ------------------ */
/* ----  Footer  ---- */
/* ------------------ */


footer{
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 44px;
    padding: 34px 25px 60px;
}

#back-top{
    background: transparent;
    border: none;
    width: 80px;
    height: 64px;
    padding: 0;
    cursor: pointer;
}

.footer-content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
    max-width: 800px;
}

.entry-footer h3{
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    color: #FF0000;
}

.entry-footer__address{font-size: 20px; line-height: 24px; color: #FFF;}

.entry-footer__phone{
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
}
.entry-footer__phone:hover{color: #FFF;}

.entry-footer__phone svg{width: 17px; fill:#CC0000;}

.nav-footer h3{
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 21px;
    color: #FFF;
    text-transform: uppercase;
}

.nav-footer ul{
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0;
    list-style: none;
}

.nav-footer ul a{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 19px;
    color: #FFF;
}
.nav-footer ul a:hover,
.nav-footer ul a:focus{color: #CC0000;}

.nav-footer ul a svg{fill:#FFF; width: 12px; transition: all 300ms ease;}
.nav-footer ul a:hover svg,
.nav-footer ul a:focus svg{fill:#CC0000;}

.footer-RS{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #3E3E3E;
    border-radius: 10px;
    padding: 22px 12px;
}

.footer-RS p{margin-top: 0; font-size: 16px; line-height: 20px; color: #FFF; text-align: center;}
.footer-RS ul{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-RS ul svg{fill:#FFF; height: 20px; transition: all 300ms ease;}
.footer-RS ul a:hover svg{fill: #CC0000;}

.copyright-rdv-atelier{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    color: #FFF;
    text-align: center;
}

.copyright-rdv-atelier a{color: #FFF; text-decoration: underline;}
.copyright-rdv-atelier a:hover,
.copyright-rdv-atelier a:focus{color: #CC0000; text-decoration: none;}

.copyright-rdv-atelier li:first-child{display: flex; align-items: center;}
.copyright-rdv-atelier li:first-child img{margin: 0 10px;}


/* ----------------------- */
/* ----  RDV atelier  ---- */
/* ----------------------- */

.section-txt-accueil{
    background-color: #000;
    position: relative;
    z-index: 1;
    padding: 100px 25px 410px;
}

.section-txt-accueil__content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    max-width: 1300px;
    margin: 0 auto;
}

.section-txt-accueil__content .section-txt-accueil__photo-acccueil{
    display: flex;
    align-items: center;
    max-width: 484px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.section-txt-accueil__content .section-txt-accueil__photo-acccueil::before{
    background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.section-txt-accueil__content .section-txt-accueil__photo-acccueil img{width: 100%; position: relative; z-index: 1;}

.section-txt-accueil__item{color: #FFF; max-width: 52%;}

.section-txt-accueil__item h1{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 0;
    margin-bottom: 22px;
    font-size: 38px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
}

.section-txt-accueil__item h1 svg{fill:#CC0000; width: 28px;}

.section-info-complementaire__txt p,
.section-txt-accueil__item p{
    margin: 0;
    font-size: 19px;
    line-height: 22px;
    text-align: justify;
}

.section-rdv-atelier{
    position: relative;
    z-index: 2;
    margin-top: -260px;
    margin-bottom: 105px;
}

.section-rdv-atelier__content{
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: calc(1300px - 80px);
    margin: 0 auto;
    padding: 40px;
    border-radius: 10px;
}

.section-rdv-atelier__content .section {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1rem;
    box-shadow: none;
    --tw-shadow: none;
    --tw-shadow-colored: none;
    border: 0px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.section-rdv-atelier__content .section *{
    font-size: 18px;
}

.section-rdv-atelier__content .step-bar-text, 
.section-rdv-atelier__content .text-sm, 
.section-rdv-atelier__content .form-block-2 *,
.section-rdv-atelier__content .label,
.section-rdv-atelier__content .text-input, 
.section-rdv-atelier__content .swal2-modal *{
    font-size: 18px;
}
.section-rdv-atelier__content .bookings-button, .section-rdv-atelier__content .secondary-button  {
    font-size: 16px;
}
.section-rdv-atelier__content .calendar-booking_datetime-item{
    margin:5px 0;
}
.section-rdv-atelier__content .flex *{
    font-size: 17px;
}
.section-rdv-atelier__content p {
    font-size: 20px;
}



.section-rdv-atelier__content .section-title {
    margin-top: -100px;
    margin-bottom: 40px;
    font-size: 55px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    line-height: inherit;
}


.section-info-complementaire{background-color: #FFF; margin-bottom: 100px; padding: 56px 25px;}

.section-info-complementaire__content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    max-width: 1165px;
    margin: 0 auto;
}

.section-info-complementaire__img{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 470px;
    margin-top: -92px;
    margin-bottom: -92px;
}
.section-info-complementaire__img img{width: 100%; border-radius: 10px;}

.section-info-complementaire__txt{max-width: 55%;}
.section-info-complementaire__txt h2{margin: 0 0 16px; font-size: 34px; line-height: 38px; font-weight: 600;}



/* --------------------- */
/* --- Media Queries --- */
/* --------------------- */


@media screen and (max-width: 370px) {
    .header-content__horaires .header-content__icon-horaires,
    .header-content__address svg{display: none;}
}

@media screen and (max-width: 480px) {
    .section-txt-accueil__item h1{flex-direction: column; align-items: flex-start; gap: 4px;}
    body .section-rdv-atelier__content .section-title{margin-top: -67px; font-size: 40px;}
}
@media screen and (max-width: 530px) {
    .header-content__horaires .header-content__icon-horaires,
    .header-content__address svg{display: none;}
    .header-content .header-content__col-center{align-items: center; text-align: center; padding: 0 20px;}
    .header-content__col-center .header-content__col-contact {gap: 8px; flex-direction: column; text-align: center;}
}

@media screen and (max-width: 660px) {
    body {
        padding: 200px 0 0 !important;
    }
    #navbar.hidden{top: -240px}
    .footer-content{flex-direction: column; align-items: center;}
    .entry-footer,
    .nav-footer,
    .footer-RS{width: 100%; max-width: 200px; text-align: center;}
    .entry-footer__phone{justify-content: center;}
    .nav-footer ul{align-items: center;}
    .section-rdv-atelier{margin-top: -320px;}
    .section-txt-accueil{padding: 60px 25px 410px;}
    .header-content{flex-direction: column;}
    .header-content__col-center{max-width: inherit;padding: 0 20px;}
    .header-content__phone, .header-content__address,
    .header-content__horaires .header-content__btn{justify-content: center; text-align: center;}
}

@media screen and (max-width: 768px) {
    .section-rdv-atelier,
    .section-info-complementaire{margin-bottom: 50px;}
    .section-info-complementaire__content{flex-direction: column;}
    .section-info-complementaire__txt{max-width: 470px;}
    .section-info-complementaire__txt h2{font-size: 30px; line-height: 34px;}
    .section-txt-accueil__content{flex-direction: column-reverse;}
    .section-txt-accueil__item{max-width: 484px;}
    .section-txt-accueil__content{gap: 30px;}
    body{padding: 176px 0 0;}
    .header-concessionnaire .header-content{
        height: auto;
        flex-direction: column;
        padding-bottom: 25px;
        gap: 10px;
        min-height: 200px;
    }
    .header-content__logo-tel{justify-content: center; width: 100%;}
}
    
    

@media screen and (max-width: 850px) {
   /* .header-content__retour-site{display: none;}*/
}

@media screen and (max-width: 1100px) {
    .section-info-complementaire__img{margin-top: 0; margin-bottom: 0;}
    .section-info-complementaire{padding: 25px;}
    .section-info-complementaire__content{gap: 30px;}
    .section-rdv-atelier__content{padding: 25px;}
    .section-rdv-atelier__content .section-title{margin-top: -82px;}
    .header-content__retour-site{display: none;}
    .header-content__col-center{max-width: inherit; flex-grow: inherit;}
    .header-concessionnaire{width: 100%; padding: 0;}
    
}

@media screen and (max-width: 1240px) {
    .header-content__col-center{flex-direction: column; gap: 10px; padding: 0 20px;}
    body{padding: 90px 0 0;}
    .header-content{height: 90px;}
    .header-content__logo-honda{width: 50px;}
    .header-content__concess-tel{height: 51px;}
}

@media screen and (max-width: 1300px) {
    .section-rdv-atelier__content{border-radius: 0; min-height: 600px;}
}
