/* Empêcher le scroll horizontal */
html, body {
  overflow-x: hidden;
  max-width: 300%;
  margin: 0;
  padding: 0;
  background-color: #000000 ;
 /* font-size: 20px;*/

}

/* S'assurer que tous les éléments respectent la largeur */
* {
  box-sizing: border-box;
 /* max-width: 100%;*/
 font-family: Arial, Helvetica, sans-serif;

}


/* Pour le header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
 
}

@media screen and (max-width: 1025px) {
  /* Bloquer le body de scroller */
  body {
    
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: black; /* Couleur de votre header */
  }
  
  /* Le header reste fixe */
  header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: black;
  }
  
  
}

/* header{
    position:fixed;
} */
#header_totem {
    background:#32B394;
    color:#fff;
    display: grid; 
    grid-template-columns: 300px 300px;
    gap: 10px; 
    align-items: center;
    justify-content: end; 

}

#header_totem span{
    display: flex; 
    align-items: center; 
}

#header_totem span {
    margin-left: 10px; 
}


#header_totem_1{
    background:#000000;
    color:#fff;
    /* align-items: center;
    display:flex;
    flex-direction: row;
    justify-content: right;  */
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    display: flex;
    flex-direction: row;

}
header{
    position: fixed;
    top: 0; 
    left: 0; 
    width: 100%; 
    z-index: 1000;
}
.p{
    text-align: justify;
}
main{
margin-top: 135px;
}

#header_totem_1_lien_accueil{
    width: 20%;
}
#header_totem_1_lien_solution{
    width: 20%;
}
#header_totem_1_lien_prix{
    width: 20%;
}
#header_totem_1_lien_aide{
    width: 20%;
}
#a_propos_img > img{
    width:105%!important;
    display: flex;
    justify-content: end;
}
#header_totem_1_lien a{
    text-decoration:none;
    color:#fff;
    text-align: center;
    /* justify-content: flex-start; */
    width: 9rem; 
}
#header_totem_1_lien a:hover{
    text-decoration: 5px solid underline;
    padding-bottom: 2px;
    display: inline-block;  
}
#button:hover{
    text-decoration: none!important; 
}
#button1:hover{
    text-decoration: none!important; 
}

#header_totem_1_lien {
    display: flex; 
    /* grid-template-columns: repeat(6,200px);
    gap: 5px;  */
    align-items: center;
    justify-content: flex-end; 
    padding-top: 30px;
    /* padding-bottom:30px; */
    position: absolute;
    top: -4px;
    right: 1em;

}

#header_totem_1_lien {
  gap: 1rem !important; /* réduit l’espace (essaie 0.8rem si tu veux plus serré) */
  align-items: center; /* centre verticalement tes boutons */
}

@media screen and (min-width: 1600px) {
  #header_totem_1_lien {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem; /* espace entre les liens */
    padding-top: 30px;
    position: absolute;
    top: -4px;
    right: 3em;
  }
  #header_totem_1 {
    background: #000000;
    color: #fff;
    padding-left: 7em;
    padding-right: 0px;
    position: relative;
    display: flex;
    flex-direction: row;
}

}


#button{
    border-radius: 0px;
    color:#fff;
    background:#000000;
    border: 1px solid #fff;
    height:50px;
    text-align: center;
    width: 20em;
}
#button:hover{
    background: #fff;
    color:#000000;
    border-color:none;
}
#button1{
    border-radius: 0px;
    color:#fff;
    background:#000000;
    border: 1px solid #fff;
    height:50px;
    text-align: center;
    width: 20em;
}
#button1:hover{
    background: #fff;
    color:#000000;
    border-color:none;
}
button{
    border-radius: 0px;
    color:#fff;
    background:#000000;
    border: 1px solid #fff;
    height:70px;
}
button:hover{
    background: #fff;
    color:#000000;
    border-color:none;
}
.image{
    position: absolute;
    right: 2%;
    top: 10%;
}
#main_dev_1{
    width: 110%; 
    height: 760px;
    padding-top: 5%;
    padding-left: 12%;
    position:relative;
    background: transparent linear-gradient(180deg, #000000 80%, #3BDCB5 95%) 0% 0% no-repeat padding-box;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    color: #fff;
}
/* #a_propos_img{
    background-image: url(https://studio.akpany.ci/totem/imagetotem/Groupe138/img2/img2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

} */
#a_propos_text{
    color:#fff;
}
.a_propos_text{
    color:#fff;
    margin-top: 50px!important;
    margin-bottom: 50px!important;
    margin-left: auto!important;
    margin-right: auto!important;
    display: flex;
    justify-content: center;
}
#a_propos_text > p{
    margin-left: 50px!important;
    margin-right: 50px!important;
    margin-top: 50px!important;
    margin-bottom: 50px!important;
}
#main_dev_4 > div{
    background: #000000;
}
#main_dev_4{
    margin-top: 50px;
    margin-bottom: 50px;
}
#main_dev_h1{
    margin-top: 3rem;
}
#main_dev_h2{
    margin-top: 0rem;
}
#main_dev_p{
    margin-top: 2rem;
}
.main_dev_3_main{
    background: #F8F8F8;
    border-bottom: 1px solid #e7e3e3;
}
#images{
    display: flex!important;
    height: 95px;
}

