/* ---------------------------------------
	Standard styles formatting
	created with Template Creator
        on https://www.template-creator.com
-----------------------------------------*/

html {
	height: 101/100%;
}

body {
	margin: 0;
	padding: 0;
	min-height: 100vh;
}

* {
	padding: 0;
	margin: 0;
}

ul, ol {
	padding: .75em 0 .75em 0;
	margin: 0 0 0 35px;
}

ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.menu li a {
	text-decoration: none;
}


p {
	padding: 5px 0;
}

.flexiblecolumn {
	min-height: 0.1px; /* needed to keep the area of the column */
	box-sizing: border-box;
}

.clr {
	clear : both;
}

canvas, img, svg, video {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}

table img {
	max-width: none;
}


.column.column1 {
	width: 18%;
}

.column.column2 {
	width: 30.487804878%;
}

.column.main {
	width: 82%;
}

.column.center {
	width: 69.512195122%;
}

.noleft .center.column  {
	width: 75%;
}

.noleft .column2 {
	width: 25%;
}

.noleft .main {
	width: 100%;
}

.noright .column.center {
	width: 100%;
}

.flexiblemodule, .column, .logobloc, .flexiblecolumn {
	float: left;
}

.rtl .flexiblemodule, .rtl .column, .rtl .logobloc, .rtl .flexiblecolumn {
	float: right;
}

/* for equalheights */
section > .inner > .clr,
.flexiblemodule > .inner > .clr,
.equalheights > .inner > .clr,
section > .inner:before,
.flexiblemodule > .inner:before,
.equalheights > .inner:before,
section > .inner:after,
.flexiblemodule > .inner:after,
.equalheights > .inner:after {
	display: none;
}

section > .inner,
.equalheights > .inner,
.equalheights .maincenter > .inner {
	display: flex;
	justify-content: space-between;
}

.flexiblemodule {
	display: flex;
	flex: 1 1 auto;
}

.flexiblemodule > .inner {
	max-width:100%;
	width: 100%;
	box-sizing: border-box;
}

.videobackground { 
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	object-fit: cover;
}

.videobackground + *,
.videobackground_yt1 + * { 
	position: relative;
	z-index: 1;
}

/* for youtube video */
.videobackground_yt1 { 
	max-height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.videobackground_yt2 { 
	padding-bottom: 56.3%;
	position: relative;
}

.hasvideobackground {
	position: relative;
	overflow: hidden;
}

#finder-search .in.collapse {
	overflow: visible;
}

.valign-top {
	align-self: flex-start;
}

.valign-center {
	align-self: center;
}

.valign-bottom {
	align-self: flex-end;
}

.tck-logo-img {
	display: block;
}

.tck-logo-center img {
	margin-left: auto;
	margin-right: auto;
}

.tck-logo-right img {
	margin-left: auto;
}

.tck-article {
	clear: both;
}

.tck-wrapper {
	position: relative;
}

/* ---------------------------------------
	Print default CSS
-----------------------------------------*/

@media print {

	.tck-container {
		width: 100% !important;
	}

	.scrollToTop, #login-form, .tck-noprint {
		display: none !important
	}

	.flexiblemodule, .column, .logobloc, .flexiblecolumn {
		float: none;
	}

	.column.main, .column.column1, .column.column2 {
		width: 85%;
		margin-right: 2%;
		margin-left: auto;
	}

	.column.center {
		width: 100%;
	}

	a[href]:after {
		content: "";
	}

}

/* ---------------------------------------
	Accessibility
-----------------------------------------*/

.breadcrumb > .active {
	color: #000;
	font-weight: bold;
}

.muted {
	color: #666;
	font-weight: lighter;
}


/* ---------------------------------------
	CSS grid for content alignement
-----------------------------------------*/
[class*="tck-cols"] {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}

[class*="tck-cols"] > * {
	flex: 1 1 auto;
	box-sizing: border-box;
}

[class*="tck-gutter"] > * {
	flex: 0 1 auto;
}

/* no gutter */
.tck-cols-2 > * {
	width: 50%;
}

.tck-cols-3 > * {
	width: 33.333%;
}

.tck-cols-4 > * {
	width: 25%;
}
.tck-cols-8 > * {
	width: 12.5%;
}

/* gutter 10px */
.tck-cols-2.tck-gutter-10 > * {
	width: calc((100% - 10px) / 2);
}

.tck-cols-3.tck-gutter-10 > * {
	width: calc((100% - 2 * 10px) / 3);
}

.tck-cols-4.tck-gutter-10 > * {
	width: calc((100% - 3 * 10px) / 4);
}

