@charset "utf-8";
/*---------------NORMALIZE----------------*/

html {
	font-size: 62.5%;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-family: 'Roboto Condensed', sans-serif;
	color:#333333;
}
ol, ul {
	margin: .75em 0 .75em 32px;
	padding: 0
}
p {
	margin: .75em 0
}
address {
	margin: .75em 0;
	font-style: normal
}
a {
	color: #00c4d1;
	-webkit-transition: color 200ms;
	-moz-transition: color 200ms;
	-o-transition: color 200ms;
	-ms-transition: color 200ms;
	transition: color 200ms;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #000000;
}
a img {
	border: none
}
fieldset, form {
	margin: 0;
	padding: 0;
	border: none
}
button, input[type="text"], input[type="email"], input[type="tel"], input[type="password"], select, textarea {
	vertical-align: middle;
	font-family: 'Roboto Condensed', sans-serif;
	background: #e3f9fa;
	color:#000000;
	border-radius:5px;
	border:1px solid #d8f0fa;
	min-height:42px;
	font-size: 1.4em;
	padding:0px 8px;
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,1.00);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,1.00);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,1.00);
}
input[type="submit"], button{
	background: #00c4d1;
	color:#FFFFFF;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	padding:10px 20px;
	font-size: 1.8em;
	-webkit-box-shadow:4px 4px 0px rgba(0,0,0,0.15);
	-moz-box-shadow:4px 4px 0px rgba(0,0,0,0.15);
	box-shadow:4px 4px 0px rgba(0,0,0,0.15);
	cursor:pointer;
	border:none;
}
input[type="radio"]{
	width:20px;
	height:20px;
	cursor:pointer;
	background: #e3f9fa;
}
iframe {
	border: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
/* retablissement de l'apparance des selects (surtout ios) */
select, input {
	/*-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;*/
}
h1, h2, h3, h4{
	font-family: 'Dosis', sans-serif;
}

/*---------------BASE----------------*/

.alertMessage { 
	position:fixed; 
	top:140px; 
	left:50%; 
	width:280px; 
	margin-left:-150px; 
	box-shadow:5px 5px 0px rgba(0,0,0,0.30); 
	padding:16px 10px; 
	z-index:1200; 
	color:#FFFFFF; 
	text-align:center;
	font-size: 1.5em;
}
.alertMessage.error { 
	background: #c23124;
}
.alertMessage.success { 
	background: #22b573;
}
.alertMessage p {
	margin-top: 0px;
	margin-bottom: 0px; 
}

.col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12 {
	float: left;
}
.col_1 {
	width: 8.3333333333%;
}
.col_2 {
	width: 16.6666666666%;
}
.col_3 {
	width: 25%;
}
.col_4 {
	width: 33.3333333333%;
}
.col_5 {
	width: 41.6666666666%;
}
.col_5_1 {
	width: 48%
}
.col_6 {
	width: 50%;
}
.col_7 {
	width: 58.3333333333%;
}
.col_8 {
	width: 66.6666666666%;
}
.col_9 {
	width: 75%;
}
.col_10 {
	width: 83.3333333333%;
}
.col_11 {
	width: 91.6666666666%;
}
.col_12 {
	width: 100%;
}
.col_left {
	float: left;
}
.col_right {
	float: right;
}
.overall {
	margin: 0 auto;
	max-width: 1200px;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.display {
	display: none;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}

#contenu p, #contenu label{
	font-size: 1.5em;
}

.btn_retour{
	display: inline-block;
	padding: 6px 12px;
	background: #00c4d1;
	color: #FFF;
	font-size: 1.6em;
	transition: all .2s;
	margin:20px 0 0 0;
	text-transform: uppercase;
}
.btn_retour:hover{
	background: #255979;
	color: #FFF;
}

.bloc_bords strong{
	font-size: 1.4em;
	color: #00c4d1;	
}

/*---------------HEADER----------------*/

header{
	padding:25px 0px;
}
header h1 {
	margin: 0;
	padding:0;
	font-size: 1em;
}
header p.logo {
	margin: 0;
	padding:0;
	font-size: 1em;
	font-family: 'Dosis', sans-serif;
}
#logo {
	float: left;
	font-size: 2.2em;
	font-weight: 300;
	color:#1a1a1a;
	line-height:1.1em;
}
#logo strong{
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
}
#logo:before {
	content: '';
	float:left;
	background: url('../images/sprite.png') no-repeat 0 0;
	width: 84px;
	height: 64px;
	margin:-5px 15px 0 0;
}

/*---------------NAV----------------*/

nav {
	float:right;
	position: relative;
}
/*BURGER*/
#picto_menu::before {
	content: "";
	max-width: 35px;
	height: 5px;
	display: block;
	margin-bottom: 5px;
	background: #FFFFFF;
	transition: all 300ms;
	margin-top: 4px;
}
#picto_menu::after {
	content: "";
	max-width: 35px;
	height: 5px;
	display: block;
	margin-bottom: 5px;
	background: #FFFFFF;
	transition: all 300ms;
}
#picto_menu span {
	width: 34px;
	height: 5px;
	display: block;
	margin-bottom: 5px;
	background: #FFFFFF;
	transition: all 300ms;
}
#picto_menu {
	float: right;
	margin: -62px 0  0 -12px;
	background: #00c4d1;
	height:70px;
	width:70px;
	padding:18px;
}
#btn_menu {
	color: #FFFFFF;
	font-weight: 400;
	font-size: 1.5em !important;
	line-height: 1em;
	cursor: pointer;
	display: none;
	text-transform: uppercase;
}
/*FIN_BURGER*/

