




.jFoedTooltip {
	border-radius: 5px; 
	border: 1px solid #DADFE3;
	background: #ffffff;
	color: #000000; 

}

/* Use this next selector to style things like font-size and line-height: */
.jFoedTooltip .tooltipster-content {
	font-family: Ubuntu, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	padding: 8px 10px;
	color: #909090; 
	
}

.titrejFoedTooltip {
    padding-bottom: 5px;
    padding-top: 11px;
    color: #797979;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;   
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}

.codejFoedTooltip {
	
    font-size: 14px;   
    color: white; 
    background: lightgrey;
    width: 2rem;
    height: 2rem;
    margin-top: 6px;
    display: inline-block;
    line-height: 2rem;
    text-align: center;
    margin-right: 0.5rem;    
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}

.desjFoedTooltip {
    border-top: 1px solid #eee;    
    -webkit-animation-duration: 1s;   
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    width: 29%;
    padding-right: 24px;
}
.comjFoedTooltip {
     border-top: 1px solid #eee;    
      font-style: italic;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}
.libjFoedTooltip {
	color: #797979;
    background-color: #f1f1f1;
    font-size: 13px;
    padding: 6px;
    width: 243px;
    font-weight: 500;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}
.valjFoedTooltip {    
   
    font-style: italic;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}


/* 03/01/2024 fca refonte style  */


.jFoedMainFormHeader .header-content {
	border-radius: 10px;
	box-shadow: 0 2px 20px #7772be29;
}
.formElt .selectWrapper .selectBox-dropdown, .formElt .selectWrapper .avdSelect-dropdown {
    border-radius: 20px !important;
    width: 95%;
}
.jFoedMainFormBody .tabNavWrapper, .jFoedEditorMainPane .tabNavWrapper {
	border-radius: 34px;
    margin-bottom: 11px !important;
    height: 50px;
    box-shadow: 0 2px 20px #7772be29;
	background: transparent !important;
}
/* .tabNav > li a, .tabNavWrapper .pagingNext a, .tabNavWrapper .pagingPrev a, .jFoedPanel-tabNav > li a, .jFoedComponent .jFoedPanel-pagingNext a, .jFoedComponent .jFoedPanel-pagingPrev a { */
/*     border-radius: 20px; */
/*     margin-top: 9px; */
/*     margin-left: 11px; */
/* } */
.jFoedPanel-tabNav>li.select a {
    color: #fff;
    border-radius: 20px !important;
    margin-top: 9px;
    margin-left: 11px;
    background-color: #EA6621;
}
#containerPortail .tabNavWrapper ul.jFoedPanel-tabNav li.select a {
    color: #FFFFFF;
    background-color: #EA6621;
    height: 49px;
     margin-top: 0px !important;
    margin-left: 0px !important;
    border-radius: 0px !important;
}
.tabNav>li, .tabNavWrapper .pagingPrev, .tabNavWrapper .pagingNext, .jFoedPanel-tabNav>li {
    background-image: url(../img/bg/mainonglet.jpg);
    border-radius: 20px;
    border-right: 0px solid #b9b9b9 !important;
    margin-right: 5px;
}
.jFoedPanel-gridCadre>h3 {
    border-radius: 20px;
}
select {
    border-radius: 20px;
    height: 25px;
}
.jFoedMainForm-allBt .button {
    border-radius: 20px !important;
}
#ah-search-footer .button {
    border-radius: 20px;
}
.tabNav > li, .tabNavWrapper .pagingPrev, .tabNavWrapper .pagingNext, .jFoedPanel-tabNav > li, .jFoedMainFormBody .pagingPrev, .jFoedMainFormBody .pagingNext {
    background-color: transparent !important;
}
#formAjoutDom .jFoedPanel-tabNav, #formAjoutSDom .jFoedPanel-tabNav, #formAjoutNiv .jFoedPanel-tabNav, #formAjoutFam .jFoedPanel-tabNav {   
   	background-color: #1E3758;
	border-radius: 34px;
    margin-bottom: 5px !important;
    height: 50px;
    box-shadow: 0 2px 20px #7772be29;
}
.jFoedSimpleForm form .tabContainer .jFoedSimpleForm-buttons a {
    border-radius: 20px;
}