html {
    min-height: 100%;
    /* background-color: #f8f8f8; */
}

.selInputRouge
{
	border:1px dashed red !important;
	border-radius:5px ;
	box-shadow:3px 3px 3px rgba(255, 0, 0, 0.5) ;
	cursor:copy ;
}
.selInputVert
{
	border:1px dashed green !important;
	border-radius:5px ;
	box-shadow:3px 3px 3px rgba(0, 255, 0, 0.3) ;
}

#frTache2
{
    position:fixed;
    background: white;
    width:400px;
    height: calc(100% - 54px);
    top:50px;
    right: 0px;
    border: 1px solid #CCC;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: -2px -2px 5px gray;
    z-index: 99999999;
}
.criteres
{
    background:#F2F2F2;
    border:2px solid white;
    border-radius:10px;
    box-shadow: 2px 2px 6px #CCC;
    padding:10px;
    margin-left:10px;
    margin-bottom:10px;
}
#criteres
{
    background:#F2F2F2;
    border:2px solid white;
    border-radius:10px;
    box-shadow: 2px 2px 6px #CCC;
    padding:10px;
    margin-left:10px;
    margin-bottom:10px;
}

.xdebug-error {
    position: fixed;
    top: 100px;
    left: 100px;
    z-index: 999999999;
    width: calc(100% - 200px);
    height: calc(100% - 200px);
}

.shepherd-has-title .shepherd-content .shepherd-header {
    background: #19BFC6 !important;
}

.shepherd-title {
    font-size: 1.4em !important;
    color: white !important;
}

#header-fixed {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
}

.shepherd-button {
    background: #F1474D !important;
}

.btAideBack {
    background-color: #AAA !important;
    position: absolute !important;
    left: 10px !important;
    font-size: 9pt !important;
    padding: 5px !important;
}

.btAideNext {
    background-color: #8D8 !important;
    font-size: 9pt !important;
    padding: 5px !important;
}

.btAideStop {
    background-color: #333 !important;
    font-size: 9pt !important;
    padding: 5px !important;
}

.btAideClose {
    background-color: #F88 !important;
    font-size: 9pt !important;
    padding: 5px !important;
}

.p1 {
    margin: 2px;
}

.p2 {
    margin: 2px;
}

.p3 {
    margin: 2px;
}

b {
    font-family: "LatoBold";
}

body {
    font-family: "Lato";
    font-size: 10.5pt;
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin: 0;
    background-color: #f8f8f8;
}

.divdemi 
{
    float:left;
    display:inline-block;
    background:white;
    border-radius: 10px;
    box-shadow: 2px 2px #DEDEDE;
    width: calc(100% - 40px);
    margin:10px;
    padding:10px;
}

textarea {
    resize: vertical !important;
}

ul {
    list-style-type: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.on_table_tr:hover {
    border-left: 2px solid #ED5252;
    -webkit-box-shadow: 1px 1px 3px 2px rgba(100, 100, 100, 0.5);
    -moz-box-shadow: 1px 1px 3px 2px rgba(100, 100, 100, 0.5);
    box-shadow: 1px 1px 3px 2px rgba(100, 100, 100, 0.5);
}
li:hover {
    background-image: url(/images/menuSelOn.png);
    background-size: 5px 100% ;
    background-repeat: no-repeat;
    background-color: #fff8f8;
    -webkit-box-shadow: 1px 1px 3px 2px rgba(100, 100, 100, 0.5);
    -moz-box-shadow: 1px 1px 3px 2px rgba(100, 100, 100, 0.5);
    box-shadow: 1px 1px 3px 2px rgba(100, 100, 100, 0.5);
}

.tableEdit table,
.tableEdit tr,
.tableEdit td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
    margin: 0px;
}

#btMenuGEco {
    border:2px solid blue;
}

#btMenuGEco:hover {
    box-shadow: 0px 0px 4px lightgrey;
    border:2px solid gray !important;
}

#moreinput {
    background-color: #DDDDDD
}

.shadow {
    -webkit-filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 1));
    filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 1));
}

.mytooltip, .arrow:after {
    background: #EEEEEE;
    border: 1px solid #333333;
}

.mytooltip {
    z-index: 999999999;
    position: absolute;
    padding: 5px;
    color: #333 !important;
    border: 1px solid #333 !important;
    border-radius: 10px;
    font-size: 0.8em !important;
    box-shadow: 1px 1px 2px #333;
    min-width: 60px !important;
    width: fit-content !important;
    height: fit-content !important;
    min-width: unset !important;
    min-height: unset !important;
    max-width: unset !important;
    max-height: unset !important;
}

.titreSection {
    margin: 5px;
    border: 2px solid white;
    border-radius: 5px;
    width: calc(100% - 15px);
    font-family: LatoBold;
    color: #FFFFFF;
    background: #65798C;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    text-indent: 10px;
}

.titreSection2 {
    margin: 5px;
    margin-top: -4px;
    border: 2px solid white;
    border-radius: 5px;
    width: calc(100% - 15px);
    font-family: Lato;
    font-size: 0.9em;
    color: #FFFFFF;
    background: #555;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-indent: 10px;
}

.arrow {
    width: 50px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: calc(25% - 25px);
    bottom: -16px;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
    left: 20%;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 20px;
    height: 20px;
    box-shadow: 1px 1px 2px #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}

.bibgauchefiles {
    background-color:#ffffff;
}

/* Focus */
@keyframes bouton_blink {
    0% {
        filter: brightness(1);
        filter: contrast(1);
        -webkit-filter: brightness(1);
        -webkit-filter: contrast(1);
    }

    50% {
        filter: brightness(2);
        filter: contrast(2);
        -webkit-filter: brightness(2);
        -webkit-filter: contrast(2);
    }
}
.text_blink {
	animation: text_blink_animate 2s linear infinite; 
}
@keyframes text_blink_animate { 
   0%{ 
     opacity: 0; 
   } 
   80%{ 
     opacity: 1; 
   } 
   100%{ 
     opacity: 0; 
   } 
} 

@keyframes bouton_blink2 {
    0% {
        filter: brightness(1);
        filter: contrast(1);
        -webkit-filter: brightness(1);
        -webkit-filter: contrast(1);
    }

    50% {
        filter: brightness(1.5);
        filter: contrast(1.5);
        -webkit-filter: brightness(1.5);
        -webkit-filter: contrast(1.5);
    }
}

input:focus,
input[type=password]:focus,
select:focus,
textarea:focus,
a:focus {
    outline: none;
    border-bottom: 3px solid rgba(237, 82, 83, .6);
    animation-name: bouton_blink2;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.selectOpt {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
    height: 30px;
    border: 1px solid black;
    border-radius: 5px;
}

.selectOpt select {
    font-family: LatoBold;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 8px 5px;
    outline: 0;
    border: 1px solid #000000;
    border-radius: 5px;
    background: #ffffff;
    color: #a3a3a3;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.selectOpt select::-ms-expand {
    display: none;
}

.selectOpt select:hover,
.selectOpt select:focus {
    color: #000000;
    background: #cccccc;
}

.selectOpt select:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.select_arrow {
    position: absolute;
    top: 15px;
    right: 5px;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0px 5px;
    border-color: #7b7b7b transparent transparent transparent;
}

.selectOpt select:hover~.select_arrow,
.selectOpt select:focus~.select_arrow {
    border-top-color: #000000;
}

.selectOpt select:disabled~.select_arrow {
    border-top-color: #cccccc;
}

button:focus {
    outline: none;
    animation-name: bouton_blink;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

button:disabled {
    -webkit-filter: grayscale(1.0) brightness(85%);
    cursor: not-allowed;
}

.ui-datepicker-buttonpane {
    font-size: 10px !important;
}
.ui-datepicker-week-col {
    color:#900;
    font-family: LatoBold;
    font-size: 0.85em;
    text-align: center;
}

@-moz-document url-prefix(http: //),url-prefix(https://) {

    scrollbar {
        -moz-appearance: none !important;
        background: rgb(0, 255, 0) !important;
    }

    thumb,
    scrollbarbutton {
        -moz-appearance: none !important;
        background-color: rgb(0, 0, 255) !important;
    }

    thumb:hover,
    scrollbarbutton:hover {
        -moz-appearance: none !important;
        background-color: rgb(255, 0, 0) !important;
    }

    scrollbarbutton {
        display: none !important;
    }

    scrollbar[orient="vertical"] {
        min-width: 1px !important;
    }
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    margin: 0px;
    padding: 0px;
    top: 0px;
    background: #DDD !important;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    border-radius: 3px;
/* background: red !important; */}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(50, 50, 50, 0.4);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
    background: #F1474D;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(50, 50, 50, 0.3);
}

.star {
    position: relative;

    display: inline-block;
    width: 0;
    height: 0;

    margin-left: .9em;
    margin-right: .9em;
    margin-bottom: 1.2em;

    border-right: .3em solid transparent;
    border-bottom: .7em solid #FC0;
    border-left: .3em solid transparent;

    /* Controlls the size of the stars. */
    font-size: 14px;
}

.star:before, .star:after {
    content: '';

    display: block;
    width: 0;
    height: 0;

    position: absolute;
    top: .6em;
    left: -1em;

    border-right: 1em solid transparent;
    border-bottom: .7em solid #FC0;
    border-left: 1em solid transparent;

    transform: rotate(-35deg);
}

.star:after {
    transform: rotate(35deg);
}


#pleinecran {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: none;
}

#partiedroite {
    width: 100%;
    height: 100%;
}

#coinarrondi {
    position: fixed;
    left: 320px;
    top: 64px;
    z-index: 99;
    width:30px ;
    height:30px ;
}

#tout {
    margin: auto;
    width: 100%;
    height: 100%;
    border: 0px solid #2F343A;
    float: unset;
}

#centre {
    clear: both;
    float: left;
    height: 655px;
    margin: auto;
}

#navigation {
    width: 320px;
    height: 100% ;
    background-color: #ED5252;
    z-index: 9999;
}

#navigation2 {
    width: 320px;
    height: calc(100% - 44px) !important;
    background-color: #ED5252;
    z-index: 9999;
}

#btMenuNavigation {
    position: fixed;
    width: 25px;
    height: 25px;
    background-image: url('/images/menuClose.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 10px;
    top: 5px;
    cursor: pointer;
}

#frameBib {
    z-index: 999999999;
}

#frameBibPlan {
    z-index: 999999999;
}

#menu {
    clear: both;
    width: 100%;
    position: relative;
    bottom: 0px;
    float: unset;
    z-index: 1111;
}

#menuBasGauche {
    clear: both;
    float: left;
    width: 320px;
    position: fixed;
    bottom: 0px;
    z-index: 1111;
}

#menugaucheall {
    height: 100%;
}

#programme {
    margin: 0px;
    padding: 0px;
    top: 0px;
    height: calc(100% - 48px);
    width: 100%;
    background-color: #f8f8f8;
}

#partieprogramme {
    padding-top: 10px;
    overflow-y: auto !important;
    overflow-x: auto !important;
    position: absolute;
    top: 65px;
    width: calc(100% - 320px);
    height: calc(100% - 113px);
    background-color: #f8f8f8;
}

#partieprogramme2 {
    position: absolute;
    top: 65px;
    width: calc(100% - 320px);
    height: calc(100% - 124px);
    background-color: #f8f8f8;
    overflow: hidden;
    /*width: 100%;*/
}

#corps {
    float: left;
    height: calc(100% - 48px);
    width: 700px;
    background-color: #f8f8f8;
    border-left: 1px solid #AAAAAA;
}

#vignetteentreprise {
    float: left;
    margin: 10px;
    padding: 5px;
    width: 70%;
    min-width: 400px;
    height: unset;
    min-height: unset;
    background-color: #ffffff;
    font-size: 0.9em;
    border: 1px solid white;
    border-radius: 10px;
    height: fit-content;
    box-shadow: 2px 2px 6px #CCC;
}

#vignetteentreprise img {
    float: left;
    width: 30%;
    margin: 10px;
    max-width: 170px;
}

#logoEntr {
    width: 216px !important;
    height: 170px !important;
    box-shadow: 2px 2px 4px #DDD;
    border-radius: 5px;
    margin: 10px !important;
    max-width: unset !important;
} 

.affaireAgenda
{
    display:inline-block;
    cursor:pointer;
    padding: 2px;
    background: #ed5253;
    color: white;
    border-radius: 5px;
    width: auto;
    margin: auto;
    box-shadow: 2px 2px 5px #333;
    margin: 4px;
}
.affaireAgenda:hover
{
    background: #fe6364;
}

.bulleDivAccueil 
{
	float:right;
	color:white;
	background:red;
	border:1px solid black;
	line-height:15px;
	height:15px;
	width:15px;
	padding:4px;
	text-align:center;
	border-radius:17px;
	font-size:11px;
	margin-left:5px;
	margin-right:0px;
	margin-top:2px ;
}

.divAccOnglet {
    float: left;
    padding: 0px;
    background-color: #ffffff;
    border: 1px solid white;
    border-radius: 5px;
    border-top-right-radius: 17px;
    border-top-left-radius: 0px;
    overflow: hidden;
    box-shadow: 2px 2px 6px #CCC;
    width:100%;
    height:calc(100% - 40px);
    margin:0;
}

#divTaches {
    float: left;
    margin: 10px;
    padding: 0px;
    width: 100%;
    height: calc(100% - 315px);
    background-color: #ffffff;
    border: 1px solid white;
    border-radius: 5px;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    overflow: hidden;
    box-shadow: 2px 2px 6px #CCC;
}

.divAccueilOngletTitre
{
    float:left;
    width:240px;
    border-top-right-radius:15px;
    border-top-left-radius: 5px;
    border:2px solid white;
    font-size: 1.2em;
    color:white;
    background : #F1474D;
    padding:5px;
    line-height: 30px;
    padding-left:15p ;
    padding-right:10px;
    z-index:9 ;
    cursor:pointer;
}
.divAccueilOngletTitre:hover
{
    filter:brightness(1.3) ;
}

