/*---------------*\
  $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 REMISE EN FORME
\*---------------*/
.webzine-remise-en-forme {
  padding-bottom: 25px;
}
.webzine-remise-en-forme,
.webzine-remise-en-forme h1,
.webzine-remise-en-forme h2,
.webzine-remise-en-forme h3,
.webzine-remise-en-forme h4,
.webzine-remise-en-forme h5,
.webzine-remise-en-forme h6 {
  font-family: 'Open Sans', sans-serif;
}
.webzine-remise-en-forme *,
.webzine-remise-en-forme *::before,
.webzine-remise-en-forme *::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.webzine-remise-en-forme strong {
  font-weight: 700;
}
.webzine-remise-en-forme .text-left {
  text-align: left;
}
.webzine-remise-en-forme .text-center {
  text-align: center;
}
.webzine-remise-en-forme .text-right {
  text-align: right;
}
.webzine-remise-en-forme img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.webzine-remise-en-forme,
.webzine-remise-en-forme .btn,
.webzine-remise-en-forme .btn:focus,
.webzine-remise-en-forme .btn:hover,
.webzine-remise-en-forme .title {
  font-family: 'Open Sans', sans-serif;
}
@media only screen and (min-width: 768px){
  .webzine-remise-en-forme .visible-phone {
    display: none !important;
  }
}
@media only screen and (max-width: 767px){
  .webzine-remise-en-forme .hidden-phone {
    display: none !important;
  }
}



