/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
html{
	font-size: 87.5%;
}
body {
	color: #1a1a1a;
	background: #fff;
	font-size: 	1em;
	overflow: hidden;
	font-family: "Open Sans";
	font-weight: 400;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
a{
	outline: none;
}
a:focus {
	outline: 0;
	outline: 0;
}

a:hover,
a:active {
	outline:0;
}

a img {
	border: 0;
}
p{
	margin-bottom: 10px;
}

.clear{
	padding:0;
	margin:0;
	clear: both;
	border: none;
}
/***** typo ****/
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 300;
  src: url("../font/fa-light-300.eot");
  src: url("../font/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../font/fa-light-300.woff2") format("woff2"), url("../font/fa-light-300.woff") format("woff"), url("../font/fa-light-300.ttf") format("truetype"), url("../fonts/fa-light-300.svg#fontawesome") format("svg");
 }
.fal {
   font-family: 'FontAwesome';
   font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-weight: 700;
}
.titreAccueil{
	text-align: center;
	font-size: 2rem;
}
strong{
	color: #ff6200;
	font-weight: 800;
}
.entete h2{
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
}
.entete h1{
	font-size: 22px;
	font-weight: 400;
	position: relative;
}
.entete h1::before{
	font-family: "FontAwesome";
	content: "\f105";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: -20px;
	font-size: 30px;
	color: #cee65e;
}
.content-inter h2{
	font-size: 22px;
	font-weight: 700;
	color: #ff6200;
	margin: 20px 0 10px;
	text-transform: uppercase;
}
.content-inter h3{
	font-size: 20px;
	font-weight: 600;
	margin: 20px 0 5px;
	color: #8daf00;
	text-transform: uppercase;
}
.content-inter h4{
	font-size: 20px;
	font-weight: 600;
	margin: 20px 0 5px;
	text-transform: uppercase;
}
.content-inter h5{
	font-size: 18px;
	font-weight: 600;
	margin: 20px 0 5px;
}
.content-inter h6{
	font-size: 16px;
	font-weight: 600;
	margin: 20px 0 5px;
}
/****** structure *****/
.marge{
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
.site-header .marge{
	border-top: 2px solid #cee65e;
	border-bottom: 2px solid #cee65e;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.col-3{
	width: 100%;
}

.vignette{
    position: relative;
    top: -50%;
    left: 0;
    width: 100%;
    height: 200%;
    z-index: 5;
    display: block;
}
.vignette img {
    bottom: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    width: 100%;
    overflow-x: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: all ease-out 0.5s;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}
.content-inter p{
	margin-bottom: 15px;
	line-height: 25px;
}
.bt-lien{
	position: relative;
	margin: 0 auto;
	height: 70px;
	width: 70px;
	margin-top: 20px;
	display: block;
}
.bt-lien::after{
	font-size: 3.5rem;
	padding:5px 10px;
	display: inline-block;
	top: 50%;
	left: 50%;
	background-color: #8aa60f;
	color: #fff;
	content: "\f067";
	font-family: 'FontAwesome';
	z-index: 105;
}
.bt-lien:hover{
	opacity: 0.7;
}

@media screen and (min-width: 55em) {
	.row{
		display: -webkit-flex;
		display: flex;
	}
	.col-1{
		width: 75%;
	}
	.fullwidth .col-1,
	.col-full{
		width: 100%;
	}
	.col-2{
		width: 50%;
	}
	.col-3{
		width: calc(100% / 3);
	}
	.col-4{
		width: 25%;
	}
	.col-D{
		margin-left: 30px;
	}
	.fullwidth .col-D{
		display: none;
	}
}
/****** header *****/
.site-title{
	width: 150px;
	margin:15px 5% 20px 0;
	text-align: left;
}
.site-title span{
	text-indent: -5000px;
display: inline-block;
}
.site-title img{
	width: 100%;
}
#blockrecherche{
	margin: 5px 10px 10px;
	position: relative;
	width: 50%;
}
#blockrecherche input{
	width: 100%;
	border: 1px solid #949597;
	padding: 4px 10px;
	font-family: "Open Sans";
}
#blockrecherche .submit{
	position: absolute;
	right: 0;
	top:0;
	text-align: center;
	width: 35px;
	height: 30px;
	line-height: 28px;
	text-decoration: none;
	color :#424243;
}
#blockrecherche .submit::after{
	content:"\f002";
	display: block;
	font-family: "FontAwesome";

	font-size: 1.2rem;
	transform: rotate(90deg);
}
#blockrecherche .submit:hover{
	color: #f98a00;
}
#blockrecherche input::-webkit-input-placeholder {
  color: #454546;
	text-transform: uppercase;
}
#blockrecherche input::-moz-placeholder {
  color: #424243;
	font-weight: 600;
	text-transform: uppercase;
}
#blockrecherche input:-ms-input-placeholder {
  color: #454546;
	text-transform: uppercase;
}
#blockrecherche input:-moz-placeholder {
  color: #454546;
	text-transform: uppercase;
}

/*** navigation ***/

