body {
    margin: 0;
    padding: 0;
    background: #728F96;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    height: 750px;
}

/* .hide {

} */

.show {
    display: block;
}

/* Page SignIn */



/* Pop-up login */
.popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: transparent;
    padding-top: 60px;
}

.popup-contenu {
    background-color: white;
    margin: 5% auto 15% auto;
    border: 1px solid #C9C5C5;
    border-radius: 9px;
    width: 80%;
}

#contenu_popup {
    height: 100%;
    padding: 16px;
    text-align: center;
    justify-content: center;
}

/* Bouton fermer Pop-up SignIn */
.fermer {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000000;
    font-size: 35px;
    font-weight: bold;
}

.fermer:hover {
    color: #A80306;
    cursor: pointer;
}

.imageprofil {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img .imgAuth {
    width: 40%;
    border-radius: 50%;
}


/* bouton Pop-up SignIn */
button {
    cursor: pointer;
    background-color: #F9F6F6;
    border: 2px solid #984FFF;
    color: #984FFF;
    border-radius: 6px;
    width: 50%;
    margin-bottom: 5%;
}

button:hover {
    background-color: #984FFF;
    color: #F9F6F6;
}

@keyframes animationzoom {
    form {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.animation {
    animation: animationzoom 0.7s
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;

}

.row {
    display: flex;
    justify-content: center;
}

.results {
    margin-bottom: 30px;
    border-radius: 6px;
    transition: all .3s;
}

.results .item {
    display: -ms-flexbox;
    display: flex;
    padding: 24px 30px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 5px 0 rgba(68, 43, 148, .2);
    transition: all .3s;
    justify-content: center;
    align-items: center;
}

.results:hover .item {
    transform: scale(1.05);
    background: blueviolet;
}

.results .item .name {
    display: -ms-flexbox;
    display: flex;
    margin-right: 50px;
    white-space: nowrap;
}

.results .item h5 {
    font-size: 16px;
    font-weight: 600;
    word-break: break-all;
    margin-right: 15px;
    margin-bottom: 0
}

.results .item h5>span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #8395a7
}

.tag-bg {
    width: 75px;
    height: 30px;
}


.tag {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: 24px;
    background: #f5f5f5;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #8395a7;
    border-radius: 3px
}

.tag:hover {
    opacity: .9
}

.results .item .h5 {
    font-size: 16px;
    font-weight: 600;
    word-break: break-all;
    margin-right: 15px;
    margin-bottom: 0;
    color: #212529;
}

.results .item .h5>span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #8395a7;
}

.text-center {
    text-align: center;
    color: aqua;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

h1 {
    text-align: center;
}

body,
p {
    line-height: 1.7;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.fade {
    transition: opacity .15s linear;

}

.fade:not(.show) {
    opacity: 0;
}

body {
    overflow-x: hidden;
}


.domains .nav,
.pricing .nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 6px;
    width: 260px;
    background: #9E32F0;
    border-radius: 6px;
    margin: 0 auto 60px;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav li a {
    display: block;
    padding: 10px 0;
    color: #333333;
    border-radius: 6px;
}

.domains .nav li .active {
    background: #fff;
    color: #5f27cd;
}

a {
    color: black;
    text-decoration: none;
    background-color: transparent;
}

a:active,
a:focus,
a:hover {
    outline: 0;
}

.nav {
    list-style: none;
}

.domains .nav li,
.pricing .nav li {
    width: 100%;
}

.domains .header li {
    text-align: center;
}

.primary {
    padding: 12px 0;
    width: 100%;
    background: #9E32F0;
    font-weight: 600;
    line-height: 1.7;
    color: #fff;
    border-radius: 6px;
}

.primary:hover {
    color: #fff;
    transform: scale(1.05) !important;

}

.domains .results .item .primary {
    padding: 8px 0;
    width: 100%;
    min-width: 137.59px;
    max-width: 150px;
    white-space: nowrap;
    margin-left: 20px;
}

.features .item:hover .primary,
.products .item:hover .primary,
.tab-content .item:hover .primary,
.tab-content .item:hover .tag {
    background: #fff;
    box-shadow: 0 0 6px 1px rgba(95, 39, 205, .6);
    color: #5f27cd !important;
}




/* partie mdp forget */

#id_container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 2%;
    height: 100%;
}

.contenu {
    width: 75%;
    text-align: center;
    border-radius: 9%;
    background-color: white;
}

#mdpforget {
    text-decoration: underline;
}

/* popup  */


.btn {
    text-decoration: none;
    text-align: center;
    height: 100%;
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.domains .results .item .pt {
    padding-top: 12px;
    white-space: nowrap;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.domains .results .item>span {
    display: block;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    text-align: right;
    color: #5f27cd;
    margin-left: 20px;
}

.navbar {
    list-style-type: none;
    background-color: white;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.dropdown-contents {
    display: none;
    position: absolute;
    background-color: #397CF7;
    color: #111;
    min-width: 160px;
    max-width: 950px;
    border-radius: 6px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 0;
    /* Assurez-vous qu'il n'y ait pas de padding par défaut */
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #397CF7;
    color: #111;
    min-width: 160px;
    max-width: 950px;
    border-radius: 6px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 0;
    /* Assurez-vous qu'il n'y ait pas de padding par défaut */
}

.dropdown-content li {
    list-style-type: none;
    /* Supprime les puces des éléments de liste */
}

.dropdown-contents li {
    list-style-type: none;
    /* Supprime les puces des éléments de liste */
}

.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    color: #111;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
    color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown_notif .show{
    display: block;
}

ul.dropdown-content li {
    margin: 0;
}

.divider {
    height: 0;
    border-top: 1px solid black;
    margin: 8px 0;
}

.dropdown_notif a {
    display: flex;
}

#flexbox_servicegame {
    display: flex;
    justify-content: center;
    max-width: 100%;
    width: 450px;

}

.navbar-container {
    background-color: #B8DAE3;
}

.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.logo-link {
    text-decoration: none;
}

.nav-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.nav-menu li {
    margin-right: 20px;
}



.nav-menu li:last-child {
    margin-right: 0;
}

.nav-menu li a {
    color: black;
    text-decoration: none;
    padding: 14px 16px;
}

.nav-menu li a:hover {
    background-color: #9E32F0;
    border-radius: 6px;
    box-shadow: 0 0 5px 0 rgba(68, 43, 148, .2);
}

.dropdown_notif img {
    width: 20px;
    height: 20px;
}

.dropbtn img {
    width: 20px;
    /* Ajuste la taille selon tes besoins */
    height: 20px;
    /* Ajuste la taille selon tes besoins */
}

.monimgnotif {
    width: 20px;
    /* Ajuste la taille selon tes besoins */
    height: 20px;
    /* Ajuste la taille selon tes besoins */
}

.logo {
    /* Ajoutez des styles pour le logo si nécessaire, par exemple, la taille */
    width: 100px;
    height: 50px;
}

/* Footer */

#gethost_credit {
    bottom: 0;
}

#gethost_credit p {
    text-align: center;
    align-items: center;
}

footer {
    background-color: #3F47E0;
}

.containers {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.flexbox {
    display: flex;
    width: 25%;
    flex-wrap: nowrap;
}

.flexbox div {
    padding-right: 8%;
}

.flexbox_liens {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
}

.flexbox_liens div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 25%;
}


.flexbox ul {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    justify-content: left;
    white-space: nowrap;
}

footer ul {
    list-style: none;
}

footer img {
    width: 110px;
    height: auto;
    max-width: 100%;
}

.footer_container {
    max-width: 1140px;
}

/* cookies */

.cookies_banner {
    text-align: center;
    /* Pour centrer horizontalement */
    height: 200px;
    /* Vous pouvez ajuster la hauteur selon vos besoins */

}

.item_colum {
    display: inline-block;
    width: 48%;
}

.container_cookies {
    display: flex;
    flex-direction: column;
    padding: 24px 30px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 5px 0 rgba(68, 43, 148, .2);
    transition: all .3s;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

.btn_cookies {
    margin: auto;
    justify-content: center;
    align-items: center;
    width: auto;
    border-radius: 6px;
    background-color: #212529;
    box-shadow: 0 0 5px 0 rgba(68, 43, 148, .2);
}

.btn_cookies:hover {
    background-color: #222f3e;
    color: white;
}

/* page soon */
.soon {
    justify-content: center;
    align-items: center;
}

/* Partie containers  global*/
.containers-mdp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 0 5px 0 rgba(68, 43, 148, .2);
    padding-top: 4%;
}

/* ********** */
/* partie service */
#container_service h2 {
    text-align: center;
    display: block;
}

