
* {
	padding:0;
	margin:0;
	box-sizing:border-box;
}
body {
	font-family:Arial;
	font-family:Lato, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	 font-size: 15px;
	line-height:1.5;
	color: #393939;
	overflow-x: hidden;
}
html{
overflow-x: hidden;

}
header, nav, footer {
	display:block;
}

footer.footer ul a span.typcn{
font-size:2em;

}
h2, .titre {
	font-size:28px;
	font-weight:bold;    
	margin: 0.2em 0;   
	line-height: 30px;
}
h2.formTitle{
font-size: 22px;
text-transform: uppercase;
font-weight: 900;
padding: 0 5px;
}

.sousForm  h2{
margin-top:0;
}
h2.formTitle span.typcn{
font-size: 1.2em;
    padding-right: 5px;
}



h1.pageTitle{
	font-size:35px;
    font-weight: bold;    
	color: #ed3628;
    margin-top: 10px;
}

h3 {
	font-size:22px;
}
h4 {
	font-size:20px;
	padding:0 0 10px;
}
.titre {
	position:relative;
	top:-25px;
}


.articleAnafie a .typcn{
    color: #ed3628;
}

.articleAnafie a{
    color: #ed3628;
    text-decoration-color: #ff7681;
}

/*-------------------------------------------------------------------
POSITIONS ET TAILLES DE BOITES
-------------------------------------------------------------------*/
#top{
	width:100%;
	height:46px;
	clear:both;
	background-color:#CCC;
}
#main-menu {   
background-color: #fcfcfc;
    border-bottom: 1px solid #cfcfcf;
	width:100%;
	z-index: 4;
	position: sticky;
    top: 0;
}

.headerLogo{ 
	background-color: #ed3628;
    height: 90px;
	position: relative;
    top: 0;
    width: 100%;
    z-index: 4;

}

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

.headerLogo a.homePage{
  color: #606060;
    height: 100%;
    position: absolute;
    text-decoration: none;
	top: 0;
    width: 100%;
}

.headerLogo .conteneurHeader {
	background-image: url("../../uploads/images/Anafie_Bicolorx200.jpg");
    background-repeat: no-repeat; 
	image-rendering: optimizequality;
    height: 90px;
    margin: auto;
    max-width: 960px;   
	position: relative;

}


@media only screen and (max-width: 960px) {
    .headerLogo .conteneurHeader {
        background-image: url("../../uploads/images/Anafie_Bicolorx400.jpg");
        background-size: 185px;
    }
}
.headerLogo .conteneurHeader .textSlogan{
	color: white;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    padding: 34px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 440px;
}

#conteneurFront{
overflow-x:hidden;
   margin: 0 0 10px;    
   padding: 0 0 3em;
    z-index: -1
}
#conteneur{
    padding: 0 0 56px;
    z-index: -1;
	min-height: 150px;
}
.pageSection{
  margin: 0 auto;
    max-width: 960px;
}
#conteneur, #main-menu {
	clear:both;
}

.conteneurSection:last-child {
    padding: 0 0 10px;
}

/*----------------------------------------------------
LISTE
------------------------------------------------------*/
.conteneurImage{
height: 100%;
width: 49%;
background-repeat: no-repeat;    
background-size: auto 100%;   
background-position: center center;
height: 400px;
position: relative;   
display: inline-block;
}


.descriptifTitle{
  border-bottom: 1px solid #ef8691;
    font-size: 18px;
    text-transform: uppercase;
}
.ClassEnerGroupe{



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

}
.NomGroupeDesc{
    border-bottom: 1px solid;
    color: #ed3628;
    font-size: 19px;
    font-weight: 800;
    padding-left: 5px;
    text-transform: uppercase;
}

.titreGroupeDesc{

    font-size: 18px;
    text-transform: capitalize;
}

.titreGroupeDesc .typcn{
    font-size: 30px;
    margin-right: 4px;
 }
.NbLots{

 background-color: #f5f5f5;
    color: #ce2930;
    font-size: 18px;
    font-weight: 300;
    margin: 12px 0;
    padding: 5px;
}

.prixGroupe{

position:static !important;
}

