@import url("https://use.typekit.net/hwt1gmq.css");

:root {
	--basicColor1: #ED2351;
	--basicColor2: #143A89;
	--basicColor3: #C89243;
	--basicWhite: #ffff;
	--basicBlack: #171417;
	--basicColorLight: #cccccc;
	--smallRadius: 10px;
	--mediumRadius: 20px;
	--basicRadius: 30px;
	--defaultSpacing: 2rem;
	font-size: 20px;
}



.fillBlack * {
	fill: var(--basicBlack);
}

body *, body {
	font-family: "Poppins", sans-serif;
	margin: 0;
	box-sizing: border-box;
}

body {
	max-width: 1920px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 42px 44px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 0px 42px 44px rgba(0, 0, 0, 0.09);
}

a {
	text-decoration: none;
	font-size: 1em;
	font-weight: 400;
}

p {
	line-height: 1.2em;
	font-weight: 400;
}

p a{
	font-weight: 300;
}

.bigSpacing {
	padding: calc(var(--defaultSpacing) * 2)
}

.bigSpacingSide {
	padding: 0 calc(var(--defaultSpacing) * 2)
}

.bigSpacingTopBottom {
	padding: calc(var(--defaultSpacing) * 2) 0
}

.smallUniformSpacing {
	max-width: 1250px;
	margin: 0 auto;
}

.uniformSpacing {
	max-width: 1500px;
	margin: 0 auto;
}

.bigUniformSpacing {
	max-width: 1800px;
	margin: 0 auto;

}

.bigUniformSpacing {
	max-width: 1920px;
	margin: 0 auto;
}


.colorRed, .colorRed * {
	color: var(--basicColor1);
}

.bgRed {
	background-color: var(--basicColor1);
}

.fillRed {
	fill: var(--basicColor1);
}

.colorBlue, .colorBlue * {
	color: var(--basicColor2);
}

.bgBlue {
	background-color: var(--basicColor2);
}

.fillBlue {
	fill: var(--basicColor2);
}

.colorYellow, .colorYellow * {
	color: var(--basicColor3);
}

.bgYellow {
	background-color: var(--basicColor3);
}

.fillYellow {
	fill: var(--basicColor3);
}

.colorWhite, .colorWhite * {
	color: var(--basicWhite);
}

.bgWhite {
	background-color: var(--basicWhite);
}

.fillWhite * {
	fill: var(--basicWhite);
}

.colorBlack, .colorBlack * {
	color: var(--basicBlack);
}

.bgBlack {
	background-color: var(--basicBlack);
}

.bgGrey {
	background-color: var(--basicColor2);
}


h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
	font-weight: 400;
}

p, span {
	font-weight: 300;
}

.black {
	font-weight: 900;
}

.bold {
	font-weight: 700;
}

.semiBold, .semiBold * {
	font-weight: 600;
}

.regular {
	font-weight: 400;
}

.medium {
	font-weight: 500;
}

.light {
	font-weight: 300;
}

.extraLight {
	font-weight: 200;
}

.size50 {
	font-size: 2.5em;
	line-height: 75px;
}

.size40 {
	font-size: 2em;
}

.size30 {
	font-size: 1.5em;
}

.size20 {
	font-size: 1em;
}

.size15 {
	font-size: .75em;
}

.upper {
	text-transform: uppercase;
}

.taj {
	text-align: justify;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

b {
	font-weight: 600;
}

.relative {
	position: relative
}

.bgImg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.afterFilter, .afterFilter * {
	position: relative;
	z-index: 10;
}

.afterFilter:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: black;
	opacity: .6;
}

.afterFilter.radius:after {
	border-radius: var(--basicRadius);
}

.radius {
	border-radius: var(--basicRadius);
}

.radiusLeft {
	border-radius: 0 1000px 1000px 1000px;
}

.radiusRight {
	border-radius: 1000px 0 1000px 1000px;
}


.mediumRadius {
	border-radius: var(--mediumRadius);
}

.smallRadius {
	border-radius: var(--smallRadius);
}

.spacialRadius{
	border-bottom-left-radius: 10em;
	border-bottom-right-radius: 10em;
	border-top-right-radius: 10em;
}

.activeLink {
	color: var(--basicColor1) !important;
}

.activeLink svg{
	fill: var(--basicColor1) !important;
}

.introText {
	display: flex;
	flex-direction: column;
	gap: 1.5em;
	width: 100%;
}

