@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: 'Inter-Regular';
  src: url('fonts/Inter-Regular.woff2') format('woff2'),
        url('fonts/Inter-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Archivo-Regular';
  src: url('fonts/Archivo-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ZAKKATYPE';
  src: url('fonts/ZAKKATYPE-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: none !important;
}
body {
  background: #ffffff;
  font-family: 'Inter-Regular';
  font-size: 18px;
  color: #000;
}
#page {
  margin: 0 auto;
  padding: 0px 0px;
}
.menu-button-container{
	display: none;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}
.container, .post-navigation .nav-links {
  max-width: 1310px;
  margin: 0px auto;
}
.banner img {
  margin: 0 auto;
}
.widget-area, .pagination, .comments-pagination, .post-navigation, .site-footer, .site-header, .alignwide, .wide-max-width {
  width: auto;
  max-width: 100%;
}
.site-main {
  padding-top: 35px;
}
.site-header {
  padding: 30px 0px 0 0;
  margin: 0 auto;
  max-width: 1310px;
}
.site-header > .site-logo {
  width: 254px;
  border: 0px;
  padding: 0px;
  margin: 0px;
}
.z-logo {
  max-width: 70px;
  margin-left: 30px;
}
.primary-navigation {
  position: relative;
  margin-left: auto;
  display: flex;
  align-items: end;
  height: 75px;
  width: 55%;
}
.primary-navigation .primary-menu-container {
  width: 100%;
}
.primary-navigation > div > .menu-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
}
.primary-navigation a {
  padding: 0px;
  font-family: 'Inter-Regular';
  text-transform: uppercase;
  font-size: 16px;
}
.primary-navigation .current-menu-item > a:first-child, .primary-navigation .current_page_item > a:first-child{
	font-weight: bold;
	text-decoration: none;
}
.main-header h2 {
    margin: 40px 0 5px 0;
    padding: 1px 0px 0px 0px;
    font-size: 36px;
    color: #000000;
    font-weight: 900;
}
.benifits-content {
  font-size: 18px;
  margin: 0px 0 30px 0;
}
.benifits-content p {
  font-size: 18px;
  margin: 15px 0px;
}

