/* Mes Styles */
#flexHome h1 {
    font-size: 50px;
}
#login .submit
{
	text-align: center;
	margin-top: 50px;
}
.beneficiaire {
	margin-bottom: 15px;
}
.beneficiaire .boxContent {
	min-height: 200px;
}
.beneficiaire .boxContent:after,
.beneficiaire .boxContent:before {
	content: " ";
    display: table;
    clear: both;
}
.result p {
	padding: 10px 0;
}
@media (min-width: 992px) {
  .modal-xl {
    width: 1200px;
  }
}
.newsText {
	position: relative;
	padding-bottom: 50px;
}
	.newsText a {
		position: absolute;
		bottom: 15px;
		right: 15px;
	}

#a-href-pdf {
	left: 15px;
	right: auto;
}


@media (min-width: 768px) {
	.row {
	  margin-right: -15px;
	  margin-left: -15px;
	}
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}

.btn.rezizeBlock {
	white-space: normal;
}

#adhesion {

}

	#adhesion .btn-group .btn {
		padding: 6px 13px;
	}

#simulator {

}

	#simulator #options {

	}
		#simulator #options .btn {
			margin: 1px 0;
		}

		#simulator #options.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), 
		#simulator #options.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
		#simulator #options.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child)
		{
			border-radius: 4px;
		}

#affiliation-form .block,
#affiliation-view .block {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 10px;
}
	#affiliation-form .btn-group .btn {
		padding: 6px 13px;
	}

	#affiliation-form .popover {
		max-width: none;
	}

	#affiliation-form #input-nom,
	#affiliation-form #input-prenom,
	#affiliation-form #input-organisme_souscripteur,
	#affiliation-form #input-profession_souscripteur,
	#affiliation-form #input-nomrue_souscripteur,
	#affiliation-form #input-cplt_souscripteur,
	#affiliation-form #input-ville_souscripteur,
	#affiliation-form #input-nom_conjoint,
	#affiliation-form #input-prenom_conjoint,
	#affiliation-form #input-organisme_conjoint,
	#affiliation-form #input-profession_conjoint,
	#affiliation-form #input-nom_enfant_1,
	#affiliation-form #input-prenom_enfant_1,
	#affiliation-form #input-nom_enfant_2,
	#affiliation-form #input-prenom_enfant_2,
	#affiliation-form #input-nom_enfant_3,
	#affiliation-form #input-prenom_enfant_3,
	#affiliation-form #input-nom_enfant_4,
	#affiliation-form #input-prenom_enfant_4,
	#affiliation-form #input-nom_enfant_5,
	#affiliation-form #input-prenom_enfant_5,
	#affiliation-form #input-nom_enfant_6,
	#affiliation-form #input-prenom_enfant_6,
	#affiliation-form #input-nom_enfant_7,
	#affiliation-form #input-prenom_enfant_7,
	#affiliation-form #input-nom_rib,
	#affiliation-form #input-prenom_rib,
	#affiliation-form #input-ville_rib,
	#affiliation-form #input-agence_rib,
	#affiliation-form #input-iban,
	#affiliation-form #input-bic {
		text-transform: uppercase;
	}

	/*#affiliation-form.disabled .form-control,
	#affiliation-form.disabled .input-group.date {
		border: 0;
		background: transparent;
		box-shadow: none;
	}*/
#affiliation-view {

}
	#affiliation-view .field {
		color: #444;
		background-color: #ededed;
		border: 1px solid #A9A9A9;
		border-radius: 4px;
		padding: 2px 10px;
	}
	#affiliation-view .field:after {
		content: "";
		display: inline-block;
	}

#salaries {

}
	#salaries #export {
		float: right;
		margin-right: 5px;
	}

