@charset "UTF-8";
/* Font */
/* */
/* Color */
/* Margins */
/* -------------------------------------------------------------
  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

------------------------------------------------------------- */
@import url("https://p.typekit.net/p.css?s=1&k=zaa0qgh&ht=tk&f=10312.10314&a=6291282&app=typekit&e=css");

@font-face {
  font-family: "reklame-script";
  src: url("https://use.typekit.net/af/96f268/00000000000000003b9ad2f8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/96f268/00000000000000003b9ad2f8/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/96f268/00000000000000003b9ad2f8/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "reklame-script";
  src: url("https://use.typekit.net/af/c3d1ed/00000000000000003b9ad2fa/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/c3d1ed/00000000000000003b9ad2fa/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/c3d1ed/00000000000000003b9ad2fa/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}

.tk-reklame-script {
  font-family: "reklame-script", sans-serif;
}

body {
  background: #000d1f url("../../images/deals/deals/deals.png") no-repeat 0 0/100%;
  /* */
}

body * {
  font-size: 14px;
}

body .blur {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

body #websiteChangeBG {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  z-index: 99;
  cursor: pointer;
}

body #websiteChangeInfo {
  cursor: initial;
  position: relative;
  border: solid #FFF 1px;
  margin: 20%;
  text-align: center;
  color: #39e6ff;
  padding: 2em;
}

body #websiteChangeInfo .newButton16 {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
  min-width: auto;
  padding: 4px 8px !important;
  line-height: initial !important;
  height: initial;
  border-radius: 6px;
  font-size: 16px;
}

body #websiteChangeInfo .newButton16:hover {
  opacity: 0.8;
}

body #websiteChangeInfo .close {
  cursor: pointer;
  color: white;
  position: absolute;
  top: 0em;
  right: 0.5em;
  font-size: 1.5em;
}

body #websiteChangeInfo h3, body #websiteChangeInfo p {
  color: #39e6ff;
  font-size: 1.6em;
}

body div.bfShadow {
  background: #000d1f;
  display: inline-block;
}

body #legalMentions, body .deals-footer {
  background: #000d1f;
}

body .bfWeek {
  font-family: "reklame-script" !important;
  font-size: 72px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.83px;
  color: #ffffff;
  margin: -18px 10px;
}

body .bfWeek b {
  color: #c2a362 !important;
  font-family: "reklame-script" !important;
  font-size: 72px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.83px;
}

@media screen and (max-width: 940px) {
  body .bfWeek b {
    font-size: 28px;
    line-height: 50px;
  }
}

@media screen and (max-width: 940px) {
  body .bfWeek {
    font-size: 28px;
    line-height: 50px;
  }
}

body .bfDate {
  font-family: SourceSansPro;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.18px;
  color: #c2a362 !important;
}

@media screen and (max-width: 940px) {
  body .bfDate {
    font-size: 14px;
  }
}

body .fspx15 span {
  font-size: 15px !important;
}

body footer#footer {
  display: none;
}

body .l-show {
  display: block !important;
}

@media screen and (max-width: 940px) {
  body .l-show {
    display: none !important;
  }
}

body .s-show {
  display: none !important;
}

@media screen and (max-width: 940px) {
  body .s-show {
    display: block !important;
  }
}

body .background-bf {
  background: #000d1f;
}

body .background-bf * {
  color: #FFF;
}

body .background-bf ul.yellowCheck li {
  font-size: 17px;
}

body .background-bf #simple_timer {
  display: none;
}

body #header-deals {
  background-size: contain;
}

body #header-deals * {
  color: #FFF;
}

body #header-deals .flex-container {
  display: flex;
}

body #header-deals .flex-container>div {
  margin: auto;
}

body #header-deals .deals-logo {
  display: block;
  background: transparent url("../../images/black-friday/2017/LOGO_DESKTOP@1x.png") no-repeat 50% 50%;
  background-size: 100%;
  width: 100%;
  max-width: 246px;
  height: 190px;
  margin: auto;
}

