.zone-loupe {
    z-index: 200000;
}

.loupe {

    display: inline-block;
    position: fixed;
    right: 0.8vw;
    bottom: 4.2vh;
    height: 12vh;

    z-index: 200001;

    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.loupe:hover {

    display: inline-block;
    position: fixed;
    right: 0.8vw;
    bottom: 4.2vh;
    height: 12vh;

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);

    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;

}

.zone-loupe-bande-boutons {

    display: inline-block;
    position: fixed;
    bottom: 6.7vh;
    height: 7vh;

    right: -110%;

    width: 75vw;
    /*background-color:#DDD;*/

    text-align: right;

    z-index: 200000;

    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;

}

.zone-loupe:hover .zone-loupe-bande-boutons {

    display: inline-block;
    position: fixed;
    bottom: 6.7vh;
    height: 7vh;

    right: calc(0.8vw + 12vh); /*cote droit de la loupe + largeur de la loupe */

    width: 75vw;
    /*background-color:#DDD;*/

    text-align: right;

    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;

}

.zlbb-bt {

    display: inline-block;
    height: 5vh;
    margin-top: 1vh;
    padding: 0 2vw 0 2vw;
    margin-right: 1vw;

    text-align: center;

    color: #FFF;
    font-family: 'Open_sanslight', Arial, sans-serif;
    font-size: 2vh;
    line-height: 5vh;
    letter-spacing: 1px;

    text-transform: uppercase;

    border: 3px solid;

    -moz-border-radius: 90px 90px 90px 90px;
    -ms-border-radius: 90px 90px 90px 90px;
    -o-border-radius: 90px 90px 90px 90px;
    -webkit-border-radius: 90px 90px 90px 90px;
    border-radius: 90px 90px 90px 90px;

    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.zlbb-bt:hover {

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    -o-transform: scale(0.96);
    transform: scale(0.96);

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;

}

/************************************/
/*              MODAL               */
/************************************/
.zone-modal {
    position: fixed;
    z-index: 2000001;

    background-color: rgba(0, 0, 0, 0.5);

    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.modal {
    position: fixed;
    z-index: 2000002;

    background-color: rgba(255, 255, 255, 1);

    left: 0.7vh;
    top: 0.7vh;
    right: 0.7vh;
    bottom: 0.7vh;
}

.modal-fermer {
    position: fixed;
    display: block;

    right: 2.7vh;
    top: 2.7vh;
    height: 4vh;
}

.modal-list {
    border-top: 1px solid;
    border-bottom: 1px solid;
    height: 70vh;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    overflow-x: auto;
}

.modal-fleche {
    margin-top: 2vh;
    height: 2vh;
    margin-bottom: 2vh;
}

.modal-titre {
    height: 8vh;
}

.ucd-list {
    margin-left: 50%;
    text-align: left;
}

#recherche-form {
    margin-bottom: 0.1em;
}

#recherche-dc-form {
    margin-bottom: -0.1em;
}

.recherche-loupe {
    height: 2em;

    margin: auto;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.recherche-loupe.selected, .recherche-loupe:hover, .recherche-loupe:active {
    height: 2.5em;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.recherche-histo {
    height: 1em;

    border-radius: 2em;
    border: 0.31em solid;
    margin: auto;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.recherche-histo.selected, .recherche-histo:hover, .recherche-histo:active {
    height: 1.45em;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.recherche-texte {
    border: 0;
    background-color: #aae4a0;
    width: 100%;
    padding: 0 0.5em;
    height: 2.0em;
}

.recherche-texte.dc {
    background-color: #ffbe5f;
}

.zone-type-search {
    width: 5em;
    margin: auto 0;
    height: 2.5em;
}
