/*
 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
*/

.privacy-policy main{
	max-width: 1400px;
	margin: 0 auto;
	padding: 5vw;
}

.privacy-policy header#header{
	    background-color: var(--color1);
	position: relative!important;
}

footer{
    background-color: #F7F2EB;
}

html { scroll-behavior: smooth; }

/* CONFIGURATION INITIALE */
*{
	font-family: var(--main-font);
}
h1 {
	font-size: calc(12px + 1.4vw);
	color: var(--color2);
	font-weight: bold;
/*	text-transform: uppercase;*/
	margin-bottom: 20px;
}
h2 {
	font-size: calc(12px + 1.4vw);
    font-weight: bold;
	
}
h3 {
	font-size: calc(10px + 0.8vw);
	color: var(--color1);
    font-weight: 500;
}
h4 {
	font-size: calc(12px + 1.3vw);
	color: var(--color1);
    font-weight: 800;
}
h5 {
	font-size: calc(11px + 1vw);
	text-transform: uppercase;	
}
p{
	color: var(--color2);
	font-size: calc(10px + 0.6vw);
	font-weight: 200;
}
ul li{
	    color: var(--color2);
	font-weight: 200;
}

.rev h1, .rev h2, .rev h3, .rev h4, .rev h5, .rev p{
	color:white;
}
@media screen and (min-width:1920px){
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 27px;
	}
	h4 {
		    font-size: 30px;
	}
	h5 {
		    font-size: 30px;
	}
}

@media screen and (min-width:1300px){
	p{
		font-size: 18px;
	}
}

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: 400;
	text-transform: uppercase;
	display: inline-block;
    font-size: 70%;
	border-radius:0;
}
.b2, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button{
	background-color: var(--color3);
    color: var(--color1);
    padding: 20px 25px;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
    font-size: 70%;
}
.b3{
	background-color: transparent;
	color:#000;
	border: 1px solid var(--color1);
	display: inline-block;
    padding: 20px 25px;
    font-size: 70%;
}
.rev b1{
}
.rev b2{
}
.rev b3{
	color:white;
}
.container{
	margin:0 auto;
	max-width:1800px;
}
.wp-block-cover, .wp-block-cover-image{
	min-height:0;
}
footer > div{
	display: grid;
	grid-gap: 30px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

footer{
	padding: 30px 5vw;
}

body > div.otgs-development-site-front-end,
body > div.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal{
	display: none;
}

footer *{
	color: var(--color2)!important;
	
}

.copy{
background-color: #F7F2EB;
    
}

/* CONFIGURATION INITIALE END */

@media screen and (max-width:860px){
	header#header .logo img{
		    max-width: 160px;
	}
}


@media screen and (max-width:760px){

	
	footer > div {
		display: grid;
		grid-gap: 30px;
		grid-template-columns: 1fr 1fr;
	}	
}


@media screen and (max-width:640px){

	
	footer > div {
		display: grid;
		grid-gap: 30px;
		grid-template-columns: 1fr;
		text-align: center;
	}		
	

}