body #header-deals .deals-logo-qc {
  display: block;
  background: transparent url("../../images/black-friday/2017/LOGO_DISPLAY_QC@1x.png") no-repeat 50% 50%;
  background-size: 100%;
  width: 100%;
  max-width: 246px;
  height: 190px;
  margin: auto;
}

body #header-deals .deals-mob-logo {
  display: block;
  background: transparent url("../../images/black-friday/2017/LOGO_BF_MOB@1x.png") no-repeat 50% 50%;
  width: 82px;
  height: 54px;
  margin: auto;
}

body #header-deals .deals-mob-logo-qc {
  display: block;
  background: transparent url("../../images/black-friday/2017/LOGO_BF_MOB_QC@1x.png") no-repeat 50% 50%;
  width: 90px;
  height: 54px;
  margin: auto;
}

body #header-deals .sticky-filter {
  display: none;
}

body #header-deals .shareList {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  max-height: 35px;
}

body #header-deals .shareList li {
  display: inline-block;
}

body #header-deals .share-this-page {
  display: block;
  background: transparent url("../../images/deals/default/SHARE_BT@1x.png") no-repeat 0 0;
  width: 24px;
  height: 25px;
  margin: auto;
  cursor: pointer;
}

body #header-deals .share-this-page.open {
  background: transparent url("../../images/deals/default/ICONE_CLOSE@1x.png") no-repeat 0 0;
  width: 30px;
  height: 30px;
}

body #header-deals #simple_timer {
  display: none;
}

body #header-deals #simple_timer span {
  font-size: 15px;
  line-height: 25px;
}

body #header-deals ul.yellowCheck li {
  font-size: 24px;
}

body #header-deals .bf-filter {
  text-align: center;
}

body #header-deals .bf-filter ul {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 40px;
  border-radius: 3px;
  display: inline-block;
  background: #0d0338;
}

body #header-deals .bf-filter ul li {
  float: left;
  text-align: center;
  width: 160px;
}

body #header-deals .bf-filter ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  background-color: transparent;
  border: solid 1px #FFF;
  box-sizing: border-box;
}

body #header-deals .bf-filter ul li a.selected {
  background-color: #FFF;
  color: #fff !important;
  cursor: default;
}

body #header-deals .bf-filter ul li:first-child a {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

body #header-deals .bf-filter ul li:last-child a {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

@media screen and (max-width: 940px) {
  body #header-deals {
    background-image: none;
    /*border-bottom: solid 1px #3F3347;*/
    padding-bottom: 0;
  }

  body #header-deals.offers {
    padding-bottom: 0;
  }

  body #header-deals .deals-logo-qc,
  body #header-deals .deals-logo {
    background-image: url("../../images/deals/default/LOGO_OVH_MOB@1x.png");
    width: 45px;
    height: 42px;
  }

  body #header-deals .secondHeaderRow {
    display: none !important;
  }
}

body .teaser_counter .counter_elem {
  position: relative;
}

body .teaser_counter .counter_elem:not(:last-child):after {
  position: absolute;
  content: ":";
  right: -15px;
  top: 0;
}

body .teaser_counter .counter_elem:after, body .teaser_counter .counter_elem span {
  font-weight: bold;
  font-family: "rajdhani" !important;
  font-size: 120px;
  line-height: 130px;
}

@media screen and (max-width: 940px) {
  body .teaser_counter .counter_elem:after, body .teaser_counter .counter_elem span {
    font-size: 40px;
    line-height: 50px;
  }
}

body .bf-mobile-filter {
  background-color: #FFF;
  border-radius: 3px;
  border: solid 1px #E3E3E3;
  text-align: center;
  overflow: hidden;
  max-height: 37px;
  -webkit-transition: max-height 0.65s ease;
  -moz-transition: max-height 0.65s ease;
  -o-transition: max-height 0.65s ease;
  transition: max-height 0.65s ease;
}

body .bf-mobile-filter .deploy-filters,
body .bf-mobile-filter .bf-mobile-filter-item {
  cursor: pointer;
  font-weight: bold;
}

body .bf-mobile-filter .deploy-filters {
  color: #fff !important;
  position: relative;
  padding: 5px 0;
}

body .bf-mobile-filter .deploy-filters:after {
  content: "";
  background: transparent url("../../images/2016wishes/arrowdown.png") no-repeat 0 0;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}

