/** HEADER ET FIL D'ARIANE
***************************************************************************/

.header {
    background-color: white;
}

#logo {
	height: 130px;
	padding:0;
	margin:0;
	background-image:url("../img/logo.svg");
	background-size: contain;
	-webkit-background-size: contain;
	background-repeat:no-repeat;
	background-position:10px;
}
.header img {
    height: 130px;
}

.bloc-identification {
    margin-top: 2em;
}

.breadcrumb a {color:#000}
/** FOOTER
***************************************************************************/

.footer {
    margin-top: 35px;
    padding: 20px;
    background-color: #ffffff;
}


/** CONTENU
***************************************************************************/

.panel.desactive {
    opacity: .25;
}
.italic {
    font-style: italic;
}
.spacer-top {
    margin-top: 2em;
}

.table-bordered > tbody > tr > td.compact,
.table-bordered > thead > tr > th.compact {
    display:none
}
.inline-block {
    display: inline-block;
}
.inline-block + i {
    margin-left: .5em;
    vertical-align: super;
}
.report td.limite + td {
    position: relative;
    color: #0B6BA8
}
.report td.limite + td,
.report td.limite + td + td {
    position: relative;
    color: #0B6BA8
}
.report td.limite + td:after {
    content: " ";
    display: block;
    position: absolute;
    top: 18px;
    left: calc(100% - 2px);
    height: 20px;
    border-width:  10px;
    border-color: transparent transparent transparent #0B6BA8;
    border-style: solid;
    transform: scaleY(1.5);
}
table.table-historique tbody:not(.total) tr {
    cursor: pointer;
}
table.table-historique tbody:not(.total) td:last-child::before {
    margin-top: 0.25em;
    font-family: 'tremis';
    content: "\e947";
    float: right
}
table.table-historique tr.active td:last-child::before {
    content: "\e923";
}

table.table-historique td:first-letter {
    text-transform: capitalize;
}
.panel {
    transition: opacity .5s ease;
}
.btn-primary:focus,    /* Correction d'un bug : le bouton "continuer" reste activé après un clic */
.btn-primary:active {
    background-color: #0B6BA8;
    border-color: #0B6BA8;
}
table .btn-xs + .btn-xs {
    display: block;
    margin-top: 2px;
}
.input-group-btn .btn-link i:before {
    font-size: .75em;
}
.input-group-btn .btn-link {
    text-decoration: none;
}
.btn-actionAcompte {
margin-bottom: 5%;
width: 100%;
height: 2.2em;
}
h3.acomptes {
margin-top:0;
margin-bottom:1.5rem;
}
.caret-right {
margin-top:0.8rem;}

/* Emplacements de texte (placeholder) */
::-webkit-input-placeholder { /* Chrome */
  color: #707070 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #707070 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #707070 !important;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #707070 !important;
  opacity: 1;
}
/* Checkbox personnalisées
 * https://codepen.io/jamesbarnett/pen/yILjk */
input[type="checkbox"] {
    display:none;
} /* to hide the checkbox itself */
input[type="checkbox"] + label:before {
  font-family: 'tremis';
  display: inline-block;
}
input[type="checkbox"] + label:before {
    content: "\e968";
}
input[type="checkbox"] + label:before {
    letter-spacing: 10px; /* space between checkbox and label */
}
input[type="checkbox"]:checked + label {
    font-weight: 700;
}
input[type="checkbox"]:checked + label:before {
    content: "\e967";
    font-weight: 400;
}

/** ICONES
***************************************************************************/

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'tremis' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.icon-moins:before {
  content: "\e903";
}
.icon-plus:before {
  content: "\e905";
}
.icon-chevron-bas:before {
  content: "\e947";
}
.icon-chevron-haut:before {
  content: "\e923";
}
.icon-interrogation:before {
  content: "\e904";
}
.icon-deconnexion:before {
  content: "\e920";
}
.icon-fermer:before {
  content: "\e933";
}
.icon-checkbox:before {
  content: "\e968";
}
.icon-checkbox-checked:before {
  content: "\e967";
}
.icon-info:before {
  content: "\e93a";
}
.icon-telechargement:before {
  content: "\e928";
}

/** CHECKBOX FAÇON IOS
***************************************************************************/
input[type="checkbox"].switch {
  position: absolute;
  opacity: 0;
}

input[type="checkbox"].switch+label {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  vertical-align: middle;
  font-weight: normal;
}

input[type="checkbox"].switch+label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  width: 35px;
  height: 21px;
  border-radius: 14px;
  margin-top: -10px;
  background: #e5e5e5;
  border: 1px solid #aaa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input[type="checkbox"].switch+label:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 50%;
  width: 21px;
  height: 21px;
  border-radius: 14px;
  margin-top: -10px;
  background: #fff;
  border: 1px solid #aaa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input[type="checkbox"].switch:hover +label:before {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
input[type="checkbox"].switch:focus + label:before {
  outline:1px dotted  rgba(0, 0, 0, 0.7)
}
input[type="checkbox"].switch:checked+label:after {
  margin-left: 16px;
}
input[type="checkbox"].switch:checked+label:before {
  background: #55D069;
}

/** PAS A PAS
 *  https://gist.github.com/bjcull/9498339#file-nav-wizard-bootstrap-less
***************************************************************************/

.nav-pills.nav-wizard>li {
    position: relative;
    overflow: visible;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.nav-pills.nav-wizard>li+li {
    margin-left: 0;
}

.nav-pills.nav-wizard>li:first-child {
    border-left: 0;
}

.nav-pills.nav-wizard>li:first-child a {
    border-radius: 0 0 0 0;
}

.nav-pills.nav-wizard>li:last-child {
    border-right: 0;
}

.nav-pills.nav-wizard>li:last-child a {
    border-radius: 0 0 0 0;
}

.nav-pills.nav-wizard>li a {
    border-radius: 0;
    background-color: #eee;
}

.nav-pills.nav-wizard>li .nav-arrow {
    position: absolute;
    top: 0px;
    right: -15px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #eee;
    z-index: 150;
}

.nav-pills.nav-wizard>li .nav-wedge {
    position: absolute;
    top: 0px;
    left: -15px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: #eee #eee #eee transparent;
    z-index: 150;
}

.nav-pills.nav-wizard>li:hover .nav-arrow {
    border-color: transparent transparent transparent #999999;
}

.nav-pills.nav-wizard>li:hover .nav-wedge {
    border-color: #999999 #999999 #999999 transparent;
}

.nav-pills.nav-wizard>li:hover a {
    background-color: #999999;
    color: #fff;
}

.nav-pills.nav-wizard>li.active .nav-arrow {
    border-color: transparent transparent transparent #0B6BA8;
}

.nav-pills.nav-wizard>li.active .nav-wedge {
    border-color: #0B6BA8 #0B6BA8 #0B6BA8 transparent;
}

.nav-pills.nav-wizard>li.active a {
    background-color: #0B6BA8;
}

/** Icones Fermer
***************************************************************************/
.fermeture {
    position: absolute;
    top: 5px;
    right: 15px;
}
.fermeture a {
    color: #aaaaaa;
    text-decoration: none;
    transition: all .5s;
}
.fermeture a span {
    opacity: 0;
    transition: all .5s;
}
.fermeture:hover a {
    color: #0B6BA8;
}

.fermeture:hover a span {
    opacity: 1;
}
.fermeture .icon-close:before {
    vertical-align: middle;
}
/* Adaptations RWD */

@media screen and (max-width:768px){
	#logo{
		padding:0;
		margin:10px 0 0 0;
		height:50pt;
		background-image:url("../img/logo_rwd.svg");
		background-size: contain;
		-webkit-background-size: contain;
		background-repeat:no-repeat;
		background-position:50%;
	}
	.bloc-identification {
	text-align:left}
}