/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.none-transform { text-transform: none !important; }
.titre-new { padding-top: 50px; }
.titre-new h3 { position: absolute; top: 38px; left: 0;}
.video-container h2 { text-align: center; }
.center-logos { text-align: center; }

.link {text-decoration: underline;}
.link:hover {opacity: 0.7; text-decoration: underline;}
.link1:hover {text-decoration: underline;}

.wrap-blocks { display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 10px; }
.bg-grey { background: #f7f7f7; padding: 40px 40px 30px; margin: 25px 0; width: 33%; box-sizing: border-box; }
.bg-grey .nr {font-size: 74px; line-height: 1; font-weight: 700; color: #000000; margin-bottom: 5px;}

.entry-content .titleh1 {font-size: 38px;}
.entry-content .titleh2 {font-size: 32px;}


@media screen and (max-width: 988px) {
	.baseline-home-titre.none-transform  {
		font-size: 30px !important;
		padding: 0 30px;
		max-width: 80%;
	}	
	
	.bg-grey {width: 100%;}
	.bg-grey .nr {font-size: 52px;}
	.entry-content .titleh1 {font-size: 30px;}
	.entry-content .titleh2 {font-size: 24px;}
}

@media screen and (max-width: 768px) {
	.baseline-home-titre.none-transform {
		font-size: 20px !important;
	}
	
  .titre-new h3 {
    padding: 0 30px;
	text-align: center;
  }
}

@media screen and (max-width: 560px) {
		.baseline-home-titre.none-transform {
		font-size: 16px !important;
	}
}

@media screen and (max-width: 400px) {
		.baseline-home-titre.none-transform {
		font-size: 14px !important;
	}
}

