/*
    Lisa Monpierre
    EFRITS SAS

    Training center website
    Dec. 2021

	gris/noir #373737 : 55,55,55
	doré #C88F1A
	violet foncé #454859 : 69, 72, 89
	orange foncé : #D2691E : 210,105,30
	beige/gris : #B4A5A5 : 180, 165,165
	rouge : #DC143C
	blanc: faf9f9 : 250, 249, 249
*/

@font-face
{
    font-family: Title;
    src: url("../resource/font/Roboto-bold.ttf");
}

*
{
	box-sizing:border-box;
	font-family: 'Roboto', sans-sherif;
}

video
{
	border-radius: 6px;
}

img
{
	object-fit: contain;
}

html
{
	width: 100%;
	height: 100%;
}

body
{
	width: 100%;
	height: 100%;


	overflow-y: visible;
	overflow-x: hidden;

	border: 0;
	margin: 0;
	padding: 0;

	background-color: white;
}


.flexObj
{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
}

.rgpdPanelMobile
{
	height:fit-content !important;

	padding:40px !important;
	width:100% !important;
	left: 0 !important;
	bottom: 0 !important;
}

.rgpdPanel
{
	position: fixed;
    z-index: 1000;
	height:fit-content;

	display: flex;
	flex-wrap: wrap;
	align-content: space-around;

	margin: 0;
	padding:20px;

    bottom: 0px;
    background-color: white;
}

.rgpdPanelButton
{
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
}

.refuseButton
{
	background-color: white;
	border: none;
	text-decoration: underline;
	margin: auto;
	text-align: center !important;
}

.refuseButton:hover
{
	cursor: grab;
}

.acceptButtonMobile
{
	padding: 20px !important;
	width: 60% !important;
	text-align: center !important;

}

.acceptButton
{
	margin: 10px auto;
	border: none;
	outline: none;
		
	font-weight: bold;
	text-align: center !important;
	background-color: black ;
	color: white;
}

.faq
{
	text-align: left;
	width: 100%;
	margin: 20px auto;
}

.bigTitle
{
	width: 100%;
	font-weight: bold;

	text-align: center;
}

.bigSubTitle
{
    width: 100%;

    color: #373737;

    font-weight: normal;
    text-align: center;
}

.ctaLink
{
	text-align: center !important;
	text-decoration: none;
}

.ctaLink:hover
{
	text-decoration: underline;
}

.title
{
	position: relative;

	width: 100%;
	margin: 0 0 0 0;
	min-height: 180px;
}

.title > h2, .title > h1
{
	position: absolute;

	z-index: 1;
	align-items: center;
}

.textSizeMobile
{
	font-size: 16px !important;
	text-align: justify !important;

}

.textSize
{
	text-align: left;
}

.triangleTitlePurpleH1
{
	position: absolute;

	top: -20px;
	left: -80px;

	width: 150px;
	height: 150px;
	background-color: #C88F1A;
	border-radius: 100%;
}

.triangleTitleWhiteH1
{
	position: absolute;

	top: -20px;
	left: -80px;

	width: 150px;
	height: 150px;
	background-color: #454859;
	border-radius: 100%;
	z-index: 3;
}

.anonymousAnchor
{
	top: -150px;
	position: relative;
}

.divBody
{
	width: 100%;

	border: 0;
	margin: 0;
	padding: 0;
	position: block;
}

.admission
{
	padding: auto;
	color: black;
}
.admission:hover
{
	padding: auto;
}

.triangleTitlePurpleH2
{
	position: absolute;

	width: 200px;
	height: 30px;
	top: 12px;
	left: -100px;

	background-color: #C88F1A;
/*
	top: -10%;
	left: -5%;

	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 0 60px 60px 60px;
	border-color: transparent transparent #C88F1A transparent;
	border-radius: 100%;
	*/
}

.triangleTitleWhiteH2
{
	position: absolute;

	width: 200px;
	height: 30px;
	top: 12px;
	left: -100px;

	background-color: #454859;
/*
	top: -10%;
	left: -5%;

	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 0 60px 60px 60px;
	border-color: transparent transparent #454859 transparent;
	border-radius: 100%;
	*/
}

