@media (max-width: 767px) {
  .wizard .nav-tabs > li a i {
    display: none;
  }
  .show4Mobile {
    display: none !important;
  }
}
/* large desktop :1200px. */
@media (min-width: 1201px) {
  .navbar-brand img {
    height: 75px;
  }
  .notif-selectionbtn {
    width: 49% !important;
  }
}
/* Normal desktop :1200px. */
@media (min-width: 1200px) {
  .navbar-brand img {
    height: 68px;
  }
  .navbar-dark .navbar-nav .nav-link {
    font-size: 0.8rem;
    margin-top: 5px;
  }
  .show4Mobile {
    display: none !important;
  }

  .bgright:after {
    margin-left: -285px;
    opacity: 1;
    left: 50%;
  }

  .full-height {
    height: 100vh;
  }
  .es-content {
    width: 96%;
    /* left: 99px; */
  }
  .navmenu {
    /*padding-left: 80px;*/
  }

  .captionContent {
    width: 90%;
    opacity: 0.8;
  }

  #sideEservice {
    top: -614px;
    margin-bottom: -614px;
  }

  .info-flash {
    width: 22%;
  }
  .numeroVert,
  .visitCount,
  .numvert {
    font-size: 17px;
  }
  .notif-selectionbtn {
    width: 40%;
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-brand img {
    height: 55px;
  }
  .navbar-dark .navbar-nav .nav-link {
    font-size: 0.6rem;
    margin-top: 5px;
  }
  .search input[type="text"]:focus {
    width: 100px !important;
  }
  .search {
    margin-top: 0 !important;
  }
  .plainPart {
    width: 76%;
  }

  .doubleView {
    top: -115px;
  }
  .show4Mobile {
    display: none !important;
  }
  .colorPart {
    width: 24%;
  }

  .navbar-nav li.nav-item {
    margin: 0px;
  }

  .navmenu {
    padding: 0px;
  }

  .navbar-dark .navbar-nav .nav-link {
    padding: 5px 8px;
  }

  .page-header {
    position: relative;
    margin: 0;
    padding: 0;
    border-bottom: 0;
    background-color: var(--primbgClr);
  }

  .full-height {
    height: 100vh;
  }

  .captionContent {
    width: 40%;
  }

  #sideEservice {
    top: -630px;
  }

  .es-content {
    width: 91.45%;
    /* left: 99px; */
  }
  .notif-selectionbtn {
    width: 35%;
  }
  .numeroVert,
  .visitCount,
  .numvert {
    font-size: 16px;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* .container {
    width: 350px;
    left: 25%;
  } */
  .es-content {
    width: 100%;
    left: 0;
    margin-left: unset;
  }
  .notif-selectionbtn {
    width: 50%;
  }
  .fact-item {
    font-size: 0.7rem;
  }
  .facts-counter ul li .fact-item {
    left: 10px;
    right: 10px;
    width: 155px;
  }
  .sign-in-container {
    width: 100%;
  }

  .navbar-brand img {
    height: 70px;
  }

  .plainPart {
    width: 100%;
  }

  .colorPart {
    display: none;
  }

  .slideBtn {
    margin-top: 15px;
  }

  .dgi-slide-caption .bg {
    display: none;
  }

  .dgi-slide-caption p {
    display: none;
  }

  .dgi-slide-caption .titleText {
    background: rgba(240, 169, 69, 0.77);
    width: 100%;
    position: absolute;
    left: 0;
    top: unset;
    bottom: 0;
    padding-top: 20px;
  }

  .dgi-slide-caption h2 {
    font-size: 20px;
  }

  .page-header {
    position: unset;
    background-color: transparent;
  }

  .navmenu {
    padding-left: 0px;
    background-color: var(--primbgClr);
  }

  .hide4mobile {
    display: none !important;
  }

  .info-flash {
    margin-left: 5px !important;
  }

  #sideEservice {
    top: -500px;
    margin-bottom: 0px;
  }

  .overlay-container {
    display: none;
  }

  .contact-bg-info {
    position: relative;
    margin-bottom: 20px;
    top: 0;
  }
  .contact-bg-info-content {
    position: unset;
    margin-bottom: 20px;
  }
  .contact-bg-image {
    display: none;
  }
  .show4Mobile {
    display: unset;
  }
}