#deroulant {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
#deroulant>li {
	display: inline-block;
	position:relative;
}
#deroulant>li a {
	color: #1a1a1a;
	display: block;
	padding: 20px 25px;
	font-size: 1.7em;
	line-height: 1em;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	transition: all 300ms;
	font-family: 'Dosis', sans-serif;
}
#deroulant>li:hover a {
	background: #00c4d1;
	color: #FFF;
}
#deroulant>li:first-child {
	border: none;
}
#deroulant>li>ul {
	display: none;
	position: absolute;
	z-index: 3;
	background: #00c4d1;
	margin: 0;
	padding: 5px;
	width: 250px;
	list-style: none;
	max-height:0em;
	overflow: hidden;
	transition: 1s max-height 0.3s;
	-webkit-transition: 1s max-height 0.3s;
	-moz-transition: 1s max-height 0.3s;
	-o-transition: 1s max-height 0.3s;
	-ms-transition: 1s max-height 0.3s;
	box-shadow: 5px 5px 0px rgba(0,0,0,0.15);
}
#deroulant > li:hover ul {
	display: block;
	max-height: 26em;
}
#deroulant>li>ul>li {
	float: left;
	width: 100%;
}
#deroulant>li>ul>li a {
	color: #FFF;
	display: block;
	font-size: 1.3em;
	padding: 12px;
	background: #0093a9 !important;
	border-bottom: 1px solid #00c4d1;
	text-transform: inherit;
	text-transform: uppercase;
}
#deroulant>li>ul>li a:hover {
	background: #FFFFFF !important;
	color: #0093a9
}
/*----------------SLIDER----------------*/

