body.page-bonichoix_concours .overlay-box,body.page-bonichoix_contest .overlay-box,body.page-christmas-contest .overlay-box,body.page-concours-de-noel .overlay-box,body.page-entertainlikegrandma .overlay-box,body.page-lesfetescommechezmamie .overlay-box{
  float:left;
  width:100%;
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:flex;
}

@media (min-width:768px) and (max-width:991.98px){
  body.page-bonichoix_concours .overlay-box,body.page-bonichoix_contest .overlay-box,body.page-christmas-contest .overlay-box,body.page-concours-de-noel .overlay-box,body.page-entertainlikegrandma .overlay-box,body.page-lesfetescommechezmamie .overlay-box{
    display:block;
    width:100%;
  }
}

@media (max-width:767.98px){
  body.page-bonichoix_concours .overlay-box,body.page-bonichoix_contest .overlay-box,body.page-christmas-contest .overlay-box,body.page-concours-de-noel .overlay-box,body.page-entertainlikegrandma .overlay-box,body.page-lesfetescommechezmamie .overlay-box{
    display:block;
  }
}

body.page-bonichoix_concours .overlay-box .title,body.page-bonichoix_contest .overlay-box .title,body.page-christmas-contest .overlay-box .title,body.page-concours-de-noel .overlay-box .title,body.page-entertainlikegrandma .overlay-box .title,body.page-lesfetescommechezmamie .overlay-box .title{
  color:#fff;
  text-align:center;
  margin-bottom:.625rem;
}

body.page-bonichoix_concours .overlay-image,body.page-bonichoix_contest .overlay-image,body.page-christmas-contest .overlay-image,body.page-concours-de-noel .overlay-image,body.page-entertainlikegrandma .overlay-image,body.page-lesfetescommechezmamie .overlay-image{
  margin:0;
}

body.page-bonichoix_concours .content-desktop,body.page-bonichoix_contest .content-desktop,body.page-christmas-contest .content-desktop,body.page-concours-de-noel .content-desktop,body.page-entertainlikegrandma .content-desktop,body.page-lesfetescommechezmamie .content-desktop{
  display:block;
}

@media (max-width:767.98px){
  body.page-bonichoix_concours .content-desktop,body.page-bonichoix_contest .content-desktop,body.page-christmas-contest .content-desktop,body.page-concours-de-noel .content-desktop,body.page-entertainlikegrandma .content-desktop,body.page-lesfetescommechezmamie .content-desktop{
    display:none;
  }
}

body.page-bonichoix_concours .content-mobile,body.page-bonichoix_contest .content-mobile,body.page-christmas-contest .content-mobile,body.page-concours-de-noel .content-mobile,body.page-entertainlikegrandma .content-mobile,body.page-lesfetescommechezmamie .content-mobile{
  display:none;
}

@media (max-width:767.98px){
  body.page-bonichoix_concours .content-mobile,body.page-bonichoix_contest .content-mobile,body.page-christmas-contest .content-mobile,body.page-concours-de-noel .content-mobile,body.page-entertainlikegrandma .content-mobile,body.page-lesfetescommechezmamie .content-mobile{
    display:block;
  }
}

body.page-bonichoix_concours .content,body.page-bonichoix_contest .content,body.page-christmas-contest .content,body.page-concours-de-noel .content,body.page-entertainlikegrandma .content,body.page-lesfetescommechezmamie .content{
  position:relative;
  width:100%;
  overflow:hidden;
}

@media (min-width:768px) and (max-width:991.98px){
  body.page-bonichoix_concours .content,body.page-bonichoix_contest .content,body.page-christmas-contest .content,body.page-concours-de-noel .content,body.page-entertainlikegrandma .content,body.page-lesfetescommechezmamie .content{
    width:50%;
    float:left;
  }
}

@media (max-width:767.98px){
  body.page-bonichoix_concours .content,body.page-bonichoix_contest .content,body.page-christmas-contest .content,body.page-concours-de-noel .content,body.page-entertainlikegrandma .content,body.page-lesfetescommechezmamie .content{
    width:100%;
  }
}

