*{
	box-sizing: border-box;
}
html, body{
	height: 100%;
}
body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	vertical-align: center;
	background-repeat: repeat;
	background: white;
}
.wrap{
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#header-container{
	display: block;
	width: 100%;
}
#page{
	width: 100%;
    height: 100%;
}
#footer{
	/*
	position:absolute;
	bottom:0;
	width:100%;	
	z-index: 10;
	*/
}
a{
	color: inherit;
	text-decoration: none;
}
/* --------------------------------------*/

.welcome{
	display: flex;
}
.solutions{
	flex-wrap: nowrap;
}

.fullwidth{
	width: 100%;
	display: block;
}
.content{
	margin: 0 auto !important;
	max-width: 99vw;
}
.tbl{
	display: table;
}
.tbl .column{
	display: table-cell;
}
.greybg{
	background-color: #ecf0f1;
}
.cyanbg{
	background-color: #25bce9;
	color: white;
}
.greenbg{
	background-color: #a1bf39;
	color: white;
}

._16{
	width: calc(100% / 6);
}
._20{
	width: 20%;
}
._25{
	width: 25%;
}
._30{
	width: 30%;
}
._40{
	width: 40%;
}
._33{
	width: calc(100% / 3);
}
._50{
	width: 50%;
}
._60{
	width: 60%;
}
._66{
	width: calc(100% / 3 * 2);
}
._70{
	width: 70%;
}
._75{
	width: 75%;
}
._80{
	width: 80%;
}
._100{
	width: 100%;
}

.circular_button{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 45px;
	border-radius: 30px;
	display: inline-block;
	position: relative;
}
.circular_button:after{
	content: "\f0a9";
	font-family: "FontAwesome";
	font-size: 14px;
	color: white;
	padding-left: 15px;
	position: absolute;
	right: 20px;
	
}
.circular_button.red{
	background-color: #ed3a12;
	color: white;
}
.circular_button.green{
	background-color: #8abb50;
	color: white;
}
.circular_button.transparentbg{
	background-color: transparent;
}
.circular_button.whitefore{
	color: white;
	border-color: white;
	border: 1px solid white;
}

.cspacer_60{
	padding-left: 60px !important;
}

.blacktext p{
	padding: 0;
	margin: 0;
	color: black !important;
	text-decoration: none;
}

.stronger{
	font-weight: 700;
}
.uppcs{
	text-transform: uppercase;
}
/* --------------------------------------*/

.flex-container{
	display: flex;
}
	.flex-container.row{
		flex-direction: row;
	}
	.flex-container.column{
		flex-direction: column;
	}
	.flex-container.flex-wrap{
		flex-wrap: wrap;
	}
	.flex-container.nowrap{
		flex-wrap: nowrap;
	}
	.flex-container.justify-end{
		justify-content: flex-end
	}
	.flex-container.justify-center{
		justify-content: center;
	}
	.flex-container.justify-space-between{
		justify-content: space-between;
	}
	.flex-container.justify-space-around{
		justify-content: space-around;
	}
	.flex-container.justify-space-evenly{
		justify-content: space-evenly;
	}
	.flex-container.items-center{
		align-items: center;
	}
	.flex-container.items-stretch{
		align-items: stretch;
	}
	.flex-container.content-center{
		align-content: center;
	}
	.flex-container.content-stretch{
		align-content: stretch;
	}
	.flex-container.content-space-between{
		align-content: space-between;
	}
	.flex-container.content-space-around{
		align-content: space-around;
	}
	
	.flex-container>.to-the-left{
		margin-right: auto !important;
	}
	.flex-container>.to-the-right{
		margin-left: auto !important;
	}

/* --------------------------------------*/

