/*
 Theme Name:   SEARCH-Factory
 Description:  SEARCH-Factory theme wordpress
 Author:       SEARCH-Factory
 Version:      1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  search-factory
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
*/
body div#page{
 	overflow-x: hidden;
}
.resultat-item p.badge {
    font-size: 16px;
}
.home-review-section .ch-title-l {
    text-align: center;
}
section#home_presse_section .video-js .vjs-tech{
	object-fit: cover;
}
.devis-form select option {
    color: #000;
}
.devis-form select{
    padding-inline: 20px;
}
body {
    overflow-x: hidden;
}
.home-presse-section .media-section .video-js {
    width: 730px;
    height: 414px;
}
body.wp-singular.page-template-demamde-devis .contact-info{
    display: none;
}
body.wp-singular.page-template-demamde-devis .contact-main{
	margin-right:0;
}
.page-template-demamde-devis .contact-top {
    margin-inline: auto;
}
#section_domaine_intervention h3.article-title a:hover {
    color: inherit;
    text-decoration: none;
}
.article-item > a {
    display: block;
    width: 100%;
    height: 70px;
    z-index: 2;
    position: absolute;
}

.section-domaine-intervention .article-item {
    position: relative;
}
.section-domaine-intervention  .article-item > a {
    display: block;
    width: 100%;
    height: 70px;
    z-index: 2;
    position: absolute;
}
.section-domaine-intervention .ch-tagline.articles-list {
    border-left: 1px solid;
    border-right: 0;
    padding-left: 0;
}
.section-domaine-intervention h2.section-title,
.section-domaine-intervention .article-item h3 {
	padding-left: 35px !important;
}
.section-domaine-intervention .section-title{
	padding-bottom: 25px;
}
.section-domaine-intervention .ch-tagline.tagline-right .ch-tag::before {
    left: -3.52px;
    position: absolute;
    margin: 0;
    top: 0;
	right: inherit;
    bottom: 0;
    margin: auto;
}
.wrapper-navbar a.btn-contact-cohen + a.cta-banner{
    outline: none;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #c8a05f;
    border-color: #c8a05f;
    padding: 12px 15px;
    text-decoration: none;
    border-radius: 0;
    text-transform: uppercase;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 19px;
    margin-left: 10px;
    user-select: none;
    border: 1px solid transparent;
}
.wrapper-navbar a.btn-contact-cohen + a.cta-banner:hover{
    background-color: #b6883e;
}
.wrapper-navbar a.btn-contact-cohen + a.cta-banner:focus{
    box-shadow: 0 0 0 0.2rem rgba(200, 160, 95, 0.5);
}
@media (max-width: 87.49em) {
    .wrapper-navbar a.btn-contact-cohen + a.cta-banner {
        font-size: 1px;
    }
}
@media (max-width: 83.49em) {
    .wrapper-navbar a.btn-contact-cohen + a.cta-banner {
        display: none;
    }
}
@media screen and (max-width: 1199px){
	section#section_domaine_intervention .section-row .sc-col:first-child,
	section#section_domaine_intervention .section-row .standard-slider-controls{
		display: none;
	}
	section#section_domaine_intervention .sc-col:nth-child(2){
		margin-top: 0;
		margin-bottom: 80px;
	}
	.section-domaine-intervention h2.section-title,
	.section-domaine-intervention .article-item h3 {
    padding-left: 0px !important;
}
}
@media screen and (max-width: 991px) {
    section#section_domaine_intervention .sc-col:nth-child(2) {
        margin-top: 20px;
        margin-bottom: 70px;
    }
}
@media screen and (max-width: 767px) {
	.home-presse-section .media-section .video-js {
		width: 100%;
		height: 100%;
		aspect-ratio: 16 / 9;
	}
	.home-presse-section .media-section .video-js video {
		object-fit: contain;
	}
}