body {
	padding-top: 20px;
	padding-bottom: 0px;
	/*background: #E1E1E1;*/

	background: #FFF;
	font-family: 'Roboto', sans-serif;
}
.index {
	/*padding-top: 30px;*/
}
.content-area {
background-color: #FFF;
}
.text-muted {
	color: #777;
}
.text-center{
	text-align: center;
	}

.text-primary {
	color: #fed136;
}

p {
	font-size: 14px;
	line-height: 1.75;
}

p.large {
	font-size: 16px;
}

a,a:hover,a:focus,a:active,a.active {
	outline: 0;
}

a {
	color: #26314F;
}

a:hover,a:focus,a:active,a.active {
	color: #26314F;
}

h1,h2,h3,h4,h5,h6 {
	/*text-transform: uppercase;*/
	/*font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	/*font-family: Ubuntu, sans-serif;*/
	font-weight: 500;
}

.img-centered {
	margin: 0 auto;
}

.bg-light-gray {
	background-color: #f7f7f7;
}

.bg-darkest-gray {
	background-color: #222;
}

.btn-primary,.btn-success {
	/*border-color: #fed136;
	text-transform: uppercase;*/
	/*font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	/*font-family: Ubuntu, sans-serif;
	font-weight: 700;
	color: #fff;
	background-color: #fed136;*/
	border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary
	{
	/*border-color: #f6bf01;
	color: #fff;
	background-color: #fec503;*/
}

.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary
	{
	background-image: none;
}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active
	{
	/*border-color: #fed136;
	background-color: #fed136;*/
}

.btn-primary .badge {
	color: #fed136;
	background-color: #fff;
}

.btn-xl {
	padding: 20px 40px;
	border-color: #fed136;
	border-radius: 3px;
	text-transform: uppercase;
	/*font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: Ubuntu, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background-color: #fed136;
}

.btn-xl:hover,.btn-xl:focus,.btn-xl:active,.btn-xl.active,.open .dropdown-toggle.btn-xl
	{
	border-color: #f6bf01;
	color: #fff;
	background-color: #fec503;
}

.btn-xl:active,.btn-xl.active,.open .dropdown-toggle.btn-xl {
	background-image: none;
}

.btn-xl.disabled,.btn-xl[disabled],fieldset[disabled] .btn-xl,.btn-xl.disabled:hover,.btn-xl[disabled]:hover,fieldset[disabled] .btn-xl:hover,.btn-xl.disabled:focus,.btn-xl[disabled]:focus,fieldset[disabled] .btn-xl:focus,.btn-xl.disabled:active,.btn-xl[disabled]:active,fieldset[disabled] .btn-xl:active,.btn-xl.disabled.active,.btn-xl[disabled].active,fieldset[disabled] .btn-xl.active
	{
	border-color: #fed136;
	background-color: #fed136;
}

.btn-xl .badge {
	color: #fed136;
	background-color: #fff;
}

.navbar-default {
	border-color: transparent;
	background-color: #222;
}

.navbar-default .navbar-brand {
	/*font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial,*/
	font-family: Ubuntu, sans-serif, cursive;
	color: #fed136;
}

.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active
	{
	color: #fec503;
}

.navbar-default .navbar-collapse {
	border-color: rgba(255, 255, 255, .02);
}

.navbar-default .navbar-toggle {
	border-color: #fed136;
	background-color: #fed136;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus
	{
	background-color: #fed136;
}

.navbar-default .nav li a {
	text-transform: uppercase;
	/*font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: Ubuntu, sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	color: #fff;
}

.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
	outline: 0;
	color: #fed136;
}

.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #fed136;
}

.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus
	{
	color: #fff;
	background-color: #fec503;
}

@media ( min-width :768px) {
	.navbar-default {
		padding: 25px 0;
		border: 0;
		background-color: transparent;
		-webkit-transition: padding .3s;
		-moz-transition: padding .3s;
		transition: padding .3s;
	}
	.navbar-default .navbar-brand {
		font-size: 2em;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
	}
	.navbar-default .navbar-nav>.active>a {
		border-radius: 3px;
	}
	.navbar-default.navbar-shrink {
		padding: 10px 0;
		background-color: #222;
	}
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.5em;
	}
}

header {
	text-align: center;
	color: #fff;
	background-attachment: scroll;
	background-image: url(../img/header-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

header .intro-text {
	padding-top: 100px;
	padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
	margin-bottom: 25px;
	/*font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial,*/
	font-family: Ubuntu, sans-serif;
	font-size: 22px;
	font-style: italic;
	line-height: 22px;
}

header .intro-text .intro-heading {
	margin-bottom: 25px;
	text-transform: uppercase;
	/*font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: Ubuntu, sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
}

@media ( min-width :768px) {
	header .intro-text {
		padding-top: 300px;
		padding-bottom: 200px;
	}
	header .intro-text .intro-lead-in {
		margin-bottom: 25px;
		/*font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial,*/
		font-family: Ubuntu, sans-serif;
		font-size: 40px;
		font-style: italic;
		line-height: 40px;
	}
	header .intro-text .intro-heading {
		margin-bottom: 50px;
		text-transform: uppercase;
		/*font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
		font-family: Ubuntu, sans-serif;
		font-size: 75px;
		font-weight: 700;
		line-height: 75px;
	}
}

section {
	padding: 100px 0;
}

section h2.section-heading {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 40px;
}

section h3.section-subheading {
	margin-bottom: 75px;
	text-transform: none;
	/*font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial,*/
	font-family: Ubuntu, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
}

#portfolio .container {
	width: 100%;
}

@media ( min-width :768px) {
	section {
		padding: 150px 0;
	}
}

.service-heading {
	margin: 15px 0;
	text-transform: none;
}

#portfolio .portfolio-item {
	right: 0;
	margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0, 158, 200, .9);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
	opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content
	{
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i
	{
	margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4
	{
	margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
	margin: 0 auto;
	padding: 25px;
	max-width: 400px;
	text-align: center;
	background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
	margin: 0;
	text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
	margin: 0;
	/*font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial,sans-serif;*/
	font-family: Ubuntu, sans-serif;
	font-size: 16px;
	font-style: italic;
}

#portfolio * {
	/*z-index: 2;*/
}

@media ( min-width :767px) {
	#portfolio .portfolio-item {
		margin: 0 0 30px;
	}
}

