/*Top header start*/
form.search_form{
    display: flex;
}
form.search_form input {
    border-radius: 0;
}
button.btn.searchbutton {
    background: #4f81bc;
    border-radius: 0;
    color: white;

}
input.form-control:focus {
    box-shadow: none !important;
}
ul.nav.nav-pills li a {
    color: white;
    font-size: 14px;
}
.bg-dark li.nav-item.dropdown {
    padding-right: 10px;
    border-right: 1px solid white;
}
li.nav-item.carticon {
    padding-left: 10px;
    padding-top: 10px;
    position: relative;
}

span.cartcount {
    background: #1542c0;
    color: white;
    border-radius: 50%;
    padding: 0px 6px;
    position: absolute;
    top: -10px;
    font-size: 12px;
}
.bg-dark ul.dropdown-menu.show li a {
    color: black;
    border-bottom: 1px solid #6c7383;
}
.bg-dark ul.dropdown-menu.show li a:hover {
    background: #0246ff;
    color: white;
}
/*Top header end*/

/*Menu Style Start*/
nav.navbar.navbar-expand-sm.top-menu ul.dropdown-menu li a
{
    color: black;
    border-bottom: 1px solid;
}
nav.navbar.navbar-expand-sm.top-menu ul.dropdown-menu li a:hover{
   background: #0246ff;
    color: white; 
}
nav.navbar.navbar-expand-sm.top-menu li a{
/*    font-size: 14px;*/
}
/*nav.navbar.navbar-expand-sm.top-menu li a {
    background: #4f81bc;
    color: white;
    margin-right: 15px;
    border: 2px solid black;
    transition: all 1s;
}
nav.navbar.navbar-expand-sm.top-menu li a {
    padding: 10px 30px;
}
nav.navbar.navbar-expand-sm.top-menu li a:hover , 
nav.navbar.navbar-expand-sm.top-menu li a.active{
    background: white;
    color: #4f81bc;
    transition: all 1s;
}
.top-menu ul{
    margin-left: auto;
}*/
/*Menu Style End*/

/*banner section strat*/
.text-gray{
    color:#6c7383;
}
.text-bold{
    font-weight: bold;
}
.banner h1{
    font-size: 60px;
}
.text-color{
    color : #72767f;
}
.fs-20{
    font-size: 20px !important;
}
a.btn.btn-butt1 {
    background: #0246ff;
    border-radius: 0px;
    width: 100%;
    color: white;
    border: 2px solid #0246ff;
    transition: all 1s;
}
a.btn.btn-butt1:hover{
    background: white;
    color: #0246ff;
    transition: all 1s;
}
a.btn-butt2{
    border-radius: 0px;
    width: 100%;
    border: 2px solid #e8e8e8;
    transition: all 1s;
}
a.btn-butt2:hover{
    color: white;
    border: 2px solid #e8e8e8;
    transition: all 1s;
    background: #0246ff;
}
.fs-18 {
    font-size: 18px !important;
}
.sec1_2_absolute {
    position: absolute;
    bottom: 0px;
    background: white;
    border: 1px solid gray;
    padding: 20px;
    left: -30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.sec1_2 {
    position: relative;
}
.fs-30{
    font-size: 30px;
}
.text-blue {
    color: #0246ff;
}
/*banner section end*/

/*counter section start*/
.counetr_bg{
    background: #0f172a;
}
.w-20 {
    width: 20%;
    float: left;
}

/*counter section end*/

/*NOS AVANTAGES Start*/
i.blue_icon {
    background: #0246ff;
    color: white;
    width: 60px;
    height: 60px;
    font-size: 24px;
    padding-top: 18px;
}
.advantage{
    transition: all 1s;
}
.advantage:hover {
    background: #0246ff;
    color: white;
    transition: all 1s;
}
.advantage:hover p{
    color: white;
}
.advantage:hover i{
    background: white;
    color: #0246ff;
}
/*NOS AVANTAGES End*/

/*Footer Section Strat*/
footer a {
    color: white;
    text-decoration: none;
}
a.btn.btn-outline-light.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border: 1px solid #FFFFFF;
    border-radius: 0px;
    transition: .3s;
    background: #1e293b;
}
a.btn.btn-outline-light.btn-social:hover{
    color: #0f172a;
}
ul.footer_menu li a {
    text-decoration: none;
}

