#ajaxMainFrame { visibility : visible !important;}


.miniphotos {
    width: 120px;
    padding: 0px;
    margin: 5px;
    display: inline-block;
    height: 80px;
    overflow: hidden;
    cursor:pointer;
    opacity:1;
    transition:0.2s;
    font-size: 10px;
}

.miniphotos:hover {
    opacity:0.8;
}

.miniphotos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.button {
	text-decoration: none;
	border: none;
	background-color: #585858;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
	width:200px;
	transition: 0.5s;
        border: solid 1px;
        display:block;
        cursor:pointer;
}

.button:hover{
	background-color: #777777;
}

.titrezone
{
  text-align: left;
  font-weight: normal;
  font-size: 18px;
  margin-top: 3px;
  color: #7c6e65;
  position: relative;
  top: -3px;
  padding-top: 6px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  height: 16px;
  background-color: #;
text-shadow:2px 2px 2px #cecece;
font-weight:bold;
}


#rechercheBien
{
  margin-left: 0px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  background-repeat: repeat-y;
  margin-top: 0px;
  margin-right: 0px;
  float: left;
  padding-bottom: 00px;
   background-color: #;

}
                            

.zonedegrade
{
  
  color: #;
 
  position: relative;

   
background-image: linear-gradient(left , #e21a50 0%, #777777 100%);
background-image: -o-linear-gradient(left , #e21a50 0%, #777777 100%);
background-image: -moz-linear-gradient(left , #e21a50 0%, #777777 100%);
background-image: -webkit-linear-gradient(left , #e21a50 0%, #777777 100%);
background-image: -ms-linear-gradient(left , #e21a50 0%, #777777 100%);
background-color: #e21a50;
background-image: -webkit-gradient(
	linear,
	left top,
	right top,
	color-stop(0%,#e21a50),
	color-stop(100%, #777777)
);
}

 

.containerccround {
position:relative;
top: 400px;
display:flex;
justify-content:space-around;
width:900px;
flex-shrink: 0;
}


.bloccround {
  width: 300px;
  height: 300px;
  display:inline-block;
  border-radius: 10px;
  margin: 0 10px;
  overflow:hidden;
  border: solid 1px #777777;
  position:relative;
  top:0;
transition: 0.2s;
background-color:#fff;
}

.bloccround:hover {
box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
top: -10px;
}

.bloccround ul{
    padding:0;
    margin:0;
}


.bloccround ul li {
    position: absolute;
    height:90%;
    background-color:#fff;
    width:100%;
}

.titreccround {
  height: 10%;
  background-color:#e21a50;
  margin:0;
  font-size:26px;
  text-transform:uppercase;
  display:flex;
  justify-content:center;
  align-items:center;
  color:#fff;
}

.blocimgccround {
  height:50%;
  width:100%;
  overflow:hidden;
  margin-bottom:10px;
}

.imgccround {
  width:100%;
  height:100%;
  object-fit: cover;
}

.titreaffaireccround {
    font-size: 22px;
    padding: 0 20px;
    margin: 0;
    font-weight: bold;
}

.soustitreaffaireccround{
  font-size:22px;
  padding: 0 20px;
}

.texteccround {
  padding: 0 20px;
}

.boutondetailccround {
  display:flex;
  justify-content:center;
  align-items:center;
  font-size: 22px;
  height: 15%;
  background-color:#e21a50;
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  color:#fff;
  transition:0.2s;
}

.boutondetailccround:hover {
    background-color: #777777;
}

.boutondetailccround a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 40px;
}            

.numpage {
    background-color:#e21a50;
    color:#cecece;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    height: 40px;
    padding: 10px 0px;
    width: 40px;
    margin: 0 10px 10px;
    transition:0.2s;
    text-align:center;
    font-size:16px;
    vertical-align: top;
}

.numpage.on {
    background-color:#777777;
}

.numpage:hover {
    background-color:#;
}

.pagination {
    clear: both;
    padding-top: 50px;
}  

div.vignette {
	position:relative;

	float: left;
	width: 100%;
	height: 100%;
	
	padding: 10px;

	margin: 10px;

font-size : 12px;
	
}
.photovignette{
position:relative;
	width : 100%;
	height: 70%;
	margin-bottom: 10px;
}
 
.vignette-titre {
	margin: 0;
	width: 100%;
	position:relative;
	padding-bottom: 15px;
}

.vignette-sous-titre {
	width: 100%;
	overflow: hidden;
	position:relative;
	clear: both;
	margin-top: 0px;
	font-weight: normal;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #ffffff;
	margin-right: auto;
	margin-bottom: 27px;
	padding-top: 3px;
	margin-left: auto;
}
.fondvignette{
background-color:#cecece;
width : 100%;
position : absolute;
top : 0px;
left : 0px;
height : 85%;}

                        

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
z-index: 100;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: 100%;
  font-family: Raleway, sans-serif;
font-weight:bold;
  line-height: 1;
}
#cssmenu > ul {
  background: #000;
}
#cssmenu > ul > li {
  float: left;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 41px 8px;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #000;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#cssmenu > ul > li.active > a {
  color: #ffffff;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {
  color: #ffffff;
  -webkit-transform: rotateX(90deg) translateY(-23px);
  -moz-transform: rotateX(90deg) translateY(-23px);
  transform: rotateX(90deg) translateY(-23px);
  -ms-transform: none;
}
#cssmenu > ul > li > a::before {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 41px 8px;
  color: #ffffff;
  background: #fea700;
  content: attr(data-title);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -ms-transform: translateY(- -18px);
}
#cssmenu > ul > li:hover > a::before,
#cssmenu > ul > li > a:hover::before {
  background: #000;
}
#cssmenu.small-screen {
  width: 100%;
}
#cssmenu.small-screen > ul,
#cssmenu.small-screen.align-center > ul {
  width: 100%;
  text-align: left;
}
#cssmenu.small-screen > ul > li,
#cssmenu.small-screen.align-center {
  float: none;
  display: block;
  border-top: 1px solid rgba(100, 100, 100, 0.1);
}
#cssmenu.small-screen > ul > li:hover > a,
#cssmenu.small-screen > ul > li > a:hover {
  color: #ffffff;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  -ms-transform: none;
}
#cssmenu.small-screen > ul > li > a::before {
  display: none;
}
#cssmenu.small-screen #menu-button {
  display: block;
  padding: 16px 8px;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  color: #f9f2e1;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #000;
}
#cssmenu.small-screen #menu-button:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 17px;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 22px;
  height: 3px;
}
#cssmenu.small-screen #menu-button.menu-opened:after {
  border-top: 2px solid #dff2fa;
  border-bottom: 2px solid #dff2fa;
}
#cssmenu.small-screen #menu-button:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 27px;
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
}
#cssmenu.small-screen #menu-button.menu-opened:before {
  background: #fea700;
}
@media all and (max-width:600px) {             
#cssmenu > ul > li > a { padding: 12px 8px;}
#cssmenu > ul > li > a::before {padding: 12px 8px;}
}   

