/*
 Theme Name:   Twentynineteen Child KPMG
 Description:  A custom child theme for KPMG.
 Template:     twentynineteen
*/

/**** IMPORTING NECESSARY FONTS ****/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');

/** KPMG CUSTOM FONT**/
@font-face {
  font-family: "KPMG-Extralight";
  src: url(assets/kpmg_font/KPMG-Extralight.ttf);
}

@font-face {
  font-family: "KPMG-Extralight_Italic";
  src: url(assets/kpmg_font/KPMG-Extralight_Italic.ttf);
}

@font-face {
  font-family: "KPMG-Light";         
  src: 	url(assets/kpmg_font/KPMG-Light.ttf),
       	url(assets/kpmg_font/KPMG-Light.eot),
  	   	url(assets/kpmg_font/KPMG-Light.otf),
  		url(assets/kpmg_font/KPMG-Light.svg),
  		url(assets/kpmg_font/KPMG-Light.woff),
  		url(assets/kpmg_font/KPMG-Light.woff2);
}

@font-face {
  font-family: "KPMG-Light_Italic";
  src: url(assets/kpmg_font/KPMG-Light_Italic.ttf);
}

@font-face {
  font-family: "KPMG-Thin"; 
  src: 	url(assets/kpmg_font/KPMG-Thin.ttf),
  		url(assets/kpmg_font/KPMG-Thin.eot),
  		url(assets/kpmg_font/KPMG-Thin.otf),
  		url(assets/kpmg_font/KPMG-Thin.svg),
  		url(assets/kpmg_font/KPMG-Thin.woff),
  		url(assets/kpmg_font/KPMG-Thin.woff2);
}

@font-face {
  font-family: "KPMG-Thin_Italic";
  src: url(assets/kpmg_font/KPMG-Thin_Italic.ttf);
}


/** RESET **/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #F2F2F2;
}

:root {
	--kpmg-blue: #00338d;
	--medium-blue: #005eb8;
	--kpmg-grey: #292d3c;
	--kpmg-grey-medium: #a9abb1;
	--kpmg-grey-light: #F2F2F2;
	--kpmg-orange: #EAAA00;
}

/** RESUABLE **/
.no_b_right {
	border-right: none !important;
}

.clearfix {
	clear: both;
}

.to_right {
	float: right;
}

.to_left {
	float: left;
}

.arrow_down {
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	    -moz-transform-origin: 50% 50%;
	      -o-transform-origin: 50% 50%;
	     transform-origin: 50% 50%;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	    -moz-transform: rotate(-90deg);
	      -o-transform: rotate(-90deg);
	     transform: rotate(-90deg);
}

.flyer .par-wrapper {
	display: none;
}

.flyer-wrapper {
	display: none;
}

/** BEGIN CSS **/

/** Header HOME **/
.kpmg-header-home .logo-wrapper img {
    display:none;
}

.kpmg-header-home .logo-wrapper {
    width: 123px;
    height: 91px;
}

.fixed.kpmg-header-home .logo-wrapper {
    width: 123px;
    height: 86px;
	background: none;
}

.kpmg-header-home .menu-wrapper ul.bottom-menu>li>a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #00338d;
	letter-spacing: 0;
	line-height: 24px;
	text-decoration: none;
	display: inline-block;
	padding: 0px 17px;
	-webkit-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

