@charset "UTF-8";

/******************************************************************************/
/* Font                                                                       */
/******************************************************************************/

@font-face
{
	font-family: "Raleway";
	font-weight: 100;
	src: url("../font/Raleway_Latin.woff2") format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face
{
	font-family: "Raleway";
	font-weight: 100;
	src: url("../font/Raleway_Latin_Ext.woff2") format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/******************************************************************************/
/* Custom                                                                     */
/******************************************************************************/

body,
h2, h3, h4, h5, h6
{
	font-family: "Raleway", "Arial", sans-serif !important;
}

body { font-size: 1.2rem !important; }

h2
{
	color: var(--blue_1) !important;
	font-size: 2rem !important;
	text-transform: uppercase !important;
}

.l4 h2 { font-size: 1.6rem !important; }

h3
{
	color: var(--blue_1) !important;
	font-size: 1.4rem !important;
	line-height: 1.6rem !important;
	padding: 0.2rem 0 !important;
}

main { max-width: 1400px !important; }

article:not(:last-child) { margin-bottom: 32px !important; }

article header a { display: block !important; }
article header img { height: auto !important; width: 100% !important; }
article p { margin-bottom: 8px !important; }
article p:last-child, article section > ul:last-child { margin-bottom: 32px !important; }

dl
{
	display: grid !important;
	gap: 8px 16px !important;
	grid-template-columns: max-content 1fr !important;
	margin-bottom: 24px !important;
}

@media (max-width: 599px)
{
	.Big_Card dl
	{
		display: flex !important;
		flex-direction: column !important;
	}

	.Big_Card dd { margin-top: -8px !important; }
}

@media (max-width: 380px)
{
	dd.w3-container { padding: 0.01em 0; !important; }
}

@media (max-width: 350px)
{
	dl
	{
		display: flex !important;
		flex-direction: column !important;
	}

	dd.w3-right-align
	{
		margin-top: -8px !important;
		text-align: left !important;
	}
}

dt
{
	color: var(--blue_1) !important;
	font-weight: bold !important;
}

strong { font-weight: 900 !important; }

footer
{
	color: white !important;
	background-color: var(--blue_1) !important;
}

footer a
{
	color: white !important;
	font-weight: bold !important;
}

footer a img
{
	border: 1px solid white;
	margin-right: 0.5rem !important;
}

/******************************************************************************/

.w3-hoverable tbody tr:hover, .w3-ul.w3-hoverable li:hover { background-color: #edf4fb; }


.w3-ul .w3-flex { flex-wrap: wrap !important; }

.w3-ul .w3-flex > a,
.w3-ul .InsteadOfLink
{
	margin-right: 20px !important;
	text-align: center !important;
	width: 100px !important;
}

.w3-ul a img,
.w3-ul .InsteadOfLink img
{
	margin: 8px 0 !important;
	max-height: 50px !important;
	max-width: 100px !important;
}

.w3-ul h3 { margin: 0 0 2px 0 !important; }

.w3-ul h3 a { text-decoration: none !important; }

.w3-ul p
{
	font-style: italic !important;
	margin-bottom: 0 !important;
}

.w3-ul p:last-child { margin-bottom: 16px !important; }

.w3-ul dl { margin-bottom: 0 !important; }

/******************************************************************************/

.Azerty { display: none; }
.Derf { unicode-bidi:bidi-override; direction: rtl; }

.Link img { height: 1em !important; }
.Highlight { color: var(--blue_1) !important; }

/******************************************************************************/

#interreg { text-align: center; }
#interreg img { max-width: 450px; }

/******************************************************************************/