/* small mobile :320px. */
@media only screen and (max-width: 320px) {
  .navbar-brand img {
    height: 30px;
  }

  .site-logo {
    height: 80px;
  }

  .eservice-sidenav {
    top: 0;
    height: 100%;
    padding-top: 60px;
  }

  .dropdown-content {
    width: 310px;
  }

  .hide4mobile {
    display: none !important;
  }

  .show4Mobile {
    display: inline-flex;
  }

  nav a:hover {
    color: var(--textwhite);
  }

  .dropdown-menu {
    overflow-y: auto;
    overflow-x: hidden;
    height: 150px;
  }

  .dgi-slide-caption {
    margin-left: unset;
  }

  .page-header {
    position: unset;
    background-color: transparent;
  }

  .navmenu {
    padding-left: 0px;
    background-color: var(--primbgClr);
  }
}

/* Large Mobile :480px. */
@media only screen and (max-width: 575.98px) {
  .portalButtonsWrapper {
    display: block !important;
    margin-left: 0px;
  }
  .portalButtonsWrapper .portalButtonWrapper {
    width: 100%;
    height: 320px;
    margin-left: 0px;
    -webkit-clip-path: unset !important;
    clip-path: unset !important;
  }
  .portalButtonsWrapper .portalButtonWrapper:first-child {
    padding-right: 0;
  }
  .navbar-brand img {
    height: 50px;
  }

  .aucunPage {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  .page-info > h2 {
    font-size: 20px !important;
  }

  .slideBtn {
    margin-top: 15px;
  }

  .dgi-slide-caption .bg {
    display: none;
  }

  .dgi-slide-caption p {
    display: none;
  }

  .dgi-slide-caption .titleText {
    background: rgba(240, 169, 69, 0.77);
    width: 100%;
    position: absolute;
    left: 0;
    top: unset;
    bottom: 0;
    padding-top: 20px;
  }

  .dgi-slide-caption h2 {
    font-size: 20px;
  }

  .site-logo {
    height: 80px;
  }

  .eservice-sidenav {
    top: 0;
    height: 100%;
    padding-top: 60px;
  }

  .dropdown-content {
    width: 310px;
  }

  .hide4mobile {
    display: none !important;
  }

  .show4Mobile {
    display: inline-flex !important;
  }

  nav a:hover {
    color: var(--textwhite);
  }

  .dropdown-menu {
    overflow-y: auto;
    overflow-x: hidden;
    height: 150px;
  }

  .dgi-slide-caption {
    margin-left: unset;
  }

  .info-flash {
    width: auto;
    height: 33px;
    margin-left: 5px !important;
  }

  .page-header {
    position: unset;
    background-color: transparent;
  }

  .navmenu {
    padding-left: 0px;
    background-color: var(--primbgClr);
  }

  .captionContent {
    width: 100%;
  }

  .plainPart {
    width: 100%;
  }

  .colorPart {
    display: none;
  }

  #sideEservice {
    top: -500px;
    margin-bottom: 0px;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #fff;
  }

  .dropdown-menu:after,
  .dropdown-menu:before {
    content: unset;
  }

  .mainSection .w-70 {
    width: 100%;
  }

  .eservice-sidenav .closebtn {
    top: 49px;
  }

  .es-content {
    width: 100%;
    left: 0;
    margin-left: unset;
  }

  .overlay-container {
    display: none;
  }

  #login .container {
    width: 350px!important;
  }

  .sign-in-container {
    width: 100%!important;
  }

  .page-title {
    margin: 2px;
    display: block;
  }

  .file-drop-area {
    width: 87% !important;
    margin: 0 !important;
  }

  .card-head {
    display: block !important;
  }

  .profilePic img {
    left: 0;
  }

  .profilePic {
    margin: 0 auto;
  }
  .numeroVert,
  .visitCount,
  .numvert {
    font-size: 15px;
  }
  .contact-bg-info {
    position: relative;
    margin-bottom: 20px;
    top: 0;
  }
  .contact-bg-info-content {
    position: unset;
    margin-bottom: 20px;
  }
  .contact-bg-image {
    display: none;
  }
  #navbar_top > .container-fluid {
    padding: 10px 0;
  }
  .notif-selectionbtn {
    width: 100%;
  }
  .notif-selectionbtn button {
    font-size: 0.8rem;
  }
  .actionbtns {
    display: unset;
    bottom: 0;
    padding-bottom: 5px;
  }
}
