/* 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 80px;
    background-color: #f2f5fa;
    width: 100%;
    margin-top: 30px;
    position: relative;
    border-radius: 15px;
}
.testi-post {
    padding-left: 60px;
}
.testi-post::before {
    content: url(../../inc/vc-elements/icons/quotes.png);
    position: absolute;
    top: 15px;
    left: -0px;
}

.heading_testi {
    font-size: 18px;
    color: #000;
    text-transform: none;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
    border-left: 2px solid #1fa9cc;
    padding-left: 20px;
}

.heading_testi span {
    color: #7f7f7f;
    font-size: 14px;
    font-weight: normal;
}

.testi_content {
    font-size: 16px;
    color: #6b6a6a;
}

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

.btn_bottom_testi {
    float: left; 
    width: 100%; 
}

.btn_bottom_testi strong a {
    font-weight: 600;
    font-size: 16px;
}


/* 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; 
}