/*# KPMG STYLESHEET :: HEADER
  # [6]  IMPORT FONTS   
  # [40] INIT GLOBAL COLOR VARIABLES
  # [55] MAIN    MENU   STYLING
  # [55] MEGA    MENU   STYLING
  # [55] STICKY  MENU   STYLING
  # [55] OFFICES MENU   STYLING
  # [55] GENERAL HEADER STYLING
  # [55] HOME    HEADER STYLING

  #*/

header {
	position:relative;
    width: 100%;
	height: 450px;
    background-color: var(--kpmg-blue-medium);
}

header:not(.kpmg-header-single):not(.kpmg-header-mypulse):not(.kpmg-header-nous-rencontrer-2) {
   /* z-index: 10000; */
}


header.kpmg-header-magazine-triplet,
header.kpmg-header-home {
    /* height: 100%; */
    overflow: visible;  
    background-color: #fff !important;
}

header#kpmg-header {
    overflow: hidden;   
	background-color:#fff !important;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
       -moz-background-size:cover;
         -o-background-size:cover;
            background-size:cover;
    background-position: top;
}

header#kpmg-header .header-top {
	background-color:#fff;
}

header#kpmg-header:not(#kpmg-header.kpmg-header-single-mypulse):not(.kpmg-header-decouvrir-kpmg-pulse):not(.kpmg-header-mypulse):not(.kpmg-header-general-assembly):not(.kpmg-header-magazine-triplet):not(.page-bureau):not(.page-secteur):not(.page-besoin):not(.kpmg-header-nos-offres-kpmg-pulse):not(.kpmg-header-outils-guides) #header-message {
	height:-webkit-calc(100% - 141px);
	height:-moz-calc(100% - 141px);
	height:calc(100% - 141px);
}

header#kpmg-header:not(#kpmg-header.kpmg-header-single-mypulse):not(.kpmg-header-mypulse):not(.kpmg-header-general-assembly):not(.kpmg-header-magazine-triplet):not(.page-bureau) #header-message .kpmg-header-title {
	height:100%;
}

header#kpmg-header:not(#kpmg-header.kpmg-header-single-mypulse):not(.kpmg-header-mypulse):not(.kpmg-header-general-assembly):not(.kpmg-header-magazine-triplet):not(.page-bureau) #header-message .kpmg-header-title h1.kpmg-post-title {
	margin-top:0;
}

.kpmg-header-home {
	height: 630px;
	padding-bottom: 0px;	
}

.kpmg-header-decouvrir-kpmg-pulse,
#kpmg-header.kpmg-header-single-mypulse,
.page-besoin,
.page-secteur,
header#kpmg-header.header-1:not(.kpmg-header-magazine-triplet) {
    height: 585px;
	padding-bottom: 40px;
}

header#kpmg-header.kpmg-header-mypulse,
.kpmg-header-home.page-bureau,
.kpmg-header-nos-offres-kpmg-pulse,
.kpmg-header-outils-guides,
.kpmg-header-magazine-triplet {
	height: 625px;
	padding-bottom: 0px;
}

.kpmg-header-home #header-message,
.kpmg-header-home #header-search {
	height: 530px;
}

.kpmg-header-decouvrir-kpmg-pulse #header-message,
.kpmg-header-decouvrir-kpmg-pulse #header-search,
.kpmg-header-single-mypulse #header-message,
.kpmg-header-single-mypulse #header-search,
.page-besoin #header-message,
.page-secteur #header-message,
header#kpmg-header.header-1:not(.kpmg-header-magazine-triplet),
.kpmg-header-single-mypulse #header-search,
.page-besoin #header-search ,
.page-secteur #header-search,
header#kpmg-header.header-1:not(.kpmg-header-magazine-triplet) #header-search {
    height: 430px;
}

header#kpmg-header.kpmg-header-mypulse #header-message,
header#kpmg-header.kpmg-header-mypulse #header-search,
.kpmg-header-home.page-bureau #header-message,
.kpmg-header-home.page-bureau  #header-search,
.kpmg-header-outils-guides #header-message,
.kpmg-header-outils-guides #header-search,
.kpmg-header-nos-offres-kpmg-pulse #header-message,
.kpmg-header-nos-offres-kpmg-pulse #header-search,
.kpmg-header-magazine-triplet #header-message,
.kpmg-header-magazine-triplet #header-search {
	height: 470px;
    width:-webkit-calc(100% - 27px);
    width:-moz-calc(100% - 27px);
    width:calc(100% - 27px);
    padding-right:27px;  
}

.kpmg-header-decouvrir-kpmg-pulse .header-top.fixed ~  #header-message,
.kpmg-header-home.page-bureau .header-top.fixed ~  #header-message,
.kpmg-header-outils-guides .header-top.fixed ~ #header-message,
.kpmg-header-nos-offres-kpmg-pulse .header-top.fixed ~ #header-message,
.kpmg-header-magazine-triplet .header-top.fixed ~ #header-message,
.kpmg-header-mypulse .header-top.fixed ~ #header-message,
.kpmg-header-single-mypulse .header-top.fixed ~ #header-message,
.page-besoin .header-top.fixed ~ #header-message,
.page-secteur .header-top.fixed ~ #header-message,
.kpmg-header-home .header-top.fixed ~ #header-message {
	padding-top:101px;
}

html#kpmg-single-uber-uns-experten .kpmg-header-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;	
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;	
	-webkit-box-pack:center;	
	-webkit-justify-content:center;	
	   -moz-box-pack:center;	
	    -ms-flex-pack:center;	
	        justify-content:center;
	        -webkit-box-align:start;
	        -webkit-align-items:flex-start;
	           -moz-box-align:start;
	            -ms-flex-align:start;
	                align-items:flex-start;	
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: calc(100% - 100px);
	height: 249px;
	margin: 0;
	padding: 50px;
}

header.gestion-privee {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0, 0.5)), to(rgba(95,95,95, 0))), url('../assets/header/KPMG-gprivee-headr.jpg');
	background-image: -webkit-linear-gradient(rgba(0,0,0, 0.5), rgba(95,95,95, 0)), url('../assets/header/KPMG-gprivee-headr.jpg');
	background-image: -moz-linear-gradient(rgba(0,0,0, 0.5), rgba(95,95,95, 0)), url('../assets/header/KPMG-gprivee-headr.jpg');
	background-image: -o-linear-gradient(rgba(0,0,0, 0.5), rgba(95,95,95, 0)), url('../assets/header/KPMG-gprivee-headr.jpg');
	background-image: linear-gradient(rgba(0,0,0, 0.5), rgba(95,95,95, 0)), url('../assets/header/KPMG-gprivee-headr.jpg');
} 

header.kpmg-header-magazine {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(95, 95, 95, 0))) , url('../assets/header/header-magazine.jpg');
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(95, 95, 95, 0)) , url('../assets/header/header-magazine.jpg');
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.5), rgba(95, 95, 95, 0)) , url('../assets/header/header-magazine.jpg');
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(95, 95, 95, 0)) , url('../assets/header/header-magazine.jpg');
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(95, 95, 95, 0)) , url('../assets/header/header-magazine.jpg');
}

header.kpmg-covid-19 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(95, 95, 95, 0))) , url('../assets/header/KPMG-pulse-covid.jpg');
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(95, 95, 95, 0)) , url('../assets/header/KPMG-pulse-covid.jpg');
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.5), rgba(95, 95, 95, 0)) , url('../assets/header/KPMG-pulse-covid.jpg');
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(95, 95, 95, 0)) , url('../assets/header/KPMG-pulse-covid.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(95, 95, 95, 0)) , url('../assets/header/KPMG-pulse-covid.jpg');
}

header .header-top:not(.fixed) {
  position: relative;	
  height: 101px;
  z-index: 10000;
}

header.kpmg-header-magazine-triplet .header-top,
header.kpmg-header-home .header-top {
  background-color: #fff;
}

header .custom-h-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
       justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
          -webkit-align-items: center;
          -ms-grid-row-align: center;
      -moz-box-align: center;
           align-items: center;
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 65px;
  height: 65px;
  background: #EAAA00;
  line-height: 65px;
  text-decoration: none;
  z-index: 1000;
  -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
       border-radius: 50%;
}

header.kpmg-header-mypulse .kpmg-header-title,
header.kpmg-header-mypulse .kpmg-header-subtitle {
    display:none !important;
}

header.kpmg-header-mypulse #crumbs {
	background-color: #EAAA00;
}
#kpmg-page-decouvrir-mypulse header.kpmg-header-mypulse #crumbs {
	background-color: #f48d2e;
}

header.kpmg-header-mypulse #crumbs a,
header.kpmg-header-mypulse #crumbs span {
	color: #fff !important;
}

.kpmg-search header> *:not(.header-top):not(.kpmg-mega-container-2):not(#header-search), 
header.search-up > *:not(.header-top):not(.kpmg-mega-container-2):not(#header-search) {
	visibility: hidden;
	opacity: 0;
}

header.search-up #header-search {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	    -moz-transform: scale(1);
	      -o-transform: scale(1);
	     transform: scale(1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-webkit-transition:opacity 0.4s, -webkit-transform 0.4s;
	transition:opacity 0.4s, -webkit-transform 0.4s;
	-o-transition:opacity 0.4s, -o-transform 0.4s;
	-moz-transition:transform 0.4s, opacity 0.4s, -moz-transform 0.4s;
	transition:transform 0.4s, opacity 0.4s;
	transition:transform 0.4s, opacity 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s, -o-transform 0.4s;
	transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;	
}

.kpmg-search header #header-search {
	visibility: visible;
	opacity: 1;	
}

header #header-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;	
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
         flex-direction: column;	
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	     justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-ms-grid-row-align: center;
	-moz-box-align: center;
	     align-items: center;
	position:absolute;
	left:0;
	bottom:0;	
    width: 100%;
	z-index:1000;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	    -moz-transform: scale(1);
	      -o-transform: scale(1);
	     transform: scale(1);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	-webkit-transition:opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
	transition:opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
	-o-transition:opacity 0.2s, visibility 0s 0.2s, -o-transform 0.2s;
	-moz-transition:transform 0.2s, opacity 0.2s, visibility 0s 0.2s, -moz-transform 0.2s;
	transition:transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition:transform 0.2s, opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s, -moz-transform 0.2s, -o-transform 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,94,184,0.8)), color-stop(35%, rgba(0,94,184,0.9)), to(rgb(0, 94, 184)));
	background: -webkit-linear-gradient(top, rgba(0,94,184,0.8) 0%, rgba(0,94,184,0.9) 35%, rgb(0, 94, 184) 100%);
	background: -moz-linear-gradient(top, rgba(0,94,184,0.8) 0%, rgba(0,94,184,0.9) 35%, rgb(0, 94, 184) 100%);
	background: -o-linear-gradient(top, rgba(0,94,184,0.8) 0%, rgba(0,94,184,0.9) 35%, rgb(0, 94, 184) 100%);
	background: linear-gradient(180deg, rgba(0,94,184,0.8) 0%, rgba(0,94,184,0.9) 35%, rgb(0, 94, 184) 100%);
}

header.kpmg-header-mypulse #header-search {
	background-image: url('../assets/decouvrir-mypulse/myPulse-header.png');
	background-repeat: no-repeat;
	-webkit-background-size: auto -webkit-calc(100% - 101px);
	        background-size: auto -webkit-calc(100% - 101px);
	-moz-background-size: auto -moz-calc(100% - 101px);
	  -o-background-size: auto calc(100% - 101px);
	     background-size: auto calc(100% - 101px);
	background-position: center bottom;
}

body.single-mypulse header #header-search {
	background: transparent;
}

header #header-search.sticky {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	     flex-direction: row;	
	position: fixed;
	top: 60px;
	height: 90px !important;
	z-index: 9999999999999999999999;	
	background: rgba(0,94,184,1);
	-webkit-box-shadow: inset 0 10px 15px rgba(0, 0, 0, 0.1);
	        -moz-box-shadow: inset 0 10px 15px rgba(0, 0, 0, 0.1);
	     box-shadow: inset 0 10px 15px rgba(0, 0, 0, 0.1);
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}


body.single-mypulse header #header-search.sticky,
header.kpmg-header-mypulse #header-search.sticky {
	background: rgba(244,141,46,1);
}

body.single-mypulse header #header-search {
    height: 424px !important;
}

body.single-mypulse header #header-search.sticky {
    height: 90px !important;
}

header:not(.kpmg-header-mypulse):not(.kpmg-header-general-assembly):not(.kpmg-header-magazine-triplet):not(.kpmg-header-home) #header-search{
    height: 450px;
}

header.kpmg-header-magazine-triplet #header-search,
header.kpmg-header-home #header-search {
    height: 100%;
}

header #header-search .kpmg-post-title {
	font-family: "KPMG-Light";
	font-size: 60px;
	font-weight: 400;
	letter-spacing: 1px;
	color: white;
	line-height: 70px;
	text-align: center;
	margin-top: 70px;	
}

body.single-mypulse header #header-search .kpmg-post-title {
	margin-top: -75px;	
}

body.single-mypulse header #header-search.sticky .kpmg-post-title,
header #header-search.sticky .kpmg-post-title {
	margin-top: 0px;	
}

header #header-search .form-position {
	position: relative;
	width: 30%;
	margin-top: 25px;
}

.kpmg-search header #header-search span.close,
.kpmg-search header #header-search img.close{
	display:none;
}

header #header-search span.close{
    position: absolute;
    right: 40px;
    top: 101px;
    height: 20px;
    cursor: pointer;
    font-family: "KPMG-Light";
    font-size: 35px;
    letter-spacing: 1px;
    color: white;
}

header #header-search img.close{
	display:block;
	position:absolute;
	right:0;
	top:101px;
	height:20px;
	width:auto;
	padding:15px;
	cursor:pointer;
}

header #header-search.sticky span.close,
header #header-search.sticky img.close{
	top:26px;
}

header #header-search .form-position img.clear{
	display:block;
	height:20px;
	width:auto;
	padding:8px 10px 8px 0px;
	cursor:pointer;
}

header #header-search.sticky .form-position {
	width: 30%;
	margin-top: 0px;
}

header #header-search .form-position > input {
	width: -webkit-calc(-80px + 100%);
	width: -webkit-calc(100% - 110px);
	width: -moz-calc(100% - 110px);
	width: calc(100% - 110px);
	height: 36px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: var(--kpmg-grey);
	letter-spacing: 0;
	line-height: 24px;
	border: none;
	outline: none;
	padding: 0px 70px 0px 40px;
	background: #fff;	
}
header #header-search.sticky .form-position > input {
	margin: 10px 0px 0px 25px;	
}

header #header-search .form-position > div {
	position: absolute;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:-moz-box;
	display:flex;
	height: 100%;
	right: 10px;
	top: 0px;	
}

header #header-search.sticky .form-position > div {
	height: 36px;
	top: 10px;	
	right: -10px;
}

header #header-search .form-position > div > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	     align-items: center;
	height: 100%;
	width: 20px;
	line-height: 36px;
	text-align: center;	
}

header #header-search .form-position > div > a > img {
	
}

/* ################# STYLE HOME          :: END   ################################
   ################# STYLE HEADER FIXED  :: START ################################  
*/
.fixed {
    position: fixed;
    top: 0px;
    z-index: 9999999999999999999999;
    background: #fff;
    border-bottom: 1px solid;
}

.fixed .hidden-icon {
    display: block !important;
}

.fixed .menu-wrapper ul.bottom-menu>li.to_right {
    line-height: 70px !important;
    /* border-left: 1px solid #00338d !important; */
}

.fixed * {
    color: #000000 !important;
}

.fixed .bordered,
.fixed .double-bordered {
    border-color: #00338d !important;
}

.fixed .menu-top-wrapper {
    display: none !important;
}

.fixed .logo-wrapper {
    padding: 0px;
    height: 50px;
    border-right: none;
}

.fixed .logo-wrapper img {

}

.fixed .menu-wrapper {
    width: -webkit-calc(100% - 174px);
    width: -moz-calc(100% - 174px);
    width: calc(100% - 174px);
}

.fixed .line-wrapper {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fixed .bottom-menu .to_right a {
    font-size: 0px !important;
}

.fixed .menu-wrapper ul.bottom-menu li ul {
    top: 55px;
}

/* ################# STYLE HEADER FIXED  :: END   ################################
   ################# STYLE MEGA MENU     :: START ################################  
*/

header .kpmg-mega-container-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
          -webkit-flex-direction: row;
          -moz-box-orient: horizontal;
          -moz-box-direction: normal;
       flex-direction: row;
  position: absolute;
  left: 0px;
  top: 100.5px;
  width: 100%;
  z-index: 1000000;
  border: unset;
}

header .kpmg-mega-container-2.sticky {
  position: fixed;
  top: 60px;
}

header #kpmg-wrapper-covid {
  padding-left: 0;
}
header #kpmg-wrapper-covid .kpmg-covid.right{
  padding-left: 40px;
}

header .kpmg-mega-container-2 > div.kpmg-wrapper {
  display: none;
  width: 100%;
  height: auto;
  padding: 30px 88px 60px 88px;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 10px 15px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: inset 0 10px 15px rgba(0, 0, 0, 0.1);
       box-shadow: inset 0 10px 15px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px rgba(0, 51, 141, 0.2);
}

header .kpmg-mega-container-2 > div.kpmg-wrapper.ws-2 {
  -ms-flex-wrap:wrap;
      -webkit-flex-wrap:wrap;
          flex-wrap:wrap;   
  -webkit-box-align:start;  
      -ms-flex-align:start; 
              -ms-grid-row-align:flex-start;    
          -webkit-align-items:flex-start;   
          -moz-box-align:start;   
               align-items:flex-start;
}

header .kpmg-mega-container-2 > div.kpmg-wrapper.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
          -webkit-flex-direction: row;
          -moz-box-orient: horizontal;
          -moz-box-direction: normal;
       flex-direction: row;
}

header .kpmg-mega-container-2>.kpmg-wrapper>div.kpmg-mega-menu-2.left {
  min-width: 165px;
  margin-left: 1%;
}

header .kpmg-mega-container-2>.kpmg-wrapper>div.kpmg-mega-menu-2.right {
  padding-left: 50px;
  padding-top: 40px;
  -webkit-box-flex:1;
  -webkit-flex:1;
      -ms-flex:1;
          -moz-box-flex:1;
       flex:1;
}

header .kpmg-mega-container-2>#kpmg-wrapper-sectors>div.kpmg-mega-menu-2.right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            -moz-box-flex: 1;
         flex: 1;
    width: auto;
    padding-top:0px;
}

header .kpmg-mega-container-2>#kpmg-wrapper-sectors>div.kpmg-mega-menu-2.right .kpmg-menu-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            -moz-box-orient: horizontal;
            -moz-box-direction: normal;
         flex-direction: row;
    width: -moz-available;
}

header .kpmg-mega-container-2>#kpmg-wrapper-sectors>div.kpmg-mega-menu-2.right .kpmg-menu-group:first-of-type {
    margin-bottom: 25px;
}

header .kpmg-mega-container-2>.kpmg-wrapper>div.kpmg-mega-menu-2.left >div.kpmg-mega-title {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
          -webkit-flex-direction: column !important;
          -moz-box-orient: vertical !important;
          -moz-box-direction: normal !important;
       flex-direction: column !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          -moz-box-pack: start;
       justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
          -webkit-align-items: flex-start;
          -moz-box-align: start;
       align-items: flex-start;
}

header .kpmg-mega-container-2>.kpmg-wrapper>div.kpmg-mega-menu-2.left >div.kpmg-mega-title span.title {
  font-family: "KPMG-Light";
  font-size: 29px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--kpmg-blue);
  line-height: auto;
  text-align: left;
}

header .kpmg-mega-container-2>.kpmg-wrapper>div.kpmg-mega-menu-2.left >div.kpmg-mega-title span.sub-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  color: black;
  line-height: 20px;
  text-align: left;
}

header .kpmg-mega-container-2>.kpmg-wrapper>div.kpmg-mega-menu-2 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          -webkit-flex-direction: row !important;
          -moz-box-orient: horizontal !important;
          -moz-box-direction: normal !important;
       flex-direction: row !important;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  -webkit-justify-content: flex-start;
                  -moz-box-pack: start;
               justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
          -webkit-align-items: flex-start;
          -moz-box-align: start;
       align-items: flex-start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-flex-wrap:wrap;
      -ms-flex-wrap:wrap;
          flex-wrap:wrap;
}

