@import url("https://use.typekit.net/bmp7fje.css");


*{
    margin:0;
    padding: 0 !important;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
		font-family: "myriad-pro" !important;
		font-weight: 500;
		font-style: normal;
}

.textbold p{
	font-weight: 700 !important;
}

body{
    height: 100vh;
}

.header{
	background-image:url("https://quickplomberie.com/wp-content/uploads/2023/08/header-2eme-jet.png");
	width:100vw;
	height:40vh;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	background-attachment:fixed;
	background-position:top;
	opacity:0;
	display:none;
}

.navbar{
	padding: 10px;
}

.NT{
	text-align:center;
	color:#009EE0;
	font-size:30px;
	font-weight:500;
}

.NT2{
	text-align:center;
	color:#505050;
	font-size:28px;
	font-weight:500;
}

.align h1{
	font-size:24px;
	color:#192542;
}

.align{
	display:flex;
	justify-content:center;
	align-items: center;
	text-align:center;
	letter-spacing:1px;
	margin-top:20px;
}

.align2{
	display:flex;
	justify-content:center;
	align-items: center;
	text-align:center;
	flex-direction:column;
	letter-spacing:1.5px;
}

.famillepro{
	font-size:28px;
	font-style: bold;
	color:#007BC1;
}

.famillesbg{
	background-color:#192542;
	margin-right:0px !important;
	margin-left:0px !important;
	flex-direction:space-evenly !important;
}

.align2 p{
	margin-bottom:10px;
}

i{
	color:#53B5EC;
}

.textcolor{
	color: #192542;
}

.textsouligne{
	  text-decoration: underline #007BC1;
}

.align3{
	display:flex;
	justify-content:center;
	align-items: center;
	text-align:center;
	flex-direction:column;
	letter-spacing:1.5px;
	margin-top:40px;
}

.textstroke{
	-webkit-text-stroke:0.5px black;
	color:transparent;
	font-size:52px;
	margin:0 !important;
	padding:0;
}

.presentation{
	color:#0B72B5;
	font-size:28px;
}

.videoytb{
	display:flex;
	justify-content:center;
	align-items:center;
}

.nouveautes{
	font-weight:600 !important;
}

.textbanner{
	font-size: 20px !important;
	font-weight: 700 !important;
}

.footergauche p{
	margin:0 !important;
	margin-top:5px !important;
}

.textbold{
	font-size:24px;
}

.mail a{
	color:white;
	font-size: 22px;
}

.mail a:hover{
	color:#151515;
	transition:0.5s ease;
}

.nommail{
	font-size:20px;
}

.bgproduit{
	opacity:0.7;
	position:absolute;
	width:100vw;
	height:350px;
}

.produitsbg0{
	background: rgba(0,158,224,1);
}

.produitsbg1{
	background: linear-gradient(0deg, rgba(11,114,181,1) 0%, rgba(0,158,224,1) 100%);
	margin-top:20px;
}

.produitsbg2{
	background: linear-gradient(0deg, rgba(11,114,181,1) 0%, rgba(0,158,224,1) 100%);	margin: 0 !important;
	margin-bottom:20px;
	padding-bottom:20px;
}

.textproduit{
	font-size: 20px;
}

.boxproduits{
	display:flex;
	justify-content:center;
	align-items:center;
	max-width: 90% !important;
	margin-right: 10%;
	margin-left: 5%;
}

#contact{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.divheader{
	padding:0 !important;
	margin:0 !important;
}

header{
	background: linear-gradient(90deg, rgba(11,114,181,1) 0%, rgba(0,158,224,1) 100%);
    width: 100vw;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 100;
	padding:0px !important;
	margin:0px !important;
}

header .logo{
    font-size: 0px;
}

header .link3,
header .link4{
	width:2%;
	height:auto;
	margin: 0;
	padding:0;
}

#imgtriman{
	margin-left: 5px;
	width:40px;
	height:auto;
}

@media screen and (min-width : 1100px){
.liflag1{
	margin-right:5px !important;
	text-decoration:none;
}

.liflag2{
	margin-left:5px !important;
	text-decoration:none;
}
}


@media screen and (min-width : 1400px){
	.swiper{
		margin-right:0 !important;
	}
}

header .logo img{
    display: inline-block;
    position: relative;
    color: white;
    font-size: 40px;
    font-weight: 500;
    width: 350px;
    height: auto;
    animation: transitionheaderin 1500ms ease-in-out;
}

header .navbar{
    padding-bottom: 0;
}

header .navbar ul{
    list-style: none;
}

header .navbar ul li{
    display: inline-block;
    position:relative;
    color: white;
    margin: 30px;
}

header .navbar ul li a{
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: white;
    font-size: 24px;
    animation: transitionheaderin 1500ms ease-in-out;
    text-decoration: none;
    letter-spacing: 1px;
}

