html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


.text-xs {
    font-size: 0.75rem;
    /* 12px */
    line-height: 1rem;
    /* 16px */
}

.text-sm {
    font-size: 0.875rem;
    /* 14px */
    line-height: 1.25rem;
    /* 20px */
}

.text-base {
    font-size: 1rem;
    /* 16px */
    line-height: 1.5rem;
    /* 24px */
}

.text-lg {
    font-size: 1.125rem;
    /* 18px */
    line-height: 1.75rem;
    /* 28px */
}

.text-xl {
    font-size: 1.25rem;
    /* 20px */
    line-height: 1.75rem;
    /* 28px */
}

.text-2xl {
    font-size: 1.5rem;
    /* 24px */
    line-height: 2rem;
    /* 32px */
}

.text-3xl {
    font-size: 1.875rem;
    /* 30px */
    line-height: 2.25rem;
    /* 36px */
}

.text-4xl {
    font-size: 2.25rem;
    /* 36px */
    line-height: 2.5rem;
    /* 40px */
}

.text-5xl {
    font-size: 3rem;
    /* 48px */
    line-height: 1;
}

.text-6xl {
    font-size: 3.75rem;
    /* 60px */
    line-height: 1;
}

.text-7xl {
    font-size: 4.5rem;
    /* 72px */
    line-height: 1;
}

.text-8xl {
    font-size: 6rem;
    /* 96px */
    line-height: 1;
}

.text-9xl {
    font-size: 8rem;
    /* 128px */
    line-height: 1;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

section {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 65px 0px;
}

.container {
    max-width: 1190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.header {
    background-image:
        radial-gradient(circle closest-corner at 50% -80%, rgba(255, 255, 255, 0.9), rgba(0, 0, 0, 0.9)),
        url('/assets/img/sky.JPG');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

    /* background-image: radial-gradient(circle closest-corner at 50% -80%, #0446f8, #131629); */
    color: white;
}

.logo {
    width: 140px;
}

.question-persona {
    margin-top: 7px;
}

.title-header {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 700;
    max-width: 980px;
    margin: 25px 0px 20px 0px;
}

.accent-title {
    color: black;
    background: #fff;
    padding: 5px 10px;
    line-height: 3rem;
    border-radius: 10px;
    transform: skewX(-5deg);
    display: inline-block;
}

h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    margin-bottom: 50px;
}

.header .title-description {
    max-width: 1190px;
    padding: 0px 225px;
}


.reviews {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

.reviews .pictures {
    display: flex;
}

.review {
    width: 40px;
    height: 40px;
    background-color: burlywood;
    border-radius: 100%;
    margin-left: -10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.text-reviews {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-left: 15px;
}

.text-reviews img {
    height: 20px;
    margin-bottom: 5px;
}

.text-reviews p {
    margin: 0px;
}

.text-reviews p span {
    font-weight: 700;
}

.video {
    border: 1px solid #ffffff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: fit-content;
    max-width: 1000px;
    text-decoration: none;
    display: flex;
    position: relative;
    box-shadow: 0 2px 20px #ffffff99;
    overflow: hidden;
    margin-bottom: 50px;
}

.cta {
    background-color: #fff;
    color: black;
    text-decoration: none;
    box-shadow: 0 2px 20px #ffffff99;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 10px;
}

.cta.black {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 2px 20px #00000099;
}

.cta.black.spacing {
    margin-top: 100px;
}

.key-point-container {
    display: grid;
    gap: 16px;
    max-width: 1190px;
}

.key-point {
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.key-point .number {
    background: #000;
    color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    box-shadow: 0 2px 20px #00000070;
}

.key-point .title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    margin-top: 13px;
    margin-bottom: 10px;
}

.reviews-container {
    display: grid;
    gap: 16px;
    max-width: 1190px;
}

.img-review {
    width: 100%;
    border-radius: 10px;
}

footer {
    background-image:
        radial-gradient(circle closest-corner at 50% -80%, rgba(255, 255, 255, 0.9), rgba(0, 0, 0, 0.9)),
        url('/assets/img/sky.JPG');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

    /* background-image: radial-gradient(circle closest-corner at 50% -80%, #0446f8, #131629); */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 0 80px 0;
    gap: 35px;
}

footer nav {
    display: flex;
    gap: 30px;
}

footer nav a {
    color: white;
    text-decoration: none;
    font-weight: 700;
}

footer .logo {
    width: 100px;
}

.calendly-inline-widget {
    width: 100%;
    height: 630px;
}

/* Grille de 3 colonnes sur les écrans moyens et larges */
@media (min-width: 768px) {
    .key-point-container {
        grid-template-columns: repeat(3, 1fr);
    }

    .reviews-container {
        grid-template-columns: repeat(3, 1fr);
    }

    /* .reviews-container img:last-child {
        grid-column: 2 / 3;
    } */
}

/* Grille d'une colonne sur les petits écrans */
@media (max-width: 767px) {

    section {
        font-size: 0.875rem;
        line-height: 1.25rem;
        padding: 0 15px;
    }

    footer {
        padding: 50px 15px 80px 15px;
    }

    footer nav {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .header {
        background-image:
            radial-gradient(circle closest-corner at 50% -80%, rgba(255, 255, 255, 0.85), rgba(0, 0, 0, 0.85)),
            url('/assets/img/sky-mobile.jpg');
    }

    .title-header {
        font-size: 1.5rem;
        line-height: 2rem;
        max-width: 350px;
        margin: 25px 0px 20px 0px;
    }

    .accent-title {
        padding: 3px 10px;
        line-height: 1.3rem;

        border-radius: 7px;
        transform: skewX(-5deg);
        display: inline-block;
    }

    .container {
        max-width: 350px;
    }

    .header .title-description {
        max-width: 350px;
        padding: 0px 10px;
    }

    .text-reviews p {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .video {
        width: fit-content;
        max-width: 350px;
    }


    .cta {
        padding: 7px 10px;
        border-radius: 5px;
        font-size: 0.875rem;
        line-height: 1.25rem;
        margin-bottom: 10px;
    }

    h2 {
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .embedly-embed {
        width: 350px;
        height: 170px;
    }

    .key-point-container {
        grid-template-columns: 1fr;
    }

    .reviews-container {
        grid-template-columns: 1fr;
    }

    .calendly-inline-widget {
        width: 100%;
        height: 1100px;
    }
}