ul.footer_menu {
    padding-left: 0;
}
ul.footer_menu li {
    list-style: none;
    margin-bottom: 10px;
}
footer hr{
    border-color: white;
}
a.logostyle {
    background: #4f81bd;
    color: white;
    padding: 10px;
    border: 2px solid white;
}
/*Footer Section End*/

/*Accompagnment Start */
p.text-right {
    text-align: right;
}
.border.Accompagnementicon
{
    padding-top: 9px;
    width: 45px;
    height: 45px;
    text-align: center;
}
section.Accompagnment .border:hover {
    background: #0246ff;
    transition: all 1s;
}
section.Accompagnment .border:hover h5 , section.Accompagnment .border:hover i , section.Accompagnment .border:hover p{
    color: white;
}
/*Accompagnment End */

/*Pret Start*/
.Pretcolor{
    background: #0246ff;
}
.w-80{
    width: 80%;
    margin:auto;
}
a.btn.pretbutt1 {
    background: white;
    border-radius: 0px;
    padding: 10px 20px;
    border: 2px solid white;
    color: #0246ff;
    margin-right: 10px;
    transition: all 1s;
}
a.btn.pretbutt2 {
    background: #0246ff;
    border-radius: 0px;
    padding: 10px 20px;
    border: 2px solid white;
    color: white;
    transition: all 1s;
}
a.btn.pretbutt1:hover{
    background:#0246ff;
    color: white;
    border:2px solid white;
    transition: all 1s;
}
a.btn.pretbutt2:hover{
    background: white;
    border: 2px solid white;
    color: #0246ff;
    transition: all 1s;
}
/*Pret End*/

/*Testmonial Start*/
.testimonial_bg{
    background: #e4e5e7;
}
.testimonial_bg .card {
    position: relative;
    display: flex;
    width: 350px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212,182,212,1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}

.testimonial_bg .card .card-body {
        padding: 1rem 1rem;
 }

.testimonial_bg .card-body {
     flex: 1 1 auto;
     padding: 1.25rem
 }

.testimonial_bg p {
     font-size: 0.875rem;
     margin-bottom: .5rem;
     line-height: 1.5rem
 }

.testimonial_bg h4{
    line-height: .2 !important;
 }
.profile{
    margin-top: 7px;
}

.profile-pic{
     width: 58px;
}

.cust-name{
     font-size: 18px;
}

.cust-profession{
     font-size: 10px;
}
.slick-slide {
    margin: 10px
}
p.testimonial_name {
    background: #e2e8f0;
    text-align: center;
    width: 100%;
    height: 40px;
    padding-top: 7px;
    font-weight: bold;
}
.template-demo p {
    min-height: 90px;
}
/*Testmonial End*/
/*Mobile Width*/

@media(max-width:767px){
    .bg-dark .col-md-3.mt-2 {
        text-align: center;
    }
    form.search_form {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    ul.nav.nav-pills {
        text-align: center;
        width: 53%;
        margin: auto;
    }
    .top-header , .top-header li{
        width: 100%;
    }
    .top-header li{
        margin-bottom: 5px;
    }
    .menu_se{
        position: relative;
    }
    button.navbar-toggler {
        background: #0246ff;
        border-radius: 0px;
        position: absolute;
        right: 0;
    }
    nav.navbar.navbar-expand-sm.top-menu {
        height: 60px;
    }
    button.navbar-toggler span{
        color: white;
    }

    div#collapsibleNavbar {
        position: absolute;
        top: 54px;
        background: white;
        z-index: 99;
        width: 300px;
        left: -230px;
    }
    div#collapsibleNavbar li a.active {
        background: #0246ff;
        border-bottom: 2px solid #0246ff;
        text-align: left;
        padding-left: 10px;
        color: white;
    }
    div#collapsibleNavbar li a{
        border-bottom: 2px solid #0246ff;
        color: black;
        text-align: left;
        padding-left: 10px;
    }
    div#collapsibleNavbar li a.nav-link.dropdown-toggle.text-center {
        text-align: left !important;
    }

    div#collapsibleNavbar ul.dropdown-menu.show {
        background: #4f81bd;
    }

    .banner h1 {
        font-size: 50px;
    }

    a.btn.btn-butt2.fs-18 {
        margin-top: 15px;
    } 
    .sec1_2_absolute{
        left: 0px;
    }  
    section.counetr_bg.pt-5.pb-5.mt-5 .col-md-3 , footer.counetr_bg .col-md-4 {
        margin-bottom: 30px;
    }
    .advantage
    {
        margin-bottom: 30px;
    }
    footer hr.mt-5 {
        margin-top: 0px !important;
    }
    header.pt-5.pb-5 {
        padding-bottom: 0px !important;
    }
    img.img-fluid.mt-5 {
        margin-top: 0px !important;
    }
    .col-md-6.order-2.order-md-1 {
        margin-top: 30px;
    }

    a.btn.pretbutt1 {
        margin-bottom: 15px;
    }
    .w-80{
        width: 100%;
    }
    footer .col-md-3{
        margin-bottom: 30px;
    }
    .card-body .col-sm-3 {
        width: 20%;
        float: left;
    }
    .card-body .col-sm-9 {
        width: 80%;
    }

    .border.Accompagnementicon {
        margin-bottom: 15px;
    }
    .mobile_bottom{
        margin-bottom: 30px;
    }

    a.btn.btn-outline-light.btn-social{
        margin-bottom: 1rem;
    }
    section.pt-5.pb-5.testimonial_bg .mt-5 {
        margin-top: 1rem !important;
    }
    

}


