:root {
	--color: rgba(240, 240, 240, 1);

	--backgroundColorDark: rgb(40, 66, 110);
	--backgroundColorLight: rgb(75, 147, 223);

	--linkColor: rgb(255, 255, 0);
	--linkHoverColor: rgb(255, 188, 64);

	--boutonWidth: 190px;
	--boutonHeight: 240px;
	--boutonMargin: 17px 5px 17px 5px;
	--boutonPadding: 7px;
	--boutonBorderRadius: 7px;
	--boutonColor: rgb(255, 255, 255);
	--boutonClickWidth: 190px;
	--boutonBackgroundHeight: 65px;
	--boutonBorderSize: 1px;
	--boutonHoverColor: rgb(0, 0, 0);
	--boutonHoverBackgroundColor: rgb(255, 255, 255);

	/* ****** Bootstrap data overwriting ****** */

	--bs-body-line-height: 1.3;
}


@font-face {
  font-family: myFont;
  src: url(./font/LTWave-Regular.otf);
}
@font-face {
  font-family: myFontBold;
  src: url(./font/LTWave-Bold.otf);
}
@font-face {
  font-family: myFontBlack;
  src: url(./font/LTWave-Black.otf);
}

HTML {
	width: 100%;
	min-height: 100vh;
}
BODY {
	width: 100%;
	min-height: 100vh;
	color: var(--color);
	background: radial-gradient(var(--backgroundColorDark), var(--backgroundColorLight));
	font-family: myFont;
}
.DEBUG {
	border: 1px solid red;
}
A, clickA {
	color: var(--linkColor);
	text-decoration: none;
}
A:HOVER, clickA:HOVER {
	cursor: pointer;
	color: var(--linkHoverColor);
	text-decoration: none;
}
#mainContainer {
	min-width: 100vw;
	min-height: 100vh;
	background-image: url("../img/background.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}

#portailLigne1 {
	line-height: 1.8;
	font-family: myFont;
	font-size: 1.45rem;
	letter-spacing: 2px;
}
#portailLigne2 {
	line-height: 1.5;
	font-family: myFontBlack;
	font-size: 2.3rem;
	letter-spacing: 7px;
}
#portailLigne3 {
	line-height: 1.2;
	font-family: myFontBold;
	font-size: 7rem;
	letter-spacing: 33px;
}
#portailLigne4 {
	line-height: 1.2;
	font-family: myFontBold;
	font-size: 1.9rem;
	letter-spacing: 3px;
}

.portailBouton {
	display: inline-block;
	margin:  var(--boutonMargin);
	padding: var(--boutonPadding);
	width: var(--boutonWidth);
	height: var(--boutonHeight);
	background: linear-gradient(var(--backgroundColorDark), var(--backgroundColorLight));
	border-radius: var(--boutonBorderRadius);
	font-family: myFont;
}
.portailBoutonLigne1 {
	margin-top: 3px;
	margin-bottom: 9px;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
}
.portailBoutonLigne2 {
	margin-bottom: 9px;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
}
.portailBoutonLigne3 {
	margin-bottom: 9px;
	font-size: 13px;
	line-height: 1.1;
	font-weight: normal;
}
.portailBoutonLigne4 {
	font-size: 16px;
	line-height: 1.1;
	font-weight: bold;
}
.portailBoutonLigne4 A {
	display: inline-block;
	margin: 13px auto 0 auto;
	padding: 13px 26px;
	width: var(--boutonClickWidth);
	color: var(--boutonColor);
	border: var(--boutonBorderSize) solid var(--boutonColor);
	text-decoration: none;

	padding: 7px 0;
	width: 160px;
}
.portailBoutonLigne4 A:HOVER {
	border: var(--boutonBorderSize) solid var(--boutonHoverColor);
	color: var(--boutonHoverColor);
	background-color: var(--boutonHoverBackgroundColor);
}
.portailBoutonLogo {
	height: 60px;
	max-height: 60px;
}
#portailFooter {
	margin-top: 13px;
	padding: 5px;
	background-color: var(--backgroundColorDark);
	font-family: myFontBold;
	font-size: 0.5rem;
	letter-spacing: 1px;
}

/* ****** Bootstrap data overwriting ****** */

.modal {
	--bs-modal-width: 600px;
	--bs-modal-color: var(--color);
	--bs-modal-bg: rgba(0, 0, 0, 0.8);
	--bs-modal-header-padding: 0.5rem 1rem;
	--bs-modal-title-line-height: 1.5;

	font-size: 0.9rem;
	background: rgba(0, 0, 0, 0.5);;
}

/* ****** Responsive configuration ****** */

@media screen and (max-width: 800px) {

	#portailLigne1 {
		font-size: 1.2rem;
		letter-spacing: 2px;
	}
	#portailLigne3 {
		font-size: 6rem;
		letter-spacing: 20px;
	}
	#portailLigne4 {
		font-size: 1.5rem;
		letter-spacing: 2px;
	}
	#portailFooter {
		font-size: 0.5rem;
		letter-spacing: 1px;
	}
}

@media screen and (max-width: 600px) {

	#portailLigne1 {
		font-size: 0.7rem;
		letter-spacing: 2px;
	}
	#portailLigne3 {
		font-size: 5rem;
		letter-spacing: 10px;
	}
	#portailLigne4 {
		font-size: 1rem;
		letter-spacing: 2px;
	}
	#portailFooter {
		font-size: 0.5rem;
		letter-spacing: 1px;
	}
}

@media screen and (max-width: 360px) {

	#portailLigne1 {
		font-size: 0.7rem;
		letter-spacing: 0;
	}
	#portailLigne3 {
		font-size: 4rem;
		letter-spacing: 0;
	}
	#portailLigne4 {
		font-size: 0.8rem;
		letter-spacing: 0;
	}
	#portailFooter {
		font-size: 0.5rem;
		letter-spacing: 0;
	}
}
