@charset "utf-8";

.modal-header {
    display: block;
	font-size: 20px;
    margin-right: 20px;
}
.modal .modal-dialog span.fa, .modal .modal-dialog span.icon {
    font-size: 24px;
    padding-right: 20px;
}
button.close {
    margin-left: 20px;
    margin-top: 4px;
}
.close{
	cursor: pointer;
}
#dataConfirmModal .modal-dialog{
	min-width: 320px;
}

.c-pointer{
  cursor: pointer;
}
.nav-link-profile img {
    border: 1px #ccc solid;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.085);
}

.table-purple > thead > tr > th,
.table-purple > thead > tr > td {
  background-color: #6f42c1;
	color: #fff;
}
.table-purple > tbody > tr > th,
.table-purple > tbody > tr > td {
  background-color: #e4dcf3;
  color: #432776;
}
.table-purple.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}
.table-purple.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-purple.table-striped tbody tr:nth-of-type(2n+1) > td {
  background-color: #d5c8ed;
}
.table-purple.table-striped.table-hover tbody tr:hover:nth-of-type(2n+1) > th,
.table-purple.table-striped.table-hover tbody tr:hover:nth-of-type(2n+1) > td {
	background-color: #553396;
	color:#fff;
}
.table-purple.table-striped.table-hover tbody tr:hover:nth-of-type(2n) > th,
.table-purple.table-striped.table-hover tbody tr:hover:nth-of-type(2n) > td {
	background-color: #553396;
	color:#fff;
}

.br-menu-sub .nav-link:hover, .br-menu-sub .nav-link:focus {
  color: #6F42C1;
}
.br-menu-sub .nav-link:hover::before, .br-menu-sub .nav-link:focus::before {
  width: 20px;
  left: -15px;
  opacity: 1;
  background-color: #6F42C1;
}
.br-menu-sub .nav-link.active {
  color: #6F42C1;
}
.br-menu-sub .nav-link.active::before {
    background-color: #6F42C1;
}
.select-h27{
	height: 27px;
}
.select-w130{
	width:130px;
}
.input-w230{
	width:230px;
}
.input-w210{
	width:210px;
}
.a-purple{
	color:#6f42c1;
	font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5;	
}
.a-purple:hover{
	color:#343a40;
}
.a-white{
	color:#fff;
	font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5;	
}
.a-white:hover{
	color:#868ba1;
	cursor: pointer;
}
.pad-go{
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
}
.form-go {
	display: inline;
}
.br-section-wrapper {
    padding: 15px;
}
.table {
    font-size: 0.85rem;
}
/*
.table-purple > thead > tr > th, .table-purple > thead > tr > td {
    padding: 5px;
}

.table-purple.table-striped tbody tr:nth-of-type(2n+1) > th, .table-purple.table-striped tbody tr:nth-of-type(2n+1) > td {
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}
*/
.table-purple > tbody > tr > th, .table-purple > tbody > tr > td {
	color:#432776;
    padding-top: 10px;
    padding-bottom: 10px;
}
.table-purple > tbody > tr > th, .table-purple > tbody > tr > td a{
	color:#432776;
}
.table-purple > tbody > tr > th > a, .table-purple > tbody > tr > td a:hover{
	color:#fff;
}

.table-purple > tbody > tr > th a.a-th, .table-purple > tbody > tr > th 	a.a-th:hover{
  color: #fff;
}