/*New Style header*/
.border-right {
    border-right: 1px solid white;
}
.padding_topheader {
    padding: 20px 0px;
}
.padding_topheaderlogo {
    padding: 22px 0px;
}
.padding_topheader button.btn.text-white {
    padding: 0;
}
nav.navbar.navbar-expand-sm.top-menu li a {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 50px;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    border-color: transparent !important;
}
.bg-dark li.nav-item.dropdown{
    padding-right: 0px !important;
    border-right: none !important;
}

@media(max-width:767px){
    .bg-dark.p-3 .row.border .col-md-2.text-center.border-right , .bg-dark.p-3 .row.border .col-md-2.text-center {
        width: 25%;
        float: left;
        /*border-bottom: 1px solid white;*/
         border-right: 0; 
    }
    .col-md-4.mt-0.text-center.border-right {
/*        border-bottom: 1px solid white;*/
    }
    .padding_topheader {
        padding: 10px 0px;
    }
    .bg-dark .row.border {
        border: none !important;
    }
    /*.border-right {
        border-right: 0;
    }*/
    /*.hide-mobile{
        display: none;
    }*/
    i.fa-solid.fa-globe {
        margin-right: 0px !important;
        display: none;
    }
    nav.navbar.navbar-expand-sm.top-menu {
        border-top: 2px solid white;
    }
    
}

/*Besoin Start*/
a.btn.btn-Besoin {
    background: #0246ff;
    border-radius: 0px;
    /* width: 100%; */
    color: white;
    border: 2px solid #0246ff;
    transition: all 1s;
}
a.btn.btn-Besoin:hover{
    background: white;
    color: #0246ff;
    transition: all 1s;
}

/*Top header Start*/
ul.contact li {
    list-style: none;
    display: inline;
}
ul.contact{
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 8px;

}
ul.contact li {
    padding: 0px 10px;
    font-size: 15px;
}
.top-bar{
    padding: 15px 0;
    background-image: -moz-linear-gradient( 0deg, rgb(30, 79, 216) 0%, rgb(2, 40, 144) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(30, 79, 216) 0%, rgb(2, 40, 144) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(30, 79, 216) 0%, rgb(2, 40, 144) 100%);
}
.top-headerbutt1 {
    background-color: #0b57e3;
    padding: 8px 18px;
    border-radius: 30px;
    transition: all 1s;
    color: white;
    border: none !important;
}
.top-headerbutt1 i {
    font-size: 12px;
    margin-right: 7px;
}
.top-headerbutt2 {
    padding: 8px 18px;
    border-radius: 30px;
    transition: all 1s;
}
.top-headerbutt1:hover , .top-headerbutt2:hover{
    background: white !important;
    color:#0b57e3 !important;
    transition: all 1s;
}
.top-headerbutt2:hover a{
    color:#0b57e3 !important;
}
input.login.loginmodal-submit {
    background-image: -webkit-linear-gradient(0deg, rgb(30, 79, 216) 0%, rgb(2, 40, 144) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(30, 79, 216) 0%, rgb(2, 40, 144) 100%);
    border: 2px solid #0b57e3;
    width: 100%;
    color: white;
    padding: 10px 0px;
}
button.top-headerbutt2 {
    background: transparent;
    border: none;
    color: white;
}
div#collapsibleNavbar ul {
    margin-left: auto;
}
a.nav-link.active.text-bold {
    color: #1442bf;
}
/* .p-3.top-menu1.scrolled { */
    /* position: fixed; */
    /* top: 0; */
    /* width: 100%; */
    /* background: white; */
    /* z-index: 9; */
    /* padding: 0px !important; */
    /* box-shadow: 0 0 2px 0 #cdcdcd; */