#menu-menu-principal,
#bandeOutil{
	display: none;
}
.side-menu-visible #side-menu #menu-menu-principal,
.side-menu-visible #side-menu #bandeOutil{
	display: block;
}
#navbar{
	color: #6c6c6c;
	position: relative;
	z-index: 6000;
}
#navbar ul,
#navbar ul ul{
	display: none;
}
#navbar .menuOpen .open > ul{
	display: block;
}
.site-navigation{
	display: none;
}
.menu-toggle{
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	padding-right: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 15px 50px 15px 20px;

}
.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active{
	cursor: pointer;

}
.menu-toggle::after{
	content:"\f039";
	font-family: 'FontAwesome';
	position: absolute;
	right: 23px;
	top: 15px;
	font-size: 1.4rem;
	height: 16px;
	width: 20px;
	display: block;
	overflow: hidden;
}
.menuOpen .menu-toggle::after{
	content:"\f00d";
}
#bandeOutil a::before{
	background-image: url('../images/sprite-menu.png');
	content: "";
	position: absolute;
	display: block;
	top: 8px;
	right: 25px;
}
.menuOpen #bandeOutil a::before{
	width: 20px;
	height: 20px;
}
.menuOpen #m-carte a::before{
	background-position: 0 -40px;
}
#navbar .menuOpen .menumobile{
	display: block;
	position: absolute;
	top: 48px;
	background: #424243;
	width: 100%;
	z-index: 9000;
	left: 0;
}
#navbar .menuOpen #bandeOutil,
#navbar .menuOpen #menu-menu-principal{
	display: block;
}
#navbar .menuOpen #bandeOutil{
	padding-top: 20px;
}

.menuOpen .contents #bandeOutil{
	margin-top: 40px;
}
.menuOpen li{
	position: relative;
}
.menuOpen li::before {
    background-color: #fff;
		width: calc(100% - 40px);
		height: 1px;
		content: "";
		top: -1px;
		display: block;;
		margin-left: 20px;
		position: absolute;
		z-index: 20;
}
.menuOpen .sub-menu li::before {
	background-color: #424243;
}
.menuOpen .sub-menu li:first-child::before,
.menuOpen .sub-menu li:first-child::before {
	display: none;
}
.menuOpen .sub-sub-menu li:first-child::before{
	display: block;
}

.menuOpen li a{
	color: #99bf0b;
	text-transform: uppercase;
	font-weight: 600;
	padding: 8px 25px;
	text-decoration: none;
	display: block;
	position: relative;
}
.menuOpen li.open > a,
.menuOpen li.active > a{
	color: #fff;
}
.menuOpen .sub-menu li.open > a,
.menuOpen .sub-menu li.active > a,
.menuOpen .sub-sub-menu li.active > a{
	color: #96af2b;
}

.menuOpen .sub-menu li a{
	padding-left: 40px;
}
.menuOpen .sub-sub-menu li a{
	padding-left: 60px;
}
.menuOpen .sub-menu li a:before{
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #424243;
	content: "";
	display: block;
	position: absolute;
	top: 17px;
	left: 30px;
}
.menuOpen .sub-sub-menu li a:before{
	left: 50px;
}
.menuOpen .sub-menu li.open > a:before,
.menuOpen .sub-menu li.active > a:before,
.menuOpen .sub-sub-menu li.active > a:before{
	background-color: #96af2b;
}
.menuOpen li a:hover{
	background-color: rgba(255,255,255,0.2);
}
.menuOpen .sub-menu li a:hover{
	color: #fff;
}
.menuOpen li ul a{
	background-color: #fff;
	color: #424243;
	text-transform: none;
}
.menuOpen .dropdown-toggle {
    background-color: transparent;
    border: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    height: 38px;
    padding: 0;
    position: absolute;
    text-transform: lowercase;
    top: 1px;
    right: 15px;
    width: 42px;
		cursor: pointer;
}
.menuOpen .dropdown-toggle::after {
    color: #fff;
    content: "\f107";
    font-size: 2.6rem;
    position: relative;
    top: 0;
    left: 1px;
    width: 42px;
    font-family: "FontAwesome";
}

.menuOpen .open > .dropdown-toggle::after {
    content: "\f106";
}
.menuOpen .sub-menu .dropdown-toggle::after {
	color: #424243;
}
#navbar #menu-menu-principal{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
}
	#side-menu{
		display: none!important;
	}
	.menumobile{
		margin: 0 auto;
		width: 100%;
		max-width: 955px;
		position: relative;
	}
	#navbar #menu-menu-principal li{
		position: relative;
	}
	#navbar #menu-menu-principal li a{
		color: #6c6c6c;
		text-decoration: none;
		padding: 10px;
		display: block;
		font-weight: 600;
	}
	#navbar #menu-menu-principal .sub-menu li a{
		display: block;
	}
	#navbar #menu-menu-principal  li a span{
		position: relative;
	}
	#navbar #menu-menu-principal .sub-menu li a span{
		white-space: nowrap;
		display: block;
	}
	#navbar #menu-menu-principal li:hover a,
	#navbar #menu-menu-principal li.active a{
		background-color: #fff;
		color: #8daf00;
	}
	/*#navbar #menu-menu-principal li:hover > a span::before,
	#navbar #menu-menu-principal li.active > a span::before{
		content: "";
		width: 100%;
		position: absolute;
		bottom: -4px;
		background: #8aa60f;
		height: 3px;
	}*/
	
	
	#navbar #menu-menu-principal li li> a span::before,
	#navbar #menu-menu-principal li li > a span::before{
		display: none!important;
	}
	#navbar li:hover .sub-menu,
	#navbar .sub-menu li:hover .sub-sub-menu{
		display: block;
		position: absolute;
		left: 0;
		z-index: 9000;
		background-color: #fff;
		border-top: 2px solid #cee65e;
		box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	}
	#navbar li:last-child:hover .sub-menu{
		left: auto;
		right: 0;
	}
	#navbar .sub-menu li:hover .sub-sub-menu{
		border: none;
		transform: translate(100%,0);
		right: 0;
		left: auto;
		top: 0;

	}
	#navbar li:last-child .sub-menu li:hover .sub-sub-menu{
		left: 0;
		right: auto;
		transform: translate(-100%,0);
	}
	#navbar #menu-menu-principal .sub-menu li{
		position: relative;
	}
	#navbar #menu-menu-principal .sub-menu li a{
		text-transform: none;
		font-size: 18px;
		color: #424243;
		font-weight: 400;
		padding: 10px 30px 10px 20px;
	}
	#navbar #menu-menu-principal .sub-menu li.parents > a::after{
			content:"\f105";
			font-family: 'FontAwesome';
			position: absolute;
			right: 10px;
			top: 12px;
			font-size: 20px;

	}
	#navbar #menu-menu-principal .sub-menu li:hover > a,
	#navbar #menu-menu-principal .sub-menu li.active > a{
		color:#8daf00;
	}
	#navbar #menu-menu-principal .sub-sub-menu li a{
		padding: 10px 20px;
		font-size: 14px;
	}
	#navbar #bandeOutil{
		position: absolute;
		right: 0;
		top: -210px;
	}
	#menuMobile,
	.dropdown-toggle{
		display: none;
	}
	#navbar #bandeOutil{
		display: -webkit-flex;
		display: flex;
		}
	#intro-gallery{
		display: block;
	}
	#navbar #bandeOutil li a{
		display: block;
		min-width: 135px;
		padding: 106px 10px 10px;
		text-align: left;
		text-transform: uppercase;
		color: #fff;
		font-size: 13px;
		text-decoration: none;
		position: relative;
	}
	#navbar #bandeOutil #m-vip a{
		background: #ff6200; /* Old browsers */
		background: -moz-linear-gradient(top, #ff6200 0%, #de6e01 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #ff6200 0%,#de6e01 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #ff6200 0%,#de6e01 100%);
	}
	#navbar #bandeOutil #m-carte a{
		background: #809b0d; /* Old browsers */
		background: -moz-linear-gradient(top, #809b0d 0%, #728a0b 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #809b0d 0%,#728a0b 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #809b0d 0%,#728a0b 100%);
	}
	#bandeOutil  a::before{
		width: 36px;
		height: 32px;
		right: 10px;
		top:10px;
	}
	#bandeOutil #m-vip a::before{
		background-position: 0 -138px ;
	}
	#bandeOutil #m-carte a::before{
		background-position: 0 -278px ;
	}

