/*
 Theme Name:   Liphatech
 Author:       Fog & Co
 Template:     damnit
 Version:      1.0.0
*/

/* general*/
body, html {
	overflow-x: hidden !important;
}
body {
	overflow-x: hidden !important;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
}
img {
	max-width: 100%;
	height: auto;
}
 @media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1100px !important;
}
}
.container {
	margin: auto !important;
}
.allowOverflow {
	overflow: visible !important;
}
/****** boutons *************
************************
******************/

.liphatech-buttons a, .btn-link,
.rev-btn.rs-layer {
	position: relative;
	background: #74B532;
	color: white;
	font-size: 14px;
	margin-right: 20px;
	transition: 0.4s;
	text-transform: uppercase;
	padding: 2px 7px;
}
.liphatech-buttons a::after, .btn-link::after ,
.rev-btn.rs-layer:after {
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	transition: 0.4s;
}
.liphatech-buttons a:hover,
.rev-btn.rs-layer:hover  {
	background: #0000004A !important;
	text-decoration: none;
}
/* Arrow Buttons */
/* ------------- */
.liphatech-buttons a::after, .btn-link::after,
.rev-btn.rs-layer::after {
	border-style: solid;
}

/* Slider buttons */
/* --------------- */
.rev-btn.rs-layer {
	position: relative;
	background-color: #74B532 !important;
	color: white !important;
	font-size: 14px !important;
	font-family: inherit !important;
	line-height: initial !important;
	margin-right: 20px;
	transition: 0.4s;
	text-transform: uppercase;
	padding: 2px 7px;
}
.rev-btn.rs-layer:after{
	right: -22px;
    border-width: 11px;
    border-color: transparent transparent transparent #74B532;
}
.rev-btn.rs-layer:hover::after {
    border-left-color: #0000004A;
}

/* Next Button */
/* ----------- */
.liphatech-buttons a::after, .btn-link::after {
	right: -22px;
	border-width: 11px;
	border-color: transparent transparent transparent #74B532;
}
.liphatech-buttons a:hover::after {
	border-left-color: #0000004A;
}
/* White Button */
/* ----------- */
a.btn-liphatech-blanc::after {
	border-color: transparent transparent transparent #0000004A;
}
a.btn-liphatech-blanc {
	background: #0000004A;
	color: #fff;
}
a.btn-liphatech-blanc:hover {
	background: #74B532;
	text-decoration: none;
	color: #fff;
}
a.btn-liphatech-blanc:hover::after {
	border-left-color: #74B532;
}
/********** fin bouton ***************/


#cn-accept-cookie, #cn-more-info {
	background-image: none;
	box-shadow: none;
	color: #186AA5 !important;
	border-color: #186AA5 !important;
	background-color: #ffffff !important;
	text-decoration: none;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
	cursor: pointer;
}
#cn-accept-cookie:hover, #cn-more-info:hover, .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover {
	background-color: #186AA5 !important;
	border-color: #fff !important;
	color: #fff !important;
}
#toTop {
	background-color: #333;
	border-radius: 4px 4px 0 0;
	bottom: 0;
	color: #fff;
	display: none;
	height: 35px;
	position: fixed;
	right: 75px;
	text-align: center;
	text-transform: uppercase;
	width: 48px;
	opacity: .9;
	z-index: 100000;
	-webkit-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}
#toTop:before {
	content: '\f106';
	-webkit-font-smoothing: antialiased;
	font-family: "FontAwesome";
	font-size: 1.5em;
	line-height: 5px
}
#toTop:hover {
	background-color: #ef4f01;
	text-decoration: none;
	color: #fff !important;
}
#top a.top-button::before, #top a.top-button::after {
	background: #186AA5 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	top: -10px;
	width: 25px;
}
#top a.top-button {
	color: #186AA5;
	font-size: 0.8em;
}
#top a.top-button {
	display: grid;
	text-align: center;
}
/* i {
	font-style: normal;
} */
/*i.fas, i.fab{font-family:"FontAwesome";}*/
a {
	transition: ease-in-out all 0.3s;
}
#wpadminbar a:hover {
	color: grey !important;
}
::-moz-selection {
 color: #fff;
 background: #186AA5;
}
::selection {
	color: #fff;
	background: #186AA5;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
	margin-bottom: 0 !important;
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0 !important;
}

::placeholder { /* Chrome/Opera/Safari */
 color: #000;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #000;
}
:-moz-placeholder { /* Firefox 18- */
 color: #000;
}
.to-the-top {
	z-index: 99 !important;
}
a.top-button::before, a.top-button::after {
	background: #186AA5 !important;
}
.fullHeight {
	min-height: 100vh;
	display: flex;
	align-items: center;
}
.fullHeightInner {
	max-width: 100%;
	width: 100%;
}
.fullHeightInner .row {
	align-items: center;
}
iframe {
	    border: none;
}
h1 {
	font-size: 2.1em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
.bullet ul li {
	list-style-type: none;
}
.bullet ul li:before {
	content: " ● ";
	color: #186AA5;
	margin-right: 5px;
	font-size: 70%;
}
.tick ul li {
	list-style-type: none;
}
.tick ul li:before {
	content: ' > ';
	color: #186AA5;
	font-weight: 700;
	margin-right: 5px;
	font-family: "Fontawesome";
}
.tick.text-white ul li:before {
	color: #fff;
}
.align-right {
	text-align: right;
}
.text-blue {
	color: #186AA5;
}
.text-white, .text-white h2, .text-white a {
	color: #fff;
}
.uppercase {
	text-transform: uppercase;
}
.text-center {
	text-align: center;
}
.letter-spacing p, .letter-spacing h3 {
	letter-spacing: 6px;
}
.font-size-1-3 {
	font-size: 1.3em;
}
.font-size1-5 {
	font-size: 1.5em;
	font-weight: 700;
}
/* titre */
.liphatech-title h2 {
	color: #186AA5;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	font-size: 2.4em;
	font-weight: bold;
}
.SquareTitle {
	padding: 5px;
	color: #fff;
	background-color: #186AA5;
	display: inline-block;
	font-weight: 200;
	text-transform: uppercase;
}
.liphatech-title-bleu h2 {
	line-height: 0.6em;
}
.liphatech-title-bleu h2 .sb {
	font-weight: bold;
	color: #186AA5;
	font-size: 0.8em;
	display: block;
}
.liphatech-title-bleu .SquareTitle {
	padding: 15px 5px;
}
.titre-trois {
	padding-top: 10px;
	display: inline-block;
	color: #186AA5;
	font-weight: 800;
	line-height: 1em;
}
.rotate img {
	transform: rotate(180deg);
}
#main, main, #primary {
	margin: auto !important;
}
.text-center {
	text-align: center;
}
.margin-bottom {
	margin-bottom: 1rem !important;
}
.font-size-1, .font-size-1 h1, .font-size-1 h3, .font-size-1 h2 {
	font-size: 1em;
}
.font-size-1-2, .font-size-1-2 h1, .font-size-1-2 h3, .font-size-1-2 h2 {
	font-size: 1.2em;
}
.font-size-1-3, .font-size-1-3 h1, .font-size-1-3 h3, .font-size-1-3 h2 {
	font-size: 1.3em;
}
.font-size-1-4, .font-size-1-4 h1, .font-size-1-4 h3, .font-size-1-4 h2 {
	font-size: 1.4em;
}
.font-size-1-5, .font-size-1-5 h1, .font-size-1-5 h3, .font-size-1-5 h2 {
	font-size: 1.5em;
}
.font-size-2 {
	font-size: 2em;
}
.font-size-3 {
	font-size: 3em;
}
.font-size-4 {
	font-size: 4em;
}
.font-size-5 {
	font-size: 5em;
}
.lowercase, .lowercase.liphatech-buttons a {
	text-transform: lowercase !important;
}
/**************************************/

