.exceededLimit {
    color: red !important;
}

/*TITRE "Nos nouveaux produits" sur la page de login */
.titleActu{
	font-family: fantasy;
    padding-top: 15px;
    border-bottom: inset rgba(164,141,141,0.3);
    font-size: xxx-large;
	color:#914B93;
}

.sapMITBItem{
	padding-right:5px !important;
	border-right: dotted 2px lavender;
}

.dailyMess{
	font-family: fantasy;
    padding-top: 10px;
    border-bottom: inset rgba(164,141,141,0.3);
    font-size: x-large;
	color:#3F83BF;
	animation-duration: 2.8s;
   animation-name: clignoter;
   animation-iteration-count: infinite;
   transition: none;
}

@keyframes clignoter {
	0%   { opacity:1; }
	40%   {opacity:0.2; }
	100% { opacity:1; }
  }

/* Pour mettre en couleur les lignes commandées */
tr[data-isOrdered="true"]{
	background: #afe27f !important;
}

li[data-invoiceStatus="NOK"]{
	background: rgb(255, 188, 87) !important;
}

li[data-invoiceStatus="NNOK"]{
	background: rgb(255, 128, 78) !important;
}

li[data-invoiceStatus="NNOK"] .sapMSLIDescriptionText{
	font-weight: bold;
}

tr[data-isunlocked="true"]{
	background: rgba(0, 197, 5, 0.5) !important;
}

.selectedImagePub{
	border: 1rem solid #3F83BF;
}

.mediumSizeText{
	font-size:large
}

.colColorAchat{
	background-color:rgba(255, 160, 23, 0.3) !important;
}

.colColorVente{
	background-color:rgba(29, 163, 129, 0.5) !important;
}

.colColorMarge{
	background-color:rgba(0, 197, 5, 0.5) !important;
	/*background: @sapUiNeutralBG !important; */
}

.labelMargin{
	margin-right: 10px;
	margin-left : 10px;
}

.dailyMess{
	text-align: center;
	font-size:30px;
}

.linkOrder{
	background-color:rgba(164,141,141,0.3) 
}

.headerText{
	text-align:center !important;
	margin:10px;
}

.littleheaderText{
	text-align:center !important;
	margin:10px;
}

@media (min-device-width : 481px) {
	.littleheaderText{
		font-size:32px !important;
	}
	.headerText{
		font-size:40px !important;
	}	
}

.contentHtmlActu + div{
	width:99%;
}

.textAvMidi span{
	padding-top:20px;
}

.headerText .sapMBtnInner{
display:flex; 
font-style: italic;
height: 200%;
font-size:40px;

text-indent: inherit;

text-align-last: center;

padding-left: 0.75rem;
padding-top : 1rem;
padding-right: 0.75rem;

}

.cardCarousel .sapMImg{
	border-radius:7px;
}

.sapFCardContent{
	justify-content: center;
}

.textActu{
	color:#FDDF45;
	vertical-align: top;
	font: small-caps bold 4rem cursive; 
	align-items:start;
	background-color: #914B93;
	box-shadow: 5px 3px 12px 5px;
	border-radius: 10px;
	padding:10px;
}

.sapMPageEnableScrolling::-webkit-scrollbar-thumb {
	-webkit-border-radius: 1ex;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
	width: 40px;
	background-color: #007683 !important;/* Update color */
}

.imgBanniere{
	border-radius: 1% / 20%;
}

.inactiveItem{
	background-color:rgba(255, 23, 0, 0.7);
}

.totalClass{
	color:red;
	font-size:1.5em;
}

.testResize{
	width:"10%";
	height:"10%";
}


.textInfoSelectDep{
	color:#3449EE;
}

.separatorIconTab{
	padding-left:10px;
}

.testClassStyle{
	background-color: red;
}

.sapUiBlockLayoutBackgroundAccent .sapUiBlockLayoutRow.sapUiBlockLayoutBackgroundColorSet1 .sapUiBlockLayoutOddCell{
	background-color: #3F83BF;
	 
}

.sapUiBlockLayoutBackgroundAccent .sapUiBlockLayoutRow.sapUiBlockLayoutBackgroundColorSet1 .sapUiBlockLayoutEvenCell {
    background-color: #3FAEBF;
    
}

.sapUiBlockLayoutBackgroundAccent {
	border-radius: 10px;
}

.sapUiBlockLayoutSizeXL:not(.sapUiBlockLayoutKeepFontSize) .sapUiBlockCellContent {
	padding:1rem 2rem;
}

.switchSpe .sapMSwtOn:not(.sapMSwtAcceptReject) {
    background: #F87B7B;
    border-color: #F87B7B;
}

.switchSpe .sapMSwtOff:not(.sapMSwtAcceptReject) {
    background: #FBF2F2;
}

.switchSpe .sapMSwtOn:not(.sapMSwtAcceptReject):hover {
    background: #F87B7B;
    border-color: #F87B7B;
}

.redColor {
    color: red !important;
}

.subtitle{
	font-weight: bolder;
}

