/*
 Theme Name:   Chrimson Child Theme
 Theme URI:    http://chrimson.ancorathemes.com/
 Description:  Chrimson - excellent WordPress theme with many different blog and header layouts
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com/
 Template:     chrimson
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  chrimson
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
.mobile_device .menu_mobile .search_mobile, .mobile_layout .menu_mobile .search_mobile {
    display: none;
}

.menu_mobile .social_item .social_icon {
    font-size: 4em;
}

.scheme_dark .menu_mobile_inner a, .scheme_dark .menu_mobile_inner .menu_mobile_nav_area li:before {
    color: #2F292B;
}
.scheme_dark .menu_side_inner, .scheme_dark .menu_mobile_inner {
    background-color: #ffffff !important;
}
.scheme_dark.footer_wrap, .footer_wrap .scheme_dark.vc_row {
    background-color: #2F292B;
}
.page header div.vc_custom_1601644840535 {
    margin-bottom: 0px !important;
}
.scheme_dark .footer_wrap .socials_wrap .social_item, .scheme_dark.footer_wrap .socials_wrap .social_item {
    color: #82ba31;
}
.scheme_dark .footer_wrap .socials_wrap .social_item .social_icon, .scheme_dark.footer_wrap .socials_wrap .social_item .social_icon {
    color: #82ba31;
    background-color: #595456;
}

.scheme_dark .footer_wrap .socials_wrap .social_item:hover, .scheme_dark.footer_wrap .socials_wrap .social_item:hover {
    color: #82ba31;
}
.scheme_dark .footer_wrap .socials_wrap .social_item:hover .social_icon, .scheme_dark.footer_wrap .socials_wrap .social_item:hover .social_icon {
    color: #2F292B;
    background-color: #82ba31;
}
.scheme_dark.footer_wrap a:hover, .footer_wrap .scheme_dark.vc_row a:hover {
    color: #82ba31;
}

.sc_item_subtitle:before {
    color: #82ba31;
}
.h1-accueil h1 {
    font-size: 3.438em;
}
.h2-maClass1 h2 {
    color: #595456;
    font-size: 36px !important;
    margin-bottom: 50px;
    margin-top: 50px !important;
}
.h2-maClass2 h2 {
    color: #595456;
    font-size: 36px !important;
    margin-bottom: 0;
    margin-top: 50px !important;
}
.vc_separator {
    margin-top: 25px;
    margin-bottom: 80px !important;
}


.margin-avant-apres .wpb_single_image .vc_figure,
.margin-avant-apres .wpb_single_image .vc_single_image-wrapper,
.margin-avant-apres .wpb_single_image img{
    width:100%;
}


.margin-avant-apres{
    margin-top: 50px;
}

.avant-apres p{
    color: #2F292B;
    background: #82ba31;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.scheme_default div.esg-pagination .esg-pagination-button:hover, .scheme_default div.esg-pagination .esg-pagination-button.selected, .scheme_default .woocommerce nav.woocommerce-pagination ul li a:hover, .scheme_default .woocommerce nav.woocommerce-pagination ul li span.current, .scheme_default .page_links>a:hover, .scheme_default .page_links>span:not(.page_links_title), .scheme_default .comments_pagination a.page-numbers:hover, .scheme_default .comments_pagination .page-numbers.current, .scheme_default .nav-links a.page-numbers:hover, .scheme_default .nav-links .page-numbers.current {
    background-color: #82ba31;
}





@media screen and (max-width: 992px){
	.h1-accueil h1{
    font-size: 32px !important;
	}
}

@media screen and (max-width: 768px){
	.margin-avant-apres {
    	margin: 20px auto 0;
    	width: 100%;
    	max-width: 400px;
	}
	form.wpcf7-form .contact_us .flex {
    	display: block;
	}
}






