   /*
   Theme Name: CEV 2.0
   Theme URI: https://www.cev-solutions.com/
   Description: Théme du site CEV
   Author: CEV
   Version: 1.0
   */

   :root{
    --950: #272546;
    --900: #363672;
    --primaire: #5156BE;
    --gris: #55555E;
    --gris-clair: #f8f8f8;
    --jaune: #F49309;
    --blanc: #F8F8F8;
    --noir: #17152b;
    --bleuf: #303035;
    --bleu: #16385A;
}

*{
    padding: 0;
    margin: 0;
    font-family: 'Rubik', Arial, Helvetica, sans-serif;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

h1{
    display: block !important;
}

/* Code venant de plugin modif */


/*Elementor Apparition de H1*/
/* Fin : Elementor Apparition de H1*/

body{
    margin: 0 auto;
    padding-top: 90px;
}

body::-webkit-scrollbar{
    width: 5px;
}

body::-webkit-scrollbar-track{
    background-color: var(--bleuf);
}

body::-webkit-scrollbar-thumb{
    background-color: var(--primaire);
    border-radius: 15px;
    height: 100px;
}

/* Header */
.hp-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    z-index: 50;
    transition: top 0.3s ease-in-out; /* Délai de 0.3s pour la propriété top */
}

.hp-menu-scroll {
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out; /* 0.3s de délai pour le défilement */
}


.active-bg-color {
    background-color: #4b4f97 !important;
}

.hp-menu.hidden {
    transform: translateY(-100%);
}

header{
    height: 1556px;
    width: 100%;
    background-image: url(img/header.webp);
    background-position-x: center;
    background-position-y: 0;
    object-fit: cover;
	margin-top: -110px;
}

header h1{
    font-size: 120px;
    color: var(--blanc);
    position: absolute;
    top: 400px;
    left: 3%;
    text-transform: uppercase;
}

.header-txt{
    position: absolute;
    color: var(--blanc);
    width: 600px;
    font-size: 25px;
    top: 1100px;
    right: 3%;
}
/* Fonctionnalités */

.fonctionnalites{
    background-color: var(--blanc);
    padding: 1px 0;
    position: relative;
}

.fonctionnalites h2{
    color: #17152b;
    font-size: 70px;
    font-weight: 400;
    width: 60%;
    margin-bottom: 50px;
}

.fonctionnalites-txt{
    position: relative;
    left: 15%;
    width: 70%;
    margin: 650px 0 100px 0;
}