#flexbox_service {
    display: flex;
    justify-content: center;
    width: 100%;
}

.box_service {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-self: center;
    width: 20%;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 5px 0 rgba(68, 43, 148, .2);
    margin-left: 2%;
}

.text_service {
    text-align: center;
    justify-content: center;
    width: 100%;
}

/* bouton en savoir plus */
.bt_service {
    cursor: pointer;
    background-color: #F9F6F6;
    border: 2px solid #984FFF;
    color: #984FFF;
    border-radius: 6px;
    width: 50%;
    margin-bottom: 5%;
}

.bt_service:hover {
    background-color: #984FFF;
    color: #F9F6F6;
}

.box_bt_service {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

/* feature service */
.feature_service {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav_feature_service {
    list-style: none;
    display: flex;
    gap: 20px;
    /* Espacement entre chaque li */
}

.nav_feature_service li {
    display: flex;
    align-items: center;
}

.nav_feature_service li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: black;
    /* Couleur du texte */
}

.nav_feature_service a img {
    max-width: 35px;
    /* Ajustez la largeur maximale de l'image selon vos besoins */
    margin-right: 10px;
    /* Espacement entre l'image et le texte */
}

.feature_content>.tab-pane {
    display: none;
}

.feature_content>.active {
    display: block;
}


/* Ajoutez les classes de transition d'opacité pour les onglets */
.feature_content>div {
    display: flex;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
}

.feature_content>.active {
    opacity: 1;
    pointer-events: auto;
}

/* Ajoutez une classe pour gérer l'animation d'entrée */
.feature_content>.show-enter {
    opacity: 0;
}

/* Ajoutez une classe pour gérer l'animation de sortie */
.feature_content>.show-exit {
    opacity: 1;
}

.flex_feature {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-left: 2%;
}

.feature_adventage {
    width: 25%;
}

.feature_adventage a {
    display: flex;
    flex-direction: column;
    margin-left: 2%;
    text-decoration: do;
}

/* Page notre equipe */
.team-member-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
}

