#article .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;
}

#article article {
  float: none;

  margin-top: 15px;
  width: 100%;
}

#article article .img {
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

#article article .img img {
  position: static;
  transform: none;
}

#article article p {
  font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  color: #646464;

  margin-top: 30px;
}

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

#article article .hat {
  font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.625em;
  color: #646464;

  margin-top: 30px;
}

#article article .author {
  position: relative;
  border-top: 1px solid #afadc3;
  padding-top: 30px;
  margin-top: 30px;
}

#article article .social {
  position: absolute;
  top: 30px;
  right: 0;
}

#article article .social a {
  display: inline-block;
  text-decoration: none;
  margin-right: 25px;
}

#article article .social a:last-child {
  margin-right: 0;
}

#article article .social a img {
  display: block;
}

#article article .author span {
  font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #646464;
  text-transform: uppercase;
}

#article .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;
}

#article #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;
}

#article .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;
}

#article .bigTitle-comming-soon.visible-xs {
  padding: 0 0 0 8px;
}

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

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

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

  margin-bottom: 30px;
}

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

#article .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;
}

#article .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;
}

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

#article .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;
}

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

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

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

#article .carousel-indicators {
  bottom: 210px;
}

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

#article .btnReturn {
  background-color: #fff;
  border: 4px solid #6fd4e4;
  color: #646464;
  padding: 10px 36px 10px 56px;
  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;
}

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

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

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

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

#article .btnPrev {
  display: block;
  margin: 50px 0 10px 0;
  width: 80%;
  max-width: 210px;

  background-color: #afadc3;
  border: 4px solid #afadc3;
  color: #fff;
  padding: 10px 20px 10px 56px;
  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;
}

#article .btnNext {
  display: block;
  width: 80%;
  max-width: 210px;
  margin-top: 10px;

  background-color: #afadc3;
  border: 4px solid #afadc3;
  color: #fff;
  padding: 10px 56px 10px 20px;
  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;
}

#article .btnPrev:hover,
#article .btnNext:hover {
  background-color: #fff;
  color: #646464;
}

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

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

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

#article .btnPrev:hover:after,
#article .btnNext:hover:after {
  background: url("/front/medias/arrow-right.png") right center no-repeat;
  width: 36px;
  height: 100%;
  background-size: 6px 10px;
}

#article .pageStructure #sectionTitle{
  background-image: none;
  background: #dccfbb;
  text-transform: uppercase;

  height: auto;
}

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

/*********** DESKTOP+ *********/
@media (min-width: 992px) {
  /*#article article:first-child {
    margin-top: 40px;
  }*/

  #article .item-img-wrapper {
    padding: 0 0 38.25%;
  }

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

  #article .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;
  }

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

  #article .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;
  }

  #article .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) {
  #article .bigTitle.visible-xs {
    margin-bottom: 10px;
  }

  #article .pageStructure #sectionTitle {
    height: 140px;
    background-color: #dccfbb;
  }

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

  #article #sidebar {
    padding: 0;
  }

  #article .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;
  }

  #article #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;
  }

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

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

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

  #article .btnHolder {
    position: relative;
    padding-right: 0;
  }

  #article .nav-articles {
    position: absolute;
    top: 0;
    right: 0;
  }

  #article .btnNext,
  #article .btnPrev {
    display: inline-block;
    width: auto;
    margin: 0;
  }

  #article .btnPrev {
    margin-top: 0;
    margin-right: 10px;
  }

  #article .date + .title {
    height: auto;
  }
}

@media (min-width: 992px) {
  #article .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;
  }
}

@media (min-width: 1200px) and (min-width: 1400px){
#article .btnHolder {
    width: 100% !important;
  }
}

@media (min-width: 1200px) and (min-width: 1280px) {

  #article .btnHolder {
      width: 100% !important;
  }
}

#blog article .img img,
#categories article .img img,
#news article .img img {
  will-change: transform;
  transition: transform 0.2s ease-out;
}

#blog article .img:hover img,
#categories article .img:hover img,
#news article .img:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