.project-item, .project-item h1 {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.3;
  font-family: 'Inter-Regular';
}
.project-item, .project-item span.subtitle {
  font-size: 14px;
  margin: 0px;
}
.project-item span {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 5px;
	padding-top: 5px;
	line-height: 1;
  display: inline-block;
}
.container.project-image img, .main-banner img{
	width: 100%; max-width: inherit !important;
}
#hall-of-fame .project-item span.subtitle{
	font-weight: normal;
}
.no-widgets .site-footer {
  margin-top: 0px;
}
.site-footer {
  background: #262A32;
  padding: 0px 15px;
}
.site-footer > .site-info .site-name {
  padding: 0px;
  margin: 0px;
}
.site-footer > .site-info {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
.site-footer h2 {
  font-family: 'ZAKKATYPE';
  letter-spacing: 2px;
  border-top: 1px solid #5e6770;
  border-bottom: 1px solid #5e6770;
  margin: 0px 0 40px 0;
  padding: 0px 0px 5px 0px;
  font-size: 26px;
  color: #5e6770;
}
.site-footer .contact {
/*  border-top: 1px solid #5e6770;*/
  border-bottom: 1px solid #ffffff;
  padding: 30px 0px;
  display: flex;
  flex-direction: column;
}
.page-template-tpl_projects .site-footer .contact{
/*	  border-top: 1px solid #5e6770;*/
}
.page-template-tpl_agence .site-footer .contact{
	  border-top: 1px solid #5e6770;
}
.brand-thinking{
	background: #14212E;
    margin: 35px 0 35px 0;
    padding: 35px 40px 35px 80px;
    color: #fff;
    font-size: 27px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.brand-thinking .brand-right-col{
	font-size: 66px;
    font-weight: 900;
    line-height: 1;
}
.brand-thinking .brand-right-col h1{
	line-height: 1;
}
.brand-thinking .brand-right-col .brand-style{
	font-size: 99px;
}
.brand-thinking .brand-right-col .brand-value{
	font-size: 95px;
}
.psvc{
	padding: 25px 33px;
	font-size: 18px;
	color: #14212E;
	margin: 30px 0px;
}
.psvc h2{
	font-size: 76px;
    font-weight: 900;
    line-height: 1;
}
.psvc p:nth-child(1) {
    margin-bottom: 20px;
	line-height: 1.3;
}
.psvc ul{
	list-style-type: disc;
    margin-left: 25px;
	margin-bottom: 20px;
	line-height: 1.4;
}
.psvc ul li{
	margin-bottom: 0px;
}
.psvc span{
	font-size: 12px; font-weight: bold; display: block; line-height: 1.4;
}
.psvc:nth-child(1) {
    background: #D6DEE0;
}
.psvc:nth-child(2) {
    background: #CAD2D4;
}
.psvc:nth-child(3) {
    background: #909AA7;
	color: #ffffff;
}
.psvc:nth-child(4) {
    background: #14212E;
	color: #ffffff;
}
.page-template-tpl_agence .footer-banner{
	margin-bottom: 30px;
}
.site-footer .contact h3 {
  font-family: 'Inter-Regular';
  text-align: center;
  letter-spacing: 1px;
  margin: 0px 0 0px 0;
  padding: 0px 0px 25px 0px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  clear: both;
}
.site-footer .contact .button {
  font-family: 'Inter-Regular';
  color: #1C1D1F !important;
  background:#fff !important;
  font-weight: 600;
  font-size: 15px;
  border: 1px solid #ffffff;
  padding: 10px 30px;
  margin: 0 auto
}
.site-footer .grid-cols-12 {
  padding-bottom: 30px;
  border-bottom: 1px solid #ffffff;
}
.footer-navigation {
  margin: 0px;
}
.footer-navigation-wrapper {
  flex-direction: column;
}
.footer-navigation li {
  padding: 0px;
  margin: 3px 0px;
  line-height: 1.4;
}
.footer-navigation li a {
  font-family: 'Inter-Regular';
  padding: 0px;
  margin: 0px 5px;
  font-size: 18px;
  color: #fff !important;
  font-weight: 600;
}
.site-footer .col-span-6 {
  text-align: center;
}
.site-footer .grid-cols-3 {
  align-content: center;
}
.footer-links {
  text-align: center;
}
.footer-links a {
  font-family: 'Inter-Regular';
  text-align: center;
  display: inline-block;
  font-size: 14px;
  margin: 30px 25px 50px 25px;
  color: #5B666F !important;
}
.site-footer .site-logo img{
	max-width: 300px;
	margin: 0 auto;
}
.single .site-main > article > .entry-footer {
  display: none;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
  max-width: 1310px;
}
.project-details {
  border-bottom: 1px solid #5e6770;
  margin: 15px 0px 25px 0px;
  padding: 10px 0 15px 0;
}
.project-details h3 {
  font-family: 'ZAKKATYPE';
  font-weight: normal;
  font-size: 26px;
  letter-spacing: 2px;
  max-width: 40%;
}
.project-details h3 span {
  font-family: 'Inter-Regular';
  font-weight: normal;
  font-size: 14px;
  display: block;
  margin-top: 8px;
  padding-left: 0px;
}
.singular .has-post-thumbnail .entry-header {
  padding-bottom: 0px;
}
.singular .entry-content p {
  margin-bottom: 20px;
}
.wp-singular .site-main {
  padding-bottom: 0px;
}
.wp-singular .post-navigation {
  padding: 35px 0px 20px 0px;
  background: #fff;
  margin: 0px;
	display: none;
}
.wp-singular .post-navigation .nav-links{
	border-top: 1px solid #000;
	border-bottom: 1px solid#000;
	margin:20px auto 30px auto;
	padding: 35px 0 20px 0;
}
.post-navigation .nav-next:last-child, .post-navigation .nav-previous:last-child,
.post-navigation .nav-next:first-child, .post-navigation .nav-previous:first-child{
	margin: 0px;
}
.single-hall_of_fame  ul li:first-child, .single-project ul li:first-child{
	font-weight: 600;
}
.single-hall_of_fame ul li:first-child:after, .single-project ul li:first-child:after {
    display: none;
}
.wp-singular .entry-content{
	font-size: 14px;
}
.wp-singular .main-header h2{
	text-transform: uppercase;
}
.wp-singular .status-publish {
  margin-bottom: 0px;
}
.achievement {
/*  background: #5e6770;*/
  padding: 50px 15px;
}
.achievement .logo img {
  max-width: 100px;
}
.achievement h4 {
  font-family: 'ZAKKATYPE';
  letter-spacing: 2px;
  margin: 0px 0 0px 0;
  padding: 0px 0px 15px 0px;
  font-size: 26px;
  color: #ffffff;
  clear: both;
}
.achievement ul {
  list-style-type: none;
}
.achievement ul li {
  padding-right: 20px;
  display: inline-block;
  font-size: 14px;
  color: #000;
  font-family: 'Inter-Regular';
  font-weight: normal;
  position: relative;
}
.achievement ul li:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 15px;
  left: 0;
  top: 50%;
  transform: translate(-15px, -50%);
}
.header-links {
  display: none;
}
.col-span-3.grid.grid-cols-3 a {
  text-align: center;
  margin: 0 auto;
}
.col-span-3.grid.grid-cols-3 a img {
  max-width: 40px;
}
#projects, #outils, #hall-of-fame {
  position: relative;
  padding-bottom: 100px;
}
#hall-of-fame.gap-12{
	gap:1.5rem 3rem; 
}
.loadMoreBtn {
  font-family: 'Inter-Regular';
  color: inherit;
  position: absolute;
  bottom: 35px;
  z-index: 111;
  left: 50%;
  transform: translate(-50%, 0px);
  padding: 0px 0px 20px 0px;
  font-size: 20px;
}
.loadMoreBtn span:after {
  content: "";
  position: absolute;
  border: solid black;
  border-width: 0 1px 0px 0;
  display: inline-block;
  padding: 20px;
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  bottom: 0;
  left: 50%;
  margin-left: -16px;
}
.loadMoreBtn span:before {
  content: "";
  position: absolute;
  border: solid black;
  border-width: 0 0px 1px 0;
  display: inline-block;
  padding: 20px;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}
.outils-banner {
  background: #ACB4B9;
  min-height:300px;
}
.outils-banner h2 {
  font-size: 28px;
  color: #fff;
  padding: 20px 0;
  font-weight: bold;
  line-height: 1.3;
}

