/* -------------------------------------------------------------
  List of CSS3 Sass Mixins File to be @imported and @included as you need

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)
    -   abs-pos                 - arguments: top,right,bottom,left -> default all values are on auto

------------------------------------------------------------- */
/* Font */
/* */
/* Color */
/* Margins */
* {
  color: #17273b; }

.backgroundGrey {
  background: #555 !important; }

.backgroundBleuNuit {
  background: #122844 !important; }

.backgroundBleuDark {
  background: #132845 !important; }

.backgroundBleuVif {
  background: #1db9de !important; }

.backgroundBleuInter {
  background: #143f6c !important; }

.backgroundYellowCloud {
  background: #ffcc00 !important; }

.backgroundBeige {
  background: #e9ebe7 !important; }

.backgroundRed {
  background: #d40000 !important; }

.backgroundOrange {
  background: #ff6d00 !important; }

.backgroundBlueSpe {
  background: #133F6C !important; }

.colorGrey {
  color: #555 !important; }

.colorBleuNuit {
  color: #122844 !important; }

.colorBleuDark {
  color: #132845 !important; }

.colorBleuVif {
  color: #1db9de !important; }

.colorBleuInter {
  color: #143f6c !important; }

.colorYellowCloud {
  color: #ffcc00 !important; }

.colorBeige {
  color: #e9ebe7 !important; }

.colorRed {
  color: #d40000 !important; }

.colorOrange {
  color: #ff6d00 !important; }

.colorBlueSpe {
  color: #133F6C !important; }

.header {
  background-color: #122844; }
  .header * {
    color: white; }
  .header .white-trace {
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #FFF;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: -3px;
    border-radius: 3px;
    z-index: 8; }
    .header .white-trace + img {
      z-index: 9;
      position: relative; }

.squareTrame {
  background: url("../../../images/serveurs-dedies-2013/bare-metal-servers/trame-bckg.png"); }

.configurator {
  border: 1px solid #17273b;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: rgba(29, 185, 222, 0.1); }
  .configurator .blocConfig {
    padding: 40px 0;
    border-bottom: 1px solid #17273b; }
    .configurator .blocConfig:last-child {
      border-bottom: none; }
    .configurator .blocConfig span.sep {
      color: #999; }
      .configurator .blocConfig span.sep:before {
        content: "|"; }
      @media screen and (max-width: 600px) {
        .configurator .blocConfig span.sep {
          display: none; } }
    .configurator .blocConfig span.txtbloc {
      margin: 8px; }
      @media screen and (max-width: 600px) {
        .configurator .blocConfig span.txtbloc {
          display: block;
          text-align: left; } }

.numberInfos.large {
  width: 160px;
  height: 160px; }
  .numberInfos.large * {
    color: #FFF; }

.borderDottedRight {
  border-right: 1px dashed #17273b; }
  @media screen and (max-width: 600px) {
    .borderDottedRight {
      border: none; } }
  .borderDottedRight.lightBackground {
    border-color: white; }

.borderDottedBottom {
  border-bottom: 1px dashed #17273b; }
  @media screen and (max-width: 600px) {
    .borderDottedBottom {
      border: none; } }
  .borderDottedBottom.lightBackground {
    border-color: white; }

#inclus {
  background: url("../../../images/serveurs-dedies-2013/bare-metal-servers/trame-bckg.png"); }
  #inclus * {
    color: #17273b; }
  #inclus ul {
    text-align: left; }
    #inclus ul li {
      text-align: left;
      background: none;
      list-style: none !important;
      margin-left: 0 !important; }
  #inclus .borderBottomBleu {
    border-bottom: 1px solid #1db9de;
    margin: 40px 0; }

.pre-order-block {
  border-radius: 3px;
  padding: 20px;
  border: solid 1px #1db9de;
  background-color: #10517D;
  box-sizing: border-box; }
  .pre-order-block.noTopBorder {
    border-top: none; }
  .pre-order-block.lightBg {
    background-color: transparent; }
  .pre-order-block .border {
    border-right: solid 1px #1db9de; }
    @media screen and (max-width: 600px) {
      .pre-order-block .border {
        border-right: none;
        border-bottom: dotted 1px #1db9de;
        padding: 10px 0; } }
  .pre-order-block ul {
    padding: 0;
    list-style: none; }
    .pre-order-block ul li {
      color: #FFF; }
  .pre-order-block a.newButton {
    width: auto; }

#networkMap, #map {
  height: 580px; }

input[type="radio"] {
  display: none; }
  input[type="radio"] + label span.radio {
    margin-right: 5px;
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 25px;
    line-height: 12px;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: solid 1px #FFF;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    text-align: center; }
  input[type="radio"]:hover + label span.radio {
    border-color: #17273b; }
  input[type="radio"] + label span.radio {
    color: #FFF;
    background-color: #FFF;
    border-color: #A5A5A5; }
    input[type="radio"] + label span.radio:after {
      content: '\2022'; }
  input[type="radio"]:checked + label span.radio {
    color: #0090B1 !important;
    border-color: #0090B1;
    background-color: #E3F6FA; }
  input[type="radio"]:disabled + label span.radio {
    opacity: 0.5;
    cursor: normal;
    border-color: #A5A5A5 !important;
    background-color: #F2F2F2 !important;
    color: #F2F2F2; }

.counterNeeded {
  margin: 0 auto;
  display: table; }
  .counterNeeded .down {
    border-radius: 3px 0 0 3px;
    border: 1px solid #BBBDBF;
    background: #F2F2F2 none repeat scroll 0 0;
    color: #122844;
    cursor: pointer;
    float: left;
    line-height: 20px;
    padding: 10px 15px;
    transition: all 0.2s ease 0s;
    font-weight: 600; }
    .counterNeeded .down:before {
      content: "-"; }
  .counterNeeded .up {
    border-radius: 0 3px 3px 0;
    border: 1px solid #BBBDBF;
    background: #F2F2F2 none repeat scroll 0 0;
    color: #122844;
    cursor: pointer;
    float: left;
    line-height: 20px;
    padding: 10px 15px;
    transition: all 0.2s ease 0s;
    font-weight: 600; }
    .counterNeeded .up:before {
      content: "+"; }
  .counterNeeded input {
    float: left;
    height: 20px !important;
    padding: 10px;
    text-align: center;
    width: 60px !important;
    border-radius: 0 !important;
    font-weight: 600; }

.solutions-section .config {
  height: 100%;
  box-sizing: border-box; }
  .solutions-section .config .yellow-ribon-wrap {
    bottom: 2px; }
  .solutions-section .config.disabled {
    border-color: #8B8B8B; }
    .solutions-section .config.disabled * {
      color: #8B8B8B; }
    .solutions-section .config.disabled .yellow-ribon-wrap:before {
      background: transparent url("../../images/2016wishes/bleufonce-ribon-left.png") top center no-repeat; }
    .solutions-section .config.disabled .yellow-ribon-wrap:after {
      background: transparent url("../../images/2016wishes/bleufonce-ribon-right.png") top center no-repeat; }
    .solutions-section .config.disabled .yellow-ribon-wrap .yellow-ribon {
      color: #FFF;
      border-color: #FFF;
      background-color: #58697D; }
    .solutions-section .config.disabled .icns {
      filter: grayscale(1);
      -webkit-filter: grayscale(1);
      -moz-filter: grayscale(1);
      -o-filter: grayscale(1);
      -ms-filter: grayscale(1);
      opacity: 0.7; }
    .solutions-section .config.disabled .separationBorder {
      background-color: #DDDDDD !important; }
.solutions-section .icns {
  width: 120px;
  height: 120px;
  display: inline-block;
  background-size: cover;
  background-image: url("../../images/discover/icn/Sprite_120px-bkg-light.png"); }
  .solutions-section .icns.icn-dedicated {
    background-position: 360px 120px; }
  .solutions-section .icns.icn-vps {
    background-position: 0 120px; }
  .solutions-section .icns.icn-private {
    background-position: 240px 120px; }
  .solutions-section .icns.icn-public {
    background-position: 120px 120px; }

.discover-us-flag {
  background: #143F6C url("../../../images/discover/discover-us-flag.png") no-repeat 50% 50%; }
  @media screen and (max-width: 768px) {
    .discover-us-flag {
      background-size: cover; } }

/*# sourceMappingURL=discover.css.map */
