@charset "UTF-8";

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

	VARIABLES

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

:root {
    --couleur-textes: #323F48;
    --couleur-base: #194383;
    --couleur-hover: #AB2328;
    --couleur-fond: #E4E4E4;
    --couleur-intro: #888888;
    --couleur-filets: #DDDDDD;
    --banner-top: 120px;
    --banner-top-affix: 60px;
}
@media screen and (max-width: 768px) {
:root {
    --banner-top: 80px;
}
}

/*

Bleu = #194383
Rouge = #AB2328;
Gris (textes) = #323F48
Gris (fond) = #E4E4E4

*/

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

	On importe ici les polices web

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

@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: '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,
.mceContentBody,
#tinymce {
    font-family: 'robotolight', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: var(--couleur-textes);
    font-weight: normal;
    line-height: 1.2;
}

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

.item-page ul,
div.droite ul,
.hikashop_category_information ul,
.mceContentBody ul,
#tinymce ul {
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 1px;
	margin-bottom: 10px;
	padding: 0px;
}
.item-page ul li,
div.droite ul li,
.hikashop_category_information ul li,
.mceContentBody ul li,
#tinymce ul li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 15px;
	padding-bottom: 5px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 1px 0.3em;
	background-size: 6px;
}

img {
    max-width: 100%;
    height: auto;
    border: 0px none #FFF;
    display: block;
}
bold, strong {
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-weight: normal !important;
}

a,
.edocman-document-title-td a:visited,
.uk-scope a {
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
	font-weight: normal;
    color: var(--couleur-base);
    text-decoration: none;
}
a:hover,
.uk-scope a:hover {
	color: var(--couleur-hover);
    text-decoration: none;
}

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

/* On passe sur 3 colonnes */
@media screen and (max-width: 1199px) {
body {
    font-size: 15px;
}
}

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


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

	Styles CSS

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

.btn {
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 95%;
	line-height: 1.2;
	background-color: var(--couleur-base);
	margin: 0px;
	padding-top: 0.5em;
	padding-right: 0.75em;
	padding-left: 0.75em;
	padding-bottom: 0.5em;
	border-radius: 5px;
	border: 1px solid var(--couleur-base);
	display: inline-block;
}
.btn:hover {
	color: #FFFFFF;
	background-color: var(--couleur-hover);
	border: 1px solid var(--couleur-hover);
    transition-duration: 0.25s;
}

.tableau-filets {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid var(--couleur-filets);
}
.tableau-filets td {
	padding-top: 16px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 16px;
	border-top: 1px solid var(--couleur-filets);
	vertical-align: top;
}
.tableau-filets td p {
	padding: 0px;
	margin: 0px;
}
.tableau-filets tr:nth-child(odd) {
	background-color: rgba(50,63,72,0.02);
}
.tableau-filets ul {
	margin-top: 6px;
	margin-bottom: 0px;
}


.tableau-download {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	margin-top: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid var(--couleur-filets);
}
.tableau-download td {
	padding-top: 0.65em;
	padding-right: 0.25em;
	padding-left: 0.25em;
	padding-bottom: 0.65em;
	border-top: 1px solid var(--couleur-filets);
	vertical-align: top;
	text-align: left;
}
.tableau-download td:last-child {
	text-align: right;
	white-space: nowrap;
}
.tableau-download td p {
	padding: 0px;
	margin: 0px;
}
.tableau-download tr:nth-child(odd) {
	background-color: rgba(50,63,72,0.02);
}
.tableau-download a {
    font-family: 'robotolight', Arial, Helvetica, sans-serif;
    color: var(--couleur-base);
}
.tableau-download a:hover {
    color: var(--couleur-hover);
}

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

	Pop-up Contentpane

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

body.contentpane {
	margin: 20px;
}

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

	Balises H

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

h1, h2, .uk-scope h1, .uk-scope h2, label.me-2 {
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-size: 250%;
    font-weight: normal;
    color: var(--couleur-base);
    text-transform: none;
    line-height: 1.1;
    text-align: left;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0.35em;
}
h3,
.uk-scope h3 {
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    color: var(--couleur-base);
    font-size: 170%;
    font-weight: normal;
    line-height: 1.1;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0.25em;
}

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