body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    color: black;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: white;
    user-select: none;
}

.in {
    max-width: 1170px;
    width: calc(100% - 20px);
    margin: auto;
    display: block;
    overflow: hidden;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

nav a.black {
    background: black;
    color: white;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--Blanc, #FFF);
    text-align: center;
    font-family: "Neue Plak";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 112.5% */
    text-transform: uppercase;
    width: 198px;
    height: 106px;
    box-sizing: border-box;
    padding: 13px 17px;
}

body,html {
    font-family: "Catamaran", sans-serif;
    font-optical-sizing: auto;
}

.red {
    background: #ff0016;
    padding: 64px 0;
}

.mobile {
    display: none;
}

h1 {
    color: #000;
    font-family: "Neue Plak";
    font-size: 72px;
    font-style: normal;
    font-weight: 800;
    line-height: 65px; /* 90.278% */
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    color: #000;
    font-family: "Neue Plak";
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
    letter-spacing: 1px;
}

.main.in {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.main.in img {
    max-width: 504.59px;
    width: 100%;
    margin: auto;
}

.red h2 {
    color: var(--Blanc, #FFF);
    font-family: Catamaran;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: auto;
    padding-right: 0;
}

.red p {
    color: var(--Blanc, #FFF);
    font-family: Catamaran;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    max-width: 600px;
}

.red p b {
    color: var(--Easy-Red, #FF002C);
    font-family: Catamaran;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    background: white;
    display: inline-block;
    padding: 1px 3px;
}

.btnlist {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: 57px 0;
    flex-wrap: wrap;
}

a.btn {
    background: black;
    color: white;
    min-width: 170px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Neue Plak";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 100% */
    letter-spacing: 0.7px;
    text-transform: uppercase;
    text-decoration: none;
    height: 44Px;
    box-sizing: border-box;
    padding: 15px 16px;
}






h2 {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: "Neue Plak";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    position: relative;
    padding-right: 62px;
    display: inline-block;
}

.white h2:after {
    content: "";
    position: absolute;
    bottom: 9px;
    right: 0;
    /* background: red; */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='38' viewBox='0 0 43 38' fill='none'%3E%3Cpath d='M1.00001 18.3399C1.00001 18.3399 18.88 10.2342 37.9162 26.0827' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M37.1726 15.7563L37.9164 26.0831L29.7494 27.1871' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 41px;
    height: 30px;
}

h2 b {
    color: #FF002C;
    font-weight: 400;
}

.in.white {
    margin: 60px auto;
}

.white p {
    color: #000;
    font-family: Catamaran;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: 0.7px;
}

.white .btnlist {
    margin: 20px 0;
}

.ico {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    padding: 10px 0;
    align-items: flex-start;
    justify-content: center;
}

.ico div {
    min-width: 320px;
    /* width: 100%; */
    flex-grow: 1;
    max-width: 370px;
}

.ico div svg {
    display: block;
    margin: auto;
}

.ico div b {
    color: var(--Easy-Red, #FF002C);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Neue Plak";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 125% */
    letter-spacing: 0.7px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin: 18px auto;
}

.ico div span {
    color: #000;
    text-align: center;
    font-family: Catamaran;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: 0.7px;
    margin: 0;
    display: block;
}

.more {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 30px;
}

.more div,.more a {
    width: 370px;
    height: 204px;
    flex-shrink: 0;
    border-radius: 5px;
    background: var(--Gris-de-soutien, #F5F5F5);
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.more div svg {
    display: block;
    /* margin: auto; */
    /* width: 69px; */
    height: 56px;
}

.more div b {
    color: var(--Easy-Red, #FF002C);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Neue Plak";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 49px; /* 62.5% */
    letter-spacing: 0.7px;
    text-transform: uppercase;
    display: block;
}

.more div span {
    color: #000;
    text-align: center;
    font-family: "Neue Plak";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 100% */
    letter-spacing: 0.7px;
}

.more a {
    background: var(--Easy-Red, #FF002C);
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Neue Plak";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 55.556% */
    letter-spacing: 0.7px;
    text-transform: uppercase;
    text-decoration: none;
    justify-content: space-around;
}

.col2 {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    justify-content: stretch;
}

.col2 .col {
    width: 100%;
    flex-grow: 1;
}

.col2 .col h3 {
    color: var(--Easy-Red, #FF002C);
    leading-trim: both;
    text-edge: cap;
    font-family: "Neue Plak";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 125% */
    letter-spacing: 0.7px;
    text-transform: uppercase;
}



.more div small {
    display: block;
    color: var(--Easy-Red, #FF002C);
    text-align: center;
    font-family: "Neue Plak";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 83.333% */
    letter-spacing: 0.7px;
    text)transform: none;
    text)transform: none;
    text)transform: non;
    text)transform: no;
    text)transform: inherit;
    text)transform: inherit;
    text)transform: n;
    text-transform: none;
}

.gray.in {
    background: #F5F5F5;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    position: relative;
    margin: 60px auto;
}

img.img1 {
    aspect-ratio: 470/357;
}

p.check:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='20' viewBox='0 0 24 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5793 0L10.1395 7.33668L6.42067 3.66941L0 10.0011L10.1395 20L24 6.33166L17.5793 0Z' fill='%23FF002C'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
}

p.check {
    display: block;
    position: relative;
    padding-left: 30px;
}

.gray p {
    color: #000;
    font-family: Catamaran;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: 0.7px;
}

.gray.in div {
    padding: 40px;
    box-sizing: border-box;
}

.img {
    width: 470px;
    background: url('illustration1.jpg');
    /* height: 100%; */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-width: 470px;
    box-sizing:border-box;
}

.img.img2 {
    width: 470px;
    background-image: url(illustration2.jpg);
    min-width: 470px;
    max-width: 470px;
}

.gray.in .btnlist {
    padding: 0;
    margin: 0;
}

footer a {
    color: white;
    text-decoration: none;
    display: block;
    word-break: break-all;
    font-weight: bold;
}

footer a svg {
    display: inline-block;
    margin-right: 8px;
}

footer div {
    display: inline-block;
    position: relative;
    padding-right: 36px;
    box-sizing: border-box;
}

footer div > svg {
    position: absolute;
    top: 0;
    right: 0;
}



footer.red h2 {
    padding-right: 60px;
}

@media screen and (max-width:1000px)
{
    .mobile
    {
        display:block;
    }
    .notmobile
    {
        display:none;
    }
    header.in {
        width:100%;
    }
    nav a.black,
    nav
    {
        height:60px;
    }
    nav a.black
    {
        width:105px;
    }
    a.btn
    {
        width: 200px;
    }
    .red
    {
        padding: 0;
    }
    h1
    {
        margin:20px 0;
    }
    .col2
    {
        flex-direction:column;
    }
    .gray.in
    {
            max-width:470px;
            flex-direction:column;
            width: 100%;
            box-sizing: border-box;
    }
    .gray.in .img
    {
        aspect-ratio:470/357;
        box-sizing:border-box;
        width: 100%;
        min-width: 100px;
    }
    .gray.in .img2
    {
        aspect-ratio:470/444;
    }
}