/*
 * Organisation de la feuille de style
 * 1 - Typo : Concerne les textes
 * 2 - Forms : Concerne les formulaires
 * 3 - Layout : Concerne la mise en page générale (template)
 * 4 - Skin : Regroupe des styles commmuns à plusieurs pages
 */

/* 1 - Typo
-------------------------------- */

@font-face {
  font-family: 'roboto';
  src: url('/assets/fonts/roboto/regular/Roboto-Regular.eot');
  src: url('/assets/fonts/roboto/regular/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/roboto/regular/Roboto-Regular.woff') format('woff'),
         url('/assets/fonts/roboto/regular/Roboto-Regular.ttf') format('truetype'),
         url('/assets/fonts/roboto/regular/Roboto-Regular.svg#roboto') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto';
  src: url('/assets/fonts/roboto/italic/Roboto-Italic.eot');
  src: url('/assets/fonts/roboto/italic/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/roboto/italic/Roboto-Italic.woff') format('woff'),
         url('/assets/fonts/roboto/italic/Roboto-Italic.ttf') format('truetype'),
         url('/assets/fonts/roboto/italic/Roboto-Italic.svg#roboto') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'roboto';
  src: url('/assets/fonts/roboto/bold/Roboto-Bold.eot');
  src: url('/assets/fonts/roboto/bold/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/roboto/bold/Roboto-Bold.woff') format('woff'),
         url('/assets/fonts/roboto/bold/Roboto-Bold.ttf') format('truetype'),
         url('/assets/fonts/roboto/bold/Roboto-Bold.svg#roboto') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'roboto';
  src: url('/assets/fonts/roboto/bolditalic/Roboto-BoldItalic.eot');
  src: url('/assets/fonts/roboto/bolditalic/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/roboto/bolditalic/Roboto-BoldItalic.woff') format('woff'),
         url('/assets/fonts/roboto/bolditalic/Roboto-BoldItalic.ttf') format('truetype'),
         url('/assets/fonts/roboto/bolditalic/Roboto-BoldItalic.svg#roboto') format('svg');
  font-weight: bold;
  font-style: italic;
}

/** Module CE **/
.kit-body-wrap .ce-nav-bar-container{
	height :84px;
}

.kit-body-wrap .ce-nav-bar{
	z-index: 500;
	max-width: none;
	max-height: 70px;
	position: fixed;
}

