@charset "UTF-8"; /* ISO Latin-1 */


html, body {
    padding: 0;
    margin: 0;

}

body {
    background-color: white;
    /*couleur_texte*/
    color: black;
}

.credit_ligne {
    margin-right: 10px;
    padding-top: 6px;
    padding-right: 30px;
    min-height: 30px;
    min-width: 680px;
    /*background: linear-gradient(to right, white,  #b8b8b8);*/

    text-align: right;
    /*couleur_texte_credit*/
    color: #222222;

    font-size: 12px;
    border-radius: 10px;

    float: right;
}

.credit_ligne a {
    /*couleur_texte_credit*/
    color: #222222;
    text-decoration: none;
}


.credit_ligne a:link, .credit_ligne a:visited, .credit_ligne a:link:active {
    /*couleur_texte_credit*/
    color: #222222;
    text-decoration: none;
}

.credit_ligne a:link:hover {
    background-color: #999;
    /*couleur_texte_credit*/
    color: #222222;
}

#chercheMc {
    background-image: url(../images/icones/icons/searchicon.png);
    background-position: center right 10px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 12px;
    margin-right: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: left;
    width:480px;
    height:20px;
}

.autocomplete {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    max-height: 550px;
    overflow: hidden;
    overflow-y: scroll;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff; 
    border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important; 
    color: #ffffff; 
}

#div_content {
    height: calc(100vh - 68px);
    width: 100%;
    /*couleur_fond*/
    background-color: white;
}





#div_ecran {

    background-color: white;

    position: absolute;
    width: 100%;

    opacity : 0;
    transition: opacity 0;  
}


.button_menu {
    display: inline-block;
    background-image: url(../images/icones/icons/home.png);
    background-repeat: no-repeat;
    background-position: center left 5px;
    width: 180px;
}

.div_gauche_init, .div_gauche_std {
    height: calc(100vh - 68px);
    width: 690px;
    padding: 5px 5px 5px 5px;
    float: left;
}

.map {
    width: 100%;
    height: 100%;
    z-index: 1;
}


.div_gauche_init {
    height: calc(100vh - 68px);
    width: 690px;

}

.div_gauche_std {
    height: calc(100vh - 68px);
    width: 690px;
}


#div_bandeau_haut {
    width: 100%;
    height: 64px;

    padding: 0;

    /*couleur_fond*/
    background-color: white;
}

.div_boutons {
    float: left;
    height: calc(100vh - 68px);
    width: 50px;

    padding: 5px;


}

.div_boutons_init {
    float: left;
    height: calc(100vh - 68px);
    width: 190px;

    padding: 5px;
    padding-top: 10px;


}

#div_solutions_liste {
    height: 305px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#div_accueil {
    position: absolute;
    width: 75%;
    height: 400px;
    top: 200px;
    left: 20px;
}

.div_cadenas {
    position: absolute;
    right: 40px;
    bottom: 10px;
}

.div_aide_onglet {
    position: absolute;
    right: 5px;
    bottom: 5px;
}


.div_solution_comp {
    float: left;
    width: 33%;
    padding-left: 5px;
    padding-right: 5px;
}

.div_solution_titre_comp {
    /*couleur_fenetre*/
    background-color: rgb(200, 200, 200);


    border-top-left-radius: 10px; /*radius:1*/


    border-top-right-radius: 10px; /*radius:1*/

    font-weight: bold;
    padding-left: 5px;
    text-align:left;
}

.div_solution_button {
    width: 80px;
    height: 20px;
    border-radius: 10px; /*radius:1*/
    border: none;
    padding: 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    box-shadow: 5px 5px 5px rgba(100, 100, 100, 0.9); /*ombre*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.div_couche_map {
    border-radius: 10px; /*radius:1*/
    border-style: solid;
    border-width: 1px;
    float: right;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 98;

    background-color: rgba(255, 255, 255, 0.9);
    width: 350px;


    border-color: rgba(200, 200, 200, 0.8);
    padding: 5px;
    font-size: 12px;
    /*overflow:auto;*/
    height: 300px;
    min-height: 30px;
    max-height: 250px;
    height: auto !important; /* for IE as it does not support min-height */ /* for IE as it does not support min-height */
}