.tck-cols-8.tck-gutter-10 > * {
	width: calc((100% - 7 * 10px) / 8);
}

/* ---------------------------------------
	Shape divider
-----------------------------------------*/

.tck-divider-container {
	position: absolute;
	overflow: hidden;
	left: 0;
	width: 100%;
}

.tck-divider-container > svg {
	position: relative;
	height: 100%;
	left: 50%;
	transform: translate(-50%);
	min-width: 100%;
}

.tck-divider-container.pbck-divider-top {
	top: -1px;
}

.tck-divider-container.pbck-divider-bottom {
	bottom: -1px;
}

.tck-divider-container.pbck-divider-over {
	z-index: 1;
}

.tck-divider-container.pbck-divider-under {
	z-index: 0;
}

.ckflip-horizontal > svg {
	transform: rotateY(180deg) translate(-50%);
}

.ckflip-vertical > svg {
	transform: rotateX(180deg) translate(-50%);
}

.ckflip-horizontal.ckflip-vertical > svg {
	transform: rotate(180deg) translate(-50%);
}

.tck-divider-container + .inner {
	position: relative;
}

/* ---------------------------------------
	System features
-----------------------------------------*/

.tck-edition {
	min-height: 50px;
	margin: 2px;
	border: 1px dashed grey;
	position: relative;
}
.tck-edition::before {
	content: "[" attr(data-position) "]";
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-family: Segoe UI, sans-serif;
	line-height: 1.2;
	padding: 3px 5px;
	background: #333;
	display: block !important;
	color: #fff;
	border-radius: 3px;
	border: 1px solid #666;
	opacity: 0.8;
	pointer-events: none;
	box-sizing: content-box;
	height: 20px;
	z-index: 1;
}

/* ---------------------------------------
	specific to images
-----------------------------------------*/

ul.actions {
	margin: 0;
	list-style: none;
}

ul.actions li a {
	text-decoration: none;
}
undefinedundefined

.tck-article-details-align-h > dd {
	display: inline-block;
	margin-right: 10px; 
}

.tck-article-tools-right {
	float: right;
}

.tck-article-tools ul:not(.dropdown-menu) li {
	display: inline-block;
}

.tck-article-pagination-prev {
	float: left;
}

.tck-article-pagination-next {
	float: right;
}



/* ---------------------------------------
	Columns width
-----------------------------------------*/

#row1column1 { width: calc(33.333333333333336 / 100 * (100% - 0px - (2 * 0px))); }

#row1column2 { width: calc(33.333333333333336 / 100 * (100% - 0px - (2 * 0px))); }

#row1column3 { width: calc(33.333333333333336 / 100 * (100% - 0px - (2 * 0px))); }

#row2column1 { width: calc(33.333333333333336 / 100 * (100% - (2 * 1px))); }

#row2column2 { width: calc(33.333333333333336 / 100 * (100% - (2 * 1px))); }

#row2column3 { width: calc(33.333333333333336 / 100 * (100% - (2 * 1px))); }

#row4column1 { width: calc(50 / 100 * (100% - 0px - (1 * 1px))); }

#row4column2 { width: calc(50 / 100 * (100% - 0px - (1 * 1px))); }


/* ---------------------------------------
	Custom styling
-----------------------------------------*/

.container, .container-fluid,
.tck-container, .tck-container-fluid {
	margin: 0 auto;
	box-sizing: border-box;
}

.container, .tck-container {
	width: 950px;
}

.container-fluid, .tck-container-fluid {
	width: 950px;
}

body {
	background: #f3f3f3;
	color: #292c2e;
	text-align: left;
	line-height: 20px;
	font-size: 14px;
	font-family: Tahoma, sans-serif;
}

a {
	color: #000066;
}


a:hover,  a:focus {
	color: #1199ff;
}

h1, div.componentheading {
	border-bottom: #8cb8c2 3px solid;
	color: #000066;
	font-size: 22px;
}

h2, div.contentheading {
	border-bottom: #8cb8c2 3px solid;
	color: #000066;
	font-size: 18px;
}

h2 a:hover, div.contentheading a:hover,
h2 a:focus, div.contentheading a:focus {
	color: #036c9e;
}

h3 {
	font-size: 16px;
}

