@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body, html {
  width: 100%;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: #444;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

/* Custom CSS
 * --------------------------------------- */

@font-face {
    font-family: 'Novum-Regular';
    src: url('../fonts/Volvo Novum-Regular.woff2') format('woff2'),
         url('../fonts/Volvo Novum-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Novum-Light';
    src: url('../fonts/Volvo Novum-Light.woff2') format('woff2'),
         url('../fonts/Volvo Novum-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Novum-Medium';
    src: url('../fonts/Volvo Novum-Medium.woff2') format('woff2'),
         url('../fonts/Volvo Novum-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body, html {
  font-family: 'Novum-Regular', sans-serif;
  color: #fff;
  font-size: 16px;
  background: #F9F3ED;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #F9F3ED inset;
  color: #202A44;
}
::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    position: absolute;
    right: 0;
}
textarea, input[type="text"], input[type="button"], input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
input, textarea, select, a {
    outline: none !important;
    caret-color: black;
}

#rotate{
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  position: fixed;
  background: #F9F3ED;
  top: 0;
}

#rotate img{
  display: block;
  height: 200px;
  width: 200px;
  margin: -100px auto 0;
  top: 50%;
  position: relative;
}

/* Mobile */
/*@media only screen and (min-width:320px) and (max-width:767px) and (orientation:portrait) {
  #rotate{ display: none; }
}

@media only screen and (min-width:320px) and (max-width:767px) and (orientation:landscape) {
  #rotate{ display: block; }
}*/



h1 {
  font-size: 6em;
}

p {
  font-size: 2em;
}

.ui-loader{
  display: none;
}

header.mobile {
  
  height: 120px;
  display: none;
}

header, .search {
  display: block;
  width: 90%;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 100;
  padding: 0px 5%;
  background: #F9F3ED;
}
header .header-left, .search .header-left{
  margin-top: 20px;
  float: left;

}
header .header-right {
  margin-top: 13px;
  float: right;
}
header .logo, .search .logo{
  width: 41px;
  float: left;
  margin-right: 52px;
  cursor: pointer;
}


header .nav{
  float: left;
  margin-top: 6px;
}
header .nav li{
  display: inline-block;
  margin-right: 26px;
  float: left;
  position: relative;
}
header .nav li:first-child{
  
  margin-right: 24px;
  
}

header .nav li a{
  font-size: 16px;
  color: #202A44;
  font-family: 'Novum-Light', sans-serif;
  cursor: pointer;
}

header .nav li a:hover{
  border-bottom: solid 2px;
}

header .nav li a.clients:hover{
  color: #BF834B;
}

header .nav li a.reseau:hover{
  color: #2D9BF0;
}



header .nav li a.clients.selected{
  color: #BF834B;
  border-bottom: solid 2px;
}

header .nav li a.reseau.selected{
  color: #2D9BF0;
  border-bottom: solid 2px;
}

header .cloche img{
  width: 45px;
  margin-top: -9px;
  display: block;
}
header .loupe img{
  width: 18px;
  margin-top: 5px;
  display: block;
}

header .puce{
  width: 20px;
  height: 20px;
  left: 65%;
  top: -8px;
  cursor: pointer;
  pointer-events: all;
}
header .puce p{
  font-size: 12px;
  color: #FFFFFF;
  font-family: 'Novum-Light', sans-serif;
  text-align: center;
  margin-top: 2px;
  margin-left: -1px;
}

header.mobile div{
  width: 100%;
  height: 43px;
  padding-top: 26px;

}

header.mobile a{
  
  float: left;
  position: relative;
  display: block;

}
header.mobile .cloche{
  
  float: right;
  margin-right: 5%;
}

header.mobile .logo-mobile{
  
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: -5px;

}
header.mobile .logo{
  margin-right: 0;
}

.search {
  z-index: 2000;
  display: none;
  opacity: 0;
}
.search .moteur{
  display: block;
  width: 80%;
  float: left;
  margin-right: 50px;
  margin-top: 23px;
}
.search .titre{
  display: none;
}
.search .moteur form{
  display: block;
  width: 100%;
  border-bottom: solid 1px #202A44;
  height: 26px;
}
.search .moteur form img{
  display: block;
  width: 16px;
  float: left;
  margin-right: 16px;
}
.search .moteur form input{
  font-size: 16px;
  color: #202A44;
  font-family: 'Novum-Light', sans-serif;
  float: left;
  border: none;
  background: none;
  width: 80%;
}
.search .moteur ul{
  margin-top: 11px;
  display: none;
}
.search .moteur ul li{
  display: block;
  width: 100%;
  border-bottom: solid 1px #E1DFDD;
  height: 26px;
  padding: 9px 0 4px;
  background: #F9F3ED;
  position: relative;
  cursor: pointer;
}
.search .moteur ul li:last-child{

  border-bottom: none;
  
}
.search .moteur ul li p{
  font-size: 16px;
  color: #202A44;
  font-family: 'Novum-Light', sans-serif;
  pointer-events: none;
  padding-left: 20px;
  -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    width: 85%;
}
.search .moteur ul li p b{
  
  font-family: 'Novum-Medium', sans-serif;
}
.search .moteur ul li img{
  position: absolute;
  right: 10px;
  width: 24px;
  top: 7px;
}
.search .close{
  position: absolute;
  right: 5%;
  top: 20px;
  width: 38px;
  height: 38px;
}

.notification{
  width: 452px;
  height: 241px;
  background: #F9F3ED;
  box-shadow: -7.46189px 5.03192px 25px rgba(57, 27, 0, 0.06), -2.87421px 1.93822px 7.96296px rgba(57, 27, 0, 0.0364444), -0.608006px 0.410008px 2.03704px rgba(57, 27, 0, 0.0235556);
  border-radius: 16px;
  position: absolute;
  top: 75px;
  left: 5%;
  z-index: 2000;
  display: none;
  opacity: 0;
}

.notification .notifs-content{
  padding: 24px ;
}
.notification .notifs-content .notifs-titre{
  font-size: 20px;
  color: #202A44;
  font-family: 'Novum-Medium', sans-serif;
  margin-bottom: 8px;
}

.notification .notifs-content ul{
  width: 100%;
  height: 185px;
  overflow-y: scroll;
}

.notification .notifs-content ul li {
  position: relative;
  border-bottom: 1px solid #E1DFDD;
  width: 380px;
  margin-top: 17px;
}
.notification .notifs-content ul li:nth-child(1) {
  margin-top: 0px;
}

.notification .notifs-content ul li:last-child {
  border-bottom: none;
}

.notification .notifs-content ul li .infos{
  font-size: 14px;
  color: #A7A8A9;
  font-family: 'Novum-Regular', sans-serif;
  margin-bottom: 3px;
}

.notification .notifs-content ul li .txt{
  font-size: 16px;
  color: #202A44;
  font-family: 'Novum-Regular', sans-serif;
  margin-bottom: 10px;
  -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.notification .notifs-content ul li .puce{
  float: left;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  display: none;
}

.notification .notifs-content ul li.new .infos{
  margin-left: 26px;
}

.notification .notifs-content ul li.new .puce{
  display: block;
}

.notification .notifs-content ul li.new .txt{
  color: #BF834B;
}
.notification .close, .contactus .close, .profilheader .close{
  display: none;
}
.contactus .titre-txt{
    
  display: none;
}

.contactus{
  width: 308px;
  height: 385px;
  background: #F9F3ED;
  box-shadow: -7.46189px 5.03192px 25px rgba(57, 27, 0, 0.06), -2.87421px 1.93822px 7.96296px rgba(57, 27, 0, 0.0364444), -0.608006px 0.410008px 2.03704px rgba(57, 27, 0, 0.0235556);
  border-radius: 16px ;
  position: absolute;
  top: 85px;
  right: 5%;
  z-index: 2000;
  display: none;
  opacity: 0;
}

.profilheader{
  width: 366px;
  height: 404px;
  background: #F9F3ED;
  box-shadow: -7.46189px 5.03192px 25px rgba(57, 27, 0, 0.06), -2.87421px 1.93822px 7.96296px rgba(57, 27, 0, 0.0364444), -0.608006px 0.410008px 2.03704px rgba(57, 27, 0, 0.0235556);
  border-radius: 16px ;
  position: absolute;
  top: 85px;
  right: 5%;
  z-index: 2000;
  display: none;
  opacity: 0;
}

.popin .popin-content{
  padding: 24px 24px 32px;
}

.popin .popin-content ul li{
  border-bottom: 1px solid #E1DFDD;
  padding-bottom: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.popin div.icone.icone-profil{
  width: 54px;
  height: 54px;
  margin-top: 3px;
  position: relative;
  overflow: initial;
}

.popin div.icone.icone-profil img{
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.popin div.icone.icone-profil span{
  border-radius: 50%;
}

.popin .popin-content ul li:nth-child(3){
  border-bottom: none;
}

.popin .contactmobile{
  display: none;
}


.popin .popin-content .popin-titre{
  font-size: 20px;
  color: #888B8D;
  font-family: 'Novum-Light', sans-serif;
  margin-bottom: 13px;
}

.popin .popin-content .popin-txts{
  float: left;
  display: inline-block;
}

.popin .popin-content .icone{
  float: left;
  display: inline-block;
}

.popin .popin-content .icone-mail, .popin .popin-content .lecture, .popin .popin-content .icone-tel,.popin .popin-content .icone-whats{
  float: right;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-top: -8px;
}
.popin .popin-content .icone-mail img{
  display: block;
  width: 100%;
}

.popin .cta {
    border: 1px solid #22372B;
    width: 205px;
    height: 24px;
    padding: 3px 20px 7px;
    margin: 0 auto;
    cursor: pointer;
}

.popin .cta p{
    color: #22372B;
    font-size: 24px;
}

.popin .cta img{
    width: 25px;
    margin-top: 14px;
}

.popin .activite{
    color: #888B8D;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 24px;
}
.popin .activite img{
    display: block;
    width: 24px;
    float: left;
    margin-right: 8px;
}

.popin .popin-content .popin-txts .nom{
  font-size: 16px;
  color: #202A44;
  font-family: 'Novum-Medium', sans-serif;
  margin-bottom: 2px;
}
.popin .popin-content .popin-txts .role{
  font-size: 16px;
  color: #888B8D;
  font-family: 'Novum-Light', sans-serif;
  margin-bottom: 2px;
}
.popin .popin-content .lien{
  font-size: 16px;
  color: #202A44;
  font-family: 'Novum-Medium', sans-serif;
  margin-bottom: 2px;
}
.popin .popin-content .popin-txts .tel, .popin .popin-content .popin-txts a.mail{
  font-size: 16px;
  color: #202A44;
  font-family: 'Novum-Light', sans-serif;
  margin-bottom: 2px;
}
.popin .popin-content .popin-txts p.mail{
  font-size: 16px;
  color: #53565A;
  font-family: 'Novum-Light', sans-serif;
  padding-bottom: 12px;
}







footer {
  width: 100%;
  height: 120px;
  background: #22372B;
}

footer div{
  width: 300px;
  margin: 0 auto;
  padding-top: 32px;
}

footer div img{
  display: block;
  width: 180px;
  margin: 0 auto;
}

footer div a{
  font-size: 16px;
  color: #F9F3ED;
  font-family: 'Novum-Light', sans-serif;
  text-decoration: underline;
  margin-top: 24px;
  text-align: center;
  display: block;
}

.footer-share{
  width: 100%;
  height: 170px;
  background: #22372B;
  position: fixed;
  bottom: -20px;
  display: none;
  z-index: 1000;
  overflow-y: scroll;
  overflow-x: hidden;
}

.footer-share .share-content{
  width: 90%;
  padding: 0 5%;
  position: relative;
}

.footer-share .share-content {
  font-size: 16px;
  color: #F9F3ED;
  font-family: 'Novum-Light', sans-serif;
  margin-top: 32px;
}

.footer-share .share-content .selected{
  font-size: 16px;
  color: #F9F3ED;
  font-family: 'Novum-Regular', sans-serif;
}

.footer-share .share-content .selected span{
  font-size: 16px;
  color: #F9F3ED;
  font-family: 'Novum-Medium', sans-serif;
}

.footer-share .share-content .sep{
  display: block;
  width: 90%;
  height: 1px;
  background: #F9F3ED;
  margin: 24px 0;
}

.footer-share .share-content .sendtxt{
  font-size: 16px;
  color: #F9F3ED;
  margin-right: 16px;
  padding-top: 9px;
  font-family: 'Novum-Medium', sans-serif;
}

.footer-share .share-content .cta, .footer-share .share-content .sendtxt{
  float: left;
}

.footer-share .share-content .cta img{
  display: inline-block;
  margin-right: 8px;
  width: 16px;
}

.footer-share .cta p{
 font-size: 20px;
}
.footer-share .cta{
  padding: 5px 12px 7px;
  cursor: pointer;
}

.footer-share .cta.add{
  margin-right: 16px;
  background: #F9F3ED;
}

.footer-share .cta.email{
  margin-right: 16px;
  background: #F9F3ED;
  cursor: pointer;
}
.footer-share .cta.add p, .footer-share .cta.email p{
  color: #202A44;
}

.footer-share .cta.email:hover, .footer-share .cta.add:hover{
 background: none;
 border: 1px solid #F9F3ED;
 
}
.footer-share .cta.email:hover p, .footer-share .cta.add:hover p{
 color: #F9F3ED;
}

.footer-share .cta.end:hover{
 background: #F9F3ED;
 border: 1px solid #F9F3ED;
 
}
.footer-share .cta.end:hover p{
 color: #202A44;
}

.footer-share textarea {
    width: 60%;
    height: 130px;
    padding: 16px;
    background: #F9F3ED;
    border-radius: 8px;
    margin-bottom: 26px;
    font-size: 16px;
    color: #22372B;
    font-family: 'Novum-Light', sans-serif;
}

.footer-share .txtinfos{
  font-size: 12px;
  color: #FFFFFF;
  font-family: 'Novum-Light', sans-serif;
}



.footer-share .close{
  position: absolute;
  right: 5%;
  top: 32px;
  width: 42px;
  height: 42px;
  cursor: pointer;
}

.footer-share .send-content{
  position: absolute;
  top: 42px;
  width: 90%;
  padding: 0 5%;
  height: 100%;
  background: #22372B;
  display: none;
  opacity: 0;
}
.footer-share .send-content.email{
  height: initial;
}
.footer-share .send-content .titre-txt{
    display: none;
}
.footer-share .send-content.whatsapp  .titre-txt{
    display: block;
    text-align: center;
}
.footer-share .send-content.whatsapp  .cta{
    width: 90%;

}
.footer-share .send-content.whatsapp  .cta p{
    text-align: center;
    float: initial;
}
.footer-share .confirmation-ok{
  display: none;
}
.footer-share .confirmation-ok img{
  display: block;
  width: 19px;
  margin: 0 auto;
}

.footer-share .confirmation-ok p{
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 24px;
  font-family: 'Novum-Light', sans-serif;
  text-align: center;
}

.footer-share .send-content .sendto{
  font-size: 16px;
  color: #F9F3ED;
  padding-top: 4px;
  font-family: 'Novum-Light', sans-serif;
}

.footer-share .send-content.whatsapp .sendto{
  text-align: center;
}
.footer-share .send-content form{
  width: 80%;
  margin-top: 24px;
  float: left;
}
.footer-share .send-content form input{
  width: 90%;
  height: 38px;
  border: 1px solid #F9F3ED;
  background: #F9F3ED;
  border-radius: 8px;
  font-size: 20px;
  color: #22372B;
  padding: 0 16px;
  margin-bottom: 16px;
}

.footer-share .send-content .send{
 float: left;
 height: 25px;
 background: #F9F3ED;
 border: none;
 cursor: pointer;
 margin-top: 24px;
}

.footer-share .whatsapp{
 display: none;
}

.footer-share .send-content .send p{
 color: #22372B;
}
.footer-share .send-content .send:hover{
 background: none;
 border: 1px solid #F9F3ED;
 
}
.footer-share .send-content .send:hover p{
 color: #F9F3ED;
}

.footer-share .send-confirmation{
  position: absolute;
  top: 42px;
  width: 90%;
  padding: 0 5%;
  height: 100%;
  background: #22372B;
  display: none;
  opacity: 0;
}

.footer-share .send-confirmation .titre-txt{
  color: #F9F3ED;
}

.footer-share .titre-confirmation{
  font-size: 24px;
  color: #F9F3ED;
  margin-bottom: 8px;
  font-family: 'Novum-Medium', sans-serif;
}

.footer-share .txt-confirmation{
  font-size: 16px;
  color: #F9F3ED;
  margin-bottom: 42px;
  font-family: 'Novum-Light', sans-serif;
}

.footer-sticky{
  width: 100%;
  height: 80px;
  background: #F9F3ED;
  position: fixed;
  bottom: -2px;
  box-shadow: -7.46189px 5.03192px 25px rgba(57, 27, 0, 0.06), -2.87421px 1.93822px 7.96296px rgba(57, 27, 0, 0.0364444), -0.608006px 0.410008px 2.03704px rgba(57, 27, 0, 0.0235556);
  display: none;
  z-index: 300;
}
.footer-sticky ul{
  width: 90%;
  padding: 0 5%;
  margin-top: 14px;
}
.footer-sticky ul li{
  width: 25%;
  float: left;
  position: relative;
}
.footer-sticky ul li a{
  display: table;
  margin: 0 auto;
}
.footer-sticky ul li a img{
  width: 27px;
}
.footer-sticky ul li .over {
    width: 25px;
    height: 2px;
    background: #22372B;
    margin: 3px auto;
    display: none;
}
.footer-sticky ul li.selected span{
     display: block;
}
.footer-sticky ul li a.panier img{
  width: 22px;
}
.footer-sticky .puce {
    width: 20px;
    height: 20px;
    left: 52%;
    top: -8px;
    cursor: pointer;
    pointer-events: all;
    display: none;
}
.footer-sticky .puce p {
    font-size: 12px;
    color: #FFFFFF;
    font-family: 'Novum-Light', sans-serif;
    text-align: center;
    margin-top: 2px;
    margin-left: -1px;
}
.footer-sticky ul li a.contacticone{
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 1px solid #22372B;
}
.footer-sticky ul li a.contacticone img{
  width: 10px;
  display: block;
  margin: 6px auto 0;
}
.footer-sticky ul li a.profilicone span{
  background: url(../img/setprofil.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
  display: block;
  border-radius: 50%;
}
#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #F9F3ED;
  z-index: 99999;
  display: block;
  top: 0;
}
#loader img {
  position: absolute;
  width: 284px;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
}







.container {
  width: 100%;
  padding-top: 118px;
}
.container.login-page{
  width: 100%;
  padding-top: 0px;
  height: 100%
}


section {
  width:  100%;
}
section .content {
  position: relative;
  width: 100%;

}

#fiche-contenu.video, #fiche-contenu.podcast{
  margin-bottom: 50px;
}

/***************  INTRO  *******************/

#intro{
  z-index: 10;
  overflow: hidden;
  height: 100%;
}

#intro .content{
  height: 100%;
}


