@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600&display=swap');
html {height: 100%;}
body {
  overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
  font-size:13px;
}

/**** GENERAL ****/
.bg-dark {background-color: #1e2761 !important;}
.bg-medium {background-color: #ccd7e0 !important;}
.bg-light {background-color: #f0f5f9 !important;}
.bg-orange {background-color: #ff6a18 !important;}
.bg-white {background-color: #ffffff !important;}

.color0 {color: #ffffff !important;}
.color00 {color: #000000 !important;}
.color1 {color: #1f2166 !important;}
.color2 {color: #587fbd !important;}
.color3 {color: #333333 !important;}
.color4 {color: #8f8f8f !important;}
.color5 {color: #ff6a18 !important;}

.btn-orange {
    color: #fff;
    background-color: #ff6a18;
    border-color: #ff6a18;
}
.btn-orange:hover {
    color: #fff;
    background-color: #f15e0d;
    border-color: #f15e0d;
}

hr{
	margin: 7px 0;
}
/**** LOGIN ****/
body#login {
  /* background: url('../img/2600x2200.jpg');
  background-repeat: no-repeat;
  background-size: cover; */
  background: #202f4f;
  height: 100%;
}
.grayscale {
         -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
         -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
         -webkit-filter: grayscale(100%);
         filter: gray;
         filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
#wrap-login .card-body {
    border-top: solid 1px #12151c;
}
#wrap-login {
  height: 100%;
}

#wrap-login .brandLogo img {
    display: block;
    width: 125px;
    height: auto;
    margin: 30px auto 25px;
}
#wrap-login .footer {
  width: 100%;
  /* background: rgba(0,0,0,0.7) !important; */
  display: flex;
  align-items: center;
  color: #f5489e;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  align-content: center;
  justify-content: center;
}
#wrap-login .footer p {
  margin: 0;
}
#wrap-login .footer img {
  width: 135px;
}
 .card {
   margin-bottom: auto;
     width: 100%;
   max-width: 360px;
   background-color: rgb(0 0 0 / 32%) !important;
   box-shadow: 1px 1px 1px #red;
   box-shadow:  #202f4f 0px 0px 0px, #202f4f 0px 0px 5px, #121f39 0px 9px 32px -12px;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -55%);
   border-radius: 20px;
}
.card.withmsg {
	/* height: 300px; */
}


.card-header h3{
 color: white;
 }

 .card-body {
   flex: 0 0 auto;
 }

 .input-group-prepend span{
 width: 50px;
 background-color: #17a2b8;
 color: #FFFFFF;
 border:0 !important;
 }

 input:focus{
 outline: 0 0 0 0  !important;
 box-shadow: 0 0 0 0 !important;

 }
#login input {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}
#login a {color: #17a2b8;}
 #login .login_btn{
 color: #FFFFFF;
 background-color: #17a2b8;
 width: 100px;
 }

 .login_btn:hover{
 color: black;
 background-color: white;
 }

 .links{
 color: white;
 }

 .links a{
 margin-left: 4px;
 }

/**** FACTURATION ****/
.bgc-default-tp1 {
    background-color: #e3f5ffeb !important;
    color: #4e8caf!important;
}
#invoice .input-group-text {
  min-width: 135px;
  background-color: #98c9e5;
  border: 1px solid #98c9e5;
  font-size: 14px;
  line-height: 24px;
  color: #011e2e;
}

/**** PORTAIL ****/
body.gradientbkg {
  background: rgb(2,0,36);
  background: -moz-linear-gradient(175deg, rgba(2,0,36,1) 0%, rgba(30,39,97,1) 58%, rgba(248,11,132,1) 100%);
  background: -webkit-linear-gradient(175deg, rgba(2,0,36,1) 0%, rgba(30,39,97,1) 58%, rgba(248,11,132,1) 100%);
  background: linear-gradient(175deg, rgba(2,0,36,1) 0%, rgba(30,39,97,1) 58%, rgba(248,11,132,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#f80b84",GradientType=1);
}
body#portail.space {
  background: #ffffff;
}
body#portail a {
  color: #333333;
}
/*portail left menu - sidebar*/
#sidebarmenu {
    position: absolute;
    width: 250px;
    height: max-content;
    margin-left: -300px;
    transition: 0.5s;
    background-color: #100901;
    top: 0;
    left: 0;
    bottom: 0;
}
#sidebarmenu .nav-link {
  color: #40c8d2;
}
#sidebarmenu .nav li {
    margin-bottom: 10px;
    width: 100%;
}
#sidebarmenu .nav-link i {
  font-size: 18px;
  transition: all 1s
}
#sidebarmenu .nav-link:hover i {
    /*transform: rotate(360deg)*/
    transform: translateY(-3px);
}
.active-nav {
    margin-left: 0 !important;
}
/*portail contents block*/
#homepage {
    min-height: 700px;
    background: url(../img/homebkg.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
}
#homepage #info_home {
    position: absolute;
    top: 50%;
    right: 51px;
    transform: translate(0px,-50%);
    background: #ffffffd1;
    padding: 30px 40px;
    width: 274px;
    border-radius: 10px;
}
#page_container {
    transition: 0.4s;
}
.active-cont {
    margin-left: 250px;
}
/*portail top navbar*/
#top_navbar {
  	height: 40px;
  	align-items: center;
	background: #ffffff;
	/*border-radius: 0 0 15px 15px;*/
	margin-bottom: 15px !important;
	padding: 0 20px;
}
#search {}
.search {position: relative; width: 250px;}
.search input {
    line-height: 20px;
    text-indent: 25px;
    border: none;
    border-radius: 25px;
    font-size: 14px;
}
.search .fa-search {
    position: absolute;
    top: 10px;
    left: 12px
}

