/*
Theme Name: template
Theme URI: http://www.armonic.ch
Author: Design par Armonic, intégration par Armonic
Author URI: http://www.armonic.ch
Description: Ce theme comprend les éléments essentiels pour la réalisation d'un projet personnalisé.
Version: 4.2
License: GNU General Public License
*/

@import "https://ecolemosaique.ch/wp-content/themes/armonicTempV3/style-knacss.css";
@font-face {
  font-family: 'bahn';
  src: url('wp-content/themes/armonicTempV3/bahn.ttf');
}
 html {
	 font-size: 16px;
	 font-family: 'bahn', arial, sans-serif;
}
 body {
	 font-size: 1em;
	 text-align: center;
	 margin: 0;
	 padding: 0;
}
 .wrapper {
	 width: 100%;
	 min-width: 320px;
	 text-align: center;
	 padding: 0 3%;
	 background-color: #fff;
}
 @media (min-width: 640px) {
	 .wrapper {
		 padding: 0 6%;
	}
}
 .wrp-header {
	background-color: #2A8841; 
	 height: 130px;
	 position:fixed;
	 top:0;
	 z-index: 1000000000;
} 
 .wrp-section {
	 padding-top: 40px;
	 /* background: url("https://ecolemosaique.ch/wp-content/themes/armonicTempV3/img/bg_section.jpg") no-repeat center top #fff; */
}
.home{
	padding-top: 0;
}
.top-wrapper{
	margin-top:90px;
}
.top-home{
	margin-top:130px;
}
.img-home{
	display: none;
}
@media (max-width: 768px) {

	.video-home{
		display: none;
	}
	.img-home{
		display:block;
	}
}
.footer{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	flex-wrap: wrap;
	gap: 10px;

}
.footer-left{
	display: flex;
	align-items: center;
	font-size: 11px;
}
.footer-left a{
	color: black;
	padding-left: 3px;
}