#intro .content .home-left{
  float: left;
  z-index: 10;
  overflow: hidden;
  left: 0%;
  top: 0;
  width: 60%;
  height: 100%;
  position: absolute;
}

#intro .content .home-left .bg{
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/bg-log.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

#intro .content .home-right, #password .content .home-right{
  width: 40%;
  height: 100%;
  left: 60%;
  position: absolute;
  
}
#intro .content .home-right{
  width: 40%;
  height: 100%;
  left: 60%;
  position: absolute;
  overflow-y: auto;
}

#intro .content .home-right .login{
  left: 50%; 
  top: 0%;
  width: 65%;
  transform: translate(-50%, 0%);
 
  max-width: 350px;
  --marge: 30px;

  position: relative;
    padding-top: 50px;
}

.content .home-right .login .liv, .content .home-right .validation .liv{
  width: 84px;
  margin: 0 auto 82px;
  display: block;
  cursor: pointer;
}

.content .home-right .login .titre, .content .home-right .validation .titre{
  text-align: center;
  display: block;
  font-size: 28px;
  color: #202A44;
  font-family: 'Novum-Regular', sans-serif;
  margin-bottom: 24px;
}

.content .home-right .login .champ {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.content .home-right .login .champ img{
  width: 24px;
  position: absolute;
  right: 13px;
  top: 36px;
}

.password-icon {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 24px;
  color: #202A44;
  transition: all 0.2s;
  cursor: pointer;
}
.password-icon-red {
  display: none;
  align-items: center;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 24px;
  cursor: pointer;
}

.password-icon:hover {
  cursor: pointer;
  color: #0EB733;
}

.eye-off {
  display: none;
}

.content .home-right .login .champ p{
  display: block;
  font-size: 16px;
  color: #202A44;
  font-family: 'Novum-Light', sans-serif;
  margin-bottom: 8px;
}

.content .home-right .login .champ input{
  height: 40px;
  width: 95%;
  border: 1px solid #202A44;
  border-radius: 8px;
  background: #F9F3ED!important;
  padding-left: 5%;
  display: block;
  color: #202A44;
  font-size: 16px;
}



.content .home-right .login .champ p.erreur  {
  position: absolute;
  margin-top: 3px;
  color: #DD1D1F;
  display: none;
}

.content .home-right .login .check label {
  color: #888B8D;
  font-family: 'Novum-Light', sans-serif;
  font-size: 16px;
  margin-left: 15px;
}
.content .home-right .login .check label a{
  color: #888B8D;
  font-family: 'Novum-Light', sans-serif;
  font-size: 16px;
  text-decoration: underline;
}
.content .home-right .login .check input[type=checkbox] {
  position: relative;
  cursor: pointer;
  margin: 5px 0 0 5px;
}
.content .home-right .login .check input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: -5px;
  left: -5px;
  border: 1px solid #888B8D;
  border-radius: 6px;
  background-color: #F9F3ED;
}
.content .home-right .login .check input[type=checkbox]:checked:after {
         content: "";
         display: block;
         width: 5px;
         height: 10px;
         border: solid black;
         border-width: 0 2px 2px 0;
         -webkit-transform: rotate(45deg);
         -ms-transform: rotate(45deg);
         transform: rotate(45deg);
         position: absolute;
         top: 0px;
         left: 5px;

}

