
@font-face {
    font-family: 'montserrat';
    src: url('montserrat-medium.eot');
    src: url('montserrat-medium.eot?#iefix') format('embedded-opentype'),
         url('montserrat-medium.woff2') format('woff2'),
         url('montserrat-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rikweb-menu';
    src: url('rikweb-menu-bold.eot');
    src: url('rikweb-menu-bold.eot?#iefix') format('embedded-opentype'),
         url('rikweb-menu-bold.woff2') format('woff2'),
         url('rikweb-menu-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'rikweb-hl';
    src: url('rikweb-hl-semibold.eot');
    src: url('rikweb-hl-semibold.eot?#iefix') format('embedded-opentype'),
         url('rikweb-hl-semibold.woff2') format('woff2'),
         url('rikweb-hl-semibold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'crimson';
    src: url('crimson-roman-webfont.eot');
    src: url('crimson-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('crimson-roman-webfont.woff2') format('woff2'),
         url('crimson-roman-webfont.woff') format('woff'),
         url('crimson-roman-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'crimson';
    src: url('crimson-italic-webfont.eot');
    src: url('crimson-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('crimson-italic-webfont.woff2') format('woff2'),
         url('crimson-italic-webfont.woff') format('woff'),
         url('crimson-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;

}
@font-face {
    font-family: 'crimson';
    src: url('crimson-semibold-webfont.eot');
    src: url('crimson-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('crimson-semibold-webfont.woff2') format('woff2'),
         url('crimson-semibold-webfont.woff') format('woff'),
         url('crimson-semibold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'crimson';
    src: url('crimson-semibolditalic-webfont.eot');
    src: url('crimson-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('crimson-semibolditalic-webfont.woff2') format('woff2'),
         url('crimson-semibolditalic-webfont.woff') format('woff'),
         url('crimson-semibolditalic-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;

}




/*--------------------------------------------------------------
# Normalize & box-sizing
--------------------------------------------------------------*/
html {
	width: 100%;
	height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #6d6f70;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/*   ----------------------------- */

.consent_manager-background {
	
}
.consent_manager-wrapper {
	
}
.consent_manager-wrapper-inner {
	
}
.consent_manager-hidden {
	
}
.consent_manager-detail {
	
}
.consent_manager-headline {
	
}
.consent_manager-headline span {
	
}
.consent_manager-show-details {
	
}
.consent_manager-show-details a {
	color: #0f4a93;
}
.consent_manager-show-details a:hover {
	text-decoration: none
}
.consent_manager-save-selection,.consent_manager-accept-all {
	background: #0f4a93;
	border:1px solid #0f4a93;
	border-radius: 0;
}
.consent_manager-save-selection:hover,.consent_manager-accept-all:hover {
	background:#0f4a93;
	border-color:#0f4a93;
}
.consent_manager-save-selection {
	background:none transparent;
    color: #0f4a93;
}
.consent_manager-save-selection:hover {
	
}
.consent_manager-sitelinks a {
	
}
.consent_manager-sitelinks a:hover {
	
}
.consent_manager-save-and-close {
	color: #0f4a93;
}
.consent_manager-save-and-close:hover {
	
}
.consent_manager-close-box {
	
}
.consent_manager-close-box:before {
	
}
.consent_manager-close-box:hover {
	
}
.consent_manager-cookiegroups {
	
}
.consent_manager-cookiegroup-checkbox {
	
}
.consent_manager-cookiegroup-checkbox.pretty .state label {
	
}
.consent_manager-cookiegroup-checkbox.pretty.p-default input:checked~.state label::before {
	border-color: #0f4a93;
}
.consent_manager-cookiegroup-checkbox.pretty.p-default input:checked~.state label::after {
	background-color: #0f4a93 !important;
}
.consent_manager-cookiegroup-checkbox.pretty.p-locked {
}
.consent_manager-cookiegroup+.consent_manager-cookiegroup-title {
	
}
.consent_manager-cookie {
	
}
.consent_manager-cookie span {
	
}
.pretty.p-icon .state .icon {
	
}
#consent_manager-wrapper .icon.icon-ok-1::before {
	
}

a {
	cursor: pointer;
}

@media (min-width:35em) {
	.consent_manager-cookiegroups {
	
	}
	.consent_manager-cookiegroup-checkbox {
		
	}
	.consent_manager-show-details {
		
	}
	.consent_manager-buttons {
	
	}
	.consent_manager-sitelinks {
		
	}
	.consent_manager-sitelinks a {
		
	}
	.consent_manager-save-selection,.consent_manager-accept-all {
		
	}

}

@media (min-width:50em) {
	.consent_manager-wrapper-inner {
	
	}
	.consent_manager-buttons-sitelinks {
		
	}
	.consent_manager-close-box {
	
	}
}

.state, .state * {
    line-height: 1em;
}



body {
	width: 100%;
	height: 100%;
	background: rgb(210,236,251) url(fond_bleu-2.png) repeat-x;
}

* {
	font-family: "crimson", "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
}

div {
	vertical-align: top;
}

h1,
h1 *,
p.consent_manager-headline,
p.consent_manager-headline * {
	font-family: "rikweb-hl";
	font-size: 24px;
	color: #0f4a93;
	line-height: 1.2em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h1,
p.consent_manager-headline {
	padding: 0 0 1.2em 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	padding: 0 0 0.5em 0;
	margin: 0;
}

p,
.pic,
#content ul,
#content table {
	margin: 0;
	padding: 0 0 1.5em 0;
}

#content p + ul {
	margin-top: -1.5em;
}

ul,
li {
	margin: 0;
	padding: 0;
}

#wrapper {
	position: relative;
	float: left;
	width: 100%;
	min-height: 100%;
	overflow-x: hidden;
}

#header-top {
	float: left;
	width: 100%;
	height: 50px;
	min-width: 960px;
	max-width: 1340px;
	padding: 15px 100px 0 100px;
}

#logolink-extern {
	float: right;
	width: 225px;
	margin: 0 0 0 100px;
}

#menu2 {
	display: block;
	float: right;
	width: 50%;
}

#website {
	float: left;
	clear: both;
	width: 960px;
	padding: 0 100px 100px 100px;
}

#header {
	float: left;
	width: 100%;
	height: 125px;
}

#logo {
	float: left;
	width: 230px;
	margin-bottom: 20px;
}

#menu1 {
	float: left;
	width: 100%;
}

#menu1 ul,
#menu2 ul {
	margin: 0 0 0 0;
	padding: 0;
}

#menu2 ul {
	float: right;
	padding-top: 3px;
}