body .bf-mobile-filter .bf-mobile-filter-item {
  border-top: solid 1px #E3E3E3;
  padding: 10px 0;
  color: #ABABAB !important;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

body .bf-mobile-filter .bf-mobile-filter-item.selected, body .bf-mobile-filter .bf-mobile-filter-item:hover {
  color: #fff !important;
  background-color: #F4F4F4;
}

body .bf-mobile-filter .bf-mobile-filter-item.selected {
  cursor: default;
}

body .bf-mobile-filter.open {
  max-height: 999px;
}

body .bf-mobile-filter.open * {
  color: #ABABAB !important;
}

body .bf-mobile-filter.open .deploy-filters:after {
  opacity: 0.3;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

body .share-icns {
  cursor: pointer;
  display: block;
  width: 22px;
  height: 22px;
  margin: 15px auto;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* margin: 25px 6px; */
  margin: 10px 6px;
  background-size: contain !important;
}

body .share-icns:hover {
  opacity: 0.7;
}

body .share-icns.icns-fb {
  /* background: transparent url("../../images/deals/default/SHARE_FB@1x.png") no-repeat 50% 50%; */
  background: transparent url("../../images/deals/default/share-icon-facebook.png") no-repeat 50% 50%;
}

body .share-icns.icns-twitter {
  /* background: transparent url("../../images/deals/default/SHARE_TW@1x.png") no-repeat 50% 50%; */
  background: transparent url("../../images/deals/default/share-icon-twitter.png") no-repeat 50% 50%;
}

body .share-icns.icns-linkedin {
  /* background: transparent url("../../images/deals/default/SHARE_LI@1x.png") no-repeat 50% 50%; */
  background: transparent url("../../images/deals/default/share-icon-linkedin.png") no-repeat 50% 50%;
}

body .share-icns.icns-fb-white {
  background: transparent url("../../images/deals/default/SHARE_FB_WHITE@1x.png") no-repeat 50% 50%;
}

body .share-icns.icns-twitter-white {
  background: transparent url("../../images/deals/default/SHARE_TW_WHITE@1x.png") no-repeat 50% 50%;
}

body .share-icns.icns-linkedin-white {
  background: transparent url("../../images/deals/default/SHARE_LI_WHITE@1x.png") no-repeat 50% 50%;
}

body ul.yellowCheck {
  padding: 0;
  margin: auto;
  list-style: none;
  text-align: left;
}

body ul.yellowCheck li {
  font-weight: 900;
  line-height: 50px;
  padding: 0 0 0 45px;
  font-family: "rajdhani" !important;
  background: transparent url("../../images/deals/default/CHECK@1x.png") no-repeat 5px 50%;
}

body #main {
  position: relative;
  margin-top: 0 !important;
}

body #main * {
  color: #fff;
}

body #main .backgroundBeige {
  background-color: #FAFAFA !important;
}

body #main .rajFont {
  font-family: "rajdhani" !important;
}

body #main hr {
  width: 126px;
  height: 7px;
  margin: 20px auto;
  border: none;
  background: transparent url("../../images/deals/default/SEP_DESKTOP@1x.png") no-repeat 50% 50%;
}

body #main .greyBorderTop {
  border-top: solid 1px #E2E2E2;
}

body #main .globalOverflow {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99;
}

body #main .globalOverflow.show {
  display: block;
}

body #main .share-this-page-box {
  display: none;
  background: #FFF;
  position: fixed;
  z-index: 100;
  text-align: center;
}

body .productOffer {
  /*
          &.web .config{
              box-shadow: inset #a7d74d 0px 0px 0px 2px;

              .golden-promo {
                  color:#a7d74d !important;
                  border-color:#a7d74d !important;
              }
          }

          &.saas .config{
            box-shadow: inset #a7d74d 0px 0px 0px 2px;

            .golden-promo {
                color:#a7d74d !important;
                border-color:#a7d74d !important;
            }
        }

          &.telecom .config{
              box-shadow: inset #a7d74d 0px 0px 0px 2px;

              .golden-promo {
                  color:#a7d74d !important;
                  border-color:#a7d74d !important;
              }
          }

          &.cloud .config{
              box-shadow: inset #f7a834 0px 0px 0px 2px;

              .golden-promo {
                  color:#f7a834 !important;
                  border-color:#f7a834 !important;
              }
          }
  */
}