.content .home-right .login input[type=submit]{
  width: 100%;
  height: 44px;
  border-radius: 25px;
  background: #22372B;
   cursor: pointer;
  border: none;
}
.content .home-right .login .send {
  position: relative;
  width: 220px;
  margin: 0 auto;
  margin-top: 30px;
}
.content .home-right .login .send img {
  position: absolute;
  width: 31px;
  top: 18px;
  right: 20px;

}

.content .home-right .login .send .txtsend {
  position: absolute;
  top: 5px;
  left: 20px;
  font-size: 24px;
  font-family: 'Novum-Light', sans-serif;
  color: #ffffff;
  pointer-events: none;
}

.content .home-right .login .send .forget {
  color: #888B8D;
  font-family: 'Novum-Light', sans-serif;
  font-size: 16px;
  text-align: center;
  display: block;
}

.content .home-right .logo{
  width: 134px;
  left: 50%; 
  
  transform: translate(-50%, 0);
  display: block;
  

  position: relative;
    bottom: initial;
    margin-top: 50px;
    padding-bottom: 20px;
}



.content .home-right .help{
  font-size: 16px;
  font-family: 'Novum-Light', sans-serif;
  color: #202A44;
  margin-top: 48px;
  text-align: center;
}

.content .home-right .help a{
  font-size: 16px;
  font-family: 'Novum-Light', sans-serif;
  color: #202A44;
}

.content .home-right .login .infos, .content .home-right .validation .infos{
  font-size: 16px;
  font-family: 'Novum-Light', sans-serif;
  color: #202A44;
  text-align: center;
  margin-bottom: 40px;
}
.content .home-right .login .infos span{
  margin-top: 16px;
  display: block;
}
.content .home-right .login .infostitre{
  font-size: 16px;
  font-family: 'Novum-Medium', sans-serif;
  color: #202A44;
  text-align: center;
  margin-bottom: 8px;
}
.content .home-right .login form .infostitre{
  text-align: left;
  width: 400px;
  margin: 0 auto 8px;
}
.content .home-right .login form .infos{
  text-align: left;
  width: 400px;
  margin: 0 auto 32px;
}
#password .content .home-right .check{
   width: 400px;
  margin: 0 auto 32px;
}
#password .content .home-right .check label{
  
  padding-left: 24px;
  margin-top: -26px;
  display: block;
}
/***************  PAGES PASSWORD  *******************/

.thumb-image {
    float:left;
    width:100px;
    position:relative;
    padding:5px;
}
#imagePreview {
    width: 180px;
    height: 180px;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: inline-block;
}

#password .photo-profil{
  width: 300px; height: 300px;margin: 0 auto;position: relative;
}
#password .photo-content{
  width: 200px; height: 200px;position: absolute;left: 50px; top:50px;
}
#password .photo-resize{
  width: 300px; height: 300px;position: absolute; display: none;
}

#password .photo-content .upload{
  cursor:pointer;
  text-align: center;
  font-size: 16px;
  font-family: 'Novum-Light', sans-serif;
  margin-top: 16px;
  color: #202A44;
}
#uploadFile{
  visibility: hidden;
  position: absolute;
}

#password .content .home-right {
  width: 100%;
  left: 0;
}

#password .content .home-right .login,#password .content .home-right .validation{
  left: unset; 
  top: unset;
  width: 90%;
  transform: none;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}
#password .content .home-right .champ{
  margin: 0 auto 49px;
}

#password .content .home-right .champ{
  width: 400px;
}
#password .content .home-right .login .send .txtsend{
  font-size: 23px;
  top: 6px;
}
#password .content .home-right .login .champ input{
  max-width: 410px;
}

#password .content .home-right .logo{
  position: relative;
  bottom: unset;
  margin-top: 60px;
  padding-bottom: 45px;
}

.setpix {
  width: 400px;
  margin: 0 auto 15px;
  display: table;
}

.setpix .pix{
  float: left;
 
}
.setpix .pix p{
  text-align: center;
}

.setpix img{
  
  display: block;
  width: 100px;
  margin-bottom: 12px;
}

.setpix .profil-txts{
  float: left;
  margin-left: 40px;
  width: 230px;
}

.setpix p{
  font-size: 16px;
  font-family: 'Novum-Light', sans-serif;
  margin-bottom: 6px;
  color: #202A44;
}
.setpix p span{

  font-family: 'Novum-Medium', sans-serif;
}



/***************  HOME  *******************/

#home-top{
  height: 100%;
  min-height: 518px;
}
#home-top .content{
  width: 90%;
  margin: 0 5%;
  height: 100%;
}

.txt-home-top{
  width: 35%;
  position: absolute;
  height: 100%;
  margin-right: 2%;
}
.txt-home-top .titre-txt{
  font-size: 60px;
}
.slider-home-top{
  width: 63%;
  position: absolute;
  height: 100%;
  max-width: 900px;
    right: 0;
 pointer-events: auto;
}

.txt-home-top .contenus{
  position: absolute;
  bottom: 15%;
}



.slider-home-top .contenus{
  position: absolute;
    bottom: 0;
    width: 100%;
    height: 70%;
    bottom: 15%;
    min-height: 415px;
    max-height: 500px;
}

.slider-home-top .contenus ul{
  width: 100%;
    font-size: 0;
    height: 400px;
    position: absolute;
    /* BOTTOM: 15%; */
    height: 100%;
}

.slider-home-top .contenus ul.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-home-top .contenus ul.slick-dots li {
  color: black;
  padding: 10px;
  cursor: pointer;
  font-size: 30px;
}
.slider-home-top .contenus ul.slick-dots li.slick-active {
  color: red;
}
.slider-home-top .contenus ul li{
  position: relative;
  float: left;
  margin-right: 2%;
  width: 17%;
  height: 80%;
  overflow: hidden;
  border-radius: 16px;
  display: inline-block;
  top: 20%;
  cursor: pointer;
}
.slider-home-top .contenus ul li a{
  width: 100%;
  height: 100%;
  display: block;
}
.slider-home-top .contenus ul li:nth-child(1){
  width: 40%;
  height: 100%;
  top: 0%;
}
.slider-home-top .contenus ul li:nth-child(4){
  padding-right: 0;
}

/*.slider-home-top .contenus ul li{
  position: absolute;
  width: 23%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.slider-home-top .contenus ul li:nth-child(1){
  width: 40%;
  height: 120%;
  top: -20%;
}*/
.slider-home-top.mobile{
  display: none;
}
.slider-home-top .contenus ul li:nth-child(1) .txt{
  display: none;
  opacity: 0;
}
.slider-home-top .contenus ul li:nth-child(1) .txtover, .slider-home-top .contenus ul li:nth-child(1) .infos{
  display: block;
  opacity: 1;
  left: 16px;
}
/*.slider-home-top .contenus ul li:nth-child(2){
  left: 42%;
}
.slider-home-top .contenus ul li:nth-child(3){
  left: 67%;
}
.slider-home-top .contenus ul li:nth-child(4){
  left: 92%;
}*/

