/**
 * 	Ce fichier va overwrite le styling qui ont eu lieu auparavant. Mettre tout vos stylings ici
 */
div.imprimetout h1, div.imprimetout h2, div.imprimetout h3, div.imprimetout h4, div.imprimetout h5, div.imprimetout h6 { margin: 1em 0; }
div.imprimetout .invisible { visibility: inherit; }
div.imprimetout p { margin-top: 1em; font-size: 16px; }
div.imprimetout * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.imprimetout *:before,
div.imprimetout *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.imprimetout .large-input { height: 42px; font-size: 18px; border: 2px solid #9e9e9e; }
div.imprimetout .large-button { font-size: 16px; padding: 9px; }
div.imprimetout .continuer-btn {
    background: #1bb869 url(/assets/themes/images/btnbg.png) 15px 0 no-repeat;
    padding: 0 0 0 49px;
    width: 240px;
    text-align: center;
    font-size: 24px;
    line-height: 57px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    border-radius: 5px;
    float: right;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}
div.imprimetout .continuer-btn:hover { background:#004d9b url(/assets/themes/images/btnbg.png) 15px 0 no-repeat; }
div.imprimetout .full-width { width: 100%; }
div.imprimetout .mt20 { margin-top: 20px; }
div.imprimetout span.checkbox { margin-top: 0px; }
div.imprimetout div.divscroll { height: 800px; overflow-y: scroll; margin-bottom: 2em; }
div.imprimetout select.styled { width: 80%; height: 42px; font-size: 16px; }
div.imprimetout .inputbox2 { margin: inherit; display: block; }
div.imprimetout .borderless td, div.imprimetout .borderless th { border-top: none !important; }
div.imprimetout label.error { font-size: 10px; color: red; }
div.imprimetout table.table td { vertical-align: middle; }
div.imprimetout table.table th { vertical-align: middle; }
div.imprimetout .inputbox2 { width: 100%; padding: 0 10px; }
div.imprimetout .souligne { padding-bottom: .5em; border-bottom: 1px solid #F5F5F5; }
div.imprimetout .panel-title { margin: 0; }
div.imprimetout .lbl { padding-top: 0; }
div.imprimetout .vertical-text {
	transform: rotate(90deg);
	transform-origin: left top 0;
}
div.imprimetout .bootstrap-filestyle { max-width: 300px !important; }
#imprimetout div.product-nav ul li { width: 100%; background: url(/assets/themes/images/divider.jpg) bottom center no-repeat; }
#imprimetout div.product-nav ul li a.active { background: #f6b63a url(/assets/themes/images/bullet.png) 40px center no-repeat; }
div.imprimetout input[type="text"].inline { display: inline; }
div.imprimetout .right-sep { border-right: solid 1px #F5F5F5; }
div.imprimetout h1 > small { color: #1058A1; }
div.imprimetout ul.pagination > li > span.current { background-color: lightgrey; }
div.imprimetout ul.pagination > li > a.pagination-selectionne { background-color: lightgrey; }
div.imprimetout div.tooltip-inner { min-width: 150px; }
div.imprimetout ul.multicols { width: 100%; }
div.imprimetout ul.multicols.two li { width: 50%; float: left; }
div.imprimetout ul.multicols.three li { width: 33.3%; float: left; }
div.imprimetout ul.multicols.four li { width: 25%; float: left; }
.select2-container--default .select2-selection {
    padding: 5px 10px;
    height: 40px;
    font-size: 1.2em;  
}
.select2-container--default .select2-selection .select2-selection__arrow {
    font-size: 1.3em;
    padding: 19px 12px;
}
.select2-container--default .select2-selection--single { border-width: 2px; border-color: #9E9E9E; }
/**
 * 	select2 mais avec un bordier du type bootstrap
 */
.select2-container--bootstrap .select2-selection {
    padding: 6px 15px;
    font-family: inherit;
    font-size: inherit;
    height: inherit;
}
/**** 
 * Bootstrap autocomplete styling
 */
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-focus, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}
/**
 * 	fin bootstrap autocomplete styling
 */
a:hover { text-decoration: none; }
span.select {
	background:#fff url("/assets/themes/images/select_bg.jpg") no-repeat right top;
    color:#303030;
    border-radius: 5px;
    text-align:center;
    border: 2px solid #d7d7d7;
    font-style: normal;
    font-weight: normal;
    height:42px;
    line-height:32px;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    padding: 5px 42px 5px 5px;
    font-size:16px;
    position: absolute;
    text-transform:uppercase;
    -webkit-appearance:none;
    width: auto;
}
.product-nav ul li.active { background:#f6b63a url(/assets/themes/images/bullet.png) 20px center no-repeat; }
.collapse { display: inherit; }
#accordion .collapse { display: none; }
#accordion .collapse.in { display: block; }
img.loading { display: none; }
div.productbox img.productbox-img { height: 186px; width: 253px; }
div.logo > a > img { height: 170px; }
@media only screen and (min-width: 10px) and (max-width: 479px) {
	.navbar-wrapper { margin-top: 35px; height: 182px; }
	.btn-navbar { margin-top: 20px; }
	.header-wrapper { height: 400px; }
	.header { height: 400px; }
}