body.page-bonichoix_concours .content .content-overlay,body.page-bonichoix_contest .content .content-overlay,body.page-christmas-contest .content .content-overlay,body.page-concours-de-noel .content .content-overlay,body.page-entertainlikegrandma .content .content-overlay,body.page-lesfetescommechezmamie .content .content-overlay{
  background:rgba(0, 0, 0, .7);
  position:absolute;
  height:100%;
  width:100%;
  left:0;
  top:0;
  bottom:0;
  right:0;
  opacity:0;
  -webkit-transition:all .4s ease-in-out 0s;
  -moz-transition:all .4s ease-in-out 0s;
  -o-transition:all .4s ease-in-out 0s;
  transition:all .4s ease-in-out 0s;
}

body.page-bonichoix_concours .content:hover .content-overlay,body.page-bonichoix_contest .content:hover .content-overlay,body.page-christmas-contest .content:hover .content-overlay,body.page-concours-de-noel .content:hover .content-overlay,body.page-entertainlikegrandma .content:hover .content-overlay,body.page-lesfetescommechezmamie .content:hover .content-overlay{
  opacity:1;
}

body.page-bonichoix_concours .content:hover .content-details,body.page-bonichoix_contest .content:hover .content-details,body.page-christmas-contest .content:hover .content-details,body.page-concours-de-noel .content:hover .content-details,body.page-entertainlikegrandma .content:hover .content-details,body.page-lesfetescommechezmamie .content:hover .content-details{
  top:auto;
  left:50%;
  opacity:1;
  bottom:0;
}

body.page-bonichoix_concours .content-image,body.page-bonichoix_contest .content-image,body.page-christmas-contest .content-image,body.page-concours-de-noel .content-image,body.page-entertainlikegrandma .content-image,body.page-lesfetescommechezmamie .content-image{
  max-width:100%;
  height:100%;
  width:100%;
}

body.page-bonichoix_concours .content-details,body.page-bonichoix_contest .content-details,body.page-christmas-contest .content-details,body.page-concours-de-noel .content-details,body.page-entertainlikegrandma .content-details,body.page-lesfetescommechezmamie .content-details{
  position:absolute;
  text-align:left;
  padding:0 1.875rem 1.5625rem;
  width:100%;
  top:auto;
  left:50%;
  opacity:0;
  -webkit-transform:translate(-50%);
  -moz-transform:translate(-50%);
  -o-transform:translate(-50%);
     transform:translate(-50%);
  -webkit-transition:all .3s ease-in-out 0s;
  -moz-transition:all .3s ease-in-out 0s;
  -o-transition:all .3s ease-in-out 0s;
  transition:all .3s ease-in-out 0s;
}

@media (min-width:992px) and (max-width:1199.98px){
  body.page-bonichoix_concours .content-details,body.page-bonichoix_contest .content-details,body.page-christmas-contest .content-details,body.page-concours-de-noel .content-details,body.page-entertainlikegrandma .content-details,body.page-lesfetescommechezmamie .content-details{
    padding:0 .9375rem .625rem;
  }
}

@media (min-width:768px) and (max-width:991.98px){
  body.page-bonichoix_concours .content-details,body.page-bonichoix_contest .content-details,body.page-christmas-contest .content-details,body.page-concours-de-noel .content-details,body.page-entertainlikegrandma .content-details,body.page-lesfetescommechezmamie .content-details{
    padding:0 1.875rem 1.25rem;
  }
}

@media (max-width:767.98px){
  body.page-bonichoix_concours .content-details,body.page-bonichoix_contest .content-details,body.page-christmas-contest .content-details,body.page-concours-de-noel .content-details,body.page-entertainlikegrandma .content-details,body.page-lesfetescommechezmamie .content-details{
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:flex;
    padding:0 1.875rem 1.25rem;
  }
}

@media (max-width:413px){
  body.page-bonichoix_concours .content-details,body.page-bonichoix_contest .content-details,body.page-christmas-contest .content-details,body.page-concours-de-noel .content-details,body.page-entertainlikegrandma .content-details,body.page-lesfetescommechezmamie .content-details{
    padding:0 1.5625rem;
  }
}

@media (max-width:767.98px){
  body.page-bonichoix_concours .content-details .content-details-image,body.page-bonichoix_contest .content-details .content-details-image,body.page-christmas-contest .content-details .content-details-image,body.page-concours-de-noel .content-details .content-details-image,body.page-entertainlikegrandma .content-details .content-details-image,body.page-lesfetescommechezmamie .content-details .content-details-image{
    width:20%;
    display:inline-block;
    float:left;
  }
}