.button, button, button.btn, input.btn, .btn {
    border: none;
	background: #ffffff;
	background-image: url("buttonbuttonbody-gradient.svg");
	background-image: -o-linear-gradient(center top,#ffffff,#ffffff 40%, #e3e3e3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#ffffff),color-stop(40%,#ffffff), color-stop(100%, #e3e3e3));
	background-image: -moz-linear-gradient(center top,#ffffff,#ffffff 40%, #e3e3e3 100%);
	background-image: linear-gradient(center top,#ffffff,#ffffff 40%, #e3e3e3 100%);
	-pie-background: linear-gradient(center top,#ffffff,#ffffff 40%, #e3e3e3 100%);
	border: #c7c7c7 1px solid;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color: #000000;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

.button:hover, button:hover, button.btn:hover, input.btn:hover, .btn:hover,
.button:focus, button:focus, button.btn:focus, input.btn:focus, .btn:focus {
	color: #036c9e;
}

ul.pagenav li a, .pagination li .pagenav,  .pager li a {
    display: inline-block;
	background: #ffffff;
	background-image: url("pagenavbuttonbody-gradient.svg");
	background-image: -o-linear-gradient(center top,#ffffff,#ffffff 50%,#f2f2f2 50%, #e1e1e1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#ffffff),color-stop(50%,#ffffff),color-stop(50%,#f2f2f2), color-stop(100%, #e1e1e1));
	background-image: -moz-linear-gradient(center top,#ffffff,#ffffff 50%,#f2f2f2 50%, #e1e1e1 100%);
	background-image: linear-gradient(center top,#ffffff,#ffffff 50%,#f2f2f2 50%, #e1e1e1 100%);
	-pie-background: linear-gradient(center top,#ffffff,#ffffff 50%,#f2f2f2 50%, #e1e1e1 100%);
	border: #c7c7c7 1px solid;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.pagination li span.pagenav {
	opacity: 0.7;
}
.readmore a, .readmore .btn {
	background: #ffffff;
	background-image: url("readmorebuttonbody-gradient.svg");
	background-image: -o-linear-gradient(center top,#ffffff,#ffffff 40%, #e1e1e1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#ffffff),color-stop(40%,#ffffff), color-stop(100%, #e1e1e1));
	background-image: -moz-linear-gradient(center top,#ffffff,#ffffff 40%, #e1e1e1 100%);
	background-image: linear-gradient(center top,#ffffff,#ffffff 40%, #e1e1e1 100%);
	-pie-background: linear-gradient(center top,#ffffff,#ffffff 40%, #e1e1e1 100%);
	border: #c7c7c7 1px solid;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color: #000000;
	padding: 5px;
}

.readmore a:hover,
.readmore a:focus {
	color: #036c9e;
}

.invalid {border: red;}
                
input.inputbox, .registration input, .login input, .contact input, .contact textarea,  select,
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border: none;
	height: auto;
	border: #e7e7e7 1px solid;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color: #bebebe;
	padding: 4px;
	text-align: left;
}

input:focus, input.inputbox:focus, .registration input:focus, .login input:focus, .contact input:focus, .contact textarea:focus,  select:focus,
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border: #b0b0b0 1px solid;
}

#wrapper {
	background: #ffffff;
	background-image: url("bodywrapper-gradient.svg");
	background-image: -o-linear-gradient(center top,#ffffff, #ebecff 99%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#ffffff), color-stop(99%, #ebecff));
	background-image: -moz-linear-gradient(center top,#ffffff, #ebecff 99%);
	background-image: linear-gradient(center top,#ffffff, #ebecff 99%);
	-pie-background: linear-gradient(center top,#ffffff, #ebecff 99%);

                    }

#wrapper > .inner {
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

#maincontent > .inner {
	margin-top: 0px;
}

#left ul.menu li a, #left ul.menu li span.separator {

}

#left ul.menu li a, #left ul.menu li span.separator {
    display: block;
	background:  url('../images/theme15_tick.png') left center no-repeat scroll;
	background-size: auto;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 20px;
}

#main > .inner {
	margin-top: 5px;
}

#main div.moduletable h3, #main div.module h3, #main .widget h3, #main .tck-module h3,
#main div.moduletable_menu h3, #main div.module_menu h3, #main .tck-module-title {
	border-bottom: #8cb8c2 3px solid;
}

#block13 > .inner {
	text-align: right;
}

#block20 > .inner {
	margin-top: -30px;
}
#block20 ul.menu, #block20 ul.nav, #block20 ul.maximenuck {
            margin: 0;
            padding: 0;
}

#block20 ul.menu li, #block20 ul.nav li, #block20 ul.maximenuck li  {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style:none;
}

#block20 ul.menu li li, #block20 ul.nav li li, #block20 ul.maximenuck li li {
	float: none;
	display: block;
}

#block20 ul.menu > li > a, #block20 ul.menu > li > span.separator,
#block20 ul.nav > li > a, #block20 ul.nav > li > span.separator,
#block20 ul.maximenuck > li > a, #block20 ul.maximenuck > li > span.separator{
    display:block;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	color: #000000;
	margin-right: 4px;
	padding: 3px;
	font-weight: 600;
	font-size: 18px;
	font-family: Segoe UI, sans-serif;
}

#block20 ul.menu > li:hover > a, #block20 ul.menu > li:hover > span.separator,
#block20 ul.menu > li:focus > a, #block20 ul.menu > li:focus > span.separator,
#block20 ul.nav > li:hover > a, #block20 ul.nav > li:hover > span.separator,
#block20 ul.nav > li:focus > a, #block20 ul.nav > li:focus > span.separator,
#block20 ul.maximenuck > li:hover > a, #block20 ul.maximenuck > li:hover > span.separator,
#block20 ul.maximenuck > li:focus > a, #block20 ul.maximenuck > li:focus > span.separator {
	background: #dee8ff;
	color: #00000;
}

#block20 ul.menu > li.active > a, #block20 ul.menu > li.active > span.separator,
#block20 ul.nav > li.active > a, #block20 ul.nav > li.active > span.separator,
#block20 ul.maximenuck > li.active > a, #block20 ul.maximenuck > li.active > span.separator {
	border-top: #000066 5px solid;
	color: #000066;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: 700;
}

#block20 ul.menu li li a, #block20 ul.menu li li span.separator,
#block20 ul.nav li li a, #block20 ul.nav li li span.separator,
#block20 ul.maximenuck li li a, #block20 ul.maximenuck li li span.separator {
    display:block;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	color: #dde7ed;
	margin: 2px;
	padding: 4px;
	padding-left: 10px;
	font-size: 16px;
}

