/* General */
:root{
    --text-color-black: #232323;
}

body{
    font-family: 'Poppins', sans-serif;
    color: var(--text-color-black);
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Raleway', sans-serif;
}

.alert a{
    color: inherit;
    text-decoration: underline;
    font-weight: 500;
}

.alert a:hover{
    text-decoration: none;
}
/* END General */

/* Login */
.body-bg-login{
    background: rgb(245,249,254);
    background: linear-gradient(90deg, rgba(245,249,254,1) 0%, rgba(240,244,250,1) 15%, rgba(240,244,250,1) 85%, rgba(245,249,254,1) 100%);
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


#login-form{
    padding: 60px 90px;
}

#login-form .icon-form{
    width: 64px;
    height: 64px;
    border-radius: 500px;
    border: solid 5px #f2f2f2;
}

#login-form h1{
    font-size: 32px;
    font-weight: 700;
    margin: 15px 0 5px;
}

#login-form p.intro{
    color: #858796;
    font-size: 15px;
}

#login-form label{
    margin-bottom: 0.3rem;
    font-weight: 600;
}

#login-bg{
    border-radius: 0 5px 5px 0;
    position: relative;
    padding: 0;
    overflow: hidden;
}

#login-bg img{
    height: 100%;
}
/* END Login */

/* Header */
#accordionSidebar .img-ico{
    display: none;
}

#accordionSidebar.toggled .img-full{
    display: none;
}

#accordionSidebar.toggled .img-ico{
    display: inline;
}

.sidebar-logo{
    padding: 12px 20px;
    background: #fff;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15);
    border-right: solid 1px rgba(0,0,0,0.08);
    border-bottom: solid 1px rgba(0,0,0,0.08);
}

#accordionSidebar.toggled .sidebar-logo{
    padding: 4px 20px 2px;
}

.sidebar .nav-item.active .nav-link{
    font-weight: 600;
    background-color: rgba(0,0,0,0.2);
}

.sidebar-dark .nav-item .nav-link{
    transition: all ease 300ms;
}

.sidebar-dark .nav-item .nav-link:hover{
    background-color: rgba(0,0,0,0.2);
}

.sidebar-dark .nav-item.nav-improve-page{
    background-color: rgb(61, 172, 69);
}

.sidebar-dark .nav-item.nav-improve-page a.nav-link, .sidebar-dark .nav-item.nav-improve-page a.nav-link i{
    color: #fff; 
}

.sidebar-dark .sidebar-heading{
    color: rgba(255,255,255,0.9);
    font-weight: 700;
    font-size: 0.75rem;
    position: relative;
    padding-bottom: 20px;
}

