:root {
	--hauteurEntete: 105px;
    --fontFamily: "FiraSans-Medium";
}
@font-face {
 font-family: "FiraSans-Medium";
 src: url("/Fonts/FiraSans-Medium.ttf");
}
@font-face {
font-family: "FugazOne-Regular";
src: url("Fonts/FugazOne-Regular.ttf");
}
@font-face {
 font-family: "FiraSans-Bold";
 src: url("/Fonts/FiraSans-Bold.ttf");
}
@font-face {
 font-family: "FiraSans-Italic";
 src: url("/Fonts/FiraSans-Italic.ttf");
}
@font-face {
 font-family: "FiraSans-LightItalic";
 src: url("/Fonts/FiraSans-LightItalic.ttf");
}

html {
	height: 100%;
	margin:0px;
	padding:0px;
    font-family: var(--fontFamily);
    font-size: 0.75em;
}
body {
	height:100%;
	margin:0px;
	padding:0px;
}
table {
	margin:0px;
	border-spacing: 0px;
}
div {
	margin:0px;
}
input {
    font-family: var(--fontFamily);
    font-size: 0.95em;
}
select {
    font-family: var(--fontFamily);
    font-size: 0.95em;
}
button {
    font-family: var(--fontFamily);
    font-size: 0.95em;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
}
.labelCheckBox {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}
.hrOU {
    border-style: inset;
    border-width: 1px;
    overflow: visible;
    text-align: center;
    height: 0px;
}
.hrOU:after {
    content: 'OU';
    background-color: #ccc;
    padding: 0px 4px;
    position: relative;
    top: -10px;
}
.hrOU2:after {
    content : 'OU créer une nouvelle entreprise :';
}


.noselect {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.entete {
	position:fixed;
	top:0px;
	height:var(--hauteurEntete);
	width:100%;
	z-index:1000;
	background-color:#fff;
}
@media print {
    .entete {
        display:none;
    }
    .menu {
        display:none;
    }
    .menuflipScroll {
        display:none;
    }
    .list {
        position:absolute;
        left:0px;
        width:100%;
        z-index:10000;
    }
    .containerList {
        position:absolute;
        left:0px;
        width:100%;
        z-index:10000;
    }
}

.logoNWS {
	height:var(--hauteurEntete);
}
#profilImg {
	padding-right:10px;
}
#profil {
	padding-right:10px;
}
.menu {
	position:fixed;
	padding-top:2px;
	top:var(--hauteurEntete);
    width:100%;
	z-index:999;
	background-color:#fff;
}
.menuPrincipal {
	height:30px;
	line-height:30px;
	border-right:1px solid #a0a0a0;
	padding-left:20px;
	padding-right:20px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.menuPrincipalOnglet {
	width:100%;
	border-bottom:1px solid #fff;
}
.ongletOpen {
	background-color:#fafafa;
    order:-1;
    border-bottom: 2px solid #fafafa;
}
.ongletClose {
	border-top:1px solid #e0e0e0;
	background-color:#eee;
    order:0;
    border-bottom: 1px solid #e0e0e0;
}
.ongletNonDisponible {
	display:none;
}

#page {
	position:relative;
    top:calc( var(--hauteurEntete) + 30px + 2px );
	height:calc(100% - calc( var(--hauteurEntete) + 30px + 2px ) - 20px);
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}
#contentPage {
	position:absolute;
	width:calc(100% - 10px);
	height:100%;
}
#contentWaiting {
    /*position:absolute;*/
    /*width:calc(100% - 20px);*/
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.4);
}
#blocAllInterractionSaufPopup {
    /*position:absolute;*/
    /*width:calc(100% - 20px);*/
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.4);
}

.nodalForm {
    z-index:10000;
    position:fixed;
    top:0px;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.4);
    overflow-y: auto;
}
.contentForm {
}

.titreForm {
    background-color:#44f;
    color:#fff;
    padding: 0px 10px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
}
.divForm {
    width:100%;
    overflow-x:hidden;
    overflow-y:auto;
}
.sTitreForm {
    color:#444;
    font-style: italic;
    text-decoration: underline;
    font-size: 15px;
    font-weight: bold;
    padding-bottom:10px;
}
.inputForm {
    width:300px;
    min-width:300px;
    max-width:300px;
    font-size: 1.1em;
}
.selectForm {
    width:308px;
    min-width:308px;
    max-width:308px;
    font-size: 1.1em;
}
.formStyleButton {
    cursor:pointer;
    background-color:rgba(0,0,0,.1);
    border:1px #000 solid;
    border-radius:10px;
    padding:5px;
}
.warning {
    color: #fff;
    background-color:rgba(255,0,0,.7);
}
.amminci {
    padding:1px 5px;
}
.formStyleButton:hover {
    color:#fff;
    background-color: rgba(128,128,255,1);
}

.formStyleButtonDrag {
    cursor:pointer;
    background-color:rgba(255,255,255,1);
    padding:5px;
    min-width:50px;
    min-height:50px;
    border-radius: 0px 16px 0px 0px;
    position: relative;
    overflow: hidden;
}
.formStyleButtonDrag:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 12px 12px 0;
    border-style: solid;
    border-color: #ccc #ccc #888 #888;
    background: #888;
    box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    /* Firefox 3.0 damage limitation */
    display: block; width: 0;
}
.formStyleButtonDrag.rounded {
    border-radius: 5px 0 5px 5px;
}
.note.rounded:before {
    border-width: 8px;
    border-color: #fff #fff transparent transparent;
    border-radius: 0 0 0 5px;
}