.timeline {
	position: relative;
	padding: 0;
	list-style: none;
}

.timeline:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	width: 2px;
	margin-left: -1.5px;
	background-color: #f1f1f1;
}

.timeline>li {
	position: relative;
	margin-bottom: 50px;
	min-height: 50px;
}

.timeline>li:before,.timeline>li:after {
	content: " ";
	display: table;
}

.timeline>li:after {
	clear: both;
}

.timeline>li .timeline-panel {
	float: right;
	position: relative;
	width: 100%;
	padding: 0 20px 0 100px;
	text-align: left;
}

.timeline>li .timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}

.timeline>li .timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}

.timeline>li .timeline-image {
	z-index: 100;
	position: absolute;
	left: 0;
	width: 80px;
	height: 80px;
	margin-left: 0;
	border: 7px solid #f1f1f1;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	background-color: #fed136;
}

.timeline>li .timeline-image h4 {
	margin-top: 12px;
	font-size: 10px;
	line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
	padding: 0 20px 0 100px;
	text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}

.timeline>li:last-child {
	margin-bottom: 0;
}

.timeline .timeline-heading h4 {
	margin-top: 0;
	color: inherit;
}

.timeline .timeline-heading h4.subheading {
	text-transform: none;
}

.timeline .timeline-body>p,.timeline .timeline-body>ul {
	margin-bottom: 0;
}

@media ( min-width :768px) {
	.timeline:before {
		left: 50%;
	}
	.timeline>li {
		margin-bottom: 100px;
		min-height: 100px;
	}
	.timeline>li .timeline-panel {
		float: left;
		width: 41%;
		padding: 0 20px 20px 30px;
		text-align: right;
	}
	.timeline>li .timeline-image {
		left: 50%;
		width: 100px;
		height: 100px;
		margin-left: -50px;
	}
	.timeline>li .timeline-image h4 {
		margin-top: 16px;
		font-size: 13px;
		line-height: 18px;
	}
	.timeline>li.timeline-inverted>.timeline-panel {
		float: right;
		padding: 0 30px 20px 20px;
		text-align: left;
	}
}

@media ( min-width :992px) {
	.timeline>li {
		min-height: 150px;
	}
	.timeline>li .timeline-panel {
		padding: 0 20px 20px;
	}
	.timeline>li .timeline-image {
		width: 150px;
		height: 150px;
		margin-left: -75px;
	}
	.timeline>li .timeline-image h4 {
		margin-top: 30px;
		font-size: 18px;
		line-height: 26px;
	}
	.timeline>li.timeline-inverted>.timeline-panel {
		padding: 0 20px 20px;
	}
}

