/*---------------*\
  $RESET
\*---------------*/
#center {
  margin-top: -1px;
  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-fdm {padding-bottom: 50px !important;}
.webzine-fdm *,
.webzine-fdm *::before,
.webzine-fdm *::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.webzine-fdm,
.webzine-fdm h1,
.webzine-fdm h2,
.webzine-fdm h3,
.webzine-fdm h4,
.webzine-fdm h5,
.webzine-fdm h6 {
  background: none;
  display: block;
  float: none;
  font-family: 'Open Sans', sans-serif;
  padding: 0;
}
.webzine-fdm .title {border: 0 none;}
.webzine-fdm strong {font-weight: 700;}
.webzine-fdm .text-left {text-align: left;}
.webzine-fdm .text-center {text-align: center;}
.webzine-fdm .text-right {text-align: right;}
.webzine-fdm .text-justify {text-align: justify;}
.webzine-fdm img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.webzine-fdm a,
.webzine-fdm a:focus,
.webzine-fdm a:hover {
  color: inherit;
  text-decoration: underline;
}
.webzine-fdm a:hover {text-decoration: none;}
.webzine-fdm,
.webzine-fdm .btn,
.webzine-fdm .btn:focus,
.webzine-fdm .btn:hover,
.webzine-fdm .title {font-family: 'Open Sans', sans-serif;}
@media only screen and (min-width: 768px){
  .webzine-fdm .visible-phone {display: none !important;}
}
@media only screen and (max-width: 767px){
  .webzine-fdm .hidden-phone {display: none !important;}
}