.slider-home-top .contenus ul li:nth-child(1) .bg{
  background: linear-gradient(0deg, rgba(33, 30, 30, 0.2) 9.25%, rgba(33, 30, 30, 0) 55.49%), url(../img/slide1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  
  width: 100%;
  height: 500px;
  border-radius: 16px;
  pointer-events: none;
  position: absolute;
  bottom: 0;
}
.slider-home-top .contenus ul li:nth-child(2) .bg{
  background: linear-gradient(0deg, rgba(33, 30, 30, 0.2) 9.25%, rgba(33, 30, 30, 0) 55.49%), url(../img/slide2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 500px;
  border-radius: 16px;
  pointer-events: none;
  position: absolute;
  bottom: 0;
}
.slider-home-top .contenus ul li:nth-child(3) .bg{
  background: linear-gradient(0deg, rgba(33, 30, 30, 0.2) 9.25%, rgba(33, 30, 30, 0) 55.49%), url(../img/slide3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 500px;
  border-radius: 16px;
  pointer-events: none;
  position: absolute;
  bottom: 0;
}
.slider-home-top .contenus ul li:nth-child(4) .bg{
  background: linear-gradient(0deg, rgba(33, 30, 30, 0.2) 9.25%, rgba(33, 30, 30, 0) 55.49%), url(../img/slide4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 500px;
  border-radius: 16px;
  pointer-events: none;
  position: absolute;
  bottom: 0;
}


.slider-home-top .contenus ul li .txt{
  position: absolute;
  color: #F9F3ED;
  font-size: 28px;
  transform: rotate(-180deg);
  bottom: 16px;
  left: 16px;
  white-space: nowrap;
  writing-mode: vertical-rl;
  pointer-events: none;
}

.slider-home-top .contenus ul li .txtover{
  position: absolute;
  color: #F9F3ED;
  font-size: 28px;
  top: 16px;
  left: 26px;
  width: 50%;
  pointer-events: none;
  display: none;
  opacity: 0;
}

.slider-home-top .contenus ul li .infos{
  position: absolute;
  color: #F9F3ED;
  font-size: 20px;
  bottom: 16px;
  left: 40px;
  pointer-events: none;
  display: none;
  opacity: 0;
}
.slider-home-top .contenus ul li .puce{
  display: none;
}

#home-bottom{
  height: auto;
  background: #E0E7D9;

}
#home-bottom .content{
  width: 90%;
  margin: 0 5%;
  padding-top: 50px;
  padding-bottom: 50px;
  /*max-width: 1440px;*/
}
#home-bottom .content .bloc-outils{
  width: 63%;
  margin: 42px auto 0;
  font-size: 0;
}
#home-bottom .content .bloc-outils .outil{
  width: 48%;
  margin-right: 4%;
  display: inline-block;
}
#home-bottom .content .bloc-outils .outil:nth-child(1){
  float: left;
}
#home-bottom .content .bloc-outils .outil:nth-child(2){
  margin-right: 0%;
}

/***************  HOME RESEAU *******************/

#reseau-ligne{

  height: auto;
  overflow: hidden;
}

#reseau-ligne.ligne1{
  margin-bottom: 86px;
}
#reseau-ligne.ligne2{
  margin-bottom: 36px;
}


#reseau-ligne .content{
  width: 90%;
  margin: 0px 5% 0px;
  max-width: 1440px;
  height: auto;
  overflow: hidden;
}

#reseau-ligne .bloc-reseau{
  width: 100%;
  font-size: 0;
  margin-top: 36px;
}
#reseau-ligne.quiz .bloc-reseau{
  width: 64%;
  margin-right: 2%;
  font-size: 0;
  margin-top: 36px;
  float: left;
}
#reseau-ligne.quiz .bloc-quiz{
  width: 34%;
  margin-top: 36px;
  float: left;
  background: url(../img/bg-log.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  height: 720px;
  position: relative;
}
#reseau-ligne.quiz .contenu-quizz{
 width: 100%;
 position: absolute;
}

#reseau-ligne.quiz .shadow{
 width: 100%;
  height: 100%;
  border-radius: 16px;
  position: absolute;
  background: linear-gradient(1.62deg, rgba(2, 6, 48, 0.2) 1.09%, rgba(1, 5, 39, 0) 31.25%), linear-gradient(178.51deg, rgba(0, 6, 36, 0.2) 9.53%, rgba(0, 6, 39, 0) 55.4%);
  top: 0;
}

#reseau-ligne.quiz .contenu-quizz .titre-quiz{
  color: #F9F3ED;
  font-size: 40px;
  font-family: 'Novum-Light', sans-serif;
  padding: 36px 24px 0;
  margin-bottom: 32px;
}

#reseau-ligne.quiz .contenu-quizz .txt-quiz{
  color: #F9F3ED;
  font-size: 48px;
  font-family: 'Novum-Regular', sans-serif;
  line-height: 57px;
  padding: 0px 24px;
}

#reseau-ligne.quiz .participants{
  color: #FFFFFF;
  font-size: 25px;
  font-family: 'Novum-Regular', sans-serif;
  position: absolute;
  left: 24px;
  bottom: 24px;
}

#reseau-ligne.quiz .participants span{
  color: #FFFFFF;
  font-size: 50px;
  font-family: 'Novum-Medium', sans-serif;
}


#reseau-ligne .bloc-reseau .reseau{
  width: 49%;
  height: 390px;
  border-radius: 16px;
  float: left;
  position: relative;
  cursor: pointer;
}

#reseau-ligne .bloc-reseau.max .reseau:nth-child(2) {
  width: 24%;
  margin-right: 2%;
}
#reseau-ligne .bloc-reseau.max .reseau:nth-child(3) {
  width: 23%;
}


#reseau-ligne.quiz .bloc-reseau .reseau{
  width: 100%;
}
#reseau-ligne.quiz .bloc-reseau .reseau.podcast{
  height: 306px;
}
#reseau-ligne.quiz .bloc-reseau .reseau:nth-child(1){
  margin-bottom: 24px;
}
#reseau-ligne.quiz .bloc-quiz .bg{
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/bg-log.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
}

#reseau-ligne .bloc-reseau .reseau .contenu-reseau .cta, #reseau-ligne.quiz .bloc-quiz .cta{
  position: absolute;
  right: 24px;
  bottom: 24px;
} 
#reseau-ligne .bloc-reseau .reseau .contenu-reseau{
  padding: 24px;
}
#reseau-ligne .bloc-reseau .reseau .contenu-reseau .puce{
    display: none;
}
#reseau-ligne .bloc-reseau .reseau:nth-child(1){
  margin-right: 2%;
}

#reseau-ligne .bloc-reseau .reseau.mag{
  background: #BF834B;
}
#reseau-ligne .bloc-reseau .reseau.podcast{
  background: #A3B2A4;
}
#reseau-ligne .bloc-reseau .reseau.video{
  background: #7089AC;
}
#reseau-ligne .bloc-reseau .reseau.liv{
  background: #DDA69D;
}
#reseau-ligne .bloc-reseau .reseau.other{
  background: #CED9E5;
}

/***************  PANIER ET CAS *******************/

#listing {
    overflow: hidden;
    height: 100%;
}
#listing .content {
    width: 90%;
    margin: 0px 5%;
    height: 100%;
}

#listing .content .listing-conteneur{
   height: 80%;
}

.listing-header {
  width: 90%;
  display: table;
  margin-bottom: 15px;
}

.listing-header .titre-txt{
  float: left;
  
  line-height: normal;
}
#fiche-contenu.video .titre-txt, #fiche-contenu.podcast .titre-txt{
  font-size: 28px;
  margin-top: 3px;
  width: 85%;
}
#fiche-contenu.video .listing-header .listing-filtres .icone:nth-child(1), #fiche-contenu.podcast .listing-header .listing-filtres .icone:nth-child(1){
  margin-right: 0;
}


#fiche-contenu.video .back, #fiche-contenu.podcast .back{
  margin-top: 0px;
}
#fiche-contenu.video .listing-header .listing-filtres, #fiche-contenu.podcast .listing-header .listing-filtres{
  margin-top: 0px;
}

.listing-header .titre-txt.small{
  
}

.listing-header .listing-filtres{
  float: right;
  display: inline-block;
  margin-top: 15px
}
.listing-header .listing-filtres .icone:nth-child(1){
  margin-right: 24px;
}
.listing-header .listing-filtres .icone:nth-child(2){
  margin-right: 64px;
}

#listing.panier .listing-header .listing-filtres .icone:nth-child(2){
  margin-right: 0px;
}
#listing.panier .listing-header .listing-filtres .icone-share{
  display: none;
}


