/**
 * 2007-2018 PrestaShop
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to http://www.prestashop.com for more information.
 *
 * @author    PrestaShop SA <contact@prestashop.com>
 * @copyright 2007-2018 PrestaShop SA
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of PrestaShop SA
 */

#header .preheader {
    background: #767072;
    color: #FFF;
    height: 50px;
    margin: 0 auto;
}


/**
SPECIFIC CONCEPT
*/

.preheader {
    position: absolute;
    z-index: 6000;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: 0;
}

.preheader .preheader_inner {
    position: relative;
    left: 0;
    background: #FFF;
    display: block;
    margin-left: 20px;
    border-bottom-left-radius: 10px;
    height: 30px;
}

.preheader div {
    float: left;
}

#trustpilot-widget-trustbox-0-wrapper {
    float: left;
    background: #FFF;
    border-bottom-right-radius: 10px;
    height: 30px;
    padding-top: 3px;
    white-space: break-spaces;
    width: 223px;
    margin: 0;
    padding: 2px 0;
}

#trustpilot-widget-trustbox-0 {
    white-space: break-spaces;
    display: inline-block;
    width: 288px;
    margin: 0;
    padding: 0;
}

.preheader a {
    display: inline-block;
    /*float: left;*/
}

.free_text-container {
    margin: 0;
    display: table;
    font-size: 12px;
}

#preheader_phone {
    margin: 1%;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
}

#preheader_links {
    width: 100%;
    display: flex;
    text-align: left;
    font-size: 12px;
    margin-left: 0;
    margin-top: 6px;
    background: #FFF;
    margin-right: 0;
}

#preheader_links li {
    margin: 0 13px 0;
    white-space: nowrap;
}

#preheader_links li:last-child {
    margin: 0 2px 0;
}

#preheader_links li a {
    /*color:#FFF;*/
}

#preheader_inner a {
    text-align: right;
}

.free_text-container .free_textl1 {
    float: none;
}

.free_text-container .free_textl2 {}

#social_networks {
    float: right;
    margin: 1%;
}

.phone_picto {
    background-image: url("../img/telephone.png");
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.logo_facebook,
.logo_twitter,
.logo_pinterest,
.logo_googleplus {
    width: 20px;
    min-height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 10px;
}

.logo_facebook {
    background-image: url("../img/facebook.png");
}

.logo_twitter {
    background-image: url("../img/twitter.png");
    width: 24px;
}

.logo_pinterest {
    background-image: url("../img/pinterest.png");
}

.logo_googleplus {
    background-image: url("../img/google+.png");
    width: 29px;
}

img.header_logo_icon {
    width: 8.445%;
    margin-right: 5px;
}

@media (max-width: 1140px) {
    .preheader {
        display: none !important;
    }
    .pre_header_hidden {
        display: none !important;
    }
    #preheader_links {
        margin-left: 0%;
    }
}

@media (max-width: 560px) {
    img.header_logo_icon {
        width: 20%;
    }
    #preheader_links li a {
        margin-top: 15px;
    }
}

.bold-underline, .tp-widget-empty-vertical__title, .tp-widget-empty-horizontal__title, .tp-widget-trustscore, .tp-widget-rating .score {
    font-family: 'Roboto Condensed' !important;
    font-weight: 500;
}