/*
Primary color : ff0050
Secondary color : ff0050


*/

@font-face {
 font-family:"Neutraface2Text";
 font-weight:300;
 font-style:normal;
 src:url("../fonts/Neutraface2Text-Light.woff2") format("woff2"),
 url("../fonts/Neutraface2Text-Light.woff") format("woff");
 font-display: block;
}
@font-face {
 font-family:"Neutraface2Text";
 font-weight:400;
 font-style:normal;
 src:url("../fonts/Neutraface2Text-Book.woff2") format("woff2"),
 url("../fonts/Neutraface2Text-Book.woff") format("woff");
 font-display: block;
}
@font-face {
 font-family:"Neutraface2Text";
 font-weight:600;
 font-style:normal;
 src:url("../fonts/Neutraface2Text-Demi.woff2") format("woff2"),
 url("../fonts/Neutraface2Text-Demi.woff") format("woff");
 font-display: block;
}

@media print {
	.noprint {
		display: none;
	}
}

h1 {
  font-family: 'Open Sans', Verdana;
  font-size: 33px;
    font-weight: 600;
    margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
}

html,body, span, text, a{
    font-family: 'Open Sans', Verdana;
    font-size: 15px;
    line-height: 1.3em;
}
body{
    background-color: #f1f1f1;
    color: #000 !important;
}

/* GENERAL */
a {
  color: #6095DB;
  text-decoration: none;
}
a:hover {
  color: #ff0050;
}
/*p:last-child {
  margin-bottom: 0;
}*/

.container{
    position: relative;
}

.card {
    margin-bottom: 28px;
    border-radius: 0px;
    border: none;
    box-shadow: 0px 1px 3px 0px rgba(54,74,99,0.05);
}
.card-header, .card-footer {
    padding: 25px 25px;
    background-color: #fff;
}
.card-header .card-title {
    font-size: 18px;
    color: #5b5b5b;
    margin: 0;
}
.card-subtitle {
    font-size: 1.1em;
    margin-left: 4px;
	margin-bottom:15px;
}
.card-body{
	padding: 25px;
	position: relative;
}
.text-danger {
  color: #e22a40d9 !important;
}
.btn {
    padding: 8px 15px;
    border-radius: 0px;
}
.btn-sm {
  padding: 8px 11px;
}
.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    background-color: #ff0050;
    border-color: #ff0050;
    color: #fff;
	border-radius: 0px;
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active{
    background-color: #d90044;
    border-color: #d90044;
    color: #fff;
    box-shadow: none;
}
.btn-danger, .btn-danger.disabled, .btn-danger:disabled{
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover, .btn-danger.focus, .btn-danger:focus, .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #e64b5a;
    border-color: #e64b5a;
    box-shadow: none;
}
.btn-success, .btn-success.disabled, .btn-success:disabled {
    background-color: #7fc96b;
    border-color: #7fc96b;
    color: #fff;
	border-radius: 0px;
}
.btn-success:hover, .btn-success.focus, .btn-success:focus, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active {
	background-color: #9ad28a;
    border-color: #9ad28a;
    color: #fff;
    box-shadow: none;
}
.btn .fas, .btn .far{
	margin-right:5px;
}
.btn-link {
    padding: 0 !important;
	border: none;
    color: #6095DB;
}
.btn-link:hover, .btn:focus {
    text-decoration: none;
	box-shadow:none;
}
.btn-link:hover {
    color: #ff0050;
}
.btn-info, .btn-info.disabled, .btn-info:disabled {
    background-color: #fff;
    border-color: #cacaca;
    color: #6B6B6B;
}
.btn-info:hover, .btn-info.focus, .btn-info:focus, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active {
	background-color: #ff0050;
    border-color: #ff0050;
    color: #fff;
    box-shadow: none;
}
.btn-close:focus {
    box-shadow: none;
}
.alert {
  border-radius: 0;
}
.alert{text-align: center;}
.alert-success,
.badge.bg-success  {
    background-color: #c5eabb !important;
	border-color: #b6d5ad;
	color: #68856a;
}
.badge.bg-warning{
    background-color: #fff5e0 !important;
    border-color: #fff5e0;
    color: #ffaf0f;
}
.badge.bg-danger{
    background-color: #fad7dd !important;
    border-color: #fad7dd;
    color: #EE6E83;
}
.alert-warning {
    border-color: #ffdd95;
}
.alert-danger {
    border-color: #fca2b2;
}
.nav-tab .btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.nav-tab button {
    flex-basis: 0;
	white-space: nowrap;
	background-color: #ACACAC;
	border-color: #ACACAC;
	color: #fff;
	font-weight: 700;

}
.nav-tab button.active, .nav-tab button:hover {
	
    background-color: #FFF;
    border-color: #CFD1DF;
    color: #5b5b5b;
}
.page-link {
  color: #6095DB;
  border-color: #E4E6EF;
}
.page-item.active .page-link {
    background-color: #ff0050;
    border-color: #ff0050;
  }