div.icone, a.icone{
  display: block;
  background: #E0E7D9;
  border: 1.5px solid #A3B2A4;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
div.icone.icone-share{
  background: #22372B;
  border: 1.5px solid #22372B;
} 
div.icone.icone-share.selected{
  background: transparent;
  border: 1.5px solid #A3B2A4;
} 
div.icone.selected{
  border: 1.5px solid #22372B;
}
.icone-vignette span{
  background: url(../img/vignette.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  margin: 12px auto;
}
.icone-vignette.selected span{
  background: url(../img/vignette-select.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.icone-liste span{
  background: url(../img/liste.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  margin: 12px auto;
}
.icone-liste.selected span{
  background: url(../img/liste-select.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.icone-share span{
  background: url(../img/share.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  margin: 12px auto;
}
.icone-share.selected span{
  background: url(../img/share-select.png);
  background-size: cover;
  background-repeat: no-repeat;
}
a.icone.icone-panier{
  background: #CED9E5;
  border: none;
  width: 39px;
  height: 39px;
  float: left;
  margin-right: 16px;
  overflow: hidden;
}
div.icone.icone-profil{
  background: #CED9E5;
  border: none;
  width: 39px;
  height: 39px;
  float: left;
  overflow: hidden;
  margin-right: 16px;
}
div.icone.icone-contact{
  background: #F9F3ED;
  border: none;
  width: 37px;
  height: 37px;
  float: left;
  border: 1px solid #202A44;
  overflow: hidden;
}
a.icone.icone-panier-header{
  background: #22372B;
  border: none;
  width: 152px;
  height: 39px;
  float: left;
  border-radius: 61px;
  margin-right: 16px;
  cursor: pointer;
}
.icone.icone-mail, .icone.icone-tel, .icone.icone-whats{
  background: #22372B;
  border: none;
}
.icone-mail span {
    background: url(../img/mail.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 23px;
    height: 16px;
    display: block;
    margin: 9px auto;
}
.icone-tel span {
    background: url(../img/tel.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 29px;
    height: 25px;
    display: block;
    margin: 2px auto;
}
.icone-whats span {
    background: url(../img/whats.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    display: block;
    margin: 5px auto;
}
.icone-panier span {
    background: url(../img/panier.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 19px;
    height: 22px;
    display: block;
    margin: 7px auto;
}
.icone-panier-header span {
    background: url(../img/panier-header.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 17px;
    height: 20px;
    display: block;
    margin-left: 12px;
    margin-top: 7px;
    margin-right: 11px;
    float: left;
}
.icone-profil span {
    background: url(../img/setprofil.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
}
.icone-contact span {
    background: url(../img/contact.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 15px;
    height: 22px;
    display: block;
    margin: 6px auto 0;
   
}
.icone-panier-header p {
  color: #F9F3ED;
  font-size: 16px;
  font-family: 'Novum-Light', sans-serif;
  float: left;
  margin-top: 8px;
  border-left: 1px solid #F9F3ED;
  padding-left: 8px;
}


.listing-header .listing-filtres .icone{
  float: left;
  cursor: pointer;
}

#listing .list-type{
  width: 100%;
  float: left;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 60%;
  margin-left: -20px;
}
#listing .list-type a{
  display: block;
}
#listing .list-type-nav{
 float: left;
 width: 90%;
 margin-bottom: 30px;
}
#listing .list-type-nav li{
  color: #202A44;
  font-size: 16px;
  font-family: 'Novum-Light', sans-serif;
  float: left;
  margin-right: 16px;
}
#listing .list-type-nav a{
  cursor: pointer;
}

#listing .list-type-nav li.selected{
  font-family: 'Novum-Medium', sans-serif;
  border-bottom: 2px solid #202A44;
}

#listing .list-type li{
  height: 64px;
  background: #FEFAF7;
  box-shadow: -7.46189px 5.03192px 25px rgba(57, 27, 0, 0.06), -2.87421px 1.93822px 7.96296px rgba(57, 27, 0, 0.0364444), -0.608006px 0.410008px 2.03704px rgba(57, 27, 0, 0.0235556);
  border-radius: 16px;
  width: 90%;
  margin-bottom: 24px;
  margin-left: 20px;
  cursor: pointer;
}

#listing .list-type li:first-child{
  margin-top: 10px;
}

#listing .list-type li .list-type-content{
  padding: 22px 28px;
  position: relative;
}

#listing .list-type li .list-type-content .txt-type{
  color: #A7A8A9;
  font-size: 16px;
  font-family: 'Novum-Light', sans-serif;
  float: left;
}

#listing.panier .list-type li .list-type-content .txt-type, #listing.case .list-type li .list-type-content .txt-type{
  
  margin-right: 2%;
  width: 135px;
}

#listing .list-type li .list-type-content .txt-titre{
  color: #202A44;
  font-size: 20px;
  font-family: 'Novum-Regular', sans-serif;
  float: left;
}

#listing .list-type li .list-type-content .txt-titre.panier{
  font-size: 16px;
  font-family: 'Novum-Light', sans-serif;
  width: 60%;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;

}

#listing .list-type li .list-type-content .list-type-icone{
  float: right;
}

#listing .new{
  background: #BF834B;
  box-shadow: 0px 0.703704px 4.99768px rgba(0, 0, 0, 0.0409259);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: none;
}

#listing .list-type li .list-type-content .list-type-icone .delete{
  display: block;
  width: 36px;
  cursor: pointer;
  margin-top: -9px;
}

#listing .list-type li .list-type-content .list-type-icone .cta{
  border: 1px solid #202A44;
  margin-top: -5px;
  display: none;
}
#listing .list-type li .list-type-content .list-type-icone .cta p{
  color: #202A44;
}


#listing input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  display: none;
  pointer-events: all;
  right: 24px;
}
#listing input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: -5px;
  left: -5px;
  border: 1px solid #202A44;
  border-radius: 6px;
  background-color: #FEFAF7;
}
#listing input[type=checkbox]:checked:before {
        
         background-color: #202A44;
}
#listing input[type=checkbox]:checked:after {
         content: "";
         display: block;
         width: 5px;
         height: 10px;
         border: solid #ffffff;
         border-width: 0 2px 2px 0;
         -webkit-transform: rotate(45deg);
         -ms-transform: rotate(45deg);
         transform: rotate(45deg);
         position: absolute;
         top: 0px;
         left: 5px;
        
}

/*#listing .list-type::-webkit-scrollbar{
    display: none;
  }
  -ms-overflow-style: none;
  scrollbar-width: none;*/

#listing .grid-type{
  
  float: left;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 90%;
  margin-left: -24px;
  width: 90%;
  display: none;
  opacity: 0;
}
#listing .grid-type a{
  display: block;
}
#listing .grid-type li{
  width: 234px;
  height: 288px;
  background: #FEFAF7;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  display: inline-block;
  margin-bottom: 24px;
  margin-left: 24px;
  position: relative;
  float: left;
  cursor: pointer;
}
#listing .grid-type li .grid-type-content{
  
  padding: 12px 12px;
}

#listing .grid-type li .img-grid{
  width: 100%;
  height: 180px;
  border-radius: 8px;
  background: url(../img/bg-log.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 12px;
}

#listing .grid-type li .txt-liste{
  width: 80%;
  float: left;
  height: 65px;
  overflow: hidden;
}
#listing .grid-type li .list-type-icone{
  float: right;
}
#listing .grid-type li .txt-type{
  color: #A7A8A9;
  font-size: 16px;
  font-family: 'Novum-Light', sans-serif;
  margin-bottom: 4px;
  
}
#listing .grid-type li .txt-titre{
  color: #202A44;
  font-size: 16px;
  font-family: 'Novum-Light', sans-serif;
  -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
#listing .grid-type li .delete{
  display: block;
  width: 36px;
}
#listing .grid-type li .cta, #listing .grid-type li .new{
  position: absolute;
  top: 18px;
  right: 19px;
  display: none;
}

#listing .grid-type li .cta, #listing.podcast .cta, #listing.videos .cta, #listing.mag .cta{
   border: 1px solid #202A44;
   background: #FEFAF7;
}
#listing .grid-type li .cta p , #listing.podcast .cta p, #listing.videos .cta p, #listing.mag .cta p{
   color: #202A44;

}
#listing .grid-type input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  right: 19px;
  top: 212px;
}
#listing.podcast .list-type li, #listing.videos .list-type li{
  height: 183px;
  position: relative;
}
#listing.mag .list-type li{
  height: 248px;
  position: relative;
}
#listing.mag .list-type a:first-child li{
  height: 368px;
  overflow: hidden;
}
#listing.podcast .list-type li .list-type-content, #listing.videos .list-type li .list-type-content, #listing.mag .list-type li .list-type-content{
  padding: 16px;
  overflow: hidden;
}
#listing.videos .list-type li .img-liste, #listing.mag .list-type li .img-liste{
  width: 27%;
  height: 151px;
  border-radius: 8px;
  background-image: url(../img/bg-log.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 20px;
  float: left;
}
#listing.podcast .list-type li .img-liste{
  width: 27%;
  height: 151px;
  border-radius: 8px;
  background-image: url(../img/bg-log.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  margin-right: 20px;
  float: left;
}
#listing.mag .list-type li .img-liste{
  width: 40%;
  height: 216px;
  
}
#listing.mag .list-type a:first-child li .img-liste{
  width: 100%;
  height: 233px;
}
#listing.mag .list-type a:first-child li .txt-liste{
  height: 90px;
}
#listing.mag .list-type a:first-child li .txt-liste .txt-titre{
  font-size: 28px;
  font-family: 'Novum-Medium', sans-serif;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 15px;
}
#listing.podcast .list-type li .txt-liste, #listing.videos .list-type li .txt-liste{
  float: left;
  width: 60%;
}
#listing.mag .list-type li .txt-liste{
  float: left;
  width: 45%;
  height: 216px;
  overflow: hidden;
}
#listing.mag .list-type a:first-child li .txt-liste{
  width: 100%;
  margin-top: 14px;
}
#listing.podcast .list-type li .txt-liste .txt-titre, #listing.videos .list-type li .txt-liste .txt-titre, #listing.mag .list-type li .txt-liste .txt-titre{
  float: initial;
  margin-bottom: 4px;
  
}
#listing.mag .list-type li .txt-liste .txt-titre{
  font-size: 20px;
  margin-bottom: 8px;
}
#listing.podcast .list-type li .txt-liste .txt-type, #listing.videos .list-type li .txt-liste .txt-type, #listing.mag .list-type li .txt-liste .txt-type{
  float: initial;
  color: #686868;
  margin-right: 0px;
  -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
#listing.mag .list-type li .txt-liste .txt-type{
  margin-bottom: 28px;

}

#listing.podcast .list-type li .txt-infos, #listing.videos .list-type li .txt-infos{
  color: #A7A8A9;
  font-size: 16px;
  font-family: 'Novum-Light', sans-serif;
  position: absolute;
  left: 27%;
  padding-left: 27px;
  top: 147px;
}

