@import url("custom-fonts.css");
.sliderr-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    width: 52px;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 50%;
}
.swiper-button-next:hover, .swiper-rtl .swiper-button-prev:hover,
.swiper-button-prev:hover, .swiper-rtl .swiper-button-next:hover{
    background: #EAF2FC;
    border: 1px solid #002699;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    width: 52px;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 50%;
}
.swiper-button-prev:after {

    font-size: 20px;
    content: "\e905";
    color: #212529;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    transform: rotate(180deg);
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.swiper-button-next:after {
    font-size: 20px;
    content: "\e905";
    color: #212529;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mySwiper2 {
    height: 80%;
    width: 100%;
}

.geolibreSwiper .swiper-slide-thumb-active {
    border: 1px solid #485CC7;
    border-radius: 4px;
    /*padding:8px 7px;*/
}
.mySwiper.swiper-thumbs .swiper-slide img {
    max-width:105px !important;
}
.geolibreSwiper .swiper-slide {
    opacity: 1 !important;
    padding: 8px 7px;
    /* margin-right: 15px !important; */
}

.custom-page-geolibre .slider-content {
    position: relative;
    width: 88%;
}
.swiper-button-next {
    right: var(--swiper-navigation-sides-offset,-26px);
    transform: translate(0px, -100%);
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,-26px);
    transform: translate(0px, -100%);
}
.mySwiper2 .swiper-slide  iframe{
    width: 100%;
    min-height: 719px;
}

.slide {
    display: none;
    text-align: center;
    padding: 20px;
    background-color: lightgray;
}

.sliderr-container .slide:first-child {
    display: block;
}
.titregeolibre{
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    display: flex;
    align-items: center;
    color: #000000;
    flex: none;
    order: 0;
    flex-grow: 1;
}
.textegeolibre .link-text-geolibre {
    font-weight: 500;
    display: block;
    text-decoration: underline;
    color: #000;
}
.textegeolibre{
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: block;
    color: #000000;
}

.price-mois{
    width: 216px;
    height: 44px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 44px;
    display: flex;
    align-items: center;
    color: #002699;
    flex: none;
    order: 0;
    flex-grow: 0;

}
@media (max-width: 575.98px){
    .price-mois{
        width: auto;
    }
}
.price-mois span {
    font-weight: 400;
}
.price-impot{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #737272;
}
.price-impot span {
    font-weight: 700;
    padding-left: 5px;
}
.credit-impot{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #737272;
}
.btn-contacter{
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #F94230;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.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;
}

body {
    background: #000;
    color: #000;
}

