html,
body {
	height: 100%;
	table-layout: fixed;
}
body {
	font-size: 15px;
	line-height: 1.50;
	color: #333333;
	background-color: #ffffff;
	position: relative;
	
}
.color-red {
	color: red;
}
.alignRight {
	text-align: right;
	
}

.backred {
	/*background-color: red;*/
	color: red;
	font-weight: bold;
}
.backgreen {
	/*background-color: red;*/
	color: green;
	font-weight: bold;
}
.icon-home {
	display: flex;
	align-items: center;
	position: absolute;
	top: 70%;
	transform: translateY(-50%);
	transition: all 0.2s;
	right: 25px;
	color: #cdcdcd;
}
.icon-home .fa-eye-slash {
	display: none;
}
.icon-home:hover {
	cursor: pointer;
	color: #333;
}

.icon {
	display: flex;
	align-items: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.2s;
	right: 25px;
}
.icon .fa-eye-slash {
	display: none;
}
.icon:hover {
	cursor: pointer;
	color: #333;
}

.logo {
	margin-left: auto;
	margin-right: auto; 
	background: transparent url(../img/logo2-x3.png) no-repeat center;
	width: 90px;
	height: 53px;
}

a {
	color: #333;
	text-decoration: none; 
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:focus,
a:active {
	outline: none;
}
.PageLogin {
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	background-color: #ccc;
	min-height: 100%;
}

ul {
    list-style: none;
}
.password {
	color: #495057;
	display: inline-block;
	padding: 6px;
	width: 100%;
	background-color: #FFF;
	border: 1px solid #cfcfcf;
	border-radius: 4px;
	
}
.password input {
	color: #495057;
	width: 90%;
	background: none;
	border: none;
	outline: none;
	
}

.resultLogin {
	height: 60px;
	
}

.title {
	margin-top: 10px;
	margin: 10px;
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-size: 24px;
	color: #000;
	font-weight: 500;
	background-color: #fff;
}
.border-bottom-title {
	border-radius: 8px 8px 0 0;
	border-bottom: 2px solid #000;
}
.title-suite {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding: 10px;
	font-size: 24px;
	color: #fff;
	background-color: #fff;
}
.border-bottom-suite {
	border-bottom: 2px solid #000;
}
.title2 {
	margin: 10px;
	padding: 10px;
	font-size: 18px;
	
}
.sTitre {
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	color: #333;
	text-align: center;
	
}
.container-form {
	max-height: 600px;
	overflow-y: scroll;
	/* Mozilla firefox */
	scrollbar-color: #aaa transparent;
	scrollbar-width: thin;

}
/* Chrome & Edge */
.container-form::-webkit-scrollbar {
	width: 8px;
	}
.container-form::-webkit-scrollbar-thumb {
	background: #aaa;
	border-radius: 8px;
	}
.titleTb {
	margin: 0;
	padding: 10px;
	background-color: #CCC;
	color: #fff;
	border: 1px solid #CCC;
	border-radius: 10px 10px 0 0;
}
.contentTb1 {
	min-height: 250px;
	max-height: 250px;
	padding: 10px;
	border: 1px solid #CCC;
	border-radius: 0;
    overflow: auto;
}
.contentTb2 {
	min-height: 250px;
	max-height: 250px;
	padding: 10px;
	border: 1px solid #CCC;
	border-radius: 0;	
    overflow: auto;
}
.contentTb3 {
	height: 200px;
	padding: 10px;
	border: 1px solid #CCC;
	border-radius: 0;
    overflow: auto;
}

.titleTb2 {
	margin: 0;
	padding: 10px;
	background-color: #333;
	color: #fff;
	border: 1px solid #333;
	border-radius: 10px 10px 0 0;
}

.previewPhoto {
	width: 300px;
}
.previewPhotoDetailProduit {
	width: 200px;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
.descriptionPhoto {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;	
}
.text-center {
	text-align: center;	
}
.text-right {
	text-align: right;	
}
.text-left {
	text-align: left;	
}
.right {
	float: right;	
	
}

.vert {
	color: #28922d;
	font-weight: bold;
}

.rouge {
	color: #ed2713;
	font-weight: bold;
}
.border-rounded {
	border: 1px solid #000;
	border-radius: 10px;
	
}
.border-bottom {
	border-bottom: 2px solid #000;
}
.border-top {
	border-top: 2px solid #000;
}

.custom-file-input ~ .custom-file-label:lang(fr)::after {
  content: "Parcourir";
}

/*--------- CSS campagnes ------*/

.infoCampagn {
	margin: 10px;
	padding-left: 10px;
	
	
}

.center {
	text-align: center;
}

.pad10 {
	padding: 10px;
	
}

/*------------------------------*/
.textGeneral {
	margin: 10px;
	padding-left: 10px;
	font-size: 14px;
	
}

.form-page {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding:15px;
}

.space {
	height: 25px;
	width: 100%;
	
}

.logo {
	padding-top: 0px;
	color: #000;
	display: block-inline;
}

.menu {
	text-align: right;
	padding-top: 20px;
	color: #000;
}

.center {
	margin: auto;
	padding : auto;
	text-align: center;
}


.imgLogo {
	margin-left: auto;
	margin-right: auto; 
	background: transparent url(../img/logo2-x1.png) no-repeat center;
	width: 350px;
	height: 204px;
}


.login {
	width: 400px;
	height: 600px;
	margin: 0 auto;
	padding: 40px;
	background-color: #FFF;
	border-radius: 20px;
	box-shadow: 1px 1px 12px #333;
}
.bg-color-2 {
	background-color:#333 !important;
	border: 2px solid #333;
	padding: 2px;
}
.brown {
color: 	#333;
	
}
.red {
	font-size: 11px;
	color: red;
	
}

.red2 {
	color: red;	
}
.spaceText {
	padding: 5px;
		
}

.bg-perso {
	background-color:#CCC !important;
	outline: none;
	
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.page-item.active .page-link {
    background-color: #333 !important;
    border: 1px solid grey;
	color: #FFF !important;
	outline: none;
}
.page-link {
    color: black !important;
	outline: none;
}
/* bouton export */
.export {
	background-color: transparent;
	color: #333;
}

.export:focus {
	background-color:transparent;
	color: #333;
}

.export:hover {
	background-color:transparent;
	color: #333;
	
}
.export:active {
	background-color: transparent !important;
	color: #333;
}
.buttonTb {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 80px;
	height: 80px;
	text-align: center;
	padding-top: 10px;
	border: 1px solid #000;
	border-radius: 50%;
	font-weight: bolder;
	color: #000;
	font-size: 20px;
	
}
.buttonAdmin {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 75px;
	height: 75px;
	text-align: center;
	padding-top: 20px;
	border: 1px solid #000;
	border-radius: 50%;
	
}
.listAdmin {
	display: block;
	text-align: center;
	color: #333;
}

/* bouton login */
.color-d4d2c6 {
	background-color:#333;
	border-color: #333;
	color: #fff;
}

.color-d4d2c6:visited {
	background-color:#333;
	border-color: #333;
	color: #fff;
	
}

.color-d4d2c6:focus {
	background-color:#333;
	border-color: #333;
	color: #fff;
}

.color-d4d2c6:hover {
	background-color:#333;
	border-color: #333;
	color: #fff;
	
}
.color-d4d2c6:active {
	background-color:#CCC !important;
	border-color: #333 !important;
	color: #fff;
}


/*bouton menu2 */

.color-menu2 {
	background-color:#CCC;
	border-color: #CCC;	
	color: #FFF;
}

.color-menu2:visited {
	background-color:#CCC;
	border-color: #CCC;
	
}

.color-menu2:focus {
	background-color:#CCC;
	border-color: #CCC;
}

.color-menu2:hover {
	background-color:#CCC;
	border-color: #CCC;
	
}
.color-menu2:active {
	background-color:#CCC !important;
	border-color: #CCC !important;
}


/*bouton menu */

.color-menu {
	background-color:#CCC;
	border-color: #333;	
	color: #333;
}

.color-menu:visited {
	background-color:#CCC;
	border-color: #333;
	
}

.color-menu:focus {
	background-color:#333;
	border-color: #333;
}

.color-menu:hover {
	background-color:#333;
	border-color: #333;
	
}
.color-menu:active {
	background-color:#CCC !important;
	border-color: #333 !important;
}

.pageCentral {
	padding-top: 50px;
}


/* bouton primary */
/*
.active {
	background-color:#CCC !important;
	border-color: #333 !important;
	color: #fff !important;
}
*/
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #f8f8f8 !important;
}

.dropdown-item.active {
    background-color: #CCC !important;
}

select:focus > option:checked,
select:focus > option:hover { 
    background: #333 !important;
	color: #FFF !important;
}
option:hover {
	background: #333 !important;
	color: #FFF !important;
}

/* css tab */
/*
.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}
*/
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 10px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid rgb(166,166,166);
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #32465B;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}




/* Media
---------------------------------- */
.media .fa {
	font-size: 24px;
	width: 40px;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	text-align: center;
}

/* Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo, Site Name, Site Slogan
---------------------------------- */
.logo {
	margin: 10px 10px 10px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

  #calendar-container {
    position: fixed;
	margin-top: 100px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .fc-header-toolbar {
    /*
    the calendar will be butting up against the edges,
    but let's scoot in the header's buttons
    */
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }
 .calendar__button {
	display: block;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #FFF;
	font-size: 30px;
	background-color: #9FA6B2 !important;
	border-radius: 50%;
	box-shadow: 0 6px 10px 0 #0000001a,0 1px 18px 0 #0000001a, 0 3px 5px -1px #0003;
	position: absolute;
	bottom: 30px;
	right: 30px;
	text-decoration: none;
	transition: transform 0.3s;
	
}

.calendar__button:hover {
	text-decoration: none;
	color: #FFF;
	transform: scale(1.2);
} 
  
  
  
/* color Categorie radio */

input[type="radio"].cat-white {
  display: none;
}
input[type="radio"].cat-white + label {
  padding: 0.8rem 0.8rem;
  border: 1px dashed #ccc;
}
input[type="radio"].cat-white:checked + label {
  border: 1px solid #000;
}

input[type="radio"].cat-blue {
  display: none;
}
input[type="radio"].cat-blue + label {
  padding: 0.8rem 0.8rem;
  border: 1px dashed #ccc;
  background-color: #b0daee;
}
input[type="radio"].cat-blue:checked + label {
  border: 1px solid #000;
}

input[type="radio"].cat-pink {
  display: none;
}
input[type="radio"].cat-pink + label {
  padding: 0.8rem 0.8rem;
  border: 1px dashed #ccc;
  background-color: #facefb;
}
input[type="radio"].cat-pink:checked + label {
  border: 1px solid #000;
}

input[type="radio"].cat-yellow {
  display: none;
}
input[type="radio"].cat-yellow + label {
  padding: 0.8rem 0.8rem;
  background-color: #f6f396;
  border: 1px solid #ccc;
}
input[type="radio"].cat-yellow:checked + label {
  border: 1px solid #000;
}

input[type="radio"].cat-green {
  display: none;
}
input[type="radio"].cat-green + label {
  padding: 0.8rem 0.8rem;
  background-color: #c2f9dd;
  border: 1px solid #ccc;
}
input[type="radio"].cat-green:checked + label {
  background-color: #c2f9dd;
  border: 1px solid #000;
}
input[type="radio"].cat-orange {
  display: none;
}
input[type="radio"].cat-orange + label {
  padding: 0.8rem 0.8rem;
  background-color: #FCE2AC;
  border: 1px solid #ccc;
}
input[type="radio"].cat-orange:checked + label {
  background-color: #FCE2AC;
  border: 1px solid #000;
}
/* color Categorie radio edit */

.categorie-color{
	z-index: 0;
}

@media (max-width:485px){

body, table, td {
	font-size: 14px;
	
}

.login {
	width: 300px;
	height: 450px;
	margin: 0 auto;
	padding: 20px;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 1px 1px 12px #333;
}

.nav-link {
	font-size: 14px;
}
}
@media (max-width:475px){
body, table, td {
	font-size: 12px;
	
}	
.logo {
	/*margin-left: auto;
	margin-right: auto; */
	background: transparent url(../img/logo2-x3.png) no-repeat;
	width: 250px;
	height: 47px;
}
.imgLogo {
	margin-left: auto;
	margin-right: auto; 
	background: transparent url(../img/logo2-x3.png) no-repeat center;
	width: 250px;
	height: 93px;
}
.nav-link {
	font-size: 14px;
}
}