#listing.podcast .cta, #listing.podcast .new, #listing.videos .cta, #listing.videos .new, #listing.mag div.cta, #listing.mag .new{
  position: absolute;
  top: 16px;
  right: 16px;
  display: none;
}
#listing.podcast .new.active, #listing.videos .new.active, #listing.mag .new.active, .slider-home-top .contenus ul li .puce.active,#reseau-ligne .bloc-reseau .reseau .contenu-reseau .puce.active{
  display: block;
}
#listing.podcast .cta.active, #listing.videos .cta.active, #listing.mag div.cta.active{
  display: table;
}
#listing.podcast .cta.mobile, #listing.videos .cta.mobile{
  display: none;
}
#listing.mag .list-type a:first-child li .new,#listing.mag .list-type a:first-child li div.cta{
  top: 32px;
  right: 32px;
}
#listing .list-type li .list-type-content .list-type-icone .cta.active, #listing .grid-type li .cta.active{
  display: table;
}
#listing .new.active, #listing .grid-type li .new.active{
  display: block;
}
#listing.podcast .lecture{
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: block;
  width: 42px;
  height: 42px;
}
#listing.videos .lecture{
  position: absolute;
  top: 74px;
  left: 13%;
  display: block;
  width: 35px;
  height: 35px;
}

#listing.videos input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  right: 26px;
  top: 79px;
}


#listing.podcast .listing-header .titre-txt{
  /*width: 100%;*/
}

/**************  FICHES CONTENU ********************/

#fiche-contenu .content{
  width: 90%;
  margin: 20px 5% 0px;
  max-width: 1440px;
  height: auto;
  overflow: hidden;
}
.content .contenu-left{
  float: left;
  overflow: hidden;
  width: 64%;
  margin-right: 3%;
}

#fiche-contenu.podcast .content .contenu-left{
 
  width: 40%;
  margin-right: 10%;
}
#fiche-contenu.podcast .content .contenu-right{
 
  width: 50%;
}

.content .contenu-right{
  float: left;
  width: 33%;
  padding-bottom: 30px;
}

.contenu-colonnes{
  display: flex;
  width: 100%;
}


#fiche-contenu.video .content .contenu-left iframe, #fiche-contenu.podcast .content .contenu-left iframe {
  
  width: 100%;
}
#fiche-contenu.video .titre-time, #fiche-contenu.podcast .titre-time{
  margin-bottom: 36px;
}

#fiche-contenu.podcast .content .contenu-right img{
 
  display: block;
  width: 100%;
}
.bloc-citation{
  margin-top: 50px;
}
.bloc-citation span{
  width: 60px;
  display: block;
  height: 1px;
  background: #202A44;
  float: left;
  margin-top: 20px;
}
.bloc-citation div{

  padding-left: 84px;
}
.bloc-citation div .citation{
  font-size: 32px;
  color: #202A44;
  font-family: 'Novum-Light', sans-serif;
  line-height: 50px;
  margin-bottom: 24px;
}
.bloc-citation div .nom{
  font-size: 16px;
  color: #202A44;
  font-family: 'Novum-Light', sans-serif;
}
/**************  AUTRE ********************/

#grpd .content {
    width: 90%;
    margin: 20px 5% 0px;
    max-width: 1440px;
}

#grpd .content .home-left{
  width: 100%;
  margin-right: 0%;
}

#grpd p.titre-bloc{
  margin-bottom: 24px;
}

#grpd p.accroche-bloc{
  margin-bottom: 30px;
}


#grpd p.accroche-bloc a{
  font-size: 16px;
  color: #202A44;
  font-family: 'Novum-Light', sans-serif;
  text-decoration: underline;
}

.sstitre-grpd{
  color: #202A44;
  font-size: 18px;
  font-family: 'Novum-Light', sans-serif;
  margin-bottom: 4px;
}

.titre-grpd{
  color: #202A44;
  font-size: 60px;
  font-family: 'Novum-Medium', sans-serif;
  margin-bottom: 30px;
}

p.accroche-bloc{
  font-size: 16px;
  color: #202A44;
  font-family: 'Novum-Light', sans-serif;
  margin-bottom: 24px;
}

#erreur404 .cta{
  margin: 0 auto;
  display: table;
}
#erreur404{
  margin-top: 0px;
}
#erreur404 {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}

.titre-404{
  font-size: 125px;
  color: #202A44;
  font-family: 'Novum-Regular', sans-serif;
  text-align: center;
  margin-bottom: 32px;
}
.txt-404{
  font-size: 26px;
  color: #202A44;
  font-family: 'Novum-Regular', sans-serif;
  text-align: center;
  margin-bottom: 32px;
}

/**********************************/

.titre-time {
  color: #888B8D;
  font-size: 18px;
  font-family: 'Novum-Light', sans-serif;
  margin-bottom: 10px;
  float: initial;
}

.titre-edito {
    font-family: 'Novum-Medium', sans-serif;
    font-size: 16px;
    color: #202A44;
    border-bottom: 2px solid;
    display: table;
    margin-bottom: 20px;
    margin-top: 32px;
}

.txt-edito p {
    font-size: 16px;
    color: #202A44;
    font-family: 'Novum-Light', sans-serif;
}
.txt-edito ul, ol {
    list-style: disc;
    color: #202A44;
    font-family: 'Novum-Light', sans-serif;
    font-size: 16px;
    padding-left: 25px;
    margin-bottom: 25px;
    list-style-type: none;
}
.txt-edito ul li {
    list-style-type: disc;
}

.video .txt-edito p {

  color: #202A44;

}

.txt-edito p strong {
    font-family: 'Novum-Medium', sans-serif;
}

.txt-edito p i {
    font-style: italic;
}

.txt-edito ul, ol {
    list-style: disc;
    color: #202A44;
    font-family: 'Novum-Light', sans-serif;
    font-size: 16px;
    padding-left: 25px;
    margin-bottom: 25px;
    list-style-type: none;
}

.titre-txt{
  color: #202A44;
  font-size: 48px;
  font-family: 'Novum-Medium', sans-serif;
  margin-bottom: 8px;
  line-height: 68px;
}

.listing-header.small{
  width: 64%;
  display: table;
}
.titre-txt.center{
  text-align: center;
}
.titre-infos {
    color: #202A44;
    font-size: 18px;
    font-family: 'Novum-Light', sans-serif;
    margin-bottom: 30px;
}
.titre-infos span {
    display: inline-block;
    margin: 0 8px;
}
.titre-infos b {
    font-family: 'Novum-Medium', sans-serif;
}

.sstitre-txt{
  color: #202A44;
  font-size: 18px;
  font-family: 'Novum-Light', sans-serif;
}

.titre-bloc{
  color: #202A44;
  font-size: 20px;
  font-family: 'Novum-Regular', sans-serif;
  margin-bottom: 8px;
}
.sstitre-bloc{
  color: #53565A;
  font-size: 16px;
  font-family: 'Novum-Light', sans-serif;
  line-height: 26px;
}

.titre-reseau{
  color: #F9F3ED;
  font-size: 48px;
  font-family: 'Novum-Regular', sans-serif;
  margin-bottom: 8px;
  width: 55%;
}
.sstitre-reseau{
  color: #F9F3ED;
  font-size: 18px;
  font-family: 'Novum-Light', sans-serif;
  line-height: 26px;
  width: 45%;
}

.cover{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 270px;
  width: 100%;
  border-radius: 16px;
  margin-bottom: 24px;
}
.puce{
  width: 24px;
  height: 24px;
  background: #BF834B;
  position: absolute;
  top: 16px;
  right: 16px;
  border-radius: 50%;
  pointer-events: none;
}

span.rubrique {
    display: inline-block;
    border-radius: 25px;
    padding: 3px 12px 4px;
    margin-bottom: 20px;
}

span.rubrique p {
    font-size: 16px;
    color: #F9F3ED;
    font-family: 'Novum-Light', sans-serif;
}

span.rubrique.actu {
    background: #A3B2A4;
}

span.rubrique.new {
    background: #F9F3ED;
}
span.rubrique.new p{
    color: #BF834B;
}

.cta {
  display: table;
  border-radius: 25px;
  padding: 4px 12px 5px;
  border: 1px solid #F9F3ED;
}
div.cta {
  
  padding: 2px 12px 3px;
  
}
.cta p {
    font-size: 16px;
    color: #F9F3ED;
    font-family: 'Novum-Light', sans-serif;
    float: left;
    /*margin-right: 10px;*/
}

a.cta img {
    width: 22px;
    margin-top: 7px;
    margin-left: 10px;
}

a.back {
    display: block;
    width: 42px;
    margin-top: 10px;
    margin-right: 24px;
    float: left;
    cursor: pointer;
}
a.back img {
    display: block;
    width: 100%;
}

#grpd a.back {

    float: none;
    margin-bottom: 36px;
}




@media only screen and (min-width: 2000px) {

  
 
}

@media only screen and (min-width: 1200px) {

  
 
}
@media only screen and (max-width: 1024px){
 

}