h2.listTitle{
    color: #ed3628;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
	margin-top: 0;
}
h2.listTitle span.typcn{
font-size: 1.2em;
    padding-right: 5px;
}

 .NomGroupe{
display: none;
}
 

.titreListe{
 background-color: rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    padding: 5px 5px 0;
    text-align: left;
    width: 100%;
	line-height: 15px;
    margin: 0;
  text-transform : capitalize; 
}
.descListe{
    background-color: rgba(255, 255, 255, 0.7);
	box-sizing: border-box;
	display: block;
	opacity: 0;
	overflow: hidden;
    padding: 5px 5px;
	text-overflow: ellipsis;
	width: 100%;
	word-wrap: break-word;
	line-height: 1.45em;
	color: #010101;
	font-weight: 300;
	border-radius: 5px 5px 0 0;
    border-bottom: 3px solid #ed3628;
    font-size: 13px;
}
.descListe:hover{
    opacity: 1;
}
.prixListe{
-moz-box-shadow: 2px 0 3px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 2px 0 3px 0 rgba(0, 0, 0, 0.2);
-o-box-shadow: 2px 0 3px 0 rgba(0, 0, 0, 0.2);
box-shadow:2px 0 3px 0 rgba(0, 0, 0, 0.2);
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=90, Strength=2);
    color: white;
    padding: 0 5px;
 background: #ed3628 none repeat scroll 0 0;
}
.linkListe{
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px 5px;
    line-height: 19px;
}
.linkListe a{
	color: #ed3628;
    font-weight: 800;
    text-decoration: none;
    text-align: right;
    width: 100%;
    display: block;
}
.conteneurListe{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
overflow:hidden;
border-radius: 5px;
background-repeat: no-repeat;
background-size: cover;
background-position: center  center;
height: 320px;
position: relative;
-moz-box-shadow: 0px 0 5px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 0 5px 0px  rgba(0,0,0,0.3);
-o-box-shadow: 0px 0 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0 5px 0px rgba(0,0,0,0.3);
filter:progid:DXImageTransform.Microsoft.Shadow(color=#555555, Direction=90, Strength=5);
}
.linkListe .typcn:before{
    color: #ed3628;
    font-size: 20px;
    font-weight: 400;

}
.conteneurCouleur{
  background-color: #efefef;
    border-radius: 2px;
    padding: 8px;
    position: relative;
}

.NbPiece {
    color: #555555;
    font-weight: 300;
    left: 0;
    padding: 0 5px;
    background-color: rgba(255, 255, 255, 0.7);
}

.ClassEner {
    color: #555555;
    font-weight: 300;
    background-color: rgba(255, 255, 255, 0.7);
    left: 0;
    padding: 0 5px 5px;
}


.ClassEnerNeuf {
    color: #555555;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0.7);
    left: 0;
    padding: 0 5px;
	    text-transform: capitalize;	
}

.NbPieceNeuf{
    color: #555555;
    font-weight: 400;
    padding: 0 5px;
    background-color: rgba(255, 255, 255, 0.7);

}

/*----------------------------------------------------
DESCRIPTIF
-------------------------------------------------------*/

.descriptif{  
 background-color: #efefef;
    padding: 10px 20px;
}

.descriptif a {
color:#ed3628;

}
.typeBien{
 color: #ed3628;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
	    display: inline-block;
}

.surface{
    display: inline-block;    
	margin: 0 0 0 8%;
}

.nbPiece{    
display: inline-block;
margin: 0 0 0 8%;

}

.prixDesc{    
float: right;
    font-size: 20px;
    font-weight: 700;
}

.villeDesc{
    padding: 5px;
	    text-transform: capitalize;
}

.conteneurTitre{
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    height: 50px;
    line-height: 50px;
    padding: 5px;
}


.descriptifText{
margin-bottom:10px;
}

.enerClass{
text-align:center;
font-weight:900;
padding:10px  0 ;
border-top:1px solid rgba(0, 0, 0, 0.16);
}


.imageDesc img{
width:100%;
height:auto;
}

.imageDesc{
width:19%;
display:inline-block;
vertical-align:top;
}

div.imageList .imageDesc:first-child{
width:100%;
}

.childGroupName{
 border-bottom: 1px solid lightgrey;
    margin-top: 16px;
 color: #ed3628;
     padding: 10px;
}

.descriptif table{
    border: 1px solid lightgrey;
    display: block;
    width: 100% !important;

}
.descriptif table td{
    border:none;

}

.childGroup{



}

.lots{
background-color: #efefef;
margin: 10px 0 0;
border: 1px solid lightgrey;
width: 24.6%;
display: inline-block;
}

.listeLots{
    margin-bottom: 3px;
    padding: 5px;
    text-align: center;
}

.listeLots.reference{
font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

.listeLots.type{

 background-color: #e3e3e3;
}

.listeLots.surfaceLots{

}

.listeLots.nbPieceLots{
 font-size: 15px;
    font-weight: 300;
 background-color: #e3e3e3;
}

.listeLots.prix{
    font-weight: 300;
}

.lienListeLots{
background-color: #30a6f7;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 3px;
    color: white;
    display: block;
    font-size: 14px;   
	margin: 0 auto 5px;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    width: 90%;
}

.lienListeLots:hover{
    text-decoration: underline;
}


/*--------------------------------------------------------
ARTICLE
---------------------------------------------------------*/
 
.partenaires{
	display:inline-block;
vertical-align: top;
    margin: 10px 20px 0 0;
}
 
 
 .sousForm .articleAnafie{
 margin-top:40px;
 
 }
 

.articleRecherche{

padding-left:10px;
padding-right:10px;
}

.h1typcn span.typcn, .h2typcn span.typcn, .h3typcn span.typcn{
padding-right:5px;
font-size:1.2em;

}

a.toutesOffres {


}

.imageBase img {
    background-position: center center;
    height: auto;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}

.imageBase {
  display: block;
    height: 100%;
    position: relative;
    text-align: center;
    width: 100%;
}


.imageArticle{
  background-position: center center;
    background-repeat: no-repeat;
    background-size:auto 100%;
    border-radius: 2px;
    box-sizing: border-box;
    display: inline-block;
	margin:0px;
}

.imageArticle::before{
 content: "";
    display: block;
    padding-top: 64%;
}


.imageSlider img{
 background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    width: 100%;   
	height: 100%;
}

.imageArticle{
position:relative;
text-align:center;
    overflow: hidden;
}

.sliderImage .imageArticle, .sliderImage .imageSlider{
 position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
}
.sliderImage{    
max-width: 100%;
position: relative;
margin:0;
overflow:hidden;
}

.imageArticle img{
 background-position: center center;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


.articleAnafie h3{    
color: #ed3628;
    line-height: 22px;
}

/*------------------------------------------
 SECTION
 --------------------------------------------------*/
 .sectionTitre{
 
 
 }
 
 
 .bgGris{
 
   background-color: #e6e6e6;
 
 }
 
 .spanRouge h2 span.typcn{
 
    color: #ed3628;
 
 }
 
  
 .articleSaumon{
  background-color: #eaeaea; 
 }
 
 .articleBleu{
background-color: #ed3628 ;
  color:white;
 }
  
 .articleSaumon h4{
 font-size:17px;
 }

 
 .articleHome{
 padding-bottom:10px;
 
 }
 
 .heightRedux{
  background: lightgray none repeat scroll 0 0;
    padding: 0;
 }
 
 
  .heightRedux .articleAnafie{
  padding-bottom:0;
  
  }
 .formulaireFinancer .pageSection{
     margin-top: 10px;
 border:1px solid #ed3628;
 }

 .sectionSlider{
     margin-bottom: 20px;
 }

 .sectionSlider .pageSection{
 max-width:unset!important;
 
 }

  
 .sectionSlider .pageSection .col{
margin-top:0;
margin-bottom: 0;
 }
 
 .sectionSlider .pageSection .articleAnafie{
padding:0;
 
 }
 
 
/*------------------------------------------
 Formulaire
 --------------------------------------------------*/
 
 .sousForm .articleAnafie ul li{
 
 text-transform:capitalize;
     margin-left: 10px;
 }
 
 .sousForm .articleAnafie .btnSubmit{
  display: inline;
    height: 30px;
    line-height: 30px;
    padding: 5px 0;
 
 }
 .formulaireRecherche {
    box-sizing: border-box;
     padding: 10px;    
	 margin-top: -3px;
 }
 
 .articleBleu  .formulaireRecherche {
 margin-top:0;
}

 .formulaireFinancer{
 padding: 0 10px;
 }
 .formulaireFinancer input[type="text"]{
 
 background: transparent none repeat scroll 0 0;
    border-image: none;
    border-style: none none solid;
    border-width: 1px;    
	color: #ed3628 ;
    font-size: 15px;
    height: 30px;
    margin-right: 20px;
    vertical-align: bottom;
	margin : 10px 10px 10px 0;
 }
 
 .formulaireFinancer input[type="submit"]{
background: #efefef none repeat scroll 0 0;  
	border: 1px solid #ed3628 ;
    border-radius: 3px;
    color: grey;
    height: 30px;
	margin : 10px 0;
	display: block;
	
	padding:0 20px;
	
} 


 .formulaireFinancer input[type="submit"]:hover{
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
-o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=5);
}
  .formulaireFinancer input.errorChamps{
    border-color: #df2020;
 }
 
 .formulaireFinancer .errorMessage{
  color: #df2020;
    font-size: 13px;
 }
  
 .formulaireFinancer .formTitle{
padding-left:10px;
 }
 
.formulaireContact .formTitle{
padding-left:10px;
 }
 
 
 .formRechercheVille input[type="text"]{
    background: transparent none repeat scroll 0 0;
    border-color: #ed3628;
    border-image: none;
    border-style: none none solid;
    border-width: 1px;
    vertical-align: bottom;
	margin-right:20px;
	color: #ed3628;
	font-size: 15px;
    height: 30px;
	width: 180px;
 }
 
.formRechercheVille input[type="submit"].Rechercher{
  background: transparent none repeat scroll 0 0;
    border: 1px solid #ed3628;
    color: #ed3628;
    height: 30px;
    width: 80px;  
	margin: 20px 0 0;
} 
.formRechercheVille input[type="submit"].Rechercher:hover{
background-color:rgba(255,255,255,0.2);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
-o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=5);
}

  .articleBleu input[type="text"]{
    background: transparent none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color white;
    border-image: none;
    border-style: none none solid;
    border-width: 1px;
    vertical-align: bottom;
	margin-right:20px;
	color: white;
	font-size: 15px;
    height: 30px;
 }
 
 
.articleBleu input[type="submit"].Rechercher{
  background: transparent none repeat scroll 0 0;
    border: 1px solid white;
    color: white;
    height: 30px;
    width: 80px;
} 
.articleBleu input[type="submit"].Rechercher:hover{
background-color:rgba(255,255,255,0.2);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
-o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=5);
}


