/*---------------*\
  $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;}



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

.mwc .descEvent{
  font:400 14px 'Open Sans',Arial;
  width: 100%;
  max-width: 1000px;
  margin: 15px auto;
  text-align: center;
}



/* BUTTONS */
.mwc .btn,
.mwc .btn:focus,
.mwc .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;
  width: 128px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all ease .3s;
          transition: all ease .3s;
}



/* STRUCTURE */
.mwc .clearfix::before,
.mwc .clearfix::after {
  display: table;
  content: " ";
}
.mwc .clearfix::after {clear: both;}
.mwc .container {
  margin: auto;
  max-width: 1000px;
  position: relative;
}



/* HEADER */
.mwc header {
  /*background-color: #7dccc7 !important;*/
  background-color: #ececec !important;
  text-align: center;
}
.mwc header h1,
.mwc header h2,
.mwc header h3,
.mwc header h4,
.mwc header h5,
.mwc header h6 {
  color: #fff;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 768px){
  .mwc header {
    margin-bottom: 0px;
    padding: 36px 0;
  }
  .mwc header h1,
  .mwc header h2,
  .mwc header h3,
  .mwc header h4,
  .mwc header h5,
  .mwc header h6 {
    font-size: 60px;
    line-height: 64px;
  }
}



/* SIDEBAR */
.mwc .sidebar {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.mwc .sidebar.fixed {position: fixed;}
.mwc .sidebar.fixed-bottom {
  bottom: 0;
  position: absolute;
  top: inherit;
}
@media only screen and (max-width: 767px){
  .mwc .sidebar {
    max-height: 100%;
    z-index: 2;
  }
}

@media (min-width:767px){
  .mwc section[id*="article"]{position: relative;z-index: 999;}
}

/* NAV */
.mwc nav header {
  color: #fff;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
  margin: 0;
  -webkit-transition: all ease .3s;
          transition: all ease .3s;
}
@media only screen and (max-width: 767px){
  .mwc nav {
    overflow: hidden;
    text-align: center;
  }
  .mwc nav header {
    font-size: 40px;
    line-height: 44px;
    padding: 10px 0;
    position: relative;
  }
  .mwc .sidebar.fixed nav header {
    font-size: 20px;
    line-height: 24px;
    padding: 25px 0;
  }
  .mwc nav .btn-burger {
    background-image: url('../images/sprite-arrow-white.png');
    background-position: 0 100%;
    display: block;
    font-size: 0;
    height: 13px;
    line-height: 0;
    margin-top: -6.5px;
    position: absolute;
    right: 13px;
    top: 50%;
    width: 24px;
  }
  .mwc nav .btn-burger.open {background-position: 0 0;}
  .mwc nav a,
  .mwc nav a:focus,
  .mwc nav a:hover {
    border-bottom: 1px solid #dadada;
    color: inherit;
    display: block;
    font-size: inherit;
    position: relative;
    text-decoration: none;
  }
  .mwc nav > ul {
    background-color: #f6f6f6;
    left: 100%;
    position: relative;
    -webkit-transition: all ease .3s;
            transition: all ease .3s;
  }
  .mwc nav > ul.active {left: 0;}
  .mwc nav > ul.open {left: -100%;}
  .mwc nav > ul > li {
    color: #3b3b3b;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
  }
  .mwc nav > ul > li > a,
  .mwc nav > ul > li > a:focus,
  .mwc nav > ul > li > a:hover {padding: 28px 0;}
  .mwc nav > ul > li > a::after {
    background-image: url('../images/sprite-arrow.png');
    background-position: 100% 50%;
    content: "";
    display: block;
    height: 24px;
    margin-top: -12px;
    position: absolute;
    right: 18.5px;
    top: 50%;
    width: 13px;
  }
  .mwc nav > ul > li.current {
    display: block;
    font-weight: 700;
  }
  .mwc nav > ul > li.current > a,
  .mwc nav > ul > li.current > a:focus,
  .mwc nav > ul > li.current > a:hover {color: #7dccc7;}
  .mwc nav > ul > li > ul {
    background-color: #f6f6f6;
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .mwc nav > ul > li.current > ul {display: block;}
  .mwc nav > ul > li > ul > li {
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
  }
  .mwc nav > ul > li > ul > li > a,
  .mwc nav > ul > li > ul > li > a:focus,
  .mwc nav > ul > li > ul > li > a:hover {padding: 22px 0;}
}
@media only screen and (min-width: 768px){
  .mwc nav {width: 25%;}
  .mwc nav header {
    font-size: 20px;
    height: 0;
    line-height: 0;
    overflow: hidden;
    padding: 0 13px;
    text-align: left;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease .3s;
            transition: all ease .3s;
  }
  .mwc .sidebar.fixed nav header {
    height: 63px;
    line-height: 24px;
    padding: 20px 13px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .mwc nav .btn-burger {display: none;}
  .mwc nav a,
  .mwc nav a:focus,
  .mwc nav a:hover {
    border-bottom: 1px solid #dadada;
    color: inherit;
    display: block;
    font-size: inherit;
    position: relative;
    text-decoration: none;
  }
  .mwc nav > ul {background-color: #f6f6f6;}
  .mwc nav > ul > li {
    color: #3b3b3b;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
  }
  .mwc nav > ul > li .currentRead {
    font-weight: 800;
  }
  .mwc nav > ul > li > a,
  .mwc nav > ul > li > a:focus,
  .mwc nav > ul > li > a:hover {padding: 20px 42px 20px 19px;}
  .mwc nav > ul > li > a::after {
    background-image: url('../images/sprite-arrow.png');
    background-position: 0 100%;
    content: "";
    display: block;
    height: 13px;
    position: absolute;
    right: 18px;
    top: 23px;
    width: 24px;
  }
  .mwc nav > ul > li.current {font-weight: 700;}
  .mwc nav > ul > li.current > a,
  .mwc nav > ul > li.current > a:focus,
  .mwc nav > ul > li.current > a:hover {color: #7dccc7;}
  .mwc nav > ul > li.current > a::after {background-position: 0 0;}
  .mwc nav > ul > li > ul {
    height: 0;
    overflow: hidden;
    -webkit-transition: all ease 1s;
            transition: all ease 1s;
  }
  .mwc nav > ul > li.current > ul {height: auto;}
  .mwc nav > ul > li > ul > li {
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
  }
  .mwc nav > ul > li > ul > li > a,
  .mwc nav > ul > li > ul > li > a:focus,
  .mwc nav > ul > li > ul > li > a:hover {padding: 16px 16px 16px 50px;}
}



/* CONTENT */
.mwc .section-content {position: relative;}
.mwc .section-content article h1,
.mwc .section-content article h2,
.mwc .section-content article h3,
.mwc .section-content article h4,
.mwc .section-content article h5,
.mwc .section-content article h6 {
  clear: both;
  color: #3b3b3b;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 43px;
}
.mwc .section-content article p {
  color: #3b3b3b;
  font-size: 14px;
  margin: 0 0 14px;
  text-align: justify;
}
.mwc .section-content article p br {
  content: '';
  display: block;
  margin-bottom: 8px;
}
.mwc .section-content article a,
.mwc .section-content article a:focus,
.mwc .section-content article a:hover {
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
}
.mwc .section-content article a:hover {text-decoration: none;}
.mwc .section-content article img {
  display: block;
  height: auto;
  margin: 0 auto 14px;
  max-width: 100%;
}
.mwc .section-content article img[align="right"].sim, .mwc .section-content article img[align="left"].sim{
  display: none;
}
.mwc .section-content article img[align="left"] {
  display: inline-block;
  margin: 0 14px 14px 0;
}
.mwc .section-content article img[align="right"] {
  display: inline-block;
  margin: 0 0 14px 14px;
}
@media only screen and (max-width: 767px){
  .mwc .section-content {padding-top: 120px}
  .mwc .section-content article {
    padding: 24px 13px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mwc .section-content article {
    padding: 24px 13px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mwc .section-content article img[align="right"], .mwc .section-content article img[align="left"]{
    display: none;
  }
  .mwc .section-content article img[align="right"].sim, .mwc .section-content article img[align="left"].sim{
    order: 3;
    max-width: 90%;
    display: block;
    margin: 0 auto;
    min-width: 70%;
    width: auto;
  }
  .mwc .section-content article h1,
  .mwc .section-content article h2,
  .mwc .section-content article h3,
  .mwc .section-content article h4,
  .mwc .section-content article h5,
  .mwc .section-content article h6 {margin: 50px 0 30px;}
}
@media only screen and (min-width: 768px){
  .mwc .section-content {padding-left: 27%;}
  .mwc .section-content article h1,
  .mwc .section-content article h2,
  .mwc .section-content article h3,
  .mwc .section-content article h4,
  .mwc .section-content article h5,
  .mwc .section-content article h6 {margin: 78px 0 30px;}
  .mwc .section-content article h1:first-child,
  .mwc .section-content article h2:first-child,
  .mwc .section-content article h3:first-child,
  .mwc .section-content article h4:first-child,
  .mwc .section-content article h5:first-child,
  .mwc .section-content article h6:first-child {margin-top: 0;}
}



/* FOOTER */
.mwc footer {
  background-color: #fff;
  padding: 15px 0;
  text-align: center;
  position: relative;
  z-index: 99;
}
.mwc footer a,
.mwc footer a:focus,
.mwc footer a:hover {
  display: inline-block;
  text-decoration: none;
}
@media only screen and (max-width: 767px){
  .mwc footer {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 1;
  }
}
