@charset "UTF-8";
/* DASHBOARD CSS */
/* Mixin */
/* Icons */
@font-face {
  font-family: "icomoon";
  src: url("/resources/img/site/new/fonts/icomoon.eot?h81oak");
  src: url("/resources/img/site/new/fonts/icomoon.eot?h81oak#iefix") format("embedded-opentype"), url("/resources/img/site/new/fonts/icomoon.ttf?h81oak") format("truetype"), url("/resources/img/site/new/fonts/icomoon.woff?h81oak") format("woff"), url("/resources/img/site/new/fonts/icomoon.svg?h81oak#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-board:before {
  content: "";
}
.icon-disk:before {
  content: "";
}
.icon-editor:before {
  content: "";
}
.icon-meting:before {
  content: "";
}
.icon-pin:before {
  content: "";
}
.icon-star:before {
  content: "";
}
.icon-stock:before {
  content: "";
}
.icon-alert:before {
  content: "";
}
.icon-award:before {
  content: "";
}
.icon-chat:before {
  content: "";
}
.icon-crown:before {
  content: "";
}
.icon-css:before {
  content: "";
}
.icon-eye:before {
  content: "";
}
.icon-image:before {
  content: "";
}
.icon-list:before {
  content: "";
}
.icon-love:before {
  content: "";
}
.icon-mail:before {
  content: "";
}
.icon-newsletter:before {
  content: "";
}
.icon-paint:before {
  content: "";
}
.icon-priority:before {
  content: "";
}
.icon-share:before {
  content: "";
}
.icon-start:before {
  content: "";
}
.icon-support:before {
  content: "";
}
.icon-tchat:before {
  content: "";
}
.icon-ui:before {
  content: "";
}
.icon-window-delete:before {
  content: "";
}
.icon-window:before {
  content: "";
}
/* #ABBED4 for icon color */
/* Font */
@font-face {
  font-family: "AvenirNext LT Pro Regular";
  src: url("/resources/img/site/new/fonts/AvenirNextLTPro-Regular.otf");
}
/***********
/* TYPOGRAPHIE
***********/
@font-face {
  font-family: "open_sansregular";
  src: url("/resources/fonts/opensans-regular.eot");
  src: url("/resources/fonts/opensans-regular.eot?#iefix") format("embedded-opentype"), url("/resources/fonts/opensans-regular.woff2") format("woff2"), url("/resources/fonts/opensans-regular.woff") format("woff"), url("/resources/fonts/opensans-regular.ttf") format("truetype"), url("/resources/fonts/opensans-regular.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latobold";
  src: url("/resources/fonts/lato-bold.eot");
  src: url("/resources/fonts/lato-bold.eot?#iefix") format("embedded-opentype"), url("/resources/fonts/lato-bold.woff2") format("woff2"), url("/resources/fonts/lato-bold.woff") format("woff"), url("/resources/fonts/lato-bold.ttf") format("truetype"), url("/resources/fonts/lato-bold.svg#latobold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Reset */
/* All */
*, *:hover, *:active, *:focus {
  outline: none !important;
}
/* Body */
body {
  position: relative;
  font-family: "AvenirNext LT Pro Regular", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: #004865;
  background-color: #FAFBFC;
  padding-top: 80px;
}
/* Title */
/* List */
ul {
  margin: 0px;
  padding: 0px;
}
ul li {
  list-style: none;
}
/* Link */
a, a:hover, a:visited, a:focus {
  text-decoration: none !important;
}
a {
  color: #0091ce;
  opacity: 1;
}
a:hover {
  opacity: 1;
}
/* Grid */
@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1600px) and (max-width: 1999px) {
  .container {
    width: 940px;
  }
}
/* Backgrounds */
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: #004865;
}
.bg-dark {
  background-color: #004865;
}
.bg-light {
  background-color: #bcd2db;
}
.bg-blue {
  background-color: #0091ce;
}
.bg-blue.light {
  background-color: rgba(0, 145, 206, 0.5);
}
.bg-blue a {
  color: rgba(255, 255, 255, 0.8);
}
.bg-orange {
  background-color: #fcaa33;
}
.bg-orange.light {
  background-color: rgba(252, 170, 51, 0.5);
}
.bg-green {
  background-color: #76c300;
}
.bg-green.light {
  background-color: rgba(118, 195, 0, 0.5);
}
.bg-pink {
  background-color: #f83279;
}
.bg-pink.light {
  background-color: rgba(248, 50, 121, 0.5);
}
.bg-gray {
  background-color: rgba(0, 72, 100, 0.45);
}
.bg-gray.light {
  background-color: #bcd2db;
}
/* Texts */
.text-white {
  color: #ffffff;
}
.text-black {
  color: #004865;
}
.text-blue {
  color: #0091ce;
}
.text-blue.light {
  color: rgba(0, 145, 206, 0.5);
}
.text-blue.dark {
  color: #0179ac;
}
.text-orange {
  color: #fcaa33;
}
.text-orange.light {
  color: rgba(252, 170, 51, 0.5);
}
.text-green {
  color: #76c300;
}
.text-green.light {
  color: rgba(118, 195, 0, 0.5);
}
.text-pink {
  color: #f83279;
}
.text-pink.light {
  color: rgba(248, 50, 121, 0.5);
}
/* Titles */
h1 {
  font-size: 45px;
  line-height: initial !important;
}
h2 {
  font-size: 35px;
  font-weight: bold;
}
/* Form */
/* Span */
/* Button */
.btn {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  height: 48px;
  padding: 0px 30px 0px 30px;
  line-height: 48px;
  font-size: 16px;
}
.btn.btn-default {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 72, 101, 0.25);
  color: #004865;
  background: none;
  font-weight: 700;
}
.btn.btn-primary {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 72, 101, 0.25);
  color: #ffffff;
  background: #004865;
  font-weight: 700;
}
.btn.btn-white {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 44px;
  background-color: white;
  font-weight: 900;
  font-size: 15px;
  padding: 0px 20px 0px 20px;
  color: black;
  line-height: 44px;
  letter-spacing: 0px;
}
.btn.btn-empty-white {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 44px;
  border-color: white;
  color: white;
  font-weight: 900;
  font-size: 15px;
  padding: 0px 20px 0px 20px;
  line-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  letter-spacing: 0px;
}
.btn.btn-empty-white:hover {
  border: 1px solid #76c300 !important;
}
.btn.btn-orange {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 44px;
  color: white;
  font-weight: 900;
  font-size: 15px;
  padding: 0px 20px 0px 20px;
  line-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  letter-spacing: 0px;
  background: #fcaa33;
  border: 1px solid #fcaa33;
}
.btn.btn-orange:hover {
  box-shadow: 0px 0px 34px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.btn.btn-green {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 44px;
  color: white;
  font-weight: 900;
  font-size: 15px;
  padding: 0px 20px 0px 20px;
  line-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  letter-spacing: 0px;
  background: #76c300;
  border: 1px solid #76c300;
}
.btn.btn-green:hover {
  box-shadow: 0px 0px 34px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.btn.btn-blue {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 44px;
  color: white;
  font-weight: 900;
  font-size: 15px;
  padding: 0px 20px 0px 20px;
  line-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  letter-spacing: 0px;
  background: #0091ce;
  border: 1px solid #0091ce;
}
.btn.btn-blue:hover {
  box-shadow: 0px 0px 34px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.btn.btn-pink {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 44px;
  color: white;
  font-weight: 900;
  font-size: 15px;
  padding: 0px 20px 0px 20px;
  line-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  letter-spacing: 0px;
  background: #f83279;
  border: 1px solid #f83279;
}
.btn.btn-pink:hover {
  box-shadow: 0px 0px 34px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.btn.btn-params {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 72, 101, 0.25);
  color: #004865;
  font-weight: 700;
  background-color: #fff;
}
.btn.btn-params:hover {
  box-shadow: 0px 0px 34px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.btn.btn-xl {
  font-size: 25px;
  line-height: 64px;
  height: 64px;
}
.btn.btn-fb-connect {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  color: #ffffff !important;
  background-color: #4E64AD;
  box-shadow: none;
  display: inline-block;
  width: 175px;
  font-weight: 900;
  font-size: 15px;
  height: 44px;
  line-height: 44px;
}
.btn.btn-fb-connect:hover {
  background-color: #465a9b;
}
.btn.btn-google-connect {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  color: #ffffff !important;
  background-color: #dd4b39;
  box-shadow: none;
  display: inline-block;
  width: 175px;
  font-weight: 900;
  font-size: 15px;
  height: 44px;
  line-height: 44px;
}
.btn.btn-google-connect:hover {
  background-color: #d73925;
}
.lightbox__content-divider {
  text-align: center;
  position: relative;
  color: #59889b;
  font-size: 14px;
  margin-bottom: 20px;
}
.lightbox__content-divider span::before, .lightbox__content-divider span::after {
  height: 18px;
  content: "";
  border-bottom: 1px solid rgba(0, 72, 101, 0.25);
  position: absolute;
  top: -7px;
  width: 30%;
}
.lightbox__content-divider span:before {
  left: 0;
  margin-right: 15px;
}
.lightbox__content-divider span::before, .lightbox__content-divider span::after {
  height: 18px;
  content: "";
  border-bottom: 1px solid rgba(0, 72, 101, 0.25);
  position: absolute;
  top: -7px;
  width: 30%;
}
.lightbox__content-divider span:after {
  right: 0;
  margin-left: 15px;
}
/* Modal */
/************/
/*  MODAL   */
/************/
.modal-dialog {
  line-height: 19px;
  margin-top: 20px;
  font-weight: 600;
  font-size: 14px;
}
.modal-dialog .checkbox, .modal-dialog .radio {
  /*text-align: center;*/
}
.modal-dialog .checkbox label, .modal-dialog .radio label {
  line-height: 19px;
  margin-top: 0;
  font-weight: 600;
  font-size: 14px;
}
.modal-dialog .explain-text {
  font-weight: normal;
  opacity: 0.7;
  padding: 5px;
}
.modal-header {
  background-image: linear-gradient(110deg, #00c4e9, #0091ce);
  color: #fff;
  text-align: center;
}
.modal-header h2 {
  font-weight: 700;
}
.modal-body .form-control {
  padding: 12px 20px;
  _height: inherit;
  height: 44px;
  font-size: 16px;
  -webkit-border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
}
.modal-body #captcha-block {
  text-align: center;
}
.modal-body #captcha-block .g-recaptcha {
  display: inline-block;
}
.modal-body #cgu {
  height: inherit;
}
.modal-body .form-group {
  position: relative;
}
.modal-body .form-group .icon-left {
  /* Icones et Messages */
  left: 15px;
  color: #BDBCBC;
}
#create-blog-modal .modal-body .form-group span, #create-blog-modal .form-control-feedback {
  position: absolute;
  top: 18px;
  font-size: 18px;
}
#create-blog-modal #create-blog-form span.glyphicon {
  top: 12px;
  left: 18px;
  _color: #7b7b7b;
  color: #59889b;
}
#create-blog-modal #create-blog-form .checkbox a strong {
  font-size: 16px;
}
#create-blog-modal #create-blog-form .checkbox a strong:hover {
  border-bottom: 2px solid #004865;
}
#create-blog-modal .form-control-feedback {
  right: 15px;
  width: inherit;
  height: inherit;
  line-height: initial;
}
#create-blog-modal .help-block {
  text-align: center;
}
#create-blog-modal .modal-body .form-group span.input-right-fixed {
  position: absolute;
  right: 15px;
  top: 12px;
  color: #CCC;
}
#create-blog-modal .hideShowPassword-wrapper {
  width: 100%;
}
/* Message succès */
.has-success .form-control {
  border-color: #3C763D;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.has-success .form-control-feedback {
  color: #3C763D;
}
/* Message erreur */
.has-error .form-control {
  border-color: #A94442;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.has-error .form-control-feedback {
  color: #A94442;
}
.has-icon input.form-control {
  padding-left: 50px;
}
/* Layouts */
/* Header */
/******************************************************************/
/***********************  HEADER  *********************************/
/******************************************************************/
nav#mobile {
  position: fixed;
  left: 0px;
  top: -100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100%;
  width: 100%;
  background-color: white;
  z-index: 10000001;
  overflow: hidden;
}
nav#mobile div.close-nav {
  position: absolute;
  right: 40px;
  top: 40px;
}
nav#mobile div.close-nav a {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #004865;
  text-align: center;
  line-height: 28px;
  display: block;
  color: #004865;
}
nav#mobile ul {
  margin: 0px;
  padding: 0px;
  margin-top: 170px;
}
nav#mobile ul li {
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
}
nav#mobile ul li a {
  color: #004865;
}
nav#mobile ul li.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  width: 200px;
  margin: 10px auto;
}
nav#mobile.active {
  position: fixed;
  left: 0px;
  top: 0%;
}
nav#mobile a {
  display: inline-block;
  width: 60%;
}
nav#mobile a.btn-white {
  margin-top: 15px;
  color: white;
  background-color: #76c300;
}
nav#mobile a.btn-empty-white {
  margin-top: 40px;
  color: #004865;
  border: solid 1px rgba(0, 72, 101, 0.25);
}
header#header {
  position: fixed;
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
  width: 100%;
  height: 80px;
  padding-top: 18px;
  padding-bottom: 18px;
}
header#header img.logo {
  width: 150px;
  max-width: initial;
}
header#header > div:after {
  clear: both;
  content: "";
  display: table;
  margin-top: -1px;
  height: 0;
}
header#header.active, header#header.scrolled {
  background-color: white;
  color: #004865;
  box-shadow: 0 2px 21px 0 rgba(0, 72, 101, 0.07);
  z-index: 3;
}
header#header.active a.btn-white, header#header.scrolled a.btn-white {
  color: white;
  background-color: #76c300;
}
header#header.active a.btn-white:hover, header#header.scrolled a.btn-white:hover {
  background-color: #6bad05 !important;
}
header#header.active a.btn-empty-white, header#header.scrolled a.btn-empty-white {
  color: #004865;
  border: solid 1px rgba(0, 72, 101, 0.25);
}
header#header.active ul li a, header#header.scrolled ul li a {
  color: #004865;
  opacity: 0.45;
}
header#header.active ul li a:hover, header#header.active ul li a.active, header#header.scrolled ul li a:hover, header#header.scrolled ul li a.active {
  opacity: 1;
}
header#header nav#nav {
  margin-right: -10px;
}
header#header nav#nav ul li {
  padding: 0 10px;
}
header#header nav#nav ul li a {
  color: #004865;
  font-size: 15px;
  line-height: 44px;
  font-weight: 600;
  opacity: 0.45;
}
header#header nav#nav ul li a:hover, header#header nav#nav ul li a.active {
  color: #004865;
  opacity: 1;
}
header#header #logged-in a {
  font-size: 15px;
  line-height: 44px;
  font-weight: 600;
}
header#header a.btn {
  padding: 0 15px;
}
header#header a.open-nav-mobile {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  display: block;
  line-height: 40px;
  margin-right: 20px;
  padding-right: 10px;
  color: #004865;
}
header#header a.open-nav-mobile span {
  position: relative;
  top: 3px;
  left: -5px;
  font-size: 26px;
}
/* Footer */
footer#footer {
  padding-top: 80px;
  width: 100%;
  height: 267px;
  background-color: #1f282c;
  color: white;
}
footer#footer ul li {
  display: block;
  height: 19px;
  line-height: 19px;
  margin-bottom: 25px;
}
footer#footer ul li.title {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0.45;
  font-size: 18px;
  font-weight: 600;
}
footer#footer ul li a {
  color: white;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0.45;
  font-size: 14px;
  font-weight: 600;
}
footer#footer ul li a:hover {
  opacity: 1;
}
footer#footer p {
  opacity: 0.45;
}
footer#footer a.mail {
  font-weight: 600;
}
@media (max-width: 470px) {
  footer#footer {
    height: auto;
    text-align: center;
    padding-bottom: 80px;
  }
}
@media (min-width: 471px) and (max-width: 767px) {
  footer#footer {
    height: auto;
    text-align: center;
    padding-bottom: 80px;
  }
}
/* Views */
@media (min-width: 1170px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1400px;
  }
}
@media (min-width: 2560px) {
  .container {
    width: 2450px;
  }
}
h1 {
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0;
  line-height: 40px;
  margin-top: 35px;
  margin-bottom: 25px;
}
label {
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
}
.form-control {
  padding: 12px 20px;
  height: 44px;
  font-weight: 600;
  font-size: 16px;
  -webkit-border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
}
.form-control-static {
  line-height: 44px;
  padding: 0px;
}
.form-horizontal .control-label {
  padding-top: 2px;
}
.alert {
  line-height: 20px;
}
.alert a {
  text-decoration: underline !important;
}
.alert a:hover {
  text-decoration: none !important;
}
html, body {
  height: 100%;
}
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -267px;
}
.page-wrap a {
  font-weight: bold;
}
.page-wrap:after {
  content: "";
  display: block;
}
.page-wrap:after {
  height: 267px;
}
.display-none {
  display: none;
}
/* Plugins */
/* Elements */
.dashboard-toolbar {
  text-align: right;
  display: block;
  width: 100%;
  margin-left: 18px;
  margin-bottom: 10px;
}
.dashboard-toolbar a {
  margin-bottom: 10px;
}
@media (max-width: 425px) {
  .dashboard-toolbar {
    margin-left: 0px;
    text-align: center;
  }
  .dashboard-toolbar a {
    width: 100%;
  }
}
#dashboard {
  margin-top: 80px;
  padding-top: 20px;
}
#dashboard .unblock-email {
  max-width: 700px;
  margin: auto;
  margin-bottom: 60px;
}
@media (max-width: 425px) {
  #dashboard .title-dashboard {
    margin-top: 20px;
    border-bottom: 1px solid rgba(0, 72, 101, 0.25);
    margin-right: -16px;
  }
}
#dashboard h2 {
  margin: 20px 0 15px 0;
  height: 30px;
  line-height: 20px;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 1px;
}
#dashboard h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.9;
}
#dashboard .btn-options, #dashboard .btn-cancel-modal {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-border: 1px solid rgba(0, 72, 101, 0.25);
  -moz-border: 1px solid rgba(0, 72, 101, 0.25);
  -ms-border: 1px solid rgba(0, 72, 101, 0.25);
  -o-border: 1px solid rgba(0, 72, 101, 0.25);
  border: 1px solid rgba(0, 72, 101, 0.25);
  color: #004865;
  height: 44px;
  font-weight: 900;
  font-size: 15px;
  padding: 0px 20px 0px 20px;
  line-height: 44px;
  letter-spacing: 0px;
  background-color: #fff;
}
#dashboard .btn-options:hover, #dashboard .btn-cancel-modal:hover {
  border-color: #76c300;
}
#dashboard .btn-green {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 44px;
  font-weight: 900;
  font-size: 15px;
  padding: 0px 20px 0px 20px;
  line-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  letter-spacing: 0px;
  color: white;
  background-color: #76c300;
  border: 1px solid #76c300;
}
#dashboard .btn-green:hover {
  background-color: #67aa00;
}
#dashboard .btn-blue {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 44px;
  font-weight: 900;
  font-size: 15px;
  padding: 0px 20px 0px 20px;
  line-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  letter-spacing: 0px;
  color: white;
  background-color: #0091ce;
  border: 1px solid #0091ce;
}
#dashboard .btn-blue:hover {
  background-color: #007fb5;
}
#dashboard .dashboard-create .dashboard-create-versions {
  margin-top: 10px;
  margin-left: 0px;
  margin-left: 0px;
}
#dashboard .dashboard-create .dashboard-create-version {
  padding-left: 5px;
}
#dashboard #account-blogs {
  margin-top: 20px;
}
#dashboard #account-blogs .loading-list {
  padding: 10px;
  text-align: center;
  background-color: #ffffff;
}
#dashboard #account-blogs .loading-list img {
  margin-bottom: 20px;
}
#dashboard .dashboard-blog {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
#dashboard .dashboard-blog-thumbnail img {
  width: 200px;
  max-width: 100%;
  height: 125px;
}
@media (max-width: 425px) {
  #dashboard .dashboard-blog-thumbnail {
    text-align: center;
    margin-bottom: 5px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  #dashboard .dashboard-blog-thumbnail {
    margin-bottom: 5px;
    max-width: 30%;
  }
}
#dashboard .dashboard-blog-details {
  padding-top: 5px;
}
#dashboard .dashboard-blog-details a {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.9;
}
@media (max-width: 425px) {
  #dashboard .dashboard-blog-details {
    text-align: center;
    margin-bottom: 5px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  #dashboard .dashboard-blog-details {
    max-width: 70%;
  }
}
#dashboard .dashboard-blog-details .stats {
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.4;
  color: #59889b;
  font-weight: 600;
  padding-right: 40px;
}
@media (max-width: 425px) {
  #dashboard .dashboard-blog-details .stats {
    text-align: center;
    font-size: 16px;
    padding-right: 0px;
  }
}
#dashboard .dashboard-blog-details .premium .free {
  border: 1px solid rgba(0, 72, 101, 0.25);
  color: #004865;
  font-weight: 700;
  font-size: 15px;
  background-color: #fff;
}
@media (max-width: 425px) {
  #dashboard .dashboard-blog-details .premium .free {
    width: 100%;
    text-align: center;
    display: block;
  }
}
@media (max-width: 463px) {
  #dashboard .dashboard-blog-tools a, #dashboard .dashboard-blog-tools .btn {
    display: block;
    width: 95%;
    margin: 10px;
    text-align: center;
  }
}
#dashboard .dashboard-blog-details .stats .blog-stat {
  display: inline-block;
  margin: 0 15px 20px 15px;
}
#dashboard .end-date {
  font-size: 17px;
  line-height: 1.4;
  color: #59889b;
  font-weight: 600;
  padding-left: 5px;
}
#dashboard .options-menu-collaborator {
  position: absolute;
  left: 455px;
  width: 250px;
  border: 1px solid rgba(0, 72, 101, 0.25);
  font-family: "AvenirNext LT Pro Regular", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #004865;
  background-color: #fff;
}
#dashboard .options-menu-collaborator li a {
  -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;
  font-family: "AvenirNext LT Pro Regular", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #004865;
}
#dashboard .options-menu-collaborator li a:hover {
  box-shadow: 0px 0px 34px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