/*********************************
/***** HEADER *********
**********************/
#masthead {
	background: #fff;
	padding: 0;
	padding-top: 10px;
	box-shadow: 0 0 15px 12px #0000004A;
	padding-bottom: 5px;
}
nav.navbar {
	padding: 0;
}

.menu-haut{
	display: flex;
	justify-content: flex-end;
}
.wpml-ls-sidebars-menu-haut{
	padding: 0;
    margin-top: -5px;
}
#menu-menu-haut,
#menu-menu-haut-en{
	text-align: right;
	margin: 0;
}
#menu-menu-haut li ,
#menu-menu-haut-en li {
	display: inline;
}
.menus a, .navbar-light .navbar-nav .nav-link {
	color: #186AA5;
	text-transform: uppercase;
}
#menu-menu-princpal a ,
#menu-menu-principal-en a {
	text-decoration: none;
	font-weight: bold;
}
#menu-menu-princpal a, #menu-menu-princpal a:after, #menu-menu-princpal a:before,
#menu-menu-principal-en a, #menu-menu-principal-en a:after, #menu-menu-principal-en a:before{
	transition: all .5s;
}
#menu-menu-princpal a:hover, #menu-menu-princpal li.active a,
#menu-menu-principal-en a:hover, #menu-menu-principal-en li.active a{
	color: #005092;
}
#menu-menu-princpal a,
#menu-menu-principal-en a{
	position: relative;
}
#menu-menu-princpal a:after,
#menu-menu-principal-en a:after{
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '.';
	color: transparent;
	background: #005092;
	height: 1px;
	border: none;
}
#menu-menu-princpal a:hover:after, #menu-menu-princpal li.active a:after, #menu-menu-princpal li.current-page-ancestor a:after,
#menu-menu-principal-en a:hover:after, #menu-menu-principal-en li.active a:after, #menu-menu-principal-en li.current-page-ancestor a:after{
	width: 100%;
}
#menu-menu-princpal li ,
#menu-menu-principal-en li {
	flex: 0 0 auto;
}
.nav-search {
	display: flex;
	float: right;
}

#menu-item-3868 a{
	color:#74B532;
	font-weight:bold;
}
/* search form */
.overlay {
	height: 100%;
	width: 100%;
	background: rgba(24, 106, 165,0.8);
}
#menu-menu-haut li,
#menu-menu-haut-en li{
	margin: 0 8px;
}
#menu-menu-haut a,
#menu-menu-haut-en a{
	font-size: 90%;
}
.mk-search-trigger {
	position: absolute;
	right: -15px;
	top: 25px;
}
/* Search Overlay */
.mk-fullscreen-search-overlay  #mk-fullscreen-search-wrapper  #mk-fullscreen-searchform  input[type="submit"] {
	position: absolute;
	width: 100px;
	height: 100%;
	background-color: transparent;
	border: 0;
	right: 0;
	top: 0;
}
#mk-fullscreen-searchform:focus {
	outline: none;
	border: none;
}
.mk-fullscreen-search-overlay  #mk-fullscreen-search-wrapper  #mk-fullscreen-searchform  .fullscreen-search-icon {
	font-size: 25px;
	position: absolute;
	right: 15px;
	width: 25px;
	top: 30px;
	color: #fff;
	color: rgba(255, 255, 255, 0.2);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.fullscreen-search-icon:hover, .fullscreen-search-icon:focus {
	border: none;
	outline: none;
	color: #fff !important;
	-webkit-transition: transform ease-out 0.2s;
	-moz-transition: transform ease-out 0.2s;
	-ms-transition: transform ease-out 0.2s;
	-o-transition: transform ease-out 0.2s;
	transition: transform ease-out 0.2s;
	transform: rotate(180deg);
}
#mk-fullscreen-searchform {
	position: relative;
	vertical-align: middle;
}
.mk-fullscreen-search-overlay  #mk-fullscreen-search-wrapper  #mk-fullscreen-searchform  #mk-fullscreen-search-input {
	width: 100%;
	background-color: transparent;
	-webkit-box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.1);
	box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.1);
	border: 0;
	text-align: center;
	font-size: 35px;
	padding: 20px;
	color: #fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mk-fullscreen-search-overlay  #mk-fullscreen-search-wrapper  #mk-fullscreen-searchform  #mk-fullscreen-search-input:focus {
	border: none;
	outline: none;
}
.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show {
	visibility: visible;
	opacity: 1;
}
.mk-fullscreen-search-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0, 80, 146, 0.97);
	text-align: center;
	-webkit-transition: all ease-in-out 0.25s;
	-moz-transition: all ease-in-out 0.25s;
	-ms-transition: all ease-in-out 0.25s;
	-o-transition: all ease-in-out 0.25s;
	transition: all ease-in-out 0.25s;
}
.mk-animate-element, .mk-effect-bg-layer, .mk-fullscreen-search-overlay {
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.mk-fullscreen-search-overlay {
	z-index: 999;
}
.mk-fullscreen-search-overlay .mk-fullscreen-close:link, .mk-fullscreen-search-overlay .mk-fullscreen-close:visited {
	color: #fff;
}
.mk-fullscreen-search-overlay .mk-fullscreen-close {
	position: absolute;
	right: 50px;
	top: 70px;
	font-size: 26px;
	-webkit-transition: transform ease-out 0.2s;
	-moz-transition: transform ease-out 0.2s;
	-ms-transition: transform ease-out 0.2s;
	-o-transition: transform ease-out 0.2s;
	transition: transform ease-out 0.2s;
	transform: rotate(0deg);
}
.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show  #mk-fullscreen-search-wrapper {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-ms-transform: scale(1);
	width: 60%;
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	ms-transform: scale(0.9);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.mk-search-trigger {
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
/* Search Button */
#search-button {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	width: 30px;
	border-radius: 4px;
	cursor: pointer;
	opacity: 1;
	padding-right: 0px;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	background: #74B532;
}
#search-button i {
	color: #fff;
	font-size: 0.8em;
	line-height: 30px;
}
#search-button:hover, .mk-fullscreen-close:hover {
	opacity: 0.6;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
}
#mk-fullscreen-search-input:focus {
	box-shadow: 0px 3px 0px 0px rgba(255, 255, 255, 0.54) !important;
}
/* fin search form */