body{
	font-family: "Roboto", sans-serif;
	font-size: 14px;
}
.content{
	width: 1170px;
}
#header-container{
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 3px;
	background: white; 
}
#header .header-top{
	background: #25bce9;
	color: white;
	font-size: 11px;
	padding: 10px 40px;
}
.header-top .contact{
	margin-left: auto;
	display: flex;
}
.header-top .contact div{
	display: flex;
	align-items: center;
}
.header-top .socicons i{
	font-size: 17px;
	padding-right: 10px;
}
.header-top .contact i{
	font-size: 26px;
	padding-right: 5px;
}
#header .header-bottom{
	padding: 0px 25px 0px 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    align-items: center; 
}
.header-bottom .pncustommenumenu{
	display: flex;
	align-items: stretch;
	padding: 0;
	margin: 0;
	list-style: none;
	height: 100%;
	height: 105px;
}
.header-bottom .logo-container{
	padding-top: 28px !important;
	padding-bottom: 16px !important;
	flex-grow: 1;
}
.header-bottom .pncustommenumenu>li{
	display: inline-block;
	margin: 0;
	padding: 0px 15px;
	display: flex;
	align-items: stretch;
	position: relative;
}
.header-bottom .pncustommenumenu>li>div>a:after{
	content: ' ';
	position: absolute;
	left: 0;
	bottom: 0px;
	background-color: #25BCE9;
	max-height: 0px;
	width: 100%;
	transition: max-height 0.1s ease-in;
	height: 5px;
}
.header-bottom .pncustommenumenu>li:hover>div>a:after{
	content: ' ';
	position: absolute;
	left: 0;
	bottom: 0px;
	background-color: #25BCE9;
	max-height: 5px;
	width: 100%;
	transition: max-height 0.1s ease-in;
}
.header-bottom .pncustommenumenu>li a{
	font-size: 16px;
	color: #444444;
	text-transform: uppercase;
	text-align: center;
	display: block;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
}
.header-bottom .pncustommenumenu>li>ul[id^=pnsubmenu]{
	display: block;
	position: absolute;
	top: calc(100%);
	padding: 0;
	margin: 0;
	width: auto;
	
	height: 0;
	overflow: hidden;
	opacity: 0;
	background: #ffffff;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	-webkit-transform: translate(0, 30px);
	-moz-transform: translate(0, 30px);
	-ms-transform: translate(0, 30px);
	-o-transform: translate(0, 30px);
	transform: translate(0, 30px);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
	right: 0;
	
	z-index: 500;
}
.header-bottom .pncustommenumenu>li:hover>ul[id^=pnsubmenu]{
	height: auto;
	opacity: 1;
	-webkit-transform: translate(0, 0px);
	-moz-transform: translate(0, 0px);
	-ms-transform: translate(0, 0px);
	-o-transform: translate(0, 0px);
	transform: translate(0, 0px);

}
.header-bottom .pncustommenumenu>li>ul[id^=pnsubmenu]
.header-bottom .pncustommenumenu > li > ul[id^="pnsubmenu"] > li {
    display: block;
    width: 100%;

}
.header-bottom .pncustommenumenu > li > ul[id^="pnsubmenu"] > li:hover {
	background: #25BCE9;
}
.header-bottom .pncustommenumenu > li > ul[id^="pnsubmenu"] > li:hover a{
	color: white;
}
.header-bottom .pncustommenumenu > li > ul[id^="pnsubmenu"] > li a{
	display: block;
    white-space: nowrap;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
	text-transform: none;
}



#footer .footer-top{
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

#footer .footer-top .tbl .column{
	width: 25%;
	height: 100%;
	border-right: 1px solid #d7dada;
}
#footer .footer-top .tbl .column .column-content{
	display: flex;
	flex-flow: column;
	padding: 20px 25px 20px 25%;
}
#footer .footer-top .tbl .column:first-child .column-content{
	padding-left: 0 !important;
}
#footer .footer-top .tbl .column:last-child{
	border: none;
}
#footer .footer-top .tbl .column:last-child .column-content{
	padding-right: 0 !important;
}
#footer .footer-top .tbl .column .pncustommenumenu{
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	height: 100%;
	width: 100%;
}
#footer .footer-top .tbl .column div + div{
	margin-top: 30px;
}
#footer .footer-top .tbl .column .pncustommenumenu li{
	display: block;
	margin-bottom: 15px;
}
#footer .footer-top .tbl .column .pncustommenumenu li a{
	font-weight: 300;
	color: #888888;
	font-size: 12px;
	display: block;
}
	#footer .footer-top .tbl .column .pncustommenumenu li:not(:first-child):hover a{
		color: black;
	}
	#footer .footer-top .tbl .column .pncustommenumenu li:first-child a{
		font-size: 18px;
		font-weight: 700;
		color: #25bce9;
		margin-bottom: 30px;
		text-transform: uppercase;
	}
	
