
html{
	font-family: sans-serif;	
	/*scroll-behavior: smooth;*/
}
body{
	margin:0;
	background-color: #F2F0F1;
}

#cookieBar{
	display: none;
	font-size: 10px;
	background-color: white;	
	z-index:20;
	position: fixed;	
	height: 75px;
	width : 100%;
	justify-content: space-around;
	align-items: center;
}
#cookieBar p {
	width: 50%;
	margin-top:5px;
	margin-left: 10px;
	flex-grow: 5;

}
#btnValider button{
	font-weight: bold;
}
#cookieBar div{
	display: flex;
	justify-content: space-between;
}
#cookieBar #btnCookie{
	margin: 5px 5px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;	
	align-items: center;
}
#cookieBar #btnCookie a {
	text-decoration: none;
}
#slider-amount  {
	margin-top: 10px;
	background-color: #726d65;
	border-radius: 10px;
	height:20px;
	position:relative;
}
#insideSlide {
	background-color: #e8e0d3;
	margin-left: 0%;
	margin-right:70%;
	border-radius: 10px;
}
#minHandle {
	position:absolute;
	height:30px;
	background-color: #a3b3c8;
	width:30px;
	border-radius: 50%;
	top:-5px;
	left:0%;
}
#maxHandle {
	position:absolute;
	height:30px;
	background-color:  #a3b3c8;
	width:30px;
	border-radius: 50%;
	top:-5px;
	right:0%;
}
#cookieBar button{
	font-family:'Myriad Pro Semibold',sans-serif;
	cursor: pointer;
	background-color: #75706A;
	border-radius: 2px 2px;
	padding: 10px 10px;
	width:90%;
}
#cookieBar a {
	color :black;
	text-decoration-line: underline;
}
#cookieBar a:hover {
	color :black;
}
#logo{
	margin-top: 0;
	background-color: #75706A;
	height: 75px;
	width : 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#logo #mainLogo {
	width:auto;
	height:28px;	
}
#rightHeader{	
	display: flex;
	align-items: center;	
}
#phone{
	margin-left:5px;
	padding:0 2px;
	border-radius:2px;
	width:auto;	
	background-color: #e8e0d5;
	height:28px;
}
#phone svg {
	margin-top:2px;
	fill:#75706a;
}
#main {
	width:100%;
	position: relative;
	height: 300px;
	/**/
	background: url('../images/LUCE-01-2.jpg');
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
}
#white {
	width:100%;
	height:50px;
	background-color: white;
}
#main div{
	width: 90%;
	margin-top: 20px;
}

#formContact{
	margin-top:-180px;
	background-color: rgba(0,0,0,0);
	display: flex;
	flex-direction: column;
	align-items: center;	
	position: relative;
	width: 100%;
}
#rond{
	font-family: sans-serif;
	text-align: center;
	bottom: 16.5%;
    left: 42.5%;
	position: absolute;
	height:50px;
	width: 50px;
	background-color: white;
	border-radius: 50%
}
#rond p {
	font-family: Times;
	font-weight: bold;
	font-style: italic;
	font-size: 2em;
	color:#A4B5C9;	position : absolute;
	left:42.5%;
    bottom:16.5%;
	margin:0;
}
#commercial{
	position: relative;	
	width: 90%;
	display:flex;
	flex-direction: column;
}
#reservation{
	flex-grow: 1;
	background-color: #A4B5C9;
	font-size: 14px;
	font-weight: bold;
	color:white;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
#proprietaire{
	font-family: 'Gobold Uplow', sans-serif;
	font-size:1em;
	color:white;
	text-align: center;
	flex-grow: 2;
	background-color: #75706A;
	padding-bottom: 15px;
}
#proprietaire p {
	margin:0;
	margin-bottom: -12px;
}
.formulaireShow {
	position: fixed;
	z-index: 1000000;
	height:100vh;
	margin:0;
	background-color: rgba(0,0,0,0.3);
	top:0;
	left:0;
	right:0;
}
.formulaireShow form {
	margin:auto;
} 
#formulaire{	
	margin-bottom:15px;
	display: flex;
	flex-direction: column;
	align-items: center;	
	justify-content: center;
}
#formulaire > div:nth-child(1) {
	height: 100%;	
	background-color: rgba(0,0,0,0);	
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width:100%;
}
form p {    
    	font-size:13px;
    }
    #parMois p:first-child {
    	margin-top:5px;
		margin-bottom: -6px;
    }
    #parMois p:last-child {
    	margin-top: -2px;
    }