.swiper {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.geolibreSwiper2.swiper,  .geolibreSwiper2 .swiper-slide{
    height: 654px;
}

.geolibreSwiper.swiper{
    margin-top: 30px;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img , .swiper-slide iframe {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-wrapper .swiper-slide img {
    min-height:654.34px;
}
.swiper-thumbs .swiper-slide img , .swiper-thumbs .swiper-slide iframe{
    min-height:initial;
    width: 100%;
    height: 140px;
    object-fit: cover;
}
.custom-page-geolibre .content-right {
    display:block;
    padding-left:2rem;
}
.custom-page-geolibre .content-right .frame {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin:3rem 0;
}

.custom-page-geolibre .content-right .frame .frameitem {
    text-align: center;
    min-width: 65px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.custom-page-geolibre .content-right .frame .frameitem .iconeframe {
    text-align:center;
}
.custom-page-geolibre .content-right .frame .frameitem .iconeframe svg {
    /*width: 50px;
    height: 50px;*/
}
.custom-page-geolibre .content-right .frame .frameitem .txtframe{
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #002699;
    padding-top:1rem;
    text-align: left;
    display: block;
    flex: none;
    order: 1;
    flex-grow: 0;
}
.custom-page-geolibre .content-right .group-title-avis {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.custom-page-geolibre .content-right .group-title-avis .group-avis {
    display:flex;
}
.custom-page-geolibre .content-right .group-title-avis .group-avis .note{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #000000;
    flex: none;
    order: 1;
    flex-grow: 0;
    white-space: nowrap;
    padding-right: 15px;
}
.custom-page-geolibre .content-right .group-title-avis .group-avis .note .top-note {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    color: #737272;
    flex: none;
    order: 2;
    flex-grow: 0;
    padding-left:5px;
}

.custom-page-geolibre .content-right .group-title-avis .group-avis .avis{
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    text-decoration-line: underline;
    color: #737272;
    flex: none;
    order: 2;
    flex-grow: 0;
}
.custom-page-geolibre .content-right .group-title-avis .group-avis .star {
    display: flex;
    padding-right: 10px;
}

.custom-page-geolibre .content-right .group-tarif {
    display:flex;
    justify-content:space-between;
    align-items: center;
    margin-bottom: 3rem;
}
.custom-page-geolibre .content-right .group-tarif  .btns-contact {
    display:flex;
    align-items:center;
}
.custom-page-geolibre .content-right .group-tarif  .btns-contact .btn-contacter {
    display: initial;
    padding: 16px 32px;
    gap: 10px;
    border: 2px solid #CC3627;
    border-radius: 200px;
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    align-items: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #CC3627;
    white-space: nowrap;
    margin-right:10px;
    transition-duration: 0.3s;
    transition-property: background-color, color;
}
.custom-page-geolibre .content-right .group-tarif .btns-contact .btn-contacter:hover {
    background-color: #CC3627;
    color: #ffffff;
}


.custom-page-geolibre .content-right .group-tarif  .btns-contact .btsns-souscrire {
    display: flex;
    align-items: center;
    padding: 16px 32px;
    gap: 10px;
    width: 167px;
    height: 56px;
    background: #CC3627;
    border: 2px solid #CC3627;
    border-radius: 200px;
    white-space: nowrap;
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    transition-duration: 0.3s;
    transition-property: background-color, color;
}
.custom-page-geolibre .content-right .group-tarif .btns-contact .btsns-souscrire:hover {
    background-color: #FFFFFF;
    color: #CC3627;
    border: 2px solid #CC3627;
}
.custom-page-geolibre .content-right .group-tarif  .btns-contact .btsns-souscrire:after  {
    content: "\e914";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 5px;
    font-size: 16px;

}
.custom-page-geolibre .content-right .financial-support {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 25px;
    gap: 20px;
    background: #EAF2FC;
    border-radius: 4px;
    margin-bottom:3rem;
    justify-content: space-between;
}
.custom-page-geolibre .content-right .financial-support .financial-support-text {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #002699;
}

.custom-page-geolibre .content-right .financial-support .financial-support-button {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    display: block;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #002699;
    position:relative;
    margin-right:15px;
    padding: 0 15px;
}
.custom-page-geolibre .content-right .financial-support .financial-support-button:after {
    content: "";
    width: 20px;
    height: 16px;
    background-image: url(/images/financial-support-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    background-size: contain;
    position:absolute;
    right:-15px;
}
.announcement {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    padding: 20px 40px 0;
    gap: 32px;
    border: 1px solid #D9D8D8;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
    border-radius: 8px;
    margin-bottom:3rem;
}

.announcement .announcement-left {
    display:flex;
    flex-direction:column;
    flex-basis: 50%;
    padding-bottom: 20px;
}
.announcement .announcement-right{
    display:flex;
    flex-direction:column;
    flex-basis: 50%;
    align-items:center;
    justify-content:flex-end;
}
.announcement .announcement-left .announcement-title{
    position: relative;
    display:block;
    width: max-content;
    padding: 5px 10px;
    gap: 8px;
    background: #009CA6;
    border-radius: 30px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom:1.5rem;
}
.announcement .announcement-left .announcement-feature{
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    padding-bottom:7px;
    position:relative;
    display:block;
    padding-left:30px
}
.announcement .announcement-left .announcement-feature:before{
    content: "";
    width: 20px;
    height: 16px;
    background-image: url(/images/check-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    left:0;
    background-size: contain;
    position:absolute;
    top: 9px;
}
.custom-accordion {
    position:relative;
    display:block;
    border-top: 0.75px solid #D9D8D8;
    padding: 0px 0;
    margin-top:3rem;
}

.custom-accordion .accordion-item .accordion-header .accordion-toggle{
    width: 20px;
    height: 16px;
    background-image: url(/images/icon-custom-collapse.svg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    left:0;
    background-size: contain;
    position:relative;
    background-color: transparent;
    border: 0;
}
.container-accordion-comparateur-link a:hover svg path{
    stroke:#fff;
    fill:#fff;
}
.container-accordion-comparateur-link a:hover{
    color:#fff;
}
.custom-accordion .accordion-item .accordion-header .accordion-toggle:focus {
    outline: 0;
}
.custom-accordion .transformer {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.custom-accordion .accordion-item {
    margin-bottom: 0;
    border-bottom: 0.75px solid #D9D8D8;
    padding-bottom: 0;
}
.custom-accordion .accordion-item.close-item {
    padding-bottom: 0rem;
    margin-bottom: 0;
}
.custom-accordion .accordion-item .accordion-header  {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: baseline;
    padding: 30px 0px;
    gap: 20px;
    height: 84px;
}
.custom-accordion .accordion-item .accordion-header h3 {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}
.custom-accordion .accordion-item .accordion-content ul {
    padding-left: 0;
    list-style: none;
}
.custom-accordion .accordion-item .accordion-content ul li {
    font-family: 'DaxlinePro' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #737272;
    position:relative;
    display: flex;
    align-items: center;
    margin-bottom:20px;
    padding-left: 45px;
}
.custom-accordion .accordion-item .accordion-content ul li:before{
    font-family: 'icomoon' !important;
    content: "";
    width: 20px;
    height: 16px;
    background-image: url(/images/check-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    left:0;
    background-size: contain;
    position:absolute;
}
.custom-accordion .accordion-item .accordion-content ul li.icon:before {
    font-family: 'icomoon' !important;
    font-size: 26px;
    background-image: none !important;
    width:auto;
    height:auto;
    color:#737272;
}
.custom-accordion .accordion-item .accordion-content ul li.icon.icon-livraison-chronopost:before {
    font-family: 'icomoon' !important;
    font-size: 20px;
}

.bloc-reassurance {
    position: relative;
    margin: 3.5rem 0;
}
.bloc-reassurance .feature-item {
    width: 20%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bloc-reassurance-comparateur .feature-item{
    width: 25%;
    padding: 10px 25px;
}
@media (min-width: 1200px){
    .bloc-reassurance-comparateur-g4 .feature-item{
        width: 23%;
    }
    .bloc-reassurance-comparateur .feature-item{
        padding: 10px 45px;
    }
    .bloc-reassurance .feature-item + .feature-item {
        margin-left: 35px;
    }
}

.bloc-reassurance .feature-item  .feature-image svg,
.bloc-reassurance .feature-item  .feature-image img {
    /* width:50px; */
    /* height:50px; */
}
.bloc-reassurance .feature-item .features-title-desc {
    display:flex;
    flex-direction:column;
    align-items:center;
}
.bloc-reassurance .feature-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.bloc-reassurance .feature-item .feature-image img {
    max-width: 100%;
    height: auto;
}

.bloc-reassurance .feature-item .feature-title {
    font-weight: bold;
    margin-top: 15px;
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #00148C;
}
.accpriximpot{
    color: #000000 !important;
    font-weight: 700;
}
.accprix{
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 40px;
    color: #737272;
    text-align: center;
    margin-bottom: 0;
}


.bloc-reassurance .feature-item:nth-child(3) .feature-title {
    width: 70%;
}
.bloc-reassurance .feature-item:nth-child(2) .feature-title {
    padding: 0 2px;
}
.bloc-reassurance .feature-item:nth-child(4) .feature-title {
    padding: 0 30px;
}
.bloc-reassurance .feature-item .feature-description {
    margin-top: 12px;
    text-align: center;
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #737272;
}

.card-pack a.link-details2:after{
    content:"";
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.66602 10.3638H16.3327M16.3327 10.3638L10.4993 4.53044M16.3327 10.3638L10.4993 16.1971' stroke='%23002699' stroke-width='2.45479' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width:21px;
    height:21px;
    margin-left: 7px;
}

.benefits-block {
    position:relative;
    margin:5rem 0;
}
.benefits-block .title-benefits-block {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    padding-bottom:3rem;
}
.benefits-block .benefit-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0.75px solid #D9D8D8;
    padding-bottom: 20px;
    margin-bottom: 35px;
}

.benefits-block .benefit-item .benefit-icon .icon-rassure {
    font-size:60px;
}
.benefits-block .benefit-item .benefit-icon .icon-france {
    font-size:70px;
}
.benefits-block .benefit-item .benefit-icon .icon-aide {
    font-size:60px;
}

.benefits-block .benefit-item .benefit-content {
    flex-basis:85%;
}
.benefits-block .benefit-item .benefit-icon {
    flex-basis:15%;
}
.benefits-block .benefit-item .benefit-content h3 {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #002699;
    padding-bottom:10px;
}

.benefits-block .benefit-item .benefit-content p {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #000000;
}


.benefits-block .benefit-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.benefits-block .benefit-image img {
    max-width: 100%;
    width: auto;
    height: auto;
}




.block-pack .table th, .block-pack .table td {
    padding: 0;
}






/* media query */
@media (max-width: 768px) {
    .custom-page-geolibre .content-right .frame {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 0;
    }
    .custom-page-geolibre .content-right .frame .frameitem {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-basis: 50%;
    }
    .custom-page-geolibre .content-right .frame .frameitem .iconeframe {
        text-align: left;
    }
    .custom-page-geolibre .content-right {
        display: block;
        padding: 0 15px;
    }
    .custom-page-geolibre .content-right .group-tarif {
        flex-direction: column;
    }
    .custom-page-geolibre .content-right .group-tarif .price-promo {
        display:flex;
        justify-content:space-between;
        margin-bottom: 2rem;
        flex-wrap: wrap;
    }
    .custom-page-geolibre .content-right .group-tarif .group-price-impot {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .custom-page-geolibre .content-right .group-tarif a {
        width:100%;
    }
    .custom-page-geolibre .content-right .group-tarif .btns-contact {
        flex-direction: column;
        width: 100%;
    }
    .custom-page-geolibre .content-right .group-tarif .btns-contact .btn-contacter {
        display: inline-table;
        width:100%;
        margin-right:0;
        text-align:center;
        margin-bottom:20px;
    }
    .custom-page-geolibre .content-right .group-tarif .btns-contact div {
        width:100%;
    }
    .custom-page-geolibre .content-right .group-tarif .btns-contact .btsns-souscrire {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .custom-page-geolibre .content-right .financial-support {
        align-items: flex-start;
        flex-direction: column;
    }
    .custom-page-geolibre .content-right .financial-support .financial-support-button {
        padding-left:0;
    }
    .announcement {
        flex-direction: column;
    }
    .announcement .announcement-right {
        align-items: flex-start;
    }
    .announcement .announcement-left {
        padding-bottom: 0;
    }
    .custom-accordion .accordion-item .accordion-content ul li.icon.icon-livraison-chronopost:before {
        left: 0px;
        font-size: 20px;
    }
    .bloc-reassurance .feature-items {
        flex-direction: column;
    }
    .bloc-reassurance .feature-item {
        width: 100%;
        flex-direction: row;
    }
    .bloc-reassurance-comparateur .feature-item{
        padding: 15px;
    }
    .bloc-reassurance .feature-item .features-title-desc {
        align-items: flex-start;
        flex-basis: 80%;
    }
    .bloc-reassurance .feature-item .feature-title {
        max-width: 100%;
        text-align: left;
    }
    .bloc-reassurance .feature-item .feature-image {
        flex-basis:20%;
        display: flex;
        justify-content: center;
    }
    .mySwiper .swiper-slide {
        width: 25% ;
        height: auto ;
    }
    .swiper-slide {
        padding-left: 0;
    }
    .mySwiper2 {
        padding-right: 0;
    }
    .mySwiper {
        width: 100% !important;
    }
    .slider-content {
        padding:0 15px;
    }
    .custom-page-geolibre .content-right .group-title-avis {
        flex-direction: column;
        margin: 2rem 0;
    }
}


.block-comment-ca-marche {
    background: #eaf2fc;
    padding: 4.5rem 0;
}


.block-comment-ca-marche .title-comment-ca-marche {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    padding-bottom:2rem;
    text-align: center;
}
.block-comment-ca-marche .title-comment-ca-marche span {
    font-weight:700;
}

.card-comment-camarche {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}



.block-comment-ca-marche .card-comment-camarche .title-card {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    color: #000000;
    text-align: center;
    padding:5px 0 10px 0px;
    max-width: 70%;
}
.block-comment-ca-marche .card-comment-camarche .card-header {
    background-color: transparent;
    border-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.block-comment-ca-marche .card-comment-camarche .card-header .number {
    width: 60.77px;
    height: 60.77px;
    background: #CC3627;
    border: 5px solid #EAF2FC;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 34.7254px;
    text-align: center;
    color: #EAF2FC;
    text-align: center;
    color: #EAF2FC;
    display: inline-block;
    border-radius:50%;
    transform: translate(0, -18%);
}
.block-comment-ca-marche .card-comment-camarche .description {
    max-width:350px;
    margin: auto;
}
.block-comment-ca-marche .card-comment-camarche .description p {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    text-align: center;

}

.block-accesoires {
    position:relative;
    display:block;
    margin:2rem 0;
}
.pretexte p {
    color: #666666 !important;
}
.block-accesoires .title-block-accesoires {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    padding-bottom:0.5rem;
}
.block-accesoires .card-accessoires .card-header {
    background-color: transparent;
    border-bottom: 0;
    padding: 25px 0;
}
.block-accesoires .card-accessoires {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.block-accesoires .card-accessoires .group-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom:15px;

}
.block-accesoires .card-accessoires .group-title .title-card {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #002699;
}
.block-accesoires .card-accessoires .group-title .sub-title {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.block-accesoires .card-accessoires .group-title .sub-title span {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 4px 8px 2px;
    gap: 8px;
    background: #097A79;
    border-radius: 2px;
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    margin-left: 8px;
    text-transform:uppercase;
}

.block-accesoires .card-accessoires .description {
    display: flex;
    align-items: center;
    text-align: center;
    max-width: 274px;

}
.block-accesoires .card-accessoires .description p{
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    text-align: center;
}

.block-accesoires .card-accessoires .card-header .card-img {
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-installation-material {
    position:relative;
    padding: 32px 40px;
    background: #EAF2FC;
    border-radius: 8px;
}
.block-installation-material .full-section {
    display:flex;
}
.block-installation-material .full-section .image-wrapper {
    flex-basis:5%
}
.block-installation-material .full-section .content-wrapper {
    flex-basis:95%
}

.block-installation-material .full-section .content-wrapper .section-title {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #002699;
    padding-bottom:10px;
}

.block-installation-material .full-section .content-wrapper p {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #002699;
}
.block-installation-material .full-section .content-wrapper .btn-material {
    padding: 10px 24px;
    border: 2px solid #CC3627;
    border-radius: 200px;
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #CC3627;
    margin:15px 0;
    display: inline-block;
}
.block-installation-material .full-section .content-wrapper .btn-material:hover{
    border: 2px solid #CC3627;
    color: #fff;
    background: #CC3627;
}
.block-nos-teleassistants {
    position: relative;
    display: block;
    background: #002699;
    padding: 8rem 0;
    margin-top: 4rem;
}

.block-nos-teleassistants .bg-block-teleassistants {
    position: absolute;
    width: 100%;
    text-align: right;
    transform: translate(-15%, 0%);
    height:400px;
    top: 8rem;
}
.block-nos-teleassistants .bg-block-teleassistants img{
    width: 650px;
    object-fit: cover;
}

.block-nos-teleassistants .title-nos-teleassistants {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    padding-bottom:32px;
}
.card-teleassistants .description{
    color: #FFFFFF;
}
.card-teleassistants .description p{
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.card-teleassistants .btn-teleassistants {
    padding: 16px 32px;
    border: 2px solid #FFFFFF;
    border-radius: 200px;
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top:50px;
}
.card-teleassistants .btn-teleassistants:hover{
    color: #CC3627;
    background: #fff;
    border: 1px solid #fff;
}
.block-nos-teleassistants .bg-block-teleassistants .card-temoignage {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 30px 30px;
    background: #EAF2FC;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    max-width: 315px;
    transform: translate(-470px, -80%);
}

.block-nos-teleassistants .bg-block-teleassistants .block-temoignage {
    display:flex;
    justify-content:flex-end;
}
.block-nos-teleassistants .bg-block-teleassistants .card-temoignage p {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #002699;
}

.block-nos-teleassistants .bg-block-teleassistants .card-temoignage .name-author {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #000000;
}

.block-nos-teleassistants .bg-block-teleassistants .group-support {
    position: absolute;
    right: 0;
    width: 92px;
    height: 92px;
    background: red;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: translate(50%, -40%);
    background: #FFFFFF;
    border: 1.10954px solid #D9D8D8;
    box-shadow: 0px 4.43816px 11.0954px rgba(0, 0, 0, 0.15);
}
.block-nos-teleassistants .bg-block-teleassistants .group-support i {
    font-size: 23px;
}
.block-nos-teleassistants .bg-block-teleassistants .group-support span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 13.7887px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    color: #002699;
}


.block-teleassistance-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 90px 0px;
    background: #EAF2FC;
}


.block-teleassistance-mobile .title-block-teleassistance-mobile{
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    display: flex;
    align-items: center;
    color: #000000;
    justify-content: center;
    margin-bottom: 45px;
    text-align: center;
}
.group-collapsible {
    width: calc(100% - 60px);
}
.group-collapsible .collapsible {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    margin-bottom:10px;
}

.group-collapsible .collapsible .header-collapsible {
    justify-content: space-between;
    display: flex;
    align-items: center;
    width: 100%;
}
.group-collapsible .collapsible.active .header-collapsible {
    padding: 0 0 24px;
}
.group-collapsible .collapsible .header-collapsible .title {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #002699;
}
.group-collapsible .collapsible .content-collapsible p {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #737272;
}

.group-collapsible .collapsible .header-collapsible i {
    color:#CC3627;
    font-size:18px;
    cursor:pointer;
}

.block-teleassistance-mobile .feature-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}


/* bloc avis nos clients */

.bloc-avis-clients {
    position:relative;
    margin:5rem 0;
}
.bloc-avis-clients .header-avis-clients {
    display:flex;
    justify-content:space-between;
}

.bloc-avis-clients .header-avis-clients .title-avis-clients {
    display: flex;
    flex-direction: column;
    margin-bottom:40px;
}
.bloc-avis-clients .header-avis-clients .title-avis-clients .group-avis .note-avis{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 38px;
    display: flex;
    align-items: center;
    color: #002699;
}
.bloc-avis-clients .header-avis-clients .title-avis-clients .group-avis .note {
    display:flex;
    align-items: baseline;
}
.bloc-avis-clients .header-avis-clients .title-avis-clients .group-avis .top-note {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    display: flex;
    align-items: center;
    color: #485CC7;
}
.bloc-avis-clients .header-avis-clients .title-avis-clients .title {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
}
.bloc-avis-clients .content-avis .cards-avis {
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
}
@media (min-width: 1200px){
    .bloc-avis-clients .content-avis .cards-avis {
        align-items: stretch;
    }
}
.bloc-avis-clients .content-avis footer {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bloc-avis-clients .content-avis .plus-avis  {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #CC3627;
    border: 2px solid #CC3627;
    border-radius: 200px;
    padding: 16px 32px;
    position: relative;
}
.bloc-avis-clients .content-avis .plus-avis:hover{
    color: #fff;
    border: 2px solid #CC3627;
    background: #CC3627;
}
.bloc-avis-clients .content-avis .cards-avis .card-avis{
    display:flex;
    flex-direction:column;
    flex-basis:32%;
    display: flex;
    align-items: flex-start;
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid #D9D8D8;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    margin-bottom: 2rem;
}
.cards-avis .card-avis .header-card-avis {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    height:39px;
    width:100%;
    padding-bottom:25px;
}
.cards-avis .card-avis .header-card-avis .date{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.5);
}
.cards-avis .card-avis .header-card-avis .note{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    display: flex;
    align-items: center;
    color: #000000;
}
.cards-avis .card-avis .header-card-avis .note span{
    margin-right:10px;
}
.bloc-avis-clients .content-avis .cards-avis .card-avis .body-card-avis p{
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding-bottom:15px;
}

.bloc-avis-clients .content-avis .cards-avis .card-avis .body-card-avis .author-card {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #737272;
}

.bloc-avis-clients .header-avis-clients .title-avis-clients .group-avis .group-stars .icon-avis {
    display: inline-block;
    background-image: url('/images/star-default.svg');
    background-repeat: repeat-x;
    background-size: contain;
    width: 100px;
    height: 20px;
}




.icon-avis {
    display: flex;
    padding-left: 15px;
}

.star-filled {
    fill: #FFAD33; /* Default fill color */
}

.block-teleassistance-domicil {
    position:relative;
    margin:3rem 0;
}

.block-teleassistance-domicil  .body-teleassustance-domicil .items-services {
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.block-teleassistance-domicil .custom-full-row {
    width:80%;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.block-teleassistance-domicil .custom-full-row .col-left {
    display: flex;
    flex-direction: column;
    flex-basis: 40%;
}
.block-teleassistance-domicil .custom-full-row .col-left .image-wrapper{
    position:relative;
}
.block-teleassistance-domicil .custom-full-row .col-left .bg-img {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 40%);
}
.block-teleassistance-domicil .custom-full-row .col-right {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
}
.block-teleassistance-domicil .custom-full-row .col-left .image-wrapper img {
    height: 100%;
    width: 100%;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    object-position: center;
}
.block-teleassistance-domicil .custom-full-row .col-right .body-col .service-items{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.block-teleassistance-domicil .custom-full-row .col-right .body-col .service-items .service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.block-teleassistance-domicil .custom-full-row .col-right .body-col .service-items .service-item .title {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #002699;
    padding:20px 15px;
}
.block-teleassistance-domicil .custom-full-row .col-right .header {
    padding-bottom:35px;
}
.block-teleassistance-domicil .custom-full-row .col-right .header .title, .block-teleassistance-domicil .custom-full-row .header-mobile .title{
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    display: flex;
    align-items: center;
    color: #000000;
}
.block-teleassistance-domicil .custom-full-row .col-right .header .sub-title, .block-teleassistance-domicil .custom-full-row .header-mobile .sub-title {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    display: flex;
    align-items: center;
    color: #000000;
}
.block-teleassistance-domicil .custom-full-row  .header-mobile {
    display:none;
}
.footer .btn-teleassistance-domicil {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    background: #CC3627;
    border-radius: 200px;
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #CC3627;
}
.footer .btn-teleassistance-domicil:hover{
    color: #CC3627;
    background: #fff;
    border: 1px solid #CC3627;
}
.footer .btn-teleassistance-domicil:after {
    content: "\e914";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 10px;
}

.block-pack {
    position:relative;
    margin:5rem 0;
}
.block-pack table {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 0px 32px;
    gap: 8px;
    background: #FFFFFF;
    min-width:1094px;
    border: 1px solid #D9D8D8;
    border-radius: 16px;
    margin-bottom: 0;
}
.block-pack .table-responsive {
    box-shadow: 0px 8px 80px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    position:relative;
}
.block-pack .table-responsive .table th, .block-pack .table-responsive .table td {
    border:0;
}
.block-pack .title-tab {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
    justify-content: center;
    padding-bottom:2.5rem;
}
.block-pack .title-tab-txt h2{
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    text-align: center;
}
.block-pack .title-tab-txt{
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding-bottom:2.5rem;
}
.block-pack .title-tab-txt p{
    text-align: justify;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.block-pack table tbody {
    width: 100%;
    padding: 40px 0 0;
}
.block-pack table tbody tr{
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;
}

.block-pack table tbody tr th{
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #002699;
    padding-bottom: 15px;
}

.block-pack table tbody tr .card-pack {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 45px;
}

.block-pack table tbody tr .card-pack .group-details p {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 44px;
    color: #737272;
    text-align: center;
    margin-bottom: 0;
}
.block-pack table tbody tr .card-pack .group-details .plus-details {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-align: center;
	color: #002699;
    /* color: #737272; */
}
.conciergerirebijou{color: #002699 !important;}
.block-pack table tbody tr .card-pack .group-details p  span{
    color:#000000;
    font-weight:700;
}
.block-pack table tbody tr .card-pack .group-details p.plus-details {
    display: block !important;
}
.block-pack .group-details ul{
    padding:0;
    margin: 30px auto 0;
    max-width: 190px;
}
.block-pack .group-details ul li{
    display: flex;
    margin: 11px 0 0;
    align-items: center;
    color: rgba(0, 38, 153, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.block-pack-comparateur.block-pack .group-details ul li{
	font-size: 19px;
}
.block-pack-comparateur.block-pack .group-details ul{
	    max-width: 270px;
}
.block-pack-comparateur .content-toggle-custom{
	min-width: 390px !important;
}
.block-pack-comparateur.block-pack .group-details ul.uli li {
    margin: 25px 0 0;
}
.block-pack .group-details ul li svg{
    margin-right: 11px;
    flex: 0 0 auto;
    min-width: 45px;
}
.block-pack table tbody tr .card-pack .link-details {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    background: #CC3627;
    border-radius: 200px;
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #CC3627;
    margin-top: 25px;
}
.block-pack table tbody tr .card-pack .link-details:hover{
    color: #CC3627;
    border: 1px solid #CC3627;
    background: #fff;
}
.block-pack table tbody tr .card-pack .link-details:after {
    content: "\e914";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 10px;
}
.block-pack table tbody tr .card-pack .group-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:15px 0;
}

.block-pack table tbody tr .col-callapse {
    width:100%;
}

.col-callapse .collapsible-pack {
    display: flex;
    flex-direction: column;
    background: rgba(242, 242, 242, 0.5);
    border-top: 1px solid #E1DFDF;
    padding: 6px 40px;
}
.col-callapse .collapsible-pack.collapsible-pack-comparateur{
    background: transparent;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.collapsible-pack-comparateur .group-details-comparateur{
    width: 280px;
    text-align: left;
}
.col-callapse .collapsible-pack.collapsible-pack-comparateur a.link-details2{
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    background: transparent;
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: rgba(0, 38, 153, 1);
}
.col-callapse .collapsible-pack.collapsible-pack-comparateur a.link-details{
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    background: #CC3627;
    border-radius: 200px;
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 25px;
}
.col-callapse .collapsible-pack.collapsible-pack-comparateur a.link-details:after{
    content:"";
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 12.3638H19.5M19.5 12.3638L12.5 5.36377M19.5 12.3638L12.5 19.3638' stroke='white' stroke-width='2.25023' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width:25px;
    height:25px;
    margin-left: 7px;
}
.col-callapse .collapsible-pack.collapsible-pack-comparateur a.link-details2:after{
    content:"";
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.66602 10.3638H16.3327M16.3327 10.3638L10.4993 4.53044M16.3327 10.3638L10.4993 16.1971' stroke='%23002699' stroke-width='2.45479' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width:21px;
    height:21px;
    margin-left: 7px;
}
.col-callapse .collapsible-pack .header-collapsible-pack {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.col-callapse .collapsible-pack .header-collapsible-pack {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.col-callapse .collapsible-pack .header-collapsible-pack h4 {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom:0;
    display:flex;
}
.col-callapse .collapsible-pack .header-collapsible-pack h3 {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom:0;
    display:flex;
}

.col-callapse .collapsible-pack .header-collapsible-pack h4 span {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #737272;
    padding-left:10px;
}
.col-callapse .collapsible-pack .header-collapsible-pack h3 span {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #737272;
    padding-left:10px;
}
.col-callapse .collapsible-pack .header-collapsible-pack i {
    margin-right:20px;
    font-size: 13px;
    line-height: 24px;
}
.col-callapse .collapsible-pack .header-collapsible-pack .title-pack {
    display:flex;
}
.col-callapse .collapsible-pack .details-content p {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin:1rem 0px;
    color: #000;
}


.col-callapse .collapsible-pack .header-collapsible-pack .icon-urgence {
    width:24px;
    height:24px;
    background-color:#CC3627;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
}
.col-callapse .collapsible-pack .header-collapsible-pack .icon-heart {
    width:24px;
    height:24px;
    background-color:#002699;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
}
.col-callapse .collapsible-pack .header-collapsible-pack .icon-heart:before {
    color: #fff;
}

.col-callapse .collapsible-pack .header-collapsible-pack .btn-collapsible-pack, .col-callapse .collapsible-pack .header-collapsible-pack .btn-collapsible-pack-mask {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #CC3627;
    cursor:pointer;
    border: 0;
    background: transparent;
}
.col-callapse .collapsible-pack .header-collapsible-pack .btn-collapsible-pack .icon-savoir-plus-pack {
    padding-left: 20px;
    display: flex;
}
.col-callapse .collapsible-pack .header-collapsible-pack .btn-collapsible-pack:focus, .col-callapse .collapsible-pack .header-collapsible-pack .btn-collapsible-pack-mask:focus {
    outline: 0 !important;
}
.col-callapse .collapsible-pack  .content-collapsible-pack {
    display: none;
}
.block-pack table tbody tr .inclus {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 60px;
}
.block-pack table tbody tr .inclus .icon-check-pack:before {
    font-size:18px;
    color:#002699;
}
.block-pack table tbody tr .inclus .text-inclus {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 38px;
    display: flex;
    align-items: center;
    color: #485CC7;
    padding-left:12px;
}
.btn-collapsible-pack-mask {
    display:none !important;
}
.opened-collapse .btn-collapsible-pack-mask {
    display:flex !important;
}
.opened-collapse .btn-collapsible-pack {
    display:none !important;
}
.col-callapse .collapsible-pack .header-collapsible-pack .icon-call {
    width:24px;
    height:24px;
    background-color:#9E2465;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
}
.block-pack table tbody tr .content-toggle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 60px;
    min-width: 170px;
}

.col-callapse .collapsible-pack .header-collapsible-pack .icon-concierge  {
    width:24px;
    height:24px;
    background-color:#009CA6;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
}


.content-toggle .slider:before {
    left: 3px;
    bottom: 3px;
    width: 24px;
    height: 24px;
    background: #002699;
}
.content-toggle  .switch .slider.round {
    width: 56px;
    height: 32px;
}
.content-toggle .slider {
    background: #FFFFFF;
    border: 1px solid #002699;
    border-radius: 100px;
}

.content-toggle .spanlabel-geo {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    /* display: flex; */
    align-items: center;
    color: #737272;
    padding-left:35px;
}
.content-toggle .switch input:checked + .slider:before {
    background-color: #fff;
}

.content-toggle .switch input:checked + .slider {
    background-color: #002699;
}



.block-articles-geolibre .titredecouvrer {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    padding-bottom:48px;
}


.block-articles-geolibre .showallarticlegeo {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #CC3627;
    border: 2px solid #CC3627;
    border-radius: 200px;
    padding: 16px 32px;
    position:relative;

}




.block-articles-geolibre .showallarticlegeo::before {
    transform: scaleX(0);
    transform-origin: bottom right;
    border-radius: 200px;

}
.block-articles-geolibre .showallarticlegeo:hover {
    color:#fff;
}
.block-articles-geolibre .showallarticlegeo:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
    border-radius: 200px;
}

.block-articles-geolibre .showallarticlegeo::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    inset: 0 0 0 0;
    background: #CC3627;
    border-radius: 200px;
    z-index: -1;
    transition: transform .3s ease;
}
.bloc-abs-subvention {
    background: red;
    top: 0;
    right: 0;
    z-index: 999999;
    position: fixed;
    width: 37rem;
    padding: 50px;
    right: -150%;
    height: 100%;
    background: #FFFFFF;
    transition: right 0.3s;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.2);
}

.bloc-abs-subvention .icon-sub-close {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 30px;
    cursor:pointer
}
.bloc-abs-subvention .icon-sub-close:before {
    color:#000;
    font-size:20px;
}
.bloc-abs-subvention.open {
    right: 0;
    overflow-y: auto;
}
.pricegeo div {
    display: inline-block;
    margin-right: 5px; /* Ajoute un peu d'espace entre les éléments */
}
.bloc-abs-subvention .content-abs-subvention h2 {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 44px;
    display: flex;
    align-items: center;
    color: #000000;
}
.bloc-abs-subvention .content-abs-subvention .text-abs-intro p {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.bloc-abs-subvention .content-abs-subvention .text-abs-body p {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #737272;
}
.bloc-abs-subvention .content-abs-subvention h3 {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 44px;
    display: flex;
    align-items: center;
    color: #000000;
}
.bloc-abs-subvention .content-abs-subvention img {
    border-radius: 8px;
    padding: 30px 0;
}

.bloc-abs-subvention .content-abs-subvention .btn-sub {
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    display: inline-block;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #CC3627;
    border: 2px solid #CC3627;
    border-radius: 200px;
    padding: 16px 32px;
    position:relative;
    transition-duration: 0.3s;
    transition-property: background-color, color;

}
.bloc-abs-subvention .content-abs-subvention .btn-sub:hover {
    background-color: #CC3627;
    color: #ffffff;
}




.icon-arrow-right-pack {
    cursor:pointer;
}

.icon-arrow-right-pack.left {
    transform:rotate(180deg);
}
.control-navigation {
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    width: 200px;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 100px;
    margin: 0 auto;
}

.navigation-dots span{
    width: 8px;
    height: 8px;
    background: #D9D8D8;
    display: inline-block;
    border-radius: 50%;
}
.navigation-dots span.active {
    background: #737272;
}

.icon-arrow-right-pack {
    border: 2px solid #F94230;
    width: 32px;
    height: 32px;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: normal;
    color:#F94230;
    cursor:pointer;
}
.icon-arrow-right-pack.disabled {
    border-radius: 200px;
    color:#C2C2C2;
    border: 2px solid #C2C2C2;
}
.icon-arrow-right-pack:before {
    font-size: 12px;
}










@media (max-width: 576px) {
    .custom-page-geolibre .slider-content {
        width: 100%;
    }
    .mySwiper2 .swiper-slide {
        height:auto;
    }
    .swiper-button-next, .swiper-button-prev {
        top: var(--swiper-navigation-top-offset,100%);
        margin-top: calc(0px - (var(--swiper-navigation-size)/ 1));
    }
    .swiper-button-next {
        right: var(--swiper-navigation-sides-offset,-10px);
        transform: translate(0px, -70%);
    }
    .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset,-10px);
        transform: translate(0px, -70%);
    }
    .bloc-reassurance .feature-item .feature-description {
        text-align: left;
    }
    .bloc-reassurance .feature-item:nth-child(3) .feature-title {
        width: 100%;
        text-align: left;
    }
    .bloc-reassurance .feature-item:nth-child(4) .feature-title {
        padding: 0;
    }
    .bloc-reassurance .feature-item:nth-child(2) .feature-title {
        padding: 0;
    }
    .benefits-block .benefit-item .benefit-icon {
        flex-basis: 20%;
    }
    .benefits-block .benefit-item .benefit-content {
        flex-basis: 80%;
    }
    .block-accesoires .card-accessoires {
        flex-direction: row;
    }
    .block-accesoires .card-accessoires .card-body {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .block-accesoires .card-accessoires .description p{
        text-align: left;
    }
    .block-accesoires .card-accessoires .group-title {
        align-items: flex-start;
    }
    .block-installation-material .full-section {
        flex-direction: column;
    }
    .block-installation-material .full-section .image-wrapper {
        padding-bottom: 1.5rem;
    }
    .block-installation-material {
        border-radius: 16px;
        padding: 24px;
    }
    .block-installation-material .full-section .content-wrapper p {
        font-size: 14px;
    }
    .block-installation-material .full-section .content-wrapper .section-title {
        font-size: 16px;
    }
    .group-collapsible {
        width: 100%;
    }
    .block-teleassistance-mobile .feature-img {
        padding-bottom: 3rem;
    }
    .bloc-avis-clients .content-avis .cards-avis {
        flex-direction: column;
    }
    .bloc-avis-clients .content-avis .cards-avis .card-avis {
        width: 100%;
    }
    .bloc-avis-clients .header-avis-clients {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 3rem;
    }

    .bloc-avis-clients .header-avis-clients .title-avis-clients {
        margin-bottom: 20px;
    }
    .block-teleassistance-domicil .custom-full-row {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
    .block-teleassistance-domicil .custom-full-row .col-left {
        width: 90%;
        margin-bottom: 3rem;
    }
    .block-teleassistance-domicil .custom-full-row .col-right {
        flex-basis: 100%;
        width: 100%;
    }
    .block-teleassistance-domicil .custom-full-row  .col-right .header {
        display:none;
    }
    .block-teleassistance-domicil .custom-full-row  .header-mobile {
        display:block;
        margin-bottom: 1.5rem;
    }
    .block-teleassistance-domicil .custom-full-row .col-right .body-col .service-items {
        align-items: flex-start;
        flex-direction: column;
    }
    .block-teleassistance-domicil .custom-full-row .col-right .body-col .service-items .service-item {
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 0.5rem;
    }
    .block-teleassistance-domicil .custom-full-row .col-left .image-wrapper .bg-img img {
        width: 80%;
    }
    .block-teleassistance-domicil .custom-full-row .col-left .bg-img {
        transform: translate(40%, 40%);
    }
    .block-teleassistance-domicil .custom-full-row .col-right .body-col .service-items .service-item .title {
        text-align: left;
    }
    .block-teleassistance-domicil .custom-full-row .header-mobile .sub-title {
        font-size: 14px;
    }
    .block-pack .container {
        padding:0;
    }
    .block-pack .table-responsive {
        border-bottom-left-radius: 16px;
        border-top-left-radius: 16px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
    }
    .bloc-abs-subvention {
        width: 100%;
    }

    .block-pack .table-responsive {
        box-shadow: none;
        overflow: hidden;
    }

    .block-pack table {
        border:0px;
    }
    .group-collapsible .collapsible .header-collapsible .title {
        font-size: 14px;
    }
    .group-collapsible .collapsible .content-collapsible p {
        font-size: 14px;
    }

    .block-teleassistance-mobile .title-block-teleassistance-mobile {
        padding: 0 45px;
        font-size: 24px;
    }

    .control-navigation {
        display: flex;
    }
    .col-callapse .collapsible-pack .header-collapsible-pack h4 {
        flex-direction: column-reverse;
        display: flex;
    }
    .col-callapse .collapsible-pack .header-collapsible-pack h4 span {
        padding-left: 0px;
    }
    .col-callapse .collapsible-pack .header-collapsible-pack .title-pack {
        display: flex;
        align-items: center;
    }
    .custom-page-geolibre .content-right .frame{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }
    .custom-page-geolibre .content-right .frame .frameitem {
        flex-direction: row;
        align-items: center;
        justify-content: left;
        flex-basis: 50%;
        padding-right:15px;
        padding-bottom: 20px;
    }
    .custom-page-geolibre .content-right .frame .frameitem .txtframe{
        padding-top: 0;
    }
    .custom-page-geolibre .content-right .frame .frameitem .iconeframe{
        text-align: left;
        max-width: 40px;
        margin-right: 10px;
    }
    .custom-page-geolibre .content-right .frame .frameitem .iconeframe svg {
        width: 100%;
        height: auto;
        max-height: 40px;
    }
    .announcement{
        margin-bottom:2rem;
    }
    .custom-accordion{
        margin-top:2rem;
    }
    .bloc-reassurance{
        margin: 2rem 0;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .benefits-block .benefit-item .benefit-icon {
        flex-basis: 25%;
    }
    .benefits-block .benefit-item .benefit-content {
        flex-basis: 75%;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .benefits-block .benefit-item .benefit-icon {
        flex-basis: 30%;
    }
    .benefits-block .benefit-item .benefit-content {
        flex-basis: 70%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .benefits-block .benefit-item .benefit-icon {
        flex-basis: 25%;
    }
    .benefits-block .benefit-item .benefit-content {
        flex-basis: 75%;
    }
    .block-nos-teleassistants .bg-block-teleassistants {
        transform: translate(-10%, 0%);
    }
}
@media (min-width: 1200px) {
    /* Add your CSS rules here */
    .block-nos-teleassistants .bg-block-teleassistants {
        transform: translate(-18.5%, 0%);
    }
}



@media (min-width: 1200px) and (max-width: 1440px) {
    .block-nos-teleassistants .bg-block-teleassistants {
        transform: translate(-13%, 0%);
    }
}

@media (min-width: 1441px) and (max-width: 1600px) {
    .block-nos-teleassistants .bg-block-teleassistants {
        transform: translate(-17%, 0%);
    }
}
@media (min-width: 1601px) and (max-width: 1800px) {
    .block-nos-teleassistants .bg-block-teleassistants {
        transform: translate(-20%, 0%);
    }
}
@media (min-width: 1801px) and (max-width: 2000px) {
    .block-nos-teleassistants .bg-block-teleassistants {
        transform: translate(-20%, 0%);
    }
}
@media (min-width: 2500px) {
    .block-nos-teleassistants .bg-block-teleassistants {
        transform: translate(-28.5%, 0%);
    }
}











/* media query bloc comment ca marche */
@media (max-width: 768px) {
    .block-comment-ca-marche .title-comment-ca-marche {
        font-size: 24px;
    }
    .block-nos-teleassistants .bg-block-teleassistants {
        position: relative;
        height: auto;
        margin-bottom:0;
        top:0;
    }
    .block-nos-teleassistants .bg-block-teleassistants img {
        width: 100%;
    }
    .block-nos-teleassistants .bg-block-teleassistants .card-temoignage {
        max-width: 100%;
        transform: translate(15%, -20%);
        margin: 0 20px;
    }
    .block-nos-teleassistants {
        padding: 4rem 20px;
    }
    .block-nos-teleassistants .custom-col-mb {
        flex: 0 0 100%;
        max-width:100%;
    }
    .block-nos-teleassistants  .custom-container {
        max-width:100%;
    }
    .block-nos-teleassistants .bg-block-teleassistants .card-temoignage p {
        letter-spacing: 1px;
    }


}
.bl-text-collapse__link-more{
    text-decoration: underline;
    color: #000;
}
.bl-text-collapse{--line-show: 10;--line-height: 27px}.bl-text-collapse__text{height:auto}.bl-text-collapse__text p{line-height: 24px;color: #000;font-size: 16px;}.bl-text-collapse .collapse:not(.show){display:block;max-height: 96px;overflow:hidden}.bl-text-collapse .collapsing{min-height:calc(var(--line-height)*var(--line-show)) !important}.bl-text-collapse h2 { margin-bottom: 0; line-height: 48px; }.bl-text-collapse__link-more.collapsed .bl-text-collapse__arrow:after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.bl-text-collapse__arrow:after{content:"";display:inline-block;margin-left:.255em;vertical-align:.255em;border-bottom:2px solid red;border-left:0;border-right:2px solid red;border-top:0;height:7px;-webkit-transform:rotate(225deg);transform:rotate(225deg);-webkit-transform-origin:60% 70%;transform-origin:60% 70%;transition-delay:0s;transition-duration:.5s;transition-property:all;width:7px}
.comparateur main{
    padding-bottom: 0 !important;
    margin-bottom: -20px !important;
}
.container-mettez-solution{
    background:#485CC7;
    padding:32px 40px 40px 40px;
    border-radius: 16px;
}
.container-mettez-solution .title-mettez-solution{
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    padding-bottom: 10px;
    text-align:center;
}
.container-mettez-solution .title-mettez-solution-item{
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align:center;
}
.container-mettez-solution p{
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align:center;
    margin-bottom: 0;
}
.container-mettez-solution .chiffre{
    margin:0 auto 10px;
    width:40px;
    height:40px;
    border-radius: 50%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 40px;
    display: flex;
    align-items: center;
    color:#fff;
    background: #002699;
    justify-content: center;
}
.comparateur .block-nos-teleassistants{
    margin-top: 0;
}
.container-accordion-comparateur{
    background: #EAF2FC;
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 4rem;
}
.container-accordion-comparateur .container-accordion-comparateur-title svg{
    margin-bottom:7px;
}
.container-accordion-comparateur .container-accordion-comparateur-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #000;
    margin-bottom: 40px;
}
.container-accordion-comparateur  #accordion{
    max-width: 875px;
    margin: auto;
}
.container-accordion-comparateur  .card{
    margin-bottom:10px;
    border: none;
    box-shadow: 0px 4px 16px rgba(0, 38, 153, 0.15);
    border-radius: 10px;
}
.container-accordion-comparateur  .card-header{
    padding: 0;
    background: transparent;
    border: none;
}

.container-accordion-comparateur  .card h5 button{
    padding: 30px 50px 30px 20px;
    background: #fff;
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #002699;
    display: block;
    width: 100%;
    text-align: left;
    position:relative;
    border-radius: 10px;
}
.container-accordion-comparateur  .card h3 button{
    padding: 30px 50px 30px 20px;
    background: #fff;
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #002699;
    display: block;
    width: 100%;
    text-align: left;
    position:relative;
    border-radius: 10px;
}
.container-accordion-comparateur .card h3 button[aria-expanded="true"]:after{
    transform: rotate(50deg);
}
.container-accordion-comparateur  .card h3 button:after{
    content:"";
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0003 6.66669V25.3334M6.66699 16H25.3337' stroke='%23CC3627' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width:32px;
    height:32px;
    background-position:center;
    background-repeat:no-repeat;
    position:absolute;
    right:20px;
    top:0;
    bottom:0;
    margin:auto;
    transition: all 0.5s ease;
}
.container-accordion-comparateur .card h5 button[aria-expanded="true"]:after{
    transform: rotate(50deg);
}
.container-accordion-comparateur  .card h5 button:after{
    content:"";
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0003 6.66669V25.3334M6.66699 16H25.3337' stroke='%23CC3627' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width:32px;
    height:32px;
    background-position:center;
    background-repeat:no-repeat;
    position:absolute;
    right:20px;
    top:0;
    bottom:0;
    margin:auto;
    transition: all 0.5s ease;
}
.container-accordion-comparateur-link{
    margin-top: 50px;
    text-align: center;
}
.container-accordion-comparateur-link a{
    text-transform: uppercase;
    font-family: 'DaxlinePro';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    color: rgba(0, 38, 153, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.container-accordion-comparateur-link a svg{
    margin-left: 4px;
}
.icon-liberte:before{
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16.2832' cy='16.2832' r='14.9832' fill='%23485CC7' stroke='white' stroke-width='1.4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.3875 10.2472C21.574 10.0607 21.8536 10.0607 22.0401 10.2472C25.0701 13.2772 25.07 18.2184 22.04 21.2716C21.9469 21.3647 21.8303 21.4114 21.7137 21.4114C21.5972 21.4114 21.4806 21.3647 21.3875 21.2716C21.201 21.0851 21.201 20.8055 21.3875 20.619C24.0677 17.9386 24.0677 13.5801 21.3875 10.8998C21.201 10.7133 21.201 10.4337 21.3875 10.2472ZM10.5264 21.2717C10.6196 21.3648 10.7361 21.4115 10.8527 21.4115C10.9693 21.4115 11.0858 21.3648 11.179 21.2717C11.3655 21.0852 11.3655 20.8055 11.179 20.619C8.49874 17.9388 8.49874 13.5802 11.179 10.8999C11.3655 10.7134 11.3655 10.4338 11.179 10.2473C10.9925 10.0608 10.7129 10.0608 10.5264 10.2473C7.4964 13.2771 7.49642 18.2184 10.5264 21.2717ZM13.4863 12.2751C13.2998 12.0886 13.0202 12.0886 12.8337 12.2751C10.9224 14.1864 10.9224 17.2862 12.8337 19.2207C12.9269 19.3138 13.0434 19.3605 13.16 19.3605C13.2766 19.3605 13.3932 19.3138 13.4863 19.2207C13.6728 19.0342 13.6728 18.7546 13.4863 18.5681C11.948 17.0298 11.948 14.4893 13.4863 12.951C13.6494 12.7645 13.6494 12.4616 13.4863 12.2752L13.4863 12.2751ZM16.2831 23.213C16.5395 23.213 16.7492 23.0032 16.7492 22.7469V17.5656C17.0755 17.4725 17.3552 17.3093 17.6116 17.0761C17.9611 16.7266 18.1476 16.2603 18.1476 15.7475C18.1476 15.2347 17.9611 14.7919 17.6116 14.4189C16.8891 13.6964 15.7003 13.6964 14.9778 14.4189C14.605 14.792 14.4185 15.2581 14.4185 15.7477C14.4185 16.2372 14.605 16.7033 14.9545 17.0763C15.1877 17.3094 15.4905 17.4725 15.8168 17.5658V22.7703C15.817 23.0031 16.0267 23.213 16.2831 23.213ZM19.4063 19.3605C19.2897 19.3605 19.1732 19.3138 19.08 19.2207L19.08 19.2206C18.9169 19.0341 18.9169 18.7545 19.08 18.5448C20.6183 17.0065 20.6183 14.466 19.08 12.9277C18.8935 12.7412 18.8935 12.4616 19.08 12.2751C19.2665 12.0886 19.5461 12.0886 19.7326 12.2751C21.6439 14.2096 21.6439 17.3094 19.7326 19.2207C19.6394 19.3138 19.5229 19.3605 19.4063 19.3605Z' fill='white'/%3E%3C/svg%3E");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-housse-protection:before{
    content: "";
    width: 31px;
    height: 31px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='30' viewBox='0 0 24 30' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect y='0.566406' width='24' height='28.7973' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_1473_10089' transform='matrix(0.0218878 0 0 0.0182415 -2.45486 -0.238782)'/%3E%3C/pattern%3E%3Cimage id='image0_1473_10089' width='265' height='183' xlink:href='data:image/png;base64,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7ynMftmyZRNpn6+pYOkcE08HVMWq88ex7RJAc8N2751JzWl05WauCagFaURjCFX7l9FApBAyCIojk5sYZCDC6QOqoWpZTsvdiOowHJc/Anbl75Jt94qfDstOUV8BP8gFTTpDw6w/oA+dPMgg5JtohtLqRjAaqkHw9yKff/75F+rycFz+CKAmUcbv+ejRo2fxuAH9GgVfNhsG+dPHwPL02Te6FvXBlMNzGIlycNPHjx8/lbtEDRkK/ctnGUdHxwn9+/efgTki9emUz3M4Lm3svpvzoBu6JK5R8PgFGvqsG9EomyAyT65x0ICmvT179jxAhsVQNggrhwTgkyiHN50vmb6UdOfJXu7fv+/An10Xdjh1OcWHywYBEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEACBfAT+H05zB7s/PEjWAAAAAElFTkSuQmCC'/%3E%3C/defs%3E%3C/svg%3E");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
/*******************************************************/
.styled-input-single {
    position: relative;
    padding: 4px 0 4px 30px;
    text-align: left;
}
.styled-input-single-vide{
	    padding: 4px 0 4px 60px !important;
}
.styled-input-single .vide{
    color: rgba(0, 38, 153, 1);
}
.styled-input-single label {
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #000;
}
.styled-input-single-color label span{
    /*color: rgba(0, 38, 153, 1);*/
}
.styled-input-single label:before, .styled-input-single label:after {
    content: '';
    position: absolute;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
}
.styled-input-single label:before {
    left: 0;
    width: 20px;
    height: 20px;
    /* margin: -13px 0 0; */
    background: transparent;
    border: solid 1px rgba(0, 38, 153, 1);
}
.styled-input-single label:after {
    left: 3px;
    width: 13px;
    height: 13px;
    /* margin: -7px 0 4px; */
    opacity: 0;
    background: rgba(0, 38, 153, 1);
    -webkit-transform: translate3d(-40px, 0, 0) scale(0.5) translateY(-50%);
    transform: translate3d(-40px, 0, 0) scale(0.5) translateY(-50%);
    -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
/* .styled-input-single label span{ */
    /* color: rgba(115, 114, 114, 1); */
/* } */
.styled-input-single label span.msg-bleu{
    color: rgba(0, 38, 153, 1);
}
.styled-input-single input[type="radio"],
.styled-input-single input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: -9999px;
    visibility: hidden;
}
.styled-input-single input[type="radio"]:checked + label:after,
.styled-input-single input[type="checkbox"]:checked + label:after {
    -webkit-transform: translate3d(0, 0, 0) translateY(-50%);
    transform: translate3d(1px, 0, 0) translateY(-50%);
    opacity: 1;
}

.styled-input--square label:before, .styled-input--square label:after {
    border-radius: 0;
}

.styled-input--rounded label:before {
    border-radius: 10px;
}
.styled-input--rounded label:after {
    border-radius: 6px;
}

.styled-input--diamond .styled-input-single {
    padding-left: 45px;
}
.styled-input--diamond label:before, .styled-input--diamond label:after {
    border-radius: 0;
}
.styled-input--diamond label:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.styled-input--diamond input[type="radio"]:checked + label:after,
.styled-input--diamond input[type="checkbox"]:checked + label:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
}


.pen-intro {
    text-align: center;
}

.two-column:after {
    content: "";
    display: table;
    clear: both;
}

.two-column {
    margin: 0 0 40px;
}
@media (min-width: 860px) {
    .two-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.content-toggle-custom{
	width: 350px;
	margin-left: auto;
}


.two-column .single-col {
    margin: 0 0 40px;
}
@media (min-width: 860px) {
    .two-column .single-col {
        width: 47.5%;
        float: left;
        margin: 0 0 0 5%;
    }
    .two-column .single-col:nth-child(2n+1) {
        clear: both;
        margin: 0;
    }
}
.icone-magazine .views-row .card-guide .card-body p{
    padding-top: 0;
}

.icone-magazine .views-row .card-guide .card-body .article__body{text-align:left;}
.icone-magazine .views-row .card-guide .card-body .article__body, .icone-magazine .views-row .card-guide .card-body .disc{
    padding-top: 0;
    padding-bottom: 0;
    min-height: 7em;
}
.icone-magazine .views-row .card-guide .card-body .article__body h2,
.icone-magazine .views-row .card-guide .card-body .article__body h3,
.icone-magazine .views-row .card-guide .card-body .article__body h4,
.icone-magazine .views-row .card-guide .card-body .article__body p,
.icone-magazine .views-row .card-guide .card-body .disc h2,
.icone-magazine .views-row .card-guide .card-body .disc h3,
.icone-magazine .views-row .card-guide .card-body .disc h4,
.icone-magazine .views-row .card-guide .card-body .disc p,
.icone-magazine .views-row .card-guide .card-body .disc{
    color: rgba(115, 114, 114, 1);
    font-size: 14px;
    font-weight:400;
}
.ui-loader {
    display: none;
}
