.allcontent.show{
    display: block;
}
.allcontent{
    display: none;
}
/* header top carousel */
.swiper-container {
    position: relative;
    height: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom-swiper-button-next,
.custom-swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 38px;
    height: 82px;
    z-index: 10;
    cursor: pointer;
    transform: translateY(-50%);
}
.custom-swiper-button-next {
    right: 0;
    transform: translateY(-50%) rotate(180deg);
}
.custom-swiper-button-prev {
    left: 0;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: white;
    opacity: 1;
    border-radius: 50%;
    position: relative;
}
.swiper-pagination-bullet-active {
    background: white;
    position: relative;
}
.swiper-pagination-bullet-active::after {
    content: '';
    width: 9px;
    height: 9px;
    background: var(--Green);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.zonetext{
    position: absolute;
    width: 80%;
    text-align: left;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.zonetext h1, .zonetext p{
    font-size: 35px;
    text-transform: uppercase;
    font-family: "DaciaBlockExtendedBold";
    width: 30%;
}
.zonetext .buttons{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.zonetext .buttons .btn_decouvrez, .zonetext .buttons .btn_essai{
    font-family: 'DaciaBlock';
    border: 1px solid white;
    height: 46px;
    width: 20%;
    cursor: pointer;
}

.zonetext .buttons .btn_decouvrez{
    background-color: white;
    color: black;
}
.zonetext .buttons .btn_essai{
    background-color: transparent;
    color: white;
}


/*   Que recherchez-vous session  */
.QRecherchez{
    display: flex;
    width: var(--rn-width1);
    margin: auto;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.QRecherchez .ticket{
    background: var(--veryLightGray) 0% 0% no-repeat padding-box;
    width: var(--rn-width6);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-family: 'DaciaBlock';
    height: 68px;
    font-size: 13px;
    border: 1px solid var(--veryLightGray);
    cursor: pointer;
}
.QRecherchez .ticket p{
    margin: 0;
}
.QRecherchez .ticket:hover{
    background: white 0% 0% no-repeat padding-box;
    border: 1px solid black;
}
/*   Que recherchez-vous session  */


/*  gamme carousel session  */
.swiper-container.swiper1{
    width: 100%;
    background-color: #F2F2F2;
    position: relative;
}

.swiper-slide.slide1 {
    text-align: center;
    font-size: 18px;
    background-color: #F2F2F2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 73% !important;
    padding: 46px 0;
    margin-right: 0px;
}

.swiper-slide.slide1 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*Foggy effect*/
.custom-swiper-button-next-1.swiper-button-disabled, .custom-swiper-button-prev-1.swiper-button-disabled{
    display: none;
}
.swiper-slide.slide1.swiper-slide-next,
.swiper-slide.slide1.swiper-slide-prev {
    filter: blur(5px);
    opacity: 0.7;
    background-color: #F2F2F2;
}
.swiper-slide.slide1.swiper-slide-next .carENDtext .text,
.swiper-slide.slide1.swiper-slide-prev .carENDtext .text {
    display: none;
}
.swiper-slide.slide1-active {
    filter: none;
    opacity: 1;
    background-color: #F2F2F2;
}
.custom-swiper-button-next-1,
.custom-swiper-button-prev-1 {
    position: absolute;
    top: 50%;
    width: 38px;
    height: 82px;
    z-index: 10;
    cursor: pointer;
    transform: translateY(-50%);
}
.custom-swiper-button-next-1 {
    right: 0;
    transform: translateY(-50%) rotate(180deg);
}
.custom-swiper-button-prev-1 {
    left: 0;
}
/*pagination bullets*/
.swiper-pagination1{
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.swiper-pagination1-bullet {
    width: 12px;
    height: 12px;
    background: white;
    opacity: 1;
    border-radius: 50%;
    position: relative;
}
.swiper-pagination1-bullet-active {
    background: white;
    position: relative;
}
.swiper-pagination1-bullet-active::after {
    content: '';
    width: 9px;
    height: 9px;
    background: var(--Green);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.carENDtext{
    display: flex;
    align-items: center;
    gap: 40px;
}
.swiper-slide.slide1.swiper-slide-active .carENDtext{
    justify-content: center;
}
.swiper-slide.slide1.swiper-slide-next .carENDtext{
    justify-content: flex-start;
}
.swiper-slide.slide1.swiper-slide-next .carENDtext .car{
    width: 45%;
}
.swiper-slide.slide1.swiper-slide-prev .carENDtext{
    justify-content: flex-end;
}
.swiper-slide.slide1.swiper-slide-prev .carENDtext .car{
    width: 45%;
}
.carENDtext .car{
    width: 46%;
}
.carENDtext .text{
    text-align: left;
    width: 35%;
}
.carENDtext .text .carName{
    font-family: "DaciaBlockExtendedBold";
    font-size: 30px;
    margin: 15px 0;
    text-transform: uppercase;
}
.carENDtext .text .type {
    border: 2px solid #ff671b;
    color: #ff671b;
    text-align: left;
    display: inline;
    padding: 5px 6px;
    border-radius: 4px;
    font-size: 12px;
    font-family: 'DaciaBlock';
    text-transform: uppercase;
}
.carENDtext .text .decouvrez{
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 5px;
    font-family: 'DaciaBlock';
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    color: black;
}
.carENDtext .text .decouvrez svg{
    margin: -2px;
}
.carENDtext .text .price{
    font-family: 'DaciaBlock';
    margin: 20px 0;
}
/*  gamme carousel session end  */


/*  Dacia et vous */
.CardsDaciaEtVousContainer{
    display: flex;
    width: var(--rn-width1);
    margin: auto;
    justify-content: space-between;
    gap: 10px;
}
.first_line{
    display: flex;
    gap: 20px;
    flex-direction: column;
    width: 49%;
    justify-content: space-between;
    align-items: center;
}
.CardsDaciaEtVousS{
    background-color: var(--veryLightGray);
    display: flex;
    height: 300px;
    position: relative;
}
.CardsDaciaEtVousS .CardsDaciaEtVous__imageWrapper{
    width: 120%;
    display: flex;
    align-items: flex-end;
}
.CardsDaciaEtVousB .CardsDaciaEtVous__imageWrapper{
    display: flex;
}

.CardsDaciaEtVousB{
    background-color: var(--veryLightGray);
    width: 49%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.CardsDaciaEtVous__imageWrapper img{
    width: 100%;
}
.CardsDaciaEtVous__textContent, .CardsDaciaEtVous__textContent_exeption{
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.CardsDaciaEtVous__textContent_exeption{
    justify-content: center;
}
.CardsDaciaEtVous__textContent_exeption .CardsDaciaEtVous__title_exeption{
    position: absolute;
    top: 20px;
    margin: 0;
}
.CardsDaciaEtVous__textContent .CardsDaciaEtVous__title, .CardsDaciaEtVous__textContent_exeption .CardsDaciaEtVous__title_exeption{
    font-size: 30px;
    font-family: 'DaciaBlock';
    text-transform: uppercase;
    color: var(--Green);
}
.CardsDaciaEtVousB .CardsDaciaEtVous__textContent .CardsDaciaEtVous__title{
    margin: 0;
}
.CardsDaciaEtVous__textContent .CardsDaciaEtVous__description, .CardsDaciaEtVous__textContent_exeption .CardsDaciaEtVous__description{
    font-family: 'DaciaBlock';
    font-size: 14px;
}
.CardFeaturePromo__imageWrapper {
    width: 10px;
}
.CardsDaciaEtVous__btn {
    border: 1px solid var(--Green);
    height: 41px;
    width: 187px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--Green);
    font-family: 'DaciaBlock';
    transition: all 0.3s ease;
}
.CardsDaciaEtVous__btn:hover {
    background-color: var(--Green);
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/*  Dacia et vous end */

/*  nous services */
.servicesContainer{
    display: flex;
    width: var(--rn-width1);
    margin: auto;
    justify-content: space-between;
    gap: 30px;
}
.servicesContainer .servicesContainer_card{
    position: relative;
}
.servicesContainer_card .image_zone {
    overflow: hidden;
    display: flex;
}
.servicesContainer_card .image_zone::after {
    content: "";
    position: absolute;
    bottom: 40px;
    right: 25px;
    width: 55px;
    height: 55px;
    background: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 id%3D%22Calque_2%22 data-name%3D%22Calque 2%22 viewBox%3D%220 0 52.51 52.51%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A1.5px%3B%7D.cls-1%2C.cls-2%7Bstroke%3A%23646b52%3B%7D.cls-2%7Bfill%3A%23fff%3Bstroke-miterlimit%3A10%3B%7D%3C/style%3E%3C/defs%3E%3Cg id%3D%22Calque_1-2%22 data-name%3D%22Calque 1%22%3E%3Cg%3E%3Ccircle class%3D%22cls-2%22 cx%3D%2226.26%22 cy%3D%2226.26%22 r%3D%2225.76%22/%3E%3Cg%3E%3Cline class%3D%22cls-1%22 x1%3D%2226.26%22 y1%3D%2218.34%22 x2%3D%2226.26%22 y2%3D%2234.18%22/%3E%3Cline class%3D%22cls-1%22 x1%3D%2234.18%22 y1%3D%2226.26%22 x2%3D%2218.34%22 y2%3D%2226.26%22/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') no-repeat center center;
    background-size: cover;
    transition: opacity 0.3s ease;
}
.servicesContainer_card .image_zone img {
    width: 100%;
    transition: transform 0.3s ease;
}

.servicesContainer_card .image_zone:hover img {
    transform: scale(1.1);
}

.servicesContainer_card .zone_text .title{
    font-family: 'DaciaBlock';
    font-size: 24px;
    margin: 5px 0 15px 0px;
}

.servicesContainer_card .zone_text .decouvrez {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    margin-top: 5px;
    font-family: 'DaciaBlock';
    font-size: 16px;
    color: black;
    cursor: pointer;
}
/*  nous services */

/*  nous offres */
.offresContainer{
    display: flex;
    width: var(--rn-width1);
    margin: auto;
    justify-content: space-between;
    gap: 30px;
}
.sous_session{
    background-color: var(--veryLightGray);
    padding: 50px 0;
}
.offresContainer_card .image_zone{
    display: flex;
    overflow: hidden;
    cursor: pointer;
}
.offresContainer_card .image_zone img {
    width: 100%;
    transition: transform 0.3s ease;
}
.offresContainer_card .image_zone:hover img {
    transform: scale(1.1);
}
.offresContainer_card .offresContainer_link {
    height: 46px;
    display: flex;
    background: white;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    font-family: 'DaciaBlock';
    font-size: 16px;
    color: black;
}
/*  nous offres end */

/*  nous Blogs */
.blogsContainer{
    display: flex;
    width: var(--rn-width1);
    margin: auto;
    justify-content: space-between;
    gap: 30px;
}
.blogsContainer_card {
    display: flex;
    flex-direction: column;
    width: var(--rn-width3);
    position: relative;
}
.blogsContainer_card .blogsContainer_link{
    bottom: 0px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'DaciaBlock';
    font-size: 16px;
    color: black;
    width: 100%;
}
.blogsContainer_text{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: wrap;
}
.blogsContainer_text hr{
    width: 70px;
    margin: 0;
    height: 1px;
    background-color: var(--Green);
}
.blogsContainer_card .image_zone{
    display: flex;
    overflow: hidden;
}
.blogsContainer_card .image_zone img {
    width: 100%;
    transition: transform 0.3s ease;
}
.blogsContainer_card .image_zone:hover img {
    transform: scale(1.1);
}
.blogsContainer_card .blogsContainer_text .blogsContainer_title{
    font-family: 'DaciaBlock';
    font-size: 20px;
}
.blogsContainer_card .blogsContainer_text .blogsContainer_descr{
    font-family: 'ReadLight';
    text-align: left;
    letter-spacing: 0px;
    margin-bottom: 37px;
    font-size: 16px;
    margin-top: 14;
}
.AllBlogsBtn {
    width: var(--rn-width3);
    border: 1px solid var(--Green);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto;
    height: 46px;
    background-color: var(--Green);
    color: white;
    font-family: 'DaciaBlock';
    transition: background-color 0.3s ease, color 0.3s ease;
}
.AllBlogsBtn:hover {
    border: 1px solid var(--Green);
    background-color: transparent;
    color: var(--Green);
}
/*  nous Blogs end */


@media(max-width: 1225px){
    /* carousel */
    .custom-swiper-button-next-1, .custom-swiper-button-prev-1 {
        width: 34px;
        height: 75px;
    }
    .zonetext h1, .zonetext p {
        font-size: 28px;
        margin: 10px 0;
    }
    .zonetext .buttons {
        gap: 10px;
    }
    .swiper-pagination-bullet-active::after {
        width: 7px;
        height: 7px;
    }
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    /* carousel */

    /*  Dacia et vous */
    .CardsDaciaEtVous__textContent .CardsDaciaEtVous__title, .CardsDaciaEtVous__textContent_exeption .CardsDaciaEtVous__title_exeption {
        font-size: 24px;
        margin: 0;
    }
    .CardsDaciaEtVous__textContent .CardsDaciaEtVous__description, .CardsDaciaEtVous__textContent_exeption .CardsDaciaEtVous__description {
        font-size: 12px;
    }
    .CardsDaciaEtVousS {
        height: 240px;
    }
    .CardsDaciaEtVous__btn {
        height: 34px;
        width: 128px;
        font-size: 14px;
    }
    /*  Dacia et vous end */

    /*  nous services */
    .servicesContainer_card .image_zone::after {
        width: 45px;
        height: 45px;
    }
    .servicesContainer_card .zone_text .title {
        font-size: 19px;
    }
    .servicesContainer_card .zone_text .decouvrez {
        font-size: 14px;
    }
    .servicesContainer_card .zone_text .decouvrez svg{
        width: 15px;
    }
    /*  nous services end */

    /*  nous blogs */
    .blogsContainer_card .blogsContainer_text .blogsContainer_title {
        font-size: 16px;
    }
    .blogsContainer_card .blogsContainer_text .blogsContainer_descr {
        font-size: 13px;
    }
    .blogsContainer_card .blogsContainer_link {
        font-size: 14px;
    }
    /*  nous blogs end */
}

@media(max-width: 846px){
    /*   Que recherchez-vous session  */
    .QRecherchez .ticket p {
        font-size: 10px;
    }
    .QRecherchez .ticket svg {
        width: 20px;
    }
    .QRecherchez .ticket{
        height: 48px;
    }
    /*   Que recherchez-vous session  */

    /*  gamme carousel session  */
    .swiper-slide.slide1 {
        padding: 40px 0;
        margin-right: 20px !important;
        width: 65% !important;
    }
    .carENDtext .text .carName {
        font-size: 22px;
    }
    .carENDtext .text .decouvrez {
        font-size: 11px;
    }
    .carENDtext .text .decouvrez svg{
        width: 13px;
    }
    .carENDtext .text .price {
        font-family: 'DaciaBlock';
        font-size: 12px;
    }
    .custom-swiper-button-next-1, .custom-swiper-button-prev-1 {
        width: 24px;
        height: 50px;
    }
    .carENDtext .text .type {
        padding: 3px 2px;
        font-size: 8px;
    }
    /*  gamme carousel session end  */

    /*  Dacia et vous */
    .CardsDaciaEtVousS .CardsDaciaEtVous__imageWrapper {
        width: auto;
    }
    .CardsDaciaEtVous__btn {
        height: 28px;
        width: 100px;
        font-size: 12px;
    }
    .CardsDaciaEtVous__textContent_exeption {
        justify-content: flex-end;
    }
    .CardsDaciaEtVous__textContent, .CardsDaciaEtVous__textContent_exeption {
        justify-content: center;
    }
    /*  Dacia et vous end */

    /*  nous services */
    .servicesContainer_card .image_zone::after {
        width: 36px;
        height: 36px;
        right: 10px;
    }
    .servicesContainer_card .zone_text .title {
        font-size: 17px;
    }
    .servicesContainer_card .zone_text .decouvrez {
        font-size: 12px;
        gap: 8px;
    }
    .servicesContainer {
        gap: 20px;
    }
    /*  nous services end */

    /*  nous offres */
    .offresContainer {
        gap: 20px;
    }
    .offresContainer_card .offresContainer_link {
        font-size: 11px;
        padding: 0 10px;
    }
    .offresContainer_card .offresContainer_link svg{
        width: 13px;
    }
    .sous_session {
        padding: 30px 0;
    }
    /*  nous offres end */

    /*  nous blogs */
    .blogsContainer_card .blogsContainer_text .blogsContainer_title {
        font-size: 13px;
        margin: 11px 0;
    }
    .blogsContainer_card .blogsContainer_text .blogsContainer_descr {
        margin: 11px 0;
        font-size: 11px;
        margin-bottom: 27px;
    }
    .blogsContainer_card .blogsContainer_link {
        font-size: 12px;
    }
    .blogsContainer_card .blogsContainer_link svg{
        width: 12px;
    }
    .blogsContainer {
        gap: 20px;
    }
    /*  nous blogs end */
}

@media(max-width: 600px){
    /*   Que recherchez-vous session  */
    .QRecherchez {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-between;
    }
    .QRecherchez .ticket {
        width: calc(52.7% - 20px);
        box-sizing: border-box;
    }
    /*   Que recherchez-vous session  */

    /*  gamme carousel session end  */
    .carENDtext {
        flex-direction: column;
    }
    .carENDtext .car {
        width: 100%;
    }
    .carENDtext .text {
        width: 100%;
    }
    .swiper-slide.slide1 {
        margin-right: 0px !important;
        width: 83% !important;
        padding: 37px;
    }
    .custom-swiper-button-next-1, .custom-swiper-button-prev-1 {
        width: 20px;
        height: 43px;
        top: 131px;
    }
    .carENDtext .text .decouvrez {
        font-size: 16px;
    }
    .carENDtext .text .price {
        font-size: 19px;
    }
    .carENDtext .text .carName {
        font-size: 24px;
    }
    /*  gamme carousel session end  */

    /*  DACIA ET VOUS  */
    .CardsDaciaEtVousContainer {
        flex-direction: column;
    }
    .first_line {
        width: 100%;
    }
    .CardsDaciaEtVousB {
        width: 100%;
    }
    /*  DACIA ET VOUS end  */

    /*  services  */
    .servicesContainer {
        flex-direction: column;
    }
    .servicesContainer_card .image_zone::after {
        bottom: 35px;
    }
    /*  services end  */

    /*  offres  */
    .offresContainer{
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-between;
    }
    .offresContainer .offresContainer_card {
        width: calc(52.7% - 20px);
        box-sizing: border-box;
    }
    /*  offres end  */

    /*  blog end  */
    .blogsContainer {
        flex-direction: column;
    }
    .blogsContainer_card {
        width: 100%;
    }
    /*  blog end  */
}


@media(max-width: 430px){
    /*   Que recherchez-vous session  */
    .QRecherchez {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-between;
    }
    .QRecherchez .ticket {
        width: calc(53.7% - 20px);
        box-sizing: border-box;
    }
    /*   Que recherchez-vous session  */

    /*  services  */
    .offresContainer{
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-between;
    }
    .offresContainer .offresContainer_card {
        width: calc(53.7% - 20px);
        box-sizing: border-box;
    }
    /*  services end  */
}