@media ( min-width :1200px) {
	.timeline>li {
		min-height: 170px;
	}
	.timeline>li .timeline-panel {
		padding: 0 20px 20px 100px;
	}
	.timeline>li .timeline-image {
		width: 170px;
		height: 170px;
		margin-left: -85px;
	}
	.timeline>li .timeline-image h4 {
		margin-top: 40px;
	}
	.timeline>li.timeline-inverted>.timeline-panel {
		padding: 0 100px 20px 20px;
	}
}

.team-member {
	margin-bottom: 50px;
	text-align: center;
}

.team-member img {
	margin: 0 auto;
	border: 7px solid #fff;
}

.team-member h4 {
	margin-top: 25px;
	margin-bottom: 0;
	text-transform: none;
}

.team-member p {
	margin-top: 0;
}

aside.clients img {
	margin: 50px auto;
}

section#contact {
	background-color: #222;
	background-image: url(../img/map-image.png);
	background-position: center;
	background-repeat: no-repeat;
}

section#contact .section-heading {
	color: #fff;
}

section#contact .form-group {
	margin-bottom: 25px;
}

section#contact .form-group input,section#contact .form-group textarea {
	padding: 20px;
}

section#contact .form-group input.form-control {
	height: auto;
}

section#contact .form-group textarea.form-control {
	height: 236px;
}

section#contact .form-control:focus {
	border-color: #fed136;
	box-shadow: none;
}

section#contact::-webkit-input-placeholder {
	text-transform: uppercase;
	/*font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: Ubuntu, sans-serif;
	font-weight: 700;
	color: #bbb;
}

section#contact:-moz-placeholder {
	text-transform: uppercase;
	/*font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: Ubuntu, sans-serif;
	font-weight: 700;
	color: #bbb;
}

section#contact::-moz-placeholder {
	text-transform: uppercase;
	/*font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: Ubuntu, sans-serif;
	font-weight: 700;
	color: #bbb;
}

section#contact:-ms-input-placeholder {
	text-transform: uppercase;
	/*font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: Ubuntu, sans-serif;
	font-weight: 700;
	color: #bbb;
}

section#contact .text-danger {
	color: #e74c3c;
}

footer {
	padding: 25px 0;
	text-align: center;
}

footer span.copyright {
	text-transform: uppercase;
	text-transform: none;
	/*font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: Ubuntu, sans-serif;
	line-height: 40px;
}

footer ul.quicklinks {
	margin-bottom: 0;
	text-transform: uppercase;
	text-transform: none;
	/*font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: Ubuntu, sans-serif;
	line-height: 40px;
}

ul.social-buttons {
	margin-bottom: 0;
}

ul.social-buttons li a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	font-size: 20px;
	line-height: 40px;
	outline: 0;
	color: #fff;
	background-color: #222;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

ul.social-buttons li a:hover,ul.social-buttons li a:focus,ul.social-buttons li a:active
	{
	background-color: rgba(0, 158, 200, .9);
}

.btn:focus,.btn:active,.btn.active,.btn:active:focus {
	outline: 0;
}

.portfolio-modal .modal-content {
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.portfolio-modal .modal-content h2 {
	margin-bottom: 15px;
	font-size: 3em;
}

.portfolio-modal .modal-content p {
	margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
	margin: 20px 0 30px;
	/*font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial,*/
	font-family: Ubuntu, sans-serif;
	font-size: 16px;
	font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}

.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}

.portfolio-modal .close-modal:hover {
	opacity: .3;
}

.portfolio-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #222;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #222;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

::-moz-selection {
	text-shadow: none;
	background: #03A0CD;
}

::selection {
	text-shadow: none;
	background: #03A0CD;
}

img::selection {
	background: 0 0;
}

img::-moz-selection {
	background: 0 0;
}

.zf-green {
	color: #03A0CD;
}
span.zf-green {
	display:none;
}

/*.col-md-menu-Etud{*/
	/*padding: 5px;*/
	/*font-family: 'Roboto';*/
/*}*/

/*.col-md-menu-Etud a:hover{
	color: #428BCA;
}*/

/*.col-md-menu-Etud a div.menuEtud { 
	margin-top: 10px;
	font-size: 15px;
}*/

