body {
    background-color: black;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}
.fond-jaune {
    background-color: #ffd300;
    color: #0f0f0f;
}
a {
    text-decoration: none;
}

body > .container {
    padding: 10px 15px;
    width: 100%;
    max-width: initial;
}
.photo-header {
    margin-bottom: 0px;
    width: 100%;
    min-height: 518px;
    background-position-x: 69.296%;
    background-position-y: 0%;
    background-color: rgba(18, 18, 18, 1);
    background-image: url("../../images/formFactory/grands-comptes-enseignes-caisse-enregistreuse-connectee-N5WfsPf.webp");
    background-size: cover;
    background-repeat: no-repeat;
}
header {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    background-color: rgba(18, 18, 18, 0.2);
    backdrop-filter: blur(10px);
    border-bottom: solid 0.5px #3B3C37;
}
header > .droite , header > .gauche {
    width: 50%;
    margin: auto;
    vertical-align: middle;
}
header > div > img {
    display: block;
    width: 100px;
    margin: auto;

}
header .droite a {
    font-size: 14px;
    display: block;
    color: #0f0f0f;
    text-decoration: none;
    width: 157px;
    margin: auto;
}
header .droite a:hover {
    background-color: #0f0f0f;
    border: 1px solid #ffd300;
    color:#ffd300
}
.btn-devis {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-family: Montserrat;
    font-weight: 500;
    background-color: #ffd300;;
    border: 1px solid #ffd300;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px #ffd30033;

    color: #0f0f0f;
}

.photo-header section {
    margin: 15px;
}
.photo-header section h1 {
    font-family: urbane;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.photo-header section h2 {
    margin-top: 15px;
    margin-bottom: 30px;
    font-family: urbane;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1;
}
.liste-check {
    vertical-align: middle;
    margin-bottom:8px;
    font-size: 14px;
    font-family: urbane;
    display: flex;
    align-items: center;
}
.liste-check img {
    width: 24px;
    height: 24px;
    margin-right: 25px;
}
section.section-form, 
section#accompagnement,
section#performance,
section#rejoignez-nous {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 8px;
    background-color: #1F1F1F;
}
section.section-form h1 {
    padding-top: 64px;
    padding-bottom: 25px;
    font-family: urbane;
    color: #fff;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.1;
    text-align: center;
}
section.section-form form {
    width: 100%;
    margin: auto;
    margin-top: 25px;
    padding-bottom: 64px;
}
section.section-form form div {
    padding:6px
}
section.section-form form div .form-control, section.section-form form div .form-select {
    font-size: 14px;
}
section.section-form form input:not([type="submit"]), 
section.section-form form select {
    background-color: #18181b;
    color: #fff;
    height: 40px;
    border: 1px solid #FFF;
}
section.section-form form textarea {
    background-color: #18181b;
    color: #fff;
    border: 1px solid #FFF;
}

section.section-form .btn-devis {
    width: 95.5%;
    margin: auto;
    margin-top: 16px;
}

#chiffres-cles div {
    text-align: center;
    font-family: 'urbane', 'Montserrat', sans-serif;
    margin: 0;
}
#chiffres-cles > div {
    margin-top: 24px;
    margin-bottom: 64px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#chiffres-cles div .chiffres {
    margin-bottom: 2px;
    -webkit-text-stroke: 1px white;
    text-stroke: 1px white;
    text-shadow: 2px 2px 0px #FFF;
    color: #1f1f1f;
    font-weight: 700;
    font-size: 32px;
    margin-top: 40px;
}
#chiffres-cles div .sujet {
    font-weight: 700;
    color: #1f1f1f;
    background-color: #ffd300;
    padding: 6px 15px ;
    display: inline-block;
    font-size: 16px;
    line-height: 1.1;
}
#client, #chiffres-cles {
    padding:1px 0;
}
#client .row {
    width: 97%;
    margin: auto;
    margin-top: 64px;
    display: flex;
    justify-content: center;
}
#client .row div {
    width:32.6%;
    max-height: 76px;
    height:76px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#client .row div img {
    width:100%;
   display: block;
}
section#accompagnement {
    font-family : urbane;
    font-weight: 500;
    padding-bottom: 64px;
}
section#accompagnement h1 {
    padding: 64px 15px 25px 15px;
    font-size: 20px;
    line-height: 26px;
    text-align: center;

}
section#accompagnement h1 span {
    background-color: #ffd300;
    color: #1F1F1F;
}
section#accompagnement h2 {
    margin: 25px 19px 10px 19px;
    padding-left:8px;
    border-left: #ffd300 solid 4px;
    font-size: 16px;
}
section#accompagnement p {
    margin: 10px 19px 25px 19px;
    padding: 0 15px 25px 15px;
    font-size: 12px;
}
section#accompagnement p span {
    font-weight: 700;
}
#business {
    font-family: 'urbane', 'Montserrat', sans-serif;
    font-weight: 500;
    padding-bottom: 64px;
}
#business h1 {
    text-align: center;
    font-size: 22px;
    line-height: 1.4;
    padding: 50px 15px 25px 15px;
}
#business p {
    margin: 0;
    padding: 25px 15px;
    text-align: center;
}
#business .row {
    padding: 10px 15px;
}
#business .btn-color-orange,
#business .btn-color-yell,
#business .btn-color-green,
#business .btn-color-pink {
    width: 40.5%;
    margin: 15px auto;
}
#business .btn-color-orange div,
#business .btn-color-yell div,
#business .btn-color-green div,
#business .btn-color-pink div {
    height: 50px;
}
#business div.icon {
    text-align: center;
}
#business div.icon img {
    margin-top: 20px;
    width: 20px;
    height:auto;
}
#business div.text {
    padding-bottom: 20px;
    padding-top: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}
