﻿
@import url("font-awesome.min.css");

::-moz-selection{background:#<?=$color1?>;color:#333;}
::selection{background:#<?=$color1?>;color:#333;}

@media only screen and (-webkit-min-device-pixel-ratio: 0) and (min-device-width: 1025px) {
::-webkit-scrollbar {
    width: 16px;
    height: 6px;
	
}

::-webkit-scrollbar-button:start:decrement {
    display: block;
    height: 15px;
	background-image:url(../img/scroll_up.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#fff;
}

::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 15px;
	background-image:url(../img/scroll_down.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#fff;
}

::-webkit-scrollbar-button:vertical:increment {
    background-color: #fff;
}

::-webkit-scrollbar-track-piece {
    background-color: #eee;
	border-left:1px solid #fff;
}

::-webkit-scrollbar-thumb:vertical {
    height: 10px;
    background-color: #<?=$color1?>;
	border-left:1px solid #fff;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background-color: #<?=$color1?>;
    -webkit-border-radius: 3px;
}

}

/* Général */

body {
	color:#484848;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: white;
	min-height:100%;
}


/* En-tête */

.entete {
	
	background-color:#D8D8D8;
	height:30px;
	font-size:12px;
	line-height:30px;
	padding-right:30px;
	right:0;
	width:100%;
	text-align:center;
	position:absolute;
	top:0;
	z-index:3;
	display:inline; 
	}
	
	@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
.entete {
    background-color: #D8D8D8;
    height: 30px;
    font-size: 8px;
    line-height: 30px;
    padding-right: 30px;
    right: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 3;
    display: inline;
}
	}
	
@media only screen and (min-device-width : 414px) 
    and (max-device-width : 736px){
.entete {
    background-color: #D8D8D8;
    height: 30px;
    font-size: 9px;
    line-height: 30px;
    padding-right: 30px;
    right: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 3;
    display: inline;
}
	}
	
	@media only screen and (max-device-width : 390px){
.entete {
    background-color: #D8D8D8;
    height: 30px;
    font-size: 8px;
    line-height: 30px;
    padding-right: 30px;
    right: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 3;
    display: inline;
}
	}

.responsive_entete {display:inline;}

.entete a {
	
	color:#484848;
	text-decoration:none;
	
	}

.entete a:hover {
	
	color:white;
	text-decoration:none;
	}

@media (max-width: 1260px) {
	
.responsive_entete {display:none;}

}


@media (max-width: 580px) {
	.nom_menu {
	
	display:block;
	text-align:left;
	

	
	}

}
/* Menu */

.menu > input,
.menu > label {
	display: none;
}

.nom_menu {
	
	display:none;
	
	}

.menu {
	padding-top: 20px;
	text-decoration:none;
	text-align:center;
	position:absolute;
	width:100%;
	height:60px;
    margin:auto;
	top:30px;
	position:absolute;
	background-color:#<?=$color1?>;
	font-size:18px;
	font-weight:bold;
	z-index:2;
	}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
.menu {
	padding-top: 20px;
	text-decoration:none;
	text-align:center;
	position:absolute;
	width:100%;
	height:60px;
    margin:auto;
	top:30px;
	position:absolute;
	background-color:#<?=$color1?>;
	font-size:13px;
	font-weight:bold;
	z-index:2;
	}
}
	
	
	

.menu ul {
	
	text-align:center;
	padding:0;
    margin:0;
    list-style: none;
	top:20px;
	
	}

.menu ul li {
	
	display:inline-block;
	padding: 0 15px 0 80px;
	   

	}
.menu ul li a {
    display:inline-block;
	text-transform:uppercase;
	text-decoration:none;
	color:white;
}
	
.menu ul li a:hover {
	color:#<?=$color1L?>;
	
}

.menu .menu_actif a {color:#<?=$color1L?>;}

.menu li.logo{
	width:228px;
	text-align: center;
	position:relative;
}


.logo_menu {
      position: absolute;
    top: 58px;
    left: 0;
    width: 240px;

	}
.logo_menu img:hover{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
	}
	@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
.logo_menu {
    position: absolute;
    top: -3px;
    width: 114px;
    left: 0px;
}
}

#bg .item .fill{
filter: blur(0px);
-moz-filter: blur(0px);
-o-filter: blur(0px);
-ms-filter: blur(0px);
-webkit-filter: blur(0px);
}
#bg .homeImage .item .fill{
filter: blur(0px);
-moz-filter: blur(0px);
-o-filter: blur(0px);
-ms-filter: blur(0px);
-webkit-filter: blur(0px);
}
#show_bien{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
	background:url(../img/loader.gif) no-repeat center center rgba(0,0,0,0.8);
	display:none;
}
#show_bien > div{
height:100%
}
#show_bien iframe{
	margin:auto;
	height:100%;
	width:100%;
	background:#FFF;
	border:none;
	padding:0;
}

