/*bootstrap.css*/
*{
    font-family: 'Source Sans Pro', sans-serif;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 600;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {

  text-decoration: underline;
}
a:focus {
  outline: 0;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #D1DAE4;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container, .container-custom {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.topad{
    padding: 15px;
    margin: 15px auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .container-custom {
      width: auto;
      padding-left: 0px;
     padding-right: 0px;
  }
}
@media (min-width: 1200px) {
  .container, .container-custom {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.cgvdiv{
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }

}
@media (max-width: 1120px) {
  .container-domain .col-md-2, .container-domain .col-md-7, .container-domain .col-md-3{
    padding-left: 2px;
    padding-right: 2px;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
 /* vertical-align: top;*/
  border-top: 1px solid #D1DAE4;
  height: 50px;
}
.table > thead > tr > th {
  vertical-align: middle;
  border-bottom: 2px solid #D1DAE4;
  background: #f5f5f5;
  font-weight: 400;
  font-size: 15px;
}
.table > thead > tr > th.bold{
    font-weight: bold;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #D1DAE4;
}

.no-head {
	background-color: transparent !important;
	border-top: white thin solid !important;
	border-bottom: white thin solid !important;
	border-left-color: white !important;
	/*border-bottom-width: thin !important;*/
}

.nomargup {
  margin-top: 5px;
}

.nomargdo {
  margin-bottom: 5px;
}

p.marged {
    margin: 12px 0 35px 0;
}

.arrow-list {
  list-style: none;
  /*padding-left:*/
}

.arrow-list > li {
  margin-left: 0.88em;
  text-indent: -0.88em;
  padding-right: 1em;
  padding-bottom: 8px;
}

.arrow-list:not(.cas) > li:last-child {
  text-indent: -1.55em;
}

.arrow-list > li::before {
  content: "\E944";
  font-family: "fontello";
  vertical-align: text-bottom;
  margin-right: .57em;
}

.arrow-list:not(.cas) > li:last-child::before {
  content: "\E90B";
  color: #1BCE7C;
  margin-right: .58em;
}

.arrow-list > li > div {
  text-indent: initial;
}

.new-features {
  background-image: url(../img/banner_new.png) !important;
  background-repeat: no-repeat !important;
  background-size: 120px !important;
  position: relative;
}

div.features > table.table {
	border-left: none;
}

td.picto {
	padding: 0 !important;
	text-align: right;
	border: none !important;
	border-bottom: white thin solid !important;
    width: 50px;
    padding-left: 50px !important;
    background-color: transparent;
}

td.classement-eco {
  background: url(../img/picto_eco.png) right/contain no-repeat;
}

td.classement-promo {
  background: url(../img/picto_promo.png) right/contain no-repeat;
}

td.classement-max {
  background: url(../img/picto_max.png) right/contain no-repeat;
}

#tableau_dedie .no-head {
    background-color: #fbfbfb !important;
    border: #fbfbfb thin solid !important;
    border-right: #d1dae4 thin solid !important;
}

#tableau_dedie .picto {
    background-color: #fbfbfb;
    border: #fbfbfb thin solid !important;
    border-right: #d1dae4 thin solid !important;
}

/*=============================================>>>>>
= SQLGOLD =
===============================================>>>>>*/

.sqlgold .col-lg-15 {
    padding-right: 6px !important;
    padding-left: 6px !important;
}

.panel-sqlgold {
    border-color: #ECE7DA !important;
}

.panel-sqlgold .panel-heading {
    background: #F5F2EA;
}

.panel-sqlgold tbody > tr:nth-of-type(2n+1) {
    background-color: #FFFDF9 !important;
}

.panel-sqlgold .btn {
    background-color: #ecae51;
    border: 1px solid #d49b13;
}

@media (min-width: 1200px) {
    .panel-sqlgold form {
        display: flex;
    }
}


/*=============================================>>>>>
= VPS =
===============================================>>>>>*/

.ribbon, .new-ribbon {
  position: absolute;
  left: 2px; top: -3px;
  z-index: 1;
  overflow: hidden;
  width: 120px; height: 115px;
  text-align: right;
}
.ribbon span {
  font-size: 16px;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 126px;
  display: block;
  background: #3f8bd8;
  position: absolute;
  top: 19px; left: -28px;
}
.new-ribbon {
    left: -8px; top: 0;
    height: 108px;
}
.new-ribbon span {
    font-size: 20px;
    color: #FFF;
    text-align: center;
    line-height: 40px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 152px;
    display: block;
    background: #EB3747;
    position: absolute;
    top: 19px; left: -28px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 2px solid #0680c0;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-top: 2px solid #0680c0;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 2px solid transparent;
  border-right: 2px solid #0680c0;
  border-bottom: 2px solid transparent;
  border-top: 2px solid #0680c0;
}
.ribbone {
  position: absolute;
  left: 6px; top: -3px;
  z-index: 1;
  overflow: hidden;
  width: 120px; height: 115px;
  text-align: right;
}
.ribbone span {
  font-size: 16px;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 126px;
  display: block;
  background: darkred;
  position: absolute;
  top: 19px; left: -28px;
}
.ribbone span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 2px solid #0680c0;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-top: 2px solid #0680c0;
}
.ribbone span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 2px solid transparent;
  border-right: 2px solid #0680c0;
  border-bottom: 2px solid transparent;
  border-top: 2px solid #0680c0;
}
.tableau-vps > .container > .row > .col-lg-15 {
    padding-right: 6px !important;
    padding-left: 6px !important;
}

.tableau-vps .panel-heading {
    height: 109px;
    box-sizing: content-box;
}

.tableau-vps .panel-title {
    padding-bottom: 6px;
}

.tableau-vps .panel-heading div.silver {
    text-decoration: line-through;
    height: 18px;
}

.tableau-vps .caracs {
    margin-top: 30px;
    margin-bottom: 20px;
}

