/* Condensed Light */
@font-face {
	font-family: "Roboto Condensed";
	src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url("../fonts/roboto/RobotoCondensed-Light.ttf") format('truetype');
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: "Roboto Condensed";
	src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url("../fonts/roboto/RobotoCondensed-LightItalic.ttf") format('truetype');
	font-style: italic;
	font-weight: 300;
}

/* Condensed Normal */
@font-face {
	font-family: "Roboto Condensed";
	src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url("../fonts/roboto/RobotoCondensed-Regular.ttf") format('truetype');
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: "Roboto Condensed";
	src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url("../fonts/roboto/RobotoCondensed-Italic.ttf") format('truetype');
	font-style: italic;
	font-weight: 400;
}

/* Condensed Bold */
@font-face {
	font-family: "Roboto Condensed";
	src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url("../fonts/roboto/RobotoCondensed-Bold.ttf") format('truetype');
	font-style: normal;
	font-weight: 700;
}
@font-face {
	font-family: "Roboto Condensed";
	src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url("../fonts/roboto/RobotoCondensed-BoldItalic.ttf") format('truetype');
	font-style: italic;
	font-weight: 700;
}

:root{
	--html-font-size-ratio-1: calc(15 / 16); /* 0.9375 */
	--html-font-size-ratio-2: calc(14 / 16); /* 0.8750 */
	--header-global-padding-TB: 5px;
	--header-top-coordonnees-height: 35px;
	--header-top-logo-padding-T: 10px;
	--header-top-logo-height: 55px;
	--header-space-between-logo-menu-h: 13px;
	--header-menu-bottom: 2px;
	--header-menu-h-height: 30px;
	--header-global-height: calc(
		var(--header-global-padding-TB) * 2
		+ var(--header-top-coordonnees-height)
		+ var(--header-top-logo-padding-T)
		+ var(--header-top-logo-height)
		+ var(--header-space-between-logo-menu-h)
		+ var(--header-menu-h-height)
		+ var(--header-menu-bottom));
	--header-before-height: calc(var(--header-global-height) + 15px);
	--header-top-entete-padding-T: 38px;
	--media-only-screen-ratio-1: 0.62;
	--media-only-screen-ratio-2: 0.58;
}

html {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: normal;
	line-height: normal;
	color: rgb(60 60 60);
	overflow-y: scroll;
	font-size: 16px;
}

/*si la largeur de l'écran est inférieure ou égale */
@media only screen and (max-width: 991px) {
	html {font-size: 15px;}
}

/*si la largeur de l'écran est inférieure ou égale */
@media only screen and (max-width: 767px) {
	html {font-size: 14px;}
}



body {
	background-color: rgba(255, 255, 255, 1);
	margin: 0;
}

header {
	background-image: url('../img/back_header_03.jpg');
	background-position: top center ;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
			box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);*/
	/*min-height: 73px;*/
	/*padding: 5px 0;*/
	background-color: rgb(242 242 242);
}

header::before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	height: var(--header-before-height);
	pointer-events: none; /* ne bloque pas le texte */
	background: radial-gradient(circle at 50% 0, rgba(255,255,255,0) 40%, rgb(255 255 255) 100%);
}

/*header::after {
    content:"";
    position:relative;
	display: block;
    width:99%;
    z-index:-1;
	-webkit-box-shadow: 4px 5px 2px 2px rgba(0, 0, 0, 0.15);
			box-shadow: 4px 5px 2px 2px rgba(0, 0, 0, 0.15);
}*/

main {
	min-height: calc(100vh - 110px);
	padding: 10px 0 30px 0;
}

footer {
	/*background-image: url('../img/back_header_02.jpg');*/
	background-position: top center ;
/*	-webkit-box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.25);
			box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.25);*/
	background-color: rgba(255, 255, 255, 1);
}

