/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v18-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: 'icons_south_stregular';
    font-weight: normal;
    font-style: normal;	
    src: local(''),
		 url('../fonts/icons_south_st-webfont.woff2') format('woff2'),
         url('../fonts/icons_south_st-webfont.woff') format('woff');
}

.triangle {
	font-family: 'icons_south_stregular, sans-serif';
	font-size: 3em;
}

.content:after {
	content: 'c';
} 

body {
    font-family: 'Open Sans', sans-serif;
	margin: 0;
}

.container-fluid {
	padding-right: 0px !important;
  padding-left: 0px !important;
}

.header-site, .footer-site { padding: 10px 0px; margin: 0px;}

.navbar-site { padding: 5px 5px; margin: 5px 0px; width: 100%;}

.navbar-brand img { margin-left: 12px; }

nav { 
    margin: 0px !important;
    width: 100%; 
}

.footer-site, .footer-site a {
    color: #fff;
}

.nav-link { color: #2c2c2c; font-weight: bold; }
.show > .nav-link { background-color: transparent !important; color: #2c2c2c !important; }
.nav-link:hover { background-color: transparent !important; color: #2c2c2c !important; }
.dropdown-item.active, .dropdown-item:active { background-color: transparent !important; color: #2c2c2c !important; }

/* Bouton haut de page */
a#cRetour{
  border-radius:3px;
  padding:10px;
  font-size:15px;
  text-align:center;
  color:#fff;
  background:rgba(217, 27, 92, 0.65);
  position:fixed;  
  right:20px;	
  /* Centrage du bouton en bas de page */
  /*left:50%;*/
  transform: translateX(-50%);
  /* --------------------------------- */ 
  opacity:1;
  z-index:99999;
  transition:all ease-in 0.2s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
}
a#cRetour:before{ content: "\25b2"; }
a#cRetour:hover{
  background:rgba(255, 118, 0, 1);
  transition:all ease-in 0.2s;
}
a#cRetour.cInvisible{
  bottom:-35px;
  opacity:0;
  transition:all ease-in 0.5s;
}

a#cRetour.cVisible{
  bottom:20px;
  opacity:1;
}

.tr-modal-club {
  background-color: #C9DEE9;
}
.thead-modal-club {
  background-color: #009999;
  color: #fff;
}
.remarque { 
	display:none; 
}

#carte_club {
  height: 200px;
}

.leaflet-popup-content {
  min-width: 250px !important;
}
.leaflet-popup {
  left: -145px !important;
  bottom: 0px !important;
}

.list-group-item-action:hover {	 
	color: #ffffff; !important;
	background-color: #4797dc !important;
}

/* =========================== */
/* Style pour le titre de page */
/* =========================== */
.TitrePage 
{
  margin: 5px 0 0 0;
  padding: 5px 0 0 0;
  height: auto;
  width: 290px;
  border: solid 1px grey;
  background: white;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}