.colloque-popin.off {
    display: flex;
    pointer-events: none;
}


.off .popin-overlay {
    opacity: 0;
}

.off .colloque-popin-content {
    opacity: 0;
    transform: translateY(50px);
}

.colloque-banner:hover .cta-subscribe {
    background-color: #201f1f;
    color: #fff;
}


.colloque-banner:hover .colloque-banner-img {
    transform: scale(1.05);
}

.cta-download:hover svg {
    transition: all .4s;
}

.cta-download:hover svg {
    stroke: white;
}

.text-presentiel,
.text-distanciel,
.icon-distanciel,
.icon-presentiel {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cls-1 {
    transition: all .4s;
}

.cl-btn-close:hover .cls-1 {
    stroke: white;
}

.check {
    opacity: 0;
    transition: all .4s;
}

.active .check {
    opacity: 1;
}

.checkbox-item.active {
    opacity: 1 !important;
}


/* --- checkout --- */

.woocommerce {
    width: 100%;
}

.checkout ul {
    list-style: none;
}

.w-commerce-commercecheckoutlabel {
    margin-bottom: -1px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 30px;
}

.customer-info .w-commerce-commercecheckoutlabel {
    font-size: 12px;
}

.checkout .input-radio {
    margin-right: 6px;
}

.checkout a {
    color: #991e37;
    text-decoration: none;
}

.w-commerce-commercelayoutsidebar,
.woocommerce-checkout-payment,
.place-order {
    border-radius: 10px;
    overflow: hidden;
}

.woocommerce-checkout-review-order-table,
.payment_methods {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.woocommerce-checkout-payment {
    margin-top: 10px;
}

.woocommerce-additional-fields .w-commerce-commercecheckoutblockcontent {
    display: none;
}

.checkout abbr {
    display: none;
}

.woocommerce-form-coupon-toggle {
    margin-bottom: 10px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .woocommerce-form-coupon-toggle {
        padding: 10px 0px;
        height: inherit;
    }

    .woocommerce-info {
        flex-direction: column;
    }

    .checkout_coupon div {
        display: flex !important;
        flex-direction: column;
    }

    .woocommerce-orders-table__header-order-date,
    .woocommerce-orders-table__header-order-total,
    .woocommerce-orders-table__cell-order-date,
    .woocommerce-orders-table__cell-order-total {

        display: none;
    }

}

.colloque-page {
    min-height: calc(100vh - 614px);
}

.notices a,
.showcoupon {
    display: block;
    border-color: #201f1f;
    border-radius: 5px;
    background-color: #201f1f;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    padding: 0 12px;
    margin: 5px 0;
}

.checkout_coupon {
    margin-top: 0px !important;
    margin-bottom: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.checkout_coupon .main-button {
    width: 100%;
    order: 0;
    border-color: #201f1f;
    border-radius: 5px;
    background-color: #201f1f;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    padding: 0 12px;
    margin: 0px;
    min-height: 38px;
}

.checkout_coupon .w-commerce-commercecheckoutemailinput {
    width: 300px;
}

.woocommerce-info {
    display: flex;
    align-items: center;
}

.showcoupon {
    display: inline-block;
    margin: 5px 10px;
    padding-top: 2px;
    transition: all .4s;
}

#coupon_code {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cart-item-link {
    pointer-events: none;
}

.place-order {
    display: flex;
    flex-direction: column;
}

.main-button {
    width: 100%;
    order: 2;

    border-color: #201f1f;
    border-radius: 5px;
    background-color: #201f1f;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    padding: 0 12px;
    margin: 5px 0 10px;
}

.woocommerce-terms-and-conditions-wrapper {
    order: 1;
}

.main-button:hover {
    background-color: #333;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    color: #fff;
}

.checkout-wrapper {
    padding: 20px 20px 40px;
}

.payment_method_stripe:not(.wc_payment_method):not(.woocommerce-PaymentMethod):before {
    content: "";
    width: 100%;
    height: 90px;
    background-image: url(http://carnetpsy-colloque.com/wp-content/uploads/2021/07/stripe.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    background-position: center;
    margin-bottom: 20px;
}

.udy-wc-notices-wrapper {
    z-index: 200;
}

.blockOverlay {
    display: none;
}


.checkout .notices {
    position: relative;
}

.notice-error-message {
    display: block;
    min-height: auto;
}

.notice-error {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    margin: 0 20px 10px;
}


.fme_upload_file_custom_upload {
    cursor: pointer;
    padding: 4px 20px;
    border-radius: 10px !important;
    min-height: 40px;
    display: flex;
    align-items: center;
    transition: all .4s;
}


.fme_upload_file_custom_upload:hover {
    color: white !important;
    background: black !important;
}

#fme_upload_files_preview_cart_file {
    padding-left: 0;
}

#fme_checkout_filename0 {
    margin-left: 27px;
}

.woocommerce-shipping-fields {
    display: none;
}

.account-item:nth-child(1) {
    display: none;
}

.woocommerce-terms-and-conditions-checkbox-text {
    margin-left: 6px;
}

.woocommerce-additional-fields h4 {
    display: none;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
    margin-bottom: 10px;
}

.text-block-96 {
    width: 20px;
    text-align: center;
    padding-left: 1px;
}

.shop_table,
.woocommerce-orders-table,
.woocommerce-table {
    width: 100%;
    margin-bottom: 20px;
}

.shop_table tr,
.woocommerce-orders-table tr,
.woocommerce-table tr {
    height: 50px;
}

.shop_table,
.shop_table tr,
.shop_table td,
.woocommerce-orders-table,
.woocommerce-orders-table tr,
.woocommerce-orders-table td,
.woocommerce-table,
.woocommerce-table tr,
.woocommerce-table td {
    border: 1px solid #e3e1db;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
}


.woocommerce-orders-table__cell-order-number a,
.woocommerce-table a {
    font-weight: bold;
    text-decoration: none;
    color: black;
}

.my-account-content-wrapper .button,
.shop_table .button,
.woocommerce-Address a,
.woocommerce-button,
.woocommerce-MyAccount-downloads-file {
    border-color: #201f1f;
    border-radius: 5px;
    background-color: #201f1f;
    color: #fff !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    padding: 7px 12px;
    margin: 0px 5px;
    transition: all .4s;
}

.my-account-content-wrapper .button:hover,
.shop_table .button:hover,
.woocommerce-Address a:hover,
.woocommerce-button:hover,
.woocommerce-MyAccount-downloads-file:hover {
    background-color: #a38e80 !important;
}

.u-column2.woocommerce-Address {
    display: none;
}


.woocommerce-Address address {
    margin-top: 10px;
    font-size: 16px;
}

.account-wrapper h2 {
    font-size: 22px;
}

mark {
    background: #fff;
    font-weight: bold;
}

.account-item {
    transition: all .4s;
}

.account-item {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}

.account-item:hover {
    border-left-color: #a38e80;
}

.account-link:hover {
    background-color: inherit !important;
    color: #a38e80;
}

.account-cta:hover,
.main-button:hover,
.showcoupon:hover,
.cta-black:hover {
    background-color: #a38e80 !important;
}


.woocommerce-lost-password .woocommerce,
.woocommerce-account:not(.logged-in) .woocommerce {
    max-width: 420px;
    background: white;
    padding: 0 20px;
    border-radius: 10px;
    margin: 0 auto;
}

.woocommerce-LostPassword a {
    color: #a38e80;
    text-decoration: none;
}

.woocommerce-LostPassword a:hover {
    text-decoration: underline;
    color: black;
}

.woocommerce-ResetPassword {
    margin: 30px 0;
}

.woocommerce-ResetPassword p:first-childw {
    font-weight: bold;
}


.link-checkout:hover {
    text-decoration: underline;
    color: black;
}


.wc_payment_method .w-commerce-commercecheckoutlabel {
    cursor: pointer;
    transition: all .4s;
}

.wc_payment_method .w-commerce-commercecheckoutlabel:hover {
    opacity: .5;
}


.download-remaining {
    display: none;
}


#participants_field {
    display: none;
}

