@charset "UTF-8";
/*
Designed by Jean Loup Couegnas
*/

#carte_canvas .gm-style img {
	max-width: 100%;
}

#touristicspot .list-group-item {
	color:white;
	font-size: 1.5em;
	border-radius: 0;
	padding:0.4em 0.8em;
	margin:0;
	font-family: Lora, serif;
}
#touristicspot .list-group-item a{
    text-decoration: none;
}
.btn-touristic{
	background-color: rgba(232,170,82,0.95);
}

.btn-more {
	background-color:rgb(232,170,82); 
	color:white;
}
.touristicSpotModal .modal-header {
	color :white; 
	background-color:rgb(232,170,82);
}
h3.card-title {
	position: absolute; 
	top:0; 
	left:0px; 
	right:0px; 
	background-color:rgba(232,170,82,0.9); 
	color:#FFF;

}
.badge-trajet {
	background-color:  rgba(0,0,0,0.1);
	float:right;
}


#carte_canvas{
	min-height: 500px;
}
section {
	position:relative;
}

@media (min-width: 768px){
	body {
    }
	#touristicspot section {
		background-color: rgba(255,255,255,0.9);
		padding: 24px 24px 72px 24px;
	}
    #cards{
    }
	#carte_canvas{
		margin-bottom: 24px ;
		height: 50vw;
	}
   
    
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}