/* Youtube Modal */

img.hc_modal_img {
    width: 100%;
}

span.hc_modal_title {
    display: block;
    position: relative;
    bottom: 120px;
    left: 80px;
    font-size: 25px;
    color: #ffffff;
}

span.hc_modal_subtitle {
    display: block;
    position: relative;
    bottom: 120px;
    left: 80px;
    font-size: 18px;
    color: #ffffff;
}

a.hc_modal_icon {
    display: block;
    position: absolute;
    top: 15%;
    left: 41%;
}

span#launch_modal_hover {
    position: absolute;
    left: 5px;
    top: 5px;
    opacity: 0;
    transition: 0.5s;
}

.hc_modal_icon:hover span#launch_modal_hover {
	opacity: 1;
	transition: 0.5s
}

.hc_modal_icon:hover span#launch_modal {
	opacity: 0;
	transition: 0.5s
}

span#launch_modal {
	opacity: 1;
	transition: 0.5s
}

#patrimoine-video a.hc_modal_icon {
    display: block;
    position: absolute;
    top: 30%;
    left: 41%;
}

/* HCVC témoignages */

.hc_testimonials {
    float: left;
    padding: 40px;
    padding-left: 150px;
    width: 100%;
    margin-top: 30px;
    position: relative;
}
@media screen and (max-width: 1440px) {
    .hc_testimonials {
        padding-left: 0;
        padding: 65px 0 0 0;
    }
}
.hc_testimonials::before {
    content: url(../../inc/vc-elements/icons/quotes_violet.png);
    position: absolute;
    top: -95px;
    left: -30px;
}
@media screen and (max-width: 425px) {
    .hc_testimonials::before { display: none; }
    .hc_testimonials { padding: 0; margin-bottom: 35px; }
}
.hc_testimonials .slick-prev, .hc_testimonials .slick-next {
    top: -38px;
}
.hc_testimonials .slick-prev {
    right: 20px;
    left: auto;
}
.hc_testimonials .slick-prev:before {
    content:  url(../../inc/vc-elements/icons/arrow_left.png);
}
.hc_testimonials .slick-next:before {
    content:  url(../../inc/vc-elements/icons/arrow_right.png);
}

@media screen and (max-width: 1024px) {
    #img_header_table { display: none; }
}

@media screen and (max-width: 768px) {
    .hc_testimonials .slick-prev {
        right: 75px;
    }
    .hc_testimonials .slick-next {
        right: 30px;
    }
    .hc_testimonials::before {
        left: -5px;
    }
}
@media screen and (max-width: 425px) {
    .hc_testimonials .slick-prev {
        right: 70px;
    }
    .hc_testimonials .slick-next {
        right: 20px;
    }
}

.heading_testi {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

.testi_content {
    font-size: 16px;
}
.hc_testimonials .more_info {
    margin-top: 30px;
    display: inline-block;
    padding-left: 40px;
    position: relative;
}
.hc_testimonials .more_info::before {
    content: "";
    width: 25px;
    height: 3px;
    background-color: #483046;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
}

.testi_title {
    color: #ea580d;
    font-size: 16px;
}

.hc_testimonials .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #ffffff;
    border-radius: 25px;
    border: 3px solid #eeeeee;
}

.hc_testimonials .slick-dots li.slick-active button { background-color: #eeeeee; }

.hc_testimonials .slick-dots li button::before {
    content: "";
}

/**
IMG LINK
 */

.hc_img_link {
    width: 100%;
    min-height: 348px;
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
    font-family: 'Inter', sans-serif;
    position: relative;
    padding: 15px;
    background-size: cover;
}
.hc_img_link:before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color: #483046;
    position: absolute;
    top: 0;
    transition: 0.3s ease all;
    left: 0;
}
.hc_img_link:hover {
    transition: 0.2s;
    text-decoration: none;
    color: #ffffff;
}

.hc_img_link:hover span {
    text-shadow: 0 0 3px rgba(0,0,0,1);
}
.hc_img_link:hover:before {
    height: 0;
    transition: 0.3s ease all;
}
.hc_img_link img {
    max-width: 100%;
}
.hc_img_link_content {
    position: relative;
    z-index: 10;
    text-align: center;
}

/**
counter
 */

span.hc_counter_number.counter {
    display: inline-block;
    width: 100%;
    font-size: 35px;
    font-weight: 600;
}
span.hc_counter_text {
    font-weight: 600;
}

/**
HC CONTENT SLIDE
 */
.hc_slider_content_item {
    background-color: #F5F6FC;
    padding: 40px 25px!important;
}
.hc_slider_content_item strong {
    min-height: 60px;
}

/**
HC PRICE BOX
 */
.hc_price_box .software_version {
    font-weight: bold;
    display: block;
    margin: 15px 0;
}
.hc_price_box.orange .software_version {
    color: #F39200;
}
.hc_price_box.brown .software_version {
    color: #ED724B;
}
.hc_price_box.red .software_version {
    color: #E6504D;
}
.hc_price_box .price_number {
    font-size: 50px;
    position: relative;
    font-family: 'Sarabun', sans-serif;
}
.hc_price_box .price_number sup {
    font-size: 14px;
    position: relative;
    top: -25px;
}

