.dropLineHome{
			display:none;
		}
		.globalHeader{
			display:flex;
			flex-direction:row;
			position:fixed;
			z-index:900;
			width:100%;
			height:6vw;
			background:rgba(255,255,255,.9);
			box-shadow:rgba(0,0,0,0) 0px 0px 0px;
			opacity:0;
			margin-top:-100px;
			align-items:center;
			transition:all 1s;
			transition-timing-function:ease-in;
			transition-duration: 300ms;
			animation-name:navAppear;
			animation-duration:600ms;
			animation-delay:0ms;
			animation-timing-function:ease-in;
			animation-fill-mode: forwards;
		}
		.globalHeader:hover{
			box-shadow:rgba(0,0,0,.2) 0px 3px 6px;
		}
		@keyframes navAppear{
			0%{
				opacity:0;
				margin-top:-100px;
			}
			100%{
				opacity:1;
				margin-top:0px;
			}
		}
			.logoSpace{
				display: flex;
				flex-direction: row;
				align-items: center;
				width: 30vw;
				height: 118px;
			}
				.logoSpace a{
					display: flex;
					flex-direction: row;
					align-items: center;
					width: 100%;
				}
				.logoSpace img{
					width:3.12vw;
					height:2.44vw;
					margin-left:60px;
				}
			.logoSpace h1{
				font-family: 'GothamRounded-Bold';
				font-size:3vw;
				color:rgba(60,181,233,1);
				text-align:left;
				margin-left: .5vw;
			}
			.logoSpace h1 span{
				color:rgba(3,79,123,1);
			}
			.logoSpace h1 span.logoPoint{
				font-size:3vw;
			}
			nav{
				display:flex;
				flex-direction:row;
				width:64%;
			}
				.navSpace{
					display:flex;
					flex-direction:row;
					width:100%;
					height:118px;
					align-items:center;
					justify-content: space-around;
				}
					.mobileNavGlobal{
						display:flex;
						flex-direction:row;
						align-items:center;
					}
					.firstMobileNav{
						display:flex;
						flex-direction:row;
						width:100%;
						justify-content:center;
						align-items:center;
						text-align:center;
					}
						.firstMobileNav ul{
							display:flex;
							flex-direction:row;
							width:100%;
							justify-content:space-around;
							font-family: 'Maven Pro', sans-serif;
							font-size:26px;
							font-weight:500;
							line-height:2.16vw;
							color:#034F7B;
						}
							.firstMobileNav ul a{
								display:flex;
								flex-direction:column;
								font-family: 'Maven Pro', sans-serif;
								border:0px;
								background:transparent;
								color:#034F7B;
								text-transform:uppercase;
								font-size:0.9vw;
								font-weight:400;
								cursor:pointer;
								letter-spacing:-.5px;
							}
							.firstMobileNav ul a::after{
								content:"";
								display:flex;
								opacity:0;
								position:relative;
								width:6px;
								height:6px;
								left:50%;
								border-radius:50%;
								background:#F31755;
								transform-origin:center;
								transform:scale(0,0);
								transition:all 1s;
								transition-timing-function: cubic-bezier(0,3.95,1,.58);
								transition-duration: 300ms;
							}
							.firstMobileNav ul a:hover::after{
								content:"";
								display:flex;
								opacity:1;
								position:relative;
								width:6px;
								height:6px;
								left:50%;
								border-radius:50%;
								background:#F31755;
								transform:scale(1,1);
							}
							.firstMobileNav ul a.activeMenu{
								color:#F31755;
							}
							.firstMobileNav ul a.activeMenu::after{
								content:"";
								display:flex;
								opacity:1;
								position:relative;
								width:6px;
								height:6px;
								left:50%;
								border-radius:50%;
								background:#F31755;
								transform:scale(1,1);
							}
					.secondMobileNav{
						display:none;
					}
					.stsMobileConnect{
						display:none;
					}
					.nousAppeler{
						display:none;
					}
					.mobilePhoneIco{
						display:none;
					}
						.globalMobilePhoneIco{
							display:flex;
							flex-direction:column;
							align-self:center;
							align-items:center;
							justify-content:center;
							width: 53px;
							height: 53px;
							border-radius:50%;
							background:#ffffff;
							box-shadow:rgba(0,0,0,.5) 0 0.62vw 1.45vw;
							transform-origin:center;
							cursor:pointer;
							transition:all 1s;
							transition-timing-function: ease-in-out;
							transition-duration: 300ms;
						}
		.scrollerSpace{
			display:flex;
			flex-direction:column;
			position:fixed;
			z-index:910;
			top:10vh;
			left:96.5vw;
			opacity:0;
			justify-content: space-around;
			width:14px;
			height:158px;
			animation-name:scrollerAppear;
			animation-duration:300ms;
			animation-delay:500ms;
			animation-timing-function:ease-in;
			animation-fill-mode: forwards;
		}
		@keyframes scrollerAppear{
			0%{
				opacity:0;
			}
			100%{
				opacity:1;
			}
		}
			.scrollerDot{
				width:12px;
				height:12px;
				border-radius:50%;
				border:2px solid #7FE0FF;
				background:transparent;
			}
			.activeDot{
				background:#00B8F1;
			}
		.stsSpace{
			position:fixed;
			z-index:910;
			top:35vh;
			right:1.2vw;
			opacity:0;
			word-break: normal;
			transition:all 1s;
			transition-timing-function: ease-in-out;
			transition-duration: 300ms;
			animation-name:stsAppear;
			animation-duration:300ms;
			animation-delay:600ms;
			animation-timing-function:ease-in;
			animation-fill-mode: forwards;
		}
		@keyframes stsAppear{
			0%{
				opacity:0;
			}
			100%{
				opacity:1;
			}
		}
			.globalCTAStsContainer{
				display:flex;
				overflow:hidden;
				flex-direction:row;
				align-self:right;
				width:2.50vw;
				height:2.44vw;
				justify-content:right;
				border-radius:1.25vw;
				background:#ffffff;
				box-shadow:rgba(0,0,0,.5) 0px 12px 28px;
				cursor:pointer;
				transition:all 1s;
				transition-timing-function: ease-in-out;
				transition-duration: 300ms;
				margin-left:0;
			}
			.ctaStsContainer{
				display:flex;
				flex-direction:row;
				width:2.44vw;
				height:2.44vw;
				border-radius:1.25vw;
			}
			.ctaStsContainer img{
				max-width:1.56vw;
				max-height:1.56vw;
				margin-left: .4vw;
				align-items:center;
				align-self:center;
				justify-content:center;
				transition:all 1s;
				transition-timing-function: ease-in-out;
				transition-duration: 300ms;
			}
			.globalCTAStsContainer:hover{
				box-shadow:rgba(0,0,0,.5) 0px 6px 14px;
				width:10vw;
				margin-left:-13px;
			}
			.globalCTAStsContainer:hover .ctaStsContainer img{
				transform:rotate(-360deg);
			}
			@-moz-document url-prefix(){
			  .globalCTAStsContainer:hover .ctaStsContainer img{
					transform:rotate(-360deg);
					margin-left: -7vw;
				}
			}
			.ctaStsContainer h5{
				font-family: 'Maven Pro', sans-serif;
				font-size:0.83vw;
				color:#F31755;
				text-transform:uppercase;
				margin-left:10px;
				align-items:center;
				align-self:center;
				justify-content:center;
			}
	.communicationSpace{
		display:flex;
		flex-direction:column;
		position:fixed;
		z-index:910;
		top:55vh;
		left:95.5vw;
		height:10vh;
		opacity:0;
		animation-name:comAppear;
		animation-duration:300ms;
		animation-delay:800ms;
		animation-timing-function:ease-in;
		animation-fill-mode: forwards;
	}
	@keyframes comAppear{
		0%{
			opacity:0;
		}
		100%{
			opacity:1;
		}
	}
		.globalNavCom{
			display:flex;
			flex-direction:column;
			height:10vh;
		}
		.globalContactIcoContainerFull{
			flex-direction:row;
			/* justify-content:space-around; */
		}
		.globalContactIcoContainerFull::before{
			content:"";
			display:flex;
			flex-direction:column;
			align-items:center;
			align-self:center;
			justify-content:center;
			opacity:0;
			z-index:100;
			position:relative;
			width:6px;
			height:6px;
			top:1.40vw;
			left:-40%;
			border-radius:50%;
			background:#F31755;
			transform-origin:center;
			transform:scale(0,0);
			transition:all 1s;
			transition-timing-function: cubic-bezier(0,3.95,1,.58);
			transition-duration: 300ms;
		}
		
		.globalContactIcoContainerFull:hover::before{
			content:"";
			display:flex;
			align-items:center;
			align-self:center;
			justify-content:center;
			opacity:1;
			transform:scale(1,1);
			top:1.40vw;
		}
		.activeIco::before{
			content: "";
			display: flex;
			align-items: center;
			align-self: center;
			justify-content: center;
			opacity: 1;
			transform: scale(1,1);
			top: 1.40vw;
		}
		.globalContactIcoContainer{
			display:inline-block;
			flex-direction:row;
			align-self:center;
			justify-content:center;
			border-radius:47px;
			background:#ffffff;
			box-shadow:rgba(0,0,0,.5) 0 0.62vw 1.45vw;
			overflow:hidden;
			margin-bottom:2.26vw;
			transition:all 1s;
			transition-timing-function: ease-in-out;
			transition-duration: 100ms;
		}
		.globalContactIcoContainer:hover{
			box-shadow:rgba(0,0,0,.5) 0 0.31vw 0.72vw;
		}
		.social{
			margin:10px 0;
		}
		.contactIcoContainer{
			display:flex;
			flex-direction:row;
			border-radius:47px;
		}
		.contactIco{
			display:flex;
			flex-direction:row;
			width:2.44vw;
			height:2.44vw;
			background:#ffffff;
			border-radius:50%;
			justify-content:center;
		}
		.contactIco svg{
			width:100%;
			max-width:1.56vw;
			max-height:1.56vw;
			align-items:center;
			align-self:center;
			justify-content:center;
		}
		#facebook{
			width:100%;
			max-width:0.62vw;
			align-items:center;
			align-self:center;
			justify-content:center;
		}
		#linkedin{
			width:100%;
			max-width:1.30vw;
			align-items:center;
			align-self:center;
			justify-content:center;
		}
		svg.active .cls-2, svg.active .cls-3, svg.active .cls-4, svg.active .cls-5, svg.active .cls-6{
			stroke:#F31755 !important;
		}
		.globalContactIcoContainerFull:hover svg .cls-2, .globalContactIcoContainerFull:hover svg .cls-3, .globalContactIcoContainerFull:hover svg .cls-4, .globalContactIcoContainerFull:hover svg .cls-5, .globalContactIcoContainerFull:hover svg .cls-6{
			stroke:#F31755 !important;
		}
		.globalContactIcoContainerFull:hover svg .cls-3,.globalContactIcoContainerFull:hover svg .cls-4,.globalContactIcoContainerFull:hover svg .cls-7, .globalContactIcoContainerFull:hover svg .cls-8{
			fill:#F31755 !important;
		}
		.hide{
			opacity:0;
		}
		.globalContactIcoContainerFull:hover .hide{
			opacity:1;
		}

	.barometreBanniere{
		background:transparent;
		box-shadow:rgba(0,0,0,0)0 0 0 !important;
		height:478px;
		position: fixed;
		z-index: 70;
		align-self:left;
		justify-content:left;
		cursor:pointer;

		animation-name: banniereShow;
        animation-duration: 500ms;
        /* animation-delay: 1700ms; */
        animation-timing-function: ease-in;
        animation-fill-mode: forwards;

		margin-left:0;
		margin-top: 10%;
	}
	.imgbarometreBanniere{
		max-width: 100%;
		width: auto;
	}

	.logoBanniere{
		display: flex;
		position:absolute;
		flex-direction: row;
		align-items: center;
		/* margin-left: 110px; */
		margin-left: 75%;
		margin-top:-40px;
		width: 23%;
		height: 23%;
		cursor:pointer;
	}
		.logoBanniere img{
			width:2.12vw;
			height:1.44vw;
			margin-left:60px;
			cursor:pointer;
		}
	#btnHide {
		display: none;
	}
	#btnHide:checked + label.lblBanniere {
		animation-name: banniereHide;
        animation-duration: 500ms;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
	}
	
	@keyframes banniereShow {
        0% {
            left: -15vh;
            opacity: 0;
        }

        100% {
            left: 0vh;
            opacity: 1;
        }
    }
	@keyframes banniereHide {
        0% {
			margin-left: 0vh;
            opacity: 1;
        }

        100% {
            margin-left: -20vh;
            opacity: 0;
        }
    }