@media screen and (max-width: 940px) {
  body .productOffer .grid {
    margin-top: 0 !important;
  }
}

body .config {
  padding-top: 0;
  padding-bottom: 15px;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: inset #39e6ff 0 0 0 2px;
}

body .config:not(.disabled) {
  cursor: pointer;
}

body .config .block-overflow {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 3px;
  z-index: 9;
}

body .config.disabled {
  position: relative;
  overflow: hidden;
  box-shadow: inset #c2a362 0 0 0 2px;
}

body .config.disabled:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3) url("../../images/deals/default/sold-out@3x.png") center center no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
}

body .config .share-this-offer {
  position: relative;
}

body .config .share-this-offer:before {
  display: block;
  width: 18px;
  height: 20px;
  /*background: transparent url('../../images/black-friday/2017/SHARE_BUTTON.png') no-repeat 0 0;*/
  content: url("../../images/deals/default/SHARE_BUTTON.png");
  left: -25px;
  top: -2px;
  position: absolute;
}

body .config .share-this-product {
  display: none;
  position: absolute;
  z-index: 10;
  width: 90%;
  margin: 5%;
  background-color: #FFF;
  bottom: 0;
  border-radius: 3px;
}

body .config .share-this-product .share-box-title {
  position: relative;
  padding: 0 20px;
}

body .config .share-this-product .share-box-title .close {
  position: absolute;
  background: transparent url("../../images/deals/default/SHARE_CLOSE.png") no-repeat 0 0;
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  margin-top: -8px;
  display: block;
  cursor: pointer;
}

body .config .share-this-product .share-box-title .close:hover {
  opacity: 0.5;
}

body .config .priceInfo {
  display: inline-block;
  margin: 0 15px 20px 15px;
  font-size: 1.125rem !important;
}

body .config .priceInfo .priceMention {
  font-size: 15px;
  line-height: 18px;
}

