/*---------------*\
  $RESET
\*---------------*/
#center {width: 100% !important;}
#center_part_2_full {
  float: none !important;
  width: 100% !important;
}
#contenuhome {margin: 0 !important;}
#bottomfooter {margin-top: 0 !important;}
#ftr {margin-top: 0 !important;}

/*---------------*\
  $WEBZINE
\*---------------*/
.webzine-salle-de-cinema *,
.webzine-salle-de-cinema *::before,
.webzine-salle-de-cinema *::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.webzine-salle-de-cinema h1,
.webzine-salle-de-cinema h2,
.webzine-salle-de-cinema h3,
.webzine-salle-de-cinema h4,
.webzine-salle-de-cinema h5,
.webzine-salle-de-cinema h6 {
  background: none;
  border: 0 none;
  display: block;
  float: none;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
}
.webzine-salle-de-cinema strong {font-weight: 700;}
.webzine-salle-de-cinema em {font-style: italic;}
.webzine-salle-de-cinema img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.webzine-salle-de-cinema ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.webzine-salle-de-cinema .text-left {text-align: left;}
.webzine-salle-de-cinema .text-center {text-align: center;}
.webzine-salle-de-cinema .text-right {text-align: right;}
.webzine-salle-de-cinema .text-justify {text-align: justify;}
.webzine-salle-de-cinema,
.webzine-salle-de-cinema .btn,
.webzine-salle-de-cinema .btn:focus,
.webzine-salle-de-cinema .btn:hover,
.webzine-salle-de-cinema .title {font-family: 'Open Sans', sans-serif;}
@media only screen and (max-width: 767px){
  .webzine-salle-de-cinema .hidden-phone {display: none !important;}
}
@media only screen and (min-width: 768px){
  .webzine-salle-de-cinema .visible-phone {display: none !important;}
  .webzine-salle-de-cinema .pull-left {float: left;}
  .webzine-salle-de-cinema .pull-right {float: right;}
}

/* BUTTONS */
.webzine-salle-de-cinema .btn,
.webzine-salle-de-cinema .btn:focus,
.webzine-salle-de-cinema .btn:hover {
  border: 1px solid;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 38px;
  line-height: 32px;
  padding: 2px 8px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all ease .3s;
          transition: all ease .3s;
}
.webzine-salle-de-cinema .btn-back,
.webzine-salle-de-cinema .btn-back:focus,
.webzine-salle-de-cinema .btn-back:hover {
  background: none;
  border: 0 none;
  color: #505050;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  margin: 10px 0 30px;
  padding: 10px 36px;
  position: relative;
  text-decoration: none;
}
.webzine-salle-de-cinema .btn-back::before,
.webzine-salle-de-cinema .btn-back::after {
  background-color: #505050;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 28px;
}
.webzine-salle-de-cinema .btn-back::before {left: 0;}
.webzine-salle-de-cinema .btn-back::after {right: 0;}

