@import url('reset.css');
@import url('variable.css');
@import url('color.css');
@import url('police.css');


html, 
body,
main {
    margin: 0;
    overflow-x: hidden;
    font-family: 'Geist';
}

a{
    text-decoration: none;
}

p{
    text-wrap: balance;
}

li{
    list-style: none;
}




.h1Black,.h2Black,.h3Black,.h4Black,.h5Black,.h6Black,
.h1White,.h2White,.h3White,.h4White,.h5White,.h6White{
    margin: 0;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.h1Black,.h1White{ font-size: var(--h1-size); font-weight: 700; }
.h2Black,.h2White{ font-size: var(--h2-size); font-weight: 700; }
.h3Black,.h3White{ font-size: var(--h3-size); font-weight: 700; }
.h4Black,.h4White{ font-size: var(--h4-size); font-weight: 700; }
.h5Black,.h5White{ font-size: var(--h5-size); font-weight: 600; }
.h6Black,.h6White{ font-size: var(--h6-size); font-weight: 600; }

.h1Black,.h2Black,.h3Black,
.h4Black,.h5Black,.h6Black{ color: var(--color-gray-900); }
.h1White,.h2White,.h3White,
.h4White,.h5White,.h6White{ color: var(--color-white); }
.h2Section1{color: var(--color-gray-500);}

.hnTac{
    text-align: center;
    text-wrap: balance;
}

.asc{
    align-self: center;
}

.h1Black,.h1White{
    width: 70%;
}

.h2Black,.h2White,.h2Section1{
    width: 70%;
}

.h2Section1{
    font-size: var(--h2-section-1-size);
}

.textXlBlack,.textLgBlack,
.textMdBlack,.textSmBlack,
.textXsBlack,.textXlWhite,
.textLgWhite,.textMdWhite,
.textSmWhite,.textXsWhite{
    margin: 0;
    line-height: 1.55;
}

.textXlBlack,.textXlWhite{ font-size: var(--text-xl); }
.textLgBlack,.textLgWhite{ font-size: var(--text-lg); }
.textMdBlack,.textMdWhite{ font-size: var(--text-md); }
.textSmBlack,.textSmWhite{ font-size: var(--text-sm); }
.textXsBlack,.textXsWhite{ font-size: var(--text-xs); }

.textXlBlack,.textLgBlack,
.textMdBlack,.textSmBlack,
.textXsBlack{ color: var(--color-black); }
.textXlWhite,.textLgWhite,
.textMdWhite,.textSmWhite,
.textXsWhite{ color: var(--color-white); }

.textStrongWhite{ color: rgba(255,255,255,0.92); }

.textMutedBlack{ color: var(--color-gray-500); }
.textMutedWhite{ color: rgba(255,255,255,0.65); }


.textXlLavender,.textXlLavenderWhite{ font-size: var(--text-xl); }
.textLgLavender,.textLgLavenderWhite{ font-size: var(--text-lg); }
.textMdLavender,.textMdLavenderWhite{ font-size: var(--text-md); }
.textSmLavender,.textSmLavenderWhite{ font-size: var(--text-sm); }
.textXsLavender,.textXsLavenderWhite{ font-size: var(--text-xs); }

.textXlLavender,.textLgLavender,.textMdLavender,.textSmLavender,.textXsLavender,
.textXlLavenderWhite,.textLgLavenderWhite,.textMdLavenderWhite,.textSmLavenderWhite,.textXsLavenderWhite{
  color: #c2baff;
}


.bgBlack{
    background-color: var(--color-black);
}

.btnPurple{
    color: var(--color-white);
    font-size: var(--text-xl);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-purple);
    width: auto;
    height: auto;
    padding: 10.5px 25.5px;
    border-radius: var(--radius-pill);
    box-shadow: var(--shadow-btn, 0 10px 24px rgba(133,117,255,0.22));
}

.btnTrans{
    color: var(--color-black);
    font-size: var(--text-xl);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-trans);
    width: auto;
    height: auto;
    padding: 10px 25px;
    border: solid 1px var(--color-gray-400);
    border-radius: var(--radius-pill);
}

.btnPurple,
.btnTrans{
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

.btnPurple:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-btn-hover, 0 14px 34px rgba(133,117,255,0.28));
    opacity: 0.98;
}

