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

#gform_submit_button_3,
#gform_submit_button_1{
	background-color: black;
}

#gform_fields_3 textarea,
#gform_fields_1 textarea,
#gform_fields_3 input,
#gform_fields_1 input{
	    background: transparent;
    border: 1px solid white;
    color: white;
}


@media screen and (max-width:1024px){
/*
	
	header{
		display: none!important;
	}
*/
	
	body.active header#header.sticky.menu{
		height: 100%;
		Padding: 30px 5vw 0 0;
	}
	
	body.active header#header.sticky.menu > nav{
		    opacity: 1;
/*		        Padding: 30px 5vw 0 0;*/
	}
	
	body header#header.sticky.menu {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
		height: 100%;
}
	
	header#header .menus nav{
		margin: 0!important;
	}
	
	header#header .menus nav{
		height: 100%;
		overflow: auto;		
	}
	
	header#header .menus{
		background-color: black;
	}
}



.infolettre{
	display: none;
}

/* CONFIGURATION INITIALE */

*{
	font-family: var(--main-font);
}
h1 {
	font-size: calc(15px + 2.2vw);
	color: var(--color2);
	font-weight: 500;
	margin-bottom: 20px;
}
h2 {
	font-size: calc(14px + 1.7vw);
font-weight: 500;
}
h3 {
	font-size: calc(13px + 1.5vw);
	color: var(--color1);
    font-weight: 600;
}
h4 {
	font-size: calc(12px + 1.3vw);
	color: var(--color1);
    font-weight: 800;
}
h5 {
	font-size: calc(11px + 1vw);
		
}
p{
	color: var(--color2);
	font-size: calc(10px + 0.8vw);
	line-height: 140%;
}
.rev h1, .rev h2, .rev h3, .rev h4, .rev h5, .rev p{
	color:white;
}
@media screen and (min-width:1920px){
	h1 {
		font-size: 60px;
	}
	h2 {
		font-size: 46px;
	}
	h3 {
		font-size: 40px;
	}
	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: bold;
	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: #000;
    color: white;
    padding: 20px 25px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
    font-size: 70%;
	border-radius: 10px;
	
}
.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;
	padding: var(--pad);
}
*/
.wp-block-cover, .wp-block-cover-image{
	min-height:0;
}
footer > div{
	display: grid;
	grid-gap: 30px;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 5vw 10vw;
}
/* CONFIGURATION INITIALE END */
header#header{
	position: fixed;
	top: 0;
	width: 100%;
	padding: 30px 0 0 0;
	z-index: 25;
		transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 

transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
}
header#header .menus{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	-ms-align-self: center;
	align-self: center;
}
header#header .menus .secmenu{
	order:2;
	flex-basis:auto;
	flex-grow: 0;
	background-color: #fff;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	position: relative;
}
header#header .menus .secmenu .sub-menu{
	display: none;
}
header#header .menus nav{
	flex-basis: 100%;
	flex-grow: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	margin-right: 20px;
}
header#header .logo img, footer .logo img{
	max-width: 220px;
}
header#header .menus > nav > ul{
	margin-top: 0;
}
header#header nav a{
	color:var(--color3);
	text-transform: uppercase;
	position: relative;
}

header#header nav > a:hover,
header#header nav ul li:hover,
header#header:not(.menu) .menus > nav li:hover,
header#header .menus > nav ul.sub-menu{
	background-color: transparent;
	    border-bottom: 2px solid var(--color1);
	opacity: 1;
}

header#header nav > a,
header#header nav ul li,
.menus nav ul li{
	transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	border-bottom: 2px solid transparent;
}


/*

header#header:not(.menu) .menus > nav li:hover a:before{
	width: 0px;
	height: 0px;
	content:"";
	position: absolute;
	left: 5px;
	top: 50%;
	transform:translateY(-50%);
	display: block;
	background-image: url(img/svg/star.svg);
	background-size: contain;
	animation:        pop-out 0.3s 0s 1 ALTERNATE cubic-bezier(.2,.65,.3,1) forwards;
}
*/





header#header .menus .secmenu ul > li > a{
	padding: 10px 10px;
	text-transform: uppercase;
	color:var(--color2);
	font-weight: 500;
}


header#header .menus .secmenu ul > li.produit_menu  > a:before{
	display: inline-flex;
	content:"+";
	font-size: 140%;
	line-height: 0px;
	color:#fff;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	background-image: url(img/svg/star.svg);
	background-size: contain;
	background-position: center center;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);

transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 	
}


/*
.secmenu.open{
	
    top: 5vw;
}

.secmenu{
	position: relative;
	transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 

transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
	top: 0;
}
*/

header#header .menus .secmenu ul.sub-menu > li > a {
	width: 100%;
    margin: 0;
    padding: 20px 5px;
}

section{
	position: relative;
}

body.active{
	
}

body.active header#header.sticky:not(.menu) .logo img {
    max-width: 75px;
}

body.active header#header.sticky{
	padding: 0;
}

ul.sub-menu li {
    text-align: center;
    border-bottom: 1px solid white;
}

.sub-menu{
    position: absolute;
    background: rgb(255 255 255 / 60%);
    /* right: 0; */
/*    bottom: -120px;*/
/*    padding: 20px 0 !important;*/
    z-index: 1;
/*	min-height: 215px;*/
    border-radius: 0 0 15px 15px;
	width: 9vw;
	min-width: 170px;
}

ul.sub-menu li.last_menu_sub{
	border: none;
}

header#header .menus .secmenu.open ul > li.produit_menu  > a:before{

	content:"-";

}

header#header .menus .secmenu{
	transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
	transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */	
}