.formulaireDescriptif{  
  padding: 10px 0;

}

 .formulaireDescriptif input[type="text"]{
 background: transparent none repeat scroll 0 0;
    border-image: none;
    border-style: none none solid;
    border-width: 1px;
    color: #5f5f5f;
    font-size: 15px;
    height: 30px;
    margin-right: 20px;
    vertical-align: bottom;
	margin : 10px 10px 10px 0;
	width: 150px;
 }

 
.formulaireDescriptif input[type="submit"].Rechercher{
background: #efefef none repeat scroll 0 0;
    border: 1px solid lightgray;
    border-radius: 3px;
    color: grey;
    height: 30px;
    width: 80px;
	margin : 10px 0;
} 
.formulaireDescriptif input[type="submit"].Rechercher:hover{
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
-o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=5);
}


.formulaireDescriptif h2.formTitle {
    font-size: 16px;
}

.contactForm input, .contactForm textarea {
  background-color: #eeeeee;
    border: medium none;
    margin: 10px 10px 0 0;
    padding: 5px;
}


.contactForm input[type="submit"]{
   -webkit-transition: all 100ms ease-out;
    -moz-transition:all 100ms ease-out;
    -o-transition:all 100ms ease-out ;
    transition: all 100ms ease-out;
	margin:10px 0;

}
.contactForm input[type="submit"]:hover{
padding:10px;
margin:5px 0;

}

