html{
    position: relative;
    margin: 0px !important;
    padding: 0px !important;
}
body{
    color: #787878;
}
h2{
    font-size: 1.6rem;
    color: #ff6600;
    font-weight: 400;
}
h3{
    font-size: 1.2rem;
}
h4{
    font-size: 1rem;
}
/*HEADER*/
.main-top{
    position: relative;
    top: 0px;
}
.custom-logo {
    height : 140px;
    width : auto;
}
.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(../assets/img/flags.webp);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0;
}

/*FOOTER*/
.logo-footer .custom-logo {
    width: 125px;
    height: auto;
    position: relative !important;
    margin-top: 0px !important;
    border-bottom: none !important;
}
/*Menu*/
.topmenuone{
    position :relative;
    z-index: 350;
}
.topnav{
    position :absolute;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.topnav ul{
    text-align: end !important;
    margin-right: 30px;
}
.topnav .btn {
  background-color: rgba(255,255,255,.1);
  color: #fff;
  font-size: 14px;
  line-height: 1.75rem;
  padding: 0 10px;
  position :relative;
  top : 5px;
  border-radius: 4px;
}
.list-inline-item:not(:last-child) {
  margin-right: .1rem !important;
}
.list-inline-item {
  display: inline-block;
}

.navbar-nav > li > a {
    color: #fff !important;
}
.navbar-nav .dropdown-menu a:hover {
    color: #fff !important; 
    background-color: #f60 !important; 
}

.navbar-nav > li > a:hover{
  background: #444;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}
.navbar .dropdown-menu {
  left: auto !important;
  right: auto;
  margin-top: 0.5rem;
  top: auto;
}

.categorie-heber-hd{
    text-transform: uppercase;
    background-color: #e3e3e3 !important;
    border-left: 2px solid #454545;
}
.categorie-menu-autre{
    background-color: #f4faeb !important;
    border-left: 2px solid #8CC938;
}
.categorie-heber-mut{
    text-transform: uppercase;
    background-color: #fef0e8 !important;
    border-left: 2px solid #FF6000;
}
.categorie-heber-server{
    text-transform: uppercase;
    background-color: #dcecf8 !important;
    border-left: 2px solid #348EC0;
}

/*COMPOSANT*/
.text-primary {
    color: #f60 !important;
}
.text-secondary{
    color: #333333 !important;
}
.text-third{
    color: #666666 !important;
}
.text-fourth{
    color: #454545 !important;
}
.text-bg-primary {
    color: #fff !important;
    background-color: #f60 !important;
}
.text-body{
    color: #444 !important;
}
.border-primary {
    border-color: #f60 !important;
}
.btn-primary {
    color: #fff;
    background-color: #f60 !important;
    border-color: #f60 !important;
}
.bg-dark-subtle{
    color: #fff !important;
    background-color: #454545 !important;
}
.border-dark-subtle{
     border-color: #454545 !important;
}
.container-fluid{
    padding: 0px;
}
.message-intro {
    display: table-row;
    line-height: 1.5em;
    font-size: 2em;
    white-space: nowrap;
    margin-bottom: 2em;
    margin-right: auto;
    margin-left: auto;
}

.message-intro span.message-line {
    display: table-cell;
    width: 35%;
}
.message-intro span.message-line:after {
    display: inline-block;
    width: 94%;
    content: ".";
    font-size: 0;
    color: transparent;
    height: 1px;
    background: #f7ebdf;
    vertical-align: middle;
    position: relative;
    top: 0;
}
p{
    text-align: justify;
}
.bg-fond-color{
    background-color: #fff7f0;
}
a {
    color: #ff6600;
    text-decoration: none;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    background-color: #ff6600 !important;
}
.bg-fond-color-secondar{
    color: #fff !important;
    background-color: #454545 !important;
}
.bg-dark-subtle-two {
    color: #fff !important;
    background-color: #2a2d2f !important;
}
.bg-fond-three{
    background-color: #f9e9df !important; 
}
.bg-one-color-white{
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 4%, rgba(255, 255, 255, 0.73) 25%, rgba(255, 255, 255, 1) 100%);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.bg-two-color-white{
    background-color:#ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.table>:not(caption)>*>* {
    color: #444 !important;
}

/*HERO*/
.bg-hero-page {
    background: url(../img/bg-hero-page.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    max-height: 600px;
    min-height: 400px;
}
.content-page{
    position: relative;
    top: -60px;
}
.bg-infos-check-domaine{
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 14%, rgba(255, 255, 255, 0.7) 26%, rgba(255, 255, 255, 1) 100%);
    color: #666;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border-radius: 5px;
    border-bottom: 4px solid #ff66009e;
}
.bg-infos-page{
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 7%, rgba(255, 255, 255, 0.7) 16%, rgba(255, 255, 255, 1) 100%);
    color: #666;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.bg-infos-page-tarifs{
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 7%, rgba(255, 255, 255, 0.7) 16%, rgba(255, 255, 255, 1) 100%);
    color: #666;
    border: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.domain-form {
    display: flex;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    max-width: 800px;
    width: 100%;
    margin: 10px 20px;
}

.domain-form input[type="text"],
.domain-form select,
.domain-form button {
    border: none;
    outline: none;
    font-size: 16px;
    padding: 16px;
}

.domain-form input[type="text"] {
    flex: 2;
    min-width: 180px;
    border-right: 1px solid #ccc;
}

.domain-form select {
    border-right: 1px solid #ccc;
    background-color: #fff;
}

.domain-form .search-btn {
    background-color: #f60;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

.domain-form .search-btn:hover {
    background-color: #e15a00;
}

.domain-form .transfer-btn {
    background-color: #454545;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

.domain-form .transfer-btn:hover {
    background-color: #1f1f1f;
}

.form-select-sm {
    font-size: .875rem !important;
}

#result {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    color: #fff;
}

/*PRICING*/
.contentpricing{
    background: #ffffff;
    border-radius: 8px;
}

.pricing-second-word{
    font-size: 38px;
    color: #ffffff;
}
.princing-forfait img{
    width: 40%;
    height: auto;
}
.shadow-sm{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px !important;
}

h1:has(> .price-float) {
    position: relative;
}
p:has(> .price-float) {
    position: relative;
}
small:has(> .price-float) {
    position: relative;
}
/*Domaine .mg*/
.wp-image-extension-domaine {
    position: absolute;
    top: 110px;
    left: 60px;
}

.wp-image-extension-domaine img {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 125px !important;
    width: 124px !important;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    padding: 12px;
}

.box-shadow-0{
   box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; 
}

.sponsors-items {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    text-align: center;
    background-color: #fff;
    width: 259px;
    height: 259px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.sponsors-img {
    padding: 25px 40px;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
}

.sponsors-items img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    text-align: center;
}
.sponsors-items:hover, .sponsors-items:focus-within {
    border-radius: 50%;
}
.sponsor-content .col{
    display: flex;
    justify-content: center;
    justify-items: center;
}
.domain-search-card {
    max-width: 600px;
    margin: auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border-radius: 12px;
    padding: 30px;
    background: white;
}
p a{
    text-decoration: none;
    color: #f60;
}

/* FORFAIT */
.section-forfait-pricing {
   background: linear-gradient(#4545456e, #454545), url(../img/fonds-princing.jpg) center / cover no-repeat !important;
   box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px !important;
}
.section-forfait-pricing li{
   margin-top: 10px;
   margin-bottom: 10px;
}
.section-forfait{
    background: linear-gradient(rgba(246, 96, 0, 0.1), rgba(246, 96, 0, 0.1)),
                url(../img/fond-forfait-web.jpg) center/cover no-repeat !important;
                border-top: 4px solid #ff66009e;
}

.section-domaine-box{
    background: linear-gradient(rgba(246, 96, 0, 0.1), rgba(246, 96, 0, 0.1)),
                url(../img/fond-forfait-web.jpg) center/cover no-repeat !important;
}

.accordion-button {
    color: #ff6600 !important;
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color) !important;
}
.border-none{
    border:none !important;
}

/* search doemaine mg */
.search-container-domaine {
    background-color: white;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 10px;
    max-width: 500px;
    width: 100%;
    transition: all 0.3s ease;
}

.search-container-domaine:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.form-control.search-input {
    border: none;
    background: transparent;
    padding-left: 20px;
    font-size: 1rem;
    height: 50px;
}

.form-control.search-input:focus {
    box-shadow: none;
    outline: none;
}

.btn-search {
    background-color: #ff6600;
    color: white;
    border-radius: 50px;
    padding: 10px 20px;
    border: none;
    transition: all 0.3s ease;
}

.btn-search:hover {
    background-color: #ff6600;
    transform: scale(1.05);
}

.search-icon {
    color: #6c757d;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.services-domaine ul{
    text-align: left;
}
/* tarifs */
.section-tarifs {
   background: linear-gradient(#ff66001a, #ff66001a), url(../img/fond-forfait-web.jpg) center / cover no-repeat !important;
   padding: 20px;
   border-top: 4px solid #f60;
}

.section-tarifs .table{
    background-color: transparent !important;
}

.list-group-item.active {
    color: #fff !important;
    background-color: #ff6600 !important;
    border-color: #ff6600 !important;
}
.custom-hr {
    border: none;           
    height: 1px;            
    background-color: #454564; 
    width: 100%;             
    margin: 10px auto;      
}
#nav-tabContent{
    font-size: 14px;
    background-color: #ffffff;
    color: #454545;
    top: -50px;
    position: relative;
}

.event-icon {
    position: absolute;
    width: 50px;
    height: auto;
    top: 40px;
    left: 65px;
}

.event-icon img {
  width: 55px;
  height: auto;
}

/* bouton bas vers haut */
#back-to-top{
    width:50px; 
    height:50px; 
    font-size:24px; 
    background-color:#FF6600; 
    border:none; color:#fff;
    bottom: 50px;
    right: 20px;
}
#back-to-top:hover {
    background-color: #454545 !important;
    color: #fff !important;
}
/* Menu footer */
.menufooterurl li{
    padding: 4px 2px;
}