.div_couche_map_content {
    height: 140px;
    overflow: auto;
}


.icon_map {
    border-radius: 10px; /*radius:1*/
    border-style: solid;
    border-width: 1px;


    border-color: rgb(170, 170, 170);

    float: right;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 98;


    /*imposé en blanc*/
    background-color: rgba(255, 255, 255, .9);
    width: 50px;
    height: 50px;

    /*gris imposé*/
    border-color: rgba(200, 200, 200, 0.8);
    padding: 5px;
    background-image: url(../images/icones/icons/layers.png);
    background-repeat: no-repeat;
    background-position: center;
}




.icon_map_aide {
    border-radius: 4px; /*radius:1*/
    border-style: solid;
    border-width: 2px;


    border-color: rgb(170, 170, 170);
    border-color: rgb(0,0,0);


    position: absolute;
    top: 80px;
    left: 14px;
    z-index: 97;


    /*imposé en blanc*/
    background-color: rgba(255, 255, 255, .9);
    width: 34px;
    height: 34px;

    /*gris imposé*/
    border-color: rgba(200, 200, 200, 0.8);
    padding: 5px;
    background-image: url(../images/icones/icons/help.png);
    background-repeat: no-repeat;
    background-position: center;
}

.div_solution_select {
    padding-bottom: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-width: 1px;
    /*couleur_fenetre*/
    /*decalage_rgb:-30*/
    border-color: rgb(170, 170, 170);

    border-style: dashed;
    border-radius: 10px;
    padding: 5px;
    /*couleur_bouton*/
    background-color: rgb(180, 180, 180);
    height:380px;
    text-align: center;
}

.div_solution_button:hover {
    /*couleur_fenetre*/
    background-color: rgb(200, 200, 200)
}

.select_solution {
    height: 270px;
    width: 100%;

    /*couleur_fenetre*/
    /*decalage_rgb:+30*/
    background-color: rgb(230, 230, 230);

    border-bottom-left-radius: 10px; /*radius:1*/
    border-bottom-right-radius: 10px; /*radius:1*/
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;

}

.select_solution:focus option:checked {
    font-weight: bold;
    /*couleur_focus_solution*/
    color: blue;
}

.select_solution option:checked {
    font-weight: bold;
    /*couleur_focus_solution*/
    color: blue;
}

.select_solution option:hover {
    /*couleur_fenetre*/
    background-color: rgb(200, 200, 200);
}

.button_petit {
    border-radius: 10px; /*radius:1*/
    cursor: pointer;

}

.button_petit:hover {
    /*couleur_fenetre*/
    background-color: rgb(200, 200, 200)

}