.team-member {
    width: 300px;
    margin: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}

.team-member h2 {
    margin-top: 0;
    padding-top: 10px;
}

.member-info {
    max-width: 300px;
    margin: 10px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
}

.member-info img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.member-info p {
    margin: 5px 0;
}

/* Page profil */

.container_profil {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
}

.form_group {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 25%;
    padding-left: 1%;
    padding-right: 1%;
}

.form_group input {
    border: 1px solid #ccc;
    /* Couleur de bordure identique à l'arrière-plan */
}

.flexbox_info_perso row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;

}

.aside_left {
    flex: 0 0 200px;
    /* Largeur fixe de l'aside */
    background-color: #f2f2f2;
    padding: 20px;
    margin-right: 20px;
}

.aside_left li {
    list-style-type: none;
}

.main_content {
    flex: 1;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 0 5px 0 rgba(68, 43, 148, .2);
    padding: 20px;
}

.flexbox_info_perso {
    display: flex;
    flex: 1;
}

.flexbox_info_perso h2 {
    text-align: center;
}

#profilemail {
    background-color: gray;
}

#profilemail:hover {
    cursor: not-allowed;
}

.selected {
    font-weight: bold;
    /* Exemple de style pour une option sélectionnée */
}

.flex_bt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 52%;
    margin-left: auto;
    margin-right: auto;
}

