.explications {
    color: var(--color-bleu-fonce);
}

.top {
    font-size: 36px;
    margin: 30px;
    text-align: center;
    color: var(--color-bleu-fonce);
    font-weight: inherit;
}

.explications .top b:first-of-type {
    font-size: 46px;
}

.explications .message {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}

.explications .message i {
    color: var(--color-bleu);
    font-style: normal;
}

.explications .amont {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 20px;
    margin: 0 20px;
    align-items: center;
}

.explications .first {
    margin: 0 20%;
}

.explications .steps {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    position: relative;
}

.explications .steps::before {
    content: '';
    background: url("../images/line_vertical-f5zlbY4.jpg") repeat-y center;
    position: absolute;
    width: 100%;
    height: calc(100% - 6px);
    top: 3px;
    z-index: 0;
}

.explications .steps > div {
    border-radius: 10px;
    padding: 15px 20px;
    text-align: center;
    color: var(--color-dark);
    z-index: 1;
}

.explications .step1 {
    background: var(--color-bleu-1);
}

.explications .step2 {
    background: var(--color-bleu-2);
}

.explications .step3 {
    background: var(--color-bleu-3);
}

.explications .prepa {
    margin: 20px 10px 10px;
}

.explications .flex {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
    margin-left: 20px;
    align-items: flex-start;
}

.explications .voyage {
    background: var(--color-white);
    font-size: 22px;
}

.explications .voyage i, .explications .plus-adore i {
    color: var(--color-bleu);
    font-style: normal;
}

.explications .plus-adore {
    width: 270px;
    height: 270px;
    background-color: var(--color-bleu-1);
    box-shadow: 0 3px var(--color-bleu-fonce-ombre);
    border-radius: 100%;
    padding: 37px;
    margin: 20px auto 3px;
    text-align: center;
    position: relative;
}

.explications .plus-adore .title {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.explications .plus-adore .msg {
    color: var(--color-black);
}

.explications .plus-adore:before {
    content: '';
    background: url("../images/arrow_big-3Oj34gu.png") left bottom no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50px;
    z-index: 0;
    left: -25%;
}

.explications .plus-adore:after {
    content: '';
    background: url("../images/stars_big-mRsbC3q.png") right top no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    right: -10%;
}

.explications .iphones {
    max-width: 100%;
    height: auto;
}

.app {
    background: var(--color-white);
    background: url("../images/line_bleue-sKEvout.svg") center 20% no-repeat;
    background-size: 200%;
    text-align: center;
    display: flex;
    gap: 15px 25px;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 25px;
    justify-content: space-evenly;
}

.app-msg {
    max-width: 550px;
    padding: 10px;
}

.app-msg .title {
    color: var(--color-bleu-fonce);
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: inherit;
}

.app-msg .msg {
    margin-bottom: 10px;
}

.faq {
    color: var(--color-bleu-fonce);
}

.faq img {
    width: 100%;
    height: auto;
}

.faq .title {
    font-size: 32px;
    margin: 0 15px 10px;
    max-width: 900px;
    font-weight: inherit;
}

.faq .qr {
    border: 1px solid var(--color-bleu);
    border-radius: 7px;
    padding: 7px;
    margin: 0 15px 10px;
    max-width: 900px;
}

.faq .qr .q {
    font-weight: bold;
    cursor: pointer;
}

.faq .qr .q img {
    width: 14px;
    height: 23px;
    margin-left: 10px;
    transition: transform 0.3s ease;
    vertical-align: bottom;
}

.faq .qr.show .q img {
    transform: rotate(90deg);
}

.faq .qr .r {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease-out;
    overflow: hidden;
}

.faq .qr.show .r {
    grid-template-rows: 1fr;
}

.faq .qr .r > div {
    overflow: hidden;
    min-height: 0;
}

.faq .contact {
    margin: 0 15px 10px;
    max-width: 900px;
    font-weight: bold;
    font-size: 16px;
    color: var(--color-black);
    text-align: center;
}

.faq .contact a, .faq .contact a:link, .faq .contact a:visited, .faq .contact a:hover {
    display: inline-block;
    margin: 25px auto;
    padding: 10px 20px;
    background-color: var(--color-8);
    color: var(--color-white);
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
}

@media screen and (min-width: 720px) {
    .home-top {
        background: var(--color-8);
        background: url("../images/line-JshV4Qc.svg") center center no-repeat, linear-gradient(90deg, var(--color-bleu) 0%, var(--color-8) 100%);
        background-size: 100%;
        text-align: center;
        display: flex;
        gap: 0;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: start;
    }

    .home-top .bloc:first-of-type {
        margin-left: 10%;
        padding: 30px 0;
    }

    .home-top .bloc:last-of-type {
        margin-right: 10%;
    }

    .home-top .link {
        background-color: var(--color-8);
        color: var(--color-white);
    }

    .explications {
        display: flex;
        gap: 20px;
        justify-content: space-evenly;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .explications .first {
        margin: 0;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .explications .first::before {
        background: url("../images/line_horizontal-6mR5V8C.jpg") center repeat-x;
    }

    .explications .bloc {
        position: relative;
        max-width: 700px;
    }

    .explications .iphones {
        position: absolute;
        max-width: 150%;
        left: -25%;
        top: 185px;
    }

    .explications .plus-adore {
        margin: 20px 50px 3px;
    }

    .app {
        justify-content: center;
        background-size: 70%;
    }
}

@media screen and (min-width: 940px) {
    .faq .title, .faq .qr, .faq .contact {
        margin: 0 auto 10px;
    }
}