.sidebar-dark .sidebar-heading::before {
    content: "";
    position: absolute;
    bottom: 12px;
    width: 50px;
    height: 1px;
    background: rgba(255,255,255,0.2);
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item, .sidebar .nav-item .collapsing .collapse-inner .collapse-item{
    white-space: normal;
}

.sidebar-dark hr.sidebar-divider.space-around{
    margin: 10px 1rem 30px;
}

.sidebar-dark hr.sidebar-divider.space-bottom{
    margin-bottom: 30px;
}
/* END Header */

/* Pages */
.title-page{
    font-weight: 500;
}

.table{
    color: #666666;
}

.table td, .table th{
    vertical-align: middle;
    color: #666666;
    font-size: 14px;
}

.table thead th, .table tfoot th{
    color: var(--text-color-black);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    vertical-align: middle;
    line-height: 16px;
}

.filters{
    font-size: 0.75rem;
}

.filters .card{
    padding-bottom: 1rem;
}

.filters .card-body{
    padding: 1rem;
    max-height: 185px;
    overflow: auto;
    padding: 1rem 1rem 0;
}

.filters input{
    font-size: 0.75rem;
    padding: 0.375rem 0.5rem;
    text-align: center;
}

.list-filter .form-check{
    font-size: 0.85rem;
    line-height: 1.5rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.list-filter .form-check label{
    cursor: pointer;
}

.list-filter .badge{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 2px;
}

.list-filter .badge i{
    font-size: 8px;
}

.card-body > *:last-child{
    margin-bottom: 0;
}

ol.steps-config{
    padding-left: 20px;
}

ol.steps-config li{
    margin: 10px 0;
    line-height: 26px;
}

.table thead th.two-lines{
    line-height: 0.85rem;
    vertical-align: middle;
}

.funnel-block{
    color: #fff;
    padding: 15px;
    border-radius: 5px;
}

.funnel-block p{
    margin: 0;
    text-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.funnel-block.block-0{
    background-color: rgba(230, 126, 34, 0.79);
}

.funnel-block.block-1{
    background-color: #e67e22;
}

.funnel-block.block-2{
    background-color: #d35400;
}

.funnel-block.block-3{
    background-color: #c0392b;
}

.funnel-block.block-4{
    background-color: #e74c3c;
}

.funnel-block-title{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.funnel-block-value{
    font-weight: bold;
    font-size: 24px;
}

.google-display{
    font-family: arial,sans-serif;
    margin: 0 !important;
}

.google-display p{
    margin: 0;
}

.google-display .name-site{
    color: #202124;
    font-size: 14px;
    display: block;
    line-height: 20px;
    white-space: nowrap;
}

.google-display .url-site{
    font-size: 12px;
    line-height: 18px;
    color: #4d5156;
}

.google-display .title-site{
    margin-top: 2px;
    line-height: 1.3;
    margin-bottom: 3px;
    font-size: 20px;
    font-weight: 400;
    color: #1a0dab;
}

.google-display .desc-site{
    color: #4d5156;
    line-height: 1.58;
    font-size: 14px;
    max-width: 480px;
}

.champ-lexical ul{
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}

.blog-subjects ul{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.helpbox{
    display: none;
    max-width: 600px !important;
}

.helpbox .title{
    color: #4e73df;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    margin-top: 0;
}

.infobulle-primary i{
    transform: scale(1);
	animation: pulse-primary 2s infinite;
    border-radius: 50%;
}

@keyframes pulse-primary {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(46, 89, 217, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(46, 89, 217, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(46, 89, 217, 0);
	}
}

.infobulle-info i{
    transform: scale(1);
	animation: pulse-info 2s infinite;
    border-radius: 50%;
}

@keyframes pulse-info {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(54, 185, 204, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(54, 185, 204, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(54, 185, 204, 0);
	}
}

.infobulle-danger i{
    transform: scale(1);
	animation: pulse-danger 2s infinite;
    border-radius: 50%;
}

@keyframes pulse-danger {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(231, 74, 59, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(231, 74, 59, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(231, 74, 59, 0);
	}
}

.infobulle-warning i{
    transform: scale(1);
	animation: pulse-warning 2s infinite;
    border-radius: 50%;
}

@keyframes pulse-warning {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(244, 182, 25, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(244, 182, 25, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(244, 182, 25, 0);
	}
}

.loader {
    transform: rotateZ(45deg);
    perspective: 1000px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    color: #3dac45;
    display: inline-block;
    margin-bottom: 10px;
  }
    .loader:before,
    .loader:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: inherit;
      height: inherit;
      border-radius: 50%;
      transform: rotateX(70deg);
      animation: 1s spin linear infinite;
    }
    .loader:after {
      color: #FF2424;
      transform: rotateY(70deg);
      animation-delay: .4s;
    }

  @keyframes rotate {
    0% {
      transform: translate(-50%, -50%) rotateZ(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotateZ(360deg);
    }
  }

  @keyframes rotateccw {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(-360deg);
    }
  }

  @keyframes spin {
    0%,
    100% {
      box-shadow: .2em 0px 0 0px currentcolor;
    }
    12% {
      box-shadow: .2em .2em 0 0 currentcolor;
    }
    25% {
      box-shadow: 0 .2em 0 0px currentcolor;
    }
    37% {
      box-shadow: -.2em .2em 0 0 currentcolor;
    }
    50% {
      box-shadow: -.2em 0 0 0 currentcolor;
    }
    62% {
      box-shadow: -.2em -.2em 0 0 currentcolor;
    }
    75% {
      box-shadow: 0px -.2em 0 0 currentcolor;
    }
    87% {
      box-shadow: .2em -.2em 0 0 currentcolor;
    }
  }

  
  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  } 

.accordion{
    font-size: 14px;
}

.accordion .card-header h6{
    cursor: pointer;
    font-size: 14px;
}

.intro-page{
    padding: 15px 90px 15px 20px;
    font-size: 14px;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important;
    border: 1px solid #e3e6f0;
    border-radius: .35rem;
    background: url('/img/maia-intro.png') no-repeat center right #ffffff;
    background-size: 90px auto;
    color: #666 !important;
}

.intro-page.no-maia{
    background-image: none;
    padding: 15px 20px;
}

.white-f7{
    background-color: #f7f7f7;
}

.h5 small{
    font-size: 70%;
}
/* END Pages */

/* Refonte graphique */
body{
    font-family: 'Lato', sans-serif;
    color: var(--text-color-black);
}

#wrapper #content-wrapper{
    background-color: #fff;
}

.topbar, .sidebar-logo{
    background: rgb(235,238,241) !important;
    background: linear-gradient(0deg, rgba(235,238,241,1) 0%, rgba(226,230,235,1) 100%) !important;
    border: none;
    box-shadow: none !important;
}

.sidebar-logo{
    padding: 0;
    height: 4.375rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.sidebar-logo img{
    height: 50px;
}

#alertsDropdown .fa-bell{
    color: #1d953e;
    font-size: 20px;
    margin-right: 7px;
}

#alertsDropdown .badge{
    background: rgb(206,6,5);
    background: linear-gradient(45deg, rgba(206,6,5,1) 0%, rgba(250,104,86,1) 100%);
    transform: scale(1);
    margin-top: -1.25rem;
}

#userDropdown span{
    font-size: 16px;
    color: #000000 !important;
}

#userDropdown span strong{
    font-weight: 900;
}

#userDropdown span.chevron{
    font-size: 12px;
}

#accordionSidebar{
    background: rgb(245,249,255);
    background: linear-gradient(180deg, rgba(245,249,255,1) 0%, rgba(239,245,255,1) 100%);
    width: 320px !important;
}

#accordionSidebar.sidebar-dark .sidebar-heading{
    color: #000;
    font-weight: 900;
    font-size: 15px;
    padding-bottom: 15px;
}