footer::before {
    content:"";
    position:relative;
	display: block;
    width:99%;
    z-index:-1;
	-webkit-box-shadow: 4px 0 2px 2px rgba(0, 0, 0, 0.15);
			box-shadow: 4px 0 2px 2px rgba(0, 0, 0, 0.15);
}


p {
	display: block;
	line-height: normal;
	font-size: 1rem;
	text-align: justify;
    margin: 1rem 0;
}

p:first-child {
	margin-top: 0;
}

p:last-child {
	margin-bottom: 0;
}

h1 {
	font-weight: 400;
	font-size: 1.8rem;
	text-shadow: 1px 1px 1px rgba(1,1,1,0.2);
    line-height: 110%;
    margin: 2rem auto 2rem auto;
	width: -moz-fit-content;
	width: 		fit-content;
}

h2 {
	font-weight: 400;
	font-size: 1.4rem;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(1,1,1,0.2);
    letter-spacing: 0.8px;
    line-height: 110%;
    margin: 4rem 0 2rem 1rem;
}

h3 {
	font-weight: 400;
	font-size: 1.2rem;
    line-height: 110%;
    margin: 3rem 0 0.50rem 0;
}

a {
    color: rgba(51, 129, 255, 1);
}

a:hover {
    text-decoration: underline;
}

.container {
	margin: 0 auto;
    max-width: 1280px;
    width: 90%;
}




/***********************************/
/***********************************/
/****           HEADER          ****/
/***********************************/
/***********************************/
.header-global {
	display: block;
	position: relative;
	line-height: normal;
	height: var(--header-global-height);
	padding: var(--header-global-padding-TB) 5px;
	/*background-color: rgb(242 242 242);*/
	/*background-image: url('../img/back_header_02.jpg');
	background-position: top center;*/
	/*-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
			box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);*/
}

.header-top a {
	text-decoration: none;
}

.header-top .coordonnees {
	width: 100%;
	height: var(--header-top-coordonnees-height);
	text-align: right;
}

.header-top .adresse {
	display: inline-block;
	padding-right: 10px;
}

.header-top a.tel {
	display: inline-block;
	padding: 5px 15px;
	font-weight: 700;
	font-size: 1.2rem;
	border-radius: 2rem;
	color: inherit;
	/*background-color: rgba(240,209,93,1);*/
	background: linear-gradient(
		to left,
		rgba(236,185,45,0.9) 0%,
		rgba(255,225,120,0.9) 30%,
		rgba(255,225,120,0.9) 70%,
		rgba(236,185,45,0.9) 100%
	);
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
			box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
}

.header-top a.tel:hover {
	color: rgba(85, 85, 85, 1);
	/*background-color: rgba(218,176,76,1);*/
	filter: brightness(1.1) saturate(1.05);
}

.header-top .logo {
	width: auto;
	padding: var(--header-top-logo-padding-T) 0 0 1rem;
	height: var(--header-top-logo-height);
}

.header-top .entete { /* Zone de texte à côté du logo */
	display: inline-block;
	position: relative;
	font-weight: 300;
	font-size: 1.5rem;
	text-shadow: 1px 1px 1px rgba(1,1,1,0.2);
	line-height: normal;
	text-align: center;
	vertical-align: top;
	padding: var(--header-top-entete-padding-T) 0 0 20px;
}

.header-top .message {
	line-height: 2;
	font-weight: 300; /* Light */
	color: rgba(51, 129, 255, 1);
}

.header-menu {
	display: block;
	position: absolute;
	bottom: var(--header-menu-bottom);
	right: 0;
}

.header-menu a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	color: inherit;
}

.menu-v-bouton {
	position: relative;
	z-index: 1;
	padding-right: 10px;
	font-size: 0.9rem;
}

a.menu-v-bouton {
	display: none;
	height: 30px;
	line-height: 30px;
}

.menu-v-bouton i.material-icons {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
}

.menu-v-bouton span.menu {
	vertical-align: top;
    padding-left: 5px;
}