/*** bandeau ***/
#bandeau{
	height: 300px;
	width: 100%;
	overflow: hidden;
}
#bandeau .marge{
	padding: 0;
}
#bandeau li .photo{
	height: 325px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#bandeau .blocktexte{
	background: rgba(0,0,0,0.45);
	padding: 15px ;
	position: absolute;
	z-index: 50;
	border: 10px solid #fff;
	bottom: 60px;
	right: 96px;
	min-width: 250px;
	max-width: 400px;
	overflow: hidden;
	height: 230px;
	color: #fff;
	font-size: 26px;
	font-weight: normal;
}
.home #bandeau .marge::before{
	width:98px;
	height: 94px;
	background: url('../images/deco-bandeau.png');
	position: absolute;
	top:-120px;
	right:496px;
	content: "";
	z-index: 40;
}
.home #bandeau .marge::after{
	width:96px;
	height: 80px;
	background-color: rgba(251,214,7,0.8);
	position: absolute;
	top: -325px;
	right:0;
	content: "";
	z-index: 40;
}
#bandeau .blocktexte h2{
	font-weight: 800;
	line-height: 30px;
	margin-bottom: 5px;
}
#bandeau .blocktexte p{
	font-family: "Open Sans";
}
.bx-wrapper{
	position: relative;
}
#bandeau li{
	position: relative;
}
#bandeau .bt-lien{
	height: 35px;
	width: 35px;
	margin-top: 5px;
}
#bandeau .bt-lien::after{
	font-size: 2rem;
}
.bx-controls-direction,
.bx-pager{
	display: none;
}
.bx-controls-direction{
	display: block;
	position: relative;
}
.bx-controls{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 5000;
	width: 100%;
	max-width: 955px;
	margin:0 auto;
	height: 30px;
}
.bx-controls a{
	position: absolute;
	display: block;

	text-indent: -9999px;
	text-decoration: none;
}
.bx-controls a.bx-prev{
	left: 0;
}
.bx-controls a.bx-next{
	right: 30px;
}
.bx-controls a::before{
	text-indent: 0;
	font-family: "FontAwesome";
	display: block;
	text-align: center;
	color: #fff;
	position: absolute;
	font-size: 50px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.bx-controls a.bx-prev::before{
	content: "\f104";
}
.bx-controls a.bx-next::before{
	content: "\f105";
}
/***** accueil *****/
#intro-block{
	color: #fff;
}
#block-search{
	background: #e6b72b;
}
#block-actu{
	background: #f98a00;
}
#block-sell{
	background: #7d980c;
}
#intro-block .marge{
	padding: 0;
}

