/*
Theme Name: Cryo Renov
Theme URI: https://www.cryo-renov.fr
Author: Cryo Renov
Author URI: https://www.cryo-renov.fr
Description: Cryo Renov Theme
Version: 1.0.0
Tags: right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: Cryo Renov
License URI: https: //www.cryo-renov.fr
Text Domain: service-finder
Template: service-finder
*/

body {
    --extendify--spacing--large: var( --wp--custom--spacing--large, clamp(2em, 3vw, 3em) ) !important;
    font-family: 'Open Sans';
    font-size: 18px;
    color: #585858;
}

h2 {
    text-transform: uppercase;
}

h2, h3 {
    color: #1897be;
}

.after-titile-line {
    background-image: none !important;
}

body .title-line-left {
    width: 100px;
}

.top-bar .container .col-md-6:first-child {
    visibility: hidden;
}

body .sf-categories-content .sf-categories-quantity {
    display: none;
}

input.form-control, textarea.form-control {
    font-weight: normal;

}

.wp-block-image.is-style-rounded img {
    border-radius: 35px;
}

@media (max-width: 480px) {
    .desktop-image {
        display: none;
    }
}

/*
 HEADER
*/
@media only screen and (min-width: 769px) {
    .navbar-collapse.collapse {
        width: 66%;
        float: left;
    }
}

#mega-menu-wrap-primary #mega-menu-primary {
    text-align: center;
}

.logo-header {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    width: 310px;
    height: auto;
}

header.header-style1 .logo-header-inr img, header.is-sticky .logo-header-inr img,
header.header-style6 .logo-header-inr img {
    visibility: hidden;
}

header.header-style1 .logo-header-inr a, header.is-sticky .logo-header-inr a,
header.header-style6 .logo-header-inr a {
    background: url("https://www.cryorenov.com/wp-content/uploads/2022/06/cryorenov-logo.png");
    background-size: cover;
}

.header-nav .nav>li>a,
.sf-header-inner .header-nav .nav>li>a {
    font-size: 15px;
    margin: 0 10px;
    font-weight: bold;
}

#header-part.is-sticky .main-bar {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.is-sticky .header-nav .nav>li>a {
    padding: 35px 15px;
}

.is-sticky .logo-header {
	margin: 10px 0 20px 10px;
}

#footer {
    margin-top: 60px;
}

#footer .widget .wp-block-latest-posts li {
    border-bottom: 0;
    padding-left: 0;
}

#footer .widget .wp-block-latest-posts li:before {
    display: none;
}

#footer .widget .wp-block-latest-posts li a {
    font-weight: bold;
    line-height: 15px;
    display: block;
}

.footer-moreinfo {
    text-align: center;
}
.footer-moreinfo-phone {
    font-size: 22px;
    margin: 15px 0;
    display: inline-block;
}
footer .footer-bottom p {
    margin-bottom: 0;
}
.footer-bottom {
    padding: 20px 0;
}
.wp-block-latest-posts__post-excerpt {
    margin-bottom: 0;
    line-height: 1em;
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-bottom: 0.5rem;
}

.widget_block > h4:after {
    content: "";
    width: 50px;
    height: 2px;
    display: block;
    margin: 10px 0;
    background: #3396D1;
}

button.scroltop {
    right: 50%;
    margin: 0 -15px 0 0;
}

.footer-bottom .socila-box a {
    font-size: 1.5em;
}

.cryo-applications-container {
    margin-top: 80px;
    margin-bottom: 80px;
}

.cryo-applications-container .cryo-application-domain {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.cryo-applications-container .cryo-application-domain.square {
    height: auto;
    position: relative;
}

.cryo-applications-container .cryo-application-domain a,
.cryo-applications-container .cryo-application-domain h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    width: 100%;
    height: 100%;
}

.cryo-applications-container .cryo-application-domain.square a,
.cryo-applications-container .cryo-application-domain.square h2 {
    position: absolute;
}

.cryo-applications-container .cryo-application-domain.square h2 {
    margin: 0;
    line-height: 40px;
}

.cryo-applications-container .cryo-application-domain a > div {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
}

.cryo-applications-container .cryo-application-domain a h3 {
    text-transform: uppercase;
    color: #333;
}

.cryo-applications-container .cryo-application-domain ul {
    color: #333;
    line-height: 18px;
    margin: 0 0 0 13px;
    font-size: 13px;
}

