/*
 Theme Name:   Faste Wordpress theme child
 Theme URI:    http://www.faste.ca
 Description:  Thème de base pour le développement Web chez Faste Communication
 Author:       Guillaume Proulx
 Author URI:   http://www.faste.ca
 Template:     faste
 Text Domain:  faste-child
 Version:      1.0.11
*/

/* CONFIGURATION INITIALE */
html {
  scroll-behavior: smooth;
}

*{
	font-family: var(--main-font);
}
h1 {
	font-size: calc(21px + 3.2vw);
	color: var(--color2);
	font-weight: 400;
	
	margin-bottom: 20px;
}
h2 {
	font-size: calc(20px + 2.2vw);
    font-weight: normal;
	font-weight: bold;
	
}
h3 {
	font-size: calc(19px + 1.9vw);
	color: var(--color1);
    font-weight: 600;
}
h4 {
	font-size: calc(18px + 1.6vw);
	color: var(--color1);
    font-weight: 800;
}
h5 {
	font-size: calc(17px + 1.3vw);
	text-transform: uppercase;	
}
p{
	color: var(--color2);
	line-height: 140%;
	font-size: calc(16px + 0.6vw);
}
.rev h1, .rev h2, .rev h3, .rev h4, .rev h5, .rev p{
	color:white;
}
@media screen and (min-width:1920px){
	h1 {
		font-size: 85px;
	}
	h2 {
		font-size: 55px;
	}
	h3 {
		font-size: 40px;
	}
	h4 {
		    font-size: 30px;
	}
	h5 {
		    font-size: 30px;
	}

	header#header .secmenu a{
		font-size: 40px;
	}

}

header#header .secmenu a{
	font-size: calc(15px + 1.2vw);
}

@media screen and (min-width:1300px){
	p{
		font-size: 23px;
	}
}

blockquote p{
	color: var(--color2);
	font-weight: bold;
}
blockquote p:first-child::before{
	content:"« ";
}
blockquote p:last-child::after{
	content:" »";
}

.b1, .woocommerce a.button.add_to_cart_button, .woocommerce a.added_to_cart{
	background-color: var(--color1);
    color: white;
    padding: 20px 25px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
    font-size: 70%;
	border-radius:0;
	margin-bottom: 15px;
}
.b2, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button{
	background-color: #000;
    color: white;
    padding: 20px 25px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
    font-size: 70%;
	margin-bottom: 15px;
}
.b3{
	background-color: transparent;
	color:#000;
	border: 1px solid var(--color1);
	display: inline-block;
    padding: 20px 25px;
    font-size: 70%;
	margin-bottom: 15px;
}
.rev b1{
}
.rev b2{
}
.rev b3{
	color:white;
}
.container{
	margin:0 auto;
	max-width:1800px;
	padding: var(--pad);
}
.wp-block-cover, .wp-block-cover-image{
	min-height:0;
}
footer > div.info_footer{
    display: grid;
    grid-gap: 0;
    grid-template-columns: 1fr 1fr;
    padding: 2vw 7vw;
}
/* CONFIGURATION INITIALE END */

/*
main{
	position: relative;
	z-index:-1 ;
}
*/
footer *{
	color: white;
}

footer .copy{
	    padding: 0vw 5vw 2vw 7vw;
}

footer .copy p{
	margin: 0;
}

header#header .menus {
    display: flex;
/*    align-items: center;*/
    justify-content: end;
}

header#header ul#menu-secondaire{
	background-color: var(--color1);
    padding: 0 3vw;	
}


header#header .menus > nav{
	display: flex;
	align-items: center;
}

header#header .socials{
	padding-right: 3vw;
}