#block-search h3::before{
	background-image: url('../images/picto-recherche.png');
}
#block-actu h3::before{
	background-image: url('../images/picto-actu.png');
}
#block-sell h3::before{
	background-image: url('../images/picto-vendre.png');
}
#intro-block li{
	border-top: 1px solid rgba(0,0,0,0.3);
}
#intro-presentation h2{
	color: #fff;
	position: relative;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
}
#intro-presentation h3{
	display: inline-block;
	font-size: 18px;
	margin-left: 10px;
	font-weight: 600;

}
#intro-presentation .bloc-actu{
	display: flex;
	justify-content: space-between;
}
#intro-presentation .block_vignette{
	height: 225px;
	width: 50%;
	position: relative;
	margin: 0;
}
#intro-presentation .block_vignette::after{
	content: "";
	display: block;
	/*background: #fff;*/
	left: 50%;
	width: 30px;
	transform: translate(-15px,0);
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 10;
}
#intro-presentation .resume{
	background: none;
	font-weight: normal;
	font-size: 14px;
	color:#626262;
	width: 45%;
	padding: 0;
	text-align: justify;
}
#intro-presentation .bt-lien::after{
	background-color: #809b0d;
}
#bien{
	margin-top: 40px;
}
#bien h2{
	color:#ff9300;
	margin-bottom: 10px;
}
.bt-bien{
	width: 100%;
	display: block;
	color: #fff;
	padding: 10px 15px;
	font-weight: 700;
	font-style: 1.8rem;
	text-decoration: none;
	margin-bottom: 20px;
	position: relative;
	background: #ff6200; /* Old browsers */
	background: -moz-linear-gradient(left, #ff6200 0%, #de6e01 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ff6200 0%,#de6e01 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ff6200 0%,#de6e01 100%);
}
.bt-bien::after{
	font-family: 'FontAwesome';
	font-weight: 300;
	content:"\f105";
	position: absolute;
	font-size: 2rem;
	right: 10px;
	top: 5px;
}
.item{
	margin-bottom: 20px;
	position: relative;
}
.item .blockTexte{
	margin-top: 15px;
	font-weight: 600;

}
.item .blockTexte a{
	color: #231f20;
	text-decoration: none;
}
#Actualite{
	background-color: #ff6200;
	padding-bottom: 40px;
}
#Actualite h2{
	padding:30px 0 20px;
	color:#fff;
}
#Actualite .item{
	background-color: #fff;
}
#Actualite .item .blockTexte{
	padding: 5px 15px 45px;
}
#bien .item .blockTexte{
	padding: 5px;
}
#Actualite .item .categorie{
	position: absolute;
	top: 0;
	width: 100%;
	background-color: #231f20;
	color: #dfa401;
	text-align: center;
	padding: 3px 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 100;
}
.item.hover::before,
#enAvant.hover::before,
#intro-gallery.hover::before{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	position: absolute;
	content: "";
	display: block;
	z-index: 100;
}
.item.hover::after,
#enAvant.hover::after,
#intro-gallery.hover::after{
	font-size: 3.5rem;
	padding:5px 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #f57c2f;
	color: #fff;
	content: "\f067";
	font-family: 'FontAwesome';
	z-index: 105;
}
.bt-actu{
	display: block;
	margin:0 auto;
	background-color: #fff;
	color :#cf9f02;
	text-align: center;
	padding: 15px 20px;
	text-decoration: none;
	font-weight: 1.8rem;
	text-transform: uppercase;
}
.bt-actu .plus{
	visibility: hidden;
	position: relative;
}
.bt-actu:hover{
	color: #ff6200;
}
.bt-actu .plus::before{
	visibility:visible;
	font-family: 'FontAwesome';
	font-weight: 300;
	content: "\f067";
	font-size: 2rem;
	position: absolute;
	top: -5px;
	left: -20px;
}
#intro-gallery{
	position: relative;
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#intro-paragraphe{
	background: #a1bb0a;
	padding: 80px 0;
	color: #fff;
	position: relative;
}
#intro-paragraphe::before{
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 3.5rem;
	position: absolute;
	color:#000;
	width: 45px;
	text-align: center;
	height: 45px;
	background-color: #fff;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
}
#intro-paragraphe h2{
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #fff;
}
#intro-paragraphe .bt-lien::after{
	background-color: #fff;
	color: #a1bb0a;
}
#enAvant{
	height: 200px;
	width:100%;
	color:#fff;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#enAvant h2{
	position: absolute;
	width: 80%;
	z-index: 50;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 1.4rem;
	text-align: right;
}
.site-footer{
	background-color: #4f6102;
	padding: 20px 35px;
}
.site-footer .marge{
	display: flex;
	justify-content: space-between;
}
.bloc-footer{
	width: 22%;
}
.bloc-footer h4{
	font-size: 18px;
	letter-spacing: 0.01rem;
	color: #fff;
	margin-bottom: 30px;
	font-size: 600;
}
.bloc-footer,
.bloc-footer a{
	color: #cee65e;
}
.bloc-footer a{
	text-decoration: none;
}
.bloc-footer a:hover{
	color: #fff;
}
.bloc-footer a::before{
	/*content: "-";*/
	margin-right: 5px;
}

/***** page inter ********/
#breadcrumbs{
	color: #4f6102;
	font-size: 12px;
	font-style: italic;
	margin:0 0 15px;
	padding:10px 25px 0 0;
	border-top: 5px solid #cee65e;

}
#print{
	width:20px;
	height: 20px;
	text-indent: -5000px;
	background: url('../images/print-picto.jpg') no-repeat;
	position: absolute;
	top: 15px;
	right: 20px;
	text-decoration: none;
}
#print:hover{
	opacity: 0.7;
}
@media screen and (min-width: 62em) {
	#print{
		right: 0;
	}
}
#entry-content  .marge.row{
	padding: 0;
}
#entry-content .marge.row .col-1{
	padding: 0 20px;
}

#breadcrumbs a{
	text-decoration: none;
	color: #4f6102;
}
#breadcrumbs a::after{
	content: "/";
	padding: 0 5px;
	color: #4f6102;
}
#breadcrumbs a:hover{
	color: #ff6200;
}
#intro-block .entete{
	border-top: 3px solid #cee65e;
}
.galerie{
	background-color: #abad2e;
	margin-top: 40px;
	display: inline-flex;

	justify-content: space-between;
	padding: 25px 0 0 25px;

}
.galerie .gallery-item{
	margin: 0 25px 25px 0;
}
.entete{
	color: #cee65e;
	padding: 20px 20px 20px 30px ;
	margin-bottom: 20px;
	background: #4f6102;
}
#intro-block .entete{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#intro-block h2{
	font-size: 18px;
	color: #fff;
	font-weight:normal;
	text-transform: none;
}
#intro-block .entete a{
	color: #d4ed5f;
	text-decoration: none;
	padding:3px 0 3px 15px;
	position: relative;
	display: block;
	font-size: 18px;
}