.menuitem {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 20px 0 0;
}

#menu2 .menuitem {
	line-height: 1em;
	margin: 0;
	padding: 0 0 0 10px;
}

.menuitem-a,
.menuitem-a *,
h3,
h3 * {
	font-family: 'rikweb-menu';
	font-size: 12px;
	color: #232d38;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#menu1 .act .menuitem-a,
#menu1 .actPath .menuitem-a,
#menu1 .menuitem-a:hover {
	border-bottom: 1px solid #0f4a93;
}

#menu2 .menuitem-a,
#menu2 .menuitem-a *,
.consent_manager-sitelinks a {
	font-family: "montserrat";
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	line-height: 1em;
	text-transform: uppercase;
}

.consent_manager-sitelinks a {
	color: #000;
}

#menu2 .act,
#menu2 .actPath,
#menu2 .menuitem-a:hover,
.consent_manager-sitelinks a:hover {
	color: #1977cc;
}

#content {
	float: left;
	width: 100%;
}

#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: #a4a6a6;
	padding: 1.2em 50px 1.2em 100px;
}

#footer,
#footer * {
	font-family: "rikweb-hl";
	color: #fff;
}

#footer p {
    padding: 0.5em 0 0.5em 0;
}

#footer-extra {
	float: left;
	width: 100%;
	height: 450px;
	margin: -60px 0 60px 0;
}

#content ul {
	list-style: none outside;
}

#content li {
	text-indent: -0.66em;
	margin-left: 0.66em;
}

#content li:before {  
    content: '-\00a0'; 
}

.text-pic-block {
	float: left;
	width: 100%;
}

.contentLeft {
	float: left;
	width: 50%;
	padding: 0 16px 0 0;
}

.contentRight {
	float: right;
	width: 50%;
	padding: 0 0 0 16px;
}

