@font-face {
  font-family: 'FontAwesome';
  src: url("https://commun.tendancefrance.com/villes/css/fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("https://commun.tendancefrance.com/villes/css/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("https://commun.tendancefrance.com/villes/css/fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("https://commun.tendancefrance.com/villes/css/fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("https://commun.tendancefrance.com/villes/css/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
  
@font-face {
  font-family: "Museo-300";
  src: url("https://commun.tendancefrance.com/villes/css/fonts/Museo300-Regular.eot"); /* IE9 Compat Modes */
  src: url("https://commun.tendancefrance.com/villes/css/fonts/Museo300-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("https://commun.tendancefrance.com/villes/css/fonts/Museo300-Regular.otf") format("opentype"), /* Open Type Font */
    url("https://commun.tendancefrance.com/villes/css/fonts/Museo300-Regular.svg") format("svg"), /* Legacy iOS */
    url("https://commun.tendancefrance.com/villes/css/fonts/Museo300-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("https://commun.tendancefrance.com/villes/css/fonts/Museo300-Regular.woff") format("woff"), /* Modern Browsers */
    url("https://commun.tendancefrance.com/villes/css/fonts/Museo300-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

html, body {border: 0; margin: 0; padding: 0;}

img {
	border: 0;
}

img.responsive {
  max-width: 100%;
}

body {
  	font: 90%/1 Arial, Arial;
	font-size: 12px;
	background: #FFFFFF;
  	line-height: 130%;
  	width: 100%;
	color: #000000;
}

h1, h2, h3 {
	font-size: 14px;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}

.colPrincipale {
	max-width: 1240px;
	margin: 0 auto;
}

#topBg {
	background: #F3F3F3;
	width: 100%;
	display: block;
	min-height: 140px;
}

#topContainer {
	display: block;
	position: relative;
	min-height: 140px;
}

#topLeft {
	width: 50%;
	display: inline-block;
	float: left;
}

#topRight {
	width: 50%;
	display: inline-block;
	float: right;
	min-height: 105px;
	padding-top: 35px;
}

#topLeft > a > img {
	margin-top: 20px;
}

#topLeft > p {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-align: left;
	width: 100%;
	font-size: 1.2em;
}

#top_menu {
	font: 90%/1 Franklin Gothic Demi Cond, Arial;
	letter-spacing: 0px;
	font-size: 15px;
	font-weight: normal;
}

#top_menu a:link {
	text-decoration: none;
	color: #000000;
}
#top_menu a:visited {
	text-decoration: none;
	color: #000000;
}
#top_menu a:hover {
	text-decoration: none;
	color: #5A2049;
}

#mainContent {
	
}

#texteDescriptif {
	width: 100%;
	margin: 20px 0;
}

#texteDescriptif {
	padding: 10px;
	clear: both;
}

#mots_cles {
	color: black;
	border: 0;
	min-width: 210px;
}

#mainContentPubRight {
	display: inline-block;
	float: right;
	width: 8%;
	margin-top: 0px;
}

#mainContentPubFooter {
	clear: both;
}

#itemsContainer, #itemContainer {
	display: inline-block;
	float: left;
	width: 92%;
	position: relative;
}

.itemRubrique {
	display: inline-block;
	position: relative;
	width: 275px;
	height: 180px;
	text-align: center;
	line-height: 30px;
	margin: 0 10px 10px 0;
}

.itemRubriqueCover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 275px;
	height: 180px;
	text-align: center;
	line-height: 30px;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 18px;
	font-weight: normal;
}

.itemRubriqueCover:hover {
	background: transparent;
}

.itemRubriqueCover:hover .blackTrait, .itemRubriqueCover:hover .whiteTrait{
	border-color: transparent;
}

.itemRubriqueCover:hover .blackTexte, .itemRubriqueCover:hover .whiteTexte{
	color: transparent;
}

.blackCover {
	background: rgba(0,0,0,0.3);
}

.whiteCover {
	background: rgba(255,255,255,0.3);
}

