/*********************
	COMMUN
*********************/
a {
	color: #00adef;
	text-decoration: none
}
ul {
	list-style: none
}
li {

}
body {
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	color: #666;
	font-size: 18px;
	background-color: #ededed }

h1 {
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 50px
}
h2 {
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	color: #00adef;
	font-size: 26px;
}
h3 {
	color: #000;
	font-weight: normal;
	font-size: 20px
}
h4 {
	color: #686767;
	font-weight: normal;
	font-size: 16px
}
/*
input::-webkit-input-placeholder {
    color:#fff;
}
input:-moz-placeholder {
    color:#fff;
}
*/
.blocNewsletter input::-webkit-input-placeholder {
    color:#666;
}
.blocNewsletter input:-moz-placeholder {
    color:#666;
}
.pageInt .container input::-webkit-input-placeholder {
    color:#666
}
.pageInt .container input:-moz-placeholder {
    color:#666
}
.container .headerSearch input::-webkit-input-placeholder {
    color:#fff
}
.container .headerSearch input:-moz-placeholder {
    color:#fff
}


/*ID*/

/*class*/
.clear {
	clear:both
}
.floatL {
	float: left
}
.floatR {
	float: right
}
body.pageInt {
	background: url(../images/bgInt.jpg) no-repeat;
	background-size: contain
}
.hDivider {
	width: 100%;
	height: 1px;
	background: #e5e5e5;
	margin-bottom: 40px
}





/*********************
	HEADER
*********************/

/*a - ID*/
#logo {
	position: relative;
	z-index: 500;
	top: 25px;
	max-height:70px;
	}

/*b - class*/

.logoTresBeaujolaisRouge{
	width: 100px;
	position: relative;
	left: 65%;
	float: left;
}
.logoMobile {display: none}
.headerWrapSearch input[type=submit] {
	background: url(../images/pictoSearch.png) center center no-repeat;
	border: none;
	background-color: #00adef;
	text-indent: -9999px;
	padding: 0;
	width: 30px;
	height: 27px;
	float: left;
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
	behavior: url(/extension/ezboxdesign/design/ezbox/lib/PIE.htc) }
.headerWrapSearch input[type=text] {
	width: 140px;
	height: 27px;
	padding: 0 10px;
	border: none;
	background-color: #00adef;
	color: #fff;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	text-align: right;
	text-transform: uppercase;
	font-size: 14px;
	float: left;
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
	behavior: url(/extension/ezboxdesign/design/ezbox/lib/PIE.htc)
}

/*********************
	NAVIGATION
*********************/

/*a - ID*/

/*b - class*/
.navbar {
	padding-right: 0;
	text-transform: uppercase;
	font-size: 15px;
	background-color: transparent }
.navbar-nav {
	margin: 25px 0 0 -13px;
	-webkit-border-radius: 0 5px 5px 0 !important;
	-moz-border-radius: 0 5px 5px 0 !important;
	border-radius: 0 5px 5px 0 !important;
	behavior: url(/extension/ezboxdesign/design/ezbox/lib/PIE.htc) }
