
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');*/

/*@font-face{
	font-family:"Gabriola";
	font-style:normal;
	font-weight:400;
	font-display:block;
	src:url(font/gabriola.woff) format("woff"),url(font/gabriola.ttf) format("truetype");
}*/

@font-face{
	font-family:"Gabriela";
	font-style:normal;
	font-weight:400;
	font-display:block;
	src:url(font/Gabriela-Regular.ttf) format("truetype");
}

html, body {
	font-family: 'Quicksand', sans-serif;
	/*font-family: 'Poppins', sans-serif;*/
	background: #444;
}

/* Header */

header {
	position: fixed;
	top: 20px;
	right: 20px;
	/*z-index: 70;*/
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	letter-spacing: 1px;
	font-size: 1.1em;
	z-index: 50;
}
/*@media (min-width: 768px) {*/
	header nav.navbar {
		padding: 0;
	}
/*}*/
header ul {
	margin: 0;
}
header ul li {
	display: inline-block;
	margin: 10px 0;
	/*padding: 0 1.1em 1.1em;*/
	padding: 0 1.1em;
}
header .collapsing { /* désactive l'animation */
	-webkit-transition: none;
	transition: none;
	display: none;
}
@media (max-width: 768px) {
	header .navbar-collapse.collapse.show.bg-black {
		background: #181818;
	}
	header .navbar-collapse.collapse.show ul li {
		display: block;
	}
}
@media (max-width: 892px) {
	header ul {
		margin: 1rem 0;
	}
	header ul li {
		padding: 0 6px;
	}
}
header a {
	/*color: #262626;*/
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
header a:hover, header li.active a {
	/*color: #e2e2e2;
	border-bottom: 2px solid #e2e2e2;*/
	color: #fff;
	border-bottom: 2px solid #fff;
	text-decoration: none;
}

/* Body */

div.section.yellow {
	background: #f6c681;
	color: #fff;
}
div.section.blue {
	background: #179cc0;
	color: #fff;
}
div.section.grey {
	background: #444;
}

.container img {
	max-width: 100%;
	max-height: 100%;
}

.background-image {
	background-color: rgb(106, 115, 218);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.background-image::before {
	opacity: 0.38;
	background: #000000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	display: inline-block;
	content: " ";
}
.background-image .content, .background-image .head, .background-image .bottom {
	position: relative;
	z-index: 50;
}

div.section div.head {
	/*width: 80%;*/
	display: block;
	margin: 0 auto;
	position: absolute; !important;
	top: 10vh;
	left: 0;
	right: 0;
}
div.section div.bottom {
	/*width: 80%;*/
	display: block;
	margin: 0 auto;
	position: absolute; !important;
	bottom: 20px;
	left: 0;
	right: 0;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background: #fff;
}
@media (max-width: 992px) {
	#fp-nav {
		top: unset;
		bottom: 0;
	}
}
@media (max-width: 576px) {
	#fp-nav {
		transform: unset;
		-ms-transform: unset;
		-webkit-transform: unset;
		bottom: 5px;
	}
}

/* Textes */

.card.text {
	text-align: justify;
	font-size: 20px;
}
.card.text_white {
	background: #111111;
	color: #fff;
}
.card.text .card-body {
	padding: 1.2rem 1.3rem;
}
.card.text p {
	margin-bottom: 30px;
}
.card.text p:last-child {
	margin-bottom: 0;
}
@media (max-width: 576px) {
	.card.text {
		font-size: 14px;
	}
	.card.text .card-body {
		padding: 1rem 1rem;
	}
}

.card.menu {
	font-family: Gabriela, serif;
	font-size: 20px;
	text-align: center;
	background: url('images/menu_bg.jpg') repeat;
	color: #242424;
}
.card.menu .card-body {
	padding: 10px 10px;
}
.card.menu h2 {
	font-size: 40px;
	margin-top: 0;
}
.card.menu p {
	line-height: 1.1;
}
.card.menu p:last-child {
	margin-bottom: 0;
}
@media (max-width: 992px) {
	.card.menu p {
		line-height: 1;
		margin-bottom: 5px;
	}

}

@media (min-width: 1200px) and (max-width: 1460px) {
	div.section:not(.menu_section) .col-xl-1 {
		flex: 0 0 3.333333%;
		max-width: 3.333333%;
	}
	div.section:not(.menu_section) .col-xl-4 {
		flex: 0 0 45.333333%;
		max-width: 45.333333%;
	}
}

/* Images */

.dot {
	height: 100px;
	width: 100px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
}


/* Page accueil */