.table-purple.table-striped.table-hover .a-th{
	color: #fff;
}
.table-purple.table-striped.table-hover tbody tr:hover > th a, .table-purple.table-striped.table-hover tbody tr:hover > td a{
	color:#fff;
}
.ckbox span::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.dropdown-item.active, .dropdown-item:active {
	background-color:#6F42C1;
}
.my-bselect{
	display: inline-block;
	min-width: 160px;
	float: none;	
}
.success{
	color:#23BF08;
	font-size: 1.1rem;
}
.danger{
	color:#dc3545;
	font-size: 1.1rem;
}
.iconWrapper{
  display: flex;
  justify-content: center;
  align-items: center;  
  width: 15px; height: 15px; 
  background-color: #fff; 
  border-radius: 15px;
}
.fa-1 {
 font-size:1em
}
.fa-2 {
 font-size:2em
}
.fa-3 {
 font-size:3em
}
.fa-4 {
 font-size:4em
}
.fa-5 {
 font-size:5em
}
.fa-6 {
 font-size:6em
}
#progressModal{
	padding-top:15%;
	overflow-y:visible;
}
#progressModal h3{
	margin:0;
}
#progressModal div.active{
	margin-bottom:0;
}
h6.tx-gray-800{
	position: relative;
}
h6.tx-gray-800::before {
    content: "";
    left: 0;
    right: 0;
    height: 2px;
    background: #F0F0F0;
    position: absolute;
    top: calc(50% - 1px);
}
h6.tx-gray-800 span {
    display: inline-block;
	padding-right: 20px;
    background: white;
    position: relative;
    z-index: 1;
}
a:not([href]):not([tabindex]).tx-white{
	color: #fff;
}
#divhome{
	background-image: url(../img/homebackground.jpg);
	background-repeat: no-repeat;
}
/******************************* UPLOAD IMAGE *************************************/
.file-upload {
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px;
    outline: none;
    opacity: 0;
    cursor: pointer;
}
.file-upload-input:before, .file-upload-input:after {
    cursor: pointer;
}
input[type='file']{
    cursor: pointer;
}
.div-upload-btn{
	width: 20%;
	display: inline-flex;	
}
.file-upload-btn{
	position: absolute;
	top: 0;
}
.image-upload-wrap {
	display: inline-flex;
	border: 2px dashed #5E37A6;
    max-width: 100%;
    width: 100%;
	height: 50px;	
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #5E37A6;
  border: 2px dashed #ffffff;
	cursor: pointer;
}

.image-upload-wrap:hover .drag-text strong{
	color: #fff;
	cursor: pointer;
}


.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
	text-align: center;
	width: 100%;
    cursor: pointer;
}

.drag-text strong {
	font-weight: 100;
	text-transform: uppercase;
	color: #898E94;
	text-align: center;
	width: 100%;
	line-height: 36px;
	height: 40px;
	cursor: pointer;
    font-size: 1rem;
}
.drag-text strong:hover {
	cursor: pointer
}

.file-upload-image {	
	max-height: 195px;
	max-width: 195px;
	margin: auto;
	padding-right: 15px;
	padding-bottom: 10px;	
}

.remove-image {
	width: 30px;
	margin: 0;
	color:#fff;
	background:#cd4535;
	border: none;
	padding: 5px;
	border-radius: 2px;
	transition: all .2s ease;
	outline: none;
	text-transform: uppercase;
	font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}
.col-upload{
	min-height: 50px;
}
.myPopover{
	padding-left: 10px;
	font-size: 1.2rem;
	margin-top: -0.3rem;
	color:#5E37A6;
	padding-right: 5px;	
}
.myPopover:hover{
	color:#3D3383;
}
.bas-upload{
	border-bottom: 1px #ccc solid;
	padding-bottom: 5px;
}


/************************************************** FIN UPLOAD IMAGE ************************/

/************************************************ UPLOAD IMAGE 2 *****************************/

.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;    
    color: #333;
    background-color: #fff;
    border-color: #ccc;    
}
.image-preview-input input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.image-preview-input-title {
    margin-left:2px;
}
.align-upload {
	text-align: right !important;
}
/************************************* FIN UPLOAD IMAGE 2 ****************************/
.mfp-iframe-scaler iframe {
	background:#fff;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.mw-95{
	max-width: 95%;
}
.switch-wrapper{
	margin-left: -11px;
}
/************************************** RANGER SLIDE ****************************************/
.irs-bar {
    background-color: #6F42C1;
	background-image: none;
}
.irs-bar-edge{
    background-color: #6F42C1;
	background-image: none;	
}
.irs-slider {
    cursor: pointer;
}
.irs-slider::before {
    background-color: #6F42C1;
    cursor: pointer;
}
.irs-from::after, .irs-to::after, .irs-single::after {
	border-top-color: #6F42C1;
	cursor: pointer;
}
.irs-from, .irs-to, .irs-single {
	background: #6F42C1;
	cursor: pointer;
}
/*
.irs-line-mid, .irs-line-left, .irs-line-right, .irs-bar, .irs-bar-edge, .irs-slider {
    background: none;
    background-color: #6F42C1;
}
*/
/*********************************** FIN RANGER SLIDE **************************************/

/********************************************* OPEN STREET MAP *****************************/
#map{ /* la carte DOIT avoir une hauteur sinon elle n'apparaît pas */
	height:400px;
	width: 100%;
	margin: 0;
	border-radius: 5px;
}
.leaflet-touch .leaflet-control-attribution a{
	display: none;
}
/******************************************* FIN OPEN STREET MAP ****************************/
iframe{
	max-width: 100%
}
body > iframe:nth-child(1n+3){
	max-height: 370px
}
@media screen and (max-width: 1024px) {
	.bloc-1024{
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.align-upload {
		text-align: left !important;
	}
}