#block20 ul.menu li li:hover > a, #block20 ul.menu li li:hover span.separator,
#block20 ul.menu li li:focus > a, #block20 ul.menu li li:focus span.separator,
#block20 ul.nav li li:hover > a, #block20 ul.nav li li:hover span.separator,
#block20 ul.nav li li:focus > a, #block20 ul.nav li li:focus span.separator,
#block20 ul.maximenuck li li:hover > a, #block20 ul.maximenuck li li:hover span.separator,
#block20 ul.maximenuck li li:focus > a, #block20 ul.maximenuck li li:focus span.separator {
	background: #6e838f;
	color: #ffffff;
	font-size: 16px;
}

#block20 ul.menu li li.active > a, #block20 ul.menu li li.active span.separator,
#block20 ul.nav li li.active > a, #block20 ul.nav li li.active span.separator,
#block20 ul.maximenuck li li.active > a, #block20 ul.maximenuck li li.active span.separator{
	background: #4c5765;
	color: #ffffff;
}

/* code pour menu normal */
#block20 ul.menu li ul, #block20 ul.menu li:hover ul ul, #block20 ul.menu li:hover ul ul ul,
#block20 ul.menu li ul, #block20 ul.menu li:focus ul ul, #block20 ul.menu li:focus ul ul ul,
#block20 ul.nav li ul, #block20 ul.nav li:hover ul ul, #block20 ul.nav li:hover ul ul ul,
#block20 ul.nav li ul, #block20 ul.nav li:focus ul ul, #block20 ul.nav li:focus ul ul ul {
	position: absolute;
	left: -999em;
	z-index: 999;
        margin: 0;
        padding: 0;
	background: #798b94;
	width: 200px;
	padding: 15px;
}


#block20 ul.menu li:hover ul ul, #block20 ul.menu li:hover li:hover ul ul, #block20 ul.menu li:hover li:hover li:hover ul ul,
#block20 ul.menu li:focus ul ul, #block20 ul.menu li:focus li:focus ul ul, #block20 ul.menu li:focus li:focus li:focus ul ul,
#block20 ul.nav li:hover ul ul, #block20 ul.nav li:hover li:hover ul ul, #block20 ul.nav li:hover li:hover li:hover ul ul,
#block20 ul.nav li:focus ul ul, #block20 ul.nav li:focus li:focus ul ul, #block20 ul.nav li:focus li:focus li:focus ul ul {
	left: -999em;
}