@media (max-width:1600px){
  body.page-bonichoix_concours .content-details .content-details-image img,body.page-bonichoix_contest .content-details .content-details-image img,body.page-christmas-contest .content-details .content-details-image img,body.page-concours-de-noel .content-details .content-details-image img,body.page-entertainlikegrandma .content-details .content-details-image img,body.page-lesfetescommechezmamie .content-details .content-details-image img{
    width:65%;
  }
}

@media (min-width:768px) and (max-width:1199.98px){
  body.page-bonichoix_concours .content-details .content-details-image img,body.page-bonichoix_contest .content-details .content-details-image img,body.page-christmas-contest .content-details .content-details-image img,body.page-concours-de-noel .content-details .content-details-image img,body.page-entertainlikegrandma .content-details .content-details-image img,body.page-lesfetescommechezmamie .content-details .content-details-image img{
    width:50%;
  }
}

@media (max-width:767.98px){
  body.page-bonichoix_concours .content-details .content-details-image img,body.page-bonichoix_contest .content-details .content-details-image img,body.page-christmas-contest .content-details .content-details-image img,body.page-concours-de-noel .content-details .content-details-image img,body.page-entertainlikegrandma .content-details .content-details-image img,body.page-lesfetescommechezmamie .content-details .content-details-image img{
    float:left;
    margin-right:1.25rem;
    display:inline-block;
    width:unset;
  }
}

@media (max-width:767.98px){
  body.page-bonichoix_concours .content-details .content-details-description,body.page-bonichoix_contest .content-details .content-details-description,body.page-christmas-contest .content-details .content-details-description,body.page-concours-de-noel .content-details .content-details-description,body.page-entertainlikegrandma .content-details .content-details-description,body.page-lesfetescommechezmamie .content-details .content-details-description{
    margin-left:1.25rem;
    display:inline-block;
    width:-webkit-calc(100% - 100px);
    width:-webkit-calc(100% - 6.25rem);
    width:-moz-calc(100% - 100px);
    width:-moz-calc(100% - 6.25rem);
    width:calc(100% - 100px);
    width:calc(100% - 6.25rem);
  }
}

@media (max-width:413px){
  body.page-bonichoix_concours .content-details .content-details-description,body.page-bonichoix_contest .content-details .content-details-description,body.page-christmas-contest .content-details .content-details-description,body.page-concours-de-noel .content-details .content-details-description,body.page-entertainlikegrandma .content-details .content-details-description,body.page-lesfetescommechezmamie .content-details .content-details-description{
    width:100%;
  }
}

body.page-bonichoix_concours .content-details .content-details-description h3,body.page-bonichoix_contest .content-details .content-details-description h3,body.page-christmas-contest .content-details .content-details-description h3,body.page-concours-de-noel .content-details .content-details-description h3,body.page-entertainlikegrandma .content-details .content-details-description h3,body.page-lesfetescommechezmamie .content-details .content-details-description h3{
  color:#fff;
  font-weight:500;
  margin:1.25rem 0;
  font-size:1.875rem;
  line-height:1.2;
}

@media (min-width:992px) and (max-width:1199.98px){
  body.page-bonichoix_concours .content-details .content-details-description h3,body.page-bonichoix_contest .content-details .content-details-description h3,body.page-christmas-contest .content-details .content-details-description h3,body.page-concours-de-noel .content-details .content-details-description h3,body.page-entertainlikegrandma .content-details .content-details-description h3,body.page-lesfetescommechezmamie .content-details .content-details-description h3{
    font-size:1.5rem;
  }
}

@media (max-width:767.98px){
  body.page-bonichoix_concours .content-details .content-details-description h3,body.page-bonichoix_contest .content-details .content-details-description h3,body.page-christmas-contest .content-details .content-details-description h3,body.page-concours-de-noel .content-details .content-details-description h3,body.page-entertainlikegrandma .content-details .content-details-description h3,body.page-lesfetescommechezmamie .content-details .content-details-description h3{
    margin:0 0 .625rem;
    font-size:1.5rem;
    line-height:1.2;
  }
}

@media (max-width:413px){
  body.page-bonichoix_concours .content-details .content-details-description h3,body.page-bonichoix_contest .content-details .content-details-description h3,body.page-christmas-contest .content-details .content-details-description h3,body.page-concours-de-noel .content-details .content-details-description h3,body.page-entertainlikegrandma .content-details .content-details-description h3,body.page-lesfetescommechezmamie .content-details .content-details-description h3{
    font-size:1.125rem;
    margin:0 0 .625rem;
  }
}

