/**
* 2007-2018 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-2018 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.
*/
.projet .card-footer .btn {
    margin-bottom: 5px;
    margin-top: 5px;
    padding: .5rem .7rem;
}

.btn-info-2 {
    background: #576574;
    border-color: #576574;
    color: #fff;
}

.btn-info-2:hover {
    color: #fff;
}

.projet .projet_desc {
    padding: 5px;
}

.projet {
    margin-bottom: 17px;
}

#projetorderconfirmation h3 {
    border-bottom: 2px solid #0d88c1;
    padding-bottom: 5px;
}

#projetorderconfirmation>div {
    text-align: center;
}

#projetorderconfirmation button[type="submit"] {
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
    padding: .5rem 1.25rem;
}

#projetorderconfirmation .alert-success {
    background-color: #88CABF;
    border-color: #88CABF;
    color: #fff;
}

#projetorderconfirmation .btn-success {
    background-color: #88CABF;
    border-color: #88CABF;
    color: #fff;
}

#projetorderconfirmation .alert-warning {
    background-color: #E0476A;
    border-color: #E0476A;
    color: #fff;
}

#projetorderconfirmation .btn-warning {
    background-color: #E0476A;
    border-color: #E0476A;
    color: #fff;
}

.filters_container {
    padding-left: 20px;
    max-height: 300px;
    overflow: auto;
    margin-bottom: 15px;
}

.filters_projects h5 {
    color: #e94268;
}

.filters_projects>h4 {
    color: #465164;
}

.filters_projects label {
    color: #465164;
}

#projets .card.not-valid-yet {
    border-width: 2px;
    border-color: #a94442;
}

.item-projet {
    border: 2px solid #8fcdc3;
    overflow: hidden;
    margin-bottom: 25px;
}

.item-projet p {
    margin-bottom: 0;
}

.item-projet-content {
    padding: 10px;
    font-size: 12px;
    color: #465164;
    font-family: Roboto;
}

.item-projet-content h5 a {
    color: #e94268;
    text-transform: uppercase;
    font-weight: bold;
}

.item-projet-cash,
.item-projet-date {
    display: inline-block;
    font-size: 12px;
    color: #8fcdc3;
    margin-bottom: 0;
}

.item-projet-cash {
    color: #e94268;
}

.category-project {
    color: #8fcdc3;
    margin-bottom: 5px;
}

.item-projet-date {
    float: right;
}

.projet_desc {
    margin-bottom: 5px;
}

.item-projet-link {
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 12px;
    color: #465164;
    font-weight: bold;
    display: inline-block;
    margin-top: 5px;
    float: right;
}

.item-projet-link:hover {
    color: #e94268;
}

.item-projet-link-bis {
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 12px;
    color: #465164;
    font-weight: bold;
    display: inline-block;
    margin-top: 5px;
    float: right;
}

.item-projet-link-bis:hover {
    color: #e94268;
}

.item-projet-see-more {
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 12px;
    color: #465164;
    font-weight: bold;
    display: inline-block;
    margin-top: 5px;
    float: left;
}

.item-projet-see-more:hover {
    color: #e94268;
}

#ending_projects {
    margin-bottom: 25px;
}

#module-dmehoolprojects-listeprojets #content .left-column>h4,
#module-dmehoolprojects-listepublics #content .left-column>h4 {
    font-size: 35px;
    font-family: Eufoniem;
    color: #88cabf;
    height: 50px;
    line-height: 50px;
    font-weight: normal;
}

.filters_projects .filters_container {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
    box-sizing: content-box;
}

#module-dmehoolprojects-detailprojet .page-header.full-width h1 span {
    color: #ffdc01;
}

#module-dmehoolprojects-detailprojet .page-header.full-width {
    background-color: #475164;
}

#module-dmehoolprojects-detailprojet .page-header.full-width h1 {
    color: #88cabf;
}

#module-dmehoolprojects-detailprojet #content {
    box-shadow: none;
    border: none;
    padding-top: 40px;
}

#module-dmehoolprojects-detailprojet .detail-projet {
    border: 1px solid #88cabf;
    padding: 20px;
    margin-bottom: 30px;
}