.menufooterurl li a{
    color: #fff;
}

/* domaine */
#domaine-link .nav-link {    
    color: #ff6600 !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #ffffff !important;
}
#nav-tabContent tbody, td, tfoot, th, thead, tr {
    border-color: #ddd !important;
}

.bg-fond-color-service-domaine {
    background-color: #ffffff9e !important;
}
iframe {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
}

.carateristique-cle-categorie .none-li{
    display: none !important;
}
/* Responsive mobile */
@media (max-width: 700px) {
      .domain-form {
        flex-direction: column;
        border-radius: 12px;
      }
      .domain-form input[type="text"],
      .domain-form select,
      .domain-form button {
        border-right: none !important;
        border-bottom: 1px solid #ccc;
        width: 100%;
      }

      .domain-form button:last-child {
        border-bottom: none;
      }
      .wp-image-extension-domaine {
        position: relative !important;
     }
     .message-line{
        display: none !important;
     }
     .message-intro {
        white-space: normal !important;
     }
     .event-icon {
        position: absolute;
        width: 50px;
        height: auto;
        top: 85px !important;
        left: 60px !important;
    }
    .td-cahe{
        display: none;
    }
}

@media (max-width: 999px) {
    #navbarsmobile{
        padding-top: 10px;
        padding-bottom: 20px;
        position: absolute;
        width: 100%;
        top: 15%;
        z-index: 9999;
    }
     #navbarsmobile ul{
        padding: 10px;
    }
    .navbar-nav .dropdown-menu {
        background-color: #fff !important; 
    }
    .navbar .collapse.show {        
      width: 100%;
      height: 100vh;             
      z-index: 9999;
       
    }
    .content-page h2{
        text-align: center;
    }
}