.pricingBloc
{
	background-color: transparent;
	border: 0 none;
	font-size: 0.7em;
	width: 100%;
}
	
	.pricingBloc h2
	{
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
	}

	.pricingBloc .footer {
		text-align: left;
		font-size: 11px;
		line-height: 13px;
	}
		.pricingBloc .footer td {
			font-weight: normal;
			padding-top: 5px;
		}

	.pricingBloc ul {
		padding: 0;
	}
		.pricingBloc ul li {
			border: none;
			padding: 0;
		}
	
	/*.pricingBloc tr.empty + tr {
		border-top: 3px solid #000;
	}*/

	.pricingBloc th
	{
		text-align: right;
	}
		.pricingBloc td
		{
			font-weight: bold;
		}
		.pricingBloc span
		{
			font-weight: normal;
		}
		.pricingBloc button span
		{
			font-weight: bold;
		}
	.pricingBloc th, .pricingBloc td
	{
		/*padding: 10px;*/
	}
		.pricingBloc tr:first-child > *
		{
			padding: 0px;
			font-size: 1.5em;
		}
		.pricingBloc tr:first-child th:first-child
		{
			padding: 10px;
			font-size: 2em;
		}

	.pricingBloc.focusPlan h3
	{
		padding: 1em 0em;
	}

	.pricingBloc tr > * {
		background-color: #FFF;
	}
		.pricingBloc td.empty, .pricingBloc .empty td {
			background-color: transparent;
		}

	.pricingBloc .btn-sm {
		width: 90%;
	}

	.fidelite th, .fidelite td, .fidelite td.empty, .fidelite .empty td {
		background-color:rgba(255,0,0,.1);
	}

	.pricingBloc.focusPlan tr th.compo_familiale {
		font-size: 1.7em;
		vertical-align: top;
		background: transparent;
		text-align: center;
	}
		.pricingBloc.focusPlan tr th.compo_familiale span {
			font-weight: bold;
		}
		.pricingBloc.focusPlan tr th.compo_familiale p {
			font-size: 12px;
			font-weight: normal;
			background: transparent;
			text-align: right;
		}

	.pricingBloc.focusPlan .retenue_salaire {
		padding: 0;
		padding-top: 17px;
		padding-bottom: 7px;
		border-bottom: 5px solid #f7f7f7;
		border-top: 5px solid #f7f7f7;
		/*line-height: 1.1em;*/
	}

	.garanties_header {

	}
		.garanties_header > th {
			font-size: 1.4em;
		}

		.garanties_header img {
			width: 30%;
		}

	.exemple {
		/*border-color: #AAA !important;
		border-style: solid;
		border-width: 3px;
		background-color: #CCC;*/
	}
		.pricingBloc .exemple > * {
			background-color: #CCC;
		}

		.row.exemple > th:first-child {
			padding-right: 10px;
		}

		.exemple .rezizeBlock {
			margin: 0 auto;
			position: relative;
			text-align: right;
			display: inline-block;
		}
			.exemple .rezizeBlock span {
				position: absolute;
				right: -7px;
				top: 0;
			}


.form-control:focus {
	border-style: solid;
	border-width: 1px;
}

#map_shadow {
	-moz-box-shadow: 0px 0px 5px 0px #656565;
	-webkit-box-shadow: 0px 0px 5px 0px #656565;
	-o-box-shadow: 0px 0px 5px 0px #656565;
	box-shadow: 0px 0px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=5);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
	#map_shadow > div:first-child {
		padding: 10px;
		font-size: 0.9em;
	}


/* Btn Disable */
.btn.disabled
{
	color: #777 !important;
	border-color: #777 !important;
}

/* Btn Extra Small */
.btn-xsm
{
	padding: 3px 6px;
	text-transform: none;
}

/* Mes Styles */