#footer .footer-middle{
	padding-top: 40px !important;
	padding-bottom: 40px !important;
	background: white;
}
#footer .footer-middle  .pncustommenumenu{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-flow: row;
}
#footer .footer-middle .pncustommenumenu li{
	display: block;
	margin-right: 45px;
}
#footer .footer-middle .pncustommenumenu li a{
	display: block;
	color: #888888;
	text-transform: uppercase;
	font-size: 12px;

}
#footer .footer-middle .pncustommenumenu li ul{
	display: none;
}
	#footer .footer-middle .pncustommenumenu li:hover a{
		color: black;
	}

#footer .footer-bottom{
	height: calc(100vh / 3);
}
#footer .footer-bottom .mapcontainer{
	height: 100%;
	width: 100%;
	display: block;
}
#footer .footer-bottom .mapcontainer .googlemap{
	height: 100% !important;
	width: 100%;
	display: block;
}
/*#footer .footer-bottom .mapcontainer .googlemap:after{
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
}
*/

.flexslider{
	border: 0;
	margin: 0;
}

#page .slider-container{
	height: 495px;
}
.slider-container .pncustomslider,
.slider-container .pncustomslider .slides,
.pncustomslider .pncustomslider_wrap,
.pncustomslider .slides .pncustomslider_wrap .pncustomslider_slide{
	height: 495px;
	width: 100%;
	display: block;
}
.pncustomslider .pncustomslider_wrap .content{
	height: 100%;
	position: relative;
}
.pncustomslider .slides .pncustomslider_wrap{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.pncustomslider_wrap .pncustomslider_slide{
	position: relative;
}
.pncustomslider_wrap .pncustomslider_slide .pncustomslider_slide_text_container{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-o-transform: translatey(-50%);
	color: white;
}
.pncustomslider_slide_text_container .pncustomslider_slide_title{
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-hieght: 120%;
	margin-bottom: 10px;
	text-shadow: 2px 2px 2px black;
}
.pncustomslider_slide_text_container .pncustomslider_slide_text p,
.pncustomslider_slide_text_container .pncustomslider_slide_text{
	paddign: 0; margin: 0;
}
.pncustomslider_slide_text_container .pncustomslider_slide_text{
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-hieght: 120%;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px black;
}
.pncustomslider .pncustomslider_controller{
	position: absolute;
	bottom: 70px;
	z-index: 10;
}
.pncustomslider .pncustomslider_controller .content{
	display: flex;
	font-size: 65px;
	color: white;	
}
.pncustomslider_controller .slider_prev{
	margin-right: 10px;
}
.pncustomslider_controller .slider_prev,
.pncustomslider_controller .slider_next{
	opacity: .65;
	cursor: pointer;
}
	.pncustomslider_controller .slider_prev:hover,
	.pncustomslider_controller .slider_next:hover{
		opacity: 1;
	}
	
.flex-control-nav, .flex-direction-nav{
	display: none;
}

h1, h2{
	padding: 0;
	margin: 0;
	padding-bottom: 25px; 
	font-size: 36px;
	font-weight: 900;
	line-height: 110%;
	color: black;
}
h3{
	font-size: 48px;
	font-weight: 300;
	line-height: 120%;
	padding: 0;
	margin: 0;
}


#page .section{
	padding-top: 60px !important;
	padding-bottom: 60px !important;
	border-bottom: 1px solid #e5e5e5;
}
.section.greybg,
.section.greenbg,
.section.cyanbg{
	border-bottom: none !important;
}

#page .section .disp_content_text p,
#page .section .disp_content_text li p,
#page .section .disp_content_text li{
	font-size: 14px;
	font-weight: 300;
	color: black;/*#888888;*/
	line-height: 140%;
}

#page .section .pictogram .disp_content_text p{
	text-align: justify;
}
#page .section .disp_content_text p strong{
	text-align: center;
}