/*tool bar*/
#toolbar {
	border-radius: 15px 15px 0 0;
	background: #ffffff;
	padding: 10px 15px 0 15px;
}

#menu-btn {
    padding: 0 10px !important;
    line-height: 30px;
}
#menu-btn:hover {background-color: #1e2661 !important; color: #ffffff !important;}

/*reports_section*/
#reports_section {
  min-height: 250px;
  padding: 10px 20px 40px 20px;
	border-radius: 0 0 15px 15px;
}
.gap-10p {
	gap:10px !important;
}
#reports_section .main_domain {
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding: 15px;
	flex-grow: 1;
	background: #ccd7e0;
	color: #ffffff;
	border-radius: 5px;
}
#reports_section #reports_main_domains {
	/*border-bottom: solid 1px #ccd7e0;*/
	/*border-top: solid 1px #ccd7e0;*/
}
#reports_section .main_domain p {margin:0;}
#reports_section .main_domain:hover,
#reports_section .main_domain.active {
  color: #ffffff !important;
  background-color: #40c8d2;
}
#reports_section .main_domain i.fal {
  font-size: 35px;
  margin-bottom: 15px;
}
#reports_section #reports_tree {
    margin-top: 30px;
}
/*tree view*/
#nav-tree {position: relative;}
#nav-tree #nav-tree-search {
	position: absolute;
	right: 0;
	top: -37px;
	line-height: 20px;
	text-indent: 10px;
	/* border: none; */
	border-radius: 25px;
	font-size: 14px;
	max-width: 250px;
	margin-bottom: 10px !important;
}
#reports_tree {
  width: 100%;
}
#nav-tree i.fal {
    font-size: 20px;
}
.nt-li:focus,
.nt-li.active {
  background-color: #f9fafb;
}
.nt-li:focus *,
.nt-li.active * {
  color: black!important;
}
.nt-li {
    padding: 0 10px 0px 10px;
}
.nt-li>.d-flex:hover {
  background-color: #f8f9fa;
}
#reports_tree li.nt-li-g ul.nav {
  border-left: solid 1px #e0e8ee;
}
.nt-li a {
  color: #000;
  font-weight: normal;
}
.nt-li a[role=button],
.nt-li .fa-folder,
.nt-li .fa-folder-open {
    font-weight: bold;
    color: #000;
}
#reports_tree ul.nav {
  flex-wrap: nowrap !important;
}
.domain_block .reports_actions_abs {
    display: block;
}

#reports_tree ul.nav .link_block {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
}
#reports_tree ul.nav .link_block:hover {
  background-color:#f8f9fa;
}
#nav-tree li .reports_actions {display: none;}
#nav-tree li:hover > .reports_actions {
  display: block;
}

#nav-tree .fst-italic .nav-link span {
    color: #ff6a18 !important;
}

/*Edit reports*/
.iconpicker-dropdown ul {width: 100% !important; overflow-x: hidden !important; overflow-y: auto !important;}

/* TYPO */
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 15px;}
h4 {font-size: 14px;}
h5 {font-size: 13px;}
h6 {font-size: 12px;}

/* SIDEBAR NAV */
/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100%;
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 1000;
    /* left: 220px; */
    position: absolute;
    width: 0;
    height: 100%;
    margin-left: -220px;
    /* overflow-y: auto;
    overflow-x: hidden; */
    background: #0E1621;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 300px;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 50px;
    width: 100%;
    max-width: 380px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
