@charset "UTF-8";
/* 
    Created on : 28 avr. 2020, 09:00:00
    Author     : Sébastien GRIFFITHS - Otidea
*/
/*-- Declaration variables font--*/
/*@font-face {
    font-family: 'bretagneFont';
    src: url('../fonts/RegionBretagne-Reg.eot');
    src: local('â˜º'), url('../fonts/RegionBretagne-Reg.woff') format('woff'), url('../fonts/RegionBretagne-Reg.ttf') format('truetype'), url('../fonts/RegionBretagne-Reg.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bretagneFont';
    src: url('../fonts/RegionBretagne-Bold.eot');
    src: local('â˜º'), url('../fonts/RegionBretagne-Bold.woff') format('woff'), url('../fonts/RegionBretagne-Bold.ttf') format('truetype'), url('../fonts/RegionBretagne-Bold.svg') format('svg');
    font-weight: bold ;
    font-style: normal;
}*/
/*-- Declaration variables couleurs--*/
/* vert 1*/
/*bleu*/
/*gris nav / backgounrd slider*/
/*gris backgounrd slider*/
/*bleu clair*/
/*trait /couleur de peinture orange jaune*/
/*neuf couleur*/
/*occas couleur*/
/* gris4 */
/* vert titre */
/*texte gris foncé*/
/*gris fond */
/*gris agence*/
/*bleu canard */
/*bleu clair */
/*jaune */
/*gauche fleche */
/*droite fleche */
/* canard clair*/
/* bleu footer */
/* bleu clair mentions*/
/* vert index */
/* bleu txt bouton */
/* bleu txt bouton */
/*pagination*/
/*-- Declaration classes font--*/
.font1 {
  font-family: "Jost", sans-serif;
}

.font2 {
  font-family: "Source Serif Pro", serif;
}

.font3 {
  font-family: "Dancing Script", cursive;
}

.font4 {
  font-family: "Open Sans", sans-serif;
}

/*-- Declaration classes couleurs--*/
.noir {
  color: #000000;
}

.blanc {
  color: #ffffff;
}

.gris {
  color: #f7f7f7;
}

.couleur1 {
  color: #12a184;
}

.couleur2 {
  color: #1292a1;
}

.couleur3 {
  color: #f1f0f0;
}

.couleur4 {
  color: #333333;
}

.couleur5 {
  color: #2cbfc6;
}

.couleur6 {
  color: #fcd743;
}

.couleur7 {
  color: #46a46a;
}

.couleur8 {
  color: #12a184;
}

.couleur9 {
  color: #332c26;
}

.couleur10 {
  color: #ffad40;
}

.bgNoir {
  background-color: #000000;
}

.bgBlanc {
  background-color: #ffffff;
}

.bgGris {
  background-color: #f7f7f7;
}

.bgCouleur1 {
  background-color: #12a184;
}

.bgCouleur2 {
  background-color: #1292a1;
}

.bgCouleur3 {
  background-color: #f1f0f0;
}

.bgCouleur4 {
  background-color: #333333;
}

.bgCouleur5 {
  background-color: #2cbfc6;
}

.bgCouleur6 {
  background-color: #fcd743;
}

.bgCouleur7 {
  background-color: #46a46a;
}

.bgCouleur8 {
  background-color: #12a184;
}

.bgCouleur9 {
  background-color: #332c26;
}

.bgCouleur10 {
  background-color: #ffad40;
}