header.kpmg-header-home .menu-wrapper ul.bottom-menu li.double-bordered {
    /* border-right: 1px solid rgba(255, 255, 255, 0.2); */
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

header.kpmg-header-home .logo-wrapper {
   background-color: white;
}

header.kpmg-header-home .menu-top-wrapper {
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
}

header.kpmg-header-home .menu-wrapper ul.top-menu li a {
}

header.kpmg-header-home .menu-top-wrapper .to_right img {
    /* display: none; */
}

header.kpmg-header-home .menu-top-wrapper .to_right {
    /* margin-right: 18px; */
	/* background: url(https://bbi-d2-kpmgevolution.azurewebsites.net/wp-content/themes/twentynineteen-child%20-theme/assets/icon/blue/user.svg) no-repeat left; */
}

header.kpmg-header-home .header-top .menu-wrapper ul.bottom-menu li.to_right>a>img {
       /* filter: url(../assets/icon/blue/filter-blue.svg.colorFilter) !important ; */
}

header.kpmg-header-home .line-wrapper {
    display: none;
}

/*
header.kpmg-header-home .play_btn {
    display: block;
    text-decoration: none;
    width: 43px;
    height: 43px;
    margin: 40px 0 40px 58%;
}

header.kpmg-header-home .mouse-animated {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 65px;
    animation-name: animation-mouse;
    animation-duration: 1s;
    animation-timing-function: ease-in;
    animation-iteration-count: 120;
    margin: 40px 0px 90px 58.5%;
}

header.kpmg-header-home .hero-text {
    margin: 380px 0 0 10%;
}
*/

.titre-header-home {
	margin:0 0 0 20%;
	padding-top: 130px;
}
.bouton-play {
	margin:0 0 0 20%;
}
.bouton-mouse {
	margin:0 0 0 20%;
}
.signature-header {
    line-height: 40px;
    position: absolute;
    display: block;
    float: left;
    width: 25%;
    text-align: left;
    bottom: 0;
    padding: 63px;
    font-size: 90px;
    font-family: "KPMG-light";
}
.signature-header span {
    font-size: 36px;
}

/** FIN Header HOME **/

/* header {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(95, 95, 95, 0)), url('assets/hero.jpg');
	width: 100%;
	height: 768px;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
} */


header .header-top {
	-webkit-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
	width: 100%;
}

header .mobile-menu {
	display: none;
}

header .logo-wrapper {

}

header .logo-wrapper img {
	width: 123px;
	height: 50px;
}

.kpmg-header-home .menu-wrapper {
    background-color: white;
}

header .menu-wrapper {
}

header .menu-wrapper ul li {
}

header .menu-top-wrapper {
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}

header .menu-top-wrapper .to_right img {
	margin-right: 18px;
}

header .menu-wrapper ul.top-menu li a {

}

.search_input {
	height: 35px;
	left: 0px;
	width: 0px;
	-webkit-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	transition: all ease 0.6s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	outline: none;
}

.search_input_up {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	width: 160px;
}

header .menu-wrapper ul.top-menu li a .arrow_down {
	margin-left: 15px;
	width: 14px;
	height: 8px;
}

header .menu-bottom-wrapper {
	padding: 0px 0px;
	padding-left: 10px;
}

header .menu-bottom-wrapper .white_pin {
}

header .menu-wrapper ul.bottom-menu {
	font-size: 0px;
}

header .menu-wrapper ul.bottom-menu>li {
	-webkit-transition: all ease-out 150ms;
	-o-transition: all ease-out 150ms;
	-moz-transition: all ease-out 150ms;
	transition: all ease-out 150ms;
}

header .menu-wrapper ul.bottom-menu>li:hover {

}

header .menu-wrapper ul.bottom-menu li.bg_hover:hover {

}

header .menu-wrapper ul.bottom-menu li.bordered {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

header .menu-wrapper ul.bottom-menu li.double-bordered {
	/*border-right: 1px solid rgba(255, 255, 255, 0.2);*/
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

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

header .menu-wrapper ul.bottom-menu li a.spaced {
	padding: 0px 5px;
}

/* BEGIN SUB MENU */
header .menu-wrapper ul.bottom-menu li ul {
	display: none;
	position: fixed;
	top: 100%;
	width: 100%;
	top: 130px;
	left: 0;
	background: #ffffff;
	height: auto;
	-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);
	padding: 30px -webkit-calc(((100% - 1366px) / 2) + 180px);
	padding: 30px -moz-calc(((100% - 1366px) / 2) + 180px);
	padding: 30px calc(((100% - 1366px) / 2) + 180px);
	border-bottom: solid 1px rgba(0, 51, 141, 0.2);
}

header .menu-wrapper ul.bottom-menu li ul:not(.inline) {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

header .menu-wrapper ul.bottom-menu li ul.inline {
	columns: 4;
	-webkit-columns: 4;
	-moz-columns: 4;
}

header .menu-wrapper ul.bottom-menu li ul>li {
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	/*width: calc(100% / 4);*/
	width: 100%;
	position: relative;
	z-index: 5;
	line-height: 4;
}

header .menu-wrapper ul.bottom-menu li ul>li>a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
	color: var(--kpmg-blue);
	text-transform: none;
	display: block;
	position: relative;
	padding-left: 30px;
	/*white-space: nowrap;*/
	white-space: normal;
	cursor: pointer;
	-webkit-transition: all ease-out 150ms;
	-o-transition: all ease-out 150ms;
	-moz-transition: all ease-out 150ms;
	transition: all ease-out 150ms;
}

header .menu-wrapper ul.bottom-menu li ul>li>a:before {
	content: '';
	position: absolute;
	top: 26px;
	left: 0;
	width: 15px;
	border-bottom: solid 2px var(--kpmg-blue);
	-webkit-transition: all ease-out 150ms;
	-o-transition: all ease-out 150ms;
	-moz-transition: all ease-out 150ms;
	transition: all ease-out 150ms;
}

header .menu-wrapper ul.bottom-menu li ul>li>a:hover {
	color: #EAAA00;
}

header .menu-wrapper ul.bottom-menu li ul>li>a:hover:before {
	border-bottom-color: #EAAA00;
}

header .menu-wrapper ul.bottom-menu li:hover ul {
	display: block;
}

/** END SUB MENU **/
header .line-wrapper {
	float: left;
	width: -webkit-calc(100% - 54px);
	width: -moz-calc(100% - 54px);
	width: calc(100% - 54px);
	padding: 6px 27px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

header .line-wrapper p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-transform: uppercase;
}

header .hero-text {
	font-family: "KPMG-THin";
	font-weight: 600;
	font-size: 40px;
	background: unset !important;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
	line-height: 60px;
	width: 100%;
	margin: 0px auto;
	margin-top: 250px;
	padding: 25px 0px;
	/*background: rgba(0,0,0,0.3);*/
}

header .titre-header-big {
	font-size: 77px;
    padding: 10px 15px;
    background: rgba(0,0,0,0.3);
}

header .play_btn, header .mouse-animated {
    display: block;
    text-decoration: none;
    width: 43px;
    height: 43px;
    margin: 0px auto;
    margin-top: 0;
    margin-bottom: 0;
}

/* Standard syntax */
@-webkit-keyframes animation-mouse {
  from {background: url(https://bbi-d2-kpmgevolution.azurewebsites.net/wp-content/themes/twentynineteen-child%20-theme/assets/icon/white/icone-mouse-up.svg);}
  to {background: url(https://bbi-d2-kpmgevolution.azurewebsites.net/wp-content/themes/twentynineteen-child%20-theme/assets/icon/white/icone-mouse-down.svg);}
}
@-moz-keyframes animation-mouse {
  from {background: url(https://bbi-d2-kpmgevolution.azurewebsites.net/wp-content/themes/twentynineteen-child%20-theme/assets/icon/white/icone-mouse-up.svg);}
  to {background: url(https://bbi-d2-kpmgevolution.azurewebsites.net/wp-content/themes/twentynineteen-child%20-theme/assets/icon/white/icone-mouse-down.svg);}
}
@-o-keyframes animation-mouse {
  from {background: url(https://bbi-d2-kpmgevolution.azurewebsites.net/wp-content/themes/twentynineteen-child%20-theme/assets/icon/white/icone-mouse-up.svg);}
  to {background: url(https://bbi-d2-kpmgevolution.azurewebsites.net/wp-content/themes/twentynineteen-child%20-theme/assets/icon/white/icone-mouse-down.svg);}
}
@keyframes animation-mouse {
  from {background: url(https://bbi-d2-kpmgevolution.azurewebsites.net/wp-content/themes/twentynineteen-child%20-theme/assets/icon/white/icone-mouse-up.svg);}
  to {background: url(https://bbi-d2-kpmgevolution.azurewebsites.net/wp-content/themes/twentynineteen-child%20-theme/assets/icon/white/icone-mouse-down.svg);}
}
header .mouse-animated {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
    -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: 0 0 180px 59%;
}

header .support_btn {
	position: absolute;
	bottom: 39px;
	right: 30px;
	width: 64px;
	height: 64px;
	line-height: 74px;
	-webkit-border-radius: 99px;
	        -moz-border-radius: 99px;
	     border-radius: 99px;
	text-align: center;
	background: #EAAA00;
	display: none;
	text-decoration: none;
}

header .custom-h-btn {
	/* position: absolute; */
	/* bottom: 39px; */
	/* right: 30px; */
	/* width: 64px; */
	/* height: 64px; */
	/* line-height: 74px; */
	/* border-radius: 99px; */
	/* text-align: center; */
	/* background: #EAAA00; */
	 display: none; 
	/* text-decoration: none; */
}

/** PROJECT INTRODUCTION **/

/** NEW **/

.project-introduction {
    z-index: 999 !important;
}

.project-introduction h2 {
    color: #000;
    letter-spacing: 2px;
    text-align: center;
    padding: 0px 98px;
    padding-top: 20px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    padding-bottom: 0;
}

.project-introduction p {
	font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: black;
	text-align: left;
	margin-top: 25px;
}

/* .project-introduction {
	position: relative;
	width: 70%;
	height: 368px;
	background: #ffffff;
	margin: -80px auto;
	z-index: 99999;
	text-align: center;
	overflow: hidden;
} */

/* .project-introduction h2 {
	font-family: "KPMG-THin";
	font-size: 70px;
	color: #00338D;
	letter-spacing: 2px;
	text-align: center;
	padding: 0px 98px;
	padding-top: 70px;
	padding-bottom: 25px;
} */

.project-introduction .form-select {
	display: inline-block;
	text-align: center;
	font-family: Helvetica;
	font-size: 25px;
	color: #00338D;
	letter-spacing: 0;
	line-height: 48px;
	width: 90%;
	margin: 0px auto;
}

.project-introduction .form-select select {
	outline: none;
	background: none;
	border: none;
	outline: none;
	padding-bottom: 5px;
	border: 1px dashed #dddddd;
	-webkit-border-radius: 0;
	        -moz-border-radius: 0;
	     border-radius: 0;
	padding: 5px 15px;
	font-weight: 900;
	margin-left: 13px;
	background-repeat: no-repeat !important;
	background-position-y: center !important;
	background-position-x: 90% !important;
	font-weight: 400;
	font-family: Helvetica;
	color: #00338D;
	font-size: 25px;
}

.project-introduction .form-select select {
	border: 0px dashed #ddd;
	color: #005eb8;
	/*background: none !important;*/
	font-weight: 700;
}

.project-introduction .form-select select * {
	font-size: 18px !important;
	font-weight: 400 !important;
}

.project-introduction .form-select select li {
	outline: none;
	font-family: Helvetica;
	font-size: 18px !important;
	font-weight: 400 !important;
}

.project-introduction .form-select select {
	/* for Firefox */
	-moz-appearance: none;
	/* for Chrome */
	-webkit-appearance: none;
}

#cursor-animation {
	/*position: absolute;
	left: 200px;
	top: 0px;*/
	font-weight: 700;
	color: #005eb8;
	width: 100%;
	background: #fff;
	text-align: left;
	z-index: -9;
}

/* For IE10 */
.project-introduction .form-select select::-ms-expand {
	display: none;
}

.section-menu li {
	list-style: none;
}

.section-menu .to_left a {
	font-family: "KPMG-Light";
	font-size: 50px;
	color: #00338D;
	letter-spacing: 1px;
	line-height: 20px;
	text-decoration: none;
}

.underscore_dec {
	width: 40px;
	height: 3px;
	/*background: var(--kpmg-blue);*/
	background: #005eb8;
	display: inline-block;
	margin-right: 25px;
}

.section-menu .to_right a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #00338D;
	letter-spacing: 0.62px;
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	position: relative;
	-webkit-transition: all ease-out 150ms;
	-o-transition: all ease-out 150ms;
	-moz-transition: all ease-out 150ms;
	transition: all ease-out 150ms;
}

.section-menu .to_right a img {
	-webkit-transition: all ease-out 150ms;
	-o-transition: all ease-out 150ms;
	-moz-transition: all ease-out 150ms;
	transition: all ease-out 150ms;
}

/*.section-menu .to_right a:hover img {
	margin-left: 0px;
	position: absolute;
	left: 0px;
	transform: translateY(50%);
}*/

.section-menu .to_right a.actu:hover img {
	-webkit-transform: translateY(0%);
	        -ms-transform: translateY(0%);
	    -moz-transform: translateY(0%);
	      -o-transform: translateY(0%);
	     transform: translateY(0%);
}
.page-template-template-offer-selector .offers-wrapper{
    padding: 0px 8% !important;
}
.home .offers-wrapper ul.section-menu,
.page-template-template-offer-selector ul.section-menu {
    display: none;
}
.offers-wrapper {
	padding: 0px 8%;
	padding-top: 170px;
	padding-bottom: 40px;
	white-space: nowrap;
	text-align: right;
}

section.offers-wrapper .offers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	position: relative;
	text-align: left;
}

.offers-wrapper .offers-menu li {
	list-style: none;
	display: inline-block;
}

.offers-wrapper .offer-bloc {
	width: 22.5%;
	height: 350px;
	background: #FFFFFF;
	margin-top: 40px;
	margin-left: 0%;
	margin-right: 3% !important;
	text-align: center;
	float: left;
	position: relative;
	/*transition: all ease-out 250ms;*/
	cursor: pointer;
}

.offers-wrapper .offer-bloc {
	height: 100%;
}

.offers-wrapper .offer-bloc:hover {
	-webkit-transform: translateY(-10px);
	        -ms-transform: translateY(-10px);
	    -moz-transform: translateY(-10px);
	      -o-transform: translateY(-10px);
	     transform: translateY(-10px);
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	        -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	     box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.offers-wrapper .offer-bloc img {
	margin-top: 25%;
	height: 30%;
	margin-bottom: -4px;
}

.offers-wrapper .offer-bloc p {
	font-size: 14px;
    letter-spacing: 0px;
    color: #000000 !important;
    font-family: "Open Sans";
    font-weight: 400;
	text-align: left;
	width: 100%;
	margin: 0px auto;
	line-height: 2vw;
	white-space: normal;
	/*margin-top: 10%;*/
	height: -webkit-calc(45% - 40px);
	height: -moz-calc(45% - 40px);
	height: calc(45% - 40px);
	display: table;
	margin-top: 15%;
}

.offers-wrapper .offer-bloc p span {
	display: table-cell;
	vertical-align: middle;
}
.offers-wrapper .offer-bloc a.offer-link {
     bottom: 0px; 
     text-transform: none;
     cursor: pointer;
     top: 25px;
}
.offers-wrapper .offer-bloc a {
	/*font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #00338D;*/
	font-size: 14px;
    letter-spacing: 0px;
    color: #000000 !important;
    font-family: "Open Sans";
    font-weight: 400;
    text-align: left;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
	position: absolute;
	display: inline-block;
	width: 90%;
	left: 0px;
	text-align: left;
	bottom: 27px;
	text-transform: uppercase;
	padding-left: 22px;
}



.offer-bloc:nth-last-child(2) {
	margin-right: 0px;
}

.flyer-wrapper {
	margin-top: 100px;
}

.flyer {
	position: relative;
	width: 50%;
	background-position: center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	height: 768px;
}

.left-flyer {
	float: left;
}

.slide {
	height: 768px;
	position: relative;
	overflow: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	width: 0px;
	-webkit-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
	position: absolute;
	top: 0px;
	left: 0px;
}

.active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	width: 100%;
}

.slide .slide-image {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -9;
}

.arrow-flyer-left {
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 96px;
	height: 96px;
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	    -moz-transform: scaleX(-1);
	      -o-transform: scaleX(-1);
	     transform: scaleX(-1);
	background: #FFFFFF;
	text-align: center;
	line-height: 96px;
}

.arrow-flyer-right {
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 96px;
	height: 96px;
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	    -moz-transform: scaleX(1);
	      -o-transform: scaleX(1);
	     transform: scaleX(1);
	background: #FFFFFF;
	text-align: center;
	line-height: 96px;
}

.arrow-flyer-left img,
.arrow-flyer-right img {
	-webkit-transition: all ease-out 150ms;
	-o-transition: all ease-out 150ms;
	-moz-transition: all ease-out 150ms;
	transition: all ease-out 150ms;
}

.arrow-flyer-left:hover img,
.arrow-flyer-right:hover img {
	-webkit-transform: translateX(10px);
	        -ms-transform: translateX(10px);
	    -moz-transform: translateX(10px);
	      -o-transform: translateX(10px);
	     transform: translateX(10px);
}

.tem_title {
	margin-top: 76px;
	margin-left: 170px;
	font-family: KPMG-THin;
	font-size: 50px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 20px;
}

.flyer .par-wrapper {
	width: 334px;
	height: 220px;
	margin-left: 139px;
	margin-top: 207px;
}

.flyer .par-wrapper p {
	font-family: "KPMG-Light";
	font-size: 50px;
	color: #FFFFFF;
	letter-spacing: 1.43px;
}

.tag-wrapper {
	margin-top: 72px;
	padding: 0px 100px;
	position: absolute;
	width: 80%;
	bottom: 75px;
}

.tag-wrapper li {
	display: inline-block;
	width: 45%;
	float: left;
	height: 42px;
	line-height: 42px;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	/*background: #00338D;*/
	background: #005eb8;
	-webkit-border-radius: 21px;
	        -moz-border-radius: 21px;
	     border-radius: 21px;
	border-radius: 21px;
	text-align: center;
	margin-right: 10px;
	-webkit-transition: opacity ease-out 500ms 250ms, background ease-out 150ms, -webkit-transform ease-out 500ms 250ms;
	transition: opacity ease-out 500ms 250ms, background ease-out 150ms, -webkit-transform ease-out 500ms 250ms;
	-o-transition: opacity ease-out 500ms 250ms, background ease-out 150ms, -o-transform ease-out 500ms 250ms;
	-moz-transition: transform ease-out 500ms 250ms, opacity ease-out 500ms 250ms, background ease-out 150ms, -moz-transform ease-out 500ms 250ms;
	transition: transform ease-out 500ms 250ms, opacity ease-out 500ms 250ms, background ease-out 150ms;
	transition: transform ease-out 500ms 250ms, opacity ease-out 500ms 250ms, background ease-out 150ms, -webkit-transform ease-out 500ms 250ms, -moz-transform ease-out 500ms 250ms, -o-transform ease-out 500ms 250ms;
	transition: transform ease-out 500ms 250ms, opacity ease-out 500ms 250ms, background ease-out 150ms, -webkit-transform ease-out 500ms 250ms;
}

.tag-wrapper li:hover {
	background: var(--medium-blue) !important;
}

.tag-wrapper li a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
}

.tag-wrapper li.small-tag {
	width: 25%;
	margin-top: 14px;
}

.right-flyer {
	float: left;
}

.right-flyer .tem_title {
	margin-top: 38px;
	margin-left: 128px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 24px;
}

.magazine {
	background: #fff;
	padding: 0px 113px;
	padding-top: 123px;
	padding-bottom: 114px;
}

.article-wrapper {
	width: 20%;
	margin-right: 5%;
	margin-top: 40px;
	float: left;
	height: 437px;
}

.article-wrapper .article-im,
.article-wrapper .article-im img,
.article-wrapper a {
	-webkit-transition: all ease-out 250ms;
	-o-transition: all ease-out 250ms;
	-moz-transition: all ease-out 250ms;
	transition: all ease-out 250ms;
}

.article-wrapper:hover .article-im {
	/*background: var(--kpmg-blue);*/
	background: #005eb8;
}

.article-wrapper:hover .article-im img {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.article-wrapper:hover a {
	text-decoration: underline;
}

.article-wrapper img.thumbnail {
	width: 100%;
}

.article-wrapper .cat {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #00338D;
	letter-spacing: 0.5px;
	line-height: 24px;
	margin: 24px 0px;
	text-transform: capitalize;
}

.article-wrapper a {
	font-family: Helvetica;
	font-size: 20px;
	color: #00338D;
	line-height: 30px;
	display: inline-block;
	width: 100%;
	margin-bottom: 14px;
	text-decoration: none;
}

.article-wrapper .snippet {
	font-family: Helvetica;
	font-size: 14px;
	color: #292D3C;
	letter-spacing: 0;
	line-height: 24px;
}

.right-article {
	margin-right: 0px;
	background: #F68D2E;
	text-align: center;
	padding-top: 0px;
}

.right-article h3 {
	font-family: "KPMG-Light";
	font-size: 120px;
	color: #FFFFFF;
	letter-spacing: 2px;
	margin-top: 84px;
}

.right-article h3 span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	margin-top: -150px;
}

.right-article p {
	font-family: "KPMG-Light";
	font-size: 35px;
	color: #FFFFFF;
	letter-spacing: 0.88px;
	text-align: center;
}

.guide {
	padding: 0px 112px;
	padding-top: 179px;
	padding-bottom: 110px;
}

.tools-wrapper {
	margin-top: 34px;
}

.tool-guide {
	width: 23.333%;
	margin-right: 2%;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	/*background: var(--kpmg-blue);*/
	background: #005eb8;
	height: 280px;
	text-align: center;
	position: relative;
	overflow: hidden;
	float: left;
	cursor: pointer;
	-webkit-transition: all ease-out 250ms;
	-o-transition: all ease-out 250ms;
	-moz-transition: all ease-out 250ms;
	transition: all ease-out 250ms;
}

.tool-guide:hover {
	-webkit-transform: translateY(-10px);
	        -ms-transform: translateY(-10px);
	    -moz-transform: translateY(-10px);
	      -o-transform: translateY(-10px);
	     transform: translateY(-10px);
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	        -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	     box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.tool-guide p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	text-align: center;
	line-height: 24px;
	margin-top: 27px;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.tool-guide h3 {
	font-family: KPMG-THin;
	font-size: 40px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
	width: 80%;
	margin: 0px auto;
}

.tool-guide a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	text-align: center;
	line-height: 24px;
	display: inline-block;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 31px;
	text-decoration: none;
	text-transform: uppercase;
}

.last-guide {
	margin-right: 0px;
}

.meet-us {
	height: 680px;
	background: url('./assets/bg_r_nous.jpg');
	overflow: hidden;
	background-position: center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-repeat: no-repeat;
}

.meet-us .form-wrapper {
	width: 450px;
	margin-left: 114px;
	margin-top: 105px;
}

.meet-us .form-wrapper h2 {
	font-family: "KPMG-Light";
	font-size: 70px;
	color: #FFFFFF;
	letter-spacing: 1.21px;
	line-height: 70px;
	font-weight: 400;
}

/*.meet-us p {
	font-family: Helvetica;
	font-size: 22px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 32px;
	margin-top: 23px;
}*/
.meet-us p {
	font-family: "Open sans";
	font-size: 22px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 32px;
	margin-top: 23px;
}

.meet-us .form-position {
	margin-top: 82px;
	width: 100%;
	position: relative;
	width: 80%;
}

.meet-us .form-position .input-text-position {
	width: 90%;
	padding-left: 10%;
	background: #fff;
	height: 56px;
	line-height: 56px;
	border: none;
	outline: none;
	font-family: Helvetica;
	font-size: 14px;
	color: #ACB0C0;
	letter-spacing: 0;
	line-height: 24px;
}

.meet-us .form-position .form-position-submit {
	position: absolute;
	width: 120px;
	right: 0px;
	top: 0px;
}

.meet-us .form-position .form-position-submit a {
	display: inline-block;
	height: 40px;
	width: 56px;
	margin-top: 11px;
	line-height: 45px;
	text-align: center;
}

.meet-us .form-position .form-position-submit .right-bordered {
	border-right: 1px solid rgba(41, 45, 60, 0.2);
}

.meet-us .form-finder {
	width: 80%;
	display: inline-block;
	background: #EAAA00;
	margin-top: 16px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.46px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all ease-out 150ms;
	-o-transition: all ease-out 150ms;
	-moz-transition: all ease-out 150ms;
	transition: all ease-out 150ms;
}

.meet-us .form-finder:hover {
	background: var(--medium-blue);
}

.meet-us .form-finder img {
	margin-right: 16px;
	margin-top: 10px;
	margin-bottom: -7px;
}

.kpmg-features {
	padding: 100px 112px;
	/*background: var(--kpmg-blue);*/
	background: #005eb8;
}

.kpmg-features h3 {
	float: left;
	width: 20%;
	font-family: "KPMG-Light";
	font-size: 40px;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: 400;
}

.features-wrapper {
	float: left;
	width: 80%;
}

.features-wrapper .feature {
	float: left;
	width: 23.33%;
	margin-right: 2%;
	text-align: center;
}

.features-wrapper .feature p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	line-height: 24px;
	margin-top: 19px;
}

.features-wrapper .feature img {
	width: 78px;
}

.features-wrapper .feature-last {
	margin-right: 0px;
}

footer {
	/*background: var(--kpmg-blue);*/
	background: #005eb8;
	padding: 0px 108px;
	padding-top: 48px;
	overflow: hidden;
}

.contact-wrapper .detail-anchor {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
    background: var(--medium-blue) !important;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    height: 90px;
    line-height: 90px;
    padding-left: 70px;
    border-top: 1px solid #fff;
}

#colophon {
	display: none !important;
}

/*** RESPONSIVE BEGIN **/
@media (max-width: 1320px) {
	header .menu-wrapper ul.bottom-menu li a {
		font-size: 13px;
	}
}

@media (max-width: 1200px) {
	header .menu-wrapper ul.bottom-menu li a {
		font-size: 12px;
		padding: 5px;
	}
}

.footer-top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 35px;
}

.footer-top .footer-section {
	width: 29.333%;
	margin-right: 4%;
	float: left;
}

.footer-top .footer-section ul {
	padding-bottom: 25px;
}

.footer-top .footer-section ul li {
	list-style: none;
}

.footer-top .footer-section ul li a {
	text-decoration: none;
	font-family: Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 23px;
}

.footer-top .footer-section h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.footer-top .footer-section h3 a {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	width: 100%;
}

.footer-top .footer-section h3 a img {
	display: none;
}

.footer-mid .logo-footer,
.footer-mid .footer-mid-menu,
.footer-mid .social-menu {
	float: left;
}

.footer-mid {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 31px;
	margin-bottom: 15px;
}

.footer-mid .logo-footer {
	text-align: left;
	width: 20%;
}

.footer-mid .footer-mid-menu {
	width: 60%;
	text-align: center;
	height: 56px;
	line-height: 56px;
}

.footer-mid .footer-mid-menu li {
	display: inline-block;
	list-style: none;

}

.footer-mid .footer-mid-menu li a {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 23px;
	padding: 0px 10px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-mid .social-menu {
	width: 20%;
	text-align: right;
}

.footer-mid .social-menu li {
	display: inline-block;
	list-style: none;
}

.footer-mid .social-menu li a {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 23px;
}

.facebook_btn,
.twitter_btn {
	margin-right: 33px;
}

.footer-bottom-menu {
	width: 100%;
	text-align: center;
	height: 56px;
	line-height: 56px;
	text-align: right;
}

.footer-bottom-menu li {
	display: inline-block;
	list-style: none;
}

.footer-bottom-menu li a {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 23px;
	padding: 0px 10px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

/** COOKIES **/
.cookies-oath {
	position: fixed;
	bottom: 0px;
	left: 0px;
	/*background-color: var(--kpmg-blue);*/
	background-color: #005eb8;
	padding: 20px 113px;
	width:-webkit-calc(100% - 226px);
	width:-moz-calc(100% - 226px);
	width:calc(100% - 226px);
	z-index: 99999999999999999;
}

.cookies-oath p {
	text-decoration: none;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	width: -webkit-calc(100% - 50px);
	width: -moz-calc(100% - 50px);
	width: calc(100% - 50px);
	float: left;
}

.cookies-oath p a {
	color: #fff;
}

.cookies-oath .cookies-accept {
	float: left;
	text-decoration: none;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 60px;
}

.video-modal.show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

.video-modal.show, body.video {
	position:fixed;
}

.video-modal {
	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;
	            -ms-grid-row-align:center;
	        -webkit-align-items:center;
	        -moz-box-align:center;
	             align-items:center;
	position:fixed;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background-color: rgba(0, 0, 0, 0.9);
	text-align: center;
}
.video-modal iframe {
	display: inline-block;
	width: 90%;
	height: 90%;
	pointer-events:none;
}

.chat-modal {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #eee;
	z-index: 999999;
	display: none;
}

.chat-modal-toggled {
	display: block;
}

.hidden-icon {
	display: none !important;
}

.offers-scroll {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

.offers-scroll li {
	list-style: none;
	display: inline-block;
	width: 15%;
	padding: 0px 2%;
}

.offers-scroll li a {
	display: inline-block;
	width: 100%;
	height: 4px;
	background-color: rgba(0, 51, 141, 0.98);
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.offers-scroll li a.active-scroll {
	background-color: #f68d2e;
}

/** NOT VISIBLE ON DESKTOP **/
.sided-0 {
	display: none;
}

.offers-scroll {
	display: none;
}

.sided-tool-0 {
	display: none;
}

.left-flyer .arrow-flyer-right {
	display: none;
}

.guide .custom_to_left {
	display: none;
}
.filet-blan-container{
	/*background-color : var(--kpmg-blue);*/
	background-color : #005eb8;
}
.filet-blan-container .filet-blan{
	margin: 0 6%;
}
.filet-blan{
	margin: 0 8%;
    background-color: #fff;
    border: none;
    height: 1px;
}    
#offers-wrapper-section {
	overflow-x: hidden;
}

#offers-wrapper-section .offers {
	-webkit-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
}

#offers-wrapper-section .offers-overflow {
	overflow-x: hidden;
}

.offers-scroll-desktop>li {
	display: none;
}

/*.offers-scroll-desktop.option-1>li:nth-child(1) {
	display: inline-block;
}*/

.offers-scroll-desktop.option-2>li:nth-child(1) {
	display: inline-block;
}

.offers-scroll-desktop.option-2>li:nth-child(2) {
	display: inline-block;
}

.offers-scroll-desktop.option-3>li:nth-child(1) {
	display: inline-block;
}
.offers-scroll-desktop.option-3>li:nth-child(2) {
	display: inline-block;
}
.offers-scroll-desktop.option-3>li:nth-child(3) {
	display: inline-block;
}
.offers-scroll-desktop.option-3>li:nth-child(4) {
	display: inline-block;
}

.offers-scroll-desktop.option-4>li:nth-child(1) {
	display: inline-block;
}
.offers-scroll-desktop.option-4>li:nth-child(2) {
	display: inline-block;
}
.offers-scroll-desktop.option-4>li:nth-child(3) {
	display: inline-block;
}
.offers-scroll-desktop.option-4>li:nth-child(4) {
	display: inline-block;
}
.offers-scroll-desktop.option-4>li:nth-child(5) {
	display: inline-block;
}

.offers-scroll-desktop.option-5>li:nth-child(1) {
	display: inline-block;
}
.offers-scroll-desktop.option-5>li:nth-child(2) {
	display: inline-block;
}
.offers-scroll-desktop.option-5>li:nth-child(3) {
	display: inline-block;
}
.offers-scroll-desktop.option-5>li:nth-child(4) {
	display: inline-block;
}
.offers-scroll-desktop.option-5>li:nth-child(5) {
	display: inline-block;
}
.offers-scroll-desktop.option-5>li:nth-child(6) {
	display: inline-block;
}

.offers-scroll-desktop.option-6>li:nth-child(1) {
	display: inline-block;
}
.offers-scroll-desktop.option-6>li:nth-child(2) {
	display: inline-block;
}
.offers-scroll-desktop.option-6>li:nth-child(3) {
	display: inline-block;
}
.offers-scroll-desktop.option-6>li:nth-child(4) {
	display: inline-block;
}
.offers-scroll-desktop.option-6>li:nth-child(5) {
	display: inline-block;
}
.offers-scroll-desktop.option-6>li:nth-child(6) {
	display: inline-block;
}
.offers-scroll-desktop.option-6>li:nth-child(7) {
	display: inline-block;
}

#offers-wrapper-section.offers-wrapper .offer-bloc {
	width: 22.5%;
	height: 350;
	/*width: 265px;
	height: 350px;*/
	background: #FFFFFF;
	margin-top: 40px;
	margin-left: 0%;
	margin-right: 3%;
	text-align: center;
	position: relative;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	float: none;
}

@media (min-width: 1080px) {
	#offers-wrapper-section.offers-wrapper .offer-bloc {
		width: 22.5%;
		padding-top: 30%;
		height: auto;
		background: #FFFFFF;
		margin-top: 40px;
		margin-left: 0%;
		margin-right: auto !important;
		text-align: center;
		position: relative;
		cursor: pointer;
		display: inline-block;
		vertical-align: top;
		float: none;
	}
	
	#offers-wrapper-section.offers-wrapper .offer-bloc:nth-child(1) {
		margin-left: 1px !important;
	}

	.offers-new-apratio.offers-wrapper .offer-bloc {
		padding-top: 30%;
		height: auto;
	}

	#offers-wrapper-section.offers-wrapper .offer-bloc .offer-inside,
	.offers-new-apratio.offers-wrapper .offer-bloc .offer-inside {
		position: absolute;
		width: 90%;
		height: 90%;
		width: -webkit-calc(100% - 44px);
		width: -moz-calc(100% - 44px);
		width: calc(100% - 44px);
		height: -webkit-calc(100% - 44px);
		height: -moz-calc(100% - 44px);
		height: calc(100% - 44px);
		top: 0px;
		padding: 22px;
	}
}

@media(max-width: 968px) {

	footer .support_btn{
    	display:none;
     }
	#cursor-animation {
		top: 45px;
		left: 15px;
		font-size: 14px;
		line-height: 14px;
		width: 90%;
	}

	.mobile-menu-sub-item {
		width: 70%;
		width: -webkit-calc(100% - 120px);
		width: -moz-calc(100% - 120px);
		width: calc(100% - 120px);
		padding-left: 50px;
		display: none;
		height: 0px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		list-style: none;
		-webkit-transition: all ease 0.3s;
		-o-transition: all ease 0.3s;
		-moz-transition: all ease 0.3s;
		transition: all ease 0.3s;
	}

	.mobile-menu-sub-item li a {
		display: inline-block;
		text-decoration: none;
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		font-size: 12px;
		text-transform: uppercase;
		color: var(--kpmg-blue);
		padding: 10px 0px;
	}

	.mobile-menu-items {
		position: absolute !important;
		-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);
		position: relative;
		background: #fff;
		width: 100%;
		padding: 25px 0px;
		padding-left: 50px;
		display: none;
		height: 0px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transition: all ease 0.3s;
		-o-transition: all ease 0.3s;
		-moz-transition: all ease 0.3s;
		transition: all ease 0.3s;
	}

	.mobile-menu-items>ul>li {
		list-style: none;
	}

	.mobile-menu-items>ul>li>a {
		display: inline-block;
		text-decoration: none;
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		font-size: 15px;
		color: #000;
		padding: 10px 0px;
	}

	.toggled-mobile-menu {
		display: block;
		height: auto;
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    	z-index: 9999;
	}

	.guide .custom_to_left {
		display: block;
	}

	.slide .slide-image {
		width: auto;
		height: 100%;
	}

	header .hero-text {
		width: 90%;
	}

	.tem_title,
	.flyer .par-wrapper {
		margin-left: 50px;
	}

	.tag-wrapper {
		padding: 0px;
		margin-left: 50px;
		bottom: 20px;
		width: 50%;
	}

	.tag-wrapper li {
		width: 100%;
		height: 40px;
		line-height: 40px;
		margin-bottom: 5px;
	}

	.flyer .par-wrapper {
		width: -webkit-calc(100% - 100px);
		width: -moz-calc(100% - 100px);
		width: calc(100% - 100px);
		margin-top: 150px;
	}

	.arrow-flyer-left {
		top: auto;
		bottom: 0px;
	}

	.sided-tool-0 {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		display: block;
	}

	.sided-m-0 {
		display: none;
	}


	header {
		overflow: hidden;
	}

	/******* BEGIN HEADER HOME *********/
	
	header.kpmg-header-magazine-triplet .mobile-menu ,
	header.kpmg-header-home .mobile-menu {
		/*background: #00338d;*/
		background: #005eb8;
	}
	.kpmg-header-magazine-triplet #header-message ,
	.kpmg-header-home #header-message {
    display: block;
    width: 100%;
	}

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

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

	.kpmg-header-magazine-triplet #header-message>.kpmg-right ,
	.kpmg-header-home #header-message>.kpmg-right {
    display: block;
	margin-top: 0 !important;
    /* margin-bottom: 50px !important; */
	margin-right: 0;
    /* background-repeat: no-repeat; */
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
	float: left;
	width: 100%;
}
	.kpmg-header-magazine-triplet #header-message > .kpmg-right > .bouton-mouse > a ,
	.kpmg-header-home #header-message > .kpmg-right > .bouton-mouse > a {
    display: none;
}
	header .titre-header-big {
    font-size: 50px;
    padding: 10px 15px;
    background: rgba(0,0,0,0.3);
    margin: 60px 0 0 0;
    display: block;
}
	header.kpmg-header-home {
    /* height: 360px !important; */
    /* max-height: 360px !important; */
}
	header .hero-text {
    width: 100%;
	font-family: "KPMG-Light";
    font-weight: 400;
    font-size: 40px;
}
	
	/******* END HEADER HOME *********/
	
	/******* BEGIN CONTENT HOME *********/
	
	#project-introduction {
    background-color: var(--kpmg-grey-light);
    padding: 0 8%;
}
	
	.project-introduction h2 {
    font-family: "Open Sans";
    font-size: 22px;
    color: #000;
    padding: 30px 0 10px !important;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
}
	.project-introduction span.secondary {
    font-size: 12px;
}
	.to_left h2 {
    font-weight: 500;
    margin-left: 15px;
}
	.section-menu .to_left a {
    font-size: 30px;
}
	.underscore_dec {
    width: 20px;
    height: 1.2px;
    margin-right: 10px;
}
	
	/******* END CONTENT HOME *********/
	
	/******* BEGIN OFFRES *********/
	
	.offers-wrapper .offer-bloc h3 span {
    font-weight: 400 !important;
    font-family: "KPMG-Light";
    font-size: 20px;
}
	.offers-wrapper .offer-bloc p {
    font-size: 16px !important;
    line-height: 30px;
}
	.offers-wrapper .offer-bloc .offer-inside {
    padding: 10px !important;
}
	
	/******* END OFFRES *********/
	
	/******* BEGIN RENCONTRONS NOUS *********/
	
	.meet-us-mobile-menu {
    background: none !important;
    height: 0 !important;
}
	.meet-us .form-wrapper h2 {
    font-size: 40px;
    line-height: 40px;
}
	.meet-us p {
    font-size: 16px;
    line-height: 23px;
    margin-top: 16px;
}
	.meet-us .form-position {
    margin-top: 25px;
}
	
	/******* END RENCONTRONS NOUS *********/
	
	/******* BEGIN COOKIES *********/
	
	.cookies-oath {
    padding: 20px 13px;
    z-index: 99999999999999999;
    width: 95%;
}
	.cookies-oath p {
    font-size: 10px;
    line-height: 18px;
	width: 100%;
}
	
	/******* END COOKIES *********/
	
	
	header .mobile-menu {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		background-repeat: no-repeat !important;
		background-position: center !important;
		-webkit-background-size: auto 75% !important;
		   -moz-background-size: auto 75% !important;
		     -o-background-size: auto 75% !important;
		        background-size: auto 75% !important;
	}

	header .mobile-menu .mobile-menu-wrapper li {
		list-style: none;
		display: inline-block;
		height: 60px;
		line-height: 60px;
		text-align: center;
	}

	header .mobile-menu .mobile-menu-wrapper li a {
		display: inline-block;
	}
	header .mobile-menu .mobile-menu-wrapper li.icon_wrap.covid-19 a{
        height: 40px;
        background: #F68D2E;
        color: #fff;
        width: 80px;
        line-height: 40px;
        margin-right: 15px;
		padding: 0px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 15px;
        letter-spacing: 0;
        text-decoration: none;
    }
	header .mobile-menu .mobile-menu-wrapper li.icon_wrap a {
		height: 60px;
		line-height: 75px;
		text-align: center;
	}

	.header-top {
		display: none;
	}

	header .support_btn {
		bottom: 70px;
	}
	header .custom-h-btn {
		bottom: 70px;
	}

	.project-introduction {
		width: 90%;
		margin: -45px auto;
	}

	.project-introduction .form-select p {
		font-size: 18px;
	}

	.project-introduction .form-select select {
		display: block;
		margin: 0px auto;
		width: 90%;
		font-size: 16px;
	}

	.offers-wrapper {
		padding: 0px;
		padding-top: 120px;
		overflow: hidden;
	}
    
    body.page-template-template-offers .offers-wrapper ul.section-menu{
    	display: block;
    }
     body.page-template-template-offers .offers-wrapper ul.section-menu li.to_left h2 a {
    	font-size: 38px;
    }
    .offers-wrapper ul.section-menu{
    	display: none;
    }
    body.page-template-template-offers #offers-wrapper-section{
    padding-top:10px !important;
    }
	.offers-wrapper .offer-bloc,
	.article-wrapper {
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
		padding-top: 100%;
		height: auto;
	}

	.offers-wrapper .offer-bloc .offer-inside {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0px;
	}

	#offers-wrapper-section.offers-wrapper .offer-bloc {
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
	}

	/*#offers-wrapper-section*/
	.offers-wrapper .offer-bloc p {
		font-size: 27px;
		line-height: 30px;
	}

	.offers,
	.articles,
	.tools-wrapper {
		/* position: relative; */
		left: 0px;
		-webkit-transition: all ease 0.2s;
		-o-transition: all ease 0.2s;
		-moz-transition: all ease 0.2s;
		transition: all ease 0.2s;
	}

	.offers-wrapper .offside-slided,
	.articles .offside-slided,
	.tools-wrapper .offside-slided {
		position: absolute;
		top: 0px;
		left: 0px;
	}

	.offers-wrapper .sided-0 {
		display: block;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	.offers-wrapper .sided-1,
	.articles .sided-1,
	.tools-wrapper .sided-1 {
		top: 0px;
		left: 0px;
	}

	.offers-wrapper .sided-2,
	.articles .sided-2,
	.tools-wrapper .sided-2 {
		top: 0px;
		left: 80%;
	}

	.offers-wrapper .sided-3,
	.articles .sided-3,
	.tools-wrapper .sided-3 {
		top: 0px;
		left: 160%;
	}

	.offers-wrapper .sided-4,
	.articles .sided-4,
	.tools-wrapper .sided-4 {
		top: 0px;
		left: 240%;
	}

	.section-menu .to_right {
		display: none;
	}

	.offers-scroll li {
		width: 10%;
	}

	.tool-guide {
		width: -webkit-calc(100% - 90px);
		width: -moz-calc(100% - 90px);
		width: calc(100% - 90px);
		margin: 0px 45px;
	}

	.meet-us {
		height: auto;
		background: none;
	}

	.meet-us-mobile-menu {
		background: url(./assets/Rencontrons_nous.jpg);
		-webkit-background-size: cover;
		   -moz-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
		background-position: center;
		width: 100%;
		height: 445px;
	}

	.meet-us .form-wrapper {
		background: #F68D2E;
		margin: 0px;
		width: 90%;
		padding: 50px 5%;
	}

	.meet-us .form-finder {
		border: 1px solid #fff;
	}

	.meet-us .form-finder,
	.meet-us .form-position {
		width: 100%;
	}

	.left-flyer .arrow-flyer-right {
		left: auto;
		top: auto;
		bottom: 100px;
		right: 0px;
		display: block;
	}

	.articles {
		height: 500px;
	}

	.guide {
		padding: 40px 0px;
		overflow: hidden;
		padding-left: 25px;
		padding-right: 25px;
	}

	.custom_to_left .to_left a {
		color: #00338d;
		font-family: "Open Sans", sans-serif;
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 0.63px;
		text-transform: uppercase;
	}

	.guide .tools-wrapper {
		height: auto;
	}

	.right-flyer {
		display: none;
	}

	.flyer {
		width: 100%;
	}

	.tag-wrapper li.small-tag {
		width: 70%;
	}

	.magazine {
		padding: 46px 0px;
		padding-left: 15px;
		padding-right: 15px;
		overflow: hidden;
	}

	.kpmg-features {
		display: none;
	}

	.newsletter {
		width: 100%;
		overflow: hidden;
		padding-left: 0px;
		padding-right: 0px;
	}

	.newsletter>img {
		display: none;
	}

	.newsletter .newsletter-form-wrapper {
		width: 80%;
		margin: 0px auto;
		float: none;
	}

	.newsletter .newsletter-form-wrapper form input[type="text"] {
		width: -webkit-calc(100% - 50px);
		width: -moz-calc(100% - 50px);
		width: calc(100% - 50px);
		padding: 0px 24px;
	}

	.newsletter .newsletter-form-wrapper form input[type="submit"] {
		width: 100%;
		margin-top: 16px;
		 -webkit-appearance: none;
  		-webkit-border-radius: 0;
  		        -moz-border-radius: 0;
  		     border-radius: 0; 
	}

	footer {
		padding: 0px;
		padding-top: 50px;
	}

	.kpmg-footer-top {
		display: block !important;
		height: auto;
	}

	.kpmg-footer-top .kpmg-footer-section {
		padding: 0px 50px;
	}

	.kpmg-footer-top .kpmg-footer-section {
		width: 100%;
		margin: 0px;
		float: none !important;
	}

	.kpmg-footer-mid .logo-kpmg-footer,
	.kpmg-footer-mid .kpmg-footer-mid-menu,
	.kpmg-footer-mid .social-menu {
		float: none;
		width: 100%;
		text-align: center;
	}

	.kpmg-footer-top .kpmg-footer-section h3 a {
		width: 70%;
		padding: 5px 0px;
	}

	.kpmg-footer-top .kpmg-footer-section h3 a img {
		display: inline;
		width: 15px;
		height: 15px;
		border-left: 2px solid #fff;
		border-bottom: 2px solid #fff;
		-webkit-transform: rotateZ(-45deg);
		        -ms-transform: rotate(-45deg);
		    -moz-transform: rotateZ(-45deg);
		      -o-transform: rotateZ(-45deg);
		     transform: rotateZ(-45deg);
		float: right;
		-webkit-transition: all ease 0.2s;
		-o-transition: all ease 0.2s;
		-moz-transition: all ease 0.2s;
		transition: all ease 0.2s;
	}

	.kpmg-footer-top .kpmg-footer-section h3 a.toggled-menu img {
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		    -moz-transform-origin: 50% 50%;
		      -o-transform-origin: 50% 50%;
		     transform-origin: 50% 50%;
		-webkit-transform: rotateZ(135deg);
		-ms-transform: rotate(135deg);
		    -moz-transform: rotateZ(135deg);
		      -o-transform: rotateZ(135deg);
		     transform: rotateZ(135deg);
	}

	.kpmg-footer-mid .kpmg-footer-mid-menu {
		height: auto;
	}

	.kpmg-footer-mid .kpmg-footer-mid-menu li {
	}

	.kpmg-footer-bottom-menu {
		padding: 0px 50px;
		height: auto;
		text-align: center;
		width: -webkit-calc(100% - 100px);
		width: -moz-calc(100% - 100px);
		width: calc(100% - 100px);
	}

	.kpmg-footer-bottom-menu li {
		display: block;
	}

	.kpmg-footer-bottom-menu li a {
		border-right: none;
	}

	.kpmg-footer-mid .kpmg-footer-mid-menu li a {
		border-right: none;
	}

	.offers-scroll {
		display: block;
	}

	/*** MORE RESPONISVE DESIGN ***/
	#kpmg-tag-list {
		overflow-x: hidden;
	}

	#kpmg-tag-list .single-wrapper.sided-0 {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		position: relative;
		display: block;
	}

	#kpmg-tag-list .list-content {
		display: block !important;
	}

	#kpmg-tag-list .list-content .single-wrapper {
		width: 62%;
	}

	#kpmg-office-magazine .group-content {
		display: block;
	}

	/*** MORE RESPONSIVE DESIGN ***/
	#offers-wrapper-section .offers-scroll-desktop {
		display: none !important;
	}

	#offers-wrapper-section .offers-scroll-mobile {
		display: block;
	}
}