#business .btn-color-orange {
    background-color: rgba(252, 149, 129, 0.05);
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px rgba(255, 115, 69, 0.1);
    border: 1px solid rgba(255, 115, 69, 0.33);
    color: rgba(255, 115, 69, 1);
}
#business .btn-color-yell {
    background-color: rgba(255, 211, 0, 0.05);
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px rgba(255, 211, 0, 0.1);
    border: 1px solid rgba(255, 211, 0, 0.33);
    color: rgba(255, 211, 0, 1);
}
#business .btn-color-green {
    background-color: rgba(18, 192, 108, 0.05);
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px rgba(18, 192, 108, 0.1);
    border: 1px solid rgba(18, 192, 108, 0.33);
    color: rgba(18, 192, 108, 1);

}
#business .btn-color-pink {
    background-color: rgba(252, 149, 129, 0.05);
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px rgba(252, 149, 129, 0.1);
    border: 1px solid rgba(252, 149, 129, 0.33);
    color: rgba(252, 149, 129, 1);

}
section#performance {
    font-family: 'urbane', 'Montserrat', sans-serif;
    font-weight: 500;
    padding-bottom: 64px;
}
section#performance h1 {
    padding: 50px 15px 25px 15px;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
}
section#performance h1 span {
    background-color: #ffd300;
    color: #1F1F1F;
}
section#performance p {
    margin: 0;
    padding: 25px 15px;
    text-align: center;
    font-size: 12px;
}
section#performance .list-perf {
    margin: 25px auto;
    width: 82%;
    display: flex;
    flex-direction: column; 
    align-items: center;
    gap: 15px; 
}
section#performance .bloc-performance {
    display:flex;
    flex-direction: row;
    gap: 15px; 
    background-color: black;
    width: 100%;
    line-height: 20px;
    font-size: 18px;    
    padding: 20px 0;
    border-radius : 5px;
    border-style: none;
}
section#performance .bloc-performance div.icon {
    width: 15%;
}
section#performance .bloc-performance div.text {
    width: 88%;

}
section#performance .bloc-performance div.icon img{
    width: 20px;
    height: 100%;
    display: flex;
    align-self: center;
    margin: auto;
}
section#performance a div{
    width: 82%;
    margin: auto;
}

#flexible {
    font-family: 'urbane', 'Montserrat', sans-serif;
    font-weight: 500;
    padding-bottom: 84px;
    padding-top: 50px;
}
#flexible h1 {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    padding-bottom: 10px;
}
#flexible div {
    width: 81%;
    margin: 10px auto 20px auto;
    padding: 10px;
    background-color: #18181b;
}
#flexible h2 {
    font-size: 18px;
    line-height: 20px;
    padding-left: 8px;
    border-left: #ffd300 solid 4px;
}
#flexible p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 0;
}