/*-- Declaration mixin--*/
/*////////////////////////////////////////////////////////////////////*/
.containerLabel {
  height: 200px;
  width: 50px;
  margin-left: 15px;
  position: absolute;
  z-index: 9;
  top: -30px;
}
.containerLabel.secondEncart {
  margin-left: 65px;
}
.containerLabel.secondEncart .languetteTitle {
  top: -103px;
}
.containerLabel img {
  clip-path: inherit !important;
}
.containerLabel.containerLabelList {
  /*top: 146px;*/
}
.containerLabel.containerLabelList img {
  width: 44px;
}
.containerLabel.containerLabelList span {
  left: calc(50% - 23px);
}
.containerLabel .productLabel {
  position: relative;
  margin-bottom: 22px;
}
.containerLabel .productLabel.bio {
  max-width: 49px;
  max-height: 60px;
}
.containerLabel .productLabel.label {
  max-width: 47px;
  max-height: 35px;
}
.containerLabel .productLabel.jaune {
  max-width: 57px;
  max-height: 57px;
}
.containerLabel .productPromo {
  position: relative;
  max-width: 44px;
  max-height: 170px;
  margin-bottom: 22px;
}
.containerLabel .productPromo.soon {
  max-height: 200px;
  height: 200px;
  top: -6px;
  margin-bottom: 14px;
  width: 50px;
  max-width: 50px;
}
.containerLabel .productPromo.new {
  max-height: 200px;
  height: 160px;
}
.containerLabel .languette {
  max-height: 170px;
}
.containerLabel .languetteTitle {
  font-size: 1rem;
  color: white;
  position: relative;
  top: -127px;
  width: 30px;
  left: calc(50% - 23px);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  writing-mode: vertical-lr;
}
.containerLabel .languetteTitle.soon {
  font-size: 1em;
  top: -188px;
  left: calc(50% - 19px);
}
.containerLabel .languetteTitle.new {
  font-size: 1em;
  top: -150px;
  left: calc(50% - 22px);
}
.containerLabel .lovedProductMultiple {
  background-image: url(../medias_front/common/loveGreen.png);
  background-repeat: no-repeat;
  background-position: 50%;
  width: 32px;
  height: 29px;
  position: relative;
  left: calc(100% - 60px);
  display: block;
  top: 0;
}
.containerLabel .loveProduct {
  background-image: url(../medias_front/common/love.png);
  background-repeat: no-repeat;
  background-position: 50%;
  width: 32px;
  height: 29px;
  position: relative;
  top: -50px;
  left: calc(100% - 60px);
  display: block;
}
.containerLabel .lovedProduct {
  background-image: url(../medias_front/common/loved.png);
  background-repeat: no-repeat;
  background-position: 50%;
  width: 32px;
  height: 29px;
  position: relative;
  top: -50px;
  left: calc(100% - 60px);
  display: block;
}

.loveProductMultiple {
  background-image: url(../medias_front/common/loveGreen.png);
  background-repeat: no-repeat;
  background-position: 50%;
  width: 32px;
  height: 29px;
  position: relative;
  left: calc(100% - 60px);
  display: block;
  top: 0;
}

.lovedProductMultiple {
  background-image: url(../medias_front/common/loved.png);
  background-repeat: no-repeat;
  background-position: 50%;
  width: 32px;
  height: 29px;
  position: relative;
  left: calc(100% - 60px);
  display: block;
  top: 0;
}

.loveProduct {
  background-image: url(../medias_front/common/love.png);
  background-repeat: no-repeat;
  background-position: 50%;
  width: 32px;
  height: 29px;
  position: relative;
  top: -50px;
  left: calc(100% - 60px);
  display: block;
}

.lovedProduct {
  background-image: url(../medias_front/common/loved.png);
  background-repeat: no-repeat;
  background-position: 50%;
  width: 32px;
  height: 29px;
  position: relative;
  top: -50px;
  left: calc(100% - 60px);
  display: block;
}

.containerForm {
  border: 1px solid #3e3e3e;
  border-radius: 12px;
}
.containerForm .prixEff {
  background-color: #fcd743;
  padding: 5px 10px;
  border-radius: 7px;
  font-family: "Jost", sans-serif;
  color: #fff !important;
}
.containerForm .prixOrig {
  color: #fcd743 !important;
}

.descriptionFournisseur:after {
  content: "";
  display: block;
  position: relative;
  transform: skewX(-1deg);
  height: 25px;
  width: 100%;
  border-bottom: 2px dashed #12a184;
  transform: rotate(-3deg);
}

.containerProduct {
  max-width: 500px;
}
@media (max-width: 1200px) {
  .containerProduct.productAssociate {
    max-width: inherit;
  }
}
.containerProduct:after {
  content: "";
  display: block;
  position: relative;
  transform: skewX(-1deg);
  height: 25px;
  width: 95%;
  border-bottom: 2px dashed #12a184;
  transform: rotate(3deg);
}
.containerProduct.secondProduct:after {
  transform: rotate(-3deg);
}

.btnFilterProduct {
  background-color: #fff;
  word-break: normal;
  font-weight: 500;
  border: 1px solid #1292a1;
  color: #1292a1;
  font-family: "Jost", sans-serif;
  padding: 10px;
  height: 40px;
}
.btnFilterProduct:hover {
  border: 1px solid #1292a1;
  color: #1292a1;
}
.btnFilterProduct.selected {
  background-color: #1292a1;
  color: #fff;
}

.blocTitre {
  position: relative;
  /*&:after {
    content: "";
    width: 220px;
    height: 2px;
    position: absolute;
    display: block;
    border-bottom: 2.3px dashed #fcc43f;
    left: calc(50% - 110px);
    bottom: -20px;
  }*/
}
.blocTitre h2 span {
  font-size: 4rem;
  color: #333333;
  font-family: "Jost", sans-serif;
}