*.link-header {
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 999;
}
#menu-menu-professionnel-sidebar,
#menu-menu-professionnel-en-sidebar{
	padding: 0;
	margin: 0;
}
#menu-menu-professionnel-sidebar li,
#menu-menu-professionnel-en-sidebar li{
	list-style: none;
	width: 100px;
	background: #01629E;
	height: 95px;
	text-align: center;
	font-size: 0.6em;
	color: #fff;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sidebar {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.sidebar--active {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.home .sidebar__toggle {
	display: none;
}
.sidebar__toggle {
	position: absolute;
	top: 50%;
	right: 100px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	box-sizing: border-box;
	cursor: pointer;
	padding: 5px 10px;
}
.sidebar__toggle {
	transform: rotate(180deg);
	-webkit-transition: -webkit-transform .8s ease-in-out;
	-ms-transition: -ms-transform .8s ease-in-out;
	transition: transform .8s ease-in-out;
}
.sidebar--active .sidebar__toggle {
	transform: rotate(0deg);
}
#menu-menu-professionnel-sidebar li:hover,
#menu-menu-professionnel-en-sidebar li:hover{
	opacity: 0.8;
}
#menu-menu-professionnel-sidebar li a:hover,
#menu-menu-professionnel-en-sidebar li a:hover{
	text-decoration: none;
}
#menu-menu-professionnel-sidebar li a,
#menu-menu-professionnel-en-sidebar li a{
	color: #fff;
	text-transform: uppercase;
}
#menu-menu-professionnel-sidebar li a:before,
#menu-menu-professionnel-en-sidebar li a:before{
	display: block;
	content: "";
	width: 55px;
	height: 55px;
	background-image: url('/wp-content/uploads/2020/07/grand-public.png');
	background-size: 55px !important;
	background-position: center center;
	text-align: center;
	background-repeat: no-repeat !important;
	margin: auto;
}
#menu-menu-professionnel-sidebar li.hygiene a:before,
#menu-menu-professionnel-en-sidebar li.hygiene a:before{
	background-image: url('/wp-content/uploads/2020/07/pro-gygiene.png');
}
#menu-menu-professionnel-sidebar li.agriculteur a:before,
#menu-menu-professionnel-en-sidebar li.agriculteur a:before{
	background-image: url('/wp-content/uploads/2020/07/tracteur-e1594314992841.png');
	height: 50px;
}
#menu-menu-professionnel-sidebar li.particuliers a:before,
#menu-menu-professionnel-en-sidebar li.particuliers a:before{
	background-image: url('/wp-content/uploads/2020/07/grand-public-3.png');
}
#menu-menu-professionnel-sidebar li.export a:before,
#menu-menu-professionnel-en-sidebar li.export a:before{
	background-image: url('/wp-content/uploads/2020/07/export-4.png');
}
.main {
	padding-top: 84px;
}
.page-id-3002 .main {
	padding-top: 0px;
}
/****************************************
***************** HOME ****************
**********************************************/
.slider-Home-div {
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100vh;
	min-width: 100%;
}
#slider-Home {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
	min-width : 100%;
	min-height : 100%;
}
#infoHome {
	z-index: 0;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
/* -webkit-transition: ease !important;
    -o-transition: ease !important;
    transition: ease !important;*/

}
.home h1 {
	font-style: italic;
}

.home .mob h1{font-style: normal;}

.introLeader{font-size: 1.2em;}
.liphatech-buttons.dkl {
	position: absolute;
	right: 0;
	bottom: -70px;
	z-index: 1;
	/*transform: translate(0, -100%);*/
}
.vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger:hover, .vc_pagination-color-grey.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
	background-color: transparent !important;
}
/* slider actu */
#slider .flex-viewport {
/*overflow-x: hidden !important;
    overflow-y: visible !important;
    min-height: 450px;*/
}
.vc_tta-panel.vc_active #slider .flexslider.active .flex-viewport:first-child {/*display:none;*/
}
.slide {
	height: 100%;
}
.bgRes a.articleH, .bgRes .info {
/* height: 350px; */
}
.bgRes .info {
	position: absolute;
	bottom: -20px;
	background: rgba(0, 80, 146,0.7);
	width: 80%;
	right: 0;
	padding: 10px;
	height: 120px;
	/*Animation*/
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.the_date {
	width: auto;
	background: #186AA5;
	padding: 1px 5px;
	position: absolute;
	top: -20px;
	font-size: 0.9em;
	color: #fff;
}
.bgRes .info h2, .bgRes .info h3 {
	font-size: 1em;
	color: #fff;
	margin-top: 15px;
}
.bgRes {
	height: 350px;
	position: relative;
}
.flexslider .slide {
	margin-right: 10px;
}
.hashtag span, .date {
	color: #186AA5;
	font-size: 80%;
	text-transform: lowercase;
}
.bgRes .excerpt {
	opacity: 0;
	transition: all ease-out 0.5s;
	color: #fff;
	font-size: 90%;
}
.vert .hashtag span {
	color: #74B532;
}
.vert .the_date {
	background-color: #74B532;
}
.vert .bgRes .info {
	background: rgba(116, 181, 50, 0.7);
}
.vert .bgRes:hover .info {
	background: rgba(116, 181, 50, 1);
}
.flexslider .slides > li {
	position: relative;
	margin-bottom: 15px;
}
.catImg {
	position: absolute;
	background: rgba(24, 106, 165, 0.8);
	padding: 10px;
	top: -8px;
}
.vert .catImg {
	background: rgba(116, 181, 50, 0.8);
}
.hashtag {
	padding-bottom: 5px;
}
.bgRes:hover .info {
	height: 100%;
	background: rgba(0, 80, 146,1);
	width: 80%
}
.revuePresse .bgRes:hover .info {
	height: 100%;
}
.bgRes:hover .excerpt {
	opacity: 1;
}
.btn-link {
	position: absolute;
	bottom: -20px;
	transform: translate(0, -50%);
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.3s linear, opacity 0.3s linear;
	padding: 1.25px 7px;
}
.bgRes:hover .btn-link {
	visibility: visible;
	opacity: 1;
}
.btn-link::after {
	transition: visibility 0.3s linear, opacity 0.3s linear;
}
.btn-link:hover {
	text-decoration: none;
	color: #fff;
}
.sharebtn {
	position: absolute;
	bottom: -5px;
	right: 8px;
}
.BlueSquare {
	position: relative;
}
.BlueSquare::before {
	content: "";
	width: 250px;
	height: 110px;
	background-color: rgba(24, 106, 165,0.5);
	position: absolute;
	left: -40px;
	bottom: 40px;
	z-index: 999;
}
.vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger {
	border: none !important;
}
.vc_pagination-item a:before {
	content: url('/wp-content/uploads/2020/07/fleche-inactif.png');
}
.vc_pagination-item.vc_active a:before {
	content: url('/wp-content/uploads/2020/07/fleche-d.png');
}
.titleParoles h3 {
	font-size: 3.2em;
	line-height: 0.9em;
}
.titleParoles h3:before {
	content: '';
	position: absolute;
	width: 60px;
	height: 60px;
	background-image: url(/wp-content/uploads/2020/07/guillemet.png);
	background-size: contain;
	background-repeat: no-repeat;
	left: -25px;
	top: 0;
}
.titleParoles h3 strong {
	position: relative;
	z-index: 9;
	font-weight: 700;
}
#employe img {/*position: absolute;*/
}
#employe .wpb_single_image {/*position: relative;z-index: 9;*/
}
.home.wpb-js-composer .vc_tta-tabs.vc_tta-has-pagination .vc_pagination {
	margin-top: -5px;
}
/**** fin home ****/


