html,
body{
	overflow-x: hidden;
}
html:has(.rmp-menu-open){
	overflow: hidden;
}
html {
  scroll-behavior: smooth;
}
/* ===== Ctn 100 ===== */

.miniTitre{
	padding-bottom: 1.5rem;
}

/* ===== À la une Articles ===== */

.articles-a-la-une{
	padding: 4.722222222222222rem 0;
}
.gridArticles{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 55px;
}
.articles-a-la-une h5.title{
	margin-bottom: 25px!important;
}
.item-a-la-une{
	width: 100%;
	position: relative;
}
.item-a-la-une a.flexArticle:hover .title, 
.item-a-la-une a.flexArticle:hover .textLinkArticle{
	opacity: 0.5;
}
.flexArticle{
	display: flex;
	align-items: center;
	padding: 2.888888888888889rem 0;
	border-bottom: 1px solid var(--gris);
}
.ctnArticle-a-la-une{
	padding-left: 2.6666666666666665rem;
}
.date.sur-titre{
	padding-bottom: 1.4444444444444444rem;
	margin-bottom: 0!important;
}
.featureImg img{
  width: 235px !important;
  height: 180px !important;
	object-fit: cover;
}
.textLinkArticle::after{
	content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 2px;
  color: var(--grisF);
  font-size: 16px;
  position: relative;
  z-index: 1;
  transform: rotate(-50deg) scale(1);
}
/* ===== 1323 ===== */

.txt1323{
	padding: 0 7.916666666666667rem 0 7.916666666666667rem;
	/*padding: 0 7.916666666666667rem 1.8055555555555556rem 7.916666666666667rem;*/
}
.colonne_2 .boite{
	padding: 4.766666666666667rem 7.916666666666667rem;
	margin-top: 2.7777777777777777rem;
}


/* ===== 5050 SIDEBAR ===== */

.sidebarSection .leftColumn{
	position: relative;
	min-height: 100%;
}
.sidebarSection .sideBarFlex{
	display: flex;
	padding-bottom: 4.766666666666667rem;
}
.sidebarSection ul{
	margin: 15px 0;
}

.sectionAncre:last-child{
	margin-bottom: 0!important;
}
.rightColumn .sectionAncre:has(.droite-image){
	padding: 0!important;
	margin-top: 0!important;
}
.sidebarSection .rightColumn .sectionAncre:first-child{
	margin-top:0;
}
.sidebarSection .rightColumn .sectionAncre{
	margin-top: 4.477777777777778rem;
}
.sectionAncre.bg_blanc{
	padding-top: 0;
	padding-bottom: 0;
}
.acf-anchor-nav .sur-titre{
	text-transform: uppercase;
}
.acf-anchor-nav{
	padding-top: 4rem;
	padding-bottom: 5.944444444444445rem;
}
.acf-anchor-nav ul > li::before{
		display: none!important;
	}
.acf-anchor-nav ul{
	padding-left: 0!important;
}
.liensAncre{
	padding-top: 0.6666666666666666rem;
}
.anchorDropdown{
	display: none;
}
.acf-anchor-nav .liensAncre ul li{
	font-family: var(--font-montserrat);
  font-size: 1.2222222222222223em; /* 22px */
  line-height: 1.5555555555555556rem; /* 28px */
  font-weight: 400; /* Regular */
  color: var(--noir);
  margin-bottom: 1.5555555555555556rem;
}
.liensAncre ul li:last-of-type{
	margin-bottom: 0;
}

.section5050Titre{
	padding: 4.766666666666667rem 0;
}
.sectionAncre{
	padding: 4.766666666666667rem 7.916666666666667rem 2.2222222222222223rem 7.916666666666667rem;
}
.sectionAncre.bg_beige{
	padding: 4.5rem 7.916666666666667rem 4.5rem 7.916666666666667rem;
	margin-top: 2.7777777777777777rem!important;
	margin-bottom: 2.7777777777777777rem!important;
}
.sectionAncre.bg_blanc{
	margin-top: 2.7777777777777777rem!important;
	margin-bottom: 0!important;
}
.icone_image{
	padding-bottom: 2.2222222222222223rem;
}
.vertical-divider {
  display: flex;
  justify-content: center;
  position: relative;
}

/* the vertical line */
.vertical-divider::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;              /* makes it stretch with content */
  width: 1px;
  background-color: #ccc; /* change color if needed */
}
.extraCtn{
	position: relative;
	padding-top: 2rem;
}
.extraCtn:before{
	content: "";
  position: absolute;
  height: 1px;
  background: var(--beige);
  top: 0;
  /*right: -72px;*/
  right: -25%;
  
  width: calc(100vw - (50% - 50vw));
}