header .kpmg-mega-container-2>.kpmg-wrapper>div.kpmg-mega-menu-2>div.kpmg-menu-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
          -webkit-flex-direction: column !important;
          -moz-box-orient: vertical !important;
          -moz-box-direction: normal !important;
       flex-direction: column !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          -moz-box-pack: justify;
       justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
          -webkit-align-items: flex-start;
          -moz-box-align: start;
       align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  width: auto; 
  /* min-width: 175px; */
  min-width: 18%;
  position: relative;
  z-index: 5;
}

header .kpmg-mega-container-2 > div.kpmg-wrapper.ws-1 .kpmg-covid .kpmg-menu-item {
    min-width: 185px;
}

header .kpmg-mega-container-2>.kpmg-wrapper>div.kpmg-mega-menu-2>div.kpmg-menu-item:not(.item-last) {
  margin-right: 20px;
}

header .kpmg-mega-container-2 > div.kpmg-wrapper.ws-2 .kpmg-menu-item a,
header .kpmg-mega-container-2>.kpmg-wrapper>div.kpmg-mega-menu-2>div.kpmg-menu-item>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
          -webkit-flex-direction: row;
          -moz-box-orient: horizontal;
          -moz-box-direction: normal;
       flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
       justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
       align-items: center;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 13px;
  cursor: pointer;
}

header .kpmg-mega-container-2 > div.kpmg-wrapper.ws-1 .kpmg-magazine .kpmg-menu-item a,
header .kpmg-mega-container-2 > div.kpmg-wrapper.ws-1 .kpmg-covid .kpmg-menu-item a,
header .kpmg-mega-container-2 > div.kpmg-wrapper.ws-2 .kpmg-menu-item a {
  height: 29px; 
  color: var(--kpmg-black);
  border:3px solid #e7e7e7;
}

header .kpmg-mega-container-2 > div.kpmg-wrapper.ws-1 .kpmg-covid .kpmg-menu-item:not(first-of-type):not(last-of-type) a {
    padding: 0px 5px;
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);   
}

header .kpmg-mega-container-2 > div.kpmg-wrapper.ws-1 .kpmg-covid .kpmg-menu-item a span {
    font-size: 11px;
    font-weight:700;    
    letter-spacing:0px;
}

header .kpmg-mega-container-2 > div.kpmg-wrapper.ws-1 .kpmg-covid .kpmg-menu-item a,
header .kpmg-mega-container-2 > div.kpmg-wrapper.ws-1 .kpmg-magazine .kpmg-menu-item a {
    text-transform: uppercase;
}

header .kpmg-mega-container-2 > div.kpmg-wrapper.ws-2 .kpmg-menu-item a {
    text-transform: capitalize;
    max-width: 195px;
    /* margin-left: auto; */
}

header .kpmg-mega-container-2>#kpmg-wrapper-sectors>div.kpmg-mega-menu-2.right .kpmg-menu-group .kpmg-menu-item a{
    margin:auto;
}

header .kpmg-mega-container-2>#kpmg-wrapper-sectors>div.kpmg-mega-menu-2.right .kpmg-menu-group .kpmg-menu-item a:first-of-type{
    margin-right: auto;
}

header .kpmg-mega-container-2>#kpmg-wrapper-sectors>div.kpmg-mega-menu-2.right .kpmg-menu-group .kpmg-menu-item a:last-of-type{
    margin-left: auto;
}

header .kpmg-mega-container-2 > div.kpmg-wrapper.ws-1 .kpmg-magazine .kpmg-menu-item a:hover,
header .kpmg-mega-container-2 > div.kpmg-wrapper.ws-1 .kpmg-covid .kpmg-menu-item a:hover,
header .kpmg-mega-container-2 > div.kpmg-wrapper.ws-2 .kpmg-menu-item a:hover {
  border-color: #EAAA00;
}

header .kpmg-mega-container-2 > div.kpmg-wrapper.ws-1 .kpmg-magazine .kpmg-menu-item a img.category {
  height:15px;
  width:auto;
  padding-right:10px;  
}

header .kpmg-mega-container-2 > div.kpmg-wrapper.ws-1 .kpmg-magazine a:hover img.arrow,
header .kpmg-mega-container-2 > div.kpmg-wrapper.ws-1 .kpmg-covid a:hover img.arrow,
header .kpmg-mega-container-2 > div.kpmg-wrapper.ws-2 .kpmg-menu-item a:hover img.arrow{
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0 1" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.40514 0.75362 0.18522 0 0 0.34202 0.69228 0.16464 0 0 0.26656 0.52332 0.14838 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.28383 0.65065 0.06552 0 0 0.19383 0.7415499999999999 0.06552 0 0 0.19383 0.65065 0.15552 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="195" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.01" /><feFuncG type="linear" slope="0.01" /><feFuncB type="linear" slope="0.01" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.02" intercept="-0.010000000000000009" /><feFuncG type="linear" slope="1.02" intercept="-0.010000000000000009" /><feFuncB type="linear" slope="1.02" intercept="-0.010000000000000009" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter:invert(0%) sepia(98%) saturate(9%) hue-rotate(195deg) brightness(0%) contrast(102%);
          filter:invert(0%) sepia(98%) saturate(9%) hue-rotate(195deg) brightness(0%) contrast(102%);
}

header .kpmg-mega-container-2>.kpmg-wrapper>div.kpmg-mega-menu-2>div.kpmg-menu-item>a {
  height: 35px;
  width: -webkit-calc(100% - 26px);
  width: -moz-calc(100% - 26px);
  width: calc(100% - 26px);
  padding:0px 10px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
}

header .kpmg-mega-container-2 > div.kpmg-wrapper.ws-2 .kpmg-menu-item a > img.arrow,
header .kpmg-mega-container-2>.kpmg-wrapper>div.kpmg-mega-menu-2>div.kpmg-menu-item>a>img.arrow {
  webkit-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
       transform: rotate(-90deg);
  margin-left: 10px;
}

header .kpmg-mega-container-2>.kpmg-wrapper>div.kpmg-needs>div.kpmg-menu-item a.link-1 {
  background-color: #F68D2E;
}

header .kpmg-mega-container-2>.kpmg-wrapper>div.kpmg-needs>div.kpmg-menu-item a.link-2 {
  background-color: #0091da;
}

header .kpmg-mega-container-2>.kpmg-wrapper>div.kpmg-needs>div.kpmg-menu-item a.link-3 {
  background-color: #005eb8;
}

header .kpmg-mega-container-2>.kpmg-wrapper>div.kpmg-needs>div.kpmg-menu-item a.link-4 {
  /*background-color: #00338d;*/
  background-color: #005eb8;
}

header .kpmg-mega-container-2>.kpmg-wrapper>div.kpmg-needs>div.kpmg-menu-item a.link-5 {
  background-color: #483698;
}

header .kpmg-mega-container-2>.kpmg-wrapper>div.kpmg-tag>div.kpmg-menu-item a.link-1 {
  background-color: #0091da;
}

header .kpmg-mega-container-2>.kpmg-wrapper>div.kpmg-tag>div.kpmg-menu-item a.link-2 {
  background-color: #6d2077;
}

header .kpmg-mega-container-2>.kpmg-wrapper>div.kpmg-tag>div.kpmg-menu-item a.link-3 {
  background-color: #470a68;
}

header .kpmg-mega-container-2>.kpmg-wrapper>div.kpmg-tag>div.kpmg-menu-item a.link-4 {
  background-color: #05a9a4;
}

header .kpmg-mega-container-2>.kpmg-wrapper>div.kpmg-tag>div.kpmg-menu-item a.link-5 {
  background-color: #483698;
}

header .kpmg-mega-container-2>.kpmg-wrapper>div.kpmg-mega-menu-2>div.kpmg-menu-item>span {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  color: black;
}

header .kpmg-mega-container-2>.kpmg-wrapper>div.kpmg-mega-menu-2>div.kpmg-menu-item>a:hover>span:first-of-type,
header .kpmg-mega-container-2.sticky>.kpmg-wrapper>div.kpmg-mega-menu-2>div.kpmg-menu-item>a:hover>span:first-of-type {
  border-bottom-color: var(--kpmg-orange);
}

header .kpmg-mega-container-2 > div.kpmg-wrapper.ws-2 .kpmg-menu-item {
    -webkit-box-flex:0;
        -ms-flex:0 24%;
            -webkit-flex:0 24%;
            -moz-box-flex:0;
         flex:0 24%;
    padding-bottom:25px;
    margin-right: -webkit-calc((1.666% / 5) + 1.666%);
    margin-right: -moz-calc((1.666% / 5) + 1.666%);
    margin-right: calc((1.666% / 5) + 1.666%);  
}

header .kpmg-mega-container-2 > #kpmg-wrapper-magazine  .kpmg-menu-item {
	padding-bottom:25px;
}

header .kpmg-mega-container-2 > #kpmg-wrapper-sectors  .kpmg-menu-item a.item-link span{
	color:#000;
}

header .kpmg-mega-container-2>#kpmg-wrapper-sectors>div.kpmg-mega-menu-2.right .kpmg-menu-group .kpmg-menu-item {
    min-width: 175px;
    padding: 0px;
    margin: 0px;
}

header .kpmg-mega-container-2>#kpmg-wrapper-sectors>div.kpmg-mega-menu-2.right .kpmg-menu-group .kpmg-menu-item span {
    min-width: 175px;
    padding: 0px;
    margin: 0px;
}

header .kpmg-mega-container-2 > div.kpmg-wrapper.ws-2 .kpmg-menu-item:nth-of-type(6n+1){
    margin: 0px;
}

header .kpmg-mega-container-2 > div.kpmg-wrapper.ws-2 .kpmg-menu-item:nth-of-type(6n+1) a{
    margin-left: 0px;
    margin-right: auto;
}

/* header .kpmg-mega-container-2 > div.kpmg-wrapper.ws-2 .kpmg-menu-item:nth-of-type(6n) {
    margin-right:0px;
} */

/* ################# STYLE MEGA MENU    :: END ##################################   
   ################# STYLE HEADER INFO  :: START ################################   
*/

.kpmg-header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
          -webkit-flex-direction: row;
          -moz-box-orient: horizontal;
          -moz-box-direction: normal;
       flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
          -webkit-justify-content: flex-end;
          -moz-box-pack: end;
       justify-content: flex-end;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
          -webkit-align-items: baseline;
          -moz-box-align: baseline;
       align-items: baseline;
  position: relative;
  bottom: 0;
  right: 0;
  /* padding-right: 5%; */
  padding-bottom: 2%;
  font-size: 18px;
  font-family: 'Open sans';
  font-weight: 600;
  color: #000;
  width: 100%;
  padding-top : 155px;
}
.kpmg-header-info.onfixed {
    padding-top: 255px !important;
}
.single-faq .kpmg-header-info {
    display:none;
}

.kpmg-header-info.hide {
  display:none;
 }
.kpmg-header-info img {
  height: 20px;
  width: auto;
  padding-right: 16px;
}

.kpmg-header-info span {
}

.kpmg-header-info .info-category {
  text-transform: uppercase;
  padding-right: 5%;
}

.kpmg-header-info .info-publish-date {
  padding-right: 5%;
}

.kpmg-header-info .info-lecture-time {
  padding-right: 5%;
}

.kpmg-header-info .event-date {
  padding-right: 5%;
}

.kpmg-header-info .event-time {
  padding-right: 5%;
}

.kpmg-header-info .event-date span,
.kpmg-header-info .event-time span {
  font-family: "KPMG-Light";
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
  line-height: 35px;
  text-align: center;
}

.kpmg-header-info .event-address {
  padding-right: 5%;
}

.kpmg-header-info .event-address span {
  font-size: 20px;
  font-family: 'Open sans';
  font-weight: 500;
  line-height: 35px;
  color: white;
}

.kpmg-header-info .event-address .zipcode {
}

.kpmg-header-info .event-address .separator {
}

.kpmg-header-info .event-address .town {
  text-transform: uppercase;
}

/* ################# STYLE HOME       :: END   ################################
   ################# STYLE SLIDER     :: START ################################ 
*/
span.first-s {
    font-family: sans-serif;
    font-weight: 600;
    line-height: 1.5 !important;
    font-size: 30px !important;
    color: #000000;
    
}
span.second-s {
    font-size: 90px !important;
    line-height: normal !important;
    font-family: "KPMG-light";
    color: #000000;
    position: absolute;
    bottom: -170px;
}
span.third-s {
    font-size: 22px !important;
    font-family: "Open sans";
    font-weight: 600;
    color: #000000;
    position: absolute;
    bottom: -175px;
}

div[data-title="kpmg-home-image"] {
	-webkit-background-size: auto 580px;
	   -moz-background-size: auto 580px;
	     -o-background-size: auto 580px;
	        background-size: auto 580px;
}

/* ################# STYLE SLIDER         :: END   ###############################
   ################# STYLE HEADER STYLE 1 :: START ################################   
*/

.header-1 #header-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    height: 100%;
    width: 100%;
    background-position: right bottom;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.header-1 #header-message > .kpmg-left {
	margin-bottom: 0px !important;
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	-ms-flex-pack: center !important;
	-moz-box-pack: center !important;
	justify-content: center !important;
}

.header-1 #header-message > .kpmg-right {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
}

.header-1 #header-message > .kpmg-right > .col.full {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.header-1 #header-message > .kpmg-right > .col-1 {
    width: 48%;
    margin-right: 2%;
}

.header-1 #header-message > .kpmg-right > .col-2 {
    width: 31.33333%;
    margin-right: 2%;
}

.header-1 #header-message > .kpmg-right > .col-3 {
    width: 16.66666%;
    margin: 0;
}

.header-1 #header-message > .kpmg-left > * {
  font-family: "KPMG-Light";
  font-weight: 400;
  font-size: 90px;
  line-height: 75px;
  padding-left: 40px;
  color: #00338D;	
}

/* ################# STYLE HEADER STYLE 1 :: END   ###############################
   ################# STYLE MOBILE         :: START ################################   
*/

header .mobile-menu {
  position: fixed;
  width: 100%;
  z-index: 1000000;
}

.mobile-menu .mobile-menu-wrapper li a.toggle-mobile-menu .burger-box {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 18px;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
       transition-timing-function: linear;
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
       transition-duration: .2s;
  -webkit-transition-property: margin;
  -o-transition-property:margin;
  -moz-transition-property:margin;
  transition-property: margin;
  text-transform: none;
  border: 0;
  background-color: transparent;
  margin: 22px 0px;
}

.mobile-menu .mobile-menu-wrapper li a.toggle-mobile-menu .burger-box .burger-inner {
  position: absolute;
  top: 8px;
  width: 10px;
  height: 2.5px;
  -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
       border-radius: 4px;
  /*background-color: #00338d;*/
  background-color: #005eb8;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
       transition-timing-function: linear;
  -webkit-transition-duration: .15s;
  -moz-transition-duration: .15s;
    -o-transition-duration: .15s;
       transition-duration: .15s;
  -webkit-transition-property: width;
  -o-transition-property:width;
  -moz-transition-property:width;
  transition-property: width;
}

.mobile-menu .mobile-menu-wrapper li a.toggle-mobile-menu .burger-box.open .burger-inner {
  width: 20px;
}

.mobile-menu .mobile-menu-wrapper li a.toggle-mobile-menu .burger-box:after,
.mobile-menu .mobile-menu-wrapper li a.toggle-mobile-menu .burger-box:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
       border-radius: 4px;
  /*background-color: var(--kpmg-blue);*/
  background-color: #005eb8;
}

.mobile-menu .mobile-menu-wrapper li a.toggle-mobile-menu .burger-box:after {
  top: 15px;
}

.mobile-menu .mobile-menu-wrapper li a.toggle-mobile-menu .burger-box:before {
  top: 0px;
}
#kpmg-slider {
    width:100%
}
#kpmg-slider-mobile{
    display: none;
}

/* ################# STYLE MOBILE       :: END   ###############################
   ################# STYLE MESSAGE      :: START ################################   
*/ 
.kpmg-header-single-mypulse #header-message,
.kpmg-header-decouvrir-kpmg-pulse #header-message,
.page-besoin #header-message ,
.page-secteur #header-message ,
.kpmg-header-nos-offres-kpmg-pulse #header-message ,
.kpmg-header-outils-guides #header-message ,
.kpmg-header-magazine-triplet #header-message ,
.kpmg-header-home #header-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
          -webkit-flex-direction: row;
          -moz-box-orient: horizontal;
          -moz-box-direction: normal;
       flex-direction: row;
  width: 100%;
  background-position: right bottom;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
}


#kpmg-slider #n2-ss-4-arrow-previous , #kpmg-slider #n2-ss-4-arrow-next {
	height : 50% !important;
	top : 50% !important;
}
#kpmg-slider .kpmg-home-text, 
#kpmg-slider .kpmg-home-text *{
	top : 45% !important;
}
#kpmg-slider .n2-ss-control-bullet{
	height : 0% !important;
    bottom: -20px !important;
}

#kpmg-slider *:not(.n2-arrow-hover-img):not(.n2-arrow-normal-img):not(.n2-bullet):not(.kpmg-home-text):not(.n2-ss-control-bullet){
    height: 430px !important;
}
#kpmg-slider .n2-ss-layers-container.n2-ow{
	margin: 0 !important;
}

.kpmg-header-general-assembly #header-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
          -webkit-flex-direction: row;
          -moz-box-orient: horizontal;
          -moz-box-direction: normal;
       flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
       justify-content: space-between; 		  
  height: 364px;
  width: 84%;
  margin-top:50px;
  padding:0px 8%;
  background-color: #fff;
}


.kpmga-book .kpmg-header-general-assembly #header-message {
	height: 130px;
	padding:0px 8%;
	width: 84%;
}

#kpmg-page-office #header-message > .kpmg-left {
	-webkit-box-flex: 30%;
	-ms-flex: 30%;
	-webkit-flex: 30%;
	-moz-box-flex: 30%;
	     flex: 30%;
}

.kpmg-header-decouvrir-kpmg-pulse #header-message > .kpmg-left,
.kpmg-header-nos-offres-kpmg-pulse #header-message > .kpmg-left,
.kpmg-header-outils-guides #header-message > .kpmg-left,
.page-secteur #header-message > .kpmg-left,
.kpmg-header-single-mypulse #header-message > .kpmg-left, 
.page-besoin #header-message > .kpmg-left,
#kpmg-header .kpmg-header-title .kpmg-left.single ,
.kpmg-header-magazine-triplet #header-message > .kpmg-left ,
.kpmg-header-home #header-message > .kpmg-left {
	-webkit-box-flex: 0 40%;
	-webkit-box-flex: 0 40%;
	-webkit-flex: 0 40%;
	-ms-flex: 0 40%;
	-moz-box-flex: 0 40%;
	flex: 0 40%;
    width:40%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	align-items: flex-start;
	position: relative !important;
	bottom: unset !important;
	float: left;
	width: auto !important;
	padding: 0px !important;
	margin-bottom: 50px !important;
	font-family: "KPMG-light";
	line-height: 40px;
}

.kpmg-header-single-mypulse #header-message > .kpmg-left, 
.kpmg-header-decouvrir-kpmg-pulse #header-message > .kpmg-left,
.kpmg-header-nos-offres-kpmg-pulse #header-message > .kpmg-left,
.kpmg-header-outils-guides #header-message > .kpmg-left,
.page-secteur #header-message > .kpmg-left,
.page-besoin #header-message > .kpmg-left,
.kpmg-header-magazine-triplet #header-message > .kpmg-left{
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -moz-box-pack: center;
         justify-content: center;
}

.kpmg-header-general-assembly #header-message > .kpmg-left {
  -webkit-box-flex:0;
  -webkit-flex:0 0 -webkit-calc(50% - 27px);
      -ms-flex:0 0 calc(50% - 27px);
          -moz-box-flex:0;
       flex:0 0 calc(50% - 27px);	
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          -webkit-flex-direction: column;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
       flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
          -webkit-justify-content: flex-end;
          -moz-box-pack: end;
       justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
          -webkit-align-items: flex-start;
          -moz-box-align: start;
       align-items: flex-start;
  position: relative !important;
  bottom: unset !important;
  float: left;
  width: auto !important;
  padding: 0px !important;
  margin-bottom: 50px !important;
  font-family: "KPMG-light";
  line-height: 40px;	
}

