/************************************** Global ***************************************/


* {
	box-sizing: border-box;
}


body, html {
	background: #fff;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

header nav{
	background-color: #fff!important;
	box-shadow: 0px 1px 1px #ddd;
}

header nav li{
	margin: 0px 20px;
}

#header-logo{
	width: 150px;
}

#footer{
	margin-top: 50px;
}

#footer-container{
	background-color: #1b319e;
	padding: 40px 0px;
	color: #fff;
	font-size: 12px;
}

#footer-socials-container{
	margin-top: -10px;
}

#footer .social{
	border: solid 1px #fff;
	border-radius: 25px;
	height: 40px;
	width: 40px;
	padding-top: 8px;
	margin: 0px 10px;
}

#footer-copyright{
	background-color: #ff006a;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	padding: 20px;
	color: #fff;

}

.title-container{
	text-align: center;
	margin: 50px auto 100px auto;
}

.title{
	position: relative;
	text-transform: uppercase;
	font-size: 25px;
	color: #ff006a;
	width: 450px;
	margin: auto;
}

.title::before{
	content: '';
	position: absolute;
	left: -100px;
	top: 50%;
	height: 2px;
	width: 100px;
	background-color: #ff006a;
}

.title::after{
	content: '';
	position: absolute;
	right: -100px;
	top: 50%;
	height: 2px;
	width: 100px;
	background-color: #ff006a;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    color: #1b319e;
    margin-top: 20px;
}

span.obligatoire{
	color: #ff006a;
}

.form-field .uk-inline{
	width: 100%;
}

.centered-horizontaly{
	margin-left: auto;
	margin-right: auto;
}


/***********************************  Page d'accueil ************************************/

#home-search-text{
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
	color: #ff006a;
	margin-bottom: 50px;
}


#box_recherche{
	background-image: url('images/search-background.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	height: 300px;
	width: 100%;
	position: relative;
}

#box_recherche > div{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background-color: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#box_recherche button{
	color: #fff;
}

#id_recherche{
	background-color: transparent;
	color: #fff;
}

#id_recherche::focus{
	background-color: transparent;
}

#box_recherche input::placeholder{
	color: #fff;
}

#home-items-container{
}

.annonce{
}

.annonce > div {
	background-color: #fff;
	border-bottom: solid 2px #ccc;
	position: relative;
}

.annonce-img-container{
	position: relative;
	padding: 10px;
}

.annonce-img{
	width: 100%;
}

.annonce-content{
	margin-bottom: 70px;
}

.annonce-entreprise{
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 10px;
	color: #444;
	font-weight: 300;
}

.annonce-type{
	position: absolute;
	bottom: 0;
	left: -5px;
	padding: 10px 10px;
	background-color: #ff006a;
	color: #fff;
	text-transform: uppercase;
	font-size: 9px;
}

.annonce-localisation{
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
}

.annonce-more{
	position: absolute;
	bottom: 0;
	left: 0px;
	text-align: center;
	margin: auto;
	text-transform: uppercase;
	font-size: 10px;
	padding-right: 20px;
	background-color: #1b319e;
	color: #fff;
	padding: 10px 10px;
	width: 100%;
}



/************************** Page inscription entreprise *****************************************/


.entreprise-register-form{
	width: 75%;
	padding: 60px 60px 100px 60px;
	margin: 70px auto 50px auto;
}