.bt_profil {
    height: 20px;
    width: 25%;
    margin-bottom: 5%;
    cursor: pointer;
    background-color: #F9F6F6;
    border: 2px solid #984FFF;
    color: #984FFF;
    border-radius: 6px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2%;
}


/* Partie Code Promos */
.flex_tab {
    display: flex;
    flex-direction: column;
}

.container_cp {
    display: flex;
}

/* Partie Code Promos */
.container_client {
    display: flex;
    width: 100%;
}

.container_client div {
    width: 100%;
}

/* Partie Panier */
/* Style de la div principale */
.flexbox_panier {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
}

/* Style de la partie "main" */
.flexbox_configure {
    flex: 60%;
    /* Largeur de 75% */

}

/* Style de la partie "aside" */
.flexbox_resume_cmd {
    flex: 40%;
    /* Largeur de 75% */
    justify-content: center;

}


/* Style des containers dans la partie "main" */
.containers_panier {
    color: #333;
    /* Couleur du texte */
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

/* Style du texte dans la partie "aside" */
.containers_resume_cmd {
    color: white;
    /* Couleur du texte */
    background-color: #0074D9;
    /* Couleur bleue */
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    width: 65%;
    margin: auto;
}

.detail_panier .left,
.detail_panier .right {
    flex: 1;
    text-align: left;
}

.detail_panier .right {
    text-align: right;
}

.detail_panier_flex {
    display: flex;
    justify-content: space-between;
}

/* partie pour telephone */
@media (max-width: 800px) {
    * {
        padding: 0;
        margin: 0;
    }
    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .toggle-button {
        display: flex;
    }

    .navbar-links {
        display: none;
        width: 100%;
    }

    .navbar-links ul {
        width: 100%;
        flex-direction: column;
    }

    .navbar-links ul li {
        text-align: center;
    }

    .navbar-links ul li a {
        padding: .5rem 1rem;
    }

    .navbar-links.active {
        display: flex;
    }

    .dropdown {
        float: center;
        overflow: hidden;
    }

    .dropdown .dropbtn {
        cursor: pointer;
        font-size: 18px;
        border: none;
        outline: none;
        padding: 5px 14px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

    .dropdown-content {
        display: none;
        position: relative;
        background-color: #333;
        min-width: 160px;
        z-index: 1;
        left: 0;
        right: 0;
        margin: 25px;
    }

    .dropdown-content a {
        float: none;
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

    .dropdown-content a:hover {
        background-color: #555;
    }

    .show {
        display: block;
    }

    .navbar-container {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .logo-link {
        text-decoration: none;
        /* Supprime le soulignement du lien */
    }

    .logo {
        content: url('img/img_Logo_Nexthost_short.png');
    }

}

/* partie pour tablette */
@media (max-width: 800px) {
    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .toggle-button {
        display: flex;
    }

    .navbar-links {
        display: none;
        width: 100%;
    }

    .navbar-links ul {
        width: 100%;
        flex-direction: column;
    }

    .navbar-links ul li {
        text-align: center;
    }

    .navbar-links ul li a {
        padding: .5rem 1rem;
    }

    .navbar-links.active {
        display: flex;
    }

    .dropdown {
        float: center;
        overflow: hidden;
    }

    .dropdown .dropbtn {
        cursor: pointer;
        font-size: 18px;
        border: none;
        outline: none;
        padding: 5px 14px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

    .dropdown-content {
        display: none;
        position: relative;
        background-color: #333;
        min-width: 160px;
        z-index: 1;
        left: 0;
        right: 0;
        margin: 25px;
    }

    .dropdown-content a {
        float: none;
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

    .dropdown-content a:hover {
        background-color: #555;
    }

    .show {
        display: block;
    }

    .navbar-container {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .logo-link {
        text-decoration: none;
        /* Supprime le soulignement du lien */
    }
}