/* Bootstrap Ashey fixed */
/*.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	float: none;
}*/
/*.btn-group > .btn, 
.btn-group-vertical > .btn, 
.btn-group > .btn, 
.btn-group-vertical > .btn, 
.btn-group > .btn, 
.btn-group-vertical > .btn, 
.btn-group > .btn, 
.btn-group-vertical > .btn
{
	margin: 0;
	border: 0;
}
.btn-group > .btn:first-child:not(:last-child)
{
	border-right: 2px solid #fff;
}
.btn-group > .btn:hover, 
.btn-group-vertical > .btn:hover, 
.btn-group > .btn:focus, 
.btn-group-vertical > .btn:focus, 
.btn-group > .btn:active, 
.btn-group-vertical > .btn:active, 
.btn-group > .btn.active, 
.btn-group-vertical > .btn.active
{
	background:rgb(48, 100, 100);
	color:#fff;
	border: 0;
	border-right: 2px solid #fff;
}*/
body .btn-group > .btn {
	color: #888888;
}
.has-success .form-control
{
	border-width: 1px;
	border-style: solid;
}
.has-error div {
	margin: 0;
	padding: 0;
}
.has-error div.input-group {
	display: table;
}
.has-error div.error {
    margin-top: 10px;
    padding: 5px;
}
.has-error .input-group {
	border-color: #a94442;
}
.float-none
{
	float: none;
}
#mapWrapper{
	height:514px;
}
.slice {
    padding: 40px 0;
}
.form-horizontal .has-feedback .form-control-feedback {
	right: -15px;
}
.form-control:focus
{
	border-style: solid;
    border-width: 2px;
}

#home {
	background-image:url('../../images/bandeau_fond.jpg');
}

#flexHome {
    margin: 30px 0 34px;
}
	#flexHome h1 {
	    font-family: "Verdana";
	}

	#imgBandeauAbsolute {
		position: relative;
		float: right;
	}
		/*#imgBandeauAbsolute.ent {
			width: 300px;
			height: 400px;
		}
		#imgBandeauAbsolute.sal {
			width: 767px;
			height: 400px;
		}*/
		#imgBandeauAbsolute img {
			bottom: 0;
			max-height: 100%;
			position: absolute;
			right: 0;
			z-index: 0;
		}
	@media(max-width:767px){
		#imgBandeauAbsolute {
			height: 270px;
		}
		#flexHome h1 {
			font-size: 20px;
		}
	}

	@media(min-width:768px){
		#imgBandeauAbsolute {
			height: 310px;
		}
		#flexHome h1 {
			font-size: 20px;
		}
	}

	@media(min-width:992px){
		#imgBandeauAbsolute {
			height: 350px;
		}
		#flexHome h1 {
			font-size: 30px;
		}
	}

	@media(min-width:1200px){
		#imgBandeauAbsolute {
			height: 400px;
		}
		#flexHome h1 {
			font-size: 40px;
		}
	}

.flex-control-nav
{
	margin-top: 0;
}

.navbar-header {
	float: left;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: block;
  }
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
}

.flexslider .slides > li {height:260px; overflow: hidden;}
.flexslider .slides > li {
	padding-top: 3px;
}
/*h2.subTitle:after {
	bottom: 56px;
}*/
/* Bootstrap Ashey fixed */

/* Jquery UI themes fixed */
/*.ui-widget-header select {
	color: #000000;
}
.ui-datepicker {
    border-color: #aaa;
}*/
/* Jquery UI themes fixed */

/* DatePicker themes fixed */
.datepicker table tr td span, 
.datepicker table tr td span.old, 
.datepicker table tr td span.new {
	color: #000000;
}
.datepicker table tr td span.disabled {
	color: #999999;
}
/* DatePicker themes fixed */

/* jQuery Validation fixed */
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline,
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline
{
	color: #444;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline
{
	color: #444;
}
.has-feedback .form-control
{
	padding-right: inherit;
}
/* jQuery Validation fixed */

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    margin: 5px 0;
}


/* nekoAnim */
@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		opacity: 1;
	}

	99% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}

	100% {
		opacity: 0;
		display: none;
		-webkit-transform: translateX(0px);
	}
}