.divAccueilOngletTitre img
{
    margin-left:5px;
    margin-right:10px;
    float:left;
    cursor:pointer;
}

.divAccueilOngletTitreOff
{
    background : #666;
    z-index:1 ;
}

#divTachesTitre
{
    font-size: 1.2em;
    color:white;
    background : #F1474D;
    padding:5px;
    line-height: 30px;
    padding-left:15p ;
    padding-right:10px;
}


#divTachesListe
{
    display: block;
    padding:10px;
}

#divParapherListe
{
    display: block;
    padding:10px;
}

#divDernAcces {
    float: left;
    margin: 10px;
    padding: 0px;
    width: 100% ;
    height: calc(100% - 420px);
    background-color: #ffffff;
    border: 1px solid white;
    border-radius: 5px;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    overflow: hidden;
    box-shadow: 2px 2px 6px #CCC;
}
#divDernAccesTitre
{
    font-size: 1.2em;
    color:white;
    background : #F1474D;
    padding:5px;
    line-height: 30px;
    padding-left:15px;
    padding-right:10px;
}

#divDernAccesListe
{
    display: block;
    padding:10px;
}

#nomclient {
    font-family: LatoBold;
}

#nomclient span {
    width: 90px;
    display: inline-block;
}

#responsable {
    font-family: Lato;
    margin-top: 5px;
}

#responsable span {
    width: 90px;
    display: inline-block;
}

#contacts {
    float: left;
    font-family: Lato;
    margin-top: 50px;
}

#adresse {
    font-family: Lato;
}

#adresse span {
    width: 90px;
    display: inline-block;
}

#voie {
    font-family: Lato;
}

#voie span {
    width: 90px;
    display: inline-block;
}

#complement {
    font-family: Lato;
}

#complement span {
    width: 90px;
    display: inline-block;
}

#code {
    font-family: Lato;
    margin-top: 10px;
}

#code span {
    width: 90px;
    display: inline-block;
}

#ville {
    font-family: Lato;
}

#ville span {
    width: 90px;
    display: inline-block;
}

#tel {
    font-family: Lato;
    margin-top: 10px;
}

#tel span {
    width: 90px;
    display: inline-block;
}

#tel2 {
    font-family: Lato;
}

#tel2 span {
    width: 90px;
    display: inline-block;
}

#mail {
    font-family: Lato;
    margin-top: 10px;
}

#version {
    font-family: Lato;
    margin-top: 10px;
}

#mail span {
    width: 90px;
    display: inline-block;
}

.contactus {
    text-decoration: none;
    color: #2F343A;
}

#vignetteglobalproject {
    float: right;
    width: 20%;
    font-size: small;
    margin: 2%;
    position: absolute;
    right: 0px;
    max-width: 200px;
}

#vignetteglobalproject img {
    width: 80%;
}

#listetaches {
    clear: both;
    margin-left: 5px;
    margin-right: 5px;
    height: unset;
    width: calc(100% - 10px);
    text-align: center;
    align-content: center;
    display: inline-block;
}

#listecarte {
    clear: both;
    margin-left: 2px;
    margin-right: 2px;
    height: unset;
    width: calc(100% - 4px);
    display: inline-block;
    height:calc(100% - 275px);
}

#carte {
    margin-top:10px;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 30px);
    border-radius: 10px;
    border: 2px solid white;
    padding: 5px;
    background: white;
    height: calc(100% - 30px);
}

#listesynthese {
    clear: both;
    margin-left: 10px;
    margin-right: 10px;
    height: unset;
    overflow: hidden;
    overflow-x: hidden;
    max-height: 70%;
    min-height: 70%;
    height: 70%;
}

#liste_synthese_tab_menu {
    line-height: 30px;
    width: 100%;
    height: 30px;
    max-height: 30px;
    background-color: #29BFC5;
    color: white;
    font-size: 0.8em;
    border: 1px solid white;
    border-radius: 5px;
    margin-top: 4px;
    margin-bottom: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.casetab
{
    width:100% ;
    height:100% ;
    cursor:pointer;
}
.casetab:hover
{
    background: #8c8;
}

.liste_synthese_tab {
    font-size: 10pt;
    width: 100%;
    overflow-x: auto;
    display: none;
    margin-bottom: 20px;
    height: calc(100% - 100px) !important;
    min-height: calc(100% - 100px) !important;
    max-height: calc(100% - 100px) !important;
}

#piedtaches {
    clear: both;
    margin-left: 10px;
    margin-right: 10px;
    height: 40px;
}

#img_schema_div {
    display: inline-block;
    float: left;
    width: 60%;
    margin-top: 10px;
    padding: 2%;
    text-align: center;
    display: flex;
}

#img_schema {
    background-image: url(/images/diagramme@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    height: 370px;
    width: 420px;
    margin: auto;
}

#img_schema img {
    float: left;
    width: 350px;
    margin-left: 47px;
    margin-top: 20px;
    margin-right: 22px;
}

#tab_schema {
    float: left;
    width: 258px;
    height: 370px;
    text-align: center;
    align-content: center;
    display: inline-block;
}

#tab_alert {
    border: none;
    height: 190px;
    width: 100%;
    margin-top: 70px;
}

#tab_botinfo {
    width: 100%;
    height: 35px;
    float: left;
}

#tabtitre_schema {
    float: left;
    width: calc(100% - 4px);
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
    color: white;
    border: 2px solid white;
    border-radius: 10px;
}

.tabelem_schema {
    float: left;
    width: 70%;
    text-align: left;
    height: 35px;
    line-height: 35px;
    border-right: 1px solid white;
    text-indent: 15px;
    font-size: 1.1em;
}

.tabelemvar_schema {
    float: left;
    width: calc(30% - 2px);
    text-align: right;
    height: 35px;
    line-height: 35px;
}

.tabelemvar_schema a {
    margin-right: 10px;
}

#titretabtache {
    line-height: 33px;
    text-align: left;
    text-indent: 15px;
    height: 35px;
    font-family: LatoBold;
    color: white;
    border: 1px solid white;
    border-radius: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#titretabtache a {
    max-width: 70%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.btOptionsDates {
    background:#3A3A3A;
    border:none;
    color:white;
    border-radius:4px;
    height:20px;
    width:20px;
    font-size:12px;
    float:left;
    margin:4px;
    font-family: LatoBold;
    box-shadow: 1px 1px 2px #333;
    text-shadow: 1px 1px 4px #888;
}
.btOptionsDates:hover {
    background:#fa9f00;
}
.btRetourAccueil {
    position: absolute;
    right: 20px;
    cursor: pointer;
    font-size: 0.8em;
}

#titretabcoord {
    width: 70%;
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    line-height: 35px;
    text-align: left;
    text-indent: 15px;
    height: 35px;
    font-family: Lato;
    color: white;
}

#titrepage {
    line-height: 30px;
    text-align: center;
    height: 38px;
    color: #2F343A;
    font-size: 13pt;
    font-family: LatoBold;
}

#entabtache {
    float: left;
    height: 30px;
    width: 100%;
}

#entetemenutabtache {
    float: left;
    width: 24%;
    font-family: Lato;
    padding-top: 5px;
    padding-left: 5px;
}

#enteteaffairetabtache {
    float: left;
    width: 14%;
    font-family: Lato;
    padding-top: 5px;
}

#enteteinfotabtache {
    float: left;
    width: 61%;
    font-family: Lato;
    padding-top: 5px;
}

.font {
    font-family: LatoBold;
    font-size: 14px;
}

.titregras {
    width:100%;
    height:30px;
    text-indent: 5px;
}

.titregras label {
    margin-left: 5px;
    font-size: 11pt;
    font-weight: bold;
}

/************************************************************************************************************************
************************************************ Définition des entetes *************************************************
************************************************************************************************************************/
.entete {
    height: 65px;
    font-family: Lato;
    color: white;
    width: 100%;
    display: inline-block;
}

#entete1 {
    height: 55px;
    font-family: Lato;
    color: white;
    width: 100%;
}

#entete1menugauche {
    float: left;
    font-size: 12px;
    margin-top: 0px;
    margin-left: 5px;
    cursor: pointer;
    padding-left: 5px;
    z-index: 99;
    position: fixed;
    line-height: 20px;
}

#entete1menugauche a {
    text-decoration: none;
    top: 2px;
}

#enteteBoutons {
    width: 100%;
    height: 30px;
}

#enteteBoutonsF {
    width: 35px;
    height: 30px;
    float: left;
    margin-left: 10px;
}

#enteteBoutonsB {
    width: 35px;
    height: 30px;
    float: left;
}

#enteteBoutonsP {
    width: 35px;
    height: 30px;
    float: left;
}

#enteteBoutonsA {
    width: 40px;
    height: 40px;
    float: right;
}

#enteteBoutonsM {
    margin-top:3px;
    width: 35px;
    height: 30px;
    float: left;
    margin-top: 3px;
}

#enteteBoutonsT {
    width: 35px;
    height: 30px;
    float: left;
}

#enteteBoutonsN {
    width: 35px;
    height: 30px;
    float: left;
}

#enteteBoutonsQ {
    width: 35px;
    height: 30px;
    float: right;
}

#enteteBoutonsOptions {
    width: 100%;
    height: 25px;
    background-color: #F1474D;
}

.basMenuArrondi {
    width: 100%;
    height: 25px;
    background-color: #F1474D;
    float: left;
}

#enteteBoutonsOptionsF {
    display: none;
    width: 100%;
    height: 100%;
}

#enteteBoutonsOptionsB {
    display: none;
    width: 100%;
    height: 100%;
}

#enteteBoutonsOptionsP {
    display: none;
    width: 100%;
    height: 100%;
}

#enteteBoutonsOptionsA {
    display: none;
    width: 100%;
    height: 100%;
}

#enteteBoutonsOptionsQ {
    display: none;
    width: 100%;
    height: 100%;
}

#rechercheaffaire {
    position: relative;
    border-radius: 5px;
    border: 0px solid;
    height: 38px;
    width: 300px;
    margin-left: 10px;
    margin-top: 2px;
    padding-left: 30px;
    background-image: url(/images/search.png) !important;
    background-repeat: no-repeat !important;
    background-position-y: 0px !important;
    color: #333333;
    font-family: Lato;
	text-indent: 10px;
	font-size: 1.1em;
    background:transparent;
}

#rechercheaffaire:focus {
    background-image: none;
}

#rechercheaffaireauto {
    position: relative;
    border-radius: 5px;
    border: 0px solid;
    height: 38px;
    width: 300px;
    margin-left: 10px;
    margin-top: 2px;
    padding-left: 30px;
    background-image: url(/images/search.png) !important;
    background-repeat: no-repeat !important;
    background-position-y: 0px !important;
    color: #333333;
    font-family: Lato;
	text-indent: 10px;
	font-size: 1.1em;
    background:transparent;
}

#rechercheaffaireauto:focus {
    background-image: none;
}

#divmenus {
	width: 320px;
	height: calc(100% - 0px);
}

.btGrand {
    margin-left: 10px;
    width: 300px;
    margin-top: 2px;
    height: 38px;
    border: 1px solid white;
    border-radius: 19px;
    background-color: #ED5252;
    color: white;
    font-size: 1em;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.btGrand:hover {
    background-color: #8bb99d;
}

.btRouge {
    border: 1px solid white;
    border-radius: 12px;
    background-color: #ED5252;
    color: white !important;
    font-size: 1em;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}
.btRougeOn
{
  filter:grayscale(100%) brightness(40%) sepia(100%) hue-rotate(76deg) saturate(800%) contrast(0.8); 
}

.btRouge label {
    color: white !important;
}

.btRouge:hover {
    background-color: #8bb99d;
}

.btRouge2 {
    line-height: 18px;
    font-size: 0.8em;
    height: 20px;
    padding-top: 0px;
}

.btRougeImg {
    border: 1px solid white;
    border-radius: 15px;
    width: 26px;
    height: 26px;
    background-color: #ED5252;
    color: white;
    font-size: 1em;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 2px;
    display: inline-block;
}

.btRougeImg:hover {
    background-color: #8bb99d;
}

.btTabRouge {
    border: 1px solid white;
    border-radius: 12px;
    background-color: #ED5252;
    color: white !important;
    font-size: 1em;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    line-height: 25px;
    margin-top: 5px;
}

.btTabRouge label {
    color: white !important;
}

.btTabRouge:hover {
    background-color: #8bb99d;
}

.btGris {
    border: 1px solid white;
    border-radius: 12px;
    background-color: #999999;
    color: white !important;
    font-size: 1em;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}

.btGris:hover {
    background-color: #8bb99d;
}

.btGris label {
    color: white !important;
}

.btGrisImg {
    border: 1px solid white;
    border-radius: 15px;
    width: 26px;
    height: 26px;
    background-color: #ED5252;
    color: white;
    font-size: 1em;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 2px;
    display: inline-block;
}

#btChat
{
    position:absolute;
    border-radius:42px;
    height:80px;
    width:80px;
    background:#F4CB54;
    bottom:-25px;
    right:-25px;
    border:4px solid #34383e;
}

#btChat img 
{
    filter:brightness(0.1);
    margin-top:14px;
    margin-left:14px;
    width:40px;
}

#btChat:hover
{
    filter: brightness(2);
}

#nbNewMesg
{
    position: absolute;
    margin-top:-40px;
    margin-left: 40px;
    color:white;
    padding:2px;
    font-size: 8px;
    background-color: red;
    width:10px;
    height: 10px;
    vertical-align: middle;
    text-align: center;
    border-radius: 7px;
    box-shadow: 1px 1px 4px black;
}

#frChat
{
    z-index: 9999999;
    position:fixed;
    width:700px;
    height:100%;
    top:0px;
    right:0px;
    border:1px solid #888;
    z-index:9999999;
    box-shadow: 0px -2px 10px #888;
    max-width: 100%;
}

.cadre {
    margin: 10px;
    padding:10px; 
    border: 2px solid white;
    border-radius: 5px;
    background-color: #DEDEDE;
    width:calc(100% - 40px) ;
}

.btAddPlus {
    cursor: pointer;
    width: 45px;
    height: 45px;
}

.btAddPlus:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

.btAddPlus2 {
    cursor: pointer;
    width: 45px;
    height: 45px;
}

.btAddPlus2:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

#divBtAdd {
    position: absolute;
    left: 265px;
    bottom: 50px;
    z-index: 9999999;
}