.servicesContainer{
	position: relative;
	width: 100%;
	background-color: var(--noir);
	padding:  2.5555555555555554rem 0;
}
.servicesPagerInner{
	display: flex;
	justify-content: space-between;
}
.servicesPagerLink {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
}
.servicesPagerLink.next{
	direction: rtl;
}
.titlePager{
	color: #fff;
	font-style: italic;
	font-weight: 300;
	font-size: 1rem;
}
.long-arrow{
	color: #fff;
  position: relative;
  display: inline-block;
  width: 120px;          /* arrow length */
  height: 1px;           /* line thickness */
  background: currentColor;
}
.long-arrow.leftArrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(-135deg);
}
.long-arrow.rightArrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

/* Disabled */
.servicesPagerLink.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.goToTop {
  position: absolute;
  right: 26px;
  bottom: 95px;

  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding-top: 25px;

  text-decoration: none;
  color: #000;
  font-size: 12px;
}

/* Arrow shaft */
.goToTop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 23px;
  background-color: currentColor;
  transform: translateX(-50%);
}

/* Arrow head */
.goToTop::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 8px;
  height: 8px;
  border-left: 1px solid currentColor;
  border-top: 1px solid currentColor;
  transform: translateX(-48%) rotate(45deg);
}


.acf-anchor-nav a {
  position: relative;
  display: inline-block;
}

/* icon (hidden by default) */
.acf-anchor-nav a::after {
	content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: var(--anchor-icon);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transform: translateY(-50%) scale(0.65);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
  margin-left: 5px;
  margin-top: 5px;
  filter: grayscale(100%);
}
.anchorDropdown-toggle{
	text-align: left;
}
/* reveal on hover */
.acf-anchor-nav a:hover::after {
  opacity: 0.2;
  transform: translateY(-50%) scale(1);
}
/*	.js-anchor-select::after {
  content: "\f054"; 
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(45deg);
}*/
.js-anchor-select:after{
	font-family: "Font Awesome 7 Pro";
  content: "\f078";
  font-size: 0.75em;
  padding-left: 0.5em;
  color: var(--noir);
}


/* ===== 5050 ===== */

.ctn50Normal .colonne_1{
	padding-right: 7.916666666666667rem;
}
/*.ctn50Normal .colonne_2{
	padding-left: 3.9583333333333335rem;
}*/
.ctn50Normal ul:has(h5) > li{
	margin-top: 0!important;
	margin-left: 30px;
}
.ctn50Normal ul:has(h5) > li::before{
	content: "——";
	color: var(--gris);
	left: -60px;
}
.ctn50Normal ul:has(h5) > li *{
	margin-bottom: 25px!important;
}
.ctn50Normal ul:has(h5) > li:last-of-type *{
	margin-bottom: 0!important;
}
/* ===== 5050 double texte ===== */

