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 {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.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: "\e151";
}

a.desc:after {
    content: "\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 td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.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;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
    .panel-profile .panel-profile-controls {
    padding-left: 0px !important;
    }
}

.panel-profile .panel-profile-controls {
    padding-left: 160px;
    }
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
small.bg-red {
    padding: 5px;
    background-color: #12246b !important;
}
.banniere{
    background: linear-gradient(#2222226e, #2222226e),url('../uploads/banniere-prime.jpg') no-repeat ;
    background-size: cover;
    height: 230px;
    background-position: center center;
}

.banniere-offre{
    background: url('../uploads/offre.jpeg') no-repeat ;
    background-size: cover;
    height: 350px;
    background-position-y: -215px;
}

.banniere-centrale{
    background: url('../uploads/offre.jpeg') no-repeat ;
    background-size: cover;
    height: 250px;
    background-position-y: -260px;
}

.banniere-compte {
    background: url('../uploads/offre.jpeg') no-repeat;
    background-size: cover;
    height: 250px;
    background-position-y: -324px;
}
.contenu-offre {
    background-color: white;
    padding: 15px;
    margin-bottom: 25px;
}
.marge-top-25 {
    margin-top: 25px;
}
.marge-top-50 {
    margin-top: 50px;
}
.marge-bottom-35 {
    margin-bottom: 35px;
}
.marge-bottom-25 {
    margin-bottom: 25px;
}
.table-offre {
    background-color: white;
    padding: 5px;
}
.navbar-inverse {
    background-color: #fff;
    border-color: #a5a6ad;
}
.navbar-inverse .navbar-nav > li > a {
    color: #12246b;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #12246b;
}
.site-error {
    margin-top: 160px;
}
.marge-top-10 {
    margin-top: 10px;
}
.marge-top-125 {
    margin-top: 125px;
}
.alert-success {
    color: #3c763d;
    background-color: #008d4c !important;
    border-color: #d6e9c6;
}
.timeline>li>.timeline-item>.timeline-header-extrait {
    margin: 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    font-size: 13px;
    line-height: 20.1px;
}
.well {
    min-height: 20px;
    padding: 0px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.well-transparent {
    background-color: #ffffff;
}
.social-share {
padding: 11px;
    justify-content: center;
    display: flex;
}

.skin-blue .sidebar a{
    color: #b8c7ce;
    font-size: 12px;
}



/*loader*/

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.bloc-secteur{
    background-color: #ededed;
    border-top-color: #ededed;
}

/* width */
.bloc-secteur::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.bloc-secteur::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.bloc-secteur::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.bloc-secteur::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

nav.espace {
    padding: 10px 15px;
    background-color: #fff;
}

/*a.connexion {
    border-left: 1px solid #12246b;
}*/

/*video*/

.youtube-container {
 cursor: pointer;
 position: relative;
 display: inline-block;
 z-index: 0;
 background: black;
 width: 100%;
}
.youtube-container:after {
 position: absolute;
 top: 50%;
 left: 50%;
 content: ' ';
 /*background: rgba(31, 31, 30, 0.8);*/
 height: 48px;
 width: 68px;
 margin-left: -34px;
 margin-top: -24px;
 display: block;
 z-index: 1;
 border-radius: 3px;
 -webkit-transition: all .2s ease-in;
 -moz-transition: all .2s ease-in;
 -o-transition: all .2s ease-in;
 transition: all .2s ease-in;
}
.youtube-container:before {
 left: 50%;
 top: 50%;
 border: solid transparent;
 content: " ";
 height: 0;
 width: 0;
 position: absolute;
 pointer-events: none;
 border-color: rgba(255, 255, 255, 0);
 border-left-color: #ffffff;
 border-width: 20px;
 margin-top: -9px;
 margin-left: -8px;
 z-index: 2;
 border-right-width: 20px;
 border-left-width: 18px;
 border-bottom-width: 10px;
 border-top-width: 10px;
}

span.label.label-primary a {
    color: #fff !important;
}

/* Make it a marquee */
.marquee {
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 50s linear infinite;
}

.marquee:hover {
    animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
    0%   { text-indent: 27.5em }
    100% { text-indent: -105em }
}


/* Make it pretty */
.acapros {
    padding-left: 1.5em;
    position: relative;
    font: 16px 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

/* ::before was :before before ::before was ::before - kthx */
.acapros:before, .acapros::before {
    z-index: 2;
    content: '';
    position: absolute;
    top: -1em; left: -1em;
    width: .5em; height: .5em;
    box-shadow: 1.0em 1.25em 0 #F65314,
                1.6em 1.25em 0 #7CBB00,
                1.0em 1.85em 0 #00A1F1,
                1.6em 1.85em 0 #FFBB00;
}

.acapros:after, .acapros::after {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 2em; height: 2em;
    background-image: linear-gradient(90deg, white 70%, rgba(255,255,255,0));
}

/* Style the links */
.vanity {
    color: #333;
    text-align: center;
    font: .75em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

.vanity a, .acapros a {
    color: #1570A6;
    transition: color .5s;
    text-decoration: none;
}

.vanity a:hover, .acapros a:hover {
    color: #F65314;
}

p.acapros.marquee .info-box-text {
    display: inline !important;
}

/*espace*/
.panel {
    border: none;
    background-color: #fff;
    box-shadow: 0 0 3px #dadada;
    -webkit-box-shadow: 0 0 3px #dadada;
    -moz-box-shadow: 0 0 3px #dadada;
    border-radius: 4px;
    position: relative;
    margin-bottom: 15px;
}

.panel-default {
    border-color: #ddd;
}

.panel-profile .panel-profile-header {
    position: relative;
    border: 3px solid #fff;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-profile .panel-profile-header .image-upload-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.image-upload-container {
    position: relative;
}

.panel-profile .panel-profile-header .img-profile-header-background {
    width: 100%;
    max-height: 192px;
}

.panel-profile .panel-profile-header .img-profile-header-background {
    border-radius: 3px;
    min-height: 110px;
}

.panel-profile .panel-profile-header .img-profile-data {
    position: absolute;
    height: 100px;
    width: 100%;
    bottom: 0;
    left: 0;
    padding-left: 180px;
    padding-top: 30px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #fff;
    pointer-events: none;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.38) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(1%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.38)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.38) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.38) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.38) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.38) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#94000000', GradientType=0);
}