/* START CHAT CSS */
.embeddedServiceSidebarHeader {
	/*background-color: var(--kpmg-blue) !important;*/
	background-color: #005eb8 !important;
}

/* #salesforce-chat * {
	font-family: "open_sansregular", "Roboto", sans-serif !important;
  }
  #salesforce-chat .embeddedServiceHelpButton .helpButton, #salesforce-chat .embeddedServiceSidebarMinimizedDefaultUI, #salesforce-chat .embeddedServiceSidebar.layout-docked .dockableContainer {
	right: 36px;
  }
  #salesforce-chat .helpButtonEnabled .embeddedServiceIcon:before, #salesforce-chat .help.x-small.embeddedServiceIcon:before {
	font-family: 'cst-icons';
	content: "\e9551";
  }
  #salesforce-chat .help.x-small.embeddedServiceIcon svg {
	display: none;
  }
  #salesforce-chat .embeddedServiceSidebarMinimizedDefaultUI .embeddedServiceSidebarHeader, #salesforce-chat .embeddedServiceSidebarExtendedHeader, #salesforce-chat .embeddedServiceHelpButton .helpButton .uiButton, #salesforce-chat .embeddedServiceSidebarMinimizedDefaultUI.helpButton, #salesforce-chat .embeddedServiceSidebarMinimizedDefaultUI {
	background-color: var(--kpmg-blue) !important;
  }
  #salesforce-chat .embeddedServiceSidebarButton {
	background-color: #00a3a1;
  }
  #salesforce-chat .embeddedServiceSidebarButton {
	border-radius: 22px;
  }
  #salesforce-chat .embeddedServiceSidebarButton.uiButton--inverse .label {
	color: white;
  }
  #salesforce-chat .backgroundImg {
	background-image: url('https://kpmg--c.eu12.content.force.com/sfc/dist/version/renditionDownload?rendition=ORIGINAL_Png&versionId=0681r00000Cup6b&operationContext=DELIVERY&contentId=05T1r00000hox23&page=0&d=/a/1r0000002FMI/Fg6Wmrf2iSq6HfsF12Caz7_UQSXhUPNTr0otH3VEc4A&oid=00D1r000002eSVR&dpt=null&viewId=') !important;
  }
  #salesforce-chat .backgroundImgColorMask {
	background: #005eb8;
  }
  #salesforce-chat .backgroundPattern {
	background: #005eb8 !important;
  }
  #salesforce-chat .embeddedServiceLiveAgentStateChatHeader .message {
	font-size: 0px;
	color: rgba(255, 255, 255, 0);
  }
  #salesforce-chat .embeddedServiceLiveAgentStateChatHeader .message:before {
	display: inline-block;
	font-size: 12px;
	color: white;
	content: 'A votre service';
  }
  #salesforce-chat .avatar {
	display: block;
	border-radius: none;
  }
  #salesforce-chat .embeddedServiceSidebarButton:focus, #salesforce-chat .uiButton:focus {
	text-decoration: none;
  }
  #salesforce-chat .embeddedServiceLiveAgentStateOfflineSupportDefaultUI select.Reason {
	font-size: 10px;
  }
  #salesforce-chat .embeddedServiceLiveAgentStateOfflineSupportDefaultUI input {
	font-size: 12px;
  } */