@media all and (min-width:600px) {             
#cssmenu > ul > li > a { padding: 21px 17px;}
#cssmenu > ul > li > a::before {padding: 21px 17px;}
}   
@media all and (min-width:1024px) {             
#cssmenu > ul > li > a { padding: 21px 33px;}
#cssmenu > ul > li > a::before {padding: 21px 33px;}
}                                                                                    

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url("images/web/fleche-bas.png") no-repeat scroll right center / auto 80%;
    border: solid 2px #cecece;
    box-sizing: border-box;
    font-size: 14px;
    height: 40px;
    text-transform: none;
    width: 20%;
    margin: 10px 0;
    padding:5px;
}

input, textarea {
    border: solid 2px #cecece;
    box-sizing: border-box;
    font-size: 14px;
    height: 40px;
    text-transform: none;
    width: 20%;
    margin: 10px 0;
    padding: 5px;
}

 textarea {
   height:100px;
   font-family: Arial;
}

.formulaire-estimation table select, .formulaire-estimation table input {
width:100%;
}

.formulaire-estimation textarea {
    border: solid 2px #cecece;
    box-sizing: border-box;
    font-size: 14px;
    text-transform: none;
    width: 100%;
    margin: 10px 0;
    font-family: Arial;
    padding: 5px;
}

