*{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
section{
    /*padding: 6rem auto;
    margin: 5rem 0;*/
}

.icon_infos{
    margin-top: 2rem;
}
.icon_infos a img{
    width: 2rem;
    height: 2rem;
    background: var(--color-belge);
    border-radius: 3em;
}
.icon_infos a{
    color: #FFFFFF;
    font-size: 2rem;
}

:root{
    --color-primary : #0B1F3A;
    --color-second : #1ABC9C;
    --color-blanc : #F6F6F6;
    --color-black : black;

    --container-width-lg : 90%;
    --container-width-md : 90%;
    --container-width-sm : 92%;

    --transition:all 400ms ease;
}

html{
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Montserrat';
    src: url(../Montserrat-VariableFont_wght.ttf);
}
body{
    font-family: 'Montserrat';
    color: var(--color-bg-1);
    line-height: 1.7;
    
}

h3{
    line-height: 1.1;
    font-weight: 400;
    font-size: 2rem;
}

h2{
    font-size: 40px;
    font-weight: 500;
    line-height: 146%;
}

h1{
    font-size: 48px;
    font-weight: 600;
    line-height: 146%;
}

h5{
    font-size: 23px;
    font-weight: 500;
    line-height: 146%;
}



.container{
    width: var(--container-width-lg);
    max-width: 1200px;
    margin: 0 auto;
}


img{
    display: block;
    object-fit: cover;
    width: 100%;
}

/*=====================================================*/

nav{
    height: 5rem;
    width: 100%;
    display: grid;
    place-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}

nav button{
    display: none;
}

.window-scrolled{
    background: var(--color-blanc);
    border-bottom: 0.1rem solid var(--color-primary);
    height: 7rem;
}

.nav_logo{
    width: 194px;
    height: 42px;
}

.nav_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav_menu{
    display: flex;
    gap: 2rem;
    font-size: 14;
}
.nav_menu li a{
    color: #000;
}
.menu li:hover{
    color: var(--color-second);
}

.bouton_contact{
    background-color: var(--color-second);
    color: var(--color-blanc);
    display: flex;
    align-items: center;
    padding: 12px 32px 12px 32px;
    border-radius: 5px;
    gap: 8px;
}
.bouton_contact img{
    width: 24px;
    height: 24px;
}

/*======================HEADER===============================*/

header{
    width: 100%;
    min-height: 100vh;
    background-color: var(--color-blanc);
}

.header_container{
    padding-top: 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 17px;
}
.image_header_mobile{
    display: none;
}

.header_container p{
    opacity: .5;
    width: 100%;
}

.boutons_header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 17px;
}
.boutons_header img{
    width: 24px;
    height: 24px;
}

.bouton_devis a{
    background-color: var(--color-second);
    display: flex;
    color: var(--color-blanc);
    justify-content: center;
    align-items: center;
    width: 314px;
    height: 48px;
    border-radius: 5px;
    gap: 8px;
}

.bouton_guide a{
    background-color: var(--color-primary);
    display: flex;
    color: var(--color-blanc);
    justify-content: center;
    align-items: center;
    width: 480px;
    height: 48px;
    border-radius: 5px;
    gap: 8px;
}





/*=================== SLIDE 2 HISTOIRE =======================*/
#histoire{
    background-color: var(--color-second);
}

.histoire_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5% 0% 5% 0%;
}
.histoire_container h2{
    text-align: center;
    padding-bottom: 51px;
    color: var(--color-blanc);
}
.histoires_container{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
}

.bloc1{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.about{
    background-color: var(--color-blanc);
    border-radius: 20px;
    padding: 20px;
    font-size: 13px;
    height: 100%;
}
.about_ligne1{
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 15px;
}
.about_icone{
    width: 64px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-second);
    border-radius: 10px;
}
.about_icone img{
    width: 40px;
    height: 40px;
}