/* } */
/* .p-3.top-menu1.scrolled { */
    /* position: sticky; */
    /* top: 0; */
    /* width: 100%; */
    /* background: white; */
    /* z-index: 1000; */
    /* box-shadow: 0 0 2px 0 #cdcdcd; */
/* } */
.p-3.top-menu1.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 9999;
    box-shadow: 0 0 2px 0 #cdcdcd;
}
.searchbutt{
    border: none;
    background-color: #fbfbfb;
    color: #282828;
    font-size: 16px;
    height: 50px;
    text-align: center;
    width: 50px;
    margin-right: 20px;
}

a.carti {
    color: black;
    background: #fbfbfb;
    padding: 15px;
    float: right;
}
.scrolled .padding_topheaderlogo {
    margin-top: 6px;
}

/**/
@media(max-width:767px){
    .p-3.top-menu1 {
        position: fixed;
        top: 0;
        background: white;
        width: 100%;
        padding: 0px !important;
    }
    .searchbutt {
        font-size: 12px;
        height: 30px;
        width: 30px;
    }
    .top-bar {
        padding-top: 80px;
    }
    ul.contact {
        text-align: center;
    }
    ul.contact li a {
        font-size: 13px;
    }
    .col-sm-4.topbar-block.text-end {
        text-align: center !important;
        margin-top: 10px;
    }
    .top-headerbutt1 {
        padding: 5px 15px;
        font-size: 13px;
    }
    .w-20 {
        width: 100%;
    }
    .items.slick-initialized.slick-slider.slick-dotted {
        overflow: hidden;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    button.searchbutt {
        display: none;
    }

    /* tariff page start   */
    section.testimonial_bg.p-5 .container-fluid.p-5.text-center {
        padding: 0px !important;
    }
    ul.nav.nav-tabs a{
        padding: 5px;
    }
    .tab-content p {
        text-align: justify !important;
    }
    a.carti {
        background: transparent;
        padding: 5px;
    }

    img.fullimage {
        height: 300px !important;
    }
    .testimonial_bg.p-5.bordercls {
        padding: 20px !important;
    }
    section.bg-dark.p-5 .container-fluid.p-5.text-start {
        padding: 0px !important;
    }
    p.w-50.fs-20.mt-3.text-gray {
        width: 100% !important;
    }
}

/*tariff page*/
ul.nav.nav-tabs a.active {
    background: #0246ff;
    border-radius: 0px;
    border: 2px solid #0246ff;
    color: white;
}
ul.nav.nav-tabs a {
    background: white;
    border-radius: 0;
    border: 2px solid #0246ff;
    color: #0246ff;
    transition: all 1s;
}
ul.nav.nav-tabs a:hover{
    background: #0246ff;
    color: white;
    transition: all 1s;
}
.tab-content {
    border: 2px solid #0246ff;
    padding: 20px 20px;
    background: white;
}
/*Accordian Start*/
#accordion .card {
    border-radius: 0px;
}
#accordion .card-header .btn {
    background: #0246ff;
    width: 100%;
    text-align: left;
    border-radius: 0;
    color: white;
    font-weight: bold;
    padding: 15px;
    font-size: 20px;
}
#accordion .card-header .btn.collapsed {
    background: #f8f8f8;
    width: 100%;
    text-align: left;
    border-radius: 0;
    color: black;
}
#accordion .card-header{
    padding: 0px;
}
/**/
.bordercls{
    border: 1px solid #dee2e6;
}