.kpmg-header-general-assembly #header-message > .kpmg-right.show,
.kpmg-header-general-assembly #header-message > .kpmg-left.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.kpmg-header-single-mypulse #header-message > .kpmg-left > span:not(.title),
.kpmg-header-decouvrir-kpmg-pulse #header-message > .kpmg-left > span:not(.title), 
.kpmg-header-nos-offres-kpmg-pulse #header-message > .kpmg-left > span:not(.title), 
.page-secteur #header-message > .kpmg-left > span:not(.title), 
.kpmg-header-outils-guides #header-message > .kpmg-left > span:not(.title), 
.page-secteur #header-message > .kpmg-left > span:not(.title), 
.page-besoin #header-message > .kpmg-left > span:not(.title) {
	display:none;
}

.kpmg-header-magazine-triplet #header-message > .kpmg-left > span.title {
  font-family: "KPMG-Light";
  font-weight: 400;
  font-size: 90px;
  line-height: 180px;
  padding-left: 63px;
  color: #00338D;
}

.kpmg-header-single-mypulse #header-message > .kpmg-left > .kpmg-post-title,
.kpmg-header-single-mypulse #header-message > .kpmg-left > span.title,
.kpmg-header-decouvrir-kpmg-pulse #header-message > .kpmg-left > .title,
.kpmg-header-nos-offres-kpmg-pulse #header-message > .kpmg-left > .kpmg-post-title,
.page-secteur #header-message > .kpmg-left > .kpmg-post-title,
.kpmg-header-outils-guides #header-message > .kpmg-left > .kpmg-post-title,
.page-besoin #header-message > .kpmg-left > .kpmg-post-title,
.kpmg-header-nos-offres-kpmg-pulse #header-message > .kpmg-left > span.title,
.page-secteur #header-message > .kpmg-left > span.title,
.kpmg-header-outils-guides #header-message > .kpmg-left > span.title,
.page-besoin #header-message > .kpmg-left > span.title,
.kpmg-header-decouvrir-kpmg-pulse #header-message > .kpmg-left .kpmg-post-title{
  font-family: "KPMG-Light";
  font-weight: 400;
  font-size: 90px;
  line-height: 90px;
  padding-left: 63px;
  padding-right: 40px;
  width: -webkit-calc(100% - 103px);
  width: -moz-calc(100% - 103px);
  width: calc(100% - 103px);
  color: #00338D;
}
.kpmg-header-magazine-triplet #header-message > .kpmg-left > span.subtitle {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: var(--kpmg-black);
  letter-spacing: 0.1px;
  line-height: 28px;
}

.kpmg-header-home #header-message > .kpmg-left > span.title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  color: var(--kpmg-black);
  letter-spacing: 0.1px;
  line-height: 28px;
}

.kpmg-header-general-assembly #header-message > .kpmg-left > span.title {
  font-family: "KPMG-Light";
  font-weight: 400;
  font-size: 60px;
  line-height: 60px;
  color: var(--kpmg-black);
  letter-spacing: 0.1px	
}

.kpmg-header-general-assembly #header-message > .kpmg-left > span.first,
.kpmg-header-general-assembly #header-message > .kpmg-left > span.second {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  color: var(--kpmg-black);
  letter-spacing: 0.1px	
}

.kpmg-header-general-assembly #header-message > .kpmg-left > span.first {
	margin-top:50px;
}

.kpmg-header-general-assembly #header-message > .kpmg-acknowledgment {
	width: 100%;
}

.kpmg-header-general-assembly #header-message > .kpmg-acknowledgment.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;	
}

.kpmg-header-general-assembly #header-message > .kpmg-acknowledgment h1 {
	font-family: "KPMG-Light";
	font-weight: 400;
	font-size: 60px;
	line-height: 60px;
	padding-left: 36px;
	color: var(--kpmg-black);
	letter-spacing: 0.1px;	
}

.kpmga-book .kpmg-header-general-assembly #header-message > .kpmg-acknowledgment h1 {
	padding:0px;
}

.kpmg-header-general-assembly #header-message > .kpmg-acknowledgment span {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	padding-left: 36px;
	color: var(--kpmg-black);
	letter-spacing: 0.1px;	
	margin-top: 50px;
}

.kpmga-book .kpmg-header-general-assembly #header-message > .kpmg-acknowledgment span {
	margin-top: 10px;
	padding:0px;
}

.kpmg-header-magazine-triplet #header-message > .kpmg-left > span.subtitle:nth-of-type(1) ,
.kpmg-header-magazine-triplet #header-message > .kpmg-left > span.subtitle:nth-of-type(2) ,
.kpmg-header-magazine-triplet #header-message > .kpmg-left > span.subtitle:nth-of-type(3) ,
.kpmg-header-home #header-message > .kpmg-left > span.title:nth-of-type(1) {
  margin:0px;
  padding:0px 30px 0px 63px;  
}

.kpmg-header-magazine-triplet #header-message > .kpmg-left > span.subtitle:nth-of-type(4) ,
.kpmg-header-home #header-message > .kpmg-left > span.title:nth-of-type(2) {
  margin:0px;
  padding:0px 30px 63px 63px;  
}

.kpmg-header-magazine-triplet #header-message > .kpmg-left > form.form-newsletter {
    padding: 0 0 0 63px;
    width: 80%;
}
.kpmg-header-magazine-triplet #header-message > .kpmg-left > form.form-newsletter input.newsletter-email{
    background: none;
    outline: none;
    padding-left: 24px;
    height: 40px;
    line-height: 56px;
    border: 1px solid #ACB0C0;
    display: inline-block;
    width: 57%;
    font-family: Helvetica;
    font-size: 14px;
    letter-spacing: 0;
    float: left;
}
.kpmg-header-magazine-triplet #header-message > .kpmg-left > form.form-newsletter input.newsletter-submit{
    background: #F68D2E;
    outline: none;
    height: 43px;
    line-height: 58px;
    border: 1px solid #F68D2E;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 24px;
    float: left;
    width: 30%;
    text-transform: uppercase;
}
.kpmg-header-magazine-triplet #header-message > .kpmg-left > p.doneSending {
    font-weight: normal;
    font-size: 9px !important;
    line-height: 15px;
    padding-left: 63px;
    font-family: Open sans;
}

.kpmg-header-magazine-triplet #header-message > .kpmg-left > span.first ,
.kpmg-header-home #header-message > .kpmg-left > span.first {
  font-size: 90px;
  line-height: normal;
  padding-left: 63px;
}

.kpmg-header-home.page-bureau #header-message > .kpmg-left > span.first {
  font-size: 60px;
  line-height: 60px;
  color:var(--kpmg-blue-medium);
  padding-left: 19.2%;
}

.kpmg-header-home.page-bureau #header-message > .kpmg-left > span.first.last {
  margin-bottom:50px;
}

.kpmg-header-magazine-triplet #header-message > .kpmg-left > span.first {
  padding-top: 63px;
  display : none;
}

.kpmg-header-magazine-triplet #header-message > .kpmg-left > span.second,
.kpmg-header-home.page-bureau #header-message > .kpmg-left > span.second,
.kpmg-header-home #header-message > .kpmg-left > span.second {
  font-family: "Open sans";
  font-weight: 600;
  line-height: 22px;	
}

.kpmg-header-magazine-triplet #header-message > .kpmg-left > span.second{
  font-size: 22px;
  padding: 0 0 0 63px;
  display : none;
}

.kpmg-header-home #header-message > .kpmg-left > span.second {
  font-size: 22px;	
  padding: 0 63px 63px;
}

.kpmg-header-home.page-bureau #header-message > .kpmg-left > span.second {
  font-size: 20px;
  padding: 0 63px 15px 19.2% !important;
}
.kpmg-header-home.page-bureau #header-message > .kpmg-left > span.second a{
  text-decoration :none;
  color : #000000;
}

.kpmg-header-home.page-bureau #header-message > .kpmg-left > span.second.selected {
	color:#EAAA00;
}

.kpmg-header-home.page-bureau #header-message > .kpmg-left > span.second.selected::after {
  display:none;
  content:'';
  height:4px;
  width:-webkit-calc(100% - 126px);
  width:-moz-calc(100% - 126px);
  width:calc(100% - 126px);
  margin-top: 4px;
  background-color:var(--kpmg-orange);
}

.kpmg-header-home.page-bureau #header-message > .kpmg-left > span.second.last {
  margin-bottom:25px;
}

#kpmg-page-office #header-message > .kpmg-right {
	-ms-flex: 70%;
	-webkit-box-flex: 70%;
	-webkit-flex: 70%;
	-moz-box-flex: 70%;
	     flex: 70%;
	height: 450px;
	max-height: 450px;
}

.kpmg-header-single-mypulse #header-message > .kpmg-right,
.kpmg-header-decouvrir-kpmg-pulse #header-message > .kpmg-right,
.kpmg-header-nos-offres-kpmg-pulse #header-message > .kpmg-right,
.kpmg-header-outils-guides #header-message > .kpmg-right,
.page-secteur #header-message > .kpmg-right,
.page-besoin #header-message > .kpmg-right,
#kpmg-header .kpmg-header-title .kpmg-right.single ,
.kpmg-header-magazine-triplet #header-message > .kpmg-right ,
.kpmg-header-home #header-message > .kpmg-right {
    -webkit-box-flex: 0 60%;
    -webkit-flex: 0 60%;
    -ms-flex: 0 60%;
    -moz-box-flex: 0 60%;
    flex: 0 60%;
    width:60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: 0 !important;
    margin: 0px 50px 0px 0px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.kpmg-header-home.page-bureau #header-message > .kpmg-right {
	display: block;
	width: -webkit-calc(100% - 450px);
	width: -moz-calc(100% - 450px);
	width: calc(100% - 450px);
	background-position: center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-repeat: no-repeat;	
}

.kpmg-header-home.page-bureau #header-message > .kpmg-right .kpmg-columns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	height:100%;
	width:100%;
	content:'';
}

.kpmg-header-home.page-bureau #header-message > .kpmg-right .kpmg-columns .col-1{
	display:inline-block;
	height: inherit;
	border-right: 20px solid #FFF;
	width: -webkit-calc(48% - 20px);
	width: -moz-calc(48% - 20px);
	width: calc(48% - 20px);
}

.kpmg-header-home.page-bureau #header-message > .kpmg-right .kpmg-columns .col-2{
	display:inline-block;
	height: inherit;
	border-right: 20px solid #FFF;
	width: -webkit-calc(31% - 20px);
	width: -moz-calc(31% - 20px);
	width: calc(31% - 20px);	
}

.kpmg-header-home.page-bureau #header-message > .kpmg-right .kpmg-columns .col-3{
	display:inline-block;
	height: inherit;
}

.kpmg-header-general-assembly #header-message > .kpmg-right {
  -webkit-box-flex:0;
  -webkit-flex:0 0 -webkit-calc(50% - 27px);
      -ms-flex:0 0 calc(50% - 27px);
          -moz-box-flex:0;
       flex:0 0 calc(50% - 27px);
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
       justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
       align-items: center;
  padding: 0 !important;
  margin:0 50px 50px 0px;
  height: 364px;
  background-image: url('../assets/header/kpmg-general-assembly.jpg');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

body:not(.kpmga-book) .kpmg-header-general-assembly #header-message > .kpmg-acknowledgment {
	display:none;
}

.kpmg-header-general-assembly #header-message > .kpmg-acknowledgment,
.kpmg-header-magazine-triplet #header-message > .kpmg-right ,
.kpmg-header-home:not(.covid) #header-message > .kpmg-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          -webkit-flex-direction: column;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
       flex-direction: column;
}

.kpmg-header-single-mypulse #header-message > .kpmg-right,
.kpmg-header-decouvrir-kpmg-pulse #header-message > .kpmg-right,
.page-secteur #header-message > .kpmg-right,
.page-besoin #header-message > .kpmg-right,
.kpmg-header-nos-offres-kpmg-pulse #header-message > .kpmg-right,
.kpmg-header-outils-guides #header-message > .kpmg-right,
.kpmg-header-general-assembly #header-message > .kpmg-right ,
.kpmg-header-magazine-triplet #header-message > .kpmg-right ,
.kpmg-header-home.covid #header-message > .kpmg-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            -moz-box-orient: horizontal;
            -moz-box-direction: normal;
         flex-direction: row;
         height:100%;
}

.kpmg-header-single-mypulse #header-message > .kpmg-right > .col,
.kpmg-header-decouvrir-kpmg-pulse #header-message > .kpmg-right > .col,
.page-secteur #header-message > .kpmg-right > .col,
.page-besoin #header-message > .kpmg-right > .col,
.kpmg-header-nos-offres-kpmg-pulse #header-message > .kpmg-right > .col,
.kpmg-header-outils-guides #header-message > .kpmg-right > .col,
.kpmg-header-general-assembly #header-message > .kpmg-right > .kpmga,
.kpmg-header-magazine-triplet #header-message > .kpmg-right > .col,
.kpmg-header-magazine-triplet #header-message > .kpmg-right > .mag1,
.kpmg-header-magazine-triplet #header-message > .kpmg-right > .mag2,
.kpmg-header-magazine-triplet #header-message > .kpmg-right > .mag3,
.kpmg-header-home #header-message > .kpmg-right > .assist,
.kpmg-header-home #header-message > .kpmg-right > .global,
.kpmg-header-home #header-message > .kpmg-right > .covid {
  height:100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

.kpmg-header-single-mypulse #header-message > .kpmg-right > .col,
.kpmg-header-decouvrir-kpmg-pulse #header-message > .kpmg-right > .col,
.kpmg-header-magazine-triplet #header-message > .kpmg-right > .col,
.kpmg-header-nos-offres-kpmg-pulse #header-message > .kpmg-right > .col,
.kpmg-header-outils-guides #header-message > .kpmg-right > .col,
.page-secteur #header-message > .kpmg-right > .col,
.page-besoin #header-message > .kpmg-right > .col {
	width:100%;
}

.kpmg-header-general-assembly #header-message > .kpmg-right > .div {
	background-position-y: bottom;	
}

.kpmg-header-general-assembly #header-message > .kpmg-right > .kpmga-1 {
	width:48%; 
    margin-right:2%;
	/* background-image:url('../assets/header/kpmg-general-assembly-1.png'); */
}

.kpmg-header-general-assembly #header-message > .kpmg-right > .kpmga-2 {
	width:31.33333%;    
    margin-right:2%;	
	/* background-image:url('../assets/header/kpmg-general-assembly-2.png'); */
}

.kpmg-header-general-assembly #header-message > .kpmg-right > .kpmga-3 {
	width:16.66666%;
    margin-right:2%;	
	/* background-image:url('../assets/header/kpmg-general-assembly-3.png'); */
}

.kpmg-header-single-mypulse #header-message > .kpmg-right > .col-1,
.kpmg-header-decouvrir-kpmg-pulse #header-message > .kpmg-right > .col-1,
.kpmg-header-nos-offres-kpmg-pulse #header-message > .kpmg-right > .col-1,
.kpmg-header-outils-guides #header-message > .kpmg-right > .col-1,
.page-secteur #header-message > .kpmg-right > .col-1,
.page-besoin #header-message > .kpmg-right > .col-1,    
.kpmg-header-magazine-triplet #header-message > .kpmg-right > .mag1 ,
.kpmg-header-home #header-message > .kpmg-right > .assist {
    width:48%;
    margin-right:2%;
    /* background-position-x: 65%; */
}

.kpmg-header-single-mypulse #header-message > .kpmg-right > .col-2,
.kpmg-header-decouvrir-kpmg-pulse #header-message > .kpmg-right > .col-2,
.kpmg-header-nos-offres-kpmg-pulse #header-message > .kpmg-right > .col-2,
.kpmg-header-outils-guides #header-message > .kpmg-right > .col-2,
.page-secteur #header-message > .kpmg-right > .col-2,
.page-besoin #header-message > .kpmg-right > .col-2, 
.kpmg-header-magazine-triplet #header-message > .kpmg-right > .mag2 ,
.kpmg-header-home #header-message > .kpmg-right > .global {
    width:31.33333%;    
    margin-right:2%;
    /* background-position-x: 49%; */
}

.kpmg-header-single-mypulse #header-message > .kpmg-right > .col-3,
.kpmg-header-decouvrir-kpmg-pulse #header-message > .kpmg-right > .col-3,
.kpmg-header-nos-offres-kpmg-pulse #header-message > .kpmg-right > .col-3,
.kpmg-header-outils-guides #header-message > .kpmg-right > .col-3,
.page-secteur #header-message > .kpmg-right > .col-3,
.page-besoin #header-message > .kpmg-right > .col-3, 
.kpmg-header-magazine-triplet #header-message > .kpmg-right > .mag3 ,
.kpmg-header-home #header-message > .kpmg-right > .covid {
    width:16.66666%;
    /* background-position-x: 49%; */
    /* background-position-y: -30px; */
    -webkit-background-size: auto;
       -moz-background-size: auto;
         -o-background-size: auto;
            background-size: auto;
}

.kpmg-header-magazine-triplet #header-message > .kpmg-right > .titre-header-home ,
.kpmg-header-home #header-message > .kpmg-right > .titre-header-home {
  margin: 60px 0px 0px 0px !important;
  padding: 0px !important;
}

.kpmg-header-magazine-triplet #header-message > .kpmg-right > .titre-header-home .hero-text ,
.kpmg-header-home #header-message > .kpmg-right > .titre-header-home .hero-text {
  margin: 0px !important;
}

.kpmg-header-magazine-triplet #header-message > .kpmg-right > .home-header-text ,
.kpmg-header-home #header-message > .kpmg-right > .home-header-text {
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-box;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          -webkit-flex-direction:column;
          -moz-box-orient:vertical;
          -moz-box-direction:normal;
       flex-direction:column;  
  margin-top: 120px;
}

.flipInX {
    -webkit-animation-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
            -moz-animation-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
              -o-animation-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
         animation-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -webkit-animation-iteration-count: 1;
            -moz-animation-iteration-count: 1;
              -o-animation-iteration-count: 1;
         animation-iteration-count: 1;
    -webkit-animation-direction: backwards;
            -moz-animation-direction: backwards;
              -o-animation-direction: backwards;
         animation-direction: backwards;
    -webkit-animation-play-state: running;
            -moz-animation-play-state: running;
              -o-animation-play-state: running;
         animation-play-state: running;  
    -webkit-animation-duration: 1s; 
            -moz-animation-duration: 1s; 
              -o-animation-duration: 1s; 
         animation-duration: 1s;
}

/* .flipInX.dl-0 {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;    
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.flipInX.dl-1 {
    -webkit-animation-name: flipInX1;
    animation-name: flipInX1;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.flipInX.dl-2 {
    -webkit-animation-name: flipInX2;
    animation-name: flipInX2;   
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.flipInX.dl-3 {
    -webkit-animation-name: flipInX3;
    animation-name: flipInX3;
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
} */