div.home_section {
	background-image: url('images/julien.jpg');
	color: #fff;
}
div.home_section div.bottom {
	bottom: 8vh;
}
@media (max-width: 576px) {
	div.home_section div.bottom {
		bottom: 1vh;
	}
}
div.home_section h1 {
	font-family: Gabriela, serif;
	font-size: 80px;
	margin-top: 10vh;
	margin-bottom: 5vh;
}
div.home_section h2 {
	font-size: 60px;
}
div.home_section h3 {
	font-size: 40px;
}
@media (max-width: 576px) {
	div.home_section h1 {
		font-size: 60px;
	}
	div.home_section h2 {
		font-size: 50px;
	}
	div.home_section h3 {
		font-size: 30px;
	}
}


/* Page présentation */

div.presentation_section {
	/*background-image: url('images/plat1.jpg');*/
	background-image: url('images/julien2.jpg');
}

/* Page prestation */

div.prestation_section {
	background-image: url('images/table1.jpg');
	/*font-family: Gabriela, serif;*/
}
div.prestation_section .alert {
	font-size: 20px;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
@media (max-width: 576px) {
	div.prestation_section .alert {
		font-size: 16px;
	}
}

/* Page menu */

div.menu_section {
	/*background-image: url('images/plat4.jpg');*/
	background-image: url('images/jardin.jpg');
}

/*
@media (min-width: 768px) {
	div.menu_section .col-md-1 {
		flex: 0 0 3.333333%;
		max-width: 3.333333%;
	}
	div.menu_section .col-md-1 {
		flex: 0 0 3.333333%;
		max-width: 3.333333%;
	}
	div.menu_section .col-md-4 {
		flex: 0 0 38.333333%;
		max-width: 38.333333%;
	}
}
*/

@media (min-width: 1200px) and (max-width: 1460px) {
	div.menu_section .offset-xl-1 {
		margin-left: 3.333333%;
	}
	div.menu_section .col-xl-4 {
		flex: 0 0 42.333333%;
		max-width: 42.333333%;
	}
	div.menu_section .col-xl-3 {
		flex: 0 0 30%;
		max-width: 30%;
	}
	div.menu_section .col-xl-3 {
		flex: 0 0 30%;
		max-width: 30%;
	}
	div.menu_section .offset-xl-3 {
		margin-left: 20%;
	}
}

/* Page galerie */

div.galerie_section {
	background-image: url('images/sapin.jpg');
	color: #fff;
}

div.galerie_section div.photos {
	padding-left: 2em;
	padding-right: 2em;
}
div.galerie_section div.photos div.photo {
	text-align: center;
	margin-bottom: 2em;
}
div.galerie_section div.photos div.photo img {
	/*max-height: 15em;*/
	max-width: 100%;
}

/* Page contact */

div.contact_section {
	background-image: url('images/chalet1.jpg');
	color: #fff;
}
div.contact_section h2 {
	font-size: 40px;
	margin-bottom: 5vh;
}
div.contact_section .card-body {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 26px;
	/*color: #444;*/
}
div.contact_section .dot {
	width: 160px;
	height: 160px;
	background: cadetblue;
	padding-top: 14px;
}
div.contact_section .contact_item {
	font-size: 30px;
}
div.contact_section .contact_item .card-body {
	padding-top: 40px;
	padding-bottom: 40px;
}
div.contact_section .contact_item img {
	margin-bottom: 30px;
}
div.contact_section .contact_item a, div.contact_section .contact_item a:hover {
	color: #fff;
}
@media (max-width: 576px) {
	div.contact_section .card-body {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 16px;
	}
	div.contact_section .contact_item {
		font-size: 18px;
	}
	div.contact_section .contact_item img {
		max-height: 48px;
		margin-bottom: 10px;
	}
}

/* Impression / export PDF */

@media print {
	#fp-nav {
		display: none;
	}
}

/* First page (old) */

.div_of_4_square .row .col-6:first-child {
	padding-right: 0;
}
.div_of_4_square .row .col-6:last-child {
	padding-left: 0;
	border-left: 7px solid #fff;
}

.main_presentation {
	padding: 10px 20px;
	font-size: 36px;
}
.main_presentation h1, .main_presentation h2 {
	font-family: Gabriela, serif;
	color: #222;
}
.main_presentation h1 {
	font-size: 70px;
	margin-top: 70px;
}
.main_presentation h2 {
	font-size: 50px;
	margin-bottom: 70px;
}
.divider {
	height: 7px;
	background: #fff;
}
.hide {
	display: none;
}