section#rejoignez-nous {
    font-family: 'urbane', 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 50px 15px 64px 15px;
}
#rejoignez-nous h1 {
    line-height: 26px;
    font-size: 22px;
    text-align: center;
    padding-bottom: 10px;
}
#rejoignez-nous > p {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
#rejoignez-nous div.video-wrapper {
    width: 100%;
    position: relative;
}
#rejoignez-nous div.video-wrapper iframe,
#rejoignez-nous div.video-wrapper img {
    width: 100%;
    height: 100%;
}
.lazy-youtube {
  position: relative;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 16 / 9;
  cursor: pointer;
}
.lazy-youtube__thumb {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.lazy-youtube__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lazy-youtube__play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%231F1F1F' d='M255.7 446.3c-53.3.3-106.6-.4-159.8-3.3-17.4-1-34.7-2.5-50.4-11C35 426.3 27 418.4 22 407.2 13.2 388.6 10.5 369 9 349c-3.4-41.3-3.6-82.6-1.8-123.8 1-22 1.6-44 6.8-65.5 2-8.4 5-16.6 8.8-24.4C32 117 48 108 67.3 104c16.2-3 32.8-3 49.3-3.7 56-2.3 112-3.5 168-3 43 .6 86.2 1.7 129.3 4 13.2.6 26.6.8 39.3 5.5 17.2 6.4 30 17.2 37 34.7 6.6 16.8 9.2 34.2 10.6 52 3.8 48.7 4 97.3.7 146-1 16.3-2.2 32.7-6.5 48.8-9.7 37-32.8 51.5-66.7 53.8-36.2 2.5-72.5 3.8-108.8 4.3-21.3.2-42.7 0-64 0zM203.2 344L348 264.7l-144.8-79.3V344z'/%3E%3Cpath fill='%23FEFDFD' d='M203.2 344V185.5L348 264.8 203.2 344z'/%3E%3C/svg%3E");
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: .81;
    border: none;
    z-index: 4;
    background-color: transparent;
}
.lazy-youtube__title {
    text-align: left;
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 0.5rem;
    z-index: 4;
}
#rejoignez-nous div.temoignage {
    padding-top:25px;
}
#rejoignez-nous div.temoignage div:first-child  {
    padding-top:25px;
    text-align: center;
}
#rejoignez-nous div.temoignage div:first-child img {
    width: 32px;
}
#rejoignez-nous div.temoignage div.text {
    padding-top:25px;
    font-size: 12px;
    line-height: 20px;
}

section#faq {
    font-family: 'urbane', 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 64px 15px 64px 15px;
}
section#faq h1 {
    font-size:22px;
    line-height: 26px;
    padding-bottom: 25px;
    text-align: center;
}
section#faq .faq {
    padding-top: 25px;
}
section#faq .faq .faq-item {
    margin-bottom: 2px;
    border-radius: 10px;
    background-color: #18181b;
}
section#faq .faq-question {
    display: block;
    width: 100%;
    color: #fff;
    padding: 26px 20px;
    font-size: 18px;
    border: none;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
section#faq .faq-question div:first-child {
    width:85%;
}
section#faq .faq-question div.icon {
    width:10%;
    text-align: right;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
section#faq .faq-answer {
    display: none;
    padding: 1rem;
}
section#faq .faq-answer {
    display: none;
    padding: 1rem;
}
footer {
    background-color: #1f1f1f;
    width: 100%;
    padding-bottom: 25px;
}

