/* ## FONTs ################################### */
  /* Manrope Variant */
  @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

  /* Party  Bold (Regular not needed) */
  @font-face {
    font-family: Party;
    src: url('../../../ASSETS/fonts/Party-Bold.woff2') format('woff2');
    src: url('../../../ASSETS/fonts/Party-Bold.woff') format('woff');
    font-weight:700;
    font-display: swap;
  }
/* ## structure ####################################################### */
.ftlHTML{
    font-family:'Manrope', Arial, sans-serif;
    font-size:20px;
    color:#000;
    padding:0 0 2em 0;
}
  
/* ## contenu livraison avant Noel ## */  
  
  .Overlay {
    display: none;
  }
  .livNoel {
    font-weight: 300;
    background-color: #232323;
  }
  .livNoel-fplus {
    display: inline-block;
    white-space: nowrap;
    background: url(../images/picto-carte-darty-small.png) no-repeat top right;
    padding-right: 35px;
  }
  .livNoelSouligne {
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 1px solid #FFF;
  }
  .livNoel-content {
    padding:1.5em 1.5em 1em 1.5em;
    background: url(../images/bg-livraison-noel-desktop.jpg) no-repeat right top;
    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: 2.4em;
    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;
    font-weight: normal;
    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;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.28);
  }
  .livNoel-blk-ttl {
    background-color: #F61B33;
    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: #F61B33;
  }
  .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: #F61B33;
    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: #F61B33;
    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: #F61B33;
  }

  .opeLivraisonOffer{
    display:none;
  }
  .livNoel-livList.phase-periode1 .opeLivraisonOffer,
  .livNoel-livList.phase-periode1-lastday .opeLivraisonOffer,
  .livNoel-livList.phase-periode2 .opeLivraisonOffer  {
    color: #F61B33;
    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 );
}
  
/* ### Bandeau retours prolongés */
.pushRetours {
  display: flex;
  align-items: center;
  font-size:1em;
  padding:0.8em;
  background-color: #f2f2f2;
  margin:0 auto 1.5em auto;
}
  .pushRetours-icon{
    width:2em;
    height:2em;
    margin:0 3% 0 0;
  }
  .pushRetours-main{
    flex-basis:calc(100% - 2em);
    margin:0;
  }
    .pushRetours-title {
      font-size: 0.9em;
      font-weight: 700;
      margin:0 0 0.5em 0;
    }
    .pushRetours-desc {
      font-size: 0.8em;
      font-weight: 400;
      line-height: 1.3;
      margin:0;
    }
      .pushRetours-desc-mention {
        display: block;
        font-style: normal;
        font-size: 13px;
        color:#757575;
      }   
  
/* ##### 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){
    .ftlHTML{
        font-size:18px;
    }
    #dcom_main_container .site .ftlHTML{ /* template Darty menu Mobile */
        width: 100vw;
    }
    #dcom_main_container > table .ftlHTML{ /* template Darty header XXL */
        width:93.75vw;
        margin-left:auto;
        margin-right:auto;
    }
    #dcom_main_container > table{
        background-color:#FFF !important;
    }
    .ftlHTML img{
        max-width:100%;
    }
    .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){
    .ftlHTML{
        padding:0 0 1.5em 0;
        font-size:16px;
    }
    .withGuttersOnMobile{
        width:93.75vw;
        margin-left:auto;
        margin-right:auto;
    } 
    .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;
    }
  }
  