#intro-block .entete a::before{
	content: "\f105";
	display: block;
	position: absolute;
	font-family: "fontAwesome";
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	font-size: 25px;
}
.content-inter{
	margin-bottom: 60px;
}
.content-inter a{
	color: #ff6200;
}
.content-inter a:hover{
	color: #99bf0b;
}
.content-inter ul{
	list-style: disc;
	padding-left: 20px;
}

.content-inter ol{
	list-style: number;
	padding-left: 20px;
}

#entry-content .col-D .block-item::after{
	background: url('../images/deco-1.png') top right no-repeat;
	top: 0;
	right: 0;
	left: auto;
	bottom: auto;
}
#entry-content .col-D .block-item.info::after{
	background: url('../images/deco-4.png') left bottom no-repeat;
	top: auto;
	right: auto;
	left: 0;
	bottom: 0;
}
.block-item .content-widget{
	padding: 0 30px 0;
	color: #fff;
	text-align: justify;
}
.lien{
	padding: 5px 5px 5px 28px;
	font-weight: 600;
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	position: absolute;
	left: 30px;
	bottom: 0px;
	right: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	z-index: 50;
}
.lien::before{
	font-family: "FontAwesome";
	content:"\f105";
	position: absolute;
	top:4px;
	left: 0px;
	font-size: 20px;
	padding: 0 7px;
	background-color: #ffcb40;
	color: #89a305;
}

.lien:hover::before{
	background-color:  #89a305;
	color: #ffcb40;
}
.lienInter .lien{
	bottom: 35px;
	left: 35px;
	right: 35px;
	padding:7px 7px 7px 25px;
	background: rgba(171,173,46,0.57);
	color: #f7de04;
	text-transform: none;
	white-space: normal;
	font-weight: 800;
}
.lienInter .lien:hover{
	background: rgba(171,173,46,1);
}
.lienInter .lien::before{
	padding:0;
	background: none;
	top: 50%;
	transform: translate(0,-50%);
	left: 7px;
	color: #f7de04;
	font-size: 35px;

}
.lien.bt-plus:hover::before{
	color: #fff;
}
.resume{
	background: #ff6200;
	color: #fff;
	padding: 10px 15px;
	margin-bottom: 25px;
	font-weight: 700;
	font-size: 14px;
}
.resume p{
	margin:0;
}
.resume h3#candidature{
	text-transform: uppercase;
	position: relative;
	padding-right: 40px;
	color: #fff;
	margin:0;
	font-size: 14px;
}
.resume h3#candidature::after{
	position: absolute;
	content: "";
	display: block;
	width: 40px;
	top: 0;
	bottom: 0;
	right: 0;
	background: url('../images/picto-urne.png') no-repeat right center;
	background-size: contain;
}
.date::after{
	content:"|";
	padding: 0 5px;
}
.block-video.row{
	flex-wrap:wrap;
	margin-bottom: 20px;
}
.block-video .col-2{
	background: #8daf00;
	padding: 30px 30px 30px;
  position: relative;
}
.block-video .col-2 iframe{
	width: 100%;
	height: 170px;
}
.content-inter a.lien{
	position:relative;
}
.content-inter .block-video a.lien{
	color: #fff;
	position:absolute;
}
@media screen and (min-width: 55em) {
	#entry-content .marge.row {
		padding: 0 20px;
	}
	#entry-content .marge.row .col-1{
		padding: 0;
	}
}
@media screen and (min-width: 62em) {
	#entry-content .marge.row {
		padding: 0;
	}
}
/**** list ******/
.block-actu{
	margin-top: 30px;
}
.block-actu .item{
	border-bottom: 3px solid #8daf00;
	margin-bottom: 40px;
	padding-bottom: 30px;
}
.block-actu h3{
	color: #ff6200;
	margin-bottom: 5px
}
.block-actu .extrait{
	font-weight: 600;
	margin-bottom: 5px
}
.block-actu .important strong{
	color: #000;
	font-style: italic;
}
.block-actu .infosup{
	color: #8daf00;
	font-style: italic;
}
.block-actu .lien-info{
	color: #000;
	font-weight: 600;
	font-style: italic;
	text-decoration: none;
}
.block-actu .lien-info:hover{
	color: #8daf00;
}
.block-actu .bt-actu{
	margin: 40px 0 0;
	text-align: right;
	background-color: #ff6200;
	color: #fff;
	font-weight: 700;
	padding-right: 50px;
	position: relative;
}
.block-actu .bt-actu:hover{
	background-color: #4f6102;
}
.block-actu .bt-actu .plus{
	position: absolute;
	top: 10px;
	right: 10px;
}

