h1 {
	font-size: 3rem !important;
}

h2 {
	font-size: 2.5rem !important;
}

h3 {
	font-size: 3rem !important;
}

h4{
	font-size: 2.5rem !important;
	font-weight: bold !important;
  }


div.galerie {
	display: grid;
	grid-template-columns: 300px 664px 300px;
}

div.parties {
	background: linear-gradient(pink, rgb(20, 130, 170)) !important;
	padding: 20px;
	margin-top: 60%;
	z-index: 2 !important;
}

#title {
	margin-top: -2%;
	margin-left: 20px;
	color: white;
	text-align: center;
}

#content {
	visibility: hidden;
}

#scroll {
	width: 100px !important;
}

.center {
	text-align: center !important;
}



#demande,
#mairie,
#question,
#fete {
	padding-top: 100px;
}

.passing_zero {
	padding: 0px !important;
}

body {
	/*padding:20px;*/
	background-image: url(../img/photographe/15hq.jpg) !important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;

	scroll-behavior: smooth;
	padding-top: 100px;
	background-color: black !important;
	font-size: 32px !important;
}

nav {
	position: fixed !important;
	width: 100%;
	margin-top: -100px;
	z-index: 2 !important;
}

.carte_postale {
	transform: rotate(20deg);
	position: absolute;
	margin-top: -10px;
	margin-left: 70%;
	width: 300px;
	z-index: 1 !important;
	overflow: hidden;
}

img {
	width: 100%;
}

img.cent {
	height: 100%;
}

@media (width <=1250px) {
	.a_retirer_mobile {
		display: none;
	}

	.carte_postale {
		margin-top: -100px;
		margin-top: -150px;
		margin-left: 70%;
		width: 30%;

	}
}

.un {
	background-image: url(../img/photographe/1.jpg);
	background-size: cover;
}

.un:hover {
	background-color: black !important;
	background-image: url(../img/photographe/11.jpg);
}

.deux {
	background-image: url(../img/photographe/2.jpg);
	background-size: cover;
}

.deux:hover {
	background-color: black !important;
	background-image: url(../img/photographe/12.jpg);
}

.trois {
	background-image: url(../img/photographe/3.jpg);
	background-size: cover;
}

.trois:hover {
	background-color: black !important;
	background-image: url(../img/photographe/13.jpg);
}

.quatre {
	background-image: url(../img/photographe/4.jpg);
	background-size: cover;
}

.quatre:hover {
	background-color: black !important;
	background-image: url(../img/photographe/14.jpg);
}

.cinq {
	background-image: url(../img/photographe/5.jpg);
	background-size: cover;
}

.cinq:hover {
	background-color: black !important;
	background-image: url(../img/photographe/15.jpg);
}

.six {
	background-image: url(../img/photographe/6.jpg);
	background-size: cover;
}

.six:hover {
	background-color: black !important;
	background-image: url(../img/photographe/16.jpg);
}

.sept {
	background-image: url(../img/photographe/7.jpg);
	background-size: cover;
}

.sept:hover {
	background-color: black !important;
	background-image: url(../img/photographe/17.jpg);
}

.huit {
	background-image: url(../img/photographe/8.jpg);
	background-size: cover;
}

.huit:hover {
	background-color: black !important;
	background-image: url(../img/photographe/18.jpg);
}

.neuf {
	background-image: url(../img/photographe/9.jpg);
	background-size: cover;
}

.neuf:hover {
	background-color: black !important;
	background-image: url(../img/photographe/19.jpg);
}


.hide {
	visibility: hidden;
}

.case {
	background-color: goldenrod;
	margin: 10px;
	border-radius: 5px;
	padding: 0px !important;
	color: black;
	font-weight: bold;
}

.case.reserve {
	background-color: lightgrey;
}


.white,
nav a,
.white a {
	color: white !important;
}

a,
.case a {
	color: black !important;
}

div .case:hover a {
	color: white !important
}

div .case:hover {
	background-color: rgb(20, 130, 170);
}

div .case.reserve:hover {
	background-color: grey;
	color: black;
}

div .case.reserve:hover a {
	color: black !important;
}


.case p {
	margin-top: 10px;
}

.petit {
	max-width: 500px;
}

* {
	box-sizing: border-box;
}

html,
body,
#container {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
}

#container {
	background-color: rgba(0, 0, 0, 0.9);
	image-rendering: pixelated;
	overflow: hidden;
	position: fixed;
}

#petales {
	background: url('../img/japon/flying-cherry-petals-png.webp');
	animation: loop 300s linear infinite;
	z-index: -2 !important;
}

#petales {
	width: 200%;
	height: 100%;
	background-size: 20%;
	bottom: 0;
	left: 0;
	position: fixed;
}

@keyframes loop {
	from {
		transform: translateY(-100%) translateX(-20%);
	}

	to {
		transform: translateY(10000px) translateX(1000px);
	}
}