@-moz-keyframes slideOutLeft {
	0% {
		-moz-transform: translateX(0);
		opacity: 1;
	}

	99% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}

	100% {
		opacity: 0;
		display: none;
		-moz-transform: translateX(0px);
	}
}

@-o-keyframes slideOutLeft {
	0% {
		-o-transform: translateX(0);
		opacity: 1;
	}

	99% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}

	100% {
		opacity: 0;
		display: none;
		-o-transform: translateX(0px);
	}
}

@keyframes slideOutLeft {
	0% {
		transform: translateX(0);
		opacity: 1;
	}

	99% {
		opacity: 0;
		transform: translateX(-2000px);
	}

	100% {
		opacity: 0;
		display: none;
		transform: translateX(0px);
	}
}
.nekoAnim-slideOutLeft.nekoAnim-invisible {
	display: none;
}

.nekoAnim-slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	-moz-animation-name: slideOutLeft;
	-o-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}



@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		opacity: 1;
	}

	99% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	100% {
		opacity: 0;
		display: none;
		-webkit-transform: translateX(0px);
	}
}

@-moz-keyframes slideOutRight {
	0% {
		-moz-transform: translateX(0);
		opacity: 1;
	}

	99% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	100% {
		opacity: 0;
		display: none;
		-moz-transform: translateX(0px);
	}
}

@-o-keyframes slideOutRight {
	0% {
		-o-transform: translateX(0);
		opacity: 1;
	}

	99% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	
	100% {
		opacity: 0;
		display: none;
		-o-transform: translateX(0px);
	}
}

@keyframes slideOutRight {
	0% {
		transform: translateX(0);
		opacity: 1;
	}

	99% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 0;
		display: none;
		transform: translateX(0px);
	}
}

.nekoAnim-slideOutRight {
	-webkit-animation-name: slideOutRight;
	-moz-animation-name: slideOutRight;
	-o-animation-name: slideOutRight;
	animation-name: slideOutRight;
}
.nekoAnim-slideOutRight.nekoAnim-invisible {
	display: none;
}
table .nekoAnim-invisible {
	display: none;
}
/* nekoAnim */

/* DataTable */
	.dataTable tr th
	{
		text-align: center;
	}
	table.DTTT_selectable tbody tr {
		cursor: auto;
	}
	table.DTTT_selectable tbody tr td:first-child {
		cursor: pointer;
	}
	/* TableTools */
	div.DTTT_container {
	    margin-bottom: 0;
	}
	.table.dataTable tbody tr.active td, .table.dataTable tbody tr.active th {
		background-color: rgb(200, 40, 0);
	}
	.table.dataTable tbody tr.active:hover td, .table.dataTable tbody tr.active:hover th {
		background-color: rgb(200, 40, 0) !important;
	}
	/* Pagination */
	/* Row Clickable */
	/* table.dataTable tr td:first-child {
	    text-align: center;
	}

	table.dataTable:not(.disabled) tr td:first-child:before {
	    content: "\f096"; fa-square-o
	    font-family: FontAwesome;
	}
	
	table.dataTable:not(.disabled) tr.selected td:first-child:before {
	    content: "\f046"; fa-check-square-o
	}

	.disabled .DTTT_container {
		display: none;
	} */
	/* Row Clickable */
/* DataTable */

/*** Image Rotate ***/
/* entire container, keeps perspective */
.flip-container {
	perspective: 1000;
	transform-style: preserve-3d;
}
	/* flip the pane when hovered */
	.flip-container.hover .back {
		transform: rotateY(0deg);
	}
	.flip-container.hover .front {
	    transform: rotateY(180deg);
	}

.flip-container, .flip-container .front, .flip-container .back {
	width: 100%;
}

.flip-container-logo, .flip-container-logo .front, .flip-container-logo .back {
	height: 150px;
}

/* flip speed goes here */
.flipper {
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	transition: 0.6s;
	transform-style: preserve-3d;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(-180deg);
}
/*** Image Rotate ***/

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	list-style: none;
}