.gestioncomptemail table input, .gestioncomptemail table select {
    width: 100%;
}

.boutonradio {
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
    background-color: #cecece;
} 

.inputlarge {
width:80%;
}


.ficheaffaire table input {
    width:100%;
}

.ficheaffaire table textarea {
    border: solid 2px #cecece;
    box-sizing: border-box;
    font-size: 14px;
    text-transform: none;
    width: 100%;
    margin: 10px 0;
    font-family: Arial;
    padding: 5px;
}


.contactarea table input {
    width:100%;
}

.contactarea table textarea {
    border: solid 2px #cecece;
    box-sizing: border-box;
    font-size: 14px;
    text-transform: none;
    width: 100%;
    margin: 10px 0;
    font-family: Arial;
    padding: 5px;
}

.bandeaugris select {
    margin:10px;
}

.bandeaugrisaccueil select {
    margin:10px;
}        




#cssmenu { 
    display:none;
}

#fondpage {
min-height:40vw;
}

body {
margin:0;
padding:0;
font-family: Arial;
color:#777777;
}

a {
color: inherit;;
text-decoration:none;
cursor:pointer;
}

.conteneurflyeraccueil {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
    z-index: 100;
    opacity: 0;
    transition: 0.2s;
left: 0px;
}

.flyeraccueil {
   width : 100%;
    display: block;
}

.pageactive {
    background-color:#e21a50 !important;
}

.pageactive a {
    color:#fff !important;
}

p{
margin:0;
}

hr {
    border: solid 1px #e9e7e7;
    width: 80%;
    border-left: solid 100px #777777;
    border-right: solid 100px #777777;
}

.fax {
    font-size: 3em;
}

sup {
    color:red;
}

.fontfam {
    font-family:rounded;
}

.text26{
    font-size:26px;
}

.center {
text-align:center;
}

.left {
text-align:left;
}

.right {
text-align:right;
}


.textwhite {
color:#fff;
}

.textred {
color:#e21a50;
}

.couleur1 {
color:#e21a50
}

.couleur2 {
color:#777777
}

.strong {
font-weight:bold;
}

.lowermax {
margin-top : 200px !important;
}


.lower {
margin-top : 50px !important;
}

.minlower {
margin-top : 10px !important;
}

.medlower {
margin-top : 20px !important;
}

.upper {
margin-bottom : 50px !important;
}

.medupper {
margin-bottom : 20px !important;
}

.minupper {
margin-bottom : 10px !important;
}

.medupper {
margin-bottom : 20px !important;
}

.marginauto {
margin-left:auto;
margin-right:auto;
}

.imgtxt {
    margin: 10px auto 10px auto;
    display: block;
}

.conteneurimgtxt {
    display: flex;
    justify-content: space-around;
    margin: 20px auto;
}

.largelink {
width:100%;
display:block;
}

.col25 {
width:25%;
}

.b800 {
width:800px;
}

.b1200 {
width:1200px;
}

.fsize0{
font-size:0;
}

.bouton {
	text-decoration: none;
	border: none;
	background-color: #e21a50;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
	width:200px;
	transition: 0.5s;
        display:block;
}

.bouton:hover {
	background-color: #777777;
}

.bouton-loupe {
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;;
    background-color: #e21a50;
    font-size:2em;
    color:#fff;
    transition:0.5s;
    cursor:pointer;
    box-shadow: 1px 1px 1px #fff
}

