body
{
	font-family: 'Montserrat', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ;
}
section
{
	padding: 30px 0px;
}
section:before {
    height: 32px;
    content: "";
    margin-top: -32px;
    display:block;
}
#accueil, #nousContacter, .bg-jaune
{
	background-color: #F5FDD4;
}
#carouselPhotosGites img 
{
	height: 60vh;
	width: 100%;
	object-fit: cover;
}

.title-diapo
{
	text-align: center;
	position: absolute;
	bottom: 36%;
	width: 100%;
	color: #fff;
	text-shadow: 0px 0px 9px #000;

}

.title-diapo h1
{
	font-size:6vw;
}

.title-diapo h2
{
	font-size:2vw;

}
.img-gite-pres
{
	width: 100%;
	height: 600px;
	object-fit: cover;
}

table
{
	table-layout: fixed;
}

.bg-vertahue, .bg-vert
{
	background-color: #415539;
}



section .sub-title
{
	margin-bottom: 30px;
	max-width:300px; 
	width:100%;
}

h3
{
	margin: 20px 0px;
}

.color-sht
{
	color: #7D2C00;
	font-weight: bold;
	font-size: 24px;
}

.btn-sht
{
	border: solid 2px #7D2C00;
	padding: 10px 20px;
	border-radius: 5px 10px;
	text-decoration: none;
}
.btn-sht:hover, .btn-sht:active, .btn-sht:focus
{
	background-color: #7D2C00;

}
.btn-sht:hover .color-sht, .btn-sht:active .color-sht, .btn-sht:focus .color-sht
{
	color: #ffffff;
}

.img-sht
{
	width: 60px;
	height: auto;
	margin-right: 20px;
}