#btAide1 {
    margin-left: 5px;
    width: 150px;
    float: left;
}

#btAide2 {
    margin-left: 5px;
    width: 150px;
    height: 18px;
    font-size: 0.6em;
}

#btAide3 {
    margin-left: 5px;
    height: 18px;
    width: 150px;
    font-size: 0.6em;
}

#titremenugauche {
    color: white;
    margin-top: 25px;
    font-size: 1.2em;
    text-align: center;
    width: 280px;
    margin-left: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    top: 0px;
    z-index: 0;
}

#titremenu {
    font-family: Latobold; 
    float: left;
    margin-top: 33px; 
    margin-left: 100px ;
    font-size: 17px; 
    text-align: left; 
    color: #FFFFFF; 
    width: calc(100% - 250px);
    white-space: nowrap; 
    text-overflow: ellipsis; 
    overflow: hidden; 
    position: fixed;
}

#titremenu_solo {
    font-family: LatoBold;
    font-weight: 300;
    float: left;
    margin-top: 33px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#entetemenu {
    background-color: #2F343A;
    width: 320px;
    border-right: 1px solid #2F343A;
}

#titrecorps {
    float: left;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    width: 60%;
    text-align: center;
}

#entetecorps {
    background-color: #FD7979;
    width: 700px;
}

#mailsend {
    float: right;
    margin-right: 25px;
    margin-top: -10px;
    width: 30px;
}

#mailsend2 {
    float: right;
    margin-right: 25px;
    margin-top: -10px;
    width: 30px;
}

#enteteretour {
    float: left;
    width: 100%;
    height: 20px;
    margin-top: -15px;
    margin-left: 15px;
    font-size: 9pt;
    /* display: none; */
}

#entetemenugauche {
    float: left;
    font-size: 12px;
    margin-top: 35px;
    margin-left: 5px;
    cursor: pointer;
    padding-left: 5px;
    z-index: 99;
    position: fixed;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#entetemenugauche a {
    text-decoration: none;
}

#entetemenudroite {
    font-size: 1em;
    margin-top: 33px;
    z-index: 99;
    position: fixed;
    text-align: right;
    z-index: 0;
    right: 10px;
}

#entetemenudroitedroite {
    font-size: 12px;
    margin-top: 33px;
    margin-right: 8px;
    text-align: right;
}

.entete img {
    width: 25px;
    cursor: pointer;
}

#entetecorpsgauche {
    float: left;
    font-size: 12px;
    max-width: 20%;
    margin-top: 25px;
    margin-left: 5px;
}

#entetecorpsdroite {
    float: right;
    font-size: 12px;
    max-width: 10%;
    margin-top: 15px;
    margin-right: 5px;
}

.hidden {
    display: none;
}

/************************************************************************************************************************
****************************************** Définition du menu vertical (à gauche)****************************************
************************************************************************************************************************/
#menugauche {
    height: calc(100% - 200px);
    float: left;
    background-color: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    width: 319px !important;
	border-right:1px solid #CCC ;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0px !important;
}

#menugauche ul {
    margin: 0px;
    padding: 0px;
    width: 320px !important;
}

#menugauche ul li {}

#menugauche ul a {
    text-decoration: none;
}

.menugauche_hide {
    max-width: 53px !important;
    margin-top: 70px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border: 2px solid white !important;
    max-height: calc(100% - 175px) !important;
    min-height: calc(100% - 175px) !important;
    left: 0px !important;
    position: fixed !important;
    box-shadow: 5px 5px 2px rgba(0, 0, 0, .4);
}

.partieprogramme_hide {
    padding-left: 60px !important;
    max-width: calc(100% - 60px) !important;
}



#aide_bib img {
    width: 35px;
    margin-right: 4px;
    display: block;
    float: left;
    margin-top: 4px;
    margin-left: -6px;
}

#aide_chk img {
    width: 35px;
    margin-right: 4px;
    display: block;
    float: left;
    margin-top: 4px;
    margin-left: -6px;
}

#menugaucheretour
{
    background-color: #ED5252;
    height: 35px ;
    line-height: 35px ;
    color:white;
    font-size: 1.1em;
    font-family: LatoBold;
    padding-left:10px;
    width:310px;
    cursor:pointer;
}

.itemMenuGaucheGroupe {
    width: 305px !important; 
    height: 47px; 
    color: #3a3a3a; 
    font-family: LatoBold !important; 
    font-size: 1.2em !important; 
    border: none; 
    border-bottom:1px solid #bbb !important;
    vertical-align: middle; 
    line-height: 47px; 
    padding-left: 10px !important;
    white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
    background:#d7d7d7 !important;
    border-left: 4px solid #2b2d42 !important;
}
.itemMenuGaucheGroupe img {
    filter: grayscale(5) brightness(0.4) ;
}

.itemMenuGauche {
    cursor: pointer;
    width: 300px; 
    height: 47px; 
    color: #414345; 
    font-family: Lato; 
    font-size: 1.1em; 
    border: none; 
    border-bottom:1px solid #dedede;
    vertical-align: middle; 
    line-height: 47px; 
    padding-left: 20px;
    white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.itemMenuGauche img {
    width: 35px;
    margin-right: 4px;
    display: block;
    float: left;
    margin-top: 6px;
    margin-left: -8px;
}

.itemMenuGaucheSel {
    border: none; 
    cursor: pointer;
    width: 320px; 
    height: 47px; 
    color: #f2474c;
    background-color: #fee8e8;
    font-family: Lato; 
    font-size: 1.1em; 
    border-bottom:1px solid #dedede;
    vertical-align: middle; 
    line-height: 47px; 
    padding-left: 20px;
    background-image: url(/images/menuSelOn.png);
    background-repeat: no-repeat;
    white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


.itemMenuGaucheSel img {
    width: 35px;
    margin-right: 4px;
    display: block;
    float: left;
    margin-top: 4px;
    margin-left: -6px;
    filter:grayscale(100%) brightness(40%) sepia(100%) hue-rotate(290deg) saturate(1000%) contrast(12);
}

.itemMenuGaucheBib {
    bottom: 48px;
    max-width: 300px;
    position: absolute;
}

.btImg:hover {
    -webkit-filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(50deg) saturate(1000%) contrast(0.8) !important;
    filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-40deg) saturate(1000%) contrast(0.8) !important;
}

.itemMenuGauche:hover img {
    filter:grayscale(100%) brightness(40%) sepia(100%) hue-rotate(290deg) saturate(1000%) contrast(12);
}

.itemMenuGauche:hover {
    color: #485F72;
}

.itemMenuGaucheBib:hover img {
    filter: brightness(3);
}

.itemMenuGaucheBib:hover {
    color: #485F72;
}

#aide_bib:hover img {
    filter: brightness(3);
}

#aide_bib:hover {
    color: #485F72;
}

.itemMenuGauche_nonautori {
    width: 320px;
    height: 47px;
    color: #2F343A;
    background: url(images/fond-bouton4@2x.png) no-repeat;
    background-size: 320px 47px;
    font-family: LatoBold;
    font-size: 11pt;
    border: 0px solid #00FF00;
    vertical-align: middle;
    line-height: 47px;
    padding-left: 20px;
}

.itemMenuGauche_nonautori img {
    width: 35px;
    margin-right: 4px;
    display: block;
    float: left;
    margin-top: 4px;
    margin-left: -6px;
    filter: brightness(80%);
}

.vertical
{
    writing-mode: vertical-rl !important;
    text-orientation: sideways-right !important;
    transform: rotate(180deg) !important;
}

/************************************************************************************************************************
************************************************ Définition des widgets *************************************************
************************************************************************************************************************/
.row {
    width: 100%;
    float: left;
}

.colonne2 {
    width: 50%;
    float: left;
}

.lineedit {
    height: 27px;
    text-indent: 10px;
    border: none;
    border-bottom: 1px solid #24B5BD;
    margin-bottom: 5px;
    font-size: 11pt;
    font-family: Lato;
    padding-right: 5px;
    background-color: transparent;
    color: #3A3A3A;
}

.lineedit_gen {
    height: 28.5px;
    text-indent: 10px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #24B5BD;
    font-size: 1em;
    font-family: Lato;
    padding-right: 5px;
    margin-bottom: 5px;
    width: 100%;
    padding-top: 10px;
    color: #3A3A3A;
}

.spinbox {
    border: 2px solid rgba(0, 0, 0, 0.1);
    color: white;
    border-radius: 7px;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.1);
    display: flex;
    width: calc(94%);
    margin-left: 2%;
    margin-right: 2%;
}

.spinboxchoix {
    cursor:pointer;
    width: 100%;
    background-color: transparent;
    height: 100%;
    vertical-align: middle;
    font-family: Lato;
    color: #666666;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.spinboxchoixon {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    font-family: Lato;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-left: 1px solid #6F899F;
    box-shadow: 2px 2px 2px black;
    border-radius: 6px;
    background: #FFFFFF;
    color: #FF3333 !important;
    text-shadow:1px 1px 1px #aaa;
    border: 1px solid white;
    margin-top: -1px;
    margin-left: -1px;
    z-index: 9;
}

.spinboxchoixon:first-child {
    border-left: none !important;
}

.rbsociete {
    float: left;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    font-family: Lato;
    color: #666666;
}

.rbsociete:hover {
    cursor: pointer;
}

/************************************************************************************************************************
************************************************ Tentatives pour placer les objets... ***********************************
************************************************************************************************************************/
.gauche {
    float: left;
    margin: 3px;
}

.droite {
    float: right;
    margin: 3px;
    text-align: right;
    padding-right: 5px;
    margin-right: 26px;
}

.dessous {
    clear: both;
    float: left;
    margin: 3px;
}

.marge {
    margin-left: 103px;
}

.txtordre {
    width: calc(100% - 40px);
    height: 50px;
    resize: none;
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 11pt;
}

#general {
    width: 100%;
}

#general2 {
    width: 100%;
    margin-top: 5px;
}

.general2_gestion {
    float: left;
    width: 100%;
    height: 635px;
    font-family: Lato;
    overflow-x: hidden;
    margin-top: 5px;
}

#general3 {
    float: left;
    width: 100%;
    height: 635px;
    font-family: Lato;
    overflow-x: hidden;
    margin-top: 5px;
}

#general4 {
    float: left;
    width: 100%;
    height: 635px;
    font-family: Lato;
    padding-top: 10px;
    overflow: auto;
}

#general5 {
    float: left;
    width: 100%;
    height: 635px;
    font-family: Lato;
    padding-top: 20px;
    overflow: auto;
}

#general6 {
    float: left;
    width: 100%;
    height: 635px;
    font-family: Lato;
    overflow-x: hidden;
    margin-top: 5px;
}

#general7 {
    float: left;
    width: 100%;
    height: 635px;
    font-family: Lato;
    overflow-x: hidden;
    margin-top: 5px;
}

.img30 {
    cursor: pointer;
    width: 30px;
    max-width: 100%;
    vertical-align: middle;
}

.img20 {
    cursor: pointer;
    width: 20px;
    max-width: 100%;
    vertical-align: middle;
}

.img160 {
    width: 135px;
    height: 170px;
}

#general p {
    padding-top: 4px;
}

.col {
    clear: both;
    float: left;
    width: 100px;
    text-indent: 20px;
    padding-top: 6px;
    font-family: LatoBold;
    display: inline-block;
}

.col2 {
    float: left;
    width: 50%;
}

#caracgen {
    width: calc(100% - 40px);
    font-weight: 200;
    color: #FFF;
    background: #4E677D;
    border: 2px solid white;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    float: left;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 10px;
}

#piecemarche {
    width: 660px;
    font-weight: 200;
    color: #FFF;
    background: #ED5252;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    float: left;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 10px;
}

#ordreserv {
    width: calc(100% - 40px);
    font-weight: 200;
    color: #FFF;
    background: #ED5252;
    border: 2px solid white;
    border-radius: 5px;
    height: 35px;
    line-height: 50px;
    vertical-align: middle;
    float: left;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 10px;
}

.ordrerapp {
    width: calc(100% - 4px);
    font-weight: 200;
    color: #FFF;
    background: #4E677D;
    border: 2px solid white;
    border-radius: 5px;
    height: 40px;
    line-height: 50px;
    vertical-align: middle;
    float: left;
}

.ordrerappgrey {
    width: 315px;
    font-weight: 200;
    color: #FFF;
    margin-top: 1px;
    background-color: rgba(162, 162, 162, 1);
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    float: left;
}

.tab_fromage {
    width: 100%;
    border-bottom: 1px solid gainsboro;
}

.greycube1 {
    background-color: #DCDCDC;
    color: #2F343A;
    width: calc(100% - 16px);
    text-align: center;
    font-size: 10pt;
    float: left;
    height: 22px;
    margin-left: 8px;
    margin-top: 5px;
    line-height: 21px;
}

.cercle {
    background: none repeat scroll 0% 0% white;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    border: 2px solid #c4c4c4;
    float: left;
    margin-top: 35px;
    margin-left: 30px;
}

#exportcsv {
    width: 680px float: left;
    margin-top: 5px;
    text-align: center;
    color: #0181ff;
    height: 20px;
}