.sidebar-dark .sidebar-heading::before{
    display: none;
}

.sidebar-dark .nav-item .nav-link, .sidebar-dark .nav-item .nav-link i{
    color: #000;
    font-size: 16px;
}

.sidebar-dark .nav-item.nav-improve-page a.nav-link, .sidebar-dark .nav-item.nav-improve-page a.nav-link i{
    font-weight: 900;
    color: #000;
    font-size: 16px;
}

.sidebar-dark .nav-item{
    padding: 0 16px;
}

.sidebar-dark .nav-item .nav-link{
    border-radius: 10px;
    width: auto;
    padding: 10px 15px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.sidebar .nav-item .nav-link span{
    font-size: 0.95rem;
}

.sidebar-dark .nav-item .nav-link i{
    margin-right: 10px;
}

.sidebar .nav-item.active .nav-link{
    font-weight: 900;
    background: rgb(26,138,56);
    background: linear-gradient(90deg, rgba(26,138,56,1) 0%, rgba(32,159,68,1) 100%);
}


.sidebar-dark .nav-item:not(.active) .nav-link:hover, .sidebar-dark .nav-item:not(.active) .nav-link:hover i, .sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover, .sidebar-dark .nav-item .nav-link:active i, .sidebar-dark .nav-item .nav-link:focus i, .sidebar-dark .nav-item .nav-link:hover i{
    background: none;
    color: rgb(26,138,56);
}

.sidebar-dark hr.sidebar-divider.space-around{
    margin: 10px 1rem 20px;
}

.sidebar-dark .nav-item.nav-improve-page{
    background: none;
    margin: 5px 0;
}

.line-separator{
    margin: 30px 0 40px 20px;
}

#contact-nav{
    padding: 20px 25px;
    margin: 0 20px;
    background-color: #fff;
}