header .navbar ul .li a:after{
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: white;
    color: white;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

header .navbar ul .li:hover a:after{
    transform: scaleX(1);
    color: #0c2939;
    transform-origin: bottom left;
}

header .liflag1:hover,
header .liflag2:hover{
	transform:scale(1.10);
	transition:0.5s;
}

.burger{
    display: none;
    cursor: pointer;
}

.burger div{
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 6px;
}

.nav-active{
    transform: translateX(0%);
}


@media screen and (max-width : 1300px){
    header .navbar ul li a{
        font-size: 18px;
    }
}

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

    .navbar{
        position:static;
        z-index: 10;
        overflow: hidden;
        overflow-x: hidden;
    }

    .burger{
        display: block;
        opacity: 1;
        z-index: 11;
    }

    .navlinks{
        top: 0;
        right: 0;
        position: absolute;
        background-color: #0B72B5;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        width: 100vw;
        height: 100vh;
        display: none;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        opacity: 0;
        right: -100%;
        transition: all 0.5s
    }

    .navlinks.mobile-menu{
        display: flex;
        right: 0%;
        opacity: 1;
        padding: 0;
    }

    .burger.mobile-menu .line1{
        transform: translate(-2px, 9px) rotate(45deg);
        width: 100%;
        transition: 0.5s;
    }

    .burger.mobile-menu .line2{
        transition: 0.5s;
        transform: scale(0);
    }

    .burger.mobile-menu .line3{
        transform: translate(-2px, -9px) rotate(-45deg);
        width: 100%;
        transition: 0.5s;
    }

    header .navbar ul li a{
        font-size: 32px;
    }
}


.scrolltotop{
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    background-color: #0080c9;
    border-radius: 50%;
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 100;
    text-decoration: none;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    color: red;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease-in-out;
}

.scrolltotop.active{
    visibility: visible;
    opacity: 1;
}

.scrolltotop.active:hover{
    transform: translateY(-20%);
}

#arrow{
	color:white;
	font-family:"Font Awesome 6 Free" !important;
}

#arrowdown{
	font-size:72px;
		font-family:"Font Awesome 6 Free" !important;
}

#recycle{
	color:white;
	font-family:"Font Awesome 6 Free" !important;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-left:10px;
}

@media all and (min-width: 300px) and (max-width: 424px){
	.scrolltotop{
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
	
		header .logo img{
		width: 250px;
	}
	
	.textbold{
		font-size:22px;
	}
}

@media all and (min-width: 425px) and (max-width: 599px){
	.scrolltotop{
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
	
	header .logo img{
		width: 250px;
	}
	
		.textbold{
		font-size:22px;
	}
}


@media all and (min-width: 599px) and (max-width: 769px){
	.textbanner p{
		font-size:17px;
	}
	
	.textbold{
		font-size:22px;
	}
}

/* **************************************************/
/************** FORMULAIRE TRIMAN  ******************/
/* **************************************************/

.formulairetriman{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:row;
}

#form li{
	list-style:none;
}

.inputean{
	width:600px;
	height:40px;
}


@media all and (max-width: 426px){
	.inputean{
	width:300px;
	height:40px;
	}
}

.buttontriman{
	padding:10px !important;
}

#buttontriman{
	padding:20px !important;
}




/* **************************************************/
/*************** RESULTAT TRIMAN  *******************/
/* **************************************************/

.imgtriman{
	width:5% !important;
	height: 5% !important;
}

.pean,
.ptrimanpdt,
.ptrimanpack{
	color:#009EE0 !important;
	font-weight:600;
	font-size:22px;
}

.divtrimanresult{
	display:flex;
	flex-direction:wrap;
	min-height:40vh;
	min-width:100vw;
	max-width:100vw;
}

.divean,
.divtrimanpdt,
.divtrimanpack{
	display:flex;
	justify-content:start;
	align-items:center;
	flex-direction:column;
	min-width:33%;
	max-width:33%;
}

#imageproduit{
	max-width: 40% !important;
	height:auto;
}

#trimanpdt,
#trimanpack{
	max-width:80% !important;
	height:auto;
}

.divtrimanresultnul{
	display:flex;	
	min-height:40vh;
	justify-content:space-between;
	align-items:center;
	flex-direction:column;
	flex-wrap:wrap !important;
}

.peanmanquant{
	color:#009EE0;
	font-size:22px;
	font-weight:600;
}

@media all and (max-width: 769px){
	.divtrimanresult{
		flex-direction:column !important;
		justify-content:center;
		align-items:center;
	}
	
	.divean,
.divtrimanpdt,
.divtrimanpack{
	min-width:90%;
	max-width:90%;
	margin-bottom:50px;
}
}