body .config .priceMention {
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

body .config .bf-bottom-block .subDesc {
  border-radius: 0px;
}

body .config .bf-bottom-block .subDesc ul {
  padding: 0;
  list-style: none;
  text-align: left;
}

body .config .bf-bottom-block .subDesc ul li {
  padding: 5px 10px;
  margin: 5px 0;
}

body .config .bf-bottom-block .subDesc ul li:last-child {
  border: none;
}

body .config .bf-bottom-block .subDesc table {
  width: 100%;
}

body .config .bf-bottom-block .subDesc table tbody {
  display: table;
}

body .config .bf-bottom-block .subDesc table tbody tr {
  border-bottom: solid 1px #E2E2E2;
  width: 100% !important;
}

body .config .bf-bottom-block .subDesc table tbody tr:last-child {
  border: none;
}

body .config .bf-bottom-block .subDesc table tbody tr th, body .config .bf-bottom-block .subDesc table tbody tr td {
  width: 50% !important;
  padding: 5px 10px;
  border: none;
  vertical-align: top;
}

body .config .bf-bottom-block .subDesc table tbody tr td {
  text-align: right;
}

body .config .bf-bottom-block .subDesc table tbody tr th {
  font-weight: bold;
  text-align: left;
}

body .config .bf-bottom-block .bf-bottom-block-links div {
  border-right: solid 1px #ABABAB;
}

body .config .bf-bottom-block .bf-bottom-block-links div:last-child {
  border: none;
}

body .config .bf-bottom-block .bf-bottom-block-links div a {
  font-size: 15px;
  line-height: 34px;
  color: #ABABAB !important;
}

body .config .bf-bottom-block .bf-bottom-block-links div a:hover {
  text-decoration: none;
}

body .config .show-details {
  cursor: pointer;
  color: #ABABAB !important;
  text-decoration: underline;
}

body .config .show-details:after {
  content: "⌄";
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -13px;
}

body .config .show-details:hover {
  text-decoration: none;
}

body .config .show-details.open:after {
  content: "⌃";
  margin-top: -8px;
}

@media screen and (max-width: 940px) {

  /* body .config .spec-details {
    display: none;
  } */
  body .config {
    padding-bottom: -25px;
  }
}

body .config .bf-order-btn {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
  min-width: auto;
  padding: 4px 8px !important;
  line-height: initial !important;
  height: initial;
  border-radius: 6px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body .config .bf-order-btn {
    margin-bottom: 20px;
  }
}

body .config .bottomMention {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 940px) {
  body .config .bottomMention {
    bottom: 30px;
  }
}


body .config .bf-order-btn:hover {
  opacity: 0.8;
}

body .config .golden-promo {
  color: #39e6ff !important;
  display: inline-block;
  padding: 0px 10px;
  background-color: rgba(71, 255, 250, 0.2);
  border: solid #39e6ff 2px;
  border-radius: 30px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 940px) {
  body .config .golden-promo, body .config .golden-promo.big {
    font-size: 17px !important;
    line-height: 27px !important;
  }
}

body span.moins,
body span.plus {
  float: left;
  padding: 10px 15px;
  /*margin: 0 10px;*/
  border: solid 1px #7b92a4;
  border-radius: 0;
  cursor: pointer;
  height: 15px;
  line-height: 15px;
  font-size: 15px;
  font-weight: 600;
  background: transparent;
  color: #FFF;
  -webkit-transition: all ease 0.2s;
  -khtml-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

body span.moins:hover,
body span.plus:hover {
  /*background: transparent;*/
  background: #F4F4F4;
}

body span.moins.disabled,
body span.plus.disabled {
  pointer-events: none;
  opacity: 0.25;
}

body span.moins {
  margin-right: -1px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

body span.moins:before {
  content: "-";
}

body span.plus {
  margin-left: -1px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

body span.plus:before {
  content: "+";
}

body input[type=text] {
  color: #122844 !important;
  padding: 10px;
  text-align: center;
  height: 15px;
  width: 60px;
  float: left;
  border-radius: 0 !important;
  font-weight: bold;
}

body #legalMentions {
  display: none;
}

body .deals-footer * {
  color: #FFF !important;
}

body .deals-footer .footer-links {
  margin: auto;
}

body .deals-footer #display-legal {
  position: relative;
}

body .deals-footer #display-legal:after {
  content: "⌄";
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -13px;
}

body .deals-footer #display-legal.open:after {
  content: "⌃";
  margin-top: -8px;
}

body .deals-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

body .deals-footer ul li {
  margin: 10px;
  display: inline-block;
}

body .deals-footer ul li a.newButton16 {
  background-color: #FFF;
  color: #0050D7 !important;
  border-color: #FFF;
}

body .deals-footer ul li a.newButton16:hover {
  color: #0050D7;
  border-color: #FFF;
  background: #BEF1FF !important;
}

@media screen and (max-width: 940px) {
  body .deals-footer ul {
    float: none;
  }

  body .deals-footer ul li {
    display: block;
  }

  body .deals-footer ul li a.newButton16 {
    width: 100% !important;
  }
}

.anchors {
  display: inline-block;
  padding: 0px 10px;
  background-color: rgba(71, 255, 250, 0.2);
  border: solid #39e6ff 2px;
  border-radius: 30px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none !important;
  margin: 0.5em;
  /*
      &:hover{
          background:#39e6ff;
          color:rgba(71, 255, 250, 0.2) !important;
      }

      &.web{
          color:#a7d74d !important;
          border-color:#a7d74d;

          &:hover{
              background:#a7d74d !important;
              color:rgba(71, 255, 250, 0.2) !important;
          }
      }

      &.saas{
        color:#a7d74d !important;
        border-color:#a7d74d;

        &:hover{
            background:#a7d74d !important;
            color:rgba(71, 255, 250, 0.2) !important;
        }
    }

      &.telecom{
          color:#a7d74d !important;
          border-color:#a7d74d;

          &:hover{
              background:#a7d74d !important;
              color:rgba(71, 255, 250, 0.2) !important;
          }
      }

      &.cloud{
          color:#f7a834 !important;
          border-color:#f7a834;

          &:hover{
              background:#f7a834;
              color:rgba(71, 255, 250, 0.2) !important;
          }

      }
  */
}