#contact-nav .sidebar-heading{
    padding: 0 0 10px !important;
    text-transform: none !important;
    font-size: 16px;
}

#contact-nav p{
    font-size: 14px;
}

.sidebar-dark #contact-nav a{
    font-style: italic;
    font-weight: bold;
    color: #000;
    display: block;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    transition: all ease 300ms;
}

.sidebar-dark #contact-nav a:hover{
    text-decoration: none;
    color: #4b73c6;
}

.sidebar-dark #contact-nav a i{
    margin-right: 5px;
    color: #4b73c6;
}

.sidebar-dark #contact-nav a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgb(19,112,40);
    background: linear-gradient(90deg, rgba(19,112,40,1) 0%, rgba(39,186,83,1) 70%);
}

footer.sticky-footer .container{
    display: flex;
    justify-content: center;
    align-items: center;
}

footer.sticky-footer .copyright{
    background: #e5eefe;
    padding: 20px 40px;
    clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
    font-size: 20px;
    color: #000;
}

footer.sticky-footer .copyright span{
    color: #868686;
}

footer.sticky-footer .copyright img{
    border-radius: 10px;
    border: solid 5px #fff;
    margin-right: 10px;
}

.title-page{
    font-size: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 20px;
}

.title-page i{
    color: #1d953e;
    font-size: 48px;
}

.title-page i.danger{
    color: #ff3c3c;
}

.intro{
    margin-bottom: 40px;
    font-size: 16px;
}

.intro .headline{
    font-size: 28px;
    font-weight: bold;
    margin-top: 45px;
}

.intro .headline img{
    float: none;
    margin: 0 0 0 10px;
    width: 16px;
}

.intro img{
    float:right;
    margin: 0 0 10px 20px;
}

.intro .video{
    background: url('/img/lines-intro.png') no-repeat center center;
    background-size: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro .video img{
    float: none;
    margin: 0;
    transition: all ease 300ms;
}

.intro .video img:hover{

}

#btn-filter-wrapper{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

#btn-filter-wrapper .btn{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #4c75c8;
    color: #fff;
}

#btn-filter-wrapper i{
    font-size: 15px;
}