.etude{
    background-color: var(--color-primary);
    border-radius: 20px;
    padding: 20px;
    color: var(--color-blanc);
    font-size: 13px;
    height: 100%;
}
.etude li{
    list-style-type: circle;
    padding-top: 5px;
}
.etude ul{
    padding: 0px 10px 0px 10px;
}
.etude_ligne1{
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 15px;
}
.etude_icone img{
    width: 40px;
    height: 40px;
}
.etude_icone{
    width: 64px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-blanc);
    border-radius: 10px;
}
.etude_titre{
    font-weight: bold;
}
.etude_ecole{
    font-style: italic;
    opacity: .5;
}
.bloc2 {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #0c0c0c;
      border-radius: 20px;
      overflow: hidden;
      height: 100%;
}
.bloc2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bloc3{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.experience{
    background-color: var(--color-primary);
    border-radius: 20px;
    padding: 20px;
    color: var(--color-blanc);
    font-size: 13px;
    height: 100%;
}
.experience li{
    list-style-type: circle;
    padding-top: 5px;
}
.experience ul{
    padding: 0px 10px 0px 10px;
}
.experience_ligne1{
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 15px;
}
.experience_icone img{
    width: 40px;
    height: 40px;
}
.experience_icone{
    width: 64px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-blanc);
    border-radius: 10px;
}

.certification{
    background-color: var(--color-blanc);
    border-radius: 20px;
    padding: 20px;
    color: var(--color-black);
    font-size: 13px;
    height: 100%;
}
.certification li{
    list-style-type: circle;
    padding-top: 5px;
}
.certification ul{
    padding: 0px 10px 0px 10px;
}
.certification_ligne1{
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 15px;
}
.certification_icone img{
    width: 40px;
    height: 40px;
}
.certification_icone{
    width: 64px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-second);
    border-radius: 10px;
}
.titre_histoire{
    font-weight: bold;
}


/*=================== SLIDE 3 TRANSITION =======================*/
#transition1{
    background-color: var(--color-blanc);
}

.transition1_container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5% 0% 5% 0%;
    gap: 90px;
}

.transition_image img{
    border-radius: 20px;
}
.transition_text{
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.transition_text a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background-color: var(--color-primary);
    color: var(--color-blanc);
    width: 469px;
    height: 64px;
}
.transition_text img{
    width: 24px;
    height: 24px;
}

/*=================== SLIDE 3 GAGNE =======================*/

#gagne{
    background-color: var(--color-primary);
}

.gagne_container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5% 0% 5% 0%;
}

.gagne_container h2{
    text-align: center;
    color: var(--color-blanc);
}

.card_gagne{
    display: flex;
    gap: 20px;
    text-align: center;
    padding: 88px 0px 88px 0px;
}
.gagne_container a{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background-color: var(--color-second);
    width: 464px;
    height: 64px;
    border-radius: 10px;
    color: var(--color-blanc);
}
.bouton_gagne{
    display: flex;
    justify-content: center;
    align-items: center;
}
.gagne_container a img{
    height: 24px;
    width: 24px;
}

.gagne1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 481px;
    border: dashed;
    border-radius: 20px;
    color: var(--color-blanc);
    padding: 10px;
}
.gagne2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 481px;
    border-radius: 20px;
    background-color: var(--color-blanc);
    padding: 10px;
}
.gagne3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 481px;
    border: dashed;
    border-radius: 20px;
    color: var(--color-blanc);
    padding: 10px;
}

.gagne1 img{
    height: 100px;
    width: 100px;
}
.gagne2 img{
    height: 100px;
    width: 100px;
}
.gagne3 img{
    height: 100px;
    width: 100px;
}
.title2{
    font-size: 16px;
    font-weight: bold;
    padding: 31px 0px 31px 0px;
}

/*=================== SLIDE 3 METHODE =======================*/

#methode{
    background-color: var(--color-blanc);
}
.methode_container{
    display: flex;
    gap: 110px;
    justify-content: center;
    align-items: center;
    padding: 5% 0% 5% 0%;
}

.methode_text a img{
    width: 24px;
    height: 24px;
}

.methode_text a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background-color: var(--color-second);
    width: 311px;
    height: 64px;
    color: var(--color-blanc);
    border-radius: 5px;
}

.methode_text p{
    padding: 24px 0px 24px 0px;
    opacity: .5;
}

.methode_ligne{
    display: flex;
    align-items: center;
    gap: 8px;
}

