.allContent{
    display: none;
}
.allContent.show{
    display: block;
}
/*  nous offres */
.offresContainer{
    display: flex;
    width: var(--rn-width1);
    margin: auto;
    justify-content: space-between;
    gap: 30px;
}
.offresContainer_card .image_zone{
    display: flex;
    overflow: hidden;
}
.offresContainer_card .image_zone img {
    width: 100%;
    transition: transform 0.3s ease;
}
.offresContainer_card:hover .image_zone img {
    transform: scale(1.1);
}
.offresContainer_card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.444);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.5rem;
    text-align: center;
    padding: 1rem;
    box-sizing: border-box;
    cursor: pointer;
}
.offresContainer_card .offresContainer_link {
    display: flex;
    padding: 0 20px;
    font-family: 'DaciaBlock';
    font-size: 16px;
    color: white;
    position: absolute;
    align-items: center;
    bottom: 15px;
    width: 86%;
    justify-content: space-between;
}
.offresContainer_card{
    position: relative;
}
/*  nous offres end */

/*  buttons zone */
.buttons_zone {
    display: flex;
    gap: 30px;
    width: var(--rn-width1);
    margin: auto;
    justify-content: center;
    align-items: center;
}
.RVA, .AM {
    text-align: center;
    font-family: 'DaciaBlock';
    background-color: var(--veryLightGray);
    padding: 20px 65px;
    position: relative;
    cursor: pointer;
    margin: 10px 0;
}
.buttons_zone .RVA .overlay, .buttons_zone .AM .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--Green);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10px; 
    font-size: 1.5rem;
    text-align: center;
    box-sizing: border-box;
    transition: width 0.5s ease, color 0.5s ease;
    z-index: 1;
}
.buttons_zone .RVA:hover .overlay, .buttons_zone .AM:hover .overlay {
    width: 100%;
}
.RVA_link, .AM_link{
    z-index: 2;
    position: relative;
    transition: color 1.4s ease;
}
.buttons_zone .RVA:hover .RVA_link, .buttons_zone .AM:hover .AM_link {
    color: white;
}
/*  buttons zone end */

/* mini blog zone */
.blogs_zone{
    width: var(--rn-width1);
    margin: auto;
}
.blogs_zone .slide{
    display: flex;
    margin: 25px 0px;
    gap: 25px;
    align-items: stretch;
}
.blogs_zone .slide .image img{
    width: 100%;
    transition: transform 0.3s ease;
}
.blogs_zone .slide .image:hover img {
    transform: scale(1.1);
}
.blogs_zone .slide .image{
    width: 50%;
    overflow: hidden;
    display: flex;
}
.blogs_zone .slide .text_zone{
    width: 40%;
    background-color: var(--veryLightGray);
    padding: 10px 85px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.blogs_zone .slide .text_zone .title {
    font-family: 'DaciaBlock';
    font-size: 30px;
    color: var(--Green);
    margin-top: 0px;
}
.blogs_zone .slide .text_zone .content{
    font-family: 'ReadMedium';
    font-size: 15px;
    margin-bottom: 15px;
}
.blogs_zone .slide .text_zone .link{
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--Green);
    width: 50%;
    font-family: 'ReadMedium';
    text-transform: uppercase;
    font-size: 18px;
    color: var(--Green);
    transition: background-color 0.5s ease, color 0.5s ease;
}
.blogs_zone .slide .text_zone .link:hover{
    background-color: var(--Green);
    color: white;
}
/* mini blog zone */

/*  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;
    color: var(--Green);
}
.blogsContainer_card .blogsContainer_text .blogsContainer_descr{
    font-family: 'ReadLight';
    margin-top: 0;
    text-align: left;
    letter-spacing: 0px;
    margin-bottom: 35px;
    font-size: 16px;
}
/*  nous Blogs end */


/* ________ ____--           --____ ________ */
/* ____ ----------carrosserie-----------____ */
/* ________ ____--           --____ ________ */
.miniBlog_zone{
    width: var(--rn-width1);
    margin: 60px auto;
}
.miniBlog_zone .minTitle{
    font-family: 'DaciaBlock';
    color: var(--Green);
    font-size: 25px;
}
.miniBlog_zone .normaleText{
    font-family: 'ReadMedium';
    font-size: 18px;
}

/* ________ ____--           --____ ________ */
/* ____ -----Entretenez votre Dacia-----____ */
/* ________ ____--           --____ ________ */
li{
    text-decoration: none;
    list-style-type: none;
    font-family: 'ReadLight';
    font-weight: 600;
}
th{
    background-color: var(--Green);
    color: white;
    font-family: 'ReadMedium';
    font-weight: normal;
}
td{
    background-color: var(--veryLightGray);
    font-family: 'ReadLight';
    padding: 10px;
}
.checkTd{
    text-align: center;
    align-items: center;
}
td svg{
    width: 16px;
    margin: auto;
}