.institution #participants_field {
    display: block;
}

#participants_field textarea {
    height: 118px;
}



.div-block-27 {
    margin-top: 30px;
}

.colloque-banner-img {
    min-height: 300px;
}

/*
#cta-presentiel,
.text-block-26,
.cta-subscribe {
    display: none;
}
*/


.text-block-2 {
    margin-top: 10px;
    font-size: 17px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.text-block-2 span {
    margin-top: 5px;
    font-size: 10px;
    line-height: 13px;
    display: inline-block;
}

.div-block-5 {
    flex-direction: column;
}

.div-block-7 {
    margin-bottom: 40px;
}

.div-block-7.active {
    display: flex;
    flex-direction: column;
}

.pgm-item {
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 0px;
    padding-left: 40px;
    border-left: 2px solid transparent;
    transition: all 1s;
    margin-left: -1px;
    margin: 10px 0 10px -1px;
}

.pgm-item.w--current {
    border-left: 2px solid #BA1930;
}

.pgm-item:hover .hashtag-black {
    background: #BA1930;
}

.hashtag-black {
    transition: all .4s;
}

.div-block-3 {
    display: flex;
    align-items: flex-start;
}

.div-block-11 {
    width: 100%;
    max-width: 360px;
}

.pgm-list {
    position: sticky;
    top: 0px;
    border-left: 1px solid #c1c1c1;
    padding-left: 0;
    margin-left: 45px;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.pgm-list .heading-4 {
    font-size: 18px;
    color: #201F1D;
    line-height: 22px;
}

.pgm-list .programme-speaker {
    font-size: 14px;
}


.colloque-video-section {
    padding-bottom: 0px;
}

.pgm-content-title {
    margin-bottom: 10px;
    font-size: 26px;
}

.pgm-content-title {
    margin-bottom: 10px;
}

.programme-rdv {
    padding-top: 30px;
    padding-bottom: 0px;
    border-bottom: none;
}

.html-embed {
    width: 100%;
    margin-bottom: 0px;
    background-color: #ffffff;
    border: 1px solid #e9e7e7;
}




/* connect */


.push-abo {
    width: 100%;
    display: flex;
    justify-content: center;
    font-weight: 700;
    position: relative;
    align-items: center;
}


.push-abo-left,
.push-abo-right {
    width: 50%;
    display: flex;
    flex-direction: column;
}


.push-abo-left,
.push-abo-right {
    font-family: Lato, sans-serif;
    font-size: 18px;
    padding: 10px 43px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.push-right-content {
    display: flex;
    align-items: center;
}

.push-right-content img {
    width: 130px;
}

.push-abo-right {
    border-left: 1px solid #e3e1db;
}

.push-abo-text {
    padding-left: 50px;
    font-size: 20px;
}

.text-push-abo {
    font-size: 14px;
    font-family: 'Lato';
    width: 100%;
    line-height: 20px;
    padding: 10px;
}

.push-abo h2 {
    margin-bottom: 0;
}


.form-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}


.forgotten {
    font-size: 14px;
    color: #b5002f;
    font-weight: 500;
    text-decoration: none;
}

.forgotten:hover {
    text-decoration: underline;
}


.push-abo input[type=text],
.push-abo input[type=password] {
    line-height: normal;
    padding: 4px 10px;
    border: none;
    font-weight: 500;
    height: 40px;
    margin-bottom: 5px;
    border: 1px solid #c9c5bb;
    border-radius: 5px;
}

.push-abo label {
    margin-top: 5px;
    font-weight: 700;
}


.push-abo h4 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1px;
    font-family: kazimirtext, sans-serif;
    padding: 0;
    font-weight: 400;
}

.push-abo .btn {
    color: white;
    margin: 0;
    letter-spacing: 1px;
    text-decoration: none !important;
    height: 33px;
}


.push-abo form {
    width: 100%;
}

.btn {
    padding: 7px 14px 6px;
    border-radius: 5px;
    background-color: #b50030;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    line-height: 20px;
    cursor: pointer;
}

.btn:hover {
    background-color: black;
}

.abo-title {
    text-align: center;
}

.replay-wrapper {
    display: flex;
    align-items: center;
    margin-top: -10px;
}


.small {
    font-size: 15px;
    font-weight: 400;
    color: #b19f92;
}

.push-abo p {
    margin-bottom: 2px;
}

.push-abo h4 {
    margin-bottom: 0;
}

#connexion {
    padding: 20px;
}


