html,
body {
	height: 100%;
	font-family: 'Overpass', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background-color: #f7f7f7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #161c21;
	font-weight: 600;
	line-height: 1;
}

h1 {
	font-size: 3.25em;
	margin:15px 15px
}

h2 {
	font-size: 2.25em;
}

h3 {
	font-size: 1.875em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.125em;
}

h6 {
	font-size: 1em;
}

p {
	font-size: 0.9375em;
	color: #6a7080;
	font-weight: 500;
}

td,th {
    color: #161c21;
    font-size: 1.125em;
}

label{
    color: #161c21;
    font-size: 1.125em;
}

img {
	max-width: 100%;
}

.text-center{	
	text-align: center;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

.text-center {
    text-align: center;
}

.mb-50 {
    margin-bottom:50px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-20 {
    margin-bottom:20px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.padding-0 {
    padding: 0;
}

.margin-0 {
    margin:0;
}

.full-width{
    background-size: cover;
    height: 100vh;
}
iframe {
    height: 100vh!important;
}

.footer {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    color: black;
  }

  /* WATERMARK */

  #watermark
    {
    position:fixed;
    top: 10px;
    left:10px;
    opacity:0.5;
    z-index:99;
    color:white;
    }

  /* BUTTON */

  .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000;
}

.btn-outline-danger {
    border-color: #FF0000;
	background-color: #FF0000;
    color: #f7f7f7!important;
    border-radius: 0px;
    font-weight: bold;
	letter-spacing: 1px;
	transition: 0.3s ease-in-out;
}


.btn-outline-danger:hover {
    background-color: #FF0000;
    right: 0px;
}

.btn-outline-primary {
    border-color: #1880c0;
	background-color: #1880c0;
    color: #f7f7f7!important;
    border-radius: 0px;
    font-weight: bold;
	letter-spacing: 1px;
	transition: 0.3s ease-in-out;
}

.btn-outline-primary:hover {
    background-color: #1880c0;
    right: 0px;
}

.btn-outline-green {
    border-color: rgba(0, 248, 41, 1);
	background-color: rgba(0, 248, 41, 1);
    color: #f7f7f7!important;
    border-radius: 0px;
    font-weight: bold;
	letter-spacing: 1px;
	transition: 0.3s ease-in-out;
}

.btn-outline-green:hover {
    background-color: rgba(0, 248, 41, 1);
    right: 0px;
}


.btn-outline-grey {
    border-color: #545454;
	background-color: #545454;
    color: #f7f7f7!important;
    border-radius: 0px;
    font-weight: bold;
	letter-spacing: 1px;
	transition: 0.3s ease-in-out;
}

.btn-outline-grey:hover {
    background-color: #545454;
    right: 0px;
}



/* NOTIFICATION */

.toast {
    transition: 0.32s all ease-in-out
}

.toast-container--fade {
    right: 0;
    bottom: 0
}

.toast-container--fade .toast-wrapper {
    display: inline-block
}

.toast.fade-init {
    opacity: 0
}

.toast.fade-show {
    opacity: 1
}

.toast.fade-hide {
    opacity: 0
}

.notification{
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #1880c0;
	color:#f7f7f7;
	font-weight: bold;
  }
  
  .succes{
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: rgba(0, 248, 41, 1);
	color:#161c21;
	font-weight: bold;
  }
  
  .erreur{
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: red;
	color:#f7f7f7;
	font-weight: bold;
  }

  .warning{
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: orange;
	color:#f7f7f7;
	font-weight: bold;
  }

  .red-color {
      color:red!important;
  }

  .orange-color {
    color:orange!important;
}

.green-color {
    color:green!important;
}


  /* LOGIN */

.login-box {
    margin-top: 75px;
    height: auto;
    background: #f7f7f7;
    text-align: center;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.05);
}

.info-box {
    margin-top: 15px;
    height: auto;
    background: #f7f7f7;
    text-align: center;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.05);
    padding: 15px;
}

.document-box {
    height: auto;
    background: #f7f7f7;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.05);
    padding: 15px;
}

.login-icon {
    height: 100px;
    font-size: 80px;
    line-height: 100px;
    background: #1880c0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login-title {
    margin-top: 15px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    margin-top: 15px;
    font-weight: bold;
}

.login-form {
    margin-top: 25px;
    text-align: left;
}

input[type=text] {
    background-color: #f7f7f7;
    border: none;
    border-bottom: 2px solid #1880c0;
    border-top: 0px;
    border-radius: 0px;
    font-weight: bold;
    outline: 0;
    margin-bottom: 20px;
    padding-left: 0px;
    color: #2d3943;
	padding: 10px;
}

input[type=password] {
    background-color: #f7f7f7;
    border: none;
    border-bottom: 2px solid #1880c0;
    border-top: 0px;
    border-radius: 0px;
    font-weight: bold;
    outline: 0;
	padding-left: 0px;
    margin-bottom: 20px;
    color: #2d3943;
	padding: 10px;
}

.form-group {
    margin-bottom: 40px;
    outline: 0px;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid #1880c0;
    outline: 0;
    background-color: #f7f7f7;
    color: #2d3943;
}

input:focus {
    outline: none;
    box-shadow: 0 0 0;
}

label {
    margin-bottom: 0px;
}

.form-control-label {
    font-size: 14px;
    color: #2d3943;
    font-weight: bold;
    letter-spacing: 1px;
}

