@font-face{
    font-family : "Gotham";
    src : url('/residents/images/fonts/gotham/Gotham-Book.ttf') format('truetype');
}
html {
	height : 100%;
}
body {
	font-size : 12px;
	font-family: "Gotham",sans-serif;
	height: 100%;
}
.content-with-header {
	min-height: 100%;
	margin-bottom: -230px;
}
.content-with-header:after {
  content: "";
  display: block;
  height : 230px;
}

.bandeau-seqens {
	position: relative;
	height: 230px;
	overflow: hidden;
	background-color: #003366;
}

.bandeau-seqens > div {
	position : absolute;
	top:1em;
	z-index:2;
	margin-left:-20px;
}

.error {
	color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
	padding : 6px;
	margin-top : 5px;
	border-radius : 4px;
}

.titre-bandeau-seqens {
	color : #aad9d9;
}

.bg-bleu-seqens {
	background-color : #003366;
}

.btn-bleu-seqens {
	background-color : #003366;
	color : #FFF;
}
.btn-bleu-seqens:hover {
	background-color : #336699;
	color : #FFF;
}

.bg-vert-fonce-seqens {
	background-color : #008d8d;
}

.bg-vert-clair-seqens {
	background-color : #aad9d9;
}

.br-white-seqens {
	border-right : 3px solid #FFF;
}

.z-index-10-seqens {
	z-index : 10;
}

.greyLink {
	color : #666;
	text-decoration : none;
}

.connect-blocks {
	z-index : 10;
	border : 1px solid #aad9d9;
	position : relative;
	border-radius: 20px;
}

@media only screen and (min-width: 992px) {
	.bandeau-seqens:before { 
		box-shadow: 20px 0px 0px 10px #aad9d9;
		content: '';
		position: absolute;
		left: -10px;
		width: 110%; 
		height: 90%; 
		background-color: #FFF;
		top: 180px;
		transform: rotate(-4deg);
		z-index : 2;
	}
	
	.connect-blocks h4{
		color : #003366;
	}
}


@media only screen and (min-width: 1400px) {
	.bandeau-seqens:before { 
		top: 155px;
	}
}

footer {
    background-color: #aad9d9;
	margin-top : 30px;
	height: 200px; 
	min-height: 200px;
}

footer .footer-overflow {
    overflow: hidden;
}

body .container-large-p40 {
    max-width: 1140px;
    margin: 0 auto;
    padding-right: 40px;
    padding-left: 40px;
}

footer .container-footer {
    position: relative;
    z-index: 0;
}

footer .footer-hexagon-top {
    position: absolute;
    left: -81px;
    top: -132px;
    z-index: -1;
}

footer .footer-top .footer-reseaux .link-reseaux.link-reseaux-t {
    padding: 10.5px 12px 13px;
}
footer .footer-top .footer-reseaux .link-reseaux {
    background-color: #fff;
    border-radius: 40px;
    max-height: 56px;
    border: none;
}
.align-items-center {
    align-items: center!important;
}


.align-items-center {
    align-items: center!important;
}

footer .footer-hexagon-bot {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
footer .footer-bot .footer-copyright {
    font-family: "Open Sans",sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

footer .footer-hexagon-bot {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
footer .footer-hexagon-bot svg {
    overflow: inherit;
    width: 370px;
}

footer .footer-top .footer-reseaux .link-reseaux.link-reseaux-l {
    padding: 9.5px 13px 13px;
	margin-left: 24px;
}

footer .footer-hexagon-top svg {
    overflow: inherit;
    width: 159px;
}

footer .footer-top .footer-reseaux .link-reseaux.link-reseaux-y {
    padding: 10px 13px 14px;
    margin-left: 24px;
}

.footer-nav ul li a {
	font-weight:500;
	font-size : 1.1em;
	color : #FFF;	
	text-decoration: none;
	text-transform: uppercase;
    display: inline-block;
	background-image: linear-gradient(white, white);
	background-size: 0 3px, auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom : 2px;
	transition: all .2s ease-out;
}
  
.footer-nav ul li a:hover {
    background-size: 100% 3px, auto;
}

/* Specifique lostpassword */
#perte-du-mot-de-passe #submit, #inscription-locataire #submit, #inscription-suite-a-courrier #submit {
	margin-top : 10px;
	text-transform : UPPERCASE;
	background-color : #003366;
	color : #FFF;
	display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.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;
}
#inscription-suite-a-courrier #block2 {
	margin-top :20px;	
}
#perte-du-mot-de-passe h1 {
	color: #003366;
	font-size: calc(1rem + .4vw);
}
#perte-du-mot-de-passe h2 {
	color: #003366;
	font-size: calc(1rem + .2vw);
}

/* Specifique signup */
#inscription-locataire #fc_date_naissance_day, #inscription-suite-a-courrier #fc_date_naissance_day {
    width: 20%;
    margin-right: 10px;
	display: inline-block;
}
#inscription-locataire #fc_date_naissance_month, #inscription-suite-a-courrier #fc_date_naissance_month {
    width: 40%;
    margin: 0 10px 0 10px;
	display: inline-block;
}
#inscription-locataire #fc_date_naissance_year, #inscription-suite-a-courrier #fc_date_naissance_year {
    width: 28%;
    margin-left: 10px;
	display: inline-block;
	float : right;
}
@media only screen and (max-width: 500px) {
	#inscription-locataire #fc_date_naissance_day, #inscription-suite-a-courrier #fc_date_naissance_day {
		width: 95%;
		display : block;
		margin-left : 10px;
	}
	#inscription-locataire #fc_date_naissance_month, #inscription-suite-a-courrier #fc_date_naissance_month {
		width: 95%;
		display : block;
	}
	#inscription-locataire #fc_date_naissance_year, #inscription-suite-a-courrier #fc_date_naissance_year {
		width: 95%;
		display : block;
		float : none;
	}
}
.form-first-connect h1 {
	color: #003366;
	font-size: calc(1.5rem + .3vw);
}
.form-first-connect h2 {
	color: #003366;
	font-size: calc(1rem + .3vw);
}
.form-first-connect label {
	font-size : 1em;
	padding-top : 10px;
	display : block;
}

@media only screen and (max-width: 991px) {
	.bandeau-seqens {
		height: 120px;
		border-bottom : 10px solid #aad9d9;
	}
	footer {
		height : 340px;
	}
}