.anchors #newHelpbox {
  display: none !important;
}

#backToTop {
  position: fixed;
  height: 2em;
  width: 2em;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  bottom: 18px;
  right: 1em;
  z-index: 99999999;
  text-align: center;
  border-radius: 100%;
  font-size: 1.7em;
  line-height: 2.2em;
  display: none;
  cursor: pointer;
}

#backToTop.active {
  display: block;
}

#backToTop:hover {
  background: rgba(255, 255, 255, 0.2);
}

#backToTop:active {
  background: rgba(255, 255, 255, 0.4);
}

@font-face {
  font-family: "SourceSansPro";
  src: url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-regular.eot");
  src: url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-regular.eot?#iefix") format("embedded-opentype"), url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-regular.woff2") format("woff2"), url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-regular.woff") format("woff"), url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: "SourceSansPro";
  src: url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-semibold.eot");
  src: url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-semibold?#iefix") format("embedded-opentype"), url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-semibold.woff2") format("woff2"), url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-semibold.woff") format("woff"), url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-semibold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: "SourceSansPro";
  src: url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-regular.eot");
  src: url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-regular.eot?#iefix") format("embedded-opentype"), url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-regular.woff2") format("woff2"), url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-regular.woff") format("woff"), url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "SourceSansPro";
  src: url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-semibold.eot");
  src: url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-semibold?#iefix") format("embedded-opentype"), url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-semibold.woff2") format("woff2"), url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-semibold.woff") format("woff"), url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-semibold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "SourceSansPro";
  src: url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-regular.eot");
  src: url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-regular.eot?#iefix") format("embedded-opentype"), url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-regular.woff2") format("woff2"), url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-regular.woff") format("woff"), url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "SourceSansPro";
  src: url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-semibold.eot");
  src: url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-semibold?#iefix") format("embedded-opentype"), url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-semibold.woff2") format("woff2"), url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-semibold.woff") format("woff"), url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-semibold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "SourceSansPro";
  src: url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-regular.eot");
  src: url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-regular.eot?#iefix") format("embedded-opentype"), url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-regular.woff2") format("woff2"), url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-regular.woff") format("woff"), url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "SourceSansPro";
  src: url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-semibold.eot");
  src: url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-semibold?#iefix") format("embedded-opentype"), url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-semibold.woff2") format("woff2"), url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-semibold.woff") format("woff"), url("/themes/16/fonts/Source_Sans_Pro/sourcesanspro-semibold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  background: #FFF;
}

body .topBlueBg {
  background-color: #f5feff;
  margin-top: 100px !important;
}

body .topBlueBg:before {
  content: "";
  left: -1px;
  bottom: -1px;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.1vh 100.1vw 0px 0;
  border-color: transparent #f5feff transparent transparent;
  line-height: 0px;
  transform: rotate(360deg);
}

body .blueBg {
  background-color: #f5feff;
  margin-top: 0px !important;
}

body .blueBg.margin30 {
  padding-top: 30px;
}

body .texture {
  background-image: none;
}

body .skew-header {
  /*background: #001796;
  background: -moz-linear-gradient(90deg, #001796 0%, #1a53cf 100%);
  background: -webkit-linear-gradient(90deg, #001796 0%, #1a53cf 100%);
  background: linear-gradient(90deg, #001796 0%, #1a53cf 100%);*/

  background: -moz-linear-gradient(90deg, #90e7fe, #e5e6e8);
  background: -webkit-linear-gradient(90deg, #90e7fe, #e5e6e8);
  background: linear-gradient(90deg, #90e7fe, #e5e6e8);

  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001796",endColorstr="#1a53cf",GradientType=1); */
}

body .skew-bg {
  position: absolute;
  left: -1px;
  bottom: -1px;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.1vh 100.1vw 0px 0;
  border-color: transparent #ffffff transparent transparent;
  line-height: 0px;
  transform: rotate(360deg);
}

body .anchors {
  color: #0050d7 !important;
  border: 0.125rem solid #0050d7;
  font-size: 1.125rem;
  background: transparent;
}

body .anchors:hover {
  color: #fff !important;
  border: 0.125rem solid #0050d7;
  background-color: #0050d7;
}

body .anchors:active, body .anchors.active {
  border-color: #00185E;
  background-color: #00185E;
}

body #main * {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
  font-family: "SourceSansPro", Helvetica, Arial, sans-serif;
  color: #4d5592;
}

body #main h1, body #main .mainTitle {
  font-size: 2.75rem !important;
  font-weight: 700;
  color: #00185e;
}

body #main h2 {
  font-size: 36px;
  font-weight: 700;
  color: #00185e;
}

