﻿@font-face {
    font-family: 'Aldo-PC';
    src: url('fonts/Aldo-PC.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    outline: none;
    outline-style: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    *:focus {
        outline: none;
        outline-style: none;
    }

html {
    position: relative;
    min-height: 100%
}

html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    font-family: verdana; /*background:#f5f5f5;*/
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

body {
    margin-bottom: 40px;
}

li {
    list-style: none;
}

.clear {
    clear: both;
}

#ImgLogoSolution {
    height: 70px;
    margin-left: 10px;
}

#SolTitleAr {
    color: #cc9901;
    font-size: 30px;
}

#SolTitleFr {
    color: #003399;
    font-size: 21px;
}

.separate {
    height: 10px;
}
/*.wrapper{background:#f5f5f5;}*/ /*#DDF5CB*/

.table-login {
    border: 3px solid #003399;
    width: 303px;
    height: 250px;
    background: #fff;
    margin: auto;
    position: relative;
    top: 236px;
    /*bottom: 600px;*/
    left: 0;
    right: 0;
	vertical-align:middle;
}
/*

.table-login {
    border: 3px solid #003399;
    width: 303px;
    height: 250px;
    background: #fff;
    margin: auto;
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 0;
    right: 0;
}
*/
/************* search box **************/

.table-profil tr {
    height: 40px;
}

.box-app {
    /* background: #fff; */
    min-width: 110px;
    /*
	-webkit-box-shadow: 1px 1px 2px 1px rgba(131,131,131,075);
    box-shadow: 1px 1px 2px 1px rgba(131,131,131,075);*/
    /* min-height: 215px; */
    position: relative;
}

.link {
    text-decoration: none;
    color: #003399;
    font-weight: bold;
}

/*********** horizontal menu ***********/
.horizontal-menu {
    background-color: #cc9900;
    /*padding-top:12px;padding-bottom:7px;*/
    width: 100%;
    color: #888888;
    font-weight: normal;
}

    .horizontal-menu .ul-item {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .horizontal-menu .li-item {
        margin-left: 5px;
        line-height: 35px;
        height: 35px;
        display: inline-block
    }

    .horizontal-menu .select-icon {
        background: url('../../App_Images/ui-elements/menu-horz-line.png') right 100% no-repeat;
        padding-right: 10px;
    }

    .horizontal-menu .ul-item .li-item .a-item {
        display: inline-block;
        text-decoration: none;
        color: #888888;
        text-align: center;
        padding: 0px;
        margin: 0px;
        font-size: 150%;
        line-height: 35px;
        padding-left: 15px;
        padding-right: 15px
    }

        .horizontal-menu .ul-item .li-item .a-item:hover {
            display: inline-block;
            text-decoration: none;
            color: #FFF;
            text-align: center;
            padding: 0px;
            margin: 0px;
            font-size: 150%;
            line-height: 35px;
            padding-left: 15px;
            padding-right: 15px
        }

    .horizontal-menu .a-item {
        display: inline-block;
        text-decoration: none;
        text-align: center;
        padding: 0px;
        margin: 0px;
        line-height: 35px;
    }

        .horizontal-menu .a-item:hover {
            display: inline-block;
            text-decoration: none;
            text-align: center;
            padding: 0px;
            margin: 0px;
            line-height: 35px;
        }

    .horizontal-menu .home-icon {
        background: url('../../App_Images/ui-elements/home.png') no-repeat;
        width: 20px;
        height: 20px;
        margin-top: 5px;
        margin-left: 5px;
    }

    .horizontal-menu .select-arrow {
        background: url('../../App_Images/ui-elements/arrow-categ.png') right no-repeat;
        display: inline-block;
        text-decoration: none;
        text-align: center;
        padding: 0px;
        margin: 0px;
        font-size: 120%;
        line-height: 35px;
        padding-left: 15px;
        padding-right: 25px
    }

        .horizontal-menu .select-arrow:hover {
            background: url('../../App_Images/ui-elements/arrow-categ.png') right no-repeat;
            display: inline-block;
            text-decoration: none;
            text-align: center;
            padding: 0px;
            margin: 0px;
            font-size: 120%;
            line-height: 35px;
            padding-left: 15px;
            padding-right: 25px
        }

    .horizontal-menu .select-active {
        font-weight: bold;
        color: #FFF;
        display: inline-block;
        text-decoration: none;
        text-align: center;
        padding: 0px;
        margin: 0px;
        font-size: 120%;
        line-height: 35px;
        padding-left: 15px;
        padding-right: 25px;
        letter-spacing: 1px
    }

#menuUserBar ul li ul li a {
    color: #003399;
}


#menuUserBar .selected {
    font-weight: bold;
    letter-spacing: 1px;
    /*background-color:rgba(131, 131, 131, 0.75);*/
    background-color: #003399;
    color: #cc9900;
    padding: 10px 20px;
}

