body {
    display: flex;
    height: 100vh;
    background-color: transparent;
    flex-direction: column;
    justify-content: space-between;
}

main{
    margin-top: -30px;
    margin-bottom: 15px;
    min-height: 500px;
}

.services-item-motif {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-radius: inherit;
}

.menu-toggle > span > img{
    filter: unset;
}
/* header */

    #mainHeader{
        position: relative;
        background-color: transparent ;
        border-top: 5px solid #8C51FF;
    }

    .t1{
        border: 2px solid white;
    }

    #menue-mobile {
        display: none;
    }

/* main */

    /* main head */

        .half-circle-background{
            z-index: 1;
            background-color: #8C51FF;
        }

        #abonnement-page-title-container{
            margin: 35px 0 35px;
        }

    /* main titre */

        .abonnement-type{
            z-index: 2;
            position: sticky;
        }

        #abonnement-page-title-container{
            /*text-shadow: 0 0 2px #000;*/
        }

    /* main abonnement card */

        .card-abonnement{
            min-height: 600px;
            min-width: 250px;
        }

        .list-container > li{
            line-height: 30px;
        }

        .prix > h3{
            margin-bottom: 1vw;
        }

        /* abonnement card type */

            select.form-control {
                cursor: pointer;
            }

            select#frequency-pro:focus-visible {
                outline: 2px solid #FAA434;
                border: none;
            }

/* bloc inscription */

    form.form-signin{
        width: 50%;
    }

    div#form_signup {
        display: flex;
        justify-content: center;
    }

    .form-control {
        margin: 15px 0px;
        padding: 7px;
    }

    .showing{
        display: flex;
    }

    .hidding{
        display: none;
    }

    tbody {
        border: 1px solid #cccccc82;
    }

    .row-table-features-container > th {
        padding-left: 15px;
    }

    .col-table-features-title {
        border-top: none;
        min-width: 120px;
    }

    /* inscription nav */

        div#connect-choose {
            display: flex;
            margin: 15px 10px;
            border-bottom: 1px solid #D8D8D8;
        }

        #connect-choose > div {
            display: flex;
            width: 50%;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

/* footer */

    #bloc-container5 {
        padding: 30px 60px 20px;
    }

    #footer-container-box-first-part{
        padding: 3% 7% 0%;
        padding-top: 3% !important;
    }

    footer > div:nth-last-child(){
        margin-bottom: 0 !important;
    }

    main{
        margin-bottom: 0 !important;
    }
        
    footer {
        position: relative;
        z-index: 1;
        background-color: #f1eaff;
    }

/* pop Up */

    /* pop Up container */

        #choice-connection {
            width: 40%;
            height: fit-content;
            background-color: white;
            border: 1px solid #D8D8D8;
            border-radius: 10px;
        }

        div.background-pop-up {
            z-index: 9999;
            position: absolute;
            top: 0;
            height: 100vh;
            width: 100vw;
            background-color: #c9c8c88f;
        }

        #container-choice-connection {
            z-index: 9999;
            position: absolute;
            top: 0;
            width: 100%;
            height: 100vh;
            display: none;
            align-items: center;
            justify-content: center;
            border-radius: 10px;
        }
    
    /* pop up head */

        div#connect-signup {
            display: flex;
            flex-direction: column;
        }

        div#title-nav-log-sign {
            display: flex;
            gap: 30px;
            width: 100%;
        }

        .choice{
            color: #979797;
            cursor: pointer;
        }

        .active{
            color: #35303F;
        }

        .container-input {
            display: flex;
            flex-direction: column;
        }

        #choice-connection > #connect-choose > #close-btn {
            width: auto;
            margin-top: -15px;
        }

        #connnect-side{
            /* display: flex; */
            justify-content: space-between;
            margin-left: 50px;
        }

    /* pop Up connection */

        button.btn-connect {
            padding: 15px 50px;
            margin: 15px 0;
            border-radius: 7px;
        }

        /* pop Up connection log */

            #side-log{
                display: none;
            }

            div#title-login {
                margin: 15px 0;
            }
            
            .form-control {
                margin: 8px 0px;
                padding: 7px;
            }

            div#formfixe {
                margin-top: 10px;
            }

            a.kl-forget-pass {
                position: initial;
                background: white;
                padding-left: 6px;
            }

            div#side-log {
                display: none;
                margin-left: 50px;
                margin-top: 10px;
            }

        /* pop Up connection sign */
            .material-symbols-outlined{
                font-size: 150px;
                color: black;
            }

            div#side-sign {
                /* display: flex; */
                flex-direction: column;
                margin-left: 50px;
                margin-top: 20px;
            }

            form.form-signin {
                width: 50%;
            }

            #container-Cgu{
                display: flex;
                margin: 15px 0;
                width: 150%;
            }

            button#btn-login {
                width: max-content;
            }

            div#container-mail-log {
                margin: 10px 0;
            }

            div#formfixe {
                margin: 10px 0px;
            }

