.nav-pills>li {
    float: left;
    width: 100%;
}
.nav-pills>li>a{
    color: black;
}
.form-wizard .steps > li > a.step:hover, .form-wizard .steps > li.active > a.step  {
    background: #b3d7ed;
    background: -moz-linear-gradient(top, #b3d7ed 0%, #284c62 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3d7ed), color-stop(100%,#284c62));
    background: -webkit-linear-gradient(top, #b3d7ed 0%,#284c62 100%);
    background: -o-linear-gradient(top, #b3d7ed 0%,#284c62 100%);
    background: -ms-linear-gradient(top, #b3d7ed 0%,#284c62 100%);
    background: linear-gradient(to bottom, #b3d7ed 0%,#284c62 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d7ed', endColorstr='#284c62',GradientType=0 );
    border-radius: 0px;
    border:none;
    border-bottom: 1px solid #172a38;
    color: #F5F5F5;
}

.form-wizard .steps > li > a.step:hover .desc, .form-wizard .steps > li.active > a.step .desc {
    color: #F5F5F5;
}

.form-wizard .steps > li > a.step:active {
    background: #b3d7ed;
    background: -moz-linear-gradient(top, #b3d7ed 0%, #284c62 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3d7ed), color-stop(100%,#284c62));
    background: -webkit-linear-gradient(top, #b3d7ed 0%,#284c62 100%);
    background: -o-linear-gradient(top, #b3d7ed 0%,#284c62 100%);
    background: -ms-linear-gradient(top, #b3d7ed 0%,#284c62 100%);
    background: linear-gradient(to bottom, #b3d7ed 0%,#284c62 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d7ed', endColorstr='#284c62',GradientType=0 );
    border-radius: 0px;
    border:none;
    border-bottom: 1px solid #172a38;
}

.form-wizard .steps > li:active{
    background: #b3d7ed;
    background: -moz-linear-gradient(top, #b3d7ed 0%, #284c62 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3d7ed), color-stop(100%,#284c62));
    background: -webkit-linear-gradient(top, #b3d7ed 0%,#284c62 100%);
    background: -o-linear-gradient(top, #b3d7ed 0%,#284c62 100%);
    background: -ms-linear-gradient(top, #b3d7ed 0%,#284c62 100%);
    background: linear-gradient(to bottom, #b3d7ed 0%,#284c62 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d7ed', endColorstr='#284c62',GradientType=0 );
    border-radius: 0px;
    border:none;
    /*border-bottom: 1px solid #172a38;*/
}

.form-wizard .steps > li .active {
    background: #b3d7ed;
    background: -moz-linear-gradient(top, #b3d7ed 0%, #284c62 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3d7ed), color-stop(100%,#284c62));
    background: -webkit-linear-gradient(top, #b3d7ed 0%,#284c62 100%);
    background: -o-linear-gradient(top, #b3d7ed 0%,#284c62 100%);
    background: -ms-linear-gradient(top, #b3d7ed 0%,#284c62 100%);
    background: linear-gradient(to bottom, #b3d7ed 0%,#284c62 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d7ed', endColorstr='#284c62',GradientType=0 );
    border-radius: 0px;
    border:none;
    border-bottom: 1px solid #172a38;
}


.form-wizard .steps > li > a.step .number {
    background: #2b4f65;
    background: -moz-linear-gradient(top, #2b4f65 0%, #3e6278 19%, #597d93 36%, #668aa0 51%, #81a5bb 67%, #9cc0d6 81%, #afd3e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b4f65), color-stop(19%,#3e6278), color-stop(36%,#597d93), color-stop(51%,#668aa0), color-stop(67%,#81a5bb), color-stop(81%,#9cc0d6), color-stop(100%,#afd3e9));
    background: -webkit-linear-gradient(top, #2b4f65 0%,#3e6278 19%,#597d93 36%,#668aa0 51%,#81a5bb 67%,#9cc0d6 81%,#afd3e9 100%);
    background: -o-linear-gradient(top, #2b4f65 0%,#3e6278 19%,#597d93 36%,#668aa0 51%,#81a5bb 67%,#9cc0d6 81%,#afd3e9 100%);
    background: -ms-linear-gradient(top, #2b4f65 0%,#3e6278 19%,#597d93 36%,#668aa0 51%,#81a5bb 67%,#9cc0d6 81%,#afd3e9 100%);
    background: linear-gradient(to bottom, #2b4f65 0%,#3e6278 19%,#597d93 36%,#668aa0 51%,#81a5bb 67%,#9cc0d6 81%,#afd3e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b4f65', endColorstr='#afd3e9',GradientType=0 );
    color: white;
}
.form-wizard .steps > li.done > a.step .number {
}

.navbar, .navbar-inverse {
    background: #b3d7ed;
    background: -moz-linear-gradient(top, #b3d7ed 0%, #284c62 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3d7ed), color-stop(100%,#284c62));
    background: -webkit-linear-gradient(top, #b3d7ed 0%,#284c62 100%);
    background: -o-linear-gradient(top, #b3d7ed 0%,#284c62 100%);
    background: -ms-linear-gradient(top, #b3d7ed 0%,#284c62 100%);
    background: linear-gradient(to bottom, #b3d7ed 0%,#284c62 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d7ed', endColorstr='#284c62',GradientType=0 );
    border-radius: 0px;
    border:none;
    border-bottom: 1px solid #172a38;
}

.navbar-nav {
    padding-left: 0px;
}

.logo-header {
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.site-title {
    font-size: 34px;
    color: #3A607E !important;
    text-shadow: 0 1px 0 rgba(255,255,255,1) !important;
}

.navbar-header {
    display:block;
    float: none;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background-color: #7B9FB5;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
    filter:none;
}

.form .form-section {
    margin-left: -3%;
}

.form-wizard .steps {
    padding: 0px 0;
    /* border-right: 1px #e3e3e3 solid;*/
    /*  box-shadow: 3px 0px 5px #888888;*/
}

.page-content {
    background: none;
}

.page-prefooter {
    background: #274B61;
}

.logo-header {
    float: left;
    margin-right: 15px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
}

@media(min-width:992px){
    .etape {
        width: 24%
    }
    .logo-header {
        /*margin-left: 20%*/
    }

}

.page-prefooter h2 {
    color: white;
}

/*For IE 10*/
@media screen and (min-width:0\0) {
    #shadow{
        box-shadow:10px 0px 5px -5px #888;
    }
    #shadow2{
        box-shadow:inset 10px 0px 5px -5px #888;
    }
}

.has-success .form-control {
    border-color: #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-top-left {
    float: left;
}

.gabarit-config-layout {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    width: 500px;
    height: 500px;
    background-color: white;
    outline: #DADADA solid 1px;
}

.gabarit-config-layout .drop-zone {
    position: absolute;
    background-color: white;
    border: 1px dashed black;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    opacity: .5;
    //border-radius: 50%;
}

.gabarit-config-layout .drop-zone:hover {
    position: absolute;
    background-color: #e9e9e9;
    border: 1px dashed black;
}

.gabarit-config-layout .drop-zone .drop-delete-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    display:none;
}

.draggable-pictogram {
    z-index: 99999;
    cursor: pointer;
}

.gabarit-config-layout .drop-zone.drop-zone-ui-state-hover {
    -webkit-transform: scale(1.1);
    -moz-transform:    scale(1.1);
    -o-transform:      scale(1.1);
    -ms-transform:     scale(1.1);
    background-color: #D2D2D2;
    border: 1px dashed black;
    opacity: .8;
}

.gabarit-config-layout .drop-zone.drop-zone-ui-state-dropped {
    opacity: 1;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
}

.gabarit-config-layout .drop-zone.drop-zone-ui-state-dropped:hover .drop-delete-icon {
    display:block;
    display:none;
}

.page-prefooter {
    background-color: #0099bc;
    color: #FFFFFF;
}

.page-header-top {
    background-color: #02596c;
    color: white;
    font-weight: bold;
}

.header-top-white {
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: normal;
}

.logo-header {
    margin-top: 15px;
}

.navbar-nav>li>a {
    color: white;
}
.navbar-nav .active, .navbar-nav>li>a:hover {
    background-color: #00324b;
}

// Zone de drop liste de picto
.pictograms-content .portlet light{
    border: 1px dashed;
}
    
.gabarit-backdrop {
    width: 100%;
    height: 100%;
    background-color: #D2D2D2;
    position: absolute;
    opacity: 0.5;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    display:none;
}

.draggable-pictogram {
    -webkit-user-drag: none;
}

.draggable-pictogram.unavalaible {
    opacity: 0.5;
    cursor: not-allowed;
    -webkit-user-drag: none;
}

#breadcrumbs-one{
  background: #eee;
  //background: #006dcc; 
  //background: #52768c;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #e5e5e5 #ccc;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0,0,0,.2);
  overflow: hidden;
  width: 100%;
  //width: 40%;
}

#breadcrumbs-one li{
  float: left;
}

#breadcrumbs-one a{
  padding: .7em 1em .7em 2em;
  float: left;
  text-decoration: none;
  color: #444;
  position: relative;
  //text-shadow: 0 1px 0 rgba(255,255,255,.5);
  background-color: #ddd;
  background-image: linear-gradient(to right, #f5f5f5, #ddd);  
}

#breadcrumbs-one li:first-child a{
  padding-left: 1em;
  border-radius: 5px 0 0 5px;
}

#breadcrumbs-one a:hover{
  background: #fff;
}

#breadcrumbs-one a::after,
#breadcrumbs-one a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;   
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -1em;
}

#breadcrumbs-one a::after{ 
  z-index: 2;
  border-left-color: #ddd;  
}

#breadcrumbs-one a::before{
  border-left-color: #ccc;  
  right: -1.1em;
  z-index: 1; 
}

#breadcrumbs-one a:hover::after{
  border-left-color: #fff;
}

#breadcrumbs-one .current,
#breadcrumbs-one .current:hover{
  //font-weight: bold;
  background: none;
  color: white;
  background-color: #52768c;
}

#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before{
  //content: normal;
}
#breadcrumbs-one .current:hover::after,
#breadcrumbs-one .current::after {
    z-index: 2;
    border-left-color: #52768c;
}

.c-layout-header .c-cart-menu {
    margin-top: -50px;
    border: 1px solid #C3C3C3;
}

.product-choice-dropdown {
    width: 350px;
}