.button_click {
    -moz-box-shadow: 4px 4px 3px 0px #828485;
    -webkit-box-shadow: 4px 4px 3px 0px #828485;
    box-shadow: 4px 4px 3px 0px #828485;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #b8b8b8));
    background: -moz-linear-gradient(top, #ffffff 5%, #b8b8b8 100%);
    background: -webkit-linear-gradient(top, #ffffff 5%, #b8b8b8 100%);
    background: -o-linear-gradient(top, #ffffff 5%, #b8b8b8 100%);
    background: -ms-linear-gradient(top, #ffffff 5%, #b8b8b8 100%);
    background: linear-gradient(to bottom, #ffffff 5%, #b8b8b8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#b8b8b8', GradientType=0);
    background-color: #ffffff;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    border: 1px solid #8f8f8f;
    display: inline-block;
    cursor: pointer;

    /*couleur_bouton2*/
    color: #3a8a9e;

    font-family: Arial;
    font-size: 17px;
    padding: 7px 5px;
    text-decoration: none;
}

.button_click:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b8b8b8), color-stop(1, #ffffff));
    background: -moz-linear-gradient(top, #b8b8b8 5%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #b8b8b8 5%, #ffffff 100%);
    background: -o-linear-gradient(top, #b8b8b8 5%, #ffffff 100%);
    background: -ms-linear-gradient(top, #b8b8b8 5%, #ffffff 100%);
    background: linear-gradient(to bottom, #b8b8b8 5%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8b8b8', endColorstr='#ffffff', GradientType=0);
    background-color: #b8b8b8;
}

.button_click:active {
    position: relative;
    top: 1px;
}



.div_saisie_std {

    float: left;
    height: 470px;
    width: 100%;

}


.div_container_onglet_on, div_container_onglet_off, .div_container_onglet_dim_composant_on {
    float: left;
    width: 100%;
    height: 420px;
    border: 0;
    display: block;
}

.div_container_onglet_dim_composant_on {
    height: 375px;

}


.div_container_onglet_off {
    display: none;
}

#div_container_bas_gauche {
    width: 100%;
    height: calc(100% - 518px);
    float: left;
    margin-top: 10px;

}


.div_container_droit_init, .div_container_droit_std {

    float: left;
    padding: 10px;
    min-width: 350px;
}

.div_container_droit_init {
    /*width: calc(100% - 470px);*/
    height: calc(100% - 30px);
    width: calc(100% - 740px);
}

.div_container_droit_std {
    height: 100%;
    width: calc(100% - 740px);
}


.div_map_on, .div_map_off {
    float: left;
    height: 100%;
    width: 100%;
    min-width: 233px;
    min-height: 233px;

    border: solid;
    border-width: 1px;
    /*couleur_fenetre*/
    /*decalage_rgb:-30*/
    border-color: rgb(170, 170, 170);


    /*couleur_fenetre*/
    background-color: rgb(200, 200, 200);

    border-radius: 5px; /*radius:2*/
    box-shadow: 5px 5px 5px rgba(100, 100, 100, 0.9); /*ombre*/
    padding: 3px;
    display: block;
    overflow: auto;
}

.div_map_off {
    display: none;
}


.class_div_aide_on, .class_div_aide_off, .class_div_pub_on, .class_div_pub_off, .class_div_client_on, .class_div_client_off {

    height: 100%;
    width: 100%;
    border: solid;
    border-width: 1px;
    /*couleur_fenetre*/
    /*decalage_rgb:-30*/
    border-color: rgb(170, 170, 170);

    /*couleur_fenetre*/
    background-color: rgb(200, 200, 200);

    border-radius: 5px; /*radius:2*/
    box-shadow: 5px 5px 5px rgba(100, 100, 100, 0.9); /*ombre*/

    padding: 3px;
    overflow:auto;
}

.class_div_dim_composant_bloque { /*01/02/2020*/
    /*couleur_fenetre*/
    /*decalage_rgb:-50*/
    background-color: rgb(150, 150, 150);
}

.class_div_pub_on {
    display: block;
}

.class_div_pub_off {
    display: none;
}

.class_div_client_on {
    display: block;
    overflow:hidden;
}

.class_div_client_off {
    display: none;
}

.class_div_aide_on {
    display: block;
}

.class_div_aide_off {
    display: none;
}

.include_div_aide {
    display: block;
}

.include_div_aide_off {
    display: none;
}

.include_div_map {
    display: block;
}

.include_div_map_off {
    display: none;
}


.class_div_onglet_std, .class_div_onglet_masquant, .class_div_onglet_init, .class_div_onglet_dim_composant, .class_div_onglet_std_composant {
    position: relative;
    top: -20px;

    width: 100%;
    height: 425px;

    border: solid;
    border-width: 1px;
    /*couleur_fenetre*/
    /*decalage_rgb:-30*/
    border-color: rgb(170, 170, 170);

    float: left;
    font-size: 13px; /*TAILLE POLICE*/
    line-height: 140%;
    padding:   6px 6px 6px 6px;

    /*couleur_fenetre*/
    background-color: rgb(200, 200, 200);

    border-radius: 5px; /*radius:2*/
    box-shadow: 5px 5px 5px rgba(100, 100, 100, 0.9); /*ombre*/

    /*--*/
    border-top-left-radius: 0;

}

.class_div_onglet_std_composant {

    /*couleur_fenetre*/
    /*decalage_rgb:-40*/
    background-color: rgb(160, 160, 160);

}

.div_onglet_composant {
    /*couleur_fenetre*/
    /*decalage_rgb:-40*/
    background-color: rgb(160, 160, 160);
}


.class_div_onglet_dim_composant {
    padding: 6px;

}


.class_div_onglet_init {
    float: left;
    height: 450px;
    width: 100%;

    top: 5px;
    border-radius: 5px; /*radius:2*/


}

.class_div_onglet_masquant {
    top: 36px;
    /*config client*/
    border-radius: 5px; /*radius:2*/

}

.div_info_parapluie {
    border-radius: 10px; 
    font-size: 13px;
    /*couleur_avertissement*/
    background-color: rgb(200,50,50);
    color: white;
    /*font-weight: bold;*/
    margin: 10px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 10px;
    /*padding-bottom: 5px;*/
    text-align: left;
    /*height: 150px;*/
    line-height:125%;
}

.div_onglet_gauche {
    float: left;
    width: 325px;
    padding-right: 5px;
    /*height: 336px;*/
}

.div_onglet_droit {
    float: right;
    width: 325px;
    padding-left: 5px;
    /*height: 336px;*/

}


.class_div_commande_on, .class_div_commande_off {
    float: left;
    width: 100%;
    height: 28px;
    /*couleur_fenetre*/
    /*decalage_rgb:-30*/
    background-color: rgb(170, 170, 170);
    border-radius: 5px; /*radius:2*/




}

.class_div_commande_on {
    display: block;
}

.class_div_commande_off {
    display: none;
}

.div_input, .div_input_claire, .div_input_cps {
    /*position: relative;*/
    padding-top: 0px;
    padding-bottom:3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.div_input_claire {
    /*position: relative;*/

    /*couleur_fenetre*/
    /*decalage_rgb:+10*/
    background-color: rgb(210, 210, 210);
}
.div_input_cps{
    padding-bottom: 3px;
}

.div_bouton_bas {
    float: left;
    padding: 10px

}


.div_aligne_droite {
    float: right;
    padding-right: 0px;

}

.div_aligne_gauche {
    float: left;
    padding-left: 0px

}



.select_long {
    width: 320px;
}

.select_court {
    width: 180px;
}

.class_div_photos_liste{
    width: 100%;
    height:  130px; 
    overflow-x:auto;
    overflow-y:hidden;
    border-top: 1px solid black; 
}

.class_div_photos_in{
    border:0;
    margin: 5px;
    padding  : 10px; 
    width:auto;
    height: 100px;
}

/*-------input-------------*/

.input_number, .input_text {
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 1px;
    border-width: 0px;
    border-style: inset; /* This rule adds the inset border */
    border-color: initial;
    border-image: initial;
    height: 16px;
    width: 300px;
    /*config client*/
    border-radius: 5px; /*radius:2*/
}

.input_text {
    text-align: left;
}

.input_number:disabled, .input_text:disabled {
    opacity: 1;


}

.input_number {
    text-align: right;
    width: 100px;
}

.input_petit {
    width: 40px;
}


.input_petit_30 {
    width: 30px;
}


.input_inter { /* rv 09/05/2019 */
    width: 48px;
}


.input_moyen {
    width: 200px;
}

.input_grand {
    width: 400px;
}

.input_table {
    text-align: center;
    width: 100%;
    border-radius: 0px;

}
.input_number_border {
    border-style:  none; 


}

/*-------input-------------*/

select {
    width: 300px;
    /*config client*/
    border-radius: 5px; /*radius:2*/

}

/*Style fichier aide*/

.MsoNormal {

    text-align: justify;
    font-size: 14px;
}

.nomaide {
    font-size: 16px;

    /*couleur_nomaide*/
    color: rgb(0,128,8);
    text-align: center;
}

.nomaideModulaire {
    font-size: 18px;

    text-align: center;
}


/*  pour les menu ouvrant*/
.toggle {
    padding: 4px;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

    font-size: 14px;
    position: relative;
}

.togglepanel {
    background-color: rgba(255, 255, 255, 1);
    padding: 4px;
    display: none;
}

.toggle:after {
    content: '\0025BC'; /* fleche bas unicode */

    font-size: 13px;
    /*couleur_texte_toggle*/
    color: rgb(119,119,119);
    position: absolute;
    right: 5px;
    top: 2px;
    margin-left: 5px;
}

.toggle.active:after {
    margin-left: 5px;
    position: absolute;
    right: 5px;
    top: 2px;

    content: "\0025B2"; /* fleche haut unicode */
}

/* Pour cacher les fleches du input number */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}


/*----------------------------------------------------------------------------------------------*/
/*tableau*/
/*----------------------------------------------------------------------------------------------*/

table {
    font-style: normal;
    font-size: 14px;
    border: none;
    border-collapse: collapse;
    width: 400px;
    margin: auto;
    alignment-adjust: middle;
}

thead, tfoot {
    border: none;
    /*config client*/
    background-color: rgb(220, 220, 220);
}

tbody {
    border: solid black;
    border-width: 0px;
    /*config client*/
    background-color: rgb(100, 100, 100);
}

th {
    text-align: center;
    border: 1px solid rgb(100, 100, 100);;
    /*config client*/
    background-color: rgb(220, 220, 220);
}

td {
    padding: 2px;
    text-align: center;
    border: 1px solid rgb(100, 100, 100);;
    background-color: white;

}

/*----------------------------------------------------------------------------------------------*/

/*  boutons *********************************************** */
/*----------------------------------------------------------------------------------------------*/
.btn, .btn_commande, .btn_std, .btn_discret, .btn_mode, .btn_commande_aide_bandeau{ /*25/04/2019*/

    border: solid;
    border-width: 1px;
    /*couleur_fenetre*/
    /*decalage_rgb:-30*/
    border-color: rgb(170, 170, 170);

    padding: 4px;
    font-size: 16px;
    cursor: pointer;

    /*couleur_bouton*/
    background-color: rgb(180, 180, 180);


    border-radius: 5px; /*radius:2*/
    box-shadow: 5px 5px 5px rgba(100, 100, 100, 0.9); /*ombre*/
    /*couleur_texte_bouton*/
    color: black;

    /*--*/
}


.btn_std {
    /*couleur_bouton*/
    /*decalage_rgb:-30*/
    background-color: rgb(150, 150, 150);
    font-size: 12px;
    box-shadow: none;
    height: auto;
    width: auto;
}

.btn_commande {

    margin-left: 30px;
    box-shadow: none;
    height: auto;
    width: auto;
}

.btn_commande_aide_bandeau {
    margin-left: 7px;
    margin-top: 50px;
    box-shadow: none;
    height: auto;
    width: auto;
}



.btn:hover, .btn_commande:hover, .btn_commande_aide_bandeau:hover {

    opacity: 0.7;

}

.btn_discret { /* rv 25/04/2019*/

    font-size: 11px;
    padding: 2px;
}

.btn_mode {
    box-shadow: none;
    margin: 1px; 
    padding:0px; 
    padding-left: 1px; 
    height:18px; 
    width:18px;
    float: left;
}

.btn_mode_aide {
    box-shadow: none;
    height:18px; 
    width:18px;
    margin-left:4px;
    padding: 0;
    border: none;
    background: none;
    vertical-align:middle;
}

/*---------icones--------------------*/

.icone_type {
    background-size: cover;
    display: block;
    height: 30px;
    width: 30px;
}

.icone_type_commande {
    background-size: cover;
    display: block;
    height: 18px;
    width: 18px;
    margin-left: 0px;


}

.button_menu_init {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center left 5px;
    width: 180px;
}

.button_menu_std {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center left 5px;
    width: 40px;
    font-size: 0;
    height: 40px;
}


.icone_home {
    background-image: url(../images/icones/icons/home.png);
}

.icone_layers {
    background-image: url(../images/icones/icons/layers.png);
}

.icone_info {
    background-image: url(../images/icones/icons/info.png);
}

.icone_faq {
    background-image: url(../images/icones/icons/question2.png);
}

.icone_solution {
    background-image: url(../images/icones/icons/component.png);
}

.icone_liens {
    background-image: url(../images/icones/icons/www.png);
}


.icone_contact {
    background-image: url(../images/icones/icons/arroba-sign.png);

}

.icone_video {
    background-image: url(../images/icones/icons/video.png);
}


.icone_help {
    background-image: url(../images/icones/icons/help.png);
}

.icone_help_noir {
    background-image: url(../images/icones/icons/help_noir.png);
}

.icone_swap {
    background-image: url(../images/icones/icons/swap.png);
}

.icone_open {
    background-image: url(../images/icones/icons/open.png);
}


.icone_saveas {
    background-image: url(../images/icones/icons/saveas.png);

}

.icone_cadenas {
    background-image: url(../images/icones/icons/cadenas.png);

}

.icone_calcul {
    background-image: url(../images/icones/icons/calcul.png);

}

.icone_save {
    background-image: url(../images/icones/icons/save.png);
}

.icone_position {
    background-image: url(../images/icones/icons/flag.png);
}

.icone_marker {
    background-image: url(../images/icones/icons/marker.png);
}

.icone_punaise {
    background-image: url(../images/icones/icons/punaise.png);
}

.icone_delete {
    background-image: url(../images/icones/icons/delete.png);
}

.icone_left {
    background-image: url(../images/icones/icons/left.png);
}

.icone_aide_prec {
    background-image: url(../images/icones/icons/prec.png);
}

.icone_aide {
    background-image: url(../images/icones/icons/help.png);
    height: 16px;
    width: 16px;
}

.icone_right {
    background-image: url(../images/icones/icons/right.png);
}

.icone_new {
    background-image: url(../images/icones/icons/new.png);
}

.icone_text {
    background-image: url(../images/icones/icons/text.png);
}

.icone_spider {
    background-image: url(../images/icones/icons/spider.png);
}

.icone_reload {
    background-image: url(../images/icones/icons/reload.png);
}

.icone_team {
    background-image: url(../images/icones/icons/team.png);
}

.icone_bc {
    background-image: url(../images/icones/icons/bc.png);
}

.icone_parapluie { /* 09/04/2019 rv*/
    background-image: url(../images/icones/icons/logo_parapluie.png);
}

.icone_ta {
    background-image: url(../images/icones/icons/TA50.png);
}

.icone_mode {
    background-image: url(../images/icones/icons/mode1.png);
    height: 14px;
    width: 14px;
}


.icone_info_couleur { /*07/02/2020*/
    background-image: url(../images/icones/infocouleur.png);
    height: 14px;
    width: 14px;
}



.icone_import {
    background-image: url(../images/icones/icons/import.png);

}

.icone_export {
    background-image: url(../images/icones/icons/import.png);
}

.icone_warning_rouge {
    background-image: url(../images/icones/icons/warning_rouge.png);
}

.class_div_button {
    margin-bottom: 10px;
    float: left;
}


@media only screen and (max-width: 1200px) {


    #div_gauche {
        /*text-align: center;*/
        margin-left: auto;
        margin-right: auto;
        width: 97vw;
        min-width: 690px;
    }
    .div_map {
        display: none;

    }

    #div_boutons {
        float: left;

        width: 690px;
        height: 50px;
    }

    .class_div_button {
        margin-right: 10px;
    }

    .div_gauche_init {
        height: 830px;
        width: 97vw;
        min-width: 690px;
    }

    .div_gauche_std {
        height: 830px;
        width: 97vw;
        min-width: 690px;
    }

    .div_container_droit_std {
        height: 300x;
        width: 97vw;
        min-width: 690px;

    }


    .div_container_droit_init {
        width: 97vw;
        min-width: 690px;
        height: 100vh;
    }


    .button_menu_init, .button_menu_std {
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center left 5px;
        width: 40px;
        font-size: 0;
        height: 40px;
    }

    html, body {
        overflow: visible;
    }


    .div_gauche_init {
        width: 690px;

    }

    .btn_commande_aide_bandeau {

        margin-top: 7px;
        margin-left: 50px;
        box-shadow: none;
        height: auto;
        width: auto;
    }

}

.div_mode_calcul {
    /* rv 25/06/2019 */
    width: 1px;
    background: white;
    font-size: 9px;


}

.div_dim_titre {
    font-size: 15px;
    font-weight: bold;
    padding: 4px;
    height:32px
}

.div_dim_sous_titre {
    /*couleur_sous_titre*/
    background: yellow;

    margin: 1px;
    text-align: center;
    font-size: 12px;
}


/*----------------------------------------------------------------------------------------------*/
/*onglets BOOTSTRAP  
/*----------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------*/
/*onglets BOOTSTRAP  ->  modif g�n�rale adapt�-------------------------*/
.nav-item {
    left: 10px;
    border-radius: 0;
    margin-right: 2px;
    font-size: 12px;


}

/*.nav-pills .nav-link.active, .nav-pills:active .nav-link.active:hover,.nav-pills .nav-link.active:focus{*/

.nav-pills .nav-link.active {

    /*couleur_fenetre*/
    background-color: rgb(200, 200, 200);

    border: solid;
    border-width: 1px;
    font-weight: bold;
    /*couleur_fenetre*/
    /*decalage_rgb:-30*/
    border-color: rgb(170, 170, 170);

    /*couleur_texte*/
    color: black;
}


.nav-pills .nav-link:hover {
    /*couleur_fenetre*/
    /*decalage_rgb:-10*/
    background-color: rgb(190, 190, 190);


}

.nav-link.active:hover {
    /*couleur_fenetre*/
    /*decalage_rgb:-30*/
    background-color: rgb(170, 170, 170);


}


.nav-link:not(.active) {
    /*couleur_fenetre*/
    /*decalage_rgb:+30*/
    background-color: rgb(230, 230, 230);
    /*couleur_texte*/
    color: black;
}


.nav-link.link-rouge {
    /*couleur_alerte_1*/
    background-color: rgb(255, 200, 200);

}

.nav-link.link-rouge:hover {
    /*couleur_alerte_2*/
    background-color: rgb(255, 100, 100);


}


.nav-link.link-rouge {
    /*couleur_alerte_1*/
    background-color: rgb(255, 200, 200);

}

.nav-link.link-rouge:hover {
    /*couleur_alerte_2*/
    background-color: rgb(255, 100, 100);


}


hr {
    clear: both;
}


/*---loader---*/
.class_div_loader {
    position: absolute;
    left: 50%;
    top: 50%;

    background-image: url(../images/icones/icons/logo_parapluie.png);
    background-repeat: no-repeat;


    border: 16px solid #3498db;
    border-radius: 66%;
    border-top: 16px solid #f3f3f3;

    width: 90px;
    height: 90px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;

    z-index: 9999;
    transition: opacity 2s;
}


/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.liste_projet {
    overflow-x:auto;
    overflow-y:auto;

}

/* popup jquery */
.dialogstyleperso .ui-state-information {
    border: 1px solid #2c2f81;
    background: rgb(180, 180, 180);

    padding: 2px 6px;
    border-radius: 5px;
}

.link {
    /*couleur_texte*/
    color: black;
}

.link:visited {
    cursor: default;

}

.link:hover {
    text-decoration: underline;
    cursor: help;
    /*couleur_texte*/
    color: black;
}


.tooltiprv {
    font-size: 14px;
    position: relative;
    display: inline-block;
    visibility: visible;
    padding-left: -20px;
}

.tooltiprv .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: grey;
    /*couleur_texte_tooltip*/
    color: rgb(255,255,255);
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    /*top: -5px;*/
    /*left: 110%;*/

}

.tooltiprv .tooltiptext::after {

    content: "";
    position: absolute;
    width: 0px;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent grey transparent transparent;
}

.tooltiptext {
    float: right;
}

.tooltiprv:hover .tooltiptext {
    visibility: visible;
    width: 240px;
    box-shadow: 5px 5px 5px rgba(100, 100, 100, 0.9); /*ombre*/
    transition-property: all;
    transition-duration: .5s;
    margin-left: 5px;
    margin-top: 5px;
}


/*-------------- POPUP ******************/
.overlay {
    z-index: 99999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;

}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.cookieButton a {
    display: inline-block;
    font-family: OpenSans, arial, "sans-serif";
    color: #4e5c61;
    font-size: 14px;
    font-weight: bold;
    margin: 10px;
    background: #c6e4dc;
    box-sizing: border-box; 
    padding: 15px 24px;
    text-align: center;
    transition: background 0.3s;
    float: right;
}

.cookieButton a:hover { 
    cursor: pointer;
    background: #3E9B67;
}

.popup {
    margin: 70px auto;
    background: #fff;
    border-radius: 5px;
    width: 50%;
    height: 50%;
    position: relative;
    padding: 30px 5px 5px 5px;

}

.popup h2 {
    margin-top: 0;
    /*couleur_texte_popup*/
    color: rgb(51,51,51);
    font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
    top: -5px;
    position: absolute;
    right: 5px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    /*couleur_texte_popup*/
    color: rgb(51,51,51);
}

.popup .close:hover {
    /*couleur_texte_popup_close*/
    color: #06D85F;
}

.popup .content {
    overflow: auto;
    width: 100%;
    height: 100%;
}

.dropbtn {
    color: black;
    padding: 5px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    background-image: url(../images/icones/piste_blanche_petite.png);
    background-repeat: no-repeat;
    width:22px;
    height:22px;
}



.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 
        0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    width:500px;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: rgb(120, 120, 120);
}


.row_videos {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: left;
    padding-bottom: 30px;
    flex-flow: row wrap;

}
.block_videos {
    width: 200px;
    height: 130px;
    margin: 5px;
    margin-bottom: 15px;
    background-color: white;
    cursor: pointer;

}


@media screen and (max-width: 700px) {

    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }
}

/*-------------- POPUP ******************/



/*-------------- ALERT MODAL **************/
.modal_parapluie {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */ /*ni 07/02/2020*/
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal_parapluie-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
    border-radius: 10px;
    text-align: left;
}

/* The Close Button */
.close_modal {
    /*couleur_texte_close_button*/
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close_modal:hover,
.close_modal:focus {
    /*couleur_texte_close_focus*/
    color: #aaaaaa;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    line-height: 50px;
}

/**   * Prevent dragging all HTML elements, specially:
 *   	- images
 *   	- links (anchors)
 *
 *   * Prevent text selection
 
*, *::after, *::before {
        -webkit-user-select: none;
        -webkit-user-drag: none;
        -webkit-app-region: no-drag;
        cursor: default;
}*/ 