/************ A propos *************/


.page-id-74 .main,
.page-id-2048 .main,
.page-id-3035 .main,
.page-id-3254 .main{
	padding-top: 65px;
}
#a-propos .vc_tta-tabs-container,
#commitments .vc_tta-tabs-container{
	position: absolute;
	display: flex;
	width: 90%;
	margin-top: 2px;
	left: 49%;
	align-items: flex-end;
	margin-top: -100px;
}
.wpb-js-composer #a-propos .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list,
.wpb-js-composer #commitments .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
	overflow: visible;
}
.wpb-js-composer #a-propos .vc_tta.vc_tta-spacing-1 .vc_tta-tab ,
.wpb-js-composer #commitments .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
	margin-top: 0;
}
.page-id-74 .vc_tta-tabs-container,
.page-id-2048 .vc_tta-tabs-container,
.page-id-3035 .vc_tta-tabs-container,
.page-id-3254 .vc_tta-tabs-container{
	position: absolute;
	right: 0;
	top: 100vh;
	transform: translate(0px, -100%);
}
#a-propos .vc_tta-panel-body {
	padding: 0;
	background: #fff;
}
#a-propos .vc_tta-tab a {
	padding: 10px 40px;
	font-size: 2em;
	background-color: #F6F6F6;
}
.wpb-js-composer #a-propos .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
	margin-left: -5px;
}
.wpb-js-composer #a-propos .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active {
	background-color: #fff;
	z-index: 999;
	position: relative;
}
.wpb-js-composer #a-propos .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab>a:focus,  .wpb-js-composer #a-propos .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab>a:hover {
	background-color: #fff;
	-webkit-box-shadow: inset 0px -2px 6px 1px rgba(209,209,209,1);
	-moz-box-shadow: inset 0px -2px 6px 1px rgba(209,209,209,1);
	box-shadow: inset 0px -2px 6px 1px rgba(209,209,209,1);
}
.wpb-js-composer #a-propos .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active>a {
	border-color: #fff;
	background-color: #fff;
	color: rgba(24, 106, 165, 1);
	-webkit-box-shadow: 6px -2px 6px 1px grey;
	-moz-box-shadow: 6px -2px 6px 1px grey;
	box-shadow: 6px -2px 6px 1px grey, inset 0 -10px 10px -10px grey;
}
.headerPropos .vc_single_image-wrapper {
/*max-height:100vh; 
	overflow:hidden;*/}
.headerPropos {
	height: 100vh;
	margin-top: -103px;
}
.vc_tta-title-text {
	color: rgba(24, 106, 165, 1);
	text-align: left;
}
.page-id-74 .vc_tta-title-text,
.page-id-2048 .vc_tta-title-text,
.page-id-3035 .vc_tta-title-text,
.page-id-3254 .vc_tta-title-text{line-height: 0em; }
.i0 {
	text-transform: lowercase;
	padding-top: 20px;
	display: block;
	font-weight: 200;
}
.i1 {
	text-transform: uppercase;
	font-weight: 700;
}
#a-propos .accordions .accordions-head {
	border-bottom: 2px solid #74B532 !important;
	width: 60%;
}
#a-propos .accordions .accordions-head .date {
	letter-spacing: 2px;
	font-size: 1.4em;
	font-weight: 900;
}
#a-propos .accordions .fa-chevron-down:before {
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	background-image: url(/wp-content/uploads/2020/07/fleche-inactif.png);
	background-size: contain !important;
	text-align: center;
	background-repeat: no-repeat !important;
	margin: auto;
	transform: rotate(90deg);
	margin-top: 40px;
}
#a-propos .accordions .fa-chevron-up:before {
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	background-image: url(/wp-content/uploads/2020/07/fleche-d.png);
	background-size: contain !important;
	text-align: center;
	background-repeat: no-repeat !important;
	margin: auto;
	transform: rotate(-90deg);
	margin-top: 40px;
}
.wpb-js-composer #a-propos .vc_tta-container {
	margin-bottom: 0;
}
#fois {
	position: relative;
}
.effet-img:after {
	content: url(/wp-content/uploads/2020/07/sous-titre.png);
	position: absolute;
	display: inline-block;
	left: -100%;
	z-index: 9;
	top: 35%;
}
.liphatech-temoignage .container {align-items: end;}
.liphatech-temoignage {
	background-image: url('/wp-content/uploads/2020/07/background-parole.png');
	background-size: cover;
	padding-top: 80px;
}
.temoignage-container {
	align-self: flex-end;
}
.liphatech-tem .titleParoles {
	width: 50%;
	float: right;
	position: absolute;
	right: 0;
	padding-top: 20px;
	margin-top: 50px;
	padding-left: 15px;
}
.nameEmpl {
	text-align: right;
	font-weight: bold;
	margin-top: 20px;
}
.posteEmpl {
	text-align: right;
	margin-bottom: 40px;
}
#paroles h3 {
	position: absolute;
	top: 50px;
}
#paroles .temoignage {
	margin-top: 200px;
}
#paroles h3 {
	margin-top: 20px;
}
#paroles .titleParoles h3:before {
	top: -25px;
}
#a-propos .BlueSquare::before {
	bottom: -40px;
}
.right .effet-img:after {
	right: -100%;
	top: 15%;
}
.planet:before {
	content: url('/wp-content/uploads/2020/07/guillemet.png');
	position: absolute;
	left: -20%;
	top: -10%;
}