#menuUserBar ul {
    text-align: left;
    display: inline;
    margin: 0;
    padding: 15px 4px 17px 0;
    list-style: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

    #menuUserBar ul li {
        display: inline-block;
        margin-right: -4px;
        position: relative;
        background: #cc9900;
        cursor: pointer;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        color: #888;
    }
        /*#menuUserBar ul li a {color:#888;font-size:130%;padding : 10px 20px;}*/
        #menuUserBar ul li a {
            color: #003399;
            display: block;
            font-size: 15px;
            font-family: Arial;
            font-weight: bold;
        }

        #menuUserBar ul li:hover {
            background: #DBDBDB;
            color: #666;
        }

        #menuUserBar ul li a:hover {
            background: #003399;
            color: #cc9900;
        }

        #menuUserBar ul li ul {
            padding: 0;
            position: absolute;
            top: 48px;
            left: 0;
            min-width: 200px;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            display: none;
            opacity: 0;
            visibility: hidden;
            -webkit-transiton: opacity 0.2s;
            -moz-transition: opacity 0.2s;
            -ms-transition: opacity 0.2s;
            -o-transition: opacity 0.2s;
            -transition: opacity 0.2s;
        }

            #menuUserBar ul li ul li {
                background: #cc9900;
                display: block;
                color: blue;
                padding-top: 10px;
                padding-bottom: 10px;
                padding-left: 15px;
                padding-right: 15px;
            }

        #menuUserBar ul li l li a {
            color: #666;
        }

        #menuUserBar ul li ul li:hover {
            background: #003399;
            color: #cc9900;
        }

        #menuUserBar ul li ul li a:hover {
            background: #003399;
            color: #cc9900;
        }

        #menuUserBar ul li:hover ul {
            display: block;
            height: 40px;
            opacity: 1;
            visibility: visible;
        }

.separate-h {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid rgba(0,0,0,0.1);
    margin: 10px 0 12px 0;
    max-width: 1px;
    width: 1px;
    height: 100%;
}

.btn-close-content {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    -ms-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.17);
    color: #737373;
    cursor: default;
    display: inline-block;
    font-family: "Roboto-Light",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    height: 28px;
    line-height: 34px;
    min-width: 28px;
    padding: 0 13px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    float: right;
    cursor: pointer;
    background: url('../../App_Images/Common/hide.png') no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    top: 2px;
    right: 2PX;
}

.opacity-loading {
    width: 100%;
    height: 65%;
    bottom: 0px;
    position: absolute;
    z-index: 99;
    background-color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -67px;
    margin-top: -67px;
    z-index: 998;
}

.loading-box {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -35px;
    margin-left: -35px;
}

.img-loading {
    position: absolute;
    top: 50%;
    left: 46%;
    z-index: 998;
}

.opacity-loading-stat {
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0;
    position: fixed;
    z-index: 999;
    background-color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
    margin-bottom: -145px;
}

.loading-stat {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -108px;
    margin-top: -63px;
    z-index: 9999;
    width: 200px;
    height: 150px;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.loading-stat-img {
    width: 70px;
    height: 70px;
    margin: auto;
    position: relative;
    left: 32%;
    top: 8%;
    margin-top: 22px;
}

.loading-stat-text {
    text-align: center;
    color: #FFF
}

.obligatoire {
    color: red;
    font-size: 150%;
    line-height: 200%;
}

.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
}

/********** Style Connexion ***********/
.connect {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    height: 31px;
    line-height: 30px;
    color: #003399;
    background: #cc9900 center;
    border: 1px solid #cc9900;
    -moz-border-radius: 2px;
    /* -webkit-border-radius: 2px; */
    vertical-align: middle;
    /* box-shadow: inset 0px 0px 2px 1px rgba(255, 255, 255, 0.75); */
    -moz-box-shadow: inset 0px 0px 2px 1px rgba(255, 255, 255, 0.75);
    /* -webkit-box-shadow: inset 0px 0px 2px 1px rgba(255, 255, 255, 0.75); */
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    margin-top: -3px;
}

.connect2 {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    height: 31px;
    line-height: 30px;
    color: #666;
    background: #DBDBDB center;
    border: 1px solid #666;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    vertical-align: middle;
    box-shadow: inset 0px 0px 2px 1px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: inset 0px 0px 2px 1px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: inset 0px 0px 2px 1px rgba(255, 255, 255, 0.75);
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    margin-top: -3px;
}

.connect:hover {
    background: #DBDBDB;
    border: 1px solid #DBDBDB;
}

.connect a {
    color: #666;
    text-decoration: none
}
/*modified sabri*/

.profile {
    width: 100%;
    float: right;
}

.cnx-bg-arrow-top {
    border-color: transparent;
    border-style: dashed dashed solid;
    border-width: 0 8px 8px;
    display: block;
    position: absolute;
    left: 3px;
    height: 0;
    width: 0;
    border-bottom-color: #ccc;
    border-bottom-color: rgba(0,0,0,.2);
    top: 17px;
    z-index: 9999;
}

.cnx-bg-arrow-top-f {
    border-color: transparent;
    border-bottom-color: #fff;
    border-style: dashed dashed solid;
    border-width: 0 8px 8px;
    display: block;
    position: absolute;
    left: 3px;
    top: 18px;
    height: 0;
    width: 0;
    z-index: 9999;
}

.info-user {
    min-width: 250px;
}

    .info-user a {
        color: #72cf28;
        text-decoration: underline;
        line-height: 25px;
    }

    .info-user .strong {
        font-weight: bold;
        font-size: 150%
    }

/******************* Error Msg Style  *******************/
.div-msg-success, .success {
    margin-top: -4%;
    background-color: #15a58a;
    padding: 21px 5px 20px 65px;
    padding: 20px 5px 20px 65px;
    background-image: url('../../App_Images/ui-elements/icon-sucess.png');
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-size: 30px;
    color: #FFF;
    font-size: 11px;
}

.div-msg-error, .error-dialogue {
    margin-top: 1%;
    background-color: #e74c3c;
    border: 1px solid #FF5E4D;
    padding: 20px 10px 20px 65px;
    background-image: url('../../App_Images/ui-elements/icon-error.png');
    background-repeat: no-repeat;
    background-position: 10px 50%;
    color: #FFF;
}