@media only screen and (max-width: 920px){
 
  #intro .content .home-left {
    
    width: 100%;
    height: 25%;
  }
  #intro .content .home-left .bg {
    
    background-position-y: center;
  }

  #intro .content .home-right {
    width: 100%;
    height: 75%;
    left: 0%;
    top: 25%;
  }

  
  #intro .content .home-right .login{
    --marge: 20px;
    top: 5%;
    width: 50%;
    max-width: none;
    transform: translate(-50%, 0%);
  }
  #intro .content .home-right .logo {
    bottom: 20px;
  }
  #intro .content .home-right .login .liv {
    width: 60px;
    margin: 0 auto 20px;
    display: block;
  }

  #reseau-ligne.quiz .contenu-quizz .titre-quiz {
    font-size: 20px;
  }
  #reseau-ligne.quiz .contenu-quizz .txt-quiz {
    font-size: 25px;
    line-height: 33px;
  }
  #reseau-ligne.quiz .participants {
    right: 24px;
    bottom: 90px;
    text-align: right;
  }
  #reseau-ligne .bloc-reseau.max .reseau:nth-child(1){
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
  #reseau-ligne .bloc-reseau.max .reseau:nth-child(2) {
    width: 49%;
    margin-right: 2%;
  }
  #reseau-ligne .bloc-reseau.max .reseau:nth-child(3) {
    width: 49%;
    margin-right: 0%;
  }
  .txt-home-top{
    width: 100%;
    position: relative;
    height: auto;
    margin-bottom: 24px;
  }
  .slider-home-top{
    left: 0;
    width: 100%;
    height: auto;
    bottom: initial;
    overflow: visible;
  }
  .txt-home-top .contenus{
    position: relative;
    bottom: unset;
  }
  .txt-home-top .contenus .titre-txt br{
    display: none;
  }
  
  .slider-home-top .contenus{
    position: relative;
    width: 100%;
    margin-left: 0%;
    bottom: 0;
    height: 92%;
  }
  
  
  .listing-header .titre-txt.small {
    font-size: 28px;
    margin-top: 13px;
  }
  #listing.mag .list-type a:first-child li .txt-liste .txt-titre {
    font-size: 20px;
    white-space: initial;
    margin-bottom: 10px;
 }
 #listing.mag .list-type a:first-child li .txt-liste {
    height: 130px;
 }
 #listing.mag .list-type a:first-child li .img-liste {
  
    height: 190px;
}

}
@media only screen and (max-width: 820px){
 
 header.mobile {
   display: block;
 }
 header {
   display: none;
 }

 .footer-share .close {
    right: 5%;
    top: 15px;
    width: 42px;
    height: 42px;
  }

 .footer-sticky{
  
    display: block;
 }
 footer{
    margin-bottom: 60px;
 }
 #grpd{
    margin-bottom: 100px;
 }
 .container {

    padding-top: 20px;
  }
  .container.pagehome {

    padding-top: 118px;
  }
 #home-bottom .content .bloc-outils{
  width: 100%;
 }
 #home-bottom .content .bloc-outils .outil{
  width: 100%;
  margin-right: 0;
 }
 #home-bottom .content .bloc-outils .outil:nth-child(1){
  margin-bottom: 24px;
 }
 .titre-txt{
    font-size: 35px;
    margin-top: 10px;
  
  }
  .txt-home-top .titre-txt {
    font-size: 35px;
}
  .sstitre-txt{
    font-size: 16px;
  }
  .txt-home-top .contenus {
    padding-top: 0px;
  }
  #listing.case .list-type, #listing.panier .list-type{
    display: none;
  }
  .listing-header .listing-filtres .icone-vignette, .listing-header .listing-filtres .icone-liste{
    display: none;
  }
  .listing-header .titre-txt.small {
    font-size: 26px;
    width: 80%;
  }
  #listing .grid-type{
    display: block;
    width: 100%;
    opacity: 1;
  }
  #listing .grid-type li{
    width: 40%;
    margin-bottom: 24px;
  }
  #listing .grid-type a:last-child{
    margin-bottom: 36px;
  }
  .notification{
    top: 65px;
    right: 5%;
    z-index: 200;
    left: auto;
 }
 .notification .notifs-content .notifs-titre{
  margin-bottom: 24px;
 }
 .listing-header {
    margin-bottom: 24px;
 }
 .search{
  height: 100%;
 }
 .search .titre{
  height: 100%;
}
 .search .titre{
  display: block;
  margin-bottom: 24px;
  font-size: 26px;
  color: #202A44;
  font-family: 'Novum-Medium', sans-serif;
}
 .search .moteur{
   width: 100%;
 }
  .search .header-left{
    display: none;
  }
  .search .moteur form{
    width: 100%;
  }
  .search .moteur ul li{
    width: 98%;
  }
  .search .close {
    right: 5%;
    top: 24px;
  }
  .contactus .titre-txt{
    
    display: block;
    margin-bottom: 30px;
  }
  .profilheader, .contactus{
    right: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 300;
  }
  .popin .popin-content{
    width: 70%;
    margin: 35px auto;
  }
  .contactus .popin-content{
    margin: 15px auto;
  }
  .profilheader div.icone.icone-profil, .profilheader .popin-content .popin-txts{
    float: initial;
    display: block;
  }
  .popin div.icone.icone-profil{
    width: 100px;
    height: 100px;
    margin: 0 auto 14px;
  }
  .popin div.icone.icone-profil img{
    width: 29px;
    height: 29px;
  }
  .profilheader .popin-content .popin-txts{
    text-align: center;
  }

  .contactus .contactdesktop{
    display: none;
  }
  .contactus .contactmobile{
    display: block;
    background: #F9F3ED;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);
    border-radius: 16px;
    padding: 16px;
  }
  .contactus .contactmobile img{
    float: left;
    width: 30%;
    margin-right: 16px;
  }
  .contactus .contactmobile icone-mail img{
    width: 100%;
  }
  .icone-contact-mobile {
    margin-top: 16px;
  }
  .popin .popin-content .icone-contact-mobile .icone-tel, .popin .popin-content .icone-contact-mobile .icone-mail, .popin .popin-content .icone-contact-mobile .icone-whats{
    float: left;
    margin-right: 16px;
  }

  .slick-list.draggable, .slick-track{
    height: 100%;
  }
  .slick-prev, .slick-next{
    display: none!important;
  }

  .slider-home-top .contenus ul li{
    width: 23.5%;
    height: 100%;
    bottom: 0;
    top: 0;
  }
  .slider-home-top .contenus ul li:nth-child(1){
    width: 23.5%;
    height: 100%;
  }
  .slider-home-top .contenus ul li:nth-child(4){
    margin-right: 0;
  }
  .slider-home-top .contenus ul li .txtover, .slider-home-top .contenus ul li .infos{
    display: block;
    opacity: 1;
    left: 16px;
  }
  .slider-home-top .contenus ul li .txt{
    display: none;
    opacity: 0;
  }
  .slider-home-top.mobile{
    display: block;
  }
  .slider-home-top.desktop{
    display: none;
  }
  #loader img {
    width: 142px;

  }
  .contenu-colonnes {
    display: block;
}
  #fiche-contenu.podcast .content .contenu-left, #fiche-contenu.podcast .content .contenu-right,#fiche-contenu.video .content .contenu-left, #fiche-contenu.video .content .contenu-right{
    width: 100%;
  }

  #fiche-contenu.podcast .content .contenu-left{
    padding-bottom: 65px;
  }

  #fiche-contenu.podcast .content .contenu-right{
    padding-bottom: 80px;
  }
  #listing .grid-type li .delete{
    width: 31px;
  }

  .bloc-citation div .citation{
    font-size: 24px;
    line-height: 36px;
  }
  #reseau-ligne .bloc-reseau .reseau .contenu-reseau .cta {
    right: 12px;
    bottom: 12px;
  } 
  #reseau-ligne .bloc-reseau .reseau .contenu-reseau{
    padding: 12px;
  }
  #reseau-ligne.quiz .bloc-quiz{
    margin-top: 20px;
    width: 100%;
    height: 256px;
  }
  #reseau-ligne.quiz .contenu-quizz .titre-quiz {
    font-size: 16px;
    padding: 12px 12px 0;
    margin-bottom: 4px;
  }
  #reseau-ligne.quiz .contenu-quizz .txt-quiz {
    line-height: 30px;
    padding: 0px 12px;
    font-size: 26px;
  }
  #reseau-ligne.quiz .participants{
    font-size: 16px;
    left: 12px;
    text-align: left;
    bottom: 12px;
  }
  #reseau-ligne.quiz .participants span{
    font-size: 36px;

  }
 #reseau-ligne.quiz .bloc-quiz .cta {
    right: : 12px;
    bottom: 12px;
  } 
  

  #reseau-ligne .bloc-reseau.max .reseau:nth-child(1), #reseau-ligne .bloc-reseau.max .reseau:nth-child(2), #reseau-ligne .bloc-reseau.max .reseau:nth-child(3){
    width: 100%;
    height: 105px;
  }

  #reseau-ligne .bloc-reseau.max .reseau:nth-child(2){
    margin-bottom: 20px;
  }

  #reseau-ligne.ligne1 {
    margin-bottom: 20px;
  }
  #reseau-ligne.ligne2 {
    margin-bottom: 12px;
  }
  #reseau-ligne .bloc-reseau{
    margin-top: 24px;
  }
  #reseau-ligne .bloc-reseau .reseau{
    width: 100%;
    margin-right: 0;
    height: 112px;
    margin-bottom: 20px;
  }
  #reseau-ligne .bloc-reseau .reseau.mag{
    height: 208px;
  }
  #reseau-ligne.quiz .bloc-reseau{
    width: 100%;
    margin-right: 0;
    margin-top: 24px;
  }
  
  #reseau-ligne.quiz .bloc-reseau .reseau:nth-child(1) {
    margin-bottom: 20px;
    height: 221px;
  }
  #reseau-ligne.quiz .bloc-reseau .reseau:nth-child(2) {

    height: 105px;
  }
  .titre-reseau{
    font-size: 26px;
    width: 95%;
  }
  .titre-reseau br{
    display: none;
  }
  .sstitre-reseau {
    font-size: 16px;
    line-height: 20px;
    width: 95%;
  }
  #listing.mag .list-type a:first-child li .txt-liste {
    width: 100%;
    margin-top: 10px;
  }
  .titre-infos {
    font-size: 16px;
  }
  #fiche-contenu.podcast .listing-header{
    margin-bottom: 4px;
  }
  #fiche-contenu.podcast .titre-time {
    margin-bottom: 6px;
  }
  #home-top{
    min-height: initial;
  }
  .slider-home-top .contenus ul li:nth-child(1) .bg,.slider-home-top .contenus ul li:nth-child(2) .bg,.slider-home-top .contenus ul li:nth-child(3) .bg,.slider-home-top .contenus ul li:nth-child(4) .bg {
    height: 100%
  }
  .slider-home-top .contenus{
    max-height: initial;
    min-height: initial;
  }
  .footer-share .send-content form input{
    width: 80%;
    font-size: 16px;
  }
  .footer-share .send-content form{
    width: 70%;
  }
}


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

  
  .titre-txt{
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 4px;
    margin-top: 0;
  }
  #fiche-contenu.video .titre-txt, #fiche-contenu.podcast .titre-txt{
    font-size: 26px;
    width: 80%;
  }
  .footer-share .send-content .titre-txt{
    color: #F9F3ED;
    margin-bottom: 10px;
    display: block;
  }
  .listing-header .titre-txt.small{
    margin-top: 0;
  }
  #intro .content .home-right .login{
    
    width: 80%;
    
  }
  
  #intro .content .home-right .login input[type=submit] {
    width: 200px;
  }
  #intro .content .home-right .login .send {
    width: 200px;

  }
  #intro .content .home-right .login .send img {
    width: 24px;
    top: 18px;
    right: 18px;
  }
  #intro .content .home-right .login .send .txtsend{
    font-size: 21px;
    top: 7px;
  }

  
  
  .titre-404 {
    font-size: 70px;
 }
 .slider-home-top{
   
    
  }
  #listing .grid-type li {
    width: 80%;
    height: auto;
    margin-bottom: 8px;
    height: 120px;
 }
 #listing .grid-type a:last-child {
    
    margin-bottom: 36px;
 }
 #listing .grid-type li .grid-type-content, #listing.podcast .list-type li .list-type-content, #listing.videos .list-type li .list-type-content, #listing.mag .list-type li .list-type-content {
    padding: 10px;

 }
 #listing .grid-type li .img-grid{
    width: 31%;
    height: 100px;
    margin-right: 5%;
    float: left;
    margin-bottom: 16px;
 }
 #listing .grid-type li .cta, #listing .grid-type li .new {
    position: absolute;
    bottom: 12px;
    left: 36%;
    top: initial;
    right: initial;
 }

 #listing .grid-type li .txt-liste{
    float: left;
    width: 49%;
 }
 .listing-header, .listing-header.small{
    width: 100%;
    margin-bottom: 15px;
 }
 .listing-header .listing-filtres {
    margin-top: -10px;
 }
 #listing .list-type-nav {
    width: 100%;
 }
 #listing .grid-type {
    width: 125%;
 }
 a.back {
    margin-bottom: 18px;
    margin-top: 0;
    float: initial;
 }
  .notification{
    top: 0px;
    width: 100%;
    left: 0;
    z-index: 200;
    box-shadow: none;
    height: 100%;
  }
  .notification .close{
    display: block;
    position: absolute;
    right: 24px;
    top: 14px;
    width: 42px;
  }
  .notification .notifs-content ul li{
    width: 100%;
  }
  .notification .notifs-content ul{
    height: 90%;
  }
  #listing .grid-type input[type=checkbox] {
    right: 30px;
    top: 46px;
  } 
  #listing .list-type {
   
    margin-left: 0px;
  } 
  #listing .list-type li{
    margin-left: 0;
    width: 100%;
    margin-bottom: 16px;
  }
  #listing .list-type li:last-child a{
    margin-bottom: 36px;
  }
  #listing.podcast .list-type li {
    height: 135px;
    position: relative;
  }
  #listing.videos .list-type li {
    height: 137px;
    position: relative;
  }
  #listing.videos .list-type li .img-liste{
    height: 117px;
    width: 32%;
    margin-right: 5%;
  }
  #listing.podcast .list-type li , #listing.mag .list-type li {
    height: 137px;
     overflow: hidden;
  }
  #listing.mag .list-type a:first-child li{
    height: 358px;
    overflow: hidden;
  }
  #listing.mag .list-type a:first-child li .img-liste {
    height: 190px;
  
  }
  #listing.mag .list-type a:first-child li .new, #listing.mag .list-type a:first-child li div.cta {
    top: initial;
    right: initial;
    left: 10px;
    bottom: 10px;
  }
  #listing.podcast .list-type li .img-liste, #listing.mag .list-type li .img-liste{
    height: 117px;
    width: 31%;
    margin-right: 4%;
  }
  #listing.mag .list-type li .txt-liste{
    width: 64%;
    height: 87px;
  }
  #listing.mag .list-type a:first-child li .txt-liste {
    
  }
  #listing.mag .list-type li .txt-liste .txt-titre{
    font-size: 16px;
  }
  #listing.mag .list-type a:first-child li .txt-liste .txt-titre {
    font-size: 20px;
  
  }
  #listing.mag .list-type a:first-child li .txt-liste .txt-type {
    font-size: 16px;
  
  }
  #listing.videos .list-type li .txt-infos {
    left: 33%;
    top: 136px;
  }
  #listing.videos .lecture {
    top: 53px;
    left: 14%;
    width: 32px;
    height: 32px;
  }
  #listing.podcast .list-type li .txt-infos{
    left: 30%;
    top: 160px;
  }
  #listing.podcast .list-type li .txt-liste, #listing.videos .list-type li .txt-liste {
    float: left;
    width: 62%;
    height: 86px;
    overflow: hidden;
  }
  #listing.podcast .lecture {
    width: 32px;
    height: 32px;
    bottom: 10px;
    right: 10px;
  }
  #listing .list-type li .list-type-content .txt-type {
    font-size: 14px;
  }
  #listing.podcast .list-type li .txt-infos, #listing.videos .list-type li .txt-infos{
    font-size: 12px;
    display: none;
  }
  #listing.podcast .cta, #listing.podcast .new, #listing.mag div.cta, #listing.mag .new {
    position: absolute;
    top: initial;
    right: initial;
    left: 35%;
    bottom: 10px;
  }
  #listing.videos .cta, #listing.videos .new{
    position: absolute;
    top: initial;
    right: initial;
    left: 38%;
    bottom: 10px;
  }
  .footer-share{
    height: 218px;
  }
  .footer-share.contenu{
    height: 182px;
  }
  .footer-share .close {
    width: 24px;
    height: 24px;
}
  .footer-share .share-content{
    margin-top: 16px;
  }
  .footer-share .share-content .selected {
    text-align: center;
    margin-bottom: 12px;
  }
  .footer-share .share-content .sep{
    display: none;
  }
  .footer-share .share-content .cta, .footer-share .share-content .sendtxt, .footer-share .share-content .cta.email {
    float: none;
    margin: 0 auto 12px;
    display: table;
    width: 168px;
    text-align: center;
  }
  .footer-share .share-content .cta{
    padding: 6px 12px 8px;
    margin-bottom: 16px!important;
    
  }
  .footer-share .titre-confirmation{
    font-size: 20px;
  }
  .footer-share .back{
    display: none;
  }
  .footer-share textarea{
    width: 90%;
    height: 110px;
    margin-bottom: 32px;
  }
  .footer-share .send-confirmation .titre-txt {

    width: 80%;
  }
  .footer-share .titre-confirmation{
    margin-bottom: 8px;
  }
  .footer-share .txt-confirmation{
    margin-bottom: 32px;
  }
  .footer-share .share-content .cta.add{
    margin-right: auto;
  }
 
  .footer-share .share-content .cta p, .footer-share .share-content .cta.email p{
    text-align: center;
    float: none;
  }
  
  .footer-share .cta.whatsapp{
   display: table;
  }
  #listing.panier .listing-header .listing-filtres .icone-share{
    display: block;
  }
  .footer-share .send-content form{
    width: 90%;
  }
  .footer-share .send-content form input{
    width: 100%;
  }

  #password .content .home-right .login .send, #password .content .home-right .login input[type=submit], #password .content .home-right .champ, .content .home-right .login form .infostitre, .content .home-right .login form .infos, .setpix{
    width: 100%;
  }
  .setpix .pix {

    margin-bottom: 24px;
    width: 100%;
  }
  .setpix .pix img{

    margin: 0 auto;
    
  }
  #password .content .home-right .login .send .txtsend {
    font-size: 21px;
    top: 7px;
    text-align: center;
    width: 100%;
    left: 0;
  }
  #password .content .home-right .login .send img {
    display: none;
  }
   .popin .popin-content{
    width: 90%;
    padding: 24px 5% 32px;
  }
  
  .content .contenu-left, .content .contenu-right, #fiche-contenu.podcast .content .contenu-left, #fiche-contenu.podcast .content .contenu-right, #password .content .home-right .check{
    width: 100%;
  }

  

  .slick-list.draggable, .slick-track{
    height: 100%;
  }
  .slick-prev, .slick-next{
    display: none!important;
  }

  .slider-home-top .contenus ul li{
    width: 23.5%;
    height: 100%;
    bottom: 0;
    top: 0;
  }
  .slider-home-top .contenus ul li:nth-child(1){
    width: 23.5%;
    height: 100%;
  }
  .slider-home-top .contenus ul li:nth-child(4){
    margin-right: 0;
  }

  #intro .content .home-left {
      height: 150px;
      position: relative;
      float: initial;
  }
  #intro .content .home-right{
    position: relative;
    float: initial;
    height: auto;
    padding-bottom: 30px;
  }
  #intro .content .home-right .login{
    position: relative;
    margin-top: 50px;
  }
  .container.login-page, #intro, #intro .content{
    height: auto;
  }
  #intro .content .home-right .logo{
    position: relative;
    bottom: initial;
    margin-top: 50px;
  }
  .txt-home-top .titre-txt {
    font-size: 26px;
  }
  .cover {
    height: 230px;
  }

  .popin .popin-content .popin-titre {
    margin-bottom: 8px;
  }
  #listing.podcast .list-type li .txt-liste .txt-titre{
    font-size: 16px;
  }
  #listing .grid-type li .cta p, #listing.podcast .cta p, #listing.videos .cta p, #listing.mag .cta p {
    font-size: 12px;
  }
  
  
  
  
  /*#listing.podcast .cta, #listing.videos .cta{
    display: none;
  }
  #listing.podcast .cta.mobile, #listing.videos .cta.mobile{
    display: inline-block;
    position: relative;
  }*/
  
}

 
  