#block20 ul.menu li:hover > ul, #block20 ul.menu li:hover ul li:hover > ul, #block20 ul.menu li:hover ul li:hover ul li:hover > ul, #block20 ul.menu li:hover ul li:hover ul li:hover ul li:hover > ul,
#block20 ul.menu li:focus > ul, #block20 ul.menu li:focus ul li:focus > ul, #block20 ul.menu li:focus ul li:focus ul li:focus > ul, #block20 ul.menu li:focus ul li:focus ul li:focus ul li:focus > ul,
#block20 ul.nav li:hover > ul, #block20 ul.nav li:hover ul li:hover > ul, #block20 ul.nav li:hover ul li:hover ul li:hover > ul, #block20 ul.nav li:hover ul li:hover ul li:hover ul li:hover > ul,
#block20 ul.nav li:focus > ul, #block20 ul.nav li:focus ul li:focus > ul, #block20 ul.nav li:focus ul li:focus ul li:focus > ul, #block20 ul.nav li:focus ul li:focus ul li:focus ul li:focus > ul {
	left: auto;
}

#block20 ul.menu li:hover ul li:hover ul,
#block20 ul.menu li:focus ul li:focus ul,
#block20 ul.nav li:hover ul li:hover ul,
#block20 ul.nav li:focus ul li:focus ul {
	margin-top: -30px;
	margin-left: 190px;
}

/* fin code normal */

#block20 ul.maximenuck li ul, #block20 ul.maximenuck li:hover ul ul, #block20 ul.maximenuck li:hover ul ul ul,
#block20 ul.maximenuck li ul, #block20 ul.maximenuck li:focus ul ul, #block20 ul.maximenuck li:focus ul ul ul {
	position: static !important;
	left: auto !important;
	background: transparent !important;
	border-radius: 0 !important;
    border: none !important;
	-moz-border-radius: 0 !important;
	-o-border-radius:  0 !important;
	-webkit-border-radius: 0 !important;
	width: 100% !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

#block20 ul.maximenuCK li ul ul,
#block20 ul.maximenuck li ul ul {
	margin: 0 !important;
}

#block20 li div.maxidrop-main {
	width: 200px;
}

#block20 li div.floatCK,
#block20 li div.floatck {
	background: #798b94;
	padding: 15px;
}

#block20 ul li ul.maximenuCK2,
#block20 ul li ul.maximenuck2 {
    margin: 0;
    padding: 0;
}

#block20 ul li div.maximenuCK2,
#block20 ul li div.maximenuck2 {
    float: left;
    width: 100%;
}

#block20 li div.maxidrop-main div.maxidrop-main {
}

#block20 ul li.maximenuCK div.floatCK div.floatCK,
#block20 ul li.maximenuck div.floatck div.floatck {
	margin-top: -30px;
	margin-left: 190px;
}

#block20 span.descCK,
#block20 span.descck {
    display: block;
    line-height: 10px;
}

#block20 ul.menu li li {
    float: none;
    display: block;
}

#blocks4 .n1 > .flexiblemodule { width: 100%; }
#blocks4 .n2 > .flexiblemodule { width: 50%; }
#blocks4 .n2 > .flexiblemodule + div { width: 50%; }

#blocks4mod1 > .inner {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#blocks4mod2 > .inner {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#blocks1 .n1 > .flexiblemodule { width: 100%; }
#blocks1 .n2 > .flexiblemodule { width: 50%; }
#blocks1 .n2 > .flexiblemodule + div { width: 50%; }

#blocks1mod1 > .inner {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#blocks1mod2 > .inner {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#center > .inner {
	margin-top: 0px;
	padding: 10px;
}

#content > .inner {
	text-align: justify;
}

#right > .inner {
	background: #ffffff;
	border: #c7c7c7 1px solid;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
	padding: 10px;
	box-shadow: #c7c7c7 0px 2px 3px 1px;
	-moz-box-shadow: #c7c7c7 0px 2px 3px 1px;
	-webkit-box-shadow: #c7c7c7 0px 2px 3px 1px;
}

#right div.moduletable, #right div.module, #right .widget, #right .tck-module,
#right div.moduletable_menu, #right div.module_menu {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#right div.moduletable h3, #right div.module h3, #right .widget h3, #right .tck-module h3,
#right div.moduletable_menu h3, #right div.module_menu h3, #right .tck-module-title {
	color: #0070c0;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	text-transform: uppercase;
}

#right .tck-module-text {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#block11 .tck-module-text {
	padding: 5px;
}

#block12 .tck-module-text {
	padding: 5px;
	line-height: 13px;
	font-size: 12px;
}

#block2 .tck-module-text {
	padding: 5px;
	line-height: 13px;
	font-size: 12px;
}

#block28 .tck-module-text {
	padding: 5px;
	line-height: 13px;
	font-size: 12px;
}

