﻿.containerABC {
    position: relative;
    width: 90%;
    margin: auto
}

.containerLogin {
    width: 100%;
    max-width: 600px;
    margin: 2rem auto;
    padding: 1rem;
    box-sizing: border-box;
}

.ligne_hr {
    border: none;
    height: 2px;
    background-color: darkgray;
}

.txtBandeau {
    color: blueviolet;
    font-style: normal;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
}

.txtPrecision {
    color: blueviolet;
    font-style: normal;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
}


.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
}

.position-bottom {
    float: none;
    display: table-cell;
    vertical-align: bottom;
}

.position-top {
    float: none;
    display: table-cell;
    vertical-align: text-top;
}

.input-uppercase {
    text-transform: uppercase;
}

.espace_height {
    height: 15px;
}

.textarea_readonly {
    /*width:100%;
    /*background-color:#eeeeee;*/
    cursor: default;
    background-color: #f5f5f5;
    width: 100%;
    border: solid 1px #ccc;
    margin: 0 0 20px;
    font-size: small;
}

.table {
    font-size: 12px;
}

/* centered columns styles */
.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

.content-col-centered {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
/*--------------------------------------------------------*/
/* info and errors 
----------------------------------------------------------*/

.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    /*clear: both;*
    color: #e80c4d;
    /*font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;*/
}

.message-error2 {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}


.error {
    color: #e80c4d;
}

.required {
    color: #e80c4d;
    font-size: 1.5em;
}


/*--------------------------------------------------------*/
/* Connexion
----------------------------------------------------------*/
.blockConnexion {
    /*background: #E2E6E6;*/
    background: rgba(227, 227, 227, 1);
    width: 60%;
    display: block;
    margin: 0 auto;
    padding: 0.71429rem 1.42857rem;
    border: #1e2222 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #949898 2px 2px 3px;
    -moz-box-shadow: #949898 2px 2px 3px;
    box-shadow: #949898 2px 2px 3px;

}

/*--------------------------------------------------------*/
/* Bulle Image
----------------------------------------------------------*/
.benefits {
    margin-bottom: 3em;
}

.benefit {
    margin: 1em 0;
    text-align: center;
}

    .benefit .benefit-ball {
        background: #949898;
        border-radius: 50%;
        color: #333;
        display: inline-block;
        line-height: 1em;
        padding: 3em;
    }

        .benefit .benefit-ball .glyphicon {
            font-size: 3em;
            position: relative;
            top: -3px;
            right: 1px;
            border-color: yellow;
            background-position: -5px;
        }

    .benefit h3 {
        font-size: 1.5em;
    }



/**Modification de l'autocomplétion jquery UI**/
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    max-height: 200px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    overflow: scroll;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}

.ui-state-hover, &.ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.rail-select {
    /*position: absolute;*/
    /*width: 100%;*/
}

    .rail-select select {
        border: solid 1px grey;
        border-radius: 3px;
        font-size: 16px;
        color: gray;
        height: 42px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

        .rail-select select:focus {
            outline: none;
            box-shadow: none;
            border: solid 1px grey;
        }

    .rail-select .select-side {
        width: 40px;
        position: absolute;
        top: 0px;
        background-color: #F3F9FE;
        height: 100%;
        left: 120px;
        border-radius: 0px 3px 3px 0px;
        border-right: solid 1px black;
        border-top: solid 1px black;
        border-bottom: solid 1px black;
        pointer-events: none;
    }

        .rail-select .select-side:before {
            border-left: solid 1px lightgrey;
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 100%;
            width: 1px;
            /* or 100px */
        }

        .rail-select .select-side i {
            left: 30%;
            top: 12px;
        }

            .rail-select .select-side i.blue {
                color: #4E7AF0;
            }

/**********************************************************/
/*Correction affichage du jquery text editor*/
/**********************************************************/
.jqte_tool.jqte_tool_1 .jqte_tool_label {
    position: relative;
    display: block;
    padding: 3px;
    width: 70px;
    height: 21px; /*change*/
    overflow: hidden;
}

.jqte_tool_label {
    padding-top: 1px !important; /*add*/
    height: 25px !important; /*add*/
}


/**********************************************************/

/*.content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}*/

.breadcrumb {
    /* background: rgba(227, 227, 227, 1);*/
    background: #e9ecef;
    border: 0px solid rgba(227, 227, 227, 1);
    border-radius: 4px;
    display: block;
}

    .breadcrumb li {
        font-size: 14px;
    }

    .breadcrumb a {
        color: rgba(66, 139, 202, 1);
    }

        .breadcrumb a:hover {
            color: rgba(42, 100, 150, 1);
        }

    .breadcrumb > .active {
        color: rgba(153, 153, 153, 1);
    }

    .breadcrumb > li + li:before {
        color: rgba(204, 204, 204, 1);
        content: "\002F\00a0";
    }

.first-txt {
    position: absolute;
    vertical-align: middle;
}

.afterImage {
    margin-left: 40px;
}

.boxObject {
    -webkit-box-shadow: 5px 5px 15px 5px #616161;
    box-shadow: 5px 5px 15px 5px #616161;
    background: #F1F8FF;
}

.boxObjectSimple {
    -webkit-box-shadow: 2px 2px 5px 2px #616161;
    box-shadow: 2px 2px 5px 2px #616161;
    background: #F1F8FF;
}

/*Taille minimal pour legend Quill editor*/
.ql-editor {
    min-height: 200px;
}

/*--------------------------------------------------------*/
/* Menu Benefit
----------------------------------------------------------*/

.benefit-Lien {
    text-align: center;
    font-size: 16px;
}

.benefit-Title {
    text-align: center;
}

.imageBorder {
    /*    border: 3px solid yellow;*/
}
.reverve_height_footer {
    height: 30px;
}

.separator {
    height: 100px;
}