/*.col-md-Etud h4{
background: #428BCA;*/
/*background: #C83661;*/
/*padding: 10px 0;
font-size: 13px;
height: 52px;
display: table;
width: 100%
}*/
/*.col-md-Etud h4 span{*/
	/*font-size: 13px;*/
	
	/*display: table-cell;*/
    vertical-align: middl/*e;
  }
.col-md-Etud h4.twoLigne{
	line-height: normal;
	}
.col-md-Etud{
text-align: center;
border-right: 1px solid #f8f7f7;
}*/

/*.col-md-Etud:hover, .col-md-Etud a:hover{
	background-color: #26314f;
}*/

/*.col-md-menu-Etud:first-child{
margin-left: 7px
}
.col-md-Etud img{
margin-top: 10px
}
.col-md-Etud a.current{
	color: #428BCA;
	border-bottom: 3px solid transparent;
}*/
.col-md-acc {
 float: left;
 padding: 0 10px;
 margin-right: 3%;
}
#dvMap{
margin: 10px 0;

}
.btn-success {
	background-color: #57a900;
	background-image: -moz-linear-gradient(top, #70d900, #57a900);
	background-image: -ms-linear-gradient(top, #70d900, #57a900);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900),
		to(#57a900) );
	background-image: -webkit-linear-gradient(top, #70d900, #57a900);
	background-image: -o-linear-gradient(top, #70d900, #57a900);
	background-image: linear-gradient(top, #70d900, #57a900);
	filter: progid:DXImageTransform.Microsoft.gradient ( startColorstr =
		'#70d900', endColorstr = '#57a900', GradientType = 0 );
}

.btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]
	{
	background-color: #57a900;
}

.btn-success:active,.btn-success.active {
	background-color: #57a900;
}

div.container a.brand {
	background: url("../img/logo.png") no-repeat scroll 0 10px transparent;
	margin-left: 0;
	padding: 8px 20px 12px 40px;
}

.navbar-inverse {
	background: none;
	border: none;
}

.jumbotron {
	padding-top: 100px;
}

.navbar-brand {
	padding-top: 0;
}

.navbar {
	min-height: 60px;
}

/* Sidebar navigation */
.nav-sidebar {
	background-color: #f5f5f5;
	margin-right: -15px;
	margin-bottom: 20px;
	margin-left: -15px;
}

.nav-sidebar>li>a {
	padding-right: 20px;
	padding-left: 20px;
}

.nav-sidebar>.active>a {
	color: #fff;
	background-color: #428bca;
	/*background-color: #C83661;*/
}

/*sous menu*/
.sub-menu ul {
	float: left;
}

/*form*/
label {
	margin-right: 10px;
}

input[type="radio"] {
	margin-right: 5px;
}

.lbl {
	padding-bottom: 20px;
}

.inputText input[type="text"],.inputText input[type="email"],.inputText input[type="date"],.inputText select
	{
	width: 200px;
}

.content_container .container{
	width: 100%;
	}
.content_container h2{
	/*font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;*/
	/*font-family: Ubuntu, sans-serif;
	font-weight: 700;
	text-transform: none;*/
}

h2.title{
	color: #26314F;
	}
/*debut tabs*/


		
		.tab-content{
			display: none;
			overflow: hidden;
			padding: 15px;
			margin-bottom: 20px;
			
		}

		.tab-content.current{
			display: inherit;
		}
		#data-tabs h5{
		float: left;
		margin-right: 20px;
		background: #03A0CD;
		padding: 10px;
		margin-left: 15px;
		}
		#data-tabs .current h5{
		color: #fff
		}
		
		.tabs_styles table ,.tabs_styles th,.tabs_styles td{
		border: 1px solid lightgrey;
		text-align: center;
		}
		.tabs_styles table{
		width: 100%;
		
		}
		.tabs_styles td{
		margin: 5px 0;
		padding: 5px 0;
		vertical-align: top;
		}
		#tableCompte tr:nth-child(even){
			background: #ddd;
		}
		.MontantPayerBloc, #MontantPayer{
		/*font-weight: bold;
  		font-size: 20px;*/
		}
		.tabs_styles td div{
		
		position: relative;
		/*width: 90px;*/
		display: inline-block;
		}

.tableCompte tr.ouvert td i.closed,
.tableCompte tr.ouvert td i.opened{
	color:#333;
	font-size:1.7em;
}
.tableCompte tr.ouvert td i.closed{
	display:block!important;
}
.tableCompte tr.ouvert td i.opened{
	display:none!important;
}

.tableCompte tr.collapsed td i.closed{
	display:none!important;
}

.tableCompte tr.collapsed td i.opened{
	display:block!important;
}

.tableCompte tr.odd td{
	background-color:#F9F9F9!important;
}

.tableCompte tr.even td{
	background-color:#FFFFFF!important;
}


		.tabs_styles td div .label{
		
  padding: 4px 13px;
  background: #428BCA;
  /*background: #C83661;*/
  color: #000;
  font-size: 12px;
  /*transition: all .4s;*/
  cursor: pointer;
  -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
		}
	
		.tabs_styles td div .label.active{
		color: #61F45D;
		}
		.tabs_styles td div .label:HOVER{
		color: #fff;
		}
		
		.tabs_styles td input[type="file"]{
		position: absolute;
		  top: 0; left: 0;
		  width: 10px;
		  height:10px;
		  padding: 0;
		  display: none;
		  cursor: pointer;
		}
		
		
		.tabs_styles td a{
		text-decoration: none;
		background: #03A0CD;
		padding: 0 5px;
		-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
		border: 1px solid #000;
		margin-left: 5px;
		} 
		.tabs_styles td a:HOVER{
		color: #fff;
		}




		
.tabs_styles td a.nostyle{
	background:none;
	border:none;
}
.tabs_styles td a.nostyle:hover{
	color:#428BCA;
	/*color: #C83661;*/
}

.red, a.red:hover{
	color:red!important;
}

.ico-disabled{
	color:#AD8F8F;
}
		
		.infos-paiement{
text-align: center;
/*margin: 40px 0;*/
}
.infos-paiement a,input.compte{
display: inline-block;
padding: 10px;
margin: 0 20px;
background: #BABABA;
}
.infos-paiement a:hover,input.compte:hover{
background: #DCDCDC;
text-decoration: underline;
cursor: pointer;
}
input.compte{
border: none;
}
input[disabled].compte,#SUBMITBUTTON[disabled]{
background: #ddd;
color: #999;
}
input[disabled].compte:hover,#SUBMITBUTTON[disabled]:hover{
background: #ddd;
color: #999;
text-decoration: none;
}