.poster-link {
    transition: all .4s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.poster {
    transition: all .4s ease;
    opacity: .15;
}

.poster-link:hover .poster {
    opacity: .50;
}

.poster-img {
    position: absolute;
    width: 120px;
    transform: translateY(-30%);
    opacity: 0.2;
}

.colloque-title {
    padding-left: 30px;
    padding-right: 10px;

}

.colloque-template-default .wrapper-title {
    padding-left: 0px;
    padding-right: 0px;
}

.top-text p {
    margin: 0;
}

.top-text {
    margin-top: 0;
}

.colloque-bonus p,
.colloque-bonus img {
    width: 100%;
}

.cta-download {
    margin-bottom: 40px;
}

.colloque_partenaire_text {
    color: #A38E80;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    width: 100%
}

.banner-nomoreplace {
    pointer-events: none;
}

@media (max-width: 991px) {
    .pgm-list {
        display: none;
    }

    .pgm-content-title {
        font-size: 20px;
    }

    .programme-speaker {
        font-size: 14px;
    }

    .div-block-7 {
        padding: 15px;
        border-radius: 8px;
        margin-bottom: 20px;
    }

    .programme-rdv {
        padding-top: 20px;
    }

    .nav {
        height: 70px;
    }

    .push-abo-left,
    .push-abo-right {
        width: 100%;
        padding: 10px 10px 30px;
        align-items: center;
        text-align: center;
    }

    .push-abo {
        flex-direction: column;
    }

    .replay-wrapper {
        display: flex;
        align-items: center;
        margin-top: 10px;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .poster-img {
        position: absolute;
        width: 80px;
        transform: translateY(-16%);
        opacity: 0.2;
    }

    .push-abo-right {
        border-left: none;
        border-top: 1px solid #e3e1db;
    }

    .image {
        margin-right: 0;
    }

}


.colloque-popin-content {
    width: 600px;
}

.div-block-21 {
    padding: 20px 18px 10px;
}


.popin-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 220px;
    height: 240px;
    border: 4px solid #e4e1dc;
    border-radius: 10px;
    margin: 19px 19px 8px;
    padding: 28px 14px;
    cursor: pointer;
    transition: all .4s ease;
    text-align: center;
}



.popin-block-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0px;
    flex-wrap: wrap;
}