/*** v2 */
.wpls-logo-showcase button.slick-arrow {
    width: 40px;
    height: 40px;
}
.wpls-logo-showcase button.slick-prev, .wpls-logo-showcase button.slick-prev:active {
    background: rgba(0, 0, 0, 0) url(https://www.liphatech.fr/wp-content/uploads/2020/07/fleche-inactif.png) center center no-repeat !important;
    box-shadow: none !important;
	transform: rotate(-180deg);
}

.wpls-logo-showcase button.slick-prev:hover, .wpls-logo-showcase button.slick-prev:focus {
    background: rgba(0, 0, 0, 0) url(https://www.liphatech.fr/wp-content/uploads/2020/07/fleche-d.png) center center no-repeat !important;
	transform: rotate(-180deg);

}

.wpls-logo-showcase button.slick-next, .wpls-logo-showcase button.slick-next:active {
    background: rgba(0, 0, 0, 0) url(https://www.liphatech.fr/wp-content/uploads/2020/07/fleche-inactif.png) center center no-repeat !important;
    box-shadow: none !important;
}

.wpls-logo-showcase button.slick-next:hover, .wpls-logo-showcase button.slick-next:focus {
    background: rgba(0, 0, 0, 0) url(https://www.liphatech.fr/wp-content/uploads/2020/07/fleche-d.png) center center no-repeat !important;
}
.wpls-logo-showcase .slick-dots li button {
    margin: 0px !important;
    padding: 0px !important;
    border: 2px solid #186AA5 !important;
    width: 12px !important;
    height: 12px !important;
    background-color: #186AA5;

}

.wpls-logo-showcase .slick-dots li.slick-active button{
	background: #fff !important;
}
#a-propos .BlueSquare.nos-forces.ecoGreenSquare:before{
	bottom:50%;
}
.liphatech-title.italic{
	font-style: italic;

}

.liphatech-title.italic h2{
	font-style: italic;
	font-size: 1.7em;
}
.liphatech-title.italic .SquareTitle{
	font-style:normal;
	margin-bottom: 15px;
}
.liphatech-title.italic h2 span{
	font-size: 2em;

}

.liphatech-title.logo-rse span:after{
	content: "";
	width:103px;
	height:106px;
	background-image: url('/wp-content/themes/Liphatech/img/RSE_Confirme.jpg');
	position: absolute;
    top: 0px;
    margin-left: 10px;
	background-size: contain;
}

.documentation .comPresse{
	width: 100%;
}
.documentation{
	padding-bottom: 60px;
}
/***************************/
/////////* process *************/
/**************************************/

.wpb-js-composer #methode .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading, .wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
 background-color: transparent !important;
}
.wpb-js-composer #methode .vc_tta.vc_tta-style-modern .vc_tta-panel-body, .wpb-js-composer .vc_tta.vc_tta-style-modern .vc_tta-panel-heading {
	border: none;
	background-image: none;
}
#methode .vc_tta-title-text, #methode h4.vc_tta-panel-title {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
}

.wpb-js-composer #methode .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title>a     {
	display: flex;
    align-content: center;
    align-items: center;
}
.BlueSquare.GreenSquare::before, .BlueSquare.DarkGreenSquare::before {
	left: -20px;
	bottom: 0;
	background-color: rgba(66, 180, 177, 0.5);
}
.BlueSquare.RedSquare::before {
	left: -20px;
	bottom: 0;
	background-color: rgba(206, 51, 58, 0.5);
}
.BlueSquare.DarkGreenSquare::before {
	background-color: rgba(0, 128, 86, 0.5);
}
.wpb-js-composer #methode .vc_tta-color-white.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .wpb-js-composer #methode .vc_tta-color-white.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, .wpb-js-composer #methode .vc_tta-color-white.vc_tta-style-modern .vc_tta-controls-icon::after, .wpb-js-composer #methode .vc_tta-color-white.vc_tta-style-modern .vc_tta-controls-icon::before {
	border-color: #186AA5 !important;
}
#backBg h2 {
	background: #2A2A2A;
	display: inline-block;
	padding: 5px 10px;
	font-size: 1.8em;
}
#aegis .flexslider {
	border: none;
	box-shadow: none;
}
#aegis ol.flex-control-nav.flex-control-paging {
	display: none;
}
.rigueur .fa-adjust:before {
	content: url('/wp-content/uploads/2020/07/matiere-premiere-1.png');
}
#methode .fa-accessible-icon:before {
	content: url('/wp-content/uploads/2020/07/matiere-premiere-2.png');
}
#methode .fa-american-sign-language-interpreting:before {
	content: url('/wp-content/uploads/2020/07/matiere-premiere-3.png');
}
#methode .fa-assistive-listening-systems:before {
	content: url('/wp-content/uploads/2020/07/fabrication-1.png');
}
#methode .fa-audio-description:before {
	content: url('/wp-content/uploads/2020/07/fabrication-1.png');
}
#methode .fa-blind:before {
	content: url('/wp-content/uploads/2020/07/fabrication3.png');
}
#methode .fa-braille:before {
	content: url('/wp-content/uploads/2020/07/qualite1.png');
}
#methode .fa-closed-captioning:before {
	content: url('/wp-content/uploads/2020/07/qualite2.png');
}
#methode .fa-radiation:before {
	content: url('/wp-content/uploads/2020/07/qualite3.png');
}
#methode .vc_tta-accordion {
	min-height: 440px;
}
/**** solution ********
*************************/
.page-id-432 .link-header {
	display: none;
}
.grid {
	background-color: #186AA5;
	height: 100vh;
	overflow: hidden;
}
/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	/* margin: 10px 1%; */
    /* min-width: 320px; */
    /* max-width: 480px; */
    /* max-height: 360px; */
    /* width: 48%; */
	height: auto;
	background: #3085a3;
	cursor: pointer;
	width: 100%;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.desc {
	padding-top: 30px;
}
.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption hr {
	background: rgba(255,255,255,0.5);
	width: 60%;
	height: 2px;
}
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h1 {
	word-spacing: -0.15em;
	font-weight: 400;
	padding-top: 50%;
	text-align: center;
	text-transform: uppercase;
}
.grid figure h1 span {
	font-weight: 800;
}
.grid figure h1, .grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
figure.effect-apollo {
	background: #3498db;
}
figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
}
figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height: 1000px;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
figure.effect-apollo p {
	position: absolute;
	left: 0;
	bottom: 20%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
/**************** actualité ***************/
#article {
	/*padding-top: 160px;*/
}
.page-header {
	margin: 30px 0;
	color: #186AA5;
}
.bgBleu {
	background: #186AA5;
	padding: 80px 40px !important;
	margin: 30px 0;
}
#article .post-thumbnail.column_container.col-md-6 {
	align-items: baseline;
}
.singleArt .post-thumbnail {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 500px;
	margin: auto;
	align-items: baseline;
}
.table-cell {
	height: auto !important;
	margin: auto;
	width: 100%;
}
.content.col-md-6 .content {
	width: 60%;
	padding-left: 30px;
	padding-top: 150px;
}
#article .heateor_sss_horizontal_sharing .heateorSssSharing, #article .heateor_sss_standard_follow_icons_container .heateorSssSharing {
	background-color: transparent;
	color: #186AA5;
	border-width: 1px;
	border-style: solid;
	border-color: #186AA5;
	width: 40px !important;
	height: 40px !important;
}
.shareArticle {
	margin: 80px 20px 20px 20px;
}
.shareArticle .heateor_sss_horizontal_sharing .heateorSssFacebookSvg {
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23186AA5%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat center center;
}
.shareArticle .heateor_sss_horizontal_sharing .heateorSssLinkedinSvg {
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2039%22%3E%3Cpath%20d%3D%22M6.227%2012.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43%202.43%200%200%201%200%204.86c-1.344%200-2.428-1.09-2.428-2.43s1.084-2.43%202.428-2.43m4.72%206.7h4.02v1.84h.058c.56-1.058%201.927-2.176%203.965-2.176%204.238%200%205.02%202.792%205.02%206.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18%200-2.514%201.7-2.514%203.46v6.668h-4.187V12.61z%22%20fill%3D%22%23186AA5%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat center center;
}
.shareArticle .heateor_sss_horizontal_sharing .heateorSssTwitterSvg {
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2039%2039%22%3E%0A%3Cpath%20d%3D%22M28%208.557a9.913%209.913%200%200%201-2.828.775%204.93%204.93%200%200%200%202.166-2.725%209.738%209.738%200%200%201-3.13%201.194%204.92%204.92%200%200%200-3.593-1.55%204.924%204.924%200%200%200-4.794%206.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942%204.942%200%200%200-.665%202.477c0%201.71.87%203.214%202.19%204.1a4.968%204.968%200%200%201-2.23-.616v.06c0%202.39%201.7%204.38%203.952%204.83-.414.115-.85.174-1.297.174-.318%200-.626-.03-.928-.086a4.935%204.935%200%200%200%204.6%203.42%209.893%209.893%200%200%201-6.114%202.107c-.398%200-.79-.023-1.175-.068a13.953%2013.953%200%200%200%207.55%202.213c9.056%200%2014.01-7.507%2014.01-14.013%200-.213-.005-.426-.015-.637.96-.695%201.795-1.56%202.455-2.55z%22%20fill%3D%22%23186AA5%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat center center;
}
.shareArticle ul.heateor_sss_sharing_ul li.heateorSssSharingRound {
	margin-right: 15px !important;
}
/*** page *****/