.cubes {
    float: left;
    height: 85%;
    width: width: calc(100% - 150px);
    margin-left: 30px;
}

.cubeinter {
    float: left;
    height: 22px;
    width: 22px;
    margin-top: 8px;
    margin-left: 5px;
    clear: both;
}

#cubegris_txt1 {
    width: 100px;
    float: left;
    margin-left: 10px;
    margin-top: 24px;
    line-height: 20px;
}

#cubevert_txt1 {
    width: 105px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    line-height: 20px;
}

#cubebleu_txt1 {
    width: 105px;
    float: left;
    margin-left: 10px;
    font-size: 10pt;
    margin-top: 10px;
    line-height: 20px;
}

#cuberouge_txt1 {
    width: 105px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    line-height: 20px;
}

#cubegris_txt2 {
    width: calc(100% - 38px);
    float: left;
    margin-left: 10px;
    margin-top: 24px;
    line-height: 20px;
}

#cubevert_txt2 {
    width: 105px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    line-height: 20px;
}

#cubebleu_txt2 {
    width: 105px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    line-height: 20px;
}

#cuberouge_txt2 {
    width: 105px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    line-height: 20px;
}

.whitehole {
    background: white none repeat scroll 0% 0%;
    box-shadow: 1px 1px 12px #555;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    position: relative;
    top: 51px;
    left: 70px;
}

#cubegris1 {
    background-color: #848484;
    margin-top: 22px;
}

#cubevert1 {
    background-color: #8bb99d;
}

#cubebleu1 {
    background-color: #007aff;
}

#cuberouge1 {
    background-color: #fa5757;
}

#cubegris2 {
    background-color: #848484;
    margin-top: 22px;
}

#cubevert2 {
    background-color: #8bb99d;
}

#cubebleu2 {
    background-color: #007aff;
}

#cuberouge2 {
    background-color: #fa5757;
}

.greycube2 {
    background-color: #DCDCDC;
    color: #2F343A;
    text-align: center;
    font-size: 10pt;
    width: calc(100% - 16px);
    height: 22px;
    margin-left: 8px;
    margin-top: 5px;
    line-height: 21px;
}

.header_red {
    width: calc(100% - 4px);
    font-family: Lato;
    color: #FFF;
    background: #4E677D;
    border: 2px solid white;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    float: left;
}

.header_grey {
    width: calc(100% - 4px);
    font-weight: 200;
    color: white !important;
    background: #475E76;
    height: 40px;
    line-height: 50px;
    vertical-align: middle;
    float: left;
    border: 2px solid white;
    border-radius: 5px;
}

.casered {
    width: 318px;
    font-weight: 200;
    color: #FFF;
    background: #ED5252;
    height: 47px;
    line-height: 50px;
    vertical-align: middle;
    margin-left: 25px;
}

.caseredchild {
    width: 321px;
    font-weight: 200;
    color: #FFF;
    background: #4E677D;
    border: 2px solid white;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 0.9em;
    text-indent: 5px;
}

.caseredchildbot {
    float: left;
    width: calc(100% - 375px);
    font-weight: 200;
    color: #FFF;
    background: #4E677D;
    border: 2px solid white;
    border-radius: 5px;
    vertical-align: middle;
    font-size: 0.9em;
    text-indent: 5px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    margin-left: 20px;
}

.browncase1 {
    float: left;
    width: 331px;
    background-color: #DDDDDD;
    height: 150px;
    margin-left: 20px;
}

.browncase2 {
    float: left;
    width: 331px;
    background-color: #DDDDDD;
    height: 425px;
    margin-left: 20px;
    margin-top: 1px;
}

.browncase_mini {
    float: left;
    width: 331px;
    background-color: #DDDDDD;
    height: 60px;
    margin-left: 20px;
    margin-top: 1px;
}

.ordreservbas {
    width: 300px;
    font-weight: 200;
    color: #FFF;
    background: #ED5252;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    float: left;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 10px;
}

.colgest {
    clear: both;
    float: left;
    font-weight: 200;
    width: 250px;
    margin-top: 5px;
    font-size: 10pt;
    text-indent: 20px;
    padding-top: 4px;
}

.colgest2 {
    clear: both;
    float: left;
    font-weight: 200;
    width: 100px;
    margin-top: 5px;
    font-size: 10pt;
    text-indent: 20px;
    padding-top: 4px;
}

.colgestetat {
    clear: both;
    float: left;
    font-weight: 200;
    width: 130px;
    margin-top: 5px;
    font-size: 10pt;
    text-indent: 20px;
    padding-top: 4px;
}

.colcertif {
    clear: both;
    float: left;
    font-weight: 200;
    width: 250px;
    margin-top: 5px;
    font-size: 10.5pt;
    text-indent: 20px;
    padding-top: 4px;
}

.colcertiflong {
    clear: both;
    float: left;
    font-weight: 200;
    width: 575px;
    margin-top: 5px;
    font-size: 10.5pt;
    text-indent: 20px;
    padding-top: 4px;
}

.colgestetatgrand {
    clear: both;
    float: left;
    font-weight: 200;
    width: 227px;
    margin-top: 8px;
    font-size: 10pt;
    text-indent: 20px;
    padding-top: 4px;
}

.colgestetatgrandtxt {
    clear: both;
    float: left;
    font-weight: 200;
    width: 300px;
    font-size: 11pt;
    margin-top: 8px;
    text-indent: 10px;
    padding-top: 4px;
    text-transform: uppercase;
    font-size: 0.9em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.colgestetatdecal {
    clear: both;
    float: left;
    font-weight: 200;
    width: 300px;
    font-size: 10pt;
    margin-top: 8px;
    text-indent: 10px;
    margin-left: 15px;
    /* padding-top: 4px; */
    font-size: 0.9em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cubecert {
    height: 250px;
    width: 337px;
    float: left;
    margin-top: 5px;
}

.colgestcarac {
    clear: both;
    float: left;
    font-weight: 200;
    width: auto;
    margin-top: 5px;
    font-size: 10.5pt;
    text-indent: 20px;
    padding-top: 4px;
}

.colgestparag {
    clear: both;
    float: left;
    font-weight: 200;
    width: 100px;
    margin-top: 2px;
    font-size: 10.5pt;
    text-indent: 20px;
    padding-top: 4px;
}

.titre1_input {
    float: left;
    font-weight: 200;
    width: 400px;
    margin-top: 2px;
    font-size: 13pt;
    text-indent: 8px;
    padding-top: 4px;
}

.titre2_input {
    float: left;
    width: 400px;
    margin-top: 2px;
    font-size: 10pt;
    text-indent: 8px;
    padding-top: 4px;
}

.titre3_input {
    float: left;
    font-size: 10pt;
    padding-top: 4px;
    margin-top: -5px;
    text-align: left;
    width: 235px;
    text-indent: 0px;
    margin-left: 8px;
}

.titre4_input {
    float: left;
    font-size: 10pt;
    padding-top: 4px;
    margin-top: -5px;
    text-align: left;
    width: 300px;
    text-indent: 0px;
    margin-left: 8px;
}

.mini {
    font-size: 13px;
    padding-top: 4px;
}

/* zones textes */
input:-moz-read-only {
    /* For Firefox */

    border-bottom: 1px solid #475E76;
    color: #888888;
}

input:read-only {
    border-bottom: 1px solid #475E76;
    color: #888888;
}

input[readonly="readonly"] {
    border-bottom: 1px solid #475E76;
    color: #888888;
}

/* Placeholder */
::-webkit-input-placeholder {
    color: #AAAAAA;
    font-size: 0.8em;
    text-align: left;
    line-height: 1.3em;
    font-style: italic;
}

::-moz-placeholder {
    color: #AAAAAA;
    font-size: 0.8em;
    text-align: left;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #AAAAAA;
    font-size: 0.8em;
    text-align: left;
    font-style: italic;
}

input:-moz-placeholder {
    color: #AAAAAA;
    font-size: 0.8em;
    text-align: left;
    font-style: italic;
}

.placeholder_clair::-webkit-input-placeholder {
    color: #DDD;
}

.placeholder_clair::-moz-placeholder {
    color: #DDD;
}

.placeholder_clair:-ms-input-placeholder {
    color: #DDD;
}

.placeholder_clair input:-moz-placeholder {
    color: #DDD;
}

/************************************************************************************************************************
************************************************ Définition des couleurs *************************************************
************************************************************************************************************************/
.coulinfo {
    background-color: #B0C9DF;
}

.coulchantier {
    background-color: #4F677E;
}

.couletude {
    background-color: #24B5BD;
}

.coulgestion {
    background-color: #F4CB54;
}

.coulreception {
    background-color: #EA6438;
}

.coulgpa {
    background-color: #F33F4B;
}

.rouge {
    background-color: #ED5252;
    background-image: unset;
    color: white;
}

.viewtitre {
    background-color: #4E677D;
    border: 2px solid white;
    border-radius: 5px;
    background-image: unset;
    color: white;
    margin-left: 5px;
    line-height: 20px;
    vertical-align: middle;
    width: calc(100% - 10px);
    height: 25px;
    color: white;
    text-indent: 15px;
    margin-top: 5px;
    padding-top: 5px;
}

.marron {
    background: url('./images/bar-droite@2x_marron.png');
}

.marron span {
    float: right;
    margin-right: 5px;
}

.search {
    background-repeat: repeat;
    color: #2F343A;
    width: 320px;
    height: 44px;
}

/* Placeholder */
.search ::-webkit-input-placeholder {
    color: #AAAAAA;
    font-size: 11pt;
    text-align: center;
    line-height: 0.8em;
}

.search ::-moz-placeholder {
    color: #AAAAAA;
    font-size: 11pt;
    padding-left: 30px;
}

.search :-ms-input-placeholder {
    color: #AAAAAA;
    font-size: 11pt;
    text-align: center;
}

.search input:-moz-placeholder {
    color: #AAAAAA;
    font-size: 11pt;
    text-align: center;
}

.transparent {
    background: transparent;
}

.grispale {
    background-color: #F3E9DD;
    color: #2F343A;
}

.grisclair {
    background-color: #8f8f8f;
    height: 30px;
    font-size: 16px;
}

.noir {
    background-color: #50677D;
    color: white;
}

.beige {
    background-color: #ffffff;
    list-style-type: none;
}

.rouge_aff {
    background-color: #fd7979;
    list-style-type: none;
}

.beige_sep {
    background-color: #DBCFC2;
    list-style-type: none;
    height: 47px !important;
}

.beige_contact {
    background-color: #ffffff;
    list-style-type: none;
}

.beigeclair {
    background-color: #f8f8f8;
}

.blanc {
    color: white;
}

.contactSelect {
    background-color: #87B99F !important;
    border-left:4px solid green;
}

/************************************************************************************************************************
************************************************ Définition du menu footer **********************************************
************************************************************************************************************************/
#pied {
    height: 48px;
    width: 100%;
    border: 0px solid red;
}

.piedgauche {
    background-image: unset;
    /*background-color: #E2D8CD;*/
    background-color: #CCCCCC;
    width: 320px;
    height: 48px;
    float: unset;
}

.pieddroit {
    background-image: unset;
    background-color: #34383E;
    width: 100%;
    height: 48px;
    margin-left: 0px;
}

.entreepied {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 80px;
    height: 48px;
    text-align: center;
    background: transparent;
}

.entreepied img {
    float: left;
    width: 30px;
    margin-left: 35px;
    margin-top: 3px;
}

.entreepied span {
    padding-left: 10px;
    clear: both;
    float: left;
    width: 100%;
    font-family: LatoBold;
    font-size: 10px;
    color: #2F343A;
}

.entreepied2 {
    padding-right: 5px;
    height: 42px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    margin-top: 1px;
    margin-left: 2px;
}

.entreepied2:hover span {
    color: white;
}

.entreepied2:hover img {
    filter: brightness(3);
}

.entreepied2 img {
    width: 30px;
    margin-left: 5px;
    margin-top: 7px;
    display: inline-block;
}

.entreepied2 span {
    padding-left: 5px;
    font-size: 0.7em;
    font-family: LatoBold;
    color: #848586;
    top: -12px;
    display: inline-block;
    position: relative;
}

.rougesel {
    background-image: url('./images/fond-selec@2x.png');
    background-size: 80px 48px;
    background-position: 20px 0px;
    background-repeat: no-repeat;
}

.rougeselfluo {
    border: 2px solid white;
    border-radius: 15px;
    background: #E85051;
}

.jauneselfluo {
    border: 2px solid white;
    border-radius: 15px;
    background: #ede126;
}

.vertsel {
    border: 2px solid white;
    border-radius: 15px;
    background: #5EF154;
}

.vertselfluo {
    border: 2px solid white;
    border-radius: 15px;
    background: #B0C9DF;
}

.bleusel {
    border: 2px solid white;
    border-radius: 15px;
    background: #B0C9DF;
}

.jaunesel {
    background-image: url('./images/fond-selec-jaune@2x.png');
    border: 2px solid white;
    border-radius: 15px;
    background: #F4CB54;
}

.jaunesel {
    background-image: url('./images/fond-selec-jaune@2x.png');
    border: 2px solid white;
    border-radius: 15px;
    background: #F4CB54;
}

.orangesel {
    border: 2px solid white;
    border-radius: 15px;
    background: #EA6438;
}

.blueclairsel {
    border: 2px solid white;
    border-radius: 15px;
    background: #24B5BD;
}

.bluefoncesel {
    border: 2px solid white;
    border-radius: 15px;
    background: #475E76;
}

#menu_notes {
    cursor: pointer;
}

#menu_contacts {
    cursor: pointer;
}

#menu_affaires {
    cursor: pointer;
}

#flipnote {
    display: none;
}

#fenetrenotes {
    display: none;
}

#areanotes {}