.filters-row{
    background: rgb(243,247,255);
    background: linear-gradient(90deg, rgba(243,247,255,1) 0%, rgba(255,255,255,1) 100%);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.filters-row .title-filter{
    font-weight: bold;
    color: #4367bf;
}

.filters-row .title-filter i{
    color: #000;
    margin-right: 5px;
}

.filters-row input[type=checkbox] {
    accent-color: #1d953e;
}

.filters-row .filter-content input, .filters-row .list-filter .form-check{
    font-size: 0.9rem;
}

.filters-row .filter-content{
    max-height: 135px;
    overflow-y: scroll;
    padding-right: 10px;
}

.filters-row .filter-content.overflow{
    border-bottom: solid 1px rgba(0,0,0,0.03);
}

.btn-success{
    background-color: #1a8c39;
    border: none;
    padding: 10px 40px;
}

.block-with-title{
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.block-with-title .block-title, .modal-title{
    color: #000;
    padding-left: 15px;
    font-size: 20px;
    position: relative;
    font-weight: bold;
    margin-bottom: 30px;
}

.block-with-title .block-title.no-margin, .modal-title.no-margin{
    margin-bottom: 0;
}

.block-with-title .block-intro{
    font-style: italic;
    margin-top: -20px;
    margin-bottom: 30px;
}

.block-with-title .block-title::before, .modal-title::before{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background-color: #5482d0;
    position: absolute;
    left: 0;
    top: 15px;
}

.block-content p:last-child{
    margin-bottom: 0;
}

.block-stats{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 20px;
}

.block-stats .block-stat{
    border: solid 2px #cbdefe;
    border-left: 4px solid #cbdefe;
    padding: 20px;
    border-radius: 0 5px 5px 0;
    flex: 1;
    position: relative;
}

.block-stats .block-stat .stat-check{
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 10;
    color: #4c75c8;
    background: #fff;
    font-size: 18px;
    line-height: 18px;
    display: none;
}

.block-stats .block-stat.active .stat-check{
    display: block;
}

.block-stats .block-stat.active{
    border: solid 2px #ff2f2f;
    border-left: 4px solid #ff2f2f;
    padding: 20px;
    border-radius: 0 5px 5px 0;
    flex: 1;
    background: rgb(255,255,255);
    background: url('/img/chart-stats.png') bottom 5px right 5px no-repeat , linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(230, 240, 255) 100%);
}

.block-stats .block-stat .stat-title{
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
    min-height: 24px;
}

.block-stats .block-stat.with-btn .stat-title{
    min-height: auto;
}

.block-stats .block-stat.active .stat-title{
    color: #4367bf;
}

.block-stats .block-stat .stat-value{
    font-size: 24px;
    line-height: 24px;
    color: #aaaaaa;
    font-weight: 900;
    margin: 0;
}

.block-stats .block-stat.active .stat-value{
    color: #000000;
}

.block-stats .block-stat .stat-button{
    margin: 10px 0 0;
}

.block-stats .block-stat .stat-button .btn-primary{
    background-color: #bebebe;
    border:none;
    margin-right: 5px;
}

.block-stats .block-stat.active .stat-button .btn-primary{
    background-color: #4c75c8;
    border:none;
}

.table thead th, .table td, .table th{
    border-bottom: 1px solid #dde9fe;
    color: #444;
    background: transparent;
    padding: 10px;
}

.table tbody tr:hover{
    background: rgb(213,228,253);
    background: linear-gradient(90deg, rgba(213,228,253,1) 0%, rgba(255,255,255,1) 100%);
}

.table tbody tr:hover td{
    color: #000;
}

.accordion-block{
    margin-bottom: 5px;
}

.accordion-title{
    border: solid 1px rgba(0,0,0,0.1);
    color: #4367bf;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 20px;
    margin: 0;
    cursor: pointer;
    transition: all ease 300ms;
}

.accordion-title[aria-expanded="true"], .accordion-title:hover{
    color: #000;
    border: solid 1px rgba(0,0,0,0.2);
    background: rgb(213,228,253);
    background: linear-gradient(90deg, rgba(213,228,253,1) 0%, rgba(255,255,255,1) 100%);
}

.accordion-block .collapse{
    padding: 20px;
    border: solid 1px rgba(0,0,0,.1);
    border-top: none;
}

.alert{
    border-radius: 10px;
    position: relative;
    margin-left: 35px;
    border: none;
}

.alert.text-left{
    padding-left: 45px;
}

.alert::before{
    content: "";
    width: 74px;
    height: 45px;
    position: absolute;
    left: -35px;
    top: 55%;
    transform: translateY(-50%);
}

.alert-danger{
    color: #fff;
    background-color: #ff3c3c;
}

.alert-danger::before{
    background: url('/img/badge-danger.png') no-repeat;
}

.alert-success{
    color: #fff;
    background: rgb(19,112,40);
    background: linear-gradient(90deg, rgba(19,112,40,1) 0%, rgba(39,185,83,1) 100%);
}

.alert-success::before{
    background: url('/img/badge-success.png') no-repeat;
}

.alert-warning{
    color: #815501;
    background: rgb(255,220,55);
    background: linear-gradient(90deg, rgba(255,220,55,1) 0%, rgba(255,238,114,1) 100%);
}

.alert-warning::before{
    background: url('/img/badge-warning.png') no-repeat;
}

.alert-info{
    color: #a3eafb;
    background: rgb(44,67,169);
    background: linear-gradient(90deg, rgba(44,67,169,1) 0%, rgba(90,138,213,1) 100%);
}

.alert-info::before{
    background: url('/img/badge-info.png') no-repeat;
}

.dataTables_info, .dataTables_length, .dataTables_filter, .dataTables_paginate{
    font-size: 12px;
}

.jauges{
    background: rgb(240,246,255);
    padding: 40px 60px;
    border-radius: 15px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.jauges .jauge{
    flex: 1;
}

.jauge-title{
    color: #000;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

.jauge-title::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 15px;
}

.jauge-block{
    background: #fff;
    border-left: solid 4px #00335e;
    border-radius: 10px;
    padding: 40px 40px 40px 20px;
    position: relative;
    overflow: hidden;
}

.jauge-block .progress{
    background-color: #00335e;
    overflow: visible;
}

.jauge-block .progress .cursor{
    margin-top: -5px;
    margin-left: -9px;
}

.jauge-block .progress .cursor img{
    width: 18px;
    height: 18px;
}

.jauge-block .progress-bar{
    border-radius: 50px;
}

.jauge-block .progress-bar.bg-danger{
    background-color: #e53b31 !important;
}

.jauge-block .progress-bar.bg-warning{
    background-color: #ff981e !important;
}

.jauge-block .progress-bar.bg-success{
    background-color: #009d4a !important;
}

.jauge-block .icon{
    position: absolute;
    right: 0;
    bottom: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background-color: #e84237;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 7px 9px 0;
    font-size: 20px;
}

#edit-concu{
    margin-top: 30px;
}

.btn-primary{
    background-color: #4c75c8;
    border: none;
}

.btn-primary:hover{
    background-color: #3465c7;
    border: none;
}

.modal-open .modal {
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: url('/img/lines-intro.png') no-repeat center center;
}

.modal-backdrop.show{
    background: rgb(177,205,253);
    background: linear-gradient(45deg, rgba(177,205,253,1) 0%, rgba(229,238,254,1) 100%);
    opacity: 1;
}

.modal-content{
    border-radius: 10px;
    border: none;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.modal-dialog{
    margin: 10px;
}

.modal-header, .modal-footer{
    border: none;
}

.body-bg-login{
    background: rgb(177,205,253);
    background: url('/img/lines-intro.png') no-repeat center center, 
                linear-gradient(45deg, rgb(177, 205, 253) 0%, rgb(229, 238, 254) 100%);
}

#login-screen{
    max-width: 600px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    border-radius: 10px;
    border: none;
    margin: 0;
    background-color: #fff;
    height: fit-content;
}
#login-form{
    padding: 30px;
}