.bouton-loupe:hover {
	background-color: #777777;
}

.iconeboutonloupe {
display:unset;
line-height:60px;
}




/* Entête */


.menusp2{
  display:flex;
  justify-content:center;
  margin:auto;
  text-align:center;
  padding:0;
  flex-wrap: wrap;
}

.menusp2 ul, li {
  list-style:none;
}

.boutonmenusp2 {
  padding:20px;
  font-size:22px;
  border-right: solid 1px #777777;
  min-width: 150px;
  position:relative;
  transition:0.2s;
display: flex;
justify-content: center;
align-items: center;
}

.boutonmenusp2:hover {
    background-color: #cecece;
    color:#000;
}


.boutonmenusp2:last-child {
    border-right: none;
}

.sousmenu {
  position:absolute;
  left:-1000%;
  width:100%;
  top:100%;
  opacity:0;
  transition: opacity 0.5s ;
  background-color:#fff;
  padding:10px;
  box-sizing:border-box;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
z-index:1;
box-shadow:1px 3px 5px rgba(0,0,0,0.2);
}

.sousmenu::before {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #e21a50;
    top: -20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.sousmenu li {
    line-height: 40px;
}

.pageactive .sousmenu::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #fff;
}

.sousmenu a {
  color: #777777 !important;
  transition: 0.2s;
}

.sousmenu a:hover {
  color: #e21a50 !important;
}

.boutonmenusp2:hover .sousmenu{
  opacity:1;
  left:0;
}
.sousmenu:hover{
  opacity:1;
  left:0;
}




.enligne {
display:inline-block;
}


.logo-entete {
    position: relative;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    width:450px;
   transition: 0.2s;
    margin-bottom: 20px;
}

.logosnpi {
    position: absolute;
    left: 10%;
    top: 10px;
    width: 100px;
}

.logosnpipied {
width:100px;
display:none;
}

.logomeilleursa {
    width: 160px;
}

.logo-entete:hover {
    opacity: 0.8;
}

.logo-bandeau {
    left: 50%;
    position: relative;
    width: 400px;
    z-index: 1;
    display: block;
    transform: translateX(-50%);
}

.coordonnees {
    font-size: 26px;
    margin: 20px 15px;
    text-align:right;
}

.socialmedia {
    position: absolute;
    top: 0;
    right: 10%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.containermeilleursagents {
    margin: 0 5px;
}

.containermeilleursagentspied {
display:none;
}

.socialmedia .icone-social {
    padding: 5px;
    background-color: #e21a50;
    border-bottom: 1px solid #000;
    font-size: 2em;
    width: 40px;
    display: inline-block;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    transition:0.2s;
    position: relative;
    top:0;
}

.socialmedia i:hover {
    top:20px;
}

.socialmedia i::after {
    position: absolute;
    top: 10px;
    content: " ";
    top: -20px;
    height: 20px;
    width: 100%;
    background-color: #e21a50;
    left: -1px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.socialmedia a {
   color:#fff;
}




/*Contenus divers*/
.bigimageaccueil {
    height: 600px;
    background-image: url('images/web/bg-accueil.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: space-around;
}

.blocrechaccueil {
    height: 400px;
    width: 320px;
    background-color: rgba(255,255,255,0.9);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 1px 3px 5px rgba(0,0,0,0.2);
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    flex-shrink:0;
}

.blocrechaccueil select {
width:100%;
}

.blocrechaccueil #tranche {
display:none;
}

.miniblocrechaccueil {
    height: 40px;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.2);
    padding: 10px;
    box-sizing: border-box;
    top: 100%;
    left: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    transition: 0.2s;
    border-top: 1px solid #cecece;
    cursor:pointer;
    text-align:center;
}

.miniblocrechaccueil:hover {
    background-color: rgba(255,255,255,1)
}

.miniblocrechaccueil input {
width:100%;
text-align:left;
}

#boutoncancelminiblocrech {
    position: absolute;
    right: 0;
    transition: 0.2s;
    z-index: 1;
    display: none;
    transform-style: preserve-3d;
    top: 100%;
    margin: 5px;
    cursor:pointer;
}

