.balthazar-container {
	margin: 65px auto;
    padding: 0 5%;
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
}

.balthazar-container h1 {	
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}
	
.balthazar-container .intro {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    gap: 4%;
    width: 100%;
    max-width: calc(1030px + 4%);
}

.balthazar-container .intro .image {
    margin-top: 20px;
    max-height: 400px;
    overflow: hidden;
    border-radius: 10px;
}

.balthazar-container .intro .textes {
    width: 55%;
}

.balthazar-container .intro .textes .flags {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.balthazar-container .intro .textes .flags .image-b {
	border-radius: 50px;
    width: 24px;
    height: 24px;
    content: "";
    background-color: #0C0C0D;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 25px;
}

.balthazar-container .intro .textes .flags .creation-originale {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}
	
.balthazar-container .intro .textes .flags .new {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px 8px 2px 6px;
    gap: 5px;
    width: 63px;
    height: 20px;
    background: #E84D45;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
}

.balthazar-container .intro .textes .titre {
	font-weight: 700;
	font-size: 74px;
	line-height: 80%;
	display: flex;
	align-items: center;
	text-align: center;
	color: #0C0C0D;
	margin: 26px 0 24px 0;
}

.balthazar-container .intro .textes .sous-titre {
	font-weight: 700;
	font-size: 25px;
	line-height: 35px;
	color: #0C0C0D;
}

.balthazar-container .intro .textes p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.balthazar-container .preco {
	font-size: 39px;
	font-weight: 700;
	line-height: 48px;
	color: #0C0C0D;
	text-align: center;
	margin: 68px 0 40px 0;
}

.balthazar-container .preco .btn-preco {
	margin-top: 24px;
}

.balthazar-container .preco .btn-preco a {
	padding: 12px 12px 12px 16px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    margin: 0 auto;
	background: #0C0C0D;
	border-radius: 10px;
}

.balthazar-container .preco .btn-preco a img {
    margin: 0px 0 0 10px;
}
	
.balthazar-container .video {
	width: 100%;
	max-width: 1238px;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
}

.balthazar-container [data-rel="attraqtreco"] {
	width: 100%;
    max-width: 1238px;
    margin: 0 auto;
 }

.balthazar-container [data-rel="attraqtreco"] .display_reco {
	padding: 0;
}

.balthazar-container [data-rel="attraqtreco"] .display_reco .title_home {
	font-size: 25px!important;
}	

.balthazar-container [data-rel="attraqtreco"] .display_reco .bx-wrapper .bx-controls-direction a:before {
    padding-left: 0px;
}

.balthazar-container .detail_1,
.balthazar-container .detail_3 {
	display: flex;
    flex-direction: row;
    align-items: center;
	padding: 40px 0 0px 0;
    margin: 0 auto;
    gap: 5%;
    width: 100%;
    max-width: 1238px;
}

.balthazar-container .detail_1 .textes,
.balthazar-container .detail_1 .image,
.balthazar-container .detail_3 .textes,
.balthazar-container .detail_3 .image {
	width: 50%;
}	

.balthazar-container .detail_1 .textes .titre,
.balthazar-container .detail_3 .textes .titre {
	font-size: 25px;
    color: #0C0C0D;
    font-weight: 700;
    padding-bottom: 16px;
}

.balthazar-container .detail_1 .textes p,
.balthazar-container .detail_3 .textes p {
	font-weight: 400;
    font-size: 16px;
    color: #0C0C0D;
    line-height: 24px;
}

.balthazar-container .detail_2 {
    width: 100%;

    max-width: 1238px;
    margin: 20px auto 0 auto;
    position: relative;
}

.balthazar-container .detail_2 .textes {
    position: absolute;
    color: #FFFFFF;
	width: 373px;
    top: 58px;
    left: 48px;
}

.balthazar-container .detail_2 .textes .titre {
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
}

.balthazar-container .detail_2 .textes p {
    font-size: 16px;
    line-height: 24px;
}
	
.balthazar-container  .nos-ensembles-container {
	display: flex;
	margin: 35px auto 0 auto;
    gap: 2%;
    width: 100%;
    max-width: 1238px;
}
	
.balthazar-container  .nos-ensembles-container [data-rel="attraqtreco"] {
	max-width: 100%;
}

.balthazar-container  .nos-ensembles-container [data-rel="attraqtreco"] .display_reco .title_home {
	display: none;
}	

.balthazar-container  .nos-ensembles-container .nos-ensembles {
	display: flex;
    flex-direction: column;
    background: #F3F3F3;
    flex: 0 0 390px;
    border-radius: 10px;
    margin: 0 0 29px 0%;
	position: relative;
}
	
.balthazar-container  .nos-ensembles-container .nos-ensembles .textes {
	padding: 24px;
}
	
.balthazar-container  .nos-ensembles-container .nos-ensembles .textes .titre {
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
}

.balthazar-container  .nos-ensembles-container .nos-ensembles .textes p {
	font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
	
.balthazar-container  .nos-ensembles-container .nos-ensembles .image img  {
    position: absolute;
	bottom: 0;
}

.balthazar-container  .nos-ensembles-container .nos-ensembles .image.gauche img  {
    left: 0;
}

.balthazar-container  .nos-ensembles-container .nos-ensembles .image.droite img  {
    right: 0;
}
	

@media only screen and (max-width: 992px) {
	
	.balthazar-container {
		margin: 35px auto;
	}
	.balthazar-container h1 {
		line-height: 24px;
		padding: 15px 0 20px 0;
		font-size: 17px;
	}
	.balthazar-container .intro {
   		display: block;
	}
	
	.balthazar-container .intro .image {
    	margin-top: 0;
	}
	
	.balthazar-container .intro .image img {
		width: 100%;
		object-fit: cover;
		object-position: center;
		height: 300px;
	}
	
	.balthazar-container .intro .textes {
		width: 100%;
		margin-top: 20px;
	}
	
	.balthazar-container .intro .textes .flags {
		place-content: center;
	}
	
	.balthazar-container .intro .textes .titre {
		font-size: 39px;
		display: block;
	}
	
	.balthazar-container .intro .textes .sous-titre {
		font-weight: 700;
		font-size: 20px;
		padding: 0 0 8px 0;
	}
	
	.balthazar-container .preco {
		font-size: 28px;
		line-height: 35px;
		margin: 25px 0 40px 0;	
	}
	
	.balthazar-container .video {
		height: 330px;
	}
	
	.balthazar-container .video video {
		object-fit: cover;
		height: 330px;
		width: 100%;
		object-position: center;
		border-radius: 10px;
	}
	
	.balthazar-container [data-rel="attraqtreco"] .display_reco .title_home {
		font-size: 20px!important;
	}
	
	.balthazar-container .detail_1, .balthazar-container .detail_3 {
		display: flex;
    	flex-direction: column;
		padding: 30px 0 0px 0;
	}
	
	.balthazar-container .detail_1 .textes .titre,
	.balthazar-container .detail_3 .textes .titre {
		font-weight: 700;
		font-size: 20px;
		padding: 0 0 8px 0;
	}
	
	.balthazar-container .detail_1 .textes p,
	.balthazar-container .detail_3 .textes p {
		margin-bottom: 10px;
	}

	.balthazar-container .detail_1 .textes,
	.balthazar-container .detail_1 .image,
	.balthazar-container .detail_3 .textes,
	.balthazar-container .detail_3 .image {
    	width: 100%;
	}
	
	.balthazar-container .detail_1 .textes,
	.balthazar-container .detail_3 .textes {
		order: 2;	
		margin-top: 20px;
	}
	
	.balthazar-container .detail_1 .image img,
	.balthazar-container .detail_3 .image img {
		width: 100%;
		height: 300px;
		object-fit: cover;
		border-radius: 10px;
	}
	
	.balthazar-container .detail_2 {
		margin: 0;

	}
	
	.balthazar-container .detail_2 .image img {
		height: 300px;
		object-fit: cover;
	}
	
	.balthazar-container .detail_2 .textes {
		width: 300px;
		top: 45px;
		left: 25px;
	}
	
	.balthazar-container .nos-ensembles-container {

		flex-direction: column;
	}
	
	.balthazar-container .nos-ensembles-container .nos-ensembles .image img {
		bottom: -10px;
	}	
	
}