#slider{
	float:left;
	padding:0 12px 0 0;
}
.overall_slide {
	margin: auto;
	position: absolute !important;
	left:0;
	bottom: 10% !important;
	max-width:410px;
	background: rgba(0,196,209,0.9);
	font-family: 'Dosis', sans-serif;
}
.overall_slide > span {
	float:left;
	width:100%;
	padding: 15px 20px;
	color: #FFFFFF;
	font-size: 1.7em;
	text-transform: uppercase;
	line-height: 1.4em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.overall_slide > span > strong{
	float:left;
	width:100%;
	color:#FFFFFF;
	font-size: 2.2em;
	text-transform:uppercase;
	font-weight: 800;
	line-height:1em;
}
/*.overall_slide a {
	float:left;
	color: #FFFFFF;
	font-size: 1.6em;
	text-transform: uppercase;
	padding:20px;
}
.overall_slide a:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	background: url('../images/sprite.png') no-repeat -277px -109px #fecd00;
	width: 30px;
	height: 30px;
	border-radius:15px;
	margin:-2px 10px 0 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	transition: all 300ms;
}
.overall_slide a:hover:before{
	background: url('../images/sprite.png') no-repeat -277px -109px #FFFFFF;
}
.overall_slide p {
	float: left;
	color: #FFFFFF;
	clear: both;
	padding: 10px 20px;
	max-width: 440px;
	font-size: 1.6em;
}*/
.owl-item {
	z-index: 1;
	overflow: hidden !important;
}
.carousel .owl-dots {
	position: absolute;
	z-index: 19;
	margin: 0;
	list-style: none;
	padding: 0;
	right: 2%;
	bottom:2%;
}
.carousel .owl-dot {
	display: inline-block;
	cursor: pointer;
}
.carousel .owl-dot span {
	display: block;
	height: 18px;
	width:18px;
	margin: 2px;
	background: #25565e;
	border:3px solid #FFFFFF;
	border-radius:50%;
}
.carousel .owl-dot.active span, .carousel .owl-dot:hover span {
	background: #f7931e;
}

/*----------------CONTENT----------------*/

#accueil{
	background:#e3f9fa;
	padding: 30px 0;
}
#edito{
	float:right;
	padding:0 30px 0 47px;
}
#edito h2{
	font-size: 2.8em;
	font-weight: 300;
	line-height:1em;
	margin:50px 0 10px 0;
}
#edito h2 strong{
	text-transform: uppercase;
	font-weight: 700;
}
#edito p{
	font-size: 1.7em;
	text-align: justify;
}
#residence_accueil{
	background:url(../images/fond_bitume.jpg);
	position:relative;
	border-top:30px solid #FFFFFF;
	border-bottom:30px solid #FFFFFF;
}
#residence_accueil .overall{
	background:url(../images/fond_ville-min.png) 4% 0px no-repeat;
	margin:-20px auto;
	padding:55px 0px;
	min-height:572px;
}
.bloc_residence_accueil{
	color:#ffffff;
	padding:35px;
	-webkit-box-shadow:6px 6px 0px rgba(0,0,0,0.15);
	-moz-box-shadow:6px 6px 0px rgba(0,0,0,0.15);
	box-shadow:6px 6px 0px rgba(0,0,0,0.15);
}
.bloc_residence_accueil:hover{
	box-shadow:none;
}
.bloc_residence_accueil .apercu{
	display:block;
	margin:auto;
	margin-bottom:15px;
	width:166px;
	height:166px;
	border-radius:50%;
}
.bloc_residence_accueil .apercu img{
	display:block;
	border-radius:50%;
	border:15px solid #FFFFFF;
	width:100%;
}
.bloc_residence_accueil .nom{
	font-size: 4.8em;
	line-height:0.9em;
	display:block;
}
.bloc_residence_accueil .nom strong{
	font-family: 'Dosis', sans-serif;
	font-weight: 800;
	font-size:1.2em;
	color:#FFFFFF;
	text-transform: uppercase;
}
.bloc_residence_accueil .adresse{
	display:block;
	font-size: 1.8em;
	padding:5px 0px;
	color:#FFFFFF;
}
.bloc_residence_accueil .savoir_plus{
	display:block;
	padding:12px 0px;
	text-transform: uppercase;
	font-size: 2.4em;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	text-align: center;
	-webkit-box-shadow:6px 6px 0px rgba(0,0,0,0.15);
	-moz-box-shadow:6px 6px 0px rgba(0,0,0,0.15);
	box-shadow:6px 6px 0px rgba(0,0,0,0.15);
	margin:10px 0 0 0;
	color:#FFFFFF;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	-ms-transition: all 200ms;
	transition: all 200ms;
}
.bloc_residence_accueil:hover .savoir_plus{
	box-shadow:none;
	margin:12px 0 0 0;
}
#residence1{
	float:left;
	background: #22b573;
	position:relative;
}
#residence1 .nom{
	color:#007f59;
}
#residence1 .savoir_plus{
	background:#007f59;
}
#residence1:hover .savoir_plus{
	background: #006e59;
}
#residence1:hover .apercu img{
	border:15px solid #006e59;
}
#residence1:after{
	content:'';
	position:absolute;
	right:-100px;
	top:35%;
	width:0px;
	border:50px solid transparent;
	border-left:50px solid #22b573;
}
#residence2{
	float:right;
	background: #f7931e;
	position:relative;
}
#residence2 .savoir_plus{
	background:#da602c;
}
#residence2:hover .savoir_plus{
	background: #cf5127;
}
#residence2:hover .apercu img{
	border:15px solid #cf5127;
}
#residence2 .nom{
	color:#da602c;
}
#residence2:before{
	content:'';
	position:absolute;
	left:-100px;
	top:35%;
	width:0px;
	border:50px solid transparent;
	border-right:50px solid #f7931e;
}
.plus_logement{
	position:absolute;
	top:-48px;
	right:-48px;
}
.plus_logement span{
	display:none;
	background: #c23124;
	color:#FFFFFF;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	font-size: 1.4em;
	text-transform: uppercase;
	padding:8px 15px;
}
#info_accueil{
	padding:0 0 30px 0;
}
#actualite{
	padding:0 12px 0 0;
	color:#FFFFFF;
}
#actualite .entete{
	float:left;
	background: #013e63;
	width:35%;
	height:320px;
	padding:35px;
	text-align: center;
}
#actualite .entete h2{
	font-size: 2.8em;
	text-transform: uppercase;
	font-weight: 300;
	margin:0px;
}
#actualite .entete h2 strong{
	display:block;
	font-weight: 700;
	font-size: 1.5em;
	line-height:1em;
}
#actualite .entete a{
	color:#00c4d1;
	text-transform: uppercase;
	font-size: 2em;
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
}
#actualite .entete a:before{
	content:'';
	display:block;
	background:url(../images/picto_news-min.png);
	width:156px;
	height:107px;
	margin:20px 20%;
}
#actualite .entete a:hover{
	color:#FFFFFF;
}
#actualite .actualite_contenu{
	float:left;
	background: #255979;
	width:65%;
	height:320px;
	padding:35px;
}
#actualite .actualite_contenu .photo{
	float:left;
	width:45%;
}
#actualite .actualite_contenu .photo img{
	width:100%;
	height:auto;
}
#actualite .actualite_contenu .actualite_txt{
	float:left;
	width:55%;
	padding:0 0 0 25px;
}
#actualite .actualite_contenu .actualite_txt h2{
	color:#00c4d1;
	font-size: 1.8em;
	text-transform: uppercase;
}
#actualite .actualite_contenu .actualite_txt p{
	font-size: 1.6em;
}
#actualite .actualite_contenu .actualite_txt a{
	color:#00c4d1;
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: 500;
	font-family: 'Dosis', sans-serif;
}
#actualite .actualite_contenu .actualite_txt a:hover{
	color:#FFFFFF;
}
#info_apl{
	padding:0 0 0 12px;
	text-align: center;
}
#info_apl h2{
	color:#FFFFFF;
	font-size: 4.8em;
	font-weight: 500;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	margin:0;
	line-height: 0.8em;
}
#info_apl h2 strong{
	font-weight: 800;
}
#info_apl p{
	font-size: 1.6em;
}
#info_apl p img{
	display:block;
	margin:10px auto;
}
#info_apl>div{
	padding:35px;
	background: #e24724;
	color:#FFFFFF;
	height:320px;
}
#info_apl a{
	color:#fbb03b;
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 500;
	font-family: 'Dosis', sans-serif;
	display:block;
	text-align: center;
}
#info_apl a:hover{
	color:#FFFFFF;
}
#page_defaut{
	background-image:none;
}
#page_defaut h2{
	margin: 30px 0 10px 0 !important;
}
#page_defaut h2:first-of-type{
	margin: 0 0 10px 0 !important;
}
.visu_apl, .visu_transport{
	float:right;
	margin:0 0 10px 20px;
}

/*---------------FOOTER----------------*/