#page .section .disp_content_text p,
#page .section .disp_content_text li p,
#page .section .disp_content_text li,
.card-text-container p.card-text-text,
.pncustomslider_quotes_text_quote p,
.ls-accordion-root .ls-accordion-item-content{
	color: black !important;	
}
.pictogram .picto_title p{
	color: #888888 !important;
}

.service-presentation-gallery.flex-container.column .flex-container{
	align-items: center;
}


span.bigger{
	font-size:24px;
    position: relative;
    top: 4px;
}
.intro_text{
	padding-right: 60px;
	width: 75%;
}
.pictograms{
    flex-direction: row;
    display: flex;
    width: 100%;
}
.pictograms .pictogram{
	text-align: center;
	padding-left: 10px !important;
	padding-right: 10px !important;
	min-width: 150px;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.pictograms .pictogram .pictogram_icon{
	background-size: 60px 60px;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	height: 120px;
	width: 120px;
	display: block;
	border-radius: 120px;
	border: 1px solid #e0e0e0;
	margin: 0 auto !important;
}
.pictogram .picto_title p{
	padding: 0;
	margin: 0;
	line-height: 130% !important;
	font-size: 12px !important;
}
.pictogram .picto_title p strong{
	font-size: 17px;
	color: black;
	font-weight: 400;
	margin-top: 25px;
	margin-bottom: 25px;
	display: block;
	min-height: 50px;
}

/* ---- lstabcontrol ---- */
*{
	box-sizing: border-box;
}

.ls-tabcontrol-root{
	display: flex;
	flex-flow: column;
}
.ls-tabcontrol-tabbar{
	display: flex;
	flex-flow: row;
	border-bottom: 1px solid black;
	
}
.ls-tabcontrol-tab{
	padding: 20px;
	cursor: pointer;
	background: silver;
	
}
.ls-tabcontrol-tab:not(.active):hover{
	background: grey;
}
	
.ls-tabcontrol-tab.active{
	background: white;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid white;
	height: calc(100% + 1px);
	
	position: relative;
}

.ls-tabcontrol-tabpages{
	border: 1px solid black;
	border-top: 0;
	position: relative;
	top: -1px;
	padding: 10px;
}


/* lstabbar customizaton */
.ls-tabcontrol-tabpages{
	border: 1px solid #dedede;
}
.ls-tabcontrol-tabbar{
	border-bottom: 1px solid #dedede;
}
.ls-tabcontrol-tab{
	padding: 17px 30px;
	min-width: 130px;
	font-size: 14px;
	text-align: center;
	font-family: "Roboto", sans-serif;
	color: black;
	font-weight: 700;
	text-transform: uppercase;
	background: #dedede;
	position: relative;
	height: calc(100% - 1px);
	top: 1px;
}
	.ls-tabcontrol-tab:nth-child(n+2){
		background: #e9e9e9;
	}
	.ls-tabcontrol-tab:nth-child(n+3){
		background: #f6f6f6;
	}
	.ls-tabcontrol-tab:nth-child(n+4){
		background: #fcfcfc;
	}
	.ls-tabcontrol-tab:nth-child(n+5){
		background: #fefefe;
	}
.ls-tabcontrol-tab.active{
	color: #25bce9;
	z-index: 5;
	border: 1px solid #dedede;
	border-bottom: none;
	background: white;
}
.ls-tabcontrol-tabpages{
	padding: 30px;
	padding-left: 20px;
}



.badge-image-container{
	height: 130px;
	width: 130px;
	border: 1px solid #dedede;
	border-radius: 130px;
	position: relative;
	flex-shrink: 0;
}
.badge-image-container .badge-image{
	height: 120px;
	width: 120px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 130px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.ls-tabcontrol-tabpage .badge-image-container{
	margin-right: 20px;
}

.card-text-container p{
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}
.card-text-container p.card-text-title{
	font-size: 18px;
	color: black;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
}
.card-text-container p.card-text-text{
	font-size: 14px;
	color: #888888;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-bottom: 20px;
}
.card-text-container a.card-text-navigation{
	font-size: 14px;
	color: #8abb50;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
	text-decoration: none;
	text-transform: uppercase;
}

/* ----- lsaccordion ------ */
.ls-accordion-root{
	display: block;
}
.ls-accordion-root .ls-accordion-container{
	display: flex;
	flex-flow: column;
}
.ls-accordion-root .ls-accordion-item{
	display: block;
}
.ls-accordion-root .ls-accordion-item-header{
	color: black;
	cursor: pointer;
}
.ls-accordion-root .ls-accordion-item-header.active{
	color: cyan;
}

.ls-accordion-root .ls-accordion-item-content{
	overflow: hidden;
}

/* ----- lsaccordion customization ----- */
.ls-accordion-root .ls-accordion-item{
	margin-bottom: 30px;
}
.ls-accordion-root .ls-accordion-item .ls-accordion-item-header{
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-weight: 400;
	color: #25bce9;
}
	.ls-accordion-root .ls-accordion-item .ls-accordion-item-header:before{
		content: "+";
		font-style: normal;
		font-family: "Roboto", sans-serif;
		color: #25bce9;
		font-weight: 700;
		font-size: 30px;
		border: 1px solid #e2e2e2;
		border-radius: 999px;
		line-height: 150%;
		padding-left: 10px;
		padding-right: 10px;
		position: relative;
		top: 2px;
	}
	.ls-accordion-root .ls-accordion-item .ls-accordion-item-header.active:before{
		content: "-";
		padding-left: 13px;
		padding-right: 12px;
		margin-right: 0px;

	}
.ls-accordion-root .ls-accordion-item-content{
	padding-left: 42px;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	line-height: 140%;
	font-weight: 300;
	color: #888888;
}

#myAccordion1{
	padding-left: 50px;
	padding-top: 50px;
}
.thumb-gallery-item-root{
	width: calc(100% / 8 - 10px);/*calc(25% - 10px);*/
	display: block;
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid #dedede;
	margin-right: 10px;
}
.thumb-gallery-item{
	width: 100%;
	hegiht: 100%;
	display: block;
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
	.thumb-gallery-item:hover:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: rgba(0,0,0,0.4);
	}
	.thumb-gallery-item:after{
		content: '';
		padding: 50% 0;
		display: inline-block;
	}
.thumb-gallery-item-text{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	color: white;
	font-size: 16px;
	font-weight: 400;
    width: 100%;
    height: 100%;
    padding: 10px;
    font-size: 14px;
}
	.thumb-gallery-item:hover .thumb-gallery-item-text{
		display: block;
	}
.thumb-gallery-item-text small{
	font-size: 90%;
}
	
ul.fancylist{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	/*list-style-image: url('/parameters/biztel.patronet/templates/images/bulletpoint_arrow.png');*/
	padding-left: 20px;
	padding-right: 20px;
}
ul.fancylist li{
	display: block;
	width: 100%;
	font-size: 12px;
	color: #888888;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: 300;
	margin-bottom: 1px solid #888888;
	background: url('/parameters/biztel.patronet/templates/images/bulletpoint_arrow.png') no-repeat left top;
	padding-left: 20px;
	border-bottom: 1px solid #d2d2d2;
}
/*	ul.fancylist li:before{
		content: "\279c";
		color: #25bce9;
		font-size: 12px;
		font-weight: 700;
		margin-right: 10px;
	}
*/


.pncustomslider_quotes_container{
	padding-top: 60px;
	padding-bottom: 100px;
	position: relative;
	overflow: hidden;
}
.pncustomslider_quotes_container .flex-control-paging{
	display: block;
	margin-left: -180px;
}
.pncustomslider_quotes_wrap .content{
	width: 100%;
}
	.pncustomslider_quotes_container:before{
		content: '“';
		color: #cecece;
		font-family: "Lato", sans-serif;
		font-size: 378px;
		position: absolute;
		top: 0;
		left: 20px;
		z-index: 1;
		max-height: 100%;
		
	}
.pncustomslider_quotes_container .pncustomslider_quotes_image_container{
	width: 120px;
	height: 120px;
	display: block;
	margin-right: 30px;
	flex-shrink: 0;
}
.pncustomslider_quotes_image_container .pncustomslider_quotes_image{
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #cecece;
	border-radius: 30px;
	height: 100%;
	width: 100%;
}
.pncustomslider_quotes_text_quote{
	min-height: 140px;
}
.pncustomslider_quotes_text_quote p{
	font-size: 18px;
	color: #888888;
	font-style: italic;
	line-height: 120%;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pncustomslider_quotes_text_author, 
.pncustomslider_quotes_text_author p{
	font-size: 26px;
	color: #25bce9;
	font-weight: 300;
}
#mainp_quotes{
    padding-left: 180px;
    padding-top: 110px;
}

table.contacttable{
	width: 60%;
	margin: 0 auto;
}
.contacttable td{
	display: block;
}
.contacttable td.labelc{
	width: 100%;
}
.contacttable td.inputc{
	width: 100%;
}
.contacttable td.submitc{
	text-align: right;
	padding-top: 15px;
}
.contacttable input,
.contacttable .userinput,
.contacttable textarea{
	width: 100%;
}

input[type=text],
input[type=email],
input[type=number],
input[type=password],
select,
textarea,
.userinput{
	border: 1px solid silver;
	padding: 5px;
	font-size: 18px;
	color: black;
	font-family: "Noto Sans", sans-serif;
	background: white;
	border-radius: 0;
}
input[type=submit]{
	width: auto;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
	background: #003869;
	color: white;
	font-weight: 700;
	border: none;
	cursor: pointer;
}


table td, table td p{
	padding: 0;
	margin: 0;
}

table td {
	padding-right: 15px;
}

.disp_content_text table{
	width: 100%;
	display: block;
}

.services-list-item{
	display: inline-block;
	width: calc(100% / 3 - 30px);
	margin-right: 15px;
	margin-bottom: 0px;
}
.services-list-item .services-list-item-image-container{
	width: 100%;
	border: 1px solid #dedede;
	height: 245px;
	padding: 5px;
	margin-bottom: 0px;
}
.services-list-item .services-list-item-image-container .services-list-item-image{
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.services-list-item  .services-list-item-text-container{
	padding: 10px;
}
.services-list-item .services-list-item-text-container .services-list-item-text-title{
	color: #101010;
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	margin-bottom: 15px;
}
	.services-list-item-text-title a:hover{
		color: #25bce9;
	}
	

.service-presentation{
	margin-top: 50px !important;
	
}
.service-presentation-gallery{
	width: calc(50% - 30px);
	flex-shrink: 0;
	margin-right: 30px !important;
}
/*.service-presentation-gallery .service-presentation-bigimage-container{
	width: 100%;
	height: 450px;
	padding: 5px !important;
	border: 1px solid #dedede;
	margin-bottom: 20px !important;
}
.service-presentation-gallery .service-presentation-bigimage{
	background-size: auto 100%;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	width: 100%;
	height: 450px;
	margin-bottom: 30px;
}*/

.service-presentation-thumbnail-container{
	flex-wrap: wrap!important;
	align-items: center;
}

.service-presentation .service-presentation-thumbnail{
	margin-right: 15px !important;
	height: 195px;
	width: 150px;
	flex-shrink: 0;
	cursor: pointer;
	background-size: auto 100%;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
.service-presentation .service-presentation-thumbnail:first-child{
	background-size: auto 100%;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	width: 100%;
	height: 450px;
	margin-bottom: 30px;
}
.service-presentation .service-presentation-thumbnail:first-child:after{
	content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    display: block;
    position: absolute;
    top: -6px;
    left: -6px;
    border: 1px solid #dedede;
}
.service-presentation .service-presentation-thumbnail:nth-child(3n){
	height: 140px;
	width: 195px;
}
.service-presentation-thumbnail,
.service-presentation-bigimage{
	background-size: auto 100%;
	
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	
	cursor: pointer;
}
.service-presentation-thumbnail:hover,
.service-presentation-bigimage:hover{
	background-size: auto 130%!important;
	-webkit-animation: scaleup .5s; /* Safari 4+ */
	-o-animation:      scaleup .5s; /* Opera 12+ */
	animation:         scaleup .5s; /* IE 10+, Fx 29+ */


}
.service-presentation .service-presentation-text-container{
	width: 50%;
	flex-shrink: 0;
	margin-left: 20px;
}
.service-presentation .service-presentation-text-container,
.service-presentation .service-presentation-text-container p{
	font-size: 14px !important;
	color: #333333 !important;
}

#header .langselector img{
	position: relative;
	top: -4px;
}

.footer-top p{
	color: #888888;
}
.highlight0{
	font-size: 26px;
	color: #F22814;
	font-weight: 700;
}
.service-presentation-thumbnail,
.service-presentation-bigimage{
	position: relative;
}
.service-presentation-thumbnail .overly{
	opacity: 0;
	position: absolute;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.3);
	font-family: "FontAwesome";
	text-align: center;
	font-size: 50px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	animation-name: font-larging-o, scaleup-o, bgfade-o;
	

}
.service-presentation-thumbnail:hover .overly{
	opacity: 1.0;
	background-color: rgba(0,0,0,0.7);
	-webkit-animation: font-larghing .5s, bgfade .5s; /* Safari 4+ */
	-o-animation:      font-larghing .5s, bgfade .5s; /* Opera 12+ */
	animation:         font-larghing .5s, bgfade .5s; /* IE 10+, Fx 29+ */
}
.service-presentation-thumbnail .overly:after{
	content: "";
}

.services_title{
	font-size: 16px;
}

ul>li>ul li p{
	margin: 5px;
}@media screen and (max-width:1280px){
	.content{
		width: 80%;
	}
	.solutions{
		flex-direction: column;
	}
	#myAccordion1{
		padding-left: 0px;
	}
}
@media screen and (max-width: 1150px){
	.thumb-gallery-item-root{
		width: calc(100% / 5 - 10px);
	}
	.pictograms{
		flex-direction: column;
	}
	.pictograms .pictogram{
		flex-direction: row;
		width: 100%;
		margin-bottom: 30px;
	}
	.pictogram_icon{
		min-width: 120px;
	}
	.picto_title{
		flex: 1;
		text-align: left;
		margin-left: 30px; 
	    display: flex;
	    align-items: center;
	}
	.pictogram .picto_title p strong{
		text-align: left!important;
		margin: 0px;
		margin-bottom: 10px;
		min-height: 0px!important;
	}
	#footer .footer-top .tbl .column{
		display: block;
		width: 100%;
		border-right: 0px none;
		border-top: 1px solid #d7dada;
		padding-left: 0px;
	}
	#footer .footer-top .tbl .column .column-content{
		padding-left: 0px;
	}
	.pncustomslider_quotes_container:before{
		display: none;
	}
	#mainp_quotes{
		padding-left: 0px;
		padding-top: 0px;
	}
	.pncustomslider_quotes_container .flex-control-paging{
		margin-left: initial;
	}
	.solutions{
		flex-wrap: wrap;
	}

}
@media screen and (max-width: 850px){
	.mobile-one-column{
		flex-direction: column;
	}
	.intro_text{
		width: 100%;
		padding-right: 0px;
	}
}
@media screen and (max-width: 750px){
	.services-list-item{
		display: block;
		width: 100%;
	}
	.service-presentation{
		flex-direction: column!important;
	}
	.service-presentation .service-presentation-text-container{
		margin-left: 0px;
		width: 100%;
	}
	.service-presentation .service-presentation-thumbnail:not(:first-child){
		display: none!important;
	}
	table.contacttable{
		width: 100%;
	}
}
@media screen and (max-width: 650px){
	.header-bottom .pncustommenumenu>li{
		padding: 0px 5px;
	}
	#footer .footer-middle .pncustommenumenu{
		display: flex;
		flex-direction: column;
	}
	.pncustomslider_slide_text_container .pncustomslider_slide_title{
		font-size:30px;
	}
	.pncustomslider_quotes_slide{
		flex-direction: column;
	}
	li.pncustomslider_quotes_wrap:not(.flex-active-slide){
		height: 0px;
		overflow: hidden;
	}
}
@media screen and (max-width: 550px){
	.ls-tabcontrol-tab{
		padding: 10px 15px;
		min-width: initial;
	}
	.header-bottom .pncustommenumenu{
    	flex-direction: column;
    	margin-bottom: 20px;
	}
	.logo-container{
		width: 100%;
	}
	#header .header-bottom{
		padding: 0px 25px;
	    flex-direction: column;
	    align-items: flex-start;
	}
	.header-bottom .pncustommenumenu>li{
		padding: 0px;
	}
	.header-top .contact{
		margin-right: auto; 
		margin-left: 0px;
	}
	.thumb-gallery-item-root{
		width: calc(100% / 3 - 10px);
	}
	h3{
		font-size: 40px;
	}
}
@media screen and (max-width: 500px){
	.header-top .contact{
		flex-direction: column;
	}
}
@media screen and (max-width: 450px){
	.pictograms .pictogram{
		flex-direction: column;
	}
	.picto_title{
		margin-left: 0px;
		margin-top: 10px;
	}
}

