﻿

/*@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}*/

body {
}

.disableSelect {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.logoClient {
    height: inherit;
    height: -webkit-fill-available;
    height:60px;
}
 
/******* ITEM HTML ******/


html {
    height: 100%;
    font-size:15px;
}

button {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

p {
    background-color: Transparent;
    border: none;
    /*cursor: pointer;*/
    text-justify: inter-word;
    text-align: left;
    font-family: 'Yu Gothic';
    resize: none;
}

a:hover {
    color: cornflowerblue !important;
}
a.classColorThemeBackPanel:hover {
    color: unset !important;
}


textarea {
    resize: none;
}

table{
    border-collapse:collapse;
}


/*******FIN ITEM HTML ******/

/*.fontIcon {
    font-family: FontAwesome, Arial;
}*/

#mainContainer {
    position: relative;
    height: 100%;
    width: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#bandeau {
    position: absolute;
    top: 0;
    width: 100%;
    height: 60px;
    opacity: 0.9;
    z-index: 2;
    box-shadow: 0px 0px 11px black;
}


#panneau{
    position:absolute;
    top:60px;
    right:0;
    z-index:2;
    opacity:0.9;
    width:20%;/*width:350px;*/
    height:100%;
}


.header_content {
    height:70px;
}


/*seprateur horiz pour les pov/layers*/
.style_bottom_pov {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.txtApp{
    font-weight:bold;
    margin-left:25px;
}
/*#titleApp.specMobile {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100px !important;
    display: inline-block;
    vertical-align: middle;
    font-size:2vw !important;
}*/


/* classe pour les icones des tools à droite*/
.menudroite {
    display: inline;
    float: right;
}

.item_menu {
    display: inline-block;
    height: 60px;
    width: 60px;
    cursor: pointer;
    margin: 0;
}

.img_toolbar  {
    /*max-width: 60px;
    max-height: 60px;*/
    font-size:x-large;
    /*background-color:transparent;*/
    /*margin-right:40px;*/
}


.item_menu:hover,
.toolsClass:hover,
.itmResSearchClass:hover {
    background-color: rgba(222,222,222,0.3);
    /*color: black;*/
}

.item_menu_sel {
    /*background-color: white;
    color: black;*/
}


.imgToolNav {
    margin-right: 10px;
    max-height: 20px;
    max-width: 20px;
}

.imgToolNav.decalLeft {
    margin-left: 10px;
}


.tableTDIcon { 
    width: 30px;
    cursor: pointer; 
}

/*centrer les icones des outils (dans le bandeau)*/
.iconMenuTool{
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    position:relative;
}

/* pour le bouton 'portail2d' le style doit etre différent */
.bg_portail2d{
    width:auto;
    position:relative;
    float:left;
    display:inline-flex;
}
.bg_portail2d a {
    margin: auto;
    background-color: transparent;
}
/******** FIN */
.tableTitle {
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: 100%; /*Edge*/
    padding: 5px;
    /*background-color: rgba(0, 186, 0, 1);*/
}



.titleLayers { 
    font-weight: bold;
    min-width:100px;
    width:100%;
}

.subtitle {
    padding: 15px 0;
    font-weight: bold;
}

.title {
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
    color:white;
}

.body_content {
    /*padding: 20px;*/
}

.spacing_body_content{
    padding:0 20px;
}
.spacing_body_itms_content {
    padding: 20px 0;
}


.styleCursor {
    cursor: pointer;
}
/*utiliser pour la croix close du #panneau*/
.styleSmallIcon {
    width: 30px;
    position: relative;
    float: right;
}


.customLbl{
display:initial !important;
}

.critereSearchContent {
    padding: 5px 10px;
}

.spacingItmsSearch{
    margin:10px 0;
}


.btnValidClass {
    width: 100%;
    width: -webkit-fill-available;
    min-height: 40px;
}

table.alignBtnChoice {
    text-align: center;
    table-layout: fixed;
}

 
table.alignBtnChoice td > button {
    width: 100%;
    max-width: 250px;
}


table.headerCritere{
    width:100%; 
}
table.headerCritere td.headerCritereIcon{
    width:auto;
}
table.headerCritere td.headerCritereTitle {
    width: 100%;
}

#btnValidSearch{
    border:1px solid white;
    margin:10px;
}


/*** design formulaire dessin */
.tableDrawingConfig {
    width: 100%;
    margin: 30px 0 0 0;
    text-align: left;
} 

table.tableDrawingConfig td { 
    padding: 2px;
}
table.tableDrawingConfig td.tableFormDrawLbl {
    width: 30%;
}