.contactForm{
padding: 0 10px;
}

.contactForm .messageerror {
color:#df2020;
}

.formRechercheVille{
    margin: 0 0 16px;
    padding-left: 10px;
}

.formFinancer{
 border: 1px solid lightgrey;
    margin: 0 10px;
    padding: 10px;

}

.formFinancer input[type="text"]{
    background: transparent none repeat scroll 0 0;
    border-image: none;
    border-style: none none solid;
    border-width: 1px;
    color: #000000;
    font-size: 15px;
    height: 30px;
    margin: 10px 30px 10px 0;
    vertical-align: bottom;
}


.formFinancer input[type="submit"]{
   -webkit-transition: all 100ms ease-out;
    -moz-transition:all 100ms ease-out;
    -o-transition:all 100ms ease-out ;
    transition: all 100ms ease-out;
	margin:10px 0;
	  background-color: #eeeeee;
    border: medium none;
padding:5px;
}
.formFinancer input[type="submit"]:hover{
padding:10px;
margin:5px 0;

}

/*------------------------------------------
UI
 --------------------------------------------------*/
 .ui-autocomplete.ui-front {
 max-width:180px;
-moz-box-shadow:  0 0 4px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
-o-box-shadow:0 0 4px rgba(0, 0, 0, 0.2);
     box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=90, Strength=0);
 }
  .ui-autocomplete.ui-front li {
 background-color: white;
    font-weight: 300;
    padding: 4px;
    text-transform: capitalize;
 } 
 .ui-autocomplete.ui-front li:hover {
 background-color: #eee;
 }
 
 
 
