@charset "utf-8";
@font-face {
    font-family: "KelsonR";
    src: url('font/Kelson Sans Regular.otf') format("truetype");
}
@font-face {
    font-family: "KelsonL";
    src: url('font/Kelson Sans Light.otf') format("truetype");
}
@font-face {
    font-family: "KelsonB";
    src: url('font/Kelson Sans Bold.otf') format("truetype");
}
* {
	font-family: "KelsonR", Verdana, Tahoma;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
	box-sizing: border-box;
}
body{
	background-color:rgb(36, 28, 26);
}
.header{
	width: 100%;
	height: 10px;
	margin: 0;
}
img {
  max-width: 100%;
}
.social-logo {
	height:25pt;
}
p {
	/*border: 1px solid lightgray;*/
}
.body-text {
	color: rgb(214, 198, 170);
	line-height: 1.75em;
	font-size: 36pt;
	width: 100%;
	text-align: center;
	text-shadow: 5px 5px 5px rgb(36, 28, 26);
}
.av-item {
	flex: 1;
}
.body-text-seances {
	font-size: 30pt;
	/*line-height: 120px;*/
}
.txt-acc-top {
	margin-top: 5vh;
	/*border: 1px solid lightblue;*/
}
.txt-bottom {
	margin-top: auto;
}
.a {
	color: rgb(214, 198, 170);
	font-size: 20pt;
	letter-spacing: 1px;
	text-decoration: none;
	background: rgba(214, 198, 170, 0);
	padding: 10px 0px;
	display: inline-block;
	/*width: 100%;*/
	text-align: center;
	transition: all 0.5s;
}
.a-logo {
	padding: 5px 5px;
	min-width: 50px;
}
.a:hover {
	background: rgba(214, 198, 170, 0.4);
}
.main-body {
    display: flex;
    flex-direction:row;
    width: 100vw;
}
.background-div {
	position: absolute;
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column-reverse;
	/*border: 1px solid blue;*/
	z-index: -1;
}
.background-img {
	width: 1200px;
	align-self: center;
	opacity: 0.1;
}
.background-img-only-acc {
	width: 1200px;
	align-self: center;
	opacity: 0.5;
}
.background-logo {
	width: 1200px;
	align-self: center;
	padding: 20px;
}
.wrapper {
	display: flex;
	flex-direction: column;
	/*justify-content: space-between;*/
  width: 1200px;
	padding: 20px;
	margin: 0 auto;
	/*border: 1px solid red;*/
	height: 81.5vh;
}
.flex-nav ul {
	border-radius: 3px;
	border: 5px solid rgb(214, 198, 170);
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}
.flex-nav li {
	height: 70px;
	flex: 1;
	flex-grow: 3;
	display: flex;
	/*border: 1px solid red;*/
}
.flex-nav li:first-child {
	flex-grow: 1;
	width: 100%;
}
.flex-nav a {
	flex-basis: 100%;
	display: flex;
	align-items: center;
	/*border: 1px solid green;*/
}
.flex-nav span {
	display: block;
	width: 100%;
	/*border: 1px solid cyan;*/
}
.a-item3 {
 display: flex;
 /*border: 1px solid lightgreen;*/
}
.span-contact {
	/*border: 1px solid cyan;*/
}
.img-contact {
	height: 36px;
	max-width: 100%;
	/*border: 1px solid red;*/
	margin-right: 10px;
}
#main-clubs {
	width: 100%;
	height:85%
}
#map_wrapper {
  height: 100%;
	width: 50vw;
	/*border: 1px solid green;*/
}

.css-map {
	margin-top: 20px;
  width: 100%;
  height: 100%;
	opacity: 0.9;
	border-radius: 3px;
	border: 5px solid rgb(214, 198, 170);
}
/*Button*/
.btn-container {
  align-self: center;
}
.btn-custom {
  font-size: 18pt;
  height: 40px;
  text-align: center;
  vertical-align: center;
  width: auto;
}