/*LOGIN*/
.login-page .container, .login-page .container .row {
  height: inherit;
}
.login-box-container {
    top: auto !important;
    transform: none !important;
    position: relative;
    max-width: 400px;
    margin: 30px auto; 
}
.authent-logo{
	margin-bottom:30px;
}
.authent-logo img{
	width:100%;
}
.loginCard{
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.lang_switcher a{
    color: #fff;
}
.lang_switcher .cpel-switcher__name {
  padding-left: 6px;
}


/* TOP HEADER */
.logo-title{
    margin-left: 10px;
    font-size: 18px;
    text-transform: uppercase;
    color: #ff0050;
    font-weight: 500;
}
.header-home{
    background-image: url("../images/header_v1.jpg");
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}
.page-header {
	position:relative;
    background: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    border: none;
    background-color: #fff;
}
.page-header::before {
    content: '';
    display: block;
    width: 100%;
    height: 0px;
    background: none;
    position: fixed;
    top: 0;
    left: 0;
}
.page-header .navbar #navbarNav {
    flex: 0;
    margin-right: 15px;
  }
.page-header .navbar {
    background: none;
    padding: 10px 20px;
}
@media (max-width: 769px) {
    .header-right {
        width:0px !important;
    }
}
.page-header .navbar .navbar-brand {
    width: 450px;
    height: 55px;
    background-size: contain;
    padding: 0;
    margin: 0;
    background-image: url("../images/logo.png");
}
.page-header .navbar .logo {
  flex: auto !important;
  padding: 0px 0;
}
.profile-dropdown i {
    font-size: 2.3em;
    color: #c1c1c1;
}
.page-header .navbar .navbar-nav {
    align-items: center;
    color: #000;
}
.site-title{
    display: flex !important;
    flex: 10;
    justify-content: center; 
    font-size: 2.9em;
    color: #000;
    font-weight: 500;
}
.site-title h1{
    font-size: 18px;
}

.page-header .navbar #headerNav{
    flex: auto;
}
.dropdown-menu {
  border-radius: 0px;
  border: none;
  box-shadow: 0 0 1rem rgba(31, 45, 61, 0.2);
  padding: 10px 0;
}
.profile-dropdown i {
    font-size: 2.3em;
    color: #bbb6a5;
  }
.dropdown-item:hover {
    background: none;
    color: #ff0050;
  }