.divFooter
{
	width: 100%;

	z-index: 1;

	/* position: block; */
}

/* BLOCK BACKGROUND IMAGE TITLE WHITE */

.blockBackgroundImageH1
{
	min-height: 50px;
	width: 100%;

	color: #FAF9F9;
	text-align: center;
}

/* BLOCK BACKGROUND WHITE TITLE GOLD */

.blockWhiteAndGold
{
	width: 80%;

	margin: 20px auto 0;
	padding: 40px 0;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	
}

.blockWhiteAndGoldH1
{
	width: 100%;

	display: inline-block;
	margin: 0;
	padding: 0;

	text-align: center;
}

.blockWhiteAndGoldH2
{
	width: 100%;

	display: inline-block;
	margin: 0;
	padding: 0;

	color: #373737;
	text-align: left;
}

.blockWhiteAndGoldH3
{
	width: 100%;

	display: inline-block;
	margin: 0;
	padding: 0;

	color: #454859;
	text-align: center;
}
/*
.blockWhiteAndGoldH2::before
{
	width: 15px;
	height: 15px;

	display:flex;
    align-items: center;
    justify-content: center;
	text-align: center;

	margin: 4px 10px;
	display:inline-block;
	content: "";

	background: #454859;
}*/

/* BLOCK BACKGROUND PURPLE TITLE WHITE */

.collapseDiv
{
	width: 100%;

	margin: 20px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
}

.blockPurpleAndWhite
{
	min-height: 400px;
	width: 80%;

	margin: 20px auto 0;
	padding: 5%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;

	background-color: #454859;
}

.blockPurpleAndWhiteH1
{
	min-height: 50px;
	width: 100%;

	display: inline-block;
	margin: 0;
	padding: 0;

	color: #FAF9F9;
	text-align: left;
}

.blockPurpleAndWhiteH2
{
	min-height: 40px;
	width: 100%;

	display: inline-block;
	margin: 0;
	padding: 0;

	color: #FAF9F9;
	text-align: left;
}

.blockPurpleAndWhiteH3
{
	min-height: 40px;
	width: 100%;

	display: inline-block;
	margin: 0;
	padding: 0;

	color: #C88F1A;
	text-align: left;
}

/*
.blockPurpleAndWhiteH2::before
{
	width: 15px;
	height: 15px;

	display:flex;
    align-items: center;
    justify-content: center;
	text-align: center;

	margin: 4px 10px;
	display:inline-block;
	content: "";

	background: #C88F1A;
}
*/

.titleH2Breath
{
	margin: 20px 0;
	font-size: 35px;
}

.titleH3Breath
{
	font-size: 30px;
	margin: 20px 0;
}

.tablePurple
{
	width: 100%;

	float: left;
    align-items: center;
    justify-content: center;

	color: white;
	text-align: center;
	background-color: #373737;
	margin: 20px 0;
	padding: 0 !important;
}

.tableBlockPurple
{
	float: left;
    align-items: center;
    justify-content: center;

	margin: 0;
	padding: 0 !important;

	font-size: 18px;
}

.tableBlockPurple > h1
{
	float: left;
	display:flex;
    align-items: center;
    justify-content: center;

	width: 100%;
	height: 80px;

	font-size: 18px;

	border: 1px solid black;
	border-bottom: none;
	color: white;

	margin: 0;
	padding: 0;
}

.tableBlockPurple > p
{
	float: left;
	display:flex;
    align-items: center;
    justify-content: center;

	width: 100%;
	height: 160px;

	border: 1px solid black;

	margin: 0;
	padding: 0 5px;
}

.tableWhite
{
	width: 100%;
	color: black;
	border: 1px solid black;
	text-align: center;
	border-collapse: collapse;
}

.tableWhite td, .tableWhite th
{
	border: 1px solid black;
	border-collapse: collapse;
	height: 60px;
	width: 100px;
}

.columnDiv
{
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	width: 100%;
	padding: 0;
	margin: 20px auto;
	height: fit-content;
}

