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

/* menu */


.bandeau p{
margin: 0;
    color: white;
    text-align: center;	
	text-transform: uppercase;
}

.gform_confirmation_message{
	color: white!important;
}

.bandeau{
	padding-top: 15px;
	background-color: black;
	cursor: pointer;
}

header#header .menus {
    display: flex
;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

header#header .secmenu .menu{
	flex-direction: column;
    justify-content: center;	
}

header#header .secmenu a{
	padding: 0;
}

header#header .secmenu .menu a
{
	line-height: 120%;
}

header#header .menus > .secmenu {
	width: auto;
    height: 100%;
    background-color: var(--color1);
    padding: 0 4vw;
	z-index: 1;
}

header#header .secmenu a{
	color: black;
	font-weight: bold;

        font-size: calc(10px + 0.6vw);
}

header#header{
	padding: 0;
	background-color: black;
    padding-left: 5vw;	
}

header#header nav a{
	color: white;
text-transform: uppercase;
	letter-spacing: 1px;
}

header#header .menus > nav {
	
	width: 80%;
    display: flex;
    justify-content: center;
}

/*
header#header .logo{
ng-left: 5vw;
}
*/

body.active header#header.sticky{
	background-color: black;
}

/* 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;
}
h2 {
	font-size: calc(14px + 1.7vw);
    font-weight: normal;
	text-transform: uppercase;	
}
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);
	text-transform: uppercase;	
}
p{
/*	color: var(--color2);*/
	font-size: calc(10px + 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: 60px;
	}
	h2 {
		font-size: 50px;
	}
	h3 {
		font-size: 40px;
	}
	h4 {
		    font-size: 30px;
	}
	h5 {
		    font-size: 30px;
	}
	
	header#header .secmenu a{


		font-size: 24px;	
	}

}

@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: 10px 40px;
	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: var(--color2);
    color: white;
    padding: 10px 50px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    font-size: 70%;
    letter-spacing: 2px;
    font-weight: 500;
}
.b3{
	background-color: transparent;
	color:#000;
	border: 1px solid var(--color1);
	display: inline-block;
    padding: 20px 50px;
    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: 25px 5vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
/*	 max-width: 1500px;	*/
}
/* CONFIGURATION INITIALE END */


footer div.logo-contact{
	width: 50%;
}

footer div.cta{
    display: flex;
    gap: 5vw;
	width: 50%;
   
}

.pied_page{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 10vw 5vw;
    background-color: rgb(5 104 57 / 87%);
}

div.cta div:nth-child(1) p{
	font-size: 24px;
	font-weight: bold;
}

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

.pied_page .colonne_01{
	width: 50%;
	padding-right: 10vw;
}

.pied_page .colonne_01 *{
	color: white;
}

.pied_page .colonne_02{
	width: 50%;
}

#gform_submit_button_2,
#gform_submit_button_1{
	    background-color: black!important;
    padding: 15px 50px!important;
	border: none!important;
}

#field_2_3 > label,
#field_1_3 > label{
	color: white;
}

#gform_wrapper_2 *,
#gform_wrapper_1 *{
	color: white;
}

#input_2_3 ,
#input_1_3 {
    /* opacity: 0.7; */
    background-color: rgb(126 203 174 / 30%);

    border: none;
    border-radius: 0;
    border-top: 1px solid white;
	
}

#gform_wrapper_2 input,
#gform_wrapper_1 input{
	background-color: transparent;
	border: none;
	border-bottom: 1px solid white;
	border-radius: 0;
	padding: 0;
}


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

div.copy p{
	margin: 0;
}

footer{
	background-color: black;
}

footer *{
	color: white;
}

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

div.copy *{
	color: white;
}

header#header .logo img, footer .logo img{
    width: 25vw;
    min-width: 200px;
}

.ham-icon > span{
	background-color: white;
}


div.boite_popup{
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 100;
}

.popup_construct *{
	color: white;
}

.popup_construct a{
	color: white;
}

.popup_construct .contenu_popup {
	background-color: black!important;
	text-align: center;
}


div.boite_popup > div{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: center;
    max-height: 100%;
    overflow-y: scroll;
padding: 5vh 10vw;
}

div.boite_popup > div .contenu_popup{
    background-color: #fff;
    padding: 4vw;
    max-width: 900px;
    margin: 0 auto;
	position: relative;
}

div.boite_popup .splide__pagination__page.is-active {
    background: #ccc;
    transform: scale(1.4);
}



div.boite_popup .close {
    position: absolute;
    top: 0;
    right: -29px;
    color: #fff;
    font-weight: 900;
    font-size: calc(28px + 0.5vw);
    text-transform: uppercase;
    /* pointer-events: none; */
    cursor: pointer;
    margin: 0;
}

@media screen and (max-width:1500px){
	header#header .menus a {

		font-size: 14px;
	}
}

@media screen and (max-width:1300px){
	header#header .menus > .secmenu {

		padding: 0 2vw;
	}
	
	header#header .logo img{
    	width: 20vw;
    	min-width: 175px;
	}
	
	header#header nav a {
    	padding: 20px 10px;
	}
	
	header#header{
		padding: 0;
	}
	
}

@media screen and (max-width:1200px){
	header#header nav a {
		padding: 20px 10px;
		
	}
}

@media screen and (max-width:960px){
	.pied_page .colonne_01{
		padding: 0;
		width: 100%;
	}
	
	.pied_page .colonne_02 {
		width: 100%;
	        padding-top: 5vw;	
	}
	
	.b2{
		padding: 10px 20px;
		text-align: center;
	}
}

@media screen and (max-width:1200px){
	header#header {
		display: flex;
		justify-content: space-between;
		padding-right: 6vw;	
		align-items: center;
	}
	
	header#header.menu .menus{
		background-color: black;
        z-index: 40;
        flex-direction: row;		
	}
	
	header#header .menus{
		flex-direction: row;		
	}
	
	    header#header .menus a {
        font-size: 16px;
    }
	
}



@media screen and (max-width:760px){
	footer div.logo-contact{
	    width: 100%;
		text-align: center;
	}
	
	header#header {

		padding-left: 0;
	}	
	
	body{
		margin-top: 0!important;
	}
	
	footer div.cta{
        width: 100%;
        justify-content: center;
        padding-top: 50px;
	}
	
	body.active header#header.sticky{
		position: relative;
	}
	
}