html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup,
	tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
	caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

.col-12 {
	     padding-right: 0px; 
     padding-left: 0px;
	
}

:focus {
	outline: 0;
}

.mlink {
	color: black !important;
}

.mlink:hover {
	color: #255B8C !important;
}

.mTitle {
	font-size: 20px;
	color: #505050;
	font-weight: normal;
	margin-bottom: 0.5em;
	display: block;
}

 
ol, ul {
	list-style: none;
}

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

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

body {
	background: #ffffff;
	font-family: wf_segoe-ui_normal, Arial, sans-serif;
	font-size: 15px;
	color: black;
	background: white;
	line-height: 1.5em;
	margin-bottom: 1em;
}
.centered {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-20%, -50%);
}
#container {
	width: 900px;
	position: relative;
	left: 50%;
	margin-left: -450px;
}
/* Main menu */
#header ul {
	margin: 0px;
	padding: 0px;
}

#header li {
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 12px;
	padding-right: 12px;
	margin-right: 5px;
	margin-bottom: 0px;
	list-style-type: none;
	float: left;
}

#header li a {
	color: #FFFFFF;
	border: 0;
	text-decoration: none;
	display: block;
}

#header li:hover {
	background-color: #457BAC;
	border: 0;
	text-decoration: none;
	display: block;
}

.active {
	background-color: #457BAC;
}

#header {
	background-color: #2B6AA7;
	overflow: visible;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	font-size: 17px;
	-moz-box-shadow: 0px 1px 5px 1px #cfcfcf;
	-webkit-box-shadow: 0px 1px 5px 1px #cfcfcf;
	-o-box-shadow: 0px 1px 5px 1px #cfcfcf;
	box-shadow: 0px 1px 5px 1px #cfcfcf;
	z-index: 100;
}

#header p {
	width: 94px;
	height: 120px;
	position: absolute;
	overflow: hidden;
	line-height: normal;
	top: 0px;
	right: 3px;
}

#header p span {
	position: absolute;
	display: block;
}
/* Submenu */
.dropdownmenu {
	background: #FFF;
	overflow: visible;
	color: black;
	display: none;
	position: absolute;
	z-index: 300;
	margin-top: 11px;
	width: 970px;
	left: 50%;
	margin-left: -485px;
	-moz-box-shadow: 1px 3px 5px 1px #656565;
	-webkit-box-shadow: 1px 3px 5px 1px #656565;
	-o-box-shadow: 1px 3px 5px 1px #656565;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	box-shadow: 1px 3px 5px 1px #656565;
}

.dropdownmenu li:hover {
	color: #FFF !important;
}

ul li:hover .dropdownmenu {
	display: block !important; /* Display the dropdown */
}

ul li ul.dropdownmenu li {
	display: block !important;
}

.bg-blue1 {
	color: #FFF !important;
	background-color: #2B6AA7;
}

.bg-blue2 {
	color: #FFF;
	background-color: #457BAC;
}

#content {
	position: relative;
	margin-top: 1em;
}

h1 {
	font-size: 38px;
	font-weight: bold;
}

h1 span {
	position: absolute;
	display: block;
	width: 100%;
	font-size: 24px;
	color: #222222;
	visibility: hidden;
	height: 100%;
}

h2 {
	font-size: 32px;
	color: #505050;
	font-weight: normal;
	margin-bottom: 0.5em;
	text-align: center;
}

h3 {
	font-size: 30px;
	font-weight: normal;
	margin-top: 35px;
	margin-bottom: 14px;
	color: #444;
	text-align: center;
}

h4 {
	font-size: 30px;
	font-weight: normal;
	margin-top: 35px;
	margin-bottom: 14px;
	color: #444;
}

h5 {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
	color: #666;
}

p {
	line-height: 1.5em;
	margin-bottom: 1em;
}

#footer {
	font-size: 12px;
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	clear: both;
	vertical-align: middle;
	background-color: #FAFAFA;
	margin-bottom: 0px;
	padding-top: 20px;
	margin-top: 40px;
}

#footer h1 {
	font-size: 14px;
	text-decoration: none;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #555;
}

#footer li {
	margin-bottom: 0px;
	line-height: 17px;
	list-style-type: none;
}

#footer ul a {
	font-size: 13px;
	color: #666;
}

#footer li a {
	text-decoration: none;
}

#footer p {
	margin-top: 1em;
	color: #666;
	text-align: center;
	font-size: 0.91em;
}

#footer img {
	vertical-align: middle;
}

#footer #copyright {
	text-align: left;
	float: left;
	width: 600px;
	padding-left: 10px;
}