/* EBD CHAT SCSS */

.hero-text {

	font-family: "KPMG-THin";

	font-weight: 600;

	font-size: 70px;

	color: #FFFFFF;

	letter-spacing: 1px;

	text-align: center;

	line-height: 80px;

	width: 100%;

	margin: 0px auto;

	margin-top: 390px;

	background: rgba(0, 0, 0, 0.3);

	padding: 15px 0;

}

/* ################# STYLE TEMPLATE   :: END   ################################*/
.offers-wrapper,
.page-section-wrapper {
	background: #F2F2F2 !important;
}
.page-section-wrapper.covid-19{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:-moz-box;
	display:flex;
}

.page-id-3131 .section-menu {
	width: 100%;
	float: left;
	clear: right;
}

.group-content-events,
.single-wrapper {
	cursor: pointer;
}

#kpmg-actuality-mosaiique .group-content-events .content-wrapper {
	height: 98%;
}

#kpmg-presentation-content .content-right .office-widget .widget-schedule div .schedule .schedule-day h3 {
	display: none;
}

.offer-bloc:hover {
	-webkit-box-shadow: unset !important;
	        -moz-box-shadow: unset !important;
	     box-shadow: unset !important;
}

.kpmg-presentation {
	font-family: "Open sans" !important;
}

