html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background-color: #fff8ee;

}

body,
button,
input,
select,
textarea {
	color: #000;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 ;
	padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

.w3-home-body {
	background-image: url(../image-home.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.w3-myfont {
  font-family: "Comic Sans MS", sans-serif;
}

.w3-light-purple,.w3-hover-light-purple:hover{color:rgb(156,39,176)!important;background-color:rgba(156,39,176,0.1)!important}

.map-main {
	width: 100%;
	/*display: flex;*/
	/*flex-direction: row;*/
}

.map-tree {
	padding: 5px;
	/*resize: horizontal;*/
	overflow: auto;
}

.tro-breizh-map,
.tro-brest-map {
	/*flex: 3;*/
	overflow: auto;
}

.title {
	margin-top: 10px;
	cursor: pointer;
}

.footer {
	margin: 50px;
}