[v-cloak] { display:none; }
.promo-section {
    background-color: #f8f9fa;
    padding: 0rem 0rem 0.75rem 0rem;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #333;
    transition: transform 0.3s;
  }
  .promo-section:hover {
    transform: scale(1.05);
  }
  .titreBalance {
    font-size: 2.5rem;
    color: #333;
  }
  .colorNoir {
    color: #333;
  }
  .promo-amount {
    font-size: 3rem;
    font-weight: bold;
    color: #ff5733;
  }
  .promo-details {
    font-size: 1.2rem;
    color: #555;
    font-family: cursive;
  }
  .promo-date {
    font-size: 1.2rem;
    color: #888;
  }
  .promo-icon {
    width: 80px;
    height: 80px;
    fill: #ff5733;
    margin-bottom: 15px;
  }
  .my-5 {
    margin-bottom: 0.75rem !important;
    margin-top: 0rem !important;
  }
.STYLE-LIEN-FINAL{background-repeat:no-repeat;color: #3369a9;
font-size: 12px;
  font-family: arial;
  text-decoration: none;
  padding: 0;
  letter-spacing: 0.02em;
  font-weight: bold;
  font-style: italic;
margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  line-height: 30px;}
  
 /* Style Lien Chemin navigation */ 
  .Style-NAV {
    background-position: left center;
    background-repeat: no-repeat;
    text-decoration: underline;
    color: #707173;
    font-weight: bold;
    font-size: 12px;
    font-family: arial;
    background: url(arrow-breadcrumb.gif) right 4px no-repeat;
    padding: 0 12px 0 0px;
    margin: 0 4px 0 0px;
    vertical-align: baseline;
    line-height: 30px;
}
.aucuneTransformation{
    text-transform: none  ! important;
}
.align-center {text-align: center;}
.align-left {text-align: left;}
.align-right {text-align: right;}
.float-right {float: right;}
.float-left {float: left;}
.align-right-imp {text-align: right !important;}
 /* Style Combo */ 
.DIV-STYLE-COMBO {
    position: relative;
    overflow: hidden;
    background: #e6e6e6 url(img/btn-select.png) no-repeat 95% 50%;
    display: block;
    font-size: 140%;
	}
	
	.STYLE-COMBO {
 	border: 1px solid #E7E7E7;
    background: #fff;
	position: relative;
    z-index: 2;
    width: 100%;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 40px;
	font-size: 100%;
    margin: 0;
    vertical-align: baseline;
	font-family: Arial;
    color: #707173;

	
	}
	
.Style-Cadre-Recherche {
	/*background: #F2F2F2;*/
	background-color: #F8F8F8;
}

.Style-Div-Nombre-Enr {
	background:#004493;
	border-radius:50%;
	width:90px;
	height:90px;
}
.rond{
	border-radius:50%;
	width:90px;
	height:90px;
	background: #004493;
	border:none;
	outline:none;
	font: 13px Tahoma bold;
	color:white;
}
div.rond{

	text-align:center;
   /* margin-left: 15px;*/
}
div.rond span{
	position:relative;
	top:30px;
}
.Style-LIB-TOTAL {
	color:#FFFFFF;
	font-size:12px; 
	font-family: Roboto;

 
}

.Style-TOTAL {
    color: #FFFFFF;
    font-size: 20px;
    font-family: Roboto;
	/*position: absolute;
	bottom:20px;
	right:1px;
	left:40px;
	text-align: left;*/
}

.libRECH{
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    height: 27px;
    line-height: 27px;
	font-family:Museo700;
	font-weight : bold;

}
.BTN-MODIFIER {
    FLOAT: RIGHT;
    CURSOR: POINTER;
}

.tooltips
	{
	position: relative;
	cursor: help;
	display: inline-block;
	text-decoration: none;
	color: #707173;
	outline: none;
	font-family: Arial, Roboto, sans-serif;
	font-size: 12px;
	
	}
	
	.tooltips span
	{
	text-align:center;
	visibility: hidden;
	position: absolute;
	bottom: 30px;
	left: 10%;
	z-index: 99999;
	width: 210px;
	margin-left: -127px;
	padding: 10px;
	border: 2px solid #ccc;
	opacity: .9;
	background-color: #ddd;
	color: #222;
	background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
	text-shadow: 0 1px 0 rgba(255,255,255,.4);
	word-break: break-all;
	
	}
	
	.tooltips:hover
	{
	border: 0; 
	}
	
	.tooltips:hover span
	{
	visibility: visible;
	 word-break: break-all;
	}
	
	.tooltips span:before,
	.tooltips span:after
	{
	content: "";
	position: absolute;
	z-index: 1000;
	bottom: -7px;
	left: 50%;
	margin-left: -8px;
	border-top: 8px solid #ddd;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 0;
	}
	
	.tooltips span:before
	{
	border-top-color: #ccc;
	bottom: -8px;
	}
.stylized_select {
    position: relative;
    overflow: hidden;
    background: #e6e6e6 url(img/btn-select.png) no-repeat 95% 50%;
    display: block;
	color: #7F7C78;
	font-family:Arial;
	font-size:16.8px;


}
.stylized_select select {
    position: relative;
    z-index: 2;
    width: 100%;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 40px;
}
.stylized_select .input_wrapper {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 80%;
    padding: 0 17px 0 7px;
}
#body-text .worldwide-select-item form fieldset {
    width: 290px;
    margin: 0 auto;
    padding: 0;
}



.Style-Titre-Site{
	/*font: 400 33px Roboto;*/
	font: 400 30.55px Roboto;"
	font-weight: 400;
	color: #666;
	/*font-weight: bold;*/
	display: inline-block;
   /* margin-left: 200px;*/
	margin-bottom: 5px;
   text-align: center;
	
}
.ref-fatourati {
    background-color: #000000;
    color: white;
    font-size: 28px;
    padding: 5px;
}
.active{
    color:#df0c36 !important;
}
.modal-content-style{
	border-radius:0px;
	border-style: solid;
	border-width: 2px;
	border-color: #004493;
}
.modal-header-style{
	background-image: url(header-bg.png);
	padding:3px;
	font-family: Arial, Roboto, sans-serif;
	font-size: 20px;
	color: #004493;
	letter-spacing: 0.030000em;
	line-height: 1.100000em;
	vertical-align: middle;
}
.input-invisible{
	display:none !important;
}
.titre-h4{
	font-size:12px;
	font-weight: bold;
	color: #183D78;
}
.divCenter{
	text-align: center;
}
.divleft{
	text-align:left;
}

.libform{
	font-size:14px	
}

.imgpieceJointe{
	width:30px;
	height:30px;
}
.labelJoindre{
	margin:0 0 0 4px;
	text-decoration:none;
}
.fontSize{
	font-size:9px
}

.barcontentSpan{
	width: 0%
}
#progress-contrat{
	width: 176px;
}
#progress-contrat-container{
	width: 200px;
    margin-left: -130px;
}

.no-border-frame{
	border: 0px;
	width: 100%;
	height: 60px;
}

/****/
.containerSpinner {
  height: 5vh;
  display: grid;
  place-content: center;
}
.spinner {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 5px solid #ed0000;
  border-right-color: transparent;
  position: relative;
  animation-name: spinner;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spinner {
  to {
    transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -o-transform: rotate(1turn);
  }
}