.w100 {
	width: 100%;
}

.mainButton{
	width: fit-content;
	padding: .25em 1em .25em .25em;
	display: flex;
	gap: .5em;
    cursor: pointer;
}

.mainButton > div:first-child{
	width: fit-content;
	padding: .5em;
}

.mainButton div span{
	display: flex;
}

.mainButton div svg{
	width: 2em;
	height: 2em;
}

.mainButton a{
	display: flex;
	align-items: center;
}

.titlePastilleContainer {
	display: flex;
	flex-direction: column;
	gap: 1.5em;
}

.titlePastilleContainer.align {
	flex-direction: row;
	align-items: flex-start;
}

.titlePastilleContainer.center {
	align-items:  center;
}

.titlePastilleContainer .pastille {
	position: relative;
	width: 2.2em;
	height: auto;
	aspect-ratio: 1/1;
	display: flex;
}

.titlePastilleContainer .pastille div{
	display: flex;
	width: 50%;
}

.titlePastilleContainer .pastille div:first-child{
	align-items: flex-end;
	transform: translate(-5px, -5px);
}

.titlePastilleContainer .pastille div:last-child{
	transform: translate(5px, 5px);
}

.titlePastilleContainer .pastille div span {
	width: 100%;
	height: 50%;
}

.titlePastilleContainer .pastille div:first-child span{
	transform: rotate(45deg);
}

.titlePastilleContainer .pastille div:last-child span{
	transform: rotate(-45deg);
}

.hidden{
	display: none;
}

/* START SLIDER */

.slider {
	max-width: 1920px;
	margin: 0 auto;
}

.sliderWrapper {
	width: 250px;
	display: flex;
	transition: transform 1s ease-in-out;
	gap: 1em;
	max-width: 100%;
}

.sliderSlide {
	width: 250px;
	flex: 0 0 auto;
	box-sizing: border-box;
	cursor: pointer;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.sliderSlide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.horizontalScroll {
	overflow: hidden;
}

.sliderWrapper::-webkit-scrollbar {
	display: none; /* Chrome/Safari */
}

/* MODAL */

.modal {
	display: flex;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
	opacity: 0;
	transform: translateY(-100%); /* Départ en dehors de l'écran, vers le haut */
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.modal-content {
	background-color: #fff;
	padding: 2em;
	border-radius: var(--basicRadius);
	width: 60%;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 80vh;
	overflow-y: auto;
}

.modal.show {
	opacity: 1;
	transform: translateY(0);
}

.modal iframe{
	width: 100%;
	height: 100%;
}

.modal h2{
	text-align: start;
	padding-bottom: .5em;
	padding-top: 1em;
}

.modal .close{
	position: absolute;
	top: .5em;
	right: 1em;
	font-size: 1.5em;
	cursor: pointer;
}

.modal-content img {
	width: 100%;
	height: auto;

}

@media screen and (max-width: 1400px) {

	.modal-content{
		width: 90%;
		padding: 1em;
	}

}

@media screen and (max-width: 800px) {
	:root {
		font-size: 18px;
	}

	.bigSpacing {
		padding: calc(var(--defaultSpacing) * 1.5)
	}

	.bigSpacingSide {
		padding: 0 calc(var(--defaultSpacing) * 1.5)
	}

	.bigSpacingTopBottom {
		padding: calc(var(--defaultSpacing) * 1.5) 0
	}

	:root {
		font-size: 18px;
	}

	.size50 {
		font-size: 2em;
		line-height: 45px;
	}

	.size40 {
		font-size: 1.7em;
	}

	.size30 {
		font-size: 1.3em;
	}

	.modal-content{

		width: 90%;

		padding: 1em;

	}
}

@media screen and (max-width: 700px) {
	.modal-content {
		height: 60vh;
		padding: 1em;
		width: 90%;
	}

	:root {
		font-size: 16px;
	}

	.size50 {
		font-size: 1.7em;
		line-height: 35px;
	}

	.size40 {
		font-size: 1.5em;
	}

	.size30 {
		font-size: 1.2em;
	}

	.bigSpacing {
		padding: var(--defaultSpacing)
	}

	.bigSpacingSide {
		padding: 0 var(--defaultSpacing)
	}

	.bigSpacingTopBottom {
		padding: var(--defaultSpacing) 0;
	}

	.size40 {
		font-size: 1.5em;
	}
}
