@charset "utf-8";
@media screen and (max-width: 540px) {
  .header-small {
    height: 140px;
  }
  .header-small .header-content .header-center h1,
  .header-small .header-content .header-center p {
    font-size: 24px;
    line-height: 24px;
  }
  .actualites-ip {
    padding: 30px 0;
  }
  .actualites-ip .content {
    max-width: 324px;
  }
  .actualites-ip .content h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .actualites-ip .content .actu-items .actu-item {
    height: 84px;
  }
  .actualites-ip .content .actu-items .actu-item .actu-img {
    max-width: 126px;
  }
  .actualites-ip .content .actu-items .actu-item .actu-txt {
    width: calc(100% - 126px - 10px*2);
  }
  .actualites-ip .content .actu-items .actu-item .actu-txt h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .actualites-ip .content .actu-items .actu-item .actu-txt p {
    display: none;
  }
  .window-right .container {
    height: calc(100%);
    padding: 0 0 0 0;
  }
  .window-right .container nav {
    height: 56px;
    background-color: transparent;
  }
  .window-right .container nav .close_w {
    width: 56px;
  }
  .window-right .container nav .close_w::after {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    left: calc(50% - 16px/2);
    top: calc(50% - 16px/2);
    background-image: url('../images/sprites.png');
    background-position: -187px -276px;
  }
  .window-right .container nav .w_titre {
    display: none;
  }
  .window-right .container .content {
    padding: 0 0 40px;
  }
  .window-right .container #postContent .options {
    width: calc(100% - 30px*2);
    padding: 0 30px;
  }
  .window-right .container #postContent .carousel .owl-nav {
    display: none;
  }
  .window-right .container #postContent .carousel .owl-dots {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    margin: 0 0;
  }
  .window-right .container #postContent .carousel .owl-dots .owl-dot {
    display: block;
    margin: 7px;
  }
  .window-right .container #postContent .carousel .owl-dots .owl-dot span {
    display: block;
    width: 4px;
    height: 4px;
    border: 2px solid #fff;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.4);
    box-shadow: 0 0 4px rgba(0,0,0,0.4);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
  }
  .window-right .container #postContent .carousel .owl-dots .owl-dot.active span {
    width: 8px;
    height: 8px;
    background-color: #096EAE;
  }
  .window-right .container #postContent .carousel .owl-item .int_diapo {
    height: 363px;
  }
  .window-right .container #postContent .titre-heb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    width: calc(100% - 30px*2);
    padding: 0 30px;
  }
  .window-right .container #postContent .titre-heb p {
    font-size: 18px;
    line-height: 22px;
  }
  .window-right .container #postContent .titre-heb .p_premium {
    margin-top: 0;
  }
  .window-right .container #postContent .pictos {
    width: calc(100% - 30px*2);
    padding: 0 30px;
  }
  .window-right .container #postContent .part {
    width: calc(100% - 30px*2);
    padding: 20px 30px 0;
  }
  .window-right .container #postContent .part h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .window-right .container #postContent .part h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .window-right .container #postContent .part h4,
  .window-right .container #postContent .part h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .window-right .container #postContent .part p {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .window-right .container #postContent .part p i,
  .window-right .container #postContent .part p em {
    font-size: 12px;
    line-height: 18px;
  }
  .window-right .container #postContent .part ul {
    font-size: 14px;
    line-height: 18px;
  }
  .window-right .container #postContent .part ol {
    font-size: 14px;
    line-height: 18px;
  }
  .window-right .container #postContent .part a {
    font-size: 14px;
    line-height: 18px;
  }
}