@media screen and (min-width: 900px) and (max-width: 1200px){		
		
		
.globalHeader{
		background:transparent;
		box-shadow:rgba(0,0,0,0)0 0 0 !important;
		height:80px;
	}
		.logoSpace{
			display:flex;
			justify-content:center;
			align-items:center;
			width:60px;
			height:60px !important;
			margin-left:3vw;
			border-radius:50%;
			background:rgba(255,255,255,.7);
		}
			.logoSpace a{
				display: flex;
				flex-direction: row;
				align-items: center;
				width: 100%;
				justify-content:center;
			}
			.logoSpace img{
				width:50%;
				height:50%;
				margin-left:0;
			}
			.logoSpace h1{
				display:none;
			}
			.firstMobileNav ul a.activeMenu::after{
				display:none;
			}
	.scrollerSpace{
		display:flex;
		flex-direction:column;
		position:fixed;
		z-index:910;
		top:5vh;
		left:94vw;
		opacity:0;
		justify-content: space-around;
		width:20px;
		height:200px;
		animation-name:scrollerAppear;
		animation-duration:300ms;
		animation-delay:500ms;
		animation-timing-function:ease-in;
		animation-fill-mode: forwards;
	}
		@keyframes scrollerAppear{
			0%{
				opacity:0;
			}
			100%{
				opacity:1;
			}
		}
			.scrollerDot{
				width:16px;
				height:16px;
				border-radius:50%;
				border:2px solid #7FE0FF;
				background:transparent;
			}
			.activeDot{
				background:#00B8F1;
			}
		.stsSpace{
			display:none;
		}
		.communicationSpace{
			display:none;
		}
		
	/* ICONE NAV MOBILE */
	.mobileNavIco{
		position:fixed;
		z-index:1000;
		top:90vh;
		left:50%;
		transform:translateX(-50%);
	}
		.globalMobileNavIcoContainerFull{
			display:flex;
			flex-direction:column;
			align-self:center;
			align-items:center;
			justify-content:center;
			width: 53px;
			height: 53px;
			border-radius:50%;
			background:#ffffff;
			box-shadow:rgba(0,0,0,.5) 0 0.62vw 1.45vw;
			transform-origin:center;
			cursor:pointer;
			transition:all 1s;
			transition-timing-function: ease-in-out;
			transition-duration: 300ms;
		}
			.globalMobileNavIcoContainerFull:hover{
				box-shadow:rgba(0,0,0,.5) 0 0.31vw 0.72vw;
			}
				.lineMobileIco{
					width:30px;
					height:4px;
					border-radius:6px;
					background:#CC9900;
					margin-bottom:2px;
				}
				.hideMobileNav{
					opacity:1;
					transition:all 1s;
					animation-duration: 300ms;
					animation-timing-function: ease-in-out;
					animation-fill-mode: forwards;
					animation-name:movingCenterCross;
				}
				.leftCross{
					position:absolute;
					top:17px;
					transform-origin:center;
					animation-duration: 300ms;
					animation-timing-function: ease-in-out;
					animation-fill-mode: forwards;
					animation-name:movingLeftCross;
				}
				.rightCross{
					position:absolute;
					top:31px;
					transform-origin:center;
					animation-duration: 300ms;
					animation-timing-function: ease-in-out;
					animation-fill-mode: forwards;
					animation-name:movingRightCross;
				}
				.hideMobileNavBack{
					opacity:1;
					transition:all 1s;
					animation-duration: 300ms;
					animation-timing-function: ease-in-out;
					animation-fill-mode: forwards;
					animation-name:movingCenterCrossBack;
				}
				.leftCrossBack{
					position:absolute;
					top:17px;
					transform-origin:center;
					animation-duration: 300ms;
					animation-timing-function: ease-in-out;
					animation-fill-mode: forwards;
					animation-name:movingLeftCrossBack;
				}
				.rightCrossBack{
					position:absolute;
					top:31px;
					transform-origin:center;
					animation-duration: 300ms;
					animation-timing-function: ease-in-out;
					animation-fill-mode: forwards;
					animation-name:movingRightCrossBack;
				}
				@keyframes movingLeftCross{
					0%{
						top:17px;
						transform:rotate(0deg);
					}
					50%{
						top:24px;
						transform:rotate(0deg);
					}
					100%{
						top:24px;
						transform:rotate(45deg);
					}
				}
				@keyframes movingRightCross{
					0%{
						top:31px;
						transform:rotate(0deg);
					}
					50%{
						top:24px;
						transform:rotate(0deg);
					}
					100%{
						top:24px;
						transform:rotate(-45deg);
					}
				}
				@keyframes movingCenterCross{
					0%{
						opacity:1;
					}
					50%{
						opacity:0;
					}
					100%{
						opacity:0;
					}
				}
				@keyframes movingLeftCrossBack{
					0%{
						top:24px;
						transform:rotate(45deg);
					}
					50%{
						top:24px;
						transform:rotate(0deg);
					}
					100%{
						top:17px;
						transform:rotate(0deg);
					}
				}
				@keyframes movingRightCrossBack{
					0%{
						top:24px;
						transform:rotate(-45deg);
					}
					50%{
						top:24px;
						transform:rotate(0deg);
					}
					100%{
						top:31px;
						transform:rotate(0deg);
					}
				}
				@keyframes movingCenterCrossBack{
					0%{
						opacity:0;
					}
					50%{
						opacity:0;
					}
					100%{
						opacity:1;
					}
				}
	/* NAVIGATION MOBILE */
	.hideForNav{
		transform:none;
		transform-origin:center;
		animation-duration: 300ms;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		animation-name:profondeur;
	}
	@keyframes profondeur{
		0%{
			transform:scale(1,1);
		}
		100%{
			transform:scale(.95,.99);
		}
	}
	.displayAgainstNav{
		transform:none;
		transform-origin:center;
		animation-duration: 300ms;
		animation-timing-function: ease-in;
		animation-fill-mode: forwards;
		animation-name:zoom;
	}
	@keyframes zoom{
		0%{
			transform:scale(.95,.99);
		}
		100%{
			transform:scale(1,1);
		}
	}
	.mobileNavGlobal{
		display:flex;
		flex-direction:column;
		justify-content:center;
		position:fixed;
		z-index:999;
		top:2vh;
		left:110vw;
		width:98%;
		height:98vh;
		background:#ffffff;
		box-shadow:rgba(0,0,0,1) 0 0.31vw 10vw;
	}
	.openNav{
		left:102vw;
		animation-duration: 300ms;
		animation-timing-function: ease-in;
		animation-fill-mode: forwards;
		animation-name:navIn;
	}
	@keyframes navIn{
		0%{
			left:110vw;
		}
		50%{
			left:50vw;
		}
		100%{
			left:2vw;
		}
	}
	.closeNav{
		left:102vw;
		animation-duration: 300ms;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		animation-name:navOut;
	}
	@keyframes navOut{
		0%{
			left:2vw;
		}
		50%{
			left:50vw;
		}
		100%{
			left:110vw;
		}
	}
	.firstMobileNav{
		display:flex;
		flex-direction:column;
		width:auto;
	}
		.firstMobileNav ul{
			display:flex;
			flex-direction:column;
			font-family: 'Maven Pro', sans-serif;
			font-size:26px;
			font-weight:500;
			line-height:4.16vw;
			color:#034F7B;
			margin-top:-60px;
		}
			.firstMobileNav ul li{
				margin-bottom:30px;
				line-height:3.16vw;
			}
			.firstMobileNav ul a{
				display:inline;
				text-decoration:none;
				font-size:26px;
				color:#034F7B;
				padding:0 15px 5px 15px;
				background: linear-gradient(to bottom, #fff 40%, #7FE0FF 40%, #7FE0FF 75%); 
			}
			.firstMobileNav ul a::after{
				content:"";
				display:none;
			}
			.firstMobileNav ul a:hover::after{
				content:"";
				display:none;
			}
		.secondMobileNav{
			display:flex;
			flex-direction:column;
		}
		.stsMobileConnect{
			display:flex;
			flex-direction:row;
			justify-content:center;
		}
			.stsMobileConnect a{
				display:flex;
				flex-direction:row;
				justify-content:center;
				align-items:center;
			}
			.stsMobileConnect a img{
				width:10%;
				margin-right:5px;
			}
			.stsMobileConnect a h5{
				font-family: 'Maven Pro', sans-serif;
				font-size:20px;
				font-weight:500;
				line-height:30px;
				color:#034F7B;
			}
			.skazeMobileContact{
				display:flex;
				flex-direction:column;
				justify-content:center;
				align-items:center;
			}
			.skazeMobileContact a h5{
				font-family: 'Maven Pro', sans-serif;
				font-size:20px;
				font-weight:500;
				line-height:4.16vw;
				color:#034F7B;
			}
	.barometreBanniere{
		background:transparent;
		box-shadow:rgba(0,0,0,0)0 0 0 !important;
		height:478px;
		position: fixed;
		z-index: 70;
		align-self:left;
		justify-content:left;
		cursor:pointer;

		animation-name: banniere;
		animation-duration: 500ms;
		/* animation-delay: 1700ms; */
		animation-timing-function: ease-in;
		animation-fill-mode: forwards;

		margin-left:0;
		margin-top: 10%;
	}
	.imgbarometreBanniere{
		max-width: 75%;
		width: auto;
	}
	.logoBanniere{
		display: flex;
		position:absolute;
		flex-direction: row;
		align-items: center;
		/* margin-left: 110px; */
		margin-left: 52%;
		margin-top:-35px;
		width: 20%;
		height: 20%;
		cursor:pointer;
	}
		.logoBanniere img{
			width:2.12vw;
			height:1.44vw;
			margin-left:60px;
			cursor:pointer;
		}

	@keyframes banniere {
		0% {
			left: -15vh;
			opacity: 0;
		}

		100% {
			left: 0vh;
			opacity: 1;
		}
	}		
}



@media screen and (min-width: 320px) and (max-width: 900px){
	
	.globalHeader{
		background:transparent;
		box-shadow:rgba(0,0,0,0)0 0 0 !important;
		height:80px;
		width:20vw;
	}
		.logoSpace{
			display:flex;
			justify-content:center;
			align-items:center;
			width:60px;
			height:60px !important;
			margin-left:3vw;
			border-radius:50%;
			background:rgba(255,255,255,.7);
			flex-shrink:0;
		}
			.logoSpace a{
				display: flex;
				flex-direction: row;
				align-items: center;
				width: 100%;
				justify-content:center;
			}
			.logoSpace img{
				width:50%;
				height:50%;
				margin-left:0;
			}
			.logoSpace h1{
				display:none;
			}
			.firstMobileNav ul a.activeMenu::after{
				display:none;
			}
	.scrollerSpace{
		display:flex;
		flex-direction:column;
		position:fixed;
		z-index:910;
		top:5vh;
		left:94vw;
		opacity:0;
		justify-content: space-around;
		width:20px;
		height:200px;
		animation-name:scrollerAppear;
		animation-duration:300ms;
		animation-delay:500ms;
		animation-timing-function:ease-in;
		animation-fill-mode: forwards;
	}
		@keyframes scrollerAppear{
			0%{
				opacity:0;
			}
			100%{
				opacity:1;
			}
		}
			.scrollerDot{
				width:16px;
				height:16px;
				border-radius:50%;
				border:2px solid #7FE0FF;
				background:transparent;
			}
			.activeDot{
				background:#00B8F1;
			}
		.stsSpace{
			display:none;
		}
		.communicationSpace{
			display:none;
		}
		
	/* ICONE NAV MOBILE */
	.mobileNavIco{
		position:fixed;
		z-index:1000;
		top:80vh;
		left:50%;
		transform:translateX(-50%);
	}
		.globalMobileNavIcoContainerFull{
			display:flex;
			flex-direction:column;
			align-self:center;
			align-items:center;
			justify-content:center;
			width: 53px;
			height: 53px;
			border-radius:50%;
			background:#ffffff;
			box-shadow:rgba(0,0,0,.5) 0 0.62vw 1.45vw;
			transform-origin:center;
			cursor:pointer;
			transition:all 1s;
			transition-timing-function: ease-in-out;
			transition-duration: 300ms;
		}
			.globalMobileNavIcoContainerFull:hover{
				box-shadow:rgba(0,0,0,.5) 0 0.31vw 0.72vw;
			}
				.lineMobileIco{
					width:30px;
					height:4px;
					border-radius:6px;
					background:#CC9900;
					margin-bottom:2px;
				}
				.hideMobileNav{
					opacity:1;
					transition:all 1s;
					animation-duration: 300ms;
					animation-timing-function: ease-in-out;
					animation-fill-mode: forwards;
					animation-name:movingCenterCross;
				}
				.leftCross{
					position:absolute;
					top:17px;
					transform-origin:center;
					animation-duration: 300ms;
					animation-timing-function: ease-in-out;
					animation-fill-mode: forwards;
					animation-name:movingLeftCross;
				}
				.rightCross{
					position:absolute;
					top:31px;
					transform-origin:center;
					animation-duration: 300ms;
					animation-timing-function: ease-in-out;
					animation-fill-mode: forwards;
					animation-name:movingRightCross;
				}
				.hideMobileNavBack{
					opacity:1;
					transition:all 1s;
					animation-duration: 300ms;
					animation-timing-function: ease-in-out;
					animation-fill-mode: forwards;
					animation-name:movingCenterCrossBack;
				}
				.leftCrossBack{
					position:absolute;
					top:17px;
					transform-origin:center;
					animation-duration: 300ms;
					animation-timing-function: ease-in-out;
					animation-fill-mode: forwards;
					animation-name:movingLeftCrossBack;
				}
				.rightCrossBack{
					position:absolute;
					top:31px;
					transform-origin:center;
					animation-duration: 300ms;
					animation-timing-function: ease-in-out;
					animation-fill-mode: forwards;
					animation-name:movingRightCrossBack;
				}
				@keyframes movingLeftCross{
					0%{
						top:17px;
						transform:rotate(0deg);
					}
					50%{
						top:24px;
						transform:rotate(0deg);
					}
					100%{
						top:24px;
						transform:rotate(45deg);
					}
				}
				@keyframes movingRightCross{
					0%{
						top:31px;
						transform:rotate(0deg);
					}
					50%{
						top:24px;
						transform:rotate(0deg);
					}
					100%{
						top:24px;
						transform:rotate(-45deg);
					}
				}
				@keyframes movingCenterCross{
					0%{
						opacity:1;
					}
					50%{
						opacity:0;
					}
					100%{
						opacity:0;
					}
				}
				@keyframes movingLeftCrossBack{
					0%{
						top:24px;
						transform:rotate(45deg);
					}
					50%{
						top:24px;
						transform:rotate(0deg);
					}
					100%{
						top:17px;
						transform:rotate(0deg);
					}
				}
				@keyframes movingRightCrossBack{
					0%{
						top:24px;
						transform:rotate(-45deg);
					}
					50%{
						top:24px;
						transform:rotate(0deg);
					}
					100%{
						top:31px;
						transform:rotate(0deg);
					}
				}
				@keyframes movingCenterCrossBack{
					0%{
						opacity:0;
					}
					50%{
						opacity:0;
					}
					100%{
						opacity:1;
					}
				}
	/* NAVIGATION MOBILE */
	.hideForNav{
		transform:none;
		transform-origin:center;
		animation-duration: 300ms;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		animation-name:profondeur;
	}
	@keyframes profondeur{
		0%{
			transform:scale(1,1);
		}
		100%{
			transform:scale(.95,.99);
		}
	}
	.displayAgainstNav{
		transform:none;
		transform-origin:center;
		animation-duration: 300ms;
		animation-timing-function: ease-in;
		animation-fill-mode: forwards;
		animation-name:zoom;
	}
	@keyframes zoom{
		0%{
			transform:scale(.95,.99);
		}
		100%{
			transform:scale(1,1);
		}
	}
	.mobileNavGlobal{
		display:flex;
		flex-direction:column;
		justify-content:start;
		position:fixed;
		z-index:999;
		top:2vh;
		left:110vw;
		width:98%;
		height:98vh;
		background:#ffffff;
		box-shadow:rgba(0,0,0,1) 0 0.31vw 10vw;
	}
	.openNav{
		left:102vw;
		animation-duration: 300ms;
		animation-timing-function: ease-in;
		animation-fill-mode: forwards;
		animation-name:navIn;
	}
	@keyframes navIn{
		0%{
			left:110vw;
		}
		50%{
			left:50vw;
		}
		100%{
			left:2vw;
		}
	}
	.closeNav{
		left:102vw;
		animation-duration: 300ms;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		animation-name:navOut;
	}
	@keyframes navOut{
		0%{
			left:2vw;
		}
		50%{
			left:50vw;
		}
		100%{
			left:110vw;
		}
	}
	.firstMobileNav{
		display:flex;
		flex-direction:column;
		width:auto;
		margin-top: 10vw;
	}
		.firstMobileNav ul{
			display:flex;
			flex-direction:column;
			font-family: 'Maven Pro', sans-serif;
			font-size:26px;
			font-weight:500;
			line-height:4.16vw;
			color:#034F7B;
		}
			.firstMobileNav ul li{
				margin-bottom:2.8vh;
				line-height:17px;
			}
			.firstMobileNav ul a{
				display:inline;
				text-decoration:none;
				font-size:18px;
				color:#034F7B;
				padding:0 10px 5px 10px;
				background: linear-gradient(to bottom, #fff 40%, #7FE0FF 40%, #7FE0FF 75%); 
			}
			.firstMobileNav ul a::after{
				content:"";
				display:none;
			}
			.firstMobileNav ul a:hover::after{
				content:"";
				display:none;
			}
		.secondMobileNav{
			display:flex;
			flex-direction:column;
			margin-top: 10px;
		}
		.stsMobileConnect{
			display:flex;
			flex-direction:row;
			justify-content:center;
			margin-bottom: 16px;
		}
			.stsMobileConnect a{
				display:flex;
				flex-direction:row;
				justify-content:center;
				align-items:center;
			}
			.stsMobileConnect a img{
				width:10%;
				margin-right:5px;
			}
			.stsMobileConnect a h5{
				font-family: 'Maven Pro', sans-serif;
				font-size:16px;
				font-weight:500;
				line-height:14px;
				color:#034F7B;
			}
			.skazeMobileContact{
				display:flex;
				flex-direction:column;
				justify-content:center;
				align-items:center;
			}
			.skazeMobileContact a{
				margin-bottom:18px;
			}
			.skazeMobileContact a h5{
				font-family: 'Maven Pro', sans-serif;
				font-size:16px;
				font-weight:500;
				line-height:14px;
				color:#034F7B;
			}
		.nousAppeler{
			display:inline-block;
			margin-top: 10px;
		}
		.mobilePhoneIco{
			display:flex;
			position:fixed;
			z-index:1000;
			top:80vh;
			left:81%;
			transform:translateX(-50%);
		}
			.globalMobilePhoneIco{
				display:flex;
				flex-direction:column;
				align-self:center;
				align-items:center;
				justify-content:center;
				width: 53px;
				height: 53px;
				border-radius:50%;
				background:#ffffff;
				box-shadow:rgba(0,0,0,.5) 0 0.62vw 1.45vw;
				transform-origin:center;
				cursor:pointer;
				transition:all 1s;
				transition-timing-function: ease-in-out;
				transition-duration: 300ms;
			}

			
	.barometreBanniere{
		background:transparent;
		box-shadow:rgba(0,0,0,0)0 0 0 !important;
		height:478px;
		position: fixed;
		z-index: 70;
		align-self:left;
		justify-content:left;
		cursor:pointer;

		animation-name: banniere;
        animation-duration: 500ms;
        /* animation-delay: 1700ms; */
        animation-timing-function: ease-in;
        animation-fill-mode: forwards;

		margin-left:0;
		margin-top: 20%;
	}
	.imgbarometreBanniere{
		max-width: 60%;
		width: auto;
	}
	.logoBanniere{
		display: flex;
		position:absolute;
		flex-direction: row;
		align-items: center;
		/* margin-left: 110px; */
		margin-left: 43%;
		margin-top:-25px;
		width: 15%;
		height: 15%;
		cursor:pointer;
	}
		.logoBanniere img{
			width:2.12vw;
			height:1.44vw;
			margin-left:60px;
			cursor:pointer;
		}
	@keyframes banniere {
        0% {
            left: -15vh;
            opacity: 0;
        }

        100% {
            left: 0vh;
            opacity: 1;
        }
    }
	
}