/*********************** Form Style ***********************/
.input {
    /* -webkit-border-radius: 3px; */
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    /* border-radius: 3px; */
    /* -webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset; */
    -moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    /* box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset; */
    /* -webkit-transition: all 0.5s ease; */
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    /* transition: all 0.5s ease; */
    border: 1px solid #003399;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
    padding: 10px 5px 10px 5px;
    float: left;
}

.table-login .input::placeholder {
    color: #cc9900;
    text-align: center;
}

.tbl-pswd-renit .input::placeholder {
    color: #cc9900;
    text-align: left;
}

.search-stat .input {
    margin: 0;
}

.input:focus {
    -webkit-box-shadow: 0 0 2px #003399 inset;
    -moz-box-shadow: 0 0 2px #003399 inset;
    -ms-box-shadow: 0 0 2px #003399 inset;
    -o-box-shadow: 0 0 2px #003399 inset;
    box-shadow: 0 0 2px #003399 inset;
    background-color: #fff;
    border: 1px solid #003399;
    outline: none;
}

.input-vote {
    width: 75%;
    margin: 0;
}

.input-error {
    -webkit-box-shadow: 0 0 2px red inset;
    -moz-box-shadow: 0 0 2px red inset;
    -ms-box-shadow: 0 0 2px red inset;
    -o-box-shadow: 0 0 2px red inset;
    box-shadow: 0 0 2px red inset;
    background-color: #fff;
    border: 1px solid red;
    outline: none;
}

.textArea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #c8c8c8;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
    padding: 10px;
    float: left;
}

    .textArea:focus {
        -webkit-box-shadow: 0 0 2px #3FC051 inset;
        -moz-box-shadow: 0 0 2px #3FC051 inset;
        -ms-box-shadow: 0 0 2px #3FC051 inset;
        -o-box-shadow: 0 0 2px #3FC051 inset;
        box-shadow: 0 0 2px #3FC051 inset;
        background-color: #fff;
        border: 1px solid #3FC051;
        outline: none;
    }

.textArea-error {
    -webkit-box-shadow: 0 0 2px red inset;
    -moz-box-shadow: 0 0 2px red inset;
    -ms-box-shadow: 0 0 2px red inset;
    -o-box-shadow: 0 0 2px red inset;
    box-shadow: 0 0 2px red inset;
    background-color: #fff;
    border: 1px solid red;
    outline: none;
}

.close-popup {
    right: -10px;
    top: -10px;
    position: absolute;
    cursor: pointer;
    z-index: 99999;
}



/************** Style AjaxBlocUserMobile ****************/
.ligne-mobile {
    float: left;
    min-width: 200px;
}

.div-opacity {
    background-color: gray;
    opacity: 0.5;
    z-index: 98;
    position: fixed;
    width: 100%;
    height: 100%
}

.btn-close {
    margin-top: 0px;
    padding-top: 0px;
    position: absolute;
    top: -11px;
    right: -11px;
}