#main_dev_image {
    margin-top: -25px !important;
    margin-left: -14em;
}

.main_dev_3_prix1 {
    max-width: 320px;
    width: 22% !important;
    margin: -10px;
  
}

.main_dev_3_head{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-image: url('/imagetotem/theme24.svg');
    background-size: cover; /* L'image couvre tout l'espace */
    background-position: center; /* Centre l'image */
    background-repeat: no-repeat; /* Pas de répétition */
    display: flex;
    background-color: #000000;
    flex-direction: column;
    color: #fff;
}
#entreprise_head{
    border-radius: 30px;
    border: 1px solid #32B394;
    background:#32B394;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    margin-top: 20px;
}
#professionnel_head{
    border-radius: 30px;
    border: 1px solid #0D6EFF;
    background:#0D6EFF;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    margin-top: 20px;

}
#personnel_head{
    border-radius: 30px;
    border: 1px solid #fff;
    background:#000000;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    margin-top: 20px;

}
.prix_head{
    font-size: 50px;
    margin-bottom:30px;
    color: #32b394;
}
.gratuit{
    background: #1CBB8A;
    text-transform: capitalize;
    color: #fff;
    padding: 4px;
}
.trait{
    width: 110%;
    height: 1px;
    background: #757373;
    margin-left: -20px;
}
/* #personnel_head{
    border: 1px solid #fff;
    border-radius: 10px;
} */
.bouton_envoyer{
    background:#32b394 ;
  /*  border:1px solid #000000 ;*/
    width: 8em;
    height: 50px;
    color: #fff;

}
.bouton_envoyer:hover{
    background: #32b394;
    border:1px solid #fff;
    color: #fff;
}
.main_dev_3_main{
    text-align: left;
    padding-left: 20px;
}
.main_dev_3_mains{
    display: flex;
    justify-content: center;
    background: #F8F8F8;
    padding-bottom: 20px;
    padding-top: 20px;

}
.main-margin{
    margin-top:50px!important;
    margin-bottom: 50px;
}
footer{
    background: #000000;
    color:#fff;
}
footer > div{
    margin-left: 50px!important;
    margin-right: 50px!important;
    margin-top: 50px!important;
  /*  margin-bottom: 50px!important;*/
}
.footer{
    /* background: #0D0D0D; */
    display: flex;
    justify-content: center;
    text-align: center; 
    /* position: absolute;
    top: 100%; */
    padding-top: 10px; 
}

 #h4{
       /* font-size: 25px!important;*/
        white-space: nowrap;
        margin-bottom: 22px;
    }

.bg-dark{
    background: #0D0D0D;
}
.footer > p{
    color: #fff;
    text-align: center;
    margin-bottom: 0px!important;
}
.traits{
    width: 110%;
    height: 1px;
    background: #5e5d5d;
    margin-left: -20px;
}
.image{
    display: flex;
}
.gap{
    gap: 80px;
}
#header_totem_1_burger{
    display: none!important;
}
/* Styles de base */
#header_totem_2_burgers {
    position: fixed;
    top: 0;
    left: -100%; /* Caché en dehors de l'écran */
    width: 100%;
    height: 100%;
    background-color: #000000;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transition: left 0.5s ease; /* Transition pour l'animation */
    z-index: 1000;
    padding: 20px;
}
#buttons {
    border-radius: 0px;
    color: #fff;
    background: #000000;
    border: 1px solid #fff;
    height: 50px;
    text-align: center;
    width: 9em;
}
#buttons1 {
    border-radius: 0px;
    color: #fff;
    background: #000000;
    border: 1px solid #fff;
    height: 50px;
    text-align: center;
    width: 9em;
}
#header_totem_2_burgers.active {
    left: 0; /* Affiche le menu */
}