#footer #facebook {
	text-align: right;
	float: left;
	width: 268px;
	padding-right: 10px;
	line-height: 1.2em;
}

#footer #facebookicon {
	text-align: right;
	float: left;
	width: 94px;
	margin-top: 1.2em;
}

#homepagepromo {
	width: 740px;
	margin-top: 1em;
}

#homepagepromo h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.18em;
	color: #000;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#homepagepromo p {
	
}

#homepagepromo #blockleft {
	width: 340px;
	border-right: solid 1px #e5e5e5;
}

#homepagepromo #blockright {
	width: 340px;
}

#homepagepromo #blockleft, #homepagepromo #blockright {
	float: left;
	padding-left: 20px;
}

.floatright {
	float: right;
	margin: 0em 1em 1em 2em;
}

#homepagepromo #learnmore, #homepagepromo #viewtelechargement,
	#homepagepromo #achetezmaintenant {
	margin-left: -3px;
}

#homepagepromo #learnmore a:link, #homepagepromo #learnmore a:visited {
	width: 116px;
	height: 30px;
	display: block;
	text-indent: -9999px;
}

#homepagepromo #learnmore a:hover {
	text-indent: -9999px;
}

.sideblock {
	margin: 1em 0 0 0;
	padding: 0;
	width: 206px;
}

.sideblock .head {
	padding-top: 15px;
	font-weight: bold;
}

.sideblock .end {
	padding-bottom: 20px;
	margin-bottom: 0;
	background: #f6f6f6;
}

.sideblock p, .sideblock ul {
	padding: 0px 15px;
}

#menu {
	padding: 0 1px;
	width: 176px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 1%;
	background: #f6f6f6;
}

#menu li {
	margin: 0;
	line-height: normal;
	background: #f6f6f6;
}

#menu span {
	display: block;
	padding: 8px 15px;
	font-size: 16px;
	color: #555;
	text-decoration: none;
	width: 180px;
	border-bottom: solid 1px #ededed;
	background: #f6f6f6;
	font-weight: bold;
	background: #f6f6f6;
}

#menu a {
	display: block;
	font-size: 16px;
	color: #555;
	text-decoration: none;
	width: 180px;
	background: #f6f6f6;
	border-bottom: solid 1px #ededed;
	text-decoration: none;
	font-weight: normal;
	background: #f6f6f6;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu #heading {
	display: block;
	padding: 8px 15px;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	width: 180px;
	border-bottom: solid 1px #ededed;
	background: #5381ac;
}

#menu #menulastitem a {
	background: #f6f6f6;
	padding-bottom: 15px;
	border-bottom: none;
}

#menu #menulastitem span {
	background: #f6f6f6;
	padding-bottom: 15px;
	border-bottom: none;
}

#leftmenu {
	width: 220px;
	float: left;
}

#maincontent {
	width: 750px;
	float: left;
}

a:link, a:visited ,a:hover { {
	color: black;
	text-decoration: none;
}
.dark a:link, .dark a:visited ,.dark a:hover { {
	color: white;
	text-decoration: none;
}
 

ul {
	list-style-type: disc;
	margin-bottom: 1em;
	margin-left: 2em;
}

li {
	margin-bottom: 0.5em;
}

.clear {
	clear: both;
}

ul.tabs {
	background: url('images/tabs-line.gif') bottom right repeat-x;
	clear: both;
	float: left;
	height: 31px;
	margin: 0 0 20px 0;
	padding: 0;
	width: 600px;
	list-style-type: none;
}

ul.tabs li {
	float: left;
	padding: 0 0 0 2px;
}
/* selected */
ul.tabs li.selected {
	border-left-color: #AAAAAA;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #AAAAAA;
	border-right-width: 1px;
	border-right-style: solid;
	border-top: 1px solid #AAAAAA;
	background-color: #FFFFFF;
}

ul.tabs li a:link, ul.tabs li a:visited {
	display: block;
	float: left;
	font-weight: bold;
	height: 22px; /* 30 */
	padding: 8px 12px 0 10px;
	margin: 0 2px 0 0;
	text-decoration: none;
}
/* selected */
ul.tabs li.selected a:link, ul.tabs li.selected a:visited {
	color: #3a3c3a;
	height: 23px;
	text-decoration: none;
	z-index: 10;
}

#tabContentEnv {
	float: left;
	margin: 0 0 0 5px;
	width: 620px;
}

#tabContentEnv2 {
	float: left;
	margin: 0 0 0 5px;
	width: 680px;
}
/* Focus Area */
.focusArea {
	float: left;
	font-size: .9em;
	margin: 0 -3px 0 21px;
	width: 155px;
}