#sepmenu {
    float: left;
    position: relative;
    margin-top: -20px;
    height: 1px;
}

.sepmenu {
    width: 260px;
    margin-left: 20px;
    color: #000;
    width: 265px;
}

.sepmenu_a {
    width: 300px;
    margin-left: 20px;
    float: left;
    margin-bottom: 0px;
    margin-top: 0px;
}

.sepmenu_a_red {
    width: 300px;
    float: left;
    margin-bottom: 0px;
    margin-top: -2px;
    margin-left: 20px;
}

.sepmenu_a2_red {
    width: 20px;
    color: #fd7979;
    float: left;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: -1px;
    visibility: hidden;
}

label {
    display: inline-block;
}

/************************************************************************************************************************
************************************************ Checkbox type IOS ******************************************************
************************************************************************************************************************/
input.lcheckbox {
    max-height: 0;
    max-width: 0;
    opacity: 0;
    display: none;
    cursor: pointer;
}

input.lcheckbox+label {
    display: block; position: relative; box-shadow: inset 0 0 0px 1px #bfb2a3; text-indent: -5000px; height: 30px; width: 45px; border-radius: 15px; cursor: pointer;
}

input.lcheckbox+label:before {
    content: "";
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
    border-radius: 15px;
    background: rgba(19, 191, 17, 0);
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    cursor: pointer;
}

input.lcheckbox+label:after {
    content: "";
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    top: 0;
    left: 0px;
    border-radius: 15px;
    background: white;
    box-shadow: inset 0 0 0 1px #AAAAAA, 0 2px 4px rgba(0, 0, 0, .2);
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    cursor: pointer;
}

input.lcheckbox:checked+label:before {
    width: 50px;
    background: #B6D2E5;
    cursor: pointer;
    /* margin-top: -20px; */
}

#tablelistefull input.lcheckbox:checked+label:before {
    background: #4E677D;
}

#tableliste input.lcheckbox:checked+label:before {
    background: #4E677D;
}

#tableliste1 input.lcheckbox:checked+label:before {
    background: #4E677D;
}

input.lcheckbox:checked+label:after {
    left: 20px;
    box-shadow: inset 0 0 0 1px #AAAAAA;
    cursor: pointer;
}

input.lcheckbox:disabled+label {
    box-shadow: inset 0 0 0 1px #DDDDDD;
}

input.lcheckbox:disabled+label::after {
    box-shadow: inset 0 0 0 1px #DDDDDD;
}

input.lcheckbox:checked:disabled+label::before {
    background: #D4DFE6;
    box-shadow: inset 0 0 0 1px #DDDDDD;
}

#divaffaires {
    background:white;
	width: 320px;
	height: 100%;
}
#divmenugauchegen
{
	width: 320px;
	height: 100%;
}
#divmenugauche
{
	width: 320px;
	height: 100%;
}
#divcontacts {
	width: 320px;
	height: 100% ;
	background:white;
}
#divnote {
	width: 320px;
	height:100% ;
	background: white;
}

#divmenugauche #divaffaires {
    height: calc(100% - 235px);
}
#divmenugauche #divcontacts {
    height: calc(100% - 200px);
}
#divmenugauche #divnote {
    height: calc(100% - 235px);
}

/*
Div de la zone de raccourcis alphabétique
*/
#alphabet {
    position: absolute;
    margin-left: 295px;
    text-align: center;
    background-color: rgb(228, 228, 228, 0.8);
    min-height: unset;
    width: 25px;
    z-index: 101; height: calc(100% - 184px);
}

#alphabet ul {
    padding-left: 0px;
    margin-top: 25px;
    height: calc(100% - 24px);
}

#alphabet ul li {
    height: 22px;
    margin: auto;
}

.lettres {
    text-decoration: none;
    font-family: Lato;
    color: #FD7979;
    font-size: 9pt;
}

.lettresoff {
    text-decoration: none;
    font-family: Lato;
    font-style: italic;
    color: #FE7B7B;
    font-size: 10pt;
}

#dialogNotes {
    display: none;
    font-family: sans-serif;
    font-size: 14px;
    text-align: center;
}

#dialogSuppression {
    display: none;
    font-family: sans-serif;
    font-size: 13px;
    text-align: center;
}

#dialogRestaure {
    display: none;
    font-family: sans-serif;
    font-size: 13px;
    text-align: center;
}

#dialogRaz {
    display: none;
    font-family: sans-serif;
    font-size: 13px;
    text-align: center;
}

#dialogApurer {
    display: none;
    font-family: sans-serif;
    font-size: 13px;
    text-align: center;
}

#dialogErreurMdp {
    display: none;
    font-family: sans-serif;
    font-size: 13px;
    text-align: center;
}

#dialogErreurXMLaffaire {
    display: none;
    font-family: sans-serif;
    font-size: 13px;
    text-align: center;
}

#menugaucheetapes {
    float: left;
    height: calc(100% - 248px);
    width: 320px;
    list-style-type: none;
    overflow-x: hidden;
    overflow-y: auto;
}

#etapesreception {
    width: 335px;
    height: 47px;
    color: #FFF;
    background: url('images/bar-gauche@2x.png') no-repeat scroll 0% 0% / 335px 47px transparent;
    font-family: Lato;
    font-size: 11pt;
    border: 0px solid #0F0;
    vertical-align: middle;
    line-height: 47px;
    padding-left: 20px;
}

#dialogTraitements {
    display: none;
    font-family: sans-serif;
    font-size: 14px;
    text-align: center;
}

#dialogAffaires {
    display: none;
    font-family: sans-serif;
    font-size: 14px;
    text-align: center;
}

#dialogAffairesAdd {
    display: none;
    font-family: sans-serif;
    font-size: 14px;
    text-align: center;
}

#dialogAffairesErr {
    display: none;
    font-family: sans-serif;
    font-size: 14px;
    text-align: center;
}

#dialogContacts {
    display: none;
    font-family: sans-serif;
    font-size: 14px;
    text-align: center;
}

#copyright {
    float: left;
    margin-top: 14px;
    margin-left: 10px;
    font-family: sans-serif;
    font-size: 10px;
    width: 250px;
}

#sauvegarderlst {
    float: left;
    margin-top: 5px;
    margin-left: 10px;
    font-family: sans-serif;
    font-size: 10px;
    width: 180px;
    color: red;
}

#deconnecte {
    float: right;
    font-size: 9pt;
    font-family: Lato;
    bottom: 50px;
    position: absolute;
    margin-left: 580px;
    cursor: pointer;
}

#synchro {
    float: left;
    margin-top: 113px;
    font-family: sans-serif;
    font-size: 10px;
    vertical-align: middle;
    margin-right: 40px;
    width: 110px;
    text-align: right;
}

.pages_cptrendu div {
    text-align: center;
    float: left;
    width: 216px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin-bottom: -10px;
}

#copyright_2015 {
    font-size: 9pt;
    font-family: Lato;
    bottom: 64px;
    position: absolute;
}

#pol_conf {
    font-size: 9pt;
    font-family: Lato;
    bottom: 50px;
    position: absolute;
    cursor: pointer;
}

#box_photo {
    float: left;
    width: 198px;
    height: 300px;
    border: 1px solid #DEDEDE;
    margin: 8px;
    background-color: #DEDEDE;
}

#box_photo_infos2 {
    float: left;
    width: 460px;
    min-height: 140px;
    border: 2px solid white;
    border-radius: 10px;
    background-color: #DEDEDE;
    margin-bottom: 20px;
}

#box_photo_infos2 .img30 {
    border: 2px solid white;
    border-radius: 13px;
    background: #ED5252;
    width: 18px;
    height: 18px;
}

.imageIllustration0 {
    width:300px !important;
    height:300px !important;
    float:left !important;
    border:1px solid black;
    margin-right:5px !important;
    margin-bottom:5px !important;
}

.imageIllustration1 {
    width:140px !important;
    height:300px !important;
    float:left !important;
    border:1px solid black;
    margin-bottom:5px !important;
}

.imageIllustrationE {
    width:140px !important;
    height:140px !important;
    float:left !important;
    border:1px solid black;
}

.imageIllustration2 {
    margin-left:5px !important;
    width:300px !important;
    height:140px !important;
    float:left !important;
    border:1px solid black;
}

.imageIllustration3 {
    margin-top: 5px;
    width:450px !important;
    height:140px !important;
    float:left;
    border:1px solid black;
    margin-bottom:5px !important;
}

.imageIllustration4 {
    width:450px !important;
    height:636px !important;
    float:left !important;
    border:1px solid black;
}

.imageIllustration5 {
    width:400px !important;
    height:300px !important;
    float:left !important;
    border:1px solid black;
}

#box_logo_infos {
    float: left;
    width: 576px;
    height: 140px;
    border: 2px solid white;
    border-radius: 10px;
    background-color: #DEDEDE;
    margin-bottom: 10px;
    margin-left: 105px;
}
#box_photo_infos {
    float: left;
    width: 576px;
    height: 400px;
    border: 2px solid white;
    border-radius: 10px;
    background-color: #DEDEDE;
    margin-bottom: 20px;
}

#box_photo_infos .img30 {
    border: 2px solid white;
    border-radius: 13px;
    background: #ED5252;
    width: 25px;
    height: 25px;
}

#box_photo_infos .img30:hover {
    background: #FE6363;
}

#chkhono {
    float: left;
    margin-top: 5px;
    margin-left: 10px;
}

.chkhonoi {
    float: left;
    margin-top: 5px;
    margin-left: 10px;
}

#chkvisa {
    float: left;
    margin-top: 5px;
    margin-left: 25px;
}

#monthcall {
    float: right;
    margin-top: 10px;
    margin-right: 30px;
}

#divcalendrier {
    width: calc(100% - 10px);
    height: 350px;
    background-color: white;
    margin-top: 350px;
    margin-left: 15px;
    border-radius: 5px;
    border:1px solid #DDD;
}

#divcalendrierwhite {
    width: 97%;
    margin-top: 10px;
    height: 320px;
    background-color: #FFF;
    margin-left: 10px;
    padding-top: -4px;
    float: left;
    background-image: url('images/fond_calendar_info.png');
    overflow: auto;
}

#divcalendrierwhite_annee {
    width: 97%;
    margin-top: 10px;
    height: 320px;
    background-color: #FFF;
    margin-left: 10px;
    padding-top: -4px;
    float: left;
    background-image: url('images/fond_calendar_info_annee.png');
    overflow: auto;
}

#divcalendrierwhite_tri {
    width: 97%;
    margin-top: 10px;
    height: 320px;
    background-color: #FFF;
    margin-left: 10px;
    padding-top: -4px;
    float: left;
    background-image: url('images/fond_calendar_info_tri.png');
    overflow: auto;
}

#divcalendrierwhite_mois {
    width: 97%;
    margin-top: 10px;
    height: 320px;
    background-color: #FFF;
    margin-left: 10px;
    padding-top: -4px;
    float: left;
    background-image: url('images/fond_calendar_info_mois.png');
    overflow: auto;
}

#divcalendrierwhite_week {
    width: 97%;
    margin-top: 10px;
    height: 320px;
    background-color: #FFF;
    margin-left: 10px;
    padding-top: -4px;
    float: left;
    background-image: url('images/fond_calendar_info_week.png');
    overflow: auto;
}

#calend_top_mois {
    /*
float: left;
width: 100%;
*/

    height: 24px;
    max-height: 24px;
    min-height: 24px;
    display: inline-block;
    white-space: nowrap;
    border-bottom: 1px solid #9e9a9a;
    overflow: hidden;
}

#calend_top_mois_type1 {
    border-bottom: 1px solid rgb(62, 60, 60);
    height: 100%;
    float: left;
    width: 100%;
    background-color: white;
}

#calend_top_mois_type2 {
    border-bottom: 1px solid rgb(62, 60, 60);
    height: 100%;
    float: left;
    width: 100%;
    background-color: white;
}

.annee_i_calendrier_type1 {
    font-size: 10pt;
    text-align: center;
    background-color: gray;
    height: 100%;
    line-height: 50px;
    border-right: 1px solid #626161;
    padding-left: 28.5px;
    padding-right: 28.5px;
    padding-top: 17px;
    padding-bottom: 17px;
}

.annee_i_calendrier_type2 {
    font-size: 10pt;
    text-align: center;
    background-color: gray;
    height: 84%;
    line-height: 25px;
    border-right: 1px solid #626161;
    padding-left: 73.5px;
    padding-right: 73.5px;
    padding-top: 4px;
    padding-bottom: 3px;
}

.annee_i_calendrier_type3 {
    font-size: 10pt;
    text-align: center;
    background-color: gray;
    height: 84%;
    line-height: 25px;
    border-right: 1px solid #626161;
    padding-left: 163.5px;
    padding-right: 163.5px;
    padding-top: 4px;
    padding-bottom: 3px;
}

.annee_i_calendrier_type4 {
    font-size: 10pt;
    text-align: center;
    background-color: gray;
    height: 84%;
    line-height: 25px;
    border-right: 1px solid transparent;
    padding-top: 4px;
    padding-bottom: 3px;
}

.span_calend_tri_sem {
    padding-left: 7.875px;
    padding-right: 7.875px;
}

.annee_i_calendrier_type2_tri {
    font-size: 10pt;
    text-align: center;
    background-color: gray;
    height: 90%;
    line-height: 25px;
    border-right: 1px solid #626161;
    padding-top: 5px;
    padding-bottom: 3px;
}

#calend_bot_jours {
    float: left;
    width: 100%;
    height: 24px;
    border-bottom: 1px solid #2F343A;
}

.ligne_calendrier {
    float: left;
    height: 38px;
    border-bottom: 1px solid gray;
    width: 100%;
    opacity: 0.8;
}