.itemRubriqueCoverTexte {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.blackTexte {
	color: #fff;
}

.whiteTexte {
	color: #000;
}

.itemRubriqueCoverTrait {
	width: 30px;
	height: 2px;
	position: absolute;
	top: 75%;
	transform: translateY(-50%);
	left: 50%;
	transform: translateX(-50%);
}

.blackTrait {
	border-bottom: 1px solid #fff;
}

.whiteTrait {
	border-bottom: 1px solid #000;
}

.itemRubriqueImage {
	display: block;
	width: 181px;
	text-align: center;
}

#footerContainer {
	background: #F3F3F3;
	width: 100%;
	display: block;
	min-height: 140px;
	margin-top: 30px;
	clear: both;
}

#footerLinks, #footerText {
	width: 100%;
	display: block;
	position: relative;
	padding: 20px 0;
	text-align: center;
}

#footerText > span {
	color: black;
	font-size: 12px;
	font-weight: normal;
}

.paginItem {
	color: #000000;
}

.paginItemSelect {
	color: #A349A3;
	font-weight: bold;
}

#itemTopTexte {
	width: 100%;
	display: block;
	margin: 15px 0;
}

#itemTexte {
	display: block;
	padding: 20px 15px 0 15px;
}

#itemTexte > span, #itemTopTexte > span {
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
	display: block;
	line-height: 20px;
}

#itemTexte > h1, #itemTopTexte > h1 {
	font-size: 13px;
	margin-top: -10px;
	display: block;
	font-weight: bold;
}

.lienItem {
	display: block;
	height: 30px;
	color: #A349A3 !important;
	border: 1px solid #776678;
	font-weight: bold;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	margin: 0 auto 40px;
	max-width: 400px;
}

.itemPhone {
	clear: both;
	color: #FFFFFF;
	font-size: 16px;
	padding: 2px 0 0 2px;
	width: 210px;
	height: 30px;
	line-height: 30px;
	background-color: #A349A3;
	text-align: center;
	margin: 0 auto;
}

.itemLien {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

@media (max-width: 1240px) {
	#itemsContainer, #itemContainer, #paginationTop, #paginationBottom {
		width: 100%;
	}
	
	#mainContentPubRight { display: none;}
	
	.demiColonneMiniSite1 {
		width: 100%;
	}
}

@media (max-width: 600px) {
	#itemTexte, .slick-slider { width: 100%;}
	.itemRubrique {display: block; margin: 10px auto;}
	#topRight {display: none;}
	#topLeft {width: 100%;}
}

.plan_etablissement {
	padding-left: 30%;
	display: inline-block;
}
.plan_titre {
	font-size: 14px;
	font-weight: bold;
	padding-left: 25%;
}

.plan_rubrique {
	padding-left: 25%;
}

#footerSign {
	text-align: center;
}

#footerSign > span, #footerSign > span > a {
	font-style: italic;
	color: #969696;
}

#footerSign > span > a > img {
	padding-left: 2px;
	margin-bottom: -2px;
}

#back-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 9999;
}

#back-top a {
    text-decoration: none;
    text-align: center;
    padding-top: 8px;
    font-size: 28px;
    width: 40px;
    height: 32px;
    display: block;
    background-color: #555;
    color: white;
    -webkit-transition: 1s ease; -moz-transition: 1s ease; -o-transition: 1s ease; transition: 1s ease;
}

#back-top a:hover {
	background-color: #E30C79;
}

#texteDescriptif, #texteDescriptif > h1, #texteDescriptif > h1 > span, #texteDescriptif > h1 > strong, #texteDescriptif > span, #texteDescriptif > span > strong, #texteDescriptif > strong, #texteDescriptif > h2, #texteDescriptif > h2 > span, #texteDescriptif > h2 > strong {
    font-size: 16px !important;
    line-height: 25px !important;
}

.pictoFB::before {

    font-family: "FontAwesome";
    content: "\f09a";
    font-size: 13px;
    padding-right: 3px;
    cursor: pointer;
    color: #333;

}