.columnDivImg
{
	margin: auto;
}

.graphImg
{
	object-fit:cover;
}

.alinea
{
        text-indent: 2em;
}

.columnText
{

}

@media 	only screen and
		(min-width: 541px)
		/* portrait tablet */
{
	.graphImg
	{
		width: 100%;
	}
	.columnDivImg
	{
		width: 80%;
	}
	.rgpdPanel
	{
		width:100%;
		left: 0;
		bottom: 0;
	}
	.rgpdPanelButton
	{
		margin: auto;
		width: 100%;
	}
	.refuseButton
	{
		width: 100%;
	}
	.acceptButton
	{
		padding: 20px;
		width: 60%;
	}

	.blockWhiteAndGold
	{
		width: 95%;
	}
	.tablePurple
	{
		font-size: 18px;
	}
	.tableBlockPurple
	{
		width: calc(100% / 3);
	}
	.tableBlockPurple > p
	{
		height: 250px;
		padding: 5px;
	}
	.columnText
	{
		padding: 0px 20px;
		margin:0;

		width: 100%;
	}
	.divHeader
	{
		width: 100%;

		margin: 0;
		padding: 0;
		position: block;
	}
	.blockPurpleAndWhiteH1, .blockWhiteAndGoldH1
	{
		font-size: 46px;
	}
	.blockPurpleAndWhiteH2, .blockWhiteAndGoldH2
	{
		min-height: 35px;
		font-size: 30px;
	}
	.blockWhiteAndGoldH3, .blockPurpleAndWhiteH3
	{
		min-height: 60px;
		font-size: 23px;
		text-align: center;
	}

	/* BLOCK BACKGROUND IMAGE TITLE WHITE */

	.blockBackgroundImage
	{
		min-height: 250px;
		width: 100%;

		background-repeat: no-repeat;
		background-size: cover;

		margin: auto;
		padding: 2% 1%;
	}

	.blockBackgroundImageH1
	{
		margin: auto;
		padding: 0;

		font-size: 210%;
	}

	.downloadBrochureText
	{
		font-size: 24px;
		padding-top: 10px;
	}
	.titleH2Breath
	{
		margin: 20px 0;
		font-size: 38px;
	}
	.titleH3Breath
	{
		font-size: 36px;
		margin: 20px 0;
	}
	.titleSize
	{
		font-size: 40px;
		margin: 20px 0;

	}

	.textSize
	{
		font-size: 1em;
	}

	.otherSize, .ctaLink
	{
		font-size: 1em;
	}
}

@media 	only screen and
		(max-width: 540px)
		/* portrait mobile */
{
	.graphImg
	{
		width: 100%;
	}
	.columnDivImg
	{
		width: 80%;
	}
	.rgpdPanel
	{
		width:100%;
		left: 0;
		bottom: 0;
	}
	.rgpdPanelButton
	{
		margin: auto;
		width: 100%;
	}
	.refuseButton
	{
		width: 100%;
	}
	.acceptButton
	{
		padding: 20px;
		width: 60%;
	}

	.blockWhiteAndGold
	{
		width: 95%;
	}
	.tablePurple
	{
		font-size: 18px;
	}

	.tableBlockPurple
	{
		width: calc(100% / 2);
	}

	.tableBlockPurple > p
	{
		height: 320px;
		padding: 5px;
	}

	.columnText
	{
		width: 100%;
	}
	body
	{
		width: 100%;
	}

	.divHeader
	{
		width: 100%;

		margin: 0;
		padding: 0;
		position: block;
	}

	.blockWhiteAndGoldH1, .blockPurpleAndWhiteH1
	{
		font-size: 34px;
	}

	.blockWhiteAndGoldH2, .blockPurpleAndWhiteH2
	{
		min-height: 120px;
		font-size: 24px;
	}

	.blockWhiteAndGoldH3, .blockPurpleAndWhiteH3
	{
		font-size: 24px;
	}

	/* BLOCK BACKGROUND IMAGE TITLE WHITE */

	.blockBackgroundImage
	{
		min-height: 250px;
		width: 100%;

		background-repeat: no-repeat;
		background-size: cover;

		margin: auto;
		padding: 2% 1%;
	}

	.blockBackgroundImageH1
	{
		margin: auto;
		padding: 0;

		font-size: 200%;
	}

	.downloadBrochureText
	{
		margin-top: 10px;
		font-size: 18px;
	}

	.titleSize
	{
		font-size: 40px;
	}
	.titleH2Breath
	{
		margin: 20px 0;
		font-size: 38px;
	}
	.titleH3Breath
	{
		font-size: 36px;
		margin: 20px 0;
	}
	.textSize
	{
		font-size: 1em;
	}

	.otherSize, .ctaLink
	{
		font-size: 1em;
	}
}