.icon-popin {
    width: 80px;
    height: 80px;
}

.popin-middle-title {
    font-size: 32px;
}

.popin-middle-top {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popin-steps {
    display: flex;
    margin: 30px 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popin-step {
    width: 42px;
    height: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #E4E1DC;
    border-radius: 80px;
    font-size: 21px;
    transition: all .4s ease;
}

.popin-sep {
    height: 2px;
    width: 17px;
    background: #E4E1DC;
    margin: 4px;
}

.popin-step.active {
    background: white;
    border: 1px solid #A72737;
    color: #A72737;
    cursor: pointer;
}


.popin-step.now {
    background: #A72737;
    color: white;
    cursor: pointer;
    pointer-events: none;
}


.popin-info {
    font-weight: bold;
    font-size: 18px;
}

.popin-block-title {
    color: #A72737;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    margin: 4px 0px;
    letter-spacing: 1px;
}

.popin-block-text {
    font-size: 14px;
    line-height: 18px;
}

.popin-middle-etapes {
    position: relative;
    overflow: hidden;
    width: 100%;
    flex: 1;
}

.popin-middle-etape {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}

.colloque-popin:not(.off) .popin-middle-etape.active {
    opacity: 1;
    pointer-events: auto;
}

.popin-middle {
    height: 490px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.popin-block-lateral {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 120px;
    border: 4px solid #e4e1dc;
    border-radius: 10px;
    margin: 7px;
    padding: 0 12px;
    cursor: pointer;
    transition: all .4s ease;
    text-align: center;
}

.popin-price {
    font-size: 16px;
    letter-spacing: 1px;
}

.popin-block-lateral:hover,
.popin-block:hover {
    background: #E4E1DC50;
}

.popin-block-offre {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 440px;
    height: 40px;
    border: 4px solid #e4e1dc;
    border-radius: 10px;
    margin: 7px;
    padding: 0 12px;
    cursor: pointer;
    transition: all .4s ease;
    text-align: center;
    transition: all .4s ease;

    color: #A72737;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    margin: 4px 0px;
    letter-spacing: 1px;
}



.popin-block-offre-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 440px;
    height: 120px;
    border: 4px solid #e4e1dc;
    border-radius: 10px;
    margin: 7px;
    padding: 0 12px 0 18px;
    cursor: pointer;
    transition: all .4s ease;
    text-align: center;
    transition: all .4s ease;

}

.popin-block-offre-group:hover {
    opacity: .75;
}

.offre-cairn {
    background-color: #59b5af;
    border: 4px solid #59b5af;
}

.offre-integral {
    background-color: #b0cbd3;
    border: 4px solid #b0cbd3;
}

.popin-offre-img {
    width: 46%;
}



.popin-offre-text {
    flex: 1;
    margin-left: 20px;
}

.popin-last {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    margin-top: 34px;
}


.popin-last.qualiopi {
    margin-top: 0px;
}

.popin-last img {
    height: 86px;
}


.popin-offre-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    width: 100%;
    text-align: center;
}

.popin-block-offre-group:hover {
    border-color: #E4E1DC50;
}

.popin-block-offre:hover {
    background: #E4E1DC50;
}

.popin-offre-prix {
    font-size: 15px;
    line-height: 24px;
}

.wrapper-column {
    flex-direction: column;
    /*padding-top: 20px;*/
}

.popin-block-recap {
    background: #E4E1DC;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 440px;
    height: 70px;
    border-radius: 10px;
    margin: 7px;

    transition: all .4s ease;
    text-align: center;
    transition: all .4s ease;
}

.popin-block-recap.recap-colloc {
    height: 90px;
}

.recap-offer {
    height: 40px;
    background: #383838;
    color: white;
}


.popin-recap-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 25px;
}