.menu-h {
	float: right !important;
	overflow-x: auto;
	overflow-y: hidden;
	/*background-color: unset;*/
	margin: 0 auto;
	height: var(--header-menu-h-height);
	white-space: nowrap;
}

ul.menu-h {
	position: relative;
	padding-left: 0;
	list-style-type: none;
}

ul.menu-h li {
	transition: background-color 0.3s;
	float: left;
}

.menu-h .tab {
	display: inline-block;
	text-align: center;
    line-height: var(--header-menu-h-height);
    height: var(--header-menu-h-height);
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

.menu-h .tab a {
	color: rgba(0, 0, 0, 0.7); /* Texte onglets inactifs */
	display: block;
	/*width: 100%;*/
	height: 100%;
	padding: 0 10px;
	font-size: 0.9rem;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease;
			transition: color 0.3s ease, background-color 0.3s ease;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
}

.menu-h .tab a:focus,
.menu-h .tab a:focus.active {
	background-color: rgba(64, 64, 64, 0.1); /* -M */ /* Couleur de fond au clic */
}

.menu-h .tab a:hover,
.menu-h .tab a.active {
	color: inherit; /* rgba(0, 0, 0, 0.8) */ /* Texte onglet actif et au survol */
	background-color: rgba(64, 64, 64, 0.1); /* Couleur de fond onglet actif 51, 129, 255 */
}

.menu-h .tab a:hover {
	background-color: rgba(64, 64, 64, 0.2); /* Couleur de fond au survol */
}

.menu-h .tab.disabled a,
.menu-h .tab.disabled a:hover { /* Si onglet de menu Disabled */
	color: rgba(0, 0, 0, 0.4);
	cursor: default;
}

.menu-h .tab a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px; /* Épaisseur du soulignement */
	background-color: #636363; /* Couleur du soulignement */
	transform: scaleX(0); /* Initialement invisible */
	transform-origin: center; /* Animation depuis le centre */
	-webkit-transition: transform 0.3s ease;
			transition: transform 0.3s ease;
}

.menu-h .tab a:hover::after {
	transform: scaleX(1); /* Soulignement visible au survol */
}

.menu-h .tab a.active::after {
	transform: scaleX(1); /* Soulignement toujours visible */
}

/*.menu-h .tab .waves-effect {
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	vertical-align: middle;
	z-index: 1;
}*/

*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.menu-v {
	position: fixed;
	width: auto;
	left: 0;
	top: 0;
	margin: 0;
	height: calc(100% + 60px);
	height: -moz-calc(100%);
	padding-bottom: 60px;
	background-color: #fff;
	z-index: 999;
	overflow-y: auto;
	will-change: transform;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-transform: translateX(-105%);
			transform: translateX(-105%);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
			box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: transform 0.3s ease;
			transition: transform 0.3s ease;
}

.menu-v.open {
	-webkit-transform: translateX(0%);
			transform: translateX(0%);
}

ul:not(.browser-default).menu-v {
	padding-left: 0;
	list-style-type: none;
}

.menu-v li {
	float: none;
	line-height: 48px;
}

ul:not(.browser-default).menu-v > li {
	list-style-type: none;
}

.menu-v li > a {
	color: rgba(0, 0, 0, 0.87);
	display: block;
	font-size: 14px;
	font-weight: 500;
	height: 48px;
	line-height: 48px;
	padding: 0 32px;
	text-decoration: none;
}

.menu-v .tab.waves-effect {
	position: relative;
	cursor: pointer;
	/*display: inline-block;*/
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	vertical-align: middle;
	z-index: 1;
	-webkit-transition: 0.3s ease-out;
			transition: 0.3s ease-out;
}