@media 	only screen and
		(min-width : 1825px)
		/* desktop */
{
	.graphImg
	{
		width: 60%;
		margin: 0 auto;
	}
	.columnDivImg
	{
		width: 40%;
	}
	.rgpdPanel
	{
		width:50%;
		margin: auto;
		left: 25%;
		bottom: 1%;

	}
	.rgpdPanelButton
	{
		margin: auto;
		width: 100%;
	}
	.refuseButton
	{
		width: 40%;
	}
	.acceptButton
	{
		padding: 20px;
		width: 40%;
	}

	.blockWhiteAndGold
	{
		width: 80%;
	}
	.tablePurple
	{
		font-size: 20px;
	}
	.tableBlockPurple
	{
		width: calc(100% / 3);
	}
	.tableBlockPurple > p
	{
		height: 200px;
		padding: 5px;
	}
	.columnText
	{
		width: calc(100%/2);
	}
	.divHeader
	{
		width: 100%;

		margin: 0;
		padding: 0;
		position: block;
	}
	.blockWhiteAndGoldH1, .blockPurpleAndWhiteH1
	{
		font-size: 40px;
	}
	.blockWhiteAndGoldH2, .blockPurpleAndWhiteH2
	{
		height: 40px;
		font-size: 30px;
	}

	.blockWhiteAndGoldH3, .blockPurpleAndWhiteH3
	{
		height: 40px;
		font-size: 26px;
	}

	/* BLOCK BACKGROUND IMAGE TITLE WHITE */

	.blockBackgroundImage
	{
		height: 460px;
		width: 100%;

		background-repeat: no-repeat;
		background-size: cover;

		margin: auto;
		padding: 2% 2%;
	}

	.blockBackgroundImageH1
	{
		margin: 1% auto;
		padding: 0;

		font-size: 350%;
	}

	.downloadBrochureText
	{
		font-size: 20px;
	}

	.titleSize
	{
		font-size: 35px;
	}
	.titleH2Breath
	{
		margin: 20px 0;
		font-size: 35px;
	}
	.titleH3Breath
	{
		font-size: 28px;
		margin: 20px 0;
	}

	.textSize
	{
		font-size: 1em;
		text-align: justify;
	}

	.otherSize, .ctaLink
	{
		font-size: 1em;
	}
}