footer{
	color:#4d4d4d;
}
footer #part1{
	background:#e6e6e6;
	font-size: 1.6em;
	padding:30px 0px;
}
footer #part1 .col_left, footer #part1 .col_right{
	width:50%;
}
#map_footer{
	float:left;
	border-radius:50%;
	width:220px;
	height:220px;
	margin:0 30px 0 0;
}
#map_footer img{
	display:block;
	border-radius:50%;
	border: 15px solid #FFFFFF;
}
#map_footer:hover img{
	border: 15px solid #cccccc;
}
footer #part1 .col_left p{
	padding:20px 60px 20px 0;
}
footer #part1 .col_left p .titre{
	display:block;
	font-size: 1.3em;
	color:#4d4d4d;
	font-family: 'Dosis', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height:1em;
	margin:0 0 20px 0;
}
footer #part1 .col_left p a{
	display:inline-block;
	margin:15px 0 0 0;
	color:#d4145a;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
}
footer #part1 .col_left p a:hover{
	color:#333333;
}
footer #part1 .col_left p .titre strong{
	color:#d4145a;
}
footer #part1 .col_right div{
	float:left;
	width:50%;
	border-bottom:1px solid #FFFFFF;
	padding:25px;
}
footer #part1 .col_right div:nth-child(3), footer #part1 .col_right div:nth-child(4), footer #part1 .col_right div:nth-child(5){
	border:none;
}
footer #part1 .col_right div#resaux_sociaux_footer{
	padding: 0 0 0px 25px;

}
#residence1_footer strong, #residence2_footer strong{
	display:block;
	color:#255979;
	font-weight: 700;
	font-size: 1.2em;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
}
#residence1_footer:before{
	content:'';
	float:left;
	background: url('../images/sprite.png') no-repeat 0 -109px;
	width: 60px;
	height: 59px;
	margin:5px 5px 0 0;
}
#residence2_footer:before{
	content:'';
	float:left;
	background: url('../images/sprite.png') no-repeat -120px -109px;
	width: 60px;
	height: 59px;
	margin:5px 5px 0 0;
}
#tel_footer{
	font-size: 1.6em;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	color:#255979;
	font-weight: 700;
}
#tel_footer:before{
	content:'';
	float:left;
	background: url('../images/sprite.png') no-repeat -240px -123px;
	width: 60px;
	height: 42px;
	margin:0 5px 0 0;
}
#mail_footer a{
	font-size: 1.3em;
	font-family: 'Dosis', sans-serif;
	color:#255979;
	font-weight: 500;
}
#mail_footer a:hover{
	color:#d4145a;
}
#mail_footer:before{
	content:'';
	float:left;
	background: url('../images/sprite.png') no-repeat -241px 0;
	width: 59px;
	height: 40px;
	margin:0 5px 0 0;
}
footer #part2{
	background: #cccccc;
	text-align:center;
	color:#808080;
	font-size: 1.4em;
	padding:20px;
}
footer #part2 a{
	color:#808080;
}
footer #part2 a:hover{
	color:#333333;
}


/*-----------------RESIDENCE RUBENS-------------------*/

/*---Fil d'ariane---*/

#breadcrumb ul{
	margin-left: 0;
	border-bottom: 1px solid #E3F9FA;
	padding-bottom: 8px;
	margin-bottom: 18px;
}
#breadcrumb ul li{
	list-style: none;
	display: inline-block;
}
#breadcrumb ul li:after{
	content: "";
	background: url(../images/fleche-breadcrumb.png);
	display: inline-block;
	margin: 0 4px;
	width: 14px;
	height: 10px;
}
#breadcrumb ul li:last-child:after{
	content: none;
}
#breadcrumb ul li a{
	font-size: 1.4em;
}

/*---Contenu---*/

#accueil-residence{
	padding: 24px 0;
	background: url(../images/bg-residence.jpg) no-repeat center;
	background-size: cover;
}

.contenu-residence{
	padding: 30px 0 22px 0;
	border-bottom: 1px solid #F2F2F2;
}
.texte-residence .coordonnees-residence{
	background: #22B573;
	padding: 27px 37px 20px 37px;
}
.texte-residence .coordonnees-residence.residence_2{
	background: #FF931E;
}
.texte-residence .coordonnees-residence h1{
    font-weight: 800;
    font-size: 5.9em;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0;
}
.texte-residence .coordonnees-residence h1 strong{
	color: #007F59;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight: 400;
	text-transform: initial !important;
	font-size: 1em;
	display: block;
	line-height: 0.7em;
}
.texte-residence .coordonnees-residence.residence_2 h1 strong{
	color: #DA602C;
}
.texte-residence .coordonnees-residence p{
    font-size: 2em;
    padding: 5px 0px;
    margin: 10px 0 0 0;
    color: #FFFFFF;
}

.texte-residence .prix-residence {
	background: #007F59;
	padding: 20px 37px;
}
.texte-residence .prix-residence.residence_2 {
	background: #DA602C;
}
.texte-residence .prix-residence p{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 2em;
	color: #fff;
	margin: 0;
}
.texte-residence .prix-residence p strong{
	font-weight: 700;
	font-size: 1.8em;

}
.img-residence > div{
    background-size: cover;
    border: 10px solid #fff;
}
.img-residence > div img{
	max-width: 100%;
	height: auto;
	width: 100%;
	display: block;
}

#edito-residence p{
	font-size: 1.8em;
	line-height: 1.5em;
}

