html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #005dab;
    border-top: 1px solid #c1c1c1;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    overflow: hidden;
}


.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}



/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

form div.required label.control-label:after {
    content: " *";
    /*color : red;*/
}
.div-modal-content {
    padding: 20px;
}
#btn_grid_exporter, #btn_grid_colonne {
    margin-top: 0;
    margin-bottom: 15px;
}
.btn_telecharger {
    margin-top: 0;
    margin-bottom: 15px;    
}
button.btn.btn-default.fileinput-upload.fileinput-upload-button {
    display: none;
}


@media(max-width:480px) {
    .bloc_service_payant {
        height: 120px;
    }
}

sup.exposant {
    font-weight: bold;
    font-size: 1.2rem;
}
.gauche{
float:left;
width:50%;
height:auto;
padding-right:50px;
}
.droite{
float:right;
width:50%;
height:auto;
/*margin:0px 50px 0px 50px;*/
padding:0px 50px 0px 50px;
border: 2px solid #730965;
}