#module-dmehoolprojects-detailprojet h4.projet_title {
    font-size: 35px;
    text-transform: uppercase;
    font-family: Roboto;
    font-weight: bold;
    color: #e94268;
    margin-bottom: 0;
}

#module-dmehoolprojects-detailprojet .border_projet_title {
    display: inline-block;
    width: 75px;
    height: 6px;
    background-color: #e94268;
    margin: 15px 0;
}

#module-dmehoolprojects-detailprojet .projet_desc {
    font-size: 17px;
    font-family: Roboto;
    color: #475164;
    margin-bottom: 15px;
}

#module-dmehoolprojects-detailprojet .cadre_photo {
    background: url('/themes/classic/assets/img/cadre_photo.png') no-repeat center;
    padding-top: 130px;
    padding-left: 30px;
    padding-right: 30px;
    height: 418px;
    margin-top: -70px;
    text-align: center;
}

#module-dmehoolprojects-detailprojet .cadre_photo img {
    max-height: 270px;
}

#module-dmehoolprojects-detailprojet .detail-projet-cash {
    text-transform: uppercase;
    font-size: 27px;
    color: #88cabf;
    font-family: Roboto;
    font-weight: bold;
}

#module-dmehoolprojects-detailprojet .detail-projet-cash strong {
    color: #e94268;
}

#module-dmehoolprojects-detailprojet .detail-projet-link {
    font-size: 20px;
    color: #475164;
    text-transform: uppercase;
    padding: 7px 15px;
    border: 2px solid #475164;
    font-family: Roboto;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
}

.detail-projet-share {
    margin-top: 20px;
    margin-bottom: 0;
}

.detail-projet-share li {
    display: inline-block;
    margin-right: 5px;
}

.is-sticky #header {
    z-index: 99 !important;
}

.is-sticky #header .logo {
    max-width: 90px;
    margin-top: 5px;
}

.is-sticky #header .header-banner,
.is-sticky #header .header-nav {
    display: none;
}

.is-sticky #header .header-top .header_buttons {
    margin-top: 5px;
}

.is-sticky #header #adtm_menu {
    margin-bottom: 1px;
}

#header-sticky-wrapper {
    height: auto !important;
}

#description_page_projet {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    #left_column.filters_projects .links h4.title {
        background: #e94268;
        color: white;
    }

    #module-dmehoolprojects-detailprojet .detail-projet-cash {
        line-height: 30px;
    }

    #module-dmehoolprojects-detailprojet .detail-projet {
        padding: 5px;
    }
}

#formprojectsfilters button {
    margin-bottom: 10px;
}

.reset-filters-projets {
    color: red;
    display: inline-block;
    margin-bottom: 10px;
}

#search_filters .facet .facet-label a .magnitude {
    display: none;
}

#popup {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    background: #fff;
    padding: 1rem;
    font-size: .875rem;
    color: #475164;
    max-width: 570px;
    margin: auto;
    position: fixed;
    z-index: 101;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fond_popup {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0.6;
    z-index: 100;
    display: none;
}

#popup a {
    text-align: center;
    font-size: 17px;
    display: block;
    margin: 20px auto 0;
    color: #88cabf;
    font-weight: bold;
    float: none;
    opacity: 1;
}

#popup a:hover {
    color: #e94268;
}

.popup {
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 10px;
}

.popup img {
    grid-column: 1;
}

.popup .popup_text {
    grid-column: 2;
}

.popup .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-align: right;
    grid-column: 2;
    opacity: 1;
    margin-right: 10px;
}

.popup .close:hover,
.popup .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 576px) {
    .popup {
        grid-template-columns: 100%;
    }

    .popup .popup_text {
        grid-column: 1;
    }

    .popup_text {
        margin-top: 20px;
    }

    #popup {
        width: 80%;
    }

    .popup .close {
        grid-column: 1;
    }
}

#popup_must_select_project {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -200px;
    width: 50%;
    max-width: 420px;
    height: 300px;
    background: #fff;
    font-size: 25px;
    padding: 15px;
    border: 5px solid #8acbc0;
    text-align: center;
    color: #8acbc0;
    z-index: 1000;
}