footer .logo, footer .droite {
    width:50%;
    padding: 24px 37px 12px 37px;
}
footer .logo img{
    width: 100%
}
footer .rs div {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .rs div img {
    width: auto;
    height: 22px;
    display: block;
}
footer .liens {
    text-align: center;
    color: #888;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
footer .liens a {
    color: #888;

}
@media (min-width: 768px) {
    div.container {
        width: 750px;
        max-width: 750px;
        padding-left: 0;
        padding-right: 0;
    }
    .photo-header {
        min-height: 500px;
        background-position-x: 63%;
        background-position-y: unset;
        
    }
    .photo-header section h1 {
        font-size: 36px;
        line-height: 45px;
        width: 70%;
    }
    .photo-header section h2 {
        width: 68%;
    }
    
    #section-form h1 {
        padding-top: 90px;
    }
    section.section-form form {
        padding-bottom: 100px;
    }
    section.section-form form div {
        padding: 16px;
    }
    section.section-form form div .form-control {
        font-size: 16px;

    }
    #chiffres-cles div .chiffres {
        font-size: 48px;
    }
    #chiffres-cles div .sujet {
        font-size: 18px;
    }
    #client .row {
        justify-content: space-around;
        padding-bottom: 20px;
    }
    #client .row div {
        width: 20%;
        height: auto;
        max-height: unset;
        padding: 0;
        box-sizing: content-box;
    }
    #client .row div img {
        padding: 40px 15px 20px 15px ;
    }

    section#accompagnement h1 {
        font-size: 32px;
        line-height: 45px;
        padding: 100px 65px 25px 65px;
    }
    section#accompagnement h2 {
        font-size: 24px;
        line-height: 24px;
        margin: 25px 50px 10px 50px;
    }
    section#accompagnement p {
        font-size: 14px;
        line-height: 20px;
        margin: 10px 65px 25px 65px;
        padding: 10px 0;
    }
    section#business {
        padding-bottom: 0;
    }
    section#business h1 {
        font-size: 32px;
        line-height: 45px;
        padding: 100px 65px 25px 65px;
    }
    #business p {
        padding: 25px 65px;
    }
    #business .btn-color-orange, #business .btn-color-yell, #business .btn-color-green, #business .btn-color-pink {
        width: 275px;
        margin: 25px auto;
    }
    section#performance h1 {
        font-size: 32px;
        line-height: 45px;
        padding: 88px 65px 10px 65px;
    }
    section#performance p {
        padding: 25px 65px;
    }
    section#performance .list-perf {
        padding-bottom: 15px;
    }
    section#performance .bloc-performance {
        width : 476px
    }
    section#performance a div {
        width: 157px;
        margin: auto;
    }
    section#performance {
        padding-bottom: 100px;
    }
    section#flexible {
        padding-bottom: 40px;
    } 
    section#flexible div {
        width: 700px;
        margin-bottom: 20px;
    }
    section#flexible h1 {
        font-size: 32px;
        line-height: 45px;
        padding: 50px 65px 10px 65px;
    }
    #flexible p {
        padding-top : 10px;
        font-size: 14px;
        line-height: 1.4;
    }
    section#rejoignez-nous {
        padding-bottom: 100px;
    }
    section#rejoignez-nous h1 {
        font-size: 32px;
        line-height: 45px;
        padding: 50px 65px 10px 65px;
    }
    section#rejoignez-nous p {
        font-size: 14px;
        line-height: 1.4;
        padding: 10px 65px 10px 65px;
    }
    section#rejoignez-nous div.video-wrapper {
        width: 100%;
        max-width: 750px;
        margin: auto;
    }
    .lazy-youtube  {
        width: 100%;
        max-width: 750px;
        margin: auto;
    }
    #rejoignez-nous div.temoignage {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    #rejoignez-nous div.temoignage div.text {
        font-size: 16px;
        line-height: 20px;
    }
    section#faq {
        padding: 65px 20px 100px 20px;
    }
    section#faq h1 {
        font-size: 32px;
        line-height: 45px;
        padding: 0;
        padding-left: 65px;
        padding-right: 65px;
    }
    footer .logo, footer .droite {
        padding: 30px 60px;
        text-align: center;
    }
    footer .logo img, footer .droite a div {
        width: 150px;
        margin: auto;
    }
    footer .rs {
        justify-content: center;
    }
    footer .liens {
        flex-direction: row;
        justify-content: space-around;
    }
}

