/* ==== Google font ==== */
@import url(http://fonts.googleapis.com/css?family=Varela+Round|Open+Sans:400,300,600,400italic,700);
@font-face {
    font-family: "century gothic";
    src: url('../fonts/century-gothic.ttf');
}

a:focus
{
outline:0;
} 

body {
	font-family: 'century gothic';
}

header {
	margin-top: 20px;
}

a:hover {
	text-decoration: none;
}

.strong {
	font-weight: bold;
}

.hidden {
	display: none;
}

.margin-top-30 {
	margin-top: 30px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.block-title .logo {
	margin-right: 40px;
}

.block-title h1 {
	font-family: "century gothic";
	font-size: 27px;
	font-weight: bold;
	color: rgba(78, 19, 59, 1);
}

.block-title p {
	color: rgba(187, 200, 0, 1);
	letter-spacing: 1px;
}

.btn-detail {
  display: inline-block;
  padding: 13.5px 25px;
  background-color: rgba(187, 200, 0, 0.7);
  border-radius: .25em;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
  -webkit-transition: color 2s, background-color 2s;
  -moz-transition: color 2s, background-color 2s;
  -o-transition: color 2s, background-color 2s;
  transition: color 2s, background-color 2s;
  font-family: "century gothic";
}

.btn-detail i {
	font-size: 35px;
	margin-right: 15px;
	color: #ffffff;
	-ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
	-moz-transform: rotate(-20deg); /* Firefox */
    transform: rotate(-20deg);
}

.btn-detail:hover, .btn-detail:active {
  background-color: rgba(78, 19, 59, 1);
  color: #ffffff;
}

/**Menu**/
.menu {
	position: fixed;
	z-index: 50;
	top: 0;
	left: 0;
	margin-top: 6.5%;
}

.menu .block-menu {
	display: block;
	width: 230px;
	height: 40px;
	background-color: rgba(78, 19, 59, 1);
	margin-bottom: 3px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	transition-duration: 1s;
	transform : translate(-190px);
	text-align: right;
	color: #ffffff;
}

.menu .active {
	color: rgba(187, 200, 0, 1);
}

.menu .block-menu-elem:hover {
	transform : translate(0px);
}

.menu .block-menu i {
	font-size: 25px;
	margin-top: 7.5px;
}

.menu .block-menu .span-txt {
	font-size: 17px;
	margin-top: 3px;
	margin-right: 8px;
}
/**/

/**Slider Bootstrap**/
.carousel {
	background-color: rgba(78, 19, 59, 1);
	margin-top: 10px;
    height: 320px;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 85%;
    height: 100%;
    background-position: left bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.fill::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.carousel-control {
	z-index: 15;
}

.carousel-control i {
	font-size: 50px;
	position:absolute;
	top: 45%;
	z-index: 20;
	display:inline-block;
	color: rgba(187, 200, 0, 0.7);
	-webkit-transition: color 2s;
	-moz-transition: color 2s;
	-o-transition: color 2s;
	transition: color 2s;
}

.carousel-control .fa-chevron-left {
	left: 30%;
}

.carousel-control .fa-chevron-right {
	right: 30%;
}

.carousel-control:hover > i {
	color: rgba(187, 200, 0, 1);
}

.carousel-caption {
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;	
	width: 100%;
	height: 100%;
}

.carousel-caption .block-coord {
	position: absolute;
	top: -20px;
	right: 0;
	z-index: 10;
	width: 20%;
	height: 360px;
	color: #ffffff;
	font-family: "century gothic";
	font-size: 17px;
	font-weight: bold;
	background-color: rgba(78, 19, 59, 1);
	padding-top: 0px;
	text-align: left;
}

.carousel-caption .block-coord p {
	margin: 30px 0px 10px 0px;
}

.carousel-caption .block-coord  .phone {
	margin-left: 0px
}
.carousel-caption .block-coord  .fax {
	margin-left: -40px
}
.carousel-caption .block-coord  .send {
	margin-left: -80px
}
.carousel-caption .block-coord  .map {
	margin-left: -120px
}

.carousel-caption .block-coord i {
	font-size: 35px;
	width: 70px;
	text-align: center;
	color: rgba(187, 200, 0, 1);
}

.carousel-caption .block-diag {
	position: absolute;
	top: -20px;
	right: 20%;
	width: 0;
	height: 0;
	border: 360px solid;
	border-right-width: 220px;
	border-bottom:none;
	border-left:none;
	border-color: transparent rgba(78, 19, 59, 1);
}

.carousel-indicators {
	width: 25%;
	margin-left: 20%;
}

.carousel-indicators li {
	margin-bottom: -17px;
	margin-right: 4px;
	width: 13px;
	height: 13px;
	border: 3px solid;
	border-color: rgba(255, 255, 255, 1);
	background-color: rgba(255, 255, 255, 1);
}

.carousel-indicators .active {
	margin-bottom: -17px;
	margin-right: 4px;
	width: 13px;
	height: 13px;
	border-color: rgba(187, 200, 0, 1);
	background-color: rgba(187, 200, 0, 1);
}
/**/

/*content page : services*/
.block-serv {
	height: 250px;
	background-color: #e8e8e8;
}

.block-rounded {
	background-color: rgba(187, 200, 0, 1);
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin: 80px 90px;
	text-align: center;
	-webkit-transition: margin 1s, height 1s, width 1s;
	-moz-transition: margin 1s, height 1s, width 1s;
	-o-transition: margin 2s, height 2s, width 1s;
	transition: margin 1s, height 1s, width 1s;
	position: absolute;
}

.block-rounded i {
	font-size: 45px;
	margin-top: 27.5px;
	color: rgba(78, 19, 59, 1);
}

.block-rounded p {
	width: 70%;
	margin-left: 15%;
	color: rgba(78, 19, 59, 1);
	font-size: 16px;
	line-height: 18px;
}

.block-rounded p strong {
	color: #ffffff;
}

.block-rounded .txt-paie {
	margin-top: 35px;
}

.block-rounded .txt-actes {
	margin-top: 45px;
}

.block-rounded .txt-constat {
	margin-top: 40px;
}

.service-line::before {
	content: '';
	width: 20px;
	height: 20px;
	background-color: rgba(78, 19, 59, 1);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	margin-top: 122px;
}

.service-line {
	width: 100%;
	height: 3px;
	background-color: rgba(78, 19, 59, 1);
	margin-top: 130px;
	-webkit-transition: margin-top 1s;
	-moz-transition: margin-top 1s;
	-o-transition: margin-top 1s;
	transition: margin-top 1s;
}

.service-line::after {
	content: '';
	width: 20px;
	height: 20px;
	background-color: rgba(78, 19, 59, 1);
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	margin-top: 122px;
}
/**/

/** Page Left missions **/
.block-info-left .logo-rounded {
	border-radius: 50%;
	background-color: rgba(187, 200, 0, 0.7);
	color: rgba(78, 19, 59, 1);
	font-size: 80px;
	padding-top: 40px;
	text-align: center;
	width: 200px;
	height: 200px;
	margin: 40px auto;
}

.block-info-left h1 {
	font-size: 25px;
	color: rgba(78, 19, 59, 1);
	margin-bottom: 30px;
	text-align: center;
}

.block-info-left .btn {
	background-color: rgba(187, 200, 0, 1);
	color: rgba(78, 19, 59, 1);
	font-size: 30px;
	padding: 10px 20px;
	-webkit-transition: color 2s, background-color 2s;
	-moz-transition: color 2s, background-color 2s;
	-o-transition: color 2s, background-color 2s;
	transition: color 2s, background-color 2s;
}

.block-info-left .btn:hover {
	background-color: rgba(78, 19, 59, 1);
	color: rgba(187, 200, 0, 1);
}

.tab-content .btn {
	background-color: rgba(187, 200, 0, 1);
	color: rgba(78, 19, 59, 1);
	font-size: 20px;
	padding: 7px 15px;
	-webkit-transition: color 2s, background-color 2s;
	-moz-transition: color 2s, background-color 2s;
	-o-transition: color 2s, background-color 2s;
	transition: color 2s, background-color 2s;
}


.tab-content .btn:hover {
	background-color: rgba(78, 19, 59, 1);
	color: rgba(187, 200, 0, 1);
}

.tab-content input:active, .tab-content input:focus {
	border-color: rgba(187, 200, 0, 1);
	box-shadow: rgba(78, 19, 59, 1);
}

.tab-content select:active, .tab-content select:focus {
	border-color: rgba(187, 200, 0, 1);
	box-shadow: rgba(78, 19, 59, 1);
}

.tab-content h2 {
	font-size: 30px;
	color: rgba(187, 200, 0, 1);
}

.tab-content h3 {
	font-size: 25px;
	color: rgba(78, 19, 59, 1);
}

.tab-content label {
	color: rgba(78, 19, 59, 1);
}

.tab-content li {
	/*list-style: none;*/
	text-align: left;
	margin-bottom: 7px;
}

.tab-content i, .tab-content .green {
	font-size: 18px;
	color: rgba(187, 200, 0, 1);
}

.tab-content span {
	font-size: 16px;
}

.tab-content .lead-comp {
	margin-bottom: 15px;
}
/**/

/** Tabs **/
.custom-tabs-line {
  text-align: center;
}
.custom-tabs-line ul {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.custom-tabs-line ul > li {
  float: left;
}
.custom-tabs-line ul > li a {
  color: #a1a1a1;
}
.custom-tabs-line ul > li a:hover, .custom-tabs-line ul > li a:focus {
  color: #7b7b7b;
  background-color: transparent;
}
.custom-tabs-line.tabs-line-top {
  border-top: 1px solid #ccc;
}
.custom-tabs-line.tabs-line-top ul > li {
  margin-top: -1px;
}
.custom-tabs-line.tabs-line-top a {
  border-top: 1px solid transparent;
}
.custom-tabs-line.tabs-line-top .active a {
  border-top-color: rgba(78, 19, 59, 1);
}
.custom-tabs-line.tabs-line-bottom {
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
}
.custom-tabs-line.tabs-line-bottom ul > li {
  margin-bottom: -1px;
}
.custom-tabs-line.tabs-line-bottom a {
  font-size: 17px;
  border-bottom: 1px solid transparent;
}
.custom-tabs-line.tabs-line-bottom .active a {
  border-bottom: 1px solid rgba(78, 19, 59, 1);
}
.custom-tabs-line.left-aligned {
  text-align: left;
}
.custom-tabs-line.right-aligned {
  text-align: right;
}

.tab-content {
  padding: 15px 8px;
}

.tab-pane.text-center img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.block-info-err .logo-rounded {
	border-radius: 50%;
	background-color: rgba(187, 200, 0, 0.7);
	color: rgba(78, 19, 59, 1);
	font-size: 80px;
	padding-top: 40px;
	text-align: center;
	width: 200px;
	height: 200px;
	margin: 40px auto;
}

.block-info-err h1 {
	font-size: 45px;
	color: rgba(78, 19, 59, 1);
	margin-bottom: 30px;
	text-align: center;
}

/*Footer*/
footer {
	background-color: rgba(78, 19, 59, 1);
	padding: 25px 0px 10px;
	color: rgba(187, 200, 0, 0.7);
	text-align: center;
	font-family: "century gothic";
	font-size: 15px;
	font-weight: bold;
}

footer a {
	color: rgba(187, 200, 0, 0.7);
}

footer a:hover {
	color: rgba(187, 200, 0, 1);
}
/**/

/**Media Query**/
@media (max-width: 767px) {
	.block-title .logo {
		margin-right: 10px;
	}

	.block-title h1 {
		font-family: "century gothic";
		font-size: 20px;
		font-weight: bold;
		color: rgba(78, 19, 59, 1);
	}

	.block-title p {
		font-size: 12px;
		color: rgba(187, 200, 0, 1);
		letter-spacing: normal;
	}
	
	.btn-detail {
	  display: inline-block;
	  font-size: 14px;
	  font-weight: bold;
	  letter-spacing: normal;
	  text-align: center;
	  width: 100%;
	}

	.btn-detail i {
		font-size: 30px;
		margin-right: 15px;
	}
	
	/**Menu**/
	.menu {
		position: absolute;
		z-index: 50;
		top: 0;
		left: 0;
		margin-top: 166px;
	}

	.menu .block-menu {
		display: block;
		width: 40px;
		height: 40px;
		background-color: rgba(78, 19, 59, 1);
		margin-bottom: 3px;
		text-align: center;
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
		color: #ffffff;
	}

	.menu .active {
		color: rgba(187, 200, 0, 1);
	}

	.menu .block-menu i {
		font-size: 25px;
		margin-top: 7.5px;
	}
	/**/
	
	/**Slider Bootstrap**/
	.carousel {
		background-color: rgba(78, 19, 59, 1);
		margin-top: 10px;
		height: 384px;
	}

	/* Background images are set within the HTML using inline CSS, not here */
	.fill {
		width: 100%;
		height: 100%;
		background-position: left bottom;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}

	.fill::after{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		background-color: transparent;
	}

	.carousel-control {
		z-index: 15;
	}

	.carousel-control i {
		font-size: 50px;
		position:absolute;
		top: 45%;
		z-index: 20;
		display:inline-block;
		color: rgba(187, 200, 0, 0.7);
		-webkit-transition: color 2s;
		-moz-transition: color 2s;
		-o-transition: color 2s;
		transition: color 2s;
	}

	.carousel-control .fa-chevron-left {
		left: 30%;
	}

	.carousel-control .fa-chevron-right {
		right: 30%;
	}

	.carousel-control:hover > i {
		color: rgba(187, 200, 0, 1);
	}

	.carousel-caption {
		position: absolute;
		top: 0;
		left: 0;
		background-color: transparent;	
		width: 100%;
		height: 100%;
	}

	.carousel-caption .block-diag .phone {
		text-align: center;
		position: relative;
		bottom: 80px;
		right: -80px;
	}

	.carousel-caption .block-diag i {
		font-size: 45px;
		width: 70px;
		text-align: center;
		color: rgba(187, 200, 0, 1);
	}

	.carousel-caption .block-diag {
		position: absolute;
		top: 250px;
		right: 0px;
		width: 0;
		height: 0;
		border: 150px solid;
		border-right-width: 150px;
		border-bottom:none;
		border-left:none;
		border-color: transparent rgba(78, 19, 59, 1);
	}

	.carousel-indicators {
		width: 25%;
	}

	.carousel-indicators li {
		margin-bottom: -35px;
		margin-right: 4px;
		width: 13px;
		height: 13px;
		border: 3px solid;
		border-color: rgba(255, 255, 255, 1);
		background-color: rgba(255, 255, 255, 1);
	}

	.carousel-indicators .active {
		margin-bottom: -35px;
		margin-right: 4px;
		width: 13px;
		height: 13px;
		border-color: rgba(187, 200, 0, 1);
		background-color: rgba(187, 200, 0, 1);
	}
	/**/
	
	/*content page : services*/
	.block-serv {
		height: auto;
		background-color: #e8e8e8;
	}

	.block-rounded {
		background-color: rgba(187, 200, 0, 1);
		border-radius: 50%;
		width: 100px;
		height: 100px;
		margin: 50px auto 10px;
		text-align: center;
		-webkit-transition: margin 1s, height 1s, width 1s;
		-moz-transition: margin 1s, height 1s, width 1s;
		-o-transition: margin 2s, height 2s, width 1s;
		transition: margin 1s, height 1s, width 1s;
		position: relative;
	}

	.block-rounded i {
		font-size: 45px;
		margin-top: 27.5px;
		color: rgba(78, 19, 59, 1);
	}

	.block-rounded p {
		width: 70%;
		margin-left: 15%;
		color: rgba(78, 19, 59, 1);
		font-size: 16px;
		line-height: 18px;
	}

	.block-rounded p strong {
		color: #ffffff;
	}

	.block-rounded .txt-paie {
		padding-top: 35px;
	}

	.block-rounded .txt-actes {
		padding-top: 45px;
	}

	.block-rounded .txt-constat {
		padding-top: 40px;
	}
	/**/
	
	/** Tabs **/
	.custom-tabs-line {
	  text-align: center;
	}
	.custom-tabs-line ul li {
	  display: block;
	  width: 100%;
	  vertical-align: middle;
	  text-align: center;
	  border-bottom: 1px solid #ccc;
	}
	
	.custom-tabs-line.tabs-line-bottom {
	  margin-top: 30px;
	  border-bottom: none;
	}
	/**/
}
/*Ventes aux enchères*/
#modal-ventes .modal-dialog-ventes {
	top: 50%;
	transform: translateY(-60%);
}
.modal-dialog-ventes {
	width: 1000px;
	color: #000;
}
.modal-dialog-ventes .modal-content {
	padding: 20px 50px;
}
.modal-dialog-ventes .fill {
	width: 100%;
	background-color: #fff;
}
.modal-dialog-ventes .carousel-control.left {
	background: none;
}
.modal-dialog-ventes .carousel-control .fa-chevron-left {
	left: -80%;
}
.modal-dialog-ventes .carousel-control.right {
	background: none;
}
.modal-dialog-ventes .carousel-control .fa-chevron-right {
	right: -80%;
}
.modal-dialog-ventes .carousel-indicators {
	bottom: -15%;
	margin-left: 20%;
}
.box-rounded {
	width: 50px;
	height: 50px;
	background-color: #bbc800;
	color: #4e133b;
	font-weight: bold;
	border-radius: 100%;
	font-size: 25px;
	padding-top: 6px;
	text-align: center;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
}
.modal-dialog-ventes .modal-content h3 {
	color: #bbc800;
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.modal-dialog-ventes .modal-content .carousel {
	height: 420px;
}
.modal-dialog-ventes .modal-content h4 {
	color: #bbc800;
	font-size: 20px;
	margin-top: 30px;
}
/**/