#boutoncancelminiblocrech:hover {
color:#e21a50;
} 

#slider-range {
width:90%;
margin: 10px auto;
}


.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #e21a50;
	background: #e21a50;
	font-weight: normal;
	color: #ffffff;
}


.blocrange {
    display: flex;
    justify-content: space-between;
}

.blocrange input {
   width:40%;
}

.bandeaugris {
    margin-bottom:150px;
    padding: 50px;
    background-color: #cecece;
    position: relative;
    background-image: url('images/web/bandeau-bg.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size:20%;
}

.bandeaucouleur {
    margin-bottom:150px;
    padding: 50px;
    background-color: #e21a50;
    position: relative;
    background-image: url('images/web/bandeau-bg.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size:20%;
}

.bandeaugrisaccueil {
    margin-bottom:150px;
    padding: 20px;
    background-color: #cecece;
    position: relative;
    background-image: url('images/web/bandeau-bg.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size:20%;
}

.bandeauaffaire {
    margin-bottom:150px;
    padding: 50px;
   background: linear-gradient(to right,#e21a50,#777777);
    position: relative;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    text-shadow:0px 0px 5px #000;
    box-shadow: inset 0px 0px 5px #cecece;
}


.bloctextscroll {
    background-color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px;
    overflow: hidden;
    border-top: solid 1px #4e4e4e;
    min-height:20px;
}

.textscroll {
    position: absolute;
    animation: defile 15s infinite linear;
    white-space: nowrap;
    font-size: 26px;
    color: #e21a50;
width: 1000px;
text-align: center;
}

@keyframes defile {
from { margin-left:100%; } to { margin-left:-1000px;}
}

.photo-agence {
    display: block;
    margin: auto;
        margin-top: auto;
    max-width: 80%;
    width: 600px;
    margin-top: 20px;
}

.slogan {
    font-family: Ananda;
    font-size: 30px;
    margin: 0 50px;
    color: #000;
    vertical-align:middle;
}

.lettrinebig {
    font-size: 60px;
    font-weight: bold;
}

.bloccentre {
    margin : 0 auto 150px auto;
    width: 1200px;
    display: table;
    position: relative;
}

.content {
display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

}

.titre {
    font-family: rounded;
    font-size: 36px;
    text-align: center;
    margin-bottom:10px;
}

.imgsidev {
width:200px;
display:inline-block;
}

.bloctexte {
    width: 600px;
    text-align: center;
}

.short {
font-size:20px;
}

.long {
font-size:16px;
}

.scroll {
    opacity:0;
    transition:0.5s;
    bottom:-100px;
    position:relative;
}

.encart{
    background-color:#fff;
    box-shadow:1px 1px 5px #cecece;
    padding:20px;
}

.soustitre {
    text-align: center;
    font-size: 20px;
    background: #777777;
    color: #fff;
    margin-bottom: 10px;
}

.soustitre2 {
    text-align: center;
    font-size: 20px;
    color: #777777;
    margin-bottom: 10px;
    position:relative;
}

.soustitre2::after {
    content: "";
    position: absolute;
    top: 100%;
    width: 50%;
    height: 5px;
    border-bottom: #000 solid 2px;
    left: 50%;
    transform: translateX(-50%);
}

.pied {
    padding: 50px;
    background-color: #777777;
    position: relative;
}

.pied a {
color: #fff;
}

.ico2x {
    font-size: 2em;
}

.ico3x {
    font-size: 3em;
    color:#000;
    transition:0.2s;
}

.ico3x:hover {
    color:#777777;
}

.logo300 {
    width: 220px;
}








/* Liste d'affaire */ 

.conteneurblocsaffaire {
	display: table;
	width: 100%;
        font-size:0px;
}
	
.blocaffaire {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    height: 350px;
    padding: 0 15px;
    width: 33%;
}

.blocaffaire50 {
    box-sizing: border-box;
    display: inline-block;
    height: 600px;
    padding: 0 15px;
    width: 50%;
    margin-bottom: 20px;
    vertical-align: top;
}
	
.contenublocaffaire {
     height: 100%;
}

	
	.conteneurimgblocaffaire {
    height: 60%;
    overflow: hidden;
    width: 100%;
	position:relative;
}

.bandeauvendu {
    font-size: 34px;
    position: absolute;
    background-color: #e21a50;
    width: 120%;
    text-align: center;
    top: 40%;
    padding: 5px;
    box-sizing: border-box;
    color: #fff;
    transform: rotate(-30deg);
    left: -10%;
}

.bandeauvenduaccueil {

    font-size: 16px;
    position: absolute;
    background-color: #e21a50;
    width: 120%;
    text-align: center;
    top: 15%;
    padding: 5px;
    box-sizing: border-box;
    color: #fff;
    transform: rotate(-25deg);
    left: -10%;
}
	
.bandeauexclu {
    font-size: 20px;
    position: absolute;
    background-color: #e21a50;
    width: 40%;
    text-align: center;
    top: 10%;
    padding: 5px;
    box-sizing: border-box;
    color: #fff;
    transform: rotate(-30deg);
    left: -5%;
    z-index: 1;
}


.bandeauexclu::after {
    content: "";
    background-color: #e21a50;
    position: absolute;
    left: -100%;
    top: 0;
    width: 300%;
    height: 100%;
    z-index: -1;
}

.hoverblocaffaire {
    background-color: rgba(226, 26, 80, 0.5);
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 100%;
    display: flex;
    justify-content:center;
    align-items:center;
}
	
	
.ensavoirplus {
	border: 2px solid #fff;
	padding: 15px;
	color:#fff;
        font-size:16px;
}
	
.hoverblocaffaire:hover {
        opacity:1;
}

	
.imgblocaffaire {
    width: 100%;

    object-fit: cover;
}
	
.conteneurcaracblocaffaire {
    box-sizing: border-box;
    height: 50px;
    padding: 0 5px;
    width: 100%;
    background-color: #;
    text-align:center;
}

.pictocarac {
	height:16px;
    position: relative;
}

.caracblocaffaire {
	display: inline-block;
        width: 25%;
	line-height:50px;
	color:#777777;
        font-size:16px;
}

.texteblocaffaire {
    font-size: 18px;
    padding: 15px 10px 0;
    text-align: left;
margin-bottom: 10px;
}

.titreblocaffaire {
	width:65%;
	display:inline-block;
        text-transform: uppercase;
        color:#e21a50;
}

.loupeblocaffaire {
    width: 35%;
    text-align: right;
    display: inline-block;
    font-size: 26px;
    color:#e21a50;
}

.conteneurvilleprix {
display:flex;
justify-content: space-between;
}

.prixblocaffaire {
    text-align: right;
    padding: 0 10px;
    font-family: rounded;
    font-size: 20px;
    text-transform: uppercase;
    box-sizing: border-box;
    font-weight: bold;
}

.villeblocaffaire {
    text-align: left;
   padding: 0 10px;
    font-family: rounded;
    font-size: 20px;
    text-transform: uppercase;
    box-sizing: border-box;
    font-weight: bold;
}

.resumetextepub {
    padding: 0 10px;
    text-align: justify;
    font-size: 14px;
}


.exclu .hoverblocaffaire {
background-color:rgba(255,255,255,0.8);
}

.exclu .ensavoirplus {
       color:#e21a50;
       border: 2px solid #e21a50;
}

.exclu .conteneurcaracblocaffaire {
background-color:rgba(255,2,21,0.4);
}


.exclu .caracblocaffaire {
color:#fff;
}

.compromis .conteneurcaracblocaffaire {
    background-color: #fff;
    border: solid 1px #777777;
}


.tableform {
margin-left:auto;
margin-right:auto;
width:800px;
}

.tableform td {
    width: 50%;
}

.formulaire-estimation {
    padding-bottom:20px;

}

.contactarea {
    background-position: center;
}

.gestioncomptemail table {
    width: 100%;
}

.enlignesep {
    padding: 20px;
}


.contactarea table {
    width:60%;
}

.contactarea table td {
    width:50%;
}

/*Ficheaffaire*/

.enligneficheaff {
    display: inline-block;
    vertical-align: top;
    width: 600px;
    font-size: 18px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.blocdroiteficheaff {
    padding: 0 0 0 20px;
    box-sizing: border-box;
}

.boutonretouraffaire{ 
     font-size:20px;
     display:block;
}

.etiquette1 {
    background-color: #e21a50;
    padding: 10px;
    margin-right: 10px; 
    white-space:nowrap;
    line-height: 60px;
}

.etiquette2 {
    background-color:#777777;
    padding:10px;
    margin-right: 10px;
    white-space:nowrap;
    line-height: 60px;
}

.etiquette3 {
    padding: 8px;
    margin-right: 10px;
    white-space: nowrap;
    color: #000;
    border: solid 3px #777777;
    transition:0.2s;
    line-height: 60px;
}

.etiquette3:hover {
    border: solid 3px #e21a50;
}

.refficheaff {
    color:#e21a50;
   font-size:26px;
}

.critimpficheaffaire {
    font-size:20px;
    text-transform:uppercase;
}

.blocminiphotos {
text-align:center;
margin: 20px 0;
}

.lettrine::first-letter {
    font-size: 40px;
    font-family: rounded;
    line-height: 16px;
}

.ficheaffaire hr {
width:auto;
}

.ficheaffaire table {
    width:100%;
}

.ficheaffaire table td {
    width:50%;
}

.nosagences data {
cursor:pointer;
}

#overlaynosagences {
	background-color: rgba(0,0,0,0);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	display:none;
	transition:0.5s;
	z-index: 200;
        text-align:center;
        justify-content:center;
        align-items: center;
}

#mapagences {
   opacity:0;
   transition:0.2s;
}

#overlayptg {
	background-color: rgba(0,0,0,0);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	display:none;
	transition:0.5s;
	z-index: 200;
        text-align:center;
       flex-direction: column;
       justify-content: center;
       align-items: center;
}

#blocpartageficheaff {
    transition: 0.5s;
    opacity: 0;
}

.partageficheaff {
    width: 400px;
    display:table;
    font-size: 16px;
    transition: 0.5s;
    background-color: #fff;
    padding: 20px;
    margin: 20px;
}

.partageficheaffform {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.partageficheaffform input, textarea {
    width: 80%;
}

.fermetureoverlay {
    color: #fff;
    font-size: 2em;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    transition: 0.5s;
}

.fermetureoverlay:hover {
    color: #000;
}

#texteacopier {
    width: 80%;
    overflow-x: scroll;
    height: 40px;
    background-color: #fff;
    color: #777777;
    padding: 5px;
    white-space: nowrap;
    margin: 5px auto;
    border: unset;
    transition: 0.2s;
    border-bottom: 2px solid #cecece;
}

#texteacopier:focus {
    border-bottom: solid 2px #777777;
}