.methode_cercle{
    background-color: var(--color-second);
    width: 55px;
    height: 55px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-blanc);
}
.methode_cercle_p{
    background-color: var(--color-primary);
    color: var(--color-blanc);
    width: 55px;
    height: 55px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.methode_card1{
    box-shadow: 0px 0px 10px rgb(0 0 0 /25%);
    border-radius: 10px;
    padding: 15px;
}
.methode_card2{
    background-color: var(--color-second);
    border-radius: 10px;
    padding: 15px;
    color: var(--color-blanc);
}
.methode_card3{
    box-shadow: 0px 0px 10px rgb(0 0 0 /25%);
    border-radius: 10px;
    padding: 15px;
}
.methode_card{
    display: flex;
    flex-direction: column;
    gap: 27px;
}
.methode_ligne p{
    font-weight: bold;
}
.methode_ligne{
    padding-bottom: 10px;
}

/*=================== SLIDE 3 TRANSITION2 =======================*/

#transition2{
    background-color: var(--color-second);
}

.transition2_container{
    display: flex;
    gap: 107px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5% 0% 5% 0%;
}

.transition2_image img{
    border-radius: 20px;
}

.transition2_text h2{
    color: var(--color-blanc);
    padding-bottom: 28px;
}

.input_email{
    padding: 0px 10px 0px 10px;
    width: 310px;
    height: 52px;
    border-radius: 5px;
}

.envoi_transation2{
    background-color: var(--color-primary);
    color: var(--color-blanc);
    width: 110px;
    height: 52px;
    border-radius: 5px;
}
.transition2_form{
    display: flex;
    gap: 10px;
}

/*=================== SLIDE 3 SOLUTION =======================*/

#solution{
    background-color: var(--color-blanc);
}
.solution_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5% 0% 5% 0%;
}
.solution_container h2{
    text-align: center;
}
.personalise{
    display: flex;
    justify-content: center;
}

.solutions{
    display: flex;
    gap: 20px;
    padding: 45px 0px 45px 0px;
}

.pack1{
    padding: 2%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    background-color: var(--color-blanc);
    border: .5px solid var(--color-second);
    border-radius: 5px;
}
.pack2{
    padding: 2%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    background-color: var(--color-primary);
    border-radius: 5px;
    color: var(--color-blanc);
}
.pack3{
    padding: 2%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    background-color: var(--color-second);
    border-radius: 5px;
    color: var(--color-blanc);
}
.bouton_solution{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    width: 100%;
    height: 50px;
    background-color: var(--color-second);
    color: var(--color-blanc);
}
.btn-plan1{
    background-color: var(--color-second);
    border: none;
    color: white;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
    width: 100%;
    height: 50px;
    font-weight: bold;
}
.btn-plan2{
    background-color: var(--color-blanc);
    border: none;
    color: var(--color-primary);
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
    width: 100%;
    height: 50px;
    font-weight: bold;
}

.btn-plan3{
    background-color: var(--color-blanc);
    border: none;
    color: var(--color-primary);
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
    width: 100%;
    height: 50px;
    font-weight: bold;
}

.bouton_solution2{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    width: 100%;
    height: 50px;
    background-color: var(--color-blanc);
    color: var(--color-primary);
}

.bouton_solution3{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    width: 100%;
    height: 50px;
    background-color: var(--color-blanc);
    color: var(--color-second);
}

.liste_sloution{
    padding: 20px 0px 20px 0px;
}

.starter_ligne1 p{
    font-weight: bold;
    opacity: .5;
}
.pro_ligne1 p{
    font-weight: bold;
    opacity: .5;
}
.entreprise_ligne1 p{
    font-weight: bold;
    opacity: .5;
}
.liste_sloution p{
    font-size: 23px;
}
.personalise a{
    font-weight: bold;
    font-size: 19px;
    color: var(--color-second);
}



