/** Shopify CDN: Minification failed

Line 146:2 "transfor-origin" is not a known CSS property
Line 512:21 Unterminated string token

**/
body.page-landing-baby #MainContent, body.page-giftguide #MainContent{
  padding:0;
  max-width: 100%;
  margin-top:-65px;
}

body.is_landing_fosfo.page-giftguide .announcement-bar{
  background-color: #FD5D1F;
  color: #fff;
}

.fosfo_hero_video_wrap{

  position: relative;
  padding-top: 38%;
  
}

.fosfo_hero_video_wrap .video_bg{

  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  
}

.fosfo_hero_video_wrap video, .fosfo_hero_video_wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fosfo_hero_video_wrap .content{

  position: absolute;
  top: 0;
  left: 10%;
  bottom: 0;
  display: flex;
  align-items: center;
  
}

.fosfo_hero_video_wrap .content .title{
  font-size: 65px;
  color: #fff;
  font-weight: 300;
  line-height: 116%;
}

.fosfo_hero_video_wrap .content .wrapper_btn a{
  min-width: 150px;
}
.fosfo_hero_video_wrap .content .wrapper_btn a:hover{
  min-width: 200px;
  opacity: 1;
}

.fosfo_hero_video_wrap .content .wrapper_btn{
  width: 200px;
  margin-top:20px;
position: relative;
left: -25px;
text-align: center;
}

.fosfo_product_present{
  padding: 110px 0;
}