@media 	only screen and
		(orientation: landscape) and
		(min-width: 1601px) and
		(max-width: 1824px)
		/* desktop */
{
	.graphImg
	{
		width: 60%;
		margin: 0 auto;
	}
	.columnDivImg
	{
		width: 40%;
	}
	.rgpdPanel
	{
		width:50%;
		margin: auto;
		left: 25%;
		bottom: 1%;

	}
	.rgpdPanelButton
	{
		margin: auto;
		width: 80%;
	}
	.refuseButton
	{
		width: 40%;
	}
	.acceptButton
	{
		padding: 20px;
		width: 40%;
	}
	.blockWhiteAndGold
	{
		width: 80%;
	}
	.tablePurple
	{
		font-size: 20px;
	}
	.tableBlockPurple
	{
		width: calc(100% / 3);
	}
	.tableBlockPurple > p
	{
		height: 180px;
		padding: 5px;
	}
	.columnText
	{
		width: calc(100%/2);
	}
	.divHeader
	{
		width: 100%;

		margin: 0;
		padding: 0;
		position: block;
	}
	.blockWhiteAndGoldH1, .blockPurpleAndWhiteH1
	{
		font-size: 40px;
	}
	.blockWhiteAndGoldH2, .blockPurpleAndWhiteH2
	{
		height: 80px;
		font-size: 30px;
	}
	.blockWhiteAndGoldH3, .blockPurpleAndWhiteH3
	{
		height: 40px;
		font-size: 26px;
	}

	/* BLOCK BACKGROUND IMAGE TITLE WHITE */

	.blockBackgroundImage
	{
		height: 460px;
		width: 100%;

		background-repeat: no-repeat;
		background-size: cover;

		margin: auto;
		padding: 2% 2%;
	}

	.blockBackgroundImageH1
	{
		margin: 1% auto;
		padding: 0;

		font-size: 350%;
	}

	.downloadBrochureText
	{
		font-size: 20px;
	}

	.titleSize
	{
		font-size: 35px;
	}
	.titleH2Breath
	{
		margin: 20px 0;
		font-size: 35px;
	}
	.titleH3Breath
	{
		font-size: 28px;
		margin: 20px 0;
	}

	.textSize
	{
		font-size: 1em;
		text-align: justify;
	}

	.otherSize, .ctaLink
	{
		font-size: 1em;
	}
}

@media 	only screen and
		(orientation: landscape) and
		(min-width: 1225px) and
		(max-width: 1600px)
		/* laptop */
{
	.graphImg
	{
		width: 60%;
		margin: 0 auto;
	}
	.columnDivImg
	{
		width: 40%;
	}
	.rgpdPanel
	{
		width:50%;
		margin: auto;
		left: 25%;
		bottom: 1%;

	}
	.rgpdPanelButton
	{
		margin: auto;
		width: 80%;
	}
	.refuseButton
	{
		width: 40%;
	}
	.acceptButton
	{
		padding: 20px;
		width: 40%;
	}
	.blockWhiteAndGold
	{
		width: 95%;
	}
	.tablePurple
	{
		font-size: 20px;
	}
	.tableBlockPurple
	{
		width: calc(100% / 3);
	}
	.tableBlockPurple > p
	{
		height: 250px;
		padding: 5px;
	}
	.columnText
	{
		width: calc(100%/2);
	}
	.divHeader
	{
		width: 100%;

		margin: 0;
		padding: 0;
		position: block;
	}

	.blockWhiteAndGoldH1, .blockPurpleAndWhiteH1
	{
		font-size: 40px;
	}

	.blockWhiteAndGoldH2, .blockPurpleAndWhiteH2
	{
		height: 80px;
		font-size: 30px;
	}

	.blockWhiteAndGoldH3, .blockPurpleAndWhiteH3
	{
		height: 40px;
		font-size: 26px;
	}

	/* BLOCK BACKGROUND IMAGE TITLE WHITE */

	.blockBackgroundImage
	{
		height: 450px;
		width: 100%;

		background-repeat: no-repeat;
		background-size: cover;

		margin: auto;
		padding: 2% 2%;
	}

	.blockBackgroundImageH1
	{
		margin: 1% auto;
		padding: 0;

		font-size: 300%;
	}

	.downloadBrochureText
	{
		font-size: 18px;
	}

	.titleSize
	{
		font-size: 35px;
	}
	.titleH2Breath
	{
		margin: 20px 0;
		font-size: 35px;
	}
	.titleH3Breath
	{
		font-size: 28px;
		margin: 20px 0;
	}
	.textSize
	{
		font-size: 1em;
		text-align: justify;
	}

	.otherSize, .ctaLink
	{
		font-size: 1em;
	}
}

