@charset "UTF-8";

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

	VARIABLES

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

:root {
    --couleur-textes: #4B4B4B;
    --couleur-base: #3E96D5;
    --couleur-hover: #215072;
    --couleur-clair: #ECF5FB;
    --couleur-intro: #858585;
    --couleur-filets: #DDDDDD;
}


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

	On importe ici les polices web

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

@font-face {
    font-family: 'lobsterregular';
    src: url('../webfonts/lobster-regular-webfont.woff2') format('woff2'),
         url('../webfonts/lobster-regular-webfont.woff') format('woff'),
         url('../webfonts/lobster-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ralewaybold';
    src: url('../webfonts/raleway-bold-webfont.woff2') format('woff2'),
         url('../webfonts/raleway-bold-webfont.woff') format('woff'),
         url('../webfonts/raleway-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaymedium';
    src: url('../webfonts/raleway-medium-webfont.woff2') format('woff2'),
         url('../webfonts/raleway-medium-webfont.woff') format('woff'),
         url('../webfonts/raleway-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewayregular';
    src: url('../webfonts/raleway-regular-webfont.woff2') format('woff2'),
         url('../webfonts/raleway-regular-webfont.woff') format('woff'),
         url('../webfonts/raleway-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


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

	Base

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

body {
	font-family: "ralewayregular", Arial, Helvetica, sans-serif;
    font-weight: normal;
	color: var(--couleur-textes);
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 1.2;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p,
.uk-scope p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.75em;
	margin-left: 0px;
}

strong  {
	font-family: "ralewaybold", Arial, Helvetica, sans-serif;
    font-weight: normal;
}

img {
	max-width: 100%;
	height: auto;
	border: 0px none #FFF;
}

@media screen and (max-width: 800px) {
body  {
	font-size: 16px;
}
}
@media screen and (max-width: 500px) {
body  {
	font-size: 15px;
}
}
@media screen and (max-width: 350px) {
body  {
	font-size: 14px;
}
}

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

	Liens

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

a, a:link, a:visited {
	color: var(--couleur-base);
	text-decoration: none;
	border: 0px none #FFF;
}
a:hover {
	text-decoration: none;
	color: var(--couleur-hover);
}
a:active {
	text-decoration: underline;
}

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

	Editeur JCE

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

.mceContentBody p,
.mceContentBody ul,
.mceContentBody table {
	max-width: 1200px;
}

.com-content-article__body > ul,
#tinymce.mceContentBody ul,
.uk-margin ul {
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.2em;
	margin-left: 0px;
}

.com-content-article__body > ul li,
#tinymce.mceContentBody li,
.uk-margin ul li {
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 1.25em;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.25em;
	margin-left: 0px;
}


.com-content-article__body > ul li::before,
.uk-margin > ul li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
	font-size: 60%;
	color: var(--couleur-textes);
	display: inline-block;
	width: 1.5em;
	margin-left: -1.5em;
}

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

	Sytle

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

.intro {
	font-family: "ralewaybold", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 25px;
	color: var(--couleur-intro);
	line-height: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.intro-light {
	font-family: "ralewayregular", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 25px;
	color: var(--couleur-intro);
	line-height: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mceContentBody .intro-light {
	margin-top: 0px;
}

.sous-titre {
	font-family: "ralewaybold", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: var(--couleur-base);
	font-size: 40px;
	line-height: normal;
	margin: 0px;
	display: block;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.tabelle-filets {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.tabelle-filets td {
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 2px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.tabelle-filets tr:nth-child(even) td {
	background-color: #FCFCFC;
}


/* Lien = bouton */
.button-infos {}
.button-infos a {
	font-family: "ralewaybold", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background-color: #8bc0e6;
	display: block;
	border-radius: 6px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: pointer;
}
.button-infos a:hover {
	background-color: var(--couleur-base) !important;
	transition-duration: 0.25s;
}

/* On reprend ici les styles des titres */
.titre {}


@media screen and (max-width: 1100px) {
.intro {
	font-size: 23px;
	padding-bottom: 15px;
	transition-duration: 0.25s;
}
.intro-light {
	font-size: 23px;
	transition-duration: 0.25s;
}

.sous-titre {
	font-size: 35px;
	padding-top: 30px;
	padding-bottom: 15px;
	transition-duration: 0.25s;
}
}
@media screen and (max-width: 800px) {
.intro {
	font-size: 20px;
	padding-bottom: 15px;
}
.intro-light {
	font-size: 20px;
}

.sous-titre {
	font-size: 32px;
	padding-top: 25px;
	padding-bottom: 15px;
}
.intro,
.sous-titre {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}
table {
	table-layout: fixed;
	/* césure */
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}
}
@media screen and (max-width: 500px) {
.intro {
	font-size: 18px;
	padding-bottom: 12px;
}
.intro-light {
	font-size: 18px;
}

.sous-titre {
	font-size: 28px;
	padding-top: 20px;
	padding-bottom: 12px;
}
.tabelle-filets td {
	padding-top: 6px;
	padding-bottom: 6px;
}
}