/* modal mentions légale */
    #modalMentionsLegales{
        -webkit-animation: none;
        -webkit-transition: none;
        transition: none;
    }

    .fade{
        transform: scale(0);
        opacity: 0;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .fade > .modal-lg{
        transform: scale(0);
        opacity: 0;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .fade.show{
        opacity: 1;
        transform: scale(1);
        background-color: #c9c8c88f;
    }

    .fade.show > .modal-lg{
        opacity: 1;
        transform: scale(1);
        background-color: #c9c8c88f;
    }


    /* .modal.fade .modal-dialog{
        -webkit-transform: translate(0,-50px);
        transform: translate(0,-50px);
    }
    .modal.fade .modal-dialog{
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    } */
    table tr:last-child td:last-child {
        border-bottom-right-radius: unset;
        border-top-right-radius: unset;
    }

    /* Tableau features */
        #table-features-container {
            position: relative;
            display: flex;
            z-index: 9;
            width: 75%;
            margin: auto;
            margin-bottom: 50px;
        }

        #table-features {
            display: flex;
            flex-direction: column;
            width: 100%;
            background-color: white;
            border-radius: 20px;
        }

        .col-table-features-title-container > td {
            font-size: clamp(16px, 2.5vw, 24px);
            font-weight: bold;
        }

        .row-table-features-container > td {
            text-align: center;
        }

        .row-table-features-container > * {
            border-right: 1px solid #80808021;
        }

        .row-table-features-title {
            width: 400px;
        }
        
        .row-table-features-container {
            border: 1px solid #80808021;
            min-height: 40px;
            height: 40px;
        }

        /* .row-table-features-container > *:nth-last-child(1){
            border-right: none;
        } */

        .col-table-features-title {
            text-align: center;
            max-width: 200px;
            width: 11vw;
        }

        .row-table-features-title {
            word-break: break-word;
        }

        th.row-table-features-title {
            padding-left: 10px;
        }

        .platinium-element {
            display: flex;
            justify-content: center;
        }

        .platinium-element {
            display: flex;
            height: inherit;
            align-items: center;
        }

        .basic{
            background-color: #f4c1c1;
            color: white;
        }

        .premium{
            color: white;
            background-color: #FAA434;
        }

        .platinium{
            color: white;
            background-color:#8C51FF
        }

        .avantage{
            color: #8c51ff;
        }

        .Yfeatures{
            color: green;
        }

        .Nfeatures {
            color: red;
        }

        .princing-end{
            border-top: none;
        }

        .princing-end > *{
            border-right: none;
        }

        .title-card-pricing {
            font-size: clamp(16px,2vw,42px);
        }

        .price-card-pricing {
            font-size: clamp(16px, 2vw, 42px);
        }

        .price-card-pricing-year {
            font-size: clamp(16px, 1vw, 22px);
        }

        strong{
            font-weight: bold;
        }

        .select-network{
            height: 20px;
        }

        .select-network.logo{
            filter: invert(31%) sepia(83%) saturate(2164%) hue-rotate(242deg) brightness(102%) contrast(107%);
        }

        .container-reseau-display-pricing{
            display: flex;            
            justify-content: space-around;
            align-items: center;
        }

         .reseau-display-pricing{
            height: 50px;
        }

        .container-reseau-display-pricing > div {
            gap: 3px;
            color: white;
        }

        .number-reseau-entreprise {
            display: flex;
            width: 30px;
            height: 30px;
            background-color: #8C51FF;
            border-radius: 100px;
            font-weight: 600;
            color: white;
            align-items: center;
            justify-content: center;
        }

        .logo-reseau-entreprise {
            color: #8C51FF;
            font-weight: 600;
        }

        #table-features-container{
            display: none;
        }

        del {
            opacity: 0.5;
        }

        .list-container > li > p, .list-container > li > del > p {
            font-size: 22px;
            margin-bottom: 0;
        }

        .list-container > li {
            line-height: 30px;
            display: flex;
            justify-content: space-between;
            text-align: left;
        }

        .reseau-asterisque{
            margin-bottom: 0;
            font-size: clamp(5px, 1rem, 10px);
            text-align: start;
        }
        