#popup_must_select_project h3 {
    font-size: 50px;
    font-family: Eufoniem;
    font-weight: 400;
    border: none;
    text-align: center;
    background: #8acbc0;
    color: #fff;
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#close_popup_must_select_project {
    position: absolute;
    right: 7px;
    top: 0;
    color: #fff;
}

/* .input-icon {
    position: relative;
}

.input-icon>i {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 50%;
    pointer-events: none;
    width: 25px;
    text-align: center;
    font-style: normal;
    right: 25%;
    font-weight: 600;
    font-size: 20px;
    display:none;
}

.input-icon-right>i {
    right: 0;
} */

/*----------------- ESPACE PRO ----------------- */

#module-dmehoolprojects-campagnes .header_projets,
#module-dmehoolprojects-listeespacepro .header_projets,
#module-dmehoolprojects-statistiques .header_projets,
#module-dmehoolprojects-editlist .header_projets,
#module-dmehoolprojects-espaceprohistorique .header_projets,
#module-dmehoolprojects-espaceprotickets .header_projets,
#module-dmehoolprojects-editcampagne .header_projets {
    background-color: #eff0f1;
    padding: 15px;
    padding-left: 12%;
    padding-right: 12%;
    margin-bottom: 20px;
}

#module-dmehoolprojects-campagnes h1,
#module-dmehoolprojects-credit h1,
#module-dmehoolprojects-listeespacepro h1,
#module-dmehoolprojects-sendgiftcart h1,
#module-dmehoolprojects-checklist h1,
#module-dmehoolprojects-validatelist h1,
#module-dmehoolprojects-statistiques .header_projets h1,
#module-dmehoolprojects-editlist .header_projets h1,
#module-dmehoolprojects-espaceprohistorique .header_projets h1,
#module-dmehoolprojects-espaceprotickets .header_projets h1,
#module-dmehoolprojects-editcampagne .header_projets h1 {
    font-size: 25px;
    text-transform: uppercase;
    z-index: 6;
    font-weight: 500;
    position: relative;
    width: fit-content;
}

#module-dmehoolprojects-credit #restant_cagnotte .alert {
    align-items: center;
    justify-content: space-between;
}

#module-dmehoolprojects-credit #restant_cagnotte h1::after,
#module-dmehoolprojects-listeespacepro h1::after,
#module-dmehoolprojects-sendgiftcart h1::after,
#module-dmehoolprojects-checklist h1::after,
#module-dmehoolprojects-validatelist h1::after,
#module-dmehoolprojects-statistiques .header_projets h1::after,
#module-dmehoolprojects-editlist .header_projets h1::after,
#module-dmehoolprojects-espaceprohistorique .header_projets h1::after,
#module-dmehoolprojects-espaceprotickets .header_projets h1::after,
#module-dmehoolprojects-editcampagne .header_projets h1::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #00f48e;
    z-index: 0;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
    z-index: -1;
    font-weight: 700;
}

#module-dmehoolprojects-credit h1 span,
#module-dmehoolprojects-listeespacepro h1 span,
#module-dmehoolprojects-sendgiftcart h1 span,
#module-dmehoolprojects-checklist h1 span,
#module-dmehoolprojects-validatelist h1 span,
#module-dmehoolprojects-statistiques .header_projets h1 span,
#module-dmehoolprojects-editlist .header_projets h1 span,
#module-dmehoolprojects-espaceprohistorique .header_projets h1 span,
#module-dmehoolprojects-espaceprotickets .header_projets h1 span,
#module-dmehoolprojects-editcampagne .header_projets h1 span {
    text-transform: lowercase;
}

#module-dmehoolprojects-credit #restant_cagnotte .alert {
    border: 1px solid #00f48e;
    border-radius: 10px;
    background: transparent;
    font-size: 18px;
    color: #0a3053;
    font-weight: 700;
    padding: 40px;
}

#module-dmehoolprojects-credit #restant_cagnotte .alert .rose {
    color: #ff3497;
}