@media 	only screen and
		(orientation: landscape) and
		(min-width: 961px) and
		(max-width: 1224px)
		/* landscape tablet */
{
	.graphImg
	{
		width: 60%;
		margin: 0 auto;
	}
	.columnDivImg
	{
		width: 80%;
	}
	.rgpdPanel
	{
		width:100%;
		left: 0;
		bottom: 0;
	}
	.rgpdPanelButton
	{
		margin: auto;
		width: 80%;
	}
	.refuseButton
	{
		width: 100%;
	}
	.acceptButton
	{
		padding: 20px;
		width: 60%;
	}
	.title
	{
	}
	.titleH2Breath
	{
		margin: 20px 0;
		font-size: 42px;
	}
	.titleH3Breath
	{
		font-size: 40px;
		margin: 20px 0;
	}
	.blockWhiteAndGold
	{
		width: 95%;
	}
	.tablePurple
	{
		font-size: 20px;
	}
	.tableBlockPurple
	{
		width: calc(100% / 2);
	}
	.tableBlockPurple > p
	{
		height: 310px;
		padding: 5px;
	}
	.columnText
	{
		width: calc(100%/2);
	}
	.divHeader
	{
		width: 100%;

		margin: 0;
		padding: 0;
		position: block;
	}

	.blockPurpleAndWhiteH1, .blockWhiteAndGoldH1
	{
		font-size: 46px;
	}
	.blockPurpleAndWhiteH2, .blockWhiteAndGoldH2
	{
		min-height: 35px;
		font-size: 30px;
	}
	.blockWhiteAndGoldH3, .blockPurpleAndWhiteH3
	{
		min-height: 60px;
		font-size: 23px;
		text-align: center;
	}

	/* BLOCK BACKGROUND IMAGE TITLE WHITE */

	.blockBackgroundImage
	{
		min-height: 400px;
		width: 100%;

		background-repeat: no-repeat;
		background-size: cover;

		margin: auto;
		padding: 2% 1%;
	}

	.blockBackgroundImageH1
	{
		margin: auto;
		padding: 0;

		font-size: 24px;
	}

	.downloadBrochureText
	{
		font-size: 18px;
	}

	.titleSize
	{
		font-size: 40px;
		margin: 20px 0;

	}

	.textSize
	{
		font-size: 1em;
	}

	.otherSize, .ctaLink
	{
		font-size: 1em;
	}
}

@media 	only screen and
		(orientation: landscape) and
		(max-device-width: 960px)
		/* landscape mobile */
{
	.graphImg
	{
		width: 60%;
		margin: 0 auto;
	}
	.columnDivImg
	{
		width: 80%;
	}
	.rgpdPanel
	{
		width:100%;
		left: 0;
		bottom: 0;
	}
	.refuseButton
	{
		width: 100%;
	}
	.acceptButton
	{
		padding: 20px;
		width: 60%;
	}
	.titleH2Breath
	{
		margin: 20px 0;
		font-size: 42px;
	}
	.titleH3Breath
	{
		font-size: 40px;
		margin: 20px 0;
	}
	.blockWhiteAndGold
	{
		width: 95%;
	}
	.tablePurple
	{
		font-size: 10px;
	}
	.columnText
	{
		width: 100%;
	}
	.divHeader
	{
		width: 100%;

		margin: 0;
		padding: 0;
		position: block;
	}

	.blockWhiteAndGoldH1, .blockPurpleAndWhiteH1
	{
		font-size: 40px;
	}

	.blockWhiteAndGoldH2, .blockPurpleAndWhiteH2
	{
		height: 60px;
		font-size: 30px;
	}

	.blockWhiteAndGoldH3, .blockPurpleAndWhiteH3
	{
		height: 60px;
		font-size: 25px;
	}

	/* BLOCK BACKGROUND IMAGE TITLE WHITE */

	.blockBackgroundImage
	{
		min-height: 200px;
		width: 100%;

		background-repeat: no-repeat;
		background-size: cover;

		margin: auto;
		padding: 2% 1%;
	}

	.blockBackgroundImageH1
	{
		margin: auto;
		padding: 0;

		font-size: 200%;
	}

	.downloadBrochureText
	{
		font-size: 15px;
	}

	.titleSize
	{
		font-size: 24px;
	}
	.textSize
	{
		font-size: 1em;
	}
	.otherSize, .ctaLink
	{
		font-size: 1em;
	}
}