.fonctionnalites-items{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.fonctionnalites-items a{
    color: var(--gris);
    font-size: 18px;
    border: 1px solid var(--primaire);
    padding: 20px 15px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    transition: background .3s;
}

.fonctionnalites-items a:hover{
    background-color: var(--primaire);
    color: var(--blanc);
}

.fonctionnalites-items a{
    color: var(--primaire);
}

.imgun{
    position: absolute;
    left: 8%;
    height: 465px;
    width: 390px;
    object-fit: cover;
}

.imgdeux{
    position: absolute;
    width: 606px;
    height: 400px;
    left: 45%;
    margin-top: 200px;
    object-fit: cover;
}

.imgtrois{
    position: absolute;
    left: 150px;
    height: 370px;
    width: 275px;
    left: 68%;
    margin-top: 300px;
    object-fit: cover;
}

.panier-moyen{
    position: absolute;
    top: 60px;
    left: 65%;
    z-index: 2;
    filter: drop-shadow(4px 5px 10px #4f5e5a38);
}

.frequence-achat{
    position: absolute;
    top: 550px;
    left: 60%;
    z-index: 2;
    filter: drop-shadow(4px 5px 10px #4f5e5a38);
}

.karine{
    position: absolute;
    top: 300px;
    left: 10%;
    z-index: 2;
    filter: drop-shadow(4px 5px 10px #4f5e5a38);
}

.imgun, .imgdeux, .imgtrois, .imgquatre, .imgcinq{
    transition: transform .6s ease-out;
}



/* Bloc texte */

.lines {
    height: 1100px;
    width: 100%;
    background-color: var(--bleu);
    display: flex;
    align-items: center;
    overflow: hidden; /* Ajout d'un overflow pour cacher le masque */
    position: relative;
  }

  .split-lines{
    font-size: 8em;
    font-weight: 400;
    line-height: 1;
    margin-left: 50px;
  }
  
  .line {
    position: relative;
    display: block;
    text-align: start;
    width: 100%;
  }

  .word{
    display: inline-block;
  }

  .line-mask{
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--bleu);
    opacity: 0.65;
    height: 100%;
    width: 100%;
    z-index: 2;
    transition: width 1s ease-out;
  }

  .line p{
    color: #fff;
  }

/* Section wallet */

.wallet{
    background-image: url(img/application.webp);
    background-position: top;
    display: flex;
    padding-top: 150px;
    flex-direction: column;
    height: 800px;
    position: relative;
}

.masque{
    position: absolute;
    right: 0;
    top: 0;
    clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 650px;
    height: 100%;
    background-color: #002639;
    opacity: .8;
    display: flex;
    justify-content: right;
}

.wallet h2{
    position: absolute;
    right: 0px;
    top: 100px;
    font-size: 38px;
    color: var(--blanc);
    width: 400px;
    text-align: right;
    margin: 125px 40px;
    text-transform: uppercase;
}

/* Marketing */

.marketing {
    position: relative;
    width: 100%;
    background-color: var(--950);
    height: 1800px;
    padding-top: 400px;
}

.marketing-ctn{
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    height: 600px;
    opacity: 0;
}

.marketing-titre{
    display: flex;
    justify-content: right;
    position: relative;
    height: 100%;
    align-items: center;
}

.marketing-titre h2{
    font-size: 80px;
    color: var(--blanc);
}

.marketing-titre span{
    margin-left: 75px;
}

.marketing-img{
    position: relative;
    display: flex;
    justify-content: center;
    height: 100%;
}

.marketing-img img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 331px;
    height: auto;
    z-index: 2;
}

.marketing-txt{
    display: flex;
    width: 90%;
    justify-content: left;
    position: relative;
    height: 100%;
    align-items: center;
}

.marketing-txt div{
    width: 100%;
}

.marketing-txt div h2{
    width: 100%;
}

.marketing-txt p{
    position: absolute;
    font-size: 30px;
    color: var(--blanc);
}

.disappear{
    position: absolute;
    margin-top: 150px;
}

.appear{
    position: absolute;
    margin-top: 150px;
    opacity: 0;
}

/* Section cadeau */

.cadeau{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 10px 100px 10px;
    position: relative;
    background-color: var(--gris-clair);
    color: var(--gris);
}

.cadeau-content-txt{
    position: relative;
    padding: 150px 0;
    max-width: 100%;
    overflow: hidden;
}

.imgquatre{
    position: absolute;
    top: 0;
    left: 200px;
    height: 450px;
    width: 325px;
    object-fit: cover;
}

.cadeau-titres{
    width: 60%;
    margin-left: auto;
    margin-bottom: 75px;
}

.cadeau-titres h2 {
    font-size: 3em;
    margin: 10px 0;
  }

.cadeau-content-txt-defile p{
    font-size: 50px;
    color: transparent;
    -webkit-text-stroke: 1px var(--gris);
    opacity: 0.2;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

.cadeau-content-txt-defile .first p{
    left: 0px;
    animation: moveFirst 140s infinite linear;
}

.cadeau-content-txt-defile .second p{
    left: 400px;
    animation: moveSecond 150s infinite linear;
}

.cadeau-content-txt-defile .third p{
    left: 200px;
    animation: moveThird 147s infinite linear;
}

.cadeau-content-txt-defile .four p{
    left: 500px;
    animation: moveFour 152s infinite linear;
}


.cadeau-content-txt-defile a{
    font-size: 24px;
    color: var(--gris);
    text-decoration: none;
    position: absolute;
    background-color: transparent;
    z-index: 5;
    left: 0;
    left: 40%;
    font-weight: 800;
}

.anime-line{
    top: 500px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 10px 0;
    white-space: nowrap; /* Empêche le saut de ligne du texte */
    overflow: hidden;
}

@keyframes moveFirst{
    0%{
        left: 0px;
    }50%{
        left: 500px;
    }100%{
        left: 0px;
    }
}
@keyframes moveSecond{
    0%{
        left: 400px;
    }50%{
        left: -100px;
    }100%{
        left: 400px;
    }
}
@keyframes moveThird{
    0%{
        left: 200px;
    }50%{
        left: 700px;
    }100%{
        left: 200px;
    }
}

@keyframes moveFour{
    0%{
        left: 500px;
    }50%{
        left: 0px;
    }100%{
        left: 500px;
    }
}

/* Bloc DATA */

.data{
    position: relative;
    margin-block: -140px;
    z-index: 2;
}

.data-container{
    display: flex;
    align-items: center;
    height: auto;
}

.data-txt{
    padding: 150px 100px;
    width: 50%;
    color: var(--blanc);
    background: var(--950);
}

.data-txt h2{
    font-size: 60px;
    margin-bottom: 75px;
}

.data-content-img{
    width: 50%;
    object-fit: cover;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.data-content-img img{
    width: 100%;
    object-fit: cover;
    height: 700px;
}

.data-items-content h3{
    font-size: 21px;
}

.data-items-content p{
    font-size: 20px;
    margin-top: 15px;
    opacity: 0.8;
    line-height: 25px;
    font-weight: 300;
}

.data-items{
    display: flex;
    margin: 30px 0;
    align-items: center;
}

.data-items img{
    margin-right: 50px;
}

@media (max-width: 1250px){
    .data-txt{
        padding: 30px 5%;
    }
    .data-content-img img{
        height: 500px;
    }
}

@media (max-width: 1100px){
    .data-container{
        height: auto;
        flex-direction: column;
        padding-block: 100px;
    }
    .data-txt{
        width: 100%;
    }
    .data-content-img{
        width: 100%;
    }
    .data-content-img img{
        height: 300px;
    }
}

@media (max-width: 600px){
    .data-items{
        margin-block: 50px;
    }
    .data-items-content p{
        font-size: 1em;
    }
    .data h2{
        margin-top: 50px;
    }
}
/* Actualités */

.actualites{
    background-color: var(--blanc);
    padding-top: 100px;
}

.container-actualites{
    width: 70%;
    margin: 0 auto;
    padding: 100px 0;
}

.container-actualites-head{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.container-actualites-head a{
    color: var(--primaire);
    position: relative;
    display: inline-block;
    text-decoration: underline;
}

.container-actualites h2{
    font-size: 60px;
    color: var(--gris);
}

.content-actualites{
    display: flex;
    justify-content: space-between;
    margin-top: 150px;
}

.actualite-item-container:nth-child(2){
    margin-top: 140px;
}

.actualite-item-container:nth-child(3){
    margin-top: 40px;
}

.actualites-item{
    background-color: #fff;
    border-radius: 20px;
    width: 370px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.actualites-item span{
    color: var(--gris);
    font-size: 15px;
    width: 100%;
    margin-bottom: 25px;
}

.actualites-item h3{
    color: var(--primaire);
    font-weight: 400;
    font-size: 15px;
    width: 100%;
    margin-bottom: 10px;
}

.actualites-item p{
    color: var(--noir);
    font-weight: 500;
    width: 100%;
    font-size: 19px;
}

.actualites-item a{
    font-size: 15px;
    text-align: right;
    text-decoration: underline var(--primaire);
    color: var(--gris);
    margin-top: 25px;
}

.actualites-item a:hover{
    color: var(--primaire);
}

@media (max-width: 1600px) {
    .container-actualites {
        width: 90%;
    }
}
@media (max-width: 1250px) {
    .actualites-item{
        width: 260px;
    }
}
@media (max-width: 900px) {
    .content-actualites{
        margin-top: 100px;
    }
    .content-actualites{
        flex-direction: column;
    }
    .actualite-item-container:nth-child(2),
    .actualite-item-container:nth-child(3){
        margin-top: 0px;
    }
    .actualite-item-container{
        margin-block: 25px;
    }
    .actualites-item{
        width: 100%;
    }
    .container-actualites h2{
        font-size: 40px;
    }
}

footer{
    background-color: var(--950);
    background-image: url(assets/img/Texture.webp);
    padding-block: 75px;
}

.footer-container{
    width: 80%;
    margin: 0 auto;
}

.footer-content{
    display: grid;
    grid-template-columns: repeat(4,1fr);
}

.footer-container ul{
    color: var(--blanc);
}

.footer-container a,
.footer-container li{
    line-height: 30px;
    color: #c2c2c2;
}

.footer-container li a:hover{
    color: #f3f3f3;
}

.footer-container ul p{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.footer-cev a img{
    margin-block: 10px;
    width: auto;
    height: 40px;
}

.footer-cev-ctn a:nth-child(1) img{
    width: auto;
    height: 40px;
    margin-right: 20px;
}

.footer-cev-ctn a:nth-child(2) img{
    width: auto;
    height: 30px;
}

.btn-footer{
    background-color: var(--primaire);
    text-align: center;
    width: 175px;
    padding: 15px 0;
    border-radius: 15px;
    color: var(--blanc) !important;
}

.footer-cev{
    display: flex;
    flex-direction: column;
}

.footer-cev div{
    display: flex;
    align-items: center;
}

/* Article */

.img-entete{
    position: relative;
    width: 100%;
    height: 300px;
    background-color: #4b4f97a1;
    background-image: url(assets/img/dashbord\ offre\ fid.webp);
    display: flex;
    align-items: center;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.img-entete h1{
    font-size: 50px;
    margin: 0 auto;
    z-index: 2;
    width: 80%;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.article-container{
    position: relative;
    background-color: #fff;
    z-index: 3;
    padding: 100px 0;
}

.article-content{
    width: 60%;
    margin: 0 auto;
}


.article-infos{
    width: 70%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    flex-direction: column;
    margin: 0 auto;
}

.article-infos img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 30px;
}

.article-infos-txt{
    width: 100%;
    display: flex;
    margin-block: 20px;
}

.article-infos p,
.article-infos a{
    color: var(--bleuf);
    font-size: 1.2em;
}

.article-infos-txt div{
    position: relative;
    height: 20px;
    width: 3px;
    background-color: var(--bleu);
    margin: 0 15px;
}

.article-infos a{
    font-weight: bold;
}

/* Erreur 404 */

.erreur{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.erreur img{
    height: 500px;
    width: auto;
}

.erreur p{
    font-size: 50px;
    color: var(--bleu);
    margin-block: 50px;
    text-align: center;
}

.erreur a{
    background-color: var(--primaire);
    color: var(--blanc);
    padding: 15px 35px;
    border-radius: 30px;
    margin-bottom: 100px;
}

/* Contact */

.contact-line{
	display: flex;
}



.contact-line p{
	display: flex;
	justify-content: space-between;
}

.contact-line p label{
	width: 49%;
	margin-bottom: 0px !important;
}

.champ{
	width: 49%;
}

/* Contact form */

.wpcf7-form-control-wrap{
    display: flex !important;
    flex-direction: column-reverse;
}

.contact-line p{
    align-items: flex-end;
}

.contact-line p label{
    display: flex;
    flex-direction: column;
}

.contact-line p label span,
.contact-line-full p label span{
    color: #dc3232 !important;
}

.wpcf7-response-output{
    border-color: #dc3232 !important;
    color: #dc3232 !important;
}

.wpcf7-list-item label{
	display: flex;
}

.wpcf7-list-item label input{
	margin-right: 10px;
}

.contact-obligatoire{
    font-size: 12px;
    color: #dc3232;
}

.contact-regles{
    font-size: 8px;
    color: var(--gris);
    opacity: .7;
}

/* Blog */

.blog{
    display: flex;
    width: 70%;
    padding-block: 100px 60px;
    margin: 0 auto;
    justify-content: space-between;
}

.underline{
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    margin-block: 25px;
    background-color: var(--primaire);
}

.blog-container{
    width: 75%;
}

.sidebar{
    width: 20%;
}

.sidebar-ctn{
    margin-bottom: 25px;
    box-shadow: 0px 0px 30px rgba(221, 221, 221, 0.5);
    border-radius: 30px;
    padding: 20px 15px;
}

.sidebar-ctn a{
    display: block;
    color: #272546;
    margin-block: 15px;
}

.blog-article{
    margin-bottom: 75px;
}

.img-article{
    width: 670px;
    height: 340px;
    position: relative;
}

.blog-article-img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 5px 5px 10px rgba(146, 146, 146, 0.5);
    margin-bottom: 30px;
    font-family: "Rubik", Arial, Helvetica, sans-serif;
}

.blog-date{
    display: flex;
    width: 100px;
    height: 100px;
    border-radius: 30px 0 30px 0;
    background-color: #5156BE;
    color: var(--blanc);
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.blog-date span{
    margin-inline: 5px;
}

.blog-article h2{
    font-size: 30px;
    color: #272546;
}

.blog-article p{
    margin-block: 15px 30px;
    font-family: "Rubik", Arial, Helvetica, sans-serif;
    color: #272546a1;
    line-height: 30px;
}

.blog-article-lien{
    background-color: #5156BE;
    padding: 15px 20px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
}

/* Sitemap */

.sitemap{
    width: 60%;
    margin: 100px auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.sitemap div h2{
    font-size: 30px;
    margin-bottom: 25px;
    color: #5156BE;
}

.sitemap ul,
.sitemap li{
    list-style-type: square;
    color: #5156BE;
}

.sitemap li a{
    color: #17152b;
    line-height: 25px;
}

/* =================================================================
 ========================== RESPONSIVE =============================
 =================================================================*/

 /* ==================== Laptop very large ==================================*/

 @media (max-width: 1600px) {
    .imgun{
        left: 150px;
        height: 365px;
        width: 290px;
    }
    .imgdeux{
        width: 506px;
        height: 300px;
        left: 700px;
    }
    
    .imgtrois{
        height: 320px;
        width: 225px;
        left: 1000px;
    }
    .panier-moyen{
        top: 60px;
        left: 1000px;
        width: 250px;
    }
    
    .frequence-achat{
        top: 550px;
        left: 850px;
        width: 250px;
    }
    
    .karine{
        width: 350px;
        height: auto;
        top: 200px;
        left: 200px;
    }
    .split-lines{
        font-size: 7em;
    }
    .marketing-titre h2{
        font-size: 70px;
    }
    .marketing-txt p{
        font-size: 25px;
    }
    .marketing-img img{
        width: 300px;
    }
}

/* ====================== Laptop large ======================================*/

@media(max-width: 1440px) {
    .blog{
        flex-direction: column-reverse;
    }
    .blog-container{
        width: 100%;
    }
    .sidebar{
        display: flex;
        width: 100%;
    }
    .sidebar-ctn{
        margin-right: 25px;
    }
    h1{
        font-size: 100px;
    }
    .navbar{
        padding-inline: 50px;
    }
    .imgun{
        left: 25%;
        height: 365px;
        width: 290px;
        z-index: 2;
    }
    .imgdeux{
        width: 506px;
        height: 300px;
        left: 35%;
    }
    .imgtrois{
        display: none;
    }
    .imgquatre{
        left: 100px;
    }
    .karine,
    .panier-moyen,
    .frequence-achat{
        display: none;
    }
    .fonctionnalites h2{
        width: 100%;
        font-size: 55px;
    }
    .fonctionnalites-txt{
        width: 85%;
        left: 0;
        margin-inline: auto;
    }

    .fonctionnalites-items span{
        font-size: 1em;
    }
    .split-lines{
        font-size: 5em;
        line-height: 1.2;
    }
    .lines{
        height: 900px;
    }
    .marketing-titre h2{
        font-size: 50px;
    }
    .marketing-txt p{
        font-size: 20px;
    }
    .marketing-img img{
        width: 250px;
    }

}

/* ======================= Laptop medium =====================================*/

@media(max-width: 1024px) {
    header h1{
        top: 250px;
        font-size: 80px;
        font-weight: 500;
    }
    .burger{
        display: block;
    }
    .navbar .nav-links ul{
        display: none;
    }
    .header-txt{
        font-size: 1.4em;
        left: 3%;
        width: 70%;
        top: 700px;
    }
    header{
        max-height: 1556px;
        height: 1100px;
    }
    .imgun{
        left: 25%;
        height: 315px;
        width: 240px;
        z-index: 2;
    }
    .imgdeux{
        width: 406px;
        height: 200px;
        left: 30%;
    }
    .fonctionnalites-items{
        grid-template-columns: repeat(2, 1fr);
    }
    .fonctionnalites-txt{
        margin-top: 500px;
    }
    .split-lines{
        font-size: 3.6em;
        line-height: 1.5;
    }
    .lines {
        color: var(--blanc);
        height: 800px;
    }
    .line-mask{
        opacity: 0;
    }
    .marketing{
        padding-top: 0;
        height: 1000px;
    }
    .marketing-txt p{
        font-size: 20px;
        position: relative;
        width: 80%;
        display: flex;
        justify-content: center;
        height: 100%;
        margin-block: 15px;
    }
    .marketing-txt{
        width: 100%;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        text-align: center;
    }
    .marketing-titre br{
        display: none;
    }
    .marketing-titre span{
        margin-left: 0;
    }
    .marketing-img{
        padding-block: 50px;
    }
    .marketing-img img{
        position: relative;
    }
    .marketing-ctn{
        position: relative;
        grid-template-columns: repeat(1, 1fr);
        opacity: 1 !important;
        height: auto;
    }
    .marketing-titre{
        display: block;
        width: 100%;
        text-align: center;
    }
    .marketing-titre h2{
        font-size: 40px;
    }
    .appear,
    .disappear{
        opacity: 1 !important;
        margin-block: 0px;
    }
    .img-disappear{
        display: none;
    }
    .imgquatre{
        display: none;
    }
    .cadeau-titres{
        position: relative;
        left: 10%;
        margin-left: 0;
        width: 80%;
    }
    .cadeau-content-txt-defile a{
        font-size: 1.3em;
        left: 10%;
    }
    .cadeau-titres h2{
        font-size: 2.5em;
    }
    .cadeau-content-txt-defile p{
        font-size: 2.5em;
    }
    .data-container{
        padding-block: 50px 75px;
    }
    .cadeau-content-txt{
        padding: 100px 0 50px 0;
    }
    .article-infos{
        width: 85%;
       
    }
    .article-infos img{
        height: 300px;
    }
    .img-entete h1{
        font-size: 40px;
    }
    .contact-line p{
		flex-direction: column;
	}
	.contact-line p label{
		width: 100%;
	}
    .blog-container{
        width: 90%;
    }
    .img-article{
        width: 470px;
        height: 240px;
    }
    .sitemap{
        width: 90%;
    }
    .footer-content{
        grid-template-columns: repeat(2,1fr);
    }
    .footer-content div{
        margin-top: 30px;
    }
    .footer-container{
        width: 90%;
    }
    .fonctionnalites-items a{
        padding: 10px;
    }
}

/* ========================== Tablet =========================================*/

@media(max-width: 768px) {
    .navbar{
        padding: 25px;
    }
    h1{
        font-size: 3em;
        left: 5%;
        top: 400px;
    }
    .header-txt{
        font-size: 1em;
        left: 5%;
        top: 600px;

    }
    header{
        max-height: 1556px;
        height: 800px;
    }
    .lines{
        height: 750px;
    }
    .imgun,
    .imgdeux{
        display: none;
    }
    .fonctionnalites-txt{
        margin: 100px auto;
    }
    .fonctionnalites h2{
        font-size: 35px;
    }
    .split-lines{
        font-size: 3em;
        width: 90%;
        margin: 0;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .wallet{
        height: 600px;
    }
    .wallet h2{
        margin-top: 25px;
        font-size: 30px;
    }
    .cadeau-content-txt-defile a{
        font-size: 1em;
        white-space: wrap;
    }
    .cadeau-titres h2{
        font-size: 1.5em;
    }
    @keyframes moveSecond{
        0%{
            left: 100px;
        }50%{
            left: 0px;
        }100%{
            left: 100px;
        }
    }
    @keyframes moveThird{
        0%{
            left: 10px;
        }50%{
            left: 300px;
        }100%{
            left: 10px;
        }
    }
    
    @keyframes moveFour{
        0%{
            left: 75px;
        }50%{
            left: 0px;
        }100%{
            left: 75px;
        }
    }
    .marketing-img img{
        width: 200px;
    }
    .erreur img{
        height: 400px;
        width: auto;
    }
    
    .erreur p{
        font-size: 40px;
        color: var(--bleu);
        margin-block: 50px;
        text-align: center;
    }
    .img-entete h1{
        font-size: 30px;
    }
    .img-article{
        width: 300px;
        height: 180px;
    }
    .sitemap{
        grid-template-columns: repeat(1,1fr);
        width: 80%;
    }
    .sitemap div{
        margin-bottom: 50px;
    }
    .footer-content{
        grid-template-columns: repeat(1,1fr);
    }
    .fonctionnalites-items a{
        font-size: 15px;
    }

    .fonctionnalites-items{
        gap: 8px;
    }
    .contact-line p label{
        width: 100%;
    }
    .sidebar{
        flex-direction: column;
    }
    .sidebar-ctn{
        margin-right: 0px;
    }
    .blog-container{
        width: 100%;
    }
    .blog{
        width: 95%;
    }
}

/* ======================== Mobile large =====================================*/

@media(max-width: 450px) {
    header h1{
        font-size: 2.6em;
        left: 5%;
    }
    .header-txt{
        font-size: 1em;
        left: 5%;
        top: 500px;
    }
    .lines{
        height: 600px;
    }
    .split-lines{
        font-size: 2.5em;
    }
    .wallet h2{
        width: 300px;
        margin-top: 25px;
        font-size: 25px;
    }
    .content-actualites{
        margin-top: 50px;
    }
    .article-infos{
        width: 95%;
    }
}

/* ======================= Mobile medium =====================================*/

@media(max-width: 375px) {
    .split-lines{
        font-size: 2.2em;
      }
}

/* ========================= Mobile small ====================================*/

@media(max-width: 320px) {
    .split-lines{
        font-size: 1.8em;
      }
}