form{
	background-color: white;
	font-size: 1em;
	display: flex;
	flex-direction: column;
	align-items: center;	
	width:100%;
}
input{
	/*color: #D5D4D2;*/
	padding-bottom: 10px;
	font-size: 1em;
	width: 100%;
	border:none;
	border-bottom: 2px solid #D5D4D2;
}
[type="radio"]{

	width:20px;
	margin:0;
}

button{
	width: 100%;
	height: 100%;
	color:white;
	background-color: red;
	padding-top: 20px;
	padding-bottom: 20px;
	border: none;
	cursor: pointer;
}
form div:first-child{
	padding-top:20px;
}
.form-group {
	width:80%;
    padding-bottom: 20px;
    min-height:30px;
}

.pb-5 {
	min-height: 25px;
	padding-bottom: 5px;
}

.pb-2 {
	padding-bottom: 2px;
}
#btnValider{
	padding-bottom: 0;
	width: 100%;
}
#radioBtn{
	display: flex;
	align-items:center;
	justify-content: start;
}
.para {
	padding-top: 10px;
	padding-bottom:22px !important;
	color: #75716a;
}
#tvaPret{
	display: flex;
	flex-direction: row;
}
#prix{
	color:white;
	margin-bottom: 2px;
	display: flex;
	flex-grow: 1;
}
#tarif{
	padding: 8px 8px;
	background-color: rgba(0,0,0,0.5);
	flex-grow: 5;
}
#tarif p {
	margin-top: 0;
	margin-bottom: -18px;
	font-size: 11px;
}
#tarif p:before{
	content:'';
	display:inline-block;
	width:6px;
	height:6px;
	margin-right: 5px;
	background-color: #e9dfd5;	
	vertical-align: middle;
}
.arrow {
	margin-top: 1px;
	font-size:11px;
	vertical-align: sub;
}
#tva{
	margin-right:2px;
	display: flex;
	justify-content: center;
	text-align:center;
	background-color: rgba(0,0,0,0.5);
	flex-grow: 1;
}
#tva img{
	height:70px;
}
#pret img{
	height:70px;
}
#pret{
	display: flex;
	justify-content: center;
	text-align:center;
	background-color: rgba(0,0,0,0.5);
	flex-grow: 1;
}
h2{
	font-size: 0.9em;
	font-family: 'Gobold Uplow', sans-serif;
	margin-top: 0;
}
h1{
	font-size: 1.25em;
	font-family: 'Gobold Uplow', sans-serif;
	font-weight: normal;
	color: white;
	margin-top: 0;
	margin-left: 0;
	margin-bottom:0;
}

a{
	text-decoration: none;
}
#doc{
	font-size: 0.8em;
	font-family:'Myriad Pro Semibold', sans-serif;
	padding:6.5px 10px;
	background-color: #A4B5C9;
	border-radius: 2px 2px;
	color: white;
}

h2{
	color:#75706A;
}
#phone img {
	margin-left: 10px;
	margin-top:4px;
	border-radius: 2px 2px;
}
footer{
	margin-bottom:20px;
	font-size:8px;
	display: flex;
	justify-content: center;
	width:100%;
	padding-top:10px;
	height: auto;
	background-color: #F2F0F1;
}
.container{
	padding-top:75px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#container{

	text-align: justify;
	width: 90%;
	color:#BAB9B5;
}
.mainContainer{
	width:90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.radio-button{
  position: relative;
  margin: 20px 0;
}

.radio-button input{
  position: absolute;
  margin: 5px;
  padding: 0;
  /* for mobile accessibility (iOS Label Bug) */
  visibility: hidden;
}
.radio-button .label-visible {
  margin-left: 1.75em;
  margin-bottom: 0;
}

.fake-radiobutton{
  position: absolute;
  display: block;
  top: -2px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid slategray;
  background-color: white;
}
#Non .fake-radiobutton{
	left: 2px;
}

.fake-radiobutton:after{
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  background: #75716a;
  transform: translateX(-50%) translateY(-50%);
}

.fake-radiobutton { border-radius: 50%; }
.fake-radiobutton:after { border-radius: 50%; }

input[type="radio"]:checked + span .fake-radiobutton:after{ display: block; }

