.logo-img{
  height:60px;
}

body{
  direction:rtl;
  text-align: right;
  overflow-x: hidden !important;
}

.featured-slider-1-items img{
}


.post-carausel-1-items h6.post-title{
  color :#494949;
}

.post-carausel-1-items .entry-meta{
  font-size:14px;
  text-align: center;
 
}
.numero{
    -webkit-box-shadow: 0px 0px 10px 2px rgb(211 211 211);
    -moz-box-shadow: 0px 0px 10px 2px rgb(211 211 211);
    box-shadow: 0px 0px 10px 2px rgb(211 211 211);
    border: 4px solid #fff;
    padding: 0px;
    margin: 10px 0px;
}
.post-on{
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
}


.read-more{
  display: block;
  color: #030303;
  width: 60%;
  text-align: center;
}

.read-more:hover{
  background: #fff !important;
  color:#e62b21 !important;

}
.post-carausel-1-arrow{
  width: 100%;
  text-align: center;
  top: 250px;
  position: absolute;
}


.footer-copy-right{
  text-align: center;
}
.footer-background{
  background: linear-gradient(10deg, rgb(19 18 18) 0%, rgb(188 0 0) 100%);
}

.top-bar-bg{
  background: #f1c906;
}

.lbl_top_bar{
  background: #fff;
  padding: 15px 35px;
  font-size: 15px;
}
.lbl_user{
  margin-top: 10px;
}

.journal_info{
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  color: #ca1000;
  font-size: 14px;
  background: #fffffff2;
  padding: 8px;
  border-top: 3px solid #ca1002;
}

.journal_info .hit-count{
  color:#000;
}
.journal_slide .hit-count{
  color: #ca1000;

}

.decouvrer_hover{
  display: none;
}

.post-thumb:hover .decouvrer_hover{

 display: block;
  position: absolute;
  z-index: 10;
  background: #ffffffe8;
  height: 100%;
  width: 100%;
  padding: 65px 5px;
  text-align: center;


}
.post-thumb:hover .decouvrer_hover h5{
  
  color: #000;
  padding: 4px 5px;
  display: block;
  font-size: 18px;
  margin-bottom: 28px;

}

.discover-btn{
  background-color: #494949;

    width: 100%;
  display: block;
  padding: 10px 0px;
  color: #fff !important;
  cursor: pointer;
          border: 2px solid #fff;

}

.discover-btn:hover{
  background-color: #fff;

    width: 100%;
  display: block;
  padding: 10px 0px;
  color: #494949 !important;
  cursor: pointer;
      border: 2px solid #494949;

}



.discover-btn-achat{
  padding: 10px 0px;
  display: block;
      background-color: #fff;

  border: 2px solid #494949;
  margin-top: 5px;
  width: 100%;
  cursor: pointer;
}

.discover-btn-achat:hover{
  padding: 10px 0px;
  display: block;
  background-color: #494949;
color:#fff !important;
  border: 2px solid #fff;
  margin-top: 5px;
  width: 100%;
  cursor: pointer;
      border: 2px solid #fff;

}

.slider-img .post-title
{position: absolute;display: block;background: #669fce;padding: 10px 17px;font-size: 20px;right:60px;top: 90px;z-index: 1;}
.slider-img .post-description
{
position: absolute;
  display: block;
  color:#000 !important;
  padding: 10px 17px;
  font-size: 20px;
  right:60px;
  top: 150px;
      z-index: 1;

}

/* custom css */



.mcd-menu {float: right;direction: rtl;list-style: none;padding: 0;margin: 0;background: #FFF;border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px;}
.mcd-menu li {
float: left;
position: relative;
}
.mcd-menu li a {display: block;text-decoration: none;padding: 15px 10px;text-align: right;color: #777;border-right: 1px solid #E7E7E7;}
.mcd-menu li a i {
font-size: 20px;
}
.mcd-menu li a strong {
text-transform: uppercase;
}
.mcd-menu li a small {
display: block;
font-size: 10px;
}

.mcd-menu li a i, .mcd-menu li a strong, .mcd-menu li a small {
position: relative;

transition: all 300ms linear;
-o-transition: all 300ms linear;
-ms-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-webkit-transition: all 300ms linear;
}
.mcd-menu li:hover > a i {
  opacity: 1;
  -webkit-animation: moveFromTop 300ms ease-in-out;
  -moz-animation: moveFromTop 300ms ease-in-out;
  -ms-animation: moveFromTop 300ms ease-in-out;
  -o-animation: moveFromTop 300ms ease-in-out;
  animation: moveFromTop 300ms ease-in-out;
}
.mcd-menu li:hover a strong {
  opacity: 1;
  -webkit-animation: moveFromLeft 300ms ease-in-out;
  -moz-animation: moveFromLeft 300ms ease-in-out;
  -ms-animation: moveFromLeft 300ms ease-in-out;
  -o-animation: moveFromLeft 300ms ease-in-out;
  animation: moveFromLeft 300ms ease-in-out;
}
.mcd-menu li:hover a small {
  opacity: 1;
  -webkit-animation: moveFromRight 300ms ease-in-out;
  -moz-animation: moveFromRight 300ms ease-in-out;
  -ms-animation: moveFromRight 300ms ease-in-out;
  -o-animation: moveFromRight 300ms ease-in-out;
  animation: moveFromRight 300ms ease-in-out;
}

.mcd-menu li:hover > a {
color: #e62b21;
}
.mcd-menu li a.active {
position: relative;
color: #e62b21;
border:0;
border-top: 4px solid #e62b21;
border-bottom: 4px solid #e62b21;
margin-top: -4px;
box-shadow: 0 0 5px #DDD;
-moz-box-shadow: 0 0 5px #DDD;
-webkit-box-shadow: 0 0 5px #DDD;
}
.mcd-menu li a.active:before {
content: "";
position: absolute;
top: 0;
left: 45%;
border-top: 5px solid #e62b21;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
}

@-webkit-keyframes moveFromTop {
  from {
      opacity: 0;
      -webkit-transform: translateY(200%);
      -moz-transform: translateY(200%);
      -ms-transform: translateY(200%);
      -o-transform: translateY(200%);
      transform: translateY(200%);
  }
  to {
      opacity: 1;
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateY(0%);
  }
}
@-webkit-keyframes moveFromLeft {
  from {
      opacity: 0;
      -webkit-transform: translateX(200%);
      -moz-transform: translateX(200%);
      -ms-transform: translateX(200%);
      -o-transform: translateX(200%);
      transform: translateX(200%);
  }
  to {
      opacity: 1;
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%);
  }
}
@-webkit-keyframes moveFromRight {
  from {
      opacity: 0;
      -webkit-transform: translateX(-200%);
      -moz-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
      -o-transform: translateX(-200%);
      transform: translateX(-200%);
  }
  to {
      opacity: 1;
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%);
  }
}



.mcd-menu li ul,
.mcd-menu li ul li ul {
position: absolute;
height: auto;
min-width: 200px;
padding: 0;
margin: 0;
background: #FFF;
border-top: 4px solid #e62b21;
opacity: 0;
visibility: hidden;
transition: all 300ms linear;
-o-transition: all 300ms linear;
-ms-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-webkit-transition: all 300ms linear;
top: 130px;
z-index: 1000;
}
.mcd-menu li ul:before {content: "";position: absolute;top: -8px;right: 23%;border-bottom: 5px solid #e62b21;border-left: 5px solid transparent;border-right: 5px solid transparent;}
.mcd-menu li:hover > ul,
.mcd-menu li ul li:hover > ul {display: block;opacity: 1;visibility: visible;top: 50px;right: 10px;}
.mcd-menu li ul li {
float: none;
}
.mcd-menu li ul li a {padding: 10px;text-align: right;border: 0;border-bottom: 1px solid #EEE;}
.mcd-menu li ul li a i {
font-size: 16px;
display: inline-block;
margin: 0 10px 0 0;
}
.mcd-menu li ul li ul {
left: 230px;
top: 0;
border: 0;
border-left: 4px solid #e62b21;
}  
.mcd-menu li ul li ul:before {
content: "";
position: absolute;
top: 15px;
left: -14px;
border-right: 5px solid #e62b21;
border-bottom: 5px solid transparent;
border-top: 5px solid transparent;
}
.mcd-menu li ul li:hover > ul {
top: 0px;
left: 200px;
}



.mcd-menu li.float {
float: right;
}
.mcd-menu li a.search {
padding: 29px 20px 30px 10px;
}
.mcd-menu li a.search i {
margin: 0;
display: inline-block;
font-size: 18px;
}
.mcd-menu li a.search input {
border: 1px solid #EEE;
padding: 10px;
background: #FFF;
outline: none;
color: #777;
}
.mcd-menu li a.search button {
border: 1px solid #e62b21;
padding: 10px;
background: #e62b21;
outline: none;
color: #FFF;
margin-left: -4px;
}
.mcd-menu li a.search input:focus {
border: 1px solid #e62b21;
}


.search-mobile { 
display:none !important;
background:#e62b21;
border-left:1px solid #e62b21;
border-radius:0 3px 3px 0;
}
.search-mobile i { 
color:#FFF; 
margin:0 !important;
}


@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .mcd-menu li a.search input {
  width:100px;
}
}


@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {

      .search_btn{
  display:none;
}
.main-header #userMenuDropdow.dropdown-menu, .main-header #userMenuDropdow.dropdown-menu{
    top: -35px !important;
}
}
@media only screen and (max-width: 320px) {
 
.post-thumb:hover .decouvrer_hover h5{
    margin-bottom: 8px;
}
.img-hover-slide-home {
    background-repeat: no-repeat  !important;
    min-height: 220px !important;
    background-size:contain !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .mcd-menu {
  height: 85px;
}
.mcd-menu li a {
  padding: 12px;
}
.mcd-menu li a i {
  font-size: 22px;
}
.mcd-menu li a strong {
  font-size: 12px;
}
.mcd-menu li a small {
  font-size: 10px;
}
.mcd-menu li a.search {
  display:none;
}
.search-mobile { 
  display:block !important;
  margin: 20px;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}
.mcd-menu li:hover > ul {
  top:85px;
  min-width:180px;
}
.mcd-menu li ul li > ul {
  min-width:150px;
  left:200px;
  top:0;
}
.mcd-menu li ul li:hover > ul {
  min-width:150px;
  left:180px;
  top:0;
}
.mcd-menu li ul li ul li ul {
  min-width:150px;
  left:25px !important;
  top:54px;
  border:0;
  border-top:3px solid #e62b21;
}
.mcd-menu li ul li ul li:hover ul {
  top:35px;
}
.mcd-menu li ul li ul li ul:before {
  border:0;
  border-bottom:5px solid #e62b21;
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  left:10%;
  top:-8px;
}
.mcd-menu li:hover ul a {
  font-size:12px;
}
.mcd-menu li:hover ul a i {
  font-size:14px;
}
}
/* mobile screen*/

@media only screen and (max-width: 768px) {
    .offers-infos .info {
    flex: 1 1 30% !important;
    max-width: 100% !important;
    padding: 135px .8% 0 !important;
    position: relative !important;
    margin-top: 30px !important;
}
.offers-infos {
    display: block !important;
    text-align: center !important;
}

.discover-app .right-infos {
    height: 600px !important;
}
.discover-infos .right-infos {
    width: 100% !important;
    color: #fff !important;
}

.discover-app .wrap {
     background: url(../landing/img/phone.png) 50px calc(90% + 30px) no-repeat !important;
    padding-top: 240px !important;
    padding-bottom: 215px !important;
    background-size: 255px !important;
    padding-left: 0px !important;
}
    .discover .tuto {

	padding: 40px !important;
	background: url(../images/numero.png) 0px 65px no-repeat !important;
    background-size: 90% !important;
    background-position-y: 15px !important;

}
.discover-infos {
    background-image: url(../landing/img/discover-bg.jpg) !important;
}
.discover .tuto .title {

    margin-top: 100px !important;
}

  /* For mobile phones: */
  
  .post-thumb:hover .decouvrer_hover{
      padding: 25px 5px !important;
  }
  .post-thumb:hover .decouvrer_hover h5 {
 
    font-size: 16px;
    margin-top: 15px;
    }
.shop .row{
    margin: 0px;
    
}
.shop .button{
        width: 100%;
    text-align: center;
    margin: 20px 0px;
}
.shop .offres .post-title a{
    font-size:16px;
}
.shop .faq h2{
        font-size:20px;

}

.shop p{
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 30px;
}

.numero_img_offre{
    height:unset;
}

  .slick-dots{
      display:none !important;
  }
 .h1, h1 {
    font-size: 1.3rem !important;
}
.h3, h3 {
    font-size: 1rem !important;
}

#services .title {
    font-size: 26px !important;
    text-align: center !important;
}

#services .title span {
    font-size: 26px !important;
    
}

.mt-3, .my-3 {
    margin-top: 1rem!important;
    text-align: center !important;
}

.img-hover-slide {
    background-repeat: no-repeat  !important;
    min-height: 275px;
    background-size:cover !important;
}

.img-hover-slide-home {
    background-repeat: no-repeat  !important;
    min-height: 260px;
    background-size:contain !important;
}

#footer{
    border-radius: 150px 0px 0px 0px !important;
}