#logement h2{
	font-size: 4.8em;
	font-weight: 600;
	color: #22B573;
	display: inline-block;
	text-transform: uppercase;
	margin: 12px 0;
}
#logement.residence_2 h2{
	color: #FF931E;	
}
#fiche-residence{
	float: right;
	font-family: 'Dosis', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #333333;
	font-size: 1.8em;
	margin-top: 30px;
}
#fiche-residence:before{
	content: "";
    background: url(../images/sprite-residence.png) no-repeat -142px -5px;
    width: 25px;
    height: 36px;
	display: inline-block;
	vertical-align: middle;
	margin: -7px 10px 0 0;
}
#fiche-residence:hover{
	color: #007F59;
}
.table-logement .ligne-table {
	width: 100%;
}
.table-logement .ligne-table > div{
	float: left;
	width: 22%;
	text-align: center;
}
.table-logement .ligne-table > div:first-child{
	width: 56%;
	float: left;
	text-align: left;
}
.ligne-table-titres > div{
	background: #007F59 !important;
}
.ligne-table-titres.residence_2 > div{
	background: #DA602C !important;
}
.ligne-table-titres > div p{
	color: #fff;
	font-size: 2em;
	
}
.ligne-table-titres > div p strong{
	font-weight: 400;
}
.ligne-table-titres > div p strong span{
	font-size: 0.7em;

}
.ligne-table > div:last-child p{
	border-right: none;
}
.ligne-table > div{
	background: #E6E6E6; 
}
.ligne-table > div p{
	font-size: 1.7em;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	padding: 16px 18px;
	font-weight: 400;
	margin: 0;
}
.logement-indispo{
	opacity: 0.4;
}

#equipements{
	margin-left: 40px;
}

#equipements h3{
	color: #00C4D1;
	font-weight: 700;
	font-size: 2.9em;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
.equipements-chambre{
	margin:0;
	list-style: none;
}
.equipements-chambre li{
	margin: 5px 0;
	font-size: 1.7em;
	background: #F2F2F2;
	position: relative;
	padding: 15px 15px 15px 65px;
}
.equipements-chambre li > span{
	content: "";
	background: #00C4D1; 
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
}
.equipements-autres{
	list-style: none;
	background: #F2F2F2;
	margin-left: 0;
	padding: 15px 18px;
}
.equipements-autres li{
	padding: 6px 0;
	font-size: 1.5em;
}
.equipements-autres li:before{
	content: "";
    background: url(../images/sprite-residence.png) no-repeat -48px -61px;
    width: 14px;
    height: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}

#btn-infos-reservations{
	padding: 20px 0 25px 0;
	text-align: center;
	border-bottom: 1px solid #F2F2F2;
	margin-bottom: 22px; 
	min-height:110px;
}
#btn-infos-reservations a{
	background: #22B573;
	display: inline-block;
    padding: 10px 43px;
    text-transform: uppercase;
    font-size: 2.9em;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    text-align: center;
    -webkit-box-shadow: 6px 6px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 6px 6px 0px rgba(0,0,0,0.15);
    box-shadow: 6px 6px 0px rgba(0,0,0,0.15);
    color: #FFFFFF;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -ms-transition: all 200ms;
    transition: all 200ms;
}
#btn-infos-reservations a:hover{
	background: #007F59;
	box-shadow: none;
    margin: 6px 0 0 0;
}
#btn-infos-reservations.residence_2 a{
	background: #F7931E;
}

.residence_2 #fiche-residence:hover{
	color: #da602c;
}

.residence_2 #fiche-residence::before {
    background: rgba(0, 0, 0, 0) url("../images/sprite-residence.png") no-repeat scroll -142px -45px;
    content: "";
    display: inline-block;
    height: 36px;
    margin-right: 15px;
    vertical-align: middle;
    width: 25px;
}

/*Slider*/

.carousel-residence{
	position: relative;
}

.carousel-residence .owl-nav .owl-prev, .carousel-residence .owl-nav .owl-next{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 0;
    padding: 3px 10px;
    text-indent: -5000px;
    background: #00C4D1;
    position: absolute;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -ms-transition: all 200ms;
    transition: all 200ms;
}

.carousel-residence .owl-nav .owl-prev:hover, .carousel-residence .owl-nav .owl-next:hover{
	background: #0093A9
}

.carousel-residence .owl-nav .owl-next:after, .carousel-residence .owl-nav .owl-prev:before{
	content: "";
	position: absolute;
	background: url(../images/sprite-residence.png) no-repeat -5px -56px;
    width: 26px;
    height: 20px;
    top: 50%;
    left: 50%;
	margin-top: -13px;
    margin-left: -10px;
}
.carousel-residence .owl-nav .owl-prev:before{
	transform:rotate(-180deg);
	-ms-transform: rotate(-180deg); /* IE 9 */
    -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */

}
.carousel-residence .owl-nav .owl-prev{
	left: -78px;
    top: 0;
    width: 70px;
    height: 100%;
}
.carousel-residence .owl-nav .owl-next{
	right: -78px;
    top: 0;
    width: 70px;
    height: 100%;
}
#slider-residence{
	margin: 0 78px 27px 78px;
}

/*map*/

#lieu-proximite{
	margin-bottom: 25px;
}

#lieu-proximite .texte-proximite{
	background: #0093A9;
	
}
.texte-proximite p{
	margin:0px;
}
.texte-proximite > div{
	padding: 25px 35px;
}

#lieu-proximite .texte-proximite h2{
	color: #fff;
	text-transform: uppercase;
	font-size: 4.8em;
	font-weight: 600;
	margin: 0 0 20px 0;
}
#lieu-proximite .texte-proximite p{
	color: #fff;
	font-size: 1.7em;
	font-weight: 400;
}
.map-proximite iframe{
	width: 100%;
}

#listing_events{
	margin: 0 -10px;
}

.event{
	position: relative;
	float: left;
	width: 48%;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #255979;
	margin:1%;
}
.event a::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.event img{
	float: left;
	margin: 0 20px 0 0;
}
#contenu{
	border:1px solid #e3f9fa;
}
#contenu .event .event-title{
	color: #00c4d1;
    font-size: 1.8em;
    text-transform: uppercase;
}
#contenu .event .event-title a{
	color: #00c4d1;
}
#contenu .event .event-description{
	color: #FFF;
	font-size: 1.6em;
}
#contenu .event:hover{
	background: #013e63;
}

