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


html {
  height: 101%;
}

body {
  margin: 0;
  padding: 0;
}

* {
    padding: 0;
    margin: 0;
}

.flexiblecolumn {
	min-height: 1px;
}

.clr {
	clear : both;
}

table img {
	max-width: none;
}


.column.column2 {
    width: 0%;
}

.column.center {
    width: 100%;
}

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

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

/* for equalheights */
.equalheights > .inner > .clr {
	display: none;
}

.equalheights > .inner,
.equalheights .maincenter > .inner {
	display: flex;
}

.equalheights .flexiblemodule,
.equalheights .column {
	display: flex;
}

.equalheights .flexiblemodule > .inner,
.equalheights .column > .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: -1;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	/*background: url(polina.jpg) no-repeat;*/
	background-size: cover; 
}

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

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

.container, .container-fluid {
	margin: 0 auto;
}

.container {
	width: 460px;
}

.container-fluid {
	max-width: 460px;
}

body {
	background:  url(../images/Entrepreneur_LoginPage_XL.jpg) center center no-repeat fixed;
	background-size: cover;
	color: #363636;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

a {
	color: #93abbf;
}


a:hover {
	color: #000000;
}

h1, div.componentheading {
	text-align: center;
	font-size: 22px;
	font-family: Helvetica, sans-serif;
}

h2, div.contentheading {
	font-size: 18px;
	font-family: Helvetica, sans-serif;
}

h3 {
	font-size: 16px;
	font-family: Helvetica, sans-serif;
}

h4 {
	font-family: Helvetica, sans-serif;
}

h5 {
	font-family: Helvetica, sans-serif;
}

h6 {
	font-family: Helvetica, sans-serif;
}

.button, button, button.btn, input.btn, :not(.btn-group) > .btn, .btn-group > .btn.active {
    border: none;
	background: #ffffff;
	border: #5a6d75 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: #5a6d75;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

.button:hover, button:hover, button.btn:hover, input.btn:hover, .btn:hover {
	background: #cee6f0;
}

ul.pagenav li a, .pagination li .pagenav,  .pager li a {
    display: inline-block;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

.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: #bebebe 1px solid;
	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: #000000 1px solid;
}

ul:not(.nav) li {
list-style-type:circle;
}
/* ---------------------------------------
	Table styling
-----------------------------------------*/

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

table tbody tr:hover > td,
table tbody tr:hover > th {
	background-color: #f5f5f5;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
table {
  width: 100%;
  margin-bottom: 20px;
}
table th,
table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 1px solid #dddddd;
}
table table {
  background-color: #ffffff;
}

table {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
table th,
table td {
  border-left: 1px solid #dddddd;
}
table caption + thead tr:first-child th,
table caption + tbody tr:first-child th,
table caption + tbody tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + tbody tr:first-child th,
table colgroup + tbody tr:first-child td,
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
  border-top: 0;
}
table thead:first-child tr:first-child > th:first-child,
table tbody:first-child tr:first-child > td:first-child,
table tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}
table thead:first-child tr:first-child > th:last-child,
table tbody:first-child tr:first-child > td:last-child,
table tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
table thead:last-child tr:last-child > th:first-child,
table tbody:last-child tr:last-child > td:first-child,
table tbody:last-child tr:last-child > th:first-child,
table tfoot:last-child tr:last-child > td:first-child,
table tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
table thead:last-child tr:last-child > th:last-child,
table tbody:last-child tr:last-child > td:last-child,
table tbody:last-child tr:last-child > th:last-child,
table tfoot:last-child tr:last-child > td:last-child,
table tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
table tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
table tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
table caption + thead tr:first-child th:first-child,
table caption + tbody tr:first-child td:first-child,
table colgroup + thead tr:first-child th:first-child,
table colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}
table caption + thead tr:first-child th:last-child,
table caption + tbody tr:first-child td:last-child,
table colgroup + thead tr:first-child th:last-child,
table colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}


#maincontent > div.inner {
	background: #ffffff url(../images/root) center center no-repeat scroll;
	background: rgba(255,255,255,0.65) url(../images/root) center center no-repeat scroll;
	background-size: auto;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-o-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	margin: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#maintopmodule > div.inner {
	padding: 10px;
}

#center > div.inner {
	padding: 10px;
}

#block1 > div.inner {
	color: #363636;
	text-align: center;
}

#logo > div.inner > .bannerlogodesc {
	color: #363636;
	font-size: 13px;
	font-family: Arial, sans-serif;
}

#logo > div.inner {
	padding: rootpx;
}

#centertopmodule > div.inner {
	color: #363636;
	padding: 10px;
	text-align: center;
	font-family: Verdana, sans-serif;
}

#login > div.inner {
	background:  url(../images/root) center center no-repeat scroll;
	background-size: auto;
	border: #594f4f 2px 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;
	margin: 5px;
	text-align: center;
}

#login a {
	color: #594f4f;
}


#login a:hover {
	color: #827878;
}

#centerbottommodule > div.inner {
	color: #363636;
	padding: 10px;
	text-align: center;
	font-family: Verdana, sans-serif;
}

#bannermenu > div.inner {
	background: #403e3e url(../images/root) center center no-repeat scroll;
	background: rgba(64,62,62,0.65) url(../images/root) center center no-repeat scroll;
	background-size: auto;
	margin-top: 10px;
	padding: 10px;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}
#bannermenu ul.menu, #bannermenu ul.maximenuck {
            margin: 0;
            padding: 0;
}

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

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