@media (max-width: 700px) {	

.menu {

	top:30px;
	background-color:#<?=$color1?>;
	height:60px;
	z-index:3;
	
	}

.logo_menu {
display:none;
}

.nom_menu {
	
	display:block;
	text-align:left;
	padding-left:28%;
	position:relative;
	top:-20px;
	
	}
	
.menu ul {
	    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: max-height .4s;
    transition: max-height .4s;
    will-change: max-height;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: -23px;
	}
	
.menu ul li {
	
	display: block;
	font-size:20px;
	text-transform:uppercase;
	list-style:none;
	padding:0;
	text-decoration:none;
	background-color:#<?=$color1?>;
	border-bottom:1px solid #fff;
	
	}

	.menu a {
		padding: 0.5rem;
		text-decoration: none;
	}
	.menu a:hover, 
	.menu a:focus,
	.menu a:active
	{
		color:#<?=$color1D?>;
	}
	
	.menu > input:not(:checked) ~ ul {
		max-height: 0;
		overflow: hidden;
	}

	.menu > input:checked ~ ul {
		max-height: 20em;
	}
	
	.menu > label {
		display: block;
		position: absolute;
		top:6px;
		right: 20px;
		z-index: 1;
		height: 40px;
		width: 40px;
		text-align: center;
		font-size: 12px;
		color: #fff;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		-webkit-transition: .2s webkit-transform cubic-bezier(0, 1.8, 1, 1.2);
		        transition: .2s transform cubic-bezier(0, 1.8, 1, 1.2);
	}
	.menu > label:before {
		content: "";
		display: block;	
		z-index: 1;
		height: 1.6rem; width: 2rem;
		background-color: transparent;
		background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
		background-image: -webkit-linear-gradient(left, #4caff0, #fff), -webkit-linear-gradient(left, #fff, #fff), -webkit-linear-gradient(left, #fff, #fff);
		background-image: linear-gradient(to right, #fff, #fff),
			linear-gradient(to right, #fff, #fff),
			linear-gradient(to right, #fff, #fff);
		background-position: center top, center, center bottom;
		background-repeat: no-repeat;
		-webkit-background-size: 2rem .3rem;
		        background-size: 2rem .3rem;
		margin: .8em auto 0;
		padding: 0;
		outline: 0;
		border: 0;
		cursor: pointer;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		-webkit-transition: .2s cubic-bezier(0, 1.8, 1, 1.2);
		        transition: .2s cubic-bezier(0, 1.8, 1, 1.2);
		transition-property: background;
	}
	
	/* Theming opened nav button */	
	.menu > input:checked + label {
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
	.menu > input:checked + label::before {
		background-position: center, center, center;
	}
	
}



/* BG Slider */

#bg {
	height: 100%;
	width:100%;
	left: 0;
	position: fixed;
	top: 0;
	z-index:1;
}

section.carousel {
    height: 100%;
}

section.carousel .item,
section.carousel .item.active,
section.carousel .carousel-inner {
    height: 100%;
}

section.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.titre_caption {
	
	height:50px;
	width:278px;
	background-color:rgba(<?=$color1RGB?>,0.9);
	display:block;
	float:left;

	}

.titre_caption h2 {
	
	margin:0;
	padding:0;
	font-size:20px;
	color:#<?=$coltxt2?>;
	text-transform:uppercase;
	line-height:50px;
	text-align:left;
	padding-left:15px;
	width:278px;
	background-color : #<?=$coltxt1?>;
		
	}
.homeImage .lieu_caption{width:auto;padding:0 10px 0 0}
.lieu_caption {
	
	height:50px;
	width:377px;
	background-color:rgba(0,0,0,0.9);
	float:left;
	display:block;
	overflow: hidden;
	}

.lieu_caption h1 {
	
	margin:0;
	padding:0;
	font-size:28px;
	color:#fff;
	text-transform:uppercase;
	line-height:50px;
	text-align:left;
	padding-left:15px;
	
	}

.bloc_caption {
	
	height:105px;
	overflow:hidden;
	background-color:rgba(255,255,255,0.9);
	padding:12px 15px 12px 15px;
	clear:left;
	}

.bloc_caption h3 {
	
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:bold;
	color:#000;
	line-height:22px;
	text-align:left;
	
	}

.bloc_caption p {
	
	margin:0;
	padding:0;
	font-size:15px;
	color:#000;
	line-height:23px;
	text-align:left;
	padding-top:2px;
	
	}

.consulter_caption {
	
	height:45px;
	width:305px;
	background-color:rgba(230,236,234,0.9);
	font-size:18px;
	color:#000;
	line-height:45px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	
	}

.consulter_caption:hover {
	
	height:45px;
	width:305px;
	background-color:#<?=$color1D?>;
	color:#<?=$coltxt1?>;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
		
	}

/* Bloc recherche */

.bloc_recherche {
	
	position:absolute;
	top:25%;
	right:9%;
	height:215px;
	width:385px;
	background-color:rgba(255,255,255,0.4);
	padding:20px;
	z-index:1;
	
	}
.bloc_recherche_titre{
	width:100%;padding:15px;background:#<?=$color1?>;margin:0 0 10px;text-align:center;font-size:16px;color:#000
}
.bloc_recherche_gauche {
	
	width:50%;
	float:left;
	
	}

.bloc_recherche_droite {
	
	width:50%;
	float:right;
	
	}

.clear_bloc_recherche {
	
	clear:both;
	
	}

.dropdown_gauche select {

      border: 0 !important;  /*Removes border*/
      -webkit-appearance: none;  /*Removes default chrome and safari style*/
      -moz-appearance: none; /* Removes Default Firefox style*/
      background: rgba(255,255,255,0.9) url('../img/arrow_down.png') no-repeat;  /*Adds background-image*/
	 width:168px; background-position: 150px 15px;
      text-indent: 0.01px; /* Removes default arrow from firefox*/
      text-overflow: "";  /*Removes default arrow from firefox*/
      color: #000;
	  margin-bottom:8px;
	  cursor:pointer;
	  
}

.input_gauche input {

	  width:168px;
	  margin-bottom:8px;
}
@media only screen and (max-width: 980px)  {
.input_gauche {

	    width: 131px;
    margin-bottom: -5px;
}
}
.input_droite input {

	  width:168px;
	  margin-bottom:8px;
	  margin-left:4px;
}
@media only screen and (max-width: 980px)  {

.input_droite {

    width: 164px;
    height: 35px;
    margin-bottom: 3px;
    margin-left: -3px;
}
}
@media and (max-width: 1120px)  {

.input_droite  {

	  width:168px;
	  margin-bottom:8px;
	  margin-left:4px;
}
}

.dropdown_droite select {

      border: 0 !important;  /*Removes border*/
      -webkit-appearance: none;  /*Removes default chrome and safari style*/
      -moz-appearance: none; /* Removes Default Firefox style*/
      background: rgba(255,255,255,0.9) url('../img/arrow_down.png') no-repeat;  /*Adds background-image*/
      background-position: 150px 15px;  /*Position of the background-image*/
      text-indent: 0.01px; /* Removes default arrow from firefox*/
      text-overflow: "";  /*Removes default arrow from firefox*/
      color: #000;
	  width:168px;
	  margin-left:4px;
	  margin-bottom:8px;
	  cursor:pointer;
}


@media only screen and (max-width: 980px) {

.dropdown_droite select {

      border: 0 !important;  /*Removes border*/
      -webkit-appearance: none;  /*Removes default chrome and safari style*/
      -moz-appearance: none; /* Removes Default Firefox style*/
      background: rgba(255,255,255,0.9) url('../img/arrow_down.png') no-repeat;  /*Adds background-image*/
      background-position: 150px 15px;  /*Position of the background-image*/
      text-indent: 0.01px; /* Removes default arrow from firefox*/
      text-overflow: "";  /*Removes default arrow from firefox*/
      color: #000;
	  width:168px;
	  margin-left:4px;
	  margin-bottom:8px;
	  cursor:pointer;
}
}

/* RESPONSIVE RECHERCHE + SLIDER*/

@media (max-width: 1270px) {

.titre_caption {
	height:40px;
	width:250px;
	float:left;
	display:none;
	    margin-left:20px;

	}

.titre_caption h2 {
	font-size:15px;
	line-height:40px;	
	}

.lieu_caption {
	height:40px;
	width:125px;
	margin-top:70px;

	}

.lieu_caption h1 {
	font-size:14px;
	line-height:40px;
	}

.bloc_caption {
	height:105px;
	width:400px;
	margin-top:100px;
	}

.bloc_caption h3 {
	font-size:14px;
	line-height:20px;
	}

.bloc_caption p {
	font-size:13px;
	line-height:18px;
	}

.consulter_caption {
	height:35px;
	width:175px;
	font-size:13px;
	line-height:35px;
	}

.consulter_caption:hover {
	height:35px;
	width:175px;
	}
	
}

.responsive_recherche {display:none;}

@media (max-width: 960px) {
	
.bloc_recherche {display:none;}

.responsive_recherche {
	
	display:block;
	position:absolute;
	top:30%;
	width:385px;
	left:50%;
	margin-left:-210px;
	
	}

}

@media (max-width: 700px) {
	
.responsive_recherche {margin-left:-192px;}

}

@media (max-width: 480px) {
	
.titre_caption {
    height: 30px;
    width: 154px;
	}

.titre_caption h1 {
	font-size:12px;
	line-height:30px;
	padding-left:10px;	
	}

.lieu_caption {
	height:30px;
  width: 154px;
	
	}

.lieu_caption h2 {
	font-size:10px;
	line-height:30px;
	padding-left:10px;
	}

.bloc_caption {
	height:105px;
	width:300px;
	}

.bloc_caption h3 {
	font-size:12px;
	line-height:16px;
	}

.bloc_caption p {
	font-size:11px;
	line-height:15px;
	}

.consulter_caption {
	height:25px;
	width:155px;
	font-size:11px;
	line-height:25px;
	}

.consulter_caption:hover {
	height:25px;
	width:155px;
	}

.responsive_recherche {
	
	width:300px;
	left:50%;
	margin-left:-150px;
	
	}

}

/* Page présentation */

#header_presentation {
	
	width:100%;
	height:450px;
	margin-bottom:50px;
	background: no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	}

#bloc_presentation {
	position : relative;
	padding-bottom:155px;
	
	}

.titre_presentation h1 {
	
	background-color:#<?=$color1?>;
	text-transform:uppercase;
	height:55px;
	line-height:55px;
	color:#<?=$coltxt1?>;
	font-size:28px;
	margin-bottom:35px;
	
	}
@media only screen 
and (min-device-width : 320px) 
{
.titre_presentation h1 {
	
	text-transform:uppercase;
	height:55px;
	line-height:55px;
	font-size:23px;
	margin-bottom:35px;
	
	}	}
	
#bloc_presentation h2 {
	
	font-size:16px;
	font-weight:bold;
	margin-top:-2px;
	text-transform:uppercase;
	color:#000;
	
	}

#bloc_presentation p {
	
	font-size:14px;
	color:#000;
	line-height:22px;
	padding-bottom:8px;
	
	}