#header_totem_2_burger a {
    margin: 10px 0;
    color: #fff;
    text-decoration: none;
}

#close_burger {
    background: none;
    border: none;
    color: #fff !important;
    font-size: 3em;
    align-self: flex-end;
    cursor: pointer;
}   
#images1{
    display: flex!important;
    height: 100px;
}

@media screen and (max-width: 1065px) {
    #header_totem_1_burger{
        display: flex!important;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        position: absolute;
        right: 25px;
        top: 6%;
    }
    #header_totem_1{
        gap: 0%;
        height: 6em;
    }

    .col-md-3{
        width: 100%!important;
    }
    #header_totem_1_lien{
        display: none!important;
    }
}
@media screen and (max-width: 700px) {
    #header_totem {
        background:#32B394;
        color:#fff;
        display: grid; 
        /* grid-template-columns: 300px 300px; */
        gap: 10px; 
        align-items: center;
        justify-content: end; 
        grid-template-columns: 1fr 1fr;
    
    }
}
@media screen and (max-width: 1025px) {
    .width-w50{
        width: 80vw!important;
    }
}
@media (min-device-width: 368px) and (max-device-width: 768px) {
    .width-w50{
        width: 80vw;
    }
    #apropos_2{
        display: flex;
        flex-direction: column!important;
    }
    #header_totem {
        background: #32B394;
        color: #fff;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0px;
        align-items: center;
        justify-content: center;
    }

    #header_totem_2_burgers {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #000000;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transition: left 0.2s ease;
    z-index: 1000;
    padding: 20px;
}