@-webkit-keyframes flipInX {
  0% {
    visibility: hidden;
    -webkit-transform: rotateX(-80deg);
            transform: rotateX(-80deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";   
  }

  5% {
    visibility: visible;
    -webkit-transform: rotateX(-80deg);
            transform: rotateX(-80deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";   
  }

  25% {
    visibility: visible;  
   -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  
  100% {
    visibility: visible;
   -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-webkit-keyframes flipInX1 {
  0% {
    visibility: hidden;
    -webkit-transform: rotateX(-80deg);
            transform: rotateX(-80deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";   
  }

  5% {
    visibility: visible;
    -webkit-transform: rotateX(-80deg);
            transform: rotateX(-80deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";   
  }

  43.75% {
    visibility: visible;  
   -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  
  200% {
    visibility: visible;  
   -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-webkit-keyframes flipInX2 {
  0% {
    visibility: hidden;
    -webkit-transform: rotateX(-80deg);
            transform: rotateX(-80deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";   
  }

  5% {
    visibility: visible;
    -webkit-transform: rotateX(-80deg);
            transform: rotateX(-80deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";   
  }

  68.75% {
    visibility: visible;  
   -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  
  200% {
    visibility: visible;  
   -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-webkit-keyframes flipInX3 {
  0% {
    visibility: hidden;
    -webkit-transform: rotateX(-80deg);
            transform: rotateX(-80deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";   
  }

  5% {
    visibility: visible;
    -webkit-transform: rotateX(-80deg);
            transform: rotateX(-80deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";   
  }

  75% {
    visibility: visible;
   -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  
  200% {
    visibility: visible;  
   -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.kpmg-header-home #header-message > .kpmg-right .home-header-text-inner {
    color: var(--kpmg-grey-light);
    font-family: sans-serif;
    font-weight: 500;
    line-height: 1.5;
    font-size: 30px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";         
}
.kpmg-header-home #header-message > .kpmg-right > .bouton-play {
   margin: 50px 0px 0px !important;
}

.kpmg-header-home #header-message > .kpmg-right > .bouton-play > a {
  width: 80px;
  height: 80px;
}

.kpmg-header-home #header-message > .kpmg-right > .bouton-mouse {
  margin: 0px !important;
  position: absolute;
  bottom: 100px;
}

.kpmg-header-home #header-message > .kpmg-right > .bouton-mouse > a {
  position: unset !important;
  left: unset !important;
  right: unset !important;
  bottom: unset !important;
  -webkit-animation-name: animation-mouse;
  -moz-animation-name: animation-mouse;
    -o-animation-name: animation-mouse;
       animation-name: animation-mouse;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
       animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 120;
  -moz-animation-iteration-count: 120;
    -o-animation-iteration-count: 120;
       animation-iteration-count: 120;
  margin: 0px !important;
}

header .line-wrapper {
    display:none;
}

header .menu-wrapper {
    float: left;
    width: -webkit-calc(100% - 201px);
    width: -moz-calc(100% - 201px);
    width: calc(100% - 201px);  
    padding: 0px 0px 0px 27px;
}

header .menu-wrapper ul li:first-child a {
  display: block;
}

header .header-top .menu-wrapper ul.bottom-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
}

header .header-top.fixed .menu-wrapper ul.bottom-menu {
    width: -webkit-calc(100% - 164px);
    width: -moz-calc(100% - 164px);
    width: calc(100% - 164px);
}

header .header-top .menu-wrapper ul.bottom-menu > li.menu-item {
  display: -ms-inline-grid;
  display: inline-grid;
  position:relative;    
  height: 60px;
}

header .header-top .menu-wrapper ul.bottom-menu > li.menu-item:hover:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color:  #EAAA00;
}

header .header-top .menu-wrapper ul.bottom-menu > li.kpmg-search {
	-webkit-box-ordinal-group: 20;
	-webkit-order: 19;
	    -ms-flex-order: 19;
	        -moz-box-ordinal-group: 20;
	     order: 19;
    padding-left : 20px;
}

header .header-top .menu-wrapper ul.bottom-menu > li.kpmg-search > a {
}

header .header-top .menu-wrapper ul.bottom-menu > li.kpmg-menu-devis {
  background-color : #EAAA00 !important;
}

.single-faq header .header-top:not(.fixed) .menu-wrapper ul.bottom-menu > li.covid-19:before,
.single-faq header .header-top:not(.fixed) .menu-wrapper ul.bottom-menu > li.kpmg-menu-devis:before {
    content: '';
    display: block;
    position:absolute;
    height: 30px;
    width:2.5px;    
    margin:15px 0px;
    background-color:#fff;
}

.single-faq header .header-top:not(.fixed) .menu-wrapper ul.bottom-menu > li.covid-19 a,
.single-faq header .header-top:not(.fixed) .menu-wrapper ul.bottom-menu > li.kpmg-menu-devis a {
  padding:0px 7.5px 0px 10px;
}

header .header-top .menu-wrapper ul.bottom-menu > li.kpmg-menu-devis span {
  color : #fff !important;
}

header .header-top .menu-wrapper ul.bottom-menu li.menu-separator {
    content: '';
    display: block;
    height: 30px;
    width:2.5px;    
    margin:15px 0px;
    background-color:rgba(169, 171, 177, 0.4);
}
header .header-top .menu-wrapper ul.bottom-menu li.menu-separator:nth-child(12) {
	margin-left : auto;

}
.single-faq header .header-top:not(.fixed) .menu-wrapper ul.bottom-menu li.menu-separator {
    background-color:#fff;
}

header .header-top .menu-wrapper ul.bottom-menu li.limiter {
   /* margin-left:auto; */
   display : none;
}

header .header-top.fixed .menu-wrapper ul.bottom-menu > li.menu-item:hover {
  height: 61px !important;
  line-height: 61px !important;
}

header .header-top .menu-wrapper ul.bottom-menu > li.menu-item > a {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0;
    text-decoration: none;
    -webkit-transition: all ease 0.6s;
    -o-transition:all ease 0.6s;
    -moz-transition:all ease 0.6s;
    transition: all ease 0.6s;
}

header .header-top .menu-wrapper ul.bottom-menu > li.menu-item > a {
    padding: 0px 10px;  
}

header .header-top .menu-wrapper ul.bottom-menu > li.menu-item > a.search-btn {
}

header .header-top .menu-wrapper ul.bottom-menu > li.kpmg-menu-devis > a {
	color: #fff !important;
}

header.kpmg-header-magazine-triplet .header-top .menu-wrapper ul.bottom-menu > li.menu-item > a,
header.kpmg-header-home .header-top .menu-wrapper ul.bottom-menu > li.menu-item > a,
header.kpmg-header-mypulse .header-top .menu-wrapper ul.bottom-menu > li.menu-item > a { 
    color: var(--kpmg-black);
}

header .header-top .menu-wrapper ul.bottom-menu > li.covid-19 > a,
header .header-top.fixed .menu-wrapper ul.bottom-menu > li.covid-19 > a { 
    background-color: var(--kpmg-orange) !important;
    color:#000 !important;
}

header .header-top .menu-wrapper ul.bottom-menu > li.menu-item > a {
    color: #000;
}

header .header-top.fixed .menu-wrapper ul.bottom-menu > li.menu-item > a {
  height: 50px;
  line-height: 50px;
}

header .header-top .menu-wrapper ul.bottom-menu > li.kpmg-menu-devis > a,
header .header-top .menu-wrapper ul.bottom-menu > li.kpmg-rencontre  > a,
header .header-top .menu-wrapper ul.bottom-menu > li:not(.to_right)  > a {
  margin:18px auto; 
}

header .header-top.fixed .menu-wrapper ul.bottom-menu > li.menu-item > a {
  margin:auto;  
}

header .header-top .menu-wrapper ul.bottom-menu li.to_right > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
}

header .header-top.fixed .menu-wrapper ul.bottom-menu li.kpmg-search {
}

header .header-top .menu-wrapper ul.bottom-menu li.to_right > a > img.show ,
header .header-top.fixed .menu-wrapper ul.bottom-menu li.to_right > a > img.show {
  /* display: block !important; */
  padding:0px;
}

header .header-top.fixed .logo-wrapper > a > img {
    height:50px;
}

header .header-top .logo-wrapper > a > img.sticky,
header .header-top .logo-wrapper > a > img.sticky,
header .header-top.fixed .logo-wrapper > a > img.main,
header .header-top.fixed .logo-wrapper > a > img.main {
  display: none;
  margin-right: 0px !important; 
}

header .header-top .logo-wrapper > a > img.main,
header .header-top .logo-wrapper > a > img.main,
header .header-top.fixed .logo-wrapper > a > img.sticky,
header .header-top.fixed .logo-wrapper > a > img.sticky {
  display: block;
}

header .header-top .logo-wrapper {
    position: relative; 
    float: left;
    height: 85px;
    width: 120px;
    padding: 0px 27px; 
}

header .header-top .logo-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right:0px;
    height: 85px;
    border-right: 3px solid rgba(169, 171, 177, 0.4);   
}

.single-faq header .header-top .logo-wrapper:before {
    border-right: 3px solid #fff;   
}

header .header-top.fixed .logo-wrapper:before {
    top: 7.5px;
    height: 45px;
}

header .header-top.fixed .logo-wrapper {
    height: 60px;
}

header .header-top .logo-wrapper a{
    position: absolute;
    top: 30px;      
    height: 50px;
}

header .header-top.fixed .logo-wrapper a{
    top: 5px;       
}

header.kpmg-header-magazine-triplet .menu-top-wrapper, 
header.kpmg-header-home .menu-top-wrapper, 
header.kpmg-header-mypulse .menu-top-wrapper {
}

header .menu-top-wrapper {
  position:relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    padding: 0px 50px 0px 10px;
}

header .menu-top-wrapper .to_right {
  background-color: transparent;    
  color:#000;   
}

header .menu-top-wrapper .last {
 float: right;
}

header .header-top .connect-plus {
  position:absolute;
  top:40px;
  right:4px;
  display: none;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  -webkit-flex-direction:row;
  -moz-box-orient:horizontal;
  -moz-box-direction:normal;
       flex-direction:row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
       justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
       align-items: center;  
  height:60px;
  background-color: white;
  border: 1px solid var(--kpmg-grey-light-1);
  z-index: 1;
}

header .header-top .connect-plus.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

header .header-top.fixed .connect-plus {
  top:60px;
  right:0px;
}

header .header-top .connect-plus:before {
  content:'';
  display:block;  
  border: 6px solid transparent;
  position: absolute;
  top: -15px;
}

header .header-top .connect-plus:after {
  /* width: 20px; */
  /* height: 60px; */
  /* background: white; */
  /* bottom: 0px; */
  /* top: 0px; */
  /* border: unset; */
  /* left: -21px; */
}

header .header-top .connect-plus:before {
  border-bottom: 6px solid rgba(169, 171, 177, 0.4);
  right: 158px;
}

header .header-top .connect-plus.white:before {
  border-bottom: 6px solid #fff;
}

header .header-top.fixed .connect-plus:before {
  border-bottom: 6px solid var(--kpmg-orange);
  right: 18px;
}

header .header-top .connect-plus .menu-separator {
  content: '';
  display: block;
  height: 45px;
  width: 2.5px;
  margin: 15px 5px;
  background-color: rgba(169, 171, 177, 0.4);
}

header .header-top .connect-plus a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  -webkit-flex-direction:row;
  -moz-box-orient:horizontal;
  -moz-box-direction:normal;
       flex-direction:row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
       justify-content: space-between; 
  text-decoration: none;
}

header .header-top .connect-plus a span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 24px;
}

header .header-top .connect-plus a.connect-visitor span {
  color: var(--kpmg-black);
}

header .header-top .connect-plus a.connect-premium span {
  color: var(--kpmg-blue-light);
}

header .header-top .connect-plus a img.icon {
  width: 24px;
  height: 24px;
  margin: 0px 5px;
}

header .header-top .connect-plus a img.right-arrow {
  width: auto;
  height: 24px;
  margin: auto;
  -o-object-fit:cover;
     object-fit:cover;
}

header .header-top .menu-wrapper ul.bottom-menu li.to_right>a>span {
  display: block;
  font-size: 15px !important;
  margin-left: 18px;
}

header .header-top .menu-wrapper ul.bottom-menu li ul.kpmg-mega-menu {
  top: 133px;
}

header .header-top.fixed .menu-wrapper ul.bottom-menu li ul.kpmg-mega-menu {
  top: 53px;
}

.fixed img {
  -webkit-filter: unset !import;
  filter: unset !import;
}

header .header-top .menu-wrapper ul.bottom-menu li ul.kpmg-needs {
  padding: 30px -webkit-calc(180px + (27px * 2) + 10px);
  padding: 30px -moz-calc(180px + (27px * 2) + 10px);
  padding: 30px calc(180px + (27px * 2) + 10px);
  z-index: 100;
}

header .header-top.fixed .menu-wrapper ul.bottom-menu li ul.kpmg-needs {
  padding: 30px -webkit-calc(128px + (27px * 2) + 10px);
  padding: 30px -moz-calc(128px + (27px * 2) + 10px);
  padding: 30px calc(128px + (27px * 2) + 10px);
}

header .header-top .menu-wrapper ul.bottom-menu li ul.kpmg-sectors {
  padding: 30px -webkit-calc(365px);
  padding: 30px -moz-calc(365px);
  padding: 30px calc(365px);
  z-index: 100;
}

header .header-top.fixed .menu-wrapper ul.bottom-menu li ul.kpmg-sectors {
  padding: 30px -webkit-calc(310px);
  padding: 30px -moz-calc(310px);
  padding: 30px calc(310px);
}

header .header-top.fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          -webkit-flex-direction:row;
          -moz-box-orient:horizontal;
          -moz-box-direction:normal;
       flex-direction:row;
  border-bottom: 1px solid var(--kpmg-blue);
  min-height: 60px;
}

header .header-top.fixed .menu-wrapper {
  padding: 0px;
}

header .header-top.fixed .menu-wrapper ul.bottom-menu li.to_right>a>span {
  font-size: 15px;
  display: block;
}

header .header-top .menu-wrapper ul.bottom-menu li>a>img {
  width:auto;
  height:24px;
  margin:auto;
}

header .header-top.fixed .menu-wrapper ul.bottom-menu li.kpmg-connect {
    -webkit-box-ordinal-group:9;
        -ms-flex-order:8;
            -webkit-order:8;
            -moz-box-ordinal-group:9;
         order:8;
}

header .header-top.fixed .menu-wrapper ul.bottom-menu li.kpmg-connect a {   
    padding: 0 12.5px;
}

header .header-top .menu-wrapper ul.bottom-menu li > a > img.colorFilter,
header .header-top .menu-wrapper ul.bottom-menu li > a > img.displayFilter {
  display: none;
  margin-right: 0px;	
}

header.nav-dark .header-top:not(.fixed) .menu-wrapper ul.bottom-menu li > a > img.displayFilter,
header.nav-dark .header-top.fixed .menu-wrapper ul.bottom-menu li > a > img.colorFilter,
header.nav-light .header-top .menu-wrapper ul.bottom-menu li > a > img.colorFilter {
 display: block;	
}

/* header:not(.kpmg-header-magazine-triplet) .header-top .menu-wrapper ul.bottom-menu li.kpmg-menu-devis>a.menu-devis>img.colorFilter,
header:not(.kpmg-header-magazine-triplet) .header-top .menu-wrapper ul.bottom-menu li.kpmg-rencontre>a>img.colorFilter,
header:not(.kpmg-header-home) .header-top .menu-wrapper ul.bottom-menu li.kpmg-menu-devis>a.menu-devis>img.colorFilter,
header:not(.kpmg-header-home) .header-top .menu-wrapper ul.bottom-menu li.kpmg-rencontre>a>img.colorFilter,
header:not(.kpmg-header-mypulse) .header-top .menu-wrapper ul.bottom-menu li.kpmg-menu-devis>a.menu-devis>img.colorFilter,
header:not(.kpmg-header-mypulse) .header-top .menu-wrapper ul.bottom-menu li.kpmg-rencontre>a>img.colorFilter {
  display: none;
  margin-right: 0px;
} */

/* header:not(.kpmg-header-magazine-triplet) .header-top .menu-wrapper ul.bottom-menu li.kpmg-menu-devis>a.menu-devis>img.displayFilter,
header:not(.kpmg-header-magazine-triplet) .header-top .menu-wrapper ul.bottom-menu li.kpmg-rencontre>a>img.displayFilter,
header:not(.kpmg-header-magazine-triplet) .header-top .menu-wrapper ul.bottom-menu li.kpmg-search>a>img.displayFilter,
header:not(.kpmg-header-home) .header-top .menu-wrapper ul.bottom-menu li.kpmg-menu-devis>a.menu-devis>img.displayFilter,
header:not(.kpmg-header-home) .header-top .menu-wrapper ul.bottom-menu li.kpmg-rencontre>a>img.displayFilter,
header:not(.kpmg-header-home) .header-top .menu-wrapper ul.bottom-menu li.kpmg-search>a>img.displayFilter,
header:not(.kpmg-header-mypulse) .header-top .menu-wrapper ul.bottom-menu li.kpmg-menu-devis>a.menu-devis>img.displayFilter,
header:not(.kpmg-header-mypulse) .header-top .menu-wrapper ul.bottom-menu li.kpmg-rencontre>a>img.displayFilter,
header:not(.kpmg-header-mypulse) .header-top .menu-wrapper ul.bottom-menu li.kpmg-search>a>img.displayFilter {
  display: block;
  margin-right: 0px;
}

header.kpmg-header-magazine-triplet .header-top .menu-wrapper ul.bottom-menu li.kpmg-menu-devis>a.menu-devis>img.colorFilter,
header.kpmg-header-magazine-triplet .header-top .menu-wrapper ul.bottom-menu li.kpmg-rencontre>a>img.colorFilter,
header.kpmg-header-magazine-triplet .header-top .menu-wrapper ul.bottom-menu li.kpmg-search>a>img.colorFilter,
header.kpmg-header-home .header-top .menu-wrapper ul.bottom-menu li.kpmg-menu-devis>a.menu-devis>img.colorFilter,
header.kpmg-header-home .header-top .menu-wrapper ul.bottom-menu li.kpmg-rencontre>a>img.colorFilter,
header.kpmg-header-home .header-top .menu-wrapper ul.bottom-menu li.kpmg-search>a>img.colorFilter,
header.kpmg-header-mypulse .header-top .menu-wrapper ul.bottom-menu li.kpmg-menu-devis>a.menu-devis>img.colorFilter,
header.kpmg-header-mypulse .header-top .menu-wrapper ul.bottom-menu li.kpmg-rencontre>a>img.colorFilter,
header.kpmg-header-mypulse .header-top .menu-wrapper ul.bottom-menu li.kpmg-search>a>img.colorFilter,
header .header-top.fixed .menu-wrapper ul.bottom-menu li.kpmg-menu-devis>a.menu-devis>img.colorFilter,
header .header-top.fixed .menu-wrapper ul.bottom-menu li.kpmg-rencontre>a>img.colorFilter,
header .header-top.fixed .menu-wrapper ul.bottom-menu li.kpmg-search>a>img.colorSticky,
header .header-top.fixed .menu-wrapper ul.bottom-menu li.kpmg-connect>a>img.colorFilter {
  display: block;
  margin-right: 0px;
}

header.kpmg-header-magazine-triplet .header-top .menu-wrapper ul.bottom-menu li.kpmg-menu-devis>a.menu-devis>img.displayFilter,
header.kpmg-header-magazine-triplet .header-top .menu-wrapper ul.bottom-menu li.kpmg-rencontre>a>img.displayFilter,
header.kpmg-header-magazine-triplet .header-top .menu-wrapper ul.bottom-menu li.kpmg-search>a>img.displayFilter,
header.kpmg-header-home .header-top .menu-wrapper ul.bottom-menu li.kpmg-menu-devis>a.menu-devis>img.displayFilter,
header.kpmg-header-home .header-top .menu-wrapper ul.bottom-menu li.kpmg-rencontre>a>img.displayFilter,
header.kpmg-header-home .header-top .menu-wrapper ul.bottom-menu li.kpmg-search>a>img.displayFilter,
header.kpmg-header-mypulse .header-top .menu-wrapper ul.bottom-menu li.kpmg-menu-devis>a.menu-devis>img.displayFilter,
header.kpmg-header-mypulse .header-top .menu-wrapper ul.bottom-menu li.kpmg-rencontre>a>img.displayFilter,
header.kpmg-header-mypulse .header-top .menu-wrapper ul.bottom-menu li.kpmg-search>a>img.displayFilter,
header .header-top.fixed .menu-wrapper ul.bottom-menu li.kpmg-menu-devis>a.menu-devis>img.displayFilter,
header .header-top.fixed .menu-wrapper ul.bottom-menu li.kpmg-rencontre>a>img.displayFilter,
header .header-top.fixed .menu-wrapper ul.bottom-menu li.kpmg-search>a>img.displayFilter,
header .header-top.fixed .menu-wrapper ul.bottom-menu li.kpmg-connect>a>img.displayFilter {
  display: none;
  margin-right: 0px;
} */

header .header-top .logo-wrapper a>img.colorFilter {
  display: block;
}

header .header-top.fixed .logo-wrapper a>img.colorFilter {
  display: block;
}

header .header-top.fixed .logo-wrapper a>img.displayFilter {
  display: none;
}

header .header-top.fixed .menu-wrapper ul.bottom-menu li.kpmg-devis {
  border-right: 1px solid #00338d !important;
}

header .header-top .menu-top-wrapper ul.top-menu li {
    display: inline-block;
    list-style: none;
    position: relative; 
    padding: 8px 15px;
}

header .header-top .menu-top-wrapper ul.top-menu li:nth-of-type(0) {
    padding: 8px 0px;
}

header .header-top .menu-top-wrapper ul.top-menu li.to_right {
    padding: 8px 22px;
}

header .header-top .menu-top-wrapper ul.top-menu li.kpmg-top-connect a {
    height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
}

header .header-top .menu-top-wrapper ul.top-menu li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #000;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-decoration: none;
}

header .header-top .menu-top-wrapper ul.top-menu li.kpmg-top-connect a {
    color: #000;
}

header .header-top .menu-top-wrapper ul.top-menu li.kpmg-top-discover a {
    color: #000;
}

header .header-top .menu-top-wrapper ul.top-menu li.kpmg-top-mypulse a {
    color: #000;
}

header.kpmg-header-magazine-triplet .header-top .menu-top-wrapper ul.top-menu li.kpmg-top-connect a,
header.kpmg-header-home .header-top .menu-top-wrapper ul.top-menu li.kpmg-top-connect a,
header.kpmg-header-mypulse .header-top .menu-top-wrapper ul.top-menu li.kpmg-top-connect a {
    color: var(--kpmg-black);
}

header.kpmg-header-magazine-triplet .header-top .menu-top-wrapper ul.top-menu li.kpmg-top-discover a,
header.kpmg-header-home .header-top .menu-top-wrapper ul.top-menu li.kpmg-top-discover a,
header.kpmg-header-mypulse .header-top .menu-top-wrapper ul.top-menu li.kpmg-top-discover a {
    color: var(--kpmg-black);
}

header.kpmg-header-magazine-triplet .header-top .menu-top-wrapper ul.top-menu li.kpmg-top-mypulse a,
header.kpmg-header-home .header-top .menu-top-wrapper ul.top-menu li.kpmg-top-mypulse a,
header.kpmg-header-mypulse .header-top .menu-top-wrapper ul.top-menu li.kpmg-top-mypulse a {
    color: var(--kpmg-black);
}

header .header-top .menu-top-wrapper ul.top-menu li.kpmg-top-mypulse a {
    text-transform: unset;
}

header .header-top .menu-top-wrapper ul.top-menu li.kpmg-connect-full>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
          -webkit-flex-direction: row;
          -moz-box-orient: horizontal;
          -moz-box-direction: normal;
       flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
       justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
       align-items: center;
  height: 100%;
}

#kpmg-header .bottom-menu li>a>img {

}

#kpmg-header .bottom-menu li.left-bordered {
}

#kpmg-header.kpmg-header-green {
  background: url('../assets/green-back.png') !important;
}

#kpmg-header.hide {
  z-index: 100000;
}

#kpmg-header #crumbs {
  padding: 30px 0px 0px 27px;
}

#kpmg-header #crumbs .delimiter {
  padding: 0px 10px;
}