@-webkit-keyframes font-larging {
  0%   { font-size:20px; }
  100% { font-size:50px; }
}
@-moz-keyframes font-larging {
  0%   { font-size:20px; }
  100% { font-size:50px; }
}
@-o-keyframes font-larging {
  0%   { font-size:20px; }
  100% { font-size:50px; }
}
@keyframes font-larging {
  0%   { font-size:20px; }
  100% { font-size:50px; }
}

@-webkit-keyframes bgfade {
  0%   { background-color:rgba(0,0,0,0.3); }
  100% { background-color:rgba(0,0,0,0.7) !important; }
}
@-moz-keyframes bgfade {
  0%   { background-color:rgba(0,0,0,0.3); }
  100% { background-color:rgba(0,0,0,0.7) !important; }
}
@-o-keyframes bgfade {
  0%   { background-color:rgba(0,0,0,0.3); }
  100% { background-color:rgba(0,0,0,0.7) !important; }
}
@keyframes bgfade {
  0%   { background-color:rgba(0,0,0,0.3); }
  100% { background-color:rgba(0,0,0,0.7) !important; }
}

@-webkit-keyframes scaleup {
  0%   { background-size: auto 100%; }
  100% { background-size: auto 130% !important; }
}
@-moz-keyframes scaleup {
  0%   { background-size: auto 100%; }
  100% { background-size: auto 130% !important; }
}
@-o-keyframes scaleup {
  0%   { background-size: auto 100%; }
  100% { background-size: auto 130% !important; }
}
@keyframes scaleup {
  0%   { background-size: auto 100%; }
  100% { background-size: auto 130% !important; }
  
  
  @-webkit-keyframes font-larging-o {
  0%   { font-size:20px; }
  100% { font-size:50px; }
}
@-moz-keyframes font-larging-o {
  0%   { font-size:20px; }
  100% { font-size:50px; }
}
@-o-keyframes font-larging-o {
  0%   { font-size:20px; }
  100% { font-size:50px; }
}
@keyframes font-larging-o {
  0%   { font-size:20px; }
  100% { font-size:50px; }
}

@-webkit-keyframes bgfade-o {
  0% { background-color:rgba(0,0,0,0.7); }
  100%   { background-color:rgba(0,0,0,0.3) !important; }
}
@-moz-keyframes bgfade-o {
  0%  { background-color:rgba(0,0,0,0.7); }
  100% { background-color:rgba(0,0,0,0.3) !important; }
}
@-o-keyframes bgfade-o {
 0% { background-color:rgba(0,0,0,0.7); }
  100%   { background-color:rgba(0,0,0,0.3) !important; }
}
@keyframes bgfade-o {
  0% { background-color:rgba(0,0,0,0.7); }
  100%   { background-color:rgba(0,0,0,0.3) !important; }
}

@-webkit-keyframes scaleup-o {
 0% { background-size: auto 130%; }
  100%   { background-size: auto 100% !important; }
}
@-moz-keyframes scaleup-o {
 0% { background-size: auto 130%; }
  100%   { background-size: auto 100% !important; }
}
@-o-keyframes scaleup-o {
 0% { background-size: auto 130%; }
  100%   { background-size: auto 100% !important; }
}
@keyframes scaleup-o {
 0% { background-size: auto 130%; }
  100%   { background-size: auto 100 !important%; }
}