@charset "iso-8859-1";


/* ******* */
/* FICHIERS STYLE */
/* ******* */

/* @font-face{
	font-family: 'lato black';
	src: url('./fonts/lato/lato-black.eot');
	src: url('./fonts/lato/lato-black.eot?#iefix') format('embedded-opentype'),
		 url('./fonts/lato/lato-black.woff2') format('woff2'),
		 url('./fonts/lato/lato-black.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: 'lato regular';
	src: url('./fonts/lato/lato-regular.eot');
	src: url('./fonts/lato/lato-regular.eot?#iefix') format('embedded-opentype'),
		 url('./fonts/lato/lato-regular.woff2') format('woff2'),
		 url('./fonts/lato/lato-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: 'lato bold';
	src: url('./fonts/lato/lato-bold.eot');
	src: url('./fonts/lato/lato-bold.eot?#iefix') format('embedded-opentype'),
		 url('./fonts/lato/lato-bold.woff2') format('woff2'),
		 url('./fonts/lato/lato-bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
} */



/* Older browsers */

html{ 
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
    font-size: 1.6rem;
    line-height: 150%;
    /* overflow-x: hidden; */
	margin: 0;
	font-family: "Lexend", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
  	color: var(--gray-600);
}


input[type=submit]{
	-webkit-appearance: none;
	border-radius: 0;
}


*{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.lt-ie7 *{behavior:url(../scripts/boxsizing.htc)}



a, a:hover, a:focus{
		-moz-transition: background 0.3s, color 0.3s;
		-webkit-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}



/* ---------------
APPARENCE DES IMAGES
-----------------*/
img{
	border:0;
	vertical-align: bottom;
	max-width:100%;
	/* width: 100%; */
	height: auto;
}
.map img{
	max-width:inherit;
}

/* Images */
.alignleft {
	float: left;
	clear: both;
}
.alignright {
	float: right;
	clear: both;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}

.fixed-size-img {
	flex-shrink: 0;
	width: 540px;
	height: 420px;
	object-fit: cover;
	display: block;
	border-radius: 32px; /* ajustez la valeur selon le rendu souhaité */
}

/* .galeryHome > div {
	display: flex;
	gap: 48px;
	flex-wrap: nowrap;         /* empêche le retour à la ligne */
	/*justify-content: flex-start; /* aligne à gauche (le centrage n’est plus possible avec nowrap) */
	/*align-items: center;
	overflow-x: auto;          /* scroll horizontal si trop large */
	/*-webkit-overflow-scrolling: touch; /* pour un scroll fluide sur iOS */
	/*padding-top:44px;
} */

.btn-primary-light-medium{
	margin-bottom:44px;
}




