.header-premiasoft {
	position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}
header {
	position: fixed;
	Width: 100%;
	top: 0;
	z-index: 999;
}
.header-premiasoft.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
     -webkit-box-shadow: 0 0 3px rgba(0,0,0,.6);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.6);
    box-shadow: 0 0 3px rgba(0,0,0,.6);
}
.header-top {
	background: #104c98;
	height: 30px;
}
.flexheader {
	display: flex;
	align-items: center;
	justify-content: space-between;
	display: -ms-flex;
	-ms-align-items: center;
	-ms-justify-content: space-between;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
}
.sociaux-header {
	position: relative;
	overflow: hidden;
}
.liste-sociaux {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.liste-sociaux li {
	margin-right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
}
.liste-sociaux li:last-child {
	margin-right: 0px;
}
.liste-sociaux li em {
	color: #fff;
	font-size: 16px;
}
.liste-sociaux a {
	display: flex;
	position: relative;
	padding: 7px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
}
.liste-sociaux a:hover {
	text-decoration: none;
}
.carriere ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.carriere ul li {
	float: left;
	font-size: 14px;
	color: #fff;
	margin-right: 0;
	position: relative;
}
.carriere ul li a {
	font-size: 14px;
	color: #fff;
	padding-right: 0px;
}
.carriere ul li:last-child {
	margin-right: 0px;
}
.carriere ul li a:hover {
	text-decoration: none;
	color: #18a0db;
}
.carriere ul li:after {
	content: '';
	background: #88a6cc;
	width: 1px;
	height: 15px;
	position: absolute;
	top: 3px;
	display: none;

}
.carriere ul li:last-child:after {
	display: none;
}
.header {
	background: #fff;
	padding: 15px 0;
}
.boxphone {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.phone {
	font-size: 14px;
	color: #000;
	font-weight: 600;
	display: block;
}
span.numero {
	font-size: 21px;
	color: #18a0db;
	font-weight: 800;
	letter-spacing: 1.5px;
}
.phone {
	font-size: 14px;
	color: #000;
	font-weight: 600;
	letter-spacing: 1.5px;
}
.numero em {
	margin-right: 10px;
}
.phone-responsive span {
	font-size: 18px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
}
.logo { width: 15%;}
#menu-toggle span {
	display: block;
	background: #18a0db;
}
#menu-toggle {
	width: 40px;
	height: 19px;
	margin: 0px auto;
	position: relative;
	cursor: pointer;
}
#menu-toggle #hamburger {
	position: absolute;
	height: 19px;
	width: 40px;
}
#menu-toggle #hamburger span {
	width: 40px;
	height: 1px;
	position: relative;
	bottom: 8px;
	margin: 0px auto;
	margin-top: 8px;
}
#menu-toggle #hamburger span:nth-child(1) {
	transition-delay: .5s;
}
#menu-toggle #hamburger span:nth-child(2) {
	transition-delay: .625s;
}
#menu-toggle #hamburger span:nth-child(3) {
	transition-delay: .75s;
}
.boxmenunavblock {
	transform: translateX(0%) !important;
}
#menu-close {
	width: 40px;
	height: 60px;
	position: relative;
	cursor: pointer;
	padding-left: 20px;
}
#menu-close #close-nav {
	position: absolute;
	height: 45px;
	width: 40px;
}
#menu-close #close-nav span {
	width: 40px;
	height: 1px;
	position: relative;
	bottom: 8px;
	margin: 0px auto;
	margin-top: 8px;
}
#menu-close #close-nav span:nth-child(1) {
	transition-delay: .5s;
}
#menu-close #close-nav span:nth-child(2) {
	transition-delay: .625s;
	width: 44px;
	left: -4px;
	display: block;
	position: relative;
}
#menu-close #close-nav span:nth-child(2):after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 4px 3.5px 0;
	border-color: transparent #18a1db transparent transparent;
	position: absolute;
	top: -3px;
	left: -4px;
}
#menu-close #close-nav span:nth-child(3) {
	transition-delay: .75s;
}
#close-nav span {
	display: block;
	background: #18a0db;
}
.boxmenunavblock {
	transform: translateX(0%) !important;
}
.boxnav {
	width: 100%;
	margin-top: 45px;
}
.boxmenunav {
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(-100%);
	bottom: 0;
	z-index: 999;
	overflow: auto;
	background: rgba(0,0,0,0.80);
	-webkit-transition: width 0.9s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
	width: 100vw;
	height: 100vh;
}
.bluebg {
	background: #104c98;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	height: 100vh;
	width: 290px;
	flex-direction: column;
	padding: 15px 0;
	overflow: auto;
}
 @media screen and (max-width:1024px) {
.phone {
	letter-spacing: 0;
}
}
 @media screen and (max-width:991px) {
.header-top .flexheader {
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
}
.header .flexheader {
	justify-content: flex-start;
	-ms-justify-content: flex-start;
	-webkit-justify-content: flex-start;
}
.header-top {
	padding: 4px 0;
}
.sociaux-header {
	position: relative;
	overflow: hidden;
	background: #1254a8;
	padding: 40px 20px;
	width: 100%;
	height: 100%;
}
.logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
}
.logo img {
    width: 60%; margin: 0 auto;
}
.boxphone {
    width: 40px; height: 25px;
}
.numero em {
    margin-right: 0;
}
}
 @media screen and (max-width:480px) {
.logo {
    width: 100%;
}
}
.langue-responsive {
	margin-top: 50px;
}
.sociaux-header ul li a em:before {
	position: relative;
	z-index: 2;
	-webkit-transition: color 300ms cubic-bezier(0.86, 0, .07, 1) 0ms;
	-moz-transition: color 300ms cubic-bezier(0.86, 0, .07, 1) 0ms;
	-ms-transition: color 300ms cubic-bezier(0.86, 0, .07, 1) 0ms;
	-o-transition: color 300ms cubic-bezier(0.86, 0, .07, 1) 0ms;
	transition: color 300ms cubic-bezier(0.86, 0, .07, 1) 0ms;
}
.sociaux-header ul li a:hover em, .sociaux-header ul li a:hover em:before {
	color: #fff;
}
.sociaux-header ul li a .fa-facebook-f:after {
	content: '';
	display: block;
	background-color: #3b5998;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	-webkit-transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
	-moz-transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
	-ms-transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
	-o-transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
	transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
}
.sociaux-header ul li a:hover .fa-facebook-f:after {
	width: 100%;
}
.sociaux-header ul li a .fa-twitter:after {
	content: '';
	display: block;
	background-color: #55acee;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	-webkit-transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
	-moz-transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
	-ms-transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
	-o-transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
	transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
}
.sociaux-header ul li a:hover .fa-twitter:after {
	width: 100%;
}
.sociaux-header ul li a .fa-linkedin-in:after {
	content: '';
	display: block;
	background-color: #0077B5;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	-webkit-transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
	-moz-transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
	-ms-transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
	-o-transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
	transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
}
.sociaux-header ul li a:hover .fa-linkedin-in:after {
	width: 100%;
}
.sociaux-header ul li a .fa-google-plus-g:after {
	content: '';
	display: block;
	background-color: #d34836;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	-webkit-transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
	-moz-transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
	-ms-transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
	-o-transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
	transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
}
.sociaux-header ul li a:hover .fa-google-plus-g:after {
	width: 100%;
}
.sociaux-header ul li a .fa-google-plus-g:after {
	content: '';
	display: block;
	background-color: #d34836;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	-webkit-transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
	-moz-transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
	-ms-transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
	-o-transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
	transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
}
.sociaux-header ul li a:hover .fa-google-plus-g:after {
	width: 100%;
}
.sociaux-header ul li a .fa-youtube:after {
	content: '';
	display: block;
	background-color: #cd201f;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	-webkit-transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
	-moz-transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
	-ms-transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
	-o-transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
	transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
}
.sociaux-header ul li a:hover .fa-youtube:after {
	width: 100%;
}
.sociaux-header ul li a .fa-instagram:after {
	content: '';
	display: block;
	background-color: #e4405f;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	-webkit-transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
	-moz-transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
	-ms-transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
	-o-transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
	transition: width 400ms cubic-bezier(0.86, 0, .07, 1);
}
.sociaux-header ul li a:hover .fa-instagram:after {
	width: 100%;
}
.sociaux-header ul li a em.fa-instagram:before { font-weight: bold;}