.pager-style-profil {
    height: 50px;
    border: 0px;
}

    .pager-style-profil a {
        padding: 5px 10px 5px 10px;
        background-image: url('../../App_Images/website-elements/pagination.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        color: white;
    }

    .pager-style-profil span {
        padding: 5px 10px 5px 10px;
    }

.ligne-titre-grid { /*background-color:#b3c833;*/
    background-color: #DBDBDB;
    border-color: none;
    /*color:#FFF;*/ color: #666;
    font-family: 'Roboto-Light',Sans-Serif;
    font-size: 100%;
    line-height: 150%;
    border: 0px;
    width: 50%;
    font-size: 15px
}

    .ligne-titre-grid th { /*border-color:#DBDBDB*/
        border-color: #FFF
    }

.ligne-mobile-grid {
    Height: 25px;
    border: 0px;
    border-color: azure
}

    .ligne-mobile-grid td {
        border-color: azure;
        border-right: 1px solid azure;
        border-bottom: 1px solid azure;
        border: none
    }

.alternate-row {
    background-color: #e5e5e5;
    Height: 25px;
    border: 0px;
    border-color: #e5e5e5
}

    .alternate-row td {
        border-color: #e5e5e5;
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }

.lab-grid {
    margin-left: 10%;
    margin-right: 10%;
}

.ligne-numero-grid {
    border: 0px;
    Height: 50px;
    vertical-align: middle
}


.grid-liste-mobile {
    float: left;
}

    .grid-liste-mobile tr td {
        border: 0px
    }

img {
    border: none;
}

.icon-close {
    position: absolute;
    top: -15px;
    right: -15px;
}

.msg-error {
    width: 90%;
    padding-left: 5%;
}

.name-solution {
    text-align: center;
    float: left;
}

/******* User Login ********/
.link-none {
    text-decoration: none;
    cursor: pointer
}

.password-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.password-inner {
    position: absolute;
    left: 0;
    z-index: 9999;
    margin-left: 0;
    width: 303px;
}

.password-inner-rp {
    position: absolute;
    left: 50%;
    z-index: 9999;
    margin-left: -15%;
    width: 30%;
    top: 10%
}

.password-side {
    width: 100%;
    margin-top: 5%
}

.bloc-password {
    z-index: 99;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 1;
}

.content {
    position: relative;
}

.box-app-password {
    background: #FFFFFF;
    padding: 15px;
    min-width: 110px;
    box-shadow: 0px 0px 2px 1px rgba(131, 131, 131, 0.75);
    -moz-box-shadow: 0px 0px 2px 1px rgba(131, 131, 131, 0.75);
    min-height: 215px;
    position: absolute;
    border: 3px solid #003399;
    margin: auto;
    top: -40px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 211px;
}

/******************style bouton*****************/
.bouton {
    cursor: pointer;
    display: inline-bloc;
    text-align: center;
    height: 31px;
    line-height: 30px;
    color: #666;
    background: #DBDBDB center;
    border: 1px solid #666;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    vertical-align: middle;
    box-shadow: inset 0px 0px 2px 1px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: inset 0px 0px 2px 1px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: inset 0px 0px 2px 1px rgba(255, 255, 255, 0.75);
    padding: 5px 20px 5px 20px;
    margin-top: 20px;
    font-weight: bold;
}

    .bouton:hover {
        /*background:#55b200;*/
        border: 1px solid #DBDBDB;
    }


.btn-shersh {
    background-color: #b3c833;
    color: #FFF;
    font-family: 'Roboto-Light',Sans-Serif;
    font-size: 120%;
    line-height: 150%;
    border: 0px;
    width: 50%;
}

.content-page {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.table-nbr-sms {
    margin-bottom: 15px;
}

.separate-count {
    margin-left: 5px;
    margin-right: 5px;
}

.table-nbr-sms {
    margin-bottom: 15px;
}

.text-gras {
    font-weight: bold;
    font-size: 13px;
}

.text-gras-total {
    font-weight: bold;
    font-size: 15px;
}

.div-right-information {
    float: right
}

.div-button {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.div-button-right {
    float: right;
    m;
    margin-top: 20px;
    margin-bottom: 10px;
}


.txt-box {
    max-width: 65px;
}

.datagrid-trace {
    margin-top: 15px;
    margin-bottom: 15px;
}

.ligne-titre-grid-trace {
    background-color: #003399;
    color: #cc9900;
    border-color: #003399;
}

.datagrid-itemstyle {
    background-color: #e5e5e5;
    height: 25px
}

.alert-box {
    text-align: center;
    color: #003399;
    font-weight: bold;
    margin: 5px;
}

.alternate-row-trace {
    background-color: #e5e5e5;
    Height: 25px;
    border: 0px;
}

.ligne-mobile-grid-trace {
    background-color: #FFF;
    Height: 25px;
    border: 0px;
}

.tr-error {
    color: red;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center
}

.txt-mini {
    width: 20px
}

.txt-area-popup {
    width: 100%;
    Height: 110px;
    background: #fcffb0
}

.txt-popup {
    width: 100%
}

.Table-popup {
    width: 95%
}

.nbr-caracter {
    float: left;
}

.nbr-sms {
    float: right
}

.div-error {
    float: left;
    margin-top: 12px;
    margin-left: 10px;
    border: 1px solid #B82010;
    padding: 4px;
    color: white;
    background: #FF5E4D;
}

.div-success {
    float: left;
    margin-top: 12px;
    margin-left: 10px;
    border: 1px solid #295500;
    padding: 4px;
    color: #000;
    background: #b3c833;
}

.pager-style-profil td table tr td a {
    font-family: Verdana;
    text-decoration: none;
    text-align: center;
    background-color: #F80000;
    border: 1px solid #F80000;
    color: #FFFFFF;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
}

.pager-style-profil td table tr td span {
    color: #666;
    background-color: #DBDBDB;
    font-family: Verdana;
    text-decoration: none;
    font-weight: bold;
    margin: 1px;
    border: 1px solid #DBDBDB;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 7px;
    padding-right: 7px;
    margin-left: 2px;
    margin-right: 2px;
}


.popup-action {
    width: 17%;
    z-index: 99;
    background: aliceblue;
    position: fixed;
    left: 40%;
    border: 1px solid #d6d6d6;
    padding: 20px;
    z-index: 99999;
}

.icon-close-pop-send-sms {
    background-image: url('../../App_Images/ui-elements/close.png');
    padding: 13px;
    position: absolute;
    top: -10px;
    right: -10px;
}

.tr-error {
    color: red;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center
}

.img-sort {
    vertical-align: middle;
    width: 20px;
    cursor: pointer;
}

.div-send-sms-success {
    background: #7FDD4C;
    background-image: url('../../App_Images/ui-elements/Success.png');
    background-position-x: 2px;
    background-size: 40px, 171px;
    background-position-y: 1px;
    background-repeat: no-repeat;
    color: white;
    padding: 13px;
    padding-left: 50px;
    border: 1px solid green;
    width: 95%;
}

.div-send-sms-error {
    background: #FF866A;
    background-image: url('../../App_Images/ui-elements/Error.png');
    background-position-x: 2px;
    background-size: 40px, 171px;
    background-position-y: 1px;
    background-repeat: no-repeat;
    color: white;
    padding: 13px;
    padding-left: 50px;
    border: 1px solid red;
    width: 95%;
}

.input-mini {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #c8c8c8;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
    width: 30px;
    height: 30px;
    text-align: center
}

.input-sersh {
    height: 30px;
}

.input-DropDownList {
    padding: 0px
}

.input-ser {
    max-width: 150px
}

.title-trace-mobile {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.name-solution {
    font-size: 38px;
    color: #383737;
    text-align: center;
    margin-top: 0.5%;
    font-weight: bold;
    position: absolute;
    /* margin: auto; */
    top: 2px;
    left: 0;
    right: 0;
    width: 94%;
}

.btn-logout {
    color: #666;
    margin-right: 10px;
    cursor: pointer;
}

    .btn-logout:hover {
        color: #666;
        margin-right: 10px;
        text-decoration: underline
    }

.table-login-element {
    padding-left: 37px
}
/******* Grid ********/
.pagerStyle {
    height: 50px;
    padding-top: 10px;
}

    .pagerStyle td, .pagerStyle table tr {
        border: 0px;
    }

td .pagerStyle {
    border: 0px;
}

.pagerStyle table {
    border: 0px
}

.pagerStyle span {
    color: #666;
    background-color: #DBDBDB;
    font-family: Verdana;
    text-decoration: none;
    font-weight: bold;
    margin: 1px;
    border: 1px solid #DBDBDB;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 7px;
    padding-right: 7px;
    margin-left: 2px;
    margin-right: 2px;
}

.pagerStyle a {
    font-family: Verdana;
    text-decoration: none;
    text-align: center;
    background-color: #003399;
    border: 1px solid #003399;
    color: #FFF;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
}

    .pagerStyle a:hover {
        color: #666;
        background-image: none;
        background-color: #DBDBDB;
        border-color: #DBDBDB;
        font-family: Verdana;
        text-decoration: none;
        font-weight: bold;
    }

.pager-none {
    display: none;
}

.bloc-top {
    margin-bottom: 30px
}

.tr-trace {
    background-color: #C0C0C0;
}

.alert-box {
    background-color: #fff
}

.td-right {
    text-align: right;
    padding-right: 5px;
    max-width: 200px
}

.td-left {
    text-align: left;
    padding-left: 5px;
    max-width: 200px
}

.td-left-content {
    text-align: left;
    padding-left: 5px;
    max-width: 200px
}

.td-left-big {
    text-align: left;
    padding-left: 5px;
}

.td-center {
    text-align: center
}

th {
    padding-top: 8px;
}

.inline-lab {
    display: inline-block;
    margin: 0px 0px 10px 5px
}

.lab-contenu {
    display: inline-block;
    margin-top: 10px;
}

.btn-edit-profil {
    padding-left: 10px;
    padding-right: 10px;
}

.lab-edit-profile-error {
    color: red;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: bold;
    margin-left: -5px;
}

.table-profil-error tr {
    height: 50px;
}

.img-info-bull {
    margin: 5px
}

/*********** Segmented Style ***********/
.segmented-control {
    list-style-type: none;
    height: 30px;
    padding: 1px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .15);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .15);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .15);
    float: left;
}

    .segmented-control li {
        background-color: rgba(131, 131, 131, 0.75);
        float: left;
        margin-left: 1px;
        padding: 0;
    }

.search-btn {
    float: left;
    margin-left: 10px;
    padding: 0;
}

.segmented-control li,
.segmented-control.alt li:target,
.segmented-control.alt li:target:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(0 0 -90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0));
}