.doneSending {
	/* font-family: 'Open Sans', sans-serif; */
	font-size: 12px !important;
	color: #00338D !important;
	/* letter-spacing: 1px !important; */
	padding-top: 0px;
}

@media (min-width: 1100px) {
	.event-location {
		position: relative;
	}

	.event-location>iframe {
		position: absolute;
		left: 0;
	}

	#kpmg-actuality-mosaiique .group-content-events .content-wrapper .place {
		position: unset;
		/* margin-bottom: 10px; */
	}

	#kpmg-actuality-mosaiique .group-content-events .content-wrapper .title {
		/* min-height: 73px; */
	}

	/*.project-introduction > .form-select > div{
    	text-align: center !important;
	}*/
	/*.project-introduction>.form-select>div+p {
		left: -67px;
		position: relative;
	}*/

	/*#offers-wrapper-section .to_left {
		margin-left: 0%;
	}

	#offers-wrapper-section .to_right {
		margin-right: 0%;
	}*/
}

header .menu-wrapper ul.bottom-menu li ul>li>a:before {
	top: 34px;
}


header .menu-wrapper ul.bottom-menu li.bg_hover:hover {
}

header .menu-wrapper ul.bottom-menu li ul>li>a:hover {
	color: #EAAA00 !important;
}

li.kpmg-connect-full:hover {
	/* background-color: rgba(242, 140, 49, 0.2); */
}