.infos-documents a{
width: 200px;
}

		/*fin tabs*/
		
		/* debut tab logment*/
		
		#conseils{
			width: 70%;
			margin: 0 auto;
			text-align: center;
			padding: 50px 0;
			border: 1px solid #999;
		}
		.tab-content .infos-logement a{
		min-width: 100px;
		margin :0 40px;
		display: inline-block;
		}
		/* fin tab logment*/
.marquee {
  width: 100%;
  overflow: hidden;
  /*border: 1px solid #ccc;*/
  background: #fff;
  border-radius: 1px;
  font-weight: 600;
}
.marquee ul { overflow: hidden;margin: 4px}
.marquee ul li{ float: left;margin-right: 20px;}

.bannerImage{
	
	height: 342px;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;

}


/*.carousel-control {
    top: 33%;
}*/
/*.control-box .right{right: 15px;}*/
/*.carousel-control {
position: absolute;
top: 40%;
left: 15px;
width: 40px;
height: 40px;
margin-top: -20px;
font-size: 60px;
font-weight: 100;
line-height: 30px;
color: #fff;
text-align: center;
background: #222;
border: 3px solid #fff;
-webkit-border-radius: 23px;
-moz-border-radius: 23px;
border-radius: 23px;
opacity: .5;
filter: alpha(opacity=50);
}*/

.service-box{
	text-align: center;
	}
.legal-extanet{
text-align: center;
padding: 30px 0;
margin-top:25px;
background: #273451;
/*background: #C83661;*/
}
.legal-extanet a{
	display: inline-block;
	color: #fff;
	margin: 0 10px;
	}
	a.modifier{
	color: #333;
	}
	a.modifier:hover{
	color: #fff;
	text-decoration: none;
	}

#footer {
	background: #000 url(../img/footer-bg.png) no-repeat center center;
	background-size : cover;
	color: #f7f7f7;
	padding: 20px 0;
	background-size: cover;
	margin-top: 30px;
}