div.secmenu.open::after {
    content: "";
    background: rgb(255 255 255 / 60%);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    border-radius: 45px 0 0 0;	
transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */	
}
    

header#header .socials a{
	background-color: var(--color1);
	height: 100%;
	margin: 0;
	padding: 0 25px;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
}
header#header .socials a.phone{
	text-indent: 0;
	width: auto;
	color: var(--color3);
	margin-left: 0;
	transition: margin-left 0.4s cubic-bezier(.2,.65,.3,1);
	align-content: center;
}
header#header .socials a.phone img{
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	width: 20px;
	height: 20px;
	filter: invert(1);
}
header#header .socials a.phone span{
	display: inline-block;
	width: 0px;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(.2,.65,.3,1);
	line-height: 100%;
}
header#header .socials a.phone:hover{
	margin-left: -118px;
}
header#header .socials a.phone:hover span{
	width: 118px;
}
body.active header#header.sticky{
	background-color: rgba(0,0,0,0.5);
	-webkit-backdrop-filter: blur(15px);
  	backdrop-filter: blur(15px);
}
body.active header#header.sticky:not(.menu) .menus > .secmenu{
	display: flex;
}

ul#menu-menu-footer li {
    padding: 0 25px;
}

ul#menu-menu-footer li a{
	color: white;
	    text-transform: uppercase;
}




footer .menu_footer{
	    background: black;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 20px 0;
}

footer .menu_footer ul.menu{
	    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style: none;
}

footer{
	background-color: black;
}

.infolettre h2{
	color: white;
}

.infolettre p{
	color: white;
}

 div.copy{
	background-color: black;
	padding:50px; 
	 text-align: center;
}

div.copy p{
	color: white;
}

.logo_aliment img{
	    max-width: 350px;
}

.logo_aliment > div{
	text-align: right;
}

div.cta {
    display: flex;
    /* justify-content: flex-end; */
    text-align: center;
    justify-content: center;
}

div.copy a{
	color: white;
}

div.logo-contact{
	text-align: left;
}
.cta h5{
    color: white;
    font-weight: 500;
    text-transform: initial;
}

footer .cta p{
	color: white;
	
}
footer .cta a{
	color: white;	
}

.infolettre input{
    border: none;
    background-color: rgb(255 255 255 / 18%);
    border-radius: 10px;
  color: white;
    padding: 20px 25px;
}

.infolettre p a{
	color: white;
}

.infolettre p a{
	border-radius: 10px;
}

input::placeholder{
	color: white
}



/* new menu */

body.active header#header > nav {
	opacity: 0;
}

header#header > nav {
	transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 

transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	opacity: 1;
    position: absolute;
    right: 0;
    display: flex;
    padding-right: 5vw;
}

header#header > nav ul{
	  display: flex;
}

header#header > nav ul li{
	padding-top: 20px;
}

header#header nav > a {
    padding: 20px 20px 5px 20px;
}

header > nav ul a {
    padding: 20px;
	color: white;
	text-transform: uppercase;
}



/*
header#header > nav li:hover a:before {
    width: 0px;
    height: 0px;
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background-image: url(img/svg/star.svg);
    background-size: contain;
    animation: pop-out 0.3s 0s 1 ALTERNATE cubic-bezier(.2,.65,.3,1) forwards;
}
*/



.privacy-policy main{
	padding: 30vh 10vw 5vw 10vw;
}



@media screen and (max-width:1130px){
	header#header .menus nav a {
		padding: 5px 13px;
		
	}
}



@media screen and (max-width:1100px){
	ul#menu-menu-footer li {
		
		font-size: calc(3px + 0.8vw);
	}
}

@media screen and (max-width:960px){
	
	
	.cta div.footer_cta {
		padding-top: 15vw;
	}	
	
	
	.logo_aliment > div{
		text-align: center;
	}
	
	footer > div {
		grid-template-columns: 1fr;
	}
	
	div.logo-contact{
		text-align: center;
	}
	
	div.cta {
		text-align: center;
		justify-content: center;
	}	
}

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

@media screen and (min-width:760px){
	.langue_menu_mobile{
		display: none;
	}
}

@media screen and (max-width: 760px) {
	
body.active header#header.sticky .logo a{
	padding-top: 0!important;
}
	
	header#header .logo a {
		display: block;
		width: 100%;
		padding-top: 25px;
	}	

	.videobanner video {

		height: 80vh;
	}	
	
    footer .menu_footer ul.menu {
        flex-wrap: wrap;
        padding: 0 5vw;
    }
	
	.blog_recette div.bg_color_black {
		
		border-radius: 25px 25px 0 0;

	}
	
    ul#menu-menu-footer li {
        font-size: calc(8px + 0.8vw);
        width: 33%;
        text-align: center;
        /* padding-bottom: 0vw; */
        padding: 5vw 0;
    }
}

@media screen and (max-width:640px){
	body.active header#header.sticky header#header .logo a{
		padding-top: 0!important;
	}	
	
	.cta div.footer_cta {
		padding-top: 15vw;
	}	
	
	.cta .bg_color_red{
		    border-radius: 25px 25px;
	}
	
	.header img {
		height: 45vh!important;

	}
	
	section.intro {
		padding: 12vh 5vw 5vh;
	}
	
	section.videobanner .content {
        align-content: end;
        padding: 0 5vw 60px;
    }
	
	
    header#header .logo a {

        padding-top: 40px;
    }

	
	footer > div {
		grid-template-columns: 1fr;
	}
	
	div.logo-contact{
		text-align: center;
	}
	
	div.cta {
		text-align: center;
		justify-content: center;
	}	
}