#quatreDivs {
	color: #75716a;
	margin-top: 10px;
	font-family: sans-serif;
	width: 90%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#quatreDivs div {
	cursor:pointer;
	padding-bottom: 15px;
	padding-top: 10px;
	font-size: 9px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: white;
	margin-bottom: 10px;
	width: 48%;
}
#quatreDivs div span{
	padding-top: 10px;
}
#audace{
	color:white;	
	width:100%;
	min-height:75px;
	text-align: center;
}
#audace > div:nth-child(1) > div > img {
	width:40%;
	height: auto;
}
#audace > div:nth-child(1){	
	background-image: url('../images/evergreen.png');
	background-position: center;
	background-size: cover;
	width:100%;	
}
#audace > div:nth-child(1) > div {
	padding-top: 5px;
	width: 100%;
	height:100%;
	background-color: rgba(0,0,0,0.3);
} 
#audace > div > div > h2{
  color: white;
	font-size:20px;
	margin-bottom: 0;
}
#audace > div > div >  h3{
  color: white;	
	margin-top:0;
	margin-bottom:30px;
}

.audace div{
	background-color: #716c66;
}
.audace > div:nth-child(3){
	padding-bottom:10px;
}
.audace > div:nth-child(2) {
	margin-top:-5px;	
	padding-bottom:10px;
}
.audace img {	
	width:100%;
	height:auto;
}
#accordeonContainer {
	width:90%;
}
.accordeon{
	min-height:75px;
	margin-bottom:15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	font-size: 14px; 
}
.accordeon h3 {
	font-size:14px;
}
.accordeon > div{
	color:white;
	/*! margin-top:5px; */
	/*! height: 125px; */
}
.arrowContainer > div{
	cursor: pointer;	
	width:30px;
	height:20px;
	background-color: #e8dfd4; 	
	margin-top: -20px;
  left: 48.5%;

}
.arrowContainer{
	position: relative;
	text-align: center;
	height: 7px;
	width: 100%;
	background-color: #e8dfd4;
	display: flex;
	justify-content: center;
}
.accordeon span {
	margin-top:4px;
}
.accordeon > div:nth-child(2){
	position: relative;
	/*! text-align: center; */
	/*! height:7px; */
	/*! width:100%; */
	/*! background-color: #e8dfd4; */ 
	/*! display: flex; */
	/*! justify-content: center; */
}

.selectHoraire, .selectPlan {	
	color: #75716a;
	display: none;
	flex-direction: column;
	padding-bottom: 10px;
	border-bottom: #D5D4D2;
}
.selectHoraire select, .selectPlan select {
	color:#75716a;
	margin-top: 5px;
	padding:5px;
	border-radius: 5px;
	-moz-appearance: none;
	 -webkit-appearance: none;
}   

#architecture > div:nth-child(1) {
	background-image: url('../images/architecture.png');
	background-position: center;
	background-size: cover;
	width:100%;
	min-height:75px;
	text-align: center;
}
.architecture div{
	background-color: #726d65;
}
.architecture p {
	color: #e8e0d3 !important;
}

.architecture > div:nth-child(1) {
	padding:10px 10px;
}
#localisation > div:nth-child(1){
	width:100%;
	min-height:75px;
	background-image: url('../images/localisation.png') ;
	background-position: center;
	background-size: cover;
	text-align: center;
}
.localisation > div:nth-child(1) {	
	background-color: #726d65;
	padding: 10px 10px;
}

.localisation > div:nth-child(1) > p {
	margin:0;
	color: #e8e0d3 !important;
}

#standing > div:nth-child(1){
	width:100%;
	min-height:75px;
	background-image: url('../images/standing.png');
	background-position: center; 
	background-size: cover;
	text-align: center;
}
#prestaQualite {
	display:flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
}
.standing > div:nth-child(1), .standing > div:nth-child(3) {
	padding: 10px 10px;
}
.standing > div:nth-child(3) > div > img {
	width:20%;
	height:auto;
	margin-right:10px;
	margin-left:10px;
}
.standing > div:nth-child(3) {
	background-color: #7d7770;
}
.standing > div:nth-child(3) p {
	color:white;
}
.standing > div:nth-child(3) > div > p {
	width:80%;
	color:white;
	padding:0;
}
.standing > div:nth-child(3) > div {
	margin-bottom:10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.standing > div:last-child {
	position:relative;
}
#T4{	
	position: absolute;
	padding:5px 10px;
	bottom:0;
	right:0;
	background-color: rgba(0,0,0,0.3);
}
#T4 > p {
	font-family: 'Gobold Uplow',sans-serif;
	padding: 0;
	color: white;
	margin: 0;
}
#avantage > div:nth-child(1){
	width:100%;
	min-height:75px;
	background-image: url('../images/avantage.png') ;
	background-position: center;
	background-size: cover;
	text-align: center;
}
#investir > div:nth-child(1){
	width:100%;
	min-height:75px;
	background-image: url('../images/investir.png');
	background-position: center;
	background-size: cover;
	text-align: center;
}