#block29 .tck-module-text {
	padding: 5px;
	line-height: 13px;
	font-size: 12px;
}

#block19 .tck-module-text {
	padding: 5px;
	line-height: 13px;
	font-size: 12px;
}

#block27 .tck-module-text {
	padding: 5px;
	line-height: 13px;
	font-size: 12px;
}

#block30 .tck-module-text {
	padding: 5px;
	line-height: 13px;
	font-size: 12px;
}

#block23 .tck-module-text {
	padding: 5px;
	line-height: 13px;
	font-size: 12px;
}

#block26 .tck-module-text {
	padding: 5px;
	line-height: 13px;
	font-size: 12px;
}

#block31 .tck-module-text {
	padding: 5px;
	line-height: 13px;
	font-size: 12px;
}
#infos .n1 > .flexiblemodule { width: 100%; }
#infos .n2 > .flexiblemodule { width: 50%; }
#infos .n2 > .flexiblemodule + div { width: 50%; }
#infos .n3 > .flexiblemodule { width: 33.3333333333%; }
#infos .n3 > .flexiblemodule + div { width: 33.3333333333%; }
#infos .n3 > .flexiblemodule + div + div { width: 33.3333333333%; }
#infos .n4 > .flexiblemodule { width: 25%; }
#infos .n4 > .flexiblemodule + div { width: 25%; }
#infos .n4 > .flexiblemodule + div + div { width: 25%; }
#infos .n4 > .flexiblemodule + div + div + div { width: 25%; }
#infos .n5 > .flexiblemodule { width: 20%; }
#infos .n5 > .flexiblemodule + div { width: 20%; }
#infos .n5 > .flexiblemodule + div + div { width: 20%; }
#infos .n5 > .flexiblemodule + div + div + div { width: 20%; }
#infos .n5 > .flexiblemodule + div + div + div + div { width: 20%; }

#infos > .inner {
	margin-top: 10px;
	margin-bottom: 10px;
}