#module-dmehoolprojects-campagnes .header_projets p,
#module-dmehoolprojects-listeespacepro .header_projets p {
    font-size: 18px;
}

#module-dmehoolprojects-campagnes .header_projets a,
#module-dmehoolprojects-listeespacepro .header_projets a,
#module-dmehoolprojects-editcampagne .header_projets a {
    position: relative;
    right: -90%;
    top: -45px;
}

#module-dmehoolprojects-campagnes #projets,
#module-dmehoolprojects-credit #projet,
#module-dmehoolprojects-listeespacepro #projet {
    margin-bottom: 30px;
}

#module-dmehoolprojects-campagnes #projets .projets .card,
#module-dmehoolprojects-campagnes #projets .projet .card,
#module-dmehoolprojects-credit #projets .projet .card,
#module-dmehoolprojects-listeespacepro #projets .projet .card {
    background-color: #f6f7f8 !important;
    border-radius: 0px 0px 10px 10px;
}

#module-dmehoolprojects-campagnes .projets .card-footer a,
#module-dmehoolprojects-credit .projets .card-footer a,
#module-dmehoolprojects-listeespacepro .projets .card-footer a {
    border-radius: 0px;
    border-color: #00f48e;
    text-transform: uppercase;
    font-size: 13px;
    background: transparent;
    margin-bottom: 5px;
}

#module-dmehoolprojects-credit .item-projet-link-bis {
    background: #0a3053;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    margin-top: 0px;
}

#module-dmehoolprojects-campagnes #projets .projets .alert-info,
#module-dmehoolprojects-credit #projets .projets .alert-info,
#module-dmehoolprojects-listeespacepro #projets .projets .alert-info {
    text-align: center;
    font-size: 18px;
    color: #0a3053;
    background-color: transparent;
    padding: 0px;
    border: none;
}

#module-dmehoolprojects-campagnes .projets .card-footer a,
#module-dmehoolprojects-listeespacepro .projets .card-footer a {
    background-color: transparent;
    color: #0a3053 !important;
}

#module-dmehoolprojects-campagnes .card-footer:last-child,
#module-dmehoolprojects-listeespacepro .card-footer:last-child {
    text-align: center;
    margin: 0 auto;
}

#module-dmehoolprojects-campagnes .header_projets h1::after,
#module-dmehoolprojects-epargne h1::after,
#module-dmehoolprojects-listeespacepro .header_projets h1::after,
#module-dmehoolprojects-checklist h1::after,
#module-dmehoolprojects-validatelist h1::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #00f48e;
    z-index: 0;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
    z-index: -1;
    font-weight: 700;
}

#module-dmehoolprojects-campagnes .header_projets h1 span,
#module-dmehoolprojects-epargne h1 span,
#module-dmehoolprojects-listeespacepro h1 span,
#module-dmehoolprojects-checklist h1 span,
#module-dmehoolprojects-validatelist h1 span {
    text-transform: lowercase;
}

#module-dmehoolprojects-editcampagne #content form select,
#module-dmehoolprojects-credit #infos .modal-header form input,
#module-dmehoolprojects-editcampagne #content input,
#module-dmehoolprojects-editcampagne #content textarea #module-dmehoolprojects-editlist form select,
#module-dmehoolprojects-editlist form input,
#module-dmehoolprojects-editlist #content input,
#module-dmehoolprojects-editlist #content textarea,
#module-dmehoolprojects-sendgiftcart select,
#module-dmehoolprojects-sendgiftcart input,
#module-dmehoolprojects-validatelist input,
#module-dmehoolprojects-validatelist textarea {
    background: transparent;
    border: 1px solid #0a3053;
    border-radius: 10px;
}

@media (min-width: 992px) {

    #module-dmehoolprojects-editcampagne #partie_gauche,
    #module-dmehoolprojects-editcampagne #partie_droite {
        padding-left: 30px;
        padding-right: 30px;
    }
}

#module-dmehoolprojects-editcampagne .btn-annuler {
    background-color: transparent;
    border: 1px solid #0a3053;
    color: #0a3053;
    border-radius: 5px;
}