.outils-banner .image {
  text-align: right;
  margin: 0 0 0 auto;
}
.outils-banner img {
  max-width: 500px;
}
.page-template-tpl_contact .outils-banner img {
  max-width: 100%;
  height:100%;
}
.d-flex {
  display: flex;
}
#outils {
  /*height for testing*/
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
#outils .project-item {
  margin: 20px;
  flex-basis: 20%;
  width: 20%;
}
#outils .project-item .figure{
	background-color: #14212E;
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
	overflow:hidden;
	padding:5%;
}
#outils .project-item .figure img{
	margin:0 auto;
	max-height:235px;
}
#outils .project-item:nth-child(2) {
  flex-basis: 20%;
/*  flex-grow: 1;*/
}
#outils .project-item:nth-child(3) {
  flex-basis: 20%;
/*  flex-grow: 1;*/
}
#outils .project-item:nth-child(4) {
  flex-basis: 20%;
/*  flex-grow: 1;*/
}
#outils .project-item span {
  text-transform: uppercase;
}
#outils .project-item span.subtitle {
  font-weight: 550px;
  text-transform: none;
}
.bg-gray-900{
	--tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.outils-modal {
  position: relative;
  padding: 0px;
}
.close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none !important;
  color: #999 !important;
  border: 0px;
}
.close-popup:hover {
  border: 0px;
}
.outils-modal .col-span-4{
    background-color: #14212E;
	padding:50px 0;
}
.outils-modal .col-span-4 img{
	width: 80%;
    margin: 5% auto;
}
.popup-content {
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.popup-content h3 {
  font-weight: 600;
  font-size: 28px;
}
.popup-content h4 {
  font-size: 22px;
  margin-bottom: 20px;
	margin-top: 15px;
}
.popup-content .full-copy {
  font-size: 16px;
  font-weight: 300;
}
.transition-opacity, .overflow-y-auto, .flex.items-center.justify-center {
  height: 100%;
}
.d-none {
  display: none;
}
.agence-banner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px 20px 0px;
  background: #000209;
	min-height:300px;
	background-position: left;
	background-repeat: no-repeat;
	max-height: 350px;
}
.agence-banner img{
	max-height: 350px;
}
/*
.agence-banner .container{
	background: url("../images/agence-banner.jpg");
	background-position: left;
	background-repeat: no-repeat;
}
*/
.agence-banner .col-span-6 {
  flex: 48% 0 0;
}
.agence-banner .col-span-7{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.agence-banner h2 {
  font-size: 90px;
  color: #ffffff;
  letter-spacing: 2px;
  padding: 0px 20px;
  font-weight: 800;
  line-height: 1.2;
}
.agence-banner h2 span {
  color: #FBBD00;
}
.agence-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.agence-item .col {
  flex: 48% 0 0;
}
.agence-list {
  margin: 0px 0px 40px 0px;
}
.agence-list h3 {
  font-family: 'ZAKKATYPE';
  letter-spacing: 2px;
  border-top: 1px solid #5e6770;
  border-bottom: 1px solid #5e6770;
  margin: 40px 0 25px 0;
  padding: 1px 0px 5px 0px;
  font-size: 34px;
  color: #5e6770;
}
.agence-list h4 {
  font-family: 'ZAKKATYPE';
  font-size: 50px;
  color: #5B666F;
  letter-spacing: 2px;
}
.agence-list h4 span {
  color: #FBBD00;
}
.agence-item .col:first-child {
  background: #5b666f;
  overflow: hidden;
}
.agence-list .rounded:nth-child(odd) .agence-item {
  flex-direction: row-reverse;
}
.agence-list .rounded:nth-child(3) .agence-item {
  flex-direction: row !important;
}
.agence-list .full-copy {
  font-size: 16px;
  color: #5b666f;
}
.agence-list .full-copy strong {
  color: #FBBD00;
  margin-bottom: 20px;
  display: block;
}
.agence-list .full-copy ul {
  margin: 50px 0px 0px 0px;
}
.agence-list .full-copy ul li {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0px;
  ;
  border-top: 1px solid #5b666f;
}
.agence-list .full-copy ul li:first-child {
  border: 0px;
}
.passionate {
  padding: 0px 15px;
  margin-bottom: 40px;
}
.passionate .col {
  margin: 10px;
}
.passionate .col:first-child {
  margin-left: 0px;
}
.passionate .col:last-child {
  margin-right: 0px;
}
.passionate h3 {
  font-family: 'ZAKKATYPE';
  letter-spacing: 2px;
  border-top: 1px solid #5e6770;
  border-bottom: 1px solid #5e6770;
  margin: 40px 0 25px 0;
  padding: 1px 0px 5px 0px;
  font-size: 34px;
  color: #5e6770;
}
.passionate .col h4 {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}
.passionate .col p {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.3;
}
.force-groupe {
  background: #f6f6f7;
  display: flex;
  padding: 0px 15px;
}
.force-groupe h3 {
  font-family: 'ZAKKATYPE';
  letter-spacing: 2px;
  border-top: 1px solid #5e6770;
  border-bottom: 1px solid #5e6770;
  margin: 30px 0 50px 0;
  padding: 1px 0px 5px 0px;
  font-size: 34px;
  color: #5e6770;
}
.force-groupe .map {
  margin: 50px 0 0 0;
  padding: 40px 0;
  border-top: 1px solid #71777d;
}
.force-groupe .intro {
  justify-content: space-around;
  align-items: center;
}
.force-groupe .intro .col {
  flex: 42% 0 0;
}
.force-groupe .intro .col b {
  display: block;
}
.force-groupe .group-numbers {
  border-top: 1px solid #5e6770;
  justify-content: center;
  text-align: center;
}
.force-groupe .group-numbers .col {
  flex-direction: column;
  display: flex;
  font-size: 16px;
  border-left: 1px solid #5e6770;
  margin: 20px 0;
  padding: 0 50px;
  line-height: 1;
  font-weight: 600;
}
.force-groupe .group-numbers .col:first-child {
  border: 0px;
}
.force-groupe .group-numbers .col b {
  font-size: 48px;
  font-weight: 900;
}
.group-agences {
  border-top: 1px solid #5e6770;
  padding: 40px 0;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.group-agences .col-40 {
  flex: 30% 0 0;
  padding: 0 0 0 10%;
}
.group-agences .col-60 {
  flex: 55% 0 0;
}

.page-template-tpl_contact .agence-banner{
	background: #14212E;
}
.page-template-tpl_contact .agence-banner h2 {
/*  font-family: 'ZAKKATYPE';*/
  font-weight: bold;
  font-size: 50px;
  color: #5B666F;
  letter-spacing: 2px;
  padding: 20px;
}
.page-template-tpl_contact .agence-banner h2 span {
  color: #FBBD00;
}
.page-template-tpl_contact .outils-banner{
	background:#262A32 url("../images/contact-banner.png") no-repeat center right;
	background-size: 35%;
}
.wpcf7-form {
    background: #909AA7;
    color: #ffffff;
	padding-top:20px;
}
.contact-form {
  display: flex;
  flex-direction: row;
}
.contact-form .left-col, .contact-form .right-col {
  flex: 44% 0 0;
  display: flex;
  margin: 0 3%;
}
.contact-form .left-col p, .contact-form .right-col p {
  width: 100%;
  max-width: 100%;
}
.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: 5px;
  display: grid;
}
.contact-form .left-col label, .contact-form .right-col label {
  color: #ffffff;
  padding-bottom: 10px;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], .site textarea {
  border: 1px solid #ffffff;
}
.wpcf7-submit, .center input[type=submit], .wpcf7-form-control.wpcf7-submit {
      font-family: 'Inter-Regular';
    color: #ffffff !important;
    /* background: none !important; */
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #14212E !important;
    padding: 12px 30px;
    margin: 0 auto;
    width: 200px;
    background: #14212E;
}
.wpcf7 .center {
  padding: 30px 30px 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #9AA0AB;
	margin-bottom:30px;
}
.wpcf7 .center p {
  margin: 20px 0px;
  color:#ffffff;
}
.wpcf7-spinner {
  display: block;
  margin: 0 auto;
}
.main-header h2.mt-px {
  margin-top: 5px !important;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0em 0.5em 1em;
}
/**/
input[type=file] {
  width: 100%;
  margin: auto;
  padding: 10px;
  border: 1px solid #ffffff;
  transition: border-color 0.25s ease-in-out;
  position: relative;
  height: 53px;
	background-color:#fff;
	color:#909AA7;
}
.career {
    color: #fff;
    text-align: center;
    padding: 30px 0px;
	    border-bottom: 1px solid #ffffff;
}
.career h3 {
    font-size: 20px;
}
.career h3 span {
    font-size: 40px;
    display: block;
    font-weight: 900;
}
.career p {
    font-size: 16px;
    line-height: 1.2;
}
.career a {
    display: inline-block;
    max-width: 70px;
    margin:30px 10px;
}
.page-template-tpl_contact .site-footer .contact{
	display:none;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
}
.single-hall_of_fame .achievement{
	display: none;
}
/*
.project-image{
	margin: 0 auto!important;
}
*/
.single-hall_of_fame .site-footer{
	margin-top: 50px;
}
.single-hall_of_fame .entry-content{
	display: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {	 _::-webkit-full-page-media, _:future, :root , input[type=file]{
		line-height: 43px;
	}	
} 

input[type=file]::file-selector-button {
  height: 100%;
  width: 70px;
  font-size: 0px;
  text-indent: -999999px;
  padding: 10px;
  border-width: 0;
  background: url("../images/upload.png") no-repeat center right;
  background-size: 90%;
  color: #dbe6f0;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  margin-right: 0;
  position: absolute;
  top: 0px;
  right: 0px;
}
.cky-notice-btn-wrapper button {
  font-weight: 600;
}
.cky-notice .cky-title {
  font-size: 40px !important;
}
.cky-notice-des {
  font-size: 24px !important;
  font-weight: 600 !important;
}
/*.cky-consent-container {
    position: fixed;
    width: 50% !important;
    box-sizing: border-box;
    z-index: 9999999;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
}*/
/**/
.paris, .lyon {
  justify-content: space-around;
}
.lyon {
	margin-bottom: 40px;
}
.paris .left-col, .paris .right-col, .lyon .left-col, .lyon .right-col {
  flex: 50% 0 0;
  margin: 0;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 600;
  background-color:#CAD3D5;
}
.paris .left-col, .paris .right-col h3, .lyon .left-col, .lyon .right-col h3 {
  font-weight: 900;
  font-size: 90px;
	color:#14212E;
}
.paris .left-col, .paris .right-col h3 span, .lyon .left-col, .lyon .right-col h3 span {
  font-family: 'ZAKKATYPE'; 
  letter-spacing: 2px;
  font-weight: normal;
  display: block;
  font-size: 50px;
}
.paris .left-col, .paris .right-col p, .lyon .left-col, .lyon .right-col p {
  font-weight: 600;
  font-size: 18px;
  margin: 10px 0;
}
.paris .left-col, .paris .right-col p span, .lyon .left-col, .lyon .right-col p span {
  font-weight: 100;
  font-size: 16px;
  display: block;
}

.grey-bg {
  background-color:#CAD3D5;
  color: #5E6770;
  padding: 2% 3%;
}
.grey-bg-light{
	background-color:#D7DFE1 !important;
}
.grey-bg a {
  color: #5E6770;
  display: block;
}
.grey-bg a:hover {
  text-decoration: underline;
}
.lyon .grey-bg {
  text-align: right;
  align-items: end;
}
.lyon img {
    width: 100%;
}
.experienced-professional {
  background: #f6f6f7;
  padding: 0px 15px;
  margin-top: 30px;
  text-align: center;
}
.experienced-professional .container {
  padding: 50px 0px;
  border-top: 1px solid #5e6770;
  border-bottom: 1px solid #5e6770;
}
.experienced-professional .container h4 {
  font-size: 28px;
  font-weight: 300;
}
.experienced-professional .container h4 span {
  font-family: 'ZAKKATYPE';
  letter-spacing: 2px;
  font-weight: normal;
  display: block;
  font-size: 50px;
  color: #5E6770;
}
.experienced-professional .container p {
  font-size: 22px;
  line-height: 1.2;
}
.experienced-professional .container .social {
  text-align: center;
  margin: 0 auto;
  width: auto;
}
.experienced-professional .container .social a {
  display: inline-block;
  margin: 50px 30px;
}
/*
body.page-template-tpl_contact .site-footer .contact {
  display: none;
}
*/
.page-template-tpl_projects .banner, .page-template-tpl_hall .banner, .outils-banner{
	background: #1C2630;
	min-height:300px;
}
.page-template-tpl_contact .outils-banner .container{
	background-image:none;
}
.page-template-tpl_contact .outils-banner h2 {
/*	padding:40px 0px;*/
    font-size: 50px;
    color: #fff;
	font-weight: 900;
    align-items: center;
    justify-content: center;
    display: flex;
	
}
/*
.outils-banner.flex {
    align-items: center;
}
*/
.outils-banner h2 span{
	font-size: 115px;
	line-height: 1;
    color: #fff;
    font-weight: 900;
}
.page-template-tpl_hall .outils-banner h2 span{
	font-size: 70px;
}
.page-template-tpl_hall .outils-banner.flex {
    align-items: center;
}
.page-template-tpl_projects .banner img{
	max-width: 96%;
}
.page-template-tpl_copy h3 {
  font-family: 'ZAKKATYPE';
  font-size: 50px;
  color: #5B666F;
  letter-spacing: 2px;
  padding: 20px 0px;
}
.page-template-tpl_copy ol {
  list-style: auto;
  margin-left: 15px;
}
.page-template-tpl_copy ol li {
  font-size: 16px;
  line-height: 1.2;
}
.page-template-tpl_copy h4 {
  margin-top: 20px;
  color: #fbbd00;
  font-size: 16px;
  line-height: 1.2;
}
.page-template-tpl_copy p {
  font-size: 16px;
  line-height: 1.2;
}
.page-template-tpl_copy table tr td {
  font-size: 16px;
  line-height: 1.2;
}
.page-template-tpl_copy .w-26p {
  width: 26%;
}
.page-template-tpl_copy .w-27p {
  width: 27%;
}
.page-template-tpl_copy .w-30p {
  width: 30%;
}
.page-template-tpl_copy ul {
  margin: 0;
}
.page-template-tpl_copyul ul.dashed {
  list-style-type: none;
}
.page-template-tpl_copyul ul.dashed > .page-template-tpl_copyul li {
  text-indent: -5px;
}
.page-template-tpl_copyul ul.dashed > .page-template-tpl_copyul li:before {
  content: "-";
  text-indent: -5px;
}
.single-hall_of_fame ul, .single-project ul{
	padding: 0px 0px 0px 30px;
}
.single-hall_of_fame ul li, .single-project ul li {
    padding-bottom: 5px;
	padding-top: 5px;
    list-style-type: square;
}
.single-hall_of_fame .footer-navigation ul, .single-project .footer-navigation ul{
	padding-left: 0 !important;
}
.single-hall_of_fame .footer-navigation ul li, .single-project .footer-navigation ul li{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding: 0px !important;
}

.accordion--container{
  width:100%;
  margin:0px auto 0 auto;
  display:block;
}
.accordion--container li:first-child span{
	border-top: 0px;	
}
li.accordion ul {
    margin: 0;
    padding: 0 0 30px 0;
    background: #fff;
    margin: 0 !important;
    border-top: 1px solid #fff;
    display: none;
  color:black;
}
li.accordion ul .txt {
    padding: 0px 0px 20px 0px;
    margin: 0;
    font-size: 16px;
	color: #5b666f;
}

li.accordion span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0px;
    border-top: 1px solid #5b666f;
	cursor: pointer;
}

li.accordion {
  list-style:none;
}
li.accordion span i {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    height: fit-content;
    margin: auto;
    color: #fff;
    transition: .3s;
}
li.accordion.open span{
	color: #FBBD00;
}
li.accordion.open span i {
    transform: rotate(540deg);
    transition: .3s;
}
.page-template-tpl_hall .popup-content h3 .subtitle{display: none;}
body.lock-scrolling .loadMoreBtn{
	display: none;
}
@media (min-width: 640px) {
  .sm\:max-w-lg {
    max-width: 75rem;
  }
}
@media only screen and (max-width: 1300px) {
  .site-header, .container {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1280px;
  }

}
@media only screen and (max-width: 1199px) {
	.page-template-tpl_contact .outils-banner h2{
		font-size: 35px;
	}
}
@media only screen and (max-width: 991px) {
	.z-logo{
		display: none;
	}
	.primary-navigation a {
      padding: 0 5px 0 5px !important;
      font-size: 14px;
	}
 #outils .project-item {
    width: 48%;
    margin: 1%;
    float: left;
  }
  #outils .project-item img {
    max-width: 100%;
  }
  #hall-of-fame.gap-12 {
    gap: 1rem 1rem;
  }
  .brand-thinking {
    flex-direction: row;
  }
	.page-template-tpl_contact .outils-banner h2{
		font-size: 35px;
	}
	.contact-form {
		display: flex;
		flex-direction: column;
	}
	.page-template-tpl_contact .outils-banner{
		background-size: 45%;
	}
}
@media only screen and (max-width: 767px) {
	.menu-button-container{
		display: block;
	}
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .menu-button-container #primary-mobile-menu {
    padding-right: 15px !important;
  }
  .hamburger {
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .bar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #272a31;
    border-radius: 0px;
    transition: transform 0.4s ease, top 0.4s ease, bottom 0.4s ease, opacity 0.4s ease;
  }
  .bar1 {
    top: 0;
  }
  .bar2 {
    top: 50%;
    transform: translateY(-50%);
  }
  .bar3 {
    bottom: 0;
  }
  /* Active state forming a Z */
  .hamburger.active .bar1 {
    top: 0;
    /*    transform: rotate(45deg);*/
    transform-origin: center center;
  }
  .hamburger.active .bar2 {
   	top: 47%;
    opacity: 1;
    transform: rotate(-45deg);
    left: -17%;
    width: 135%;
  }
  .hamburger.active .bar3 {
    bottom: 0;
    /*    transform: rotate(-45deg);*/
    transform-origin: center center;
  }
  .hamburger.active {
    border-left: 1px solid #272a31;
    border-right: 1px solid #272a31;
	top: 10px;
  }
  .menu-button-container #primary-mobile-menu .dropdown-icon {
    text-indent: -999999px;
  }
  .wp-singular .site-main {
    padding-top: 0px;
  }
  .inline-block.align-center.bg-white.rounded-lg {
    top: 50%;
    position: absolute;
    width: 96%;
    left: 45%;
    transform: translate(-45%, -50%);
  }
  .close-popup {
    top: 5px;
    right: 5px;
	max-width: 20px;
  }
  .mobile .full-copy {
    padding: 20px;
    background: #eeeff0;
    max-width: 100rem;
    grid-column: span 12/span 12
  }
  .popup-content {
    padding: 0px 20px 0px 20px;
  }
  .primary-navigation {
    width: auto;
  }
  .popup-content h4 {
    margin-bottom: 0px;
  }
  .primary-navigation-open .menu-button-container, .primary-navigation > .primary-menu-container {
    background: #eeeff0;
  }
  .site-header, .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .primary-navigation, .site-header.has-logo.has-title-and-tagline.has-menu {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }
  .site-header {
    padding-top: 20px;
/*	padding-bottom: 15px;*/
  }