#infos1 > .inner {
	background: #3387cc;
	background-image: url("blocinfos1-gradient.svg");
	background-image: -o-linear-gradient(center top,#3387cc, #003045 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#3387cc), color-stop(100%, #003045));
	background-image: -moz-linear-gradient(center top,#3387cc, #003045 100%);
	background-image: linear-gradient(center top,#3387cc, #003045 100%);
	-pie-background: linear-gradient(center top,#3387cc, #003045 100%);
	border: #044059 1px solid;
	color: #ffffff;
	margin: 10px;
	padding: 10px;
}

#infos1 a {
	color: #ffffff;
}


#infos1 a:hover, #infos1 a:focus  {
	color: #ffffff;
}

#infos2 > .inner {
	background: #3387cc;
	background-image: url("blocinfos2-gradient.svg");
	background-image: -o-linear-gradient(center top,#3387cc, #003045 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#3387cc), color-stop(100%, #003045));
	background-image: -moz-linear-gradient(center top,#3387cc, #003045 100%);
	background-image: linear-gradient(center top,#3387cc, #003045 100%);
	-pie-background: linear-gradient(center top,#3387cc, #003045 100%);
	border: #044059 1px solid;
	color: #ffffff;
	margin: 10px;
	padding: 10px;
}

#infos2 a {
	color: #ffffff;
}


#infos2 a:hover, #infos2 a:focus  {
	color: #ffffff;
}

#infos3 > .inner {
	background: #3387cc;
	background-image: url("blocinfos3-gradient.svg");
	background-image: -o-linear-gradient(center top,#3387cc, #003045 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#3387cc), color-stop(100%, #003045));
	background-image: -moz-linear-gradient(center top,#3387cc, #003045 100%);
	background-image: linear-gradient(center top,#3387cc, #003045 100%);
	-pie-background: linear-gradient(center top,#3387cc, #003045 100%);
	border: #044059 1px solid;
	color: #ffffff;
	margin: 10px;
	padding: 10px;
}

#infos3 a {
	color: #ffffff;
}


#infos3 a:hover, #infos3 a:focus  {
	color: #ffffff;
}

#infos4 > .inner {
	background: #3387cc;
	background-image: url("blocinfos4-gradient.svg");
	background-image: -o-linear-gradient(center top,#3387cc, #003045 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#3387cc), color-stop(100%, #003045));
	background-image: -moz-linear-gradient(center top,#3387cc, #003045 100%);
	background-image: linear-gradient(center top,#3387cc, #003045 100%);
	-pie-background: linear-gradient(center top,#3387cc, #003045 100%);
	border: #044059 1px solid;
	color: #ffffff;
	margin: 10px;
	padding: 10px;
}

#infos4 a {
	color: #ffffff;
}


#infos4 a:hover, #infos4 a:focus  {
	color: #ffffff;
}

#infos5 > .inner {
	background: #3387cc;
	background-image: url("blocinfos5-gradient.svg");
	background-image: -o-linear-gradient(center top,#3387cc, #003045 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#3387cc), color-stop(100%, #003045));
	background-image: -moz-linear-gradient(center top,#3387cc, #003045 100%);
	background-image: linear-gradient(center top,#3387cc, #003045 100%);
	-pie-background: linear-gradient(center top,#3387cc, #003045 100%);
	border: #044059 1px solid;
	color: #ffffff;
	margin: 10px;
	padding: 10px;
}

#infos5 a {
	color: #ffffff;
}


#infos5 a:hover, #infos5 a:focus  {
	color: #ffffff;
}
#news .n1 > .flexiblemodule { width: 100%; }
#news .n2 > .flexiblemodule { width: 50%; }
#news .n2 > .flexiblemodule + div { width: 50%; }
#news .n3 > .flexiblemodule { width: 33.3333333333%; }
#news .n3 > .flexiblemodule + div { width: 33.3333333333%; }
#news .n3 > .flexiblemodule + div + div { width: 33.3333333333%; }
#news .n4 > .flexiblemodule { width: 25%; }
#news .n4 > .flexiblemodule + div { width: 25%; }
#news .n4 > .flexiblemodule + div + div { width: 25%; }
#news .n4 > .flexiblemodule + div + div + div { width: 25%; }
#news .n5 > .flexiblemodule { width: 20%; }
#news .n5 > .flexiblemodule + div { width: 20%; }
#news .n5 > .flexiblemodule + div + div { width: 20%; }
#news .n5 > .flexiblemodule + div + div + div { width: 20%; }
#news .n5 > .flexiblemodule + div + div + div + div { width: 20%; }

#news > .inner {
	background: #ffffff;
	border: #c7c7c7 1px solid;
	margin-top: 15px;
	box-shadow: #c7c7c7 0px 2px 3px 1px;
	-moz-box-shadow: #c7c7c7 0px 2px 3px 1px;
	-webkit-box-shadow: #c7c7c7 0px 2px 3px 1px;
}

#news1 > .inner {
	padding: 10px;
}

#news1 div.moduletable h3, #news1 div.module h3, #news1 .widget h3, #news1 .tck-module h3,
#news1 div.moduletable_menu h3, #news1 div.module_menu h3, #news1 .tck-module-title {
	border-bottom: #8cb8c2 3px solid;
}

#news2 > .inner {
	padding: 10px;
}

#news2 div.moduletable h3, #news2 div.module h3, #news2 .widget h3, #news2 .tck-module h3,
#news2 div.moduletable_menu h3, #news2 div.module_menu h3, #news2 .tck-module-title {
	border-bottom: #8cb8c2 3px solid;
}

#news3 > .inner {
	padding: 10px;
}

#news3 div.moduletable h3, #news3 div.module h3, #news3 .widget h3, #news3 .tck-module h3,
#news3 div.moduletable_menu h3, #news3 div.module_menu h3, #news3 .tck-module-title {
	border-bottom: #8cb8c2 3px solid;
}

#news4 > .inner {
	padding: 10px;
}

#news4 div.moduletable h3, #news4 div.module h3, #news4 .widget h3, #news4 .tck-module h3,
#news4 div.moduletable_menu h3, #news4 div.module_menu h3, #news4 .tck-module-title {
	border-bottom: #8cb8c2 3px solid;
}

#news5 > .inner {
	padding: 10px;
}

#news5 div.moduletable h3, #news5 div.module h3, #news5 .widget h3, #news5 .tck-module h3,
#news5 div.moduletable_menu h3, #news5 div.module_menu h3, #news5 .tck-module-title {
	border-bottom: #8cb8c2 3px solid;
}

#row2 > .inner {
	background: #404040;
	background-image: url("blocrow2-gradient.svg");
	background-image: -o-linear-gradient(center top,#404040, #bfbea8 70%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#404040), color-stop(70%, #bfbea8));
	background-image: -moz-linear-gradient(center top,#404040, #bfbea8 70%);
	background-image: linear-gradient(center top,#404040, #bfbea8 70%);
	-pie-background: linear-gradient(center top,#404040, #bfbea8 70%);
	padding: 20px;
}

#block1 {
	background:  url('../images/MVI_7513MOV_snapshot_0148_20170420_122728.jpg') center center no-repeat scroll;
	background-size: cover;
	min-height: 150px;
}

#block5 > .inner {
	background: #ffffff;
	padding: 10px;
	padding-bottom: 20px;
	text-align: center;
}

#block5 div.moduletable h3, #block5 div.module h3, #block5 .widget h3, #block5 .tck-module h3,
#block5 div.moduletable_menu h3, #block5 div.module_menu h3, #block5 .tck-module-title {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 24px;
}