@media (max-width: 767px) {
	
#header_presentation {height:260px;}

#bloc_presentation h2 {
	
	font-size:16px;
	font-weight:bold;
	margin-top:20px;
	text-transform:uppercase;
	color:#000;
	
	}
	
}


/* Page contact */

#header_contact {
	
	width:100%;
	height:450px;
	margin-bottom:50px;
	background: no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	}

#bloc_contact {
	
	padding-bottom:50px;
	
	}

.titre_contact h1 {
	
	text-transform:uppercase;
	color:#000;
	font-size:26px;
	font-weight:bold;
	margin-bottom:35px;
	
	}

#bloc_contact p {
	
	font-size:14px;
	line-height:20px;
	color:#000;
	padding-bottom:15px;
	
	}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
	
	#bloc_contact p {
    font-size: 11px;
    line-height: 21px;
    color: #000;
    padding-bottom: 0px;
}}
.bloc_coordonnees {
	
	background-color:#e8eeec;
	width:98%;
	margin:0 auto;
	padding:128px 60px 60px 40px;
	font-size:14px;
	line-height:19px;
	color:#000;
	margin-top:50px;
	padding-bottom:250px;
	
	}
	
	@media(max-width:1000px){
	.bloc_coordonnees {
	
	background-color:#e8eeec;
	width:98%;
	margin:0 auto;
	padding:128px 60px 60px 50px;
	font-size:14px;
	line-height:19px;
	color:#000;
	margin-top:50px;
	padding-bottom:250px;
	
	}
	}
	
	.bloc_coordonnees p {
	text-align:block;
	position:absolute;
	
	}

.titre_coordonnees {
	
	background-color:#<?=$color1?>;
	width:100%;
	position:relative;
	top:120px;
	text-align:center;
	text-transform:uppercase;
	color:#000;
	font-size:19px;
	padding:15px 5px 15px 5px;
	
	}

.bloc_carte {
	
	margin:0 auto;
	position:relative;
	right:1040px;
	padding-top:10px;
	
	
	
	}

	/*@media (min-width: 360px) {
		
		.bloc_carte {
	
	margin:0 auto;
	position:relative;
	right:990px;
	padding-top:10px;
	
	
	
	}*/
	}
@media (max-width: 900px) {

.bloc_coordonnees {
	
	padding:108px 20px 10px 20px;
	height:317px;
	
	}
}
/*
@media only screen and (max-device-width: 950px) {

#iframe { width:900px}	
}

@media only screen and (max-device-width: 360px) and (min-device-width: 640px)
{
	#iframe { width:1438px;}	
}
*/





@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
{#iframe {     width: 1345px;}	 }

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { #iframe {     width: 1400px;} }

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) { #iframe {     width: 1436px;} }


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { #iframe {     width: 1345px;} }
@media only screen and (max-width: 350px) 
{#iframe {     width: 1345px;}	 }

/* Présentation des biens */
.compc{
color:gray;
}
#fonctionnalites {
	
	padding:25px 35px 25px 0;
	text-align:right;
	
	}

@media (max-width: 767px) {
	
	#fonctionnalites {
	
	padding:25px 20px 25px 0;
	
	}
	
	}

.nom {
	
	background-color:#<?=$color1?>;
	color:#<?=$coltxt2?>;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	padding:15px 2px 15px 2px;
	height:51px;
	}

.lieu {
	height:51px;
	background-color:#000;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	padding:15px 2px 15px 2px;
	
	}
	
.ref {
	
	background-color:#e8eeec;
	color:#484848;
	font-size:18px;
	font-weight:bold;
	padding:15px 2px 15px 2px;
	height:51px;
	}

#carousel_photos {margin-top:40px;height:464px; }
@media only screen and (min-device-width : 414px) 
    and (max-device-width : 736px){
#carousel_photos {
    margin-top: 40px;
    height: auto;
}
	}
@media only screen and (min-device-width: 360px) and (max-device-width: 640px)
{
#carousel_photos {
    margin-top: 40px;
    height: auto;
}
}
@media only screen and (max-device-width: 350px)
{
#carousel_photos {
    margin-top: 40px;
    height: auto;
}
}
#carousel_photos .ps-current img {height:450px}
#carousel_photos .img-grand {position:relative}
#carousel_photos .img-grand img{width:100%;border:1px solid #666;transition:0.5s}
#carousel_photos .fadeIn{position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;z-index:10;display:none;}
#carousel_photos .liste div{padding-bottom:15px;}
#carousel_photos .liste img{width:100%;border:1px solid #666;transition:0.5s;cursor:pointer}
#carousel_photos .liste img:hover{box-shadow:0 0 5px #555}

#content_biens {padding-bottom:60px;}

#content_biens h1 {
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	padding-bottom:10px;
	}

#content_biens p {
	font-size:14px;
	color:#000;
	line-height:20px;
	}

	@media only screen and (min-device-width : 414px) 
    and (max-device-width : 736px){
		#content_biens h1 {
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	padding-bottom:10px;
	position:relative;
	margin-top:-42%;
	}
#content_biens p {
	
	font-size:14px;
	color:#000;
	line-height:20px;
	position:relative;
	margin-top:4%;
    z-index:1;
	}	
		
	}
	
@media only screen and (max-device-width: 360px) and (min-device-width: 640px)
{
		#content_biens h1 {
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	padding-bottom:10px;
	position:relative;
	margin-top:-42%;
	}
	
		
	}
@media only screen and (max-device-width:980px)	{
	#content_biens h1 {
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	padding-bottom:10px;
	position:relative;
	margin-top:11%;
	}
#content_biens p {
	
	font-size:14px;
	color:#000;
	line-height:20px;
	position:relative;
	margin-top:4%;
    z-index:1;
	}
}
@media only screen and (max-device-width:350px)	{

#content_biens p {
	
	font-size:11px;
	color:#000;
	line-height:20px;
	position:relative;
	margin-top:4%;
    z-index:1;
	}
}