body.page-bonichoix_concours .content-details .content-details-description p,body.page-bonichoix_contest .content-details .content-details-description p,body.page-christmas-contest .content-details .content-details-description p,body.page-concours-de-noel .content-details .content-details-description p,body.page-entertainlikegrandma .content-details .content-details-description p,body.page-lesfetescommechezmamie .content-details .content-details-description p{
  color:#fff !important;
  font-size:1.125rem;
  font-weight:300;
}

@media (min-width:992px) and (max-width:1199.98px){
  body.page-bonichoix_concours .content-details .content-details-description p,body.page-bonichoix_contest .content-details .content-details-description p,body.page-christmas-contest .content-details .content-details-description p,body.page-concours-de-noel .content-details .content-details-description p,body.page-entertainlikegrandma .content-details .content-details-description p,body.page-lesfetescommechezmamie .content-details .content-details-description p{
    font-size:1rem;
  }
}

@media (max-width:767.98px){
  body.page-bonichoix_concours .content-details .content-details-description p,body.page-bonichoix_contest .content-details .content-details-description p,body.page-christmas-contest .content-details .content-details-description p,body.page-concours-de-noel .content-details .content-details-description p,body.page-entertainlikegrandma .content-details .content-details-description p,body.page-lesfetescommechezmamie .content-details .content-details-description p{
    font-size:1rem;
    line-height:1.2;
    margin-bottom:.625rem;
  }
}

@media (max-width:413px){
  body.page-bonichoix_concours .content-details .content-details-description p,body.page-bonichoix_contest .content-details .content-details-description p,body.page-christmas-contest .content-details .content-details-description p,body.page-concours-de-noel .content-details .content-details-description p,body.page-entertainlikegrandma .content-details .content-details-description p,body.page-lesfetescommechezmamie .content-details .content-details-description p{
    font-size:.875rem;
  }
}

@media (max-width:374px){
  body.page-bonichoix_concours .content-details .content-details-description p,body.page-bonichoix_contest .content-details .content-details-description p,body.page-christmas-contest .content-details .content-details-description p,body.page-concours-de-noel .content-details .content-details-description p,body.page-entertainlikegrandma .content-details .content-details-description p,body.page-lesfetescommechezmamie .content-details .content-details-description p{
    font-size:.75rem;
  }
}

body.page-bonichoix_concours .fadeIn-bottom,body.page-bonichoix_contest .fadeIn-bottom,body.page-christmas-contest .fadeIn-bottom,body.page-concours-de-noel .fadeIn-bottom,body.page-entertainlikegrandma .fadeIn-bottom,body.page-lesfetescommechezmamie .fadeIn-bottom{
  top:auto;
}

@media (min-width:768px) and (max-width:991.98px){
  body.page-bonichoix_concours .component_z_pattern.-right-to-left .safety-container .text-container,body.page-bonichoix_contest .component_z_pattern.-right-to-left .safety-container .text-container,body.page-christmas-contest .component_z_pattern.-right-to-left .safety-container .text-container,body.page-concours-de-noel .component_z_pattern.-right-to-left .safety-container .text-container,body.page-entertainlikegrandma .component_z_pattern.-right-to-left .safety-container .text-container,body.page-lesfetescommechezmamie .component_z_pattern.-right-to-left .safety-container .text-container{
    padding:.9375rem 1.875rem;
  }
}

body.page-bonichoix_concours .component_z_pattern.-right-to-left .safety-container .text-container p,body.page-bonichoix_contest .component_z_pattern.-right-to-left .safety-container .text-container p,body.page-christmas-contest .component_z_pattern.-right-to-left .safety-container .text-container p,body.page-concours-de-noel .component_z_pattern.-right-to-left .safety-container .text-container p,body.page-entertainlikegrandma .component_z_pattern.-right-to-left .safety-container .text-container p,body.page-lesfetescommechezmamie .component_z_pattern.-right-to-left .safety-container .text-container p{
  font-weight:300;
}

@media (min-width:576px){
  body.page-bonichoix_concours .component_z_pattern.-right-to-left .safety-container .image-container,body.page-bonichoix_contest .component_z_pattern.-right-to-left .safety-container .image-container,body.page-christmas-contest .component_z_pattern.-right-to-left .safety-container .image-container,body.page-concours-de-noel .component_z_pattern.-right-to-left .safety-container .image-container,body.page-entertainlikegrandma .component_z_pattern.-right-to-left .safety-container .image-container,body.page-lesfetescommechezmamie .component_z_pattern.-right-to-left .safety-container .image-container{
    margin-right:0;
  }
}