.bold {
	font-weight: bold;
}

.screenblock {
	padding: 1em 0em;
	border-bottom: solid 1px #e5ede4;
}

.telechargementcreen {
	float: left;
	margin-right: 2em;
}

.blacklink a:link, .blacklink a:visited {
	color: #000;
}

#overviewboxshots {
	float: right;
	margin-left: 2em;
}

#buynowbox {
	float: right;
	margin-left: 2em;
	margin-bottom: 1em;
	width: 190px;
}

#buynowbox img {
	display: block;
	margin-left: 10px;
}

#rightbox {
	float: right;
	margin-left: 2em;
	margin-bottom: 1em;
	width: 190px;
}

#rightbox img {
	display: block;
	margin-left: 2.5em;
}

#downloadbutton a:link, #downloadbutton a:visited {
	height: 32px;
	display: block;
	text-indent: -9999px;
	background: transparent url('images/telecharger.jpg') 0 0 no-repeat;
}

#downloadbutton a:hover {
	text-indent: -9999px;
	background: transparent url('images/telecharger.jpg') 0 -32px no-repeat;
}

.tablelist {
	margin-bottom: 1em;
}

.tablelist tr td {
	padding: 8px 0px;
	border-top: solid 1px #e5ede4;
}

.tablelist .lastitem td {
	border-bottom: solid 1px #e5ede4;
}

.pline {
	padding-bottom: 1em;
	border-bottom: solid 1px #e5ede4;
}

.matrix {
	list-style-type: none;
	margin-left: 0em;
	padding-left: 0em;
}

.matrix li {
	padding: 0em;
}

.matrix table tr td {
	border-bottom: solid 1px #e5ede4;
	vertical-align: middle;
	padding: 5px 0px;
}

.imageleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1em;
}

.buynowblock {
	clear: both;
	padding: 1em 0em;
	border-top: solid 1px #e5ede4;
}

.imageright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1em;
}

strong {
	font-weight: bold;
}

.downloadtable td {
	background: #f3f3f3;
	padding: 10px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	vertical-align: middle;
}

.downloadtable p {
	margin-bottom: 0;
}

.downloadtable a:link, .downloadtable a:visited {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.downloadtable a:hover {
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}

.bloc {
	float: left;
	width: 220px;
	height: 115px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 40px;
	background-color: #F5F5F5;
}

input#email {
	display: none;
}

#menu_h {
	padding: 0 1px;
	width: 720px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 1%;
	padding-left: 5px;
	background: #f6f6f6;
}

#menu_h ul {
	margin: 0;
	line-height: 50px;
	background: #f6f6f6;
	display: inline;
}

#menu_h li {
	margin: 0;
	line-height: 34px;
	background: #f6f6f6;
	display: inline;
	top: 0px;
}

#menu_h span {
	padding: 8px 15px;
	color: #555;
	text-decoration: none;
	width: 180px;
	border-bottom: solid 1px #ededed;
	background: #f6f6f6;
	font-weight: bold;
	background: #f6f6f6;
	top: 0px;
}

#menu_h a {
	top: 0px;
	display: inline;
	font-size: 1.18em;
	color: #555;
	text-decoration: none;
	width: 180px;
	background: #f6f6f6;
	border-bottom: solid 1px #ededed;
	text-decoration: none;
	font-weight: normal;
	background: #f6f6f6;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

#menu_h a:hover {
	text-decoration: underline;
}

#menu_h #heading {
	display: block;
	padding: 8px 15px;
	font-size: 1.18em;
	color: #444;
	font-weight: bold;
	text-decoration: none;
	width: 180px;
	border-bottom: solid 1px #ededed;
	background: #eaeaea;
}

#menu_h #menulastitem a {
	background: #f6f6f6;
	padding-bottom: 15px;
	border-bottom: none;
}

#menu_h #menulastitem span {
	background: #f6f6f6;
	padding-bottom: 15px;
	border-bottom: none;
}

.module {
	float: left !important;
	margin-right: 8px;
	text-align: center;
	width: 100px;
}

.signature {
	font-size: 14px;
	margin-bottom: 25px;
	border-left-color: #2B6AA7;
	border-left-width: 5px;
	border-left-style: solid;
	margin-left: 5px;
	padding-left: 5px;
}

.badge-success {
	background-color: rgb(92, 184, 92);
}

.badge-primary {
	background-color: rgb(2, 117, 216);
}