/* SVN FILE: $Id: _contacts.css 201 2016-12-12 13:17:51Z Wolff $ */
/**
 * @lastChangedBy       $LastChangedBy: Wolff $
 * @copyright           ARZA STUDIO
 * @version             $Revision: 201 $
 * @date                $Date: 2016-12-12 14:17:51 +0100 (lun., 12 déc. 2016) $
 * @license             LICENSE.TXT
 * @filesource          $URL: https://svn.arza-studio.com/ikos/trunk/protected/modules/media/assets/media/_contacts.css $
 */

@media (min-width: 768px)
{
    #contactList
    {
        min-height: 500px;
    }
}

@media (min-width: 992px)
{
    #contactList
    {
        min-height: 600px;
    }
}

@media (min-width: 1200px)
{
    #contactList
    {
        min-height: 700px;
    }
}

#contactList .line
{
    display: none;
}

#contactList .line.visible
{
    display: block;
}
#contactList .line:first-child
{
    border-top: none;
}
#contactList .line.visibleLast
{
    border-bottom: none;
}
#contactList .line.owner
{
    border-top: none;
    padding-top: 0;
    padding-bottom: 40px;
}
#contactList p,
#contactList a
{
    font-size: 15px;
    line-height: 17px;
}
#contactList p
{
    margin-bottom: 8px;
}
#contactList .note
{
    font-family: 'FontFaceBold', Arial, Helvetica, sans-serif;
}
#contactList .col,
#contactList .col p
{
    text-align: center;
}
@media (min-width: 768px)
{
    #contactList .col,
    #contactList .col p
    {
        text-align: left;
    }
}
#contactList .col:first-child
{
    padding-bottom: 15px;
}
@media (min-width: 768px)
{
    #contactList .col:first-child
    {
        padding-bottom: 0;
    }
}
    #contactList img,
    #contactList svg
    {
        width: 100%;
        height: auto;
        max-width: 130px;
        max-height: 90px;
        object-fit: contain;
    }
#contactList .arrow15px
{
	position: initial;
}
#contactList .pictoWrapper
{
    vertical-align: middle;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
    margin-top: 15px;
    display: none;
}
    #contactList svg.picto
	{
	   display: inline-block;
	   height: 20px;
	   width: 20px;
	   vertical-align: middle;
	}