#block6 {
	background:  url('../images/IMG-20200701-WA0007.jpg') center center no-repeat scroll;
	background-size: cover;
	min-height: 150px;
}

#block7 > .inner {
	background: #ffffff;
	padding: 10px;
	padding-bottom: 20px;
	text-align: center;
}

#block7 div.moduletable h3, #block7 div.module h3, #block7 .widget h3, #block7 .tck-module h3,
#block7 div.moduletable_menu h3, #block7 div.module_menu h3, #block7 .tck-module-title {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 24px;
}

#block8 {
	background:  url('../images/DSCN4717a.jpg') center center no-repeat scroll;
	background-size: cover;
	min-height: 150px;
}

#block9 > .inner {
	background: #ffffff;
	padding: 10px;
	padding-bottom: 20px;
	text-align: center;
}

#block9 div.moduletable h3, #block9 div.module h3, #block9 .widget h3, #block9 .tck-module h3,
#block9 div.moduletable_menu h3, #block9 div.module_menu h3, #block9 .tck-module-title {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 24px;
}

#row4 > .inner {
	background: #404040;
	background-image: url("blocrow4-gradient.svg");
	background-image: -o-linear-gradient(center bottom,#404040, #bfbea8 75%);
	background-image: -webkit-gradient(linear, left bottom, left top,from(#404040), color-stop(75%, #bfbea8));
	background-image: -moz-linear-gradient(center bottom,#404040, #bfbea8 75%);
	background-image: linear-gradient(center bottom,#404040, #bfbea8 75%);
	-pie-background: linear-gradient(center bottom,#404040, #bfbea8 75%);
	padding: 20px;
}

#block37 > .inner {
	background: #404040;
	background-image: url("blocblock37-gradient.svg");
	background-image: -o-linear-gradient(center bottom,#404040, #bfbea8 75%);
	background-image: -webkit-gradient(linear, left bottom, left top,from(#404040), color-stop(75%, #bfbea8));
	background-image: -moz-linear-gradient(center bottom,#404040, #bfbea8 75%);
	background-image: linear-gradient(center bottom,#404040, #bfbea8 75%);
	-pie-background: linear-gradient(center bottom,#404040, #bfbea8 75%);
	padding: 20px;
}

#block37 .tck-module-text {
	margin-top: -15px;
	text-align: left;
}

#block32 > .inner {
	background: #404040;
	background-image: url("blocblock32-gradient.svg");
	background-image: -o-linear-gradient(center bottom,#404040, #bfbea8 75%);
	background-image: -webkit-gradient(linear, left bottom, left top,from(#404040), color-stop(75%, #bfbea8));
	background-image: -moz-linear-gradient(center bottom,#404040, #bfbea8 75%);
	background-image: linear-gradient(center bottom,#404040, #bfbea8 75%);
	-pie-background: linear-gradient(center bottom,#404040, #bfbea8 75%);
	padding: 20px;
}

#block32 .tck-module-text {
	margin-top: -15px;
	text-align: left;
}

#block4 > .inner {
	background: #bfbea8;
	background-image: url("blocblock4-gradient.svg");
	background-image: -o-linear-gradient(center bottom,#bfbea8, #616053 45%);
	background-image: -webkit-gradient(linear, left bottom, left top,from(#bfbea8), color-stop(45%, #616053));
	background-image: -moz-linear-gradient(center bottom,#bfbea8, #616053 45%);
	background-image: linear-gradient(center bottom,#bfbea8, #616053 45%);
	-pie-background: linear-gradient(center bottom,#bfbea8, #616053 45%);
}

#block4 div.moduletable, #block4 div.module, #block4 .widget, #block4 .tck-module,
#block4 div.moduletable_menu, #block4 div.module_menu {
	background: #404040;
}

#block4 .tck-module-text {
	color: #c6c8cf;
	margin: 15px;
	margin-top: -10px;
}

#footer > .inner {
	border-top: #e7e7e7 1px solid;
	min-height: 60px;
	margin-top: 4px;
	padding: 4px;
	line-height: -13px;
}

#footer .tck-module-text {
	margin-top: -15px;
	text-align: center;
}