.bloc_biens {
	
	background-color:#e8eeec;
	width:96%;
	min-height:275px;
	margin:0 auto;
	padding:90px 40px 10px 40px;
	font-size:14px;
	line-height:19px;
	color:#000;
	margin-top:-20px;
	text-align:left;
	
	}

.titre_biens {
	
	background-color:#<?=$color1?>;
	width:100%;
	position:relative;
	top:45px;
	text-align:center;
	text-transform:uppercase;
	color:#<?=$coltxt2?>;
	font-size:19px;
	padding:10px 5px 10px 5px;
	
	}

.annonce_precedente, .annonce_suivante {
	
	height:205px;
	margin-top:50px;
	overflow:hidden;
	}

.annonce_precedente img, .annonce_suivante img {width:100%;}

.grid {
	position: relative;
	margin: 0 auto;
	padding: 4em 0 4em;
	height:205px;
	list-style: none;
	text-align: center;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	max-height: 205px;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}


figure.effect img {
	max-width: none;
	width: -webkit-calc(100% + 30px);
	width: calc(100% + 30px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-20px,0, 0);
	transform: translate3d(-20px,0,0);
}

figure.effect:hover img{
	opacity: 1;
}

figure.effect:hover img{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.bloc_annonce_precedente {
	
	height:70px;
	background:rgba(255,255,255,0.5);
	width:98%;
	position:absolute;
	top:100px;
	text-align:left;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
	padding:8px;
	
	}
	
.bloc_annonce_suivante {
	
	height:70px;
	background:rgba(255,255,255,0.5);
	width:98%;
	position:absolute;
	top:100px;
	right:0px;
	text-align:right;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
	padding:8px
	
	}

.bloc_annonce_precedente p, .bloc_annonce_suivante p {margin-bottom:10px;}

.annonce_titre {
	
	background-color:#<?=$color1?>;
	color:#<?=$coltxt2?>;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	display:inline;
	padding:8px;
	
	}

.annonce_lieu {
	
	background-color:#000;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	display:inline;
	padding:8px;
	
	}
	
.annonce_ref {
	
	background-color:#e8eeec;
	color:#484848;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	display:inline;
	padding:8px;

	}


@media (max-width: 991px) {
	
.bloc_annonce_precedente p, .bloc_annonce_suivante p {margin-bottom:4px;}

.annonce_titre, .annonce_lieu, .annonce_ref {
	font-size:10px;
	padding:5px 2px 5px 2px;
	}
	
.bloc_biens {padding:90px 20px 10px 20px;}	
	
}

@media (max-width: 776px) {

.bloc_biens {text-align:center;}	
	
}

@media (max-width: 530px) {

.bloc_annonce_precedente, .bloc_annonce_suivante { height:auto; top:-6px; width:100%;}
	
}

/* Alerte Mail*/

#alerte_mail {padding-bottom:60px;}

#alerte_mail h1 {
	
	font-size:22px;

	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	padding-bottom:10px;
	
	}

#alerte_mail p {
	
	font-size:14px;
	color:#000;
	line-height:20px;
	
	}

.entete_alerte_mail {
	
	background-color:#<?=$color1?>;
	padding:20px 10px 20px 10px;
	font-size:20px;
	color:#000;
	text-transform:uppercase;
	margin-top:20px;
	margin-bottom:20px;
	
	}

/* Page annonces */

#header_annonces {
	
	width:100%;
	height:450px;
	margin-bottom:50px;
	background:no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	}


.bloc_recherche_annonce {
	
	position:absolute;
	top:200px;
	right:9%;
	height:215px;
	width:385px;
	background-color:rgba(255,255,255,0.4);
	padding:20px;
	z-index:1;
	
	}
@media (max-width: 580px) {	

	.bloc_recherche_annonce {
	
	top:128px;
	left:0%;
  width:99%;
	}
}
	
@media only screen and (min-device-width : 414px) 
    and (max-device-width : 736px){
.bloc_recherche_annonce {
    top: 115px;
    left: 5%;
    width: 90%;
}
}
	
.bloc_recherche_gauche {
	
	width:45%;
	float:left;
	padding-right:0px;
	}

.bloc_recherche_droite {
	
	width:45%;
	float:right;
		padding-right:0px;

	}

.clear_bloc_recherche {
	
	clear:both;
	
	}

.dropdown_gauche select {

      border: 0 !important;  /*Removes border*/
      -webkit-appearance: none;  /*Removes default chrome and safari style*/
      -moz-appearance: none; /* Removes Default Firefox style*/
      background: rgba(255,255,255,0.9) url('../img/arrow_down.png') no-repeat;  /*Adds background-image*/
	 width:140px; background-position: 150px 15px;
      text-indent: 0.01px; /* Removes default arrow from firefox*/
      text-overflow: "";  /*Removes default arrow from firefox*/
      color: #000;
	  margin-bottom:8px;
	  cursor:pointer;
	  font-size:12px;
}

.input_gauche input {
	  font-size:12px;

	  width:140px;
	  margin-bottom:8px;
}

.input_droite input {	  font-size:12px;


	  width:140px;
	  margin-bottom:8px;
	  margin-left:4px;
	   margin-right:0px;
}

.dropdown_droite select {
	  font-size:12px;

      border: 0 !important;  /*Removes border*/
      -webkit-appearance: none;  /*Removes default chrome and safari style*/
      -moz-appearance: none; /* Removes Default Firefox style*/
      background: rgba(255,255,255,0.9) url('../img/arrow_down.png') no-repeat;  /*Adds background-image*/
      background-position: 150px 0px;  /*Position of the background-image*/
      text-indent: 0.01px; /* Removes default arrow from firefox*/
      text-overflow: "";  /*Removes default arrow from firefox*/
      color: #000;
	  width:140px;
	  margin-left:4px;
	  padding-right:0px !important;
	  margin-bottom:8px;
	  cursor:pointer;
}
#boouton{
	
	width:80%;
	margin-left:80px;
}
@media (max-width: 580px)
{
#boouton {
    width: 80%;
    margin-left: 36px;
}
}

@media (max-width: 380px) {
	
	.bloc_recherche_annonce {
	
	top:91px;
	left:0.5%;
  width:99%;

	}
}
	
	
.bloc_recherche_gauche {
	
	width:50%;
	float:left;
	padding-right:0px;
	}

.bloc_recherche_droite {
	
	width:45%;
	float:right;
		padding-right:0px;

	}

.clear_bloc_recherche {
	
	clear:both;
	
	}

.dropdown_gauche select {

      border: 0 !important;  /*Removes border*/
      -webkit-appearance: none;  /*Removes default chrome and safari style*/
      -moz-appearance: none; /* Removes Default Firefox style*/
      background: rgba(255,255,255,0.9) url('../img/arrow_down.png') no-repeat;  /*Adds background-image*/
	 width:140px; background-position: 150px 15px;
      text-indent: 0.01px; /* Removes default arrow from firefox*/
      text-overflow: "";  /*Removes default arrow from firefox*/
      color: #000;
	  margin-bottom:8px;
	  cursor:pointer;
	  font-size:12px;
}

.input_gauche input {
	  font-size:12px;

	  width:140px;
	  margin-bottom:8px;
}