/*	.page-template-tpl_projects .site-header, .page-template-tpl_hall .site-header{*/
	.agence-banner{
		margin-top: 0px;
	}
	.site-header{
			padding-bottom: 20px !important;
	}
  .site-header > .site-logo {
    text-align: left;
    z-index: 99;
    margin-top: 0px;
  }
	.site-logo img{
		max-width: 160px;
	}
	.site-footer .site-logo img{
		max-width: 300px;
	}
  .lock-scrolling .site-header.has-logo.has-title-and-tagline.has-menu {
    height: 80px;
  }
  .z-logo {
    display: none;
  }
  .primary-navigation > div > .menu-wrapper li {
    text-align: center;
  }
  .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container {
    display: flex;
    width: 100%;
  }
  .primary-navigation > div > .menu-wrapper {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-bottom: 0px;
  }
  .primary-navigation li {
    margin: 10px 0px;
  }
  .primary-navigation a:hover, .primary-navigation a:link, .primary-navigation a:visited, .primary-navigation a {
    font-family: 'Inter-Regular';
    font-size: 34px;
    font-weight: 600;
    color: #272a31;
    text-transform: initial;
  }
  .menu-button-container #primary-mobile-menu, .primary-navigation-open .menu-button-container #primary-mobile-menu {
    outline: none;
  }
  .header-links {
    display: none;
  }
  .primary-navigation-open .header-links {
    display: flex;
    position: fixed;
    z-index: 11;
    bottom: 0;
    width: 90%;
    margin: 0 auto;
    left: 5%;
    border-top: 1px solid #cdcfd2;
    padding: 10px 0px;
    justify-content: space-between;
  }
  .primary-navigation-open .header-links a {
    font-size: 12px;
    text-align: center;
    color: #434e59;
  }
  .col-span-3, .col-span-6, .col-span-3 {
    width: 100%;
    grid-column: span 12/span 12
  }
  #outils.flex {
    display: inline-block
  }
  #outils .project-item {
    width: 48%;
    margin: 1%;
    float: left;
  }
  #outils .project-item img {
    max-width: 100%;
  }
  #outils.gap-12 {
    gap: 0rem !important;
  }
  .outils-banner {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
	margin-top: 0px;
  }
  .outils-banner .image img {
    max-width: 100%;
  }
  .outils-banner .col-span-2 {
    display: none;
  }
  .outils-banner .col-span-6 {
    order: 1;
    grid-column: span 8 / span 8;
  }
  .outils-banner .col-span-4 {
    order: 2;
    grid-column: span 4 / span 4;
  }
  .outils-banner h2 {
    font-size: 16px;
  }
  .outils-banner h2 span {
    font-size: 22px;
	  padding-bottom: 50px;
  }
  .outils-banner h2 br {
    display: none;
  }
  .col-span-6 {
    order: 1;
  }
  .col-span-3 {
    order: 3;
    text-align: center;
  }
	.agence-banner, .page-template-tpl_projects .banner, .page-template-tpl_hall .banner, .outils-banner, .outils-banner{
		min-height: 200px;
	}
	.brand-thinking{
		padding: 20px;
		font-size: 100%;
	}
	.brand-thinking .brand-right-col{
		font-size: 40px;
	}
	.brand-thinking .brand-right-col .brand-style{
		font-size: 60px;
	}
	.brand-thinking .brand-right-col .brand-value {
		font-size: 58px;
	}
	.psvc h2{
		font-size: 46px;
	}
	.page-template-tpl_hall .outils-banner.flex {
		align-items: flex-start;
	}
  #outils .project-item {
    min-height: 340px;
  }
  .col-span-3.grid.grid-cols-2 {
    order: 2;
  }
  .col-span-3.grid.grid-cols-2 a {
    text-align: center;
    margin: 0 auto;
  }
  .footer-links {
    margin-bottom: 20px;
  }
  .footer-links a {
    margin: 0px 10px;
  }
  .container .container {
    padding: 0px;
  }
  .site-footer .container {
    padding: 0px;
  }
  .agence-item, .agence-banner, .agence-list .rounded:nth-child(3) .agence-item {
    flex-direction: column !important;
  }
  .page-template-tpl_contact .agence-banner {
    flex-direction: column-reverse !important;
  }
  .agence-list h4, .agence-banner h2, .passionate h3, .agence-list h3, .force-groupe h3 {
    font-size: 30px;
    padding: 25px 0px;
  }
	#outils{
		padding-bottom: 0px;
	}
	.page-template-tpl_outils .benifits-content{
		padding: 0px;
	}
	.passionate .container{
		padding-left: 0px;
		padding-right: 0px;
	}
  .passionate .flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .agence-banner.contact {
    flex-direction: column-reverse;
  }
	.agence-banner{
		min-height: 200px;
    display: flex;
    justify-content: center;
	}
  .force-groupe .intro {
    flex-wrap: wrap;
  }
  .force-groupe .intro .col {
    flex: 90% 0 0;
  }
  .force-groupe .group-numbers {
    flex-wrap: wrap;
  }
  .group-agences .col-40 {
    padding: 0px 20%;
    margin-bottom: 10%;
  }
  .group-agences {
    flex-wrap: wrap;
  }
  .group-agences .col-40, .group-agences .col-60 {
    flex: 100% 0 0;
  }
  .force-groupe .group-numbers .col {
    padding: 0px 10px;
  }
  .force-groupe .group-numbers .col b {
    font-size: 40px;
  }
  .group-numbers .col:nth-child(2) {
    border: 0px;
    border-right: 1px solid #5e6770;
  }
  .group-numbers .col:nth-child(1) {
    order: 2;
  }
  .group-numbers .col:nth-child(3) {
    order: 3;
  }
  .contact-form .right-col {
    margin-top: 25px;
  }
 .paris .right-col h3, .lyon .right-col h3{
		line-height: 1;
	 	font-size: 70px;
	}
	.paris .right-col p, .lyon .right-col p{
		margin: 0px;
	}
  .company-full--meta.grey-bar-bottom {
    min-height: 40px;
  }
  .contact-form, .flex.paris, .flex.lyon {
    flex-direction: column;
  }
  .flex.paris {
    flex-direction: column;
  }
  .flex.paris .grey-bg, .flex.lyon .grey-bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], .site textarea {
    width: 100%;
	  margin-left: 0px;
	  margin-right: 0px;
  }
  .experienced-professional .container h4 {
    font-size: 22px;
  }
  .experienced-professional .container h4 span {
    font-size: 30px;
  }
  .experienced-professional .container p {
    font-size: 20px;
  }
  .experienced-professional .container p br {
    display: none
  }
  .page-template-tpl_copy h3 {
    font-size: 40px;
  }
	.page-template-tpl_contact .agence-banner h2{
		margin-top: 30px;
	}
	.agence-item .col:first-child, .agence-banner .image.col-span-6{
		margin-bottom: 20px;
	}
	.site-footer .contact{
		margin-top: 50px;
		border-top: 1px solid #ffffff;
	}
	.page-template-tpl_contact .outils-banner{
		background: #262A32;
	}
	.page-template-tpl_contact .outils-banner h2{
		font-size: 40px;
		max-width: 50%;
	}
	.page-template-tpl_contact .col-span-7.flex {
		grid-column: span 12 / span 12;
	}
	.page-template-tpl_contact .image.col-span-5{
		display: none;
	}
	.wp-singular .post-navigation .nav-links{
		float: left;
		width: 100%;
	}
	.wp-singular .post-navigation .nav-previous{
		float: left;
		width: 50%;
	}
	.wp-singular .post-navigation .nav-next{
		float: right;
		width: 50%;
		text-align: right;
	}
	.achievement .logo.col-span-2{
		display: none;
	}
	.achievement .achievement-list.col-span-9{
		grid-column: span 12/span 12;
	}
	
}
@media only screen and (max-width: 580px) {
	.site-logo .custom-logo, .site-logo .custom-logo img{
		width: 160px;
    	max-width: inherit !important;
	}
	.outils-banner .col-span-6{
		grid-column: span 12 / span 12;
	}
	.outils-banner h2 span {
		font-size: 48px;
		padding-bottom: 20px;
		padding-top: 20px;
    }
	.page-template-tpl_hall .outils-banner h2 span{
		font-size: 35px;
	}
	.page-template-tpl_outils .outils-banner h2 span{
		font-size: 60px;
	}
	.page-template-tpl_hall .outils-banner h2 br{
		display: block;
	}
	.brand-thinking{
		flex-direction: column;
		line-height: 1.3;
	}
	.brand-thinking .col-span:first-child br{
		display: none
	}
	#outils .project-item {
      min-height: 295px;
		max-height: 295px;
    }
	.company-full--meta.grey-bar-bottom {
      min-height: 40px;
    }
	.page-template-tpl_contact .outils-banner h2 {
        font-size: 30px;
    }
	.benifits-content{
		margin-bottom: 0px;
	}
	.gap-5 {
      gap:0.3rem 1.25rem;
	}
	.site-info .col-span-3.grid-cols-2 a{
		margin: 0 auto;
	}
	.brand-thinking .brand-right-col {
      font-size: 18cqw;
    }
	.brand-thinking .brand-right-col .brand-style {
        font-size: 27cqw;
    }
	.brand-thinking .brand-right-col .brand-value {
        font-size: 26.2cqw;
    }
	.brand-thinking .brand-right-col .brand-culture {
        font-size: 18.6cqw;
    }
	.agence-list h4, .agence-banner h2, .passionate h3, .agence-list h3, .force-groupe h3{
		font-size: 45px;
        padding: 10px 0px;
	}
	.psvc h2{
		font-size: 70px;
	}
	.psvc:nth-child(2) h2, .psvc:nth-child(3) h2{
		font-size: 100px;
	}
	.psvc ul li{
		margin-bottom: 10px;
	}
	.wp-singular .main-header h2{
/*		text-align: center;*/
		font-size: 30px;
		font-weight: 900;
	}
	.page-template-tpl_contact .main-header h2{
		font-size: 28px;
		text-align: center;
	}
	.page-template-tpl_contact .outils-banner h2{
		max-width: 100%;
	}
	.page-template-tpl_contact .outils-banner{
		background-size: 30%;
	}
	.page-template-tpl_contact .outils-banner h2 br{
		display: block;
	}
	.site-main .justify-content-center {
		margin-bottom: 30px;
	}
	.page-template-tpl_contact .outils-banner{
		min-height: 180px;
	}
	.page-template-tpl_contact .main-header h2{
		margin-top: 20px;
	}
}
@media only screen and (max-width: 820px) {
  .z-logo {
    display: none;
  }
  .main-header h2 {
    font-size: 24px;
  }
  .container .row-span-2 {
    grid-row: unset;
  }
}
@media only screen and (min-width: 768px) {
  .menu-button-container #primary-mobile-menu .dropdown-icon {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
	.agence-banner h2{
		line-height: 1;
	}
  .site-header > .site-logo {
    width: 200px;
  }
  .grid-cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rounded.project-item {
    maax-height: 320px;
    overflow: hidden;
  }
  .rounded.project-item .project-thum {
    max-height: 184px;
    overflow: hidden
  }
	.container .psvc{
		padding:20px 25px 25px 25px;
	}
	.container .psvc:nth-child(1) h2{
		font-size: 17cqw;
	}
	.container .psvc:nth-child(2) h2{
		font-size: 25.6cqw;
	}
	.container .psvc:nth-child(3) h2{
		font-size: 25cqw;
	}
	.container .psvc:nth-child(4) h2{
		font-size: 17.5cqw;
	}
	
}
@media only screen and (max-width: 500px) {
	#outils .project-item {
      min-height: 270px;
		max-height: 270px;
    }
}
@media only screen and (max-width: 400px) {
	#outils .project-item {
      min-height: 250px;
		max-height: 250px;
    }
}
@media only screen and (max-width: 380px) {
/*
    .psvc h2 {
        font-size: 58px;
    }
*/
	.psvc:nth-child(2) h2, .psvc:nth-child(3) h2{
		font-size: 85px;
	}
	.page-template-tpl_contact .outils-banner h2 {
        max-width: 100%;
        font-size: 26px;
        line-height: 1.2;
        padding: 0;
    }
	#outils .project-item {
      min-height: 200px;
	  max-height: 200px;
    }
}
#outils .project-item span.subtitle{
	display: none;
}