.menu-v-overlay {
	position: fixed;
	top: 0;
	left: 0;
	/*right: 0;*/
	width: 100%;
	opacity: 0;
	height: 120vh;
	background-color: rgba(0, 0, 0, 0);
	z-index: 997;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: opacity 0.3s ease, background 0.3s ease, visibility 0.3s;
			transition: opacity 0.3s ease, background 0.3s ease, visibility 0.3s;
}

.menu-v-overlay.open {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.5);
	visibility: visible;
	pointer-events: all;
	-webkit-transition: opacity 0.3s ease, background 0.3s ease, visibility 0s;
			transition: opacity 0.3s ease, background 0.3s ease, visibility 0s;
}




/*****************************/
/*****************************/
/****        Pages        ****/
/*****************************/
/*****************************/

section:nth-of-type(odd) {
	padding-bottom: 5rem;
    /*background-color: #f9f9f9;*/
}

section:nth-of-type(even) {
	padding: 10px;
    background-color: rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
			box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
}

.raccourci-photos {
	text-align: right;
}

.raccourci-photos a {
	font-size: 1rem;
	background-color:rgb(242 242 242);
	border-radius: 1rem;
	height: 2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	padding: 0 10px;
	/*margin: 0 0 0 auto;*/
	color: inherit; /* Couleur de l'icône */
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Ombre légère (optionnel) */
	-webkit-transition: all 0.3s;
			transition: all 0.3s;
}

.raccourci-photos a:hover {
	background-color: #ddd; /* Fond plus foncé au survol */
}

.raccourci-photos i.material-icons {
	font-size: 1rem;
	padding-right: 5px;
}

a.retour-haut {
	position: fixed;
	right: 20px;
	bottom: 20px;
	background-color:rgb(242 242 242);
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none; /* Supprime le soulignement */
	color: inherit; /* Couleur de l'icône */
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Ombre légère (optionnel) */
	-webkit-transition: all 0.3s;
			transition: all 0.3s;
	z-index: 1000;
}

a.retour-haut:hover {
	background-color: #ddd; /* Fond plus foncé au survol */
	transform: translateY(-5px); /* Légère montée au survol */
}

.retour-haut i.material-icons {
	font-size: 1.5rem;
}

.photo_container {
	display: block;
	width: -moz-fit-content;
	width: 		fit-content;
	/*display: table;*/
	border-spacing: 0;
	max-width: 100%;  
	margin: 0 auto;
}

.photo_container + .photo_container {
	margin-top: 50px;
}

.photo_container img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}

.photo_container figcaption {
	/*display: table-caption;
	caption-side: bottom;*/
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
	text-align: center;
	background-color: rgba(0,0,0,0.1);
	font-size: 0.9rem;
	color: inherit;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}

.photo_container.w-33 {
	max-width: 415px;
}

.photo_container.w-50 {
	max-width: 640px;
}

.photo_container.h-50 {
	max-width: 480px;
}

.photo_container.w-75 {
	max-width: 935px;
}

.galerie {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
	padding-top: 2rem;
}

.galerie .photo_container + .photo_container {
	margin-top: 0;
}

.maps {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* ratio 16:9 */
    height: 0;
    overflow: hidden;
}

.maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}





/***********************************/
/***********************************/
/****        Breakpoints        ****/
/***********************************/
/***********************************/

/* si la largeur de l'écran est inférieure ou égale */
@media only screen and (max-width: 1039px) {
  	/*.menu-h .tab a {
		padding: 0 7px;
	}*/
	.galerie {
		grid-template-columns: repeat(3, 1fr);
	}
}