.ligne_i_calendrier_carre {
    height: 30px;
    margin-top: 2px;
    float: left;
    border: 1px solid #2F343A;
    white-space: nowrap;
    font-size: 10.5pt;
    text-indent: 5px;
    border-bottom: 2px solid #2F343A;
    border-top: 2px solid #2F343A;
}

.ligne_i_calendrier_arrondie {
    height: 30px;
    margin-top: 3px;
    float: left;
    border: 1px solid #2F343A;
    border-radius: 8px;
    white-space: nowrap;
    font-size: 10.5pt;
    text-indent: 5px;
}

.jours_jours_i_calendrier {
    float: left;
    width: 15px;
    font-size: 10pt;
    line-height: 25px;
    letter-spacing: -2px;
    text-indent: 1px;
}

.jours_mois_calendrier_30 {
    font-size: 10pt;
    padding-left: 201.5px;
    padding-right: 201.5px;
    padding-top: 5px;
    display: inline-block;
    white-space: normal;
}

.jours_mois_i_calendrier_no {
    font-size: 10pt;
    padding-top: 5px;
}

.jours_mois_i_calendrier_31 {
    font-size: 10pt;
    padding-left: 209px;
    padding-right: 209px;
    padding-top: 5px;
}

.jours_mois_i_calendrier_28 {
    font-size: 10pt;
    padding-left: 186.5px;
    padding-right: 186.5px;
    padding-top: 5px;
}

#calend_i_affdurprev {
    background-color: #69f813;
}

#calend_i_notif {
    background-color: orangered;
}

#calend_i_phasetud {
    background-color: yellow;
}

#calend_i_phastrav {
    background-color: #1ef3dc;
}

#calend_i_affdurreel {
    background-color: red;
}

#affich_calendrier_info {
    height: 50px;
    float: left;
    width: calc(100% - 19px);
    background-color: gray;
}

.daycall {
    float: right;
    margin-top: 10px;
    margin-left: 10px;
}

.divcarreta {
    margin-bottom: 7px;
    height: 315px;
    width: 328px;
    border: 1px solid #2F343A;
    float: left;
    margin-top: 10px;
}

.bandeaudivcarreta {
    color: white;
    height: 24px;
    text-align: center;
    background: #4E677D;
    border-bottom: 1px solid #2F343A;
    line-height: -moz-block-height;
    font-family: LatoBold;
    padding-top: 4px;
}

.enter_bandeau {
    height: 40px;
    margin-right: 50px;
}

.enter_bandeau2 {
    height: 40px;
}

#objinfgen {
    float: left;
}

#lastinfo {
    width: 250px;
    height: 38px;
    float: right;
    border: 1px solid #2F343A;
    margin-right: 40px;
    margin-top: -10px;
    border-top: 1px solid #f8f8f8;
    margin-bottom: 10px;
    border-radius: 2px 2px 1px 0px !important;
}

#flastinfo {
    width: 218px;
    height: 38px;
    float: right;
    border: 1px solid #2F343A;
    margin-right: -1px;
    margin-top: -10px;
    border-top: 1px solid #f8f8f8;
    margin-bottom: 10px;
    border-radius: 2px 2px 1px 0px !important;
}

.txt_miss {
    float: right; height: 15px; width: 400px; vertical-align: middle; margin-top: 10px;
}

.bandred {
    width: 660px;
    font-weight: 200;
    margin-bottom: 10px;
    color: #FFF;
    background: #ED5252;
    height: 45px;
    line-height: 65px;
    vertical-align: middle;
    float: left;
    margin-top: 7px;
    margin-left: 20px;
}

.bandgreen {
    width: 660px;
    font-weight: 200;
    margin-bottom: 15px;
    color: #FFF;
    text-align: center;
    border-radius: 5px;
    background-color: #8BB99D;
    height: 30px;
    line-height: 32px;
    vertical-align: middle;
    float: left;
    margin-top: 7px;
    margin-left: 20px;
}

.tablwhitecert {
    width: 660px;
    margin-bottom: 60px;
    background-color: white;
    height: 500px;
    float: left;
    margin-left: 20px;
}

#nophoto {
    float: left;
    width: 150px;
    height: 175px;
    background-color: white;
    margin-right: 15px;
}

.bordergreen {
    border: 1px solid #00bf00;
}

.borderred {
    border: 1px solid #ff0000;
}

#crossmailsoc {
    width: 26px;
    height: 25px;
    position: absolute;
    top: 483px;
    right: 465px;
}

#crossmdpcompte {
    width: 26px;
    height: 25px;
    position: absolute;
    top: 519px;
    right: 465px;
}

#crossverifmdpcompte {
    width: 26px;
    height: 25px;
    position: absolute;
    top: 556px;
    right: 465px;
}

.greencross {
    background: url(/images/greenV.png) no-repeat;
    background-position: right;
}

.redcross {
    background: url(/images/redCross.png) no-repeat;
    background-position: right;
}

.prolongadroite input {
    text-align: right;
}

#anneeinfo {
    float: right;
    width: 40px;
    height: 8px;
    font-size: 8pt;
}

.browndiv {
    float: left;
    height: 240px;
    background-color: #DDDDDD;
    width: 668px;
    margin-left: 18px;
    border-bottom: 1px solid white;
}

.browndiv_moyenne {
    float: left;
    height: 120px;
    background-color: #DDDDDD;
    width: 334px;
    margin-left: 18px;
    border-bottom: 1px solid white;
}

.browndiv_petite {
    float: left;
    height: 120px;
    background-color: #DDDDDD;
    width: 167px;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
}

.red_infos {
    float: left;
    line-height: 23px;
    border: 1px solid white;
    width: 167px;
    height: 24px;
    margin-top: 20px;
    background-color: #f55555;
    color: white;
    text-align: center;
}

.imgPlus
{
	width:40px !important;
	height:40px !important ;
	cursor:pointer;
	margin-top:unset;
	position: absolute;
	right: 20px;
	z-index: 9;
  	-webkit-transition: all 0.5s ease;
  	transition: all 0.5s ease;
}
.imgPlus:hover
{
	filter:invert(1) contrast(2) sepia(1) hue-rotate(40deg) saturate(20) contrast(3) brightness(0.6);
	-webkit-transform: translateX(4px) rotate(180deg);
	transform: translateX(4px) rotate(180deg);
}

.imgnonclicked {
    background: url('./images/imgPlusgris@2x.png') no-repeat;
    background-size: 40px;
}

.imgautori {
    background: url('./images/valider2blue.png') no-repeat;
    background-size: 30px;
}

.imgouiclicked {
    background: url('./images/valider2blue.png') no-repeat;
    background-size: 30px;
    background-position: 0px;
}

.imgclickedsmall {
    background: url('./images/valider2blue.png') no-repeat;
    background-size: 20px;
    background-position: 0px;
}

#restarep {
    float: left;
    width: 272px;
    height: 50px;
    margin-top: 25px;
    margin-left: 408px;
}

/* loading option */
.loaderDiv,
.loaderDiv {
    width: 32px;
    height: 32px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    border-radius: 50%;
    z-index: 99999999;
    background-color: rgba(0, 0, 0, 0.1);
}

.loaderDiv {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #FC5757;

  transform: translateZ(0);
  animation: animsition-loading 0.8s linear infinite;
}

@keyframes animsition-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loaderDiv2 {
    position: fixed;
    z-index: 99999999;
    background: url('/images/icon-loader.gif') 50% 50% no-repeat;
    background-size: 30px;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    cursor: wait;
    background-color: rgba(0, 0, 0, 0.5);
    /* display: none; */
}

.custom-loader {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: 
        radial-gradient(farthest-side,#F1474D 94%,#0000) top/8px 8px no-repeat,
        conic-gradient(#0000 30%,#F1474D);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation:s3 1s infinite linear;
}

@keyframes s3{ 
    100%{transform: rotate(1turn)}
}

@-webkit-keyframes loaderDiv {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loaderDiv {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#loader {
    float: right;
    display: none;
    margin-right: 125px;
    margin-top: 365px;
}

#loader_autorisation {
    display: none;
    position: absolute;
    margin-left: 650px;
    left: 0;
    right: 0;
    margin-top: 300px;
    z-index: 999;
}

#loader_autorisation img {
    width: 35px;
    vertical-align: middle;
}

#loader_autorisation_acc {
    display: none;
    position: absolute;
    margin-left: 650px;
    left: 0;
    right: 0;
    margin-top: 480px;
    z-index: 999;
}

#loader_autorisation_acc img {
    width: 35px;
    vertical-align: middle;
}

#loader img {
    width: 35px;
    vertical-align: middle;
}

#loader label {
    color: white;
    font-size: 14pt;
    margin-left: 10px;
    vertical-align: middle;
}

.onglets {
    width: 100%;
    height: 26px;
    float: left;
    color: white;
    margin-left: 5px;
    background-color: #f8f8f8;
    padding-left: 14px;
}

#corpsonglet {
    background-color:white;
    height:calc(100% - 50px);
    overflow:hidden;
    margin-left:5px;width:calc(100% - 15px);
	border:2px solid #CCC;
    box-shadow: 2px 2px 5px #DDD;
    border-radius:5px;
}
#corpsonglet2 {
    height:calc(100% - 10px);
    overflow:hidden;
    margin-left:5px;
    width:calc(100% - 15px);
    border:none;
    padding:0px;
}
.ongletsobs {
    z-index:9999 ;
    width: auto;
    height: 26px;
    float: left;
    color: white;
    margin-left: 5px;
    padding-left: 14px;
    display: inline-block;
    float: unset;
}

.onglet {
    position: relative;
    color:#3A3A3A ;
    font-family: LatoBold;
    float: left;
    display: inline-block;
    width: auto;
    margin-top:0px;
    height: 23px;
    line-height: 22px;
    vertical-align: bottom;
    padding-left: 12px;
    padding-right: 15px;
    padding-top: 4px;
    margin-left: -5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border:1px solid #CCC;
    border-bottom:none;
    border-top-left-radius: 5px;
    border-top-right-radius: 26px;
}

.onglet2 {
    position: relative;
    color:#3A3A3A ;
    font-family: LatoBold;
    float: left;
    display: inline-block;
    width: auto;
    margin-top:0px;
    height: 23px;
    line-height: 22px;
    vertical-align: bottom;
    padding-left: 12px;
    padding-right: 15px;
    padding-top: 4px;
    margin-left: -5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border:1px solid #CCC;
    border-bottom:none;
    border-top-left-radius: 5px;
    border-top-right-radius: 26px;
    cursor:pointer;
}

.ongleton {
    color:#3A3A3A;
    text-shadow: 2px 2px 5px #DDD;
    border-bottom:none ;
    background: white;
    z-index: 999 ;
}

.ongletoff {
    color:#6C6C6C ;
    text-shadow: 2px 2px 5px #FFF;
    font-family: Lato;
    background: #DDD;
    height: 20px ;
    border-top-left-radius: 5px;
    border-top-right-radius: 20px;
    line-height: 18px;
    margin-top:2px;
    z-index: 98 ;
}

.ongletpg {
    background-color:white;
    height:calc(100% - 60px);
    overflow:hidden;
    margin-left:5px;width:calc(100% - 25px);
	border:2px solid #CCC;
    box-shadow: 2px 2px 5px #DDD;
    border-radius:5px;
    padding-top:10px;
    padding-right:10px;
    border-radius:5px;
}

.divinfo 
{
    float:unset;
    border:2px solid #CCC;
    box-shadow: 2px 2px 4px solid #DDD ;
    border-radius:5px;
    height:auto;
    padding:5px;
    margin-left:10px;
    margin-bottom:5px;
    display:inline-block;
    width:calc(100% - 30px) ;
    background-color: #DDD;
}

.clsetaplan {
    width: 285px;
    float: left;
    display: inline;
    height: 100%;
    border: 0px solid #AAA;
    font-size: 10.5pt;
    font-family: Lato;
    margin-bottom: 8px;
    margin-top: 8px;
    background-color: transparent !important;
}

.clsetaplan1 {
    width: 100%;
    float: left;
    display: inline;
    height: 100%;
    border: 0px solid #AAA;
    font-size: 10.5pt;
    font-family: Lato;
    margin-bottom: 8px;
    margin-top: 8px;
    background-color: transparent !important;
    text-align: center;
    color: white;
}

.nomcontact {
    margin-left: 5px;
    max-width: 240px;
    width: 240px;
    min-width: 240px;
    display: block;
    margin-left: 48px;
    padding-top: 5px;
    font-family: Lato;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.societe {
    margin-left: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 240px;
    width: 240px;
    min-width: 240px;
    display: block;
    margin-left: 48px;
    padding-top: 5px;
    font-family: LatoLight;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#nonplanning {
    width: 650px;
    background-color: rgba(153, 150, 150, 1);
    text-align: center;
    margin-left: 25px;
    line-height: 40px;
}

.bilanfinan {
    float: left;
    height: 15px;
    width: 340px;
    vertical-align: middle;
    margin-top: 10px;
    text-align: left;
    text-indent: 13px;
}

#solde_color_red {
    float: left;
    width: 250px;
    height: 20px;
    border: 1px solid #000;
    background-color: red;
    border-radius: 12px;
    margin-top: 8px;
}

#solde_color_green {
    float: left;
    max-width: 250px;
    height: 20px;
    border: 1px solid #000;
    background-color: #4ba84b;
    border-radius: 12px;
    margin-top: -1px;
    position: relative;
    top: 0;
    left: 0;
    margin-left: -1px;
}

#cdinfo_gpa {
    margin-bottom: 0px;
    background-color: white;
    height: 35px;
    margin-left: 3px;
    width: 50px;
    float: left;
    display: inline;
    margin-top: 2px;
    text-align: right;
}

#desi_gpa {
    margin-bottom: 0px;
    background-color: white;
    height: 35px;
    margin-left: 30px;
    width: 230px;
    float: left;
    display: inline;
    margin-top: 2px;
}