/* LEFT PANEL */
.navbar-brand {
    margin-right: 0;
    background: url('../images/logo.png') center center no-repeat;
        background-size: auto;
    background-size: cover;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.page-sidebar {
	top: 104px;
	border-radius: 0px;
	height: auto;
    /*max-height: calc(100% - 140px);*/
    margin-left: 0px;
    /*position: relative;
    top: inherit;
	margin: 20px;
    float: left;*/
}
.page-sidebar .accordion-menu > li > a,
.page-sidebar .accordion-menu li.sidebar-title {
	 padding: 11px 10px;
     line-height: 1.5em;
}
.page-sidebar .accordion-menu {
    padding: 10px 5px 5px 5px;
}
.page-sidebar .accordion-menu > li > a > .fas,
.page-sidebar .accordion-menu > li > a > .far {
	font-size: 1.4em;
    vertical-align: text-top;
    color: #5b5b5b;
    margin-right: 10px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	width: 25px;
	text-align: center;
}
.page-sidebar .accordion-menu > li.active-page > a,
.page-sidebar .accordion-menu > li:hover > a {
    border-radius: 0px;
    background-color: #f3f6f9;
    color: #ff0050;
}
.page-sidebar .accordion-menu > li > a > .dropdown-icon {
    float: right;
    vertical-align: middle;
    line-height: 44px;
    font-size: 10px;
    margin-right: 0px;
}



/* PAGE CONTENT */
.page-container {
    padding: 0;
}
.page-content {
    margin-right: 0px;
    margin-top: 0px;
    margin-left: 255px;
}
@media (max-width: 1350px) {
    .page-sidebar {
        transform: none;
    }
    .page-content .main-wrapper {
        padding-left: 28px;
    }
}
@media (max-width: 1200px) {

}
@media (max-width: 992px) {
    .page-content {
        margin-left: 0px;
    }
    .page-content .main-wrapper {
        padding-left: 0;
    }
    .page-sidebar {
        position: absolute;
        top: 75px;
        /*display: none;*/
        left: calc(50% - 130px);
    }
}
@media (min-width: 993px) {
    .page-sidebar {
        position: absolute;
        top: -42px;
        display: block !important;
    }
}
.mobile-nav{
    padding: 0 !important;
}
.navbar-toggler{
   border-radius: 0;
   border-color: rgba(0,0,0,.8)  !important;
}
.main-wrapper {
	padding: 26px 0 28px 28px;
}


/* LISTINGS */
.loader {
    position: absolute;
	background: #f3f4f7;
    display: none;
}
.loader .spinner-grow {
    top: 40%;
    background-color: #ff0050;
}
.listing-body{
	height:80vh;
	overflow:hidden;
}
.search {
	display: flex;
    position: absolute;
    right: 25px;
    top: 28px;
}
.bottom{
    display: flex;
    justify-content: space-between;
}
@media (max-width: 992px) {
    .bottom{
    flex-direction: column-reverse;
    align-items: center;
    }
}
.select-info{
    display: none;
}
.dataTables_length {
    margin-right: 30px;
}
div.dataTables_wrapper div.dataTables_length select {
    margin: 0 3px;
}
.dataTable  thead {
    background-color: #f6f6f6;
}
.dataTable  tbody {
    background-color: #ffffff;
}
/*.entity-list tbody tr, 
.data-list tbody tr,
.user-list tbody tr
{
    cursor: pointer;
}
.entity-list tbody tr:hover, 
.data-list tbody tr:hover,
.user-list tbody tr:hover{
	background-color:#F8FAFC;
}*/
table.dataTable tbody tr
{
    cursor: pointer;
}
table.dataTable tbody tr:hover{
	background-color:#F8FAFC;
}
table.dataTable tbody td {
    padding: 11px 8px !important;
    border-bottom: 1px solid #e8e8e8 !important;
    font-size: 13px;
    line-height: 1.4em;
}

table.dataTable th {
    padding: 14px 15px 12px 10px !important;
	border-right: 1px solid #ddd;
}
@media (max-width: 992px) {
    table.dataTable tbody td {
        padding: 9px 6px !important;
        font-size: 10px;
        line-height: 1.3em;
    }
    table.dataTable thead th {
        font-size: 10px;
    }
}
table.dataTable thead .sorting::before, 
table.dataTable thead .sorting_asc::before, 
table.dataTable thead .sorting_desc::before, 
table.dataTable thead .sorting_asc_disabled::before, 
table.dataTable thead .sorting_desc_disabled::before{
	font-size: 14px;
    right: 3px;
    bottom: calc(50% - 7px);
}
table.dataTable thead .sorting::after, 
table.dataTable thead .sorting_asc::after, 
table.dataTable thead .sorting_desc::after, 
table.dataTable thead .sorting_asc_disabled::after, 
table.dataTable thead .sorting_desc_disabled::after {
	font-size: 14px;
    right: 3px;
    bottom: calc(50% - 17px);
}

/*.listing-header{
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
}*/
/*.listingWrapper{
	position:relative;
}*/
.searchInput{
	position:absolute;
	right: 25px;
	top: 26px;
}
@media (max-width: 992px) {
    #table-exposant_filter{
        display: none;
    }
    .dataTables_wrapper  .search{
        display: none;
    }
}
div.dataTables_wrapper div.dataTables_filter input,
.searchInput input {
    width: 270px;
}
.formfilter {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /*flex-wrap: wrap;*/
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 20px;
}
.filterCategory {
    display: flex;
    align-items: end;
    justify-content: end;
    position: absolute;
    top: 17px;
    right: 25px;
}
.filterCategory:last-child {
    margin-right: 0px;
}
.filterCategory select {
    margin-top: 6px;
}
.exposant-list .search {
  display: flex;
  position: absolute;
  right: 270px;
  top: 24px;
}

/* GENERAL FORMS */
.error{
	border:1px solid #f75d6fd8;
}
.form-control.error{
	border:1px solid #f75d6fd8 !important;
}
label.error{
	border:0;
    color: #e22a40d9;
}
form .card-body, .card-dark{
	background: #f8fafc;
}
.card-white .card-body, .card-light{
	background: transparent !important;
}
.card-white{
	background: #fff !important;
}
.form-section {
  border-bottom: 1px solid #888;
  padding-bottom: 7px;
  margin-bottom: 30px !important;
}