.arrow_down {  
  border: solid #75706a;
  border-width: 0 3.5px 3.5px 0;
  display: inline-block;
  padding: 3px;
  transition: 300ms linear all;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.arrow_up {
  border: solid #75706a;
  border-width: 0 3.5px 3.5px 0;
  display: inline-block;
  padding: 3px;
  transition: 300ms linear all;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.inside {
	display:none;
	background-color: white;
	width:100%;	
	text-align: left;
	font-size:11px;
	margin-bottom:10px;	
	transition : linear 0.5s;	
}

.inside p {
	margin:0;
	color: #75716a;
	padding:10px 20px;
}
#planBack {
	margin-bottom:-3px;
	width: 100%;
	height:auto;
}
#dessusContainer {
	position:relative;
}
#dessus {
  display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	top:0;
	left:0;
	height:30px;
	width:100px;
}
#dessus p{
	font-family: 'Gobold Uplow',sans-serif;
	padding:0;
	color:white;
	margin:0;
}
.close {
	display: none;
	height:10px;
	margin-left: 200px;
	margin-top:10px;
	opacity:0.3;
	text-decoration: none;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  right: 40px;
  content: ' ';
  height: 30px;
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
#map {
	background-color: #726d65;
	cursor:pointer;
	width:100%;
	padding-bottom:20px;
}
#map > img {
	width:100%;
	height:auto;
}
/*.mapHuge {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 1000000;
	height:100vh;
	margin:0;
	background-color: rgba(0,0,0,0.3);
	top:0;
	left:0;
	right:0;
}*/
#details{
	display: flex;
	flex-direction: column;
	background-color: #e8dfd4;
	padding-bottom: 20px;
}
#acces{
	text-align:center;
	padding:10px 10px;
	font-family: 'Gobold Uplow', sans-serif;
	z-index:10;
	background-color: #a3b3c7;
	color:white;
	font-size:20px;
	margin-top:-25px;
	width:40%;
	align-self: center;
}

.paraDetail h4{
	font-family: 'Gobold Uplow', sans-serif;
	letter-spacing: 0.5px;
	font-size:17px;
	color:#736c72;
	display: flex;
}
.paraDetail h4::after {
	content:'';
	width:60%;
	margin-left:20px;	
	border-bottom: 2px solid #dcd3c9;	
	width: 100%;
	margin-left: 4px;
	display: block;
	margin-bottom: 5px;
	margin-right: 10px;	
}
.paraDetail ul {
	padding-left:20px;
}
.paraDetail li {
	color:#736c66;
	margin-bottom: 0px;
	list-style: none;
	font-style: italic;
}
.paraDetail p {
	line-height: 12px;
}
.paraDetail li div img {
	margin-right:15px;
	height:20px;
	width:auto;
	vertical-align: middle;
}
.paraDetail li div {
	display: flex;
	align-items: center;
}
.paraDetail li div p img {
	margin:0;
	margin-top:-4px;
	vertical-align: -5px;
}
.paraDetail p {
	padding:0;
}
.titleDetail {
	margin-top:15px;
	display: flex;
	align-items: center;
}
.titleDetail h4{
	margin:0;
	width:100%;
}
.titleDetail img {
	background-color: #a3b3c7;
	width:35px;
	margin-right :10px;
	margin-left: 15px;
}
#rt2012 {
	display: flex;	
	align-items: center;
	background-color: #e8dfd4;
}
#rt2012 > div:nth-child(2) {
	margin-right:10px;
}
#rt2012 img {
	width:100%;
}
#rt2012 > div:nth-child(1) > p {
	margin-left:10px;
	width:80%;
	color:#726d65;
}
.inside.standing img {
	display: block;
  width : 100%;
}
.standing > div:nth-child(1) {
	background-color: #7d7770;
	padding:10px;
}
.standing > div:nth-child(1) p{
	color:white;
}

.standing > div:nth-child(4) > div:nth-child(2) {
	display: flex;
}

.standing > div:nth-child(4) > div:nth-child(2) >div:nth-child(1) {
	width:40%;
}

.standing > div:nth-child(4) > div:nth-child(2) >div:nth-child(2) {
	width:60%;
}

.standing > div:nth-child(4) img {
	height: 100%;
}

.inside.avantage {
	background-color: #7d96ae;	
	flex-direction: column;
	align-items: center;
}
.avantage div{	
	margin-bottom:10px;	
	width:100%;
	display:flex;
	flex-direction: column;
	align-items: center;
}
.avantage {
	padding: 20px 0;
}
.avantage h3{
  margin:5px 0;
}
.avantage > div > div:nth-child(1){
	display: flex;
	flex-direction: row;
	margin-bottom: -5px;
	width:90%;

}
.avantage > div > div:nth-child(2){
  width:90%;
}