/**** Appels ******/
.content-inter .bt-big{
	background-color: #ff6200;
	padding:15px 55px;
	text-align: center;
	color: #fff;
	margin-bottom:20px;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	text-transform: none;
	position: relative;
}
.content-inter .bt-big:hover{
	color: #fff;
	background-color: #DE6E01;
}
.bt-big span{
	position:relative;
}
.bt-big::before{
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
	width:45px;
	height: 45px;
	position: absolute;
	top: 5px;
	left:10px;
}
#accesMap::before{
	background-image: url('../images/picto-carte.png')
}
#accesList::before{
	background-image: url('../images/picto-file.png');
	height: 35px;
	top: 10px;
}
#block-map .bt-big{
	background-color: #8daf00;
	margin:0;
}
#block-map .bt-big::before{
	background-image: url('../images/picto-home.png')
}
.bt-big span::after{
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 35px;
	position: absolute;
	top: -6px;
	right: -20px;
}
#block-map #map{
	padding:30px 30px  60px;
	background-color: #8daf00;
}
#block-map #map #carte{
	width: 100%;
	height: 250px;
}
#block-liste{
	background-color:#ddecd3;
	padding: 1px 0;
}
#filtre{
	padding: 30px 10px;
}
#filtre ul.row{
	flex-wrap: wrap;
}
.content-inter .titre-liste{
	background-color: #8daf00;
	padding:10px 15px 10px 50px;
	text-transform: none;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	margin: 10px;
	position: relative;
}
.titre-liste::before{
	content: "";
	display: block;
	position: absolute;
	width:30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	top: 10px;
	left: 10px;
}
#search.titre-liste::before{
	background-image: url('../images/picto-search.png');
}
#commune.titre-liste::before{
	background-image: url('../images/picto-home.png');
}
#block-liste ul{
	padding: 0;
	list-style: none;
}
#filtre label.princ{
	color: #8daf00;
	font-weight: 700;
	display: inline-block;
	min-width: 110px;
	margin-right: 20px;
	margin-bottom: 5px;
}
#filtre li{
	margin-bottom: 15px;
}
#filtre .bloc-element{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
#filtre .bloc-element {
	width:100%;
}
.champT .def{
	min-width: 40px;
	display: inline-block;
	margin-right: 5px;
	text-align: right;
}
.champT .element{
	margin-bottom: 3px;
}
#submit{
	text-align: center;
	margin-top:20px;
}
#submit a{
	background: #f26600;
	color: #fff;
	text-decoration: none;
	padding:5px 10px;
}
#submit a:hover{
	background: #ff6200;

}
.bloc-commune{
	padding:15px 0;
	border-top: 5px solid #fff;
}
.bloc-commune .liste-commune{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	display: -webkit-flex;
	display: flex;

}
.bloc-commune .liste-commune a{
	font-weight: 600;
	display: block;
	text-decoration: none;
	padding: 3px 10px 3px 0;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bloc-commune .liste-commune a::before{
	content: "/";
	font-family: "FontAwesome";
	padding-right: 5px;
}
.content-inter .titre-commune{
	color: #8daf00;
	padding-left: 20px;
	font-size: 16px;
	margin: 0 0 15px;
	position: relative;
}
.titre-commune::before{
	position: absolute;
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 25px;
	top: -2px;
	left: 7px;
}
#texteInfo{
	margin: 20px 0 10px
}
#texteInfo p{
	margin-bottom: 0;
}
#texteInfo .nomCom{
	text-transform: uppercase;
	font-weight: 600;
	margin-right: 15px;
}
#texteInfo .nomLabel{
	font-weight: 600;
	margin-right: 5px;
}
#texteInfo .sep{
 margin-left: 10px
}
#texteInfo .sep::before{
	content:"|";
	padding-right: 10px;
	font-weight: 400;
}
#texteInfo .dateLigne{
	color: #8daf00;
	display: block;
}
#tableau{
		display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
}