#footer h4 {
	color: #03A0CD;
}
.page-header{
color: #428BCA;
/*color: #C83661;*/
}
/*debit popup*/
#backgroundPopup {
    z-index:100;
    position: fixed;
    display:none;
    height:100%;
    width:100%;
    background:#000000;
    top:0px;
    left:0px;
}
#backgroundPopup  p{
color: #FFF;
font-size: 16px;
width: 512px;
margin: 0 auto;
margin-top: 13%;
background: #4331E4;
padding: 20px 30px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#toPopup {
    /*font-family: "lucida grande",tahoma,verdana,arial,sans-serif;*/
	font-family: Ubuntu, sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
    font-size: 14px;
   left: 59%;
    margin-left: -410px;
    position: fixed;
    top: 10%;
    width: 524px;
    max-height:80%;
    z-index: 200;
    
}

div.close {
    background: url("../img/closebox.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: -27px;
    top: -24px;
    width: 30px;
}
span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content {
    margin: 4px 7px;
    /* remove this comment if you want scroll bar
    overflow-y:scroll;
    height:200px
    */
}
#popup_content{
height: 100%;
overflow: scroll;
}
#popup_content label,#popup_content select, #popup_content input[type="text"],#popup_content input[type="email"]{ 
	width: 170px;
	font-weight: normal;
	font-size: 13px;
	height: 30px;
}
#popup_content select{
margin-left: -4px;
}
#popup_content .tab-content{
padding: 10px 0 0 0;
}
#popup_content .button{
text-align: right;
margin-bottom: 15px;
margin-right: 15px;

}
#popup_content .button input{
float: right;
background: #428BCA;
/*background: #C83661;*/
padding: 4px 16px;
border: none;
}
#popup_content .button input:hover{
background: #005993;
}

#popup_content label.small-label{
width: 54px;
}
#popup_content .pull-left label{
width: 150px;
}
#toPopup textarea {
	width: 443px;
	background-color: #FFF;
border: 1px solid #CCC;
height: 150px;
}
div.callmeback{
height: 55px;
}
#data-tabs{
list-style: none;
padding-left: 0;
}
#data-tabs li.tab-link a{
display: inline-block;
/*background: #428BCA;
color: #26314F;*/
padding: 5px 10px;
margin: 5px 0;
font-size: 18px;
}
/*fin popup*/


#compte-bc{
		display: none;
		}
.lieu-valider{
	background: #03A0CD;
color: #26314F;
border: none;
padding: 5px 40px;
margin: 20px 0 0 0px;
}
.lieu-valider:hover{ color: #fff}
.over_hidden{ overflow: hidden;}
#submitbutton, .submitbutton {
background: #99A9C3;
/*background: #C83661;*/
padding: 10px 28px;
/*width: 120px!important;*/
/*margin-top: 20px;*/
color: #FFF;
border: 2px groove #273451;
border-radius : 10px;
}
#submitbutton:hover, .submitbutton:hover{
	background: #FFF;
	color : #428BCA;
	border : 2px groove #273451
}
#SUBMITBUTTON{
background: #99A9C3;
/*background: #C83661;*/
padding: 10px 28px;
width: auto;
margin-top: 20px;
color: #FFF;
border: 2px groove #273451;
border-radius : 10px;
}
#SUBMITBUTTON:hover{
	background: #FFF;
	color : #428BCA;
	border : 2px groove #273451;

}
/*.language a{
	display: inline-block;
	

	margin-right: 4px;
	
}*/
.menu-center-class{
	overflow: hidden;
	text-align: center;
}
.col-md-Etud{
display: inline-block;
  float: none;
}
.progress{
	display: block!important;
	margin-bottom: 5px!important;
	}
.red{
	color: red!important;
	}
.green{
	color: green!important;
	}
.link{
	cursor: pointer!important;
	 }
.delete-doc{
	display: block;
	}	
.table > thead > tr > th {
	padding-left: 5px;
	padding-right: 5px;
	}
	 
@media ( max-width :768px) {
	.col-md-Etud {
   	 	display: block;
	}
	.modifier{
		display: block;
		float: right;
	}
	#frm-edit #submitbutton,#frm-edit .submitbutton{
		margin-left: 23%;
		width: 50%;
	}
	
	/*menu*/
	.col-md-menu-Etud{
		text-align: left;
	}
	.col-md-menu-Etud h4{
		padding-left: 70px;
	}
	.col-md-menu-Etud a img{
		position: absolute;
	    left: 0;
    	top: -16px;
	}
	.col-md-menu-Etud:first-child {
    	margin-left: 0px;
	}
}

ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.tabs li{
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}
.account-bloc ul.tabs li{
	border: solid 1px #428BCA;
	border-bottom: 0;
}