/*------------------------------------------
footer
 --------------------------------------------------*/
.footerRight{
float:right!important;

}
 
 
/*------------------------------------------
Resultat de recherche
 --------------------------------------------------*/
 
.Result{
 color: #ee6e73;
    margin-top: 20px;
}


/*------------------------------------------
media queries
 --------------------------------------------------*/

    


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

	.sliderImage .imageArticle, .sliderImage .imageSlider {
		width: 140%;
	}
	
	.imageSlider img {
		height: auto;
		left: -14%;
		width: 100%;
	}

	.imageArticle::before{
	 content: "";
		display: block;
		padding-top: 65%;
	}
	.formulaireDescriptif {
		text-align: center;
	}
	.lots{
		width:49.6%;
	}
	
	.articleAnafie{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	}

	.pageTitle{
	margin-left:10px;
	}

}



@media only screen and (max-width: 600px) {
	.typeBien { 
		font-size: 4vw;
	}
	
	.surface{ 
		font-size: 4vw;
	}	
	.nbPiece { 
		font-size: 4vw;
	}
	
	th,td{
		display:inline-block;
	
	}
	tr{
		border-top: 1px solid lightgrey !important;
	}

	.headerLogo .conteneurHeader .textSlogan{
		font-size: 13px;   
		position: absolute;
		right: -20px;
		text-align: right;
		top: -15px;
		width: 190px;
	}
	.sliderImage .imageArticle, .sliderImage .imageSlider {
		width: 149%;
	}
	
	.imageSlider img {
		height: auto;
		left: -17%;
		width: 100%;
	}

	
}



/* departement section */

.dep-section {

}
.dep-section .articleAnafie{
    position: relative;
}
.dep-section .details{
    z-index: 9;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 60px;
}

.dep-section .details p{
    text-align: center;
}

.dep-section .details p.img-dep{
    background: black;
    line-height: 0;
}

.dep-section .details h2 a, .dep-section .details p a{
    color:white!important;
    text-decoration: none!important;
    line-height: 30px;
    width: 100%;
    display: block;
}
.dep-section .details h2, .dep-section .details p{
    margin: 0!important;
    padding: 0!important;
}

.dep-section img{
    width:100%;
    opacity: 0.6;
}
.dep-section .img-dep{
    background: black;
    padding: 0;
    line-height: 0;
}

.home-anafie{
    text-align: center;
    margin: 40px 0;
}

.home-anafie h2{
    font-size: 40px;
}