.size-s {
display: none;
}

.size-m{
    display: none;

}







}

@media only screen and (min-width: 480px) and (max-width: 767px) {


  .mcd-menu {
    height: 42px;
    position: relative;
  }
.mcd-menu li a {
  padding: 12px 17.7px;
}
  .mcd-menu li a strong, .mcd-menu li a small, .mcd-menu li a.search {
    display: none;
  }
  .mcd-menu li a i {
    margin: 0;
    font-size: 18px;
  }
  .mcd-menu li {
    position: static;
  }
  .mcd-menu li ul {
    min-width: 100%;
    left: 0;
    top: 50px;
  }
  .mcd-menu li:hover > ul {
    top: 42px;
  }
  .mcd-menu li > ul:before {
    border:0;
  }
  .mcd-menu li ul > li {
    position: relative;
  }
  .mcd-menu li ul li:hover > ul {
  left:34px;
  }
.mcd-menu li a {
  position: relative;
  font-size:12px;
}
.mcd-menu li a:hover strong,.mcd-menu li a.active strong {
  display:block;
  font-size:10px;
  padding:3px 0;
  position:absolute;
  top:-20px;
  left:0;
  background:#e62b21;
  color:#FFF;
  min-width:100%;
  text-transform:lowercase;
  font-weight:normal;
}
.mcd-menu li a.active:before{
  left: 40%;
}
.search-mobile { 
  display:block !important;
}

.mcd-menu li ul li > ul {
  min-width:200px;
  left:200px;
}
.mcd-menu li ul li:hover ul {
  left:180px;
}
.mcd-menu li ul li ul:before {
  left:-9px;
}
.mcd-menu li ul li ul li ul {
  min-width:200px;
  border:0;
  border-top:3px solid #e62b21;
  left:25px !important;
  top: 45px;
}
.mcd-menu li ul li ul li:hover ul {
  top:40px;
}
.mcd-menu li ul li ul li ul:before {
  border:0;
  border-bottom:5px solid #e62b21;
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  left:10%;
  top:-8px;
}
}

@media only screen and (max-width: 479px) {
  .mcd-menu {
    height: 42px;
    position: relative;
  }
  .mcd-menu li a strong, .mcd-menu li a small, .mcd-menu li a.search {
    display: none;
  }
  .mcd-menu li a {
    padding: 12px 13.8px;
  font-size:12px;
  }
  .mcd-menu li a i {
    margin: 0;
    font-size: 18px;
  }
  .mcd-menu li {
    position: static;
  }
  .mcd-menu li ul {
    min-width: 100%;
    left: 0;
    top: 50px;
  }
  .mcd-menu li:hover > ul {
    top: 42px;
  }
  .mcd-menu li > ul:before {
    border:0;
  }
  .mcd-menu li ul > li {
    position: relative;
  }
  .mcd-menu li ul li:hover > ul {
  left:34px;
  }
.mcd-menu li a {
  position: relative;
}
.mcd-menu li a:hover strong,.mcd-menu li a.active strong {
  display:block;
  font-size:10px;
  padding:3px 0;
  position:absolute;
  top:-20px;
  left:0;
  background:#e62b21;
  color:#FFF;
  min-width:100%;
  text-transform:lowercase;
  font-weight:normal;
}
.mcd-menu li a.active:before{
  left: 40%;
}

.mcd-menu li ul li > ul {
  min-width:150px;
  left:160px;
}
.mcd-menu li ul li:hover ul {
  left:120px;
}
.mcd-menu li ul li ul:before {
  left:-9px;
}
.mcd-menu li ul li ul li ul {
  min-width:160px;
  left:25px !important;
  top:39px;
  border:0;
  border-top:3px solid #e62b21;
}
.mcd-menu li ul li ul li:hover ul {
  top:39px;
}
.mcd-menu li ul li ul li ul:before {
  border:0;
  border-bottom:5px solid #e62b21;
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  left:10%;
  top:-8px;
}
  
}


.main-menu li:hover{
border-bottom: 5px solid #b60d00;
  top: -3px;

}


#footer {background: #c1d7e4;font-size: 1.2rem;border-top: 2px solid #447ba8;border-radius: 360px 0px 0px 0px;}
#footer a{
color:#171616 ! important;
font-size: 14px !important;
}
.fr{
font-family:'roboto';
}
#footer .wrap p {
color:#171616 !important;

}
#footer #download {
text-align: center;
}

#footer #download .btn_store {
text-indent: -9999px;
line-height: 0;
font-size: 0;
padding: 0;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
width: 150px;
height: 50px;
background-color: transparent;
background-size: contain;
background-position: top center;
background-repeat: no-repeat;
display: block;
}

#footer>section+section {
border-top: 2px solid #fff;
}

#footer>section {
padding: 20px 0;
}

#footer #foot-infos .title {
font-size: 1em;
font-weight: 600;
margin-bottom: 20px;
line-height: 1.2;
color:#171616;
}

.wrap {
max-width: 1200px;
margin: 0 auto;
width: 100%;
padding: 0 20px;
}

#footer .row {
display: flex;
flex-direction: row;
justify-content: space-between;
}

#footer .col+.col {
margin-left: -1%;
}


#footer #foot-infos input[type="email"] {
font-size: .687em;
width: 67%;
border: 0;
text-align:center;
padding: 10px 5px;
border-radius: 30px;
}


#footer #foot-infos form .btn_store {
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-left: 3px;
vertical-align: bottom;
font-size: .750em;
padding: 9px 10px;
float: left;
margin-left: 2%;
background: #ffffff;
color: #b80d00;
border: 0;
min-height: 30px;
width: 29%;
border-radius: 30px;
}

#footer #foot-infos .newsletter {
max-width: 33%;
}

#footer #foot-infos .newsletter .title {
padding-left: 40px;
position: relative;
}

#footer #foot-infos .newsletter .title:before {
content: "";
display: block;
position: absolute;
top: -3px;
left: 0;
right: auto;
bottom: auto;
background: url(../images/sprite.svg) no-repeat;
-webkit-background-size: 100%;
background-size: 100%;
}

#footer #foot-infos .newsletter .title:before {
width: 30px;
height: 25px;
background-position: 0 -181px;
}


#footer  a {
/* color: #171616; */
color: #9b9b9b;
font-size: .750em;


}



.wrap {
max-width: 1200px;
margin: 0 auto;
width: 100%;
padding: 0 20px;
}
#footer #download .title {
font-weight: 800;
font-size: 1em;
color: #171616;
margin-bottom: 20px;
padding-top: 100px;
position: relative;
}

#footer #download .title:before {
position: absolute;
content: "";
width: 79px;
height: 79px;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
background: url(../images/icone-foot.png) center center no-repeat #ffffff;
background-size: 100%;
-webkit-box-shadow: 2px 6px 18px 1px rgba(74,74,74,0.3);
-moz-box-shadow: 2px 6px 18px 1px rgba(74,74,74,0.3);
box-shadow: 2px 6px 18px 1px rgba(74,74,74,0.3);
top: 0;
left: 50%;
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
#footer #download li {
display: inline-block;
vertical-align: top;
}

 .appstore .btn_store {
background-image: url(../images/app-store-badge.svg);
font-size: 0;
}

 .googleplay .btn_store {
background-image: url(../images/google-play-badge.svg);
font-size: 0;
}

#footer>section+section {
border-top: 2px solid #fff;
}