.fosfo_product_present .list-produit{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fosfo_product_present .list-produit .produit-item {
  width: 33%;
  padding: 0 1.5%;
  margin-bottom: 80px;
}



.fosfo_product_present .produit_image_mask .image{
  background: #E6E4E2;
  position: relative;
}

.fosfo_product_present .produit_meta{
    margin-top: 25px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.4px;
}


.fosfo_product_present .product_title {
  margin-bottom: 8px;
}

/*.fosfo_product_present .product_price{
  color:#EC5B29;
}*/

.fosfo_product_present .picto{
  position: absolute;
  width:22px;
  height:24px;
  right: 20px;
  bottom: 25px;
}

.fosfo_product_present .picto:after{
  content:"";
  display:block;
  width:100%;
  height: 100%;
  background-image: url("/cdn/shop/files/icon-svg-panier-2.svg?v=1659364878");
  background-repeat: no-repeat;
  background-size:100%;
  position: relative;
  
}

.fosfo_product_present .picto:before{
  content:"";
  display:block;
  width:54px;
  height:54px;
  border-radius: 50%;
  background-color: #FD5D1F;
  position: absolute;
  left: -16px;
  top: -14px;
  transform:scale(0);
  transfor-origin:center;
  transition:all 0.5s;
}

.fosfo_product_present .picto:hover:before{
  transform:scale(1);
}

.fosfo_image_text_full{
  background-color:#FD5D1F;
}

.fosfo_image_text_full .fosfo_image_text_full_inner{
  display: flex;
  flex-wrap: wrap;
}

.fosfo_image_text_full .fosfo_image_text_full_inner > div{
  width:50%;
}

.fosfo_image_text_full .content{
    display: flex;
    align-items: center;
    color: #fff;
}

.fosfo_image_text_full h2{

  margin-bottom: 70px;
  
}

.fosfo_image_text_full .inner_content{

  font-size: 24px;
  line-height: 130%;
  margin-bottom: 80px;
  
}

.fosfo_image_text_full .btn{
  color:#fff;
}

@media (min-width: 1025px){

  .fosfo_image_text_full h2{
    font-size:50px;
    line-height:60px;
  }
  
}

.fosfo_reassurance{
  margin: 0;
  padding: 130px 0 110px;
}

.fosfo_reassurance .text-with-icons__blocks img{
    max-height: 64px;
}

.fosfo_reassurance .text-with-icons__blocks h3{
   font-weight: 600;
}
.fosfo_reassurance .text-with-icons__blocks h3, .fosfo_reassurance .text-with-icons__blocks p{
  font-size: 17px;
  color: #1A739C;
  line-height: 130%;
}

.fosfo_reassurance .text-with-icons__block-title{

  margin-top: 24px;
  
}

.fosfo_portfolio_image .fosfo_portfolio_image_inner{
  max-width: 1200px;
  margin: auto;
  margin-bottom: 140px;
}

.fosfo_portfolio_image .list-image{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fosfo_portfolio_image .item-image{
  width:32%;
  padding-top: 45%;
  margin-bottom: 2%;
  position: relative;
  overflow: hidden;
}

.fosfo_portfolio_image .item-image img{
  position: absolute;
  width:100%;
  height: 100%;
  object-fit:cover;
  top:0;
  left:0;
}



@media (max-width:1199px){

  .fosfo_hero_video_wrap{
    padding-top: 50%;
  }

  .fosfo_image_text_full .fosfo_image_text_full_inner .inner_image{

    height: 100%;
    
  }

  .fosfo_image_text_full .fosfo_image_text_full_inner .inner_image img{
    height: 100%;
    object-fit: cover;
  }

  .fosfo_image_text_full .content .title{
    font-size: 40px;
  }

  .fosfo_image_text_full .inner_content{
    font-size: 18px;
    margin-bottom: 40px;
  }

  .fosfo_image_text_full h2 {
    margin-bottom: 40px;
  }
  
}

@media (max-width:1023px){

  .fosfo_product_present .produit_meta{
    font-size: 18px;
  }

  .fosfo_reassurance{
    padding: 80px 0;
  }
  
}

@media (max-width:991px){

  .fosfo_image_text_full .fosfo_image_text_full_inner{
    flex-direction: column;
  }

  .fosfo_image_text_full .fosfo_image_text_full_inner > div{
    width:100%;
  }

  .fosfo_image_text_full .fosfo_image_text_full_inner .content{
    padding: 60px 0;
  }

  .fosfo_image_text_full .fosfo_image_text_full_inner .image .inner_image{
    padding:17px 17px 0;
  }

  .fosfo_reassurance{
    padding-bottom: 40px;
  }
  
}

@media (max-width:1023px) and (min-width:768px){
  .fosfo_product_present{
    padding-bottom: 40px;
  }
}

@media (max-width:767px){

  .fosfo_hero_video_wrap .content .title{
    font-size: 40px;
  }

  .fosfo_product_present{

      padding: 60px 0 0;
    
  }

  .fosfo_product_present .list-produit .produit-item{
    width: 50%;
    margin-bottom: 40px;
  }

  .fosfo_reassurance{
    padding-bottom: 0;
  }

  .fosfo_portfolio_image .fosfo_portfolio_image_inner{
    margin-bottom:80px;
  }

  .announcement-bar {
    height: auto;
    line-height: normal;
    padding: 0.5em;
  }

  .template-collection .rte.collection__description {
    margin-top: unset;
    padding-top: 0px;
  }
}

@media (max-width:575px){

  .fosfo_hero_video_wrap {
    padding-top: 100%;
  }

  .fosfo_hero_video_wrap .content{
    left:0;
  }

  .fosfo_product_present .produit_meta{
    font-size: 16px;
  }

  .fosfo_hero_video_wrap video, .fosfo_hero_video_wrap img{
    object-position: right;
  }

  .fosfo_image_text_full .content .title {
    font-size: 34px;
  }

  .fosfo_portfolio_image .item-image{

    width: 100%;
    padding-top: 135%;
    margin-bottom: 5%;
    
  }
  
}

élément {
}
body.is_landing_fosfo #SiteHeader:not(.mega-menu-focus){
  border-color:#fff;
  background: transparent;
}

body.is_landing_fosfo .announcement-bar{
  background-color: #fff;
  color:#1b739c;
}


body.is_landing_fosfo #SiteHeader:not(.mega-menu-focus) .site-nav a{
  color:#fff;
}

body:not(.index).is_landing_fosfo #SiteHeader .hamburger_menu .hamburger_bull span {
  background-color: #fff;
}

body:not(.index).is_landing_fosfo #SiteHeader .hamburger_menu {
  border-color: #fff;
}

body:not(.index).is_landing_fosfo #SiteHeader .site-nav .toolbar__item .multi-selectors__item .disclosure button .disclosure-list__label {
  color: #fff;
}
body:not(.index).is_landing_fosfo #SiteHeader .header-item--icons .site-nav__icons .js-drawer-open-cart .cart-link .for-not-index {
  display: none;
}
body:not(.index).is_landing_fosfo #SiteHeader .header-item--icons .site-nav__icons .js-drawer-open-cart .cart-link .for-index {
  display: block;
}
body:not(.index).is_landing_fosfo #SiteHeader .site-nav .toolbar__item .multi-selectors__item .disclosure svg path {
  stroke: #fff !important;
}
body:not(.index) #SiteHeader .header-item--icons .site-nav__icons .js-drawer-open-cart {
  border-color: #fff;
}
body:not(.index).is_landing_fosfo #SiteHeader .site-nav > li > a::after {
  border-color: #fff;
}

.fosfo_product_present .produit_image_mask .image.with_second img{
  position: absolute;
}

.fosfo_product_present .produit_image_mask .image.with_second img.second_image{
  opacity:0;
}