.textblock {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.pic {
	min-height: 400px;
	
}

.pic img {
	width: 109.9%;
	max-width: 109.9%;
	margin-left: -5%;
}

.picTextGroup {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	float: left;
	position: relative;
	width: 100%;
	left: -5000px;
	padding: 1.5em 5000px 1.5em 5000px;
	background: #c8e3f8;
}

.textblock + .picTextGroup {
	margin: 1.5em 0 0 0;
}

.picTextGroup:last-child {
	margin-bottom: -40px;
}

.picTextGroup:nth-child(odd) {
	background: #b0d8f5;
}

.picTextGroup:nth-child(even) {
	background: #c8e3f8;
}

.picText {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 50%;
}

.picText-pic {
	float: left;
	width: 37.7%;
}

.picText-pic img {
	float: left;
	width: 100%;
	max-width: none;
}

.picText-text {
	float: left;
	width: 62.3%;
	padding: 0 40px 0 20px;
}

.frame-googlemap,
#map {
	width: 100%;
	height: 450px;
	border-top: 1px solid #0f4a93;
}

.lineHeightExtra p,
.lineHeightExtra h3 {
	line-height: 1.8em;
}

@media screen and (min-width: 2000px) {
	
	
	* {
		font-size: 18px;
	}
	
	h1,
	h1 * {
		font-size: 32px;
	}
	
	h2 {
		font-size: 24px;
	}
	
	#header-top {
		height: 75px;
		min-width: 1440px;
		max-width: 2010px;
		padding: 23px 150px 0 150px;
	}
	
	#logolink-extern {
		width: 338px;
	}
	
	#website {
		width: 1440px;
		padding: 0 150px 150px 150px;
	}
	
	#header {
		height: 188px;
	}
	
	#logo {
		width: 345px;
		margin-bottom: 30px;
	}
	
	#menu2 ul {
		padding-top: 5px;
	}
	
	.menuitem {
		padding: 0 30px 0 0;
	}
	
	#menu2 .menuitem {
		padding: 0 0 0 15px;
	}
	
	.menuitem-a,
	.menuitem-a *,
	h3,
	h3 * {
		font-size: 18px;
	}
	
	#menu2 .menuitem-a,
	#menu2 .menuitem-a * {
		font-size: 18px;
	}
	
	#footer {
		height: 90px;
		padding: 1.2em 75px 1.2em 150px;
	}
	
	#footer-extra {
		margin: -90px 0 90px 0;
	}
	
	.cc-window.cc-banner {
		padding: 1.2em 150px 1.2em 150px;
	}
		
	.contentLeft {
		padding: 0 24px 0 0;
	}
	
	.contentRight {
		padding: 0 0 0 24px;
	}
	
	.pic {
		min-height: 600px;
		
	}
	
	.picTextGroup:last-child {
		margin-bottom: -60px;
	}
	
	.picText-text {
		padding: 0 60px 0 30px;
	}
	
}

@media screen and (max-width: 1130px) {

	#logolink-extern {
		margin-left: 5%;
	}
	
}

@media screen and (max-width: 959px) {

	* {
		font-size: 14px;
	}

	#wrapper {
		overflow-x: visible;
	}
	
	#website {
		width: 100%;
		padding: 0 0 100px 0;
	}
	
	#header-top {
		min-width: 0;
		padding: 2% 2% 0 2%;
	}

	#rd-menu-opener {
		position: absolute;
		display: block!important;
		width: 50px;
		right: 2%;
		top: 0;
		margin-top: 55px; 
	}

	.rdMenuVisible #rd-menu-opener {
		display: none!important;
	}

	#rd-menu-opener a {
		display: none;
		width: 100%;
		float: left;
	}

	#rd-menu-opener a.opener {
		display: block;
	}

	#rd-menu-opener img {
		float: left;
		width: 100%;
		height: auto;
	}
	
	#menu2 {
		display: none;
		position: absolute;
		right: 2%;
		top: 0;
		margin-top: 55px; 
	}
	
	#menu2 ul {
		padding-top: 0;
	}
	
	#menu2 .menuitem {
		display: block;
		text-align: right;
		line-height: 1.5em;
	}
	
	.rdMenuVisible #menu2 {
		display: block;
	}
	
	#header {
		padding: 0 5% 0 5%;
	}
	
	.text-pic-block {
		padding: 0 5% 0 5%;
	}
	
	.textblock.lineHeightExtra {
		padding: 0 5% 0 5%;
	} 
	
	.picTextGroup {
		position: static;
		left: auto;
		padding: 1.5em 5% 1.5em 5%;
	}
}