/* .sidebar-nav li:first-child a {
    color: #fff;
    background-color: #1a1a1a;
} */
.sidebar-nav li:before {
  background-color:#0c3e64;
}
/*
.sidebar-nav li:nth-child(2):before {
    background-color: #ec1b5a;
}
.sidebar-nav li:nth-child(3):before {
    background-color: #79aefe;
}
.sidebar-nav li:nth-child(4):before {
    background-color: #314190;
}
.sidebar-nav li:nth-child(5):before {
    background-color: #279636;
}
.sidebar-nav li:nth-child(6):before {
    background-color: #7d5d81;
}
.sidebar-nav li:nth-child(7):before {
    background-color: #ead24c;
}
.sidebar-nav li:nth-child(8):before {
    background-color: #2d2366;
}
.sidebar-nav li:nth-child(9):before {
    background-color: #35acdf;
}
*/
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-align: left;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
}
.sidebar-nav li.dropdown-submenu a {
  padding-left: 40px;
  text-transform: uppercase;
  font-size: 13px;
  white-space: normal;
}
.sidebar-nav li.dropdown-submenu ul.dropdown-menu a {
  padding-left: 25px
}
ul.dropdown-menu.l3 {
    position: absolute;
    top: 0 !important;
    left: 100%;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
div.sidebar-brand {
  position: absolute;
  top: 0;
  height: 37px;
  background: #276899;
  line-height: 37px;
  font-size: 17px;
  width: 100%;
  color: #ddd;
  text-align: left;
  text-decoration: none;
  padding: 0 15px 0 30px;
}
.sidebar-nav > .sidebar-brand {
    font-size: 20px;
    line-height: 32px;
    background: #276899;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    top:0 !important;
    /* position: absolute;
    top:40px; */
    /* width: 100%; */
    width: auto;
    min-width: 300px;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #242F3D;
    box-shadow: none;
}
/*********************************/
/****** Sidebar PORTAIL 2 ********/
#sidebarmenu.sidebarmenu2 {

}
#sidebarmenu.sidebarmenu2 .nav-link {
    display: flex;
}
#sidebarmenu.sidebarmenu2 .nav-link i {
    display: block;
    font-size: 17px;
    color: #40c8d2 !important;
}
#sidebarmenu.sidebarmenu2 .nav-link i:before {
    display: block;
    width: 25px;
}
/*#sidebarmenu.sidebarmenu2 .nav-link {color: #ff6a18;}*/
/*#sidebarmenu.sidebarmenu2 .nav-link.collapsed {color: #ffffff !important;}*/
#sidebarmenu.sidebarmenu2 .nav-link:hover {color: #ff6a18;}
#sidebarmenu.sidebarmenu2 .nav-link:hover i {color: #ff6a18 !important;}
#sidebarmenu.sidebarmenu2 .nav-link span {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#sidebarmenu.sidebarmenu2 .nav-link.active,
#sidebarmenu.sidebarmenu2 .nav-link.active i {
    color: #ffffff !important;
    background: none !important;
	font-weight: 600;
}
#nav-tree.nav-tree2 li:last-child {border: none;}
#nav-tree.nav-tree2 li {
    border-bottom: solid 1px #deeefb;
    padding: 10px 15px;
}
#nav-tree.nav-tree2 #nav-tree-search {
    margin: 20px 0 40px !important;
}
/*-------------------------------*/
/*       Tooltips        */
/*-------------------------------*/
.tooltip-inner {
    background-color: #234f9b;
    box-shadow: 0px 0px 4px black;
    opacity: 1 !important;
    font-size: 12px;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #234f9b;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #234f9b;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #234f9b;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #234f9b;
}

.breadcrumb {}
.breadcrumb .active {color: #ff6a18 !important;}
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
  position: fixed;
  top: 7px;
  z-index: 9999;
  display: block;
  width: 25px;
  height: 25px;
  /* margin-left: 15px; */
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #ffffff;
}
.hamburger.is-closed .hamb-top {
  top: 5px;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: 0px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #ffffff;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 9px;
  margin-top: 1px;
}
.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.35);
    z-index: 1;
}

/*REGBAR*/
div#regbar {
    background: white;
    padding: 5px 25px;
}