@media (min-width:768px) and (max-width:991.98px){
  body.page-bonichoix_concours .component_z_pattern.-right-to-left .safety-container .image-container img,body.page-bonichoix_contest .component_z_pattern.-right-to-left .safety-container .image-container img,body.page-christmas-contest .component_z_pattern.-right-to-left .safety-container .image-container img,body.page-concours-de-noel .component_z_pattern.-right-to-left .safety-container .image-container img,body.page-entertainlikegrandma .component_z_pattern.-right-to-left .safety-container .image-container img,body.page-lesfetescommechezmamie .component_z_pattern.-right-to-left .safety-container .image-container img{
    min-height:18.75rem;
  }
}

@media (max-width:767.98px){
  body.page-bonichoix_concours .component_z_pattern.-right-to-left .safety-container .image-container img,body.page-bonichoix_contest .component_z_pattern.-right-to-left .safety-container .image-container img,body.page-christmas-contest .component_z_pattern.-right-to-left .safety-container .image-container img,body.page-concours-de-noel .component_z_pattern.-right-to-left .safety-container .image-container img,body.page-entertainlikegrandma .component_z_pattern.-right-to-left .safety-container .image-container img,body.page-lesfetescommechezmamie .component_z_pattern.-right-to-left .safety-container .image-container img{
    -o-object-position:right;
       object-position:right;
  }
}

body.page-bonichoix_concours .logo-icon-img,body.page-bonichoix_contest .logo-icon-img,body.page-christmas-contest .logo-icon-img,body.page-concours-de-noel .logo-icon-img,body.page-entertainlikegrandma .logo-icon-img,body.page-lesfetescommechezmamie .logo-icon-img{
  max-width:25%;
  margin-right:2.5rem;
}

@media (max-width:767.98px){
  body.page-bonichoix_concours .logo-icon-img,body.page-bonichoix_contest .logo-icon-img,body.page-christmas-contest .logo-icon-img,body.page-concours-de-noel .logo-icon-img,body.page-entertainlikegrandma .logo-icon-img,body.page-lesfetescommechezmamie .logo-icon-img{
    max-width:20%;
    margin-right:.9375rem;
  }
}

@media (min-width:992px) and (max-width:1199.98px){
  body.page-bonichoix_concours .red_button .fl-button-wrap a.fl-button,body.page-bonichoix_contest .red_button .fl-button-wrap a.fl-button,body.page-christmas-contest .red_button .fl-button-wrap a.fl-button,body.page-concours-de-noel .red_button .fl-button-wrap a.fl-button,body.page-entertainlikegrandma .red_button .fl-button-wrap a.fl-button,body.page-lesfetescommechezmamie .red_button .fl-button-wrap a.fl-button{
    font-size:.875rem;
  }
}

@media (min-width:1600px){
  body.page-bonichoix_concours .christmas-product-image,body.page-bonichoix_contest .christmas-product-image,body.page-christmas-contest .christmas-product-image,body.page-concours-de-noel .christmas-product-image,body.page-entertainlikegrandma .christmas-product-image,body.page-lesfetescommechezmamie .christmas-product-image{
    width:20%;
  }
}

@media (min-width:992px) and (max-width:1199.98px){
  body.page-bonichoix_concours .christmas-product-image,body.page-bonichoix_contest .christmas-product-image,body.page-christmas-contest .christmas-product-image,body.page-concours-de-noel .christmas-product-image,body.page-entertainlikegrandma .christmas-product-image,body.page-lesfetescommechezmamie .christmas-product-image{
    width:100%;
  }
}

@media (min-width:992px) and (max-width:1199.98px){
  body.page-bonichoix_concours .christmas-product-image>.fl-col-content,body.page-bonichoix_contest .christmas-product-image>.fl-col-content,body.page-christmas-contest .christmas-product-image>.fl-col-content,body.page-concours-de-noel .christmas-product-image>.fl-col-content,body.page-entertainlikegrandma .christmas-product-image>.fl-col-content,body.page-lesfetescommechezmamie .christmas-product-image>.fl-col-content{
    min-height:37.5rem;
  }
}