#kpmg-header #crumbs a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  line-height: 24px;
  text-decoration: none;
  cursor: pointer;
}

#kpmg-header #crumbs span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  line-height: 24px;
}

#kpmg-header .kpmg-header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
          -webkit-flex-direction: row;
          -moz-box-orient: horizontal;
          -moz-box-direction: normal;
       flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
       justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
       align-items: center;
  height: 45px;
  margin-top: 40px;
}

#kpmg-header .kpmg-header-title.single {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          -moz-box-pack: justify;
       justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
       align-items: center;
  height: 45px;
  margin-top: 40px;
}

#kpmg-header.kpmg-header-nous-rencontrer-2  .kpmg-header-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          -webkit-flex-direction: column;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
       flex-direction: column;
  height: initial;
}

#kpmg-header.kpmg-header-nous-rencontrer-2  .kpmg-header-title h1 {
  line-height: 60px;
}

#kpmg-header .kpmg-header-title .link-back {
  position: absolute;
  left: 0;
  padding-left: 27px;
}

#kpmg-header .kpmg-header-title .link-back a {
  font-family: 'Open sans';
  font-size: 15px;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  text-decoration: unset;
  cursor: pointer;
}

#kpmg-header .kpmg-header-title .link-back a span {
  padding-right: 10px;
}

#kpmg-header .kpmg-header-title h1 {
  font-family: "KPMG-Light";
  font-size: 70px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #000;
  line-height: 70px;
  text-align: center;
  margin-top: -54px;
}

html#kpmg-single-uber-uns-experten .kpmg-header-title h1 {
	font-family: "KPMG-Light";
	font-style: normal;
	font-weight: 300;
	font-size: 51px;
	line-height: 59px;
	letter-spacing: -0.008em;
	color: #00338D;	
	text-align:left;
	width: 100%;
	max-width: 1400px;
	margin: 0 !important;
	padding: 0;
}

html#kpmg-single-uber-uns-experten .kpmg-header-title span {
	display:block;
	content:'';
	/*background-color: #00338D;	*/
	background-color: #005eb8;	
	width: 100%;
	height: 2px;
	padding: 0;
	margin:35px 0 0 0;
}

#kpmg-header.kpmg-header-nous-rencontrer-2 .kpmg-header-title h1 {
    margin-top: 0px;
}

#kpmg-header:not(.page-bureau):not(.kpmg-header-nous-rencontrer-2) .kpmg-header-title h1{
    margin-top: 50px;
}

#kpmg-header .kpmg-header-subtitle h2 {
  text-align: center;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
}


#kpmg-header.kpmg-header-nous-rencontrer-2  .kpmg-post-desc {
  margin: 15px 0px 20px 0px;
}

#kpmg-header.kpmg-header-nous-rencontrer-2  .kpmg-post-desc span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: white;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
}

#kpmg-header.kpmg-header-nous-rencontrer-2 div:not(#header-search) .form-position {
  width: 100%;
  max-width: 350px;
  min-width: 287px;
  position: relative;
}

#kpmg-header.kpmg-header-nous-rencontrer-2 div:not(#header-search) .form-position .input-text-position {
  width: -webkit-calc(-20px + 100%);
  width: -moz-calc(-20px + 100%);
  width: calc(-20px + 100%);
  padding-left: 40px;
  background: #fff;
  height: 46px;
  border: none;
  outline: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #00338d;
  letter-spacing: 0;
  line-height: 24px;
}

#kpmg-header.kpmg-header-nous-rencontrer-2 div:not(#header-search) .form-position .input-text-position:-ms-input-placeholder,
#kpmg-header.kpmg-header-nous-rencontrer-2 div:not(#header-search) .form-position .input-text-position:-ms-input-placeholder,
#kpmg-header.kpmg-header-nous-rencontrer-2 div:not(#header-search) .form-position .input-text-position::-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #00338d;
  letter-spacing: 0;
  line-height: 24px;
}

#kpmg-header.kpmg-header-nous-rencontrer-2 div:not(#header-search) .form-position .input-text-position::placeholder,
#kpmg-header.kpmg-header-nous-rencontrer-2 div:not(#header-search) .form-position .input-text-position:-ms-input-placeholder,
#kpmg-header.kpmg-header-nous-rencontrer-2 div:not(#header-search) .form-position .input-text-position::-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #00338d;
  letter-spacing: 0;
  line-height: 24px;
}

#kpmg-header.kpmg-header-nous-rencontrer-2 div:not(#header-search) .form-position .form-position-submit {
  position: absolute;
  height: 100%;
  width: 40px;
  right: 20px;
  top: 0px;
}

#kpmg-header.kpmg-header-nous-rencontrer-2 div:not(#header-search) .form-position .form-position-submit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
       align-items: center;
  height: 100%;
  width: 40px;
  line-height: 45px;
  text-align: center;
}

#kpmg-header.kpmg-header-nous-rencontrer-2 div:not(#header-search) .form-position .form-position-submit a img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.55 0.44999999999999996" /><feFuncG type="table" tableValues="0.55 0.44999999999999996" /><feFuncB type="table" tableValues="0.55 0.44999999999999996" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.39907000000000004 0.76131 0.18711 0 0 0.34551 0.6891400000000001 0.16632 0 0 0.26928 0.52866 0.13969 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="5.04518 -3.6750999999999996 -0.3700799999999999 0 0 -1.09482 2.5263 -0.3700799999999999 0 0 -1.09482 -3.6750999999999996 5.76992 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="341" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.01" /><feFuncG type="linear" slope="1.01" /><feFuncB type="linear" slope="1.01" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.91" intercept="0.044999999999999984" /><feFuncG type="linear" slope="0.91" intercept="0.044999999999999984" /><feFuncB type="linear" slope="0.91" intercept="0.044999999999999984" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: invert(55%) sepia(99%) saturate(614%) hue-rotate(341deg) brightness(101%) contrast(91%);
  filter: invert(55%) sepia(99%) saturate(614%) hue-rotate(341deg) brightness(101%) contrast(91%);
  filter: invert gray progid:DXImageTransform.Microsoft.Light() progid:DXImageTransform.Microsoft.Light();
}

#kpmg-header.kpmg-header-nous-rencontrer-2 div.header-top.fixed ~ div.kpmg-header-title {
  margin-top: 200px;
}

/* ################# STYLE TEMPLATE   :: END   ################################
   ################# STYLE HOME       :: START ################################     
*/

#project-introduction {
  background-color: var(--kpmg-grey-light);
  padding: 45px 8%;
}

#project-introduction  div.project-introduction {
  position: relative;
  width: 100%;
  background: none;
  margin: 0px;
  z-index: 99999;
  text-align: center;
  overflow: unset;
}

#project-introduction div.project-introduction > h2 {
  margin-bottom:10px;
  padding:0px;  
}
    
#project-introduction div.project-introduction > p {
    opacity:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";   
    -webkit-transition: opacity 0.4s linear;    
    -o-transition:opacity 0.4s linear;    
    -moz-transition:opacity 0.4s linear;    
    transition: opacity 0.4s linear;
}   

#project-introduction div.project-introduction > p.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: opacity 0.4s linear;
    -o-transition:opacity 0.4s linear;
    -moz-transition:opacity 0.4s linear;
    transition: opacity 0.4s linear;
}   

#project-introduction div.form-select {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          -webkit-flex-direction: column;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
       flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          -moz-box-pack: justify;
       justify-content: space-between;
  min-height: 160px;
  margin-top: 50px;
}

#project-introduction div.form-select .select-need {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          -webkit-flex-direction: column;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
       flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
       justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
       align-items: center;
}

#project-introduction div.form-select .select-need > p {
  position: relative;
  width: 100%;
  padding: 0px;
  top: unset;
  left: unset;
  background: transparent;
  text-align: center;
  margin: 0px;
}

#project-introduction div.form-select .select-need #filter-offers {
  position: absolute;
  top: 28px;
  right: 0px;
  width: 100%;
  background-position: 97% 50% !important;
  padding-right: 30px;
  height: 36px;
}

#project-introduction div.form-select div.typed-container {
  position: relative;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: -webkit-calc(100% - 43px);
  width: -moz-calc(100% - 43px);
  width: calc(100% - 43px);
  height: -moz-fit-content;
  text-align: center;
  font-size: 18px;
  margin-top: 25px;
  padding-left: 22px;
}

#project-introduction div.form-select div.typed-container div.typer {
  position: absolute;
  left: 0;
  top: 0;
  width: -webkit-calc(100% - 43px);
  width: -moz-calc(100% - 43px);
  width: calc(100% - 43px);
  background-color: #fff;
}

#project-introduction div.form-select div.typed-container span.extra-an-option {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #00338D;
  letter-spacing: 0;
  line-height: 18px;
}

#project-introduction div.form-select div.typed-container span.animated-typed {
  background-position: 100% 50% !important;
  padding-right: 35px;
  background-repeat: no-repeat;
}

#project-introduction div.form-select .select-need p select {
  display: none;
  background-position: 100% 50% !important;
  padding-right: 35px;
}

#project-introduction div.form-select .select-need span.label,
#project-introduction div.form-select .select-sector span.label {
  font-size: 24px;
  letter-spacing: 0px;
  color: #000 !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  text-align: center;
}

#project-introduction div.form-select .select-sector {
  display: none;
  padding: 0px;
  text-align: center;
}

#project-introduction div.form-select .select-sector select {
  background-position: 97% 50% !important;
  background-color: #fff;
  width: 100%;
  margin-top: 25px;
  padding-right: 30px;
}

#project-introduction div.form-select .select-sector select,
#project-introduction div.form-select .select-sector select option,
#project-introduction div.form-select .select-need #filter-offers,
#project-introduction div.form-select .select-need #filter-offers option {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #00338D;
  letter-spacing: 0;
  line-height: 20px;
}

#project-introduction div.form-select .select-sector select option,
#project-introduction div.form-select .select-need #filter-offers option {
  padding-left: 15px;
}

ul.select-btns li a {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    height: 50px;
    line-height: 20px;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0px 20px;
  -webkit-transition: all ease 0.3s;
  -o-transition:all ease 0.3s;
  -moz-transition:all ease 0.3s;
  transition: all ease 0.3s;
}

ul.select-btns li {
    list-style: none;
    display: inline-block;
    width: 20%;
}

ul.select-btns li a.btn_c1 {
    background-color: #F68D2E;
}

ul.select-btns li a.btn_c2 {
  background-color: #0894db;
}

ul.select-btns li a.btn_c3 {
  background-color: #1168bc;
}

ul.select-btns li a.btn_c4 {
  /*background-color: #00338d;*/
  background-color: #005eb8;
}

ul.select-btns li a.btn_c5 {
  background-color: #612d7d;
}

ul.select-btns li a.btn_c1:hover {
  background-color: #F68D2E;
  border-color: #F68D2E;
  color: #fff;
}

ul.select-btns li a.btn_c2:hover {
  background-color: #0894db;
  border-color: #0894db;
  color: #fff;
}

ul.select-btns li a.btn_c3:hover {
  background-color: #1168bc;
  border-color: #1168bc;
  color: #fff;
}

ul.select-btns li a.btn_c4:hover {
  /*background-color: #00338d;*/
  background-color: #005eb8;
  border-color: #00338d;
  color: #fff;
}

ul.select-btns li a.btn_c5:hover {
  background-color: #612d7d;
  border-color: #612d7d;
  color: #fff;
}

ul.select-btns li a.btn_c1.selected-btn {
  background-color: #F68D2E;
  border-color: #F68D2E;
  color: #fff;
}

ul.select-btns li a.btn_c2.selected-btn {
  background-color: #0894db;
  border-color: #0894db;
  color: #fff;
}

ul.select-btns li a.btn_c3.selected-btn {
  background-color: #1168bc;
  border-color: #1168bc;
  color: #fff;
}

ul.select-btns li a.btn_c4.selected-btn {
  /*background-color: #00338d;*/
  background-color: #005eb8;
  border-color: #00338d;
  color: #fff;
}

ul.select-btns li a.btn_c5.selected-btn {
  background-color: #612d7d;
  border-color: #612d7d;
  color: #fff;
}

#project-introduction ul.select-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            -webkit-flex-direction: row;
            -moz-box-orient: horizontal;
            -moz-box-direction: normal;
         flex-direction: row;
    -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
         align-items: center;
    margin-top:50px;
}

#project-introduction ul.select-btns li a {
  color : #ffffff !important;
}

#project-introduction ul.select-btns li a.with-shadow {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
          -o-transform: translateY(-8px);
         transform: translateY(-8px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
         box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* ################# STYLE HOME  PAGE                :: END   ##########################
   ################# STYLE GENERAL ASSEMBLY PAGE     :: START ##########################   
*/

#kpmg-page .video-modal.show {
  top:0;
  background-color:transparent;
}

#kpmg-page .video-modal .overlay {
	content:'';
	display: block;
	position:absolute;  
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background-color: rgba(0, 0, 0, 0.9);
}

#kpmg-page .video-modal .overlay span.close {
	content:'';
	display: block;
	position:absolute; 
	top:6%;
    right:9.5%;	
	width: 30px;
	height: 30px;
	z-index: 1000000;
	background-image: url('../assets/icon/white/exit.svg');
	background-position: center;
	-webkit-background-size: contain;
	   -moz-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	background-repeat:no-repeat;
	cursor:pointer;	
}

#kpmg-page .video-modal .overlay span.close.hide { 
	display: none;
}

#kpmg-page .video-modal iframe {
    display: inline-block;
    width: 75%;
    height: 88%;
  z-index: 10000000;
  cursor:pointer;
    pointer-events: none;
}

header.kpmg-header-general-assembly {
  height: 650px;
  background-color: #fff;
}

.kpmga-book header.kpmg-header-general-assembly {
  height: 446px;
}

header.kpmg-header-general-assembly.sticky {
  position: fixed;
  top: 0px;
  z-index: 9999999999999999999999;
  height: 130px;
}

header.kpmg-header-general-assembly.sticky #header-message {
  display:none;
}

header#kpmg-header.kpmg-header-general-assembly.sticky .kpmg-header-title,
header#kpmg-header.kpmg-header-general-assembly.sticky .kpmg-header-subtitle,
header#kpmg-header.kpmg-header-general-assembly.sticky .kpmg-header-form .kpmg-header-play {
  display:none;
}

header.kpmg-header-general-assembly .header-top .menu-wrapper,
header.kpmg-header-general-assembly .header-top .logo-wrapper::before {
  display:none;
}

header.kpmg-header-general-assembly .header-top .logo-wrapper.pulse {
  float:right;
  width: 165px;
}

header.kpmg-header-general-assembly .header-top .logo-wrapper.pulse a img{
  height:60px;
  width:auto;
}

header#kpmg-header.kpmg-header-general-assembly .kpmg-header-title,
header#kpmg-header.kpmg-header-general-assembly .kpmg-header-subtitle,
header.kpmg-header-general-assembly .kpmg-header-form {
  padding:0px 8%;
  width:84%;
}

header.kpmg-header-general-assembly .kpmg-header-form,
header.kpmg-header-general-assembly .kpmg-header-form .kpmg-header-play,
header.kpmg-header-general-assembly .kpmg-header-form .kpmg-contact-data,
header.kpmg-header-general-assembly .kpmg-header-form form div.contact-action,
header.kpmg-header-general-assembly .kpmg-header-form form .contact-steps:not(.contact-step-final),
header.kpmg-header-general-assembly .kpmg-header-form form .contact-steps.contact-step-final.show,
header.kpmg-header-general-assembly .kpmg-header-form form .contact-steps .confirmation-title,
header.kpmg-header-general-assembly .kpmg-header-form .kpmg-header-legal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
         align-items: center;
}

header.kpmg-header-general-assembly.sticky .kpmg-header-form {
  position: absolute;
  top: 30px;
  width:-webkit-calc(100% - 395px);
  width:-moz-calc(100% - 395px);
  width:calc(100% - 395px);
  padding:0px 220px 0px 175px;
}

header.kpmg-header-general-assembly.sticky .kpmg-header-form form .contact-steps {
	width:100%;
	padding:0px;
}

header.kpmg-header-general-assembly .kpmg-header-form form .contact-steps.contact-step-final {
  display:none;
}

header.kpmg-header-general-assembly .kpmg-header-form form .contact-steps.desktop,
header.kpmg-header-general-assembly .kpmg-header-form .kpmg-contact-data {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
       justify-content: space-between;
}

header.kpmg-header-general-assembly .kpmg-header-form form .contact-steps .confirmation-title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
       justify-content: center;  
}

header.kpmg-header-general-assembly .kpmg-header-form .kpmg-contact-data {
  margin-top:50px;
}

header.kpmg-header-general-assembly.sticky .kpmg-header-form .kpmg-contact-data {
  margin-top:0px;
}

header.kpmg-header-general-assembly .kpmg-header-form .kpmg-header-play,
header.kpmg-header-general-assembly .kpmg-header-form form .contact-steps .kpmg-confirmation,
header.kpmg-header-general-assembly .kpmg-header-form form .contact-steps .confirmation-title,
header.kpmg-header-general-assembly .kpmg-header-form .kpmg-header-legal {
  width:100%;
}

header.kpmg-header-general-assembly .kpmg-header-form,
header.kpmg-header-general-assembly .kpmg-header-form .kpmg-header-play,
header.kpmg-header-general-assembly .kpmg-header-form .kpmg-header-legal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
}