#montantllg_gpa {
    margin-bottom: 0px;
    text-align: right;
    height: 30px;
    border: 1px solid gainsboro;
    margin-left: 3px;
    width: 120px;
    float: left;
    display: inline;
    margin-top: 2px;
}

#datelimit_gpa {
    background-color: white;
    height: 30px;
    margin-left: 3px;
    width: 100px;
    float: left;
    display: inline;
    margin-top: 2px;
}

.txt_plan_top {
    width: 320px;
    position: absolute;
    top: 0px;
    height: 45px;
    background: transparent url("images/bar-gauche@2x.png") repeat-x scroll 0% 0%;
    text-align: center;
    line-height: 45px;
    color: white;
}

#reste {
    float: left;
    border: 0px solid #2F343A;
    height: 100%;
    width: calc(100% - 1021px);
}

#reste_top_rouge {
    background: #ED5252;
    width: 100%;
    height: 65px;
    float: left;
}

#reste_mid_marron {
    float: left;
    height: calc(100% - 113px);
    width: 100%;
    background-color: #f8f8f8;
}

#reste_bot_noir {
    background: url(./images/fond-right-bottom@2x.png) repeat-x;
    width: 100%;
    height: 48px;
    float: left;
    position: relative;
}

.table_synthes {
    width: calc(100% - 34px);
    margin-left: 17px;
    float: left;
    background-color: #00BFC5;
    font-size: 10pt;
    color: white;
    border: 1px solid white;
    border-collapse: collapse;
    padding: 2px;
}

.table_synthes td {
    text-align: center;
    height: 20px;
    border: 1px solid white;
}

#synthes {
    height: calc(100% - 30px);
    overflow: auto;
}

.img_synthes {
    width: 20px;
    margin-right: 10px;
    margin-left: 20px;
    margin-top: -2px;
    vertical-align: middle;
}

.synthes_img20 {
    width: 20px;
}

.liste_synthes {
    width: calc(100% - 34px);
    float: left;
    height: 40px;
    margin-left: 17px;
    list-style-type: none;
    background-color: white;
    border-bottom: 1px solid #c8c5c5;
}

.synthes_etapetud {
    float: left;
    height: 100%;
    width: 132px;
    border-right: 2px solid #8F8D8D;
}

.synthes_dtdebut {
    float: left;
    height: 100%;
    width: 90px;
    border-right: 2px solid #8F8D8D;
}

.synthes_dtfini {
    float: left;
    height: 100%;
    width: 90px;
    border-right: 2px solid #8F8D8D;
    background-color: #f8a7a7;
}

.synthes_prcent_vert {
    float: left;
    text-align: center;
    height: 100%;
    width: 40px;
    border-right: 2px solid #8F8D8D;
    background-color: #a2e97d;
}

.synthes_prcent_rouge {
    float: left;
    text-align: center;
    height: 100%;
    width: 34px;
    border-right: 2px solid #8F8D8D;
    background-color: #f8a7a7;
}

.synthes_dt_span {
    width: 100%;
    float: left;
    margin-top: 3px;
    font-size: 9.5pt;
}

.synthes_prcent_span {
    width: 100%;
    float: left;
    margin-top: 3px;
    font-size: 9.5pt;
}

.synthes_span_etat {
    width: 100px;
    float: left;
    font-size: 10pt;
}

.synthes_remise {
    float: left;
    text-align: center;
    height: 100%;
    width: 66px;
    border-right: 2px solid #8F8D8D;
}

.synthes_bct {
    float: left;
    text-align: center;
    height: 100%;
    width: 92px;
    border-right: 2px solid #8F8D8D;
}

.synthes_mo {
    float: left;
    text-align: center;
    height: 100%;
    width: 92px;
    border-right: 2px solid #8F8D8D;
}

.synthes_synt {
    float: left;
    text-align: center;
    height: 100%;
    width: 40px;
    border-right: 2px solid #8F8D8D;
}

.synthes_fact {
    float: left;
    text-align: center;
    height: 100%;
    width: 38px;
    border-right: 2px solid #8F8D8D;
}

#aide_support {
    background:#ded2c7;
    float: left;
    height: 90px;
    width: 320px;
    bottom: 36px;
    position: absolute;
    cursor: pointer;
}

#aide_support_ligne {
    position:absolute;
    margin-left:0px;
    margin-top:47px;
    height:30px;
    background: transparent url("/images/fond-bouton@2x.png") no-repeat scroll 0% 0% / 335px 47px;
    width:50%;
    border-right: 1px solid #eae3e3;
    text-align: center;
    line-height: 30px;
    color: #685A5A;
    font-size: 9pt;
    height: 30px;
}

#aide_support_support {
    position:absolute;
    margin-left:50%;
    margin-top:47px;
    height:30px;
    width:50%;
    background: transparent url("/images/fond-bouton@2x.png") no-repeat scroll 0% 0% / 335px 47px;
    text-align: center;
    line-height: 30px;
    color: #685A5A;
    font-size: 9pt;
    height: 30px;
    cursor: pointer;
}

#polconfi {
    float: left;
    text-decoration: none;
    color: white;
    margin-left: 55px;
    margin-top: 5px;
    font-size: 9pt;
}

#polconfi u {
    text-decoration: none;
}

.ctitre_rouge_petit {
    font: 700 1em/1.5em "Lato", Helvetica, Arial, sans-serif;
    color: #ff4343;
    width: 100%;
    float: left;
    margin-left: 15px;
}

.ctitre_rouge {
    font: 700 1.2em/1.5em "Lato", Helvetica, Arial, sans-serif;
    color: #ff4343;
    width: 100%;
    float: left;
    margin-left: 15px;
}

.img_ctitre_rouge {
    width: 100%;
    float: left;
    margin-left: 15px;
    height: 20px;
}

.img_ctitre_rouge li {
    width: 60px;
    height: 40%;
    float: left;
    border-top: 3px solid #989494;
    list-style-type: none;
    opacity: 0.6;
}

.ctexte_normal {
    font: 300 1em/1.2em "Lato", Helvetica, Arial, sans-serif;
    color: #2f343a;
    float: left;
    margin-left: 15px;
    width: 97%;
    margin-bottom: 13px;
}

.rectangle_synthese {
    position: absolute;
    cursor: pointer;
    border: 1px solid red;
}

#rect_information {
    height: 102px;
    width: 117px;
    margin-left: 304px;
    margin-top: 286px;
}

#rect_etude {
    height: 77px;
    width: 117px;
    margin-left: 360px;
    margin-top: 407px;
}

#rect_chantier {
    height: 100px;
    width: 117px;
    margin-left: 304px;
    margin-top: 511px;
}

#rect_gestion {
    height: 100px;
    width: 117px;
    margin-left: 183px;
    margin-top: 511px;
}

#rect_reception {
    height: 77px;
    width: 117px;
    margin-left: 128px;
    margin-top: 407px;
}

#rect_GPA {
    height: 102px;
    width: 117px;
    margin-left: 193px;
    margin-top: 286px;
}

.titre_conf {
    width: 100%;
    height: 44px;
    background-color: #ED5252;
}

.titrelux_conf {
    width: 50%;
    line-height: 47px;
    margin: auto;
    color: white;
    font-size: 13pt;
    font-family: Latobold;
    text-align: center;
    cursor: default;
}

#nominp {
    color: #2F343A;
    background-color: transparent;
    height: 40%;
    width: 210px;
}

#entinp {
    color: #2F343A;
    background-color: transparent;
    height: 40%;
}

#votrerole {
    width: 140px;
    text-align: left;
    float: left;
    margin-top: 37px;
    font-weight: bold;
    background-color: transparent;
    border: medium none transparent;
}

#votrerole_p {
    font-size: 11pt;
    text-indent: 0px;
    width: 170px;
    text-align: left;
    float: left;
    margin-top: 3px;
    background-color: transparent;
    border: medium none transparent;
}

#votreentreprise {
    margin-left: 40px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

#spanvotreentreprise {
    width: 30px;
    height: 30px;
    color: #2F343A;
    font-size: 10.5pt;
    vertical-align: middle;
}

#editinterv {
    float: left;
    width: 100%;
    height: 40px;
    margin-top: 5px;
}

#editinterv span {
    font-size: 10.5pt;
    line-height: 25px;
    margin-left: 25px;
    float: left;
}

#editinterv label {
    line-height: 35px;
}

#aide_chk {
    position:absolute;
    margin-top:0px;
    margin-left:0px;
    width:50%;
    height: 47px;
    color: #3A3A3A;
    background: transparent url("/images/fond-bouton@2x.png") no-repeat scroll 0% 0% / 335px 47px;
    border-top: 1px solid white;
    background-size: 320px 47px;
    font-family: Lato;
    font-size: 1.1em;
    vertical-align: middle;
    line-height: 47px;
    cursor: pointer;
}

#aide_chk img {
    margin-left:10px;
}

#aide_bib {
    position:absolute;
    margin-top:0px;
    margin-left:50%;
    width: 50%;
    height: 47px;
    color: #3A3A3A;
    background: transparent url("/images/fond-bouton@2x.png") no-repeat scroll 0% 0% / 335px 47px;
    border-top: 1px solid white;
    background-size: 320px 47px;
    font-family: Lato;
    font-size: 1.1em;
    vertical-align: middle;
    line-height: 47px;
    cursor: pointer;
}

#aide_bib img {
    margin-left:10px;
}

#aide_plan {
    float: left;
    width: 300px;
    height: 47px;
    color: rgb(0, 0, 0);
    background: transparent url("/images/fond-bouton@2x.png") no-repeat scroll 0% 0% / 335px 47px;
    border-top: 1px solid white;
    background-size: 335px 47px;
    font-family: LatoBold;
    font-size: 11pt;
    vertical-align: middle;
    line-height: 47px;
    padding-left: 20px;
    cursor: pointer;
}

#generalgrp {
    padding-top: 0px;
    overflow: hidden;
    background-color: #f8f8f8;
    height: 100%;
}

.groupelst {
    font-size: 12pt;
}

.red {
    color: #FA3F39 !important;
    font-family: LatoLight !important;
    font-size: 12pt !important;
}

.blue {
    color: #0A7FFB !important;
    font-family: LatoLight !important;
    font-size: 12pt !important;
}

.green {
    color: #88DC52 !important;
    font-family: LatoLight !important;
    font-size: 12pt !important;
    width: 100% !important;
    margin: 0px !important;
}

.blue2 {
    color: #0A7FFB !important;
    font-family: LatoLight !important;
    font-size: 12pt !important;
    width: 100% !important;
    height: 30px !important;
    line-height: 30px !important;
    vertical-align: middle;
}

.red:hover {
    color: #FF0C06 !important;
}

.blue:hover {
    color: #074BFF !important;
}

.separator {
    width: 1px !important;
    height: 30px !important;
    border: 1px solid #DDDDDD !important;
}

.separator2 {
    width: 100% !important;
    height: 1px !important;
    border: 1px solid #DDDDDD !important;
}

.blur {
    -webkit-filter: grayscale(0.1) blur(0.5px) brightness(85%);
}

#cropimg {
    width: 732px;
    height: 688px;
    z-index: 99999;
    position: fixed;
    top:50%;
    left:50%;
    margin-top: -344px;
    margin-left: -371px;
    border: 1px solid #000000;
    border-radius: 5px;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    z-index: 999999999 !important;
    box-shadow: 5px 5px 15px #3a3a3a;
}

#opencontact {
    max-width: 742px;
    max-height: 688px;
    overflow: auto;
    height: 90%;
    width: 90%;
    position: fixed;
    border: 1px solid #000000;
    border-radius: 17px;
    z-index: 999999999 !important;
    box-shadow: 5px 5px 15px #3a3a3a;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin-top: unset !important;
    margin-left: unset !important;
}
#selcontact {
    max-width: 320px;
    max-height: 688px;
    overflow: auto;
    height: 90%;
    position: fixed;
    border: 1px solid #000000;
    border-radius: 17px;
    z-index: 999999999 !important;
    box-shadow: 5px 5px 15px #3a3a3a;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin-top: unset !important;
    margin-left: unset !important;
}

#frCheckList {
    overflow: hidden;
    height: 90%;
    width: 90%;
    position: fixed;
    border: 1px solid #000000;
    border-radius: 17px;
    z-index: 999999999 !important;
    box-shadow: 5px 5px 15px #3a3a3a;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin-top: unset !important;
    margin-left: unset !important;
}

#frCouleur {
    width: 266px;
    height: 560px;
    z-index: 9999999;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -280px;
    margin-left: -133px;
    border: 1px solid #000000;
    border-radius: 17px;
    box-shadow: 5px 5px 15px #3a3a3a;
}

.depastext {
    text-overflow: ellipsis !important;
}

.mce-last {
    border-width:0px 0px 0px !important;
    border:1px dotted gray !important;
}

.mce-widget.mce-tooltip {
    display: none !important;
}

.mce-tinymce.mce-container.mce-panel {
    border: 0px solid blue !important;
    /* min-height: calc(100% - 5px); */
}

.mce-tinymce {
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.mce-btn-group .mce-btn {
    max-width: 40px;
}
.mce-fullscreen {
    left:320px !important;
    width:calc(100% - 320px) !important;
    z-index: 99999999 !important;
}

#progress-wrp {
    border: 1px solid #0099CC;
    padding: 1px;
    position: relative;
    height: 30px;
    border-radius: 3px;
    margin: 10px;
    text-align: left;
    background: #fff;
    box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
    float: left;
    min-width: 100px;
    margin-top: 0px;
    display: none;
}

#progress-wrp .progress-bar {
    height: 100%;
    border-radius: 3px;
    background-color: #F55154;
    width: 0;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}

#progress-wrp .status {
    top: 3px;
    left: 50%;
    position: absolute;
    display: inline-block;
    color: #000000;
}