.cryo-fact .cryo-fact-quote {
    background: #b2cb0a;
    padding: 30px;
    margin-top: 0;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cryo-fact .cryo-fact-quote-icon {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.cryo-fact .cryo-fact-quote-icon img {
    max-width: 110px;
}

.cryo-fact .cryo-fact-quote-text {
    color: #FFF;
    font-size: 20px;
    line-height: 28px;
    padding-left: 20px;

    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 5 auto;
    -ms-flex: 1 5 auto;
    flex: 1 5 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.cryo-fact .cryo-fact-quote::before {
    color: #FFF;
    content: "";
}

.know-more .contact-row {
    margin-top: 10px;
}

.know-more .phone-link {
    font-size: 2em;
}

.extra-nav {
    display: none;
}

/*
BLOG
*/

.blog-post h4 {
    margin-bottom: 12px;
}

.blog-post .post-date-t {
    font-style: italic;
    margin-bottom: 24px;
}

.blog-post.blog-md .post-thum img {
    border-radius: 0;
}

.blog-post.blog-md .post-meta ul {
    float: none;
}

.blog-post.blog-md .post-meta {
    padding: 22px 0;
}

.blog-post.blog-md .post-meta .read-more-col {
    text-align: right;
}

/*
UTILS
*/
.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-50 {
	margin-bottom: 50px;
}

.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.liste-matieres {
	font-size: 18px;
}

.w95 {
    width: 95%;
}
.w100 {
    width: 100%;
}

.fullheight, .fullheight body, .fullheight .page-wraper {
    min-height: 100%;
}

.d-inline {
    display:inline-block;
}

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

.loading-anim {
    position: relative;
}

.loading-anim:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7) url(../images/loading.gif) center center;

}

.loading-anim:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7) url(./images/loading2.gif) no-repeat center center;
    content: '';
    top: 0;
    left: 0;
    z-index: 1000;
}

.upload-preview {
    width: 100px;
    height: 100px;
    margin: 8px;
}

/*
HOME
*/
.sf-icon-xl {
    width: 140px;
}

.sf-icon-xl img {
    height: 130px;
}

.sf-latest-news .post-meta,
.latest-blog .owl-controls {
    display: none;
}

.latest-blog .sf-latest-news,
.sf-latest-news .post-info {
    margin: 0;
}

.page-wraper .hero-block {
    margin: 0 auto;
}

.page-wraper .hero-block p {
    font-size: 18px;
}

.page-wraper .wp-block-button a {
    font-size: 20px !important;
    border-radius: 40px;
}

.sf-how-work .sf-tilte {
  font-size: 20px;
  font-weight: bold;
}

/* MEGA MENU */
@media only screen and (min-width: 769px) {
	#mega-menu-wrap-primary {
		background: transparent;
	}

	header.is-sticky #mega-menu-wrap-primary {
		background: #FFF;
	}

	.navbar-collapse.collapse {
		float: right;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
		background: #1897be;
        color: #FFF !important;

	}
}

header.header-style7 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	color: #FFF;
}

header.is-sticky #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	color: #555;
	padding: 35px 15px;
	text-transform: uppercase;
	display: inline-block;
	height: auto;
	line-height: auto;
	font-size: 15px;
	position: unset;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
	background: transparent;
	color: #1897be !important;
	font-weight: 600;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 5px 15px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	font-weight: normal;
	text-transform: none;
	font-size: 16px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
	padding: 8px;
}

.centered-content > .container {
    background: #FFF;
    padding: 30px;
}

/* INTERVENTION */
.form-block {
    border: 1px solid #CCC;
    background: #EFEFEF;
    border-radius: 4px;
    padding: 20px;
    position: relative;
}

.zoneref-controls {
    position: absolute;
    right: 20px;
    top: 20px;
}

/* CONTACT */
.sf-captcha-wrap {
    max-width: none;
}

#captcha_code {
    max-width: 300px;
}

.contact-info {
    font-size: 16px;
}

.contact-info .btn {
    line-height: 18px;
    white-space: break-spaces;
    position: relative;
    margin-top: 15px;
    border-radius: 6px;
    text-align: left;
    padding-left: 45px;
}
.contact-info .btn .fa {
    position: absolute;
    color: #FFF;
    font-size: 24px;
    left: 10px;
    top: 7px;
}

.contact-info-phone a {
    font-size: 18px;
    color: #767676;
    font-weight: bold;
}

.wpcf7-form-control-wrap {
    display: table-cell;
}

.wpcf7-not-valid-tip {
    font-size: 0.7em;
    position: absolute;
    bottom: -25px;
}
.wp-block-contact-form-7-contact-form-selector p {
  margin: 0;
}

/* APPLICATIONS */
.domaine-liste-avantages li {
    line-height: 2em;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    list-style-type: none;
    list-style: none;
    display: table-row;
}

.domaine-liste-avantages li:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    color: #b2cb0a;
    position: relative;
    left: -10px;
    display: table-cell;
}

.contact-info .socila-box li .fa {
    color: #585858;
    position: relative;
    top: 0;
}

.contact-info .socila-box li {
    text-align: center;
    margin: 0 5px;
    border-radius: 16px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
    padding: 0;
}

.contact-info .socila-box li:hover {
    background-color: #3396D1;
}

.contact-info .socila-box li:hover .fa {
    color: #FFF;
}

/* Mobile */
@media only screen and (min-width: 769px) and (max-width: 1080px) {
    .header-nav .nav>li>a,
    .sf-header-inner .header-nav .nav>li>a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 12px;
    }

}