#footer .row {
display: flex;
flex-direction: row;
justify-content: space-between;
}

#footer #legal {
font-size: .562em;
padding: 15px 0;
overflow: hidden;
}

#footer #legal p {
margin: 0;
float: left;
}

#footer #legal ul {
float: right;
}

#footer #legal ul li {
display: inline-block;
}




/*        pages offres        */
.offres{

}
.offres h1{color: #669fce;}

.offres h3{
color:#000;


}

.offres .post-title{
color: #c10001;
  text-align: center;

}
.offres .post-title a{
cursor: pointer;

}

.offres .entry-meta{
line-height: normal;
}

.offres .entry-meta p{
font-size: 12px;
text-align: center;
}
.offres .post-title span{
font-size: 11px;
text-align: center;
display: block;
}

.offres_section_promo{
background:url('../images/bg/bg_1.jpg');
background-size: cover;
}

.offres_section_promo h1{
color: #c10001;

}

.offres_section_benefice h4{margin-top: 30px;color: #2c7ec3;font-size: 18px;font-weight: bold;text-align: center;}


.offres_section_benefice p{
  text-align: center;
  font-size: 14px;

}

.offres_section_tags h4{
margin-top: 30px;
color: #333333;
font-size: 18px;
font-weight: bold;
  text-align: center;
}


/** offre modal **/

.our-offers h2.title {
font-size: 1.25em;
color: #333333;
font-weight: 800;
line-height: 1.4;
margin: 30px 0px 30px;
text-align: center;
position: relative;
z-index: 1;
}


.our-offers .offers {
display: flex;
justify-content: center;
text-align: center;
}

.our-offers .offers .offer {
padding: 40px 20px 25px;
}


.offer .price-offer {
font-size: 1.562em;


}

.our-offers .offers .offer .price-offer > div.credits {
margin-bottom: 25px;
}

.offer .price-offer .credits {
font-weight: 700;

line-height: 1.2em;
}

.offer {
overflow: hidden;
border-radius: 6px;
box-shadow: rgba(207, 220, 235, 0.8) 2px 6px 18px 1px;
padding: 13px;
color: rgb(255, 255, 255);
position: relative;
margin: 5px;
}

.our-offers .offers .offer .price-offer > div.credits span {
font-size: 1em;
}

.our-offers .offers .offer .price-offer > div.price {
font-weight: 100;
font-size: 20px;
padding: 20px 10px;
}

.our-offers .offers .offer .price-offer > div.price span {
font-weight: 400;
font-size: 0.6em;
}

.our-offers .offers .offer .btn {
padding: 15px 60px;
margin-bottom: 25px;
}

.our-offers .offers .offer .btn {
text-transform: none;
display: table;
margin: 0px auto 20px;
font-weight: 600;
font-size: 0.875em;
text-decoration: none;
padding: 8px 35px;
}

.our-offers .offers .offer a {
color: rgb(255, 255, 255);
text-transform: uppercase;
text-decoration: underline;
font-size: 0.75em;
}

.offer > div, .offer > a {
position: relative;
}

.offer .btn {
border: 0px;
background: #ca1000;
border-radius: 56px;
transition: all 0.5s ease 0s;
display: inline-block;
color: rgb(255, 255, 255);
padding: 8px 25px;
text-align: center;
line-height: 1em;
cursor: pointer !important;
min-height: 30px;
}



.offer[class*="-20-credits"] {
background-image: url(../images/offres/special.jpg);
background-size: cover;
}

.offer[class*="-50-credits"] {
background-image: url(../images/offres/clasique.jpg);
background-size: cover;
}

.offer[class*="-100-credits"] {
background-image: url(../images/offres/kiosque.jpg);
background-size: cover;
}


.offer[class*="-etudiant-1an"] {
background-image: url(../images/offres/etudiants/etudiant_1an.png);
background-size: cover;
}
.offer[class*="-etudiant-6mois"] {
background-image: url(../images/offres/etudiants/etudiant_6mois.png);
background-size: cover;
}
.offer[class*="-etudiant-3mois"] {
background-image: url(../images/offres/etudiants/etudiant_3mois.png);
background-size: cover;
}

.offer[class*="credits"]:before, .offer[class*="illim-premium"]:before,.offer[class*="etudiant"]:before, .offer[class*="penelope"]:before, .offer[class*="partenaire"]:before, .offer[class*="CPay"]:before, .offer[class*="offre-credits"]:before {
content: "";
background: url(../images/offres/filtre-offre.png) left bottom no-repeat;
background-size: cover;
opacity: .5;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.banner {
position: absolute;
  top: 4%;
  right: -13%;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  padding: 3px 0% 3px 12%;
  line-height: 1.4;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(30deg);
  max-width: 200px;
  background: #ca1000;
  width: 80%;
}
@media screen and (max-width: 640px){
.modal-dialog {
  position: relative;
  width: 95%;
  margin: 5px;
  pointer-events: none;
}
.our-offers .offers {
  flex-direction: column;
}

.our-offers .offers .offer, .our-offers .offers .package {
flex: 1;
width: 100%;
max-width: 300px;
margin-left: auto;
margin-right: auto;
}

.our-offers .offers .offer {
margin-bottom: 20px;
}

}
.offer-msg{
display: block;
text-align: center;
width: 100%;
}

.modal-slacker {
width: 96%;
height: 100%;
overflow: hidden;

}

.modal-slacker .modal-content {
margin-top: 5%;



overflow: hidden;
}

.modal{
/*overflow-y: hidden !important;*/

}

.modal-slacker .modal-header .close {
color: #fff !important;
background-color: #ca1000 !important;
border-color: #ca1000 !important;
opacity: 1 !important;
padding: 10px 17px !important;
font-size: 27px !important;
}

#myLargeModalLabel{
color:rgb(46, 46, 46);
}

.modal-slacker .modal-title {
font-size: 34px !important;
font-weight: bold !important;
}
@media (min-width: 576px){
.modal-dialog {
     max-width: 80%;
}
}


/** offre pro **/

div.faq-2019 h2.title {
position: relative;
z-index: 1;
font-family: "Open Sans", sans-serif;
color: #665f66;
font-size: 1.250em;
font-weight: 800;
line-height: 1.4;
margin: 0 0 1em 0;
text-align: center;
}

div.faq-2019 dl.on {
border: 1px solid #665f66;
}

div.faq-2019 dl {
margin: 0 0 0.5em 0;
padding: 0.5em;
border: 1px solid rgba(102,95,102,0.25);
}


div.faq-2019 dl dt {
position: relative;
margin: 0 0 0.5em 0;
padding: 0 1em 0 0;
font-size: 0.8em;
font-weight: bold;
}

div.faq-2019 dl.on dt:after {
transform-origin: 50% 50%;
transform: rotate(0deg);
transition: 0.5s;
opacity: 1;
}
div.faq-2019 dl dt:after {
position: absolute;
z-index: 10;
top: 0.25em;
right: 0;
width: 15px;
height: 15px;
content: " ";
transform-origin: 50% 50%;
transform: rotate(180deg);
transition: 0.5s;
opacity: 0.5;
background-image: url(img/fleche-faq-2019.png);
background-position: center center;
background-size: cover;
}


div.faq-2019 dl.on dd {
display: block;
}
div.faq-2019 dl dd {
display: none;
margin: 0;
padding: 0;
font-size: 0.8em;
}

div.faq-2019 dl.on dt:after {
transform-origin: 50% 50%;
transform: rotate(0deg);
transition: 0.5s;
opacity: 1;
}
div.faq-2019 dl dt:after {
position: absolute;
z-index: 10;
top: 0.25em;
right: 0;
width: 15px;
height: 15px;
content: " ";
transform-origin: 50% 50%;
transform: rotate(180deg);
transition: 0.5s;
opacity: 0.5;
background-image: url(../images/fleche-faq-2019.png);
background-position: center center;
background-size: cover;
}

div.faq-2019 dl.on {
border: 1px solid #665f66;
}

@media screen and (min-width: 769px){
div.faq-2019 dl {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}
}


.services-area {
background-color: #ffffff;
}
.section-title {
margin-bottom: 60px;
}
.section-title p {
color: #777;
font-size: 16px;
}
.section-title h4 {
text-transform: capitalize;
font-size: 40px;
position: relative;
padding-bottom: 20px;
margin-bottom: 20px;
font-weight: 600;
color: #333333;
}
.section-title h4:before {
position: absolute;
content: "";
width: 60px;
height: 2px;
background-color: #ff3636;
bottom: 0;
left: 50%;
margin-left: -30px;
}
.section-title h4:after {
position: absolute;
background-color: #ff3636;
content: "";
width: 10px;
height: 10px;
bottom: -4px;
left: 50%;
margin-left: -5px;
border-radius: 50%;
}
.single-service {
border: 1px solid #eee;
padding: 30px 40px;
position: relative;
text-align: justify;
margin-bottom: 30px;
}

.single-service .service_title {
padding: 0px 30px;
height: 60px;
background-color: #ff3636;
font-size: 25px;
color: #fff;
line-height: 60px;
text-align:center;
margin-bottom:20px;
}
.single-service .service_title{
-webkit-transition: .4s;
transition: .4s;
}
.single-service:hover .service_title {
border-radius: 40px;
}
.single-service h4 {
text-transform: capitalize;
font-size: 22px;
margin-bottom: 10px;
font-weight: 500;
}
.home_service{
margin: 0 auto;
}

.voir_plus{
font-size: 12px;
color:#333333;
}


.detail_title{
color: #bb0202;
font-size: 24px;
}


.md-macbook-pro {display: block;width: 100%;font-size: 13px;margin: 0 auto;}
.md-macbook-pro .md-lid {
    width: 100%;
    overflow: hidden;
    border-radius: 1.875em;
    border: solid 0.1875em #cdced1;
    background: #fff;
}
}
.md-macbook-pro .md-camera {
width: 0.375em;
height: 0.375em;
margin: 0 auto;
position: relative;
top: 1.0625em;
background: #000;
border-radius: 100%;
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.25);
}
.md-macbook-pro .md-camera:after {content: "";display: block;width: 3px;height: 3px;position: absolute;left: 50%;top: 20px;background: #353542;border-radius: 100%;}
.md-macbook-pro .md-screen {margin: 0 auto;width: 100%;position: relative;top: 2.0625em;background: #fff;overflow: hidden;padding-bottom: 30px;}
.md-macbook-pro .md-screen img {width: 100%;}

.md-macbook-pro.md-glare .md-lid:after {content: "";display: block;width: 50%;height: 100%;position: absolute;top: 0;right: 0;border-radius: 0 1.25em 0 0;background: -webkit-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));background: -moz-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));background: -o-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08)) !important;background: linear-gradient(53deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));}