.formStyleButtonDrag:hover {
    color:#fff;
    background-color: rgba(128,128,255,1);
}
.formInputButton {
    cursor:pointer;
    background-color:rgba(0,0,0,.1);
    padding: 0px 6px 0px 6px;
    border:1px #000 solid;
    border-radius:10px;
    width: calc( 100% - 15px);
    min-width: calc( 100% - 15px);
    max-width: calc( 100% - 15px);
}
.formInputButton:hover {
    color:#fff;
    background-color: rgba(128,128,255,1);
}

#dataSearch  {
    z-index:10001;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.1);
    overflow-y: auto;
}
.dataSearch {
    background-color:#fff;
    color:#66f;
    border:4px solid #88f;
    border-radius: 15px;
    /*width: max-content;*/
    /*max-width:100%;*/
    width: fit-content;
    overflow-wrap: anywhere;
    padding:10px;
    user-select: none;
    text-align:center;
    box-shadow: 10px 10px 10px #004;
}
.dataSearchTR {
    border-bottom:1px solid #88f;
    cursor:pointer;
}
.dataSearchTR:hover {
    background-color:#ccf;
}
.buttonSearch {
    margin-top:10px;
    padding:8px;
    border:2px solid #88f;
    border-radius:10px;
    background-color:#fff;
    color:#88f;
}
.buttonSearch:hover {
    background-color:#88f;
    color:#fff;
}

#nodalPopup {
    z-index:10001;
    position:fixed;
    top:0px;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    overflow-y: auto;
}
#decalPopup{
    height:calc( var(--hauteurEntete) / 2);
}
.separationPopup {
    line-height:10px;
}
.popup {
    background-color:#eee;
    border:2px solid #000;
    border-radius: 15px;
    /*width: max-content;*/
    /*max-width:100%;*/
    width: fit-content;
    overflow-wrap: anywhere;
    padding:10px;
    user-select: none;
    text-align:center;
    box-shadow: 10px 10px 10px;
}
#titrePopup {
    background-color:#f44;
    color:#fff;
    padding: 0px 10px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
}
.buttonPopup {
    cursor:pointer;
    border-radius: 10px;
    background-color: #ddd;
    border: 1px solid #000;
    padding: 4px 15px;
}
.buttonPopup:hover {
    cursor:pointer;
    color:#fff;
    background-color: rgba(128,128,255,1);
}
.lienUrl {
    cursor:pointer;
    background-color:#d0d0ff;
}
.addButtonImg{
    position: relative;
    top: 5px;
    height: 18px;
}
.addButtonImgEdit{
    margin:0px 0px;
    position: relative;
    top: 2px;
    height: 16px;
    cursor:pointer;
}
.addButtonImgEdit:hover{
    transform:scale(1.5);
}
.addButtonImg:hover{
    transform:scale(1.5);
}
.addButton:hover .addButtonImg{
    transform:scale(1.5);
}
.addButtonImg:hover{
    transform:scale(1.5);
}
.classMailAlias{
    font-style: italic;
    color:#888;
}
.angleAddComment {
    position:relative;
}
.angleAddComment:before {
}
.angleAddComment:after {
    position:absolute;
    right:-1px;
    bottom:-1px;
    content:'';
	cursor:pointer;
    border-top: 20px solid transparent;
    border-right: 20px solid rgba(0,0,0,.1);
}
.angleComment {
    position:relative;
}
.angleComment:before {
}
.angleComment:after {
    position:absolute;
    right:-1px;
    bottom:-1px;
    content:'';
	cursor:pointer;
    border-top: 20px solid transparent;
    border-right: 20px solid rgba(0,255,0,.6);
}
.commentaireConteneur {
    width:600px;
    max-height:600px;
    overflow-x:hidden;
    overflow-y:auto;
}
.commentaireData {
    width:100%;
    text-align: left;
}
.commentaireDate {
    color:#666;
    font-weight: bold;
    font-size: 120%;
}
.commentaireAuteur {
    color: #f44;
    font-weight: bold;
    font-size: 120%;
}
.commentaireAuteurMoi {
    color: #44f;
    font-weight: bold;
    font-size: 120%;
}
.commentaireCommentaire {
    width:100%;
    text-align: right;
}
.commentaireMesCommentaire {
    width:100%;
    text-align: left;
}
.commentaire {
    width:95%;
    resize: vertical;
}




.formAdressePostalProposition {
}
.formAdressePostalProposition_hover, .formAdressePostalProposition:hover {
    background-color:#fff;
    color:#444;
}
.closeformAdressePostal {
    position:absolute;
    top:5px;
    right:4px;
    font-size:32px;
    color:red;
    padding:0px 2px;
    cursor:pointer;
}
.closeformAdressePostal:hover {
    background-color:red;
    color:white;
    border-radius:10px;
}
.validformAdressePostal {
    background-color: white;
    color: #44f;
    padding: 4px 10px;
    border: 2px solid #44f;
    border-radius: 10px;
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
}
.validformAdressePostal:hover {
    background-color:#44f;
    color:white;
    border-radius:10px;
}

.erp_fullPage {
    position: fixed;
    top:0px;
    right:0px;
    z-index: 10000;
    opacity:0;
}