.imgred {
    width: 15px;
    position: absolute;
    top: 10px;
    margin-left: 25px;
}
.imgred2 {
    width: 15px;
    position: relative;
    top: -5px;
    right: -5px;
    margin: 0px;
    float:right;
}

#etapesreceptionblack {
    background-color: #485F72;
    color: white;
    line-height: 20px;
    vertical-align: middle;
    padding: 5px;
    padding-left: 10px;
    font-size: 0.9em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.titrebtclose {
    position: absolute;
    top: 0px;
    right: 10px !important;
    cursor: pointer;
    color: white;
}

.ongletExe {
    height:unset !important;
    width:100% !important;
    overflow: hidden !important;
}

.redover {
    list-style: none;
}

#synthese_lot_all .divligne {
    cursor: pointer;
    background-color: white;
}

#synthese_lot_all .divligne:hover {
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
}

.bulle_alertes {
    position: absolute;
    background: #A49487;
    border: 1px solid white;
    color: white;
    border-radius: 10px;
    font-size: 11px;
    height: 24px;
    width: 26px;
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

textarea {
    text-indent: 0px !important;
    border: 1px solid #24B5BD;
    border-radius: 5px;
    font-family: Lato;
    padding: 5px;
    font-size: 11pt;
}

.bouton_rouge {
    border: 2px solid white;
    background: #ED5252;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.bouton_gris {
    border: 2px solid white;
    background: #65798C;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.btCouleur {
    border: 2px solid #AAAAAA;
    border-radius: 5px;
    width: 33px;
    height: 28px;
    font-size: 0pt;
    margin-top: 0px;
    background-image: none;
}

/* Info comptes au dessus du menu gauche */
#infoCompte {
    width: 320px;
    height: 65px;
    background-color: #ED5252;
}

#infoCompteImg {
    width: 60px;
    height: 60px;
    float: left;
    margin-left: 2px;
}

#infoCompteLogo {
    width: 55px;
    height: 55px;
    border-radius: 27px;
    border: 2px solid #D44647;
    box-shadow: 1px 1px -2px #333333;
    margin-left: 2px;
    background: white;
    object-fit: contain;
}

#infoCompteInf {
    width: 220px;
    height: 60px;
    float: left;
}

#infoCompteInf1 {
    font-size: 1.1em;
    color: white;
    font-weight: 600;
    width: 100%;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-family: Lato;
    text-indent: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#infoCompteInf2 {
    font-size: 0.8em;
    color: white;
    width: 100%;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    font-family: LatoLight;
    text-indent: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#popup {
    z-index: 99999999 !important;
    box-shadow: 5px 5px 15px #3a3a3a;
    padding-top:10px;
    background:#ED5252 ;
    cursor:move ;
    border-radius: 5px !important;
    border-top-right-radius: 17px !important;
    border-top-left-radius: 17px !important;
}

.popupDiv {
    position: absolute;
    height: 80%;
    width: 80%;
    top: 10%;
    left: 10%;
    display: block;
    border-radius: 10px;
    border: 1px solid white;
    z-index: 999999999;
    box-shadow: 15px 0px 20px #000;
}

.ui-widget-overlay {
    z-index: 999999 !important;
}

.drop-area {
    border: 2px dashed white;
    border-radius: 10px;
    width: 160px;
    height: 135px;
    color: white;
    cursor: context-menu;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.drop-area:hover {
    border: 2px solid white;
}

.ligne {
    width: 100%;
    float: none;
}

.ligne2 {
    width: 100%;
    float: none;
    display: inline-block;
}

#changemdp {
    z-index: 999999999;
    background-color: #DBCFC2;
    position: fixed;
    width: 500px;
    height: 300px;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -250px;
    border: 1px solid #000000;
    border-radius: 17px;
}

#mobile-indicator {
    display: block;
}


.textcomplete-dropdown {
    border: 1px solid #333333;
    background-color: #EEEEEE;
    color: #333333;
    font-size: 0.8em;
    border-radius: 5px;
    box-shadow: 10px 5px 5px #AAAAAA;
    /* margin-top: -18px !important; */
}

.textcomplete-dropdown li {
    border-top: 1px solid #ddd;
    padding: 2px 5px;
}

.textcomplete-dropdown li:first-child {
    border-top: none;
}

.textcomplete-dropdown li:hover,
.textcomplete-dropdown .active {
    background-color: #FE6364;
    color:white;
}

.textcomplete-dropdown {
    list-style: none;
    padding: 0;
    margin: 0;
}

.textcomplete-dropdown a:hover {
    cursor: pointer;
}

.bulleMenu {
    position: absolute;
    float:left;
    left: 285px;
    width:25px;
    height:25px;
    margin-top:-39px;
    color:white;
    line-height:25px;
    border-radius:15px;
    border:2px solid #5dbc35;
    background:#5dbc35;
    text-align:center;
    font-size:0.8em;
    box-shadow: 1px 1px 5px #555;
    filter:unset !important;
}

.bulleMenu img {
    width:25px;
    height:25px;
    margin:0;
    filter:brightness(10) !important;
}

.nowrap
{
    white-space: nowrap;
    width: 100% !important;
}

.partContact
{
    width:100%;
    display:flex;
  
}
.partContact:hover
{
    background-color: rgba(100,200,100,0.1) ;
    border-left:4px solid #9D9 ;
    border-radius: 10px;
    box-shadow: 2px 2px 4px #DDD;
}
@media screen and (max-width: 500px) {

    #popup {
        width: calc(100% - 2px) !important;
        top: 25% !important;
        left: 0px !important;
        border-radius: 10px;
        border: 1px solid white;
        margin-top: unset !important;
        margin-left: unset !important;
    }


    .popupDiv {
        height: calc(100% - 2px);
        width: calc(100% - 2px);
        top: 0px;
        left: 0%;
        border-radius: 10px;
        border: 1px solid white;
    }

    #img_schema_div {
        margin-top: -20px;
        margin-left: -20px;
        transform: scale(0.8);
        display: inline-block;
    }

    .entreepied2 {
        width: 35px;
    }

    .entreepied2 img {
        float: none;
        display: unset;
        width: 30px !important;
        margin: 7px !important;
        margin-left: 5px !important;
    }

    .entreepied2 span {
        display: none !important;
        width: unset;
    }

    .titre .img30 {
        width: 25px;
        height: 25px;
        float: unset !important;
        display: block;
        margin-left: 7px;
    }

    .titre span {}

    .titrebtretour {
        font-size: 0.5em;
        width: 40px;
        text-align: center;
        line-height: 10px !important;
    }

    .titrebtclose {
        font-size: 0.5em;
        width: 40px;
        text-align: center;
        line-height: 10px !important;
    }
}

@media screen and (max-width: 740px) {
    #menuBasGauche {
        bottom: 48px;
    }

    #navigation {
        height: calc(100% - 96px) !important;
    }

    #aide_support {
        bottom: 84px !important;
    }

    #img_schema_div {
        float: none;
        width: unset;
        width: 100%;
    }

    #tab_schema {
        float: none;
    }

    #tab_alert {
        margin-top: 10px;
        height: unset;
        margin-bottom: 10px;
    }

    .menugauche_hide {
        transform: scale(0.5) !important;
        transform-origin: left top !important;
        max-height: calc(200% - 290px) !important;
        min-height: calc(200% - 290px) !important;
    }

    .partieprogramme_hide {
        padding-left: 30px !important;
        max-width: calc(100% - 30px) !important;
    }

    .drop-area {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    #infoEdge {
        display: none;
    }

    .options {
        font-size: 10px !important;
    }

    .modeSmall {
        float: none !important;
        display: block !important;
        width: calc(100% - 20px) !important;
        margin-left: 10px !important;
    }

    .titrelb {
        max-width:calc(100% - 200px) !important;
    }

    #mobile-indicator {
        display: block;
    }

    #titremenu {
        margin-left: 40px;
        width: calc(90% - 40px);
        max-width: calc(90% - 40px);
        min-width: calc(90% - 40px);
        top: 0px;
        margin-top: 11px;
        font-size: 1.1em;
    }

    #changemdp {
        width: 100%;
        height: 100%;
        margin-top: 0px;
        margin-left: 0px;
        top: 0px;
        left: 0px;
    }

    .colonne2 {
        width: 100%;
        float: unset;
    }

    .entete {
        height: 40px;
        top: 0px;
        position: fixed;
    }
    #titremenu_solo {
        max-width: calc(100% - 40px);
        position: fixed ;
        top: 8px;
        left: 40px;
        margin: 0px;
    }

    #partieprogramme {
        top: 40px !important;
        height: calc(100% - 105px) !important;
        width: calc(100% - 30px) !important;
        margin:0px !important;
        position: fixed  !important;
    }
    #partieprogramme2 
    {
        top: 40px;
        height: calc(100% - 105px);
        width: calc(100% - 30px);
        margin-left: 30px;
        position: fixed ;
    }

    #entetemenudroite {
        margin-top: 5px;
    }

    #entetemenudroitedroite {
        margin-top: 5px;
    }

    #entetemenudroitedroite span {
        display: none;
    }

    #vignetteentreprise {
        width: 91%;
        padding-top: 26px;
    }

    #vignetteentreprise img {
        width: 30%;
    }

    #vignetteglobalproject {
        margin-top: 12px;
        text-align: center;
        font-size: 10pt;
        line-height: 26px;
        height: 26px;
        width: 100%;
        max-width: unset;
    }

    #vignetteglobalproject img {
        width: 26px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

    #vignetteglobalproject span {
        display: inline-block;
        line-height: 26px;
        vertical-align: middle;
        font-size: 1em;
    }

    #entetemenugauche {
        margin-top: 8px !important;
        margin-left: 40px !important;
        font-size: 0.7em !important;
        max-width: 60px !important;
    }

    #divBtAdd {
        bottom: 105px;
    }

    #groupecontacts {
        height: calc(100% - 130px) !important;
    }

    #opencontact {
        border-radius: 0px !important;
    }

    #cropimg {
        width: 100% !important;
        height: calc(100% - 45px) !important;
        top: 0px !important;
        left: 0px !important;
        margin: 0px !important;
    }
}

@media screen and (max-height: 800px) {
    #cropimg {
	top:10px !important;
	height:calc(100% - 20px) !important;
	margin-top: 0px !important;
    }
}

/* ligne tableau sur 2 */
@media screen and (max-width: 1100px) {
    .labelOption {
        display:none;
    }
}

@media screen and (max-width: 800px) {


    #btDeconnecteAll {
        display:none;
    }

    .li_ligne1 {
        height: 18px !important;
        line-height: 18px !important;
        width: calc(100% - 95px) !important;
    }

    .li_ligne2 {
        height: 18px !important;
        line-height: 18px !important;
        margin-left: 92px !important;
        margin-top: -20px;
        width: calc(100% - 95px) !important;
    }

    #tablecolonnes {
        display: flex ;
    }
    .entreepied2 img {
        float: none;
        display: unset;
        width: 25px;
        margin-left: 22px;
        margin-top: 4px;
    }

    #vignetteglobalproject {
        display: none;
    }
    input {
        max-width: 100% !important;
    }

    .typeaffaire
    {
        max-width: calc(100% - 20px);
    }
    .entreepied2 span {
        font-size: 0.65em;
        padding-left: unset;
        top: unset;
        display: block;
        width: 65px;
        text-align: center;
        text-indent: 5px;
    }

    #imgLogoAff {
        float: unset !important;
        width: 100% !important;
        max-width: 300px !important;
        margin:auto;
    }

    #infLogoAff {
        width: calc(100% - 15px) !important;
        margin-left:5px;
    }

    #box_photo_infos {
        max-width: calc(100% - 10px) !important;
    }
}

/* En dessous d'un iPad, programme plein écran */
@media screen and (max-width: 1050px) {
    #navigation {
        box-shadow: 15px 0px 20px #000;
    }

    #coinarrondi {
        display: none !important;
    }

    #partiedroite {
        position: fixed;
        top: 0px;
        left: 0px;
        height: 100%;
    }
    #partieprogramme {
        width: calc(100% - 60px) !important;
        padding-left: 60px !important ;
    }
    #partieprogramme2 {
        width: calc(100% - 60px) !important;
        padding-left: 60px ;
    }

    #entetemenudroite {
        top: 0px !important;
    }

    .divcorps {
        width: 100% !important;
        height: 100% !important;
    }

    #frame_obs {
        width: 100% !important;
        top: 0px !important;
        left: 0px !important;
        margin-left: 0px !important;
    }
}

/* pas haut... */
@media screen and (max-height: 500px) {

    #infoCompte {
        display: none;
    }

    .entete {
        height: 40px;
    }

    #partieprogramme {
        top: 40px;
        height: calc(100% - 88px);
    }

    #entetemenudroite {
        margin-top: 5px;
    }

    #entetemenudroitedroite {
        margin-top: 5px;
    }

    #coinarrondi {
        top: 40px;
    }

    #entete1 {
        height: 40px;
    }

    #titremenugauche {
        margin-top: 4px;
    }

    #menugauche {
        height: calc(100% - 123px);
    }

    #titremenu {
        margin-top: 4px;
        margin-left: 40px;
        width: calc(90% - 40px);
        max-width: calc(90% - 40px);
        min-width: calc(90% - 40px);
        top: 0px;
    }

    #carte {
        height: calc(100% - 20px);
    }

    #menugaucheetapes {
        height: calc(100% - 184px);
    }
}

@media (min-width: 1200px) {
    /*
    #btMenuNavigation {
        display: none !important ;
        top: -50px !important ;
    }
    */
}

@media (max-width: 1000px) {
    #opencontact, #fenMail {
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
        top:0px !important;
        left: 0px !important;
        margin: 0px !important;
        transform: unset !important;
    }

    #frCheckList {
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
        top:0px !important;
        left: 0px !important;
        margin: 0px !important;
        transform: unset !important;
    }
}