#Contact1{
    margin-left: 20px;
    margin-right: 20px;
}
    #images{
        display: flex!important;
        height: 70px;
    }
    #images1{
        display: flex!important;
        height: 70px;
    }
    #main_dev_1 {
        padding-left: 35px;
        padding-right: 15px;
        width: 100%;
    }
    #main_dev_2{
        margin-left: 10px;
        margin-right: 10px;
    }
    #main_dev_3{
        display: flex;
        justify-content: center;
    }

    #h4{
       /* font-size: 25px!important;*/
        white-space: nowrap;
        margin-bottom: 26px;
    }
    #professionnel_head {
        border-radius: 30px;
        border: 1px solid #0D6EFF;
        background: #0D6EFF;
        display: flex;
        justify-content: center;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 30px;
        margin-top: 20px;
    }
    #span1{
        font-size: 20px;
        margin-bottom: -22px;
        margin-top: 32px;
    }

    #header_totem span {
    margin-left: 10px;
    white-space: nowrap;
}
    #professionnel_head {
        margin-left: 20px;
        margin-right: 20px;
    }
    #personnel_head {
        margin-left: 20px;
        margin-right: 20px;
    }
    #entreprise_head {
        margin-left: 20px;
        margin-right: 20px;
    }
    .a_propos_text > svg ,.a_propos_text > img {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;

    }

    
    #solution{
       text-align: left !important;
       margin-top: 10px !important;
    }
    .a_propos_text{
        color: #fff;
        margin-top: 50px !important;
        margin-bottom: 50px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    #foot{
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    #main_dev_3_prix1{
        margin-bottom: 20px;
    }
    #main_dev_3_prix2{
        margin-bottom: 20px;
    }
    #main_dev_3_prix3{
        margin-bottom: 20px;
    }
    .image{
        display: none;
    }
}
@media (min-device-width: 268px) and (max-device-width: 368px) {
    #images{
        display: flex!important;
        height: 70px;
    }
    #images1{
        display: flex!important;
        height: 70px;
    }
    #apropos_2{
        display: flex;
        flex-direction: column!important;
    }
    #header_totem {
        background: #32B394;
        color: #fff;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0px;
        align-items: center;
        justify-content: center;
    }
    #main_dev_1 {
        padding-left: 35px;
        padding-right: 15px;
        width: 100%;
    }
    #main_dev_2{
        margin-left: 10px;
        margin-right: 10px;
    }
    #main_dev_3{
        display: flex;
        justify-content: center;
    }
    #professionnel_head {
        border-radius: 30px;
        border: 1px solid #0D6EFF;
        background: #0D6EFF;
        display: flex;
        justify-content: center;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 30px;
        margin-top: 20px;
    }
    #professionnel_head {
        margin-left: 20px;
        margin-right: 20px;
    }
    #personnel_head {
        margin-left: 20px;
        margin-right: 20px;
    }
    #entreprise_head {
        margin-left: 20px;
        margin-right: 20px;
    }
    .a_propos_text > svg ,.a_propos_text > img {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }
    .a_propos_text{
        color: #fff;
        margin-top: 50px !important;
        margin-bottom: 50px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    #foot{
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    #main_dev_3_prix1{
        margin-bottom: 20px;
    }
    #main_dev_3_prix2{
        margin-bottom: 20px;
    }
    #main_dev_3_prix3{
        margin-bottom: 20px;
    }
    .image{
        display: none;
    }
}
@media screen and (max-width: 568px) {
    #apropos_2{
        display: flex;
        flex-direction: column!important;
    }
    #header_totem {
        background: #32B394;
        color: #fff;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0px;
        align-items: center;
        justify-content: center;
    }
    #main_dev_1 {
        padding-left: 35px;
        padding-right: 15px;
        width: 100%;
    }
    #main_dev_2{
        margin-left: 10px;
        margin-right: 10px;
    }
    #main_dev_3{
        display: flex;
        justify-content: center;
    }
    #professionnel_head {
        border-radius: 30px;
        border: 1px solid #0D6EFF;
        background: #0D6EFF;
        display: flex;
        justify-content: center;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 30px;
        margin-top: 20px;
    }
    #images{
        display: flex!important;
        height: 70px;
        margin-top: 18px;
    }
    #images1{
        display: flex!important;
        height: 70px;
    }
    #professionnel_head {
        margin-left: 20px;
        margin-right: 20px;
    }
    #personnel_head {
        margin-left: 20px;
        margin-right: 20px;
    }
    #entreprise_head {
        margin-left: 20px;
        margin-right: 20px;
    }
    .a_propos_text > svg ,.a_propos_text > img {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;

    }
    .a_propos_text{
        color: #fff;
        margin-top: 50px !important;
        margin-bottom: 50px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    #foot{
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    #main_dev_3_prix1{
        margin-bottom: 20px;
    }
    #main_dev_3_prix2{
        margin-bottom: 20px;
    }
    #main_dev_3_prix3{
        margin-bottom: 20px;
    }
    .image{
        display: none;
    }
}
@media screen and (max-width: 868px) {
    #apropos_2{
        display: flex;
        flex-direction: column!important;
    }
    #main_dev_1{
        height: 30em !important;
    }
    #header_totem {
        background: #32B394;
        color: #fff;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0px;
        align-items: center;
        justify-content: center;
    }
    #main_dev_1 {
        padding-left: 35px;
        padding-right: 15px;
        width: 100%;
        margin-top: -3em;
    }
    #main_dev_2{
        margin-left: 10px;
        margin-right: 10px;
    }
    #main_dev_3{
        display: flex;
        justify-content: center;
    }
    #professionnel_head {
        border-radius: 30px;
        border: 1px solid #0D6EFF;
        background: #0D6EFF;
        display: flex;
        justify-content: center;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 30px;
        margin-top: 20px;
    }
    #professionnel_head {
        margin-left: 20px;
        margin-right: 20px;
    }
    #personnel_head {
        margin-left: 20px;
        margin-right: 20px;
    }
    #entreprise_head {
        margin-left: 20px;
        margin-right: 20px;
    }
    .a_propos_text > svg ,.a_propos_text > img {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }
    .a_propos_text{
        color: #fff;
        margin-top: 50px !important;
        margin-bottom: 50px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    #foot{
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    #main_dev_3_prix1{
        margin-bottom: 20px;
        width: 100% !important;
    }
    #main_dev_3_prix2{
        margin-bottom: 20px;
    }
    #main_dev_3_prix3{
        margin-bottom: 20px;
    }
    .image{
        display: none;
    }
}

    @media (max-width: 768px) {
       
        #img_akpany {
        width: 8em;
        height: auto;
        margin-top: 10px;
        margin-bottom: 16em;
        position: absolute;
        margin-right: 10em !important;
    }

            #img_bestof {
        width: 8em;
        height: auto;
        margin-top: -16em;
        position: absolute;
        margin-left: 12em !important;
    }

          #img_esp1 {
        width: 7em;
        height: auto;
        margin-right: 12em !important;
        margin-top: 32px;
        margin-bottom: 100px;
    }

         #img_paa {
        width: 5.5em;
        height: auto;
        margin-bottom: 4em;
        margin-left: 12em !important;
        position: absolute;
    }

        #img_esp {
        width: 6em;
        height: auto;
        margin-left: -8em !important;
        position: absolute;
        margin-top: 10em;
    }

            #img_fifam {
        width: 5.5em;
        height: auto;
        margin-left: 12em !important;
        margin-bottom: -8em;
        position: absolute;
        margin-top: 10%;
    }
            
            #images1 {
    display: flex !important;
    height: 100px;
}