.modal{
      display: none;
      position: fixed;
      z-index: 999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.5);
    }

    .modal-content {
      background-color: white;
      margin: 10% auto;
      padding: 2rem;
      border-radius: 12px;
      max-width: 600px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.2);
      animation: slideDown 0.3s ease;
    }

    @keyframes slideDown {
      from { transform: translateY(-20px); opacity: 0; }
      to { transform: translateY(0); opacity: 1; }
    }

    .close {
      color: #aaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
      cursor: pointer;
    }

    .close:hover {
      color: #000;
    }

    ul {
      list-style: none;
      padding-left: 0;
    }

    .modal ul li::before {
      content: "✔️";
      margin-right: 10px;
    }
    .modal p{
        text-align: center;
        padding: 5px 0px 5px 0px;
    }
    .modal2 p{
        text-align: center;
        padding: 5px 0px 5px 0px;
    }
    .modal3 p{
        text-align: center;
        padding: 5px 0px 5px 0px;
    }
     .modal2 ul li::before {
      content: "✔️";
      margin-right: 10px;
      
    }
     .modal3 ul li::before {
      content: "✔️";
      margin-right: 10px;
      
    }

.modal2{
      display: none;
      position: fixed;
      z-index: 999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.5);
    }

    .modal-content2{
      background-color: white;
      margin: 10% auto;
      padding: 2rem;
      border-radius: 12px;
      max-width: 600px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.2);
      animation: slideDown 0.3s ease;
    }

    .close2 {
      color: #aaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
      cursor: pointer;
    }

    .close2:hover {
      color: #000;
    }


.modal3{
      display: none;
      position: fixed;
      z-index: 999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.5);
    }

    .modal-content3{
      background-color: white;
      margin: 10% auto;
      padding: 2rem;
      border-radius: 12px;
      max-width: 600px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.2);
      animation: slideDown 0.3s ease;
    }

    .close3{
      color: #aaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
      cursor: pointer;
    }

    .close3:hover{
      color: #000;
    }

/*=================== SLIDE 3 TEMOIGNAGES =======================*/

#temoignage{
    background-color: var(--color-primary);
}

.temoignage_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 95px;
    padding: 5% 0% 5% 0%;
}

.temoignage_container h2{
    text-align: center;
    color: var(--color-blanc);
}
.temoignages{
    display: flex;
    gap: 20px;
}
.temoi_card1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--color-blanc);
    border-radius: 10px;
    padding: 2%;
    height: 451px;
    width: 100%;
    text-align: center;
}
.temoi_card1 img{
    width: 85px;
    height: 85px;
}
.temoi_card2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--color-second);
    border-radius: 10px;
    padding: 2%;
    height: 451px;
    width: 100%;
    text-align: center;
    color: var(--color-blanc);
}
.temoi_card2 img{
    width: 85px;
    height: 85px;
}
.temoi_card3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--color-blanc);
    border-radius: 10px;
    padding: 2%;
    height: 451px;
    width: 100%;
    text-align: center;
}
.temoi_card3 img{
    width: 85px;
    height: 85px;
}
.name_temoi{
    text-align: center;
    padding: 2% 0% 5% 0%;
}
.name_temoi .poste{
    opacity: .6;
}
.name_temoi .name{
    font-size: 16px;
    font-weight: bold;
}

/*=================== SLIDE BLOGS =======================*/

#blog{
    background-color: var(--color-blanc);
}

.blog_container{
    display: flex;
    flex-direction: column;
    gap: 72px;
    padding: 5% 0% 5% 0%;
}

.blog_titre{
    width: 640px;
}
.blog_bloc1{
    display: flex;
    justify-content: space-between;
}
.blog_bouton{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 19px;
}
.blog_bouton a{
    font-weight: bold;
    font-size: 16px;
    color: var(--color-second);
}
.cercle{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color-second);
    border-radius: 50px;
    width: 54px;
    height: 54px;
}

.cercle:hover{
    background-color: #0B1F3A;
    transition: all 0.5s ease;
}

.cercle img{
    width: 24px;
    height: 24px;
}

.blog_bloc2{
    display: flex;
    gap: 20px;
}

.blog_titre p{
    opacity: .5;
}

