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


.gform_confirmation_message {
    color: white;
    font-size: 18px;
}

body > div.otgs-development-site-front-end{
	display: none;
}

.gfield_description{
	color: white!important;
}

html { scroll-behavior: smooth; }


.page-id-412 main,
.privacy-policy main{
	max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    padding-top: 5vw;
}
.page-id-412 header#header,
.privacy-policy header#header{
    position: relative;
    background-color: black;
}

body > footer > div > div:nth-child(3) img{
	width: 10vw;
    min-width: 125px;	
}

/* CONFIGURATION INITIALE */
*{
	font-family: var(--main-font);
}
h1 {
	font-size: calc(15px + 2.2vw);
/*	color: var(--color2);*/
	font-weight: 600;
/*	text-transform: uppercase;*/
	margin-bottom: 20px;
    line-height: 100%;	
}
h2 {
	font-size: calc(14px + 1.7vw);
   
/*	text-transform: uppercase;	*/
	margin-bottom: 0;
	font-weight: bold;
}
h3 {
	font-size: calc(13px + 1.5vw);
/*	color: var(--color1);*/
    font-weight: bold;
}
h4 {
	font-size: calc(12px + 1.3vw);
/*	color: var(--color1);*/
	font-weight: normal;
    
}
h5 {
	font-size: calc(11px + 1vw);
	text-transform: uppercase;	
}
p{
/*	color: var(--color2);*/
	color: black;
	font-size: calc(10px + 0.6vw);
	    line-height: 145%;
}
.rev h1, .rev h2, .rev h3, .rev h4, .rev h5, .rev p{
	color:white;
}
@media screen and (min-width:1920px){
	h1 {
		font-size: 80px;
	}
	h2 {
		font-size: 60px;
	}
	h3 {
		font-size: 40px;
	}
	h4 {
		    font-size: 30px;
	}
	h5 {
		    font-size: 25px;
	}

}

@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: 15px 40px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
    font-size: 70%;
	border-radius: 10vw;
    letter-spacing: 1px;	
}
.b2, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button{
	background-color: var(--color4);;
    color: black!important;
    padding: 15px 40px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
    font-size: 70%;
	border-radius: 10vw;
    letter-spacing: 1px;	
}
.b3{
	background-color: var(--color2);
    color: white;
    padding: 15px 40px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
    font-size: 70%;
	border-radius: 10vw;
    letter-spacing: 1px;	
}
.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;
}
/* CONFIGURATION INITIALE END */


footer{
	background-color: #282828;
    padding: 50px 5vw;	
}

footer h5{
	color: white;
}

.copy {
    background-color: #282828;
    padding: 25px;
	text-align: center;
}


.copy *{
	color: white;
}

.copy p{
    margin: 5px;
}

footer a,
footer p{
	color: white;
}

.header img {
    height: auto!important;
	    aspect-ratio: 16 / 4;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.5); 
}




.cta_formulaire .colonne_01{
	width: 50%;
padding-right: 7vw;
}

.cta_formulaire .colonne_01 *{
	color: white;
}

.cta_formulaire .colonne_02{
	width: 50%;
}

#field_3_5 > label,
#field_2_5 > label{
	color: white;
	text-transform: uppercase;
}

.cta img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;	
}

.cta_formulaire > img{
	    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}


#input_3_5,
#input_2_5{
    background-color: rgb(255 255 255 / 85%);
}


#input_4_5 ,
#input_1_5 {
    background-color: rgb(255 255 255 / 75%);
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 0 40px 0px !important;
    border-color: white !important;
    border-style: solid !important;
}

#gform_submit_button_3,
#gform_submit_button_2{
	background-color: var(--color1);
    color: white;
    padding: 15px 50px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    font-size: 70%;
    border-radius: 10vw;
}


.cta_formulaire{
	display: flex;
    flex-wrap: wrap;
    padding: 5vw;
    background-color: rgb(17 49 81 / 95%);
	position: relative;
}

.flexcontent img{
	border-radius: 75px;
}

#gform_submit_button_2 {
    background-color: var(--color1);
    color: white;
    padding: 15px 50px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    font-size: 70%;
    border-radius: 10vw;
}

.gform_fields input{
	background-color: transparent!important;
	border-top:0!important;
	border-left:0!important;
	border-right:0!important;
	border-radius: 0!important;
	color: white!important;
	border-color: white!important;

	padding: 0!important;
}

#field_4_4 > label,
#field_1_4 > label{
	color: white;

}



input::placeholder{
	 text-transform: uppercase;	
}

#gform_drag_drop_area_4_4,
#gform_drag_drop_area_1_4{
	background-color: rgb(255 255 255 / 75%);
	border-bottom:0!important;
	border-left:0!important;
	border-right:0!important;
    border-radius: 0 0 40px 0px !important;
	border-color: white!important;
	border-style: solid!important;
}

#gform_browse_button_4_4,
#gform_browse_button_1_4{
	background: white;
    color: black;
    border-radius: 50px;	
}

#gform_submit_button_4,
#gform_submit_button_1{
    background: var(--color1);
    color: white;
    border-radius: 50px;
    padding: 10px 40px;
	text-transform: uppercase;
	font-weight: bold;
    letter-spacing: 1px;
	font-size: 80%;
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area::before{
	color: white!important;
}

#field_4_5 > label,
#field_1_5 > label{
	text-transform: uppercase;
	color: white;
	font-weight: 500;
}

@media screen and (max-width:1024px){
	header#header .menus{
		width: 50%;
	}
}

@media screen and (max-width:860px){
	footer > div {
		grid-template-columns: 1fr;
		text-align: center;
	}
}

@media screen and (max-width:760px){
	section.cta_formulaire .colonne_01 {
		width: 100%;
		padding-bottom: 5vw;
	}
	
	section.cta_formulaire .colonne_02 {
		width: 100%;
	}	
	
	.header img {
		aspect-ratio: 12 / 4;
	}
	
	.intro_video > div > p{
		    text-align: center;
    display: flex;
    gap: 3%;
	}
}

@media screen and (max-width:640px){
	header#header .menus{
		width: 100%;
	}
	
	.header img {
		aspect-ratio: 10 / 4;
	}

}