.pagination {
	width: 100%;
	margin: 20px 0;
	justify-content: center;
}
.page-numbers {
	color: #000;
	padding: 5px;
}
.page-numbers.current, .page-numbers:hover {
	color: #186AA5;
}
.text-front {
	position: relative;
	z-index: 1;
}
.text-bold {
	font-size: 1.25em;
	;
	line-height: 1.25em;
}
.vc_images_carousel .vc_carousel-indicators {
	bottom: -40px !important;
}
/*.vc_images_carousel.vc_carousel-indicators li {
	border-radius:0px;
	height:1px;
}
.vc_images_carousel.vc_carousel-indicators {
	bottom:-30px !important;
}*/


#Press-release #exTabPress .nav-tabs {
	display: none;
}
.contentPressRelease {
	background: #fff !important;
}
.wpb_text_column.wpb_content_element.vc_custom_1591112864290 ul {
	padding-left: 0px;
}
#a-propos .BlueSquare.nos-forces::before {
	bottom: 0;
}
#a-propos .BlueSquare.nos-forces.right::before {
	right: 0;
}
.full-height {
	/*align-content: center;*/
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100vh;
	margin-left: -15px;
	margin-right: -15px;
	overflow: auto;
}
.column_container {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: flex;
	padding-left: 0;
	padding-right: 0;
	align-items: center;
}
#article .date {
	background: #186AA5;
	padding: 5px;
	color: #fff;
	margin-bottom: 30px;
	display: inline-block;
}
#article h1 {
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.9em;
}
.categorie, .categorie a {
	color: #186AA5;
	font-size: 80%;
}
#article .post-thumbnail img {
	margin: auto;
}
.back {
	position: absolute;
	z-index: 99;
	left: 80px;
	top: 180px;
}


.vc_carousel-slideline .vc_item .vc_inner{text-align: center !important;}
/*** fin page ***********/

/****** PRESS  ****/
.single-presse {
	margin: 60px;
	min-height: 70vh;
}
.single-presse .date {
	padding: 20px 0;
}
.nom_du_media {
	color: #74B532;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.single-presse .liphatech-buttons {
	margin-top: 30px;
}
.revuePresse .bgRes .info, .revuePresseArch .bgRes .info {
	opacity: 0;
	bottom: 0;
	width: 100%;
}
.revuePresse .bgRes:hover .info, .revuePresseArch .bgRes:hover .info {
	opacity: 1;
}
.info h4 {
	margin-top: 25%;
	color: #fff;
	font-size: 1em;
	font-weight: 200;
}
.revuePresse .bgRes .info h3, .revuePresseArch .bgRes .info h3 {
	font-weight: bold;
	font-size: 1.2em;
}
.revuePresse .sharebtn, .revuePresseArch .sharebtn {
	bottom: 20px;
}
.presse .presseS {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}
li.revuePresse {
	flex-grow: 1;
	margin: 0 5px;
}
.presseS .liphatech-buttons {
	margin-left: -5px;
}
.comPresse {
	position: relative;
	background: linear-gradient(to right, #186AA5, #74B532);
	padding: 3px 8px;
	margin-bottom: 30px;
}
.bgCom {
	background: #fff;
	padding: 20px 10px;
	width: 100%;
	display: flex;
	align-items: center;
	color: #186AA5;
}
.bgCom a {
	color: #186AA5;
	font-weight: bold;
	text-decoration: underline;
}
.comPresse h3 {
	font-weight: 700;
	font-size: 1em;
	margin-bottom: 0;
	flex: 2;
}
.comPresse span {
	margin: 0 20px;
}
.blueBG {
	padding: 50px;
	background: #186AA5;
	color: #fff;
}
.revuesP .main {
	padding-top: 180px;
}
.revuesP #main .description, .revuePresseArch, .articleActu {
	padding-bottom: 60px;
}
.presse ul {
	padding: 0;
	list-style: none;
}
.loadMoreblogrelease, .loadMoreCommunique, #misha_loadmore {
	display: block;
	width: 100%;
	text-align: center;
	border: 1px solid;
	padding: 10px;
	color: #186AA5 !important;
	cursor: pointer;
	margin: 30px;
}
.loadMoreCommunique {
	margin: auto;
	margin: auto;
	margin-bottom: 60px;
	width: 80%;
}
#misha_loadmore a {
	color: #186AA5;
}
#misha_loadmore a:hover {
	text-decoration: none;
}
#misha_filters {
	margin: 30px 0;
}
#misha_filters select {
	border: 1px solid #186AA5;
	border-radius: 25px;
	padding: 5px 15px;
	color: #186AA5;
}
#misha_filters select option {
	color: #186AA5;
}
#misha_filters select:focus {
	outline: none;
}
#faq .vc_toggle {
	position: relative;
	background: linear-gradient(to right, #186AA5, #74B532);
	padding: 3px 8px;
	margin-bottom: 30px;
	;
}
#faq .vc_toggle_title, #faq .vc_toggle_content {
	background: rgb(255, 255, 255);
	padding: 20px 10px;
	width: 100%;
	align-items: center;
	color: rgb(24, 106, 165);
	margin-top: 1px;
}
#faq .vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
	float: right;
	padding-right: 10px;
}
#faq .vc_toggle.vc_toggle_arrow .vc_toggle_icon::after, #faq .vc_toggle.vc_toggle_arrow .vc_toggle_icon::before {
	border-color: #186AA5;
}
/*** recherche ****/
.search .liphatech-title {
	margin: 80px 0;
}
.padding {
	margin-bottom: 80px;
}
.search {
	min-height: 100vh;
}
.no-results {
	min-height: 80vh;
	display: flex;
	align-items: center;
}
.search .articleActu .liphatech-buttons {
	margin-top: 20px;
}

.search  .page-content #searchsubmit{
 font-size: 25px;
    position: absolute;
    left: 65%;
    width: 25px;
    top: 10px;
    color: #74B532;
       -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.search  .page-content .custom-search-form{width:60%;}