.offers-wrapper .offer-bloc:hover {
	-webkit-box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.1) !important;
	        -moz-box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.1) !important;
	     box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.1) !important;
}



#offers-wrapper-section.offers-wrapper .offer-bloc:nth-child(1) .offer-inside>img {
	width: 28%;
}

/*header .menu-wrapper ul.bottom-menu li.double-bordered {
	border-bottom: 3px solid transparent;
}*/

/*Updates 18 12 2019 15:49*/
.offers-wrapper .offer-bloc h3{
	font-family: "Open Sans";
    font-size: 15px;
    color: #000000;
    letter-spacing: 0px;
    width: 90%;
    margin: 0px auto;
    line-height: normal;
    white-space: normal;
    /* margin-top: 10%; */
    height: -webkit-calc(30% - 40px);
    height: -moz-calc(30% - 40px);
    height: calc(30% - 40px);
	display: table;
	font-weight: 700;
	padding-left: 0%;
	text-align: left;
	margin: 0px;  
}

.offers-wrapper .offer-bloc h4{
	font-family: "Open Sans";
	text-align: left;
	text-transform: uppercase;
}
.offers-wrapper .offer-bloc h4.Offer-need-1 { color: #f68d2e; }
.offers-wrapper .offer-bloc h4.Offer-need-2 { color: #0894db; }
.offers-wrapper .offer-bloc h4.Offer-need-3 { color: #1168bc; }
.offers-wrapper .offer-bloc h4.Offer-need-4 { color: #00338d; }
.offers-wrapper .offer-bloc h4.Offer-need-5 { color: #612d7d; }
.offers-wrapper .offer-bloc h3 span{
	/*display: table-cell;
    vertical-align: middle;*/
}

#kpmg-tag-list.page .list-title h2, #kpmg-tag-list.home-page .list-title h2{
	font-family: "KPMG-Light";
    font-size: 50px;
    font-weight: 500 !important;
    line-height: 60px;
    color: #00338d;
}
.to_left h2{
	font-weight: 500;
}
.content-wrap > .title h3{
	font-weight: 500;
}
#kpmg-office-magazine.magazine .group-title h2, #kpmg-office-magazine.home-magazine .group-title h2{
	color: #00338d;
    line-height: 60px;
	font-family: "KPMG-Light";
    font-size: 50px;
    font-weight: 400;
}
#kpmg-office-magazine.magazine .group-content.no-mobile .group-content-news .content .title h3, #kpmg-office-magazine.home-magazine .group-content.no-mobile .group-content-news .content .title h3 {
	font-family: "Open Sans";
    font-size: 1vw;
    font-weight: 600;
    color: #00338d;
    cursor: pointer;
    text-decoration: unset;
    text-align: center;
    letter-spacing: 0.6px;
}

.newsletter .newsletter-form-wrapper h2{
	font-family: "KPMG-Light";
    font-size: 35px;
    font-weight: 400;
    color: #00338D;
    letter-spacing: 1px;
    margin-bottom: 24px;
}
.title > a > h3{
	font-size: inherit;
	font-weight: inherit;
}

#kpmg-news-group .group-title h2{
    font-family: "KPMG-Light";
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    color: #00338D;
}
#kpmg-actuality .group-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
}
#kpmg-actuality .group-title h2{
    font-family: "KPMG-Light";
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    color: #00338D;
    width: 50%;
}
#kpmg-actuality .kpmg-mag-search{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
    position: relative;
    width: 47%;
}
#kpmg-actuality .kpmg-mag-search .kpmg-mag-search-input {
    width: 95%;
    padding-left: 5%;
    background: #F2F2F2;
    height: 56px;
    line-height: 56px;
    border: none;
    outline: none;
    font-family: Helvetica;
    font-size: 14px;
    color: #00338D;
    letter-spacing: 0;
    line-height: 24px;
}
#kpmg-actuality .kpmg-mag-search .kpmg-mag-search-submit {
    position: absolute;
    width: 60px;
    right: 0px;
    top: 0px;
}
#kpmg-actuality .kpmg-mag-search .kpmg-mag-search-submit #search {
    display: inline-block;
    height: 40px;
    width: 56px;
    margin-top: 11px;
    line-height: 45px;
    text-align: center;
    border-left: 1px solid rgba(41, 45, 60, 0.2);
	cursor:pointer;
}