header.kpmg-header-general-assembly .kpmg-header-form form div.contact-action,
header.kpmg-header-general-assembly .kpmg-header-form form .contact-step-final,
header.kpmg-header-general-assembly .kpmg-header-form form .contact-steps .confirmation-title,
header.kpmg-header-general-assembly .kpmg-header-form .kpmg-contact-data {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
}

header#kpmg-header.kpmg-header-general-assembly .kpmg-header-title {
  height:auto;
  margin-top:80px;
}

header#kpmg-header.kpmg-header-general-assembly .kpmg-header-title h1 {
  font-size: 80px;
}

header#kpmg-header.kpmg-header-general-assembly .kpmg-header-subtitle {
  margin-top:15px;
}

header#kpmg-header.kpmg-header-general-assembly .kpmg-header-subtitle h2 {
  font-weight: 400;
  font-size: 34px;
  line-height:34px;
}

header.kpmg-header-general-assembly .kpmg-header-form .kpmg-header-play {
  margin-top: 50px;
}

header.kpmg-header-general-assembly .kpmg-header-form .kpmg-header-play img {
  width: 100px;
  cursor:pointer;
}

header.kpmg-header-general-assembly .kpmg-header-form form {
  width:100%;
}

header.kpmg-header-general-assembly .kpmg-header-form form input[type=submit] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border:unset;
  background: unset;
  content: '';
  cursor: pointer;  
}

header.kpmg-header-general-assembly .kpmg-header-form form .contact-steps {
  width:-webkit-calc(100% - 50px);
  width:-moz-calc(100% - 50px);
  width:calc(100% - 50px);	
  padding-right:50px;
  margin:0px;
}

header.kpmg-header-general-assembly .kpmg-header-form form .contact-steps div {
  position:relative;
  width:20%;
}

header.kpmg-header-general-assembly .kpmg-header-form form #last_name,
header.kpmg-header-general-assembly .kpmg-header-form form #phone,
header.kpmg-header-general-assembly .kpmg-header-form form #email {
  position: relative;
    width:-webkit-calc(100% - 60px);
  width:-moz-calc(100% - 60px);
  width:calc(100% - 60px);
  height: 30px;
  padding: 9px 30px;
  background-color:var(--kpmg-grey-light);
  font-family: "OPEN sans";
  font-size: 17px;
  font-weight: 400;
  line-height:17px;
  text-align: center;
  border: none;
  -webkit-appearance: none;
}

header.kpmg-header-general-assembly .kpmg-header-form form div.contact-action {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
       justify-content: center;	
  position: relative;
  height: 48px;
  width: 36%;
  background-color: var(--kpmg-orange);
  border: unset;
  cursor: pointer;
  z-index: 10;
}

header.kpmg-header-general-assembly .kpmg-header-form form div.contact-action .blokx {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: unset;
  background-color: unset;
  content: '';
  cursor: not-allowed;
  background-color: var(--kpmg-black);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 1000010;
}

header.kpmg-header-general-assembly .kpmg-header-form form div.contact-action.disabled  .blokx {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  z-index: 10000100;  
}

header.kpmg-header-general-assembly .kpmg-header-form form div.contact-action.disabled > .blokx.hide {
  display:none;
}

header.kpmg-header-general-assembly .kpmg-header-form form div.contact-action label {
  color:#fff;
  font-family: "OPEN sans";
  font-size: 20px;
  font-weight: 600;
  text-align:center;
  cursor: pointer;
}

header.kpmg-header-general-assembly .kpmg-header-form form div.contact-action span {
  content:'';
  display:block;  
  height:20px;
  width:20px;
  margin-left:20px;
  background-position:cnter;
  background-repeat:no-repeat;
  -webkit-background-size:contain;
     -moz-background-size:contain;
       -o-background-size:contain;
          background-size:contain;
}

header.kpmg-header-general-assembly .kpmg-header-form form div.contact-action span.kpmga {
  background-image:url('../assets/icon/white/kpmg-book.svg');
}

header.kpmg-header-general-assembly .kpmg-header-form form div.contact-action span.kpmga-book {
  background-image:url('../assets/icon/white/fleche-droite.svg');
}

header.kpmg-header-general-assembly .kpmg-header-form form .error {
  display: none;
  position: absolute;
  left: 0;
  top: 49px;
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  height: 28px;
  background-color: #fff;
  padding: 4px 30px;
  font-family: 'Open sans';
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  border: 1px solid #ff0242;
  color: #cc0033;
  z-index: 100;
}

header.kpmg-header-general-assembly .kpmg-header-form form .error.show {
  display: inline-block;
}

header.kpmg-header-general-assembly .kpmg-header-form form .error::after,
header.kpmg-header-general-assembly .kpmg-header-form form .error:before {
  content: '';
  border: 7px solid transparent;
  position: absolute;
  top: -15px;
}

header.kpmg-header-general-assembly .kpmg-header-form form .error::after {
  border-bottom: 7px solid #ff0242;
  right: 14px;
}

header.kpmg-header-general-assembly .kpmg-header-form form .error:before {
  border-bottom: 7px solid #ff0242;
  right: 14px;
}

header.kpmg-header-general-assembly .kpmg-header-form form .contact-steps .confirmation-title span {
  color:#fff;
  font-family: "OPEN sans";
  font-size: 24px;
  font-weight: 600; 
}

header.kpmg-header-general-assembly .kpmg-header-form .kpmg-header-legal {
  margin-top:20px;
}

header.kpmg-header-general-assembly .kpmg-header-form .kpmg-header-legal span {
  font-family: "OPEN sans";
  font-size: 10px;
  font-weight: 400;
  line-height:10px;
  text-align: center;
  color:var(--kpmg-black);
}

/* ################# STYLE GENERAL ASSEMBLY  PAGE     :: END   ##########################
   ################# STYLE COVID PAGE                 :: START ##########################   
*/

#project-introduction.covid-introduction {
    background-color:var(--medium-blue);
}

#project-introduction.covid-introduction div.project-introduction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
         justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
         align-items: center;
}   

#project-introduction.covid-introduction div.project-introduction > h2 {
    color: #fff;
    letter-spacing: 0.1px;
    text-align: center;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height:36px;   
}   
    
#project-introduction.covid-introduction div.project-introduction > span {
    width: 80%;
    padding: 0px;
    margin: 20px auto;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height:24px;   
    color: #fff !important;
    letter-spacing: -1px;
    text-align: center; 
}   
.page-template-template #project-introduction.covid-introduction div.project-introduction > span:first-child {  
    margin-bottom: 0px;
}
.page-template-template #project-introduction.covid-introduction div.project-introduction > span {
    font-size: 23px;
    line-height:30px;
}
.page-template-template #project-introduction.covid-introduction div.project-introduction > a {
    width: 32%;
    height: 55px;
    line-height: 55px;
    font-weight: 500;
    font-size: 20px;
}

#project-introduction.covid-introduction div.project-introduction > a {
    display: inline-block;
    position: relative;
    height: 50px;
    width: 28%;
    min-width:300px;
    margin: 0px auto;
    text-decoration: none;
    background-color: var(--kpmg-orange);
    color: #fff !important;
    text-align: center; 
    text-transform: capitalize;
    font-size:16px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0.1px;
}

#project-introduction.covid-introduction div.project-introduction > a img {
    position: absolute;
    top: 19px;
    padding-left: 5px;  
    height: 12px;
    width: auto;
}   

/* ################# STYLE COVID PAGE         :: END   ##########################
   ################# STYLE BROWSER TARGETING  :: START ##########################   
*/

/* ## DEVICE  [ DESKTOP ] 
   ## BROWSER [ CHROME & SAFARI ] 
*/
@supports (-webkit-appearance:none) {
    
    header .header-top.fixed {
        display:block;
    }
    
    header .header-top.fixed .menu-wrapper {
        display: contents;
    }
}

/* ## DEVICE  [ DESKTOP ] 
   ## BROWSER [ MS EDGE ] 
*/

@supports (-ms-ime-align:auto) {
    
    header .menu-bottom-wrapper {
        padding:0px;
    }
    
    header .header-top.fixed .menu-wrapper ul.bottom-menu {
        width:100%;
    }
    
    header .header-top .menu-wrapper ul.bottom-menu > li.menu-item > a {
        -webkit-transition: none !important;
        -o-transition:none !important;
        -moz-transition:none !important;
        transition:none !important;
    }
}

/* ## DEVICE  [ DESKTOP ] 
   ## BROWSER [ IE 10 + ] 
*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

header .menu-wrapper{
	padding: 0 !important;
}

#kpmg-page-office #header-message > .kpmg-left{
	width: 30% !important;
    padding-top: 5% !important;
 }
 #kpmg-page-office #header-message > .kpmg-right{
 	display: inline-block;
    width: 65%;
}

 

  header#kpmg-header:not(.kpmg-header-mypulse):not(.kpmg-header-general-assembly):not(.kpmg-header-magazine-triplet) {
      /*background-color: var(--kpmg-blue);*/
      background-color: #005eb8;
  }
  header #header-search .form-position > input {
    color: #292d3c; 
  }
  header .kpmg-mega-container-2>.kpmg-wrapper>div.kpmg-mega-menu-2.left >div.kpmg-mega-title span.title {
    color: #00338d;
  }
  header .kpmg-mega-container-2 > div.kpmg-wrapper.ws-1 .kpmg-magazine .kpmg-menu-item a,
  header .kpmg-mega-container-2 > div.kpmg-wrapper.ws-1 .kpmg-covid .kpmg-menu-item a,
  header .kpmg-mega-container-2 > div.kpmg-wrapper.ws-2 .kpmg-menu-item a {
    color: #000000;
  }
  header .kpmg-mega-container-2 > div.kpmg-wrapper.ws-1 .kpmg-magazine .kpmg-menu-item a:hover,
  header .kpmg-mega-container-2 > div.kpmg-wrapper.ws-1 .kpmg-covid .kpmg-menu-item a:hover,
  header .kpmg-mega-container-2 > div.kpmg-wrapper.ws-2 .kpmg-menu-item a:hover {
    border-color:#EAAA00;
  }
  header .kpmg-mega-container-2>.kpmg-wrapper>div.kpmg-mega-menu-2>div.kpmg-menu-item>a:hover>span:first-of-type,
  header .kpmg-mega-container-2.sticky>.kpmg-wrapper>div.kpmg-mega-menu-2>div.kpmg-menu-item>a:hover>span:first-of-type {
    border-bottom-color: #EAAA00;
  }
  .mobile-menu .mobile-menu-wrapper li a.toggle-mobile-menu .burger-box:after,
  .mobile-menu .mobile-menu-wrapper li a.toggle-mobile-menu .burger-box:before {
    /*background-color: #00338d;*/
    background-color: #005eb8;
  }
  .kpmg-header-magazine-triplet #header-message > .kpmg-left > span.subtitle {
    color: #000000;
  }
  .kpmg-header-home #header-message > .kpmg-left > span.title {
    color: #000000;
  }

  .kpmg-header-general-assembly #header-message > .kpmg-left > span.title {
    color: #000000;
  }

  .kpmg-header-general-assembly #header-message > .kpmg-left > span.first,
  .kpmg-header-general-assembly #header-message > .kpmg-left > span.second {
    color: #000000;
  }
  .kpmg-header-general-assembly #header-message > .kpmg-acknowledgment h1 {
    color: #000000;
  }
  .kpmg-header-general-assembly #header-message > .kpmg-acknowledgment span {
    color: #000000;
  }
  .kpmg-header-home #header-message > .kpmg-right .home-header-text-inner {
      color: #F2F2F2;        
  }
  header .header-top .menu-wrapper ul.bottom-menu > li.menu-item:hover:after {
      background-color: #EAAA00;
  }
  header .header-top .menu-wrapper ul.bottom-menu > li.kpmg-menu-devis {
    background-color : #FFF;
  }
  header.kpmg-header-magazine-triplet .header-top .menu-wrapper ul.bottom-menu > li.menu-item > a,
  header.kpmg-header-home .header-top .menu-wrapper ul.bottom-menu > li.menu-item > a,
  header.kpmg-header-mypulse .header-top .menu-wrapper ul.bottom-menu > li.menu-item > a { 
      color: #000000;
  }

  header .header-top .menu-wrapper ul.bottom-menu > li.covid-19 > a,
  header .header-top.fixed .menu-wrapper ul.bottom-menu > li.covid-19 > a { 
      background-color: #EAAA00 !important;
  }
  header .header-top .connect-plus {
    border: 1px solid #a9abb166;
  }
  header .header-top.fixed .connect-plus:before {
    border-bottom: 6px solid #EAAA00;
  }

  header .header-top .connect-plus a.connect-visitor span {
    color: #000000;
  }

  header .header-top .connect-plus a.connect-premium span {
    color: #0091da;
  }
  header .header-top.fixed {
    border-bottom: 1px solid #00338d;
  }
  header.kpmg-header-magazine-triplet .header-top .menu-top-wrapper ul.top-menu li.kpmg-top-connect a,
  header.kpmg-header-home .header-top .menu-top-wrapper ul.top-menu li.kpmg-top-connect a,
  header.kpmg-header-mypulse .header-top .menu-top-wrapper ul.top-menu li.kpmg-top-connect a {
      color: #000000;
  }

  header.kpmg-header-magazine-triplet .header-top .menu-top-wrapper ul.top-menu li.kpmg-top-discover a,
  header.kpmg-header-home .header-top .menu-top-wrapper ul.top-menu li.kpmg-top-discover a,
  header.kpmg-header-mypulse .header-top .menu-top-wrapper ul.top-menu li.kpmg-top-discover a {
      color: #000000;
  }

  header.kpmg-header-magazine-triplet .header-top .menu-top-wrapper ul.top-menu li.kpmg-top-mypulse a,
  header.kpmg-header-home .header-top .menu-top-wrapper ul.top-menu li.kpmg-top-mypulse a,
  header.kpmg-header-mypulse .header-top .menu-top-wrapper ul.top-menu li.kpmg-top-mypulse a {
      color: #000000;
  }
  #project-introduction {
    background-color: #F2F2F2;
  }
  header.kpmg-header-general-assembly .kpmg-header-form form #last_name,
  header.kpmg-header-general-assembly .kpmg-header-form form #phone,
  header.kpmg-header-general-assembly .kpmg-header-form form #email {
    background-color:#F2F2F2;
  }

  header.kpmg-header-general-assembly .kpmg-header-form form div.contact-action {
    background-color: #EAAA00;
  }

  header.kpmg-header-general-assembly .kpmg-header-form form div.contact-action .blokx {
    background-color: #000000;
  }
  header.kpmg-header-general-assembly .kpmg-header-form .kpmg-header-legal span {
    color:#000000;
  }

  #project-introduction.covid-introduction {
      /*background-color:var(--kpmg-blue);*/
      background-color: #005eb8;
  }
  #project-introduction.covid-introduction div.project-introduction > a {
      background-color: #EAAA00;
  }
  header .mobile-menu .mobile-menu-top {
    border-top: 2.5px solid #a9abb166;
    border-bottom: 2.5px solid #a9abb166;
  } 
  header .mobile-menu .mobile-menu-top div.menu-left a {
    color: #000000;
  }  
  header .mobile-menu .mobile-menu-top div.menu-right a {
    color: #000000;
  }
    header .mobile-menu .mobile-menu-wrapper {
    border-bottom: 2.5px solid #a9abb166;    
  } 
  /* .kpmg-header-magazine-triplet #header-message > .kpmg-left ,
  .kpmg-header-home #header-message > .kpmg-left {
    background-color: #00338d;
  }*/
   .kpmg-header-magazine-triplet #header-message > .kpmg-left > p.doneSending{
    color:  #EAAA00 !important;
  }

  header .header-top .menu-wrapper ul.bottom-menu > li.kpmg-search  > a {
    margin:18px auto; 
  }
  header .header-top .menu-wrapper ul.bottom-menu li>a>img {
    width:24px;
    height:24px;
    margin:auto;
  }


  .kpmg-header-magazine-triplet #header-message, .kpmg-header-home #header-message{
    display: inline-block !important;
  }
  .kpmg-header-magazine-triplet #header-message > .kpmg-left {
    margin-top: 40px !important;
  }
  header .header-top .menu-wrapper ul.bottom-menu{
    width: 100% !important;
  }
 
  body.page-template-template-covid-finance .kpmg-header-home #header-message > .kpmg-left  ,
  body.page-template-template-covid-start-up .kpmg-header-home #header-message > .kpmg-left  ,
  body.page-template-template-covid-ess .kpmg-header-home #header-message > .kpmg-left  ,
  body.page-template-templatecovid .kpmg-header-home #header-message > .kpmg-left  {
    margin-top: 340px;
    margin-bottom: 0px !important;
  }  
    
}

/* ################# STYLE BROWSER TARGETING  :: END   ##########################
   ################# STYLE MEDIASCREEN  :: START ################################   
*/

/* ## DEVICE      [ DESKTOP ] 
   ## RESOLUTION  [ 1367 : more ] 
   ## ORIENTATION [ NORMAL ] 
*/
@media only screen and (min-width: 1367px) {
    
}