.search  .page-content #searchsubmit input{
    position: absolute;
    width: 100px;
    height: 100%;
    background-color: transparent;
    border: 0;
    right: 0;
    top: 0;
}
.search  .page-content .custom-search-form input{padding: 10px 25px; width:100%;}
.search .page-content .fullscreen-search-icon:hover, .search .fullscreen-search-icon:focus{color:#186AA5 !important;}
/********** Newsrooms *****/
.header.newsroom-header {
	margin-bottom: 0px;
}
#forceHeight {
	height: 60px;
	background: #186AA5;
}
#newsroom-content .post-content {
	margin-top: -60px;
}
#newsroom-content .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
	height: 60px;
}
#newsroom-content .vc_tta-color-blue.vc_tta-style-modern .vc_tta-tab>a {
	border-color: #186AA5;
	background-color: #186AA5;
	color: #fff;
	background-image: none;
}
#newsroom-content .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a {
	background-color: #fff;
	color: #186AA5;
	height: 100%;
}
#newsroom-content .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
	height: 100%;
}
#newsroom-content .fa-newspaper:before {
	content: url('/wp-content/uploads/2020/04/news_blc.png');
}
#newsroom-content .vc_active .fa-newspaper:before {
	content: url('/wp-content/uploads/2020/04/picto_news.png');
}
#newsroom-content .fa-calendar-alt:before {
	content: url('/wp-content/uploads/2020/04/Groupe-27.png');
}
#newsroom-content .vc_active .fa-calendar-alt:before {
	content: url('/wp-content/uploads/2020/04/event.png');
}
#newsroom-content .fa-hippo:before {
	content: url('/wp-content/uploads/2020/04/picto_press_release_blc.png');
}
#newsroom-content .vc_active .fa-hippo:before {
	content: url('/wp-content/uploads/2020/04/press.png');
}
#newsroom-content .vc_tta-color-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
	margin-top: 1px;
	border: none;
	background-color: #fff;
}
#newsroom-content .vc_tta-panel-body {
	padding: 0;
	padding-top: 30px;
}
#newsroom-content .vc_tta-tab {
	vertical-align: middle;
}
#newsroom-content .vc_tta-tab a {
	display: flex;
}
.the_post {
	background-color: #F3F3F3;
	margin-bottom: 15px;
	position: relative;
	align-items: center;
}
.the-date {
	color: #186AA5;
	font-size: 80%;
}
.contentN {
	padding: 20px;
}
.title-en-avant {
	text-transform: capitalize;
	margin-top: 10px;
}
.title-en-avant a {
	color: #000;
}
.title-en-avant a:hover {
	text-decoration: none;
}
.the_post .col-md-4, .the_post .col-md-8 {
	float: left;
}
.loadmore {
	margin: auto;
}


/***************** FOOTER ***************************/

footer {
	color: #fff;
	position: relative;
	background: #E3EDF4;
	text-align: center;
	font-size: 0.9em;
}
#footerLow {
	padding: 30px 0;
	color: #186AA5;
	text-align: center;
	background: #E3EDF4;
	font-size: 80%;
	position: relative;
}
#footerLow a {
	color: #186AA5;
}
#footerLow a:hover {
	color: #186AA5;
}
#custom_html-2 {
	margin-bottom: 20px;
}
#custom_html-3 a {
	margin: 0 10px;
	font-size: 1.3em;
}

#footerLow .vc_icon_element-icon.fa-linkedin{
	font-size: 1.5em;
    margin-left: 15px;
    position: relative;
    bottom: -4px;
}
	

/****************************************
cpt *****************************
*********************************************/
.header {
	padding: 20px 0;
	color: #fff;
	background-color: #112E52;
	margin-bottom: 40px;
}
#breadcrumbs, #breadcrumbs a {
	color: #fff;
	padding-bottom: 0;
	margin-bottom: 0;
}
/*******************************************************
 contact *************************************************
 ***********************************************************/
.wpcf7 textarea:focus, .wpcf7 input:focus {
	outline: 0;
}
.wpcf7 textarea {
	resize: none;
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
	border: 1px solid #ececec;
	border-radius: 20px;
	margin-bottom: 20px !important;
	padding: 8px 20px;
	width: 100%;
	background: #fff;
}
.wpcf7 input[type=checkbox] {
	width: auto;
	margin-bottom: 0 !important;
}
.wpcf7 input.wpcf7-submit {
	width: auto;
	padding: 10px 35px;
	margin: auto;
	background-color: #186AA5;
	color: #fff;
	margin-top: 30px;
}
.wpcf7-form-control-wrap.your-message .wpcf7-form-control.wpcf7-textarea {
	height: 100px;
	margin-bottom: 0px !important;
	color: #000;
}
.wpcf7 {
	font-size: 0.75em;
}
footer ul {
	padding-left: 0;
}
/*.objet-form select.wpcf7-form-control.wpcf7-select {width:200px;}*/
.contact-form label {
	width: 100%;
}
.contact-form select.wpcf7-form-control.wpcf7-select {
	color: #000 !important;
}
/******************** 404 ****************************/
.error-404 {
	text-align: center;
	background-color: #186AA5;
}
.error-404 h1 {
	color: #fff;
}
/**********************************************************************
 ************************** RESPONSIVE ******************************************
 *****************************************************************/
.mob, .tablet, #mobile {
	display: none;
}
.desktop {
	display: block
}

@media screen and (min-width: 768px) {
	#rev_slider_5_1_wrapper .ares .tp-arr-titleholder{display: inline-block;}
	#rev_slider_5_1_forcefullwidth .tp-title-wrap{
		background: none;
	
	}
	
	#rev_slider_5_1_wrapper .ares.tparrows{    
		min-width: 30px;
		min-height: 30px;
		border-radius: 0;
		line-height: 30px;
	}
	
	#rev_slider_5_1_wrapper .ares.tparrows.tp-leftarrow:before,
	#rev_slider_5_1_wrapper .ares.tparrows.tp-rightarrow:before{
       line-height: 30px;
    background: #186AA5;
    color: #fff !important;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    left: 30%;
    position: absolute;
    top: 40%;
	}
	#rev_slider_5_1_wrapper .ares.tp-rightarrow .tp-title-wrap{margin-right: 0;}
	#rev_slider_5_1_wrapper .tp-title-wrap{margin-left: 20px;}
}

@media screen and (min-width: 320px) and (max-width: 1016px) {
	.menu-haut{padding: 10px 0;}
	.wpml-ls-sidebars-menu-haut {
		padding: 0;
		margin-top: -5px;
		margin-left: -120px;
	}
}
 @media screen and (min-width: 320px) and (max-width: 1199px) {
#masthead .navbar-brand {
	margin-right: 0;
}
.menu-haut .widget_nav_menu, .link-header {
	display: none;
}
.nav-search {
}
.search-bar {
	position: absolute;
	top: -20px;
	right: 40px;
}
#menu-menu-princpal a::after {
	content: none;
}
#menu-menu-princpal a.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
	position: inherit;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	color: inherit;
	background: transparent;
	height: auto;
}
#menu-menu-princpal a:hover::after, #menu-menu-princpal li.active a::after, #menu-menu-princpal li.current-page-ancestor a::after {
	width: 0;
}