.uppercase{
	text-transform: uppercase;
}

.red-hover{
	transition: 0.3s ease-in-out;
}

.red-hover:hover{
	background-color: #1880c0;
}

.login-btm {
    float: left;
}

.login-button {
    padding-right: 0px;
    margin-bottom: 25px;
}

.login-text {
    text-align: left;
    padding-left: 0px;
    color: #A2A4A4;
}

.loginbttm {
    padding: 0px;
}

/* LISTE */

.wpc-wrap-blog.blog {
    margin-bottom: 50px;
}

.wpc-wrap-blog .wrapperdash {
    background-color: #f7f7f7;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.05);
    padding: 20px 26px 20px 21px;
}

.wpc-wrap-blog .heading.blog {
    margin-top: 0;
    letter-spacing: 1px;
}
.wpc-wrap-blog .heading {
    font-size: 17px;
    font-family: "Raleway SemiBold", sans-serif;
    text-transform: uppercase;
    margin-top: 35px;
    margin-bottom: 10px;
	letter-spacing: 1px;
	color:#1880c0;
}

.wpc-wrap-blog .wpc-btn.classic {
    color: #1880c0;
    border-color: #1880c0;
    background-color: transparent;
    padding: 15px 52px;
    border-width: 2px;
    display: block;
    text-align: center;
    font-size: 14px;
}
.wpc-btn.classic.classic-x {
    border-color: #1880c0;
    color: #2d3943;
    text-transform: capitalize;
    font-family: "Raleway Bold", sans-serif;
    text-transform: uppercase;
}
.wpc-btn.classic {
    padding: 15px 52px;
    background-color: transparent;
    border: 3px solid #fff;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
}
.wpc-btn {
    background-color: #1880c0;
    border: 1px solid #1880c0;
    color: #2d3943;
    text-transform: uppercase;
    font: bold 22px 'Raleway ExtraBold', sans-serif;
    padding: 21px 25px;
    display: inline-block;
    position: relative;
    letter-spacing: 0.3px;
    margin-left: 11px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.wpc-wrap-blog .wpc-btn.classic:hover {
    background-color: #1880c0;
    color: #2d3943;
}
.wpc-btn.classic.classic-x:hover {
    background-color: #1880c0;
    border-color: #2d3943;
    color: #1880c0;
}

.mh-100{
	height: 100px;
}

.mt-20 {
    margin-top: 20px;
}

.list-box {
    height: auto;
	background: #1880c0;
	padding: 25px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.05);
}

.info-flex {
    display: flex;
    padding: 10px;
}

@media only screen and (max-width : 600px) {
    .info-flex {
        display: flex;
        padding: 10px;
        flex-direction: column;
    }

    .btn-flex {
        margin:inherit!important;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.btn-flex {
    margin:auto
}

/* INDEX */
.index-image {
    background-image: url("../img/background.jpeg");
    background-size: cover;
}

.hero-title {
    color:#2d3943;
}

.index-box {
    position:absolute;
    left: 50%;
    top: 50%;
    height: 300px;
    width:800px;
    background: #f7f7f7;
    text-align: center;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.05);
    padding: 15px;
    margin-left: -400px; /* Cette valeur doit être la moitié négative de la valeur du width */
    margin-top: -150px;
}

@media only screen and (max-width : 1200px) {
    .index-box {
        position:absolute;
        left: 50%;
        top: 50%;
        height: 400px;
        width:350px;
        background: #f7f7f7;
        text-align: center;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.05);
        padding: 15px;
        margin-left: -175px; /* Cette valeur doit être la moitié négative de la valeur du width */
        margin-top: -200px;
    }
}


  /* CARD COUNTER */

  .card-counter{
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
  }

  .card-counter:hover{
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
  }

  .card-counter.primary{
    background-color: #007bff;
    color: #FFF;
  }

  .card-counter.danger{
    background-color: #ef5350;
    color: #FFF;
  }  

  .card-counter.success{
    background-color: #66bb6a;
    color: #FFF;
  }  

  .card-counter.info{
    background-color: #26c6da;
    color: #FFF;
  }  

  .card-counter i{
    font-size: 5em;
    opacity: 0.2;
  }

  .card-counter .count-numbers{
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 32px;
    display: block;
  }

  .card-counter .count-name{
    position: absolute;
    right: 35px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    opacity: 0.5;
    display: block;
    font-size: 18px;
  }


/* DATATABLE */

.dataTables_wrapper {
    width: 100%!important;
}


/* PAGE CLIENT*/


.info-client {
    margin-top: 15px;
    height: auto;
    background: #f7f7f7;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.05);
    padding: 15px;
    border-top: 7px solid #1880c0;
}

.title-client {
    font-weight: bold;
    color:#161c21;
    text-transform: uppercase;
}

.title-part {
    font-weight: bold;
    color:#161c21;
}

.p-without-mb {
    margin-bottom: inherit!important;
}

#wrapper #content-wrapper {
    overflow-x: inherit!important;
}

.odd td {
    padding:inherit!important;
    padding-left: 5px!important;
}

.even td {
    padding:inherit!important;
    padding-left: 5px!important;
}

.odd tr {
    padding:inherit!important;
    padding-left: 5px!important;
}

.even tr {
    padding:inherit!important;
    padding-left: 5px!important;
}