
  
/* ## contenu livraison avant Noel ## */  
  
  .Overlay {
    display: none;
  }
  .livNoel {
    background-color: #232323;
  }
  .livNoelSouligne {
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 1px solid #FFF;
  }
  .livNoel-content {
    padding:1.5em 1.5em 1em 1.5em;
    background: linear-gradient(280deg,rgba(0, 41, 3, 0.5) 0%, rgba(0, 41, 3, 0.3) 70%), url(../images/bg-livraison-noel-desktop.jpg) ;
    background-repeat: no-repeat;
    background-position:  top right;
    background-size:cover;
    min-height: 555px;
    margin: 0 auto;
  }
  .livNoel-head {
    margin-bottom:2em;
  }
  .livNoel-head-ttl {
    color: #FFF;
    font-family:Party, 'Arial Narrow', 'Trebuchet MS', sans-serif;   
    font-size: 2em;
    font-weight:normal;
    line-height: 1.1;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    margin: 0;
  }
  .livNoel-head-intro {
    max-width:540px;
    color: #FFF;
    font-size: 1.25em;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin: 0.5em 0 0 0;
  }
  .livNoel-main {

  }
  .livNoel-main-wrapper {
    display: flex;
    align-items: flex-start;
  }
  .livNoel-blk {
    background-color: #FFF;
    border-radius: 8px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3), 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .livNoel-blk-ttl {
    background-color: #E21212;
    border-radius: 5px 5px 0 0;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 1em 1em;
    margin: 0;
  }
  .livNoel-blk-ttl span {
    font-size: 0.8em;
    font-weight: 500;
  }
  .livNoel-blk-content {
    padding: 0.5em;
    color: #3D3953;
  }
  .livNoel-blk--calendar {
    margin-right: 20px;
    width: 34%;
    min-width: 320px;
    max-width: 462px;
  }
  .livNoel-blk--delivery {
    width: 65%;
    position: relative;
  }
  /*.livNoel-blk--delivery > div::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 70px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #ffffff transparent transparent;
  }*/
  .livNoel-calGrid-ttl {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    margin: 1em 0;
  }
  .livNoel-calGrid-days {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
  }
  .livNoel-calGrid-days-item {
    font-size: 14px;
    line-height: 34px;
    font-weight: 700;
    width: 14.28571428571429%;
    text-align: center;
    padding: 5px 0;
  }
  .livNoel-calGrid-days-item span {
    display: block;
    margin: auto;
    width: 34px;
    height: 34px;
  }
  .livNoel-calGrid-dates {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .livNoel-calGrid-dates-item {
    font-size: 14px;
    line-height: 34px;
    font-weight: 500;
    width: 14.28571428571429%;
    text-align: center;
    padding: 2px 0;
    cursor: pointer;
  }
  .livNoel-calGrid-dates-item--disabled {
    color: #CCC;
    cursor: initial;
  }
  .livNoel-calGrid-dates-item em {
    font-size: 14px;
    font-style: normal;
    display: none;
  }
  .livNoel-calGrid-dates-item > span {
    display: block;
    margin: auto;
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
  .livNoel-calGrid-dates-item > span.today:not(active) {
    color: #E21212;
  }
  .livNoel-calGrid-dates-item:not(.livNoel-calGrid-dates-item--disabled) span:hover,
  .livNoel-calGrid-dates-item:not(.livNoel-calGrid-dates-item--disabled) span.active {
    background-color: #E21212;
    color: #FFF;
    border-radius: 50%;
  }
  .livNoel-livList {
    list-style-type: none;
    padding: 0 0.5em;
  }
  .livNoel-livList-item {
    padding: 1em 0.2em;
    border-bottom: 1px solid #EAEAEA;
    margin: 0;
  }
  .livNoel-livList-item:last-child,
  .livNoel-livList-item--last {
    border-bottom: none;
  }
  .livNoel-livList-item-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  .livNoel-livList-item-desc-ttl {
    font-size: 14px;
    font-weight: normal;
    color:#000;
    padding: 0;
    margin: 0 1em 0 0;
  }
  .livNoel-livList-item-desc-ttl strong {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #E21212;
    margin-top:3px;
  }
  .livNoel-livList-item-desc-ttl .withDmax{
    display:flex;
    align-content: flex-start;
    font-size: 13px;
    font-weight: normal;
    color:#005AD0;
    text-decoration:none;
    margin-top:3px;
  }
  .livNoel-livList-item-desc-ttl .withDmax:hover{
    color:#666;
    text-decoration:none;
  }
    .livNoel-livList-item-desc-ttl .withDmax img{
      display:none;
      height:0.8em;
      margin:2px 3px 0 0;  
    }
  .livNoel-livList-item-desc-date {
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    text-align: right;
    padding:0;
    margin: 0;
  }
  .livNoel-livList-item-desc-date span {
    display: block;
    font-style: normal;
  }
  .livNoel-livList-item-desc-date .livNoel-dateIDF{
    color:#999;
  }
  .livNoel-livList.phase-periode0 > .livNoel-livList-item:not(.phase-periode0),
  .livNoel-livList.phase-periode1 > .livNoel-livList-item:not(.phase-periode1),
  .livNoel-livList.phase-periode1-lastday > .livNoel-livList-item:not(.phase-periode1),
  .livNoel-livList.phase-periode2 > .livNoel-livList-item:not(.phase-periode2),
  .livNoel-livList.phase-periode2-lastday > .livNoel-livList-item:not(.phase-periode2),
  .livNoel-livList.phase-periode3 > .livNoel-livList-item:not(.phase-periode3),
  .livNoel-livList.phase-periode4 > .livNoel-livList-item:not(.phase-periode4) ,
  .livNoel-livList.phase-periode5 > .livNoel-livList-item:not(.phase-periode5)  {
    display: none;
  }

  .livNoel-livList.phase-periode1-lastday .livNoel-livList-item-desc-date .phase-periode1-lastday,
  .livNoel-livList.phase-periode2-lastday .livNoel-livList-item-desc-date .phase-periode2-lastday,
  .livNoel-livList.phase-periode3 .livNoel-livList-item-desc-date .phase-periode3,
  .livNoel-livList.phase-periode4 .livNoel-livList-item-desc-date .phase-periode4,
  .livNoel-livList.phase-periode5 .livNoel-livList-item-desc-date .phase-periode5  {
    font-weight: bold;
    color: #E21212;
  }

  .opeLivraisonOffer{
    display:none;
  }
  .livNoel-livList.phase-periode1 .opeLivraisonOffer,
  .livNoel-livList.phase-periode1-lastday .opeLivraisonOffer,
  .livNoel-livList.phase-periode2 .opeLivraisonOffer  {
    color: #E21212;
    display:block;
  }

/* ##### Section PROMO ##  */
  .sectionPromo{
    margin-top:10px;
  }
  .sectionPromo::before,
  .sectionPromo::after {
    content: " ";
    display: table;
  }
  .sectionPromo::after {
    clear: both;
  }
  .blkPromo{
    display:block;
    width:calc((100% - 10px) / 2 );
    float:left;
  }
  .blkPromo:not(:first-child){
    margin-left:10px;
  }
  .blkPromo:hover{
    opacity:0.8;
  }
  .blkPromo img{
    max-width:100%;
    margin:0 auto;
  }
  
  
  
/* ##### BANNERS*/
  
.sectionBanner{
    margin:2em auto;
}
.sectionHeader + .sectionBanner{
    margin-top:1em;
}
.sectionBanner--withBorders{
    border:1px solid #f2f2f2;
    border-width:2px 0 ;
}
.sectionBanner a{
    display:block;
}
.sectionBanner a:hover{
    opacity:0.8;
}
.sectionBanner img{
    display:block;
    margin:0 auto;
    max-width:100%;
}
.sectionBanner--two{
    display:flex;
    justify-content: space-between;
}
.sectionBanner--two a{
    flex-basis: calc(( 100% - 1em ) / 2 );
}
  
  
  
/* ##### mentions legales*/
.mentions-legales {
  padding:2em;
  font-size: 0.6em;
  color: #414141;
  background-color: #F2F2F2;
  margin:2.5em 0;
}
  .mentions-legales h2{
      font-size: 1em;
      margin:0;
  }
  .mentions-legales p{
      font-size: 1em;
      margin:1em 0 0 0;
  }
  .js-publiAccordionLight-toggle {
    cursor: pointer;
  }
  .js-publiAccordionLight-content {
    display: none;
  }

/* ============================================================================================*/
/* ==== RESPONSIVE behaviour ==================================================================*/
/* ============================================================================================*/

@media (max-width: 767px){

    .livNoel-content {
      background-color: #009444;
      background-image: url(../images/bg-livraison-noel-mobile.jpg);
      background-size: 100%;
      padding-top: 2em;
      height: auto;
    }

    .livNoel-head-ttl{
      font-size:2em;
    }

  }
  @media (max-width: 650px) {

    .livNoel-main-wrapper {
      display: block;
    }
    .livNoel-blk--delivery {
      margin: 0 auto;
      width: 90%;
      min-width: initial;
      max-width: initial;
    }
    .livNoel-blk--delivery > div::before {
      display: none;
    }
    .livNoel-blk--calendar {
      margin: 0 auto 20px auto;
      width: 80%;
      min-width: initial;
      max-width: 460px;
    }
  }
  @media (max-width: 480px){

    .livNoel-content{
      padding:1.5em 3.125vw 3.125vw 3.125vw  ;
    }
    .livNoel-head {
      margin-bottom: 1em;
    }
    .livNoel-head-ttl{
      font-size:1.5em;
    }
    .livNoel-head-intro{
      font-size:0.9em;
    }
    .blkPromo{
      width:100%;
      float:none;
    }
    .blkPromo:not(:first-child){
      margin-top:10px;
      margin-left:0;
    }
  }
  @media (max-width: 420px) {
	  
	  
	.sectionBanner--withBorders{
       border-width:8px ;
    }
    .sectionBanner--two{
        display:block;
    }
    .sectionBanner--two a:not(:first-child) {
        margin-top:1em;
    }
	  
	  
    .livNoel-main {
      padding-bottom: 0;
    }
    .livNoel-main-wrapper {
      width: 100%;
    }

    .livNoel-blk--calendar,
    .livNoel-blk--delivery {
      width: 100%;
      margin: 0;
    }
    .livNoel-calGrid-days {
      display: none;
    }
    .livNoel-calGrid-dates {
      flex-wrap: nowrap;
      width: auto;
      overflow: auto;
      padding-bottom: 20px;
    }
    .livNoel-calGrid-dates-item {
      width: auto;
      display: inline-block;
      margin: 0 5px;
    }
    .livNoel-calGrid-dates-item em {
      display: block;
      margin: 0 auto;
    }
    .livNoel-calGrid-dates-item span {
      font-size: 20px;
      width: 46px;
      height: 46px;
      line-height: 46px;
    }
    .livNoel-livList-item-desc {
      display: block;
    }
    .livNoel-livList-item-desc-ttl {
      font-size: 16px;
      margin-right:0;
    }
    .livNoel-livList-item-desc-date {
      /*font-size: 16px;*/
      color: #999;
      text-align: left;
      margin-top:3px;
    }
    .livNoel-livList-item-desc-date br {
      Display:none;
    }
  }
  