.input_droite input {	  font-size:12px;


	  width:140px;
	  margin-bottom:8px;
	  margin-left:4px;
	   margin-right:0px;
}

.dropdown_droite select {
	  font-size:12px;

      border: 0 !important;  /*Removes border*/
      -webkit-appearance: none;  /*Removes default chrome and safari style*/
      -moz-appearance: none; /* Removes Default Firefox style*/
      background: rgba(255,255,255,0.9) url('../img/arrow_down.png') no-repeat;  /*Adds background-image*/
      background-position: 150px 0px;  /*Position of the background-image*/
      text-indent: 0.01px; /* Removes default arrow from firefox*/
      text-overflow: "";  /*Removes default arrow from firefox*/
      color: #000;
	  width:140px;
	  margin-left:4px;
	  padding-right:0px !important;
	  margin-bottom:8px;
	  cursor:pointer;
}
#boouton{
	
	width:69%;
	margin-left:43px;
}
	
	

#resultat_recherche {
	
	width:100%;
	background-color:#<?=$color1?>;
	font-size:18px;
	color:#<?=$coltxt2?>;
	text-align:center;
	text-transform:uppercase;
	padding:15px 10px 15px 10px;
	margin-bottom:30px;
	
	}

.bloc_annonce {
	
	background-color:#e8eeec;
	padding:15px;
	margin:0 0 15px 0;
/*
	width:22%;
	display:inline-block;*/
	
	}

.img_annonces {

	margin: 0 auto;
	width:100%;
	list-style: none;
	text-align: center;
	position:relative;
		clear:both;
}

.img_annonces figure {
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	width:100%;
}

.img_annonces figure img {
	position: relative;
	display: block;
	min-height:auto;
	width:100%;
}


figure.effect-zoom img {
	max-width: none;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-zoom:hover img {
	opacity: 1;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}



.bloc_annonce h1 {
	
	background-color:#<?=$color1?>;
	float:left;
	width:100%;
	text-transform:uppercase;
	font-size:15px;
	color:#<?=$coltxt2?>;
	padding:5px 0;
	margin:0;
	
	}

.bloc_annonce h2 {
	
	background-color:#000;
	width:100%;
	text-transform:uppercase;
	font-size:15px;
	color:#fff;
	padding:5px 0;
	margin:0;
	margin-bottom:10px;
	height:27px;
	}

.bloc_annonce h3 {
	
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin:0;
	text-align:left;
	padding-bottom:5px;
	
	}

.bloc_annonce p {
	
	font-size:14px;
	color:#000;
	text-align:left;
	line-height:18px;
	padding-bottom:5px;
	height:90px;
	overflow:hidden
	}

.consulter_annonce {
	
	background-color:#fff;
	width:100%;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	color:#000;
	padding:10px 0;
	
	}

.consulter_annonce:hover {
	
	background-color:#<?=$color1D?>;
	width:100%;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding:10px 0;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
	
	}

.total_annonce {
	
	font-size:14px;
	text-decoration:underline;
	font-style:italic;
	color:#000;
	padding:15px 0;
	
	}
.plus_annonces{font-size:16px;font-family:"Trebuchet MS",​Arial,​Helvetica,​sans-serif;font-weight:500;color:#<?=$coltxt2?>;text-transform:uppercase;background:#<?=$color1?>;padding:15px 0;cursor:pointer;margin: 0 0 15px 0}
.plus_annonces:hover{background:#<?=$color1D?>;color:#FFF;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}

@media (max-width: 1199px) {
	
.bloc_annonce h1 {    width: 100%;
    font-size: 27px;
    padding-top: 22px;
    font-weight: bold;
    padding-bottom: 24px;}
	
.bloc_annonce h2 {    width: 100%;
    font-size: 23px;
    padding-top: 22px;
    padding-bottom: 46px;}

	}

@media (max-width: 991px) {
	


	}

@media (max-width: 658px) {
	
.bloc_annonce {width:100%;}

	}


/* Footer */

#footer_accueil {
	background-color:black;
	bottom: 0;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	font-size:15px;
	color:#fff;
	text-transform:uppercase;
	line-height:24px;
	padding: 15px 0 15px 0;
	z-index:4;
}

#footer_page {
	background-color:black;
	text-align: center;
	width: 100%;
	font-size:15px;
	color:#fff;
	text-transform:uppercase;
	line-height:24px;
	padding: 15px 0 15px 0;

}


@media only screen and (max-width: 1199px) {
#footer_accueil {
background-color: black;
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 11%;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    line-height: 24px;
    padding: 15px 0 15px 0;
    z-index: 4;
} }
@media only screen and (max-width: 1199px) {
#footer_page {
	background-color:black;
	text-align: center;
	width: 100%;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	line-height:24px;
	padding: 15px 0 15px 0;

} }
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3)
{
	#footer_accueil {
	background-color:black;
	bottom: 0;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	font-size:7px;
	color:#fff;
	text-transform:uppercase;
	line-height:20px;
	padding: 0px 0 0px 0;
	z-index:4;
	
}
#footer_page {
	background-color:black;
	text-align: center;
	width: 100%;
	font-size:15px;
	color:#fff;
	text-transform:uppercase;
	line-height:24px;
	padding: 15px 0 15px 0;

}

}
footer a {
	color:#fff;
	text-decoration:none;
}

footer a:hover {
	color:#<?=$color1?>;
}

@media only screen and (max-width: 300px) {
#footer_accueil {
	background-color:black;
	bottom: 0;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	font-size:7px;
	color:#fff;
	text-transform:uppercase;
	line-height:20px;
	padding: 0px 0 0px 0;
	z-index:4;
}

#footer_page {
	background-color:black;
	text-align: center;
	width: 100%;
	font-size:7px;
	color:#fff;
	text-transform:uppercase;
	line-height:20px;
	padding:0px 0 0px 0;

}
footer a {
	color:#fff;
	text-decoration:none;
}

footer a:hover {
	color:#<?=$color1?>;
}

}

@media (max-width: 700px) {	
#footer_accueil {
	background-color:black;
	bottom: 0;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	font-size:7px;
	color:#fff;
	text-transform:uppercase;
	line-height:20px;
	padding: 0px 0 0px 0;
	z-index:4;
}}



@media (max-width: 350px) 
{
#footer_accueil {
	background-color:black;
	bottom: -30px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	font-size:7px;
	color:#fff;
	text-transform:uppercase;
	line-height:20px;
	padding: 0px 0 0px 0;
	z-index:4;
}	

#footer_page {
	background-color:black;
	text-align: center;
	width: 100%;
	font-size:7px;
	color:#fff;
	text-transform:uppercase;
	line-height:20px;
	padding:0px 0 0px 0;

}

footer a {
	color:#fff;
	text-decoration:none;
}

footer a:hover {
	color:#<?=$color1?>;
}
}
@media (max-width: 700px) {	

#logo_win{ width:20px; position : relative ; bottom:-10px;    
filter: grayscale(1);
        -webkit-filter: grayscale(1);
        -moz-filter: grayscale(1);
        -o-filter: grayscale(1);
        -ms-filter: grayscale(1);}
#youtu{ width:15px; }
	#google { width:15px;}
		#faceb{width:15px;}
			#twit	{width:15px;}	
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) 
{
	
#youtu{ width:22px; }
	#google { width:22px;}
		#faceb{width:22px;}
			#twit	{width:22px;}	
	
}

