body{
	text-align:center;
	margin:0;
	padding:0;
	font-family:arial, sans-serif;
	background-color: #fefefe;
}

a{
	text-decoration:none;
	text-transform:none;
	color:inherit;
}

.clear{
	clear:both;
}

@font-face {
	font-family: 'Museo';
	src: url('polices/2B4679_0_0.eot');
	src: url('polices/2B4679_0_0.eot?#iefix') format('embedded-opentype'),
	url('polices/2B4679_0_0.woff') format('woff'),
	url('polices/2B4679_0_0.ttf') format('truetype');
}

@font-face {
	font-family: 'Code Bold';
    src: url('polices/code_bold1-webfont.eot');
    src: url('polices/code_bold1-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/code_bold1-webfont.woff') format('woff'),
         url('polices/code_bold1-webfont.ttf') format('truetype'),
         url('polices/code_bold1-webfont.svg#code_boldregular') format('svg');
}

@font-face {
	font-family: 'Nella Sue Demo';
    src: url('polices/nellasuedemo1-webfont.eot');
    src: url('polices/nellasuedemo1-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/nellasuedemo1-webfont.woff') format('woff'),
         url('polices/nellasuedemo1-webfont.ttf') format('truetype'),
         url('polices/nellasuedemo1-webfont.svg#nella_sue_demoregular') format('svg');
}

@font-face {
	font-family: 'Courrier';
    src: url('polices/courrier-webfont.eot');
    src: url('polices/courrier-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/courrier-webfont.woff') format('woff'),
         url('polices/courrier-webfont.ttf') format('truetype'),
         url('polices/courrier-webfont.svg#courier_newregular') format('svg');
}

@font-face {
    font-family: 'cg';
    src: url('polices/cg.eot');
    src: url('polices/cg.eot?#iefix') format('embedded-opentype'),
         url('polices/cg.woff') format('woff'),
         url('polices/cg.ttf') format('truetype'),
         url('polices/cg.svg#revolutionrevolution') format('svg');
}

@font-face {
	font-family: 'revo';
    src: url('polices/revolution1-webfont.eot');
    src: url('polices/revolution1-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/revolution1-webfont.woff') format('woff'),
         url('polices/revolution1-webfont.ttf') format('truetype'),
         url('polices/revolution1-webfont.svg#revolutionrevolution') format('svg');
}

/*--Home--*/

.entete{
    position: absolute;
    z-index: 99;
    top:15px;
    width:100%;
    height:50px;
    margin:0;
    padding:0;
}

/*--Menu--*/

.menu{
    position: relative;
    margin:0 auto;
    width:1090px;
    height:70px;
    padding:5px;
    overflow:hidden;
}