#tableau tr:nth-child(2n) td{
	background-color: #eee;
}
#tableau th{
	border-left: 1px solid #fff;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	background-color:  #8daf00;
	color: #fff;
	font-weight: 600;
	padding: 2px 10px;
	text-align:center;
	white-space: nowrap;
}
#tableau th:first-child{
	border-left: 1px solid #333;
}
#tableau th:last-child{
	border-right: 1px solid #333;
}
#tableau td{
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 2px 10px;
	text-align:center;
	vertical-align: middle;
	white-space: nowrap;
}
#tableau td:last-child{
	text-align:right;
	border-right: 1px solid #333;
}
#tableau.map tr:hover td{
	cursor: pointer;
	background-color: #ddd;
}
#tableau .blockTotal td{
	border: none;
}
#tableau .blockTotal:nth-child(2n) td{
	background: none;
}
#tableau .blockTotal .cell{
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	text-align: right;
	padding: 5px 10px;
}
#tableau .blockTotal .cell:last-child{
	border-right: 1px solid #333;
}
#tableau .blockTotal:hover td{
	cursor:default;
	background-color: #fff;
}
#tableau .blockTotal .total{
	font-weight: 600;
}
@media screen and (min-width: 38.75em) {
	#filtre label.princ{
		min-width: 120px;
		text-align: right;
		margin-right: 10px;
	}
	#filtre .bloc-element{
		display: inline-block;
		width: calc(100% - 150px);
		flex-wrap: nowrap;
	}
	#filtre .element{
		display: inline-block;
	}
	#filtre .element.col-3{
		width: 30%;
	}
	#numeroD .bloc-element{
		width: auto;
		margin-left: 5px;
	}
	.bloc-commune .liste-commune a{
		width: 50%;
	}
}
@media screen and (min-width: 46.25em) {
	.bloc-commune .liste-commune a{
		width: 33%;
	}
	#texteInfo .dateLigne{
		margin-left: 20px;
		display: inline;
	}
}
@media screen and (min-width: 55em) {
	.bt-big{
		margin-right: 10px;
	}
	.bt-big:nth-child(2n){
		margin-right: 0
	}
	#block-map #map #carte{
		height: 565px;
	}
	#DateE{
		order: 1;
	}
	#surfaceT{
		order: 3;
	}
	#numeroD{
		order: 2;
	}
	#submit{
		order: 5;
	}
	#filtre{
		max-width: 850px;
		margin: 30px auto;
	}
		.champT .col-2{
			width: 49%;
		}
	.champT .def{
		min-width: auto;
		margin-bottom: 0;
		text-align: left;
	}
	.champT input{
		width: 80px;
	}
	#filtre #numeroD{
		margin: 30px 0 0;
	}
	#submit {
    text-align: right;
		margin:0;
	}
	.fullwidth #detail-commune .col-1{
		width: 66.66;
	}
	#tableau{
		width: 100%;
		display:table;

	}
}
/**** contact ***/
.content-inter .bt-service{
	text-decoration: none;
	color: #fff;
	background-color: #ff6200;
	font-weight: 600;
	padding: 5px 40px;
	display: block;
	margin-bottom: 5px;
	position: relative;
}
.content-inter .bt-service:hover{
	color: #fff;
	background-color: #DE6E01;
}
.bt-service::before{
	width: 30px;
	display: block;
	position: absolute;
	content: "";
	top: 3px;
	bottom: 3px;
	left: 5px;
	background-image: url('../images/picto-membre.png');
	background-repeat: no-repeat;
	background-size: contain;
}
#siege.bt-service::before{
	background-image: url('../images/picto-siege.png');
}
.bloc-contactP ul,
.bloc-contactS ul{
	list-style: none;
	padding: 0;

}
.bloc-contactP{
	margin-top: 50px;
}
.bloc-contactP h3,
.bloc-contactS h4{
	text-transform: none;
	font-size: 16px;
	font-weight: 700;
	margin:0 0 5px;
	color: #8daf00;
}
.bloc-contactP h4{
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
}
.bloc-contactP address{
	font-weight: 600;
}
.bloc-contactP a{
	color: #1a1a1a;
	font-weight: 600;
	text-decoration: none;
}
.content-inter .titre-contact{
	background-color: #8daf00;
	padding:10px 30px;
	color:#fff;
	margin: 10px 0 0;
	position: relative;
	font-weight: 700;
	display: block;
	text-decoration: none;
	font-size: 18px;
}
.content-inter .titre-contact:hover{
	color: #fff;
	background-color: rgba(141,175,0,0.7);
}
.titre-contact::before{
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	font-size: 2rem;
	left: 10px;
	top: 8px;
}
.titre-contact::after{
	width: 32px;
	height:35px;
	display: block;
	position: absolute;
	content: "";
	top: 5px;
	right: 10px;
	background: url('../images/picto-mobile.png') no-repeat ;
	background-size: contain;
}
.bloc-contactS{
	margin-top: 30px;
	flex-wrap: wrap;
}
.contactS{
	border: 2px solid #8daf00;
	margin-bottom: 15px;
}
.bloc-contactS ul{
	padding: 15px;
}
.bloc-contactS li{
	margin-bottom: 5px;
	font-weight: 600;
}
.bloc-contactS label{
	margin-right: 5px;
}
#block-carte{
	margin-top: 30px;
}
#block-carte img{
	width: 100%;
	padding: 5px;
	border: 2px solid#95b411;
}
.block-contact-carte .bloc-contactS .contactS {
	border: none;
}
.block-contact-carte .bloc-contactS ul {
	padding: 0;
}
.block-contact-carte.select{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.block-contact-carte.select #block-carte{
	-webkit-flex-order: 2;
	order: 2;
}
.block-contact-carte.select .bloc-contactS{
	-webkit-flex-order: 1;
	order: 1;
}
.block-contact-carte.select h3{
	font-size: 18px;
	font-weight: 700;
	padding: 0 20px 0 50px;
	text-transform: none;
	position: relative;
}
.block-contact-carte.select h3:before{
	width: 25px;
	height: 45px;
	background: url('../images/fleche.png') no-repeat;
	content: "";
	display: block;
	position: absolute;
	top:5px;
	left: 20px;
}
#popContact{
	display: none;
		text-align: center;
}
.mfp-ready #popContact{
	display: block;
	background: #fff;
	padding: 20px 30px;
	max-width: 650px;
	margin: 40px auto;
	position: relative;
}
#popContact h5{
	text-align: center;
	font-size:18px;
	color: #8daf00;
	margin-bottom: 15px;
}
#popContact li{
	margin-bottom: 5px;
}
#popContact li input,
#popContact li textarea{
	width: calc(100% - 120px);
	text-align: left;
}
#popContact label{
	width: 110px;
	text-align: right;
	padding-right: 5px;
	display:inline-block;
}
#popContact #submit{
	margin-top: 20px;
	text-align: center;
}
 em{
	font-style: italic;
	margin-top: 15px;
	font-size: 12px;
	display: inline-block;
}
@media screen and (min-width: 55em) {
	.bt-service::before{
		top: 10px;
		height: 30px;
		bottom: auto;
	}
	.bloc-contactS {
		justify-content:space-between
	}
	.contactS.col-3{
		margin-right: 10px;
		width: 32%;
	}
	.contactS:nth-child(3n){
		margin-right: 0;
	}
	.block-contact-carte #block-carte{
		order: 2;
	}
	.block-contact-carte .bloc-contactS{
		order: 1;
	}
	.block-contact-carte .bloc-contactS .contactS {
		width: 66%;
	}
	.block-contact-carte.select{
		align-items:center;
	}
}
/**** widget ***/

.col-D{
	margin-bottom: 40px;
}
.block-item{
	background-color: #8daf00;
	position: relative;
	z-index: 5;
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;

}
.block_vignette{
	width: 100%;
	margin: 0 auto;
	height: 160px;
}
.gallery-item{
	width:190px;
	height: 190px;
}
.block_vignette img,
.gallery-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