ul.tabs li.current{
	background: #428BCA;
	color: #fff;
}

.tab-content{
	display: none;
	background: #fff;
	border: solid 1px #428BCA;
	padding: 15px;
}

.tab-content.current{
	display: inherit;
}

.editable[contenteditable=true]{
	border: dotted 1px #3F70B1;
}

.msgAlert{
	position:absolute!important;
	top: 30px!important;
    left: 30%!important;
    width: 40%;
	z-index: 99!important;
}

.fa-2x-mini{
	font-size: 1.3em;
}

.form-group .btn-login{
	width: 100%!important;
}
.acc{
	padding-left:20px;
	border: 2px solid #99A9C3;
}

.form-group [type=radio] {
    display: inline;
    width: 15px!important;
    height: 15px;
    margin-right:10px;
}
.form-group [type=checkbox] {
    display: inline;
    width: 15px!important;
    height: 15px;
}

.clear-left{
	clear: left!important;
}
.clear-right{
	clear: right!important;
}
.clear-both{
	clear: both!important;
}

.document span.fl{
	color: #fff;
	padding: 6px 25px;
	background: #99A9C3;
	cursor:pointer;
	margin-bottom: 10px;
	cursor: pointer;
	display: block;
	width: 40%;
}

.panel-body .col-sm-4 .document span.fl{
	width: 100%;
	}

.document .progress{
	width: 90%;
	margin-bottom: 10px;
	}
.document input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
 	width: 100%;
  	bottom: 0;
	margin: 0;
	height:50px;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	cursor: pointer;
}
.document input[type='text'] {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	cursor: pointer;
	font-size:12px;
}
.document .row label {
	display: inline-block;
	font-weight: normal;
	margin-right: 1em;
}

.panel-body .col-sm-4 .document input{
	height: 70px;
	}
.reponse a,.reponse .pj-link, .documentHisto a {
	background: none;
	color: #03A0CD;
	display: inline!important;
	float: none;
	padding-left: 5px;
	}
.reponse a:hover, .documentHisto a:hover {
	color: #03A0CD;
	text-decoration: underline;
	}
.link{
	cursor: pointer;
	}

.tl-accordion .panel{
	border:0;
}
.tl-accordion .panel-heading{
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	background-image: -webkit-linear-gradient(top,#D0D7E2 0,#99A9C3 100%);
    background-image: linear-gradient(to bottom,#D0D7E2 0,#99A9C3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffD0D7E2',endColorstr='#ff99A9C3',GradientType=0);
	}

#frm-edit input[type="file"] {
    padding-left: 10%;
}

#apercuModal{
   overflow: hidden;
}
.ui-dialog{
	background: #ffffff;
	z-index: 9999!important;
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.9);
    box-shadow: 0 5px 20px rgba(0,0,0,0.9);
    overflow: hidden;
	}
.ui-draggable-handle{
	overflow: hidden;
	cursor: move;
	}
.ui-dialog-titlebar-close{
	background: #ededed;
	border: 0;
	float: right;
	color: red;
	}
.ui-dialog-titlebar-close:after{
		content:"X";
		color:red;
	}
.ui-dialog .ui-dialog-titlebar{
	padding: 0!important;
	}
.ui-dialog .ui-dialog-title{
	padding-left: 10px;
	margin: 0!important;
	font-size: 12px!important;
	}
.ui-dialog .modal-content{
	box-shadow:none;
	}

#id-apercu-content{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	}
#id-apercu-content .media{
	height: 100%;
	}
.no-padding{padding: 0!important;}
.no-margin{margin: 0!important;}
.no-ul-style{list-style: none;text-align: left;}

.btn-pj {
	position: relative;
}

.btn-pj span {
	color: #fff;
	padding: 10px 25px;
    background: #2780e3;
    cursor:pointer;
	display:block;
    
}

.btn-pj label{
	margin-bottom:15px;
	}

.btn-pj input{
	position: absolute!important;
	top: 0!important;
    left: 0!important;
 	width: 100%!important;
  	bottom: 0!important;
	margin: 0!important;
	height:50px!important;
	opacity: 0!important;
	-ms-filter: 'alpha(opacity=0)'!important;
	cursor: pointer!important;
	display:block!important;
}