.navbar-nav>li {
	color: #fff;
	height: 70px;
	width: 164px;
	text-align: center }
	.navbar-nav>li>a {
		color: #fff;
		padding: 0;
		line-height: 70px;
		height: 70px }
		.navbar-nav>li.twoLine>a {
		line-height: normal }
		.navbar-nav>li.twoLine>a>span {
			display: block;
			margin-top: 16px;
			width: 115px;
			margin-left: 18px }
	.homeMenu {
		background-color: #00adef;
		padding: 0 29px !important }
		.homeMenu a:hover {color: #fff !important}
	.mainMenu {background: url(../images/bgNav.png) left top}
	.mainMenu {border-left: 1px solid #464746}
	.mainMenu:first-child {border-left: none}
		.mainMenu a {
			color: #00adef !important }
			.mainMenu a:hover {color: #fff !important}
		.mainMenu.active a {
			background-color: transparent !important;
			color: #fff !important }
.wrapSubMenu {display: none}
.oneSubMenuArrow {
	background: url(../images/subMenuTop.png) left top no-repeat;
	width: 242px;
	height: 13px;
	margin-left: -35px;
	margin-top: 0px }
.navbar .dropdown-menu {
	background: url(../images/bgNav.png) left top }
.dropdown-menu {
	width: 242px;
	left: -35px;
	top: 116%;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	behavior: url(/extension/ezboxdesign/design/ezbox/lib/PIE.htc) }
	.dropdown-menu li {
		text-align: left;
		border-top: 1px solid #222 }
		.dropdown-menu li:first-child {border-top: none}
		.dropdown-menu>li>a {padding: 10px 20px}

.navbar-toggle {
	width: inherit;
	height: inherit;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	background: url(../images/bgNav.png) left top;
	color: #fff;
	width: 95px;
	height: 33px;
	line-height: 19px;
	border: none;
	margin-top: 25px }

/* BREADCRUMB */
.breadcrumb {
	margin-bottom: 15px;
	padding: 0;
	font-size: 14px;
	background: transparent;
}


/* PAGINATION */
.paginationContainer {
	text-align: center
}
.pagination {
	position: relative;
	background: #2a2a2b;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	height: 25px;
	padding: 0 10px;
	line-height: 25px;
	list-style: none !important
}
.paginationContainer .pag-prev {
	width: 50px;
	height: 43px;
	border: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	bottom: 2px;
	left: 16px;
	background: url(../images/pictoLeftSlide.png) no-repeat
}
.paginationContainer .pag-next {
	width: 50px;
	height: 43px;
	border: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	bottom: 2px;
	right: 17px;
	background: url(../images/pictoRightSlide.png) no-repeat
}
.pagination li a {
	background: transparent;
	border: none;
	float: none;
	padding: 0 7px;
	color: #e2e2e2
}
.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>a.active {
	background: transparent;
	color: #00adef
}


/* SIDEBAR */
.sidebarCTAContact {
	text-align: center;
	margin-bottom: 30px;
	/* border-bottom: 1px dashed #666; */
	padding-bottom: 20px;
	/* background: url(../images/bgContactSidebar.jpg) center center no-repeat; */
	background-color: #00adef;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}
.wrapSidebarRight .sidebarCTA {
	background-color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-align: center;
	display: inline-block }
	.wrapSidebarRight .ctaContactText {
		text-align: center;
		margin-bottom: 15px;
		font-size: 20px;
		padding-top: 10px;
		color: #fff }
	.wrapSidebarRight .sidebarCTA a {
		color: #00adef;
		display: block;
		padding: 15px 40px }
		.wrapSidebarRight .sidebarCTA a:hover {
			text-decoration: none }
	.wrapSidebarRight .sidebarCTA i {
		margin-right: 20px;
		font-size: 16px }
	.wrapSidebarRight .sidebarCTA span {
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 400 }
.sidebarNewsletter .sidebarNLText {
	font-size: 16px;
}

.sidebarPepiniere {
	margin-top: 20px;
	border-top: 1px dashed #666;
	padding-top: 20px }
	.sidebarPepiniere a {
		display: block;
		background-color: #00adef;
		color: #fff;
		padding: 10px 15px;
		text-align: center;
		font-size: 20px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		position: relative }
		.sidebarPepiniere a:hover {
			text-decoration: none }
		.sidebarPepiniere a span {
			display: inline-block;
			width: 75% }
		.sidebarPepiniere a i  {
			position: absolute;
			left: 10px;
			top: 10px;
			font-size: 30px }


/*********************
	FOOTER
*********************/

footer {
	background-color: #fff }

/*a - ID*/
#wrapFooter {background-color: #fff}

/*b - class*/
.wrapPreFooter {
	height: 191px;
	position: relative }
	.bgPreFooter {
		width: 100%;
		height: 191px;
		position: absolute;
		left: 0;
		top: -17px }
	.preFooterPicto img {
		float: right;
		margin-right: -35px }
	.preFooterText01 {
		font-family: 'Dosis', sans-serif;
		font-weight: 200;
		color: #000;
		font-size: 35px;
		line-height: 35px;
		margin-top: 40px;
		display: block;
		margin-bottom: 15px }
	.preFooterText02 {
		font-family: 'Dosis', sans-serif;
		font-weight: 200;
		color: #fff;
		font-size: 20px;
		display: block }
	.preFooterText03 {
		font-family: 'Dosis', sans-serif;
		font-weight: 200;
		color: #fff;
		display: block }
.pictoMobilePreFooter {margin-top: -30px}

.blocAddressContact {
	color: #999;
	font-family: 'Dosis', sans-serif;
	font-weight: 200 }
	.blocAddressContact p {
		margin-bottom: 0 }

.blocNewsletter input[type=submit] {
	background: url(../images/btnOk.png) left top no-repeat;
	border: none;
	width: 92px;
	height: 65px }
.blocNewsletter input[type=text] {
	height: 47px;
	background-color: #ddd;
	margin: 9px -26px 0 0;
	border: none;
	padding: 0 15px;
	width: 215px;
	-webkit-border-radius: 20px 0 0 20px;
	-moz-border-radius: 20px 0 0 20px;
	border-radius: 20px 0 0 20px;
	behavior: url(/extension/ezboxdesign/design/ezbox/lib/PIE.htc) }
.footerLink {
	color: #00adef;
	font-size: 14px }
	.footerLink .divider {margin-left: 5px}
	.list-inline.footerLink>li {padding: 0}
.footerNLIntro {
	font-size: 16px
}

.footerListLogo span {
	text-align: center
}

/*********************
	HOME
*********************/

/*a - ID*/
#wrapContainer {
	position: relative;
	min-height: 448px;
	margin-bottom: 20px }

/*b - class*/
.wrapSite {position: relative; z-index: 1000}
.homeSlider {
	position: relative; /*absolute*/
	/*left: 0;
	top: 0;*/
	width: 100%;

	margin-top: -170px;
	z-index: 0;
	float: left }
.flexslider {
	border: none;
	margin-bottom: 0;
	background-color: transparent;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	border-radius: inherit;
	-webkit-box-shadow: 0 1px 8px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 8px rgba(0,0,0,.2);
	box-shadow: 0 1px 8px rgba(0,0,0,.2);
	behavior: url(/extension/ezboxdesign/design/ezbox/lib/PIE.htc) }
	.flexslider .slides img {
		max-height: 500px }
.wrapTextHomeSlider {
	position: absolute;
	left: 300px;
	top: 166px }
.sliderTexte1 {
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	font-size: 39px;
	color: #000 }
.sliderTexte2 {
	font-family: 'Dosis', sans-serif;
	font-weight: 200;
	font-size: 60px;
	line-height: 45px;
	color: #fff;
	width: 520px;
	display: block }
.btnSliderHome {
	background: url(../images/btnSliderHome.png) left top no-repeat;
	width: 331px;
	height: 74px;
	line-height: 74px;
	color: #fff;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	position: absolute;
	/*right: 0;
	top: -300px*/
	left: 910px;
	/* bottom: 140px; */
	top: 51% }
	.btnSliderHome a {color: #fff}
		.btnSliderHome a:hover {text-decoration: none}
	.btnSliderHome span {
		display: block;
		text-align: center }
.flex-direction-nav a {opacity: 1}
.flex-direction-nav .flex-prev {
	/* left: 17.65%; */
	left: inherit;
	right: 24.60%;
	bottom: 126px;
	top: inherit;
	background: url(../images/pictoLeftSlide.png) left top no-repeat;
	width: 50px;
	height: 43px }
.flex-direction-nav .flex-next {
	/* left: 24.60%; */
	left: inherit;
	right: 17.65%;
	top: inherit;
	bottom: 126px;
	background: url(../images/pictoRightSlide.png) left top no-repeat;
	width: 50px;
	height: 43px }
/* .flexslider:hover .flex-prev {left:20%} */
/* .flexslider:hover .flex-next {right:inherit} */
.flex-control-paging li a {background-color: #fff}
.flex-control-paging li a.flex-active {background-color: #00adef}
.flex-control-nav li{
	margin-bottom: 4px;
	vertical-align: middle }
.flex-control-nav {
	width: inherit;
	bottom: 135px;
	/* left: 20%; */
	right: 20%;
	z-index: 100;
	background-color: #2a2a2b;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	behavior: url(/extension/ezboxdesign/design/ezbox/lib/PIE.htc) }

/*
.pageHome {
	margin-top: 407px }
*/

.wrapHomeBandeauActus {
	height: 96px;
	width: 100%;
	z-index:999;
	/*
position: absolute;
	left: 0;
	bottom: 0;
*/
	/* margin-top: -88px; */ /*234px*/
	margin-top: -96px; /*234px*/
	background: url(../images/bgBandeauHome.png) left top;
	float: left;
	position: relative}

.homeBandeauActus h2 {
	color: #ccc;
	font-family: 'Dosis', sans-serif;
	font-size: 40px;
	font-weight: 200 }

.dateOneActu {
	color: #fff;
	margin: 5px 0 0 10px }
.wrap2ImgActu {
	position: relative;
	width: 108px }
	.imgOneActu {
		margin-top: -50px;
		-webkit-border-radius: 55px;
		-moz-border-radius: 55px;
		border-radius: 55px;
		behavior: url(/extension/ezboxdesign/design/ezbox/lib/PIE.htc); }
	.wrap2ImgActu .pictoPlus {
		position: absolute;
		right: -15px;
		bottom: -12px }

.homeWrapTextActu h3, .homeWrapTextActu h3 a {
	color: #00adef;
	font-size: 22px;
	font-family: 'Dosis',sans-serif;
	font-weight: 600;
	/* margin: 5px 0 7px */
	margin: 5px 0 3px }
.homeWrapTextActu p, .homeWrapTextActu p a {
	color: #ccc;
	font-size: 16px;
	line-height: 18px }
.homeWrapTextActu a:hover {text-decoration: none}

.homeWrapCTAContact {
	text-align: center
}
.homeCTAContact {
	background-color: #fff;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin-top: 0px;
	display: inline-block }
	.homeCTAContact a {
		display: block;
		padding: 7px 40px }
		.homeCTAContact a:hover {
			text-decoration: none }
	.homeCTAContact i {
		margin-right: 20px;
		font-size: 16px }
	.homeCTAContact span {
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 400 }

.introContactHome {
	color: #fff;
	margin-top: 10px
}




.wrapHome3Blocs {
	margin: 50px auto 20px }
	.wrapHomeImgBloc {
		position: relative }
		.homeBloc1, .homeBloc2, .homeBloc3 {
			min-height: 295px;
			margin-bottom: 40px }
		.imgHomeBloc {width: 100%}
		.layerDark {
			position: absolute;
			left: 0;
			top: 0;
			background: url(../images/bgLayerDark.png) left top;
			display: block;
			width: 100%;
			height: 100% }
		.pictoHomeBloc {
			position: absolute;
			left: 45px;
			top: 40px }
		.homeBlocTitle {
			font-family: 'Dosis', sans-serif;
			font-weight: 400;
			font-size: 29px;
			line-height: 25px;
			color: #fff;
			position: absolute;
			top: 22%;
			left: 45% }
		.wrapHomeTextBloc {
			padding: 30px 25px;
			height: 150px;
			background-color: #fff;
			font-size: 16px;
			font-weight: 400 }
		.wraphomeBloc {position: relative}
			.wraphomeBloc a {
				color: #666 }
				.wraphomeBloc a:hover {
					text-decoration: none }
			.wraphomeBloc .btnPlus {
				position: absolute;
				left: 42%;
				bottom: -33px }


/*********************
	PAGE INTERIEUR
*********************/

/*a - ID*/

/*b - class*/
.pageInt #wrapContainer {
	background: url(../images/bgWhite90.png) repeat;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	padding: 35px
}
.container.blank {
	background: #fff;
	position: relative;
	z-index: 1000;
	padding-top: 15px
}
.pageInt ul:not(.dropdown-menu) {
	list-style: url(../images/listDiscBlue.png) inside
}
.pageInt #wrapContainer h1 {
	margin: 0 0 10px 0
}
.containerMidInt {
	margin: 0 0 20px 0;
	padding: 0
}
.containerTopInt .topLeft img {
	float: left;
	max-width: 300px;
	width: auto;
	margin: 10px 20px 15px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.containerMidInt .imgContainer {
	overflow: hidden;
	float: left;
	margin: 0 20px 0 -20px
}
.containerMidInt .imgContainer img {
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	border-radius: 120px;
	margin: 30px -15px 0 0;
	width: 130%
}
.containerMidInt .textContainer ul {
	padding-left: 0
}


.pageInt .wrapHomeBandeauActus {
	background: transparent;
	height: inherit;
	width: 100%;
	margin-top: inherit
}
.pageInt .wrapHomeBandeauActus h2 {
	display: none !important
}
.pageInt .homeOneActu {
	width: 100%;
	margin-bottom: 15px
}
.pageInt .imgOneActu {
	margin-top: inherit
}
.pageInt .wrap2ImgActu {
	margin-left: -15px
}
.pageInt .dateOneActu {margin-left: -3px}
.pageInt .dateOneActu, .pageInt .homeWrapTextActu p a {
	color: #999
}
.pageInt .dateOneActu, .pageInt .homeWrapTextActu p a:hover {
	color: #666
}



/*********************
	CATALOGUE DES PRESTATAIRES
*********************/
/*a - ID*/

/*b - class*/
.filtresPrest {
	padding-top: 40px
}
.filtrePrest {
	background: url(../images/btnSearch.png) no-repeat;
	border: none;
	width: 92px;
	height: 65px;
	margin-top: -11px;
	vertical-align: middle
}
.filtresPrest input[type="text"], .filtresPrest select {
	width: 230px;
	margin-right: 15px;
	padding: 5px
}
.filtresPrest input[type="text"], .filtresPrest input[type="submit"], .filtresPrest select {
	margin-top: 15px
}
.containerMidInt .oneResult {
	width: 70%;
	padding-left: 30px;
	margin: 0 0 15px 0;
	display: inline-block
}
.containerMidInt .oneResult img {
	margin: 0 15px 0 0;
	width: 100px;
	float: left
}
.containerMidInt .oneResult h2 {
	margin-top: 0
}
.resultSearch .oneResult {
	width: 100%;
	padding: 30px;
	margin: 0 0 30px 0;
	display: inline-block;
	border-bottom: 5px solid #dfdfdf;
	background-color: #fff;
	box-shadow: 0 4px 6px #eee }
.imgOnePrestataire img {
	float: none !important }
.serviceOnePrestataire li {
	list-style: url(../images/listDiscBlue.png) inside }



/* SSA - 10/12/2014 */
#tableResultAnnuaire th[data-column="1"] {
	width: 620px
}
.sidebarTitleAnnuaire {
	text-align: center;
	margin-top: 0
}
.sidebarAnnuaire {
	margin-bottom: 15px
}
.contentWSLForm .block {
	margin-bottom: 25px
}
.frmSale {
	margin-top: 20px
}
.frmSale .classattribute-description,
label[for="ezcoa-275_logo_file"] {
	font-size: 14px
}


/* SSA - 11/12/2014 */
#tableResultAnnuaire h3 {
	margin-top: 5px;
	font-family: Dosis, sans-serif
}
.btnBlue {
	background-color: #00adef;
	border: 0;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 5px 35px;
	color: #fff;
	cursor: pointer
}


/*********************
	EXEMPLE
*********************/
/*a - ID*/

/*b - class*/




@media screen and (min-width:1980px) {
	.wrapTextHomeSlider {left: 450px}
}
@media screen and (max-width:1350px) {
	.wrapTextHomeSlider {left: 150px}
	.flex-control-nav{bottom: 10px}
	.flex-direction-nav .flex-prev{bottom: 1px;left: 17%}
	.flex-direction-nav .flex-next{bottom: 1px;left: 25.85%}
	.flex-direction-nav{display: none}
	.flex-control-nav{display: none}
}

@media screen and (max-width:1214px) {
	/*
.navbar-nav>li {
		width: 126px }
*/
	.navbar-nav>li.twoLine>a>span {
		margin-left: 6px }
	.oneSubMenuArrow {margin-left: -55px}
	.dropdown-menu {margin-left: -20px}
	.flex-direction-nav .flex-prev{left: 16.75%}
	.flex-direction-nav .flex-next{left: 26.4%}
	.wrapHomeBandeauActus {
		/* background: none; */
		margin-top: 0;
		height: auto;
		z-index:10;}
	.btnSliderHome {left: 870px }
}

@media screen and (max-width:1250px) {
	.imgOneActu {margin-top: 0}
}

@media screen and (max-width:1200px) {
	.navbar-nav>li {
		width: 126px }
	.btnSliderHome {left: 750px }

	.sidebarNewsletter .blocNewsletter input[type=text] {
		width: 170px }
}

@media screen and (max-width:1024px) {
	.btnSliderHome {
		left: 650px;
	}
	.wrapTextHomeSlider {
		left: 50px;
	}
	.preFooterText01 {
		margin-top: 5px
	}
}

@media screen and (max-width:1006px) {
	/*
.navbar-nav>li {
		font-size: 12px;
		width: 90px }
*/
	/*
.navbar-nav>li.twoLine>a>span {
		margin-left: 0px;
		width: 89px }
*/
	.oneSubMenuArrow {margin-left: -75px}
	.dropdown-menu {margin-left: -40px}
	.btnSliderHome{display: none}

}
@media screen and (max-width:991px) {
	header>.clear.hidden-lg {display: none !important}
	.navbar {float: right}
	.homeOneActu {margin-bottom: 15px}
		.homeWrapImgActu .clear {display: none}
		.wrap2ImgActu {
			float: left;
			margin-right: 5% }
	/*
.logoMobile {
		display: block;
		margin: 30px 0 0 30% }
	.logoWeb {display: none}
*/
	.preFooterText03 {
		font-size: 30px;
		line-height: 25px;
		margin: 50px 0 0 }
	.pictoMobilePreFooter_s {margin-top: 25px}
	.footerMobileText {
		border-bottom: 1px solid #ddd;
		padding: 10px;
		margin-bottom: 15px }
	.footerListLogo span {
		min-height: 56px;
		display: inline-block }
	.footerListLogo img {
		margin-bottom: 10px }
	.footerLogoPair {float: right}
}
@media screen and (min-width:768px) and (max-width:1023px) {
	#logo {
		float: none;
		width: 100%;
		text-align: center
	}
	.navbar {
		float: none;
		width: 100%
	}
	.nav-bar {
		float: none
	}
	.navbar-nav>li {
		width: 121px
	}
	.navbar-nav>li>a {
		font-size: 13px;
	}
	.homeSlider {
		display: none !important
	}
}


@media screen and (max-width:767px) {
	/*
.nav-collapse .dropdown-menu {
		position: static;
		top: auto;
		left: auto;
		float: none;
		max-width: none;
		padding: 0;
		margin: 0 15px;
		background-color: transparent;
	}
*/
	.wrapHomeBandeauActus {margin-top: 25%}
	.headerMobileHome {
		position: absolute;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		z-index: 0;
		width: 100%;
		top: 0;
		left: 0;
		float: left }
	.nav.navbar-nav {
		margin-top: 67px;
		margin-right: 12px }
	.nav.navbar-nav>li {
		width: 245px;
		text-align: right;
		float: right;
		clear: both;
		height: 50px;
		font-size: 16px }
		.navbar-nav>li>a {
			height: 50px;
			line-height: 50px }
			.navbar-nav>li>a>span, .navbar-nav>li.twoLine>a>span {
				width: 100%;
				display: block;
				padding-right: 15px }
	.navbar-nav>.open>a, .navbar-nav>.open>a:hover, .navbar-nav>.open>a:focus {
		background-color:transparent;
		border-radius: 0 }
	.homeBloc1, .homeBloc2, .homeBloc3 {
		height: 100px;
		overflow: hidden;
		min-height: inherit;
		margin-bottom: 0 }
	.wraphomeBloc .btnPlus {
		left: 80%;
		bottom: inherit;
		top: 20px }
	.homeBlocTitle {
		left: 37%;
		font-size: 22px }
	.pictoHomeBloc {top: 15px}
	.wrapHome3Blocs {margin-bottom: 0}
	.wrapPreFooter {background-color: #32bbef}
	.preFooterText03 {margin-top: 20px}
	.pictoMobilePreFooter_s {margin-top: inherit}
	.footerLink {
		text-align: center;
		padding-left: 0 }

}

@media screen and (max-width:360px) {
	.footerMobileText section {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 15px
	}

	.footerMobileText div.floatR {
		float: none;
		width: 100%
	}
	.footerListLogo span {
		display: block;
		float: none
	}
	.wrapFooter {
		padding: 0 15px
	}
	.preFooterPicto img {
		margin-right: -10px !important
	}
	.logoWeb {
		margin-top: -5px
	}
	.wrapHomeBandeauActus {
		margin-top: 10px;
		z-index:10;
	}
	
}


/* Ajouts du 17/11/2014 pour les modifications de l'annuaire */
#map-canvas { height: 300px; margin: 0; padding: 0;}

.tablesorter-default th, .tablesorter-default thead td {
	border-bottom-color: #00adef;
	font: bold 14px/18px Dosis, sans-serif !important
}
.tablesorter-default {
	font: 14px/18px Dosis, sans-serif !important
}
.filtresPrest {
	border-bottom: 2px solid #00adef;
	padding-bottom: 20px
}
.frmAnnuaireRow1 label,
.frmAnnuaireRow2 span,
.frmAnnuaireRow3 label {
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 0;
	height: 39px;
	line-height: 39px
}
.frmAnnuaireRow3 select,
.frmAnnuaireRow1 select {
	margin-top: 0 !important;
	width: 100% !important
}
.wrapTotalResult {
	margin-bottom: 10px;
	margin-top: 25px;
}
.totalResultAnnuaire {
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 300
}
.totalResultAnnuaire span {
	font-weight: 800
}
.mapsAnnuaire {
	margin-bottom: 15px;
}
.mapsAnnuaire iframe {
	border: 1px solid #00adef !important
}
.wrapBtnExportPdf {
	text-align: right
}
.btnExportPdf {
	background-color: #00adef;
	color: #fff;
	padding: 7px 15px 5px;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../lib/PIE.htc);
}
.btnExportPdf:hover,
.btnExportPdf:focus {
	color: #fff;
	text-decoration: none
}
.btnExportPdf i {
	margin-right: 5px
}


.sidebarAnnuaire {
    text-align: center;
	margin-bottom: 20px;
	/* border-bottom: 1px dashed #666; */
	padding: 10px 0px;
	/* background: url(../images/bgContactSidebar.jpg) center center no-repeat; */
	background-color: #00adef;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.sidebarAnnuaire button,
.sidebarAnnuaire button:hover,
.sidebarAnnuaire button:focus {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	border: none
}
.sidebarAnnuaire i {
	margin-right: 15px;
	font-size: 25px;
}
.sidebarAnnuaire span {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px
}

.gm-style-iw>div {
	width: 230px
}
#map-canvas {
	border: 1px solid #00adef
}



.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}




@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.flexslider-actu {
	height: 96px;
}
.flexslider-actu .flex-direction-nav .flex-prev {
	bottom: 0;
	left: -21px;
}
.flexslider-actu .flex-direction-nav .flex-next {
	bottom: 0;
	left: 96px;
}
.flexslider-actu .flex-control-nav {
	bottom: 9px;
	left: 18px;
	width: 89px;
}
