body {
  background-color: #eee;
}
body span.blue {
  color: #257fc5;
}
body .fleft {
  float: left;
}
body .fright {
  float: right;
}
body .header {
  width: 100% !important;
  height: 150px;
  padding: 0;
  background-color: white;
}
body .header .header-logo {
  width: 300px;
  height: auto;
  margin-top: 50px;
}
body .header .login-panel {
  height: 150px;
  margin-top: 15px;
  background-color: white;
  font-size: 11px !important;
  padding: 10px 20px;
  border-radius: 15px;
  box-shadow: 0 2px 7px lightgrey;
}
body .header .login-panel .bloc-login {
  height: 70%;
}
body .header .login-panel .bloc-login .top {
  height: 70px;
  margin-top: 20px;
  margin-left: 20px;
}
body .header .login-panel .bloc-login .top a {
  padding: 5px 0 8px 35px;
  display: inline-block;
  margin: 0 1%;
  font-size: 12px;
  font-weight: bold;
  background: no-repeat scroll 0 0 transparent;
}
body .header .login-panel .bloc-login .bottom a#search {
  margin-left: 10px;
}
body .header .login-panel .bloc-login .bottom a#resetSearch {
  margin-right: 10px;
}
body .header .login-panel h4 {
  margin-bottom: 5px;
  margin-left: 20px;
}
body .header .login-panel .form-group {
  font-size: 10px;
  margin-bottom: 5px;
}
body .header .login-panel .form-group input.form-control {
  height: 20px;
  font-size: 10px;
}
body .header .login-panel .form-group .checkbox {
  display: inline-block;
}
body .header .login-panel .form-group .forgot-password {
  margin: 0 10px;
}
body .header .catch-phrase {
  margin-left: 20px;
}
body .sub-header {
  margin-top: 25px;
  margin-bottom: 10px;
}
body .sub-header .header-user {
  margin-bottom: 20px;
}
body .sub-header .menu-images {
  text-align: center;
}
body .sub-header .menu-images li {
  display: inline-block;
  height: 85px;
  list-style: none;
  margin-right: 50px;
  vertical-align: top;
  width: 162px;
}
body .sub-header .menu-images li a {
  color: #FFFFFF;
  display: block;
  font-size: 11px;
  font-weight: bold;
  line-height: 17px;
  padding: 12px 5px 12px 45px;
  text-align: right;
  height: 100%;
  text-decoration: none;
}
body .sub-header .menu-images li.menu-text {
  background: no-repeat scroll 0 0 transparent;
}
body .sub-header .menu-images li.menu-watch {
  background: no-repeat scroll 0 0 transparent;
}
body .sub-header .menu-images li.menu-watch a {
  padding: 20px 5px 20px 46px;
}
body .sub-header .menu-images li.menu-plan {
  background: no-repeat scroll 0 0 transparent;
}
body .sub-header .menu-images li.menu-stat {
  background: no-repeat scroll 0 0 transparent;
}
body .sub-header .header-title div {
  display: inline-block;
}
body .sub-header .header-title .titles {
  float: left;
  max-width: 70%;
  width: auto;
}
body .sub-header .user-info {
  float: right;
}
body .sub-header .user-info img {
  height: auto;
  max-height: 100px;
  width: auto;
  max-width: 150px;
}
body .sub-header .user-info p {
  text-align: right;
}
body h1 {
  color: #333333;
  font-size: 17px;
  font-weight: bold;
  line-height: 17px;
  margin-bottom: 5px;
  display: inline-block;
}
body h1 span.blue {
  color: #257fc5;
}
body h2 {
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  margin-bottom: 10px;
}
body h3 {
  font-size: 13px;
  color: #333333;
  float: left;
  font-weight: bold;
  padding: 45px 30px 0 25px;
}
body h4 {
  color: #2681c7;
  padding: 5px 0 5px 30px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
body h4 .connect-service {
  background: url('../../bundles/guetteur/images/front/icon_home.png') no-repeat 0 0px;
}
@media (min-width: 768px) {
  body .container {
    width: 95%;
  }
}
@media (min-width: 1200px) {
  body .container {
    width: 1170px;
  }
}
body .container.app {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: auto;
  background-color: white;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  margin-bottom: 20px;
}
body .container.app .container-footer {
  font-family: Arial;
  font-size: 12px;
  text-align: center;
}
body .padding-30 {
  padding-left: 30px;
}
body .padding-60 {
  padding-left: 60px;
}
body .btn.submit {
  background-color: #ce1719;
  border-color: #1d639a;
  font-weight: bold;
  height: 32px;
}
body .btn.submit:hover {
  background-color: #a01213;
}
body .btn.cancel {
  background-color: #eee;
  border: none;
  font-weight: bold;
  color: #666;
}
body .btn.cancel:hover {
  background-color: #d5d5d5;
}
body .text-list textarea {
  max-width: 100px;
}
body #return-to-top {
  z-index: 9999;
  position: fixed;
  bottom: 40px;
  right: 20px;
  background: #000000;
  background: rgba(0,0,0,0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body #return-to-top span {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body #return-to-top:hover {
  background: rgba(0,0,0,0.9);
}
body #return-to-top:hover span {
  color: #fff;
  top: 5px;
}
body .mark,
body mark {
  font-weight: bold;
  padding: .2em 0;
  color: white;
  background-color: #cc0000;
}
.global-stats {
  margin-right: 20px;
}
.treated {
  color: red;
}
body {
  background-image: url(../../bundles/guetteur/images/front/background_header.png);
}
body.toto {
  background-image: none;
}
.row {
  margin: 0 150px;
}
.row.login-container {
  padding-top: 150px;
}
.row.login-container .homepage-link {
  display: block;
  text-align: center;
}
#index-content {
  background: url(../../bundles/guetteur/images/front/bg_home.jpg) no-repeat;
  background-position: center;
  background-size: 100%;
}
.header {
  width: 100%;
  height: 150px;
}
.header .header-logo {
  width: 300px;
  height: auto;
  margin-top: 50px;
}
.header .login-panel {
  background-color: white;
  font-size: 11px !important;
  padding: 10px 20px;
  border-radius: 15px;
  box-shadow: 0 2px 7px lightgrey;
}
.header .login-panel h4 {
  margin-bottom: 5px;
  margin-left: 20px;
}
.header .login-panel .form-group {
  font-size: 10px;
  margin-bottom: 5px;
}
.header .login-panel .form-group input.form-control {
  height: 20px;
  font-size: 10px;
}
.header .login-panel .form-group .checkbox {
  display: inline-block;
}
.header .login-panel .form-group .forgot-password {
  margin: 0 10px;
}
.header .catch-phrase {
  margin-left: 20px;
  width: 150%;
}
.content {
  height: 60%;
}
.content .slogan {
  margin-top: 80px;
}
.content .slogan h2 {
  font-size: 17px;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  color: #333333;
  text-shadow: 2px 2px white;
  margin-top: -40px;
  margin-bottom: 25px;
}
.content .slogan #slogan-text span {
  font-size: 30px;
  line-height: 32px;
}
.content .slogan #slogan-text strong {
  font-size: 25px;
  color: #388ed0;
  line-height: 25px;
}
.content .slogan ul {
  list-style-type: none;
  margin-left: 70px;
}
.content .slogan ul li {
  background: no-repeat -10px 17px;
}
.content .slogan ul li .possibilite {
  margin: 13px 0 0 40px;
  padding: 10px 25px 0px 10px;
  line-height: 18px;
  color: #584637;
  font-size: 13px;
  font-weight: bold;
  height: 60px;
  background-color: white;
  border-radius: 20px;
  display: inline-block;
}
.footer {
  background-color: white;
}
.footer h1 {
  color: #257fc5;
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
.footer h2 {
  color: #257fc5;
}
.footer .icons {
  width: 175px;
  height: 235px;
  float: left;
  font-size: 12px;
  background: no-repeat -7px -5px;
}
.footer .icons p {
  padding-left: 20px;
  padding-right: 25px;
  text-align: center;
  color: #999086;
}
.footer .icons img {
  margin-left: 25px;
}
.footer .icons strong {
  color: black;
}
.footer .info-col {
  min-height: 250px;
}
.footer .info-col .contact-col {
  display: none;
}
.footer .info-col .contact-col table {
  font-size: 14px;
}
.footer .info-col .contact-col table tr td {
  padding: 10px;
  vertical-align: top;
}
.footer .info-col .contact-col table tr td .bleu {
  font-weight: bold;
  color: #257fc5;
}