@media only screen and (min-device-width : 414px) 
    and (max-device-width : 736px) {
	#youtu{ width:27px; }
	#google { width:27px;}
	#faceb{width:27px;}
	#twit{width:27px;}
		
	}
@media (max-width: 340px) {		
#youtu{ width:22px; }
	#google { width:22px;}
		#faceb{width:22px;}
			#twit	{width:22px;}	
	
}
@media (max-width: 340px) {	
#footer_accueil, #footer_page {font-size:5px; text-align:center;}	
}
@media only screen and (min-device-width : 414px) 
    and (max-device-width : 736px) {
#footer_accueil, #footer_page {font-size:5px; text-align:center;}	
}


@media only screen and (min-device-width : 375px) and (max-device-width : 667px) 
{
#footer_accueil, #footer_page {font-size:5px; text-align:center;}	
}


@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3)
{
	#footer_accueil, #footer_page {font-size:7px; text-align:center;}	

	
}

.hid{display:none;}
.vishid{visibility:hidden}
.overflow{overflow:hidden}
#bloc_contact .form-contact{text-align:left;}
.bg{padding:10px;font-size:15px;margin:10px 0}

.btn-default{background:#<?=$color1?> !important;color:#<?=$coltxt1?>}
.btn-default:hover{background:#<?=$color1D?> !important;color:#<?=$coltxt1?>}

.bandeaux{position:absolute;top:80px;left:0;width:250px;height:250px;}
.bandeaux img{width:100%}
#carousel_photos .bandeaux{top:0;left:15px}
#carousel_photos .bandeaux img{border:0} 
.img_annonces .bandeaux{z-index:2;top:0;width:50%;height:50%}

.apartirde{font-size:10px;}
.img-grand iframe{display:none;width:100%;min-height:360px}

#myCarousel.homeImage .carousel-caption{height:auto;width:auto;}
#myCarousel.homeImage .carousel-caption .bloc_caption{height:auto}
#myCarousel.homeImage .carousel-caption .bloc_caption p{line-height:auto;width:auto;}
a {
/*	
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;*/
text-decoration:none;

}

#logo_win{ width:114PX; position : relative ; bottom:-10px;    
filter: grayscale(1);
        -webkit-filter: grayscale(1);
        -moz-filter: grayscale(1);
        -o-filter: grayscale(1);
        -ms-filter: grayscale(1);}
#logo_mail{   width:30px;  position : relative ; right:200px;top:10px; }
#logo_tel{  width:30px; position : relative ; left:200px; top:10px; }
#logo_cons{ width:130PX; position : relative ;bottom:-20px;
   filter: grayscale(1);
        -webkit-filter: grayscale(1);
        -moz-filter: grayscale(1);
        -o-filter: grayscale(1);
        -ms-filter: grayscale(1);}

.header_tel span{  display:align; font-weight:normal; font-size:18px;  position : relative; left:200px; color: #282828 ; 	text-shadow: 0px } 

.header_mail span{ display:align;  font-weight:normal; font-size:18px;  position : relative;  right:190px; color : #282828 ;  	text-shadow: 0px
 }

#div-element div{
    position: relative;
    width: 300px;
    height: 215px;
    margin: 50px auto 150px;
}
#div-element p{
    font: 1.2em sans-serif;
    position: absolute;
    right: 0; bottom: 20px;
    margin: 0; padding: 10px;
    background: rgba(0,0,0,.3);
    color: white;
}

#div-element  div::after{
    content: '';
    position: absolute; left: 0; top: 100%;
    width: inherit; height: inherit;
    background: -moz-element(#div-element);
	-webkit-box-reflect: below 0 linear-gradient(transparent 50%, rgba(0,0,0,.3));
}
#map_acc img { width:15%}
#map_acc h1{ display: block; margin-left :520px; text-align: center; width:500px; padding-bottom:10px; }

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
	#map_acc h1 {
    display: block;
    margin-left: 700px;
    text-align: center;
    width: 500px;
    padding-bottom: 10px;
}
}
hr.style-six {
padding: 0;
border: none;
height: 5px;
width:500px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), #<?=$color1?>, rgba(0,0,0,0));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), #<?=$color1?>, rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), #<?=$color1?>, rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0), #<?=$color1?>, rgba(0,0,0,0));
color: gray;
text-align: center;
}
@media (max-width:1000px){
hr.style-six {
padding: 0;
border: none;
height: 5px;
margin-right:50px;
width:242px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), #<?=$color1?>, rgba(0,0,0,0));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), #<?=$color1?>, rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), #<?=$color1?>, rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0), #<?=$color1?>, rgba(0,0,0,0));
color: gray;
text-align: center;
}
}

hr.style-six:after {
content:" ";
display: inline-block;
position: relative;

font-size: 1.5em;
padding: 0 px;
background: #fff url(../img/etoile-icone-9589-96.png) no-repeat scroll center;
background-size: 40px 40px;
height: 50px;
}
#rep img{ width:90%; margin-left:5%}

.form-2 h1 .sign-up {
    color: #<?=$color1?>;
    padding-left: 2px;
}


.form-2 input[type=submit] {
     margin-right: 1%;
    background: #<?=$color1?>; /* Fallback */
    background: -moz-linear-gradient(#<?=$color1?>, gray);
    background: -ms-linear-gradient(#<?=$color1?>,gray);
    background: -o-linear-gradient(#<?=$color1?>, gray);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#<?=$color1?>), to(gray));
    background: -webkit-linear-gradient(#<?=$color1?>, gray);
    background: linear-gradient(#<?=$color1?>, gray);
    border: 1px solid gray;
    color: #ffffff;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    text-decoration: none;
    
}



/* MENU ADMIN */

#ligne{ width:100%;
   background: -ms-linear-gradient(gray,black);
    background: -o-linear-gradient(gray,black);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(gray), to(black));
    background: -webkit-linear-gradient(gray,black);
    background: linear-gradient(gray,black);
border: 1px solid gray;
  padding-right:10px;
padding-left:10px;

padding-top:9px;
padding-bottom:9px; z-index:1 }

.logo_head{ width:100%; position:relative; z-index:2; top:-20px }
#menup {   margin-top:4%; margin-left:20%;


}
 #menup ul {
 margin:0;
 padding:0px;
 list-style-type:none;
 text-align:center;
 }
 
#menup ul li{
 float:left;
 margin:auto;
  padding-right:10px;
padding-left:10px;
margin-left:2px;
padding-top:9px;
padding-bottom:9px;
border-bottom: 1px double #ccc;
 }


