/* -------------------------------------------------------------
  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 */
@font-face {
  font-family: 'BreeSerif';
  src: url("../../themes/16/fonts/BreeSerif/BreeSerif-Regular.eot");
  src: url("../../themes/16/fonts/BreeSerif/BreeSerif-Regular.eot?#iefix") format("embedded-opentype"), url("../../themes/16/fonts/BreeSerif/BreeSerif-Regular.woff2") format("woff2"), url("../../themes/16/fonts/BreeSerif/BreeSerif-Regular.woff") format("woff"), url("../../themes/16/fonts/BreeSerif/BreeSerif-Regular.ttf") format("truetype"), url("../../themes/16/fonts/BreeSerif/BreeSerif-Regular.svg#BreeSerif-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
#header .topMainMenu {
  display: none !important; }

#header {
  height: 64px !important;
  min-height: 0px !important; }

div#main {
	margin: 0px auto 0 auto!important;
    }

#dydu-chatbox-app {
  display: none; }

.backgroundHeader {
  background: #122844 url("../../images/serveurs-dedies-2013/2017/landingPage/background-header.png") no-repeat 60% -2%; }
  @media (max-width: 768px) {
    .backgroundHeader {
      background: #122844 url("../../images/serveurs-dedies-2013/2017/landingPage/background-header-mobile.png") no-repeat; } }

.backgroundHeader2 {
  background: #122844 url("../../images/serveurs-dedies-2013/2017/landingPage/background-header2.png") no-repeat 60% -2%; }

.OffersList select {
  background-color: transparent;
  background-image: url("../../../images/2016wishes/downArrow_12px-bkg-dark_12px-bkg-dark.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  padding-right: 32px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: white !important; }

.config .chooseProduct {
  padding: 10px 0;
  border-bottom: 1px solid #59d2ef; }
  .config .chooseProduct.selected {
    background: #1c425d; }

.stickyBar {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 90; }

.blueBorderLeft {
  border-left: 1px solid #49acc9;
  padding-left: 16px; }

footer {
  display: none !important; }

#languageChooser {
  display: none !important; }

.gradientOpenStack {
  background: #0b0841;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0b0841 2%, #5b0141 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0b0841 2%, #5b0141 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0b0841 2%, #5b0141 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b0841', endColorstr='#5b0141',GradientType=1 );
  /* IE6-9 */ }

.gradientOpenStack2 {
  background: #5b0141;
  /* Old browsers */
  background: -moz-linear-gradient(left, #5b0141 0%, #0b0841 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #5b0141 0%, #0b0841 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5b0141 0%, #0b0841 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b0141', endColorstr='#0b0841',GradientType=1 );
  /* IE6-9 */ }

.headerWorld {
  height: 295px;
  border-bottom: 3px solid white;
  background: url("../../images/landingPage/digital-design-of-a-global-network-picture-id674717394-modif.png") no-repeat 50% 0%;
  background-size: auto;
  width: 100%; }

.voucher {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: white;
  box-sizing: content-box;
  -webkit-box-shadow: 0px 10px 5px 0px #d4d6d3;
  -moz-box-shadow: 0px 10px 5px 0px #d4d6d3;
  box-shadow: 0px 10px 5px 0px #d4d6d3; }
  .voucher:after {
    background-image: url("../../images/landingPage/bout-right.png");
    width: 17px;
    height: 30px;
    position: absolute;
    top: 48%;
    right: 0; }
  .voucher:before {
    background-image: url("../../images/landingPage/bout-left.png");
    width: 13px;
    height: 30px;
    position: absolute;
    top: 48%; }
  .voucher .head {
    background: #ED1844 !important;
    width: 100%;
    padding: 10px 0;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px; }
    .voucher .head * {
      color: white !important; }
  .voucher .borderBottomGrey {
    border-bottom: 1px solid #9a9a9a;
    padding-bottom: 5px; }
  .voucher .red {
    color: #ED1844; }
  .voucher .grey {
    color: #9a9a9a; }

.hero {
  height: 370px;
  background: url("../../images/reprenez-controle/header-cloud-campain-landing.jpg") 75% 50%;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .hero {
      height: 180px; } }

.hashtag {
  margin-top: -40px !important;
  text-align: center; }
  .hashtag span {
    background: #F4353A;
    padding: 5px; }
  @media screen and (max-width: 768px) {
    .hashtag {
      margin-top: -20px !important; }
      .hashtag span {
        font-size: 26px;
        line-height: 36px; } }

.backgroundDarkGrey {
  background-color: #e3e7ec; }

.backgroundLightGrey {
  background-color: #f2f2f2; }

.numberTitle {
  min-height: 190px; }
  .numberTitle h3 {
    text-decoration: underline;
    text-decoration-color: #F4353A;
    font-family: 'BreeSerif' !important; }

.ofc-context {
  background: #f2f2f2; }
  .ofc-context:before {
    background: #f2f2f2;
    content: '';
    width: 1000%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -1000%; }

.ofc-white {
  background: #FFF; }
  .ofc-white:before {
    background: #FFF;
    content: '';
    width: 1000%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -1000%; }

.bree {
  font-family: 'BreeSerif' !important; }

.darkBlueControl {
  background-color: #152843; }

.vertical-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%; }
  @media screen and (max-width: 768px) {
    .vertical-center {
      position: relative; } }

.little-hashtag {
  background: #F4353A;
  padding: 2px 5px;
  margin: 2px;
  font-weight: normal; }

@media screen and (max-width: 768px) {
  .noPaddingRow .row {
    padding: 0; } }

.grey {
  color: #a9a9a9; }

#headerControl {
  }
  #headerControl .logo {
    width: 240px;
    height: 42px;
    margin: auto 0;
    display: flex; }
    #headerControl .logo img {
      margin: auto; }
    @media screen and (max-width: 480px) {
      #headerControl .logo {
        width: 180px; } }

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