table.tableDrawingConfig td > input.tableFormDrawInputTxt {
    width: 100%;
}

.containerBtnOptionDessinClass {
    text-align: center;
    margin-top: 50px;
}
.divFormDrawingClass {
    padding:0 20px;
}

#tableLstItemsDessinProjet,
.containerBtnOptionDessinClass {
    width: 100%;
}

/***** gestion pr le menu left des item repliés */
table tr.isHidden,
div.isHidden {
    display: none;
}

 

/*** fin design formulaire dessin */

 





/*****************************  NAVBAR*/
.itemsNavToolClass {
    /*opacity: 1;*/
    user-select: none;
    display: block;
    width: 100%;
    max-height: 40px;
    /*max-width: 40px;*/
    padding: 5px 5px 5px 30px;
    /*background-color: rgba(18,188,0,0.9);*/
    opacity: 0.9;
}
.iconZoomSize {
    max-height: 100%;
    max-width: 100%;
    height: 40px;
    /* height:1.7vw; */
    /* margin-left:0.2vw;  */
}



#NavBar {
    position: absolute;
    opacity: 1;
    user-select: none;
    display: block;
    /*width: 40px;*/
}
/*****************************FIN  NAVBAR*/




/*******  FICHES *****/



#ficheContainer {
    z-index:5;
    /*min-height:300px;
    max-height:600px;*/
    background-color: white;
    position: absolute;
    -ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Safari */
    transform: rotate(-5deg); /* Standard syntax */
}



/*défi du blur sur bas de page de la fiche*/
#ficheContainer:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6em; /*passer de 10em  6em sinon le 'blur' chevauche une partie des txt */
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255, 1) 90%);
    pointer-events: none;
}

.flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.vignetteClass{
    width:100%;
    /*position:absolute;
    bottom:0;*/
    padding:10px;
    text-align:left;
}

.contentScroll {
    overflow: auto; 
    margin: 1.9vw;
}
.flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}


.aside {
    width: 20%;
}
.aside-top{
	width:100%;
	margin-top:40px;
}
.main {
    /*width:65%;*/
    margin-left: 40px;
    margin-right: 80px;
}

.imgFiche {
    width: 100%;
    object-fit: cover;
}

.imgFichePJ{
    max-width:300px;
    height:150px; 
    margin-top:5px;
}
.imgFicheSpace {
    position: relative;
    float: right;
}


.txtSizeClass {
    font-size: 16px ;
}

.mediaClass {
    margin-bottom: 30px;
}

.txtEmphase{
    font-weight:bold;
}

.txtSubTitleFiche {
    font-size:20px;
    /*font-size: 1.1vw;*/
    font-weight: bold;
}
.txtInfosUtile{
    font-style:italic;
    color:black;
    font-weight:bold;
    padding:0 10px;
}

table.infosGenClass td {
    width: 20px;
}

.infosGenClass {
    width: 100%;
}
/* btn open/close fiche styling*/
#divbtnOpen {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
}

#divbtnClose {
    position: absolute;
    z-index: 10000;
}

.imgbtnOpenCloseClass {
    /*max-width:70px;*/
    width: 40px;/*4vw;*/
    cursor: pointer;
}

 

.hiddenBtnVisibilityFicheClass {
    visibility: hidden;
}

.animationOpenFicheClass {
    animation: RotateFiche 0.5s linear forwards;
}

@keyframes RotateFiche {
    0% {
        transform: rotate(-5deg) translateY(-25%);
    }

    25% {
        transform: rotate(-4deg) translateY(-35%);
    }

    50% {
        transform: rotate(-2.5deg) translateY(-50%);
    }

    75% {
        transform: rotate(-1deg) translateY(-75%);
    }

    100% {
        transform: rotate(0deg) translateY(-100%); /*transform: rotate(0deg) translateY(-110%);*/
    }
}



.animationOpenFicheShowClass {
    animation: RotateFicheShow 1s linear forwards;
}

@keyframes RotateFicheShow {
    0% {
        transform: rotate(-5deg) translateY(-1%);
    }

    25% {
        transform: rotate(-5deg) translateY(-5%);
    }

    50% {
        transform: rotate(-5deg) translateY(-13%);
    }

    75% {
        transform: rotate(-5deg) translateY(-19%);
    }

    100% {
        transform: rotate(-5deg) translateY(-25%);
    }
}
/***** FIN FICHE ******/



/************ LST RESULTATS ***************/
.imgResult{
    /*width:230px;*/
    max-height:150px;
    width:160px;
}

