#blog .carousel-inner,
#blog .item,
#blog .itemInner {
  width: 100%;
  height: 100%;
}

#blog .carousel {
  margin: 40px 0 50px;
}

#blog .item-img-wrapper {
  position: relative;

  overflow: hidden;

  /*padding: 0 0 66.6%;*/
  /*padding: 0 0 85.4%;*/
  padding: 0 0 96.8%;
}

#blog .controls {
  width: 100%;
  padding-top: 96.8%;

  position: absolute;
  top: 0;
  left: 0;
}

#blog .controls:hover {
  cursor: pointer;
}

#blog .item-img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;

  width: 100%;
  height: auto;

  transform: translate(-50%, -50%);
}

#blog .category {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;

  font-family: 'citroenbold', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;

  padding: 10px;
  background: #afadc3;
}

#blog .control {
  position: absolute;
  top: 50%;
  z-index: 1029;
  margin-top: -25px;
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/pictoCtaPurpleGray.svg) center center no-repeat #fff;
  background-size: 8px auto;
  border: 2px solid #afadc3;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

#blog .control:hover {
  background-color: #afadc3;
  background-image: url(../img/pictoCtaWhite.svg);
}

#blog .control.right {
  right: 20px;
}

#blog .control.left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 20px;
}

#blog .pageStructure #mainContent .bigTitle {
  font-family: 'citroenbold', Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 1em;
  margin: 35px 0 30px;
  padding: 0;
  text-transform: uppercase;
  color: #afadc3;
  text-transform: uppercase;
}

#blog #sidebar .bigTitle {
  font-family: 'citroenbold', Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1em;
  margin: 35px 0 30px;
  padding: 0 0 0 8px;
  text-transform: uppercase;
}

#blog .bigTitle-comming-soon {
  font-family: 'citroenbold', Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1em;
  margin: 45px 0 30px;
  padding: 0 30px;
  text-transform: uppercase;
  color: #afadc3;
}

#blog .bigTitle-comming-soon.visible-xs {
  padding: 0;
}

#blog .date a {
  color: #00a5b4;
  font-weight: bold;
  height: 1.625em;
}

#blog .title {
  margin: 10px auto;
}

#blog .coming-soon img {
  display: block;
  height: auto;
  width: 100%;

  margin-bottom: 30px;
}

#blog .coming-soon p {
  margin-bottom: 30px;
}

#blog .coming-soon a:hover {
  text-decoration: none;
}

#blog .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#blog .btnCta {
  background-color: #00a5b4;
  border: 4px solid #00a5b4;
  color: #fff;
  font-size: 14px;
  font-family: 'citroenbold', Helvetica, Arial, sans-serif;
  padding: 13px 66px 15px 26px;
  text-align: left;
  position: relative;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

#blog .btnCta:hover {
  background-color: #fff;
  color: #00a5b4;
}

#blog .btnCta:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 100%;
  background: url("../img/pictoCtaWhite.svg") left center no-repeat;
  background-size: 6px 10px;
}

#blog .btnCta:hover:after {
  background: url("../img/pictoCtaBlueLight.svg") left center no-repeat;
  background-size: 6px 10px;
}

#blog .coming-soon.hidden-xs {
  padding: 30px;
  border-top: 1px solid #afadc3;
  border-bottom: 1px solid #afadc3;
  border-left: 1px solid #afadc3;
}

#blog .coming-soon.visible-xs {
  padding: 30px 0;
  border-top: 1px solid #afadc3;
  border-bottom: 1px solid #afadc3;
  border-left: 0;
  margin-bottom: 30px;
}

#blog .carousel-indicators {
  bottom: 0;
}

#blog .bigTitle.visible-xs {
  margin-bottom: 30px;
}

#blog .btnReturn {
  background-color: #fff;
  border: 4px solid #6fd4e4;
  color: #646464;
  padding: 10px 56px 10px 36px;
  font-size: 14px;
  font-family: 'citroenbold', Helvetica, Arial, sans-serif;
  text-align: left;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

#blog .btnReturn:hover {
  background-color: #6fd4e4;
  color: #fff;
}

#blog .btnHolder {
  padding-left: 0;
}

#blog .btnReturn:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  width: 36px;
  height: 100%;
  background: url("../img/pictoCtaBlueLight.svg") right center no-repeat;
  background-size: 6px 10px;
}

#blog .btnReturn:hover:after {
  background: url("../img/pictoCtaWhite.svg") right center no-repeat;
  width: 36px;
  height: 100%;
  background-size: 6px 10px;
}