.tableau-vps .caracs > div {
    margin: 0;
    border: thin solid rgba(100,100,100,0.05);
    height: 250px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.tableau-vps .caracs > div:hover {
    background-color: #FEFEFE;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.tableau-vps .caracs h3 {
    margin-bottom: 8px;
}

.tableau-vps .caracs .image {
    height: 100px;
    width: 100px;
    border-radius: 100px;
    margin: auto;
}

.tableau-vps .caracs > div:nth-of-type(1) .image {background: transparent url(../imgs/features/passband.png) center/contain no-repeat; background-size: 90px; background-repeat: no-repeat}
.tableau-vps .caracs > div:nth-of-type(2) .image {background: transparent url(../imgs/features/traffic.png) center/contain no-repeat; background-size: 90px; background-repeat: no-repeat}
.tableau-vps .caracs > div:nth-of-type(3) .image {background: transparent url(../imgs/features/free.png) center/contain no-repeat; background-size: 90px; background-repeat: no-repeat}
.tableau-vps .caracs > div:nth-of-type(4) .image {background: transparent url(../imgs/features/sla.png) center/contain no-repeat; background-size: 100px; background-repeat: no-repeat}
.tableau-vps .caracs > div:nth-of-type(5) .image {background: transparent url(../imgs/features/gear.png) center/contain no-repeat; background-size: 90px; background-repeat: no-repeat}
.tableau-vps .caracs > div:nth-of-type(6) .image {background: transparent url(../imgs/features/ip.png) center/contain no-repeat; background-size: 70px; background-repeat: no-repeat}

@media(min-width: 1200px) {
    .tableau-vps .tr_commander form {
        display: flex;
    }
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #D1DAE4;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #D1DAE4;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th,
.table-borderless thead tr td,
.table-borderless tfoot tr th,
.table-borderless tfoot tr td {
    border: none;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #FAFAFA;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #D1DAE4;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus , .clientForm input:focus{
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  /*top: 100%;*/
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: white;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a:not(a.btn) {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:not(.desabledBtn):hover,
.dropdown-menu > li > a:not(.desabledBtn):focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  font-size: 12px;
  line-height: 1.42857143;
  white-space: nowrap;
  padding-bottom: 10px;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.choiceValid .column_content:nth-child(1) {
    background: #FFF url(../imgs/if/choice_valid.png) no-repeat center 80px;
}
.choiceValid .column_content {
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    margin: 20px 90px 30px 90px;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  color: #5498dc;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  padding: 20px 30px;
  color: #767d8a;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #494d55;
  background-color: #ffffff;
/*  border: 1px solid #D1DAE4;*/
  border-bottom-color: transparent;
  cursor: default;
  box-shadow: 0px 0px 4px rgba(0, 0, 1, 0.5);
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #D1DAE4;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #D1DAE4;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
  text-align: center;
}
.nav-pills > li > a {
  border-radius: 20px;
  display: inline-block;
  background: #ccc;
  padding: 10px 28px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #5498dc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 4px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #D1DAE4;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #D1DAE4;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  /*border: 1px solid transparent;*/
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
/*  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }*/
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: 1px solid #5498dc;
  border-bottom: 1px solid #ccc;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: 9px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
    border-bottom: 1px solid #e7e7e7;
    background-color: white;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  opacity: 0.8;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #494D55;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #5498DC;
  color: white;
}
.navbar-default .navbar-nav > .open > a > span.label{
    border: 1px solid white;
    color: white;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 14px 15px 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  padding: 10px 0px;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-index {
  border: 1px solid #494d55;
  color: #494d55;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #5498dc;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #1BCE7C;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #D1DAE4;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.mutualise .thumbnail, .cgv .thumbnail{padding: 40px 20px;}
.cgv .row div:last-child .thumbnail{padding: 28px 20px;}
.alert, .warning-box, .alert-box {
    padding: 15px;
    margin: 5px 0px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: inline-block;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning, .alert-box {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger, .warning-box {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #D1DAE4;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
.panel-menu-header{
    margin-bottom: 0px;
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #D1DAE4;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #D1DAE4;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #D1DAE4;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #D1DAE4;
}
.panel-default, .panel-panier, .panel-domain {
  border-color: #D1DAE4;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #D1DAE4;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #D1DAE4;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #D1DAE4;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 2000;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
  white-space: pre-wrap;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/*@-ms-viewport {
  width: device-width;
}*/
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .tabs-outils{
      width: 100%;
  }
  .tabs-outils > div{
      display: block !important;

  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*bootstrap.css*/
/*app.css*/
/*CUSTOM*/
body{
    color: #494D55;
    overflow-x: hidden;
}
a{
    color: #494D55;
}
a:hover{
    cursor: pointer;
}
a.blocklink {
  color: white;
  text-decoration: none;
  transition: background .3s;
}
a.blocklink:hover {
  background: rgba(255,255,255,0.1);
  transition: background .3s;
}

.dn{display: none;}
.db{display: block;}
.dib{display: inline-block;}
/*color*/
.blue{
    color: #5498dc;
}
.bggrey{
    background-color: #f7f7f7;
}
.bgblue{
    background-color: #83b9df;
}
.darkblue{
    color:#00475b;
}
.darkbleu{
    color: #346A93;
}
.blue-facebook{color: #6b88c6;}
.blue-twitter{color: #55ACEE;}
.red-googleplus{color: #DF4B38;}
.red-pinterest{color: #db2d40;}
.red-youtube{color: #f54037;}
.blue-grey{
    color:#D9FBFF;
}
.blue-light{
    color: #B6DAFF;
}
.blue-second{color:#6D9FB9;}
.lightblue-bg{
    background-color: #B6DAFF;
}
.blue-bg{
    background: #5498dc;
}
.blue-border{
    border-color: #5498dc;
}
.white-border{
    border:1px solid white;
}
.orange{
    color: #fe8e22;
}
.color-dedie{
    color:#B5145B;
}
.orange-bg{
    background: #fe8e22;
}
.lightGrey-bg{background-color: #f5f5f6;overflow: hidden;padding-top: 1px;}
.orange-border{
    border-color: #fe8e22;
}
.blue-vds{color:#0EABCA;}
.yellow-premium{color: #F1C416;}
.yellow{color:#F6AF35;}
.gold{color: #E1B200;}
.strong-gold{color:#e19803;}
.green{color: #1BCE7C;}
.backup-bg{background: #2DA6E5;}
.drive-bg{background: #5476dc;}
.orange-bg, .bg-orange{background: #fe8e22;}
.green-bg, .bg-green{background: #1BCE7C;}
.red-bg, .bg-red{background: #e74c3c;}
.black-bg, .bg-black{background: #494D55;}
.white{
    color:#ffffff;
}
.dark{color: black;}
.white-smoke{color:#ececec;}
.lynch{color:#6c7a89;}
.pumice{color:#d2d7d3;}
.gallery{color:#eeeeee;}
.silver-sand{color:#bdc3c7;}
.porcelain{color:#ecf0f1;}
.cascade{color:#95a5a6;}
.iron{color:#dadfe1;}
.edward{color:#abb7b7;}
.cararra{color:#f2f1ef;}
.silver{color:#bfbfbf;}
.whitesmoke{
    color:#f5f5f5;
}
.shadowy {text-shadow: 0 0 2px black;}
.light-shadow{text-shadow: rgba(0,0,0,0.1) 1px 1px 1px;}
.fine-shadow{text-shadow: rgba(0,0,0,0.1) 2px 2px 1px;}
.dark-shadow{text-shadow: rgba(0,0,0,0.8) 2px 2px 1px;}
.red{color: #e74c3c;}
/*http://www.flatuicolorpicker.com/all*/
.darksmoke-bg {
    background: #ebebeb;
}
.whitesmoke-bg{
    background:#f5f5f5;
}
.whitesmoke-bg .panel{
    background-color: #f5f5f5;
}
.lightsmoke-bg {
  background-color: #fbfbfb;
}
.lightIndex-bg{
    background:#f7fdfd;
}
.infos-box{background-color: #f4f9fc; color: #337bac;border: 1px solid #5da1cf;}
.infos-box{
    padding: 6px 14px;
    width: auto;
    border-radius: 3px;
    text-align: justify;
    display: inline-block;
    font-weight: 600;
    line-height: 30px;
}
.infos-box-small{
    padding: 0 6px; font-size: 14px;
}
/*components*/
/*section statique*/
.static-support{background: #2E3138;color: white;}
/*section statique*/

/*features gestion des fonds*/
.features{padding: 1.5em 0;}
.features[data-background='#1']{background: #f5f5f5;}
.features[data-background='#2']{background: #F4F8FB;}
.features[data-background='#3']{background: #EAEEF7;}
.features[data-background='#4']{background: #D1DAE4;}
.features[data-background='#5']{background: #f5f5f5;}
.features[data-background='#6']{background: #f5f5f5;}
/*features gestion des fonds*/
/*components*/
.black{color:#494D55;}
/*bold*/
.normal {font-weight: normal;}
.light {font-weight: 200;}
.bold {font-weight: bold;}
.thick {font-weight: 600;}
.form-control{width: 95%;}
/*bold*/
/*container*/
section[data-background='nav-header']{
    background: #5498dc;
}
section[data-background='nav-header'] a{
    color: white;
}
section[data-background='mega-menu']{
    background: #f5f5f5;
}
.nav[data-width='100']{
    width: 100%;
}
.navbar{
    margin-bottom: 0px;
}
/*container*/
/*color*/
img{
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width : 900px) {
    .logo-horizontal{
        width: 250px;
    }
}
@media only screen and (max-width : 768px) {
    .logo-horizontal{
        width: 180px;
    }
}
/*header*/
.header{
    padding: 30px 0px;
    position: relative;
}

.logo-horizontal{
    margin-top: 9px;
    width: 180px;
    margin-right: 20px;
}
.header-small{padding: 20px 0px;}
/*header*/
/*style.css*/
.procVds{margin-top: -2px; margin-left: 4px;}
.search-domain{margin-top:-130px;z-index: 10;display: block;}
.domainSize{
   text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
ul.nav-domaine{
    margin: 0px;
}
.nav-domaine > li + li {
    margin-top: 0px;
}
.nav-domaine li a{
    padding: 18px 0px 18px 20px;
    border-bottom: 1px solid #e5e5e5;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    color: #5C5C5C;
}
.nav-domaine li.active a{
    color: #FFF !important;
    background: #5498DC;
    border-left: 4px solid #076799;
}
.nav .event-liste-domaine{
    transition: padding .2s ease 0s/*,#f5f5f5 .35s ease 0s*/;
    transition-property: padding/*,#f5f5f5*/;
    transition-duration: .2s/*,0.35s*/;
    transition-timing-function: ease/*,ease*/;
    transition-delay: 0s/*,0s*/;
    display: block;
}
.panel-details{
   padding: 14px 10px;
   background: #F5F5F5;
   border-bottom: 2px solid #D1DAE4;
}
/*.nav .event-list-li.active a{
    color: #337ab7;
    font-weight: 600;
}*/
.event-liste-domaine:hover{
    color: #676C76 !important;
    border-left: 4px solid #076799;
}
.webmaster, .webmaster-afnic, .webmaster-domain{
    position: absolute;
    margin-top: 20px;
    z-index: 5;
}
.webmaster{margin-left: 360px;}
.webmaster-domain{
    /*left: 11px;
    top: 290px;*/
  left: -10px;
  top: 310px;
}
.webmaster-afnic{
    left: 431px;
}
.offres-bienvenue {
    position: absolute;
    margin-top: -280px;
    margin-left: 16px;
    display: block;
}
.lary{
    background-color: rgba(255, 255, 255, 0.44);
    padding: 10px 50px;
    border-radius: 3px
}
.l-spacing{letter-spacing:-1px;}
.beautiful-list li{padding: 10px 0px}
.beautiful-list-small li{padding: 5px 0px}
.alimentation .thumbnail{cursor: default;}
.securite .thumbnail{cursor: default;}
[data-sprite='mutu'] .libelle{color:#fe8e22;}
[data-sprite='premium'] .libelle{color:#0680c0;}
.nmt{margin-top: 0px;}
.nmb{margin-bottom: 0px;}
.tdbggrey{max-width: 134px;}
.no-margin{margin: 0;}
.slider-nav li {
    background: white;
}
.imgcms-rib {
    position: absolute;
    right: 305px;
    top: -19px;
    margin-top: 10px;
}
/*timeline*/
/*timeline*/
.jump-line{border:0;height:1px;width:50%;background:#acacac;margin:30px auto;}
.jump-line-s{margin:5px 0}
.code{padding: 10px 20px;background:white;border: 1px solid #ccc;font-family: "Courier New", Courier, monospace;color: #23569d;}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.vbottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}
.list-inline{margin: 0;padding: 0;}
.list-inline li {display: inline-block;margin: 0 10px;}
.list-unstyled {padding-left: 0;list-style: none;}
/*progress bar*/
.progress {
    height: 7px;
    background-color: #696969;
    border-radius: 32px;
    overflow: hidden;
    display: inline-block;
    width: 50%;
    margin-left: 10px;
}
.roundpuce{
    height: 10px;
    width: 10px;
    border-radius: 20px;
    float: left;
    display: block;
    margin-top: 5px;
    margin-right: 5px;
}
.bar {
    width: 0%;
    background-color: #2ecc71;
    float: left;
    height: 100%;
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    -ms-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
/*progress bar*/
/*.slideItems{background-size: 100% 100%;}
.slideItems{background-size: 100% 100%;}*/
.slideItems img{background-size: cover;}
.slideItems a:not(.btn){display: block;}
.slideItems.responGrad {
    background-image: -webkit-linear-gradient(top, #2885d2 0%, #72c2ee 100%);
    background-image: -moz-linear-gradient(top, #2885d2 0%, #72c2ee 100%);
    background-image: -ms-linear-gradient(top, #2885d2 0%, #72c2ee 100%);
    background-image: linear-gradient(top, #2885d2 0%, #72c2ee 100%);
}
.slideItems.responGrad2 {
    background-image: url(../imgs/background/eco-ete.png), -webkit-linear-gradient(to right, #e5d3c1 0%,#e5d3c1 49%,#eadbcd 51%,#eadbcd 100%);
    background-image: url(../imgs/background/eco-ete.png), -moz-linear-gradient(to right, #e5d3c1 0%,#e5d3c1 49%,#eadbcd 51%,#eadbcd 100%);
    background-image: url(../imgs/background/eco-ete.png), -ms-linear-gradient(to right, #e5d3c1 0%,#e5d3c1 49%,#eadbcd 51%,#eadbcd 100%);
    background-image: url(../imgs/background/eco-ete.png), linear-gradient(to right, #e5d3c1 0%,#e5d3c1 49%,#eadbcd 51%,#eadbcd 100%);
    background-position: center;
    background-repeat: no-repeat;
}
.responGrad3 {
  background-image: url(../imgs/background/ete-back.png), -webkit-linear-gradient(to right, #e5d3c1 0%,#e5d3c1 49%,#eadbcd 51%,#eadbcd 100%);
  background-image: url(../imgs/background/ete-back.png), -moz-linear-gradient(to right, #e5d3c1 0%,#e5d3c1 49%,#eadbcd 51%,#eadbcd 100%);
  background-image: url(../imgs/background/ete-back.png), -ms-linear-gradient(to right, #e5d3c1 0%,#e5d3c1 49%,#eadbcd 51%,#eadbcd 100%);
  background-image: url(../imgs/background/ete-back.png), linear-gradient(to right, #e5d3c1 0%,#e5d3c1 49%,#eadbcd 51%,#eadbcd 100%);
  background-position: center;
  background-repeat: no-repeat;
}
.mutu-back {
  background-image: url(../imgs/background/eco-rentree-back.png);
}
@media(max-width: 1170px) {
    .slideItems.responGrad {
        background-image: none;
        background-color: #72c2ee;
    }
}
.title{
    margin: 50px 0px;
}
.icone-SQL{color: #505050;}
.icone-GOLD, .icone-SQL {font-weight: bold;}
.icone-GOLD {color: #E1B200;font-style: italic;}

.img-product, .img-societe{width: 100%;display: inline-block;}
.img-societe{
  height: 70px;
  text-indent: -9999px;
}
.img-product{height: 140px;}
.img-product:hover{opacity: 0.9;}
.imgcircle{
    width:280px;
    height: 280px;
    display: inline-block;
}
/*gradient*/
.opacity1{opacity: 0.1;}
.opacity2{opacity: 0.2;}
.opacity3{opacity: 0.3;}
.opacity4{opacity: 0.4;}
.opacity5{opacity: 0.5;}
.opacity6{opacity: 0.6;}
.opacity7{opacity: 0.7;}
.opacity8{opacity: 0.8;}
.opacity9{opacity: 0.9;}
.z-index-2{z-index: 2 !important;}
.z-index-3{z-index: 3 !important;}
.gradient-layout{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.img-main{
     position: absolute;
     display: block;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     z-index: 2;

}
.mysqlgoldBanners{background:url(../imgs/background/mysqlgold.jpg) top right no-repeat;height: 200px; width: 200px;}
.patterns-main{
     position: absolute;
     display: block;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     z-index: 2;
}
.sticker{padding: 14px 30px;background: white;border-radius: 90px;display: inline-block;}
.gradient-orange {
    background: #ff9500;
    background-image: linear-gradient(#ff9500, #ff5e3a);
    background: -moz-linear-gradient(top, #ff9500 0%, #ff5e3a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9500), color-stop(100%,#ff5e3a));
    background: -webkit-linear-gradient(top, #ff9500 0%,#ff5e3a 100%);
    background: -o-linear-gradient(top, #ff9500 0%,#ff5e3a 100%);
    background: -ms-linear-gradient(top, #ff9500 0%,#ff5e3a 100%);
    background: linear-gradient(to bottom, #ff9500 0%,#ff5e3a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#ff5e3a',GradientType=0 );
}
.gradient-turquoise{
  background: -webkit-linear-gradient(90deg, #136a8a 10%, #267871 90%);
  background:    -moz-linear-gradient(90deg, #136a8a 10%, #267871 90%);
  background:     -ms-linear-gradient(90deg, #136a8a 10%, #267871 90%);
  background:      -o-linear-gradient(90deg, #136a8a 10%, #267871 90%);
  background:         linear-gradient(90deg, #136a8a 10%, #267871 90%);
}
.gradient-metalic{
  background: -webkit-linear-gradient(90deg, #ECE9E6 10%, #FFFFFF 100%);
  background:    -moz-linear-gradient(90deg, #ECE9E6 10%, #FFFFFF 100%);
  background:     -ms-linear-gradient(90deg, #ECE9E6 10%, #FFFFFF 100%);
  background:      -o-linear-gradient(90deg, #ECE9E6 10%, #FFFFFF 100%);
  background:         linear-gradient(90deg, #ECE9E6 10%, #FFFFFF 100%);
}
.gradient-kokoCaramel{
  background: -webkit-linear-gradient(90deg, #D1913C 10%, #FFD194 90%);
  background:    -moz-linear-gradient(90deg, #D1913C 10%, #FFD194 90%);
  background:     -ms-linear-gradient(90deg, #D1913C 10%, #FFD194 90%);
  background:      -o-linear-gradient(90deg, #D1913C 10%, #FFD194 90%);
  background:         linear-gradient(90deg, #D1913C 10%, #FFD194 90%);
}
.gradient-metalicPortrait{
  background: -webkit-linear-gradient(90deg, #8e9eab 10%, #eef2f3 90%);
  background:    -moz-linear-gradient(90deg, #8e9eab 10%, #eef2f3 90%);
  background:     -ms-linear-gradient(90deg, #8e9eab 10%, #eef2f3 90%);
  background:      -o-linear-gradient(90deg, #8e9eab 10%, #eef2f3 90%);
  background:         linear-gradient(90deg, #8e9eab 10%, #eef2f3 90%);
}
.gradient-pastelOrange{
  background: -webkit-linear-gradient(90deg, #ffb347 10%, #ffcc33 90%);
  background:    -moz-linear-gradient(90deg, #ffb347 10%, #ffcc33 90%);
  background:     -ms-linear-gradient(90deg, #ffb347 10%, #ffcc33 90%);
  background:      -o-linear-gradient(90deg, #ffb347 10%, #ffcc33 90%);
  background:         linear-gradient(90deg, #ffb347 10%, #ffcc33 90%);
}
.gradient-greyHersheys{
  background: -webkit-linear-gradient(90deg, #1e130c 10%, #9a8478 90%);
  background:    -moz-linear-gradient(90deg, #1e130c 10%, #9a8478 90%);
  background:     -ms-linear-gradient(90deg, #1e130c 10%, #9a8478 90%);
  background:      -o-linear-gradient(90deg, #1e130c 10%, #9a8478 90%);
  background:         linear-gradient(90deg, #1e130c 10%, #9a8478 90%);
}
.gradient-blueFriday{
  background: -webkit-linear-gradient(90deg, #83a4d4 10%, #b6fbff 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #83a4d4 10%, #b6fbff 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #83a4d4 10%, #b6fbff 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #83a4d4 10%, #b6fbff 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #83a4d4 10%, #b6fbff 90%); /* W3C */
}
.gradient-blueAsh{
  background: -webkit-linear-gradient(90deg, #606c88 10%, #3f4c6b 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #606c88 10%, #3f4c6b 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #606c88 10%, #3f4c6b 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #606c88 10%, #3f4c6b 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #606c88 10%, #3f4c6b 90%); /* W3C */

}
.gradient-blueStelar{
  background: -webkit-linear-gradient(90deg, #7474BF 10%, #348AC7 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #7474BF 10%, #348AC7 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #7474BF 10%, #348AC7 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #7474BF 10%, #348AC7 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #7474BF 10%, #348AC7 90%); /* W3C */
}
.gradient-blueBackup{
    background: #5498dc;
    background: -moz-linear-gradient(top,  #5498dc 38%, #d0eef6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,#5498dc), color-stop(100%,#d0eef6));
    background: -webkit-linear-gradient(top,  #5498dc 38%,#d0eef6 100%);
    background: -o-linear-gradient(top,  #5498dc 38%,#d0eef6 100%);
    background: -ms-linear-gradient(top,  #5498dc 38%,#d0eef6 100%);
    background: linear-gradient(to bottom,  #5498dc 38%,#d0eef6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5498dc', endColorstr='#d0eef6',GradientType=0 );
}
.gradient-blueIndex{
    background: #5498dc;
    background: -moz-linear-gradient(top,  #5498dc 38%, #908CF4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,#5498dc), color-stop(100%,#908CF4));
    background: -webkit-linear-gradient(top,  #5498dc 38%, #908CF4 100%);
    background: -o-linear-gradient(top,  #5498dc 38%, #908CF4 100%);
    background: -ms-linear-gradient(top,  #5498dc 38%, #908CF4 100%);
    background: linear-gradient(to bottom,  #5498dc 38%, #908CF4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5498dc', endColorstr='#d0eef6',GradientType=0 );
}
.gradient-midnightCity{
  background: -webkit-linear-gradient(90deg, #232526 10%, #414345 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #232526 10%, #414345 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #232526 10%, #414345 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #232526 10%, #414345 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #232526 10%, #414345 90%); /* W3C */
}
.gradient-parklife{
  background: -webkit-linear-gradient(90deg, #494D55 10%, #2A4700 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #494D55 10%, #2A4700 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #494D55 10%, #2A4700 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #494D55 10%, #2A4700 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #494D55 10%, #2A4700 90%); /* W3C */
}
.gradient-blueSky{
  background: -webkit-linear-gradient(180deg, #2482D1 5%, #86D2F5 100%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(180deg, #2482D1 5%, #86D2F5 100%); /* FF3.6+ */
  background:     -ms-linear-gradient(180deg, #2482D1 5%, #86D2F5 100%); /* IE10 */
  background:      -o-linear-gradient(180deg, #2482D1 5%, #86D2F5 100%); /* Opera 11.10+ */
  background:         linear-gradient(180deg, #2482D1 5%, #86D2F5 100%); /* W3C */
}
.evolution_down .gradient-blueSky{
  background: -webkit-linear-gradient(0deg, #B9E9FF 0%, #86D2F5 70%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #B9E9FF 0%, #86D2F5 70%); /* FF3.6+ */
  background:     -ms-linear-gradient(0deg, #B9E9FF 0%, #86D2F5 70%); /* IE10 */
  background:      -o-linear-gradient(0deg, #B9E9FF 0%, #86D2F5 70%); /* Opera 11.10+ */
  background:         linear-gradient(0deg, #B9E9FF 0%, #86D2F5 70%); /* W3C */
}
.gradient-clearSky{
    background: -webkit-linear-gradient(180deg, #409BE8 5%, #86D2F5 100%); /* Chrome 10+, Saf5.1+ */
    background:    -moz-linear-gradient(180deg, #409BE8 5%, #86D2F5 100%); /* FF3.6+ */
    background:     -ms-linear-gradient(180deg, #409BE8 5%, #86D2F5 100%); /* IE10 */
    background:      -o-linear-gradient(180deg, #409BE8 5%, #86D2F5 100%); /* Opera 11.10+ */
    background:         linear-gradient(180deg, #409BE8 5%, #86D2F5 100%); /* W3C */
}
.flat-blue{background: #0680c0;}
.flat-blue2{
    background: #5795d0;
}
.flat-orange{background: #fc8f30;}
.flat-grey-dark{background: #2c2d36;}
.flat-my-french-site{background: #aeddf3}
.flat-my-french-site2{background: #1c9fd5}
.cover{-webkit-background-size: cover; background-size: cover;}
/*mutualise & premium*/
.domaine .img-main{background: url(../imgs/background/domain.jpg) center bottom no-repeat;background-size: cover;}
.renouv .img-main{background: url(../imgs/background/domain.jpg) center bottom no-repeat;background-size: cover;}
.mutualise .img-main, .mutu .img-main, .mututest .img-main{background: url(../imgs/background/mutualise.jpg) center no-repeat;background-size: cover;}
/*.infogerance .img-main{background: url(../imgs/background/infogerance.jpg) center -282px no-repeat;}*/
/*.vds .img-main{background: url(../imgs/background/vds.jpg) center -2px repeat;background-size: cover;}*/
.gradient-Vds{background: url(../imgs/background/vds.jpg) center -2px repeat;background-size: cover;}
.backup .img-main{background: url(../imgs/background/backup.png)  center bottom repeat-x;background-size: contain;}
.backup-home .img-main{background: url(../imgs/background/backup.png)  center bottom repeat-x;}
.drive .img-main{background:url(../imgs/background/backup.png) center -204px repeat-x;}
.index .img-main{background:url(../imgs/background/server.jpg) center bottom no-repeat; background-size: cover;}
.migration .img-main{background:url(../imgs/background/migration.png) center bottom no-repeat;}
.evolution .img-main{background:url(../imgs/background/evo.png) center bottom no-repeat;}
.evo-commerce .img-main{background:url(../imgs/background/e-commerce.png) center bottom no-repeat, url(../imgs/background/e-commerce_back.png) center bottom repeat-x;}
.ecommerce .img-main{background:url(../imgs/background/ecommerce-space.png) center bottom no-repeat;}
.blog .img-main{background:url(../imgs/background/blog.png) center bottom no-repeat;}
.vitrine .img-main{background:url(../imgs/background/vitrine.png) center bottom no-repeat;}
.destockage .img-main{background: url(../imgs/background/vds.jpg) center -2px repeat;background-size: 100%;}
.mutu-panel .panel-thumb{background: white url(../imgs/panel/thumb.gif) no-repeat;}
.eco .img-main{background: url(../imgs/background/chart.png) center bottom repeat-x;}
/*.igration .img-main{background: url(../imgs/background/cloud.jpg) center -320px repeat-x;background-size: 100%;}*/
.dedie .img-main{background: url(../imgs/background/dedie-serveur.png); background-position: center bottom;background-repeat: no-repeat;}
.dedie .gradient-layout{background: url(../imgs/background/dedie-bg.jpg) center 0px no-repeat;background-size: cover;}
.premium .img-main{background: url(../imgs/background/premium.jpg) center bottom no-repeat;}
.parrainage .img-main{background: url(../imgs/background/parrainage.png); background-position: center 20px;background-repeat: no-repeat;}
.premium .shattered{background: url(../imgs/background/shattered.gif) repeat;}
@keyframes particles {0%{background-position: -64px -72px, 0 0;}100%{background-position: -64px -72px, 0 -800px;}}
.vds .shattered{background-color:#494D55;background-image:url(../imgs/background/badge_new.png), url(../imgs/background/particles.jpg);background-size:300px, 800px;background-repeat:no-repeat, repeat;background-position:-75px -72px, 0 0;color:white;-webkit-animation: particles 50s infinite linear;animation: particles 50s infinite linear;}
.wordpress .patterns-main{background: url(../imgs/patterns/wordpress.gif) center 0px repeat;}
.fidelite .patterns-main{background: url(../imgs/background/fidelite.jpg) left center no-repeat;}
.joomla .patterns-main{background: url(../imgs/patterns/joomla.gif) center 0px repeat;}
.drupal .patterns-main{background: url(../imgs/patterns/drupal.gif) center 0px repeat;}
.prestashop .patterns-main{background: url(../imgs/patterns/prestashop.gif) center 0px repeat;}
.tarifs .patterns-main{background: url(../imgs/patterns/extensions.png) center 0px repeat;}
.slider1 .patterns-main{background: url(../imgs/patterns/drupal.gif) center 0px repeat;}
.eco .patterns-main{background: url(../imgs/patterns/eco.gif) center 0px repeat;}
.support .img-main{background: url(../imgs/background/support.jpg) center bottom no-repeat;background-size: cover;}
.noise-lines{background: url(../imgs/background/noise_lines.png) repeat;}
.wood-pattern{background: url(../imgs/background/wood-pattern2.gif) repeat;}
.mutu-index{background:url(../imgs/large/hebergement-mutu.png) top right no-repeat;}
.premium-index{background:url(../imgs/large/hebergement-premium.png) top right no-repeat;}
.dedie-index{background:url(../imgs/large/hebergement-dedie.png) top right no-repeat;}
.premium-dedie-index{background:url(../imgs/large/hebergement-premium-dedie.png) center right no-repeat;}
.vds-index{background:url(../imgs/large/hebergement-vds.png) top right no-repeat;}
.afnic .img-main{background: #f5f5f5;}

/*.comparatifMutu .img-main{background: url(../imgs/background/comparatif-servers.png) center bottom no-repeat;}*/
.societe .img-main{background: url(../imgs/background/grenoble.jpg) top center no-repeat;background-size: cover;z-index: 0;}

/* migrations */
.migration1and1 .img-main{background: url(../img/migrations/logos1&1.png); background-position: center bottom;background-repeat: no-repeat;}
.migration1and1 .gradient-layout{background: url(../img/migrations/banniere.jpg) center 0px no-repeat;background-size: cover;}
.migrationGandi .img-main{background: url(../img/migrations/logosGandi.png); background-position: center bottom;background-repeat: no-repeat;}
.migrationGandi .gradient-layout{background: url(../img/migrations/banniere.jpg) center 0px no-repeat;background-size: cover;}
.migrationLWS .img-main{background: url(../img/migrations/logosLWS.png); background-position: center bottom;background-repeat: no-repeat;}
.migrationLWS .gradient-layout{background: url(../img/migrations/banniere.jpg) center 0px no-repeat;background-size: cover;}
.migrationOnline .img-main{background: url(../img/migrations/logosOnlinet.png); background-position: center bottom;background-repeat: no-repeat;}
.migrationOnline .gradient-layout{background: url(../img/migrations/banniere.jpg) center 0px no-repeat;background-size: cover;}
.migrationOVH .img-main{background: url(../img/migrations/logosOVH.png); background-position: center bottom;background-repeat: no-repeat;}
.migrationOVH .gradient-layout{background: url(../img/migrations/banniere.jpg) center 0px no-repeat;background-size: cover;}

header.backup .nav >li > a, /*header.index .nav >li > a,*/ header.mutualise .nav >li > a{color: white !important;}
header.backup .navbar-default{
    background: #5498dc;
    border-bottom: none;
}

.ecommerce-padding{padding: 0px 0px 180px 0px;}
.premium-padding {padding:0px 0px 100px 0px;}
/*header.index .navbar-default {
    background: #5498dc;
    border-bottom: none;
}*/
/*header.index.label-focus,*/ header.backup .label-focus, header.mutualise .label-focus{
    background-color:white;padding: 3px;border-radius: 2px;color: #505050;

}
/*header.index .navbar-default .navbar-toggle .icon-bar,*/ header.backup .navbar-default .navbar-toggle .icon-bar, header.mutualise .navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}
.header.evo-commerce {
    padding-bottom: 250px;
}
@media (max-width: 767px) {
  .header.evo-commerce {
    padding-bottom: 50px;
  }
}
header.mutualise .navbar-default {
    background: #494D55;
    border-bottom: none;
}
header.mutualise .spec-item {background: #494d55 !important;}
header.backup .spec-item {background: #5498dc !important;}
[data-img='mutualise-01']{background: url("../imgs/mutu_prod-v.gif") no-repeat;}
[data-img='partenaire-01']{background: url("../imgs/logos-ref/partenaireuh.png") no-repeat;}
[data-img='mutualise-02']{background: url("../imgs/plateforme2.gif") no-repeat;}
[data-img='dedie-01']{background: url("../imgs/dedie_prod-v.gif") no-repeat;}
[data-img='vds-01']{background: url("../imgs/vds_prod-v.gif") no-repeat;}
[data-img='infogerance-01']{background: url("../imgs/infogerance.gif") no-repeat;}
[data-img='premium-01']{background: url("../imgs/premiumdedie_prod-v.gif") no-repeat;}
[data-img='sqlgold-01']{background: url("../imgs/sql-gold/sqlgold_prod.png") no-repeat;}
[data-img='backup-01']{background: url("../imgs/backup_prod.png") no-repeat;}
[data-img='support-01']{background: url("../imgs/sprites_support.png") no-repeat;}
[data-img='migration-01']{background: url("../imgs/migration_vector.png") no-repeat;}
/*[data-img='index-01']{background: url("../imgs/migration_vector.png") no-repeat;}*/
/*[data-img='index-02']{background: url("../imgs/circle/circle.gif") no-repeat;}*/
[data-img='societe-01']{background: url("../imgs/societe_icons.png") no-repeat;}
[data-img='datacentervert-01']{background: url("../imgs/green-hosting/server_eco2.png") no-repeat;}
[data-img='prestashop']{background: url("../imgs/portfolio/portfolio-prestashop.gif") no-repeat;}
[data-img='joomla']{background: url("../imgs/portfolio/portfolio-joomla.gif") no-repeat;}
[data-img='wordpress']{background: url("../imgs/portfolio/portfolio-wordpress.png") no-repeat;}
[data-img='drupal']{background: url("../imgs/portfolio/portfolio-drupal.gif") no-repeat;}
[data-img='spip']{background: url("../imgs/portfolio/portfolio-spip.gif") no-repeat;}
[data-img='confiance-01']{background: url("../imgs/logos-ref/confiance.gif") no-repeat;}
[data-img='evolution-01']{background: url("../imgs/pack-evo/suivi_sprite.png") no-repeat; background-size: 190px; height: 160px;}
[data-img='evolution-02']{background: url("../imgs/pack-evo/evolutive_sprite.png") no-repeat; background-size: 220px; height: 150px;}
[data-img='evolution-03']{background: url("../imgs/pack-evo/stats.png") no-repeat; background-size: 160px; height: 150px;}

/*tabs mutualise + dedie*/
span[data-sprite='01']{ background-position:center -12px;}
span[data-sprite='02']{background-position:center -212px;}
span[data-sprite='03']{background-position:center -422px;}
span[data-sprite='04']{background-position:center -602px;}
span[data-sprite='05']{background-position:center -802px;}
span[data-sprite='06']{background-position:center -992px;}
span[data-sprite='m07']{background-position:center -3913px;}
span[data-sprite='m08']{background-position:center -4130px;}
span[data-sprite='d07']{background-position:center -2563px;}
span[data-sprite='d08']{background-position:center -2782px;}
span[data-sprite='config']{background-position:center -4590px;}

/*tabs premium*/
span[data-sprite='07']{background-position: center -1190px;}
span[data-sprite='08']{background-position: center -1407px;}

span[data-sprite='09']{background-position: center -1580px;}
span[data-sprite='10']{background-position: center -1769px;}
span[data-sprite='11']{background-position: center -2179px;}
span[data-sprite='12']{background-position: center -1971px;}
span[data-sprite='13']{background-position: center -2367px;}
span[data-sprite='14']{background-position: center -2557px;}

span[data-sprite='20']{background-position: center -930px;}
span[data-sprite='21']{background-position: center -510px;}
span[data-sprite='22']{background-position: center -90px;}
span[data-sprite='23']{background-position: center -1285px;}
span[data-sprite='appli-android']{background-position: center -1715px;}
span[data-sprite='cloud-features']{background-position: center -2140px;}

/*avantages inclus mutualise*/
span[data-sprite='mutualise-fidelite']{background-position:center -2762px;}
span[data-sprite='mutualise-backup']{background-position:center -2962px;}
span[data-sprite='mutualise-credit']{background-position:center -3162px;}
span[data-sprite='mutualise-drivincloud']{background-position:center -3352px;}
span[data-sprite='mutualise-drivinftp']{background-position:center -3542px;}
span[data-sprite='mutualise-test']{background-position:center -3742px;}
span[data-sprite='mutualise-fr']{background-position:center -4362px;}
/*cms*/
span[data-sprite='prestashop']{background-position:center -20px;}
span[data-sprite='wordpress']{background-position:center -226px;}
span[data-sprite='joomla']{background-position:center -425px;}
span[data-sprite='drupal']{background-position:center -633px;}
span[data-sprite='woocommerce']{background-position:center -1631px;}
span[data-sprite='spip']{background-position:center -829px;}
span[data-sprite='dotclear']{background-position:center -1036px;}
span[data-sprite='phpbb']{background-position:center -2241px;}
span[data-sprite='oscommerce']{background-position:center -1839px;}
span[data-sprite='zencart']{background-position:center -1445px;}
span[data-sprite='thelia']{background-position:center -2427px;}
span[data-sprite='zend-framework']{background-position:center -2045px;}
span[data-sprite='symphony']{background-position:center -1244px;}

span[data-sprite='premium-personnalise']{background-position: center -1210px;}
span[data-sprite='premium-upgrade']{background-position: center -1407px;}
span[data-sprite='premium-fidelite']{background-position: center -1616px;}

span[data-sprite='dedie-personnalise']{background-position: center -1210px;}
span[data-sprite='dedie-fidelite']{background-position: center -1407px;}
span[data-sprite='dedie-upgrade']{background-position: center -1616px;}
/*dedie + premium dedie*/
span[data-sprite='g2020']{background-position: center -1830px;}
span[data-sprite='corei3']{background-position: center -2310px;}
span[data-sprite='xeone3']{background-position: center -2070px;}
/*sql gold*/
span[data-sprite='sqlgold-illimite']{background-position: center 0px;}
span[data-sprite='sqlgold-debit']{background-position: center -360px;}
span[data-sprite='sqlgold-flexibite']{background-position: center -740px;}
/*support*/
span[data-sprite='flag']{background-position: -13px -700px;width: 20px; height:20px; display: inline-block; }
span[data-sprite='secours']{background-position: -3px -109px;width: 40px; height:40px; display: inline-block;}
span[data-sprite='astreinte']{background-position: -3px -10px;width: 40px; height:40px; display: inline-block;}
span[data-sprite='belge']{background-position: -3px -60px;width: 40px; height:40px; display: inline-block;}
span[data-sprite='wiki']{background-position: center -190px;width: 40px; height:40px; display: inline-block; }
span[data-sprite='forum']{background-position: center -270px;width: 40px; height:40px; display: inline-block;}
span[data-sprite='blog']{background-position: center -350px;width: 40px; height:40px; display: inline-block;}
span[data-sprite='facebook']{background-position: center -430px;width: 40px; height:40px; display: inline-block;}
span[data-sprite='twitter']{background-position: center -510px;width: 40px; height:40px; display: inline-block;}
span[data-sprite='google+']{background-position: center -590px;width: 40px; height:40px; display: inline-block;}
/*migration*/
span[data-sprite='migration01']{background-position: left -10px;width: 100px; height:85px; display: inline-block; }
span[data-sprite='migration02']{background-position: left -169px;width: 100px; height:85px; display: inline-block; }
span[data-sprite='migration03']{background-position: left -342px;width: 100px; height:85px; display: inline-block; }
span[data-sprite='migration04']{background-position: left -516px;width: 100px; height:85px; display: inline-block; }
/*index*/
span[data-sprite='panel02']{background-position: 0px -280px;}
span[data-sprite='panel03']{background-position: 0px -563px;}

span[data-sprite='drivincloud']{background-position: 0px -845px;}
span[data-sprite='drivinftp']{background-position: 0px -1125px;}

span[data-sprite='mysqlgold']{background-position: center -1423px;width: 100px; height:85px; display: inline-block;}
span[data-sprite='backup']{background-position: center -1535px;width: 100px; height:85px; display: inline-block;}
/*societe*/
span[data-sprite='experience']{background-position:center 6px;}
span[data-sprite='confiance']{background-position:center -851px;}
span[data-sprite='proximite']{background-position:center -422px;}
span[data-sprite='independance']{background-position:center -1281px;}
/*datacentervert*/
span[data-sprite='fonctionnement']{background-position:center 93px;}
span[data-sprite='action']{background-position:center -274px;}
span[data-sprite='service']{background-position:center -596px;}
/*prestashop*/
span[data-sprite='lacaveserebiffe']{background-position: center -50px;}
span[data-sprite='alepia']{background-position: center 0px;}
span[data-sprite='ktm']{background-position: center -140px;}
span[data-sprite='flightclub']{background-position: center -280px;}
span[data-sprite='studiodescollections']{background-position: center -1055px;}
span[data-sprite='floraquatic']{background-position: center -1325px;}
/*wordpress*/
span[data-sprite='absolutgraphic']{background-position: center -55px;}
span[data-sprite='bloodymarie']{background-position: center -299px;}
span[data-sprite='grenobleski']{background-position:center -543px;}
span[data-sprite='cocacolaweb2']{background-position:center -759px;}
span[data-sprite='jjgoldman']{background-position:center -998px;}
/*joomla*/
span[data-sprite='expert-credits']{background-position: center -50px;}
span[data-sprite='logic-nation']{background-position: center -300px;}
span[data-sprite='champagne-geoffroy']{background-position: center -548px;}
span[data-sprite='bricolercotemaison']{background-position: center -782px;}
/*drupal*/
span[data-sprite='forme-et-beaute']{background-position: center -55px;}
span[data-sprite='grincheux']{background-position: center -300px;}
span[data-sprite='dlmedias']{background-position: center -548px;}
span[data-sprite='com&net']{background-position: center -802px;}
/*spip*/
span[data-sprite='agence-revolution']{background-position: center -50px;}
span[data-sprite='gbna']{background-position: center -300px;}
span[data-sprite='gallika']{background-position: center -543px;}
/*accueil partenaire*/
span[data-sprite='atelierdlweb']{background-position: center 0px;}
span[data-sprite='defense']{background-position: center -70px;}
span[data-sprite='cnrs']{background-position: center -140px;}
span[data-sprite='gf38']{background-position: center -210px;}
span[data-sprite='armand']{background-position: center -280px;}
span[data-sprite='deces']{background-position: center -350px;}
span[data-sprite='easyphp']{background-position: center -420px;}
span[data-sprite='cocacolaweb']{background-position: center -490px;}
span[data-sprite='bilikeuh']{background-position: center -560px;}
span[data-sprite='sunloc']{background-position: center -630px;}

span[data-sprite='honfleur']{background-position: center 0px;}
span[data-sprite='brionnais']{background-position: center -140px;}
span[data-sprite='sunlocation']{background-position: center -280px;}
span[data-sprite='noorea']{background-position: center -420px;}
span[data-sprite='abrets']{background-position: center -560px;}
span[data-sprite='die']{background-position: center -700px;}
span[data-sprite='sqsi']{background-position: center -840px;}
span[data-sprite='cogolin']{background-position: center -980px;}
span[data-sprite='king']{background-position: center -1120px;}
span[data-sprite='cci-2']{background-position: center -1260px;}
span[data-sprite='cci']{background-position: center -212px;}
span[data-sprite='defense-2']{background-position: center -1400px;}
span[data-sprite='ina']{background-position: center -1540px;}
span[data-sprite='ifris']{background-position: center -1680px;}
span[data-sprite='sufco']{background-position: center -1820px;}
span[data-sprite='cognition']{background-position: center -1680px;}
span[data-sprite='eglabo']{background-position: center -1960px;}
span[data-sprite='gf38-2']{background-position: center -2100px;}
span[data-sprite='zatosport']{background-position: center -2240px;}
span[data-sprite='frequence']{background-position: center -2380px;}
span[data-sprite='ferrie']{background-position: center -2520px;}
span[data-sprite='acloz']{background-position: center -2660px;}
span[data-sprite='aggelos']{background-position: center -2800px;}
span[data-sprite='wd']{background-position: center -2940px;}
span[data-sprite='kineka']{background-position: center -3080px;}
span[data-sprite='apprima']{background-position: center -3220px;}
span[data-sprite='rhonalpcom']{background-position: center -3360px;}
span[data-sprite='champagne']{background-position: center -3500px;}
span[data-sprite='intel']{background-position: center -4200px;}
span[data-sprite='cisco']{background-position: center -4340px;}
span[data-sprite='supermicro']{background-position: center -4480px;}
span[data-sprite='sfr']{background-position: center -4620px;}
span[data-sprite='bnp']{background-position: center -4760px;}
span[data-sprite='debian']{background-position: center -4900px;}
span[data-sprite='rocktambule']{background-position: center -3640px;}
span[data-sprite='pmi']{background-position: center -3780px;}
span[data-sprite='afup']{background-position: center -3920px;}
span[data-sprite='forumphp']{background-position: center -4060px;}
span[data-sprite='sheinder']{background-position: center -5040px;}
span[data-sprite='beaumontais']{background-position: center -5193px;}
span[data-sprite='hostingpiglet']{background-position: center -5283px;}
span[data-sprite='presencesgrenoble']{background-position: center -5393px;}
span[data-sprite='journaldeleco']{background-position: center -5513px;}
span[data-sprite='ledauphine']{background-position: center -5633px;}
span[data-sprite='brefeco']{background-position: center -5743px;}
span[data-sprite='cloudmagazine']{background-position: center -5853px;}
span[data-sprite='solidarite']{background-position: center -5980px;}
span[data-sprite='bilik']{background: url(../img/logos-ref/bilik.png) center/50% no-repeat;}
span[data-sprite='juniper']{background: url(../img/logos-ref/juniper.png) center/100% no-repeat;}


/* Pack Evolution */

span[data-sprite='non-surtaxe']{background-position: center -20px;}
span[data-sprite='garantie-tdr']{background-position: center -195px;}
span[data-sprite='ticket']{background-position: center -380px;}
span[data-sprite='support-email']{background-position: center -560px;}
span[data-sprite='migration-1clic']{background-position: center 0;}
span[data-sprite='upgrade-downgrade']{background-position: center -200px;}
span[data-sprite='migration-premium']{background-position: center -420px;}
span[data-sprite='stats']{background-position: center center;}

.confiance .img-product{border: 1px solid #ccc;border-radius:3px;}
.mutu-panel .drivincloud{background-position: right 0;}
.mutu-panel .drivinftp{background-position: right -75px;}
.mutu-panel .fidelite{background-position: right -153px;}
.mutu-panel .forum-phpnet{background-position: right -243px;}
.mutu-panel .wiki-phpnet{background-position: right -323px;}
.mutu-panel .blog-phpnet{background-position: right -395px;}
span[data-sprite="validChoice-01"]{background-position: center 0px;}
span[data-sprite="validChoice-02"]{background-position: center -268px;}
[data-img="drive-code"]{background: url("../imgs/if/choice_valid.png") no-repeat; height: 140px;width: 100%; display: inline-block;}

.container.securite > div > table > tbody > tr > td {
    text-align: center;
}

.info-evo {
  border: solid thick rgba(255,255,255,0.1);
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 10px;
}

.evoimg {
  width: 120px;
  height: 120px;
  margin: auto 0;
}

@media (max-width: 992px) {
  .funct {
    display: flex;
    width: 530px;
    margin: 0 auto 20px auto;
    float: none;
  }
  .evofunct {
    width: 310px;
    margin-left: 100px;
  }
}

@media (max-width: 547px) {
  .funct {
    display: block;
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .evofunct {
    width: 100%;
    margin-left: 0;
  }
  .evoimg {
    display: none;
  }
}

.small-price{
    background: url(../imgs/if/petit-prix.png) no-repeat;
    width:62px;
    height: 17px;
    display: block;
    position: relative;
    top:0px;
    left:-17px;
}

.features-border{border-top: 1px solid #ccc;}
footer{
    background: #494D55;
    -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3);
    padding: 50px 0px;
    color: white;
}
footer a{color: white;}
.big-search{
    padding: 20px;
    width: 50%;
}
.big-select{
    padding: 19px;
}
.text-left {
  text-align: left;
}
/*typography*/
h1{ font-size: 3em; margin: .67em 0 }
h2{ font-size: 2.5em; margin: .75em 0 }
h3{ font-size: 1.17em; margin: .83em 0 }
h4, p, blockquote, ul, fieldset, form, ol, dl, dir, menu{margin: 1.12em 0 }
h5{font-size: .83em; margin: 1.5em 0 }
h6{font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4{font-weight: 400;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-justify {text-align: justify;}
.text-nowrap {white-space: nowrap;}
.text-lowercase {text-transform: lowercase;}
.text-uppercase {text-transform: uppercase;}
.text-capitalize {text-transform: capitalize;}
.xx-small{font-size:xx-small;}
.x-small{font-size:x-small;}
.small{font-size:small;}
.medium{font-size:medium;}
.large{font-size:large;}
.v-large{font-size:1.3em;}
.x-large{font-size:x-large;}
.xx-large{font-size:xx-large;}
.x3-large{font-size:3em;}
.x4-large{font-size:4em;}
.smaller{font-size:smaller;}
.larger{font-size:larger;}
/*typography*/
.bt-force{border-top: solid thin #d1dae4 !important;}
.br-force{border-right: solid thin #d1dae4 !important;}
.bb-force{border-bottom: solid thin #d1dae4 !important;}
.bl-force{border-left: solid thin #d1dae4 !important;}
 .breadcrumb-container{border-top: 1px solid #D1DAE4;border-bottom: 1px solid #D1DAE4;}
 .itemsCategoriesDomaines{text-overflow: ellipsis; white-space: nowrap; max-width: 196px; overflow: hidden;}
 .extensionContainer{background: #f5f5f5; border: 1px solid #ccc;}
 .uppercut{
    position: fixed;
    z-index: 2000;
    text-align: right;
    bottom: 30px;
    right: 2px;
    display: none;
 }
 .uppercut:hover{
     cursor: pointer;
 }
 .line-height-tab{
     line-height: 17px !important;
 }
 .focus-domain{
     background-color: rgba(96, 96, 96, 0.8);
    padding: 0px 10px;
    border-radius: 3px;
    font-weight: 600;
    color: #FFF;
    font-size: 45px;
 }
 .blockGold .dropdown-menu{
    width: 100%;
    text-align: center;
    border: 1px solid #DBDBDB;
    margin: 0 auto;
}

.blockGold .dropdown-menu li a{
    padding: 10px 0px;
}
.blockGold .dropdown-menu li{
   padding: 0px;
}
.blockGold .dropdown-menu li:hover{
    background: #f5f5f5;
}
.blockMutu .dropdown-menu {
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
}
.blockMutu .dropdown-menu li a{
    display: block;
    padding: 9px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.tabMutuContainer{
    box-shadow: 0px -2px 2px #CBCBCB;
    padding-top: 40px;
}
.box-afnic > span{
    padding: 20px 60px;
    border: 2px solid #ccc;
    font-weight: bold;
    border-radius: 3px;
    font-size: 18px;
    display: inline-block;
    background: white;
    color: #505050;
}
.rubbon_afnic {
    background: url(../imgs/afnic/afnic.png) center 0px no-repeat;
    height: 136px;
}
.btn-afnic{
    padding: 10px;
    border: 2px solid #0078A7;
    background: #00a2e0;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
}

.information-separateur{
    height: 3px; margin-top:45px;
}

/*style.css*/
#cocher:hover{cursor: pointer;}
#decocher:hover{cursor: pointer;}
#divMigrationPremium{background:#fbeebd;}
/*tablemutu*/
.imgprod{
    margin-top: -60px;
}

.table-mutu td.colprix{
    border: 1px solid #dddddd !important;
}
.table-mutu tr td.td_blanc{
    border: none;
}
.no-padding{padding: 0 !important;}
.column_thead{
    background: #f1f2f6;
    border: 1px solid #dddddd !important;
}
.wrppr {
    padding: 12px 0px;
    margin: 0;
    margin-bottom: 4px;
    background-color: #F0F0F0;
    border-bottom: 1px solid #D1DAE4;
}
.ssd{
    font-style: italic;
    font-size: 15px;
}
.prix p:nth-child(n+2){margin: 6px 0px}
.ptggle{cursor: pointer;}
#plus2, #plus3 {
    cursor: pointer;
    border: 1px solid #d1dae4;
    background-color: #F0F0F0;
    margin-top: 4px;
    border-radius: 5px;
    font-weight: 600;
}
/*tablemutu*/
/*bootstrap.min.css*/
.bloc-indent{margin-left: 38px;}
.navbar-index .navbar-nav > li > a {line-height: 40px;}
.container{position: relative;z-index: 4;}
.container-cmd{padding-left: 15px;padding-right: 15px;position: relative;z-index: 3;}
.table.table-larger>thead>tr>th, .table.table-larger>tbody>tr>th, .table.table-larger>tfoot>tr>th, .table.table-larger>thead>tr>td, .table.table-larger>tbody>tr>td, .table.table-larger>tfoot>tr>td {
    padding: 14px 2px;
}
#comparatifMutu table td:first-child, #redevancePhpnet table td:first-child, #tableRedevance table td:first-child {
    text-align: left;
}
.comparatifMutuBtn {background-color: #69a5e1; color: white !important;}
.table.valign>thead>tr>th, .table.valign>tbody>tr>th, .table.valign>tfoot>tr>th, .table.valign>thead>tr>td, .table.valign>tbody>tr>td, .table.valign>tfoot>tr>td{vertical-align: middle;}
.valigntop{vertical-align: top;}
.valignbottom{vertical-align: bottom;}
.btn_supprimer_domaine{border: 1px solid #EE978E !important; color: #e74c3c !important; border-radius: 3px;}

.nodisplay{
  display: none;
}

/*input*/
input.checkbox[type="checkbox"] {
    display:none;
}
input.checkbox[type="checkbox"] + label span:not(.respan) {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../img/check_radio_sheet2.png) left top no-repeat;
    cursor:pointer;
}
input.checkbox[type="checkbox"]:checked + label span:not(.respan) {
    background:url(../img/check_radio_sheet2.png) -19px top no-repeat;
}
input.radio[type="radio"] {
    display:none;
}
input.radio[type="radio"] + label span:not(.respan) {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-4px 4px 0 0;
    vertical-align:middle;
    background:url(../imgs/if/check_radio_sheet.png) -38px top no-repeat;
    cursor:pointer;
}
input.radio[type="radio"]:checked + label span:not(.respan) {
    background:url(../imgs/if/check_radio_sheet.png)-57px top no-repeat;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.well{min-height: 20px;padding: 19px;margin-bottom: 20px;background-color: #f5f5f5;border: 1px solid #e3e3e3;border-radius: 4px;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);box-shadow: inset 0 1px 1px rgba(0,0,0,.05);}
.nav-center {text-align: center;}
.nav-center ul.nav {display: inline-block;}
.nav-center ul.nav li {display: inline;}
.nav-center ul.nav li a {float: left;}
.text-muted{color:#ccc}
.text-primary{color:#337ab7}
.text-success{color:#53ca74}
.text-info{color:#5da1cf}
.text-warning{color:#F5D76E}
.text-danger{color:#e74c3c}
.alert{padding:8px;}
[data-toggle='tooltip']{cursor: pointer;}
[data-toggle='modal']{cursor: pointer;}
.contact-us .form-control{
    width: 90%;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}

.my-french-site-plus{
    background:url(../img/afnic/myfrenchsite/plus.png) no-repeat center center;
    height:59px
}
.my-french-site-prix{
    font-size: 4em;
}
.my-french-site-visu-afnic{
    background:url(../img/afnic/myfrenchsite/made-in-france.png) no-repeat center center;
    height:223px;
}
.my-french-site-btn-command{
    background-color: #e53286;
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
}
.my-french-sit-picto{
    display: block;
    width:100%;
    height:54px;
}
.my-french-sit-picto-coq{
    background:url(../img/afnic/myfrenchsite/coq.png) no-repeat center center;
}
.my-french-sit-picto-noeud-papillon{
    background:url(../img/afnic/myfrenchsite/noeud-papillon.png) no-repeat bottom center;
}
.my-french-sit-picto-beret{
    background:url(../img/afnic/myfrenchsite/beret.png) no-repeat bottom center;
}
.my-french-sit-picto-cafe{
    background:url(../img/afnic/myfrenchsite/cafe.png) no-repeat bottom center;
}
.my-french-sit-picto-pain{
    background:url(../img/afnic/myfrenchsite/pain.png) no-repeat bottom center;
}
.my-french-site-details{
    background:url(../img/afnic/myfrenchsite/picto-details.png) no-repeat bottom center;
    height: 296px;
}
.my-french-site-partenariat{
    background: #fff;
    padding:10px 20px;
    border:10px solid #E73089;
    width: 173px;
    float:right;
    margin-top: -150px;
    margin-right: 100px;
}
.my-french-site-decouvrir{
    position:relative;z-index: 100;top:-100px;
}

.accueil-prix-mutu{
    line-height: 41px;
    margin-top: 26px;
}
#dropdownEco a, #dropdownGold a{
    display: block;
    font-size: 1.6em;
}


.video{
    max-width: 720px;
    height: auto;
}

a.btn:hover {
    text-decoration: none;
}

.evolution_down a.btn {
    margin: -15px auto 15px 0;
    padding: 15px 30px;
    border-radius: 40px;
    border: none;
  background-color: #3f8bd8;
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  -ms-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}

.evolution_down a.btn:hover {
    background-color: #77c6ff;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.evolution_down {
    position: relative;
}

.top-label {
    position: absolute;
    transform: translate(-50%);
    left: 50%;
    top: -4px;
    z-index: 1;
    overflow: hidden;
    width: 120px;
    height: 400px;
    text-align: right;
}

.top-label > span {
    font-size: 13px;
    font-weight: 600;
    color: white;
    text-align: center;
    line-height: 22px;
    width: 116px;
    display: block;
    background: #f6b94e;
    position: absolute;
    top: 4px;
    left: 3px;
    border-top: #e6b35a 4px solid;
    box-shadow: 0 2px 0 rgba(0,0,0,0.1);
}

.top-label > span::before, .top-label > span::after {
    content: "";
    position: absolute;
    top: -4px;
    border-style: solid;
}

.top-label > span::before {
    z-index: -1;
    left: -4px;
    border-width: 0 4px 4px 0;
    border-color: transparent #e6b35a transparent transparent;
}

.top-label > span::after {
    z-index: 2;
    right: 0;
    border-width: 0 4px 4px 0;
    border-color: transparent #d1dae4 transparent transparent;
}

.evolution_down .panel {
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 4px 0 0 4px;
    border-left-color: #c5cad1;
    box-sizing: content-box;
    padding: 8px;
    position: relative;
    border: 0;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

.evolution_down .panel > .panel-body {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
}

.evolution_down .panel > .panel-body > h4 {
    margin: 0;
    border-bottom: solid thin grey;
    padding-bottom: 15px;
}

.evolution_down .panel > .panel-body > p {
    white-space: nowrap;
}
/*
.evolution_down .panel-wrapper:not(:first-child) .panel::before {
    content: "+";
    width: 34px;
    height: 35px;
    background-color: white;
    border-top: 4px solid #c5cad1;
    position: absolute;
    left: -34px;
    top: 67px;
    font-size: 27px;
    font-weight: 800;
    line-height: 30px;
    color: #555;
    border: 0;
}
*/
.title-box {
    background: white;
    position: relative;
    border-style: solid;
    border-width: 4px 0 0 4px;
    border-color: #d1dae4 transparent transparent #c5cad1;
    border-radius: 3px;
    margin-bottom: 25px;
    border: 0;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

.title-box > a {
    display: block;
    padding: 16px;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}

.title-box > a:hover {
    text-decoration: none;
    background-color: rgba(0,0,0,.1);
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}
/*
.title-box::before, .title-box::after {
    position: absolute;
    bottom: -22px;
    height: 22px;
    width: 70px;
    content: "";
    border-left: 4px solid #c5cad1;
    background: white;
    z-index: 1;
}

.title-box::before {
    left: -4px;
}

.title-box::after {
    right: 0px;
}*/

.feature-box {
    background: white;
    padding: 10px;
    border-width: 4px 0 0 4px;
    border-color: #d1dae4 transparent transparent #c5cad1;
    border-style: solid;
    border-radius: 3px;
    margin-top: 5px;
    border: 0;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

a.button-3d {
    border: 1px solid #2584d5;
    -webkit-box-shadow: inset 0 -6px rgba(0,0,0,0.2);
    box-shadow: inset 0 -6px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
    padding: 15px 25px 20px 25px !important;
}

a.button-3d .button-shapes {
    position: absolute;
    display: block;
    background-color: rgba(255,255,255,0.1);
    width: 400px;
    height: 100px;
    top: -13px;
    right: -410px;
    border-radius: 50px;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

a.button-3d:hover .button-shapes {
    -webkit-transform: translateX(-350px);
    -ms-transform: translateX(-350px);
    transform: translateX(-350px);
    -webkit-transition: transform .3s cubic-bezier(1.000, 0.165, 0.750, 0.750);
    -o-transition: transform .3s cubic-bezier(1.000, 0.165, 0.750, 0.750);
    transition: transform .3s cubic-bezier(1.000, 0.165, 0.750, 0.750);
}

a.button-3d:active {
    border-bottom: 1px solid #2584d5;
    -webkit-box-shadow: inset 4px 4px 5px rgba(0,0,0,0.2);
    box-shadow: inset 4px 4px 5px rgba(0,0,0,0.2);
}

.table-arrow tr:first-child > td {
    border-top: none;
}

.table-arrow td:first-child {
    text-align: right;
    width: 35%;
}

.table-arrow td:last-child {
    text-align: left;
    width: 35%;
}

.table-arrow td:nth-child(2) > span {
    position: relative;
    display: block;
    background: rgba(0,0,0,0.1);
    height: 5px;
    width: 100px;
    position: relative;
    margin: 0 auto;
}

.table-arrow td:nth-child(2) > span::after {
    content: "";
    display: block;
    border-color: transparent transparent transparent rgba(0,0,0,0.1);
    border-width: 10px 0 10px 10px;
    border-style: solid;
    position: absolute;
    top: -8px;
    right: -10px;
}

#moreFeatures > .table-hover tr:hover {
    background-color: rgba(50,50,50,0.02);
}

.table.table-large > tbody > tr > td {
    padding: 20px 2px;
}

/****** Page premium d�di� ******/
#premium-3-en-1{
    font-size: 1.3em;
}
#premium-3-en-1 li span{
    display: block;
    height:150px;
}
#premium-machine-mysql span{
    background : url("../imgs/premiumdedie_prod-v.gif") no-repeat center -1183px;
}
#premium-machine-http span{
    background : url("../imgs/premiumdedie_prod-v.gif") no-repeat center -1355px;
}
#premium-interface span{
    background : url("../imgs/premiumdedie_prod-v.gif") no-repeat center -1528px;
}
#premium-3-en-1 ul{
    list-style-type: none;
    padding-left: 0px;

}
#premium-3-en-1 li{
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    #premium-3-en-1{
        background: url(../imgs/premium-dedie-3-en-1.png) no-repeat;
        background-position:  top center;
        height:280px;
    }
    #premium-interface span{
        margin-top: 143px;
    }
}
@media (max-width: 767px){
    #premium-3-en-1 ul{
        display: flex;
    }
    #premium-machine-mysql{
        order: 1;
    }
    #premium-machine-http{
        order: 2;
    }
    #premium-interface{
        order: 3
    }
}

/*///// Fin page premium d�di� ///////*/


@media (max-width: 1100px) {
    .my-french-site-prix{
        font-size: 3em !important;
    }
}

.menu-outils ul{
    list-style-type: none;
    margin: 0px;
}
.menu-outils li a{
    display: block;
}
.menu-outils li a span{
    /*padding:10px;*/
    display: block;
    /*border-bottom:1px solid #000;*/
    margin-right:20px;
}
.menu-outils li a:hover{
    text-decoration: none;
    background-color: #e0f2fa;
}
.menu-outils li.active{
    background: #aeddf3;
}

.menu-outils li.active a:hover{
    background: #aeddf3;
}
.tabs-outils{
    padding:10px;
    float:left;
    background: #5498DC;
    min-height: 278px;
    color: #fff;
    /*margin-left: 190px;*/
}
.tabs-outils ul{
    margin: 0px;
}
.tabs-outils h3{
    margin-left: 15px;
}
.tabs-outils .helper{
    margin-left: 9px;
}

.no-gutter{
    padding-left:0;
    padding-right:0;
}

/*ONGLETS*/

.datacenter .img-main{
    background-image: url(../img/onglets/Nos_datacenters/Banniere.jpg);background-position: 0px center;background-repeat: no-repeat;
}
.datacenter .header{
    padding: 100px 0px;
}
.datacenter h3{
    margin-top: 0;
}
.alimentation .img-main{
    background-image: url(../img/onglets/Redondance/Banniere.jpg);background-position: 0px center;background-repeat: no-repeat;
}
.alimentation .header{
    padding: 100px 0px;
}
.alimentation h3{
    margin-top: 0;
}
.securite .img-main{
    background-image: url(../img/onglets/Securite/Banniere.jpg);background-position: 0px center;background-repeat: no-repeat;
}
.securite .header{
    padding: 100px 0px;
}
.securite h3{
    margin-top: 0;
}
.reseau .img-main{
    background-image: url(../img/onglets/Reseau/Banniere.jpg);background-position: 0px center;background-repeat: no-repeat;
}
.reseau .header{
    padding: 100px 0px;
}
.reseau h3{
    margin-top: 0;
}
.lightgreen-bg{
    background-color: #ACD6AA;
}
.datacentervert .img-main{
    background-image: url(../img/onglets/Datavert/Banniere.jpg);background-position: 0px center;background-repeat: no-repeat;
}
.datacentervert .header{
    padding: 100px 0px;
}
.datacentervert h3{
    margin-top: 0;
}
.conscience .img-main{
    background-image: url(../img/onglets/Datavert/Banniere.jpg);background-position: 0px center;background-repeat: no-repeat;
}
.conscience .header{
    padding: 100px 0px;
}
.conscience h3{
    margin-top: 0;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/*height col*/
.h50{height: 50px;}
.h75{height: 75px;}
.h100{height: 100px;}
.h125{height: 125px;}
.h150{height: 150px;}
.h160{height: 160px;}
.h180{height: 180px;}
.h200{height: 200px;}
.h250{height: 250px;}
.h300{height: 300px;}
.h350{height: 350px;}
.h400{height: 400px;}
.h500{height: 500px;}
.h650{height: 650px;}
/*height col*/
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input, select, textarea {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 6px;
    box-sizing: content-box;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
input {
    line-height: normal;
    color: #555;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.input-login {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    width: 300px;
    border-radius: 4px;
    box-sizing: content-box;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin: 10px 0;
}
.login-button {
    padding: 6px 12px;
    background: #5498dc;
    color: #fff;
    border: 1px solid #0680c0;
    width: 300px;
    font-size: 15px;
    border-radius: 3px;
    height: 34px;
    margin-bottom: 8px;
}
select:hover {
    background-image: -webkit-linear-gradient(top,#fafafa,#e9e9e9);
    border-color: #ccc;
    box-shadow: inset 0 1px 5px rgba(0,0,0,.2);
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border:0px;
  border-radius: 0px;
  /*padding: 30px;*/
}
p{margin:12px 0px;}
a.dropdown-toggle {
    padding: 10px 12px;
}
.panel-primary, .panel-vds, .panel-backup, .panel-dedie, .panel-mutualise, .panel-premium, .panel-dark, .panel-premium-dedie{
    border-color: #D1DAE4;
}
.breadcrumb>.active, .breadcrumb>.active>a {color: #5498DC;font-weight: 600;}
/*bootstrap.min.css*/
/*MEGA MENU*/
/*datatable.table-larger*/
table.table-larger th, table.table-larger td{
    vertical-align: middle !important;
}
/*datatable.table-larger*/
.mega-dropdown {
  position: static !important;
  width:auto;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: 0px 1px 3px #504F4F;
    -moz-box-shadow: 0px 1px 3px #504F4F;
}
.mega-dropdown-menu-s {
    left: inherit;
}
.mega-dropdown-menu-s.mega-dropdown-menu {
    width: auto;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a:not(.desabledBtn) {
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  opacity: 0.9;
  white-space: normal;
  padding: 8px 0;
  border-bottom: 1px solid rgba(174, 185, 207, 0.41);
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  opacity: 1;
  color: #000000;
}
.mega-dropdown-menu form {
    margin:3px 20px;
}
.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}
/*MEGA MENU*/
/*CUSTOM*/
/*BTN*/
.btn-big{padding: 17px; color:white;border-radius: 3px;display: inline-block;font-size: 16px;font-weight: 400;}
.btn{border: none;padding: 7px 17px;cursor: pointer;display: inline-block;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;text-decoration: none;color: white;}
.btn:not(.button-3d):hover{-moz-transition: 0.3s;-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;opacity: 0.9;}
.btn-black{background-color: #494D55;border: 1px solid #292C30;}
.btn-primary{background-color: #3f8bd8;border: 1px solid #0680c0;}
.btn-sqlgold{background-color: #E1B200;border: 1px solid #A07F02;font-size: 18px;}
.btn-success{background-color: #2cc76c;border: 1px solid #1BCE7C;}
.btn-success-light{border: 1px solid #1BCE7C;color:#1BCE7C;}
.btn-disabled{border: 1px solid #E04A33; color: #E04A33;}
.btn-info{background-color: #f5f5f5;border: 1px solid #ccc;color: #505050;}
.btn-warning{background-color: #E04A33;border: 1px solid #C22007;color: white;}
.btn-danger{background-color: #4F9CC5;border: 1px solid #0680c0;}
.btn-link{border: 1px solid #5498dc; color:#5498dc;}
.btn-link-white{border: 1px solid white; color:white;}
.btn-link-green{border: 1px solid #2cc76c; color:#2cc76c;}
.btn-link-yellow{border: 1px solid #F1C416; color:#F1C416;background-color: rgba(255, 255, 255, 0);}
.btn-link:hover{color: #5498dc;}
.link{font-weight: 400;color: #337ab7;border-radius: 0;}
.link:hover{text-decoration: underline;}
.btn-group{position: relative;display: inline-block;vertical-align: middle;}
/*BTN*/
.dropdown-menu > li > a:not(.desabledBtn):hover,
.dropdown-menu > li > a:focus{
  background: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-color: #2e6da4;
}
/*.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}*/
.navbar.app{
    padding:20px 0px;
    margin-bottom: 0;
}

.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  }
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning, .alert-box {
  background: #f5e79e;
  border-color: #f5e79e;
}
.list-group{padding: 0;}
.list-group li{
    list-style-type: none;
    padding: 10px 0px
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel-shadow {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.panel-radius{
    border-radius: 4px;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;

}
.panel-index > .panel-heading {
    color: white;
    background-color: #494d55;
}
.panel-backup > .panel-heading {
    /*background: rgb(207, 238, 255);*/
    /*color: #586799;*/
    background-color: #3f8bd8;
    color: white;
    padding: 18px 0px;
}
.panel-vds > .panel-heading{
    background: #F1F2F6;
    padding: 18px 0px;
    border-bottom: 2px solid #D1DAE4;
}
.panel-premium-dedie > .panel-heading{
    background: #F9F4C0;
    padding: 18px 0px;
    border-bottom: 2px solid #F1C416;
}
.panel-dedie > .panel-heading {
    background: #f2f2f2;
    padding: 18px 0px;
    border-bottom: 2px solid #494D55;
}
.panel-mutualise > .panel-heading {
    background: #FE8E22;
    color: white;
    padding: 18px 0px;
/*    border-bottom: 2px solid #494D55;   */
}
.panel-dark > .panel-heading {
    background: #494D55;
    color: white;
    padding: 18px 0px;
    height: 162px;
/*    border-bottom: 2px solid #494D55;   */
}
.panel-dark > .panel-heading.lab {
    background: #494D55 url(/imgs/if/lab.png) no-repeat right bottom;
    border-bottom: 0px;
    height: 120px;
}
.panel-dark > .panel-heading.lab > .panel-title {
    font-size: x-large;
}
.panel.panel-evolution {
    background: url(../img/colonne_evolution.png) no-repeat bottom 47px center, linear-gradient(180deg, #2482d1 5%, #86d2f5 100%);
    position: relative;
}

.panel-evolution > .panel-heading {
    padding: 18px 0;
    height: 162px;
}
.panel-evolution .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #5498dc;
    font-weight: 600;
    background-color: white;
    font-size: large;
    padding: 10px;
}
.panel-premium > .panel-heading {
    background: #5498dc;
    color: white;
    padding: 18px 0px;
/*    border-bottom: 2px solid #494D55;   */
}
.panel-primary > .panel-heading {
    background: #5498dc;
}
.panel-domain > .panel-heading {
    background: #5498DC;
    color: white;
}
.panel-panier > .panel-heading {
    background: #494D55;
    color: white;
    border-bottom: 2px solid #D1DAE4;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.panel-sub-heading{
    padding:10px 15px;
}
.essai{color: white !important; background: #494D55;}
.container-domain{
    padding: 0px 50px;
    margin-top: -46px;
    display: block;
    z-index: 1000;
    position: relative;
}
.divTableau_domaine{
    overflow-x: scroll;
    display: block;
}
.nav-stacked{
    margin-left: 12px;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
@media(max-width: 1024px){
    .ecbtn{
        margin: 10px 0 10px 10px !important;
    }
      .my-french-site-decouvrir{
      top:-50px;
  }

}
/*app.css*/
/*animate.css*/

/*promos noel 2015*/
.banner-christmas-domaine{display: block;position: absolute;}
/*promos noel 2015*/

.promo-div {
    background: #4a5460 url(/img/if/15ans_promo_back.png);
}
.promo-div.full {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*animate.css*/
.banner[data-slider='premium'] ul li, .banner[data-slider='dedie'] ul li, .banner[data-slider='market'] ul li  {
    display: block;
    float: left;
    min-height: 650px;
    padding: 0px 20px;
}
.banner{
    position: relative;
    width: 100%;
    overflow: auto;
    /*line-height: 24px;*/
    text-align: center;
    height: auto !important;

}
.banner li {list-style: none;}
.banner ul li { float: left; }
.banner.bannerHome ul li{height: auto !important; width: 100%;}


/*.banner.bannerHome ul li:nth-child(4) {background: #5498dc url(/imgs/background/welcome.png) no-repeat center bottom;}*/
/*.banner.bannerHome ul li:nth-child(3) {background: #5498dc url(/imgs/background/boutique.png) no-repeat center bottom;}*/
/*.banner.bannerHome ul li:nth-child(3) {background: #5498DC url(/imgs/background/world-extensions.png) no-repeat right center;}*/
.banner ul{padding: 0;margin: 0; height: auto !important;}
.banner .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 900;
    padding-left: 0;
    display:none;
}
.index .banner .dots {
    /*top: 380px;*/
    bottom:-10px;
}
.banner .dots li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #505050;
    border-radius: 50%;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
    background: white;
}
.banner .dots li.active {
    background: #fff;
    opacity: 1;
}
.unslider-arrow {
  font-size: 50px;
  text-decoration: none;
  padding: 0 20px 5px 20px;
  display: block;
  top: 42%;
}
.arrows {
  position: absolute;
  height: 1px;
  top: 40%;
  right: 0;
  bottom: 0;
  left: 0;
}
.arrows a {
  transition: opacity .5s;
}
.arrows a:hover {
  text-decoration: none;
  opacity: .8;
  transition: opacity .5s;
}
.arrows .next {
  position: absolute;
  right: 10px;
}
.arrows .prev {
  position: absolute;
  left: 10px;
}
.clientForm{
    width:954px;
    margin:0 auto;
}

.clientForm fieldset{
    border-radius: 2px;
    background-color: #f5f5f5;
    border:1px solid #d1dae4;
    padding: 15px;
    margin: 0px;
}

.clientForm label{
    width:110px;
    text-align: right;
    display: inline-block;
    padding-right: 4px;
    font-size: 16px;
    color: #5f6162;
    font-weight: normal;
    vertical-align: top;
    padding-top: 5px;
}
.clientForm label.formjuridique{
    text-align: left;
    vertical-align: middle;
}
.clientForm label.noblig{
    color:#979795;
}
.clientForm input{
    width:328px;
    vertical-align: top;
    border:0px;
    border-bottom:2px solid #d2dae4;
    border-radius: 0px;
}
.clientForm input.formjuridique{
    width:30px;
    vertical-align: middle;
}
.clientForm textarea{
    width:784px;
    vertical-align: top;
}
.clientForm input.codePostal{
    width: 85px;
}
.clientForm input.ville{
    width: 320px;
}
.clientForm label.ville{
    width: 80px;
}
.clientForm label.complement{
    width: 265px;
}
.clientForm input.societe{
    width: 784px;
}
.ligneFormClient{
    margin-bottom: 20px;
}
.clientForm .input-et-erreur{
    display: inline-block;
    vertical-align: top;
}
.client-form-erreur{
    color:#ff0000;
    display: block;
}
.clientForm input.submit{
    border-bottom: 0px;
}

.success-field{
    border-bottom:2px solid #1BCE7C !important;
    background: #ffffff url(../img/if/form-check.png) no-repeat center right;
}
.error-field{
    border-bottom:2px solid #FF0000 !important;
    background: #ffffff url(../img/if/form-warning.png) no-repeat center right;
}

section.besoins .col-md-4:nth-child(1) .panel {background: #ffc791 url(../imgs/background/blog.png) -330px bottom no-repeat;}
section.besoins .col-md-4:nth-child(2) .panel {background: #aaccee url(../imgs/background/vitrine.png) -330px bottom no-repeat;}
section.besoins .col-md-4:nth-child(3) .panel {background: url(../imgs/background/ecommerce-space.png) -200px bottom no-repeat, url(../imgs/background/wood-pattern-opa.gif);}

section.besoins .panel a {
    display: block;
    height: 100%;
    padding-top: 25px;
}

section.besoins .panel a:hover {
    text-decoration: none;
}


/* COMMANDE PREMIUM EVOLUTION */
/*
.commande-evo .header h1 {
    padding: 32px 30px 32px 20px;
    background-color: #494d55;
    border-radius: 5px;
    margin: 0;
    border: 1px solid #666;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
*/

/* FLEX CLASSES */

.inbl {
    display: inline-block;
}

.flex {
  display: flex;
}

.flex.hcenter {
  justify-content: center;
}

.flex.hprop {
    justify-content: space-around;
}

.flex.vcenter {
  align-items: center;
}

.flex.stretch {
    align-items: stretch;
}

.flex.wrap {
  flex-wrap: wrap;
}

.flex-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flex-container > div {
  margin: 10px 20px;
}

.commande-evo .header {
    background-color: #f0f0f0;
    margin-bottom: 30px;
}

.commande-evo .header h1 {
    margin-top: 30px;
    padding-left: 15px;
}

.commande-evo .header .panel {
    margin-bottom: 0;
}

.commande-evo .header .panel p {
    margin: 5px 0;
}

.evo-table {
    border: 1px solid #d1dae4;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    border-radius: 3px;
    margin-bottom: 30px;
}

.evo-table label {
    margin-bottom: 0;
}

.evo-thead, .evo-tcol-wrapper, .t-col, .evo-td {
    margin: 0;
}

.evo-thead {
    background: #f5f5f5;
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.evo-tbody {
    display: flex;
    text-align: center;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-collapse: collapse;
    border-spacing: 0;
}

.evo-tcol-wrapper {
    flex: 1;
    border-left: 1px solid #d1dae4;
    background: white;
}

.evo-tcol-wrapper:first-child {
    border-left: 0;
}

.evo-td {
    padding: 14px 2px;
    border-bottom: 1px solid #d1dae4;
    vertical-align: middle;
}

.evo-td:first-child {
    padding: 18px 2px;
    white-space: nowrap;
}

.evo-td:last-child {
    border-bottom: 0;
}

.prix, .evo-tcol-wrapper:not(:first-child) .prix.inclus {
    box-sizing: content-box;
    height: 34px;
    line-height: 34px;
}

.evo-tcol-wrapper:not(:first-child) .prix {
    line-height: 18px;
}

.evo-tcol-wrapper:first-child .evo-td:first-child {
    box-sizing: content-box;
    height: 45.85px;
    line-height: 45.85px;
}

.evo-tcol-wrapper:not(:first-child) {
    cursor: pointer;
}

.evo-tcol-wrapper:not(:first-child):hover {
    animation: colhover 0.15s forwards;
    z-index: 2;
}

.selected {
    box-shadow: 0 0 10px 0 rgba(50,50,50,0.2);
    transform: scale(1.05, 1.02);
}

.evo-table.hebergement .selected {
    background-color: #e2f4ff;
}

.evo-table.serveur .selected {
    background-color: #ffecbf;
}

.evo-table input.radio {
    display: block;
    margin: 0 auto 10px auto;
}

.commande-evo .panel-panier .libelle {
    line-height: 30px;
}

/*PACK WEB ETUDIANT*/
.bureau{
    background-image: url(../img/Offre_etudiant/Bureau.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.bureautexte{
    text-align: center;
    color: white;
    margin: auto;
}

.bureautexte h3{
    font-size: 3em;
    font-weight: 500;
    margin-bottom: 0;
}

.bureautexte p{
    font-size: 2em;
    font-weight: 300;
    margin-bottom: 3%;
}

.bureau img{
    width: 60%;
    margin: 0 20% 0 20%;
}

.packweb{
    display: flex;
}

.packweb1{
    width: 50%;
    display: flex;
    margin-bottom: 20px;
}

.packweb2{
    width: 50%;
    display: flex;
    margin-bottom: 20px;
}

.pictoffre{
    text-align: center;
    width: 42%;
    margin: 0 4%;
}

.pictoffre img{
    width: 80%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.orderbutton{
    font-size: 2em;
    text-align: center;
    background-color: #e85f55;
    color: white;
    margin: 50px auto;
    padding: 10px 0px 10px 0px;
}

.orderbutton:hover{
    background-color: white;
    color: #e85f55;
    border: solid 1px #e85f55;
}

.ordersec{
    width: 350px;
    margin: auto;
}

.ordersec a:hover{
    text-decoration: none;
}

.savoirpluss{
    background-image: url("../img/Offre_etudiant/Deskette.jpg");
    background-size: cover;
    padding-bottom: 20px;
}

.faqtitle{
    font-weight: bold;
    color: #ad2525;
}

.donavis{
    padding: 20px 0px 50px 0px;
    margin-top: 20px;
    background-color: #c14d4d;
    color: white;
    text-align: center;
}

.donavis a{
    color: #fac3c3;
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: none;
}

.donavis a:hover{
    color: #1c1c1b;
    text-decoration: none;
}

/*responsive.css*/

@media only screen and (max-width : 993px) {
    .bureautexte p{
    margin-bottom: 5%;
    }
}

@media only screen and (max-width : 365px) {
    .bureautexte p{
    margin-bottom: 10%;
    }
}

@media only screen and (max-width : 1200px) {
    .packweb{
    display: block;
    }
    .packweb1{
        width: 100%;
        display: flex;
        margin-bottom: 20px;
    }
    .packweb2{
        width: 100%;
        display: flex;
        margin-bottom: 20px;
    }
    .pictoffre{
        text-align: center;
        width: 42%;
        margin: 0 4%;
    }
    .pictoffre img{
        width: 60%;
    }
}

@media only screen and (max-width : 535px) {
    .packweb{
    display: block;
    }
    .packweb1{
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .packweb2{
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .pictoffre{
        text-align: center;
        width: 100%;
        margin: 0;
    }
    .pictoffre img{
        width: 60%;
    }
}

@media only screen and (max-width : 400px) {
    .ordersec{
    width: 170px;
    }
}


@keyframes colhover {to {box-shadow: 0 0 10px 0 rgba(50,50,50,0.2);transform: scale(1.05, 1.02);}}

@media (max-width: 1000px) {
  .responsiveBG {
      display: none;
  }
}

#choixEvo {
  color: #75a4d3;
}

#choixGold {
  color: #f1cb48;
}

#pricing-table {
	margin: 20px auto;
	text-align: center;
}

#pricing-table .plan {       
	background: #fff;      
  border: 1px solid #75a4d3;
  border-radius:0 0 4px 4px;
	color: #333;
}

#pricing-table .sqlide {
  border: 1px solid #f1cb48;
}

/* --------------- */	

.slick-slide:hover {
  cursor: pointer;
  opacity:0.2;
}

.slick-slide {
  width: 180px;
  font-size: 12px;
  opacity: 0.3;
  padding: 20px 20px 10px 20px;
  margin: 20px 2px 0 2px;
}

#pricing-table h3 {
  color: white;
	font-size: 15px;
	font-weight: normal;
	padding: 20px;
	margin: 0;
  background-color: #75a4d3;
}

@media only screen and (min-width : 2000px) {
  #pricing-table h3 {
    /*width: 180px;*/
  }
}

.sqlide.slick-slide h3 {
  background-color: #f1cb48;
}

.slick-active:hover {
  opacity: 0.4;
}

.slick-active {
  opacity: 0.5;
}

.slick-current:hover {
  opacity: 0.9;
}

.slick-current {
  font-size: 14px;
  opacity: 1;
  padding: 20px 20px 15px 20px;
  margin-top: 10px;
}

.slick-current h3 {
	font-size: 17px;
	margin: -20px -20px 25px -20px;
}

/* --------------- */

#pricing-table ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#pricing-table li {
	border-top: 1px solid #777777;
	padding: 10px 0;
}

.plan b {
  color: #75a4d3;
}

.sqlide b {
  color: #f0aa15;
}

#pricing-table li:nth-child(1) {
	border-top: 0px;
	padding: 0 0 10px 0;
}

/* --------------- */

.clear:before, .clear:after {
  content:"";
  display:table
}

.clear:after {
  clear:both
}

.clear {
  zoom:1
}

/*responsive.css*/

@media only screen and (max-width : 1200px) {
    .nav > li > a {
        padding-left:8px;
        padding-right:8px;
    }
    .logo-horizontal{
        margin-top: 16px;
        width: 136px;
        margin-right: 20px;
    }
    .imgcms-rib {
      right: 238px;
  }
  .domainSize{
      max-width: 123px;
  }
}
@media only screen and (max-width : 990px) {
    .imgcms-rib {
      right: 165px;
  }
  .mutu-index, .premium-index, .dedie-index, .premium-dedie-index, .vds-index{background:none;}
  .clientForm{
    width:100%;
  }
  .clientForm .input-et-erreur{
      width:75%;
  }
  .clientForm .input-et-erreur-code-postal{
      width: 100%;
  }
  .clientForm input, .clientForm input.societe, .clientForm textarea, .clientForm input.ville{
      width:100%;
  }
  .clientForm label, .clientForm label.ville{
      width: 20%;
  }
  .clientForm  .infos-complementaires .input-et-erreur{
      width:40%;
  }
  .clientForm input.codePostal{
    width: 50%;
  }
  .input-et-erreur-pays{
      margin-left: 20%;
  }
  .clientForm input.submit{
      width: auto;
  }

  .evolution_down .panel:not(:first-child)::before {
      background-color: transparent;
      border-top: 0 solid transparent;
  }

}

@media only screen and (max-width: 900px) {
  html body div#main div.features.container.responsive-table-line table.table.table-bordered.text-center tbody.tbody tr td.picto,
  html body div#main div.features.container.responsive-table-line table.table.table-bordered.text-center thead tr th.no-head
  {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
    .imgcms-rib {
      left: 6px;
    }
    .navbar-default .navbar-nav > .open > a{
        border-bottom: 0px;
    }
    .mega-dropdown{
        border-bottom: 1px solid #e7e7e7;
    }
    .nav-tabs>li>a {
        font-size: 12px;
    }
    .big-search{
        padding: 10px;
        width: 50%;
    }
    .xs-center {text-align:center;}
}
@media only screen and (max-width : 767px) {
.mega-dropdown-center{
        padding: 0;
    }
.mega-dropdown-center > li > ul > li > a {
    font-size: 14px;
    background: white;
    padding: 12px 0px;
}
.dropdown-header {
    padding: 10px 0px;
}
.banner .dots li {
    width: 18px;
    height: 18px;
}
.x3-large{
    font-size: 2em;
}
.btn-big {
    padding: 10px 16px;
}

}


@media only screen and (max-width : 535px) {
    .clientForm .input-et-erreur{
        width:100%;
    }
    .clientForm label, .clientForm label.ville, .clientForm label.complement{
        width:100%;
        text-align: left;
    }
    .input-et-erreur-pays{
      margin-left: 0px;
    }
    .clientForm label.formjuridique{
        width:auto;
    }
}

@media only screen and (max-width : 400px) {
    .ecommerce .img-main{background:none;}
    .ecommerce-padding{padding: 0px 0px 10px 0px;}
    .premium-padding{padding: 50px 0px 10px 0px;}
    .banner.bannerHome ul li:nth-child(1) {background: none;}
    .banner.bannerHome ul li:nth-child(2) {background: none;}
    .banner.bannerHome ul li:nth-child(3) {background: none;}
    .wood-pattern{background: #F9E7CA;}
    .premium .img-main, .premium .shattered{background: #505354;}
    .backup-home .img-main{background:#5498DC;}
    .gradient-Vds{background: #F2F4E7;}
    .index .img-main{background:#5B5D5E;}
    .mutu-index{background:none;}
    .mutualise .img-main, .mutu .img-main, .mututest .img-main{background:#1F2122;}
}

@media (max-width: 760px) {

    .responsive-table-line td:before { content: attr(data-title); }

    .responsive-table-line table,
    .responsive-table-line thead,
    .responsive-table-line tbody,
    .responsive-table-line th,
    .responsive-table-line td,
    .responsive-table-line tr {
        display: block;
    }
    .responsive
    .responsive-table-line tbody tr td:last-child {
        border-bottom:23px solid #d1dae4;
        height:76px;
    }
    .responsive-table-line thead tr {
        display:none;
    }

    .responsive-table-line td {
        position: relative;
        border: 0px solid transparent;
        padding-left: 50% !important;
        white-space: normal;
        text-align:right;
    }


    .responsive-table-line td:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 45%;
	padding-right: 15px;
	height:100%;
	white-space: nowrap;
	text-overflow: ellipsis !important;
	overflow:hidden !important;
	text-align:left;
	background-color:#f8f8f8;
	padding:2px;
    }


}
/*responsive.css*/


.sitemap :not(header) li {
    list-style-type: disc;
}

.sitemap :not(header) li a:hover {
  color:#000;
}


/* MENU BETA */

.new-icon {
    position: absolute;
    top: 1px;
    display: inline-block;
    font-size: small;
    color: #ff5050;
    font-weight: 600;
    font-style: italic;
    margin-left: 15px;
}

.o-item.o-hovered, .o-item.o-hovered li.o-hovered {
    -webkit-transition: background-color .05s;
    -o-transition: background-color .05s;
    transition: background-color .05s;
}

.o-item.o-hovered::after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    -webkit-transition: background-color .05s;
    -o-transition: background-color .05s;
    transition: background-color .05s;
}

.o-mobile, .o-mobile .o-item, .o-mobile .o-item > a {
    cursor: pointer;
}

.o-item:nth-of-type(1).o-hovered, .o-item:nth-of-type(1).o-hovered::after, .o-item:nth-of-type(1).o-hovered li.o-hovered {background-color:#4AA8E0;}
.o-item:nth-of-type(2).o-hovered, .o-item:nth-of-type(2).o-hovered::after, .o-item:nth-of-type(2).o-hovered li.o-hovered {background-color:#63CC73;}
.o-item:nth-of-type(3).o-hovered, .o-item:nth-of-type(3).o-hovered::after, .o-item:nth-of-type(3).o-hovered li.o-hovered {background-color:#EAB20A;}
.o-item:nth-of-type(3).o-hovered li.o-separate~li.o-hovered {background-color:#FF900B;}
.o-item:nth-of-type(4).o-hovered, .o-item:nth-of-type(4).o-hovered::after, .o-item:nth-of-type(4).o-hovered li.o-hovered {background-color:#7CD3DA;}
.o-item:nth-of-type(5).o-hovered, .o-item:nth-of-type(5).o-hovered::after, .o-item:nth-of-type(5).o-hovered li.o-hovered {background-color:#EA783B;}
.navbar-right .o-item.o-hovered, .navbar-right .o-item.o-hovered::after, .navbar-right .o-item.o-hovered li.o-hovered, .o-item:nth-of-type(6).o-hovered li.o-hovered {background-color:#5498dc;}
.o-item:nth-of-type(7).o-hovered li.o-hovered {background-color:#5498dc;}

.o-hovered > a {
    color: white;
}

.o-toggle, .o-close, .o-slide {
    display: none;
}

.o-item a:active, .o-item a:focus {
    text-decoration: none !important;
}

.o-hovered > a:hover, .o-hovered > a:focus, .o-item li.o-hovered a, .o-item li.o-hovered .o-info {
    color: white !important;
}

.nav:not(.navbar-right) .o-item:not(:nth-of-type(6)):not(:nth-of-type(7)) li.o-hovered .o-link {
    line-height: 55px;
    -webkit-transition: line-height .15s;
    -o-transition: line-height .15s;
    transition: line-height .15s;
}

.o-item li.o-hovered .o-phrase {
    opacity: 1;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
}

.o-menu a:hover {
    text-decoration: none;
}

.o-menu {
    position: fixed;
    background: white;
    z-index: -1;
    display: none;
    margin-top: -530px;
    border-top: rgba(100,100,100,0.1) solid thin;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 3px;
    -webkit-transition: margin-top .25s ease-out;
    -o-transition: margin-top .25s ease-out;
    transition: margin-top .25s ease-out;
}

.tarifs .o-menu, .navbar-right .o-menu {
    margin-top: -450px;
    -webkit-transition: margin-top .25s ease-out;
    -o-transition: margin-top .25s ease-out;
    transition: margin-top .25s ease-out;
}

.o-hovered .o-menu {
    margin-top: 0;
    -webkit-transition: margin-top .25s ease-out;
    -o-transition: margin-top .25s ease-out;
    transition: margin-top .25s ease-out;
}

.o-menu ul {
    padding: 0;
    margin: 0;
}

.o-mainblock {
    display: inline-block;
}

.o-sideblock {
    position: relative;
    display: inline-block;
    width: 300px;
    vertical-align: top;
    text-align: center;
    margin-left: -3px;
    overflow: hidden;
}

.o-sideblock img {
    width: 100%;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}

.o-sideblock img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}


.o-container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.o-mainblock > ul > li {
    display: block;
    height: 75px;
    cursor: pointer;
    position: relative;
    -webkit-transition: background-color .05s;
    -o-transition: background-color .05s;
    transition: background-color .05s;
}

.o-mainblock > ul > li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.o-mainblock > ul > li > a {
    display: block;
    height:75px;
    position: absolute;
    top: 0;
}

.o-link {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    text-transform: uppercase;
    font-size: large;
    padding-left: 20px;
    position: relative;
    height: 100%;
    line-height: 75px;
    -webkit-transition: line-height .15s;
    -o-transition: line-height .15s;
    transition: line-height .15s;
}

.navbar-right .o-mainblock > ul > li, .navbar-right .o-mainblock > ul > li > a {
    height: 50px;
}

.navbar-right .o-link {
    line-height: 50px;
    white-space: nowrap;
}

.o-info {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 28%;
    padding-right: 20px;
}

.o-phrase {
    opacity: 0;
    color: white;
    font-size: 14px;
    text-transform: none;
    position: absolute;
    top: 25px;
    left: 20px;
    line-height: initial;
}

.o-button {
    display: inline-block;
    background-color: #EDBF4F;
    padding: 7px 15px;
    font-size: large;
    font-weight: 600;
    color: white;
    border-radius: 2px;
    margin-top: 20px;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}

.o-button:hover {
    background-color: #E0B13E;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}

.o-bar {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(85,85,85,0.8);
    color: white;
    padding: 12px;
    text-transform: uppercase;
    font-size: large;
    font-weight: 300;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
}

.o-bar:hover {
    background: rgba(140,140,140,0.8);
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
}

.o-mainblock > ul > .o-separate {
    height: 2px;
    background: rgba(50,50,50,0.1);
    margin: 0 auto;
    width: 93%;
    cursor: default;
}

header .container-custom {
    background: inherit;
}

.o-mobonly {
    display: none !important;
}

.nav.navbar-nav.o-mobile, .o-mobile .o-menu, .o-mobile .o-mainblock {
    overflow-y: auto;
}

@media (max-width: 1370px) {
  .responGrad3 .webmaster {
    display: none;
  }
}

@media (max-width: 1100px) {
  #main {
    margin-top: -3px;
  }

  .o-mobonly {
        display: block !important;
    }

    .navbar.center-block {
        padding-bottom: 8px;
    }
    .o-toggle {
        display: block;
        position: absolute;
        right: 12px;
        top: 12px;
    }
    .navbar-right, .o-sideblock, .o-info, .o-hide {
        display: none;
    }
    .nav.navbar-nav {
		position: fixed;
		background: white;
		width: 400px;
        right: -403px;
        top: 62px;
        bottom: 0;
        margin-top: 0;
        box-shadow: rgba(0,0,0,0.5) 0px 3px 3px;
        -webkit-transition: right .2s ease-out;
        -o-transition: right .2s ease-out;
        transition: right .2s ease-out;
	}
    header.mutualise .nav.navbar-nav {
        background: #494d55;
    }
    header.backup .nav.navbar-nav {
        background: #5498dc;
    }
    .nav.navbar-nav.o-opened {
        right: 0;
        -webkit-transition: right .2s ease-out;
        -o-transition: right .2s ease-out;
        transition: right .2s ease-out;
    }
    .o-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 0;
        top: 62px;
        height: 100%;
        border: none;
        z-index: 1;
        -webkit-transition: right .2s ease-out;
        -o-transition: right .2s ease-out;
        transition: right .2s ease-out;
    }
    .o-hovered .o-menu {
        right: 0 !important;
        -webkit-transition: right .2s ease-out;
        -o-transition: right .2s ease-out;
        transition: right .2s ease-out;
    }
	.o-item {
		width: 100%;
        height: 75px;
	}
    .o-item.o-hovered {
        background-color: transparent !important;
    }
    .o-item.o-hovered::after {
        background: transparent !important;
    }
    .o-item.o-hovered > a {
        color: #494d55 !important;
    }
    .o-item > a {
        font-size: large;
        text-align: left;
        padding-left: 20px !important;
    }
    .o-link {
        white-space: nowrap;
    }
    header.mutualise .o-link, header.mutualise .o-close, header.mutualise .o-toggle, header.backup .o-link, header.backup .o-close, header.backup .o-toggle {
        color: white;
    }
	.o-mainblock {
		width: 400px;
        height: 100%;
        background: whitesmoke;
        border: none;
        padding-top: 50px;
	}
    header.mutualise .o-mainblock {
        background: #51555d;
    }
    header.backup .o-mainblock {
        background: #62a3e4;
    }
    .navbar-right .o-mainblock > ul > li, .navbar-right .o-mainblock > ul > li > a {
        height: 75px;
    }
    .navbar-right .o-link {
        line-height: 75px;
    }
    .o-close {
        display: inline-block;
        font-size: xx-large;
        top: 5px;
        left: 6px;
        cursor: pointer;
        position: absolute;
        opacity: 0.3;
    }
    .o-slide {
        display: inline-block;
        opacity: 0.4;
        font-size: x-large;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .o-mobonly {
        display: block !important;
    }
    .navbar.center-block {
        padding-bottom: 8px;
    }
    .o-toggle {
        display: block;
        position: absolute;
        right: 12px;
        top: 12px;
    }
    .navbar-right, .o-sideblock, .o-info, .o-hide {
        display: none;
    }
    .nav.navbar-nav {
		position: fixed;
		background: white;
		width: 400px;
        right: -403px;
        top: 62px;
        bottom: 0;
        margin-top: 0;
        box-shadow: rgba(0,0,0,0.5) 0px 3px 3px;
        -webkit-transition: right .2s ease-out;
        -o-transition: right .2s ease-out;
        transition: right .2s ease-out;
	}
    header.mutualise .nav.navbar-nav {
        background: #494d55;
    }
    header.backup .nav.navbar-nav {
        background: #5498dc;
    }
    .nav.navbar-nav.o-opened {
        right: 0;
        -webkit-transition: right .2s ease-out;
        -o-transition: right .2s ease-out;
        transition: right .2s ease-out;
    }
    .o-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 0;
        top: 62px;
        height: 100%;
        border: none;
        z-index: 1;
        -webkit-transition: right .2s ease-out;
        -o-transition: right .2s ease-out;
        transition: right .2s ease-out;
    }
    .o-hovered > .o-menu {
        right: 0 !important;
        -webkit-transition: right .2s ease-out;
        -o-transition: right .2s ease-out;
        transition: right .2s ease-out;
    }
	.o-item {
		width: 100%;
        height: 75px;
	}
    .o-item.o-hovered {
        background-color: transparent !important;
    }
    .o-item.o-hovered::after {
        background: transparent !important;
    }
    .o-item.o-hovered > a {
        color: #494d55 !important;
    }
    .o-item > a {
        font-size: large;
        text-align: left;
        padding-left: 20px !important;
    }
    .o-link {
        white-space: nowrap;
    }
    header.mutualise .o-link, header.mutualise .o-close, header.mutualise .o-toggle, header.backup .o-link, header.backup .o-close, header.backup .o-toggle {
        color: white;
    }
	.o-mainblock {
		width: 400px;
        height: 100%;
        background: whitesmoke;
        border: none;
        padding-top: 50px;
	}
    header.mutualise .o-mainblock {
        background: #51555d;
    }
    header.backup .o-mainblock {
        background: #62a3e4;
    }
    .navbar-right .o-mainblock > ul > li, .navbar-right .o-mainblock > ul > li > a {
        height: 75px;
    }
    .navbar-right .o-link {
        line-height: 75px;
    }
    .o-close {
        display: inline-block;
        font-size: xx-large;
        top: 5px;
        left: 6px;
        cursor: pointer;
        position: absolute;
        opacity: 0.3;
    }
    .o-slide {
        display: inline-block;
        opacity: 0.4;
        font-size: x-large;
    }
}

@media only screen and (max-device-width: 480px) {
    .nav.navbar-nav.o-mobile, .o-mobile .o-menu, .o-mobile .o-mainblock {
        max-width: 100% !important;
        overflow-y: auto;
    }
    .nav.navbar-nav.o-opened {
        right: 15px;
    }
}

@media only screen and (max-width: 991px) {
  .tablet-mt {
    margin-top: 100px;
  }
}

.cookie{
    z-index: 10;
    width: 100%;
    position: fixed;
    bottom: 0px;
    height: 120px;
    background-color: rgba(84, 84, 84, 0.9);
    border-top: solid 10px #2b88d3;
    color: white;
    text-align: center;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition: transform .3s;
            transition: transform .3s, -webkit-transform .3s;
}

.cookie.is-visible {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
}

.cookietxt p{
    margin: 20px 10px;
}

.cookiebut{
    cursor: pointer;
    margin: auto;
    width: 90px;
    height: 35px;
    background-color: #ffd33b;
    border-radius: 5px;
    border: solid 1px #f9b218;
}

.cookiebut:hover{
    background-color: #ffc13b;
}

.cookiebut p{
    margin: 6px 0;
    color: #1c1c1b;
}

@media only screen and (max-width: 879px) {
  .cookie{
    height: 150px;
    }
}

@media only screen and (max-width: 452px) {
  .cookie{
    height: 170px;
    }
}

@media only screen and (max-width: 328px) {
  .cookie{
    height: 190px;
    }
}

/* NEW TOPMENU */

#contenu {
        margin-top: 110px;
}

* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
}

header.topmenu {
        z-index: 2335;
		width: 100%;
        position: fixed;
		height: 30px;
		background-color: #468bbc;
		box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 0 6px rgba(0, 0, 0, 0.23);
}

header.topmenu > nav > div {
		float: right;
		height: 100%;
		position: relative;
        padding: 0 20px;
}

header.topmenu > nav > div > a {
		text-align: center;
		width: 100%;
		height: 100%;
		display: block;
		line-height: 30px;
		transition: background-color 0.2s ease;
		text-transform: uppercase;
        color: white;
}

header.topmenu > nav > div:hover > a {
		cursor: pointer;
        color: #b9eafb;
        text-decoration: none;
}

header.topmenu > nav > div > div {
		display: none;
		overflow: hidden;
		background-color: #468bbc;
		min-width: 200%;
		position: absolute;
		box-shadow: 0 15px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
		padding: 10px;
}

header.topmenu > nav > div:not(:first-of-type):not(:last-of-type) > div {
		left: -50%;
		border-radius: 0 0 3px 3px;
}

header.topmenu > nav > div:first-of-type > div {
		left: 0;
		border-radius: 0 0 3px 0;
}

header.topmenu > nav > div:last-of-type > div {
		right: 0;
		border-radius: 0 0 3px 3px;
}

header.topmenu > nav > div:hover > div {
		display: block;
}

header.topmenu > nav > div > div > a {
		display: block;
		float: left;
		padding: 8px 10px;
		width: 96%;
		margin: 2%;
		text-align: center;
		background-color: white;
		color: #468bbc;
		border-radius: 2px;
		transition: background-color 0.2s ease;
}

header.topmenu > nav > div > div > a:hover {
		background-color: #e9e9e9;
		cursor: pointer;
        text-decoration: none;
}

@media (max-width:600px) {
		header.topmenu > nav > div > div > a {
				margin: 5px 0;
				width: 100%;
		}
		header.topmenu > nav > div > a > span {
				display: none;
		}
}

/* NEW MENU */
* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
}

header.menu {
        z-index: 2334;
		width: 100%;
        position: fixed;
        top: 30px;
        left: 0px;
		height: 80px;
		background-color: white;
		box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 0 6px rgba(0, 0, 0, 0.23);
}

.menu nav {
        position: fixed;
        top: 30px;
        left: 0px;
        width: 100%;
}

header.menu > nav > div {
		float: left;
		width: 14%;
		height: 100%;
		position: relative;
}

.logo {
		width: 16% !important;
        padding: 0 1%;
        text-align: center;
}

.logo img{
        margin: auto;
        width: 75%;
}

.logo img:hover{
        opacity: 0.8;
}

header.menu > nav > div > a {
		text-align: center;
		width: 100%;
		height: 100%;
		display: block;
		line-height: 80px;
		transition: background-color 0.2s ease;
		text-transform: uppercase;
}

header.menu > nav > div:not(.logo):hover > a {
		cursor: pointer;
        color: white;
        text-decoration: none;
}

header.menu > nav > div:hover:nth-child(2) > a {
		background-color: #54a2da;
}
header.menu > nav > div:hover:nth-child(3) > a {
		background-color: #f44c4c;
}
header.menu > nav > div:hover:nth-child(4) > a {
		background-color: #eab20a;
}
header.menu > nav > div:hover:nth-child(5) > a {
		background-color: #ea783b;
}
header.menu > nav > div:hover:nth-child(6) > a {
		background-color: #7cd3da;
}
header.menu > nav > div:hover:nth-child(7) > a {
		background-color: #63cc73;
}

header.menu > nav > div > div {
		display: none;
		overflow: hidden;
		background-color: white;
		min-width: 300%;
		position: absolute;
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

header.menu > nav > div:nth-of-type(2) > div {
		left: 0;
        border-left: solid 10px #54a2da;
}
header.menu > nav > div:nth-of-type(3) > div {
		left: 0;
        border-left: solid 10px #f44c4c;
}
header.menu > nav > div:nth-of-type(4) > div {
		left: 0;
        border-left: solid 10px #eab20a;
}

header.menu > nav > div:nth-of-type(5) > div {
		right: 0;
        border-right: solid 10px #ea783b;
}
header.menu > nav > div:nth-of-type(6) > div {
		right: 0;
        border-right: solid 10px #7cd3da;
}
header.menu > nav > div:nth-of-type(7) > div {
		right: 0;
        border-right: solid 10px #63cc73;
}

header.menu > nav > div:hover > div {
		display: block;
}

header.menu > nav > div > div > a {
		display: block;
        font-size: 1.3em;
		float: left;
		padding: 25px;
		width: 100%;
		background-color: white;
		transition: background-color 0.2s ease;
}

header.menu > nav > div:nth-child(2) > div > a:hover {
		background-color: #54a2da;
        color: white;
}
header.menu > nav > div:nth-child(3) > div > a:hover {
		background-color: #f44c4c;
        color: white;
}
header.menu > nav > div:nth-child(4) > div > a:hover {
		background-color: #eab20a;
        color: white;
}
header.menu > nav > div:nth-child(5) > div > a:hover {
		background-color: #ea783b;
        color: white;
}
header.menu > nav > div:nth-child(6) > div > a:hover {
		background-color: #7cd3da;
        color: white;
}
header.menu > nav > div:nth-child(7) > div > a:hover {
		background-color: #63cc73;
        color: white;
}

header.menu > nav > div > div > a:hover {
		cursor: pointer;
        text-decoration: none;
}

.menupad2 {
        padding-left: 25px;
        float: left;
}

.prices {
        text-transform: uppercase;
        float: right;
        text-align: right;
        font-size: 0.7em;
}

/* MENU RESPONSIVE */

.head {
        padding: 15px 0;
        display: block;
}

#menu-container {
        display: none;
        margin-top: 30px;
        width: 100%;
        background-color: white;
        z-index: 2331;
        box-shadow: 0 0 6px rgba(0,0,0,0.16),0 0 6px rgba(0,0,0,0.23);
}

.menupad {
        padding-left: 30px;
}

.menutext {
        padding-left: 70px;
}


ul { list-style: none; }

#menu-wrapper {
    overflow: hidden;
    max-width: 100%;
    cursor: pointer;
    height: 60px;
}


#menu-wrapper #hamburger-menu {
    position: relative;
    float: right;
    width: 25px;
    height: 20px;
    margin: 20px;
}

#menu-wrapper #hamburger-menu span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: black;
    background-color: #54a2da;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

#menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 18px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#menu-container .menu-list {
    padding-top: 20px;
    padding-bottom: 0;
}
#menu-container .menu-list {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    background: white;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
    margin-top: 0;
}

#menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
    font-size: 16px;
    padding: 20px;
    text-transform: uppercase;
    border-top: 1px solid #dbdcd2;
}
#menu-container .menu-list li:first-of-type {
    border-top: 0;
}

.accordion-toggle, .accordion-content {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
}

  .accordion-content {
    display: none;
}

.accordion-toggle a:before, .accordion-toggle a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #5a5858;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease-out;
}

.accordion-toggle a:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
}

.accordion-toggle.active-tab {
    transition: all 0.3s ease;
}

.accordion-toggle.active-tab a{
    color: white;
}

.accordion-toggle.active-tab:nth-child(1) {
		background-color: #54a2da;
}
.accordion-toggle.active-tab:nth-child(3) {
		background-color: #f44c4c;
}
.accordion-toggle.active-tab:nth-child(5) {
		background-color: #eab20a;
}
.accordion-toggle.active-tab:nth-child(7) {
		background-color: #ea783b;
}
.accordion-toggle.active-tab:nth-child(9) {
		background-color: #7cd3da;
}
.accordion-toggle.active-tab:nth-child(11) {
		background-color: #63cc73;
}
.accordion-toggle.active-tab:nth-child(13) {
		background-color: #54a2da;
}
.accordion-toggle.active-tab:nth-child(15) {
		background-color: #f44c4c;
}

.accordion-toggle a.active:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #fff !important;
}

.accordion-toggle a.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #fff !important;
    opacity: 0;
}

#nav7, #nav8 {
    display: none;
}

.logomob {
    display: none;
}

@media (max-width:1200px) {
    header.menu > nav > div > div {
        min-width: 300%;
    }
    .prices {
        display: none;
    }
}

@media (max-width:989px) {
    .logomob {
        display: block;
        position: absolute;
        left: 0px;
        padding: 10px;
        z-index: 1996;
    }
    .logomob img {
        height: 39px;
    }
    .logomob img:hover {
        opacity: 0.8;
    }
    header.menu {
        display: none;
    }
    header.topmenu {
        position: absolute;
    }
    #menu-container {
        display: block;
    }
    #contenu {
        margin-top: 0;
    }
}

@media (max-width:830px) {
    #nav7, #nav8 {
    display: block;
    }
    .topmenu {
        display: none;
    }
    #menu-container {
        top: 0;
        margin-top: 0;
    }

}

header.bg-beta{
  color: black;
  background: rgb(255, 255, 255) repeating-linear-gradient(
          -45deg,
          #ffffff,
          #ffffff 8px,
          rgba(255, 151, 0, 0.2) 8px,
          rgba(255, 103, 8, 0.2) 20px
  );
}

header.bg-beta > nav > div > a{
  color: black;
}