/* img modal */
.hc_img_modal_container {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
}
.hc_btn_img_modal {
    position: relative;
    background-color: #ea580d;
    border: 0;
    width: 10px;
    height: 10px;
    display: block;
    padding: 0px;
    border-radius: 15px;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
}

.tooltip-inner {
    padding: 15px!important; 
}

.eff {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 78px;
    z-index: 1;}

    .eff .eff1 {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    display: inline-block;
    border: 1px solid #ea580d;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    animation: eff 1s infinite;
    animation-delay: .2s;
    animation-direction: alternate;
    -webkit-animation: eff 1s infinite;
    -webkit-animation-delay: .2s;
    -webkit-animation-direction: alternate;
}

.eff .eff2 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    border: 1px solid #ea580d;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    animation: eff 1s infinite;
    animation-direction: alternate;
    -webkit-animation: eff 1s infinite;
    -webkit-animation-delay: .2s;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes grow {
 0% {
-webkit-transform: scale( 0 );-moz-transform: scale( 0 );-o-transform: scale( 0 );-ms-transform: scale( 0 );transform: scale( 0 );
  }
  
  50% {
  -webkit-transform: scale( 1 );-moz-transform: scale( 1 );-o-transform: scale( 1 );-ms-transform: scale( 1 );transform: scale( 1 );
  }
  
  100% {
  -webkit-transform: scale( 0.8 );-moz-transform: scale( 0.8 );-o-transform: scale( 0.8 );-ms-transform: scale( 0.8 );transform: scale( 0 );
  }
}

@keyframes eff {
    from {
        -webkit-transform:scale(.7);
        -ms-transform:scale(.7);
        -o-transform:scale(.7);
        transform:scale(.7);
        opacity:.5;
        filter:alpha(opacity=50)
        }
    to {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
        opacity:1;
        filter:alpha(opacity=100)
        }
    }

@-webkit-keyframes eff {
    from {
        -webkit-transform:scale(.7);
        -ms-transform:scale(.7);
        -o-transform:scale(.7);
        transform:scale(.7);
        opacity:.5;
        filter:alpha(opacity=50)
    }
    to {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
        opacity:1;
        filter:alpha(opacity=100)
    }
}

/* Img hover */

span.hc_img_hover,
div#hc_img_hover {
    float: left;
    width: 100%;
    text-align: center; 
}

/**
Custom Table
 */
@media screen and (min-width: 1440px) {
    table.hc_custom_table.table {
        overflow: visible!important;
    }
}
table.hc_custom_table.table {
    border-collapse: separate;
    border-spacing: 5px 0;
    color: #483046;
}
table.hc_custom_table.table td, table.hc_custom_table.table th {
    border-top: none;
    padding: 10px;
    text-align: center;
    border-top: 8px solid transparent;
    position: relative;
}
table.hc_custom_table.table td:first-child {
    text-align: left;
}
table.hc_custom_table.table thead td {
    padding: 10px 20px;
}
table.hc_custom_table.table thead td:first-child {
    padding: 10px;
    min-width: 250px;
}
table.hc_custom_table.table thead tr {
    background-color: #ffffff;
}

table.hc_custom_table.table td.orange,
table.hc_custom_table.table td.brown,
table.hc_custom_table.table td.red {
    border-top: 8px solid;
    background-color: #F5F6FC;
}
table.hc_custom_table.table td.orange {
    border-color: #F39200;
}
table.hc_custom_table.table td.brown {
    border-color: #ED724B;
}
table.hc_custom_table.table td.red {
    border-color: #E6504D;
}
table.hc_custom_table .wpb_button,
table.hc_custom_table  .wpb_content_element,
table.hc_custom_table ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0;
}
table.hc_custom_table #img_header_table {
    position: relative;
    margin-bottom: 130px;
}
table.hc_custom_table #img_header_table img {
    position: absolute;
    top: -140px;
    right: -50px;
}

table.hc_custom_table.table tbody td {
    font-size: 14px;
    max-width: 350px;
    min-width: 200px;
    vertical-align: middle;
}


table.hc_custom_table.table .h3 {
    font-weight: normal;
    font-size: 23px;
}

table.hc_custom_table.table tr:nth-child(even) {
    background: #F5F6FC
}

table.hc_custom_table.table a.vc_btn3 {
    padding: 5px 10px;
    font-size: 14px;
    text-transform: uppercase;
}
table.hc_custom_table td {
    position: relative;
}
.tooltip-table {
    position: absolute;
    right: 5px;
    top: 5px;
}
.tooltip-table button {
    cursor: pointer;
    font-weight: bold;
    border: 2px solid #F39200;
    border-radius: 50%;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 6px;
    text-align: center;
    color: #f39200;
    font-size: 15px;
    padding: 0;
}

span.subscription {
    display: inline-block;
    margin-bottom: 15px;
    line-height: 18px;
}