.bouton-menu1{
    margin:0 0.5px 0 0;
    border-radius:5px 0 0 5px;
    padding: 6px 10px 15px 5px;
    height:10px;
    width:100px;
    box-shadow:0 0 1px #aaa;
    background: -webkit-linear-gradient(top, #fff 50%, #fff 50%, #eee 51%, #eee 100%);
    background: -ms-linear-gradient(top, #fff 0%, #fff 15%, #eee 71%, #eee 100%);
    background: -moz-linear-gradient(top, #fff 0%, #fff 15%, #eee 71%, #eee 100%);
    background: -o-linear-gradient(top, #fff 0%, #fff 15%, #eee 71%, #eee 100%);
    font-family:'Museo';
    letter-spacing:0px;
    font-size:16px;
    color:#333;
    float:left;
    text-shadow:0 0 0.1px #aaa;
}

.bouton-menu2{
    margin:0 0.5px;
    padding: 6px 10px 15px;
    height:10px;
    width:100px;
    box-shadow:0 0 1px #aaa;
    background: -webkit-linear-gradient(top, #fff 50%, #fff 50%, #eee 51%, #eee 100%);
    background: -ms-linear-gradient(top, #fff 0%, #fff 15%, #eee 71%, #eee 100%);
    background: -moz-linear-gradient(top, #fff 0%, #fff 15%, #eee 71%, #eee 100%);
    background: -o-linear-gradient(top, #fff 0%, #fff 15%, #eee 71%, #eee 100%);
    font-family:'Museo';
    letter-spacing:0px;
    font-size:16px;
    color:#333;
    float:left;
    text-shadow:0 0 0.1px #aaa;
}

.bouton-menu3{
    margin:0 0 0 0.5px;
    border-radius:0 5px 5px 0;
    padding: 6px 10px 15px 15px;
    height:10px;
    width:100px;
    box-shadow:0 0 1px #aaa;
    background: -webkit-linear-gradient(top, #fff 50%, #fff 50%, #eee 51%, #eee 100%);
    background: -ms-linear-gradient(top, #fff 0%, #fff 15%, #eee 71%, #eee 100%);
    background: -moz-linear-gradient(top, #fff 0%, #fff 15%, #eee 71%, #eee 100%);
    background: -o-linear-gradient(top, #fff 0%, #fff 15%, #eee 71%, #eee 100%);
    font-family:'Museo';
    letter-spacing:0px;
    font-size:16px;
    color:#333;
    float:left;
    text-shadow:0 0 0.1px #aaa;
}

.bouton-menu1:hover, .bouton-menu2:hover, .bouton-menu3:hover{
    background: -webkit-linear-gradient(top, #eee 50%, #eee 50%, #ddd 51%, #ddd 100%);
    background: -ms-linear-gradient(top, #fff 0%, #fff 15%, #eee 71%, #eee 100%);
    background: -moz-linear-gradient(top, #fff 0%, #fff 15%, #eee 71%, #eee 100%);
    background: -o-linear-gradient(top, #fff 0%, #fff 15%, #eee 71%, #eee 100%);    
}

/*--Structure Home--*/

.cadre-global{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.photo-home{
    width:100%;
    max-width:1440px;
    height:75%;
    min-height:550px;
    margin:0 auto;
    background-image:url(images/fonds/kairos-avocats-1.jpg);
    background-position: center;
    background-size:cover;
}

.filter{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    background-color:rgba(0, 0, 0, 0.2);
}

.nofilter{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    background-color:rgba(0, 0, 0, 0);
}

/*--Texte-Home--*/

.cadre-logo{
	position:absolute;
	top:10%;
	width:100%;
	max-width: 1440px;
}

.bloc-logo{
	margin:0 auto;
	width:300px;
}

.logo{
	width:300px;
}

.slogan{
    position:absolute;
    top:20%;
    width:100%;
    max-width: 1440px;
    margin:0 auto;
    font-family:'Museo';
    font-size:70px;
    text-align: center;
    color:#fff;
}

.teasing{
    position:absolute;
    top:35%;
    width:100%;
    max-width: 1440px;
    margin:0 auto;
    font-family:'Museo';
    font-size:20px;
    text-align: center;
    color:#fff; 
}

.teasing span{
    font-size:25px;
    border:solid 1px #fff;
    text-shadow:none;
    box-shadow:none;
    color:#fff;
    line-height: 50px;
    padding:10px 15px;
    -webkit-transition:all 0.4s;
    -ms-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
}

.teasing span:hover{
    padding:10px 25px;
}

.cadre-renvois{
    margin:0 auto;
    width:100%;
    max-width:1440px;
}

/*--Actu Home--*/

.cadre-actu{
    margin:30px auto;
    width:100%;
    max-width:1437px;
    border:solid 1px #cdcdcd;
}

.icone-edito{
    width:60px;
    position:relative;
    margin-left:-60px;
    top:20px;
}

.title-actu{
    margin:0px auto 5px;
    color:#444;
    font-family:'Museo';
    font-size:35px;
    line-height: 15px;
}

.title-actu span{
    font-size:1px;
    padding:0px 100px;
    color:transparent;
    border-bottom:solid 1px #cdcdcd;
}

.ss-title-actu{
    margin:20px auto 0px;
    color:#777;
    font-family:'Museo';
    font-size:25px;
    line-height: 15px;
}

.text-actu{
    margin:0px auto 0;
    padding:30px 50px;
    width:910px;
    text-align: center;
    font-family:'Museo';
    font-size:18px;
    line-height: 25px;
}

.lien-actu{
    color:#fff;
    margin:0px auto 40px;
    width:130px;
    padding-top:5px;
    height:30px;
    font-family:'Museo';
    font-size:18px;
    line-height: 25px;
    background-color:#555;
}

.lien-actu:hover{
    background-color:#232323;
    color:#fff;
}

/*--renvois Home--*/

.renvoi{
    width:25%;
    max-width:360px;
    height:200px;
    margin:0;
    background-position: center;
    background-size:cover;
    float:left;
}

/*--Contenu renvois--*/

.title-renvoi{
    margin:0 auto;
    padding-top:20px;
    font-family:'Museo';
    font-size:20px;
    color:#fff;
    -webkit-transition:all 0.4s;
    -ms-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
}

.lien-renvoi{
    color:#fff;
    margin:30px auto;
    width:80px;
    height:30px;
    padding:8px 10px 0;
    border:solid 1px #fff;
    font-family:'Museo';
    font-size:20px;
    -webkit-transition:all 0.4s;
    -ms-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
}

.filter2{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    background-color:rgba(0, 0, 0, 0.4);
}

.filter2:hover{
    background-color:rgba(0, 0, 0, 0.2);
}

.filter2:hover .title-renvoi{
    opacity:0;
    margin-bottom:-30px;
}

.filter2:hover .lien-renvoi{
    background-color:#fff;
    color:#000;
}

/*--Contact--*/

#cadre-contact{
    padding-top:30px;
    margin:0px auto 0;
    width:100%;
    max-width:1440px;
    background-color:#eee
}

.bloc-contact{
    width:25%;
    max-width:396px;
    padding:10px 4%;
    margin:10px 1px;
    float:left;
}

.bloc-contact2{
    width:56%;
    max-width:780px;
    padding:10px 5%;
    margin:10px 1px;
    float:left;
}

.text-bloc-contact{
    color:#444;
    font-family:'Museo';
    font-size:18px;
}

.title-bloc-contact{
    margin:0;
    color:#444;
    font-family:'Museo';
    font-size:30px;
}

/*--Formulaire Home--*/

.cadre-form{
    margin:18px auto;
    width:635px;
}

.champ{
    width:250px;
    height:30px;
    padding-left:20px;
    margin:10px 20px;
    background-color:#fff;
    border:solid 1px #ddd;
    border-radius:20px;
    float:left;
    font-family:'Museo';
    font-size:18px;
    color:#ababab;
}

.object{
    width:250px;
    height:30px;
    line-height:28px;
    padding-left:20px;
    margin:10px 20px;
    background-color:#fff;
    border:solid 1px #ddd;
    border-radius:20px;
    float:left;
    font-family:'Museo';
    font-size:18px;
    color:#ababab;
}

.envoi{
    width:150px;
    height:30px;
    margin:10px 30px;
    background-color:#fff;
    border:solid 1px #ddd;
    border-radius:20px;
    float:right;
    text-align: center;
    font-family:'Museo';
    font-size:18px;
    color:#ababab;
}

.envoi:hover{
    background-color:#34495e;
    color:#fff;
    cursor:pointer;
}

/*--Présentation--*/

.cadre-photo-infos{
    width:100%;
    max-width:1440px;
    height:75%;
    min-height:550px;
    margin:0 auto;
    background-image:url(images/fonds/kairos-avocats-2.jpg);
    background-position: center;
    background-size:cover;
}

.cadre-present{
    position: absolute;
    top:20%;
    margin:0px auto;
    padding:20px 0;
    width:100%;
    max-width:1440px;   
}

.title-present{
    margin:0px auto 0px;
    color:#fff;
    font-family:'Museo';
    font-size:80px;
    line-height: 15px;
}

.title-present span{
    font-size:1px;
    padding:0px 100px;
    color:transparent;
    border-bottom:solid 1px #cdcdcd;
}

.text-present{
    color:#fff;
    margin:0px auto;
    padding:30px 50px;
    width:800px;
    text-align: center;
    font-family:'Museo';
    font-size:18px;
    line-height: 25px;
}

.text-present span{
    font-size:25px;
    border:solid 1px #fff;
    color:#fff;
    line-height: 50px;
    padding:10px 15px;
    -webkit-transition:all 0.4s;
    -ms-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
}

.text-present span:hover{
    padding:10px 25px;
}

/*--Expertise--*/

#cadre-expertise{
    margin:0px auto;
    padding:30px 0 0 0;
    width:100%;
    max-width:1440px;
}

#cadre-avocats{
    margin:0px auto;
    padding:30px 0 0 0;
    width:100%;
    max-width:1440px;
}

.cadre-blocs-expertise{
    margin:30px auto;
    padding:0;
    width:99%;
    max-width:1438px;
    border:solid 1px #cdcdcd;   
}

.bloc-expertise-1demi{
    width:85%;
    padding:10px 7.5%;
    margin:10px auto;
}

.title-expertise{
    margin:20px auto 0;
    color:#444;
    font-family:'Museo';
    font-size:30px;
}

.title-avocats{
    margin:20px auto 0;
    color:#ddd;
    background-color:#262626;
    font-family:'Museo';
    font-size:30px;
}

.text-expertise{
    text-align: justify;
    font-family:'Museo';
    font-size:16px;
    color:#777;
}

.cadre-tag-expertise{
    margin:30px 0;
    padding:0;
    width:100%;
    max-width:1440px;
}

.bloc-content-tag{
    width:25%;
    max-width:360px;
    margin:10px auto;
    float:left;
}

.tag-expertise{
    width:250px;
    height:24px;
    margin:10px auto;
    border:solid 1px #ddd;
    border-radius:20px;
    font-family:'Museo';
    font-size:18px;
    color:#ababab;
    background-color:#262626;
}

.ss-tag-expertise{
    width:250px;
    height:24px;
    margin:10px auto;
    border:solid 1px #ddd;
    border-radius:20px;
    font-family:'Museo';
    font-size:17.5px;
    color:#262626;
    background-color:#cdcdcd;
}

.ss-tag-expertise-nul{
    width:250px;
    height:26px;
    margin:10px auto;
    border-radius:20px;
    font-family:'Museo';
    font-size:18px;
    color:#262626;
    background-color:transparent;
}

/*--Références--*/

#cadre-ref{
    margin:80px auto 50px;
    padding:30px 0 0 0;
    width:100%;
    max-width:1440px;
}

.title-ref{
    margin:0px auto 5px;
    color:#444;
    font-family:'Museo';
    font-size:35px;
    line-height: 15px;
}

.title-ref span{
    font-size:1px;
    padding:0px 100px;
    color:transparent;
    border-bottom:solid 1px #cdcdcd;
}

.text-ref{
    margin:20px auto;
    width:800px;
    font-family:'Museo';
    font-size:20px;
    color:#777;
}

.responsive-ref{
    display: none;
}

/*--Blocs références--*/

.cadre-blocs-ref{
    margin:0px auto 0;
    padding:0;
    width:80%;
    max-width:1200px;
}

.filter3{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    background-color:rgba(0, 0, 0, 0.3);
}

.title-bloc-ref1{
    margin:0 auto;
    padding-top:35px;
    font-family:'Museo';
    font-size:20px;
    color:#fff;
}

.title-bloc-ref2{
    margin:0 auto;
    padding-top:35px;
    font-family:'Museo';
    font-size:20px;
    color:#fff;
}

.title-bloc-ref3{
    margin:0 auto;
    padding-top:35px;
    font-family:'Museo';
    font-size:20px;
    color:#fff;
}

.title-bloc-ref4{
    margin:0 auto;
    padding-top:35px;
    font-family:'Museo';
    font-size:20px;
    color:#fff;
}

.title-bloc-ref5{
    margin:0 auto;
    padding-top:35px;
    font-family:'Museo';
    font-size:20px;
    color:#fff;
}

.title-bloc-ref6{
    margin:0 auto;
    padding-top:35px;
    font-family:'Museo';
    font-size:20px;
    color:#fff;
}

.title-bloc-ref7{
    margin:0 auto;
    padding-top:35px;
    font-family:'Museo';
    font-size:20px;
    color:#fff;
}

/*--Honoraires--*/

#cadre-honoraires{
    margin:0px auto;
    padding:30px 0 0 20px;
    width:100%;
    max-width:1440px;
}

.cadre-blocs-honoraires{
    margin:30px auto;
    padding:0;
    width:99%;
    max-width:1438px;
    border:solid 1px #cdcdcd;   
    background-color:#efefef;
}

.title-honoraires{
    margin:20px auto 5px;
    color:#444;
    font-family:'Museo';
    font-size:35px;
    line-height: 15px;
}

.text-honoraires{
    margin:20px auto 30px;
    width:770px;
    font-family:'Museo';
    font-size:18px;
    color:#777;
    text-align:center;
}

/*--Localisation--*/

#cadre-loc{
    margin:40px auto 50px;
    padding:30px 0 0 0;
    width:100%;
    max-width:1440px;
}

.title-loc{
    margin:0px auto 5px;
    color:#444;
    font-family:'Museo';
    font-size:35px;
    line-height: 15px;
}

.title-loc span{
    font-size:1px;
    padding:0px 100px;
    color:transparent;
    border-bottom:solid 1px #cdcdcd;
}

.map{
	width:100%;
	max-width:1440px;
	height:300px;
}

.nozoom {
   background:transparent; 
   position:relative; 
   max-width:1440px;
   width:100%;
   height:300px; /* your iframe height */
   top:300px;  /* your iframe height */
   margin-top:-300px;  /* your iframe height */
}

/*--Photo-end--*/

.photo-end{
    margin:0px auto 0px;
    padding:0;
    width:100%;
    height:500px;
    max-width:1440px;
    background-image:url(images/fonds/kairos-avocats-3.jpg);
    background-position: top;
    background-size:cover;
}

/*--Actualités--*/

.photo-actu{
    width:100%;
    max-width:1440px;
    height:75%;
    min-height:550px;
    margin:0 auto;
    background-image:url(images/fonds/kairos-avocats-4.jpg);
    background-position: center;
    background-size:cover;
}

#cadre-edito{
    margin:30px auto 0;
    width:100%;
    max-width:1437px;
    border:solid 1px #cdcdcd;
}

.image-edito{
    width:100%;
    max-width:1440px;
    height:100px;
    margin:0 auto;
    background-color: #efefef;
}

.edito{
    padding:20px 50px 30px;
}

.title-edito{
    color:#444;
    margin:0px auto 20px;
    padding:0px;
    text-align: center;
    font-family:'Museo';
    font-size:25px;
    line-height: 25px;  
}

.text-edito{
    color:#444;
    margin:0px auto;
    padding:0px;
    text-align: justify;
    font-family:'Museo';
    font-size:16px;
    line-height: 20px;    
}

/*--Footer--*/

.cadre-footer{
    margin:0 auto 20px;
    width:100%;
    max-width:1440px;
}

.footer{
    font-family:'Museo';
    font-size:13px;
}

/*--Responsive-----------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/

@media (max-width:1000px) {

	.cadre-logo{
		z-index: 99;
		position:relative;
		top:0;
		width:100%;
		height:140px;
		background-color:#2c3e50;
	}

	.bloc-logo{
		margin:0px auto;
		width:600px;
	}

	.logo{
		width:600px;
		margin:10px 0 0 0;
	}

	.entete{
		position: relative;
		top:140px;
		width:100%;
		height:inherit;
	}

	.menu{
		width:100%;
		height:inherit;
		padding:0;
	}

	.bouton-menu1, .bouton-menu2, .bouton-menu3{
		width:50%;
		padding:20px 0;
		height:50px;
		margin:0;
		border-radius:0;
		padding-bottom:40px;
		font-size:50px;
	}

	.responsive-delete{
		display: none;
	}

	.cadre-global{
		height:inherit;
	}

	.photo-home{
		background-image:none;
		min-height: inherit;
		height: 400px;
	}

	.slogan{
		display:none;
	}

	.teasing{
		display:none;
	}

	.cadre-actu{
		width:100%;
		border:none;
		max-width: inherit;
		margin-top:220px;
		padding:30px 0;
	}

	.icone-edito{
		display: none;
	}

	.title-actu{
		width:100%;
		padding:30px 0;
		font-size:55px;
		text-align: center;
		line-height: inherit;
		background-color:#2c3e50;
		color:#eee;
	}

	.title-actu span{
		display: none;
	}

	.ss-title-actu{
		width:90%;
		padding:0 5%;
		font-size:50px;
		line-height: inherit;
		text-align: justify;
	}

	.text-actu{
		width:90%;
		margin:50px 0;
		padding:0 5%;
		font-size:45px;
		line-height: inherit;
		text-align: justify;
	}

	.lien-actu{
		width:60%;
		height:70px;
		padding-top:35px;
		font-size:45px;
		color:#eee;
		background-color:#2c3e50;
		text-transform: uppercase;
	}

	.lien-actu span{
		display: none;
	}

	.renvoi{
		width:100%;
		height:600px;
		max-width: inherit;
		float:inherit;
	}

	.title-renvoi{
		width:80%;
		padding:100px 10% 0;
		font-size:55px;
	}

	.lien-renvoi{
		width:60%;
		height:75px;
		padding-top:30px;
		font-size:45px;
		color:#444;
		background-color:#fff;
		border:none;
		text-transform: uppercase;
	}	

	.filter2:hover{
	    background-color:rgba(0, 0, 0, 0.5);
	}

	.filter2:hover .title-renvoi{
	    opacity:1;
	    margin-bottom:0px;
	}

	.filter2:hover .lien-renvoi{
	    background-color:transparent;
	    color:#fff;
	    border:solid 1px #fff;
	}

	#cadre-contact{
		padding:0;	
	}

	.bloc-contact, .bloc-contact2{
		float:inherit;
		width:100%;
		max-width:inherit;
		padding:0;
		margin:0;
	}

	.title-bloc-contact{
		color:#eee;
		padding:30px 0;
		background-color:#2c3e50;
		font-size:55px;
		line-height: inherit;
	}

	.text-bloc-contact{
		font-size:45px;
	}

	.bloc-contact2{
		background-color:#b9b9b9;
	}

	.cadre-form{
		width:60%;
		margin-bottom:0;
	}

	.champ{
		width:95%;
		border-radius: 0;
		border:none;
		height:60px;
		padding-top:15px;
		padding-left:5%;
		margin:20px auto;
		font-size:45px;
		color:#444;
	}

	.object{
		width:95%;
		border-radius: 0;
		border:none;
		height:60px;
		padding-top:20px;
		padding-left:5%;
		margin:20px auto;
		font-size:45px;
		color:#444;
	}

	.envoi{
		width:100%;
		height:100px;
		font-size:45px;
		border-radius:0;
		margin:30px auto;
	}

	.cadre-footer{
		margin:0;
	}

	.footer{
		margin:0 auto;
		width:90%;
		padding:5%;
		font-size:25px;
		color:#eee;
		background-color:#2c3e50;
	}

	#cadre-avocats{
		margin-top:50px;
	}

	.cadre-blocs-expertise{
		width:100%;
		max-width: inherit;
		border:none;
	}

	.bloc-expertise-1demi{
		width:100%;
		padding:0;
		margin:0 auto;
	}

	.title-expertise{
		color:#eee;
		padding:30px 0;
		background-color:#2c3e50;
		font-size:55px;
	}

	.title-avocats{
		margin:0 auto;
		font-size:50px;
		width:100%;
		padding:10px 0;
	}

	.text-expertise{
		margin:30px auto;
		font-size:45px;
		width:80%;
	}

	.cadre-tag-expertise{
		width:100%;
		max-width: inherit;
	}

	.bloc-content-tag{
		width:90%;
		max-width: inherit;
		margin:40px auto;
		float:inherit;
	}

	.tag-expertise, .ss-tag-expertise{
		width:100%;
		height:80px;
		font-size:45px;
		padding-top:15px;
	}

	#cadre-ref{
		width:100%;
		max-width: inherit;
	}

	.title-ref{
		color:#eee;
		padding:30px 0;
		background-color:#2c3e50;
		font-size:55px;
		line-height: inherit;
	}

	.title-ref span{
		display: none;
	}

	.text-ref{
		width:90%;
		font-size:45px;
		margin:30px auto;
		text-align: justify;
	}

	.responsive-ref{
		display: block;
	    margin:20px auto;
	    width:90%;
	    font-family:'Museo';
	    font-size:45px;
	    color:#34495e;
	}

	.cadre-blocs-ref{
		display:none;
	}

	#cadre-honoraires{
		width:100%;
		max-width: inherit;
		padding:0;
	}

	.cadre-blocs-honoraires{
		width:100%;
		padding:0;
		max-width: inherit;
		border:none;
		margin-top:100px;
	}

	.title-honoraires{
		color:#eee;
		padding:30px 0;
		background-color:#2c3e50;
		font-size:55px;
		line-height: inherit;
	}

	.text-honoraires{
		width:90%;
		font-size:45px;
		text-align: justify;
		margin:40px auto;
	}

	.cadre-loc{
		width:100%;
		max-width: inherit;
		padding:0;
	}

	.title-loc{
		color:#eee;
		padding:30px 0;
		background-color:#2c3e50;
		font-size:55px;
		line-height: inherit;
	}

	.title-loc span{
		display: none;
	}

	.nozoom{
		width: 100%;
		height:600px;
		margin-top:-300px;
	}

	.map{
		width:100%;
		height:600px;
		margin-top:-300px;
	}

	.photo-end{
		display:none;
	}

	#cadre-edito{
		width:100%;
		max-width: inherit;
		padding:0;
		border:0;
		margin-top:80px;
	}

	.responsive-cadre-edito{
		margin-top:100px;
	}

	.edito{
		width:100%;
		max-width: inherit;
		padding:0;
		border:0;
		margin:20px auto;
	}

	.title-edito{
		width:90%;
		padding:10px 5%;
		font-size:55px;
		text-align: justify;
		line-height: inherit;
		background-color:#2c3e50;
		color:#eee;
	}

	.text-edito{
		width:90%;
		font-size:45px;
		text-align: justify;
		line-height: inherit;
	}

}