#a, #c,#b, #d{
/*
background-color:#A1B7B4;
background: linear-gradient(to bottom, #A1B7B4
, #4B625F);*/

   background: #<?=$color1?>; /* Fallback */
    background: -moz-linear-gradient(#<?=$color1?>, gray);
    background: -ms-linear-gradient(#<?=$color1?>,gray);
    background: -o-linear-gradient(#<?=$color1?>, gray);
    background: -webkit-gradient(linear, 0 5, 6 100%, from(#<?=$color1?>), to(gray));
    background: -webkit-linear-gradient(#<?=$color1?>, gray);
    background: linear-gradient(#<?=$color1?>, gray);
    border: 1px solid gray;

}
#a{

-webkit-border-top-left-radius: 1000px;
-webkit-border-bottom-left-radius: 1000px;
-moz-border-radius-topleft: 1000px;
-moz-border-radius-bottomleft: 1000px;
border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
}

#d{
-webkit-border-top-right-radius: 1000px;
-webkit-border-bottom-right-radius: 1000px;
-moz-border-radius-topright: 1000px;
-moz-border-radius-bottomright: 1000px;
border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
}

#menup li a {
display:block;
width:150px;
color:black; 
font-weight:bold;
text-decoration:none;
padding:5px;
cursor: hand;
cursor: pointer;
}
 



#menup li #a a:hover {
color:white;
 font-weight:bold;
 font-size:15px;
     text-shadow: 0 1px rgba(0,0,0,0.9);



 }
 #menup li #b a:hover {
color:white;
 font-weight:bold;
 font-size:15px;
      text-shadow: 0 1px rgba(0,0,0,0.9);

 }
 #menup li #c a:hover {
color:white;
 font-weight:bold;
 font-size:15px;
      text-shadow: 0 1px rgba(0,0,0,0.9);

 }
 #menup li #d a:hover {
color:white;
 font-weight:bold;
 font-size:15px;
      text-shadow: 0 1px rgba(0,0,0,0.9);
 }
 
		
		
#menup ul li ul {
 display:none;
 }
 #menup ul li:hover ul {
 display:block;
  margin-top:9px;

 margin-left:-12px;
 font-size:12.5px;
  opacity:0.7;
  
-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius:0px;
border-bottom-left-radius: 0px;
 }
#menup li:hover ul li {
 float:none;

 }
 	
 
#menup li ul {
width:15.21%;
 position:absolute;
 }
	
 #menup ul li ul :hover
{ text-align:justify }
#menup ul li ul :visited
{ color:Black; }

#headd{ width:100%; position:relative;
height:200px;
background-image: url("../img/background3.jpg"); 
background-repeat: no-repeat;
margin-top:-20%;

}

#homee{width:100px; left:50px; margin-top:89px; position:absolute; z-index:3; top:-20px}
#gradient-style th { color:#<?=$color1?>; }

#gradient-style tbody tr:hover td
{
	background: #<?=$color1?> url('table-images/gradhover.png') repeat-x;
	color: #339;
	font-weight:bold;
	font-size:12.9px;
    
}



.bloc_fonctionnalites a img {
	
	width:25px;
	    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.bloc_fonctionnalites a img:hover{
	
	    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.print-photo{
visibility: hidden;
display:none;
}
.hideni{
	visibility: hidden;
display:none;
}


#advancedOptions well {
  margin-bottom: 0;
}

.font-large .btn, .font-large > input {
  font-size: 24px;
}
.font-large > input {
  height: 48px;
}
.font-large .glyphicon {
  top: 4px;
}
.well {
min-height: 13px;
    position: relative;
    right: 112px;
    height: 360px;
    width: 486px;
    bottom: 312px;
    margin-bottom: 20px;
    background-color: rgb(245, 245, 245);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 1px inset;
    padding: 19px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(227, 227, 227);
    border-radius: 4px;
}
@media (max-width: 991px)
	{
.well {
position: relative;
    right: -43px;
    height: 359px;
    width: 393px;
    bottom: 306px;
    margin-bottom: -6px;
    background-color: rgb(245, 245, 245);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 1px inset;
    padding: 19px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(227, 227, 227);
    border-radius: 4px;
    z-index: 33;
}
.well .row{
  width:5px;
}
}

@media screen and (max-width: 761px){
.well {
    min-height: 23px;
    position: relative;
    right: 27px;
    height: 530px;
    width: 386px;
    bottom: 392px;
    margin-bottom: 42px;
    background-color: rgb(245, 245, 245);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 1px inset;
    padding: 19px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(227, 227, 227);
    border-radius: 4px;
}
}
@media only screen and (max-width: 350px) 
{
.well {
 min-height: 23px;
    position: relative;
    right: 70px;
    height: 113%;
    width: 368px;
    bottom: 202px;
    margin-bottom: 42px;
    background-color: rgb(245, 245, 245);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 1px inset;
    padding: 19px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(227, 227, 227);
    border-radius: 4px;
}	
	
	
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3)
{
	
.well {
 min-height: 23px;
    position: relative;
    right: 53px;
    height: 113%;
    width: 392px;
    bottom: 202px;
    margin-bottom: 42px;
    background-color: rgb(245, 245, 245);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 1px inset;
    padding: 19px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(227, 227, 227);
    border-radius: 4px;
}	
		
	
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
      margin-left: 229px;
    margin-top: -45px;
    height: 42px;
}
@media only screen and (max-device-width: 980px) {
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
      margin-left: 221px;
    margin-top: -45px;
    height: 42px;
}
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) 
{
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
margin-left: 224px;
margin-top: -44px;
}
}

@media only screen and (max-device-width: 350px) {
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: 186px;
    margin-top: -45px;
    padding: 0px;
}
}
	