/* END */
/*ie*/
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

	/*No offre*/
	#offers-wrapper-section .offers-overflow {
		overflow: hidden;
	}

	/*end nos offre*/
	/* outils et guide*/
	/*Title*/
	.page#kpmg-tag-list .list-title h3,
	.home-page#kpmg-tag-list .list-title h3 {
		color: #00338d;
	}

	.underscore_dec {
		/*background: #00338d;*/
		background: #005eb8;
	}

	/*General box sizing*/
	.page#kpmg-tag-list .list-content.no-mobile .single-wrapper .single-inner .single-content .content,
	.home-page#kpmg-tag-list .list-content.no-mobile .single-wrapper .single-inner .single-content .content,
	.page#kpmg-tag-list .list-content.mobile .single-wrapper .single-inner .single-content .content,
	.home-page#kpmg-tag-list .list-content.mobile .single-wrapper .single-inner .single-content .content {
		max-width: 216px;
	}


	/*End general box sizing*/
	/*Simulateur*/
	.home-page#kpmg-tag-list .list-content.mobile .single-wrapper.single-simulateur,
	.home-page#kpmg-tag-list .list-content.no-mobile .single-wrapper.single-simulateur {
		border: 6px solid #00338d;
		color: #00338d;
	}

	.home-page#kpmg-tag-list .list-content.mobile .single-wrapper.single-simulateur,
	.home-page#kpmg-tag-list .list-content.no-mobile .single-wrapper.single-simulateur {
		color: #00338d;
	}

	.page#kpmg-tag-list .list-content.no-mobile .single-wrapper .single-simulateur .single-content .footer .link a,
	.home-page#kpmg-tag-list .list-content.no-mobile .single-wrapper.single-simulateur .single-inner .single-content .footer .link a,
	.page#kpmg-tag-list .list-content.mobile .single-wrapper .single-simulateur .single-content .footer .link a,
	.home-page#kpmg-tag-list .list-content.mobile .single-wrapper.single-simulateur .single-inner .single-content .footer .link a {
		color: #00338d;
	}

	/*echeancier*/
	.home-page#kpmg-tag-list .list-content.mobile .single-wrapper.single-echeancier,
	.home-page#kpmg-tag-list .list-content.no-mobile .single-wrapper.single-echeancier {
		border: 6px solid #EAAA00;
		color: #EAAA00;
	}

	.home-page#kpmg-tag-list .list-content.mobile .single-wrapper.single-echeancier,
	.home-page#kpmg-tag-list .list-content.no-mobile .single-wrapper.single-echeancier {
		color: #EAAA00;
	}

	.page#kpmg-tag-list .list-content.no-mobile .single-wrapper .single-echeancier .single-content .footer .link a,
	.home-page#kpmg-tag-list .list-content.no-mobile .single-wrapper.single-echeancier .single-inner .single-content .footer .link a,
	.page#kpmg-tag-list .list-content.mobile .single-wrapper .single-echeancier .single-content .footer .link a,
	.home-page#kpmg-tag-list .list-content.mobile .single-wrapper.single-echeancier .single-inner .single-content .footer .link a {
		color: #EAAA00;
	}

	/*chiffre utile*/
	.home-page#kpmg-tag-list .list-content.mobile .single-wrapper.single-chiffres_utiles,
	.home-page#kpmg-tag-list .list-content.no-mobile .single-wrapper.single-chiffres_utiles {
		border: 6px solid #005eb8;
		color: #005eb8;
	}

	.home-page#kpmg-tag-list .list-content.mobile .single-wrapper.single-chiffres_utiles,
	.home-page#kpmg-tag-list .list-content.no-mobile .single-wrapper.single-chiffres_utiles {
		color: #005eb8;
	}

	.page#kpmg-tag-list .list-content.no-mobile .single-wrapper .single-chiffres_utiles .single-content .footer .link a,
	.home-page#kpmg-tag-list .list-content.no-mobile .single-wrapper.single-chiffres_utiles .single-inner .single-content .footer .link a,
	.page#kpmg-tag-list .list-content.mobile .single-wrapper .single-chiffres_utiles .single-content .footer .link a,
	.home-page#kpmg-tag-list .list-content.mobile .single-wrapper.single-chiffres_utiles .single-inner .single-content .footer .link a {
		color: #005eb8;
	}

	/*Dossier*/
	.home-page#kpmg-tag-list .list-content.mobile .wrapper-extra,
	.home-page#kpmg-tag-list .list-content.no-mobile .wrapper-extra {
		border: 12px solid #0091da;
	}

	.home-page#kpmg-tag-list .list-content.mobile .single-wrapper.single-dossier .single-inner,
	.home-page#kpmg-tag-list .list-content.no-mobile .single-wrapper.single-dossier .single-inner {
		background-color: #0091da;
	}

	/*Fin outils et guide*/

	/*Magazine*/
	#content .magazine#kpmg-office-magazine .group-content.no-mobile :not(.single-dossier).group-content-news,
	#content .home-magazine#kpmg-office-magazine .group-content.no-mobile :not(.single-dossier).group-content-news {
		background-color: white;
	}

	#content .magazine#kpmg-office-magazine .group-content.no-mobile .group-content-news,
	#content .home-magazine#kpmg-office-magazine .group-content.no-mobile .group-content-news {
		height: auto;
		padding-top: 0px;
		background: white;
	}

	#content .magazine#kpmg-office-magazine .group-content .group-content-news .content-wrapper,
	#content .home-magazine#kpmg-office-magazine .group-content .group-content-news .content-wrapper {
		background-color: white;
	}

	#content .home-magazine#kpmg-office-magazine .group-content .group-content-news .image-wrapper {
		min-height: 150px;
	}

	.magazine#kpmg-office-magazine .group-content.no-mobile .group-content-news .category,
	.home-magazine#kpmg-office-magazine .group-content.no-mobile .group-content-news .category {
        position : static;
        width:100%;
		top:-webkit-calc(35% - 10px);
		top:-moz-calc(35% - 10px);
		top:calc(35% - 10px);
	}

	.magazine#kpmg-office-magazine .group-content .group-content-news .content,
	.home-magazine#kpmg-office-magazine .group-content .group-content-news .content {
		background-color: white;
	}

	.magazine#kpmg-office-magazine .group-content .group-content-news .content .title,
	.home-magazine#kpmg-office-magazine .group-content .group-content-news .content .title {
		height: 0px;
		min-height: 50px;
	}

	.magazine#kpmg-office-magazine .group-content.no-mobile .group-content-news .content .title a,
	.home-magazine#kpmg-office-magazine .group-content.no-mobile .group-content-news .content .title a {
		text-decoration: none;
		color: #00338d;
	}

	.magazine#kpmg-office-magazine .group-content.no-mobile .group-content-news .content .excerpt p,
	.home-magazine#kpmg-office-magazine .group-content.no-mobile .group-content-news .content .excerpt p {
		max-width: 232px;
		color: #292d3c
	}

	.magazine#kpmg-office-magazine .group-content .group-content-events .content-wrapper .title,
	.home-magazine#kpmg-office-magazine .group-content .group-content-events .content-wrapper .title {
		max-width: 216px;
	}

	.home-magazine#kpmg-office-magazine .group-content .group-content-news .content {
		width: 100%;
	}

	.magazine#kpmg-office-magazine .group-content.no-mobile .group-content-events,
	.home-magazine#kpmg-office-magazine .group-content.no-mobile .group-content-events {
		border: 6px solid #EAAA00;
		background-color: white;
	}

	.magazine#kpmg-office-magazine .group-content .group-content-events .category .label,
	.home-magazine#kpmg-office-magazine .group-content .group-content-events .category .label,
	#kpmg-related-events .group-content .group-content-events .category .label {
		color: #00338d;
	}

	.magazine#kpmg-office-magazine .group-content .group-content-events .date,
	.home-magazine#kpmg-office-magazine .group-content .group-content-events .date,
	#kpmg-related-events .group-content .group-content-events .date {
		color: #00338d;
	}

	.magazine#kpmg-office-magazine .group-content .group-content-events .content-wrapper .hour,
	.home-magazine#kpmg-office-magazine .group-content .group-content-events .content-wrapper .hour {
		color: #00338d;
	}

	.magazine#kpmg-office-magazine .group-content .group-content-events .content-wrapper .title a,
	.home-magazine#kpmg-office-magazine .group-content .group-content-events .content-wrapper .title a {
		color: #00338d;
		text-decoration: none;
	}

	.magazine#kpmg-office-magazine .group-content .group-content-events .content-wrapper .place,
	.home-magazine#kpmg-office-magazine .group-content .group-content-events .content-wrapper .place {
		color: #00338d;
	}
	.magazine#kpmg-office-magazine .group-content .group-content-events .content-wrapper .line, .home-magazine#kpmg-office-magazine .group-content .group-content-events .content-wrapper .line{
		border-top: 1px solid #00338d;
	}
	.magazine#kpmg-office-magazine .group-title h3, .home-magazine#kpmg-office-magazine .group-title h3{
		color: #00338d;
	}
	#content .magazine#kpmg-office-magazine .group-link a span, #content .home-magazine#kpmg-office-magazine .group-link a span{
		color: #00338d ;
	}
	.magazine#kpmg-office-magazine .group-content .group-content-news .content .title, .home-magazine#kpmg-office-magazine .group-content .group-content-news .content .title{
		padding-top:10px;
	}
	.magazine#kpmg-office-magazine .group-content .group-content-news .content .excerpt, .home-magazine#kpmg-office-magazine .group-content .group-content-news .content .excerpt{
		position: relative;
		top:20px;
	}
	/*End magazine*/

	.offers-new-apratio.offers-wrapper .offer-bloc.sided-0 {
		display: none;
	}





}