.margin-top-5{margin-top:5px;}
.margin-top-10{margin-top:10px;}
.margin-top-15{margin-top:15px;}
.margin-top-20{margin-top:20px;}
.margin-top-30{margin-top:30px;}
.margin-top-25{margin-top:25px;}
.margin-top-27{margin-top:27px;}
.margin-top-40{margin-top:40px;}

.margin-left-5{margin-left:5px!important;}
.margin-left-10{margin-left:10px!important;}
.margin-left-15{margin-left:15px!important;}
.margin-left-20{margin-left:20px!important;}

.margin-right-10{margin-right:10px!important;}
.margin-right-15{margin-right:15px!important;}
.margin-right-20{margin-right:20px!important;}

.margin-bottom-5{margin-bottom:5px!important;}
.margin-bottom-10{margin-bottom:10px!important;}
.margin-bottom-15{margin-bottom:15px!important;}
.margin-bottom-20{margin-bottom:20px!important;}

.padding-left-5{padding-left:5px!important;}
.padding-left-10{padding-left:10px!important;}
.padding-left-15{padding-left:15px!important;}
.padding-left-20{padding-left:20px!important;}
.padding-left-25{padding-left:25px!important;}
.padding-left-30{padding-left:30px!important;}

.padding-right-5{padding-right:5px!important;}

.no-padding-top{padding-top: 0!important;}
.no-padding-bottom{padding-bottom: 0!important;}
.no-padding-left{padding-left: 0!important;}
.no-padding-right{padding-right: 0!important;}

.no-margin-top{margin-top: 0!important;}
.no-margin-bottom{margin-bottom: 0!important;}
.no-margin-left{margin-left: 0!important;}
.no-margin-right{margin-right: 0!important;}

legend{
	font-size:14px;
	font-weight:normal;
	margin-bottom: 4px;
}

div.resid-chk label{
	width : 97%!important;
	float : right!important;
}
.btn-width-auto{
	display:block;
	width:auto!important;
}

.compte-total{
	font-size:14px;
	font-weight:bold;
}

.bg-green{
	background-color:#3fb618!important;
	color:white!important;
}
.bg-red{
	background-color:#c12e2a!important;
	color:white!important;
}
.white{
	color:#FFFFFF!important;
}
.text-bold{
	font-weight:bold;
}
.top-green{
	border-top: 6px solid #3fb618!important;
    padding-top: 5px!important;
}
.top-red{
	border-top: 6px solid #c12e2a!important;
    padding-top: 5px!important;
}

.tableCompte tr.resa-row-2{
	border-top:solid 2px #CCC;
}

/* .tableCompte .ligne-header{
	font-size:14px;
	font-weight:bold;
} */

.iti-flag {background-image: url("../img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {background-image: url("../img/flags@2x.png");}
}

.form-group .intl-tel-input{
	width:100%;
}
.form-group .intl-tel-input .form-control{
	padding-left:52px!important;
}
.form-group .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, 
.form-group .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type='text'], 
.form-group .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type='tel'],
.form-group .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, 
.form-group .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type='text'], 
.form-group .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type='tel'],
.form-group .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, 
.form-group .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type='text'], 
.form-group .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type='tel'],
.form-group .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, 
.form-group .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type='text'], 
.form-group .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type='tel'] {
    padding-left: 84px!important;
}

.infos-paiement a.nostyle{
	background:none;
	border:none;
	margin: 0;
    padding: 5px 10px;
}
.infos-paiement a.nostyle:hover{
	color:#428BCA;
}


div.type_8 label{
	width:100%!important;
	float : right!important;
	padding-left:10px!important;
}

div.type_8 input[type="checkbox"]{
	margin-top:0px!important;
}

div.type_12, div.type_13 {
     position: relative;
 }
div.type_12 input, div.type_13 input {
     padding-right:18px!important;
     text-align:right;
 }
div.type_12:after, div.type_13:after {
     position: absolute;
     bottom: 10px;
     content:"€";
     right: 5px;
 }
div.type_22 button {
  background-color: #b1afaf;
  font-weight: bold;
}

 div.champObligatoire>label:after{
 	content: '*';
 }
 .bg-red{
	background: #F9325E!important;
	/*background: #FFA500!important;*/
	border-color: #F9325E!important;
	color:white!important;
}
.bg-green{
	background: green!important;
	border-color: green!important;
	color:white!important;
}