.spacingDiv {
    padding: 10px 0;
}

.nameRandoResult{
    font-weight:bold;
    /*font-size:15px;*/
}
.itmResSearchClass{
    /*font-size:13px;*/
}
/************ FIN LST RESULTATS ***************/
/************ BTN BACK ***************/
.backClass {
    padding: 20px;
}

.txtResFound,
.tableInfosGen,
#catFiche {
    text-align: center;
}
/************ FIN BTN BACK ***************/


/***************LAYERS************/
.iconToggle {
    width: 28px;
    height: 28px;
}
.tdSpace {
    width: 40px;
}
/* spacing pour tableau des couches/dessin*/
table.tableClassLayers tr  {
    height: 40px;
}
table.tableClassLayers {
    width: 100%;
    display: table;
    border-collapse: collapse;
    vertical-align: middle; 
}

table.tableClassLayers div.crop {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
   max-width: 270px;
   min-width:170px;
}
    table.tableClassLayers td{
        overflow-wrap:break-word;
    }
    ​
    /***************FIN LAYERS************/
    /**********ICON FONTAWESOME***********/
    .colorDanger {
        color: red;
    }


.colorInfo {
    color: blue;
}


.largeIcon {
    font-size:x-large;
}
/**********FIN ICON FONTAWESOME***********/





/*********MODAL  CONNECT*********/
.inputLoginClass {
    width: 100% !important;
    border: 1px solid !important;
    margin-top: 5px !important;
    padding: 5px !important;
}
 

#msgAlert {
    color: red !important;
}

 
/********* FIN MODAL  CONNECT*********/


/***********ANIMATION CONTROL *********/
#animationControlContainer {
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 1;
    text-align: center;
   
    opacity: 0.9;
}
#animationControlCustom {
    padding: 10px;
    margin:auto;
    width: fit-content;
    width: max-content;
}
/***********FIN ANIMATION CONTROL *********/



/** div tooltip*/
#AltDiv {
    position: absolute;
    width: auto;
    min-height: 22px;
    color: black;
    background-color: white;
    visibility: hidden;
    opacity: 0.9;
    font-size: 14px;
    font-weight: bold;
    z-index: 3;
    text-transform: none;
    padding: 0px 5px
}
/** div right click menu */
#RCDiv {
    position: absolute;
    width: auto;
    min-height: 22px;
    color: black;
    background-color: white;
    visibility: hidden;
    opacity: 0.9;
    font-size: 14px;
    font-weight: bold;
    z-index: 3;
    text-transform: none;
    padding: 0px 5px
}




/*********************** DEF Mobile version ************/
.specMobile{
    /*width:100% !important;*/
}

@media all and (min-width: 768px) {
    .aside {
        flex: 1 auto;
    }

    .main {
        flex: 3 0px;
    }
}



@media only screen and (max-width: 1200px) {

    .main {
        margin-right: 40px !important;
    }
}
@media only screen and (min-width: 600px)  {
    /*tablet*/
    #panneau {
        width: 50% !important;
    }

    #ficheContainer {
        width: 100%  ;
    }

    #animationControlContainer {
        top: 60px;
    }
}

@media only screen and (min-width: 768px) and (orientation:landscape) {
    /*desktop*/
    #panneau {
        width: 35% !important;
    }
}


@media only screen and (min-width: 768px) and (orientation:portrait) {
    /*desktop*/
    #panneau {
        width: 50% !important;
    }
} 

   

@media all and (max-width: 600px) {
    /* Your CSS rules for your mobile phones here */
    #panneau,
    #ficheContainer {
        width: 100% !important;
    }

    .menudroite {
        display: block;
        text-align: center;
        float: none;
    }

    #bandeau {
        height: auto;
    }


    .main {
        margin-top: 40px;
    }

    #divbtnOpen {
        top: 20px;
        right: 0px;
    }

    .item_menu:hover,
    .toolsClass:hover,
    .itmResSearchClass:hover {
        background-color: unset;
    }

    #catFiche {
        font-size: 5vw;
    }

    #texteFiche {
        font-size: 4vw;
    }

    .txtSubTitleFiche {
        font-size: 4.5vw;
    }

    .contactTableClass {
        font-size: 3.5vw;
    }

    .txtApp {
        font-size: 4vw;
    }

    #panneau {
        top: 120px;
    }
}

/*********************** FIN DEF Mobile version ************/



/*TEMP*/
.tableContentClass {
	width: 100%;
}

.tableClassTest {
	width: 100%;
	display: table;
	border-collapse: collapse;
	vertical-align: middle;
}