/* STRUCTURE */
.webzine-fdm .clearfix::before,
.webzine-fdm .clearfix::after {
  display: table;
  content: " ";
}
.webzine-fdm .clearfix::after {clear: both;}
.webzine-fdm .container {
  margin: auto;
  max-width: 1000px;
  padding: 0 15px;
  position: relative;
}
@media only screen and (min-width: 768px){
  .webzine-fdm .table {
    display: table;
    width: 100%;
  }
  .webzine-fdm .cell {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
}



/* BUTTONS */
.webzine-fdm .btn,
.webzine-fdm .btn:focus,
.webzine-fdm .btn:hover {
  background: none;
  border: 1px solid;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  height: 38px;
  line-height: 32px;
  padding: 2px 20px;
  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-fdm .btn-white,
.webzine-fdm .btn-white:focus,
.webzine-fdm .btn-white:hover {
  border-color: #fff;
  color: #fff;
}
.webzine-fdm .btn-white:hover {
  background-color: #fff;
  color: #000;
}
.webzine-fdm .btn-black,
.webzine-fdm .btn-black:focus,
.webzine-fdm .btn-black:hover {
  border-color: #000;
  color: #000;
}
.webzine-fdm .btn-black:hover {
  background-color: #000;
  color: #fff;
}
.webzine-fdm .btn-pink,
.webzine-fdm .btn-pink:focus,
.webzine-fdm .btn-pink:hover {
  border-color: #e74e7c;
  color: #e74e7c;
}
.webzine-fdm .btn-pink:hover {
  background-color: #e74e7c;
  color: #fff;
}
.webzine-fdm .btn-yellow,
.webzine-fdm .btn-yellow:focus,
.webzine-fdm .btn-yellow:hover {
  border-color: #d2d24f;
  color: #d2d24f;
}
.webzine-fdm .btn-yellow:hover {
  background-color: #d2d24f;
  color: #fff;
}
.webzine-fdm .btn-back,
.webzine-fdm .btn-back:focus,
.webzine-fdm .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-fdm .btn-back::before,
.webzine-fdm .btn-back::after {
  background-color: #505050;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 28px;
}
.webzine-fdm .btn-back::before {left: 0;}
.webzine-fdm .btn-back::after {right: 0;}



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



/* HEADER */
.webzine-fdm .section-header .container {
  max-width: 1000px;
  padding: 0;
}
.webzine-fdm .section-header .title {
  color: #fff;
  font-weight: 700;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 2px #000000;
}
.webzine-fdm .section-header .container .desc{
  display: block;
  position: absolute;
  left: 20px;
  top: 130px;
  font: 600 13px 'Open Sans',Arial,sans-serif;
  color: #FFF;
  text-align: center;
  width: 380px;
  text-shadow: 1px 1px 2px #000000;
}
.webzine-fdm .section-header nav{
  display: block;
  margin: 20px auto;
  width: 100%;
  max-width: 1000px;
}
.webzine-fdm .section-header ul{
  display: block;
  overflow: hidden;
  font-size: 0px;
}
.webzine-fdm .section-header ul li{
  display: inline-block;
  width: 16.2%;
  margin-right: 0.55%;
  padding: 10px 0px;
  text-align: center;
  font: 400 12px 'Open Sans',Arial,sans-serif;
  color: #FFF;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
}
.webzine-fdm .section-header ul li.hidden-desk{display: none;}
.webzine-fdm .section-header ul li:last-child{margin-right: 0px;}
.webzine-fdm .section-header ul li.red{background-color: #c15953}
.webzine-fdm .section-header ul li.green{background-color: #51ac87}
.webzine-fdm .section-header ul li.blue{background-color: #63bad7}
.webzine-fdm .section-header ul li.yellow{background-color: #ecae30}
.webzine-fdm .section-header ul li.light-green{background-color: #6bc2b9}
.webzine-fdm .section-header ul li.dark-blue{background-color: #4f5b88}
@media only screen and (max-width: 767px){
  .webzine-fdm .section-header,
  .webzine-fdm .section-header .container {padding: 0;}
  .webzine-fdm .section-header .title {
    font-size: 27px;
    left: 50%;
    line-height: 20px;
    transform: translateX(-50%);
    top: 42%;
    width: 80%;
  }
  .webzine-fdm .section-header .title span{
    font-size: 16px;
  }
  .webzine-fdm .section-header .container .desc{
    position: inherit;
    left: inherit;
    top: inherit;
    margin: 20px auto;
    width: 90%;
    color: #4b4b4b;
    text-shadow: none;
  }
  .webzine-fdm .section-header .container .desc .break-line{
    display: none;
  }
  .webzine-fdm .section-header .container .desc br:not(.break-line){
    display: block;
    margin-bottom: 8px;
  }
  .webzine-fdm .section-header nav{
    display: block;
    margin: 20px auto;
    width: 100%;
    max-width: 1000px;
  }
  .webzine-fdm .section-header ul{
    display: block;
    overflow: hidden;
    font-size: 0px;
    position: inherit;
  }
  .webzine-fdm .section-header ul li{
    width: 32.2%;
    margin-right: 0.9%;
    margin-bottom: 5px;
    padding: 10px 2%;
  }
  .webzine-fdm .section-header ul li:last-child{margin-right: 0.9%;}
  .webzine-fdm .section-header ul li.hidden-desk{display: block;}
}
@media only screen and (min-width: 768px){
  .webzine-fdm .section-header .title {
    font-size: 50px;
    left: 20px;
    line-height: 45px;
    top: 35px;
  }
  .webzine-fdm .section-header .title span{
    font-size: 26.5px;
    text-transform: uppercase;
  }
}



/* SECTIONS */
.webzine-fdm .section-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 33px;
  margin: 0;
  text-transform: uppercase;
}
.webzine-fdm .section-1 {padding: 40px 0;}
.webzine-fdm .section-1 .bkg {
  background-color: #c15953;
  padding: 0 0 65px;
}
.webzine-fdm .section-1 .section-title {
  color: #c15953;
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px){
  .webzine-fdm .section-title {
    font-size: 18px;
    line-height: 22px;
  }
  .webzine-fdm .section-1 {padding: 0px;}
  .webzine-fdm .section-1 .bkg {
    background-color: #c15953;
    padding: 0 0 20px;
  }
  .webzine-fdm .section-1 .section-title {
    color: #c15953;
    margin: 0 0 30px;
  }
}

.webzine-fdm .section-2 {padding: 40px 0;}
.webzine-fdm .section-2 .bkg {
  background-color: #51ac87;
  padding: 225px 0 65px;
}
.webzine-fdm .section-2 .section-title {
  color: #51ac87;
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px){
  .webzine-fdm .section-2 .section-title {margin: 0px;}
  .webzine-fdm .section-2 .bkg {padding: 190px 0 40px;}
}

.webzine-fdm .section-3 {padding: 40px 0;}
.webzine-fdm .section-3 > .container {margin-bottom: 200px;}
.webzine-fdm .section-3 .bkg {
  background-color: #63bad7;
  padding: 0px;
}
.webzine-fdm .section-3 .bkg .container{
  margin-top: -160px;
}
.webzine-fdm .section-3 .section-title {
  color: #63bad7;
  margin: 0 0 30px;
}
.webzine-fdm .section-3 .bkg .cell {
  vertical-align: top;
  position: relative;
}
.webzine-fdm .section-3 .bkg .cell.cell-left > div {
  background-color: #FFF;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  padding: 20px;
}
.webzine-fdm .section-3 .bkg .cell.cell-left > div p{
  font: 400 13px 'Open Sans',Arial,sans-serif;
  color: #464646;
}
@media only screen and (max-width: 768px){
  .webzine-fdm .section-3 .bkg .cell.cell-left > div {
    top: 10px;
    width: 80%;
    padding: 10px;
  }
}

.webzine-fdm .section-4 {padding: 40px 0;}
.webzine-fdm .section-4 .bkg {
  background-color: #ecae30;
  padding: 0px;
}
.webzine-fdm .section-4 .section-title {
  color: #ecae30;
  margin: 0 0 30px;
}
.webzine-fdm .section-4 .desc {
  color: #464646;
  font: 400 13px 'Open Sans',Arial,sans-serif;
  text-align: center;
  padding: 0px 150px 20px 150px;
}
.webzine-fdm .section-4 .bkg img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 768px){
  .webzine-fdm .section-4 .desc {
    padding: 0px 10px 0px 10px;
  }
}

.webzine-fdm .section-5 {padding: 40px 0;}
.webzine-fdm .section-5 .bkg {
  background-color: #6bc2b9;
  padding: 50px 0px;
  margin-top: -60px;
}
.webzine-fdm .section-5 .section-title {
  color: #6bc2b9;
  margin: 0 0 30px;
}

.webzine-fdm .section-6 {padding: 40px 0;}
.webzine-fdm .section-6 > .container {margin-bottom: 200px;}
.webzine-fdm .section-6 .bkg {
  background-color: #4f5b88;
  padding: 0px;
}
.webzine-fdm .section-6 .bkg .container{
  margin-top: -160px;
}
.webzine-fdm .section-6 .section-title {
  color: #4f5b88;
  margin: 0 0 30px;
}
.webzine-fdm .section-6 .bkg .cell {
  vertical-align: top;
  position: relative;
}
.webzine-fdm .section-6 .bkg .cell.cell-left > div {
  background-color: #FFF;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  padding: 20px;
}
.webzine-fdm .section-6 .bkg .cell.cell-left > div p{
  font: 400 13px 'Open Sans',Arial,sans-serif;
  color: #464646;
}
@media only screen and (max-width: 768px){
  .webzine-fdm .section-6 .bkg .cell.cell-left > div {
    top: 10px;
    width: 80%;
    padding: 10px;
  }
}

/*---------------*\
  $ASIDE
\*---------------*/

/*  */
.webzine-fdm .aside-01 {margin-bottom: -75px;}
.webzine-fdm .aside-01 .bloc-right {}
.webzine-fdm .aside-01 .title {
  color: #e74e7c;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  margin: 0 0 13px;
  text-transform: uppercase;
}
.webzine-fdm .aside-01 p {
  color: #000;
  font-size: 13px;
  line-height: 18px;
  padding-top: 50px;
  color: #464646;
}
.webzine-fdm .aside-01 ul {margin: 0 0 13px;}
.webzine-fdm .aside-01 li {
  color: #000;
  font-size: 13px;
  line-height: 24px;
  margin: 0;
}
@media only screen and (min-width: 768px){
  .webzine-fdm .aside-01 .bloc {
    float: left;
    width: 50%;
  }
  .webzine-fdm .aside-01 .bloc-left {padding: 0 40px;}
}
@media only screen and (max-width: 767px){
  .webzine-fdm .aside-01 {margin-bottom: 10px;}
  .webzine-fdm .aside-01 p {
    padding-top: 0px;
  }
}

/*  */
.webzine-fdm .aside-02 {}
.webzine-fdm .aside-02 .title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  margin: -25px 0 55px 35px;
  text-transform: uppercase;
}
.webzine-fdm .aside-02 .subtitle {
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  margin: 10px 0 15px;
  text-transform: uppercase;
}
.webzine-fdm .aside-02 p {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  margin: 0;
  padding: 0px 45px;
}
.webzine-fdm .aside-02 img {margin-bottom: 15px;}
@media only screen and (min-width: 768px){
  .webzine-fdm .aside-02 article {
    float: left;
    width: 33.333%;
  }
}
@media only screen and (max-width: 767px){
  .webzine-fdm .aside-02 .title {
    margin: 15px auto 20px;
    text-align: center;
  }
  .webzine-fdm .aside-02 article {
    margin-bottom: 20px;
  }
  .webzine-fdm .aside-02 p {
    padding: 0px 25px;
  }
}

/*  */
.webzine-fdm .aside-03 {
  margin-bottom: -180px;
  margin-top: 55px;
}
.webzine-fdm .aside-03 .cell-right {font-size: 0;}
.webzine-fdm .aside-03 .cell > div {background-color: #fff;}
.webzine-fdm .aside-03 .cell > div p{font: 400 13px 'Open Sans',Arial,sans-serif;color: #464646;}
.webzine-fdm .aside-03 .title {
  color: #d2d24f;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.webzine-fdm .aside-03 ul {}
.webzine-fdm .aside-03 li {
  color: #464646;
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 13px;
}
.webzine-fdm .aside-03 img {
  display: block;
  margin: 0 auto 35px;
}
.webzine-fdm .aside-03 a,
.webzine-fdm .aside-03 a:focus,
.webzine-fdm .aside-03 a:hover {
  display: inline-block;
  margin: 0 10px;
  text-decoration: none;
  vertical-align: middle;
}
.webzine-fdm .aside-03 a:hover .btn {
  background-color: #000;
  color: #fff;
}
@media only screen and (min-width: 768px){
  .webzine-fdm .aside-03 .cell {width: 50%;}
  .webzine-fdm .aside-03 .cell-left {padding: 50px 30px;}
  .webzine-fdm .aside-03 .cell > div {padding: 30px 40px 17px;}
}
@media only screen and (max-width: 767px){
  .webzine-fdm .aside-03 .cell-left {padding: 20px 10px;}
  .webzine-fdm .aside-03 a,
  .webzine-fdm .aside-03 a:focus,
  .webzine-fdm .aside-03 a:hover {margin-bottom: 30px;}
  .webzine-fdm .aside-03 .title {
    margin: 15px auto 20px;
    text-align: center;
  }
  .webzine-fdm .aside-03 {margin-top: 10px;}
  .webzine-fdm .aside-03 article {
    margin-bottom: 20px;
  }
}

/*  */
.webzine-fdm .aside-04 {background-color: #FFF;overflow: hidden;padding-bottom: 20px;}
.webzine-fdm .aside-04 .title {
  color: #51ac87;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  margin: 30px 0px;
  text-transform: uppercase;
}
.webzine-fdm .aside-04 .subtitle {
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  margin: 10px 0 15px;
  text-transform: uppercase;
}
.webzine-fdm .aside-04 p {
  color: #464646;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  margin: 0;
  padding: 0px 50px;
}
.webzine-fdm .aside-04 img {margin-bottom: 15px;}
@media only screen and (min-width: 768px){
  .webzine-fdm .aside-04 article {
    float: left;
    width: 33.333%;
  }
}
@media only screen and (max-width: 768px){
  .webzine-fdm .aside-04 article {margin-bottom: 20px;}
}

/*  */
.webzine-fdm .aside-05 {background-color: #FFF;overflow: hidden;padding-bottom: 20px;}
.webzine-fdm .aside-05 .title {
  color: #63bad7;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  margin: 30px 0px;
  text-transform: uppercase;
}
.webzine-fdm .aside-05 .subtitle {
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  margin: 10px 0 15px;
  text-transform: uppercase;
}
.webzine-fdm .aside-05 p {
  color: #464646;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  margin: 0;
  padding: 20px 125px;
}
@media only screen and (min-width: 768px){
  .webzine-fdm .aside-05 article {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 768px){
  .webzine-fdm .aside-05 p {
    padding: 20px 25px;
  }
}

.webzine-fdm .aside-06 {background-color: #eeeeee;overflow: hidden;padding-bottom: 20px;margin-top: 40px;}
.webzine-fdm .aside-06 .title {
  color: #ecae30;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  margin: 30px 0px;
  text-transform: uppercase;
}
.webzine-fdm .aside-06 .subtitle {
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  margin: 10px 0 15px;
  text-transform: uppercase;
}
.webzine-fdm .aside-06 p {
  color: #464646;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  margin: 0;
  padding: 0px 50px;
}
.webzine-fdm .aside-06 img {margin-bottom: 15px;}
@media only screen and (min-width: 768px){
  .webzine-fdm .aside-06 article {
    float: left;
    width: 33.333%;
  }
}
@media only screen and (max-width: 767px){
  .webzine-fdm .aside-06 article {
    margin-bottom: 20px;
  }
}

.webzine-fdm .aside-07 {position: relative;}
.webzine-fdm .aside-07 .title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  margin: 40px auto;
  text-transform: uppercase;
}
.webzine-fdm .aside-07 .bloc-right {
  position: absolute;
  top: 45px;
  right: 50px;
  background: white;
  width: 360px;
  padding: 50px 35px;
}
.webzine-fdm .aside-07 .bloc-right p{
  color: #4b4b4b;
  font: 400 13px 'Open Sans',Arial,sans-serif;
  text-align: left;
  padding: 0px;
}
.webzine-fdm .aside-07 .subtitle {
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  margin: 10px 0 15px;
  text-transform: uppercase;
}
.webzine-fdm .aside-07 p {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  margin: 0;
  padding: 0px 45px;
}
.webzine-fdm .aside-07 img {margin-bottom: 15px;}
@media only screen and (min-width: 768px){
  .webzine-fdm .aside-07 article {
    float: left;
    width: 33.333%;
  }
}
@media only screen and (max-width: 767px){
  .webzine-fdm .aside-07 .bloc-right {
    position: inherit;
    top: inherit;
    right: inherit;
    width: 100%;
    padding: 30px 25px;
  }
  .webzine-fdm .aside-07 article {
    margin-bottom: 20px;
  }
}

/*  */
.webzine-fdm .aside-08 {background-color: #FFF;overflow: hidden;padding-bottom: 30px;}
.webzine-fdm .aside-08 .title {
  color: #4f5b88;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  margin: 30px 0px;
  text-transform: uppercase;
}
.webzine-fdm .aside-08 .subtitle {
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  margin: 10px 0 15px;
  text-transform: uppercase;
}
.webzine-fdm .aside-08 p {
  color: #464646;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  margin: 0;
  padding: 20px 125px;
}
@media only screen and (min-width: 768px){
  .webzine-fdm .aside-08 article {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 767px){
  .webzine-fdm .aside-08 p {
    padding: 20px 25px;
  }
}



/* CATEGORIES */
.webzine-fdm .section-categories .title {
  border: 0 none;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  margin: 0 0 40px;
  text-transform: uppercase;
}
.webzine-fdm .section-categories nav ul {font-size: 0;}
.webzine-fdm .section-categories nav ul li {overflow: hidden;}
.webzine-fdm .section-categories nav ul li:nth-child(1) {background-color: #e2bdbb;}
.webzine-fdm .section-categories nav ul li:nth-child(2) {background-color: #df6e6e;}
.webzine-fdm .section-categories nav ul li:nth-child(3) {background-color: #cd614f;}
.webzine-fdm .section-categories nav ul li:nth-child(4) {background-color: #c38a86;}
.webzine-fdm .section-categories nav ul li .cat {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 0;
  position: relative;
}
.webzine-fdm .section-categories nav ul li .cat::after {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 30px;
  position: absolute;
  right: 30px;
  z-index: 1;
}
.webzine-fdm .section-categories nav a,
.webzine-fdm .section-categories nav a:focus,
.webzine-fdm .section-categories nav a:hover {
  font-weight: 400;
  text-decoration: none;
}
.webzine-fdm .section-categories nav a img,
.webzine-fdm .section-categories nav a:focus img,
.webzine-fdm .section-categories nav a:hover img {
  -webkit-transition: all ease .1s;
          transition: all ease .1s;
}
.webzine-fdm .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-fdm .section-categories {margin: 0 -15px;}
  .webzine-fdm .section-categories nav ul li {
    display: inline-block;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .webzine-fdm .section-categories nav ul li {
    float: left;
    width: 25%
  }
}