#bannermenu ul.menu > li > a, #bannermenu ul.menu > li > span.separator,
#bannermenu ul.maximenuck > li > a, #bannermenu 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: #b3afaf;
	margin: 2px;
	padding: 3px;
	text-align: center;
	font-style: italic;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

#bannermenu ul.menu > li:hover > a, #bannermenu ul.menu > li:hover > span.separator,
#bannermenu ul.maximenuck > li:hover > a, #bannermenu ul.maximenuck > li:hover > span.separator {
	color: #dbd9d9;
	font-style: italic;
	font-size: 10px;
}

#bannermenu ul.menu > li.active > a, #bannermenu ul.menu > li.active > span.separator,
#bannermenu ul.maximenuck > li.active > a, #bannermenu ul.maximenuck > li.active > span.separator {
	color: #dbd9d9;
	font-style: italic;
	font-size: 10px;
}

#bannermenu ul.menu li li a, #bannermenu ul.menu li li span.separator,
#bannermenu ul.maximenuck li li a, #bannermenu ul.maximenuck li li span.separator {
    display:block;
	color: #b3afaf;
	padding-right: 3px;
	padding-left: 3px;
	text-align: left;
	font-style: italic;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

#bannermenu ul.menu li li:hover > a, #bannermenu ul.menu li li:hover span.separator,
#bannermenu ul.maximenuck li li:hover > a, #bannermenu ul.maximenuck li li:hover span.separator {
	color: #dbd9d9;
	text-align: left;
	font-style: italic;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

#bannermenu ul.menu li li.active > a, #bannermenu ul.menu li li.active span.separator,
#bannermenu ul.maximenuck li li.active > a, #bannermenu ul.maximenuck li li.active span.separator{
	color: #dbd9d9;
	text-align: left;
	font-style: italic;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

/* code pour menu normal */
#bannermenu ul.menu li ul, #bannermenu ul.menu li:hover ul ul, #bannermenu ul.menu li:hover ul ul ul {
	position: absolute;
	left: -999em;
	z-index: 999;
        margin: 0;
        padding: 0;
	background: #403e3e;
	background: rgba(64,62,62,0.8);
	-pie-background: rgba(64,62,62,0.8);
	border: #403e3e 1px solid;
	-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;
	width: 150px;
	padding-top: 7px;
	padding-bottom: 7px;
}


#bannermenu ul.menu li:hover ul ul, #bannermenu ul.menu li:hover li:hover ul ul, #bannermenu ul.menu li:hover li:hover li:hover ul ul,
#bannermenu ul.menu li.sfhover ul ul, #bannermenu ul.menu li.sfhover ul.sfhover ul ul, #bannermenu ul.menu li.sfhover ul.sfhover ul.sfhover ul ul {
	left: -999em;
}

#bannermenu ul.menu li:hover > ul, #bannermenu ul.menu li:hover ul li:hover > ul, #bannermenu ul.menu li:hover ul li:hover ul li:hover > ul, #bannermenu ul.menu li:hover ul li:hover ul li:hover ul li:hover > ul,
#bannermenu ul.menu li.sfhover ul, #bannermenu ul.menu li.sfhover ul li.sfhover ul, #bannermenu ul.menu li.sfhover ul li.sfhover ul li.sfhover ul, #bannermenu ul.menu li.sfhover ul li.sfhover ul li.sfhover ul li.sfhover ul {
	left: auto;
}

#bannermenu ul.menu li:hover ul li:hover ul {
	background: #403e3e;
	background: rgba(64,62,62,0.8);
	-pie-background: rgba(64,62,62,0.8);
	border: #594f4f 1px solid;
	-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;
	width: 150px;
	margin-top: -30px;
	margin-left: 150px;
	padding-top: 7px;
	padding-bottom: 7px;
}

/* fin code normal */

#bannermenu ul.maximenuCK li ul, #bannermenu ul.maximenuCK li:hover ul ul, #bannermenu ul.maximenuCK li:hover ul ul ul,
#bannermenu ul.maximenuck li ul, #bannermenu ul.maximenuck li:hover ul ul, #bannermenu ul.maximenuck li:hover 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;
}

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

#bannermenu li div.maxidrop-main {
	width: 150px;
}

#bannermenu li div.floatCK,
#bannermenu li div.floatck {
	background: #403e3e;
	background: rgba(64,62,62,0.8);
	-pie-background: rgba(64,62,62,0.8);
	border: #403e3e 1px solid;
	-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;
	padding-top: 7px;
	padding-bottom: 7px;
}

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

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

#bannermenu li div.maxidrop-main div.maxidrop-main {
	width: 150px;
}

#bannermenu ul li.maximenuCK div.floatCK div.floatCK,
#bannermenu ul li.maximenuck div.floatck div.floatck {
	background: #403e3e;
	background: rgba(64,62,62,0.8);
	-pie-background: rgba(64,62,62,0.8);
	border: #594f4f 1px solid;
	-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;
	margin-top: -30px;
	margin-left: 150px;
	padding-top: 7px;
	padding-bottom: 7px;
}

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

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


#mainbottommodule > div.inner {
	padding: 10px;
}

#footer > div.inner {
	color: #b6bda6;
	padding: 10px;
	text-align: center;
}

#footer div.moduletable h3, #footer div.module h3,
#footer div.moduletable_menu h3, #footer div.module_menu h3 {
	text-align: center;
}
