/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 ::-moz-selection{
 	background:#7A8B84;
 }
 ::selection{
 	background:#7A8B84;
 }

 .linkInText {
	color: #7A8B84;
}
 .linkInText:hover{
	color: #7A8B84;
}
 .linkInText:focus{
	color: #7A8B84;
}

.tm-headerbar{
  	padding-top:0px;
    padding-bottom:0px;
}
.tm-logo > h1{
  margin: 0 0 0 0;
}
.lienCustom {
	color: #7A8B84;
}
#qsnFront{
	text-align: center;
}
.tm-block-full {
	margin-top: 5px;
	background-color: white;
	padding: 10px;
}

.uk-article-title{
	/*border-bottom: 1px solid;
	border-left: 1px solid;*/
}

.proximiteService  .uk-article + .uk-article {
	border: 1px solid #eaeaea;
	border-left: none;
	border-bottom: none;
	border-right: none;
}

/*.actualites img{
	max-width: 50%;
}*/

#frontImage{
	padding:20px;
}

.uk-button-primary{
	background-color: #7A8B84;
	background-image: linear-gradient(to bottom, #7A8B84,#7A8B84)
}

.uk-button-primary:hover{
	background-color: #7A8B84;
	background-image: linear-gradient(to bottom, #7A8B84,#7A8B84)
}
.uk-button-primary:focus{
	background-color: #7A8B84;
	background-image: linear-gradient(to bottom, #7A8B84,#7A8B84)
}

.tm-block{
	padding-bottom: 0;
}

.tm-block-full + .tm-block{
	padding-top: 5px;
}

.ie9 img[src$=".svg"] {
  width: 100%; 
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 110px; 
    height: 110px;
  }
}

.page-header h1{
	text-align: center;
}
.uk-panel-header .uk-panel-title.uk-panel-title::after{
	/*background: none;*/
}

#contactform{
	display:none;
}

#noustrouver{
	/*border: 1px solid;*/
	/*margin:auto;*/
	/*margin-right: 25px;*/
}

#frontmap {
	padding-bottom: 10px;
}

h2{
	color: #7A8B84;
}

.readmore{
	display: none;
}


/*.tm-page .tm:block:first-child{
	padding-top: 230px;
}

.picto-front{
	display: inline-block;
}*/