.body-entreprise{
	/*background-attachment: fixed;
	background-size: cover;
	background-image: url("images/theme/entreprise-register-background.png");
	background-position: center center;
	background-repeat: repeat;*/

	/*background-color: #fcfcfc;*/
	background-image: linear-gradient(to bottom right, #ff006a, #1b319e);
}

.btn-sub{
	margin-top: 50px;
	background-color: #1b319e;
	padding: 10px 75px;
	color: #fff;
	transition: .7s;
}

.btn-sub:hover{
	margin-top: 50px;
	background-color: #ff006a;
}




/************************** Page validation entreprise *****************************************/


.entreprise-validation-form{
	width: 50%;
	padding: 80px 60px 100px 60px;
	margin: 70px auto 50px auto;
}


.body-validation{
	/*background-attachment: fixed;
	background-size: cover;
	background-image: url("images/theme/entreprise-register-background.png");
	background-position: center center;
	background-repeat: repeat;*/

	/*background-color: #fcfcfc;*/
	background-image: linear-gradient(to bottom right, #ff006a, #1b319e);
}

.btn-sub{
	margin-top: 50px;
	background-color: #1b319e;
	padding: 10px 75px;
	color: #fff;
	transition: .7s;
}

.btn-sub:hover{
	margin-top: 50px;
	background-color: #ff006a;
}


/****************************** Page plan entreprise *****************************/

.informations-bloc{
	margin-bottom: 50px;
}

.publication{
	margin-bottom: 20px;
}

.publication-desc{
	padding: 20px 40px 50px 40px;
}

.publication-date{
	padding: 30px;
	text-align: center;
	color: #ff006a;
}

.titre-qsn {
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    background: #1b319e;
    color: #fff;
    margin-bottom: 30px;
}

.qsn-text{
	font-size: 15px;
	padding: 0px 0px 30px 0px;
}

.qsn-image img{
	width: 100%;
}

.plan-entreprise-titre{
	background-image: linear-gradient(to bottom right, #ff006a, #1b319e);
	text-align: center;
	font-size: 30px;
	color: #fff;
	height: 350px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 20px;
}

.envoi-message{
	background-color: #1b319e;
}

.envoi-message form{
	padding: 30px 20px;
}


.envoi-message #valider_message{
	margin-top: 50px;
	background-color: #1b319e;
	padding: 10px 75px;
	color: #fff;
	transition: .7s;
}

.envoi-message #valider_message:hover{
	margin-top: 50px;
	background-color: #ff006a;
}

.envoi-message #a_nom, .envoi-message #a_messag{
	width: 100%;
}

.envoi-message label{
	color: #fff;
}

.envoi-message #avi2{
	background: #1b319e;
}

.envoi-message .btn-sub{
	background-color: #ff006a;
	border: solid 1px #ff006a;
	transition: .7s;
}

.envoi-message .btn-sub:hover{
	border: solid 1px #fff;
	color: #fff;
	background: transparent;
}

.autres-infos{
	background-color: #ff71ac;
	padding: 40px 50px!important;
	color: #fff;
}

.voir-aussi{
	background-color: #1b319e;
	padding: 40px 30px;
	color: #fff;
	margin-top: 30px;
}

.autres-infos .localisation{
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
}

.autres-infos a:hover{
	color: #fff;
}

.autres-infos .other a{
	color: #fff;
	font-size: 12px;
}

.voir-aussi h3{
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}


.message-btn{
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	background-color: #ff006a;
	padding: 15px;
	border: solid 1px #ff006a;
	transition: .7s;
}

.message-btn:hover{	
	color: #ff006a;
	border: solid 1px #ff006a;
	background-color: transparent;
}


.plus-info-btn{
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	background-color: #1b319e;
	padding: 15px;
	border: solid 1px #1b319e;
	transition: .7s;
}

.plus-info-btn:hover{	
	color: #1b319e;
	border: solid 1px #1b319e;
	background-color: transparent;
}

#image_preview{
	position: relative;
}


#image_preview img{
	text-align: center;
	margin: auto;
	border-radius: 50%;
}

.main-entreprise-info{
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 15px;
}

.entreprise-type{
	margin-bottom: 30px;
}

.row-main-container{
}

.row-main{
	margin-bottom: 30px;
}

.social-table{
	text-transform: uppercase;
}

.social-table td a{
	transition: .7s;
}


.social-table td a:hover{
	color: #ff006a;
	text-decoration: none;
}

#plan-entreprises-options{
	margin-bottom: 30px;
}


#plan-entreprises-options a:hover{
	text-decoration: none;
}


#plan-entreprises-options a div{
	transition: .7s;
}

#plan-entreprises-options a:hover div{
	background-color: #1b319e;
	color: #fff;
}

#plan-entreprises-options a div.active{
	background-color: #1b319e;
	color: #fff;
}



#plan-entreprises-options .option-link{
	color: #1b319e;
	border: solid 1px #1b319e;
	padding: 15px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
}

.opt-title {
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    background: #1b319e;
    color: #fff;
    margin-bottom: 30px;
}


.option-item{
	padding: 20px;
	background-color: #ff006a;
	color: #fff;
	margin-bottom: 50px;
}

.nbre-chambres{
	text-transform: uppercase;
    font-weight: bold;
}

.prix{
	text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.voir-aussi-location{
	text-align: center;
	color: #fff;
}

.voir-aussi-item{
	padding: 10px 20px;
	margin-bottom: 15px;
}

.voir-aussi-item-nom span.icon{
	font-size: -10px;
}

.voir-aussi-item:hover{
	color: #fff;
}

.btn-commande{
	text-align: center;
	float: right;
	margin-right: 20px;
	padding: 15px 50px;
	background-color: #1b319e;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
}

.btn-commande:hover{
	background-color: #ff006a;
	text-decoration: none;
	color: #fff;
}