/* TITLES */
.webzine-salle-de-cinema .title-article {
  color: #000;
  font-weight: 700;
  margin: 0 0 25px;
  text-transform: uppercase;
}
.webzine-salle-de-cinema .title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px){
  .webzine-salle-de-cinema .title-article {
    font-size: 20px;
    line-height: 30px;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px){
  .webzine-salle-de-cinema .title-article {
    font-size: 30px;
    line-height: 40px;
  }
}

/* STRUCTURE */
.webzine-salle-de-cinema .clearfix::before,
.webzine-salle-de-cinema .clearfix::after {
  display: table;
  content: " ";
}
.webzine-salle-de-cinema .clearfix::after {clear: both;}
.webzine-salle-de-cinema .container {
  margin: auto;
  max-width: 1020px;
  padding: 0 10px;
  position: relative;
}

/*---------------*\
  $ARTICLE
\*---------------*/
/* CREATE */
.webzine-salle-de-cinema .article-create .bkg {
  background-color: #7d9ab3;
  padding: 142px 0 80px;
}

/* DISCOVER */
.webzine-salle-de-cinema .article-discover .bkg {
  background-color: #5e7c96;
  padding-bottom: 40px;
}

/* PERSONALIZE */
.webzine-salle-de-cinema .article-personalize .bkg {
  background-color: #2e4a63;
  padding: 60px 0;
}

/*---------------*\
  $SECTION
\*---------------*/
/* HEADER */
.webzine-salle-de-cinema .section-header {margin-bottom: 50px;}
.webzine-salle-de-cinema .section-header .title {
  color: #fff;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  left: 25px;
  margin: 0;
  position: absolute;
  text-transform: none;
}
.webzine-salle-de-cinema .section-header .title span {display: block;}
.webzine-salle-de-cinema .section-header nav li {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.webzine-salle-de-cinema .section-header nav li:nth-child(1) {background-color: #7d9ab3;}
.webzine-salle-de-cinema .section-header nav li:nth-child(2) {background-color: #5e7c96;}
.webzine-salle-de-cinema .section-header nav li:nth-child(3) {background-color: #2e4a63;}
.webzine-salle-de-cinema .section-header nav a,
.webzine-salle-de-cinema .section-header nav a:focus,
.webzine-salle-de-cinema .section-header nav a:hover {
  color: #fff;
  display: table;
  height: 80px;
  text-decoration: none;
  width: 100%;
}
.webzine-salle-de-cinema .section-header nav span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 767px){
  .webzine-salle-de-cinema .section-header .container {padding: 0;}
  .webzine-salle-de-cinema .section-header .title {
    font-size: 20px;
    left: 15px;
    right: 15px;
    top: 22%;
  }
  .webzine-salle-de-cinema .section-header .title span {float: right;}
}
@media only screen and (min-width: 768px){
  .webzine-salle-de-cinema .section-header .container {max-width: 1040px;}
  .webzine-salle-de-cinema .section-header .title {
    bottom: 15px;
    font-size: 42px;
  }
  .webzine-salle-de-cinema .section-header .title span {padding-left: 35px;}
  .webzine-salle-de-cinema .section-header nav {
    position: absolute;
    right: 30px;
    top: 63px;
  }
  .webzine-salle-de-cinema .section-header nav ul {width: 286px;}
  .webzine-salle-de-cinema .section-header nav li {margin-bottom: 26px;}
}



/* SHARE */
.webzine-salle-de-cinema .share {
  position: absolute;
  z-index: 3;
}
.webzine-salle-de-cinema .share label {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  vertical-align: bottom;
}
.webzine-salle-de-cinema .share a,
.webzine-salle-de-cinema .share a:focus,
.webzine-salle-de-cinema .share a:hover {
  display: inline-block;
  font-size: 0;
  text-decoration: none;
  vertical-align: bottom;
}
.webzine-salle-de-cinema .btn-share {display: none;}
.webzine-salle-de-cinema .share .btn-close {display: none;}
@media only screen and (max-width: 767px) {
  .webzine-salle-de-cinema .btn-share {
    background: url('../images/icon-share.png') transparent;
    border: 0 none;
    display: inline-block;
    height: 42px;
    position: absolute;
    right: 10px;
    top: -40px;
    width: 42px;
    z-index: 3;
  }
  .webzine-salle-de-cinema .share {
    background-color: #fff;
    display: none;
    left: 3%;
    right: 3%;
    padding: 2% 10%;
    text-align: left;
    top: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px #656565;
       -moz-box-shadow: 0px 0px 15px 0px #656565;
         -o-box-shadow: 0px 0px 15px 0px #656565;
            box-shadow: 0px 0px 15px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=15);
  }
  .webzine-salle-de-cinema .share .btn-close {
    background-image: url('../images/icon-close.png');
    background-size: 100%;
    display: block;
    height: 15px;
    position: absolute;
    right: 3%;
    top: 5%;
    width: 15px;
    z-index: 1;
  }
  .webzine-salle-de-cinema .page-comparative .share label {color: #000;}
  .webzine-salle-de-cinema .share label {
    border-bottom: 1px solid #000;
    color: #000;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .webzine-salle-de-cinema .share a,
  .webzine-salle-de-cinema .share a:focus,
  .webzine-salle-de-cinema .share a:hover {
    color: #000;
    display: block;
    font-size: 16px;
    line-height: 25px;
  }
  .webzine-salle-de-cinema .share a + a {margin-top: 15px;}
  .webzine-salle-de-cinema .share img {
    background-color: #000;
    padding: 2.5px 0;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .webzine-salle-de-cinema .share {
    right: 25px;
    top: 20px;
  }
  .webzine-salle-de-cinema .share label {color: #fff;}
}



/* HEADING */
.webzine-salle-de-cinema .section-heading {margin-bottom: -142px;}
.webzine-salle-de-cinema .section-heading .cell-left {
  background-image: url('../images/section-heading.jpg');
  background-size: cover;
}
.webzine-salle-de-cinema .section-heading .cell-left p {font-size: 15px;}
.webzine-salle-de-cinema .section-heading .cell-left span {font-size: 17px;}
.webzine-salle-de-cinema .section-heading .cell-right {
  background-color: #4e6d88;
  padding: 15px;
}
.webzine-salle-de-cinema .section-heading .cell-right p {font-size: 13px;}
.webzine-salle-de-cinema .section-heading p {
  color: #fff;
  line-height: 18px;
  margin: 0;
}
.webzine-salle-de-cinema .section-heading p + p {margin-top: 13px;}
@media only screen and (max-width: 767px){
  .webzine-salle-de-cinema .section-heading .cell-left {padding: 15px;}
}
@media only screen and (min-width: 768px){
  .webzine-salle-de-cinema .section-heading {
    display: table;
    height: 255px;
    width: 100%;
  }
  .webzine-salle-de-cinema .section-heading .cell-left {
    display: table-cell;
    padding: 15px 65px;
    vertical-align: middle;
    width: 66.6%;
  }
  .webzine-salle-de-cinema .section-heading .cell-right {
    display: table-cell;
    vertical-align: middle;
    width: 33.3%;
  }
}



/* FIVE REASONS */
.webzine-salle-de-cinema .section-five-reasons {margin: 60px 0;}
.webzine-salle-de-cinema .section-five-reasons .title {
  background-color: #577691;
  display: table;
  height: 59px;
  margin-bottom: 35px;
  width: 100%;
}
.webzine-salle-de-cinema .section-five-reasons .title span {
  display: table-cell;
  vertical-align: middle;
}
.webzine-salle-de-cinema .section-five-reasons li {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 25px;
  padding: 0 10px 0 60px;
  position: relative;
}
.webzine-salle-de-cinema .section-five-reasons li::before {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  left: 0;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 60px;
  opacity: .2;
  filter: alpha(opacity=20);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.webzine-salle-de-cinema .section-five-reasons ol:nth-child(1) li:nth-child(1)::before {content: "1";}
.webzine-salle-de-cinema .section-five-reasons ol:nth-child(1) li:nth-child(2)::before {content: "2";}
.webzine-salle-de-cinema .section-five-reasons ol:nth-child(2) li:nth-child(1)::before {content: "3";}
.webzine-salle-de-cinema .section-five-reasons ol:nth-child(2) li:nth-child(2)::before {content: "4";}
.webzine-salle-de-cinema .section-five-reasons ol:nth-child(2) li:nth-child(3)::before {content: "5";}
@media only screen and (max-width: 767px){}
@media only screen and (min-width: 768px){
  .webzine-salle-de-cinema .section-five-reasons .bloc-left {width: 38.1%;}
  .webzine-salle-de-cinema .section-five-reasons .bloc-right {width: 61.9%;}
  .webzine-salle-de-cinema .section-five-reasons ol {width: 50%;}
}



/* RANGE */
.webzine-salle-de-cinema .section-range .cell-left {background-color: #546e86;}
.webzine-salle-de-cinema .section-range .cell-right {background-color: #030303;}
.webzine-salle-de-cinema .section-range .title {font-weight: 600;}
.webzine-salle-de-cinema .section-range .title strong {font-weight: 700;}
.webzine-salle-de-cinema .section-range li {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
}
.webzine-salle-de-cinema .section-range li + li {margin-top: 13px;}
.webzine-salle-de-cinema .section-range a,
.webzine-salle-de-cinema .section-range a:focus,
.webzine-salle-de-cinema .section-range a:hover {
  color: #fff;
  text-decoration: underline;
}
.webzine-salle-de-cinema .section-range a:hover {text-decoration: none;}
.webzine-salle-de-cinema .section-range p {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
}
.webzine-salle-de-cinema .section-range p + p {margin-top: 13px;}
.webzine-salle-de-cinema .section-range .btn-group {background-color: #4a6279;}
.webzine-salle-de-cinema .section-range nav ul {font-size: 0;}
.webzine-salle-de-cinema .section-range nav li {margin: 0;}
.webzine-salle-de-cinema .section-range nav a,
.webzine-salle-de-cinema .section-range nav a:focus,
.webzine-salle-de-cinema .section-range nav a:hover {
  background-color: #506a82;
  border: 1px solid rgba(255,255,255,.5);
  color: #fff;
  display: block;
  font-size: 13px;
  height: 49px;
  line-height: 43px;
  padding: 2px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  -webkit-transition: all ease .3s;
          transition: all ease .3s;
}
.webzine-salle-de-cinema .section-range nav a:hover {
  background-color: #000;
  border-color: #000;
  font-weight: 700;
}
@media only screen and (max-width: 767px){
  .webzine-salle-de-cinema .section-range .cell-left {padding: 15px;}
  .webzine-salle-de-cinema .section-range .cell-right div {padding: 15px;}
  .webzine-salle-de-cinema .section-range .btn-group {padding: 15px;}
  .webzine-salle-de-cinema .section-range nav li +li {margin-top: 15px;}
}
@media only screen and (min-width: 768px){
  .webzine-salle-de-cinema .section-range .table {
    display: table;
    width: 100%;
  }
  .webzine-salle-de-cinema .section-range .cell-left {
    display: table-cell;
    padding: 45px 45px 15px;
    vertical-align: middle;
    width: 66.6%;
  }
  .webzine-salle-de-cinema .section-range .cell-right {
    display: table-cell;
    vertical-align: top;
    width: 33.4%;
  }
  .webzine-salle-de-cinema .section-range .cell-right div {padding: 25px 20px;}
  .webzine-salle-de-cinema .section-range .btn-group {padding: 28px 30px 22px;}
  .webzine-salle-de-cinema .section-range nav li {
    display: inline-block;
    width: 18.98%;
  }
  .webzine-salle-de-cinema .section-range nav li +li {margin-left: 1.275%;}
}



/* DOLBY ATMOS */
.webzine-salle-de-cinema .section-dolby-atmos .cell-right {
  background-image: url('../images/section-dolby-atmos.jpg');
  background-size: cover;
}
.webzine-salle-de-cinema .section-dolby-atmos .title {
  font-size: 29px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 35px;
  text-transform: none;
}
.webzine-salle-de-cinema .section-dolby-atmos p {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 13px;
}
.webzine-salle-de-cinema .section-dolby-atmos .btn,
.webzine-salle-de-cinema .section-dolby-atmos .btn:focus,
.webzine-salle-de-cinema .section-dolby-atmos .btn:hover {
  border-color: #fff;
  color: #fff;
  margin-top: 20px;
  width: 128px;
}
.webzine-salle-de-cinema .section-dolby-atmos .btn-white,
.webzine-salle-de-cinema .section-dolby-atmos .btn-white:focus,
.webzine-salle-de-cinema .section-dolby-atmos .btn-white:hover {
  background-color: #fff;
  color: #5e7c96;
}
@media only screen and (max-width: 767px){
  .webzine-salle-de-cinema .section-dolby-atmos .cell-left {padding: 15px;}
}
@media only screen and (min-width: 768px){
  .webzine-salle-de-cinema .section-dolby-atmos {
    display: table;
    width: 100%;
  }
  .webzine-salle-de-cinema .section-dolby-atmos .cell-left {
    display: table-cell;
    padding: 25px 50px 0 35px;
    vertical-align: middle;
    width: 60%;
  }
  .webzine-salle-de-cinema .section-dolby-atmos .cell-right {
    display: table-cell;
    height: 370px;
    vertical-align: middle;
    width: 40%;
  }
  .webzine-salle-de-cinema .section-dolby-atmos .btn-white,
  .webzine-salle-de-cinema .section-dolby-atmos .btn-white:focus,
  .webzine-salle-de-cinema .section-dolby-atmos .btn-white:hover {margin-left: 25px;}
}



/* ADVICE */
.webzine-salle-de-cinema .section-advice {
  background-image: url('../images/section-advice.jpg');
  background-size: cover;
}
.webzine-salle-de-cinema .section-advice .cell-left {background-color: rgba(19,19,19,.8);}
.webzine-salle-de-cinema .section-advice .cell-right div {background-color: rgba(12,25,36,.75);}
.webzine-salle-de-cinema .section-advice li {
  color: #fff;
  font-size: 13px;
  line-height: 16px;
}
.webzine-salle-de-cinema .section-advice li {margin-top: 13px;}
.webzine-salle-de-cinema .section-advice p {
  color: #fff;
  font-size: 13px;
  line-height: 16px;
}
.webzine-salle-de-cinema .section-advice a,
.webzine-salle-de-cinema .section-advice a:focus,
.webzine-salle-de-cinema .section-advice a:hover {
  color: #fff;
  text-decoration: underline;
}
.webzine-salle-de-cinema .section-advice a:hover {text-decoration: none;}
@media only screen and (max-width: 767px){
  .webzine-salle-de-cinema .section-advice {background-position: 100% 50%;}
  .webzine-salle-de-cinema .section-advice .cell-left,
  .webzine-salle-de-cinema .section-advice .cell-right div {padding: 15px;}
}
@media only screen and (min-width: 768px){
  .webzine-salle-de-cinema .section-advice {
    display: table;
    height: 536px;
    width: 100%;
  }
  .webzine-salle-de-cinema .section-advice .cell-left {
    display: table-cell;
    padding: 30px 40px 15px;
    vertical-align: middle;
    width: 43.3%;
  }
  .webzine-salle-de-cinema .section-advice .cell-right {
    display: table-cell;
    vertical-align: bottom;
    width: 56.7%;
  }
  .webzine-salle-de-cinema .section-advice .cell-right div {padding: 30px 45px;}
}



/* SIMILAR RANGES */
.webzine-salle-de-cinema .section-similar-ranges {padding-bottom: 40px;}
.webzine-salle-de-cinema .section-similar-ranges ul {
  font-size: 0;
  margin-bottom: 50px;
}
.webzine-salle-de-cinema .section-similar-ranges li {display: inline-block;}
.webzine-salle-de-cinema .section-similar-ranges a,
.webzine-salle-de-cinema .section-similar-ranges a:focus,
.webzine-salle-de-cinema .section-similar-ranges a:hover {
  color: inherit;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.webzine-salle-de-cinema .section-similar-ranges span {
  color: #fff;
  display: block;
  font-size: 14px;
  left: 0;
  line-height: 18px;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1;
}
.webzine-salle-de-cinema .section-similar-ranges span::after {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -70px;
  position: absolute;
  width: 140px;
}
.webzine-salle-de-cinema .section-similar-ranges img {
  display: block;
  -webkit-transition: all ease .3s;
          transition: all ease .3s;
}
.webzine-salle-de-cinema .section-similar-ranges a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.webzine-salle-de-cinema .section-similar-ranges .btn,
.webzine-salle-de-cinema .section-similar-ranges .btn:focus,
.webzine-salle-de-cinema .section-similar-ranges .btn:hover {
  border-color: #000;
  color: #000;
  display: inline-block;
}
.webzine-salle-de-cinema .section-similar-ranges .btn:hover {
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 767px){
  .webzine-salle-de-cinema .section-similar-ranges li {width: 50%;}
  .webzine-salle-de-cinema .section-similar-ranges span {
    padding-bottom: 10px;
    top: 10px;
  }
}
@media only screen and (min-width: 768px){
  .webzine-salle-de-cinema .section-similar-ranges li {width: 25%;}
  .webzine-salle-de-cinema .section-similar-ranges span {
    padding-bottom: 15px;
    top: 20px;
  }
}