@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;800&display=swap');

.fs-10 {
	font-size: 10px;
}

.fs-12 {
	font-size: 12px;
}

.fs-13 {
	font-size: 13px;
}

.flex-1 {
	flex: 1;
}

.yellow {
	color: #d4af00;
}

/* Utilisation de la police dans votre règle CSS */
body {
	font-family: 'Montserrat', sans-serif;
}

#btn-etude {
	background: #d4af00;
	color: #fff;
	border-radius: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

.navbar {
	background-color: #fff;
}

.navbar-nav .nav-link.decorated::after {
	content: '';
	display: block;
	width: 85%;
	height: 1px;
	background-color: #dbdbdb;
	margin: 0 auto;
	margin-top: 5px;
}

.navbar-nav .nav-link:hover {
	color: #d4af00;
}

.banner {
	position: relative
}

.banner>img {
	border-radius: 30px;
}

.banner-text {
	position: absolute;
	right: -10px;
	top: 47%;
	color: #fff;
	border: 2px solid;
	padding: 5px 25px;
	transform: rotate(90deg);
	font-size: 1.2rem;
	font-weight: bold;
	z-index: 2;
}

.fil-arianne {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
}

.fil-arianne-container {
	background-color: rgba(9, 9, 9, 0.9);
	height: 50px;
	padding: 0 30px;
	display: flex;
	align-items: center;
	border-radius: 0 0 30px 30px;
}

.fil-arianne-container a {
	color: #fff;
	text-decoration: none;
}

#calcul-tarif {
	background-color: #d4af00;
	color: #fff;
	padding: 15px 45px;
	border: 3px solid #fff;
	border-radius: 30px;
	position: relative;
	font-weight: bold;
	display: block;
	margin: auto;
	font-size: 1.1rem;
}

#homepage .banner #calcul-tarif {
	top: -30px;
}

#assurance-hotel-page #calcul-tarif {
	top: 35px;
}

#arrow-right {
	width: 20px;
}

h2 {
	text-transform: uppercase;
	/* line-height: 3rem; */
	text-align: center;
}

h3 {
	font-size: 1.5rem;
	text-transform: uppercase;
	line-height: 3rem;
	text-align: center;
}

.h2-decoration {
	width: 160px;
	display: inline-block;
	height: 2px;
	background-color: #d4af00;
	margin-bottom: 7px;
	margin-right: 15px;
}

#homepage #section1 {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 250px;
	padding-bottom: 60px;
}

#homepage #section1 h2 {
	line-height: 1.4;
}

#homepage #section1 .box-section1 img {
	height: 85px;
	margin-bottom: 10px;
}

#homepage #section1 .box-section1 {
	width: 250px;
}

#homepage #section1 #section1-2 {
	margin-top: 3rem;
}

#homepage #section2 p {
	margin: 0;
}

#homepage #section2 #section2-1 {
	margin-bottom: 3rem;
}

#homepage #section2 p.text-uppercase {
	font-size: 1.2rem;
}

#homepage #section2 .box-section2 {
	height: min(33.33vw, 450px);
	width: 32%;
	position: relative;
}

#homepage #section2 .box-section2-image {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 30px;
}

#homepage #section2 .box-section2-legend {
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	border-radius: 0 0 30px 30px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#homepage #section2 .box-picto {
	position: absolute;
	bottom: 68px;
	z-index: 2;
	height: 40px;
	width: 100%;
	text-align: center;
}

#homepage #section2 .box-picto .box-section2-picto {
	height: 100%;
}

/*
Pour le carousel
*/
.section-slide {
	background-color: #efefef;
	margin-top: 6rem;
	padding-bottom: 3rem;
}

.section-slide .swiper {
	width: 100%;
	height: 200px;
}

.section-slide .swiper .swiper-slide {
	background-color: #fff;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
}

.section-slide .swiper .swiper-slide img {
	width: 100%;
}

/*
Fin -> Pour le carousel
*/

#homepage #section4 {
	color: #fff;
	background-image: url('../images/resto2.webp');
	font-size: 18px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}

#homepage #section4 #section4-backdrop {
	background-color: rgba(0, 0, 0, 0.75);
	padding-top: 3rem;
	padding-bottom: 6rem;
}

