@charset "UTF-8";
/* Convertit en rem les valeurs en px */
/* Spécifications par Site/Langue */
/**
 * Gabarit
 */
/*
$media-breakpoint-menu: 1023px;
$media-breakpoint-tablet: 767px;
$media-breakpoint-mobile: 480px;
*/
/**
 * Font
 *
 * Font-stack utilisée sur le projet
 */
/**
 * Couleurs
 *
 * Liste des couleurs utilisées sur le projet
 *
$primary-color   : #AFCA0B;
$secondary-color : #808285;

$primary-text    : #333333;
$secondary-text  : #797C84;
$tertiary-text   : #A7A7A7;


/**
 * Pictos
 *
 * Pictos wishlist
 *
$Wishlist1  : url(images/wishlists/color1.png);
$Wishlist2  : url(images/wishlists/color2.png);
$Wishlist3  : url(images/wishlists/color3.png);
$Wishlist4  : url(images/wishlists/color4.png);
$Wishlist5  : url(images/wishlists/color5.png);
$Wishlist6  : url(images/wishlists/color6.png);
$Wishlist7  : url(images/wishlists/color7.png);
$Wishlist8  : url(images/wishlists/color8.png);
$Wishlist9  : url(images/wishlists/color9.png);
$Wishlist10 : url(images/wishlists/color10.png);
$Wishlist11 : url(images/wishlists/color11.png);
$Wishlist12 : url(images/wishlists/color12.png);

$WishlistColor1: #EA592D;
$WishlistColor2: #83CBE3;
$WishlistColor3: #EFB0E7;
$WishlistColor4: #F0B933;
$WishlistColor5: #949599;
$WishlistColor6: #C86061;
$WishlistColor7: #96BF42;
$WishlistColor8: #B281B0;
$WishlistColor9: #F1B43F;
$WishlistColor10: #A68517;
$WishlistColor11: #FDB801;
$WishlistColor12: #CFA665;
*/
#wrap #header h1.resultslist-title {
  display: none;
}

#wrap #header h2.resultslist-title {
  display: none;
}

.tetiere {
  background: #425b96 url("background.jpg") no-repeat left top;
  background-size: contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-family: "Muli", sans-serif;
  height: 7.8125rem;
  margin: 0 auto;
  max-width: 76.25rem;
  padding-left: 29.0625rem;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 68.75rem) {
  .tetiere {
    background: #425b96 url("background.jpg") no-repeat left top;
    background-size: contain;
  }
}
@media only screen and (max-width: 64rem) {
  .tetiere {
    background-position: -50px top;
    padding-left: 380px;
  }
}
@media only screen and (max-width: 61.25rem) {
  .tetiere {
    padding-left: 370px;
  }
}
@media only screen and (max-width: 54.375rem) {
  .tetiere {
    background: #425b96 url("background_tablet.jpg") no-repeat left top/contain;
    padding-left: 264px;
    height: 240px;
  }
}
@media only screen and (max-width: 30rem) {
  .tetiere {
    height: 155px;
    padding-left: 160px;
    background: #425b96 url("background_mobile.jpg") no-repeat left top/contain;
  }
}
.tetiere .tetiere-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #425b96;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 40.625rem;
  min-width: 335px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #ffffff;
}
.tetiere .tetiere-container .bloc_title h4 {
  font-size: 30px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  margin: 16px 0 10px;
  font-family: "Playfair Display", "Muli";
}
@media only screen and (max-width: 54.375rem) and (min-width: 30.0625rem) {
  .tetiere .tetiere-container .bloc_title {
    margin-left: 0;
    padding: 0 20px 0 0;
  }
  .tetiere .tetiere-container .bloc_title h4 {
    width: 200px;
  }
}
@media only screen and (max-width: 30rem) {
  .tetiere .tetiere-container .bloc_title {
    padding: 0 20px 0 0;
  }
  .tetiere .tetiere-container .bloc_title h4 {
    margin: 4px 0 3px 0;
    line-height: 32px;
  }
}
.tetiere .tetiere-container .bloc_textuel {
  display: block;
  height: 100%;
  max-height: 70px;
}
.tetiere .tetiere-container .bloc_textuel .texte {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}
@media only screen and (max-width: 61.25rem) {
  .tetiere .tetiere-container .bloc_textuel .texte {
    line-height: 18px;
  }
}
@media only screen and (max-width: 54.375rem) {
  .tetiere .tetiere-container .bloc_textuel {
    margin-left: 0;
    padding: 0 20px 0 0;
  }
}
@media only screen and (max-width: 35.625rem) {
  .tetiere .tetiere-container .bloc_textuel {
    max-height: 130px;
  }
}
@media only screen and (max-width: 30rem) {
  .tetiere .tetiere-container .bloc_textuel {
    height: auto;
    max-height: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0;
  }
  .tetiere .tetiere-container .bloc_textuel .texte {
    font-size: 12px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 68.75rem) {
  .tetiere .tetiere-container {
    max-width: 580px;
  }
}
@media only screen and (max-width: 54.375rem) {
  .tetiere .tetiere-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    min-width: 0;
  }
}
@media only screen and (max-width: 30rem) {
  .tetiere .tetiere-container {
    padding: 0 6px 0 10px;
  }
}