/*end ie */


/*Formation modal*/

#form-formation {
    width: 960px;
    height: 690px;
    overflow: hidden;
    position: absolute;
    top: 2%;
    margin: 0 auto;
    z-index: 99999;
    margin: 0 auto;
    -webkit-transform: translateX(-50%) translateY(50%);
            -ms-transform: translateX(-50%) translateY(50%);
        -moz-transform: translateX(-50%) translateY(50%);
          -o-transform: translateX(-50%) translateY(50%);
         transform: translateX(-50%) translateY(50%);
    left: 50%;
}

 .form-disabled{
	display: none;
}
#form-formation .input-wrapper{
    margin-bottom: 0px;
}
#form-formation .input-wrapper > input{
    width: 100%;
    height: auto;
    background-color: white;
    font-family: "OPEN sans";
    font-size: 13px;
    font-weight: 500;
    border: 2px solid var(--kpmg-grey-light);
    border-left: none;
    -webkit-appearance: none;
    padding: 6px 30px;
    margin: 7px 0;
}
#form-formation .kpmg-contact-data{
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        -webkit-justify-content: flex-start;
	        -moz-box-pack: start;
	     justify-content: flex-start;
}
#form-formation .contact-steps {
	padding-right: 4%;
    padding-left: 4%;
}
#form-formation  .callback-modal-right .kpmg-contact-data .contact-steps label{
    padding: 0px 0px 15px 0px;
}
#form-formation  .callback-modal-right .kpmg-contact-data .contact-steps label{
	font-size: 12.5px;
    font-family: "Open sans";
    font-weight: 600;
    line-height: 33px;
    text-transform: uppercase;
    color: white;
    padding: 0px 0px 6px 0px;
}
#form-formation .data-checkbox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            -webkit-justify-content: baseline;
            -moz-box-pack: baseline;
         justify-content: baseline;
	margin-top: 6%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        -moz-box-align: center;
	     align-items: center;
}
#form-formation .data-checkbox span{
    margin-left: 10%;
    font-size: 12.5px;
    font-family: "Open sans";
    font-weight: 600;
    line-height: 33px;
    text-transform: uppercase;
    color: white;
}
#form-formation .data-message textarea{
    width: 100%;
    height: 80px;
    background-color: white;
    font-family: "OPEN sans";
    font-size: 13px;
    font-weight: 500;
    border: 2px solid var(--kpmg-grey-light);
    border-left: none;
    -webkit-appearance: none;
    padding: 15px 30px 0px 30px;
    resize: vertical;
    overflow: auto;
    margin-bottom: 10px;
}
#form-formation .data-checkbox input[type="checkbox"]{
	height: 0px;
    width: 0px;
    visibility: hidden;
}
#form-formation  .kpmg-widget-callback-modal-content{
    background: transparent;
}
#form-formation .data-checkbox:nth-child(1){
	margin-top:0;
}

#form-formation .checkbox-option{
	position: relative;
}
#form-formation .checkbox-option img{
	cursor: pointer;
}
#form-formation .data-checkbox .checked{
    position: absolute;
    top: 22%;
    width: 62%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
          -o-transform: translateX(-50%);
         transform: translateX(-50%);
}
#form-formation .callback-modal-right{
	position: relative;
}
#form-formation .callback-modal-right .close-modal{
    right: 6px;
    top: -6px;
}
#form-formation .contact-step-final .kpmg-confirmation{
	-webkit-transform: translateY(0);
	        -ms-transform: translateY(0);
	    -moz-transform: translateY(0);
	      -o-transform: translateY(0);
	     transform: translateY(0);
	position: relative;
	top:20%;
}

.3colcol1 {
 width:33,33%;
 display:block;
 float:left;
 }
  .3colcol2 {
 width:33,33%;
 display:block;
 float:left;
 }
  .3colcol3 {
 width:33,33%;
 display:block;
 float:left;
 }

.modal-main-cover{
	top: 0;
    background: #000000;
    width: 100%;
    min-height: 600%;
    position: absolute;
    right: 0;
    z-index: 99999;
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	display:none;
}

.not-valid{
	border:1px solid red !important;
}
#fileUploadIframe{
	display: block !important;
}


/*Formation modal*/

.page-id-4466 .kpmg-modal-devis {
    width: 960px;
    height: 690px;
    overflow: hidden;
    position: absolute;
    top: 2%;
    margin: 0 auto;
    z-index: 99999;
  
  margin: 0 auto;
    -webkit-transform: translateX(-50%) translateY(50%);
        -ms-transform: translateX(-50%) translateY(50%);
            -moz-transform: translateX(-50%) translateY(50%);
              -o-transform: translateX(-50%) translateY(50%);
         transform: translateX(-50%) translateY(50%);
    left: 50%;
}

 .form-disabled{
	display: none;
}
.page-id-4466 .input-wrapper{
    margin-bottom: 0px;
}
.page-id-4466.input-wrapper > input{
    width: 100%;
    height: auto;
    background-color: white;
    font-family: "OPEN sans";
    font-size: 13px;
    font-weight: 500;
    border: 2px solid var(--kpmg-grey-light);
    border-left: none;
    -webkit-appearance: none;
    padding: 6px 30px;
    margin: 7px 0;
}
.page-id-4466 .kpmg-contact-data{
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        -moz-box-pack: start;
	     justify-content: flex-start;
}
.page-id-4466 .contact-steps {
	padding-right: 4%;
    padding-left: 4%;
}
.page-id-4466 .callback-modal-right .kpmg-contact-data .contact-steps label{
    padding: 0px 0px 15px 0px;
}
.page-id-4466  .callback-modal-right .kpmg-contact-data .contact-steps label{
	font-size: 12.5px;
    font-family: "Open sans";
    font-weight: 600;
    line-height: 33px;
    text-transform: uppercase;
    color: white;
    padding: 0px 0px 6px 0px;
}
.page-id-4466 .data-checkbox{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
    -webkit-box-pack: baseline;
    -webkit-justify-content: baseline;
        -ms-flex-pack: baseline;
            -moz-box-pack: baseline;
         justify-content: baseline;
	margin-top: 6%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        -moz-box-align: center;
	     align-items: center;
}
.page-id-4466 .data-checkbox span{
    margin-left: 10%;
    font-size: 12.5px;
    font-family: "Open sans";
    font-weight: 600;
    line-height: 33px;
    text-transform: uppercase;
    color: white;
}
.page-id-4466 .data-message textarea{
    width: 100%;
    height: 80px;
    background-color: white;
    font-family: "OPEN sans";
    font-size: 13px;
    font-weight: 500;
    border: 2px solid var(--kpmg-grey-light);
    border-left: none;
    -webkit-appearance: none;
    padding: 15px 30px 0px 30px;
    resize: vertical;
    overflow: auto;
    margin-bottom: 10px;
}
.page-id-4466 .data-checkbox input[type="checkbox"]{
	height: 0px;
    width: 0px;
    visibility: hidden;
}
.page-id-4466  .kpmg-widget-callback-modal-content{
    background: transparent;
}
.page-id-4466 .data-checkbox:nth-child(1){
	margin-top:0;
}

.page-id-4466 .checkbox-option{
	position: relative;
}
.page-id-4466 .checkbox-option img{
	cursor: pointer;
}
.page-id-4466 .data-checkbox .checked{
    position: absolute;
    top: 22%;
    width: 62%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
              -o-transform: translateX(-50%);
         transform: translateX(-50%);
}
.page-id-4466 .callback-modal-right{
	position: relative;
}
.page-id-4466 .callback-modal-right .close-modal{
    right: 6px;
    top: -6px;
}
.page-id-4466 .contact-step-final .kpmg-confirmation{
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        -moz-transform: translateY(0);
	          -o-transform: translateY(0);
	     transform: translateY(0);
	position: relative;
	top:20%;
}

#esw_storage_iframe + div + div.modalContainer{
	z-index:99999999;
}

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

/* ## DEVICE  [ DESKTOP ] 
   ## BROWSER [ CHROME & SAFARI ] 
*/
@supports (-webkit-appearance:none) {

}

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

@supports (-ms-ime-align:auto) {

}

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

}

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

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

}

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


/* ## DEVICE      [ DESKTOP MIDLLE ] 
   ## RESOLUTION  [ 1440 : 1920 ] 
   ## ORIENTATION [ NORMAL ] 
*/
@media only screen and (min-width: 1367px) and (max-width: 1920px) {
	
	body.page-template-template-offer-selector .offers-wrapper {
		/*padding: 0px 40px !important;*/
	}
	
	body.page-template-template-offer-selector .offers-wrapper .offer-bloc h3 {
		width: 100%;
		font-size: 24px !important;
		word-break: break-word;
	}

	body.page-template-template-offer-selector .offers-wrapper .offer-bloc p {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		max-height: 74px;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;	
	}
	
	body.page-template-template-offer-selector .offers-wrapper .offer-bloc a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: -moz-box;
		display: flex;
		height:24px;
		margin-top:auto;	
	}
	
	body.page-template-template-offer-selector .offers-wrapper .offer-bloc a img {
		height:14px;
		width:auto;
		margin: 5px 0 5px 10px;
	}	
}

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

}

/* ## DEVICE      [ LAPTOP ] 
   ## RESOLUTION  [ 1025 : 1366 ] 
   ## ORIENTATION [ NORMAL ] 
*/
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
	
	body.page-template-template-offer-selector .offers-wrapper {
		padding: 0px 40px !important;
	}
	
	body.page-template-template-offer-selector .offers-wrapper .offer-bloc h3 {
		width: 100%;
		font-size: 24px !important;
		word-break: break-word;
	}

	body.page-template-template-offer-selector .offers-wrapper .offer-bloc p {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		max-height: 74px;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;	
	}
	
	body.page-template-template-offer-selector .offers-wrapper .offer-bloc a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: -moz-box;
		display: flex;
		height:24px;
		margin-top:auto;	
	}
	
	body.page-template-template-offer-selector .offers-wrapper .offer-bloc a img {
		height:14px;
		width:auto;
		margin: 5px 0 5px 10px;
	}
}

@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 

}

/*  ## DEVICE      [ LAPTOP ] 
	## ORIENTATION [ RETINA SCREENS ]  
*/
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (-webkit-min-device-pixel-ratio: 2), screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (-o-min-device-pixel-ratio: 2/1), screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
  	
}

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

}