div#regbar #adminMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
div#regbar .regbarBtns {
  display: block;
  background: #1E2761;
  margin-left: 5px;
  text-align: center;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
}
div#regbar .regbarBtns:hover {
  cursor: pointer;
}
div#regbar .regbarBtns .bi {
  font-size: 25px;
  background: -webkit-linear-gradient(#54B5C5, #F80B84);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
div#regbar .regbarBtnsTxt {
  width:auto;
  padding: 0 8px 0 5px;
  color: #54B5C5;
}
div#regbar #userSmallMenu {
  display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: flex-end;
   justify-content: flex-end;
}
div#regbar #userSmallMenu .bi.bi-toggle-on {
  background: -webkit-linear-gradient(#F80B84, #F80B84);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*PORTAIL TITLE*/
#portailTitle {
  font-size: 25px;
  color: #fff;
  background: #17212B;
  padding: 0 25px;
  text-align: left;
  margin-bottom: 30px;
  font-weight: 300;
}
.currentUser {
  margin-left: 40px;
  padding-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          justify-content: flex-end;
}
}
.currentUser .bi {
  font-size: 29px;
}
.currentUser .userName {
  color: #ffffff;
  font-size: 15px;
  margin-right: 6px;
}

/* MAIN NAV */
.navbar {padding: 7px 0;}
.navbar-nav .nav-item:first-child > a.nav-link {padding-left: 0;}
.navbar-nav .nav-item:last-child > a.nav-link {padding-right: 0;}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 25px;
      padding-left: 25px;
  }
}

/* PRTAILGROUPS */
div#portailGroups {
  padding: 0 25px;
}
div#portailGroups .regbarBtns {
  display: block;
  background: #1E2761;
  margin-right: 5px;
  text-align: center;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
}
div#portailGroups .regbarBtns:hover {
  cursor: pointer;
}
div#portailGroups .regbarBtns .bi {
  font-size: 25px;
  background: -webkit-linear-gradient(#54B5C5, #F80B84);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.portailGroup {
  margin: 0 0;
}
.portailGroupTitle {
  background: #0E1621;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.favouritesTitle {
  background: #54B5C5;
}
.historyTitle {
  background: #ea7812;
}
.portailGroupLinks {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #fff;
}
.portailGroupLinks ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 25px 0;
}
.portailGroupLinks li {
  padding: 10px 15px;
  border-bottom: solid 1px #242f3d21;
}
.portailGroupLinks li:hover {
    box-shadow: 0px 1px 8px -7px #000;
}
.portailGroupBtn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}
.portailGroupBtn:hover {
  text-decoration: none;
}
.portailGroupBtn .anchorBtn {
  color: #1E2761;
  font-weight: 600;
  margin-left: 10px;
}



/* DOMAINES */
#domains {
  display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: space-between;

  flex-flow: wrap;

  padding-left: 0;
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
  background: #f5f5f5;
  padding: 20px 20px 5px;
  border-radius: 5px;
}
#domains .btdomaine {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  color: #54B5C5;
  font-size: 12px;
     display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
  box-shadow: 0;
  transition: box-shadow 0.2s ease-in-out;
}
#domains .btdomaine:hover {
  cursor: pointer;
  box-shadow: 1px 2px 14px -6px #0006;
}
#domains .btdomaine .bi {
  font-size: 35px;
  background: -webkit-linear-gradient(#F80B84, #54B5C5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* FULLTABS */
.linetabs .fulltabs.tab-content,
.fulltabs.tab-content {background: #FFFFFF; padding: 15px;}
.linetabs .fulltabs .nav-tabs,
.fulltabs .nav-tabs {border-bottom: 1px solid #ffffff;}
.linetabs .fulltabs .nav-tabs .nav-link,
 .fulltabs .nav-tabs .nav-link {padding: 6px 50px;}
.linetabs .fulltabs .nav-tabs .nav-item.show .nav-link,
.fulltabs .nav-tabs .nav-item.show .nav-link,
.linetabs .fulltabs .nav-tabs .nav-link.active,
.fulltabs .nav-tabs .nav-link.active {
  border-radius: 0;
  border-color: transparent;
  background: #fff;
}
.linetabs .fulltabs .nav-tabs .nav-link:focus,
.fulltabs .nav-tabs .nav-link:focus,
.linetabs .fulltabs .nav-tabs .nav-link:hover,
.fulltabs .nav-tabs .nav-link:hover {
    border-color: transparent;
}

/* LINETABS */
.linetabs.tab-content {background: transparent; padding: 15px 0 0;}
.linetabs .nav-tabs {border-bottom: 1px solid #3E3E3E;}
.linetabs .nav-tabs .nav-link {padding: 10px 25px;}
.linetabs .nav-tabs .nav-item.show .nav-link,
.linetabs .nav-tabs .nav-link.active {
  border-radius: 0;
  border-color: transparent;
  background: transparent;
}
.linetabs .nav-tabs .nav-link:focus,
.linetabs .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.linetabs .nav-tabs .nav-link.active {
  font-weight: bold;
  border-bottom: solid 5px #000;
}

/* --- SECTIONS --- */
/* HEADER */
header {background: #ffffff; padding: 10px 0 0 0;}

/* #TABLES */
#tables {
  margin-top: 40px;
}