.nomProduit {
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
.nomProduit a {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #000;
}

.containerPrice .aPartir {
  color: #f29041;
  font-size: 0.7rem;
  text-align: center;
}

.price {
  font-weight: 500;
  background-color: #f29041;
  border-radius: 5px;
  padding: 5px 8px;
  color: #fff;
  font-size: 0.9rem;
  margin-top: 5px;
}

.container-text {
  margin-top: -42px;
}

.containerImage {
  position: relative;
}
.containerImage img {
  clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
  border-radius: 12px;
}
.containerImage img.secondImage {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%) !important;
}
.containerImage .addToPanelListeProduct {
  background-image: url(../medias_front/common/addToPanelListProduct.png);
  background-repeat: no-repeat;
  background-position: 50%;
  width: 60px;
  height: 42px;
  display: block;
  position: relative;
  top: -32px;
  left: calc(50% - 30px);
}

.producteur {
  color: #1292a1;
  font-size: 1rem;
}

.pageBloc.blocTexteImage.type1#bloc_prodFiche .intPageBloc .blocContenu .intBlocContenu a.ronde {
  height: 500px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%) !important;
  border-radius: 20px;
  color: transparent;
}

#bloc_titre {
  text-align: center;
}
#bloc_titre:after {
  content: "";
  width: 220px;
  height: 2px;
  position: relative;
  bottom: 0px;
  border-bottom: 2.3px dashed #fcc43f;
  left: calc(50% - 110px);
  display: block;
}

#bloc_prodFiche {
  width: 100%;
}
#bloc_prodFiche .intPageBloc {
  width: 100%;
}
#bloc_prodFiche .intPageBloc .intBlocTxtContenu {
  width: 50%;
}
@media (max-width: 1200px) {
  #bloc_prodFiche .intPageBloc .intBlocTxtContenu {
    width: 100%;
  }
}
#bloc_prodFiche .intPageBloc .intBlocContenu {
  position: relative;
  width: 50%;
  align-self: start;
}
@media (max-width: 1200px) {
  #bloc_prodFiche .intPageBloc .intBlocContenu {
    width: 100%;
  }
}

.galerieProduit {
  background-color: #12a184;
}
.galerieProduit .montain {
  background-image: url("../medias_front/common/backgroundGalerieProduit.png") !important;
  background-color: #fff;
  height: 130px;
  width: 100vw;
}
.galerieProduit .imgGalerieProd {
  max-width: 250px;
  border-radius: 12px;
  margin: 18px;
}

@media (max-width: 768px) {
  #specificite {
    margin: 10px;
  }
}
#specificite .greenLine {
  height: 3px;
  background-color: #f1f0f0;
  width: 65%;
  position: relative;
  top: -1.5px;
}
#specificite .greenLine:after {
  content: "";
  background-color: #f1f0f0;
  height: 10px;
  border-radius: 5px;
  left: calc(50% - 95px);
  top: -3px;
  position: absolute;
  width: 190px;
}
#specificite .contentSpecificite {
  margin: 50px 50px 0px 50px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  #specificite .contentSpecificite {
    margin: 0px;
  }
}
#specificite .contentSpecificite .element {
  width: 80%;
  position: relative;
  border-radius: 7px;
  border: 1px solid #1292a1;
  padding: 26px 40px 13px 40px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  #specificite .contentSpecificite .element {
    width: 100%;
  }
}
#specificite .contentSpecificite .element .blocTitre:after {
  display: none;
}
#specificite .contentSpecificite .element h2 {
  color: #1292a1;
  text-transform: uppercase;
}
#specificite .contentSpecificite .element h2 span {
  font-size: 1.3rem;
}
#specificite .contentSpecificite .element:after {
  content: "";
  background-color: #1292a1;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  display: block;
  width: 10px;
  left: -25px;
  top: 0px;
}
#specificite .blueBlockBabys {
  border-radius: 7px;
  border: 1px solid #2cbfc6;
}
#specificite .blueBlockBabys .etoileDesNeiges {
  background-image: url("../medias_front/common/etoileDesNeige.png");
  background-repeat: no-repeat;
  background-position: 50%;
  width: 56px;
}

.separateurDashed {
  border-bottom: 2px dashed #12a184;
  width: 100%;
  height: 4px;
  margin: 60px 0px;
}

/*# sourceMappingURL=products.css.map */