body.menu-overlay::before {
    position: fixed;
    content: "";
    position: absolute;
    inset: 0;
    background: #e46926de;
    z-index: 998; 
    backdrop-filter: blur(3px); 
    transition: opacity 0.3s ease;
    opacity: 1;
    height: 200vh;
}

body::before {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

@media (max-width: 1010px) {
    header{
        position: relative;
        z-index: 9999;
    }
    .navbar-toggler {
        border: 1px solid #fff;
    }
    #divnav{
        position: relative;
        top: 35px;
    }
    .classtitle{
        position: relative;
        top: 35px;
    }
    .content-page {
        position: relative;
        top: -10px !important;
    }
    .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
        padding-left: 10px;
    }
    .txt-ch-device{
        display: none !important;
    }
    .wp-image-extension-domaine {
        position: relative !important;
        top: 10px !important;
        left: auto !important;
    }
    h2 {
        font-size: 1.2rem;
    }
    .p-5 {
        padding: 1rem !important;
    }
}
/*ancien css*/
.bginfosweb {
    background-image: url(https://www.madagascar-internet.mg/wp-content/uploads/2022/03/web-infos-madagascar-internet.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.bginfosweb .wp-block-columns{
    margin: 5px 10px 5px 10px !important;
}
.imagestylepopup {
    background-image: url(https://www.madagascar-internet.mg/wp-content/uploads/2022/04/transfert-nom-de-domaine-popup.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.bgtransfert {
    background-image: url(https://www.madagascar-internet.mg/wp-content/uploads/2022/04/transfert-nom-de-domaine.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}
.classtransfert {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
    border-radius: 3px;
    border-left: 3px solid #f60;
    padding: 10px;
    background-color: #ffffffb3;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.navbar .dropdown-menu .dropdown-menu {
    display: block;
    position: relative;
    left: 50px !important;
    top: 0;
    margin-left: 0;
    border: none;
    border-radius: 0px;
    padding: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.navbar .dropdown-menu .dropdown-menu a{
    padding-left: 30px;
}
.dropdown-menu .dropdown-toggle:after {
    content: ""; 
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #ff6600 !important;
}
.class-gap{
	gap: 1rem !important;
}
.class-img-radus img{
	border-radius: 10px;
}
.text-justify {
  text-align: justify !important;
}

/*css domaine TABS*/
.gradient-tabs {
    background-color: #f5f5f5;
    padding: 2rem;
    border-radius: 1rem;
}

.gradient-tabs .nav-tabs {
    border: none;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.gradient-tabs .nav-link {
    border: none;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 500;
    color: #454545;
    transition: all 0.3s ease;
    background-color: #fff;
    border: 1px solid #ddd;
}

.gradient-tabs .nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.gradient-tabs .nav-link.active {
    background: #ff6600 !important;
    color: #ffffff;
    border: 1px solid #ff6600;
}

.gradient-tabs .tab-content {
    background: white;
    padding: 1.5rem;
    border-radius: 0.5rem;
    font-size: 14px;
}

/* Content Animation */
.tab-pane.fade {
    transition: all 0.2s ease-out;
}

.tab-pane.fade.show {
    animation: fadeIn 0.5s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.uagb-ifb-desc{
    text-align: center !important;
}
.popup-modern {
  background: url('../img/fonds-popup-modal.png') center/cover no-repeat;
  border: none;
  border-radius: 0px !important;
  overflow: hidden;
  position: relative;
  color: #fff;
  backdrop-filter: blur(20px);
}
.popup-modern::before {
  content: "";
  position: absolute;
  inset: 0;
  /*background: linear-gradient(135deg, rgba(255,102,0,0.45), rgba(69,69,69,0.5));*/
  z-index: 0; /* voile entre image et contenu */
}
#popupTransfertMG{
    z-index: 99999;
}
#langue-menu li {
    padding: 4px 10px;
    text-align: left;
}

#langue-menu li a{
    color:#454545;
}

#langue-menu .current-lang{
    background-color:#ff6000;
}
#langue-menu .current-lang a{
    color:#fff;
}