#contenu h1{
	font-size: 3.2em;
	text-transform: uppercase;
	text-align: center;
}
#contenu h2{
	font-size: 2.6em;
	color: #00c4d1;
	text-transform: uppercase;
	margin:0 0 20px 0;
}
#contenu{
	padding-bottom: 40px;
	background: #e3f9fa;
}

.img_lb_photos{
	float: left;
	margin: 0 30px 20px 0;
}
.owl-carousel .owl-item .img_lb_photos{
	float: left;
	margin: 0 8px;
}
.bloc_bords{
	background:url(../images/fond_ville-contenub.png) bottom right no-repeat #ffffff;
	border-radius:5px;
	padding:40px;
}
.bloc_demi{
	width:50%;
	float:left;
}
.bloc_bords .bloc_demi:nth-child(1){
	padding:0 40px 40px 0;
	border-right:1px solid #e3f9fa;
}
.bloc_bords .bloc_demi:nth-child(2){
	padding:0 0 40px 40px;
}
.bloc_bords input[type="submit"], .bloc_bords button[type="submit"]{
	font-size: 2em;
	text-transform: uppercase;
	float:none;
	display:block;
	margin:auto;
	box-shadow: none;
}
.bloc_bords input[type="submit"]:hover, .bloc_bords button[type="submit"]:hover{
	box-shadow: none;
	background: #0093a9;
}
.form_contact{
	margin:auto;
	max-width:60%;
}
.form_contact input[type="submit"], .form_contact button{
	float:left;
}



/* FORM */

.td_gauche{
	width: 32%;
	float: left;
	clear: both;
	padding: 8px 0;
}
.td_gauche p, .td_gauche label{
	margin: 0;
	padding: 8px 0;
	font-size: 0.875em;
	display: block;
}
.td_droite{
	width: 68%;
	float: right;
	padding: 8px 0;
}
.td_droite input[type="text"], .td_droite input[type="password"], .td_droite input[type="email"], .td_droite input[type="tel"], .td_droite select, .td_droite textarea{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.td_droite textarea{
	margin: 0;
	width: 100%;
	padding:8px;
	min-height: 160px;
}
.td_droite label, .td_droite input[type="radio"]{
	float: left;
	font-size: 0.875em;
	color: #000000;
}
.td_droite input[type="radio"]{
	margin: 6px 5px 8px 0;
}
.td_droite label{
	margin: 8px 25px 8px 0;
}

hr{
	height: 20px;
	border: none;
	border-bottom: 1px solid #DADADA;
	margin-bottom: 30px;
	clear: both;
}

.col_gauche{
	float: left;
	width: 48%;
}
.col_droite{
	float: right;
	width: 48%;
}


.img_gauche{
	float: left;
	max-width: 35%;
	margin: 0 20px 10px 0;
}
.img_droite{
	float: right;
	max-width: 35%;
	margin: 0 0 10px 20px;
}
#documents.columns{
	-webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}
#documents{
	padding: 0;
	margin: 0;
	list-style: none;
}
#documents li{
	position: relative;
	padding: 30px;
	background: #255979;
	margin-bottom:20px;
}
#documents li a{
	font-size: 2em;
	color:#00c4d1;
	text-transform: uppercase;
}
#documents li a:not(.fiche)::before{
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 2;
}
#documents li:hover{
	background:#013e63;
}
#documents li img{
	float: left;
	margin: 0 30px 0 0;
}
#documents li p{
	color:#FFFFFF;
	font-size: 1.6em;
	font-weight: 300;
}
.liste_produit li span{
	font-weight: 700;
	font-size: 1.125em;
	color: #FFFFFF;
	padding-top: 10px;
	display: inline-block;
}
#documents li:hover .fiche{
	background-color: #0098C6;
}




/*-----------------------------RESPONSIVE------------------------*/

@media screen and (max-width:1316px) {
	.overall {
		max-width: 1024px;
	}
	#edito {
		padding: 0 30px 0 25px;
	}
	#edito h2{
		margin: 0 0 10px 0;
    	font-size: 2.6em;
	}
	#actualite .entete h2{
		font-size: 2em;
	}
	#actualite .actualite_contenu .photo{
		width:35%;
	}
	#actualite .actualite_contenu .actualite_txt {
    	width: 65%;
	}
	#actualite .actualite_contenu .actualite_txt h2{
		margin-top:0px;
	}
	footer #part1 .col_left p{
		padding: 0px 60px 20px 0;
	}
	footer #part1 .col_right div {
		width: 100%;
		border-bottom: 1px solid #FFFFFF;
		padding: 15px;
	}
	footer #part1 .col_right div:nth-child(3){
		border-bottom: 1px solid #FFFFFF;
	}
	footer #part1 .col_left{
		width:65%;
	}
	footer #part1 .col_right{
		width:35%;
	}

	.texte-residence .coordonnees-residence{
		    padding: 27px 28px 20px 28px;
	}

	.texte-residence .coordonnees-residence h2{
		font-size: 4.6em;
	}
	.texte-residence .coordonnees-residence p, .texte-residence .prix-residence p{
		font-size: 1.8em;
	}
	.texte-residence .prix-residence {
	    padding: 15.5px 37px
	}
	.event{
		width: 100%;
		margin:0 0 20px 0;
	}
}