.panel-profile .panel-profile-header .image-upload-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.panel-profile .panel-profile-header .profile-user-photo-container {
    position: absolute;
    bottom: -50px;
    left: 15px;
}

.panel .panel-body {
    padding: 10px;
    font-size: 13px;
}


.title-produit {
    background-color: #fff;
    padding: 14px;
}

.product-miniature .thumbnail-container {
    position: relative;
    margin-bottom: 1.563rem;
    width: 250px;
    background: #fff;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
}

.product-miniature {
    margin: 0 .8125rem;
}

 .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.thumbnail-container img {
    cursor: pointer;
}

code {
    color: #ffffff !important;
    background-color: #000000 !important;
    width: 100%;
}
fieldset {
    border: 1px solid #c0c0c0 !important;
    margin: 0 2px !important;
    padding: 0.35em 0.625em 0.75em !important;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label,p {
    font-size: 12px !important;
}
article p {
    font-size: 14px !important;
    clear: both;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #12246b !important;
}
table.table.table-bordered.pricing ul li {
    line-height: 2.2em;
}

h3.timeline-header a {
font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}

nav.db-nav ul li {
    padding: 10px;
}

form#contact-form-description {
    background-color: #fff;
    padding: 15px;
    margin-top: 20px;
}
.clean{
    clear: both;
}
article.row.bg {
    background-color: #fff;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.cv-search form#w0 .control-label {
    display: none;
}

.bg-top {
    background-color: #a5a6ad4a;
    padding-top: 75px;
    height: 200px
}
.bg-top-accueil {
    background-color: #12246b;
    padding-top: 75px;
    height: 400px;
}
.form-group.field-offresearch-titre_offre {
    margin-bottom: 0px !important;
}
.form-group.field-offresearch-titre_offre .help-block{
    margin: 0px !important;
}
.slogan {
    line-height: 35px;
    color: #fff;
        font-size: 26px;
}
.titre-slogan{
    color:#ffd224;
    font-weight: bold;
}

.titre-slogan-cta{
    color:#12246b;
    font-weight: bold;
    background-color: #fff;
    padding: 10px;
}
.titre-redirect{
    color:#12246b;
    font-weight: bold;
    background-color: #fff;
    padding: 10px;
    font-size: 14px;
    margin: 1px;
}
.paragraphe-titre{
    font-size: 16px !important;
    color:#fff;
}

span.font i {
    font-size: 18px;
}
span.font-annoncespro i {
    font-size: 10px;
}
.description-home {
    background-color: #fff;
    padding: 15px;
}