.form-label {
    margin-bottom: .2rem;
    text-transform: uppercase;
    /*font-size: 1.1em;
    color: #48b48e;*/
    color: #968b68;
    font-weight: 600;
	display:block;
}
.form-control {
  border-color: #E4E6EF;
  border-radius: 0px;
  padding: .5rem 0.6rem;
}
.form-select {
    padding: .65rem 1.9rem .65rem 0.7rem;
	background-position: right .4rem center;
    border-radius: 0px;
}
.form-control.is-valid, .was-validated .form-control:valid {
	background-image: none;
}
.form-select.is-valid, .was-validated .form-select:valid {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked {
  background-color: #ff0050;
  border-color: #ff0050;
}	
.datetime-widget {
    position: relative;
}
.form-select.is-invalid, .was-validated .form-select:invalid,
.form-select.is-valid, .was-validated .form-select:valid {
    background-position: right .75rem center,center right 2.2rem;
}
.multi-select-menu{
  width: auto !important;
  max-height: inherit !important;
  overflow: auto !important;
}
.multi-select-button {
  max-width: 100% !important;
}
form .card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.view-title{
	display:flex;
	align-items: center;
	margin-right: 25px;
}
.view-title i{
	font-size: 1.8em;
	color:#ff0050;
	margin-right:15px;
}
.richtext {
    outline: 1px solid #E4E6EF;
    min-height: 100px;
    background-color: #fff;
    padding: 10px 15px 1px 15px;
    border-radius: 0px;
}
.richtext:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
.tox-editor-header{
    position: relative !important;
    left: 0px !important;
}
.iti{
    width: 100%;
}
.iti__selected-flag .iti__flag{
    display: none;
}
.iti__selected-dial-code{
    margin: 0 !important;
}

/* GENERAL VIEW */
.right-label{
	font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    color: #666;
    margin-bottom: 0px;
}
.right-data {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 1em;
    color: #ff0050;
    font-weight: 500;
    display: block;
}
.statut{
	display: flex;
    align-items: center;
	/*text-transform:uppercase;*/
}
.statut svg{
	margin-right:6px;
}
.exposant-edit .card-header,
.client-edit .card-header,
.admin-form .card-header,
.page-view .card-header{
    display: flex;
	align-items: center;
    justify-content: space-between;
}

/* EXPOSANT EDIT */
.pdf{
    font-size: 1.2em;
}
.pdf:hover{
    color: #cb0606;
}
.pdf i{
    /*color: #cb0606;*/
    font-size: 1.5em;
    vertical-align: bottom;
    margin-right: 5px;
}
.exposant-edit fieldset,
.admin-form fieldset{
    position: relative;
    border: 1px solid #ccc;
    padding: 20px 5px;
    margin: 0;
    background-color: #f3f6f9;
}
.exposant-edit .remove,
.admin-form  .remove{
    position:absolute; 
    right:15px;
    top: 15px; 
    width: auto;
}
.exposant-edit h3,
.admin-form  h3{
    margin-bottom: 20px;
}

/* EXPOSANT */
#exposant_activite{
    display: grid;
    grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
}
#alertExist {
    display: flex;
    align-items: center;
}
#alertExist i{
    font-size: 2em;
	color: #db1212;
	margin-right: 15px;
}
#alertExist p{
    font-size: 1.4em;
	color: #db1212;
	margin-bottom: 2px;
	line-height: 1em;
}
#alertExist a{
    font-size: 1em;
}
.stand{
    border: 1px solid #cdcdcd;
    padding: 10px 10px 7px 10px;
    background-color: #fff;
    line-height: 1.2em;
}
.email{
    cursor: pointer;
}
.exposant-logo{
    max-width: 300px;
    max-height: 200px;
}

/* UPLOADER */
.progress {
  background-color: #bdbdbd;
  border-radius: .5rem;
}
.progress-bar {
  background-color: #19BDC8;
}

/* PAGES */
/*.page-add .card-body a,
.page-edit .card-body a,
.page-view .card-body a{
    font-weight: 600;
    color: #0f3464;
}
.page-add .card-body a:hover,
.page-edit .card-body a:hover,
.page-view .card-body a:hover{
    color: #00949e;
}*/
.admin .card-body{
    border-radius: 0px;
}

/* YOUTUBE VIDEO PLAYER */
.youtube-popup{
    position: relative;
    display: inline-block;
}
.youtube-popup:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: transparent url('../images/youtube-play.png') center center no-repeat;
    opacity: 0.8;
}
.youtube-popup:hover:before {
    opacity: 1;
}