#overlaycalculette {
	background-color: rgba(0,0,0,0);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	display:none;
	transition:0.5s;
	z-index: 200;
        text-align:center;
}

#calculette {
    width: 400px;
    display:table;
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity:0;
    transition:0.5s;
    background-color:#fff;
    padding:20px;
}

#calculette label {
display:block;
}

#calculette input {
margin-bottom: 30px;
}

.pagecalculette form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pagecalculette form input {
width:300px;
}

.bloccritficheaff {
position:relative;
}

.dpeficheaff {
    background-color: #009E45;
    padding: 5px;
    position: absolute;
    right: 0;
    writing-mode: tb;
    text-orientation: upright;
    font-size: 22px;
    height: 50%;
    text-align: center;
    top: 0;
    box-sizing: border-box;
    border: 1px solid #777777;
    color: #fff;
}

.gesficheaff {
    background-color: #FDF3F6;
    padding: 5px;
    position: absolute;
    right: 0;
    writing-mode: tb;
    text-orientation: upright;
    font-size: 22px;
    height: 50%;
    text-align: center;
    top: 50%;
    box-sizing: border-box;
    border: 1px solid #777777;
}

.conteneurmap {
    width:50%;
}









/* Commerciaux */

.bloccommerciaux {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-content: space-around;
    height: auto;
}