/*si la largeur de l'écran est inférieure ou égale */
@media only screen and (max-width: 995px) {
	html {
		font-size: 15px;
	}
	header::before {
		height: calc(
			var(--header-global-padding-TB) * 2
			+ var(--header-top-coordonnees-height)
			+ var(--header-top-logo-padding-T)
			+ var(--header-top-logo-height) * var(--html-font-size-ratio-1)
			+ var(--header-space-between-logo-menu-h)
			+ var(--header-menu-h-height)
			+ var(--header-menu-bottom)
			+ 5px);
	}
	.header-global {
		height: calc(
			var(--header-global-padding-TB) * 2
			+ var(--header-top-coordonnees-height)
			+ var(--header-top-logo-padding-T)
			+ var(--header-top-logo-height) * var(--html-font-size-ratio-1)
			+ var(--header-space-between-logo-menu-h)
			+ var(--header-menu-h-height)
			+ var(--header-menu-bottom));
	}
	.header-top .logo {
		height: calc(var(--header-top-logo-height) * var(--html-font-size-ratio-1));
	}
	.header-top .entete {
		padding-top: calc(var(--header-top-entete-padding-T) * var(--html-font-size-ratio-1));
	}
}

/* si la largeur de l'écran est inférieure ou égale */
@media only screen and (max-width: 930px) {
	header::before {
		height: calc(
			var(--header-global-padding-TB) * 2
			+ var(--header-top-coordonnees-height)
			+ var(--header-top-logo-padding-T)
			+ var(--header-top-logo-height) * var(--html-font-size-ratio-1) * var(--media-only-screen-ratio-1)
			+ var(--header-space-between-logo-menu-h)
			+ var(--header-menu-h-height)
			+ var(--header-menu-bottom)
			+ 15px);
	}
	.header-global {
		height: calc(
			var(--header-global-padding-TB) * 2
			+ var(--header-top-coordonnees-height)
			+ var(--header-top-logo-padding-T)
			+ var(--header-top-logo-height) * var(--html-font-size-ratio-1) * var(--media-only-screen-ratio-1)
			+ var(--header-space-between-logo-menu-h)
			+ var(--header-menu-h-height)
			+ var(--header-menu-bottom));
	}
	.header-top .logo {
		height: calc(var(--header-top-logo-height) * var(--html-font-size-ratio-1) * var(--media-only-screen-ratio-1));
	}
	.header-top .entete {
		padding-top: calc(var(--header-top-entete-padding-T) * var(--html-font-size-ratio-1) * var(--media-only-screen-ratio-1) * 0.85);
	}
}

/*si la largeur de l'écran est inférieure ou égale */
@media only screen and (max-width: 770px) {
	html {
		font-size: 14px;
	}
	header::before {
		height: calc(
			var(--header-global-padding-TB) * 2
			+ var(--header-top-coordonnees-height)
			+ var(--header-top-logo-padding-T)
			+ var(--header-top-logo-height) * var(--html-font-size-ratio-2)
			+ var(--header-space-between-logo-menu-h)
			+ var(--header-menu-h-height)
			+ var(--header-menu-bottom)
			+ 15px
		);
	}
	.header-global {
		height: calc(
			var(--header-global-padding-TB) * 2
			+ var(--header-top-coordonnees-height)
			+ var(--header-top-logo-padding-T)
			+ var(--header-top-logo-height) * var(--html-font-size-ratio-2)
			+ var(--header-space-between-logo-menu-h)
			+ var(--header-menu-h-height)
			+ var(--header-menu-bottom)
		);
	}
	.header-top {
		text-align: center;
	}
	.header-top .logo {
		padding-left: 30px;
		padding-right: 30px;
	}
	.header-top .entete {
		padding-top: 5px;
	}
}

/*si la largeur de l'écran est inférieure ou égale */
@media only screen and (max-width: 650px) {
	.menu-v-bouton {
		bottom: auto;
		top: 0;
	}
	a.menu-v-bouton {
		display: inline-block !important;
	}
	.menu-h {
		display: none !important;
	}
	.galerie {
		grid-template-columns: repeat(2, 1fr);
	}
}

/*si la largeur de l'écran est inférieure ou égale */
@media only screen and (max-width: 440px) {
	.header-top .coordonnees {
		text-align: center;
	}
	.header-top .adresse {
		display: none;
	}
	
}