.avantage img {
	padding-right:10px;
	padding-left: 20px;
	height:auto;
	width:20%; 
}
.avantage h3 {
	font-family: 'Gobold Uplow', sans-serif;
	font-size:25px;
}
.avantage p {
	color: white;
}
.avantage img {
	display: block;

}

.investir {	
	justify-content: center;
	align-items: center;
 	padding:20px 0;
	background-color: #a3b3c8;
}

.investir p {
	margin-bottom:10px;
	font-size: 13px;
	padding:0;
}
.investir span:nth-child(1){
	font-family: 'Gobold Uplow', sans-serif;
	margin-left:1px;
}
.investir > div:nth-child(1){
	padding: 20px;
	width:80%;
}
.investir > div:nth-child(1) > div:nth-child(2) {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom:10px;
}
.investir > div:nth-child(1) > div:nth-child(2) > img { 
	width: 17%;	
	margin-left:10px;
	height:auto;	
}
.investir > div:nth-child(1) > div:nth-child(2) > h3 { 
	margin:0;
	font-size:38px;
	font-family: 'Gobold Uplow', sans-serif;
	margin-bottom:-22px;
}
.investir p, .investir li {
	color: white;
}
.investir > div > div > ul {
	color: #75716a;
	padding-left: 0;
	margin-top:0;
	list-style: none;
}
.investir li::before{
	content: '';
	display:inline-block;
  width:5px;
	height:5px;
	border:1px solid  white;
	border-radius: 50%;
}
.investir > div:nth-child(3) > p {
	/*! margin-left:10px; */
	padding-bottom:0;
	padding-top:15px;
}
#location {
	width:100%;
	display:flex;
	align-items: center;
	justify-content: flex-start;
	background-color: #acbace;
	padding-top:20px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-radius: 10px;
}
#location img {
	width:15%;
	margin-right:15px;
	margin-left:10px;
	margin-top:-15px;
}
#location p {
	width:85%%;
}

#exempleContainer {
	margin-top:30px;
	padding-top:20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #acbace;
	position:relative;
	margin-bottom:10px;
}
#exempleContainer > div:nth-child(2) {
	width:80%;
}
#exempleContainer > div > p:nth-child(1) {
	font-family: 'Gobold Uplow', sans-serif;
	text-align: center;
	font-size: 13px;
}
#exempleContainer > div > p:nth-child(2) {	
	text-align: center;	
	font-size: 8px;
}
#exempleVolant {
	position: absolute;
	padding:5px 10px;
	font-family: 'Gobold Uplow', sans-serif;
	font-size: 20px;
	background-color: white;
	color: #a3b3c8;
	top:-30px;
	right:0;
}
#exempleVolant::after {
  content: ' ';
	position:absolute;
	width: 0;
	height: 0;
	bottom:-15px;
	right:0;
	border-style: solid;
	border-width: 0 20px 20px 0;
	border-color: transparent white transparent transparent;
}

.troisBlocs {
	width:100%;
	display:flex;
	flex-direction:column;
	justify-content: center;
}
.troisBlocs div {	
	display:flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
}
.troisBlocs {
	/*! width:; */
	margin-bottom:10px;
}
.troisBlocs > div:nth-child(1) {
	 padding:10px;
	 background-color: #b3c0d2;
}

#rentabilite > div:nth-child(1) > span:nth-child(2){
	font-size: 40px;
	font-family: 'Gobold Uplow', snas-serif;
	margin-top:-13px;
}
#rentabilite > div:nth-child(1) > span:nth-child(1){
	font-family: 'Gobold Uplow', sans-serif;
	font-size:15px;
}

#impot > div:nth-child(1) > span:nth-child(1){
	font-size: 40px;
	font-family: 'Gobold Uplow', sans-serif;
	margin-bottom:-15px;
}

#impot > div:nth-child(1) > span:nth-child(2){
	font-family: 'Gobold Uplow', sans-serif;
	font-size:15px;
}
#epargne >  div:nth-child(1) > span {
	font-size: 30px;
}
.troisBlocs >  div:nth-child(2) {
	 text-align:center;
	 padding:10px;
	 background-color: #c1cad8;
}
#formulaireAccordeon {
	display: none;
}
.bloc-prix {
	padding-top:0 !important;
}
.ui-slider-horizontal .ui-slider-range {
	padding:0;
}