@media (min-width:1200px) and (max-width:1299px){
  body.page-bonichoix_concours .christmas-product-text,body.page-bonichoix_contest .christmas-product-text,body.page-christmas-contest .christmas-product-text,body.page-concours-de-noel .christmas-product-text,body.page-entertainlikegrandma .christmas-product-text,body.page-lesfetescommechezmamie .christmas-product-text{
    width:60%;
  }
}

@media (min-width:992px) and (max-width:1199.98px){
  body.page-bonichoix_concours .christmas-product-text,body.page-bonichoix_contest .christmas-product-text,body.page-christmas-contest .christmas-product-text,body.page-concours-de-noel .christmas-product-text,body.page-entertainlikegrandma .christmas-product-text,body.page-lesfetescommechezmamie .christmas-product-text{
    width:100%;
  }
}

@media (min-width:1200px) and (max-width:1299px){
  body.page-bonichoix_concours .christmas-product-text>.fl-col-content,body.page-bonichoix_contest .christmas-product-text>.fl-col-content,body.page-christmas-contest .christmas-product-text>.fl-col-content,body.page-concours-de-noel .christmas-product-text>.fl-col-content,body.page-entertainlikegrandma .christmas-product-text>.fl-col-content,body.page-lesfetescommechezmamie .christmas-product-text>.fl-col-content{
    padding:1.25rem;
  }
}

@media (min-width:992px) and (max-width:1199.98px){
  body.page-bonichoix_concours .christmas-product-text>.fl-col-content,body.page-bonichoix_contest .christmas-product-text>.fl-col-content,body.page-christmas-contest .christmas-product-text>.fl-col-content,body.page-concours-de-noel .christmas-product-text>.fl-col-content,body.page-entertainlikegrandma .christmas-product-text>.fl-col-content,body.page-lesfetescommechezmamie .christmas-product-text>.fl-col-content{
    padding:1.25rem;
  }
}

body.page-bonichoix_concours .promo-listing,body.page-bonichoix_contest .promo-listing,body.page-christmas-contest .promo-listing,body.page-concours-de-noel .promo-listing,body.page-entertainlikegrandma .promo-listing,body.page-lesfetescommechezmamie .promo-listing{
  padding-left:.9375rem;
}

body.page-bonichoix_concours .promo-listing li,body.page-bonichoix_contest .promo-listing li,body.page-christmas-contest .promo-listing li,body.page-concours-de-noel .promo-listing li,body.page-entertainlikegrandma .promo-listing li,body.page-lesfetescommechezmamie .promo-listing li{
  margin-bottom:.9375rem;
  color:#02243e;
}

body.page-bonichoix_concours .promo-listing li::marker,body.page-bonichoix_contest .promo-listing li::marker,body.page-christmas-contest .promo-listing li::marker,body.page-concours-de-noel .promo-listing li::marker,body.page-entertainlikegrandma .promo-listing li::marker,body.page-lesfetescommechezmamie .promo-listing li::marker{
  font-weight:700;
}

body.page-bonichoix_concours .ho_to_enter .component_list_module.-ordered .list_content li,body.page-bonichoix_contest .ho_to_enter .component_list_module.-ordered .list_content li,body.page-christmas-contest .ho_to_enter .component_list_module.-ordered .list_content li,body.page-concours-de-noel .ho_to_enter .component_list_module.-ordered .list_content li,body.page-entertainlikegrandma .ho_to_enter .component_list_module.-ordered .list_content li,body.page-lesfetescommechezmamie .ho_to_enter .component_list_module.-ordered .list_content li{
  font-size:1.5rem;
  line-height:1.5;
  font-weight:300;
  color:#fff;
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
     -moz-box-align:center;
          align-items:center;
  padding-left:5rem;
  padding-top:1.5625rem;
  padding-bottom:1.5625rem;
}

@media (max-width:1199.98px){
  body.page-bonichoix_concours .ho_to_enter .component_list_module.-ordered .list_content li,body.page-bonichoix_contest .ho_to_enter .component_list_module.-ordered .list_content li,body.page-christmas-contest .ho_to_enter .component_list_module.-ordered .list_content li,body.page-concours-de-noel .ho_to_enter .component_list_module.-ordered .list_content li,body.page-entertainlikegrandma .ho_to_enter .component_list_module.-ordered .list_content li,body.page-lesfetescommechezmamie .ho_to_enter .component_list_module.-ordered .list_content li{
    font-size:1.25rem;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
       -moz-box-align:start;
            align-items:flex-start;
    padding-left:3.75rem;
    padding-top:.9375rem;
    padding-bottom:.9375rem;
  }
}