#intro-block li{
	width: 23%;
	float: left;
	margin-right: 2%;
}
.block-item::after{
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat!important;
}
.block-item:nth-child(8n+1)::after{
	background: url('../images/deco-1.png') left bottom;
	left: 0;
	bottom: 0;
}
.block-item:nth-child(8n+2){
	background-color: #abad2e;
}
.block-item:nth-child(8n+2)::after{
	background: url('../images/deco-2.png') right top;
	right: 0;
	top: 0;
}
.block-item:nth-child(8n+3){
	background-color: #a58b29;
}
.block-item:nth-child(8n+4){
	background-color: #9f7642;
}
.block-item:nth-child(8n+4)::after{
	background: url('../images/deco-3.png') right top;
	right: 0;
	top: 0;
}
.block-item:nth-child(8n+5){
	background-color: #f2b73d;
}
.block-item:nth-child(8n+5)::after{
	background: url('../images/deco-4.png') left bottom;
	left: 0;
	bottom: 0;
}
.block-item:nth-child(8n+6){
	background-color: #ff8b24;
}
.block-item:nth-child(8n+6)::after{
	background: url('../images/deco-5.png') top right;
	top: 0;
	right: 0;
}
.block-item:nth-child(8n+7){
	background-color: #ff6432;
}
.block-item:nth-child(8n+7)::after{
	background: url('../images/deco-6.png') left bottom;
	left: 0;
	bottom: 0;
}
.block-item:nth-child(8n+8){
	background-color: #ee302f;
}
.block-item:nth-child(8n+8)::after{
	background: url('../images/deco-7.png') top right;
	top: 0;
	right: 0;
}
#intro-block li:nth-child(4n+4){
	margin-right: 0;
}

.block-item h3{
	padding: 15px 10px 15px 10px;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	/*white-space: nowrap;*/
	/*text-transform: uppercase;*/
	color: #fff;
	position: relative;
	z-index: 10;
	text-align: left;
	font-weight: normal;
	height:60px;
}

.block-item .block_vignette{
	padding: 0 30px 0;
}
.block-item .bt-plus{
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.block-widget.actu h3::before {
	background-image: url('../images/picto-actu.png');
	top: 10px;
}
.block-widget.info h3::before {
	background-image: url('../images/picto-info.png');
}
.block-widget.bien h3::before {
	background-image: url('../images/picto-vendre.png');
}
.block-widget.candidat h3::before {
	background-image: url('../images/picto-candidat.png');
}
.block-widget.actu::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 40px;
	transform: rotate(45deg) translateX(-50%);
	z-index: 5;
	background-color: #fff;
	width: 50px;
	height: 50px;
}
.block-widget .content-widget{
	padding: 20px 15px;
	color: #fff;
	text-align: justify;
}
.block-widget.actu .content-widget{
	padding-top: 30px;
}
.block-widget.candidat .block_vignette{
	border: 2px solid #8daf00;
}
.block-widget .lien{
	margin-bottom: 0;
	text-transform: none;
	padding: 10px 30px;
	background-color: #939393;
}
.block-widget .lien::before{
	top: 5px;
	}
.bt-plus{
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
}
.bt-plus span{
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}
.bt-plus::before{
	content: "\f067";
	font-size: 25px;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 2px;
	left: 0;
	font-family: 'FontAwesome';
	color: #fff;
	transition: 0.5s;
}
.lien.bt-plus{
	width: auto;
	height: auto;
	display: inline;
	left: auto;
	padding: 5px 35px 5px 5px;
}
.lien.bt-plus::before{
	width: auto;
	background: none;
	left: auto;
	right: 0;
}
.lien.bt-plus span{
	position: relative;
	text-transform: none;
	width: auto;
	clip: auto;
	height: auto;
	overflow: auto;
	font-size: 18px;

}
.block-item.hover .bt-plus::before,
.bt-plus:hover::before,
.bt-plus:active::before{
	transform: rotate(180deg) ;
}
/*
@media screen and (min-width: 55em) {
	.block-widget{
		margin-bottom: 30px;
	}
	.block-widget .block_vignette{
		height: 230px;
	}
	#blockrecherche{
		position: absolute;
		right: -10px;
		top: 160px;
		width: 33%;
	}
	#intro-block li{
		border: none;
	}

	#bien{
		margin-bottom: 100px;
	}
	.bt-bien{
		float: right;
		width: 33%;
	}
	#bien .item{
		margin: 0 6px 20px;
	}
	#bien .block_vignette{
		height: 180px;
	}
	#Actualite .item{
		margin: 0 5px 10px;
	}
	#Actualite .block_vignette{
		height: 170px;
	}
	#Actualite .item .categorie{
		font-size: 18px;
	}

	.bt-actu.col-3{
		width: calc(33.33% - 10px);
		font-weight: 700;
		font-size: 18px;
		padding:10px 20px;
	}
	.bt-actu .plus::before{
		font-size: 2.5rem;
		left: -25px;
	}
	#intro-paragraphe .paragraphe{
		margin: 0 auto;
		width: 100%;
		max-width: 870px;
	}
	#enAvant{
		height: 480px;
	}
	#enAvant h2{
		width: auto;
		font-size: 40px;
	}

	.titreAccueil{
		text-transform: uppercase;
	}
	.paragraphe{
		font-size: 14px;
		text-align: justify;
	}
	.encart{
		text-align: justify;
		margin-top: 30px;
		font-weight: 800;
		color: #89a305;
		font-size: 16px;
	}
	p{
		margin-bottom: 15px;
	}

}
@media screen and (min-width: 62em) {
 	.marge {
		padding: 0;
	}
}
@media screen and (min-width: 80em) {
	#intro-gallery{
		height: 480px;
	}
}
*/
@media print {
	#blockrecherche,
	#navbar,
	#colophon,
	#bandeau,
	#accesMap,
	#accesList,
	.blok-contact,
	.titre-contact,
	.col-D,
	.bt-big{
		display: none!important;
	}
	.site-title img{
		margin:20px auto;
	}
	.bloc-contactS{
		clear: both;
	}
	.contactS.col-3{
		float: left;
		width: 30%;
		margin:0 1.5% 20px;
	}
	.content-inter{
		margin-bottom: 10px;
		border: none;
	}
}