.wrp-footer{
	margin-left: 23px;
	margin-right: 41px;
}
.footer-right img{
	width: 90px;
	height: auto;
}
 .wrp-impressum {
	 font-size: 0.8em;
	 color: #ddd;
	 background: url("https://ecolemosaique.ch/wp-content/themes/armonicTempV3/img/bg_impressum.png") repeat-x top transparent;
}
 .wrp-impressum footer {
	 min-height: 45px;
	 padding: 15px 0;
	 text-align: center;
}
 .wrp-impressum a {
	 color: #ddd;
}
 header, section, footer, #access {
	 width: 100%;
}
 header {
	 text-align: right;
}
#logo-header{
	height: 130px;
	position: absolute;
	left: 0;
	
}
 @media (min-width: 1140px) {
	 header {
		/* height: 213px; */
	}
}
 #frise {
	 display: none;
	 width: 100%;
	 height: 150px;
	 vertical-align: top;
	 overflow: hidden;
}
 #frise img {
	 height: auto;
	 vertical-align: top;
}
 @media (min-width: 1140px) {
	 #frise {
		 display: block;
	}
}
 section {
	 min-height: 285px;
	 padding: 20px 0 25px;
	 text-align: left;
	 overflow: hidden;
	 z-index: 5;
}
 @media (min-width: 1140px) {
	 section.indent {
		 padding-left: 21%;
		 padding-right: 22%;
	}
	 section.full {
		 padding-left: 0.5%;
		 padding-right: 2%;
	}
}
 #tools {
	 display: none;
	 width: 100%;
	 margin: 0;
	 padding: 0;
	 text-align: right;
}
 #tools li {
	 display: inline-block;
	 width: auto;
	 margin: 0 5px;
	 vertical-align: top;
}
 #tools a {
	 display: inline-block;
	 padding: 15px 10px 10px;
	 text-align: center;
	 color: #000;
	 font-size: 1em;
	 cursor: pointer;
}
 #tools .home a {
	 width: 42px;
	 height: 39px;
	 padding: 0;
	 margin: 5px 5px 0;
	 background-image: url("https://ecolemosaique.ch/wp-content/themes/armonicTempV3/img/tiles.png");
	 background-repeat: no-repeat;
	 background-position: -185px 0;
}
 #tools .home a span {
	 display: none;
}
 #tools .home a:hover {
	 opacity: 0.5;
	 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0.5));
	 filter: alpha(opacity = (0.5));
	 transition: opacity 0.2s ease-in-out;
	 -moz-transition: opacity 0.2s ease-in-out;
	 -o-transition: opacity 0.2s ease-in-out;
	 -webkit-transition: opacity 0.2s ease-in-out;
}
 #tools .members a {
	 color: #fff;
	 background-color: #48a143;
	 -webkit-box-shadow: 0 8px 20px #aaa;
	 -moz-box-shadow: 0 8px 20px #aaa;
	 box-shadow: 0 8px 20px #aaa;
	 -webkit-border-top-left-radius: 0;
	 -moz-border-radius-topleft: 0;
	 border-top-left-radius: 0;
	 -webkit-border-top-right-radius: 0;
	 -moz-border-radius-topright: 0;
	 border-top-right-radius: 0;
	 -webkit-border-bottom-right-radius: 5px;
	 -moz-border-radius-bottomright: 5px;
	 border-bottom-right-radius: 5px;
	 -webkit-border-bottom-left-radius: 5px;
	 -moz-border-radius-bottomleft: 5px;
	 border-bottom-left-radius: 5px;
}
 @media (min-width: 768px) {
	 #tools {
		 display: block;
	}
}
 @media (min-width: 1140px) {
	 #tools a {
		 padding: 15px 10px;
		 font-size: 1.06em;
	}
	 #tools a:hover {
		 color: #48a143;
		 transition: all 0.2s ease-in-out;
		 -moz-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
		 -webkit-transition: all 0.2s ease-in-out;
	}
	 #tools .home a {
		 margin: 0 10px;
	}
	 #tools .menu {
		 display: none;
	}
	 #tools .members a {
		 -webkit-box-shadow: 0 8px 20px #aaa;
		 -moz-box-shadow: 0 8px 20px #aaa;
		 box-shadow: 0 8px 20px #aaa;
		 -webkit-border-top-left-radius: 0;
		 -moz-border-radius-topleft: 0;
		 border-top-left-radius: 0;
		 -webkit-border-top-right-radius: 0;
		 -moz-border-radius-topright: 0;
		 border-top-right-radius: 0;
		 -webkit-border-bottom-right-radius: 5px;
		 -moz-border-radius-bottomright: 5px;
		 border-bottom-right-radius: 5px;
		 -webkit-border-bottom-left-radius: 5px;
		 -moz-border-radius-bottomleft: 5px;
		 border-bottom-left-radius: 5px;
	}
	 #tools .members a:hover {
		 color: #000;
	}
}
 #branding {
	 margin-top: 50px;
	 float: left;
}
 #branding a {
	 display: inline-block;
	 width: 215px;
	 height: 90px;
	 background-image: url("https://ecolemosaique.ch/wp-content/themes/armonicTempV3/img/tiles.png");
	 background-repeat: no-repeat;
	 background-position: 0 -120px;
	 opacity: 1;
	 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(1));
	 filter: alpha(opacity = (1));
	 transition: opacity 0.2s ease-in-out;
	 -moz-transition: opacity 0.2s ease-in-out;
	 -o-transition: opacity 0.2s ease-in-out;
	 -webkit-transition: opacity 0.2s ease-in-out;
}
 #branding a:hover {
	 opacity: 0.5;
	 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
	 filter: alpha(opacity = (50));
	 cursor: pointer;
}
 #branding a span {
	 display: none;
}
 @media (min-width: 768px) {
	 #branding {
		 margin-top: 10;
	}
}
 @media (min-width: 1140px) {
	 #branding {
		 margin-top: 25px;
	}
	 #branding a {
		 width: 270px;
		 height: 115px;
		 background-image: url("https://ecolemosaique.ch/wp-content/themes/armonicTempV3/img/tiles.png");
		 background-repeat: no-repeat;
		 background-position: 0 -240px;
	}
}
 #slogan {
	 display: none;
	 clear: both;
	 width: auto;
	 color: #48a143;
	 font-size: 1.1em;
	 font-style: italic;
}
 @media (min-width: 640px) {
	 #slogan {
		 display: block;
	}
}
 @media (min-width: 768px) {
	 #slogan {
		 clear: none;
		 float: right;
		 margin-top: 60px;
		 margin-right: 60px;
		 text-align: right;
	}
}
 @media (min-width: 1140px) {
	 #slogan {
		 margin-top: 40px;
		 margin-right: 117px;
		 font-size: 1.37em;
	}
}
 #menu-button {
	 display: inline-block;
	 float: right;
	 width: 40px;
	 height: 40px;
	 padding: 0;
	 margin: 45px 15px 25px;
	 background-image: url("https://ecolemosaique.ch/wp-content/themes/armonicTempV3/img/tiles.png");
	 background-repeat: no-repeat;
	 background-position: -250px -120px;
	 background-color: transparent;
	 border: none;
}
 #menu-button span {
	 display: none;
}
 @media (min-width: 640px) {
	 #menu-button {
		 margin: 45px 20px 25px;
	}
}
 @media (min-width: 768px) {
	 #menu-button {
		 margin: 45px 25px 25px;
	}
}
 @media (min-width: 1140px) {
	 #menu-button {
		 display: none;
	}
}
 #access {
	 display: none;
	 position: absolute;
	 width: 94%;
	 line-height: 1;
	 border-top: 1px solid #48a143;
	 z-index: 100;
}
 #access.menu-opened {
	 display: block;
	 top: 150px;
}
 #access a {
	 display: inline-block;
	 width: 100%;
	 padding: 10px;
	 color: white;
	 font-size: 1.10em;
	 letter-spacing: -0.5px;
	 text-align: center;
	 text-transform: uppercase;
	 border-top-width: 0;
	/* -webkit-box-shadow: 0 0 10px #aaa;
	 -moz-box-shadow: 0 0 10px #aaa;
	 box-shadow: 0 0 10px #aaa; */
	 cursor: pointer;
	 background-color:#2A8841;
}
 #access a:hover {
	 color: #fff !important;
	 background-color: #77BF84 !important;
	 transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 -webkit-transition: all 0.2s ease-in-out;
}
 #access .current_page_item > a {
	 color: #fff;
	 background-color: #2A8841;
}
 #access .current_page_ancestor > a {
	 color: white;
	 background-color: #2A8841;
}
 #access .current_page_ancestor ul {
	/* display: block; */
}
 #access li {
	 display: list-item;
	 width: 100%; 
	 margin: 0;
	 vertical-align: top;
	 text-align: center;
}
 #access #menu-item-38 > a {
	 background-image: url("https://ecolemosaique.ch/wp-content/themes/armonicTempV3/img/tiles.png");
	 background-repeat: no-repeat;
	 background-position: -240px 0;
}
 #access #menu-item-29 > a {
	 background-image: url("https://ecolemosaique.ch/wp-content/themes/armonicTempV3/img/tiles.png");
	 background-repeat: no-repeat;
	 background-position: -240px -60px;
}
 #access ul {
	 width: 100%;
	 line-height: 1;
}
 #access ul a {
	 text-transform: none;
	 background-color: #2A8841;
}
 #access ul li {
	 width: 100%;
	 margin: 0;
	 padding: 0;
}
 #access ul li span {
	 display: none;
}
 @media (min-width: 640px) {
	 #access {
		 width: 88%;
	}
}
 @media (min-width: 768px) {
	 #access #menu-item-43, #access #menu-item-593, #access #menu-item-52 ul {
		/* display: none; */
	}
}
 @media (min-width: 1140px) {
	 #access {
		 position: absolute;
		 display: block;
		 top: 43px;
		 border-top: 0;
		 right: 0px;
	}
	 #access a {
		 font-size: 1.008em;
		 border-top-width: 1px;
	}
	 #access li {
		 display: inline-block;
		 width: 157px;
		         font-size: 13px;
	}
	 #access li span {
		 display: inline-block;
		 width: 50px;
		 height: 40px;
	}
	  /*
	 #access li.cours > span {
		 background-image: url("https://ecolemosaique.ch/wp-content/themes/armonicTempV3/img/tiles.png");
		 background-repeat: no-repeat;
		 background-position: -60px 0;
	}
	
	 #access li.contacts > span {
		 background-image: url("https://ecolemosaique.ch/wp-content/themes/armonicTempV3/img/tiles.png");
		 background-repeat: no-repeat;
		 background-position: -125px 0;
	}
	 */
	 #access ul {
	}
	 .menu-item ul{
		 display: none;
	 }
	 .menu-item:hover ul{
		 display:block;
	 }
	 #access #menu-item-38 > a, #access #menu-item-29 > a {
		 background-image: none;
	}
	 #access #menu-item-38 > span {
		 background-image: url("https://ecolemosaique.ch/wp-content/themes/armonicTempV3/img/tiles.png");
		 background-repeat: no-repeat;
		 background-position: -70px 0;
	}
	 #access #menu-item-29 > span {
		 background-image: url("https://ecolemosaique.ch/wp-content/themes/armonicTempV3/img/tiles.png");
		 background-repeat: no-repeat;
		 background-position: -130px 0;
	}

	 
}
 section h1 {
	 width: 100%;
	 padding: 0;
	 margin: 0 0 5px 0;
	 font-size: 1.65em;
	 font-weight: 300;
	 text-transform: uppercase;
	 color: #2A8841;
}
 section h2 {
	 padding: 0;
	 margin: 0.6em 0 0;
	 font-size: 1.4em;
	 font-weight: bold;
	 color: #2A8841;
}
 section h2:nth-child(2) {
	 margin-top: 0.3em;
}
 section h3 {
	 padding: 0;
	 margin: 0.4em 0 0.2em;
	 font-size: 1.3em;
	 font-weight: 400;
}
 section ul {
	 margin: 0 0 0.5em 1em;
	 padding: 0;
	 list-style: none;
}
 section ul li:before {
	 content: '\25A0';
	 display: block;
	 position: relative;
	 max-width: 0;
	 max-height: 0;
	 left: -12px;
	 top: 0.4em;
	 color: #48a143;
	 font-size: 0.7em;
}
 section p, section .wp-block-columns {
	 margin: 0;
	 margin-top: 0.7em;
	 text-align: justify;
}
 section .wp-block-column {
	 margin: 0;
	 padding-top: 0.75em;
}
 section .wp-block-column:not(:last-child) {
	 margin-right: 0;
}
 section .wp-block-column figure {
	 margin-top: 0;
	 margin-bottom: 0;
}
 section .wp-block-gallery li::before {
	 display: none;
}
 section strong {
	 font-weight: bold;
}
 section em {
	 color: gray;
}
 section a {
	 color: #2A8841;
	 text-decoration: underline;
}
 section a:hover {
	 opacity: 0.5;
	 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0.5));
	 filter: alpha(opacity = (0.5));
	 transition: opacity 0.2s ease-in-out;
	 -moz-transition: opacity 0.2s ease-in-out;
	 -o-transition: opacity 0.2s ease-in-out;
	 -webkit-transition: opacity 0.2s ease-in-out;
}
 section dl {
	 margin: 0.5em 0;
}
 section dl.vav dt {
	 clear: both;
	 float: left;
	 width: 80px;
	 padding: 0;
	 margin: 0;
}
 section dl.vav dt.wide {
	 width: 100%;
}
 section dl.vav dd {
	 float: left;
	 padding: 0;
	 margin: 0;
}
 section dl.vav:after {
	 content: '';
	 display: block;
	 clear: both;
}
 section dl.accordeon dt, section dl.accordeon dd {
	 display: inline-block;
	 width: 100%;
	 margin: 0;
	 padding: 0;
}
 section dl.accordeon dt {
	 padding: 5px 15px;
	 margin-top: 0.3em;
	 font-size: 1.25em;
	 color: #2A8841;
	 border: 1px solid #c9c9ca;
	 cursor: pointer;
	 z-index: 5 !important;
	 background-color: white;
}
 section dl.accordeon dt:first-of-type {
	 margin-top: 0;
}
 section dl.accordeon dt div {
	 display: inline-block;
	 width: 80%;
}
 section dl.accordeon dt .button {
	 display: inline-block;
	 width: 50px;
	 height: 26px;
	 padding: 0;
	 background-color: transparent;
	 background-image: url("https://ecolemosaique.ch/wp-content/themes/armonicTempV3/img/tiles.png");
	 background-repeat: no-repeat;
	 background-position: -264px 8px;
}
 section dl.accordeon dt .button span {
	 display: none;
}
 section dl.accordeon dt.close {
	 background-color: #fff;
	 border-color: #2A8841;
}
 section dl.accordeon dt.close .button {
	 background-image: url("https://ecolemosaique.ch/wp-content/themes/armonicTempV3/img/tiles.png");
	 background-repeat: no-repeat;
	 background-position: -265px -50px;
}
 section dl.accordeon dd {
	 padding: 24px 17px 20px;
	 margin-top: -10px;
	 -webkit-border-top-left-radius: 0;
	 -moz-border-radius-topleft: 0;
	 border-top-left-radius: 0;
	 -webkit-border-top-right-radius: 0;
	 -moz-border-radius-topright: 0;
	 border-top-right-radius: 0;
	 -webkit-border-bottom-right-radius: 8px;
	 -moz-border-radius-bottomright: 8px;
	 border-bottom-right-radius: 8px;
	 -webkit-border-bottom-left-radius: 8px;
	 -moz-border-radius-bottomleft: 8px;
	 border-bottom-left-radius: 8px;
	 background-color: #77BF84;
	 z-index: 1 !important;
	 color: white;
}
 section dl.accordeon dd.close {
	 display: none;
}
 @media (min-width: 640px) {
	 section dl.accordeon dt div {
		 width: 90%;
	}
}
 section .col {
	 width: 100%;
	 margin-top: 1em;
	 z-index: 5;
}
 section .col * {
	 position: relative;
	 z-index: 5;
}
 section .col img {
	 margin: 0.618em 0;
}
 @media (min-width: 1140px) {
	 section .col {
		 float: left;
		 width: 49%;
	}
}
 section .postit {
	 display: none;
	 width: 100%;
	 max-width: 530px;
	 margin: 2em auto 0;
	 padding: 12px 5px 24px;
	 background-color: #cee9c9;
}
 section .postit h3 {
	 font-size: 1.1em;
	 font-weight: 300;
	 margin-bottom: 0.618em;
	 color: #fff;
	 text-transform: uppercase;
	 margin-left: 15%;
}
 section .postit ul li:before {
	 display: none;
}
 @media (min-width: 640px) {
	 section .postit {
		 display: block;
	}
}
 @media (min-width: 1140px) {
	 section .postit {
		 float: left;
		 width: 49%;
		 margin: 1em 0 0 2%;
	}
}
 section .button {
	 background-color: #48a143;
	 padding: 3px 8px;
	 color: #fff;
	 text-decoration: none;
	 -webkit-border-top-left-radius: 5px;
	 -moz-border-radius-topleft: 5px;
	 border-top-left-radius: 5px;
	 -webkit-border-top-right-radius: 5px;
	 -moz-border-radius-topright: 5px;
	 border-top-right-radius: 5px;
	 -webkit-border-bottom-right-radius: 5px;
	 -moz-border-radius-bottomright: 5px;
	 border-bottom-right-radius: 5px;
	 -webkit-border-bottom-left-radius: 5px;
	 -moz-border-radius-bottomleft: 5px;
	 border-bottom-left-radius: 5px;
}
 section #tiles div {
	 float: left;
	 width: 23%;
	 margin: 1%;
	 background-color: #cee9c9;
	 overflow: hidden;
}
 section #tiles div.settled {
	 background-color: #60b756;
	 cursor: pointer;
}
 section #tiles div.settled img {
	 filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='saturate'%20values='@value'/></filter></svg>#grayscale");
	 filter: gray;
	 filter: grayscale(100%);
	 -webkit-filter: grayscale(100%);
	 -moz-filter: grayscale(100%);
	 -ms-filter: grayscale(100%);
	 -o-filter: grayscale(100%);
}
 section #tiles div.text {
	 display: none;
	 float: none;
	 clear: both;
	 width: 98%;
	 padding-bottom: 0.618em;
	 border-bottom: 2px solid #48a143;
	 overflow: visible;
	 background-color: #fff;
}
 section #tiles div.active img {
	 transition: all 0.1s linear;
	 filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='saturate'%20values='@value'/></filter></svg>#grayscale");
	 filter: gray;
	 filter: grayscale(0%);
	 -webkit-filter: grayscale(0%);
	 -moz-filter: grayscale(0%);
	 -ms-filter: grayscale(0%);
	 -o-filter: grayscale(0%);
}
 section #tilesStart {
	 width: 100%;
	 padding-top: 2em;
	/* background: url("https://ecolemosaique.ch/wp-content/themes/armonicTempV3/img/fond-lettrage_800x1072.gif") no-repeat center top transparent; */
	 text-align: center;
}
 section #tilesStart div.center {
	 width: auto;
	 margin: 0 auto;
}
 section #tilesStart div.center a, section #tilesStart div.center span {
	 position: relative;
	 display: inline-block;
	 width: 48%;
	 max-width: 280px;
	 height: auto;
	 margin: 0.2%;
	 z-index: 5;
}
 section #tilesStart div.center a {
	 cursor: pointer;
}
 section #tilesStart div.center a:hover {
	 opacity: 1;
	 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(1));
	 filter: alpha(opacity = (1));
	 transition: opacity 1s ease-in-out;
	 -moz-transition: opacity 1s ease-in-out;
	 -o-transition: opacity 1s ease-in-out;
	 -webkit-transition: opacity 1s ease-in-out;
	 -webkit-box-shadow: 0px 0px 10px gray;
	 -moz-box-shadow: 0px 0px 10px gray;
	 box-shadow: 0px 0px 10px gray;
}
 section #tilesStart div.center img {
	 width: 100%;
	 height: auto;
}

 @media (min-width: 768px) {
	 section #tilesStart {
		 height: 450px;
		/* background: url("https://ecolemosaique.ch/wp-content/themes/armonicTempV3/img/fond-lettrage_1200x450.gif") no-repeat center top transparent; */
	}
	 section #tilesStart div.center a, section #tilesStart div.center span {
		 width: 24%;
	}
}
 section .frs-slideshow-content {
	 background-color: transparent !important;
	 padding: 0 25px;
}
 section .frs-slide-img img {
	 width: 100% !important;
	 max-height: 500px !important;
	 height: auto !important;
}
 section .frs-bullets-wrapper {
	 position: static !important;
	 width: 90% !important;
	 text-align: right !important;
	 height: auto !important;
}
 section .frs-bullets-wrapper .frs-bullets {
	 height: auto !important;
	 bottom: auto !important;
}
 section .frs-slider-nav .frs-arrow-right, section .frs-slider-nav .frs-arrow-left {
	 width: 30px !important;
	 height: 50px !important;
	 top: 45% !important;
	 background-image: url("https://ecolemosaique.ch/wp-content/themes/armonicTempV3/img/tiles.png") !important;
	 background-repeat: no-repeat !important;
	 background-position: -76px -62px !important;
	 background-color: transparent !important;
}
 section .frs-slider-nav .frs-arrow-left {
	 background-position: -15px -62px !important;
}
 section .frs-slideshow-nav-bullets {
	 -webkit-box-shadow: 0px 0px 15px #999;
	 -moz-box-shadow: 0px 0px 15px #999;
	 box-shadow: 0px 0px 15px #999;
	 background-color: #e9efe6 !important;
}
 section .frs-bullets-active {
	 background-color: #fff !important;
}
.cals {
	 clear: both;
	 padding-bottom: 15px;
	 margin-bottom: 5px;
	 border-bottom: 1px solid #cee9c9;
}
.cals .desc {
	 width: 100%;
	 padding-top: 1em;
	 font-size: 0.9em;
	 line-height: 1.2em;
}
.cals .desc .em {
	 color: #bbb;
}
.cals sup.closed {
	 color: #ec4448;
	 font-weight: bold;
	 font-size: 0.9em;
}
.cals .months {
	 display: none;
	 width: 100%;
	 min-width: 585px;
}
 @media (min-width: 640px) {
	.cals .months {
		 display: block;
	}
}
.cals .months:after {
	 content: '';
	 display: block;
	 clear: both;
}
.cals table {
	 width: 175px;
	 float: left;
	 border: none;
	 margin: 0 30px 0 0;
}
.cals table:nth-child(3) {
	 margin-right: 0;
}
.cals td {
	 width: 25px;
	 padding: 0.15em 0.35em;
	 text-align: center;
	 font-size: 0.9em;
	 line-height: 1em;
	 border-width: 3px 0px 3px 0px;
	 border-color: #fff;
	 border-style: solid;
}
.cals thead td,.cals .we {
	 color: #bbb;
}
.cals .title td {
	 color: #ec4448;
	 font-size: 1.12em;
	 text-align: left;
}
.cals td.ss {
	 background-color: #48a143;
	 -webkit-border-top-left-radius: 12px;
	 -moz-border-radius-topleft: 12px;
	 border-top-left-radius: 12px;
	 -webkit-border-top-right-radius: 0;
	 -moz-border-radius-topright: 0;
	 border-top-right-radius: 0;
	 -webkit-border-bottom-right-radius: 0;
	 -moz-border-radius-bottomright: 0;
	 border-bottom-right-radius: 0;
	 -webkit-border-bottom-left-radius: 12px;
	 -moz-border-radius-bottomleft: 12px;
	 border-bottom-left-radius: 12px;
}
.cals td.ds {
	 background-color: #48a143;
}
.cals td.do {
	 background-color: #ec4448;
}
.cals td.off {
	 background-color: transparent;
}
.cals td.es {
	 background-color: #48a143;
	 -webkit-border-top-left-radius: 0;
	 -moz-border-radius-topleft: 0;
	 border-top-left-radius: 0;
	 -webkit-border-top-right-radius: 12px;
	 -moz-border-radius-topright: 12px;
	 border-top-right-radius: 12px;
	 -webkit-border-bottom-right-radius: 12px;
	 -moz-border-radius-bottomright: 12px;
	 border-bottom-right-radius: 12px;
	 -webkit-border-bottom-left-radius: 0;
	 -moz-border-radius-bottomleft: 0;
	 border-bottom-left-radius: 0;
}
 section .new {
	 padding: 0.5em 0 0.618em;
	 border-bottom: 1px solid #94d08a;
}
 section .new .colImg {
	 display: none;
}
 section .new a {
	 text-decoration: none;
}
 section .new a:hover {
	 opacity: 1;
	 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(1));
	 filter: alpha(opacity = (1));
	 transition: opacity 1s ease-in-out;
	 -moz-transition: opacity 1s ease-in-out;
	 -o-transition: opacity 1s ease-in-out;
	 -webkit-transition: opacity 1s ease-in-out;
	 color: #48a143;
}
 section .new a:hover h2 {
	 color: #000;
}
 @media (min-width: 640px) {
	 section .new .colImg {
		 display: block;
		 clear: both;
		 float: left;
		 width: 47%;
	}
	 section .new .col {
		 float: left;
		 width: 50%;
		 margin-left: 3%;
	}
}
 @media (min-width: 1140px) {
	 section .new .colImg {
		 width: 30%;
	}
	 section .new .col {
		 width: 67%;
	}
}
 section .new h2 {
	 margin: 0;
	 padding: 0;
}
 section .new .date {
	 color: gray;
	 font-weight: 300;
}
 section .new a {
	 color: #000;
}
 section .new:after {
	 content: '';
	 display: block;
	 clear: both;
}
 section .gallery dl {
	 float: left;
	 width: 30%;
	 max-width: 200px;
	 margin: 1%;
}
 section .gallery dd {
	 padding: 0;
	 margin: 0;
	 width: 100%;
	 height: 50px;
	 text-align: center;
}
 section .gallery a:hover {
	 opacity: 1;
	 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(1));
	 filter: alpha(opacity = (1));
	 transition: opacity 1s ease-in-out;
	 -moz-transition: opacity 1s ease-in-out;
	 -o-transition: opacity 1s ease-in-out;
	 -webkit-transition: opacity 1s ease-in-out;
}
 section .wpcf7 label, section .wpcf7 .wpcf7-form-control-wrap, section .wpcf7 .wpcf7-not-valid-tip {
	 display: block;
}
 @media (min-width: 768px) {
	 section .wpcf7 label, section .wpcf7 .wpcf7-form-control-wrap, section .wpcf7 .wpcf7-not-valid-tip {
		 display: inline-block;
	}
}
 section .wpcf7 label {
	 width: 95px;
	 color: #2A8841;
	 margin-top: 3px;
}
 section .wpcf7 label.wide {
	 width: auto;
}
 section .wpcf7 .wpcf7-form-control-wrap {
	 margin-top: 3px;
}
 section .wpcf7 .wpcf7-not-valid-tip {
	 margin-left: 5px;
	 font-size: 0.8em;
}
 section .wpcf7 input {
	 padding: 3px 5px;
	 font-size: 0.9em;
	 border: 1px solid #2A8841;
}
 section .wpcf7 input[type="submit"] {
	 padding: 3px 10px;
	 font-size: 1.1em;
	 color: #fff;
	 font-weight: 300;
	 background-color: #2A8841;
	 border-radius: 15px;
	 -moz-border-radius: 15px;
	 -webkit-border-radius: 15px;
	 -khtml-border-radius: 15px;
}
 section .wpcf7 input[type="submit"]:hover {
	 opacity: 0.6;
	 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0.6));
	 filter: alpha(opacity = (0.6));
	 transition: opacity 0.2s ease-in-out;
	 -moz-transition: opacity 0.2s ease-in-out;
	 -o-transition: opacity 0.2s ease-in-out;
	 -webkit-transition: opacity 0.2s ease-in-out;
}
 .fancybox-content {
	 width: 60%;
	 max-width: 800px;
	 -webkit-box-shadow: 0 8px 20px #94d08a;
	 -moz-box-shadow: 0 8px 20px #94d08a;
	 box-shadow: 0 8px 20px #94d08a;
}
 #flybook {
	 position: fixed;
	 display: none;
	 z-index: 1;
}
 @media (min-width: 1140px) {
	 #flybook {
		 display: block;
		 position: fixed;
		 bottom: 0;
		 width: 250px;
		 height: 155px;
		 background-image: url("https://ecolemosaique.ch/wp-content/themes/armonicTempV3/img/tiles.png");
		 background-repeat: no-repeat;
		 background-position: left bottom;
	}
}
 .banner {
	 text-align: center;
	 padding: 30px 0;
}
 .banner .getter {
	 display: inline-block;
	 width: 100%;
}
 .banner .shade {
	 width: 100%;
	 max-width: 600px;
}
 @media (min-width: 768px) {
	 .banner {
		 padding: 100px 0;
	}
	 .banner .shade {
		 width: 50%;
	}
}
 #annonce {
	 width: 100%;
	 padding-top: 0.8em;
	 text-align: left;
	 font-size: 1.2em;
	 hyphens: none;
}
 #annonce a {
	 text-decoration: none;
	 color: inherit;
}
 #annonce strong {
	 text-transform: uppercase;
}
 #annonce p {
	 text-align: justify;
}
 @media (min-width: 768px) {
	 #annonce {
		 font-size: 1.2em;
	}
}
 @media (min-width: 1140px) {
	 #annonce {
		 width: 90%;
	}
}