body.page-bonichoix_concours .ho_to_enter .component_list_module.-ordered .list_content li:before,body.page-bonichoix_contest .ho_to_enter .component_list_module.-ordered .list_content li:before,body.page-christmas-contest .ho_to_enter .component_list_module.-ordered .list_content li:before,body.page-concours-de-noel .ho_to_enter .component_list_module.-ordered .list_content li:before,body.page-entertainlikegrandma .ho_to_enter .component_list_module.-ordered .list_content li:before,body.page-lesfetescommechezmamie .ho_to_enter .component_list_module.-ordered .list_content li:before{
  font-size:2.25rem;
  line-height:1.4;
  width:3.75rem;
  height:3.75rem;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
     -moz-box-pack:center;
          justify-content:center;
  font-family:palanquin,sans-serif;
}

@media (max-width:1199.98px){
  body.page-bonichoix_concours .ho_to_enter .component_list_module.-ordered .list_content li:before,body.page-bonichoix_contest .ho_to_enter .component_list_module.-ordered .list_content li:before,body.page-christmas-contest .ho_to_enter .component_list_module.-ordered .list_content li:before,body.page-concours-de-noel .ho_to_enter .component_list_module.-ordered .list_content li:before,body.page-entertainlikegrandma .ho_to_enter .component_list_module.-ordered .list_content li:before,body.page-lesfetescommechezmamie .ho_to_enter .component_list_module.-ordered .list_content li:before{
    font-size:1.875rem;
    line-height:1.1;
    width:2.5rem;
    height:2.5rem;
  }
}

@media (max-width:767.98px){
  body.page-bonichoix_concours .ho_to_enter .how_to_image .fl-col-content,body.page-bonichoix_contest .ho_to_enter .how_to_image .fl-col-content,body.page-christmas-contest .ho_to_enter .how_to_image .fl-col-content,body.page-concours-de-noel .ho_to_enter .how_to_image .fl-col-content,body.page-entertainlikegrandma .ho_to_enter .how_to_image .fl-col-content,body.page-lesfetescommechezmamie .ho_to_enter .how_to_image .fl-col-content{
    background-image:unset;
  }
}

body.page-bonichoix_concours .ho_to_enter .how_to_list ol,body.page-bonichoix_contest .ho_to_enter .how_to_list ol,body.page-christmas-contest .ho_to_enter .how_to_list ol,body.page-concours-de-noel .ho_to_enter .how_to_list ol,body.page-entertainlikegrandma .ho_to_enter .how_to_list ol,body.page-lesfetescommechezmamie .ho_to_enter .how_to_list ol{
  max-width:100%;
}

@media (max-width:767.98px){
  body.page-bonichoix_concours .start-holiday-content p:last-child,body.page-bonichoix_contest .start-holiday-content p:last-child,body.page-christmas-contest .start-holiday-content p:last-child,body.page-concours-de-noel .start-holiday-content p:last-child,body.page-entertainlikegrandma .start-holiday-content p:last-child,body.page-lesfetescommechezmamie .start-holiday-content p:last-child{
    margin-bottom:0;
  }
}

@media (min-width:992px) and (max-width:1199.98px){
  body.page-bonichoix_concours .christmas-price-text>.fl-col-content,body.page-bonichoix_contest .christmas-price-text>.fl-col-content,body.page-christmas-contest .christmas-price-text>.fl-col-content,body.page-concours-de-noel .christmas-price-text>.fl-col-content,body.page-entertainlikegrandma .christmas-price-text>.fl-col-content,body.page-lesfetescommechezmamie .christmas-price-text>.fl-col-content{
    margin-right:2.5rem;
  }
}

@media (min-width:1200px) and (max-width:1299px){
  body.page-bonichoix_concours .christmas-price-text>.fl-col-content,body.page-bonichoix_contest .christmas-price-text>.fl-col-content,body.page-christmas-contest .christmas-price-text>.fl-col-content,body.page-concours-de-noel .christmas-price-text>.fl-col-content,body.page-entertainlikegrandma .christmas-price-text>.fl-col-content,body.page-lesfetescommechezmamie .christmas-price-text>.fl-col-content{
    margin-right:2.5rem;
  }
}

/*# sourceMappingURL=page-bonichoix-concours.min.css.map */