.kit-body-wrap .ce-nav-bar .ce-arrow {
	height : 70px;
    background: -webkit-linear-gradient(#e6e6e6, #d4d4d4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e6e6e6, #d4d4d4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e6e6e6, #d4d4d4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e6e6e6, #d4d4d4); /* Standard syntax */
	background-color: #e6e6e6 !important;
}

.kit-body-wrap .ce-nav-bar .ce-logo,
.kit-body-wrap .ce-nav-bar .ce-button,
.kit-body-wrap .ce-nav-bar .ce-text {
	height : 70px;
    background: -webkit-linear-gradient(#e6e6e6, #d4d4d4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e6e6e6, #d4d4d4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e6e6e6, #d4d4d4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e6e6e6, #d4d4d4); /* Standard syntax */
	background-color: #e6e6e6 !important;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; 
}

.kit-body-wrap .ce-nav-bar .ce-logo.closed,
.kit-body-wrap .ce-nav-bar .ce-button.closed,
.kit-body-wrap .ce-nav-bar .ce-text.closed {
	padding-top: 0;
	height : 0px;
}
.kit-body-wrap .ce-nav-bar .ce-logo{
	line-height: 70px;
}

.kit-body-wrap .ce-nav-bar .ce-logo img{
	max-height: 60px;
}

.kit-body-wrap .ce-nav-bar .ce-logo .agence-name{
    line-height: 35px;
}

.kit-body-wrap .ce-nav-bar .ce-button{
	padding-top: 11px;	
    border-right: solid #524e52 1px;
	font-family: 'roboto', Arial, sans-serif;
}

.kit-body-wrap .ce-nav-bar .ce-button [class^="icon-"] span{
	font-family: 'roboto', Arial, sans-serif;
}

.kit-body-wrap .ce-nav-bar .ce-button .button{
	margin-bottom: 0;
	border-radius: 4px;
	padding: 1rem 0.5rem;
	background-color: #524e52;
	font-size: 0.7rem;
	border: solid white 1px;
	
}
.kit-body-wrap .ce-nav-bar .ce-text{
	font-size: 20px; 
	font-style: italic;
	color: #524e52;
    line-height: 70px;
}

.kit-body-wrap .ce-nav-bar .ce-arrow{
	padding-top: 19px;
	cursor: pointer; cursor: hand;
}

.kit-body-wrap .ce-nav-bar .ce-arrow [class^="icon-"]{
	color: #524e52
}

/* Page contact */
.kit-body-wrap .quotation-form {
	background: white;
}

@media only screen and (max-width: 40em) {
	.kit-body-wrap .ce-nav-bar .ce-arrow{
		padding-top: 22px;
		width: 13%;
	}
	.kit-body-wrap .ce-nav-bar .ce-button{
		padding-top: 5px;
		width: 37%;
		padding-right: 2px !important;
	}
	.kit-body-wrap .ce-nav-bar .ce-button .button{
		font-size: 0.6rem;
	}
	
	.kit-body-wrap .ce-nav-bar .ce-button .button .icon-power{
		font-size: 24px;
		padding: 0 0.5rem;
	}
	
	.kit-body-wrap .ce-nav-bar .ce-arrow [class*="icon-"].size-32{
		font-size: 24px;
	}
	.kit-body-wrap .ce-nav-bar .ce-logo{
		padding-left: 0;
		padding-right: 0;
	}
	
}

@media only screen and (min-width: 40.063em) {
	.kit-body-wrap .ce-nav-bar .ce-arrow{
		width: 10%;
	}
	.kit-body-wrap .ce-nav-bar .ce-button{
		width: 40%;
	}
	.kit-body-wrap .ce-nav-bar .ce-button .button{
		font-size: 0.9rem;
	}
	.kit-body-wrap .ce-nav-bar .ce-logo .agence-name{
		line-height: 70px;
	}
}

/* Desktop */
@media only screen and (min-width: 64.063em){
	.kit-body-wrap .ce-nav-bar .ce-arrow{
		width: 5%;
	}
	.kit-body-wrap .ce-nav-bar .ce-button{
		width: 28.3333333%;
	}

	.kit-body-wrap .ce-nav-bar .ce-arrow {
		-webkit-transition: all 0.3s ease-in;
		-moz-transition: all 0.3s ease-in;
		-o-transition: all 0.3s ease-in;
		-ms-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in; 
	}
}

.kit-body-wrap .ce-nav-bar .ce-arrow.closed{
	transform: rotate(180deg);
}


.kit-body-wrap .page-layout-wrap {
  font-size: 13px;
  font-family: 'roboto', Arial, sans-serif;
  color: #606060;
}

.kit-body-wrap .page-layout-wrap h1,
.kit-body-wrap .page-layout-wrap h2,
.kit-body-wrap .page-layout-wrap h3,
.kit-body-wrap .page-layout-wrap h4,
.kit-body-wrap .page-layout-wrap h5,
.kit-body-wrap .page-layout-wrap h6 {
  font-family: 'roboto', Arial, sans-serif;
}

.kit-body-wrap .page-layout-wrap h2 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: .75rem;
}

.kit-body-wrap .page-layout-wrap h2 [class^="icon-"],
.kit-body-wrap .page-layout-wrap h2 [class*=" icon-"] {
  font-size: 20px;
  margin-right: 2px;
}

.kit-body-wrap .page-layout-wrap h2.line:before {
  position: relative;
  top: 13px;
  display: block;
  height: 1px;
  content: '';
  background: #e2e2e2;
}

.kit-body-wrap .page-layout-wrap h2.line > span {
  position: relative;
  background: #fff;
  padding-right: 8px;
}

.kit-body-wrap .page-layout-wrap h2.line.text-center > span {
  padding-left: 8px;
}

.kit-body-wrap .page-layout-wrap h3 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.kit-body-wrap .page-layout-wrap p {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: .75rem;
}

.kit-body-wrap label {
	cursor: auto;
}

.kit-body-wrap label.inline {
	margin: 0 0 0 0;
}

.kit-body-wrap .page-layout-wrap ul,
.kit-body-wrap .page-layout-wrap ol,
.kit-body-wrap .page-layout-wrap dl {
  font-size: 13px;
}

.kit-body-wrap .page-layout-wrap a.big-link {
  text-transform: uppercase;
  text-decoration: none;
}

.kit-body-wrap .page-layout-wrap a.big-link [class^="icon-"],
.kit-body-wrap .page-layout-wrap a.big-link [class*=" icon-"] {
  position: relative;
  top: -1px;
  font-size: 16px;
  vertical-align: middle;
}

.kit-body-wrap .page-layout-wrap a.big-link .text {
  vertical-align: middle;
}

.kit-body-wrap .page-layout-wrap a.big-link:hover {
  text-decoration: none;
}

.kit-body-wrap .page-layout-wrap a.big-link:hover .text {
  text-decoration: underline;
}

.kit-body-wrap .page-layout-wrap a:hover,
.kit-body-wrap .page-layout-wrap a:focus {
  text-decoration: underline;
}

.kit-body-wrap .page-layout-wrap table tr th {
  color: #333;
}

.kit-body-wrap .page-layout-wrap table tr td {
  color: #606060;
}

.kit-body-wrap sup span {
	font-size: 12px;
}

.kit-body-wrap .tabs-content {
	margin-bottom: 0;
}

.error-preview {
	padding-top: 0.75rem !important;
}

.reveal-modal {
	position: fixed;
}

.alert-box-reveal a.close,
.alert-box a.close {
	color: white !important;
	opacity: 1;
}

/* 2 - Forms
-------------------------------- */

.kit-body-wrap .page-layout-wrap input[type="text"],
.kit-body-wrap .page-layout-wrap input[type="password"],
.kit-body-wrap .page-layout-wrap input[type="date"],
.kit-body-wrap .page-layout-wrap input[type="datetime"],
.kit-body-wrap .page-layout-wrap input[type="datetime-local"],
.kit-body-wrap .page-layout-wrap input[type="month"],
.kit-body-wrap .page-layout-wrap input[type="week"],
.kit-body-wrap .page-layout-wrap input[type="email"],
.kit-body-wrap .page-layout-wrap input[type="number"],
.kit-body-wrap .page-layout-wrap input[type="search"],
.kit-body-wrap .page-layout-wrap input[type="tel"],
.kit-body-wrap .page-layout-wrap input[type="time"],
.kit-body-wrap .page-layout-wrap input[type="url"],
.kit-body-wrap .page-layout-wrap input[type="color"],
.kit-body-wrap .page-layout-wrap textarea {
  padding: .5625rem .5rem;
  height: 2.4375rem;
  border-color: #e2e2e2;
  margin-bottom: 1rem;
}

.kit-body-wrap .page-layout-wrap input[type="text"]:focus,
.kit-body-wrap .page-layout-wrap input[type="password"]:focus,
.kit-body-wrap .page-layout-wrap input[type="date"]:focus,
.kit-body-wrap .page-layout-wrap input[type="datetime"]:focus,
.kit-body-wrap .page-layout-wrap input[type="datetime-local"]:focus,
.kit-body-wrap .page-layout-wrap input[type="month"]:focus,
.kit-body-wrap .page-layout-wrap input[type="week"]:focus,
.kit-body-wrap .page-layout-wrap input[type="email"]:focus,
.kit-body-wrap .page-layout-wrap input[type="number"]:focus,
.kit-body-wrap .page-layout-wrap input[type="search"]:focus,
.kit-body-wrap .page-layout-wrap input[type="tel"]:focus,
.kit-body-wrap .page-layout-wrap input[type="time"]:focus,
.kit-body-wrap .page-layout-wrap input[type="url"]:focus,
.kit-body-wrap .page-layout-wrap input[type="color"]:focus,
.kit-body-wrap .page-layout-wrap textarea:focus {
  border-color: #606060;
}

.kit-body-wrap .page-layout-wrap select {
  height: 2.4375rem;
  padding: .5625rem .5rem;
}

.kit-body-wrap .page-layout-wrap select,
.kit-body-wrap .page-layout-wrap select:hover {
  background-color: #fff;
  border-color: #e2e2e2;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.kit-body-wrap .page-layout-wrap select:focus {
  border-color: #606060;
  outline: none;
}

.kit-body-wrap .page-layout-wrap button,
.kit-body-wrap .page-layout-wrap .button {
  font-family: 'roboto', Arial, sans-serif;
  padding: .5rem 0.6rem .5625rem 0.6rem;
  outline: none;
}

.kit-body-wrap:not(.kit-body-admin) .button-2,
.kit-body-wrap:not(.kit-body-admin) button.button-2,
.kit-body-wrap:not(.kit-body-admin) a.button-2,
.kit-body-wrap:not(.kit-body-admin) input.button-2 {
	position: relative;
	top: inherit;
	right: inherit;
	color: white;
	font-size: 1rem;
	font-weight: normal;
}

.kit-body-wrap .radio-label {
	width: 70px;
	display: inline-block;
}

/* 3 - Layout
-------------------------------- */

.kit-body-wrap .page-footer,
.kit-body-wrap .page-footer-wrap {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}


/* 4 - Skin
-------------------------------- */
body.modal-open {
   overflow: hidden;
}

.kit-body-wrap .select2-container {
	display: block;
	margin: 0;
	margin-bottom: 1rem;
	width: 100% !important;
	height: 2.4375rem;
}

.kit-body-wrap select {
	margin-bottom: 1rem;
}

.kit-body-wrap .select2-container .select2-selection.select2-selection--multiple {
	height: 2.5375rem;
	overflow: auto;
	border: 1px solid #e2e2e2;
	border-radius: 0;
}

.select2-hidden-accessible.error + .select2 {
	margin: 0;
}

.kit-body-wrap .select2-container .select2-selection--single {
	border-radius: 0;
	height: 2.4rem;
	border: 1px solid #e2e2e2;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.kit-body-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 35px;
}
.kit-body-wrap .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 12px;
}

.kit-body-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 35px;
}

.kit-body-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #000 transparent transparent transparent;
	border-width: 3px 3px 0 3px;
}

.kit-body-wrap .select2-container .select2-search--inline .select2-search__field {
    margin: 0;
    height: 33px;
	width: 100% !important;
}

/* 5 - Fleche Top
------------------------------------------ */
.kit-body-wrap a.top_link {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	bottom: 50px;
	display: none;
	height: 45px;
	padding: 10px;
	position: fixed;
	right: 20px;
	width: 45px;
	z-index: 1;
}
.kit-body-wrap a.top_link span {
	color: #fff;
}

/* 6 - Loading
---------------------------------------------- */
.kit-body-wrap div#show-loading {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5) url('../../img/admin/ajax-loader.gif') center no-repeat;
	z-index: 1010;
}

.ui-datepicker{
	z-index: 15 !important;
}