@media (min-width: 992px) and (max-width: 1440px) {
  #dashboard .options-menu-collaborator {
    left: 55%;
    width: 45%;
  }
}
@media (min-width: 510px) and (max-width: 991px) {
  #dashboard .options-menu-collaborator {
    left: 65%;
    width: 35%;
  }
}
@media (min-width: 464px) and (max-width: 509px) {
  #dashboard .options-menu-collaborator {
    left: 48%;
    width: 50%;
  }
}
@media (max-width: 465px) {
  #dashboard .options-menu-collaborator {
    left: 0px;
    width: 100%;
  }
}
#dashboard .modal-header {
  padding: 10px;
}
#dashboard .modal-header h2 {
  font-size: 25px;
  margin-bottom: 15px;
}
@media (max-width: 425px) {
  #dashboard .modal-header h2 {
    font-size: 20px;
  }
}
#dashboard .blog-collaborator-list, #dashboard .info-collaborator {
  margin: 0 -15px;
}
#dashboard .append-suffix .blog-suffix {
  position: absolute;
  right: 45px;
  top: 14px;
}
#dashboard .alert-danger, #dashboard .alert-info, #dashboard .alert-success, #dashboard .alert-warning {
  box-shadow: 0px 0px 34px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border: none;
}
#dashboard .modal-body {
  margin: 10px 25px;
}
#dashboard .modal-body .title-add-collaborator {
  margin-left: -15px;
}
#dashboard .modal-body .form-control#raison {
  padding: 10px 20px;
}
#dashboard .modal-body .form-control#raison option {
  font-family: "AvenirNext LT Pro Regular", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #004865;
}
@media (min-width: 428px) and (max-width: 525px) {
  #dashboard .modal-body .form-control#raison {
    font-size: 14px;
  }
  #dashboard .modal-body .form-control#raison option {
    font-size: 14px;
  }
}
@media (min-width: 400px) and (max-width: 427px) {
  #dashboard .modal-body .form-control#raison {
    font-size: 13px;
  }
  #dashboard .modal-body .form-control#raison option {
    font-size: 13px;
  }
}
@media (max-width: 399px) {
  #dashboard .modal-body .form-control#raison {
    font-size: 12px;
  }
  #dashboard .modal-body .form-control#raison option {
    font-size: 10px;
  }
}
@media (max-width: 425px) {
  #dashboard .modal-body input[type="text"], #dashboard .modal-body input[type="email"] {
    font-size: 13px;
  }
}
@media (max-width: 362px) {
  #dashboard .modal-body .blog-suffix {
    display: none;
  }
}
#dashboard #conserver_ancien {
  margin-top: 10px;
  margin-left: 0px;
  width: 20px;
}
#dashboard #blog-delete-form .modal-body {
  height: 100%;
}
#dashboard #blog-delete-form #raison_details {
  height: 100%;
}
#dashboard .panel-title {
  color: #004865;
}
#dashboard .panel-body {
  padding: 10px 30px;
}
#dashboard .padding-20 {
  padding: 20px;
}
@media (max-width: 353px) {
  #dashboard #modal-blog-owner #change-owner span {
    display: none;
  }
  #dashboard #modal-blog-owner #change-owner:after {
    content: "Changer";
  }
}
#dashboard .idea-header {
  width: 100%;
  margin-top: 35px;
}
#dashboard .idea-header .idea-search {
  width: 80%;
  margin-top: -10px;
}
#dashboard .idea-header p, #dashboard .idea-header a {
  font-weight: 700;
  font-size: 15px;
}
@media (max-width: 767px) {
  #dashboard .idea-header [class*="col-sm"] {
    text-align: center;
    margin: 10px;
  }
  #dashboard .idea-header [class*="col-xs"] {
    text-align: center;
    margin: 10px;
  }
  #dashboard .idea-header .idea-search {
    width: 100%;
  }
}
#dashboard #idea-add-modal textarea {
  height: 200px;
}
#dashboard #idea-list .idea-row {
  margin-bottom: 20px;
}
#dashboard #idea-list .idea-row h3 {
  margin-top: 0;
}
#dashboard #idea-list .idea-row .idea-rank {
  border-radius: 3px;
  padding: 3px;
  text-align: center;
  margin-bottom: 5px;
  font-size: 15px;
  border: 1px solid rgba(0, 72, 101, 0.25);
  color: #004865;
  font-weight: 700;
  width: 200px;
  background-color: #fff;
}
#dashboard #idea-list .idea-row .idea-rank .idea-rank-nb {
  color: #004865;
  font-size: 15px;
  font-weight: 700;
}
#dashboard #idea-list .idea-row .idea-rank span {
  color: #59889b;
  font-size: 13px;
}
#dashboard #idea-list .idea-row .idea-description {
  font-weight: 700;
  font-size: 15px;
  color: #59889b;
}
@media (min-width: 992px) {
  #dashboard #idea-list .idea-row .idea-title, #dashboard #idea-list .idea-row .idea-description {
    margin-left: 60px;
  }
}
#dashboard #idea-list .idea-vote .btn {
  border-radius: 3px;
  margin-bottom: 5px;
  width: 200px;
  text-align: center;
}
body.login {
  background-image: linear-gradient(90deg, #00c4e9, #0091ce);
}
.sign-in {
  margin: 5% 32%;
  padding: 40px 20px;
  width: 90%;
  max-width: 500px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sign-in .logo {
  width: 45%;
  margin-bottom: 20px;
}
.sign-in .oauth-section {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 500px) {
  .sign-in .oauth-section {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
  }
  .sign-in .oauth-section div {
    margin-top: 5px;
  }
}
.sign-in .lightbox__content-divider {
  font-weight: 700;
}
@media (max-width: 425px) {
  .sign-in {
    margin: 0 5%;
    padding: 40px 20px;
    width: 90%;
    max-width: 500px;
  }
  .sign-in .logo {
    width: 90%;
    margin-bottom: 20px;
  }
}
@media (min-width: 426px) and (max-width: 589px) {
  .sign-in {
    margin: 5% 5%;
    padding: 40px 20px;
    width: 90%;
    max-width: 500px;
  }
  .sign-in .logo {
    width: 60%;
    margin-bottom: 20px;
  }
}
@media (min-width: 590px) and (max-width: 600px) {
  .sign-in {
    margin: 5% 6%;
    padding: 40px 20px;
    width: 90%;
    max-width: 500px;
  }
  .sign-in .logo {
    width: 60%;
    margin-bottom: 20px;
  }
}
@media (min-width: 601px) and (max-width: 625px) {
  .sign-in {
    margin: 5% 7%;
    padding: 40px 20px;
    width: 90%;
    max-width: 500px;
  }
  .sign-in .logo {
    width: 60%;
    margin-bottom: 20px;
  }
}
@media (min-width: 626px) and (max-width: 768px) {
  .sign-in {
    margin: 5% 15%;
    padding: 40px 20px;
    width: 90%;
    max-width: 500px;
  }
  .sign-in .logo {
    width: 60%;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .sign-in {
    margin: 5% 23.5%;
    padding: 40px 20px;
    width: 90%;
    max-width: 500px;
  }
  .sign-in .logo {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .sign-in {
    margin: 5% 25%;
    padding: 40px 20px;
    width: 90%;
    max-width: 500px;
  }
  .sign-in .logo {
    width: 45%;
    margin-bottom: 20px;
  }
  .sign-in .btn-link {
    margin-left: -15px;
  }
}
.sign-in .form-group {
  margin: 4% 2%;
}
.sign-in .margin-top-12 {
  margin-top: 12px;
}
.sign-in .btn-blue {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 44px;
  font-weight: 900;
  font-size: 15px;
  padding: 0px 20px 0px 20px;
  line-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  letter-spacing: 0px;
  color: white;
  background-color: #0091ce;
  border: 1px solid #0091ce;
}
.sign-in .btn-blue:hover {
  background-color: #007fb5;
}
.sign-in .alert-danger, .sign-in .alert-info, .sign-in .alert-success, .sign-in .alert-warning {
  box-shadow: 0px 0px 34px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border: none;
  margin-top: 50px;
}
.sign-in a.btn-link {
  font-weight: 700;
  color: #0091ce;
}
.sign-in .input-group-addon {
  border-radius: 0 24px 24px 0;
  font-weight: 700;
  font-size: 15px;
  background-color: #fafbfc;
}
.sign-in .append-suffix .blog-suffix {
  position: absolute;
  right: 30px;
  top: 10px;
  font-size: 16px;
  opacity: 0.5;
}
.margin-left-20 {
  margin-left: 20px;
}
@media screen and (max-width: 425px) {
  #blog-collaborator-submit {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  #blog-collaborator-submit {
    width: 50%;
    margin-top: 10px;
  }
}
.delete-account-confirm-check {
  margin-top: 15px !important;
}
.password-choice {
  margin: 80px auto;
  width: 600px;
}
.password-choice p {
  font-weight: 700;
}
.password-choice .btn {
  font-weight: 700;
}
@media (max-width: 767px) {
  .update-informations {
    text-align: center;
  }
}
.w-100 {
  width: 100%;
}
/* Hunt */
.hunt ul {
  margin-left: 20px;
}
.hunt ul li {
  list-style: square;
}
.hunt-message img {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}
.hunt-message .btn {
  color: #ffffff !important;
}
/* EASTER EGGS */
.easter-egg {
  width: 40px;
  height: 40px;
  margin-top: 10px;
}
.easter-egg:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
/* Register */
.form-register label {
  line-height: normal;
}
.form-register .text-right {
  text-align: right;
}
.form-register .c-pointer {
  cursor: pointer;
}
.form-register .mt-2 {
  margin-top: 10px;
}