.p{
    text-align: left;
}

.prix_head {
    font-size: 50px;
            margin-bottom: 10px;
        margin-top: 45px;
}

 svg{
    font-size: 16px;
 }

         #img_foot1{
       width: 9em;
        height: auto;
        margin-top: -4px;
        margin-bottom: 33px;
        margin-right: 9em;
       } 

         #img_foot2{
        width: 9em;
        height: auto;
        margin-left: 9em !important;
        position: absolute;
         }

            #img_foot3{
        width: 9em;
        height: auto;
        margin-right: 9em !important;
        margin-top: 10px;
        margin-bottom: 20px;

            }
            #img_foot4{
        width: 10em;
        height: auto;
         margin-bottom: 15px;
        margin-left: 9em !important;
        position: absolute;
            }

        #img_foot5{
                 width: 9em;
        height: auto;
        margin-top: 20px;
        margin-right: 13em;
        margin-bottom: 6em;
            }

        #img_foot6 {
            
        width: 12em;
        height: auto;
        margin-left: -12em !important;
        position: absolute;
        margin-top: 60px;

            }   
            
    }

  

  #main_dev_5 .image-container {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: nowrap;
            padding: 15px 0;
        }
        
        #main_dev_5 .image-container img {
            max-height: 100px;
            width: auto;
            flex-shrink: 0;
            object-fit: contain;
            transition: transform 0.3s ease;
        }
        
        #main_dev_5 .image-container img:hover {
            transform: scale(1.05);
        }
        
        /* Media Query spécifique pour 1536px et plus */
        @media (min-width: 1536px) {
            #main_dev_5 .image-container {
                justify-content: space-between;
                padding: 20px 0;
            }
            
            #main_dev_5 .image-container img {
                max-height: 120px;
                margin: 0 15px;
            }
            
            #main_dev_5 h4 {
                font-size: 1.8rem;
                margin-bottom: 2rem !important;
            }
                      #header_totem_1_lien a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    /* justify-content: flex-start; */
    width: 7rem;
    white-space: nowrap;
}
        }
        
        /* Pour les écrans plus petits */
        @media (max-width: 1535px) {
            #main_dev_5 .image-container {
                flex-wrap: wrap;
                justify-content: center;
                width: 100%;
            }
            
            #main_dev_5 .image-container img {
                margin: 10px 15px;
                max-height: 80px;
            }

  

            
        }

/* Augmenter pour les écrans plus grands */
@media (min-width: 768px) {
   html, body {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
   html, body {
        font-size: 20px;
    }
}


@media screen and (min-width: 1800px) {
  .main_dev_3_prix1 {
    max-width: 345px !important;
    width: 25% !important;
    margin: -10px;
  }
}

/* Pour les écrans entre 1536px et 1799px */
@media screen and (min-width: 1536px) and (max-width: 1799px) {
  .main_dev_3_prix1 {
    max-width: 345px !important;
    width: 25% !important;
    margin: -10px;
  }
}