.segmented-control li, .segmented-control.alt li:target {
    -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .1);
    -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .1);
}

    .segmented-control li:first-child {
        margin-left: 0;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .segmented-control li:last-child {
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

.segmented-control a {
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 67px;
    height: 28px;
}

.filter-left a {
    width: 100px;
}

.filter-right a {
    width: 50px;
}

.segmented-control a,
.segmented-control.alt li a {
    color: #262626;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .15);
}

.segmented-control li .selected {
    background-color: #525252;
}

.stat-sms-segment-zoom .selected, .stat-sms-segment .selected {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.segmented-control li .selected,
.segmented-control.alt li:target .selected {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .15), inset 0 0 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .15), inset 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, .15), inset 0 0 5px rgba(0, 0, 0, .1);
}

.segmented-control li .selected {
    background-color: #525252;
}

    .segmented-control li .selected a,
    .segmented-control.alt li .selected a {
        text-shadow: 0 1px 0 rgba(255, 255, 255, .1);
        position: relative;
        top: 1px;
    }

.segmented-control li:target {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .1))), url(../images/demos/background-segmented-control-selected.png);
    background-image: -moz-linear-gradient(0% 0% -90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .1)), url(../images/demos/background-segmented-control-selected.png);
    background-color: #333;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), inset 0 0 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), inset 0 0 5px rgba(0, 0, 0, .15);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), inset 0 0 5px rgba(0, 0, 0, .15);
}

.segmented-control.alt li:target {
    background-color: #4e4e4e;
}

.segmented-control li:target .selected {
    color: #fff;
    text-shadow: 0 1px 0 #000;
}

.segmented-control li:target .selected {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .05))), url(../images/demos/background-segmented-control-selected.png);
    background-image: -moz-linear-gradient(0% 0% -90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05)), url(../images/demos/background-segmented-control-selected.png);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15), inset 0 0 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15), inset 0 0 5px rgba(0, 0, 0, .15);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15), inset 0 0 5px rgba(0, 0, 0, .15);
}

.selected span {
    color: #FFF;
}

.stat-filter-btn {
    float: left;
    width: 139px
}

.stat-filter-btn-billing {
    float: left;
    width: 205px
}

.stat-filter-btn-type {
    width: 45%;
    float: left;
}

.small-graph {
    width: 210px;
    float: left;
    height: 110px
}

.input-date-icone {
    width: 63%
}

.lightChampObilgatoire {
    color: red;
    display: inline-block;
    margin-top: 10px
}

.input-service-vote {
    width: 85%
}

.td-center {
    text-align: center;
}

.td-center {
    text-align: center;
}

.lab-error {
    color: red
}

.td-affect {
    border: 2px solid #003399;
    width: 274px;
    height: 150px;
    background: #FFF;
}

.input-serch {
    margin-top: 4px;
}

.input-services {
    max-width: 100%;
}


.tooltipimg {
    vertical-align: middle;
}

.break-contenu {
    word-break: break-all;
}

.default-pagination {
    display: none;
}

.sersh-input {
    margin-top: 4px;
}