.conteneur-carte {
	perspective: 1000px;
}


.conteneur-carte:hover .flipper {
		transform: rotateY(-180deg);
}

.conteneur-carte:hover .front{
  border-radius:0;
}

.conteneur-carte, .front, .back {
	width: 320px;
	height: 320px;
       margin:10px 0;
}

.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

.front, .back {
        -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	display:flex;
	align-items:center;
	 justify-content: space-around;
	flex-direction : column;
        color:#fff;
}

.front {
	z-index: 2;
	transform: rotateY(0deg);
        background: #e21a50;
	border-radius:50%;
	transition:0.3s;
	overflow:hidden;
}

.back {
    transform: rotateY(180deg);
    background: #e21a50;
    box-shadow: 3px 3px 2px #a5a5a5;
    background-image: url('images/web/bandeau-bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.imgcommercial {
    width:100%;
}

.nomcommercial {
   font-size:26px;
}


.mailcommercial {
   font-size:20px;
}


.mobilecommercial {
   font-size:20px;
}


.img-honoraires {
width:100%;
}

#coordonneesprint {
    position: absolute;
    right: 30px;
    top: 20px;
    text-align: center;
    line-height: 26px;
    display:none;
    color:#e21a50;
    font-weight:Bold;
}

.photoagence {
    width: 50%;
    min-width: 300px;
}