.btnPurple:active{
    transform: translateY(1px); 
    box-shadow: var(--shadow-btn-active, 0 8px 18px rgba(133,117,255,0.18));
}

.btnPurple:focus-visible{
    outline: none;
    box-shadow: var(--shadow-btn-glow, 0 0 0 4px rgba(133,117,255,0.25));
}

.btnTrans:hover{
    transform: translateY(-2px);
    background-color: rgba(133,117,255,0.08);       
    border-color: rgba(133,117,255,0.35);              
    box-shadow: 0 10px 24px rgba(15,20,40,0.08);
}

.btnTrans:active{
    transform: translateY(1px); 
    background-color: rgba(133,117,255,0.12);
    box-shadow: 0 6px 14px rgba(15,20,40,0.06);
}

.btnTrans:focus-visible{
    outline: none;
    box-shadow: 0 0 0 4px rgba(133,117,255,0.22);
}

.hoverLiftPurple{
    display: inline-block;
    transition: color 180ms ease, transform 180ms ease;
}

.hoverLiftPurple:hover{
    color: var(--color-purple);
    transform: translateY(-2px);
}

.hoverLiftPurple:active{
    transform: translateY(-1px);
}

.hoverLiftPurple:focus-visible{
    outline: none;
    box-shadow: var(--shadow-focus);
    border-radius: 6px;
}

/* BACKTOP */

.back-top{
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    background: var(--color-lavender);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px) scale(0.9);
    transition: opacity .2s ease, transform .2s ease;
    z-index: 999;
}

.back-top.show{
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.back-top:hover{
    transform: translateY(0) scale(1.06);
}

.back-top:active{
  transform: translateY(0) scale(0.92);
}

/* FIN BACKTOP */

/* Section FAQ */

.wrapper {
    width: 60%;
}

.faq{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
}

.container-faq {
    background-color: white;
    color: black;
    border-radius: 20px;
    box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
    margin: 20px 0;
}

.question {
    font-size: 18px;
    font-weight: 500;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
}

.question.active::after {
    transform: rotate(45deg);
}

.answercont {
    font-size: 16px;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.reponse {
    padding: 0 20px 20px;
    line-height: 1.5rem;
}

/* Fin section FAQ */

/* Avis */

.swiperProvider {
    width: 120%;
    padding: 60px 0;
    overflow: hidden;  
    position: relative;
    margin-left: -50px;
}

.swiperWrapperProvider {
    display: flex; 
}

.swiperSlideProvider {
    width: 260px; 
    height: fit-content;    
    flex: 0 0 auto;    
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: var(--color-white);
    box-shadow: var(--shadow-lg);
    border: 2px solid var(--color-trans);
    border-radius: var(--radius-sm);
    transition: 0.2s ease;
}

.swiperSlideProvider:hover{
    border-color: var(--color-lavender);
    transform: scale(1.01);
}

.company,
.review,
.customer{
    margin: 20px;
}

.carouselNav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    right: 30px;
    gap: 12px;
}

.btnNext{
    padding-left: 8px;
}

.carouselNav button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #808080;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    transition: 0.2s;
}

.carouselNav button:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
}

/* Fin avis */

.pricing{
    font-size: var(--h2-size);  
    font-weight: 700; 
    margin: 10px 0;
}

.grouSpanPricing{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
}

.grouSpanPricing p{
    margin: 2px 0;
}

.spanPricing{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.pointPricing{
    display: flex;
    align-items: center;
    justify-content: center;
}

.poplar{
    transform: scale(1.05);
    border: 2px solid var(--color-lavender);
    box-shadow: var(--shadow-btn-hover);
}

.spanPoplar{
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 5px 20px;
    background-color: var(--color-lavender-3);
    border: 1px solid var(--color-purple);
    border-radius: var(--radius-pill);
    box-shadow: var(--shadow-btn-hover);
    margin-bottom: 20px;
}



@media (max-width: 835px){
    .back-top{
        right: 16px;
        bottom: 16px;
        width: 46px;
        height: 46px;
    }
}


#dashboardIcon{
    position: fixed;
    top:110px;
    right:10px;
}

.bold{
    font-weight: 700;
}