.fosfo_product_present .produit_image_mask .image.with_second:hover img.principal_image{
  opacity:0;
}

.fosfo_product_present .produit_image_mask .image.with_second:hover img.second_image{
  opacity:1;
}

body.index .announcement-bar, .announcement-bar{
  background-color:#FD5D1F;
}
body.index .announcement-bar .announcement-text{
  color: #fff;
}

.template-index #home_color_your{
  background:#FD5D1F;
  padding-top: 80px;
  padding-bottom: 100px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

@media (min-width:1025px){

  #home_color_your .page-width > .grid .grid__item:nth-child(2) .image-wrap{
  
    padding-bottom: 110% !important;
    display: flex;
    justify-content: flex-end;
    height: auto !important;
    
  }

}

#home_color_your .page-width > .grid .grid__item:nth-child(2) > div{
  max-width: 100% !important;
}

#home_color_your .page-width > .grid .grid__item:nth-child(2) .image-wrap img{
  right:0;
}

.home_video_with_image_right > div.hero__text-wrap{
  order:1;
}
.home_video_with_image_right > div.hero__media{
  order:2;
}

#collection-september .home_newsletter_klaviyo, #collection-september .home_newsletter_klaviyo .custom__item-inner{
  max-width: 96%;
  margin: 60px auto 80px;
}

.gif_anime{
position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  object-fit: cover";
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 1;
  animation: zoom-fade 2.5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
  transition: none;
}

#new_hero_icon{
   margin-top: 60px;
  background: #1B739C;
  padding: 120px 0;
}

#new_hero_icon .grid__item{
  margin:0;
  width: 25%;
}

#new_hero_icon .grid__item > div{
  max-width:100% !important;
}

#new_hero_icon .grid__item img{
  width: auto;
  height: 85px;
  margin: auto;
}

#new_hero_icon .grid__item p{
  color:#fff;
  margin-top: 40px;
}

#new_hero_icon .grid{
  display: flex;
  flex-wrap: wrap;
}

#new_hero_icon .image-wrap{
  height: auto !important;
  padding:0 !important;
}

.toolbar--transparent .toolbar__content{
  border:none;
}

#SiteHeader .site-nav a{
  height: 63px;
}

#collection-september #home_color_your .page-width > .grid .grid__item:nth-child(2) .image-wrap img{
  right: -2px;
}

.fosfo_characteristic #head-c .c-elem .c-dsc .cttl,
.fosfo_characteristic #head-c .c-elem .c-dsc .cdsc{

  color: #1A739C;
  
}

.produit_present_title{
  font-size: 28px;
  color: #F75100;
  padding-left: 1.9%;
  margin-bottom: 30px;
}

.is_landing_fosfo .fosfo_product_present_inner .product_title{
  font-size: 28px;
  color: #F75100;
  font-weight: 300;
}

.cta-with-bg{
  position: relative;
}

.cta-with-bg .content{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-with-bg .bg{
  display:block;
  width:100%;
}

.cta-with-bg .page-width{
  max-width:62%;
}

.cta-with-bg .title{
  color: #fff;
  text-transform: initial;
  font-size: 32px;
  margin-bottom: 20px;
  text-align:center;
}

.cta-with-bg .desc{

  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 120%;
  
}

.site-nav__dropdown:not(.megamenu){
  min-width: 200px;
}

.site-nav__dropdown:not(.megamenu) a{
  height: auto !important;
  color:#1b739c !important;
  margin-bottom: 10px;
  transition:all .5s;
}

.site-nav__dropdown:not(.megamenu) a:hover{
  opacity:0.6;
}

body.collection-under-100 .collection-hero__content .section-header , body.collection-under-300 .collection-hero__content .section-header, body.collection-under-500 .collection-hero__content .section-header{
  text-align:left;
}

.video_with_text{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.video_with_text > div{
  width:46%;
}

@media (max-width:1199px){
  .cta-with-bg{
    height: 170px;
  }
  .cta-with-bg .bg{
    height: 100%;
    object-fit: cover;
  }
  .cta-with-bg .page-width{
    max-width:72%;
  } 
}

@media (max-width:991px){
  .cta-with-bg .page-width{
    max-width: 90%;
  }

  .video_with_text > div{
    width:100%;    
  }

  .video_with_text .video-wrapper iframe, .video_with_text .video-wrapper video{
    object-fit: cover;
  }
  
}

@media (max-width:767px){
  .template-index #home_color_your{
    padding-top:0;
  }
  #new_hero_icon .grid__item{
    width:100%;
  }
   .cta-with-bg {
    height: 400px;
  }
}