#homepage #section4 #tel-avatar {
	width: 48px;
}

#contact #side-col-contact {
	padding: 30px 15px;
	background-color: #efebe9;
	border-radius: 30px;
	margin-right: 20px;
}

.valider_information_btn {
	padding: 15px 70px;
	background-color: #d4af00;
	color: #fff;
	border: none;
	border-radius: 30px;
	font-weight: bold;
	display: block;
	margin: auto;
	margin-top: 2rem;
}

.bg-f0ece9 {
	background-color: #f0ece9;
}

.garanties-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 50px;
}

.garanties-container .list {
	padding: 25px;
	border-radius: 15px;
	border: 1px solid #f0ece9;
}

.garanties-container h4 {
	font-size: 1.2rem;
}

.garanties-container h4 span.plus-fin {
	font-size: 1rem;
}

#garanties-page .garanties-container .list>div {
	font-size: 13px;
}

#assurance-hotel-page .garantie-assurance-hotel-decoration {
	width: 28px;
	flex-grow: 0;
	flex-shrink: 0;
	height: 2px;
	background-color: #d4af00;
	margin-right: 11px;
	margin-top: 11px;
}

#promesse-valeur-page .engagements-service {
	background-color: #f0ece9;
	border-radius: 30px;
	padding: 15px;
}

.offre-restaurant {
	background: url(../images/bg-restaurant.png) no-repeat bottom right;
}

.offre-hotel {
	background: url(../images/bg-hotel.png) no-repeat bottom right;
}

.offre-cafe {
	background: url(../images/bg-cafe.png) no-repeat bottom right;
}

.btn-contact {
	background-color: #d4af00;
	color: #fff;
	padding: 10px 40px;
	border-radius: 30px;
	position: relative;
	display: inline-block;
	margin: auto;
	font-size: 1.1rem;
	font-weight: bold;
	text-decoration: none;
}

#modal_calcul_tarif .modal-dialog {
	max-width: 90vw;
}

#modal_calcul_tarif .modal-content {
	background-color: #e2e2e2;
}

#modal_calcul_tarif .form-selection-container {
	display: none;
}

#modal_calcul_tarif .choice {
	height: 500px;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
	margin: 8px;
	border-radius: 30px;
}

#modal_calcul_tarif .choice.cafe {
	background-image: url('../images/cafe.png');
}

#modal_calcul_tarif .choice.hotel {
	background-image: url('../images/hotel.png');
}

#modal_calcul_tarif .choice.restaurant {
	background-image: url('../images/resto.png');
}

#modal_calcul_tarif .choice:hover .backdrop {
	background: rgba(0, 0, 0, 0.6);
}

#modal_calcul_tarif .choice .icon {
	width: 90px;
}

#modal_calcul_tarif .choice .backdrop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	transition: all 0.5s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#modal_calcul_tarif .choice .name {
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-transform: uppercase;
}

#modal_calcul_tarif .modal-header {
	background: #d4af00;
	color: #fff;
	padding: 10px 20px;
	font-size: 1.5rem;
	text-transform: uppercase;
}

#modal_calcul_tarif .modal-title {
	width: 100%;
	text-align: center;
}

#modal_calcul_tarif .nzxt {
	font-size: 1.3rem;
	text-align: center;
	margin: 0.5rem;
}

#modal_calcul_tarif .form-select,
#modal_calcul_tarif .form-control {
	width: 40%;
	height: 32px;
	padding: 0 0 0 10px;
}

#modal_calcul_tarif .decoration-right {
	border-right: 3px solid #d4af00;
	padding-right: 12px;
	margin-right: 12px;
	text-align: right;
}

#modal_calcul_tarif .modal-footer {
	border: none;
}

#modal_calcul_tarif #recap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

#modal_calcul_tarif .vrtstt {
	width: 430px;
	height: 450px;
	object-fit: cover;
	border-radius: 30px;
}

#modal_calcul_tarif #resultat-form-content {
	width: 50%;
	margin: auto;
}

footer {
	background-color: #312f31;
	color: #fff;
	padding-top: 1.5rem;
	padding-bottom: 0.5rem;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer #footer-col-1 {
	width: 25%;
}

footer #footer-col-3 {
	width: 25%;
	text-align: center;
}

footer #footer-col-2 {
	width: 50%;
}