.type-imag{
	height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.flexStrech{
	display: flex;
}
/*.ctn2313 {
  display: flex;
  align-items: center;
  height: 100vh;
}*/

/*.img2313 {
	height: 100%;
	position: absolute;
	width: 100%;
	background-repeat: no-repeat;
	background-position-x: left;

  left: 0;
  background-position-x: left;
  background-size: cover; 
  max-width: calc(570px + 50%); 
}*/


.ctn2313{
  position: relative;
  overflow: hidden;             
  background: #fff;
  min-height: 780px;
  padding-top: 9.538888888888888rem;   
  padding-bottom: 8.61111111111111rem;        
}


.img2313{
  position: absolute;
  inset: 0;
  z-index: 1;

  background-repeat: no-repeat;

	background-size: clamp(980px, 70vw, 1200px) auto;
  background-position: left -240px top 135%;
}

.ctn2313 .maxW{
  position: relative;
  z-index: 2;
}


/**/
/* Right column layout */
.sectionTexte2313{
  display: flex;
  flex-direction: column;
  justify-content: space-between;  
  min-height: 928.5px;             
}
.sectionTexte2313 .sur-titre{
	text-transform: uppercase;
}
/* Each text container: keep content aligned nicely */
.sectionTexte2313 .texte-container{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Optional: if you want the bottom block pinned to the bottom regardless */
.sectionTexte2313 .texte-container:last-child{
  margin-top: auto;
}

/* ===== 3 COL ÉQUIPES ===== */
.titreEquipe{
	padding-bottom: 2.5rem;
}
.titreEquipe .sur-titre{
	text-transform: uppercase;
}
.imgEquipeBG{
	background-image: url("images/special_e-beige.webp");
	height: 589px;
  width: 586.6px;
  position: absolute;
  background-repeat: no-repeat;
  background-position-x: right;
  right: -70px;
  top: 60px;
  background-size: cover;
}
.gridEquipe{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 130px;
}

.article-card img{
	width: 100%;
	height: 465px;
	object-fit: cover;
	object-position: top;
	padding-bottom: 1.7777777777777777rem;
	filter: grayscale(100%);
}
.article-card:hover img{
	filter: grayscale(0);
}
.article-card h2{
	margin-bottom: 0.3333333333333333rem!important;
}
.roleTexte p{
	text-transform: uppercase;
}
/* ===== 3 COL LIENS ===== */

.liens3colGrid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 85.8px;
}
.titreLinkContainer{
	padding-bottom: 0.8333333333333334rem;
}
.labelLien{
	padding-bottom: 0.7777777777777778rem;
}
.lienTitre{
	padding-top: 1.9444444444444444rem;
}
.lienCard a:hover .lienTitre{
	opacity: 0.5;
}
.lienCard .lienTitre h5{
	margin-bottom: 0!important;
}
.lienCard p.sur-titre{
	margin-bottom: 0!important;
}
.liens3colGrid .lienCard{
	position: relative;
}
.liens3colGrid .lienCard:first-child::before {
  content: "";
  position: absolute;
  height: 1px;
  background: var(--gris);
  top: 40px;
  left: 0;
  width: calc(100vw - (50% - 50vw));
}
/* ===== CTA bannière ===== */

.bannerImage{
	height: 100%;
	position: absolute;
	width: 100%;
	background-repeat: no-repeat;
	background-position-x: right;

  right: 0;
  background-position-x: right;
  background-size: cover; 
  max-width: calc(570px + 50%); 
}
.boxCta{
	padding: 4.444444444444445rem 7.916666666666667rem;
	background-color: var(--beigeP);
	margin: 4.722222222222222rem 0;
}
.pad5050{
	/*padding: 4.444444444444445rem 0;*/
	padding: 9.538888888888888rem 0;
}
/* ===== 3 COLONNES ===== */

.servicesSection{
	/*padding: 4.444444444444445rem 0;*/
	padding-bottom: 3.888888888888889rem;
	padding-top: 4.444444444444445rem;
}
.servicesSection .intro3Col{
	padding-bottom: 4.7555555555555555rem;
}
.skins .btn.btnNoir,
.skins .btn.btnBlanc{
	margin-top: 0.8888888888888888rem;
	margin-bottom: 0!important;
}
.grid3col{
}
.grid3col .services-row:last-child{
	padding-bottom: 0!important;
}
.services-row{
/*	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 85.8px;*/
	padding-bottom: 4.166666666666667rem;
	position: relative;
}
.services-row a:hover .services-title,
.services-row a:hover .services-text{
	opacity: 0.5;
}
.services-row a:hover .services-link .sur-titre,
.services-row a:hover .services-link .sur-titre::after{
	color: var(--noir);
}
/* odd rows → push right */
.services-row:nth-child(odd)::before{
	content: "";
  position: absolute;
  height: 1px;
  background: var(--gris);

  top: 50px;
  left: 0;
  width: calc(100vw - (50% - 50vw));
}

/* even rows → push left */
.services-row:nth-child(even)::before{
	content: "";
  position: absolute;
  height: 1px;
  background: var(--gris);

  top: 50px;
  right: 0;
  width: calc(100vw - (50% - 50vw));
}
.services-card{
	position: relative;
	width: 100%;
	direction: ltr;
}
.grid3col .services-icon{
	padding-bottom: 3.111111111111111rem;
}
.services-icon img{
	max-height: 30px;
}
.services-text{
	padding-bottom: 0.8888888888888888rem;
}
.services-link{
	text-align: right;
}



.services-link .sur-titre{
	color: #A7A7A7;
}
.services-link .sur-titre::after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  color: #A7A7A7;
  font-size: 18px;
  position: relative;
  z-index: 1;
  transform: rotate(-50deg) scale(1);
}
/*.grid3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 60px;
  position: relative;
  padding: 40px 0;
}*/


.grid3col .services-row{
  display: flex;
  gap: 85.8px;
}

.grid3col .services-card{
  flex: 0 0 calc((100% - (2 * 85.8px)) / 3);
  box-sizing: border-box;
}

.services-card--placeholder{
  visibility: hidden;   /* keeps space but invisible */
  pointer-events: none;
  order: -1;
}

/* ===== PAGE BANNER ===== */