.popin-recap-right {
    border-left: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-weight: bold;
    width: 90px;
}

.recap-offer .popin-recap-right {
    border-left: 2px solid #ffffff50;

}

.popin-recap-title {
    font-weight: 700;
    font-size: 16px;
}

.popin-recap-option {
    color: #ba1931;
    font-style: italic;
    font-size: 14px;
    line-height: 14px;
}


.popin-recap-total {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 440px;
    padding: 5px 5px 10px;
    font-size: 16px;
    font-weight: bold;
}


.popin-last-sub {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.black {
    background: #201f1f;
    color: white;
    font-weight: 500;
}

.black:hover {
    background: #ba1931;
}

.hide {
    display: none;
}

.colloque-banner-mask {
    background: #0000003d;
}

@media screen and (max-width: 480px) {

    .colloque-title {
        padding-left: 0px;
        padding-right: 0px;
    }

    .colloque-banner-img {
        width: 100%;
    }

    .left-menu.sticky-nav.off {
        display: none;
    }

    .popin-middle {
        height: 760px;
    }

    .popin-info {
        text-align: center;
    }

    .popin-block-offre-group {
        margin: 7px 0;
    }

    .popin-block-wrapper {
        margin: 20px 10px 0px;
    }



    .popin-block-recap,
    .popin-recap-total {
        width: 100%;
        margin: 7px 0;
    }

    .popin-recap-title {
        text-align: left;
    }

}

#videos {
    display: none;
}

.replay #videos {
    display: flex;
}

.replay #cta-distanciel,
.replay #cta-distanciel,
.nomorelive .popin-distanciel,
.nomoreplace #cta-distanciel,
.nomorelive #cta-distanciel {
    display: none;
}


.nomoreplace #cta-presentiel {
    display: none;
}

.popin-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 40px;
}

.popin-form-line {
    display: flex;
    width: 100%;
    justify-content: center;
}

.popin-form-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px 10px 20px;
}

.popin-form input {
    line-height: normal;
    height: 46px;
    padding-left: 12px;
    border: 4px solid #e4e1dc;
    border-radius: 10px;
    transition: all .4s ease;
    outline: none;
}

.popin-form input:focus {
    background: #E4E1DC50;
}


.popin-form label {
    color: #A72737;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    margin: 4px 0px;
    letter-spacing: 1px;

}

.popin-cta-info {
    margin-top: 30px;
    transition: all .4s ease;
}

.popin-cta-info.disabled {
    pointer-events: none;
    background: #e4e1dc;
}

.popin-recap-info {
    font-size: 12px;
    font-style: italic;
}


.popin-push-convention{

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 440px;
    border-radius: 10px;
    border: 4px solid #e4e1dc;

    text-align: center;
    transition: all .4s ease;
    padding: 15px 20px;

    font-size: 12px;
    margin:10px 0 20px;
    color:black;
    text-decoration: none;

    cursor: pointer;
}

.popin-push-convention.hide{
    display: none;
}

.popin-push-convention:hover{
    background: #E4E1DC50;
}


.convention-title{
    font-weight: bold;
    text-transform: uppercase;
}

.popin-push-left img{
    width: 140px;
    margin-bottom: 5px;
    mix-blend-mode: multiply;
}