#blog .pageStructure #sectionTitle{
  background-image: none;
  background: #00a5b4;
  text-transform: uppercase;

  height: auto;
}

#blog #sidebar {
  padding: 20px 0 30px 0;
}

/*********** DESKTOP+ *********/
@media (min-width: 992px) {
  #blog .item-img-wrapper {
    padding: 0 0 50%;
  }

  #blog #sidebar .bigTitle {
    padding: 0 30px;
  }

  #blog .btnCta {
    background-color: #00a5b4;
    border: 4px solid #00a5b4;
    color: #fff;
    font-size: 14px;
    font-family: 'citroenbold', Helvetica, Arial, sans-serif;
    padding: 13px 66px 15px 26px;
    text-align: left;
    position: relative;
    -webkit-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }

  #blog .btnCta:hover {
    background-color: #fff;
    color: #00a5b4;
  }

  #blog .btnCta:after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    width: 36px;
    height: 100%;
    background: url("../img/pictoCtaWhite.svg") left center no-repeat;
    background-size: 6px 10px;
  }

  #blog .bigTitle-comming-soon {
    font-family: 'citroenbold', Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1em;
    margin: 45px 0 30px;
    padding: 0 30px;
    text-transform: uppercase;
    color: #afadc3;
  }
}

/*********** TABLET+ ***********/
@media (min-width: 768px) {

  #blog .controls {
    width: 100%;
    padding-top: 50%;

    position: absolute;
    top: 0;
    left: 0;
  }

  #blog #blog-articles > .intro {
    height: auto;
  }

  #blog #blog-articles .articles article:first-child,
  #blog #blog-articles .articles article:nth-child(2) {
    margin-top: 30px;
  }

  #blog .item-img-wrapper {
    padding: 0 0 50%;
  }

  #blog .carousel-indicators {
    bottom: 0;
  }

  #blog .item .intro,
  #blog .item .title {
    height: auto
  }

  #blog .bigTitle.visible-xs {
    margin-bottom: 10px;
  }

  #blog .pageStructure #sectionTitle {
    height: 140px;
    background-color: #00a5b4;
  }

  #blog .pageStructure #sidebar:before {
    background: url(/img/genericHeader.jpg) center center no-repeat #00a4b2;
    background-size: auto 100%;
  }

  #blog #sidebar {
    padding: 0;
  }

  #blog .bigTitle-comming-soon {
    font-family: 'citroenbold', Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 1em;
    margin: 45px 0 30px;
    padding: 0 15px;
    text-transform: uppercase;
    color: #afadc3;
  }

  #blog #sidebar .btnCta {
    background-color: #00a5b4;
    border: 4px solid #00a5b4;
    color: #fff;
    font-size: 14px;
    font-family: 'citroenbold', Helvetica, Arial, sans-serif;
    padding: 10px 40px 12px 10px;
    text-align: left;
    position: relative;
    -webkit-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }

  #blog #sidebar .btnCta:hover {
    background-color: #fff;
    color: #00a5b4;
  }

  #blog #sidebar .btnCta:hover:after {
    background: url("../img/pictoCtaBlueLight.svg") left center no-repeat;
    background-size: 6px 10px;
  }

  #blog .btnCta:after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    width: 19px;
    height: 100%;
    background: url("../img/pictoCtaWhite.svg") left center no-repeat;
    background-size: 6px 10px;
  }

  #blog #sidebar .btnCta:after {
    right: 0;
  }
}

@media (min-width: 992px) {
  #blog .bigTitle-comming-soon {
    font-family: 'citroenbold', Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1em;
    margin: 45px 0 30px;
    padding: 0 30px;
    text-transform: uppercase;
    color: #afadc3;
  }

  #blog #sidebar .btnCta {
    background-color: #00a5b4;
    border: 4px solid #00a5b4;
    color: #fff;
    font-size: 14px;
    font-family: 'citroenbold', Helvetica, Arial, sans-serif;
    padding: 13px 66px 15px 26px;
    text-align: left;
    position: relative;
    -webkit-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }

  #blog .btnCta:after {
    right: 10px;
  }

  #blog #sidebar .btnCta:after {
    right: 10px;
  }
}

#blog .pageStructure #mainContent .bigTitle,
#categories .pageStructure #mainContent .bigTitle,
#article .pageStructure #mainContent .bigTitle {
  margin: 35px 0 10px 0 !important;
}