.block-contact-title{
    font-size: 26px;
    margin-bottom: 5px;
}

.block-contact img{
    float: right;
    margin: 0 0 5px 10px;
    width: 325px;
}

.block-contact-title i{
    margin-right: 10px;
    font-size: 22px;
}

/* Refonte graphique */


/* Media queries 
@media all and (max-width:1600px){
    .table thead th, .table tfoot th{
        font-size: 0.8rem;
    }

    .table td, .table th{
        padding: 0.3rem;
        font-size: 0.8rem;
    }
}*/

@media all and (max-width:1200px){
    #login-form{
        padding: 15px;
    }

    .champ-lexical ul{
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

@media all and (max-width:767px){
    #login-form{
        padding: 15px;
        text-align: center;
    }
    
    #login-bg{
        display: none;
    }

    .intro-page{
        padding: 10px;
        background-image:none;
    }
}
/* END Media queries */

.websites>div{
    position: relative;
}
.websites>div button{
    position: absolute;
    z-index: 9;
    right: 20px;
    top: 20px;
    background: none;
    border: none;
    color: red;
}

.table-warning, .table-warning > td, .table-warning > th{
    background-color: #fceec9!important;
}

.websites_selection .form-group{
    height: 100%;
}
.websites_selection .form-group select{
    height: 100%;
}

/*pagination improve page*/

#pagination{
    display: flex;
    justify-content: center;
}
#pagination button{
    margin: 0 10px;
    border: none;
    background: no-repeat;
}
#pagination .page-button.active{
    text-decoration: underline
}