.blog_card1{
    background-color: var(--color-blanc);
    box-shadow: 0px 0px 10px rgb(0 0 0 /25%);
    padding: 1%;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog_card1 .title1{
    font-size: 19px;
    font-weight: bold;
    padding: 2% 0% 2% 0%;
}

.blog_card2{
    background-color: var(--color-blanc);
    box-shadow: 0px 0px 10px rgb(0 0 0 /25%);
    padding: 1%;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog_card2 .title1{
    font-size: 19px;
    font-weight: bold;
    padding: 2% 0% 2% 0%;
}

.blog_card3{
    background-color: var(--color-blanc);
    box-shadow: 0px 0px 10px rgb(0 0 0 /25%);
    padding: 1%;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.blog_card3 .blog_img{
    height: 15rem;
    border: 5px;
}
.blog_card2 .blog_img{
    height: 15rem;
    border: 5px;
}
.blog_card1 .blog_img{
    height: 15rem;
    border: 5px;
}

.blog_card3 .title1{
    font-size: 19px;
    font-weight: bold;
    padding: 2% 0% 2% 0%;
}

.action{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.action:hover .cercle{
    background-color: #0B1F3A;
    transition: all 0.5s ease;
}
.action a{
    color: var(--color-second);
}

/*=================== FOOTER =======================*/
footer{
    background-color: var(--color-primary);
}

.signature{
    text-align: center;
    color: var(--color-blanc);
    font-size: 11px;
}
.signature_color{
    color: var(--color-second);
}

.footer_container{
    display: flex;
    flex-direction: column;
    gap: 56px;
    padding: 5% 0% 5% 0%;
}
.titre_contact{
    text-align: center;
    color: var(--color-blanc);
}

.bento_contact{
    display: flex;
    gap: 20px;
}

.message{
    background-color: var(--color-blanc);
    padding: 4%;
    width: 100%;
    border-radius: 10px;
}

.message h5{
    padding-bottom: 36px;
}
form{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

input{
    width: 100%;
    height: 63px;
    border-radius: 10px;
    padding-left: 2%;
}
#service{
    width: 100%;
    height: 63px;
    border-radius: 10px;
    padding-left: 2%;
}
.envoi{
    width: 100%;
    background-color: var(--color-second);
    color: var(--color-blanc);
    font-weight: bold;
}
textarea{
    width: 100%;
    height: 231px;
    padding-left: 2%;
    padding-top: 2%;
    border-radius: 10px;
}
.reseaux{
    padding-top: 27px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.sociaux{
    display: flex;
    gap: 21px;
}
.sociaux img{
    width: 23px;
    height: 23px;
}


.infos{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 14px;
}
.coordonnes{
    display: flex;
    flex-direction: column;
    gap: 36px;
    background-color: var(--color-blanc);
    border-radius: 10px;
    padding: 4%;
}
.coordonnees{
    display: flex;
    flex-direction: column;
    gap: 17px;   
}
.detail p{
    color: #000;
}

.phone{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid black;
    padding: 2%;
    border-radius: 10px;
    height: 63px;
}
.phone img{
    width: 20px;
    height: 20px;
}
.detail{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.detail img{
    width: 25.71px;
    height: 28.29px;
}

.email{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid black;
    padding: 2%;
    border-radius: 10px;
    height: 63px;
}
.email img{
    width: 20px;
    height: 20px;
}
.Whatsapp{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid black;
    padding: 2%;
    border-radius: 10px;
    height: 63px;
}
.Whatsapp img{
    width: 20px;
    height: 20px;
}
.localication{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid black;
    padding: 2%;
    border-radius: 10px;
    height: 63px;
}
.localication img{
    width: 20px;
    height: 20px;
}



.horaire{
    background-color: var(--color-blanc);
    padding: 4%;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.jours{
    padding: 2% 0% 2% 0%;
    display: flex;
    justify-content: space-between;
}
hr{
    width: 100%;
    height: .1rem;
    background-color: var(--color-primary);
    opacity: .3;
}
.urgent{
    padding-top: 3%;
    font-weight: bold;
    color: red;
}


/*=========== media tablle ===========*/
@media screen and (max-width: 1024px) {
    .container{
        width: var(--container-width-md);
    }
    .nav_logo{
        margin-left: 2rem;
    }
    
    nav button{
        display: inline-block;
        margin-right: 1.4rem;
        color: var(--color-primary);
        cursor: pointer;
        font-size: 2.4rem;
        background: transparent;
    }
    .nav_container{
        position: relative;
        width: 100%;
    }
    .nav_menu{
        position: fixed;
        top: 5rem;
        right: 0;
        height: fit-content;
        width: 18rem;
        flex-direction: column;
        gap: 0;
        z-index: 3;
        display: none; 
    }
    .bouton_contact{
        display: none;
    }
    .nav_menu li{
        width: 100%;
        height: 5.4rem;
        animation: flipNav 200ms ease forwards;
        transform-origin: top;
    }
    .nav_menu li:nth-child(2){
        animation-delay: 100ms;
    }
    .nav_menu li:nth-child(3){
        animation-delay: 200ms;
    }
    .nav_menu li:nth-child(4){
        animation-delay: 300ms;
    }
    .nav_menu li:nth-child(5){
        animation-delay: 400ms;
    }
    @keyframes flipNav {
        from{
            transform: rotateX(90deg);
            opacity: 0;
        }
        to{
            transform: rotateX(0deg);
        }
    }
    .nav_menu li a{
        background: var(--color-second);
        color: white;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: -2rem 2rem 2rem rgba(0,0,0,0.2);
    }
    .nav_menu li a:hover{
        background: var(--color-primary);
        color: var(--color-blanc);
    }
   
    nav button{
        display: inline-block;
        margin-right: 1.4rem;
        color: var(--color-primary);
        cursor: pointer;
        font-size: 2.4rem;
    }
    nav button#close-menu-btn{
        display: none;
    }
    /*======================HEADER===============================*/
    header{
        width: 100%;
        height: 100%;
    }
    .header_container{
        padding-top: 15%;
    }
    .bouton_devis a{
        font-size: 11px;
        font-weight: 600;
        width: 100%;
        height: 48px;
    }

    .bouton_guide a{
        font-size: 11px;
        font-weight: 600;
        width: 100%;
        height: 48px;
    }
    /*=================== SLIDE 2 HISTOIRE =======================*/
    .histoires_container{
        display: flex;
        flex-direction: column;
        gap: 15px;
        
    }
    
    .bloc2{
        display: none;
    }
    /*=================== SLIDE 3 TRANSITION =======================*/
    .transition1_container{
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    .transition_text{
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    /*=================== SLIDE 3 GAGNE =======================*/
    .card_gagne{
        display: flex;
        flex-direction: column;
    }
    /*=================== SLIDE 3 METHODE =======================*/
    .methode_container{
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    /*=================== SLIDE 3 TRANSITION2 =======================*/
    /*=================== SLIDE 3 SOLUTION =======================*/
    .solutions{
        display: flex;
        flex-direction: column;
        gap: 2rem;
        width: 100%;
    }
    .liste_sloution{
        padding-bottom: 2rem;
    }
    .liste_sloution2{
        padding-bottom: 2rem;
    }
    .pack1{
        display: flex;
        gap: 20px;
        flex-direction: column-reverse;
    }
    .avantage_pack1{
        display: none;
    }
    .pack1_text h3{
        text-align: center;
    }

    .pack2{
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
    .avantage_pack2{
        display: none;
    }
    .pack2_text h3{
        text-align: center;
    }

    .pack3{
        display: flex;
        gap: 20px;
        flex-direction: column-reverse;
    }
    .avantage_pack3{
        display: none;
    }
    .pack3_text h3{
        text-align: center;
    }
    /*=================== SLIDE 3 TEMOIGNAGES =======================*/
    .temoignages{
        display: flex;
        flex-direction: column;
    }
    /*=================== SLIDE BLOGS =======================*/
    .blog_bloc1{
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: start;
        align-items: start;
    }
    .blog_bloc2{
        display: flex;
        flex-direction: column;
    }
    /*=================== FOOTER =======================*/
    .bento_contact{
        display: flex;
        flex-direction: column;
    }
   
} 

/*============ PHONE ==============*/

@media screen and (max-width: 600px) {
    .nav_container{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .container{
        width: var(--container-width-sm);
    }
    .nav_logo{
        display: flex;
        align-items: center;
        width: 6rem;
        margin-left: -.7%;
    }
    .nav_container button{
        font-size: 2rem;
        margin-right: -2%;
    }
    /*=====================================================*/
    /*==================Header mobile======================*/
    header{
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .header_container h1{
        font-size: 24px;
    }
    .header_container p{
        display: none;
    }

    .header_container{
        padding-top: 30%;
    }

    .header_text a{
        font-size: 13px;
    }
    .bouton_devis {
        width: 100%;
        height: 48px;
    }
    .bouton_devis img{
        display: none;
    }
    .bouton_guide img{
        display: none;
    }
    .bouton_guide a{
        width: 100%;
        height: 70px;
        padding: 1rem;
    }
    .image_header{
        display: none;
    }
    .image_header_mobile{
        display: block;
    }
    /*=================== SLIDE 2 HISTOIRE =======================*/
    .histoire_container h2{
        font-size: 23px;
    }
    .histoire_container h2{
        text-align: center;
        padding-bottom: 20px;
        color: var(--color-blanc);
    }
    /*=================== SLIDE 3 TRANSITION =======================*/
    .transition_text{
        width: 100%;
    }
    .transition_text h2{
        font-size: 19px;
    }
    .transition_text a{
        width: 100%;
        font-size: 11px;
        font-weight: 600;
    }
    .transition_text img{
        display: none;
    }
    /*=================== SLIDE 3 GAGNE =======================*/
    .gagne_container{
        padding: 10% 0% 10% 0%;
    }
    .gagne_container h2{
        font-size: 19px;
    }
    .bouton_gagne{
        width: 100%;
        font-size: 11px;
        font-weight: 600;
    }
    .bouton_gagne img{
        display: none;
    }
    /*=================== SLIDE 3 METHODE =======================*/
    .methode_text h2{
        font-size: 23px;
    }
    .methode_text{
        width: 100%;
    }
    .methode_text a{
        width: 100%;
        font-size: 11px;
        font-weight: 600;
    }
    .methode_container{
        padding: 10% 0% 10% 0%;
    }
    .methode_cercle{
        border-radius: 50px; 
    }
    .methode_cercle_p{
        border-radius: 50px;    
    }
    /*=================== SLIDE 3 TRANSITION 2=======================*/
    .transition2_container{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .transition2_text h2{
        font-size: 23px;
    }
    .transition2_text{
        width: 100%;
    }
   
    .transition2_form{
        display: flex;
        flex-direction: column;
    }
    .input_email{
        width: 100%;
    }
    .envoi_transation2{
        width: 100%;
    }

    /*=================== SLIDE 3 SOLUTION =======================*/
    .solution_container h2{
        font-size: 19px;
    }
    .pack1_text h3{
        font-size: 19px;
    }
    .pack2_text h3{
        font-size: 19px;
    }
    .pack3_text h3{
        font-size: 19px;
    }
    /*=================== SLIDE 3 TEMOIGNAGE =======================*/
    .temoignage_container{
        padding: 10% 0% 10% 0%;
    }
    .temoignage_container h2{
        font-size: 19px;
    }
    /*=================== SLIDE 3 BLOG =======================*/
    .blog_container{
        padding: 10% 0% 10% 0%;
    }
    .blog_titre {
        width: 100%;
    }
    .blog_titre h2{
        font-size: 19px;
    }
    .blog_card .title1{
        font-size: 16px;
    }
    .blog_card1{
        padding: 2%;
    }
    .blog_card2{
        padding: 2%;
    }
    .blog_card3{
        padding: 2%;
    }
    /*=================== SLIDE 3 Footer =======================*/
    .footer_container{
        padding: 10% 0% 10% 0%;
    }
    .titre_contact h2{
        font-size: 19px;
    }
    .coordonnes h5{
        font-size: 16px;
    }
    .horaire h5{
        font-size: 16px;
    }
    .message h5{
        font-size: 16px;
    }
    .jours p{
        font-size: 11px;
    }
    .horaire p{
        font-size: 11px;
    }
    .reseaux p{
        text-align: center;
    }
}
