* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;

    margin: 0px;
    padding: 0px;
    outline: none;
    list-style: none;
    text-decoration: none;
}

html {
    height: 100%;
    font-size: 62.5%;
}

body {
    background: #ffffff;
    height: 100%;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    text-align: center;
    color: rgb(53 53 53);
}

/*LANDING*/
main {
    min-height: 100vh;
}

header {
    width: 40%;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo {
    width: 10rem;
}

.label_cobrand {
    font-size: 12px;
    color: #000000;
    margin: 5px auto 15px;
    font-family: arial;
}

section {
    padding: 4em 2em;
}

section.title {
    padding: 4rem 1rem 0 1rem;
}

.desktop-size {
    margin: 0 auto;
    max-width: 768px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

h1, h2, h3 {
    font-family: 'Arial', sans-serif;
}

h1 {
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    font-size: 2.2rem;
    margin: 0;
    margin: 1rem 0;
}

h2 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 2.2rem;
    margin: 0.5rem 0;
}

h4 {
    font-style: italic;
    text-transform: uppercase;
    font-size: 2rem;
    margin: 0;
}

/*CTA ECARDON*/

.cta {
    margin: auto;
    padding: 15px;
    border-radius: 10px;
    border: solid rgb(255 255 255 / 25%) 1px;
    box-shadow: rgb(0 0 0 / 40%) 5px 5px 20px;
    justify-items: center;
    grid-gap: 10px;
    width: 90%;
    display: grid;
}

/*MENTION TARIFAIRE*/

.tarif {
    font-size: 12px;
    color: #000000;
    margin: 0 auto;
    width: 100%;
    font-weight: 600;
}

.safeText {
    font-size: 11px;
    color: #000000;
    margin: 0 auto 10px;
    width: 100%;
    font-weight: 600;
}

/* checkbox cgv */

#optinCgv{
    appearance: auto;
}

#checkTerms{
    appearance: auto;
}

#optinBox{
    font-size: 1.5em;
}

/*SWIPER*/
.swiper-wrapper {
    height: 400px !important;
}

.swiper-wrapper2 {
    height: 300px !important;
}

.swiper-slide {
    position: relative;
}

.slide-card {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.slide-card-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    border-radius: 20px;
    border: 2px solid #0063ff;
    background-color: var(--color-bg-2);
    padding: 1em;
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto 20px;
}

.slide-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.slide-card-2 img {
    height: 60px;
    width: 60px;
    margin: 20px auto;
}

.slide-card-2 p {
    font-style: italic;
}

.slide-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1.5), transparent);
    z-index: 1;
}

.slide-card .slide-text {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding: 0 5px;
    color: #e5e3e3;
    font-size: 14px;
    text-align: center;
    z-index: 2;
    text-transform: uppercase;
    font-style: italic;
    font-family: 'Arial', sans-serif;
    font-size: 17px;
    font-weight: 800;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
    width: 90%;
    margin-bottom: 20px;
}

.swiper-button-next,
.swiper-button-prev {
    padding: 1em;
    height: 20px !important;
    width: 20px !important;
    border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.8em !important;
    font-weight: bold;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -5px) !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -5px) !important;
}


/*FAQ*/

.grey {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0px;
}

.faq {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-family: 'Arial', sans-serif;
}

.toggle-section {
    border-bottom: #0063ff 1px solid;
    margin-bottom: 1rem;
    width: 100%;
    text-align: left;
}

.toggle-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.toggle-header h2 {
    text-align: left;
    letter-spacing: 0;
    margin: 0;
    font-size: 1.8rem;
}

.toggle-content {
    max-height: 0;
    margin: 5px 0;
    overflow: hidden;
    transition: max-height 0.2sease -out;
}

.toggle-content a {
    color: white;
}

.toggle-icon {
    transition: transform 0.2sease-out;
    width: 0.8rem;
    filter: invert(1);
}

.toggle-icon.expanded {
    transform: rotate(180deg);
    transition: transform 0.2s ease-out;
}

.transparence {
    font-family: Arial, sans-serif;
}

.transparence ul {
    color: white;
}

.faq-link {
    color: #0063ff !important;
    text-decoration: underline;
}

/*FOOTER*/

footer {
    position: relative;
}

footer > p {
    padding: 0px 30px;
    color: rgba(255, 255, 255, 0.5);
}

footer > p > span {
    color: rgba(255, 255, 255, 1);
}

.menuFooter {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
}

.menuFooter a {
    color: black;
    font-size: 12px;
    padding: 20px 0;
    font-weight: bold;
    width: 100%;
    text-transform: uppercase;
    text-decoration: underline;
}

.menuFooter a:nth-child(2) {
    border-top: solid .01rem #000;
    border-bottom: solid .01rem #000;
}

.menuFooter p {
    font-size: 10px;
    color: black;
    padding: 1vh 0;
}

#info {
    color: white;
    background-color: black;
    padding: 10px 30px 0;
}

/*RESPONSIVE DESKTOP*/

@media only screen and (min-width: 780px) and (max-width: 1023px) {}

@media screen and (min-width: 1024px) {
    .cta {
        width: 40%;
    }
}