.more_btn:hover{
  background-color: #333333;
  color: #fff;
  padding: 5px 20px;
  border: #fff 1px solid;

}

.more_btn{
  border: #333333 1px solid;
  color: #333333;
  background: #fff;
  padding: 5px 20px;
  
}

.offre_landing .title{
color: #333333;
}

.offre_landing .txt{
  
}

.offres .desc{
  font-size: 18px;
}

.span_dh{
position: absolute;
top: 0px;
}


.faqHeader {
  font-size: 27px;
  margin: 20px;
}

.panel-heading [data-toggle="collapse"]:after {
  font-family: 'fontawesome';
  content: "\f054"; /* "play" icon */
  float: right;
  color: #F58723;
  font-size: 18px;
  line-height: 22px;
  /* rotate "play" icon from > (right arrow) to down arrow */
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
  /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #454444;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-body {
   padding: 15px; 
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.collapse.in {
  display: block;
  visibility: visible;
}

.show {
  display: block!important;
}


.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}

.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: 1px solid #ddd;
}
.panel-body {
  padding: 15px;
}

.panel-default {
  border-color: #ddd;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.collapse:not(.show) {
  display: none;
}


.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: right;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color:  #ddd;
  color:#333333;

}

.content {

  display: none;
  overflow: hidden;
  padding: 30px;
    text-align: justify;
  background-color: #f1f1f1;
}


.faq{
  margin: 0 auto;
}


#userMenuDropdow .dropdown-item{
  border:none;
}

.sub_btn{
  background: #c40201;
    border-radius: 50px;
    color: #fff !important;
    padding: 4px 20px;
    margin-left: 10px;
}
#userMenu{
  color:#333333;
}
.user_left .show{
  display: inline !important;
}

.mcd-menu
.dropdown-menu{
right: 0px;
}

.search_input{border-radius: 30px;border: none;padding: 5px 10px;width: 250px;font-size: 12px;}

.search_btn{
  background: #fff;
  border: 0px;
  border-radius: 30px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
}




/*   detail view */


.frame {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 2px;
  overflow: hidden;
  color: #333;
  font-family: "Open Sans", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: grid;
  grid-gap: 15px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-content: center;
}

.frame .card{
    height: 140px;
}
.card {
  background: white;
  height: 85%;
  width: 100%;
  justify-self: center;
  display: flex;
  flex-direction: column;
  border-radius: 0.3rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.card:first-child {
  margin-left: 1rem;
}
.card:nth-child(3) {
  /* margin-right: 1rem; */
}
.card > * {
  transition: all 0.3s ease-in-out;
}
.card:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.card:hover .card-top {
  background: #ca1000;
}
.card:hover .card-value {
  color: #ca1000;
}
.card-1:hover ~ .bars > .stat > .bar-1 > span {
  width: 10%;
}
.card-1:hover ~ .bars > .stat > .bar-2 > span {
  width: 10%;
}
.card-1:hover ~ .bars > .stat > .bar-3 > span {
  width: 10%;
}
.card-2:hover ~ .bars > .stat > .bar-1 > span {
  width: 30%;
}
.card-2:hover ~ .bars > .stat > .bar-2 > span {
  width: 60%;
}
.card-2:hover ~ .bars > .stat > .bar-3 > span {
  width: 40%;
}
.card-3:hover ~ .bars > .stat > .bar-1 > span {
  width: 100%;
}
.card-3:hover ~ .bars > .stat > .bar-2 > span {
  width: 100%;
}
.card-3:hover ~ .bars > .stat > .bar-3 > span {
  width: 100%;
}
.card-top {
  height: 25%;
  width: 100%;
  background: #ca1000;
  color: white;
  font-weight: 600;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-info {
  height: 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.card-info > * {
  text-align: center;
}
.card-cost {
  margin-bottom: 1rem;
}
.card-value {
  font-weight: 700;
  font-size: 18px;
}
.card-month {
  font-size: 0.8rem;
}
.card-lines {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.card-line {
  margin-bottom: 3px;
  height: 4px;
  background: #e0e0e0;
}

.bars {
  height: 85%;
  width: 95%;
  background: white;
  box-shadow: 3px 3px 5px rgba(128, 128, 128, 0.2);
  grid-column: 1 / -1;
  justify-self: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.stat {
  padding: 0.8rem 0.5rem 0.8rem 0.5rem;
}
.stat-info {
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
  display: flex;
  justify-content: space-between;
}
.stat-bar {
  height: 12px;
  width: 100%;
  background: #e0e0e0;
  border-radius: 0.5rem;
}
.stat-bar > span {
  display: block;
  height: 100%;
  width: 0;
  background: #ca1000;
  border-radius: 0.5rem;
  transition: all 0.3s;
}

.mypack_btn{
    background: #c40201;
    border-radius: 50px;
    color: #fff !important;
    font-size: 12px;
    padding: 5px 10px;
    position: absolute;
    width: 100%;
    display: block;
    text-align: center;
    top: -10px;
    left: 120px;
}
.mysolde_lbl{
    font-size: 12px;
    padding: 5px 10px;
    position: absolute;
    width: 100%;
    display: block;
    text-align: center;
    top: 15px;
    left: 120px;
}

.mypack_btn_mobile{

text-align: center;
    background: #c40201;
    border-radius: 50px;
    color: #fff !important;
    font-size: 12px;
    padding: 5px 10px;
    position: relative;
    width: 95%;
    display: block;
    margin: 10px auto;
}

.mysolde_lbl_mobile{
     font-size: 12px;
    padding: 0px 10px;
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
}
/* viewer */


.viewer nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
.viewer nav > div a.nav-item.nav-link,
.viewer nav > div a.nav-item.nav-link.active
{
  border: none;
  padding: 18px 25px;
  color:#fff;
  background: #333333;
  border-radius:0;
}

.viewer nav > div a.nav-item.nav-link.active
{
  border: none;
  padding: 18px 25px;
  color:#fff;
  background: #ca0101;
  border-radius:0;
}

.viewer .active .collapsible{
      background: #fff;
    border-radius: 20px;
    padding: 20px;
    border: solid 3px #333333;

}

.viewer .tab-content{
  line-height: 25px;
  border: 1px solid #ddd;
  border-top: 5px solid #c40103;
  border-bottom: 5px solid #c80202;
      padding: 40px !important;
}

.viewer nav > div a.nav-item.nav-link:hover,
.viewer nav > div a.nav-item.nav-link:focus
{
  border: none;
  background: #cc0202;
  color:#fff;
  border-radius:0;
  transition:background 0.20s linear;
}

/* landing */


#contenu {
	position: relative
}

#contenu>section,
#contenu>article {
	margin-bottom: 3.125em
}

#contenu>section.kiosque-list,
#contenu>article.kiosque-list {
	margin-bottom: 1.875em
}

#contenu .carousel {
	margin-bottom: 40px
}

.flexslider {
	position: relative;
	-webkit-box-shadow: 0 12px 18px 12px rgba(207, 220, 235, 0.5);
	-moz-box-shadow: 0 12px 18px 12px rgba(207, 220, 235, 0.5);
	box-shadow: 0 12px 18px 12px rgba(207, 220, 235, 0.5);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	max-height: 385px
}

.flexslider .slides .slide {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	height: auto !important;
	position: relative;
	width: 100%
}

.flexslider .slides .slide>img {
	width: 100%
}

.flexslider .slides .slide .infos {
	position: absolute;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	color: #fff;
	text-align: center;
	width: 90%
}

.flexslider .slides .slide .infos .text {
	font-size: 1.5em;
	line-height: 1.4em;
	font-weight: 400
}

.flexslider .slides .slide .infos .btn {
	padding: 10px 30px;
	min-width: 200px
}

.flexslider .slides .slide.slide-type1 .infos {
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: -13px
}

.flexslider .slides .slide.slide-type1 .infos .logo {
	margin-bottom: 4%
}

.flexslider .slides .slide.slide-type1 .infos .text {
	margin-bottom: 4%
}

.flexslider .slides .slide.slide-type1:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3)
}

.flexslider .slides .slide.slide-type2 .infos {
	left: 5%;
	text-align: left
}

.flexslider .slides .slide.slide-type2 .infos .text {
	display: inline-block;
	vertical-align: middle;
	margin-right: 35px
}

.flexslider .slides .slide.slide-type2 .infos .btn {
	display: inline-block;
	vertical-align: middle
}

.flexslider .slides .slide.slide-type2:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3)
}

