.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;
}


.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-35,
#cta-distanciel {
    display: none;
}

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

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

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

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

.text-block-2 {
    margin-top: 10px;
    font-size: 19px;
    line-height: 14px;
    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;
}