@media (min-width: 992px) {
    div.container {
        width: 970px;
        max-width: 970px;
    }
    header > div > img {
        margin:0;
        padding-left:20px
    }
    header .droite a {
        margin:0;
    }
    header .droite {
        padding-right:20px;
        display: flex;
        justify-content: flex-end;
    }
    div.photo-header {
        background-position-x: unset;
    }
    section.section-form {
        margin-top: 0;
        order: 2;
        width: 50%;
        padding: 0 60px;
    }
    .bloc-chiffres-form {
        display: flex;
        width: 100%;
    }
    section#chiffres-cles {
        order: 1;
        width: 50%;
    }
    #chiffres-cles > div {
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }
    section.section-form h1 {
        padding-top: 50px;
        padding-bottom: 16px;
        margin-bottom: 0;
    }
    section.section-form form {
        margin-top: 12px;
    }
    section.section-form form div {
        padding: 4px;
    }
    section.section-form .btn-devis {
        width: 99%;
    }
    section.section-form form {
        padding-bottom: 57px;
    }
    #chiffres-cles div .chiffres {
        margin-top: 15px;
    }

    #client .row div {
        width: 14%;
    }
    #client .row {
        margin-top: 40px;
    }
    section#accompagnement h1,
    section#business h1,
    section#performance h1  {
        padding: 80px 44px 20px 44px;
    }
    #accompagnement .liste-etapes {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 20px;
    }
    #accompagnement .liste-etapes .etapes{
        width: 32.5%;
        
    }
    #accompagnement .liste-etapes .etapes h2,
    #accompagnement .liste-etapes .etapes p {
        margin: 0 30px;
    }
    #business p {
        padding: 0 96px ;
    }
    #business .btn-color-orange, 
    #business .btn-color-yell, 
    #business .btn-color-green, 
    #business .btn-color-pink {
        width: 24%;
        margin: 20px auto 82px auto;
    }
    section#performance {
        padding-bottom: 82px;
    }
    section#performance p {
        font-size: 14px;
        padding: 0 96px 16px 96px;
    }
    section#performance .list-perf {
        margin: 20px 30px 20px 30px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 6px;
        width: 94%;
        justify-content: center;
        align-items: stretch;
    }
    section#performance .bloc-performance {
        width: fit-content;
        max-width: 33%;
        align-items: center;
    }
    section#performance .bloc-performance div.icon {
        width: 50px;
    }
    section#performance .bloc-performance div.text {
        vertical-align: middle;
    }
    section#flexible {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    section#flexible h1,
    section#rejoignez-nous h1 {
        width: 100%;
        padding: 30px 45px 20px 45px;
    }
    section#flexible div {
        width: 43%;
        margin-left: 0;
        margin-right: 0;
    }
    section#rejoignez-nous {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-left: 50px;
        padding-right: 50px;
    }
    section#rejoignez-nous p {
        padding-top: 0;
        padding-bottom: 30px;
        width: 100%;
    }
    section#rejoignez-nous div.video-wrapper {
        width: 57%;
        margin: 0;
    }
    section#rejoignez-nous div.temoignage {
        width: 29%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 12px;
    }
    section#rejoignez-nous div.first-temoignage {
        margin-top: 25px;
    }
    #rejoignez-nous div.temoignage div:first-child img {
        width: 26px;
    }
    #rejoignez-nous div.temoignage div.text {
        padding-top: 0;
    }
    section#faq h1 {
        padding: 0;
    }
    footer {
        padding: 30px 50px;
    }
    footer .row {
        align-items: center;
        justify-content: space-between;
        padding: 0 10px 20px 10px;
    }
    footer .logo, footer .droite, footer .rs {
        padding: 0;
    }
    footer .logo {
        order:1;
        width:33%;
        text-align: left;
    }
    footer .logo img {
        width: 99px;
    }
    footer .rs {
        order: 2;
        width: 22%;
    }
    footer .rs div {
        height: 30px;
        width: auto;
    }
    footer .droite {
        order: 3;
        display: flex;
        width: 33%;
        justify-content: flex-end;
    }

}
@media (min-width: 1200px) {
    div.container {
        width: 1170px;
        max-width: 1170px;
    }
    div.photo-header header {
        padding-left: 80px;
        padding-right: 80px;
    }
    header {
        height: 55px;
    }
    header > div > img {
        width:100px;
        padding: 0;
    }
    header > .droite, header > .gauche {
        margin: 10px auto;
    }
    .btn-devis {
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .photo-header section {
        margin: 60px 80px; 
    }
    .photo-header section h2 {
        margin-top: 35px;
    }
    .liste-check img {
        margin-right: 10px;
    }
    #client .row {
        justify-content: center;
    }
    #client .row div img {
        padding: 30px 23px 20px 23px;

    }
    #business .row {
        justify-content: center;
    }
    #business .btn-color-orange, 
    #business .btn-color-yell, 
    #business .btn-color-green, 
    #business .btn-color-pink {
        width: 22%;
        margin: 30px 4px 82px 4px;
        height: 117px;
    }

    #business div.icon img {
        margin-top: 30px;
    }
    #business div.text {
        padding-bottom: 30px;;
    }
    section#performance .list-perf {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    section#performance .bloc-performance {
        gap:2px;
        max-width: initial;
    }
    section#performance .bloc-performance div.text {
        padding-right: 5px;
    }
    #flexible div {
        padding: 20px;
    }
    section#rejoignez-nous div.video-wrapper {
        width: 63%;
    }
    section#rejoignez-nous div.first-temoignage {
        margin-top: 70px;
    }
    section#faq h1 {
        padding-bottom: 30px;
    }
    footer .liens {
        justify-content: center;
        gap: 55px;
    }
}