.pageBanner{
	min-height: 728.2px;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	background-color: var(--beigeP);
	padding-bottom: 4.766666666666667rem;
}

.imgPageBanner {
  background-image: url("images/bannerPage.webp");
  height: 728.2px;
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  right: 0;
  background-size: cover;
  /*max-width: calc(825px + 50%);*/
  max-width: 100%;
 	transform: translateX(1385px);
}
.imgPageBanner::after {
  content: "";
  position: absolute;
  opacity: 0.5;

  bottom: 0;
  left: -145px;          /* pushes image outside */


  width: 330px;           /* overlay image size */
  height: 330px;

  background-image: url('images/special_e.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  z-index: 2;
  pointer-events: none;
}
.pageBanner .sur-titre{
	text-transform: uppercase;
}
.pageBanner .overText{
	display: flex;
  flex-direction: column;
  min-height: 728.2px;
}
.pageBanner .textebanner.topTxt{
	margin-top: 0;
	flex: 1;
}
.pageBanner .textebanner.botTxt{
	/*margin-top: 8.444444444444445rem;*/
	margin-top: auto;
	margin-bottom: 1.3888888888888888rem;
}
/* ===== BANNER ===== */

.homeBanner{
	min-height: 672px;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
}
.textebanner{
	margin-top: 4.766666666666667rem;
}

.homeBanner .textebanner .btnBlanc{
	margin-top: 1.2222222222222223rem;
}
/* <<<<<<<<<<<<<<<<<<<<<<< CONTACT >>>>>>>>>>>>>>>>>>>>>>> */
.nf-form-content input:not([type="button"]){}
.nf-form-fields-required,
.nf-field-label{
	display: none;
}
.nf-form-content{
	padding: 0!important;
}
.page .nf-field-container{
	margin-bottom: 30px!important;
}
.nf-form-content textarea.ninja-forms-field{
	height: 354px!important;
}
.page .nf-form-content input:not([type="submit"]),
.page .nf-form-content textarea{
	font-family: var(--font-montserrat);
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.6666666666666667rem; /* 30px */
	color: var(--noir);
	padding: 0.6666666666666666rem 1.5555555555555556rem!important;
	border: 1px solid #1A1A1A!important;
}

.nf-form-content input[type="submit"]{
	font-size: 1rem;
	padding: 0.5rem 1.1666666666666667rem!important;
	background: var(--noir)!important;
	color: #fff!important;
	border-radius: 100px!important;
}

.nf-form-content input[type="submit"]:hover{
	color: var(--noir)!important;
	background: var(--grisP)!important;
}
/* <<<<<<<<<<<<<<<<<<<<<<< ÉQUIPES SINGLE >>>>>>>>>>>>>>>>>>>>>>> */

.singleEquipeImg{
	height: 728.2px;
	width: 532.5px;
  position: absolute;
  background-repeat: no-repeat;
  background-position-x: right;
  right: 0;
  background-size: cover;
  filter: grayscale(100%);

}
.singleEquipeImg::after {
  content: "";
  position: absolute;
  opacity: 0.5;

  bottom: 0;
  left: -145px;          /* pushes image outside */


  width: 330px;           /* overlay image size */
  height: 330px;

  background-image: url('images/special_e.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  z-index: 2;
  pointer-events: none;
}
.topCtnSingle{
	padding-bottom: 11.555555555555555rem;
}
.equipe-navigation{
	padding-top: 9.11111111111111rem;
	margin-bottom: 4.722222222222222rem;
}

.single-equipe-layout {
	/*min-height: 100vh;*/
	display: flex;
	flex-direction: column;
	min-height: 960px;
}

.ctnSingleContainer {
	flex: 1; /* pushes navigation to bottom */
}
.equipe-navigation {
	margin-top: auto;
}

.pagerEquipe{
	display: flex;
	justify-content: space-between;
}
.equipe-nav.next{
	direction: rtl;
}
.equipe-nav{
	position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
}
.equipe-nav:hover .long-arrow,
.equipe-nav:hover .titlePager{
	color: var(--gris);
}
.equipe-nav .long-arrow{
	color: var(--noir);
}
.equipe-nav .titlePager{
	font-style: italic;
	color: var(--noir);
}
/* <<<<<<<<<<<<<<<<<<<<<<< SUBPAGE SERVICES >>>>>>>>>>>>>>>>>>>>>>> */

.servicesChild{
	padding-top: 0.5555555555555556rem;
	background-color: var(--beigeP);
}
.services-icon.iconeSubPage{
	padding-bottom: 1.1111111111111112rem;
}
.subPageHeader{
	padding-top: 1.7777777777777777rem;
	padding-bottom: 4rem;
}
.subPageHeader h1{
	margin-bottom: 0!important;
}
.headerCtn_services{
	position: relative;
}
.headerCtn_services::before {
  content: "";
  position: absolute;
  height: 1px;
  background: var(--gris);
  top: 50px;
  left: 0;
  width: calc(100vw - (50% - 50vw));
}
/* <<<<<<<<<<<<<<<<<<<<<<< 404 >>>>>>>>>>>>>>>>>>>>>>> */

.pageBanner.error-404 .textebanner.botTxt{
	margin-bottom: 12rem;
}

/* <<<<<<<<<<<<<<<<<<<<<<< HEADER >>>>>>>>>>>>>>>>>>>>>>> */
body:not(.home) #masthead {
	position: relative;
	background-color: var(--beigeP);
}
/*#masthead ul li.current_page_item a,
#masthead ul .current-page-parent .current_page_item a,
#masthead ul li.current-page-parent:has(.current_page_item) .current_page_ancestor a{
	color: #A7A7A7!important;
}*/
#masthead ul li:not(.btnNoir).current-menu-item > a,
#masthead ul li.current-menu-parent > a,
#masthead ul .current-page-parent .current_page_item a{
  color: #A7A7A7 !important;
}
#masthead ul li:not(.btnNoir) > a:hover,
#menu-menu-principal.menu .sub-menu a:hover{
  color: #A7A7A7 !important;
}
#colophon ul li > a:hover,
#colophon .contactLinks a:hover{
	color: #A7A7A7 !important;
}
#masthead .logo img{
	max-width: 215px;
}
.rmp-menu{
	gap: 15px;
}
.rmp-menu-wrap ul > li::before{
	content: none;
}
.rmp-menu-wrap ul{
	padding-left: 0!important;
}
#rmp-menu-wrap-441 .rmp-submenu-depth-1 .rmp-menu-item-link{
	padding: 0 5%!important;
	font-size: 16px!important;
}
#rmp-menu-wrap-441 .rmp-menu-item-link,
#rmp-menu-wrap-441 .rmp-submenu-depth-1 .rmp-menu-item-link{

}
.rmp-menu-wrap .btn.btnNoir.menu-item{
	display: none!important;
}
@media screen and (max-width: 640px) {
.rmp-menu-wrap .btn.btnNoir.menu-item{
	display: block!important;
}
.rmp-menu-wrap .btn.btnNoir.menu-item:hover{
	background-color: transparent;
}
.btn.btnNoir.menu-item{
	padding: 0;
	background-color: transparent;
	cursor: default;
	text-align: left;
}
.rmp-menu .btn.btnNoir .rmp-menu-item-link{
	display: inline-block!important;
	width: auto!important;
	padding: 0.5rem 1.1666666666666667rem !important;
	line-height: 1.3333333333333333rem!important;
	height: auto!important;
	font-size: 1rem;
	border-radius: 100px;
	background-color: var(--noir) !important;
	overflow: visible!important;
	font-weight: 400;
}
.btn.btnNoir .rmp-menu-item-link:hover{
	color: var(--noir)!important;
	background-color: var(--grisP)!important;
}
.menu-item.wpml-ls-slot-2.menu-item-has-children{
	padding-top: 1.875rem!important;
	margin-top: 6.25rem!important;
	border-top: 1px solid var(--noir)!important;
}

}
#rmp-menu-wrap-441 .btnNoir.rmp-menu-current-item  .rmp-menu-item-link{
	color: #fff;
}
#menu-menu-principal.menu .menu-item-has-children a::after{
	font-weight: 300!important;
}
#menu-menu-principal.menu li.wpml-ls-item a{
	padding: 9px 20px!important;
  background-color: var(--grisP);
  border-radius: 50px;
}
#menu-menu-principal.menu li.wpml-ls-item .sub-menu{
	background-color: transparent!important;
  padding: 0 !important;
}
.wpml-ls-link{
	display: none!important;
}
/* <<<<<<<<<<<<<<<<<<<<<<< FOOTER >>>>>>>>>>>>>>>>>>>>>>> */
.topBorder{
	margin-top: 4.722222222222222rem;
	border-top: 1px solid var(--gris);	
}
.contactLinks a{
	line-height: 1.2222222222222223rem;
}
.contactLinks p{
	margin-bottom: 0!important;
}
.contactLinks p:last-of-type{
	line-height: 1.2222222222222223rem!important;
}
#colophon .logoFooter img{
	max-width: 215px;
}