@media screen and (max-width:1140px) {
	.overall {
		max-width:inherit;
		padding:0px 20px;
	}
	#residence_accueil .overall{
		padding:55px 50px;
	}
	.texte-residence .prix-residence{
		padding: 20px 37px;
	}
	.texte-residence .coordonnees-residence h2{
		font-size: 4.7em;
	}
}

@media screen and (max-width:1070px) {
	header{
		padding: 20px 0 10px 0;
	}
	header h1{
		display:block;
		width:100%;
	}
	#logo{
		float:none;
		margin:auto;
		display:block;
		max-width: 350px;
	}
	nav{
		display:block;
		width:100%;
		padding:15px 0 0 0;
	}
	#deroulant{
		float:none;
		text-align: center;
	}	

}

@media screen and (max-width:1024px) {
	header {
   	 	background: #e3f9fa;
		padding: 20px 0 0 0;
	}
	#slider{
		width:100%;
		padding:0px;
	}
	#accueil{
		padding:10px 0 20px 0px;
	}
	#edito{
		width:100%;
		padding:20px 0 0 0;
	}
	#residence_accueil{
		border:none;
	}
	#residence_accueil .overall{
		margin:0 auto;
		background:none;
		padding:0px;
		min-height:inherit;
	}
	.bloc_residence_accueil{
		width:100%;
	}
	.plus_logement{
		right:0px;
		top:0px;
	}
	.plus_logement span{
		display:block;
	}
	.plus_logement img, #residence1:after, #residence2:before{
		display:none;
	}
	.bloc_residence_accueil{
		box-shadow:none;
	}
	.bloc_residence_accueil:hover .savoir_plus{
		margin:10px 0 0 0;
	}
	.bloc_residence_accueil .apercu{
		display:inherit;
		float:left;
		margin: 0 0 0 10%;
	}
	.bloc_residence_accueil .nom{
		margin:10px 0 0 0;
	}
	.bloc_residence_accueil .apercu img{
		max-width:85%;
	}
	.bloc_residence_accueil .savoir_plus{
		max-width:40%;
		float:none;
		display:block;
		margin:auto;
		margin-top:15px;
	}
	.bloc_residence_accueil:hover .savoir_plus{
		box-shadow:none;
		margin:auto;
		margin-top:15px;
	}
	#info_accueil, #info_accueil .overall{
		padding:0;
	}
	#actualite, #info_apl{
		width:100%;
		padding:0px;
	}
	#info_apl>div{
		height:inherit;
	}
	footer #part1 .col_left{
		width:100%;
		border-bottom:1px solid #FFFFFF;
	}
	#map_footer img{
		max-width:150px;
	}
	#map_footer{
		width:180px;
		height:inherit;
		margin: 0 30px;
	}
	footer #part1 .col_right{
		width:100%;
	}
	footer #part1 .col_right div{
		width:50%;
	}
	footer #part1 .col_right div:nth-child(3){
		border:none;
	}
	footer #part1{
		padding:20px 0px;
	}

	#breadcrumb{
		margin-top: 16px;
	}
	.col_9, .col_3, .col_6{
		width: 100%;
	}
	#equipements{
		margin-left: 0;
		margin-top: 25px;
	}
	#desc-residence .col_8, #desc-residence .col_4{
		width: 100%;
	}
	.event img{
		width: 40%;
	}
	.bloc_demi{
		width:100%;
	}
	.bloc_bords .bloc_demi:nth-child(1) {
		padding: 0;
		border-right:none;
	}
	.bloc_bords .bloc_demi:nth-child(2) {
		padding: 40px 0 0 0;
	}
	.form_contact{
		max-width:80%;
	}
	.visu_apl{
		display:block;
		margin:15px auto;
		float:none;
		max-width:100%;
	}
	.visu_transport{
		display:block;
		margin:15px auto;
		float:none;
		max-width:100%;
	}
}

@media (max-width: 780px) {
	#fiche-residence{
		float: none;
		display: block;
		margin: 5px 0 20px 0;
	}
	.ligne-table-titres > div p{
		height: 77px;
	}
	.event{
		width: 100%;
	}
}

