@charset "UTF-8";
.header {
	
}
.footer {
	min-height: 200px;
	background-color: #ced4da;
}
.login-box {
	opacity: 0.85;
	width:300px;
	background-color: #ffe5d0;
	border-radius: 0 20px 0 20px;
}
.login-bgpage {
	background-image: url('/img/bg_accueil.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.home-bgpage {
	background-image: url('/img/bg_accueil.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.radius_10 {
	border-radius: 10px;
}
.btn-width {
	width:140px;
}
/*  print */
@media screen {
  #printSection {
      display: none;
  }
}

@media print {
  body * {
    visibility:hidden;
  }
  #printSection, #printSection * {
    visibility:visible;
  }
  #printSection {
    position:absolute;
    left:0;
    top:0;
  }
}
/*!
 * COLOR ADDITIONAL -> IGOR
 */
 /* blue */
.bg-b1 {background-color: #cfe2ff !important;}
.text-b1 {color: #cfe2ff !important;}
.border-b1 {border-color: #cfe2ff !important;}

.bg-b6 {background-color: #0a58ca !important;}
.text-b6 {color: #0a58ca !important;}
.border-b6 {border-color: #0a58ca !important;}

.bg-b7 {background-color: #084298 !important;}
.text-b7 {color: #084298 !important;}
.border-b7 {border-color: #084298 !important;}

 /* indigo */
.bg-i1 {background-color: #e0cffc !important;}
.text-i1 {color: #e0cffc !important;}
.border-i1 {border-color: #e0cffc !important;}

.bg-i6 {background-color: #520dc2 !important;}
.text-i6 {color: #520dc2 !important;}
.border-i6 {border-color: #520dc2 !important;}

.bg-i7 {background-color: #3d0a91 !important;}
.text-i7 {color: #3d0a91 !important;}
.border-i7 {border-color: #3d0a91 !important;}

 /* purple */
.bg-p1 {background-color: #e2d9f3 !important;}
.text-p1 {color: #e2d9f3 !important;}
.border-p1 {border-color: #e2d9f3 !important;}

.bg-p6 {background-color: #59359a !important;}
.text-p6 {color: #59359a !important;}
.border-p6 {border-color: #59359a !important;}

.bg-p7 {background-color: #432874 !important;}
.text-p7 {color: #432874 !important;}
.border-p7 {border-color: #432874 !important;}

 /* pink */
.bg-pk1 {background-color: #f7d6e6 !important;}
.text-pk1 {color: #f7d6e6 !important;}
.border-pk1 {border-color: #f7d6e6 !important;}

.bg-pk6 {background-color: #ab296a !important;}
.text-pk6 {color: #ab296a !important;}
.border-pk6 {border-color: #ab296a !important;}

.bg-pk7 {background-color: #801f4f !important;}
.text-pk7 {color: #801f4f !important;}
.border-pk7 {border-color: #801f4f !important;}

 /* red */
.bg-r1 {background-color: #f8d7da !important;}
.text-r1 {color: #f8d7da !important;}
.border-r1 {border-color: #f8d7da !important;}

.bg-r6 {background-color: #b02a37 !important;}
.text-r6 {color: #b02a37 !important;}
.border-r6 {border-color: #b02a37 !important;}

.bg-r7 {background-color: #842029 !important;}
.text-r7 {color: #842029 !important;}
.border-r7 {border-color: #842029 !important;}

 /* orange */
.bg-o1 {background-color: #ffe5d0 !important;}
.text-o1 {color: #ffe5d0 !important;}
.border-o1 {border-color: #ffe5d0 !important;}

.bg-o5 {background-color: #fd7e14 !important;}
.text-o5 {color: #fd7e14 !important;}
.border-o5 {border-color: #fd7e14 !important;}

.bg-o6 {background-color: #ca6510 !important;}
.text-o6 {color: #ca6510 !important;}
.border-o6 {border-color: #ca6510 !important;}

.bg-o7 {background-color: #984c0c !important;}
.text-o7 {color: #984c0c !important;}
.border-o7 {border-color: #984c0c !important;}

 /* yellow */
.bg-y1 {background-color: #fff3cd !important;}
.text-y1 {color: #fff3cd !important;}
.border-y1 {border-color: #fff3cd !important;}

.bg-y6 {background-color: #cc9a06 !important;}
.text-y6 {color: #cc9a06 !important;}
.border-y6 {border-color: #cc9a06 !important;}

.bg-y7 {background-color: #997404 !important;}
.text-y7 {color: #997404 !important;}
.border-y7 {border-color: #997404 !important;}

 /* green */
.bg-g1 {background-color: #d1e7dd !important;}
.text-g1 {color: #d1e7dd !important;}
.border-g1 {border-color: #d1e7dd !important;}

.bg-g6 {background-color: #146c43 !important;}
.text-g6 {color: #146c43 !important;}
.border-g6 {border-color: #146c43 !important;}

.bg-g7 {background-color: #0f5132 !important;}
.text-g7 {color: #0f5132 !important;}
.border-g7 {border-color: #0f5132 !important;}

 /* teal */
.bg-t1 {background-color: #d2f4ea !important;}
.text-t1 {color: #d2f4ea !important;}
.border-t1 {border-color: #d2f4ea !important;}

.bg-t6 {background-color: #1aa179 !important;}
.text-t6 {color: #1aa179 !important;}
.border-t6 {border-color: #1aa179 !important;}

.bg-t7 {background-color: #13795b !important;}
.text-t7 {color: #13795b !important;}
.border-t7 {border-color: #13795b !important;}

 /* cayn */
.bg-c1 {background-color: #cff4fc !important;}
.text-c1 {color: #cff4fc !important;}
.border-c1 {border-color: #cff4fc !important;}

.bg-c6 {background-color: #0aa2c0 !important;}
.text-c6 {color: #0aa2c0 !important;}
.border-c6 {border-color: #0aa2c0 !important;}

.bg-c7 {background-color: #087990 !important;}
.text-c7 {color: #087990 !important;}
.border-c7 {border-color: #087990 !important;}

 /* gray */
.bg-gray1 {background-color: #f8f9fa !important;}
.text-gray1 {color: #f8f9fa !important;}
.border-gray1 {border-color: #f8f9fa !important;}

.bg-gray2 {background-color: #e9ecef !important;}
.text-gray2 {color: #e9ecef !important;}
.border-gray2 {border-color: #e9ecef !important;}

.bg-gray3 {background-color: #dee2e6 !important;}
.text-gray3 {color: #dee2e6 !important;}
.border-gray3 {border-color: #dee2e6 !important;}

.bg-gray4 {background-color: #ced4da !important;}
.text-gray4 {color: #ced4da !important;}
.border-gray4 {border-color: #ced4da !important;}

.bg-gray6 {background-color: #6c757d !important;}
.text-gray6 {color: #6c757d !important;}
.border-gray6 {border-color: #6c757d !important;}

.bg-gray7 {background-color: #495057 !important;}
.text-gray7 {color: #495057 !important;}
.border-gray7 {border-color: #495057 !important;}

/*
*
* ==========================================
* PERSONNALISATION DU CHAMP
* ==========================================
*
*/

