@font-face {
    font-family: 'MAZIUS REVIEW ITALIC';
    src: url('../fonts/MAZIUSREVIEW2009-Extraitalic.woff2') format('woff2'),
        url('../fonts/MAZIUSREVIEW2009-Extraitalic.woff') format('woff'),
        url('../fonts/MAZIUSREVIEW2009-Extraitalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'MAZIUS REVIEW';
    src: url('../fonts/MAZIUSREVIEW2009-Regular.woff2') format('woff2'),
        url('../fonts/MAZIUSREVIEW2009-Regular.woff') format('woff'),
        url('../fonts/MAZIUSREVIEW2009-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

body {
	overflow-x: hidden;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 1140px !important;
}


h1, h2, h3 {
    font-family: "Cormorant Garamond", serif;
	font-style: italic;
    line-height: 1;
    font-weight: 300;
}

p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

strong {
	font-weight: 700;
}

.raleway {
	font-family: "Raleway", sans-serif !important;
	font-weight: 600;
	letter-spacing: normal !important
}

h1 {
	font-size: 80px;
	color: #000;
}

h1#titre-home {
	font-size: 80px;
	margin-top: -60px;
	margin-bottom: 25px;
	color: #000;
	line-height: 0.9;
}

h2 {
	font-size: 60px;
}

h3 {
	font-size: 40px;
}


#titre-page h1 {
	font-size: 60px;
} 

#contenu-page h2 {
	font-size: 2rem;
} 

#contenu-page h3 {
	font-size: 1.7rem;
} 

#contenu-page h4 {
	font-size: 1.3rem;
} 

#contenu-page {
	padding: 75px 15px;
}


a.btn {
	border-radius: 50px;
	-webkit-border-radius: 50px;
	padding: 10px 15px;
}

a.btn-vert {
	background : #318174;
	color: #fff;
    font-family: "Cormorant Garamond", serif;
	text-transform: uppercase;
	font-size: 15px;
}

a.btn-vert:hover {
	background : #4FC1AE;
	color: #fff;
}

a.btn-blanc {
	background : #fff;
	color: #000;
    font-family: "Cormorant Garamond", serif;
	text-transform: uppercase;
	font-size: 15px;
}

a.btn-blanc:hover {
	background : #4FC1AE;
	color: #fff;
}

.btn-rdv-header {
	margin-left: 20px;
}

a.lien {
	color: #000;
	text-decoration: none;
}


img {
	max-width: 100%;
}

.shadow-noir {
	box-shadow: 10px -10px 0px 0px rgba(0, 0, 0, 1);
}

.section-padd-50 {
	padding: 50px 0px;
}

.section-padd-75 {
	padding: 75px 0px;
}


.section-padd-100 {
	padding: 100px 0px;
}

.bg-rose {
	background: #FFF1EE;
}

.nav-link {
	color: #000;
}

.nav-link:hover {
	color: #4FC1AE;
}

.nav-link:active {
	color: #4FC1AE;
}



#lelabfullscreen {
	width: 100%;
}

.social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #000;
	color: #fff;
	font-size: 20px;
	transition: background-color 0.3s ease;
	text-decoration: none;
}

.social-icon:hover {
	background-color: #4FC1AE;
	color: #fff;
}

#rassurance img {
	margin-bottom: 20px;
}
#rassurance .titre-rassurance {
	font-family: "Raleway", Sans-serif;
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
}

#listing-ateliers .card {
	border: none;
	background: #FFF1EE;
	border-radius: 12px;
    transition: box-shadow 0.3s ease-in-out;
}

#listing-ateliers .card:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

#listing-ateliers .card h3 {
    font-family: "Cormorant Garamond", serif;
	font-style: italic;
    text-align: center;
    font-size: 1.5rem !important;
    min-height: 70px;
}

#listing-ateliers .info-card {
	min-height: 168px;
}

#listing-ateliers .card p.info-comp {
	text-align: right;
	font-weight: 600;
}

.d-flex.flex-column.flex-md-row.align-items-stretch {
}

.info-item-qsn {
	margin: 0px 20px;
	text-align: left;
}

.num-item {
    font-family: "Cormorant Garamond", serif;
	font-style: italic;
	font-size: 60px;
	font-weight: 400;
}

.info-item-qsn {
    flex: 1; /* Assure que le div prend la même hauteur que l'image */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info-item-qsn h3 {
    font-family: "Cormorant Garamond", serif;
	font-style: italic;
	font-size: 40px;
	font-weight: 400;
	font-style: italic;	
}

.mtr-80 {
	margin-top: -80px
}

.logo-marque {
	max-width: 180px;
	margin: 15px;
	transition: transform 0.2s ease;
}

.logo-marque:hover {
	transform: scale(1.05);
}

#gmap {
	position: relative;
	padding-bottom: 56.25%; /* Ratio 16:9 */
	height: 0;
	overflow: hidden;
	border-radius: 16px;
	margin-bottom: 2rem;
	border-radius: 12px;
}

#gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

tbody tr th {
	font-size: 16px;
	font-weight: 300;
}

footer {
	padding: 50px 15px;
}

.lien-footer a {
	font-style: none;
	color: #000;
	text-decoration: none;
	margin: 5px;
	font-size: 14px;
}

.lien-footer a:hover {
	color: #4FC1AE;
}

footer .social-icon {
	background-color: #FFF1EE;
	color: #000;
}

footer .social-icon:hover {
	background-color: #4FC1AE;
	color: #fff;
}

#cc-main .cm__btn {
	background: #318174;
	border-color: #318174;
}

#cc-main .cm__btn:hover {
	background: #4FC1AE;
	border-color: #4FC1AE;
}

@media (max-width: 767px) {
	h1#titre-home {
		font-size: 50px;
		margin-top: -25px;
	}
	
	h2 {
		font-size: 45px;
	}
	
	.mtr-80 {
		margin-top:0px
	}
	
	.btn-rdv-header {
		margin-left: 0px;
	}

	
}