.top-table {
    white-space: nowrap;
}

.btn-border-table {
    color: #003399;
    font-weight: bold;
}

    .btn-border-table:hover {
        color: #003399;
        text-decoration: underline;
        font-weight: bold;
    }

.break-txt {
    word-break: break-all;
}

.bloc-vote {
    background-color: white;
    padding-top: 20px;
    width: 98%;
    margin-top: 1.5%;
    margin-bottom: 10px;
    /*box-shadow: 0px 0px 2px 1px rgba(131, 131, 131, 0.75);	-moz-box-shadow: 0px 0px 2px 1px rgba(131, 131, 131, 0.75);*/
    border: 2px solid #F80000;
}

.no-rap {
    white-space: nowrap
}

.td-left-moderator {
    text-align: left
}

.titre-table {
    margin-bottom: 20px;
    margin-top: 20px;
}

.inline-lab-date {
    display: inline-block;
    margin-bottom: 10px
}

.checkbox-inline {
    display: inline-block;
    margin-bottom: 10px
}

.table-date-time {
    vertical-align: initial;
}

.float-none {
    float: none
}

.colonne-codser {
    width: 11%
}

.colonne-date {
    width: 15%
}

.colonne-search {
    width: 5%
}

.div-msisdn {
    padding-top: 4px
}

.div-liste-service, th {
    padding-bottom: 10px
}

.input-contenu {
    width: 100%;
    max-width: 170px
}

.margin-lab {
    margin-left: 15px
}

.popup-Session {
    width: 25%;
    /*height:32%;*/
    background: aliceblue;
    position: fixed;
    left: 35%;
    top: 30%;
    border: 3px solid #003399;
    padding: 20px;
    z-index: 99999;
}

.bloc-session {
    margin: 20px 0px 20px 0px;
}

.lab-date {
    display: inline-block;
    margin-top: 4px;
}

.pagination-Generate {
    cursor: pointer
}

.someClass {
    cursor: pointer
}

.EXPIRED {
    background-color: #F5DA81
}

tr .EXPIRED:hover {
    background-color: #FFF
}

.UNDELIV {
    background-color: #FEBBBB
}

tr .UNDELIV:hover {
    background-color: #FFF
}

.REJECTED {
    background-color: #CCC
}

tr .REJECTED:hover {
    background-color: #FFF
}

.DELETED {
    background-color: #F5D0A9
}

tr .DELETED:hover {
    background-color: #FFF
}

.SUBMITTED {
    background-color: #FFF
}

tr .SUBMITTED:hover {
    background-color: #FFF
}

.DELIVERED {
    background-color: #A9F5BC;
}

tr .DELIVERED:hover {
    background-color: #FFF
}

.DELIVRD {
    background-color: #A9F5BC;
}

tr .DELIVRD:hover {
    background-color: #FFF
}

.div-scrolling {
    max-height: 250px;
    overflow-y: auto
}

.add-sub-service {
    vertical-align: middle;
    cursor: pointer;
    margin-left: 10px;
    padding-top: 5px;
}

.error-label {
    color: red;
}

.close-msg {
    background-image: url('../../App_Images/ui-elements/close.png');
    padding: 12px;
    position: relative;
    top: 0px;
    right: -21px;
    max-width: 50px;
    max-height: 50px;
    float: right;
    top: -32px;
}

.ligne-titre-grid-add-service {
    background-color: #DBDBDB;
    color: #666;
    font-family: 'Roboto-Light',Sans-Serif;
    font-size: 100%;
    line-height: 150%;
    border: 0px;
    width: 50%;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
}

.table-add-service td {
    padding-left: 20px
}

.table-add-service tr {
    height: 50px
}

.add-service-tr {
    background-color: #e5e5e5;
}