/* ________ ____--           --____ ________ */
/* ____ ----------Assistance-----------____ */
/* ________ ____--           --____ ________ */
.all_cards{
    width: var(--rn-width1);
    margin: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.info_card{
    border: solid 1px var(--LightGray);
    width: 23%;
    box-sizing: border-box;
    padding: 19px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: border 0.5s ease;
}
.info_card:hover{
    border: solid 1px var(--Gray);
}
.info_card .title_icon{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.info_card .title_icon .icon{
    width: 62px;
}
.info_card .title_icon .title{
    font-family: 'ReadMedium';
    margin: 5px;
    text-align: center;
    color: var(--Green);
}
.info_card .disc{
    font-family: 'ReadLight';
    margin: 5px;
    text-align: center;
    line-height: 1.2;
    font-size: 14px;
}

/* ________ ____--           --____ ________ */
/* ____------------Garantie------------____ */
/* ________ ____--           --____ ________ */
/* Durree de Ces garanties */
.all_years_cards{
    width: var(--rn-width1);
    margin: auto;
    display: flex;
    gap: 31px;
    justify-content: center;
}
.year_card{
    width: var(--rn-width6);
    box-sizing: border-box;
}
.clsa-1, .clsa-2, .clsa-3{
    fill: #fff;
    font-family: 'DaciaBlock';
}
.clsa-4 {
    fill: #646b52;
    stroke-width: 0px;
    transition: fill 0.5s ease;
}
.yearSvg:hover .clsa-4{
    fill: #585e48;
}
.clsa-1 {
    font-size: 72.64px;
}
.clsa-2 {
    font-size: 35.74px;
}
.clsa-1.svg1 {
    font-size: 18.64px;
    font-family: 'ReadLight';
}
.clsa-3.svg1 {
    font-size: 35.74px;
}
.clsa-2.svg1 {
    font-size: 72.64px;
}
.year_card .title {
    text-align: center;
    font-family: 'DaciaBlock';
}
/* Duree de ces garanties END*/

/* Ces 3 garanties END */
.all_cardsGarantie{
    width: var(--rn-width1);
    margin: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.info_card2 {
    border: solid 1px var(--LightGray);
    width: 31.5%;
    padding: 18px 19px 5px 19px;
    transition: border 0.5s ease;
}
.info_card2:hover{  
    border: solid 1px var(--Gray);
}
.info_card2 .title_icon{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}
.info_card2 .title_icon .icon{
    width: 50px;
}
.info_card2 .disc{
    font-family: 'ReadMedium';
    margin: 5px;
    text-align: center;
    line-height: 1.2;
    font-size: 14px;
}
/* Ces 3 garanties END */

/* pdf dacia */
.normaleText.centre{
    text-align: center;
}
.pdfButton {
    background-color: var(--Green);
    border: 1px solid var(--Green);
    color: white;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin: auto;
    font-family: 'ReadMedium';
    font-size: 15px;
    transition: background-color 0.5s, color 0.5s;
}
.pdfButton:hover {
    background-color: white;
    color: var(--Green);
    border: 1px solid var(--Green);
}
/* pdf dacia end*/


@media(max-width: 1225px){
    /* nous offres */
    .offresContainer_card .offresContainer_link {
        font-size: 11px;
        width: 95%;
        padding: 0 5px;
    }
    .offresContainer_card .offresContainer_link svg{
        width: 15px;
    }
    /* nous offres */

    /*  buttons zone */
    .RVA, .AM {
        padding: 20px 40px;
        font-size: 13px;
    }
    /*  buttons zone end */

    /* mini blog zone */
    .blogs_zone .slide .text_zone {
        padding: 10px 30px;
        width: 45%;
    }
    .blogs_zone .slide .text_zone .content {
        font-size: 12px;
    }
    .blogs_zone .slide .text_zone .title {
        margin-bottom: 20px;
        font-size: 25px;
    }
    .blogs_zone .slide .text_zone .link {
        height: 35px;
        font-size: 14px;
    }
    /* mini blog zone 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 */

    /* ________ ____--           --____ ________ */
    /* ____ ----------carrosserie-----------____ */
    /* ________ ____--           --____ ________ */
    .miniBlog_zone {
        margin: 35px auto;
    }
    .miniBlog_zone .minTitle{
        font-size: 20px;
    }
    .miniBlog_zone .normaleText{
        font-size: 16px;
    }

    /* ________ ____--           --____ ________ */
    /* ____ -----Entretenez votre Dacia-----____ */
    /* ________ ____--           --____ ________ */
    li {
        font-size: 14px;
    }
    th {
        font-size: 14px;
    }

    /* ________ ____--           --____ ________ */
    /* ____ ----------Assistance-----------____ */
    /* ________ ____--           --____ ________ */
    .all_cards {
        flex-wrap: wrap;
        gap: 10px;
    }
    .all_cards .info_card {
        width: calc(50% - 0.5 * var(--um));
    }

    /* ________ ____--           --____ ________ */
    /* ____------------Garantie------------____ */
    /* ________ ____--           --____ ________ */
    /* Duree de ces garanties */
    .year_card .title {
        font-size: 12px;
    }
    /* Duree de ces garanties END*/
    /* Ces 3 garanties */
    .all_cardsGarantie {
        justify-content: center;
        flex-wrap: wrap;
    }
    .all_cardsGarantie .info_card2 {
        width: calc(50% - 0.5);
        box-sizing: border-box;
    }
    .info_card2 .disc {
        font-size: 12px;
    }
    /* Ces 3 garanties END */
}

@media(max-width: 846px){
    /*  nous offres */
    .offresContainer {
        gap: 20px;
    }
    .offresContainer_card .offresContainer_link {
        font-size: 10px;
        padding: 0px 4px;
    }
    .offresContainer_card .offresContainer_link svg{
        width: 13px;
    }
    
    /*  nous offres end */

    /* mini blog zone */
    .blogs_zone .slide .text_zone .link {
        height: 32px;
        font-size: 12px;
    }
    .blogs_zone .slide .text_zone .title {
        margin-bottom: 18px;
        font-size: 20px;
    }
    .blogs_zone .slide .text_zone .content {
        font-size: 11px;
    }
    .blogs_zone .slide .text_zone {
        padding: 10px 15px;
        width: 50%;
    }
    .blogs_zone .slide {
        gap: 15px;
    }
    /* mini blog zone 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 */
    /*  buttons zone */
    .RVA, .AM {
        padding: 15px 23px;
    }
    /*  buttons zone end */


    /* ________ ____--           --____ ________ */
    /* ____ ----------carrosserie-----------____ */
    /* ________ ____--           --____ ________ */
    .miniBlog_zone .minTitle{
        font-size: 18px;
    }
    .miniBlog_zone .normaleText{
        font-size: 14px;
    }

    /* ________ ____--           --____ ________ */
    /* ____ ----------Assistance-----------____ */
    /* ________ ____--           --____ ________ */
    .all_cards .info_card {
        width: 100%;
    }

    /* ________ ____--           --____ ________ */
    /* ____------------Garantie------------____ */
    /* ________ ____--           --____ ________ */
    /* Duree de ces garanties */
    .year_card .title {
        font-size: 12px;
    }
    /* Duree de ces garanties END*/
    /* Ces 3 garanties */
    .all_cardsGarantie {
        gap: 15px;
    }
    .info_card2 {
        padding: 18px 5px 5px 5px;
    }
    /* Ces 3 garanties END */
}

@media(max-width: 600px){
    /*  offres  */
    .offresContainer{
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-between;
    }
    .offresContainer .offresContainer_card {
        width: calc(52.7% - 20px);
        box-sizing: border-box;
    }
    .offresContainer_card .offresContainer_link {
        font-size: 11px;
        padding: 0px 20px;
        width: 85%;
    }
    /*  offres end  */

    /* mini blog zone */
    .blogs_zone .slide {
        margin: 25px 0px;
        gap: 10px;
    }
    .blogs_zone .slide .text_zone {
        width: 100%;
        padding: 0%;
    }
    .blogs_zone .slide {
        flex-direction: column-reverse;
    }
    .blogs_zone .slide .image {
        width: 100%;
    }
    .blogs_zone .slide .text_zone .title {
        margin: 18px 22px 0px 20px;
    }
    .blogs_zone .slide .text_zone .content {
        margin: 10px 22px 0;
    }
    .blogs_zone .slide .text_zone .link {
        margin: 14px 22px 18px 20px;
    }
    /* mini blog zone end */

    /*  blog end  */
    .blogsContainer {
        flex-direction: column;
    }
    .blogsContainer_card {
        width: 100%;
    }
    /*  blog end  */

    /* ________ ____--           --____ ________ */
    /* ____ ----------carrosserie-----------____ */
    /* ________ ____--           --____ ________ */
    .miniBlog_zone {
        margin: 20px auto;
    }
    .miniBlog_zone .minTitle{
        font-size: 16px;
    }
    .miniBlog_zone .normaleText{
        font-size: 12px;
    }

    /* ________ ____--           --____ ________ */
    /* ____ -----Entretenez votre Dacia-----____ */
    /* ________ ____--           --____ ________ */
    ul{
        padding-inline-start: 15px;
    }
    li {
        font-size: 11px;
    }
    th {
        font-size: 8px;
    }
    td {
        font-size: 10px;
    }
    td svg {
        width: 10px;
    }


    /* ________ ____--           --____ ________ */
    /* ____------------Garantie------------____ */
    /* ________ ____--           --____ ________ */
    /* Duree de ces garanties */
    .clsa-2.svg1 {
        font-size: 65.64px;
    }
    .clsa-1 {
        font-size: 65.64px;
    }
    .clsa-2 {
        font-size: 30.74px;
    }
    .clsa-3.svg1 {
        font-size: 30.74px;
    }
    .year_card .title {
        font-size: 10px;
    }
    /* Duree de ces garanties END*/
    /* Ces 3 garanties */
    .all_cardsGarantie {
        gap: 10px;
        flex-direction: column;
    }
    .info_card2 .title_icon .icon {
        width: 40px;
    }
    .info_card2 .disc {
        font-size: 10px;
    }
    .info_card2 {
        width: 100%;
    }
    /* Ces 3 garanties END */
    .pdfButton {
        height: 40px;
        width: 100%;
    }
}


@media(max-width: 425px){
    /*  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  */


    .all_years_cards {
        gap: 10px;
    }
} 