/**
* 2007-2022 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (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:
* http://opensource.org/licenses/afl-3.0.php
* 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-2022 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
#popup-welcome ul {
    text-align: center;
    margin: 0; }
#popup-welcome ul li {
    display: inline-block;
    margin-right: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
.rtl #popup-welcome ul li {
    margin-left: 15px;
    margin-right: inherit; }
#popup-welcome ul li a {
    color: #333333;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 0; }
#popup-welcome ul li a:before {
    font-size: 30px;
    font-family: "FontAwesome"; }
#popup-welcome ul li a span {
    display: none; }
#popup-welcome ul li:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
#popup-welcome ul li.facebook a:before {
    content: url(../img/fb.png);
    color: #fff; }
#popup-welcome ul li.twitter a:before {
    content: "\f099";
    color: #fff; }
#popup-welcome ul li.googleplus a:before {
    content: "\f0d5";
    color: #fff; }
#popup-welcome ul li.pinterest a:before {
    content: "\f0d2";
    color: #fff; }
#popup-welcome ul li.instagram a:before {
    content: url(../img/insta.png);
    color: #fff; }
#popup-welcome ul li.rss a:before {
    content: "\f09e";
    color: #fff; }
#popup-welcome ul li.youtube a:before {
    content: url(../img/youtube.png);
    color: #fff; }
#popup-welcome ul li.vimeo a:before {
    content: "\f27d";
    color: #fff; }
.logo{
    text-align: center;
}
.logo img{
  max-width: 240px;
}
#popup-welcome .modal-header button {
    color: #b90a67;
    opacity: 1;
    font-size: 30px;
}
#popup-welcome .modal-header{
    border-bottom: none;
    padding: 5px 0;
}
#popup-welcome .modal-header button:focus{
    outline: none;

}
p.evites-dechets {
    font-family: 'BalooTammudu-Regular';
    font-size: 16px;
    line-height: 30px;
    width: 190px;
    height: 190px;
    background: #4f3244;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 100px;
    text-transform: uppercase;
    padding: 29px;
    transform: rotate(341deg);
    position: fixed;
    bottom: 20px;
    left: 328px;
}
#popup-welcome .modal-dialog{
    background-image: url(../img/bg-popup-lamazuna-very-good.jpg);
    background-size: cover;
    background-position: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#popup-welcome .modal-content{
    background-color: transparent;
    border: none;
}
.right-block-popup-welcome{

}
.right-block-popup-welcome .logo{
    margin-bottom: 10px;
}
.right-block-popup-welcome .logo img{
    width: 170px;
}
.right-block-popup-welcome > h2{
    color: #4f3244;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 25px;
    width: 80%;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 15px;
}
.right-block-popup-welcome .icon-welcome-popup {
    display: flex;
    justify-content: space-between;
    width: 65%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 35px !important;
}
.right-block-popup-welcome .icon-welcome-popup img{
    margin: 0 10px;
    width: 80px;
}
.right-block-popup-welcome .description-welcome-popup{
    text-align: center;
    color: #d7af1a;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 50px !important;
}
.right-block-popup-welcome .subdescription-welcome-popup{
    color: #4f3244;
    text-align: center;
    font-weight: 900;
    font-size: 20px;
    width: 65%;
    margin: auto;
    line-height: 1;
    margin-top: 25px;
    margin-bottom: 10px;
}
.right-block-popup-welcome a {
    background: #4f3244;
    text-align: center;
    font-size: 14px;
    width: 540px;
    height: 48px;
    margin: auto;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
@media (min-width: 1600px) {
    #popup-welcome .modal-dialog {
        width: 1350px !important;
        height: 760px !important;
    }
}
@media (max-width: 1600px) {
    #popup-welcome .modal-dialog {
        width: 960px !important;
        height: auto !important;
    }
    .right-block-popup-welcome .logo img {
        width: 120px;
    }
    .right-block-popup-welcome .icon-welcome-popup img {
        width: 60px;
    }
    p.evites-dechets {
        font-size: 15px;
        width: 150px;
        height: 150px;
        left: 183px;
    }
    .right-block-popup-welcome .description-welcome-popup {
        margin-top: 10px;
        margin-bottom: 0px !important;
    }
    .right-block-popup-welcome .icon-welcome-popup {
        margin-top: 0px;
        margin-bottom: 30px !important;
    }
    .right-block-popup-welcome > h2 {
        font-size: 20px;
    }
    .right-block-popup-welcome .description-welcome-popup {
        font-size: 18px;

    }
}
@media (max-width: 991px) {
    .right-block-popup-welcome a {
        font-size: 13px;
        width: 340px;
    }
    .right-block-popup-welcome .subdescription-welcome-popup {
        font-size: 17px;
        width: 80%;
    }
    .right-block-popup-welcome .icon-welcome-popup img {
        width: 40px;
    }
    p.evites-dechets {
        font-size: 12px;
        width: 130px;
        left: 140px;
    }
    #popup-welcome .modal-dialog {
        width: 96% !important;
    }
}
@media (max-width: 767px) {
    .modal-content {
        display: flex;
        flex-direction: column;
    }
    .right-block-popup-welcome .icon-welcome-popup {
        width: 100%;
    }
    .right-block-popup-welcome > h2 {
        font-size: 14px;
    }
    .right-block-popup-welcome a {
        font-size: 12px;
        width: auto;
    }
    .right-block-popup-welcome .description-welcome-popup {
        font-size: 14px;
    }
    p.evites-dechets {
        position: initial;
        font-size: 12px;
        width: 90px;
        height: 90px;
        left: 90px;
        line-height: 16px;
        padding: 8px;
        margin-top: 20px;
    }
    #popup-welcome .modal-header {;
        position: absolute;
        right: 10px;
    }
    .right-block-popup-welcome {
        margin-top: -100px;
    }
    .right-block-popup-welcome .subdescription-welcome-popup {

        font-size: 16px;
        width: 94%;
    }
}