.blocpartenaire {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.logopartenaire {
    max-width: 300px;
    margin: 10px;
}

.partenaireunit {
    display: flex;
    align-items: center;
    background-color: #cecece;
    max-width: 600px;
    flex-wrap: wrap;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.4);
    margin:10px;
}

.titrepatenaireunit {
    margin: 0;
    color: #000;
}

.logopartenaireunit {
    width: 300px;
    margin-right: 20px;
}


.infospartenaireunit {
    font-size: 20px;
    height: 100%;
    margin-right: 20px;
} div#fondentete {margin: 0px;padding:0px;width:100%;float : left;}
div#fondpied {margin-left: 0px;margin-top: 0px;  padding:0px;width:100%;float : left;}
  div#fondpage {margin-left: 0px;margin-top: 0px;  padding:0px;width:100%;float : left;}
  div#fondmenuhaut {margin-left: 0px;margin-top: 0px;  padding:0px;width:100%;float : left;}
  
.Police1{font-family : "";}.Police2{font-family : "";}.Police3{font-family : ""}.Police4{font-family : "";}input[type='submit']{-webkit-appearance: none;  -moz-appearance: none;   appearance: none;}#cookie-bar {background:#111111; height:auto; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0;}#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}#cookie-bar.fixed.bottom {bottom:0; top:auto;}#cookie-bar p {margin:0; padding:0;}#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}#cookie-bar .cb-enable {background:#007700;}#cookie-bar .cb-enable:hover {background:#009900;}#cookie-bar .cb-disable {background:#990000;}#cookie-bar .cb-disable:hover {background:#bb0000;}#cookie-bar .cb-policy {background:#0033bb;}#cookie-bar .cb-policy:hover {background:#0055dd;}