#menu-menu-princpal .solutions a {
    color:  #74B532;
}
#leader {
	margin-top: -15px !important;
}
.BlueSquare::before {
	content: unset;
}
.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper {
	width: 80%;
}
.liphatech-tem .titleParoles {
	width: auto;
	float: none;
	position: relative;
	right: 0;
	padding-top: 20px;
	margin-top: 50px;
	padding-left: 15px;
}
.temoignage-container {
	margin-top: 20px;
}
.liphatech-buttons.dkl {
	position: relative;
	transform: none;
}
#a-propos .vc_tta-tabs-container {
	width: 100%;
	left: 0;
}
.wpb-js-composer #a-propos .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
	width: 60%;
}
.fixed-top {
	position: relative;
}
body .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
	display: block !important;
}
body.page-id-74 .vc_tta.vc_general .vc_tta-panel-heading ,
body.page-id-3035 .vc_tta.vc_general .vc_tta-panel-heading,
body.page-id-3254 .vc_tta.vc_general .vc_tta-panel-heading {
	display: none !important;
}

#menu-menu-princpal a:hover, #menu-menu-princpal li.active a, #menu-menu-princpal .current-page-ancestor a {
	color: grey;
}
.page-id-74 .main,
.page-id-3035 .main,
.page-id-3254 .main {
	padding-top: 0;
}
.grid {
	background-color: #fff;
}
.grid figure h1 {
	font-size: 95%;
	padding-top:0;
}
.desc {
    padding-top: 0;
    font-size: 95%;
    margin-bottom: 10px;
}
.chkWd .vc_column-inner{padding-left:10px !important; padding-right:10px !important;}
#rev_slider_5_1 .tp-leftarrow.tparrows{transform: translate(0px, 700px) !important ;}
#rev_slider_5_1 .tp-rightarrow.tparrows{transform: translate(-60px, 700px) !important;}
.sep{border-top:1px solid #74B532;}
.i0 {
    text-transform: uppercase;
    display: inline;
    margin-right: 8px;
}

.effet-img::after {    content:none;}
span.nb, .tp-leftarrow span.nb {
    color: #186AA5;
    font-size: inherit;
    position: relative;
}
.tp-rightarrow span.nb, .tp-leftarrow span.nb {
    left: 0 !important;
    top: 0;
}
span.nb::after {
    content: " - ";
}
.slidetitle{width:auto;}
.tp-title-wrap{margin-left:10px;}
figure.effect-apollo p{opacity:1;}
 }
 @media screen and (min-width: 320px) and (max-width: 767px) {
.mob {
	display: block !important;
}
.desktop {
	display: none !important
}
.nav-search {
	display: inline-block;
	float: none;
}
#masthead .ml-auto {
	margin-left: inherit !important;
}
.slider-Home-div {
	display: none;
}
.main {
	padding-top: 0;
}
#masthead .container .col-md-3 {
	margin: auto;
}
#masthead .container .col-md-3 img {
	width: 80%;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-tab.vc_active > a::before {
	width: auto;
}
.liphatech-title-bleu h2 {
	line-height: 0.8em;
}
#rev_slider_5_1_wrapper .ares.tp-rightarrow .tp-arr-titleholder {
	transform: none;
	margin-left: 0px;
	margin-right: 0;
}

#rev_slider_5_1 .tp-leftarrow.tparrows{transform: translate(0px, 150px) !important ;}
#rev_slider_5_1 .tp-rightarrow.tparrows{transform: translate(-60px, 150px) !important;}
#rev_slider_5_1_forcefullwidth .tp-title-wrap{display: none;}

.bgRes:hover .info{height:120px;}
.bgRes:hover .excerpt {    opacity: 0;}
#a-propos .vc_tta-tab a {     font-size: 1.1em; }
.grid, figure.effect-apollo {
	height: 300px;
}
figure.effect-apollo img{
	position: absolute;
	width: 100%;
	object-fit: fill;
	top: -100%;
}
.content.col-md-6 .content{width:100%; padding:0 45px; }

.reverseMob{display: flex;
    flex-direction: column-reverse;}
	 
	 .presse .presseS{display:block;}
	 li.revuePresse{margin-bottom: 20px;}
	 .bgCom{display: inline-block;}
	 .date{margin: 10px 0;}
	 .comPresse span{display: none;}
}


 @media screen and (min-width: 768px) and (max-width: 1199px) {
.desktop {
	display: none !important;
}
.tablet {
	display: block !important
}
.font-size-2 {
	font-size: 1.5em;
}
.nav-search .navbar {
	left: -60px;
}
.i0 {
	display: inline-block;
	margin-right: 5px;
}
.main {
	padding-top: 0;
}
.grid{height:auto;}
figure.effect-apollo p{bottom:20px;}
.content.col-md-6 .content {    width: 80% !important; }
}
@media screen and (min-width: 768px) and (max-width: 1022x) {
 .header-logo.col-md-3 {
flex: 0 0 100%;
max-flex:100%;
}
#rev_slider_5_1 .tp-leftarrow.tparrows{transform: translate(0px, 700px) !important ;}
#rev_slider_5_1 .tp-rightarrow.tparrows{transform: translate(-60px, 700px) !important;}

}

 @media screen and (min-width: 768px) and (max-width: 991px) {
	 .temoignage {background-color:rgba(102,102,102,0.6); padding:10px;}
	 .nameEmpl{margin-top:0; }.posteEmpl{margin-bottom:0;}}

 @media screen and (min-width: 1027px) and (max-width: 1199px) {
.search-bar {
	top: -20px;
	right: 0px;
}
}
@media screen and (min-width: 1200px) and (max-width: 1349px) {
	#a-propos .vc_tta-tabs-container{width:60%;}

	
}

@media screen and (min-width: 1551px) and (max-width: 1875px) {
	.page-id-3035 .vc_tta.vc_general,
	.page-id-3254 .vc_tta.vc_general {
		position: relative;
	}
	.page-id-3035 #a-propos .vc_tta-tabs-container,
	.page-id-3254 #a-propos .vc_tta-tabs-container{
		left: unset;
    	right: 0%;
		width: auto;
	}
	
}

@media screen and (min-width: 1200px) and (max-width: 1495px) {
	.page-id-3035 .vc_tta.vc_general,
	.page-id-3254 .vc_tta.vc_general {
		position: relative;
	}
	.page-id-3035 #a-propos .vc_tta-tabs-container,
	.page-id-3254 #a-propos .vc_tta-tabs-container{
		width: auto;
		left: unset;
    	right: 0%;
	}
	
}
@media screen and (min-width: 1496px) and (max-width: 1550px) {
	.page-id-3035 .vc_tta.vc_general,
	.page-id-3254 .vc_tta.vc_general {
		position: relative;
	}
	.page-id-3035 #a-propos .vc_tta-tabs-container,
	.page-id-3254 #a-propos .vc_tta-tabs-container{
		width: auto;
		left: unset;
    	right: 0%;
	}
	
}