#full_width {
    max-width: 99.5vw !important;
}

.projets .img-titre {
    text-align: center;
    font-family: 'Eufoniem';
    padding: 45px;
    margin-bottom: 00px;
    font-size: 55px;

}

.projets .card {
    background: #f6f7f8 !important;
}

#module-dmehoolprojects-credit #infos .modal-header {
    padding: 40px;
}

#my-account.groupe_7 #history-link,
#my-account.groupe_7 #addresses-link,
#my-account.groupe_7 #mes-campagnes-link,
#my-account.groupe_7 #discounts-link,
#my-account.groupe_7 #epargne-link,
#my-account.groupe_7 .header-top-right .cagnotte,
#my-account.groupe_7 #addresses-link,
#my-account.groupe_7 #history-link,
#my-account.groupe_7 #epargne-link,
#my-account.groupe_7 #discounts-link,
#my-account.groupe_7 #psgdpr-link {
    display: none;
}

#module-dmehoolprojects-espaceprotickets #content-wrapper form select {
    box-shadow: none !important;
    background: #fff;
    border: 1px solid #0a3053;
    border-radius: 10px;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat scroll right 0.5rem center / 1.25rem 1.25rem !important;
}

#module-dmehoolprojects-espaceprotickets #content-wrapper form textarea,
#module-dmehoolprojects-editcampagne textarea#description {
    background-color: transparent;
    border: 1px solid #0a3053;
    border-radius: 10px;
}

#module-dmehoolprojects-sendgiftcart .tab-content>.active {
    opacity: 1;
}

#module-dmehoolprojects-sendgiftcart #list_id {
    padding: 5px;
    min-width: 15rem;
}

#module-dmehoolprojects-sendgiftcart #nom_liste {
    max-width: 15rem;
}

#form_ajout_modifier_campagne input {
    max-width: 30rem;
}

#module-dmehoolprojects-sendgiftcart #Tab-choix-Liste {
    padding: 25px;
}

#module-dmehoolprojects-sendgiftcart .btn-annuler {
    background-color: transparent;
    border: 1px solid #0a3053;
    color: #0a3053;
    border-radius: 25px;
    font-size: 13px;
    display: flex;
    width: fit-content;
    align-items: center;
    padding: 8px;
}

#module-dmehoolprojects-validatelist #right-block .apercu {
    max-height: 700px;
    overflow: scroll;
    padding: 15px;
    border: 1px solid #eff0f1;
}

#module-dmehoolprojects-validatelist .block-final {
    background: #eff0f1;
    padding: 20px;
}

#module-dmehoolprojects-validatelist .rose {
    color: #FF3794;
    font-weight: bolder;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;

}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 33%;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 50% !important;
    background-color: #fff;
    border: 1px solid #0a3053;
}

.btn-circle-ok {
    background-color: #00f48e !important;
    border-color: #00f48e !important;
    color: #fff;
}

.btn-circle-current {
    background-color: #0a3053;
    color: #fff;
}

#my-account h1.h1-pro::after,
body.groupe_7 h1::after {
    background-color: #fffcb0 !important;
}

#module-dmehoolprojects-editcampagne .btn-annuler {
    margin-bottom: 30px;
}

#module-dmehoolprojects-editlist #content input {
    padding: 5px 5px;
    width: 180px;
}

#form_ajout_modifier_campagne>div.form-group>label:after {
    content: '*';
    color: red;
    font-size: 14px;
    position: relative;
    line-height: 12px;
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.blur {
    filter: blur(5px);
}

#pageloader {
    background: rgba(255, 255, 255, 0.8);
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}

#pageloader img {
    left: 50%;
    position: absolute;
    top: 50%;
}
#module-dmehoolprojects-validatelist .block-final .send_later_div img{
   position: absolute;
    right: 40px;
    top: 35px;
}

#module-dmehoolprojects-statistiques #table thead tr:nth-child(2) th span.dt-column-order {
    display: none;
}
#module-dmehoolprojects-statistiques #table tbody tr td:nth-child(9) {
    display: flex;
}