/* ## DEVICE      [ LAPTOP ] 
   ## RESOLUTION  [ 1025 : 1366 ] 
   ## ORIENTATION [ NORMAL ] 
*/
@media only screen and (min-width: 1025px) and (max-width: 1366px) {

    header .header-top {
        display: block !important;
    }
    
    header .header-top .logo-wrapper {
        width: -webkit-calc(12% - 35px);
        width: -moz-calc(12% - 35px);
        width: calc(12% - 35px);
        padding: 0px 20px 0px 15px;
    }   
    
    header .header-top .logo-wrapper > a{
        width: -webkit-calc(100% - 35px);
        width: -moz-calc(100% - 35px);
        width: calc(100% - 35px);
    }
    
    header .header-top .logo-wrapper > a > img.main {
        width:100%;
    }
    
    header .menu-top-wrapper {
        padding: 0px 20px 0px 10px;
    }
    
    header .header-top .menu-top-wrapper ul.top-menu li.kpmg-top-discover {
        padding: 8px 0px;
    }   

    header .header-top .menu-top-wrapper ul.top-menu li.kpmg-top-connect {
        padding: 8px 16px;
    }   
    
    header .header-top .menu-top-wrapper ul.top-menu li.kpmg-top-connect a img {
        height: 16px;
        margin-right: 10px;
    }
    
    header .header-top .menu-top-wrapper ul.top-menu li.kpmg-top-mypulse {
        padding: 8px 10px;
        margin-right: 0px;
    }

    header .menu-wrapper {
        width:88%;
        padding: 0px;
    }
    
    header .menu-wrapper ul.bottom-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                -webkit-justify-content: space-between;
                -moz-box-pack: justify;
             justify-content: space-between;
        width: -webkit-calc(100% - 20px) !important;
        width: -moz-calc(100% - 20px) !important;
        width: calc(100% - 20px) !important;
    }
    
    header .menu-bottom-wrapper {
        padding:0px !important;
    }

    header .header-top .menu-wrapper ul.bottom-menu > li.kpmg-search {
    }
    
    header .header-top .menu-wrapper ul.bottom-menu > li.menu-item > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                -webkit-align-items: center;
                -moz-box-align: center;
             align-items: center;    
        -webkit-box-pack: center;    
            -ms-flex-pack: center;    
                -webkit-justify-content: center;    
                -moz-box-pack: center;    
             justify-content: center;
        font-size: 12px;
        font-weight:700;
        padding:0px 9px !important;
    }   
    
    header .header-top.fixed .menu-wrapper ul.bottom-menu li.menu-item:not(.kpmg-connect) > a {
        padding: 0px 9px !important;
    }   
    
    header .header-top.fixed .menu-wrapper ul.bottom-menu li.kpmg-connect > a  {
        height: 60px;
        padding: 0px 2px !important;
    }
    
    header .header-top.fixed .menu-wrapper ul.bottom-menu > li.menu-item  > a {
        font-size: 12px;
    }
    
    header .header-top .menu-wrapper ul.bottom-menu > li.menu-item  > a.search-btn {
        font-size: 12px;
        font-weight:700;
        padding: 0px 16.5px !important;
    }

    header .header-top.fixed .menu-wrapper ul.bottom-menu > li.menu-item  > a.search-btn {
        font-size: 12px;
    }
    
    header .header-top .menu-wrapper ul.bottom-menu li.to_right > a > span {
        font-size:12px !important;
        margin-left: 10px;
    }

    header .header-top.fixed .menu-wrapper ul.bottom-menu li.to_right > a > span {
        font-size:12px !important;
    }
    
    header .header-top .menu-wrapper ul.bottom-menu li.menu-item  > a > img {
        height: 16px;
    }
    
    header .kpmg-mega-container-2 div.kpmg-wrapper {
        padding: 30px 20px 30px 15px;
        width:-webkit-calc(100% - 35px);
        width:-moz-calc(100% - 35px);
        width:calc(100% - 35px);
    }

    header .kpmg-mega-container-2 > div.kpmg-wrapper > div.kpmg-mega-menu-2.left {
        width:13%;
    }
    
    header .kpmg-mega-container-2 > div.kpmg-wrapper > div.kpmg-mega-menu-2.right {
        padding-left: 20px;
		padding-top:0px;
        width:-webkit-calc(87% - 20px);
        width:-moz-calc(87% - 20px);
        width:calc(87% - 20px);
    }   
    
    header .kpmg-mega-container-2 > div.kpmg-wrapper > div.kpmg-mega-menu-2.kpmg-covid.right {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
             justify-content: space-between;
    }

    header .kpmg-mega-container-2 > div.kpmg-wrapper > div.kpmg-mega-menu-2.kpmg-needs.left > div.kpmg-mega-title {
        -webkit-box-pack:justify;
            -ms-flex-pack:justify;
                -webkit-justify-content:space-between;
                -moz-box-pack:justify;
             justify-content:space-between;
        height:100%;
    }

    header .kpmg-mega-container-2 > div.kpmg-wrapper > div.kpmg-mega-menu-2 > div.kpmg-menu-item {
/* 	-webkit-box-flex:1;
		-ms-flex:1;
			-webkit-flex:1;
			flex:1;
 */        
		-webkit-box-flex: 0;        
		-webkit-flex: 0 30%;        
		    -ms-flex: 0 30%;        
		        -moz-box-flex: 0;        
		     flex: 0 30%;
		padding-bottom: 25px;
		min-width:unset !important;
    }
    
    header .kpmg-mega-container-2 > div.kpmg-wrapper > div.kpmg-mega-menu-2.kpmg-magazine > div.kpmg-menu-item {
        /* -webkit-box-flex:0 22%; */
            /* -ms-flex:0 22%; */
                /* -webkit-flex:0 22%; */
                /* flex:0 22%; */
        min-width:18% !important;
    }
    
    header .kpmg-mega-container-2 > div.kpmg-wrapper > div.kpmg-mega-menu-2.kpmg-covid > div.kpmg-menu-item:not(nth-of-type(1)):not(.item-last) {
        -webkit-box-flex:0 19%;
            -ms-flex:0 19%;
                -webkit-flex:0 19%;
                -moz-box-flex:0;
             flex:0 19%;
        min-width:unset !important;
    }   
    
    header .kpmg-mega-container-2 > div.kpmg-wrapper > div.kpmg-mega-menu-2.kpmg-covid > div.kpmg-menu-item:nth-of-type(1) {
        -webkit-box-flex: 0 auto;
            -ms-flex: 0 auto;
                -webkit-flex: 0 auto;
                -moz-box-flex: 0;
             flex: 0 auto;
    }   
    
    header .kpmg-mega-container-2 > div.kpmg-wrapper > div.kpmg-mega-menu-2.kpmg-covid > div.kpmg-menu-item.item-last {
        -webkit-box-flex: 0 auto;
            -ms-flex: 0 auto;
                -webkit-flex: 0 auto;
                -moz-box-flex: 0;
             flex: 0 auto;
        min-width:unset;
    }
    
    header .kpmg-mega-container-2 > div.kpmg-wrapper > div.kpmg-mega-menu-2 > div.kpmg-menu-item a {
        width: -webkit-calc(82% - 20px);
        width: -moz-calc(82% - 20px);
        width: calc(82% - 20px);
        padding: 0px 10px;
    }   
    
    header .kpmg-mega-container-2 > div.kpmg-wrapper > div.kpmg-mega-menu-2.kpmg-magazine > div.kpmg-menu-item a {
        width: -webkit-calc(82% - 25px);
        width: -moz-calc(82% - 25px);
        width: calc(82% - 25px);
    }   
    
    header .kpmg-mega-container-2 > div.kpmg-wrapper > div.kpmg-mega-menu-2.kpmg-covid > div.kpmg-menu-item a {
        width: -webkit-calc(82% - 15px);
        width: -moz-calc(82% - 15px);
        width: calc(82% - 15px);
    }
    
    header .kpmg-mega-container-2 > div.kpmg-wrapper > div.kpmg-mega-menu-2 > div.kpmg-menu-item a.link-1 {
        line-height: 13px;
        text-align: left;
    }
    
    header .kpmg-mega-container-2 > div.kpmg-wrapper > div.kpmg-mega-menu-2 > div.item-last {
        margin:0px !important;
    }
    
    header .header-top.fixed .menu-wrapper {
      padding: 0px;
    }   
    
    header .header-top.fixed .logo-wrapper > a > img {
        width:100%;
    }   
    
    header .header-top.fixed .menu-wrapper ul.bottom-menu {
        width:88% !important;
    }

    .kpmg-header-home #header-message > .kpmg-right {
        margin: 0 20px 25px 0px;
    }
    
    header .kpmg-mega-container-2 > div.kpmg-wrapper.ws-2 .kpmg-menu-item {
        margin-right: -webkit-calc((7.6% / 5) + 1.666%);
        margin-right: -moz-calc((7.6% / 5) + 1.666%);
        margin-right: calc((7.6% / 5) + 1.666%);
        -webkit-box-flex: 1;
        -webkit-flex: 1 15%;
            -ms-flex: 1 15%;
                -moz-box-flex: 1;
             flex: 1 15%;
    }
    
    header .kpmg-mega-container-2 > div.kpmg-wrapper.ws-2 .kpmg-menu-item:nth-of-type(6n){
        margin: 0px;
    }
        
    header .kpmg-mega-container-2>.kpmg-wrapper>div.kpmg-mega-menu-2>div.kpmg-menu-item>a {
        padding:0px;
    }
  
  #project-introduction ul.select-btns li a.btn_c1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            -moz-box-align: center;
         align-items: center;
    line-height: 20px;
  }
  
  header .header-top .connect-plus:before {
    border-bottom: 6px solid rgba(169, 171, 177, 0.4);
    right: 111px;
  }
  
  
  header .header-top .connect-plus:before {
    right: 4px;
  }
  
  
	div[data-title="kpmg-home-image"] {
		background-position: 87% 0 !important;
		-webkit-background-size: auto 520px !important;
		   -moz-background-size: auto 520px !important;
		     -o-background-size: auto 520px !important;
		        background-size: auto 520px !important;
	}
	
	.n2-ss-section-main-content.n2-ss-layer-content {
		padding:0px !important;
	}
	
	.n2-ss-layer.n2-ow.kpmg-home-text {
		left: 58px !important;
		width: 320px !important;
	}
}

/* ## DEVICE      [ LAPTOP ] 
   ## BROWSER     [ MS EDGE ] 
   ## RESOLUTION  [ 1025 : 1366 ] 
   ## ORIENTATION [ NORMAL ] 
*/
@media only screen and (min-width: 1025px) and (max-width: 1366px) {

    @supports (-ms-ime-align:auto) {
        
        header .menu-wrapper {
            width: 88% !important;
            padding: 0px;
        }

        header .header-top.fixed .menu-wrapper ul.bottom-menu {
            width: 100% !important;
        }
    }   
}

/* ## DEVICE      [ TABLETS & IPADS ] 
   ## RESOLUTION  [ 768 : 1024 ] 
   ## ORIENTATION [ PORTRAIT ] 
*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  
  header .custom-h-btn {
    width: 50px !important;
    height: 50px !important;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
            -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
         box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
  }

  .custom-h-btn > img {
    width: 30px !important;
    padding: 0px !important;
  }
  
  header .header-top.fixed {
    display:none !important;
  }

}

/* ## DEVICE      [ TABLETS & IPADS ] 
   ## RESOLUTION  [ 768 : 1024 ] 
   ## ORIENTATION [ LANDSCAPE ] 
*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  
  header .custom-h-btn {
    width: 50px !important;
    height: 50px !important;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
            -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
         box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
  }

  .custom-h-btn > img {
    width: 30px !important;
    padding: 0px !important;
  }
  header .header-top.fixed {
    display:none !important;
  }  
}

/* ## DEVICE      [ IPAD 1, 2, MINI & AIR ] 
   ## RESOLUTION  [ 768 : 1024 ] 
   ## ORIENTATION [ PORTRAIT ] 
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  
  header .custom-h-btn {
    width: 50px !important;
    height: 50px !important;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
            -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
         box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
  }

  .custom-h-btn > img {
    width: 30px !important;
    padding: 0px !important;
  }

  header .header-top.fixed {
    display:none !important;
  }  
}

/* ## DEVICE      [ IPAD 1, 2, MINI & AIR ] 
   ## RESOLUTION  [ 768 : 1024 ] 
   ## ORIENTATION [ LANDSCAPE ] 
*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  
  header .custom-h-btn {
    width: 50px !important;
    height: 50px !important;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
            -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
         box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
  }

  .custom-h-btn > img {
    width: 30px !important;
    padding: 0px !important;
  }
 
  header .header-top.fixed {
    display:none !important;
  } 
}

/* ## DEVICE      [ IPAD 12" ] 
   ## RESOLUTION  [ 768 : 960 ] 
   ## ORIENTATION [ PORTRAIT ] 
*/
@media only screen and (min-device-width: 960px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  
  header .custom-h-btn {
    width: 50px !important;
    height: 50px !important;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
            -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
         box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);   
  }
  
  .custom-h-btn > img  {
    width: 30px !important;
    padding: 0px !important;      
  }
  
  header .header-top.fixed {
    display:none !important;
  }  
}

/* ## DEVICE      [ IPAD 3, 4, PRO 9.7" ] 
   ## RESOLUTION  [ 768 : 960 ] 
   ## ORIENTATION [ PORTRAIT ] 
*/
@media (min-width: 768) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  
  header .custom-h-btn {
    width: 50px !important;
    height: 50px !important;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
            -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
         box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
  }

  .custom-h-btn > img {
    width: 30px !important;
    padding: 0px !important;
  }
  
  header .header-top.fixed {
    display:none !important;
  }  
}

/* ## DEVICE      [ IPAD 3, 4, PRO 9.7" ] 
   ## RESOLUTION  [ 768 : 1112 ] 
   ## ORIENTATION [ LANDSCAPE ] 
*/
@media (min-width: 768) and (max-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  
  header .custom-h-btn {
    width: 50px !important;
    height: 50px !important;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
            -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
         box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);   
  }
  
  .custom-h-btn > img  {
    width: 30px !important;
    padding: 0px !important;      
  } 

  header .header-top.fixed {
    display:none !important;
  }  
}

@media (min-width: 768) and (max-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  
  header .custom-h-btn {
    width: 50px !important;
    height: 50px !important;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
            -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
         box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);   
  }
  
  .custom-h-btn > img  {
    width: 30px !important;
    padding: 0px !important;      
  } 

  header .header-top.fixed {
    display:none !important;
  }  
}

/* ## DEVICE      [ IPAD PRO 10" ] 
   ## RESOLUTION  [ 834 : 834 ] 
   ## ORIENTATION [ PORTRAIT ] 
*/
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  
  header .custom-h-btn {
    width: 50px !important;
    height: 50px !important;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
            -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
         box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
  }

  .custom-h-btn > img {
    width: 30px !important;
    padding: 0px !important;
  }
  
  header .header-top.fixed {
    display:none !important;
  }  
}

/* ## DEVICE      [ MOST OF SMARTPHONES ] 
   ## RESOLUTION  [ ANY : 767 ] 
   ## ORIENTATION [ PORTRAIT ] 
*/
@media (max-width: 767px) and (orientation: portrait) {
	
	.kpmg-header-home,
	.kpmg-header-home #header-message {
		height: auto !important;
	}	
}