.well input[type="checkbox"]{
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.well input[type="checkbox"]:hover + label:before{
  border-color: #999;
}
.well input[type="checkbox"]:active + label:before {
  transition-duration: 0;
  filter: brightness(0.2);
}
.well input[type="checkbox"] + label{
  position: relative;
  padding-left: 26px;
  font-weight: normal;
}
.well input[type="checkbox"] + label:before, .well input[type="checkbox"] + label:after{
  box-sizing: content-box;
  position: absolute;
  content: '';
  display: block;
  left: 0;
}
.well input[type="checkbox"] + label:before {
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  border: 2px solid #<?=$color1?>;
  text-align: center;
}
.well input[type="checkbox"] + label:after {
  background-color: #<?=$color1?>;
  top: 50%;
  left: 6px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  transform: scale(0);
  transform-origin: 50%;
  transition: transform 200ms ease-out;
}

.well input[type="radio"]:checked + label:before {
  -moz-animation: borderscale 300ms ease-in;
  -webkit-animation: borderscale 300ms ease-in;
  animation: borderscale 300ms ease-in;
  background-color: #fff;
}


.well input[type="checkbox"] + label:after {
  background-color: transparent;
  top: 50%;
  left: 5px;
  width: 7px;
  height: 4px;
  margin-top: -5px;
  border-style: solid;
  border-color: #00bad2;
  border-width: 0 0 3px 3px;
  -moz-transform: rotate(-45deg) scale(0);
  -ms-transform: rotate(-45deg) scale(0);
  -webkit-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.well input[type="checkbox"]:checked + label:before {
  -moz-animation: borderscale 200ms ease-in;
  -webkit-animation: borderscale 200ms ease-in;
  animation: borderscale 200ms ease-in;
}
.well input[type="checkbox"]:checked + label:after {
  content: '';
  -moz-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
  -moz-transition: -moz-transform 200ms ease-out;
  -o-transition: -o-transform 200ms ease-out;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
}

.well .row h1{
	
	margin-top:-10px;
}
.check_gauche,.check_droit{ padding-left: 40px;}
.bloc_recherche_gauchee{        padding-left: 70px;
	}
.bloc_recherche_droitee{    padding-left: 0;
	}
	
@media only screen and (max-device-width : 980px) {
	.bloc_recherche_gauchee{              padding-left: 228px;
	}
.bloc_recherche_droitee{            
    margin-left: 68px;
    margin-top: -267px;
	}
	}
.cherch{           margin-left: 133px;
    margin-top: -14px; }

@media only screen and (max-device-width : 980px) 
{
	.cherch{           margin-left: 128px;
    margin-top: 36px; }
}

@media only screen and (min-device-width : 414px) 
    and (max-device-width : 736px) {
	.cherch{           margin-left: 128px;
    margin-top: 36px; }
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) 
{
	.cherch{           margin-left: 104px;
    margin-top: 36px; }
}



@media only screen and (max-device-width : 380px) {
	.cherch{           margin-left: 100px;
    margin-top: 36px; }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) 
{
		
.bloc_recherche_droitee{         padding-right: 61px;
    width: 43%;
    padding-left: 159px;
    width: 54%;
    margin-top: -262px;
	}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) 
{
		
.bloc_recherche_gauchee{       
padding-right: 12px;
    width: 35%;
    font-size: 12px;
    padding-left: 64px;
    padding-top: 181px;
    width: 66%;
    font-size: 12px;
	}
}


@media only screen and (min-device-width : 414px) 
    and (max-device-width : 736px) {
.bloc_recherche_gauchee{  
    padding-left: 51px;
    padding-top: 180px;
    width: 66%;
    font-size: 12px;
	}
}

@media only screen and (min-device-width : 414px) 
    and (max-device-width : 736px){
.bloc_recherche_droitee{ 
    padding-left: 171px;
    width: 54%;
    margin-top: -262px;
	}
}



@media only screen and (max-width: 350px) 
{
		.bloc_recherche_droitee{       padding-left: 0;
    width: 21%;
	}
		
}
@media only screen and (max-width: 350px) 
{
.bloc_recherche_gauchee{           padding-right: 13px;
    width: 22%;
    font-size: 14px;
	}
}

.toggle { text-decoration: none; }

#mention{ text-align:center; }

@media (max-width: 991px) {

#mention{ text-align:center;  margin-left:38%; width:100%;}

		}
		
@media screen and (max-width: 761px){

#mention{     text-align: center;
    margin-left: -8%;
    width: 131%;}

}		

@media (max-width: 690px){

#mention{       text-align: center;
    margin-left: -19%;
    width: 131%;}

}	

@media (max-width: 591px){

#mention{           text-align: center;
    margin-left: 9%;
    width: 79%}


}	

@media only screen and (max-device-width: 360px) and (min-device-width: 640px)
{
.bloc_recherche_gauchee {
    padding-right: 12px;
    width: 35%;
    font-size: 12px;
    padding-left: 64px;
    padding-top: 181px;
    width: 66%;
    font-size: 12px;
}

.bloc_recherche_droitee {
    padding-right: 61px;
    width: 43%;
    padding-left: 159px;
    width: 54%;
    margin-top: -262px;
}
}
@media (max-width:1000px)
{
#carousel_photos .container{
	position:relative;
	margin-bottom:100px;
	
}
}
@media (max-width:1000px)
{

}


@media only screen and (min-device-width : 414px) 
    and (max-device-width : 736px){
#carousel_photos .container{
	position:relative;
	margin-bottom:100px;
	
}
}

@media only screen and (min-device-width : 414px) 
    and (max-device-width : 736px){

}

.card4 .info4:before {
  position:absolute;


}
.card4 .info4 { 
  -webkit-box-shadow:0px 0px 20px rgba(0,0,0,0.15);
  -moz-box-shadow:   0px 0px 20px rgba(0,0,0,0.15);
  box-shadow:        0px 0px 20px rgba(0,0,0,0.15);
}
.card4 {
  position:relative;
  margin:5rem auto;
  width:500px;
  height:auto;
  background:transparent;
  cursor:pointer;
    bottom:0px;
    left: 0px;
	margin:auto;
	    margin-top: 3%;
	padding-bottom:10%;
}
.card4 .info4 {
  bottom:200px;
  right:-20px;
  width:100%;
      height: auto;
  padding:20px 40px 20px 20px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:   border-box;
  box-sizing:        border-box;
  background:rgba(255,255,255,0.7);
  z-index:555;
  
}
.card4 .info4:before {
  content:'Inserer un fichier';
  top:0px;
  right:0px;
  width:150px;
  height:20px;
  text-align:center;
  font-weight:700;
  font-size:1rem;
  line-height:20px;
  color:white;
  background:black;
}




@media screen and (max-width: 667px) {


.card4 .info4:before {
  position:absolute;


}
.card4 .info4 { 
  -webkit-box-shadow:0px 0px 20px rgba(0,0,0,0.15);
  -moz-box-shadow:   0px 0px 20px rgba(0,0,0,0.15);
  box-shadow:        0px 0px 20px rgba(0,0,0,0.15);
}
.card4 {
  position:relative;
  margin:5rem auto;
  width: 245px;
  height:auto;
  background:transparent;
  cursor:pointer;
    bottom:0px;
    left: 0px;
	margin:auto;
	    margin-top: 3%;
	padding-bottom:10%;
}
.card4 .info4 {
  bottom:200px;
  right:-20px;
  width:100%;
      height: auto;
  padding:20px 40px 20px 20px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:   border-box;
  box-sizing:        border-box;
  background:rgba(255,255,255,0.7);
  z-index:555;
  
}
.card4 .info4:before {
  content:'Inserer un fichier';
  top:0px;
  right:0px;
  width:150px;
  height:20px;
  text-align:center;
  font-weight:700;
  font-size:1rem;
  line-height:20px;
  color:white;
  background:black;
}

.card4 input[type="file"] {
    display: block;    width: 145px;
}

}


.info4 h3 {
  font-size:1.8rem;
  font-weight:400;
  text-transform:uppercase;
  letter-spacing:2px;
  margin-bottom:1rem;
}


.info4 .links {
  list-style-type:none;
  margin-top:1.2rem;
}
.info4 .links li a,
.info4 .links .shareButtons,
.info4 .links .shareButtons a {
  display:block;
}
.info4 .links li a {
  width:20%;
  height:1.8rem;
  float:left;
  text-align:center;
  background:black;
  color:white;
  text-decoration:none;
  line-height:1.8rem;
}
.info4 .links li a:hover {
  text-decoration:line-through;
}
.info4 .links li:first-child a {
  margin-right:2%;
}
  
  @media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
{.bienn { overflow: scroll; 
-webkit-overflow-scrolling:touch;  width: 99%;
   height: 320px;
  }	

#listt{}
.dpe img{width:50%}

#descc{    }
  }

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { .bienn { overflow: scroll; 
-webkit-overflow-scrolling:touch;  width: 95%;
   height: 369px;
  }

#listt{}
#descc{}
.dpe img{width:50%}

  }

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) { .bienn { overflow: scroll; 
-webkit-overflow-scrolling:touch;  width: 95%;
   height: 473px;
  } 
  
#listt{}
#descc{}
  .dpe img{width:50%}

  }


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
  
  .bienn { overflow: scroll; 
-webkit-overflow-scrolling:touch;  width: 99%;
    height: 760px;
  }
  
#listt{margin-top:1400px;}
#descc{margin-top: 14px;
}
.dpe img{width:50%}
}