/* STRUCTURE */
.webzine-remise-en-forme .clearfix::before,
.webzine-remise-en-forme .clearfix::after {
  display: table;
  content: " ";
}
.webzine-remise-en-forme .clearfix::after {
  clear: both;
}
.webzine-remise-en-forme .container {
  margin: auto;
  max-width: 1000px;
  position: relative;
}
.webzine-remise-en-forme .innerContainer {
  position: relative;
}
.webzine-remise-en-forme .table {
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .webzine-remise-en-forme .innerContainer {
    padding: 0 15px;
  }
  .webzine-remise-en-forme .cell {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .webzine-remise-en-forme .innerContainer {
    margin-left: 15px;
    max-width: 985px;
  }
  .webzine-remise-en-forme .col {
    float: left;
    width: 50%;
  }
  .webzine-remise-en-forme .col-1-3 {width: 33.333%;}
  .webzine-remise-en-forme .col-2-3 {width: 66.666%;}
  .webzine-remise-en-forme .col-40 {width: 40%;}
  .webzine-remise-en-forme .col-60 {width: 60%;}
  .webzine-remise-en-forme .table {
    display: table;
    width: 100%;
  }
  .webzine-remise-en-forme .cell {
    display: table-cell;
    vertical-align: middle;
  }
  .webzine-remise-en-forme .cell-30 {width: 30%;}
  .webzine-remise-en-forme .cell-33 {width: 33.333%;}
  .webzine-remise-en-forme .cell-40 {width: 40%;}
  .webzine-remise-en-forme .cell-60 {width: 60%;}
  .webzine-remise-en-forme .cell-66 {width: 66.666%;}
  .webzine-remise-en-forme .cell-70 {width: 70%;}
  .webzine-remise-en-forme .p-15 {padding: 15px;}
  .webzine-remise-en-forme .pt-15 {padding-top: 15px;}
  .webzine-remise-en-forme .pr-15 {padding-right: 15px;}
  .webzine-remise-en-forme .pb-15 {padding-bottom: 15px;}
  .webzine-remise-en-forme .pl-15 {padding-left: 15px;}
  .webzine-remise-en-forme .p-20 {padding: 20px;}
  .webzine-remise-en-forme .pt-20 {padding-top: 20px;}
  .webzine-remise-en-forme .pr-20 {padding-right: 20px;}
  .webzine-remise-en-forme .pb-20 {padding-bottom: 20px;}
  .webzine-remise-en-forme .pl-20 {padding-left: 20px;}
  .webzine-remise-en-forme .p-40 {padding: 40px;}
  .webzine-remise-en-forme .pt-40 {padding-top: 40px;}
  .webzine-remise-en-forme .pr-40 {padding-right: 40px;}
  .webzine-remise-en-forme .pb-40 {padding-bottom: 40px;}
  .webzine-remise-en-forme .pl-40 {padding-left: 40px;}
}



/* BUTTONS */
.webzine-remise-en-forme .btn,
.webzine-remise-en-forme .btn:focus,
.webzine-remise-en-forme .btn:hover {
  background: none;
  border: 1px solid;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 38px;
  line-height: 32px;
  min-width: 193px;
  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-remise-en-forme .btn-yellow,
.webzine-remise-en-forme .btn-yellow:focus,
.webzine-remise-en-forme .btn-yellow:hover {
  border-color: #65b7d4;
  color: #65b7d4;
}
.webzine-remise-en-forme .btn-yellow:hover {
  background-color: #65b7d4;
  color: #fff !important;
}
.webzine-remise-en-forme .btn-blue,
.webzine-remise-en-forme .btn-blue:focus,
.webzine-remise-en-forme .btn-blue:hover {
  border-color: #e9244f;
  color: #e9244f;
}
.webzine-remise-en-forme .btn-blue:hover {
  background-color: #e9244f;
  color: #fff !important;
}
.webzine-remise-en-forme .btn-red,
.webzine-remise-en-forme .btn-red:focus,
.webzine-remise-en-forme .btn-red:hover {
  border-color: #fa9f28;
  color: #fa9f28;
}
.webzine-remise-en-forme .btn-red:hover {
  background-color: #fa9f28;
  color: #fff !important;
}
.webzine-remise-en-forme .btn-white,
.webzine-remise-en-forme .btn-white:focus,
.webzine-remise-en-forme .btn-white:hover {
  border-color: #fff;
  color: #fff;
}
.webzine-remise-en-forme .btn-white:hover {
  background-color: #fff;
  color: #fa9f28 !important;
}
.webzine-remise-en-forme .btn-orange,
.webzine-remise-en-forme .btn-orange:focus,
.webzine-remise-en-forme .btn-orange:hover {
  background: none #ff5c00;
  border-color: #ff5c00;
  color: #fff;
}
.webzine-remise-en-forme .btn-orange:hover {
  background-color: transparent;
  color: #ff5c00 !important;
}
.webzine-remise-en-forme .btn-back,
.webzine-remise-en-forme .btn-back:focus,
.webzine-remise-en-forme .btn-back:hover {
  background: none;
  border: 0 none;
  color: #505050;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  margin: 0 8px;
  padding: 10px 36px;
  position: relative;
  text-decoration: none;
}
.webzine-remise-en-forme .btn-back::before,
.webzine-remise-en-forme .btn-back::after {
  background-color: #505050;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 28px;
}
.webzine-remise-en-forme .btn-back::before {
  left: 0;
}
.webzine-remise-en-forme .btn-back::after {
  right: 0;
}



/* TITLES */
.webzine-remise-en-forme .page-title {
  background: none;
  color: #e8244f;
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.webzine-remise-en-forme .page-title strong {
  font-weight: 600;
}
.webzine-remise-en-forme .section-title {
  color: #3b3b3b;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 10px;
  text-align: center;
}
.webzine-remise-en-forme .section-subtitle {
  color: #3b3b3b;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
}
.webzine-remise-en-forme .content-title {
  color: #3b3b3b;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
}



/* TEXT */
.webzine-remise-en-forme p {
  color: #000;
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 14px;
}
.webzine-remise-en-forme ul {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}
.webzine-remise-en-forme ul li {
  font-size: 14px;
  line-height: 17px;
}



/* BACKGROUNDS */
.webzine-remise-en-forme .bkg-yellow {
  background-color: #65b7d4;
}
.webzine-remise-en-forme .bkg-blue {
  background-color: #e9244f;
}
.webzine-remise-en-forme .bkg-red {
  background-color: #fa9f28;
}
.webzine-remise-en-forme .bkg-yellow *,
.webzine-remise-en-forme .bkg-blue *,
.webzine-remise-en-forme .bkg-red * {
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .webzine-remise-en-forme .bkg-yellow,
  .webzine-remise-en-forme .bkg-blue,
  .webzine-remise-en-forme .bkg-red {
    padding: 15px;
  }
}



/* HEADER */
.webzine-remise-en-forme .section-header {
  margin: 0 auto 45px;
  max-width: 1000px;
  position: relative;
}
.webzine-remise-en-forme .section-header nav ul {
  display: block;
  position: relative;
  right: 0;
}
.webzine-remise-en-forme .section-header nav ul li {
  display: table;
  height: 78px;
  text-align: center;
}
.webzine-remise-en-forme .section-header nav ul li strong {
  font-weight: 600;
}
.webzine-remise-en-forme .section-header nav ul li a,
.webzine-remise-en-forme .section-header nav ul li a:focus,
.webzine-remise-en-forme .section-header nav ul li a:hover {
  color: #fff;
  display: table-cell;
  font-size: 18px;
  line-height: 22px;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: all ease .3s;
          transition: all ease .3s;
}
.webzine-remise-en-forme .section-header nav ul li:nth-child(1) a,
.webzine-remise-en-forme .section-header nav ul li:nth-child(1) a:focus,
.webzine-remise-en-forme .section-header nav ul li:nth-child(1) a:hover {
  background-color: rgba(101,183,212,.8);
}
.webzine-remise-en-forme .section-header nav ul li:nth-child(1) a:hover {
  background-color: rgba(101,183,212,.8);
}
.webzine-remise-en-forme .section-header nav ul li:nth-child(2) a,
.webzine-remise-en-forme .section-header nav ul li:nth-child(2) a:focus,
.webzine-remise-en-forme .section-header nav ul li:nth-child(2) a:hover {
  background-color: rgba(237,80,114,.8);
}
.webzine-remise-en-forme .section-header nav ul li:nth-child(2) a:hover {
  background-color: rgba(237,80,114,1);
}
.webzine-remise-en-forme .section-header nav ul li:nth-child(3) a,
.webzine-remise-en-forme .section-header nav ul li:nth-child(3) a:focus,
.webzine-remise-en-forme .section-header nav ul li:nth-child(3) a:hover {
  background-color: rgba(239,164,66,.8);
}
.webzine-remise-en-forme .section-header nav ul li:nth-child(3) a:hover {
  background-color: rgba(239,164,66,1);
}
@media only screen and (max-width: 767px) {
  .webzine-remise-en-forme .section-header .page-title {
    color: #000;
  }
  .webzine-remise-en-forme .section-header nav ul li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .webzine-remise-en-forme .section-header .page-title {
    left: 360px;
    position: absolute;
    top: 55px;
  }
  .webzine-remise-en-forme .section-header nav {
    position: absolute;
    right: 25px;
    top: 60px;
  }
  .webzine-remise-en-forme .section-header nav ul li {
    margin-bottom: 26px;
    width: 268px;
  }
}



/* SHARE */
.webzine-remise-en-forme .share {
  position: absolute;
  right: 25px;
  top: 10px;
  z-index: 3;
}
.webzine-remise-en-forme .share label {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  vertical-align: bottom;
}
.webzine-remise-en-forme .share a,
.webzine-remise-en-forme .share a:focus,
.webzine-remise-en-forme .share a:hover {
  display: inline-block;
  font-size: 0;
  text-decoration: none;
  vertical-align: bottom;
}
.webzine-remise-en-forme .btn-share {display: none;}
.webzine-remise-en-forme .share .btn-close {display: none;}
@media only screen and (max-width: 767px) {
  .webzine-remise-en-forme .btn-share {
    background: url('../images/icon-share.png') transparent;
    border: 0 none;
    display: inline-block;
    height: 42px;
    position: absolute;
    right: 10px;
    top: 80px;
    width: 42px;
    z-index: 3;
  }
  .webzine-remise-en-forme .share {
    background-color: #fff;
    display: none;
    left: 3%;
    right: 3%;
    padding: 2% 10%;
    text-align: left;
    top: 80px;
    -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-remise-en-forme .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-remise-en-forme .page-comparative .share label {
    color: #000;
  }
  .webzine-remise-en-forme .share label {
    border-bottom: 1px solid #000;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .webzine-remise-en-forme .share a,
  .webzine-remise-en-forme .share a:focus,
  .webzine-remise-en-forme .share a:hover {
    color: #000;
    display: block;
    font-size: 16px;
    line-height: 25px;
  }
  .webzine-remise-en-forme .share a + a {
    margin-top: 15px;
  }
}



/* BANNER */
.webzine-remise-en-forme .section-banner {
  margin-bottom: 35px;
  position: relative;
}
.webzine-remise-en-forme .section-banner .section-content {
  left: 20px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  z-index: 1;
}
.webzine-remise-en-forme .section-banner .section-content .title {
  border: 0 none;
  color: inherit;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 14px;
}
.webzine-remise-en-forme .section-banner .section-content p {
  color: inherit;
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 14px;
}
.webzine-remise-en-forme .section-banner .section-content ul li {
  line-height: 1;
}
.webzine-remise-en-forme .section-banner .section-content ul li::before {
  content: "•";
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}
.webzine-remise-en-forme .section-banner .section-content blockquote {}
.webzine-remise-en-forme .section-banner .section-content blockquote p {
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .webzine-remise-en-forme .section-banner .section-content {
    bottom: 20px;
    overflow-y: auto;
    top: 20px;
  }
  .webzine-remise-en-forme .section-banner img {
    opacity: .5;
    filter: alpha(opacity=50);
  }
}
@media only screen and (min-width: 768px) {
  .webzine-remise-en-forme .section-banner .section-content {
    bottom: 20px;
    width: 300px;
  }
}



/* BACKGROUND */
.webzine-remise-en-forme .section-background {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .webzine-remise-en-forme .section-background .btn {
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .webzine-remise-en-forme .section-background {
    background: url('../images/bkg-resolution-1.jpg') no-repeat 100% 0;
    min-height: 232px;
    padding: 20px 145px 0 0;
  }
}



/* LIST */
.webzine-remise-en-forme .section-list {
  margin-bottom: 30px;
}
.webzine-remise-en-forme .section-list ul {
  margin-bottom: 0;
}
.webzine-remise-en-forme .section-list ul li {
  padding-right: 30px;
}
.webzine-remise-en-forme .section-list ul li::before {
  content: "•";
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .webzine-remise-en-forme .section-list ul li {
    margin-bottom: 14px;
  }
}



/* RESOLUTION 1 */
.webzine-remise-en-forme .section-resolution-1 .section-title,
.webzine-remise-en-forme .section-resolution-1 .content-title {
  color: #65b7d4;
}
.webzine-remise-en-forme .section-resolution-1 .section-banner .section-content {
  color: #141414;
}



/* RESOLUTION 2 */
@media only screen and (min-width: 768px) {
  .webzine-remise-en-forme .section-resolution-2 .section-title,
  .webzine-remise-en-forme .section-resolution-2 .content-title {
    color: #e9244f;
  }
  .webzine-remise-en-forme .section-resolution-2 .section-banner .section-content {
    color: #fff;
    background-color: rgba(218, 54, 67, 0.8);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    bottom: inherit;
    padding: 25px 15px;
    width: 365px;
    bottom: inherit;
  }
}



/* RESOLUTION 3 */
.webzine-remise-en-forme .section-resolution-3 .section-title,
.webzine-remise-en-forme .section-resolution-3 .content-title {
  color: #fa9f28;
}
.webzine-remise-en-forme .section-resolution-3 .section-banner .section-content {
  color: #020202;
}



/* CATEGORIES */
.webzine-remise-en-forme .section-categories .title {
  border: 0 none;
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 17px;
  text-align: center;
  text-transform: uppercase;
}
.webzine-remise-en-forme .section-categories .title::first-letter {
  font-size: 26px;
}
.webzine-remise-en-forme .section-categories nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.webzine-remise-en-forme .section-categories nav ul li {
  margin-bottom: 17px;
}
.webzine-remise-en-forme .section-categories nav ul li span {
  background-color: rgba(0,0,0,.7);
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 1;
  padding: 18px 5px;
  position: absolute;
  right: 1px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}
.webzine-remise-en-forme .section-categories nav a,
.webzine-remise-en-forme .section-categories nav a:focus,
.webzine-remise-en-forme .section-categories nav a:hover {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.webzine-remise-en-forme .section-categories nav a img,
.webzine-remise-en-forme .section-categories nav a:focus img,
.webzine-remise-en-forme .section-categories nav a:hover img {
  -webkit-transition: all ease .3s;
          transition: all ease .3s;
}
.webzine-remise-en-forme .section-categories nav a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .webzine-remise-en-forme .section-categories nav ul {
    font-size: 0;
    text-align: center;
  }
  .webzine-remise-en-forme .section-categories nav ul li {
    display: inline-block;
    width: 33.333%;
  }
}
@media only screen and (min-width: 768px) {
  .webzine-remise-en-forme .section-categories nav ul li {
    float: left;
    width: 20%;
  }
}