/* ## DEVICE      [ MOST OF SMARTPHONES ] 
   ## RESOLUTION  [ 320 : 480 ] 
   ## ORIENTATION [ PORTRAIT ] 
*/
@media (max-width: 480px) and (orientation: portrait) {

  header {
    overflow: visible; 
	height:auto;
  }
  
  header.kpmg-header-home {

  }
  
  header#kpmg-header.kpmg-header-mypulse,
  header#kpmg-header.kpmg-header-single {
    height: 280px !important;  
  }
  .kpmg-header-magazine-triplet {
	height: auto !important;    
  }
  
  .kpmg-header-magazine-triplet #header-message {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;	 
	width: -webkit-calc(100% - 40px) !important;
	width: -moz-calc(100% - 40px) !important;
	width: calc(100% - 40px) !important;
	height:408px !important;  
	min-height: 128px !important;
	padding: 101px 20px 20px 20px !important;
	margin: 0px !important;
	background-color: #F5F5F5 !important; 
  }

  
  .kpmg-header-decouvrir-kpmg-pulse,
  header#kpmg-header.page-besoin, 
  header#kpmg-header.page-secteur,
  header#kpmg-header.kpmg-header-nos-offres-kpmg-pulse,
  header#kpmg-header.kpmg-header-magazine ,
  header#kpmg-header.kpmg-header-outils-guides ,
  header#kpmg-header.kpmg-covid-19 ,
  header#kpmg-header.kpmg-header-ddecouvrir-kpmg-pulse ,
  body.page-template-template-offers header#kpmg-header{
    height: 100% !important;
    padding: 0 !important;
    background-position: bottom !important;
    -webkit-background-size: contain !important;
       -moz-background-size: contain !important;
         -o-background-size: contain !important;
            background-size: contain !important; 
  }
  
  body.page-template-template-offers header#kpmg-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
	  min-height: 276px;	  
  }
  
  #kpmg-single-uber-uns-experten header#kpmg-header {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: -moz-box;
	  display: flex;
	  min-height: 276px !important;
	  height: auto !important;
  }
  
  .kpmg-header-single-mypulse #header-message,
  .kpmg-header-decouvrir-kpmg-pulse #header-message,
  .page-besoin #header-message,
  .page-secteur #header-message,
  .kpmg-header-nos-offres-kpmg-pulse #header-message,
  .kpmg-header-outils-guides #header-message,
  .kpmg-header-home #header-message {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;	 
	width: -webkit-calc(100% - 40px) !important;
	width: -moz-calc(100% - 40px) !important;
	width: calc(100% - 40px) !important;
	height: auto !important;
	min-height: 128px !important;
	padding: 101px 20px 20px 20px !important;
	margin: 0px !important;
	background-color: #F5F5F5 !important; 
  }

 .kpmg-header-single-mypulse #header-message > .kpmg-left,
 .kpmg-header-decouvrir-kpmg-pulse #header-message > .kpmg-left,
 .kpmg-header-nos-offres-kpmg-pulse #header-message > .kpmg-left,
 .kpmg-header-outils-guides #header-message > .kpmg-left,
 .page-secteur #header-message > .kpmg-left,
 .page-besoin #header-message > .kpmg-left,
 .kpmg-header-magazine-triplet #header-message > .kpmg-left {
	width: 100% !important;
	height: auto;
	min-height: 105px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-moz-box-flex: 0;
	-ms-flex: 0 auto;
	flex: 0 auto;
	padding: 20px 0px !important;
	margin: 0px !important;
}
 .kpmg-header-magazine-triplet #header-message > .kpmg-left {
	width: 100% !important;
	height: auto;
	min-height: 105px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-moz-box-flex: 0;
	-ms-flex: 0 auto;
	flex: 0 auto;
	padding: 20px 0px !important;
	margin: 0px 0 10px 0 !important;
}

 .kpmg-header-single-mypulse #header-message > .kpmg-left h1,
 .kpmg-header-decouvrir-kpmg-pulse #header-message > .kpmg-left h1,
 .kpmg-header-nos-offres-kpmg-pulse #header-message > .kpmg-left h1,
 .kpmg-header-outils-guides #header-message > .kpmg-left h1,
 .page-secteur #header-message > .kpmg-left h1,
 .page-besoin #header-message > .kpmg-left h1,
 .kpmg-header-magazine-triplet #header-message > .kpmg-left h1 {
	width: 100% !important;
	padding: 0 !important;
	font-size: 55px !important;
	line-height: 50px !important;
	letter-spacing: 0.015em;
	text-align: center;
}
 
 .kpmg-header-magazine-triplet #header-message > .kpmg-right,
 .kpmg-header-single-mypulse #header-message > .kpmg-right,
 .kpmg-header-decouvrir-kpmg-pulse #header-message > .kpmg-right,
 .kpmg-header-nos-offres-kpmg-pulse #header-message > .kpmg-right,
 .kpmg-header-outils-guides #header-message > .kpmg-right,
 .page-secteur #header-message > .kpmg-right,
 .page-besoin #header-message > .kpmg-right,
 .kpmg-header-magazine-triplet #header-message > .kpmg-right {
	position: relative;
	height: 210px !important;
	max-height: 300px;
	-webkit-box-flex: 0 !important;
	-webkit-flex: none !important;
	-moz-box-flex: 0 !important;
	-ms-flex: none !important;
	flex: none !important;	 
	margin: 0px !important;
	background-position: center;
}
 
 .kpmg-header-magazine-triplet #header-message > .kpmg-right::before,
 .kpmg-header-single-mypulse #header-message > .kpmg-right::before,
 .kpmg-header-decouvrir-kpmg-pulse #header-message > .kpmg-right::before,
 .kpmg-header-nos-offres-kpmg-pulse #header-message > .kpmg-right::before,
 .kpmg-header-outils-guides #header-message > .kpmg-right::before,
 .page-secteur #header-message > .kpmg-right::before,
 .page-besoin #header-message > .kpmg-right::before,
 .kpmg-header-magazine-triplet #header-message > .kpmg-right::before,
 .kpmg-header-magazine-triplet #header-message > .kpmg-right::after,
 .kpmg-header-single-mypulse #header-message > .kpmg-right::after,
 .kpmg-header-decouvrir-kpmg-pulse #header-message > .kpmg-right::after,
 .kpmg-header-nos-offres-kpmg-pulse #header-message > .kpmg-right::after,
 .kpmg-header-outils-guides #header-message > .kpmg-right::after,
 .page-secteur #header-message > .kpmg-right::after,
 .page-besoin #header-message > .kpmg-right::after,
 .kpmg-header-magazine-triplet #header-message > .kpmg-right::after {
	position: absolute;
	top:0;
	content:'';
	display:block;
	width:10px;
	height: 100% !important;
	max-height: 300px;
	background-color: #F5F5F5;
}
 .kpmg-header-magazine-triplet #header-message > .kpmg-right::before, 
 .kpmg-header-single-mypulse #header-message > .kpmg-right::before,
 .kpmg-header-decouvrir-kpmg-pulse #header-message > .kpmg-right::before,
 .kpmg-header-nos-offres-kpmg-pulse #header-message > .kpmg-right::before,
 .kpmg-header-outils-guides #header-message > .kpmg-right::before,
 .page-secteur #header-message > .kpmg-right::before,
 .page-besoin #header-message > .kpmg-right::before,
 .kpmg-header-magazine-triplet #header-message > .kpmg-right::before {
	left: -webkit-calc(48% - 10px);
	left: -moz-calc(48% - 10px);
	left: calc(48% - 10px);
}
 
 .kpmg-header-magazine-triplet #header-message > .kpmg-right::after,
 .kpmg-header-single-mypulse #header-message > .kpmg-right::after,
 .kpmg-header-decouvrir-kpmg-pulse #header-message > .kpmg-right::after,
 .kpmg-header-nos-offres-kpmg-pulse #header-message > .kpmg-right::after,
 .kpmg-header-outils-guides #header-message > .kpmg-right::after,
 .page-secteur #header-message > .kpmg-right::after,
 .page-besoin #header-message > .kpmg-right::after,
 .kpmg-header-magazine-triplet #header-message > .kpmg-right::after {
	left: -webkit-calc(79.33333% - 10px);
	left: -moz-calc(79.33333% - 10px);
	left: calc(79.33333% - 10px);
}

  header#kpmg-header.page-bureau{
    height: 100% !important;
  }
  
  #kpmg-page-office #header-message > .kpmg-left{
   /*  height: 50%; */
  }
  
  .kpmg-header-home.page-bureau #header-message > .kpmg-left > span.first {
	color:#fff;	
  }
  
  .kpmg-header-home.page-bureau #header-message > .kpmg-left > span.first.last {
    margin-bottom: 35px;
  }
  
  .kpmg-header-home.page-bureau #header-message > .kpmg-left > span.second:not(.selected) {
	padding-top:10px !important;
  }
  
  .kpmg-header-home.page-bureau #header-message > .kpmg-left > span.first,
  .kpmg-header-home.page-bureau #header-message > .kpmg-left > span.second {
	  margin:0px;
	  padding:0px !important;	  
  }
  
  .kpmg-header-home.page-bureau #header-message > .kpmg-left > span.second a {
	  color:#fff;
  }
  
  #kpmg-page-office #header-message > .kpmg-right{
    width: 100% !important;
    height: 50% !important;
  }
  
  header#kpmg-header.page-bureau .kpmg-header-title{
    height:auto !important;
    padding: 10% 20px 5px 20px;
  }

  header#kpmg-header.page-besoin .kpmg-header-title h1 , 
  header#kpmg-header.page-secteur .kpmg-header-title h1 {
    font-size: 35px;
  }


  header#kpmg-header:not(.kpmg-header-single):not(.kpmg-header-simulator):not(.kpmg-header-nous-rencontrer-2):after {
    height:503.5px;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.6)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
  }

  header.kpmg-header-magazine {
    background-position-x: -280px !important;     
    background-position-y: 100px !important;
  } 
  
  header .header-top.fixed {
    display:none !important;
  }
  
  header:not(.kpmg-header-home) .mobile-menu {
    display:table !important;  
  }  
  
  header .mobile-menu {
    display:block !important;    
  }
  
  header .mobile-menu .mobile-menu-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
              -webkit-flex-direction: row;
              -moz-box-orient: horizontal;
              -moz-box-direction: normal;
           flex-direction: row;  
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
              -webkit-justify-content: space-between;
              -moz-box-pack: justify;
           justify-content: space-between;   
    -webkit-box-align: center;  
        -ms-flex-align: center; 
            -webkit-align-items: center;    
            -moz-box-align: center;    
         align-items: center;    
    height: 35px;   
    width: -webkit-calc(100% - 40px);   
    width: -moz-calc(100% - 40px);   
    width: calc(100% - 40px);
    background-color:#fff;  
    padding: 0px 20px;  
    border-top: 2.5px solid var(--kpmg-grey-light-1);
    border-bottom: 2.5px solid var(--kpmg-grey-light-1);
  } 
  
  header .mobile-menu .mobile-menu-top div a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;      
    letter-spacing: 0.5px;
    line-height: 12px;
    text-decoration: none;
  }
  
  header .mobile-menu .mobile-menu-top div.menu-left a {
    color: var(--kpmg-black);
  }  
  header .mobile-menu .mobile-menu-top div.menu-right a {
    color: var(--kpmg-black);
  }  
  
  header .mobile-menu .mobile-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            -webkit-flex-direction: row;
            -moz-box-orient: horizontal;
            -moz-box-direction: normal;
         flex-direction: row;
    background-color:#fff;  
    width: -webkit-calc(100% - 40px);  
    width: -webkit-calc(100% - 30px);  
    width: -moz-calc(100% - 30px);  
    width: calc(100% - 30px);
    padding: 0px 10px 0px 20px;
    border-bottom: 2.5px solid var(--kpmg-grey-light-1);    
  }

  header .mobile-menu .mobile-menu-wrapper li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
         flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
         justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
         align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 1;
            -webkit-flex: 0 1;
            -moz-box-flex: 0;
         flex: 0 1;      
  }
 
  header .mobile-menu .mobile-menu-wrapper li a {
    text-align: center !important;
  }
  
  header .mobile-menu .mobile-menu-wrapper li:nth-of-type(0) a {
    width: 60px;   
  }
  
  header .mobile-menu .mobile-menu-wrapper li.left {
    width: 60px;
  }

  header .mobile-menu .mobile-menu-wrapper li.left a {
    text-align: left !important;
    display: none;
  }

  header .mobile-menu .mobile-menu-wrapper li.logo_wrap {
    flex-basis: -moz-available;
    text-align: left;
    padding-left: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            -webkit-flex: 1;
            -moz-box-flex: 1;
         flex: 1;
  }

  header .mobile-menu .mobile-menu-wrapper li.logo_wrap a {
    height: 60px;
    line-height: 75px;
    text-align: center;
    text-decoration: none;
  }
  
  header .mobile-menu .mobile-menu-wrapper li.logo_wrap a span{
    font-size: 34px;
    line-height: 34px;
    font-weight: 500;
    font-family: "KPMG-light";
    color:#000;
    margin:13px 0px;
  }

  header .mobile-menu .mobile-menu-wrapper li.logo_wrap a img {
    width: auto;
    height: 50px;
    margin: 5px auto;
    -o-object-fit: contain;
    object-fit: contain;
    display:none;
  }
  
  header .mobile-menu .mobile-menu-wrapper li.hide {
    display:none;  
  }
  
  header .mobile-menu .mobile-menu-wrapper li.bordered {
    position:relative;  
  }
  
  header .mobile-menu .mobile-menu-wrapper li.bordered:before {
    content: '';
    display: block;
    position: absolute;
    right: 0px;  
    top: 12.5px;
    height: 35px;
    border-left: 3px solid rgba(169, 171, 177, 0.4);  
  }
  
  header .mobile-menu .mobile-menu-wrapper li.icon_wrap a img {
    width: auto;
    height: 20px;
    padding: 0px 10px !important;
    margin:20px 0px;
  }

  .kpmg-header-magazine-triplet #header-message > .kpmg-right > .mag3{
    -webkit-background-size: auto 113% !important;
       -moz-background-size: auto 113% !important;
         -o-background-size: auto 113% !important;
            background-size: auto 113% !important;
  }
  .kpmg-header-magazine-triplet #header-message > .kpmg-left ,
  .kpmg-header-home #header-message > .kpmg-left {
    /*background-color: var(--kpmg-blue);*/
    background-color: #005eb8;
    color: white;
    margin: 0px !important;
	padding: 15px 7.5% !important;
	width: 85% !important;
  }
  
  .kpmg-header-magazine-triplet #header-message > .kpmg-left > span.title {
	width:100%;  
    font-size: 70px;
    line-height: 70px;
    color: #ffffff;
    padding: 0px !important;
	margin-bottom: 5px;
  }
  .kpmg-header-magazine-triplet #header-message > .kpmg-left > span.subtitle {
    font-weight: 500;
    font-size: 13px;
    color: white;
    line-height: 20px;
    padding: 0px 0px !important;
  }
  .kpmg-header-magazine-triplet #header-message > .kpmg-left > form.form-newsletter {
	width:100% !important;  
    padding: 0px;
	margin:10px 0 0 0;
  }
  .kpmg-header-magazine-triplet #header-message > .kpmg-left > form.form-newsletter input.newsletter-email{
    color: #ffffff;
    font-size: 12px;
  }
  .kpmg-header-magazine-triplet #header-message > .kpmg-left > form.form-newsletter input.newsletter-submit{
    font-size: 10px;
    webkit-appearance: none;
  }
  .kpmg-header-magazine-triplet #header-message > .kpmg-left > span.first,
  .kpmg-header-magazine-triplet #header-message > .kpmg-left > span.second{
    display: none;
  }
  .kpmg-header-magazine-triplet #header-message > .kpmg-left > p.doneSending{
    font-size: 8px !important;
    line-height: 11px;
    padding-left: 60px;
    padding-top: 5px;
    color:  var(--kpmg-orange) !important;
  }

  .kpmg-header-magazine-triplet #header-message > .kpmg-left > span.second ,
  .kpmg-header-home #header-message > .kpmg-left > span.second {
    font-size: 20px;
    line-height: 30px; 
  } 
  
  .kpmg-header-home,
  .kpmg-header-home #header-message {
		height: auto !important;
  }
  
  /* div.header-top ~ div#header-message { */
  div#header-message {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
            -webkit-flex-direction: column;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
       flex-direction: column;     
    height: 340px !important;
    padding-top: 103.5px;
    margin-top: 0px !important;
  }


  header.kpmg-header-general-assembly{
    height: 300px !important;
  }
  header.kpmg-header-general-assembly div.header-top ~ div#header-message{
    padding: 0 1%;
    width: 98%;
    height: 70px !important;
  }

  header.kpmg-header-general-assembly #header-message > .kpmg-right.show{
    display: none;
  }
  header.kpmg-header-general-assembly #header-message > .kpmg-left.show {
    display: inline-table;
    line-height: 0px;
  }
  header.kpmg-header-general-assembly #header-message > .kpmg-left > span.title{
    padding-left: 5px;
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
  }
  header.kpmg-header-general-assembly #header-message > .kpmg-left > span.first, 
  header.kpmg-header-general-assembly #header-message > .kpmg-left > span.second {  
    margin: 0;
    padding-left: 5px;
    font-size: 10.5px;
    line-height: 0px;
    letter-spacing: 0px;
    display: inline-block;
  }
  header.kpmg-header-general-assembly .kpmg-header-form{
    padding: 0 1%;
    width: 98%;
  }
  header.kpmg-header-general-assembly .kpmg-header-form .kpmg-contact-data{
    margin: 30px 5px 0 5px;
  }
  header.kpmg-header-general-assembly .kpmg-header-form form div.contact-action label, 
  header.kpmg-header-general-assembly .kpmg-header-form form #last_name, 
  header.kpmg-header-general-assembly .kpmg-header-form form #phone, 
  header.kpmg-header-general-assembly .kpmg-header-form form #email{
    font-size: 8px !important;
    line-height: 8px !important;
  }

  header.kpmg-header-general-assembly #header-message > .kpmg-acknowledgment.show h1{
    font-size: 35px;
    line-height: 35px;
    padding-left: 5px;
  }
  header.kpmg-header-general-assembly #header-message > .kpmg-acknowledgment.show span{
    padding-left: 5px;
    font-size: 12.5px;
    line-height: 12.5px;
    letter-spacing: 0px;
  }

  body.kpmga {
	background-color:#fff !important;
  }

  /* .kpmg-header-magazine-triplet #header-message > .kpmg-right, */
  .kpmg-header-home #header-message > .kpmg-right {
    display:-webkit-box !important;
    display:-ms-flexbox !important;
    display:-webkit-flex !important;
    display:-moz-box !important;
    display:flex !important;  
    position: relative;
    height: -webkit-calc( 100% - 104px) !important;
    height: -moz-calc( 100% - 104px) !important;
    height: calc( 100% - 104px) !important;
    margin: 0px !important;
    -webkit-background-size: cover !important;
       -moz-background-size: cover !important;
         -o-background-size: cover !important;
            background-size: cover !important;
    background-position-x: -3px;
  }
  
  .kpmg-header-magazine-triplet #header-message > .kpmg-right > .home-header-text ,
  .kpmg-header-home #header-message > .kpmg-right > .home-header-text {
    text-align: center;
    margin-top: 0px;    
    width: 100%;
  }
  
  .kpmg-header-magazine-triplet #header-message > .kpmg-right > .bouton-play ,
  .kpmg-header-home #header-message > .kpmg-right > .bouton-play {
    position: absolute;
    width: 100%;
    top: -webkit-calc( (100% - 90px) / 2 + 50px ) !important;
    top: -moz-calc( (100% - 90px) / 2 + 50px ) !important;
    top: calc( (100% - 90px) / 2 + 50px ) !important;
  }

  .kpmg-header-magazine-triplet #header-message > .kpmg-right > .bouton-play > a ,
  .kpmg-header-home #header-message > .kpmg-right > .bouton-play > a {
    width: 50px;
    height: 50px;
  }
  
  .kpmg-header-magazine-triplet #header-message > .kpmg-right .home-header-text-inner ,
  .kpmg-header-home #header-message > .kpmg-right .home-header-text-inner {
    width: 100%;
    display: inline-block;  
    font-size: 14px;
  }

  #kpmg-header.kpmg-header-nous-rencontrer-2 .kpmg-header-title {
    margin: 103.5px 0px 0px 0px;
  }

  #kpmg-header.kpmg-header-nous-rencontrer-2 .kpmg-post-desc {
    padding: 0px 8%;
    text-align: center;
  }

  #kpmg-header.kpmg-header-nous-rencontrer-2 .form-position {
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -moz-transform: translateY(20px);
          -o-transform: translateY(20px);
         transform: translateY(20px);  
  }

  #kpmg-header.kpmg-header-nous-rencontrer-2 .form-position .input-text-position {
    padding-left: 20px;
  }

  #kpmg-header.kpmg-header-nous-rencontrer-2 div.header-top.fixed ~ div.kpmg-header-title {
    margin-top: 60px;
  }
  
  #kpmg-header.kpmg-header-nous-rencontrer-2 .kpmg-post-desc {
    padding: 0px 10px;  
  }
  
  #kpmg-header.kpmg-header-nous-rencontrer-2 .kpmg-post-desc span {
      
  }

  header .custom-h-btn {
    width: 50px !important;
    height: 50px !important;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
            -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
         box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
  }

  .custom-h-btn > img {
    width: 30px !important;
    padding: 0px !important;
  }
  
  #kpmg-header #crumbs {
    display:none;  
  }
 
  #kpmg-single-uber-uns-experten header#kpmg-header > .kpmg-header-title  {
	height: auto;
	margin: 123.5px 0 20px 0;
	padding: 0px 20px;
	width: -webkit-calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: calc(100% - 40px);  
  }
 
  #kpmg-single-uber-uns-experten header#kpmg-header > .kpmg-header-title h1 {
	margin-top: 0 !important;
	height: auto;
  }
 
  #kpmg-single-uber-uns-experten header#kpmg-header > .kpmg-header-title span {
	display:none;
  }
  
  body.single-post.singular header#kpmg-header > .kpmg-header-title,
  body.page-template-template-offers header#kpmg-header > .kpmg-header-title  {
     height:auto !important;
     margin: 123.5px 0 20px 0;
  }
  
  #kpmg-header .kpmg-header-title { 
    margin-top: 103.5px;
    padding: 0px 20px;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }   
  
  
  #kpmg-header:not(.featured-image):not(.event):not(.dossier):not(.chiffres) .kpmg-header-title { 
    height: -webkit-calc(100% - 103.5px); 
    height: -moz-calc(100% - 103.5px); 
    height: calc(100% - 103.5px);
    min-height: 350px;
  }

  #kpmg-header.kpmg-header-nous-rencontrer-2 .kpmg-header-title {
	  background-color: #005eb8;
  }
  
  #kpmg-header.kpmg-header-nous-rencontrer-2 .kpmg-header-title h1 {
	  color:#fff;
  }
  
  #kpmg-header.kpmg-header-nous-rencontrer-2 div:not(#header-search) .form-position .input-text-position {
	  padding-left: 20px;  
  }
    
  #kpmg-header.event  .kpmg-header-title, 
  #kpmg-header.dossier  .kpmg-header-title, 
  #kpmg-header.chiffres .kpmg-header-title, 
  #kpmg-header.featured-image .kpmg-header-title { 
    height: -webkit-calc(100% - 148.5px); 
    height: -moz-calc(100% - 148.5px); 
    height: calc(100% - 148.5px);
  }  
  
  #kpmg-header .kpmg-header-title h1 {
    margin-top: 0px !important;
  } 
  
  #kpmg-header .kpmg-header-title h1 { 
    font-size: 40px;
    line-height: 35px;
  }   
  
  #kpmg-header.kpmg-header-single .kpmg-header-title h1 { 
    font-size: 35px;
    line-height: 35px;
    margin-top: 20px !important;
  } 
  
  #kpmg-header:not(.featured-image):not(.event):not(.dossier):not(.chiffres) .kpmg-header-info {
    display:none;  
  }
  
  #kpmg-header.event  .kpmg-header-info, 
  #kpmg-header.dossier  .kpmg-header-info, 
  #kpmg-header.chiffres .kpmg-header-info, 
  #kpmg-header.featured-image .kpmg-header-info {  
    -webkit-box-pack: justify;  
        -ms-flex-pack: justify;  
            -webkit-justify-content: space-between;  
            -moz-box-pack: justify;  
         justify-content: space-between;
    padding: 0px 20px 20px 20px;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }    
  
  #kpmg-header.event  .kpmg-header-info > div, 
  #kpmg-header.dossier  .kpmg-header-info > div, 
  #kpmg-header.chiffres .kpmg-header-info > div, 
  #kpmg-header.featured-image .kpmg-header-info > div {  
    padding:0px;
  }  
  
  #kpmg-header.event  .kpmg-header-info img, 
  #kpmg-header.dossier  .kpmg-header-info img, 
  #kpmg-header.chiffres .kpmg-header-info img, 
  #kpmg-header.featured-image .kpmg-header-info img {  
    padding-right: 5px;
  }
  
  .kpmg-header-info .event-date span,
  .kpmg-header-info .event-time span {
    font-size: 30px;  
  }
  
  .kpmg-header-info .event-address span {
    font-size: 27px; 
    letter-spacing: -1px;   
  }
  .mobile-menu-top.hide{
    display: none !important;
  }
  
  #project-introduction div.form-select {
    margin: 25px auto 0 !important;  
  }

  #kpmg-slider {
     display: none;
  }
  #kpmg-slider-mobile{
      display: block;
      width:100%
  }
  span.first-s {
    font-size: 11.5px !important;
    margin-left: -63px;
    margin-bottom: 25px;
    float: left;  
  }
  span.second-s {
    font-size: 30px !important;
    bottom: -17px;
    left: 0;
  }
  span.third-s {
    font-size: 7.5px !important;
    bottom: -17px;
    left: 0;
  }
    span.first-sm {
        font-family: sans-serif;
        font-size: 11.5px !important;
        font-weight: 600;
    margin: 50px 0 25px -50px; 
        float: left;
        color: #000000;
    }
    span.second-sm {
        position: absolute;
        bottom: -30px;
        left: 20px;
        width: 100px;
        font-family: "KPMG-light";
        font-size: 30px !important;
        line-height: normal !important;
        color: #000000;
    }
    span.third-sm {
        position: absolute;
        bottom: -20px;
        left: -8px;
        width: 120px;
        font-family: "Open sans";
        font-size: 7.5px !important;
        font-weight: 600;
        color: #000000;
    }
  div#n2-ss-2 .n2-ss-control-bullet,
  div#n2-ss-4 .n2-ss-control-bullet{
    bottom: -5px !important;
  }
  
  #project-introduction.covid-introduction div.project-introduction > h2{
  font-size: 18px;
  }
  #project-introduction.covid-introduction div.project-introduction > span {
  font-size: 15px;
  }
  #project-introduction.covid-introduction div.project-introduction > a {
  margin-bottom:35px;
  font-size: 12px;
  }

}

/* ## DEVICE      [ MOST OF SMARTPHONES ] 
   ## RESOLUTION  [ 480 : 960 ] 
   ## ORIENTATION [ LANDSCAPE ] 
*/
@media only screen and (max-device-width: 960px)
                   and (orientation: landscape)
                   and (-webkit-min-device-pixel-ratio: 2) {

    header .header-top.fixed {
        display:none !important;
    }

}

@media only screen and (max-device-width: 960px) 
                   and (orientation: landscape) 
                   and (-webkit-min-device-pixel-ratio: 3) {

    header .header-top.fixed {
        display:none !important;
    }

}

/* ## DEVICE  [ IPHONE ] 
   ## BROWSER [ SAFARI ] 
*/
@supports (-webkit-touch-callout: none) {
  
  header:not(.kpmg-header-single):not(.kpmg-header-mypulse):not(.kpmg-header-nous-rencontrer-2) {
    z-index: unset;
  }
}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    header:not(.kpmg-header-single):not(.kpmg-header-mypulse):not(.kpmg-header-nous-rencontrer-2) {
    z-index: unset;
  }
}}
/*this works fine*/
@media not all and (min-resolution:.001dpcm) { @media
{
     header:not(.kpmg-header-single):not(.kpmg-header-mypulse):not(.kpmg-header-nous-rencontrer-2) {
    z-index: unset;
  }
}}