/* Global fonts */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* balise html */

html {
  scroll-behavior: smooth;
}

/* FOOTER */

.footer__wrapper__bloc__item--logo {
	flex-basis: 40%;
}
.footer__wrapper__bloc__item--social{
	flex-basis: 60%;
}

.arobase::before {
    content:"\000040";
}

/* Bloc switch langue */
div.footer__wrapper__bloc__item:nth-child(4){
    display:none;
}

/* Bug panier template */

@media (min-width: 1024px) and (max-width: 1039px) {
  .header__area {
    position: absolute;
    right: 40px;
    top: 119%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1040px) and (max-width: 1200px) {
  .header__area {
    position: absolute;
    right: 40px;
    top: 19px;
    transform: translateY(-50%);
  }
}

/*** Taille marges et paddings des menus ***/
	
	.nav__itemlvl1 {
		font-size: 0.85rem;
	}

	@media (min-width: 1024px) and (max-width: 1089px){
		.nav__itemlvl1 {
			font-size: 0.65rem;
		}
	}
	@media (min-width: 1090px) and (max-width: 1250px){
		.nav__itemlvl1 {
			font-size: 0.70rem;
		}
	}
	
	@media (min-width: 1024px) and (max-width: 1449px){
		.nav__label {
			padding: 0 15px 0 0;
		}
	}	
	
    @media (max-width: 1023px) {
      .nav-perso-on .nav .nav__wrapper .nav__itemlvl3.with-subnav {
           padding: 10px 30px;
       }
   }
	
	/* Picto Home */
	@media (min-width: 1024px){
		.nav__itemlvl1--home {
		  display: block;
		  content: url("https://media.cdnws.com/_i/104443/722/2428/24/home.png");
		  margin-right: 20px;
		}
	}

	@media (min-width: 1450px){
		a.nav__a:nth-child(4) {
			margin: 0 33px 0 0;
		}
	}

	@media (min-width: 1024px) and (max-width: 1449px){
	    a.nav__a:nth-child(4) {
		    margin: 0 15px 0 0;
	    }
    }

	/* Picto VE/VF */
    @media (min-width: 1024px){
        a.nav__a:nth-child(3){
	    display: block;
        content: url("https://media.cdnws.com/_i/365341/RAW-1160/565/61/fr40.png");
        margin-right: 20px;
        height:40px;
        }
    }

	/* Menu blog */

	@media (min-width: 1024px) and (max-width: 1449px){
	    .nav__label:last-of-type {
		    margin-right: 15px !important;
	    }

        .nav__itemlvl1--blog {
            margin-left: 10px;
            margin-right: 0;
        }
    }
     
	@media (min-width: 1024px) and (max-width: 1449px){
	    .nav__itemlvl1--blog:after {
		    left: -12px;
	    }
    }

/*** fin des menus ***/	

/* Header & logo */

.header__logo__a__img {
   height:100px;
}

@media(min-width: 1024px) {
    .header__relative {
      padding: 10px 40px 30px 40px;
    }
    .header__logo__a .picture--left {
	   height: 100px;
	}
	.header__h1 {
	   max-height: 100px;
	}
	.nav-perso-on .nav__maxWidth {
        justify-content: center;
    }
    .filter {
		margin: 30px 0 40px;
	}
}

.footer__wrapper__left__img {
    height: 100px;
}

body.body .wiziblocks__item h4 {
    font-weight: 400;
    font-size: 24px;
}


/* centrage produits */
body:not(.wiziblocks-on) .prod .prod__price > p, body:not(.wiziblocks-on) .prod .prod__price > del {
	text-align: center;
}

body:not(.wiziblocks-on) .prod .prod__name {
	text-align: center;
}

/* page produit en savoir plus */

#monancre {
	scroll-margin-top: 150px;
}

/* ------------------------ page personnalités----------------------------------------- */

/* ------------------------ reassurance ------------------------------------------------ */

@media (max-width: 599px){
.reassurance__wrapper__item__text {
text-align: left;
margin: 0 auto;
}
}

@media (min-width: 600px) and (max-width: 719px){
.reassurance__wrapper__item__text {
text-align: center;
margin: 0 auto;
}
}

.reassurance__wrapper__item__icon {
  margin-right: 0px;
  display: block;
  text-align: center;
  margin: 0 auto;
  width: -moz-available;
  width: 50px;
}

.reassurance__wrapper__item__icon__picture__img {
  max-width: 30px;
}


/* ------------------------ newsletter ------------------------------------------------ */
#newsletter-input {
  min-width:250px;
}
.footer__wrapper__bloc--newsletter__title {
  text-align:center;
}
/* ------------------------ indigo ------------------------------------------------ */
.wiziBtn {border-radius: 3px!important;}