@media (max-width: 740px) {
	nav {
		width: 100%;
		position: relative;
		margin: 0px;
		padding:0px;
	}
	#btn_menu {
		display: inline-block;
    	float: right;
	}
	#btn_menu.actif #picto_menu span {
		background: #00c4d1;
	}
	#btn_menu.actif #picto_menu::after {
		transform: rotate(45deg) !important;
		-ms-transform: rotate(45deg) !important;
    	-webkit-transform: rotate(45deg) !important;
		margin-top: -20px;
	}
	#btn_menu.actif #picto_menu::before {
		transform: rotate(-45deg) !important;
		-ms-transform: rotate(-45deg) !important;
    	-webkit-transform: rotate(-45deg) !important;
		margin-top:15px;
	}
	ul#deroulant {
		z-index: 989;
		display: none;
		background: #00c4d1;
		width: 100%;
		overflow: auto;
	}
	ul#deroulant li {
		float: none;
		width: 100%;
		border: none;
		border-bottom: 1px solid #FFFFFF;
	}
	ul#deroulant li:first-of-type {
		border-bottom: 1px solid #FFFFFF !important;
	}
	ul#deroulant li ul li:last-of-type, ul#deroulant li ul li:last-of-type a {
		border-bottom:none;
	}
	ul#deroulant li a {
		text-align: center;
		margin: 0;
		padding: 16px;
		height: auto;
		color: #FFF;
	}
	ul#deroulant li a:hover{
		background: #1a1a1a;
	}
	ul#deroulant li a br {
		display: none;
	}
	ul#deroulant li a::before {
		left: 50%;
	}
	ul#deroulant.actif {
		display: block;
	}
	#deroulant>li {
		float: left;
	}
	#deroulant>li>ul {
		display:block;
		position:inherit !important;
		width: 100%;
		overflow:inherit;
		transition:none !important;
    	box-shadow:none;
		max-height:inherit;
	}
	ul#deroulant li ul li:first-of-type{
		border:none !important;
	}
	.carousel .owl-dots, .overall_slide{
		display:none !important;
	}
	header h1{
		display:inline-block;
	}
	#logo{
		float:left;
	}
	#logo strong{
		font-size: 1em;
	}
	.bloc_residence_accueil .apercu{
		float:none;
		display:block;
		margin:auto;
		margin-top:10px;
	}
	.bloc_residence_accueil{
		padding:35px 20px 20px 20px;
		text-align: center;
	}
	.bloc_residence_accueil .apercu img{
		max-width:inherit;
	}
	.bloc_residence_accueil .savoir_plus{
		max-width:inherit;
	}
	#actualite .entete, #actualite .actualite_contenu{
		width:100%;
		padding:20px;
		height:inherit;
	}
	#actualite .entete h2 strong{
		display:inline-block;
	}
	#actualite .entete a:before{
		display:none;
	}
	#actualite .entete a{
		display:block;
		margin:10px 0 0 0;
		padding:5px 0px;
		background: #00c4d1;
		color:#FFFFFF;
		font-weight: 700;
	}
	footer #part1 .col_right div{
		width:100%;
	}
	#map_footer{
		display:none;
	}
	footer #part1 .col_left p{
		text-align: center;
		padding:0 0 20px 0;
	}
	footer #part1 .col_right div:nth-child(3) {
		border-bottom: 1px solid #FFFFFF;
	}
	#info_apl>div{
		padding:20px;
	}
	#edito-residence p{
		font-size: 1.7em;
	}
}

@media screen and (max-width: 640px){
	.ligne-table-titres > div p {
    	height: 100px;
	}
	.table-logement .ligne-table > div{
		width: 32%;
	}
	.table-logement .ligne-table > div:first-child{
		width: 36%;
	}
	#fiche-residence{
		font-size: 1.5em;
	}
	.td_gauche, .td_droite, .td_droite input[type="text"], .td_droite input[type="password"], .td_droite input[type="email"], .td_droite input[type="tel"], .td_droite select, .td_droite textarea{
		width: 100%;
	}
	.td_gauche{
		padding:0px;
	}
	.td_droite{
		padding:0 0 8px 0;
	}
	.bloc_bords{
		padding:20px;
		background-image:none;
	}
	#documents li img {
		float: none;
		margin:auto;
		display:block;
		margin-bottom:20px;
	}
	#documents li a{
		text-align: center;
		display:block;
	}
	#documents li{
		padding:20px;
	}
	.form_contact{
		max-width:100%;
	}
	.form_contact input[type="submit"], .form_contact button{
		float:none;
		margin:auto;
	}
	.btn_retour{
		text-align: center;
	}
	#listing_events{
		margin:0px;
	}
	.texte-residence .coordonnees-residence h1{
		font-size: 4em;
	}
	#fiche-residence{
		padding:0 0 0 0;
	}
	#fiche-residence:before{
		float:left;
		margin:0 10px 0 0;
	}
}

@media screen and (max-width: 480px) {
	.img_lb_photos{
		width: 100%;
		display: block;
		margin: 0 0 12px 0;
	}
	.img_lb_photos img{
		display: block;
		width: 100%;
	}
	.overall{
		padding:0px 15px;
	}
	header{
		padding:10px 0;
	}
	#logo:before{
		width:56px;
		height:43px;
		margin: 12px 10px 12px 0;
		background-size:200px;
	}
	#logo{
		font-size: 2em;
		max-width: 220px;
		margin-top:5px;
	}
	#picto_menu{
		margin: -70px 0 0 -12px;
	}
	.plus_logement{
		width:100%;
		text-align: center;
	}
	#actualite .actualite_contenu .photo{
		float:none;
		display:block;
		margin:auto;
		width:45%;
		margin-bottom:15px;
	}
	#actualite .actualite_contenu .actualite_txt{
		padding:0px;
		width:100%;
		text-align: center;
	}
	.bloc_residence_accueil .nom strong{
		font-size: 1em;
	}
	#lieu-proximite .texte-proximite h2, #logement h2, .texte-residence .coordonnees-residence h2{
		font-size: 4em;
	}
	.texte-proximite > div{
		padding: 25px;
	}
	.texte-residence .coordonnees-residence {
		padding: 25px;
	}
	#contenu h1, #contenu h2 {
    	line-height: 1em;
		text-align: center;
	}
	#residence1_footer strong, #residence2_footer strong{
		font-size: 1em;
	}
	
}

/* REDIM IMAGES HD */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (-o-min-device-pixel-ratio: 3/2),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
	a#demande_devis:before{
        background-image: url(../images/x2/sprite.png);
        background-size: 300px auto;
    }
    #breadcrumb ul li:after{
        background-image: url(../images/x2/fleche-breadcrumb.png);
        background-size: 14px auto;
    }
    #fiche-residence:before, .equipements-chambre li:first-child:before, .equipements-chambre li:nth-child(2):before, .equipements-chambre li:last-child:before, .carousel-residence .owl-nav .owl-prev:before,
    .carousel-residence .owl-nav .owl-next:after, .equipements-autres li:before{
    	background-image: url(../images/x2/sprite-residence.png);
        background-size: 170px auto;
    }

}