@media screen and (max-width: 719px) {

	#header {
		height: auto;
		padding: 0;
		margin-bottom: 2em;
	}
	
	#logo {
		margin-left: 5%;
	}
	
	#menu1,
	#menu1 ul {
		display: block;
		float: left;
		width: 100%;
	}
	
	#logo + #menu1 {
		margin-top: 2em;
	}
	
	.text-pic-block #menu1 {
		width: 111.11%;
		margin-left: -5.56%;
		margin-bottom: 2em;
	}

	#menu1 .menuitem {
		display: block;
		float: left;
		width: 100%;
		padding: 0.3em 10% 0.3em 10%;
		text-indent: 0!important;
		margin-left: 0!important;
	}
	
	#menu1 .menuitem::before {
		content: ""!important;
	}
	
	#menu1 .menuitem:nth-child(3n+1) {
		background: rgb(179,213,255);
	}
	
	#menu1 .menuitem:nth-child(3n+2) {
		background: rgb(194,221,255);
	}
	
	#menu1 .menuitem:nth-child(3n+0) {
		background: rgb(201,226,255);
	}
	
	#menu1 .menuitem,
	#menu1 .menuitem-a, 
	#menu1 .menuitem-a * {
		font-family: "montserrat";
		width: 100%;
		color: #0f4a93;
		font-size: 30px;
		line-height: 36px;
		text-decoration: none;
	}

	#menu1 .menuitem::after{
		content: ">";
		font-family: "montserrat";
		color: #0f4a93;
		font-size: 30px;
		line-height: 1.2em;
		text-decoration: none;
		float: right;
	}

	#menu1 .menuitem.act::after{
		content: "";
	}
	
	#menu1 .menuitem-b,
	#menu1 .actPath .menuitem-a,
	#menu1 .menuitem-a:hover,
	.js #menu1 li:hover > .menuitem-a {
		color: #fff;
	}
	
	#menu1 .act .menuitem-a,
	#menu1 .actPath .menuitem-a,
	#menu1 .menuitem-a:hover {
		border: none;
	}
	
	#footer {
		padding: 1.2em 10% 1.2em 10%;
		height: 0;
		padding: 0 10% 4.5em 10%;
	}
	
	.text-pic-block {
		padding: 0;
	}
	
	.textblock.lineHeightExtra {
		padding: 0 10% 0 10%;
	} 
	
	.textblock {
		width: 100%;
		padding: 0 10% 0 10%;
		float: left;
	}
	
	.text-pic-block + .text-pic-block > .textblock {
		margin-top: 2em;
	}
	
	.pic {
		width: 100%;
		min-height: 1px;
		padding: 1em 0 2em 0;
		margin: 0;
		float: left;
	}
	
	.pic img {
		width: 100%;
		margin: 0;
	}
	
	.picTextGroup {
 		padding: 0;
		background: none;
	}
	
	.picText {
		width: 100%;
		padding: 1.5em 5% 1.5em 5%;
	}

.picText:nth-child(odd) {
	background: #b0d8f5;
}

.picText:nth-child(even) {
	background: #c8e3f8;
}
	
	.hideNarrow {
		display: none;
	}
	
	.brNarrow::before {
		content: ' ';
		display: block;
	}
	
}

@media screen and (max-width: 520px) {

	#header-top {
		height: 30px;
	}

	#logo {
		width: 45%;
	}

	#logolink-extern {
		width: 45%;
	}

	#rd-menu-opener {
		width: 12%;
		margin-top: 10%; 
	}

	#menu2 {
		margin-top: 10%; 
	}
	
	#menu1 .menuitem,
	#menu1 .menuitem-a,
	#menu1 .menuitem-a * {
		font-size: 26px;
	}
}

@media screen and (max-width: 440px) {
	
	#menu1 .menuitem,
	#menu1 .menuitem-a,
	#menu1 .menuitem-a * {
		font-size: 22px;
	}
	
	.picText {
		padding-left: 10%;
		padding-right: 10%;
	}
	
	.picText-pic {
		width: 50%;
		padding: 0 0 1em 0;
	}
	
	.picText-text {
		clear: both;
		width: 100%;
		padding: 0;
	}
}

@media screen and (max-width: 370px) {
	
	#menu1 .menuitem,
	#menu1 .menuitem-a,
	#menu1 .menuitem-a * {
		font-size: 18px;
	}
	
	#footer {
		padding: 0 5% 4.5em 5%;
	}
}