body #main h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #00185e;
}

body #main .tips .tipsTitle {
  background: #bef1ff;
  display: block;
  margin-top: 1em;
}

body #main .tips .tipsTitle .tipsContainer {
  margin: auto;
  max-width: 800px;
  font-size: 1.75em;
  font-weight: 700;
  color: #00185e;
  padding: 0.5em 1em;
  box-sizing: border-box;
  line-height: 1.75em;
}

body #main .tips .tipsTitle .tipsContainer img {
  margin-right: 0.5em;
  margin-bottom: -0.5em;
}

body #main .tips .tipsDesc {
  background: #e7f9fd;
  display: block;
  box-sizing: border-box;
  padding: 1em 1em 1em 80px;
  margin-bottom: 50px;
}

body #main .tips .tipsDesc h3 {
  color: #4d5592;
  font-size: 1.35em;
}

body #main .tips .tipsDesc * {
  color: #00185e;
  margin: auto;
  max-width: 800px;
}

body .seoContent {
  max-width: 920px;
}

body .seoContent hr {
  margin-bottom: 50px !important;
}

body .productOffer {
  /* margin-top: 30px; */
}

body .config {
  border-radius: 1em;
  /* box-shadow: 0 0 0 2px #85d9fd, 0 0 20px #bef1ff; */
  /* border: 1px solid #47FFFA; */
  box-shadow: 0px 0px 5px #CCCCCCBF;
  background: #FFF;
  /* margin-top: 40px !important; */
}

body .config:hover {
  /* box-shadow: 0px 0px 16px #5866FF; */
  /* background: #F0FFFF; */
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 16px #F2C330;
}

body .config .vendorPic {
  max-height: 80px;
  margin-top: 1em;
  max-width: 90%;
}

body .config .vendor {
  font-size: 12px !important;
  display: inline-block;
  padding: 1px 7px !important;
  border-radius: 50px;
  margin: 0;
  margin-top: 0px;
  margin-top: 10px;
  border: 1px solid #00185E;
  line-height: 12px;
}

body .config .mkt-promo {
  /* background: #47FFFA; */
  background-color: #FFC831;
  /* color: #000E95 !important; */
  color: #000E9C !important;
  font-weight: bold !important;
  display: inline-block;
  padding: 1px 10px !important;
  border-radius: 50px;
  margin: 15px;
  line-height: 1.2em !important;
  font-size: 1.125rem !important;
}

body .config .spec-details ul li {
  text-align: center;
  display: block;
  margin: 0px !important;
}

body .config .spec-details ul li img {
  max-width: 90%;
}

@media screen and (max-width: 768px) {
  body .config .spec-details {
    margin-bottom: 20px;
  }
}

body .config h3 {
  /* color: #00185E !important; */
  color: #00185E;
  margin-top: 0.5em;
  text-transform: uppercase;
  font-size: 30px !important;
  font-weight: bold !important;
  line-height: 110% !important;
}

body .config[data-tc-clic*="pci"] h3 {
  text-transform: none !important;
}

body .config h3 small {
  color: #4D5592 !important;
}

body .config .bf-big-price .red {
  font-size: 28px !important;
  font-weight: 900 !important;
}
@media screen and (max-width: 768px) {
  body .config .bf-big-price .red {
    font-size: 48px !important;
    font-weight: 900 !important;
  }
}

