@charset "UTF-8";

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

	VARIABLES

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

:root {
    --couleur-textes: rgba(80,80,80,1.00);
    --couleur-base: rgba(230,56,22,1.00);
    --couleur-hover: rgba(185,49,14,1.00);
    --couleur-gris: rgba(135,135,135,1.00);
    --couleur-gris-clair: #DDDDDD;
}

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

	Webfonts

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

@font-face {
    font-family: 'robotobold';
    src: url('../webfonts/Roboto-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotobold_italic';
    src: url('../webfonts/Roboto-BoldItalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('../webfonts/Roboto-Medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotomedium_italic';
    src: url('../webfonts/Roboto-MediumItalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('../webfonts/Roboto-Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight_italic';
    src: url('../webfonts/Roboto-LightItalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

	Base

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

body {
	font-family: 'robotolight', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: var(--couleur-textes);
	font-weight: normal !important;
	line-height: 1.2;
}

@media screen and (max-width: 1440px) {
body {
    font-size: 17px;
}
}

@media screen and (max-width: 1200px) {
body {
    font-size: 16px;
}
}

@media screen and (max-width: 959px) {
body {
    font-size: 15px;
}
}

@media screen and (max-width: 640px) {
body {
    font-size: 14px;
}
}

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

img {
	max-width: 100%;
	height: auto;
	border: 0px none #FFF;
}
bold, strong {
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-weight: normal !important;
}
a, a:visited {
	color: var(--couleur-textes);
	text-decoration: none;
}
#tinymce.mceContentBody a {
	text-decoration: underline;
}
a:hover {
    color: var(--couleur-hover);
	text-decoration: underline;
}

ul,
#tinymce.mceContentBody ul {
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
ul li,
#tinymce.mceContentBody ul li {
	line-height: 1.2;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0.75em;
	padding-bottom: 0.25em;
	background-image: url(../images/bullet-liste.png);
	background-repeat: no-repeat;
	background-position: left 0.35em;
	background-size: auto 0.6em;
}

h1, h2 {
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-size: 230%;
    font-weight: normal;
    color: var(--couleur-hover);
    text-transform: none;
    line-height: 1.1;
    text-align: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 0px;
}
h3 {
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    color: var(--couleur-hover);
    font-size: 150%;
    font-weight: normal;
    line-height: 1.1;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0.5em;
}

/* Sous-titre  (sans espace) */
#tinymce.mceContentBody h4, h4 {
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    color: var(--couleur-hover);
    font-size: 120%;
    font-weight: normal;
    line-height: 1.2;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0.3em;
}
/* Sous-titre bleu (avec espace) */
#tinymce.mceContentBody h5, h5 {
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    color: var(--couleur-hover);
    font-size: 120%;
    font-weight: normal;
	line-height: 1.2;
	padding: 0px;
	margin-top: 1.5em;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0.3em;
}
/* Textes d'intro */
#tinymce.mceContentBody h6, h6 {
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
	color: #888888;
	font-size: 120%;
	font-weight: normal;
	line-height: 1.2;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0.75em;
	display: block;
}



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

	Style CSS

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

.tabelle-avec-filets {
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding: 0px;
	border-bottom: 1px solid var(--couleur-gris-clair);
	border-spacing : 0px;
	border-collapse : collapse;
}
.tabelle-avec-filets td {
	border-top: 1px solid var(--couleur-gris-clair);
	vertical-align: top;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
