.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:not(.btn) {
  color: #1F5693;
}
a:not(.btn):hover {
  color: #287099;
}
body {
  color: #666666;
}
body.bg {
background: url(../../images/fond.png) repeat-y center #EDF5E9;
}
#sp-header-wrapper {
  background: url(../../images/fond1.png) repeat-y center #EDF5E9;
  height: 130px;
  width: 100%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
  z-index: 1001;
}
#sp-header-wrapper .logo {
  background-image: url(../../images/presets/preset1/logo.png);
}
#sp-feature-wrapper {
  background: #696969;
}
#sp-feature-wrapper a:not(.btn) {
  color: #55A5D2;
}
#sp-feature-wrapper a:not(.btn):hover {
  color: #a5d0e8;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  padding: 0;
  position: relative;
}
#sp-main-menu ul.level-0 > li a {
  color: #123456;
  font-size:15px;
  
}
#sp-main-menu ul.level-0 > li a .menu-desc {
  color: #999;
}
#sp-main-menu ul.level-0 > li:hover,
#sp-main-menu ul.level-0 > li.active {
  border-top: 3px solid #287099;
}
#sp-main-menu ul.level-0 > li:hover {
  border-top: 3px solid #287099;
}
.module.highlighted {
  background: #A6CCAF;
}
.module.highlighted a {
  color: #fff !important;
}
#sp-copyright-wrapper,
#sp-footer-wrapper {
  background: url(../../images/fond2.png) repeat-y center #EDF5E9;
  color: #1F5693;
  border-top: 0px solid #4f4f4f;
}
#sp-copyright-wrapper a:not(.btn),
#sp-footer-wrapper a:not(.btn) {
  color: #338ec1;
}
#sp-copyright-wrapper a:not(.btn):hover,
#sp-footer-wrapper a:not(.btn):hover {
  color: #7dbadd;
}
#sp-footer-wrapper {
  border-top: 1px solid #4f4f4f;
}
#sp-footer-wrapper::after {
  background: #4A4A4A;
}
.sp-border {
  border-top: 1px solid #4f4f4f;
}
.sp-border::after {
  background: #4a4a4a;
}
.btn-primary,
button,
input[type='submit'],
input[type='button'],
submit {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #284e99;
  background-image: -moz-linear-gradient(top,#285d99,#283799);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#285d99),to(#283799));
  background-image: -webkit-linear-gradient(top,#285d99,#283799);
  background-image: -o-linear-gradient(top,#285d99,#283799);
  background-image: linear-gradient(to bottom,#285d99,#283799);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff285d99', endColorstr='#ff283799', GradientType=0);
  border-color: #283799 #283799 #18225c;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #283799;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
button:hover,
button:active,
button.active,
button.disabled,
button[disabled],
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit'].active,
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button']:hover,
input[type='button']:active,
input[type='button'].active,
input[type='button'].disabled,
input[type='button'][disabled],
submit:hover,
submit:active,
submit.active,
submit.disabled,
submit[disabled] {
  color: #fff;
  background-color: #283799;
  *background-color: #233085;
}
.btn-primary:active,
.btn-primary.active,
button:active,
button.active,
input[type='submit']:active,
input[type='submit'].active,
input[type='button']:active,
input[type='button'].active,
submit:active,
submit.active {
  background-color: #1d2971 \9;
}
.backtotop {
  background-color: #287099;
  width: 45px;
  bottom: 30px;
  right: 10px;
  min-height: 45px;
  overflow: hidden;
  z-index: 403;
  position: fixed;
  display: block;
  text-align: center;
  color: white !important;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  -webkit-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
}
.backtotop.hidden-top {
  bottom: -100px;
}
.backtotop:hover {
  background-color: #5c5c5c;
}
.backtotop i {
  font-size: 24px;
  line-height: 38px;
}