footer #newsletter-container {
	width: 100%;
	border-bottom: 1px solid #686868;
}

footer #newsletter-input {
	background-color: transparent;
	border: none;
	box-shadow: none;
	color: #fff;
}

footer #newsletter-label::after {
	background-color: transparent;
	border: none;
}

footer #newsletter-label {
	color: #fff;
}

footer #newsletter-form-submit {
	background-color: transparent;
	border: none;
	color: #fff;
}

footer #logo-footer {
	margin-bottom: 2.5rem;
}

.only-mobile {
	display: none;
}

#assurance-cafe-page .banner .img-fluid,
#assurance-hotel-page .banner .img-fluid,
#assurance-restaurant-page .banner .img-fluid {
	height: 400px;
	width: 100%;
	object-fit: cover;
}

#garanties-page .banner .img-fluid,
#promesse-valeur-page .banner .img-fluid,
#contact .banner .img-fluid,
#politique-confidentialite-page .banner .img-fluid,
#mentions-legales-page .banner .img-fluid {
	height: 400px;
	width: 100%;
	object-fit: cover;
}

#id_0002 {
	margin-top: 5rem
}

#id_0002 h2 {
	margin-bottom: 5rem
}

#id_0002 .row {
	justify-content: space-between;
}

@media all and (max-width: 991px) {
	.only-mobile {
		display: block;
	}

	.no-mobile {
		display: none;
	}

	.navbar .container .navbar-toggler {
		order: 1;
		flex: 1;
		border: none;
		text-align: left;
		flex-basis: 33%;
	}

	.navbar .container .navbar-brand {
		order: 2;
		flex: 1;
		margin: 0;
		flex-basis: 33%;
		text-align: center;
	}

	.navbar .container .navbar-brand img {
		height: 29px;
	}

	.navbar .container #btn-etude-mobile {
		order: 3;
		flex: 1;
		flex-basis: 33%;
	}

	.navbar .container #btn-etude {
		padding: 5px 25px;
		font-size: 10px;
		margin-left: auto;
	}

	#navbar_mobile {
		position: fixed;
		top: 57px;
		width: 100%;
		height: calc(100vh - 57px);
		background-color: #d4af00;
		color: #fff;
		z-index: 10;
	}

	#navbar_mobile a {
		display: block;
		text-align: center;
		border-top: 1px solid #fff;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 28px;
		color: #fff;
		padding: 15px 0;
		text-decoration: none;
	}

	.banner>img {
		border-radius: 10px;
	}

	#homepage .banner #calcul-tarif {
		font-size: 12px;
		padding: 0px;
		border-radius: 10px;
		top: 5px;
		padding: 5px 0;
	}

	#homepage .banner #calcul-tarif #arrow-right {
		width: 12px;
	}

	#homepage #section1 {
		padding-bottom: 0px;
	}

	#homepage #section2 {
		background-color: #312f31;
		padding-top: 20px;
		padding-bottom: 30px;
	}

	h2 {
		font-size: 16px;
		font-weight: bold;
	}

	#homepage #section2 h2 {
		color: #fff;
	}

	.h2-decoration {
		width: 60px;
	}

	#homepage #section1 .box-section1 img {
		height: 50px;
	}

	#homepage #section1 #section1-2 {
		margin-top: 1.5rem;
		gap: 15px;
	}

	#homepage #section1 .box-section1 p {
		font-size: 12px;
	}

	#homepage #section2 #section2-1 {
		margin-bottom: 1.5rem;
	}

	#homepage #section2 .box-section2-image {
		border-radius: 10px;
	}

	#homepage #section2 .box-section2-legend {
		border-radius: 0 0 10px 10px;
		font-size: 10px;
		text-align: center;
		height: 44px;
	}

	#homepage #section2 .box-picto {
		bottom: 47px;
		text-align: left;
		height: 12px;
		padding-left: 4px;
	}

	#homepage #section2 p.text-uppercase {
		font-size: 14px;
	}

	#homepage #section2 p.only-mobile {
		font-style: italic;
	}

	#homepage #section4 {
		background-size: cover;
		font-size: inherit;
		margin: 15px;
		border-radius: 10px;
		overflow: hidden;
	}

	#homepage #section4 div {
		font-size: 14px;
	}

	footer #footer-col-1 {
		display: none;
	}

	footer #footer-col-2 {
		width: 100%;
	}

	footer #footer-col-3 {
		display: none;
	}

	footer #footer-col-2 img {
		width: 160px;
	}

	footer #newsletter-container {
		margin-top: 1rem !important;
	}

	footer #newsletter-container * {
		font-size: 12px;
	}

	#assurance-cafe-page .banner .img-fluid,
	#assurance-hotel-page .banner .img-fluid,
	#assurance-restaurant-page .banner .img-fluid,
	#garanties-page .banner .img-fluid,
	#contact .banner .img-fluid,
	#politique-confidentialite-page .banner .img-fluid,
	#mentions-legales-page .banner .img-fluid {
		height: 250px;
		width: 100%;
		object-fit: cover;
		object-position: 0;
	}

	#promesse-valeur-page .banner .img-fluid {
		height: 310px;
		width: 100%;
		object-fit: cover;
		object-position: 0;
	}

	#garanties-page main {
		margin-bottom: 1rem;
	}

	.banner-text {
		top: 40%;
	}

	#promesse-valeur-page .banner-text {
		top: 43%;
	}

	#assurance-cafe-page h2,
	#assurance-hotel-page h2,
	#promesse-valeur-page h2 {
		text-align: left;
	}

	.garanties-container {
		font-size: 12px;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.garanties-container h4 {
		font-size: 14px;
	}

	.garanties-container .list {
		border-radius: 10px;
	}

	.offre-cafe,
	.offre-hotel,
	.offre-restaurant {
		background: none;
	}

	#id_0001 {
		background-image: url('../images/resto2.webp');
		background-size: cover;
		margin: 12px;
		border-radius: 10px;
		overflow: hidden;
	}

	#id_0001 h2 {
		text-align: center;
		color: #d4af00
	}

	#id_0001 .backdrop {
		background: rgba(0, 0, 0, 0.75);
		padding: 60px 30px;
		text-align: center;
	}

	#id_0001 #calcul-tarif {
		border: none;
		padding: 10px 35px;
		font-size: 14px;
		text-transform: uppercase;
		margin-top: 25px;
	}

	#promesse-valeur-page .engagements-service {
		background-color: #f0ece9;
		/*utilisation de border pour faire un espace entre les blocs*/
		border: 5px solid #fff;
		border-radius: 15px;
		padding: 10px;
		font-size: 12px;
	}

	#id_0002 {
		margin-top: 2rem;
		margin-bottom: 3rem;
	}

	#id_0002 h2 {
		margin-bottom: 2rem;
	}

	#id_0002 .row {
		justify-content: center;
	}

	#id_0002 .engagements-service .stars-container img {
		width: 15px;
	}

	#id_0002 .engagements-service .stars-container {
		margin-bottom: 0.5rem !important;
	}

	#id_0002 .engagements-service p {
		margin-bottom: 0 !important;
	}

	#contact-form-container {
		font-size: 12px;
		text-align: center;
	}

	#contact .form-control {
		font-size: 12px;
	}

	#modal_calcul_tarif .modal-dialog {
		max-width: none;
	}

	#modal_calcul_tarif .modal-header {
		font-size: 14px;
	}

	#modal_calcul_tarif .modal-body {
		font-size: 12px;
	}

	#modal_calcul_tarif .nzxt {
		margin: 0.2rem;
		font-size: 14px;
	}

	#modal_calcul_tarif .choice {
		height: 100px;
		border-radius: 10px;
	}

	#modal_calcul_tarif .choice .icon {
		width: 25px;
	}

	#modal_calcul_tarif .choice .name {
		font-size: 14px;
	}

	#modal_calcul_tarif .vrtstt {
		display: none;
	}

	#modal_calcul_tarif .decoration-right {
		padding-right: 6px;
		margin-right: 6px;
	}

	#modal_calcul_tarif #resultat-form-content {
		width: 100%;
	}

	#modal_calcul_tarif #recap {
		grid-template-columns: 1fr;
	}

	#modal_calcul_tarif .valider_information_btn {
		padding: 15px 50px;
	}

	#modal_calcul_tarif .form-select,
	#modal_calcul_tarif .form-control {
		width: 100%;
	}

}