.required-error-import-excel {
    max-width: 20px;
    background-image: url('../../App_Images/ui-elements/warning.png');
    float: right;
    margin-right: 50px;
    min-height: 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

.msg-warning {
    margin-top: 1%;
    background-color: #EFD242;
    border: 1px solid #D1B606;
    padding: 20px 10px 20px 65px;
    background-image: url('../../App_Images/ui-elements/warning.png');
    background-repeat: no-repeat;
    background-position: 10px 30%;
    color: #555;
}

.hide {
    display: none
}

.table-search .td-txt {
    vertical-align: -webkit-baseline-middle
}

.td-txt {
    white-space: nowrap;
}

.hide {
    display: none
}

/******  19/03/2015  ******/
.opacity-add-service {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background-color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
    top: 0;
}

.service-add-list {
    width: 70%;
    height: auto;
    position: absolute;
    left: 17%;
    top: 50%;
    z-index: 9999;
    background: #FFF;
    padding: 10px;
    border: 1px solid #CCC;
    margin-top: 200px;
}

.serch-element {
    float: left
}

.serch-element-hidden {
    display: none;
    float: left;
    white-space: nowrap
}

.hidden-element {
    display: none;
}

.big-label {
    font-size: 20px;
    font-weight: bold;
}

.stat-sms-segment-zoom .selected, .stat-sms-segment .selected {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.green-row {
    background: #92e58d;
    border-bottom: 1px solid #e5e5e5
}

.info {
    background: #BDE5F8 url('../../App_Images/ui-elements/info.png') no-repeat 10px;
    border: 1px solid #6bb1cf;
    color: #0072A3;
    padding: 15px 10px 15px 50px;
}

    .info a {
        color: #0072A3;
        text-decoration: none
    }

/****************Style dialogue **************/
.dialogue {
    width: 37%;
    margin: auto;
}

.discussion {
    list-style: none;
    margin: 0;
    padding: 0 0 50px 0;
}

    .discussion li {
        padding: 0.5rem;
        display: flex;
    }

    .discussion .avatar {
        min-width: 50px;
        position: relative;
        ;
        padding: 5px;
    }

        .discussion .avatar img {
            display: block;
            width: 100%;
        }

    .discussion .self .avatar img {
        margin-left: 3px;
        margin-bottom: -15px;
    }

    .discussion .other .avatar img {
        margin-left: -3px;
        margin-top: -8px;
    }

.other .avatar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid white;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.self {
    justify-content: flex-end;
    align-items: flex-end;
}

    .self .messages {
        order: 1;
        border-bottom-right-radius: 0;
    }

    .self .avatar {
        order: 2;
    }

        .self .avatar:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 0;
            border: 5px solid white;
            border-right-color: transparent;
            border-top-color: transparent;
        }

.messages {
    background: white;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.messages-box-bleu {
    -webkit-box-shadow: 0 0px 15px 0px rgba(82, 179, 217, 0.5);
    -moz-box-shadow: 0 0px 15px 0px rgba(82, 179, 217, 0.5);
    box-shadow: 0 0px 15px 0px rgba(82, 179, 217, 0.5);
}

.messages-box-red {
    -webkit-box-shadow: 0 0px 15px 0px rgba(237, 29, 36, 0.5);
    -moz-box-shadow: 0 0px 15px 0px rgba(237, 29, 36, 0.5);
    box-shadow: 0 0px 15px 0px rgba(237, 29, 36, 0.5);
}

.messages p {
    font-size: 0.8rem;
    margin: 0 0 0.2rem 0;
}

.messages time {
    font-size: 0.7rem;
    color: #929292;
}

.divider {
    color: #999;
    width: 70%;
    margin: 20px auto;
    overflow: hidden;
    text-align: center;
    line-height: 1.2em;
}

    .divider:before, .divider:after {
        content: "";
        vertical-align: top;
        display: inline-block;
        width: 50%;
        height: 0.65em;
        border-bottom: 1px solid #999;
        margin: 0 2% 0 -55%;
    }

    .divider:after {
        margin: 0 -55% 0 2%;
    }

/********************************************/
/********************************************/
/******************* Login *****************/
.td-first {
    background-color: #DBDBDB;
}

.cnx-inner-bloc {
    margin-top: 10%;
    /* width: 20%; */
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    height: 100%;
}

.cnx-btn {
    float: right;
    /*margin-right: 6px;*/
}

.required-error {
    color: red;
    font-weight: bold
}

.dialog-sms-mt {
    color: #ed1d24;
    font-weight: bold;
    margin-left: -10px;
}

.dialog-sms-mo {
    color: #52B3D9;
    font-weight: bold;
    margin-left: 10px;
}


/**************tableau de bord******/
.responsive-tabs__list__item:hover {
    color: #003399;
}

.responsive-tabs__list__item--active {
    color: #003399;
}

    .responsive-tabs__list__item--active:hover {
        color: #003399;
    }

.txt-tirage {
    color: #F80000
}

.txt-tirage {
    color: #F80000
}

fieldset {
    border: 2px solid #003399;
}

legend {
    font-size: 15px
}

.totale {
    font-weight: bold
}

/********** button ***********/
.export-file {
    float: right;
    padding-top: 20px;
}

.float-left {
    float: left;
}

.float-right {
    float: left;
}

/********** drawing style *********/
.drawing-bloc {
    width: 80%;
    margin: auto;
}

    .drawing-bloc fieldset {
        padding-bottom: 25px;
    }

.input_drawing_code {
    width: 50%;
    margin: auto;
}

.inpu-drawing {
    width: 100%;
    height: 26px;
    font-size: 25px;
}

.min-drawing-value, .max-drawing-value, .drawing-separate {
    float: left;
}

.lab-drawing-min, .lab-drawing-max, .drawing-separate {
    font-size: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

.lab-drawing-min-value {
    font-size: 25px;
    color: red
}

.lab-drawing-max-value {
    font-size: 25px;
    color: green
}

.urn-bloc {
    height: 125px;
    width: 71%;
    margin: auto;
}

.list-urne {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .list-urne li {
        list-style: none;
        margin: 0 10px 0 10px;
        padding: 0;
        float: left;
    }

.urne {
    background: url('../../App_Images/ui-elements/urne.png') center no-repeat;
    width: 120px;
    height: 108px;
}

.drawing-input {
    float: left;
    padding-right: 20px;
}

.drawing-validate-input {
    float: left;
    padding-top: 5px;
}

.drawing-urn-select {
    margin: 0;
    padding: 0;
    padding-top: 35px;
    padding-left: 7px;
}

    .drawing-urn-select li {
        list-style: none;
        margin: 2px;
        padding: 5px;
        float: left;
        background: red;
        color: white;
        font-weight: bold;
    }

.lab-urn {
    text-align: center;
    font-size: 20px;
}

.drawing-winner-row {
    background-color: red;
    color: white;
    Height: 25px;
    border: 0px;
    border-color: red;
}

.td-type {
    width: 100px;
}

/* .img-partenaire img {
    height: 60.5px;
    margin-left: 4%;
    float: left; 
}
*/


.part-left {
    color: #003399;
    font-size: 20px;
    float: right;
    font-weight: bold;
}

.part-right {
    color: #003399;
    font-size: 20px;
    float: left;
    font-weight: bold;
}

.div-part {
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
}

#ImgLogoSol {
    height: 35px;
    padding-top: 5px;
    margin-left: 5px;
}

.img-sol-logo {
    float: left;
}


/*.div-partenaire {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    clear: both;
}

    .div-partenaire li {
        //width: 10%;
        height: auto;
        // position: relative;
        float: left;
        margin: 0px 29px 0 34px;
        padding: 0 0 1px 0;
    }

        .div-partenaire li a {
            width: 100%;
            height: auto;
            // position: absolute; 
        }

    .div-partenaire .li-first {
        margin-left: 8px !important;
    }

        .div-partenaire .li-first img {
            margin-left: 0px !important;
        }

@media screen and (max-width: 1560px) {
    .div-partenaire li {
        margin: 0px 0.5% 0 0.75%;
    }
}

@media screen and (max-width: 1360px) {
    .div-partenaire li {
        margin: 0px 0.5% 0 0.75%;
    }
}

@media screen and (max-width: 1480px) {
    .div-partenaire li {
        margin: 0px 1% 0 23px;
    }
}

@media screen and (max-width: 1280px) {
    .div-partenaire li {
        width: 33%;
        padding-bottom: 50px;
        margin: 0 0px 0 0px;
    }

        .div-partenaire li img {
            margin-left: auto !important;
        }

    .div-partenaire .li-first img {
        margin-left: auto !important;
    }
}

@media screen and (max-width: 1024px) {
    .div-partenaire li {
        width: 50%;
        padding-bottom: 50px;
        margin: 0 0px 0 0px;
    }

    .li-first {
        margin-left: 0px !important;
    }

    .div-partenaire .li-first {
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 600px) {
    .div-partenaire li {
        width: 49%;
        padding-bottom: 50px;
        margin: 0 0.5% 0 0.5%;
    }
}

@media screen and (max-width: 360px) {
    .div-partenaire li {
        width: 100%;
        padding-bottom: 30px;
    }
}

.div-partenaire li img {
    max-width: 100%;
    // position: absolute; 
    // top: 0; 
    // left: 0;
    margin: auto;
    display: block;
    margin-left: 10px;
    height: 60.5px;
}

.div-partenaire .li-last {
    margin-right: 0px;
}

    .div-partenaire .li-last img {
        margin-left: 0px;
    }*/

/************CSS Footer Partenaires**************/
.div-partenaire {
    height: 63px;
    display: inline-table;
    width: calc(100% - 20px);
    padding-inline-start: 0px;
    margin-left: 10px !important;
    margin-top: 15px;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    clear: both;
}

    .div-partenaire li {
        width: calc((100% / 8) - 20px);
        height: auto;
        float: left;
        margin: 0px 11.5px 0 11px;
        padding: 0 0 1px 0;
    }

        .div-partenaire li a {
            width: 100%;
            height: auto;
        }

    .div-partenaire .li-first {
        margin-left: 0px !important;
    }

        .div-partenaire .li-first img {
            margin-left: 0px !important;
        }

    .div-partenaire li img {
        max-width: 100%;
        margin: auto;
        display: block;
        height: 70px;
    }

    .div-partenaire .li-last {
        margin-right: 0px;
    }

        .div-partenaire .li-last img {
            margin-right: 0px;
        }


@media screen and (max-width: 1200px) {
    #SolTitleAr {
        font-size: 25px;
    }

    #SolTitleFr {
        font-size: 18px;
    }

    .div-partenaire li {
        /* width: 33%; */
        padding-bottom: 15px;
        padding-top: 15px;
        margin: 0 13px 0 11px;
    }

        .div-partenaire li img {
            margin-left: auto !important;
            height: 70px !important;
        }

    .div-partenaire .li-first img {
        margin-left: auto !important;
    }

    .div-partenaire .li-first {
        margin-left: -8px !important;
    }
}

@media screen and (max-width: 1024px) {
    .div-partenaire li {
        width: 33%;
        padding-bottom: 10px;
        padding-top: 10px;
        margin: 0 0px 0 0px;
    }

    .li-first {
        margin-left: 0px !important;
    }

    .div-partenaire .li-first {
        margin-left: 0px !important;
    }

    .div-partenaire li img {
        height: 60px !important;
    }

    .div-partenaire .li-last img {
        margin-right: auto;
    }

    #ImgOrange {
        float: right;
        margin-right: -10px;
    }

    #ImgTT {
        float: left;
    }

    #ImgInpdp {
        float: right;
        margin-right: -20px;
    }

    #ImgL2t {
        float: left;
    }

    #ImgOdc {
        float: left;
    }
}

@media screen and (max-width: 600px) {
    .div-partenaire li {
        width: 50%;
        padding-bottom: 50px;
        margin: 0 0% 0 0%;
    }

    #ImgOrange {
        float: left;
        margin-left: 10px;
    }

    #ImgL2t {
        float: right;
    }

    #ImgOoredoo {
        float: right;
    }

    #ImgAti {
        float: left;
    }

    #ImgInpdp {
        float: right;
        margin-right: -10px;
    }

    #ImgOdc {
        float: left;
    }

    #ImgDigiVas {
        float: right;
    }
}

@media screen and (max-width: 360px) {
    .div-partenaire li {
        width: 100%;
        padding-bottom: 30px;
    }

    #ImgTT {
        float: none;
    }

    #ImgOrange {
        float: none;
        margin: auto;
    }

    #ImgL2t {
        float: none;
    }

    #ImgOoredoo {
        float: none;
    }

    #ImgAti {
        float: none;
    }

    #ImgInpdp {
        float: none;
        margin: auto;
    }

    #ImgOdc {
        float: none;
    }

    #ImgDigiVas {
        float: none;
    }
}
