@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   : #7dbc8e;
$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;
*/
.media.listehaut .tetiere {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  width: 100%;
  display: block !important;
  border: solid 1px #7dbc8e;
  overflow: hidden; }
  .media.listehaut .tetiere * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .media.listehaut .tetiere .descrip {
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .media.listehaut .tetiere .descrip .logo {
      width: 340px;
      margin: 5px auto 5px auto;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 21.875rem) {
        .media.listehaut .tetiere .descrip .logo {
          margin: 5px auto 5px auto; } }


          .media.listehaut .tetiere .descrip .logo img{max-width: 100%;width: 220px;max-height: 100px;}

    .media.listehaut .tetiere .descrip .separateur {
      width: 1px;
      min-width: 1px;
      background-color: #555555;
      content: '';
      display: block;
      margin: 30px 0;
      height: calc(100% - 60px); }
      @media only screen and (max-width: 37.5rem) {
        .media.listehaut .tetiere .descrip .separateur {
          display: none; } }
    .media.listehaut .tetiere .descrip .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 50%;
      padding-right: 20px;
      }
      .media.listehaut .tetiere .descrip .text .text_content {
        padding-left: 30px;
        text-align: left;
        font-size: 12px;
        line-height: 18px;
        color: #555555;
        max-width: 520px; }
        .media.listehaut .tetiere .descrip .text .text_content.deskonly {
          display: block; }
        .media.listehaut .tetiere .descrip .text .text_content.mobileonly {
          display: none; }
    @media only screen and (max-width: 37.5rem) {
      .media.listehaut .tetiere .descrip {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .media.listehaut .tetiere .descrip .logo {
          height: 70px;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          max-width: 100%;
          }
          .media.listehaut .tetiere .descrip .logo img {
            max-width: 120px;
            max-height: 60px;
            }
        .media.listehaut .tetiere .descrip .text {
          width: 100%;
          padding: 5px 10px;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .media.listehaut .tetiere .descrip .text .text_content {
            text-align: center;
            padding: 0;
            max-width: 400px; }
            .media.listehaut .tetiere .descrip .text .text_content.deskonly {
              display: none; }
            .media.listehaut .tetiere .descrip .text .text_content.mobileonly {
              display: block; } }
    @media only screen and (max-width: 21.875rem) {
      .media.listehaut .tetiere .descrip {
        width: 100%; } }