/* Responsiv */

    @media screen and (max-width: 1225px){

        .choice > h2 {
            font-size: 22px;
        }

        img#closeModali {
            width: 40px;
        }
    }

    @media screen and (max-width: 991px){
        #mainHeader {
            border-top: 5px solid #8C51FF;
        }
        
        #button{
            margin: 20px 0;
        }
    }

    @media screen and (max-width: 975px){
        form.form-signin {
            width: 75%;
        }
    }

    @media screen and (max-width: 875px){
        .container-abonnement{
            flex-direction: column;
            align-items: center;
        }

        .little{
            transform: none;
            margin-top: 10px;
        }

        #pro {
            order: 0;
        }

        #influence{
            order: 1;
        }

        #ultra-boost {
            order: 2;
        }
    }

    @media screen and (max-width: 865px){
        .choice > h2 {
            font-size: 16px;
        }

        img#closeModali {
            width: 35px;
        }
    }

    @media screen and (max-width: 810px){
        h2 {
            font-size: 28px;
        }

        .entete {
            margin: 30px 20px 30px;
        }

        #bloc-container5 {
            padding: 10px 60px 20px;
        }

        form.form-signin {
            width: 100%;
        }

        #connnect-side, div#side-sign{
            margin-left: Opx;
            margin: auto;
        }

        #side-sign{
            padding: 10px;
        }

        #container-Cgu > label {
            flex-direction: column;
        }
    }

    @media screen and (max-width: 720px){
        #table-features-container {
            width: 90%;
        }
    }

    @media screen and (max-width: 710px){
        #choice-connection {
            width: 50%;
        }
    }

    @media screen and (max-width: 700px){
        .logo-reseau-entreprise {
            display: none;
        }

        .container-reseau-display-pricing{
            align-items: center;
            justify-content: center;
        }
    }

    @media screen and (max-width: 670px){
        div#title-nav-log-sign {
            gap: 15px;
            flex-direction: column;
            align-items: center;
        }
    }

    @media screen and (max-width: 650px){
        #choice-connection{
            left: 15%;
            width: 70%;
        }
    }

    @media screen and (max-width: 540px){
        #connnect-side, div#side-sign {
            width: 75%;
            margin: 10px;
            padding: 10px;
        }
    }

    @media screen and (max-width: 400px){
        #connnect-side, div#side-sign {
            margin: 0;
            padding: 10px;
            width: 100%;
        }
    }

    @media screen and (max-width: 375px){
        #choice-connection{
            left: 5%;
            width: 90%;
        }
    }
        /*
        #reseau-display-pricing-basic{
            display: flex;            
            justify-content: space-around;
            align-items: center;
        } */
        
/* Responsiv */

    @media screen and (max-width: 1225px){

        .choice > h2 {
            font-size: 22px;
        }

        img#closeModali {
            width: 40px;
        }
    }

    @media screen and (max-width: 991px){
        #mainHeader {
            border-top: 5px solid #8C51FF;
        }
    }

    @media screen and (max-width: 975px){
        form.form-signin {
            width: 75%;
        }
    }

    @media screen and (max-width: 875px){
        .container-abonnement{
            flex-direction: column;
            align-items: center;
        }

        .little{
            transform: none;
            margin-top: 10px;
        }

        #pro {
            order: 0;
        }

        #influence{
            order: 1;
        }

        #ultra-boost {
            order: 2;
        }
    }

    @media screen and (max-width: 865px){
        .choice > h2 {
            font-size: 16px;
        }

        img#closeModali {
            width: 35px;
        }
    }

    @media screen and (max-width: 810px){
        h2 {
            font-size: 28px;
        }

        .entete {
            margin: 30px 90px 30px;
        }

        #bloc-container5 {
            padding: 10px 60px 20px;
        }

        form.form-signin {
            width: 100%;
        }

        #connnect-side, div#side-sign{
            margin-left: Opx;
            margin: auto;
        }

        #side-sign{
            padding: 10px;
        }

        #container-Cgu > label {
            flex-direction: column;
        }
    }

    @media screen and (max-width: 710px){
        #choice-connection {
            width: 50%;
        }
    }

    @media screen and (max-width: 670px){
        div#title-nav-log-sign {
            gap: 15px;
            flex-direction: column;
            align-items: center;
        }
    }

    @media screen and (max-width: 650px){
        #choice-connection{
            left: 15%;
            width: 70%;
        }
    }

    @media screen and (max-width: 570px){
        #connnect-side, div#side-sign {
            width: 75%;
            margin: 10px;
            padding: 10px;
        }
    }

    @media screen and (max-width: 540px){
        td.col-table-features-title {
            min-width: 85px;
        }
    }

    @media screen and (max-width: 536px){
        #menue-mobile {
            display: flex;
        }

        #button{
            display: none;
        }

        .services-item-motif{
            width: 20px;
            height: 40px;
            align-items: center;
        }
        
        .service-item{
            margin-bottom: 0;
        }
    }

    @media screen and (max-width: 535.99px){
        #button, .logoContainer {
            justify-content: space-between;
        }

        .entete{
            background-color: transparent;
            margin: 0px 20px 30px;
        }
    }

    @media screen and (max-width: 400px){
        #connnect-side, div#side-sign {
            margin: 0;
            padding: 10px;
            width: 100%;
        }
    }

    @media screen and (max-width: 375px){
        #choice-connection{
            left: 5%;
            width: 90%;
        }
    }

    @media screen and (max-width: 350px){
        tr.col-table-features-title-container > td {
            font-size: 12px;
            padding: 2px !important;
        }

        .col-table-features-title > div{
            font-size: 12px;
        }

        th.row-table-features-title{
            padding-left: 2px;
        }

        .row-table-features-container > *{
            font-size: 12px;
        }

        #table-features-container {
            width: 100%;
        }
    }