/****************************************/
.accueil-container{
  display: grid;
  grid-template-columns: repeat(8,1fr);
  grid-auto-rows: 120px 120px;
  grid-gap: 5px;
  grid-auto-flow: row dense; /* row / column / dense / row dense / column dense */
}

.gallery-item{
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-item .image{
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gallery-item .image .material-placeholder{
  width: 100%;
  height: 100%;
}

.gallery-item .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  /*transition:.5s ease-in-out;*/
}

.gallery-item:hover .image img{
  /*transform: scale(1.5);*/
  /*width: auto;*/
}

#materialbox-overlay {
  background-color: #292929d6;
}

.gallery-item .text{
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: white;
  font-size: 25px;
  text-align: center;
  pointer-events: none;
  z-index: 4;
  transition: .3s ease-in-out;
  -webkit-backdrop-filter: blur(5px) saturate(1.8);
  backdrop-filter: blur(5px) saturate(1.8);
}

.gallery-item:hover .text{
  opacity: 1;
  animation: move-down .3s linear;
  padding: 1em;
  width: 100%;
}

.w-1{
  grid-column: span 1;
}

.w-2{
  grid-column: span 2;
}

.w-3{
  grid-column: span 3;
}

.w-4{
  grid-column: span 4;
}

.w-5{
  grid-column: span 5;
}

.w-6{
  grid-column: span 6;
}

.h-1{
  grid-row: span 1;
}

.h-2{
  grid-row: span 2;
}

.h-3{
  grid-row: span 3;
}

.h-4{
  grid-row: span 4;
}

.h-5{
  grid-row: span 5;
}

.h-6{
  grid-row: span 6;
}

@media screen and (max-width:500px){
  .accueil-container{
    grid-template-columns: repeat(1,1fr);
  }
  .w-1,.w-2,.w-3,.w-4,.w-5,.w-6{
  grid-column:span 1;
  }
  .h-1,.h-2,.h-3,.h-4,.h-5,.h-6{
  grid-row: span 3;
  }
  .gallery-item .image img.active {
    width: 100% !important;
  }
}



@keyframes move-down{

  0%{
    top: 10%;
  }
  50%{
    top: 35%;
  }
  100%{
    top: 50%;
  }
}


/****************************************/
.carousel .indicators .indicator-item {
	height: 6px;
	width: 6px;
	margin: 10px 4px;
	/*background-color: rgba(51, 129, 255, 0.25);*/
}

.carousel .indicators .indicator-item.active {
	/*background-color: rgba(51, 129, 255, 1);*/
}

.separateur {
	padding: 1rem 0;
}

.separateur:first-child {
	padding-top: 0;
}

.separateur:last-child {
	padding-bottom: 0;
}

.diaporama {
	width: 50%;
	margin: 0 auto;
}

/****************************************/

footer .reseaux {
	font-size: 0.9rem;
	color: inherit;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0px;
}

.rs {
	display: inline-block;
	height: 1.5rem;
	margin: 0 0.5rem;
	vertical-align: middle;
}

.rs a {
	display: inline-block;
	height: 100%;
	text-decoration: none;
}

.rs a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.rs img {
	width: auto;
	vertical-align: middle;
}

.rs a img:first-child {
	height: 100%;
	border: none;
	border-radius: 3px;
	margin-right: 0.25rem;
}

.rs-facebook {
	height: 0.8rem;
}

.rs-instagram {
	height: 1.4rem;
}

footer .footer-copyright {
	font-size: 0.9rem;
	color: rgba(0, 0, 0, 0.4);
	/*min-height: 35px;*/
	text-align: center;
}

.materialbox-caption {
	height: unset;
	line-height: unset;
	bottom: unset;
	min-height: 20px;
	text-align: center;
	background: rgba(255, 255, 255, 0.6);
	padding: 5px 5px;
	/*border-radius: 4px;*/
	color: black;
}

#materialbox-overlay {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}