.flexslider .slides .slide.slide-type3 {
	background: #fff;
	background: -moz-linear-gradient(240deg, #17b8c5 0%, rgba(166, 166, 166, 0.7) 85%);
	background: -webkit-linear-gradient(240deg, #17b8c5 0%, rgba(166, 166, 166, 0.7) 85%);
	background: -o-linear-gradient(240deg, #17b8c5 0%, rgba(166, 166, 166, 0.7) 85%);
	background: -ms-linear-gradient(240deg, #17b8c5 0%, rgba(166, 166, 166, 0.7) 85%);
	background: linear-gradient(to 240deg, #17b8c5 0%, rgba(166, 166, 166, 0.7) 85%)
}

.flexslider .slides .slide.slide-type3 img.couv {
	position: absolute;
	left: 10%;
	top: 12%;
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
	width: auto;
	max-height: 130%;
	max-width: 50%;
	-webkit-box-shadow: 0 12px 18px 12px rgba(207, 220, 235, 0.5);
	-moz-box-shadow: 0 12px 18px 12px rgba(207, 220, 235, 0.5);
	box-shadow: 0 12px 18px 12px rgba(207, 220, 235, 0.5)
}

.flexslider .slides .slide.slide-type3 .infos {
	right: 0;
	width: 50%;
	padding: 0 2%
}

.flexslider .slides .slide.slide-type3 .infos .text {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 1.562em
}

.flexslider .slides .slide.slide-type3 .infos .text h2 {
	line-height: .8em;
	font-size: 1.470em;
	padding: .15em 0 .1em;
	color: #fff;
	font-weight: 700
}

.flexslider .slides .slide.slide-type3 .infos .text time {
	font-size: .882em;
	font-weight: 400
}

.flexslider .slides .slide.slide-type3 .infos .btn {
	background: #fff;
	color: #665f66
}

.flexslider .slides .slide.slide-type3.small img.couv {
	max-height: 250%;
	top: 3%;
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg)
}

.flexslider .slides .slide.slide-type3.small .infos {
	font-size: .7em
}

.flexslider .slides .slide.slide-type3.small .infos .text {
	margin-bottom: 5px
}

.flexslider .slides .slide.slide-type3.small .infos .text h2 {
	margin: 5px 0 5px
}

.flexslider .slides .slide.slide-type3.small .infos .btn {
	font-size: 1.2em
}

.flexslider .slides .slide.slide-type4 {
	background: #faa41a;
	background: -moz-linear-gradient(left, #f26925 0%, #faa41a 80%);
	background: -webkit-linear-gradient(left, #f26925 0%, #faa41a 80%);
	background: -o-linear-gradient(left, #f26925 0%, #faa41a 80%);
	background: -ms-linear-gradient(left, #f26925 0%, #faa41a 80%);
	background: linear-gradient(to right, #f26925 0%, #faa41a 80%);
	height: 100%
}

.flexslider .slides .slide.slide-type4 .infos {
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center
}

.flexslider .slides .slide.slide-type4 .infos .text {
	margin-bottom: 4%;
	line-height: 1.5
}

.flexslider .slides .slide.slide-type4 .infos .btn {
	margin: 0 auto
}

.flexslider .flex-control-paging {
	position: absolute;
	bottom: 20px;
	list-style: none;
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0
}

.flexslider .flex-control-paging li {
	display: inline-block;
	margin: 0 6px;
	vertical-align: middle
}

.flexslider .flex-control-paging li a {
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	background: rgba(255, 255, 255, 0.5);
	display: block;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.flexslider .flex-control-paging li a.flex-active,
.flexslider .flex-control-paging li a:hover {
	background: #fff
}

.flexslider .flex-control-paging li a.flex-active {
	width: 10px;
	height: 10px
}

#contenu .sub-cat {
	margin-bottom: 20px
}

.sub-cat .title {
	font-weight: 800;
	font-size: 1.562em;
	margin-bottom: 15px
}

.sub-cat .sub-cat-list {
	padding: 10px 0;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8
}

.sub-cat .sub-cat-list li {
	display: inline-block;
	margin-right: 20px;
	font-size: .750em;
	line-height: 2em
}

.sub-cat .sub-cat-list li a {
	color: #9b9b9b
}

.sub-cat .sub-cat-list li.active a {
	font-weight: 700;
	color: #665f66
}

.sub-cat .sub-cat-select {
	font-size: 0.750em
}

#contenu>.rappel {
	margin-bottom: 0
}

.titre>.wrap {
	display: flex;
	flex-direction: row;
	justify-content: flex-start
}

.titre .issue {
	max-width: 295px;
	flex: 1;
	margin-top: -10px;
	margin-left: -10px
}

.titre .issue .fav {
	position: absolute;
	background: rgba(255, 255, 255, 0.9);
	display: block;
	bottom: 3px;
	left: 3px;
	right: 3px;
	text-align: left
}

.titre .issue .fav a {
	position: relative;
	display: block;
	padding: 10px 10px 10px 35px;
	color: #17b8c5;
	line-height: 1;
	font-size: .750em
}

.titre .issue .fav a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	right: auto;
	bottom: auto;
	background: url("../landing/img/sprite.svg") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%
}

.titre .issue .fav a:before {
	width: 17px;
	height: 16px;
	background-position: 0 -503px
}

.titre .issue .fav a:before {
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.titre .titre-infos {
	flex: 1;
	margin-left: 35px;
	margin-bottom: 20px
}

.titre .titre-infos .title {
	font-weight: 700;
	font-size: 1.750em
}

.titre .titre-infos .title+span {
	font-weight: 300;
	display: block
}

.titre .titre-infos>div:not(.edition) {
	-webkit-box-shadow: 0 12px 20px 10px rgba(207, 220, 235, 0.5);
	-moz-box-shadow: 0 12px 20px 10px rgba(207, 220, 235, 0.5);
	box-shadow: 0 12px 20px 10px rgba(207, 220, 235, 0.5);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #fff;
	margin-top: 25px
}

.titre .titre-infos>div:not(.edition)>*+* {
	border-top: 2px solid #d8d8d8
}

.titre .titre-infos>div.edition {
	margin-top: 25px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: .750em
}

.titre .titre-infos>div.edition label {
	margin: 0 15px 0 0;
	white-space: nowrap
}

.titre .titre-infos>div.edition .select {
	flex: 1 1 100%;
	font-size: .848em
}

.titre .titre-infos>div.edition .selectize-dropdown {
	font-size: 1em
}

.titre .titre-infos .btn.btn-white.top-articles {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0.75em 1.5em 0.75em 3em;
	font-size: .750em;
	position: relative
}

.titre .titre-infos .btn.btn-white.top-articles:before {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 10px;
	right: auto;
	bottom: auto;
	background: url("../landing/img/sprite.svg") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%
}

.titre .titre-infos .btn.btn-white.top-articles:before {
	width: 25px;
	height: 25px;
	background-position: 0 -1505px
}

.titre .titre-infos .btn.btn-white.top-articles:hover {
	background: #fff;
	border: 1px solid #17b8c5;
	color: #17b8c5
}

.titre .titre-infos input.btn.btn-white.top-articles+i {
	display: block;
	top: -33px;
	left: 10px;
	position: relative
}

.titre .titre-infos input.btn.btn-white.top-articles+i:before {
	content: "";
	display: block;
	position: absolute;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	background: url("../landing/img/sprite.svg") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%
}

.titre .titre-infos input.btn.btn-white.top-articles+i:before {
	width: 25px;
	height: 25px;
	background-position: 0 -1505px
}

.titre .titre-option {
	padding: 15px 15px 15px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.titre .titre-option a.option-info {
	height: 1.5em;
	width: 1.5em;
	display: inline-block;
	font-family: "Rockwell", sans-serif;
	color: #b1afb2;
	text-align: center;
	border: 2px solid #b1afb2;
	background-color: #ffffff;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	text-decoration: none
}

.titre .titre-option p {
	color: #b1afb2;
	font-size: .750em;
	font-weight: 600
}

.titre .titre-option .title {
	margin: 0;
	display: block;
	font-weight: 600;
	font-size: 1em
}

.titre .titre-option .title+p {
	margin-top: 5px
}

.titre .titre-option .titre-option-title {
	padding-top: 5px
}

.titre .titre-option .titre-option-infos {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-top: 5px;
	margin-left: 20px;
	text-align: right;
	flex: 1
}

.titre .titre-option .titre-option-infos .best {
	padding: 8px;
	border: 1px solid #f44458;
	color: #f44458;
	font-size: .625em;
	line-height: 1;
	white-space: nowrap
}

.titre .titre-option .titre-option-infos .discount span {
	border: 2px solid #665f66;
	height: 42px;
	width: 42px;
	text-align: center;
	font-size: .750em;
	line-height: 40px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	font-weight: 600;
	display: block;
	margin: 0 auto
}

.titre .titre-option .titre-option-infos .price {
	color: #b1afb2;
	font-size: .625em;
	text-align: right;
	white-space: nowrap;
	line-height: 1.1;
	flex: 1
}

.titre .titre-option .titre-option-infos .price span {
	color: #17b8c5;
	font-weight: 700;
	display: block;
	font-size: 1.4em;
	padding-bottom: 5px
}

.titre .titre-option .titre-option-infos .action {
	font-size: .750em;
	text-align: center
}

.titre .titre-option .titre-option-infos .action a {
	font-size: .833em
}

.titre .titre-option .titre-option-infos .btn {
	margin-top: 0;
	padding: 11px 15px;
	min-width: 115px
}

.titre .titre-option .titre-option-infos>div+div {
	margin-left: 20px
}

.titre .titre-option.featured {
	display: block
}

.titre .titre-option.featured .titre-option-infos {
	margin-top: 5px;
	margin-left: 0
}

.titre .credits .titre-option .titre-option-title,
.titre .credits .titre-option .titre-option-infos {
	padding: 0
}

.titre .inclu .titre-option .titre-option-title,
.titre .inclu .titre-option .titre-option-infos {
	padding: 0
}

.titre .inclu .titre-option .titre-option-title {
	font-size: 1.05em;
	color: #665f66;
	font-weight: 600
}

.titre .inclu .titre-option .titre-option-title P {
	font-weight: 400
}

.titre .inclu .btn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #faa41a;
	background: -moz-linear-gradient(left, #f26925 0%, #faa41a 80%);
	background: -webkit-linear-gradient(left, #f26925 0%, #faa41a 80%);
	background: -o-linear-gradient(left, #f26925 0%, #faa41a 80%);
	background: -ms-linear-gradient(left, #f26925 0%, #faa41a 80%);
	background: linear-gradient(to right, #f26925 0%, #faa41a 80%);
	white-space: nowrap;
	line-height: 1.25em
}

.titre .inclu .btn big {
	font-size: 1.5em
}

.titre .inclup .titre-option .titre-option-title,
.titre .inclup .titre-option .titre-option-infos {
	padding: 0
}

.titre .inclup .titre-option .titre-option-title {
	font-size: 1.05em;
	color: #665f66;
	font-weight: 600
}

.titre .inclup .titre-option .titre-option-title P {
	font-weight: 400
}

.titre .inclup .btn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #17b8c5;
	white-space: nowrap;
	line-height: 1.25em
}

.titre .inclup .btn big {
	font-size: 1.5em
}

.titre .orange .titre-option .titre-option-title,
.titre .orange .titre-option .titre-option-infos {
	padding: 0
}

.titre .orange .titre-option p {
	color: #665f66;
	padding: 5px 0 5px 35px;
	background: url("../landing/img/logo-orange.svg") center left no-repeat;
	background-size: 25px;
	min-height: 25px
}

.titre.rappel {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	background: #fff;
	-webkit-box-shadow: 0 0 0 0 rgba(207, 220, 235, 0.8);
	-moz-box-shadow: 0 0 0 0 rgba(207, 220, 235, 0.8);
	box-shadow: 0 0 0 0 rgba(207, 220, 235, 0.8);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	padding: 0;
	max-height: 0;
	overflow: hidden;
	opacity: 0
}

.titre.rappel>.wrap {
	align-items: center
}

.titre.rappel .issue {
	display: flex;
	flex-direction: row;
	margin: 0;
	align-items: flex-start;
	text-align: left;
	max-width: 40%;
	flex: initial
}

.titre.rappel .issue .pic {
	flex: 0 0 87px;
	width: 87px
}

.titre.rappel .issue .issue-infos {
	margin-left: 15px
}

.titre.rappel .issue .issue-infos .title {
	font-weight: 700;
	font-size: 1.125em;
	margin-top: 5px
}

.titre.rappel .issue .issue-infos .title+span {
	font-weight: 300;
	display: block;
	font-size: .687em
}

.titre.rappel .issue .issue-infos .title+span time {
	font-size: 1em;
	display: inline-block
}

.titre.rappel .issue .issue-infos .btn {
	font-size: .750em;
	margin-top: 10px;
	padding: 11px 25px
}

.titre.rappel .titre-infos {
	margin-bottom: 0
}

.titre.rappel .titre-infos>.abos {
	margin: 0
}



.our-offers h2.title {
	font-size: 1.250em;
	font-weight: 800;
	line-height: 1.4;
	margin: 90px 0 15px;
	text-align: center;
	position: relative;
	z-index: 1
}

.our-offers h2.title~p {
	text-align: center;
	margin: 0 auto 50px;
	max-width: 510px
}

.our-offers h2.title:first-child {
	margin-top: 0
}

.our-offers p {
	font-size: .750em;
	line-height: 1.5
}

.our-offers:first-child {
	margin-top: 50px
}

.our-offers .offers-wrap {
	max-height: 0;
	opacity: 0;
	margin-bottom: 0;
	overflow: hidden;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.our-offers .offers-wrap.open {
	max-height: 5000px;
	opacity: 1;
	margin-bottom: 40px
}

.our-offers .offers {
	display: flex;
	justify-content: center;
	text-align: center
}

.our-offers .offers.open {
	max-height: 5000px;
	opacity: 1;
	margin-bottom: 40px
}

.our-offers .offers>* {
	flex: 1 1 50%;
	max-width: 48%
}

.our-offers .offers>*+* {
	margin-left: 2%
}

.our-offers .offers>*+*.package,
.our-offers .offers>*+*.package-2018 {
	margin-left: 3%
}

.our-offers .offers .offer {
	padding: 30px 15px 15px;
	margin-bottom: 60px
}

.our-offers .offers .offer .price-offer>div {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 25px
}

.our-offers .offers .offer .price-offer>div:last-child {
	text-align: center;
	margin-top: 15px
}

.our-offers .offers .offer .price-offer>div.credits {
	margin-bottom: 15px
}

.our-offers .offers .offer .price-offer>div.credits span {
	font-size: 1em
}

.our-offers .offers .offer .price-offer>div.price {
	font-weight: 700
}

.our-offers .offers .offer .price-offer>div.price span {
	font-weight: 400;
	font-size: .600em
}

.our-offers .offers .offer.pro {
	margin-bottom: 20px
}

.our-offers .offers .offer.pro .price-offer>div.price {
	font-weight: 400;
	font-size: .800em
}

.our-offers .offers .offer a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: .750em
}

.our-offers .offers .offer .btn {
	text-transform: none;
	display: table;
	margin: 0 auto 20px;
	font-weight: 600;
	font-size: .875em;
	text-decoration: none;
	padding: 8px 35px
}

.our-offers .packages,
.our-offers .packages-2018 {
	display: flex
}

.our-offers .packages li,
.our-offers .packages-2018 li {
	margin-bottom: 15px
}

.our-offers .packages li:last-child,
.our-offers .packages-2018 li:last-child {
	margin-bottom: 0
}

.our-offers~.our-offers {
	margin-top: 95px
}

.our-offers~.our-offers .wrap {
	padding-top: 95px;
	position: relative
}

.our-offers~.our-offers .wrap:before {
	content: "";
	display: block;
	position: absolute;
	height: 6px;
	width: 62%;
	background: #f2f1f0;
	left: 19%;
	top: 0
}

.offers-infos {
	display: flex;
	justify-content: center;
	text-align: center
}

.offers-infos .info {
	flex: 1 1 30%;
	max-width: 30%;
	padding: 135px .8% 0;
	position: relative
}

.offers-infos .info:before {
	content: "";
	display: block;
	position: absolute;
	top: 50px;
	left: 50%;
	right: auto;
	bottom: auto;
	background: url("../landing/img/sprite.svg") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%
}

.offers-infos .info .title {
	font-size: .937em;
	font-weight: 800;
	line-height: 1.4
}

.offers-infos .info+.info {
	margin-left: 2%
}

.offers-infos .info:after {
	content: "";
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: #ca1002;
	background: -moz-linear-gradient(bottom, #f26925 0%, #faa41a 80%);
	background: linear-gradient(to top, #ca1002 0%, #6a0902 80%);
	background: -o-linear-gradient(bottom, #f26925 0%, #faa41a 80%);
	background: -ms-linear-gradient(bottom, #f26925 0%, #faa41a 80%);
	background: linear-gradient(to top, #ca1002 0%, #6a0902 80%);
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	z-index: 0;
}

.offers-infos .info:before {
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.offers-infos .info.exclusive:before {
	width: 47px;
	height: 44px;
	background-position: 0 -1789px
}

.offers-infos .info.liberty:before {
	width: 55px;
	height: 41px;
	background-position: 0 -2146px
}

.offers-infos .info.economic:before {
	width: 51px;
	height: 57px;
	background-position: 0 -2031px
}

.offers-infos .info.obligation:before {
	width: 41px;
	height: 36px;
	background-position: 0 -1681px
}

.offers-infos .info.practical:before {
	width: 41px;
	height: 45px;
	background-position: 0 -1719px
}

.offers-infos .info.fav:before {
	width: 46px;
	height: 41px;
	background-position: 0 -2090px
}

.offers-infos .info.network:before {
	width: 51px;
	height: 50px;
	background-position: 0 -2234px
}

.offers-infos .info.read:before {
	width: 58px;
	height: 31px;
	background-position: 0 -2601px
}

.offers-infos .info.custom:before {
	width: 52px;
	height: 44px;
	background-position: 0 -2413px
}

.offers-infos .info.first:before {
	width: 52px;
	height: 60px;
	background-position: 0 -2461px
}

.offers-infos .info.always:before {
	width: 53px;
	height: 54px;
	background-position: 0 -2573px
}

.offers-infos .info.contents:before {
	width: 35px;
	height: 28px;
	background-position: 0 -1737px
}

.offers-infos .info.browse:before {
	width: 35px;
	height: 35px;
	background-position: 0 -1768px
}

.offers-infos .info.zoom:before {
	width: 33px;
	height: 34px;
	background-position: 0 -1702px
}

.offers-infos .info.help:before {
	width: 22px;
	height: 37px;
	background-position: 0 -1158px
}

.offers-infos .info.full:before {
	width: 35px;
	height: 36px;
	background-position: 0 -1904px
}

.offers-infos .info.adapt:before {
	width: 30px;
	height: 56px;
	background-position: 0 -1666px
}

.pro-offers .offers-infos .info:after {
	background: #de3228
}

.package-info {
	text-align: left;
	padding-left: 65px;
	position: relative
}

.package-info:before {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	left: 15px;
	right: auto;
	bottom: auto;
	background: url("../landing/img/sprite.svg") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%
}

.package-info .title {
	font-size: .937em;
	font-weight: 800;
	margin-bottom: 15px
}

.package-info a {
	color: #665f66;
	text-decoration: underline
}

.package-info.exclusive:before {
	width: 24px;
	height: 22px;
	background-position: 0 -758px
}

.package-info.compose:before {
	width: 29px;
	height: 23px;
	background-position: 0 -945px
}

.package-info.economic:before {
	width: 25px;
	height: 29px;
	background-position: 0 -851px
}

.package-info.obligation:before {
	width: 21px;
	height: 21px;
	background-position: 0 -739px
}

.package-info.duration:before {
	width: 26px;
	height: 27px;
	background-position: 0 -941px
}

.package-info.sport:before {
	width: 28px;
	height: 16px;
	background-position: 0 -936px
}

.package-info.screens:before {
	width: 30px;
	height: 23px;
	background-position: 0 -1118px
}

.offers-details,
.illim-premium-details {
	text-align: left;
	max-height: 0;
	opacity: 0;
	margin-bottom: 0;
	overflow: hidden;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.offers-details .title,
.illim-premium-details .title {
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: 700
}

.offers-details .title:first-child,
.illim-premium-details .title:first-child {
	margin-top: 0
}

.offers-details .marge,
.illim-premium-details .marge {
	margin-bottom: 30px
}

.offers-details h2.title,
.illim-premium-details h2.title {
	font-size: 1em
}

.offers-details h3.title,
.illim-premium-details h3.title {
	font-size: .750em
}

.offers-details h4.title,
.illim-premium-details h4.title {
	font-size: .750em;
	margin-bottom: 5px;
	font-weight: 600
}

.offers-details p,
.offers-details ul,
.offers-details ol,
.illim-premium-details p,
.illim-premium-details ul,
.illim-premium-details ol {
	margin-bottom: 25px;
	padding-left: 0;
	font-size: .750em;
	color: #9b9b9b;
	line-height: 1.5
}




[class^="discover"] p {
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 30px;
}

[class^="discover"] .btn {
	font-size: .875em
}

[class^="discover"] .right-infos {
	float: right;
	position: relative;
	z-index: 1
}

[class^="discover"] .wrap:after {
	content: "";
	display: block;
	clear: both
}

[class^="discover-"] {
	overflow: hidden
}

.discover .tuto {
	-webkit-box-shadow: 2px 6px 18px 1px rgba(207, 220, 235, 0.8);
	-moz-box-shadow: 2px 6px 18px 1px rgba(207, 220, 235, 0.8);
	box-shadow: 2px 6px 18px 1px rgba(207, 220, 235, 0.8);
	background: #fff;
	padding: 45px 45px 45px 370px;
	margin-top: 80px;
	background: url("../images/numero.png") 35px 75px no-repeat;
	background-size: 40%;
}

.discover .tuto .title {
	font-weight: 700;
	font-size: 1.250em;
	margin-bottom: 30px
}

.discover .tuto .btn {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px 35px;
	margin-top: 20px
}

.discover .tuto .btn~.btn {
	display: none
}

#contenu>.discover-infos {
}

.discover-infos {
	background: top left no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	padding-top: 75px
}

.discover-infos .right-infos {
	width: 45%;
	color: #fff
}

.discover-infos .right-infos .title {
	color: #fff;
	
	font-weight: 700
}

.discover-infos .right-infos p {
	max-width: 90%;
	font-size: 1.125em;
	font-weight: 600;
	line-height: 1.4
}

.discover-infos .right-infos p span {
	font-size: .666em;
	display: block;
	margin-top: 25px;
	font-weight: 400;
	line-height: 1.6
}

.discover-infos .right-infos .btn {
	margin-top: 40px;
	padding: 15px 35px
}

.discover-infos .video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	margin-top: 70px;
	height: 0;
	overflow: hidden;
	margin-bottom: 5px;
	-webkit-box-shadow: 0 12px 20px 10px rgba(207, 220, 235, 0.5);
	-moz-box-shadow: 0 12px 20px 10px rgba(207, 220, 235, 0.5);
	box-shadow: 0 12px 20px 10px rgba(207, 220, 235, 0.5)
}

.discover-infos .video iframe,
.discover-infos .video object,
.discover-infos .video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 90
}

.discover-infos:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: .8;
	background: transparent;
	background: -moz-linear-gradient(right, #000 0%, transparent 80%);
	background: -webkit-linear-gradient(right, #000 0%, transparent 80%);
	background: -o-linear-gradient(right, #000 0%, transparent 80%);
	background: -ms-linear-gradient(right, #000 0%, transparent 80%);
	background: linear-gradient(to left, #000 0%, transparent 80%)
}

.discover-infos:after {
	position: absolute;
	content: "";
	left: -1px;
	right: -1px;
	top: -1px;
	bottom: -1px;
	background: url("../landing/img/vagues.png") -10px bottom repeat-x;
	z-index: 0
}

.discover-app {
	background: #faa41a;
	background: -moz-linear-gradient(left, #f26925 0%, #faa41a 80%);
	background: linear-gradient(to top, #ca1002 0%, #6a0902 80%);
	background: -o-linear-gradient(left, #f26925 0%, #faa41a 80%);
	background: -ms-linear-gradient(left, #f26925 0%, #faa41a 80%);
	background: linear-gradient(to top, #ca1002 0%, #470500 80%);
	color: #fff;
	position: relative;
	margin-top: 100px;
}

.discover-app .wrap {
	background: url("../landing/img/phone.png") 20px calc(100% + 30px) no-repeat;
	padding-top: 240px;
	padding-bottom: 215px;
	background-size: 255px;
	padding-left: 350px
}

.discover-app .right-infos {
	float: none;
	color: #fff
}

.discover-app .right-infos .title {
	color: #fff;
	font-size: 2.375em;
	
	font-weight: 700;
	line-height: 1.2
}

.discover-app .right-infos p {
	max-width: 90%;
	line-height: 1.4
}

.discover-app .right-infos ul {
	margin-top: 20px
}

.discover-app .right-infos li {
	display: inline-block;
	vertical-align: top
}

.discover-app .right-infos li+li {
	margin-left: 12px
}

.discover-app .right-infos .btn {
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
	padding: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	width: 118px;
	height: 34px;
	background-color: transparent;
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	display: block
}

.discover-app .right-infos .appstore .btn {
	background-image: url("../landing/img/app-store-badge.svg")
}

.discover-app .right-infos .googleplay .btn {
	background-image: url("../landing/img/google-play-badge.svg")
}

.discover-app:before,
.discover-app:after {
	position: absolute;
	content: "";
	left: -1px;
	right: -1px;
	top: -1px;
	bottom: -1px;
	z-index: 0
}

.discover-app:before {
	background: url("../landing/img/vagues2.png") -10px top repeat-x
}

.discover-app:after {
	background: url("../landing/img/vagues3.png") -10px bottom repeat-x
}

#contenu>.discover-test {
	margin-bottom: -30px
}

.discover-test {


	text-align: center;
	padding: 40px 0;
	color: #fff;
	margin-top: 80px;
}

.discover-test .title {
	color: #fff;
	font-size: 1.250em;
	font-weight: 800;
	max-width: 50%;
	margin: 0 auto;
	line-height: 1.4
}

.discover-test .btn {
	margin-top: 30px;
	padding: 15px 35px
}

.tuto-page,
.tuto-page #contenu,
.tutorial,
.tuto-page .wrap {
	height: 100%
}

#contenu>.tutorial {
	margin-bottom: 0
}

.tutorial {
	text-align: center;
	padding-bottom: 35px;
	position: relative
}

.tutorial .wrap {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 0;
	overflow-y: auto
}

.tutorial .title {
	font-weight: 700;
	font-size: .937em;
	margin-bottom: 30px
}

.tutorial p {
	font-size: .750em;
	line-height: 1.5;
	margin: 0 auto;
	max-width: 70%;
	margin-bottom: 20px
}

.tutorial .illus {
	display: flex;
	flex-direction: column;
	flex: 1
}

.tutorial .pic {
	max-width: 850px;
	margin: auto
}

.tutorial .pic img {
	display: block
}

.tutorial .pic figcaption {
	font-size: .750em;
	line-height: 1.5;
	margin: 0 auto;
	display: block
}

.tutorial .offers-infos {
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: auto
}

.tutorial .offers-infos .info {
	padding: 85px 0 0;
	margin-bottom: 40px
}

.tutorial .offers-infos .info p {
	max-width: none;
	margin-bottom: 0
}

.tutorial .offers-infos .info:before {
	top: 37.5px
}

.tutorial .offers-infos .info:after {
	width: 75px;
	height: 75px
}

.tutorial .offers-infos .info:nth-child(3n+4) {
	margin-left: 0
}

.tutorial.p5 {
	padding-bottom: 50px;
	background: url("../landing/img/details.png") right bottom no-repeat;
	background-size: 131px
}

.fancybox-container .fancybox-bg {
	background: #fff
}

.fancybox-container .fancybox-inner .fancybox-content {
	width: 95%;
	height: 80%;
	max-width: 1200px;
	padding: 50px 35px 95px;
	-webkit-box-shadow: 2px 6px 18px 6px rgba(207, 220, 235, 0.8);
	-moz-box-shadow: 2px 6px 18px 6px rgba(207, 220, 235, 0.8);
	box-shadow: 2px 6px 18px 6px rgba(207, 220, 235, 0.8);
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px
}

.fancybox-container .fancybox-inner .fancybox-close-small {
	right: auto;
	left: 0;
	top: -55px;
	height: 40px;
	width: 40px;
	background: #fff;
	-webkit-box-shadow: 2px 6px 18px 6px rgba(207, 220, 235, 0.8);
	-moz-box-shadow: 2px 6px 18px 6px rgba(207, 220, 235, 0.8);
	box-shadow: 2px 6px 18px 6px rgba(207, 220, 235, 0.8);
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%
}

.fancybox-container .fancybox-inner .fancybox-close-small:after {
	color: #665f66;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 30px
}

.fancybox-container .fancybox-inner .fancybox-close-small:hover:after {
	color: #665f66
}

.fancybox-container .fancybox-inner .btn-controls {
	text-align: right
}

.fancybox-container .fancybox-inner .btn-controls .btn {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px 35px;
	font-size: .875em
}

.fancybox-container .fancybox-inner .btn-controls .btn+.btn {
	margin-left: 10px
}

.fancybox-container .fancybox-inner .first-slide .btn-controls .btn-prev {
	display: none
}

.fancybox-container .fancybox-inner .last-slide .btn-controls .btn-next {
	display: none
}



@media screen and (min-width: 981px) {
	.discover-infos {
		background-image: url("../landing/img/discover-bg.jpg")
	}
}



.landingpage {
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	
}

.landingpage p {
	margin: 0;
	padding: 0;
	font-size: 20px;
	
}

.landingpage header {
	position: relative
}

.landingpage section.lp {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	text-align: center;
	
}

.landingpage section.h1,
.landingpage section.h3 {
	text-align: left;
	color: #fff;
	
}

.landingpage section.h1 span {
	color: #0828CC
}

.landingpage .title-lp {
	color: #fff;
	text-align: left;
	margin-top: 10%;
	
}

@media screen and (max-width: 1150px) {
	.landingpage .title-lp {
		padding-top: 50px;
		margin-top: 0
	}
}

@media screen and (max-width: 750px) {
	.landingpage .title-lp {
		padding-top: 10%;
		margin-top: 0
	}
}

.landingpage .title-lp h1 {
	;
	font-weight: 800;
	color: #fff;
	font-size: 4em;
	margin-top: 0px;
	position: relative
}

.landingpage .title-lp h1 span {
	color: #0828CC;
	font-size: 1em;
	
}

.landingpage .title-lp h3 {
	;
	color: #fff;
	font-size: 1em
}

.landingpage .title-lp .surt {
	color: #fff;
	font-size: 20px;
	text-align: left;
	font-size: 2em;
	
}

@media screen and (max-width: 640px) {
	.landingpage .title-lp .surt {
		font-size: 1em
	}
}

.landingpage .logo {
	width: 250px;
	float: left
}

@media screen and (max-width: 640px) {
	.landingpage .logo {
		width: 140px
	}
}

.landingpage .logo.uber {
	max-width: 250px;
	width: auto
}

@media screen and (max-width: 640px) {
	.landingpage .logo.uber {
		width: auto
	}
}

.landingpage .logos-right {
	float: right
}

.landingpage .logos-right:after {
	clear: both;
	content: '';
	display: block
}

@media screen and (max-width: 540px) {
	.landingpage .logos-right {
		display: block
	}
}

@media screen and (max-width: 540px) {
	.landingpage .logos-right img {
		margin-bottom: 20px;
		display: block
	}
}

.landingpage .contener-logos {
	padding-top: 25px
}

.landingpage .contener-logos:after {
	clear: both;
	content: '';
	display: block
}

@media screen and (max-width: 540px) {
	.landingpage .contener-logos {
		padding-top: 10px
	}
}

.landingpage .bt-active {
	background-color: #0828CC;
	color: #fff;
	padding: 17px 35px;
	border-radius: 40px;
	display: block;
	width: 250px;
	text-align: center;
	margin-top: 50px;
	
}

@media screen and (max-width: 540px) {
	.landingpage .bt-active {
		margin-top: 10px
	}
}

.landingpage .bt-epresse {
	color: #fff;
	font-weight: 600;
	font-size: 1.2em;
	padding-left: 15px;
	
}

@media screen and (max-width: 640px) {
	.landingpage .bt-epresse {
		font-size: 1em
	}
}

.landingpage .contenu {
	text-align: center;
	
}

.landingpage .contenu h2 {
	font-size: 2em;
	font-weight: 700;
	color: #000040;
	
}

.landingpage .contenu p {
	font-size: 1.2em;
	color: #000040;
	line-height: 2em;
	padding-bottom: 20px;
	width: 60%;
	margin-right: auto;
	margin-left: auto
}

.landingpage .contenu .bt-active {
	margin-right: auto;
	margin-left: auto
}

.landingpage .footer {
	margin-top: 50px
}

.landingpage .footer img {
	width: 100%
}

.landingpage .footer p {
	text-align: center;
	color: #000040;
	font-size: 1.8em;
	line-height: 1.3em;
	max-width: 80%;
	margin-right: auto;
	margin-left: auto;
	font-weight: 800;
	margin-top: 50px
}

@media screen and (max-width: 640px) {
	.landingpage .footer p {
		max-width: 100%;
		font-size: 1.8em
	}
}

.landingpage .footer img.steps-small {
	display: none
}

@media screen and (max-width: 864px) {
	.landingpage .footer img.steps-small {
		display: block
	}
}

@media screen and (max-width: 864px) {
	.landingpage .footer img.steps-big {
		display: block
	}
}

@media screen and (max-width: 640px) {
	.landingpage .footer img.steps-big {
		display: none
	}
}

.landingpage .img-head {
	width: 100%
}

@media screen and (max-width: 1064px) {
	.landingpage .img-head {
		display: none
	}
}

.landingpage .lp-head {
	position: absolute;
	top: 40px;
	width: 100%;
	padding-left: 8%;
	padding-right: 8%
}

@media screen and (max-width: 1500px) {
	.landingpage .lp-head {
		width: 100%
	}
}

@media screen and (max-width: 1150px) {
	.landingpage .lp-head {
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
		position: static
	}
}

.landingpage .img-head-mobile {
	display: none
}

@media screen and (max-width: 1064px) {
	.landingpage .img-head-mobile {
		display: block;
		width: 100%
	}
}

.landingpage.uber {
	max-width: 860px;
	background: transparent url("../../images2017/uber-web-page-background.jpg") bottom center no-repeat
}

.landingpage.uber header {
	-webkit-box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.3)
}

@media screen and (max-width: 1064px) {
	.landingpage.uber header {
		background: #000 url("../../images2017/uber-web-header-bg.jpg") top center no-repeat;
		min-height: 667px;
		background-size: cover
	}
}

.landingpage.uber .logos-right .bt-epresse {
	vertical-align: middle;
	margin-right: 20px
}

.landingpage.uber .title-lp {
	text-align: center
}

.landingpage.uber .title-lp h1 {
	text-align: center;
	font-size: 2.5em;
	line-height: 1.4em
}

.landingpage.uber .title-lp .bt-active {
	margin-left: auto;
	margin-right: auto;
	background-color: #f60
}

.landingpage.uber .contenu h2 {
	font-size: 1.5em;
	color: #f60
}

.landingpage.uber .contenu p {
	font-size: 1em;
	width: 95%;
	line-height: 1.5em
}

.landingpage.uber .contenu p .discret {
	color: #000040;
	font-weight: bold
}

.landingpage.uber .contenu p .discret:hover {
	color: #000040;
	text-decoration: underline;
	font-weight: bold
}

.landingpage.uber .footer {
	margin-top: 10px;
	text-align: center
}

.landingpage.uber .footer img {
	width: 90%;
	display: inline-block;
	margin: auto
}

.landingpage.uber .footer p {
	font-size: 1.4em;
	margin-top: 10px;
	padding-bottom: 10px
}

.landingpage.uber .footer p span {
	color: #f60
}

.landingpage.orangebank,
.landingpage.generic {
	max-width: 860px;
	background: transparent url("../../images2017/orangebank-web-page-background.jpg") bottom center no-repeat
}

.landingpage.orangebank header,
.landingpage.generic header {
	-webkit-box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.3)
}

@media screen and (max-width: 1064px) {
	.landingpage.orangebank header,
	.landingpage.generic header {
		background: #000 url("../../images2017/orangebank-web-header-bg.jpg") top center no-repeat;
		min-height: 649px;
		background-size: cover
	}
}

.landingpage.orangebank .logos-right .logo-epresse,
.landingpage.generic .logos-right .logo-epresse {
	vertical-align: middle;
	margin-right: 20px
}

.landingpage.orangebank .title-lp,
.landingpage.generic .title-lp {
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.75) 6px 6px 16px
}

.landingpage.orangebank .title-lp h1,
.landingpage.generic .title-lp h1 {
	text-align: center;
	font-size: 2.5em;
	line-height: 1.4em
}

.landingpage.orangebank .title-lp .bt-active,
.landingpage.generic .title-lp .bt-active {
	margin-left: auto;
	margin-right: auto;
	background-color: #f60
}

.landingpage.orangebank .contenu,
.landingpage.generic .contenu {
	padding-top: 40px
}

.landingpage.orangebank .contenu h2,
.landingpage.generic .contenu h2 {
	font-size: 1.5em;
	color: #f60
}

.landingpage.orangebank .contenu p,
.landingpage.generic .contenu p {
	font-size: 1em;
	width: 95%;
	line-height: 1.5em;
	max-width: 600px;
	color: #000
}

.landingpage.orangebank .contenu p .discret,
.landingpage.generic .contenu p .discret {
	color: #000040;
	font-weight: bold
}

.landingpage.orangebank .contenu p .discret:hover,
.landingpage.generic .contenu p .discret:hover {
	color: #000040;
	text-decoration: underline;
	font-weight: bold
}

.landingpage.orangebank .footer,
.landingpage.generic .footer {
	margin-top: 10px;
	text-align: center
}

.landingpage.orangebank .footer img,
.landingpage.generic .footer img {
	width: 90%;
	display: inline-block;
	margin: auto
}

.landingpage.orangebank .footer .steps-big,
.landingpage.generic .footer .steps-big {
	-webkit-box-shadow: 0 2px 20px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 0 2px 20px 1px rgba(0, 0, 0, 0.4);
	border-radius: 15px
}

.landingpage.orangebank .footer p,
.landingpage.generic .footer p {
	font-size: 1.4em;
	margin-top: 40px;
	padding-bottom: 10px
}

.landingpage.orangebank .footer p span,
.landingpage.generic .footer p span {
	color: #f60
}

.landingpage.orangebank .bt-active,
.landingpage.generic .bt-active {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.22) 40%, #000 41%, #000);
	background-color: #000;
	color: #f60;
	font-weight: 600;
	padding: 17px 15px;
	display: inline-block;
	max-width: 95%;
	width: auto;
	margin: 15px auto 25px;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
	font-size: 19px;
	line-height: 1em
}

.design-2020 .connect-form-2020 {
	text-align: center
}

.design-2020 .connect-form-2020 input.btn-2020[type="submit"] {
	margin: 15px auto
}

.design-2020 p.separator-form-2020 {
	display: block;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	position: relative;
	border-bottom: 2px solid #f2f1f0;
	height: 25px
}

.design-2020 p.separator-form-2020 span {
	position: relative;
	display: inline-block;
	height: 50px;
	width: 50px;
	border-radius: 50px;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	overflow: hidden;
	background: #f2f1f0;
	margin: 0px auto
}

.design-2020 p.social-connect-with span a {
	display: inline-block;
	margin: 0px 10px;
	border-radius: 4px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	opacity: 0.8
}

.design-2020 p.social-connect-with span a:hover {
	box-shadow: 1px 1px 2px #a0a0a0;
	opacity: 1
}

.design-2020 p.info-2020 {
	font-size: 13px;
	line-height: 1.3em;
	font-style: italic
}

.design-2020 p.flash-error-2020 {
	text-align: center;
	display: none
}

.right-infos p {
	color: #fff
}

.myarticle{
    padding: 20px;
    border: 1px solid #ca1002;

}

#services{
    background:#f4f5f9 !important;
}

#services .title {
	font-size: 46px;
	color: #000000;
	font-weight: 600;
}

#services .title span {
	font-size: 46px;
	color: #f1c906;
	font-weight: 600;
}

#services .btn-primary {
	color: #fff;
	background-color: #FF5722;
	border: none;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 12px 20px;
	min-width: 150px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.btn-primary:hover {
	-webkit-box-shadow: 0 5px 9px -4px rgb(0 0 255 / 65%);
	box-shadow: 0 5px 9px -4px rgb(0 0 255 / 65%);
}

.card-items .card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: none;
	border-radius: .25rem;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	margin-bottom: 30px;
}

.card-items .card .card-body i {
	border-radius: 6px;
	font-size: 31px;
	color: #ffffff;
	background-color: #f1c906;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card-items .card .card-body .card-title {
	margin-bottom: .75rem;
	margin-top: 26px;
	margin-bottom: 15px;
	color: #2d7fc3;
}

.card-items .card-text{
    font-size: 13px;
    line-height: 25px;
    text-align:justify;
}


.last_num_img{
    border: 2px solid #d3d3d3;
    padding: 5px;
}


.offre_img{
    min-height:200px !important;
    background-size:cover !important;
}
@media screen and (min-width: 992px) {
 .col-lg-2 {
    padding-left: 0px !important;
    padding-right: 0px !important;
 }
 
 .numero_img_offre{
    height:300px;
}
}
.numero_detail{
    font-size: 14px;
    line-height: 2;
    text-align: right;
    border: 2px solid #f1c906;
}

.post-content-overlay a {
    color: #fff !important;
}
.entry-meta .post-on{
        color: #fff !important;

}