@charset "UTF-8";/*!
Theme Name: Monstroid2 Child
Theme URI: http://www.templatemonster.com/wordpress-themes.php
Author: Template Monster
Author URI: http://www.templatemonster.com/
Description: Monstroid2 - truely multipurpose WordPress theme for real life projects. Built with love and care by TemplateMonster.
Template: monstroid2
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: monstroid2-child
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, grid-layout, custom-header, custom-logo, footer-widgets, flexible-header, blog
DocumentationID: monstroid_2

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Monstroid2 is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
	
.header-container__top { height:176px !Important ;}
@media (max-width: 768px){
.header-container__top { height:500px !Important ;}
}
@media(min-width: 769px) and (max-width: 991px){
.header-container__top { height:300px !Important ;}
}

@media (min-width: 992px)
{
	.footer-area {
    padding: 60px 0 60px !Important;
}
}
.header-btn {
    background-color: #eee !Important;}
.header-btn:hover {
    background-color: #000 !Important;}
.site-header.style-2 .header-container__bottom:before {
	border: none !Important;}

/*  Menu */

.site-header.style-2 .header-container__bottom .header-container__flex{
	background-color: #f1f1f1 !Important;
    padding: 10px 0 !Important;
	border-bottom: 1px solid #51a25a45;}
	
nav.main-navigation>.tm-mega-menu>li>.tm-mega-menu-sub.simple-sub {
    left: -15px !Important;
    background-color: #f1f1f1 !Important;
}

.main-navigation .menu > li > a{
	color:#5b787e !Important; 
	font-weight:600 !Important;}
.main-navigation .menu > li > a:hover{
	color:#51a25a !Important; 5b787e
	font-weight:600 !Important;}
.site-header .contact-block__label {
       font-weight: bold;
}
/*  Slideshow Background */
#tm_builder_outer_content .tm_pb_slider_fullwidth_off .tm_pb_container {
    width: 40% !important;
}
#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide_description, #tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description {
    padding: 5% 0 50% !important;
}
#tm_builder_outer_content .tm_pb_slider .tm_pb_container {
    margin: 0 0 !important;
}
#tm_builder_outer_content .tm_pb_slider_with_text_overlay .tm_pb_slide_content {
    padding: 0; 
}

#tm_builder_outer_content .tm_pb_slider .tm_pb_more_button, #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_more_button {
    margin-top: 0px !important;
}
#tm_builder_outer_content .tm_pb_slider.invert .tm_pb_slide_description .tm_pb_slide_content {
    background-color: #00000094 !important;
	padding:10px !important;
	margin-bottom: 10px !important;
	font-weight: 400 !important;

}

/* Ordre d'affichage des noms de produits*/
.woocommerce .single-product div.product .product_title, .woocommerce.single-product div.product .product_title {
    -moz-order: 0 !Important;
    -ms-flex-order: 0 !Important;
    order: 0 !Important; }
	
.cherry-projects-wrapper .projects-item-instance .project-meta {
    margin: 0 -10px -40px !Important;
    visibility: hidden !Important;
}
.cherry-projects-wrapper .projects-item-instance .project-media+.project-content {
    margin-bottom: 30px !Important;
}

.products .product .block_product_content h3 {
   white-space: normal !Important;
}

/* Affichage des liens sur les images de projets */
.cherry-projects-wrapper .projects-item-instance .simple-icon, .cherry-projects-terms-wrapper .projects-terms-container .simple-icon {
    visibility: hidden  !Important;
}
.cherry-projects-wrapper .projects-item-instance .hover-content, .cherry-projects-terms-wrapper .projects-terms-container .hover-content {
    background-color: rgba(238,27,36,0.4) !Important;
}

/*==================      Table      ====================*/
table {
  table-layout: fixed;
  width: 100%;
}
* + table {
  margin-top: 5px;
}
table tr {
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

table tr td {
  background: #eee;
  width: 67.36842105263158%;
  padding: 10px 3px 10px 5px;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  text-align: left !important;
}
table tr td h4,
table tr td span,
table tr td p,
table tr td a {
  text-align: left !important;
}
table tr td span {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
}
table tr td .h5 {
  line-height: 1;
  text-align: left;
}
table tr td a {
  margin-top: 6px;
  display: inline-block;
}
table tr td a .fa:before {
  margin-left: 6px;
  color: #464646;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
table tr td a:hover {
  color: #464646;
}
table tr td a:hover .fa:before {
  color: #336b9c;
}
/*
table tr td:last-child {
  background: #eee;
  color: #333;
  width: 32.6316%;
  padding: 20px 10px 20px 36px;
}  */
table tr:hover td {
  background: #eee;
}
/*
table tr:hover td:last-child {
  background: #eee;  
}*/
table tr:nth-child(even) td {
  background: #fafafa;
}
/*table tr:nth-child(even) td:last-child {
  background: #dbd7d2;
}*/
table tr table tr{
	border-bottom: solid 1px #FFF
}

/*  Footer  */

.site-footer .invert {
    color: #e0e0e0 !Important;
}
.footer-area-wrap a {
    color: #7aec80 !Important
}
.footer-area-wrap a:hover {
    color: #fff !Important;
}
button, input[type=submit] {
       color: #555 !Important;
	   padding: 15px 15px !Important;}
input[type=email] {
    padding: 10px 15px!Important;}