body .config .bf-order-btn {
  border-color: #0050d7 !important;
  background-color: #0050D7 !important;
  /* background-color: #0050D7 !important;
  color: #FFFFFF !important; */
  padding: 0.75rem 0.9375rem !important;
  font-size: 1.125rem !important;
}

body #header-deals.summer .texture {
  background: url('../../images/deals/deals/summer-deals-22-header.png') bottom center no-repeat;
  /* background-size: cover; */
}

body #header-deals.summer ul.checked-list {
  list-style: none;
  padding-left: 10px;
}
body #header-deals.summer ul.checked-list li, body #header-deals.summer p {
  color: #00185E !important;
  font-size: 18px;
  /* font-weight: bold; */
}
body #header-deals.summer h2 {
  color:#00185E;
  font-size: 24px;
}
#header-deals .full.summer-header {
  background-color: #000E9C;
}

#header-deals .summer-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

@media screen and (max-width: 768px) {
  #header-deals .summer-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #header-deals .summer-flex h2 {
    text-align: center;
    margin: 50px auto !important;
  }
    #header-deals .summer-flex div:last-child {
    text-align: center;
  }
}


body ul.checked-list li::before {
  content: '✓';
}

body .config .bf-order-btn:hover, body .config .bf-order-btn.active {
  border-color: #00185E !important;
  background-color: #00185E !important;
  /* border-radius: 0px !important; */
  /* background: #FFC831 0% 0% no-repeat padding-box !important; */
  /* color: #000E9C !important; */
}

body .config .bf-order-btn:active {
  border-color: #00185E !important;
  background-color: #00185E !important;
  /* border-radius: 0px !important; */
}

body .config .golden-promo-container {
  position: absolute;
  width: 100%;
  margin: -52px auto !important;
}

body .config .golden-promo-container .golden-promo {
  padding: 0.1em 1em;
  border-radius: 0.5em 0.5em 0 0;
  z-index: -1;
  color: #00185E !important;
  background: #39e6ff !important;
  font-size: 1.25rem;
  color: #00185E !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}

body .config .golden-promo-container .golden-promo.otc {
  background: #39e6ff !important;
  border-color: #39e6ff !important;
}

body .config .golden-promo-container .golden-promo.mkt {
  background: #00185E !important;
  border-color: #00185E !important;
  color: #FFF !important;
  text-transform: initial !important;
}

body .config .golden-promo-container .golden-promo.mkt .ovhcloudLogo {
  width: 100px;
  margin: 0 2px -3px 0;
}

body #legalMentions * {
  color: #FFF;
}

.m-hide, .l-hide {
  /* max-height: 0; */
}

#deals-footer .newButton16 {
  border-color: #0050d7 !important;
  background-color: #FFF !important;
  color: #0050D7 !important;
  padding: 0.75rem 0.9375rem !important;
  font-size: 1.125rem !important;
}

#deals-footer .newButton16:hover, #deals-footer .newButton16.active {
  border-color: #00185E !important;
  background-color: #BEF1FF !important;
}

@media screen and (max-width: 768px) {
  body .row {
    overflow: scroll;
  }

  body .row .grid {
    width: max-content;
    height: initial !important;
  }

  body .row .grid .config {
    float: left;
    max-width: 270px;
    position: relative !important;
    top: initial !important;
    left: initial !important;
  }

  body .row .grid .config.sms {
    max-width: 230px;
  }

  body .row .grid .config .bf-bottom-block {
    padding-bottom: 1em;
  }

  body .row .grid .config .golden-promo-container {
    margin: -56px auto !important;
  }

  body .row .tipsDesc {
    padding: 1em 30px !important;
  }
}

body .config.voucher {
  background-color: #00185E !important;
  border: 0px;
  box-shadow: none;
}

body .config.voucher * {
  color: white !important;
}

body .config.voucher a.bf-order-btn.newButton16 {
  background-color: #F2F36E !important;
  color: #00185E !important;
  border: none;
  font-weight: 600 !important;
}
body .config.voucher a.bf-order-btn.newButton16:hover {
  background-color: #ECED35 !important;
}

body .config .price-block {
  z-index: 99999;
}
/*# sourceMappingURL=deals.css.map */