/*Contact page*/
.contactdetails i {
    background: #0246ff;
    color: white;
    width: 40px;
    height: 40px;
    padding-top: 12px;
}
.form-control.border-radius0 {
    border-radius: 0;
}
textarea.form-control.border-radius0 {
    height: 100px;
}
button.btn.contactbutt.fs-18 {
    background: #0246ff;
    border-radius: 0px;
    width: 100%;
    color: white;
    border: 2px solid #0246ff;
    transition: all 1s;
}

/*Register page*/
img.fullimage {
    width: 100%;
    height: 747px;
    object-fit: fill;
}
section.pb-5.register
{
    width: 80%;
    margin: 5rem auto;
}
.imagerel {
    position: relative;
}
.poab {
    position: absolute;
    bottom: 0;
}
.imagerel::after {
    position: absolute;
    width: 100%;
    background: red;
    height: 100%;
}
.poab {
    position: absolute;
    bottom: 0;
    background: #100f0f8c;
    width: 100%;
    height: 100%;
}
.poab1 {
    position: absolute;
    bottom: 0;
    color: white;
    padding: 20px;
}
.regse i {
    background: green;
    width: 25px;
    height: 25px;
    padding-top: 6px;
    font-size: 10px;
    margin-right: 10px;
}

@media(min-width:768px) and (max-width:991px){
    a.logostyle{
        font-size: 13px;
    }
    nav.navbar.navbar-expand-sm.top-menu li a {
        font-size: 13px;
        padding-left: 5px;
        padding-right: 5px;
        line-height: 38px;
    }
    .col-md-3.col-1.order-2.order-md-3 p.text-end.pt-3.mb-0 {
        padding-top: 5px !important;
    }
    ul.contact li {
        padding: 0px 4px;
        font-size: 14px;
    }
    .top-headerbutt1 {
        padding: 8px 12px;
    }
    .banner h1 {
        font-size: 50px;
    }
    .border.p-4.text-center.advantage h4 {
        font-size: 18px;
    }
    .fs-18 {
        font-size: 14px !important;
    }
    .border.Accompagnementicon {
        padding-top: 5px;
        width: 30px;
        height: 36px;
    }
}
/*====================================================================*/
section.testimonial_bg.p-5 .container-fluid.p-5.text-center , 
section.bg-dark.p-5 .container-fluid.p-5.text-start {
	padding: 0px !important;
}
p.w-50.fs-20.mt-3.text-gray {
	width: 100% !important;
}


/*product section start*/
.pro_image img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}
ul.slick-dots{
    display: none;
}
/*product section end*/


@media(max-width: 767px){
    .pro_image img{
        object-fit: contain;
    }
}
/*====================================================================*/


.dropend {
  position: relative;
}

.dropend .dropdown-menu {
	top: 0;
	left: calc(100% + 102px) !important;
	margin-top: 0;
	display: none;
	margin-left: 100px; /* décale vers la droite */
}

.dropend .dropdown-menu.show {
  display: block;
}

#telecomSubmenu {
  top: 0 !important;
  left: 100% !important;
  margin-left: 0px !important;
  display: none;
  position: absolute !important;
}

#telecomSubmenu.show {
  display: block;
}

/* Product carousel images */
.product_carousel .pro_image {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product_carousel .pro_image img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    display: block;
}

/* Correction menu principal */
.top-menu1 {
    position: relative;
    z-index: 1000;
}

.top-menu .navbar-collapse {
    justify-content: flex-end;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .top-menu1 {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: white;
        padding: 0 !important;
        z-index: 9999;
    }

    #collapsibleNavbar {
        position: absolute;
        top: 54px;
        right: 0;
        left: auto !important;
        width: 300px;
        background: white;
        z-index: 10000;
    }

    #collapsibleNavbar:not(.show) {
        display: none !important;
    }

    #collapsibleNavbar.show {
        display: block !important;
    }

    #collapsibleNavbar .navbar-nav {
        display: block;
        width: 100%;
    }

    #collapsibleNavbar .nav-link {
        color: black;
        text-align: left !important;
        padding-left: 12px;
        border-bottom: 2px solid #0246ff;
    }
}


html,
body {
    min-height: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body > main,
body > .page-content {
    flex: 1 0 auto;
}

body > footer,
body > footer.counetr_bg {
    margin-top: auto;
    flex-shrink: 0;
}
